Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.32",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.32",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.32",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.32",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "env_logger 0.11.8",
  264 "feature_flags",
  265 "fs",
  266 "futures 0.3.32",
  267 "google_ai",
  268 "gpui",
  269 "gpui_tokio",
  270 "http_client",
  271 "indoc",
  272 "language_model",
  273 "libc",
  274 "log",
  275 "nix 0.29.0",
  276 "project",
  277 "release_channel",
  278 "remote",
  279 "reqwest_client",
  280 "serde",
  281 "serde_json",
  282 "settings",
  283 "smol",
  284 "task",
  285 "tempfile",
  286 "terminal",
  287 "thiserror 2.0.17",
  288 "ui",
  289 "util",
  290 "uuid",
  291 "watch",
  292 "zed_credentials_provider",
  293]
  294
  295[[package]]
  296name = "agent_settings"
  297version = "0.1.0"
  298dependencies = [
  299 "agent-client-protocol",
  300 "anyhow",
  301 "collections",
  302 "convert_case 0.8.0",
  303 "fs",
  304 "gpui",
  305 "language_model",
  306 "log",
  307 "paths",
  308 "project",
  309 "regex",
  310 "schemars",
  311 "serde",
  312 "serde_json",
  313 "serde_json_lenient",
  314 "settings",
  315 "util",
  316]
  317
  318[[package]]
  319name = "agent_ui"
  320version = "0.1.0"
  321dependencies = [
  322 "acp_thread",
  323 "action_log",
  324 "agent",
  325 "agent-client-protocol",
  326 "agent_servers",
  327 "agent_settings",
  328 "ai_onboarding",
  329 "anyhow",
  330 "audio",
  331 "base64 0.22.1",
  332 "buffer_diff",
  333 "chrono",
  334 "client",
  335 "clock",
  336 "cloud_api_types",
  337 "collections",
  338 "command_palette_hooks",
  339 "component",
  340 "context_server",
  341 "db",
  342 "editor",
  343 "eval_utils",
  344 "extension",
  345 "extension_host",
  346 "feature_flags",
  347 "file_icons",
  348 "fs",
  349 "futures 0.3.32",
  350 "fuzzy",
  351 "git",
  352 "gpui",
  353 "gpui_tokio",
  354 "heapless",
  355 "html_to_markdown",
  356 "http_client",
  357 "image",
  358 "indoc",
  359 "itertools 0.14.0",
  360 "jsonschema",
  361 "language",
  362 "language_model",
  363 "language_models",
  364 "languages",
  365 "log",
  366 "lsp",
  367 "markdown",
  368 "menu",
  369 "multi_buffer",
  370 "node_runtime",
  371 "notifications",
  372 "ordered-float 2.10.1",
  373 "parking_lot",
  374 "paths",
  375 "picker",
  376 "postage",
  377 "pretty_assertions",
  378 "project",
  379 "prompt_store",
  380 "proto",
  381 "rand 0.9.2",
  382 "release_channel",
  383 "remote",
  384 "remote_connection",
  385 "remote_server",
  386 "reqwest_client",
  387 "rope",
  388 "rules_library",
  389 "schemars",
  390 "semver",
  391 "serde",
  392 "serde_json",
  393 "serde_json_lenient",
  394 "settings",
  395 "smol",
  396 "streaming_diff",
  397 "task",
  398 "telemetry",
  399 "terminal",
  400 "terminal_view",
  401 "text",
  402 "theme",
  403 "theme_settings",
  404 "time",
  405 "time_format",
  406 "tree-sitter-md",
  407 "ui",
  408 "ui_input",
  409 "unindent",
  410 "url",
  411 "util",
  412 "uuid",
  413 "watch",
  414 "workspace",
  415 "zed_actions",
  416]
  417
  418[[package]]
  419name = "ahash"
  420version = "0.7.8"
  421source = "registry+https://github.com/rust-lang/crates.io-index"
  422checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  423dependencies = [
  424 "getrandom 0.2.16",
  425 "once_cell",
  426 "version_check",
  427]
  428
  429[[package]]
  430name = "ahash"
  431version = "0.8.12"
  432source = "registry+https://github.com/rust-lang/crates.io-index"
  433checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  434dependencies = [
  435 "cfg-if",
  436 "const-random",
  437 "getrandom 0.3.4",
  438 "once_cell",
  439 "serde",
  440 "version_check",
  441 "zerocopy",
  442]
  443
  444[[package]]
  445name = "aho-corasick"
  446version = "1.1.3"
  447source = "registry+https://github.com/rust-lang/crates.io-index"
  448checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  449dependencies = [
  450 "memchr",
  451]
  452
  453[[package]]
  454name = "ai_onboarding"
  455version = "0.1.0"
  456dependencies = [
  457 "client",
  458 "cloud_api_types",
  459 "component",
  460 "gpui",
  461 "language_model",
  462 "serde",
  463 "smallvec",
  464 "telemetry",
  465 "ui",
  466 "zed_actions",
  467]
  468
  469[[package]]
  470name = "alacritty_terminal"
  471version = "0.25.1"
  472source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  473dependencies = [
  474 "base64 0.22.1",
  475 "bitflags 2.10.0",
  476 "home",
  477 "libc",
  478 "log",
  479 "mach2 0.5.0",
  480 "miow",
  481 "parking_lot",
  482 "piper",
  483 "polling",
  484 "regex-automata",
  485 "rustix 1.1.2",
  486 "rustix-openpty",
  487 "serde",
  488 "signal-hook",
  489 "unicode-width",
  490 "vte",
  491 "windows-sys 0.59.0",
  492]
  493
  494[[package]]
  495name = "aliasable"
  496version = "0.1.3"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  499
  500[[package]]
  501name = "aligned-vec"
  502version = "0.6.4"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  505dependencies = [
  506 "equator",
  507]
  508
  509[[package]]
  510name = "allocator-api2"
  511version = "0.2.21"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  514
  515[[package]]
  516name = "alsa"
  517version = "0.10.0"
  518source = "registry+https://github.com/rust-lang/crates.io-index"
  519checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  520dependencies = [
  521 "alsa-sys",
  522 "bitflags 2.10.0",
  523 "cfg-if",
  524 "libc",
  525]
  526
  527[[package]]
  528name = "alsa-sys"
  529version = "0.3.1"
  530source = "registry+https://github.com/rust-lang/crates.io-index"
  531checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  532dependencies = [
  533 "libc",
  534 "pkg-config",
  535]
  536
  537[[package]]
  538name = "ambient-authority"
  539version = "0.0.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  542
  543[[package]]
  544name = "ammonia"
  545version = "4.1.2"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  548dependencies = [
  549 "cssparser",
  550 "html5ever 0.35.0",
  551 "maplit",
  552 "tendril",
  553 "url",
  554]
  555
  556[[package]]
  557name = "android_system_properties"
  558version = "0.1.5"
  559source = "registry+https://github.com/rust-lang/crates.io-index"
  560checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  561dependencies = [
  562 "libc",
  563]
  564
  565[[package]]
  566name = "anes"
  567version = "0.1.6"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  570
  571[[package]]
  572name = "annotate-snippets"
  573version = "0.12.12"
  574source = "registry+https://github.com/rust-lang/crates.io-index"
  575checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  576dependencies = [
  577 "anstyle",
  578 "memchr",
  579 "unicode-width",
  580]
  581
  582[[package]]
  583name = "anstream"
  584version = "0.6.21"
  585source = "registry+https://github.com/rust-lang/crates.io-index"
  586checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  587dependencies = [
  588 "anstyle",
  589 "anstyle-parse",
  590 "anstyle-query",
  591 "anstyle-wincon",
  592 "colorchoice",
  593 "is_terminal_polyfill",
  594 "utf8parse",
  595]
  596
  597[[package]]
  598name = "anstyle"
  599version = "1.0.13"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  602
  603[[package]]
  604name = "anstyle-parse"
  605version = "0.2.7"
  606source = "registry+https://github.com/rust-lang/crates.io-index"
  607checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  608dependencies = [
  609 "utf8parse",
  610]
  611
  612[[package]]
  613name = "anstyle-query"
  614version = "1.1.4"
  615source = "registry+https://github.com/rust-lang/crates.io-index"
  616checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  617dependencies = [
  618 "windows-sys 0.60.2",
  619]
  620
  621[[package]]
  622name = "anstyle-wincon"
  623version = "3.0.10"
  624source = "registry+https://github.com/rust-lang/crates.io-index"
  625checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  626dependencies = [
  627 "anstyle",
  628 "once_cell_polyfill",
  629 "windows-sys 0.60.2",
  630]
  631
  632[[package]]
  633name = "anthropic"
  634version = "0.1.0"
  635dependencies = [
  636 "anyhow",
  637 "chrono",
  638 "collections",
  639 "futures 0.3.32",
  640 "http_client",
  641 "language_model_core",
  642 "log",
  643 "schemars",
  644 "serde",
  645 "serde_json",
  646 "strum 0.27.2",
  647 "thiserror 2.0.17",
  648 "tiktoken-rs",
  649]
  650
  651[[package]]
  652name = "any_vec"
  653version = "0.14.0"
  654source = "registry+https://github.com/rust-lang/crates.io-index"
  655checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  656
  657[[package]]
  658name = "anyhow"
  659version = "1.0.100"
  660source = "registry+https://github.com/rust-lang/crates.io-index"
  661checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  662
  663[[package]]
  664name = "approx"
  665version = "0.5.1"
  666source = "registry+https://github.com/rust-lang/crates.io-index"
  667checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  668dependencies = [
  669 "num-traits",
  670]
  671
  672[[package]]
  673name = "ar_archive_writer"
  674version = "0.5.1"
  675source = "registry+https://github.com/rust-lang/crates.io-index"
  676checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  677dependencies = [
  678 "object",
  679]
  680
  681[[package]]
  682name = "arbitrary"
  683version = "1.4.2"
  684source = "registry+https://github.com/rust-lang/crates.io-index"
  685checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  686dependencies = [
  687 "derive_arbitrary",
  688]
  689
  690[[package]]
  691name = "arc-swap"
  692version = "1.9.0"
  693source = "registry+https://github.com/rust-lang/crates.io-index"
  694checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  695dependencies = [
  696 "rustversion",
  697]
  698
  699[[package]]
  700name = "arg_enum_proc_macro"
  701version = "0.3.4"
  702source = "registry+https://github.com/rust-lang/crates.io-index"
  703checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  704dependencies = [
  705 "proc-macro2",
  706 "quote",
  707 "syn 2.0.117",
  708]
  709
  710[[package]]
  711name = "arraydeque"
  712version = "0.5.1"
  713source = "registry+https://github.com/rust-lang/crates.io-index"
  714checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  715
  716[[package]]
  717name = "arrayref"
  718version = "0.3.9"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  721
  722[[package]]
  723name = "arrayvec"
  724version = "0.7.6"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  727
  728[[package]]
  729name = "as-raw-xcb-connection"
  730version = "1.0.1"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  733
  734[[package]]
  735name = "ascii"
  736version = "1.1.0"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  739
  740[[package]]
  741name = "ash"
  742version = "0.38.0+1.3.281"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  745dependencies = [
  746 "libloading",
  747]
  748
  749[[package]]
  750name = "ashpd"
  751version = "0.13.2"
  752source = "registry+https://github.com/rust-lang/crates.io-index"
  753checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  754dependencies = [
  755 "enumflags2",
  756 "futures-channel",
  757 "futures-util",
  758 "getrandom 0.4.1",
  759 "serde",
  760 "serde_repr",
  761 "wayland-backend",
  762 "wayland-client",
  763 "wayland-protocols",
  764 "zbus",
  765]
  766
  767[[package]]
  768name = "askpass"
  769version = "0.1.0"
  770dependencies = [
  771 "anyhow",
  772 "futures 0.3.32",
  773 "gpui",
  774 "log",
  775 "net",
  776 "smol",
  777 "tempfile",
  778 "util",
  779 "windows 0.61.3",
  780 "zeroize",
  781]
  782
  783[[package]]
  784name = "assets"
  785version = "0.1.0"
  786dependencies = [
  787 "anyhow",
  788 "gpui",
  789 "rust-embed",
  790]
  791
  792[[package]]
  793name = "async-attributes"
  794version = "1.1.2"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  797dependencies = [
  798 "quote",
  799 "syn 1.0.109",
  800]
  801
  802[[package]]
  803name = "async-broadcast"
  804version = "0.7.2"
  805source = "registry+https://github.com/rust-lang/crates.io-index"
  806checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  807dependencies = [
  808 "event-listener 5.4.1",
  809 "event-listener-strategy",
  810 "futures-core",
  811 "pin-project-lite",
  812]
  813
  814[[package]]
  815name = "async-channel"
  816version = "1.9.0"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  819dependencies = [
  820 "concurrent-queue",
  821 "event-listener 2.5.3",
  822 "futures-core",
  823]
  824
  825[[package]]
  826name = "async-channel"
  827version = "2.5.0"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  830dependencies = [
  831 "concurrent-queue",
  832 "event-listener-strategy",
  833 "futures-core",
  834 "pin-project-lite",
  835]
  836
  837[[package]]
  838name = "async-compat"
  839version = "0.2.5"
  840source = "registry+https://github.com/rust-lang/crates.io-index"
  841checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  842dependencies = [
  843 "futures-core",
  844 "futures-io",
  845 "once_cell",
  846 "pin-project-lite",
  847 "tokio",
  848]
  849
  850[[package]]
  851name = "async-compression"
  852version = "0.4.32"
  853source = "registry+https://github.com/rust-lang/crates.io-index"
  854checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  855dependencies = [
  856 "compression-codecs",
  857 "compression-core",
  858 "futures-core",
  859 "futures-io",
  860 "pin-project-lite",
  861]
  862
  863[[package]]
  864name = "async-dispatcher"
  865version = "0.1.2"
  866source = "registry+https://github.com/rust-lang/crates.io-index"
  867checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  868dependencies = [
  869 "async-task",
  870 "futures-lite 1.13.0",
  871]
  872
  873[[package]]
  874name = "async-executor"
  875version = "1.13.3"
  876source = "registry+https://github.com/rust-lang/crates.io-index"
  877checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  878dependencies = [
  879 "async-task",
  880 "concurrent-queue",
  881 "fastrand 2.3.0",
  882 "futures-lite 2.6.1",
  883 "pin-project-lite",
  884 "slab",
  885]
  886
  887[[package]]
  888name = "async-fs"
  889version = "2.2.0"
  890source = "registry+https://github.com/rust-lang/crates.io-index"
  891checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  892dependencies = [
  893 "async-lock 3.4.2",
  894 "blocking",
  895 "futures-lite 2.6.1",
  896]
  897
  898[[package]]
  899name = "async-global-executor"
  900version = "2.4.1"
  901source = "registry+https://github.com/rust-lang/crates.io-index"
  902checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  903dependencies = [
  904 "async-channel 2.5.0",
  905 "async-executor",
  906 "async-io",
  907 "async-lock 3.4.2",
  908 "blocking",
  909 "futures-lite 2.6.1",
  910 "once_cell",
  911]
  912
  913[[package]]
  914name = "async-io"
  915version = "2.6.0"
  916source = "registry+https://github.com/rust-lang/crates.io-index"
  917checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  918dependencies = [
  919 "autocfg",
  920 "cfg-if",
  921 "concurrent-queue",
  922 "futures-io",
  923 "futures-lite 2.6.1",
  924 "parking",
  925 "polling",
  926 "rustix 1.1.2",
  927 "slab",
  928 "windows-sys 0.61.2",
  929]
  930
  931[[package]]
  932name = "async-lock"
  933version = "2.8.0"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  936dependencies = [
  937 "event-listener 2.5.3",
  938]
  939
  940[[package]]
  941name = "async-lock"
  942version = "3.4.2"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  945dependencies = [
  946 "event-listener 5.4.1",
  947 "event-listener-strategy",
  948 "pin-project-lite",
  949]
  950
  951[[package]]
  952name = "async-net"
  953version = "2.0.0"
  954source = "registry+https://github.com/rust-lang/crates.io-index"
  955checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  956dependencies = [
  957 "async-io",
  958 "blocking",
  959 "futures-lite 2.6.1",
  960]
  961
  962[[package]]
  963name = "async-pipe"
  964version = "0.1.3"
  965source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  966dependencies = [
  967 "futures 0.3.32",
  968 "log",
  969]
  970
  971[[package]]
  972name = "async-process"
  973version = "2.5.0"
  974source = "registry+https://github.com/rust-lang/crates.io-index"
  975checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  976dependencies = [
  977 "async-channel 2.5.0",
  978 "async-io",
  979 "async-lock 3.4.2",
  980 "async-signal",
  981 "async-task",
  982 "blocking",
  983 "cfg-if",
  984 "event-listener 5.4.1",
  985 "futures-lite 2.6.1",
  986 "rustix 1.1.2",
  987]
  988
  989[[package]]
  990name = "async-recursion"
  991version = "1.1.1"
  992source = "registry+https://github.com/rust-lang/crates.io-index"
  993checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  994dependencies = [
  995 "proc-macro2",
  996 "quote",
  997 "syn 2.0.117",
  998]
  999
 1000[[package]]
 1001name = "async-signal"
 1002version = "0.2.13"
 1003source = "registry+https://github.com/rust-lang/crates.io-index"
 1004checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1005dependencies = [
 1006 "async-io",
 1007 "async-lock 3.4.2",
 1008 "atomic-waker",
 1009 "cfg-if",
 1010 "futures-core",
 1011 "futures-io",
 1012 "rustix 1.1.2",
 1013 "signal-hook-registry",
 1014 "slab",
 1015 "windows-sys 0.61.2",
 1016]
 1017
 1018[[package]]
 1019name = "async-std"
 1020version = "1.13.2"
 1021source = "registry+https://github.com/rust-lang/crates.io-index"
 1022checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1023dependencies = [
 1024 "async-attributes",
 1025 "async-channel 1.9.0",
 1026 "async-global-executor",
 1027 "async-io",
 1028 "async-lock 3.4.2",
 1029 "async-process",
 1030 "crossbeam-utils",
 1031 "futures-channel",
 1032 "futures-core",
 1033 "futures-io",
 1034 "futures-lite 2.6.1",
 1035 "gloo-timers",
 1036 "kv-log-macro",
 1037 "log",
 1038 "memchr",
 1039 "once_cell",
 1040 "pin-project-lite",
 1041 "pin-utils",
 1042 "slab",
 1043 "wasm-bindgen-futures",
 1044]
 1045
 1046[[package]]
 1047name = "async-stream"
 1048version = "0.3.6"
 1049source = "registry+https://github.com/rust-lang/crates.io-index"
 1050checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1051dependencies = [
 1052 "async-stream-impl",
 1053 "futures-core",
 1054 "pin-project-lite",
 1055]
 1056
 1057[[package]]
 1058name = "async-stream-impl"
 1059version = "0.3.6"
 1060source = "registry+https://github.com/rust-lang/crates.io-index"
 1061checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1062dependencies = [
 1063 "proc-macro2",
 1064 "quote",
 1065 "syn 2.0.117",
 1066]
 1067
 1068[[package]]
 1069name = "async-tar"
 1070version = "0.5.1"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1073dependencies = [
 1074 "async-std",
 1075 "filetime",
 1076 "libc",
 1077 "pin-project",
 1078 "redox_syscall 0.2.16",
 1079 "xattr",
 1080]
 1081
 1082[[package]]
 1083name = "async-task"
 1084version = "4.7.1"
 1085source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1086
 1087[[package]]
 1088name = "async-trait"
 1089version = "0.1.89"
 1090source = "registry+https://github.com/rust-lang/crates.io-index"
 1091checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1092dependencies = [
 1093 "proc-macro2",
 1094 "quote",
 1095 "syn 2.0.117",
 1096]
 1097
 1098[[package]]
 1099name = "async-tungstenite"
 1100version = "0.31.0"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1103dependencies = [
 1104 "atomic-waker",
 1105 "futures-core",
 1106 "futures-io",
 1107 "futures-task",
 1108 "futures-util",
 1109 "log",
 1110 "pin-project-lite",
 1111 "rustls-pki-types",
 1112 "tokio",
 1113 "tokio-rustls 0.26.2",
 1114 "tungstenite 0.27.0",
 1115]
 1116
 1117[[package]]
 1118name = "async_zip"
 1119version = "0.0.18"
 1120source = "registry+https://github.com/rust-lang/crates.io-index"
 1121checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1122dependencies = [
 1123 "async-compression",
 1124 "crc32fast",
 1125 "futures-lite 2.6.1",
 1126 "pin-project",
 1127 "thiserror 2.0.17",
 1128]
 1129
 1130[[package]]
 1131name = "asynchronous-codec"
 1132version = "0.7.0"
 1133source = "registry+https://github.com/rust-lang/crates.io-index"
 1134checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1135dependencies = [
 1136 "bytes 1.11.1",
 1137 "futures-sink",
 1138 "futures-util",
 1139 "memchr",
 1140 "pin-project-lite",
 1141]
 1142
 1143[[package]]
 1144name = "atoi"
 1145version = "2.0.0"
 1146source = "registry+https://github.com/rust-lang/crates.io-index"
 1147checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1148dependencies = [
 1149 "num-traits",
 1150]
 1151
 1152[[package]]
 1153name = "atomic"
 1154version = "0.5.3"
 1155source = "registry+https://github.com/rust-lang/crates.io-index"
 1156checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1157
 1158[[package]]
 1159name = "atomic-waker"
 1160version = "1.1.2"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1163
 1164[[package]]
 1165name = "audio"
 1166version = "0.1.0"
 1167dependencies = [
 1168 "anyhow",
 1169 "collections",
 1170 "cpal",
 1171 "crossbeam",
 1172 "denoise",
 1173 "gpui",
 1174 "libwebrtc",
 1175 "log",
 1176 "parking_lot",
 1177 "rodio",
 1178 "serde",
 1179 "settings",
 1180 "thiserror 2.0.17",
 1181 "util",
 1182]
 1183
 1184[[package]]
 1185name = "auditable-serde"
 1186version = "0.8.0"
 1187source = "registry+https://github.com/rust-lang/crates.io-index"
 1188checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1189dependencies = [
 1190 "semver",
 1191 "serde",
 1192 "serde_json",
 1193 "topological-sort",
 1194]
 1195
 1196[[package]]
 1197name = "auto_update"
 1198version = "0.1.0"
 1199dependencies = [
 1200 "anyhow",
 1201 "client",
 1202 "clock",
 1203 "ctor",
 1204 "db",
 1205 "futures 0.3.32",
 1206 "futures-lite 1.13.0",
 1207 "gpui",
 1208 "http_client",
 1209 "log",
 1210 "parking_lot",
 1211 "paths",
 1212 "release_channel",
 1213 "semver",
 1214 "serde",
 1215 "serde_json",
 1216 "settings",
 1217 "smol",
 1218 "tempfile",
 1219 "util",
 1220 "which 6.0.3",
 1221 "workspace",
 1222 "zlog",
 1223]
 1224
 1225[[package]]
 1226name = "auto_update_helper"
 1227version = "0.1.0"
 1228dependencies = [
 1229 "anyhow",
 1230 "log",
 1231 "scopeguard",
 1232 "simplelog",
 1233 "tempfile",
 1234 "windows 0.61.3",
 1235 "winresource",
 1236]
 1237
 1238[[package]]
 1239name = "auto_update_ui"
 1240version = "0.1.0"
 1241dependencies = [
 1242 "agent_settings",
 1243 "anyhow",
 1244 "auto_update",
 1245 "client",
 1246 "db",
 1247 "editor",
 1248 "fs",
 1249 "gpui",
 1250 "markdown_preview",
 1251 "release_channel",
 1252 "semver",
 1253 "serde",
 1254 "serde_json",
 1255 "smol",
 1256 "telemetry",
 1257 "ui",
 1258 "util",
 1259 "workspace",
 1260 "zed_actions",
 1261]
 1262
 1263[[package]]
 1264name = "autocfg"
 1265version = "1.5.0"
 1266source = "registry+https://github.com/rust-lang/crates.io-index"
 1267checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1268
 1269[[package]]
 1270name = "av1-grain"
 1271version = "0.2.4"
 1272source = "registry+https://github.com/rust-lang/crates.io-index"
 1273checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1274dependencies = [
 1275 "anyhow",
 1276 "arrayvec",
 1277 "log",
 1278 "nom 7.1.3",
 1279 "num-rational",
 1280 "v_frame",
 1281]
 1282
 1283[[package]]
 1284name = "avif-serialize"
 1285version = "0.8.6"
 1286source = "registry+https://github.com/rust-lang/crates.io-index"
 1287checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1288dependencies = [
 1289 "arrayvec",
 1290]
 1291
 1292[[package]]
 1293name = "aws-config"
 1294version = "1.8.10"
 1295source = "registry+https://github.com/rust-lang/crates.io-index"
 1296checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1297dependencies = [
 1298 "aws-credential-types",
 1299 "aws-runtime",
 1300 "aws-sdk-sso",
 1301 "aws-sdk-ssooidc",
 1302 "aws-sdk-sts",
 1303 "aws-smithy-async",
 1304 "aws-smithy-http",
 1305 "aws-smithy-json",
 1306 "aws-smithy-runtime",
 1307 "aws-smithy-runtime-api",
 1308 "aws-smithy-types",
 1309 "aws-types",
 1310 "bytes 1.11.1",
 1311 "fastrand 2.3.0",
 1312 "hex",
 1313 "http 1.3.1",
 1314 "ring",
 1315 "time",
 1316 "tokio",
 1317 "tracing",
 1318 "url",
 1319 "zeroize",
 1320]
 1321
 1322[[package]]
 1323name = "aws-credential-types"
 1324version = "1.2.10"
 1325source = "registry+https://github.com/rust-lang/crates.io-index"
 1326checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1327dependencies = [
 1328 "aws-smithy-async",
 1329 "aws-smithy-runtime-api",
 1330 "aws-smithy-types",
 1331 "zeroize",
 1332]
 1333
 1334[[package]]
 1335name = "aws-lc-rs"
 1336version = "1.15.4"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1339dependencies = [
 1340 "aws-lc-sys",
 1341 "untrusted 0.7.1",
 1342 "zeroize",
 1343]
 1344
 1345[[package]]
 1346name = "aws-lc-sys"
 1347version = "0.37.0"
 1348source = "registry+https://github.com/rust-lang/crates.io-index"
 1349checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1350dependencies = [
 1351 "cc",
 1352 "cmake",
 1353 "dunce",
 1354 "fs_extra",
 1355]
 1356
 1357[[package]]
 1358name = "aws-runtime"
 1359version = "1.5.16"
 1360source = "registry+https://github.com/rust-lang/crates.io-index"
 1361checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1362dependencies = [
 1363 "aws-credential-types",
 1364 "aws-sigv4",
 1365 "aws-smithy-async",
 1366 "aws-smithy-eventstream",
 1367 "aws-smithy-http",
 1368 "aws-smithy-runtime",
 1369 "aws-smithy-runtime-api",
 1370 "aws-smithy-types",
 1371 "aws-types",
 1372 "bytes 1.11.1",
 1373 "fastrand 2.3.0",
 1374 "http 0.2.12",
 1375 "http-body 0.4.6",
 1376 "percent-encoding",
 1377 "pin-project-lite",
 1378 "tracing",
 1379 "uuid",
 1380]
 1381
 1382[[package]]
 1383name = "aws-sdk-bedrockruntime"
 1384version = "1.113.0"
 1385source = "registry+https://github.com/rust-lang/crates.io-index"
 1386checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1387dependencies = [
 1388 "aws-credential-types",
 1389 "aws-runtime",
 1390 "aws-sigv4",
 1391 "aws-smithy-async",
 1392 "aws-smithy-eventstream",
 1393 "aws-smithy-http",
 1394 "aws-smithy-json",
 1395 "aws-smithy-runtime",
 1396 "aws-smithy-runtime-api",
 1397 "aws-smithy-types",
 1398 "aws-types",
 1399 "bytes 1.11.1",
 1400 "fastrand 2.3.0",
 1401 "http 0.2.12",
 1402 "hyper 0.14.32",
 1403 "regex-lite",
 1404 "tracing",
 1405]
 1406
 1407[[package]]
 1408name = "aws-sdk-kinesis"
 1409version = "1.95.0"
 1410source = "registry+https://github.com/rust-lang/crates.io-index"
 1411checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1412dependencies = [
 1413 "aws-credential-types",
 1414 "aws-runtime",
 1415 "aws-smithy-async",
 1416 "aws-smithy-eventstream",
 1417 "aws-smithy-http",
 1418 "aws-smithy-json",
 1419 "aws-smithy-runtime",
 1420 "aws-smithy-runtime-api",
 1421 "aws-smithy-types",
 1422 "aws-types",
 1423 "bytes 1.11.1",
 1424 "fastrand 2.3.0",
 1425 "http 0.2.12",
 1426 "regex-lite",
 1427 "tracing",
 1428]
 1429
 1430[[package]]
 1431name = "aws-sdk-s3"
 1432version = "1.112.0"
 1433source = "registry+https://github.com/rust-lang/crates.io-index"
 1434checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1435dependencies = [
 1436 "aws-credential-types",
 1437 "aws-runtime",
 1438 "aws-sigv4",
 1439 "aws-smithy-async",
 1440 "aws-smithy-checksums",
 1441 "aws-smithy-eventstream",
 1442 "aws-smithy-http",
 1443 "aws-smithy-json",
 1444 "aws-smithy-runtime",
 1445 "aws-smithy-runtime-api",
 1446 "aws-smithy-types",
 1447 "aws-smithy-xml",
 1448 "aws-types",
 1449 "bytes 1.11.1",
 1450 "fastrand 2.3.0",
 1451 "hex",
 1452 "hmac",
 1453 "http 0.2.12",
 1454 "http 1.3.1",
 1455 "http-body 0.4.6",
 1456 "lru",
 1457 "percent-encoding",
 1458 "regex-lite",
 1459 "sha2",
 1460 "tracing",
 1461 "url",
 1462]
 1463
 1464[[package]]
 1465name = "aws-sdk-sso"
 1466version = "1.88.0"
 1467source = "registry+https://github.com/rust-lang/crates.io-index"
 1468checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1469dependencies = [
 1470 "aws-credential-types",
 1471 "aws-runtime",
 1472 "aws-smithy-async",
 1473 "aws-smithy-http",
 1474 "aws-smithy-json",
 1475 "aws-smithy-runtime",
 1476 "aws-smithy-runtime-api",
 1477 "aws-smithy-types",
 1478 "aws-types",
 1479 "bytes 1.11.1",
 1480 "fastrand 2.3.0",
 1481 "http 0.2.12",
 1482 "regex-lite",
 1483 "tracing",
 1484]
 1485
 1486[[package]]
 1487name = "aws-sdk-ssooidc"
 1488version = "1.90.0"
 1489source = "registry+https://github.com/rust-lang/crates.io-index"
 1490checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1491dependencies = [
 1492 "aws-credential-types",
 1493 "aws-runtime",
 1494 "aws-smithy-async",
 1495 "aws-smithy-http",
 1496 "aws-smithy-json",
 1497 "aws-smithy-runtime",
 1498 "aws-smithy-runtime-api",
 1499 "aws-smithy-types",
 1500 "aws-types",
 1501 "bytes 1.11.1",
 1502 "fastrand 2.3.0",
 1503 "http 0.2.12",
 1504 "regex-lite",
 1505 "tracing",
 1506]
 1507
 1508[[package]]
 1509name = "aws-sdk-sts"
 1510version = "1.90.0"
 1511source = "registry+https://github.com/rust-lang/crates.io-index"
 1512checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1513dependencies = [
 1514 "aws-credential-types",
 1515 "aws-runtime",
 1516 "aws-smithy-async",
 1517 "aws-smithy-http",
 1518 "aws-smithy-json",
 1519 "aws-smithy-query",
 1520 "aws-smithy-runtime",
 1521 "aws-smithy-runtime-api",
 1522 "aws-smithy-types",
 1523 "aws-smithy-xml",
 1524 "aws-types",
 1525 "fastrand 2.3.0",
 1526 "http 0.2.12",
 1527 "regex-lite",
 1528 "tracing",
 1529]
 1530
 1531[[package]]
 1532name = "aws-sigv4"
 1533version = "1.3.6"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1536dependencies = [
 1537 "aws-credential-types",
 1538 "aws-smithy-eventstream",
 1539 "aws-smithy-http",
 1540 "aws-smithy-runtime-api",
 1541 "aws-smithy-types",
 1542 "bytes 1.11.1",
 1543 "crypto-bigint 0.5.5",
 1544 "form_urlencoded",
 1545 "hex",
 1546 "hmac",
 1547 "http 0.2.12",
 1548 "http 1.3.1",
 1549 "p256",
 1550 "percent-encoding",
 1551 "ring",
 1552 "sha2",
 1553 "subtle",
 1554 "time",
 1555 "tracing",
 1556 "zeroize",
 1557]
 1558
 1559[[package]]
 1560name = "aws-smithy-async"
 1561version = "1.2.6"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1564dependencies = [
 1565 "futures-util",
 1566 "pin-project-lite",
 1567 "tokio",
 1568]
 1569
 1570[[package]]
 1571name = "aws-smithy-checksums"
 1572version = "0.63.11"
 1573source = "registry+https://github.com/rust-lang/crates.io-index"
 1574checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1575dependencies = [
 1576 "aws-smithy-http",
 1577 "aws-smithy-types",
 1578 "bytes 1.11.1",
 1579 "crc-fast",
 1580 "hex",
 1581 "http 0.2.12",
 1582 "http-body 0.4.6",
 1583 "md-5",
 1584 "pin-project-lite",
 1585 "sha1",
 1586 "sha2",
 1587 "tracing",
 1588]
 1589
 1590[[package]]
 1591name = "aws-smithy-eventstream"
 1592version = "0.60.13"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1595dependencies = [
 1596 "aws-smithy-types",
 1597 "bytes 1.11.1",
 1598 "crc32fast",
 1599]
 1600
 1601[[package]]
 1602name = "aws-smithy-http"
 1603version = "0.62.5"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1606dependencies = [
 1607 "aws-smithy-eventstream",
 1608 "aws-smithy-runtime-api",
 1609 "aws-smithy-types",
 1610 "bytes 1.11.1",
 1611 "bytes-utils",
 1612 "futures-core",
 1613 "futures-util",
 1614 "http 0.2.12",
 1615 "http 1.3.1",
 1616 "http-body 0.4.6",
 1617 "percent-encoding",
 1618 "pin-project-lite",
 1619 "pin-utils",
 1620 "tracing",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-http-client"
 1625version = "1.1.4"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1628dependencies = [
 1629 "aws-smithy-async",
 1630 "aws-smithy-runtime-api",
 1631 "aws-smithy-types",
 1632 "h2 0.3.27",
 1633 "h2 0.4.12",
 1634 "http 0.2.12",
 1635 "http 1.3.1",
 1636 "http-body 0.4.6",
 1637 "hyper 0.14.32",
 1638 "hyper 1.7.0",
 1639 "hyper-rustls 0.24.2",
 1640 "hyper-rustls 0.27.7",
 1641 "hyper-util",
 1642 "pin-project-lite",
 1643 "rustls 0.21.12",
 1644 "rustls 0.23.33",
 1645 "rustls-native-certs 0.8.2",
 1646 "rustls-pki-types",
 1647 "tokio",
 1648 "tokio-rustls 0.26.2",
 1649 "tower 0.5.2",
 1650 "tracing",
 1651]
 1652
 1653[[package]]
 1654name = "aws-smithy-json"
 1655version = "0.61.7"
 1656source = "registry+https://github.com/rust-lang/crates.io-index"
 1657checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1658dependencies = [
 1659 "aws-smithy-types",
 1660]
 1661
 1662[[package]]
 1663name = "aws-smithy-observability"
 1664version = "0.1.4"
 1665source = "registry+https://github.com/rust-lang/crates.io-index"
 1666checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1667dependencies = [
 1668 "aws-smithy-runtime-api",
 1669]
 1670
 1671[[package]]
 1672name = "aws-smithy-query"
 1673version = "0.60.8"
 1674source = "registry+https://github.com/rust-lang/crates.io-index"
 1675checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1676dependencies = [
 1677 "aws-smithy-types",
 1678 "urlencoding",
 1679]
 1680
 1681[[package]]
 1682name = "aws-smithy-runtime"
 1683version = "1.9.4"
 1684source = "registry+https://github.com/rust-lang/crates.io-index"
 1685checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1686dependencies = [
 1687 "aws-smithy-async",
 1688 "aws-smithy-http",
 1689 "aws-smithy-http-client",
 1690 "aws-smithy-observability",
 1691 "aws-smithy-runtime-api",
 1692 "aws-smithy-types",
 1693 "bytes 1.11.1",
 1694 "fastrand 2.3.0",
 1695 "http 0.2.12",
 1696 "http 1.3.1",
 1697 "http-body 0.4.6",
 1698 "http-body 1.0.1",
 1699 "pin-project-lite",
 1700 "pin-utils",
 1701 "tokio",
 1702 "tracing",
 1703]
 1704
 1705[[package]]
 1706name = "aws-smithy-runtime-api"
 1707version = "1.9.2"
 1708source = "registry+https://github.com/rust-lang/crates.io-index"
 1709checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1710dependencies = [
 1711 "aws-smithy-async",
 1712 "aws-smithy-types",
 1713 "bytes 1.11.1",
 1714 "http 0.2.12",
 1715 "http 1.3.1",
 1716 "pin-project-lite",
 1717 "tokio",
 1718 "tracing",
 1719 "zeroize",
 1720]
 1721
 1722[[package]]
 1723name = "aws-smithy-types"
 1724version = "1.3.4"
 1725source = "registry+https://github.com/rust-lang/crates.io-index"
 1726checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1727dependencies = [
 1728 "base64-simd",
 1729 "bytes 1.11.1",
 1730 "bytes-utils",
 1731 "futures-core",
 1732 "http 0.2.12",
 1733 "http 1.3.1",
 1734 "http-body 0.4.6",
 1735 "http-body 1.0.1",
 1736 "http-body-util",
 1737 "itoa",
 1738 "num-integer",
 1739 "pin-project-lite",
 1740 "pin-utils",
 1741 "ryu",
 1742 "serde",
 1743 "time",
 1744 "tokio",
 1745 "tokio-util",
 1746]
 1747
 1748[[package]]
 1749name = "aws-smithy-xml"
 1750version = "0.60.12"
 1751source = "registry+https://github.com/rust-lang/crates.io-index"
 1752checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1753dependencies = [
 1754 "xmlparser",
 1755]
 1756
 1757[[package]]
 1758name = "aws-types"
 1759version = "1.3.10"
 1760source = "registry+https://github.com/rust-lang/crates.io-index"
 1761checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1762dependencies = [
 1763 "aws-credential-types",
 1764 "aws-smithy-async",
 1765 "aws-smithy-runtime-api",
 1766 "aws-smithy-types",
 1767 "rustc_version",
 1768 "tracing",
 1769]
 1770
 1771[[package]]
 1772name = "aws_http_client"
 1773version = "0.1.0"
 1774dependencies = [
 1775 "aws-smithy-runtime-api",
 1776 "aws-smithy-types",
 1777 "http_client",
 1778]
 1779
 1780[[package]]
 1781name = "axum"
 1782version = "0.6.20"
 1783source = "registry+https://github.com/rust-lang/crates.io-index"
 1784checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1785dependencies = [
 1786 "async-trait",
 1787 "axum-core",
 1788 "base64 0.21.7",
 1789 "bitflags 1.3.2",
 1790 "bytes 1.11.1",
 1791 "futures-util",
 1792 "headers",
 1793 "http 0.2.12",
 1794 "http-body 0.4.6",
 1795 "hyper 0.14.32",
 1796 "itoa",
 1797 "matchit",
 1798 "memchr",
 1799 "mime",
 1800 "percent-encoding",
 1801 "pin-project-lite",
 1802 "rustversion",
 1803 "serde",
 1804 "serde_json",
 1805 "serde_path_to_error",
 1806 "serde_urlencoded",
 1807 "sha1",
 1808 "sync_wrapper 0.1.2",
 1809 "tokio",
 1810 "tokio-tungstenite 0.20.1",
 1811 "tower 0.4.13",
 1812 "tower-layer",
 1813 "tower-service",
 1814]
 1815
 1816[[package]]
 1817name = "axum-core"
 1818version = "0.3.4"
 1819source = "registry+https://github.com/rust-lang/crates.io-index"
 1820checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1821dependencies = [
 1822 "async-trait",
 1823 "bytes 1.11.1",
 1824 "futures-util",
 1825 "http 0.2.12",
 1826 "http-body 0.4.6",
 1827 "mime",
 1828 "rustversion",
 1829 "tower-layer",
 1830 "tower-service",
 1831]
 1832
 1833[[package]]
 1834name = "backtrace"
 1835version = "0.3.76"
 1836source = "registry+https://github.com/rust-lang/crates.io-index"
 1837checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1838dependencies = [
 1839 "addr2line",
 1840 "cfg-if",
 1841 "libc",
 1842 "miniz_oxide",
 1843 "object",
 1844 "rustc-demangle",
 1845 "windows-link 0.2.1",
 1846]
 1847
 1848[[package]]
 1849name = "base16ct"
 1850version = "0.1.1"
 1851source = "registry+https://github.com/rust-lang/crates.io-index"
 1852checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1853
 1854[[package]]
 1855name = "base64"
 1856version = "0.21.7"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1859
 1860[[package]]
 1861name = "base64"
 1862version = "0.22.1"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1865
 1866[[package]]
 1867name = "base64-simd"
 1868version = "0.8.0"
 1869source = "registry+https://github.com/rust-lang/crates.io-index"
 1870checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1871dependencies = [
 1872 "outref",
 1873 "vsimd",
 1874]
 1875
 1876[[package]]
 1877name = "base64ct"
 1878version = "1.8.0"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1881
 1882[[package]]
 1883name = "bedrock"
 1884version = "0.1.0"
 1885dependencies = [
 1886 "anyhow",
 1887 "aws-sdk-bedrockruntime",
 1888 "aws-smithy-types",
 1889 "futures 0.3.32",
 1890 "schemars",
 1891 "serde",
 1892 "serde_json",
 1893 "strum 0.27.2",
 1894 "thiserror 2.0.17",
 1895]
 1896
 1897[[package]]
 1898name = "bigdecimal"
 1899version = "0.4.8"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1902dependencies = [
 1903 "autocfg",
 1904 "libm",
 1905 "num-bigint",
 1906 "num-integer",
 1907 "num-traits",
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bincode"
 1913version = "1.3.3"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1916dependencies = [
 1917 "serde",
 1918]
 1919
 1920[[package]]
 1921name = "bindgen"
 1922version = "0.71.1"
 1923source = "registry+https://github.com/rust-lang/crates.io-index"
 1924checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1925dependencies = [
 1926 "bitflags 2.10.0",
 1927 "cexpr",
 1928 "clang-sys",
 1929 "itertools 0.12.1",
 1930 "log",
 1931 "prettyplease",
 1932 "proc-macro2",
 1933 "quote",
 1934 "regex",
 1935 "rustc-hash 2.1.1",
 1936 "shlex",
 1937 "syn 2.0.117",
 1938]
 1939
 1940[[package]]
 1941name = "bindgen"
 1942version = "0.72.1"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1945dependencies = [
 1946 "bitflags 2.10.0",
 1947 "cexpr",
 1948 "clang-sys",
 1949 "itertools 0.12.1",
 1950 "proc-macro2",
 1951 "quote",
 1952 "regex",
 1953 "rustc-hash 2.1.1",
 1954 "shlex",
 1955 "syn 2.0.117",
 1956]
 1957
 1958[[package]]
 1959name = "bit-set"
 1960version = "0.8.0"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1963dependencies = [
 1964 "bit-vec 0.8.0",
 1965]
 1966
 1967[[package]]
 1968name = "bit-set"
 1969version = "0.9.1"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1972dependencies = [
 1973 "bit-vec 0.9.1",
 1974]
 1975
 1976[[package]]
 1977name = "bit-vec"
 1978version = "0.8.0"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1981
 1982[[package]]
 1983name = "bit-vec"
 1984version = "0.9.1"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1987
 1988[[package]]
 1989name = "bit_field"
 1990version = "0.10.3"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1993
 1994[[package]]
 1995name = "bitflags"
 1996version = "1.3.2"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1999
 2000[[package]]
 2001name = "bitflags"
 2002version = "2.10.0"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2005dependencies = [
 2006 "serde_core",
 2007]
 2008
 2009[[package]]
 2010name = "bitstream-io"
 2011version = "2.6.0"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2014
 2015[[package]]
 2016name = "bitvec"
 2017version = "1.0.1"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2020dependencies = [
 2021 "funty",
 2022 "radium",
 2023 "tap",
 2024 "wyz",
 2025]
 2026
 2027[[package]]
 2028name = "block"
 2029version = "0.1.6"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2032
 2033[[package]]
 2034name = "block-buffer"
 2035version = "0.10.4"
 2036source = "registry+https://github.com/rust-lang/crates.io-index"
 2037checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2038dependencies = [
 2039 "generic-array",
 2040]
 2041
 2042[[package]]
 2043name = "block-padding"
 2044version = "0.3.3"
 2045source = "registry+https://github.com/rust-lang/crates.io-index"
 2046checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2047dependencies = [
 2048 "generic-array",
 2049]
 2050
 2051[[package]]
 2052name = "block2"
 2053version = "0.6.2"
 2054source = "registry+https://github.com/rust-lang/crates.io-index"
 2055checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2056dependencies = [
 2057 "objc2",
 2058]
 2059
 2060[[package]]
 2061name = "blocking"
 2062version = "1.6.2"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2065dependencies = [
 2066 "async-channel 2.5.0",
 2067 "async-task",
 2068 "futures-io",
 2069 "futures-lite 2.6.1",
 2070 "piper",
 2071]
 2072
 2073[[package]]
 2074name = "bmrng"
 2075version = "0.5.2"
 2076source = "registry+https://github.com/rust-lang/crates.io-index"
 2077checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2078dependencies = [
 2079 "futures-core",
 2080 "tokio",
 2081]
 2082
 2083[[package]]
 2084name = "bon"
 2085version = "3.8.2"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2088dependencies = [
 2089 "bon-macros",
 2090 "rustversion",
 2091]
 2092
 2093[[package]]
 2094name = "bon-macros"
 2095version = "3.8.2"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2098dependencies = [
 2099 "darling 0.21.3",
 2100 "ident_case",
 2101 "prettyplease",
 2102 "proc-macro2",
 2103 "quote",
 2104 "rustversion",
 2105 "syn 2.0.117",
 2106]
 2107
 2108[[package]]
 2109name = "borrow-or-share"
 2110version = "0.2.4"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2113
 2114[[package]]
 2115name = "borsh"
 2116version = "1.5.7"
 2117source = "registry+https://github.com/rust-lang/crates.io-index"
 2118checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2119dependencies = [
 2120 "borsh-derive",
 2121 "cfg_aliases 0.2.1",
 2122]
 2123
 2124[[package]]
 2125name = "borsh-derive"
 2126version = "1.5.7"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2129dependencies = [
 2130 "once_cell",
 2131 "proc-macro-crate",
 2132 "proc-macro2",
 2133 "quote",
 2134 "syn 2.0.117",
 2135]
 2136
 2137[[package]]
 2138name = "breadcrumbs"
 2139version = "0.1.0"
 2140dependencies = [
 2141 "gpui",
 2142 "ui",
 2143 "workspace",
 2144]
 2145
 2146[[package]]
 2147name = "brush-parser"
 2148version = "0.3.0"
 2149source = "registry+https://github.com/rust-lang/crates.io-index"
 2150checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2151dependencies = [
 2152 "bon",
 2153 "cached",
 2154 "indenter",
 2155 "peg",
 2156 "thiserror 2.0.17",
 2157 "tracing",
 2158 "utf8-chars",
 2159]
 2160
 2161[[package]]
 2162name = "bstr"
 2163version = "1.12.0"
 2164source = "registry+https://github.com/rust-lang/crates.io-index"
 2165checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2166dependencies = [
 2167 "memchr",
 2168 "regex-automata",
 2169 "serde",
 2170]
 2171
 2172[[package]]
 2173name = "buffer_diff"
 2174version = "0.1.0"
 2175dependencies = [
 2176 "clock",
 2177 "ctor",
 2178 "futures 0.3.32",
 2179 "git2",
 2180 "gpui",
 2181 "language",
 2182 "log",
 2183 "pretty_assertions",
 2184 "rand 0.9.2",
 2185 "rope",
 2186 "settings",
 2187 "sum_tree",
 2188 "text",
 2189 "tracing",
 2190 "unindent",
 2191 "util",
 2192 "zlog",
 2193 "ztracing",
 2194]
 2195
 2196[[package]]
 2197name = "built"
 2198version = "0.7.7"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2201
 2202[[package]]
 2203name = "bumpalo"
 2204version = "3.19.0"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2207dependencies = [
 2208 "allocator-api2",
 2209]
 2210
 2211[[package]]
 2212name = "by_address"
 2213version = "1.2.1"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2216
 2217[[package]]
 2218name = "bytecheck"
 2219version = "0.6.12"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2222dependencies = [
 2223 "bytecheck_derive",
 2224 "ptr_meta",
 2225 "simdutf8",
 2226]
 2227
 2228[[package]]
 2229name = "bytecheck_derive"
 2230version = "0.6.12"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2233dependencies = [
 2234 "proc-macro2",
 2235 "quote",
 2236 "syn 1.0.109",
 2237]
 2238
 2239[[package]]
 2240name = "bytecount"
 2241version = "0.6.9"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2244
 2245[[package]]
 2246name = "bytemuck"
 2247version = "1.24.0"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2250dependencies = [
 2251 "bytemuck_derive",
 2252]
 2253
 2254[[package]]
 2255name = "bytemuck_derive"
 2256version = "1.10.2"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2259dependencies = [
 2260 "proc-macro2",
 2261 "quote",
 2262 "syn 2.0.117",
 2263]
 2264
 2265[[package]]
 2266name = "byteorder"
 2267version = "1.5.0"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2270
 2271[[package]]
 2272name = "byteorder-lite"
 2273version = "0.1.0"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2276
 2277[[package]]
 2278name = "bytes"
 2279version = "0.4.12"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2282dependencies = [
 2283 "byteorder",
 2284 "iovec",
 2285]
 2286
 2287[[package]]
 2288name = "bytes"
 2289version = "1.11.1"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2292
 2293[[package]]
 2294name = "bytes-utils"
 2295version = "0.1.4"
 2296source = "registry+https://github.com/rust-lang/crates.io-index"
 2297checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2298dependencies = [
 2299 "bytes 1.11.1",
 2300 "either",
 2301]
 2302
 2303[[package]]
 2304name = "bzip2"
 2305version = "0.4.4"
 2306source = "registry+https://github.com/rust-lang/crates.io-index"
 2307checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2308dependencies = [
 2309 "bzip2-sys",
 2310 "libc",
 2311]
 2312
 2313[[package]]
 2314name = "bzip2"
 2315version = "0.6.1"
 2316source = "registry+https://github.com/rust-lang/crates.io-index"
 2317checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2318dependencies = [
 2319 "libbz2-rs-sys",
 2320]
 2321
 2322[[package]]
 2323name = "bzip2-sys"
 2324version = "0.1.13+1.0.8"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2327dependencies = [
 2328 "cc",
 2329 "pkg-config",
 2330]
 2331
 2332[[package]]
 2333name = "cached"
 2334version = "0.56.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2337dependencies = [
 2338 "ahash 0.8.12",
 2339 "cached_proc_macro",
 2340 "cached_proc_macro_types",
 2341 "hashbrown 0.15.5",
 2342 "once_cell",
 2343 "thiserror 2.0.17",
 2344 "web-time",
 2345]
 2346
 2347[[package]]
 2348name = "cached_proc_macro"
 2349version = "0.25.0"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2352dependencies = [
 2353 "darling 0.20.11",
 2354 "proc-macro2",
 2355 "quote",
 2356 "syn 2.0.117",
 2357]
 2358
 2359[[package]]
 2360name = "cached_proc_macro_types"
 2361version = "0.1.1"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2364
 2365[[package]]
 2366name = "call"
 2367version = "0.1.0"
 2368dependencies = [
 2369 "anyhow",
 2370 "audio",
 2371 "client",
 2372 "collections",
 2373 "feature_flags",
 2374 "fs",
 2375 "futures 0.3.32",
 2376 "gpui",
 2377 "gpui_tokio",
 2378 "language",
 2379 "livekit_client",
 2380 "log",
 2381 "postage",
 2382 "project",
 2383 "serde",
 2384 "settings",
 2385 "telemetry",
 2386 "util",
 2387 "workspace",
 2388]
 2389
 2390[[package]]
 2391name = "calloop"
 2392version = "0.14.3"
 2393source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2394dependencies = [
 2395 "bitflags 2.10.0",
 2396 "polling",
 2397 "rustix 1.1.2",
 2398 "slab",
 2399 "tracing",
 2400]
 2401
 2402[[package]]
 2403name = "calloop-wayland-source"
 2404version = "0.4.1"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2407dependencies = [
 2408 "calloop",
 2409 "rustix 1.1.2",
 2410 "wayland-backend",
 2411 "wayland-client",
 2412]
 2413
 2414[[package]]
 2415name = "camino"
 2416version = "1.2.1"
 2417source = "registry+https://github.com/rust-lang/crates.io-index"
 2418checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2419dependencies = [
 2420 "serde_core",
 2421]
 2422
 2423[[package]]
 2424name = "candle-core"
 2425version = "0.9.1"
 2426source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2427dependencies = [
 2428 "byteorder",
 2429 "float8",
 2430 "gemm 0.17.1",
 2431 "half",
 2432 "memmap2",
 2433 "num-traits",
 2434 "num_cpus",
 2435 "rand 0.9.2",
 2436 "rand_distr",
 2437 "rayon",
 2438 "safetensors",
 2439 "thiserror 1.0.69",
 2440 "ug",
 2441 "yoke 0.7.5",
 2442 "zip 1.1.4",
 2443]
 2444
 2445[[package]]
 2446name = "candle-nn"
 2447version = "0.9.1"
 2448source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2449dependencies = [
 2450 "candle-core",
 2451 "half",
 2452 "libc",
 2453 "num-traits",
 2454 "rayon",
 2455 "safetensors",
 2456 "serde",
 2457 "thiserror 1.0.69",
 2458]
 2459
 2460[[package]]
 2461name = "candle-onnx"
 2462version = "0.9.1"
 2463source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2464dependencies = [
 2465 "candle-core",
 2466 "candle-nn",
 2467 "prost 0.12.6",
 2468]
 2469
 2470[[package]]
 2471name = "cap-fs-ext"
 2472version = "3.4.4"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2475dependencies = [
 2476 "cap-primitives",
 2477 "cap-std",
 2478 "io-lifetimes",
 2479 "windows-sys 0.59.0",
 2480]
 2481
 2482[[package]]
 2483name = "cap-net-ext"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "cap-std",
 2490 "rustix 1.1.2",
 2491 "smallvec",
 2492]
 2493
 2494[[package]]
 2495name = "cap-primitives"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "fs-set-times",
 2502 "io-extras",
 2503 "io-lifetimes",
 2504 "ipnet",
 2505 "maybe-owned",
 2506 "rustix 1.1.2",
 2507 "rustix-linux-procfs",
 2508 "windows-sys 0.59.0",
 2509 "winx",
 2510]
 2511
 2512[[package]]
 2513name = "cap-rand"
 2514version = "3.4.4"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2517dependencies = [
 2518 "ambient-authority",
 2519 "rand 0.8.5",
 2520]
 2521
 2522[[package]]
 2523name = "cap-std"
 2524version = "3.4.4"
 2525source = "registry+https://github.com/rust-lang/crates.io-index"
 2526checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2527dependencies = [
 2528 "cap-primitives",
 2529 "io-extras",
 2530 "io-lifetimes",
 2531 "rustix 1.1.2",
 2532]
 2533
 2534[[package]]
 2535name = "cap-time-ext"
 2536version = "3.4.4"
 2537source = "registry+https://github.com/rust-lang/crates.io-index"
 2538checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2539dependencies = [
 2540 "ambient-authority",
 2541 "cap-primitives",
 2542 "iana-time-zone",
 2543 "once_cell",
 2544 "rustix 1.1.2",
 2545 "winx",
 2546]
 2547
 2548[[package]]
 2549name = "cargo-platform"
 2550version = "0.1.9"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2553dependencies = [
 2554 "serde",
 2555]
 2556
 2557[[package]]
 2558name = "cargo-platform"
 2559version = "0.3.2"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2562dependencies = [
 2563 "serde",
 2564 "serde_core",
 2565]
 2566
 2567[[package]]
 2568name = "cargo_metadata"
 2569version = "0.19.2"
 2570source = "registry+https://github.com/rust-lang/crates.io-index"
 2571checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2572dependencies = [
 2573 "camino",
 2574 "cargo-platform 0.1.9",
 2575 "semver",
 2576 "serde",
 2577 "serde_json",
 2578 "thiserror 2.0.17",
 2579]
 2580
 2581[[package]]
 2582name = "cargo_metadata"
 2583version = "0.23.1"
 2584source = "registry+https://github.com/rust-lang/crates.io-index"
 2585checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2586dependencies = [
 2587 "camino",
 2588 "cargo-platform 0.3.2",
 2589 "semver",
 2590 "serde",
 2591 "serde_json",
 2592 "thiserror 2.0.17",
 2593]
 2594
 2595[[package]]
 2596name = "cargo_toml"
 2597version = "0.21.0"
 2598source = "registry+https://github.com/rust-lang/crates.io-index"
 2599checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2600dependencies = [
 2601 "serde",
 2602 "toml 0.8.23",
 2603]
 2604
 2605[[package]]
 2606name = "cast"
 2607version = "0.3.0"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2610
 2611[[package]]
 2612name = "cbc"
 2613version = "0.1.2"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2616dependencies = [
 2617 "cipher",
 2618]
 2619
 2620[[package]]
 2621name = "cbindgen"
 2622version = "0.28.0"
 2623source = "registry+https://github.com/rust-lang/crates.io-index"
 2624checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2625dependencies = [
 2626 "heck 0.4.1",
 2627 "indexmap",
 2628 "log",
 2629 "proc-macro2",
 2630 "quote",
 2631 "serde",
 2632 "serde_json",
 2633 "syn 2.0.117",
 2634 "tempfile",
 2635 "toml 0.8.23",
 2636]
 2637
 2638[[package]]
 2639name = "cc"
 2640version = "1.2.49"
 2641source = "registry+https://github.com/rust-lang/crates.io-index"
 2642checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2643dependencies = [
 2644 "find-msvc-tools",
 2645 "jobserver",
 2646 "libc",
 2647 "shlex",
 2648]
 2649
 2650[[package]]
 2651name = "cesu8"
 2652version = "1.1.0"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2655
 2656[[package]]
 2657name = "cexpr"
 2658version = "0.6.0"
 2659source = "registry+https://github.com/rust-lang/crates.io-index"
 2660checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2661dependencies = [
 2662 "nom 7.1.3",
 2663]
 2664
 2665[[package]]
 2666name = "cfg-expr"
 2667version = "0.15.8"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2670dependencies = [
 2671 "smallvec",
 2672 "target-lexicon 0.12.16",
 2673]
 2674
 2675[[package]]
 2676name = "cfg-expr"
 2677version = "0.20.6"
 2678source = "registry+https://github.com/rust-lang/crates.io-index"
 2679checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2680dependencies = [
 2681 "smallvec",
 2682 "target-lexicon 0.13.3",
 2683]
 2684
 2685[[package]]
 2686name = "cfg-if"
 2687version = "1.0.4"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2690
 2691[[package]]
 2692name = "cfg_aliases"
 2693version = "0.1.1"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2696
 2697[[package]]
 2698name = "cfg_aliases"
 2699version = "0.2.1"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2702
 2703[[package]]
 2704name = "cgl"
 2705version = "0.3.2"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2708dependencies = [
 2709 "libc",
 2710]
 2711
 2712[[package]]
 2713name = "channel"
 2714version = "0.1.0"
 2715dependencies = [
 2716 "anyhow",
 2717 "client",
 2718 "clock",
 2719 "collections",
 2720 "futures 0.3.32",
 2721 "gpui",
 2722 "http_client",
 2723 "language",
 2724 "log",
 2725 "postage",
 2726 "release_channel",
 2727 "rpc",
 2728 "semver",
 2729 "settings",
 2730 "text",
 2731 "time",
 2732 "util",
 2733]
 2734
 2735[[package]]
 2736name = "chardetng"
 2737version = "0.1.17"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2740dependencies = [
 2741 "cfg-if",
 2742 "encoding_rs",
 2743 "memchr",
 2744]
 2745
 2746[[package]]
 2747name = "chrono"
 2748version = "0.4.42"
 2749source = "registry+https://github.com/rust-lang/crates.io-index"
 2750checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2751dependencies = [
 2752 "iana-time-zone",
 2753 "js-sys",
 2754 "num-traits",
 2755 "serde",
 2756 "wasm-bindgen",
 2757 "windows-link 0.2.1",
 2758]
 2759
 2760[[package]]
 2761name = "chunked_transfer"
 2762version = "1.5.0"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2765
 2766[[package]]
 2767name = "ciborium"
 2768version = "0.2.2"
 2769source = "registry+https://github.com/rust-lang/crates.io-index"
 2770checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2771dependencies = [
 2772 "ciborium-io",
 2773 "ciborium-ll",
 2774 "serde",
 2775]
 2776
 2777[[package]]
 2778name = "ciborium-io"
 2779version = "0.2.2"
 2780source = "registry+https://github.com/rust-lang/crates.io-index"
 2781checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2782
 2783[[package]]
 2784name = "ciborium-ll"
 2785version = "0.2.2"
 2786source = "registry+https://github.com/rust-lang/crates.io-index"
 2787checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2788dependencies = [
 2789 "ciborium-io",
 2790 "half",
 2791]
 2792
 2793[[package]]
 2794name = "cipher"
 2795version = "0.4.4"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2798dependencies = [
 2799 "crypto-common",
 2800 "inout",
 2801 "zeroize",
 2802]
 2803
 2804[[package]]
 2805name = "circular-buffer"
 2806version = "1.2.0"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2809
 2810[[package]]
 2811name = "clang-sys"
 2812version = "1.8.1"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2815dependencies = [
 2816 "glob",
 2817 "libc",
 2818 "libloading",
 2819]
 2820
 2821[[package]]
 2822name = "clap"
 2823version = "4.5.49"
 2824source = "registry+https://github.com/rust-lang/crates.io-index"
 2825checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2826dependencies = [
 2827 "clap_builder",
 2828 "clap_derive",
 2829]
 2830
 2831[[package]]
 2832name = "clap_builder"
 2833version = "4.5.49"
 2834source = "registry+https://github.com/rust-lang/crates.io-index"
 2835checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2836dependencies = [
 2837 "anstream",
 2838 "anstyle",
 2839 "clap_lex",
 2840 "strsim",
 2841 "terminal_size",
 2842]
 2843
 2844[[package]]
 2845name = "clap_complete"
 2846version = "4.5.59"
 2847source = "registry+https://github.com/rust-lang/crates.io-index"
 2848checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2849dependencies = [
 2850 "clap",
 2851]
 2852
 2853[[package]]
 2854name = "clap_derive"
 2855version = "4.5.49"
 2856source = "registry+https://github.com/rust-lang/crates.io-index"
 2857checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2858dependencies = [
 2859 "heck 0.5.0",
 2860 "proc-macro2",
 2861 "quote",
 2862 "syn 2.0.117",
 2863]
 2864
 2865[[package]]
 2866name = "clap_lex"
 2867version = "0.7.6"
 2868source = "registry+https://github.com/rust-lang/crates.io-index"
 2869checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2870
 2871[[package]]
 2872name = "cli"
 2873version = "0.1.0"
 2874dependencies = [
 2875 "anyhow",
 2876 "askpass",
 2877 "clap",
 2878 "collections",
 2879 "core-foundation 0.10.0",
 2880 "core-services",
 2881 "exec",
 2882 "fork",
 2883 "ipc-channel",
 2884 "parking_lot",
 2885 "paths",
 2886 "plist",
 2887 "rayon",
 2888 "release_channel",
 2889 "serde",
 2890 "serde_json",
 2891 "tempfile",
 2892 "util",
 2893 "walkdir",
 2894 "windows 0.61.3",
 2895]
 2896
 2897[[package]]
 2898name = "client"
 2899version = "0.1.0"
 2900dependencies = [
 2901 "anyhow",
 2902 "async-tungstenite",
 2903 "base64 0.22.1",
 2904 "chrono",
 2905 "clock",
 2906 "cloud_api_client",
 2907 "cloud_api_types",
 2908 "cloud_llm_client",
 2909 "collections",
 2910 "credentials_provider",
 2911 "db",
 2912 "derive_more",
 2913 "feature_flags",
 2914 "fs",
 2915 "futures 0.3.32",
 2916 "gpui",
 2917 "gpui_tokio",
 2918 "http_client",
 2919 "http_client_tls",
 2920 "httparse",
 2921 "log",
 2922 "objc2-foundation",
 2923 "parking_lot",
 2924 "paths",
 2925 "postage",
 2926 "rand 0.9.2",
 2927 "regex",
 2928 "release_channel",
 2929 "rpc",
 2930 "rustls-pki-types",
 2931 "semver",
 2932 "serde",
 2933 "serde_json",
 2934 "serde_urlencoded",
 2935 "settings",
 2936 "sha2",
 2937 "smol",
 2938 "telemetry",
 2939 "telemetry_events",
 2940 "text",
 2941 "thiserror 2.0.17",
 2942 "time",
 2943 "tiny_http",
 2944 "tokio",
 2945 "tokio-native-tls",
 2946 "tokio-rustls 0.26.2",
 2947 "tokio-socks",
 2948 "url",
 2949 "util",
 2950 "windows 0.61.3",
 2951 "worktree",
 2952 "zed_credentials_provider",
 2953]
 2954
 2955[[package]]
 2956name = "clock"
 2957version = "0.1.0"
 2958dependencies = [
 2959 "parking_lot",
 2960 "serde",
 2961 "smallvec",
 2962]
 2963
 2964[[package]]
 2965name = "cloud_api_client"
 2966version = "0.1.0"
 2967dependencies = [
 2968 "anyhow",
 2969 "cloud_api_types",
 2970 "futures 0.3.32",
 2971 "gpui",
 2972 "gpui_tokio",
 2973 "http_client",
 2974 "parking_lot",
 2975 "serde_json",
 2976 "smol",
 2977 "thiserror 2.0.17",
 2978 "yawc",
 2979]
 2980
 2981[[package]]
 2982name = "cloud_api_types"
 2983version = "0.1.0"
 2984dependencies = [
 2985 "anyhow",
 2986 "chrono",
 2987 "ciborium",
 2988 "cloud_llm_client",
 2989 "pretty_assertions",
 2990 "serde",
 2991 "serde_json",
 2992 "strum 0.27.2",
 2993]
 2994
 2995[[package]]
 2996name = "cloud_llm_client"
 2997version = "0.1.0"
 2998dependencies = [
 2999 "anyhow",
 3000 "serde",
 3001 "serde_json",
 3002 "strum 0.27.2",
 3003 "uuid",
 3004 "zeta_prompt",
 3005]
 3006
 3007[[package]]
 3008name = "cmake"
 3009version = "0.1.56"
 3010source = "registry+https://github.com/rust-lang/crates.io-index"
 3011checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3012dependencies = [
 3013 "cc",
 3014]
 3015
 3016[[package]]
 3017name = "cobs"
 3018version = "0.3.0"
 3019source = "registry+https://github.com/rust-lang/crates.io-index"
 3020checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3021dependencies = [
 3022 "thiserror 2.0.17",
 3023]
 3024
 3025[[package]]
 3026name = "cocoa"
 3027version = "0.25.0"
 3028source = "registry+https://github.com/rust-lang/crates.io-index"
 3029checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3030dependencies = [
 3031 "bitflags 1.3.2",
 3032 "block",
 3033 "cocoa-foundation 0.1.2",
 3034 "core-foundation 0.9.4",
 3035 "core-graphics 0.23.2",
 3036 "foreign-types 0.5.0",
 3037 "libc",
 3038 "objc",
 3039]
 3040
 3041[[package]]
 3042name = "cocoa"
 3043version = "0.26.0"
 3044source = "registry+https://github.com/rust-lang/crates.io-index"
 3045checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3046dependencies = [
 3047 "bitflags 2.10.0",
 3048 "block",
 3049 "cocoa-foundation 0.2.0",
 3050 "core-foundation 0.10.0",
 3051 "core-graphics 0.24.0",
 3052 "foreign-types 0.5.0",
 3053 "libc",
 3054 "objc",
 3055]
 3056
 3057[[package]]
 3058name = "cocoa-foundation"
 3059version = "0.1.2"
 3060source = "registry+https://github.com/rust-lang/crates.io-index"
 3061checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3062dependencies = [
 3063 "bitflags 1.3.2",
 3064 "block",
 3065 "core-foundation 0.9.4",
 3066 "core-graphics-types 0.1.3",
 3067 "libc",
 3068 "objc",
 3069]
 3070
 3071[[package]]
 3072name = "cocoa-foundation"
 3073version = "0.2.0"
 3074source = "registry+https://github.com/rust-lang/crates.io-index"
 3075checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3076dependencies = [
 3077 "bitflags 2.10.0",
 3078 "block",
 3079 "core-foundation 0.10.0",
 3080 "core-graphics-types 0.2.0",
 3081 "libc",
 3082 "objc",
 3083]
 3084
 3085[[package]]
 3086name = "codespan-reporting"
 3087version = "0.13.0"
 3088source = "registry+https://github.com/rust-lang/crates.io-index"
 3089checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3090dependencies = [
 3091 "serde",
 3092 "termcolor",
 3093 "unicode-width",
 3094]
 3095
 3096[[package]]
 3097name = "codestral"
 3098version = "0.1.0"
 3099dependencies = [
 3100 "anyhow",
 3101 "edit_prediction",
 3102 "edit_prediction_types",
 3103 "futures 0.3.32",
 3104 "gpui",
 3105 "http_client",
 3106 "icons",
 3107 "language",
 3108 "language_model",
 3109 "log",
 3110 "serde",
 3111 "serde_json",
 3112 "text",
 3113 "zed_credentials_provider",
 3114 "zeta_prompt",
 3115]
 3116
 3117[[package]]
 3118name = "collab"
 3119version = "0.44.0"
 3120dependencies = [
 3121 "agent",
 3122 "anyhow",
 3123 "async-trait",
 3124 "async-tungstenite",
 3125 "aws-config",
 3126 "aws-sdk-kinesis",
 3127 "aws-sdk-s3",
 3128 "axum",
 3129 "buffer_diff",
 3130 "call",
 3131 "channel",
 3132 "chrono",
 3133 "client",
 3134 "clock",
 3135 "cloud_api_types",
 3136 "collab",
 3137 "collab_ui",
 3138 "collections",
 3139 "command_palette_hooks",
 3140 "ctor",
 3141 "dap",
 3142 "dap_adapters",
 3143 "dashmap",
 3144 "debugger_ui",
 3145 "editor",
 3146 "envy",
 3147 "extension",
 3148 "file_finder",
 3149 "fs",
 3150 "futures 0.3.32",
 3151 "git",
 3152 "git_hosting_providers",
 3153 "git_ui",
 3154 "gpui",
 3155 "gpui_tokio",
 3156 "hex",
 3157 "http_client",
 3158 "indoc",
 3159 "language",
 3160 "language_model",
 3161 "livekit_api",
 3162 "livekit_client",
 3163 "log",
 3164 "lsp",
 3165 "menu",
 3166 "multi_buffer",
 3167 "nanoid",
 3168 "node_runtime",
 3169 "notifications",
 3170 "parking_lot",
 3171 "pretty_assertions",
 3172 "project",
 3173 "prometheus",
 3174 "prompt_store",
 3175 "prost 0.9.0",
 3176 "rand 0.9.2",
 3177 "recent_projects",
 3178 "release_channel",
 3179 "remote",
 3180 "remote_server",
 3181 "reqwest 0.11.27",
 3182 "rpc",
 3183 "sea-orm",
 3184 "sea-orm-macros",
 3185 "semver",
 3186 "serde",
 3187 "serde_json",
 3188 "session",
 3189 "settings",
 3190 "sha2",
 3191 "smol",
 3192 "sqlx",
 3193 "strum 0.27.2",
 3194 "task",
 3195 "telemetry_events",
 3196 "text",
 3197 "theme",
 3198 "theme_settings",
 3199 "time",
 3200 "tokio",
 3201 "toml 0.8.23",
 3202 "tower 0.4.13",
 3203 "tower-http 0.4.4",
 3204 "tracing",
 3205 "tracing-subscriber",
 3206 "unindent",
 3207 "util",
 3208 "uuid",
 3209 "workspace",
 3210 "worktree",
 3211 "zed_actions",
 3212 "zlog",
 3213]
 3214
 3215[[package]]
 3216name = "collab_ui"
 3217version = "0.1.0"
 3218dependencies = [
 3219 "anyhow",
 3220 "call",
 3221 "channel",
 3222 "client",
 3223 "collections",
 3224 "db",
 3225 "editor",
 3226 "futures 0.3.32",
 3227 "fuzzy",
 3228 "gpui",
 3229 "livekit_client",
 3230 "menu",
 3231 "notifications",
 3232 "picker",
 3233 "project",
 3234 "release_channel",
 3235 "rpc",
 3236 "serde",
 3237 "serde_json",
 3238 "settings",
 3239 "smallvec",
 3240 "telemetry",
 3241 "theme",
 3242 "theme_settings",
 3243 "time",
 3244 "title_bar",
 3245 "ui",
 3246 "util",
 3247 "workspace",
 3248 "zed_actions",
 3249]
 3250
 3251[[package]]
 3252name = "collections"
 3253version = "0.1.0"
 3254dependencies = [
 3255 "indexmap",
 3256 "rustc-hash 2.1.1",
 3257]
 3258
 3259[[package]]
 3260name = "color_quant"
 3261version = "1.1.0"
 3262source = "registry+https://github.com/rust-lang/crates.io-index"
 3263checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3264
 3265[[package]]
 3266name = "colorchoice"
 3267version = "1.0.4"
 3268source = "registry+https://github.com/rust-lang/crates.io-index"
 3269checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3270
 3271[[package]]
 3272name = "combine"
 3273version = "4.6.7"
 3274source = "registry+https://github.com/rust-lang/crates.io-index"
 3275checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3276dependencies = [
 3277 "bytes 1.11.1",
 3278 "memchr",
 3279]
 3280
 3281[[package]]
 3282name = "command-fds"
 3283version = "0.3.2"
 3284source = "registry+https://github.com/rust-lang/crates.io-index"
 3285checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3286dependencies = [
 3287 "nix 0.30.1",
 3288 "thiserror 2.0.17",
 3289]
 3290
 3291[[package]]
 3292name = "command_palette"
 3293version = "0.1.0"
 3294dependencies = [
 3295 "anyhow",
 3296 "client",
 3297 "collections",
 3298 "command_palette_hooks",
 3299 "db",
 3300 "editor",
 3301 "fuzzy",
 3302 "go_to_line",
 3303 "gpui",
 3304 "language",
 3305 "log",
 3306 "menu",
 3307 "picker",
 3308 "postage",
 3309 "project",
 3310 "serde",
 3311 "settings",
 3312 "telemetry",
 3313 "theme",
 3314 "theme_settings",
 3315 "time",
 3316 "ui",
 3317 "util",
 3318 "workspace",
 3319 "zed_actions",
 3320]
 3321
 3322[[package]]
 3323name = "command_palette_hooks"
 3324version = "0.1.0"
 3325dependencies = [
 3326 "collections",
 3327 "derive_more",
 3328 "gpui",
 3329 "workspace",
 3330]
 3331
 3332[[package]]
 3333name = "compliance"
 3334version = "0.1.0"
 3335dependencies = [
 3336 "anyhow",
 3337 "async-trait",
 3338 "derive_more",
 3339 "futures 0.3.32",
 3340 "indoc",
 3341 "itertools 0.14.0",
 3342 "jsonwebtoken",
 3343 "octocrab",
 3344 "regex",
 3345 "semver",
 3346 "serde",
 3347 "serde_json",
 3348 "tokio",
 3349]
 3350
 3351[[package]]
 3352name = "component"
 3353version = "0.1.0"
 3354dependencies = [
 3355 "collections",
 3356 "documented",
 3357 "gpui",
 3358 "inventory",
 3359 "parking_lot",
 3360 "strum 0.27.2",
 3361 "theme",
 3362]
 3363
 3364[[package]]
 3365name = "component_preview"
 3366version = "0.1.0"
 3367dependencies = [
 3368 "anyhow",
 3369 "client",
 3370 "collections",
 3371 "component",
 3372 "db",
 3373 "fs",
 3374 "gpui",
 3375 "gpui_platform",
 3376 "language",
 3377 "log",
 3378 "node_runtime",
 3379 "notifications",
 3380 "project",
 3381 "release_channel",
 3382 "reqwest_client",
 3383 "session",
 3384 "settings",
 3385 "theme",
 3386 "theme_settings",
 3387 "ui",
 3388 "ui_input",
 3389 "uuid",
 3390 "workspace",
 3391]
 3392
 3393[[package]]
 3394name = "compression-codecs"
 3395version = "0.4.31"
 3396source = "registry+https://github.com/rust-lang/crates.io-index"
 3397checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3398dependencies = [
 3399 "bzip2 0.6.1",
 3400 "compression-core",
 3401 "deflate64",
 3402 "flate2",
 3403 "memchr",
 3404]
 3405
 3406[[package]]
 3407name = "compression-core"
 3408version = "0.4.29"
 3409source = "registry+https://github.com/rust-lang/crates.io-index"
 3410checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3411
 3412[[package]]
 3413name = "concurrent-queue"
 3414version = "2.5.0"
 3415source = "registry+https://github.com/rust-lang/crates.io-index"
 3416checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3417dependencies = [
 3418 "crossbeam-utils",
 3419]
 3420
 3421[[package]]
 3422name = "console_error_panic_hook"
 3423version = "0.1.7"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3426dependencies = [
 3427 "cfg-if",
 3428 "wasm-bindgen",
 3429]
 3430
 3431[[package]]
 3432name = "const-oid"
 3433version = "0.9.6"
 3434source = "registry+https://github.com/rust-lang/crates.io-index"
 3435checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3436
 3437[[package]]
 3438name = "const-random"
 3439version = "0.1.18"
 3440source = "registry+https://github.com/rust-lang/crates.io-index"
 3441checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3442dependencies = [
 3443 "const-random-macro",
 3444]
 3445
 3446[[package]]
 3447name = "const-random-macro"
 3448version = "0.1.16"
 3449source = "registry+https://github.com/rust-lang/crates.io-index"
 3450checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3451dependencies = [
 3452 "getrandom 0.2.16",
 3453 "once_cell",
 3454 "tiny-keccak",
 3455]
 3456
 3457[[package]]
 3458name = "const_format"
 3459version = "0.2.35"
 3460source = "registry+https://github.com/rust-lang/crates.io-index"
 3461checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3462dependencies = [
 3463 "const_format_proc_macros",
 3464]
 3465
 3466[[package]]
 3467name = "const_format_proc_macros"
 3468version = "0.2.34"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3471dependencies = [
 3472 "proc-macro2",
 3473 "quote",
 3474 "unicode-xid",
 3475]
 3476
 3477[[package]]
 3478name = "constant_time_eq"
 3479version = "0.1.5"
 3480source = "registry+https://github.com/rust-lang/crates.io-index"
 3481checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3482
 3483[[package]]
 3484name = "context_server"
 3485version = "0.1.0"
 3486dependencies = [
 3487 "anyhow",
 3488 "async-trait",
 3489 "base64 0.22.1",
 3490 "collections",
 3491 "futures 0.3.32",
 3492 "gpui",
 3493 "http_client",
 3494 "log",
 3495 "net",
 3496 "parking_lot",
 3497 "postage",
 3498 "rand 0.9.2",
 3499 "schemars",
 3500 "serde",
 3501 "serde_json",
 3502 "settings",
 3503 "sha2",
 3504 "slotmap",
 3505 "smol",
 3506 "tempfile",
 3507 "terminal",
 3508 "tiny_http",
 3509 "url",
 3510 "util",
 3511]
 3512
 3513[[package]]
 3514name = "convert_case"
 3515version = "0.8.0"
 3516source = "registry+https://github.com/rust-lang/crates.io-index"
 3517checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3518dependencies = [
 3519 "unicode-segmentation",
 3520]
 3521
 3522[[package]]
 3523name = "convert_case"
 3524version = "0.10.0"
 3525source = "registry+https://github.com/rust-lang/crates.io-index"
 3526checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3527dependencies = [
 3528 "unicode-segmentation",
 3529]
 3530
 3531[[package]]
 3532name = "convert_case"
 3533version = "0.11.0"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3536dependencies = [
 3537 "unicode-segmentation",
 3538]
 3539
 3540[[package]]
 3541name = "copilot"
 3542version = "0.1.0"
 3543dependencies = [
 3544 "anyhow",
 3545 "async-std",
 3546 "collections",
 3547 "command_palette_hooks",
 3548 "copilot_chat",
 3549 "edit_prediction_types",
 3550 "editor",
 3551 "fs",
 3552 "futures 0.3.32",
 3553 "gpui",
 3554 "icons",
 3555 "indoc",
 3556 "language",
 3557 "log",
 3558 "lsp",
 3559 "node_runtime",
 3560 "parking_lot",
 3561 "paths",
 3562 "pretty_assertions",
 3563 "project",
 3564 "rpc",
 3565 "semver",
 3566 "serde",
 3567 "serde_json",
 3568 "settings",
 3569 "sum_tree",
 3570 "theme",
 3571 "theme_settings",
 3572 "util",
 3573 "workspace",
 3574 "zlog",
 3575]
 3576
 3577[[package]]
 3578name = "copilot_chat"
 3579version = "0.1.0"
 3580dependencies = [
 3581 "anthropic",
 3582 "anyhow",
 3583 "collections",
 3584 "dirs 4.0.0",
 3585 "fs",
 3586 "futures 0.3.32",
 3587 "gpui",
 3588 "http_client",
 3589 "log",
 3590 "paths",
 3591 "serde",
 3592 "serde_json",
 3593 "settings",
 3594]
 3595
 3596[[package]]
 3597name = "copilot_ui"
 3598version = "0.1.0"
 3599dependencies = [
 3600 "anyhow",
 3601 "copilot",
 3602 "gpui",
 3603 "language",
 3604 "log",
 3605 "lsp",
 3606 "menu",
 3607 "project",
 3608 "serde_json",
 3609 "settings",
 3610 "ui",
 3611 "util",
 3612 "workspace",
 3613]
 3614
 3615[[package]]
 3616name = "core-foundation"
 3617version = "0.9.4"
 3618source = "registry+https://github.com/rust-lang/crates.io-index"
 3619checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3620dependencies = [
 3621 "core-foundation-sys",
 3622 "libc",
 3623]
 3624
 3625[[package]]
 3626name = "core-foundation"
 3627version = "0.10.0"
 3628source = "registry+https://github.com/rust-lang/crates.io-index"
 3629checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3630dependencies = [
 3631 "core-foundation-sys",
 3632 "libc",
 3633]
 3634
 3635[[package]]
 3636name = "core-foundation-sys"
 3637version = "0.8.7"
 3638source = "registry+https://github.com/rust-lang/crates.io-index"
 3639checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3640
 3641[[package]]
 3642name = "core-graphics"
 3643version = "0.23.2"
 3644source = "registry+https://github.com/rust-lang/crates.io-index"
 3645checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3646dependencies = [
 3647 "bitflags 1.3.2",
 3648 "core-foundation 0.9.4",
 3649 "core-graphics-types 0.1.3",
 3650 "foreign-types 0.5.0",
 3651 "libc",
 3652]
 3653
 3654[[package]]
 3655name = "core-graphics"
 3656version = "0.24.0"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3659dependencies = [
 3660 "bitflags 2.10.0",
 3661 "core-foundation 0.10.0",
 3662 "core-graphics-types 0.2.0",
 3663 "foreign-types 0.5.0",
 3664 "libc",
 3665]
 3666
 3667[[package]]
 3668name = "core-graphics-helmer-fork"
 3669version = "0.24.0"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3672dependencies = [
 3673 "bitflags 2.10.0",
 3674 "core-foundation 0.9.4",
 3675 "core-graphics-types 0.1.3",
 3676 "foreign-types 0.5.0",
 3677 "libc",
 3678]
 3679
 3680[[package]]
 3681name = "core-graphics-types"
 3682version = "0.1.3"
 3683source = "registry+https://github.com/rust-lang/crates.io-index"
 3684checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3685dependencies = [
 3686 "bitflags 1.3.2",
 3687 "core-foundation 0.9.4",
 3688 "libc",
 3689]
 3690
 3691[[package]]
 3692name = "core-graphics-types"
 3693version = "0.2.0"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3696dependencies = [
 3697 "bitflags 2.10.0",
 3698 "core-foundation 0.10.0",
 3699 "libc",
 3700]
 3701
 3702[[package]]
 3703name = "core-graphics2"
 3704version = "0.5.2"
 3705source = "registry+https://github.com/rust-lang/crates.io-index"
 3706checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3707dependencies = [
 3708 "bitflags 2.10.0",
 3709 "block",
 3710 "cfg-if",
 3711 "core-foundation 0.10.0",
 3712 "libc",
 3713]
 3714
 3715[[package]]
 3716name = "core-services"
 3717version = "0.2.1"
 3718source = "registry+https://github.com/rust-lang/crates.io-index"
 3719checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3720dependencies = [
 3721 "core-foundation 0.9.4",
 3722]
 3723
 3724[[package]]
 3725name = "core-text"
 3726version = "21.0.0"
 3727source = "registry+https://github.com/rust-lang/crates.io-index"
 3728checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3729dependencies = [
 3730 "core-foundation 0.10.0",
 3731 "core-graphics 0.24.0",
 3732 "foreign-types 0.5.0",
 3733 "libc",
 3734]
 3735
 3736[[package]]
 3737name = "core-video"
 3738version = "0.5.2"
 3739source = "registry+https://github.com/rust-lang/crates.io-index"
 3740checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3741dependencies = [
 3742 "block",
 3743 "core-foundation 0.10.0",
 3744 "core-graphics2",
 3745 "io-surface",
 3746 "libc",
 3747 "metal",
 3748]
 3749
 3750[[package]]
 3751name = "core_maths"
 3752version = "0.1.1"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3755dependencies = [
 3756 "libm",
 3757]
 3758
 3759[[package]]
 3760name = "coreaudio-rs"
 3761version = "0.12.1"
 3762source = "registry+https://github.com/rust-lang/crates.io-index"
 3763checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3764dependencies = [
 3765 "bitflags 1.3.2",
 3766 "core-foundation-sys",
 3767 "coreaudio-sys",
 3768]
 3769
 3770[[package]]
 3771name = "coreaudio-rs"
 3772version = "0.13.0"
 3773source = "registry+https://github.com/rust-lang/crates.io-index"
 3774checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3775dependencies = [
 3776 "bitflags 1.3.2",
 3777 "libc",
 3778 "objc2-audio-toolbox",
 3779 "objc2-core-audio",
 3780 "objc2-core-audio-types",
 3781 "objc2-core-foundation",
 3782]
 3783
 3784[[package]]
 3785name = "coreaudio-sys"
 3786version = "0.2.17"
 3787source = "registry+https://github.com/rust-lang/crates.io-index"
 3788checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3789dependencies = [
 3790 "bindgen 0.72.1",
 3791]
 3792
 3793[[package]]
 3794name = "cosmic-text"
 3795version = "0.17.1"
 3796source = "registry+https://github.com/rust-lang/crates.io-index"
 3797checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3798dependencies = [
 3799 "bitflags 2.10.0",
 3800 "fontdb 0.23.0",
 3801 "harfrust",
 3802 "linebender_resource_handle",
 3803 "log",
 3804 "rangemap",
 3805 "rustc-hash 2.1.1",
 3806 "self_cell",
 3807 "skrifa 0.40.0",
 3808 "smol_str",
 3809 "swash",
 3810 "sys-locale",
 3811 "unicode-bidi",
 3812 "unicode-linebreak",
 3813 "unicode-script",
 3814 "unicode-segmentation",
 3815]
 3816
 3817[[package]]
 3818name = "cpal"
 3819version = "0.17.1"
 3820source = "registry+https://github.com/rust-lang/crates.io-index"
 3821checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3822dependencies = [
 3823 "alsa",
 3824 "coreaudio-rs 0.13.0",
 3825 "dasp_sample",
 3826 "jni",
 3827 "js-sys",
 3828 "libc",
 3829 "mach2 0.5.0",
 3830 "ndk",
 3831 "ndk-context",
 3832 "num-derive",
 3833 "num-traits",
 3834 "objc2",
 3835 "objc2-audio-toolbox",
 3836 "objc2-avf-audio",
 3837 "objc2-core-audio",
 3838 "objc2-core-audio-types",
 3839 "objc2-core-foundation",
 3840 "objc2-foundation",
 3841 "wasm-bindgen",
 3842 "wasm-bindgen-futures",
 3843 "web-sys",
 3844 "windows 0.62.2",
 3845]
 3846
 3847[[package]]
 3848name = "cpp_demangle"
 3849version = "0.4.5"
 3850source = "registry+https://github.com/rust-lang/crates.io-index"
 3851checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3852dependencies = [
 3853 "cfg-if",
 3854]
 3855
 3856[[package]]
 3857name = "cpufeatures"
 3858version = "0.2.17"
 3859source = "registry+https://github.com/rust-lang/crates.io-index"
 3860checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3861dependencies = [
 3862 "libc",
 3863]
 3864
 3865[[package]]
 3866name = "cranelift-assembler-x64"
 3867version = "0.123.6"
 3868source = "registry+https://github.com/rust-lang/crates.io-index"
 3869checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3870dependencies = [
 3871 "cranelift-assembler-x64-meta",
 3872]
 3873
 3874[[package]]
 3875name = "cranelift-assembler-x64-meta"
 3876version = "0.123.6"
 3877source = "registry+https://github.com/rust-lang/crates.io-index"
 3878checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3879dependencies = [
 3880 "cranelift-srcgen",
 3881]
 3882
 3883[[package]]
 3884name = "cranelift-bforest"
 3885version = "0.123.6"
 3886source = "registry+https://github.com/rust-lang/crates.io-index"
 3887checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3888dependencies = [
 3889 "cranelift-entity",
 3890]
 3891
 3892[[package]]
 3893name = "cranelift-bitset"
 3894version = "0.123.6"
 3895source = "registry+https://github.com/rust-lang/crates.io-index"
 3896checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3897dependencies = [
 3898 "serde",
 3899 "serde_derive",
 3900]
 3901
 3902[[package]]
 3903name = "cranelift-codegen"
 3904version = "0.123.6"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3907dependencies = [
 3908 "bumpalo",
 3909 "cranelift-assembler-x64",
 3910 "cranelift-bforest",
 3911 "cranelift-bitset",
 3912 "cranelift-codegen-meta",
 3913 "cranelift-codegen-shared",
 3914 "cranelift-control",
 3915 "cranelift-entity",
 3916 "cranelift-isle",
 3917 "gimli",
 3918 "hashbrown 0.15.5",
 3919 "log",
 3920 "postcard",
 3921 "pulley-interpreter",
 3922 "regalloc2",
 3923 "rustc-hash 2.1.1",
 3924 "serde",
 3925 "serde_derive",
 3926 "sha2",
 3927 "smallvec",
 3928 "target-lexicon 0.13.3",
 3929 "wasmtime-internal-math",
 3930]
 3931
 3932[[package]]
 3933name = "cranelift-codegen-meta"
 3934version = "0.123.6"
 3935source = "registry+https://github.com/rust-lang/crates.io-index"
 3936checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3937dependencies = [
 3938 "cranelift-assembler-x64-meta",
 3939 "cranelift-codegen-shared",
 3940 "cranelift-srcgen",
 3941 "heck 0.5.0",
 3942 "pulley-interpreter",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-codegen-shared"
 3947version = "0.123.6"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3950
 3951[[package]]
 3952name = "cranelift-control"
 3953version = "0.123.6"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3956dependencies = [
 3957 "arbitrary",
 3958]
 3959
 3960[[package]]
 3961name = "cranelift-entity"
 3962version = "0.123.6"
 3963source = "registry+https://github.com/rust-lang/crates.io-index"
 3964checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3965dependencies = [
 3966 "cranelift-bitset",
 3967 "serde",
 3968 "serde_derive",
 3969]
 3970
 3971[[package]]
 3972name = "cranelift-frontend"
 3973version = "0.123.6"
 3974source = "registry+https://github.com/rust-lang/crates.io-index"
 3975checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3976dependencies = [
 3977 "cranelift-codegen",
 3978 "log",
 3979 "smallvec",
 3980 "target-lexicon 0.13.3",
 3981]
 3982
 3983[[package]]
 3984name = "cranelift-isle"
 3985version = "0.123.6"
 3986source = "registry+https://github.com/rust-lang/crates.io-index"
 3987checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3988
 3989[[package]]
 3990name = "cranelift-native"
 3991version = "0.123.6"
 3992source = "registry+https://github.com/rust-lang/crates.io-index"
 3993checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3994dependencies = [
 3995 "cranelift-codegen",
 3996 "libc",
 3997 "target-lexicon 0.13.3",
 3998]
 3999
 4000[[package]]
 4001name = "cranelift-srcgen"
 4002version = "0.123.6"
 4003source = "registry+https://github.com/rust-lang/crates.io-index"
 4004checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4005
 4006[[package]]
 4007name = "crash-context"
 4008version = "0.6.3"
 4009source = "registry+https://github.com/rust-lang/crates.io-index"
 4010checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4011dependencies = [
 4012 "cfg-if",
 4013 "libc",
 4014 "mach2 0.4.3",
 4015]
 4016
 4017[[package]]
 4018name = "crash-handler"
 4019version = "0.6.3"
 4020source = "registry+https://github.com/rust-lang/crates.io-index"
 4021checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4022dependencies = [
 4023 "cfg-if",
 4024 "crash-context",
 4025 "libc",
 4026 "mach2 0.4.3",
 4027 "parking_lot",
 4028]
 4029
 4030[[package]]
 4031name = "crashes"
 4032version = "0.1.0"
 4033dependencies = [
 4034 "cfg-if",
 4035 "crash-handler",
 4036 "futures 0.3.32",
 4037 "log",
 4038 "mach2 0.5.0",
 4039 "minidumper",
 4040 "parking_lot",
 4041 "paths",
 4042 "release_channel",
 4043 "serde",
 4044 "serde_json",
 4045 "smol",
 4046 "system_specs",
 4047 "windows 0.61.3",
 4048 "zstd",
 4049]
 4050
 4051[[package]]
 4052name = "crc"
 4053version = "3.3.0"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4056dependencies = [
 4057 "crc-catalog",
 4058]
 4059
 4060[[package]]
 4061name = "crc-catalog"
 4062version = "2.4.0"
 4063source = "registry+https://github.com/rust-lang/crates.io-index"
 4064checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4065
 4066[[package]]
 4067name = "crc-fast"
 4068version = "1.6.0"
 4069source = "registry+https://github.com/rust-lang/crates.io-index"
 4070checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4071dependencies = [
 4072 "crc",
 4073 "digest",
 4074 "rand 0.9.2",
 4075 "regex",
 4076 "rustversion",
 4077]
 4078
 4079[[package]]
 4080name = "crc32fast"
 4081version = "1.5.0"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4084dependencies = [
 4085 "cfg-if",
 4086]
 4087
 4088[[package]]
 4089name = "credentials_provider"
 4090version = "0.1.0"
 4091dependencies = [
 4092 "anyhow",
 4093 "gpui",
 4094 "serde",
 4095]
 4096
 4097[[package]]
 4098name = "criterion"
 4099version = "0.5.1"
 4100source = "registry+https://github.com/rust-lang/crates.io-index"
 4101checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4102dependencies = [
 4103 "anes",
 4104 "cast",
 4105 "ciborium",
 4106 "clap",
 4107 "criterion-plot",
 4108 "is-terminal",
 4109 "itertools 0.10.5",
 4110 "num-traits",
 4111 "once_cell",
 4112 "oorandom",
 4113 "plotters",
 4114 "rayon",
 4115 "regex",
 4116 "serde",
 4117 "serde_derive",
 4118 "serde_json",
 4119 "tinytemplate",
 4120 "walkdir",
 4121]
 4122
 4123[[package]]
 4124name = "criterion-plot"
 4125version = "0.5.0"
 4126source = "registry+https://github.com/rust-lang/crates.io-index"
 4127checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4128dependencies = [
 4129 "cast",
 4130 "itertools 0.10.5",
 4131]
 4132
 4133[[package]]
 4134name = "crossbeam"
 4135version = "0.8.4"
 4136source = "registry+https://github.com/rust-lang/crates.io-index"
 4137checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4138dependencies = [
 4139 "crossbeam-channel",
 4140 "crossbeam-deque",
 4141 "crossbeam-epoch",
 4142 "crossbeam-queue",
 4143 "crossbeam-utils",
 4144]
 4145
 4146[[package]]
 4147name = "crossbeam-channel"
 4148version = "0.5.15"
 4149source = "registry+https://github.com/rust-lang/crates.io-index"
 4150checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4151dependencies = [
 4152 "crossbeam-utils",
 4153]
 4154
 4155[[package]]
 4156name = "crossbeam-deque"
 4157version = "0.8.6"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4160dependencies = [
 4161 "crossbeam-epoch",
 4162 "crossbeam-utils",
 4163]
 4164
 4165[[package]]
 4166name = "crossbeam-epoch"
 4167version = "0.9.18"
 4168source = "registry+https://github.com/rust-lang/crates.io-index"
 4169checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4170dependencies = [
 4171 "crossbeam-utils",
 4172]
 4173
 4174[[package]]
 4175name = "crossbeam-queue"
 4176version = "0.3.12"
 4177source = "registry+https://github.com/rust-lang/crates.io-index"
 4178checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4179dependencies = [
 4180 "crossbeam-utils",
 4181]
 4182
 4183[[package]]
 4184name = "crossbeam-utils"
 4185version = "0.8.21"
 4186source = "registry+https://github.com/rust-lang/crates.io-index"
 4187checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4188
 4189[[package]]
 4190name = "crunchy"
 4191version = "0.2.4"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4194
 4195[[package]]
 4196name = "crypto-bigint"
 4197version = "0.4.9"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4200dependencies = [
 4201 "generic-array",
 4202 "rand_core 0.6.4",
 4203 "subtle",
 4204 "zeroize",
 4205]
 4206
 4207[[package]]
 4208name = "crypto-bigint"
 4209version = "0.5.5"
 4210source = "registry+https://github.com/rust-lang/crates.io-index"
 4211checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4212dependencies = [
 4213 "rand_core 0.6.4",
 4214 "subtle",
 4215]
 4216
 4217[[package]]
 4218name = "crypto-common"
 4219version = "0.1.6"
 4220source = "registry+https://github.com/rust-lang/crates.io-index"
 4221checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4222dependencies = [
 4223 "generic-array",
 4224 "typenum",
 4225]
 4226
 4227[[package]]
 4228name = "cssparser"
 4229version = "0.35.0"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4232dependencies = [
 4233 "cssparser-macros",
 4234 "dtoa-short",
 4235 "itoa",
 4236 "phf 0.11.3",
 4237 "smallvec",
 4238]
 4239
 4240[[package]]
 4241name = "cssparser-macros"
 4242version = "0.6.1"
 4243source = "registry+https://github.com/rust-lang/crates.io-index"
 4244checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4245dependencies = [
 4246 "quote",
 4247 "syn 2.0.117",
 4248]
 4249
 4250[[package]]
 4251name = "csv_preview"
 4252version = "0.1.0"
 4253dependencies = [
 4254 "anyhow",
 4255 "editor",
 4256 "feature_flags",
 4257 "gpui",
 4258 "log",
 4259 "text",
 4260 "ui",
 4261 "workspace",
 4262]
 4263
 4264[[package]]
 4265name = "ctor"
 4266version = "0.4.3"
 4267source = "registry+https://github.com/rust-lang/crates.io-index"
 4268checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4269dependencies = [
 4270 "ctor-proc-macro",
 4271 "dtor",
 4272]
 4273
 4274[[package]]
 4275name = "ctor-proc-macro"
 4276version = "0.0.6"
 4277source = "registry+https://github.com/rust-lang/crates.io-index"
 4278checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4279
 4280[[package]]
 4281name = "ctrlc"
 4282version = "3.5.0"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4285dependencies = [
 4286 "dispatch",
 4287 "nix 0.30.1",
 4288 "windows-sys 0.61.2",
 4289]
 4290
 4291[[package]]
 4292name = "cursor-icon"
 4293version = "1.2.0"
 4294source = "registry+https://github.com/rust-lang/crates.io-index"
 4295checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4296
 4297[[package]]
 4298name = "cxx"
 4299version = "1.0.187"
 4300source = "registry+https://github.com/rust-lang/crates.io-index"
 4301checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4302dependencies = [
 4303 "cc",
 4304 "cxx-build",
 4305 "cxxbridge-cmd",
 4306 "cxxbridge-flags",
 4307 "cxxbridge-macro",
 4308 "foldhash 0.2.0",
 4309 "link-cplusplus",
 4310]
 4311
 4312[[package]]
 4313name = "cxx-build"
 4314version = "1.0.187"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4317dependencies = [
 4318 "cc",
 4319 "codespan-reporting",
 4320 "indexmap",
 4321 "proc-macro2",
 4322 "quote",
 4323 "scratch",
 4324 "syn 2.0.117",
 4325]
 4326
 4327[[package]]
 4328name = "cxxbridge-cmd"
 4329version = "1.0.187"
 4330source = "registry+https://github.com/rust-lang/crates.io-index"
 4331checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4332dependencies = [
 4333 "clap",
 4334 "codespan-reporting",
 4335 "indexmap",
 4336 "proc-macro2",
 4337 "quote",
 4338 "syn 2.0.117",
 4339]
 4340
 4341[[package]]
 4342name = "cxxbridge-flags"
 4343version = "1.0.187"
 4344source = "registry+https://github.com/rust-lang/crates.io-index"
 4345checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4346
 4347[[package]]
 4348name = "cxxbridge-macro"
 4349version = "1.0.187"
 4350source = "registry+https://github.com/rust-lang/crates.io-index"
 4351checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4352dependencies = [
 4353 "indexmap",
 4354 "proc-macro2",
 4355 "quote",
 4356 "syn 2.0.117",
 4357]
 4358
 4359[[package]]
 4360name = "dap"
 4361version = "0.1.0"
 4362dependencies = [
 4363 "anyhow",
 4364 "async-compression",
 4365 "async-pipe",
 4366 "async-tar",
 4367 "async-trait",
 4368 "client",
 4369 "collections",
 4370 "dap-types",
 4371 "fs",
 4372 "futures 0.3.32",
 4373 "gpui",
 4374 "http_client",
 4375 "language",
 4376 "libc",
 4377 "log",
 4378 "node_runtime",
 4379 "parking_lot",
 4380 "paths",
 4381 "proto",
 4382 "schemars",
 4383 "serde",
 4384 "serde_json",
 4385 "settings",
 4386 "smallvec",
 4387 "smol",
 4388 "task",
 4389 "telemetry",
 4390 "util",
 4391 "zlog",
 4392]
 4393
 4394[[package]]
 4395name = "dap-types"
 4396version = "0.0.1"
 4397source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4398dependencies = [
 4399 "schemars",
 4400 "serde",
 4401 "serde_json",
 4402]
 4403
 4404[[package]]
 4405name = "dap_adapters"
 4406version = "0.1.0"
 4407dependencies = [
 4408 "anyhow",
 4409 "async-trait",
 4410 "collections",
 4411 "dap",
 4412 "dotenvy",
 4413 "fs",
 4414 "futures 0.3.32",
 4415 "gpui",
 4416 "http_client",
 4417 "json_dotpath",
 4418 "language",
 4419 "log",
 4420 "node_runtime",
 4421 "paths",
 4422 "serde",
 4423 "serde_json",
 4424 "settings",
 4425 "smol",
 4426 "task",
 4427 "util",
 4428]
 4429
 4430[[package]]
 4431name = "darling"
 4432version = "0.20.11"
 4433source = "registry+https://github.com/rust-lang/crates.io-index"
 4434checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4435dependencies = [
 4436 "darling_core 0.20.11",
 4437 "darling_macro 0.20.11",
 4438]
 4439
 4440[[package]]
 4441name = "darling"
 4442version = "0.21.3"
 4443source = "registry+https://github.com/rust-lang/crates.io-index"
 4444checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4445dependencies = [
 4446 "darling_core 0.21.3",
 4447 "darling_macro 0.21.3",
 4448]
 4449
 4450[[package]]
 4451name = "darling_core"
 4452version = "0.20.11"
 4453source = "registry+https://github.com/rust-lang/crates.io-index"
 4454checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4455dependencies = [
 4456 "fnv",
 4457 "ident_case",
 4458 "proc-macro2",
 4459 "quote",
 4460 "strsim",
 4461 "syn 2.0.117",
 4462]
 4463
 4464[[package]]
 4465name = "darling_core"
 4466version = "0.21.3"
 4467source = "registry+https://github.com/rust-lang/crates.io-index"
 4468checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4469dependencies = [
 4470 "fnv",
 4471 "ident_case",
 4472 "proc-macro2",
 4473 "quote",
 4474 "strsim",
 4475 "syn 2.0.117",
 4476]
 4477
 4478[[package]]
 4479name = "darling_macro"
 4480version = "0.20.11"
 4481source = "registry+https://github.com/rust-lang/crates.io-index"
 4482checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4483dependencies = [
 4484 "darling_core 0.20.11",
 4485 "quote",
 4486 "syn 2.0.117",
 4487]
 4488
 4489[[package]]
 4490name = "darling_macro"
 4491version = "0.21.3"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4494dependencies = [
 4495 "darling_core 0.21.3",
 4496 "quote",
 4497 "syn 2.0.117",
 4498]
 4499
 4500[[package]]
 4501name = "dashmap"
 4502version = "6.1.0"
 4503source = "registry+https://github.com/rust-lang/crates.io-index"
 4504checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4505dependencies = [
 4506 "cfg-if",
 4507 "crossbeam-utils",
 4508 "hashbrown 0.14.5",
 4509 "lock_api",
 4510 "once_cell",
 4511 "parking_lot_core",
 4512]
 4513
 4514[[package]]
 4515name = "dasp_sample"
 4516version = "0.11.0"
 4517source = "registry+https://github.com/rust-lang/crates.io-index"
 4518checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4519
 4520[[package]]
 4521name = "data-encoding"
 4522version = "2.9.0"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4525
 4526[[package]]
 4527name = "data-url"
 4528version = "0.3.2"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4531
 4532[[package]]
 4533name = "db"
 4534version = "0.1.0"
 4535dependencies = [
 4536 "anyhow",
 4537 "gpui",
 4538 "indoc",
 4539 "inventory",
 4540 "log",
 4541 "paths",
 4542 "release_channel",
 4543 "smol",
 4544 "sqlez",
 4545 "sqlez_macros",
 4546 "tempfile",
 4547 "util",
 4548 "uuid",
 4549 "zed_env_vars",
 4550]
 4551
 4552[[package]]
 4553name = "dbus"
 4554version = "0.9.9"
 4555source = "registry+https://github.com/rust-lang/crates.io-index"
 4556checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4557dependencies = [
 4558 "libc",
 4559 "libdbus-sys",
 4560 "windows-sys 0.59.0",
 4561]
 4562
 4563[[package]]
 4564name = "debug_adapter_extension"
 4565version = "0.1.0"
 4566dependencies = [
 4567 "anyhow",
 4568 "async-trait",
 4569 "collections",
 4570 "dap",
 4571 "extension",
 4572 "gpui",
 4573 "serde_json",
 4574 "task",
 4575 "util",
 4576]
 4577
 4578[[package]]
 4579name = "debugger_tools"
 4580version = "0.1.0"
 4581dependencies = [
 4582 "anyhow",
 4583 "dap",
 4584 "editor",
 4585 "futures 0.3.32",
 4586 "gpui",
 4587 "project",
 4588 "serde_json",
 4589 "settings",
 4590 "smol",
 4591 "util",
 4592 "workspace",
 4593]
 4594
 4595[[package]]
 4596name = "debugger_ui"
 4597version = "0.1.0"
 4598dependencies = [
 4599 "alacritty_terminal",
 4600 "anyhow",
 4601 "bitflags 2.10.0",
 4602 "client",
 4603 "collections",
 4604 "command_palette_hooks",
 4605 "dap",
 4606 "dap_adapters",
 4607 "db",
 4608 "debugger_tools",
 4609 "editor",
 4610 "feature_flags",
 4611 "file_icons",
 4612 "futures 0.3.32",
 4613 "fuzzy",
 4614 "gpui",
 4615 "hex",
 4616 "indoc",
 4617 "itertools 0.14.0",
 4618 "language",
 4619 "log",
 4620 "menu",
 4621 "notifications",
 4622 "parking_lot",
 4623 "parse_int",
 4624 "paths",
 4625 "picker",
 4626 "pretty_assertions",
 4627 "project",
 4628 "rpc",
 4629 "schemars",
 4630 "serde",
 4631 "serde_json",
 4632 "serde_json_lenient",
 4633 "settings",
 4634 "sysinfo 0.37.2",
 4635 "task",
 4636 "tasks_ui",
 4637 "terminal_view",
 4638 "text",
 4639 "theme",
 4640 "theme_settings",
 4641 "tree-sitter",
 4642 "tree-sitter-go",
 4643 "tree-sitter-json",
 4644 "ui",
 4645 "ui_input",
 4646 "unindent",
 4647 "util",
 4648 "workspace",
 4649 "zed_actions",
 4650 "zlog",
 4651]
 4652
 4653[[package]]
 4654name = "debugid"
 4655version = "0.8.0"
 4656source = "registry+https://github.com/rust-lang/crates.io-index"
 4657checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4658dependencies = [
 4659 "uuid",
 4660]
 4661
 4662[[package]]
 4663name = "deepseek"
 4664version = "0.1.0"
 4665dependencies = [
 4666 "anyhow",
 4667 "futures 0.3.32",
 4668 "http_client",
 4669 "schemars",
 4670 "serde",
 4671 "serde_json",
 4672]
 4673
 4674[[package]]
 4675name = "deflate64"
 4676version = "0.1.10"
 4677source = "registry+https://github.com/rust-lang/crates.io-index"
 4678checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4679
 4680[[package]]
 4681name = "denoise"
 4682version = "0.1.0"
 4683dependencies = [
 4684 "candle-core",
 4685 "candle-onnx",
 4686 "log",
 4687 "realfft",
 4688 "rodio",
 4689 "rustfft",
 4690 "thiserror 2.0.17",
 4691]
 4692
 4693[[package]]
 4694name = "der"
 4695version = "0.6.1"
 4696source = "registry+https://github.com/rust-lang/crates.io-index"
 4697checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4698dependencies = [
 4699 "const-oid",
 4700 "zeroize",
 4701]
 4702
 4703[[package]]
 4704name = "der"
 4705version = "0.7.10"
 4706source = "registry+https://github.com/rust-lang/crates.io-index"
 4707checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4708dependencies = [
 4709 "const-oid",
 4710 "pem-rfc7468",
 4711 "zeroize",
 4712]
 4713
 4714[[package]]
 4715name = "deranged"
 4716version = "0.5.4"
 4717source = "registry+https://github.com/rust-lang/crates.io-index"
 4718checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4719dependencies = [
 4720 "powerfmt",
 4721 "serde_core",
 4722]
 4723
 4724[[package]]
 4725name = "derive_arbitrary"
 4726version = "1.4.2"
 4727source = "registry+https://github.com/rust-lang/crates.io-index"
 4728checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4729dependencies = [
 4730 "proc-macro2",
 4731 "quote",
 4732 "syn 2.0.117",
 4733]
 4734
 4735[[package]]
 4736name = "derive_more"
 4737version = "2.1.1"
 4738source = "registry+https://github.com/rust-lang/crates.io-index"
 4739checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4740dependencies = [
 4741 "derive_more-impl",
 4742]
 4743
 4744[[package]]
 4745name = "derive_more-impl"
 4746version = "2.1.1"
 4747source = "registry+https://github.com/rust-lang/crates.io-index"
 4748checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4749dependencies = [
 4750 "convert_case 0.10.0",
 4751 "proc-macro2",
 4752 "quote",
 4753 "rustc_version",
 4754 "syn 2.0.117",
 4755 "unicode-xid",
 4756]
 4757
 4758[[package]]
 4759name = "derive_refineable"
 4760version = "0.1.0"
 4761dependencies = [
 4762 "proc-macro2",
 4763 "quote",
 4764 "syn 2.0.117",
 4765]
 4766
 4767[[package]]
 4768name = "derive_setters"
 4769version = "0.1.9"
 4770source = "registry+https://github.com/rust-lang/crates.io-index"
 4771checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4772dependencies = [
 4773 "darling 0.21.3",
 4774 "proc-macro2",
 4775 "quote",
 4776 "syn 2.0.117",
 4777]
 4778
 4779[[package]]
 4780name = "dev_container"
 4781version = "0.1.0"
 4782dependencies = [
 4783 "async-tar",
 4784 "async-trait",
 4785 "env_logger 0.11.8",
 4786 "fs",
 4787 "futures 0.3.32",
 4788 "gpui",
 4789 "http 1.3.1",
 4790 "http_client",
 4791 "log",
 4792 "menu",
 4793 "paths",
 4794 "picker",
 4795 "project",
 4796 "serde",
 4797 "serde_json",
 4798 "serde_json_lenient",
 4799 "settings",
 4800 "shlex",
 4801 "ui",
 4802 "util",
 4803 "walkdir",
 4804 "workspace",
 4805 "worktree",
 4806]
 4807
 4808[[package]]
 4809name = "diagnostics"
 4810version = "0.1.0"
 4811dependencies = [
 4812 "anyhow",
 4813 "collections",
 4814 "component",
 4815 "ctor",
 4816 "editor",
 4817 "gpui",
 4818 "indoc",
 4819 "itertools 0.14.0",
 4820 "language",
 4821 "log",
 4822 "lsp",
 4823 "markdown",
 4824 "pretty_assertions",
 4825 "project",
 4826 "rand 0.9.2",
 4827 "serde",
 4828 "serde_json",
 4829 "settings",
 4830 "text",
 4831 "theme",
 4832 "theme_settings",
 4833 "ui",
 4834 "unindent",
 4835 "util",
 4836 "workspace",
 4837 "zed_actions",
 4838 "zlog",
 4839]
 4840
 4841[[package]]
 4842name = "diff"
 4843version = "0.1.13"
 4844source = "registry+https://github.com/rust-lang/crates.io-index"
 4845checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4846
 4847[[package]]
 4848name = "diffy"
 4849version = "0.4.2"
 4850source = "registry+https://github.com/rust-lang/crates.io-index"
 4851checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4852dependencies = [
 4853 "nu-ansi-term",
 4854]
 4855
 4856[[package]]
 4857name = "digest"
 4858version = "0.10.7"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4861dependencies = [
 4862 "block-buffer",
 4863 "const-oid",
 4864 "crypto-common",
 4865 "subtle",
 4866]
 4867
 4868[[package]]
 4869name = "dirs"
 4870version = "4.0.0"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4873dependencies = [
 4874 "dirs-sys 0.3.7",
 4875]
 4876
 4877[[package]]
 4878name = "dirs"
 4879version = "5.0.1"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4882dependencies = [
 4883 "dirs-sys 0.4.1",
 4884]
 4885
 4886[[package]]
 4887name = "dirs"
 4888version = "6.0.0"
 4889source = "registry+https://github.com/rust-lang/crates.io-index"
 4890checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4891dependencies = [
 4892 "dirs-sys 0.5.0",
 4893]
 4894
 4895[[package]]
 4896name = "dirs-sys"
 4897version = "0.3.7"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4900dependencies = [
 4901 "libc",
 4902 "redox_users 0.4.6",
 4903 "winapi",
 4904]
 4905
 4906[[package]]
 4907name = "dirs-sys"
 4908version = "0.4.1"
 4909source = "registry+https://github.com/rust-lang/crates.io-index"
 4910checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4911dependencies = [
 4912 "libc",
 4913 "option-ext",
 4914 "redox_users 0.4.6",
 4915 "windows-sys 0.48.0",
 4916]
 4917
 4918[[package]]
 4919name = "dirs-sys"
 4920version = "0.5.0"
 4921source = "registry+https://github.com/rust-lang/crates.io-index"
 4922checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4923dependencies = [
 4924 "libc",
 4925 "option-ext",
 4926 "redox_users 0.5.2",
 4927 "windows-sys 0.61.2",
 4928]
 4929
 4930[[package]]
 4931name = "dispatch"
 4932version = "0.2.0"
 4933source = "registry+https://github.com/rust-lang/crates.io-index"
 4934checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4935
 4936[[package]]
 4937name = "dispatch2"
 4938version = "0.3.1"
 4939source = "registry+https://github.com/rust-lang/crates.io-index"
 4940checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4941dependencies = [
 4942 "bitflags 2.10.0",
 4943 "block2",
 4944 "libc",
 4945 "objc2",
 4946]
 4947
 4948[[package]]
 4949name = "displaydoc"
 4950version = "0.2.5"
 4951source = "registry+https://github.com/rust-lang/crates.io-index"
 4952checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4953dependencies = [
 4954 "proc-macro2",
 4955 "quote",
 4956 "syn 2.0.117",
 4957]
 4958
 4959[[package]]
 4960name = "dlib"
 4961version = "0.5.2"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4964dependencies = [
 4965 "libloading",
 4966]
 4967
 4968[[package]]
 4969name = "docs_preprocessor"
 4970version = "0.1.0"
 4971dependencies = [
 4972 "anyhow",
 4973 "collections",
 4974 "jsonschema",
 4975 "mdbook",
 4976 "regex",
 4977 "schemars",
 4978 "serde",
 4979 "serde_json",
 4980 "settings",
 4981 "task",
 4982 "theme",
 4983 "util",
 4984 "zlog",
 4985]
 4986
 4987[[package]]
 4988name = "document-features"
 4989version = "0.2.12"
 4990source = "registry+https://github.com/rust-lang/crates.io-index"
 4991checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4992dependencies = [
 4993 "litrs",
 4994]
 4995
 4996[[package]]
 4997name = "documented"
 4998version = "0.9.2"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5001dependencies = [
 5002 "documented-macros",
 5003 "phf 0.12.1",
 5004 "thiserror 2.0.17",
 5005]
 5006
 5007[[package]]
 5008name = "documented-macros"
 5009version = "0.9.2"
 5010source = "registry+https://github.com/rust-lang/crates.io-index"
 5011checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5012dependencies = [
 5013 "convert_case 0.8.0",
 5014 "itertools 0.14.0",
 5015 "optfield",
 5016 "proc-macro2",
 5017 "quote",
 5018 "strum 0.27.2",
 5019 "syn 2.0.117",
 5020]
 5021
 5022[[package]]
 5023name = "dotenvy"
 5024version = "0.15.7"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5027
 5028[[package]]
 5029name = "downcast-rs"
 5030version = "1.2.1"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5033
 5034[[package]]
 5035name = "doxygen-rs"
 5036version = "0.4.2"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5039dependencies = [
 5040 "phf 0.11.3",
 5041]
 5042
 5043[[package]]
 5044name = "dtoa"
 5045version = "1.0.10"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5048
 5049[[package]]
 5050name = "dtoa-short"
 5051version = "0.3.5"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5054dependencies = [
 5055 "dtoa",
 5056]
 5057
 5058[[package]]
 5059name = "dtor"
 5060version = "0.0.6"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5063dependencies = [
 5064 "dtor-proc-macro",
 5065]
 5066
 5067[[package]]
 5068name = "dtor-proc-macro"
 5069version = "0.0.5"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5072
 5073[[package]]
 5074name = "dunce"
 5075version = "1.0.5"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5078
 5079[[package]]
 5080name = "dwrote"
 5081version = "0.11.5"
 5082source = "registry+https://github.com/rust-lang/crates.io-index"
 5083checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5084dependencies = [
 5085 "lazy_static",
 5086 "libc",
 5087 "winapi",
 5088 "wio",
 5089]
 5090
 5091[[package]]
 5092name = "dyn-clone"
 5093version = "1.0.20"
 5094source = "registry+https://github.com/rust-lang/crates.io-index"
 5095checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5096
 5097[[package]]
 5098name = "dyn-stack"
 5099version = "0.10.0"
 5100source = "registry+https://github.com/rust-lang/crates.io-index"
 5101checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5102dependencies = [
 5103 "bytemuck",
 5104 "reborrow",
 5105]
 5106
 5107[[package]]
 5108name = "dyn-stack"
 5109version = "0.13.2"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5112dependencies = [
 5113 "bytemuck",
 5114 "dyn-stack-macros",
 5115]
 5116
 5117[[package]]
 5118name = "dyn-stack-macros"
 5119version = "0.1.3"
 5120source = "registry+https://github.com/rust-lang/crates.io-index"
 5121checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5122
 5123[[package]]
 5124name = "ec4rs"
 5125version = "1.2.0"
 5126source = "registry+https://github.com/rust-lang/crates.io-index"
 5127checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5128
 5129[[package]]
 5130name = "ecdsa"
 5131version = "0.14.8"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5134dependencies = [
 5135 "der 0.6.1",
 5136 "elliptic-curve",
 5137 "rfc6979",
 5138 "signature 1.6.4",
 5139]
 5140
 5141[[package]]
 5142name = "edit_prediction"
 5143version = "0.1.0"
 5144dependencies = [
 5145 "ai_onboarding",
 5146 "anyhow",
 5147 "buffer_diff",
 5148 "client",
 5149 "clock",
 5150 "cloud_api_client",
 5151 "cloud_api_types",
 5152 "cloud_llm_client",
 5153 "collections",
 5154 "copilot",
 5155 "copilot_ui",
 5156 "credentials_provider",
 5157 "criterion",
 5158 "ctor",
 5159 "db",
 5160 "edit_prediction_context",
 5161 "edit_prediction_types",
 5162 "feature_flags",
 5163 "fs",
 5164 "futures 0.3.32",
 5165 "gpui",
 5166 "heapless",
 5167 "indoc",
 5168 "itertools 0.14.0",
 5169 "language",
 5170 "language_model",
 5171 "languages",
 5172 "log",
 5173 "lsp",
 5174 "menu",
 5175 "node_runtime",
 5176 "open_ai",
 5177 "parking_lot",
 5178 "postage",
 5179 "pretty_assertions",
 5180 "project",
 5181 "pulldown-cmark 0.13.0",
 5182 "rand 0.9.2",
 5183 "regex",
 5184 "release_channel",
 5185 "semver",
 5186 "serde",
 5187 "serde_json",
 5188 "settings",
 5189 "strum 0.27.2",
 5190 "telemetry",
 5191 "telemetry_events",
 5192 "text",
 5193 "thiserror 2.0.17",
 5194 "time",
 5195 "toml 0.8.23",
 5196 "ui",
 5197 "util",
 5198 "uuid",
 5199 "workspace",
 5200 "worktree",
 5201 "zed_actions",
 5202 "zed_credentials_provider",
 5203 "zeta_prompt",
 5204 "zlog",
 5205 "zstd",
 5206]
 5207
 5208[[package]]
 5209name = "edit_prediction_cli"
 5210version = "0.1.0"
 5211dependencies = [
 5212 "anthropic",
 5213 "anyhow",
 5214 "chrono",
 5215 "clap",
 5216 "client",
 5217 "cloud_llm_client",
 5218 "collections",
 5219 "db",
 5220 "debug_adapter_extension",
 5221 "dirs 4.0.0",
 5222 "edit_prediction",
 5223 "extension",
 5224 "flate2",
 5225 "fs",
 5226 "futures 0.3.32",
 5227 "gaoya",
 5228 "gpui",
 5229 "gpui_platform",
 5230 "gpui_tokio",
 5231 "http_client",
 5232 "indoc",
 5233 "language",
 5234 "language_extension",
 5235 "language_model",
 5236 "language_models",
 5237 "languages",
 5238 "libc",
 5239 "log",
 5240 "node_runtime",
 5241 "open_ai",
 5242 "paths",
 5243 "pretty_assertions",
 5244 "project",
 5245 "prompt_store",
 5246 "rand 0.9.2",
 5247 "release_channel",
 5248 "reqwest_client",
 5249 "rust-embed",
 5250 "serde",
 5251 "serde_json",
 5252 "settings",
 5253 "shellexpand 2.1.2",
 5254 "similar",
 5255 "smol",
 5256 "sqlez",
 5257 "sqlez_macros",
 5258 "strum 0.27.2",
 5259 "telemetry_events",
 5260 "tempfile",
 5261 "terminal_view",
 5262 "toml 0.8.23",
 5263 "util",
 5264 "wasmtime",
 5265 "watch",
 5266 "workspace",
 5267 "zeta_prompt",
 5268]
 5269
 5270[[package]]
 5271name = "edit_prediction_context"
 5272version = "0.1.0"
 5273dependencies = [
 5274 "anyhow",
 5275 "clock",
 5276 "collections",
 5277 "env_logger 0.11.8",
 5278 "futures 0.3.32",
 5279 "gpui",
 5280 "indoc",
 5281 "language",
 5282 "log",
 5283 "lsp",
 5284 "parking_lot",
 5285 "pretty_assertions",
 5286 "project",
 5287 "serde",
 5288 "serde_json",
 5289 "settings",
 5290 "smallvec",
 5291 "text",
 5292 "tree-sitter",
 5293 "util",
 5294 "zeta_prompt",
 5295]
 5296
 5297[[package]]
 5298name = "edit_prediction_types"
 5299version = "0.1.0"
 5300dependencies = [
 5301 "client",
 5302 "gpui",
 5303 "icons",
 5304 "language",
 5305 "text",
 5306]
 5307
 5308[[package]]
 5309name = "edit_prediction_ui"
 5310version = "0.1.0"
 5311dependencies = [
 5312 "anyhow",
 5313 "buffer_diff",
 5314 "client",
 5315 "cloud_llm_client",
 5316 "codestral",
 5317 "collections",
 5318 "command_palette_hooks",
 5319 "copilot",
 5320 "copilot_chat",
 5321 "copilot_ui",
 5322 "edit_prediction",
 5323 "edit_prediction_types",
 5324 "editor",
 5325 "feature_flags",
 5326 "fs",
 5327 "futures 0.3.32",
 5328 "gpui",
 5329 "indoc",
 5330 "language",
 5331 "markdown",
 5332 "menu",
 5333 "multi_buffer",
 5334 "paths",
 5335 "project",
 5336 "regex",
 5337 "settings",
 5338 "telemetry",
 5339 "text",
 5340 "theme",
 5341 "theme_settings",
 5342 "time",
 5343 "ui",
 5344 "util",
 5345 "workspace",
 5346 "zed_actions",
 5347 "zeta_prompt",
 5348]
 5349
 5350[[package]]
 5351name = "editor"
 5352version = "0.1.0"
 5353dependencies = [
 5354 "aho-corasick",
 5355 "anyhow",
 5356 "assets",
 5357 "breadcrumbs",
 5358 "buffer_diff",
 5359 "client",
 5360 "clock",
 5361 "collections",
 5362 "convert_case 0.8.0",
 5363 "criterion",
 5364 "ctor",
 5365 "dap",
 5366 "db",
 5367 "edit_prediction_types",
 5368 "emojis",
 5369 "feature_flags",
 5370 "file_icons",
 5371 "fs",
 5372 "futures 0.3.32",
 5373 "fuzzy",
 5374 "git",
 5375 "gpui",
 5376 "indoc",
 5377 "itertools 0.14.0",
 5378 "language",
 5379 "languages",
 5380 "linkify",
 5381 "log",
 5382 "lsp",
 5383 "markdown",
 5384 "menu",
 5385 "multi_buffer",
 5386 "ordered-float 2.10.1",
 5387 "parking_lot",
 5388 "pretty_assertions",
 5389 "project",
 5390 "proptest",
 5391 "proptest-derive",
 5392 "rand 0.9.2",
 5393 "regex",
 5394 "release_channel",
 5395 "rope",
 5396 "rpc",
 5397 "schemars",
 5398 "semver",
 5399 "serde",
 5400 "serde_json",
 5401 "settings",
 5402 "smallvec",
 5403 "smol",
 5404 "snippet",
 5405 "sum_tree",
 5406 "task",
 5407 "telemetry",
 5408 "text",
 5409 "theme",
 5410 "theme_settings",
 5411 "time",
 5412 "tracing",
 5413 "tree-sitter-bash",
 5414 "tree-sitter-c",
 5415 "tree-sitter-html",
 5416 "tree-sitter-md",
 5417 "tree-sitter-python",
 5418 "tree-sitter-rust",
 5419 "tree-sitter-typescript",
 5420 "tree-sitter-yaml",
 5421 "ui",
 5422 "ui_input",
 5423 "unicode-script",
 5424 "unicode-segmentation",
 5425 "unicode-width",
 5426 "unindent",
 5427 "url",
 5428 "util",
 5429 "uuid",
 5430 "vim_mode_setting",
 5431 "workspace",
 5432 "zed_actions",
 5433 "zlog",
 5434 "ztracing",
 5435]
 5436
 5437[[package]]
 5438name = "either"
 5439version = "1.15.0"
 5440source = "registry+https://github.com/rust-lang/crates.io-index"
 5441checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5442dependencies = [
 5443 "serde",
 5444]
 5445
 5446[[package]]
 5447name = "elasticlunr-rs"
 5448version = "3.0.2"
 5449source = "registry+https://github.com/rust-lang/crates.io-index"
 5450checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5451dependencies = [
 5452 "regex",
 5453 "serde",
 5454 "serde_derive",
 5455 "serde_json",
 5456]
 5457
 5458[[package]]
 5459name = "elliptic-curve"
 5460version = "0.12.3"
 5461source = "registry+https://github.com/rust-lang/crates.io-index"
 5462checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5463dependencies = [
 5464 "base16ct",
 5465 "crypto-bigint 0.4.9",
 5466 "der 0.6.1",
 5467 "digest",
 5468 "ff",
 5469 "generic-array",
 5470 "group",
 5471 "pkcs8 0.9.0",
 5472 "rand_core 0.6.4",
 5473 "sec1",
 5474 "subtle",
 5475 "zeroize",
 5476]
 5477
 5478[[package]]
 5479name = "email_address"
 5480version = "0.2.9"
 5481source = "registry+https://github.com/rust-lang/crates.io-index"
 5482checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5483dependencies = [
 5484 "serde",
 5485]
 5486
 5487[[package]]
 5488name = "embed-resource"
 5489version = "3.0.6"
 5490source = "registry+https://github.com/rust-lang/crates.io-index"
 5491checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5492dependencies = [
 5493 "cc",
 5494 "memchr",
 5495 "rustc_version",
 5496 "toml 0.9.8",
 5497 "vswhom",
 5498 "winreg 0.55.0",
 5499]
 5500
 5501[[package]]
 5502name = "embedded-io"
 5503version = "0.4.0"
 5504source = "registry+https://github.com/rust-lang/crates.io-index"
 5505checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5506
 5507[[package]]
 5508name = "embedded-io"
 5509version = "0.6.1"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5512
 5513[[package]]
 5514name = "emojis"
 5515version = "0.6.4"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5518dependencies = [
 5519 "phf 0.11.3",
 5520]
 5521
 5522[[package]]
 5523name = "encoding_rs"
 5524version = "0.8.35"
 5525source = "registry+https://github.com/rust-lang/crates.io-index"
 5526checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5527dependencies = [
 5528 "cfg-if",
 5529]
 5530
 5531[[package]]
 5532name = "encoding_selector"
 5533version = "0.1.0"
 5534dependencies = [
 5535 "editor",
 5536 "encoding_rs",
 5537 "fuzzy",
 5538 "gpui",
 5539 "language",
 5540 "picker",
 5541 "project",
 5542 "ui",
 5543 "util",
 5544 "workspace",
 5545]
 5546
 5547[[package]]
 5548name = "endi"
 5549version = "1.1.0"
 5550source = "registry+https://github.com/rust-lang/crates.io-index"
 5551checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5552
 5553[[package]]
 5554name = "enum-as-inner"
 5555version = "0.6.1"
 5556source = "registry+https://github.com/rust-lang/crates.io-index"
 5557checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5558dependencies = [
 5559 "heck 0.5.0",
 5560 "proc-macro2",
 5561 "quote",
 5562 "syn 2.0.117",
 5563]
 5564
 5565[[package]]
 5566name = "enumflags2"
 5567version = "0.7.12"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5570dependencies = [
 5571 "enumflags2_derive",
 5572 "serde",
 5573]
 5574
 5575[[package]]
 5576name = "enumflags2_derive"
 5577version = "0.7.12"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5580dependencies = [
 5581 "proc-macro2",
 5582 "quote",
 5583 "syn 2.0.117",
 5584]
 5585
 5586[[package]]
 5587name = "env_filter"
 5588version = "0.1.4"
 5589source = "registry+https://github.com/rust-lang/crates.io-index"
 5590checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5591dependencies = [
 5592 "log",
 5593 "regex",
 5594]
 5595
 5596[[package]]
 5597name = "env_logger"
 5598version = "0.10.2"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5601dependencies = [
 5602 "humantime",
 5603 "is-terminal",
 5604 "log",
 5605 "regex",
 5606 "termcolor",
 5607]
 5608
 5609[[package]]
 5610name = "env_logger"
 5611version = "0.11.8"
 5612source = "registry+https://github.com/rust-lang/crates.io-index"
 5613checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5614dependencies = [
 5615 "anstream",
 5616 "anstyle",
 5617 "env_filter",
 5618 "jiff",
 5619 "log",
 5620]
 5621
 5622[[package]]
 5623name = "env_var"
 5624version = "0.1.0"
 5625dependencies = [
 5626 "gpui_shared_string",
 5627]
 5628
 5629[[package]]
 5630name = "envy"
 5631version = "0.4.2"
 5632source = "registry+https://github.com/rust-lang/crates.io-index"
 5633checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5634dependencies = [
 5635 "serde",
 5636]
 5637
 5638[[package]]
 5639name = "equator"
 5640version = "0.4.2"
 5641source = "registry+https://github.com/rust-lang/crates.io-index"
 5642checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5643dependencies = [
 5644 "equator-macro",
 5645]
 5646
 5647[[package]]
 5648name = "equator-macro"
 5649version = "0.4.2"
 5650source = "registry+https://github.com/rust-lang/crates.io-index"
 5651checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5652dependencies = [
 5653 "proc-macro2",
 5654 "quote",
 5655 "syn 2.0.117",
 5656]
 5657
 5658[[package]]
 5659name = "equivalent"
 5660version = "1.0.2"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5663
 5664[[package]]
 5665name = "erased-serde"
 5666version = "0.4.9"
 5667source = "registry+https://github.com/rust-lang/crates.io-index"
 5668checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5669dependencies = [
 5670 "serde",
 5671 "serde_core",
 5672 "typeid",
 5673]
 5674
 5675[[package]]
 5676name = "errno"
 5677version = "0.2.8"
 5678source = "registry+https://github.com/rust-lang/crates.io-index"
 5679checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5680dependencies = [
 5681 "errno-dragonfly",
 5682 "libc",
 5683 "winapi",
 5684]
 5685
 5686[[package]]
 5687name = "errno"
 5688version = "0.3.14"
 5689source = "registry+https://github.com/rust-lang/crates.io-index"
 5690checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5691dependencies = [
 5692 "libc",
 5693 "windows-sys 0.61.2",
 5694]
 5695
 5696[[package]]
 5697name = "errno-dragonfly"
 5698version = "0.1.2"
 5699source = "registry+https://github.com/rust-lang/crates.io-index"
 5700checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5701dependencies = [
 5702 "cc",
 5703 "libc",
 5704]
 5705
 5706[[package]]
 5707name = "error-graph"
 5708version = "0.1.1"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5711dependencies = [
 5712 "serde",
 5713]
 5714
 5715[[package]]
 5716name = "etagere"
 5717version = "0.2.15"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5720dependencies = [
 5721 "euclid",
 5722 "svg_fmt",
 5723]
 5724
 5725[[package]]
 5726name = "etcetera"
 5727version = "0.8.0"
 5728source = "registry+https://github.com/rust-lang/crates.io-index"
 5729checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5730dependencies = [
 5731 "cfg-if",
 5732 "home",
 5733 "windows-sys 0.48.0",
 5734]
 5735
 5736[[package]]
 5737name = "etw_tracing"
 5738version = "0.1.0"
 5739dependencies = [
 5740 "anyhow",
 5741 "gpui",
 5742 "log",
 5743 "net",
 5744 "serde",
 5745 "serde_json",
 5746 "util",
 5747 "windows 0.61.3",
 5748 "windows-core 0.61.2",
 5749 "workspace",
 5750 "wprcontrol",
 5751]
 5752
 5753[[package]]
 5754name = "euclid"
 5755version = "0.22.11"
 5756source = "registry+https://github.com/rust-lang/crates.io-index"
 5757checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5758dependencies = [
 5759 "num-traits",
 5760]
 5761
 5762[[package]]
 5763name = "eval_cli"
 5764version = "0.1.0"
 5765dependencies = [
 5766 "acp_thread",
 5767 "agent",
 5768 "agent-client-protocol",
 5769 "agent_ui",
 5770 "anyhow",
 5771 "clap",
 5772 "client",
 5773 "ctrlc",
 5774 "db",
 5775 "debug_adapter_extension",
 5776 "env_logger 0.11.8",
 5777 "extension",
 5778 "feature_flags",
 5779 "fs",
 5780 "futures 0.3.32",
 5781 "gpui",
 5782 "gpui_platform",
 5783 "gpui_tokio",
 5784 "language",
 5785 "language_extension",
 5786 "language_model",
 5787 "language_models",
 5788 "languages",
 5789 "node_runtime",
 5790 "paths",
 5791 "project",
 5792 "prompt_store",
 5793 "release_channel",
 5794 "reqwest_client",
 5795 "serde",
 5796 "serde_json",
 5797 "settings",
 5798 "shellexpand 2.1.2",
 5799 "terminal_view",
 5800 "util",
 5801 "watch",
 5802]
 5803
 5804[[package]]
 5805name = "eval_utils"
 5806version = "0.1.0"
 5807dependencies = [
 5808 "gpui_platform",
 5809 "serde",
 5810 "smol",
 5811]
 5812
 5813[[package]]
 5814name = "event-listener"
 5815version = "2.5.3"
 5816source = "registry+https://github.com/rust-lang/crates.io-index"
 5817checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5818
 5819[[package]]
 5820name = "event-listener"
 5821version = "5.4.1"
 5822source = "registry+https://github.com/rust-lang/crates.io-index"
 5823checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5824dependencies = [
 5825 "concurrent-queue",
 5826 "parking",
 5827 "pin-project-lite",
 5828]
 5829
 5830[[package]]
 5831name = "event-listener-strategy"
 5832version = "0.5.4"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5835dependencies = [
 5836 "event-listener 5.4.1",
 5837 "pin-project-lite",
 5838]
 5839
 5840[[package]]
 5841name = "exec"
 5842version = "0.3.1"
 5843source = "registry+https://github.com/rust-lang/crates.io-index"
 5844checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5845dependencies = [
 5846 "errno 0.2.8",
 5847 "libc",
 5848]
 5849
 5850[[package]]
 5851name = "explorer_command_injector"
 5852version = "0.1.0"
 5853dependencies = [
 5854 "windows 0.61.3",
 5855 "windows-core 0.61.2",
 5856 "windows-registry 0.5.3",
 5857]
 5858
 5859[[package]]
 5860name = "exr"
 5861version = "1.73.0"
 5862source = "registry+https://github.com/rust-lang/crates.io-index"
 5863checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5864dependencies = [
 5865 "bit_field",
 5866 "half",
 5867 "lebe",
 5868 "miniz_oxide",
 5869 "rayon-core",
 5870 "smallvec",
 5871 "zune-inflate",
 5872]
 5873
 5874[[package]]
 5875name = "extended"
 5876version = "0.1.0"
 5877source = "registry+https://github.com/rust-lang/crates.io-index"
 5878checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5879
 5880[[package]]
 5881name = "extension"
 5882version = "0.1.0"
 5883dependencies = [
 5884 "anyhow",
 5885 "async-trait",
 5886 "cloud_api_types",
 5887 "collections",
 5888 "dap",
 5889 "fs",
 5890 "futures 0.3.32",
 5891 "gpui",
 5892 "heck 0.5.0",
 5893 "http_client",
 5894 "indoc",
 5895 "language",
 5896 "log",
 5897 "lsp",
 5898 "parking_lot",
 5899 "pretty_assertions",
 5900 "proto",
 5901 "semver",
 5902 "serde",
 5903 "serde_json",
 5904 "task",
 5905 "tempfile",
 5906 "toml 0.8.23",
 5907 "tracing",
 5908 "url",
 5909 "util",
 5910 "wasm-encoder 0.221.3",
 5911 "wasmparser 0.221.3",
 5912 "ztracing",
 5913]
 5914
 5915[[package]]
 5916name = "extension_cli"
 5917version = "0.1.0"
 5918dependencies = [
 5919 "anyhow",
 5920 "clap",
 5921 "cloud_api_types",
 5922 "env_logger 0.11.8",
 5923 "extension",
 5924 "fs",
 5925 "gpui_platform",
 5926 "language",
 5927 "log",
 5928 "reqwest_client",
 5929 "serde",
 5930 "serde_json",
 5931 "serde_json_lenient",
 5932 "settings_content",
 5933 "snippet_provider",
 5934 "task",
 5935 "theme_settings",
 5936 "tokio",
 5937 "toml 0.8.23",
 5938 "tree-sitter",
 5939 "wasmtime",
 5940]
 5941
 5942[[package]]
 5943name = "extension_host"
 5944version = "0.1.0"
 5945dependencies = [
 5946 "anyhow",
 5947 "async-compression",
 5948 "async-tar",
 5949 "async-trait",
 5950 "client",
 5951 "cloud_api_types",
 5952 "collections",
 5953 "criterion",
 5954 "ctor",
 5955 "dap",
 5956 "extension",
 5957 "fs",
 5958 "futures 0.3.32",
 5959 "gpui",
 5960 "gpui_tokio",
 5961 "http_client",
 5962 "language",
 5963 "language_extension",
 5964 "log",
 5965 "lsp",
 5966 "moka",
 5967 "node_runtime",
 5968 "parking_lot",
 5969 "paths",
 5970 "project",
 5971 "release_channel",
 5972 "remote",
 5973 "reqwest_client",
 5974 "semver",
 5975 "serde",
 5976 "serde_json",
 5977 "serde_json_lenient",
 5978 "settings",
 5979 "task",
 5980 "telemetry",
 5981 "tempfile",
 5982 "theme",
 5983 "theme_extension",
 5984 "theme_settings",
 5985 "toml 0.8.23",
 5986 "tracing",
 5987 "url",
 5988 "util",
 5989 "wasmparser 0.221.3",
 5990 "wasmtime",
 5991 "wasmtime-wasi",
 5992 "zlog",
 5993 "ztracing",
 5994]
 5995
 5996[[package]]
 5997name = "extensions_ui"
 5998version = "0.1.0"
 5999dependencies = [
 6000 "anyhow",
 6001 "client",
 6002 "cloud_api_types",
 6003 "collections",
 6004 "db",
 6005 "editor",
 6006 "extension",
 6007 "extension_host",
 6008 "fs",
 6009 "fuzzy",
 6010 "gpui",
 6011 "language",
 6012 "log",
 6013 "num-format",
 6014 "picker",
 6015 "project",
 6016 "release_channel",
 6017 "semver",
 6018 "serde",
 6019 "settings",
 6020 "smallvec",
 6021 "strum 0.27.2",
 6022 "telemetry",
 6023 "theme_settings",
 6024 "ui",
 6025 "util",
 6026 "vim_mode_setting",
 6027 "workspace",
 6028 "zed_actions",
 6029]
 6030
 6031[[package]]
 6032name = "failspot"
 6033version = "0.2.0"
 6034source = "registry+https://github.com/rust-lang/crates.io-index"
 6035checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6036
 6037[[package]]
 6038name = "fallible-iterator"
 6039version = "0.3.0"
 6040source = "registry+https://github.com/rust-lang/crates.io-index"
 6041checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6042
 6043[[package]]
 6044name = "fancy-regex"
 6045version = "0.16.2"
 6046source = "registry+https://github.com/rust-lang/crates.io-index"
 6047checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6048dependencies = [
 6049 "bit-set 0.8.0",
 6050 "regex-automata",
 6051 "regex-syntax",
 6052]
 6053
 6054[[package]]
 6055name = "fancy-regex"
 6056version = "0.17.0"
 6057source = "registry+https://github.com/rust-lang/crates.io-index"
 6058checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6059dependencies = [
 6060 "bit-set 0.8.0",
 6061 "regex-automata",
 6062 "regex-syntax",
 6063]
 6064
 6065[[package]]
 6066name = "fast-srgb8"
 6067version = "1.0.0"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6070
 6071[[package]]
 6072name = "fastrand"
 6073version = "1.9.0"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6076dependencies = [
 6077 "instant",
 6078]
 6079
 6080[[package]]
 6081name = "fastrand"
 6082version = "2.3.0"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6085
 6086[[package]]
 6087name = "fax"
 6088version = "0.2.6"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6091dependencies = [
 6092 "fax_derive",
 6093]
 6094
 6095[[package]]
 6096name = "fax_derive"
 6097version = "0.2.0"
 6098source = "registry+https://github.com/rust-lang/crates.io-index"
 6099checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6100dependencies = [
 6101 "proc-macro2",
 6102 "quote",
 6103 "syn 2.0.117",
 6104]
 6105
 6106[[package]]
 6107name = "fd-lock"
 6108version = "4.0.4"
 6109source = "registry+https://github.com/rust-lang/crates.io-index"
 6110checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6111dependencies = [
 6112 "cfg-if",
 6113 "rustix 1.1.2",
 6114 "windows-sys 0.59.0",
 6115]
 6116
 6117[[package]]
 6118name = "fdeflate"
 6119version = "0.3.7"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6122dependencies = [
 6123 "simd-adler32",
 6124]
 6125
 6126[[package]]
 6127name = "feature_flags"
 6128version = "0.1.0"
 6129dependencies = [
 6130 "gpui",
 6131]
 6132
 6133[[package]]
 6134name = "feedback"
 6135version = "0.1.0"
 6136dependencies = [
 6137 "gpui",
 6138 "system_specs",
 6139 "urlencoding",
 6140 "util",
 6141 "workspace",
 6142 "zed_actions",
 6143]
 6144
 6145[[package]]
 6146name = "ff"
 6147version = "0.12.1"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6150dependencies = [
 6151 "rand_core 0.6.4",
 6152 "subtle",
 6153]
 6154
 6155[[package]]
 6156name = "file_finder"
 6157version = "0.1.0"
 6158dependencies = [
 6159 "anyhow",
 6160 "channel",
 6161 "client",
 6162 "collections",
 6163 "ctor",
 6164 "editor",
 6165 "file_icons",
 6166 "futures 0.3.32",
 6167 "fuzzy",
 6168 "fuzzy_nucleo",
 6169 "gpui",
 6170 "menu",
 6171 "open_path_prompt",
 6172 "picker",
 6173 "pretty_assertions",
 6174 "project",
 6175 "project_panel",
 6176 "remote_connection",
 6177 "serde",
 6178 "serde_json",
 6179 "settings",
 6180 "theme",
 6181 "theme_settings",
 6182 "ui",
 6183 "util",
 6184 "workspace",
 6185 "zed_actions",
 6186 "zlog",
 6187]
 6188
 6189[[package]]
 6190name = "file_icons"
 6191version = "0.1.0"
 6192dependencies = [
 6193 "gpui",
 6194 "serde",
 6195 "theme",
 6196 "util",
 6197]
 6198
 6199[[package]]
 6200name = "filedescriptor"
 6201version = "0.8.3"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6204dependencies = [
 6205 "libc",
 6206 "thiserror 1.0.69",
 6207 "winapi",
 6208]
 6209
 6210[[package]]
 6211name = "filetime"
 6212version = "0.2.26"
 6213source = "registry+https://github.com/rust-lang/crates.io-index"
 6214checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6215dependencies = [
 6216 "cfg-if",
 6217 "libc",
 6218 "libredox",
 6219 "windows-sys 0.60.2",
 6220]
 6221
 6222[[package]]
 6223name = "find-msvc-tools"
 6224version = "0.1.5"
 6225source = "registry+https://github.com/rust-lang/crates.io-index"
 6226checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6227
 6228[[package]]
 6229name = "fixedbitset"
 6230version = "0.4.2"
 6231source = "registry+https://github.com/rust-lang/crates.io-index"
 6232checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6233
 6234[[package]]
 6235name = "fixedbitset"
 6236version = "0.5.7"
 6237source = "registry+https://github.com/rust-lang/crates.io-index"
 6238checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6239
 6240[[package]]
 6241name = "flate2"
 6242version = "1.1.8"
 6243source = "registry+https://github.com/rust-lang/crates.io-index"
 6244checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6245dependencies = [
 6246 "crc32fast",
 6247 "miniz_oxide",
 6248]
 6249
 6250[[package]]
 6251name = "float-cmp"
 6252version = "0.9.0"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6255
 6256[[package]]
 6257name = "float-ord"
 6258version = "0.3.2"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6261
 6262[[package]]
 6263name = "float8"
 6264version = "0.4.2"
 6265source = "registry+https://github.com/rust-lang/crates.io-index"
 6266checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6267dependencies = [
 6268 "half",
 6269 "num-traits",
 6270 "rand 0.9.2",
 6271 "rand_distr",
 6272]
 6273
 6274[[package]]
 6275name = "float_next_after"
 6276version = "1.0.0"
 6277source = "registry+https://github.com/rust-lang/crates.io-index"
 6278checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6279
 6280[[package]]
 6281name = "fluent-uri"
 6282version = "0.4.1"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6285dependencies = [
 6286 "borrow-or-share",
 6287 "ref-cast",
 6288 "serde",
 6289]
 6290
 6291[[package]]
 6292name = "flume"
 6293version = "0.11.1"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6296dependencies = [
 6297 "futures-core",
 6298 "futures-sink",
 6299 "nanorand",
 6300 "spin 0.9.8",
 6301]
 6302
 6303[[package]]
 6304name = "fnv"
 6305version = "1.0.7"
 6306source = "registry+https://github.com/rust-lang/crates.io-index"
 6307checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6308
 6309[[package]]
 6310name = "foldhash"
 6311version = "0.1.5"
 6312source = "registry+https://github.com/rust-lang/crates.io-index"
 6313checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6314
 6315[[package]]
 6316name = "foldhash"
 6317version = "0.2.0"
 6318source = "registry+https://github.com/rust-lang/crates.io-index"
 6319checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6320
 6321[[package]]
 6322name = "font-types"
 6323version = "0.10.0"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6326dependencies = [
 6327 "bytemuck",
 6328]
 6329
 6330[[package]]
 6331name = "font-types"
 6332version = "0.11.0"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6335dependencies = [
 6336 "bytemuck",
 6337]
 6338
 6339[[package]]
 6340name = "fontconfig-parser"
 6341version = "0.5.8"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6344dependencies = [
 6345 "roxmltree",
 6346]
 6347
 6348[[package]]
 6349name = "fontdb"
 6350version = "0.16.2"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6353dependencies = [
 6354 "fontconfig-parser",
 6355 "log",
 6356 "memmap2",
 6357 "slotmap",
 6358 "tinyvec",
 6359 "ttf-parser 0.20.0",
 6360]
 6361
 6362[[package]]
 6363name = "fontdb"
 6364version = "0.23.0"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6367dependencies = [
 6368 "fontconfig-parser",
 6369 "log",
 6370 "memmap2",
 6371 "slotmap",
 6372 "tinyvec",
 6373 "ttf-parser 0.25.1",
 6374]
 6375
 6376[[package]]
 6377name = "foreign-types"
 6378version = "0.3.2"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6381dependencies = [
 6382 "foreign-types-shared 0.1.1",
 6383]
 6384
 6385[[package]]
 6386name = "foreign-types"
 6387version = "0.5.0"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6390dependencies = [
 6391 "foreign-types-macros",
 6392 "foreign-types-shared 0.3.1",
 6393]
 6394
 6395[[package]]
 6396name = "foreign-types-macros"
 6397version = "0.2.3"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6400dependencies = [
 6401 "proc-macro2",
 6402 "quote",
 6403 "syn 2.0.117",
 6404]
 6405
 6406[[package]]
 6407name = "foreign-types-shared"
 6408version = "0.1.1"
 6409source = "registry+https://github.com/rust-lang/crates.io-index"
 6410checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6411
 6412[[package]]
 6413name = "foreign-types-shared"
 6414version = "0.3.1"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6417
 6418[[package]]
 6419name = "fork"
 6420version = "0.4.0"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6423dependencies = [
 6424 "libc",
 6425]
 6426
 6427[[package]]
 6428name = "form_urlencoded"
 6429version = "1.2.2"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6432dependencies = [
 6433 "percent-encoding",
 6434]
 6435
 6436[[package]]
 6437name = "fraction"
 6438version = "0.15.3"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6441dependencies = [
 6442 "lazy_static",
 6443 "num",
 6444]
 6445
 6446[[package]]
 6447name = "freetype-sys"
 6448version = "0.20.1"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6451dependencies = [
 6452 "cc",
 6453 "libc",
 6454 "pkg-config",
 6455]
 6456
 6457[[package]]
 6458name = "fs"
 6459version = "0.1.0"
 6460dependencies = [
 6461 "anyhow",
 6462 "ashpd",
 6463 "async-tar",
 6464 "async-trait",
 6465 "cocoa 0.26.0",
 6466 "collections",
 6467 "dunce",
 6468 "fs",
 6469 "futures 0.3.32",
 6470 "git",
 6471 "gpui",
 6472 "ignore",
 6473 "is_executable",
 6474 "libc",
 6475 "log",
 6476 "notify 8.2.0",
 6477 "objc",
 6478 "parking_lot",
 6479 "paths",
 6480 "proto",
 6481 "rope",
 6482 "serde",
 6483 "serde_json",
 6484 "smol",
 6485 "tempfile",
 6486 "text",
 6487 "time",
 6488 "util",
 6489 "windows 0.61.3",
 6490]
 6491
 6492[[package]]
 6493name = "fs-set-times"
 6494version = "0.20.3"
 6495source = "registry+https://github.com/rust-lang/crates.io-index"
 6496checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6497dependencies = [
 6498 "io-lifetimes",
 6499 "rustix 1.1.2",
 6500 "windows-sys 0.59.0",
 6501]
 6502
 6503[[package]]
 6504name = "fs2"
 6505version = "0.4.3"
 6506source = "registry+https://github.com/rust-lang/crates.io-index"
 6507checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6508dependencies = [
 6509 "libc",
 6510 "winapi",
 6511]
 6512
 6513[[package]]
 6514name = "fs_benchmarks"
 6515version = "0.1.0"
 6516dependencies = [
 6517 "fs",
 6518 "gpui",
 6519 "gpui_platform",
 6520]
 6521
 6522[[package]]
 6523name = "fs_extra"
 6524version = "1.3.0"
 6525source = "registry+https://github.com/rust-lang/crates.io-index"
 6526checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6527
 6528[[package]]
 6529name = "fsevent-sys"
 6530version = "4.1.0"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6533dependencies = [
 6534 "libc",
 6535]
 6536
 6537[[package]]
 6538name = "fuchsia-cprng"
 6539version = "0.1.1"
 6540source = "registry+https://github.com/rust-lang/crates.io-index"
 6541checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6542
 6543[[package]]
 6544name = "funty"
 6545version = "2.0.0"
 6546source = "registry+https://github.com/rust-lang/crates.io-index"
 6547checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6548
 6549[[package]]
 6550name = "futf"
 6551version = "0.1.5"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6554dependencies = [
 6555 "mac",
 6556 "new_debug_unreachable",
 6557]
 6558
 6559[[package]]
 6560name = "futures"
 6561version = "0.1.31"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6564
 6565[[package]]
 6566name = "futures"
 6567version = "0.3.32"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6570dependencies = [
 6571 "futures-channel",
 6572 "futures-core",
 6573 "futures-executor",
 6574 "futures-io",
 6575 "futures-sink",
 6576 "futures-task",
 6577 "futures-util",
 6578]
 6579
 6580[[package]]
 6581name = "futures-channel"
 6582version = "0.3.32"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6585dependencies = [
 6586 "futures-core",
 6587 "futures-sink",
 6588]
 6589
 6590[[package]]
 6591name = "futures-concurrency"
 6592version = "7.7.1"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6595dependencies = [
 6596 "fixedbitset 0.5.7",
 6597 "futures-core",
 6598 "futures-lite 2.6.1",
 6599 "pin-project",
 6600 "smallvec",
 6601]
 6602
 6603[[package]]
 6604name = "futures-core"
 6605version = "0.3.32"
 6606source = "registry+https://github.com/rust-lang/crates.io-index"
 6607checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6608
 6609[[package]]
 6610name = "futures-executor"
 6611version = "0.3.32"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6614dependencies = [
 6615 "futures-core",
 6616 "futures-task",
 6617 "futures-util",
 6618]
 6619
 6620[[package]]
 6621name = "futures-intrusive"
 6622version = "0.5.0"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6625dependencies = [
 6626 "futures-core",
 6627 "lock_api",
 6628 "parking_lot",
 6629]
 6630
 6631[[package]]
 6632name = "futures-io"
 6633version = "0.3.32"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6636
 6637[[package]]
 6638name = "futures-lite"
 6639version = "1.13.0"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6642dependencies = [
 6643 "fastrand 1.9.0",
 6644 "futures-core",
 6645 "futures-io",
 6646 "memchr",
 6647 "parking",
 6648 "pin-project-lite",
 6649 "waker-fn",
 6650]
 6651
 6652[[package]]
 6653name = "futures-lite"
 6654version = "2.6.1"
 6655source = "registry+https://github.com/rust-lang/crates.io-index"
 6656checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6657dependencies = [
 6658 "fastrand 2.3.0",
 6659 "futures-core",
 6660 "futures-io",
 6661 "parking",
 6662 "pin-project-lite",
 6663]
 6664
 6665[[package]]
 6666name = "futures-macro"
 6667version = "0.3.32"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6670dependencies = [
 6671 "proc-macro2",
 6672 "quote",
 6673 "syn 2.0.117",
 6674]
 6675
 6676[[package]]
 6677name = "futures-sink"
 6678version = "0.3.32"
 6679source = "registry+https://github.com/rust-lang/crates.io-index"
 6680checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6681
 6682[[package]]
 6683name = "futures-task"
 6684version = "0.3.32"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6687
 6688[[package]]
 6689name = "futures-util"
 6690version = "0.3.32"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6693dependencies = [
 6694 "futures 0.1.31",
 6695 "futures-channel",
 6696 "futures-core",
 6697 "futures-io",
 6698 "futures-macro",
 6699 "futures-sink",
 6700 "futures-task",
 6701 "libc",
 6702 "memchr",
 6703 "pin-project-lite",
 6704 "slab",
 6705 "tokio-io",
 6706]
 6707
 6708[[package]]
 6709name = "fuzzy"
 6710version = "0.1.0"
 6711dependencies = [
 6712 "gpui",
 6713 "log",
 6714 "util",
 6715]
 6716
 6717[[package]]
 6718name = "fuzzy_nucleo"
 6719version = "0.1.0"
 6720dependencies = [
 6721 "gpui",
 6722 "nucleo",
 6723 "util",
 6724]
 6725
 6726[[package]]
 6727name = "gaoya"
 6728version = "0.2.0"
 6729source = "registry+https://github.com/rust-lang/crates.io-index"
 6730checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6731dependencies = [
 6732 "ahash 0.8.12",
 6733 "crossbeam-utils",
 6734 "fnv",
 6735 "itertools 0.10.5",
 6736 "num-traits",
 6737 "rand 0.8.5",
 6738 "rand_pcg",
 6739 "random_choice",
 6740 "rayon",
 6741 "seahash",
 6742 "sha-1",
 6743 "shingles",
 6744 "siphasher 0.3.11",
 6745 "smallvec",
 6746 "triomphe",
 6747]
 6748
 6749[[package]]
 6750name = "gemm"
 6751version = "0.17.1"
 6752source = "registry+https://github.com/rust-lang/crates.io-index"
 6753checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6754dependencies = [
 6755 "dyn-stack 0.10.0",
 6756 "gemm-c32 0.17.1",
 6757 "gemm-c64 0.17.1",
 6758 "gemm-common 0.17.1",
 6759 "gemm-f16 0.17.1",
 6760 "gemm-f32 0.17.1",
 6761 "gemm-f64 0.17.1",
 6762 "num-complex",
 6763 "num-traits",
 6764 "paste",
 6765 "raw-cpuid 10.7.0",
 6766 "seq-macro",
 6767]
 6768
 6769[[package]]
 6770name = "gemm"
 6771version = "0.18.2"
 6772source = "registry+https://github.com/rust-lang/crates.io-index"
 6773checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6774dependencies = [
 6775 "dyn-stack 0.13.2",
 6776 "gemm-c32 0.18.2",
 6777 "gemm-c64 0.18.2",
 6778 "gemm-common 0.18.2",
 6779 "gemm-f16 0.18.2",
 6780 "gemm-f32 0.18.2",
 6781 "gemm-f64 0.18.2",
 6782 "num-complex",
 6783 "num-traits",
 6784 "paste",
 6785 "raw-cpuid 11.6.0",
 6786 "seq-macro",
 6787]
 6788
 6789[[package]]
 6790name = "gemm-c32"
 6791version = "0.17.1"
 6792source = "registry+https://github.com/rust-lang/crates.io-index"
 6793checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6794dependencies = [
 6795 "dyn-stack 0.10.0",
 6796 "gemm-common 0.17.1",
 6797 "num-complex",
 6798 "num-traits",
 6799 "paste",
 6800 "raw-cpuid 10.7.0",
 6801 "seq-macro",
 6802]
 6803
 6804[[package]]
 6805name = "gemm-c32"
 6806version = "0.18.2"
 6807source = "registry+https://github.com/rust-lang/crates.io-index"
 6808checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6809dependencies = [
 6810 "dyn-stack 0.13.2",
 6811 "gemm-common 0.18.2",
 6812 "num-complex",
 6813 "num-traits",
 6814 "paste",
 6815 "raw-cpuid 11.6.0",
 6816 "seq-macro",
 6817]
 6818
 6819[[package]]
 6820name = "gemm-c64"
 6821version = "0.17.1"
 6822source = "registry+https://github.com/rust-lang/crates.io-index"
 6823checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6824dependencies = [
 6825 "dyn-stack 0.10.0",
 6826 "gemm-common 0.17.1",
 6827 "num-complex",
 6828 "num-traits",
 6829 "paste",
 6830 "raw-cpuid 10.7.0",
 6831 "seq-macro",
 6832]
 6833
 6834[[package]]
 6835name = "gemm-c64"
 6836version = "0.18.2"
 6837source = "registry+https://github.com/rust-lang/crates.io-index"
 6838checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6839dependencies = [
 6840 "dyn-stack 0.13.2",
 6841 "gemm-common 0.18.2",
 6842 "num-complex",
 6843 "num-traits",
 6844 "paste",
 6845 "raw-cpuid 11.6.0",
 6846 "seq-macro",
 6847]
 6848
 6849[[package]]
 6850name = "gemm-common"
 6851version = "0.17.1"
 6852source = "registry+https://github.com/rust-lang/crates.io-index"
 6853checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6854dependencies = [
 6855 "bytemuck",
 6856 "dyn-stack 0.10.0",
 6857 "half",
 6858 "num-complex",
 6859 "num-traits",
 6860 "once_cell",
 6861 "paste",
 6862 "pulp 0.18.22",
 6863 "raw-cpuid 10.7.0",
 6864 "rayon",
 6865 "seq-macro",
 6866 "sysctl 0.5.5",
 6867]
 6868
 6869[[package]]
 6870name = "gemm-common"
 6871version = "0.18.2"
 6872source = "registry+https://github.com/rust-lang/crates.io-index"
 6873checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6874dependencies = [
 6875 "bytemuck",
 6876 "dyn-stack 0.13.2",
 6877 "half",
 6878 "libm",
 6879 "num-complex",
 6880 "num-traits",
 6881 "once_cell",
 6882 "paste",
 6883 "pulp 0.21.5",
 6884 "raw-cpuid 11.6.0",
 6885 "rayon",
 6886 "seq-macro",
 6887 "sysctl 0.6.0",
 6888]
 6889
 6890[[package]]
 6891name = "gemm-f16"
 6892version = "0.17.1"
 6893source = "registry+https://github.com/rust-lang/crates.io-index"
 6894checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6895dependencies = [
 6896 "dyn-stack 0.10.0",
 6897 "gemm-common 0.17.1",
 6898 "gemm-f32 0.17.1",
 6899 "half",
 6900 "num-complex",
 6901 "num-traits",
 6902 "paste",
 6903 "raw-cpuid 10.7.0",
 6904 "rayon",
 6905 "seq-macro",
 6906]
 6907
 6908[[package]]
 6909name = "gemm-f16"
 6910version = "0.18.2"
 6911source = "registry+https://github.com/rust-lang/crates.io-index"
 6912checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6913dependencies = [
 6914 "dyn-stack 0.13.2",
 6915 "gemm-common 0.18.2",
 6916 "gemm-f32 0.18.2",
 6917 "half",
 6918 "num-complex",
 6919 "num-traits",
 6920 "paste",
 6921 "raw-cpuid 11.6.0",
 6922 "rayon",
 6923 "seq-macro",
 6924]
 6925
 6926[[package]]
 6927name = "gemm-f32"
 6928version = "0.17.1"
 6929source = "registry+https://github.com/rust-lang/crates.io-index"
 6930checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6931dependencies = [
 6932 "dyn-stack 0.10.0",
 6933 "gemm-common 0.17.1",
 6934 "num-complex",
 6935 "num-traits",
 6936 "paste",
 6937 "raw-cpuid 10.7.0",
 6938 "seq-macro",
 6939]
 6940
 6941[[package]]
 6942name = "gemm-f32"
 6943version = "0.18.2"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6946dependencies = [
 6947 "dyn-stack 0.13.2",
 6948 "gemm-common 0.18.2",
 6949 "num-complex",
 6950 "num-traits",
 6951 "paste",
 6952 "raw-cpuid 11.6.0",
 6953 "seq-macro",
 6954]
 6955
 6956[[package]]
 6957name = "gemm-f64"
 6958version = "0.17.1"
 6959source = "registry+https://github.com/rust-lang/crates.io-index"
 6960checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6961dependencies = [
 6962 "dyn-stack 0.10.0",
 6963 "gemm-common 0.17.1",
 6964 "num-complex",
 6965 "num-traits",
 6966 "paste",
 6967 "raw-cpuid 10.7.0",
 6968 "seq-macro",
 6969]
 6970
 6971[[package]]
 6972name = "gemm-f64"
 6973version = "0.18.2"
 6974source = "registry+https://github.com/rust-lang/crates.io-index"
 6975checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6976dependencies = [
 6977 "dyn-stack 0.13.2",
 6978 "gemm-common 0.18.2",
 6979 "num-complex",
 6980 "num-traits",
 6981 "paste",
 6982 "raw-cpuid 11.6.0",
 6983 "seq-macro",
 6984]
 6985
 6986[[package]]
 6987name = "generator"
 6988version = "0.8.7"
 6989source = "registry+https://github.com/rust-lang/crates.io-index"
 6990checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6991dependencies = [
 6992 "cc",
 6993 "cfg-if",
 6994 "libc",
 6995 "log",
 6996 "rustversion",
 6997 "windows 0.61.3",
 6998]
 6999
 7000[[package]]
 7001name = "generic-array"
 7002version = "0.14.7"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7005dependencies = [
 7006 "typenum",
 7007 "version_check",
 7008]
 7009
 7010[[package]]
 7011name = "gethostname"
 7012version = "1.1.0"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7015dependencies = [
 7016 "rustix 1.1.2",
 7017 "windows-link 0.2.1",
 7018]
 7019
 7020[[package]]
 7021name = "getrandom"
 7022version = "0.2.16"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7025dependencies = [
 7026 "cfg-if",
 7027 "js-sys",
 7028 "libc",
 7029 "wasi",
 7030 "wasm-bindgen",
 7031]
 7032
 7033[[package]]
 7034name = "getrandom"
 7035version = "0.3.4"
 7036source = "registry+https://github.com/rust-lang/crates.io-index"
 7037checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7038dependencies = [
 7039 "cfg-if",
 7040 "js-sys",
 7041 "libc",
 7042 "r-efi",
 7043 "wasip2",
 7044 "wasm-bindgen",
 7045]
 7046
 7047[[package]]
 7048name = "getrandom"
 7049version = "0.4.1"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7052dependencies = [
 7053 "cfg-if",
 7054 "libc",
 7055 "r-efi",
 7056 "wasip2",
 7057 "wasip3",
 7058]
 7059
 7060[[package]]
 7061name = "gh-workflow"
 7062version = "0.8.0"
 7063source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7064dependencies = [
 7065 "async-trait",
 7066 "derive_more",
 7067 "derive_setters",
 7068 "gh-workflow-macros",
 7069 "indexmap",
 7070 "merge",
 7071 "serde",
 7072 "serde_json",
 7073 "serde_yaml",
 7074 "strum_macros 0.27.2",
 7075]
 7076
 7077[[package]]
 7078name = "gh-workflow-macros"
 7079version = "0.8.0"
 7080source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7081dependencies = [
 7082 "heck 0.5.0",
 7083 "quote",
 7084 "syn 2.0.117",
 7085]
 7086
 7087[[package]]
 7088name = "gif"
 7089version = "0.13.3"
 7090source = "registry+https://github.com/rust-lang/crates.io-index"
 7091checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7092dependencies = [
 7093 "color_quant",
 7094 "weezl",
 7095]
 7096
 7097[[package]]
 7098name = "gimli"
 7099version = "0.32.3"
 7100source = "registry+https://github.com/rust-lang/crates.io-index"
 7101checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7102dependencies = [
 7103 "fallible-iterator",
 7104 "indexmap",
 7105 "stable_deref_trait",
 7106]
 7107
 7108[[package]]
 7109name = "gio-sys"
 7110version = "0.21.5"
 7111source = "registry+https://github.com/rust-lang/crates.io-index"
 7112checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7113dependencies = [
 7114 "glib-sys",
 7115 "gobject-sys",
 7116 "libc",
 7117 "system-deps 7.0.7",
 7118 "windows-sys 0.61.2",
 7119]
 7120
 7121[[package]]
 7122name = "git"
 7123version = "0.1.0"
 7124dependencies = [
 7125 "anyhow",
 7126 "askpass",
 7127 "async-trait",
 7128 "collections",
 7129 "derive_more",
 7130 "futures 0.3.32",
 7131 "git2",
 7132 "gpui",
 7133 "http_client",
 7134 "itertools 0.14.0",
 7135 "log",
 7136 "parking_lot",
 7137 "pretty_assertions",
 7138 "rand 0.9.2",
 7139 "regex",
 7140 "rope",
 7141 "schemars",
 7142 "serde",
 7143 "serde_json",
 7144 "smallvec",
 7145 "smol",
 7146 "sum_tree",
 7147 "tempfile",
 7148 "text",
 7149 "thiserror 2.0.17",
 7150 "time",
 7151 "url",
 7152 "urlencoding",
 7153 "util",
 7154 "uuid",
 7155 "ztracing",
 7156]
 7157
 7158[[package]]
 7159name = "git2"
 7160version = "0.20.4"
 7161source = "registry+https://github.com/rust-lang/crates.io-index"
 7162checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7163dependencies = [
 7164 "bitflags 2.10.0",
 7165 "libc",
 7166 "libgit2-sys",
 7167 "log",
 7168 "url",
 7169]
 7170
 7171[[package]]
 7172name = "git_graph"
 7173version = "0.1.0"
 7174dependencies = [
 7175 "anyhow",
 7176 "collections",
 7177 "db",
 7178 "editor",
 7179 "fs",
 7180 "git",
 7181 "git_ui",
 7182 "gpui",
 7183 "language",
 7184 "menu",
 7185 "project",
 7186 "rand 0.9.2",
 7187 "remote_connection",
 7188 "search",
 7189 "serde_json",
 7190 "settings",
 7191 "smallvec",
 7192 "smol",
 7193 "theme",
 7194 "theme_settings",
 7195 "time",
 7196 "ui",
 7197 "workspace",
 7198]
 7199
 7200[[package]]
 7201name = "git_hosting_providers"
 7202version = "0.1.0"
 7203dependencies = [
 7204 "anyhow",
 7205 "async-trait",
 7206 "futures 0.3.32",
 7207 "git",
 7208 "gpui",
 7209 "http_client",
 7210 "indoc",
 7211 "itertools 0.14.0",
 7212 "pretty_assertions",
 7213 "regex",
 7214 "serde",
 7215 "serde_json",
 7216 "settings",
 7217 "url",
 7218 "urlencoding",
 7219 "util",
 7220]
 7221
 7222[[package]]
 7223name = "git_ui"
 7224version = "0.1.0"
 7225dependencies = [
 7226 "agent_settings",
 7227 "alacritty_terminal",
 7228 "anyhow",
 7229 "askpass",
 7230 "buffer_diff",
 7231 "call",
 7232 "collections",
 7233 "component",
 7234 "ctor",
 7235 "db",
 7236 "editor",
 7237 "file_icons",
 7238 "futures 0.3.32",
 7239 "fuzzy",
 7240 "git",
 7241 "gpui",
 7242 "indoc",
 7243 "itertools 0.14.0",
 7244 "language",
 7245 "language_model",
 7246 "linkify",
 7247 "log",
 7248 "markdown",
 7249 "menu",
 7250 "multi_buffer",
 7251 "notifications",
 7252 "panel",
 7253 "picker",
 7254 "pretty_assertions",
 7255 "project",
 7256 "prompt_store",
 7257 "proto",
 7258 "rand 0.9.2",
 7259 "remote",
 7260 "remote_connection",
 7261 "schemars",
 7262 "serde",
 7263 "serde_json",
 7264 "settings",
 7265 "smallvec",
 7266 "smol",
 7267 "strum 0.27.2",
 7268 "telemetry",
 7269 "theme",
 7270 "theme_settings",
 7271 "time",
 7272 "time_format",
 7273 "tracing",
 7274 "ui",
 7275 "ui_input",
 7276 "unindent",
 7277 "util",
 7278 "watch",
 7279 "windows 0.61.3",
 7280 "workspace",
 7281 "zed_actions",
 7282 "zeroize",
 7283 "zlog",
 7284 "ztracing",
 7285]
 7286
 7287[[package]]
 7288name = "gl_generator"
 7289version = "0.14.0"
 7290source = "registry+https://github.com/rust-lang/crates.io-index"
 7291checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7292dependencies = [
 7293 "khronos_api",
 7294 "log",
 7295 "xml-rs",
 7296]
 7297
 7298[[package]]
 7299name = "glib"
 7300version = "0.21.5"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7303dependencies = [
 7304 "bitflags 2.10.0",
 7305 "futures-channel",
 7306 "futures-core",
 7307 "futures-executor",
 7308 "futures-task",
 7309 "futures-util",
 7310 "gio-sys",
 7311 "glib-macros",
 7312 "glib-sys",
 7313 "gobject-sys",
 7314 "libc",
 7315 "memchr",
 7316 "smallvec",
 7317]
 7318
 7319[[package]]
 7320name = "glib-macros"
 7321version = "0.21.5"
 7322source = "registry+https://github.com/rust-lang/crates.io-index"
 7323checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7324dependencies = [
 7325 "heck 0.5.0",
 7326 "proc-macro-crate",
 7327 "proc-macro2",
 7328 "quote",
 7329 "syn 2.0.117",
 7330]
 7331
 7332[[package]]
 7333name = "glib-sys"
 7334version = "0.21.5"
 7335source = "registry+https://github.com/rust-lang/crates.io-index"
 7336checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7337dependencies = [
 7338 "libc",
 7339 "system-deps 7.0.7",
 7340]
 7341
 7342[[package]]
 7343name = "glob"
 7344version = "0.3.3"
 7345source = "registry+https://github.com/rust-lang/crates.io-index"
 7346checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7347
 7348[[package]]
 7349name = "globset"
 7350version = "0.4.17"
 7351source = "registry+https://github.com/rust-lang/crates.io-index"
 7352checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7353dependencies = [
 7354 "aho-corasick",
 7355 "bstr",
 7356 "log",
 7357 "regex-automata",
 7358 "regex-syntax",
 7359]
 7360
 7361[[package]]
 7362name = "gloo-timers"
 7363version = "0.3.0"
 7364source = "registry+https://github.com/rust-lang/crates.io-index"
 7365checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7366dependencies = [
 7367 "futures-channel",
 7368 "futures-core",
 7369 "js-sys",
 7370 "wasm-bindgen",
 7371]
 7372
 7373[[package]]
 7374name = "glow"
 7375version = "0.17.0"
 7376source = "registry+https://github.com/rust-lang/crates.io-index"
 7377checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7378dependencies = [
 7379 "js-sys",
 7380 "slotmap",
 7381 "wasm-bindgen",
 7382 "web-sys",
 7383]
 7384
 7385[[package]]
 7386name = "glutin_wgl_sys"
 7387version = "0.6.1"
 7388source = "registry+https://github.com/rust-lang/crates.io-index"
 7389checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7390dependencies = [
 7391 "gl_generator",
 7392]
 7393
 7394[[package]]
 7395name = "go_to_line"
 7396version = "0.1.0"
 7397dependencies = [
 7398 "editor",
 7399 "gpui",
 7400 "indoc",
 7401 "language",
 7402 "menu",
 7403 "multi_buffer",
 7404 "project",
 7405 "rope",
 7406 "serde",
 7407 "serde_json",
 7408 "settings",
 7409 "text",
 7410 "theme",
 7411 "ui",
 7412 "util",
 7413 "workspace",
 7414]
 7415
 7416[[package]]
 7417name = "gobject-sys"
 7418version = "0.21.5"
 7419source = "registry+https://github.com/rust-lang/crates.io-index"
 7420checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7421dependencies = [
 7422 "glib-sys",
 7423 "libc",
 7424 "system-deps 7.0.7",
 7425]
 7426
 7427[[package]]
 7428name = "goblin"
 7429version = "0.9.3"
 7430source = "registry+https://github.com/rust-lang/crates.io-index"
 7431checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7432dependencies = [
 7433 "log",
 7434 "plain",
 7435 "scroll",
 7436]
 7437
 7438[[package]]
 7439name = "google_ai"
 7440version = "0.1.0"
 7441dependencies = [
 7442 "anyhow",
 7443 "futures 0.3.32",
 7444 "http_client",
 7445 "language_model_core",
 7446 "log",
 7447 "schemars",
 7448 "serde",
 7449 "serde_json",
 7450 "strum 0.27.2",
 7451 "tiktoken-rs",
 7452]
 7453
 7454[[package]]
 7455name = "gpu-allocator"
 7456version = "0.28.0"
 7457source = "registry+https://github.com/rust-lang/crates.io-index"
 7458checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7459dependencies = [
 7460 "ash",
 7461 "hashbrown 0.16.1",
 7462 "log",
 7463 "presser",
 7464 "thiserror 2.0.17",
 7465 "windows 0.62.2",
 7466]
 7467
 7468[[package]]
 7469name = "gpu-descriptor"
 7470version = "0.3.2"
 7471source = "registry+https://github.com/rust-lang/crates.io-index"
 7472checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7473dependencies = [
 7474 "bitflags 2.10.0",
 7475 "gpu-descriptor-types",
 7476 "hashbrown 0.15.5",
 7477]
 7478
 7479[[package]]
 7480name = "gpu-descriptor-types"
 7481version = "0.2.0"
 7482source = "registry+https://github.com/rust-lang/crates.io-index"
 7483checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7484dependencies = [
 7485 "bitflags 2.10.0",
 7486]
 7487
 7488[[package]]
 7489name = "gpui"
 7490version = "0.2.2"
 7491dependencies = [
 7492 "anyhow",
 7493 "async-channel 2.5.0",
 7494 "async-task",
 7495 "backtrace",
 7496 "bindgen 0.71.1",
 7497 "bitflags 2.10.0",
 7498 "block",
 7499 "cbindgen",
 7500 "chrono",
 7501 "cocoa 0.26.0",
 7502 "cocoa-foundation 0.2.0",
 7503 "collections",
 7504 "core-foundation 0.10.0",
 7505 "core-foundation-sys",
 7506 "core-graphics 0.24.0",
 7507 "core-text",
 7508 "core-video",
 7509 "ctor",
 7510 "derive_more",
 7511 "embed-resource",
 7512 "env_logger 0.11.8",
 7513 "etagere",
 7514 "foreign-types 0.5.0",
 7515 "futures 0.3.32",
 7516 "futures-concurrency",
 7517 "getrandom 0.3.4",
 7518 "gpui_macros",
 7519 "gpui_platform",
 7520 "gpui_shared_string",
 7521 "gpui_util",
 7522 "gpui_web",
 7523 "http_client",
 7524 "image",
 7525 "inventory",
 7526 "itertools 0.14.0",
 7527 "log",
 7528 "lyon",
 7529 "mach2 0.5.0",
 7530 "media",
 7531 "metal",
 7532 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7533 "num_cpus",
 7534 "objc",
 7535 "objc2",
 7536 "objc2-metal",
 7537 "parking",
 7538 "parking_lot",
 7539 "pathfinder_geometry",
 7540 "pin-project",
 7541 "pollster 0.4.0",
 7542 "postage",
 7543 "profiling",
 7544 "proptest",
 7545 "rand 0.9.2",
 7546 "raw-window-handle",
 7547 "refineable",
 7548 "regex",
 7549 "reqwest_client",
 7550 "resvg",
 7551 "scheduler",
 7552 "schemars",
 7553 "seahash",
 7554 "serde",
 7555 "serde_json",
 7556 "slotmap",
 7557 "smallvec",
 7558 "spin 0.10.0",
 7559 "stacksafe",
 7560 "strum 0.27.2",
 7561 "sum_tree",
 7562 "taffy",
 7563 "thiserror 2.0.17",
 7564 "ttf-parser 0.25.1",
 7565 "unicode-segmentation",
 7566 "url",
 7567 "usvg",
 7568 "util_macros",
 7569 "uuid",
 7570 "waker-fn",
 7571 "wasm-bindgen",
 7572 "web-time",
 7573 "windows 0.61.3",
 7574 "zed-font-kit",
 7575 "zed-scap",
 7576]
 7577
 7578[[package]]
 7579name = "gpui_linux"
 7580version = "0.1.0"
 7581dependencies = [
 7582 "anyhow",
 7583 "as-raw-xcb-connection",
 7584 "ashpd",
 7585 "bitflags 2.10.0",
 7586 "bytemuck",
 7587 "calloop",
 7588 "calloop-wayland-source",
 7589 "collections",
 7590 "filedescriptor",
 7591 "futures 0.3.32",
 7592 "gpui",
 7593 "gpui_wgpu",
 7594 "http_client",
 7595 "itertools 0.14.0",
 7596 "libc",
 7597 "log",
 7598 "oo7",
 7599 "open",
 7600 "parking_lot",
 7601 "pathfinder_geometry",
 7602 "pollster 0.4.0",
 7603 "profiling",
 7604 "raw-window-handle",
 7605 "smallvec",
 7606 "smol",
 7607 "strum 0.27.2",
 7608 "swash",
 7609 "url",
 7610 "util",
 7611 "uuid",
 7612 "wayland-backend",
 7613 "wayland-client",
 7614 "wayland-cursor",
 7615 "wayland-protocols",
 7616 "wayland-protocols-plasma",
 7617 "wayland-protocols-wlr",
 7618 "x11-clipboard",
 7619 "x11rb",
 7620 "xkbcommon",
 7621 "zed-scap",
 7622 "zed-xim",
 7623]
 7624
 7625[[package]]
 7626name = "gpui_macos"
 7627version = "0.1.0"
 7628dependencies = [
 7629 "anyhow",
 7630 "async-task",
 7631 "block",
 7632 "cbindgen",
 7633 "cocoa 0.26.0",
 7634 "collections",
 7635 "core-foundation 0.10.0",
 7636 "core-foundation-sys",
 7637 "core-graphics 0.24.0",
 7638 "core-text",
 7639 "core-video",
 7640 "ctor",
 7641 "derive_more",
 7642 "dispatch2",
 7643 "etagere",
 7644 "foreign-types 0.5.0",
 7645 "futures 0.3.32",
 7646 "gpui",
 7647 "image",
 7648 "itertools 0.14.0",
 7649 "libc",
 7650 "log",
 7651 "mach2 0.5.0",
 7652 "media",
 7653 "metal",
 7654 "objc",
 7655 "objc2-app-kit",
 7656 "parking_lot",
 7657 "pathfinder_geometry",
 7658 "raw-window-handle",
 7659 "semver",
 7660 "smallvec",
 7661 "strum 0.27.2",
 7662 "util",
 7663 "uuid",
 7664 "zed-font-kit",
 7665]
 7666
 7667[[package]]
 7668name = "gpui_macros"
 7669version = "0.1.0"
 7670dependencies = [
 7671 "gpui",
 7672 "heck 0.5.0",
 7673 "proc-macro2",
 7674 "quote",
 7675 "syn 2.0.117",
 7676]
 7677
 7678[[package]]
 7679name = "gpui_platform"
 7680version = "0.1.0"
 7681dependencies = [
 7682 "console_error_panic_hook",
 7683 "gpui",
 7684 "gpui_linux",
 7685 "gpui_macos",
 7686 "gpui_web",
 7687 "gpui_windows",
 7688]
 7689
 7690[[package]]
 7691name = "gpui_shared_string"
 7692version = "0.1.0"
 7693dependencies = [
 7694 "derive_more",
 7695 "gpui_util",
 7696 "schemars",
 7697 "serde",
 7698]
 7699
 7700[[package]]
 7701name = "gpui_tokio"
 7702version = "0.1.0"
 7703dependencies = [
 7704 "anyhow",
 7705 "gpui",
 7706 "tokio",
 7707 "util",
 7708]
 7709
 7710[[package]]
 7711name = "gpui_util"
 7712version = "0.1.0"
 7713dependencies = [
 7714 "anyhow",
 7715 "log",
 7716]
 7717
 7718[[package]]
 7719name = "gpui_web"
 7720version = "0.1.0"
 7721dependencies = [
 7722 "anyhow",
 7723 "console_error_panic_hook",
 7724 "futures 0.3.32",
 7725 "gpui",
 7726 "gpui_wgpu",
 7727 "http_client",
 7728 "js-sys",
 7729 "log",
 7730 "parking_lot",
 7731 "raw-window-handle",
 7732 "smallvec",
 7733 "uuid",
 7734 "wasm-bindgen",
 7735 "wasm-bindgen-futures",
 7736 "wasm_thread",
 7737 "web-sys",
 7738 "web-time",
 7739]
 7740
 7741[[package]]
 7742name = "gpui_wgpu"
 7743version = "0.1.0"
 7744dependencies = [
 7745 "anyhow",
 7746 "bytemuck",
 7747 "collections",
 7748 "cosmic-text",
 7749 "etagere",
 7750 "gpui",
 7751 "gpui_util",
 7752 "itertools 0.14.0",
 7753 "js-sys",
 7754 "log",
 7755 "parking_lot",
 7756 "pollster 0.4.0",
 7757 "profiling",
 7758 "raw-window-handle",
 7759 "smallvec",
 7760 "swash",
 7761 "wasm-bindgen",
 7762 "wasm-bindgen-futures",
 7763 "web-sys",
 7764 "wgpu",
 7765 "zed-font-kit",
 7766]
 7767
 7768[[package]]
 7769name = "gpui_windows"
 7770version = "0.1.0"
 7771dependencies = [
 7772 "anyhow",
 7773 "collections",
 7774 "etagere",
 7775 "futures 0.3.32",
 7776 "gpui",
 7777 "image",
 7778 "itertools 0.14.0",
 7779 "log",
 7780 "parking_lot",
 7781 "rand 0.9.2",
 7782 "raw-window-handle",
 7783 "smallvec",
 7784 "util",
 7785 "uuid",
 7786 "windows 0.61.3",
 7787 "windows-core 0.61.2",
 7788 "windows-numerics 0.2.0",
 7789 "windows-registry 0.5.3",
 7790 "zed-scap",
 7791]
 7792
 7793[[package]]
 7794name = "grammars"
 7795version = "0.1.0"
 7796dependencies = [
 7797 "anyhow",
 7798 "language_core",
 7799 "rust-embed",
 7800 "toml 0.8.23",
 7801 "tree-sitter",
 7802 "tree-sitter-bash",
 7803 "tree-sitter-c",
 7804 "tree-sitter-cpp",
 7805 "tree-sitter-css",
 7806 "tree-sitter-diff",
 7807 "tree-sitter-gitcommit",
 7808 "tree-sitter-go",
 7809 "tree-sitter-gomod",
 7810 "tree-sitter-gowork",
 7811 "tree-sitter-jsdoc",
 7812 "tree-sitter-json",
 7813 "tree-sitter-md",
 7814 "tree-sitter-python",
 7815 "tree-sitter-regex",
 7816 "tree-sitter-rust",
 7817 "tree-sitter-typescript",
 7818 "tree-sitter-yaml",
 7819 "util",
 7820]
 7821
 7822[[package]]
 7823name = "grid"
 7824version = "0.18.0"
 7825source = "registry+https://github.com/rust-lang/crates.io-index"
 7826checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7827
 7828[[package]]
 7829name = "group"
 7830version = "0.12.1"
 7831source = "registry+https://github.com/rust-lang/crates.io-index"
 7832checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7833dependencies = [
 7834 "ff",
 7835 "rand_core 0.6.4",
 7836 "subtle",
 7837]
 7838
 7839[[package]]
 7840name = "h2"
 7841version = "0.3.27"
 7842source = "registry+https://github.com/rust-lang/crates.io-index"
 7843checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7844dependencies = [
 7845 "bytes 1.11.1",
 7846 "fnv",
 7847 "futures-core",
 7848 "futures-sink",
 7849 "futures-util",
 7850 "http 0.2.12",
 7851 "indexmap",
 7852 "slab",
 7853 "tokio",
 7854 "tokio-util",
 7855 "tracing",
 7856]
 7857
 7858[[package]]
 7859name = "h2"
 7860version = "0.4.12"
 7861source = "registry+https://github.com/rust-lang/crates.io-index"
 7862checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7863dependencies = [
 7864 "atomic-waker",
 7865 "bytes 1.11.1",
 7866 "fnv",
 7867 "futures-core",
 7868 "futures-sink",
 7869 "http 1.3.1",
 7870 "indexmap",
 7871 "slab",
 7872 "tokio",
 7873 "tokio-util",
 7874 "tracing",
 7875]
 7876
 7877[[package]]
 7878name = "half"
 7879version = "2.7.1"
 7880source = "registry+https://github.com/rust-lang/crates.io-index"
 7881checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7882dependencies = [
 7883 "bytemuck",
 7884 "cfg-if",
 7885 "crunchy",
 7886 "num-traits",
 7887 "rand 0.9.2",
 7888 "rand_distr",
 7889 "zerocopy",
 7890]
 7891
 7892[[package]]
 7893name = "handlebars"
 7894version = "4.5.0"
 7895source = "registry+https://github.com/rust-lang/crates.io-index"
 7896checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7897dependencies = [
 7898 "log",
 7899 "pest",
 7900 "pest_derive",
 7901 "rust-embed",
 7902 "serde",
 7903 "serde_json",
 7904 "thiserror 1.0.69",
 7905]
 7906
 7907[[package]]
 7908name = "handlebars"
 7909version = "5.1.2"
 7910source = "registry+https://github.com/rust-lang/crates.io-index"
 7911checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7912dependencies = [
 7913 "log",
 7914 "pest",
 7915 "pest_derive",
 7916 "serde",
 7917 "serde_json",
 7918 "thiserror 1.0.69",
 7919]
 7920
 7921[[package]]
 7922name = "harfrust"
 7923version = "0.5.0"
 7924source = "registry+https://github.com/rust-lang/crates.io-index"
 7925checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7926dependencies = [
 7927 "bitflags 2.10.0",
 7928 "bytemuck",
 7929 "core_maths",
 7930 "read-fonts 0.37.0",
 7931 "smallvec",
 7932]
 7933
 7934[[package]]
 7935name = "hash32"
 7936version = "0.3.1"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7939dependencies = [
 7940 "byteorder",
 7941]
 7942
 7943[[package]]
 7944name = "hashbrown"
 7945version = "0.12.3"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7948dependencies = [
 7949 "ahash 0.7.8",
 7950]
 7951
 7952[[package]]
 7953name = "hashbrown"
 7954version = "0.14.5"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7957dependencies = [
 7958 "ahash 0.8.12",
 7959 "allocator-api2",
 7960]
 7961
 7962[[package]]
 7963name = "hashbrown"
 7964version = "0.15.5"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7967dependencies = [
 7968 "allocator-api2",
 7969 "equivalent",
 7970 "foldhash 0.1.5",
 7971 "serde",
 7972]
 7973
 7974[[package]]
 7975name = "hashbrown"
 7976version = "0.16.1"
 7977source = "registry+https://github.com/rust-lang/crates.io-index"
 7978checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7979dependencies = [
 7980 "allocator-api2",
 7981 "equivalent",
 7982 "foldhash 0.2.0",
 7983]
 7984
 7985[[package]]
 7986name = "hashlink"
 7987version = "0.8.4"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7990dependencies = [
 7991 "hashbrown 0.14.5",
 7992]
 7993
 7994[[package]]
 7995name = "hashlink"
 7996version = "0.10.0"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7999dependencies = [
 8000 "hashbrown 0.15.5",
 8001]
 8002
 8003[[package]]
 8004name = "headers"
 8005version = "0.3.9"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8008dependencies = [
 8009 "base64 0.21.7",
 8010 "bytes 1.11.1",
 8011 "headers-core",
 8012 "http 0.2.12",
 8013 "httpdate",
 8014 "mime",
 8015 "sha1",
 8016]
 8017
 8018[[package]]
 8019name = "headers-core"
 8020version = "0.2.0"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8023dependencies = [
 8024 "http 0.2.12",
 8025]
 8026
 8027[[package]]
 8028name = "heapless"
 8029version = "0.9.2"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8032dependencies = [
 8033 "hash32",
 8034 "stable_deref_trait",
 8035]
 8036
 8037[[package]]
 8038name = "heck"
 8039version = "0.3.3"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8042dependencies = [
 8043 "unicode-segmentation",
 8044]
 8045
 8046[[package]]
 8047name = "heck"
 8048version = "0.4.1"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8051dependencies = [
 8052 "unicode-segmentation",
 8053]
 8054
 8055[[package]]
 8056name = "heck"
 8057version = "0.5.0"
 8058source = "registry+https://github.com/rust-lang/crates.io-index"
 8059checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8060
 8061[[package]]
 8062name = "heed"
 8063version = "0.21.0"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8066dependencies = [
 8067 "bitflags 2.10.0",
 8068 "byteorder",
 8069 "heed-traits",
 8070 "heed-types",
 8071 "libc",
 8072 "lmdb-master-sys",
 8073 "once_cell",
 8074 "page_size",
 8075 "serde",
 8076 "synchronoise",
 8077 "url",
 8078]
 8079
 8080[[package]]
 8081name = "heed-traits"
 8082version = "0.20.0"
 8083source = "registry+https://github.com/rust-lang/crates.io-index"
 8084checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8085
 8086[[package]]
 8087name = "heed-types"
 8088version = "0.21.0"
 8089source = "registry+https://github.com/rust-lang/crates.io-index"
 8090checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8091dependencies = [
 8092 "bincode",
 8093 "byteorder",
 8094 "heed-traits",
 8095 "serde",
 8096 "serde_json",
 8097]
 8098
 8099[[package]]
 8100name = "hermit-abi"
 8101version = "0.5.2"
 8102source = "registry+https://github.com/rust-lang/crates.io-index"
 8103checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8104
 8105[[package]]
 8106name = "hex"
 8107version = "0.4.3"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8110
 8111[[package]]
 8112name = "hexf-parse"
 8113version = "0.2.1"
 8114source = "registry+https://github.com/rust-lang/crates.io-index"
 8115checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8116
 8117[[package]]
 8118name = "hkdf"
 8119version = "0.12.4"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8122dependencies = [
 8123 "hmac",
 8124]
 8125
 8126[[package]]
 8127name = "hmac"
 8128version = "0.12.1"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8131dependencies = [
 8132 "digest",
 8133]
 8134
 8135[[package]]
 8136name = "home"
 8137version = "0.5.11"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8140dependencies = [
 8141 "windows-sys 0.59.0",
 8142]
 8143
 8144[[package]]
 8145name = "hound"
 8146version = "3.5.1"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8149
 8150[[package]]
 8151name = "html5ever"
 8152version = "0.27.0"
 8153source = "registry+https://github.com/rust-lang/crates.io-index"
 8154checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8155dependencies = [
 8156 "log",
 8157 "mac",
 8158 "markup5ever 0.12.1",
 8159 "proc-macro2",
 8160 "quote",
 8161 "syn 2.0.117",
 8162]
 8163
 8164[[package]]
 8165name = "html5ever"
 8166version = "0.35.0"
 8167source = "registry+https://github.com/rust-lang/crates.io-index"
 8168checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8169dependencies = [
 8170 "log",
 8171 "markup5ever 0.35.0",
 8172 "match_token",
 8173]
 8174
 8175[[package]]
 8176name = "html_to_markdown"
 8177version = "0.1.0"
 8178dependencies = [
 8179 "anyhow",
 8180 "html5ever 0.27.0",
 8181 "indoc",
 8182 "markup5ever_rcdom",
 8183 "pretty_assertions",
 8184 "regex",
 8185]
 8186
 8187[[package]]
 8188name = "http"
 8189version = "0.2.12"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8192dependencies = [
 8193 "bytes 1.11.1",
 8194 "fnv",
 8195 "itoa",
 8196]
 8197
 8198[[package]]
 8199name = "http"
 8200version = "1.3.1"
 8201source = "registry+https://github.com/rust-lang/crates.io-index"
 8202checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8203dependencies = [
 8204 "bytes 1.11.1",
 8205 "fnv",
 8206 "itoa",
 8207]
 8208
 8209[[package]]
 8210name = "http-body"
 8211version = "0.4.6"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8214dependencies = [
 8215 "bytes 1.11.1",
 8216 "http 0.2.12",
 8217 "pin-project-lite",
 8218]
 8219
 8220[[package]]
 8221name = "http-body"
 8222version = "1.0.1"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8225dependencies = [
 8226 "bytes 1.11.1",
 8227 "http 1.3.1",
 8228]
 8229
 8230[[package]]
 8231name = "http-body-util"
 8232version = "0.1.3"
 8233source = "registry+https://github.com/rust-lang/crates.io-index"
 8234checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8235dependencies = [
 8236 "bytes 1.11.1",
 8237 "futures-core",
 8238 "http 1.3.1",
 8239 "http-body 1.0.1",
 8240 "pin-project-lite",
 8241]
 8242
 8243[[package]]
 8244name = "http-range-header"
 8245version = "0.3.1"
 8246source = "registry+https://github.com/rust-lang/crates.io-index"
 8247checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8248
 8249[[package]]
 8250name = "http_client"
 8251version = "0.1.0"
 8252dependencies = [
 8253 "anyhow",
 8254 "async-compression",
 8255 "async-fs",
 8256 "async-tar",
 8257 "bytes 1.11.1",
 8258 "derive_more",
 8259 "futures 0.3.32",
 8260 "http 1.3.1",
 8261 "http-body 1.0.1",
 8262 "log",
 8263 "parking_lot",
 8264 "serde",
 8265 "serde_json",
 8266 "serde_urlencoded",
 8267 "sha2",
 8268 "tempfile",
 8269 "url",
 8270 "util",
 8271]
 8272
 8273[[package]]
 8274name = "http_client_tls"
 8275version = "0.1.0"
 8276dependencies = [
 8277 "rustls 0.23.33",
 8278 "rustls-platform-verifier",
 8279]
 8280
 8281[[package]]
 8282name = "httparse"
 8283version = "1.10.1"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8286
 8287[[package]]
 8288name = "httpdate"
 8289version = "1.0.3"
 8290source = "registry+https://github.com/rust-lang/crates.io-index"
 8291checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8292
 8293[[package]]
 8294name = "human_bytes"
 8295version = "0.4.3"
 8296source = "registry+https://github.com/rust-lang/crates.io-index"
 8297checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8298
 8299[[package]]
 8300name = "humantime"
 8301version = "2.3.0"
 8302source = "registry+https://github.com/rust-lang/crates.io-index"
 8303checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8304
 8305[[package]]
 8306name = "hyper"
 8307version = "0.14.32"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8310dependencies = [
 8311 "bytes 1.11.1",
 8312 "futures-channel",
 8313 "futures-core",
 8314 "futures-util",
 8315 "h2 0.3.27",
 8316 "http 0.2.12",
 8317 "http-body 0.4.6",
 8318 "httparse",
 8319 "httpdate",
 8320 "itoa",
 8321 "pin-project-lite",
 8322 "socket2 0.5.10",
 8323 "tokio",
 8324 "tower-service",
 8325 "tracing",
 8326 "want",
 8327]
 8328
 8329[[package]]
 8330name = "hyper"
 8331version = "1.7.0"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8334dependencies = [
 8335 "atomic-waker",
 8336 "bytes 1.11.1",
 8337 "futures-channel",
 8338 "futures-core",
 8339 "h2 0.4.12",
 8340 "http 1.3.1",
 8341 "http-body 1.0.1",
 8342 "httparse",
 8343 "itoa",
 8344 "pin-project-lite",
 8345 "pin-utils",
 8346 "smallvec",
 8347 "tokio",
 8348 "want",
 8349]
 8350
 8351[[package]]
 8352name = "hyper-rustls"
 8353version = "0.24.2"
 8354source = "registry+https://github.com/rust-lang/crates.io-index"
 8355checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8356dependencies = [
 8357 "futures-util",
 8358 "http 0.2.12",
 8359 "hyper 0.14.32",
 8360 "log",
 8361 "rustls 0.21.12",
 8362 "rustls-native-certs 0.6.3",
 8363 "tokio",
 8364 "tokio-rustls 0.24.1",
 8365]
 8366
 8367[[package]]
 8368name = "hyper-rustls"
 8369version = "0.27.7"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8372dependencies = [
 8373 "http 1.3.1",
 8374 "hyper 1.7.0",
 8375 "hyper-util",
 8376 "log",
 8377 "rustls 0.23.33",
 8378 "rustls-native-certs 0.8.2",
 8379 "rustls-pki-types",
 8380 "tokio",
 8381 "tokio-rustls 0.26.2",
 8382 "tower-service",
 8383]
 8384
 8385[[package]]
 8386name = "hyper-timeout"
 8387version = "0.5.2"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8390dependencies = [
 8391 "hyper 1.7.0",
 8392 "hyper-util",
 8393 "pin-project-lite",
 8394 "tokio",
 8395 "tower-service",
 8396]
 8397
 8398[[package]]
 8399name = "hyper-tls"
 8400version = "0.5.0"
 8401source = "registry+https://github.com/rust-lang/crates.io-index"
 8402checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8403dependencies = [
 8404 "bytes 1.11.1",
 8405 "hyper 0.14.32",
 8406 "native-tls",
 8407 "tokio",
 8408 "tokio-native-tls",
 8409]
 8410
 8411[[package]]
 8412name = "hyper-util"
 8413version = "0.1.17"
 8414source = "registry+https://github.com/rust-lang/crates.io-index"
 8415checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8416dependencies = [
 8417 "base64 0.22.1",
 8418 "bytes 1.11.1",
 8419 "futures-channel",
 8420 "futures-core",
 8421 "futures-util",
 8422 "http 1.3.1",
 8423 "http-body 1.0.1",
 8424 "hyper 1.7.0",
 8425 "ipnet",
 8426 "libc",
 8427 "percent-encoding",
 8428 "pin-project-lite",
 8429 "socket2 0.6.1",
 8430 "tokio",
 8431 "tower-service",
 8432 "tracing",
 8433]
 8434
 8435[[package]]
 8436name = "iana-time-zone"
 8437version = "0.1.64"
 8438source = "registry+https://github.com/rust-lang/crates.io-index"
 8439checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8440dependencies = [
 8441 "android_system_properties",
 8442 "core-foundation-sys",
 8443 "iana-time-zone-haiku",
 8444 "js-sys",
 8445 "log",
 8446 "wasm-bindgen",
 8447 "windows-core 0.62.2",
 8448]
 8449
 8450[[package]]
 8451name = "iana-time-zone-haiku"
 8452version = "0.1.2"
 8453source = "registry+https://github.com/rust-lang/crates.io-index"
 8454checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8455dependencies = [
 8456 "cc",
 8457]
 8458
 8459[[package]]
 8460name = "icons"
 8461version = "0.1.0"
 8462dependencies = [
 8463 "serde",
 8464 "strum 0.27.2",
 8465]
 8466
 8467[[package]]
 8468name = "icu_collections"
 8469version = "2.0.0"
 8470source = "registry+https://github.com/rust-lang/crates.io-index"
 8471checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8472dependencies = [
 8473 "displaydoc",
 8474 "potential_utf",
 8475 "yoke 0.8.0",
 8476 "zerofrom",
 8477 "zerovec",
 8478]
 8479
 8480[[package]]
 8481name = "icu_locale_core"
 8482version = "2.0.0"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8485dependencies = [
 8486 "displaydoc",
 8487 "litemap",
 8488 "tinystr",
 8489 "writeable",
 8490 "zerovec",
 8491]
 8492
 8493[[package]]
 8494name = "icu_normalizer"
 8495version = "2.0.0"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8498dependencies = [
 8499 "displaydoc",
 8500 "icu_collections",
 8501 "icu_normalizer_data",
 8502 "icu_properties",
 8503 "icu_provider",
 8504 "smallvec",
 8505 "zerovec",
 8506]
 8507
 8508[[package]]
 8509name = "icu_normalizer_data"
 8510version = "2.0.0"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8513
 8514[[package]]
 8515name = "icu_properties"
 8516version = "2.0.1"
 8517source = "registry+https://github.com/rust-lang/crates.io-index"
 8518checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8519dependencies = [
 8520 "displaydoc",
 8521 "icu_collections",
 8522 "icu_locale_core",
 8523 "icu_properties_data",
 8524 "icu_provider",
 8525 "potential_utf",
 8526 "zerotrie",
 8527 "zerovec",
 8528]
 8529
 8530[[package]]
 8531name = "icu_properties_data"
 8532version = "2.0.1"
 8533source = "registry+https://github.com/rust-lang/crates.io-index"
 8534checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8535
 8536[[package]]
 8537name = "icu_provider"
 8538version = "2.0.0"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8541dependencies = [
 8542 "displaydoc",
 8543 "icu_locale_core",
 8544 "stable_deref_trait",
 8545 "tinystr",
 8546 "writeable",
 8547 "yoke 0.8.0",
 8548 "zerofrom",
 8549 "zerotrie",
 8550 "zerovec",
 8551]
 8552
 8553[[package]]
 8554name = "id-arena"
 8555version = "2.2.1"
 8556source = "registry+https://github.com/rust-lang/crates.io-index"
 8557checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8558
 8559[[package]]
 8560name = "ident_case"
 8561version = "1.0.1"
 8562source = "registry+https://github.com/rust-lang/crates.io-index"
 8563checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8564
 8565[[package]]
 8566name = "idna"
 8567version = "1.1.0"
 8568source = "registry+https://github.com/rust-lang/crates.io-index"
 8569checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8570dependencies = [
 8571 "idna_adapter",
 8572 "smallvec",
 8573 "utf8_iter",
 8574]
 8575
 8576[[package]]
 8577name = "idna_adapter"
 8578version = "1.2.1"
 8579source = "registry+https://github.com/rust-lang/crates.io-index"
 8580checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8581dependencies = [
 8582 "icu_normalizer",
 8583 "icu_properties",
 8584]
 8585
 8586[[package]]
 8587name = "ignore"
 8588version = "0.4.24"
 8589source = "registry+https://github.com/rust-lang/crates.io-index"
 8590checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8591dependencies = [
 8592 "crossbeam-deque",
 8593 "globset",
 8594 "log",
 8595 "memchr",
 8596 "regex-automata",
 8597 "same-file",
 8598 "walkdir",
 8599 "winapi-util",
 8600]
 8601
 8602[[package]]
 8603name = "image"
 8604version = "0.25.8"
 8605source = "registry+https://github.com/rust-lang/crates.io-index"
 8606checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8607dependencies = [
 8608 "bytemuck",
 8609 "byteorder-lite",
 8610 "color_quant",
 8611 "exr",
 8612 "gif",
 8613 "image-webp",
 8614 "moxcms",
 8615 "num-traits",
 8616 "png 0.18.0",
 8617 "qoi",
 8618 "ravif",
 8619 "rayon",
 8620 "rgb",
 8621 "tiff",
 8622 "zune-core",
 8623 "zune-jpeg",
 8624]
 8625
 8626[[package]]
 8627name = "image-webp"
 8628version = "0.2.4"
 8629source = "registry+https://github.com/rust-lang/crates.io-index"
 8630checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8631dependencies = [
 8632 "byteorder-lite",
 8633 "quick-error 2.0.1",
 8634]
 8635
 8636[[package]]
 8637name = "image_viewer"
 8638version = "0.1.0"
 8639dependencies = [
 8640 "anyhow",
 8641 "db",
 8642 "editor",
 8643 "file_icons",
 8644 "gpui",
 8645 "language",
 8646 "log",
 8647 "project",
 8648 "serde",
 8649 "settings",
 8650 "theme_settings",
 8651 "ui",
 8652 "util",
 8653 "workspace",
 8654]
 8655
 8656[[package]]
 8657name = "imagesize"
 8658version = "0.13.0"
 8659source = "registry+https://github.com/rust-lang/crates.io-index"
 8660checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8661
 8662[[package]]
 8663name = "imara-diff"
 8664version = "0.1.8"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8667dependencies = [
 8668 "hashbrown 0.15.5",
 8669]
 8670
 8671[[package]]
 8672name = "imgref"
 8673version = "1.12.0"
 8674source = "registry+https://github.com/rust-lang/crates.io-index"
 8675checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8676
 8677[[package]]
 8678name = "indenter"
 8679version = "0.3.4"
 8680source = "registry+https://github.com/rust-lang/crates.io-index"
 8681checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8682
 8683[[package]]
 8684name = "indexmap"
 8685version = "2.11.4"
 8686source = "registry+https://github.com/rust-lang/crates.io-index"
 8687checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8688dependencies = [
 8689 "equivalent",
 8690 "hashbrown 0.16.1",
 8691 "serde",
 8692 "serde_core",
 8693]
 8694
 8695[[package]]
 8696name = "indoc"
 8697version = "2.0.6"
 8698source = "registry+https://github.com/rust-lang/crates.io-index"
 8699checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8700
 8701[[package]]
 8702name = "inherent"
 8703version = "1.0.13"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8706dependencies = [
 8707 "proc-macro2",
 8708 "quote",
 8709 "syn 2.0.117",
 8710]
 8711
 8712[[package]]
 8713name = "inotify"
 8714version = "0.9.6"
 8715source = "registry+https://github.com/rust-lang/crates.io-index"
 8716checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8717dependencies = [
 8718 "bitflags 1.3.2",
 8719 "inotify-sys",
 8720 "libc",
 8721]
 8722
 8723[[package]]
 8724name = "inotify"
 8725version = "0.11.0"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8728dependencies = [
 8729 "bitflags 2.10.0",
 8730 "inotify-sys",
 8731 "libc",
 8732]
 8733
 8734[[package]]
 8735name = "inotify-sys"
 8736version = "0.1.5"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8739dependencies = [
 8740 "libc",
 8741]
 8742
 8743[[package]]
 8744name = "inout"
 8745version = "0.1.4"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8748dependencies = [
 8749 "block-padding",
 8750 "generic-array",
 8751]
 8752
 8753[[package]]
 8754name = "inspector_ui"
 8755version = "0.1.0"
 8756dependencies = [
 8757 "anyhow",
 8758 "command_palette_hooks",
 8759 "editor",
 8760 "fuzzy",
 8761 "gpui",
 8762 "language",
 8763 "project",
 8764 "serde_json",
 8765 "serde_json_lenient",
 8766 "theme_settings",
 8767 "ui",
 8768 "util",
 8769 "util_macros",
 8770 "workspace",
 8771 "zed_actions",
 8772]
 8773
 8774[[package]]
 8775name = "install_cli"
 8776version = "0.1.0"
 8777dependencies = [
 8778 "anyhow",
 8779 "client",
 8780 "gpui",
 8781 "release_channel",
 8782 "smol",
 8783 "util",
 8784 "workspace",
 8785]
 8786
 8787[[package]]
 8788name = "instant"
 8789version = "0.1.13"
 8790source = "registry+https://github.com/rust-lang/crates.io-index"
 8791checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8792dependencies = [
 8793 "cfg-if",
 8794]
 8795
 8796[[package]]
 8797name = "interpolate_name"
 8798version = "0.2.4"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8801dependencies = [
 8802 "proc-macro2",
 8803 "quote",
 8804 "syn 2.0.117",
 8805]
 8806
 8807[[package]]
 8808name = "inventory"
 8809version = "0.3.21"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8812dependencies = [
 8813 "rustversion",
 8814]
 8815
 8816[[package]]
 8817name = "io-extras"
 8818version = "0.18.4"
 8819source = "registry+https://github.com/rust-lang/crates.io-index"
 8820checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8821dependencies = [
 8822 "io-lifetimes",
 8823 "windows-sys 0.59.0",
 8824]
 8825
 8826[[package]]
 8827name = "io-lifetimes"
 8828version = "2.0.4"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8831
 8832[[package]]
 8833name = "io-surface"
 8834version = "0.16.1"
 8835source = "registry+https://github.com/rust-lang/crates.io-index"
 8836checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8837dependencies = [
 8838 "cgl",
 8839 "core-foundation 0.10.0",
 8840 "core-foundation-sys",
 8841 "leaky-cow",
 8842]
 8843
 8844[[package]]
 8845name = "iovec"
 8846version = "0.1.4"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8849dependencies = [
 8850 "libc",
 8851]
 8852
 8853[[package]]
 8854name = "ipc-channel"
 8855version = "0.19.0"
 8856source = "registry+https://github.com/rust-lang/crates.io-index"
 8857checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8858dependencies = [
 8859 "bincode",
 8860 "crossbeam-channel",
 8861 "fnv",
 8862 "lazy_static",
 8863 "libc",
 8864 "mio 1.1.0",
 8865 "rand 0.8.5",
 8866 "serde",
 8867 "tempfile",
 8868 "uuid",
 8869 "windows 0.58.0",
 8870]
 8871
 8872[[package]]
 8873name = "ipnet"
 8874version = "2.11.0"
 8875source = "registry+https://github.com/rust-lang/crates.io-index"
 8876checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8877
 8878[[package]]
 8879name = "iri-string"
 8880version = "0.7.8"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8883dependencies = [
 8884 "memchr",
 8885 "serde",
 8886]
 8887
 8888[[package]]
 8889name = "is-docker"
 8890version = "0.2.0"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8893dependencies = [
 8894 "once_cell",
 8895]
 8896
 8897[[package]]
 8898name = "is-terminal"
 8899version = "0.4.16"
 8900source = "registry+https://github.com/rust-lang/crates.io-index"
 8901checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8902dependencies = [
 8903 "hermit-abi",
 8904 "libc",
 8905 "windows-sys 0.59.0",
 8906]
 8907
 8908[[package]]
 8909name = "is-wsl"
 8910version = "0.4.0"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8913dependencies = [
 8914 "is-docker",
 8915 "once_cell",
 8916]
 8917
 8918[[package]]
 8919name = "is_executable"
 8920version = "1.0.5"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8923dependencies = [
 8924 "windows-sys 0.60.2",
 8925]
 8926
 8927[[package]]
 8928name = "is_terminal_polyfill"
 8929version = "1.70.1"
 8930source = "registry+https://github.com/rust-lang/crates.io-index"
 8931checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8932
 8933[[package]]
 8934name = "itertools"
 8935version = "0.10.5"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8938dependencies = [
 8939 "either",
 8940]
 8941
 8942[[package]]
 8943name = "itertools"
 8944version = "0.11.0"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8947dependencies = [
 8948 "either",
 8949]
 8950
 8951[[package]]
 8952name = "itertools"
 8953version = "0.12.1"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8956dependencies = [
 8957 "either",
 8958]
 8959
 8960[[package]]
 8961name = "itertools"
 8962version = "0.14.0"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8965dependencies = [
 8966 "either",
 8967]
 8968
 8969[[package]]
 8970name = "itoa"
 8971version = "1.0.15"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8974
 8975[[package]]
 8976name = "jiff"
 8977version = "0.2.15"
 8978source = "registry+https://github.com/rust-lang/crates.io-index"
 8979checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8980dependencies = [
 8981 "jiff-static",
 8982 "log",
 8983 "portable-atomic",
 8984 "portable-atomic-util",
 8985 "serde",
 8986]
 8987
 8988[[package]]
 8989name = "jiff-static"
 8990version = "0.2.15"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8993dependencies = [
 8994 "proc-macro2",
 8995 "quote",
 8996 "syn 2.0.117",
 8997]
 8998
 8999[[package]]
 9000name = "jni"
 9001version = "0.21.1"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9004dependencies = [
 9005 "cesu8",
 9006 "cfg-if",
 9007 "combine",
 9008 "jni-sys",
 9009 "log",
 9010 "thiserror 1.0.69",
 9011 "walkdir",
 9012 "windows-sys 0.45.0",
 9013]
 9014
 9015[[package]]
 9016name = "jni-sys"
 9017version = "0.3.0"
 9018source = "registry+https://github.com/rust-lang/crates.io-index"
 9019checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9020
 9021[[package]]
 9022name = "jobserver"
 9023version = "0.1.34"
 9024source = "registry+https://github.com/rust-lang/crates.io-index"
 9025checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9026dependencies = [
 9027 "getrandom 0.3.4",
 9028 "libc",
 9029]
 9030
 9031[[package]]
 9032name = "journal"
 9033version = "0.1.0"
 9034dependencies = [
 9035 "anyhow",
 9036 "chrono",
 9037 "editor",
 9038 "gpui",
 9039 "log",
 9040 "serde",
 9041 "settings",
 9042 "shellexpand 2.1.2",
 9043 "workspace",
 9044]
 9045
 9046[[package]]
 9047name = "js-sys"
 9048version = "0.3.90"
 9049source = "registry+https://github.com/rust-lang/crates.io-index"
 9050checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9051dependencies = [
 9052 "once_cell",
 9053 "wasm-bindgen",
 9054]
 9055
 9056[[package]]
 9057name = "json5"
 9058version = "0.4.1"
 9059source = "registry+https://github.com/rust-lang/crates.io-index"
 9060checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9061dependencies = [
 9062 "pest",
 9063 "pest_derive",
 9064 "serde",
 9065]
 9066
 9067[[package]]
 9068name = "json_dotpath"
 9069version = "1.1.0"
 9070source = "registry+https://github.com/rust-lang/crates.io-index"
 9071checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9072dependencies = [
 9073 "serde",
 9074 "serde_derive",
 9075 "serde_json",
 9076 "thiserror 1.0.69",
 9077]
 9078
 9079[[package]]
 9080name = "json_schema_store"
 9081version = "0.1.0"
 9082dependencies = [
 9083 "anyhow",
 9084 "collections",
 9085 "dap",
 9086 "extension",
 9087 "gpui",
 9088 "language",
 9089 "parking_lot",
 9090 "paths",
 9091 "project",
 9092 "schemars",
 9093 "serde",
 9094 "serde_json",
 9095 "settings",
 9096 "snippet_provider",
 9097 "task",
 9098 "theme",
 9099 "util",
 9100]
 9101
 9102[[package]]
 9103name = "jsonschema"
 9104version = "0.37.4"
 9105source = "registry+https://github.com/rust-lang/crates.io-index"
 9106checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9107dependencies = [
 9108 "ahash 0.8.12",
 9109 "bytecount",
 9110 "data-encoding",
 9111 "email_address",
 9112 "fancy-regex 0.16.2",
 9113 "fraction",
 9114 "getrandom 0.3.4",
 9115 "idna",
 9116 "itoa",
 9117 "num-cmp",
 9118 "num-traits",
 9119 "percent-encoding",
 9120 "referencing",
 9121 "regex",
 9122 "regex-syntax",
 9123 "reqwest 0.12.24",
 9124 "serde",
 9125 "serde_json",
 9126 "unicode-general-category",
 9127 "uuid-simd",
 9128]
 9129
 9130[[package]]
 9131name = "jsonwebtoken"
 9132version = "10.3.0"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9135dependencies = [
 9136 "aws-lc-rs",
 9137 "base64 0.22.1",
 9138 "getrandom 0.2.16",
 9139 "js-sys",
 9140 "pem",
 9141 "serde",
 9142 "serde_json",
 9143 "signature 2.2.0",
 9144 "simple_asn1",
 9145]
 9146
 9147[[package]]
 9148name = "jupyter-protocol"
 9149version = "1.4.0"
 9150source = "registry+https://github.com/rust-lang/crates.io-index"
 9151checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9152dependencies = [
 9153 "async-trait",
 9154 "bytes 1.11.1",
 9155 "chrono",
 9156 "futures 0.3.32",
 9157 "serde",
 9158 "serde_json",
 9159 "thiserror 2.0.17",
 9160 "uuid",
 9161]
 9162
 9163[[package]]
 9164name = "jupyter-websocket-client"
 9165version = "1.0.0"
 9166source = "registry+https://github.com/rust-lang/crates.io-index"
 9167checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9168dependencies = [
 9169 "anyhow",
 9170 "async-trait",
 9171 "async-tungstenite",
 9172 "futures 0.3.32",
 9173 "jupyter-protocol",
 9174 "serde",
 9175 "serde_json",
 9176 "tokio",
 9177 "url",
 9178 "uuid",
 9179]
 9180
 9181[[package]]
 9182name = "keymap_editor"
 9183version = "0.1.0"
 9184dependencies = [
 9185 "anyhow",
 9186 "collections",
 9187 "command_palette",
 9188 "component",
 9189 "db",
 9190 "editor",
 9191 "fs",
 9192 "fuzzy",
 9193 "gpui",
 9194 "itertools 0.14.0",
 9195 "json_schema_store",
 9196 "language",
 9197 "log",
 9198 "menu",
 9199 "notifications",
 9200 "paths",
 9201 "project",
 9202 "search",
 9203 "serde",
 9204 "serde_json",
 9205 "settings",
 9206 "telemetry",
 9207 "tempfile",
 9208 "theme",
 9209 "theme_settings",
 9210 "tree-sitter-json",
 9211 "tree-sitter-rust",
 9212 "ui",
 9213 "ui_input",
 9214 "util",
 9215 "workspace",
 9216 "zed_actions",
 9217]
 9218
 9219[[package]]
 9220name = "khronos-egl"
 9221version = "6.0.0"
 9222source = "registry+https://github.com/rust-lang/crates.io-index"
 9223checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9224dependencies = [
 9225 "libc",
 9226 "libloading",
 9227 "pkg-config",
 9228]
 9229
 9230[[package]]
 9231name = "khronos_api"
 9232version = "3.1.0"
 9233source = "registry+https://github.com/rust-lang/crates.io-index"
 9234checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9235
 9236[[package]]
 9237name = "kqueue"
 9238version = "1.1.1"
 9239source = "registry+https://github.com/rust-lang/crates.io-index"
 9240checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9241dependencies = [
 9242 "kqueue-sys",
 9243 "libc",
 9244]
 9245
 9246[[package]]
 9247name = "kqueue-sys"
 9248version = "1.0.4"
 9249source = "registry+https://github.com/rust-lang/crates.io-index"
 9250checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9251dependencies = [
 9252 "bitflags 1.3.2",
 9253 "libc",
 9254]
 9255
 9256[[package]]
 9257name = "kurbo"
 9258version = "0.11.3"
 9259source = "registry+https://github.com/rust-lang/crates.io-index"
 9260checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9261dependencies = [
 9262 "arrayvec",
 9263 "euclid",
 9264 "smallvec",
 9265]
 9266
 9267[[package]]
 9268name = "kv-log-macro"
 9269version = "1.0.7"
 9270source = "registry+https://github.com/rust-lang/crates.io-index"
 9271checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9272dependencies = [
 9273 "log",
 9274]
 9275
 9276[[package]]
 9277name = "language"
 9278version = "0.1.0"
 9279dependencies = [
 9280 "anyhow",
 9281 "async-trait",
 9282 "clock",
 9283 "collections",
 9284 "criterion",
 9285 "ctor",
 9286 "diffy",
 9287 "ec4rs",
 9288 "encoding_rs",
 9289 "fs",
 9290 "futures 0.3.32",
 9291 "fuzzy",
 9292 "globset",
 9293 "gpui",
 9294 "http_client",
 9295 "imara-diff",
 9296 "indoc",
 9297 "itertools 0.14.0",
 9298 "language_core",
 9299 "log",
 9300 "lsp",
 9301 "parking_lot",
 9302 "postage",
 9303 "pretty_assertions",
 9304 "rand 0.9.2",
 9305 "regex",
 9306 "rpc",
 9307 "semver",
 9308 "serde",
 9309 "serde_json",
 9310 "settings",
 9311 "shellexpand 2.1.2",
 9312 "smallvec",
 9313 "smol",
 9314 "streaming-iterator",
 9315 "strsim",
 9316 "sum_tree",
 9317 "task",
 9318 "text",
 9319 "theme",
 9320 "theme_settings",
 9321 "toml 0.8.23",
 9322 "tracing",
 9323 "tree-sitter",
 9324 "tree-sitter-elixir",
 9325 "tree-sitter-embedded-template",
 9326 "tree-sitter-heex",
 9327 "tree-sitter-html",
 9328 "tree-sitter-json",
 9329 "tree-sitter-md",
 9330 "tree-sitter-python",
 9331 "tree-sitter-ruby",
 9332 "tree-sitter-rust",
 9333 "tree-sitter-typescript",
 9334 "unicase",
 9335 "unindent",
 9336 "util",
 9337 "watch",
 9338 "zlog",
 9339 "ztracing",
 9340]
 9341
 9342[[package]]
 9343name = "language_core"
 9344version = "0.1.0"
 9345dependencies = [
 9346 "anyhow",
 9347 "collections",
 9348 "gpui_shared_string",
 9349 "log",
 9350 "lsp",
 9351 "parking_lot",
 9352 "regex",
 9353 "schemars",
 9354 "serde",
 9355 "serde_json",
 9356 "toml 0.8.23",
 9357 "tree-sitter",
 9358 "util",
 9359]
 9360
 9361[[package]]
 9362name = "language_extension"
 9363version = "0.1.0"
 9364dependencies = [
 9365 "anyhow",
 9366 "async-trait",
 9367 "collections",
 9368 "extension",
 9369 "fs",
 9370 "futures 0.3.32",
 9371 "gpui",
 9372 "language",
 9373 "log",
 9374 "lsp",
 9375 "project",
 9376 "serde",
 9377 "serde_json",
 9378 "tracing",
 9379 "util",
 9380 "ztracing",
 9381]
 9382
 9383[[package]]
 9384name = "language_model"
 9385version = "0.1.0"
 9386dependencies = [
 9387 "anyhow",
 9388 "base64 0.22.1",
 9389 "collections",
 9390 "credentials_provider",
 9391 "env_var",
 9392 "futures 0.3.32",
 9393 "gpui",
 9394 "http_client",
 9395 "icons",
 9396 "image",
 9397 "language_model_core",
 9398 "log",
 9399 "parking_lot",
 9400 "serde",
 9401 "serde_json",
 9402 "thiserror 2.0.17",
 9403 "util",
 9404]
 9405
 9406[[package]]
 9407name = "language_model_core"
 9408version = "0.1.0"
 9409dependencies = [
 9410 "anyhow",
 9411 "cloud_llm_client",
 9412 "futures 0.3.32",
 9413 "gpui_shared_string",
 9414 "http_client",
 9415 "partial-json-fixer",
 9416 "schemars",
 9417 "serde",
 9418 "serde_json",
 9419 "smol",
 9420 "strum 0.27.2",
 9421 "thiserror 2.0.17",
 9422]
 9423
 9424[[package]]
 9425name = "language_models"
 9426version = "0.1.0"
 9427dependencies = [
 9428 "ai_onboarding",
 9429 "anthropic",
 9430 "anyhow",
 9431 "aws-config",
 9432 "aws-credential-types",
 9433 "aws_http_client",
 9434 "base64 0.22.1",
 9435 "bedrock",
 9436 "client",
 9437 "cloud_api_client",
 9438 "cloud_api_types",
 9439 "collections",
 9440 "component",
 9441 "convert_case 0.8.0",
 9442 "copilot",
 9443 "copilot_chat",
 9444 "copilot_ui",
 9445 "credentials_provider",
 9446 "deepseek",
 9447 "extension",
 9448 "extension_host",
 9449 "fs",
 9450 "futures 0.3.32",
 9451 "google_ai",
 9452 "gpui",
 9453 "gpui_tokio",
 9454 "http_client",
 9455 "language",
 9456 "language_model",
 9457 "language_models_cloud",
 9458 "lmstudio",
 9459 "log",
 9460 "menu",
 9461 "mistral",
 9462 "ollama",
 9463 "open_ai",
 9464 "open_router",
 9465 "opencode",
 9466 "pretty_assertions",
 9467 "release_channel",
 9468 "schemars",
 9469 "serde",
 9470 "serde_json",
 9471 "settings",
 9472 "smol",
 9473 "strum 0.27.2",
 9474 "tiktoken-rs",
 9475 "tokio",
 9476 "ui",
 9477 "ui_input",
 9478 "util",
 9479 "vercel",
 9480 "x_ai",
 9481]
 9482
 9483[[package]]
 9484name = "language_models_cloud"
 9485version = "0.1.0"
 9486dependencies = [
 9487 "anthropic",
 9488 "anyhow",
 9489 "cloud_llm_client",
 9490 "futures 0.3.32",
 9491 "google_ai",
 9492 "gpui",
 9493 "http_client",
 9494 "language_model",
 9495 "open_ai",
 9496 "schemars",
 9497 "semver",
 9498 "serde",
 9499 "serde_json",
 9500 "smol",
 9501 "thiserror 2.0.17",
 9502 "x_ai",
 9503]
 9504
 9505[[package]]
 9506name = "language_onboarding"
 9507version = "0.1.0"
 9508dependencies = [
 9509 "db",
 9510 "editor",
 9511 "gpui",
 9512 "project",
 9513 "ui",
 9514 "workspace",
 9515]
 9516
 9517[[package]]
 9518name = "language_selector"
 9519version = "0.1.0"
 9520dependencies = [
 9521 "anyhow",
 9522 "editor",
 9523 "file_icons",
 9524 "fuzzy",
 9525 "gpui",
 9526 "language",
 9527 "open_path_prompt",
 9528 "picker",
 9529 "project",
 9530 "serde_json",
 9531 "settings",
 9532 "ui",
 9533 "util",
 9534 "workspace",
 9535]
 9536
 9537[[package]]
 9538name = "language_tools"
 9539version = "0.1.0"
 9540dependencies = [
 9541 "anyhow",
 9542 "client",
 9543 "collections",
 9544 "command_palette_hooks",
 9545 "edit_prediction",
 9546 "editor",
 9547 "futures 0.3.32",
 9548 "gpui",
 9549 "itertools 0.14.0",
 9550 "language",
 9551 "lsp",
 9552 "menu",
 9553 "project",
 9554 "proto",
 9555 "release_channel",
 9556 "semver",
 9557 "serde_json",
 9558 "settings",
 9559 "sysinfo 0.37.2",
 9560 "telemetry",
 9561 "theme",
 9562 "theme_settings",
 9563 "tree-sitter",
 9564 "ui",
 9565 "util",
 9566 "workspace",
 9567 "zed_actions",
 9568 "zlog",
 9569]
 9570
 9571[[package]]
 9572name = "languages"
 9573version = "0.1.0"
 9574dependencies = [
 9575 "anyhow",
 9576 "async-compression",
 9577 "async-fs",
 9578 "async-tar",
 9579 "async-trait",
 9580 "chrono",
 9581 "collections",
 9582 "fs",
 9583 "futures 0.3.32",
 9584 "globset",
 9585 "gpui",
 9586 "grammars",
 9587 "http_client",
 9588 "itertools 0.14.0",
 9589 "json_schema_store",
 9590 "language",
 9591 "log",
 9592 "lsp",
 9593 "node_runtime",
 9594 "parking_lot",
 9595 "pet",
 9596 "pet-conda",
 9597 "pet-core",
 9598 "pet-fs",
 9599 "pet-poetry",
 9600 "pet-reporter",
 9601 "pet-virtualenv",
 9602 "pretty_assertions",
 9603 "project",
 9604 "regex",
 9605 "rope",
 9606 "semver",
 9607 "serde",
 9608 "serde_json",
 9609 "serde_json_lenient",
 9610 "settings",
 9611 "smallvec",
 9612 "smol",
 9613 "snippet",
 9614 "task",
 9615 "terminal",
 9616 "theme",
 9617 "tree-sitter",
 9618 "tree-sitter-bash",
 9619 "tree-sitter-c",
 9620 "tree-sitter-cpp",
 9621 "tree-sitter-css",
 9622 "tree-sitter-gitcommit",
 9623 "tree-sitter-go",
 9624 "tree-sitter-python",
 9625 "tree-sitter-rust",
 9626 "tree-sitter-typescript",
 9627 "unindent",
 9628 "url",
 9629 "util",
 9630]
 9631
 9632[[package]]
 9633name = "lazy_static"
 9634version = "1.5.0"
 9635source = "registry+https://github.com/rust-lang/crates.io-index"
 9636checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9637dependencies = [
 9638 "spin 0.9.8",
 9639]
 9640
 9641[[package]]
 9642name = "leak"
 9643version = "0.1.2"
 9644source = "registry+https://github.com/rust-lang/crates.io-index"
 9645checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9646
 9647[[package]]
 9648name = "leaky-cow"
 9649version = "0.1.1"
 9650source = "registry+https://github.com/rust-lang/crates.io-index"
 9651checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9652dependencies = [
 9653 "leak",
 9654]
 9655
 9656[[package]]
 9657name = "leb128"
 9658version = "0.2.5"
 9659source = "registry+https://github.com/rust-lang/crates.io-index"
 9660checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9661
 9662[[package]]
 9663name = "leb128fmt"
 9664version = "0.1.0"
 9665source = "registry+https://github.com/rust-lang/crates.io-index"
 9666checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9667
 9668[[package]]
 9669name = "lebe"
 9670version = "0.5.3"
 9671source = "registry+https://github.com/rust-lang/crates.io-index"
 9672checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9673
 9674[[package]]
 9675name = "libbz2-rs-sys"
 9676version = "0.2.2"
 9677source = "registry+https://github.com/rust-lang/crates.io-index"
 9678checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9679
 9680[[package]]
 9681name = "libc"
 9682version = "0.2.182"
 9683source = "registry+https://github.com/rust-lang/crates.io-index"
 9684checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9685
 9686[[package]]
 9687name = "libdbus-sys"
 9688version = "0.2.6"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9691dependencies = [
 9692 "cc",
 9693 "pkg-config",
 9694]
 9695
 9696[[package]]
 9697name = "libfuzzer-sys"
 9698version = "0.4.10"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9701dependencies = [
 9702 "arbitrary",
 9703 "cc",
 9704]
 9705
 9706[[package]]
 9707name = "libgit2-sys"
 9708version = "0.18.3+1.9.2"
 9709source = "registry+https://github.com/rust-lang/crates.io-index"
 9710checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9711dependencies = [
 9712 "cc",
 9713 "libc",
 9714 "libz-sys",
 9715 "pkg-config",
 9716]
 9717
 9718[[package]]
 9719name = "libloading"
 9720version = "0.8.9"
 9721source = "registry+https://github.com/rust-lang/crates.io-index"
 9722checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9723dependencies = [
 9724 "cfg-if",
 9725 "windows-link 0.2.1",
 9726]
 9727
 9728[[package]]
 9729name = "libm"
 9730version = "0.2.15"
 9731source = "registry+https://github.com/rust-lang/crates.io-index"
 9732checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9733
 9734[[package]]
 9735name = "libmimalloc-sys"
 9736version = "0.1.44"
 9737source = "registry+https://github.com/rust-lang/crates.io-index"
 9738checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9739dependencies = [
 9740 "cc",
 9741 "libc",
 9742]
 9743
 9744[[package]]
 9745name = "libredox"
 9746version = "0.1.10"
 9747source = "registry+https://github.com/rust-lang/crates.io-index"
 9748checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9749dependencies = [
 9750 "bitflags 2.10.0",
 9751 "libc",
 9752 "redox_syscall 0.5.18",
 9753]
 9754
 9755[[package]]
 9756name = "libsqlite3-sys"
 9757version = "0.30.1"
 9758source = "registry+https://github.com/rust-lang/crates.io-index"
 9759checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9760dependencies = [
 9761 "cc",
 9762 "pkg-config",
 9763 "vcpkg",
 9764]
 9765
 9766[[package]]
 9767name = "libwebrtc"
 9768version = "0.3.26"
 9769source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9770dependencies = [
 9771 "cxx",
 9772 "glib",
 9773 "jni",
 9774 "js-sys",
 9775 "lazy_static",
 9776 "livekit-protocol",
 9777 "livekit-runtime",
 9778 "log",
 9779 "parking_lot",
 9780 "serde",
 9781 "serde_json",
 9782 "thiserror 1.0.69",
 9783 "tokio",
 9784 "wasm-bindgen",
 9785 "wasm-bindgen-futures",
 9786 "web-sys",
 9787 "webrtc-sys",
 9788]
 9789
 9790[[package]]
 9791name = "libz-sys"
 9792version = "1.1.22"
 9793source = "registry+https://github.com/rust-lang/crates.io-index"
 9794checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9795dependencies = [
 9796 "cc",
 9797 "libc",
 9798 "pkg-config",
 9799 "vcpkg",
 9800]
 9801
 9802[[package]]
 9803name = "line_ending_selector"
 9804version = "0.1.0"
 9805dependencies = [
 9806 "editor",
 9807 "gpui",
 9808 "language",
 9809 "picker",
 9810 "project",
 9811 "ui",
 9812 "util",
 9813 "workspace",
 9814]
 9815
 9816[[package]]
 9817name = "linebender_resource_handle"
 9818version = "0.1.1"
 9819source = "registry+https://github.com/rust-lang/crates.io-index"
 9820checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9821
 9822[[package]]
 9823name = "link-cplusplus"
 9824version = "1.0.12"
 9825source = "registry+https://github.com/rust-lang/crates.io-index"
 9826checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9827dependencies = [
 9828 "cc",
 9829]
 9830
 9831[[package]]
 9832name = "linkify"
 9833version = "0.10.0"
 9834source = "registry+https://github.com/rust-lang/crates.io-index"
 9835checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9836dependencies = [
 9837 "memchr",
 9838]
 9839
 9840[[package]]
 9841name = "linux-raw-sys"
 9842version = "0.4.15"
 9843source = "registry+https://github.com/rust-lang/crates.io-index"
 9844checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9845
 9846[[package]]
 9847name = "linux-raw-sys"
 9848version = "0.11.0"
 9849source = "registry+https://github.com/rust-lang/crates.io-index"
 9850checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9851
 9852[[package]]
 9853name = "litemap"
 9854version = "0.8.0"
 9855source = "registry+https://github.com/rust-lang/crates.io-index"
 9856checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9857
 9858[[package]]
 9859name = "litrs"
 9860version = "1.0.0"
 9861source = "registry+https://github.com/rust-lang/crates.io-index"
 9862checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9863
 9864[[package]]
 9865name = "livekit"
 9866version = "0.7.32"
 9867source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9868dependencies = [
 9869 "base64 0.22.1",
 9870 "bmrng",
 9871 "bytes 1.11.1",
 9872 "chrono",
 9873 "futures-util",
 9874 "lazy_static",
 9875 "libloading",
 9876 "libwebrtc",
 9877 "livekit-api",
 9878 "livekit-protocol",
 9879 "livekit-runtime",
 9880 "log",
 9881 "parking_lot",
 9882 "prost 0.12.6",
 9883 "semver",
 9884 "serde",
 9885 "serde_json",
 9886 "thiserror 1.0.69",
 9887 "tokio",
 9888]
 9889
 9890[[package]]
 9891name = "livekit-api"
 9892version = "0.4.14"
 9893source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9894dependencies = [
 9895 "base64 0.21.7",
 9896 "futures-util",
 9897 "http 1.3.1",
 9898 "livekit-protocol",
 9899 "livekit-runtime",
 9900 "log",
 9901 "parking_lot",
 9902 "pbjson-types",
 9903 "prost 0.12.6",
 9904 "rand 0.9.2",
 9905 "reqwest 0.12.24",
 9906 "rustls-native-certs 0.6.3",
 9907 "scopeguard",
 9908 "serde",
 9909 "sha2",
 9910 "thiserror 1.0.69",
 9911 "tokio",
 9912 "tokio-rustls 0.26.2",
 9913 "tokio-tungstenite 0.28.0",
 9914 "url",
 9915]
 9916
 9917[[package]]
 9918name = "livekit-protocol"
 9919version = "0.7.1"
 9920source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9921dependencies = [
 9922 "futures-util",
 9923 "livekit-runtime",
 9924 "parking_lot",
 9925 "pbjson",
 9926 "pbjson-types",
 9927 "prost 0.12.6",
 9928 "serde",
 9929 "thiserror 1.0.69",
 9930 "tokio",
 9931]
 9932
 9933[[package]]
 9934name = "livekit-runtime"
 9935version = "0.4.0"
 9936source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9937dependencies = [
 9938 "tokio",
 9939 "tokio-stream",
 9940]
 9941
 9942[[package]]
 9943name = "livekit_api"
 9944version = "0.1.0"
 9945dependencies = [
 9946 "anyhow",
 9947 "async-trait",
 9948 "jsonwebtoken",
 9949 "log",
 9950 "prost 0.9.0",
 9951 "prost-build 0.9.0",
 9952 "prost-types 0.9.0",
 9953 "serde",
 9954 "zed-reqwest",
 9955]
 9956
 9957[[package]]
 9958name = "livekit_client"
 9959version = "0.1.0"
 9960dependencies = [
 9961 "anyhow",
 9962 "async-trait",
 9963 "audio",
 9964 "cocoa 0.26.0",
 9965 "collections",
 9966 "core-foundation 0.10.0",
 9967 "core-video",
 9968 "coreaudio-rs 0.12.1",
 9969 "cpal",
 9970 "futures 0.3.32",
 9971 "gpui",
 9972 "gpui_platform",
 9973 "gpui_tokio",
 9974 "http_client_tls",
 9975 "image",
 9976 "libwebrtc",
 9977 "livekit",
 9978 "livekit_api",
 9979 "log",
 9980 "nanoid",
 9981 "objc",
 9982 "parking_lot",
 9983 "postage",
 9984 "rodio",
 9985 "serde",
 9986 "serde_json",
 9987 "serde_urlencoded",
 9988 "settings",
 9989 "simplelog",
 9990 "smallvec",
 9991 "tokio",
 9992 "ui",
 9993 "util",
 9994 "webrtc-sys",
 9995 "zed-scap",
 9996]
 9997
 9998[[package]]
 9999name = "lmdb-master-sys"
10000version = "0.2.5"
10001source = "registry+https://github.com/rust-lang/crates.io-index"
10002checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10003dependencies = [
10004 "cc",
10005 "doxygen-rs",
10006 "libc",
10007]
10008
10009[[package]]
10010name = "lmstudio"
10011version = "0.1.0"
10012dependencies = [
10013 "anyhow",
10014 "futures 0.3.32",
10015 "http_client",
10016 "schemars",
10017 "serde",
10018 "serde_json",
10019]
10020
10021[[package]]
10022name = "lock_api"
10023version = "0.4.14"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10026dependencies = [
10027 "scopeguard",
10028]
10029
10030[[package]]
10031name = "log"
10032version = "0.4.29"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10035dependencies = [
10036 "serde_core",
10037 "value-bag",
10038]
10039
10040[[package]]
10041name = "loom"
10042version = "0.7.2"
10043source = "registry+https://github.com/rust-lang/crates.io-index"
10044checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10045dependencies = [
10046 "cfg-if",
10047 "generator",
10048 "scoped-tls",
10049 "tracing",
10050 "tracing-subscriber",
10051]
10052
10053[[package]]
10054name = "loop9"
10055version = "0.1.5"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10058dependencies = [
10059 "imgref",
10060]
10061
10062[[package]]
10063name = "lru"
10064version = "0.12.5"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10067dependencies = [
10068 "hashbrown 0.15.5",
10069]
10070
10071[[package]]
10072name = "lru-slab"
10073version = "0.1.2"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10076
10077[[package]]
10078name = "lsp"
10079version = "0.1.0"
10080dependencies = [
10081 "anyhow",
10082 "async-pipe",
10083 "collections",
10084 "ctor",
10085 "futures 0.3.32",
10086 "gpui",
10087 "gpui_util",
10088 "log",
10089 "lsp-types",
10090 "parking_lot",
10091 "postage",
10092 "release_channel",
10093 "schemars",
10094 "semver",
10095 "serde",
10096 "serde_json",
10097 "smol",
10098 "util",
10099 "zlog",
10100]
10101
10102[[package]]
10103name = "lsp-types"
10104version = "0.95.1"
10105source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10106dependencies = [
10107 "bitflags 1.3.2",
10108 "serde",
10109 "serde_json",
10110 "url",
10111]
10112
10113[[package]]
10114name = "lyon"
10115version = "1.0.16"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10118dependencies = [
10119 "lyon_algorithms",
10120 "lyon_extra",
10121 "lyon_tessellation",
10122]
10123
10124[[package]]
10125name = "lyon_algorithms"
10126version = "1.0.16"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10129dependencies = [
10130 "lyon_path",
10131 "num-traits",
10132]
10133
10134[[package]]
10135name = "lyon_extra"
10136version = "1.0.3"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10139dependencies = [
10140 "lyon_path",
10141 "thiserror 1.0.69",
10142]
10143
10144[[package]]
10145name = "lyon_geom"
10146version = "1.0.17"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10149dependencies = [
10150 "arrayvec",
10151 "euclid",
10152 "num-traits",
10153]
10154
10155[[package]]
10156name = "lyon_path"
10157version = "1.0.16"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10160dependencies = [
10161 "lyon_geom",
10162 "num-traits",
10163]
10164
10165[[package]]
10166name = "lyon_tessellation"
10167version = "1.0.16"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10170dependencies = [
10171 "float_next_after",
10172 "lyon_path",
10173 "num-traits",
10174]
10175
10176[[package]]
10177name = "mac"
10178version = "0.1.1"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10181
10182[[package]]
10183name = "mach2"
10184version = "0.4.3"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10187dependencies = [
10188 "libc",
10189]
10190
10191[[package]]
10192name = "mach2"
10193version = "0.5.0"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10196dependencies = [
10197 "libc",
10198]
10199
10200[[package]]
10201name = "malloc_buf"
10202version = "0.0.6"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10205dependencies = [
10206 "libc",
10207]
10208
10209[[package]]
10210name = "maplit"
10211version = "1.0.2"
10212source = "registry+https://github.com/rust-lang/crates.io-index"
10213checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10214
10215[[package]]
10216name = "markdown"
10217version = "0.1.0"
10218dependencies = [
10219 "anyhow",
10220 "assets",
10221 "base64 0.22.1",
10222 "collections",
10223 "env_logger 0.11.8",
10224 "fs",
10225 "futures 0.3.32",
10226 "gpui",
10227 "gpui_platform",
10228 "html5ever 0.27.0",
10229 "language",
10230 "languages",
10231 "linkify",
10232 "log",
10233 "markup5ever_rcdom",
10234 "mermaid-rs-renderer",
10235 "node_runtime",
10236 "pulldown-cmark 0.13.0",
10237 "settings",
10238 "stacksafe",
10239 "sum_tree",
10240 "theme",
10241 "theme_settings",
10242 "ui",
10243 "util",
10244]
10245
10246[[package]]
10247name = "markdown_preview"
10248version = "0.1.0"
10249dependencies = [
10250 "anyhow",
10251 "editor",
10252 "gpui",
10253 "language",
10254 "log",
10255 "markdown",
10256 "project",
10257 "settings",
10258 "tempfile",
10259 "theme_settings",
10260 "ui",
10261 "urlencoding",
10262 "util",
10263 "workspace",
10264 "zed_actions",
10265]
10266
10267[[package]]
10268name = "markup5ever"
10269version = "0.12.1"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10272dependencies = [
10273 "log",
10274 "phf 0.11.3",
10275 "phf_codegen",
10276 "string_cache",
10277 "string_cache_codegen",
10278 "tendril",
10279]
10280
10281[[package]]
10282name = "markup5ever"
10283version = "0.35.0"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10286dependencies = [
10287 "log",
10288 "tendril",
10289 "web_atoms",
10290]
10291
10292[[package]]
10293name = "markup5ever_rcdom"
10294version = "0.3.0"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10297dependencies = [
10298 "html5ever 0.27.0",
10299 "markup5ever 0.12.1",
10300 "tendril",
10301 "xml5ever",
10302]
10303
10304[[package]]
10305name = "match_token"
10306version = "0.35.0"
10307source = "registry+https://github.com/rust-lang/crates.io-index"
10308checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10309dependencies = [
10310 "proc-macro2",
10311 "quote",
10312 "syn 2.0.117",
10313]
10314
10315[[package]]
10316name = "matchers"
10317version = "0.2.0"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10320dependencies = [
10321 "regex-automata",
10322]
10323
10324[[package]]
10325name = "matchit"
10326version = "0.7.3"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10329
10330[[package]]
10331name = "maybe-owned"
10332version = "0.3.4"
10333source = "registry+https://github.com/rust-lang/crates.io-index"
10334checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10335
10336[[package]]
10337name = "maybe-rayon"
10338version = "0.1.1"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10341dependencies = [
10342 "cfg-if",
10343 "rayon",
10344]
10345
10346[[package]]
10347name = "md-5"
10348version = "0.10.6"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10351dependencies = [
10352 "cfg-if",
10353 "digest",
10354]
10355
10356[[package]]
10357name = "mdbook"
10358version = "0.4.40"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10361dependencies = [
10362 "ammonia",
10363 "anyhow",
10364 "chrono",
10365 "clap",
10366 "clap_complete",
10367 "elasticlunr-rs",
10368 "env_logger 0.11.8",
10369 "futures-util",
10370 "handlebars 5.1.2",
10371 "ignore",
10372 "log",
10373 "memchr",
10374 "notify 6.1.1",
10375 "notify-debouncer-mini",
10376 "once_cell",
10377 "opener",
10378 "pathdiff",
10379 "pulldown-cmark 0.10.3",
10380 "regex",
10381 "serde",
10382 "serde_json",
10383 "shlex",
10384 "tempfile",
10385 "tokio",
10386 "toml 0.5.11",
10387 "topological-sort",
10388 "walkdir",
10389 "warp",
10390]
10391
10392[[package]]
10393name = "media"
10394version = "0.1.0"
10395dependencies = [
10396 "anyhow",
10397 "bindgen 0.71.1",
10398 "core-foundation 0.10.0",
10399 "core-video",
10400 "ctor",
10401 "foreign-types 0.5.0",
10402 "metal",
10403 "objc",
10404]
10405
10406[[package]]
10407name = "memchr"
10408version = "2.7.6"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10411
10412[[package]]
10413name = "memfd"
10414version = "0.6.5"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10417dependencies = [
10418 "rustix 1.1.2",
10419]
10420
10421[[package]]
10422name = "memmap2"
10423version = "0.9.8"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10426dependencies = [
10427 "libc",
10428 "stable_deref_trait",
10429]
10430
10431[[package]]
10432name = "memoffset"
10433version = "0.9.1"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10436dependencies = [
10437 "autocfg",
10438]
10439
10440[[package]]
10441name = "menu"
10442version = "0.1.0"
10443dependencies = [
10444 "gpui",
10445]
10446
10447[[package]]
10448name = "merge"
10449version = "0.1.0"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10452dependencies = [
10453 "merge_derive",
10454 "num-traits",
10455]
10456
10457[[package]]
10458name = "merge_derive"
10459version = "0.1.0"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10462dependencies = [
10463 "proc-macro-error",
10464 "proc-macro2",
10465 "quote",
10466 "syn 1.0.109",
10467]
10468
10469[[package]]
10470name = "mermaid-rs-renderer"
10471version = "0.2.0"
10472source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10473dependencies = [
10474 "anyhow",
10475 "fontdb 0.16.2",
10476 "json5",
10477 "once_cell",
10478 "regex",
10479 "serde",
10480 "serde_json",
10481 "thiserror 2.0.17",
10482 "ttf-parser 0.20.0",
10483]
10484
10485[[package]]
10486name = "metal"
10487version = "0.33.0"
10488source = "registry+https://github.com/rust-lang/crates.io-index"
10489checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10490dependencies = [
10491 "bitflags 2.10.0",
10492 "block",
10493 "core-graphics-types 0.2.0",
10494 "foreign-types 0.5.0",
10495 "log",
10496 "objc",
10497 "paste",
10498]
10499
10500[[package]]
10501name = "migrator"
10502version = "0.1.0"
10503dependencies = [
10504 "anyhow",
10505 "collections",
10506 "convert_case 0.8.0",
10507 "log",
10508 "pretty_assertions",
10509 "serde_json",
10510 "serde_json_lenient",
10511 "settings_content",
10512 "settings_json",
10513 "streaming-iterator",
10514 "tree-sitter",
10515 "tree-sitter-json",
10516 "unindent",
10517]
10518
10519[[package]]
10520name = "mimalloc"
10521version = "0.1.48"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10524dependencies = [
10525 "libmimalloc-sys",
10526]
10527
10528[[package]]
10529name = "mime"
10530version = "0.3.17"
10531source = "registry+https://github.com/rust-lang/crates.io-index"
10532checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10533
10534[[package]]
10535name = "mime_guess"
10536version = "2.0.5"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10539dependencies = [
10540 "mime",
10541 "unicase",
10542]
10543
10544[[package]]
10545name = "minidump-common"
10546version = "0.26.1"
10547source = "registry+https://github.com/rust-lang/crates.io-index"
10548checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10549dependencies = [
10550 "bitflags 2.10.0",
10551 "debugid",
10552 "num-derive",
10553 "num-traits",
10554 "range-map",
10555 "scroll",
10556 "smart-default",
10557]
10558
10559[[package]]
10560name = "minidump-writer"
10561version = "0.11.0"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10564dependencies = [
10565 "bitflags 2.10.0",
10566 "byteorder",
10567 "cfg-if",
10568 "crash-context",
10569 "error-graph",
10570 "failspot",
10571 "goblin",
10572 "libc",
10573 "log",
10574 "mach2 0.4.3",
10575 "memmap2",
10576 "memoffset",
10577 "minidump-common",
10578 "nix 0.29.0",
10579 "procfs-core",
10580 "scroll",
10581 "serde",
10582 "serde_json",
10583 "tempfile",
10584 "thiserror 2.0.17",
10585]
10586
10587[[package]]
10588name = "minidumper"
10589version = "0.9.0"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10592dependencies = [
10593 "cfg-if",
10594 "crash-context",
10595 "libc",
10596 "log",
10597 "minidump-writer",
10598 "parking_lot",
10599 "polling",
10600 "scroll",
10601 "thiserror 2.0.17",
10602 "uds",
10603]
10604
10605[[package]]
10606name = "minimal-lexical"
10607version = "0.2.1"
10608source = "registry+https://github.com/rust-lang/crates.io-index"
10609checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10610
10611[[package]]
10612name = "miniprofiler_ui"
10613version = "0.1.0"
10614dependencies = [
10615 "gpui",
10616 "rpc",
10617 "serde_json",
10618 "smol",
10619 "theme_settings",
10620 "util",
10621 "workspace",
10622 "zed_actions",
10623]
10624
10625[[package]]
10626name = "miniz_oxide"
10627version = "0.8.9"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10630dependencies = [
10631 "adler2",
10632 "simd-adler32",
10633]
10634
10635[[package]]
10636name = "mio"
10637version = "0.8.11"
10638source = "registry+https://github.com/rust-lang/crates.io-index"
10639checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10640dependencies = [
10641 "libc",
10642 "log",
10643 "wasi",
10644 "windows-sys 0.48.0",
10645]
10646
10647[[package]]
10648name = "mio"
10649version = "1.1.0"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10652dependencies = [
10653 "libc",
10654 "log",
10655 "wasi",
10656 "windows-sys 0.61.2",
10657]
10658
10659[[package]]
10660name = "miow"
10661version = "0.6.1"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10664dependencies = [
10665 "windows-sys 0.61.2",
10666]
10667
10668[[package]]
10669name = "mistral"
10670version = "0.1.0"
10671dependencies = [
10672 "anyhow",
10673 "futures 0.3.32",
10674 "http_client",
10675 "schemars",
10676 "serde",
10677 "serde_json",
10678 "strum 0.27.2",
10679]
10680
10681[[package]]
10682name = "moka"
10683version = "0.12.11"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10686dependencies = [
10687 "crossbeam-channel",
10688 "crossbeam-epoch",
10689 "crossbeam-utils",
10690 "equivalent",
10691 "parking_lot",
10692 "portable-atomic",
10693 "rustc_version",
10694 "smallvec",
10695 "tagptr",
10696 "uuid",
10697]
10698
10699[[package]]
10700name = "moxcms"
10701version = "0.7.7"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10704dependencies = [
10705 "num-traits",
10706 "pxfm",
10707]
10708
10709[[package]]
10710name = "msvc_spectre_libs"
10711version = "0.1.3"
10712source = "registry+https://github.com/rust-lang/crates.io-index"
10713checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10714dependencies = [
10715 "cc",
10716]
10717
10718[[package]]
10719name = "multi_buffer"
10720version = "0.1.0"
10721dependencies = [
10722 "anyhow",
10723 "buffer_diff",
10724 "clock",
10725 "collections",
10726 "ctor",
10727 "gpui",
10728 "indoc",
10729 "itertools 0.14.0",
10730 "language",
10731 "log",
10732 "parking_lot",
10733 "pretty_assertions",
10734 "rand 0.9.2",
10735 "rope",
10736 "serde",
10737 "settings",
10738 "smallvec",
10739 "smol",
10740 "sum_tree",
10741 "text",
10742 "theme",
10743 "tracing",
10744 "tree-sitter",
10745 "unicode-segmentation",
10746 "util",
10747 "zlog",
10748 "ztracing",
10749]
10750
10751[[package]]
10752name = "multimap"
10753version = "0.8.3"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10756
10757[[package]]
10758name = "naga"
10759version = "29.0.0"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10762dependencies = [
10763 "arrayvec",
10764 "bit-set 0.9.1",
10765 "bitflags 2.10.0",
10766 "cfg-if",
10767 "cfg_aliases 0.2.1",
10768 "codespan-reporting",
10769 "half",
10770 "hashbrown 0.16.1",
10771 "hexf-parse",
10772 "indexmap",
10773 "libm",
10774 "log",
10775 "num-traits",
10776 "once_cell",
10777 "rustc-hash 1.1.0",
10778 "thiserror 2.0.17",
10779 "unicode-ident",
10780]
10781
10782[[package]]
10783name = "naga"
10784version = "29.0.0"
10785source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10786dependencies = [
10787 "arrayvec",
10788 "bit-set 0.9.1",
10789 "bitflags 2.10.0",
10790 "cfg-if",
10791 "cfg_aliases 0.2.1",
10792 "codespan-reporting",
10793 "half",
10794 "hashbrown 0.16.1",
10795 "hexf-parse",
10796 "indexmap",
10797 "libm",
10798 "log",
10799 "num-traits",
10800 "once_cell",
10801 "rustc-hash 1.1.0",
10802 "spirv",
10803 "thiserror 2.0.17",
10804 "unicode-ident",
10805]
10806
10807[[package]]
10808name = "nanoid"
10809version = "0.4.0"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10812dependencies = [
10813 "rand 0.8.5",
10814]
10815
10816[[package]]
10817name = "nanorand"
10818version = "0.7.0"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10821dependencies = [
10822 "getrandom 0.2.16",
10823]
10824
10825[[package]]
10826name = "native-tls"
10827version = "0.2.14"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10830dependencies = [
10831 "libc",
10832 "log",
10833 "openssl",
10834 "openssl-probe",
10835 "openssl-sys",
10836 "schannel",
10837 "security-framework 2.11.1",
10838 "security-framework-sys",
10839 "tempfile",
10840]
10841
10842[[package]]
10843name = "nbformat"
10844version = "1.2.0"
10845source = "registry+https://github.com/rust-lang/crates.io-index"
10846checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10847dependencies = [
10848 "anyhow",
10849 "chrono",
10850 "jupyter-protocol",
10851 "serde",
10852 "serde_json",
10853 "thiserror 1.0.69",
10854 "uuid",
10855]
10856
10857[[package]]
10858name = "nc"
10859version = "0.1.0"
10860dependencies = [
10861 "anyhow",
10862 "futures 0.3.32",
10863 "net",
10864 "smol",
10865]
10866
10867[[package]]
10868name = "ndk"
10869version = "0.9.0"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10872dependencies = [
10873 "bitflags 2.10.0",
10874 "jni-sys",
10875 "log",
10876 "ndk-sys",
10877 "num_enum",
10878 "thiserror 1.0.69",
10879]
10880
10881[[package]]
10882name = "ndk-context"
10883version = "0.1.1"
10884source = "registry+https://github.com/rust-lang/crates.io-index"
10885checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10886
10887[[package]]
10888name = "ndk-sys"
10889version = "0.6.0+11769913"
10890source = "registry+https://github.com/rust-lang/crates.io-index"
10891checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10892dependencies = [
10893 "jni-sys",
10894]
10895
10896[[package]]
10897name = "net"
10898version = "0.1.0"
10899dependencies = [
10900 "anyhow",
10901 "async-io",
10902 "smol",
10903 "tempfile",
10904 "windows 0.61.3",
10905]
10906
10907[[package]]
10908name = "new_debug_unreachable"
10909version = "1.0.6"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10912
10913[[package]]
10914name = "nix"
10915version = "0.28.0"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10918dependencies = [
10919 "bitflags 2.10.0",
10920 "cfg-if",
10921 "cfg_aliases 0.1.1",
10922 "libc",
10923]
10924
10925[[package]]
10926name = "nix"
10927version = "0.29.0"
10928source = "registry+https://github.com/rust-lang/crates.io-index"
10929checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10930dependencies = [
10931 "bitflags 2.10.0",
10932 "cfg-if",
10933 "cfg_aliases 0.2.1",
10934 "libc",
10935]
10936
10937[[package]]
10938name = "nix"
10939version = "0.30.1"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10942dependencies = [
10943 "bitflags 2.10.0",
10944 "cfg-if",
10945 "cfg_aliases 0.2.1",
10946 "libc",
10947]
10948
10949[[package]]
10950name = "node_runtime"
10951version = "0.1.0"
10952dependencies = [
10953 "anyhow",
10954 "async-compression",
10955 "async-std",
10956 "async-tar",
10957 "async-trait",
10958 "futures 0.3.32",
10959 "http_client",
10960 "log",
10961 "paths",
10962 "semver",
10963 "serde",
10964 "serde_json",
10965 "smol",
10966 "util",
10967 "watch",
10968 "which 6.0.3",
10969]
10970
10971[[package]]
10972name = "nom"
10973version = "7.1.3"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10976dependencies = [
10977 "memchr",
10978 "minimal-lexical",
10979]
10980
10981[[package]]
10982name = "nom"
10983version = "8.0.0"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10986dependencies = [
10987 "memchr",
10988]
10989
10990[[package]]
10991name = "noop_proc_macro"
10992version = "0.3.0"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10995
10996[[package]]
10997name = "normpath"
10998version = "1.5.0"
10999source = "registry+https://github.com/rust-lang/crates.io-index"
11000checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11001dependencies = [
11002 "windows-sys 0.61.2",
11003]
11004
11005[[package]]
11006name = "notifications"
11007version = "0.1.0"
11008dependencies = [
11009 "anyhow",
11010 "channel",
11011 "client",
11012 "component",
11013 "db",
11014 "gpui",
11015 "rpc",
11016 "sum_tree",
11017 "time",
11018 "ui",
11019 "util",
11020 "workspace",
11021 "zed_actions",
11022]
11023
11024[[package]]
11025name = "notify"
11026version = "6.1.1"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11029dependencies = [
11030 "bitflags 2.10.0",
11031 "crossbeam-channel",
11032 "filetime",
11033 "fsevent-sys",
11034 "inotify 0.9.6",
11035 "kqueue",
11036 "libc",
11037 "log",
11038 "mio 0.8.11",
11039 "walkdir",
11040 "windows-sys 0.48.0",
11041]
11042
11043[[package]]
11044name = "notify"
11045version = "8.2.0"
11046source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11047dependencies = [
11048 "bitflags 2.10.0",
11049 "fsevent-sys",
11050 "inotify 0.11.0",
11051 "kqueue",
11052 "libc",
11053 "log",
11054 "mio 1.1.0",
11055 "notify-types",
11056 "walkdir",
11057 "windows-sys 0.60.2",
11058]
11059
11060[[package]]
11061name = "notify-debouncer-mini"
11062version = "0.4.1"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11065dependencies = [
11066 "crossbeam-channel",
11067 "log",
11068 "notify 6.1.1",
11069]
11070
11071[[package]]
11072name = "notify-types"
11073version = "2.0.0"
11074source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11075
11076[[package]]
11077name = "ntapi"
11078version = "0.4.1"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11081dependencies = [
11082 "winapi",
11083]
11084
11085[[package]]
11086name = "nu-ansi-term"
11087version = "0.50.3"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11090dependencies = [
11091 "windows-sys 0.61.2",
11092]
11093
11094[[package]]
11095name = "nucleo"
11096version = "0.5.0"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11099dependencies = [
11100 "nucleo-matcher",
11101 "parking_lot",
11102 "rayon",
11103]
11104
11105[[package]]
11106name = "nucleo-matcher"
11107version = "0.3.1"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11110dependencies = [
11111 "memchr",
11112 "unicode-segmentation",
11113]
11114
11115[[package]]
11116name = "num"
11117version = "0.4.3"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11120dependencies = [
11121 "num-bigint",
11122 "num-complex",
11123 "num-integer",
11124 "num-iter",
11125 "num-rational",
11126 "num-traits",
11127]
11128
11129[[package]]
11130name = "num-bigint"
11131version = "0.4.6"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11134dependencies = [
11135 "num-integer",
11136 "num-traits",
11137]
11138
11139[[package]]
11140name = "num-bigint-dig"
11141version = "0.8.6"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11144dependencies = [
11145 "lazy_static",
11146 "libm",
11147 "num-integer",
11148 "num-iter",
11149 "num-traits",
11150 "rand 0.8.5",
11151 "smallvec",
11152 "zeroize",
11153]
11154
11155[[package]]
11156name = "num-bigint-dig"
11157version = "0.9.1"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11160dependencies = [
11161 "libm",
11162 "num-integer",
11163 "num-iter",
11164 "num-traits",
11165 "once_cell",
11166 "rand 0.9.2",
11167 "serde",
11168 "smallvec",
11169 "zeroize",
11170]
11171
11172[[package]]
11173name = "num-cmp"
11174version = "0.1.0"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11177
11178[[package]]
11179name = "num-complex"
11180version = "0.4.6"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11183dependencies = [
11184 "bytemuck",
11185 "num-traits",
11186]
11187
11188[[package]]
11189name = "num-conv"
11190version = "0.2.0"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11193
11194[[package]]
11195name = "num-derive"
11196version = "0.4.2"
11197source = "registry+https://github.com/rust-lang/crates.io-index"
11198checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11199dependencies = [
11200 "proc-macro2",
11201 "quote",
11202 "syn 2.0.117",
11203]
11204
11205[[package]]
11206name = "num-format"
11207version = "0.4.4"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11210dependencies = [
11211 "arrayvec",
11212 "itoa",
11213]
11214
11215[[package]]
11216name = "num-integer"
11217version = "0.1.46"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11220dependencies = [
11221 "num-traits",
11222]
11223
11224[[package]]
11225name = "num-iter"
11226version = "0.1.45"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11229dependencies = [
11230 "autocfg",
11231 "num-integer",
11232 "num-traits",
11233]
11234
11235[[package]]
11236name = "num-rational"
11237version = "0.4.2"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11240dependencies = [
11241 "num-bigint",
11242 "num-integer",
11243 "num-traits",
11244]
11245
11246[[package]]
11247name = "num-traits"
11248version = "0.2.19"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11251dependencies = [
11252 "autocfg",
11253 "libm",
11254]
11255
11256[[package]]
11257name = "num_cpus"
11258version = "1.17.0"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11261dependencies = [
11262 "hermit-abi",
11263 "libc",
11264]
11265
11266[[package]]
11267name = "num_enum"
11268version = "0.7.4"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11271dependencies = [
11272 "num_enum_derive",
11273 "rustversion",
11274]
11275
11276[[package]]
11277name = "num_enum_derive"
11278version = "0.7.4"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11281dependencies = [
11282 "proc-macro-crate",
11283 "proc-macro2",
11284 "quote",
11285 "syn 2.0.117",
11286]
11287
11288[[package]]
11289name = "num_threads"
11290version = "0.1.7"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11293dependencies = [
11294 "libc",
11295]
11296
11297[[package]]
11298name = "nvim-rs"
11299version = "0.9.2"
11300source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11301dependencies = [
11302 "async-trait",
11303 "futures 0.3.32",
11304 "log",
11305 "rmp",
11306 "rmpv",
11307 "tokio",
11308 "tokio-util",
11309]
11310
11311[[package]]
11312name = "objc"
11313version = "0.2.7"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11316dependencies = [
11317 "malloc_buf",
11318 "objc_exception",
11319]
11320
11321[[package]]
11322name = "objc-foundation"
11323version = "0.1.1"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11326dependencies = [
11327 "block",
11328 "objc",
11329 "objc_id",
11330]
11331
11332[[package]]
11333name = "objc2"
11334version = "0.6.3"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11337dependencies = [
11338 "objc2-encode",
11339]
11340
11341[[package]]
11342name = "objc2-app-kit"
11343version = "0.3.1"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11346dependencies = [
11347 "objc2",
11348 "objc2-foundation",
11349]
11350
11351[[package]]
11352name = "objc2-audio-toolbox"
11353version = "0.3.2"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11356dependencies = [
11357 "bitflags 2.10.0",
11358 "libc",
11359 "objc2",
11360 "objc2-core-audio",
11361 "objc2-core-audio-types",
11362 "objc2-core-foundation",
11363 "objc2-foundation",
11364]
11365
11366[[package]]
11367name = "objc2-avf-audio"
11368version = "0.3.2"
11369source = "registry+https://github.com/rust-lang/crates.io-index"
11370checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11371dependencies = [
11372 "objc2",
11373 "objc2-foundation",
11374]
11375
11376[[package]]
11377name = "objc2-core-audio"
11378version = "0.3.2"
11379source = "registry+https://github.com/rust-lang/crates.io-index"
11380checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11381dependencies = [
11382 "dispatch2",
11383 "objc2",
11384 "objc2-core-audio-types",
11385 "objc2-core-foundation",
11386 "objc2-foundation",
11387]
11388
11389[[package]]
11390name = "objc2-core-audio-types"
11391version = "0.3.2"
11392source = "registry+https://github.com/rust-lang/crates.io-index"
11393checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11394dependencies = [
11395 "bitflags 2.10.0",
11396 "objc2",
11397]
11398
11399[[package]]
11400name = "objc2-core-foundation"
11401version = "0.3.2"
11402source = "registry+https://github.com/rust-lang/crates.io-index"
11403checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11404dependencies = [
11405 "bitflags 2.10.0",
11406 "block2",
11407 "dispatch2",
11408 "libc",
11409 "objc2",
11410]
11411
11412[[package]]
11413name = "objc2-encode"
11414version = "4.1.0"
11415source = "registry+https://github.com/rust-lang/crates.io-index"
11416checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11417
11418[[package]]
11419name = "objc2-foundation"
11420version = "0.3.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11423dependencies = [
11424 "bitflags 2.10.0",
11425 "block2",
11426 "libc",
11427 "objc2",
11428 "objc2-core-foundation",
11429]
11430
11431[[package]]
11432name = "objc2-io-kit"
11433version = "0.3.2"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11436dependencies = [
11437 "libc",
11438 "objc2-core-foundation",
11439]
11440
11441[[package]]
11442name = "objc2-metal"
11443version = "0.3.2"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11446dependencies = [
11447 "bitflags 2.10.0",
11448 "block2",
11449 "dispatch2",
11450 "objc2",
11451 "objc2-core-foundation",
11452 "objc2-foundation",
11453]
11454
11455[[package]]
11456name = "objc2-quartz-core"
11457version = "0.3.2"
11458source = "registry+https://github.com/rust-lang/crates.io-index"
11459checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11460dependencies = [
11461 "bitflags 2.10.0",
11462 "objc2",
11463 "objc2-core-foundation",
11464 "objc2-foundation",
11465 "objc2-metal",
11466]
11467
11468[[package]]
11469name = "objc_exception"
11470version = "0.1.2"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11473dependencies = [
11474 "cc",
11475]
11476
11477[[package]]
11478name = "objc_id"
11479version = "0.1.1"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11482dependencies = [
11483 "objc",
11484]
11485
11486[[package]]
11487name = "object"
11488version = "0.37.3"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11491dependencies = [
11492 "crc32fast",
11493 "hashbrown 0.15.5",
11494 "indexmap",
11495 "memchr",
11496]
11497
11498[[package]]
11499name = "octocrab"
11500version = "0.49.7"
11501source = "registry+https://github.com/rust-lang/crates.io-index"
11502checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11503dependencies = [
11504 "arc-swap",
11505 "async-trait",
11506 "base64 0.22.1",
11507 "bytes 1.11.1",
11508 "cargo_metadata 0.23.1",
11509 "cfg-if",
11510 "chrono",
11511 "either",
11512 "futures 0.3.32",
11513 "futures-core",
11514 "futures-util",
11515 "getrandom 0.2.16",
11516 "http 1.3.1",
11517 "http-body 1.0.1",
11518 "http-body-util",
11519 "hyper 1.7.0",
11520 "hyper-rustls 0.27.7",
11521 "hyper-timeout",
11522 "hyper-util",
11523 "jsonwebtoken",
11524 "once_cell",
11525 "percent-encoding",
11526 "pin-project",
11527 "secrecy",
11528 "serde",
11529 "serde_json",
11530 "serde_path_to_error",
11531 "serde_urlencoded",
11532 "snafu",
11533 "tokio",
11534 "tower 0.5.2",
11535 "tower-http 0.6.6",
11536 "url",
11537 "web-time",
11538]
11539
11540[[package]]
11541name = "ollama"
11542version = "0.1.0"
11543dependencies = [
11544 "anyhow",
11545 "futures 0.3.32",
11546 "http_client",
11547 "schemars",
11548 "serde",
11549 "serde_json",
11550 "settings",
11551]
11552
11553[[package]]
11554name = "onboarding"
11555version = "0.1.0"
11556dependencies = [
11557 "anyhow",
11558 "client",
11559 "cloud_api_types",
11560 "collections",
11561 "component",
11562 "db",
11563 "documented",
11564 "fs",
11565 "fuzzy",
11566 "gpui",
11567 "menu",
11568 "notifications",
11569 "picker",
11570 "project",
11571 "schemars",
11572 "serde",
11573 "settings",
11574 "telemetry",
11575 "theme",
11576 "theme_settings",
11577 "ui",
11578 "util",
11579 "vim_mode_setting",
11580 "workspace",
11581 "zed_actions",
11582 "zlog",
11583]
11584
11585[[package]]
11586name = "once_cell"
11587version = "1.21.3"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11590
11591[[package]]
11592name = "once_cell_polyfill"
11593version = "1.70.1"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11596
11597[[package]]
11598name = "oo7"
11599version = "0.6.0"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11602dependencies = [
11603 "aes",
11604 "ashpd",
11605 "async-fs",
11606 "async-io",
11607 "async-lock 3.4.2",
11608 "blocking",
11609 "cbc",
11610 "cipher",
11611 "digest",
11612 "endi",
11613 "futures-lite 2.6.1",
11614 "futures-util",
11615 "getrandom 0.4.1",
11616 "hkdf",
11617 "hmac",
11618 "md-5",
11619 "num",
11620 "num-bigint-dig 0.9.1",
11621 "pbkdf2 0.12.2",
11622 "serde",
11623 "serde_bytes",
11624 "sha2",
11625 "subtle",
11626 "zbus",
11627 "zbus_macros",
11628 "zeroize",
11629 "zvariant",
11630]
11631
11632[[package]]
11633name = "oorandom"
11634version = "11.1.5"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11637
11638[[package]]
11639name = "open"
11640version = "5.3.2"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11643dependencies = [
11644 "is-wsl",
11645 "libc",
11646 "pathdiff",
11647]
11648
11649[[package]]
11650name = "open_ai"
11651version = "0.1.0"
11652dependencies = [
11653 "anyhow",
11654 "collections",
11655 "futures 0.3.32",
11656 "http_client",
11657 "language_model_core",
11658 "log",
11659 "pretty_assertions",
11660 "rand 0.9.2",
11661 "schemars",
11662 "serde",
11663 "serde_json",
11664 "strum 0.27.2",
11665 "thiserror 2.0.17",
11666 "tiktoken-rs",
11667]
11668
11669[[package]]
11670name = "open_path_prompt"
11671version = "0.1.0"
11672dependencies = [
11673 "editor",
11674 "file_icons",
11675 "futures 0.3.32",
11676 "fuzzy",
11677 "gpui",
11678 "picker",
11679 "project",
11680 "schemars",
11681 "serde",
11682 "serde_json",
11683 "settings",
11684 "theme",
11685 "theme_settings",
11686 "ui",
11687 "util",
11688 "workspace",
11689]
11690
11691[[package]]
11692name = "open_router"
11693version = "0.1.0"
11694dependencies = [
11695 "anyhow",
11696 "futures 0.3.32",
11697 "http_client",
11698 "language_model_core",
11699 "schemars",
11700 "serde",
11701 "serde_json",
11702 "settings",
11703 "strum 0.27.2",
11704 "thiserror 2.0.17",
11705]
11706
11707[[package]]
11708name = "opencode"
11709version = "0.1.0"
11710dependencies = [
11711 "anyhow",
11712 "futures 0.3.32",
11713 "google_ai",
11714 "http_client",
11715 "schemars",
11716 "serde",
11717 "serde_json",
11718 "strum 0.27.2",
11719]
11720
11721[[package]]
11722name = "opener"
11723version = "0.7.2"
11724source = "registry+https://github.com/rust-lang/crates.io-index"
11725checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11726dependencies = [
11727 "bstr",
11728 "dbus",
11729 "normpath",
11730 "windows-sys 0.59.0",
11731]
11732
11733[[package]]
11734name = "openssl"
11735version = "0.10.74"
11736source = "registry+https://github.com/rust-lang/crates.io-index"
11737checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11738dependencies = [
11739 "bitflags 2.10.0",
11740 "cfg-if",
11741 "foreign-types 0.3.2",
11742 "libc",
11743 "once_cell",
11744 "openssl-macros",
11745 "openssl-sys",
11746]
11747
11748[[package]]
11749name = "openssl-macros"
11750version = "0.1.1"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11753dependencies = [
11754 "proc-macro2",
11755 "quote",
11756 "syn 2.0.117",
11757]
11758
11759[[package]]
11760name = "openssl-probe"
11761version = "0.1.6"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11764
11765[[package]]
11766name = "openssl-sys"
11767version = "0.9.110"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11770dependencies = [
11771 "cc",
11772 "libc",
11773 "pkg-config",
11774 "vcpkg",
11775]
11776
11777[[package]]
11778name = "optfield"
11779version = "0.4.0"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11782dependencies = [
11783 "proc-macro2",
11784 "quote",
11785 "syn 2.0.117",
11786]
11787
11788[[package]]
11789name = "option-ext"
11790version = "0.2.0"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11793
11794[[package]]
11795name = "ordered-float"
11796version = "2.10.1"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11799dependencies = [
11800 "num-traits",
11801]
11802
11803[[package]]
11804name = "ordered-float"
11805version = "4.6.0"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11808dependencies = [
11809 "num-traits",
11810]
11811
11812[[package]]
11813name = "ordered-stream"
11814version = "0.2.0"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11817dependencies = [
11818 "futures-core",
11819 "pin-project-lite",
11820]
11821
11822[[package]]
11823name = "ouroboros"
11824version = "0.18.5"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11827dependencies = [
11828 "aliasable",
11829 "ouroboros_macro",
11830 "static_assertions",
11831]
11832
11833[[package]]
11834name = "ouroboros_macro"
11835version = "0.18.5"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11838dependencies = [
11839 "heck 0.4.1",
11840 "proc-macro2",
11841 "proc-macro2-diagnostics",
11842 "quote",
11843 "syn 2.0.117",
11844]
11845
11846[[package]]
11847name = "outline"
11848version = "0.1.0"
11849dependencies = [
11850 "editor",
11851 "fuzzy",
11852 "gpui",
11853 "indoc",
11854 "language",
11855 "lsp",
11856 "menu",
11857 "ordered-float 2.10.1",
11858 "picker",
11859 "project",
11860 "rope",
11861 "serde_json",
11862 "settings",
11863 "smol",
11864 "theme",
11865 "theme_settings",
11866 "ui",
11867 "util",
11868 "workspace",
11869 "zed_actions",
11870]
11871
11872[[package]]
11873name = "outline_panel"
11874version = "0.1.0"
11875dependencies = [
11876 "anyhow",
11877 "collections",
11878 "db",
11879 "editor",
11880 "file_icons",
11881 "fuzzy",
11882 "gpui",
11883 "itertools 0.14.0",
11884 "language",
11885 "log",
11886 "lsp",
11887 "menu",
11888 "outline",
11889 "pretty_assertions",
11890 "project",
11891 "search",
11892 "serde",
11893 "serde_json",
11894 "settings",
11895 "smallvec",
11896 "smol",
11897 "theme",
11898 "theme_settings",
11899 "ui",
11900 "util",
11901 "workspace",
11902 "worktree",
11903 "zed_actions",
11904]
11905
11906[[package]]
11907name = "outref"
11908version = "0.5.2"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11911
11912[[package]]
11913name = "p256"
11914version = "0.11.1"
11915source = "registry+https://github.com/rust-lang/crates.io-index"
11916checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11917dependencies = [
11918 "ecdsa",
11919 "elliptic-curve",
11920 "sha2",
11921]
11922
11923[[package]]
11924name = "page_size"
11925version = "0.6.0"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11928dependencies = [
11929 "libc",
11930 "winapi",
11931]
11932
11933[[package]]
11934name = "palette"
11935version = "0.7.6"
11936source = "registry+https://github.com/rust-lang/crates.io-index"
11937checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11938dependencies = [
11939 "approx",
11940 "fast-srgb8",
11941 "palette_derive",
11942]
11943
11944[[package]]
11945name = "palette_derive"
11946version = "0.7.6"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11949dependencies = [
11950 "by_address",
11951 "proc-macro2",
11952 "quote",
11953 "syn 2.0.117",
11954]
11955
11956[[package]]
11957name = "panel"
11958version = "0.1.0"
11959dependencies = [
11960 "gpui",
11961 "ui",
11962 "workspace",
11963]
11964
11965[[package]]
11966name = "parking"
11967version = "2.2.1"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11970
11971[[package]]
11972name = "parking_lot"
11973version = "0.12.5"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11976dependencies = [
11977 "lock_api",
11978 "parking_lot_core",
11979]
11980
11981[[package]]
11982name = "parking_lot_core"
11983version = "0.9.12"
11984source = "registry+https://github.com/rust-lang/crates.io-index"
11985checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11986dependencies = [
11987 "cfg-if",
11988 "libc",
11989 "redox_syscall 0.5.18",
11990 "smallvec",
11991 "windows-link 0.2.1",
11992]
11993
11994[[package]]
11995name = "parse_int"
11996version = "0.9.0"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11999dependencies = [
12000 "num-traits",
12001]
12002
12003[[package]]
12004name = "partial-json-fixer"
12005version = "0.5.3"
12006source = "registry+https://github.com/rust-lang/crates.io-index"
12007checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12008
12009[[package]]
12010name = "password-hash"
12011version = "0.4.2"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12014dependencies = [
12015 "base64ct",
12016 "rand_core 0.6.4",
12017 "subtle",
12018]
12019
12020[[package]]
12021name = "paste"
12022version = "1.0.15"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12025
12026[[package]]
12027name = "pathdiff"
12028version = "0.2.3"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12031
12032[[package]]
12033name = "pathfinder_geometry"
12034version = "0.5.1"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12037dependencies = [
12038 "log",
12039 "pathfinder_simd",
12040]
12041
12042[[package]]
12043name = "pathfinder_simd"
12044version = "0.5.5"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12047dependencies = [
12048 "rustc_version",
12049]
12050
12051[[package]]
12052name = "paths"
12053version = "0.1.0"
12054dependencies = [
12055 "dirs 4.0.0",
12056 "ignore",
12057 "util",
12058]
12059
12060[[package]]
12061name = "pbjson"
12062version = "0.6.0"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12065dependencies = [
12066 "base64 0.21.7",
12067 "serde",
12068]
12069
12070[[package]]
12071name = "pbjson-build"
12072version = "0.6.2"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12075dependencies = [
12076 "heck 0.4.1",
12077 "itertools 0.11.0",
12078 "prost 0.12.6",
12079 "prost-types 0.12.6",
12080]
12081
12082[[package]]
12083name = "pbjson-types"
12084version = "0.6.0"
12085source = "registry+https://github.com/rust-lang/crates.io-index"
12086checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12087dependencies = [
12088 "bytes 1.11.1",
12089 "chrono",
12090 "pbjson",
12091 "pbjson-build",
12092 "prost 0.12.6",
12093 "prost-build 0.12.6",
12094 "serde",
12095]
12096
12097[[package]]
12098name = "pbkdf2"
12099version = "0.11.0"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12102dependencies = [
12103 "digest",
12104 "hmac",
12105 "password-hash",
12106 "sha2",
12107]
12108
12109[[package]]
12110name = "pbkdf2"
12111version = "0.12.2"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12114dependencies = [
12115 "digest",
12116 "hmac",
12117]
12118
12119[[package]]
12120name = "pciid-parser"
12121version = "0.8.0"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12124
12125[[package]]
12126name = "peg"
12127version = "0.8.5"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12130dependencies = [
12131 "peg-macros",
12132 "peg-runtime",
12133]
12134
12135[[package]]
12136name = "peg-macros"
12137version = "0.8.5"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12140dependencies = [
12141 "peg-runtime",
12142 "proc-macro2",
12143 "quote",
12144]
12145
12146[[package]]
12147name = "peg-runtime"
12148version = "0.8.5"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12151
12152[[package]]
12153name = "pem"
12154version = "3.0.6"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12157dependencies = [
12158 "base64 0.22.1",
12159 "serde_core",
12160]
12161
12162[[package]]
12163name = "pem-rfc7468"
12164version = "0.7.0"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12167dependencies = [
12168 "base64ct",
12169]
12170
12171[[package]]
12172name = "percent-encoding"
12173version = "2.3.2"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12176
12177[[package]]
12178name = "perf"
12179version = "0.1.0"
12180dependencies = [
12181 "collections",
12182 "serde",
12183 "serde_json",
12184]
12185
12186[[package]]
12187name = "pest"
12188version = "2.8.3"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12191dependencies = [
12192 "memchr",
12193 "ucd-trie",
12194]
12195
12196[[package]]
12197name = "pest_derive"
12198version = "2.8.3"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12201dependencies = [
12202 "pest",
12203 "pest_generator",
12204]
12205
12206[[package]]
12207name = "pest_generator"
12208version = "2.8.3"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12211dependencies = [
12212 "pest",
12213 "pest_meta",
12214 "proc-macro2",
12215 "quote",
12216 "syn 2.0.117",
12217]
12218
12219[[package]]
12220name = "pest_meta"
12221version = "2.8.3"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12224dependencies = [
12225 "pest",
12226 "sha2",
12227]
12228
12229[[package]]
12230name = "pet"
12231version = "0.1.0"
12232source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12233dependencies = [
12234 "clap",
12235 "env_logger 0.10.2",
12236 "lazy_static",
12237 "log",
12238 "msvc_spectre_libs",
12239 "pet-conda",
12240 "pet-core",
12241 "pet-env-var-path",
12242 "pet-fs",
12243 "pet-global-virtualenvs",
12244 "pet-homebrew",
12245 "pet-jsonrpc",
12246 "pet-linux-global-python",
12247 "pet-mac-commandlinetools",
12248 "pet-mac-python-org",
12249 "pet-mac-xcode",
12250 "pet-pipenv",
12251 "pet-pixi",
12252 "pet-poetry",
12253 "pet-pyenv",
12254 "pet-python-utils",
12255 "pet-reporter",
12256 "pet-telemetry",
12257 "pet-uv",
12258 "pet-venv",
12259 "pet-virtualenv",
12260 "pet-virtualenvwrapper",
12261 "pet-windows-registry",
12262 "pet-windows-store",
12263 "pet-winpython",
12264 "serde",
12265 "serde_json",
12266 "tracing",
12267 "tracing-subscriber",
12268 "winresource",
12269]
12270
12271[[package]]
12272name = "pet-conda"
12273version = "0.1.0"
12274source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12275dependencies = [
12276 "env_logger 0.10.2",
12277 "lazy_static",
12278 "log",
12279 "msvc_spectre_libs",
12280 "pet-core",
12281 "pet-fs",
12282 "pet-python-utils",
12283 "pet-reporter",
12284 "rayon",
12285 "regex",
12286 "serde",
12287 "serde_json",
12288 "yaml-rust2",
12289]
12290
12291[[package]]
12292name = "pet-core"
12293version = "0.1.0"
12294source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12295dependencies = [
12296 "clap",
12297 "lazy_static",
12298 "log",
12299 "msvc_spectre_libs",
12300 "pet-fs",
12301 "regex",
12302 "serde",
12303 "serde_json",
12304]
12305
12306[[package]]
12307name = "pet-env-var-path"
12308version = "0.1.0"
12309source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12310dependencies = [
12311 "lazy_static",
12312 "log",
12313 "msvc_spectre_libs",
12314 "pet-conda",
12315 "pet-core",
12316 "pet-fs",
12317 "pet-python-utils",
12318 "pet-virtualenv",
12319 "regex",
12320]
12321
12322[[package]]
12323name = "pet-fs"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "glob",
12328 "log",
12329 "msvc_spectre_libs",
12330 "windows-sys 0.59.0",
12331]
12332
12333[[package]]
12334name = "pet-global-virtualenvs"
12335version = "0.1.0"
12336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12337dependencies = [
12338 "log",
12339 "msvc_spectre_libs",
12340 "pet-conda",
12341 "pet-core",
12342 "pet-fs",
12343 "pet-virtualenv",
12344]
12345
12346[[package]]
12347name = "pet-homebrew"
12348version = "0.1.0"
12349source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12350dependencies = [
12351 "lazy_static",
12352 "log",
12353 "msvc_spectre_libs",
12354 "pet-conda",
12355 "pet-core",
12356 "pet-fs",
12357 "pet-python-utils",
12358 "pet-virtualenv",
12359 "rayon",
12360 "regex",
12361 "serde",
12362 "serde_json",
12363]
12364
12365[[package]]
12366name = "pet-jsonrpc"
12367version = "0.1.0"
12368source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12369dependencies = [
12370 "env_logger 0.10.2",
12371 "log",
12372 "msvc_spectre_libs",
12373 "pet-core",
12374 "serde",
12375 "serde_json",
12376]
12377
12378[[package]]
12379name = "pet-linux-global-python"
12380version = "0.1.0"
12381source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12382dependencies = [
12383 "log",
12384 "msvc_spectre_libs",
12385 "pet-core",
12386 "pet-fs",
12387 "pet-python-utils",
12388 "pet-virtualenv",
12389]
12390
12391[[package]]
12392name = "pet-mac-commandlinetools"
12393version = "0.1.0"
12394source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12395dependencies = [
12396 "log",
12397 "msvc_spectre_libs",
12398 "pet-core",
12399 "pet-fs",
12400 "pet-python-utils",
12401 "pet-virtualenv",
12402]
12403
12404[[package]]
12405name = "pet-mac-python-org"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-core",
12412 "pet-fs",
12413 "pet-python-utils",
12414 "pet-virtualenv",
12415]
12416
12417[[package]]
12418name = "pet-mac-xcode"
12419version = "0.1.0"
12420source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12421dependencies = [
12422 "log",
12423 "msvc_spectre_libs",
12424 "pet-core",
12425 "pet-fs",
12426 "pet-python-utils",
12427 "pet-virtualenv",
12428]
12429
12430[[package]]
12431name = "pet-pipenv"
12432version = "0.1.0"
12433source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12434dependencies = [
12435 "lazy_static",
12436 "log",
12437 "msvc_spectre_libs",
12438 "pet-core",
12439 "pet-fs",
12440 "pet-python-utils",
12441 "pet-virtualenv",
12442 "regex",
12443]
12444
12445[[package]]
12446name = "pet-pixi"
12447version = "0.1.0"
12448source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12449dependencies = [
12450 "log",
12451 "msvc_spectre_libs",
12452 "pet-conda",
12453 "pet-core",
12454 "pet-python-utils",
12455]
12456
12457[[package]]
12458name = "pet-poetry"
12459version = "0.1.0"
12460source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12461dependencies = [
12462 "base64 0.22.1",
12463 "lazy_static",
12464 "log",
12465 "msvc_spectre_libs",
12466 "pet-core",
12467 "pet-fs",
12468 "pet-python-utils",
12469 "pet-reporter",
12470 "pet-virtualenv",
12471 "regex",
12472 "serde",
12473 "serde_json",
12474 "sha2",
12475 "toml 0.8.23",
12476]
12477
12478[[package]]
12479name = "pet-pyenv"
12480version = "0.1.0"
12481source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12482dependencies = [
12483 "lazy_static",
12484 "log",
12485 "msvc_spectre_libs",
12486 "pet-conda",
12487 "pet-core",
12488 "pet-fs",
12489 "pet-python-utils",
12490 "pet-reporter",
12491 "regex",
12492 "serde",
12493 "serde_json",
12494]
12495
12496[[package]]
12497name = "pet-python-utils"
12498version = "0.1.0"
12499source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12500dependencies = [
12501 "env_logger 0.10.2",
12502 "lazy_static",
12503 "log",
12504 "msvc_spectre_libs",
12505 "pet-core",
12506 "pet-fs",
12507 "regex",
12508 "serde",
12509 "serde_json",
12510 "sha2",
12511]
12512
12513[[package]]
12514name = "pet-reporter"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "env_logger 0.10.2",
12519 "log",
12520 "msvc_spectre_libs",
12521 "pet-core",
12522 "pet-jsonrpc",
12523 "serde",
12524 "serde_json",
12525]
12526
12527[[package]]
12528name = "pet-telemetry"
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 "pet-python-utils",
12539 "regex",
12540]
12541
12542[[package]]
12543name = "pet-uv"
12544version = "0.1.0"
12545source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12546dependencies = [
12547 "log",
12548 "pet-core",
12549 "pet-python-utils",
12550 "serde",
12551 "toml 0.9.8",
12552]
12553
12554[[package]]
12555name = "pet-venv"
12556version = "0.1.0"
12557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12558dependencies = [
12559 "log",
12560 "msvc_spectre_libs",
12561 "pet-core",
12562 "pet-python-utils",
12563 "pet-virtualenv",
12564]
12565
12566[[package]]
12567name = "pet-virtualenv"
12568version = "0.1.0"
12569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12570dependencies = [
12571 "log",
12572 "msvc_spectre_libs",
12573 "pet-core",
12574 "pet-fs",
12575 "pet-python-utils",
12576]
12577
12578[[package]]
12579name = "pet-virtualenvwrapper"
12580version = "0.1.0"
12581source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12582dependencies = [
12583 "log",
12584 "msvc_spectre_libs",
12585 "pet-core",
12586 "pet-fs",
12587 "pet-python-utils",
12588 "pet-virtualenv",
12589]
12590
12591[[package]]
12592name = "pet-windows-registry"
12593version = "0.1.0"
12594source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12595dependencies = [
12596 "lazy_static",
12597 "log",
12598 "msvc_spectre_libs",
12599 "pet-conda",
12600 "pet-core",
12601 "pet-fs",
12602 "pet-python-utils",
12603 "pet-virtualenv",
12604 "pet-windows-store",
12605 "regex",
12606 "winreg 0.55.0",
12607]
12608
12609[[package]]
12610name = "pet-windows-store"
12611version = "0.1.0"
12612source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12613dependencies = [
12614 "lazy_static",
12615 "log",
12616 "msvc_spectre_libs",
12617 "pet-core",
12618 "pet-fs",
12619 "pet-python-utils",
12620 "pet-virtualenv",
12621 "regex",
12622 "winreg 0.55.0",
12623]
12624
12625[[package]]
12626name = "pet-winpython"
12627version = "0.1.0"
12628source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12629dependencies = [
12630 "lazy_static",
12631 "log",
12632 "pet-core",
12633 "pet-fs",
12634 "pet-python-utils",
12635 "pet-virtualenv",
12636 "regex",
12637]
12638
12639[[package]]
12640name = "petgraph"
12641version = "0.6.5"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12644dependencies = [
12645 "fixedbitset 0.4.2",
12646 "indexmap",
12647]
12648
12649[[package]]
12650name = "pgvector"
12651version = "0.4.1"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12654dependencies = [
12655 "serde",
12656]
12657
12658[[package]]
12659name = "phf"
12660version = "0.11.3"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12663dependencies = [
12664 "phf_macros 0.11.3",
12665 "phf_shared 0.11.3",
12666]
12667
12668[[package]]
12669name = "phf"
12670version = "0.12.1"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12673dependencies = [
12674 "phf_macros 0.12.1",
12675 "phf_shared 0.12.1",
12676]
12677
12678[[package]]
12679name = "phf_codegen"
12680version = "0.11.3"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12683dependencies = [
12684 "phf_generator 0.11.3",
12685 "phf_shared 0.11.3",
12686]
12687
12688[[package]]
12689name = "phf_generator"
12690version = "0.11.3"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12693dependencies = [
12694 "phf_shared 0.11.3",
12695 "rand 0.8.5",
12696]
12697
12698[[package]]
12699name = "phf_generator"
12700version = "0.12.1"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12703dependencies = [
12704 "fastrand 2.3.0",
12705 "phf_shared 0.12.1",
12706]
12707
12708[[package]]
12709name = "phf_macros"
12710version = "0.11.3"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12713dependencies = [
12714 "phf_generator 0.11.3",
12715 "phf_shared 0.11.3",
12716 "proc-macro2",
12717 "quote",
12718 "syn 2.0.117",
12719]
12720
12721[[package]]
12722name = "phf_macros"
12723version = "0.12.1"
12724source = "registry+https://github.com/rust-lang/crates.io-index"
12725checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12726dependencies = [
12727 "phf_generator 0.12.1",
12728 "phf_shared 0.12.1",
12729 "proc-macro2",
12730 "quote",
12731 "syn 2.0.117",
12732]
12733
12734[[package]]
12735name = "phf_shared"
12736version = "0.11.3"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12739dependencies = [
12740 "siphasher 1.0.1",
12741]
12742
12743[[package]]
12744name = "phf_shared"
12745version = "0.12.1"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12748dependencies = [
12749 "siphasher 1.0.1",
12750]
12751
12752[[package]]
12753name = "picker"
12754version = "0.1.0"
12755dependencies = [
12756 "anyhow",
12757 "editor",
12758 "gpui",
12759 "menu",
12760 "schemars",
12761 "serde",
12762 "settings",
12763 "theme",
12764 "theme_settings",
12765 "ui",
12766 "ui_input",
12767 "workspace",
12768 "zed_actions",
12769]
12770
12771[[package]]
12772name = "pico-args"
12773version = "0.5.0"
12774source = "registry+https://github.com/rust-lang/crates.io-index"
12775checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12776
12777[[package]]
12778name = "pin-project"
12779version = "1.1.10"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12782dependencies = [
12783 "pin-project-internal",
12784]
12785
12786[[package]]
12787name = "pin-project-internal"
12788version = "1.1.10"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12791dependencies = [
12792 "proc-macro2",
12793 "quote",
12794 "syn 2.0.117",
12795]
12796
12797[[package]]
12798name = "pin-project-lite"
12799version = "0.2.16"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12802
12803[[package]]
12804name = "pin-utils"
12805version = "0.1.0"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12808
12809[[package]]
12810name = "piper"
12811version = "0.2.4"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12814dependencies = [
12815 "atomic-waker",
12816 "fastrand 2.3.0",
12817 "futures-io",
12818]
12819
12820[[package]]
12821name = "pkcs1"
12822version = "0.7.5"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12825dependencies = [
12826 "der 0.7.10",
12827 "pkcs8 0.10.2",
12828 "spki 0.7.3",
12829]
12830
12831[[package]]
12832name = "pkcs8"
12833version = "0.9.0"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12836dependencies = [
12837 "der 0.6.1",
12838 "spki 0.6.0",
12839]
12840
12841[[package]]
12842name = "pkcs8"
12843version = "0.10.2"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12846dependencies = [
12847 "der 0.7.10",
12848 "spki 0.7.3",
12849]
12850
12851[[package]]
12852name = "pkg-config"
12853version = "0.3.32"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12856
12857[[package]]
12858name = "plain"
12859version = "0.2.3"
12860source = "registry+https://github.com/rust-lang/crates.io-index"
12861checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12862
12863[[package]]
12864name = "platform_title_bar"
12865version = "0.1.0"
12866dependencies = [
12867 "gpui",
12868 "project",
12869 "settings",
12870 "smallvec",
12871 "theme",
12872 "theme_settings",
12873 "ui",
12874 "windows 0.61.3",
12875 "workspace",
12876 "zed_actions",
12877]
12878
12879[[package]]
12880name = "plist"
12881version = "1.8.0"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12884dependencies = [
12885 "base64 0.22.1",
12886 "indexmap",
12887 "quick-xml 0.38.3",
12888 "serde",
12889 "time",
12890]
12891
12892[[package]]
12893name = "plotters"
12894version = "0.3.7"
12895source = "registry+https://github.com/rust-lang/crates.io-index"
12896checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12897dependencies = [
12898 "num-traits",
12899 "plotters-backend",
12900 "plotters-svg",
12901 "wasm-bindgen",
12902 "web-sys",
12903]
12904
12905[[package]]
12906name = "plotters-backend"
12907version = "0.3.7"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12910
12911[[package]]
12912name = "plotters-svg"
12913version = "0.3.7"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12916dependencies = [
12917 "plotters-backend",
12918]
12919
12920[[package]]
12921name = "png"
12922version = "0.17.16"
12923source = "registry+https://github.com/rust-lang/crates.io-index"
12924checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12925dependencies = [
12926 "bitflags 1.3.2",
12927 "crc32fast",
12928 "fdeflate",
12929 "flate2",
12930 "miniz_oxide",
12931]
12932
12933[[package]]
12934name = "png"
12935version = "0.18.0"
12936source = "registry+https://github.com/rust-lang/crates.io-index"
12937checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12938dependencies = [
12939 "bitflags 2.10.0",
12940 "crc32fast",
12941 "fdeflate",
12942 "flate2",
12943 "miniz_oxide",
12944]
12945
12946[[package]]
12947name = "polling"
12948version = "3.11.0"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12951dependencies = [
12952 "cfg-if",
12953 "concurrent-queue",
12954 "hermit-abi",
12955 "pin-project-lite",
12956 "rustix 1.1.2",
12957 "windows-sys 0.61.2",
12958]
12959
12960[[package]]
12961name = "pollster"
12962version = "0.2.5"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12965
12966[[package]]
12967name = "pollster"
12968version = "0.4.0"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12971
12972[[package]]
12973name = "pori"
12974version = "0.0.0"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12977dependencies = [
12978 "nom 7.1.3",
12979]
12980
12981[[package]]
12982name = "portable-atomic"
12983version = "1.11.1"
12984source = "registry+https://github.com/rust-lang/crates.io-index"
12985checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12986
12987[[package]]
12988name = "portable-atomic-util"
12989version = "0.2.4"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12992dependencies = [
12993 "portable-atomic",
12994]
12995
12996[[package]]
12997name = "portable-pty"
12998version = "0.9.0"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13001dependencies = [
13002 "anyhow",
13003 "bitflags 1.3.2",
13004 "downcast-rs",
13005 "filedescriptor",
13006 "lazy_static",
13007 "libc",
13008 "log",
13009 "nix 0.28.0",
13010 "serial2",
13011 "shared_library",
13012 "shell-words",
13013 "winapi",
13014 "winreg 0.10.1",
13015]
13016
13017[[package]]
13018name = "postage"
13019version = "0.5.0"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13022dependencies = [
13023 "atomic",
13024 "crossbeam-queue",
13025 "futures 0.3.32",
13026 "log",
13027 "parking_lot",
13028 "pin-project",
13029 "pollster 0.2.5",
13030 "static_assertions",
13031 "thiserror 1.0.69",
13032]
13033
13034[[package]]
13035name = "postcard"
13036version = "1.1.3"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13039dependencies = [
13040 "cobs",
13041 "embedded-io 0.4.0",
13042 "embedded-io 0.6.1",
13043 "serde",
13044]
13045
13046[[package]]
13047name = "potential_utf"
13048version = "0.1.3"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13051dependencies = [
13052 "zerovec",
13053]
13054
13055[[package]]
13056name = "powerfmt"
13057version = "0.2.0"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13060
13061[[package]]
13062name = "ppv-lite86"
13063version = "0.2.21"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13066dependencies = [
13067 "zerocopy",
13068]
13069
13070[[package]]
13071name = "precomputed-hash"
13072version = "0.1.1"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13075
13076[[package]]
13077name = "presser"
13078version = "0.3.1"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13081
13082[[package]]
13083name = "prettier"
13084version = "0.1.0"
13085dependencies = [
13086 "anyhow",
13087 "collections",
13088 "fs",
13089 "gpui",
13090 "language",
13091 "log",
13092 "lsp",
13093 "node_runtime",
13094 "parking_lot",
13095 "paths",
13096 "serde",
13097 "serde_json",
13098 "util",
13099]
13100
13101[[package]]
13102name = "pretty_assertions"
13103version = "1.4.1"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13106dependencies = [
13107 "diff",
13108 "yansi",
13109]
13110
13111[[package]]
13112name = "prettyplease"
13113version = "0.2.37"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13116dependencies = [
13117 "proc-macro2",
13118 "syn 2.0.117",
13119]
13120
13121[[package]]
13122name = "primal-check"
13123version = "0.3.4"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13126dependencies = [
13127 "num-integer",
13128]
13129
13130[[package]]
13131name = "proc-macro-crate"
13132version = "3.4.0"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13135dependencies = [
13136 "toml_edit 0.23.7",
13137]
13138
13139[[package]]
13140name = "proc-macro-error"
13141version = "1.0.4"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13144dependencies = [
13145 "proc-macro-error-attr",
13146 "proc-macro2",
13147 "quote",
13148 "syn 1.0.109",
13149 "version_check",
13150]
13151
13152[[package]]
13153name = "proc-macro-error-attr"
13154version = "1.0.4"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13157dependencies = [
13158 "proc-macro2",
13159 "quote",
13160 "version_check",
13161]
13162
13163[[package]]
13164name = "proc-macro-error-attr2"
13165version = "2.0.0"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13168dependencies = [
13169 "proc-macro2",
13170 "quote",
13171]
13172
13173[[package]]
13174name = "proc-macro-error2"
13175version = "2.0.1"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13178dependencies = [
13179 "proc-macro-error-attr2",
13180 "proc-macro2",
13181 "quote",
13182 "syn 2.0.117",
13183]
13184
13185[[package]]
13186name = "proc-macro2"
13187version = "1.0.101"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13190dependencies = [
13191 "unicode-ident",
13192]
13193
13194[[package]]
13195name = "proc-macro2-diagnostics"
13196version = "0.10.1"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13199dependencies = [
13200 "proc-macro2",
13201 "quote",
13202 "syn 2.0.117",
13203 "version_check",
13204 "yansi",
13205]
13206
13207[[package]]
13208name = "procfs-core"
13209version = "0.17.0"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13212dependencies = [
13213 "bitflags 2.10.0",
13214 "hex",
13215 "serde",
13216]
13217
13218[[package]]
13219name = "profiling"
13220version = "1.0.17"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13223dependencies = [
13224 "profiling-procmacros",
13225]
13226
13227[[package]]
13228name = "profiling-procmacros"
13229version = "1.0.17"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13232dependencies = [
13233 "quote",
13234 "syn 2.0.117",
13235]
13236
13237[[package]]
13238name = "project"
13239version = "0.1.0"
13240dependencies = [
13241 "aho-corasick",
13242 "anyhow",
13243 "askpass",
13244 "async-trait",
13245 "base64 0.22.1",
13246 "buffer_diff",
13247 "circular-buffer",
13248 "client",
13249 "clock",
13250 "collections",
13251 "context_server",
13252 "credentials_provider",
13253 "dap",
13254 "encoding_rs",
13255 "extension",
13256 "fancy-regex 0.17.0",
13257 "fs",
13258 "futures 0.3.32",
13259 "fuzzy",
13260 "fuzzy_nucleo",
13261 "git",
13262 "git2",
13263 "git_hosting_providers",
13264 "globset",
13265 "gpui",
13266 "http_client",
13267 "image",
13268 "indexmap",
13269 "itertools 0.14.0",
13270 "language",
13271 "log",
13272 "lsp",
13273 "markdown",
13274 "node_runtime",
13275 "parking_lot",
13276 "paths",
13277 "percent-encoding",
13278 "postage",
13279 "prettier",
13280 "pretty_assertions",
13281 "project",
13282 "rand 0.9.2",
13283 "regex",
13284 "release_channel",
13285 "remote",
13286 "rpc",
13287 "schemars",
13288 "semver",
13289 "serde",
13290 "serde_json",
13291 "settings",
13292 "sha2",
13293 "shellexpand 2.1.2",
13294 "smallvec",
13295 "smol",
13296 "snippet",
13297 "snippet_provider",
13298 "sum_tree",
13299 "task",
13300 "tempfile",
13301 "terminal",
13302 "text",
13303 "toml 0.8.23",
13304 "tracing",
13305 "unindent",
13306 "url",
13307 "util",
13308 "watch",
13309 "wax",
13310 "which 6.0.3",
13311 "worktree",
13312 "zed_credentials_provider",
13313 "zeroize",
13314 "zlog",
13315 "ztracing",
13316]
13317
13318[[package]]
13319name = "project_benchmarks"
13320version = "0.1.0"
13321dependencies = [
13322 "anyhow",
13323 "askpass",
13324 "clap",
13325 "client",
13326 "futures 0.3.32",
13327 "gpui",
13328 "gpui_platform",
13329 "http_client",
13330 "language",
13331 "node_runtime",
13332 "project",
13333 "release_channel",
13334 "remote",
13335 "rpassword",
13336 "semver",
13337 "settings",
13338 "watch",
13339]
13340
13341[[package]]
13342name = "project_panel"
13343version = "0.1.0"
13344dependencies = [
13345 "anyhow",
13346 "client",
13347 "collections",
13348 "command_palette_hooks",
13349 "criterion",
13350 "editor",
13351 "feature_flags",
13352 "file_icons",
13353 "git",
13354 "git_ui",
13355 "gpui",
13356 "itertools 0.14.0",
13357 "language",
13358 "menu",
13359 "notifications",
13360 "pretty_assertions",
13361 "project",
13362 "rayon",
13363 "remote_connection",
13364 "schemars",
13365 "search",
13366 "serde",
13367 "serde_json",
13368 "settings",
13369 "smallvec",
13370 "telemetry",
13371 "tempfile",
13372 "theme",
13373 "theme_settings",
13374 "ui",
13375 "util",
13376 "workspace",
13377 "worktree",
13378 "zed_actions",
13379]
13380
13381[[package]]
13382name = "project_symbols"
13383version = "0.1.0"
13384dependencies = [
13385 "anyhow",
13386 "editor",
13387 "futures 0.3.32",
13388 "fuzzy",
13389 "gpui",
13390 "language",
13391 "lsp",
13392 "ordered-float 2.10.1",
13393 "picker",
13394 "project",
13395 "release_channel",
13396 "semver",
13397 "serde_json",
13398 "settings",
13399 "theme",
13400 "theme_settings",
13401 "util",
13402 "workspace",
13403]
13404
13405[[package]]
13406name = "prometheus"
13407version = "0.14.0"
13408source = "registry+https://github.com/rust-lang/crates.io-index"
13409checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13410dependencies = [
13411 "cfg-if",
13412 "fnv",
13413 "lazy_static",
13414 "memchr",
13415 "parking_lot",
13416 "protobuf",
13417 "thiserror 2.0.17",
13418]
13419
13420[[package]]
13421name = "prompt_store"
13422version = "0.1.0"
13423dependencies = [
13424 "anyhow",
13425 "assets",
13426 "chrono",
13427 "collections",
13428 "fs",
13429 "futures 0.3.32",
13430 "fuzzy",
13431 "gpui",
13432 "handlebars 4.5.0",
13433 "heed",
13434 "language",
13435 "log",
13436 "parking_lot",
13437 "paths",
13438 "rope",
13439 "serde",
13440 "strum 0.27.2",
13441 "tempfile",
13442 "text",
13443 "util",
13444 "uuid",
13445]
13446
13447[[package]]
13448name = "proptest"
13449version = "1.10.0"
13450source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13451dependencies = [
13452 "bit-set 0.8.0",
13453 "bit-vec 0.8.0",
13454 "bitflags 2.10.0",
13455 "num-traits",
13456 "proptest-macro",
13457 "rand 0.9.2",
13458 "rand_chacha 0.9.0",
13459 "rand_xorshift",
13460 "regex-syntax",
13461 "rusty-fork",
13462 "tempfile",
13463 "unarray",
13464]
13465
13466[[package]]
13467name = "proptest-derive"
13468version = "0.8.0"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13471dependencies = [
13472 "proc-macro2",
13473 "quote",
13474 "syn 2.0.117",
13475]
13476
13477[[package]]
13478name = "proptest-macro"
13479version = "0.5.0"
13480source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13481dependencies = [
13482 "convert_case 0.11.0",
13483 "proc-macro2",
13484 "quote",
13485 "syn 2.0.117",
13486]
13487
13488[[package]]
13489name = "prost"
13490version = "0.9.0"
13491source = "registry+https://github.com/rust-lang/crates.io-index"
13492checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13493dependencies = [
13494 "bytes 1.11.1",
13495 "prost-derive 0.9.0",
13496]
13497
13498[[package]]
13499name = "prost"
13500version = "0.12.6"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13503dependencies = [
13504 "bytes 1.11.1",
13505 "prost-derive 0.12.6",
13506]
13507
13508[[package]]
13509name = "prost-build"
13510version = "0.9.0"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13513dependencies = [
13514 "bytes 1.11.1",
13515 "heck 0.3.3",
13516 "itertools 0.10.5",
13517 "lazy_static",
13518 "log",
13519 "multimap",
13520 "petgraph",
13521 "prost 0.9.0",
13522 "prost-types 0.9.0",
13523 "regex",
13524 "tempfile",
13525 "which 4.4.2",
13526]
13527
13528[[package]]
13529name = "prost-build"
13530version = "0.12.6"
13531source = "registry+https://github.com/rust-lang/crates.io-index"
13532checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13533dependencies = [
13534 "bytes 1.11.1",
13535 "heck 0.5.0",
13536 "itertools 0.12.1",
13537 "log",
13538 "multimap",
13539 "once_cell",
13540 "petgraph",
13541 "prettyplease",
13542 "prost 0.12.6",
13543 "prost-types 0.12.6",
13544 "regex",
13545 "syn 2.0.117",
13546 "tempfile",
13547]
13548
13549[[package]]
13550name = "prost-derive"
13551version = "0.9.0"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13554dependencies = [
13555 "anyhow",
13556 "itertools 0.10.5",
13557 "proc-macro2",
13558 "quote",
13559 "syn 1.0.109",
13560]
13561
13562[[package]]
13563name = "prost-derive"
13564version = "0.12.6"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13567dependencies = [
13568 "anyhow",
13569 "itertools 0.12.1",
13570 "proc-macro2",
13571 "quote",
13572 "syn 2.0.117",
13573]
13574
13575[[package]]
13576name = "prost-types"
13577version = "0.9.0"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13580dependencies = [
13581 "bytes 1.11.1",
13582 "prost 0.9.0",
13583]
13584
13585[[package]]
13586name = "prost-types"
13587version = "0.12.6"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13590dependencies = [
13591 "prost 0.12.6",
13592]
13593
13594[[package]]
13595name = "proto"
13596version = "0.1.0"
13597dependencies = [
13598 "anyhow",
13599 "prost 0.9.0",
13600 "prost-build 0.9.0",
13601 "serde",
13602]
13603
13604[[package]]
13605name = "protobuf"
13606version = "3.7.2"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13609dependencies = [
13610 "once_cell",
13611 "protobuf-support",
13612 "thiserror 1.0.69",
13613]
13614
13615[[package]]
13616name = "protobuf-support"
13617version = "3.7.2"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13620dependencies = [
13621 "thiserror 1.0.69",
13622]
13623
13624[[package]]
13625name = "psm"
13626version = "0.1.30"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13629dependencies = [
13630 "ar_archive_writer",
13631 "cc",
13632]
13633
13634[[package]]
13635name = "ptr_meta"
13636version = "0.1.4"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13639dependencies = [
13640 "ptr_meta_derive",
13641]
13642
13643[[package]]
13644name = "ptr_meta_derive"
13645version = "0.1.4"
13646source = "registry+https://github.com/rust-lang/crates.io-index"
13647checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13648dependencies = [
13649 "proc-macro2",
13650 "quote",
13651 "syn 1.0.109",
13652]
13653
13654[[package]]
13655name = "pulldown-cmark"
13656version = "0.10.3"
13657source = "registry+https://github.com/rust-lang/crates.io-index"
13658checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13659dependencies = [
13660 "bitflags 2.10.0",
13661 "memchr",
13662 "pulldown-cmark-escape",
13663 "unicase",
13664]
13665
13666[[package]]
13667name = "pulldown-cmark"
13668version = "0.13.0"
13669source = "registry+https://github.com/rust-lang/crates.io-index"
13670checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13671dependencies = [
13672 "bitflags 2.10.0",
13673 "memchr",
13674 "unicase",
13675]
13676
13677[[package]]
13678name = "pulldown-cmark-escape"
13679version = "0.10.1"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13682
13683[[package]]
13684name = "pulley-interpreter"
13685version = "36.0.6"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13688dependencies = [
13689 "cranelift-bitset",
13690 "log",
13691 "pulley-macros",
13692 "wasmtime-internal-math",
13693]
13694
13695[[package]]
13696name = "pulley-macros"
13697version = "36.0.6"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13700dependencies = [
13701 "proc-macro2",
13702 "quote",
13703 "syn 2.0.117",
13704]
13705
13706[[package]]
13707name = "pulp"
13708version = "0.18.22"
13709source = "registry+https://github.com/rust-lang/crates.io-index"
13710checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13711dependencies = [
13712 "bytemuck",
13713 "libm",
13714 "num-complex",
13715 "reborrow",
13716]
13717
13718[[package]]
13719name = "pulp"
13720version = "0.21.5"
13721source = "registry+https://github.com/rust-lang/crates.io-index"
13722checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13723dependencies = [
13724 "bytemuck",
13725 "cfg-if",
13726 "libm",
13727 "num-complex",
13728 "reborrow",
13729 "version_check",
13730]
13731
13732[[package]]
13733name = "pxfm"
13734version = "0.1.25"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13737dependencies = [
13738 "num-traits",
13739]
13740
13741[[package]]
13742name = "qoi"
13743version = "0.4.1"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13746dependencies = [
13747 "bytemuck",
13748]
13749
13750[[package]]
13751name = "quick-error"
13752version = "1.2.3"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13755
13756[[package]]
13757name = "quick-error"
13758version = "2.0.1"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13761
13762[[package]]
13763name = "quick-xml"
13764version = "0.30.0"
13765source = "registry+https://github.com/rust-lang/crates.io-index"
13766checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13767dependencies = [
13768 "memchr",
13769]
13770
13771[[package]]
13772name = "quick-xml"
13773version = "0.37.5"
13774source = "registry+https://github.com/rust-lang/crates.io-index"
13775checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13776dependencies = [
13777 "memchr",
13778]
13779
13780[[package]]
13781name = "quick-xml"
13782version = "0.38.3"
13783source = "registry+https://github.com/rust-lang/crates.io-index"
13784checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13785dependencies = [
13786 "memchr",
13787]
13788
13789[[package]]
13790name = "quinn"
13791version = "0.11.9"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13794dependencies = [
13795 "bytes 1.11.1",
13796 "cfg_aliases 0.2.1",
13797 "pin-project-lite",
13798 "quinn-proto",
13799 "quinn-udp",
13800 "rustc-hash 2.1.1",
13801 "rustls 0.23.33",
13802 "socket2 0.6.1",
13803 "thiserror 2.0.17",
13804 "tokio",
13805 "tracing",
13806 "web-time",
13807]
13808
13809[[package]]
13810name = "quinn-proto"
13811version = "0.11.13"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13814dependencies = [
13815 "bytes 1.11.1",
13816 "getrandom 0.3.4",
13817 "lru-slab",
13818 "rand 0.9.2",
13819 "ring",
13820 "rustc-hash 2.1.1",
13821 "rustls 0.23.33",
13822 "rustls-pki-types",
13823 "slab",
13824 "thiserror 2.0.17",
13825 "tinyvec",
13826 "tracing",
13827 "web-time",
13828]
13829
13830[[package]]
13831name = "quinn-udp"
13832version = "0.5.14"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13835dependencies = [
13836 "cfg_aliases 0.2.1",
13837 "libc",
13838 "once_cell",
13839 "socket2 0.6.1",
13840 "tracing",
13841 "windows-sys 0.60.2",
13842]
13843
13844[[package]]
13845name = "quote"
13846version = "1.0.41"
13847source = "registry+https://github.com/rust-lang/crates.io-index"
13848checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13849dependencies = [
13850 "proc-macro2",
13851]
13852
13853[[package]]
13854name = "r-efi"
13855version = "5.3.0"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13858
13859[[package]]
13860name = "radium"
13861version = "0.7.0"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13864
13865[[package]]
13866name = "rand"
13867version = "0.3.23"
13868source = "registry+https://github.com/rust-lang/crates.io-index"
13869checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13870dependencies = [
13871 "libc",
13872 "rand 0.4.6",
13873]
13874
13875[[package]]
13876name = "rand"
13877version = "0.4.6"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13880dependencies = [
13881 "fuchsia-cprng",
13882 "libc",
13883 "rand_core 0.3.1",
13884 "rdrand",
13885 "winapi",
13886]
13887
13888[[package]]
13889name = "rand"
13890version = "0.8.5"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13893dependencies = [
13894 "libc",
13895 "rand_chacha 0.3.1",
13896 "rand_core 0.6.4",
13897]
13898
13899[[package]]
13900name = "rand"
13901version = "0.9.2"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13904dependencies = [
13905 "rand_chacha 0.9.0",
13906 "rand_core 0.9.3",
13907]
13908
13909[[package]]
13910name = "rand_chacha"
13911version = "0.3.1"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13914dependencies = [
13915 "ppv-lite86",
13916 "rand_core 0.6.4",
13917]
13918
13919[[package]]
13920name = "rand_chacha"
13921version = "0.9.0"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13924dependencies = [
13925 "ppv-lite86",
13926 "rand_core 0.9.3",
13927]
13928
13929[[package]]
13930name = "rand_core"
13931version = "0.3.1"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13934dependencies = [
13935 "rand_core 0.4.2",
13936]
13937
13938[[package]]
13939name = "rand_core"
13940version = "0.4.2"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13943
13944[[package]]
13945name = "rand_core"
13946version = "0.6.4"
13947source = "registry+https://github.com/rust-lang/crates.io-index"
13948checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13949dependencies = [
13950 "getrandom 0.2.16",
13951]
13952
13953[[package]]
13954name = "rand_core"
13955version = "0.9.3"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13958dependencies = [
13959 "getrandom 0.3.4",
13960]
13961
13962[[package]]
13963name = "rand_distr"
13964version = "0.5.1"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13967dependencies = [
13968 "num-traits",
13969 "rand 0.9.2",
13970]
13971
13972[[package]]
13973name = "rand_pcg"
13974version = "0.3.1"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13977dependencies = [
13978 "rand_core 0.6.4",
13979]
13980
13981[[package]]
13982name = "rand_xorshift"
13983version = "0.4.0"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13986dependencies = [
13987 "rand_core 0.9.3",
13988]
13989
13990[[package]]
13991name = "random_choice"
13992version = "0.3.2"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13995dependencies = [
13996 "rand 0.3.23",
13997]
13998
13999[[package]]
14000name = "range-alloc"
14001version = "0.1.4"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14004
14005[[package]]
14006name = "range-map"
14007version = "0.2.0"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14010dependencies = [
14011 "num-traits",
14012]
14013
14014[[package]]
14015name = "rangemap"
14016version = "1.7.1"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14019
14020[[package]]
14021name = "rav1e"
14022version = "0.7.1"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14025dependencies = [
14026 "arbitrary",
14027 "arg_enum_proc_macro",
14028 "arrayvec",
14029 "av1-grain",
14030 "bitstream-io",
14031 "built",
14032 "cfg-if",
14033 "interpolate_name",
14034 "itertools 0.12.1",
14035 "libc",
14036 "libfuzzer-sys",
14037 "log",
14038 "maybe-rayon",
14039 "new_debug_unreachable",
14040 "noop_proc_macro",
14041 "num-derive",
14042 "num-traits",
14043 "once_cell",
14044 "paste",
14045 "profiling",
14046 "rand 0.8.5",
14047 "rand_chacha 0.3.1",
14048 "simd_helpers",
14049 "system-deps 6.2.2",
14050 "thiserror 1.0.69",
14051 "v_frame",
14052 "wasm-bindgen",
14053]
14054
14055[[package]]
14056name = "ravif"
14057version = "0.11.20"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14060dependencies = [
14061 "avif-serialize",
14062 "imgref",
14063 "loop9",
14064 "quick-error 2.0.1",
14065 "rav1e",
14066 "rayon",
14067 "rgb",
14068]
14069
14070[[package]]
14071name = "raw-cpuid"
14072version = "10.7.0"
14073source = "registry+https://github.com/rust-lang/crates.io-index"
14074checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14075dependencies = [
14076 "bitflags 1.3.2",
14077]
14078
14079[[package]]
14080name = "raw-cpuid"
14081version = "11.6.0"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14084dependencies = [
14085 "bitflags 2.10.0",
14086]
14087
14088[[package]]
14089name = "raw-window-handle"
14090version = "0.6.2"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14093
14094[[package]]
14095name = "raw-window-metal"
14096version = "1.1.0"
14097source = "registry+https://github.com/rust-lang/crates.io-index"
14098checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14099dependencies = [
14100 "objc2",
14101 "objc2-core-foundation",
14102 "objc2-foundation",
14103 "objc2-quartz-core",
14104]
14105
14106[[package]]
14107name = "rayon"
14108version = "1.11.0"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14111dependencies = [
14112 "either",
14113 "rayon-core",
14114]
14115
14116[[package]]
14117name = "rayon-core"
14118version = "1.13.0"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14121dependencies = [
14122 "crossbeam-deque",
14123 "crossbeam-utils",
14124]
14125
14126[[package]]
14127name = "rdrand"
14128version = "0.4.0"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14131dependencies = [
14132 "rand_core 0.3.1",
14133]
14134
14135[[package]]
14136name = "read-fonts"
14137version = "0.35.0"
14138source = "registry+https://github.com/rust-lang/crates.io-index"
14139checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14140dependencies = [
14141 "bytemuck",
14142 "font-types 0.10.0",
14143]
14144
14145[[package]]
14146name = "read-fonts"
14147version = "0.37.0"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14150dependencies = [
14151 "bytemuck",
14152 "core_maths",
14153 "font-types 0.11.0",
14154]
14155
14156[[package]]
14157name = "realfft"
14158version = "3.5.0"
14159source = "registry+https://github.com/rust-lang/crates.io-index"
14160checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14161dependencies = [
14162 "rustfft",
14163]
14164
14165[[package]]
14166name = "reborrow"
14167version = "0.5.5"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14170
14171[[package]]
14172name = "recent_projects"
14173version = "0.1.0"
14174dependencies = [
14175 "anyhow",
14176 "askpass",
14177 "chrono",
14178 "db",
14179 "dev_container",
14180 "editor",
14181 "extension",
14182 "extension_host",
14183 "fs",
14184 "futures 0.3.32",
14185 "fuzzy",
14186 "gpui",
14187 "http_client",
14188 "indoc",
14189 "language",
14190 "log",
14191 "menu",
14192 "node_runtime",
14193 "open_path_prompt",
14194 "ordered-float 2.10.1",
14195 "paths",
14196 "picker",
14197 "project",
14198 "release_channel",
14199 "remote",
14200 "remote_connection",
14201 "remote_server",
14202 "semver",
14203 "serde",
14204 "serde_json",
14205 "settings",
14206 "smol",
14207 "task",
14208 "telemetry",
14209 "ui",
14210 "ui_input",
14211 "util",
14212 "windows-registry 0.6.1",
14213 "workspace",
14214 "worktree",
14215 "zed_actions",
14216]
14217
14218[[package]]
14219name = "redox_syscall"
14220version = "0.2.16"
14221source = "registry+https://github.com/rust-lang/crates.io-index"
14222checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14223dependencies = [
14224 "bitflags 1.3.2",
14225]
14226
14227[[package]]
14228name = "redox_syscall"
14229version = "0.5.18"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14232dependencies = [
14233 "bitflags 2.10.0",
14234]
14235
14236[[package]]
14237name = "redox_users"
14238version = "0.4.6"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14241dependencies = [
14242 "getrandom 0.2.16",
14243 "libredox",
14244 "thiserror 1.0.69",
14245]
14246
14247[[package]]
14248name = "redox_users"
14249version = "0.5.2"
14250source = "registry+https://github.com/rust-lang/crates.io-index"
14251checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14252dependencies = [
14253 "getrandom 0.2.16",
14254 "libredox",
14255 "thiserror 2.0.17",
14256]
14257
14258[[package]]
14259name = "ref-cast"
14260version = "1.0.25"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14263dependencies = [
14264 "ref-cast-impl",
14265]
14266
14267[[package]]
14268name = "ref-cast-impl"
14269version = "1.0.25"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14272dependencies = [
14273 "proc-macro2",
14274 "quote",
14275 "syn 2.0.117",
14276]
14277
14278[[package]]
14279name = "referencing"
14280version = "0.37.4"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14283dependencies = [
14284 "ahash 0.8.12",
14285 "fluent-uri",
14286 "getrandom 0.3.4",
14287 "hashbrown 0.16.1",
14288 "parking_lot",
14289 "percent-encoding",
14290 "serde_json",
14291]
14292
14293[[package]]
14294name = "refineable"
14295version = "0.1.0"
14296dependencies = [
14297 "derive_refineable",
14298]
14299
14300[[package]]
14301name = "regalloc2"
14302version = "0.12.2"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14305dependencies = [
14306 "allocator-api2",
14307 "bumpalo",
14308 "hashbrown 0.15.5",
14309 "log",
14310 "rustc-hash 2.1.1",
14311 "serde",
14312 "smallvec",
14313]
14314
14315[[package]]
14316name = "regex"
14317version = "1.12.2"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14320dependencies = [
14321 "aho-corasick",
14322 "memchr",
14323 "regex-automata",
14324 "regex-syntax",
14325]
14326
14327[[package]]
14328name = "regex-automata"
14329version = "0.4.13"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14332dependencies = [
14333 "aho-corasick",
14334 "memchr",
14335 "regex-syntax",
14336]
14337
14338[[package]]
14339name = "regex-lite"
14340version = "0.1.8"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14343
14344[[package]]
14345name = "regex-syntax"
14346version = "0.8.8"
14347source = "registry+https://github.com/rust-lang/crates.io-index"
14348checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14349
14350[[package]]
14351name = "release_channel"
14352version = "0.1.0"
14353dependencies = [
14354 "gpui",
14355 "semver",
14356]
14357
14358[[package]]
14359name = "remote"
14360version = "0.1.0"
14361dependencies = [
14362 "anyhow",
14363 "askpass",
14364 "async-trait",
14365 "base64 0.22.1",
14366 "collections",
14367 "fs",
14368 "futures 0.3.32",
14369 "gpui",
14370 "log",
14371 "parking_lot",
14372 "paths",
14373 "prost 0.9.0",
14374 "release_channel",
14375 "rpc",
14376 "schemars",
14377 "semver",
14378 "serde",
14379 "serde_json",
14380 "settings",
14381 "smol",
14382 "tempfile",
14383 "thiserror 2.0.17",
14384 "urlencoding",
14385 "util",
14386 "which 6.0.3",
14387]
14388
14389[[package]]
14390name = "remote_connection"
14391version = "0.1.0"
14392dependencies = [
14393 "anyhow",
14394 "askpass",
14395 "auto_update",
14396 "futures 0.3.32",
14397 "gpui",
14398 "log",
14399 "markdown",
14400 "menu",
14401 "release_channel",
14402 "remote",
14403 "semver",
14404 "settings",
14405 "theme_settings",
14406 "ui",
14407 "ui_input",
14408 "workspace",
14409]
14410
14411[[package]]
14412name = "remote_server"
14413version = "0.1.0"
14414dependencies = [
14415 "action_log",
14416 "agent",
14417 "anyhow",
14418 "askpass",
14419 "cargo_toml",
14420 "clap",
14421 "client",
14422 "clock",
14423 "collections",
14424 "crash-handler",
14425 "crashes",
14426 "dap_adapters",
14427 "debug_adapter_extension",
14428 "editor",
14429 "env_logger 0.11.8",
14430 "extension",
14431 "extension_host",
14432 "fork",
14433 "fs",
14434 "futures 0.3.32",
14435 "git",
14436 "git2",
14437 "git_hosting_providers",
14438 "gpui",
14439 "gpui_platform",
14440 "gpui_tokio",
14441 "http_client",
14442 "image",
14443 "json_schema_store",
14444 "language",
14445 "language_extension",
14446 "language_model",
14447 "languages",
14448 "libc",
14449 "log",
14450 "lsp",
14451 "minidumper",
14452 "net",
14453 "node_runtime",
14454 "paths",
14455 "pretty_assertions",
14456 "project",
14457 "proto",
14458 "rayon",
14459 "release_channel",
14460 "remote",
14461 "reqwest_client",
14462 "rpc",
14463 "rust-embed",
14464 "semver",
14465 "serde",
14466 "serde_json",
14467 "settings",
14468 "shellexpand 2.1.2",
14469 "smol",
14470 "sysinfo 0.37.2",
14471 "task",
14472 "theme",
14473 "theme_settings",
14474 "thiserror 2.0.17",
14475 "toml 0.8.23",
14476 "unindent",
14477 "util",
14478 "uuid",
14479 "watch",
14480 "windows 0.61.3",
14481 "worktree",
14482 "zlog",
14483]
14484
14485[[package]]
14486name = "rend"
14487version = "0.4.2"
14488source = "registry+https://github.com/rust-lang/crates.io-index"
14489checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14490dependencies = [
14491 "bytecheck",
14492]
14493
14494[[package]]
14495name = "renderdoc-sys"
14496version = "1.1.0"
14497source = "registry+https://github.com/rust-lang/crates.io-index"
14498checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14499
14500[[package]]
14501name = "repl"
14502version = "0.1.0"
14503dependencies = [
14504 "alacritty_terminal",
14505 "anyhow",
14506 "async-dispatcher",
14507 "async-task",
14508 "async-tungstenite",
14509 "base64 0.22.1",
14510 "client",
14511 "collections",
14512 "command_palette_hooks",
14513 "editor",
14514 "feature_flags",
14515 "file_icons",
14516 "futures 0.3.32",
14517 "gpui",
14518 "html_to_markdown",
14519 "http_client",
14520 "image",
14521 "indoc",
14522 "jupyter-protocol",
14523 "jupyter-websocket-client",
14524 "language",
14525 "languages",
14526 "log",
14527 "markdown",
14528 "menu",
14529 "multi_buffer",
14530 "nbformat",
14531 "picker",
14532 "project",
14533 "remote",
14534 "runtimelib",
14535 "serde",
14536 "serde_json",
14537 "settings",
14538 "shlex",
14539 "smol",
14540 "telemetry",
14541 "terminal",
14542 "terminal_view",
14543 "theme",
14544 "theme_settings",
14545 "tree-sitter-md",
14546 "tree-sitter-python",
14547 "tree-sitter-typescript",
14548 "ui",
14549 "util",
14550 "uuid",
14551 "workspace",
14552 "zed_actions",
14553]
14554
14555[[package]]
14556name = "reqwest"
14557version = "0.11.27"
14558source = "registry+https://github.com/rust-lang/crates.io-index"
14559checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14560dependencies = [
14561 "base64 0.21.7",
14562 "bytes 1.11.1",
14563 "encoding_rs",
14564 "futures-core",
14565 "futures-util",
14566 "h2 0.3.27",
14567 "http 0.2.12",
14568 "http-body 0.4.6",
14569 "hyper 0.14.32",
14570 "hyper-tls",
14571 "ipnet",
14572 "js-sys",
14573 "log",
14574 "mime",
14575 "native-tls",
14576 "once_cell",
14577 "percent-encoding",
14578 "pin-project-lite",
14579 "rustls-pemfile 1.0.4",
14580 "serde",
14581 "serde_json",
14582 "serde_urlencoded",
14583 "sync_wrapper 0.1.2",
14584 "system-configuration 0.5.1",
14585 "tokio",
14586 "tokio-native-tls",
14587 "tower-service",
14588 "url",
14589 "wasm-bindgen",
14590 "wasm-bindgen-futures",
14591 "web-sys",
14592 "winreg 0.50.0",
14593]
14594
14595[[package]]
14596name = "reqwest"
14597version = "0.12.24"
14598source = "registry+https://github.com/rust-lang/crates.io-index"
14599checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14600dependencies = [
14601 "base64 0.22.1",
14602 "bytes 1.11.1",
14603 "futures-channel",
14604 "futures-core",
14605 "futures-util",
14606 "http 1.3.1",
14607 "http-body 1.0.1",
14608 "http-body-util",
14609 "hyper 1.7.0",
14610 "hyper-rustls 0.27.7",
14611 "hyper-util",
14612 "js-sys",
14613 "log",
14614 "percent-encoding",
14615 "pin-project-lite",
14616 "quinn",
14617 "rustls 0.23.33",
14618 "rustls-native-certs 0.8.2",
14619 "rustls-pki-types",
14620 "serde",
14621 "serde_json",
14622 "serde_urlencoded",
14623 "sync_wrapper 1.0.2",
14624 "tokio",
14625 "tokio-rustls 0.26.2",
14626 "tower 0.5.2",
14627 "tower-http 0.6.6",
14628 "tower-service",
14629 "url",
14630 "wasm-bindgen",
14631 "wasm-bindgen-futures",
14632 "web-sys",
14633]
14634
14635[[package]]
14636name = "reqwest_client"
14637version = "0.1.0"
14638dependencies = [
14639 "anyhow",
14640 "bytes 1.11.1",
14641 "futures 0.3.32",
14642 "gpui_util",
14643 "http_client",
14644 "http_client_tls",
14645 "log",
14646 "regex",
14647 "serde",
14648 "tokio",
14649 "zed-reqwest",
14650]
14651
14652[[package]]
14653name = "resvg"
14654version = "0.45.1"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14657dependencies = [
14658 "gif",
14659 "image-webp",
14660 "log",
14661 "pico-args",
14662 "rgb",
14663 "svgtypes",
14664 "tiny-skia",
14665 "usvg",
14666 "zune-jpeg",
14667]
14668
14669[[package]]
14670name = "rfc6979"
14671version = "0.3.1"
14672source = "registry+https://github.com/rust-lang/crates.io-index"
14673checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14674dependencies = [
14675 "crypto-bigint 0.4.9",
14676 "hmac",
14677 "zeroize",
14678]
14679
14680[[package]]
14681name = "rgb"
14682version = "0.8.52"
14683source = "registry+https://github.com/rust-lang/crates.io-index"
14684checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14685dependencies = [
14686 "bytemuck",
14687]
14688
14689[[package]]
14690name = "ring"
14691version = "0.17.14"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14694dependencies = [
14695 "cc",
14696 "cfg-if",
14697 "getrandom 0.2.16",
14698 "libc",
14699 "untrusted 0.9.0",
14700 "windows-sys 0.52.0",
14701]
14702
14703[[package]]
14704name = "rkyv"
14705version = "0.7.45"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14708dependencies = [
14709 "bitvec",
14710 "bytecheck",
14711 "bytes 1.11.1",
14712 "hashbrown 0.12.3",
14713 "ptr_meta",
14714 "rend",
14715 "rkyv_derive",
14716 "seahash",
14717 "tinyvec",
14718 "uuid",
14719]
14720
14721[[package]]
14722name = "rkyv_derive"
14723version = "0.7.45"
14724source = "registry+https://github.com/rust-lang/crates.io-index"
14725checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14726dependencies = [
14727 "proc-macro2",
14728 "quote",
14729 "syn 1.0.109",
14730]
14731
14732[[package]]
14733name = "rmp"
14734version = "0.8.14"
14735source = "registry+https://github.com/rust-lang/crates.io-index"
14736checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14737dependencies = [
14738 "byteorder",
14739 "num-traits",
14740 "paste",
14741]
14742
14743[[package]]
14744name = "rmpv"
14745version = "1.3.0"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14748dependencies = [
14749 "num-traits",
14750 "rmp",
14751]
14752
14753[[package]]
14754name = "rodio"
14755version = "0.21.1"
14756source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14757dependencies = [
14758 "cpal",
14759 "dasp_sample",
14760 "hound",
14761 "num-rational",
14762 "rand 0.9.2",
14763 "rand_distr",
14764 "rtrb",
14765 "symphonia",
14766 "thiserror 2.0.17",
14767]
14768
14769[[package]]
14770name = "rope"
14771version = "0.1.0"
14772dependencies = [
14773 "criterion",
14774 "ctor",
14775 "gpui",
14776 "heapless",
14777 "log",
14778 "rand 0.9.2",
14779 "rayon",
14780 "sum_tree",
14781 "tracing",
14782 "unicode-segmentation",
14783 "util",
14784 "zlog",
14785 "ztracing",
14786]
14787
14788[[package]]
14789name = "roxmltree"
14790version = "0.20.0"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14793
14794[[package]]
14795name = "rpassword"
14796version = "7.4.0"
14797source = "registry+https://github.com/rust-lang/crates.io-index"
14798checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14799dependencies = [
14800 "libc",
14801 "rtoolbox",
14802 "windows-sys 0.59.0",
14803]
14804
14805[[package]]
14806name = "rpc"
14807version = "0.1.0"
14808dependencies = [
14809 "anyhow",
14810 "async-tungstenite",
14811 "base64 0.22.1",
14812 "collections",
14813 "futures 0.3.32",
14814 "gpui",
14815 "parking_lot",
14816 "proto",
14817 "rand 0.9.2",
14818 "rsa",
14819 "serde",
14820 "serde_json",
14821 "sha2",
14822 "strum 0.27.2",
14823 "tracing",
14824 "util",
14825 "zlog",
14826 "zstd",
14827]
14828
14829[[package]]
14830name = "rsa"
14831version = "0.9.10"
14832source = "registry+https://github.com/rust-lang/crates.io-index"
14833checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14834dependencies = [
14835 "const-oid",
14836 "digest",
14837 "num-bigint-dig 0.8.6",
14838 "num-integer",
14839 "num-traits",
14840 "pkcs1",
14841 "pkcs8 0.10.2",
14842 "rand_core 0.6.4",
14843 "signature 2.2.0",
14844 "spki 0.7.3",
14845 "subtle",
14846 "zeroize",
14847]
14848
14849[[package]]
14850name = "rtoolbox"
14851version = "0.0.3"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14854dependencies = [
14855 "libc",
14856 "windows-sys 0.52.0",
14857]
14858
14859[[package]]
14860name = "rtrb"
14861version = "0.3.2"
14862source = "registry+https://github.com/rust-lang/crates.io-index"
14863checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14864
14865[[package]]
14866name = "rules_library"
14867version = "0.1.0"
14868dependencies = [
14869 "anyhow",
14870 "collections",
14871 "editor",
14872 "gpui",
14873 "language",
14874 "language_model",
14875 "log",
14876 "menu",
14877 "picker",
14878 "platform_title_bar",
14879 "prompt_store",
14880 "release_channel",
14881 "rope",
14882 "serde",
14883 "settings",
14884 "theme_settings",
14885 "ui",
14886 "ui_input",
14887 "util",
14888 "workspace",
14889 "zed_actions",
14890]
14891
14892[[package]]
14893name = "runtimelib"
14894version = "1.4.0"
14895source = "registry+https://github.com/rust-lang/crates.io-index"
14896checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14897dependencies = [
14898 "async-dispatcher",
14899 "async-std",
14900 "aws-lc-rs",
14901 "base64 0.22.1",
14902 "bytes 1.11.1",
14903 "chrono",
14904 "data-encoding",
14905 "dirs 6.0.0",
14906 "futures 0.3.32",
14907 "glob",
14908 "jupyter-protocol",
14909 "serde",
14910 "serde_json",
14911 "shellexpand 3.1.1",
14912 "smol",
14913 "thiserror 2.0.17",
14914 "uuid",
14915 "zeromq",
14916]
14917
14918[[package]]
14919name = "rust-embed"
14920version = "8.11.0"
14921source = "registry+https://github.com/rust-lang/crates.io-index"
14922checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14923dependencies = [
14924 "rust-embed-impl",
14925 "rust-embed-utils",
14926 "walkdir",
14927]
14928
14929[[package]]
14930name = "rust-embed-impl"
14931version = "8.11.0"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14934dependencies = [
14935 "proc-macro2",
14936 "quote",
14937 "rust-embed-utils",
14938 "syn 2.0.117",
14939 "walkdir",
14940]
14941
14942[[package]]
14943name = "rust-embed-utils"
14944version = "8.11.0"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14947dependencies = [
14948 "globset",
14949 "sha2",
14950 "walkdir",
14951]
14952
14953[[package]]
14954name = "rust_decimal"
14955version = "1.39.0"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14958dependencies = [
14959 "arrayvec",
14960 "borsh",
14961 "bytes 1.11.1",
14962 "num-traits",
14963 "rand 0.8.5",
14964 "rkyv",
14965 "serde",
14966 "serde_json",
14967]
14968
14969[[package]]
14970name = "rustc-demangle"
14971version = "0.1.26"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14974
14975[[package]]
14976name = "rustc-hash"
14977version = "1.1.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14980
14981[[package]]
14982name = "rustc-hash"
14983version = "2.1.1"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14986
14987[[package]]
14988name = "rustc_version"
14989version = "0.4.1"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14992dependencies = [
14993 "semver",
14994]
14995
14996[[package]]
14997name = "rustfft"
14998version = "6.4.1"
14999source = "registry+https://github.com/rust-lang/crates.io-index"
15000checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15001dependencies = [
15002 "num-complex",
15003 "num-integer",
15004 "num-traits",
15005 "primal-check",
15006 "strength_reduce",
15007 "transpose",
15008]
15009
15010[[package]]
15011name = "rustix"
15012version = "0.38.44"
15013source = "registry+https://github.com/rust-lang/crates.io-index"
15014checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15015dependencies = [
15016 "bitflags 2.10.0",
15017 "errno 0.3.14",
15018 "libc",
15019 "linux-raw-sys 0.4.15",
15020 "windows-sys 0.59.0",
15021]
15022
15023[[package]]
15024name = "rustix"
15025version = "1.1.2"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15028dependencies = [
15029 "bitflags 2.10.0",
15030 "errno 0.3.14",
15031 "libc",
15032 "linux-raw-sys 0.11.0",
15033 "windows-sys 0.61.2",
15034]
15035
15036[[package]]
15037name = "rustix-linux-procfs"
15038version = "0.1.1"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15041dependencies = [
15042 "once_cell",
15043 "rustix 1.1.2",
15044]
15045
15046[[package]]
15047name = "rustix-openpty"
15048version = "0.2.0"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15051dependencies = [
15052 "errno 0.3.14",
15053 "libc",
15054 "rustix 1.1.2",
15055]
15056
15057[[package]]
15058name = "rustls"
15059version = "0.21.12"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15062dependencies = [
15063 "log",
15064 "ring",
15065 "rustls-webpki 0.101.7",
15066 "sct",
15067]
15068
15069[[package]]
15070name = "rustls"
15071version = "0.23.33"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15074dependencies = [
15075 "aws-lc-rs",
15076 "log",
15077 "once_cell",
15078 "ring",
15079 "rustls-pki-types",
15080 "rustls-webpki 0.103.7",
15081 "subtle",
15082 "zeroize",
15083]
15084
15085[[package]]
15086name = "rustls-native-certs"
15087version = "0.6.3"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15090dependencies = [
15091 "openssl-probe",
15092 "rustls-pemfile 1.0.4",
15093 "schannel",
15094 "security-framework 2.11.1",
15095]
15096
15097[[package]]
15098name = "rustls-native-certs"
15099version = "0.8.2"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15102dependencies = [
15103 "openssl-probe",
15104 "rustls-pki-types",
15105 "schannel",
15106 "security-framework 3.5.1",
15107]
15108
15109[[package]]
15110name = "rustls-pemfile"
15111version = "1.0.4"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15114dependencies = [
15115 "base64 0.21.7",
15116]
15117
15118[[package]]
15119name = "rustls-pemfile"
15120version = "2.2.0"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15123dependencies = [
15124 "rustls-pki-types",
15125]
15126
15127[[package]]
15128name = "rustls-pki-types"
15129version = "1.12.0"
15130source = "registry+https://github.com/rust-lang/crates.io-index"
15131checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15132dependencies = [
15133 "web-time",
15134 "zeroize",
15135]
15136
15137[[package]]
15138name = "rustls-platform-verifier"
15139version = "0.5.3"
15140source = "registry+https://github.com/rust-lang/crates.io-index"
15141checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15142dependencies = [
15143 "core-foundation 0.10.0",
15144 "core-foundation-sys",
15145 "jni",
15146 "log",
15147 "once_cell",
15148 "rustls 0.23.33",
15149 "rustls-native-certs 0.8.2",
15150 "rustls-platform-verifier-android",
15151 "rustls-webpki 0.103.7",
15152 "security-framework 3.5.1",
15153 "security-framework-sys",
15154 "webpki-root-certs",
15155 "windows-sys 0.59.0",
15156]
15157
15158[[package]]
15159name = "rustls-platform-verifier-android"
15160version = "0.1.1"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15163
15164[[package]]
15165name = "rustls-webpki"
15166version = "0.101.7"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15169dependencies = [
15170 "ring",
15171 "untrusted 0.9.0",
15172]
15173
15174[[package]]
15175name = "rustls-webpki"
15176version = "0.103.7"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15179dependencies = [
15180 "aws-lc-rs",
15181 "ring",
15182 "rustls-pki-types",
15183 "untrusted 0.9.0",
15184]
15185
15186[[package]]
15187name = "rustversion"
15188version = "1.0.22"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15191
15192[[package]]
15193name = "rusty-fork"
15194version = "0.3.1"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15197dependencies = [
15198 "fnv",
15199 "quick-error 1.2.3",
15200 "tempfile",
15201 "wait-timeout",
15202]
15203
15204[[package]]
15205name = "rustybuzz"
15206version = "0.20.1"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15209dependencies = [
15210 "bitflags 2.10.0",
15211 "bytemuck",
15212 "core_maths",
15213 "log",
15214 "smallvec",
15215 "ttf-parser 0.25.1",
15216 "unicode-bidi-mirroring",
15217 "unicode-ccc",
15218 "unicode-properties",
15219 "unicode-script",
15220]
15221
15222[[package]]
15223name = "ryu"
15224version = "1.0.20"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15227
15228[[package]]
15229name = "saa"
15230version = "5.4.9"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15233
15234[[package]]
15235name = "safetensors"
15236version = "0.4.5"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15239dependencies = [
15240 "serde",
15241 "serde_json",
15242]
15243
15244[[package]]
15245name = "same-file"
15246version = "1.0.6"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15249dependencies = [
15250 "winapi-util",
15251]
15252
15253[[package]]
15254name = "scc"
15255version = "3.5.6"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15258dependencies = [
15259 "saa",
15260 "sdd",
15261]
15262
15263[[package]]
15264name = "schannel"
15265version = "0.1.28"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15268dependencies = [
15269 "windows-sys 0.61.2",
15270]
15271
15272[[package]]
15273name = "scheduler"
15274version = "0.1.0"
15275dependencies = [
15276 "async-task",
15277 "backtrace",
15278 "chrono",
15279 "flume",
15280 "futures 0.3.32",
15281 "parking_lot",
15282 "rand 0.9.2",
15283 "web-time",
15284]
15285
15286[[package]]
15287name = "schema_generator"
15288version = "0.1.0"
15289dependencies = [
15290 "anyhow",
15291 "clap",
15292 "env_logger 0.11.8",
15293 "schemars",
15294 "serde",
15295 "serde_json",
15296 "settings",
15297 "theme",
15298 "theme_settings",
15299]
15300
15301[[package]]
15302name = "schemars"
15303version = "1.0.4"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15306dependencies = [
15307 "dyn-clone",
15308 "indexmap",
15309 "ref-cast",
15310 "schemars_derive",
15311 "serde",
15312 "serde_json",
15313]
15314
15315[[package]]
15316name = "schemars_derive"
15317version = "1.0.4"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15320dependencies = [
15321 "proc-macro2",
15322 "quote",
15323 "serde_derive_internals",
15324 "syn 2.0.117",
15325]
15326
15327[[package]]
15328name = "scoped-tls"
15329version = "1.0.1"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15332
15333[[package]]
15334name = "scopeguard"
15335version = "1.2.0"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15338
15339[[package]]
15340name = "scratch"
15341version = "1.0.9"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15344
15345[[package]]
15346name = "screencapturekit"
15347version = "0.2.8"
15348source = "registry+https://github.com/rust-lang/crates.io-index"
15349checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15350dependencies = [
15351 "screencapturekit-sys",
15352]
15353
15354[[package]]
15355name = "screencapturekit-sys"
15356version = "0.2.8"
15357source = "registry+https://github.com/rust-lang/crates.io-index"
15358checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15359dependencies = [
15360 "block",
15361 "dispatch",
15362 "objc",
15363 "objc-foundation",
15364 "objc_id",
15365 "once_cell",
15366]
15367
15368[[package]]
15369name = "scroll"
15370version = "0.12.0"
15371source = "registry+https://github.com/rust-lang/crates.io-index"
15372checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15373dependencies = [
15374 "scroll_derive",
15375]
15376
15377[[package]]
15378name = "scroll_derive"
15379version = "0.12.1"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15382dependencies = [
15383 "proc-macro2",
15384 "quote",
15385 "syn 2.0.117",
15386]
15387
15388[[package]]
15389name = "sct"
15390version = "0.7.1"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15393dependencies = [
15394 "ring",
15395 "untrusted 0.9.0",
15396]
15397
15398[[package]]
15399name = "sdd"
15400version = "4.6.2"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15403
15404[[package]]
15405name = "sea-bae"
15406version = "0.2.1"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15409dependencies = [
15410 "heck 0.4.1",
15411 "proc-macro-error2",
15412 "proc-macro2",
15413 "quote",
15414 "syn 2.0.117",
15415]
15416
15417[[package]]
15418name = "sea-orm"
15419version = "1.1.10"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15422dependencies = [
15423 "async-stream",
15424 "async-trait",
15425 "bigdecimal",
15426 "chrono",
15427 "futures-util",
15428 "log",
15429 "ouroboros",
15430 "pgvector",
15431 "rust_decimal",
15432 "sea-orm-macros",
15433 "sea-query",
15434 "sea-query-binder",
15435 "serde",
15436 "serde_json",
15437 "sqlx",
15438 "strum 0.26.3",
15439 "thiserror 2.0.17",
15440 "time",
15441 "tracing",
15442 "url",
15443 "uuid",
15444]
15445
15446[[package]]
15447name = "sea-orm-macros"
15448version = "1.1.10"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15451dependencies = [
15452 "heck 0.4.1",
15453 "proc-macro2",
15454 "quote",
15455 "sea-bae",
15456 "syn 2.0.117",
15457 "unicode-ident",
15458]
15459
15460[[package]]
15461name = "sea-query"
15462version = "0.32.7"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15465dependencies = [
15466 "bigdecimal",
15467 "chrono",
15468 "inherent",
15469 "ordered-float 4.6.0",
15470 "rust_decimal",
15471 "serde_json",
15472 "time",
15473 "uuid",
15474]
15475
15476[[package]]
15477name = "sea-query-binder"
15478version = "0.7.0"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15481dependencies = [
15482 "bigdecimal",
15483 "chrono",
15484 "rust_decimal",
15485 "sea-query",
15486 "serde_json",
15487 "sqlx",
15488 "time",
15489 "uuid",
15490]
15491
15492[[package]]
15493name = "seahash"
15494version = "4.1.0"
15495source = "registry+https://github.com/rust-lang/crates.io-index"
15496checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15497
15498[[package]]
15499name = "search"
15500version = "0.1.0"
15501dependencies = [
15502 "any_vec",
15503 "anyhow",
15504 "bitflags 2.10.0",
15505 "collections",
15506 "editor",
15507 "fs",
15508 "futures 0.3.32",
15509 "gpui",
15510 "itertools 0.14.0",
15511 "language",
15512 "lsp",
15513 "menu",
15514 "multi_buffer",
15515 "pretty_assertions",
15516 "project",
15517 "serde",
15518 "serde_json",
15519 "settings",
15520 "smol",
15521 "theme",
15522 "theme_settings",
15523 "tracing",
15524 "ui",
15525 "unindent",
15526 "util",
15527 "util_macros",
15528 "workspace",
15529 "zed_actions",
15530 "ztracing",
15531]
15532
15533[[package]]
15534name = "sec1"
15535version = "0.3.0"
15536source = "registry+https://github.com/rust-lang/crates.io-index"
15537checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15538dependencies = [
15539 "base16ct",
15540 "der 0.6.1",
15541 "generic-array",
15542 "pkcs8 0.9.0",
15543 "subtle",
15544 "zeroize",
15545]
15546
15547[[package]]
15548name = "secrecy"
15549version = "0.10.3"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15552dependencies = [
15553 "zeroize",
15554]
15555
15556[[package]]
15557name = "security-framework"
15558version = "2.11.1"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15561dependencies = [
15562 "bitflags 2.10.0",
15563 "core-foundation 0.9.4",
15564 "core-foundation-sys",
15565 "libc",
15566 "security-framework-sys",
15567]
15568
15569[[package]]
15570name = "security-framework"
15571version = "3.5.1"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15574dependencies = [
15575 "bitflags 2.10.0",
15576 "core-foundation 0.10.0",
15577 "core-foundation-sys",
15578 "libc",
15579 "security-framework-sys",
15580]
15581
15582[[package]]
15583name = "security-framework-sys"
15584version = "2.15.0"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15587dependencies = [
15588 "core-foundation-sys",
15589 "libc",
15590]
15591
15592[[package]]
15593name = "self_cell"
15594version = "1.2.2"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15597
15598[[package]]
15599name = "semver"
15600version = "1.0.27"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15603dependencies = [
15604 "serde",
15605 "serde_core",
15606]
15607
15608[[package]]
15609name = "seq-macro"
15610version = "0.3.6"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15613
15614[[package]]
15615name = "serde"
15616version = "1.0.228"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15619dependencies = [
15620 "serde_core",
15621 "serde_derive",
15622]
15623
15624[[package]]
15625name = "serde_bytes"
15626version = "0.11.19"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15629dependencies = [
15630 "serde",
15631 "serde_core",
15632]
15633
15634[[package]]
15635name = "serde_core"
15636version = "1.0.228"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15639dependencies = [
15640 "serde_derive",
15641]
15642
15643[[package]]
15644name = "serde_derive"
15645version = "1.0.228"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15648dependencies = [
15649 "proc-macro2",
15650 "quote",
15651 "syn 2.0.117",
15652]
15653
15654[[package]]
15655name = "serde_derive_internals"
15656version = "0.29.1"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15659dependencies = [
15660 "proc-macro2",
15661 "quote",
15662 "syn 2.0.117",
15663]
15664
15665[[package]]
15666name = "serde_fmt"
15667version = "1.0.3"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15670dependencies = [
15671 "serde",
15672]
15673
15674[[package]]
15675name = "serde_json"
15676version = "1.0.145"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15679dependencies = [
15680 "indexmap",
15681 "itoa",
15682 "memchr",
15683 "ryu",
15684 "serde",
15685 "serde_core",
15686]
15687
15688[[package]]
15689name = "serde_json_lenient"
15690version = "0.2.4"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15693dependencies = [
15694 "indexmap",
15695 "itoa",
15696 "memchr",
15697 "ryu",
15698 "serde",
15699]
15700
15701[[package]]
15702name = "serde_path_to_error"
15703version = "0.1.20"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15706dependencies = [
15707 "itoa",
15708 "serde",
15709 "serde_core",
15710]
15711
15712[[package]]
15713name = "serde_repr"
15714version = "0.1.20"
15715source = "registry+https://github.com/rust-lang/crates.io-index"
15716checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15717dependencies = [
15718 "proc-macro2",
15719 "quote",
15720 "syn 2.0.117",
15721]
15722
15723[[package]]
15724name = "serde_spanned"
15725version = "0.6.9"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15728dependencies = [
15729 "serde",
15730]
15731
15732[[package]]
15733name = "serde_spanned"
15734version = "1.0.3"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15737dependencies = [
15738 "serde_core",
15739]
15740
15741[[package]]
15742name = "serde_urlencoded"
15743version = "0.7.1"
15744source = "registry+https://github.com/rust-lang/crates.io-index"
15745checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15746dependencies = [
15747 "form_urlencoded",
15748 "itoa",
15749 "ryu",
15750 "serde",
15751]
15752
15753[[package]]
15754name = "serde_yaml"
15755version = "0.9.34+deprecated"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15758dependencies = [
15759 "indexmap",
15760 "itoa",
15761 "ryu",
15762 "serde",
15763 "unsafe-libyaml",
15764]
15765
15766[[package]]
15767name = "serial2"
15768version = "0.2.33"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15771dependencies = [
15772 "cfg-if",
15773 "libc",
15774 "winapi",
15775]
15776
15777[[package]]
15778name = "session"
15779version = "0.1.0"
15780dependencies = [
15781 "db",
15782 "gpui",
15783 "serde_json",
15784 "util",
15785 "uuid",
15786]
15787
15788[[package]]
15789name = "settings"
15790version = "0.1.0"
15791dependencies = [
15792 "anyhow",
15793 "collections",
15794 "ec4rs",
15795 "fs",
15796 "futures 0.3.32",
15797 "gpui",
15798 "indoc",
15799 "inventory",
15800 "log",
15801 "migrator",
15802 "paths",
15803 "pretty_assertions",
15804 "release_channel",
15805 "rust-embed",
15806 "schemars",
15807 "serde",
15808 "serde_json",
15809 "serde_json_lenient",
15810 "settings_content",
15811 "settings_json",
15812 "settings_macros",
15813 "smallvec",
15814 "unindent",
15815 "util",
15816 "zlog",
15817]
15818
15819[[package]]
15820name = "settings_content"
15821version = "0.1.0"
15822dependencies = [
15823 "anyhow",
15824 "collections",
15825 "derive_more",
15826 "gpui",
15827 "language_model_core",
15828 "log",
15829 "schemars",
15830 "serde",
15831 "serde_json",
15832 "serde_json_lenient",
15833 "settings_json",
15834 "settings_macros",
15835 "strum 0.27.2",
15836 "util",
15837]
15838
15839[[package]]
15840name = "settings_json"
15841version = "0.1.0"
15842dependencies = [
15843 "anyhow",
15844 "pretty_assertions",
15845 "serde",
15846 "serde_json",
15847 "serde_json_lenient",
15848 "serde_path_to_error",
15849 "tree-sitter",
15850 "tree-sitter-json",
15851 "unindent",
15852 "util",
15853]
15854
15855[[package]]
15856name = "settings_macros"
15857version = "0.1.0"
15858dependencies = [
15859 "quote",
15860 "settings",
15861 "syn 2.0.117",
15862]
15863
15864[[package]]
15865name = "settings_profile_selector"
15866version = "0.1.0"
15867dependencies = [
15868 "editor",
15869 "fuzzy",
15870 "gpui",
15871 "menu",
15872 "picker",
15873 "project",
15874 "serde_json",
15875 "settings",
15876 "theme",
15877 "theme_settings",
15878 "ui",
15879 "workspace",
15880 "zed_actions",
15881]
15882
15883[[package]]
15884name = "settings_ui"
15885version = "0.1.0"
15886dependencies = [
15887 "agent",
15888 "agent_settings",
15889 "anyhow",
15890 "audio",
15891 "codestral",
15892 "component",
15893 "copilot",
15894 "copilot_ui",
15895 "cpal",
15896 "edit_prediction",
15897 "edit_prediction_ui",
15898 "editor",
15899 "fs",
15900 "futures 0.3.32",
15901 "fuzzy",
15902 "gpui",
15903 "heck 0.5.0",
15904 "itertools 0.14.0",
15905 "language",
15906 "log",
15907 "menu",
15908 "paths",
15909 "picker",
15910 "platform_title_bar",
15911 "pretty_assertions",
15912 "project",
15913 "regex",
15914 "release_channel",
15915 "rodio",
15916 "schemars",
15917 "search",
15918 "serde",
15919 "serde_json",
15920 "settings",
15921 "shell_command_parser",
15922 "strum 0.27.2",
15923 "telemetry",
15924 "theme",
15925 "theme_settings",
15926 "title_bar",
15927 "ui",
15928 "util",
15929 "workspace",
15930 "zed_actions",
15931 "zed_credentials_provider",
15932]
15933
15934[[package]]
15935name = "sha-1"
15936version = "0.10.1"
15937source = "registry+https://github.com/rust-lang/crates.io-index"
15938checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15939dependencies = [
15940 "cfg-if",
15941 "cpufeatures",
15942 "digest",
15943]
15944
15945[[package]]
15946name = "sha1"
15947version = "0.10.6"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15950dependencies = [
15951 "cfg-if",
15952 "cpufeatures",
15953 "digest",
15954]
15955
15956[[package]]
15957name = "sha1_smol"
15958version = "1.0.1"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15961
15962[[package]]
15963name = "sha2"
15964version = "0.10.9"
15965source = "registry+https://github.com/rust-lang/crates.io-index"
15966checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15967dependencies = [
15968 "cfg-if",
15969 "cpufeatures",
15970 "digest",
15971]
15972
15973[[package]]
15974name = "sharded-slab"
15975version = "0.1.7"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15978dependencies = [
15979 "lazy_static",
15980]
15981
15982[[package]]
15983name = "shared_library"
15984version = "0.1.9"
15985source = "registry+https://github.com/rust-lang/crates.io-index"
15986checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15987dependencies = [
15988 "lazy_static",
15989 "libc",
15990]
15991
15992[[package]]
15993name = "shell-words"
15994version = "1.1.0"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15997
15998[[package]]
15999name = "shell_command_parser"
16000version = "0.1.0"
16001dependencies = [
16002 "brush-parser",
16003]
16004
16005[[package]]
16006name = "shellexpand"
16007version = "2.1.2"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16010dependencies = [
16011 "dirs 4.0.0",
16012]
16013
16014[[package]]
16015name = "shellexpand"
16016version = "3.1.1"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16019dependencies = [
16020 "dirs 6.0.0",
16021]
16022
16023[[package]]
16024name = "shingles"
16025version = "0.1.1"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16028
16029[[package]]
16030name = "shlex"
16031version = "1.3.0"
16032source = "registry+https://github.com/rust-lang/crates.io-index"
16033checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16034
16035[[package]]
16036name = "sidebar"
16037version = "0.1.0"
16038dependencies = [
16039 "acp_thread",
16040 "action_log",
16041 "agent",
16042 "agent-client-protocol",
16043 "agent_settings",
16044 "agent_ui",
16045 "anyhow",
16046 "chrono",
16047 "client",
16048 "clock",
16049 "editor",
16050 "extension",
16051 "fs",
16052 "git",
16053 "gpui",
16054 "http_client",
16055 "language",
16056 "language_model",
16057 "log",
16058 "menu",
16059 "node_runtime",
16060 "platform_title_bar",
16061 "pretty_assertions",
16062 "project",
16063 "prompt_store",
16064 "recent_projects",
16065 "release_channel",
16066 "remote",
16067 "remote_connection",
16068 "remote_server",
16069 "semver",
16070 "serde",
16071 "serde_json",
16072 "settings",
16073 "smol",
16074 "theme",
16075 "theme_settings",
16076 "ui",
16077 "util",
16078 "vim_mode_setting",
16079 "workspace",
16080 "zed_actions",
16081]
16082
16083[[package]]
16084name = "signal-hook"
16085version = "0.3.18"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16088dependencies = [
16089 "libc",
16090 "signal-hook-registry",
16091]
16092
16093[[package]]
16094name = "signal-hook-registry"
16095version = "1.4.6"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16098dependencies = [
16099 "libc",
16100]
16101
16102[[package]]
16103name = "signature"
16104version = "1.6.4"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16107dependencies = [
16108 "digest",
16109 "rand_core 0.6.4",
16110]
16111
16112[[package]]
16113name = "signature"
16114version = "2.2.0"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16117dependencies = [
16118 "digest",
16119 "rand_core 0.6.4",
16120]
16121
16122[[package]]
16123name = "simd-adler32"
16124version = "0.3.7"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16127
16128[[package]]
16129name = "simd_helpers"
16130version = "0.1.0"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16133dependencies = [
16134 "quote",
16135]
16136
16137[[package]]
16138name = "simdutf8"
16139version = "0.1.5"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16142
16143[[package]]
16144name = "similar"
16145version = "2.7.0"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16148
16149[[package]]
16150name = "simple_asn1"
16151version = "0.6.3"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16154dependencies = [
16155 "num-bigint",
16156 "num-traits",
16157 "thiserror 2.0.17",
16158 "time",
16159]
16160
16161[[package]]
16162name = "simplecss"
16163version = "0.2.2"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16166dependencies = [
16167 "log",
16168]
16169
16170[[package]]
16171name = "simplelog"
16172version = "0.12.2"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16175dependencies = [
16176 "log",
16177 "termcolor",
16178 "time",
16179]
16180
16181[[package]]
16182name = "siphasher"
16183version = "0.3.11"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16186
16187[[package]]
16188name = "siphasher"
16189version = "1.0.1"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16192
16193[[package]]
16194name = "skrifa"
16195version = "0.37.0"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16198dependencies = [
16199 "bytemuck",
16200 "read-fonts 0.35.0",
16201]
16202
16203[[package]]
16204name = "skrifa"
16205version = "0.40.0"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16208dependencies = [
16209 "bytemuck",
16210 "read-fonts 0.37.0",
16211]
16212
16213[[package]]
16214name = "slab"
16215version = "0.4.11"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16218
16219[[package]]
16220name = "slotmap"
16221version = "1.0.7"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16224dependencies = [
16225 "version_check",
16226]
16227
16228[[package]]
16229name = "smallvec"
16230version = "1.15.1"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16233dependencies = [
16234 "serde",
16235]
16236
16237[[package]]
16238name = "smart-default"
16239version = "0.7.1"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16242dependencies = [
16243 "proc-macro2",
16244 "quote",
16245 "syn 2.0.117",
16246]
16247
16248[[package]]
16249name = "smol"
16250version = "2.0.2"
16251source = "registry+https://github.com/rust-lang/crates.io-index"
16252checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16253dependencies = [
16254 "async-channel 2.5.0",
16255 "async-executor",
16256 "async-fs",
16257 "async-io",
16258 "async-lock 3.4.2",
16259 "async-net",
16260 "async-process",
16261 "blocking",
16262 "futures-lite 2.6.1",
16263]
16264
16265[[package]]
16266name = "smol_str"
16267version = "0.3.5"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16270
16271[[package]]
16272name = "snafu"
16273version = "0.8.9"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16276dependencies = [
16277 "snafu-derive",
16278]
16279
16280[[package]]
16281name = "snafu-derive"
16282version = "0.8.9"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16285dependencies = [
16286 "heck 0.5.0",
16287 "proc-macro2",
16288 "quote",
16289 "syn 2.0.117",
16290]
16291
16292[[package]]
16293name = "snippet"
16294version = "0.1.0"
16295dependencies = [
16296 "anyhow",
16297 "smallvec",
16298]
16299
16300[[package]]
16301name = "snippet_provider"
16302version = "0.1.0"
16303dependencies = [
16304 "anyhow",
16305 "collections",
16306 "extension",
16307 "fs",
16308 "futures 0.3.32",
16309 "gpui",
16310 "indoc",
16311 "parking_lot",
16312 "paths",
16313 "schemars",
16314 "serde",
16315 "serde_json",
16316 "serde_json_lenient",
16317 "snippet",
16318 "util",
16319]
16320
16321[[package]]
16322name = "snippets_ui"
16323version = "0.1.0"
16324dependencies = [
16325 "file_icons",
16326 "fuzzy",
16327 "gpui",
16328 "language",
16329 "open_path_prompt",
16330 "paths",
16331 "picker",
16332 "settings",
16333 "ui",
16334 "util",
16335 "workspace",
16336]
16337
16338[[package]]
16339name = "socket2"
16340version = "0.5.10"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16343dependencies = [
16344 "libc",
16345 "windows-sys 0.52.0",
16346]
16347
16348[[package]]
16349name = "socket2"
16350version = "0.6.1"
16351source = "registry+https://github.com/rust-lang/crates.io-index"
16352checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16353dependencies = [
16354 "libc",
16355 "windows-sys 0.60.2",
16356]
16357
16358[[package]]
16359name = "spdx"
16360version = "0.10.9"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16363dependencies = [
16364 "smallvec",
16365]
16366
16367[[package]]
16368name = "spin"
16369version = "0.9.8"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16372dependencies = [
16373 "lock_api",
16374]
16375
16376[[package]]
16377name = "spin"
16378version = "0.10.0"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16381dependencies = [
16382 "lock_api",
16383]
16384
16385[[package]]
16386name = "spirv"
16387version = "0.4.0+sdk-1.4.341.0"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16390dependencies = [
16391 "bitflags 2.10.0",
16392]
16393
16394[[package]]
16395name = "spki"
16396version = "0.6.0"
16397source = "registry+https://github.com/rust-lang/crates.io-index"
16398checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16399dependencies = [
16400 "base64ct",
16401 "der 0.6.1",
16402]
16403
16404[[package]]
16405name = "spki"
16406version = "0.7.3"
16407source = "registry+https://github.com/rust-lang/crates.io-index"
16408checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16409dependencies = [
16410 "base64ct",
16411 "der 0.7.10",
16412]
16413
16414[[package]]
16415name = "sqlez"
16416version = "0.1.0"
16417dependencies = [
16418 "anyhow",
16419 "collections",
16420 "futures 0.3.32",
16421 "indoc",
16422 "libsqlite3-sys",
16423 "log",
16424 "parking_lot",
16425 "smol",
16426 "sqlformat",
16427 "thread_local",
16428 "util",
16429 "uuid",
16430]
16431
16432[[package]]
16433name = "sqlez_macros"
16434version = "0.1.0"
16435dependencies = [
16436 "sqlez",
16437 "sqlformat",
16438 "syn 2.0.117",
16439]
16440
16441[[package]]
16442name = "sqlformat"
16443version = "0.2.6"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16446dependencies = [
16447 "nom 7.1.3",
16448 "unicode_categories",
16449]
16450
16451[[package]]
16452name = "sqlx"
16453version = "0.8.6"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16456dependencies = [
16457 "sqlx-core",
16458 "sqlx-macros",
16459 "sqlx-mysql",
16460 "sqlx-postgres",
16461 "sqlx-sqlite",
16462]
16463
16464[[package]]
16465name = "sqlx-core"
16466version = "0.8.6"
16467source = "registry+https://github.com/rust-lang/crates.io-index"
16468checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16469dependencies = [
16470 "base64 0.22.1",
16471 "bigdecimal",
16472 "bytes 1.11.1",
16473 "chrono",
16474 "crc",
16475 "crossbeam-queue",
16476 "either",
16477 "event-listener 5.4.1",
16478 "futures-core",
16479 "futures-intrusive",
16480 "futures-io",
16481 "futures-util",
16482 "hashbrown 0.15.5",
16483 "hashlink 0.10.0",
16484 "indexmap",
16485 "log",
16486 "memchr",
16487 "once_cell",
16488 "percent-encoding",
16489 "rust_decimal",
16490 "rustls 0.23.33",
16491 "serde",
16492 "serde_json",
16493 "sha2",
16494 "smallvec",
16495 "thiserror 2.0.17",
16496 "time",
16497 "tokio",
16498 "tokio-stream",
16499 "tracing",
16500 "url",
16501 "uuid",
16502 "webpki-roots",
16503]
16504
16505[[package]]
16506name = "sqlx-macros"
16507version = "0.8.6"
16508source = "registry+https://github.com/rust-lang/crates.io-index"
16509checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16510dependencies = [
16511 "proc-macro2",
16512 "quote",
16513 "sqlx-core",
16514 "sqlx-macros-core",
16515 "syn 2.0.117",
16516]
16517
16518[[package]]
16519name = "sqlx-macros-core"
16520version = "0.8.6"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16523dependencies = [
16524 "dotenvy",
16525 "either",
16526 "heck 0.5.0",
16527 "hex",
16528 "once_cell",
16529 "proc-macro2",
16530 "quote",
16531 "serde",
16532 "serde_json",
16533 "sha2",
16534 "sqlx-core",
16535 "sqlx-mysql",
16536 "sqlx-postgres",
16537 "sqlx-sqlite",
16538 "syn 2.0.117",
16539 "tokio",
16540 "url",
16541]
16542
16543[[package]]
16544name = "sqlx-mysql"
16545version = "0.8.6"
16546source = "registry+https://github.com/rust-lang/crates.io-index"
16547checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16548dependencies = [
16549 "atoi",
16550 "base64 0.22.1",
16551 "bigdecimal",
16552 "bitflags 2.10.0",
16553 "byteorder",
16554 "bytes 1.11.1",
16555 "chrono",
16556 "crc",
16557 "digest",
16558 "dotenvy",
16559 "either",
16560 "futures-channel",
16561 "futures-core",
16562 "futures-io",
16563 "futures-util",
16564 "generic-array",
16565 "hex",
16566 "hkdf",
16567 "hmac",
16568 "itoa",
16569 "log",
16570 "md-5",
16571 "memchr",
16572 "once_cell",
16573 "percent-encoding",
16574 "rand 0.8.5",
16575 "rsa",
16576 "rust_decimal",
16577 "serde",
16578 "sha1",
16579 "sha2",
16580 "smallvec",
16581 "sqlx-core",
16582 "stringprep",
16583 "thiserror 2.0.17",
16584 "time",
16585 "tracing",
16586 "uuid",
16587 "whoami",
16588]
16589
16590[[package]]
16591name = "sqlx-postgres"
16592version = "0.8.6"
16593source = "registry+https://github.com/rust-lang/crates.io-index"
16594checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16595dependencies = [
16596 "atoi",
16597 "base64 0.22.1",
16598 "bigdecimal",
16599 "bitflags 2.10.0",
16600 "byteorder",
16601 "chrono",
16602 "crc",
16603 "dotenvy",
16604 "etcetera",
16605 "futures-channel",
16606 "futures-core",
16607 "futures-util",
16608 "hex",
16609 "hkdf",
16610 "hmac",
16611 "home",
16612 "itoa",
16613 "log",
16614 "md-5",
16615 "memchr",
16616 "num-bigint",
16617 "once_cell",
16618 "rand 0.8.5",
16619 "rust_decimal",
16620 "serde",
16621 "serde_json",
16622 "sha2",
16623 "smallvec",
16624 "sqlx-core",
16625 "stringprep",
16626 "thiserror 2.0.17",
16627 "time",
16628 "tracing",
16629 "uuid",
16630 "whoami",
16631]
16632
16633[[package]]
16634name = "sqlx-sqlite"
16635version = "0.8.6"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16638dependencies = [
16639 "atoi",
16640 "chrono",
16641 "flume",
16642 "futures-channel",
16643 "futures-core",
16644 "futures-executor",
16645 "futures-intrusive",
16646 "futures-util",
16647 "libsqlite3-sys",
16648 "log",
16649 "percent-encoding",
16650 "serde",
16651 "serde_urlencoded",
16652 "sqlx-core",
16653 "thiserror 2.0.17",
16654 "time",
16655 "tracing",
16656 "url",
16657 "uuid",
16658]
16659
16660[[package]]
16661name = "stable_deref_trait"
16662version = "1.2.1"
16663source = "registry+https://github.com/rust-lang/crates.io-index"
16664checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16665
16666[[package]]
16667name = "stacker"
16668version = "0.1.23"
16669source = "registry+https://github.com/rust-lang/crates.io-index"
16670checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16671dependencies = [
16672 "cc",
16673 "cfg-if",
16674 "libc",
16675 "psm",
16676 "windows-sys 0.59.0",
16677]
16678
16679[[package]]
16680name = "stacksafe"
16681version = "0.1.4"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16684dependencies = [
16685 "stacker",
16686 "stacksafe-macro",
16687]
16688
16689[[package]]
16690name = "stacksafe-macro"
16691version = "0.1.4"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16694dependencies = [
16695 "proc-macro-error2",
16696 "quote",
16697 "syn 2.0.117",
16698]
16699
16700[[package]]
16701name = "static_assertions"
16702version = "1.1.0"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16705
16706[[package]]
16707name = "streaming-iterator"
16708version = "0.1.9"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16711
16712[[package]]
16713name = "streaming_diff"
16714version = "0.1.0"
16715dependencies = [
16716 "ordered-float 2.10.1",
16717 "rand 0.9.2",
16718 "rope",
16719 "util",
16720]
16721
16722[[package]]
16723name = "strength_reduce"
16724version = "0.2.4"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16727
16728[[package]]
16729name = "strict-num"
16730version = "0.1.1"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16733dependencies = [
16734 "float-cmp",
16735]
16736
16737[[package]]
16738name = "string_cache"
16739version = "0.8.9"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16742dependencies = [
16743 "new_debug_unreachable",
16744 "parking_lot",
16745 "phf_shared 0.11.3",
16746 "precomputed-hash",
16747 "serde",
16748]
16749
16750[[package]]
16751name = "string_cache_codegen"
16752version = "0.5.4"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16755dependencies = [
16756 "phf_generator 0.11.3",
16757 "phf_shared 0.11.3",
16758 "proc-macro2",
16759 "quote",
16760]
16761
16762[[package]]
16763name = "stringprep"
16764version = "0.1.5"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16767dependencies = [
16768 "unicode-bidi",
16769 "unicode-normalization",
16770 "unicode-properties",
16771]
16772
16773[[package]]
16774name = "strsim"
16775version = "0.11.1"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16778
16779[[package]]
16780name = "strum"
16781version = "0.26.3"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16784
16785[[package]]
16786name = "strum"
16787version = "0.27.2"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16790dependencies = [
16791 "strum_macros 0.27.2",
16792]
16793
16794[[package]]
16795name = "strum"
16796version = "0.28.0"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16799dependencies = [
16800 "strum_macros 0.28.0",
16801]
16802
16803[[package]]
16804name = "strum_macros"
16805version = "0.27.2"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16808dependencies = [
16809 "heck 0.5.0",
16810 "proc-macro2",
16811 "quote",
16812 "syn 2.0.117",
16813]
16814
16815[[package]]
16816name = "strum_macros"
16817version = "0.28.0"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16820dependencies = [
16821 "heck 0.5.0",
16822 "proc-macro2",
16823 "quote",
16824 "syn 2.0.117",
16825]
16826
16827[[package]]
16828name = "subtle"
16829version = "2.6.1"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16832
16833[[package]]
16834name = "sum_tree"
16835version = "0.1.0"
16836dependencies = [
16837 "ctor",
16838 "heapless",
16839 "log",
16840 "proptest",
16841 "rand 0.9.2",
16842 "rayon",
16843 "tracing",
16844 "zlog",
16845 "ztracing",
16846]
16847
16848[[package]]
16849name = "sval"
16850version = "2.15.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16853
16854[[package]]
16855name = "sval_buffer"
16856version = "2.15.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16859dependencies = [
16860 "sval",
16861 "sval_ref",
16862]
16863
16864[[package]]
16865name = "sval_dynamic"
16866version = "2.15.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16869dependencies = [
16870 "sval",
16871]
16872
16873[[package]]
16874name = "sval_fmt"
16875version = "2.15.0"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16878dependencies = [
16879 "itoa",
16880 "ryu",
16881 "sval",
16882]
16883
16884[[package]]
16885name = "sval_json"
16886version = "2.15.0"
16887source = "registry+https://github.com/rust-lang/crates.io-index"
16888checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16889dependencies = [
16890 "itoa",
16891 "ryu",
16892 "sval",
16893]
16894
16895[[package]]
16896name = "sval_nested"
16897version = "2.15.0"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16900dependencies = [
16901 "sval",
16902 "sval_buffer",
16903 "sval_ref",
16904]
16905
16906[[package]]
16907name = "sval_ref"
16908version = "2.15.0"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16911dependencies = [
16912 "sval",
16913]
16914
16915[[package]]
16916name = "sval_serde"
16917version = "2.15.0"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16920dependencies = [
16921 "serde_core",
16922 "sval",
16923 "sval_nested",
16924]
16925
16926[[package]]
16927name = "svg_fmt"
16928version = "0.4.5"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16931
16932[[package]]
16933name = "svg_preview"
16934version = "0.1.0"
16935dependencies = [
16936 "file_icons",
16937 "gpui",
16938 "language",
16939 "multi_buffer",
16940 "ui",
16941 "workspace",
16942 "zed_actions",
16943]
16944
16945[[package]]
16946name = "svgtypes"
16947version = "0.15.3"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16950dependencies = [
16951 "kurbo",
16952 "siphasher 1.0.1",
16953]
16954
16955[[package]]
16956name = "swash"
16957version = "0.2.6"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16960dependencies = [
16961 "skrifa 0.37.0",
16962 "yazi",
16963 "zeno",
16964]
16965
16966[[package]]
16967name = "symphonia"
16968version = "0.5.5"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16971dependencies = [
16972 "lazy_static",
16973 "symphonia-bundle-flac",
16974 "symphonia-bundle-mp3",
16975 "symphonia-codec-aac",
16976 "symphonia-codec-pcm",
16977 "symphonia-codec-vorbis",
16978 "symphonia-core",
16979 "symphonia-format-isomp4",
16980 "symphonia-format-ogg",
16981 "symphonia-format-riff",
16982 "symphonia-metadata",
16983]
16984
16985[[package]]
16986name = "symphonia-bundle-flac"
16987version = "0.5.5"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16990dependencies = [
16991 "log",
16992 "symphonia-core",
16993 "symphonia-metadata",
16994 "symphonia-utils-xiph",
16995]
16996
16997[[package]]
16998name = "symphonia-bundle-mp3"
16999version = "0.5.5"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17002dependencies = [
17003 "lazy_static",
17004 "log",
17005 "symphonia-core",
17006 "symphonia-metadata",
17007]
17008
17009[[package]]
17010name = "symphonia-codec-aac"
17011version = "0.5.5"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17014dependencies = [
17015 "lazy_static",
17016 "log",
17017 "symphonia-core",
17018]
17019
17020[[package]]
17021name = "symphonia-codec-pcm"
17022version = "0.5.5"
17023source = "registry+https://github.com/rust-lang/crates.io-index"
17024checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17025dependencies = [
17026 "log",
17027 "symphonia-core",
17028]
17029
17030[[package]]
17031name = "symphonia-codec-vorbis"
17032version = "0.5.5"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17035dependencies = [
17036 "log",
17037 "symphonia-core",
17038 "symphonia-utils-xiph",
17039]
17040
17041[[package]]
17042name = "symphonia-core"
17043version = "0.5.5"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17046dependencies = [
17047 "arrayvec",
17048 "bitflags 1.3.2",
17049 "bytemuck",
17050 "lazy_static",
17051 "log",
17052]
17053
17054[[package]]
17055name = "symphonia-format-isomp4"
17056version = "0.5.5"
17057source = "registry+https://github.com/rust-lang/crates.io-index"
17058checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17059dependencies = [
17060 "encoding_rs",
17061 "log",
17062 "symphonia-core",
17063 "symphonia-metadata",
17064 "symphonia-utils-xiph",
17065]
17066
17067[[package]]
17068name = "symphonia-format-ogg"
17069version = "0.5.5"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17072dependencies = [
17073 "log",
17074 "symphonia-core",
17075 "symphonia-metadata",
17076 "symphonia-utils-xiph",
17077]
17078
17079[[package]]
17080name = "symphonia-format-riff"
17081version = "0.5.5"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17084dependencies = [
17085 "extended",
17086 "log",
17087 "symphonia-core",
17088 "symphonia-metadata",
17089]
17090
17091[[package]]
17092name = "symphonia-metadata"
17093version = "0.5.5"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17096dependencies = [
17097 "encoding_rs",
17098 "lazy_static",
17099 "log",
17100 "symphonia-core",
17101]
17102
17103[[package]]
17104name = "symphonia-utils-xiph"
17105version = "0.5.5"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17108dependencies = [
17109 "symphonia-core",
17110 "symphonia-metadata",
17111]
17112
17113[[package]]
17114name = "syn"
17115version = "1.0.109"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17118dependencies = [
17119 "proc-macro2",
17120 "quote",
17121 "unicode-ident",
17122]
17123
17124[[package]]
17125name = "syn"
17126version = "2.0.117"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17129dependencies = [
17130 "proc-macro2",
17131 "quote",
17132 "unicode-ident",
17133]
17134
17135[[package]]
17136name = "sync_wrapper"
17137version = "0.1.2"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17140
17141[[package]]
17142name = "sync_wrapper"
17143version = "1.0.2"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17146dependencies = [
17147 "futures-core",
17148]
17149
17150[[package]]
17151name = "synchronoise"
17152version = "1.0.1"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17155dependencies = [
17156 "crossbeam-queue",
17157]
17158
17159[[package]]
17160name = "synstructure"
17161version = "0.13.2"
17162source = "registry+https://github.com/rust-lang/crates.io-index"
17163checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17164dependencies = [
17165 "proc-macro2",
17166 "quote",
17167 "syn 2.0.117",
17168]
17169
17170[[package]]
17171name = "syntax_theme"
17172version = "0.1.0"
17173dependencies = [
17174 "gpui",
17175 "serde",
17176 "serde_json",
17177]
17178
17179[[package]]
17180name = "sys-locale"
17181version = "0.3.2"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17184dependencies = [
17185 "libc",
17186]
17187
17188[[package]]
17189name = "sysctl"
17190version = "0.5.5"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17193dependencies = [
17194 "bitflags 2.10.0",
17195 "byteorder",
17196 "enum-as-inner",
17197 "libc",
17198 "thiserror 1.0.69",
17199 "walkdir",
17200]
17201
17202[[package]]
17203name = "sysctl"
17204version = "0.6.0"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17207dependencies = [
17208 "bitflags 2.10.0",
17209 "byteorder",
17210 "enum-as-inner",
17211 "libc",
17212 "thiserror 1.0.69",
17213 "walkdir",
17214]
17215
17216[[package]]
17217name = "sysinfo"
17218version = "0.31.4"
17219source = "registry+https://github.com/rust-lang/crates.io-index"
17220checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17221dependencies = [
17222 "core-foundation-sys",
17223 "libc",
17224 "memchr",
17225 "ntapi",
17226 "rayon",
17227 "windows 0.57.0",
17228]
17229
17230[[package]]
17231name = "sysinfo"
17232version = "0.37.2"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17235dependencies = [
17236 "libc",
17237 "memchr",
17238 "ntapi",
17239 "objc2-core-foundation",
17240 "objc2-io-kit",
17241 "windows 0.61.3",
17242]
17243
17244[[package]]
17245name = "system-configuration"
17246version = "0.5.1"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17249dependencies = [
17250 "bitflags 1.3.2",
17251 "core-foundation 0.9.4",
17252 "system-configuration-sys 0.5.0",
17253]
17254
17255[[package]]
17256name = "system-configuration"
17257version = "0.6.1"
17258source = "registry+https://github.com/rust-lang/crates.io-index"
17259checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17260dependencies = [
17261 "bitflags 2.10.0",
17262 "core-foundation 0.9.4",
17263 "system-configuration-sys 0.6.0",
17264]
17265
17266[[package]]
17267name = "system-configuration-sys"
17268version = "0.5.0"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17271dependencies = [
17272 "core-foundation-sys",
17273 "libc",
17274]
17275
17276[[package]]
17277name = "system-configuration-sys"
17278version = "0.6.0"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17281dependencies = [
17282 "core-foundation-sys",
17283 "libc",
17284]
17285
17286[[package]]
17287name = "system-deps"
17288version = "6.2.2"
17289source = "registry+https://github.com/rust-lang/crates.io-index"
17290checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17291dependencies = [
17292 "cfg-expr 0.15.8",
17293 "heck 0.5.0",
17294 "pkg-config",
17295 "toml 0.8.23",
17296 "version-compare",
17297]
17298
17299[[package]]
17300name = "system-deps"
17301version = "7.0.7"
17302source = "registry+https://github.com/rust-lang/crates.io-index"
17303checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17304dependencies = [
17305 "cfg-expr 0.20.6",
17306 "heck 0.5.0",
17307 "pkg-config",
17308 "toml 0.9.8",
17309 "version-compare",
17310]
17311
17312[[package]]
17313name = "system-interface"
17314version = "0.27.3"
17315source = "registry+https://github.com/rust-lang/crates.io-index"
17316checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17317dependencies = [
17318 "bitflags 2.10.0",
17319 "cap-fs-ext",
17320 "cap-std",
17321 "fd-lock",
17322 "io-lifetimes",
17323 "rustix 0.38.44",
17324 "windows-sys 0.59.0",
17325 "winx",
17326]
17327
17328[[package]]
17329name = "system_specs"
17330version = "0.1.0"
17331dependencies = [
17332 "anyhow",
17333 "client",
17334 "gpui",
17335 "human_bytes",
17336 "pciid-parser",
17337 "release_channel",
17338 "semver",
17339 "serde",
17340 "sysinfo 0.37.2",
17341]
17342
17343[[package]]
17344name = "tab_switcher"
17345version = "0.1.0"
17346dependencies = [
17347 "collections",
17348 "ctor",
17349 "editor",
17350 "fuzzy",
17351 "gpui",
17352 "menu",
17353 "picker",
17354 "project",
17355 "schemars",
17356 "serde",
17357 "serde_json",
17358 "settings",
17359 "smol",
17360 "theme",
17361 "theme_settings",
17362 "ui",
17363 "util",
17364 "workspace",
17365 "zlog",
17366]
17367
17368[[package]]
17369name = "taffy"
17370version = "0.9.0"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17373dependencies = [
17374 "arrayvec",
17375 "grid",
17376 "serde",
17377 "slotmap",
17378]
17379
17380[[package]]
17381name = "tagptr"
17382version = "0.2.0"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17385
17386[[package]]
17387name = "take-until"
17388version = "0.2.0"
17389source = "registry+https://github.com/rust-lang/crates.io-index"
17390checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17391
17392[[package]]
17393name = "tao-core-video-sys"
17394version = "0.2.0"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17397dependencies = [
17398 "cfg-if",
17399 "core-foundation-sys",
17400 "libc",
17401 "objc",
17402]
17403
17404[[package]]
17405name = "tap"
17406version = "1.0.1"
17407source = "registry+https://github.com/rust-lang/crates.io-index"
17408checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17409
17410[[package]]
17411name = "target-lexicon"
17412version = "0.12.16"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17415
17416[[package]]
17417name = "target-lexicon"
17418version = "0.13.3"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17421
17422[[package]]
17423name = "task"
17424version = "0.1.0"
17425dependencies = [
17426 "anyhow",
17427 "collections",
17428 "futures 0.3.32",
17429 "gpui",
17430 "hex",
17431 "log",
17432 "parking_lot",
17433 "pretty_assertions",
17434 "proto",
17435 "schemars",
17436 "serde",
17437 "serde_json",
17438 "serde_json_lenient",
17439 "sha2",
17440 "shellexpand 2.1.2",
17441 "util",
17442 "zed_actions",
17443]
17444
17445[[package]]
17446name = "tasks_ui"
17447version = "0.1.0"
17448dependencies = [
17449 "anyhow",
17450 "collections",
17451 "editor",
17452 "file_icons",
17453 "fuzzy",
17454 "gpui",
17455 "itertools 0.14.0",
17456 "language",
17457 "menu",
17458 "picker",
17459 "project",
17460 "serde",
17461 "serde_json",
17462 "task",
17463 "tree-sitter-rust",
17464 "tree-sitter-typescript",
17465 "ui",
17466 "util",
17467 "workspace",
17468 "zed_actions",
17469]
17470
17471[[package]]
17472name = "telemetry"
17473version = "0.1.0"
17474dependencies = [
17475 "futures 0.3.32",
17476 "serde",
17477 "serde_json",
17478 "telemetry_events",
17479]
17480
17481[[package]]
17482name = "telemetry_events"
17483version = "0.1.0"
17484dependencies = [
17485 "semver",
17486 "serde",
17487 "serde_json",
17488]
17489
17490[[package]]
17491name = "tempfile"
17492version = "3.23.0"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17495dependencies = [
17496 "fastrand 2.3.0",
17497 "getrandom 0.3.4",
17498 "once_cell",
17499 "rustix 1.1.2",
17500 "windows-sys 0.61.2",
17501]
17502
17503[[package]]
17504name = "tendril"
17505version = "0.4.3"
17506source = "registry+https://github.com/rust-lang/crates.io-index"
17507checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17508dependencies = [
17509 "futf",
17510 "mac",
17511 "utf-8",
17512]
17513
17514[[package]]
17515name = "termcolor"
17516version = "1.4.1"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17519dependencies = [
17520 "winapi-util",
17521]
17522
17523[[package]]
17524name = "terminal"
17525version = "0.1.0"
17526dependencies = [
17527 "alacritty_terminal",
17528 "anyhow",
17529 "collections",
17530 "futures 0.3.32",
17531 "gpui",
17532 "itertools 0.14.0",
17533 "libc",
17534 "log",
17535 "parking_lot",
17536 "rand 0.9.2",
17537 "regex",
17538 "release_channel",
17539 "schemars",
17540 "serde",
17541 "settings",
17542 "smol",
17543 "sysinfo 0.37.2",
17544 "task",
17545 "theme",
17546 "theme_settings",
17547 "thiserror 2.0.17",
17548 "url",
17549 "urlencoding",
17550 "util",
17551 "util_macros",
17552 "windows 0.61.3",
17553]
17554
17555[[package]]
17556name = "terminal_size"
17557version = "0.4.3"
17558source = "registry+https://github.com/rust-lang/crates.io-index"
17559checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17560dependencies = [
17561 "rustix 1.1.2",
17562 "windows-sys 0.60.2",
17563]
17564
17565[[package]]
17566name = "terminal_view"
17567version = "0.1.0"
17568dependencies = [
17569 "anyhow",
17570 "async-recursion",
17571 "breadcrumbs",
17572 "collections",
17573 "db",
17574 "dirs 4.0.0",
17575 "editor",
17576 "futures 0.3.32",
17577 "gpui",
17578 "itertools 0.14.0",
17579 "language",
17580 "log",
17581 "menu",
17582 "pretty_assertions",
17583 "project",
17584 "regex",
17585 "schemars",
17586 "serde",
17587 "serde_json",
17588 "settings",
17589 "shellexpand 2.1.2",
17590 "task",
17591 "terminal",
17592 "theme",
17593 "theme_settings",
17594 "ui",
17595 "util",
17596 "workspace",
17597 "zed_actions",
17598]
17599
17600[[package]]
17601name = "text"
17602version = "0.1.0"
17603dependencies = [
17604 "anyhow",
17605 "clock",
17606 "collections",
17607 "ctor",
17608 "gpui",
17609 "log",
17610 "parking_lot",
17611 "postage",
17612 "rand 0.9.2",
17613 "regex",
17614 "rope",
17615 "smallvec",
17616 "sum_tree",
17617 "util",
17618 "zlog",
17619]
17620
17621[[package]]
17622name = "theme"
17623version = "0.1.0"
17624dependencies = [
17625 "anyhow",
17626 "collections",
17627 "gpui",
17628 "palette",
17629 "parking_lot",
17630 "refineable",
17631 "schemars",
17632 "serde",
17633 "serde_json",
17634 "serde_json_lenient",
17635 "strum 0.27.2",
17636 "syntax_theme",
17637 "thiserror 2.0.17",
17638 "uuid",
17639]
17640
17641[[package]]
17642name = "theme_extension"
17643version = "0.1.0"
17644dependencies = [
17645 "anyhow",
17646 "extension",
17647 "fs",
17648 "gpui",
17649 "theme",
17650 "theme_settings",
17651]
17652
17653[[package]]
17654name = "theme_importer"
17655version = "0.1.0"
17656dependencies = [
17657 "anyhow",
17658 "clap",
17659 "collections",
17660 "gpui",
17661 "indexmap",
17662 "log",
17663 "palette",
17664 "serde",
17665 "serde_json",
17666 "serde_json_lenient",
17667 "simplelog",
17668 "strum 0.27.2",
17669 "theme",
17670 "theme_settings",
17671 "vscode_theme",
17672]
17673
17674[[package]]
17675name = "theme_selector"
17676version = "0.1.0"
17677dependencies = [
17678 "editor",
17679 "fs",
17680 "fuzzy",
17681 "gpui",
17682 "log",
17683 "picker",
17684 "project",
17685 "serde",
17686 "serde_json",
17687 "settings",
17688 "telemetry",
17689 "theme",
17690 "theme_settings",
17691 "ui",
17692 "util",
17693 "workspace",
17694 "zed_actions",
17695]
17696
17697[[package]]
17698name = "theme_settings"
17699version = "0.1.0"
17700dependencies = [
17701 "anyhow",
17702 "collections",
17703 "gpui",
17704 "gpui_util",
17705 "log",
17706 "palette",
17707 "refineable",
17708 "schemars",
17709 "serde",
17710 "serde_json",
17711 "serde_json_lenient",
17712 "settings",
17713 "theme",
17714 "uuid",
17715]
17716
17717[[package]]
17718name = "thiserror"
17719version = "1.0.69"
17720source = "registry+https://github.com/rust-lang/crates.io-index"
17721checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17722dependencies = [
17723 "thiserror-impl 1.0.69",
17724]
17725
17726[[package]]
17727name = "thiserror"
17728version = "2.0.17"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17731dependencies = [
17732 "thiserror-impl 2.0.17",
17733]
17734
17735[[package]]
17736name = "thiserror-impl"
17737version = "1.0.69"
17738source = "registry+https://github.com/rust-lang/crates.io-index"
17739checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17740dependencies = [
17741 "proc-macro2",
17742 "quote",
17743 "syn 2.0.117",
17744]
17745
17746[[package]]
17747name = "thiserror-impl"
17748version = "2.0.17"
17749source = "registry+https://github.com/rust-lang/crates.io-index"
17750checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17751dependencies = [
17752 "proc-macro2",
17753 "quote",
17754 "syn 2.0.117",
17755]
17756
17757[[package]]
17758name = "thread_local"
17759version = "1.1.9"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17762dependencies = [
17763 "cfg-if",
17764]
17765
17766[[package]]
17767name = "tiff"
17768version = "0.10.3"
17769source = "registry+https://github.com/rust-lang/crates.io-index"
17770checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17771dependencies = [
17772 "fax",
17773 "flate2",
17774 "half",
17775 "quick-error 2.0.1",
17776 "weezl",
17777 "zune-jpeg",
17778]
17779
17780[[package]]
17781name = "tiktoken-rs"
17782version = "0.9.1"
17783source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17784dependencies = [
17785 "anyhow",
17786 "base64 0.22.1",
17787 "bstr",
17788 "fancy-regex 0.16.2",
17789 "lazy_static",
17790 "regex",
17791 "rustc-hash 1.1.0",
17792]
17793
17794[[package]]
17795name = "time"
17796version = "0.3.47"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17799dependencies = [
17800 "deranged",
17801 "itoa",
17802 "libc",
17803 "num-conv",
17804 "num_threads",
17805 "powerfmt",
17806 "serde_core",
17807 "time-core",
17808 "time-macros",
17809]
17810
17811[[package]]
17812name = "time-core"
17813version = "0.1.8"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17816
17817[[package]]
17818name = "time-macros"
17819version = "0.2.27"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17822dependencies = [
17823 "num-conv",
17824 "time-core",
17825]
17826
17827[[package]]
17828name = "time_format"
17829version = "0.1.0"
17830dependencies = [
17831 "core-foundation 0.10.0",
17832 "core-foundation-sys",
17833 "sys-locale",
17834 "time",
17835 "windows 0.61.3",
17836]
17837
17838[[package]]
17839name = "tiny-keccak"
17840version = "2.0.2"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17843dependencies = [
17844 "crunchy",
17845]
17846
17847[[package]]
17848name = "tiny-skia"
17849version = "0.11.4"
17850source = "registry+https://github.com/rust-lang/crates.io-index"
17851checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17852dependencies = [
17853 "arrayref",
17854 "arrayvec",
17855 "bytemuck",
17856 "cfg-if",
17857 "log",
17858 "png 0.17.16",
17859 "tiny-skia-path",
17860]
17861
17862[[package]]
17863name = "tiny-skia-path"
17864version = "0.11.4"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17867dependencies = [
17868 "arrayref",
17869 "bytemuck",
17870 "strict-num",
17871]
17872
17873[[package]]
17874name = "tiny_http"
17875version = "0.12.0"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17878dependencies = [
17879 "ascii",
17880 "chunked_transfer",
17881 "httpdate",
17882 "log",
17883]
17884
17885[[package]]
17886name = "tinystr"
17887version = "0.8.1"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17890dependencies = [
17891 "displaydoc",
17892 "zerovec",
17893]
17894
17895[[package]]
17896name = "tinytemplate"
17897version = "1.2.1"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17900dependencies = [
17901 "serde",
17902 "serde_json",
17903]
17904
17905[[package]]
17906name = "tinyvec"
17907version = "1.10.0"
17908source = "registry+https://github.com/rust-lang/crates.io-index"
17909checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17910dependencies = [
17911 "tinyvec_macros",
17912]
17913
17914[[package]]
17915name = "tinyvec_macros"
17916version = "0.1.1"
17917source = "registry+https://github.com/rust-lang/crates.io-index"
17918checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17919
17920[[package]]
17921name = "title_bar"
17922version = "0.1.0"
17923dependencies = [
17924 "anyhow",
17925 "auto_update",
17926 "call",
17927 "channel",
17928 "chrono",
17929 "client",
17930 "cloud_api_types",
17931 "db",
17932 "git_ui",
17933 "gpui",
17934 "icons",
17935 "livekit_client",
17936 "notifications",
17937 "platform_title_bar",
17938 "project",
17939 "recent_projects",
17940 "release_channel",
17941 "remote",
17942 "remote_connection",
17943 "rpc",
17944 "schemars",
17945 "semver",
17946 "serde",
17947 "settings",
17948 "smallvec",
17949 "telemetry",
17950 "theme",
17951 "ui",
17952 "util",
17953 "windows 0.61.3",
17954 "workspace",
17955 "zed_actions",
17956]
17957
17958[[package]]
17959name = "tokio"
17960version = "1.48.0"
17961source = "registry+https://github.com/rust-lang/crates.io-index"
17962checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17963dependencies = [
17964 "bytes 1.11.1",
17965 "libc",
17966 "mio 1.1.0",
17967 "parking_lot",
17968 "pin-project-lite",
17969 "signal-hook-registry",
17970 "socket2 0.6.1",
17971 "tokio-macros",
17972 "windows-sys 0.61.2",
17973]
17974
17975[[package]]
17976name = "tokio-io"
17977version = "0.1.13"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17980dependencies = [
17981 "bytes 0.4.12",
17982 "futures 0.1.31",
17983 "log",
17984]
17985
17986[[package]]
17987name = "tokio-macros"
17988version = "2.6.0"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17991dependencies = [
17992 "proc-macro2",
17993 "quote",
17994 "syn 2.0.117",
17995]
17996
17997[[package]]
17998name = "tokio-native-tls"
17999version = "0.3.1"
18000source = "registry+https://github.com/rust-lang/crates.io-index"
18001checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18002dependencies = [
18003 "native-tls",
18004 "tokio",
18005]
18006
18007[[package]]
18008name = "tokio-rustls"
18009version = "0.24.1"
18010source = "registry+https://github.com/rust-lang/crates.io-index"
18011checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18012dependencies = [
18013 "rustls 0.21.12",
18014 "tokio",
18015]
18016
18017[[package]]
18018name = "tokio-rustls"
18019version = "0.26.2"
18020source = "registry+https://github.com/rust-lang/crates.io-index"
18021checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18022dependencies = [
18023 "rustls 0.23.33",
18024 "tokio",
18025]
18026
18027[[package]]
18028name = "tokio-socks"
18029version = "0.5.2"
18030source = "registry+https://github.com/rust-lang/crates.io-index"
18031checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18032dependencies = [
18033 "either",
18034 "futures-io",
18035 "futures-util",
18036 "thiserror 1.0.69",
18037 "tokio",
18038]
18039
18040[[package]]
18041name = "tokio-stream"
18042version = "0.1.17"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18045dependencies = [
18046 "futures-core",
18047 "pin-project-lite",
18048 "tokio",
18049]
18050
18051[[package]]
18052name = "tokio-tungstenite"
18053version = "0.20.1"
18054source = "registry+https://github.com/rust-lang/crates.io-index"
18055checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18056dependencies = [
18057 "futures-util",
18058 "log",
18059 "tokio",
18060 "tungstenite 0.20.1",
18061]
18062
18063[[package]]
18064name = "tokio-tungstenite"
18065version = "0.21.0"
18066source = "registry+https://github.com/rust-lang/crates.io-index"
18067checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18068dependencies = [
18069 "futures-util",
18070 "log",
18071 "tokio",
18072 "tungstenite 0.21.0",
18073]
18074
18075[[package]]
18076name = "tokio-tungstenite"
18077version = "0.28.0"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18080dependencies = [
18081 "futures-util",
18082 "log",
18083 "rustls 0.23.33",
18084 "rustls-native-certs 0.8.2",
18085 "rustls-pki-types",
18086 "tokio",
18087 "tokio-rustls 0.26.2",
18088 "tungstenite 0.28.0",
18089]
18090
18091[[package]]
18092name = "tokio-util"
18093version = "0.7.16"
18094source = "registry+https://github.com/rust-lang/crates.io-index"
18095checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18096dependencies = [
18097 "bytes 1.11.1",
18098 "futures-core",
18099 "futures-io",
18100 "futures-sink",
18101 "pin-project-lite",
18102 "tokio",
18103]
18104
18105[[package]]
18106name = "toml"
18107version = "0.5.11"
18108source = "registry+https://github.com/rust-lang/crates.io-index"
18109checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18110dependencies = [
18111 "serde",
18112]
18113
18114[[package]]
18115name = "toml"
18116version = "0.8.23"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18119dependencies = [
18120 "serde",
18121 "serde_spanned 0.6.9",
18122 "toml_datetime 0.6.11",
18123 "toml_edit 0.22.27",
18124]
18125
18126[[package]]
18127name = "toml"
18128version = "0.9.8"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18131dependencies = [
18132 "indexmap",
18133 "serde_core",
18134 "serde_spanned 1.0.3",
18135 "toml_datetime 0.7.3",
18136 "toml_parser",
18137 "toml_writer",
18138 "winnow",
18139]
18140
18141[[package]]
18142name = "toml_datetime"
18143version = "0.6.11"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18146dependencies = [
18147 "serde",
18148]
18149
18150[[package]]
18151name = "toml_datetime"
18152version = "0.7.3"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18155dependencies = [
18156 "serde_core",
18157]
18158
18159[[package]]
18160name = "toml_edit"
18161version = "0.22.27"
18162source = "registry+https://github.com/rust-lang/crates.io-index"
18163checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18164dependencies = [
18165 "indexmap",
18166 "serde",
18167 "serde_spanned 0.6.9",
18168 "toml_datetime 0.6.11",
18169 "toml_write",
18170 "winnow",
18171]
18172
18173[[package]]
18174name = "toml_edit"
18175version = "0.23.7"
18176source = "registry+https://github.com/rust-lang/crates.io-index"
18177checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18178dependencies = [
18179 "indexmap",
18180 "toml_datetime 0.7.3",
18181 "toml_parser",
18182 "winnow",
18183]
18184
18185[[package]]
18186name = "toml_parser"
18187version = "1.0.4"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18190dependencies = [
18191 "winnow",
18192]
18193
18194[[package]]
18195name = "toml_write"
18196version = "0.1.2"
18197source = "registry+https://github.com/rust-lang/crates.io-index"
18198checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18199
18200[[package]]
18201name = "toml_writer"
18202version = "1.0.4"
18203source = "registry+https://github.com/rust-lang/crates.io-index"
18204checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18205
18206[[package]]
18207name = "toolchain_selector"
18208version = "0.1.0"
18209dependencies = [
18210 "anyhow",
18211 "convert_case 0.8.0",
18212 "editor",
18213 "futures 0.3.32",
18214 "fuzzy",
18215 "gpui",
18216 "language",
18217 "menu",
18218 "open_path_prompt",
18219 "picker",
18220 "project",
18221 "ui",
18222 "util",
18223 "workspace",
18224]
18225
18226[[package]]
18227name = "topological-sort"
18228version = "0.2.2"
18229source = "registry+https://github.com/rust-lang/crates.io-index"
18230checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18231
18232[[package]]
18233name = "tower"
18234version = "0.4.13"
18235source = "registry+https://github.com/rust-lang/crates.io-index"
18236checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18237dependencies = [
18238 "futures-core",
18239 "futures-util",
18240 "pin-project",
18241 "pin-project-lite",
18242 "tokio",
18243 "tower-layer",
18244 "tower-service",
18245 "tracing",
18246]
18247
18248[[package]]
18249name = "tower"
18250version = "0.5.2"
18251source = "registry+https://github.com/rust-lang/crates.io-index"
18252checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18253dependencies = [
18254 "futures-core",
18255 "futures-util",
18256 "pin-project-lite",
18257 "sync_wrapper 1.0.2",
18258 "tokio",
18259 "tokio-util",
18260 "tower-layer",
18261 "tower-service",
18262 "tracing",
18263]
18264
18265[[package]]
18266name = "tower-http"
18267version = "0.4.4"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18270dependencies = [
18271 "bitflags 2.10.0",
18272 "bytes 1.11.1",
18273 "futures-core",
18274 "futures-util",
18275 "http 0.2.12",
18276 "http-body 0.4.6",
18277 "http-range-header",
18278 "pin-project-lite",
18279 "tower-layer",
18280 "tower-service",
18281 "tracing",
18282]
18283
18284[[package]]
18285name = "tower-http"
18286version = "0.6.6"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18289dependencies = [
18290 "bitflags 2.10.0",
18291 "bytes 1.11.1",
18292 "futures-util",
18293 "http 1.3.1",
18294 "http-body 1.0.1",
18295 "iri-string",
18296 "pin-project-lite",
18297 "tower 0.5.2",
18298 "tower-layer",
18299 "tower-service",
18300 "tracing",
18301]
18302
18303[[package]]
18304name = "tower-layer"
18305version = "0.3.3"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18308
18309[[package]]
18310name = "tower-service"
18311version = "0.3.3"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18314
18315[[package]]
18316name = "tracing"
18317version = "0.1.43"
18318source = "registry+https://github.com/rust-lang/crates.io-index"
18319checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18320dependencies = [
18321 "log",
18322 "pin-project-lite",
18323 "tracing-attributes",
18324 "tracing-core",
18325]
18326
18327[[package]]
18328name = "tracing-attributes"
18329version = "0.1.31"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18332dependencies = [
18333 "proc-macro2",
18334 "quote",
18335 "syn 2.0.117",
18336]
18337
18338[[package]]
18339name = "tracing-core"
18340version = "0.1.35"
18341source = "registry+https://github.com/rust-lang/crates.io-index"
18342checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18343dependencies = [
18344 "once_cell",
18345 "valuable",
18346]
18347
18348[[package]]
18349name = "tracing-log"
18350version = "0.2.0"
18351source = "registry+https://github.com/rust-lang/crates.io-index"
18352checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18353dependencies = [
18354 "log",
18355 "once_cell",
18356 "tracing-core",
18357]
18358
18359[[package]]
18360name = "tracing-serde"
18361version = "0.2.0"
18362source = "registry+https://github.com/rust-lang/crates.io-index"
18363checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18364dependencies = [
18365 "serde",
18366 "tracing-core",
18367]
18368
18369[[package]]
18370name = "tracing-subscriber"
18371version = "0.3.22"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18374dependencies = [
18375 "matchers",
18376 "nu-ansi-term",
18377 "once_cell",
18378 "regex-automata",
18379 "serde",
18380 "serde_json",
18381 "sharded-slab",
18382 "smallvec",
18383 "thread_local",
18384 "tracing",
18385 "tracing-core",
18386 "tracing-log",
18387 "tracing-serde",
18388]
18389
18390[[package]]
18391name = "tracing-tracy"
18392version = "0.11.4"
18393source = "registry+https://github.com/rust-lang/crates.io-index"
18394checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18395dependencies = [
18396 "tracing-core",
18397 "tracing-subscriber",
18398 "tracy-client",
18399]
18400
18401[[package]]
18402name = "tracy-client"
18403version = "0.18.3"
18404source = "registry+https://github.com/rust-lang/crates.io-index"
18405checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18406dependencies = [
18407 "loom",
18408 "once_cell",
18409 "tracy-client-sys",
18410]
18411
18412[[package]]
18413name = "tracy-client-sys"
18414version = "0.27.0"
18415source = "registry+https://github.com/rust-lang/crates.io-index"
18416checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18417dependencies = [
18418 "cc",
18419 "windows-targets 0.52.6",
18420]
18421
18422[[package]]
18423name = "transpose"
18424version = "0.2.3"
18425source = "registry+https://github.com/rust-lang/crates.io-index"
18426checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18427dependencies = [
18428 "num-integer",
18429 "strength_reduce",
18430]
18431
18432[[package]]
18433name = "tree-sitter"
18434version = "0.26.8"
18435source = "registry+https://github.com/rust-lang/crates.io-index"
18436checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18437dependencies = [
18438 "cc",
18439 "regex",
18440 "regex-syntax",
18441 "serde_json",
18442 "streaming-iterator",
18443 "tree-sitter-language",
18444 "wasmtime-c-api-impl",
18445]
18446
18447[[package]]
18448name = "tree-sitter-bash"
18449version = "0.25.1"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18452dependencies = [
18453 "cc",
18454 "tree-sitter-language",
18455]
18456
18457[[package]]
18458name = "tree-sitter-c"
18459version = "0.24.1"
18460source = "registry+https://github.com/rust-lang/crates.io-index"
18461checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18462dependencies = [
18463 "cc",
18464 "tree-sitter-language",
18465]
18466
18467[[package]]
18468name = "tree-sitter-cpp"
18469version = "0.23.4"
18470source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18471dependencies = [
18472 "cc",
18473 "tree-sitter-language",
18474]
18475
18476[[package]]
18477name = "tree-sitter-css"
18478version = "0.23.2"
18479source = "registry+https://github.com/rust-lang/crates.io-index"
18480checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18481dependencies = [
18482 "cc",
18483 "tree-sitter-language",
18484]
18485
18486[[package]]
18487name = "tree-sitter-diff"
18488version = "0.1.0"
18489source = "registry+https://github.com/rust-lang/crates.io-index"
18490checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18491dependencies = [
18492 "cc",
18493 "tree-sitter-language",
18494]
18495
18496[[package]]
18497name = "tree-sitter-elixir"
18498version = "0.3.4"
18499source = "registry+https://github.com/rust-lang/crates.io-index"
18500checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18501dependencies = [
18502 "cc",
18503 "tree-sitter-language",
18504]
18505
18506[[package]]
18507name = "tree-sitter-embedded-template"
18508version = "0.23.2"
18509source = "registry+https://github.com/rust-lang/crates.io-index"
18510checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18511dependencies = [
18512 "cc",
18513 "tree-sitter-language",
18514]
18515
18516[[package]]
18517name = "tree-sitter-gitcommit"
18518version = "0.0.1"
18519source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18520dependencies = [
18521 "cc",
18522 "tree-sitter-language",
18523]
18524
18525[[package]]
18526name = "tree-sitter-go"
18527version = "0.25.0"
18528source = "registry+https://github.com/rust-lang/crates.io-index"
18529checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18530dependencies = [
18531 "cc",
18532 "tree-sitter-language",
18533]
18534
18535[[package]]
18536name = "tree-sitter-gomod"
18537version = "1.1.1"
18538source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18539dependencies = [
18540 "cc",
18541 "tree-sitter-language",
18542]
18543
18544[[package]]
18545name = "tree-sitter-gowork"
18546version = "0.0.1"
18547source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18548dependencies = [
18549 "cc",
18550 "tree-sitter-language",
18551]
18552
18553[[package]]
18554name = "tree-sitter-heex"
18555version = "0.0.1"
18556source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18557dependencies = [
18558 "cc",
18559 "tree-sitter-language",
18560]
18561
18562[[package]]
18563name = "tree-sitter-html"
18564version = "0.23.2"
18565source = "registry+https://github.com/rust-lang/crates.io-index"
18566checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18567dependencies = [
18568 "cc",
18569 "tree-sitter-language",
18570]
18571
18572[[package]]
18573name = "tree-sitter-jsdoc"
18574version = "0.23.2"
18575source = "registry+https://github.com/rust-lang/crates.io-index"
18576checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18577dependencies = [
18578 "cc",
18579 "tree-sitter-language",
18580]
18581
18582[[package]]
18583name = "tree-sitter-json"
18584version = "0.24.8"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18587dependencies = [
18588 "cc",
18589 "tree-sitter-language",
18590]
18591
18592[[package]]
18593name = "tree-sitter-language"
18594version = "0.1.5"
18595source = "registry+https://github.com/rust-lang/crates.io-index"
18596checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18597
18598[[package]]
18599name = "tree-sitter-md"
18600version = "0.3.2"
18601source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18602dependencies = [
18603 "cc",
18604 "tree-sitter-language",
18605]
18606
18607[[package]]
18608name = "tree-sitter-python"
18609version = "0.25.0"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18612dependencies = [
18613 "cc",
18614 "tree-sitter-language",
18615]
18616
18617[[package]]
18618name = "tree-sitter-regex"
18619version = "0.24.3"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18622dependencies = [
18623 "cc",
18624 "tree-sitter-language",
18625]
18626
18627[[package]]
18628name = "tree-sitter-ruby"
18629version = "0.23.1"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18632dependencies = [
18633 "cc",
18634 "tree-sitter-language",
18635]
18636
18637[[package]]
18638name = "tree-sitter-rust"
18639version = "0.24.2"
18640source = "registry+https://github.com/rust-lang/crates.io-index"
18641checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18642dependencies = [
18643 "cc",
18644 "tree-sitter-language",
18645]
18646
18647[[package]]
18648name = "tree-sitter-typescript"
18649version = "0.23.2"
18650source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18651dependencies = [
18652 "cc",
18653 "tree-sitter-language",
18654]
18655
18656[[package]]
18657name = "tree-sitter-yaml"
18658version = "0.6.1"
18659source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18660dependencies = [
18661 "cc",
18662 "tree-sitter-language",
18663]
18664
18665[[package]]
18666name = "triomphe"
18667version = "0.1.15"
18668source = "registry+https://github.com/rust-lang/crates.io-index"
18669checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18670dependencies = [
18671 "serde",
18672 "stable_deref_trait",
18673]
18674
18675[[package]]
18676name = "try-lock"
18677version = "0.2.5"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18680
18681[[package]]
18682name = "ttf-parser"
18683version = "0.20.0"
18684source = "registry+https://github.com/rust-lang/crates.io-index"
18685checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18686
18687[[package]]
18688name = "ttf-parser"
18689version = "0.25.1"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18692dependencies = [
18693 "core_maths",
18694]
18695
18696[[package]]
18697name = "tungstenite"
18698version = "0.20.1"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18701dependencies = [
18702 "byteorder",
18703 "bytes 1.11.1",
18704 "data-encoding",
18705 "http 0.2.12",
18706 "httparse",
18707 "log",
18708 "rand 0.8.5",
18709 "sha1",
18710 "thiserror 1.0.69",
18711 "url",
18712 "utf-8",
18713]
18714
18715[[package]]
18716name = "tungstenite"
18717version = "0.21.0"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18720dependencies = [
18721 "byteorder",
18722 "bytes 1.11.1",
18723 "data-encoding",
18724 "http 1.3.1",
18725 "httparse",
18726 "log",
18727 "rand 0.8.5",
18728 "sha1",
18729 "thiserror 1.0.69",
18730 "url",
18731 "utf-8",
18732]
18733
18734[[package]]
18735name = "tungstenite"
18736version = "0.27.0"
18737source = "registry+https://github.com/rust-lang/crates.io-index"
18738checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18739dependencies = [
18740 "bytes 1.11.1",
18741 "data-encoding",
18742 "http 1.3.1",
18743 "httparse",
18744 "log",
18745 "rand 0.9.2",
18746 "rustls 0.23.33",
18747 "rustls-pki-types",
18748 "sha1",
18749 "thiserror 2.0.17",
18750 "utf-8",
18751]
18752
18753[[package]]
18754name = "tungstenite"
18755version = "0.28.0"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18758dependencies = [
18759 "bytes 1.11.1",
18760 "data-encoding",
18761 "http 1.3.1",
18762 "httparse",
18763 "log",
18764 "rand 0.9.2",
18765 "rustls 0.23.33",
18766 "rustls-pki-types",
18767 "sha1",
18768 "thiserror 2.0.17",
18769 "utf-8",
18770]
18771
18772[[package]]
18773name = "typeid"
18774version = "1.0.3"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18777
18778[[package]]
18779name = "typenum"
18780version = "1.19.0"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18783
18784[[package]]
18785name = "ucd-trie"
18786version = "0.1.7"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18789
18790[[package]]
18791name = "uds"
18792version = "0.4.2"
18793source = "registry+https://github.com/rust-lang/crates.io-index"
18794checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18795dependencies = [
18796 "libc",
18797]
18798
18799[[package]]
18800name = "uds_windows"
18801version = "1.1.0"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18804dependencies = [
18805 "memoffset",
18806 "tempfile",
18807 "winapi",
18808]
18809
18810[[package]]
18811name = "ug"
18812version = "0.4.0"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18815dependencies = [
18816 "gemm 0.18.2",
18817 "half",
18818 "libloading",
18819 "memmap2",
18820 "num",
18821 "num-traits",
18822 "num_cpus",
18823 "rayon",
18824 "safetensors",
18825 "serde",
18826 "thiserror 1.0.69",
18827 "tracing",
18828 "yoke 0.7.5",
18829]
18830
18831[[package]]
18832name = "ui"
18833version = "0.1.0"
18834dependencies = [
18835 "chrono",
18836 "component",
18837 "documented",
18838 "gpui",
18839 "gpui_macros",
18840 "gpui_util",
18841 "icons",
18842 "itertools 0.14.0",
18843 "menu",
18844 "schemars",
18845 "serde",
18846 "smallvec",
18847 "strum 0.27.2",
18848 "theme",
18849 "ui_macros",
18850 "windows 0.61.3",
18851]
18852
18853[[package]]
18854name = "ui_input"
18855version = "0.1.0"
18856dependencies = [
18857 "component",
18858 "gpui",
18859 "ui",
18860]
18861
18862[[package]]
18863name = "ui_macros"
18864version = "0.1.0"
18865dependencies = [
18866 "component",
18867 "quote",
18868 "syn 2.0.117",
18869 "ui",
18870]
18871
18872[[package]]
18873name = "ui_prompt"
18874version = "0.1.0"
18875dependencies = [
18876 "gpui",
18877 "markdown",
18878 "menu",
18879 "settings",
18880 "theme_settings",
18881 "ui",
18882 "workspace",
18883]
18884
18885[[package]]
18886name = "unarray"
18887version = "0.1.4"
18888source = "registry+https://github.com/rust-lang/crates.io-index"
18889checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18890
18891[[package]]
18892name = "unicase"
18893version = "2.8.1"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18896
18897[[package]]
18898name = "unicode-bidi"
18899version = "0.3.18"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18902
18903[[package]]
18904name = "unicode-bidi-mirroring"
18905version = "0.4.0"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18908
18909[[package]]
18910name = "unicode-ccc"
18911version = "0.4.0"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18914
18915[[package]]
18916name = "unicode-general-category"
18917version = "1.1.0"
18918source = "registry+https://github.com/rust-lang/crates.io-index"
18919checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18920
18921[[package]]
18922name = "unicode-ident"
18923version = "1.0.19"
18924source = "registry+https://github.com/rust-lang/crates.io-index"
18925checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18926
18927[[package]]
18928name = "unicode-linebreak"
18929version = "0.1.5"
18930source = "registry+https://github.com/rust-lang/crates.io-index"
18931checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18932
18933[[package]]
18934name = "unicode-normalization"
18935version = "0.1.24"
18936source = "registry+https://github.com/rust-lang/crates.io-index"
18937checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18938dependencies = [
18939 "tinyvec",
18940]
18941
18942[[package]]
18943name = "unicode-properties"
18944version = "0.1.3"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18947
18948[[package]]
18949name = "unicode-script"
18950version = "0.5.8"
18951source = "registry+https://github.com/rust-lang/crates.io-index"
18952checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18953
18954[[package]]
18955name = "unicode-segmentation"
18956version = "1.12.0"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18959
18960[[package]]
18961name = "unicode-vo"
18962version = "0.1.0"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18965
18966[[package]]
18967name = "unicode-width"
18968version = "0.2.2"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18971
18972[[package]]
18973name = "unicode-xid"
18974version = "0.2.6"
18975source = "registry+https://github.com/rust-lang/crates.io-index"
18976checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18977
18978[[package]]
18979name = "unicode_categories"
18980version = "0.1.1"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18983
18984[[package]]
18985name = "unindent"
18986version = "0.2.4"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18989
18990[[package]]
18991name = "unsafe-libyaml"
18992version = "0.2.11"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18995
18996[[package]]
18997name = "untrusted"
18998version = "0.7.1"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19001
19002[[package]]
19003name = "untrusted"
19004version = "0.9.0"
19005source = "registry+https://github.com/rust-lang/crates.io-index"
19006checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19007
19008[[package]]
19009name = "url"
19010version = "2.5.7"
19011source = "registry+https://github.com/rust-lang/crates.io-index"
19012checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19013dependencies = [
19014 "form_urlencoded",
19015 "idna",
19016 "percent-encoding",
19017 "serde",
19018]
19019
19020[[package]]
19021name = "urlencoding"
19022version = "2.1.3"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19025
19026[[package]]
19027name = "usvg"
19028version = "0.45.1"
19029source = "registry+https://github.com/rust-lang/crates.io-index"
19030checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19031dependencies = [
19032 "base64 0.22.1",
19033 "data-url",
19034 "flate2",
19035 "fontdb 0.23.0",
19036 "imagesize",
19037 "kurbo",
19038 "log",
19039 "pico-args",
19040 "roxmltree",
19041 "rustybuzz",
19042 "simplecss",
19043 "siphasher 1.0.1",
19044 "strict-num",
19045 "svgtypes",
19046 "tiny-skia-path",
19047 "unicode-bidi",
19048 "unicode-script",
19049 "unicode-vo",
19050 "xmlwriter",
19051]
19052
19053[[package]]
19054name = "utf-8"
19055version = "0.7.6"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19058
19059[[package]]
19060name = "utf8-chars"
19061version = "3.0.6"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19064dependencies = [
19065 "arrayvec",
19066]
19067
19068[[package]]
19069name = "utf8_iter"
19070version = "1.0.4"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19073
19074[[package]]
19075name = "utf8parse"
19076version = "0.2.2"
19077source = "registry+https://github.com/rust-lang/crates.io-index"
19078checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19079
19080[[package]]
19081name = "util"
19082version = "0.1.0"
19083dependencies = [
19084 "anyhow",
19085 "async-fs",
19086 "async_zip",
19087 "collections",
19088 "command-fds",
19089 "dirs 4.0.0",
19090 "dunce",
19091 "futures 0.3.32",
19092 "futures-lite 1.13.0",
19093 "git2",
19094 "globset",
19095 "gpui_util",
19096 "itertools 0.14.0",
19097 "libc",
19098 "log",
19099 "mach2 0.5.0",
19100 "nix 0.29.0",
19101 "percent-encoding",
19102 "pretty_assertions",
19103 "rand 0.9.2",
19104 "regex",
19105 "rust-embed",
19106 "schemars",
19107 "serde",
19108 "serde_json",
19109 "serde_json_lenient",
19110 "shlex",
19111 "smol",
19112 "take-until",
19113 "tempfile",
19114 "tendril",
19115 "unicase",
19116 "url",
19117 "util_macros",
19118 "walkdir",
19119 "which 6.0.3",
19120]
19121
19122[[package]]
19123name = "util_macros"
19124version = "0.1.0"
19125dependencies = [
19126 "perf",
19127 "quote",
19128 "syn 2.0.117",
19129]
19130
19131[[package]]
19132name = "uuid"
19133version = "1.18.1"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19136dependencies = [
19137 "getrandom 0.3.4",
19138 "js-sys",
19139 "serde",
19140 "sha1_smol",
19141 "wasm-bindgen",
19142]
19143
19144[[package]]
19145name = "uuid-simd"
19146version = "0.8.0"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19149dependencies = [
19150 "outref",
19151 "vsimd",
19152]
19153
19154[[package]]
19155name = "v_frame"
19156version = "0.3.9"
19157source = "registry+https://github.com/rust-lang/crates.io-index"
19158checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19159dependencies = [
19160 "aligned-vec",
19161 "num-traits",
19162 "wasm-bindgen",
19163]
19164
19165[[package]]
19166name = "valuable"
19167version = "0.1.1"
19168source = "registry+https://github.com/rust-lang/crates.io-index"
19169checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19170
19171[[package]]
19172name = "value-bag"
19173version = "1.12.0"
19174source = "registry+https://github.com/rust-lang/crates.io-index"
19175checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19176dependencies = [
19177 "value-bag-serde1",
19178 "value-bag-sval2",
19179]
19180
19181[[package]]
19182name = "value-bag-serde1"
19183version = "1.12.0"
19184source = "registry+https://github.com/rust-lang/crates.io-index"
19185checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19186dependencies = [
19187 "erased-serde",
19188 "serde_core",
19189 "serde_fmt",
19190]
19191
19192[[package]]
19193name = "value-bag-sval2"
19194version = "1.12.0"
19195source = "registry+https://github.com/rust-lang/crates.io-index"
19196checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19197dependencies = [
19198 "sval",
19199 "sval_buffer",
19200 "sval_dynamic",
19201 "sval_fmt",
19202 "sval_json",
19203 "sval_ref",
19204 "sval_serde",
19205]
19206
19207[[package]]
19208name = "vcpkg"
19209version = "0.2.15"
19210source = "registry+https://github.com/rust-lang/crates.io-index"
19211checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19212
19213[[package]]
19214name = "vercel"
19215version = "0.1.0"
19216dependencies = [
19217 "anyhow",
19218 "schemars",
19219 "serde",
19220 "strum 0.27.2",
19221]
19222
19223[[package]]
19224name = "version-compare"
19225version = "0.2.0"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19228
19229[[package]]
19230name = "version_check"
19231version = "0.9.5"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19234
19235[[package]]
19236name = "vim"
19237version = "0.1.0"
19238dependencies = [
19239 "anyhow",
19240 "async-compat",
19241 "async-trait",
19242 "collections",
19243 "command_palette",
19244 "command_palette_hooks",
19245 "db",
19246 "editor",
19247 "env_logger 0.11.8",
19248 "futures 0.3.32",
19249 "fuzzy",
19250 "git_ui",
19251 "gpui",
19252 "indoc",
19253 "itertools 0.14.0",
19254 "language",
19255 "log",
19256 "lsp",
19257 "markdown_preview",
19258 "menu",
19259 "multi_buffer",
19260 "nvim-rs",
19261 "outline_panel",
19262 "parking_lot",
19263 "perf",
19264 "picker",
19265 "project",
19266 "project_panel",
19267 "regex",
19268 "release_channel",
19269 "schemars",
19270 "search",
19271 "semver",
19272 "serde",
19273 "serde_json",
19274 "settings",
19275 "settings_ui",
19276 "task",
19277 "text",
19278 "theme",
19279 "theme_settings",
19280 "tokio",
19281 "ui",
19282 "util",
19283 "util_macros",
19284 "vim_mode_setting",
19285 "workspace",
19286 "zed_actions",
19287]
19288
19289[[package]]
19290name = "vim_mode_setting"
19291version = "0.1.0"
19292dependencies = [
19293 "gpui",
19294 "settings",
19295]
19296
19297[[package]]
19298name = "vscode_theme"
19299version = "0.2.0"
19300source = "registry+https://github.com/rust-lang/crates.io-index"
19301checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19302dependencies = [
19303 "serde",
19304]
19305
19306[[package]]
19307name = "vsimd"
19308version = "0.8.0"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19311
19312[[package]]
19313name = "vswhom"
19314version = "0.1.0"
19315source = "registry+https://github.com/rust-lang/crates.io-index"
19316checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19317dependencies = [
19318 "libc",
19319 "vswhom-sys",
19320]
19321
19322[[package]]
19323name = "vswhom-sys"
19324version = "0.1.3"
19325source = "registry+https://github.com/rust-lang/crates.io-index"
19326checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19327dependencies = [
19328 "cc",
19329 "libc",
19330]
19331
19332[[package]]
19333name = "vte"
19334version = "0.15.0"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19337dependencies = [
19338 "arrayvec",
19339 "bitflags 2.10.0",
19340 "cursor-icon",
19341 "log",
19342 "memchr",
19343 "serde",
19344]
19345
19346[[package]]
19347name = "wait-timeout"
19348version = "0.2.1"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19351dependencies = [
19352 "libc",
19353]
19354
19355[[package]]
19356name = "waker-fn"
19357version = "1.2.0"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19360
19361[[package]]
19362name = "walkdir"
19363version = "2.5.0"
19364source = "registry+https://github.com/rust-lang/crates.io-index"
19365checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19366dependencies = [
19367 "same-file",
19368 "winapi-util",
19369]
19370
19371[[package]]
19372name = "want"
19373version = "0.3.1"
19374source = "registry+https://github.com/rust-lang/crates.io-index"
19375checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19376dependencies = [
19377 "try-lock",
19378]
19379
19380[[package]]
19381name = "warp"
19382version = "0.3.7"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19385dependencies = [
19386 "bytes 1.11.1",
19387 "futures-channel",
19388 "futures-util",
19389 "headers",
19390 "http 0.2.12",
19391 "hyper 0.14.32",
19392 "log",
19393 "mime",
19394 "mime_guess",
19395 "percent-encoding",
19396 "pin-project",
19397 "scoped-tls",
19398 "serde",
19399 "serde_json",
19400 "serde_urlencoded",
19401 "tokio",
19402 "tokio-tungstenite 0.21.0",
19403 "tokio-util",
19404 "tower-service",
19405 "tracing",
19406]
19407
19408[[package]]
19409name = "wasi"
19410version = "0.11.1+wasi-snapshot-preview1"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19413
19414[[package]]
19415name = "wasip2"
19416version = "1.0.1+wasi-0.2.4"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19419dependencies = [
19420 "wit-bindgen 0.46.0",
19421]
19422
19423[[package]]
19424name = "wasip3"
19425version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19428dependencies = [
19429 "wit-bindgen 0.51.0",
19430]
19431
19432[[package]]
19433name = "wasite"
19434version = "0.1.0"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19437
19438[[package]]
19439name = "wasm-bindgen"
19440version = "0.2.113"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19443dependencies = [
19444 "cfg-if",
19445 "once_cell",
19446 "rustversion",
19447 "wasm-bindgen-macro",
19448 "wasm-bindgen-shared",
19449]
19450
19451[[package]]
19452name = "wasm-bindgen-futures"
19453version = "0.4.63"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19456dependencies = [
19457 "cfg-if",
19458 "futures-util",
19459 "js-sys",
19460 "once_cell",
19461 "wasm-bindgen",
19462 "web-sys",
19463]
19464
19465[[package]]
19466name = "wasm-bindgen-macro"
19467version = "0.2.113"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19470dependencies = [
19471 "quote",
19472 "wasm-bindgen-macro-support",
19473]
19474
19475[[package]]
19476name = "wasm-bindgen-macro-support"
19477version = "0.2.113"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19480dependencies = [
19481 "bumpalo",
19482 "proc-macro2",
19483 "quote",
19484 "syn 2.0.117",
19485 "wasm-bindgen-shared",
19486]
19487
19488[[package]]
19489name = "wasm-bindgen-shared"
19490version = "0.2.113"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19493dependencies = [
19494 "unicode-ident",
19495]
19496
19497[[package]]
19498name = "wasm-encoder"
19499version = "0.201.0"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19502dependencies = [
19503 "leb128",
19504]
19505
19506[[package]]
19507name = "wasm-encoder"
19508version = "0.221.3"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19511dependencies = [
19512 "leb128",
19513 "wasmparser 0.221.3",
19514]
19515
19516[[package]]
19517name = "wasm-encoder"
19518version = "0.227.1"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19521dependencies = [
19522 "leb128fmt",
19523 "wasmparser 0.227.1",
19524]
19525
19526[[package]]
19527name = "wasm-encoder"
19528version = "0.236.1"
19529source = "registry+https://github.com/rust-lang/crates.io-index"
19530checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19531dependencies = [
19532 "leb128fmt",
19533 "wasmparser 0.236.1",
19534]
19535
19536[[package]]
19537name = "wasm-encoder"
19538version = "0.244.0"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19541dependencies = [
19542 "leb128fmt",
19543 "wasmparser 0.244.0",
19544]
19545
19546[[package]]
19547name = "wasm-metadata"
19548version = "0.201.0"
19549source = "registry+https://github.com/rust-lang/crates.io-index"
19550checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19551dependencies = [
19552 "anyhow",
19553 "indexmap",
19554 "serde",
19555 "serde_derive",
19556 "serde_json",
19557 "spdx",
19558 "wasm-encoder 0.201.0",
19559 "wasmparser 0.201.0",
19560]
19561
19562[[package]]
19563name = "wasm-metadata"
19564version = "0.227.1"
19565source = "registry+https://github.com/rust-lang/crates.io-index"
19566checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19567dependencies = [
19568 "anyhow",
19569 "auditable-serde",
19570 "flate2",
19571 "indexmap",
19572 "serde",
19573 "serde_derive",
19574 "serde_json",
19575 "spdx",
19576 "url",
19577 "wasm-encoder 0.227.1",
19578 "wasmparser 0.227.1",
19579]
19580
19581[[package]]
19582name = "wasm-metadata"
19583version = "0.244.0"
19584source = "registry+https://github.com/rust-lang/crates.io-index"
19585checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19586dependencies = [
19587 "anyhow",
19588 "indexmap",
19589 "wasm-encoder 0.244.0",
19590 "wasmparser 0.244.0",
19591]
19592
19593[[package]]
19594name = "wasm-streams"
19595version = "0.4.2"
19596source = "registry+https://github.com/rust-lang/crates.io-index"
19597checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19598dependencies = [
19599 "futures-util",
19600 "js-sys",
19601 "wasm-bindgen",
19602 "wasm-bindgen-futures",
19603 "web-sys",
19604]
19605
19606[[package]]
19607name = "wasm_thread"
19608version = "0.3.3"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19611dependencies = [
19612 "futures 0.3.32",
19613 "js-sys",
19614 "wasm-bindgen",
19615 "web-sys",
19616]
19617
19618[[package]]
19619name = "wasmparser"
19620version = "0.201.0"
19621source = "registry+https://github.com/rust-lang/crates.io-index"
19622checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19623dependencies = [
19624 "bitflags 2.10.0",
19625 "indexmap",
19626 "semver",
19627]
19628
19629[[package]]
19630name = "wasmparser"
19631version = "0.221.3"
19632source = "registry+https://github.com/rust-lang/crates.io-index"
19633checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19634dependencies = [
19635 "bitflags 2.10.0",
19636 "hashbrown 0.15.5",
19637 "indexmap",
19638 "semver",
19639 "serde",
19640]
19641
19642[[package]]
19643name = "wasmparser"
19644version = "0.227.1"
19645source = "registry+https://github.com/rust-lang/crates.io-index"
19646checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19647dependencies = [
19648 "bitflags 2.10.0",
19649 "hashbrown 0.15.5",
19650 "indexmap",
19651 "semver",
19652]
19653
19654[[package]]
19655name = "wasmparser"
19656version = "0.236.1"
19657source = "registry+https://github.com/rust-lang/crates.io-index"
19658checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19659dependencies = [
19660 "bitflags 2.10.0",
19661 "hashbrown 0.15.5",
19662 "indexmap",
19663 "semver",
19664 "serde",
19665]
19666
19667[[package]]
19668name = "wasmparser"
19669version = "0.244.0"
19670source = "registry+https://github.com/rust-lang/crates.io-index"
19671checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19672dependencies = [
19673 "bitflags 2.10.0",
19674 "hashbrown 0.15.5",
19675 "indexmap",
19676 "semver",
19677]
19678
19679[[package]]
19680name = "wasmprinter"
19681version = "0.236.1"
19682source = "registry+https://github.com/rust-lang/crates.io-index"
19683checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19684dependencies = [
19685 "anyhow",
19686 "termcolor",
19687 "wasmparser 0.236.1",
19688]
19689
19690[[package]]
19691name = "wasmtime"
19692version = "36.0.6"
19693source = "registry+https://github.com/rust-lang/crates.io-index"
19694checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19695dependencies = [
19696 "addr2line",
19697 "anyhow",
19698 "async-trait",
19699 "bitflags 2.10.0",
19700 "bumpalo",
19701 "cc",
19702 "cfg-if",
19703 "encoding_rs",
19704 "hashbrown 0.15.5",
19705 "indexmap",
19706 "libc",
19707 "log",
19708 "mach2 0.4.3",
19709 "memfd",
19710 "object",
19711 "once_cell",
19712 "postcard",
19713 "pulley-interpreter",
19714 "rayon",
19715 "rustix 1.1.2",
19716 "semver",
19717 "serde",
19718 "serde_derive",
19719 "smallvec",
19720 "target-lexicon 0.13.3",
19721 "wasmparser 0.236.1",
19722 "wasmtime-environ",
19723 "wasmtime-internal-asm-macros",
19724 "wasmtime-internal-component-macro",
19725 "wasmtime-internal-component-util",
19726 "wasmtime-internal-cranelift",
19727 "wasmtime-internal-fiber",
19728 "wasmtime-internal-jit-debug",
19729 "wasmtime-internal-jit-icache-coherence",
19730 "wasmtime-internal-math",
19731 "wasmtime-internal-slab",
19732 "wasmtime-internal-unwinder",
19733 "wasmtime-internal-versioned-export-macros",
19734 "wasmtime-internal-winch",
19735 "windows-sys 0.60.2",
19736]
19737
19738[[package]]
19739name = "wasmtime-c-api-impl"
19740version = "36.0.6"
19741source = "registry+https://github.com/rust-lang/crates.io-index"
19742checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19743dependencies = [
19744 "anyhow",
19745 "log",
19746 "tracing",
19747 "wasmtime",
19748 "wasmtime-internal-c-api-macros",
19749]
19750
19751[[package]]
19752name = "wasmtime-environ"
19753version = "36.0.6"
19754source = "registry+https://github.com/rust-lang/crates.io-index"
19755checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19756dependencies = [
19757 "anyhow",
19758 "cpp_demangle",
19759 "cranelift-bitset",
19760 "cranelift-entity",
19761 "gimli",
19762 "indexmap",
19763 "log",
19764 "object",
19765 "postcard",
19766 "rustc-demangle",
19767 "semver",
19768 "serde",
19769 "serde_derive",
19770 "smallvec",
19771 "target-lexicon 0.13.3",
19772 "wasm-encoder 0.236.1",
19773 "wasmparser 0.236.1",
19774 "wasmprinter",
19775 "wasmtime-internal-component-util",
19776]
19777
19778[[package]]
19779name = "wasmtime-internal-asm-macros"
19780version = "36.0.6"
19781source = "registry+https://github.com/rust-lang/crates.io-index"
19782checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19783dependencies = [
19784 "cfg-if",
19785]
19786
19787[[package]]
19788name = "wasmtime-internal-c-api-macros"
19789version = "36.0.6"
19790source = "registry+https://github.com/rust-lang/crates.io-index"
19791checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19792dependencies = [
19793 "proc-macro2",
19794 "quote",
19795]
19796
19797[[package]]
19798name = "wasmtime-internal-component-macro"
19799version = "36.0.6"
19800source = "registry+https://github.com/rust-lang/crates.io-index"
19801checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19802dependencies = [
19803 "anyhow",
19804 "proc-macro2",
19805 "quote",
19806 "syn 2.0.117",
19807 "wasmtime-internal-component-util",
19808 "wasmtime-internal-wit-bindgen",
19809 "wit-parser 0.236.1",
19810]
19811
19812[[package]]
19813name = "wasmtime-internal-component-util"
19814version = "36.0.6"
19815source = "registry+https://github.com/rust-lang/crates.io-index"
19816checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19817
19818[[package]]
19819name = "wasmtime-internal-cranelift"
19820version = "36.0.6"
19821source = "registry+https://github.com/rust-lang/crates.io-index"
19822checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19823dependencies = [
19824 "anyhow",
19825 "cfg-if",
19826 "cranelift-codegen",
19827 "cranelift-control",
19828 "cranelift-entity",
19829 "cranelift-frontend",
19830 "cranelift-native",
19831 "gimli",
19832 "itertools 0.14.0",
19833 "log",
19834 "object",
19835 "pulley-interpreter",
19836 "smallvec",
19837 "target-lexicon 0.13.3",
19838 "thiserror 2.0.17",
19839 "wasmparser 0.236.1",
19840 "wasmtime-environ",
19841 "wasmtime-internal-math",
19842 "wasmtime-internal-versioned-export-macros",
19843]
19844
19845[[package]]
19846name = "wasmtime-internal-fiber"
19847version = "36.0.6"
19848source = "registry+https://github.com/rust-lang/crates.io-index"
19849checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19850dependencies = [
19851 "anyhow",
19852 "cc",
19853 "cfg-if",
19854 "libc",
19855 "rustix 1.1.2",
19856 "wasmtime-internal-asm-macros",
19857 "wasmtime-internal-versioned-export-macros",
19858 "windows-sys 0.60.2",
19859]
19860
19861[[package]]
19862name = "wasmtime-internal-jit-debug"
19863version = "36.0.6"
19864source = "registry+https://github.com/rust-lang/crates.io-index"
19865checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19866dependencies = [
19867 "cc",
19868 "wasmtime-internal-versioned-export-macros",
19869]
19870
19871[[package]]
19872name = "wasmtime-internal-jit-icache-coherence"
19873version = "36.0.6"
19874source = "registry+https://github.com/rust-lang/crates.io-index"
19875checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19876dependencies = [
19877 "anyhow",
19878 "cfg-if",
19879 "libc",
19880 "windows-sys 0.60.2",
19881]
19882
19883[[package]]
19884name = "wasmtime-internal-math"
19885version = "36.0.6"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19888dependencies = [
19889 "libm",
19890]
19891
19892[[package]]
19893name = "wasmtime-internal-slab"
19894version = "36.0.6"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19897
19898[[package]]
19899name = "wasmtime-internal-unwinder"
19900version = "36.0.6"
19901source = "registry+https://github.com/rust-lang/crates.io-index"
19902checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19903dependencies = [
19904 "anyhow",
19905 "cfg-if",
19906 "cranelift-codegen",
19907 "log",
19908 "object",
19909]
19910
19911[[package]]
19912name = "wasmtime-internal-versioned-export-macros"
19913version = "36.0.6"
19914source = "registry+https://github.com/rust-lang/crates.io-index"
19915checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19916dependencies = [
19917 "proc-macro2",
19918 "quote",
19919 "syn 2.0.117",
19920]
19921
19922[[package]]
19923name = "wasmtime-internal-winch"
19924version = "36.0.6"
19925source = "registry+https://github.com/rust-lang/crates.io-index"
19926checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19927dependencies = [
19928 "anyhow",
19929 "cranelift-codegen",
19930 "gimli",
19931 "object",
19932 "target-lexicon 0.13.3",
19933 "wasmparser 0.236.1",
19934 "wasmtime-environ",
19935 "wasmtime-internal-cranelift",
19936 "winch-codegen",
19937]
19938
19939[[package]]
19940name = "wasmtime-internal-wit-bindgen"
19941version = "36.0.6"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19944dependencies = [
19945 "anyhow",
19946 "bitflags 2.10.0",
19947 "heck 0.5.0",
19948 "indexmap",
19949 "wit-parser 0.236.1",
19950]
19951
19952[[package]]
19953name = "wasmtime-wasi"
19954version = "36.0.6"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19957dependencies = [
19958 "anyhow",
19959 "async-trait",
19960 "bitflags 2.10.0",
19961 "bytes 1.11.1",
19962 "cap-fs-ext",
19963 "cap-net-ext",
19964 "cap-rand",
19965 "cap-std",
19966 "cap-time-ext",
19967 "fs-set-times",
19968 "futures 0.3.32",
19969 "io-extras",
19970 "io-lifetimes",
19971 "rustix 1.1.2",
19972 "system-interface",
19973 "thiserror 2.0.17",
19974 "tokio",
19975 "tracing",
19976 "url",
19977 "wasmtime",
19978 "wasmtime-wasi-io",
19979 "wiggle",
19980 "windows-sys 0.60.2",
19981]
19982
19983[[package]]
19984name = "wasmtime-wasi-io"
19985version = "36.0.6"
19986source = "registry+https://github.com/rust-lang/crates.io-index"
19987checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19988dependencies = [
19989 "anyhow",
19990 "async-trait",
19991 "bytes 1.11.1",
19992 "futures 0.3.32",
19993 "wasmtime",
19994]
19995
19996[[package]]
19997name = "wast"
19998version = "35.0.2"
19999source = "registry+https://github.com/rust-lang/crates.io-index"
20000checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20001dependencies = [
20002 "leb128",
20003]
20004
20005[[package]]
20006name = "watch"
20007version = "0.1.0"
20008dependencies = [
20009 "ctor",
20010 "futures 0.3.32",
20011 "gpui",
20012 "parking_lot",
20013 "zlog",
20014]
20015
20016[[package]]
20017name = "wax"
20018version = "0.7.0"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20021dependencies = [
20022 "const_format",
20023 "itertools 0.14.0",
20024 "nom 7.1.3",
20025 "pori",
20026 "regex",
20027 "thiserror 2.0.17",
20028 "walkdir",
20029]
20030
20031[[package]]
20032name = "wayland-backend"
20033version = "0.3.11"
20034source = "registry+https://github.com/rust-lang/crates.io-index"
20035checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20036dependencies = [
20037 "cc",
20038 "downcast-rs",
20039 "rustix 1.1.2",
20040 "scoped-tls",
20041 "smallvec",
20042 "wayland-sys",
20043]
20044
20045[[package]]
20046name = "wayland-client"
20047version = "0.31.11"
20048source = "registry+https://github.com/rust-lang/crates.io-index"
20049checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20050dependencies = [
20051 "bitflags 2.10.0",
20052 "rustix 1.1.2",
20053 "wayland-backend",
20054 "wayland-scanner",
20055]
20056
20057[[package]]
20058name = "wayland-cursor"
20059version = "0.31.11"
20060source = "registry+https://github.com/rust-lang/crates.io-index"
20061checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20062dependencies = [
20063 "rustix 1.1.2",
20064 "wayland-client",
20065 "xcursor",
20066]
20067
20068[[package]]
20069name = "wayland-protocols"
20070version = "0.32.9"
20071source = "registry+https://github.com/rust-lang/crates.io-index"
20072checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20073dependencies = [
20074 "bitflags 2.10.0",
20075 "wayland-backend",
20076 "wayland-client",
20077 "wayland-scanner",
20078]
20079
20080[[package]]
20081name = "wayland-protocols-plasma"
20082version = "0.3.9"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20085dependencies = [
20086 "bitflags 2.10.0",
20087 "wayland-backend",
20088 "wayland-client",
20089 "wayland-protocols",
20090 "wayland-scanner",
20091]
20092
20093[[package]]
20094name = "wayland-protocols-wlr"
20095version = "0.3.9"
20096source = "registry+https://github.com/rust-lang/crates.io-index"
20097checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20098dependencies = [
20099 "bitflags 2.10.0",
20100 "wayland-backend",
20101 "wayland-client",
20102 "wayland-protocols",
20103 "wayland-scanner",
20104]
20105
20106[[package]]
20107name = "wayland-scanner"
20108version = "0.31.7"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20111dependencies = [
20112 "proc-macro2",
20113 "quick-xml 0.37.5",
20114 "quote",
20115]
20116
20117[[package]]
20118name = "wayland-sys"
20119version = "0.31.7"
20120source = "registry+https://github.com/rust-lang/crates.io-index"
20121checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20122dependencies = [
20123 "dlib",
20124 "log",
20125 "once_cell",
20126 "pkg-config",
20127]
20128
20129[[package]]
20130name = "web-sys"
20131version = "0.3.90"
20132source = "registry+https://github.com/rust-lang/crates.io-index"
20133checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20134dependencies = [
20135 "js-sys",
20136 "wasm-bindgen",
20137]
20138
20139[[package]]
20140name = "web-time"
20141version = "1.1.0"
20142source = "registry+https://github.com/rust-lang/crates.io-index"
20143checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20144dependencies = [
20145 "js-sys",
20146 "serde",
20147 "wasm-bindgen",
20148]
20149
20150[[package]]
20151name = "web_atoms"
20152version = "0.1.3"
20153source = "registry+https://github.com/rust-lang/crates.io-index"
20154checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20155dependencies = [
20156 "phf 0.11.3",
20157 "phf_codegen",
20158 "string_cache",
20159 "string_cache_codegen",
20160]
20161
20162[[package]]
20163name = "web_search"
20164version = "0.1.0"
20165dependencies = [
20166 "anyhow",
20167 "cloud_llm_client",
20168 "collections",
20169 "gpui",
20170 "serde",
20171]
20172
20173[[package]]
20174name = "web_search_providers"
20175version = "0.1.0"
20176dependencies = [
20177 "anyhow",
20178 "client",
20179 "cloud_api_client",
20180 "cloud_api_types",
20181 "cloud_llm_client",
20182 "futures 0.3.32",
20183 "gpui",
20184 "http_client",
20185 "language_model",
20186 "serde",
20187 "serde_json",
20188 "web_search",
20189]
20190
20191[[package]]
20192name = "webpki-root-certs"
20193version = "0.26.8"
20194source = "registry+https://github.com/rust-lang/crates.io-index"
20195checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20196dependencies = [
20197 "rustls-pki-types",
20198]
20199
20200[[package]]
20201name = "webpki-roots"
20202version = "0.26.8"
20203source = "registry+https://github.com/rust-lang/crates.io-index"
20204checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20205dependencies = [
20206 "rustls-pki-types",
20207]
20208
20209[[package]]
20210name = "webrtc-sys"
20211version = "0.3.23"
20212source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20213dependencies = [
20214 "cc",
20215 "cxx",
20216 "cxx-build",
20217 "glob",
20218 "log",
20219 "pkg-config",
20220 "webrtc-sys-build",
20221]
20222
20223[[package]]
20224name = "webrtc-sys-build"
20225version = "0.3.13"
20226source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20227dependencies = [
20228 "anyhow",
20229 "fs2",
20230 "regex",
20231 "reqwest 0.12.24",
20232 "scratch",
20233 "semver",
20234 "zip 0.6.6",
20235]
20236
20237[[package]]
20238name = "weezl"
20239version = "0.1.10"
20240source = "registry+https://github.com/rust-lang/crates.io-index"
20241checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20242
20243[[package]]
20244name = "wgpu"
20245version = "29.0.0"
20246source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20247dependencies = [
20248 "arrayvec",
20249 "bitflags 2.10.0",
20250 "bytemuck",
20251 "cfg-if",
20252 "cfg_aliases 0.2.1",
20253 "document-features",
20254 "hashbrown 0.16.1",
20255 "js-sys",
20256 "log",
20257 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20258 "parking_lot",
20259 "portable-atomic",
20260 "profiling",
20261 "raw-window-handle",
20262 "smallvec",
20263 "static_assertions",
20264 "wasm-bindgen",
20265 "wasm-bindgen-futures",
20266 "web-sys",
20267 "wgpu-core",
20268 "wgpu-hal",
20269 "wgpu-types",
20270]
20271
20272[[package]]
20273name = "wgpu-core"
20274version = "29.0.0"
20275source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20276dependencies = [
20277 "arrayvec",
20278 "bit-set 0.9.1",
20279 "bit-vec 0.9.1",
20280 "bitflags 2.10.0",
20281 "bytemuck",
20282 "cfg_aliases 0.2.1",
20283 "document-features",
20284 "hashbrown 0.16.1",
20285 "indexmap",
20286 "log",
20287 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20288 "once_cell",
20289 "parking_lot",
20290 "portable-atomic",
20291 "profiling",
20292 "raw-window-handle",
20293 "rustc-hash 1.1.0",
20294 "smallvec",
20295 "thiserror 2.0.17",
20296 "wgpu-core-deps-apple",
20297 "wgpu-core-deps-emscripten",
20298 "wgpu-core-deps-windows-linux-android",
20299 "wgpu-hal",
20300 "wgpu-naga-bridge",
20301 "wgpu-types",
20302]
20303
20304[[package]]
20305name = "wgpu-core-deps-apple"
20306version = "29.0.0"
20307source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20308dependencies = [
20309 "wgpu-hal",
20310]
20311
20312[[package]]
20313name = "wgpu-core-deps-emscripten"
20314version = "29.0.0"
20315source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20316dependencies = [
20317 "wgpu-hal",
20318]
20319
20320[[package]]
20321name = "wgpu-core-deps-windows-linux-android"
20322version = "29.0.0"
20323source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20324dependencies = [
20325 "wgpu-hal",
20326]
20327
20328[[package]]
20329name = "wgpu-hal"
20330version = "29.0.0"
20331source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20332dependencies = [
20333 "android_system_properties",
20334 "arrayvec",
20335 "ash",
20336 "bit-set 0.9.1",
20337 "bitflags 2.10.0",
20338 "block2",
20339 "bytemuck",
20340 "cfg-if",
20341 "cfg_aliases 0.2.1",
20342 "glow",
20343 "glutin_wgl_sys",
20344 "gpu-allocator",
20345 "gpu-descriptor",
20346 "hashbrown 0.16.1",
20347 "js-sys",
20348 "khronos-egl",
20349 "libc",
20350 "libloading",
20351 "log",
20352 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20353 "ndk-sys",
20354 "objc2",
20355 "objc2-core-foundation",
20356 "objc2-foundation",
20357 "objc2-metal",
20358 "objc2-quartz-core",
20359 "once_cell",
20360 "ordered-float 4.6.0",
20361 "parking_lot",
20362 "portable-atomic",
20363 "portable-atomic-util",
20364 "profiling",
20365 "range-alloc",
20366 "raw-window-handle",
20367 "raw-window-metal",
20368 "renderdoc-sys",
20369 "smallvec",
20370 "thiserror 2.0.17",
20371 "wasm-bindgen",
20372 "wayland-sys",
20373 "web-sys",
20374 "wgpu-naga-bridge",
20375 "wgpu-types",
20376 "windows 0.62.2",
20377 "windows-core 0.62.2",
20378]
20379
20380[[package]]
20381name = "wgpu-naga-bridge"
20382version = "29.0.0"
20383source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20384dependencies = [
20385 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20386 "wgpu-types",
20387]
20388
20389[[package]]
20390name = "wgpu-types"
20391version = "29.0.0"
20392source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20393dependencies = [
20394 "bitflags 2.10.0",
20395 "bytemuck",
20396 "js-sys",
20397 "log",
20398 "raw-window-handle",
20399 "web-sys",
20400]
20401
20402[[package]]
20403name = "which"
20404version = "4.4.2"
20405source = "registry+https://github.com/rust-lang/crates.io-index"
20406checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20407dependencies = [
20408 "either",
20409 "home",
20410 "once_cell",
20411 "rustix 0.38.44",
20412]
20413
20414[[package]]
20415name = "which"
20416version = "6.0.3"
20417source = "registry+https://github.com/rust-lang/crates.io-index"
20418checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20419dependencies = [
20420 "either",
20421 "home",
20422 "rustix 0.38.44",
20423 "winsafe",
20424]
20425
20426[[package]]
20427name = "which_key"
20428version = "0.1.0"
20429dependencies = [
20430 "command_palette",
20431 "gpui",
20432 "serde",
20433 "settings",
20434 "theme_settings",
20435 "ui",
20436 "util",
20437 "workspace",
20438]
20439
20440[[package]]
20441name = "whoami"
20442version = "1.6.1"
20443source = "registry+https://github.com/rust-lang/crates.io-index"
20444checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20445dependencies = [
20446 "libredox",
20447 "wasite",
20448]
20449
20450[[package]]
20451name = "wiggle"
20452version = "36.0.6"
20453source = "registry+https://github.com/rust-lang/crates.io-index"
20454checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20455dependencies = [
20456 "anyhow",
20457 "async-trait",
20458 "bitflags 2.10.0",
20459 "thiserror 2.0.17",
20460 "tracing",
20461 "wasmtime",
20462 "wiggle-macro",
20463]
20464
20465[[package]]
20466name = "wiggle-generate"
20467version = "36.0.6"
20468source = "registry+https://github.com/rust-lang/crates.io-index"
20469checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20470dependencies = [
20471 "anyhow",
20472 "heck 0.5.0",
20473 "proc-macro2",
20474 "quote",
20475 "syn 2.0.117",
20476 "witx",
20477]
20478
20479[[package]]
20480name = "wiggle-macro"
20481version = "36.0.6"
20482source = "registry+https://github.com/rust-lang/crates.io-index"
20483checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20484dependencies = [
20485 "proc-macro2",
20486 "quote",
20487 "syn 2.0.117",
20488 "wiggle-generate",
20489]
20490
20491[[package]]
20492name = "winapi"
20493version = "0.3.9"
20494source = "registry+https://github.com/rust-lang/crates.io-index"
20495checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20496dependencies = [
20497 "winapi-i686-pc-windows-gnu",
20498 "winapi-x86_64-pc-windows-gnu",
20499]
20500
20501[[package]]
20502name = "winapi-i686-pc-windows-gnu"
20503version = "0.4.0"
20504source = "registry+https://github.com/rust-lang/crates.io-index"
20505checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20506
20507[[package]]
20508name = "winapi-util"
20509version = "0.1.11"
20510source = "registry+https://github.com/rust-lang/crates.io-index"
20511checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20512dependencies = [
20513 "windows-sys 0.61.2",
20514]
20515
20516[[package]]
20517name = "winapi-x86_64-pc-windows-gnu"
20518version = "0.4.0"
20519source = "registry+https://github.com/rust-lang/crates.io-index"
20520checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20521
20522[[package]]
20523name = "winch-codegen"
20524version = "36.0.6"
20525source = "registry+https://github.com/rust-lang/crates.io-index"
20526checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20527dependencies = [
20528 "anyhow",
20529 "cranelift-assembler-x64",
20530 "cranelift-codegen",
20531 "gimli",
20532 "regalloc2",
20533 "smallvec",
20534 "target-lexicon 0.13.3",
20535 "thiserror 2.0.17",
20536 "wasmparser 0.236.1",
20537 "wasmtime-environ",
20538 "wasmtime-internal-cranelift",
20539 "wasmtime-internal-math",
20540]
20541
20542[[package]]
20543name = "windows"
20544version = "0.57.0"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20547dependencies = [
20548 "windows-core 0.57.0",
20549 "windows-targets 0.52.6",
20550]
20551
20552[[package]]
20553name = "windows"
20554version = "0.58.0"
20555source = "registry+https://github.com/rust-lang/crates.io-index"
20556checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20557dependencies = [
20558 "windows-core 0.58.0",
20559 "windows-targets 0.52.6",
20560]
20561
20562[[package]]
20563name = "windows"
20564version = "0.61.3"
20565source = "registry+https://github.com/rust-lang/crates.io-index"
20566checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20567dependencies = [
20568 "windows-collections 0.2.0",
20569 "windows-core 0.61.2",
20570 "windows-future 0.2.1",
20571 "windows-link 0.1.3",
20572 "windows-numerics 0.2.0",
20573]
20574
20575[[package]]
20576name = "windows"
20577version = "0.62.2"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20580dependencies = [
20581 "windows-collections 0.3.2",
20582 "windows-core 0.62.2",
20583 "windows-future 0.3.2",
20584 "windows-numerics 0.3.1",
20585]
20586
20587[[package]]
20588name = "windows-bindgen"
20589version = "0.61.1"
20590source = "registry+https://github.com/rust-lang/crates.io-index"
20591checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20592dependencies = [
20593 "serde",
20594 "serde_json",
20595 "windows-threading 0.1.0",
20596]
20597
20598[[package]]
20599name = "windows-capture"
20600version = "1.4.3"
20601source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20602dependencies = [
20603 "clap",
20604 "ctrlc",
20605 "parking_lot",
20606 "rayon",
20607 "thiserror 2.0.17",
20608 "windows 0.61.3",
20609 "windows-future 0.2.1",
20610]
20611
20612[[package]]
20613name = "windows-collections"
20614version = "0.2.0"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20617dependencies = [
20618 "windows-core 0.61.2",
20619]
20620
20621[[package]]
20622name = "windows-collections"
20623version = "0.3.2"
20624source = "registry+https://github.com/rust-lang/crates.io-index"
20625checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20626dependencies = [
20627 "windows-core 0.62.2",
20628]
20629
20630[[package]]
20631name = "windows-core"
20632version = "0.57.0"
20633source = "registry+https://github.com/rust-lang/crates.io-index"
20634checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20635dependencies = [
20636 "windows-implement 0.57.0",
20637 "windows-interface 0.57.0",
20638 "windows-result 0.1.2",
20639 "windows-targets 0.52.6",
20640]
20641
20642[[package]]
20643name = "windows-core"
20644version = "0.58.0"
20645source = "registry+https://github.com/rust-lang/crates.io-index"
20646checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20647dependencies = [
20648 "windows-implement 0.58.0",
20649 "windows-interface 0.58.0",
20650 "windows-result 0.2.0",
20651 "windows-strings 0.1.0",
20652 "windows-targets 0.52.6",
20653]
20654
20655[[package]]
20656name = "windows-core"
20657version = "0.61.2"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20660dependencies = [
20661 "windows-implement 0.60.2",
20662 "windows-interface 0.59.3",
20663 "windows-link 0.1.3",
20664 "windows-result 0.3.4",
20665 "windows-strings 0.4.2",
20666]
20667
20668[[package]]
20669name = "windows-core"
20670version = "0.62.2"
20671source = "registry+https://github.com/rust-lang/crates.io-index"
20672checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20673dependencies = [
20674 "windows-implement 0.60.2",
20675 "windows-interface 0.59.3",
20676 "windows-link 0.2.1",
20677 "windows-result 0.4.1",
20678 "windows-strings 0.5.1",
20679]
20680
20681[[package]]
20682name = "windows-future"
20683version = "0.2.1"
20684source = "registry+https://github.com/rust-lang/crates.io-index"
20685checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20686dependencies = [
20687 "windows-core 0.61.2",
20688 "windows-link 0.1.3",
20689 "windows-threading 0.1.0",
20690]
20691
20692[[package]]
20693name = "windows-future"
20694version = "0.3.2"
20695source = "registry+https://github.com/rust-lang/crates.io-index"
20696checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20697dependencies = [
20698 "windows-core 0.62.2",
20699 "windows-link 0.2.1",
20700 "windows-threading 0.2.1",
20701]
20702
20703[[package]]
20704name = "windows-implement"
20705version = "0.57.0"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20708dependencies = [
20709 "proc-macro2",
20710 "quote",
20711 "syn 2.0.117",
20712]
20713
20714[[package]]
20715name = "windows-implement"
20716version = "0.58.0"
20717source = "registry+https://github.com/rust-lang/crates.io-index"
20718checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20719dependencies = [
20720 "proc-macro2",
20721 "quote",
20722 "syn 2.0.117",
20723]
20724
20725[[package]]
20726name = "windows-implement"
20727version = "0.60.2"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20730dependencies = [
20731 "proc-macro2",
20732 "quote",
20733 "syn 2.0.117",
20734]
20735
20736[[package]]
20737name = "windows-interface"
20738version = "0.57.0"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20741dependencies = [
20742 "proc-macro2",
20743 "quote",
20744 "syn 2.0.117",
20745]
20746
20747[[package]]
20748name = "windows-interface"
20749version = "0.58.0"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20752dependencies = [
20753 "proc-macro2",
20754 "quote",
20755 "syn 2.0.117",
20756]
20757
20758[[package]]
20759name = "windows-interface"
20760version = "0.59.3"
20761source = "registry+https://github.com/rust-lang/crates.io-index"
20762checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20763dependencies = [
20764 "proc-macro2",
20765 "quote",
20766 "syn 2.0.117",
20767]
20768
20769[[package]]
20770name = "windows-link"
20771version = "0.1.3"
20772source = "registry+https://github.com/rust-lang/crates.io-index"
20773checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20774
20775[[package]]
20776name = "windows-link"
20777version = "0.2.1"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20780
20781[[package]]
20782name = "windows-numerics"
20783version = "0.2.0"
20784source = "registry+https://github.com/rust-lang/crates.io-index"
20785checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20786dependencies = [
20787 "windows-core 0.61.2",
20788 "windows-link 0.1.3",
20789]
20790
20791[[package]]
20792name = "windows-numerics"
20793version = "0.3.1"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20796dependencies = [
20797 "windows-core 0.62.2",
20798 "windows-link 0.2.1",
20799]
20800
20801[[package]]
20802name = "windows-registry"
20803version = "0.4.0"
20804source = "registry+https://github.com/rust-lang/crates.io-index"
20805checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20806dependencies = [
20807 "windows-result 0.3.4",
20808 "windows-strings 0.3.1",
20809 "windows-targets 0.53.5",
20810]
20811
20812[[package]]
20813name = "windows-registry"
20814version = "0.5.3"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20817dependencies = [
20818 "windows-link 0.1.3",
20819 "windows-result 0.3.4",
20820 "windows-strings 0.4.2",
20821]
20822
20823[[package]]
20824name = "windows-registry"
20825version = "0.6.1"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20828dependencies = [
20829 "windows-link 0.2.1",
20830 "windows-result 0.4.1",
20831 "windows-strings 0.5.1",
20832]
20833
20834[[package]]
20835name = "windows-result"
20836version = "0.1.2"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20839dependencies = [
20840 "windows-targets 0.52.6",
20841]
20842
20843[[package]]
20844name = "windows-result"
20845version = "0.2.0"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20848dependencies = [
20849 "windows-targets 0.52.6",
20850]
20851
20852[[package]]
20853name = "windows-result"
20854version = "0.3.4"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20857dependencies = [
20858 "windows-link 0.1.3",
20859]
20860
20861[[package]]
20862name = "windows-result"
20863version = "0.4.1"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20866dependencies = [
20867 "windows-link 0.2.1",
20868]
20869
20870[[package]]
20871name = "windows-strings"
20872version = "0.1.0"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20875dependencies = [
20876 "windows-result 0.2.0",
20877 "windows-targets 0.52.6",
20878]
20879
20880[[package]]
20881name = "windows-strings"
20882version = "0.3.1"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20885dependencies = [
20886 "windows-link 0.1.3",
20887]
20888
20889[[package]]
20890name = "windows-strings"
20891version = "0.4.2"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20894dependencies = [
20895 "windows-link 0.1.3",
20896]
20897
20898[[package]]
20899name = "windows-strings"
20900version = "0.5.1"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20903dependencies = [
20904 "windows-link 0.2.1",
20905]
20906
20907[[package]]
20908name = "windows-sys"
20909version = "0.45.0"
20910source = "registry+https://github.com/rust-lang/crates.io-index"
20911checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20912dependencies = [
20913 "windows-targets 0.42.2",
20914]
20915
20916[[package]]
20917name = "windows-sys"
20918version = "0.48.0"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20921dependencies = [
20922 "windows-targets 0.48.5",
20923]
20924
20925[[package]]
20926name = "windows-sys"
20927version = "0.52.0"
20928source = "registry+https://github.com/rust-lang/crates.io-index"
20929checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20930dependencies = [
20931 "windows-targets 0.52.6",
20932]
20933
20934[[package]]
20935name = "windows-sys"
20936version = "0.59.0"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20939dependencies = [
20940 "windows-targets 0.52.6",
20941]
20942
20943[[package]]
20944name = "windows-sys"
20945version = "0.60.2"
20946source = "registry+https://github.com/rust-lang/crates.io-index"
20947checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20948dependencies = [
20949 "windows-targets 0.53.5",
20950]
20951
20952[[package]]
20953name = "windows-sys"
20954version = "0.61.2"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20957dependencies = [
20958 "windows-link 0.2.1",
20959]
20960
20961[[package]]
20962name = "windows-targets"
20963version = "0.42.2"
20964source = "registry+https://github.com/rust-lang/crates.io-index"
20965checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20966dependencies = [
20967 "windows_aarch64_gnullvm 0.42.2",
20968 "windows_aarch64_msvc 0.42.2",
20969 "windows_i686_gnu 0.42.2",
20970 "windows_i686_msvc 0.42.2",
20971 "windows_x86_64_gnu 0.42.2",
20972 "windows_x86_64_gnullvm 0.42.2",
20973 "windows_x86_64_msvc 0.42.2",
20974]
20975
20976[[package]]
20977name = "windows-targets"
20978version = "0.48.5"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20981dependencies = [
20982 "windows_aarch64_gnullvm 0.48.5",
20983 "windows_aarch64_msvc 0.48.5",
20984 "windows_i686_gnu 0.48.5",
20985 "windows_i686_msvc 0.48.5",
20986 "windows_x86_64_gnu 0.48.5",
20987 "windows_x86_64_gnullvm 0.48.5",
20988 "windows_x86_64_msvc 0.48.5",
20989]
20990
20991[[package]]
20992name = "windows-targets"
20993version = "0.52.6"
20994source = "registry+https://github.com/rust-lang/crates.io-index"
20995checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20996dependencies = [
20997 "windows_aarch64_gnullvm 0.52.6",
20998 "windows_aarch64_msvc 0.52.6",
20999 "windows_i686_gnu 0.52.6",
21000 "windows_i686_gnullvm 0.52.6",
21001 "windows_i686_msvc 0.52.6",
21002 "windows_x86_64_gnu 0.52.6",
21003 "windows_x86_64_gnullvm 0.52.6",
21004 "windows_x86_64_msvc 0.52.6",
21005]
21006
21007[[package]]
21008name = "windows-targets"
21009version = "0.53.5"
21010source = "registry+https://github.com/rust-lang/crates.io-index"
21011checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21012dependencies = [
21013 "windows-link 0.2.1",
21014 "windows_aarch64_gnullvm 0.53.1",
21015 "windows_aarch64_msvc 0.53.1",
21016 "windows_i686_gnu 0.53.1",
21017 "windows_i686_gnullvm 0.53.1",
21018 "windows_i686_msvc 0.53.1",
21019 "windows_x86_64_gnu 0.53.1",
21020 "windows_x86_64_gnullvm 0.53.1",
21021 "windows_x86_64_msvc 0.53.1",
21022]
21023
21024[[package]]
21025name = "windows-threading"
21026version = "0.1.0"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21029dependencies = [
21030 "windows-link 0.1.3",
21031]
21032
21033[[package]]
21034name = "windows-threading"
21035version = "0.2.1"
21036source = "registry+https://github.com/rust-lang/crates.io-index"
21037checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21038dependencies = [
21039 "windows-link 0.2.1",
21040]
21041
21042[[package]]
21043name = "windows_aarch64_gnullvm"
21044version = "0.42.2"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21047
21048[[package]]
21049name = "windows_aarch64_gnullvm"
21050version = "0.48.5"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21053
21054[[package]]
21055name = "windows_aarch64_gnullvm"
21056version = "0.52.6"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21059
21060[[package]]
21061name = "windows_aarch64_gnullvm"
21062version = "0.53.1"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21065
21066[[package]]
21067name = "windows_aarch64_msvc"
21068version = "0.42.2"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21071
21072[[package]]
21073name = "windows_aarch64_msvc"
21074version = "0.48.5"
21075source = "registry+https://github.com/rust-lang/crates.io-index"
21076checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21077
21078[[package]]
21079name = "windows_aarch64_msvc"
21080version = "0.52.6"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21083
21084[[package]]
21085name = "windows_aarch64_msvc"
21086version = "0.53.1"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21089
21090[[package]]
21091name = "windows_i686_gnu"
21092version = "0.42.2"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21095
21096[[package]]
21097name = "windows_i686_gnu"
21098version = "0.48.5"
21099source = "registry+https://github.com/rust-lang/crates.io-index"
21100checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21101
21102[[package]]
21103name = "windows_i686_gnu"
21104version = "0.52.6"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21107
21108[[package]]
21109name = "windows_i686_gnu"
21110version = "0.53.1"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21113
21114[[package]]
21115name = "windows_i686_gnullvm"
21116version = "0.52.6"
21117source = "registry+https://github.com/rust-lang/crates.io-index"
21118checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21119
21120[[package]]
21121name = "windows_i686_gnullvm"
21122version = "0.53.1"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21125
21126[[package]]
21127name = "windows_i686_msvc"
21128version = "0.42.2"
21129source = "registry+https://github.com/rust-lang/crates.io-index"
21130checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21131
21132[[package]]
21133name = "windows_i686_msvc"
21134version = "0.48.5"
21135source = "registry+https://github.com/rust-lang/crates.io-index"
21136checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21137
21138[[package]]
21139name = "windows_i686_msvc"
21140version = "0.52.6"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21143
21144[[package]]
21145name = "windows_i686_msvc"
21146version = "0.53.1"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21149
21150[[package]]
21151name = "windows_x86_64_gnu"
21152version = "0.42.2"
21153source = "registry+https://github.com/rust-lang/crates.io-index"
21154checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21155
21156[[package]]
21157name = "windows_x86_64_gnu"
21158version = "0.48.5"
21159source = "registry+https://github.com/rust-lang/crates.io-index"
21160checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21161
21162[[package]]
21163name = "windows_x86_64_gnu"
21164version = "0.52.6"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21167
21168[[package]]
21169name = "windows_x86_64_gnu"
21170version = "0.53.1"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21173
21174[[package]]
21175name = "windows_x86_64_gnullvm"
21176version = "0.42.2"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21179
21180[[package]]
21181name = "windows_x86_64_gnullvm"
21182version = "0.48.5"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21185
21186[[package]]
21187name = "windows_x86_64_gnullvm"
21188version = "0.52.6"
21189source = "registry+https://github.com/rust-lang/crates.io-index"
21190checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21191
21192[[package]]
21193name = "windows_x86_64_gnullvm"
21194version = "0.53.1"
21195source = "registry+https://github.com/rust-lang/crates.io-index"
21196checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21197
21198[[package]]
21199name = "windows_x86_64_msvc"
21200version = "0.42.2"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21203
21204[[package]]
21205name = "windows_x86_64_msvc"
21206version = "0.48.5"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21209
21210[[package]]
21211name = "windows_x86_64_msvc"
21212version = "0.52.6"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21215
21216[[package]]
21217name = "windows_x86_64_msvc"
21218version = "0.53.1"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21221
21222[[package]]
21223name = "winnow"
21224version = "0.7.13"
21225source = "registry+https://github.com/rust-lang/crates.io-index"
21226checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21227dependencies = [
21228 "memchr",
21229]
21230
21231[[package]]
21232name = "winreg"
21233version = "0.10.1"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21236dependencies = [
21237 "winapi",
21238]
21239
21240[[package]]
21241name = "winreg"
21242version = "0.50.0"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21245dependencies = [
21246 "cfg-if",
21247 "windows-sys 0.48.0",
21248]
21249
21250[[package]]
21251name = "winreg"
21252version = "0.55.0"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21255dependencies = [
21256 "cfg-if",
21257 "windows-sys 0.59.0",
21258]
21259
21260[[package]]
21261name = "winresource"
21262version = "0.1.23"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21265dependencies = [
21266 "toml 0.8.23",
21267 "version_check",
21268]
21269
21270[[package]]
21271name = "winsafe"
21272version = "0.0.19"
21273source = "registry+https://github.com/rust-lang/crates.io-index"
21274checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21275
21276[[package]]
21277name = "winx"
21278version = "0.36.4"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21281dependencies = [
21282 "bitflags 2.10.0",
21283 "windows-sys 0.59.0",
21284]
21285
21286[[package]]
21287name = "wio"
21288version = "0.2.2"
21289source = "registry+https://github.com/rust-lang/crates.io-index"
21290checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21291dependencies = [
21292 "winapi",
21293]
21294
21295[[package]]
21296name = "wit-bindgen"
21297version = "0.22.0"
21298source = "registry+https://github.com/rust-lang/crates.io-index"
21299checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21300dependencies = [
21301 "bitflags 2.10.0",
21302 "wit-bindgen-rt 0.22.0",
21303 "wit-bindgen-rust-macro 0.22.0",
21304]
21305
21306[[package]]
21307name = "wit-bindgen"
21308version = "0.41.0"
21309source = "registry+https://github.com/rust-lang/crates.io-index"
21310checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21311dependencies = [
21312 "wit-bindgen-rt 0.41.0",
21313 "wit-bindgen-rust-macro 0.41.0",
21314]
21315
21316[[package]]
21317name = "wit-bindgen"
21318version = "0.46.0"
21319source = "registry+https://github.com/rust-lang/crates.io-index"
21320checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21321
21322[[package]]
21323name = "wit-bindgen"
21324version = "0.51.0"
21325source = "registry+https://github.com/rust-lang/crates.io-index"
21326checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21327dependencies = [
21328 "wit-bindgen-rust-macro 0.51.0",
21329]
21330
21331[[package]]
21332name = "wit-bindgen-core"
21333version = "0.22.0"
21334source = "registry+https://github.com/rust-lang/crates.io-index"
21335checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21336dependencies = [
21337 "anyhow",
21338 "wit-parser 0.201.0",
21339]
21340
21341[[package]]
21342name = "wit-bindgen-core"
21343version = "0.41.0"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21346dependencies = [
21347 "anyhow",
21348 "heck 0.5.0",
21349 "wit-parser 0.227.1",
21350]
21351
21352[[package]]
21353name = "wit-bindgen-core"
21354version = "0.51.0"
21355source = "registry+https://github.com/rust-lang/crates.io-index"
21356checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21357dependencies = [
21358 "anyhow",
21359 "heck 0.5.0",
21360 "wit-parser 0.244.0",
21361]
21362
21363[[package]]
21364name = "wit-bindgen-rt"
21365version = "0.22.0"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21368
21369[[package]]
21370name = "wit-bindgen-rt"
21371version = "0.41.0"
21372source = "registry+https://github.com/rust-lang/crates.io-index"
21373checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21374dependencies = [
21375 "bitflags 2.10.0",
21376 "futures 0.3.32",
21377 "once_cell",
21378]
21379
21380[[package]]
21381name = "wit-bindgen-rust"
21382version = "0.22.0"
21383source = "registry+https://github.com/rust-lang/crates.io-index"
21384checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21385dependencies = [
21386 "anyhow",
21387 "heck 0.4.1",
21388 "indexmap",
21389 "wasm-metadata 0.201.0",
21390 "wit-bindgen-core 0.22.0",
21391 "wit-component 0.201.0",
21392]
21393
21394[[package]]
21395name = "wit-bindgen-rust"
21396version = "0.41.0"
21397source = "registry+https://github.com/rust-lang/crates.io-index"
21398checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21399dependencies = [
21400 "anyhow",
21401 "heck 0.5.0",
21402 "indexmap",
21403 "prettyplease",
21404 "syn 2.0.117",
21405 "wasm-metadata 0.227.1",
21406 "wit-bindgen-core 0.41.0",
21407 "wit-component 0.227.1",
21408]
21409
21410[[package]]
21411name = "wit-bindgen-rust"
21412version = "0.51.0"
21413source = "registry+https://github.com/rust-lang/crates.io-index"
21414checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21415dependencies = [
21416 "anyhow",
21417 "heck 0.5.0",
21418 "indexmap",
21419 "prettyplease",
21420 "syn 2.0.117",
21421 "wasm-metadata 0.244.0",
21422 "wit-bindgen-core 0.51.0",
21423 "wit-component 0.244.0",
21424]
21425
21426[[package]]
21427name = "wit-bindgen-rust-macro"
21428version = "0.22.0"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21431dependencies = [
21432 "anyhow",
21433 "proc-macro2",
21434 "quote",
21435 "syn 2.0.117",
21436 "wit-bindgen-core 0.22.0",
21437 "wit-bindgen-rust 0.22.0",
21438]
21439
21440[[package]]
21441name = "wit-bindgen-rust-macro"
21442version = "0.41.0"
21443source = "registry+https://github.com/rust-lang/crates.io-index"
21444checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21445dependencies = [
21446 "anyhow",
21447 "prettyplease",
21448 "proc-macro2",
21449 "quote",
21450 "syn 2.0.117",
21451 "wit-bindgen-core 0.41.0",
21452 "wit-bindgen-rust 0.41.0",
21453]
21454
21455[[package]]
21456name = "wit-bindgen-rust-macro"
21457version = "0.51.0"
21458source = "registry+https://github.com/rust-lang/crates.io-index"
21459checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21460dependencies = [
21461 "anyhow",
21462 "prettyplease",
21463 "proc-macro2",
21464 "quote",
21465 "syn 2.0.117",
21466 "wit-bindgen-core 0.51.0",
21467 "wit-bindgen-rust 0.51.0",
21468]
21469
21470[[package]]
21471name = "wit-component"
21472version = "0.201.0"
21473source = "registry+https://github.com/rust-lang/crates.io-index"
21474checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21475dependencies = [
21476 "anyhow",
21477 "bitflags 2.10.0",
21478 "indexmap",
21479 "log",
21480 "serde",
21481 "serde_derive",
21482 "serde_json",
21483 "wasm-encoder 0.201.0",
21484 "wasm-metadata 0.201.0",
21485 "wasmparser 0.201.0",
21486 "wit-parser 0.201.0",
21487]
21488
21489[[package]]
21490name = "wit-component"
21491version = "0.227.1"
21492source = "registry+https://github.com/rust-lang/crates.io-index"
21493checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21494dependencies = [
21495 "anyhow",
21496 "bitflags 2.10.0",
21497 "indexmap",
21498 "log",
21499 "serde",
21500 "serde_derive",
21501 "serde_json",
21502 "wasm-encoder 0.227.1",
21503 "wasm-metadata 0.227.1",
21504 "wasmparser 0.227.1",
21505 "wit-parser 0.227.1",
21506]
21507
21508[[package]]
21509name = "wit-component"
21510version = "0.244.0"
21511source = "registry+https://github.com/rust-lang/crates.io-index"
21512checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21513dependencies = [
21514 "anyhow",
21515 "bitflags 2.10.0",
21516 "indexmap",
21517 "log",
21518 "serde",
21519 "serde_derive",
21520 "serde_json",
21521 "wasm-encoder 0.244.0",
21522 "wasm-metadata 0.244.0",
21523 "wasmparser 0.244.0",
21524 "wit-parser 0.244.0",
21525]
21526
21527[[package]]
21528name = "wit-parser"
21529version = "0.201.0"
21530source = "registry+https://github.com/rust-lang/crates.io-index"
21531checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21532dependencies = [
21533 "anyhow",
21534 "id-arena",
21535 "indexmap",
21536 "log",
21537 "semver",
21538 "serde",
21539 "serde_derive",
21540 "serde_json",
21541 "unicode-xid",
21542 "wasmparser 0.201.0",
21543]
21544
21545[[package]]
21546name = "wit-parser"
21547version = "0.227.1"
21548source = "registry+https://github.com/rust-lang/crates.io-index"
21549checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21550dependencies = [
21551 "anyhow",
21552 "id-arena",
21553 "indexmap",
21554 "log",
21555 "semver",
21556 "serde",
21557 "serde_derive",
21558 "serde_json",
21559 "unicode-xid",
21560 "wasmparser 0.227.1",
21561]
21562
21563[[package]]
21564name = "wit-parser"
21565version = "0.236.1"
21566source = "registry+https://github.com/rust-lang/crates.io-index"
21567checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21568dependencies = [
21569 "anyhow",
21570 "id-arena",
21571 "indexmap",
21572 "log",
21573 "semver",
21574 "serde",
21575 "serde_derive",
21576 "serde_json",
21577 "unicode-xid",
21578 "wasmparser 0.236.1",
21579]
21580
21581[[package]]
21582name = "wit-parser"
21583version = "0.244.0"
21584source = "registry+https://github.com/rust-lang/crates.io-index"
21585checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21586dependencies = [
21587 "anyhow",
21588 "id-arena",
21589 "indexmap",
21590 "log",
21591 "semver",
21592 "serde",
21593 "serde_derive",
21594 "serde_json",
21595 "unicode-xid",
21596 "wasmparser 0.244.0",
21597]
21598
21599[[package]]
21600name = "witx"
21601version = "0.9.1"
21602source = "registry+https://github.com/rust-lang/crates.io-index"
21603checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21604dependencies = [
21605 "anyhow",
21606 "log",
21607 "thiserror 1.0.69",
21608 "wast",
21609]
21610
21611[[package]]
21612name = "workspace"
21613version = "0.1.0"
21614dependencies = [
21615 "agent_settings",
21616 "any_vec",
21617 "anyhow",
21618 "async-recursion",
21619 "chrono",
21620 "client",
21621 "clock",
21622 "collections",
21623 "component",
21624 "db",
21625 "feature_flags",
21626 "fs",
21627 "futures 0.3.32",
21628 "git",
21629 "gpui",
21630 "http_client",
21631 "itertools 0.14.0",
21632 "language",
21633 "log",
21634 "markdown",
21635 "menu",
21636 "node_runtime",
21637 "parking_lot",
21638 "postage",
21639 "pretty_assertions",
21640 "project",
21641 "remote",
21642 "schemars",
21643 "serde",
21644 "serde_json",
21645 "session",
21646 "settings",
21647 "smallvec",
21648 "sqlez",
21649 "strum 0.27.2",
21650 "task",
21651 "telemetry",
21652 "tempfile",
21653 "theme",
21654 "theme_settings",
21655 "ui",
21656 "util",
21657 "uuid",
21658 "vim_mode_setting",
21659 "windows 0.61.3",
21660 "zed_actions",
21661 "zlog",
21662]
21663
21664[[package]]
21665name = "worktree"
21666version = "0.1.0"
21667dependencies = [
21668 "anyhow",
21669 "async-lock 2.8.0",
21670 "chardetng",
21671 "clock",
21672 "collections",
21673 "encoding_rs",
21674 "fs",
21675 "futures 0.3.32",
21676 "fuzzy",
21677 "git",
21678 "gpui",
21679 "ignore",
21680 "language",
21681 "log",
21682 "parking_lot",
21683 "paths",
21684 "postage",
21685 "pretty_assertions",
21686 "rand 0.9.2",
21687 "rpc",
21688 "serde",
21689 "serde_json",
21690 "settings",
21691 "smallvec",
21692 "smol",
21693 "sum_tree",
21694 "text",
21695 "tracing",
21696 "util",
21697 "worktree",
21698 "zlog",
21699 "ztracing",
21700]
21701
21702[[package]]
21703name = "worktree_benchmarks"
21704version = "0.1.0"
21705dependencies = [
21706 "fs",
21707 "gpui_platform",
21708 "settings",
21709 "worktree",
21710]
21711
21712[[package]]
21713name = "wprcontrol"
21714version = "0.1.0"
21715source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21716dependencies = [
21717 "windows 0.61.3",
21718 "windows-bindgen",
21719 "windows-core 0.61.2",
21720 "windows-link 0.2.1",
21721]
21722
21723[[package]]
21724name = "writeable"
21725version = "0.6.1"
21726source = "registry+https://github.com/rust-lang/crates.io-index"
21727checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21728
21729[[package]]
21730name = "wyz"
21731version = "0.5.1"
21732source = "registry+https://github.com/rust-lang/crates.io-index"
21733checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21734dependencies = [
21735 "tap",
21736]
21737
21738[[package]]
21739name = "x11"
21740version = "2.21.0"
21741source = "registry+https://github.com/rust-lang/crates.io-index"
21742checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21743dependencies = [
21744 "libc",
21745 "pkg-config",
21746]
21747
21748[[package]]
21749name = "x11-clipboard"
21750version = "0.9.3"
21751source = "registry+https://github.com/rust-lang/crates.io-index"
21752checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21753dependencies = [
21754 "libc",
21755 "x11rb",
21756]
21757
21758[[package]]
21759name = "x11rb"
21760version = "0.13.2"
21761source = "registry+https://github.com/rust-lang/crates.io-index"
21762checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21763dependencies = [
21764 "as-raw-xcb-connection",
21765 "gethostname",
21766 "libc",
21767 "rustix 1.1.2",
21768 "x11rb-protocol",
21769 "xcursor",
21770]
21771
21772[[package]]
21773name = "x11rb-protocol"
21774version = "0.13.2"
21775source = "registry+https://github.com/rust-lang/crates.io-index"
21776checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21777
21778[[package]]
21779name = "x_ai"
21780version = "0.1.0"
21781dependencies = [
21782 "anyhow",
21783 "language_model_core",
21784 "schemars",
21785 "serde",
21786 "strum 0.27.2",
21787 "tiktoken-rs",
21788]
21789
21790[[package]]
21791name = "xattr"
21792version = "0.2.3"
21793source = "registry+https://github.com/rust-lang/crates.io-index"
21794checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21795dependencies = [
21796 "libc",
21797]
21798
21799[[package]]
21800name = "xcb"
21801version = "1.6.0"
21802source = "registry+https://github.com/rust-lang/crates.io-index"
21803checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21804dependencies = [
21805 "bitflags 1.3.2",
21806 "libc",
21807 "quick-xml 0.30.0",
21808 "x11",
21809]
21810
21811[[package]]
21812name = "xcursor"
21813version = "0.3.10"
21814source = "registry+https://github.com/rust-lang/crates.io-index"
21815checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21816
21817[[package]]
21818name = "xim-ctext"
21819version = "0.3.0"
21820source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21821dependencies = [
21822 "encoding_rs",
21823]
21824
21825[[package]]
21826name = "xim-parser"
21827version = "0.2.1"
21828source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21829dependencies = [
21830 "bitflags 2.10.0",
21831]
21832
21833[[package]]
21834name = "xkbcommon"
21835version = "0.8.0"
21836source = "registry+https://github.com/rust-lang/crates.io-index"
21837checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21838dependencies = [
21839 "as-raw-xcb-connection",
21840 "libc",
21841 "memmap2",
21842 "xkeysym",
21843]
21844
21845[[package]]
21846name = "xkeysym"
21847version = "0.2.1"
21848source = "registry+https://github.com/rust-lang/crates.io-index"
21849checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21850
21851[[package]]
21852name = "xml-rs"
21853version = "0.8.28"
21854source = "registry+https://github.com/rust-lang/crates.io-index"
21855checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21856
21857[[package]]
21858name = "xml5ever"
21859version = "0.18.1"
21860source = "registry+https://github.com/rust-lang/crates.io-index"
21861checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21862dependencies = [
21863 "log",
21864 "mac",
21865 "markup5ever 0.12.1",
21866]
21867
21868[[package]]
21869name = "xmlparser"
21870version = "0.13.6"
21871source = "registry+https://github.com/rust-lang/crates.io-index"
21872checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21873
21874[[package]]
21875name = "xmlwriter"
21876version = "0.1.0"
21877source = "registry+https://github.com/rust-lang/crates.io-index"
21878checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21879
21880[[package]]
21881name = "xtask"
21882version = "0.1.0"
21883dependencies = [
21884 "annotate-snippets",
21885 "anyhow",
21886 "backtrace",
21887 "cargo_metadata 0.19.2",
21888 "cargo_toml",
21889 "clap",
21890 "compliance",
21891 "gh-workflow",
21892 "indexmap",
21893 "indoc",
21894 "itertools 0.14.0",
21895 "regex",
21896 "serde",
21897 "serde_json",
21898 "serde_yaml",
21899 "strum 0.27.2",
21900 "tokio",
21901 "toml 0.8.23",
21902 "toml_edit 0.22.27",
21903]
21904
21905[[package]]
21906name = "yaml-rust2"
21907version = "0.8.1"
21908source = "registry+https://github.com/rust-lang/crates.io-index"
21909checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21910dependencies = [
21911 "arraydeque",
21912 "encoding_rs",
21913 "hashlink 0.8.4",
21914]
21915
21916[[package]]
21917name = "yansi"
21918version = "1.0.1"
21919source = "registry+https://github.com/rust-lang/crates.io-index"
21920checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21921
21922[[package]]
21923name = "yawc"
21924version = "0.2.5"
21925source = "registry+https://github.com/rust-lang/crates.io-index"
21926checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21927dependencies = [
21928 "base64 0.22.1",
21929 "bytes 1.11.1",
21930 "flate2",
21931 "futures 0.3.32",
21932 "http-body-util",
21933 "hyper 1.7.0",
21934 "hyper-util",
21935 "js-sys",
21936 "nom 8.0.0",
21937 "pin-project",
21938 "rand 0.8.5",
21939 "sha1",
21940 "thiserror 1.0.69",
21941 "tokio",
21942 "tokio-rustls 0.26.2",
21943 "tokio-util",
21944 "url",
21945 "wasm-bindgen",
21946 "wasm-bindgen-futures",
21947 "web-sys",
21948 "webpki-roots",
21949]
21950
21951[[package]]
21952name = "yazi"
21953version = "0.2.1"
21954source = "registry+https://github.com/rust-lang/crates.io-index"
21955checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21956
21957[[package]]
21958name = "yeslogic-fontconfig-sys"
21959version = "6.0.0"
21960source = "registry+https://github.com/rust-lang/crates.io-index"
21961checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21962dependencies = [
21963 "dlib",
21964 "once_cell",
21965 "pkg-config",
21966]
21967
21968[[package]]
21969name = "yoke"
21970version = "0.7.5"
21971source = "registry+https://github.com/rust-lang/crates.io-index"
21972checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21973dependencies = [
21974 "serde",
21975 "stable_deref_trait",
21976 "yoke-derive 0.7.5",
21977 "zerofrom",
21978]
21979
21980[[package]]
21981name = "yoke"
21982version = "0.8.0"
21983source = "registry+https://github.com/rust-lang/crates.io-index"
21984checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21985dependencies = [
21986 "serde",
21987 "stable_deref_trait",
21988 "yoke-derive 0.8.0",
21989 "zerofrom",
21990]
21991
21992[[package]]
21993name = "yoke-derive"
21994version = "0.7.5"
21995source = "registry+https://github.com/rust-lang/crates.io-index"
21996checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21997dependencies = [
21998 "proc-macro2",
21999 "quote",
22000 "syn 2.0.117",
22001 "synstructure",
22002]
22003
22004[[package]]
22005name = "yoke-derive"
22006version = "0.8.0"
22007source = "registry+https://github.com/rust-lang/crates.io-index"
22008checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22009dependencies = [
22010 "proc-macro2",
22011 "quote",
22012 "syn 2.0.117",
22013 "synstructure",
22014]
22015
22016[[package]]
22017name = "zbus"
22018version = "5.13.2"
22019source = "registry+https://github.com/rust-lang/crates.io-index"
22020checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22021dependencies = [
22022 "async-broadcast",
22023 "async-executor",
22024 "async-io",
22025 "async-lock 3.4.2",
22026 "async-process",
22027 "async-recursion",
22028 "async-task",
22029 "async-trait",
22030 "blocking",
22031 "enumflags2",
22032 "event-listener 5.4.1",
22033 "futures-core",
22034 "futures-lite 2.6.1",
22035 "hex",
22036 "libc",
22037 "ordered-stream",
22038 "rustix 1.1.2",
22039 "serde",
22040 "serde_repr",
22041 "tracing",
22042 "uds_windows",
22043 "uuid",
22044 "windows-sys 0.61.2",
22045 "winnow",
22046 "zbus_macros",
22047 "zbus_names",
22048 "zvariant",
22049]
22050
22051[[package]]
22052name = "zbus_macros"
22053version = "5.13.2"
22054source = "registry+https://github.com/rust-lang/crates.io-index"
22055checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22056dependencies = [
22057 "proc-macro-crate",
22058 "proc-macro2",
22059 "quote",
22060 "syn 2.0.117",
22061 "zbus_names",
22062 "zvariant",
22063 "zvariant_utils",
22064]
22065
22066[[package]]
22067name = "zbus_names"
22068version = "4.3.1"
22069source = "registry+https://github.com/rust-lang/crates.io-index"
22070checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22071dependencies = [
22072 "serde",
22073 "winnow",
22074 "zvariant",
22075]
22076
22077[[package]]
22078name = "zed"
22079version = "0.233.0"
22080dependencies = [
22081 "acp_thread",
22082 "acp_tools",
22083 "action_log",
22084 "activity_indicator",
22085 "agent",
22086 "agent-client-protocol",
22087 "agent_servers",
22088 "agent_settings",
22089 "agent_ui",
22090 "anyhow",
22091 "ashpd",
22092 "askpass",
22093 "assets",
22094 "audio",
22095 "auto_update",
22096 "auto_update_ui",
22097 "breadcrumbs",
22098 "call",
22099 "channel",
22100 "chrono",
22101 "clap",
22102 "cli",
22103 "client",
22104 "clock",
22105 "codestral",
22106 "collab_ui",
22107 "collections",
22108 "command_palette",
22109 "component",
22110 "component_preview",
22111 "copilot",
22112 "copilot_chat",
22113 "copilot_ui",
22114 "crashes",
22115 "csv_preview",
22116 "dap_adapters",
22117 "db",
22118 "debug_adapter_extension",
22119 "debugger_tools",
22120 "debugger_ui",
22121 "dev_container",
22122 "diagnostics",
22123 "edit_prediction",
22124 "edit_prediction_ui",
22125 "editor",
22126 "encoding_selector",
22127 "env_logger 0.11.8",
22128 "etw_tracing",
22129 "extension",
22130 "extension_host",
22131 "extensions_ui",
22132 "feature_flags",
22133 "feedback",
22134 "file_finder",
22135 "fs",
22136 "futures 0.3.32",
22137 "git",
22138 "git_graph",
22139 "git_hosting_providers",
22140 "git_ui",
22141 "go_to_line",
22142 "gpui",
22143 "gpui_platform",
22144 "gpui_tokio",
22145 "http_client",
22146 "image",
22147 "image_viewer",
22148 "inspector_ui",
22149 "install_cli",
22150 "itertools 0.14.0",
22151 "journal",
22152 "json_schema_store",
22153 "keymap_editor",
22154 "language",
22155 "language_extension",
22156 "language_model",
22157 "language_models",
22158 "language_onboarding",
22159 "language_selector",
22160 "language_tools",
22161 "languages",
22162 "line_ending_selector",
22163 "log",
22164 "markdown",
22165 "markdown_preview",
22166 "menu",
22167 "migrator",
22168 "mimalloc",
22169 "miniprofiler_ui",
22170 "nc",
22171 "node_runtime",
22172 "notifications",
22173 "onboarding",
22174 "outline",
22175 "outline_panel",
22176 "parking_lot",
22177 "paths",
22178 "picker",
22179 "pkg-config",
22180 "pretty_assertions",
22181 "profiling",
22182 "project",
22183 "project_panel",
22184 "project_symbols",
22185 "prompt_store",
22186 "proto",
22187 "rayon",
22188 "recent_projects",
22189 "release_channel",
22190 "remote",
22191 "repl",
22192 "reqwest_client",
22193 "rope",
22194 "search",
22195 "semver",
22196 "serde",
22197 "serde_json",
22198 "session",
22199 "settings",
22200 "settings_profile_selector",
22201 "settings_ui",
22202 "shellexpand 2.1.2",
22203 "sidebar",
22204 "smol",
22205 "snippet_provider",
22206 "snippets_ui",
22207 "svg_preview",
22208 "sysinfo 0.37.2",
22209 "system_specs",
22210 "tab_switcher",
22211 "task",
22212 "tasks_ui",
22213 "telemetry",
22214 "telemetry_events",
22215 "tempfile",
22216 "terminal_view",
22217 "theme",
22218 "theme_extension",
22219 "theme_selector",
22220 "theme_settings",
22221 "time",
22222 "time_format",
22223 "title_bar",
22224 "toolchain_selector",
22225 "tracing",
22226 "ui",
22227 "ui_prompt",
22228 "url",
22229 "urlencoding",
22230 "util",
22231 "uuid",
22232 "vim",
22233 "vim_mode_setting",
22234 "watch",
22235 "web_search",
22236 "web_search_providers",
22237 "which_key",
22238 "windows 0.61.3",
22239 "winresource",
22240 "workspace",
22241 "zed-reqwest",
22242 "zed_actions",
22243 "zed_env_vars",
22244 "zlog",
22245 "zlog_settings",
22246 "ztracing",
22247]
22248
22249[[package]]
22250name = "zed-font-kit"
22251version = "0.14.1-zed"
22252source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22253dependencies = [
22254 "bitflags 2.10.0",
22255 "byteorder",
22256 "core-foundation 0.10.0",
22257 "core-graphics 0.24.0",
22258 "core-text",
22259 "dirs 5.0.1",
22260 "dwrote",
22261 "float-ord",
22262 "freetype-sys",
22263 "lazy_static",
22264 "libc",
22265 "log",
22266 "pathfinder_geometry",
22267 "pathfinder_simd",
22268 "walkdir",
22269 "winapi",
22270 "yeslogic-fontconfig-sys",
22271]
22272
22273[[package]]
22274name = "zed-reqwest"
22275version = "0.12.15-zed"
22276source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22277dependencies = [
22278 "base64 0.22.1",
22279 "bytes 1.11.1",
22280 "encoding_rs",
22281 "futures-core",
22282 "futures-util",
22283 "h2 0.4.12",
22284 "http 1.3.1",
22285 "http-body 1.0.1",
22286 "http-body-util",
22287 "hyper 1.7.0",
22288 "hyper-rustls 0.27.7",
22289 "hyper-util",
22290 "ipnet",
22291 "js-sys",
22292 "log",
22293 "mime",
22294 "mime_guess",
22295 "once_cell",
22296 "percent-encoding",
22297 "pin-project-lite",
22298 "quinn",
22299 "rustls 0.23.33",
22300 "rustls-native-certs 0.8.2",
22301 "rustls-pemfile 2.2.0",
22302 "rustls-pki-types",
22303 "serde",
22304 "serde_json",
22305 "serde_urlencoded",
22306 "sync_wrapper 1.0.2",
22307 "system-configuration 0.6.1",
22308 "tokio",
22309 "tokio-rustls 0.26.2",
22310 "tokio-socks",
22311 "tokio-util",
22312 "tower 0.5.2",
22313 "tower-service",
22314 "url",
22315 "wasm-bindgen",
22316 "wasm-bindgen-futures",
22317 "wasm-streams",
22318 "web-sys",
22319 "windows-registry 0.4.0",
22320]
22321
22322[[package]]
22323name = "zed-scap"
22324version = "0.0.8-zed"
22325source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22326dependencies = [
22327 "anyhow",
22328 "cocoa 0.25.0",
22329 "core-graphics-helmer-fork",
22330 "log",
22331 "objc",
22332 "rand 0.8.5",
22333 "screencapturekit",
22334 "screencapturekit-sys",
22335 "sysinfo 0.31.4",
22336 "tao-core-video-sys",
22337 "windows 0.61.3",
22338 "windows-capture",
22339 "x11",
22340 "xcb",
22341]
22342
22343[[package]]
22344name = "zed-xim"
22345version = "0.4.0-zed"
22346source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22347dependencies = [
22348 "ahash 0.8.12",
22349 "hashbrown 0.14.5",
22350 "log",
22351 "x11rb",
22352 "xim-ctext",
22353 "xim-parser",
22354]
22355
22356[[package]]
22357name = "zed_actions"
22358version = "0.1.0"
22359dependencies = [
22360 "gpui",
22361 "schemars",
22362 "serde",
22363 "util",
22364 "uuid",
22365]
22366
22367[[package]]
22368name = "zed_credentials_provider"
22369version = "0.1.0"
22370dependencies = [
22371 "anyhow",
22372 "credentials_provider",
22373 "futures 0.3.32",
22374 "gpui",
22375 "paths",
22376 "release_channel",
22377 "serde",
22378 "serde_json",
22379]
22380
22381[[package]]
22382name = "zed_env_vars"
22383version = "0.1.0"
22384dependencies = [
22385 "env_var",
22386]
22387
22388[[package]]
22389name = "zed_extension_api"
22390version = "0.1.0"
22391source = "registry+https://github.com/rust-lang/crates.io-index"
22392checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22393dependencies = [
22394 "serde",
22395 "serde_json",
22396 "wit-bindgen 0.22.0",
22397]
22398
22399[[package]]
22400name = "zed_extension_api"
22401version = "0.7.0"
22402source = "registry+https://github.com/rust-lang/crates.io-index"
22403checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22404dependencies = [
22405 "serde",
22406 "serde_json",
22407 "wit-bindgen 0.41.0",
22408]
22409
22410[[package]]
22411name = "zed_extension_api"
22412version = "0.8.0"
22413dependencies = [
22414 "serde",
22415 "serde_json",
22416 "wit-bindgen 0.41.0",
22417]
22418
22419[[package]]
22420name = "zed_glsl"
22421version = "0.2.3"
22422dependencies = [
22423 "zed_extension_api 0.1.0",
22424]
22425
22426[[package]]
22427name = "zed_html"
22428version = "0.3.1"
22429dependencies = [
22430 "zed_extension_api 0.7.0",
22431]
22432
22433[[package]]
22434name = "zed_proto"
22435version = "0.3.2"
22436dependencies = [
22437 "zed_extension_api 0.7.0",
22438]
22439
22440[[package]]
22441name = "zed_test_extension"
22442version = "0.1.0"
22443dependencies = [
22444 "zed_extension_api 0.8.0",
22445]
22446
22447[[package]]
22448name = "zeno"
22449version = "0.3.3"
22450source = "registry+https://github.com/rust-lang/crates.io-index"
22451checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22452
22453[[package]]
22454name = "zerocopy"
22455version = "0.8.27"
22456source = "registry+https://github.com/rust-lang/crates.io-index"
22457checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22458dependencies = [
22459 "zerocopy-derive",
22460]
22461
22462[[package]]
22463name = "zerocopy-derive"
22464version = "0.8.27"
22465source = "registry+https://github.com/rust-lang/crates.io-index"
22466checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22467dependencies = [
22468 "proc-macro2",
22469 "quote",
22470 "syn 2.0.117",
22471]
22472
22473[[package]]
22474name = "zerofrom"
22475version = "0.1.6"
22476source = "registry+https://github.com/rust-lang/crates.io-index"
22477checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22478dependencies = [
22479 "zerofrom-derive",
22480]
22481
22482[[package]]
22483name = "zerofrom-derive"
22484version = "0.1.6"
22485source = "registry+https://github.com/rust-lang/crates.io-index"
22486checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22487dependencies = [
22488 "proc-macro2",
22489 "quote",
22490 "syn 2.0.117",
22491 "synstructure",
22492]
22493
22494[[package]]
22495name = "zeroize"
22496version = "1.8.2"
22497source = "registry+https://github.com/rust-lang/crates.io-index"
22498checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22499dependencies = [
22500 "zeroize_derive",
22501]
22502
22503[[package]]
22504name = "zeroize_derive"
22505version = "1.4.2"
22506source = "registry+https://github.com/rust-lang/crates.io-index"
22507checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22508dependencies = [
22509 "proc-macro2",
22510 "quote",
22511 "syn 2.0.117",
22512]
22513
22514[[package]]
22515name = "zeromq"
22516version = "0.5.0"
22517source = "registry+https://github.com/rust-lang/crates.io-index"
22518checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22519dependencies = [
22520 "async-dispatcher",
22521 "async-std",
22522 "async-trait",
22523 "asynchronous-codec",
22524 "bytes 1.11.1",
22525 "crossbeam-queue",
22526 "futures 0.3.32",
22527 "log",
22528 "num-traits",
22529 "once_cell",
22530 "parking_lot",
22531 "rand 0.9.2",
22532 "regex",
22533 "scc",
22534 "thiserror 1.0.69",
22535 "uuid",
22536]
22537
22538[[package]]
22539name = "zerotrie"
22540version = "0.2.2"
22541source = "registry+https://github.com/rust-lang/crates.io-index"
22542checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22543dependencies = [
22544 "displaydoc",
22545 "yoke 0.8.0",
22546 "zerofrom",
22547]
22548
22549[[package]]
22550name = "zerovec"
22551version = "0.11.4"
22552source = "registry+https://github.com/rust-lang/crates.io-index"
22553checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22554dependencies = [
22555 "yoke 0.8.0",
22556 "zerofrom",
22557 "zerovec-derive",
22558]
22559
22560[[package]]
22561name = "zerovec-derive"
22562version = "0.11.1"
22563source = "registry+https://github.com/rust-lang/crates.io-index"
22564checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22565dependencies = [
22566 "proc-macro2",
22567 "quote",
22568 "syn 2.0.117",
22569]
22570
22571[[package]]
22572name = "zeta_prompt"
22573version = "0.1.0"
22574dependencies = [
22575 "anyhow",
22576 "imara-diff",
22577 "indoc",
22578 "serde",
22579 "strum 0.27.2",
22580]
22581
22582[[package]]
22583name = "zip"
22584version = "0.6.6"
22585source = "registry+https://github.com/rust-lang/crates.io-index"
22586checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22587dependencies = [
22588 "aes",
22589 "byteorder",
22590 "bzip2 0.4.4",
22591 "constant_time_eq",
22592 "crc32fast",
22593 "crossbeam-utils",
22594 "flate2",
22595 "hmac",
22596 "pbkdf2 0.11.0",
22597 "sha1",
22598 "time",
22599 "zstd",
22600]
22601
22602[[package]]
22603name = "zip"
22604version = "1.1.4"
22605source = "registry+https://github.com/rust-lang/crates.io-index"
22606checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22607dependencies = [
22608 "arbitrary",
22609 "crc32fast",
22610 "crossbeam-utils",
22611 "displaydoc",
22612 "indexmap",
22613 "num_enum",
22614 "thiserror 1.0.69",
22615]
22616
22617[[package]]
22618name = "zlog"
22619version = "0.1.0"
22620dependencies = [
22621 "anyhow",
22622 "chrono",
22623 "collections",
22624 "log",
22625 "tempfile",
22626]
22627
22628[[package]]
22629name = "zlog_settings"
22630version = "0.1.0"
22631dependencies = [
22632 "collections",
22633 "gpui",
22634 "settings",
22635 "zlog",
22636]
22637
22638[[package]]
22639name = "zstd"
22640version = "0.11.2+zstd.1.5.2"
22641source = "registry+https://github.com/rust-lang/crates.io-index"
22642checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22643dependencies = [
22644 "zstd-safe",
22645]
22646
22647[[package]]
22648name = "zstd-safe"
22649version = "5.0.2+zstd.1.5.2"
22650source = "registry+https://github.com/rust-lang/crates.io-index"
22651checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22652dependencies = [
22653 "libc",
22654 "zstd-sys",
22655]
22656
22657[[package]]
22658name = "zstd-sys"
22659version = "2.0.16+zstd.1.5.7"
22660source = "registry+https://github.com/rust-lang/crates.io-index"
22661checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22662dependencies = [
22663 "cc",
22664 "pkg-config",
22665]
22666
22667[[package]]
22668name = "ztracing"
22669version = "0.1.0"
22670dependencies = [
22671 "tracing",
22672 "tracing-subscriber",
22673 "tracing-tracy",
22674 "tracy-client",
22675 "zlog",
22676 "ztracing_macro",
22677]
22678
22679[[package]]
22680name = "ztracing_macro"
22681version = "0.1.0"
22682
22683[[package]]
22684name = "zune-core"
22685version = "0.4.12"
22686source = "registry+https://github.com/rust-lang/crates.io-index"
22687checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22688
22689[[package]]
22690name = "zune-inflate"
22691version = "0.2.54"
22692source = "registry+https://github.com/rust-lang/crates.io-index"
22693checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22694dependencies = [
22695 "simd-adler32",
22696]
22697
22698[[package]]
22699name = "zune-jpeg"
22700version = "0.4.21"
22701source = "registry+https://github.com/rust-lang/crates.io-index"
22702checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22703dependencies = [
22704 "zune-core",
22705]
22706
22707[[package]]
22708name = "zvariant"
22709version = "5.9.2"
22710source = "registry+https://github.com/rust-lang/crates.io-index"
22711checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22712dependencies = [
22713 "endi",
22714 "enumflags2",
22715 "serde",
22716 "serde_bytes",
22717 "winnow",
22718 "zvariant_derive",
22719 "zvariant_utils",
22720]
22721
22722[[package]]
22723name = "zvariant_derive"
22724version = "5.9.2"
22725source = "registry+https://github.com/rust-lang/crates.io-index"
22726checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22727dependencies = [
22728 "proc-macro-crate",
22729 "proc-macro2",
22730 "quote",
22731 "syn 2.0.117",
22732 "zvariant_utils",
22733]
22734
22735[[package]]
22736name = "zvariant_utils"
22737version = "3.3.0"
22738source = "registry+https://github.com/rust-lang/crates.io-index"
22739checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22740dependencies = [
22741 "proc-macro2",
22742 "quote",
22743 "serde",
22744 "syn 2.0.117",
22745 "winnow",
22746]