Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.32",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.32",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.32",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.32",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "env_logger 0.11.8",
  264 "feature_flags",
  265 "fs",
  266 "futures 0.3.32",
  267 "google_ai",
  268 "gpui",
  269 "gpui_tokio",
  270 "http_client",
  271 "indoc",
  272 "language_model",
  273 "libc",
  274 "log",
  275 "nix 0.29.0",
  276 "project",
  277 "release_channel",
  278 "remote",
  279 "reqwest_client",
  280 "serde",
  281 "serde_json",
  282 "settings",
  283 "smol",
  284 "task",
  285 "tempfile",
  286 "terminal",
  287 "thiserror 2.0.17",
  288 "ui",
  289 "util",
  290 "uuid",
  291 "watch",
  292 "zed_credentials_provider",
  293]
  294
  295[[package]]
  296name = "agent_settings"
  297version = "0.1.0"
  298dependencies = [
  299 "agent-client-protocol",
  300 "anyhow",
  301 "collections",
  302 "convert_case 0.8.0",
  303 "fs",
  304 "gpui",
  305 "language_model",
  306 "log",
  307 "paths",
  308 "project",
  309 "regex",
  310 "schemars",
  311 "serde",
  312 "serde_json",
  313 "serde_json_lenient",
  314 "settings",
  315 "util",
  316]
  317
  318[[package]]
  319name = "agent_ui"
  320version = "0.1.0"
  321dependencies = [
  322 "acp_thread",
  323 "action_log",
  324 "agent",
  325 "agent-client-protocol",
  326 "agent_servers",
  327 "agent_settings",
  328 "ai_onboarding",
  329 "anyhow",
  330 "audio",
  331 "base64 0.22.1",
  332 "buffer_diff",
  333 "chrono",
  334 "client",
  335 "clock",
  336 "cloud_api_types",
  337 "collections",
  338 "command_palette_hooks",
  339 "component",
  340 "context_server",
  341 "db",
  342 "editor",
  343 "eval_utils",
  344 "extension",
  345 "extension_host",
  346 "feature_flags",
  347 "file_icons",
  348 "fs",
  349 "futures 0.3.32",
  350 "fuzzy",
  351 "git",
  352 "gpui",
  353 "gpui_tokio",
  354 "heapless",
  355 "html_to_markdown",
  356 "http_client",
  357 "image",
  358 "indoc",
  359 "itertools 0.14.0",
  360 "jsonschema",
  361 "language",
  362 "language_model",
  363 "language_models",
  364 "languages",
  365 "log",
  366 "lsp",
  367 "markdown",
  368 "menu",
  369 "multi_buffer",
  370 "node_runtime",
  371 "notifications",
  372 "ordered-float 2.10.1",
  373 "parking_lot",
  374 "paths",
  375 "picker",
  376 "postage",
  377 "pretty_assertions",
  378 "project",
  379 "prompt_store",
  380 "proto",
  381 "rand 0.9.2",
  382 "release_channel",
  383 "remote",
  384 "remote_connection",
  385 "remote_server",
  386 "reqwest_client",
  387 "rope",
  388 "rules_library",
  389 "schemars",
  390 "semver",
  391 "serde",
  392 "serde_json",
  393 "serde_json_lenient",
  394 "settings",
  395 "smol",
  396 "streaming_diff",
  397 "task",
  398 "telemetry",
  399 "terminal",
  400 "terminal_view",
  401 "text",
  402 "theme",
  403 "theme_settings",
  404 "time",
  405 "time_format",
  406 "tree-sitter-md",
  407 "ui",
  408 "ui_input",
  409 "unindent",
  410 "url",
  411 "util",
  412 "uuid",
  413 "watch",
  414 "workspace",
  415 "zed_actions",
  416]
  417
  418[[package]]
  419name = "ahash"
  420version = "0.7.8"
  421source = "registry+https://github.com/rust-lang/crates.io-index"
  422checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  423dependencies = [
  424 "getrandom 0.2.16",
  425 "once_cell",
  426 "version_check",
  427]
  428
  429[[package]]
  430name = "ahash"
  431version = "0.8.12"
  432source = "registry+https://github.com/rust-lang/crates.io-index"
  433checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  434dependencies = [
  435 "cfg-if",
  436 "const-random",
  437 "getrandom 0.3.4",
  438 "once_cell",
  439 "serde",
  440 "version_check",
  441 "zerocopy",
  442]
  443
  444[[package]]
  445name = "aho-corasick"
  446version = "1.1.3"
  447source = "registry+https://github.com/rust-lang/crates.io-index"
  448checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  449dependencies = [
  450 "memchr",
  451]
  452
  453[[package]]
  454name = "ai_onboarding"
  455version = "0.1.0"
  456dependencies = [
  457 "client",
  458 "cloud_api_types",
  459 "component",
  460 "gpui",
  461 "language_model",
  462 "serde",
  463 "smallvec",
  464 "telemetry",
  465 "ui",
  466 "zed_actions",
  467]
  468
  469[[package]]
  470name = "alacritty_terminal"
  471version = "0.25.1"
  472source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  473dependencies = [
  474 "base64 0.22.1",
  475 "bitflags 2.10.0",
  476 "home",
  477 "libc",
  478 "log",
  479 "mach2 0.5.0",
  480 "miow",
  481 "parking_lot",
  482 "piper",
  483 "polling",
  484 "regex-automata",
  485 "rustix 1.1.2",
  486 "rustix-openpty",
  487 "serde",
  488 "signal-hook",
  489 "unicode-width",
  490 "vte",
  491 "windows-sys 0.59.0",
  492]
  493
  494[[package]]
  495name = "aliasable"
  496version = "0.1.3"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  499
  500[[package]]
  501name = "aligned-vec"
  502version = "0.6.4"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  505dependencies = [
  506 "equator",
  507]
  508
  509[[package]]
  510name = "allocator-api2"
  511version = "0.2.21"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  514
  515[[package]]
  516name = "alsa"
  517version = "0.10.0"
  518source = "registry+https://github.com/rust-lang/crates.io-index"
  519checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  520dependencies = [
  521 "alsa-sys",
  522 "bitflags 2.10.0",
  523 "cfg-if",
  524 "libc",
  525]
  526
  527[[package]]
  528name = "alsa-sys"
  529version = "0.3.1"
  530source = "registry+https://github.com/rust-lang/crates.io-index"
  531checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  532dependencies = [
  533 "libc",
  534 "pkg-config",
  535]
  536
  537[[package]]
  538name = "ambient-authority"
  539version = "0.0.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  542
  543[[package]]
  544name = "ammonia"
  545version = "4.1.2"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  548dependencies = [
  549 "cssparser",
  550 "html5ever 0.35.0",
  551 "maplit",
  552 "tendril",
  553 "url",
  554]
  555
  556[[package]]
  557name = "android_system_properties"
  558version = "0.1.5"
  559source = "registry+https://github.com/rust-lang/crates.io-index"
  560checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  561dependencies = [
  562 "libc",
  563]
  564
  565[[package]]
  566name = "anes"
  567version = "0.1.6"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  570
  571[[package]]
  572name = "annotate-snippets"
  573version = "0.12.12"
  574source = "registry+https://github.com/rust-lang/crates.io-index"
  575checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  576dependencies = [
  577 "anstyle",
  578 "memchr",
  579 "unicode-width",
  580]
  581
  582[[package]]
  583name = "anstream"
  584version = "0.6.21"
  585source = "registry+https://github.com/rust-lang/crates.io-index"
  586checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  587dependencies = [
  588 "anstyle",
  589 "anstyle-parse",
  590 "anstyle-query",
  591 "anstyle-wincon",
  592 "colorchoice",
  593 "is_terminal_polyfill",
  594 "utf8parse",
  595]
  596
  597[[package]]
  598name = "anstyle"
  599version = "1.0.13"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  602
  603[[package]]
  604name = "anstyle-parse"
  605version = "0.2.7"
  606source = "registry+https://github.com/rust-lang/crates.io-index"
  607checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  608dependencies = [
  609 "utf8parse",
  610]
  611
  612[[package]]
  613name = "anstyle-query"
  614version = "1.1.4"
  615source = "registry+https://github.com/rust-lang/crates.io-index"
  616checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  617dependencies = [
  618 "windows-sys 0.60.2",
  619]
  620
  621[[package]]
  622name = "anstyle-wincon"
  623version = "3.0.10"
  624source = "registry+https://github.com/rust-lang/crates.io-index"
  625checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  626dependencies = [
  627 "anstyle",
  628 "once_cell_polyfill",
  629 "windows-sys 0.60.2",
  630]
  631
  632[[package]]
  633name = "anthropic"
  634version = "0.1.0"
  635dependencies = [
  636 "anyhow",
  637 "chrono",
  638 "collections",
  639 "futures 0.3.32",
  640 "http_client",
  641 "language_model_core",
  642 "log",
  643 "schemars",
  644 "serde",
  645 "serde_json",
  646 "strum 0.27.2",
  647 "thiserror 2.0.17",
  648 "tiktoken-rs",
  649]
  650
  651[[package]]
  652name = "any_vec"
  653version = "0.14.0"
  654source = "registry+https://github.com/rust-lang/crates.io-index"
  655checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  656
  657[[package]]
  658name = "anyhow"
  659version = "1.0.100"
  660source = "registry+https://github.com/rust-lang/crates.io-index"
  661checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  662
  663[[package]]
  664name = "approx"
  665version = "0.5.1"
  666source = "registry+https://github.com/rust-lang/crates.io-index"
  667checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  668dependencies = [
  669 "num-traits",
  670]
  671
  672[[package]]
  673name = "ar_archive_writer"
  674version = "0.5.1"
  675source = "registry+https://github.com/rust-lang/crates.io-index"
  676checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  677dependencies = [
  678 "object",
  679]
  680
  681[[package]]
  682name = "arbitrary"
  683version = "1.4.2"
  684source = "registry+https://github.com/rust-lang/crates.io-index"
  685checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  686dependencies = [
  687 "derive_arbitrary",
  688]
  689
  690[[package]]
  691name = "arc-swap"
  692version = "1.9.0"
  693source = "registry+https://github.com/rust-lang/crates.io-index"
  694checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  695dependencies = [
  696 "rustversion",
  697]
  698
  699[[package]]
  700name = "arg_enum_proc_macro"
  701version = "0.3.4"
  702source = "registry+https://github.com/rust-lang/crates.io-index"
  703checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  704dependencies = [
  705 "proc-macro2",
  706 "quote",
  707 "syn 2.0.117",
  708]
  709
  710[[package]]
  711name = "arraydeque"
  712version = "0.5.1"
  713source = "registry+https://github.com/rust-lang/crates.io-index"
  714checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  715
  716[[package]]
  717name = "arrayref"
  718version = "0.3.9"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  721
  722[[package]]
  723name = "arrayvec"
  724version = "0.7.6"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  727
  728[[package]]
  729name = "as-raw-xcb-connection"
  730version = "1.0.1"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  733
  734[[package]]
  735name = "ascii"
  736version = "1.1.0"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  739
  740[[package]]
  741name = "ash"
  742version = "0.38.0+1.3.281"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  745dependencies = [
  746 "libloading",
  747]
  748
  749[[package]]
  750name = "ashpd"
  751version = "0.13.2"
  752source = "registry+https://github.com/rust-lang/crates.io-index"
  753checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  754dependencies = [
  755 "enumflags2",
  756 "futures-channel",
  757 "futures-util",
  758 "getrandom 0.4.1",
  759 "serde",
  760 "serde_repr",
  761 "wayland-backend",
  762 "wayland-client",
  763 "wayland-protocols",
  764 "zbus",
  765]
  766
  767[[package]]
  768name = "askpass"
  769version = "0.1.0"
  770dependencies = [
  771 "anyhow",
  772 "futures 0.3.32",
  773 "gpui",
  774 "log",
  775 "net",
  776 "smol",
  777 "tempfile",
  778 "util",
  779 "windows 0.61.3",
  780 "zeroize",
  781]
  782
  783[[package]]
  784name = "assets"
  785version = "0.1.0"
  786dependencies = [
  787 "anyhow",
  788 "gpui",
  789 "rust-embed",
  790]
  791
  792[[package]]
  793name = "async-attributes"
  794version = "1.1.2"
  795source = "registry+https://github.com/rust-lang/crates.io-index"
  796checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  797dependencies = [
  798 "quote",
  799 "syn 1.0.109",
  800]
  801
  802[[package]]
  803name = "async-broadcast"
  804version = "0.7.2"
  805source = "registry+https://github.com/rust-lang/crates.io-index"
  806checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  807dependencies = [
  808 "event-listener 5.4.1",
  809 "event-listener-strategy",
  810 "futures-core",
  811 "pin-project-lite",
  812]
  813
  814[[package]]
  815name = "async-channel"
  816version = "1.9.0"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  819dependencies = [
  820 "concurrent-queue",
  821 "event-listener 2.5.3",
  822 "futures-core",
  823]
  824
  825[[package]]
  826name = "async-channel"
  827version = "2.5.0"
  828source = "registry+https://github.com/rust-lang/crates.io-index"
  829checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  830dependencies = [
  831 "concurrent-queue",
  832 "event-listener-strategy",
  833 "futures-core",
  834 "pin-project-lite",
  835]
  836
  837[[package]]
  838name = "async-compat"
  839version = "0.2.5"
  840source = "registry+https://github.com/rust-lang/crates.io-index"
  841checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  842dependencies = [
  843 "futures-core",
  844 "futures-io",
  845 "once_cell",
  846 "pin-project-lite",
  847 "tokio",
  848]
  849
  850[[package]]
  851name = "async-compression"
  852version = "0.4.32"
  853source = "registry+https://github.com/rust-lang/crates.io-index"
  854checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  855dependencies = [
  856 "compression-codecs",
  857 "compression-core",
  858 "futures-core",
  859 "futures-io",
  860 "pin-project-lite",
  861]
  862
  863[[package]]
  864name = "async-dispatcher"
  865version = "0.1.2"
  866source = "registry+https://github.com/rust-lang/crates.io-index"
  867checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  868dependencies = [
  869 "async-task",
  870 "futures-lite 1.13.0",
  871]
  872
  873[[package]]
  874name = "async-executor"
  875version = "1.13.3"
  876source = "registry+https://github.com/rust-lang/crates.io-index"
  877checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  878dependencies = [
  879 "async-task",
  880 "concurrent-queue",
  881 "fastrand 2.3.0",
  882 "futures-lite 2.6.1",
  883 "pin-project-lite",
  884 "slab",
  885]
  886
  887[[package]]
  888name = "async-fs"
  889version = "2.2.0"
  890source = "registry+https://github.com/rust-lang/crates.io-index"
  891checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  892dependencies = [
  893 "async-lock 3.4.2",
  894 "blocking",
  895 "futures-lite 2.6.1",
  896]
  897
  898[[package]]
  899name = "async-global-executor"
  900version = "2.4.1"
  901source = "registry+https://github.com/rust-lang/crates.io-index"
  902checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  903dependencies = [
  904 "async-channel 2.5.0",
  905 "async-executor",
  906 "async-io",
  907 "async-lock 3.4.2",
  908 "blocking",
  909 "futures-lite 2.6.1",
  910 "once_cell",
  911]
  912
  913[[package]]
  914name = "async-io"
  915version = "2.6.0"
  916source = "registry+https://github.com/rust-lang/crates.io-index"
  917checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  918dependencies = [
  919 "autocfg",
  920 "cfg-if",
  921 "concurrent-queue",
  922 "futures-io",
  923 "futures-lite 2.6.1",
  924 "parking",
  925 "polling",
  926 "rustix 1.1.2",
  927 "slab",
  928 "windows-sys 0.61.2",
  929]
  930
  931[[package]]
  932name = "async-lock"
  933version = "2.8.0"
  934source = "registry+https://github.com/rust-lang/crates.io-index"
  935checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  936dependencies = [
  937 "event-listener 2.5.3",
  938]
  939
  940[[package]]
  941name = "async-lock"
  942version = "3.4.2"
  943source = "registry+https://github.com/rust-lang/crates.io-index"
  944checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  945dependencies = [
  946 "event-listener 5.4.1",
  947 "event-listener-strategy",
  948 "pin-project-lite",
  949]
  950
  951[[package]]
  952name = "async-net"
  953version = "2.0.0"
  954source = "registry+https://github.com/rust-lang/crates.io-index"
  955checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  956dependencies = [
  957 "async-io",
  958 "blocking",
  959 "futures-lite 2.6.1",
  960]
  961
  962[[package]]
  963name = "async-pipe"
  964version = "0.1.3"
  965source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  966dependencies = [
  967 "futures 0.3.32",
  968 "log",
  969]
  970
  971[[package]]
  972name = "async-process"
  973version = "2.5.0"
  974source = "registry+https://github.com/rust-lang/crates.io-index"
  975checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  976dependencies = [
  977 "async-channel 2.5.0",
  978 "async-io",
  979 "async-lock 3.4.2",
  980 "async-signal",
  981 "async-task",
  982 "blocking",
  983 "cfg-if",
  984 "event-listener 5.4.1",
  985 "futures-lite 2.6.1",
  986 "rustix 1.1.2",
  987]
  988
  989[[package]]
  990name = "async-recursion"
  991version = "1.1.1"
  992source = "registry+https://github.com/rust-lang/crates.io-index"
  993checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  994dependencies = [
  995 "proc-macro2",
  996 "quote",
  997 "syn 2.0.117",
  998]
  999
 1000[[package]]
 1001name = "async-signal"
 1002version = "0.2.13"
 1003source = "registry+https://github.com/rust-lang/crates.io-index"
 1004checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1005dependencies = [
 1006 "async-io",
 1007 "async-lock 3.4.2",
 1008 "atomic-waker",
 1009 "cfg-if",
 1010 "futures-core",
 1011 "futures-io",
 1012 "rustix 1.1.2",
 1013 "signal-hook-registry",
 1014 "slab",
 1015 "windows-sys 0.61.2",
 1016]
 1017
 1018[[package]]
 1019name = "async-std"
 1020version = "1.13.2"
 1021source = "registry+https://github.com/rust-lang/crates.io-index"
 1022checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1023dependencies = [
 1024 "async-attributes",
 1025 "async-channel 1.9.0",
 1026 "async-global-executor",
 1027 "async-io",
 1028 "async-lock 3.4.2",
 1029 "async-process",
 1030 "crossbeam-utils",
 1031 "futures-channel",
 1032 "futures-core",
 1033 "futures-io",
 1034 "futures-lite 2.6.1",
 1035 "gloo-timers",
 1036 "kv-log-macro",
 1037 "log",
 1038 "memchr",
 1039 "once_cell",
 1040 "pin-project-lite",
 1041 "pin-utils",
 1042 "slab",
 1043 "wasm-bindgen-futures",
 1044]
 1045
 1046[[package]]
 1047name = "async-stream"
 1048version = "0.3.6"
 1049source = "registry+https://github.com/rust-lang/crates.io-index"
 1050checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1051dependencies = [
 1052 "async-stream-impl",
 1053 "futures-core",
 1054 "pin-project-lite",
 1055]
 1056
 1057[[package]]
 1058name = "async-stream-impl"
 1059version = "0.3.6"
 1060source = "registry+https://github.com/rust-lang/crates.io-index"
 1061checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1062dependencies = [
 1063 "proc-macro2",
 1064 "quote",
 1065 "syn 2.0.117",
 1066]
 1067
 1068[[package]]
 1069name = "async-tar"
 1070version = "0.5.1"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1073dependencies = [
 1074 "async-std",
 1075 "filetime",
 1076 "libc",
 1077 "pin-project",
 1078 "redox_syscall 0.2.16",
 1079 "xattr",
 1080]
 1081
 1082[[package]]
 1083name = "async-task"
 1084version = "4.7.1"
 1085source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1086
 1087[[package]]
 1088name = "async-trait"
 1089version = "0.1.89"
 1090source = "registry+https://github.com/rust-lang/crates.io-index"
 1091checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1092dependencies = [
 1093 "proc-macro2",
 1094 "quote",
 1095 "syn 2.0.117",
 1096]
 1097
 1098[[package]]
 1099name = "async-tungstenite"
 1100version = "0.31.0"
 1101source = "registry+https://github.com/rust-lang/crates.io-index"
 1102checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1103dependencies = [
 1104 "atomic-waker",
 1105 "futures-core",
 1106 "futures-io",
 1107 "futures-task",
 1108 "futures-util",
 1109 "log",
 1110 "pin-project-lite",
 1111 "rustls-pki-types",
 1112 "tokio",
 1113 "tokio-rustls 0.26.2",
 1114 "tungstenite 0.27.0",
 1115]
 1116
 1117[[package]]
 1118name = "async_zip"
 1119version = "0.0.18"
 1120source = "registry+https://github.com/rust-lang/crates.io-index"
 1121checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1122dependencies = [
 1123 "async-compression",
 1124 "crc32fast",
 1125 "futures-lite 2.6.1",
 1126 "pin-project",
 1127 "thiserror 2.0.17",
 1128]
 1129
 1130[[package]]
 1131name = "asynchronous-codec"
 1132version = "0.7.0"
 1133source = "registry+https://github.com/rust-lang/crates.io-index"
 1134checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1135dependencies = [
 1136 "bytes 1.11.1",
 1137 "futures-sink",
 1138 "futures-util",
 1139 "memchr",
 1140 "pin-project-lite",
 1141]
 1142
 1143[[package]]
 1144name = "atoi"
 1145version = "2.0.0"
 1146source = "registry+https://github.com/rust-lang/crates.io-index"
 1147checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1148dependencies = [
 1149 "num-traits",
 1150]
 1151
 1152[[package]]
 1153name = "atomic"
 1154version = "0.5.3"
 1155source = "registry+https://github.com/rust-lang/crates.io-index"
 1156checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1157
 1158[[package]]
 1159name = "atomic-waker"
 1160version = "1.1.2"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1163
 1164[[package]]
 1165name = "audio"
 1166version = "0.1.0"
 1167dependencies = [
 1168 "anyhow",
 1169 "collections",
 1170 "cpal",
 1171 "crossbeam",
 1172 "denoise",
 1173 "gpui",
 1174 "libwebrtc",
 1175 "log",
 1176 "parking_lot",
 1177 "rodio",
 1178 "serde",
 1179 "settings",
 1180 "thiserror 2.0.17",
 1181 "util",
 1182]
 1183
 1184[[package]]
 1185name = "auditable-serde"
 1186version = "0.8.0"
 1187source = "registry+https://github.com/rust-lang/crates.io-index"
 1188checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1189dependencies = [
 1190 "semver",
 1191 "serde",
 1192 "serde_json",
 1193 "topological-sort",
 1194]
 1195
 1196[[package]]
 1197name = "auto_update"
 1198version = "0.1.0"
 1199dependencies = [
 1200 "anyhow",
 1201 "client",
 1202 "clock",
 1203 "ctor",
 1204 "db",
 1205 "futures 0.3.32",
 1206 "futures-lite 1.13.0",
 1207 "gpui",
 1208 "http_client",
 1209 "log",
 1210 "parking_lot",
 1211 "paths",
 1212 "release_channel",
 1213 "semver",
 1214 "serde",
 1215 "serde_json",
 1216 "settings",
 1217 "smol",
 1218 "tempfile",
 1219 "util",
 1220 "which 6.0.3",
 1221 "workspace",
 1222 "zlog",
 1223]
 1224
 1225[[package]]
 1226name = "auto_update_helper"
 1227version = "0.1.0"
 1228dependencies = [
 1229 "anyhow",
 1230 "log",
 1231 "scopeguard",
 1232 "simplelog",
 1233 "tempfile",
 1234 "windows 0.61.3",
 1235 "winresource",
 1236]
 1237
 1238[[package]]
 1239name = "auto_update_ui"
 1240version = "0.1.0"
 1241dependencies = [
 1242 "agent_settings",
 1243 "anyhow",
 1244 "auto_update",
 1245 "client",
 1246 "db",
 1247 "editor",
 1248 "fs",
 1249 "gpui",
 1250 "markdown_preview",
 1251 "release_channel",
 1252 "semver",
 1253 "serde",
 1254 "serde_json",
 1255 "smol",
 1256 "telemetry",
 1257 "ui",
 1258 "util",
 1259 "workspace",
 1260 "zed_actions",
 1261]
 1262
 1263[[package]]
 1264name = "autocfg"
 1265version = "1.5.0"
 1266source = "registry+https://github.com/rust-lang/crates.io-index"
 1267checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1268
 1269[[package]]
 1270name = "av1-grain"
 1271version = "0.2.4"
 1272source = "registry+https://github.com/rust-lang/crates.io-index"
 1273checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1274dependencies = [
 1275 "anyhow",
 1276 "arrayvec",
 1277 "log",
 1278 "nom 7.1.3",
 1279 "num-rational",
 1280 "v_frame",
 1281]
 1282
 1283[[package]]
 1284name = "avif-serialize"
 1285version = "0.8.6"
 1286source = "registry+https://github.com/rust-lang/crates.io-index"
 1287checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1288dependencies = [
 1289 "arrayvec",
 1290]
 1291
 1292[[package]]
 1293name = "aws-config"
 1294version = "1.8.10"
 1295source = "registry+https://github.com/rust-lang/crates.io-index"
 1296checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1297dependencies = [
 1298 "aws-credential-types",
 1299 "aws-runtime",
 1300 "aws-sdk-sso",
 1301 "aws-sdk-ssooidc",
 1302 "aws-sdk-sts",
 1303 "aws-smithy-async",
 1304 "aws-smithy-http",
 1305 "aws-smithy-json",
 1306 "aws-smithy-runtime",
 1307 "aws-smithy-runtime-api",
 1308 "aws-smithy-types",
 1309 "aws-types",
 1310 "bytes 1.11.1",
 1311 "fastrand 2.3.0",
 1312 "hex",
 1313 "http 1.3.1",
 1314 "ring",
 1315 "time",
 1316 "tokio",
 1317 "tracing",
 1318 "url",
 1319 "zeroize",
 1320]
 1321
 1322[[package]]
 1323name = "aws-credential-types"
 1324version = "1.2.10"
 1325source = "registry+https://github.com/rust-lang/crates.io-index"
 1326checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1327dependencies = [
 1328 "aws-smithy-async",
 1329 "aws-smithy-runtime-api",
 1330 "aws-smithy-types",
 1331 "zeroize",
 1332]
 1333
 1334[[package]]
 1335name = "aws-lc-rs"
 1336version = "1.15.4"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1339dependencies = [
 1340 "aws-lc-sys",
 1341 "untrusted 0.7.1",
 1342 "zeroize",
 1343]
 1344
 1345[[package]]
 1346name = "aws-lc-sys"
 1347version = "0.37.0"
 1348source = "registry+https://github.com/rust-lang/crates.io-index"
 1349checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1350dependencies = [
 1351 "cc",
 1352 "cmake",
 1353 "dunce",
 1354 "fs_extra",
 1355]
 1356
 1357[[package]]
 1358name = "aws-runtime"
 1359version = "1.5.16"
 1360source = "registry+https://github.com/rust-lang/crates.io-index"
 1361checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1362dependencies = [
 1363 "aws-credential-types",
 1364 "aws-sigv4",
 1365 "aws-smithy-async",
 1366 "aws-smithy-eventstream",
 1367 "aws-smithy-http",
 1368 "aws-smithy-runtime",
 1369 "aws-smithy-runtime-api",
 1370 "aws-smithy-types",
 1371 "aws-types",
 1372 "bytes 1.11.1",
 1373 "fastrand 2.3.0",
 1374 "http 0.2.12",
 1375 "http-body 0.4.6",
 1376 "percent-encoding",
 1377 "pin-project-lite",
 1378 "tracing",
 1379 "uuid",
 1380]
 1381
 1382[[package]]
 1383name = "aws-sdk-bedrockruntime"
 1384version = "1.113.0"
 1385source = "registry+https://github.com/rust-lang/crates.io-index"
 1386checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1387dependencies = [
 1388 "aws-credential-types",
 1389 "aws-runtime",
 1390 "aws-sigv4",
 1391 "aws-smithy-async",
 1392 "aws-smithy-eventstream",
 1393 "aws-smithy-http",
 1394 "aws-smithy-json",
 1395 "aws-smithy-runtime",
 1396 "aws-smithy-runtime-api",
 1397 "aws-smithy-types",
 1398 "aws-types",
 1399 "bytes 1.11.1",
 1400 "fastrand 2.3.0",
 1401 "http 0.2.12",
 1402 "hyper 0.14.32",
 1403 "regex-lite",
 1404 "tracing",
 1405]
 1406
 1407[[package]]
 1408name = "aws-sdk-kinesis"
 1409version = "1.95.0"
 1410source = "registry+https://github.com/rust-lang/crates.io-index"
 1411checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1412dependencies = [
 1413 "aws-credential-types",
 1414 "aws-runtime",
 1415 "aws-smithy-async",
 1416 "aws-smithy-eventstream",
 1417 "aws-smithy-http",
 1418 "aws-smithy-json",
 1419 "aws-smithy-runtime",
 1420 "aws-smithy-runtime-api",
 1421 "aws-smithy-types",
 1422 "aws-types",
 1423 "bytes 1.11.1",
 1424 "fastrand 2.3.0",
 1425 "http 0.2.12",
 1426 "regex-lite",
 1427 "tracing",
 1428]
 1429
 1430[[package]]
 1431name = "aws-sdk-s3"
 1432version = "1.112.0"
 1433source = "registry+https://github.com/rust-lang/crates.io-index"
 1434checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1435dependencies = [
 1436 "aws-credential-types",
 1437 "aws-runtime",
 1438 "aws-sigv4",
 1439 "aws-smithy-async",
 1440 "aws-smithy-checksums",
 1441 "aws-smithy-eventstream",
 1442 "aws-smithy-http",
 1443 "aws-smithy-json",
 1444 "aws-smithy-runtime",
 1445 "aws-smithy-runtime-api",
 1446 "aws-smithy-types",
 1447 "aws-smithy-xml",
 1448 "aws-types",
 1449 "bytes 1.11.1",
 1450 "fastrand 2.3.0",
 1451 "hex",
 1452 "hmac",
 1453 "http 0.2.12",
 1454 "http 1.3.1",
 1455 "http-body 0.4.6",
 1456 "lru",
 1457 "percent-encoding",
 1458 "regex-lite",
 1459 "sha2",
 1460 "tracing",
 1461 "url",
 1462]
 1463
 1464[[package]]
 1465name = "aws-sdk-sso"
 1466version = "1.88.0"
 1467source = "registry+https://github.com/rust-lang/crates.io-index"
 1468checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1469dependencies = [
 1470 "aws-credential-types",
 1471 "aws-runtime",
 1472 "aws-smithy-async",
 1473 "aws-smithy-http",
 1474 "aws-smithy-json",
 1475 "aws-smithy-runtime",
 1476 "aws-smithy-runtime-api",
 1477 "aws-smithy-types",
 1478 "aws-types",
 1479 "bytes 1.11.1",
 1480 "fastrand 2.3.0",
 1481 "http 0.2.12",
 1482 "regex-lite",
 1483 "tracing",
 1484]
 1485
 1486[[package]]
 1487name = "aws-sdk-ssooidc"
 1488version = "1.90.0"
 1489source = "registry+https://github.com/rust-lang/crates.io-index"
 1490checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1491dependencies = [
 1492 "aws-credential-types",
 1493 "aws-runtime",
 1494 "aws-smithy-async",
 1495 "aws-smithy-http",
 1496 "aws-smithy-json",
 1497 "aws-smithy-runtime",
 1498 "aws-smithy-runtime-api",
 1499 "aws-smithy-types",
 1500 "aws-types",
 1501 "bytes 1.11.1",
 1502 "fastrand 2.3.0",
 1503 "http 0.2.12",
 1504 "regex-lite",
 1505 "tracing",
 1506]
 1507
 1508[[package]]
 1509name = "aws-sdk-sts"
 1510version = "1.90.0"
 1511source = "registry+https://github.com/rust-lang/crates.io-index"
 1512checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1513dependencies = [
 1514 "aws-credential-types",
 1515 "aws-runtime",
 1516 "aws-smithy-async",
 1517 "aws-smithy-http",
 1518 "aws-smithy-json",
 1519 "aws-smithy-query",
 1520 "aws-smithy-runtime",
 1521 "aws-smithy-runtime-api",
 1522 "aws-smithy-types",
 1523 "aws-smithy-xml",
 1524 "aws-types",
 1525 "fastrand 2.3.0",
 1526 "http 0.2.12",
 1527 "regex-lite",
 1528 "tracing",
 1529]
 1530
 1531[[package]]
 1532name = "aws-sigv4"
 1533version = "1.3.6"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1536dependencies = [
 1537 "aws-credential-types",
 1538 "aws-smithy-eventstream",
 1539 "aws-smithy-http",
 1540 "aws-smithy-runtime-api",
 1541 "aws-smithy-types",
 1542 "bytes 1.11.1",
 1543 "crypto-bigint 0.5.5",
 1544 "form_urlencoded",
 1545 "hex",
 1546 "hmac",
 1547 "http 0.2.12",
 1548 "http 1.3.1",
 1549 "p256",
 1550 "percent-encoding",
 1551 "ring",
 1552 "sha2",
 1553 "subtle",
 1554 "time",
 1555 "tracing",
 1556 "zeroize",
 1557]
 1558
 1559[[package]]
 1560name = "aws-smithy-async"
 1561version = "1.2.6"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1564dependencies = [
 1565 "futures-util",
 1566 "pin-project-lite",
 1567 "tokio",
 1568]
 1569
 1570[[package]]
 1571name = "aws-smithy-checksums"
 1572version = "0.63.11"
 1573source = "registry+https://github.com/rust-lang/crates.io-index"
 1574checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1575dependencies = [
 1576 "aws-smithy-http",
 1577 "aws-smithy-types",
 1578 "bytes 1.11.1",
 1579 "crc-fast",
 1580 "hex",
 1581 "http 0.2.12",
 1582 "http-body 0.4.6",
 1583 "md-5",
 1584 "pin-project-lite",
 1585 "sha1",
 1586 "sha2",
 1587 "tracing",
 1588]
 1589
 1590[[package]]
 1591name = "aws-smithy-eventstream"
 1592version = "0.60.13"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1595dependencies = [
 1596 "aws-smithy-types",
 1597 "bytes 1.11.1",
 1598 "crc32fast",
 1599]
 1600
 1601[[package]]
 1602name = "aws-smithy-http"
 1603version = "0.62.5"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1606dependencies = [
 1607 "aws-smithy-eventstream",
 1608 "aws-smithy-runtime-api",
 1609 "aws-smithy-types",
 1610 "bytes 1.11.1",
 1611 "bytes-utils",
 1612 "futures-core",
 1613 "futures-util",
 1614 "http 0.2.12",
 1615 "http 1.3.1",
 1616 "http-body 0.4.6",
 1617 "percent-encoding",
 1618 "pin-project-lite",
 1619 "pin-utils",
 1620 "tracing",
 1621]
 1622
 1623[[package]]
 1624name = "aws-smithy-http-client"
 1625version = "1.1.4"
 1626source = "registry+https://github.com/rust-lang/crates.io-index"
 1627checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1628dependencies = [
 1629 "aws-smithy-async",
 1630 "aws-smithy-runtime-api",
 1631 "aws-smithy-types",
 1632 "h2 0.3.27",
 1633 "h2 0.4.12",
 1634 "http 0.2.12",
 1635 "http 1.3.1",
 1636 "http-body 0.4.6",
 1637 "hyper 0.14.32",
 1638 "hyper 1.7.0",
 1639 "hyper-rustls 0.24.2",
 1640 "hyper-rustls 0.27.7",
 1641 "hyper-util",
 1642 "pin-project-lite",
 1643 "rustls 0.21.12",
 1644 "rustls 0.23.33",
 1645 "rustls-native-certs 0.8.2",
 1646 "rustls-pki-types",
 1647 "tokio",
 1648 "tokio-rustls 0.26.2",
 1649 "tower 0.5.2",
 1650 "tracing",
 1651]
 1652
 1653[[package]]
 1654name = "aws-smithy-json"
 1655version = "0.61.7"
 1656source = "registry+https://github.com/rust-lang/crates.io-index"
 1657checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1658dependencies = [
 1659 "aws-smithy-types",
 1660]
 1661
 1662[[package]]
 1663name = "aws-smithy-observability"
 1664version = "0.1.4"
 1665source = "registry+https://github.com/rust-lang/crates.io-index"
 1666checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1667dependencies = [
 1668 "aws-smithy-runtime-api",
 1669]
 1670
 1671[[package]]
 1672name = "aws-smithy-query"
 1673version = "0.60.8"
 1674source = "registry+https://github.com/rust-lang/crates.io-index"
 1675checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1676dependencies = [
 1677 "aws-smithy-types",
 1678 "urlencoding",
 1679]
 1680
 1681[[package]]
 1682name = "aws-smithy-runtime"
 1683version = "1.9.4"
 1684source = "registry+https://github.com/rust-lang/crates.io-index"
 1685checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1686dependencies = [
 1687 "aws-smithy-async",
 1688 "aws-smithy-http",
 1689 "aws-smithy-http-client",
 1690 "aws-smithy-observability",
 1691 "aws-smithy-runtime-api",
 1692 "aws-smithy-types",
 1693 "bytes 1.11.1",
 1694 "fastrand 2.3.0",
 1695 "http 0.2.12",
 1696 "http 1.3.1",
 1697 "http-body 0.4.6",
 1698 "http-body 1.0.1",
 1699 "pin-project-lite",
 1700 "pin-utils",
 1701 "tokio",
 1702 "tracing",
 1703]
 1704
 1705[[package]]
 1706name = "aws-smithy-runtime-api"
 1707version = "1.9.2"
 1708source = "registry+https://github.com/rust-lang/crates.io-index"
 1709checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1710dependencies = [
 1711 "aws-smithy-async",
 1712 "aws-smithy-types",
 1713 "bytes 1.11.1",
 1714 "http 0.2.12",
 1715 "http 1.3.1",
 1716 "pin-project-lite",
 1717 "tokio",
 1718 "tracing",
 1719 "zeroize",
 1720]
 1721
 1722[[package]]
 1723name = "aws-smithy-types"
 1724version = "1.3.4"
 1725source = "registry+https://github.com/rust-lang/crates.io-index"
 1726checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1727dependencies = [
 1728 "base64-simd",
 1729 "bytes 1.11.1",
 1730 "bytes-utils",
 1731 "futures-core",
 1732 "http 0.2.12",
 1733 "http 1.3.1",
 1734 "http-body 0.4.6",
 1735 "http-body 1.0.1",
 1736 "http-body-util",
 1737 "itoa",
 1738 "num-integer",
 1739 "pin-project-lite",
 1740 "pin-utils",
 1741 "ryu",
 1742 "serde",
 1743 "time",
 1744 "tokio",
 1745 "tokio-util",
 1746]
 1747
 1748[[package]]
 1749name = "aws-smithy-xml"
 1750version = "0.60.12"
 1751source = "registry+https://github.com/rust-lang/crates.io-index"
 1752checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1753dependencies = [
 1754 "xmlparser",
 1755]
 1756
 1757[[package]]
 1758name = "aws-types"
 1759version = "1.3.10"
 1760source = "registry+https://github.com/rust-lang/crates.io-index"
 1761checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1762dependencies = [
 1763 "aws-credential-types",
 1764 "aws-smithy-async",
 1765 "aws-smithy-runtime-api",
 1766 "aws-smithy-types",
 1767 "rustc_version",
 1768 "tracing",
 1769]
 1770
 1771[[package]]
 1772name = "aws_http_client"
 1773version = "0.1.0"
 1774dependencies = [
 1775 "aws-smithy-runtime-api",
 1776 "aws-smithy-types",
 1777 "http_client",
 1778]
 1779
 1780[[package]]
 1781name = "axum"
 1782version = "0.6.20"
 1783source = "registry+https://github.com/rust-lang/crates.io-index"
 1784checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1785dependencies = [
 1786 "async-trait",
 1787 "axum-core",
 1788 "base64 0.21.7",
 1789 "bitflags 1.3.2",
 1790 "bytes 1.11.1",
 1791 "futures-util",
 1792 "headers",
 1793 "http 0.2.12",
 1794 "http-body 0.4.6",
 1795 "hyper 0.14.32",
 1796 "itoa",
 1797 "matchit",
 1798 "memchr",
 1799 "mime",
 1800 "percent-encoding",
 1801 "pin-project-lite",
 1802 "rustversion",
 1803 "serde",
 1804 "serde_json",
 1805 "serde_path_to_error",
 1806 "serde_urlencoded",
 1807 "sha1",
 1808 "sync_wrapper 0.1.2",
 1809 "tokio",
 1810 "tokio-tungstenite 0.20.1",
 1811 "tower 0.4.13",
 1812 "tower-layer",
 1813 "tower-service",
 1814]
 1815
 1816[[package]]
 1817name = "axum-core"
 1818version = "0.3.4"
 1819source = "registry+https://github.com/rust-lang/crates.io-index"
 1820checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1821dependencies = [
 1822 "async-trait",
 1823 "bytes 1.11.1",
 1824 "futures-util",
 1825 "http 0.2.12",
 1826 "http-body 0.4.6",
 1827 "mime",
 1828 "rustversion",
 1829 "tower-layer",
 1830 "tower-service",
 1831]
 1832
 1833[[package]]
 1834name = "backtrace"
 1835version = "0.3.76"
 1836source = "registry+https://github.com/rust-lang/crates.io-index"
 1837checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1838dependencies = [
 1839 "addr2line",
 1840 "cfg-if",
 1841 "libc",
 1842 "miniz_oxide",
 1843 "object",
 1844 "rustc-demangle",
 1845 "windows-link 0.2.1",
 1846]
 1847
 1848[[package]]
 1849name = "base16ct"
 1850version = "0.1.1"
 1851source = "registry+https://github.com/rust-lang/crates.io-index"
 1852checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1853
 1854[[package]]
 1855name = "base64"
 1856version = "0.21.7"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1859
 1860[[package]]
 1861name = "base64"
 1862version = "0.22.1"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1865
 1866[[package]]
 1867name = "base64-simd"
 1868version = "0.8.0"
 1869source = "registry+https://github.com/rust-lang/crates.io-index"
 1870checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1871dependencies = [
 1872 "outref",
 1873 "vsimd",
 1874]
 1875
 1876[[package]]
 1877name = "base64ct"
 1878version = "1.8.0"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1881
 1882[[package]]
 1883name = "bedrock"
 1884version = "0.1.0"
 1885dependencies = [
 1886 "anyhow",
 1887 "aws-sdk-bedrockruntime",
 1888 "aws-smithy-types",
 1889 "futures 0.3.32",
 1890 "schemars",
 1891 "serde",
 1892 "serde_json",
 1893 "strum 0.27.2",
 1894 "thiserror 2.0.17",
 1895]
 1896
 1897[[package]]
 1898name = "bigdecimal"
 1899version = "0.4.8"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1902dependencies = [
 1903 "autocfg",
 1904 "libm",
 1905 "num-bigint",
 1906 "num-integer",
 1907 "num-traits",
 1908 "serde",
 1909]
 1910
 1911[[package]]
 1912name = "bincode"
 1913version = "1.3.3"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1916dependencies = [
 1917 "serde",
 1918]
 1919
 1920[[package]]
 1921name = "bindgen"
 1922version = "0.71.1"
 1923source = "registry+https://github.com/rust-lang/crates.io-index"
 1924checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1925dependencies = [
 1926 "bitflags 2.10.0",
 1927 "cexpr",
 1928 "clang-sys",
 1929 "itertools 0.12.1",
 1930 "log",
 1931 "prettyplease",
 1932 "proc-macro2",
 1933 "quote",
 1934 "regex",
 1935 "rustc-hash 2.1.1",
 1936 "shlex",
 1937 "syn 2.0.117",
 1938]
 1939
 1940[[package]]
 1941name = "bindgen"
 1942version = "0.72.1"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1945dependencies = [
 1946 "bitflags 2.10.0",
 1947 "cexpr",
 1948 "clang-sys",
 1949 "itertools 0.12.1",
 1950 "proc-macro2",
 1951 "quote",
 1952 "regex",
 1953 "rustc-hash 2.1.1",
 1954 "shlex",
 1955 "syn 2.0.117",
 1956]
 1957
 1958[[package]]
 1959name = "bit-set"
 1960version = "0.8.0"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1963dependencies = [
 1964 "bit-vec 0.8.0",
 1965]
 1966
 1967[[package]]
 1968name = "bit-set"
 1969version = "0.9.1"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1972dependencies = [
 1973 "bit-vec 0.9.1",
 1974]
 1975
 1976[[package]]
 1977name = "bit-vec"
 1978version = "0.8.0"
 1979source = "registry+https://github.com/rust-lang/crates.io-index"
 1980checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1981
 1982[[package]]
 1983name = "bit-vec"
 1984version = "0.9.1"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1987
 1988[[package]]
 1989name = "bit_field"
 1990version = "0.10.3"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1993
 1994[[package]]
 1995name = "bitflags"
 1996version = "1.3.2"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1999
 2000[[package]]
 2001name = "bitflags"
 2002version = "2.10.0"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2005dependencies = [
 2006 "serde_core",
 2007]
 2008
 2009[[package]]
 2010name = "bitstream-io"
 2011version = "2.6.0"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2014
 2015[[package]]
 2016name = "bitvec"
 2017version = "1.0.1"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2020dependencies = [
 2021 "funty",
 2022 "radium",
 2023 "tap",
 2024 "wyz",
 2025]
 2026
 2027[[package]]
 2028name = "block"
 2029version = "0.1.6"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2032
 2033[[package]]
 2034name = "block-buffer"
 2035version = "0.10.4"
 2036source = "registry+https://github.com/rust-lang/crates.io-index"
 2037checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2038dependencies = [
 2039 "generic-array",
 2040]
 2041
 2042[[package]]
 2043name = "block-padding"
 2044version = "0.3.3"
 2045source = "registry+https://github.com/rust-lang/crates.io-index"
 2046checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2047dependencies = [
 2048 "generic-array",
 2049]
 2050
 2051[[package]]
 2052name = "block2"
 2053version = "0.6.2"
 2054source = "registry+https://github.com/rust-lang/crates.io-index"
 2055checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2056dependencies = [
 2057 "objc2",
 2058]
 2059
 2060[[package]]
 2061name = "blocking"
 2062version = "1.6.2"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2065dependencies = [
 2066 "async-channel 2.5.0",
 2067 "async-task",
 2068 "futures-io",
 2069 "futures-lite 2.6.1",
 2070 "piper",
 2071]
 2072
 2073[[package]]
 2074name = "bmrng"
 2075version = "0.5.2"
 2076source = "registry+https://github.com/rust-lang/crates.io-index"
 2077checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2078dependencies = [
 2079 "futures-core",
 2080 "tokio",
 2081]
 2082
 2083[[package]]
 2084name = "bon"
 2085version = "3.8.2"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2088dependencies = [
 2089 "bon-macros",
 2090 "rustversion",
 2091]
 2092
 2093[[package]]
 2094name = "bon-macros"
 2095version = "3.8.2"
 2096source = "registry+https://github.com/rust-lang/crates.io-index"
 2097checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2098dependencies = [
 2099 "darling 0.21.3",
 2100 "ident_case",
 2101 "prettyplease",
 2102 "proc-macro2",
 2103 "quote",
 2104 "rustversion",
 2105 "syn 2.0.117",
 2106]
 2107
 2108[[package]]
 2109name = "borrow-or-share"
 2110version = "0.2.4"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2113
 2114[[package]]
 2115name = "borsh"
 2116version = "1.5.7"
 2117source = "registry+https://github.com/rust-lang/crates.io-index"
 2118checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2119dependencies = [
 2120 "borsh-derive",
 2121 "cfg_aliases 0.2.1",
 2122]
 2123
 2124[[package]]
 2125name = "borsh-derive"
 2126version = "1.5.7"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2129dependencies = [
 2130 "once_cell",
 2131 "proc-macro-crate",
 2132 "proc-macro2",
 2133 "quote",
 2134 "syn 2.0.117",
 2135]
 2136
 2137[[package]]
 2138name = "breadcrumbs"
 2139version = "0.1.0"
 2140dependencies = [
 2141 "gpui",
 2142 "ui",
 2143 "workspace",
 2144]
 2145
 2146[[package]]
 2147name = "brush-parser"
 2148version = "0.3.0"
 2149source = "registry+https://github.com/rust-lang/crates.io-index"
 2150checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2151dependencies = [
 2152 "bon",
 2153 "cached",
 2154 "indenter",
 2155 "peg",
 2156 "thiserror 2.0.17",
 2157 "tracing",
 2158 "utf8-chars",
 2159]
 2160
 2161[[package]]
 2162name = "bstr"
 2163version = "1.12.0"
 2164source = "registry+https://github.com/rust-lang/crates.io-index"
 2165checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2166dependencies = [
 2167 "memchr",
 2168 "regex-automata",
 2169 "serde",
 2170]
 2171
 2172[[package]]
 2173name = "buffer_diff"
 2174version = "0.1.0"
 2175dependencies = [
 2176 "clock",
 2177 "ctor",
 2178 "futures 0.3.32",
 2179 "git2",
 2180 "gpui",
 2181 "language",
 2182 "log",
 2183 "pretty_assertions",
 2184 "rand 0.9.2",
 2185 "rope",
 2186 "settings",
 2187 "sum_tree",
 2188 "text",
 2189 "tracing",
 2190 "unindent",
 2191 "util",
 2192 "zlog",
 2193 "ztracing",
 2194]
 2195
 2196[[package]]
 2197name = "built"
 2198version = "0.7.7"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2201
 2202[[package]]
 2203name = "bumpalo"
 2204version = "3.19.0"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2207dependencies = [
 2208 "allocator-api2",
 2209]
 2210
 2211[[package]]
 2212name = "by_address"
 2213version = "1.2.1"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2216
 2217[[package]]
 2218name = "bytecheck"
 2219version = "0.6.12"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2222dependencies = [
 2223 "bytecheck_derive",
 2224 "ptr_meta",
 2225 "simdutf8",
 2226]
 2227
 2228[[package]]
 2229name = "bytecheck_derive"
 2230version = "0.6.12"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2233dependencies = [
 2234 "proc-macro2",
 2235 "quote",
 2236 "syn 1.0.109",
 2237]
 2238
 2239[[package]]
 2240name = "bytecount"
 2241version = "0.6.9"
 2242source = "registry+https://github.com/rust-lang/crates.io-index"
 2243checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2244
 2245[[package]]
 2246name = "bytemuck"
 2247version = "1.24.0"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2250dependencies = [
 2251 "bytemuck_derive",
 2252]
 2253
 2254[[package]]
 2255name = "bytemuck_derive"
 2256version = "1.10.2"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2259dependencies = [
 2260 "proc-macro2",
 2261 "quote",
 2262 "syn 2.0.117",
 2263]
 2264
 2265[[package]]
 2266name = "byteorder"
 2267version = "1.5.0"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2270
 2271[[package]]
 2272name = "byteorder-lite"
 2273version = "0.1.0"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2276
 2277[[package]]
 2278name = "bytes"
 2279version = "0.4.12"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2282dependencies = [
 2283 "byteorder",
 2284 "iovec",
 2285]
 2286
 2287[[package]]
 2288name = "bytes"
 2289version = "1.11.1"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2292
 2293[[package]]
 2294name = "bytes-utils"
 2295version = "0.1.4"
 2296source = "registry+https://github.com/rust-lang/crates.io-index"
 2297checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2298dependencies = [
 2299 "bytes 1.11.1",
 2300 "either",
 2301]
 2302
 2303[[package]]
 2304name = "bzip2"
 2305version = "0.4.4"
 2306source = "registry+https://github.com/rust-lang/crates.io-index"
 2307checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2308dependencies = [
 2309 "bzip2-sys",
 2310 "libc",
 2311]
 2312
 2313[[package]]
 2314name = "bzip2"
 2315version = "0.6.1"
 2316source = "registry+https://github.com/rust-lang/crates.io-index"
 2317checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2318dependencies = [
 2319 "libbz2-rs-sys",
 2320]
 2321
 2322[[package]]
 2323name = "bzip2-sys"
 2324version = "0.1.13+1.0.8"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2327dependencies = [
 2328 "cc",
 2329 "pkg-config",
 2330]
 2331
 2332[[package]]
 2333name = "cached"
 2334version = "0.56.0"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2337dependencies = [
 2338 "ahash 0.8.12",
 2339 "cached_proc_macro",
 2340 "cached_proc_macro_types",
 2341 "hashbrown 0.15.5",
 2342 "once_cell",
 2343 "thiserror 2.0.17",
 2344 "web-time",
 2345]
 2346
 2347[[package]]
 2348name = "cached_proc_macro"
 2349version = "0.25.0"
 2350source = "registry+https://github.com/rust-lang/crates.io-index"
 2351checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2352dependencies = [
 2353 "darling 0.20.11",
 2354 "proc-macro2",
 2355 "quote",
 2356 "syn 2.0.117",
 2357]
 2358
 2359[[package]]
 2360name = "cached_proc_macro_types"
 2361version = "0.1.1"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2364
 2365[[package]]
 2366name = "call"
 2367version = "0.1.0"
 2368dependencies = [
 2369 "anyhow",
 2370 "audio",
 2371 "client",
 2372 "collections",
 2373 "feature_flags",
 2374 "fs",
 2375 "futures 0.3.32",
 2376 "gpui",
 2377 "gpui_tokio",
 2378 "language",
 2379 "livekit_client",
 2380 "log",
 2381 "postage",
 2382 "project",
 2383 "serde",
 2384 "settings",
 2385 "telemetry",
 2386 "util",
 2387 "workspace",
 2388]
 2389
 2390[[package]]
 2391name = "calloop"
 2392version = "0.14.3"
 2393source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2394dependencies = [
 2395 "bitflags 2.10.0",
 2396 "polling",
 2397 "rustix 1.1.2",
 2398 "slab",
 2399 "tracing",
 2400]
 2401
 2402[[package]]
 2403name = "calloop-wayland-source"
 2404version = "0.4.1"
 2405source = "registry+https://github.com/rust-lang/crates.io-index"
 2406checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2407dependencies = [
 2408 "calloop",
 2409 "rustix 1.1.2",
 2410 "wayland-backend",
 2411 "wayland-client",
 2412]
 2413
 2414[[package]]
 2415name = "camino"
 2416version = "1.2.1"
 2417source = "registry+https://github.com/rust-lang/crates.io-index"
 2418checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2419dependencies = [
 2420 "serde_core",
 2421]
 2422
 2423[[package]]
 2424name = "candle-core"
 2425version = "0.9.1"
 2426source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2427dependencies = [
 2428 "byteorder",
 2429 "float8",
 2430 "gemm 0.17.1",
 2431 "half",
 2432 "memmap2",
 2433 "num-traits",
 2434 "num_cpus",
 2435 "rand 0.9.2",
 2436 "rand_distr",
 2437 "rayon",
 2438 "safetensors",
 2439 "thiserror 1.0.69",
 2440 "ug",
 2441 "yoke 0.7.5",
 2442 "zip 1.1.4",
 2443]
 2444
 2445[[package]]
 2446name = "candle-nn"
 2447version = "0.9.1"
 2448source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2449dependencies = [
 2450 "candle-core",
 2451 "half",
 2452 "libc",
 2453 "num-traits",
 2454 "rayon",
 2455 "safetensors",
 2456 "serde",
 2457 "thiserror 1.0.69",
 2458]
 2459
 2460[[package]]
 2461name = "candle-onnx"
 2462version = "0.9.1"
 2463source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2464dependencies = [
 2465 "candle-core",
 2466 "candle-nn",
 2467 "prost 0.12.6",
 2468]
 2469
 2470[[package]]
 2471name = "cap-fs-ext"
 2472version = "3.4.4"
 2473source = "registry+https://github.com/rust-lang/crates.io-index"
 2474checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2475dependencies = [
 2476 "cap-primitives",
 2477 "cap-std",
 2478 "io-lifetimes",
 2479 "windows-sys 0.59.0",
 2480]
 2481
 2482[[package]]
 2483name = "cap-net-ext"
 2484version = "3.4.4"
 2485source = "registry+https://github.com/rust-lang/crates.io-index"
 2486checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2487dependencies = [
 2488 "cap-primitives",
 2489 "cap-std",
 2490 "rustix 1.1.2",
 2491 "smallvec",
 2492]
 2493
 2494[[package]]
 2495name = "cap-primitives"
 2496version = "3.4.4"
 2497source = "registry+https://github.com/rust-lang/crates.io-index"
 2498checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2499dependencies = [
 2500 "ambient-authority",
 2501 "fs-set-times",
 2502 "io-extras",
 2503 "io-lifetimes",
 2504 "ipnet",
 2505 "maybe-owned",
 2506 "rustix 1.1.2",
 2507 "rustix-linux-procfs",
 2508 "windows-sys 0.59.0",
 2509 "winx",
 2510]
 2511
 2512[[package]]
 2513name = "cap-rand"
 2514version = "3.4.4"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2517dependencies = [
 2518 "ambient-authority",
 2519 "rand 0.8.5",
 2520]
 2521
 2522[[package]]
 2523name = "cap-std"
 2524version = "3.4.4"
 2525source = "registry+https://github.com/rust-lang/crates.io-index"
 2526checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2527dependencies = [
 2528 "cap-primitives",
 2529 "io-extras",
 2530 "io-lifetimes",
 2531 "rustix 1.1.2",
 2532]
 2533
 2534[[package]]
 2535name = "cap-time-ext"
 2536version = "3.4.4"
 2537source = "registry+https://github.com/rust-lang/crates.io-index"
 2538checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2539dependencies = [
 2540 "ambient-authority",
 2541 "cap-primitives",
 2542 "iana-time-zone",
 2543 "once_cell",
 2544 "rustix 1.1.2",
 2545 "winx",
 2546]
 2547
 2548[[package]]
 2549name = "cargo-platform"
 2550version = "0.1.9"
 2551source = "registry+https://github.com/rust-lang/crates.io-index"
 2552checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2553dependencies = [
 2554 "serde",
 2555]
 2556
 2557[[package]]
 2558name = "cargo-platform"
 2559version = "0.3.2"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2562dependencies = [
 2563 "serde",
 2564 "serde_core",
 2565]
 2566
 2567[[package]]
 2568name = "cargo_metadata"
 2569version = "0.19.2"
 2570source = "registry+https://github.com/rust-lang/crates.io-index"
 2571checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2572dependencies = [
 2573 "camino",
 2574 "cargo-platform 0.1.9",
 2575 "semver",
 2576 "serde",
 2577 "serde_json",
 2578 "thiserror 2.0.17",
 2579]
 2580
 2581[[package]]
 2582name = "cargo_metadata"
 2583version = "0.23.1"
 2584source = "registry+https://github.com/rust-lang/crates.io-index"
 2585checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2586dependencies = [
 2587 "camino",
 2588 "cargo-platform 0.3.2",
 2589 "semver",
 2590 "serde",
 2591 "serde_json",
 2592 "thiserror 2.0.17",
 2593]
 2594
 2595[[package]]
 2596name = "cargo_toml"
 2597version = "0.21.0"
 2598source = "registry+https://github.com/rust-lang/crates.io-index"
 2599checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2600dependencies = [
 2601 "serde",
 2602 "toml 0.8.23",
 2603]
 2604
 2605[[package]]
 2606name = "cast"
 2607version = "0.3.0"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2610
 2611[[package]]
 2612name = "cbc"
 2613version = "0.1.2"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2616dependencies = [
 2617 "cipher",
 2618]
 2619
 2620[[package]]
 2621name = "cbindgen"
 2622version = "0.28.0"
 2623source = "registry+https://github.com/rust-lang/crates.io-index"
 2624checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2625dependencies = [
 2626 "heck 0.4.1",
 2627 "indexmap",
 2628 "log",
 2629 "proc-macro2",
 2630 "quote",
 2631 "serde",
 2632 "serde_json",
 2633 "syn 2.0.117",
 2634 "tempfile",
 2635 "toml 0.8.23",
 2636]
 2637
 2638[[package]]
 2639name = "cc"
 2640version = "1.2.49"
 2641source = "registry+https://github.com/rust-lang/crates.io-index"
 2642checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2643dependencies = [
 2644 "find-msvc-tools",
 2645 "jobserver",
 2646 "libc",
 2647 "shlex",
 2648]
 2649
 2650[[package]]
 2651name = "cesu8"
 2652version = "1.1.0"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2655
 2656[[package]]
 2657name = "cexpr"
 2658version = "0.6.0"
 2659source = "registry+https://github.com/rust-lang/crates.io-index"
 2660checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2661dependencies = [
 2662 "nom 7.1.3",
 2663]
 2664
 2665[[package]]
 2666name = "cfg-expr"
 2667version = "0.15.8"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2670dependencies = [
 2671 "smallvec",
 2672 "target-lexicon 0.12.16",
 2673]
 2674
 2675[[package]]
 2676name = "cfg-expr"
 2677version = "0.20.6"
 2678source = "registry+https://github.com/rust-lang/crates.io-index"
 2679checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2680dependencies = [
 2681 "smallvec",
 2682 "target-lexicon 0.13.3",
 2683]
 2684
 2685[[package]]
 2686name = "cfg-if"
 2687version = "1.0.4"
 2688source = "registry+https://github.com/rust-lang/crates.io-index"
 2689checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2690
 2691[[package]]
 2692name = "cfg_aliases"
 2693version = "0.1.1"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2696
 2697[[package]]
 2698name = "cfg_aliases"
 2699version = "0.2.1"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2702
 2703[[package]]
 2704name = "cgl"
 2705version = "0.3.2"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2708dependencies = [
 2709 "libc",
 2710]
 2711
 2712[[package]]
 2713name = "channel"
 2714version = "0.1.0"
 2715dependencies = [
 2716 "anyhow",
 2717 "client",
 2718 "clock",
 2719 "collections",
 2720 "futures 0.3.32",
 2721 "gpui",
 2722 "http_client",
 2723 "language",
 2724 "log",
 2725 "postage",
 2726 "release_channel",
 2727 "rpc",
 2728 "semver",
 2729 "settings",
 2730 "text",
 2731 "time",
 2732 "util",
 2733]
 2734
 2735[[package]]
 2736name = "chardetng"
 2737version = "0.1.17"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2740dependencies = [
 2741 "cfg-if",
 2742 "encoding_rs",
 2743 "memchr",
 2744]
 2745
 2746[[package]]
 2747name = "chrono"
 2748version = "0.4.42"
 2749source = "registry+https://github.com/rust-lang/crates.io-index"
 2750checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2751dependencies = [
 2752 "iana-time-zone",
 2753 "js-sys",
 2754 "num-traits",
 2755 "serde",
 2756 "wasm-bindgen",
 2757 "windows-link 0.2.1",
 2758]
 2759
 2760[[package]]
 2761name = "chunked_transfer"
 2762version = "1.5.0"
 2763source = "registry+https://github.com/rust-lang/crates.io-index"
 2764checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2765
 2766[[package]]
 2767name = "ciborium"
 2768version = "0.2.2"
 2769source = "registry+https://github.com/rust-lang/crates.io-index"
 2770checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2771dependencies = [
 2772 "ciborium-io",
 2773 "ciborium-ll",
 2774 "serde",
 2775]
 2776
 2777[[package]]
 2778name = "ciborium-io"
 2779version = "0.2.2"
 2780source = "registry+https://github.com/rust-lang/crates.io-index"
 2781checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2782
 2783[[package]]
 2784name = "ciborium-ll"
 2785version = "0.2.2"
 2786source = "registry+https://github.com/rust-lang/crates.io-index"
 2787checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2788dependencies = [
 2789 "ciborium-io",
 2790 "half",
 2791]
 2792
 2793[[package]]
 2794name = "cipher"
 2795version = "0.4.4"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2798dependencies = [
 2799 "crypto-common",
 2800 "inout",
 2801 "zeroize",
 2802]
 2803
 2804[[package]]
 2805name = "circular-buffer"
 2806version = "1.2.0"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2809
 2810[[package]]
 2811name = "clang-sys"
 2812version = "1.8.1"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2815dependencies = [
 2816 "glob",
 2817 "libc",
 2818 "libloading",
 2819]
 2820
 2821[[package]]
 2822name = "clap"
 2823version = "4.5.49"
 2824source = "registry+https://github.com/rust-lang/crates.io-index"
 2825checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2826dependencies = [
 2827 "clap_builder",
 2828 "clap_derive",
 2829]
 2830
 2831[[package]]
 2832name = "clap_builder"
 2833version = "4.5.49"
 2834source = "registry+https://github.com/rust-lang/crates.io-index"
 2835checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2836dependencies = [
 2837 "anstream",
 2838 "anstyle",
 2839 "clap_lex",
 2840 "strsim",
 2841 "terminal_size",
 2842]
 2843
 2844[[package]]
 2845name = "clap_complete"
 2846version = "4.5.59"
 2847source = "registry+https://github.com/rust-lang/crates.io-index"
 2848checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2849dependencies = [
 2850 "clap",
 2851]
 2852
 2853[[package]]
 2854name = "clap_derive"
 2855version = "4.5.49"
 2856source = "registry+https://github.com/rust-lang/crates.io-index"
 2857checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2858dependencies = [
 2859 "heck 0.5.0",
 2860 "proc-macro2",
 2861 "quote",
 2862 "syn 2.0.117",
 2863]
 2864
 2865[[package]]
 2866name = "clap_lex"
 2867version = "0.7.6"
 2868source = "registry+https://github.com/rust-lang/crates.io-index"
 2869checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2870
 2871[[package]]
 2872name = "cli"
 2873version = "0.1.0"
 2874dependencies = [
 2875 "anyhow",
 2876 "askpass",
 2877 "clap",
 2878 "collections",
 2879 "console",
 2880 "core-foundation 0.10.0",
 2881 "core-services",
 2882 "dialoguer",
 2883 "exec",
 2884 "fork",
 2885 "ipc-channel",
 2886 "parking_lot",
 2887 "paths",
 2888 "plist",
 2889 "rayon",
 2890 "release_channel",
 2891 "serde",
 2892 "serde_json",
 2893 "tempfile",
 2894 "util",
 2895 "walkdir",
 2896 "windows 0.61.3",
 2897]
 2898
 2899[[package]]
 2900name = "client"
 2901version = "0.1.0"
 2902dependencies = [
 2903 "anyhow",
 2904 "async-tungstenite",
 2905 "base64 0.22.1",
 2906 "chrono",
 2907 "clock",
 2908 "cloud_api_client",
 2909 "cloud_api_types",
 2910 "cloud_llm_client",
 2911 "collections",
 2912 "credentials_provider",
 2913 "db",
 2914 "derive_more",
 2915 "feature_flags",
 2916 "fs",
 2917 "futures 0.3.32",
 2918 "gpui",
 2919 "gpui_tokio",
 2920 "http_client",
 2921 "http_client_tls",
 2922 "httparse",
 2923 "log",
 2924 "objc2-foundation",
 2925 "parking_lot",
 2926 "paths",
 2927 "postage",
 2928 "rand 0.9.2",
 2929 "regex",
 2930 "release_channel",
 2931 "rpc",
 2932 "rustls-pki-types",
 2933 "semver",
 2934 "serde",
 2935 "serde_json",
 2936 "serde_urlencoded",
 2937 "settings",
 2938 "sha2",
 2939 "smol",
 2940 "telemetry",
 2941 "telemetry_events",
 2942 "text",
 2943 "thiserror 2.0.17",
 2944 "time",
 2945 "tiny_http",
 2946 "tokio",
 2947 "tokio-native-tls",
 2948 "tokio-rustls 0.26.2",
 2949 "tokio-socks",
 2950 "url",
 2951 "util",
 2952 "windows 0.61.3",
 2953 "worktree",
 2954 "zed_credentials_provider",
 2955]
 2956
 2957[[package]]
 2958name = "clock"
 2959version = "0.1.0"
 2960dependencies = [
 2961 "parking_lot",
 2962 "serde",
 2963 "smallvec",
 2964]
 2965
 2966[[package]]
 2967name = "cloud_api_client"
 2968version = "0.1.0"
 2969dependencies = [
 2970 "anyhow",
 2971 "cloud_api_types",
 2972 "futures 0.3.32",
 2973 "gpui",
 2974 "gpui_tokio",
 2975 "http_client",
 2976 "parking_lot",
 2977 "serde_json",
 2978 "smol",
 2979 "thiserror 2.0.17",
 2980 "yawc",
 2981]
 2982
 2983[[package]]
 2984name = "cloud_api_types"
 2985version = "0.1.0"
 2986dependencies = [
 2987 "anyhow",
 2988 "chrono",
 2989 "ciborium",
 2990 "cloud_llm_client",
 2991 "pretty_assertions",
 2992 "serde",
 2993 "serde_json",
 2994 "strum 0.27.2",
 2995]
 2996
 2997[[package]]
 2998name = "cloud_llm_client"
 2999version = "0.1.0"
 3000dependencies = [
 3001 "anyhow",
 3002 "serde",
 3003 "serde_json",
 3004 "strum 0.27.2",
 3005 "uuid",
 3006 "zeta_prompt",
 3007]
 3008
 3009[[package]]
 3010name = "cmake"
 3011version = "0.1.56"
 3012source = "registry+https://github.com/rust-lang/crates.io-index"
 3013checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3014dependencies = [
 3015 "cc",
 3016]
 3017
 3018[[package]]
 3019name = "cobs"
 3020version = "0.3.0"
 3021source = "registry+https://github.com/rust-lang/crates.io-index"
 3022checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3023dependencies = [
 3024 "thiserror 2.0.17",
 3025]
 3026
 3027[[package]]
 3028name = "cocoa"
 3029version = "0.25.0"
 3030source = "registry+https://github.com/rust-lang/crates.io-index"
 3031checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3032dependencies = [
 3033 "bitflags 1.3.2",
 3034 "block",
 3035 "cocoa-foundation 0.1.2",
 3036 "core-foundation 0.9.4",
 3037 "core-graphics 0.23.2",
 3038 "foreign-types 0.5.0",
 3039 "libc",
 3040 "objc",
 3041]
 3042
 3043[[package]]
 3044name = "cocoa"
 3045version = "0.26.0"
 3046source = "registry+https://github.com/rust-lang/crates.io-index"
 3047checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3048dependencies = [
 3049 "bitflags 2.10.0",
 3050 "block",
 3051 "cocoa-foundation 0.2.0",
 3052 "core-foundation 0.10.0",
 3053 "core-graphics 0.24.0",
 3054 "foreign-types 0.5.0",
 3055 "libc",
 3056 "objc",
 3057]
 3058
 3059[[package]]
 3060name = "cocoa-foundation"
 3061version = "0.1.2"
 3062source = "registry+https://github.com/rust-lang/crates.io-index"
 3063checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3064dependencies = [
 3065 "bitflags 1.3.2",
 3066 "block",
 3067 "core-foundation 0.9.4",
 3068 "core-graphics-types 0.1.3",
 3069 "libc",
 3070 "objc",
 3071]
 3072
 3073[[package]]
 3074name = "cocoa-foundation"
 3075version = "0.2.0"
 3076source = "registry+https://github.com/rust-lang/crates.io-index"
 3077checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3078dependencies = [
 3079 "bitflags 2.10.0",
 3080 "block",
 3081 "core-foundation 0.10.0",
 3082 "core-graphics-types 0.2.0",
 3083 "libc",
 3084 "objc",
 3085]
 3086
 3087[[package]]
 3088name = "codespan-reporting"
 3089version = "0.13.0"
 3090source = "registry+https://github.com/rust-lang/crates.io-index"
 3091checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3092dependencies = [
 3093 "serde",
 3094 "termcolor",
 3095 "unicode-width",
 3096]
 3097
 3098[[package]]
 3099name = "codestral"
 3100version = "0.1.0"
 3101dependencies = [
 3102 "anyhow",
 3103 "edit_prediction",
 3104 "edit_prediction_types",
 3105 "futures 0.3.32",
 3106 "gpui",
 3107 "http_client",
 3108 "icons",
 3109 "language",
 3110 "language_model",
 3111 "log",
 3112 "serde",
 3113 "serde_json",
 3114 "text",
 3115 "zed_credentials_provider",
 3116 "zeta_prompt",
 3117]
 3118
 3119[[package]]
 3120name = "collab"
 3121version = "0.44.0"
 3122dependencies = [
 3123 "agent",
 3124 "anyhow",
 3125 "async-trait",
 3126 "async-tungstenite",
 3127 "aws-config",
 3128 "aws-sdk-kinesis",
 3129 "aws-sdk-s3",
 3130 "axum",
 3131 "buffer_diff",
 3132 "call",
 3133 "channel",
 3134 "chrono",
 3135 "client",
 3136 "clock",
 3137 "cloud_api_types",
 3138 "collab",
 3139 "collab_ui",
 3140 "collections",
 3141 "command_palette_hooks",
 3142 "ctor",
 3143 "dap",
 3144 "dap_adapters",
 3145 "dashmap",
 3146 "debugger_ui",
 3147 "editor",
 3148 "envy",
 3149 "extension",
 3150 "file_finder",
 3151 "fs",
 3152 "futures 0.3.32",
 3153 "git",
 3154 "git_hosting_providers",
 3155 "git_ui",
 3156 "gpui",
 3157 "gpui_tokio",
 3158 "hex",
 3159 "http_client",
 3160 "indoc",
 3161 "language",
 3162 "language_model",
 3163 "livekit_api",
 3164 "livekit_client",
 3165 "log",
 3166 "lsp",
 3167 "menu",
 3168 "multi_buffer",
 3169 "nanoid",
 3170 "node_runtime",
 3171 "notifications",
 3172 "parking_lot",
 3173 "pretty_assertions",
 3174 "project",
 3175 "prometheus",
 3176 "prompt_store",
 3177 "prost 0.9.0",
 3178 "rand 0.9.2",
 3179 "recent_projects",
 3180 "release_channel",
 3181 "remote",
 3182 "remote_server",
 3183 "reqwest 0.11.27",
 3184 "rpc",
 3185 "sea-orm",
 3186 "sea-orm-macros",
 3187 "semver",
 3188 "serde",
 3189 "serde_json",
 3190 "session",
 3191 "settings",
 3192 "sha2",
 3193 "smol",
 3194 "sqlx",
 3195 "strum 0.27.2",
 3196 "task",
 3197 "telemetry_events",
 3198 "text",
 3199 "theme",
 3200 "theme_settings",
 3201 "time",
 3202 "tokio",
 3203 "toml 0.8.23",
 3204 "tower 0.4.13",
 3205 "tower-http 0.4.4",
 3206 "tracing",
 3207 "tracing-subscriber",
 3208 "unindent",
 3209 "util",
 3210 "uuid",
 3211 "workspace",
 3212 "worktree",
 3213 "zed_actions",
 3214 "zlog",
 3215]
 3216
 3217[[package]]
 3218name = "collab_ui"
 3219version = "0.1.0"
 3220dependencies = [
 3221 "anyhow",
 3222 "call",
 3223 "channel",
 3224 "client",
 3225 "collections",
 3226 "db",
 3227 "editor",
 3228 "futures 0.3.32",
 3229 "fuzzy",
 3230 "gpui",
 3231 "livekit_client",
 3232 "menu",
 3233 "notifications",
 3234 "picker",
 3235 "project",
 3236 "release_channel",
 3237 "rpc",
 3238 "serde",
 3239 "serde_json",
 3240 "settings",
 3241 "smallvec",
 3242 "telemetry",
 3243 "theme",
 3244 "theme_settings",
 3245 "time",
 3246 "title_bar",
 3247 "ui",
 3248 "util",
 3249 "workspace",
 3250 "zed_actions",
 3251]
 3252
 3253[[package]]
 3254name = "collections"
 3255version = "0.1.0"
 3256dependencies = [
 3257 "indexmap",
 3258 "rustc-hash 2.1.1",
 3259]
 3260
 3261[[package]]
 3262name = "color_quant"
 3263version = "1.1.0"
 3264source = "registry+https://github.com/rust-lang/crates.io-index"
 3265checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3266
 3267[[package]]
 3268name = "colorchoice"
 3269version = "1.0.4"
 3270source = "registry+https://github.com/rust-lang/crates.io-index"
 3271checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3272
 3273[[package]]
 3274name = "combine"
 3275version = "4.6.7"
 3276source = "registry+https://github.com/rust-lang/crates.io-index"
 3277checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3278dependencies = [
 3279 "bytes 1.11.1",
 3280 "memchr",
 3281]
 3282
 3283[[package]]
 3284name = "command-fds"
 3285version = "0.3.2"
 3286source = "registry+https://github.com/rust-lang/crates.io-index"
 3287checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3288dependencies = [
 3289 "nix 0.30.1",
 3290 "thiserror 2.0.17",
 3291]
 3292
 3293[[package]]
 3294name = "command_palette"
 3295version = "0.1.0"
 3296dependencies = [
 3297 "anyhow",
 3298 "client",
 3299 "collections",
 3300 "command_palette_hooks",
 3301 "db",
 3302 "editor",
 3303 "fuzzy",
 3304 "go_to_line",
 3305 "gpui",
 3306 "language",
 3307 "log",
 3308 "menu",
 3309 "picker",
 3310 "postage",
 3311 "project",
 3312 "serde",
 3313 "settings",
 3314 "telemetry",
 3315 "theme",
 3316 "theme_settings",
 3317 "time",
 3318 "ui",
 3319 "util",
 3320 "workspace",
 3321 "zed_actions",
 3322]
 3323
 3324[[package]]
 3325name = "command_palette_hooks"
 3326version = "0.1.0"
 3327dependencies = [
 3328 "collections",
 3329 "derive_more",
 3330 "gpui",
 3331 "workspace",
 3332]
 3333
 3334[[package]]
 3335name = "compliance"
 3336version = "0.1.0"
 3337dependencies = [
 3338 "anyhow",
 3339 "async-trait",
 3340 "derive_more",
 3341 "futures 0.3.32",
 3342 "indoc",
 3343 "itertools 0.14.0",
 3344 "jsonwebtoken",
 3345 "octocrab",
 3346 "regex",
 3347 "semver",
 3348 "serde",
 3349 "serde_json",
 3350 "tokio",
 3351]
 3352
 3353[[package]]
 3354name = "component"
 3355version = "0.1.0"
 3356dependencies = [
 3357 "collections",
 3358 "documented",
 3359 "gpui",
 3360 "inventory",
 3361 "parking_lot",
 3362 "strum 0.27.2",
 3363 "theme",
 3364]
 3365
 3366[[package]]
 3367name = "component_preview"
 3368version = "0.1.0"
 3369dependencies = [
 3370 "anyhow",
 3371 "client",
 3372 "collections",
 3373 "component",
 3374 "db",
 3375 "fs",
 3376 "gpui",
 3377 "gpui_platform",
 3378 "language",
 3379 "log",
 3380 "node_runtime",
 3381 "notifications",
 3382 "project",
 3383 "release_channel",
 3384 "reqwest_client",
 3385 "session",
 3386 "settings",
 3387 "theme",
 3388 "theme_settings",
 3389 "ui",
 3390 "ui_input",
 3391 "uuid",
 3392 "workspace",
 3393]
 3394
 3395[[package]]
 3396name = "compression-codecs"
 3397version = "0.4.31"
 3398source = "registry+https://github.com/rust-lang/crates.io-index"
 3399checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3400dependencies = [
 3401 "bzip2 0.6.1",
 3402 "compression-core",
 3403 "deflate64",
 3404 "flate2",
 3405 "memchr",
 3406]
 3407
 3408[[package]]
 3409name = "compression-core"
 3410version = "0.4.29"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3413
 3414[[package]]
 3415name = "concurrent-queue"
 3416version = "2.5.0"
 3417source = "registry+https://github.com/rust-lang/crates.io-index"
 3418checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3419dependencies = [
 3420 "crossbeam-utils",
 3421]
 3422
 3423[[package]]
 3424name = "console"
 3425version = "0.16.3"
 3426source = "registry+https://github.com/rust-lang/crates.io-index"
 3427checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3428dependencies = [
 3429 "encode_unicode",
 3430 "libc",
 3431 "unicode-width",
 3432 "windows-sys 0.61.2",
 3433]
 3434
 3435[[package]]
 3436name = "console_error_panic_hook"
 3437version = "0.1.7"
 3438source = "registry+https://github.com/rust-lang/crates.io-index"
 3439checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3440dependencies = [
 3441 "cfg-if",
 3442 "wasm-bindgen",
 3443]
 3444
 3445[[package]]
 3446name = "const-oid"
 3447version = "0.9.6"
 3448source = "registry+https://github.com/rust-lang/crates.io-index"
 3449checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3450
 3451[[package]]
 3452name = "const-random"
 3453version = "0.1.18"
 3454source = "registry+https://github.com/rust-lang/crates.io-index"
 3455checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3456dependencies = [
 3457 "const-random-macro",
 3458]
 3459
 3460[[package]]
 3461name = "const-random-macro"
 3462version = "0.1.16"
 3463source = "registry+https://github.com/rust-lang/crates.io-index"
 3464checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3465dependencies = [
 3466 "getrandom 0.2.16",
 3467 "once_cell",
 3468 "tiny-keccak",
 3469]
 3470
 3471[[package]]
 3472name = "const_format"
 3473version = "0.2.35"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3476dependencies = [
 3477 "const_format_proc_macros",
 3478]
 3479
 3480[[package]]
 3481name = "const_format_proc_macros"
 3482version = "0.2.34"
 3483source = "registry+https://github.com/rust-lang/crates.io-index"
 3484checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3485dependencies = [
 3486 "proc-macro2",
 3487 "quote",
 3488 "unicode-xid",
 3489]
 3490
 3491[[package]]
 3492name = "constant_time_eq"
 3493version = "0.1.5"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3496
 3497[[package]]
 3498name = "context_server"
 3499version = "0.1.0"
 3500dependencies = [
 3501 "anyhow",
 3502 "async-trait",
 3503 "base64 0.22.1",
 3504 "collections",
 3505 "futures 0.3.32",
 3506 "gpui",
 3507 "http_client",
 3508 "log",
 3509 "net",
 3510 "parking_lot",
 3511 "postage",
 3512 "rand 0.9.2",
 3513 "schemars",
 3514 "serde",
 3515 "serde_json",
 3516 "settings",
 3517 "sha2",
 3518 "slotmap",
 3519 "smol",
 3520 "tempfile",
 3521 "terminal",
 3522 "tiny_http",
 3523 "url",
 3524 "util",
 3525]
 3526
 3527[[package]]
 3528name = "convert_case"
 3529version = "0.8.0"
 3530source = "registry+https://github.com/rust-lang/crates.io-index"
 3531checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3532dependencies = [
 3533 "unicode-segmentation",
 3534]
 3535
 3536[[package]]
 3537name = "convert_case"
 3538version = "0.10.0"
 3539source = "registry+https://github.com/rust-lang/crates.io-index"
 3540checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3541dependencies = [
 3542 "unicode-segmentation",
 3543]
 3544
 3545[[package]]
 3546name = "convert_case"
 3547version = "0.11.0"
 3548source = "registry+https://github.com/rust-lang/crates.io-index"
 3549checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3550dependencies = [
 3551 "unicode-segmentation",
 3552]
 3553
 3554[[package]]
 3555name = "copilot"
 3556version = "0.1.0"
 3557dependencies = [
 3558 "anyhow",
 3559 "async-std",
 3560 "collections",
 3561 "command_palette_hooks",
 3562 "copilot_chat",
 3563 "edit_prediction_types",
 3564 "editor",
 3565 "fs",
 3566 "futures 0.3.32",
 3567 "gpui",
 3568 "icons",
 3569 "indoc",
 3570 "language",
 3571 "log",
 3572 "lsp",
 3573 "node_runtime",
 3574 "parking_lot",
 3575 "paths",
 3576 "pretty_assertions",
 3577 "project",
 3578 "rpc",
 3579 "semver",
 3580 "serde",
 3581 "serde_json",
 3582 "settings",
 3583 "sum_tree",
 3584 "theme",
 3585 "theme_settings",
 3586 "util",
 3587 "workspace",
 3588 "zlog",
 3589]
 3590
 3591[[package]]
 3592name = "copilot_chat"
 3593version = "0.1.0"
 3594dependencies = [
 3595 "anthropic",
 3596 "anyhow",
 3597 "collections",
 3598 "dirs",
 3599 "fs",
 3600 "futures 0.3.32",
 3601 "gpui",
 3602 "http_client",
 3603 "log",
 3604 "paths",
 3605 "serde",
 3606 "serde_json",
 3607 "settings",
 3608]
 3609
 3610[[package]]
 3611name = "copilot_ui"
 3612version = "0.1.0"
 3613dependencies = [
 3614 "anyhow",
 3615 "copilot",
 3616 "gpui",
 3617 "language",
 3618 "log",
 3619 "lsp",
 3620 "menu",
 3621 "project",
 3622 "serde_json",
 3623 "settings",
 3624 "ui",
 3625 "util",
 3626 "workspace",
 3627]
 3628
 3629[[package]]
 3630name = "core-foundation"
 3631version = "0.9.4"
 3632source = "registry+https://github.com/rust-lang/crates.io-index"
 3633checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3634dependencies = [
 3635 "core-foundation-sys",
 3636 "libc",
 3637]
 3638
 3639[[package]]
 3640name = "core-foundation"
 3641version = "0.10.0"
 3642source = "registry+https://github.com/rust-lang/crates.io-index"
 3643checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3644dependencies = [
 3645 "core-foundation-sys",
 3646 "libc",
 3647]
 3648
 3649[[package]]
 3650name = "core-foundation-sys"
 3651version = "0.8.7"
 3652source = "registry+https://github.com/rust-lang/crates.io-index"
 3653checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3654
 3655[[package]]
 3656name = "core-graphics"
 3657version = "0.23.2"
 3658source = "registry+https://github.com/rust-lang/crates.io-index"
 3659checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3660dependencies = [
 3661 "bitflags 1.3.2",
 3662 "core-foundation 0.9.4",
 3663 "core-graphics-types 0.1.3",
 3664 "foreign-types 0.5.0",
 3665 "libc",
 3666]
 3667
 3668[[package]]
 3669name = "core-graphics"
 3670version = "0.24.0"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3673dependencies = [
 3674 "bitflags 2.10.0",
 3675 "core-foundation 0.10.0",
 3676 "core-graphics-types 0.2.0",
 3677 "foreign-types 0.5.0",
 3678 "libc",
 3679]
 3680
 3681[[package]]
 3682name = "core-graphics-helmer-fork"
 3683version = "0.24.0"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3686dependencies = [
 3687 "bitflags 2.10.0",
 3688 "core-foundation 0.9.4",
 3689 "core-graphics-types 0.1.3",
 3690 "foreign-types 0.5.0",
 3691 "libc",
 3692]
 3693
 3694[[package]]
 3695name = "core-graphics-types"
 3696version = "0.1.3"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3699dependencies = [
 3700 "bitflags 1.3.2",
 3701 "core-foundation 0.9.4",
 3702 "libc",
 3703]
 3704
 3705[[package]]
 3706name = "core-graphics-types"
 3707version = "0.2.0"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3710dependencies = [
 3711 "bitflags 2.10.0",
 3712 "core-foundation 0.10.0",
 3713 "libc",
 3714]
 3715
 3716[[package]]
 3717name = "core-graphics2"
 3718version = "0.5.2"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3721dependencies = [
 3722 "bitflags 2.10.0",
 3723 "block",
 3724 "cfg-if",
 3725 "core-foundation 0.10.0",
 3726 "libc",
 3727]
 3728
 3729[[package]]
 3730name = "core-services"
 3731version = "0.2.1"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3734dependencies = [
 3735 "core-foundation 0.9.4",
 3736]
 3737
 3738[[package]]
 3739name = "core-text"
 3740version = "21.0.0"
 3741source = "registry+https://github.com/rust-lang/crates.io-index"
 3742checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3743dependencies = [
 3744 "core-foundation 0.10.0",
 3745 "core-graphics 0.24.0",
 3746 "foreign-types 0.5.0",
 3747 "libc",
 3748]
 3749
 3750[[package]]
 3751name = "core-video"
 3752version = "0.5.2"
 3753source = "registry+https://github.com/rust-lang/crates.io-index"
 3754checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3755dependencies = [
 3756 "block",
 3757 "core-foundation 0.10.0",
 3758 "core-graphics2",
 3759 "io-surface",
 3760 "libc",
 3761 "metal",
 3762]
 3763
 3764[[package]]
 3765name = "core_maths"
 3766version = "0.1.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3769dependencies = [
 3770 "libm",
 3771]
 3772
 3773[[package]]
 3774name = "coreaudio-rs"
 3775version = "0.12.1"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3778dependencies = [
 3779 "bitflags 1.3.2",
 3780 "core-foundation-sys",
 3781 "coreaudio-sys",
 3782]
 3783
 3784[[package]]
 3785name = "coreaudio-rs"
 3786version = "0.13.0"
 3787source = "registry+https://github.com/rust-lang/crates.io-index"
 3788checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3789dependencies = [
 3790 "bitflags 1.3.2",
 3791 "libc",
 3792 "objc2-audio-toolbox",
 3793 "objc2-core-audio",
 3794 "objc2-core-audio-types",
 3795 "objc2-core-foundation",
 3796]
 3797
 3798[[package]]
 3799name = "coreaudio-sys"
 3800version = "0.2.17"
 3801source = "registry+https://github.com/rust-lang/crates.io-index"
 3802checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3803dependencies = [
 3804 "bindgen 0.72.1",
 3805]
 3806
 3807[[package]]
 3808name = "cosmic-text"
 3809version = "0.17.1"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3812dependencies = [
 3813 "bitflags 2.10.0",
 3814 "fontdb 0.23.0",
 3815 "harfrust",
 3816 "linebender_resource_handle",
 3817 "log",
 3818 "rangemap",
 3819 "rustc-hash 2.1.1",
 3820 "self_cell",
 3821 "skrifa 0.40.0",
 3822 "smol_str",
 3823 "swash",
 3824 "sys-locale",
 3825 "unicode-bidi",
 3826 "unicode-linebreak",
 3827 "unicode-script",
 3828 "unicode-segmentation",
 3829]
 3830
 3831[[package]]
 3832name = "cpal"
 3833version = "0.17.1"
 3834source = "registry+https://github.com/rust-lang/crates.io-index"
 3835checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3836dependencies = [
 3837 "alsa",
 3838 "coreaudio-rs 0.13.0",
 3839 "dasp_sample",
 3840 "jni",
 3841 "js-sys",
 3842 "libc",
 3843 "mach2 0.5.0",
 3844 "ndk",
 3845 "ndk-context",
 3846 "num-derive",
 3847 "num-traits",
 3848 "objc2",
 3849 "objc2-audio-toolbox",
 3850 "objc2-avf-audio",
 3851 "objc2-core-audio",
 3852 "objc2-core-audio-types",
 3853 "objc2-core-foundation",
 3854 "objc2-foundation",
 3855 "wasm-bindgen",
 3856 "wasm-bindgen-futures",
 3857 "web-sys",
 3858 "windows 0.62.2",
 3859]
 3860
 3861[[package]]
 3862name = "cpp_demangle"
 3863version = "0.4.5"
 3864source = "registry+https://github.com/rust-lang/crates.io-index"
 3865checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3866dependencies = [
 3867 "cfg-if",
 3868]
 3869
 3870[[package]]
 3871name = "cpufeatures"
 3872version = "0.2.17"
 3873source = "registry+https://github.com/rust-lang/crates.io-index"
 3874checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3875dependencies = [
 3876 "libc",
 3877]
 3878
 3879[[package]]
 3880name = "cranelift-assembler-x64"
 3881version = "0.123.7"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3884dependencies = [
 3885 "cranelift-assembler-x64-meta",
 3886]
 3887
 3888[[package]]
 3889name = "cranelift-assembler-x64-meta"
 3890version = "0.123.7"
 3891source = "registry+https://github.com/rust-lang/crates.io-index"
 3892checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3893dependencies = [
 3894 "cranelift-srcgen",
 3895]
 3896
 3897[[package]]
 3898name = "cranelift-bforest"
 3899version = "0.123.7"
 3900source = "registry+https://github.com/rust-lang/crates.io-index"
 3901checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3902dependencies = [
 3903 "cranelift-entity",
 3904]
 3905
 3906[[package]]
 3907name = "cranelift-bitset"
 3908version = "0.123.7"
 3909source = "registry+https://github.com/rust-lang/crates.io-index"
 3910checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3911dependencies = [
 3912 "serde",
 3913 "serde_derive",
 3914]
 3915
 3916[[package]]
 3917name = "cranelift-codegen"
 3918version = "0.123.7"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3921dependencies = [
 3922 "bumpalo",
 3923 "cranelift-assembler-x64",
 3924 "cranelift-bforest",
 3925 "cranelift-bitset",
 3926 "cranelift-codegen-meta",
 3927 "cranelift-codegen-shared",
 3928 "cranelift-control",
 3929 "cranelift-entity",
 3930 "cranelift-isle",
 3931 "gimli",
 3932 "hashbrown 0.15.5",
 3933 "log",
 3934 "postcard",
 3935 "pulley-interpreter",
 3936 "regalloc2",
 3937 "rustc-hash 2.1.1",
 3938 "serde",
 3939 "serde_derive",
 3940 "sha2",
 3941 "smallvec",
 3942 "target-lexicon 0.13.3",
 3943 "wasmtime-internal-math",
 3944]
 3945
 3946[[package]]
 3947name = "cranelift-codegen-meta"
 3948version = "0.123.7"
 3949source = "registry+https://github.com/rust-lang/crates.io-index"
 3950checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3951dependencies = [
 3952 "cranelift-assembler-x64-meta",
 3953 "cranelift-codegen-shared",
 3954 "cranelift-srcgen",
 3955 "heck 0.5.0",
 3956 "pulley-interpreter",
 3957]
 3958
 3959[[package]]
 3960name = "cranelift-codegen-shared"
 3961version = "0.123.7"
 3962source = "registry+https://github.com/rust-lang/crates.io-index"
 3963checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3964
 3965[[package]]
 3966name = "cranelift-control"
 3967version = "0.123.7"
 3968source = "registry+https://github.com/rust-lang/crates.io-index"
 3969checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3970dependencies = [
 3971 "arbitrary",
 3972]
 3973
 3974[[package]]
 3975name = "cranelift-entity"
 3976version = "0.123.7"
 3977source = "registry+https://github.com/rust-lang/crates.io-index"
 3978checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3979dependencies = [
 3980 "cranelift-bitset",
 3981 "serde",
 3982 "serde_derive",
 3983]
 3984
 3985[[package]]
 3986name = "cranelift-frontend"
 3987version = "0.123.7"
 3988source = "registry+https://github.com/rust-lang/crates.io-index"
 3989checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3990dependencies = [
 3991 "cranelift-codegen",
 3992 "log",
 3993 "smallvec",
 3994 "target-lexicon 0.13.3",
 3995]
 3996
 3997[[package]]
 3998name = "cranelift-isle"
 3999version = "0.123.7"
 4000source = "registry+https://github.com/rust-lang/crates.io-index"
 4001checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4002
 4003[[package]]
 4004name = "cranelift-native"
 4005version = "0.123.7"
 4006source = "registry+https://github.com/rust-lang/crates.io-index"
 4007checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4008dependencies = [
 4009 "cranelift-codegen",
 4010 "libc",
 4011 "target-lexicon 0.13.3",
 4012]
 4013
 4014[[package]]
 4015name = "cranelift-srcgen"
 4016version = "0.123.7"
 4017source = "registry+https://github.com/rust-lang/crates.io-index"
 4018checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4019
 4020[[package]]
 4021name = "crash-context"
 4022version = "0.6.3"
 4023source = "registry+https://github.com/rust-lang/crates.io-index"
 4024checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4025dependencies = [
 4026 "cfg-if",
 4027 "libc",
 4028 "mach2 0.4.3",
 4029]
 4030
 4031[[package]]
 4032name = "crash-handler"
 4033version = "0.6.3"
 4034source = "registry+https://github.com/rust-lang/crates.io-index"
 4035checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4036dependencies = [
 4037 "cfg-if",
 4038 "crash-context",
 4039 "libc",
 4040 "mach2 0.4.3",
 4041 "parking_lot",
 4042]
 4043
 4044[[package]]
 4045name = "crashes"
 4046version = "0.1.0"
 4047dependencies = [
 4048 "cfg-if",
 4049 "crash-handler",
 4050 "futures 0.3.32",
 4051 "log",
 4052 "mach2 0.5.0",
 4053 "minidumper",
 4054 "parking_lot",
 4055 "paths",
 4056 "release_channel",
 4057 "serde",
 4058 "serde_json",
 4059 "smol",
 4060 "system_specs",
 4061 "windows 0.61.3",
 4062 "zstd",
 4063]
 4064
 4065[[package]]
 4066name = "crc"
 4067version = "3.3.0"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4070dependencies = [
 4071 "crc-catalog",
 4072]
 4073
 4074[[package]]
 4075name = "crc-catalog"
 4076version = "2.4.0"
 4077source = "registry+https://github.com/rust-lang/crates.io-index"
 4078checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4079
 4080[[package]]
 4081name = "crc-fast"
 4082version = "1.6.0"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4085dependencies = [
 4086 "crc",
 4087 "digest",
 4088 "rand 0.9.2",
 4089 "regex",
 4090 "rustversion",
 4091]
 4092
 4093[[package]]
 4094name = "crc32fast"
 4095version = "1.5.0"
 4096source = "registry+https://github.com/rust-lang/crates.io-index"
 4097checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4098dependencies = [
 4099 "cfg-if",
 4100]
 4101
 4102[[package]]
 4103name = "credentials_provider"
 4104version = "0.1.0"
 4105dependencies = [
 4106 "anyhow",
 4107 "gpui",
 4108 "serde",
 4109]
 4110
 4111[[package]]
 4112name = "criterion"
 4113version = "0.5.1"
 4114source = "registry+https://github.com/rust-lang/crates.io-index"
 4115checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4116dependencies = [
 4117 "anes",
 4118 "cast",
 4119 "ciborium",
 4120 "clap",
 4121 "criterion-plot",
 4122 "is-terminal",
 4123 "itertools 0.10.5",
 4124 "num-traits",
 4125 "once_cell",
 4126 "oorandom",
 4127 "plotters",
 4128 "rayon",
 4129 "regex",
 4130 "serde",
 4131 "serde_derive",
 4132 "serde_json",
 4133 "tinytemplate",
 4134 "walkdir",
 4135]
 4136
 4137[[package]]
 4138name = "criterion-plot"
 4139version = "0.5.0"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4142dependencies = [
 4143 "cast",
 4144 "itertools 0.10.5",
 4145]
 4146
 4147[[package]]
 4148name = "crossbeam"
 4149version = "0.8.4"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4152dependencies = [
 4153 "crossbeam-channel",
 4154 "crossbeam-deque",
 4155 "crossbeam-epoch",
 4156 "crossbeam-queue",
 4157 "crossbeam-utils",
 4158]
 4159
 4160[[package]]
 4161name = "crossbeam-channel"
 4162version = "0.5.15"
 4163source = "registry+https://github.com/rust-lang/crates.io-index"
 4164checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4165dependencies = [
 4166 "crossbeam-utils",
 4167]
 4168
 4169[[package]]
 4170name = "crossbeam-deque"
 4171version = "0.8.6"
 4172source = "registry+https://github.com/rust-lang/crates.io-index"
 4173checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4174dependencies = [
 4175 "crossbeam-epoch",
 4176 "crossbeam-utils",
 4177]
 4178
 4179[[package]]
 4180name = "crossbeam-epoch"
 4181version = "0.9.18"
 4182source = "registry+https://github.com/rust-lang/crates.io-index"
 4183checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4184dependencies = [
 4185 "crossbeam-utils",
 4186]
 4187
 4188[[package]]
 4189name = "crossbeam-queue"
 4190version = "0.3.12"
 4191source = "registry+https://github.com/rust-lang/crates.io-index"
 4192checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4193dependencies = [
 4194 "crossbeam-utils",
 4195]
 4196
 4197[[package]]
 4198name = "crossbeam-utils"
 4199version = "0.8.21"
 4200source = "registry+https://github.com/rust-lang/crates.io-index"
 4201checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4202
 4203[[package]]
 4204name = "crunchy"
 4205version = "0.2.4"
 4206source = "registry+https://github.com/rust-lang/crates.io-index"
 4207checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4208
 4209[[package]]
 4210name = "crypto-bigint"
 4211version = "0.4.9"
 4212source = "registry+https://github.com/rust-lang/crates.io-index"
 4213checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4214dependencies = [
 4215 "generic-array",
 4216 "rand_core 0.6.4",
 4217 "subtle",
 4218 "zeroize",
 4219]
 4220
 4221[[package]]
 4222name = "crypto-bigint"
 4223version = "0.5.5"
 4224source = "registry+https://github.com/rust-lang/crates.io-index"
 4225checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4226dependencies = [
 4227 "rand_core 0.6.4",
 4228 "subtle",
 4229]
 4230
 4231[[package]]
 4232name = "crypto-common"
 4233version = "0.1.6"
 4234source = "registry+https://github.com/rust-lang/crates.io-index"
 4235checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4236dependencies = [
 4237 "generic-array",
 4238 "typenum",
 4239]
 4240
 4241[[package]]
 4242name = "cssparser"
 4243version = "0.35.0"
 4244source = "registry+https://github.com/rust-lang/crates.io-index"
 4245checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4246dependencies = [
 4247 "cssparser-macros",
 4248 "dtoa-short",
 4249 "itoa",
 4250 "phf 0.11.3",
 4251 "smallvec",
 4252]
 4253
 4254[[package]]
 4255name = "cssparser-macros"
 4256version = "0.6.1"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4259dependencies = [
 4260 "quote",
 4261 "syn 2.0.117",
 4262]
 4263
 4264[[package]]
 4265name = "csv_preview"
 4266version = "0.1.0"
 4267dependencies = [
 4268 "anyhow",
 4269 "editor",
 4270 "feature_flags",
 4271 "gpui",
 4272 "log",
 4273 "text",
 4274 "ui",
 4275 "workspace",
 4276]
 4277
 4278[[package]]
 4279name = "ctor"
 4280version = "0.4.3"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4283dependencies = [
 4284 "ctor-proc-macro",
 4285 "dtor",
 4286]
 4287
 4288[[package]]
 4289name = "ctor-proc-macro"
 4290version = "0.0.6"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4293
 4294[[package]]
 4295name = "ctrlc"
 4296version = "3.5.0"
 4297source = "registry+https://github.com/rust-lang/crates.io-index"
 4298checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4299dependencies = [
 4300 "dispatch",
 4301 "nix 0.30.1",
 4302 "windows-sys 0.61.2",
 4303]
 4304
 4305[[package]]
 4306name = "cursor-icon"
 4307version = "1.2.0"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4310
 4311[[package]]
 4312name = "cxx"
 4313version = "1.0.187"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4316dependencies = [
 4317 "cc",
 4318 "cxx-build",
 4319 "cxxbridge-cmd",
 4320 "cxxbridge-flags",
 4321 "cxxbridge-macro",
 4322 "foldhash 0.2.0",
 4323 "link-cplusplus",
 4324]
 4325
 4326[[package]]
 4327name = "cxx-build"
 4328version = "1.0.187"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4331dependencies = [
 4332 "cc",
 4333 "codespan-reporting",
 4334 "indexmap",
 4335 "proc-macro2",
 4336 "quote",
 4337 "scratch",
 4338 "syn 2.0.117",
 4339]
 4340
 4341[[package]]
 4342name = "cxxbridge-cmd"
 4343version = "1.0.187"
 4344source = "registry+https://github.com/rust-lang/crates.io-index"
 4345checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4346dependencies = [
 4347 "clap",
 4348 "codespan-reporting",
 4349 "indexmap",
 4350 "proc-macro2",
 4351 "quote",
 4352 "syn 2.0.117",
 4353]
 4354
 4355[[package]]
 4356name = "cxxbridge-flags"
 4357version = "1.0.187"
 4358source = "registry+https://github.com/rust-lang/crates.io-index"
 4359checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4360
 4361[[package]]
 4362name = "cxxbridge-macro"
 4363version = "1.0.187"
 4364source = "registry+https://github.com/rust-lang/crates.io-index"
 4365checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4366dependencies = [
 4367 "indexmap",
 4368 "proc-macro2",
 4369 "quote",
 4370 "syn 2.0.117",
 4371]
 4372
 4373[[package]]
 4374name = "dap"
 4375version = "0.1.0"
 4376dependencies = [
 4377 "anyhow",
 4378 "async-compression",
 4379 "async-pipe",
 4380 "async-tar",
 4381 "async-trait",
 4382 "client",
 4383 "collections",
 4384 "dap-types",
 4385 "fs",
 4386 "futures 0.3.32",
 4387 "gpui",
 4388 "http_client",
 4389 "language",
 4390 "libc",
 4391 "log",
 4392 "node_runtime",
 4393 "parking_lot",
 4394 "paths",
 4395 "proto",
 4396 "schemars",
 4397 "serde",
 4398 "serde_json",
 4399 "settings",
 4400 "smallvec",
 4401 "smol",
 4402 "task",
 4403 "telemetry",
 4404 "util",
 4405 "zlog",
 4406]
 4407
 4408[[package]]
 4409name = "dap-types"
 4410version = "0.0.1"
 4411source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4412dependencies = [
 4413 "schemars",
 4414 "serde",
 4415 "serde_json",
 4416]
 4417
 4418[[package]]
 4419name = "dap_adapters"
 4420version = "0.1.0"
 4421dependencies = [
 4422 "anyhow",
 4423 "async-trait",
 4424 "collections",
 4425 "dap",
 4426 "dotenvy",
 4427 "fs",
 4428 "futures 0.3.32",
 4429 "gpui",
 4430 "http_client",
 4431 "json_dotpath",
 4432 "language",
 4433 "log",
 4434 "node_runtime",
 4435 "paths",
 4436 "serde",
 4437 "serde_json",
 4438 "settings",
 4439 "smol",
 4440 "task",
 4441 "util",
 4442]
 4443
 4444[[package]]
 4445name = "darling"
 4446version = "0.20.11"
 4447source = "registry+https://github.com/rust-lang/crates.io-index"
 4448checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4449dependencies = [
 4450 "darling_core 0.20.11",
 4451 "darling_macro 0.20.11",
 4452]
 4453
 4454[[package]]
 4455name = "darling"
 4456version = "0.21.3"
 4457source = "registry+https://github.com/rust-lang/crates.io-index"
 4458checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4459dependencies = [
 4460 "darling_core 0.21.3",
 4461 "darling_macro 0.21.3",
 4462]
 4463
 4464[[package]]
 4465name = "darling_core"
 4466version = "0.20.11"
 4467source = "registry+https://github.com/rust-lang/crates.io-index"
 4468checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4469dependencies = [
 4470 "fnv",
 4471 "ident_case",
 4472 "proc-macro2",
 4473 "quote",
 4474 "strsim",
 4475 "syn 2.0.117",
 4476]
 4477
 4478[[package]]
 4479name = "darling_core"
 4480version = "0.21.3"
 4481source = "registry+https://github.com/rust-lang/crates.io-index"
 4482checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4483dependencies = [
 4484 "fnv",
 4485 "ident_case",
 4486 "proc-macro2",
 4487 "quote",
 4488 "strsim",
 4489 "syn 2.0.117",
 4490]
 4491
 4492[[package]]
 4493name = "darling_macro"
 4494version = "0.20.11"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4497dependencies = [
 4498 "darling_core 0.20.11",
 4499 "quote",
 4500 "syn 2.0.117",
 4501]
 4502
 4503[[package]]
 4504name = "darling_macro"
 4505version = "0.21.3"
 4506source = "registry+https://github.com/rust-lang/crates.io-index"
 4507checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4508dependencies = [
 4509 "darling_core 0.21.3",
 4510 "quote",
 4511 "syn 2.0.117",
 4512]
 4513
 4514[[package]]
 4515name = "dashmap"
 4516version = "6.1.0"
 4517source = "registry+https://github.com/rust-lang/crates.io-index"
 4518checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4519dependencies = [
 4520 "cfg-if",
 4521 "crossbeam-utils",
 4522 "hashbrown 0.14.5",
 4523 "lock_api",
 4524 "once_cell",
 4525 "parking_lot_core",
 4526]
 4527
 4528[[package]]
 4529name = "dasp_sample"
 4530version = "0.11.0"
 4531source = "registry+https://github.com/rust-lang/crates.io-index"
 4532checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4533
 4534[[package]]
 4535name = "data-encoding"
 4536version = "2.9.0"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4539
 4540[[package]]
 4541name = "data-url"
 4542version = "0.3.2"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4545
 4546[[package]]
 4547name = "db"
 4548version = "0.1.0"
 4549dependencies = [
 4550 "anyhow",
 4551 "gpui",
 4552 "indoc",
 4553 "inventory",
 4554 "log",
 4555 "paths",
 4556 "release_channel",
 4557 "smol",
 4558 "sqlez",
 4559 "sqlez_macros",
 4560 "tempfile",
 4561 "util",
 4562 "uuid",
 4563 "zed_env_vars",
 4564]
 4565
 4566[[package]]
 4567name = "dbus"
 4568version = "0.9.9"
 4569source = "registry+https://github.com/rust-lang/crates.io-index"
 4570checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4571dependencies = [
 4572 "libc",
 4573 "libdbus-sys",
 4574 "windows-sys 0.59.0",
 4575]
 4576
 4577[[package]]
 4578name = "debug_adapter_extension"
 4579version = "0.1.0"
 4580dependencies = [
 4581 "anyhow",
 4582 "async-trait",
 4583 "collections",
 4584 "dap",
 4585 "extension",
 4586 "gpui",
 4587 "serde_json",
 4588 "task",
 4589 "util",
 4590]
 4591
 4592[[package]]
 4593name = "debugger_tools"
 4594version = "0.1.0"
 4595dependencies = [
 4596 "anyhow",
 4597 "dap",
 4598 "editor",
 4599 "futures 0.3.32",
 4600 "gpui",
 4601 "project",
 4602 "serde_json",
 4603 "settings",
 4604 "smol",
 4605 "util",
 4606 "workspace",
 4607]
 4608
 4609[[package]]
 4610name = "debugger_ui"
 4611version = "0.1.0"
 4612dependencies = [
 4613 "alacritty_terminal",
 4614 "anyhow",
 4615 "bitflags 2.10.0",
 4616 "client",
 4617 "collections",
 4618 "command_palette_hooks",
 4619 "dap",
 4620 "dap_adapters",
 4621 "db",
 4622 "debugger_tools",
 4623 "editor",
 4624 "feature_flags",
 4625 "file_icons",
 4626 "futures 0.3.32",
 4627 "fuzzy",
 4628 "gpui",
 4629 "hex",
 4630 "indoc",
 4631 "itertools 0.14.0",
 4632 "language",
 4633 "log",
 4634 "menu",
 4635 "notifications",
 4636 "parking_lot",
 4637 "parse_int",
 4638 "paths",
 4639 "picker",
 4640 "pretty_assertions",
 4641 "project",
 4642 "rpc",
 4643 "schemars",
 4644 "serde",
 4645 "serde_json",
 4646 "serde_json_lenient",
 4647 "settings",
 4648 "sysinfo 0.37.2",
 4649 "task",
 4650 "tasks_ui",
 4651 "terminal_view",
 4652 "text",
 4653 "theme",
 4654 "theme_settings",
 4655 "tree-sitter",
 4656 "tree-sitter-go",
 4657 "tree-sitter-json",
 4658 "ui",
 4659 "ui_input",
 4660 "unindent",
 4661 "util",
 4662 "workspace",
 4663 "zed_actions",
 4664 "zlog",
 4665]
 4666
 4667[[package]]
 4668name = "debugid"
 4669version = "0.8.0"
 4670source = "registry+https://github.com/rust-lang/crates.io-index"
 4671checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4672dependencies = [
 4673 "uuid",
 4674]
 4675
 4676[[package]]
 4677name = "deepseek"
 4678version = "0.1.0"
 4679dependencies = [
 4680 "anyhow",
 4681 "futures 0.3.32",
 4682 "http_client",
 4683 "schemars",
 4684 "serde",
 4685 "serde_json",
 4686]
 4687
 4688[[package]]
 4689name = "deflate64"
 4690version = "0.1.10"
 4691source = "registry+https://github.com/rust-lang/crates.io-index"
 4692checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4693
 4694[[package]]
 4695name = "denoise"
 4696version = "0.1.0"
 4697dependencies = [
 4698 "candle-core",
 4699 "candle-onnx",
 4700 "log",
 4701 "realfft",
 4702 "rodio",
 4703 "rustfft",
 4704 "thiserror 2.0.17",
 4705]
 4706
 4707[[package]]
 4708name = "der"
 4709version = "0.6.1"
 4710source = "registry+https://github.com/rust-lang/crates.io-index"
 4711checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4712dependencies = [
 4713 "const-oid",
 4714 "zeroize",
 4715]
 4716
 4717[[package]]
 4718name = "der"
 4719version = "0.7.10"
 4720source = "registry+https://github.com/rust-lang/crates.io-index"
 4721checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4722dependencies = [
 4723 "const-oid",
 4724 "pem-rfc7468",
 4725 "zeroize",
 4726]
 4727
 4728[[package]]
 4729name = "deranged"
 4730version = "0.5.4"
 4731source = "registry+https://github.com/rust-lang/crates.io-index"
 4732checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4733dependencies = [
 4734 "powerfmt",
 4735 "serde_core",
 4736]
 4737
 4738[[package]]
 4739name = "derive_arbitrary"
 4740version = "1.4.2"
 4741source = "registry+https://github.com/rust-lang/crates.io-index"
 4742checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4743dependencies = [
 4744 "proc-macro2",
 4745 "quote",
 4746 "syn 2.0.117",
 4747]
 4748
 4749[[package]]
 4750name = "derive_more"
 4751version = "2.1.1"
 4752source = "registry+https://github.com/rust-lang/crates.io-index"
 4753checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4754dependencies = [
 4755 "derive_more-impl",
 4756]
 4757
 4758[[package]]
 4759name = "derive_more-impl"
 4760version = "2.1.1"
 4761source = "registry+https://github.com/rust-lang/crates.io-index"
 4762checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4763dependencies = [
 4764 "convert_case 0.10.0",
 4765 "proc-macro2",
 4766 "quote",
 4767 "rustc_version",
 4768 "syn 2.0.117",
 4769 "unicode-xid",
 4770]
 4771
 4772[[package]]
 4773name = "derive_refineable"
 4774version = "0.1.0"
 4775dependencies = [
 4776 "proc-macro2",
 4777 "quote",
 4778 "syn 2.0.117",
 4779]
 4780
 4781[[package]]
 4782name = "derive_setters"
 4783version = "0.1.9"
 4784source = "registry+https://github.com/rust-lang/crates.io-index"
 4785checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4786dependencies = [
 4787 "darling 0.21.3",
 4788 "proc-macro2",
 4789 "quote",
 4790 "syn 2.0.117",
 4791]
 4792
 4793[[package]]
 4794name = "dev_container"
 4795version = "0.1.0"
 4796dependencies = [
 4797 "async-tar",
 4798 "async-trait",
 4799 "env_logger 0.11.8",
 4800 "fs",
 4801 "futures 0.3.32",
 4802 "gpui",
 4803 "http 1.3.1",
 4804 "http_client",
 4805 "log",
 4806 "menu",
 4807 "paths",
 4808 "picker",
 4809 "project",
 4810 "regex",
 4811 "serde",
 4812 "serde_json",
 4813 "serde_json_lenient",
 4814 "settings",
 4815 "shlex",
 4816 "ui",
 4817 "util",
 4818 "walkdir",
 4819 "workspace",
 4820 "worktree",
 4821]
 4822
 4823[[package]]
 4824name = "diagnostics"
 4825version = "0.1.0"
 4826dependencies = [
 4827 "anyhow",
 4828 "collections",
 4829 "component",
 4830 "ctor",
 4831 "editor",
 4832 "gpui",
 4833 "indoc",
 4834 "itertools 0.14.0",
 4835 "language",
 4836 "log",
 4837 "lsp",
 4838 "markdown",
 4839 "pretty_assertions",
 4840 "project",
 4841 "rand 0.9.2",
 4842 "serde",
 4843 "serde_json",
 4844 "settings",
 4845 "text",
 4846 "theme",
 4847 "theme_settings",
 4848 "ui",
 4849 "unindent",
 4850 "util",
 4851 "workspace",
 4852 "zed_actions",
 4853 "zlog",
 4854]
 4855
 4856[[package]]
 4857name = "dialoguer"
 4858version = "0.12.0"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4861dependencies = [
 4862 "console",
 4863 "shell-words",
 4864]
 4865
 4866[[package]]
 4867name = "diff"
 4868version = "0.1.13"
 4869source = "registry+https://github.com/rust-lang/crates.io-index"
 4870checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4871
 4872[[package]]
 4873name = "diffy"
 4874version = "0.4.2"
 4875source = "registry+https://github.com/rust-lang/crates.io-index"
 4876checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4877dependencies = [
 4878 "nu-ansi-term",
 4879]
 4880
 4881[[package]]
 4882name = "digest"
 4883version = "0.10.7"
 4884source = "registry+https://github.com/rust-lang/crates.io-index"
 4885checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4886dependencies = [
 4887 "block-buffer",
 4888 "const-oid",
 4889 "crypto-common",
 4890 "subtle",
 4891]
 4892
 4893[[package]]
 4894name = "dirs"
 4895version = "6.0.0"
 4896source = "registry+https://github.com/rust-lang/crates.io-index"
 4897checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4898dependencies = [
 4899 "dirs-sys",
 4900]
 4901
 4902[[package]]
 4903name = "dirs-sys"
 4904version = "0.5.0"
 4905source = "registry+https://github.com/rust-lang/crates.io-index"
 4906checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4907dependencies = [
 4908 "libc",
 4909 "option-ext",
 4910 "redox_users",
 4911 "windows-sys 0.61.2",
 4912]
 4913
 4914[[package]]
 4915name = "dispatch"
 4916version = "0.2.0"
 4917source = "registry+https://github.com/rust-lang/crates.io-index"
 4918checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4919
 4920[[package]]
 4921name = "dispatch2"
 4922version = "0.3.1"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4925dependencies = [
 4926 "bitflags 2.10.0",
 4927 "block2",
 4928 "libc",
 4929 "objc2",
 4930]
 4931
 4932[[package]]
 4933name = "displaydoc"
 4934version = "0.2.5"
 4935source = "registry+https://github.com/rust-lang/crates.io-index"
 4936checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4937dependencies = [
 4938 "proc-macro2",
 4939 "quote",
 4940 "syn 2.0.117",
 4941]
 4942
 4943[[package]]
 4944name = "dlib"
 4945version = "0.5.2"
 4946source = "registry+https://github.com/rust-lang/crates.io-index"
 4947checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4948dependencies = [
 4949 "libloading",
 4950]
 4951
 4952[[package]]
 4953name = "docs_preprocessor"
 4954version = "0.1.0"
 4955dependencies = [
 4956 "anyhow",
 4957 "collections",
 4958 "jsonschema",
 4959 "mdbook",
 4960 "regex",
 4961 "schemars",
 4962 "serde",
 4963 "serde_json",
 4964 "settings",
 4965 "task",
 4966 "theme",
 4967 "util",
 4968 "zlog",
 4969]
 4970
 4971[[package]]
 4972name = "document-features"
 4973version = "0.2.12"
 4974source = "registry+https://github.com/rust-lang/crates.io-index"
 4975checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4976dependencies = [
 4977 "litrs",
 4978]
 4979
 4980[[package]]
 4981name = "documented"
 4982version = "0.9.2"
 4983source = "registry+https://github.com/rust-lang/crates.io-index"
 4984checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4985dependencies = [
 4986 "documented-macros",
 4987 "phf 0.12.1",
 4988 "thiserror 2.0.17",
 4989]
 4990
 4991[[package]]
 4992name = "documented-macros"
 4993version = "0.9.2"
 4994source = "registry+https://github.com/rust-lang/crates.io-index"
 4995checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 4996dependencies = [
 4997 "convert_case 0.8.0",
 4998 "itertools 0.14.0",
 4999 "optfield",
 5000 "proc-macro2",
 5001 "quote",
 5002 "strum 0.27.2",
 5003 "syn 2.0.117",
 5004]
 5005
 5006[[package]]
 5007name = "dotenvy"
 5008version = "0.15.7"
 5009source = "registry+https://github.com/rust-lang/crates.io-index"
 5010checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5011
 5012[[package]]
 5013name = "downcast-rs"
 5014version = "1.2.1"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5017
 5018[[package]]
 5019name = "doxygen-rs"
 5020version = "0.4.2"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5023dependencies = [
 5024 "phf 0.11.3",
 5025]
 5026
 5027[[package]]
 5028name = "dtoa"
 5029version = "1.0.10"
 5030source = "registry+https://github.com/rust-lang/crates.io-index"
 5031checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5032
 5033[[package]]
 5034name = "dtoa-short"
 5035version = "0.3.5"
 5036source = "registry+https://github.com/rust-lang/crates.io-index"
 5037checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5038dependencies = [
 5039 "dtoa",
 5040]
 5041
 5042[[package]]
 5043name = "dtor"
 5044version = "0.0.6"
 5045source = "registry+https://github.com/rust-lang/crates.io-index"
 5046checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5047dependencies = [
 5048 "dtor-proc-macro",
 5049]
 5050
 5051[[package]]
 5052name = "dtor-proc-macro"
 5053version = "0.0.5"
 5054source = "registry+https://github.com/rust-lang/crates.io-index"
 5055checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5056
 5057[[package]]
 5058name = "dunce"
 5059version = "1.0.5"
 5060source = "registry+https://github.com/rust-lang/crates.io-index"
 5061checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5062
 5063[[package]]
 5064name = "dwrote"
 5065version = "0.11.5"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5068dependencies = [
 5069 "lazy_static",
 5070 "libc",
 5071 "winapi",
 5072 "wio",
 5073]
 5074
 5075[[package]]
 5076name = "dyn-clone"
 5077version = "1.0.20"
 5078source = "registry+https://github.com/rust-lang/crates.io-index"
 5079checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5080
 5081[[package]]
 5082name = "dyn-stack"
 5083version = "0.10.0"
 5084source = "registry+https://github.com/rust-lang/crates.io-index"
 5085checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5086dependencies = [
 5087 "bytemuck",
 5088 "reborrow",
 5089]
 5090
 5091[[package]]
 5092name = "dyn-stack"
 5093version = "0.13.2"
 5094source = "registry+https://github.com/rust-lang/crates.io-index"
 5095checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5096dependencies = [
 5097 "bytemuck",
 5098 "dyn-stack-macros",
 5099]
 5100
 5101[[package]]
 5102name = "dyn-stack-macros"
 5103version = "0.1.3"
 5104source = "registry+https://github.com/rust-lang/crates.io-index"
 5105checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5106
 5107[[package]]
 5108name = "ec4rs"
 5109version = "1.2.0"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5112
 5113[[package]]
 5114name = "ecdsa"
 5115version = "0.14.8"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5118dependencies = [
 5119 "der 0.6.1",
 5120 "elliptic-curve",
 5121 "rfc6979",
 5122 "signature 1.6.4",
 5123]
 5124
 5125[[package]]
 5126name = "edit_prediction"
 5127version = "0.1.0"
 5128dependencies = [
 5129 "ai_onboarding",
 5130 "anyhow",
 5131 "buffer_diff",
 5132 "client",
 5133 "clock",
 5134 "cloud_api_client",
 5135 "cloud_api_types",
 5136 "cloud_llm_client",
 5137 "collections",
 5138 "copilot",
 5139 "copilot_ui",
 5140 "credentials_provider",
 5141 "criterion",
 5142 "ctor",
 5143 "db",
 5144 "edit_prediction_context",
 5145 "edit_prediction_types",
 5146 "feature_flags",
 5147 "fs",
 5148 "futures 0.3.32",
 5149 "gpui",
 5150 "heapless",
 5151 "indoc",
 5152 "itertools 0.14.0",
 5153 "language",
 5154 "language_model",
 5155 "languages",
 5156 "log",
 5157 "lsp",
 5158 "menu",
 5159 "node_runtime",
 5160 "open_ai",
 5161 "parking_lot",
 5162 "postage",
 5163 "pretty_assertions",
 5164 "project",
 5165 "pulldown-cmark 0.13.0",
 5166 "rand 0.9.2",
 5167 "regex",
 5168 "release_channel",
 5169 "semver",
 5170 "serde",
 5171 "serde_json",
 5172 "settings",
 5173 "strum 0.27.2",
 5174 "telemetry",
 5175 "telemetry_events",
 5176 "text",
 5177 "thiserror 2.0.17",
 5178 "time",
 5179 "toml 0.8.23",
 5180 "ui",
 5181 "util",
 5182 "uuid",
 5183 "workspace",
 5184 "worktree",
 5185 "zed_actions",
 5186 "zed_credentials_provider",
 5187 "zeta_prompt",
 5188 "zlog",
 5189 "zstd",
 5190]
 5191
 5192[[package]]
 5193name = "edit_prediction_cli"
 5194version = "0.1.0"
 5195dependencies = [
 5196 "anthropic",
 5197 "anyhow",
 5198 "chrono",
 5199 "clap",
 5200 "client",
 5201 "cloud_llm_client",
 5202 "collections",
 5203 "db",
 5204 "debug_adapter_extension",
 5205 "dirs",
 5206 "edit_prediction",
 5207 "extension",
 5208 "flate2",
 5209 "fs",
 5210 "futures 0.3.32",
 5211 "gaoya",
 5212 "gpui",
 5213 "gpui_platform",
 5214 "gpui_tokio",
 5215 "http_client",
 5216 "indoc",
 5217 "language",
 5218 "language_extension",
 5219 "language_model",
 5220 "language_models",
 5221 "languages",
 5222 "libc",
 5223 "log",
 5224 "node_runtime",
 5225 "open_ai",
 5226 "paths",
 5227 "pretty_assertions",
 5228 "project",
 5229 "prompt_store",
 5230 "rand 0.9.2",
 5231 "release_channel",
 5232 "reqwest_client",
 5233 "rust-embed",
 5234 "serde",
 5235 "serde_json",
 5236 "settings",
 5237 "shellexpand",
 5238 "similar",
 5239 "smol",
 5240 "sqlez",
 5241 "sqlez_macros",
 5242 "strum 0.27.2",
 5243 "telemetry_events",
 5244 "tempfile",
 5245 "terminal_view",
 5246 "toml 0.8.23",
 5247 "util",
 5248 "wasmtime",
 5249 "watch",
 5250 "workspace",
 5251 "zeta_prompt",
 5252]
 5253
 5254[[package]]
 5255name = "edit_prediction_context"
 5256version = "0.1.0"
 5257dependencies = [
 5258 "anyhow",
 5259 "clock",
 5260 "collections",
 5261 "env_logger 0.11.8",
 5262 "futures 0.3.32",
 5263 "gpui",
 5264 "indoc",
 5265 "language",
 5266 "log",
 5267 "lsp",
 5268 "parking_lot",
 5269 "pretty_assertions",
 5270 "project",
 5271 "serde",
 5272 "serde_json",
 5273 "settings",
 5274 "smallvec",
 5275 "text",
 5276 "tree-sitter",
 5277 "util",
 5278 "zeta_prompt",
 5279]
 5280
 5281[[package]]
 5282name = "edit_prediction_types"
 5283version = "0.1.0"
 5284dependencies = [
 5285 "client",
 5286 "gpui",
 5287 "icons",
 5288 "language",
 5289 "text",
 5290]
 5291
 5292[[package]]
 5293name = "edit_prediction_ui"
 5294version = "0.1.0"
 5295dependencies = [
 5296 "anyhow",
 5297 "buffer_diff",
 5298 "client",
 5299 "cloud_llm_client",
 5300 "codestral",
 5301 "collections",
 5302 "command_palette_hooks",
 5303 "copilot",
 5304 "copilot_chat",
 5305 "copilot_ui",
 5306 "edit_prediction",
 5307 "edit_prediction_types",
 5308 "editor",
 5309 "feature_flags",
 5310 "fs",
 5311 "futures 0.3.32",
 5312 "gpui",
 5313 "indoc",
 5314 "language",
 5315 "markdown",
 5316 "menu",
 5317 "multi_buffer",
 5318 "paths",
 5319 "project",
 5320 "regex",
 5321 "settings",
 5322 "telemetry",
 5323 "text",
 5324 "theme",
 5325 "theme_settings",
 5326 "time",
 5327 "ui",
 5328 "util",
 5329 "workspace",
 5330 "zed_actions",
 5331 "zeta_prompt",
 5332]
 5333
 5334[[package]]
 5335name = "editor"
 5336version = "0.1.0"
 5337dependencies = [
 5338 "aho-corasick",
 5339 "anyhow",
 5340 "assets",
 5341 "breadcrumbs",
 5342 "buffer_diff",
 5343 "client",
 5344 "clock",
 5345 "collections",
 5346 "convert_case 0.8.0",
 5347 "criterion",
 5348 "ctor",
 5349 "dap",
 5350 "db",
 5351 "edit_prediction_types",
 5352 "emojis",
 5353 "feature_flags",
 5354 "file_icons",
 5355 "fs",
 5356 "futures 0.3.32",
 5357 "fuzzy",
 5358 "git",
 5359 "gpui",
 5360 "indoc",
 5361 "itertools 0.14.0",
 5362 "language",
 5363 "languages",
 5364 "linkify",
 5365 "log",
 5366 "lsp",
 5367 "markdown",
 5368 "menu",
 5369 "multi_buffer",
 5370 "ordered-float 2.10.1",
 5371 "parking_lot",
 5372 "pretty_assertions",
 5373 "project",
 5374 "proptest",
 5375 "proptest-derive",
 5376 "rand 0.9.2",
 5377 "regex",
 5378 "release_channel",
 5379 "rope",
 5380 "rpc",
 5381 "schemars",
 5382 "semver",
 5383 "serde",
 5384 "serde_json",
 5385 "settings",
 5386 "smallvec",
 5387 "smol",
 5388 "snippet",
 5389 "sum_tree",
 5390 "task",
 5391 "telemetry",
 5392 "text",
 5393 "theme",
 5394 "theme_settings",
 5395 "time",
 5396 "tracing",
 5397 "tree-sitter-bash",
 5398 "tree-sitter-c",
 5399 "tree-sitter-html",
 5400 "tree-sitter-md",
 5401 "tree-sitter-python",
 5402 "tree-sitter-rust",
 5403 "tree-sitter-typescript",
 5404 "tree-sitter-yaml",
 5405 "ui",
 5406 "ui_input",
 5407 "unicode-script",
 5408 "unicode-segmentation",
 5409 "unicode-width",
 5410 "unindent",
 5411 "url",
 5412 "util",
 5413 "uuid",
 5414 "vim_mode_setting",
 5415 "workspace",
 5416 "zed_actions",
 5417 "zlog",
 5418 "ztracing",
 5419]
 5420
 5421[[package]]
 5422name = "either"
 5423version = "1.15.0"
 5424source = "registry+https://github.com/rust-lang/crates.io-index"
 5425checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5426dependencies = [
 5427 "serde",
 5428]
 5429
 5430[[package]]
 5431name = "elasticlunr-rs"
 5432version = "3.0.2"
 5433source = "registry+https://github.com/rust-lang/crates.io-index"
 5434checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5435dependencies = [
 5436 "regex",
 5437 "serde",
 5438 "serde_derive",
 5439 "serde_json",
 5440]
 5441
 5442[[package]]
 5443name = "elliptic-curve"
 5444version = "0.12.3"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5447dependencies = [
 5448 "base16ct",
 5449 "crypto-bigint 0.4.9",
 5450 "der 0.6.1",
 5451 "digest",
 5452 "ff",
 5453 "generic-array",
 5454 "group",
 5455 "pkcs8 0.9.0",
 5456 "rand_core 0.6.4",
 5457 "sec1",
 5458 "subtle",
 5459 "zeroize",
 5460]
 5461
 5462[[package]]
 5463name = "email_address"
 5464version = "0.2.9"
 5465source = "registry+https://github.com/rust-lang/crates.io-index"
 5466checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5467dependencies = [
 5468 "serde",
 5469]
 5470
 5471[[package]]
 5472name = "embed-resource"
 5473version = "3.0.6"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5476dependencies = [
 5477 "cc",
 5478 "memchr",
 5479 "rustc_version",
 5480 "toml 0.9.8",
 5481 "vswhom",
 5482 "winreg 0.55.0",
 5483]
 5484
 5485[[package]]
 5486name = "embedded-io"
 5487version = "0.4.0"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5490
 5491[[package]]
 5492name = "embedded-io"
 5493version = "0.6.1"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5496
 5497[[package]]
 5498name = "emojis"
 5499version = "0.6.4"
 5500source = "registry+https://github.com/rust-lang/crates.io-index"
 5501checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5502dependencies = [
 5503 "phf 0.11.3",
 5504]
 5505
 5506[[package]]
 5507name = "encode_unicode"
 5508version = "1.0.0"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5511
 5512[[package]]
 5513name = "encoding_rs"
 5514version = "0.8.35"
 5515source = "registry+https://github.com/rust-lang/crates.io-index"
 5516checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5517dependencies = [
 5518 "cfg-if",
 5519]
 5520
 5521[[package]]
 5522name = "encoding_selector"
 5523version = "0.1.0"
 5524dependencies = [
 5525 "editor",
 5526 "encoding_rs",
 5527 "fuzzy",
 5528 "gpui",
 5529 "language",
 5530 "picker",
 5531 "project",
 5532 "ui",
 5533 "util",
 5534 "workspace",
 5535]
 5536
 5537[[package]]
 5538name = "endi"
 5539version = "1.1.0"
 5540source = "registry+https://github.com/rust-lang/crates.io-index"
 5541checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5542
 5543[[package]]
 5544name = "enum-as-inner"
 5545version = "0.6.1"
 5546source = "registry+https://github.com/rust-lang/crates.io-index"
 5547checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5548dependencies = [
 5549 "heck 0.5.0",
 5550 "proc-macro2",
 5551 "quote",
 5552 "syn 2.0.117",
 5553]
 5554
 5555[[package]]
 5556name = "enumflags2"
 5557version = "0.7.12"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5560dependencies = [
 5561 "enumflags2_derive",
 5562 "serde",
 5563]
 5564
 5565[[package]]
 5566name = "enumflags2_derive"
 5567version = "0.7.12"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5570dependencies = [
 5571 "proc-macro2",
 5572 "quote",
 5573 "syn 2.0.117",
 5574]
 5575
 5576[[package]]
 5577name = "env_filter"
 5578version = "0.1.4"
 5579source = "registry+https://github.com/rust-lang/crates.io-index"
 5580checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5581dependencies = [
 5582 "log",
 5583 "regex",
 5584]
 5585
 5586[[package]]
 5587name = "env_logger"
 5588version = "0.10.2"
 5589source = "registry+https://github.com/rust-lang/crates.io-index"
 5590checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5591dependencies = [
 5592 "humantime",
 5593 "is-terminal",
 5594 "log",
 5595 "regex",
 5596 "termcolor",
 5597]
 5598
 5599[[package]]
 5600name = "env_logger"
 5601version = "0.11.8"
 5602source = "registry+https://github.com/rust-lang/crates.io-index"
 5603checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5604dependencies = [
 5605 "anstream",
 5606 "anstyle",
 5607 "env_filter",
 5608 "jiff",
 5609 "log",
 5610]
 5611
 5612[[package]]
 5613name = "env_var"
 5614version = "0.1.0"
 5615dependencies = [
 5616 "gpui_shared_string",
 5617]
 5618
 5619[[package]]
 5620name = "envy"
 5621version = "0.4.2"
 5622source = "registry+https://github.com/rust-lang/crates.io-index"
 5623checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5624dependencies = [
 5625 "serde",
 5626]
 5627
 5628[[package]]
 5629name = "equator"
 5630version = "0.4.2"
 5631source = "registry+https://github.com/rust-lang/crates.io-index"
 5632checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5633dependencies = [
 5634 "equator-macro",
 5635]
 5636
 5637[[package]]
 5638name = "equator-macro"
 5639version = "0.4.2"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5642dependencies = [
 5643 "proc-macro2",
 5644 "quote",
 5645 "syn 2.0.117",
 5646]
 5647
 5648[[package]]
 5649name = "equivalent"
 5650version = "1.0.2"
 5651source = "registry+https://github.com/rust-lang/crates.io-index"
 5652checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5653
 5654[[package]]
 5655name = "erased-serde"
 5656version = "0.4.9"
 5657source = "registry+https://github.com/rust-lang/crates.io-index"
 5658checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5659dependencies = [
 5660 "serde",
 5661 "serde_core",
 5662 "typeid",
 5663]
 5664
 5665[[package]]
 5666name = "errno"
 5667version = "0.2.8"
 5668source = "registry+https://github.com/rust-lang/crates.io-index"
 5669checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5670dependencies = [
 5671 "errno-dragonfly",
 5672 "libc",
 5673 "winapi",
 5674]
 5675
 5676[[package]]
 5677name = "errno"
 5678version = "0.3.14"
 5679source = "registry+https://github.com/rust-lang/crates.io-index"
 5680checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5681dependencies = [
 5682 "libc",
 5683 "windows-sys 0.61.2",
 5684]
 5685
 5686[[package]]
 5687name = "errno-dragonfly"
 5688version = "0.1.2"
 5689source = "registry+https://github.com/rust-lang/crates.io-index"
 5690checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5691dependencies = [
 5692 "cc",
 5693 "libc",
 5694]
 5695
 5696[[package]]
 5697name = "error-graph"
 5698version = "0.1.1"
 5699source = "registry+https://github.com/rust-lang/crates.io-index"
 5700checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5701dependencies = [
 5702 "serde",
 5703]
 5704
 5705[[package]]
 5706name = "etagere"
 5707version = "0.2.15"
 5708source = "registry+https://github.com/rust-lang/crates.io-index"
 5709checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5710dependencies = [
 5711 "euclid",
 5712 "svg_fmt",
 5713]
 5714
 5715[[package]]
 5716name = "etcetera"
 5717version = "0.8.0"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5720dependencies = [
 5721 "cfg-if",
 5722 "home",
 5723 "windows-sys 0.48.0",
 5724]
 5725
 5726[[package]]
 5727name = "etw_tracing"
 5728version = "0.1.0"
 5729dependencies = [
 5730 "anyhow",
 5731 "gpui",
 5732 "log",
 5733 "net",
 5734 "serde",
 5735 "serde_json",
 5736 "util",
 5737 "windows 0.61.3",
 5738 "windows-core 0.61.2",
 5739 "workspace",
 5740 "wprcontrol",
 5741]
 5742
 5743[[package]]
 5744name = "euclid"
 5745version = "0.22.11"
 5746source = "registry+https://github.com/rust-lang/crates.io-index"
 5747checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5748dependencies = [
 5749 "num-traits",
 5750]
 5751
 5752[[package]]
 5753name = "eval_cli"
 5754version = "0.1.0"
 5755dependencies = [
 5756 "acp_thread",
 5757 "agent",
 5758 "agent-client-protocol",
 5759 "agent_ui",
 5760 "anyhow",
 5761 "clap",
 5762 "client",
 5763 "ctrlc",
 5764 "db",
 5765 "debug_adapter_extension",
 5766 "env_logger 0.11.8",
 5767 "extension",
 5768 "feature_flags",
 5769 "fs",
 5770 "futures 0.3.32",
 5771 "gpui",
 5772 "gpui_platform",
 5773 "gpui_tokio",
 5774 "language",
 5775 "language_extension",
 5776 "language_model",
 5777 "language_models",
 5778 "languages",
 5779 "node_runtime",
 5780 "paths",
 5781 "project",
 5782 "prompt_store",
 5783 "release_channel",
 5784 "reqwest_client",
 5785 "serde",
 5786 "serde_json",
 5787 "settings",
 5788 "shellexpand",
 5789 "terminal_view",
 5790 "util",
 5791 "watch",
 5792]
 5793
 5794[[package]]
 5795name = "eval_utils"
 5796version = "0.1.0"
 5797dependencies = [
 5798 "gpui_platform",
 5799 "serde",
 5800 "smol",
 5801]
 5802
 5803[[package]]
 5804name = "event-listener"
 5805version = "2.5.3"
 5806source = "registry+https://github.com/rust-lang/crates.io-index"
 5807checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5808
 5809[[package]]
 5810name = "event-listener"
 5811version = "5.4.1"
 5812source = "registry+https://github.com/rust-lang/crates.io-index"
 5813checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5814dependencies = [
 5815 "concurrent-queue",
 5816 "parking",
 5817 "pin-project-lite",
 5818]
 5819
 5820[[package]]
 5821name = "event-listener-strategy"
 5822version = "0.5.4"
 5823source = "registry+https://github.com/rust-lang/crates.io-index"
 5824checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5825dependencies = [
 5826 "event-listener 5.4.1",
 5827 "pin-project-lite",
 5828]
 5829
 5830[[package]]
 5831name = "exec"
 5832version = "0.3.1"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5835dependencies = [
 5836 "errno 0.2.8",
 5837 "libc",
 5838]
 5839
 5840[[package]]
 5841name = "explorer_command_injector"
 5842version = "0.1.0"
 5843dependencies = [
 5844 "windows 0.61.3",
 5845 "windows-core 0.61.2",
 5846 "windows-registry 0.5.3",
 5847]
 5848
 5849[[package]]
 5850name = "exr"
 5851version = "1.73.0"
 5852source = "registry+https://github.com/rust-lang/crates.io-index"
 5853checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5854dependencies = [
 5855 "bit_field",
 5856 "half",
 5857 "lebe",
 5858 "miniz_oxide",
 5859 "rayon-core",
 5860 "smallvec",
 5861 "zune-inflate",
 5862]
 5863
 5864[[package]]
 5865name = "extended"
 5866version = "0.1.0"
 5867source = "registry+https://github.com/rust-lang/crates.io-index"
 5868checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5869
 5870[[package]]
 5871name = "extension"
 5872version = "0.1.0"
 5873dependencies = [
 5874 "anyhow",
 5875 "async-trait",
 5876 "cloud_api_types",
 5877 "collections",
 5878 "dap",
 5879 "fs",
 5880 "futures 0.3.32",
 5881 "gpui",
 5882 "heck 0.5.0",
 5883 "http_client",
 5884 "indoc",
 5885 "language",
 5886 "log",
 5887 "lsp",
 5888 "parking_lot",
 5889 "pretty_assertions",
 5890 "proto",
 5891 "semver",
 5892 "serde",
 5893 "serde_json",
 5894 "task",
 5895 "tempfile",
 5896 "toml 0.8.23",
 5897 "tracing",
 5898 "url",
 5899 "util",
 5900 "wasm-encoder 0.221.3",
 5901 "wasmparser 0.221.3",
 5902 "ztracing",
 5903]
 5904
 5905[[package]]
 5906name = "extension_cli"
 5907version = "0.1.0"
 5908dependencies = [
 5909 "anyhow",
 5910 "clap",
 5911 "cloud_api_types",
 5912 "env_logger 0.11.8",
 5913 "extension",
 5914 "fs",
 5915 "gpui_platform",
 5916 "language",
 5917 "log",
 5918 "reqwest_client",
 5919 "serde",
 5920 "serde_json",
 5921 "serde_json_lenient",
 5922 "settings_content",
 5923 "snippet_provider",
 5924 "task",
 5925 "theme_settings",
 5926 "tokio",
 5927 "toml 0.8.23",
 5928 "tree-sitter",
 5929 "wasmtime",
 5930]
 5931
 5932[[package]]
 5933name = "extension_host"
 5934version = "0.1.0"
 5935dependencies = [
 5936 "anyhow",
 5937 "async-compression",
 5938 "async-tar",
 5939 "async-trait",
 5940 "client",
 5941 "cloud_api_types",
 5942 "collections",
 5943 "criterion",
 5944 "ctor",
 5945 "dap",
 5946 "extension",
 5947 "fs",
 5948 "futures 0.3.32",
 5949 "gpui",
 5950 "gpui_tokio",
 5951 "http_client",
 5952 "language",
 5953 "language_extension",
 5954 "log",
 5955 "lsp",
 5956 "moka",
 5957 "node_runtime",
 5958 "parking_lot",
 5959 "paths",
 5960 "project",
 5961 "release_channel",
 5962 "remote",
 5963 "reqwest_client",
 5964 "semver",
 5965 "serde",
 5966 "serde_json",
 5967 "serde_json_lenient",
 5968 "settings",
 5969 "task",
 5970 "telemetry",
 5971 "tempfile",
 5972 "theme",
 5973 "theme_extension",
 5974 "theme_settings",
 5975 "toml 0.8.23",
 5976 "tracing",
 5977 "url",
 5978 "util",
 5979 "wasmparser 0.221.3",
 5980 "wasmtime",
 5981 "wasmtime-wasi",
 5982 "zlog",
 5983 "ztracing",
 5984]
 5985
 5986[[package]]
 5987name = "extensions_ui"
 5988version = "0.1.0"
 5989dependencies = [
 5990 "anyhow",
 5991 "client",
 5992 "cloud_api_types",
 5993 "collections",
 5994 "db",
 5995 "editor",
 5996 "extension",
 5997 "extension_host",
 5998 "fs",
 5999 "fuzzy",
 6000 "gpui",
 6001 "language",
 6002 "log",
 6003 "num-format",
 6004 "picker",
 6005 "project",
 6006 "release_channel",
 6007 "semver",
 6008 "serde",
 6009 "settings",
 6010 "smallvec",
 6011 "strum 0.27.2",
 6012 "telemetry",
 6013 "theme_settings",
 6014 "ui",
 6015 "util",
 6016 "vim_mode_setting",
 6017 "workspace",
 6018 "zed_actions",
 6019]
 6020
 6021[[package]]
 6022name = "failspot"
 6023version = "0.2.0"
 6024source = "registry+https://github.com/rust-lang/crates.io-index"
 6025checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6026
 6027[[package]]
 6028name = "fallible-iterator"
 6029version = "0.3.0"
 6030source = "registry+https://github.com/rust-lang/crates.io-index"
 6031checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6032
 6033[[package]]
 6034name = "fancy-regex"
 6035version = "0.16.2"
 6036source = "registry+https://github.com/rust-lang/crates.io-index"
 6037checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6038dependencies = [
 6039 "bit-set 0.8.0",
 6040 "regex-automata",
 6041 "regex-syntax",
 6042]
 6043
 6044[[package]]
 6045name = "fancy-regex"
 6046version = "0.17.0"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6049dependencies = [
 6050 "bit-set 0.8.0",
 6051 "regex-automata",
 6052 "regex-syntax",
 6053]
 6054
 6055[[package]]
 6056name = "fast-srgb8"
 6057version = "1.0.0"
 6058source = "registry+https://github.com/rust-lang/crates.io-index"
 6059checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6060
 6061[[package]]
 6062name = "fastrand"
 6063version = "1.9.0"
 6064source = "registry+https://github.com/rust-lang/crates.io-index"
 6065checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6066dependencies = [
 6067 "instant",
 6068]
 6069
 6070[[package]]
 6071name = "fastrand"
 6072version = "2.3.0"
 6073source = "registry+https://github.com/rust-lang/crates.io-index"
 6074checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6075
 6076[[package]]
 6077name = "fax"
 6078version = "0.2.6"
 6079source = "registry+https://github.com/rust-lang/crates.io-index"
 6080checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6081dependencies = [
 6082 "fax_derive",
 6083]
 6084
 6085[[package]]
 6086name = "fax_derive"
 6087version = "0.2.0"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6090dependencies = [
 6091 "proc-macro2",
 6092 "quote",
 6093 "syn 2.0.117",
 6094]
 6095
 6096[[package]]
 6097name = "fd-lock"
 6098version = "4.0.4"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6101dependencies = [
 6102 "cfg-if",
 6103 "rustix 1.1.2",
 6104 "windows-sys 0.59.0",
 6105]
 6106
 6107[[package]]
 6108name = "fdeflate"
 6109version = "0.3.7"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6112dependencies = [
 6113 "simd-adler32",
 6114]
 6115
 6116[[package]]
 6117name = "feature_flags"
 6118version = "0.1.0"
 6119dependencies = [
 6120 "gpui",
 6121]
 6122
 6123[[package]]
 6124name = "feedback"
 6125version = "0.1.0"
 6126dependencies = [
 6127 "gpui",
 6128 "system_specs",
 6129 "urlencoding",
 6130 "util",
 6131 "workspace",
 6132 "zed_actions",
 6133]
 6134
 6135[[package]]
 6136name = "ff"
 6137version = "0.12.1"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6140dependencies = [
 6141 "rand_core 0.6.4",
 6142 "subtle",
 6143]
 6144
 6145[[package]]
 6146name = "file_finder"
 6147version = "0.1.0"
 6148dependencies = [
 6149 "anyhow",
 6150 "channel",
 6151 "client",
 6152 "collections",
 6153 "ctor",
 6154 "editor",
 6155 "file_icons",
 6156 "futures 0.3.32",
 6157 "fuzzy",
 6158 "fuzzy_nucleo",
 6159 "gpui",
 6160 "menu",
 6161 "open_path_prompt",
 6162 "picker",
 6163 "pretty_assertions",
 6164 "project",
 6165 "project_panel",
 6166 "remote_connection",
 6167 "serde",
 6168 "serde_json",
 6169 "settings",
 6170 "theme",
 6171 "theme_settings",
 6172 "ui",
 6173 "util",
 6174 "workspace",
 6175 "zed_actions",
 6176 "zlog",
 6177]
 6178
 6179[[package]]
 6180name = "file_icons"
 6181version = "0.1.0"
 6182dependencies = [
 6183 "gpui",
 6184 "serde",
 6185 "theme",
 6186 "util",
 6187]
 6188
 6189[[package]]
 6190name = "filedescriptor"
 6191version = "0.8.3"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6194dependencies = [
 6195 "libc",
 6196 "thiserror 1.0.69",
 6197 "winapi",
 6198]
 6199
 6200[[package]]
 6201name = "filetime"
 6202version = "0.2.26"
 6203source = "registry+https://github.com/rust-lang/crates.io-index"
 6204checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6205dependencies = [
 6206 "cfg-if",
 6207 "libc",
 6208 "libredox",
 6209 "windows-sys 0.60.2",
 6210]
 6211
 6212[[package]]
 6213name = "find-msvc-tools"
 6214version = "0.1.5"
 6215source = "registry+https://github.com/rust-lang/crates.io-index"
 6216checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6217
 6218[[package]]
 6219name = "fixedbitset"
 6220version = "0.4.2"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6223
 6224[[package]]
 6225name = "fixedbitset"
 6226version = "0.5.7"
 6227source = "registry+https://github.com/rust-lang/crates.io-index"
 6228checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6229
 6230[[package]]
 6231name = "flate2"
 6232version = "1.1.8"
 6233source = "registry+https://github.com/rust-lang/crates.io-index"
 6234checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6235dependencies = [
 6236 "crc32fast",
 6237 "miniz_oxide",
 6238]
 6239
 6240[[package]]
 6241name = "float-cmp"
 6242version = "0.9.0"
 6243source = "registry+https://github.com/rust-lang/crates.io-index"
 6244checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6245
 6246[[package]]
 6247name = "float-ord"
 6248version = "0.3.2"
 6249source = "registry+https://github.com/rust-lang/crates.io-index"
 6250checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6251
 6252[[package]]
 6253name = "float8"
 6254version = "0.4.2"
 6255source = "registry+https://github.com/rust-lang/crates.io-index"
 6256checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6257dependencies = [
 6258 "half",
 6259 "num-traits",
 6260 "rand 0.9.2",
 6261 "rand_distr",
 6262]
 6263
 6264[[package]]
 6265name = "float_next_after"
 6266version = "1.0.0"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6269
 6270[[package]]
 6271name = "fluent-uri"
 6272version = "0.4.1"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6275dependencies = [
 6276 "borrow-or-share",
 6277 "ref-cast",
 6278 "serde",
 6279]
 6280
 6281[[package]]
 6282name = "flume"
 6283version = "0.11.1"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6286dependencies = [
 6287 "futures-core",
 6288 "futures-sink",
 6289 "nanorand",
 6290 "spin 0.9.8",
 6291]
 6292
 6293[[package]]
 6294name = "fnv"
 6295version = "1.0.7"
 6296source = "registry+https://github.com/rust-lang/crates.io-index"
 6297checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6298
 6299[[package]]
 6300name = "foldhash"
 6301version = "0.1.5"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6304
 6305[[package]]
 6306name = "foldhash"
 6307version = "0.2.0"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6310
 6311[[package]]
 6312name = "font-types"
 6313version = "0.10.0"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6316dependencies = [
 6317 "bytemuck",
 6318]
 6319
 6320[[package]]
 6321name = "font-types"
 6322version = "0.11.0"
 6323source = "registry+https://github.com/rust-lang/crates.io-index"
 6324checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6325dependencies = [
 6326 "bytemuck",
 6327]
 6328
 6329[[package]]
 6330name = "fontconfig-parser"
 6331version = "0.5.8"
 6332source = "registry+https://github.com/rust-lang/crates.io-index"
 6333checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6334dependencies = [
 6335 "roxmltree",
 6336]
 6337
 6338[[package]]
 6339name = "fontdb"
 6340version = "0.16.2"
 6341source = "registry+https://github.com/rust-lang/crates.io-index"
 6342checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6343dependencies = [
 6344 "fontconfig-parser",
 6345 "log",
 6346 "memmap2",
 6347 "slotmap",
 6348 "tinyvec",
 6349 "ttf-parser 0.20.0",
 6350]
 6351
 6352[[package]]
 6353name = "fontdb"
 6354version = "0.23.0"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6357dependencies = [
 6358 "fontconfig-parser",
 6359 "log",
 6360 "memmap2",
 6361 "slotmap",
 6362 "tinyvec",
 6363 "ttf-parser 0.25.1",
 6364]
 6365
 6366[[package]]
 6367name = "foreign-types"
 6368version = "0.3.2"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6371dependencies = [
 6372 "foreign-types-shared 0.1.1",
 6373]
 6374
 6375[[package]]
 6376name = "foreign-types"
 6377version = "0.5.0"
 6378source = "registry+https://github.com/rust-lang/crates.io-index"
 6379checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6380dependencies = [
 6381 "foreign-types-macros",
 6382 "foreign-types-shared 0.3.1",
 6383]
 6384
 6385[[package]]
 6386name = "foreign-types-macros"
 6387version = "0.2.3"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6390dependencies = [
 6391 "proc-macro2",
 6392 "quote",
 6393 "syn 2.0.117",
 6394]
 6395
 6396[[package]]
 6397name = "foreign-types-shared"
 6398version = "0.1.1"
 6399source = "registry+https://github.com/rust-lang/crates.io-index"
 6400checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6401
 6402[[package]]
 6403name = "foreign-types-shared"
 6404version = "0.3.1"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6407
 6408[[package]]
 6409name = "fork"
 6410version = "0.4.0"
 6411source = "registry+https://github.com/rust-lang/crates.io-index"
 6412checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6413dependencies = [
 6414 "libc",
 6415]
 6416
 6417[[package]]
 6418name = "form_urlencoded"
 6419version = "1.2.2"
 6420source = "registry+https://github.com/rust-lang/crates.io-index"
 6421checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6422dependencies = [
 6423 "percent-encoding",
 6424]
 6425
 6426[[package]]
 6427name = "fraction"
 6428version = "0.15.3"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6431dependencies = [
 6432 "lazy_static",
 6433 "num",
 6434]
 6435
 6436[[package]]
 6437name = "freetype-sys"
 6438version = "0.20.1"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6441dependencies = [
 6442 "cc",
 6443 "libc",
 6444 "pkg-config",
 6445]
 6446
 6447[[package]]
 6448name = "fs"
 6449version = "0.1.0"
 6450dependencies = [
 6451 "anyhow",
 6452 "ashpd",
 6453 "async-tar",
 6454 "async-trait",
 6455 "collections",
 6456 "dunce",
 6457 "fs",
 6458 "futures 0.3.32",
 6459 "git",
 6460 "gpui",
 6461 "ignore",
 6462 "is_executable",
 6463 "libc",
 6464 "log",
 6465 "notify 8.2.0",
 6466 "parking_lot",
 6467 "paths",
 6468 "proto",
 6469 "rope",
 6470 "serde",
 6471 "serde_json",
 6472 "smol",
 6473 "tempfile",
 6474 "text",
 6475 "thiserror 2.0.17",
 6476 "time",
 6477 "trash",
 6478 "util",
 6479 "windows 0.61.3",
 6480]
 6481
 6482[[package]]
 6483name = "fs-set-times"
 6484version = "0.20.3"
 6485source = "registry+https://github.com/rust-lang/crates.io-index"
 6486checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6487dependencies = [
 6488 "io-lifetimes",
 6489 "rustix 1.1.2",
 6490 "windows-sys 0.59.0",
 6491]
 6492
 6493[[package]]
 6494name = "fs2"
 6495version = "0.4.3"
 6496source = "registry+https://github.com/rust-lang/crates.io-index"
 6497checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6498dependencies = [
 6499 "libc",
 6500 "winapi",
 6501]
 6502
 6503[[package]]
 6504name = "fs_benchmarks"
 6505version = "0.1.0"
 6506dependencies = [
 6507 "fs",
 6508 "gpui",
 6509 "gpui_platform",
 6510]
 6511
 6512[[package]]
 6513name = "fs_extra"
 6514version = "1.3.0"
 6515source = "registry+https://github.com/rust-lang/crates.io-index"
 6516checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6517
 6518[[package]]
 6519name = "fsevent-sys"
 6520version = "4.1.0"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6523dependencies = [
 6524 "libc",
 6525]
 6526
 6527[[package]]
 6528name = "fuchsia-cprng"
 6529version = "0.1.1"
 6530source = "registry+https://github.com/rust-lang/crates.io-index"
 6531checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6532
 6533[[package]]
 6534name = "funty"
 6535version = "2.0.0"
 6536source = "registry+https://github.com/rust-lang/crates.io-index"
 6537checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6538
 6539[[package]]
 6540name = "futf"
 6541version = "0.1.5"
 6542source = "registry+https://github.com/rust-lang/crates.io-index"
 6543checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6544dependencies = [
 6545 "mac",
 6546 "new_debug_unreachable",
 6547]
 6548
 6549[[package]]
 6550name = "futures"
 6551version = "0.1.31"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6554
 6555[[package]]
 6556name = "futures"
 6557version = "0.3.32"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6560dependencies = [
 6561 "futures-channel",
 6562 "futures-core",
 6563 "futures-executor",
 6564 "futures-io",
 6565 "futures-sink",
 6566 "futures-task",
 6567 "futures-util",
 6568]
 6569
 6570[[package]]
 6571name = "futures-channel"
 6572version = "0.3.32"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6575dependencies = [
 6576 "futures-core",
 6577 "futures-sink",
 6578]
 6579
 6580[[package]]
 6581name = "futures-concurrency"
 6582version = "7.7.1"
 6583source = "registry+https://github.com/rust-lang/crates.io-index"
 6584checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6585dependencies = [
 6586 "fixedbitset 0.5.7",
 6587 "futures-core",
 6588 "futures-lite 2.6.1",
 6589 "pin-project",
 6590 "smallvec",
 6591]
 6592
 6593[[package]]
 6594name = "futures-core"
 6595version = "0.3.32"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6598
 6599[[package]]
 6600name = "futures-executor"
 6601version = "0.3.32"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6604dependencies = [
 6605 "futures-core",
 6606 "futures-task",
 6607 "futures-util",
 6608]
 6609
 6610[[package]]
 6611name = "futures-intrusive"
 6612version = "0.5.0"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6615dependencies = [
 6616 "futures-core",
 6617 "lock_api",
 6618 "parking_lot",
 6619]
 6620
 6621[[package]]
 6622name = "futures-io"
 6623version = "0.3.32"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6626
 6627[[package]]
 6628name = "futures-lite"
 6629version = "1.13.0"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6632dependencies = [
 6633 "fastrand 1.9.0",
 6634 "futures-core",
 6635 "futures-io",
 6636 "memchr",
 6637 "parking",
 6638 "pin-project-lite",
 6639 "waker-fn",
 6640]
 6641
 6642[[package]]
 6643name = "futures-lite"
 6644version = "2.6.1"
 6645source = "registry+https://github.com/rust-lang/crates.io-index"
 6646checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6647dependencies = [
 6648 "fastrand 2.3.0",
 6649 "futures-core",
 6650 "futures-io",
 6651 "parking",
 6652 "pin-project-lite",
 6653]
 6654
 6655[[package]]
 6656name = "futures-macro"
 6657version = "0.3.32"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6660dependencies = [
 6661 "proc-macro2",
 6662 "quote",
 6663 "syn 2.0.117",
 6664]
 6665
 6666[[package]]
 6667name = "futures-sink"
 6668version = "0.3.32"
 6669source = "registry+https://github.com/rust-lang/crates.io-index"
 6670checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6671
 6672[[package]]
 6673name = "futures-task"
 6674version = "0.3.32"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6677
 6678[[package]]
 6679name = "futures-util"
 6680version = "0.3.32"
 6681source = "registry+https://github.com/rust-lang/crates.io-index"
 6682checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6683dependencies = [
 6684 "futures 0.1.31",
 6685 "futures-channel",
 6686 "futures-core",
 6687 "futures-io",
 6688 "futures-macro",
 6689 "futures-sink",
 6690 "futures-task",
 6691 "libc",
 6692 "memchr",
 6693 "pin-project-lite",
 6694 "slab",
 6695 "tokio-io",
 6696]
 6697
 6698[[package]]
 6699name = "fuzzy"
 6700version = "0.1.0"
 6701dependencies = [
 6702 "gpui",
 6703 "log",
 6704 "util",
 6705]
 6706
 6707[[package]]
 6708name = "fuzzy_nucleo"
 6709version = "0.1.0"
 6710dependencies = [
 6711 "gpui",
 6712 "nucleo",
 6713 "util",
 6714]
 6715
 6716[[package]]
 6717name = "gaoya"
 6718version = "0.2.0"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6721dependencies = [
 6722 "ahash 0.8.12",
 6723 "crossbeam-utils",
 6724 "fnv",
 6725 "itertools 0.10.5",
 6726 "num-traits",
 6727 "rand 0.8.5",
 6728 "rand_pcg",
 6729 "random_choice",
 6730 "rayon",
 6731 "seahash",
 6732 "sha-1",
 6733 "shingles",
 6734 "siphasher 0.3.11",
 6735 "smallvec",
 6736 "triomphe",
 6737]
 6738
 6739[[package]]
 6740name = "gemm"
 6741version = "0.17.1"
 6742source = "registry+https://github.com/rust-lang/crates.io-index"
 6743checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6744dependencies = [
 6745 "dyn-stack 0.10.0",
 6746 "gemm-c32 0.17.1",
 6747 "gemm-c64 0.17.1",
 6748 "gemm-common 0.17.1",
 6749 "gemm-f16 0.17.1",
 6750 "gemm-f32 0.17.1",
 6751 "gemm-f64 0.17.1",
 6752 "num-complex",
 6753 "num-traits",
 6754 "paste",
 6755 "raw-cpuid 10.7.0",
 6756 "seq-macro",
 6757]
 6758
 6759[[package]]
 6760name = "gemm"
 6761version = "0.18.2"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6764dependencies = [
 6765 "dyn-stack 0.13.2",
 6766 "gemm-c32 0.18.2",
 6767 "gemm-c64 0.18.2",
 6768 "gemm-common 0.18.2",
 6769 "gemm-f16 0.18.2",
 6770 "gemm-f32 0.18.2",
 6771 "gemm-f64 0.18.2",
 6772 "num-complex",
 6773 "num-traits",
 6774 "paste",
 6775 "raw-cpuid 11.6.0",
 6776 "seq-macro",
 6777]
 6778
 6779[[package]]
 6780name = "gemm-c32"
 6781version = "0.17.1"
 6782source = "registry+https://github.com/rust-lang/crates.io-index"
 6783checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6784dependencies = [
 6785 "dyn-stack 0.10.0",
 6786 "gemm-common 0.17.1",
 6787 "num-complex",
 6788 "num-traits",
 6789 "paste",
 6790 "raw-cpuid 10.7.0",
 6791 "seq-macro",
 6792]
 6793
 6794[[package]]
 6795name = "gemm-c32"
 6796version = "0.18.2"
 6797source = "registry+https://github.com/rust-lang/crates.io-index"
 6798checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6799dependencies = [
 6800 "dyn-stack 0.13.2",
 6801 "gemm-common 0.18.2",
 6802 "num-complex",
 6803 "num-traits",
 6804 "paste",
 6805 "raw-cpuid 11.6.0",
 6806 "seq-macro",
 6807]
 6808
 6809[[package]]
 6810name = "gemm-c64"
 6811version = "0.17.1"
 6812source = "registry+https://github.com/rust-lang/crates.io-index"
 6813checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6814dependencies = [
 6815 "dyn-stack 0.10.0",
 6816 "gemm-common 0.17.1",
 6817 "num-complex",
 6818 "num-traits",
 6819 "paste",
 6820 "raw-cpuid 10.7.0",
 6821 "seq-macro",
 6822]
 6823
 6824[[package]]
 6825name = "gemm-c64"
 6826version = "0.18.2"
 6827source = "registry+https://github.com/rust-lang/crates.io-index"
 6828checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6829dependencies = [
 6830 "dyn-stack 0.13.2",
 6831 "gemm-common 0.18.2",
 6832 "num-complex",
 6833 "num-traits",
 6834 "paste",
 6835 "raw-cpuid 11.6.0",
 6836 "seq-macro",
 6837]
 6838
 6839[[package]]
 6840name = "gemm-common"
 6841version = "0.17.1"
 6842source = "registry+https://github.com/rust-lang/crates.io-index"
 6843checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6844dependencies = [
 6845 "bytemuck",
 6846 "dyn-stack 0.10.0",
 6847 "half",
 6848 "num-complex",
 6849 "num-traits",
 6850 "once_cell",
 6851 "paste",
 6852 "pulp 0.18.22",
 6853 "raw-cpuid 10.7.0",
 6854 "rayon",
 6855 "seq-macro",
 6856 "sysctl 0.5.5",
 6857]
 6858
 6859[[package]]
 6860name = "gemm-common"
 6861version = "0.18.2"
 6862source = "registry+https://github.com/rust-lang/crates.io-index"
 6863checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6864dependencies = [
 6865 "bytemuck",
 6866 "dyn-stack 0.13.2",
 6867 "half",
 6868 "libm",
 6869 "num-complex",
 6870 "num-traits",
 6871 "once_cell",
 6872 "paste",
 6873 "pulp 0.21.5",
 6874 "raw-cpuid 11.6.0",
 6875 "rayon",
 6876 "seq-macro",
 6877 "sysctl 0.6.0",
 6878]
 6879
 6880[[package]]
 6881name = "gemm-f16"
 6882version = "0.17.1"
 6883source = "registry+https://github.com/rust-lang/crates.io-index"
 6884checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6885dependencies = [
 6886 "dyn-stack 0.10.0",
 6887 "gemm-common 0.17.1",
 6888 "gemm-f32 0.17.1",
 6889 "half",
 6890 "num-complex",
 6891 "num-traits",
 6892 "paste",
 6893 "raw-cpuid 10.7.0",
 6894 "rayon",
 6895 "seq-macro",
 6896]
 6897
 6898[[package]]
 6899name = "gemm-f16"
 6900version = "0.18.2"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6903dependencies = [
 6904 "dyn-stack 0.13.2",
 6905 "gemm-common 0.18.2",
 6906 "gemm-f32 0.18.2",
 6907 "half",
 6908 "num-complex",
 6909 "num-traits",
 6910 "paste",
 6911 "raw-cpuid 11.6.0",
 6912 "rayon",
 6913 "seq-macro",
 6914]
 6915
 6916[[package]]
 6917name = "gemm-f32"
 6918version = "0.17.1"
 6919source = "registry+https://github.com/rust-lang/crates.io-index"
 6920checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6921dependencies = [
 6922 "dyn-stack 0.10.0",
 6923 "gemm-common 0.17.1",
 6924 "num-complex",
 6925 "num-traits",
 6926 "paste",
 6927 "raw-cpuid 10.7.0",
 6928 "seq-macro",
 6929]
 6930
 6931[[package]]
 6932name = "gemm-f32"
 6933version = "0.18.2"
 6934source = "registry+https://github.com/rust-lang/crates.io-index"
 6935checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6936dependencies = [
 6937 "dyn-stack 0.13.2",
 6938 "gemm-common 0.18.2",
 6939 "num-complex",
 6940 "num-traits",
 6941 "paste",
 6942 "raw-cpuid 11.6.0",
 6943 "seq-macro",
 6944]
 6945
 6946[[package]]
 6947name = "gemm-f64"
 6948version = "0.17.1"
 6949source = "registry+https://github.com/rust-lang/crates.io-index"
 6950checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6951dependencies = [
 6952 "dyn-stack 0.10.0",
 6953 "gemm-common 0.17.1",
 6954 "num-complex",
 6955 "num-traits",
 6956 "paste",
 6957 "raw-cpuid 10.7.0",
 6958 "seq-macro",
 6959]
 6960
 6961[[package]]
 6962name = "gemm-f64"
 6963version = "0.18.2"
 6964source = "registry+https://github.com/rust-lang/crates.io-index"
 6965checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6966dependencies = [
 6967 "dyn-stack 0.13.2",
 6968 "gemm-common 0.18.2",
 6969 "num-complex",
 6970 "num-traits",
 6971 "paste",
 6972 "raw-cpuid 11.6.0",
 6973 "seq-macro",
 6974]
 6975
 6976[[package]]
 6977name = "generator"
 6978version = "0.8.7"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6981dependencies = [
 6982 "cc",
 6983 "cfg-if",
 6984 "libc",
 6985 "log",
 6986 "rustversion",
 6987 "windows 0.61.3",
 6988]
 6989
 6990[[package]]
 6991name = "generic-array"
 6992version = "0.14.7"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6995dependencies = [
 6996 "typenum",
 6997 "version_check",
 6998]
 6999
 7000[[package]]
 7001name = "gethostname"
 7002version = "1.1.0"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7005dependencies = [
 7006 "rustix 1.1.2",
 7007 "windows-link 0.2.1",
 7008]
 7009
 7010[[package]]
 7011name = "getrandom"
 7012version = "0.2.16"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7015dependencies = [
 7016 "cfg-if",
 7017 "js-sys",
 7018 "libc",
 7019 "wasi",
 7020 "wasm-bindgen",
 7021]
 7022
 7023[[package]]
 7024name = "getrandom"
 7025version = "0.3.4"
 7026source = "registry+https://github.com/rust-lang/crates.io-index"
 7027checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7028dependencies = [
 7029 "cfg-if",
 7030 "js-sys",
 7031 "libc",
 7032 "r-efi",
 7033 "wasip2",
 7034 "wasm-bindgen",
 7035]
 7036
 7037[[package]]
 7038name = "getrandom"
 7039version = "0.4.1"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7042dependencies = [
 7043 "cfg-if",
 7044 "libc",
 7045 "r-efi",
 7046 "wasip2",
 7047 "wasip3",
 7048]
 7049
 7050[[package]]
 7051name = "gh-workflow"
 7052version = "0.8.0"
 7053source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7054dependencies = [
 7055 "async-trait",
 7056 "derive_more",
 7057 "derive_setters",
 7058 "gh-workflow-macros",
 7059 "indexmap",
 7060 "merge",
 7061 "serde",
 7062 "serde_json",
 7063 "serde_yaml",
 7064 "strum_macros 0.27.2",
 7065]
 7066
 7067[[package]]
 7068name = "gh-workflow-macros"
 7069version = "0.8.0"
 7070source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7071dependencies = [
 7072 "heck 0.5.0",
 7073 "quote",
 7074 "syn 2.0.117",
 7075]
 7076
 7077[[package]]
 7078name = "gif"
 7079version = "0.13.3"
 7080source = "registry+https://github.com/rust-lang/crates.io-index"
 7081checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7082dependencies = [
 7083 "color_quant",
 7084 "weezl",
 7085]
 7086
 7087[[package]]
 7088name = "gimli"
 7089version = "0.32.3"
 7090source = "registry+https://github.com/rust-lang/crates.io-index"
 7091checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7092dependencies = [
 7093 "fallible-iterator",
 7094 "indexmap",
 7095 "stable_deref_trait",
 7096]
 7097
 7098[[package]]
 7099name = "gio-sys"
 7100version = "0.21.5"
 7101source = "registry+https://github.com/rust-lang/crates.io-index"
 7102checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7103dependencies = [
 7104 "glib-sys",
 7105 "gobject-sys",
 7106 "libc",
 7107 "system-deps 7.0.7",
 7108 "windows-sys 0.61.2",
 7109]
 7110
 7111[[package]]
 7112name = "git"
 7113version = "0.1.0"
 7114dependencies = [
 7115 "anyhow",
 7116 "askpass",
 7117 "async-trait",
 7118 "collections",
 7119 "derive_more",
 7120 "futures 0.3.32",
 7121 "git2",
 7122 "gpui",
 7123 "http_client",
 7124 "itertools 0.14.0",
 7125 "log",
 7126 "parking_lot",
 7127 "pretty_assertions",
 7128 "rand 0.9.2",
 7129 "regex",
 7130 "rope",
 7131 "schemars",
 7132 "serde",
 7133 "serde_json",
 7134 "smallvec",
 7135 "smol",
 7136 "sum_tree",
 7137 "tempfile",
 7138 "text",
 7139 "thiserror 2.0.17",
 7140 "time",
 7141 "url",
 7142 "urlencoding",
 7143 "util",
 7144 "uuid",
 7145 "ztracing",
 7146]
 7147
 7148[[package]]
 7149name = "git2"
 7150version = "0.20.4"
 7151source = "registry+https://github.com/rust-lang/crates.io-index"
 7152checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7153dependencies = [
 7154 "bitflags 2.10.0",
 7155 "libc",
 7156 "libgit2-sys",
 7157 "log",
 7158 "url",
 7159]
 7160
 7161[[package]]
 7162name = "git_graph"
 7163version = "0.1.0"
 7164dependencies = [
 7165 "anyhow",
 7166 "collections",
 7167 "db",
 7168 "editor",
 7169 "fs",
 7170 "git",
 7171 "git_ui",
 7172 "gpui",
 7173 "language",
 7174 "menu",
 7175 "project",
 7176 "rand 0.9.2",
 7177 "remote_connection",
 7178 "search",
 7179 "serde_json",
 7180 "settings",
 7181 "smallvec",
 7182 "smol",
 7183 "theme",
 7184 "theme_settings",
 7185 "time",
 7186 "ui",
 7187 "workspace",
 7188]
 7189
 7190[[package]]
 7191name = "git_hosting_providers"
 7192version = "0.1.0"
 7193dependencies = [
 7194 "anyhow",
 7195 "async-trait",
 7196 "futures 0.3.32",
 7197 "git",
 7198 "gpui",
 7199 "http_client",
 7200 "indoc",
 7201 "itertools 0.14.0",
 7202 "pretty_assertions",
 7203 "regex",
 7204 "serde",
 7205 "serde_json",
 7206 "settings",
 7207 "url",
 7208 "urlencoding",
 7209 "util",
 7210]
 7211
 7212[[package]]
 7213name = "git_ui"
 7214version = "0.1.0"
 7215dependencies = [
 7216 "agent_settings",
 7217 "alacritty_terminal",
 7218 "anyhow",
 7219 "askpass",
 7220 "buffer_diff",
 7221 "call",
 7222 "collections",
 7223 "component",
 7224 "ctor",
 7225 "db",
 7226 "editor",
 7227 "file_icons",
 7228 "futures 0.3.32",
 7229 "fuzzy",
 7230 "git",
 7231 "gpui",
 7232 "indoc",
 7233 "itertools 0.14.0",
 7234 "language",
 7235 "language_model",
 7236 "linkify",
 7237 "log",
 7238 "markdown",
 7239 "menu",
 7240 "multi_buffer",
 7241 "notifications",
 7242 "panel",
 7243 "picker",
 7244 "pretty_assertions",
 7245 "project",
 7246 "prompt_store",
 7247 "proto",
 7248 "rand 0.9.2",
 7249 "remote",
 7250 "remote_connection",
 7251 "schemars",
 7252 "serde",
 7253 "serde_json",
 7254 "settings",
 7255 "smallvec",
 7256 "smol",
 7257 "strum 0.27.2",
 7258 "telemetry",
 7259 "theme",
 7260 "theme_settings",
 7261 "time",
 7262 "time_format",
 7263 "tracing",
 7264 "ui",
 7265 "ui_input",
 7266 "unindent",
 7267 "util",
 7268 "watch",
 7269 "windows 0.61.3",
 7270 "workspace",
 7271 "zed_actions",
 7272 "zeroize",
 7273 "zlog",
 7274 "ztracing",
 7275]
 7276
 7277[[package]]
 7278name = "gl_generator"
 7279version = "0.14.0"
 7280source = "registry+https://github.com/rust-lang/crates.io-index"
 7281checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7282dependencies = [
 7283 "khronos_api",
 7284 "log",
 7285 "xml-rs",
 7286]
 7287
 7288[[package]]
 7289name = "glib"
 7290version = "0.21.5"
 7291source = "registry+https://github.com/rust-lang/crates.io-index"
 7292checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7293dependencies = [
 7294 "bitflags 2.10.0",
 7295 "futures-channel",
 7296 "futures-core",
 7297 "futures-executor",
 7298 "futures-task",
 7299 "futures-util",
 7300 "gio-sys",
 7301 "glib-macros",
 7302 "glib-sys",
 7303 "gobject-sys",
 7304 "libc",
 7305 "memchr",
 7306 "smallvec",
 7307]
 7308
 7309[[package]]
 7310name = "glib-macros"
 7311version = "0.21.5"
 7312source = "registry+https://github.com/rust-lang/crates.io-index"
 7313checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7314dependencies = [
 7315 "heck 0.5.0",
 7316 "proc-macro-crate",
 7317 "proc-macro2",
 7318 "quote",
 7319 "syn 2.0.117",
 7320]
 7321
 7322[[package]]
 7323name = "glib-sys"
 7324version = "0.21.5"
 7325source = "registry+https://github.com/rust-lang/crates.io-index"
 7326checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7327dependencies = [
 7328 "libc",
 7329 "system-deps 7.0.7",
 7330]
 7331
 7332[[package]]
 7333name = "glob"
 7334version = "0.3.3"
 7335source = "registry+https://github.com/rust-lang/crates.io-index"
 7336checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7337
 7338[[package]]
 7339name = "globset"
 7340version = "0.4.17"
 7341source = "registry+https://github.com/rust-lang/crates.io-index"
 7342checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7343dependencies = [
 7344 "aho-corasick",
 7345 "bstr",
 7346 "log",
 7347 "regex-automata",
 7348 "regex-syntax",
 7349]
 7350
 7351[[package]]
 7352name = "gloo-timers"
 7353version = "0.3.0"
 7354source = "registry+https://github.com/rust-lang/crates.io-index"
 7355checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7356dependencies = [
 7357 "futures-channel",
 7358 "futures-core",
 7359 "js-sys",
 7360 "wasm-bindgen",
 7361]
 7362
 7363[[package]]
 7364name = "glow"
 7365version = "0.17.0"
 7366source = "registry+https://github.com/rust-lang/crates.io-index"
 7367checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7368dependencies = [
 7369 "js-sys",
 7370 "slotmap",
 7371 "wasm-bindgen",
 7372 "web-sys",
 7373]
 7374
 7375[[package]]
 7376name = "glutin_wgl_sys"
 7377version = "0.6.1"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7380dependencies = [
 7381 "gl_generator",
 7382]
 7383
 7384[[package]]
 7385name = "go_to_line"
 7386version = "0.1.0"
 7387dependencies = [
 7388 "editor",
 7389 "gpui",
 7390 "indoc",
 7391 "language",
 7392 "menu",
 7393 "multi_buffer",
 7394 "project",
 7395 "rope",
 7396 "serde",
 7397 "serde_json",
 7398 "settings",
 7399 "text",
 7400 "theme",
 7401 "ui",
 7402 "util",
 7403 "workspace",
 7404]
 7405
 7406[[package]]
 7407name = "gobject-sys"
 7408version = "0.21.5"
 7409source = "registry+https://github.com/rust-lang/crates.io-index"
 7410checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7411dependencies = [
 7412 "glib-sys",
 7413 "libc",
 7414 "system-deps 7.0.7",
 7415]
 7416
 7417[[package]]
 7418name = "goblin"
 7419version = "0.9.3"
 7420source = "registry+https://github.com/rust-lang/crates.io-index"
 7421checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7422dependencies = [
 7423 "log",
 7424 "plain",
 7425 "scroll",
 7426]
 7427
 7428[[package]]
 7429name = "google_ai"
 7430version = "0.1.0"
 7431dependencies = [
 7432 "anyhow",
 7433 "futures 0.3.32",
 7434 "http_client",
 7435 "language_model_core",
 7436 "log",
 7437 "schemars",
 7438 "serde",
 7439 "serde_json",
 7440 "strum 0.27.2",
 7441 "tiktoken-rs",
 7442]
 7443
 7444[[package]]
 7445name = "gpu-allocator"
 7446version = "0.28.0"
 7447source = "registry+https://github.com/rust-lang/crates.io-index"
 7448checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7449dependencies = [
 7450 "ash",
 7451 "hashbrown 0.16.1",
 7452 "log",
 7453 "presser",
 7454 "thiserror 2.0.17",
 7455 "windows 0.62.2",
 7456]
 7457
 7458[[package]]
 7459name = "gpu-descriptor"
 7460version = "0.3.2"
 7461source = "registry+https://github.com/rust-lang/crates.io-index"
 7462checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7463dependencies = [
 7464 "bitflags 2.10.0",
 7465 "gpu-descriptor-types",
 7466 "hashbrown 0.15.5",
 7467]
 7468
 7469[[package]]
 7470name = "gpu-descriptor-types"
 7471version = "0.2.0"
 7472source = "registry+https://github.com/rust-lang/crates.io-index"
 7473checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7474dependencies = [
 7475 "bitflags 2.10.0",
 7476]
 7477
 7478[[package]]
 7479name = "gpui"
 7480version = "0.2.2"
 7481dependencies = [
 7482 "anyhow",
 7483 "async-channel 2.5.0",
 7484 "async-task",
 7485 "backtrace",
 7486 "bindgen 0.71.1",
 7487 "bitflags 2.10.0",
 7488 "block",
 7489 "cbindgen",
 7490 "chrono",
 7491 "cocoa 0.26.0",
 7492 "cocoa-foundation 0.2.0",
 7493 "collections",
 7494 "core-foundation 0.10.0",
 7495 "core-foundation-sys",
 7496 "core-graphics 0.24.0",
 7497 "core-text",
 7498 "core-video",
 7499 "ctor",
 7500 "derive_more",
 7501 "embed-resource",
 7502 "env_logger 0.11.8",
 7503 "etagere",
 7504 "foreign-types 0.5.0",
 7505 "futures 0.3.32",
 7506 "futures-concurrency",
 7507 "getrandom 0.3.4",
 7508 "gpui_macros",
 7509 "gpui_platform",
 7510 "gpui_shared_string",
 7511 "gpui_util",
 7512 "gpui_web",
 7513 "http_client",
 7514 "image",
 7515 "inventory",
 7516 "itertools 0.14.0",
 7517 "log",
 7518 "lyon",
 7519 "mach2 0.5.0",
 7520 "media",
 7521 "metal",
 7522 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7523 "num_cpus",
 7524 "objc",
 7525 "objc2",
 7526 "objc2-metal",
 7527 "parking",
 7528 "parking_lot",
 7529 "pathfinder_geometry",
 7530 "pin-project",
 7531 "pollster 0.4.0",
 7532 "postage",
 7533 "profiling",
 7534 "proptest",
 7535 "rand 0.9.2",
 7536 "raw-window-handle",
 7537 "refineable",
 7538 "regex",
 7539 "reqwest_client",
 7540 "resvg",
 7541 "scheduler",
 7542 "schemars",
 7543 "seahash",
 7544 "serde",
 7545 "serde_json",
 7546 "slotmap",
 7547 "smallvec",
 7548 "spin 0.10.0",
 7549 "stacksafe",
 7550 "strum 0.27.2",
 7551 "sum_tree",
 7552 "taffy",
 7553 "thiserror 2.0.17",
 7554 "ttf-parser 0.25.1",
 7555 "unicode-segmentation",
 7556 "url",
 7557 "usvg",
 7558 "util_macros",
 7559 "uuid",
 7560 "waker-fn",
 7561 "wasm-bindgen",
 7562 "web-time",
 7563 "windows 0.61.3",
 7564 "zed-font-kit",
 7565 "zed-scap",
 7566]
 7567
 7568[[package]]
 7569name = "gpui_linux"
 7570version = "0.1.0"
 7571dependencies = [
 7572 "anyhow",
 7573 "as-raw-xcb-connection",
 7574 "ashpd",
 7575 "bitflags 2.10.0",
 7576 "bytemuck",
 7577 "calloop",
 7578 "calloop-wayland-source",
 7579 "collections",
 7580 "filedescriptor",
 7581 "futures 0.3.32",
 7582 "gpui",
 7583 "gpui_wgpu",
 7584 "http_client",
 7585 "itertools 0.14.0",
 7586 "libc",
 7587 "log",
 7588 "oo7",
 7589 "open",
 7590 "parking_lot",
 7591 "pathfinder_geometry",
 7592 "pollster 0.4.0",
 7593 "profiling",
 7594 "raw-window-handle",
 7595 "smallvec",
 7596 "smol",
 7597 "strum 0.27.2",
 7598 "swash",
 7599 "url",
 7600 "util",
 7601 "uuid",
 7602 "wayland-backend",
 7603 "wayland-client",
 7604 "wayland-cursor",
 7605 "wayland-protocols",
 7606 "wayland-protocols-plasma",
 7607 "wayland-protocols-wlr",
 7608 "x11-clipboard",
 7609 "x11rb",
 7610 "xkbcommon",
 7611 "zed-scap",
 7612 "zed-xim",
 7613]
 7614
 7615[[package]]
 7616name = "gpui_macos"
 7617version = "0.1.0"
 7618dependencies = [
 7619 "anyhow",
 7620 "async-task",
 7621 "block",
 7622 "cbindgen",
 7623 "cocoa 0.26.0",
 7624 "collections",
 7625 "core-foundation 0.10.0",
 7626 "core-foundation-sys",
 7627 "core-graphics 0.24.0",
 7628 "core-text",
 7629 "core-video",
 7630 "ctor",
 7631 "derive_more",
 7632 "dispatch2",
 7633 "etagere",
 7634 "foreign-types 0.5.0",
 7635 "futures 0.3.32",
 7636 "gpui",
 7637 "image",
 7638 "itertools 0.14.0",
 7639 "libc",
 7640 "log",
 7641 "mach2 0.5.0",
 7642 "media",
 7643 "metal",
 7644 "objc",
 7645 "objc2-app-kit",
 7646 "parking_lot",
 7647 "pathfinder_geometry",
 7648 "raw-window-handle",
 7649 "semver",
 7650 "smallvec",
 7651 "strum 0.27.2",
 7652 "util",
 7653 "uuid",
 7654 "zed-font-kit",
 7655]
 7656
 7657[[package]]
 7658name = "gpui_macros"
 7659version = "0.1.0"
 7660dependencies = [
 7661 "gpui",
 7662 "heck 0.5.0",
 7663 "proc-macro2",
 7664 "quote",
 7665 "syn 2.0.117",
 7666]
 7667
 7668[[package]]
 7669name = "gpui_platform"
 7670version = "0.1.0"
 7671dependencies = [
 7672 "console_error_panic_hook",
 7673 "gpui",
 7674 "gpui_linux",
 7675 "gpui_macos",
 7676 "gpui_web",
 7677 "gpui_windows",
 7678]
 7679
 7680[[package]]
 7681name = "gpui_shared_string"
 7682version = "0.1.0"
 7683dependencies = [
 7684 "derive_more",
 7685 "gpui_util",
 7686 "schemars",
 7687 "serde",
 7688]
 7689
 7690[[package]]
 7691name = "gpui_tokio"
 7692version = "0.1.0"
 7693dependencies = [
 7694 "anyhow",
 7695 "gpui",
 7696 "tokio",
 7697 "util",
 7698]
 7699
 7700[[package]]
 7701name = "gpui_util"
 7702version = "0.1.0"
 7703dependencies = [
 7704 "anyhow",
 7705 "log",
 7706]
 7707
 7708[[package]]
 7709name = "gpui_web"
 7710version = "0.1.0"
 7711dependencies = [
 7712 "anyhow",
 7713 "console_error_panic_hook",
 7714 "futures 0.3.32",
 7715 "gpui",
 7716 "gpui_wgpu",
 7717 "http_client",
 7718 "js-sys",
 7719 "log",
 7720 "parking_lot",
 7721 "raw-window-handle",
 7722 "smallvec",
 7723 "uuid",
 7724 "wasm-bindgen",
 7725 "wasm-bindgen-futures",
 7726 "wasm_thread",
 7727 "web-sys",
 7728 "web-time",
 7729]
 7730
 7731[[package]]
 7732name = "gpui_wgpu"
 7733version = "0.1.0"
 7734dependencies = [
 7735 "anyhow",
 7736 "bytemuck",
 7737 "collections",
 7738 "cosmic-text",
 7739 "etagere",
 7740 "gpui",
 7741 "gpui_util",
 7742 "itertools 0.14.0",
 7743 "js-sys",
 7744 "log",
 7745 "parking_lot",
 7746 "pollster 0.4.0",
 7747 "profiling",
 7748 "raw-window-handle",
 7749 "smallvec",
 7750 "swash",
 7751 "wasm-bindgen",
 7752 "wasm-bindgen-futures",
 7753 "web-sys",
 7754 "wgpu",
 7755 "zed-font-kit",
 7756]
 7757
 7758[[package]]
 7759name = "gpui_windows"
 7760version = "0.1.0"
 7761dependencies = [
 7762 "anyhow",
 7763 "collections",
 7764 "etagere",
 7765 "futures 0.3.32",
 7766 "gpui",
 7767 "image",
 7768 "itertools 0.14.0",
 7769 "log",
 7770 "parking_lot",
 7771 "rand 0.9.2",
 7772 "raw-window-handle",
 7773 "smallvec",
 7774 "util",
 7775 "uuid",
 7776 "windows 0.61.3",
 7777 "windows-core 0.61.2",
 7778 "windows-numerics 0.2.0",
 7779 "windows-registry 0.5.3",
 7780 "zed-scap",
 7781]
 7782
 7783[[package]]
 7784name = "grammars"
 7785version = "0.1.0"
 7786dependencies = [
 7787 "anyhow",
 7788 "language_core",
 7789 "rust-embed",
 7790 "toml 0.8.23",
 7791 "tree-sitter",
 7792 "tree-sitter-bash",
 7793 "tree-sitter-c",
 7794 "tree-sitter-cpp",
 7795 "tree-sitter-css",
 7796 "tree-sitter-diff",
 7797 "tree-sitter-gitcommit",
 7798 "tree-sitter-go",
 7799 "tree-sitter-gomod",
 7800 "tree-sitter-gowork",
 7801 "tree-sitter-jsdoc",
 7802 "tree-sitter-json",
 7803 "tree-sitter-md",
 7804 "tree-sitter-python",
 7805 "tree-sitter-regex",
 7806 "tree-sitter-rust",
 7807 "tree-sitter-typescript",
 7808 "tree-sitter-yaml",
 7809 "util",
 7810]
 7811
 7812[[package]]
 7813name = "grid"
 7814version = "0.18.0"
 7815source = "registry+https://github.com/rust-lang/crates.io-index"
 7816checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7817
 7818[[package]]
 7819name = "group"
 7820version = "0.12.1"
 7821source = "registry+https://github.com/rust-lang/crates.io-index"
 7822checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7823dependencies = [
 7824 "ff",
 7825 "rand_core 0.6.4",
 7826 "subtle",
 7827]
 7828
 7829[[package]]
 7830name = "h2"
 7831version = "0.3.27"
 7832source = "registry+https://github.com/rust-lang/crates.io-index"
 7833checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7834dependencies = [
 7835 "bytes 1.11.1",
 7836 "fnv",
 7837 "futures-core",
 7838 "futures-sink",
 7839 "futures-util",
 7840 "http 0.2.12",
 7841 "indexmap",
 7842 "slab",
 7843 "tokio",
 7844 "tokio-util",
 7845 "tracing",
 7846]
 7847
 7848[[package]]
 7849name = "h2"
 7850version = "0.4.12"
 7851source = "registry+https://github.com/rust-lang/crates.io-index"
 7852checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7853dependencies = [
 7854 "atomic-waker",
 7855 "bytes 1.11.1",
 7856 "fnv",
 7857 "futures-core",
 7858 "futures-sink",
 7859 "http 1.3.1",
 7860 "indexmap",
 7861 "slab",
 7862 "tokio",
 7863 "tokio-util",
 7864 "tracing",
 7865]
 7866
 7867[[package]]
 7868name = "half"
 7869version = "2.7.1"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7872dependencies = [
 7873 "bytemuck",
 7874 "cfg-if",
 7875 "crunchy",
 7876 "num-traits",
 7877 "rand 0.9.2",
 7878 "rand_distr",
 7879 "zerocopy",
 7880]
 7881
 7882[[package]]
 7883name = "handlebars"
 7884version = "4.5.0"
 7885source = "registry+https://github.com/rust-lang/crates.io-index"
 7886checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7887dependencies = [
 7888 "log",
 7889 "pest",
 7890 "pest_derive",
 7891 "rust-embed",
 7892 "serde",
 7893 "serde_json",
 7894 "thiserror 1.0.69",
 7895]
 7896
 7897[[package]]
 7898name = "handlebars"
 7899version = "5.1.2"
 7900source = "registry+https://github.com/rust-lang/crates.io-index"
 7901checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7902dependencies = [
 7903 "log",
 7904 "pest",
 7905 "pest_derive",
 7906 "serde",
 7907 "serde_json",
 7908 "thiserror 1.0.69",
 7909]
 7910
 7911[[package]]
 7912name = "harfrust"
 7913version = "0.5.0"
 7914source = "registry+https://github.com/rust-lang/crates.io-index"
 7915checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7916dependencies = [
 7917 "bitflags 2.10.0",
 7918 "bytemuck",
 7919 "core_maths",
 7920 "read-fonts 0.37.0",
 7921 "smallvec",
 7922]
 7923
 7924[[package]]
 7925name = "hash32"
 7926version = "0.3.1"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7929dependencies = [
 7930 "byteorder",
 7931]
 7932
 7933[[package]]
 7934name = "hashbrown"
 7935version = "0.12.3"
 7936source = "registry+https://github.com/rust-lang/crates.io-index"
 7937checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7938dependencies = [
 7939 "ahash 0.7.8",
 7940]
 7941
 7942[[package]]
 7943name = "hashbrown"
 7944version = "0.14.5"
 7945source = "registry+https://github.com/rust-lang/crates.io-index"
 7946checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7947dependencies = [
 7948 "ahash 0.8.12",
 7949 "allocator-api2",
 7950]
 7951
 7952[[package]]
 7953name = "hashbrown"
 7954version = "0.15.5"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7957dependencies = [
 7958 "allocator-api2",
 7959 "equivalent",
 7960 "foldhash 0.1.5",
 7961 "serde",
 7962]
 7963
 7964[[package]]
 7965name = "hashbrown"
 7966version = "0.16.1"
 7967source = "registry+https://github.com/rust-lang/crates.io-index"
 7968checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7969dependencies = [
 7970 "allocator-api2",
 7971 "equivalent",
 7972 "foldhash 0.2.0",
 7973]
 7974
 7975[[package]]
 7976name = "hashlink"
 7977version = "0.8.4"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7980dependencies = [
 7981 "hashbrown 0.14.5",
 7982]
 7983
 7984[[package]]
 7985name = "hashlink"
 7986version = "0.10.0"
 7987source = "registry+https://github.com/rust-lang/crates.io-index"
 7988checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7989dependencies = [
 7990 "hashbrown 0.15.5",
 7991]
 7992
 7993[[package]]
 7994name = "headers"
 7995version = "0.3.9"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7998dependencies = [
 7999 "base64 0.21.7",
 8000 "bytes 1.11.1",
 8001 "headers-core",
 8002 "http 0.2.12",
 8003 "httpdate",
 8004 "mime",
 8005 "sha1",
 8006]
 8007
 8008[[package]]
 8009name = "headers-core"
 8010version = "0.2.0"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8013dependencies = [
 8014 "http 0.2.12",
 8015]
 8016
 8017[[package]]
 8018name = "heapless"
 8019version = "0.9.2"
 8020source = "registry+https://github.com/rust-lang/crates.io-index"
 8021checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8022dependencies = [
 8023 "hash32",
 8024 "stable_deref_trait",
 8025]
 8026
 8027[[package]]
 8028name = "heck"
 8029version = "0.3.3"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8032dependencies = [
 8033 "unicode-segmentation",
 8034]
 8035
 8036[[package]]
 8037name = "heck"
 8038version = "0.4.1"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8041dependencies = [
 8042 "unicode-segmentation",
 8043]
 8044
 8045[[package]]
 8046name = "heck"
 8047version = "0.5.0"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8050
 8051[[package]]
 8052name = "heed"
 8053version = "0.21.0"
 8054source = "registry+https://github.com/rust-lang/crates.io-index"
 8055checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8056dependencies = [
 8057 "bitflags 2.10.0",
 8058 "byteorder",
 8059 "heed-traits",
 8060 "heed-types",
 8061 "libc",
 8062 "lmdb-master-sys",
 8063 "once_cell",
 8064 "page_size",
 8065 "serde",
 8066 "synchronoise",
 8067 "url",
 8068]
 8069
 8070[[package]]
 8071name = "heed-traits"
 8072version = "0.20.0"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8075
 8076[[package]]
 8077name = "heed-types"
 8078version = "0.21.0"
 8079source = "registry+https://github.com/rust-lang/crates.io-index"
 8080checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8081dependencies = [
 8082 "bincode",
 8083 "byteorder",
 8084 "heed-traits",
 8085 "serde",
 8086 "serde_json",
 8087]
 8088
 8089[[package]]
 8090name = "hermit-abi"
 8091version = "0.5.2"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8094
 8095[[package]]
 8096name = "hex"
 8097version = "0.4.3"
 8098source = "registry+https://github.com/rust-lang/crates.io-index"
 8099checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8100
 8101[[package]]
 8102name = "hexf-parse"
 8103version = "0.2.1"
 8104source = "registry+https://github.com/rust-lang/crates.io-index"
 8105checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8106
 8107[[package]]
 8108name = "hkdf"
 8109version = "0.12.4"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8112dependencies = [
 8113 "hmac",
 8114]
 8115
 8116[[package]]
 8117name = "hmac"
 8118version = "0.12.1"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8121dependencies = [
 8122 "digest",
 8123]
 8124
 8125[[package]]
 8126name = "home"
 8127version = "0.5.11"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8130dependencies = [
 8131 "windows-sys 0.59.0",
 8132]
 8133
 8134[[package]]
 8135name = "hound"
 8136version = "3.5.1"
 8137source = "registry+https://github.com/rust-lang/crates.io-index"
 8138checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8139
 8140[[package]]
 8141name = "html5ever"
 8142version = "0.27.0"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8145dependencies = [
 8146 "log",
 8147 "mac",
 8148 "markup5ever 0.12.1",
 8149 "proc-macro2",
 8150 "quote",
 8151 "syn 2.0.117",
 8152]
 8153
 8154[[package]]
 8155name = "html5ever"
 8156version = "0.35.0"
 8157source = "registry+https://github.com/rust-lang/crates.io-index"
 8158checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8159dependencies = [
 8160 "log",
 8161 "markup5ever 0.35.0",
 8162 "match_token",
 8163]
 8164
 8165[[package]]
 8166name = "html_to_markdown"
 8167version = "0.1.0"
 8168dependencies = [
 8169 "anyhow",
 8170 "html5ever 0.27.0",
 8171 "indoc",
 8172 "markup5ever_rcdom",
 8173 "pretty_assertions",
 8174 "regex",
 8175]
 8176
 8177[[package]]
 8178name = "http"
 8179version = "0.2.12"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8182dependencies = [
 8183 "bytes 1.11.1",
 8184 "fnv",
 8185 "itoa",
 8186]
 8187
 8188[[package]]
 8189name = "http"
 8190version = "1.3.1"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8193dependencies = [
 8194 "bytes 1.11.1",
 8195 "fnv",
 8196 "itoa",
 8197]
 8198
 8199[[package]]
 8200name = "http-body"
 8201version = "0.4.6"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8204dependencies = [
 8205 "bytes 1.11.1",
 8206 "http 0.2.12",
 8207 "pin-project-lite",
 8208]
 8209
 8210[[package]]
 8211name = "http-body"
 8212version = "1.0.1"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8215dependencies = [
 8216 "bytes 1.11.1",
 8217 "http 1.3.1",
 8218]
 8219
 8220[[package]]
 8221name = "http-body-util"
 8222version = "0.1.3"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8225dependencies = [
 8226 "bytes 1.11.1",
 8227 "futures-core",
 8228 "http 1.3.1",
 8229 "http-body 1.0.1",
 8230 "pin-project-lite",
 8231]
 8232
 8233[[package]]
 8234name = "http-range-header"
 8235version = "0.3.1"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8238
 8239[[package]]
 8240name = "http_client"
 8241version = "0.1.0"
 8242dependencies = [
 8243 "anyhow",
 8244 "async-compression",
 8245 "async-fs",
 8246 "async-tar",
 8247 "bytes 1.11.1",
 8248 "derive_more",
 8249 "futures 0.3.32",
 8250 "http 1.3.1",
 8251 "http-body 1.0.1",
 8252 "log",
 8253 "parking_lot",
 8254 "serde",
 8255 "serde_json",
 8256 "serde_urlencoded",
 8257 "sha2",
 8258 "tempfile",
 8259 "url",
 8260 "util",
 8261]
 8262
 8263[[package]]
 8264name = "http_client_tls"
 8265version = "0.1.0"
 8266dependencies = [
 8267 "rustls 0.23.33",
 8268 "rustls-platform-verifier",
 8269]
 8270
 8271[[package]]
 8272name = "httparse"
 8273version = "1.10.1"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8276
 8277[[package]]
 8278name = "httpdate"
 8279version = "1.0.3"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8282
 8283[[package]]
 8284name = "human_bytes"
 8285version = "0.4.3"
 8286source = "registry+https://github.com/rust-lang/crates.io-index"
 8287checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8288
 8289[[package]]
 8290name = "humantime"
 8291version = "2.3.0"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8294
 8295[[package]]
 8296name = "hyper"
 8297version = "0.14.32"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8300dependencies = [
 8301 "bytes 1.11.1",
 8302 "futures-channel",
 8303 "futures-core",
 8304 "futures-util",
 8305 "h2 0.3.27",
 8306 "http 0.2.12",
 8307 "http-body 0.4.6",
 8308 "httparse",
 8309 "httpdate",
 8310 "itoa",
 8311 "pin-project-lite",
 8312 "socket2 0.5.10",
 8313 "tokio",
 8314 "tower-service",
 8315 "tracing",
 8316 "want",
 8317]
 8318
 8319[[package]]
 8320name = "hyper"
 8321version = "1.7.0"
 8322source = "registry+https://github.com/rust-lang/crates.io-index"
 8323checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8324dependencies = [
 8325 "atomic-waker",
 8326 "bytes 1.11.1",
 8327 "futures-channel",
 8328 "futures-core",
 8329 "h2 0.4.12",
 8330 "http 1.3.1",
 8331 "http-body 1.0.1",
 8332 "httparse",
 8333 "itoa",
 8334 "pin-project-lite",
 8335 "pin-utils",
 8336 "smallvec",
 8337 "tokio",
 8338 "want",
 8339]
 8340
 8341[[package]]
 8342name = "hyper-rustls"
 8343version = "0.24.2"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8346dependencies = [
 8347 "futures-util",
 8348 "http 0.2.12",
 8349 "hyper 0.14.32",
 8350 "log",
 8351 "rustls 0.21.12",
 8352 "rustls-native-certs 0.6.3",
 8353 "tokio",
 8354 "tokio-rustls 0.24.1",
 8355]
 8356
 8357[[package]]
 8358name = "hyper-rustls"
 8359version = "0.27.7"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8362dependencies = [
 8363 "http 1.3.1",
 8364 "hyper 1.7.0",
 8365 "hyper-util",
 8366 "log",
 8367 "rustls 0.23.33",
 8368 "rustls-native-certs 0.8.2",
 8369 "rustls-pki-types",
 8370 "tokio",
 8371 "tokio-rustls 0.26.2",
 8372 "tower-service",
 8373]
 8374
 8375[[package]]
 8376name = "hyper-timeout"
 8377version = "0.5.2"
 8378source = "registry+https://github.com/rust-lang/crates.io-index"
 8379checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8380dependencies = [
 8381 "hyper 1.7.0",
 8382 "hyper-util",
 8383 "pin-project-lite",
 8384 "tokio",
 8385 "tower-service",
 8386]
 8387
 8388[[package]]
 8389name = "hyper-tls"
 8390version = "0.5.0"
 8391source = "registry+https://github.com/rust-lang/crates.io-index"
 8392checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8393dependencies = [
 8394 "bytes 1.11.1",
 8395 "hyper 0.14.32",
 8396 "native-tls",
 8397 "tokio",
 8398 "tokio-native-tls",
 8399]
 8400
 8401[[package]]
 8402name = "hyper-util"
 8403version = "0.1.17"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8406dependencies = [
 8407 "base64 0.22.1",
 8408 "bytes 1.11.1",
 8409 "futures-channel",
 8410 "futures-core",
 8411 "futures-util",
 8412 "http 1.3.1",
 8413 "http-body 1.0.1",
 8414 "hyper 1.7.0",
 8415 "ipnet",
 8416 "libc",
 8417 "percent-encoding",
 8418 "pin-project-lite",
 8419 "socket2 0.6.1",
 8420 "tokio",
 8421 "tower-service",
 8422 "tracing",
 8423]
 8424
 8425[[package]]
 8426name = "iana-time-zone"
 8427version = "0.1.64"
 8428source = "registry+https://github.com/rust-lang/crates.io-index"
 8429checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8430dependencies = [
 8431 "android_system_properties",
 8432 "core-foundation-sys",
 8433 "iana-time-zone-haiku",
 8434 "js-sys",
 8435 "log",
 8436 "wasm-bindgen",
 8437 "windows-core 0.62.2",
 8438]
 8439
 8440[[package]]
 8441name = "iana-time-zone-haiku"
 8442version = "0.1.2"
 8443source = "registry+https://github.com/rust-lang/crates.io-index"
 8444checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8445dependencies = [
 8446 "cc",
 8447]
 8448
 8449[[package]]
 8450name = "icons"
 8451version = "0.1.0"
 8452dependencies = [
 8453 "serde",
 8454 "strum 0.27.2",
 8455]
 8456
 8457[[package]]
 8458name = "icu_collections"
 8459version = "2.0.0"
 8460source = "registry+https://github.com/rust-lang/crates.io-index"
 8461checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8462dependencies = [
 8463 "displaydoc",
 8464 "potential_utf",
 8465 "yoke 0.8.0",
 8466 "zerofrom",
 8467 "zerovec",
 8468]
 8469
 8470[[package]]
 8471name = "icu_locale_core"
 8472version = "2.0.0"
 8473source = "registry+https://github.com/rust-lang/crates.io-index"
 8474checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8475dependencies = [
 8476 "displaydoc",
 8477 "litemap",
 8478 "tinystr",
 8479 "writeable",
 8480 "zerovec",
 8481]
 8482
 8483[[package]]
 8484name = "icu_normalizer"
 8485version = "2.0.0"
 8486source = "registry+https://github.com/rust-lang/crates.io-index"
 8487checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8488dependencies = [
 8489 "displaydoc",
 8490 "icu_collections",
 8491 "icu_normalizer_data",
 8492 "icu_properties",
 8493 "icu_provider",
 8494 "smallvec",
 8495 "zerovec",
 8496]
 8497
 8498[[package]]
 8499name = "icu_normalizer_data"
 8500version = "2.0.0"
 8501source = "registry+https://github.com/rust-lang/crates.io-index"
 8502checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8503
 8504[[package]]
 8505name = "icu_properties"
 8506version = "2.0.1"
 8507source = "registry+https://github.com/rust-lang/crates.io-index"
 8508checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8509dependencies = [
 8510 "displaydoc",
 8511 "icu_collections",
 8512 "icu_locale_core",
 8513 "icu_properties_data",
 8514 "icu_provider",
 8515 "potential_utf",
 8516 "zerotrie",
 8517 "zerovec",
 8518]
 8519
 8520[[package]]
 8521name = "icu_properties_data"
 8522version = "2.0.1"
 8523source = "registry+https://github.com/rust-lang/crates.io-index"
 8524checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8525
 8526[[package]]
 8527name = "icu_provider"
 8528version = "2.0.0"
 8529source = "registry+https://github.com/rust-lang/crates.io-index"
 8530checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8531dependencies = [
 8532 "displaydoc",
 8533 "icu_locale_core",
 8534 "stable_deref_trait",
 8535 "tinystr",
 8536 "writeable",
 8537 "yoke 0.8.0",
 8538 "zerofrom",
 8539 "zerotrie",
 8540 "zerovec",
 8541]
 8542
 8543[[package]]
 8544name = "id-arena"
 8545version = "2.2.1"
 8546source = "registry+https://github.com/rust-lang/crates.io-index"
 8547checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8548
 8549[[package]]
 8550name = "ident_case"
 8551version = "1.0.1"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8554
 8555[[package]]
 8556name = "idna"
 8557version = "1.1.0"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8560dependencies = [
 8561 "idna_adapter",
 8562 "smallvec",
 8563 "utf8_iter",
 8564]
 8565
 8566[[package]]
 8567name = "idna_adapter"
 8568version = "1.2.1"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8571dependencies = [
 8572 "icu_normalizer",
 8573 "icu_properties",
 8574]
 8575
 8576[[package]]
 8577name = "ignore"
 8578version = "0.4.24"
 8579source = "registry+https://github.com/rust-lang/crates.io-index"
 8580checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8581dependencies = [
 8582 "crossbeam-deque",
 8583 "globset",
 8584 "log",
 8585 "memchr",
 8586 "regex-automata",
 8587 "same-file",
 8588 "walkdir",
 8589 "winapi-util",
 8590]
 8591
 8592[[package]]
 8593name = "image"
 8594version = "0.25.8"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8597dependencies = [
 8598 "bytemuck",
 8599 "byteorder-lite",
 8600 "color_quant",
 8601 "exr",
 8602 "gif",
 8603 "image-webp",
 8604 "moxcms",
 8605 "num-traits",
 8606 "png 0.18.0",
 8607 "qoi",
 8608 "ravif",
 8609 "rayon",
 8610 "rgb",
 8611 "tiff",
 8612 "zune-core",
 8613 "zune-jpeg",
 8614]
 8615
 8616[[package]]
 8617name = "image-webp"
 8618version = "0.2.4"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8621dependencies = [
 8622 "byteorder-lite",
 8623 "quick-error 2.0.1",
 8624]
 8625
 8626[[package]]
 8627name = "image_viewer"
 8628version = "0.1.0"
 8629dependencies = [
 8630 "anyhow",
 8631 "db",
 8632 "editor",
 8633 "file_icons",
 8634 "gpui",
 8635 "language",
 8636 "log",
 8637 "project",
 8638 "serde",
 8639 "settings",
 8640 "theme_settings",
 8641 "ui",
 8642 "util",
 8643 "workspace",
 8644]
 8645
 8646[[package]]
 8647name = "imagesize"
 8648version = "0.13.0"
 8649source = "registry+https://github.com/rust-lang/crates.io-index"
 8650checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8651
 8652[[package]]
 8653name = "imara-diff"
 8654version = "0.1.8"
 8655source = "registry+https://github.com/rust-lang/crates.io-index"
 8656checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8657dependencies = [
 8658 "hashbrown 0.15.5",
 8659]
 8660
 8661[[package]]
 8662name = "imgref"
 8663version = "1.12.0"
 8664source = "registry+https://github.com/rust-lang/crates.io-index"
 8665checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8666
 8667[[package]]
 8668name = "indenter"
 8669version = "0.3.4"
 8670source = "registry+https://github.com/rust-lang/crates.io-index"
 8671checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8672
 8673[[package]]
 8674name = "indexmap"
 8675version = "2.11.4"
 8676source = "registry+https://github.com/rust-lang/crates.io-index"
 8677checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8678dependencies = [
 8679 "equivalent",
 8680 "hashbrown 0.16.1",
 8681 "serde",
 8682 "serde_core",
 8683]
 8684
 8685[[package]]
 8686name = "indoc"
 8687version = "2.0.6"
 8688source = "registry+https://github.com/rust-lang/crates.io-index"
 8689checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8690
 8691[[package]]
 8692name = "inherent"
 8693version = "1.0.13"
 8694source = "registry+https://github.com/rust-lang/crates.io-index"
 8695checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8696dependencies = [
 8697 "proc-macro2",
 8698 "quote",
 8699 "syn 2.0.117",
 8700]
 8701
 8702[[package]]
 8703name = "inotify"
 8704version = "0.9.6"
 8705source = "registry+https://github.com/rust-lang/crates.io-index"
 8706checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8707dependencies = [
 8708 "bitflags 1.3.2",
 8709 "inotify-sys",
 8710 "libc",
 8711]
 8712
 8713[[package]]
 8714name = "inotify"
 8715version = "0.11.0"
 8716source = "registry+https://github.com/rust-lang/crates.io-index"
 8717checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8718dependencies = [
 8719 "bitflags 2.10.0",
 8720 "inotify-sys",
 8721 "libc",
 8722]
 8723
 8724[[package]]
 8725name = "inotify-sys"
 8726version = "0.1.5"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8729dependencies = [
 8730 "libc",
 8731]
 8732
 8733[[package]]
 8734name = "inout"
 8735version = "0.1.4"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8738dependencies = [
 8739 "block-padding",
 8740 "generic-array",
 8741]
 8742
 8743[[package]]
 8744name = "inspector_ui"
 8745version = "0.1.0"
 8746dependencies = [
 8747 "anyhow",
 8748 "command_palette_hooks",
 8749 "editor",
 8750 "fuzzy",
 8751 "gpui",
 8752 "language",
 8753 "project",
 8754 "serde_json",
 8755 "serde_json_lenient",
 8756 "theme_settings",
 8757 "ui",
 8758 "util",
 8759 "util_macros",
 8760 "workspace",
 8761 "zed_actions",
 8762]
 8763
 8764[[package]]
 8765name = "install_cli"
 8766version = "0.1.0"
 8767dependencies = [
 8768 "anyhow",
 8769 "client",
 8770 "gpui",
 8771 "release_channel",
 8772 "smol",
 8773 "util",
 8774 "workspace",
 8775]
 8776
 8777[[package]]
 8778name = "instant"
 8779version = "0.1.13"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8782dependencies = [
 8783 "cfg-if",
 8784]
 8785
 8786[[package]]
 8787name = "interpolate_name"
 8788version = "0.2.4"
 8789source = "registry+https://github.com/rust-lang/crates.io-index"
 8790checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8791dependencies = [
 8792 "proc-macro2",
 8793 "quote",
 8794 "syn 2.0.117",
 8795]
 8796
 8797[[package]]
 8798name = "inventory"
 8799version = "0.3.21"
 8800source = "registry+https://github.com/rust-lang/crates.io-index"
 8801checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8802dependencies = [
 8803 "rustversion",
 8804]
 8805
 8806[[package]]
 8807name = "io-extras"
 8808version = "0.18.4"
 8809source = "registry+https://github.com/rust-lang/crates.io-index"
 8810checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8811dependencies = [
 8812 "io-lifetimes",
 8813 "windows-sys 0.59.0",
 8814]
 8815
 8816[[package]]
 8817name = "io-lifetimes"
 8818version = "2.0.4"
 8819source = "registry+https://github.com/rust-lang/crates.io-index"
 8820checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8821
 8822[[package]]
 8823name = "io-surface"
 8824version = "0.16.1"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8827dependencies = [
 8828 "cgl",
 8829 "core-foundation 0.10.0",
 8830 "core-foundation-sys",
 8831 "leaky-cow",
 8832]
 8833
 8834[[package]]
 8835name = "iovec"
 8836version = "0.1.4"
 8837source = "registry+https://github.com/rust-lang/crates.io-index"
 8838checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8839dependencies = [
 8840 "libc",
 8841]
 8842
 8843[[package]]
 8844name = "ipc-channel"
 8845version = "0.19.0"
 8846source = "registry+https://github.com/rust-lang/crates.io-index"
 8847checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8848dependencies = [
 8849 "bincode",
 8850 "crossbeam-channel",
 8851 "fnv",
 8852 "lazy_static",
 8853 "libc",
 8854 "mio 1.1.0",
 8855 "rand 0.8.5",
 8856 "serde",
 8857 "tempfile",
 8858 "uuid",
 8859 "windows 0.58.0",
 8860]
 8861
 8862[[package]]
 8863name = "ipnet"
 8864version = "2.11.0"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8867
 8868[[package]]
 8869name = "iri-string"
 8870version = "0.7.8"
 8871source = "registry+https://github.com/rust-lang/crates.io-index"
 8872checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8873dependencies = [
 8874 "memchr",
 8875 "serde",
 8876]
 8877
 8878[[package]]
 8879name = "is-docker"
 8880version = "0.2.0"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8883dependencies = [
 8884 "once_cell",
 8885]
 8886
 8887[[package]]
 8888name = "is-terminal"
 8889version = "0.4.16"
 8890source = "registry+https://github.com/rust-lang/crates.io-index"
 8891checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8892dependencies = [
 8893 "hermit-abi",
 8894 "libc",
 8895 "windows-sys 0.59.0",
 8896]
 8897
 8898[[package]]
 8899name = "is-wsl"
 8900version = "0.4.0"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8903dependencies = [
 8904 "is-docker",
 8905 "once_cell",
 8906]
 8907
 8908[[package]]
 8909name = "is_executable"
 8910version = "1.0.5"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8913dependencies = [
 8914 "windows-sys 0.60.2",
 8915]
 8916
 8917[[package]]
 8918name = "is_terminal_polyfill"
 8919version = "1.70.1"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8922
 8923[[package]]
 8924name = "itertools"
 8925version = "0.10.5"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8928dependencies = [
 8929 "either",
 8930]
 8931
 8932[[package]]
 8933name = "itertools"
 8934version = "0.11.0"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8937dependencies = [
 8938 "either",
 8939]
 8940
 8941[[package]]
 8942name = "itertools"
 8943version = "0.12.1"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8946dependencies = [
 8947 "either",
 8948]
 8949
 8950[[package]]
 8951name = "itertools"
 8952version = "0.14.0"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8955dependencies = [
 8956 "either",
 8957]
 8958
 8959[[package]]
 8960name = "itoa"
 8961version = "1.0.15"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8964
 8965[[package]]
 8966name = "jiff"
 8967version = "0.2.15"
 8968source = "registry+https://github.com/rust-lang/crates.io-index"
 8969checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8970dependencies = [
 8971 "jiff-static",
 8972 "log",
 8973 "portable-atomic",
 8974 "portable-atomic-util",
 8975 "serde",
 8976]
 8977
 8978[[package]]
 8979name = "jiff-static"
 8980version = "0.2.15"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8983dependencies = [
 8984 "proc-macro2",
 8985 "quote",
 8986 "syn 2.0.117",
 8987]
 8988
 8989[[package]]
 8990name = "jni"
 8991version = "0.21.1"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8994dependencies = [
 8995 "cesu8",
 8996 "cfg-if",
 8997 "combine",
 8998 "jni-sys",
 8999 "log",
 9000 "thiserror 1.0.69",
 9001 "walkdir",
 9002 "windows-sys 0.45.0",
 9003]
 9004
 9005[[package]]
 9006name = "jni-sys"
 9007version = "0.3.0"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9010
 9011[[package]]
 9012name = "jobserver"
 9013version = "0.1.34"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9016dependencies = [
 9017 "getrandom 0.3.4",
 9018 "libc",
 9019]
 9020
 9021[[package]]
 9022name = "journal"
 9023version = "0.1.0"
 9024dependencies = [
 9025 "anyhow",
 9026 "chrono",
 9027 "editor",
 9028 "gpui",
 9029 "log",
 9030 "serde",
 9031 "settings",
 9032 "shellexpand",
 9033 "workspace",
 9034]
 9035
 9036[[package]]
 9037name = "js-sys"
 9038version = "0.3.90"
 9039source = "registry+https://github.com/rust-lang/crates.io-index"
 9040checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9041dependencies = [
 9042 "once_cell",
 9043 "wasm-bindgen",
 9044]
 9045
 9046[[package]]
 9047name = "json5"
 9048version = "0.4.1"
 9049source = "registry+https://github.com/rust-lang/crates.io-index"
 9050checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9051dependencies = [
 9052 "pest",
 9053 "pest_derive",
 9054 "serde",
 9055]
 9056
 9057[[package]]
 9058name = "json_dotpath"
 9059version = "1.1.0"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9062dependencies = [
 9063 "serde",
 9064 "serde_derive",
 9065 "serde_json",
 9066 "thiserror 1.0.69",
 9067]
 9068
 9069[[package]]
 9070name = "json_schema_store"
 9071version = "0.1.0"
 9072dependencies = [
 9073 "anyhow",
 9074 "collections",
 9075 "dap",
 9076 "extension",
 9077 "gpui",
 9078 "language",
 9079 "parking_lot",
 9080 "paths",
 9081 "project",
 9082 "schemars",
 9083 "serde",
 9084 "serde_json",
 9085 "settings",
 9086 "snippet_provider",
 9087 "task",
 9088 "theme",
 9089 "util",
 9090]
 9091
 9092[[package]]
 9093name = "jsonschema"
 9094version = "0.37.4"
 9095source = "registry+https://github.com/rust-lang/crates.io-index"
 9096checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9097dependencies = [
 9098 "ahash 0.8.12",
 9099 "bytecount",
 9100 "data-encoding",
 9101 "email_address",
 9102 "fancy-regex 0.16.2",
 9103 "fraction",
 9104 "getrandom 0.3.4",
 9105 "idna",
 9106 "itoa",
 9107 "num-cmp",
 9108 "num-traits",
 9109 "percent-encoding",
 9110 "referencing",
 9111 "regex",
 9112 "regex-syntax",
 9113 "reqwest 0.12.24",
 9114 "serde",
 9115 "serde_json",
 9116 "unicode-general-category",
 9117 "uuid-simd",
 9118]
 9119
 9120[[package]]
 9121name = "jsonwebtoken"
 9122version = "10.3.0"
 9123source = "registry+https://github.com/rust-lang/crates.io-index"
 9124checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9125dependencies = [
 9126 "aws-lc-rs",
 9127 "base64 0.22.1",
 9128 "getrandom 0.2.16",
 9129 "js-sys",
 9130 "pem",
 9131 "serde",
 9132 "serde_json",
 9133 "signature 2.2.0",
 9134 "simple_asn1",
 9135]
 9136
 9137[[package]]
 9138name = "jupyter-protocol"
 9139version = "1.4.0"
 9140source = "registry+https://github.com/rust-lang/crates.io-index"
 9141checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9142dependencies = [
 9143 "async-trait",
 9144 "bytes 1.11.1",
 9145 "chrono",
 9146 "futures 0.3.32",
 9147 "serde",
 9148 "serde_json",
 9149 "thiserror 2.0.17",
 9150 "uuid",
 9151]
 9152
 9153[[package]]
 9154name = "jupyter-websocket-client"
 9155version = "1.0.0"
 9156source = "registry+https://github.com/rust-lang/crates.io-index"
 9157checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9158dependencies = [
 9159 "anyhow",
 9160 "async-trait",
 9161 "async-tungstenite",
 9162 "futures 0.3.32",
 9163 "jupyter-protocol",
 9164 "serde",
 9165 "serde_json",
 9166 "tokio",
 9167 "url",
 9168 "uuid",
 9169]
 9170
 9171[[package]]
 9172name = "keymap_editor"
 9173version = "0.1.0"
 9174dependencies = [
 9175 "anyhow",
 9176 "collections",
 9177 "command_palette",
 9178 "component",
 9179 "db",
 9180 "editor",
 9181 "fs",
 9182 "fuzzy",
 9183 "gpui",
 9184 "itertools 0.14.0",
 9185 "json_schema_store",
 9186 "language",
 9187 "log",
 9188 "menu",
 9189 "notifications",
 9190 "paths",
 9191 "project",
 9192 "search",
 9193 "serde",
 9194 "serde_json",
 9195 "settings",
 9196 "telemetry",
 9197 "tempfile",
 9198 "theme",
 9199 "theme_settings",
 9200 "tree-sitter-json",
 9201 "tree-sitter-rust",
 9202 "ui",
 9203 "ui_input",
 9204 "util",
 9205 "workspace",
 9206 "zed_actions",
 9207]
 9208
 9209[[package]]
 9210name = "khronos-egl"
 9211version = "6.0.0"
 9212source = "registry+https://github.com/rust-lang/crates.io-index"
 9213checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9214dependencies = [
 9215 "libc",
 9216 "libloading",
 9217 "pkg-config",
 9218]
 9219
 9220[[package]]
 9221name = "khronos_api"
 9222version = "3.1.0"
 9223source = "registry+https://github.com/rust-lang/crates.io-index"
 9224checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9225
 9226[[package]]
 9227name = "kqueue"
 9228version = "1.1.1"
 9229source = "registry+https://github.com/rust-lang/crates.io-index"
 9230checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9231dependencies = [
 9232 "kqueue-sys",
 9233 "libc",
 9234]
 9235
 9236[[package]]
 9237name = "kqueue-sys"
 9238version = "1.0.4"
 9239source = "registry+https://github.com/rust-lang/crates.io-index"
 9240checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9241dependencies = [
 9242 "bitflags 1.3.2",
 9243 "libc",
 9244]
 9245
 9246[[package]]
 9247name = "kurbo"
 9248version = "0.11.3"
 9249source = "registry+https://github.com/rust-lang/crates.io-index"
 9250checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9251dependencies = [
 9252 "arrayvec",
 9253 "euclid",
 9254 "smallvec",
 9255]
 9256
 9257[[package]]
 9258name = "kv-log-macro"
 9259version = "1.0.7"
 9260source = "registry+https://github.com/rust-lang/crates.io-index"
 9261checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9262dependencies = [
 9263 "log",
 9264]
 9265
 9266[[package]]
 9267name = "language"
 9268version = "0.1.0"
 9269dependencies = [
 9270 "anyhow",
 9271 "async-trait",
 9272 "clock",
 9273 "collections",
 9274 "criterion",
 9275 "ctor",
 9276 "diffy",
 9277 "ec4rs",
 9278 "encoding_rs",
 9279 "fs",
 9280 "futures 0.3.32",
 9281 "fuzzy",
 9282 "globset",
 9283 "gpui",
 9284 "http_client",
 9285 "imara-diff",
 9286 "indoc",
 9287 "itertools 0.14.0",
 9288 "language_core",
 9289 "log",
 9290 "lsp",
 9291 "parking_lot",
 9292 "postage",
 9293 "pretty_assertions",
 9294 "rand 0.9.2",
 9295 "regex",
 9296 "rpc",
 9297 "semver",
 9298 "serde",
 9299 "serde_json",
 9300 "settings",
 9301 "shellexpand",
 9302 "smallvec",
 9303 "smol",
 9304 "streaming-iterator",
 9305 "strsim",
 9306 "sum_tree",
 9307 "task",
 9308 "text",
 9309 "theme",
 9310 "theme_settings",
 9311 "toml 0.8.23",
 9312 "tracing",
 9313 "tree-sitter",
 9314 "tree-sitter-elixir",
 9315 "tree-sitter-embedded-template",
 9316 "tree-sitter-heex",
 9317 "tree-sitter-html",
 9318 "tree-sitter-json",
 9319 "tree-sitter-md",
 9320 "tree-sitter-python",
 9321 "tree-sitter-ruby",
 9322 "tree-sitter-rust",
 9323 "tree-sitter-typescript",
 9324 "unicase",
 9325 "unindent",
 9326 "util",
 9327 "watch",
 9328 "zlog",
 9329 "ztracing",
 9330]
 9331
 9332[[package]]
 9333name = "language_core"
 9334version = "0.1.0"
 9335dependencies = [
 9336 "anyhow",
 9337 "collections",
 9338 "gpui_shared_string",
 9339 "log",
 9340 "lsp",
 9341 "parking_lot",
 9342 "regex",
 9343 "schemars",
 9344 "serde",
 9345 "serde_json",
 9346 "toml 0.8.23",
 9347 "tree-sitter",
 9348 "util",
 9349]
 9350
 9351[[package]]
 9352name = "language_extension"
 9353version = "0.1.0"
 9354dependencies = [
 9355 "anyhow",
 9356 "async-trait",
 9357 "collections",
 9358 "extension",
 9359 "fs",
 9360 "futures 0.3.32",
 9361 "gpui",
 9362 "language",
 9363 "log",
 9364 "lsp",
 9365 "project",
 9366 "serde",
 9367 "serde_json",
 9368 "tracing",
 9369 "util",
 9370 "ztracing",
 9371]
 9372
 9373[[package]]
 9374name = "language_model"
 9375version = "0.1.0"
 9376dependencies = [
 9377 "anyhow",
 9378 "base64 0.22.1",
 9379 "collections",
 9380 "credentials_provider",
 9381 "env_var",
 9382 "futures 0.3.32",
 9383 "gpui",
 9384 "http_client",
 9385 "icons",
 9386 "image",
 9387 "language_model_core",
 9388 "log",
 9389 "parking_lot",
 9390 "serde",
 9391 "serde_json",
 9392 "thiserror 2.0.17",
 9393 "util",
 9394]
 9395
 9396[[package]]
 9397name = "language_model_core"
 9398version = "0.1.0"
 9399dependencies = [
 9400 "anyhow",
 9401 "cloud_llm_client",
 9402 "futures 0.3.32",
 9403 "gpui_shared_string",
 9404 "http_client",
 9405 "partial-json-fixer",
 9406 "schemars",
 9407 "serde",
 9408 "serde_json",
 9409 "smol",
 9410 "strum 0.27.2",
 9411 "thiserror 2.0.17",
 9412]
 9413
 9414[[package]]
 9415name = "language_models"
 9416version = "0.1.0"
 9417dependencies = [
 9418 "ai_onboarding",
 9419 "anthropic",
 9420 "anyhow",
 9421 "aws-config",
 9422 "aws-credential-types",
 9423 "aws_http_client",
 9424 "base64 0.22.1",
 9425 "bedrock",
 9426 "client",
 9427 "cloud_api_client",
 9428 "cloud_api_types",
 9429 "collections",
 9430 "component",
 9431 "convert_case 0.8.0",
 9432 "copilot",
 9433 "copilot_chat",
 9434 "copilot_ui",
 9435 "credentials_provider",
 9436 "deepseek",
 9437 "extension",
 9438 "extension_host",
 9439 "fs",
 9440 "futures 0.3.32",
 9441 "google_ai",
 9442 "gpui",
 9443 "gpui_tokio",
 9444 "http_client",
 9445 "language",
 9446 "language_model",
 9447 "language_models_cloud",
 9448 "lmstudio",
 9449 "log",
 9450 "menu",
 9451 "mistral",
 9452 "ollama",
 9453 "open_ai",
 9454 "open_router",
 9455 "opencode",
 9456 "pretty_assertions",
 9457 "release_channel",
 9458 "schemars",
 9459 "serde",
 9460 "serde_json",
 9461 "settings",
 9462 "smol",
 9463 "strum 0.27.2",
 9464 "tiktoken-rs",
 9465 "tokio",
 9466 "ui",
 9467 "ui_input",
 9468 "util",
 9469 "vercel",
 9470 "x_ai",
 9471]
 9472
 9473[[package]]
 9474name = "language_models_cloud"
 9475version = "0.1.0"
 9476dependencies = [
 9477 "anthropic",
 9478 "anyhow",
 9479 "cloud_llm_client",
 9480 "futures 0.3.32",
 9481 "google_ai",
 9482 "gpui",
 9483 "http_client",
 9484 "language_model",
 9485 "open_ai",
 9486 "schemars",
 9487 "semver",
 9488 "serde",
 9489 "serde_json",
 9490 "smol",
 9491 "thiserror 2.0.17",
 9492 "x_ai",
 9493]
 9494
 9495[[package]]
 9496name = "language_onboarding"
 9497version = "0.1.0"
 9498dependencies = [
 9499 "db",
 9500 "editor",
 9501 "gpui",
 9502 "project",
 9503 "ui",
 9504 "workspace",
 9505]
 9506
 9507[[package]]
 9508name = "language_selector"
 9509version = "0.1.0"
 9510dependencies = [
 9511 "anyhow",
 9512 "editor",
 9513 "file_icons",
 9514 "fuzzy",
 9515 "gpui",
 9516 "language",
 9517 "open_path_prompt",
 9518 "picker",
 9519 "project",
 9520 "serde_json",
 9521 "settings",
 9522 "ui",
 9523 "util",
 9524 "workspace",
 9525]
 9526
 9527[[package]]
 9528name = "language_tools"
 9529version = "0.1.0"
 9530dependencies = [
 9531 "anyhow",
 9532 "client",
 9533 "collections",
 9534 "command_palette_hooks",
 9535 "edit_prediction",
 9536 "editor",
 9537 "futures 0.3.32",
 9538 "gpui",
 9539 "itertools 0.14.0",
 9540 "language",
 9541 "lsp",
 9542 "menu",
 9543 "project",
 9544 "proto",
 9545 "release_channel",
 9546 "semver",
 9547 "serde_json",
 9548 "settings",
 9549 "sysinfo 0.37.2",
 9550 "telemetry",
 9551 "theme",
 9552 "theme_settings",
 9553 "tree-sitter",
 9554 "ui",
 9555 "util",
 9556 "workspace",
 9557 "zed_actions",
 9558 "zlog",
 9559]
 9560
 9561[[package]]
 9562name = "languages"
 9563version = "0.1.0"
 9564dependencies = [
 9565 "anyhow",
 9566 "async-compression",
 9567 "async-fs",
 9568 "async-tar",
 9569 "async-trait",
 9570 "chrono",
 9571 "collections",
 9572 "fs",
 9573 "futures 0.3.32",
 9574 "globset",
 9575 "gpui",
 9576 "grammars",
 9577 "http_client",
 9578 "itertools 0.14.0",
 9579 "json_schema_store",
 9580 "language",
 9581 "log",
 9582 "lsp",
 9583 "node_runtime",
 9584 "parking_lot",
 9585 "pet",
 9586 "pet-conda",
 9587 "pet-core",
 9588 "pet-fs",
 9589 "pet-poetry",
 9590 "pet-reporter",
 9591 "pet-virtualenv",
 9592 "pretty_assertions",
 9593 "project",
 9594 "regex",
 9595 "rope",
 9596 "semver",
 9597 "serde",
 9598 "serde_json",
 9599 "serde_json_lenient",
 9600 "settings",
 9601 "smallvec",
 9602 "smol",
 9603 "snippet",
 9604 "task",
 9605 "terminal",
 9606 "theme",
 9607 "tree-sitter",
 9608 "tree-sitter-bash",
 9609 "tree-sitter-c",
 9610 "tree-sitter-cpp",
 9611 "tree-sitter-css",
 9612 "tree-sitter-gitcommit",
 9613 "tree-sitter-go",
 9614 "tree-sitter-python",
 9615 "tree-sitter-rust",
 9616 "tree-sitter-typescript",
 9617 "unindent",
 9618 "url",
 9619 "util",
 9620]
 9621
 9622[[package]]
 9623name = "lazy_static"
 9624version = "1.5.0"
 9625source = "registry+https://github.com/rust-lang/crates.io-index"
 9626checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9627dependencies = [
 9628 "spin 0.9.8",
 9629]
 9630
 9631[[package]]
 9632name = "leak"
 9633version = "0.1.2"
 9634source = "registry+https://github.com/rust-lang/crates.io-index"
 9635checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9636
 9637[[package]]
 9638name = "leaky-cow"
 9639version = "0.1.1"
 9640source = "registry+https://github.com/rust-lang/crates.io-index"
 9641checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9642dependencies = [
 9643 "leak",
 9644]
 9645
 9646[[package]]
 9647name = "leb128"
 9648version = "0.2.5"
 9649source = "registry+https://github.com/rust-lang/crates.io-index"
 9650checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9651
 9652[[package]]
 9653name = "leb128fmt"
 9654version = "0.1.0"
 9655source = "registry+https://github.com/rust-lang/crates.io-index"
 9656checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9657
 9658[[package]]
 9659name = "lebe"
 9660version = "0.5.3"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9663
 9664[[package]]
 9665name = "libbz2-rs-sys"
 9666version = "0.2.2"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9669
 9670[[package]]
 9671name = "libc"
 9672version = "0.2.182"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9675
 9676[[package]]
 9677name = "libdbus-sys"
 9678version = "0.2.6"
 9679source = "registry+https://github.com/rust-lang/crates.io-index"
 9680checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9681dependencies = [
 9682 "cc",
 9683 "pkg-config",
 9684]
 9685
 9686[[package]]
 9687name = "libfuzzer-sys"
 9688version = "0.4.10"
 9689source = "registry+https://github.com/rust-lang/crates.io-index"
 9690checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9691dependencies = [
 9692 "arbitrary",
 9693 "cc",
 9694]
 9695
 9696[[package]]
 9697name = "libgit2-sys"
 9698version = "0.18.3+1.9.2"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9701dependencies = [
 9702 "cc",
 9703 "libc",
 9704 "libz-sys",
 9705 "pkg-config",
 9706]
 9707
 9708[[package]]
 9709name = "libloading"
 9710version = "0.8.9"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9713dependencies = [
 9714 "cfg-if",
 9715 "windows-link 0.2.1",
 9716]
 9717
 9718[[package]]
 9719name = "libm"
 9720version = "0.2.15"
 9721source = "registry+https://github.com/rust-lang/crates.io-index"
 9722checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9723
 9724[[package]]
 9725name = "libmimalloc-sys"
 9726version = "0.1.44"
 9727source = "registry+https://github.com/rust-lang/crates.io-index"
 9728checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9729dependencies = [
 9730 "cc",
 9731 "libc",
 9732]
 9733
 9734[[package]]
 9735name = "libredox"
 9736version = "0.1.10"
 9737source = "registry+https://github.com/rust-lang/crates.io-index"
 9738checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9739dependencies = [
 9740 "bitflags 2.10.0",
 9741 "libc",
 9742 "redox_syscall 0.5.18",
 9743]
 9744
 9745[[package]]
 9746name = "libsqlite3-sys"
 9747version = "0.30.1"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9750dependencies = [
 9751 "cc",
 9752 "pkg-config",
 9753 "vcpkg",
 9754]
 9755
 9756[[package]]
 9757name = "libwebrtc"
 9758version = "0.3.26"
 9759source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9760dependencies = [
 9761 "cxx",
 9762 "glib",
 9763 "jni",
 9764 "js-sys",
 9765 "lazy_static",
 9766 "livekit-protocol",
 9767 "livekit-runtime",
 9768 "log",
 9769 "parking_lot",
 9770 "serde",
 9771 "serde_json",
 9772 "thiserror 1.0.69",
 9773 "tokio",
 9774 "wasm-bindgen",
 9775 "wasm-bindgen-futures",
 9776 "web-sys",
 9777 "webrtc-sys",
 9778]
 9779
 9780[[package]]
 9781name = "libz-sys"
 9782version = "1.1.22"
 9783source = "registry+https://github.com/rust-lang/crates.io-index"
 9784checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9785dependencies = [
 9786 "cc",
 9787 "libc",
 9788 "pkg-config",
 9789 "vcpkg",
 9790]
 9791
 9792[[package]]
 9793name = "line_ending_selector"
 9794version = "0.1.0"
 9795dependencies = [
 9796 "editor",
 9797 "gpui",
 9798 "language",
 9799 "picker",
 9800 "project",
 9801 "ui",
 9802 "util",
 9803 "workspace",
 9804]
 9805
 9806[[package]]
 9807name = "linebender_resource_handle"
 9808version = "0.1.1"
 9809source = "registry+https://github.com/rust-lang/crates.io-index"
 9810checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9811
 9812[[package]]
 9813name = "link-cplusplus"
 9814version = "1.0.12"
 9815source = "registry+https://github.com/rust-lang/crates.io-index"
 9816checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9817dependencies = [
 9818 "cc",
 9819]
 9820
 9821[[package]]
 9822name = "linkify"
 9823version = "0.10.0"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9826dependencies = [
 9827 "memchr",
 9828]
 9829
 9830[[package]]
 9831name = "linux-raw-sys"
 9832version = "0.4.15"
 9833source = "registry+https://github.com/rust-lang/crates.io-index"
 9834checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9835
 9836[[package]]
 9837name = "linux-raw-sys"
 9838version = "0.11.0"
 9839source = "registry+https://github.com/rust-lang/crates.io-index"
 9840checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9841
 9842[[package]]
 9843name = "litemap"
 9844version = "0.8.0"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9847
 9848[[package]]
 9849name = "litrs"
 9850version = "1.0.0"
 9851source = "registry+https://github.com/rust-lang/crates.io-index"
 9852checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9853
 9854[[package]]
 9855name = "livekit"
 9856version = "0.7.32"
 9857source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9858dependencies = [
 9859 "base64 0.22.1",
 9860 "bmrng",
 9861 "bytes 1.11.1",
 9862 "chrono",
 9863 "futures-util",
 9864 "lazy_static",
 9865 "libloading",
 9866 "libwebrtc",
 9867 "livekit-api",
 9868 "livekit-protocol",
 9869 "livekit-runtime",
 9870 "log",
 9871 "parking_lot",
 9872 "prost 0.12.6",
 9873 "semver",
 9874 "serde",
 9875 "serde_json",
 9876 "thiserror 1.0.69",
 9877 "tokio",
 9878]
 9879
 9880[[package]]
 9881name = "livekit-api"
 9882version = "0.4.14"
 9883source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9884dependencies = [
 9885 "base64 0.21.7",
 9886 "futures-util",
 9887 "http 1.3.1",
 9888 "livekit-protocol",
 9889 "livekit-runtime",
 9890 "log",
 9891 "parking_lot",
 9892 "pbjson-types",
 9893 "prost 0.12.6",
 9894 "rand 0.9.2",
 9895 "reqwest 0.12.24",
 9896 "rustls-native-certs 0.6.3",
 9897 "scopeguard",
 9898 "serde",
 9899 "sha2",
 9900 "thiserror 1.0.69",
 9901 "tokio",
 9902 "tokio-rustls 0.26.2",
 9903 "tokio-tungstenite 0.28.0",
 9904 "url",
 9905]
 9906
 9907[[package]]
 9908name = "livekit-protocol"
 9909version = "0.7.1"
 9910source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9911dependencies = [
 9912 "futures-util",
 9913 "livekit-runtime",
 9914 "parking_lot",
 9915 "pbjson",
 9916 "pbjson-types",
 9917 "prost 0.12.6",
 9918 "serde",
 9919 "thiserror 1.0.69",
 9920 "tokio",
 9921]
 9922
 9923[[package]]
 9924name = "livekit-runtime"
 9925version = "0.4.0"
 9926source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9927dependencies = [
 9928 "tokio",
 9929 "tokio-stream",
 9930]
 9931
 9932[[package]]
 9933name = "livekit_api"
 9934version = "0.1.0"
 9935dependencies = [
 9936 "anyhow",
 9937 "async-trait",
 9938 "jsonwebtoken",
 9939 "log",
 9940 "prost 0.9.0",
 9941 "prost-build 0.9.0",
 9942 "prost-types 0.9.0",
 9943 "serde",
 9944 "zed-reqwest",
 9945]
 9946
 9947[[package]]
 9948name = "livekit_client"
 9949version = "0.1.0"
 9950dependencies = [
 9951 "anyhow",
 9952 "async-trait",
 9953 "audio",
 9954 "cocoa 0.26.0",
 9955 "collections",
 9956 "core-foundation 0.10.0",
 9957 "core-video",
 9958 "coreaudio-rs 0.12.1",
 9959 "cpal",
 9960 "futures 0.3.32",
 9961 "gpui",
 9962 "gpui_platform",
 9963 "gpui_tokio",
 9964 "http_client_tls",
 9965 "image",
 9966 "libwebrtc",
 9967 "livekit",
 9968 "livekit_api",
 9969 "log",
 9970 "nanoid",
 9971 "objc",
 9972 "parking_lot",
 9973 "postage",
 9974 "rodio",
 9975 "serde",
 9976 "serde_json",
 9977 "serde_urlencoded",
 9978 "settings",
 9979 "simplelog",
 9980 "smallvec",
 9981 "tokio",
 9982 "ui",
 9983 "util",
 9984 "webrtc-sys",
 9985 "zed-scap",
 9986]
 9987
 9988[[package]]
 9989name = "lmdb-master-sys"
 9990version = "0.2.5"
 9991source = "registry+https://github.com/rust-lang/crates.io-index"
 9992checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9993dependencies = [
 9994 "cc",
 9995 "doxygen-rs",
 9996 "libc",
 9997]
 9998
 9999[[package]]
10000name = "lmstudio"
10001version = "0.1.0"
10002dependencies = [
10003 "anyhow",
10004 "futures 0.3.32",
10005 "http_client",
10006 "schemars",
10007 "serde",
10008 "serde_json",
10009]
10010
10011[[package]]
10012name = "lock_api"
10013version = "0.4.14"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10016dependencies = [
10017 "scopeguard",
10018]
10019
10020[[package]]
10021name = "log"
10022version = "0.4.29"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10025dependencies = [
10026 "serde_core",
10027 "value-bag",
10028]
10029
10030[[package]]
10031name = "loom"
10032version = "0.7.2"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10035dependencies = [
10036 "cfg-if",
10037 "generator",
10038 "scoped-tls",
10039 "tracing",
10040 "tracing-subscriber",
10041]
10042
10043[[package]]
10044name = "loop9"
10045version = "0.1.5"
10046source = "registry+https://github.com/rust-lang/crates.io-index"
10047checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10048dependencies = [
10049 "imgref",
10050]
10051
10052[[package]]
10053name = "lru"
10054version = "0.12.5"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10057dependencies = [
10058 "hashbrown 0.15.5",
10059]
10060
10061[[package]]
10062name = "lru-slab"
10063version = "0.1.2"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10066
10067[[package]]
10068name = "lsp"
10069version = "0.1.0"
10070dependencies = [
10071 "anyhow",
10072 "async-pipe",
10073 "collections",
10074 "ctor",
10075 "futures 0.3.32",
10076 "gpui",
10077 "gpui_util",
10078 "log",
10079 "lsp-types",
10080 "parking_lot",
10081 "postage",
10082 "release_channel",
10083 "schemars",
10084 "semver",
10085 "serde",
10086 "serde_json",
10087 "smol",
10088 "util",
10089 "zlog",
10090]
10091
10092[[package]]
10093name = "lsp-types"
10094version = "0.95.1"
10095source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10096dependencies = [
10097 "bitflags 1.3.2",
10098 "serde",
10099 "serde_json",
10100 "url",
10101]
10102
10103[[package]]
10104name = "lyon"
10105version = "1.0.16"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10108dependencies = [
10109 "lyon_algorithms",
10110 "lyon_extra",
10111 "lyon_tessellation",
10112]
10113
10114[[package]]
10115name = "lyon_algorithms"
10116version = "1.0.16"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10119dependencies = [
10120 "lyon_path",
10121 "num-traits",
10122]
10123
10124[[package]]
10125name = "lyon_extra"
10126version = "1.0.3"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10129dependencies = [
10130 "lyon_path",
10131 "thiserror 1.0.69",
10132]
10133
10134[[package]]
10135name = "lyon_geom"
10136version = "1.0.17"
10137source = "registry+https://github.com/rust-lang/crates.io-index"
10138checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10139dependencies = [
10140 "arrayvec",
10141 "euclid",
10142 "num-traits",
10143]
10144
10145[[package]]
10146name = "lyon_path"
10147version = "1.0.16"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10150dependencies = [
10151 "lyon_geom",
10152 "num-traits",
10153]
10154
10155[[package]]
10156name = "lyon_tessellation"
10157version = "1.0.16"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10160dependencies = [
10161 "float_next_after",
10162 "lyon_path",
10163 "num-traits",
10164]
10165
10166[[package]]
10167name = "mac"
10168version = "0.1.1"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10171
10172[[package]]
10173name = "mach2"
10174version = "0.4.3"
10175source = "registry+https://github.com/rust-lang/crates.io-index"
10176checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10177dependencies = [
10178 "libc",
10179]
10180
10181[[package]]
10182name = "mach2"
10183version = "0.5.0"
10184source = "registry+https://github.com/rust-lang/crates.io-index"
10185checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10186dependencies = [
10187 "libc",
10188]
10189
10190[[package]]
10191name = "malloc_buf"
10192version = "0.0.6"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10195dependencies = [
10196 "libc",
10197]
10198
10199[[package]]
10200name = "maplit"
10201version = "1.0.2"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10204
10205[[package]]
10206name = "markdown"
10207version = "0.1.0"
10208dependencies = [
10209 "anyhow",
10210 "assets",
10211 "base64 0.22.1",
10212 "collections",
10213 "env_logger 0.11.8",
10214 "fs",
10215 "futures 0.3.32",
10216 "gpui",
10217 "gpui_platform",
10218 "html5ever 0.27.0",
10219 "language",
10220 "languages",
10221 "linkify",
10222 "log",
10223 "markup5ever_rcdom",
10224 "mermaid-rs-renderer",
10225 "node_runtime",
10226 "pulldown-cmark 0.13.0",
10227 "settings",
10228 "stacksafe",
10229 "sum_tree",
10230 "theme",
10231 "theme_settings",
10232 "ui",
10233 "util",
10234]
10235
10236[[package]]
10237name = "markdown_preview"
10238version = "0.1.0"
10239dependencies = [
10240 "anyhow",
10241 "editor",
10242 "gpui",
10243 "language",
10244 "log",
10245 "markdown",
10246 "project",
10247 "settings",
10248 "tempfile",
10249 "theme_settings",
10250 "ui",
10251 "urlencoding",
10252 "util",
10253 "workspace",
10254 "zed_actions",
10255]
10256
10257[[package]]
10258name = "markup5ever"
10259version = "0.12.1"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10262dependencies = [
10263 "log",
10264 "phf 0.11.3",
10265 "phf_codegen",
10266 "string_cache",
10267 "string_cache_codegen",
10268 "tendril",
10269]
10270
10271[[package]]
10272name = "markup5ever"
10273version = "0.35.0"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10276dependencies = [
10277 "log",
10278 "tendril",
10279 "web_atoms",
10280]
10281
10282[[package]]
10283name = "markup5ever_rcdom"
10284version = "0.3.0"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10287dependencies = [
10288 "html5ever 0.27.0",
10289 "markup5ever 0.12.1",
10290 "tendril",
10291 "xml5ever",
10292]
10293
10294[[package]]
10295name = "match_token"
10296version = "0.35.0"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10299dependencies = [
10300 "proc-macro2",
10301 "quote",
10302 "syn 2.0.117",
10303]
10304
10305[[package]]
10306name = "matchers"
10307version = "0.2.0"
10308source = "registry+https://github.com/rust-lang/crates.io-index"
10309checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10310dependencies = [
10311 "regex-automata",
10312]
10313
10314[[package]]
10315name = "matchit"
10316version = "0.7.3"
10317source = "registry+https://github.com/rust-lang/crates.io-index"
10318checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10319
10320[[package]]
10321name = "maybe-owned"
10322version = "0.3.4"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10325
10326[[package]]
10327name = "maybe-rayon"
10328version = "0.1.1"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10331dependencies = [
10332 "cfg-if",
10333 "rayon",
10334]
10335
10336[[package]]
10337name = "md-5"
10338version = "0.10.6"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10341dependencies = [
10342 "cfg-if",
10343 "digest",
10344]
10345
10346[[package]]
10347name = "mdbook"
10348version = "0.4.40"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10351dependencies = [
10352 "ammonia",
10353 "anyhow",
10354 "chrono",
10355 "clap",
10356 "clap_complete",
10357 "elasticlunr-rs",
10358 "env_logger 0.11.8",
10359 "futures-util",
10360 "handlebars 5.1.2",
10361 "ignore",
10362 "log",
10363 "memchr",
10364 "notify 6.1.1",
10365 "notify-debouncer-mini",
10366 "once_cell",
10367 "opener",
10368 "pathdiff",
10369 "pulldown-cmark 0.10.3",
10370 "regex",
10371 "serde",
10372 "serde_json",
10373 "shlex",
10374 "tempfile",
10375 "tokio",
10376 "toml 0.5.11",
10377 "topological-sort",
10378 "walkdir",
10379 "warp",
10380]
10381
10382[[package]]
10383name = "media"
10384version = "0.1.0"
10385dependencies = [
10386 "anyhow",
10387 "bindgen 0.71.1",
10388 "core-foundation 0.10.0",
10389 "core-video",
10390 "ctor",
10391 "foreign-types 0.5.0",
10392 "metal",
10393 "objc",
10394]
10395
10396[[package]]
10397name = "memchr"
10398version = "2.7.6"
10399source = "registry+https://github.com/rust-lang/crates.io-index"
10400checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10401
10402[[package]]
10403name = "memfd"
10404version = "0.6.5"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10407dependencies = [
10408 "rustix 1.1.2",
10409]
10410
10411[[package]]
10412name = "memmap2"
10413version = "0.9.8"
10414source = "registry+https://github.com/rust-lang/crates.io-index"
10415checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10416dependencies = [
10417 "libc",
10418 "stable_deref_trait",
10419]
10420
10421[[package]]
10422name = "memoffset"
10423version = "0.9.1"
10424source = "registry+https://github.com/rust-lang/crates.io-index"
10425checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10426dependencies = [
10427 "autocfg",
10428]
10429
10430[[package]]
10431name = "menu"
10432version = "0.1.0"
10433dependencies = [
10434 "gpui",
10435]
10436
10437[[package]]
10438name = "merge"
10439version = "0.1.0"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10442dependencies = [
10443 "merge_derive",
10444 "num-traits",
10445]
10446
10447[[package]]
10448name = "merge_derive"
10449version = "0.1.0"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10452dependencies = [
10453 "proc-macro-error",
10454 "proc-macro2",
10455 "quote",
10456 "syn 1.0.109",
10457]
10458
10459[[package]]
10460name = "mermaid-rs-renderer"
10461version = "0.2.0"
10462source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10463dependencies = [
10464 "anyhow",
10465 "fontdb 0.16.2",
10466 "json5",
10467 "once_cell",
10468 "regex",
10469 "serde",
10470 "serde_json",
10471 "thiserror 2.0.17",
10472 "ttf-parser 0.20.0",
10473]
10474
10475[[package]]
10476name = "metal"
10477version = "0.33.0"
10478source = "registry+https://github.com/rust-lang/crates.io-index"
10479checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10480dependencies = [
10481 "bitflags 2.10.0",
10482 "block",
10483 "core-graphics-types 0.2.0",
10484 "foreign-types 0.5.0",
10485 "log",
10486 "objc",
10487 "paste",
10488]
10489
10490[[package]]
10491name = "migrator"
10492version = "0.1.0"
10493dependencies = [
10494 "anyhow",
10495 "collections",
10496 "convert_case 0.8.0",
10497 "log",
10498 "pretty_assertions",
10499 "serde_json",
10500 "serde_json_lenient",
10501 "settings_content",
10502 "settings_json",
10503 "streaming-iterator",
10504 "tree-sitter",
10505 "tree-sitter-json",
10506 "unindent",
10507]
10508
10509[[package]]
10510name = "mimalloc"
10511version = "0.1.48"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10514dependencies = [
10515 "libmimalloc-sys",
10516]
10517
10518[[package]]
10519name = "mime"
10520version = "0.3.17"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10523
10524[[package]]
10525name = "mime_guess"
10526version = "2.0.5"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10529dependencies = [
10530 "mime",
10531 "unicase",
10532]
10533
10534[[package]]
10535name = "minidump-common"
10536version = "0.26.1"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10539dependencies = [
10540 "bitflags 2.10.0",
10541 "debugid",
10542 "num-derive",
10543 "num-traits",
10544 "range-map",
10545 "scroll",
10546 "smart-default",
10547]
10548
10549[[package]]
10550name = "minidump-writer"
10551version = "0.11.0"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10554dependencies = [
10555 "bitflags 2.10.0",
10556 "byteorder",
10557 "cfg-if",
10558 "crash-context",
10559 "error-graph",
10560 "failspot",
10561 "goblin",
10562 "libc",
10563 "log",
10564 "mach2 0.4.3",
10565 "memmap2",
10566 "memoffset",
10567 "minidump-common",
10568 "nix 0.29.0",
10569 "procfs-core",
10570 "scroll",
10571 "serde",
10572 "serde_json",
10573 "tempfile",
10574 "thiserror 2.0.17",
10575]
10576
10577[[package]]
10578name = "minidumper"
10579version = "0.9.0"
10580source = "registry+https://github.com/rust-lang/crates.io-index"
10581checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10582dependencies = [
10583 "cfg-if",
10584 "crash-context",
10585 "libc",
10586 "log",
10587 "minidump-writer",
10588 "parking_lot",
10589 "polling",
10590 "scroll",
10591 "thiserror 2.0.17",
10592 "uds",
10593]
10594
10595[[package]]
10596name = "minimal-lexical"
10597version = "0.2.1"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10600
10601[[package]]
10602name = "miniprofiler_ui"
10603version = "0.1.0"
10604dependencies = [
10605 "gpui",
10606 "rpc",
10607 "serde_json",
10608 "smol",
10609 "theme_settings",
10610 "util",
10611 "workspace",
10612 "zed_actions",
10613]
10614
10615[[package]]
10616name = "miniz_oxide"
10617version = "0.8.9"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10620dependencies = [
10621 "adler2",
10622 "simd-adler32",
10623]
10624
10625[[package]]
10626name = "mio"
10627version = "0.8.11"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10630dependencies = [
10631 "libc",
10632 "log",
10633 "wasi",
10634 "windows-sys 0.48.0",
10635]
10636
10637[[package]]
10638name = "mio"
10639version = "1.1.0"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10642dependencies = [
10643 "libc",
10644 "log",
10645 "wasi",
10646 "windows-sys 0.61.2",
10647]
10648
10649[[package]]
10650name = "miow"
10651version = "0.6.1"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10654dependencies = [
10655 "windows-sys 0.61.2",
10656]
10657
10658[[package]]
10659name = "mistral"
10660version = "0.1.0"
10661dependencies = [
10662 "anyhow",
10663 "futures 0.3.32",
10664 "http_client",
10665 "schemars",
10666 "serde",
10667 "serde_json",
10668 "strum 0.27.2",
10669]
10670
10671[[package]]
10672name = "moka"
10673version = "0.12.11"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10676dependencies = [
10677 "crossbeam-channel",
10678 "crossbeam-epoch",
10679 "crossbeam-utils",
10680 "equivalent",
10681 "parking_lot",
10682 "portable-atomic",
10683 "rustc_version",
10684 "smallvec",
10685 "tagptr",
10686 "uuid",
10687]
10688
10689[[package]]
10690name = "moxcms"
10691version = "0.7.7"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10694dependencies = [
10695 "num-traits",
10696 "pxfm",
10697]
10698
10699[[package]]
10700name = "msvc_spectre_libs"
10701version = "0.1.3"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10704dependencies = [
10705 "cc",
10706]
10707
10708[[package]]
10709name = "multi_buffer"
10710version = "0.1.0"
10711dependencies = [
10712 "anyhow",
10713 "buffer_diff",
10714 "clock",
10715 "collections",
10716 "ctor",
10717 "gpui",
10718 "indoc",
10719 "itertools 0.14.0",
10720 "language",
10721 "log",
10722 "parking_lot",
10723 "pretty_assertions",
10724 "rand 0.9.2",
10725 "rope",
10726 "serde",
10727 "settings",
10728 "smallvec",
10729 "smol",
10730 "sum_tree",
10731 "text",
10732 "theme",
10733 "tracing",
10734 "tree-sitter",
10735 "unicode-segmentation",
10736 "util",
10737 "zlog",
10738 "ztracing",
10739]
10740
10741[[package]]
10742name = "multimap"
10743version = "0.8.3"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10746
10747[[package]]
10748name = "naga"
10749version = "29.0.0"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10752dependencies = [
10753 "arrayvec",
10754 "bit-set 0.9.1",
10755 "bitflags 2.10.0",
10756 "cfg-if",
10757 "cfg_aliases 0.2.1",
10758 "codespan-reporting",
10759 "half",
10760 "hashbrown 0.16.1",
10761 "hexf-parse",
10762 "indexmap",
10763 "libm",
10764 "log",
10765 "num-traits",
10766 "once_cell",
10767 "rustc-hash 1.1.0",
10768 "thiserror 2.0.17",
10769 "unicode-ident",
10770]
10771
10772[[package]]
10773name = "naga"
10774version = "29.0.0"
10775source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10776dependencies = [
10777 "arrayvec",
10778 "bit-set 0.9.1",
10779 "bitflags 2.10.0",
10780 "cfg-if",
10781 "cfg_aliases 0.2.1",
10782 "codespan-reporting",
10783 "half",
10784 "hashbrown 0.16.1",
10785 "hexf-parse",
10786 "indexmap",
10787 "libm",
10788 "log",
10789 "num-traits",
10790 "once_cell",
10791 "rustc-hash 1.1.0",
10792 "spirv",
10793 "thiserror 2.0.17",
10794 "unicode-ident",
10795]
10796
10797[[package]]
10798name = "nanoid"
10799version = "0.4.0"
10800source = "registry+https://github.com/rust-lang/crates.io-index"
10801checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10802dependencies = [
10803 "rand 0.8.5",
10804]
10805
10806[[package]]
10807name = "nanorand"
10808version = "0.7.0"
10809source = "registry+https://github.com/rust-lang/crates.io-index"
10810checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10811dependencies = [
10812 "getrandom 0.2.16",
10813]
10814
10815[[package]]
10816name = "native-tls"
10817version = "0.2.14"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10820dependencies = [
10821 "libc",
10822 "log",
10823 "openssl",
10824 "openssl-probe",
10825 "openssl-sys",
10826 "schannel",
10827 "security-framework 2.11.1",
10828 "security-framework-sys",
10829 "tempfile",
10830]
10831
10832[[package]]
10833name = "nbformat"
10834version = "1.2.0"
10835source = "registry+https://github.com/rust-lang/crates.io-index"
10836checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10837dependencies = [
10838 "anyhow",
10839 "chrono",
10840 "jupyter-protocol",
10841 "serde",
10842 "serde_json",
10843 "thiserror 1.0.69",
10844 "uuid",
10845]
10846
10847[[package]]
10848name = "nc"
10849version = "0.1.0"
10850dependencies = [
10851 "anyhow",
10852 "futures 0.3.32",
10853 "net",
10854 "smol",
10855]
10856
10857[[package]]
10858name = "ndk"
10859version = "0.9.0"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10862dependencies = [
10863 "bitflags 2.10.0",
10864 "jni-sys",
10865 "log",
10866 "ndk-sys",
10867 "num_enum",
10868 "thiserror 1.0.69",
10869]
10870
10871[[package]]
10872name = "ndk-context"
10873version = "0.1.1"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10876
10877[[package]]
10878name = "ndk-sys"
10879version = "0.6.0+11769913"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10882dependencies = [
10883 "jni-sys",
10884]
10885
10886[[package]]
10887name = "net"
10888version = "0.1.0"
10889dependencies = [
10890 "anyhow",
10891 "async-io",
10892 "smol",
10893 "tempfile",
10894 "windows 0.61.3",
10895]
10896
10897[[package]]
10898name = "new_debug_unreachable"
10899version = "1.0.6"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10902
10903[[package]]
10904name = "nix"
10905version = "0.28.0"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10908dependencies = [
10909 "bitflags 2.10.0",
10910 "cfg-if",
10911 "cfg_aliases 0.1.1",
10912 "libc",
10913]
10914
10915[[package]]
10916name = "nix"
10917version = "0.29.0"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10920dependencies = [
10921 "bitflags 2.10.0",
10922 "cfg-if",
10923 "cfg_aliases 0.2.1",
10924 "libc",
10925]
10926
10927[[package]]
10928name = "nix"
10929version = "0.30.1"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10932dependencies = [
10933 "bitflags 2.10.0",
10934 "cfg-if",
10935 "cfg_aliases 0.2.1",
10936 "libc",
10937]
10938
10939[[package]]
10940name = "node_runtime"
10941version = "0.1.0"
10942dependencies = [
10943 "anyhow",
10944 "async-compression",
10945 "async-std",
10946 "async-tar",
10947 "async-trait",
10948 "futures 0.3.32",
10949 "http_client",
10950 "log",
10951 "paths",
10952 "semver",
10953 "serde",
10954 "serde_json",
10955 "smol",
10956 "util",
10957 "watch",
10958 "which 6.0.3",
10959]
10960
10961[[package]]
10962name = "nom"
10963version = "7.1.3"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10966dependencies = [
10967 "memchr",
10968 "minimal-lexical",
10969]
10970
10971[[package]]
10972name = "nom"
10973version = "8.0.0"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10976dependencies = [
10977 "memchr",
10978]
10979
10980[[package]]
10981name = "noop_proc_macro"
10982version = "0.3.0"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10985
10986[[package]]
10987name = "normpath"
10988version = "1.5.0"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10991dependencies = [
10992 "windows-sys 0.61.2",
10993]
10994
10995[[package]]
10996name = "notifications"
10997version = "0.1.0"
10998dependencies = [
10999 "anyhow",
11000 "channel",
11001 "client",
11002 "component",
11003 "db",
11004 "gpui",
11005 "rpc",
11006 "sum_tree",
11007 "time",
11008 "ui",
11009 "util",
11010 "workspace",
11011 "zed_actions",
11012]
11013
11014[[package]]
11015name = "notify"
11016version = "6.1.1"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11019dependencies = [
11020 "bitflags 2.10.0",
11021 "crossbeam-channel",
11022 "filetime",
11023 "fsevent-sys",
11024 "inotify 0.9.6",
11025 "kqueue",
11026 "libc",
11027 "log",
11028 "mio 0.8.11",
11029 "walkdir",
11030 "windows-sys 0.48.0",
11031]
11032
11033[[package]]
11034name = "notify"
11035version = "8.2.0"
11036source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11037dependencies = [
11038 "bitflags 2.10.0",
11039 "fsevent-sys",
11040 "inotify 0.11.0",
11041 "kqueue",
11042 "libc",
11043 "log",
11044 "mio 1.1.0",
11045 "notify-types",
11046 "walkdir",
11047 "windows-sys 0.60.2",
11048]
11049
11050[[package]]
11051name = "notify-debouncer-mini"
11052version = "0.4.1"
11053source = "registry+https://github.com/rust-lang/crates.io-index"
11054checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11055dependencies = [
11056 "crossbeam-channel",
11057 "log",
11058 "notify 6.1.1",
11059]
11060
11061[[package]]
11062name = "notify-types"
11063version = "2.0.0"
11064source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11065
11066[[package]]
11067name = "ntapi"
11068version = "0.4.1"
11069source = "registry+https://github.com/rust-lang/crates.io-index"
11070checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11071dependencies = [
11072 "winapi",
11073]
11074
11075[[package]]
11076name = "nu-ansi-term"
11077version = "0.50.3"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11080dependencies = [
11081 "windows-sys 0.61.2",
11082]
11083
11084[[package]]
11085name = "nucleo"
11086version = "0.5.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11089dependencies = [
11090 "nucleo-matcher",
11091 "parking_lot",
11092 "rayon",
11093]
11094
11095[[package]]
11096name = "nucleo-matcher"
11097version = "0.3.1"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11100dependencies = [
11101 "memchr",
11102 "unicode-segmentation",
11103]
11104
11105[[package]]
11106name = "num"
11107version = "0.4.3"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11110dependencies = [
11111 "num-bigint",
11112 "num-complex",
11113 "num-integer",
11114 "num-iter",
11115 "num-rational",
11116 "num-traits",
11117]
11118
11119[[package]]
11120name = "num-bigint"
11121version = "0.4.6"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11124dependencies = [
11125 "num-integer",
11126 "num-traits",
11127]
11128
11129[[package]]
11130name = "num-bigint-dig"
11131version = "0.8.6"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11134dependencies = [
11135 "lazy_static",
11136 "libm",
11137 "num-integer",
11138 "num-iter",
11139 "num-traits",
11140 "rand 0.8.5",
11141 "smallvec",
11142 "zeroize",
11143]
11144
11145[[package]]
11146name = "num-bigint-dig"
11147version = "0.9.1"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11150dependencies = [
11151 "libm",
11152 "num-integer",
11153 "num-iter",
11154 "num-traits",
11155 "once_cell",
11156 "rand 0.9.2",
11157 "serde",
11158 "smallvec",
11159 "zeroize",
11160]
11161
11162[[package]]
11163name = "num-cmp"
11164version = "0.1.0"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11167
11168[[package]]
11169name = "num-complex"
11170version = "0.4.6"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11173dependencies = [
11174 "bytemuck",
11175 "num-traits",
11176]
11177
11178[[package]]
11179name = "num-conv"
11180version = "0.2.0"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11183
11184[[package]]
11185name = "num-derive"
11186version = "0.4.2"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11189dependencies = [
11190 "proc-macro2",
11191 "quote",
11192 "syn 2.0.117",
11193]
11194
11195[[package]]
11196name = "num-format"
11197version = "0.4.4"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11200dependencies = [
11201 "arrayvec",
11202 "itoa",
11203]
11204
11205[[package]]
11206name = "num-integer"
11207version = "0.1.46"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11210dependencies = [
11211 "num-traits",
11212]
11213
11214[[package]]
11215name = "num-iter"
11216version = "0.1.45"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11219dependencies = [
11220 "autocfg",
11221 "num-integer",
11222 "num-traits",
11223]
11224
11225[[package]]
11226name = "num-rational"
11227version = "0.4.2"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11230dependencies = [
11231 "num-bigint",
11232 "num-integer",
11233 "num-traits",
11234]
11235
11236[[package]]
11237name = "num-traits"
11238version = "0.2.19"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11241dependencies = [
11242 "autocfg",
11243 "libm",
11244]
11245
11246[[package]]
11247name = "num_cpus"
11248version = "1.17.0"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11251dependencies = [
11252 "hermit-abi",
11253 "libc",
11254]
11255
11256[[package]]
11257name = "num_enum"
11258version = "0.7.4"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11261dependencies = [
11262 "num_enum_derive",
11263 "rustversion",
11264]
11265
11266[[package]]
11267name = "num_enum_derive"
11268version = "0.7.4"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11271dependencies = [
11272 "proc-macro-crate",
11273 "proc-macro2",
11274 "quote",
11275 "syn 2.0.117",
11276]
11277
11278[[package]]
11279name = "num_threads"
11280version = "0.1.7"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11283dependencies = [
11284 "libc",
11285]
11286
11287[[package]]
11288name = "nvim-rs"
11289version = "0.9.2"
11290source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11291dependencies = [
11292 "async-trait",
11293 "futures 0.3.32",
11294 "log",
11295 "rmp",
11296 "rmpv",
11297 "tokio",
11298 "tokio-util",
11299]
11300
11301[[package]]
11302name = "objc"
11303version = "0.2.7"
11304source = "registry+https://github.com/rust-lang/crates.io-index"
11305checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11306dependencies = [
11307 "malloc_buf",
11308 "objc_exception",
11309]
11310
11311[[package]]
11312name = "objc-foundation"
11313version = "0.1.1"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11316dependencies = [
11317 "block",
11318 "objc",
11319 "objc_id",
11320]
11321
11322[[package]]
11323name = "objc2"
11324version = "0.6.3"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11327dependencies = [
11328 "objc2-encode",
11329]
11330
11331[[package]]
11332name = "objc2-app-kit"
11333version = "0.3.1"
11334source = "registry+https://github.com/rust-lang/crates.io-index"
11335checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11336dependencies = [
11337 "objc2",
11338 "objc2-foundation",
11339]
11340
11341[[package]]
11342name = "objc2-audio-toolbox"
11343version = "0.3.2"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11346dependencies = [
11347 "bitflags 2.10.0",
11348 "libc",
11349 "objc2",
11350 "objc2-core-audio",
11351 "objc2-core-audio-types",
11352 "objc2-core-foundation",
11353 "objc2-foundation",
11354]
11355
11356[[package]]
11357name = "objc2-avf-audio"
11358version = "0.3.2"
11359source = "registry+https://github.com/rust-lang/crates.io-index"
11360checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11361dependencies = [
11362 "objc2",
11363 "objc2-foundation",
11364]
11365
11366[[package]]
11367name = "objc2-core-audio"
11368version = "0.3.2"
11369source = "registry+https://github.com/rust-lang/crates.io-index"
11370checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11371dependencies = [
11372 "dispatch2",
11373 "objc2",
11374 "objc2-core-audio-types",
11375 "objc2-core-foundation",
11376 "objc2-foundation",
11377]
11378
11379[[package]]
11380name = "objc2-core-audio-types"
11381version = "0.3.2"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11384dependencies = [
11385 "bitflags 2.10.0",
11386 "objc2",
11387]
11388
11389[[package]]
11390name = "objc2-core-foundation"
11391version = "0.3.2"
11392source = "registry+https://github.com/rust-lang/crates.io-index"
11393checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11394dependencies = [
11395 "bitflags 2.10.0",
11396 "block2",
11397 "dispatch2",
11398 "libc",
11399 "objc2",
11400]
11401
11402[[package]]
11403name = "objc2-encode"
11404version = "4.1.0"
11405source = "registry+https://github.com/rust-lang/crates.io-index"
11406checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11407
11408[[package]]
11409name = "objc2-foundation"
11410version = "0.3.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11413dependencies = [
11414 "bitflags 2.10.0",
11415 "block2",
11416 "libc",
11417 "objc2",
11418 "objc2-core-foundation",
11419]
11420
11421[[package]]
11422name = "objc2-io-kit"
11423version = "0.3.2"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11426dependencies = [
11427 "libc",
11428 "objc2-core-foundation",
11429]
11430
11431[[package]]
11432name = "objc2-metal"
11433version = "0.3.2"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11436dependencies = [
11437 "bitflags 2.10.0",
11438 "block2",
11439 "dispatch2",
11440 "objc2",
11441 "objc2-core-foundation",
11442 "objc2-foundation",
11443]
11444
11445[[package]]
11446name = "objc2-quartz-core"
11447version = "0.3.2"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11450dependencies = [
11451 "bitflags 2.10.0",
11452 "objc2",
11453 "objc2-core-foundation",
11454 "objc2-foundation",
11455 "objc2-metal",
11456]
11457
11458[[package]]
11459name = "objc_exception"
11460version = "0.1.2"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11463dependencies = [
11464 "cc",
11465]
11466
11467[[package]]
11468name = "objc_id"
11469version = "0.1.1"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11472dependencies = [
11473 "objc",
11474]
11475
11476[[package]]
11477name = "object"
11478version = "0.37.3"
11479source = "registry+https://github.com/rust-lang/crates.io-index"
11480checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11481dependencies = [
11482 "crc32fast",
11483 "hashbrown 0.15.5",
11484 "indexmap",
11485 "memchr",
11486]
11487
11488[[package]]
11489name = "octocrab"
11490version = "0.49.7"
11491source = "registry+https://github.com/rust-lang/crates.io-index"
11492checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11493dependencies = [
11494 "arc-swap",
11495 "async-trait",
11496 "base64 0.22.1",
11497 "bytes 1.11.1",
11498 "cargo_metadata 0.23.1",
11499 "cfg-if",
11500 "chrono",
11501 "either",
11502 "futures 0.3.32",
11503 "futures-core",
11504 "futures-util",
11505 "getrandom 0.2.16",
11506 "http 1.3.1",
11507 "http-body 1.0.1",
11508 "http-body-util",
11509 "hyper 1.7.0",
11510 "hyper-rustls 0.27.7",
11511 "hyper-timeout",
11512 "hyper-util",
11513 "jsonwebtoken",
11514 "once_cell",
11515 "percent-encoding",
11516 "pin-project",
11517 "secrecy",
11518 "serde",
11519 "serde_json",
11520 "serde_path_to_error",
11521 "serde_urlencoded",
11522 "snafu",
11523 "tokio",
11524 "tower 0.5.2",
11525 "tower-http 0.6.6",
11526 "url",
11527 "web-time",
11528]
11529
11530[[package]]
11531name = "ollama"
11532version = "0.1.0"
11533dependencies = [
11534 "anyhow",
11535 "futures 0.3.32",
11536 "http_client",
11537 "schemars",
11538 "serde",
11539 "serde_json",
11540 "settings",
11541]
11542
11543[[package]]
11544name = "onboarding"
11545version = "0.1.0"
11546dependencies = [
11547 "anyhow",
11548 "client",
11549 "cloud_api_types",
11550 "collections",
11551 "component",
11552 "db",
11553 "documented",
11554 "fs",
11555 "fuzzy",
11556 "gpui",
11557 "menu",
11558 "notifications",
11559 "picker",
11560 "project",
11561 "schemars",
11562 "serde",
11563 "settings",
11564 "telemetry",
11565 "theme",
11566 "theme_settings",
11567 "ui",
11568 "util",
11569 "vim_mode_setting",
11570 "workspace",
11571 "zed_actions",
11572 "zlog",
11573]
11574
11575[[package]]
11576name = "once_cell"
11577version = "1.21.3"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11580
11581[[package]]
11582name = "once_cell_polyfill"
11583version = "1.70.1"
11584source = "registry+https://github.com/rust-lang/crates.io-index"
11585checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11586
11587[[package]]
11588name = "oo7"
11589version = "0.6.0"
11590source = "registry+https://github.com/rust-lang/crates.io-index"
11591checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11592dependencies = [
11593 "aes",
11594 "ashpd",
11595 "async-fs",
11596 "async-io",
11597 "async-lock 3.4.2",
11598 "blocking",
11599 "cbc",
11600 "cipher",
11601 "digest",
11602 "endi",
11603 "futures-lite 2.6.1",
11604 "futures-util",
11605 "getrandom 0.4.1",
11606 "hkdf",
11607 "hmac",
11608 "md-5",
11609 "num",
11610 "num-bigint-dig 0.9.1",
11611 "pbkdf2 0.12.2",
11612 "serde",
11613 "serde_bytes",
11614 "sha2",
11615 "subtle",
11616 "zbus",
11617 "zbus_macros",
11618 "zeroize",
11619 "zvariant",
11620]
11621
11622[[package]]
11623name = "oorandom"
11624version = "11.1.5"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11627
11628[[package]]
11629name = "open"
11630version = "5.3.2"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11633dependencies = [
11634 "is-wsl",
11635 "libc",
11636 "pathdiff",
11637]
11638
11639[[package]]
11640name = "open_ai"
11641version = "0.1.0"
11642dependencies = [
11643 "anyhow",
11644 "collections",
11645 "futures 0.3.32",
11646 "http_client",
11647 "language_model_core",
11648 "log",
11649 "pretty_assertions",
11650 "rand 0.9.2",
11651 "schemars",
11652 "serde",
11653 "serde_json",
11654 "strum 0.27.2",
11655 "thiserror 2.0.17",
11656 "tiktoken-rs",
11657]
11658
11659[[package]]
11660name = "open_path_prompt"
11661version = "0.1.0"
11662dependencies = [
11663 "editor",
11664 "file_icons",
11665 "futures 0.3.32",
11666 "fuzzy",
11667 "gpui",
11668 "picker",
11669 "project",
11670 "schemars",
11671 "serde",
11672 "serde_json",
11673 "settings",
11674 "theme",
11675 "theme_settings",
11676 "ui",
11677 "util",
11678 "workspace",
11679]
11680
11681[[package]]
11682name = "open_router"
11683version = "0.1.0"
11684dependencies = [
11685 "anyhow",
11686 "futures 0.3.32",
11687 "http_client",
11688 "language_model_core",
11689 "schemars",
11690 "serde",
11691 "serde_json",
11692 "settings",
11693 "strum 0.27.2",
11694 "thiserror 2.0.17",
11695]
11696
11697[[package]]
11698name = "opencode"
11699version = "0.1.0"
11700dependencies = [
11701 "anyhow",
11702 "futures 0.3.32",
11703 "google_ai",
11704 "http_client",
11705 "schemars",
11706 "serde",
11707 "serde_json",
11708 "strum 0.27.2",
11709]
11710
11711[[package]]
11712name = "opener"
11713version = "0.7.2"
11714source = "registry+https://github.com/rust-lang/crates.io-index"
11715checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11716dependencies = [
11717 "bstr",
11718 "dbus",
11719 "normpath",
11720 "windows-sys 0.59.0",
11721]
11722
11723[[package]]
11724name = "openssl"
11725version = "0.10.74"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11728dependencies = [
11729 "bitflags 2.10.0",
11730 "cfg-if",
11731 "foreign-types 0.3.2",
11732 "libc",
11733 "once_cell",
11734 "openssl-macros",
11735 "openssl-sys",
11736]
11737
11738[[package]]
11739name = "openssl-macros"
11740version = "0.1.1"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11743dependencies = [
11744 "proc-macro2",
11745 "quote",
11746 "syn 2.0.117",
11747]
11748
11749[[package]]
11750name = "openssl-probe"
11751version = "0.1.6"
11752source = "registry+https://github.com/rust-lang/crates.io-index"
11753checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11754
11755[[package]]
11756name = "openssl-sys"
11757version = "0.9.110"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11760dependencies = [
11761 "cc",
11762 "libc",
11763 "pkg-config",
11764 "vcpkg",
11765]
11766
11767[[package]]
11768name = "optfield"
11769version = "0.4.0"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11772dependencies = [
11773 "proc-macro2",
11774 "quote",
11775 "syn 2.0.117",
11776]
11777
11778[[package]]
11779name = "option-ext"
11780version = "0.2.0"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11783
11784[[package]]
11785name = "ordered-float"
11786version = "2.10.1"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11789dependencies = [
11790 "num-traits",
11791]
11792
11793[[package]]
11794name = "ordered-float"
11795version = "4.6.0"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11798dependencies = [
11799 "num-traits",
11800]
11801
11802[[package]]
11803name = "ordered-stream"
11804version = "0.2.0"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11807dependencies = [
11808 "futures-core",
11809 "pin-project-lite",
11810]
11811
11812[[package]]
11813name = "ouroboros"
11814version = "0.18.5"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11817dependencies = [
11818 "aliasable",
11819 "ouroboros_macro",
11820 "static_assertions",
11821]
11822
11823[[package]]
11824name = "ouroboros_macro"
11825version = "0.18.5"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11828dependencies = [
11829 "heck 0.4.1",
11830 "proc-macro2",
11831 "proc-macro2-diagnostics",
11832 "quote",
11833 "syn 2.0.117",
11834]
11835
11836[[package]]
11837name = "outline"
11838version = "0.1.0"
11839dependencies = [
11840 "editor",
11841 "fuzzy",
11842 "gpui",
11843 "indoc",
11844 "language",
11845 "lsp",
11846 "menu",
11847 "ordered-float 2.10.1",
11848 "picker",
11849 "project",
11850 "rope",
11851 "serde_json",
11852 "settings",
11853 "smol",
11854 "theme",
11855 "theme_settings",
11856 "ui",
11857 "util",
11858 "workspace",
11859 "zed_actions",
11860]
11861
11862[[package]]
11863name = "outline_panel"
11864version = "0.1.0"
11865dependencies = [
11866 "anyhow",
11867 "collections",
11868 "db",
11869 "editor",
11870 "file_icons",
11871 "fuzzy",
11872 "gpui",
11873 "itertools 0.14.0",
11874 "language",
11875 "log",
11876 "lsp",
11877 "menu",
11878 "outline",
11879 "pretty_assertions",
11880 "project",
11881 "search",
11882 "serde",
11883 "serde_json",
11884 "settings",
11885 "smallvec",
11886 "smol",
11887 "theme",
11888 "theme_settings",
11889 "ui",
11890 "util",
11891 "workspace",
11892 "worktree",
11893 "zed_actions",
11894]
11895
11896[[package]]
11897name = "outref"
11898version = "0.5.2"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11901
11902[[package]]
11903name = "p256"
11904version = "0.11.1"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11907dependencies = [
11908 "ecdsa",
11909 "elliptic-curve",
11910 "sha2",
11911]
11912
11913[[package]]
11914name = "page_size"
11915version = "0.6.0"
11916source = "registry+https://github.com/rust-lang/crates.io-index"
11917checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11918dependencies = [
11919 "libc",
11920 "winapi",
11921]
11922
11923[[package]]
11924name = "palette"
11925version = "0.7.6"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11928dependencies = [
11929 "approx",
11930 "fast-srgb8",
11931 "palette_derive",
11932]
11933
11934[[package]]
11935name = "palette_derive"
11936version = "0.7.6"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11939dependencies = [
11940 "by_address",
11941 "proc-macro2",
11942 "quote",
11943 "syn 2.0.117",
11944]
11945
11946[[package]]
11947name = "panel"
11948version = "0.1.0"
11949dependencies = [
11950 "gpui",
11951 "ui",
11952 "workspace",
11953]
11954
11955[[package]]
11956name = "parking"
11957version = "2.2.1"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11960
11961[[package]]
11962name = "parking_lot"
11963version = "0.12.5"
11964source = "registry+https://github.com/rust-lang/crates.io-index"
11965checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11966dependencies = [
11967 "lock_api",
11968 "parking_lot_core",
11969]
11970
11971[[package]]
11972name = "parking_lot_core"
11973version = "0.9.12"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11976dependencies = [
11977 "cfg-if",
11978 "libc",
11979 "redox_syscall 0.5.18",
11980 "smallvec",
11981 "windows-link 0.2.1",
11982]
11983
11984[[package]]
11985name = "parse_int"
11986version = "0.9.0"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11989dependencies = [
11990 "num-traits",
11991]
11992
11993[[package]]
11994name = "partial-json-fixer"
11995version = "0.5.3"
11996source = "registry+https://github.com/rust-lang/crates.io-index"
11997checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11998
11999[[package]]
12000name = "password-hash"
12001version = "0.4.2"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12004dependencies = [
12005 "base64ct",
12006 "rand_core 0.6.4",
12007 "subtle",
12008]
12009
12010[[package]]
12011name = "paste"
12012version = "1.0.15"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12015
12016[[package]]
12017name = "pathdiff"
12018version = "0.2.3"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12021
12022[[package]]
12023name = "pathfinder_geometry"
12024version = "0.5.1"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12027dependencies = [
12028 "log",
12029 "pathfinder_simd",
12030]
12031
12032[[package]]
12033name = "pathfinder_simd"
12034version = "0.5.5"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12037dependencies = [
12038 "rustc_version",
12039]
12040
12041[[package]]
12042name = "paths"
12043version = "0.1.0"
12044dependencies = [
12045 "dirs",
12046 "ignore",
12047 "util",
12048]
12049
12050[[package]]
12051name = "pbjson"
12052version = "0.6.0"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12055dependencies = [
12056 "base64 0.21.7",
12057 "serde",
12058]
12059
12060[[package]]
12061name = "pbjson-build"
12062version = "0.6.2"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12065dependencies = [
12066 "heck 0.4.1",
12067 "itertools 0.11.0",
12068 "prost 0.12.6",
12069 "prost-types 0.12.6",
12070]
12071
12072[[package]]
12073name = "pbjson-types"
12074version = "0.6.0"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12077dependencies = [
12078 "bytes 1.11.1",
12079 "chrono",
12080 "pbjson",
12081 "pbjson-build",
12082 "prost 0.12.6",
12083 "prost-build 0.12.6",
12084 "serde",
12085]
12086
12087[[package]]
12088name = "pbkdf2"
12089version = "0.11.0"
12090source = "registry+https://github.com/rust-lang/crates.io-index"
12091checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12092dependencies = [
12093 "digest",
12094 "hmac",
12095 "password-hash",
12096 "sha2",
12097]
12098
12099[[package]]
12100name = "pbkdf2"
12101version = "0.12.2"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12104dependencies = [
12105 "digest",
12106 "hmac",
12107]
12108
12109[[package]]
12110name = "pciid-parser"
12111version = "0.8.0"
12112source = "registry+https://github.com/rust-lang/crates.io-index"
12113checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12114
12115[[package]]
12116name = "peg"
12117version = "0.8.5"
12118source = "registry+https://github.com/rust-lang/crates.io-index"
12119checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12120dependencies = [
12121 "peg-macros",
12122 "peg-runtime",
12123]
12124
12125[[package]]
12126name = "peg-macros"
12127version = "0.8.5"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12130dependencies = [
12131 "peg-runtime",
12132 "proc-macro2",
12133 "quote",
12134]
12135
12136[[package]]
12137name = "peg-runtime"
12138version = "0.8.5"
12139source = "registry+https://github.com/rust-lang/crates.io-index"
12140checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12141
12142[[package]]
12143name = "pem"
12144version = "3.0.6"
12145source = "registry+https://github.com/rust-lang/crates.io-index"
12146checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12147dependencies = [
12148 "base64 0.22.1",
12149 "serde_core",
12150]
12151
12152[[package]]
12153name = "pem-rfc7468"
12154version = "0.7.0"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12157dependencies = [
12158 "base64ct",
12159]
12160
12161[[package]]
12162name = "percent-encoding"
12163version = "2.3.2"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12166
12167[[package]]
12168name = "perf"
12169version = "0.1.0"
12170dependencies = [
12171 "collections",
12172 "serde",
12173 "serde_json",
12174]
12175
12176[[package]]
12177name = "pest"
12178version = "2.8.3"
12179source = "registry+https://github.com/rust-lang/crates.io-index"
12180checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12181dependencies = [
12182 "memchr",
12183 "ucd-trie",
12184]
12185
12186[[package]]
12187name = "pest_derive"
12188version = "2.8.3"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12191dependencies = [
12192 "pest",
12193 "pest_generator",
12194]
12195
12196[[package]]
12197name = "pest_generator"
12198version = "2.8.3"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12201dependencies = [
12202 "pest",
12203 "pest_meta",
12204 "proc-macro2",
12205 "quote",
12206 "syn 2.0.117",
12207]
12208
12209[[package]]
12210name = "pest_meta"
12211version = "2.8.3"
12212source = "registry+https://github.com/rust-lang/crates.io-index"
12213checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12214dependencies = [
12215 "pest",
12216 "sha2",
12217]
12218
12219[[package]]
12220name = "pet"
12221version = "0.1.0"
12222source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12223dependencies = [
12224 "clap",
12225 "env_logger 0.10.2",
12226 "lazy_static",
12227 "log",
12228 "msvc_spectre_libs",
12229 "pet-conda",
12230 "pet-core",
12231 "pet-env-var-path",
12232 "pet-fs",
12233 "pet-global-virtualenvs",
12234 "pet-homebrew",
12235 "pet-jsonrpc",
12236 "pet-linux-global-python",
12237 "pet-mac-commandlinetools",
12238 "pet-mac-python-org",
12239 "pet-mac-xcode",
12240 "pet-pipenv",
12241 "pet-pixi",
12242 "pet-poetry",
12243 "pet-pyenv",
12244 "pet-python-utils",
12245 "pet-reporter",
12246 "pet-telemetry",
12247 "pet-uv",
12248 "pet-venv",
12249 "pet-virtualenv",
12250 "pet-virtualenvwrapper",
12251 "pet-windows-registry",
12252 "pet-windows-store",
12253 "pet-winpython",
12254 "serde",
12255 "serde_json",
12256 "tracing",
12257 "tracing-subscriber",
12258 "winresource",
12259]
12260
12261[[package]]
12262name = "pet-conda"
12263version = "0.1.0"
12264source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12265dependencies = [
12266 "env_logger 0.10.2",
12267 "lazy_static",
12268 "log",
12269 "msvc_spectre_libs",
12270 "pet-core",
12271 "pet-fs",
12272 "pet-python-utils",
12273 "pet-reporter",
12274 "rayon",
12275 "regex",
12276 "serde",
12277 "serde_json",
12278 "yaml-rust2",
12279]
12280
12281[[package]]
12282name = "pet-core"
12283version = "0.1.0"
12284source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12285dependencies = [
12286 "clap",
12287 "lazy_static",
12288 "log",
12289 "msvc_spectre_libs",
12290 "pet-fs",
12291 "regex",
12292 "serde",
12293 "serde_json",
12294]
12295
12296[[package]]
12297name = "pet-env-var-path"
12298version = "0.1.0"
12299source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12300dependencies = [
12301 "lazy_static",
12302 "log",
12303 "msvc_spectre_libs",
12304 "pet-conda",
12305 "pet-core",
12306 "pet-fs",
12307 "pet-python-utils",
12308 "pet-virtualenv",
12309 "regex",
12310]
12311
12312[[package]]
12313name = "pet-fs"
12314version = "0.1.0"
12315source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12316dependencies = [
12317 "glob",
12318 "log",
12319 "msvc_spectre_libs",
12320 "windows-sys 0.59.0",
12321]
12322
12323[[package]]
12324name = "pet-global-virtualenvs"
12325version = "0.1.0"
12326source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12327dependencies = [
12328 "log",
12329 "msvc_spectre_libs",
12330 "pet-conda",
12331 "pet-core",
12332 "pet-fs",
12333 "pet-virtualenv",
12334]
12335
12336[[package]]
12337name = "pet-homebrew"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "lazy_static",
12342 "log",
12343 "msvc_spectre_libs",
12344 "pet-conda",
12345 "pet-core",
12346 "pet-fs",
12347 "pet-python-utils",
12348 "pet-virtualenv",
12349 "rayon",
12350 "regex",
12351 "serde",
12352 "serde_json",
12353]
12354
12355[[package]]
12356name = "pet-jsonrpc"
12357version = "0.1.0"
12358source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12359dependencies = [
12360 "env_logger 0.10.2",
12361 "log",
12362 "msvc_spectre_libs",
12363 "pet-core",
12364 "serde",
12365 "serde_json",
12366]
12367
12368[[package]]
12369name = "pet-linux-global-python"
12370version = "0.1.0"
12371source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12372dependencies = [
12373 "log",
12374 "msvc_spectre_libs",
12375 "pet-core",
12376 "pet-fs",
12377 "pet-python-utils",
12378 "pet-virtualenv",
12379]
12380
12381[[package]]
12382name = "pet-mac-commandlinetools"
12383version = "0.1.0"
12384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12385dependencies = [
12386 "log",
12387 "msvc_spectre_libs",
12388 "pet-core",
12389 "pet-fs",
12390 "pet-python-utils",
12391 "pet-virtualenv",
12392]
12393
12394[[package]]
12395name = "pet-mac-python-org"
12396version = "0.1.0"
12397source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12398dependencies = [
12399 "log",
12400 "msvc_spectre_libs",
12401 "pet-core",
12402 "pet-fs",
12403 "pet-python-utils",
12404 "pet-virtualenv",
12405]
12406
12407[[package]]
12408name = "pet-mac-xcode"
12409version = "0.1.0"
12410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12411dependencies = [
12412 "log",
12413 "msvc_spectre_libs",
12414 "pet-core",
12415 "pet-fs",
12416 "pet-python-utils",
12417 "pet-virtualenv",
12418]
12419
12420[[package]]
12421name = "pet-pipenv"
12422version = "0.1.0"
12423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12424dependencies = [
12425 "lazy_static",
12426 "log",
12427 "msvc_spectre_libs",
12428 "pet-core",
12429 "pet-fs",
12430 "pet-python-utils",
12431 "pet-virtualenv",
12432 "regex",
12433]
12434
12435[[package]]
12436name = "pet-pixi"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-conda",
12443 "pet-core",
12444 "pet-python-utils",
12445]
12446
12447[[package]]
12448name = "pet-poetry"
12449version = "0.1.0"
12450source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12451dependencies = [
12452 "base64 0.22.1",
12453 "lazy_static",
12454 "log",
12455 "msvc_spectre_libs",
12456 "pet-core",
12457 "pet-fs",
12458 "pet-python-utils",
12459 "pet-reporter",
12460 "pet-virtualenv",
12461 "regex",
12462 "serde",
12463 "serde_json",
12464 "sha2",
12465 "toml 0.8.23",
12466]
12467
12468[[package]]
12469name = "pet-pyenv"
12470version = "0.1.0"
12471source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12472dependencies = [
12473 "lazy_static",
12474 "log",
12475 "msvc_spectre_libs",
12476 "pet-conda",
12477 "pet-core",
12478 "pet-fs",
12479 "pet-python-utils",
12480 "pet-reporter",
12481 "regex",
12482 "serde",
12483 "serde_json",
12484]
12485
12486[[package]]
12487name = "pet-python-utils"
12488version = "0.1.0"
12489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12490dependencies = [
12491 "env_logger 0.10.2",
12492 "lazy_static",
12493 "log",
12494 "msvc_spectre_libs",
12495 "pet-core",
12496 "pet-fs",
12497 "regex",
12498 "serde",
12499 "serde_json",
12500 "sha2",
12501]
12502
12503[[package]]
12504name = "pet-reporter"
12505version = "0.1.0"
12506source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12507dependencies = [
12508 "env_logger 0.10.2",
12509 "log",
12510 "msvc_spectre_libs",
12511 "pet-core",
12512 "pet-jsonrpc",
12513 "serde",
12514 "serde_json",
12515]
12516
12517[[package]]
12518name = "pet-telemetry"
12519version = "0.1.0"
12520source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12521dependencies = [
12522 "env_logger 0.10.2",
12523 "lazy_static",
12524 "log",
12525 "msvc_spectre_libs",
12526 "pet-core",
12527 "pet-fs",
12528 "pet-python-utils",
12529 "regex",
12530]
12531
12532[[package]]
12533name = "pet-uv"
12534version = "0.1.0"
12535source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12536dependencies = [
12537 "log",
12538 "pet-core",
12539 "pet-python-utils",
12540 "serde",
12541 "toml 0.9.8",
12542]
12543
12544[[package]]
12545name = "pet-venv"
12546version = "0.1.0"
12547source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12548dependencies = [
12549 "log",
12550 "msvc_spectre_libs",
12551 "pet-core",
12552 "pet-python-utils",
12553 "pet-virtualenv",
12554]
12555
12556[[package]]
12557name = "pet-virtualenv"
12558version = "0.1.0"
12559source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12560dependencies = [
12561 "log",
12562 "msvc_spectre_libs",
12563 "pet-core",
12564 "pet-fs",
12565 "pet-python-utils",
12566]
12567
12568[[package]]
12569name = "pet-virtualenvwrapper"
12570version = "0.1.0"
12571source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12572dependencies = [
12573 "log",
12574 "msvc_spectre_libs",
12575 "pet-core",
12576 "pet-fs",
12577 "pet-python-utils",
12578 "pet-virtualenv",
12579]
12580
12581[[package]]
12582name = "pet-windows-registry"
12583version = "0.1.0"
12584source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12585dependencies = [
12586 "lazy_static",
12587 "log",
12588 "msvc_spectre_libs",
12589 "pet-conda",
12590 "pet-core",
12591 "pet-fs",
12592 "pet-python-utils",
12593 "pet-virtualenv",
12594 "pet-windows-store",
12595 "regex",
12596 "winreg 0.55.0",
12597]
12598
12599[[package]]
12600name = "pet-windows-store"
12601version = "0.1.0"
12602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12603dependencies = [
12604 "lazy_static",
12605 "log",
12606 "msvc_spectre_libs",
12607 "pet-core",
12608 "pet-fs",
12609 "pet-python-utils",
12610 "pet-virtualenv",
12611 "regex",
12612 "winreg 0.55.0",
12613]
12614
12615[[package]]
12616name = "pet-winpython"
12617version = "0.1.0"
12618source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12619dependencies = [
12620 "lazy_static",
12621 "log",
12622 "pet-core",
12623 "pet-fs",
12624 "pet-python-utils",
12625 "pet-virtualenv",
12626 "regex",
12627]
12628
12629[[package]]
12630name = "petgraph"
12631version = "0.6.5"
12632source = "registry+https://github.com/rust-lang/crates.io-index"
12633checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12634dependencies = [
12635 "fixedbitset 0.4.2",
12636 "indexmap",
12637]
12638
12639[[package]]
12640name = "pgvector"
12641version = "0.4.1"
12642source = "registry+https://github.com/rust-lang/crates.io-index"
12643checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12644dependencies = [
12645 "serde",
12646]
12647
12648[[package]]
12649name = "phf"
12650version = "0.11.3"
12651source = "registry+https://github.com/rust-lang/crates.io-index"
12652checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12653dependencies = [
12654 "phf_macros 0.11.3",
12655 "phf_shared 0.11.3",
12656]
12657
12658[[package]]
12659name = "phf"
12660version = "0.12.1"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12663dependencies = [
12664 "phf_macros 0.12.1",
12665 "phf_shared 0.12.1",
12666]
12667
12668[[package]]
12669name = "phf_codegen"
12670version = "0.11.3"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12673dependencies = [
12674 "phf_generator 0.11.3",
12675 "phf_shared 0.11.3",
12676]
12677
12678[[package]]
12679name = "phf_generator"
12680version = "0.11.3"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12683dependencies = [
12684 "phf_shared 0.11.3",
12685 "rand 0.8.5",
12686]
12687
12688[[package]]
12689name = "phf_generator"
12690version = "0.12.1"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12693dependencies = [
12694 "fastrand 2.3.0",
12695 "phf_shared 0.12.1",
12696]
12697
12698[[package]]
12699name = "phf_macros"
12700version = "0.11.3"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12703dependencies = [
12704 "phf_generator 0.11.3",
12705 "phf_shared 0.11.3",
12706 "proc-macro2",
12707 "quote",
12708 "syn 2.0.117",
12709]
12710
12711[[package]]
12712name = "phf_macros"
12713version = "0.12.1"
12714source = "registry+https://github.com/rust-lang/crates.io-index"
12715checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12716dependencies = [
12717 "phf_generator 0.12.1",
12718 "phf_shared 0.12.1",
12719 "proc-macro2",
12720 "quote",
12721 "syn 2.0.117",
12722]
12723
12724[[package]]
12725name = "phf_shared"
12726version = "0.11.3"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12729dependencies = [
12730 "siphasher 1.0.1",
12731]
12732
12733[[package]]
12734name = "phf_shared"
12735version = "0.12.1"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12738dependencies = [
12739 "siphasher 1.0.1",
12740]
12741
12742[[package]]
12743name = "picker"
12744version = "0.1.0"
12745dependencies = [
12746 "anyhow",
12747 "editor",
12748 "gpui",
12749 "menu",
12750 "schemars",
12751 "serde",
12752 "settings",
12753 "theme",
12754 "theme_settings",
12755 "ui",
12756 "ui_input",
12757 "workspace",
12758 "zed_actions",
12759]
12760
12761[[package]]
12762name = "pico-args"
12763version = "0.5.0"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12766
12767[[package]]
12768name = "pin-project"
12769version = "1.1.10"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12772dependencies = [
12773 "pin-project-internal",
12774]
12775
12776[[package]]
12777name = "pin-project-internal"
12778version = "1.1.10"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12781dependencies = [
12782 "proc-macro2",
12783 "quote",
12784 "syn 2.0.117",
12785]
12786
12787[[package]]
12788name = "pin-project-lite"
12789version = "0.2.16"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12792
12793[[package]]
12794name = "pin-utils"
12795version = "0.1.0"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12798
12799[[package]]
12800name = "piper"
12801version = "0.2.4"
12802source = "registry+https://github.com/rust-lang/crates.io-index"
12803checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12804dependencies = [
12805 "atomic-waker",
12806 "fastrand 2.3.0",
12807 "futures-io",
12808]
12809
12810[[package]]
12811name = "pkcs1"
12812version = "0.7.5"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12815dependencies = [
12816 "der 0.7.10",
12817 "pkcs8 0.10.2",
12818 "spki 0.7.3",
12819]
12820
12821[[package]]
12822name = "pkcs8"
12823version = "0.9.0"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12826dependencies = [
12827 "der 0.6.1",
12828 "spki 0.6.0",
12829]
12830
12831[[package]]
12832name = "pkcs8"
12833version = "0.10.2"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12836dependencies = [
12837 "der 0.7.10",
12838 "spki 0.7.3",
12839]
12840
12841[[package]]
12842name = "pkg-config"
12843version = "0.3.32"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12846
12847[[package]]
12848name = "plain"
12849version = "0.2.3"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12852
12853[[package]]
12854name = "platform_title_bar"
12855version = "0.1.0"
12856dependencies = [
12857 "gpui",
12858 "project",
12859 "settings",
12860 "smallvec",
12861 "theme",
12862 "theme_settings",
12863 "ui",
12864 "windows 0.61.3",
12865 "workspace",
12866 "zed_actions",
12867]
12868
12869[[package]]
12870name = "plist"
12871version = "1.8.0"
12872source = "registry+https://github.com/rust-lang/crates.io-index"
12873checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12874dependencies = [
12875 "base64 0.22.1",
12876 "indexmap",
12877 "quick-xml 0.38.3",
12878 "serde",
12879 "time",
12880]
12881
12882[[package]]
12883name = "plotters"
12884version = "0.3.7"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12887dependencies = [
12888 "num-traits",
12889 "plotters-backend",
12890 "plotters-svg",
12891 "wasm-bindgen",
12892 "web-sys",
12893]
12894
12895[[package]]
12896name = "plotters-backend"
12897version = "0.3.7"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12900
12901[[package]]
12902name = "plotters-svg"
12903version = "0.3.7"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12906dependencies = [
12907 "plotters-backend",
12908]
12909
12910[[package]]
12911name = "png"
12912version = "0.17.16"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12915dependencies = [
12916 "bitflags 1.3.2",
12917 "crc32fast",
12918 "fdeflate",
12919 "flate2",
12920 "miniz_oxide",
12921]
12922
12923[[package]]
12924name = "png"
12925version = "0.18.0"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12928dependencies = [
12929 "bitflags 2.10.0",
12930 "crc32fast",
12931 "fdeflate",
12932 "flate2",
12933 "miniz_oxide",
12934]
12935
12936[[package]]
12937name = "polling"
12938version = "3.11.0"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12941dependencies = [
12942 "cfg-if",
12943 "concurrent-queue",
12944 "hermit-abi",
12945 "pin-project-lite",
12946 "rustix 1.1.2",
12947 "windows-sys 0.61.2",
12948]
12949
12950[[package]]
12951name = "pollster"
12952version = "0.2.5"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12955
12956[[package]]
12957name = "pollster"
12958version = "0.4.0"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12961
12962[[package]]
12963name = "pori"
12964version = "0.0.0"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12967dependencies = [
12968 "nom 7.1.3",
12969]
12970
12971[[package]]
12972name = "portable-atomic"
12973version = "1.11.1"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12976
12977[[package]]
12978name = "portable-atomic-util"
12979version = "0.2.4"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12982dependencies = [
12983 "portable-atomic",
12984]
12985
12986[[package]]
12987name = "portable-pty"
12988version = "0.9.0"
12989source = "registry+https://github.com/rust-lang/crates.io-index"
12990checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12991dependencies = [
12992 "anyhow",
12993 "bitflags 1.3.2",
12994 "downcast-rs",
12995 "filedescriptor",
12996 "lazy_static",
12997 "libc",
12998 "log",
12999 "nix 0.28.0",
13000 "serial2",
13001 "shared_library",
13002 "shell-words",
13003 "winapi",
13004 "winreg 0.10.1",
13005]
13006
13007[[package]]
13008name = "postage"
13009version = "0.5.0"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13012dependencies = [
13013 "atomic",
13014 "crossbeam-queue",
13015 "futures 0.3.32",
13016 "log",
13017 "parking_lot",
13018 "pin-project",
13019 "pollster 0.2.5",
13020 "static_assertions",
13021 "thiserror 1.0.69",
13022]
13023
13024[[package]]
13025name = "postcard"
13026version = "1.1.3"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13029dependencies = [
13030 "cobs",
13031 "embedded-io 0.4.0",
13032 "embedded-io 0.6.1",
13033 "serde",
13034]
13035
13036[[package]]
13037name = "potential_utf"
13038version = "0.1.3"
13039source = "registry+https://github.com/rust-lang/crates.io-index"
13040checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13041dependencies = [
13042 "zerovec",
13043]
13044
13045[[package]]
13046name = "powerfmt"
13047version = "0.2.0"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13050
13051[[package]]
13052name = "ppv-lite86"
13053version = "0.2.21"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13056dependencies = [
13057 "zerocopy",
13058]
13059
13060[[package]]
13061name = "precomputed-hash"
13062version = "0.1.1"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13065
13066[[package]]
13067name = "presser"
13068version = "0.3.1"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13071
13072[[package]]
13073name = "prettier"
13074version = "0.1.0"
13075dependencies = [
13076 "anyhow",
13077 "collections",
13078 "fs",
13079 "gpui",
13080 "language",
13081 "log",
13082 "lsp",
13083 "node_runtime",
13084 "parking_lot",
13085 "paths",
13086 "serde",
13087 "serde_json",
13088 "util",
13089]
13090
13091[[package]]
13092name = "pretty_assertions"
13093version = "1.4.1"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13096dependencies = [
13097 "diff",
13098 "yansi",
13099]
13100
13101[[package]]
13102name = "prettyplease"
13103version = "0.2.37"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13106dependencies = [
13107 "proc-macro2",
13108 "syn 2.0.117",
13109]
13110
13111[[package]]
13112name = "primal-check"
13113version = "0.3.4"
13114source = "registry+https://github.com/rust-lang/crates.io-index"
13115checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13116dependencies = [
13117 "num-integer",
13118]
13119
13120[[package]]
13121name = "proc-macro-crate"
13122version = "3.4.0"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13125dependencies = [
13126 "toml_edit 0.23.7",
13127]
13128
13129[[package]]
13130name = "proc-macro-error"
13131version = "1.0.4"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13134dependencies = [
13135 "proc-macro-error-attr",
13136 "proc-macro2",
13137 "quote",
13138 "syn 1.0.109",
13139 "version_check",
13140]
13141
13142[[package]]
13143name = "proc-macro-error-attr"
13144version = "1.0.4"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13147dependencies = [
13148 "proc-macro2",
13149 "quote",
13150 "version_check",
13151]
13152
13153[[package]]
13154name = "proc-macro-error-attr2"
13155version = "2.0.0"
13156source = "registry+https://github.com/rust-lang/crates.io-index"
13157checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13158dependencies = [
13159 "proc-macro2",
13160 "quote",
13161]
13162
13163[[package]]
13164name = "proc-macro-error2"
13165version = "2.0.1"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13168dependencies = [
13169 "proc-macro-error-attr2",
13170 "proc-macro2",
13171 "quote",
13172 "syn 2.0.117",
13173]
13174
13175[[package]]
13176name = "proc-macro2"
13177version = "1.0.101"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13180dependencies = [
13181 "unicode-ident",
13182]
13183
13184[[package]]
13185name = "proc-macro2-diagnostics"
13186version = "0.10.1"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13189dependencies = [
13190 "proc-macro2",
13191 "quote",
13192 "syn 2.0.117",
13193 "version_check",
13194 "yansi",
13195]
13196
13197[[package]]
13198name = "procfs-core"
13199version = "0.17.0"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13202dependencies = [
13203 "bitflags 2.10.0",
13204 "hex",
13205 "serde",
13206]
13207
13208[[package]]
13209name = "profiling"
13210version = "1.0.17"
13211source = "registry+https://github.com/rust-lang/crates.io-index"
13212checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13213dependencies = [
13214 "profiling-procmacros",
13215]
13216
13217[[package]]
13218name = "profiling-procmacros"
13219version = "1.0.17"
13220source = "registry+https://github.com/rust-lang/crates.io-index"
13221checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13222dependencies = [
13223 "quote",
13224 "syn 2.0.117",
13225]
13226
13227[[package]]
13228name = "project"
13229version = "0.1.0"
13230dependencies = [
13231 "aho-corasick",
13232 "anyhow",
13233 "askpass",
13234 "async-trait",
13235 "base64 0.22.1",
13236 "buffer_diff",
13237 "circular-buffer",
13238 "client",
13239 "clock",
13240 "collections",
13241 "context_server",
13242 "credentials_provider",
13243 "dap",
13244 "encoding_rs",
13245 "extension",
13246 "fancy-regex 0.17.0",
13247 "fs",
13248 "futures 0.3.32",
13249 "fuzzy",
13250 "fuzzy_nucleo",
13251 "git",
13252 "git2",
13253 "git_hosting_providers",
13254 "globset",
13255 "gpui",
13256 "http_client",
13257 "image",
13258 "indexmap",
13259 "itertools 0.14.0",
13260 "language",
13261 "log",
13262 "lsp",
13263 "markdown",
13264 "node_runtime",
13265 "parking_lot",
13266 "paths",
13267 "percent-encoding",
13268 "postage",
13269 "prettier",
13270 "pretty_assertions",
13271 "project",
13272 "rand 0.9.2",
13273 "regex",
13274 "release_channel",
13275 "remote",
13276 "rpc",
13277 "schemars",
13278 "semver",
13279 "serde",
13280 "serde_json",
13281 "settings",
13282 "sha2",
13283 "shellexpand",
13284 "smallvec",
13285 "smol",
13286 "snippet",
13287 "snippet_provider",
13288 "sum_tree",
13289 "task",
13290 "tempfile",
13291 "terminal",
13292 "text",
13293 "toml 0.8.23",
13294 "tracing",
13295 "unindent",
13296 "url",
13297 "util",
13298 "watch",
13299 "wax",
13300 "which 6.0.3",
13301 "worktree",
13302 "zed_credentials_provider",
13303 "zeroize",
13304 "zlog",
13305 "ztracing",
13306]
13307
13308[[package]]
13309name = "project_benchmarks"
13310version = "0.1.0"
13311dependencies = [
13312 "anyhow",
13313 "askpass",
13314 "clap",
13315 "client",
13316 "futures 0.3.32",
13317 "gpui",
13318 "gpui_platform",
13319 "http_client",
13320 "language",
13321 "node_runtime",
13322 "project",
13323 "release_channel",
13324 "remote",
13325 "rpassword",
13326 "semver",
13327 "settings",
13328 "watch",
13329]
13330
13331[[package]]
13332name = "project_panel"
13333version = "0.1.0"
13334dependencies = [
13335 "anyhow",
13336 "client",
13337 "collections",
13338 "command_palette_hooks",
13339 "criterion",
13340 "editor",
13341 "feature_flags",
13342 "file_icons",
13343 "fs",
13344 "futures 0.3.32",
13345 "git",
13346 "git_ui",
13347 "gpui",
13348 "itertools 0.14.0",
13349 "language",
13350 "menu",
13351 "notifications",
13352 "pretty_assertions",
13353 "project",
13354 "rayon",
13355 "remote_connection",
13356 "schemars",
13357 "search",
13358 "serde",
13359 "serde_json",
13360 "settings",
13361 "smallvec",
13362 "telemetry",
13363 "tempfile",
13364 "theme",
13365 "theme_settings",
13366 "ui",
13367 "util",
13368 "workspace",
13369 "worktree",
13370 "zed_actions",
13371]
13372
13373[[package]]
13374name = "project_symbols"
13375version = "0.1.0"
13376dependencies = [
13377 "anyhow",
13378 "editor",
13379 "futures 0.3.32",
13380 "fuzzy",
13381 "gpui",
13382 "language",
13383 "lsp",
13384 "ordered-float 2.10.1",
13385 "picker",
13386 "project",
13387 "release_channel",
13388 "semver",
13389 "serde_json",
13390 "settings",
13391 "theme",
13392 "theme_settings",
13393 "util",
13394 "workspace",
13395]
13396
13397[[package]]
13398name = "prometheus"
13399version = "0.14.0"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13402dependencies = [
13403 "cfg-if",
13404 "fnv",
13405 "lazy_static",
13406 "memchr",
13407 "parking_lot",
13408 "protobuf",
13409 "thiserror 2.0.17",
13410]
13411
13412[[package]]
13413name = "prompt_store"
13414version = "0.1.0"
13415dependencies = [
13416 "anyhow",
13417 "assets",
13418 "chrono",
13419 "collections",
13420 "fs",
13421 "futures 0.3.32",
13422 "fuzzy",
13423 "gpui",
13424 "handlebars 4.5.0",
13425 "heed",
13426 "language",
13427 "log",
13428 "parking_lot",
13429 "paths",
13430 "rope",
13431 "serde",
13432 "strum 0.27.2",
13433 "tempfile",
13434 "text",
13435 "util",
13436 "uuid",
13437]
13438
13439[[package]]
13440name = "proptest"
13441version = "1.10.0"
13442source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13443dependencies = [
13444 "bit-set 0.8.0",
13445 "bit-vec 0.8.0",
13446 "bitflags 2.10.0",
13447 "num-traits",
13448 "proptest-macro",
13449 "rand 0.9.2",
13450 "rand_chacha 0.9.0",
13451 "rand_xorshift",
13452 "regex-syntax",
13453 "rusty-fork",
13454 "tempfile",
13455 "unarray",
13456]
13457
13458[[package]]
13459name = "proptest-derive"
13460version = "0.8.0"
13461source = "registry+https://github.com/rust-lang/crates.io-index"
13462checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13463dependencies = [
13464 "proc-macro2",
13465 "quote",
13466 "syn 2.0.117",
13467]
13468
13469[[package]]
13470name = "proptest-macro"
13471version = "0.5.0"
13472source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13473dependencies = [
13474 "convert_case 0.11.0",
13475 "proc-macro2",
13476 "quote",
13477 "syn 2.0.117",
13478]
13479
13480[[package]]
13481name = "prost"
13482version = "0.9.0"
13483source = "registry+https://github.com/rust-lang/crates.io-index"
13484checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13485dependencies = [
13486 "bytes 1.11.1",
13487 "prost-derive 0.9.0",
13488]
13489
13490[[package]]
13491name = "prost"
13492version = "0.12.6"
13493source = "registry+https://github.com/rust-lang/crates.io-index"
13494checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13495dependencies = [
13496 "bytes 1.11.1",
13497 "prost-derive 0.12.6",
13498]
13499
13500[[package]]
13501name = "prost-build"
13502version = "0.9.0"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13505dependencies = [
13506 "bytes 1.11.1",
13507 "heck 0.3.3",
13508 "itertools 0.10.5",
13509 "lazy_static",
13510 "log",
13511 "multimap",
13512 "petgraph",
13513 "prost 0.9.0",
13514 "prost-types 0.9.0",
13515 "regex",
13516 "tempfile",
13517 "which 4.4.2",
13518]
13519
13520[[package]]
13521name = "prost-build"
13522version = "0.12.6"
13523source = "registry+https://github.com/rust-lang/crates.io-index"
13524checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13525dependencies = [
13526 "bytes 1.11.1",
13527 "heck 0.5.0",
13528 "itertools 0.12.1",
13529 "log",
13530 "multimap",
13531 "once_cell",
13532 "petgraph",
13533 "prettyplease",
13534 "prost 0.12.6",
13535 "prost-types 0.12.6",
13536 "regex",
13537 "syn 2.0.117",
13538 "tempfile",
13539]
13540
13541[[package]]
13542name = "prost-derive"
13543version = "0.9.0"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13546dependencies = [
13547 "anyhow",
13548 "itertools 0.10.5",
13549 "proc-macro2",
13550 "quote",
13551 "syn 1.0.109",
13552]
13553
13554[[package]]
13555name = "prost-derive"
13556version = "0.12.6"
13557source = "registry+https://github.com/rust-lang/crates.io-index"
13558checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13559dependencies = [
13560 "anyhow",
13561 "itertools 0.12.1",
13562 "proc-macro2",
13563 "quote",
13564 "syn 2.0.117",
13565]
13566
13567[[package]]
13568name = "prost-types"
13569version = "0.9.0"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13572dependencies = [
13573 "bytes 1.11.1",
13574 "prost 0.9.0",
13575]
13576
13577[[package]]
13578name = "prost-types"
13579version = "0.12.6"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13582dependencies = [
13583 "prost 0.12.6",
13584]
13585
13586[[package]]
13587name = "proto"
13588version = "0.1.0"
13589dependencies = [
13590 "anyhow",
13591 "prost 0.9.0",
13592 "prost-build 0.9.0",
13593 "serde",
13594]
13595
13596[[package]]
13597name = "protobuf"
13598version = "3.7.2"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13601dependencies = [
13602 "once_cell",
13603 "protobuf-support",
13604 "thiserror 1.0.69",
13605]
13606
13607[[package]]
13608name = "protobuf-support"
13609version = "3.7.2"
13610source = "registry+https://github.com/rust-lang/crates.io-index"
13611checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13612dependencies = [
13613 "thiserror 1.0.69",
13614]
13615
13616[[package]]
13617name = "psm"
13618version = "0.1.30"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13621dependencies = [
13622 "ar_archive_writer",
13623 "cc",
13624]
13625
13626[[package]]
13627name = "ptr_meta"
13628version = "0.1.4"
13629source = "registry+https://github.com/rust-lang/crates.io-index"
13630checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13631dependencies = [
13632 "ptr_meta_derive",
13633]
13634
13635[[package]]
13636name = "ptr_meta_derive"
13637version = "0.1.4"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13640dependencies = [
13641 "proc-macro2",
13642 "quote",
13643 "syn 1.0.109",
13644]
13645
13646[[package]]
13647name = "pulldown-cmark"
13648version = "0.10.3"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13651dependencies = [
13652 "bitflags 2.10.0",
13653 "memchr",
13654 "pulldown-cmark-escape",
13655 "unicase",
13656]
13657
13658[[package]]
13659name = "pulldown-cmark"
13660version = "0.13.0"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13663dependencies = [
13664 "bitflags 2.10.0",
13665 "memchr",
13666 "unicase",
13667]
13668
13669[[package]]
13670name = "pulldown-cmark-escape"
13671version = "0.10.1"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13674
13675[[package]]
13676name = "pulley-interpreter"
13677version = "36.0.7"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13680dependencies = [
13681 "cranelift-bitset",
13682 "log",
13683 "pulley-macros",
13684 "wasmtime-internal-math",
13685]
13686
13687[[package]]
13688name = "pulley-macros"
13689version = "36.0.7"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13692dependencies = [
13693 "proc-macro2",
13694 "quote",
13695 "syn 2.0.117",
13696]
13697
13698[[package]]
13699name = "pulp"
13700version = "0.18.22"
13701source = "registry+https://github.com/rust-lang/crates.io-index"
13702checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13703dependencies = [
13704 "bytemuck",
13705 "libm",
13706 "num-complex",
13707 "reborrow",
13708]
13709
13710[[package]]
13711name = "pulp"
13712version = "0.21.5"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13715dependencies = [
13716 "bytemuck",
13717 "cfg-if",
13718 "libm",
13719 "num-complex",
13720 "reborrow",
13721 "version_check",
13722]
13723
13724[[package]]
13725name = "pxfm"
13726version = "0.1.25"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13729dependencies = [
13730 "num-traits",
13731]
13732
13733[[package]]
13734name = "qoi"
13735version = "0.4.1"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13738dependencies = [
13739 "bytemuck",
13740]
13741
13742[[package]]
13743name = "quick-error"
13744version = "1.2.3"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13747
13748[[package]]
13749name = "quick-error"
13750version = "2.0.1"
13751source = "registry+https://github.com/rust-lang/crates.io-index"
13752checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13753
13754[[package]]
13755name = "quick-xml"
13756version = "0.30.0"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13759dependencies = [
13760 "memchr",
13761]
13762
13763[[package]]
13764name = "quick-xml"
13765version = "0.37.5"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13768dependencies = [
13769 "memchr",
13770]
13771
13772[[package]]
13773name = "quick-xml"
13774version = "0.38.3"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13777dependencies = [
13778 "memchr",
13779]
13780
13781[[package]]
13782name = "quinn"
13783version = "0.11.9"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13786dependencies = [
13787 "bytes 1.11.1",
13788 "cfg_aliases 0.2.1",
13789 "pin-project-lite",
13790 "quinn-proto",
13791 "quinn-udp",
13792 "rustc-hash 2.1.1",
13793 "rustls 0.23.33",
13794 "socket2 0.6.1",
13795 "thiserror 2.0.17",
13796 "tokio",
13797 "tracing",
13798 "web-time",
13799]
13800
13801[[package]]
13802name = "quinn-proto"
13803version = "0.11.13"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13806dependencies = [
13807 "bytes 1.11.1",
13808 "getrandom 0.3.4",
13809 "lru-slab",
13810 "rand 0.9.2",
13811 "ring",
13812 "rustc-hash 2.1.1",
13813 "rustls 0.23.33",
13814 "rustls-pki-types",
13815 "slab",
13816 "thiserror 2.0.17",
13817 "tinyvec",
13818 "tracing",
13819 "web-time",
13820]
13821
13822[[package]]
13823name = "quinn-udp"
13824version = "0.5.14"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13827dependencies = [
13828 "cfg_aliases 0.2.1",
13829 "libc",
13830 "once_cell",
13831 "socket2 0.6.1",
13832 "tracing",
13833 "windows-sys 0.60.2",
13834]
13835
13836[[package]]
13837name = "quote"
13838version = "1.0.41"
13839source = "registry+https://github.com/rust-lang/crates.io-index"
13840checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13841dependencies = [
13842 "proc-macro2",
13843]
13844
13845[[package]]
13846name = "r-efi"
13847version = "5.3.0"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13850
13851[[package]]
13852name = "radium"
13853version = "0.7.0"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13856
13857[[package]]
13858name = "rand"
13859version = "0.3.23"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13862dependencies = [
13863 "libc",
13864 "rand 0.4.6",
13865]
13866
13867[[package]]
13868name = "rand"
13869version = "0.4.6"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13872dependencies = [
13873 "fuchsia-cprng",
13874 "libc",
13875 "rand_core 0.3.1",
13876 "rdrand",
13877 "winapi",
13878]
13879
13880[[package]]
13881name = "rand"
13882version = "0.8.5"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13885dependencies = [
13886 "libc",
13887 "rand_chacha 0.3.1",
13888 "rand_core 0.6.4",
13889]
13890
13891[[package]]
13892name = "rand"
13893version = "0.9.2"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13896dependencies = [
13897 "rand_chacha 0.9.0",
13898 "rand_core 0.9.3",
13899]
13900
13901[[package]]
13902name = "rand_chacha"
13903version = "0.3.1"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13906dependencies = [
13907 "ppv-lite86",
13908 "rand_core 0.6.4",
13909]
13910
13911[[package]]
13912name = "rand_chacha"
13913version = "0.9.0"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13916dependencies = [
13917 "ppv-lite86",
13918 "rand_core 0.9.3",
13919]
13920
13921[[package]]
13922name = "rand_core"
13923version = "0.3.1"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13926dependencies = [
13927 "rand_core 0.4.2",
13928]
13929
13930[[package]]
13931name = "rand_core"
13932version = "0.4.2"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13935
13936[[package]]
13937name = "rand_core"
13938version = "0.6.4"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13941dependencies = [
13942 "getrandom 0.2.16",
13943]
13944
13945[[package]]
13946name = "rand_core"
13947version = "0.9.3"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13950dependencies = [
13951 "getrandom 0.3.4",
13952]
13953
13954[[package]]
13955name = "rand_distr"
13956version = "0.5.1"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13959dependencies = [
13960 "num-traits",
13961 "rand 0.9.2",
13962]
13963
13964[[package]]
13965name = "rand_pcg"
13966version = "0.3.1"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13969dependencies = [
13970 "rand_core 0.6.4",
13971]
13972
13973[[package]]
13974name = "rand_xorshift"
13975version = "0.4.0"
13976source = "registry+https://github.com/rust-lang/crates.io-index"
13977checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13978dependencies = [
13979 "rand_core 0.9.3",
13980]
13981
13982[[package]]
13983name = "random_choice"
13984version = "0.3.2"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13987dependencies = [
13988 "rand 0.3.23",
13989]
13990
13991[[package]]
13992name = "range-alloc"
13993version = "0.1.4"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13996
13997[[package]]
13998name = "range-map"
13999version = "0.2.0"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14002dependencies = [
14003 "num-traits",
14004]
14005
14006[[package]]
14007name = "rangemap"
14008version = "1.7.1"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14011
14012[[package]]
14013name = "rav1e"
14014version = "0.7.1"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14017dependencies = [
14018 "arbitrary",
14019 "arg_enum_proc_macro",
14020 "arrayvec",
14021 "av1-grain",
14022 "bitstream-io",
14023 "built",
14024 "cfg-if",
14025 "interpolate_name",
14026 "itertools 0.12.1",
14027 "libc",
14028 "libfuzzer-sys",
14029 "log",
14030 "maybe-rayon",
14031 "new_debug_unreachable",
14032 "noop_proc_macro",
14033 "num-derive",
14034 "num-traits",
14035 "once_cell",
14036 "paste",
14037 "profiling",
14038 "rand 0.8.5",
14039 "rand_chacha 0.3.1",
14040 "simd_helpers",
14041 "system-deps 6.2.2",
14042 "thiserror 1.0.69",
14043 "v_frame",
14044 "wasm-bindgen",
14045]
14046
14047[[package]]
14048name = "ravif"
14049version = "0.11.20"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14052dependencies = [
14053 "avif-serialize",
14054 "imgref",
14055 "loop9",
14056 "quick-error 2.0.1",
14057 "rav1e",
14058 "rayon",
14059 "rgb",
14060]
14061
14062[[package]]
14063name = "raw-cpuid"
14064version = "10.7.0"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14067dependencies = [
14068 "bitflags 1.3.2",
14069]
14070
14071[[package]]
14072name = "raw-cpuid"
14073version = "11.6.0"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14076dependencies = [
14077 "bitflags 2.10.0",
14078]
14079
14080[[package]]
14081name = "raw-window-handle"
14082version = "0.6.2"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14085
14086[[package]]
14087name = "raw-window-metal"
14088version = "1.1.0"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14091dependencies = [
14092 "objc2",
14093 "objc2-core-foundation",
14094 "objc2-foundation",
14095 "objc2-quartz-core",
14096]
14097
14098[[package]]
14099name = "rayon"
14100version = "1.11.0"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14103dependencies = [
14104 "either",
14105 "rayon-core",
14106]
14107
14108[[package]]
14109name = "rayon-core"
14110version = "1.13.0"
14111source = "registry+https://github.com/rust-lang/crates.io-index"
14112checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14113dependencies = [
14114 "crossbeam-deque",
14115 "crossbeam-utils",
14116]
14117
14118[[package]]
14119name = "rdrand"
14120version = "0.4.0"
14121source = "registry+https://github.com/rust-lang/crates.io-index"
14122checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14123dependencies = [
14124 "rand_core 0.3.1",
14125]
14126
14127[[package]]
14128name = "read-fonts"
14129version = "0.35.0"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14132dependencies = [
14133 "bytemuck",
14134 "font-types 0.10.0",
14135]
14136
14137[[package]]
14138name = "read-fonts"
14139version = "0.37.0"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14142dependencies = [
14143 "bytemuck",
14144 "core_maths",
14145 "font-types 0.11.0",
14146]
14147
14148[[package]]
14149name = "realfft"
14150version = "3.5.0"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14153dependencies = [
14154 "rustfft",
14155]
14156
14157[[package]]
14158name = "reborrow"
14159version = "0.5.5"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14162
14163[[package]]
14164name = "recent_projects"
14165version = "0.1.0"
14166dependencies = [
14167 "anyhow",
14168 "askpass",
14169 "chrono",
14170 "db",
14171 "dev_container",
14172 "editor",
14173 "extension",
14174 "extension_host",
14175 "fs",
14176 "futures 0.3.32",
14177 "fuzzy",
14178 "gpui",
14179 "http_client",
14180 "indoc",
14181 "language",
14182 "log",
14183 "menu",
14184 "node_runtime",
14185 "open_path_prompt",
14186 "ordered-float 2.10.1",
14187 "paths",
14188 "picker",
14189 "project",
14190 "release_channel",
14191 "remote",
14192 "remote_connection",
14193 "remote_server",
14194 "semver",
14195 "serde",
14196 "serde_json",
14197 "settings",
14198 "smol",
14199 "task",
14200 "telemetry",
14201 "ui",
14202 "ui_input",
14203 "util",
14204 "windows-registry 0.6.1",
14205 "workspace",
14206 "worktree",
14207 "zed_actions",
14208]
14209
14210[[package]]
14211name = "redox_syscall"
14212version = "0.2.16"
14213source = "registry+https://github.com/rust-lang/crates.io-index"
14214checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14215dependencies = [
14216 "bitflags 1.3.2",
14217]
14218
14219[[package]]
14220name = "redox_syscall"
14221version = "0.5.18"
14222source = "registry+https://github.com/rust-lang/crates.io-index"
14223checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14224dependencies = [
14225 "bitflags 2.10.0",
14226]
14227
14228[[package]]
14229name = "redox_users"
14230version = "0.5.2"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14233dependencies = [
14234 "getrandom 0.2.16",
14235 "libredox",
14236 "thiserror 2.0.17",
14237]
14238
14239[[package]]
14240name = "ref-cast"
14241version = "1.0.25"
14242source = "registry+https://github.com/rust-lang/crates.io-index"
14243checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14244dependencies = [
14245 "ref-cast-impl",
14246]
14247
14248[[package]]
14249name = "ref-cast-impl"
14250version = "1.0.25"
14251source = "registry+https://github.com/rust-lang/crates.io-index"
14252checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14253dependencies = [
14254 "proc-macro2",
14255 "quote",
14256 "syn 2.0.117",
14257]
14258
14259[[package]]
14260name = "referencing"
14261version = "0.37.4"
14262source = "registry+https://github.com/rust-lang/crates.io-index"
14263checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14264dependencies = [
14265 "ahash 0.8.12",
14266 "fluent-uri",
14267 "getrandom 0.3.4",
14268 "hashbrown 0.16.1",
14269 "parking_lot",
14270 "percent-encoding",
14271 "serde_json",
14272]
14273
14274[[package]]
14275name = "refineable"
14276version = "0.1.0"
14277dependencies = [
14278 "derive_refineable",
14279]
14280
14281[[package]]
14282name = "regalloc2"
14283version = "0.12.2"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14286dependencies = [
14287 "allocator-api2",
14288 "bumpalo",
14289 "hashbrown 0.15.5",
14290 "log",
14291 "rustc-hash 2.1.1",
14292 "serde",
14293 "smallvec",
14294]
14295
14296[[package]]
14297name = "regex"
14298version = "1.12.2"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14301dependencies = [
14302 "aho-corasick",
14303 "memchr",
14304 "regex-automata",
14305 "regex-syntax",
14306]
14307
14308[[package]]
14309name = "regex-automata"
14310version = "0.4.13"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14313dependencies = [
14314 "aho-corasick",
14315 "memchr",
14316 "regex-syntax",
14317]
14318
14319[[package]]
14320name = "regex-lite"
14321version = "0.1.8"
14322source = "registry+https://github.com/rust-lang/crates.io-index"
14323checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14324
14325[[package]]
14326name = "regex-syntax"
14327version = "0.8.8"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14330
14331[[package]]
14332name = "release_channel"
14333version = "0.1.0"
14334dependencies = [
14335 "gpui",
14336 "semver",
14337]
14338
14339[[package]]
14340name = "remote"
14341version = "0.1.0"
14342dependencies = [
14343 "anyhow",
14344 "askpass",
14345 "async-trait",
14346 "base64 0.22.1",
14347 "collections",
14348 "fs",
14349 "futures 0.3.32",
14350 "gpui",
14351 "log",
14352 "parking_lot",
14353 "paths",
14354 "prost 0.9.0",
14355 "release_channel",
14356 "rpc",
14357 "schemars",
14358 "semver",
14359 "serde",
14360 "serde_json",
14361 "settings",
14362 "smol",
14363 "tempfile",
14364 "thiserror 2.0.17",
14365 "urlencoding",
14366 "util",
14367 "which 6.0.3",
14368]
14369
14370[[package]]
14371name = "remote_connection"
14372version = "0.1.0"
14373dependencies = [
14374 "anyhow",
14375 "askpass",
14376 "auto_update",
14377 "futures 0.3.32",
14378 "gpui",
14379 "log",
14380 "markdown",
14381 "menu",
14382 "release_channel",
14383 "remote",
14384 "semver",
14385 "settings",
14386 "theme_settings",
14387 "ui",
14388 "ui_input",
14389 "workspace",
14390]
14391
14392[[package]]
14393name = "remote_server"
14394version = "0.1.0"
14395dependencies = [
14396 "action_log",
14397 "agent",
14398 "anyhow",
14399 "askpass",
14400 "cargo_toml",
14401 "clap",
14402 "client",
14403 "clock",
14404 "collections",
14405 "crash-handler",
14406 "crashes",
14407 "dap_adapters",
14408 "debug_adapter_extension",
14409 "editor",
14410 "env_logger 0.11.8",
14411 "extension",
14412 "extension_host",
14413 "fork",
14414 "fs",
14415 "futures 0.3.32",
14416 "git",
14417 "git2",
14418 "git_hosting_providers",
14419 "gpui",
14420 "gpui_platform",
14421 "gpui_tokio",
14422 "http_client",
14423 "image",
14424 "json_schema_store",
14425 "language",
14426 "language_extension",
14427 "language_model",
14428 "languages",
14429 "libc",
14430 "log",
14431 "lsp",
14432 "minidumper",
14433 "net",
14434 "node_runtime",
14435 "paths",
14436 "pretty_assertions",
14437 "project",
14438 "proto",
14439 "rayon",
14440 "release_channel",
14441 "remote",
14442 "reqwest_client",
14443 "rpc",
14444 "rust-embed",
14445 "semver",
14446 "serde",
14447 "serde_json",
14448 "settings",
14449 "shellexpand",
14450 "smol",
14451 "sysinfo 0.37.2",
14452 "task",
14453 "theme",
14454 "theme_settings",
14455 "thiserror 2.0.17",
14456 "toml 0.8.23",
14457 "unindent",
14458 "util",
14459 "uuid",
14460 "watch",
14461 "windows 0.61.3",
14462 "worktree",
14463 "zlog",
14464]
14465
14466[[package]]
14467name = "rend"
14468version = "0.4.2"
14469source = "registry+https://github.com/rust-lang/crates.io-index"
14470checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14471dependencies = [
14472 "bytecheck",
14473]
14474
14475[[package]]
14476name = "renderdoc-sys"
14477version = "1.1.0"
14478source = "registry+https://github.com/rust-lang/crates.io-index"
14479checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14480
14481[[package]]
14482name = "repl"
14483version = "0.1.0"
14484dependencies = [
14485 "alacritty_terminal",
14486 "anyhow",
14487 "async-dispatcher",
14488 "async-task",
14489 "async-tungstenite",
14490 "base64 0.22.1",
14491 "client",
14492 "collections",
14493 "command_palette_hooks",
14494 "editor",
14495 "feature_flags",
14496 "file_icons",
14497 "futures 0.3.32",
14498 "gpui",
14499 "html_to_markdown",
14500 "http_client",
14501 "image",
14502 "indoc",
14503 "jupyter-protocol",
14504 "jupyter-websocket-client",
14505 "language",
14506 "languages",
14507 "log",
14508 "markdown",
14509 "menu",
14510 "multi_buffer",
14511 "nbformat",
14512 "picker",
14513 "project",
14514 "remote",
14515 "runtimelib",
14516 "serde",
14517 "serde_json",
14518 "settings",
14519 "shlex",
14520 "smol",
14521 "telemetry",
14522 "terminal",
14523 "terminal_view",
14524 "theme",
14525 "theme_settings",
14526 "tree-sitter-md",
14527 "tree-sitter-python",
14528 "tree-sitter-typescript",
14529 "ui",
14530 "util",
14531 "uuid",
14532 "workspace",
14533 "zed_actions",
14534]
14535
14536[[package]]
14537name = "reqwest"
14538version = "0.11.27"
14539source = "registry+https://github.com/rust-lang/crates.io-index"
14540checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14541dependencies = [
14542 "base64 0.21.7",
14543 "bytes 1.11.1",
14544 "encoding_rs",
14545 "futures-core",
14546 "futures-util",
14547 "h2 0.3.27",
14548 "http 0.2.12",
14549 "http-body 0.4.6",
14550 "hyper 0.14.32",
14551 "hyper-tls",
14552 "ipnet",
14553 "js-sys",
14554 "log",
14555 "mime",
14556 "native-tls",
14557 "once_cell",
14558 "percent-encoding",
14559 "pin-project-lite",
14560 "rustls-pemfile 1.0.4",
14561 "serde",
14562 "serde_json",
14563 "serde_urlencoded",
14564 "sync_wrapper 0.1.2",
14565 "system-configuration 0.5.1",
14566 "tokio",
14567 "tokio-native-tls",
14568 "tower-service",
14569 "url",
14570 "wasm-bindgen",
14571 "wasm-bindgen-futures",
14572 "web-sys",
14573 "winreg 0.50.0",
14574]
14575
14576[[package]]
14577name = "reqwest"
14578version = "0.12.24"
14579source = "registry+https://github.com/rust-lang/crates.io-index"
14580checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14581dependencies = [
14582 "base64 0.22.1",
14583 "bytes 1.11.1",
14584 "futures-channel",
14585 "futures-core",
14586 "futures-util",
14587 "http 1.3.1",
14588 "http-body 1.0.1",
14589 "http-body-util",
14590 "hyper 1.7.0",
14591 "hyper-rustls 0.27.7",
14592 "hyper-util",
14593 "js-sys",
14594 "log",
14595 "percent-encoding",
14596 "pin-project-lite",
14597 "quinn",
14598 "rustls 0.23.33",
14599 "rustls-native-certs 0.8.2",
14600 "rustls-pki-types",
14601 "serde",
14602 "serde_json",
14603 "serde_urlencoded",
14604 "sync_wrapper 1.0.2",
14605 "tokio",
14606 "tokio-rustls 0.26.2",
14607 "tower 0.5.2",
14608 "tower-http 0.6.6",
14609 "tower-service",
14610 "url",
14611 "wasm-bindgen",
14612 "wasm-bindgen-futures",
14613 "web-sys",
14614]
14615
14616[[package]]
14617name = "reqwest_client"
14618version = "0.1.0"
14619dependencies = [
14620 "anyhow",
14621 "bytes 1.11.1",
14622 "futures 0.3.32",
14623 "gpui_util",
14624 "http_client",
14625 "http_client_tls",
14626 "log",
14627 "regex",
14628 "serde",
14629 "tokio",
14630 "zed-reqwest",
14631]
14632
14633[[package]]
14634name = "resvg"
14635version = "0.45.1"
14636source = "registry+https://github.com/rust-lang/crates.io-index"
14637checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14638dependencies = [
14639 "gif",
14640 "image-webp",
14641 "log",
14642 "pico-args",
14643 "rgb",
14644 "svgtypes",
14645 "tiny-skia",
14646 "usvg",
14647 "zune-jpeg",
14648]
14649
14650[[package]]
14651name = "rfc6979"
14652version = "0.3.1"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14655dependencies = [
14656 "crypto-bigint 0.4.9",
14657 "hmac",
14658 "zeroize",
14659]
14660
14661[[package]]
14662name = "rgb"
14663version = "0.8.52"
14664source = "registry+https://github.com/rust-lang/crates.io-index"
14665checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14666dependencies = [
14667 "bytemuck",
14668]
14669
14670[[package]]
14671name = "ring"
14672version = "0.17.14"
14673source = "registry+https://github.com/rust-lang/crates.io-index"
14674checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14675dependencies = [
14676 "cc",
14677 "cfg-if",
14678 "getrandom 0.2.16",
14679 "libc",
14680 "untrusted 0.9.0",
14681 "windows-sys 0.52.0",
14682]
14683
14684[[package]]
14685name = "rkyv"
14686version = "0.7.45"
14687source = "registry+https://github.com/rust-lang/crates.io-index"
14688checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14689dependencies = [
14690 "bitvec",
14691 "bytecheck",
14692 "bytes 1.11.1",
14693 "hashbrown 0.12.3",
14694 "ptr_meta",
14695 "rend",
14696 "rkyv_derive",
14697 "seahash",
14698 "tinyvec",
14699 "uuid",
14700]
14701
14702[[package]]
14703name = "rkyv_derive"
14704version = "0.7.45"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14707dependencies = [
14708 "proc-macro2",
14709 "quote",
14710 "syn 1.0.109",
14711]
14712
14713[[package]]
14714name = "rmp"
14715version = "0.8.14"
14716source = "registry+https://github.com/rust-lang/crates.io-index"
14717checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14718dependencies = [
14719 "byteorder",
14720 "num-traits",
14721 "paste",
14722]
14723
14724[[package]]
14725name = "rmpv"
14726version = "1.3.0"
14727source = "registry+https://github.com/rust-lang/crates.io-index"
14728checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14729dependencies = [
14730 "num-traits",
14731 "rmp",
14732]
14733
14734[[package]]
14735name = "rodio"
14736version = "0.21.1"
14737source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14738dependencies = [
14739 "cpal",
14740 "dasp_sample",
14741 "hound",
14742 "num-rational",
14743 "rand 0.9.2",
14744 "rand_distr",
14745 "rtrb",
14746 "symphonia",
14747 "thiserror 2.0.17",
14748]
14749
14750[[package]]
14751name = "rope"
14752version = "0.1.0"
14753dependencies = [
14754 "criterion",
14755 "ctor",
14756 "gpui",
14757 "heapless",
14758 "log",
14759 "rand 0.9.2",
14760 "rayon",
14761 "sum_tree",
14762 "tracing",
14763 "unicode-segmentation",
14764 "util",
14765 "zlog",
14766 "ztracing",
14767]
14768
14769[[package]]
14770name = "roxmltree"
14771version = "0.20.0"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14774
14775[[package]]
14776name = "rpassword"
14777version = "7.4.0"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14780dependencies = [
14781 "libc",
14782 "rtoolbox",
14783 "windows-sys 0.59.0",
14784]
14785
14786[[package]]
14787name = "rpc"
14788version = "0.1.0"
14789dependencies = [
14790 "anyhow",
14791 "async-tungstenite",
14792 "base64 0.22.1",
14793 "collections",
14794 "futures 0.3.32",
14795 "gpui",
14796 "parking_lot",
14797 "proto",
14798 "rand 0.9.2",
14799 "rsa",
14800 "serde",
14801 "serde_json",
14802 "sha2",
14803 "strum 0.27.2",
14804 "tracing",
14805 "util",
14806 "zlog",
14807 "zstd",
14808]
14809
14810[[package]]
14811name = "rsa"
14812version = "0.9.10"
14813source = "registry+https://github.com/rust-lang/crates.io-index"
14814checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14815dependencies = [
14816 "const-oid",
14817 "digest",
14818 "num-bigint-dig 0.8.6",
14819 "num-integer",
14820 "num-traits",
14821 "pkcs1",
14822 "pkcs8 0.10.2",
14823 "rand_core 0.6.4",
14824 "signature 2.2.0",
14825 "spki 0.7.3",
14826 "subtle",
14827 "zeroize",
14828]
14829
14830[[package]]
14831name = "rtoolbox"
14832version = "0.0.3"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14835dependencies = [
14836 "libc",
14837 "windows-sys 0.52.0",
14838]
14839
14840[[package]]
14841name = "rtrb"
14842version = "0.3.2"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14845
14846[[package]]
14847name = "rules_library"
14848version = "0.1.0"
14849dependencies = [
14850 "anyhow",
14851 "collections",
14852 "editor",
14853 "gpui",
14854 "language",
14855 "language_model",
14856 "log",
14857 "menu",
14858 "picker",
14859 "platform_title_bar",
14860 "prompt_store",
14861 "release_channel",
14862 "rope",
14863 "serde",
14864 "settings",
14865 "theme_settings",
14866 "ui",
14867 "ui_input",
14868 "util",
14869 "workspace",
14870 "zed_actions",
14871]
14872
14873[[package]]
14874name = "runtimelib"
14875version = "1.4.0"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14878dependencies = [
14879 "async-dispatcher",
14880 "async-std",
14881 "aws-lc-rs",
14882 "base64 0.22.1",
14883 "bytes 1.11.1",
14884 "chrono",
14885 "data-encoding",
14886 "dirs",
14887 "futures 0.3.32",
14888 "glob",
14889 "jupyter-protocol",
14890 "serde",
14891 "serde_json",
14892 "shellexpand",
14893 "smol",
14894 "thiserror 2.0.17",
14895 "uuid",
14896 "zeromq",
14897]
14898
14899[[package]]
14900name = "rust-embed"
14901version = "8.11.0"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14904dependencies = [
14905 "rust-embed-impl",
14906 "rust-embed-utils",
14907 "walkdir",
14908]
14909
14910[[package]]
14911name = "rust-embed-impl"
14912version = "8.11.0"
14913source = "registry+https://github.com/rust-lang/crates.io-index"
14914checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14915dependencies = [
14916 "proc-macro2",
14917 "quote",
14918 "rust-embed-utils",
14919 "syn 2.0.117",
14920 "walkdir",
14921]
14922
14923[[package]]
14924name = "rust-embed-utils"
14925version = "8.11.0"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14928dependencies = [
14929 "globset",
14930 "sha2",
14931 "walkdir",
14932]
14933
14934[[package]]
14935name = "rust_decimal"
14936version = "1.39.0"
14937source = "registry+https://github.com/rust-lang/crates.io-index"
14938checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14939dependencies = [
14940 "arrayvec",
14941 "borsh",
14942 "bytes 1.11.1",
14943 "num-traits",
14944 "rand 0.8.5",
14945 "rkyv",
14946 "serde",
14947 "serde_json",
14948]
14949
14950[[package]]
14951name = "rustc-demangle"
14952version = "0.1.26"
14953source = "registry+https://github.com/rust-lang/crates.io-index"
14954checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14955
14956[[package]]
14957name = "rustc-hash"
14958version = "1.1.0"
14959source = "registry+https://github.com/rust-lang/crates.io-index"
14960checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14961
14962[[package]]
14963name = "rustc-hash"
14964version = "2.1.1"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14967
14968[[package]]
14969name = "rustc_version"
14970version = "0.4.1"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14973dependencies = [
14974 "semver",
14975]
14976
14977[[package]]
14978name = "rustfft"
14979version = "6.4.1"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14982dependencies = [
14983 "num-complex",
14984 "num-integer",
14985 "num-traits",
14986 "primal-check",
14987 "strength_reduce",
14988 "transpose",
14989]
14990
14991[[package]]
14992name = "rustix"
14993version = "0.38.44"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14996dependencies = [
14997 "bitflags 2.10.0",
14998 "errno 0.3.14",
14999 "libc",
15000 "linux-raw-sys 0.4.15",
15001 "windows-sys 0.59.0",
15002]
15003
15004[[package]]
15005name = "rustix"
15006version = "1.1.2"
15007source = "registry+https://github.com/rust-lang/crates.io-index"
15008checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15009dependencies = [
15010 "bitflags 2.10.0",
15011 "errno 0.3.14",
15012 "libc",
15013 "linux-raw-sys 0.11.0",
15014 "windows-sys 0.61.2",
15015]
15016
15017[[package]]
15018name = "rustix-linux-procfs"
15019version = "0.1.1"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15022dependencies = [
15023 "once_cell",
15024 "rustix 1.1.2",
15025]
15026
15027[[package]]
15028name = "rustix-openpty"
15029version = "0.2.0"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15032dependencies = [
15033 "errno 0.3.14",
15034 "libc",
15035 "rustix 1.1.2",
15036]
15037
15038[[package]]
15039name = "rustls"
15040version = "0.21.12"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15043dependencies = [
15044 "log",
15045 "ring",
15046 "rustls-webpki 0.101.7",
15047 "sct",
15048]
15049
15050[[package]]
15051name = "rustls"
15052version = "0.23.33"
15053source = "registry+https://github.com/rust-lang/crates.io-index"
15054checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15055dependencies = [
15056 "aws-lc-rs",
15057 "log",
15058 "once_cell",
15059 "ring",
15060 "rustls-pki-types",
15061 "rustls-webpki 0.103.7",
15062 "subtle",
15063 "zeroize",
15064]
15065
15066[[package]]
15067name = "rustls-native-certs"
15068version = "0.6.3"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15071dependencies = [
15072 "openssl-probe",
15073 "rustls-pemfile 1.0.4",
15074 "schannel",
15075 "security-framework 2.11.1",
15076]
15077
15078[[package]]
15079name = "rustls-native-certs"
15080version = "0.8.2"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15083dependencies = [
15084 "openssl-probe",
15085 "rustls-pki-types",
15086 "schannel",
15087 "security-framework 3.5.1",
15088]
15089
15090[[package]]
15091name = "rustls-pemfile"
15092version = "1.0.4"
15093source = "registry+https://github.com/rust-lang/crates.io-index"
15094checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15095dependencies = [
15096 "base64 0.21.7",
15097]
15098
15099[[package]]
15100name = "rustls-pemfile"
15101version = "2.2.0"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15104dependencies = [
15105 "rustls-pki-types",
15106]
15107
15108[[package]]
15109name = "rustls-pki-types"
15110version = "1.12.0"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15113dependencies = [
15114 "web-time",
15115 "zeroize",
15116]
15117
15118[[package]]
15119name = "rustls-platform-verifier"
15120version = "0.5.3"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15123dependencies = [
15124 "core-foundation 0.10.0",
15125 "core-foundation-sys",
15126 "jni",
15127 "log",
15128 "once_cell",
15129 "rustls 0.23.33",
15130 "rustls-native-certs 0.8.2",
15131 "rustls-platform-verifier-android",
15132 "rustls-webpki 0.103.7",
15133 "security-framework 3.5.1",
15134 "security-framework-sys",
15135 "webpki-root-certs",
15136 "windows-sys 0.59.0",
15137]
15138
15139[[package]]
15140name = "rustls-platform-verifier-android"
15141version = "0.1.1"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15144
15145[[package]]
15146name = "rustls-webpki"
15147version = "0.101.7"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15150dependencies = [
15151 "ring",
15152 "untrusted 0.9.0",
15153]
15154
15155[[package]]
15156name = "rustls-webpki"
15157version = "0.103.7"
15158source = "registry+https://github.com/rust-lang/crates.io-index"
15159checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15160dependencies = [
15161 "aws-lc-rs",
15162 "ring",
15163 "rustls-pki-types",
15164 "untrusted 0.9.0",
15165]
15166
15167[[package]]
15168name = "rustversion"
15169version = "1.0.22"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15172
15173[[package]]
15174name = "rusty-fork"
15175version = "0.3.1"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15178dependencies = [
15179 "fnv",
15180 "quick-error 1.2.3",
15181 "tempfile",
15182 "wait-timeout",
15183]
15184
15185[[package]]
15186name = "rustybuzz"
15187version = "0.20.1"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15190dependencies = [
15191 "bitflags 2.10.0",
15192 "bytemuck",
15193 "core_maths",
15194 "log",
15195 "smallvec",
15196 "ttf-parser 0.25.1",
15197 "unicode-bidi-mirroring",
15198 "unicode-ccc",
15199 "unicode-properties",
15200 "unicode-script",
15201]
15202
15203[[package]]
15204name = "ryu"
15205version = "1.0.20"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15208
15209[[package]]
15210name = "saa"
15211version = "5.4.9"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15214
15215[[package]]
15216name = "safetensors"
15217version = "0.4.5"
15218source = "registry+https://github.com/rust-lang/crates.io-index"
15219checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15220dependencies = [
15221 "serde",
15222 "serde_json",
15223]
15224
15225[[package]]
15226name = "same-file"
15227version = "1.0.6"
15228source = "registry+https://github.com/rust-lang/crates.io-index"
15229checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15230dependencies = [
15231 "winapi-util",
15232]
15233
15234[[package]]
15235name = "scc"
15236version = "3.5.6"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15239dependencies = [
15240 "saa",
15241 "sdd",
15242]
15243
15244[[package]]
15245name = "schannel"
15246version = "0.1.28"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15249dependencies = [
15250 "windows-sys 0.61.2",
15251]
15252
15253[[package]]
15254name = "scheduler"
15255version = "0.1.0"
15256dependencies = [
15257 "async-task",
15258 "backtrace",
15259 "chrono",
15260 "flume",
15261 "futures 0.3.32",
15262 "parking_lot",
15263 "rand 0.9.2",
15264 "web-time",
15265]
15266
15267[[package]]
15268name = "schema_generator"
15269version = "0.1.0"
15270dependencies = [
15271 "anyhow",
15272 "clap",
15273 "env_logger 0.11.8",
15274 "schemars",
15275 "serde",
15276 "serde_json",
15277 "settings",
15278 "theme",
15279 "theme_settings",
15280]
15281
15282[[package]]
15283name = "schemars"
15284version = "1.0.4"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15287dependencies = [
15288 "dyn-clone",
15289 "indexmap",
15290 "ref-cast",
15291 "schemars_derive",
15292 "serde",
15293 "serde_json",
15294]
15295
15296[[package]]
15297name = "schemars_derive"
15298version = "1.0.4"
15299source = "registry+https://github.com/rust-lang/crates.io-index"
15300checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15301dependencies = [
15302 "proc-macro2",
15303 "quote",
15304 "serde_derive_internals",
15305 "syn 2.0.117",
15306]
15307
15308[[package]]
15309name = "scoped-tls"
15310version = "1.0.1"
15311source = "registry+https://github.com/rust-lang/crates.io-index"
15312checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15313
15314[[package]]
15315name = "scopeguard"
15316version = "1.2.0"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15319
15320[[package]]
15321name = "scratch"
15322version = "1.0.9"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15325
15326[[package]]
15327name = "screencapturekit"
15328version = "0.2.8"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15331dependencies = [
15332 "screencapturekit-sys",
15333]
15334
15335[[package]]
15336name = "screencapturekit-sys"
15337version = "0.2.8"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15340dependencies = [
15341 "block",
15342 "dispatch",
15343 "objc",
15344 "objc-foundation",
15345 "objc_id",
15346 "once_cell",
15347]
15348
15349[[package]]
15350name = "scroll"
15351version = "0.12.0"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15354dependencies = [
15355 "scroll_derive",
15356]
15357
15358[[package]]
15359name = "scroll_derive"
15360version = "0.12.1"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15363dependencies = [
15364 "proc-macro2",
15365 "quote",
15366 "syn 2.0.117",
15367]
15368
15369[[package]]
15370name = "sct"
15371version = "0.7.1"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15374dependencies = [
15375 "ring",
15376 "untrusted 0.9.0",
15377]
15378
15379[[package]]
15380name = "sdd"
15381version = "4.6.2"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15384
15385[[package]]
15386name = "sea-bae"
15387version = "0.2.1"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15390dependencies = [
15391 "heck 0.4.1",
15392 "proc-macro-error2",
15393 "proc-macro2",
15394 "quote",
15395 "syn 2.0.117",
15396]
15397
15398[[package]]
15399name = "sea-orm"
15400version = "1.1.10"
15401source = "registry+https://github.com/rust-lang/crates.io-index"
15402checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15403dependencies = [
15404 "async-stream",
15405 "async-trait",
15406 "bigdecimal",
15407 "chrono",
15408 "futures-util",
15409 "log",
15410 "ouroboros",
15411 "pgvector",
15412 "rust_decimal",
15413 "sea-orm-macros",
15414 "sea-query",
15415 "sea-query-binder",
15416 "serde",
15417 "serde_json",
15418 "sqlx",
15419 "strum 0.26.3",
15420 "thiserror 2.0.17",
15421 "time",
15422 "tracing",
15423 "url",
15424 "uuid",
15425]
15426
15427[[package]]
15428name = "sea-orm-macros"
15429version = "1.1.10"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15432dependencies = [
15433 "heck 0.4.1",
15434 "proc-macro2",
15435 "quote",
15436 "sea-bae",
15437 "syn 2.0.117",
15438 "unicode-ident",
15439]
15440
15441[[package]]
15442name = "sea-query"
15443version = "0.32.7"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15446dependencies = [
15447 "bigdecimal",
15448 "chrono",
15449 "inherent",
15450 "ordered-float 4.6.0",
15451 "rust_decimal",
15452 "serde_json",
15453 "time",
15454 "uuid",
15455]
15456
15457[[package]]
15458name = "sea-query-binder"
15459version = "0.7.0"
15460source = "registry+https://github.com/rust-lang/crates.io-index"
15461checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15462dependencies = [
15463 "bigdecimal",
15464 "chrono",
15465 "rust_decimal",
15466 "sea-query",
15467 "serde_json",
15468 "sqlx",
15469 "time",
15470 "uuid",
15471]
15472
15473[[package]]
15474name = "seahash"
15475version = "4.1.0"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15478
15479[[package]]
15480name = "search"
15481version = "0.1.0"
15482dependencies = [
15483 "any_vec",
15484 "anyhow",
15485 "bitflags 2.10.0",
15486 "collections",
15487 "editor",
15488 "fs",
15489 "futures 0.3.32",
15490 "gpui",
15491 "itertools 0.14.0",
15492 "language",
15493 "lsp",
15494 "menu",
15495 "multi_buffer",
15496 "pretty_assertions",
15497 "project",
15498 "serde",
15499 "serde_json",
15500 "settings",
15501 "smol",
15502 "theme",
15503 "theme_settings",
15504 "tracing",
15505 "ui",
15506 "unindent",
15507 "util",
15508 "util_macros",
15509 "workspace",
15510 "zed_actions",
15511 "ztracing",
15512]
15513
15514[[package]]
15515name = "sec1"
15516version = "0.3.0"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15519dependencies = [
15520 "base16ct",
15521 "der 0.6.1",
15522 "generic-array",
15523 "pkcs8 0.9.0",
15524 "subtle",
15525 "zeroize",
15526]
15527
15528[[package]]
15529name = "secrecy"
15530version = "0.10.3"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15533dependencies = [
15534 "zeroize",
15535]
15536
15537[[package]]
15538name = "security-framework"
15539version = "2.11.1"
15540source = "registry+https://github.com/rust-lang/crates.io-index"
15541checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15542dependencies = [
15543 "bitflags 2.10.0",
15544 "core-foundation 0.9.4",
15545 "core-foundation-sys",
15546 "libc",
15547 "security-framework-sys",
15548]
15549
15550[[package]]
15551name = "security-framework"
15552version = "3.5.1"
15553source = "registry+https://github.com/rust-lang/crates.io-index"
15554checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15555dependencies = [
15556 "bitflags 2.10.0",
15557 "core-foundation 0.10.0",
15558 "core-foundation-sys",
15559 "libc",
15560 "security-framework-sys",
15561]
15562
15563[[package]]
15564name = "security-framework-sys"
15565version = "2.15.0"
15566source = "registry+https://github.com/rust-lang/crates.io-index"
15567checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15568dependencies = [
15569 "core-foundation-sys",
15570 "libc",
15571]
15572
15573[[package]]
15574name = "self_cell"
15575version = "1.2.2"
15576source = "registry+https://github.com/rust-lang/crates.io-index"
15577checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15578
15579[[package]]
15580name = "semver"
15581version = "1.0.27"
15582source = "registry+https://github.com/rust-lang/crates.io-index"
15583checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15584dependencies = [
15585 "serde",
15586 "serde_core",
15587]
15588
15589[[package]]
15590name = "seq-macro"
15591version = "0.3.6"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15594
15595[[package]]
15596name = "serde"
15597version = "1.0.228"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15600dependencies = [
15601 "serde_core",
15602 "serde_derive",
15603]
15604
15605[[package]]
15606name = "serde_bytes"
15607version = "0.11.19"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15610dependencies = [
15611 "serde",
15612 "serde_core",
15613]
15614
15615[[package]]
15616name = "serde_core"
15617version = "1.0.228"
15618source = "registry+https://github.com/rust-lang/crates.io-index"
15619checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15620dependencies = [
15621 "serde_derive",
15622]
15623
15624[[package]]
15625name = "serde_derive"
15626version = "1.0.228"
15627source = "registry+https://github.com/rust-lang/crates.io-index"
15628checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15629dependencies = [
15630 "proc-macro2",
15631 "quote",
15632 "syn 2.0.117",
15633]
15634
15635[[package]]
15636name = "serde_derive_internals"
15637version = "0.29.1"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15640dependencies = [
15641 "proc-macro2",
15642 "quote",
15643 "syn 2.0.117",
15644]
15645
15646[[package]]
15647name = "serde_fmt"
15648version = "1.0.3"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15651dependencies = [
15652 "serde",
15653]
15654
15655[[package]]
15656name = "serde_json"
15657version = "1.0.145"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15660dependencies = [
15661 "indexmap",
15662 "itoa",
15663 "memchr",
15664 "ryu",
15665 "serde",
15666 "serde_core",
15667]
15668
15669[[package]]
15670name = "serde_json_lenient"
15671version = "0.2.4"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15674dependencies = [
15675 "indexmap",
15676 "itoa",
15677 "memchr",
15678 "ryu",
15679 "serde",
15680]
15681
15682[[package]]
15683name = "serde_path_to_error"
15684version = "0.1.20"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15687dependencies = [
15688 "itoa",
15689 "serde",
15690 "serde_core",
15691]
15692
15693[[package]]
15694name = "serde_repr"
15695version = "0.1.20"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15698dependencies = [
15699 "proc-macro2",
15700 "quote",
15701 "syn 2.0.117",
15702]
15703
15704[[package]]
15705name = "serde_spanned"
15706version = "0.6.9"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15709dependencies = [
15710 "serde",
15711]
15712
15713[[package]]
15714name = "serde_spanned"
15715version = "1.0.3"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15718dependencies = [
15719 "serde_core",
15720]
15721
15722[[package]]
15723name = "serde_urlencoded"
15724version = "0.7.1"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15727dependencies = [
15728 "form_urlencoded",
15729 "itoa",
15730 "ryu",
15731 "serde",
15732]
15733
15734[[package]]
15735name = "serde_yaml"
15736version = "0.9.34+deprecated"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15739dependencies = [
15740 "indexmap",
15741 "itoa",
15742 "ryu",
15743 "serde",
15744 "unsafe-libyaml",
15745]
15746
15747[[package]]
15748name = "serial2"
15749version = "0.2.33"
15750source = "registry+https://github.com/rust-lang/crates.io-index"
15751checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15752dependencies = [
15753 "cfg-if",
15754 "libc",
15755 "winapi",
15756]
15757
15758[[package]]
15759name = "session"
15760version = "0.1.0"
15761dependencies = [
15762 "db",
15763 "gpui",
15764 "serde_json",
15765 "util",
15766 "uuid",
15767]
15768
15769[[package]]
15770name = "settings"
15771version = "0.1.0"
15772dependencies = [
15773 "anyhow",
15774 "collections",
15775 "ec4rs",
15776 "fs",
15777 "futures 0.3.32",
15778 "gpui",
15779 "indoc",
15780 "inventory",
15781 "log",
15782 "migrator",
15783 "paths",
15784 "pretty_assertions",
15785 "release_channel",
15786 "rust-embed",
15787 "schemars",
15788 "serde",
15789 "serde_json",
15790 "serde_json_lenient",
15791 "settings_content",
15792 "settings_json",
15793 "settings_macros",
15794 "smallvec",
15795 "unindent",
15796 "util",
15797 "zlog",
15798]
15799
15800[[package]]
15801name = "settings_content"
15802version = "0.1.0"
15803dependencies = [
15804 "anyhow",
15805 "collections",
15806 "derive_more",
15807 "gpui",
15808 "language_model_core",
15809 "log",
15810 "schemars",
15811 "serde",
15812 "serde_json",
15813 "serde_json_lenient",
15814 "settings_json",
15815 "settings_macros",
15816 "strum 0.27.2",
15817 "util",
15818]
15819
15820[[package]]
15821name = "settings_json"
15822version = "0.1.0"
15823dependencies = [
15824 "anyhow",
15825 "pretty_assertions",
15826 "serde",
15827 "serde_json",
15828 "serde_json_lenient",
15829 "serde_path_to_error",
15830 "tree-sitter",
15831 "tree-sitter-json",
15832 "unindent",
15833 "util",
15834]
15835
15836[[package]]
15837name = "settings_macros"
15838version = "0.1.0"
15839dependencies = [
15840 "quote",
15841 "settings",
15842 "syn 2.0.117",
15843]
15844
15845[[package]]
15846name = "settings_profile_selector"
15847version = "0.1.0"
15848dependencies = [
15849 "editor",
15850 "fuzzy",
15851 "gpui",
15852 "menu",
15853 "picker",
15854 "project",
15855 "serde_json",
15856 "settings",
15857 "theme",
15858 "theme_settings",
15859 "ui",
15860 "workspace",
15861 "zed_actions",
15862]
15863
15864[[package]]
15865name = "settings_ui"
15866version = "0.1.0"
15867dependencies = [
15868 "agent",
15869 "agent_settings",
15870 "anyhow",
15871 "audio",
15872 "codestral",
15873 "component",
15874 "copilot",
15875 "copilot_ui",
15876 "cpal",
15877 "edit_prediction",
15878 "edit_prediction_ui",
15879 "editor",
15880 "fs",
15881 "futures 0.3.32",
15882 "fuzzy",
15883 "gpui",
15884 "heck 0.5.0",
15885 "itertools 0.14.0",
15886 "language",
15887 "log",
15888 "menu",
15889 "paths",
15890 "picker",
15891 "platform_title_bar",
15892 "pretty_assertions",
15893 "project",
15894 "regex",
15895 "release_channel",
15896 "rodio",
15897 "schemars",
15898 "search",
15899 "serde",
15900 "serde_json",
15901 "settings",
15902 "shell_command_parser",
15903 "strum 0.27.2",
15904 "telemetry",
15905 "theme",
15906 "theme_settings",
15907 "title_bar",
15908 "ui",
15909 "util",
15910 "workspace",
15911 "zed_actions",
15912 "zed_credentials_provider",
15913]
15914
15915[[package]]
15916name = "sha-1"
15917version = "0.10.1"
15918source = "registry+https://github.com/rust-lang/crates.io-index"
15919checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15920dependencies = [
15921 "cfg-if",
15922 "cpufeatures",
15923 "digest",
15924]
15925
15926[[package]]
15927name = "sha1"
15928version = "0.10.6"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15931dependencies = [
15932 "cfg-if",
15933 "cpufeatures",
15934 "digest",
15935]
15936
15937[[package]]
15938name = "sha1_smol"
15939version = "1.0.1"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15942
15943[[package]]
15944name = "sha2"
15945version = "0.10.9"
15946source = "registry+https://github.com/rust-lang/crates.io-index"
15947checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15948dependencies = [
15949 "cfg-if",
15950 "cpufeatures",
15951 "digest",
15952]
15953
15954[[package]]
15955name = "sharded-slab"
15956version = "0.1.7"
15957source = "registry+https://github.com/rust-lang/crates.io-index"
15958checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15959dependencies = [
15960 "lazy_static",
15961]
15962
15963[[package]]
15964name = "shared_library"
15965version = "0.1.9"
15966source = "registry+https://github.com/rust-lang/crates.io-index"
15967checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15968dependencies = [
15969 "lazy_static",
15970 "libc",
15971]
15972
15973[[package]]
15974name = "shell-words"
15975version = "1.1.0"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15978
15979[[package]]
15980name = "shell_command_parser"
15981version = "0.1.0"
15982dependencies = [
15983 "brush-parser",
15984]
15985
15986[[package]]
15987name = "shellexpand"
15988version = "3.1.1"
15989source = "registry+https://github.com/rust-lang/crates.io-index"
15990checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15991dependencies = [
15992 "dirs",
15993]
15994
15995[[package]]
15996name = "shingles"
15997version = "0.1.1"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16000
16001[[package]]
16002name = "shlex"
16003version = "1.3.0"
16004source = "registry+https://github.com/rust-lang/crates.io-index"
16005checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16006
16007[[package]]
16008name = "sidebar"
16009version = "0.1.0"
16010dependencies = [
16011 "acp_thread",
16012 "action_log",
16013 "agent",
16014 "agent-client-protocol",
16015 "agent_settings",
16016 "agent_ui",
16017 "anyhow",
16018 "chrono",
16019 "client",
16020 "clock",
16021 "db",
16022 "editor",
16023 "extension",
16024 "fs",
16025 "git",
16026 "gpui",
16027 "http_client",
16028 "language",
16029 "language_model",
16030 "log",
16031 "menu",
16032 "node_runtime",
16033 "platform_title_bar",
16034 "pretty_assertions",
16035 "project",
16036 "prompt_store",
16037 "recent_projects",
16038 "release_channel",
16039 "remote",
16040 "remote_connection",
16041 "remote_server",
16042 "semver",
16043 "serde",
16044 "serde_json",
16045 "settings",
16046 "smol",
16047 "theme",
16048 "theme_settings",
16049 "ui",
16050 "util",
16051 "vim_mode_setting",
16052 "workspace",
16053 "zed_actions",
16054]
16055
16056[[package]]
16057name = "signal-hook"
16058version = "0.3.18"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16061dependencies = [
16062 "libc",
16063 "signal-hook-registry",
16064]
16065
16066[[package]]
16067name = "signal-hook-registry"
16068version = "1.4.6"
16069source = "registry+https://github.com/rust-lang/crates.io-index"
16070checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16071dependencies = [
16072 "libc",
16073]
16074
16075[[package]]
16076name = "signature"
16077version = "1.6.4"
16078source = "registry+https://github.com/rust-lang/crates.io-index"
16079checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16080dependencies = [
16081 "digest",
16082 "rand_core 0.6.4",
16083]
16084
16085[[package]]
16086name = "signature"
16087version = "2.2.0"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16090dependencies = [
16091 "digest",
16092 "rand_core 0.6.4",
16093]
16094
16095[[package]]
16096name = "simd-adler32"
16097version = "0.3.7"
16098source = "registry+https://github.com/rust-lang/crates.io-index"
16099checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16100
16101[[package]]
16102name = "simd_helpers"
16103version = "0.1.0"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16106dependencies = [
16107 "quote",
16108]
16109
16110[[package]]
16111name = "simdutf8"
16112version = "0.1.5"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16115
16116[[package]]
16117name = "similar"
16118version = "2.7.0"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16121
16122[[package]]
16123name = "simple_asn1"
16124version = "0.6.3"
16125source = "registry+https://github.com/rust-lang/crates.io-index"
16126checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16127dependencies = [
16128 "num-bigint",
16129 "num-traits",
16130 "thiserror 2.0.17",
16131 "time",
16132]
16133
16134[[package]]
16135name = "simplecss"
16136version = "0.2.2"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16139dependencies = [
16140 "log",
16141]
16142
16143[[package]]
16144name = "simplelog"
16145version = "0.12.2"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16148dependencies = [
16149 "log",
16150 "termcolor",
16151 "time",
16152]
16153
16154[[package]]
16155name = "siphasher"
16156version = "0.3.11"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16159
16160[[package]]
16161name = "siphasher"
16162version = "1.0.1"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16165
16166[[package]]
16167name = "skrifa"
16168version = "0.37.0"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16171dependencies = [
16172 "bytemuck",
16173 "read-fonts 0.35.0",
16174]
16175
16176[[package]]
16177name = "skrifa"
16178version = "0.40.0"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16181dependencies = [
16182 "bytemuck",
16183 "read-fonts 0.37.0",
16184]
16185
16186[[package]]
16187name = "slab"
16188version = "0.4.11"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16191
16192[[package]]
16193name = "slotmap"
16194version = "1.0.7"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16197dependencies = [
16198 "version_check",
16199]
16200
16201[[package]]
16202name = "smallvec"
16203version = "1.15.1"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16206dependencies = [
16207 "serde",
16208]
16209
16210[[package]]
16211name = "smart-default"
16212version = "0.7.1"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16215dependencies = [
16216 "proc-macro2",
16217 "quote",
16218 "syn 2.0.117",
16219]
16220
16221[[package]]
16222name = "smol"
16223version = "2.0.2"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16226dependencies = [
16227 "async-channel 2.5.0",
16228 "async-executor",
16229 "async-fs",
16230 "async-io",
16231 "async-lock 3.4.2",
16232 "async-net",
16233 "async-process",
16234 "blocking",
16235 "futures-lite 2.6.1",
16236]
16237
16238[[package]]
16239name = "smol_str"
16240version = "0.3.5"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16243
16244[[package]]
16245name = "snafu"
16246version = "0.8.9"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16249dependencies = [
16250 "snafu-derive",
16251]
16252
16253[[package]]
16254name = "snafu-derive"
16255version = "0.8.9"
16256source = "registry+https://github.com/rust-lang/crates.io-index"
16257checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16258dependencies = [
16259 "heck 0.5.0",
16260 "proc-macro2",
16261 "quote",
16262 "syn 2.0.117",
16263]
16264
16265[[package]]
16266name = "snippet"
16267version = "0.1.0"
16268dependencies = [
16269 "anyhow",
16270 "smallvec",
16271]
16272
16273[[package]]
16274name = "snippet_provider"
16275version = "0.1.0"
16276dependencies = [
16277 "anyhow",
16278 "collections",
16279 "extension",
16280 "fs",
16281 "futures 0.3.32",
16282 "gpui",
16283 "indoc",
16284 "parking_lot",
16285 "paths",
16286 "schemars",
16287 "serde",
16288 "serde_json",
16289 "serde_json_lenient",
16290 "snippet",
16291 "util",
16292]
16293
16294[[package]]
16295name = "snippets_ui"
16296version = "0.1.0"
16297dependencies = [
16298 "file_icons",
16299 "fuzzy",
16300 "gpui",
16301 "language",
16302 "open_path_prompt",
16303 "paths",
16304 "picker",
16305 "settings",
16306 "ui",
16307 "util",
16308 "workspace",
16309]
16310
16311[[package]]
16312name = "socket2"
16313version = "0.5.10"
16314source = "registry+https://github.com/rust-lang/crates.io-index"
16315checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16316dependencies = [
16317 "libc",
16318 "windows-sys 0.52.0",
16319]
16320
16321[[package]]
16322name = "socket2"
16323version = "0.6.1"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16326dependencies = [
16327 "libc",
16328 "windows-sys 0.60.2",
16329]
16330
16331[[package]]
16332name = "spdx"
16333version = "0.10.9"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16336dependencies = [
16337 "smallvec",
16338]
16339
16340[[package]]
16341name = "spin"
16342version = "0.9.8"
16343source = "registry+https://github.com/rust-lang/crates.io-index"
16344checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16345dependencies = [
16346 "lock_api",
16347]
16348
16349[[package]]
16350name = "spin"
16351version = "0.10.0"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16354dependencies = [
16355 "lock_api",
16356]
16357
16358[[package]]
16359name = "spirv"
16360version = "0.4.0+sdk-1.4.341.0"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16363dependencies = [
16364 "bitflags 2.10.0",
16365]
16366
16367[[package]]
16368name = "spki"
16369version = "0.6.0"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16372dependencies = [
16373 "base64ct",
16374 "der 0.6.1",
16375]
16376
16377[[package]]
16378name = "spki"
16379version = "0.7.3"
16380source = "registry+https://github.com/rust-lang/crates.io-index"
16381checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16382dependencies = [
16383 "base64ct",
16384 "der 0.7.10",
16385]
16386
16387[[package]]
16388name = "sqlez"
16389version = "0.1.0"
16390dependencies = [
16391 "anyhow",
16392 "collections",
16393 "futures 0.3.32",
16394 "indoc",
16395 "libsqlite3-sys",
16396 "log",
16397 "parking_lot",
16398 "smol",
16399 "sqlformat",
16400 "thread_local",
16401 "util",
16402 "uuid",
16403]
16404
16405[[package]]
16406name = "sqlez_macros"
16407version = "0.1.0"
16408dependencies = [
16409 "sqlez",
16410 "sqlformat",
16411 "syn 2.0.117",
16412]
16413
16414[[package]]
16415name = "sqlformat"
16416version = "0.2.6"
16417source = "registry+https://github.com/rust-lang/crates.io-index"
16418checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16419dependencies = [
16420 "nom 7.1.3",
16421 "unicode_categories",
16422]
16423
16424[[package]]
16425name = "sqlx"
16426version = "0.8.6"
16427source = "registry+https://github.com/rust-lang/crates.io-index"
16428checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16429dependencies = [
16430 "sqlx-core",
16431 "sqlx-macros",
16432 "sqlx-mysql",
16433 "sqlx-postgres",
16434 "sqlx-sqlite",
16435]
16436
16437[[package]]
16438name = "sqlx-core"
16439version = "0.8.6"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16442dependencies = [
16443 "base64 0.22.1",
16444 "bigdecimal",
16445 "bytes 1.11.1",
16446 "chrono",
16447 "crc",
16448 "crossbeam-queue",
16449 "either",
16450 "event-listener 5.4.1",
16451 "futures-core",
16452 "futures-intrusive",
16453 "futures-io",
16454 "futures-util",
16455 "hashbrown 0.15.5",
16456 "hashlink 0.10.0",
16457 "indexmap",
16458 "log",
16459 "memchr",
16460 "once_cell",
16461 "percent-encoding",
16462 "rust_decimal",
16463 "rustls 0.23.33",
16464 "serde",
16465 "serde_json",
16466 "sha2",
16467 "smallvec",
16468 "thiserror 2.0.17",
16469 "time",
16470 "tokio",
16471 "tokio-stream",
16472 "tracing",
16473 "url",
16474 "uuid",
16475 "webpki-roots",
16476]
16477
16478[[package]]
16479name = "sqlx-macros"
16480version = "0.8.6"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16483dependencies = [
16484 "proc-macro2",
16485 "quote",
16486 "sqlx-core",
16487 "sqlx-macros-core",
16488 "syn 2.0.117",
16489]
16490
16491[[package]]
16492name = "sqlx-macros-core"
16493version = "0.8.6"
16494source = "registry+https://github.com/rust-lang/crates.io-index"
16495checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16496dependencies = [
16497 "dotenvy",
16498 "either",
16499 "heck 0.5.0",
16500 "hex",
16501 "once_cell",
16502 "proc-macro2",
16503 "quote",
16504 "serde",
16505 "serde_json",
16506 "sha2",
16507 "sqlx-core",
16508 "sqlx-mysql",
16509 "sqlx-postgres",
16510 "sqlx-sqlite",
16511 "syn 2.0.117",
16512 "tokio",
16513 "url",
16514]
16515
16516[[package]]
16517name = "sqlx-mysql"
16518version = "0.8.6"
16519source = "registry+https://github.com/rust-lang/crates.io-index"
16520checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16521dependencies = [
16522 "atoi",
16523 "base64 0.22.1",
16524 "bigdecimal",
16525 "bitflags 2.10.0",
16526 "byteorder",
16527 "bytes 1.11.1",
16528 "chrono",
16529 "crc",
16530 "digest",
16531 "dotenvy",
16532 "either",
16533 "futures-channel",
16534 "futures-core",
16535 "futures-io",
16536 "futures-util",
16537 "generic-array",
16538 "hex",
16539 "hkdf",
16540 "hmac",
16541 "itoa",
16542 "log",
16543 "md-5",
16544 "memchr",
16545 "once_cell",
16546 "percent-encoding",
16547 "rand 0.8.5",
16548 "rsa",
16549 "rust_decimal",
16550 "serde",
16551 "sha1",
16552 "sha2",
16553 "smallvec",
16554 "sqlx-core",
16555 "stringprep",
16556 "thiserror 2.0.17",
16557 "time",
16558 "tracing",
16559 "uuid",
16560 "whoami",
16561]
16562
16563[[package]]
16564name = "sqlx-postgres"
16565version = "0.8.6"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16568dependencies = [
16569 "atoi",
16570 "base64 0.22.1",
16571 "bigdecimal",
16572 "bitflags 2.10.0",
16573 "byteorder",
16574 "chrono",
16575 "crc",
16576 "dotenvy",
16577 "etcetera",
16578 "futures-channel",
16579 "futures-core",
16580 "futures-util",
16581 "hex",
16582 "hkdf",
16583 "hmac",
16584 "home",
16585 "itoa",
16586 "log",
16587 "md-5",
16588 "memchr",
16589 "num-bigint",
16590 "once_cell",
16591 "rand 0.8.5",
16592 "rust_decimal",
16593 "serde",
16594 "serde_json",
16595 "sha2",
16596 "smallvec",
16597 "sqlx-core",
16598 "stringprep",
16599 "thiserror 2.0.17",
16600 "time",
16601 "tracing",
16602 "uuid",
16603 "whoami",
16604]
16605
16606[[package]]
16607name = "sqlx-sqlite"
16608version = "0.8.6"
16609source = "registry+https://github.com/rust-lang/crates.io-index"
16610checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16611dependencies = [
16612 "atoi",
16613 "chrono",
16614 "flume",
16615 "futures-channel",
16616 "futures-core",
16617 "futures-executor",
16618 "futures-intrusive",
16619 "futures-util",
16620 "libsqlite3-sys",
16621 "log",
16622 "percent-encoding",
16623 "serde",
16624 "serde_urlencoded",
16625 "sqlx-core",
16626 "thiserror 2.0.17",
16627 "time",
16628 "tracing",
16629 "url",
16630 "uuid",
16631]
16632
16633[[package]]
16634name = "stable_deref_trait"
16635version = "1.2.1"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16638
16639[[package]]
16640name = "stacker"
16641version = "0.1.23"
16642source = "registry+https://github.com/rust-lang/crates.io-index"
16643checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16644dependencies = [
16645 "cc",
16646 "cfg-if",
16647 "libc",
16648 "psm",
16649 "windows-sys 0.59.0",
16650]
16651
16652[[package]]
16653name = "stacksafe"
16654version = "0.1.4"
16655source = "registry+https://github.com/rust-lang/crates.io-index"
16656checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16657dependencies = [
16658 "stacker",
16659 "stacksafe-macro",
16660]
16661
16662[[package]]
16663name = "stacksafe-macro"
16664version = "0.1.4"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16667dependencies = [
16668 "proc-macro-error2",
16669 "quote",
16670 "syn 2.0.117",
16671]
16672
16673[[package]]
16674name = "static_assertions"
16675version = "1.1.0"
16676source = "registry+https://github.com/rust-lang/crates.io-index"
16677checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16678
16679[[package]]
16680name = "streaming-iterator"
16681version = "0.1.9"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16684
16685[[package]]
16686name = "streaming_diff"
16687version = "0.1.0"
16688dependencies = [
16689 "ordered-float 2.10.1",
16690 "rand 0.9.2",
16691 "rope",
16692 "util",
16693]
16694
16695[[package]]
16696name = "strength_reduce"
16697version = "0.2.4"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16700
16701[[package]]
16702name = "strict-num"
16703version = "0.1.1"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16706dependencies = [
16707 "float-cmp",
16708]
16709
16710[[package]]
16711name = "string_cache"
16712version = "0.8.9"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16715dependencies = [
16716 "new_debug_unreachable",
16717 "parking_lot",
16718 "phf_shared 0.11.3",
16719 "precomputed-hash",
16720 "serde",
16721]
16722
16723[[package]]
16724name = "string_cache_codegen"
16725version = "0.5.4"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16728dependencies = [
16729 "phf_generator 0.11.3",
16730 "phf_shared 0.11.3",
16731 "proc-macro2",
16732 "quote",
16733]
16734
16735[[package]]
16736name = "stringprep"
16737version = "0.1.5"
16738source = "registry+https://github.com/rust-lang/crates.io-index"
16739checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16740dependencies = [
16741 "unicode-bidi",
16742 "unicode-normalization",
16743 "unicode-properties",
16744]
16745
16746[[package]]
16747name = "strsim"
16748version = "0.11.1"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16751
16752[[package]]
16753name = "strum"
16754version = "0.26.3"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16757
16758[[package]]
16759name = "strum"
16760version = "0.27.2"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16763dependencies = [
16764 "strum_macros 0.27.2",
16765]
16766
16767[[package]]
16768name = "strum"
16769version = "0.28.0"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16772dependencies = [
16773 "strum_macros 0.28.0",
16774]
16775
16776[[package]]
16777name = "strum_macros"
16778version = "0.27.2"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16781dependencies = [
16782 "heck 0.5.0",
16783 "proc-macro2",
16784 "quote",
16785 "syn 2.0.117",
16786]
16787
16788[[package]]
16789name = "strum_macros"
16790version = "0.28.0"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16793dependencies = [
16794 "heck 0.5.0",
16795 "proc-macro2",
16796 "quote",
16797 "syn 2.0.117",
16798]
16799
16800[[package]]
16801name = "subtle"
16802version = "2.6.1"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16805
16806[[package]]
16807name = "sum_tree"
16808version = "0.1.0"
16809dependencies = [
16810 "ctor",
16811 "heapless",
16812 "log",
16813 "proptest",
16814 "rand 0.9.2",
16815 "rayon",
16816 "tracing",
16817 "zlog",
16818 "ztracing",
16819]
16820
16821[[package]]
16822name = "sval"
16823version = "2.15.0"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16826
16827[[package]]
16828name = "sval_buffer"
16829version = "2.15.0"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16832dependencies = [
16833 "sval",
16834 "sval_ref",
16835]
16836
16837[[package]]
16838name = "sval_dynamic"
16839version = "2.15.0"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16842dependencies = [
16843 "sval",
16844]
16845
16846[[package]]
16847name = "sval_fmt"
16848version = "2.15.0"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16851dependencies = [
16852 "itoa",
16853 "ryu",
16854 "sval",
16855]
16856
16857[[package]]
16858name = "sval_json"
16859version = "2.15.0"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16862dependencies = [
16863 "itoa",
16864 "ryu",
16865 "sval",
16866]
16867
16868[[package]]
16869name = "sval_nested"
16870version = "2.15.0"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16873dependencies = [
16874 "sval",
16875 "sval_buffer",
16876 "sval_ref",
16877]
16878
16879[[package]]
16880name = "sval_ref"
16881version = "2.15.0"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16884dependencies = [
16885 "sval",
16886]
16887
16888[[package]]
16889name = "sval_serde"
16890version = "2.15.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16893dependencies = [
16894 "serde_core",
16895 "sval",
16896 "sval_nested",
16897]
16898
16899[[package]]
16900name = "svg_fmt"
16901version = "0.4.5"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16904
16905[[package]]
16906name = "svg_preview"
16907version = "0.1.0"
16908dependencies = [
16909 "file_icons",
16910 "gpui",
16911 "language",
16912 "multi_buffer",
16913 "ui",
16914 "workspace",
16915 "zed_actions",
16916]
16917
16918[[package]]
16919name = "svgtypes"
16920version = "0.15.3"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16923dependencies = [
16924 "kurbo",
16925 "siphasher 1.0.1",
16926]
16927
16928[[package]]
16929name = "swash"
16930version = "0.2.6"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16933dependencies = [
16934 "skrifa 0.37.0",
16935 "yazi",
16936 "zeno",
16937]
16938
16939[[package]]
16940name = "symphonia"
16941version = "0.5.5"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16944dependencies = [
16945 "lazy_static",
16946 "symphonia-bundle-flac",
16947 "symphonia-bundle-mp3",
16948 "symphonia-codec-aac",
16949 "symphonia-codec-pcm",
16950 "symphonia-codec-vorbis",
16951 "symphonia-core",
16952 "symphonia-format-isomp4",
16953 "symphonia-format-ogg",
16954 "symphonia-format-riff",
16955 "symphonia-metadata",
16956]
16957
16958[[package]]
16959name = "symphonia-bundle-flac"
16960version = "0.5.5"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16963dependencies = [
16964 "log",
16965 "symphonia-core",
16966 "symphonia-metadata",
16967 "symphonia-utils-xiph",
16968]
16969
16970[[package]]
16971name = "symphonia-bundle-mp3"
16972version = "0.5.5"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16975dependencies = [
16976 "lazy_static",
16977 "log",
16978 "symphonia-core",
16979 "symphonia-metadata",
16980]
16981
16982[[package]]
16983name = "symphonia-codec-aac"
16984version = "0.5.5"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16987dependencies = [
16988 "lazy_static",
16989 "log",
16990 "symphonia-core",
16991]
16992
16993[[package]]
16994name = "symphonia-codec-pcm"
16995version = "0.5.5"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16998dependencies = [
16999 "log",
17000 "symphonia-core",
17001]
17002
17003[[package]]
17004name = "symphonia-codec-vorbis"
17005version = "0.5.5"
17006source = "registry+https://github.com/rust-lang/crates.io-index"
17007checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17008dependencies = [
17009 "log",
17010 "symphonia-core",
17011 "symphonia-utils-xiph",
17012]
17013
17014[[package]]
17015name = "symphonia-core"
17016version = "0.5.5"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17019dependencies = [
17020 "arrayvec",
17021 "bitflags 1.3.2",
17022 "bytemuck",
17023 "lazy_static",
17024 "log",
17025]
17026
17027[[package]]
17028name = "symphonia-format-isomp4"
17029version = "0.5.5"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17032dependencies = [
17033 "encoding_rs",
17034 "log",
17035 "symphonia-core",
17036 "symphonia-metadata",
17037 "symphonia-utils-xiph",
17038]
17039
17040[[package]]
17041name = "symphonia-format-ogg"
17042version = "0.5.5"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17045dependencies = [
17046 "log",
17047 "symphonia-core",
17048 "symphonia-metadata",
17049 "symphonia-utils-xiph",
17050]
17051
17052[[package]]
17053name = "symphonia-format-riff"
17054version = "0.5.5"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17057dependencies = [
17058 "extended",
17059 "log",
17060 "symphonia-core",
17061 "symphonia-metadata",
17062]
17063
17064[[package]]
17065name = "symphonia-metadata"
17066version = "0.5.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17069dependencies = [
17070 "encoding_rs",
17071 "lazy_static",
17072 "log",
17073 "symphonia-core",
17074]
17075
17076[[package]]
17077name = "symphonia-utils-xiph"
17078version = "0.5.5"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17081dependencies = [
17082 "symphonia-core",
17083 "symphonia-metadata",
17084]
17085
17086[[package]]
17087name = "syn"
17088version = "1.0.109"
17089source = "registry+https://github.com/rust-lang/crates.io-index"
17090checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17091dependencies = [
17092 "proc-macro2",
17093 "quote",
17094 "unicode-ident",
17095]
17096
17097[[package]]
17098name = "syn"
17099version = "2.0.117"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17102dependencies = [
17103 "proc-macro2",
17104 "quote",
17105 "unicode-ident",
17106]
17107
17108[[package]]
17109name = "sync_wrapper"
17110version = "0.1.2"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17113
17114[[package]]
17115name = "sync_wrapper"
17116version = "1.0.2"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17119dependencies = [
17120 "futures-core",
17121]
17122
17123[[package]]
17124name = "synchronoise"
17125version = "1.0.1"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17128dependencies = [
17129 "crossbeam-queue",
17130]
17131
17132[[package]]
17133name = "synstructure"
17134version = "0.13.2"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17137dependencies = [
17138 "proc-macro2",
17139 "quote",
17140 "syn 2.0.117",
17141]
17142
17143[[package]]
17144name = "syntax_theme"
17145version = "0.1.0"
17146dependencies = [
17147 "gpui",
17148 "serde",
17149 "serde_json",
17150]
17151
17152[[package]]
17153name = "sys-locale"
17154version = "0.3.2"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17157dependencies = [
17158 "libc",
17159]
17160
17161[[package]]
17162name = "sysctl"
17163version = "0.5.5"
17164source = "registry+https://github.com/rust-lang/crates.io-index"
17165checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17166dependencies = [
17167 "bitflags 2.10.0",
17168 "byteorder",
17169 "enum-as-inner",
17170 "libc",
17171 "thiserror 1.0.69",
17172 "walkdir",
17173]
17174
17175[[package]]
17176name = "sysctl"
17177version = "0.6.0"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17180dependencies = [
17181 "bitflags 2.10.0",
17182 "byteorder",
17183 "enum-as-inner",
17184 "libc",
17185 "thiserror 1.0.69",
17186 "walkdir",
17187]
17188
17189[[package]]
17190name = "sysinfo"
17191version = "0.31.4"
17192source = "registry+https://github.com/rust-lang/crates.io-index"
17193checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17194dependencies = [
17195 "core-foundation-sys",
17196 "libc",
17197 "memchr",
17198 "ntapi",
17199 "rayon",
17200 "windows 0.57.0",
17201]
17202
17203[[package]]
17204name = "sysinfo"
17205version = "0.37.2"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17208dependencies = [
17209 "libc",
17210 "memchr",
17211 "ntapi",
17212 "objc2-core-foundation",
17213 "objc2-io-kit",
17214 "windows 0.61.3",
17215]
17216
17217[[package]]
17218name = "system-configuration"
17219version = "0.5.1"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17222dependencies = [
17223 "bitflags 1.3.2",
17224 "core-foundation 0.9.4",
17225 "system-configuration-sys 0.5.0",
17226]
17227
17228[[package]]
17229name = "system-configuration"
17230version = "0.6.1"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17233dependencies = [
17234 "bitflags 2.10.0",
17235 "core-foundation 0.9.4",
17236 "system-configuration-sys 0.6.0",
17237]
17238
17239[[package]]
17240name = "system-configuration-sys"
17241version = "0.5.0"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17244dependencies = [
17245 "core-foundation-sys",
17246 "libc",
17247]
17248
17249[[package]]
17250name = "system-configuration-sys"
17251version = "0.6.0"
17252source = "registry+https://github.com/rust-lang/crates.io-index"
17253checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17254dependencies = [
17255 "core-foundation-sys",
17256 "libc",
17257]
17258
17259[[package]]
17260name = "system-deps"
17261version = "6.2.2"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17264dependencies = [
17265 "cfg-expr 0.15.8",
17266 "heck 0.5.0",
17267 "pkg-config",
17268 "toml 0.8.23",
17269 "version-compare",
17270]
17271
17272[[package]]
17273name = "system-deps"
17274version = "7.0.7"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17277dependencies = [
17278 "cfg-expr 0.20.6",
17279 "heck 0.5.0",
17280 "pkg-config",
17281 "toml 0.9.8",
17282 "version-compare",
17283]
17284
17285[[package]]
17286name = "system-interface"
17287version = "0.27.3"
17288source = "registry+https://github.com/rust-lang/crates.io-index"
17289checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17290dependencies = [
17291 "bitflags 2.10.0",
17292 "cap-fs-ext",
17293 "cap-std",
17294 "fd-lock",
17295 "io-lifetimes",
17296 "rustix 0.38.44",
17297 "windows-sys 0.59.0",
17298 "winx",
17299]
17300
17301[[package]]
17302name = "system_specs"
17303version = "0.1.0"
17304dependencies = [
17305 "anyhow",
17306 "client",
17307 "gpui",
17308 "human_bytes",
17309 "pciid-parser",
17310 "release_channel",
17311 "semver",
17312 "serde",
17313 "sysinfo 0.37.2",
17314]
17315
17316[[package]]
17317name = "tab_switcher"
17318version = "0.1.0"
17319dependencies = [
17320 "collections",
17321 "ctor",
17322 "editor",
17323 "fuzzy",
17324 "gpui",
17325 "menu",
17326 "picker",
17327 "project",
17328 "schemars",
17329 "serde",
17330 "serde_json",
17331 "settings",
17332 "smol",
17333 "theme",
17334 "theme_settings",
17335 "ui",
17336 "util",
17337 "workspace",
17338 "zlog",
17339]
17340
17341[[package]]
17342name = "taffy"
17343version = "0.9.0"
17344source = "registry+https://github.com/rust-lang/crates.io-index"
17345checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17346dependencies = [
17347 "arrayvec",
17348 "grid",
17349 "serde",
17350 "slotmap",
17351]
17352
17353[[package]]
17354name = "tagptr"
17355version = "0.2.0"
17356source = "registry+https://github.com/rust-lang/crates.io-index"
17357checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17358
17359[[package]]
17360name = "take-until"
17361version = "0.2.0"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17364
17365[[package]]
17366name = "tao-core-video-sys"
17367version = "0.2.0"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17370dependencies = [
17371 "cfg-if",
17372 "core-foundation-sys",
17373 "libc",
17374 "objc",
17375]
17376
17377[[package]]
17378name = "tap"
17379version = "1.0.1"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17382
17383[[package]]
17384name = "target-lexicon"
17385version = "0.12.16"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17388
17389[[package]]
17390name = "target-lexicon"
17391version = "0.13.3"
17392source = "registry+https://github.com/rust-lang/crates.io-index"
17393checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17394
17395[[package]]
17396name = "task"
17397version = "0.1.0"
17398dependencies = [
17399 "anyhow",
17400 "collections",
17401 "futures 0.3.32",
17402 "gpui",
17403 "hex",
17404 "log",
17405 "parking_lot",
17406 "pretty_assertions",
17407 "proto",
17408 "schemars",
17409 "serde",
17410 "serde_json",
17411 "serde_json_lenient",
17412 "sha2",
17413 "shellexpand",
17414 "util",
17415 "zed_actions",
17416]
17417
17418[[package]]
17419name = "tasks_ui"
17420version = "0.1.0"
17421dependencies = [
17422 "anyhow",
17423 "collections",
17424 "editor",
17425 "file_icons",
17426 "fuzzy",
17427 "gpui",
17428 "itertools 0.14.0",
17429 "language",
17430 "menu",
17431 "picker",
17432 "project",
17433 "serde",
17434 "serde_json",
17435 "task",
17436 "tree-sitter-rust",
17437 "tree-sitter-typescript",
17438 "ui",
17439 "util",
17440 "workspace",
17441 "zed_actions",
17442]
17443
17444[[package]]
17445name = "telemetry"
17446version = "0.1.0"
17447dependencies = [
17448 "futures 0.3.32",
17449 "serde",
17450 "serde_json",
17451 "telemetry_events",
17452]
17453
17454[[package]]
17455name = "telemetry_events"
17456version = "0.1.0"
17457dependencies = [
17458 "semver",
17459 "serde",
17460 "serde_json",
17461]
17462
17463[[package]]
17464name = "tempfile"
17465version = "3.23.0"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17468dependencies = [
17469 "fastrand 2.3.0",
17470 "getrandom 0.3.4",
17471 "once_cell",
17472 "rustix 1.1.2",
17473 "windows-sys 0.61.2",
17474]
17475
17476[[package]]
17477name = "tendril"
17478version = "0.4.3"
17479source = "registry+https://github.com/rust-lang/crates.io-index"
17480checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17481dependencies = [
17482 "futf",
17483 "mac",
17484 "utf-8",
17485]
17486
17487[[package]]
17488name = "termcolor"
17489version = "1.4.1"
17490source = "registry+https://github.com/rust-lang/crates.io-index"
17491checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17492dependencies = [
17493 "winapi-util",
17494]
17495
17496[[package]]
17497name = "terminal"
17498version = "0.1.0"
17499dependencies = [
17500 "alacritty_terminal",
17501 "anyhow",
17502 "collections",
17503 "futures 0.3.32",
17504 "gpui",
17505 "itertools 0.14.0",
17506 "libc",
17507 "log",
17508 "parking_lot",
17509 "rand 0.9.2",
17510 "regex",
17511 "release_channel",
17512 "schemars",
17513 "serde",
17514 "settings",
17515 "smol",
17516 "sysinfo 0.37.2",
17517 "task",
17518 "theme",
17519 "theme_settings",
17520 "thiserror 2.0.17",
17521 "url",
17522 "urlencoding",
17523 "util",
17524 "util_macros",
17525 "windows 0.61.3",
17526]
17527
17528[[package]]
17529name = "terminal_size"
17530version = "0.4.3"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17533dependencies = [
17534 "rustix 1.1.2",
17535 "windows-sys 0.60.2",
17536]
17537
17538[[package]]
17539name = "terminal_view"
17540version = "0.1.0"
17541dependencies = [
17542 "anyhow",
17543 "async-recursion",
17544 "breadcrumbs",
17545 "collections",
17546 "db",
17547 "dirs",
17548 "editor",
17549 "futures 0.3.32",
17550 "gpui",
17551 "itertools 0.14.0",
17552 "language",
17553 "log",
17554 "menu",
17555 "pretty_assertions",
17556 "project",
17557 "regex",
17558 "schemars",
17559 "serde",
17560 "serde_json",
17561 "settings",
17562 "shellexpand",
17563 "task",
17564 "terminal",
17565 "theme",
17566 "theme_settings",
17567 "ui",
17568 "util",
17569 "workspace",
17570 "zed_actions",
17571]
17572
17573[[package]]
17574name = "text"
17575version = "0.1.0"
17576dependencies = [
17577 "anyhow",
17578 "clock",
17579 "collections",
17580 "ctor",
17581 "gpui",
17582 "log",
17583 "parking_lot",
17584 "postage",
17585 "rand 0.9.2",
17586 "regex",
17587 "rope",
17588 "smallvec",
17589 "sum_tree",
17590 "util",
17591 "zlog",
17592]
17593
17594[[package]]
17595name = "theme"
17596version = "0.1.0"
17597dependencies = [
17598 "anyhow",
17599 "collections",
17600 "gpui",
17601 "palette",
17602 "parking_lot",
17603 "refineable",
17604 "schemars",
17605 "serde",
17606 "serde_json",
17607 "serde_json_lenient",
17608 "strum 0.27.2",
17609 "syntax_theme",
17610 "thiserror 2.0.17",
17611 "uuid",
17612]
17613
17614[[package]]
17615name = "theme_extension"
17616version = "0.1.0"
17617dependencies = [
17618 "anyhow",
17619 "extension",
17620 "fs",
17621 "gpui",
17622 "theme",
17623 "theme_settings",
17624]
17625
17626[[package]]
17627name = "theme_importer"
17628version = "0.1.0"
17629dependencies = [
17630 "anyhow",
17631 "clap",
17632 "collections",
17633 "gpui",
17634 "indexmap",
17635 "log",
17636 "palette",
17637 "serde",
17638 "serde_json",
17639 "serde_json_lenient",
17640 "simplelog",
17641 "strum 0.27.2",
17642 "theme",
17643 "theme_settings",
17644 "vscode_theme",
17645]
17646
17647[[package]]
17648name = "theme_selector"
17649version = "0.1.0"
17650dependencies = [
17651 "editor",
17652 "fs",
17653 "fuzzy",
17654 "gpui",
17655 "log",
17656 "picker",
17657 "project",
17658 "serde",
17659 "serde_json",
17660 "settings",
17661 "telemetry",
17662 "theme",
17663 "theme_settings",
17664 "ui",
17665 "util",
17666 "workspace",
17667 "zed_actions",
17668]
17669
17670[[package]]
17671name = "theme_settings"
17672version = "0.1.0"
17673dependencies = [
17674 "anyhow",
17675 "collections",
17676 "gpui",
17677 "gpui_util",
17678 "log",
17679 "palette",
17680 "refineable",
17681 "schemars",
17682 "serde",
17683 "serde_json",
17684 "serde_json_lenient",
17685 "settings",
17686 "theme",
17687 "uuid",
17688]
17689
17690[[package]]
17691name = "thiserror"
17692version = "1.0.69"
17693source = "registry+https://github.com/rust-lang/crates.io-index"
17694checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17695dependencies = [
17696 "thiserror-impl 1.0.69",
17697]
17698
17699[[package]]
17700name = "thiserror"
17701version = "2.0.17"
17702source = "registry+https://github.com/rust-lang/crates.io-index"
17703checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17704dependencies = [
17705 "thiserror-impl 2.0.17",
17706]
17707
17708[[package]]
17709name = "thiserror-impl"
17710version = "1.0.69"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17713dependencies = [
17714 "proc-macro2",
17715 "quote",
17716 "syn 2.0.117",
17717]
17718
17719[[package]]
17720name = "thiserror-impl"
17721version = "2.0.17"
17722source = "registry+https://github.com/rust-lang/crates.io-index"
17723checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17724dependencies = [
17725 "proc-macro2",
17726 "quote",
17727 "syn 2.0.117",
17728]
17729
17730[[package]]
17731name = "thread_local"
17732version = "1.1.9"
17733source = "registry+https://github.com/rust-lang/crates.io-index"
17734checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17735dependencies = [
17736 "cfg-if",
17737]
17738
17739[[package]]
17740name = "tiff"
17741version = "0.10.3"
17742source = "registry+https://github.com/rust-lang/crates.io-index"
17743checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17744dependencies = [
17745 "fax",
17746 "flate2",
17747 "half",
17748 "quick-error 2.0.1",
17749 "weezl",
17750 "zune-jpeg",
17751]
17752
17753[[package]]
17754name = "tiktoken-rs"
17755version = "0.9.1"
17756source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17757dependencies = [
17758 "anyhow",
17759 "base64 0.22.1",
17760 "bstr",
17761 "fancy-regex 0.16.2",
17762 "lazy_static",
17763 "regex",
17764 "rustc-hash 1.1.0",
17765]
17766
17767[[package]]
17768name = "time"
17769version = "0.3.47"
17770source = "registry+https://github.com/rust-lang/crates.io-index"
17771checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17772dependencies = [
17773 "deranged",
17774 "itoa",
17775 "libc",
17776 "num-conv",
17777 "num_threads",
17778 "powerfmt",
17779 "serde_core",
17780 "time-core",
17781 "time-macros",
17782]
17783
17784[[package]]
17785name = "time-core"
17786version = "0.1.8"
17787source = "registry+https://github.com/rust-lang/crates.io-index"
17788checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17789
17790[[package]]
17791name = "time-macros"
17792version = "0.2.27"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17795dependencies = [
17796 "num-conv",
17797 "time-core",
17798]
17799
17800[[package]]
17801name = "time_format"
17802version = "0.1.0"
17803dependencies = [
17804 "core-foundation 0.10.0",
17805 "core-foundation-sys",
17806 "sys-locale",
17807 "time",
17808 "windows 0.61.3",
17809]
17810
17811[[package]]
17812name = "tiny-keccak"
17813version = "2.0.2"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17816dependencies = [
17817 "crunchy",
17818]
17819
17820[[package]]
17821name = "tiny-skia"
17822version = "0.11.4"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17825dependencies = [
17826 "arrayref",
17827 "arrayvec",
17828 "bytemuck",
17829 "cfg-if",
17830 "log",
17831 "png 0.17.16",
17832 "tiny-skia-path",
17833]
17834
17835[[package]]
17836name = "tiny-skia-path"
17837version = "0.11.4"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17840dependencies = [
17841 "arrayref",
17842 "bytemuck",
17843 "strict-num",
17844]
17845
17846[[package]]
17847name = "tiny_http"
17848version = "0.12.0"
17849source = "registry+https://github.com/rust-lang/crates.io-index"
17850checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17851dependencies = [
17852 "ascii",
17853 "chunked_transfer",
17854 "httpdate",
17855 "log",
17856]
17857
17858[[package]]
17859name = "tinystr"
17860version = "0.8.1"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17863dependencies = [
17864 "displaydoc",
17865 "zerovec",
17866]
17867
17868[[package]]
17869name = "tinytemplate"
17870version = "1.2.1"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17873dependencies = [
17874 "serde",
17875 "serde_json",
17876]
17877
17878[[package]]
17879name = "tinyvec"
17880version = "1.10.0"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17883dependencies = [
17884 "tinyvec_macros",
17885]
17886
17887[[package]]
17888name = "tinyvec_macros"
17889version = "0.1.1"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17892
17893[[package]]
17894name = "title_bar"
17895version = "0.1.0"
17896dependencies = [
17897 "anyhow",
17898 "auto_update",
17899 "call",
17900 "channel",
17901 "chrono",
17902 "client",
17903 "cloud_api_types",
17904 "db",
17905 "git_ui",
17906 "gpui",
17907 "icons",
17908 "livekit_client",
17909 "notifications",
17910 "platform_title_bar",
17911 "project",
17912 "recent_projects",
17913 "release_channel",
17914 "remote",
17915 "remote_connection",
17916 "rpc",
17917 "schemars",
17918 "semver",
17919 "serde",
17920 "settings",
17921 "smallvec",
17922 "telemetry",
17923 "theme",
17924 "ui",
17925 "util",
17926 "windows 0.61.3",
17927 "workspace",
17928 "zed_actions",
17929]
17930
17931[[package]]
17932name = "tokio"
17933version = "1.48.0"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17936dependencies = [
17937 "bytes 1.11.1",
17938 "libc",
17939 "mio 1.1.0",
17940 "parking_lot",
17941 "pin-project-lite",
17942 "signal-hook-registry",
17943 "socket2 0.6.1",
17944 "tokio-macros",
17945 "windows-sys 0.61.2",
17946]
17947
17948[[package]]
17949name = "tokio-io"
17950version = "0.1.13"
17951source = "registry+https://github.com/rust-lang/crates.io-index"
17952checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17953dependencies = [
17954 "bytes 0.4.12",
17955 "futures 0.1.31",
17956 "log",
17957]
17958
17959[[package]]
17960name = "tokio-macros"
17961version = "2.6.0"
17962source = "registry+https://github.com/rust-lang/crates.io-index"
17963checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17964dependencies = [
17965 "proc-macro2",
17966 "quote",
17967 "syn 2.0.117",
17968]
17969
17970[[package]]
17971name = "tokio-native-tls"
17972version = "0.3.1"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17975dependencies = [
17976 "native-tls",
17977 "tokio",
17978]
17979
17980[[package]]
17981name = "tokio-rustls"
17982version = "0.24.1"
17983source = "registry+https://github.com/rust-lang/crates.io-index"
17984checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17985dependencies = [
17986 "rustls 0.21.12",
17987 "tokio",
17988]
17989
17990[[package]]
17991name = "tokio-rustls"
17992version = "0.26.2"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17995dependencies = [
17996 "rustls 0.23.33",
17997 "tokio",
17998]
17999
18000[[package]]
18001name = "tokio-socks"
18002version = "0.5.2"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18005dependencies = [
18006 "either",
18007 "futures-io",
18008 "futures-util",
18009 "thiserror 1.0.69",
18010 "tokio",
18011]
18012
18013[[package]]
18014name = "tokio-stream"
18015version = "0.1.17"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18018dependencies = [
18019 "futures-core",
18020 "pin-project-lite",
18021 "tokio",
18022]
18023
18024[[package]]
18025name = "tokio-tungstenite"
18026version = "0.20.1"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18029dependencies = [
18030 "futures-util",
18031 "log",
18032 "tokio",
18033 "tungstenite 0.20.1",
18034]
18035
18036[[package]]
18037name = "tokio-tungstenite"
18038version = "0.21.0"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18041dependencies = [
18042 "futures-util",
18043 "log",
18044 "tokio",
18045 "tungstenite 0.21.0",
18046]
18047
18048[[package]]
18049name = "tokio-tungstenite"
18050version = "0.28.0"
18051source = "registry+https://github.com/rust-lang/crates.io-index"
18052checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18053dependencies = [
18054 "futures-util",
18055 "log",
18056 "rustls 0.23.33",
18057 "rustls-native-certs 0.8.2",
18058 "rustls-pki-types",
18059 "tokio",
18060 "tokio-rustls 0.26.2",
18061 "tungstenite 0.28.0",
18062]
18063
18064[[package]]
18065name = "tokio-util"
18066version = "0.7.16"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18069dependencies = [
18070 "bytes 1.11.1",
18071 "futures-core",
18072 "futures-io",
18073 "futures-sink",
18074 "pin-project-lite",
18075 "tokio",
18076]
18077
18078[[package]]
18079name = "toml"
18080version = "0.5.11"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18083dependencies = [
18084 "serde",
18085]
18086
18087[[package]]
18088name = "toml"
18089version = "0.8.23"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18092dependencies = [
18093 "serde",
18094 "serde_spanned 0.6.9",
18095 "toml_datetime 0.6.11",
18096 "toml_edit 0.22.27",
18097]
18098
18099[[package]]
18100name = "toml"
18101version = "0.9.8"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18104dependencies = [
18105 "indexmap",
18106 "serde_core",
18107 "serde_spanned 1.0.3",
18108 "toml_datetime 0.7.3",
18109 "toml_parser",
18110 "toml_writer",
18111 "winnow",
18112]
18113
18114[[package]]
18115name = "toml_datetime"
18116version = "0.6.11"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18119dependencies = [
18120 "serde",
18121]
18122
18123[[package]]
18124name = "toml_datetime"
18125version = "0.7.3"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18128dependencies = [
18129 "serde_core",
18130]
18131
18132[[package]]
18133name = "toml_edit"
18134version = "0.22.27"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18137dependencies = [
18138 "indexmap",
18139 "serde",
18140 "serde_spanned 0.6.9",
18141 "toml_datetime 0.6.11",
18142 "toml_write",
18143 "winnow",
18144]
18145
18146[[package]]
18147name = "toml_edit"
18148version = "0.23.7"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18151dependencies = [
18152 "indexmap",
18153 "toml_datetime 0.7.3",
18154 "toml_parser",
18155 "winnow",
18156]
18157
18158[[package]]
18159name = "toml_parser"
18160version = "1.0.4"
18161source = "registry+https://github.com/rust-lang/crates.io-index"
18162checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18163dependencies = [
18164 "winnow",
18165]
18166
18167[[package]]
18168name = "toml_write"
18169version = "0.1.2"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18172
18173[[package]]
18174name = "toml_writer"
18175version = "1.0.4"
18176source = "registry+https://github.com/rust-lang/crates.io-index"
18177checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18178
18179[[package]]
18180name = "toolchain_selector"
18181version = "0.1.0"
18182dependencies = [
18183 "anyhow",
18184 "convert_case 0.8.0",
18185 "editor",
18186 "futures 0.3.32",
18187 "fuzzy",
18188 "gpui",
18189 "language",
18190 "menu",
18191 "open_path_prompt",
18192 "picker",
18193 "project",
18194 "ui",
18195 "util",
18196 "workspace",
18197]
18198
18199[[package]]
18200name = "topological-sort"
18201version = "0.2.2"
18202source = "registry+https://github.com/rust-lang/crates.io-index"
18203checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18204
18205[[package]]
18206name = "tower"
18207version = "0.4.13"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18210dependencies = [
18211 "futures-core",
18212 "futures-util",
18213 "pin-project",
18214 "pin-project-lite",
18215 "tokio",
18216 "tower-layer",
18217 "tower-service",
18218 "tracing",
18219]
18220
18221[[package]]
18222name = "tower"
18223version = "0.5.2"
18224source = "registry+https://github.com/rust-lang/crates.io-index"
18225checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18226dependencies = [
18227 "futures-core",
18228 "futures-util",
18229 "pin-project-lite",
18230 "sync_wrapper 1.0.2",
18231 "tokio",
18232 "tokio-util",
18233 "tower-layer",
18234 "tower-service",
18235 "tracing",
18236]
18237
18238[[package]]
18239name = "tower-http"
18240version = "0.4.4"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18243dependencies = [
18244 "bitflags 2.10.0",
18245 "bytes 1.11.1",
18246 "futures-core",
18247 "futures-util",
18248 "http 0.2.12",
18249 "http-body 0.4.6",
18250 "http-range-header",
18251 "pin-project-lite",
18252 "tower-layer",
18253 "tower-service",
18254 "tracing",
18255]
18256
18257[[package]]
18258name = "tower-http"
18259version = "0.6.6"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18262dependencies = [
18263 "bitflags 2.10.0",
18264 "bytes 1.11.1",
18265 "futures-util",
18266 "http 1.3.1",
18267 "http-body 1.0.1",
18268 "iri-string",
18269 "pin-project-lite",
18270 "tower 0.5.2",
18271 "tower-layer",
18272 "tower-service",
18273 "tracing",
18274]
18275
18276[[package]]
18277name = "tower-layer"
18278version = "0.3.3"
18279source = "registry+https://github.com/rust-lang/crates.io-index"
18280checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18281
18282[[package]]
18283name = "tower-service"
18284version = "0.3.3"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18287
18288[[package]]
18289name = "tracing"
18290version = "0.1.43"
18291source = "registry+https://github.com/rust-lang/crates.io-index"
18292checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18293dependencies = [
18294 "log",
18295 "pin-project-lite",
18296 "tracing-attributes",
18297 "tracing-core",
18298]
18299
18300[[package]]
18301name = "tracing-attributes"
18302version = "0.1.31"
18303source = "registry+https://github.com/rust-lang/crates.io-index"
18304checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18305dependencies = [
18306 "proc-macro2",
18307 "quote",
18308 "syn 2.0.117",
18309]
18310
18311[[package]]
18312name = "tracing-core"
18313version = "0.1.35"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18316dependencies = [
18317 "once_cell",
18318 "valuable",
18319]
18320
18321[[package]]
18322name = "tracing-log"
18323version = "0.2.0"
18324source = "registry+https://github.com/rust-lang/crates.io-index"
18325checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18326dependencies = [
18327 "log",
18328 "once_cell",
18329 "tracing-core",
18330]
18331
18332[[package]]
18333name = "tracing-serde"
18334version = "0.2.0"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18337dependencies = [
18338 "serde",
18339 "tracing-core",
18340]
18341
18342[[package]]
18343name = "tracing-subscriber"
18344version = "0.3.22"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18347dependencies = [
18348 "matchers",
18349 "nu-ansi-term",
18350 "once_cell",
18351 "regex-automata",
18352 "serde",
18353 "serde_json",
18354 "sharded-slab",
18355 "smallvec",
18356 "thread_local",
18357 "tracing",
18358 "tracing-core",
18359 "tracing-log",
18360 "tracing-serde",
18361]
18362
18363[[package]]
18364name = "tracing-tracy"
18365version = "0.11.4"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18368dependencies = [
18369 "tracing-core",
18370 "tracing-subscriber",
18371 "tracy-client",
18372]
18373
18374[[package]]
18375name = "tracy-client"
18376version = "0.18.3"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18379dependencies = [
18380 "loom",
18381 "once_cell",
18382 "tracy-client-sys",
18383]
18384
18385[[package]]
18386name = "tracy-client-sys"
18387version = "0.27.0"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18390dependencies = [
18391 "cc",
18392 "windows-targets 0.52.6",
18393]
18394
18395[[package]]
18396name = "transpose"
18397version = "0.2.3"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18400dependencies = [
18401 "num-integer",
18402 "strength_reduce",
18403]
18404
18405[[package]]
18406name = "trash"
18407version = "5.2.5"
18408source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18409dependencies = [
18410 "chrono",
18411 "libc",
18412 "log",
18413 "objc2",
18414 "objc2-foundation",
18415 "once_cell",
18416 "percent-encoding",
18417 "scopeguard",
18418 "urlencoding",
18419 "windows 0.56.0",
18420 "windows-core 0.56.0",
18421]
18422
18423[[package]]
18424name = "tree-sitter"
18425version = "0.26.8"
18426source = "registry+https://github.com/rust-lang/crates.io-index"
18427checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18428dependencies = [
18429 "cc",
18430 "regex",
18431 "regex-syntax",
18432 "serde_json",
18433 "streaming-iterator",
18434 "tree-sitter-language",
18435 "wasmtime-c-api-impl",
18436]
18437
18438[[package]]
18439name = "tree-sitter-bash"
18440version = "0.25.1"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18443dependencies = [
18444 "cc",
18445 "tree-sitter-language",
18446]
18447
18448[[package]]
18449name = "tree-sitter-c"
18450version = "0.24.1"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18453dependencies = [
18454 "cc",
18455 "tree-sitter-language",
18456]
18457
18458[[package]]
18459name = "tree-sitter-cpp"
18460version = "0.23.4"
18461source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18462dependencies = [
18463 "cc",
18464 "tree-sitter-language",
18465]
18466
18467[[package]]
18468name = "tree-sitter-css"
18469version = "0.23.2"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18472dependencies = [
18473 "cc",
18474 "tree-sitter-language",
18475]
18476
18477[[package]]
18478name = "tree-sitter-diff"
18479version = "0.1.0"
18480source = "registry+https://github.com/rust-lang/crates.io-index"
18481checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18482dependencies = [
18483 "cc",
18484 "tree-sitter-language",
18485]
18486
18487[[package]]
18488name = "tree-sitter-elixir"
18489version = "0.3.4"
18490source = "registry+https://github.com/rust-lang/crates.io-index"
18491checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18492dependencies = [
18493 "cc",
18494 "tree-sitter-language",
18495]
18496
18497[[package]]
18498name = "tree-sitter-embedded-template"
18499version = "0.23.2"
18500source = "registry+https://github.com/rust-lang/crates.io-index"
18501checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18502dependencies = [
18503 "cc",
18504 "tree-sitter-language",
18505]
18506
18507[[package]]
18508name = "tree-sitter-gitcommit"
18509version = "0.0.1"
18510source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18511dependencies = [
18512 "cc",
18513 "tree-sitter-language",
18514]
18515
18516[[package]]
18517name = "tree-sitter-go"
18518version = "0.25.0"
18519source = "registry+https://github.com/rust-lang/crates.io-index"
18520checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18521dependencies = [
18522 "cc",
18523 "tree-sitter-language",
18524]
18525
18526[[package]]
18527name = "tree-sitter-gomod"
18528version = "1.1.1"
18529source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18530dependencies = [
18531 "cc",
18532 "tree-sitter-language",
18533]
18534
18535[[package]]
18536name = "tree-sitter-gowork"
18537version = "0.0.1"
18538source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18539dependencies = [
18540 "cc",
18541 "tree-sitter-language",
18542]
18543
18544[[package]]
18545name = "tree-sitter-heex"
18546version = "0.0.1"
18547source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18548dependencies = [
18549 "cc",
18550 "tree-sitter-language",
18551]
18552
18553[[package]]
18554name = "tree-sitter-html"
18555version = "0.23.2"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18558dependencies = [
18559 "cc",
18560 "tree-sitter-language",
18561]
18562
18563[[package]]
18564name = "tree-sitter-jsdoc"
18565version = "0.23.2"
18566source = "registry+https://github.com/rust-lang/crates.io-index"
18567checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18568dependencies = [
18569 "cc",
18570 "tree-sitter-language",
18571]
18572
18573[[package]]
18574name = "tree-sitter-json"
18575version = "0.24.8"
18576source = "registry+https://github.com/rust-lang/crates.io-index"
18577checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18578dependencies = [
18579 "cc",
18580 "tree-sitter-language",
18581]
18582
18583[[package]]
18584name = "tree-sitter-language"
18585version = "0.1.5"
18586source = "registry+https://github.com/rust-lang/crates.io-index"
18587checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18588
18589[[package]]
18590name = "tree-sitter-md"
18591version = "0.3.2"
18592source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18593dependencies = [
18594 "cc",
18595 "tree-sitter-language",
18596]
18597
18598[[package]]
18599name = "tree-sitter-python"
18600version = "0.25.0"
18601source = "registry+https://github.com/rust-lang/crates.io-index"
18602checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18603dependencies = [
18604 "cc",
18605 "tree-sitter-language",
18606]
18607
18608[[package]]
18609name = "tree-sitter-regex"
18610version = "0.24.3"
18611source = "registry+https://github.com/rust-lang/crates.io-index"
18612checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18613dependencies = [
18614 "cc",
18615 "tree-sitter-language",
18616]
18617
18618[[package]]
18619name = "tree-sitter-ruby"
18620version = "0.23.1"
18621source = "registry+https://github.com/rust-lang/crates.io-index"
18622checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18623dependencies = [
18624 "cc",
18625 "tree-sitter-language",
18626]
18627
18628[[package]]
18629name = "tree-sitter-rust"
18630version = "0.24.2"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18633dependencies = [
18634 "cc",
18635 "tree-sitter-language",
18636]
18637
18638[[package]]
18639name = "tree-sitter-typescript"
18640version = "0.23.2"
18641source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18642dependencies = [
18643 "cc",
18644 "tree-sitter-language",
18645]
18646
18647[[package]]
18648name = "tree-sitter-yaml"
18649version = "0.6.1"
18650source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18651dependencies = [
18652 "cc",
18653 "tree-sitter-language",
18654]
18655
18656[[package]]
18657name = "triomphe"
18658version = "0.1.15"
18659source = "registry+https://github.com/rust-lang/crates.io-index"
18660checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18661dependencies = [
18662 "serde",
18663 "stable_deref_trait",
18664]
18665
18666[[package]]
18667name = "try-lock"
18668version = "0.2.5"
18669source = "registry+https://github.com/rust-lang/crates.io-index"
18670checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18671
18672[[package]]
18673name = "ttf-parser"
18674version = "0.20.0"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18677
18678[[package]]
18679name = "ttf-parser"
18680version = "0.25.1"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18683dependencies = [
18684 "core_maths",
18685]
18686
18687[[package]]
18688name = "tungstenite"
18689version = "0.20.1"
18690source = "registry+https://github.com/rust-lang/crates.io-index"
18691checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18692dependencies = [
18693 "byteorder",
18694 "bytes 1.11.1",
18695 "data-encoding",
18696 "http 0.2.12",
18697 "httparse",
18698 "log",
18699 "rand 0.8.5",
18700 "sha1",
18701 "thiserror 1.0.69",
18702 "url",
18703 "utf-8",
18704]
18705
18706[[package]]
18707name = "tungstenite"
18708version = "0.21.0"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18711dependencies = [
18712 "byteorder",
18713 "bytes 1.11.1",
18714 "data-encoding",
18715 "http 1.3.1",
18716 "httparse",
18717 "log",
18718 "rand 0.8.5",
18719 "sha1",
18720 "thiserror 1.0.69",
18721 "url",
18722 "utf-8",
18723]
18724
18725[[package]]
18726name = "tungstenite"
18727version = "0.27.0"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18730dependencies = [
18731 "bytes 1.11.1",
18732 "data-encoding",
18733 "http 1.3.1",
18734 "httparse",
18735 "log",
18736 "rand 0.9.2",
18737 "rustls 0.23.33",
18738 "rustls-pki-types",
18739 "sha1",
18740 "thiserror 2.0.17",
18741 "utf-8",
18742]
18743
18744[[package]]
18745name = "tungstenite"
18746version = "0.28.0"
18747source = "registry+https://github.com/rust-lang/crates.io-index"
18748checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18749dependencies = [
18750 "bytes 1.11.1",
18751 "data-encoding",
18752 "http 1.3.1",
18753 "httparse",
18754 "log",
18755 "rand 0.9.2",
18756 "rustls 0.23.33",
18757 "rustls-pki-types",
18758 "sha1",
18759 "thiserror 2.0.17",
18760 "utf-8",
18761]
18762
18763[[package]]
18764name = "typeid"
18765version = "1.0.3"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18768
18769[[package]]
18770name = "typenum"
18771version = "1.19.0"
18772source = "registry+https://github.com/rust-lang/crates.io-index"
18773checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18774
18775[[package]]
18776name = "ucd-trie"
18777version = "0.1.7"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18780
18781[[package]]
18782name = "uds"
18783version = "0.4.2"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18786dependencies = [
18787 "libc",
18788]
18789
18790[[package]]
18791name = "uds_windows"
18792version = "1.1.0"
18793source = "registry+https://github.com/rust-lang/crates.io-index"
18794checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18795dependencies = [
18796 "memoffset",
18797 "tempfile",
18798 "winapi",
18799]
18800
18801[[package]]
18802name = "ug"
18803version = "0.4.0"
18804source = "registry+https://github.com/rust-lang/crates.io-index"
18805checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18806dependencies = [
18807 "gemm 0.18.2",
18808 "half",
18809 "libloading",
18810 "memmap2",
18811 "num",
18812 "num-traits",
18813 "num_cpus",
18814 "rayon",
18815 "safetensors",
18816 "serde",
18817 "thiserror 1.0.69",
18818 "tracing",
18819 "yoke 0.7.5",
18820]
18821
18822[[package]]
18823name = "ui"
18824version = "0.1.0"
18825dependencies = [
18826 "chrono",
18827 "component",
18828 "documented",
18829 "gpui",
18830 "gpui_macros",
18831 "gpui_util",
18832 "icons",
18833 "itertools 0.14.0",
18834 "menu",
18835 "schemars",
18836 "serde",
18837 "smallvec",
18838 "strum 0.27.2",
18839 "theme",
18840 "ui_macros",
18841 "windows 0.61.3",
18842]
18843
18844[[package]]
18845name = "ui_input"
18846version = "0.1.0"
18847dependencies = [
18848 "component",
18849 "gpui",
18850 "ui",
18851]
18852
18853[[package]]
18854name = "ui_macros"
18855version = "0.1.0"
18856dependencies = [
18857 "component",
18858 "quote",
18859 "syn 2.0.117",
18860 "ui",
18861]
18862
18863[[package]]
18864name = "ui_prompt"
18865version = "0.1.0"
18866dependencies = [
18867 "gpui",
18868 "markdown",
18869 "menu",
18870 "settings",
18871 "theme_settings",
18872 "ui",
18873 "workspace",
18874]
18875
18876[[package]]
18877name = "unarray"
18878version = "0.1.4"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18881
18882[[package]]
18883name = "unicase"
18884version = "2.8.1"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18887
18888[[package]]
18889name = "unicode-bidi"
18890version = "0.3.18"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18893
18894[[package]]
18895name = "unicode-bidi-mirroring"
18896version = "0.4.0"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18899
18900[[package]]
18901name = "unicode-ccc"
18902version = "0.4.0"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18905
18906[[package]]
18907name = "unicode-general-category"
18908version = "1.1.0"
18909source = "registry+https://github.com/rust-lang/crates.io-index"
18910checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18911
18912[[package]]
18913name = "unicode-ident"
18914version = "1.0.19"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18917
18918[[package]]
18919name = "unicode-linebreak"
18920version = "0.1.5"
18921source = "registry+https://github.com/rust-lang/crates.io-index"
18922checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18923
18924[[package]]
18925name = "unicode-normalization"
18926version = "0.1.24"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18929dependencies = [
18930 "tinyvec",
18931]
18932
18933[[package]]
18934name = "unicode-properties"
18935version = "0.1.3"
18936source = "registry+https://github.com/rust-lang/crates.io-index"
18937checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18938
18939[[package]]
18940name = "unicode-script"
18941version = "0.5.8"
18942source = "registry+https://github.com/rust-lang/crates.io-index"
18943checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18944
18945[[package]]
18946name = "unicode-segmentation"
18947version = "1.12.0"
18948source = "registry+https://github.com/rust-lang/crates.io-index"
18949checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18950
18951[[package]]
18952name = "unicode-vo"
18953version = "0.1.0"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18956
18957[[package]]
18958name = "unicode-width"
18959version = "0.2.2"
18960source = "registry+https://github.com/rust-lang/crates.io-index"
18961checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18962
18963[[package]]
18964name = "unicode-xid"
18965version = "0.2.6"
18966source = "registry+https://github.com/rust-lang/crates.io-index"
18967checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18968
18969[[package]]
18970name = "unicode_categories"
18971version = "0.1.1"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18974
18975[[package]]
18976name = "unindent"
18977version = "0.2.4"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18980
18981[[package]]
18982name = "unsafe-libyaml"
18983version = "0.2.11"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18986
18987[[package]]
18988name = "untrusted"
18989version = "0.7.1"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18992
18993[[package]]
18994name = "untrusted"
18995version = "0.9.0"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18998
18999[[package]]
19000name = "url"
19001version = "2.5.7"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19004dependencies = [
19005 "form_urlencoded",
19006 "idna",
19007 "percent-encoding",
19008 "serde",
19009]
19010
19011[[package]]
19012name = "urlencoding"
19013version = "2.1.3"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19016
19017[[package]]
19018name = "usvg"
19019version = "0.45.1"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19022dependencies = [
19023 "base64 0.22.1",
19024 "data-url",
19025 "flate2",
19026 "fontdb 0.23.0",
19027 "imagesize",
19028 "kurbo",
19029 "log",
19030 "pico-args",
19031 "roxmltree",
19032 "rustybuzz",
19033 "simplecss",
19034 "siphasher 1.0.1",
19035 "strict-num",
19036 "svgtypes",
19037 "tiny-skia-path",
19038 "unicode-bidi",
19039 "unicode-script",
19040 "unicode-vo",
19041 "xmlwriter",
19042]
19043
19044[[package]]
19045name = "utf-8"
19046version = "0.7.6"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19049
19050[[package]]
19051name = "utf8-chars"
19052version = "3.0.6"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19055dependencies = [
19056 "arrayvec",
19057]
19058
19059[[package]]
19060name = "utf8_iter"
19061version = "1.0.4"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19064
19065[[package]]
19066name = "utf8parse"
19067version = "0.2.2"
19068source = "registry+https://github.com/rust-lang/crates.io-index"
19069checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19070
19071[[package]]
19072name = "util"
19073version = "0.1.0"
19074dependencies = [
19075 "anyhow",
19076 "async-fs",
19077 "async_zip",
19078 "collections",
19079 "command-fds",
19080 "dirs",
19081 "dunce",
19082 "futures 0.3.32",
19083 "futures-lite 1.13.0",
19084 "git2",
19085 "globset",
19086 "gpui_util",
19087 "itertools 0.14.0",
19088 "libc",
19089 "log",
19090 "mach2 0.5.0",
19091 "nix 0.29.0",
19092 "percent-encoding",
19093 "pretty_assertions",
19094 "rand 0.9.2",
19095 "regex",
19096 "rust-embed",
19097 "schemars",
19098 "serde",
19099 "serde_json",
19100 "serde_json_lenient",
19101 "shlex",
19102 "smol",
19103 "take-until",
19104 "tempfile",
19105 "tendril",
19106 "unicase",
19107 "url",
19108 "util_macros",
19109 "walkdir",
19110 "which 6.0.3",
19111]
19112
19113[[package]]
19114name = "util_macros"
19115version = "0.1.0"
19116dependencies = [
19117 "perf",
19118 "quote",
19119 "syn 2.0.117",
19120]
19121
19122[[package]]
19123name = "uuid"
19124version = "1.18.1"
19125source = "registry+https://github.com/rust-lang/crates.io-index"
19126checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19127dependencies = [
19128 "getrandom 0.3.4",
19129 "js-sys",
19130 "serde",
19131 "sha1_smol",
19132 "wasm-bindgen",
19133]
19134
19135[[package]]
19136name = "uuid-simd"
19137version = "0.8.0"
19138source = "registry+https://github.com/rust-lang/crates.io-index"
19139checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19140dependencies = [
19141 "outref",
19142 "vsimd",
19143]
19144
19145[[package]]
19146name = "v_frame"
19147version = "0.3.9"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19150dependencies = [
19151 "aligned-vec",
19152 "num-traits",
19153 "wasm-bindgen",
19154]
19155
19156[[package]]
19157name = "valuable"
19158version = "0.1.1"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19161
19162[[package]]
19163name = "value-bag"
19164version = "1.12.0"
19165source = "registry+https://github.com/rust-lang/crates.io-index"
19166checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19167dependencies = [
19168 "value-bag-serde1",
19169 "value-bag-sval2",
19170]
19171
19172[[package]]
19173name = "value-bag-serde1"
19174version = "1.12.0"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19177dependencies = [
19178 "erased-serde",
19179 "serde_core",
19180 "serde_fmt",
19181]
19182
19183[[package]]
19184name = "value-bag-sval2"
19185version = "1.12.0"
19186source = "registry+https://github.com/rust-lang/crates.io-index"
19187checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19188dependencies = [
19189 "sval",
19190 "sval_buffer",
19191 "sval_dynamic",
19192 "sval_fmt",
19193 "sval_json",
19194 "sval_ref",
19195 "sval_serde",
19196]
19197
19198[[package]]
19199name = "vcpkg"
19200version = "0.2.15"
19201source = "registry+https://github.com/rust-lang/crates.io-index"
19202checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19203
19204[[package]]
19205name = "vercel"
19206version = "0.1.0"
19207dependencies = [
19208 "anyhow",
19209 "schemars",
19210 "serde",
19211 "strum 0.27.2",
19212]
19213
19214[[package]]
19215name = "version-compare"
19216version = "0.2.0"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19219
19220[[package]]
19221name = "version_check"
19222version = "0.9.5"
19223source = "registry+https://github.com/rust-lang/crates.io-index"
19224checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19225
19226[[package]]
19227name = "vim"
19228version = "0.1.0"
19229dependencies = [
19230 "anyhow",
19231 "async-compat",
19232 "async-trait",
19233 "collections",
19234 "command_palette",
19235 "command_palette_hooks",
19236 "db",
19237 "editor",
19238 "env_logger 0.11.8",
19239 "futures 0.3.32",
19240 "fuzzy",
19241 "git_ui",
19242 "gpui",
19243 "indoc",
19244 "itertools 0.14.0",
19245 "language",
19246 "log",
19247 "lsp",
19248 "markdown_preview",
19249 "menu",
19250 "multi_buffer",
19251 "nvim-rs",
19252 "outline_panel",
19253 "parking_lot",
19254 "perf",
19255 "picker",
19256 "project",
19257 "project_panel",
19258 "regex",
19259 "release_channel",
19260 "schemars",
19261 "search",
19262 "semver",
19263 "serde",
19264 "serde_json",
19265 "settings",
19266 "settings_ui",
19267 "task",
19268 "text",
19269 "theme",
19270 "theme_settings",
19271 "tokio",
19272 "ui",
19273 "util",
19274 "util_macros",
19275 "vim_mode_setting",
19276 "workspace",
19277 "zed_actions",
19278]
19279
19280[[package]]
19281name = "vim_mode_setting"
19282version = "0.1.0"
19283dependencies = [
19284 "gpui",
19285 "settings",
19286]
19287
19288[[package]]
19289name = "vscode_theme"
19290version = "0.2.0"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19293dependencies = [
19294 "serde",
19295]
19296
19297[[package]]
19298name = "vsimd"
19299version = "0.8.0"
19300source = "registry+https://github.com/rust-lang/crates.io-index"
19301checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19302
19303[[package]]
19304name = "vswhom"
19305version = "0.1.0"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19308dependencies = [
19309 "libc",
19310 "vswhom-sys",
19311]
19312
19313[[package]]
19314name = "vswhom-sys"
19315version = "0.1.3"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19318dependencies = [
19319 "cc",
19320 "libc",
19321]
19322
19323[[package]]
19324name = "vte"
19325version = "0.15.0"
19326source = "registry+https://github.com/rust-lang/crates.io-index"
19327checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19328dependencies = [
19329 "arrayvec",
19330 "bitflags 2.10.0",
19331 "cursor-icon",
19332 "log",
19333 "memchr",
19334 "serde",
19335]
19336
19337[[package]]
19338name = "wait-timeout"
19339version = "0.2.1"
19340source = "registry+https://github.com/rust-lang/crates.io-index"
19341checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19342dependencies = [
19343 "libc",
19344]
19345
19346[[package]]
19347name = "waker-fn"
19348version = "1.2.0"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19351
19352[[package]]
19353name = "walkdir"
19354version = "2.5.0"
19355source = "registry+https://github.com/rust-lang/crates.io-index"
19356checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19357dependencies = [
19358 "same-file",
19359 "winapi-util",
19360]
19361
19362[[package]]
19363name = "want"
19364version = "0.3.1"
19365source = "registry+https://github.com/rust-lang/crates.io-index"
19366checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19367dependencies = [
19368 "try-lock",
19369]
19370
19371[[package]]
19372name = "warp"
19373version = "0.3.7"
19374source = "registry+https://github.com/rust-lang/crates.io-index"
19375checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19376dependencies = [
19377 "bytes 1.11.1",
19378 "futures-channel",
19379 "futures-util",
19380 "headers",
19381 "http 0.2.12",
19382 "hyper 0.14.32",
19383 "log",
19384 "mime",
19385 "mime_guess",
19386 "percent-encoding",
19387 "pin-project",
19388 "scoped-tls",
19389 "serde",
19390 "serde_json",
19391 "serde_urlencoded",
19392 "tokio",
19393 "tokio-tungstenite 0.21.0",
19394 "tokio-util",
19395 "tower-service",
19396 "tracing",
19397]
19398
19399[[package]]
19400name = "wasi"
19401version = "0.11.1+wasi-snapshot-preview1"
19402source = "registry+https://github.com/rust-lang/crates.io-index"
19403checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19404
19405[[package]]
19406name = "wasip2"
19407version = "1.0.1+wasi-0.2.4"
19408source = "registry+https://github.com/rust-lang/crates.io-index"
19409checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19410dependencies = [
19411 "wit-bindgen 0.46.0",
19412]
19413
19414[[package]]
19415name = "wasip3"
19416version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19419dependencies = [
19420 "wit-bindgen 0.51.0",
19421]
19422
19423[[package]]
19424name = "wasite"
19425version = "0.1.0"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19428
19429[[package]]
19430name = "wasm-bindgen"
19431version = "0.2.113"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19434dependencies = [
19435 "cfg-if",
19436 "once_cell",
19437 "rustversion",
19438 "wasm-bindgen-macro",
19439 "wasm-bindgen-shared",
19440]
19441
19442[[package]]
19443name = "wasm-bindgen-futures"
19444version = "0.4.63"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19447dependencies = [
19448 "cfg-if",
19449 "futures-util",
19450 "js-sys",
19451 "once_cell",
19452 "wasm-bindgen",
19453 "web-sys",
19454]
19455
19456[[package]]
19457name = "wasm-bindgen-macro"
19458version = "0.2.113"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19461dependencies = [
19462 "quote",
19463 "wasm-bindgen-macro-support",
19464]
19465
19466[[package]]
19467name = "wasm-bindgen-macro-support"
19468version = "0.2.113"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19471dependencies = [
19472 "bumpalo",
19473 "proc-macro2",
19474 "quote",
19475 "syn 2.0.117",
19476 "wasm-bindgen-shared",
19477]
19478
19479[[package]]
19480name = "wasm-bindgen-shared"
19481version = "0.2.113"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19484dependencies = [
19485 "unicode-ident",
19486]
19487
19488[[package]]
19489name = "wasm-encoder"
19490version = "0.201.0"
19491source = "registry+https://github.com/rust-lang/crates.io-index"
19492checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19493dependencies = [
19494 "leb128",
19495]
19496
19497[[package]]
19498name = "wasm-encoder"
19499version = "0.221.3"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19502dependencies = [
19503 "leb128",
19504 "wasmparser 0.221.3",
19505]
19506
19507[[package]]
19508name = "wasm-encoder"
19509version = "0.227.1"
19510source = "registry+https://github.com/rust-lang/crates.io-index"
19511checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19512dependencies = [
19513 "leb128fmt",
19514 "wasmparser 0.227.1",
19515]
19516
19517[[package]]
19518name = "wasm-encoder"
19519version = "0.236.1"
19520source = "registry+https://github.com/rust-lang/crates.io-index"
19521checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19522dependencies = [
19523 "leb128fmt",
19524 "wasmparser 0.236.1",
19525]
19526
19527[[package]]
19528name = "wasm-encoder"
19529version = "0.244.0"
19530source = "registry+https://github.com/rust-lang/crates.io-index"
19531checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19532dependencies = [
19533 "leb128fmt",
19534 "wasmparser 0.244.0",
19535]
19536
19537[[package]]
19538name = "wasm-metadata"
19539version = "0.201.0"
19540source = "registry+https://github.com/rust-lang/crates.io-index"
19541checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19542dependencies = [
19543 "anyhow",
19544 "indexmap",
19545 "serde",
19546 "serde_derive",
19547 "serde_json",
19548 "spdx",
19549 "wasm-encoder 0.201.0",
19550 "wasmparser 0.201.0",
19551]
19552
19553[[package]]
19554name = "wasm-metadata"
19555version = "0.227.1"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19558dependencies = [
19559 "anyhow",
19560 "auditable-serde",
19561 "flate2",
19562 "indexmap",
19563 "serde",
19564 "serde_derive",
19565 "serde_json",
19566 "spdx",
19567 "url",
19568 "wasm-encoder 0.227.1",
19569 "wasmparser 0.227.1",
19570]
19571
19572[[package]]
19573name = "wasm-metadata"
19574version = "0.244.0"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19577dependencies = [
19578 "anyhow",
19579 "indexmap",
19580 "wasm-encoder 0.244.0",
19581 "wasmparser 0.244.0",
19582]
19583
19584[[package]]
19585name = "wasm-streams"
19586version = "0.4.2"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19589dependencies = [
19590 "futures-util",
19591 "js-sys",
19592 "wasm-bindgen",
19593 "wasm-bindgen-futures",
19594 "web-sys",
19595]
19596
19597[[package]]
19598name = "wasm_thread"
19599version = "0.3.3"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19602dependencies = [
19603 "futures 0.3.32",
19604 "js-sys",
19605 "wasm-bindgen",
19606 "web-sys",
19607]
19608
19609[[package]]
19610name = "wasmparser"
19611version = "0.201.0"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19614dependencies = [
19615 "bitflags 2.10.0",
19616 "indexmap",
19617 "semver",
19618]
19619
19620[[package]]
19621name = "wasmparser"
19622version = "0.221.3"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19625dependencies = [
19626 "bitflags 2.10.0",
19627 "hashbrown 0.15.5",
19628 "indexmap",
19629 "semver",
19630 "serde",
19631]
19632
19633[[package]]
19634name = "wasmparser"
19635version = "0.227.1"
19636source = "registry+https://github.com/rust-lang/crates.io-index"
19637checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19638dependencies = [
19639 "bitflags 2.10.0",
19640 "hashbrown 0.15.5",
19641 "indexmap",
19642 "semver",
19643]
19644
19645[[package]]
19646name = "wasmparser"
19647version = "0.236.1"
19648source = "registry+https://github.com/rust-lang/crates.io-index"
19649checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19650dependencies = [
19651 "bitflags 2.10.0",
19652 "hashbrown 0.15.5",
19653 "indexmap",
19654 "semver",
19655 "serde",
19656]
19657
19658[[package]]
19659name = "wasmparser"
19660version = "0.244.0"
19661source = "registry+https://github.com/rust-lang/crates.io-index"
19662checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19663dependencies = [
19664 "bitflags 2.10.0",
19665 "hashbrown 0.15.5",
19666 "indexmap",
19667 "semver",
19668]
19669
19670[[package]]
19671name = "wasmprinter"
19672version = "0.236.1"
19673source = "registry+https://github.com/rust-lang/crates.io-index"
19674checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19675dependencies = [
19676 "anyhow",
19677 "termcolor",
19678 "wasmparser 0.236.1",
19679]
19680
19681[[package]]
19682name = "wasmtime"
19683version = "36.0.7"
19684source = "registry+https://github.com/rust-lang/crates.io-index"
19685checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19686dependencies = [
19687 "addr2line",
19688 "anyhow",
19689 "async-trait",
19690 "bitflags 2.10.0",
19691 "bumpalo",
19692 "cc",
19693 "cfg-if",
19694 "encoding_rs",
19695 "hashbrown 0.15.5",
19696 "indexmap",
19697 "libc",
19698 "log",
19699 "mach2 0.4.3",
19700 "memfd",
19701 "object",
19702 "once_cell",
19703 "postcard",
19704 "pulley-interpreter",
19705 "rayon",
19706 "rustix 1.1.2",
19707 "semver",
19708 "serde",
19709 "serde_derive",
19710 "smallvec",
19711 "target-lexicon 0.13.3",
19712 "wasmparser 0.236.1",
19713 "wasmtime-environ",
19714 "wasmtime-internal-asm-macros",
19715 "wasmtime-internal-component-macro",
19716 "wasmtime-internal-component-util",
19717 "wasmtime-internal-cranelift",
19718 "wasmtime-internal-fiber",
19719 "wasmtime-internal-jit-debug",
19720 "wasmtime-internal-jit-icache-coherence",
19721 "wasmtime-internal-math",
19722 "wasmtime-internal-slab",
19723 "wasmtime-internal-unwinder",
19724 "wasmtime-internal-versioned-export-macros",
19725 "wasmtime-internal-winch",
19726 "windows-sys 0.60.2",
19727]
19728
19729[[package]]
19730name = "wasmtime-c-api-impl"
19731version = "36.0.6"
19732source = "registry+https://github.com/rust-lang/crates.io-index"
19733checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19734dependencies = [
19735 "anyhow",
19736 "log",
19737 "tracing",
19738 "wasmtime",
19739 "wasmtime-internal-c-api-macros",
19740]
19741
19742[[package]]
19743name = "wasmtime-environ"
19744version = "36.0.7"
19745source = "registry+https://github.com/rust-lang/crates.io-index"
19746checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19747dependencies = [
19748 "anyhow",
19749 "cpp_demangle",
19750 "cranelift-bitset",
19751 "cranelift-entity",
19752 "gimli",
19753 "indexmap",
19754 "log",
19755 "object",
19756 "postcard",
19757 "rustc-demangle",
19758 "semver",
19759 "serde",
19760 "serde_derive",
19761 "smallvec",
19762 "target-lexicon 0.13.3",
19763 "wasm-encoder 0.236.1",
19764 "wasmparser 0.236.1",
19765 "wasmprinter",
19766 "wasmtime-internal-component-util",
19767]
19768
19769[[package]]
19770name = "wasmtime-internal-asm-macros"
19771version = "36.0.7"
19772source = "registry+https://github.com/rust-lang/crates.io-index"
19773checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19774dependencies = [
19775 "cfg-if",
19776]
19777
19778[[package]]
19779name = "wasmtime-internal-c-api-macros"
19780version = "36.0.6"
19781source = "registry+https://github.com/rust-lang/crates.io-index"
19782checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19783dependencies = [
19784 "proc-macro2",
19785 "quote",
19786]
19787
19788[[package]]
19789name = "wasmtime-internal-component-macro"
19790version = "36.0.7"
19791source = "registry+https://github.com/rust-lang/crates.io-index"
19792checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19793dependencies = [
19794 "anyhow",
19795 "proc-macro2",
19796 "quote",
19797 "syn 2.0.117",
19798 "wasmtime-internal-component-util",
19799 "wasmtime-internal-wit-bindgen",
19800 "wit-parser 0.236.1",
19801]
19802
19803[[package]]
19804name = "wasmtime-internal-component-util"
19805version = "36.0.7"
19806source = "registry+https://github.com/rust-lang/crates.io-index"
19807checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19808
19809[[package]]
19810name = "wasmtime-internal-cranelift"
19811version = "36.0.7"
19812source = "registry+https://github.com/rust-lang/crates.io-index"
19813checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19814dependencies = [
19815 "anyhow",
19816 "cfg-if",
19817 "cranelift-codegen",
19818 "cranelift-control",
19819 "cranelift-entity",
19820 "cranelift-frontend",
19821 "cranelift-native",
19822 "gimli",
19823 "itertools 0.14.0",
19824 "log",
19825 "object",
19826 "pulley-interpreter",
19827 "smallvec",
19828 "target-lexicon 0.13.3",
19829 "thiserror 2.0.17",
19830 "wasmparser 0.236.1",
19831 "wasmtime-environ",
19832 "wasmtime-internal-math",
19833 "wasmtime-internal-versioned-export-macros",
19834]
19835
19836[[package]]
19837name = "wasmtime-internal-fiber"
19838version = "36.0.7"
19839source = "registry+https://github.com/rust-lang/crates.io-index"
19840checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19841dependencies = [
19842 "anyhow",
19843 "cc",
19844 "cfg-if",
19845 "libc",
19846 "rustix 1.1.2",
19847 "wasmtime-internal-asm-macros",
19848 "wasmtime-internal-versioned-export-macros",
19849 "windows-sys 0.60.2",
19850]
19851
19852[[package]]
19853name = "wasmtime-internal-jit-debug"
19854version = "36.0.7"
19855source = "registry+https://github.com/rust-lang/crates.io-index"
19856checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19857dependencies = [
19858 "cc",
19859 "wasmtime-internal-versioned-export-macros",
19860]
19861
19862[[package]]
19863name = "wasmtime-internal-jit-icache-coherence"
19864version = "36.0.7"
19865source = "registry+https://github.com/rust-lang/crates.io-index"
19866checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19867dependencies = [
19868 "anyhow",
19869 "cfg-if",
19870 "libc",
19871 "windows-sys 0.60.2",
19872]
19873
19874[[package]]
19875name = "wasmtime-internal-math"
19876version = "36.0.7"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19879dependencies = [
19880 "libm",
19881]
19882
19883[[package]]
19884name = "wasmtime-internal-slab"
19885version = "36.0.7"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19888
19889[[package]]
19890name = "wasmtime-internal-unwinder"
19891version = "36.0.7"
19892source = "registry+https://github.com/rust-lang/crates.io-index"
19893checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19894dependencies = [
19895 "anyhow",
19896 "cfg-if",
19897 "cranelift-codegen",
19898 "log",
19899 "object",
19900]
19901
19902[[package]]
19903name = "wasmtime-internal-versioned-export-macros"
19904version = "36.0.7"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19907dependencies = [
19908 "proc-macro2",
19909 "quote",
19910 "syn 2.0.117",
19911]
19912
19913[[package]]
19914name = "wasmtime-internal-winch"
19915version = "36.0.7"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19918dependencies = [
19919 "anyhow",
19920 "cranelift-codegen",
19921 "gimli",
19922 "object",
19923 "target-lexicon 0.13.3",
19924 "wasmparser 0.236.1",
19925 "wasmtime-environ",
19926 "wasmtime-internal-cranelift",
19927 "winch-codegen",
19928]
19929
19930[[package]]
19931name = "wasmtime-internal-wit-bindgen"
19932version = "36.0.7"
19933source = "registry+https://github.com/rust-lang/crates.io-index"
19934checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19935dependencies = [
19936 "anyhow",
19937 "bitflags 2.10.0",
19938 "heck 0.5.0",
19939 "indexmap",
19940 "wit-parser 0.236.1",
19941]
19942
19943[[package]]
19944name = "wasmtime-wasi"
19945version = "36.0.6"
19946source = "registry+https://github.com/rust-lang/crates.io-index"
19947checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19948dependencies = [
19949 "anyhow",
19950 "async-trait",
19951 "bitflags 2.10.0",
19952 "bytes 1.11.1",
19953 "cap-fs-ext",
19954 "cap-net-ext",
19955 "cap-rand",
19956 "cap-std",
19957 "cap-time-ext",
19958 "fs-set-times",
19959 "futures 0.3.32",
19960 "io-extras",
19961 "io-lifetimes",
19962 "rustix 1.1.2",
19963 "system-interface",
19964 "thiserror 2.0.17",
19965 "tokio",
19966 "tracing",
19967 "url",
19968 "wasmtime",
19969 "wasmtime-wasi-io",
19970 "wiggle",
19971 "windows-sys 0.60.2",
19972]
19973
19974[[package]]
19975name = "wasmtime-wasi-io"
19976version = "36.0.6"
19977source = "registry+https://github.com/rust-lang/crates.io-index"
19978checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19979dependencies = [
19980 "anyhow",
19981 "async-trait",
19982 "bytes 1.11.1",
19983 "futures 0.3.32",
19984 "wasmtime",
19985]
19986
19987[[package]]
19988name = "wast"
19989version = "35.0.2"
19990source = "registry+https://github.com/rust-lang/crates.io-index"
19991checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19992dependencies = [
19993 "leb128",
19994]
19995
19996[[package]]
19997name = "watch"
19998version = "0.1.0"
19999dependencies = [
20000 "ctor",
20001 "futures 0.3.32",
20002 "gpui",
20003 "parking_lot",
20004 "zlog",
20005]
20006
20007[[package]]
20008name = "wax"
20009version = "0.7.0"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20012dependencies = [
20013 "const_format",
20014 "itertools 0.14.0",
20015 "nom 7.1.3",
20016 "pori",
20017 "regex",
20018 "thiserror 2.0.17",
20019 "walkdir",
20020]
20021
20022[[package]]
20023name = "wayland-backend"
20024version = "0.3.11"
20025source = "registry+https://github.com/rust-lang/crates.io-index"
20026checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20027dependencies = [
20028 "cc",
20029 "downcast-rs",
20030 "rustix 1.1.2",
20031 "scoped-tls",
20032 "smallvec",
20033 "wayland-sys",
20034]
20035
20036[[package]]
20037name = "wayland-client"
20038version = "0.31.11"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20041dependencies = [
20042 "bitflags 2.10.0",
20043 "rustix 1.1.2",
20044 "wayland-backend",
20045 "wayland-scanner",
20046]
20047
20048[[package]]
20049name = "wayland-cursor"
20050version = "0.31.11"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20053dependencies = [
20054 "rustix 1.1.2",
20055 "wayland-client",
20056 "xcursor",
20057]
20058
20059[[package]]
20060name = "wayland-protocols"
20061version = "0.32.9"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20064dependencies = [
20065 "bitflags 2.10.0",
20066 "wayland-backend",
20067 "wayland-client",
20068 "wayland-scanner",
20069]
20070
20071[[package]]
20072name = "wayland-protocols-plasma"
20073version = "0.3.9"
20074source = "registry+https://github.com/rust-lang/crates.io-index"
20075checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20076dependencies = [
20077 "bitflags 2.10.0",
20078 "wayland-backend",
20079 "wayland-client",
20080 "wayland-protocols",
20081 "wayland-scanner",
20082]
20083
20084[[package]]
20085name = "wayland-protocols-wlr"
20086version = "0.3.9"
20087source = "registry+https://github.com/rust-lang/crates.io-index"
20088checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20089dependencies = [
20090 "bitflags 2.10.0",
20091 "wayland-backend",
20092 "wayland-client",
20093 "wayland-protocols",
20094 "wayland-scanner",
20095]
20096
20097[[package]]
20098name = "wayland-scanner"
20099version = "0.31.7"
20100source = "registry+https://github.com/rust-lang/crates.io-index"
20101checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20102dependencies = [
20103 "proc-macro2",
20104 "quick-xml 0.37.5",
20105 "quote",
20106]
20107
20108[[package]]
20109name = "wayland-sys"
20110version = "0.31.7"
20111source = "registry+https://github.com/rust-lang/crates.io-index"
20112checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20113dependencies = [
20114 "dlib",
20115 "log",
20116 "once_cell",
20117 "pkg-config",
20118]
20119
20120[[package]]
20121name = "web-sys"
20122version = "0.3.90"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20125dependencies = [
20126 "js-sys",
20127 "wasm-bindgen",
20128]
20129
20130[[package]]
20131name = "web-time"
20132version = "1.1.0"
20133source = "registry+https://github.com/rust-lang/crates.io-index"
20134checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20135dependencies = [
20136 "js-sys",
20137 "serde",
20138 "wasm-bindgen",
20139]
20140
20141[[package]]
20142name = "web_atoms"
20143version = "0.1.3"
20144source = "registry+https://github.com/rust-lang/crates.io-index"
20145checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20146dependencies = [
20147 "phf 0.11.3",
20148 "phf_codegen",
20149 "string_cache",
20150 "string_cache_codegen",
20151]
20152
20153[[package]]
20154name = "web_search"
20155version = "0.1.0"
20156dependencies = [
20157 "anyhow",
20158 "cloud_llm_client",
20159 "collections",
20160 "gpui",
20161 "serde",
20162]
20163
20164[[package]]
20165name = "web_search_providers"
20166version = "0.1.0"
20167dependencies = [
20168 "anyhow",
20169 "client",
20170 "cloud_api_client",
20171 "cloud_api_types",
20172 "cloud_llm_client",
20173 "futures 0.3.32",
20174 "gpui",
20175 "http_client",
20176 "language_model",
20177 "serde",
20178 "serde_json",
20179 "web_search",
20180]
20181
20182[[package]]
20183name = "webpki-root-certs"
20184version = "0.26.8"
20185source = "registry+https://github.com/rust-lang/crates.io-index"
20186checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20187dependencies = [
20188 "rustls-pki-types",
20189]
20190
20191[[package]]
20192name = "webpki-roots"
20193version = "0.26.8"
20194source = "registry+https://github.com/rust-lang/crates.io-index"
20195checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20196dependencies = [
20197 "rustls-pki-types",
20198]
20199
20200[[package]]
20201name = "webrtc-sys"
20202version = "0.3.23"
20203source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20204dependencies = [
20205 "cc",
20206 "cxx",
20207 "cxx-build",
20208 "glob",
20209 "log",
20210 "pkg-config",
20211 "webrtc-sys-build",
20212]
20213
20214[[package]]
20215name = "webrtc-sys-build"
20216version = "0.3.13"
20217source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20218dependencies = [
20219 "anyhow",
20220 "fs2",
20221 "regex",
20222 "reqwest 0.12.24",
20223 "scratch",
20224 "semver",
20225 "zip 0.6.6",
20226]
20227
20228[[package]]
20229name = "weezl"
20230version = "0.1.10"
20231source = "registry+https://github.com/rust-lang/crates.io-index"
20232checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20233
20234[[package]]
20235name = "wgpu"
20236version = "29.0.0"
20237source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20238dependencies = [
20239 "arrayvec",
20240 "bitflags 2.10.0",
20241 "bytemuck",
20242 "cfg-if",
20243 "cfg_aliases 0.2.1",
20244 "document-features",
20245 "hashbrown 0.16.1",
20246 "js-sys",
20247 "log",
20248 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20249 "parking_lot",
20250 "portable-atomic",
20251 "profiling",
20252 "raw-window-handle",
20253 "smallvec",
20254 "static_assertions",
20255 "wasm-bindgen",
20256 "wasm-bindgen-futures",
20257 "web-sys",
20258 "wgpu-core",
20259 "wgpu-hal",
20260 "wgpu-types",
20261]
20262
20263[[package]]
20264name = "wgpu-core"
20265version = "29.0.0"
20266source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20267dependencies = [
20268 "arrayvec",
20269 "bit-set 0.9.1",
20270 "bit-vec 0.9.1",
20271 "bitflags 2.10.0",
20272 "bytemuck",
20273 "cfg_aliases 0.2.1",
20274 "document-features",
20275 "hashbrown 0.16.1",
20276 "indexmap",
20277 "log",
20278 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20279 "once_cell",
20280 "parking_lot",
20281 "portable-atomic",
20282 "profiling",
20283 "raw-window-handle",
20284 "rustc-hash 1.1.0",
20285 "smallvec",
20286 "thiserror 2.0.17",
20287 "wgpu-core-deps-apple",
20288 "wgpu-core-deps-emscripten",
20289 "wgpu-core-deps-windows-linux-android",
20290 "wgpu-hal",
20291 "wgpu-naga-bridge",
20292 "wgpu-types",
20293]
20294
20295[[package]]
20296name = "wgpu-core-deps-apple"
20297version = "29.0.0"
20298source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20299dependencies = [
20300 "wgpu-hal",
20301]
20302
20303[[package]]
20304name = "wgpu-core-deps-emscripten"
20305version = "29.0.0"
20306source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20307dependencies = [
20308 "wgpu-hal",
20309]
20310
20311[[package]]
20312name = "wgpu-core-deps-windows-linux-android"
20313version = "29.0.0"
20314source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20315dependencies = [
20316 "wgpu-hal",
20317]
20318
20319[[package]]
20320name = "wgpu-hal"
20321version = "29.0.0"
20322source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20323dependencies = [
20324 "android_system_properties",
20325 "arrayvec",
20326 "ash",
20327 "bit-set 0.9.1",
20328 "bitflags 2.10.0",
20329 "block2",
20330 "bytemuck",
20331 "cfg-if",
20332 "cfg_aliases 0.2.1",
20333 "glow",
20334 "glutin_wgl_sys",
20335 "gpu-allocator",
20336 "gpu-descriptor",
20337 "hashbrown 0.16.1",
20338 "js-sys",
20339 "khronos-egl",
20340 "libc",
20341 "libloading",
20342 "log",
20343 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20344 "ndk-sys",
20345 "objc2",
20346 "objc2-core-foundation",
20347 "objc2-foundation",
20348 "objc2-metal",
20349 "objc2-quartz-core",
20350 "once_cell",
20351 "ordered-float 4.6.0",
20352 "parking_lot",
20353 "portable-atomic",
20354 "portable-atomic-util",
20355 "profiling",
20356 "range-alloc",
20357 "raw-window-handle",
20358 "raw-window-metal",
20359 "renderdoc-sys",
20360 "smallvec",
20361 "thiserror 2.0.17",
20362 "wasm-bindgen",
20363 "wayland-sys",
20364 "web-sys",
20365 "wgpu-naga-bridge",
20366 "wgpu-types",
20367 "windows 0.62.2",
20368 "windows-core 0.62.2",
20369]
20370
20371[[package]]
20372name = "wgpu-naga-bridge"
20373version = "29.0.0"
20374source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20375dependencies = [
20376 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20377 "wgpu-types",
20378]
20379
20380[[package]]
20381name = "wgpu-types"
20382version = "29.0.0"
20383source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20384dependencies = [
20385 "bitflags 2.10.0",
20386 "bytemuck",
20387 "js-sys",
20388 "log",
20389 "raw-window-handle",
20390 "web-sys",
20391]
20392
20393[[package]]
20394name = "which"
20395version = "4.4.2"
20396source = "registry+https://github.com/rust-lang/crates.io-index"
20397checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20398dependencies = [
20399 "either",
20400 "home",
20401 "once_cell",
20402 "rustix 0.38.44",
20403]
20404
20405[[package]]
20406name = "which"
20407version = "6.0.3"
20408source = "registry+https://github.com/rust-lang/crates.io-index"
20409checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20410dependencies = [
20411 "either",
20412 "home",
20413 "rustix 0.38.44",
20414 "winsafe",
20415]
20416
20417[[package]]
20418name = "which_key"
20419version = "0.1.0"
20420dependencies = [
20421 "command_palette",
20422 "gpui",
20423 "serde",
20424 "settings",
20425 "theme_settings",
20426 "ui",
20427 "util",
20428 "workspace",
20429]
20430
20431[[package]]
20432name = "whoami"
20433version = "1.6.1"
20434source = "registry+https://github.com/rust-lang/crates.io-index"
20435checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20436dependencies = [
20437 "libredox",
20438 "wasite",
20439]
20440
20441[[package]]
20442name = "wiggle"
20443version = "36.0.6"
20444source = "registry+https://github.com/rust-lang/crates.io-index"
20445checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20446dependencies = [
20447 "anyhow",
20448 "async-trait",
20449 "bitflags 2.10.0",
20450 "thiserror 2.0.17",
20451 "tracing",
20452 "wasmtime",
20453 "wiggle-macro",
20454]
20455
20456[[package]]
20457name = "wiggle-generate"
20458version = "36.0.6"
20459source = "registry+https://github.com/rust-lang/crates.io-index"
20460checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20461dependencies = [
20462 "anyhow",
20463 "heck 0.5.0",
20464 "proc-macro2",
20465 "quote",
20466 "syn 2.0.117",
20467 "witx",
20468]
20469
20470[[package]]
20471name = "wiggle-macro"
20472version = "36.0.6"
20473source = "registry+https://github.com/rust-lang/crates.io-index"
20474checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20475dependencies = [
20476 "proc-macro2",
20477 "quote",
20478 "syn 2.0.117",
20479 "wiggle-generate",
20480]
20481
20482[[package]]
20483name = "winapi"
20484version = "0.3.9"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20487dependencies = [
20488 "winapi-i686-pc-windows-gnu",
20489 "winapi-x86_64-pc-windows-gnu",
20490]
20491
20492[[package]]
20493name = "winapi-i686-pc-windows-gnu"
20494version = "0.4.0"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20497
20498[[package]]
20499name = "winapi-util"
20500version = "0.1.11"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20503dependencies = [
20504 "windows-sys 0.61.2",
20505]
20506
20507[[package]]
20508name = "winapi-x86_64-pc-windows-gnu"
20509version = "0.4.0"
20510source = "registry+https://github.com/rust-lang/crates.io-index"
20511checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20512
20513[[package]]
20514name = "winch-codegen"
20515version = "36.0.7"
20516source = "registry+https://github.com/rust-lang/crates.io-index"
20517checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20518dependencies = [
20519 "anyhow",
20520 "cranelift-assembler-x64",
20521 "cranelift-codegen",
20522 "gimli",
20523 "regalloc2",
20524 "smallvec",
20525 "target-lexicon 0.13.3",
20526 "thiserror 2.0.17",
20527 "wasmparser 0.236.1",
20528 "wasmtime-environ",
20529 "wasmtime-internal-cranelift",
20530 "wasmtime-internal-math",
20531]
20532
20533[[package]]
20534name = "windows"
20535version = "0.56.0"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20538dependencies = [
20539 "windows-core 0.56.0",
20540 "windows-targets 0.52.6",
20541]
20542
20543[[package]]
20544name = "windows"
20545version = "0.57.0"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20548dependencies = [
20549 "windows-core 0.57.0",
20550 "windows-targets 0.52.6",
20551]
20552
20553[[package]]
20554name = "windows"
20555version = "0.58.0"
20556source = "registry+https://github.com/rust-lang/crates.io-index"
20557checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20558dependencies = [
20559 "windows-core 0.58.0",
20560 "windows-targets 0.52.6",
20561]
20562
20563[[package]]
20564name = "windows"
20565version = "0.61.3"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20568dependencies = [
20569 "windows-collections 0.2.0",
20570 "windows-core 0.61.2",
20571 "windows-future 0.2.1",
20572 "windows-link 0.1.3",
20573 "windows-numerics 0.2.0",
20574]
20575
20576[[package]]
20577name = "windows"
20578version = "0.62.2"
20579source = "registry+https://github.com/rust-lang/crates.io-index"
20580checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20581dependencies = [
20582 "windows-collections 0.3.2",
20583 "windows-core 0.62.2",
20584 "windows-future 0.3.2",
20585 "windows-numerics 0.3.1",
20586]
20587
20588[[package]]
20589name = "windows-bindgen"
20590version = "0.61.1"
20591source = "registry+https://github.com/rust-lang/crates.io-index"
20592checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20593dependencies = [
20594 "serde",
20595 "serde_json",
20596 "windows-threading 0.1.0",
20597]
20598
20599[[package]]
20600name = "windows-capture"
20601version = "1.4.3"
20602source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20603dependencies = [
20604 "clap",
20605 "ctrlc",
20606 "parking_lot",
20607 "rayon",
20608 "thiserror 2.0.17",
20609 "windows 0.61.3",
20610 "windows-future 0.2.1",
20611]
20612
20613[[package]]
20614name = "windows-collections"
20615version = "0.2.0"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20618dependencies = [
20619 "windows-core 0.61.2",
20620]
20621
20622[[package]]
20623name = "windows-collections"
20624version = "0.3.2"
20625source = "registry+https://github.com/rust-lang/crates.io-index"
20626checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20627dependencies = [
20628 "windows-core 0.62.2",
20629]
20630
20631[[package]]
20632name = "windows-core"
20633version = "0.56.0"
20634source = "registry+https://github.com/rust-lang/crates.io-index"
20635checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20636dependencies = [
20637 "windows-implement 0.56.0",
20638 "windows-interface 0.56.0",
20639 "windows-result 0.1.2",
20640 "windows-targets 0.52.6",
20641]
20642
20643[[package]]
20644name = "windows-core"
20645version = "0.57.0"
20646source = "registry+https://github.com/rust-lang/crates.io-index"
20647checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20648dependencies = [
20649 "windows-implement 0.57.0",
20650 "windows-interface 0.57.0",
20651 "windows-result 0.1.2",
20652 "windows-targets 0.52.6",
20653]
20654
20655[[package]]
20656name = "windows-core"
20657version = "0.58.0"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20660dependencies = [
20661 "windows-implement 0.58.0",
20662 "windows-interface 0.58.0",
20663 "windows-result 0.2.0",
20664 "windows-strings 0.1.0",
20665 "windows-targets 0.52.6",
20666]
20667
20668[[package]]
20669name = "windows-core"
20670version = "0.61.2"
20671source = "registry+https://github.com/rust-lang/crates.io-index"
20672checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20673dependencies = [
20674 "windows-implement 0.60.2",
20675 "windows-interface 0.59.3",
20676 "windows-link 0.1.3",
20677 "windows-result 0.3.4",
20678 "windows-strings 0.4.2",
20679]
20680
20681[[package]]
20682name = "windows-core"
20683version = "0.62.2"
20684source = "registry+https://github.com/rust-lang/crates.io-index"
20685checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20686dependencies = [
20687 "windows-implement 0.60.2",
20688 "windows-interface 0.59.3",
20689 "windows-link 0.2.1",
20690 "windows-result 0.4.1",
20691 "windows-strings 0.5.1",
20692]
20693
20694[[package]]
20695name = "windows-future"
20696version = "0.2.1"
20697source = "registry+https://github.com/rust-lang/crates.io-index"
20698checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20699dependencies = [
20700 "windows-core 0.61.2",
20701 "windows-link 0.1.3",
20702 "windows-threading 0.1.0",
20703]
20704
20705[[package]]
20706name = "windows-future"
20707version = "0.3.2"
20708source = "registry+https://github.com/rust-lang/crates.io-index"
20709checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20710dependencies = [
20711 "windows-core 0.62.2",
20712 "windows-link 0.2.1",
20713 "windows-threading 0.2.1",
20714]
20715
20716[[package]]
20717name = "windows-implement"
20718version = "0.56.0"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20721dependencies = [
20722 "proc-macro2",
20723 "quote",
20724 "syn 2.0.117",
20725]
20726
20727[[package]]
20728name = "windows-implement"
20729version = "0.57.0"
20730source = "registry+https://github.com/rust-lang/crates.io-index"
20731checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20732dependencies = [
20733 "proc-macro2",
20734 "quote",
20735 "syn 2.0.117",
20736]
20737
20738[[package]]
20739name = "windows-implement"
20740version = "0.58.0"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20743dependencies = [
20744 "proc-macro2",
20745 "quote",
20746 "syn 2.0.117",
20747]
20748
20749[[package]]
20750name = "windows-implement"
20751version = "0.60.2"
20752source = "registry+https://github.com/rust-lang/crates.io-index"
20753checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20754dependencies = [
20755 "proc-macro2",
20756 "quote",
20757 "syn 2.0.117",
20758]
20759
20760[[package]]
20761name = "windows-interface"
20762version = "0.56.0"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20765dependencies = [
20766 "proc-macro2",
20767 "quote",
20768 "syn 2.0.117",
20769]
20770
20771[[package]]
20772name = "windows-interface"
20773version = "0.57.0"
20774source = "registry+https://github.com/rust-lang/crates.io-index"
20775checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20776dependencies = [
20777 "proc-macro2",
20778 "quote",
20779 "syn 2.0.117",
20780]
20781
20782[[package]]
20783name = "windows-interface"
20784version = "0.58.0"
20785source = "registry+https://github.com/rust-lang/crates.io-index"
20786checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20787dependencies = [
20788 "proc-macro2",
20789 "quote",
20790 "syn 2.0.117",
20791]
20792
20793[[package]]
20794name = "windows-interface"
20795version = "0.59.3"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20798dependencies = [
20799 "proc-macro2",
20800 "quote",
20801 "syn 2.0.117",
20802]
20803
20804[[package]]
20805name = "windows-link"
20806version = "0.1.3"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20809
20810[[package]]
20811name = "windows-link"
20812version = "0.2.1"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20815
20816[[package]]
20817name = "windows-numerics"
20818version = "0.2.0"
20819source = "registry+https://github.com/rust-lang/crates.io-index"
20820checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20821dependencies = [
20822 "windows-core 0.61.2",
20823 "windows-link 0.1.3",
20824]
20825
20826[[package]]
20827name = "windows-numerics"
20828version = "0.3.1"
20829source = "registry+https://github.com/rust-lang/crates.io-index"
20830checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20831dependencies = [
20832 "windows-core 0.62.2",
20833 "windows-link 0.2.1",
20834]
20835
20836[[package]]
20837name = "windows-registry"
20838version = "0.4.0"
20839source = "registry+https://github.com/rust-lang/crates.io-index"
20840checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20841dependencies = [
20842 "windows-result 0.3.4",
20843 "windows-strings 0.3.1",
20844 "windows-targets 0.53.5",
20845]
20846
20847[[package]]
20848name = "windows-registry"
20849version = "0.5.3"
20850source = "registry+https://github.com/rust-lang/crates.io-index"
20851checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20852dependencies = [
20853 "windows-link 0.1.3",
20854 "windows-result 0.3.4",
20855 "windows-strings 0.4.2",
20856]
20857
20858[[package]]
20859name = "windows-registry"
20860version = "0.6.1"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20863dependencies = [
20864 "windows-link 0.2.1",
20865 "windows-result 0.4.1",
20866 "windows-strings 0.5.1",
20867]
20868
20869[[package]]
20870name = "windows-result"
20871version = "0.1.2"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20874dependencies = [
20875 "windows-targets 0.52.6",
20876]
20877
20878[[package]]
20879name = "windows-result"
20880version = "0.2.0"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20883dependencies = [
20884 "windows-targets 0.52.6",
20885]
20886
20887[[package]]
20888name = "windows-result"
20889version = "0.3.4"
20890source = "registry+https://github.com/rust-lang/crates.io-index"
20891checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20892dependencies = [
20893 "windows-link 0.1.3",
20894]
20895
20896[[package]]
20897name = "windows-result"
20898version = "0.4.1"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20901dependencies = [
20902 "windows-link 0.2.1",
20903]
20904
20905[[package]]
20906name = "windows-strings"
20907version = "0.1.0"
20908source = "registry+https://github.com/rust-lang/crates.io-index"
20909checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20910dependencies = [
20911 "windows-result 0.2.0",
20912 "windows-targets 0.52.6",
20913]
20914
20915[[package]]
20916name = "windows-strings"
20917version = "0.3.1"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20920dependencies = [
20921 "windows-link 0.1.3",
20922]
20923
20924[[package]]
20925name = "windows-strings"
20926version = "0.4.2"
20927source = "registry+https://github.com/rust-lang/crates.io-index"
20928checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20929dependencies = [
20930 "windows-link 0.1.3",
20931]
20932
20933[[package]]
20934name = "windows-strings"
20935version = "0.5.1"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20938dependencies = [
20939 "windows-link 0.2.1",
20940]
20941
20942[[package]]
20943name = "windows-sys"
20944version = "0.45.0"
20945source = "registry+https://github.com/rust-lang/crates.io-index"
20946checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20947dependencies = [
20948 "windows-targets 0.42.2",
20949]
20950
20951[[package]]
20952name = "windows-sys"
20953version = "0.48.0"
20954source = "registry+https://github.com/rust-lang/crates.io-index"
20955checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20956dependencies = [
20957 "windows-targets 0.48.5",
20958]
20959
20960[[package]]
20961name = "windows-sys"
20962version = "0.52.0"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20965dependencies = [
20966 "windows-targets 0.52.6",
20967]
20968
20969[[package]]
20970name = "windows-sys"
20971version = "0.59.0"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20974dependencies = [
20975 "windows-targets 0.52.6",
20976]
20977
20978[[package]]
20979name = "windows-sys"
20980version = "0.60.2"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20983dependencies = [
20984 "windows-targets 0.53.5",
20985]
20986
20987[[package]]
20988name = "windows-sys"
20989version = "0.61.2"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20992dependencies = [
20993 "windows-link 0.2.1",
20994]
20995
20996[[package]]
20997name = "windows-targets"
20998version = "0.42.2"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21001dependencies = [
21002 "windows_aarch64_gnullvm 0.42.2",
21003 "windows_aarch64_msvc 0.42.2",
21004 "windows_i686_gnu 0.42.2",
21005 "windows_i686_msvc 0.42.2",
21006 "windows_x86_64_gnu 0.42.2",
21007 "windows_x86_64_gnullvm 0.42.2",
21008 "windows_x86_64_msvc 0.42.2",
21009]
21010
21011[[package]]
21012name = "windows-targets"
21013version = "0.48.5"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21016dependencies = [
21017 "windows_aarch64_gnullvm 0.48.5",
21018 "windows_aarch64_msvc 0.48.5",
21019 "windows_i686_gnu 0.48.5",
21020 "windows_i686_msvc 0.48.5",
21021 "windows_x86_64_gnu 0.48.5",
21022 "windows_x86_64_gnullvm 0.48.5",
21023 "windows_x86_64_msvc 0.48.5",
21024]
21025
21026[[package]]
21027name = "windows-targets"
21028version = "0.52.6"
21029source = "registry+https://github.com/rust-lang/crates.io-index"
21030checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21031dependencies = [
21032 "windows_aarch64_gnullvm 0.52.6",
21033 "windows_aarch64_msvc 0.52.6",
21034 "windows_i686_gnu 0.52.6",
21035 "windows_i686_gnullvm 0.52.6",
21036 "windows_i686_msvc 0.52.6",
21037 "windows_x86_64_gnu 0.52.6",
21038 "windows_x86_64_gnullvm 0.52.6",
21039 "windows_x86_64_msvc 0.52.6",
21040]
21041
21042[[package]]
21043name = "windows-targets"
21044version = "0.53.5"
21045source = "registry+https://github.com/rust-lang/crates.io-index"
21046checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21047dependencies = [
21048 "windows-link 0.2.1",
21049 "windows_aarch64_gnullvm 0.53.1",
21050 "windows_aarch64_msvc 0.53.1",
21051 "windows_i686_gnu 0.53.1",
21052 "windows_i686_gnullvm 0.53.1",
21053 "windows_i686_msvc 0.53.1",
21054 "windows_x86_64_gnu 0.53.1",
21055 "windows_x86_64_gnullvm 0.53.1",
21056 "windows_x86_64_msvc 0.53.1",
21057]
21058
21059[[package]]
21060name = "windows-threading"
21061version = "0.1.0"
21062source = "registry+https://github.com/rust-lang/crates.io-index"
21063checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21064dependencies = [
21065 "windows-link 0.1.3",
21066]
21067
21068[[package]]
21069name = "windows-threading"
21070version = "0.2.1"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21073dependencies = [
21074 "windows-link 0.2.1",
21075]
21076
21077[[package]]
21078name = "windows_aarch64_gnullvm"
21079version = "0.42.2"
21080source = "registry+https://github.com/rust-lang/crates.io-index"
21081checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21082
21083[[package]]
21084name = "windows_aarch64_gnullvm"
21085version = "0.48.5"
21086source = "registry+https://github.com/rust-lang/crates.io-index"
21087checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21088
21089[[package]]
21090name = "windows_aarch64_gnullvm"
21091version = "0.52.6"
21092source = "registry+https://github.com/rust-lang/crates.io-index"
21093checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21094
21095[[package]]
21096name = "windows_aarch64_gnullvm"
21097version = "0.53.1"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21100
21101[[package]]
21102name = "windows_aarch64_msvc"
21103version = "0.42.2"
21104source = "registry+https://github.com/rust-lang/crates.io-index"
21105checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21106
21107[[package]]
21108name = "windows_aarch64_msvc"
21109version = "0.48.5"
21110source = "registry+https://github.com/rust-lang/crates.io-index"
21111checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21112
21113[[package]]
21114name = "windows_aarch64_msvc"
21115version = "0.52.6"
21116source = "registry+https://github.com/rust-lang/crates.io-index"
21117checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21118
21119[[package]]
21120name = "windows_aarch64_msvc"
21121version = "0.53.1"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21124
21125[[package]]
21126name = "windows_i686_gnu"
21127version = "0.42.2"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21130
21131[[package]]
21132name = "windows_i686_gnu"
21133version = "0.48.5"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21136
21137[[package]]
21138name = "windows_i686_gnu"
21139version = "0.52.6"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21142
21143[[package]]
21144name = "windows_i686_gnu"
21145version = "0.53.1"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21148
21149[[package]]
21150name = "windows_i686_gnullvm"
21151version = "0.52.6"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21154
21155[[package]]
21156name = "windows_i686_gnullvm"
21157version = "0.53.1"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21160
21161[[package]]
21162name = "windows_i686_msvc"
21163version = "0.42.2"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21166
21167[[package]]
21168name = "windows_i686_msvc"
21169version = "0.48.5"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21172
21173[[package]]
21174name = "windows_i686_msvc"
21175version = "0.52.6"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21178
21179[[package]]
21180name = "windows_i686_msvc"
21181version = "0.53.1"
21182source = "registry+https://github.com/rust-lang/crates.io-index"
21183checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21184
21185[[package]]
21186name = "windows_x86_64_gnu"
21187version = "0.42.2"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21190
21191[[package]]
21192name = "windows_x86_64_gnu"
21193version = "0.48.5"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21196
21197[[package]]
21198name = "windows_x86_64_gnu"
21199version = "0.52.6"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21202
21203[[package]]
21204name = "windows_x86_64_gnu"
21205version = "0.53.1"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21208
21209[[package]]
21210name = "windows_x86_64_gnullvm"
21211version = "0.42.2"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21214
21215[[package]]
21216name = "windows_x86_64_gnullvm"
21217version = "0.48.5"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21220
21221[[package]]
21222name = "windows_x86_64_gnullvm"
21223version = "0.52.6"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21226
21227[[package]]
21228name = "windows_x86_64_gnullvm"
21229version = "0.53.1"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21232
21233[[package]]
21234name = "windows_x86_64_msvc"
21235version = "0.42.2"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21238
21239[[package]]
21240name = "windows_x86_64_msvc"
21241version = "0.48.5"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21244
21245[[package]]
21246name = "windows_x86_64_msvc"
21247version = "0.52.6"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21250
21251[[package]]
21252name = "windows_x86_64_msvc"
21253version = "0.53.1"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21256
21257[[package]]
21258name = "winnow"
21259version = "0.7.13"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21262dependencies = [
21263 "memchr",
21264]
21265
21266[[package]]
21267name = "winreg"
21268version = "0.10.1"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21271dependencies = [
21272 "winapi",
21273]
21274
21275[[package]]
21276name = "winreg"
21277version = "0.50.0"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21280dependencies = [
21281 "cfg-if",
21282 "windows-sys 0.48.0",
21283]
21284
21285[[package]]
21286name = "winreg"
21287version = "0.55.0"
21288source = "registry+https://github.com/rust-lang/crates.io-index"
21289checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21290dependencies = [
21291 "cfg-if",
21292 "windows-sys 0.59.0",
21293]
21294
21295[[package]]
21296name = "winresource"
21297version = "0.1.23"
21298source = "registry+https://github.com/rust-lang/crates.io-index"
21299checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21300dependencies = [
21301 "toml 0.8.23",
21302 "version_check",
21303]
21304
21305[[package]]
21306name = "winsafe"
21307version = "0.0.19"
21308source = "registry+https://github.com/rust-lang/crates.io-index"
21309checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21310
21311[[package]]
21312name = "winx"
21313version = "0.36.4"
21314source = "registry+https://github.com/rust-lang/crates.io-index"
21315checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21316dependencies = [
21317 "bitflags 2.10.0",
21318 "windows-sys 0.59.0",
21319]
21320
21321[[package]]
21322name = "wio"
21323version = "0.2.2"
21324source = "registry+https://github.com/rust-lang/crates.io-index"
21325checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21326dependencies = [
21327 "winapi",
21328]
21329
21330[[package]]
21331name = "wit-bindgen"
21332version = "0.22.0"
21333source = "registry+https://github.com/rust-lang/crates.io-index"
21334checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21335dependencies = [
21336 "bitflags 2.10.0",
21337 "wit-bindgen-rt 0.22.0",
21338 "wit-bindgen-rust-macro 0.22.0",
21339]
21340
21341[[package]]
21342name = "wit-bindgen"
21343version = "0.41.0"
21344source = "registry+https://github.com/rust-lang/crates.io-index"
21345checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21346dependencies = [
21347 "wit-bindgen-rt 0.41.0",
21348 "wit-bindgen-rust-macro 0.41.0",
21349]
21350
21351[[package]]
21352name = "wit-bindgen"
21353version = "0.46.0"
21354source = "registry+https://github.com/rust-lang/crates.io-index"
21355checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21356
21357[[package]]
21358name = "wit-bindgen"
21359version = "0.51.0"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21362dependencies = [
21363 "wit-bindgen-rust-macro 0.51.0",
21364]
21365
21366[[package]]
21367name = "wit-bindgen-core"
21368version = "0.22.0"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21371dependencies = [
21372 "anyhow",
21373 "wit-parser 0.201.0",
21374]
21375
21376[[package]]
21377name = "wit-bindgen-core"
21378version = "0.41.0"
21379source = "registry+https://github.com/rust-lang/crates.io-index"
21380checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21381dependencies = [
21382 "anyhow",
21383 "heck 0.5.0",
21384 "wit-parser 0.227.1",
21385]
21386
21387[[package]]
21388name = "wit-bindgen-core"
21389version = "0.51.0"
21390source = "registry+https://github.com/rust-lang/crates.io-index"
21391checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21392dependencies = [
21393 "anyhow",
21394 "heck 0.5.0",
21395 "wit-parser 0.244.0",
21396]
21397
21398[[package]]
21399name = "wit-bindgen-rt"
21400version = "0.22.0"
21401source = "registry+https://github.com/rust-lang/crates.io-index"
21402checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21403
21404[[package]]
21405name = "wit-bindgen-rt"
21406version = "0.41.0"
21407source = "registry+https://github.com/rust-lang/crates.io-index"
21408checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21409dependencies = [
21410 "bitflags 2.10.0",
21411 "futures 0.3.32",
21412 "once_cell",
21413]
21414
21415[[package]]
21416name = "wit-bindgen-rust"
21417version = "0.22.0"
21418source = "registry+https://github.com/rust-lang/crates.io-index"
21419checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21420dependencies = [
21421 "anyhow",
21422 "heck 0.4.1",
21423 "indexmap",
21424 "wasm-metadata 0.201.0",
21425 "wit-bindgen-core 0.22.0",
21426 "wit-component 0.201.0",
21427]
21428
21429[[package]]
21430name = "wit-bindgen-rust"
21431version = "0.41.0"
21432source = "registry+https://github.com/rust-lang/crates.io-index"
21433checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21434dependencies = [
21435 "anyhow",
21436 "heck 0.5.0",
21437 "indexmap",
21438 "prettyplease",
21439 "syn 2.0.117",
21440 "wasm-metadata 0.227.1",
21441 "wit-bindgen-core 0.41.0",
21442 "wit-component 0.227.1",
21443]
21444
21445[[package]]
21446name = "wit-bindgen-rust"
21447version = "0.51.0"
21448source = "registry+https://github.com/rust-lang/crates.io-index"
21449checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21450dependencies = [
21451 "anyhow",
21452 "heck 0.5.0",
21453 "indexmap",
21454 "prettyplease",
21455 "syn 2.0.117",
21456 "wasm-metadata 0.244.0",
21457 "wit-bindgen-core 0.51.0",
21458 "wit-component 0.244.0",
21459]
21460
21461[[package]]
21462name = "wit-bindgen-rust-macro"
21463version = "0.22.0"
21464source = "registry+https://github.com/rust-lang/crates.io-index"
21465checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21466dependencies = [
21467 "anyhow",
21468 "proc-macro2",
21469 "quote",
21470 "syn 2.0.117",
21471 "wit-bindgen-core 0.22.0",
21472 "wit-bindgen-rust 0.22.0",
21473]
21474
21475[[package]]
21476name = "wit-bindgen-rust-macro"
21477version = "0.41.0"
21478source = "registry+https://github.com/rust-lang/crates.io-index"
21479checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21480dependencies = [
21481 "anyhow",
21482 "prettyplease",
21483 "proc-macro2",
21484 "quote",
21485 "syn 2.0.117",
21486 "wit-bindgen-core 0.41.0",
21487 "wit-bindgen-rust 0.41.0",
21488]
21489
21490[[package]]
21491name = "wit-bindgen-rust-macro"
21492version = "0.51.0"
21493source = "registry+https://github.com/rust-lang/crates.io-index"
21494checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21495dependencies = [
21496 "anyhow",
21497 "prettyplease",
21498 "proc-macro2",
21499 "quote",
21500 "syn 2.0.117",
21501 "wit-bindgen-core 0.51.0",
21502 "wit-bindgen-rust 0.51.0",
21503]
21504
21505[[package]]
21506name = "wit-component"
21507version = "0.201.0"
21508source = "registry+https://github.com/rust-lang/crates.io-index"
21509checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21510dependencies = [
21511 "anyhow",
21512 "bitflags 2.10.0",
21513 "indexmap",
21514 "log",
21515 "serde",
21516 "serde_derive",
21517 "serde_json",
21518 "wasm-encoder 0.201.0",
21519 "wasm-metadata 0.201.0",
21520 "wasmparser 0.201.0",
21521 "wit-parser 0.201.0",
21522]
21523
21524[[package]]
21525name = "wit-component"
21526version = "0.227.1"
21527source = "registry+https://github.com/rust-lang/crates.io-index"
21528checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21529dependencies = [
21530 "anyhow",
21531 "bitflags 2.10.0",
21532 "indexmap",
21533 "log",
21534 "serde",
21535 "serde_derive",
21536 "serde_json",
21537 "wasm-encoder 0.227.1",
21538 "wasm-metadata 0.227.1",
21539 "wasmparser 0.227.1",
21540 "wit-parser 0.227.1",
21541]
21542
21543[[package]]
21544name = "wit-component"
21545version = "0.244.0"
21546source = "registry+https://github.com/rust-lang/crates.io-index"
21547checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21548dependencies = [
21549 "anyhow",
21550 "bitflags 2.10.0",
21551 "indexmap",
21552 "log",
21553 "serde",
21554 "serde_derive",
21555 "serde_json",
21556 "wasm-encoder 0.244.0",
21557 "wasm-metadata 0.244.0",
21558 "wasmparser 0.244.0",
21559 "wit-parser 0.244.0",
21560]
21561
21562[[package]]
21563name = "wit-parser"
21564version = "0.201.0"
21565source = "registry+https://github.com/rust-lang/crates.io-index"
21566checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21567dependencies = [
21568 "anyhow",
21569 "id-arena",
21570 "indexmap",
21571 "log",
21572 "semver",
21573 "serde",
21574 "serde_derive",
21575 "serde_json",
21576 "unicode-xid",
21577 "wasmparser 0.201.0",
21578]
21579
21580[[package]]
21581name = "wit-parser"
21582version = "0.227.1"
21583source = "registry+https://github.com/rust-lang/crates.io-index"
21584checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21585dependencies = [
21586 "anyhow",
21587 "id-arena",
21588 "indexmap",
21589 "log",
21590 "semver",
21591 "serde",
21592 "serde_derive",
21593 "serde_json",
21594 "unicode-xid",
21595 "wasmparser 0.227.1",
21596]
21597
21598[[package]]
21599name = "wit-parser"
21600version = "0.236.1"
21601source = "registry+https://github.com/rust-lang/crates.io-index"
21602checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21603dependencies = [
21604 "anyhow",
21605 "id-arena",
21606 "indexmap",
21607 "log",
21608 "semver",
21609 "serde",
21610 "serde_derive",
21611 "serde_json",
21612 "unicode-xid",
21613 "wasmparser 0.236.1",
21614]
21615
21616[[package]]
21617name = "wit-parser"
21618version = "0.244.0"
21619source = "registry+https://github.com/rust-lang/crates.io-index"
21620checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21621dependencies = [
21622 "anyhow",
21623 "id-arena",
21624 "indexmap",
21625 "log",
21626 "semver",
21627 "serde",
21628 "serde_derive",
21629 "serde_json",
21630 "unicode-xid",
21631 "wasmparser 0.244.0",
21632]
21633
21634[[package]]
21635name = "witx"
21636version = "0.9.1"
21637source = "registry+https://github.com/rust-lang/crates.io-index"
21638checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21639dependencies = [
21640 "anyhow",
21641 "log",
21642 "thiserror 1.0.69",
21643 "wast",
21644]
21645
21646[[package]]
21647name = "workspace"
21648version = "0.1.0"
21649dependencies = [
21650 "agent_settings",
21651 "any_vec",
21652 "anyhow",
21653 "async-recursion",
21654 "chrono",
21655 "client",
21656 "clock",
21657 "collections",
21658 "component",
21659 "db",
21660 "feature_flags",
21661 "fs",
21662 "futures 0.3.32",
21663 "git",
21664 "gpui",
21665 "http_client",
21666 "itertools 0.14.0",
21667 "language",
21668 "log",
21669 "markdown",
21670 "menu",
21671 "node_runtime",
21672 "parking_lot",
21673 "postage",
21674 "pretty_assertions",
21675 "project",
21676 "remote",
21677 "schemars",
21678 "serde",
21679 "serde_json",
21680 "session",
21681 "settings",
21682 "smallvec",
21683 "sqlez",
21684 "strum 0.27.2",
21685 "task",
21686 "telemetry",
21687 "tempfile",
21688 "theme",
21689 "theme_settings",
21690 "ui",
21691 "util",
21692 "uuid",
21693 "vim_mode_setting",
21694 "windows 0.61.3",
21695 "zed_actions",
21696 "zlog",
21697]
21698
21699[[package]]
21700name = "worktree"
21701version = "0.1.0"
21702dependencies = [
21703 "anyhow",
21704 "async-lock 2.8.0",
21705 "chardetng",
21706 "clock",
21707 "collections",
21708 "encoding_rs",
21709 "fs",
21710 "futures 0.3.32",
21711 "fuzzy",
21712 "git",
21713 "gpui",
21714 "ignore",
21715 "language",
21716 "log",
21717 "parking_lot",
21718 "paths",
21719 "postage",
21720 "pretty_assertions",
21721 "rand 0.9.2",
21722 "rpc",
21723 "serde",
21724 "serde_json",
21725 "settings",
21726 "smallvec",
21727 "smol",
21728 "sum_tree",
21729 "text",
21730 "tracing",
21731 "util",
21732 "worktree",
21733 "zlog",
21734 "ztracing",
21735]
21736
21737[[package]]
21738name = "worktree_benchmarks"
21739version = "0.1.0"
21740dependencies = [
21741 "fs",
21742 "gpui_platform",
21743 "settings",
21744 "worktree",
21745]
21746
21747[[package]]
21748name = "wprcontrol"
21749version = "0.1.0"
21750source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21751dependencies = [
21752 "windows 0.61.3",
21753 "windows-bindgen",
21754 "windows-core 0.61.2",
21755 "windows-link 0.2.1",
21756]
21757
21758[[package]]
21759name = "writeable"
21760version = "0.6.1"
21761source = "registry+https://github.com/rust-lang/crates.io-index"
21762checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21763
21764[[package]]
21765name = "wyz"
21766version = "0.5.1"
21767source = "registry+https://github.com/rust-lang/crates.io-index"
21768checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21769dependencies = [
21770 "tap",
21771]
21772
21773[[package]]
21774name = "x11"
21775version = "2.21.0"
21776source = "registry+https://github.com/rust-lang/crates.io-index"
21777checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21778dependencies = [
21779 "libc",
21780 "pkg-config",
21781]
21782
21783[[package]]
21784name = "x11-clipboard"
21785version = "0.9.3"
21786source = "registry+https://github.com/rust-lang/crates.io-index"
21787checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21788dependencies = [
21789 "libc",
21790 "x11rb",
21791]
21792
21793[[package]]
21794name = "x11rb"
21795version = "0.13.2"
21796source = "registry+https://github.com/rust-lang/crates.io-index"
21797checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21798dependencies = [
21799 "as-raw-xcb-connection",
21800 "gethostname",
21801 "libc",
21802 "rustix 1.1.2",
21803 "x11rb-protocol",
21804 "xcursor",
21805]
21806
21807[[package]]
21808name = "x11rb-protocol"
21809version = "0.13.2"
21810source = "registry+https://github.com/rust-lang/crates.io-index"
21811checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21812
21813[[package]]
21814name = "x_ai"
21815version = "0.1.0"
21816dependencies = [
21817 "anyhow",
21818 "language_model_core",
21819 "schemars",
21820 "serde",
21821 "strum 0.27.2",
21822 "tiktoken-rs",
21823]
21824
21825[[package]]
21826name = "xattr"
21827version = "0.2.3"
21828source = "registry+https://github.com/rust-lang/crates.io-index"
21829checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21830dependencies = [
21831 "libc",
21832]
21833
21834[[package]]
21835name = "xcb"
21836version = "1.6.0"
21837source = "registry+https://github.com/rust-lang/crates.io-index"
21838checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21839dependencies = [
21840 "bitflags 1.3.2",
21841 "libc",
21842 "quick-xml 0.30.0",
21843 "x11",
21844]
21845
21846[[package]]
21847name = "xcursor"
21848version = "0.3.10"
21849source = "registry+https://github.com/rust-lang/crates.io-index"
21850checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21851
21852[[package]]
21853name = "xim-ctext"
21854version = "0.3.0"
21855source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21856dependencies = [
21857 "encoding_rs",
21858]
21859
21860[[package]]
21861name = "xim-parser"
21862version = "0.2.1"
21863source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21864dependencies = [
21865 "bitflags 2.10.0",
21866]
21867
21868[[package]]
21869name = "xkbcommon"
21870version = "0.8.0"
21871source = "registry+https://github.com/rust-lang/crates.io-index"
21872checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21873dependencies = [
21874 "as-raw-xcb-connection",
21875 "libc",
21876 "memmap2",
21877 "xkeysym",
21878]
21879
21880[[package]]
21881name = "xkeysym"
21882version = "0.2.1"
21883source = "registry+https://github.com/rust-lang/crates.io-index"
21884checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21885
21886[[package]]
21887name = "xml-rs"
21888version = "0.8.28"
21889source = "registry+https://github.com/rust-lang/crates.io-index"
21890checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21891
21892[[package]]
21893name = "xml5ever"
21894version = "0.18.1"
21895source = "registry+https://github.com/rust-lang/crates.io-index"
21896checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21897dependencies = [
21898 "log",
21899 "mac",
21900 "markup5ever 0.12.1",
21901]
21902
21903[[package]]
21904name = "xmlparser"
21905version = "0.13.6"
21906source = "registry+https://github.com/rust-lang/crates.io-index"
21907checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21908
21909[[package]]
21910name = "xmlwriter"
21911version = "0.1.0"
21912source = "registry+https://github.com/rust-lang/crates.io-index"
21913checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21914
21915[[package]]
21916name = "xtask"
21917version = "0.1.0"
21918dependencies = [
21919 "annotate-snippets",
21920 "anyhow",
21921 "backtrace",
21922 "cargo_metadata 0.19.2",
21923 "cargo_toml",
21924 "clap",
21925 "compliance",
21926 "gh-workflow",
21927 "indexmap",
21928 "indoc",
21929 "itertools 0.14.0",
21930 "regex",
21931 "serde",
21932 "serde_json",
21933 "serde_yaml",
21934 "strum 0.27.2",
21935 "tokio",
21936 "toml 0.8.23",
21937 "toml_edit 0.22.27",
21938]
21939
21940[[package]]
21941name = "yaml-rust2"
21942version = "0.8.1"
21943source = "registry+https://github.com/rust-lang/crates.io-index"
21944checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21945dependencies = [
21946 "arraydeque",
21947 "encoding_rs",
21948 "hashlink 0.8.4",
21949]
21950
21951[[package]]
21952name = "yansi"
21953version = "1.0.1"
21954source = "registry+https://github.com/rust-lang/crates.io-index"
21955checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21956
21957[[package]]
21958name = "yawc"
21959version = "0.2.5"
21960source = "registry+https://github.com/rust-lang/crates.io-index"
21961checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21962dependencies = [
21963 "base64 0.22.1",
21964 "bytes 1.11.1",
21965 "flate2",
21966 "futures 0.3.32",
21967 "http-body-util",
21968 "hyper 1.7.0",
21969 "hyper-util",
21970 "js-sys",
21971 "nom 8.0.0",
21972 "pin-project",
21973 "rand 0.8.5",
21974 "sha1",
21975 "thiserror 1.0.69",
21976 "tokio",
21977 "tokio-rustls 0.26.2",
21978 "tokio-util",
21979 "url",
21980 "wasm-bindgen",
21981 "wasm-bindgen-futures",
21982 "web-sys",
21983 "webpki-roots",
21984]
21985
21986[[package]]
21987name = "yazi"
21988version = "0.2.1"
21989source = "registry+https://github.com/rust-lang/crates.io-index"
21990checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21991
21992[[package]]
21993name = "yeslogic-fontconfig-sys"
21994version = "6.0.0"
21995source = "registry+https://github.com/rust-lang/crates.io-index"
21996checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21997dependencies = [
21998 "dlib",
21999 "once_cell",
22000 "pkg-config",
22001]
22002
22003[[package]]
22004name = "yoke"
22005version = "0.7.5"
22006source = "registry+https://github.com/rust-lang/crates.io-index"
22007checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22008dependencies = [
22009 "serde",
22010 "stable_deref_trait",
22011 "yoke-derive 0.7.5",
22012 "zerofrom",
22013]
22014
22015[[package]]
22016name = "yoke"
22017version = "0.8.0"
22018source = "registry+https://github.com/rust-lang/crates.io-index"
22019checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22020dependencies = [
22021 "serde",
22022 "stable_deref_trait",
22023 "yoke-derive 0.8.0",
22024 "zerofrom",
22025]
22026
22027[[package]]
22028name = "yoke-derive"
22029version = "0.7.5"
22030source = "registry+https://github.com/rust-lang/crates.io-index"
22031checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22032dependencies = [
22033 "proc-macro2",
22034 "quote",
22035 "syn 2.0.117",
22036 "synstructure",
22037]
22038
22039[[package]]
22040name = "yoke-derive"
22041version = "0.8.0"
22042source = "registry+https://github.com/rust-lang/crates.io-index"
22043checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22044dependencies = [
22045 "proc-macro2",
22046 "quote",
22047 "syn 2.0.117",
22048 "synstructure",
22049]
22050
22051[[package]]
22052name = "zbus"
22053version = "5.13.2"
22054source = "registry+https://github.com/rust-lang/crates.io-index"
22055checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22056dependencies = [
22057 "async-broadcast",
22058 "async-executor",
22059 "async-io",
22060 "async-lock 3.4.2",
22061 "async-process",
22062 "async-recursion",
22063 "async-task",
22064 "async-trait",
22065 "blocking",
22066 "enumflags2",
22067 "event-listener 5.4.1",
22068 "futures-core",
22069 "futures-lite 2.6.1",
22070 "hex",
22071 "libc",
22072 "ordered-stream",
22073 "rustix 1.1.2",
22074 "serde",
22075 "serde_repr",
22076 "tracing",
22077 "uds_windows",
22078 "uuid",
22079 "windows-sys 0.61.2",
22080 "winnow",
22081 "zbus_macros",
22082 "zbus_names",
22083 "zvariant",
22084]
22085
22086[[package]]
22087name = "zbus_macros"
22088version = "5.13.2"
22089source = "registry+https://github.com/rust-lang/crates.io-index"
22090checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22091dependencies = [
22092 "proc-macro-crate",
22093 "proc-macro2",
22094 "quote",
22095 "syn 2.0.117",
22096 "zbus_names",
22097 "zvariant",
22098 "zvariant_utils",
22099]
22100
22101[[package]]
22102name = "zbus_names"
22103version = "4.3.1"
22104source = "registry+https://github.com/rust-lang/crates.io-index"
22105checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22106dependencies = [
22107 "serde",
22108 "winnow",
22109 "zvariant",
22110]
22111
22112[[package]]
22113name = "zed"
22114version = "0.233.0"
22115dependencies = [
22116 "acp_thread",
22117 "acp_tools",
22118 "action_log",
22119 "activity_indicator",
22120 "agent",
22121 "agent-client-protocol",
22122 "agent_servers",
22123 "agent_settings",
22124 "agent_ui",
22125 "anyhow",
22126 "ashpd",
22127 "askpass",
22128 "assets",
22129 "audio",
22130 "auto_update",
22131 "auto_update_ui",
22132 "breadcrumbs",
22133 "call",
22134 "channel",
22135 "chrono",
22136 "clap",
22137 "cli",
22138 "client",
22139 "clock",
22140 "codestral",
22141 "collab_ui",
22142 "collections",
22143 "command_palette",
22144 "component",
22145 "component_preview",
22146 "copilot",
22147 "copilot_chat",
22148 "copilot_ui",
22149 "crashes",
22150 "csv_preview",
22151 "dap_adapters",
22152 "db",
22153 "debug_adapter_extension",
22154 "debugger_tools",
22155 "debugger_ui",
22156 "dev_container",
22157 "diagnostics",
22158 "edit_prediction",
22159 "edit_prediction_ui",
22160 "editor",
22161 "encoding_selector",
22162 "env_logger 0.11.8",
22163 "etw_tracing",
22164 "extension",
22165 "extension_host",
22166 "extensions_ui",
22167 "feature_flags",
22168 "feedback",
22169 "file_finder",
22170 "fs",
22171 "futures 0.3.32",
22172 "git",
22173 "git_graph",
22174 "git_hosting_providers",
22175 "git_ui",
22176 "go_to_line",
22177 "gpui",
22178 "gpui_platform",
22179 "gpui_tokio",
22180 "http_client",
22181 "image",
22182 "image_viewer",
22183 "inspector_ui",
22184 "install_cli",
22185 "itertools 0.14.0",
22186 "journal",
22187 "json_schema_store",
22188 "keymap_editor",
22189 "language",
22190 "language_extension",
22191 "language_model",
22192 "language_models",
22193 "language_onboarding",
22194 "language_selector",
22195 "language_tools",
22196 "languages",
22197 "line_ending_selector",
22198 "log",
22199 "markdown",
22200 "markdown_preview",
22201 "menu",
22202 "migrator",
22203 "mimalloc",
22204 "miniprofiler_ui",
22205 "nc",
22206 "node_runtime",
22207 "notifications",
22208 "onboarding",
22209 "outline",
22210 "outline_panel",
22211 "parking_lot",
22212 "paths",
22213 "picker",
22214 "pkg-config",
22215 "pretty_assertions",
22216 "profiling",
22217 "project",
22218 "project_panel",
22219 "project_symbols",
22220 "prompt_store",
22221 "proto",
22222 "rayon",
22223 "recent_projects",
22224 "release_channel",
22225 "remote",
22226 "repl",
22227 "reqwest_client",
22228 "rope",
22229 "search",
22230 "semver",
22231 "serde",
22232 "serde_json",
22233 "session",
22234 "settings",
22235 "settings_profile_selector",
22236 "settings_ui",
22237 "shellexpand",
22238 "sidebar",
22239 "smol",
22240 "snippet_provider",
22241 "snippets_ui",
22242 "svg_preview",
22243 "sysinfo 0.37.2",
22244 "system_specs",
22245 "tab_switcher",
22246 "task",
22247 "tasks_ui",
22248 "telemetry",
22249 "telemetry_events",
22250 "tempfile",
22251 "terminal_view",
22252 "theme",
22253 "theme_extension",
22254 "theme_selector",
22255 "theme_settings",
22256 "time",
22257 "time_format",
22258 "title_bar",
22259 "toolchain_selector",
22260 "tracing",
22261 "ui",
22262 "ui_prompt",
22263 "url",
22264 "urlencoding",
22265 "util",
22266 "uuid",
22267 "vim",
22268 "vim_mode_setting",
22269 "watch",
22270 "web_search",
22271 "web_search_providers",
22272 "which_key",
22273 "windows 0.61.3",
22274 "winresource",
22275 "workspace",
22276 "zed-reqwest",
22277 "zed_actions",
22278 "zed_env_vars",
22279 "zlog",
22280 "zlog_settings",
22281 "ztracing",
22282]
22283
22284[[package]]
22285name = "zed-font-kit"
22286version = "0.14.1-zed"
22287source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22288dependencies = [
22289 "bitflags 2.10.0",
22290 "byteorder",
22291 "core-foundation 0.10.0",
22292 "core-graphics 0.24.0",
22293 "core-text",
22294 "dirs",
22295 "dwrote",
22296 "float-ord",
22297 "freetype-sys",
22298 "lazy_static",
22299 "libc",
22300 "log",
22301 "pathfinder_geometry",
22302 "pathfinder_simd",
22303 "walkdir",
22304 "winapi",
22305 "yeslogic-fontconfig-sys",
22306]
22307
22308[[package]]
22309name = "zed-reqwest"
22310version = "0.12.15-zed"
22311source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22312dependencies = [
22313 "base64 0.22.1",
22314 "bytes 1.11.1",
22315 "encoding_rs",
22316 "futures-core",
22317 "futures-util",
22318 "h2 0.4.12",
22319 "http 1.3.1",
22320 "http-body 1.0.1",
22321 "http-body-util",
22322 "hyper 1.7.0",
22323 "hyper-rustls 0.27.7",
22324 "hyper-util",
22325 "ipnet",
22326 "js-sys",
22327 "log",
22328 "mime",
22329 "mime_guess",
22330 "once_cell",
22331 "percent-encoding",
22332 "pin-project-lite",
22333 "quinn",
22334 "rustls 0.23.33",
22335 "rustls-native-certs 0.8.2",
22336 "rustls-pemfile 2.2.0",
22337 "rustls-pki-types",
22338 "serde",
22339 "serde_json",
22340 "serde_urlencoded",
22341 "sync_wrapper 1.0.2",
22342 "system-configuration 0.6.1",
22343 "tokio",
22344 "tokio-rustls 0.26.2",
22345 "tokio-socks",
22346 "tokio-util",
22347 "tower 0.5.2",
22348 "tower-service",
22349 "url",
22350 "wasm-bindgen",
22351 "wasm-bindgen-futures",
22352 "wasm-streams",
22353 "web-sys",
22354 "windows-registry 0.4.0",
22355]
22356
22357[[package]]
22358name = "zed-scap"
22359version = "0.0.8-zed"
22360source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22361dependencies = [
22362 "anyhow",
22363 "cocoa 0.25.0",
22364 "core-graphics-helmer-fork",
22365 "log",
22366 "objc",
22367 "rand 0.8.5",
22368 "screencapturekit",
22369 "screencapturekit-sys",
22370 "sysinfo 0.31.4",
22371 "tao-core-video-sys",
22372 "windows 0.61.3",
22373 "windows-capture",
22374 "x11",
22375 "xcb",
22376]
22377
22378[[package]]
22379name = "zed-xim"
22380version = "0.4.0-zed"
22381source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22382dependencies = [
22383 "ahash 0.8.12",
22384 "hashbrown 0.14.5",
22385 "log",
22386 "x11rb",
22387 "xim-ctext",
22388 "xim-parser",
22389]
22390
22391[[package]]
22392name = "zed_actions"
22393version = "0.1.0"
22394dependencies = [
22395 "gpui",
22396 "schemars",
22397 "serde",
22398 "util",
22399 "uuid",
22400]
22401
22402[[package]]
22403name = "zed_credentials_provider"
22404version = "0.1.0"
22405dependencies = [
22406 "anyhow",
22407 "credentials_provider",
22408 "futures 0.3.32",
22409 "gpui",
22410 "paths",
22411 "release_channel",
22412 "serde",
22413 "serde_json",
22414]
22415
22416[[package]]
22417name = "zed_env_vars"
22418version = "0.1.0"
22419dependencies = [
22420 "env_var",
22421]
22422
22423[[package]]
22424name = "zed_extension_api"
22425version = "0.1.0"
22426source = "registry+https://github.com/rust-lang/crates.io-index"
22427checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22428dependencies = [
22429 "serde",
22430 "serde_json",
22431 "wit-bindgen 0.22.0",
22432]
22433
22434[[package]]
22435name = "zed_extension_api"
22436version = "0.7.0"
22437source = "registry+https://github.com/rust-lang/crates.io-index"
22438checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22439dependencies = [
22440 "serde",
22441 "serde_json",
22442 "wit-bindgen 0.41.0",
22443]
22444
22445[[package]]
22446name = "zed_extension_api"
22447version = "0.8.0"
22448dependencies = [
22449 "serde",
22450 "serde_json",
22451 "wit-bindgen 0.41.0",
22452]
22453
22454[[package]]
22455name = "zed_glsl"
22456version = "0.2.3"
22457dependencies = [
22458 "zed_extension_api 0.1.0",
22459]
22460
22461[[package]]
22462name = "zed_html"
22463version = "0.3.1"
22464dependencies = [
22465 "zed_extension_api 0.7.0",
22466]
22467
22468[[package]]
22469name = "zed_proto"
22470version = "0.3.2"
22471dependencies = [
22472 "zed_extension_api 0.7.0",
22473]
22474
22475[[package]]
22476name = "zed_test_extension"
22477version = "0.1.0"
22478dependencies = [
22479 "zed_extension_api 0.8.0",
22480]
22481
22482[[package]]
22483name = "zeno"
22484version = "0.3.3"
22485source = "registry+https://github.com/rust-lang/crates.io-index"
22486checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22487
22488[[package]]
22489name = "zerocopy"
22490version = "0.8.27"
22491source = "registry+https://github.com/rust-lang/crates.io-index"
22492checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22493dependencies = [
22494 "zerocopy-derive",
22495]
22496
22497[[package]]
22498name = "zerocopy-derive"
22499version = "0.8.27"
22500source = "registry+https://github.com/rust-lang/crates.io-index"
22501checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22502dependencies = [
22503 "proc-macro2",
22504 "quote",
22505 "syn 2.0.117",
22506]
22507
22508[[package]]
22509name = "zerofrom"
22510version = "0.1.6"
22511source = "registry+https://github.com/rust-lang/crates.io-index"
22512checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22513dependencies = [
22514 "zerofrom-derive",
22515]
22516
22517[[package]]
22518name = "zerofrom-derive"
22519version = "0.1.6"
22520source = "registry+https://github.com/rust-lang/crates.io-index"
22521checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22522dependencies = [
22523 "proc-macro2",
22524 "quote",
22525 "syn 2.0.117",
22526 "synstructure",
22527]
22528
22529[[package]]
22530name = "zeroize"
22531version = "1.8.2"
22532source = "registry+https://github.com/rust-lang/crates.io-index"
22533checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22534dependencies = [
22535 "zeroize_derive",
22536]
22537
22538[[package]]
22539name = "zeroize_derive"
22540version = "1.4.2"
22541source = "registry+https://github.com/rust-lang/crates.io-index"
22542checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22543dependencies = [
22544 "proc-macro2",
22545 "quote",
22546 "syn 2.0.117",
22547]
22548
22549[[package]]
22550name = "zeromq"
22551version = "0.5.0"
22552source = "registry+https://github.com/rust-lang/crates.io-index"
22553checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22554dependencies = [
22555 "async-dispatcher",
22556 "async-std",
22557 "async-trait",
22558 "asynchronous-codec",
22559 "bytes 1.11.1",
22560 "crossbeam-queue",
22561 "futures 0.3.32",
22562 "log",
22563 "num-traits",
22564 "once_cell",
22565 "parking_lot",
22566 "rand 0.9.2",
22567 "regex",
22568 "scc",
22569 "thiserror 1.0.69",
22570 "uuid",
22571]
22572
22573[[package]]
22574name = "zerotrie"
22575version = "0.2.2"
22576source = "registry+https://github.com/rust-lang/crates.io-index"
22577checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22578dependencies = [
22579 "displaydoc",
22580 "yoke 0.8.0",
22581 "zerofrom",
22582]
22583
22584[[package]]
22585name = "zerovec"
22586version = "0.11.4"
22587source = "registry+https://github.com/rust-lang/crates.io-index"
22588checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22589dependencies = [
22590 "yoke 0.8.0",
22591 "zerofrom",
22592 "zerovec-derive",
22593]
22594
22595[[package]]
22596name = "zerovec-derive"
22597version = "0.11.1"
22598source = "registry+https://github.com/rust-lang/crates.io-index"
22599checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22600dependencies = [
22601 "proc-macro2",
22602 "quote",
22603 "syn 2.0.117",
22604]
22605
22606[[package]]
22607name = "zeta_prompt"
22608version = "0.1.0"
22609dependencies = [
22610 "anyhow",
22611 "imara-diff",
22612 "indoc",
22613 "serde",
22614 "strum 0.27.2",
22615]
22616
22617[[package]]
22618name = "zip"
22619version = "0.6.6"
22620source = "registry+https://github.com/rust-lang/crates.io-index"
22621checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22622dependencies = [
22623 "aes",
22624 "byteorder",
22625 "bzip2 0.4.4",
22626 "constant_time_eq",
22627 "crc32fast",
22628 "crossbeam-utils",
22629 "flate2",
22630 "hmac",
22631 "pbkdf2 0.11.0",
22632 "sha1",
22633 "time",
22634 "zstd",
22635]
22636
22637[[package]]
22638name = "zip"
22639version = "1.1.4"
22640source = "registry+https://github.com/rust-lang/crates.io-index"
22641checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22642dependencies = [
22643 "arbitrary",
22644 "crc32fast",
22645 "crossbeam-utils",
22646 "displaydoc",
22647 "indexmap",
22648 "num_enum",
22649 "thiserror 1.0.69",
22650]
22651
22652[[package]]
22653name = "zlog"
22654version = "0.1.0"
22655dependencies = [
22656 "anyhow",
22657 "chrono",
22658 "collections",
22659 "log",
22660 "tempfile",
22661]
22662
22663[[package]]
22664name = "zlog_settings"
22665version = "0.1.0"
22666dependencies = [
22667 "collections",
22668 "gpui",
22669 "settings",
22670 "zlog",
22671]
22672
22673[[package]]
22674name = "zstd"
22675version = "0.11.2+zstd.1.5.2"
22676source = "registry+https://github.com/rust-lang/crates.io-index"
22677checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22678dependencies = [
22679 "zstd-safe",
22680]
22681
22682[[package]]
22683name = "zstd-safe"
22684version = "5.0.2+zstd.1.5.2"
22685source = "registry+https://github.com/rust-lang/crates.io-index"
22686checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22687dependencies = [
22688 "libc",
22689 "zstd-sys",
22690]
22691
22692[[package]]
22693name = "zstd-sys"
22694version = "2.0.16+zstd.1.5.7"
22695source = "registry+https://github.com/rust-lang/crates.io-index"
22696checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22697dependencies = [
22698 "cc",
22699 "pkg-config",
22700]
22701
22702[[package]]
22703name = "ztracing"
22704version = "0.1.0"
22705dependencies = [
22706 "tracing",
22707 "tracing-subscriber",
22708 "tracing-tracy",
22709 "tracy-client",
22710 "zlog",
22711 "ztracing_macro",
22712]
22713
22714[[package]]
22715name = "ztracing_macro"
22716version = "0.1.0"
22717
22718[[package]]
22719name = "zune-core"
22720version = "0.4.12"
22721source = "registry+https://github.com/rust-lang/crates.io-index"
22722checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22723
22724[[package]]
22725name = "zune-inflate"
22726version = "0.2.54"
22727source = "registry+https://github.com/rust-lang/crates.io-index"
22728checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22729dependencies = [
22730 "simd-adler32",
22731]
22732
22733[[package]]
22734name = "zune-jpeg"
22735version = "0.4.21"
22736source = "registry+https://github.com/rust-lang/crates.io-index"
22737checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22738dependencies = [
22739 "zune-core",
22740]
22741
22742[[package]]
22743name = "zvariant"
22744version = "5.9.2"
22745source = "registry+https://github.com/rust-lang/crates.io-index"
22746checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22747dependencies = [
22748 "endi",
22749 "enumflags2",
22750 "serde",
22751 "serde_bytes",
22752 "winnow",
22753 "zvariant_derive",
22754 "zvariant_utils",
22755]
22756
22757[[package]]
22758name = "zvariant_derive"
22759version = "5.9.2"
22760source = "registry+https://github.com/rust-lang/crates.io-index"
22761checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22762dependencies = [
22763 "proc-macro-crate",
22764 "proc-macro2",
22765 "quote",
22766 "syn 2.0.117",
22767 "zvariant_utils",
22768]
22769
22770[[package]]
22771name = "zvariant_utils"
22772version = "3.3.0"
22773source = "registry+https://github.com/rust-lang/crates.io-index"
22774checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22775dependencies = [
22776 "proc-macro2",
22777 "quote",
22778 "serde",
22779 "syn 2.0.117",
22780 "winnow",
22781]