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.3",
   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.3",
   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.3",
  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 "futures 0.3.32",
  305 "gpui",
  306 "language_model",
  307 "log",
  308 "paths",
  309 "project",
  310 "regex",
  311 "schemars",
  312 "serde",
  313 "serde_json",
  314 "serde_json_lenient",
  315 "settings",
  316 "util",
  317]
  318
  319[[package]]
  320name = "agent_ui"
  321version = "0.1.0"
  322dependencies = [
  323 "acp_thread",
  324 "action_log",
  325 "agent",
  326 "agent-client-protocol",
  327 "agent_servers",
  328 "agent_settings",
  329 "ai_onboarding",
  330 "anyhow",
  331 "audio",
  332 "base64 0.22.1",
  333 "buffer_diff",
  334 "chrono",
  335 "client",
  336 "clock",
  337 "cloud_api_types",
  338 "collections",
  339 "command_palette_hooks",
  340 "component",
  341 "context_server",
  342 "db",
  343 "editor",
  344 "eval_utils",
  345 "extension",
  346 "extension_host",
  347 "feature_flags",
  348 "file_icons",
  349 "fs",
  350 "futures 0.3.32",
  351 "fuzzy",
  352 "git",
  353 "gpui",
  354 "gpui_tokio",
  355 "heapless",
  356 "html_to_markdown",
  357 "http_client",
  358 "image",
  359 "indoc",
  360 "itertools 0.14.0",
  361 "jsonschema",
  362 "language",
  363 "language_model",
  364 "language_models",
  365 "languages",
  366 "log",
  367 "lsp",
  368 "markdown",
  369 "menu",
  370 "multi_buffer",
  371 "node_runtime",
  372 "notifications",
  373 "ordered-float 2.10.1",
  374 "parking_lot",
  375 "paths",
  376 "picker",
  377 "postage",
  378 "pretty_assertions",
  379 "project",
  380 "prompt_store",
  381 "proto",
  382 "rand 0.9.3",
  383 "release_channel",
  384 "remote",
  385 "remote_connection",
  386 "remote_server",
  387 "reqwest_client",
  388 "rope",
  389 "rules_library",
  390 "schemars",
  391 "semver",
  392 "serde",
  393 "serde_json",
  394 "serde_json_lenient",
  395 "settings",
  396 "smol",
  397 "streaming_diff",
  398 "task",
  399 "telemetry",
  400 "tempfile",
  401 "terminal",
  402 "terminal_view",
  403 "text",
  404 "theme",
  405 "theme_settings",
  406 "time",
  407 "time_format",
  408 "tree-sitter-md",
  409 "ui",
  410 "ui_input",
  411 "unindent",
  412 "url",
  413 "util",
  414 "uuid",
  415 "watch",
  416 "workspace",
  417 "zed_actions",
  418]
  419
  420[[package]]
  421name = "ahash"
  422version = "0.7.8"
  423source = "registry+https://github.com/rust-lang/crates.io-index"
  424checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  425dependencies = [
  426 "getrandom 0.2.16",
  427 "once_cell",
  428 "version_check",
  429]
  430
  431[[package]]
  432name = "ahash"
  433version = "0.8.12"
  434source = "registry+https://github.com/rust-lang/crates.io-index"
  435checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  436dependencies = [
  437 "cfg-if",
  438 "const-random",
  439 "getrandom 0.3.4",
  440 "once_cell",
  441 "serde",
  442 "version_check",
  443 "zerocopy",
  444]
  445
  446[[package]]
  447name = "aho-corasick"
  448version = "1.1.3"
  449source = "registry+https://github.com/rust-lang/crates.io-index"
  450checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  451dependencies = [
  452 "memchr",
  453]
  454
  455[[package]]
  456name = "ai_onboarding"
  457version = "0.1.0"
  458dependencies = [
  459 "client",
  460 "cloud_api_types",
  461 "component",
  462 "gpui",
  463 "language_model",
  464 "serde",
  465 "smallvec",
  466 "telemetry",
  467 "ui",
  468 "zed_actions",
  469]
  470
  471[[package]]
  472name = "alacritty_terminal"
  473version = "0.25.1"
  474source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  475dependencies = [
  476 "base64 0.22.1",
  477 "bitflags 2.10.0",
  478 "home",
  479 "libc",
  480 "log",
  481 "mach2 0.5.0",
  482 "miow",
  483 "parking_lot",
  484 "piper",
  485 "polling",
  486 "regex-automata",
  487 "rustix 1.1.2",
  488 "rustix-openpty",
  489 "serde",
  490 "signal-hook",
  491 "unicode-width",
  492 "vte",
  493 "windows-sys 0.59.0",
  494]
  495
  496[[package]]
  497name = "aliasable"
  498version = "0.1.3"
  499source = "registry+https://github.com/rust-lang/crates.io-index"
  500checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  501
  502[[package]]
  503name = "aligned-vec"
  504version = "0.6.4"
  505source = "registry+https://github.com/rust-lang/crates.io-index"
  506checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  507dependencies = [
  508 "equator",
  509]
  510
  511[[package]]
  512name = "allocator-api2"
  513version = "0.2.21"
  514source = "registry+https://github.com/rust-lang/crates.io-index"
  515checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  516
  517[[package]]
  518name = "alsa"
  519version = "0.10.0"
  520source = "registry+https://github.com/rust-lang/crates.io-index"
  521checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  522dependencies = [
  523 "alsa-sys",
  524 "bitflags 2.10.0",
  525 "cfg-if",
  526 "libc",
  527]
  528
  529[[package]]
  530name = "alsa-sys"
  531version = "0.3.1"
  532source = "registry+https://github.com/rust-lang/crates.io-index"
  533checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  534dependencies = [
  535 "libc",
  536 "pkg-config",
  537]
  538
  539[[package]]
  540name = "ambient-authority"
  541version = "0.0.2"
  542source = "registry+https://github.com/rust-lang/crates.io-index"
  543checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  544
  545[[package]]
  546name = "ammonia"
  547version = "4.1.2"
  548source = "registry+https://github.com/rust-lang/crates.io-index"
  549checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  550dependencies = [
  551 "cssparser",
  552 "html5ever 0.35.0",
  553 "maplit",
  554 "tendril",
  555 "url",
  556]
  557
  558[[package]]
  559name = "android_system_properties"
  560version = "0.1.5"
  561source = "registry+https://github.com/rust-lang/crates.io-index"
  562checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  563dependencies = [
  564 "libc",
  565]
  566
  567[[package]]
  568name = "anes"
  569version = "0.1.6"
  570source = "registry+https://github.com/rust-lang/crates.io-index"
  571checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  572
  573[[package]]
  574name = "annotate-snippets"
  575version = "0.12.12"
  576source = "registry+https://github.com/rust-lang/crates.io-index"
  577checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  578dependencies = [
  579 "anstyle",
  580 "memchr",
  581 "unicode-width",
  582]
  583
  584[[package]]
  585name = "anstream"
  586version = "0.6.21"
  587source = "registry+https://github.com/rust-lang/crates.io-index"
  588checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  589dependencies = [
  590 "anstyle",
  591 "anstyle-parse",
  592 "anstyle-query",
  593 "anstyle-wincon",
  594 "colorchoice",
  595 "is_terminal_polyfill",
  596 "utf8parse",
  597]
  598
  599[[package]]
  600name = "anstyle"
  601version = "1.0.13"
  602source = "registry+https://github.com/rust-lang/crates.io-index"
  603checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  604
  605[[package]]
  606name = "anstyle-parse"
  607version = "0.2.7"
  608source = "registry+https://github.com/rust-lang/crates.io-index"
  609checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  610dependencies = [
  611 "utf8parse",
  612]
  613
  614[[package]]
  615name = "anstyle-query"
  616version = "1.1.4"
  617source = "registry+https://github.com/rust-lang/crates.io-index"
  618checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  619dependencies = [
  620 "windows-sys 0.60.2",
  621]
  622
  623[[package]]
  624name = "anstyle-wincon"
  625version = "3.0.10"
  626source = "registry+https://github.com/rust-lang/crates.io-index"
  627checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  628dependencies = [
  629 "anstyle",
  630 "once_cell_polyfill",
  631 "windows-sys 0.60.2",
  632]
  633
  634[[package]]
  635name = "anthropic"
  636version = "0.1.0"
  637dependencies = [
  638 "anyhow",
  639 "chrono",
  640 "collections",
  641 "futures 0.3.32",
  642 "http_client",
  643 "language_model_core",
  644 "log",
  645 "schemars",
  646 "serde",
  647 "serde_json",
  648 "strum 0.27.2",
  649 "thiserror 2.0.17",
  650 "tiktoken-rs",
  651]
  652
  653[[package]]
  654name = "any_vec"
  655version = "0.14.0"
  656source = "registry+https://github.com/rust-lang/crates.io-index"
  657checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  658
  659[[package]]
  660name = "anyhow"
  661version = "1.0.100"
  662source = "registry+https://github.com/rust-lang/crates.io-index"
  663checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  664
  665[[package]]
  666name = "approx"
  667version = "0.5.1"
  668source = "registry+https://github.com/rust-lang/crates.io-index"
  669checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  670dependencies = [
  671 "num-traits",
  672]
  673
  674[[package]]
  675name = "ar_archive_writer"
  676version = "0.5.1"
  677source = "registry+https://github.com/rust-lang/crates.io-index"
  678checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  679dependencies = [
  680 "object",
  681]
  682
  683[[package]]
  684name = "arbitrary"
  685version = "1.4.2"
  686source = "registry+https://github.com/rust-lang/crates.io-index"
  687checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  688dependencies = [
  689 "derive_arbitrary",
  690]
  691
  692[[package]]
  693name = "arc-swap"
  694version = "1.9.0"
  695source = "registry+https://github.com/rust-lang/crates.io-index"
  696checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  697dependencies = [
  698 "rustversion",
  699]
  700
  701[[package]]
  702name = "arg_enum_proc_macro"
  703version = "0.3.4"
  704source = "registry+https://github.com/rust-lang/crates.io-index"
  705checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  706dependencies = [
  707 "proc-macro2",
  708 "quote",
  709 "syn 2.0.117",
  710]
  711
  712[[package]]
  713name = "arraydeque"
  714version = "0.5.1"
  715source = "registry+https://github.com/rust-lang/crates.io-index"
  716checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  717
  718[[package]]
  719name = "arrayref"
  720version = "0.3.9"
  721source = "registry+https://github.com/rust-lang/crates.io-index"
  722checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  723
  724[[package]]
  725name = "arrayvec"
  726version = "0.7.6"
  727source = "registry+https://github.com/rust-lang/crates.io-index"
  728checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  729
  730[[package]]
  731name = "as-raw-xcb-connection"
  732version = "1.0.1"
  733source = "registry+https://github.com/rust-lang/crates.io-index"
  734checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  735
  736[[package]]
  737name = "ascii"
  738version = "1.1.0"
  739source = "registry+https://github.com/rust-lang/crates.io-index"
  740checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  741
  742[[package]]
  743name = "ash"
  744version = "0.38.0+1.3.281"
  745source = "registry+https://github.com/rust-lang/crates.io-index"
  746checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  747dependencies = [
  748 "libloading",
  749]
  750
  751[[package]]
  752name = "ashpd"
  753version = "0.13.2"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  756dependencies = [
  757 "enumflags2",
  758 "futures-channel",
  759 "futures-util",
  760 "getrandom 0.4.1",
  761 "serde",
  762 "serde_repr",
  763 "wayland-backend",
  764 "wayland-client",
  765 "wayland-protocols",
  766 "zbus",
  767]
  768
  769[[package]]
  770name = "askpass"
  771version = "0.1.0"
  772dependencies = [
  773 "anyhow",
  774 "futures 0.3.32",
  775 "gpui",
  776 "log",
  777 "net",
  778 "smol",
  779 "tempfile",
  780 "util",
  781 "windows 0.61.3",
  782 "zeroize",
  783]
  784
  785[[package]]
  786name = "assets"
  787version = "0.1.0"
  788dependencies = [
  789 "anyhow",
  790 "gpui",
  791 "rust-embed",
  792]
  793
  794[[package]]
  795name = "async-attributes"
  796version = "1.1.2"
  797source = "registry+https://github.com/rust-lang/crates.io-index"
  798checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  799dependencies = [
  800 "quote",
  801 "syn 1.0.109",
  802]
  803
  804[[package]]
  805name = "async-broadcast"
  806version = "0.7.2"
  807source = "registry+https://github.com/rust-lang/crates.io-index"
  808checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  809dependencies = [
  810 "event-listener 5.4.1",
  811 "event-listener-strategy",
  812 "futures-core",
  813 "pin-project-lite",
  814]
  815
  816[[package]]
  817name = "async-channel"
  818version = "1.9.0"
  819source = "registry+https://github.com/rust-lang/crates.io-index"
  820checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  821dependencies = [
  822 "concurrent-queue",
  823 "event-listener 2.5.3",
  824 "futures-core",
  825]
  826
  827[[package]]
  828name = "async-channel"
  829version = "2.5.0"
  830source = "registry+https://github.com/rust-lang/crates.io-index"
  831checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  832dependencies = [
  833 "concurrent-queue",
  834 "event-listener-strategy",
  835 "futures-core",
  836 "pin-project-lite",
  837]
  838
  839[[package]]
  840name = "async-compat"
  841version = "0.2.5"
  842source = "registry+https://github.com/rust-lang/crates.io-index"
  843checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  844dependencies = [
  845 "futures-core",
  846 "futures-io",
  847 "once_cell",
  848 "pin-project-lite",
  849 "tokio",
  850]
  851
  852[[package]]
  853name = "async-compression"
  854version = "0.4.32"
  855source = "registry+https://github.com/rust-lang/crates.io-index"
  856checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  857dependencies = [
  858 "compression-codecs",
  859 "compression-core",
  860 "futures-core",
  861 "futures-io",
  862 "pin-project-lite",
  863]
  864
  865[[package]]
  866name = "async-dispatcher"
  867version = "0.1.2"
  868source = "registry+https://github.com/rust-lang/crates.io-index"
  869checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  870dependencies = [
  871 "async-task",
  872 "futures-lite 1.13.0",
  873]
  874
  875[[package]]
  876name = "async-executor"
  877version = "1.13.3"
  878source = "registry+https://github.com/rust-lang/crates.io-index"
  879checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  880dependencies = [
  881 "async-task",
  882 "concurrent-queue",
  883 "fastrand 2.3.0",
  884 "futures-lite 2.6.1",
  885 "pin-project-lite",
  886 "slab",
  887]
  888
  889[[package]]
  890name = "async-fs"
  891version = "2.2.0"
  892source = "registry+https://github.com/rust-lang/crates.io-index"
  893checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  894dependencies = [
  895 "async-lock 3.4.2",
  896 "blocking",
  897 "futures-lite 2.6.1",
  898]
  899
  900[[package]]
  901name = "async-global-executor"
  902version = "2.4.1"
  903source = "registry+https://github.com/rust-lang/crates.io-index"
  904checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  905dependencies = [
  906 "async-channel 2.5.0",
  907 "async-executor",
  908 "async-io",
  909 "async-lock 3.4.2",
  910 "blocking",
  911 "futures-lite 2.6.1",
  912 "once_cell",
  913]
  914
  915[[package]]
  916name = "async-io"
  917version = "2.6.0"
  918source = "registry+https://github.com/rust-lang/crates.io-index"
  919checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  920dependencies = [
  921 "autocfg",
  922 "cfg-if",
  923 "concurrent-queue",
  924 "futures-io",
  925 "futures-lite 2.6.1",
  926 "parking",
  927 "polling",
  928 "rustix 1.1.2",
  929 "slab",
  930 "windows-sys 0.61.2",
  931]
  932
  933[[package]]
  934name = "async-lock"
  935version = "2.8.0"
  936source = "registry+https://github.com/rust-lang/crates.io-index"
  937checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  938dependencies = [
  939 "event-listener 2.5.3",
  940]
  941
  942[[package]]
  943name = "async-lock"
  944version = "3.4.2"
  945source = "registry+https://github.com/rust-lang/crates.io-index"
  946checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  947dependencies = [
  948 "event-listener 5.4.1",
  949 "event-listener-strategy",
  950 "pin-project-lite",
  951]
  952
  953[[package]]
  954name = "async-net"
  955version = "2.0.0"
  956source = "registry+https://github.com/rust-lang/crates.io-index"
  957checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  958dependencies = [
  959 "async-io",
  960 "blocking",
  961 "futures-lite 2.6.1",
  962]
  963
  964[[package]]
  965name = "async-pipe"
  966version = "0.1.3"
  967source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  968dependencies = [
  969 "futures 0.3.32",
  970 "log",
  971]
  972
  973[[package]]
  974name = "async-process"
  975version = "2.5.0"
  976source = "registry+https://github.com/rust-lang/crates.io-index"
  977checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  978dependencies = [
  979 "async-channel 2.5.0",
  980 "async-io",
  981 "async-lock 3.4.2",
  982 "async-signal",
  983 "async-task",
  984 "blocking",
  985 "cfg-if",
  986 "event-listener 5.4.1",
  987 "futures-lite 2.6.1",
  988 "rustix 1.1.2",
  989]
  990
  991[[package]]
  992name = "async-recursion"
  993version = "1.1.1"
  994source = "registry+https://github.com/rust-lang/crates.io-index"
  995checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  996dependencies = [
  997 "proc-macro2",
  998 "quote",
  999 "syn 2.0.117",
 1000]
 1001
 1002[[package]]
 1003name = "async-signal"
 1004version = "0.2.13"
 1005source = "registry+https://github.com/rust-lang/crates.io-index"
 1006checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1007dependencies = [
 1008 "async-io",
 1009 "async-lock 3.4.2",
 1010 "atomic-waker",
 1011 "cfg-if",
 1012 "futures-core",
 1013 "futures-io",
 1014 "rustix 1.1.2",
 1015 "signal-hook-registry",
 1016 "slab",
 1017 "windows-sys 0.61.2",
 1018]
 1019
 1020[[package]]
 1021name = "async-std"
 1022version = "1.13.2"
 1023source = "registry+https://github.com/rust-lang/crates.io-index"
 1024checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1025dependencies = [
 1026 "async-attributes",
 1027 "async-channel 1.9.0",
 1028 "async-global-executor",
 1029 "async-io",
 1030 "async-lock 3.4.2",
 1031 "async-process",
 1032 "crossbeam-utils",
 1033 "futures-channel",
 1034 "futures-core",
 1035 "futures-io",
 1036 "futures-lite 2.6.1",
 1037 "gloo-timers",
 1038 "kv-log-macro",
 1039 "log",
 1040 "memchr",
 1041 "once_cell",
 1042 "pin-project-lite",
 1043 "pin-utils",
 1044 "slab",
 1045 "wasm-bindgen-futures",
 1046]
 1047
 1048[[package]]
 1049name = "async-stream"
 1050version = "0.3.6"
 1051source = "registry+https://github.com/rust-lang/crates.io-index"
 1052checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1053dependencies = [
 1054 "async-stream-impl",
 1055 "futures-core",
 1056 "pin-project-lite",
 1057]
 1058
 1059[[package]]
 1060name = "async-stream-impl"
 1061version = "0.3.6"
 1062source = "registry+https://github.com/rust-lang/crates.io-index"
 1063checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1064dependencies = [
 1065 "proc-macro2",
 1066 "quote",
 1067 "syn 2.0.117",
 1068]
 1069
 1070[[package]]
 1071name = "async-tar"
 1072version = "0.5.1"
 1073source = "registry+https://github.com/rust-lang/crates.io-index"
 1074checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1075dependencies = [
 1076 "async-std",
 1077 "filetime",
 1078 "libc",
 1079 "pin-project",
 1080 "redox_syscall 0.2.16",
 1081 "xattr",
 1082]
 1083
 1084[[package]]
 1085name = "async-task"
 1086version = "4.7.1"
 1087source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1088
 1089[[package]]
 1090name = "async-trait"
 1091version = "0.1.89"
 1092source = "registry+https://github.com/rust-lang/crates.io-index"
 1093checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1094dependencies = [
 1095 "proc-macro2",
 1096 "quote",
 1097 "syn 2.0.117",
 1098]
 1099
 1100[[package]]
 1101name = "async-tungstenite"
 1102version = "0.31.0"
 1103source = "registry+https://github.com/rust-lang/crates.io-index"
 1104checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1105dependencies = [
 1106 "atomic-waker",
 1107 "futures-core",
 1108 "futures-io",
 1109 "futures-task",
 1110 "futures-util",
 1111 "log",
 1112 "pin-project-lite",
 1113 "rustls-pki-types",
 1114 "tokio",
 1115 "tokio-rustls 0.26.2",
 1116 "tungstenite 0.27.0",
 1117]
 1118
 1119[[package]]
 1120name = "async_zip"
 1121version = "0.0.18"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1124dependencies = [
 1125 "async-compression",
 1126 "crc32fast",
 1127 "futures-lite 2.6.1",
 1128 "pin-project",
 1129 "thiserror 2.0.17",
 1130]
 1131
 1132[[package]]
 1133name = "asynchronous-codec"
 1134version = "0.7.0"
 1135source = "registry+https://github.com/rust-lang/crates.io-index"
 1136checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1137dependencies = [
 1138 "bytes 1.11.1",
 1139 "futures-sink",
 1140 "futures-util",
 1141 "memchr",
 1142 "pin-project-lite",
 1143]
 1144
 1145[[package]]
 1146name = "atoi"
 1147version = "2.0.0"
 1148source = "registry+https://github.com/rust-lang/crates.io-index"
 1149checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1150dependencies = [
 1151 "num-traits",
 1152]
 1153
 1154[[package]]
 1155name = "atomic"
 1156version = "0.5.3"
 1157source = "registry+https://github.com/rust-lang/crates.io-index"
 1158checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1159
 1160[[package]]
 1161name = "atomic-waker"
 1162version = "1.1.2"
 1163source = "registry+https://github.com/rust-lang/crates.io-index"
 1164checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1165
 1166[[package]]
 1167name = "audio"
 1168version = "0.1.0"
 1169dependencies = [
 1170 "anyhow",
 1171 "collections",
 1172 "cpal",
 1173 "crossbeam",
 1174 "denoise",
 1175 "gpui",
 1176 "libwebrtc",
 1177 "log",
 1178 "parking_lot",
 1179 "rodio",
 1180 "serde",
 1181 "settings",
 1182 "thiserror 2.0.17",
 1183 "util",
 1184]
 1185
 1186[[package]]
 1187name = "auditable-serde"
 1188version = "0.8.0"
 1189source = "registry+https://github.com/rust-lang/crates.io-index"
 1190checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1191dependencies = [
 1192 "semver",
 1193 "serde",
 1194 "serde_json",
 1195 "topological-sort",
 1196]
 1197
 1198[[package]]
 1199name = "auto_update"
 1200version = "0.1.0"
 1201dependencies = [
 1202 "anyhow",
 1203 "client",
 1204 "clock",
 1205 "ctor",
 1206 "db",
 1207 "futures 0.3.32",
 1208 "futures-lite 1.13.0",
 1209 "gpui",
 1210 "http_client",
 1211 "log",
 1212 "parking_lot",
 1213 "paths",
 1214 "release_channel",
 1215 "semver",
 1216 "serde",
 1217 "serde_json",
 1218 "settings",
 1219 "smol",
 1220 "tempfile",
 1221 "util",
 1222 "which 6.0.3",
 1223 "workspace",
 1224 "zlog",
 1225]
 1226
 1227[[package]]
 1228name = "auto_update_helper"
 1229version = "0.1.0"
 1230dependencies = [
 1231 "anyhow",
 1232 "log",
 1233 "scopeguard",
 1234 "simplelog",
 1235 "tempfile",
 1236 "windows 0.61.3",
 1237 "winresource",
 1238]
 1239
 1240[[package]]
 1241name = "auto_update_ui"
 1242version = "0.1.0"
 1243dependencies = [
 1244 "agent_settings",
 1245 "anyhow",
 1246 "auto_update",
 1247 "client",
 1248 "db",
 1249 "editor",
 1250 "fs",
 1251 "gpui",
 1252 "markdown_preview",
 1253 "release_channel",
 1254 "semver",
 1255 "serde",
 1256 "serde_json",
 1257 "smol",
 1258 "telemetry",
 1259 "ui",
 1260 "util",
 1261 "workspace",
 1262 "zed_actions",
 1263]
 1264
 1265[[package]]
 1266name = "autocfg"
 1267version = "1.5.0"
 1268source = "registry+https://github.com/rust-lang/crates.io-index"
 1269checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1270
 1271[[package]]
 1272name = "av1-grain"
 1273version = "0.2.4"
 1274source = "registry+https://github.com/rust-lang/crates.io-index"
 1275checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1276dependencies = [
 1277 "anyhow",
 1278 "arrayvec",
 1279 "log",
 1280 "nom 7.1.3",
 1281 "num-rational",
 1282 "v_frame",
 1283]
 1284
 1285[[package]]
 1286name = "avif-serialize"
 1287version = "0.8.6"
 1288source = "registry+https://github.com/rust-lang/crates.io-index"
 1289checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1290dependencies = [
 1291 "arrayvec",
 1292]
 1293
 1294[[package]]
 1295name = "aws-config"
 1296version = "1.8.10"
 1297source = "registry+https://github.com/rust-lang/crates.io-index"
 1298checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1299dependencies = [
 1300 "aws-credential-types",
 1301 "aws-runtime",
 1302 "aws-sdk-sso",
 1303 "aws-sdk-ssooidc",
 1304 "aws-sdk-sts",
 1305 "aws-smithy-async",
 1306 "aws-smithy-http",
 1307 "aws-smithy-json",
 1308 "aws-smithy-runtime",
 1309 "aws-smithy-runtime-api",
 1310 "aws-smithy-types",
 1311 "aws-types",
 1312 "bytes 1.11.1",
 1313 "fastrand 2.3.0",
 1314 "hex",
 1315 "http 1.3.1",
 1316 "ring",
 1317 "time",
 1318 "tokio",
 1319 "tracing",
 1320 "url",
 1321 "zeroize",
 1322]
 1323
 1324[[package]]
 1325name = "aws-credential-types"
 1326version = "1.2.10"
 1327source = "registry+https://github.com/rust-lang/crates.io-index"
 1328checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1329dependencies = [
 1330 "aws-smithy-async",
 1331 "aws-smithy-runtime-api",
 1332 "aws-smithy-types",
 1333 "zeroize",
 1334]
 1335
 1336[[package]]
 1337name = "aws-lc-rs"
 1338version = "1.15.4"
 1339source = "registry+https://github.com/rust-lang/crates.io-index"
 1340checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1341dependencies = [
 1342 "aws-lc-sys",
 1343 "untrusted 0.7.1",
 1344 "zeroize",
 1345]
 1346
 1347[[package]]
 1348name = "aws-lc-sys"
 1349version = "0.37.0"
 1350source = "registry+https://github.com/rust-lang/crates.io-index"
 1351checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1352dependencies = [
 1353 "cc",
 1354 "cmake",
 1355 "dunce",
 1356 "fs_extra",
 1357]
 1358
 1359[[package]]
 1360name = "aws-runtime"
 1361version = "1.5.16"
 1362source = "registry+https://github.com/rust-lang/crates.io-index"
 1363checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1364dependencies = [
 1365 "aws-credential-types",
 1366 "aws-sigv4",
 1367 "aws-smithy-async",
 1368 "aws-smithy-eventstream",
 1369 "aws-smithy-http",
 1370 "aws-smithy-runtime",
 1371 "aws-smithy-runtime-api",
 1372 "aws-smithy-types",
 1373 "aws-types",
 1374 "bytes 1.11.1",
 1375 "fastrand 2.3.0",
 1376 "http 0.2.12",
 1377 "http-body 0.4.6",
 1378 "percent-encoding",
 1379 "pin-project-lite",
 1380 "tracing",
 1381 "uuid",
 1382]
 1383
 1384[[package]]
 1385name = "aws-sdk-bedrockruntime"
 1386version = "1.113.0"
 1387source = "registry+https://github.com/rust-lang/crates.io-index"
 1388checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1389dependencies = [
 1390 "aws-credential-types",
 1391 "aws-runtime",
 1392 "aws-sigv4",
 1393 "aws-smithy-async",
 1394 "aws-smithy-eventstream",
 1395 "aws-smithy-http",
 1396 "aws-smithy-json",
 1397 "aws-smithy-runtime",
 1398 "aws-smithy-runtime-api",
 1399 "aws-smithy-types",
 1400 "aws-types",
 1401 "bytes 1.11.1",
 1402 "fastrand 2.3.0",
 1403 "http 0.2.12",
 1404 "hyper 0.14.32",
 1405 "regex-lite",
 1406 "tracing",
 1407]
 1408
 1409[[package]]
 1410name = "aws-sdk-kinesis"
 1411version = "1.95.0"
 1412source = "registry+https://github.com/rust-lang/crates.io-index"
 1413checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1414dependencies = [
 1415 "aws-credential-types",
 1416 "aws-runtime",
 1417 "aws-smithy-async",
 1418 "aws-smithy-eventstream",
 1419 "aws-smithy-http",
 1420 "aws-smithy-json",
 1421 "aws-smithy-runtime",
 1422 "aws-smithy-runtime-api",
 1423 "aws-smithy-types",
 1424 "aws-types",
 1425 "bytes 1.11.1",
 1426 "fastrand 2.3.0",
 1427 "http 0.2.12",
 1428 "regex-lite",
 1429 "tracing",
 1430]
 1431
 1432[[package]]
 1433name = "aws-sdk-s3"
 1434version = "1.112.0"
 1435source = "registry+https://github.com/rust-lang/crates.io-index"
 1436checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1437dependencies = [
 1438 "aws-credential-types",
 1439 "aws-runtime",
 1440 "aws-sigv4",
 1441 "aws-smithy-async",
 1442 "aws-smithy-checksums",
 1443 "aws-smithy-eventstream",
 1444 "aws-smithy-http",
 1445 "aws-smithy-json",
 1446 "aws-smithy-runtime",
 1447 "aws-smithy-runtime-api",
 1448 "aws-smithy-types",
 1449 "aws-smithy-xml",
 1450 "aws-types",
 1451 "bytes 1.11.1",
 1452 "fastrand 2.3.0",
 1453 "hex",
 1454 "hmac",
 1455 "http 0.2.12",
 1456 "http 1.3.1",
 1457 "http-body 0.4.6",
 1458 "lru",
 1459 "percent-encoding",
 1460 "regex-lite",
 1461 "sha2",
 1462 "tracing",
 1463 "url",
 1464]
 1465
 1466[[package]]
 1467name = "aws-sdk-sso"
 1468version = "1.88.0"
 1469source = "registry+https://github.com/rust-lang/crates.io-index"
 1470checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1471dependencies = [
 1472 "aws-credential-types",
 1473 "aws-runtime",
 1474 "aws-smithy-async",
 1475 "aws-smithy-http",
 1476 "aws-smithy-json",
 1477 "aws-smithy-runtime",
 1478 "aws-smithy-runtime-api",
 1479 "aws-smithy-types",
 1480 "aws-types",
 1481 "bytes 1.11.1",
 1482 "fastrand 2.3.0",
 1483 "http 0.2.12",
 1484 "regex-lite",
 1485 "tracing",
 1486]
 1487
 1488[[package]]
 1489name = "aws-sdk-ssooidc"
 1490version = "1.90.0"
 1491source = "registry+https://github.com/rust-lang/crates.io-index"
 1492checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1493dependencies = [
 1494 "aws-credential-types",
 1495 "aws-runtime",
 1496 "aws-smithy-async",
 1497 "aws-smithy-http",
 1498 "aws-smithy-json",
 1499 "aws-smithy-runtime",
 1500 "aws-smithy-runtime-api",
 1501 "aws-smithy-types",
 1502 "aws-types",
 1503 "bytes 1.11.1",
 1504 "fastrand 2.3.0",
 1505 "http 0.2.12",
 1506 "regex-lite",
 1507 "tracing",
 1508]
 1509
 1510[[package]]
 1511name = "aws-sdk-sts"
 1512version = "1.90.0"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1515dependencies = [
 1516 "aws-credential-types",
 1517 "aws-runtime",
 1518 "aws-smithy-async",
 1519 "aws-smithy-http",
 1520 "aws-smithy-json",
 1521 "aws-smithy-query",
 1522 "aws-smithy-runtime",
 1523 "aws-smithy-runtime-api",
 1524 "aws-smithy-types",
 1525 "aws-smithy-xml",
 1526 "aws-types",
 1527 "fastrand 2.3.0",
 1528 "http 0.2.12",
 1529 "regex-lite",
 1530 "tracing",
 1531]
 1532
 1533[[package]]
 1534name = "aws-sigv4"
 1535version = "1.3.6"
 1536source = "registry+https://github.com/rust-lang/crates.io-index"
 1537checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1538dependencies = [
 1539 "aws-credential-types",
 1540 "aws-smithy-eventstream",
 1541 "aws-smithy-http",
 1542 "aws-smithy-runtime-api",
 1543 "aws-smithy-types",
 1544 "bytes 1.11.1",
 1545 "crypto-bigint 0.5.5",
 1546 "form_urlencoded",
 1547 "hex",
 1548 "hmac",
 1549 "http 0.2.12",
 1550 "http 1.3.1",
 1551 "p256",
 1552 "percent-encoding",
 1553 "ring",
 1554 "sha2",
 1555 "subtle",
 1556 "time",
 1557 "tracing",
 1558 "zeroize",
 1559]
 1560
 1561[[package]]
 1562name = "aws-smithy-async"
 1563version = "1.2.6"
 1564source = "registry+https://github.com/rust-lang/crates.io-index"
 1565checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1566dependencies = [
 1567 "futures-util",
 1568 "pin-project-lite",
 1569 "tokio",
 1570]
 1571
 1572[[package]]
 1573name = "aws-smithy-checksums"
 1574version = "0.63.11"
 1575source = "registry+https://github.com/rust-lang/crates.io-index"
 1576checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1577dependencies = [
 1578 "aws-smithy-http",
 1579 "aws-smithy-types",
 1580 "bytes 1.11.1",
 1581 "crc-fast",
 1582 "hex",
 1583 "http 0.2.12",
 1584 "http-body 0.4.6",
 1585 "md-5",
 1586 "pin-project-lite",
 1587 "sha1",
 1588 "sha2",
 1589 "tracing",
 1590]
 1591
 1592[[package]]
 1593name = "aws-smithy-eventstream"
 1594version = "0.60.13"
 1595source = "registry+https://github.com/rust-lang/crates.io-index"
 1596checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1597dependencies = [
 1598 "aws-smithy-types",
 1599 "bytes 1.11.1",
 1600 "crc32fast",
 1601]
 1602
 1603[[package]]
 1604name = "aws-smithy-http"
 1605version = "0.62.5"
 1606source = "registry+https://github.com/rust-lang/crates.io-index"
 1607checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1608dependencies = [
 1609 "aws-smithy-eventstream",
 1610 "aws-smithy-runtime-api",
 1611 "aws-smithy-types",
 1612 "bytes 1.11.1",
 1613 "bytes-utils",
 1614 "futures-core",
 1615 "futures-util",
 1616 "http 0.2.12",
 1617 "http 1.3.1",
 1618 "http-body 0.4.6",
 1619 "percent-encoding",
 1620 "pin-project-lite",
 1621 "pin-utils",
 1622 "tracing",
 1623]
 1624
 1625[[package]]
 1626name = "aws-smithy-http-client"
 1627version = "1.1.4"
 1628source = "registry+https://github.com/rust-lang/crates.io-index"
 1629checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1630dependencies = [
 1631 "aws-smithy-async",
 1632 "aws-smithy-runtime-api",
 1633 "aws-smithy-types",
 1634 "h2 0.3.27",
 1635 "h2 0.4.12",
 1636 "http 0.2.12",
 1637 "http 1.3.1",
 1638 "http-body 0.4.6",
 1639 "hyper 0.14.32",
 1640 "hyper 1.7.0",
 1641 "hyper-rustls 0.24.2",
 1642 "hyper-rustls 0.27.7",
 1643 "hyper-util",
 1644 "pin-project-lite",
 1645 "rustls 0.21.12",
 1646 "rustls 0.23.33",
 1647 "rustls-native-certs 0.8.2",
 1648 "rustls-pki-types",
 1649 "tokio",
 1650 "tokio-rustls 0.26.2",
 1651 "tower 0.5.2",
 1652 "tracing",
 1653]
 1654
 1655[[package]]
 1656name = "aws-smithy-json"
 1657version = "0.61.7"
 1658source = "registry+https://github.com/rust-lang/crates.io-index"
 1659checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1660dependencies = [
 1661 "aws-smithy-types",
 1662]
 1663
 1664[[package]]
 1665name = "aws-smithy-observability"
 1666version = "0.1.4"
 1667source = "registry+https://github.com/rust-lang/crates.io-index"
 1668checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1669dependencies = [
 1670 "aws-smithy-runtime-api",
 1671]
 1672
 1673[[package]]
 1674name = "aws-smithy-query"
 1675version = "0.60.8"
 1676source = "registry+https://github.com/rust-lang/crates.io-index"
 1677checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1678dependencies = [
 1679 "aws-smithy-types",
 1680 "urlencoding",
 1681]
 1682
 1683[[package]]
 1684name = "aws-smithy-runtime"
 1685version = "1.9.4"
 1686source = "registry+https://github.com/rust-lang/crates.io-index"
 1687checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1688dependencies = [
 1689 "aws-smithy-async",
 1690 "aws-smithy-http",
 1691 "aws-smithy-http-client",
 1692 "aws-smithy-observability",
 1693 "aws-smithy-runtime-api",
 1694 "aws-smithy-types",
 1695 "bytes 1.11.1",
 1696 "fastrand 2.3.0",
 1697 "http 0.2.12",
 1698 "http 1.3.1",
 1699 "http-body 0.4.6",
 1700 "http-body 1.0.1",
 1701 "pin-project-lite",
 1702 "pin-utils",
 1703 "tokio",
 1704 "tracing",
 1705]
 1706
 1707[[package]]
 1708name = "aws-smithy-runtime-api"
 1709version = "1.9.2"
 1710source = "registry+https://github.com/rust-lang/crates.io-index"
 1711checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1712dependencies = [
 1713 "aws-smithy-async",
 1714 "aws-smithy-types",
 1715 "bytes 1.11.1",
 1716 "http 0.2.12",
 1717 "http 1.3.1",
 1718 "pin-project-lite",
 1719 "tokio",
 1720 "tracing",
 1721 "zeroize",
 1722]
 1723
 1724[[package]]
 1725name = "aws-smithy-types"
 1726version = "1.3.4"
 1727source = "registry+https://github.com/rust-lang/crates.io-index"
 1728checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1729dependencies = [
 1730 "base64-simd",
 1731 "bytes 1.11.1",
 1732 "bytes-utils",
 1733 "futures-core",
 1734 "http 0.2.12",
 1735 "http 1.3.1",
 1736 "http-body 0.4.6",
 1737 "http-body 1.0.1",
 1738 "http-body-util",
 1739 "itoa",
 1740 "num-integer",
 1741 "pin-project-lite",
 1742 "pin-utils",
 1743 "ryu",
 1744 "serde",
 1745 "time",
 1746 "tokio",
 1747 "tokio-util",
 1748]
 1749
 1750[[package]]
 1751name = "aws-smithy-xml"
 1752version = "0.60.12"
 1753source = "registry+https://github.com/rust-lang/crates.io-index"
 1754checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1755dependencies = [
 1756 "xmlparser",
 1757]
 1758
 1759[[package]]
 1760name = "aws-types"
 1761version = "1.3.10"
 1762source = "registry+https://github.com/rust-lang/crates.io-index"
 1763checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1764dependencies = [
 1765 "aws-credential-types",
 1766 "aws-smithy-async",
 1767 "aws-smithy-runtime-api",
 1768 "aws-smithy-types",
 1769 "rustc_version",
 1770 "tracing",
 1771]
 1772
 1773[[package]]
 1774name = "aws_http_client"
 1775version = "0.1.0"
 1776dependencies = [
 1777 "aws-smithy-runtime-api",
 1778 "aws-smithy-types",
 1779 "http_client",
 1780]
 1781
 1782[[package]]
 1783name = "axum"
 1784version = "0.6.20"
 1785source = "registry+https://github.com/rust-lang/crates.io-index"
 1786checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1787dependencies = [
 1788 "async-trait",
 1789 "axum-core",
 1790 "base64 0.21.7",
 1791 "bitflags 1.3.2",
 1792 "bytes 1.11.1",
 1793 "futures-util",
 1794 "headers",
 1795 "http 0.2.12",
 1796 "http-body 0.4.6",
 1797 "hyper 0.14.32",
 1798 "itoa",
 1799 "matchit",
 1800 "memchr",
 1801 "mime",
 1802 "percent-encoding",
 1803 "pin-project-lite",
 1804 "rustversion",
 1805 "serde",
 1806 "serde_json",
 1807 "serde_path_to_error",
 1808 "serde_urlencoded",
 1809 "sha1",
 1810 "sync_wrapper 0.1.2",
 1811 "tokio",
 1812 "tokio-tungstenite 0.20.1",
 1813 "tower 0.4.13",
 1814 "tower-layer",
 1815 "tower-service",
 1816]
 1817
 1818[[package]]
 1819name = "axum-core"
 1820version = "0.3.4"
 1821source = "registry+https://github.com/rust-lang/crates.io-index"
 1822checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1823dependencies = [
 1824 "async-trait",
 1825 "bytes 1.11.1",
 1826 "futures-util",
 1827 "http 0.2.12",
 1828 "http-body 0.4.6",
 1829 "mime",
 1830 "rustversion",
 1831 "tower-layer",
 1832 "tower-service",
 1833]
 1834
 1835[[package]]
 1836name = "backtrace"
 1837version = "0.3.76"
 1838source = "registry+https://github.com/rust-lang/crates.io-index"
 1839checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1840dependencies = [
 1841 "addr2line",
 1842 "cfg-if",
 1843 "libc",
 1844 "miniz_oxide",
 1845 "object",
 1846 "rustc-demangle",
 1847 "windows-link 0.2.1",
 1848]
 1849
 1850[[package]]
 1851name = "base16ct"
 1852version = "0.1.1"
 1853source = "registry+https://github.com/rust-lang/crates.io-index"
 1854checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1855
 1856[[package]]
 1857name = "base64"
 1858version = "0.21.7"
 1859source = "registry+https://github.com/rust-lang/crates.io-index"
 1860checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1861
 1862[[package]]
 1863name = "base64"
 1864version = "0.22.1"
 1865source = "registry+https://github.com/rust-lang/crates.io-index"
 1866checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1867
 1868[[package]]
 1869name = "base64-simd"
 1870version = "0.8.0"
 1871source = "registry+https://github.com/rust-lang/crates.io-index"
 1872checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1873dependencies = [
 1874 "outref",
 1875 "vsimd",
 1876]
 1877
 1878[[package]]
 1879name = "base64ct"
 1880version = "1.8.0"
 1881source = "registry+https://github.com/rust-lang/crates.io-index"
 1882checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1883
 1884[[package]]
 1885name = "bedrock"
 1886version = "0.1.0"
 1887dependencies = [
 1888 "anyhow",
 1889 "aws-sdk-bedrockruntime",
 1890 "aws-smithy-types",
 1891 "futures 0.3.32",
 1892 "schemars",
 1893 "serde",
 1894 "serde_json",
 1895 "strum 0.27.2",
 1896 "thiserror 2.0.17",
 1897]
 1898
 1899[[package]]
 1900name = "bigdecimal"
 1901version = "0.4.8"
 1902source = "registry+https://github.com/rust-lang/crates.io-index"
 1903checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1904dependencies = [
 1905 "autocfg",
 1906 "libm",
 1907 "num-bigint",
 1908 "num-integer",
 1909 "num-traits",
 1910 "serde",
 1911]
 1912
 1913[[package]]
 1914name = "bincode"
 1915version = "1.3.3"
 1916source = "registry+https://github.com/rust-lang/crates.io-index"
 1917checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1918dependencies = [
 1919 "serde",
 1920]
 1921
 1922[[package]]
 1923name = "bindgen"
 1924version = "0.71.1"
 1925source = "registry+https://github.com/rust-lang/crates.io-index"
 1926checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1927dependencies = [
 1928 "bitflags 2.10.0",
 1929 "cexpr",
 1930 "clang-sys",
 1931 "itertools 0.12.1",
 1932 "log",
 1933 "prettyplease",
 1934 "proc-macro2",
 1935 "quote",
 1936 "regex",
 1937 "rustc-hash 2.1.1",
 1938 "shlex",
 1939 "syn 2.0.117",
 1940]
 1941
 1942[[package]]
 1943name = "bindgen"
 1944version = "0.72.1"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1947dependencies = [
 1948 "bitflags 2.10.0",
 1949 "cexpr",
 1950 "clang-sys",
 1951 "itertools 0.12.1",
 1952 "proc-macro2",
 1953 "quote",
 1954 "regex",
 1955 "rustc-hash 2.1.1",
 1956 "shlex",
 1957 "syn 2.0.117",
 1958]
 1959
 1960[[package]]
 1961name = "bit-set"
 1962version = "0.8.0"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1965dependencies = [
 1966 "bit-vec 0.8.0",
 1967]
 1968
 1969[[package]]
 1970name = "bit-set"
 1971version = "0.9.1"
 1972source = "registry+https://github.com/rust-lang/crates.io-index"
 1973checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1974dependencies = [
 1975 "bit-vec 0.9.1",
 1976]
 1977
 1978[[package]]
 1979name = "bit-vec"
 1980version = "0.8.0"
 1981source = "registry+https://github.com/rust-lang/crates.io-index"
 1982checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1983
 1984[[package]]
 1985name = "bit-vec"
 1986version = "0.9.1"
 1987source = "registry+https://github.com/rust-lang/crates.io-index"
 1988checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1989
 1990[[package]]
 1991name = "bit_field"
 1992version = "0.10.3"
 1993source = "registry+https://github.com/rust-lang/crates.io-index"
 1994checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1995
 1996[[package]]
 1997name = "bitflags"
 1998version = "1.3.2"
 1999source = "registry+https://github.com/rust-lang/crates.io-index"
 2000checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2001
 2002[[package]]
 2003name = "bitflags"
 2004version = "2.10.0"
 2005source = "registry+https://github.com/rust-lang/crates.io-index"
 2006checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2007dependencies = [
 2008 "serde_core",
 2009]
 2010
 2011[[package]]
 2012name = "bitstream-io"
 2013version = "2.6.0"
 2014source = "registry+https://github.com/rust-lang/crates.io-index"
 2015checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2016
 2017[[package]]
 2018name = "bitvec"
 2019version = "1.0.1"
 2020source = "registry+https://github.com/rust-lang/crates.io-index"
 2021checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2022dependencies = [
 2023 "funty",
 2024 "radium",
 2025 "tap",
 2026 "wyz",
 2027]
 2028
 2029[[package]]
 2030name = "block"
 2031version = "0.1.6"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2034
 2035[[package]]
 2036name = "block-buffer"
 2037version = "0.10.4"
 2038source = "registry+https://github.com/rust-lang/crates.io-index"
 2039checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2040dependencies = [
 2041 "generic-array",
 2042]
 2043
 2044[[package]]
 2045name = "block-padding"
 2046version = "0.3.3"
 2047source = "registry+https://github.com/rust-lang/crates.io-index"
 2048checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2049dependencies = [
 2050 "generic-array",
 2051]
 2052
 2053[[package]]
 2054name = "block2"
 2055version = "0.6.2"
 2056source = "registry+https://github.com/rust-lang/crates.io-index"
 2057checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2058dependencies = [
 2059 "objc2",
 2060]
 2061
 2062[[package]]
 2063name = "blocking"
 2064version = "1.6.2"
 2065source = "registry+https://github.com/rust-lang/crates.io-index"
 2066checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2067dependencies = [
 2068 "async-channel 2.5.0",
 2069 "async-task",
 2070 "futures-io",
 2071 "futures-lite 2.6.1",
 2072 "piper",
 2073]
 2074
 2075[[package]]
 2076name = "bmrng"
 2077version = "0.5.2"
 2078source = "registry+https://github.com/rust-lang/crates.io-index"
 2079checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2080dependencies = [
 2081 "futures-core",
 2082 "tokio",
 2083]
 2084
 2085[[package]]
 2086name = "bon"
 2087version = "3.8.2"
 2088source = "registry+https://github.com/rust-lang/crates.io-index"
 2089checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2090dependencies = [
 2091 "bon-macros",
 2092 "rustversion",
 2093]
 2094
 2095[[package]]
 2096name = "bon-macros"
 2097version = "3.8.2"
 2098source = "registry+https://github.com/rust-lang/crates.io-index"
 2099checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2100dependencies = [
 2101 "darling 0.21.3",
 2102 "ident_case",
 2103 "prettyplease",
 2104 "proc-macro2",
 2105 "quote",
 2106 "rustversion",
 2107 "syn 2.0.117",
 2108]
 2109
 2110[[package]]
 2111name = "borrow-or-share"
 2112version = "0.2.4"
 2113source = "registry+https://github.com/rust-lang/crates.io-index"
 2114checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2115
 2116[[package]]
 2117name = "borsh"
 2118version = "1.5.7"
 2119source = "registry+https://github.com/rust-lang/crates.io-index"
 2120checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2121dependencies = [
 2122 "borsh-derive",
 2123 "cfg_aliases 0.2.1",
 2124]
 2125
 2126[[package]]
 2127name = "borsh-derive"
 2128version = "1.5.7"
 2129source = "registry+https://github.com/rust-lang/crates.io-index"
 2130checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2131dependencies = [
 2132 "once_cell",
 2133 "proc-macro-crate",
 2134 "proc-macro2",
 2135 "quote",
 2136 "syn 2.0.117",
 2137]
 2138
 2139[[package]]
 2140name = "breadcrumbs"
 2141version = "0.1.0"
 2142dependencies = [
 2143 "gpui",
 2144 "ui",
 2145 "workspace",
 2146]
 2147
 2148[[package]]
 2149name = "brush-parser"
 2150version = "0.3.0"
 2151source = "registry+https://github.com/rust-lang/crates.io-index"
 2152checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2153dependencies = [
 2154 "bon",
 2155 "cached",
 2156 "indenter",
 2157 "peg",
 2158 "thiserror 2.0.17",
 2159 "tracing",
 2160 "utf8-chars",
 2161]
 2162
 2163[[package]]
 2164name = "bstr"
 2165version = "1.12.0"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2168dependencies = [
 2169 "memchr",
 2170 "regex-automata",
 2171 "serde",
 2172]
 2173
 2174[[package]]
 2175name = "buffer_diff"
 2176version = "0.1.0"
 2177dependencies = [
 2178 "clock",
 2179 "ctor",
 2180 "futures 0.3.32",
 2181 "git2",
 2182 "gpui",
 2183 "language",
 2184 "log",
 2185 "pretty_assertions",
 2186 "rand 0.9.3",
 2187 "rope",
 2188 "settings",
 2189 "sum_tree",
 2190 "text",
 2191 "tracing",
 2192 "unindent",
 2193 "util",
 2194 "zlog",
 2195 "ztracing",
 2196]
 2197
 2198[[package]]
 2199name = "built"
 2200version = "0.7.7"
 2201source = "registry+https://github.com/rust-lang/crates.io-index"
 2202checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2203
 2204[[package]]
 2205name = "bumpalo"
 2206version = "3.19.0"
 2207source = "registry+https://github.com/rust-lang/crates.io-index"
 2208checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2209dependencies = [
 2210 "allocator-api2",
 2211]
 2212
 2213[[package]]
 2214name = "by_address"
 2215version = "1.2.1"
 2216source = "registry+https://github.com/rust-lang/crates.io-index"
 2217checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2218
 2219[[package]]
 2220name = "bytecheck"
 2221version = "0.6.12"
 2222source = "registry+https://github.com/rust-lang/crates.io-index"
 2223checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2224dependencies = [
 2225 "bytecheck_derive",
 2226 "ptr_meta",
 2227 "simdutf8",
 2228]
 2229
 2230[[package]]
 2231name = "bytecheck_derive"
 2232version = "0.6.12"
 2233source = "registry+https://github.com/rust-lang/crates.io-index"
 2234checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2235dependencies = [
 2236 "proc-macro2",
 2237 "quote",
 2238 "syn 1.0.109",
 2239]
 2240
 2241[[package]]
 2242name = "bytecount"
 2243version = "0.6.9"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2246
 2247[[package]]
 2248name = "bytemuck"
 2249version = "1.24.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2252dependencies = [
 2253 "bytemuck_derive",
 2254]
 2255
 2256[[package]]
 2257name = "bytemuck_derive"
 2258version = "1.10.2"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2261dependencies = [
 2262 "proc-macro2",
 2263 "quote",
 2264 "syn 2.0.117",
 2265]
 2266
 2267[[package]]
 2268name = "byteorder"
 2269version = "1.5.0"
 2270source = "registry+https://github.com/rust-lang/crates.io-index"
 2271checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2272
 2273[[package]]
 2274name = "byteorder-lite"
 2275version = "0.1.0"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2278
 2279[[package]]
 2280name = "bytes"
 2281version = "0.4.12"
 2282source = "registry+https://github.com/rust-lang/crates.io-index"
 2283checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2284dependencies = [
 2285 "byteorder",
 2286 "iovec",
 2287]
 2288
 2289[[package]]
 2290name = "bytes"
 2291version = "1.11.1"
 2292source = "registry+https://github.com/rust-lang/crates.io-index"
 2293checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2294
 2295[[package]]
 2296name = "bytes-utils"
 2297version = "0.1.4"
 2298source = "registry+https://github.com/rust-lang/crates.io-index"
 2299checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2300dependencies = [
 2301 "bytes 1.11.1",
 2302 "either",
 2303]
 2304
 2305[[package]]
 2306name = "bzip2"
 2307version = "0.4.4"
 2308source = "registry+https://github.com/rust-lang/crates.io-index"
 2309checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2310dependencies = [
 2311 "bzip2-sys",
 2312 "libc",
 2313]
 2314
 2315[[package]]
 2316name = "bzip2"
 2317version = "0.6.1"
 2318source = "registry+https://github.com/rust-lang/crates.io-index"
 2319checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2320dependencies = [
 2321 "libbz2-rs-sys",
 2322]
 2323
 2324[[package]]
 2325name = "bzip2-sys"
 2326version = "0.1.13+1.0.8"
 2327source = "registry+https://github.com/rust-lang/crates.io-index"
 2328checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2329dependencies = [
 2330 "cc",
 2331 "pkg-config",
 2332]
 2333
 2334[[package]]
 2335name = "cached"
 2336version = "0.56.0"
 2337source = "registry+https://github.com/rust-lang/crates.io-index"
 2338checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2339dependencies = [
 2340 "ahash 0.8.12",
 2341 "cached_proc_macro",
 2342 "cached_proc_macro_types",
 2343 "hashbrown 0.15.5",
 2344 "once_cell",
 2345 "thiserror 2.0.17",
 2346 "web-time",
 2347]
 2348
 2349[[package]]
 2350name = "cached_proc_macro"
 2351version = "0.25.0"
 2352source = "registry+https://github.com/rust-lang/crates.io-index"
 2353checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2354dependencies = [
 2355 "darling 0.20.11",
 2356 "proc-macro2",
 2357 "quote",
 2358 "syn 2.0.117",
 2359]
 2360
 2361[[package]]
 2362name = "cached_proc_macro_types"
 2363version = "0.1.1"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2366
 2367[[package]]
 2368name = "call"
 2369version = "0.1.0"
 2370dependencies = [
 2371 "anyhow",
 2372 "audio",
 2373 "client",
 2374 "collections",
 2375 "feature_flags",
 2376 "fs",
 2377 "futures 0.3.32",
 2378 "gpui",
 2379 "gpui_tokio",
 2380 "language",
 2381 "livekit_client",
 2382 "log",
 2383 "postage",
 2384 "project",
 2385 "serde",
 2386 "settings",
 2387 "telemetry",
 2388 "util",
 2389 "workspace",
 2390]
 2391
 2392[[package]]
 2393name = "calloop"
 2394version = "0.14.3"
 2395source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2396dependencies = [
 2397 "bitflags 2.10.0",
 2398 "polling",
 2399 "rustix 1.1.2",
 2400 "slab",
 2401 "tracing",
 2402]
 2403
 2404[[package]]
 2405name = "calloop-wayland-source"
 2406version = "0.4.1"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2409dependencies = [
 2410 "calloop",
 2411 "rustix 1.1.2",
 2412 "wayland-backend",
 2413 "wayland-client",
 2414]
 2415
 2416[[package]]
 2417name = "camino"
 2418version = "1.2.1"
 2419source = "registry+https://github.com/rust-lang/crates.io-index"
 2420checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2421dependencies = [
 2422 "serde_core",
 2423]
 2424
 2425[[package]]
 2426name = "candle-core"
 2427version = "0.9.1"
 2428source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2429dependencies = [
 2430 "byteorder",
 2431 "float8",
 2432 "gemm 0.17.1",
 2433 "half",
 2434 "memmap2",
 2435 "num-traits",
 2436 "num_cpus",
 2437 "rand 0.9.3",
 2438 "rand_distr",
 2439 "rayon",
 2440 "safetensors",
 2441 "thiserror 1.0.69",
 2442 "ug",
 2443 "yoke 0.7.5",
 2444 "zip 1.1.4",
 2445]
 2446
 2447[[package]]
 2448name = "candle-nn"
 2449version = "0.9.1"
 2450source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2451dependencies = [
 2452 "candle-core",
 2453 "half",
 2454 "libc",
 2455 "num-traits",
 2456 "rayon",
 2457 "safetensors",
 2458 "serde",
 2459 "thiserror 1.0.69",
 2460]
 2461
 2462[[package]]
 2463name = "candle-onnx"
 2464version = "0.9.1"
 2465source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2466dependencies = [
 2467 "candle-core",
 2468 "candle-nn",
 2469 "prost 0.12.6",
 2470]
 2471
 2472[[package]]
 2473name = "cap-fs-ext"
 2474version = "3.4.4"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2477dependencies = [
 2478 "cap-primitives",
 2479 "cap-std",
 2480 "io-lifetimes",
 2481 "windows-sys 0.59.0",
 2482]
 2483
 2484[[package]]
 2485name = "cap-net-ext"
 2486version = "3.4.4"
 2487source = "registry+https://github.com/rust-lang/crates.io-index"
 2488checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2489dependencies = [
 2490 "cap-primitives",
 2491 "cap-std",
 2492 "rustix 1.1.2",
 2493 "smallvec",
 2494]
 2495
 2496[[package]]
 2497name = "cap-primitives"
 2498version = "3.4.4"
 2499source = "registry+https://github.com/rust-lang/crates.io-index"
 2500checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2501dependencies = [
 2502 "ambient-authority",
 2503 "fs-set-times",
 2504 "io-extras",
 2505 "io-lifetimes",
 2506 "ipnet",
 2507 "maybe-owned",
 2508 "rustix 1.1.2",
 2509 "rustix-linux-procfs",
 2510 "windows-sys 0.59.0",
 2511 "winx",
 2512]
 2513
 2514[[package]]
 2515name = "cap-rand"
 2516version = "3.4.4"
 2517source = "registry+https://github.com/rust-lang/crates.io-index"
 2518checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2519dependencies = [
 2520 "ambient-authority",
 2521 "rand 0.8.5",
 2522]
 2523
 2524[[package]]
 2525name = "cap-std"
 2526version = "3.4.4"
 2527source = "registry+https://github.com/rust-lang/crates.io-index"
 2528checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2529dependencies = [
 2530 "cap-primitives",
 2531 "io-extras",
 2532 "io-lifetimes",
 2533 "rustix 1.1.2",
 2534]
 2535
 2536[[package]]
 2537name = "cap-time-ext"
 2538version = "3.4.4"
 2539source = "registry+https://github.com/rust-lang/crates.io-index"
 2540checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2541dependencies = [
 2542 "ambient-authority",
 2543 "cap-primitives",
 2544 "iana-time-zone",
 2545 "once_cell",
 2546 "rustix 1.1.2",
 2547 "winx",
 2548]
 2549
 2550[[package]]
 2551name = "cargo-platform"
 2552version = "0.1.9"
 2553source = "registry+https://github.com/rust-lang/crates.io-index"
 2554checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2555dependencies = [
 2556 "serde",
 2557]
 2558
 2559[[package]]
 2560name = "cargo-platform"
 2561version = "0.3.2"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2564dependencies = [
 2565 "serde",
 2566 "serde_core",
 2567]
 2568
 2569[[package]]
 2570name = "cargo_metadata"
 2571version = "0.19.2"
 2572source = "registry+https://github.com/rust-lang/crates.io-index"
 2573checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2574dependencies = [
 2575 "camino",
 2576 "cargo-platform 0.1.9",
 2577 "semver",
 2578 "serde",
 2579 "serde_json",
 2580 "thiserror 2.0.17",
 2581]
 2582
 2583[[package]]
 2584name = "cargo_metadata"
 2585version = "0.23.1"
 2586source = "registry+https://github.com/rust-lang/crates.io-index"
 2587checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2588dependencies = [
 2589 "camino",
 2590 "cargo-platform 0.3.2",
 2591 "semver",
 2592 "serde",
 2593 "serde_json",
 2594 "thiserror 2.0.17",
 2595]
 2596
 2597[[package]]
 2598name = "cargo_toml"
 2599version = "0.21.0"
 2600source = "registry+https://github.com/rust-lang/crates.io-index"
 2601checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2602dependencies = [
 2603 "serde",
 2604 "toml 0.8.23",
 2605]
 2606
 2607[[package]]
 2608name = "cast"
 2609version = "0.3.0"
 2610source = "registry+https://github.com/rust-lang/crates.io-index"
 2611checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2612
 2613[[package]]
 2614name = "cbc"
 2615version = "0.1.2"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2618dependencies = [
 2619 "cipher",
 2620]
 2621
 2622[[package]]
 2623name = "cbindgen"
 2624version = "0.28.0"
 2625source = "registry+https://github.com/rust-lang/crates.io-index"
 2626checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2627dependencies = [
 2628 "heck 0.4.1",
 2629 "indexmap",
 2630 "log",
 2631 "proc-macro2",
 2632 "quote",
 2633 "serde",
 2634 "serde_json",
 2635 "syn 2.0.117",
 2636 "tempfile",
 2637 "toml 0.8.23",
 2638]
 2639
 2640[[package]]
 2641name = "cc"
 2642version = "1.2.49"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2645dependencies = [
 2646 "find-msvc-tools",
 2647 "jobserver",
 2648 "libc",
 2649 "shlex",
 2650]
 2651
 2652[[package]]
 2653name = "cesu8"
 2654version = "1.1.0"
 2655source = "registry+https://github.com/rust-lang/crates.io-index"
 2656checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2657
 2658[[package]]
 2659name = "cexpr"
 2660version = "0.6.0"
 2661source = "registry+https://github.com/rust-lang/crates.io-index"
 2662checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2663dependencies = [
 2664 "nom 7.1.3",
 2665]
 2666
 2667[[package]]
 2668name = "cfg-expr"
 2669version = "0.15.8"
 2670source = "registry+https://github.com/rust-lang/crates.io-index"
 2671checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2672dependencies = [
 2673 "smallvec",
 2674 "target-lexicon 0.12.16",
 2675]
 2676
 2677[[package]]
 2678name = "cfg-expr"
 2679version = "0.20.6"
 2680source = "registry+https://github.com/rust-lang/crates.io-index"
 2681checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2682dependencies = [
 2683 "smallvec",
 2684 "target-lexicon 0.13.3",
 2685]
 2686
 2687[[package]]
 2688name = "cfg-if"
 2689version = "1.0.4"
 2690source = "registry+https://github.com/rust-lang/crates.io-index"
 2691checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2692
 2693[[package]]
 2694name = "cfg_aliases"
 2695version = "0.1.1"
 2696source = "registry+https://github.com/rust-lang/crates.io-index"
 2697checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2698
 2699[[package]]
 2700name = "cfg_aliases"
 2701version = "0.2.1"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2704
 2705[[package]]
 2706name = "cgl"
 2707version = "0.3.2"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2710dependencies = [
 2711 "libc",
 2712]
 2713
 2714[[package]]
 2715name = "channel"
 2716version = "0.1.0"
 2717dependencies = [
 2718 "anyhow",
 2719 "client",
 2720 "clock",
 2721 "collections",
 2722 "futures 0.3.32",
 2723 "gpui",
 2724 "http_client",
 2725 "language",
 2726 "log",
 2727 "postage",
 2728 "release_channel",
 2729 "rpc",
 2730 "semver",
 2731 "settings",
 2732 "text",
 2733 "time",
 2734 "util",
 2735]
 2736
 2737[[package]]
 2738name = "chardetng"
 2739version = "0.1.17"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2742dependencies = [
 2743 "cfg-if",
 2744 "encoding_rs",
 2745 "memchr",
 2746]
 2747
 2748[[package]]
 2749name = "chrono"
 2750version = "0.4.42"
 2751source = "registry+https://github.com/rust-lang/crates.io-index"
 2752checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2753dependencies = [
 2754 "iana-time-zone",
 2755 "js-sys",
 2756 "num-traits",
 2757 "serde",
 2758 "wasm-bindgen",
 2759 "windows-link 0.2.1",
 2760]
 2761
 2762[[package]]
 2763name = "chunked_transfer"
 2764version = "1.5.0"
 2765source = "registry+https://github.com/rust-lang/crates.io-index"
 2766checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2767
 2768[[package]]
 2769name = "ciborium"
 2770version = "0.2.2"
 2771source = "registry+https://github.com/rust-lang/crates.io-index"
 2772checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2773dependencies = [
 2774 "ciborium-io",
 2775 "ciborium-ll",
 2776 "serde",
 2777]
 2778
 2779[[package]]
 2780name = "ciborium-io"
 2781version = "0.2.2"
 2782source = "registry+https://github.com/rust-lang/crates.io-index"
 2783checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2784
 2785[[package]]
 2786name = "ciborium-ll"
 2787version = "0.2.2"
 2788source = "registry+https://github.com/rust-lang/crates.io-index"
 2789checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2790dependencies = [
 2791 "ciborium-io",
 2792 "half",
 2793]
 2794
 2795[[package]]
 2796name = "cipher"
 2797version = "0.4.4"
 2798source = "registry+https://github.com/rust-lang/crates.io-index"
 2799checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2800dependencies = [
 2801 "crypto-common",
 2802 "inout",
 2803 "zeroize",
 2804]
 2805
 2806[[package]]
 2807name = "circular-buffer"
 2808version = "1.2.0"
 2809source = "registry+https://github.com/rust-lang/crates.io-index"
 2810checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2811
 2812[[package]]
 2813name = "clang-sys"
 2814version = "1.8.1"
 2815source = "registry+https://github.com/rust-lang/crates.io-index"
 2816checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2817dependencies = [
 2818 "glob",
 2819 "libc",
 2820 "libloading",
 2821]
 2822
 2823[[package]]
 2824name = "clap"
 2825version = "4.5.49"
 2826source = "registry+https://github.com/rust-lang/crates.io-index"
 2827checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2828dependencies = [
 2829 "clap_builder",
 2830 "clap_derive",
 2831]
 2832
 2833[[package]]
 2834name = "clap_builder"
 2835version = "4.5.49"
 2836source = "registry+https://github.com/rust-lang/crates.io-index"
 2837checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2838dependencies = [
 2839 "anstream",
 2840 "anstyle",
 2841 "clap_lex",
 2842 "strsim",
 2843 "terminal_size",
 2844]
 2845
 2846[[package]]
 2847name = "clap_complete"
 2848version = "4.5.59"
 2849source = "registry+https://github.com/rust-lang/crates.io-index"
 2850checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2851dependencies = [
 2852 "clap",
 2853]
 2854
 2855[[package]]
 2856name = "clap_derive"
 2857version = "4.5.49"
 2858source = "registry+https://github.com/rust-lang/crates.io-index"
 2859checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2860dependencies = [
 2861 "heck 0.5.0",
 2862 "proc-macro2",
 2863 "quote",
 2864 "syn 2.0.117",
 2865]
 2866
 2867[[package]]
 2868name = "clap_lex"
 2869version = "0.7.6"
 2870source = "registry+https://github.com/rust-lang/crates.io-index"
 2871checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2872
 2873[[package]]
 2874name = "cli"
 2875version = "0.1.0"
 2876dependencies = [
 2877 "anyhow",
 2878 "askpass",
 2879 "clap",
 2880 "collections",
 2881 "console",
 2882 "core-foundation 0.10.0",
 2883 "core-services",
 2884 "dialoguer",
 2885 "exec",
 2886 "fork",
 2887 "ipc-channel",
 2888 "parking_lot",
 2889 "paths",
 2890 "plist",
 2891 "rayon",
 2892 "release_channel",
 2893 "serde",
 2894 "serde_json",
 2895 "tempfile",
 2896 "util",
 2897 "walkdir",
 2898 "windows 0.61.3",
 2899]
 2900
 2901[[package]]
 2902name = "client"
 2903version = "0.1.0"
 2904dependencies = [
 2905 "anyhow",
 2906 "async-tungstenite",
 2907 "base64 0.22.1",
 2908 "chrono",
 2909 "clock",
 2910 "cloud_api_client",
 2911 "cloud_api_types",
 2912 "cloud_llm_client",
 2913 "collections",
 2914 "credentials_provider",
 2915 "db",
 2916 "derive_more",
 2917 "feature_flags",
 2918 "fs",
 2919 "futures 0.3.32",
 2920 "gpui",
 2921 "gpui_tokio",
 2922 "http_client",
 2923 "http_client_tls",
 2924 "httparse",
 2925 "log",
 2926 "objc2-foundation",
 2927 "parking_lot",
 2928 "paths",
 2929 "postage",
 2930 "rand 0.9.3",
 2931 "regex",
 2932 "release_channel",
 2933 "rpc",
 2934 "rustls-pki-types",
 2935 "semver",
 2936 "serde",
 2937 "serde_json",
 2938 "serde_urlencoded",
 2939 "settings",
 2940 "sha2",
 2941 "smol",
 2942 "telemetry",
 2943 "telemetry_events",
 2944 "text",
 2945 "thiserror 2.0.17",
 2946 "time",
 2947 "tiny_http",
 2948 "tokio",
 2949 "tokio-native-tls",
 2950 "tokio-rustls 0.26.2",
 2951 "tokio-socks",
 2952 "url",
 2953 "util",
 2954 "windows 0.61.3",
 2955 "worktree",
 2956 "zed_credentials_provider",
 2957]
 2958
 2959[[package]]
 2960name = "clock"
 2961version = "0.1.0"
 2962dependencies = [
 2963 "parking_lot",
 2964 "serde",
 2965 "smallvec",
 2966]
 2967
 2968[[package]]
 2969name = "cloud_api_client"
 2970version = "0.1.0"
 2971dependencies = [
 2972 "anyhow",
 2973 "cloud_api_types",
 2974 "futures 0.3.32",
 2975 "gpui",
 2976 "gpui_tokio",
 2977 "http_client",
 2978 "parking_lot",
 2979 "serde_json",
 2980 "smol",
 2981 "thiserror 2.0.17",
 2982 "yawc",
 2983]
 2984
 2985[[package]]
 2986name = "cloud_api_types"
 2987version = "0.1.0"
 2988dependencies = [
 2989 "anyhow",
 2990 "chrono",
 2991 "ciborium",
 2992 "cloud_llm_client",
 2993 "pretty_assertions",
 2994 "serde",
 2995 "serde_json",
 2996 "strum 0.27.2",
 2997]
 2998
 2999[[package]]
 3000name = "cloud_llm_client"
 3001version = "0.1.0"
 3002dependencies = [
 3003 "anyhow",
 3004 "serde",
 3005 "serde_json",
 3006 "strum 0.27.2",
 3007 "uuid",
 3008 "zeta_prompt",
 3009]
 3010
 3011[[package]]
 3012name = "cmake"
 3013version = "0.1.56"
 3014source = "registry+https://github.com/rust-lang/crates.io-index"
 3015checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3016dependencies = [
 3017 "cc",
 3018]
 3019
 3020[[package]]
 3021name = "cobs"
 3022version = "0.3.0"
 3023source = "registry+https://github.com/rust-lang/crates.io-index"
 3024checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3025dependencies = [
 3026 "thiserror 2.0.17",
 3027]
 3028
 3029[[package]]
 3030name = "cocoa"
 3031version = "0.25.0"
 3032source = "registry+https://github.com/rust-lang/crates.io-index"
 3033checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3034dependencies = [
 3035 "bitflags 1.3.2",
 3036 "block",
 3037 "cocoa-foundation 0.1.2",
 3038 "core-foundation 0.9.4",
 3039 "core-graphics 0.23.2",
 3040 "foreign-types 0.5.0",
 3041 "libc",
 3042 "objc",
 3043]
 3044
 3045[[package]]
 3046name = "cocoa"
 3047version = "0.26.0"
 3048source = "registry+https://github.com/rust-lang/crates.io-index"
 3049checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3050dependencies = [
 3051 "bitflags 2.10.0",
 3052 "block",
 3053 "cocoa-foundation 0.2.0",
 3054 "core-foundation 0.10.0",
 3055 "core-graphics 0.24.0",
 3056 "foreign-types 0.5.0",
 3057 "libc",
 3058 "objc",
 3059]
 3060
 3061[[package]]
 3062name = "cocoa-foundation"
 3063version = "0.1.2"
 3064source = "registry+https://github.com/rust-lang/crates.io-index"
 3065checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3066dependencies = [
 3067 "bitflags 1.3.2",
 3068 "block",
 3069 "core-foundation 0.9.4",
 3070 "core-graphics-types 0.1.3",
 3071 "libc",
 3072 "objc",
 3073]
 3074
 3075[[package]]
 3076name = "cocoa-foundation"
 3077version = "0.2.0"
 3078source = "registry+https://github.com/rust-lang/crates.io-index"
 3079checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3080dependencies = [
 3081 "bitflags 2.10.0",
 3082 "block",
 3083 "core-foundation 0.10.0",
 3084 "core-graphics-types 0.2.0",
 3085 "libc",
 3086 "objc",
 3087]
 3088
 3089[[package]]
 3090name = "codespan-reporting"
 3091version = "0.13.0"
 3092source = "registry+https://github.com/rust-lang/crates.io-index"
 3093checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3094dependencies = [
 3095 "serde",
 3096 "termcolor",
 3097 "unicode-width",
 3098]
 3099
 3100[[package]]
 3101name = "codestral"
 3102version = "0.1.0"
 3103dependencies = [
 3104 "anyhow",
 3105 "edit_prediction",
 3106 "edit_prediction_types",
 3107 "futures 0.3.32",
 3108 "gpui",
 3109 "http_client",
 3110 "icons",
 3111 "language",
 3112 "language_model",
 3113 "log",
 3114 "serde",
 3115 "serde_json",
 3116 "text",
 3117 "zed_credentials_provider",
 3118 "zeta_prompt",
 3119]
 3120
 3121[[package]]
 3122name = "collab"
 3123version = "0.44.0"
 3124dependencies = [
 3125 "agent",
 3126 "anyhow",
 3127 "async-trait",
 3128 "async-tungstenite",
 3129 "aws-config",
 3130 "aws-sdk-kinesis",
 3131 "aws-sdk-s3",
 3132 "axum",
 3133 "buffer_diff",
 3134 "call",
 3135 "channel",
 3136 "chrono",
 3137 "client",
 3138 "clock",
 3139 "cloud_api_types",
 3140 "collab",
 3141 "collab_ui",
 3142 "collections",
 3143 "command_palette_hooks",
 3144 "ctor",
 3145 "dap",
 3146 "dap_adapters",
 3147 "dashmap",
 3148 "debugger_ui",
 3149 "editor",
 3150 "envy",
 3151 "extension",
 3152 "file_finder",
 3153 "fs",
 3154 "futures 0.3.32",
 3155 "git",
 3156 "git_hosting_providers",
 3157 "git_ui",
 3158 "gpui",
 3159 "gpui_tokio",
 3160 "hex",
 3161 "http_client",
 3162 "indoc",
 3163 "language",
 3164 "language_model",
 3165 "livekit_api",
 3166 "livekit_client",
 3167 "log",
 3168 "lsp",
 3169 "menu",
 3170 "multi_buffer",
 3171 "nanoid",
 3172 "node_runtime",
 3173 "notifications",
 3174 "parking_lot",
 3175 "pretty_assertions",
 3176 "project",
 3177 "prometheus",
 3178 "prompt_store",
 3179 "prost 0.9.0",
 3180 "rand 0.9.3",
 3181 "recent_projects",
 3182 "release_channel",
 3183 "remote",
 3184 "remote_server",
 3185 "reqwest 0.11.27",
 3186 "rpc",
 3187 "sea-orm",
 3188 "sea-orm-macros",
 3189 "semver",
 3190 "serde",
 3191 "serde_json",
 3192 "session",
 3193 "settings",
 3194 "sha2",
 3195 "smol",
 3196 "sqlx",
 3197 "strum 0.27.2",
 3198 "task",
 3199 "telemetry_events",
 3200 "text",
 3201 "theme",
 3202 "theme_settings",
 3203 "time",
 3204 "tokio",
 3205 "toml 0.8.23",
 3206 "tower 0.4.13",
 3207 "tower-http 0.4.4",
 3208 "tracing",
 3209 "tracing-subscriber",
 3210 "unindent",
 3211 "util",
 3212 "uuid",
 3213 "workspace",
 3214 "worktree",
 3215 "zed_actions",
 3216 "zlog",
 3217]
 3218
 3219[[package]]
 3220name = "collab_ui"
 3221version = "0.1.0"
 3222dependencies = [
 3223 "anyhow",
 3224 "call",
 3225 "channel",
 3226 "client",
 3227 "collections",
 3228 "db",
 3229 "editor",
 3230 "futures 0.3.32",
 3231 "fuzzy",
 3232 "gpui",
 3233 "livekit_client",
 3234 "menu",
 3235 "notifications",
 3236 "picker",
 3237 "project",
 3238 "release_channel",
 3239 "rpc",
 3240 "serde",
 3241 "serde_json",
 3242 "settings",
 3243 "smallvec",
 3244 "telemetry",
 3245 "theme",
 3246 "theme_settings",
 3247 "time",
 3248 "title_bar",
 3249 "ui",
 3250 "util",
 3251 "workspace",
 3252 "zed_actions",
 3253]
 3254
 3255[[package]]
 3256name = "collections"
 3257version = "0.1.0"
 3258dependencies = [
 3259 "indexmap",
 3260 "rustc-hash 2.1.1",
 3261]
 3262
 3263[[package]]
 3264name = "color_quant"
 3265version = "1.1.0"
 3266source = "registry+https://github.com/rust-lang/crates.io-index"
 3267checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3268
 3269[[package]]
 3270name = "colorchoice"
 3271version = "1.0.4"
 3272source = "registry+https://github.com/rust-lang/crates.io-index"
 3273checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3274
 3275[[package]]
 3276name = "combine"
 3277version = "4.6.7"
 3278source = "registry+https://github.com/rust-lang/crates.io-index"
 3279checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3280dependencies = [
 3281 "bytes 1.11.1",
 3282 "memchr",
 3283]
 3284
 3285[[package]]
 3286name = "command-fds"
 3287version = "0.3.2"
 3288source = "registry+https://github.com/rust-lang/crates.io-index"
 3289checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3290dependencies = [
 3291 "nix 0.30.1",
 3292 "thiserror 2.0.17",
 3293]
 3294
 3295[[package]]
 3296name = "command_palette"
 3297version = "0.1.0"
 3298dependencies = [
 3299 "anyhow",
 3300 "client",
 3301 "collections",
 3302 "command_palette_hooks",
 3303 "db",
 3304 "editor",
 3305 "fuzzy",
 3306 "go_to_line",
 3307 "gpui",
 3308 "language",
 3309 "log",
 3310 "menu",
 3311 "picker",
 3312 "postage",
 3313 "project",
 3314 "serde",
 3315 "settings",
 3316 "telemetry",
 3317 "theme",
 3318 "theme_settings",
 3319 "time",
 3320 "ui",
 3321 "util",
 3322 "workspace",
 3323 "zed_actions",
 3324]
 3325
 3326[[package]]
 3327name = "command_palette_hooks"
 3328version = "0.1.0"
 3329dependencies = [
 3330 "collections",
 3331 "derive_more",
 3332 "gpui",
 3333 "workspace",
 3334]
 3335
 3336[[package]]
 3337name = "compliance"
 3338version = "0.1.0"
 3339dependencies = [
 3340 "anyhow",
 3341 "async-trait",
 3342 "derive_more",
 3343 "futures 0.3.32",
 3344 "indoc",
 3345 "itertools 0.14.0",
 3346 "jsonwebtoken",
 3347 "octocrab",
 3348 "regex",
 3349 "semver",
 3350 "serde",
 3351 "serde_json",
 3352 "tokio",
 3353]
 3354
 3355[[package]]
 3356name = "component"
 3357version = "0.1.0"
 3358dependencies = [
 3359 "collections",
 3360 "documented",
 3361 "gpui",
 3362 "inventory",
 3363 "parking_lot",
 3364 "strum 0.27.2",
 3365 "theme",
 3366]
 3367
 3368[[package]]
 3369name = "component_preview"
 3370version = "0.1.0"
 3371dependencies = [
 3372 "anyhow",
 3373 "client",
 3374 "collections",
 3375 "component",
 3376 "db",
 3377 "fs",
 3378 "gpui",
 3379 "gpui_platform",
 3380 "language",
 3381 "log",
 3382 "node_runtime",
 3383 "notifications",
 3384 "project",
 3385 "release_channel",
 3386 "reqwest_client",
 3387 "session",
 3388 "settings",
 3389 "theme",
 3390 "theme_settings",
 3391 "ui",
 3392 "ui_input",
 3393 "uuid",
 3394 "workspace",
 3395]
 3396
 3397[[package]]
 3398name = "compression-codecs"
 3399version = "0.4.31"
 3400source = "registry+https://github.com/rust-lang/crates.io-index"
 3401checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3402dependencies = [
 3403 "bzip2 0.6.1",
 3404 "compression-core",
 3405 "deflate64",
 3406 "flate2",
 3407 "memchr",
 3408]
 3409
 3410[[package]]
 3411name = "compression-core"
 3412version = "0.4.29"
 3413source = "registry+https://github.com/rust-lang/crates.io-index"
 3414checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3415
 3416[[package]]
 3417name = "concurrent-queue"
 3418version = "2.5.0"
 3419source = "registry+https://github.com/rust-lang/crates.io-index"
 3420checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3421dependencies = [
 3422 "crossbeam-utils",
 3423]
 3424
 3425[[package]]
 3426name = "console"
 3427version = "0.16.3"
 3428source = "registry+https://github.com/rust-lang/crates.io-index"
 3429checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3430dependencies = [
 3431 "encode_unicode",
 3432 "libc",
 3433 "unicode-width",
 3434 "windows-sys 0.61.2",
 3435]
 3436
 3437[[package]]
 3438name = "console_error_panic_hook"
 3439version = "0.1.7"
 3440source = "registry+https://github.com/rust-lang/crates.io-index"
 3441checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3442dependencies = [
 3443 "cfg-if",
 3444 "wasm-bindgen",
 3445]
 3446
 3447[[package]]
 3448name = "const-oid"
 3449version = "0.9.6"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3452
 3453[[package]]
 3454name = "const-random"
 3455version = "0.1.18"
 3456source = "registry+https://github.com/rust-lang/crates.io-index"
 3457checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3458dependencies = [
 3459 "const-random-macro",
 3460]
 3461
 3462[[package]]
 3463name = "const-random-macro"
 3464version = "0.1.16"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3467dependencies = [
 3468 "getrandom 0.2.16",
 3469 "once_cell",
 3470 "tiny-keccak",
 3471]
 3472
 3473[[package]]
 3474name = "const_format"
 3475version = "0.2.35"
 3476source = "registry+https://github.com/rust-lang/crates.io-index"
 3477checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3478dependencies = [
 3479 "const_format_proc_macros",
 3480]
 3481
 3482[[package]]
 3483name = "const_format_proc_macros"
 3484version = "0.2.34"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3487dependencies = [
 3488 "proc-macro2",
 3489 "quote",
 3490 "unicode-xid",
 3491]
 3492
 3493[[package]]
 3494name = "constant_time_eq"
 3495version = "0.1.5"
 3496source = "registry+https://github.com/rust-lang/crates.io-index"
 3497checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3498
 3499[[package]]
 3500name = "context_server"
 3501version = "0.1.0"
 3502dependencies = [
 3503 "anyhow",
 3504 "async-trait",
 3505 "base64 0.22.1",
 3506 "collections",
 3507 "futures 0.3.32",
 3508 "gpui",
 3509 "http_client",
 3510 "log",
 3511 "net",
 3512 "parking_lot",
 3513 "postage",
 3514 "rand 0.9.3",
 3515 "schemars",
 3516 "serde",
 3517 "serde_json",
 3518 "settings",
 3519 "sha2",
 3520 "slotmap",
 3521 "smol",
 3522 "tempfile",
 3523 "terminal",
 3524 "tiny_http",
 3525 "url",
 3526 "util",
 3527]
 3528
 3529[[package]]
 3530name = "convert_case"
 3531version = "0.8.0"
 3532source = "registry+https://github.com/rust-lang/crates.io-index"
 3533checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3534dependencies = [
 3535 "unicode-segmentation",
 3536]
 3537
 3538[[package]]
 3539name = "convert_case"
 3540version = "0.10.0"
 3541source = "registry+https://github.com/rust-lang/crates.io-index"
 3542checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3543dependencies = [
 3544 "unicode-segmentation",
 3545]
 3546
 3547[[package]]
 3548name = "convert_case"
 3549version = "0.11.0"
 3550source = "registry+https://github.com/rust-lang/crates.io-index"
 3551checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3552dependencies = [
 3553 "unicode-segmentation",
 3554]
 3555
 3556[[package]]
 3557name = "copilot"
 3558version = "0.1.0"
 3559dependencies = [
 3560 "anyhow",
 3561 "async-std",
 3562 "collections",
 3563 "command_palette_hooks",
 3564 "copilot_chat",
 3565 "edit_prediction_types",
 3566 "editor",
 3567 "fs",
 3568 "futures 0.3.32",
 3569 "gpui",
 3570 "icons",
 3571 "indoc",
 3572 "language",
 3573 "log",
 3574 "lsp",
 3575 "node_runtime",
 3576 "parking_lot",
 3577 "paths",
 3578 "pretty_assertions",
 3579 "project",
 3580 "rpc",
 3581 "semver",
 3582 "serde",
 3583 "serde_json",
 3584 "settings",
 3585 "sum_tree",
 3586 "theme",
 3587 "theme_settings",
 3588 "util",
 3589 "workspace",
 3590 "zlog",
 3591]
 3592
 3593[[package]]
 3594name = "copilot_chat"
 3595version = "0.1.0"
 3596dependencies = [
 3597 "anthropic",
 3598 "anyhow",
 3599 "collections",
 3600 "dirs",
 3601 "fs",
 3602 "futures 0.3.32",
 3603 "gpui",
 3604 "http_client",
 3605 "log",
 3606 "paths",
 3607 "serde",
 3608 "serde_json",
 3609 "settings",
 3610]
 3611
 3612[[package]]
 3613name = "copilot_ui"
 3614version = "0.1.0"
 3615dependencies = [
 3616 "anyhow",
 3617 "copilot",
 3618 "gpui",
 3619 "language",
 3620 "log",
 3621 "lsp",
 3622 "menu",
 3623 "project",
 3624 "serde_json",
 3625 "settings",
 3626 "ui",
 3627 "util",
 3628 "workspace",
 3629]
 3630
 3631[[package]]
 3632name = "core-foundation"
 3633version = "0.9.4"
 3634source = "registry+https://github.com/rust-lang/crates.io-index"
 3635checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3636dependencies = [
 3637 "core-foundation-sys",
 3638 "libc",
 3639]
 3640
 3641[[package]]
 3642name = "core-foundation"
 3643version = "0.10.0"
 3644source = "registry+https://github.com/rust-lang/crates.io-index"
 3645checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3646dependencies = [
 3647 "core-foundation-sys",
 3648 "libc",
 3649]
 3650
 3651[[package]]
 3652name = "core-foundation-sys"
 3653version = "0.8.7"
 3654source = "registry+https://github.com/rust-lang/crates.io-index"
 3655checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3656
 3657[[package]]
 3658name = "core-graphics"
 3659version = "0.23.2"
 3660source = "registry+https://github.com/rust-lang/crates.io-index"
 3661checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3662dependencies = [
 3663 "bitflags 1.3.2",
 3664 "core-foundation 0.9.4",
 3665 "core-graphics-types 0.1.3",
 3666 "foreign-types 0.5.0",
 3667 "libc",
 3668]
 3669
 3670[[package]]
 3671name = "core-graphics"
 3672version = "0.24.0"
 3673source = "registry+https://github.com/rust-lang/crates.io-index"
 3674checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3675dependencies = [
 3676 "bitflags 2.10.0",
 3677 "core-foundation 0.10.0",
 3678 "core-graphics-types 0.2.0",
 3679 "foreign-types 0.5.0",
 3680 "libc",
 3681]
 3682
 3683[[package]]
 3684name = "core-graphics-helmer-fork"
 3685version = "0.24.0"
 3686source = "registry+https://github.com/rust-lang/crates.io-index"
 3687checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3688dependencies = [
 3689 "bitflags 2.10.0",
 3690 "core-foundation 0.9.4",
 3691 "core-graphics-types 0.1.3",
 3692 "foreign-types 0.5.0",
 3693 "libc",
 3694]
 3695
 3696[[package]]
 3697name = "core-graphics-types"
 3698version = "0.1.3"
 3699source = "registry+https://github.com/rust-lang/crates.io-index"
 3700checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3701dependencies = [
 3702 "bitflags 1.3.2",
 3703 "core-foundation 0.9.4",
 3704 "libc",
 3705]
 3706
 3707[[package]]
 3708name = "core-graphics-types"
 3709version = "0.2.0"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3712dependencies = [
 3713 "bitflags 2.10.0",
 3714 "core-foundation 0.10.0",
 3715 "libc",
 3716]
 3717
 3718[[package]]
 3719name = "core-graphics2"
 3720version = "0.5.2"
 3721source = "registry+https://github.com/rust-lang/crates.io-index"
 3722checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3723dependencies = [
 3724 "bitflags 2.10.0",
 3725 "block",
 3726 "cfg-if",
 3727 "core-foundation 0.10.0",
 3728 "libc",
 3729]
 3730
 3731[[package]]
 3732name = "core-services"
 3733version = "0.2.1"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3736dependencies = [
 3737 "core-foundation 0.9.4",
 3738]
 3739
 3740[[package]]
 3741name = "core-text"
 3742version = "21.0.0"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3745dependencies = [
 3746 "core-foundation 0.10.0",
 3747 "core-graphics 0.24.0",
 3748 "foreign-types 0.5.0",
 3749 "libc",
 3750]
 3751
 3752[[package]]
 3753name = "core-video"
 3754version = "0.5.2"
 3755source = "registry+https://github.com/rust-lang/crates.io-index"
 3756checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3757dependencies = [
 3758 "block",
 3759 "core-foundation 0.10.0",
 3760 "core-graphics2",
 3761 "io-surface",
 3762 "libc",
 3763 "metal",
 3764]
 3765
 3766[[package]]
 3767name = "core_maths"
 3768version = "0.1.1"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3771dependencies = [
 3772 "libm",
 3773]
 3774
 3775[[package]]
 3776name = "coreaudio-rs"
 3777version = "0.12.1"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3780dependencies = [
 3781 "bitflags 1.3.2",
 3782 "core-foundation-sys",
 3783 "coreaudio-sys",
 3784]
 3785
 3786[[package]]
 3787name = "coreaudio-rs"
 3788version = "0.13.0"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3791dependencies = [
 3792 "bitflags 1.3.2",
 3793 "libc",
 3794 "objc2-audio-toolbox",
 3795 "objc2-core-audio",
 3796 "objc2-core-audio-types",
 3797 "objc2-core-foundation",
 3798]
 3799
 3800[[package]]
 3801name = "coreaudio-sys"
 3802version = "0.2.17"
 3803source = "registry+https://github.com/rust-lang/crates.io-index"
 3804checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3805dependencies = [
 3806 "bindgen 0.72.1",
 3807]
 3808
 3809[[package]]
 3810name = "cosmic-text"
 3811version = "0.17.1"
 3812source = "registry+https://github.com/rust-lang/crates.io-index"
 3813checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3814dependencies = [
 3815 "bitflags 2.10.0",
 3816 "fontdb 0.23.0",
 3817 "harfrust",
 3818 "linebender_resource_handle",
 3819 "log",
 3820 "rangemap",
 3821 "rustc-hash 2.1.1",
 3822 "self_cell",
 3823 "skrifa 0.40.0",
 3824 "smol_str",
 3825 "swash",
 3826 "sys-locale",
 3827 "unicode-bidi",
 3828 "unicode-linebreak",
 3829 "unicode-script",
 3830 "unicode-segmentation",
 3831]
 3832
 3833[[package]]
 3834name = "cpal"
 3835version = "0.17.1"
 3836source = "registry+https://github.com/rust-lang/crates.io-index"
 3837checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3838dependencies = [
 3839 "alsa",
 3840 "coreaudio-rs 0.13.0",
 3841 "dasp_sample",
 3842 "jni",
 3843 "js-sys",
 3844 "libc",
 3845 "mach2 0.5.0",
 3846 "ndk",
 3847 "ndk-context",
 3848 "num-derive",
 3849 "num-traits",
 3850 "objc2",
 3851 "objc2-audio-toolbox",
 3852 "objc2-avf-audio",
 3853 "objc2-core-audio",
 3854 "objc2-core-audio-types",
 3855 "objc2-core-foundation",
 3856 "objc2-foundation",
 3857 "wasm-bindgen",
 3858 "wasm-bindgen-futures",
 3859 "web-sys",
 3860 "windows 0.62.2",
 3861]
 3862
 3863[[package]]
 3864name = "cpp_demangle"
 3865version = "0.4.5"
 3866source = "registry+https://github.com/rust-lang/crates.io-index"
 3867checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3868dependencies = [
 3869 "cfg-if",
 3870]
 3871
 3872[[package]]
 3873name = "cpufeatures"
 3874version = "0.2.17"
 3875source = "registry+https://github.com/rust-lang/crates.io-index"
 3876checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3877dependencies = [
 3878 "libc",
 3879]
 3880
 3881[[package]]
 3882name = "cranelift-assembler-x64"
 3883version = "0.123.7"
 3884source = "registry+https://github.com/rust-lang/crates.io-index"
 3885checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3886dependencies = [
 3887 "cranelift-assembler-x64-meta",
 3888]
 3889
 3890[[package]]
 3891name = "cranelift-assembler-x64-meta"
 3892version = "0.123.7"
 3893source = "registry+https://github.com/rust-lang/crates.io-index"
 3894checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3895dependencies = [
 3896 "cranelift-srcgen",
 3897]
 3898
 3899[[package]]
 3900name = "cranelift-bforest"
 3901version = "0.123.7"
 3902source = "registry+https://github.com/rust-lang/crates.io-index"
 3903checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3904dependencies = [
 3905 "cranelift-entity",
 3906]
 3907
 3908[[package]]
 3909name = "cranelift-bitset"
 3910version = "0.123.7"
 3911source = "registry+https://github.com/rust-lang/crates.io-index"
 3912checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3913dependencies = [
 3914 "serde",
 3915 "serde_derive",
 3916]
 3917
 3918[[package]]
 3919name = "cranelift-codegen"
 3920version = "0.123.7"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3923dependencies = [
 3924 "bumpalo",
 3925 "cranelift-assembler-x64",
 3926 "cranelift-bforest",
 3927 "cranelift-bitset",
 3928 "cranelift-codegen-meta",
 3929 "cranelift-codegen-shared",
 3930 "cranelift-control",
 3931 "cranelift-entity",
 3932 "cranelift-isle",
 3933 "gimli",
 3934 "hashbrown 0.15.5",
 3935 "log",
 3936 "postcard",
 3937 "pulley-interpreter",
 3938 "regalloc2",
 3939 "rustc-hash 2.1.1",
 3940 "serde",
 3941 "serde_derive",
 3942 "sha2",
 3943 "smallvec",
 3944 "target-lexicon 0.13.3",
 3945 "wasmtime-internal-math",
 3946]
 3947
 3948[[package]]
 3949name = "cranelift-codegen-meta"
 3950version = "0.123.7"
 3951source = "registry+https://github.com/rust-lang/crates.io-index"
 3952checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3953dependencies = [
 3954 "cranelift-assembler-x64-meta",
 3955 "cranelift-codegen-shared",
 3956 "cranelift-srcgen",
 3957 "heck 0.5.0",
 3958 "pulley-interpreter",
 3959]
 3960
 3961[[package]]
 3962name = "cranelift-codegen-shared"
 3963version = "0.123.7"
 3964source = "registry+https://github.com/rust-lang/crates.io-index"
 3965checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3966
 3967[[package]]
 3968name = "cranelift-control"
 3969version = "0.123.7"
 3970source = "registry+https://github.com/rust-lang/crates.io-index"
 3971checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3972dependencies = [
 3973 "arbitrary",
 3974]
 3975
 3976[[package]]
 3977name = "cranelift-entity"
 3978version = "0.123.7"
 3979source = "registry+https://github.com/rust-lang/crates.io-index"
 3980checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3981dependencies = [
 3982 "cranelift-bitset",
 3983 "serde",
 3984 "serde_derive",
 3985]
 3986
 3987[[package]]
 3988name = "cranelift-frontend"
 3989version = "0.123.7"
 3990source = "registry+https://github.com/rust-lang/crates.io-index"
 3991checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3992dependencies = [
 3993 "cranelift-codegen",
 3994 "log",
 3995 "smallvec",
 3996 "target-lexicon 0.13.3",
 3997]
 3998
 3999[[package]]
 4000name = "cranelift-isle"
 4001version = "0.123.7"
 4002source = "registry+https://github.com/rust-lang/crates.io-index"
 4003checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4004
 4005[[package]]
 4006name = "cranelift-native"
 4007version = "0.123.7"
 4008source = "registry+https://github.com/rust-lang/crates.io-index"
 4009checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4010dependencies = [
 4011 "cranelift-codegen",
 4012 "libc",
 4013 "target-lexicon 0.13.3",
 4014]
 4015
 4016[[package]]
 4017name = "cranelift-srcgen"
 4018version = "0.123.7"
 4019source = "registry+https://github.com/rust-lang/crates.io-index"
 4020checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4021
 4022[[package]]
 4023name = "crash-context"
 4024version = "0.6.3"
 4025source = "registry+https://github.com/rust-lang/crates.io-index"
 4026checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4027dependencies = [
 4028 "cfg-if",
 4029 "libc",
 4030 "mach2 0.4.3",
 4031]
 4032
 4033[[package]]
 4034name = "crash-handler"
 4035version = "0.6.3"
 4036source = "registry+https://github.com/rust-lang/crates.io-index"
 4037checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4038dependencies = [
 4039 "cfg-if",
 4040 "crash-context",
 4041 "libc",
 4042 "mach2 0.4.3",
 4043 "parking_lot",
 4044]
 4045
 4046[[package]]
 4047name = "crashes"
 4048version = "0.1.0"
 4049dependencies = [
 4050 "cfg-if",
 4051 "crash-handler",
 4052 "futures 0.3.32",
 4053 "log",
 4054 "mach2 0.5.0",
 4055 "minidumper",
 4056 "parking_lot",
 4057 "paths",
 4058 "release_channel",
 4059 "serde",
 4060 "serde_json",
 4061 "smol",
 4062 "system_specs",
 4063 "windows 0.61.3",
 4064 "zstd",
 4065]
 4066
 4067[[package]]
 4068name = "crc"
 4069version = "3.3.0"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4072dependencies = [
 4073 "crc-catalog",
 4074]
 4075
 4076[[package]]
 4077name = "crc-catalog"
 4078version = "2.4.0"
 4079source = "registry+https://github.com/rust-lang/crates.io-index"
 4080checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4081
 4082[[package]]
 4083name = "crc-fast"
 4084version = "1.6.0"
 4085source = "registry+https://github.com/rust-lang/crates.io-index"
 4086checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4087dependencies = [
 4088 "crc",
 4089 "digest",
 4090 "rand 0.9.3",
 4091 "regex",
 4092 "rustversion",
 4093]
 4094
 4095[[package]]
 4096name = "crc32fast"
 4097version = "1.5.0"
 4098source = "registry+https://github.com/rust-lang/crates.io-index"
 4099checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4100dependencies = [
 4101 "cfg-if",
 4102]
 4103
 4104[[package]]
 4105name = "credentials_provider"
 4106version = "0.1.0"
 4107dependencies = [
 4108 "anyhow",
 4109 "gpui",
 4110 "serde",
 4111]
 4112
 4113[[package]]
 4114name = "criterion"
 4115version = "0.5.1"
 4116source = "registry+https://github.com/rust-lang/crates.io-index"
 4117checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4118dependencies = [
 4119 "anes",
 4120 "cast",
 4121 "ciborium",
 4122 "clap",
 4123 "criterion-plot",
 4124 "is-terminal",
 4125 "itertools 0.10.5",
 4126 "num-traits",
 4127 "once_cell",
 4128 "oorandom",
 4129 "plotters",
 4130 "rayon",
 4131 "regex",
 4132 "serde",
 4133 "serde_derive",
 4134 "serde_json",
 4135 "tinytemplate",
 4136 "walkdir",
 4137]
 4138
 4139[[package]]
 4140name = "criterion-plot"
 4141version = "0.5.0"
 4142source = "registry+https://github.com/rust-lang/crates.io-index"
 4143checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4144dependencies = [
 4145 "cast",
 4146 "itertools 0.10.5",
 4147]
 4148
 4149[[package]]
 4150name = "crossbeam"
 4151version = "0.8.4"
 4152source = "registry+https://github.com/rust-lang/crates.io-index"
 4153checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4154dependencies = [
 4155 "crossbeam-channel",
 4156 "crossbeam-deque",
 4157 "crossbeam-epoch",
 4158 "crossbeam-queue",
 4159 "crossbeam-utils",
 4160]
 4161
 4162[[package]]
 4163name = "crossbeam-channel"
 4164version = "0.5.15"
 4165source = "registry+https://github.com/rust-lang/crates.io-index"
 4166checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4167dependencies = [
 4168 "crossbeam-utils",
 4169]
 4170
 4171[[package]]
 4172name = "crossbeam-deque"
 4173version = "0.8.6"
 4174source = "registry+https://github.com/rust-lang/crates.io-index"
 4175checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4176dependencies = [
 4177 "crossbeam-epoch",
 4178 "crossbeam-utils",
 4179]
 4180
 4181[[package]]
 4182name = "crossbeam-epoch"
 4183version = "0.9.18"
 4184source = "registry+https://github.com/rust-lang/crates.io-index"
 4185checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4186dependencies = [
 4187 "crossbeam-utils",
 4188]
 4189
 4190[[package]]
 4191name = "crossbeam-queue"
 4192version = "0.3.12"
 4193source = "registry+https://github.com/rust-lang/crates.io-index"
 4194checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4195dependencies = [
 4196 "crossbeam-utils",
 4197]
 4198
 4199[[package]]
 4200name = "crossbeam-utils"
 4201version = "0.8.21"
 4202source = "registry+https://github.com/rust-lang/crates.io-index"
 4203checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4204
 4205[[package]]
 4206name = "crunchy"
 4207version = "0.2.4"
 4208source = "registry+https://github.com/rust-lang/crates.io-index"
 4209checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4210
 4211[[package]]
 4212name = "crypto-bigint"
 4213version = "0.4.9"
 4214source = "registry+https://github.com/rust-lang/crates.io-index"
 4215checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4216dependencies = [
 4217 "generic-array",
 4218 "rand_core 0.6.4",
 4219 "subtle",
 4220 "zeroize",
 4221]
 4222
 4223[[package]]
 4224name = "crypto-bigint"
 4225version = "0.5.5"
 4226source = "registry+https://github.com/rust-lang/crates.io-index"
 4227checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4228dependencies = [
 4229 "rand_core 0.6.4",
 4230 "subtle",
 4231]
 4232
 4233[[package]]
 4234name = "crypto-common"
 4235version = "0.1.6"
 4236source = "registry+https://github.com/rust-lang/crates.io-index"
 4237checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4238dependencies = [
 4239 "generic-array",
 4240 "typenum",
 4241]
 4242
 4243[[package]]
 4244name = "cssparser"
 4245version = "0.35.0"
 4246source = "registry+https://github.com/rust-lang/crates.io-index"
 4247checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4248dependencies = [
 4249 "cssparser-macros",
 4250 "dtoa-short",
 4251 "itoa",
 4252 "phf 0.11.3",
 4253 "smallvec",
 4254]
 4255
 4256[[package]]
 4257name = "cssparser-macros"
 4258version = "0.6.1"
 4259source = "registry+https://github.com/rust-lang/crates.io-index"
 4260checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4261dependencies = [
 4262 "quote",
 4263 "syn 2.0.117",
 4264]
 4265
 4266[[package]]
 4267name = "csv_preview"
 4268version = "0.1.0"
 4269dependencies = [
 4270 "anyhow",
 4271 "editor",
 4272 "feature_flags",
 4273 "gpui",
 4274 "log",
 4275 "text",
 4276 "ui",
 4277 "workspace",
 4278]
 4279
 4280[[package]]
 4281name = "ctor"
 4282version = "0.4.3"
 4283source = "registry+https://github.com/rust-lang/crates.io-index"
 4284checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4285dependencies = [
 4286 "ctor-proc-macro",
 4287 "dtor",
 4288]
 4289
 4290[[package]]
 4291name = "ctor-proc-macro"
 4292version = "0.0.6"
 4293source = "registry+https://github.com/rust-lang/crates.io-index"
 4294checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4295
 4296[[package]]
 4297name = "ctrlc"
 4298version = "3.5.0"
 4299source = "registry+https://github.com/rust-lang/crates.io-index"
 4300checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4301dependencies = [
 4302 "dispatch",
 4303 "nix 0.30.1",
 4304 "windows-sys 0.61.2",
 4305]
 4306
 4307[[package]]
 4308name = "cursor-icon"
 4309version = "1.2.0"
 4310source = "registry+https://github.com/rust-lang/crates.io-index"
 4311checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4312
 4313[[package]]
 4314name = "cxx"
 4315version = "1.0.187"
 4316source = "registry+https://github.com/rust-lang/crates.io-index"
 4317checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4318dependencies = [
 4319 "cc",
 4320 "cxx-build",
 4321 "cxxbridge-cmd",
 4322 "cxxbridge-flags",
 4323 "cxxbridge-macro",
 4324 "foldhash 0.2.0",
 4325 "link-cplusplus",
 4326]
 4327
 4328[[package]]
 4329name = "cxx-build"
 4330version = "1.0.187"
 4331source = "registry+https://github.com/rust-lang/crates.io-index"
 4332checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4333dependencies = [
 4334 "cc",
 4335 "codespan-reporting",
 4336 "indexmap",
 4337 "proc-macro2",
 4338 "quote",
 4339 "scratch",
 4340 "syn 2.0.117",
 4341]
 4342
 4343[[package]]
 4344name = "cxxbridge-cmd"
 4345version = "1.0.187"
 4346source = "registry+https://github.com/rust-lang/crates.io-index"
 4347checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4348dependencies = [
 4349 "clap",
 4350 "codespan-reporting",
 4351 "indexmap",
 4352 "proc-macro2",
 4353 "quote",
 4354 "syn 2.0.117",
 4355]
 4356
 4357[[package]]
 4358name = "cxxbridge-flags"
 4359version = "1.0.187"
 4360source = "registry+https://github.com/rust-lang/crates.io-index"
 4361checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4362
 4363[[package]]
 4364name = "cxxbridge-macro"
 4365version = "1.0.187"
 4366source = "registry+https://github.com/rust-lang/crates.io-index"
 4367checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4368dependencies = [
 4369 "indexmap",
 4370 "proc-macro2",
 4371 "quote",
 4372 "syn 2.0.117",
 4373]
 4374
 4375[[package]]
 4376name = "dap"
 4377version = "0.1.0"
 4378dependencies = [
 4379 "anyhow",
 4380 "async-compression",
 4381 "async-pipe",
 4382 "async-tar",
 4383 "async-trait",
 4384 "client",
 4385 "collections",
 4386 "dap-types",
 4387 "fs",
 4388 "futures 0.3.32",
 4389 "gpui",
 4390 "http_client",
 4391 "language",
 4392 "libc",
 4393 "log",
 4394 "node_runtime",
 4395 "parking_lot",
 4396 "paths",
 4397 "proto",
 4398 "schemars",
 4399 "serde",
 4400 "serde_json",
 4401 "settings",
 4402 "smallvec",
 4403 "smol",
 4404 "task",
 4405 "telemetry",
 4406 "util",
 4407 "zlog",
 4408]
 4409
 4410[[package]]
 4411name = "dap-types"
 4412version = "0.0.1"
 4413source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4414dependencies = [
 4415 "schemars",
 4416 "serde",
 4417 "serde_json",
 4418]
 4419
 4420[[package]]
 4421name = "dap_adapters"
 4422version = "0.1.0"
 4423dependencies = [
 4424 "anyhow",
 4425 "async-trait",
 4426 "collections",
 4427 "dap",
 4428 "dotenvy",
 4429 "fs",
 4430 "futures 0.3.32",
 4431 "gpui",
 4432 "http_client",
 4433 "json_dotpath",
 4434 "language",
 4435 "log",
 4436 "node_runtime",
 4437 "paths",
 4438 "serde",
 4439 "serde_json",
 4440 "settings",
 4441 "smol",
 4442 "task",
 4443 "util",
 4444]
 4445
 4446[[package]]
 4447name = "darling"
 4448version = "0.20.11"
 4449source = "registry+https://github.com/rust-lang/crates.io-index"
 4450checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4451dependencies = [
 4452 "darling_core 0.20.11",
 4453 "darling_macro 0.20.11",
 4454]
 4455
 4456[[package]]
 4457name = "darling"
 4458version = "0.21.3"
 4459source = "registry+https://github.com/rust-lang/crates.io-index"
 4460checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4461dependencies = [
 4462 "darling_core 0.21.3",
 4463 "darling_macro 0.21.3",
 4464]
 4465
 4466[[package]]
 4467name = "darling_core"
 4468version = "0.20.11"
 4469source = "registry+https://github.com/rust-lang/crates.io-index"
 4470checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4471dependencies = [
 4472 "fnv",
 4473 "ident_case",
 4474 "proc-macro2",
 4475 "quote",
 4476 "strsim",
 4477 "syn 2.0.117",
 4478]
 4479
 4480[[package]]
 4481name = "darling_core"
 4482version = "0.21.3"
 4483source = "registry+https://github.com/rust-lang/crates.io-index"
 4484checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4485dependencies = [
 4486 "fnv",
 4487 "ident_case",
 4488 "proc-macro2",
 4489 "quote",
 4490 "strsim",
 4491 "syn 2.0.117",
 4492]
 4493
 4494[[package]]
 4495name = "darling_macro"
 4496version = "0.20.11"
 4497source = "registry+https://github.com/rust-lang/crates.io-index"
 4498checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4499dependencies = [
 4500 "darling_core 0.20.11",
 4501 "quote",
 4502 "syn 2.0.117",
 4503]
 4504
 4505[[package]]
 4506name = "darling_macro"
 4507version = "0.21.3"
 4508source = "registry+https://github.com/rust-lang/crates.io-index"
 4509checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4510dependencies = [
 4511 "darling_core 0.21.3",
 4512 "quote",
 4513 "syn 2.0.117",
 4514]
 4515
 4516[[package]]
 4517name = "dashmap"
 4518version = "6.1.0"
 4519source = "registry+https://github.com/rust-lang/crates.io-index"
 4520checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4521dependencies = [
 4522 "cfg-if",
 4523 "crossbeam-utils",
 4524 "hashbrown 0.14.5",
 4525 "lock_api",
 4526 "once_cell",
 4527 "parking_lot_core",
 4528]
 4529
 4530[[package]]
 4531name = "dasp_sample"
 4532version = "0.11.0"
 4533source = "registry+https://github.com/rust-lang/crates.io-index"
 4534checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4535
 4536[[package]]
 4537name = "data-encoding"
 4538version = "2.9.0"
 4539source = "registry+https://github.com/rust-lang/crates.io-index"
 4540checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4541
 4542[[package]]
 4543name = "data-url"
 4544version = "0.3.2"
 4545source = "registry+https://github.com/rust-lang/crates.io-index"
 4546checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4547
 4548[[package]]
 4549name = "db"
 4550version = "0.1.0"
 4551dependencies = [
 4552 "anyhow",
 4553 "gpui",
 4554 "indoc",
 4555 "inventory",
 4556 "log",
 4557 "paths",
 4558 "release_channel",
 4559 "smol",
 4560 "sqlez",
 4561 "sqlez_macros",
 4562 "tempfile",
 4563 "util",
 4564 "uuid",
 4565 "zed_env_vars",
 4566]
 4567
 4568[[package]]
 4569name = "dbus"
 4570version = "0.9.9"
 4571source = "registry+https://github.com/rust-lang/crates.io-index"
 4572checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4573dependencies = [
 4574 "libc",
 4575 "libdbus-sys",
 4576 "windows-sys 0.59.0",
 4577]
 4578
 4579[[package]]
 4580name = "debug_adapter_extension"
 4581version = "0.1.0"
 4582dependencies = [
 4583 "anyhow",
 4584 "async-trait",
 4585 "collections",
 4586 "dap",
 4587 "extension",
 4588 "gpui",
 4589 "serde_json",
 4590 "task",
 4591 "util",
 4592]
 4593
 4594[[package]]
 4595name = "debugger_tools"
 4596version = "0.1.0"
 4597dependencies = [
 4598 "anyhow",
 4599 "dap",
 4600 "editor",
 4601 "futures 0.3.32",
 4602 "gpui",
 4603 "project",
 4604 "serde_json",
 4605 "settings",
 4606 "smol",
 4607 "util",
 4608 "workspace",
 4609]
 4610
 4611[[package]]
 4612name = "debugger_ui"
 4613version = "0.1.0"
 4614dependencies = [
 4615 "alacritty_terminal",
 4616 "anyhow",
 4617 "bitflags 2.10.0",
 4618 "client",
 4619 "collections",
 4620 "command_palette_hooks",
 4621 "dap",
 4622 "dap_adapters",
 4623 "db",
 4624 "debugger_tools",
 4625 "editor",
 4626 "feature_flags",
 4627 "file_icons",
 4628 "futures 0.3.32",
 4629 "fuzzy",
 4630 "gpui",
 4631 "hex",
 4632 "indoc",
 4633 "itertools 0.14.0",
 4634 "language",
 4635 "log",
 4636 "menu",
 4637 "notifications",
 4638 "parking_lot",
 4639 "parse_int",
 4640 "paths",
 4641 "picker",
 4642 "pretty_assertions",
 4643 "project",
 4644 "rpc",
 4645 "schemars",
 4646 "serde",
 4647 "serde_json",
 4648 "serde_json_lenient",
 4649 "settings",
 4650 "sysinfo 0.37.2",
 4651 "task",
 4652 "tasks_ui",
 4653 "terminal_view",
 4654 "text",
 4655 "theme",
 4656 "theme_settings",
 4657 "tree-sitter",
 4658 "tree-sitter-go",
 4659 "tree-sitter-json",
 4660 "ui",
 4661 "ui_input",
 4662 "unindent",
 4663 "util",
 4664 "workspace",
 4665 "zed_actions",
 4666 "zlog",
 4667]
 4668
 4669[[package]]
 4670name = "debugid"
 4671version = "0.8.0"
 4672source = "registry+https://github.com/rust-lang/crates.io-index"
 4673checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4674dependencies = [
 4675 "uuid",
 4676]
 4677
 4678[[package]]
 4679name = "deepseek"
 4680version = "0.1.0"
 4681dependencies = [
 4682 "anyhow",
 4683 "futures 0.3.32",
 4684 "http_client",
 4685 "schemars",
 4686 "serde",
 4687 "serde_json",
 4688]
 4689
 4690[[package]]
 4691name = "deflate64"
 4692version = "0.1.10"
 4693source = "registry+https://github.com/rust-lang/crates.io-index"
 4694checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4695
 4696[[package]]
 4697name = "denoise"
 4698version = "0.1.0"
 4699dependencies = [
 4700 "candle-core",
 4701 "candle-onnx",
 4702 "log",
 4703 "realfft",
 4704 "rodio",
 4705 "rustfft",
 4706 "thiserror 2.0.17",
 4707]
 4708
 4709[[package]]
 4710name = "der"
 4711version = "0.6.1"
 4712source = "registry+https://github.com/rust-lang/crates.io-index"
 4713checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4714dependencies = [
 4715 "const-oid",
 4716 "zeroize",
 4717]
 4718
 4719[[package]]
 4720name = "der"
 4721version = "0.7.10"
 4722source = "registry+https://github.com/rust-lang/crates.io-index"
 4723checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4724dependencies = [
 4725 "const-oid",
 4726 "pem-rfc7468",
 4727 "zeroize",
 4728]
 4729
 4730[[package]]
 4731name = "deranged"
 4732version = "0.5.4"
 4733source = "registry+https://github.com/rust-lang/crates.io-index"
 4734checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4735dependencies = [
 4736 "powerfmt",
 4737 "serde_core",
 4738]
 4739
 4740[[package]]
 4741name = "derive_arbitrary"
 4742version = "1.4.2"
 4743source = "registry+https://github.com/rust-lang/crates.io-index"
 4744checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4745dependencies = [
 4746 "proc-macro2",
 4747 "quote",
 4748 "syn 2.0.117",
 4749]
 4750
 4751[[package]]
 4752name = "derive_more"
 4753version = "2.1.1"
 4754source = "registry+https://github.com/rust-lang/crates.io-index"
 4755checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4756dependencies = [
 4757 "derive_more-impl",
 4758]
 4759
 4760[[package]]
 4761name = "derive_more-impl"
 4762version = "2.1.1"
 4763source = "registry+https://github.com/rust-lang/crates.io-index"
 4764checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4765dependencies = [
 4766 "convert_case 0.10.0",
 4767 "proc-macro2",
 4768 "quote",
 4769 "rustc_version",
 4770 "syn 2.0.117",
 4771 "unicode-xid",
 4772]
 4773
 4774[[package]]
 4775name = "derive_refineable"
 4776version = "0.1.0"
 4777dependencies = [
 4778 "proc-macro2",
 4779 "quote",
 4780 "syn 2.0.117",
 4781]
 4782
 4783[[package]]
 4784name = "derive_setters"
 4785version = "0.1.9"
 4786source = "registry+https://github.com/rust-lang/crates.io-index"
 4787checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4788dependencies = [
 4789 "darling 0.21.3",
 4790 "proc-macro2",
 4791 "quote",
 4792 "syn 2.0.117",
 4793]
 4794
 4795[[package]]
 4796name = "dev_container"
 4797version = "0.1.0"
 4798dependencies = [
 4799 "async-tar",
 4800 "async-trait",
 4801 "env_logger 0.11.8",
 4802 "fs",
 4803 "futures 0.3.32",
 4804 "gpui",
 4805 "http 1.3.1",
 4806 "http_client",
 4807 "log",
 4808 "menu",
 4809 "paths",
 4810 "picker",
 4811 "project",
 4812 "regex",
 4813 "serde",
 4814 "serde_json",
 4815 "serde_json_lenient",
 4816 "settings",
 4817 "shlex",
 4818 "ui",
 4819 "util",
 4820 "walkdir",
 4821 "workspace",
 4822 "worktree",
 4823]
 4824
 4825[[package]]
 4826name = "diagnostics"
 4827version = "0.1.0"
 4828dependencies = [
 4829 "anyhow",
 4830 "collections",
 4831 "component",
 4832 "ctor",
 4833 "editor",
 4834 "gpui",
 4835 "indoc",
 4836 "itertools 0.14.0",
 4837 "language",
 4838 "log",
 4839 "lsp",
 4840 "markdown",
 4841 "pretty_assertions",
 4842 "project",
 4843 "rand 0.9.3",
 4844 "serde",
 4845 "serde_json",
 4846 "settings",
 4847 "text",
 4848 "theme",
 4849 "theme_settings",
 4850 "ui",
 4851 "unindent",
 4852 "util",
 4853 "workspace",
 4854 "zed_actions",
 4855 "zlog",
 4856]
 4857
 4858[[package]]
 4859name = "dialoguer"
 4860version = "0.12.0"
 4861source = "registry+https://github.com/rust-lang/crates.io-index"
 4862checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4863dependencies = [
 4864 "console",
 4865 "shell-words",
 4866]
 4867
 4868[[package]]
 4869name = "diff"
 4870version = "0.1.13"
 4871source = "registry+https://github.com/rust-lang/crates.io-index"
 4872checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4873
 4874[[package]]
 4875name = "diffy"
 4876version = "0.4.2"
 4877source = "registry+https://github.com/rust-lang/crates.io-index"
 4878checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4879dependencies = [
 4880 "nu-ansi-term",
 4881]
 4882
 4883[[package]]
 4884name = "digest"
 4885version = "0.10.7"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4888dependencies = [
 4889 "block-buffer",
 4890 "const-oid",
 4891 "crypto-common",
 4892 "subtle",
 4893]
 4894
 4895[[package]]
 4896name = "dirs"
 4897version = "6.0.0"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4900dependencies = [
 4901 "dirs-sys",
 4902]
 4903
 4904[[package]]
 4905name = "dirs-sys"
 4906version = "0.5.0"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4909dependencies = [
 4910 "libc",
 4911 "option-ext",
 4912 "redox_users",
 4913 "windows-sys 0.61.2",
 4914]
 4915
 4916[[package]]
 4917name = "dispatch"
 4918version = "0.2.0"
 4919source = "registry+https://github.com/rust-lang/crates.io-index"
 4920checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4921
 4922[[package]]
 4923name = "dispatch2"
 4924version = "0.3.1"
 4925source = "registry+https://github.com/rust-lang/crates.io-index"
 4926checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4927dependencies = [
 4928 "bitflags 2.10.0",
 4929 "block2",
 4930 "libc",
 4931 "objc2",
 4932]
 4933
 4934[[package]]
 4935name = "displaydoc"
 4936version = "0.2.5"
 4937source = "registry+https://github.com/rust-lang/crates.io-index"
 4938checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4939dependencies = [
 4940 "proc-macro2",
 4941 "quote",
 4942 "syn 2.0.117",
 4943]
 4944
 4945[[package]]
 4946name = "dlib"
 4947version = "0.5.2"
 4948source = "registry+https://github.com/rust-lang/crates.io-index"
 4949checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4950dependencies = [
 4951 "libloading",
 4952]
 4953
 4954[[package]]
 4955name = "docs_preprocessor"
 4956version = "0.1.0"
 4957dependencies = [
 4958 "anyhow",
 4959 "collections",
 4960 "jsonschema",
 4961 "mdbook",
 4962 "regex",
 4963 "schemars",
 4964 "serde",
 4965 "serde_json",
 4966 "settings",
 4967 "task",
 4968 "theme",
 4969 "util",
 4970 "zlog",
 4971]
 4972
 4973[[package]]
 4974name = "document-features"
 4975version = "0.2.12"
 4976source = "registry+https://github.com/rust-lang/crates.io-index"
 4977checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4978dependencies = [
 4979 "litrs",
 4980]
 4981
 4982[[package]]
 4983name = "documented"
 4984version = "0.9.2"
 4985source = "registry+https://github.com/rust-lang/crates.io-index"
 4986checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4987dependencies = [
 4988 "documented-macros",
 4989 "phf 0.12.1",
 4990 "thiserror 2.0.17",
 4991]
 4992
 4993[[package]]
 4994name = "documented-macros"
 4995version = "0.9.2"
 4996source = "registry+https://github.com/rust-lang/crates.io-index"
 4997checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 4998dependencies = [
 4999 "convert_case 0.8.0",
 5000 "itertools 0.14.0",
 5001 "optfield",
 5002 "proc-macro2",
 5003 "quote",
 5004 "strum 0.27.2",
 5005 "syn 2.0.117",
 5006]
 5007
 5008[[package]]
 5009name = "dotenvy"
 5010version = "0.15.7"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5013
 5014[[package]]
 5015name = "downcast-rs"
 5016version = "1.2.1"
 5017source = "registry+https://github.com/rust-lang/crates.io-index"
 5018checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5019
 5020[[package]]
 5021name = "doxygen-rs"
 5022version = "0.4.2"
 5023source = "registry+https://github.com/rust-lang/crates.io-index"
 5024checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5025dependencies = [
 5026 "phf 0.11.3",
 5027]
 5028
 5029[[package]]
 5030name = "dtoa"
 5031version = "1.0.10"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5034
 5035[[package]]
 5036name = "dtoa-short"
 5037version = "0.3.5"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5040dependencies = [
 5041 "dtoa",
 5042]
 5043
 5044[[package]]
 5045name = "dtor"
 5046version = "0.0.6"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5049dependencies = [
 5050 "dtor-proc-macro",
 5051]
 5052
 5053[[package]]
 5054name = "dtor-proc-macro"
 5055version = "0.0.5"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5058
 5059[[package]]
 5060name = "dunce"
 5061version = "1.0.5"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5064
 5065[[package]]
 5066name = "dwrote"
 5067version = "0.11.5"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5070dependencies = [
 5071 "lazy_static",
 5072 "libc",
 5073 "winapi",
 5074 "wio",
 5075]
 5076
 5077[[package]]
 5078name = "dyn-clone"
 5079version = "1.0.20"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5082
 5083[[package]]
 5084name = "dyn-stack"
 5085version = "0.10.0"
 5086source = "registry+https://github.com/rust-lang/crates.io-index"
 5087checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5088dependencies = [
 5089 "bytemuck",
 5090 "reborrow",
 5091]
 5092
 5093[[package]]
 5094name = "dyn-stack"
 5095version = "0.13.2"
 5096source = "registry+https://github.com/rust-lang/crates.io-index"
 5097checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5098dependencies = [
 5099 "bytemuck",
 5100 "dyn-stack-macros",
 5101]
 5102
 5103[[package]]
 5104name = "dyn-stack-macros"
 5105version = "0.1.3"
 5106source = "registry+https://github.com/rust-lang/crates.io-index"
 5107checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5108
 5109[[package]]
 5110name = "ec4rs"
 5111version = "1.2.0"
 5112source = "registry+https://github.com/rust-lang/crates.io-index"
 5113checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5114
 5115[[package]]
 5116name = "ecdsa"
 5117version = "0.14.8"
 5118source = "registry+https://github.com/rust-lang/crates.io-index"
 5119checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5120dependencies = [
 5121 "der 0.6.1",
 5122 "elliptic-curve",
 5123 "rfc6979",
 5124 "signature 1.6.4",
 5125]
 5126
 5127[[package]]
 5128name = "edit_prediction"
 5129version = "0.1.0"
 5130dependencies = [
 5131 "ai_onboarding",
 5132 "anyhow",
 5133 "buffer_diff",
 5134 "client",
 5135 "clock",
 5136 "cloud_api_client",
 5137 "cloud_api_types",
 5138 "cloud_llm_client",
 5139 "collections",
 5140 "copilot",
 5141 "copilot_ui",
 5142 "credentials_provider",
 5143 "criterion",
 5144 "ctor",
 5145 "db",
 5146 "edit_prediction_context",
 5147 "edit_prediction_types",
 5148 "feature_flags",
 5149 "fs",
 5150 "futures 0.3.32",
 5151 "gpui",
 5152 "heapless",
 5153 "indoc",
 5154 "itertools 0.14.0",
 5155 "language",
 5156 "language_model",
 5157 "languages",
 5158 "log",
 5159 "lsp",
 5160 "menu",
 5161 "node_runtime",
 5162 "open_ai",
 5163 "parking_lot",
 5164 "postage",
 5165 "pretty_assertions",
 5166 "project",
 5167 "pulldown-cmark 0.13.0",
 5168 "rand 0.9.3",
 5169 "regex",
 5170 "release_channel",
 5171 "semver",
 5172 "serde",
 5173 "serde_json",
 5174 "settings",
 5175 "strum 0.27.2",
 5176 "telemetry",
 5177 "telemetry_events",
 5178 "text",
 5179 "thiserror 2.0.17",
 5180 "time",
 5181 "toml 0.8.23",
 5182 "ui",
 5183 "util",
 5184 "uuid",
 5185 "workspace",
 5186 "worktree",
 5187 "zed_actions",
 5188 "zed_credentials_provider",
 5189 "zeta_prompt",
 5190 "zlog",
 5191 "zstd",
 5192]
 5193
 5194[[package]]
 5195name = "edit_prediction_cli"
 5196version = "0.1.0"
 5197dependencies = [
 5198 "anthropic",
 5199 "anyhow",
 5200 "chrono",
 5201 "clap",
 5202 "client",
 5203 "cloud_llm_client",
 5204 "collections",
 5205 "db",
 5206 "debug_adapter_extension",
 5207 "dirs",
 5208 "edit_prediction",
 5209 "extension",
 5210 "flate2",
 5211 "fs",
 5212 "futures 0.3.32",
 5213 "gaoya",
 5214 "gpui",
 5215 "gpui_platform",
 5216 "gpui_tokio",
 5217 "http_client",
 5218 "indoc",
 5219 "language",
 5220 "language_extension",
 5221 "language_model",
 5222 "language_models",
 5223 "languages",
 5224 "libc",
 5225 "log",
 5226 "node_runtime",
 5227 "open_ai",
 5228 "paths",
 5229 "pretty_assertions",
 5230 "project",
 5231 "prompt_store",
 5232 "rand 0.9.3",
 5233 "release_channel",
 5234 "reqwest_client",
 5235 "rust-embed",
 5236 "serde",
 5237 "serde_json",
 5238 "settings",
 5239 "shellexpand",
 5240 "similar",
 5241 "smol",
 5242 "sqlez",
 5243 "sqlez_macros",
 5244 "strum 0.27.2",
 5245 "telemetry_events",
 5246 "tempfile",
 5247 "terminal_view",
 5248 "toml 0.8.23",
 5249 "util",
 5250 "wasmtime",
 5251 "watch",
 5252 "workspace",
 5253 "zeta_prompt",
 5254]
 5255
 5256[[package]]
 5257name = "edit_prediction_context"
 5258version = "0.1.0"
 5259dependencies = [
 5260 "anyhow",
 5261 "clock",
 5262 "collections",
 5263 "env_logger 0.11.8",
 5264 "futures 0.3.32",
 5265 "gpui",
 5266 "indoc",
 5267 "language",
 5268 "log",
 5269 "lsp",
 5270 "parking_lot",
 5271 "pretty_assertions",
 5272 "project",
 5273 "serde",
 5274 "serde_json",
 5275 "settings",
 5276 "smallvec",
 5277 "text",
 5278 "tree-sitter",
 5279 "util",
 5280 "zeta_prompt",
 5281]
 5282
 5283[[package]]
 5284name = "edit_prediction_types"
 5285version = "0.1.0"
 5286dependencies = [
 5287 "client",
 5288 "gpui",
 5289 "icons",
 5290 "language",
 5291 "text",
 5292]
 5293
 5294[[package]]
 5295name = "edit_prediction_ui"
 5296version = "0.1.0"
 5297dependencies = [
 5298 "anyhow",
 5299 "buffer_diff",
 5300 "client",
 5301 "cloud_llm_client",
 5302 "codestral",
 5303 "collections",
 5304 "command_palette_hooks",
 5305 "copilot",
 5306 "copilot_chat",
 5307 "copilot_ui",
 5308 "edit_prediction",
 5309 "edit_prediction_types",
 5310 "editor",
 5311 "feature_flags",
 5312 "fs",
 5313 "futures 0.3.32",
 5314 "gpui",
 5315 "indoc",
 5316 "language",
 5317 "markdown",
 5318 "menu",
 5319 "multi_buffer",
 5320 "paths",
 5321 "project",
 5322 "regex",
 5323 "settings",
 5324 "telemetry",
 5325 "text",
 5326 "theme",
 5327 "theme_settings",
 5328 "time",
 5329 "ui",
 5330 "util",
 5331 "workspace",
 5332 "zed_actions",
 5333 "zeta_prompt",
 5334]
 5335
 5336[[package]]
 5337name = "editor"
 5338version = "0.1.0"
 5339dependencies = [
 5340 "aho-corasick",
 5341 "anyhow",
 5342 "assets",
 5343 "breadcrumbs",
 5344 "buffer_diff",
 5345 "client",
 5346 "clock",
 5347 "collections",
 5348 "convert_case 0.8.0",
 5349 "criterion",
 5350 "ctor",
 5351 "dap",
 5352 "db",
 5353 "edit_prediction_types",
 5354 "emojis",
 5355 "feature_flags",
 5356 "file_icons",
 5357 "fs",
 5358 "futures 0.3.32",
 5359 "fuzzy",
 5360 "git",
 5361 "gpui",
 5362 "indoc",
 5363 "itertools 0.14.0",
 5364 "language",
 5365 "languages",
 5366 "linkify",
 5367 "log",
 5368 "lsp",
 5369 "markdown",
 5370 "menu",
 5371 "multi_buffer",
 5372 "ordered-float 2.10.1",
 5373 "parking_lot",
 5374 "pretty_assertions",
 5375 "project",
 5376 "proptest",
 5377 "proptest-derive",
 5378 "rand 0.9.3",
 5379 "regex",
 5380 "release_channel",
 5381 "rope",
 5382 "rpc",
 5383 "schemars",
 5384 "semver",
 5385 "serde",
 5386 "serde_json",
 5387 "settings",
 5388 "smallvec",
 5389 "smol",
 5390 "snippet",
 5391 "sum_tree",
 5392 "task",
 5393 "telemetry",
 5394 "text",
 5395 "theme",
 5396 "theme_settings",
 5397 "time",
 5398 "tracing",
 5399 "tree-sitter-bash",
 5400 "tree-sitter-c",
 5401 "tree-sitter-html",
 5402 "tree-sitter-md",
 5403 "tree-sitter-python",
 5404 "tree-sitter-rust",
 5405 "tree-sitter-typescript",
 5406 "tree-sitter-yaml",
 5407 "ui",
 5408 "ui_input",
 5409 "unicode-script",
 5410 "unicode-segmentation",
 5411 "unicode-width",
 5412 "unindent",
 5413 "url",
 5414 "util",
 5415 "uuid",
 5416 "vim_mode_setting",
 5417 "workspace",
 5418 "zed_actions",
 5419 "zlog",
 5420 "ztracing",
 5421]
 5422
 5423[[package]]
 5424name = "either"
 5425version = "1.15.0"
 5426source = "registry+https://github.com/rust-lang/crates.io-index"
 5427checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5428dependencies = [
 5429 "serde",
 5430]
 5431
 5432[[package]]
 5433name = "elasticlunr-rs"
 5434version = "3.0.2"
 5435source = "registry+https://github.com/rust-lang/crates.io-index"
 5436checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5437dependencies = [
 5438 "regex",
 5439 "serde",
 5440 "serde_derive",
 5441 "serde_json",
 5442]
 5443
 5444[[package]]
 5445name = "elliptic-curve"
 5446version = "0.12.3"
 5447source = "registry+https://github.com/rust-lang/crates.io-index"
 5448checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5449dependencies = [
 5450 "base16ct",
 5451 "crypto-bigint 0.4.9",
 5452 "der 0.6.1",
 5453 "digest",
 5454 "ff",
 5455 "generic-array",
 5456 "group",
 5457 "pkcs8 0.9.0",
 5458 "rand_core 0.6.4",
 5459 "sec1",
 5460 "subtle",
 5461 "zeroize",
 5462]
 5463
 5464[[package]]
 5465name = "email_address"
 5466version = "0.2.9"
 5467source = "registry+https://github.com/rust-lang/crates.io-index"
 5468checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5469dependencies = [
 5470 "serde",
 5471]
 5472
 5473[[package]]
 5474name = "embed-resource"
 5475version = "3.0.6"
 5476source = "registry+https://github.com/rust-lang/crates.io-index"
 5477checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5478dependencies = [
 5479 "cc",
 5480 "memchr",
 5481 "rustc_version",
 5482 "toml 0.9.8",
 5483 "vswhom",
 5484 "winreg 0.55.0",
 5485]
 5486
 5487[[package]]
 5488name = "embedded-io"
 5489version = "0.4.0"
 5490source = "registry+https://github.com/rust-lang/crates.io-index"
 5491checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5492
 5493[[package]]
 5494name = "embedded-io"
 5495version = "0.6.1"
 5496source = "registry+https://github.com/rust-lang/crates.io-index"
 5497checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5498
 5499[[package]]
 5500name = "emojis"
 5501version = "0.6.4"
 5502source = "registry+https://github.com/rust-lang/crates.io-index"
 5503checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5504dependencies = [
 5505 "phf 0.11.3",
 5506]
 5507
 5508[[package]]
 5509name = "encode_unicode"
 5510version = "1.0.0"
 5511source = "registry+https://github.com/rust-lang/crates.io-index"
 5512checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5513
 5514[[package]]
 5515name = "encoding_rs"
 5516version = "0.8.35"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5519dependencies = [
 5520 "cfg-if",
 5521]
 5522
 5523[[package]]
 5524name = "encoding_selector"
 5525version = "0.1.0"
 5526dependencies = [
 5527 "editor",
 5528 "encoding_rs",
 5529 "fuzzy",
 5530 "gpui",
 5531 "language",
 5532 "picker",
 5533 "project",
 5534 "ui",
 5535 "util",
 5536 "workspace",
 5537]
 5538
 5539[[package]]
 5540name = "endi"
 5541version = "1.1.0"
 5542source = "registry+https://github.com/rust-lang/crates.io-index"
 5543checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5544
 5545[[package]]
 5546name = "enum-as-inner"
 5547version = "0.6.1"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5550dependencies = [
 5551 "heck 0.5.0",
 5552 "proc-macro2",
 5553 "quote",
 5554 "syn 2.0.117",
 5555]
 5556
 5557[[package]]
 5558name = "enumflags2"
 5559version = "0.7.12"
 5560source = "registry+https://github.com/rust-lang/crates.io-index"
 5561checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5562dependencies = [
 5563 "enumflags2_derive",
 5564 "serde",
 5565]
 5566
 5567[[package]]
 5568name = "enumflags2_derive"
 5569version = "0.7.12"
 5570source = "registry+https://github.com/rust-lang/crates.io-index"
 5571checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5572dependencies = [
 5573 "proc-macro2",
 5574 "quote",
 5575 "syn 2.0.117",
 5576]
 5577
 5578[[package]]
 5579name = "env_filter"
 5580version = "0.1.4"
 5581source = "registry+https://github.com/rust-lang/crates.io-index"
 5582checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5583dependencies = [
 5584 "log",
 5585 "regex",
 5586]
 5587
 5588[[package]]
 5589name = "env_logger"
 5590version = "0.10.2"
 5591source = "registry+https://github.com/rust-lang/crates.io-index"
 5592checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5593dependencies = [
 5594 "humantime",
 5595 "is-terminal",
 5596 "log",
 5597 "regex",
 5598 "termcolor",
 5599]
 5600
 5601[[package]]
 5602name = "env_logger"
 5603version = "0.11.8"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5606dependencies = [
 5607 "anstream",
 5608 "anstyle",
 5609 "env_filter",
 5610 "jiff",
 5611 "log",
 5612]
 5613
 5614[[package]]
 5615name = "env_var"
 5616version = "0.1.0"
 5617dependencies = [
 5618 "gpui_shared_string",
 5619]
 5620
 5621[[package]]
 5622name = "envy"
 5623version = "0.4.2"
 5624source = "registry+https://github.com/rust-lang/crates.io-index"
 5625checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5626dependencies = [
 5627 "serde",
 5628]
 5629
 5630[[package]]
 5631name = "equator"
 5632version = "0.4.2"
 5633source = "registry+https://github.com/rust-lang/crates.io-index"
 5634checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5635dependencies = [
 5636 "equator-macro",
 5637]
 5638
 5639[[package]]
 5640name = "equator-macro"
 5641version = "0.4.2"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5644dependencies = [
 5645 "proc-macro2",
 5646 "quote",
 5647 "syn 2.0.117",
 5648]
 5649
 5650[[package]]
 5651name = "equivalent"
 5652version = "1.0.2"
 5653source = "registry+https://github.com/rust-lang/crates.io-index"
 5654checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5655
 5656[[package]]
 5657name = "erased-serde"
 5658version = "0.4.9"
 5659source = "registry+https://github.com/rust-lang/crates.io-index"
 5660checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5661dependencies = [
 5662 "serde",
 5663 "serde_core",
 5664 "typeid",
 5665]
 5666
 5667[[package]]
 5668name = "errno"
 5669version = "0.2.8"
 5670source = "registry+https://github.com/rust-lang/crates.io-index"
 5671checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5672dependencies = [
 5673 "errno-dragonfly",
 5674 "libc",
 5675 "winapi",
 5676]
 5677
 5678[[package]]
 5679name = "errno"
 5680version = "0.3.14"
 5681source = "registry+https://github.com/rust-lang/crates.io-index"
 5682checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5683dependencies = [
 5684 "libc",
 5685 "windows-sys 0.61.2",
 5686]
 5687
 5688[[package]]
 5689name = "errno-dragonfly"
 5690version = "0.1.2"
 5691source = "registry+https://github.com/rust-lang/crates.io-index"
 5692checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5693dependencies = [
 5694 "cc",
 5695 "libc",
 5696]
 5697
 5698[[package]]
 5699name = "error-graph"
 5700version = "0.1.1"
 5701source = "registry+https://github.com/rust-lang/crates.io-index"
 5702checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5703dependencies = [
 5704 "serde",
 5705]
 5706
 5707[[package]]
 5708name = "etagere"
 5709version = "0.2.15"
 5710source = "registry+https://github.com/rust-lang/crates.io-index"
 5711checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5712dependencies = [
 5713 "euclid",
 5714 "svg_fmt",
 5715]
 5716
 5717[[package]]
 5718name = "etcetera"
 5719version = "0.8.0"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5722dependencies = [
 5723 "cfg-if",
 5724 "home",
 5725 "windows-sys 0.48.0",
 5726]
 5727
 5728[[package]]
 5729name = "etw_tracing"
 5730version = "0.1.0"
 5731dependencies = [
 5732 "anyhow",
 5733 "gpui",
 5734 "log",
 5735 "net",
 5736 "serde",
 5737 "serde_json",
 5738 "util",
 5739 "windows 0.61.3",
 5740 "windows-core 0.61.2",
 5741 "workspace",
 5742 "wprcontrol",
 5743]
 5744
 5745[[package]]
 5746name = "euclid"
 5747version = "0.22.11"
 5748source = "registry+https://github.com/rust-lang/crates.io-index"
 5749checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5750dependencies = [
 5751 "num-traits",
 5752]
 5753
 5754[[package]]
 5755name = "eval_cli"
 5756version = "0.1.0"
 5757dependencies = [
 5758 "acp_thread",
 5759 "agent",
 5760 "agent-client-protocol",
 5761 "agent_ui",
 5762 "anyhow",
 5763 "clap",
 5764 "client",
 5765 "ctrlc",
 5766 "db",
 5767 "debug_adapter_extension",
 5768 "env_logger 0.11.8",
 5769 "extension",
 5770 "feature_flags",
 5771 "fs",
 5772 "futures 0.3.32",
 5773 "gpui",
 5774 "gpui_platform",
 5775 "gpui_tokio",
 5776 "language",
 5777 "language_extension",
 5778 "language_model",
 5779 "language_models",
 5780 "languages",
 5781 "node_runtime",
 5782 "paths",
 5783 "project",
 5784 "prompt_store",
 5785 "release_channel",
 5786 "reqwest_client",
 5787 "serde",
 5788 "serde_json",
 5789 "settings",
 5790 "shellexpand",
 5791 "terminal_view",
 5792 "util",
 5793 "watch",
 5794]
 5795
 5796[[package]]
 5797name = "eval_utils"
 5798version = "0.1.0"
 5799dependencies = [
 5800 "gpui_platform",
 5801 "serde",
 5802 "smol",
 5803]
 5804
 5805[[package]]
 5806name = "event-listener"
 5807version = "2.5.3"
 5808source = "registry+https://github.com/rust-lang/crates.io-index"
 5809checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5810
 5811[[package]]
 5812name = "event-listener"
 5813version = "5.4.1"
 5814source = "registry+https://github.com/rust-lang/crates.io-index"
 5815checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5816dependencies = [
 5817 "concurrent-queue",
 5818 "parking",
 5819 "pin-project-lite",
 5820]
 5821
 5822[[package]]
 5823name = "event-listener-strategy"
 5824version = "0.5.4"
 5825source = "registry+https://github.com/rust-lang/crates.io-index"
 5826checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5827dependencies = [
 5828 "event-listener 5.4.1",
 5829 "pin-project-lite",
 5830]
 5831
 5832[[package]]
 5833name = "exec"
 5834version = "0.3.1"
 5835source = "registry+https://github.com/rust-lang/crates.io-index"
 5836checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5837dependencies = [
 5838 "errno 0.2.8",
 5839 "libc",
 5840]
 5841
 5842[[package]]
 5843name = "explorer_command_injector"
 5844version = "0.1.0"
 5845dependencies = [
 5846 "windows 0.61.3",
 5847 "windows-core 0.61.2",
 5848 "windows-registry 0.5.3",
 5849]
 5850
 5851[[package]]
 5852name = "exr"
 5853version = "1.73.0"
 5854source = "registry+https://github.com/rust-lang/crates.io-index"
 5855checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5856dependencies = [
 5857 "bit_field",
 5858 "half",
 5859 "lebe",
 5860 "miniz_oxide",
 5861 "rayon-core",
 5862 "smallvec",
 5863 "zune-inflate",
 5864]
 5865
 5866[[package]]
 5867name = "extended"
 5868version = "0.1.0"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5871
 5872[[package]]
 5873name = "extension"
 5874version = "0.1.0"
 5875dependencies = [
 5876 "anyhow",
 5877 "async-trait",
 5878 "cloud_api_types",
 5879 "collections",
 5880 "dap",
 5881 "fs",
 5882 "futures 0.3.32",
 5883 "gpui",
 5884 "heck 0.5.0",
 5885 "http_client",
 5886 "indoc",
 5887 "language",
 5888 "log",
 5889 "lsp",
 5890 "parking_lot",
 5891 "pretty_assertions",
 5892 "proto",
 5893 "semver",
 5894 "serde",
 5895 "serde_json",
 5896 "task",
 5897 "tempfile",
 5898 "toml 0.8.23",
 5899 "tracing",
 5900 "url",
 5901 "util",
 5902 "wasm-encoder 0.221.3",
 5903 "wasmparser 0.221.3",
 5904 "ztracing",
 5905]
 5906
 5907[[package]]
 5908name = "extension_cli"
 5909version = "0.1.0"
 5910dependencies = [
 5911 "anyhow",
 5912 "clap",
 5913 "cloud_api_types",
 5914 "env_logger 0.11.8",
 5915 "extension",
 5916 "fs",
 5917 "gpui_platform",
 5918 "language",
 5919 "log",
 5920 "reqwest_client",
 5921 "serde",
 5922 "serde_json",
 5923 "serde_json_lenient",
 5924 "settings_content",
 5925 "snippet_provider",
 5926 "task",
 5927 "theme_settings",
 5928 "tokio",
 5929 "toml 0.8.23",
 5930 "tree-sitter",
 5931 "wasmtime",
 5932]
 5933
 5934[[package]]
 5935name = "extension_host"
 5936version = "0.1.0"
 5937dependencies = [
 5938 "anyhow",
 5939 "async-compression",
 5940 "async-tar",
 5941 "async-trait",
 5942 "client",
 5943 "cloud_api_types",
 5944 "collections",
 5945 "criterion",
 5946 "ctor",
 5947 "dap",
 5948 "extension",
 5949 "fs",
 5950 "futures 0.3.32",
 5951 "gpui",
 5952 "gpui_tokio",
 5953 "http_client",
 5954 "language",
 5955 "language_extension",
 5956 "log",
 5957 "lsp",
 5958 "moka",
 5959 "node_runtime",
 5960 "parking_lot",
 5961 "paths",
 5962 "project",
 5963 "release_channel",
 5964 "remote",
 5965 "reqwest_client",
 5966 "semver",
 5967 "serde",
 5968 "serde_json",
 5969 "serde_json_lenient",
 5970 "settings",
 5971 "task",
 5972 "telemetry",
 5973 "tempfile",
 5974 "theme",
 5975 "theme_extension",
 5976 "theme_settings",
 5977 "toml 0.8.23",
 5978 "tracing",
 5979 "url",
 5980 "util",
 5981 "wasmparser 0.221.3",
 5982 "wasmtime",
 5983 "wasmtime-wasi",
 5984 "zlog",
 5985 "ztracing",
 5986]
 5987
 5988[[package]]
 5989name = "extensions_ui"
 5990version = "0.1.0"
 5991dependencies = [
 5992 "anyhow",
 5993 "client",
 5994 "cloud_api_types",
 5995 "collections",
 5996 "db",
 5997 "editor",
 5998 "extension",
 5999 "extension_host",
 6000 "fs",
 6001 "fuzzy",
 6002 "gpui",
 6003 "language",
 6004 "log",
 6005 "num-format",
 6006 "picker",
 6007 "project",
 6008 "release_channel",
 6009 "semver",
 6010 "serde",
 6011 "settings",
 6012 "smallvec",
 6013 "strum 0.27.2",
 6014 "telemetry",
 6015 "theme_settings",
 6016 "ui",
 6017 "util",
 6018 "vim_mode_setting",
 6019 "workspace",
 6020 "zed_actions",
 6021]
 6022
 6023[[package]]
 6024name = "failspot"
 6025version = "0.2.0"
 6026source = "registry+https://github.com/rust-lang/crates.io-index"
 6027checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6028
 6029[[package]]
 6030name = "fallible-iterator"
 6031version = "0.3.0"
 6032source = "registry+https://github.com/rust-lang/crates.io-index"
 6033checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6034
 6035[[package]]
 6036name = "fancy-regex"
 6037version = "0.16.2"
 6038source = "registry+https://github.com/rust-lang/crates.io-index"
 6039checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6040dependencies = [
 6041 "bit-set 0.8.0",
 6042 "regex-automata",
 6043 "regex-syntax",
 6044]
 6045
 6046[[package]]
 6047name = "fancy-regex"
 6048version = "0.17.0"
 6049source = "registry+https://github.com/rust-lang/crates.io-index"
 6050checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6051dependencies = [
 6052 "bit-set 0.8.0",
 6053 "regex-automata",
 6054 "regex-syntax",
 6055]
 6056
 6057[[package]]
 6058name = "fast-srgb8"
 6059version = "1.0.0"
 6060source = "registry+https://github.com/rust-lang/crates.io-index"
 6061checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6062
 6063[[package]]
 6064name = "fastrand"
 6065version = "1.9.0"
 6066source = "registry+https://github.com/rust-lang/crates.io-index"
 6067checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6068dependencies = [
 6069 "instant",
 6070]
 6071
 6072[[package]]
 6073name = "fastrand"
 6074version = "2.3.0"
 6075source = "registry+https://github.com/rust-lang/crates.io-index"
 6076checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6077
 6078[[package]]
 6079name = "fax"
 6080version = "0.2.6"
 6081source = "registry+https://github.com/rust-lang/crates.io-index"
 6082checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6083dependencies = [
 6084 "fax_derive",
 6085]
 6086
 6087[[package]]
 6088name = "fax_derive"
 6089version = "0.2.0"
 6090source = "registry+https://github.com/rust-lang/crates.io-index"
 6091checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6092dependencies = [
 6093 "proc-macro2",
 6094 "quote",
 6095 "syn 2.0.117",
 6096]
 6097
 6098[[package]]
 6099name = "fd-lock"
 6100version = "4.0.4"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6103dependencies = [
 6104 "cfg-if",
 6105 "rustix 1.1.2",
 6106 "windows-sys 0.59.0",
 6107]
 6108
 6109[[package]]
 6110name = "fdeflate"
 6111version = "0.3.7"
 6112source = "registry+https://github.com/rust-lang/crates.io-index"
 6113checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6114dependencies = [
 6115 "simd-adler32",
 6116]
 6117
 6118[[package]]
 6119name = "feature_flags"
 6120version = "0.1.0"
 6121dependencies = [
 6122 "gpui",
 6123]
 6124
 6125[[package]]
 6126name = "feedback"
 6127version = "0.1.0"
 6128dependencies = [
 6129 "gpui",
 6130 "system_specs",
 6131 "urlencoding",
 6132 "util",
 6133 "workspace",
 6134 "zed_actions",
 6135]
 6136
 6137[[package]]
 6138name = "ff"
 6139version = "0.12.1"
 6140source = "registry+https://github.com/rust-lang/crates.io-index"
 6141checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6142dependencies = [
 6143 "rand_core 0.6.4",
 6144 "subtle",
 6145]
 6146
 6147[[package]]
 6148name = "file_finder"
 6149version = "0.1.0"
 6150dependencies = [
 6151 "anyhow",
 6152 "channel",
 6153 "client",
 6154 "collections",
 6155 "ctor",
 6156 "editor",
 6157 "file_icons",
 6158 "futures 0.3.32",
 6159 "fuzzy",
 6160 "fuzzy_nucleo",
 6161 "gpui",
 6162 "menu",
 6163 "open_path_prompt",
 6164 "picker",
 6165 "pretty_assertions",
 6166 "project",
 6167 "project_panel",
 6168 "remote_connection",
 6169 "serde",
 6170 "serde_json",
 6171 "settings",
 6172 "theme",
 6173 "theme_settings",
 6174 "ui",
 6175 "util",
 6176 "workspace",
 6177 "zed_actions",
 6178 "zlog",
 6179]
 6180
 6181[[package]]
 6182name = "file_icons"
 6183version = "0.1.0"
 6184dependencies = [
 6185 "gpui",
 6186 "serde",
 6187 "theme",
 6188 "util",
 6189]
 6190
 6191[[package]]
 6192name = "filedescriptor"
 6193version = "0.8.3"
 6194source = "registry+https://github.com/rust-lang/crates.io-index"
 6195checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6196dependencies = [
 6197 "libc",
 6198 "thiserror 1.0.69",
 6199 "winapi",
 6200]
 6201
 6202[[package]]
 6203name = "filetime"
 6204version = "0.2.26"
 6205source = "registry+https://github.com/rust-lang/crates.io-index"
 6206checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6207dependencies = [
 6208 "cfg-if",
 6209 "libc",
 6210 "libredox",
 6211 "windows-sys 0.60.2",
 6212]
 6213
 6214[[package]]
 6215name = "find-msvc-tools"
 6216version = "0.1.5"
 6217source = "registry+https://github.com/rust-lang/crates.io-index"
 6218checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6219
 6220[[package]]
 6221name = "fixedbitset"
 6222version = "0.4.2"
 6223source = "registry+https://github.com/rust-lang/crates.io-index"
 6224checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6225
 6226[[package]]
 6227name = "fixedbitset"
 6228version = "0.5.7"
 6229source = "registry+https://github.com/rust-lang/crates.io-index"
 6230checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6231
 6232[[package]]
 6233name = "flate2"
 6234version = "1.1.8"
 6235source = "registry+https://github.com/rust-lang/crates.io-index"
 6236checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6237dependencies = [
 6238 "crc32fast",
 6239 "miniz_oxide",
 6240]
 6241
 6242[[package]]
 6243name = "float-cmp"
 6244version = "0.9.0"
 6245source = "registry+https://github.com/rust-lang/crates.io-index"
 6246checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6247
 6248[[package]]
 6249name = "float-ord"
 6250version = "0.3.2"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6253
 6254[[package]]
 6255name = "float8"
 6256version = "0.4.2"
 6257source = "registry+https://github.com/rust-lang/crates.io-index"
 6258checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6259dependencies = [
 6260 "half",
 6261 "num-traits",
 6262 "rand 0.9.3",
 6263 "rand_distr",
 6264]
 6265
 6266[[package]]
 6267name = "float_next_after"
 6268version = "1.0.0"
 6269source = "registry+https://github.com/rust-lang/crates.io-index"
 6270checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6271
 6272[[package]]
 6273name = "fluent-uri"
 6274version = "0.4.1"
 6275source = "registry+https://github.com/rust-lang/crates.io-index"
 6276checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6277dependencies = [
 6278 "borrow-or-share",
 6279 "ref-cast",
 6280 "serde",
 6281]
 6282
 6283[[package]]
 6284name = "flume"
 6285version = "0.11.1"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6288dependencies = [
 6289 "futures-core",
 6290 "futures-sink",
 6291 "nanorand",
 6292 "spin 0.9.8",
 6293]
 6294
 6295[[package]]
 6296name = "fnv"
 6297version = "1.0.7"
 6298source = "registry+https://github.com/rust-lang/crates.io-index"
 6299checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6300
 6301[[package]]
 6302name = "foldhash"
 6303version = "0.1.5"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6306
 6307[[package]]
 6308name = "foldhash"
 6309version = "0.2.0"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6312
 6313[[package]]
 6314name = "font-types"
 6315version = "0.10.0"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6318dependencies = [
 6319 "bytemuck",
 6320]
 6321
 6322[[package]]
 6323name = "font-types"
 6324version = "0.11.0"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6327dependencies = [
 6328 "bytemuck",
 6329]
 6330
 6331[[package]]
 6332name = "fontconfig-parser"
 6333version = "0.5.8"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6336dependencies = [
 6337 "roxmltree",
 6338]
 6339
 6340[[package]]
 6341name = "fontdb"
 6342version = "0.16.2"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6345dependencies = [
 6346 "fontconfig-parser",
 6347 "log",
 6348 "memmap2",
 6349 "slotmap",
 6350 "tinyvec",
 6351 "ttf-parser 0.20.0",
 6352]
 6353
 6354[[package]]
 6355name = "fontdb"
 6356version = "0.23.0"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6359dependencies = [
 6360 "fontconfig-parser",
 6361 "log",
 6362 "memmap2",
 6363 "slotmap",
 6364 "tinyvec",
 6365 "ttf-parser 0.25.1",
 6366]
 6367
 6368[[package]]
 6369name = "foreign-types"
 6370version = "0.3.2"
 6371source = "registry+https://github.com/rust-lang/crates.io-index"
 6372checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6373dependencies = [
 6374 "foreign-types-shared 0.1.1",
 6375]
 6376
 6377[[package]]
 6378name = "foreign-types"
 6379version = "0.5.0"
 6380source = "registry+https://github.com/rust-lang/crates.io-index"
 6381checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6382dependencies = [
 6383 "foreign-types-macros",
 6384 "foreign-types-shared 0.3.1",
 6385]
 6386
 6387[[package]]
 6388name = "foreign-types-macros"
 6389version = "0.2.3"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6392dependencies = [
 6393 "proc-macro2",
 6394 "quote",
 6395 "syn 2.0.117",
 6396]
 6397
 6398[[package]]
 6399name = "foreign-types-shared"
 6400version = "0.1.1"
 6401source = "registry+https://github.com/rust-lang/crates.io-index"
 6402checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6403
 6404[[package]]
 6405name = "foreign-types-shared"
 6406version = "0.3.1"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6409
 6410[[package]]
 6411name = "fork"
 6412version = "0.4.0"
 6413source = "registry+https://github.com/rust-lang/crates.io-index"
 6414checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6415dependencies = [
 6416 "libc",
 6417]
 6418
 6419[[package]]
 6420name = "form_urlencoded"
 6421version = "1.2.2"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6424dependencies = [
 6425 "percent-encoding",
 6426]
 6427
 6428[[package]]
 6429name = "fraction"
 6430version = "0.15.3"
 6431source = "registry+https://github.com/rust-lang/crates.io-index"
 6432checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6433dependencies = [
 6434 "lazy_static",
 6435 "num",
 6436]
 6437
 6438[[package]]
 6439name = "freetype-sys"
 6440version = "0.20.1"
 6441source = "registry+https://github.com/rust-lang/crates.io-index"
 6442checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6443dependencies = [
 6444 "cc",
 6445 "libc",
 6446 "pkg-config",
 6447]
 6448
 6449[[package]]
 6450name = "fs"
 6451version = "0.1.0"
 6452dependencies = [
 6453 "anyhow",
 6454 "ashpd",
 6455 "async-tar",
 6456 "async-trait",
 6457 "collections",
 6458 "dunce",
 6459 "fs",
 6460 "futures 0.3.32",
 6461 "git",
 6462 "gpui",
 6463 "ignore",
 6464 "is_executable",
 6465 "libc",
 6466 "log",
 6467 "notify 8.2.0",
 6468 "parking_lot",
 6469 "paths",
 6470 "proto",
 6471 "rope",
 6472 "serde",
 6473 "serde_json",
 6474 "smol",
 6475 "tempfile",
 6476 "text",
 6477 "thiserror 2.0.17",
 6478 "time",
 6479 "trash",
 6480 "util",
 6481 "windows 0.61.3",
 6482]
 6483
 6484[[package]]
 6485name = "fs-set-times"
 6486version = "0.20.3"
 6487source = "registry+https://github.com/rust-lang/crates.io-index"
 6488checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6489dependencies = [
 6490 "io-lifetimes",
 6491 "rustix 1.1.2",
 6492 "windows-sys 0.59.0",
 6493]
 6494
 6495[[package]]
 6496name = "fs2"
 6497version = "0.4.3"
 6498source = "registry+https://github.com/rust-lang/crates.io-index"
 6499checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6500dependencies = [
 6501 "libc",
 6502 "winapi",
 6503]
 6504
 6505[[package]]
 6506name = "fs_benchmarks"
 6507version = "0.1.0"
 6508dependencies = [
 6509 "fs",
 6510 "gpui",
 6511 "gpui_platform",
 6512]
 6513
 6514[[package]]
 6515name = "fs_extra"
 6516version = "1.3.0"
 6517source = "registry+https://github.com/rust-lang/crates.io-index"
 6518checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6519
 6520[[package]]
 6521name = "fsevent-sys"
 6522version = "4.1.0"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6525dependencies = [
 6526 "libc",
 6527]
 6528
 6529[[package]]
 6530name = "fuchsia-cprng"
 6531version = "0.1.1"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6534
 6535[[package]]
 6536name = "funty"
 6537version = "2.0.0"
 6538source = "registry+https://github.com/rust-lang/crates.io-index"
 6539checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6540
 6541[[package]]
 6542name = "futf"
 6543version = "0.1.5"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6546dependencies = [
 6547 "mac",
 6548 "new_debug_unreachable",
 6549]
 6550
 6551[[package]]
 6552name = "futures"
 6553version = "0.1.31"
 6554source = "registry+https://github.com/rust-lang/crates.io-index"
 6555checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6556
 6557[[package]]
 6558name = "futures"
 6559version = "0.3.32"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6562dependencies = [
 6563 "futures-channel",
 6564 "futures-core",
 6565 "futures-executor",
 6566 "futures-io",
 6567 "futures-sink",
 6568 "futures-task",
 6569 "futures-util",
 6570]
 6571
 6572[[package]]
 6573name = "futures-channel"
 6574version = "0.3.32"
 6575source = "registry+https://github.com/rust-lang/crates.io-index"
 6576checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6577dependencies = [
 6578 "futures-core",
 6579 "futures-sink",
 6580]
 6581
 6582[[package]]
 6583name = "futures-concurrency"
 6584version = "7.7.1"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6587dependencies = [
 6588 "fixedbitset 0.5.7",
 6589 "futures-core",
 6590 "futures-lite 2.6.1",
 6591 "pin-project",
 6592 "smallvec",
 6593]
 6594
 6595[[package]]
 6596name = "futures-core"
 6597version = "0.3.32"
 6598source = "registry+https://github.com/rust-lang/crates.io-index"
 6599checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6600
 6601[[package]]
 6602name = "futures-executor"
 6603version = "0.3.32"
 6604source = "registry+https://github.com/rust-lang/crates.io-index"
 6605checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6606dependencies = [
 6607 "futures-core",
 6608 "futures-task",
 6609 "futures-util",
 6610]
 6611
 6612[[package]]
 6613name = "futures-intrusive"
 6614version = "0.5.0"
 6615source = "registry+https://github.com/rust-lang/crates.io-index"
 6616checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6617dependencies = [
 6618 "futures-core",
 6619 "lock_api",
 6620 "parking_lot",
 6621]
 6622
 6623[[package]]
 6624name = "futures-io"
 6625version = "0.3.32"
 6626source = "registry+https://github.com/rust-lang/crates.io-index"
 6627checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6628
 6629[[package]]
 6630name = "futures-lite"
 6631version = "1.13.0"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6634dependencies = [
 6635 "fastrand 1.9.0",
 6636 "futures-core",
 6637 "futures-io",
 6638 "memchr",
 6639 "parking",
 6640 "pin-project-lite",
 6641 "waker-fn",
 6642]
 6643
 6644[[package]]
 6645name = "futures-lite"
 6646version = "2.6.1"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6649dependencies = [
 6650 "fastrand 2.3.0",
 6651 "futures-core",
 6652 "futures-io",
 6653 "parking",
 6654 "pin-project-lite",
 6655]
 6656
 6657[[package]]
 6658name = "futures-macro"
 6659version = "0.3.32"
 6660source = "registry+https://github.com/rust-lang/crates.io-index"
 6661checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6662dependencies = [
 6663 "proc-macro2",
 6664 "quote",
 6665 "syn 2.0.117",
 6666]
 6667
 6668[[package]]
 6669name = "futures-sink"
 6670version = "0.3.32"
 6671source = "registry+https://github.com/rust-lang/crates.io-index"
 6672checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6673
 6674[[package]]
 6675name = "futures-task"
 6676version = "0.3.32"
 6677source = "registry+https://github.com/rust-lang/crates.io-index"
 6678checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6679
 6680[[package]]
 6681name = "futures-util"
 6682version = "0.3.32"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6685dependencies = [
 6686 "futures 0.1.31",
 6687 "futures-channel",
 6688 "futures-core",
 6689 "futures-io",
 6690 "futures-macro",
 6691 "futures-sink",
 6692 "futures-task",
 6693 "libc",
 6694 "memchr",
 6695 "pin-project-lite",
 6696 "slab",
 6697 "tokio-io",
 6698]
 6699
 6700[[package]]
 6701name = "fuzzy"
 6702version = "0.1.0"
 6703dependencies = [
 6704 "gpui",
 6705 "log",
 6706 "util",
 6707]
 6708
 6709[[package]]
 6710name = "fuzzy_nucleo"
 6711version = "0.1.0"
 6712dependencies = [
 6713 "gpui",
 6714 "nucleo",
 6715 "util",
 6716]
 6717
 6718[[package]]
 6719name = "gaoya"
 6720version = "0.2.0"
 6721source = "registry+https://github.com/rust-lang/crates.io-index"
 6722checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6723dependencies = [
 6724 "ahash 0.8.12",
 6725 "crossbeam-utils",
 6726 "fnv",
 6727 "itertools 0.10.5",
 6728 "num-traits",
 6729 "rand 0.8.5",
 6730 "rand_pcg",
 6731 "random_choice",
 6732 "rayon",
 6733 "seahash",
 6734 "sha-1",
 6735 "shingles",
 6736 "siphasher 0.3.11",
 6737 "smallvec",
 6738 "triomphe",
 6739]
 6740
 6741[[package]]
 6742name = "gemm"
 6743version = "0.17.1"
 6744source = "registry+https://github.com/rust-lang/crates.io-index"
 6745checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6746dependencies = [
 6747 "dyn-stack 0.10.0",
 6748 "gemm-c32 0.17.1",
 6749 "gemm-c64 0.17.1",
 6750 "gemm-common 0.17.1",
 6751 "gemm-f16 0.17.1",
 6752 "gemm-f32 0.17.1",
 6753 "gemm-f64 0.17.1",
 6754 "num-complex",
 6755 "num-traits",
 6756 "paste",
 6757 "raw-cpuid 10.7.0",
 6758 "seq-macro",
 6759]
 6760
 6761[[package]]
 6762name = "gemm"
 6763version = "0.18.2"
 6764source = "registry+https://github.com/rust-lang/crates.io-index"
 6765checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6766dependencies = [
 6767 "dyn-stack 0.13.2",
 6768 "gemm-c32 0.18.2",
 6769 "gemm-c64 0.18.2",
 6770 "gemm-common 0.18.2",
 6771 "gemm-f16 0.18.2",
 6772 "gemm-f32 0.18.2",
 6773 "gemm-f64 0.18.2",
 6774 "num-complex",
 6775 "num-traits",
 6776 "paste",
 6777 "raw-cpuid 11.6.0",
 6778 "seq-macro",
 6779]
 6780
 6781[[package]]
 6782name = "gemm-c32"
 6783version = "0.17.1"
 6784source = "registry+https://github.com/rust-lang/crates.io-index"
 6785checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6786dependencies = [
 6787 "dyn-stack 0.10.0",
 6788 "gemm-common 0.17.1",
 6789 "num-complex",
 6790 "num-traits",
 6791 "paste",
 6792 "raw-cpuid 10.7.0",
 6793 "seq-macro",
 6794]
 6795
 6796[[package]]
 6797name = "gemm-c32"
 6798version = "0.18.2"
 6799source = "registry+https://github.com/rust-lang/crates.io-index"
 6800checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6801dependencies = [
 6802 "dyn-stack 0.13.2",
 6803 "gemm-common 0.18.2",
 6804 "num-complex",
 6805 "num-traits",
 6806 "paste",
 6807 "raw-cpuid 11.6.0",
 6808 "seq-macro",
 6809]
 6810
 6811[[package]]
 6812name = "gemm-c64"
 6813version = "0.17.1"
 6814source = "registry+https://github.com/rust-lang/crates.io-index"
 6815checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6816dependencies = [
 6817 "dyn-stack 0.10.0",
 6818 "gemm-common 0.17.1",
 6819 "num-complex",
 6820 "num-traits",
 6821 "paste",
 6822 "raw-cpuid 10.7.0",
 6823 "seq-macro",
 6824]
 6825
 6826[[package]]
 6827name = "gemm-c64"
 6828version = "0.18.2"
 6829source = "registry+https://github.com/rust-lang/crates.io-index"
 6830checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6831dependencies = [
 6832 "dyn-stack 0.13.2",
 6833 "gemm-common 0.18.2",
 6834 "num-complex",
 6835 "num-traits",
 6836 "paste",
 6837 "raw-cpuid 11.6.0",
 6838 "seq-macro",
 6839]
 6840
 6841[[package]]
 6842name = "gemm-common"
 6843version = "0.17.1"
 6844source = "registry+https://github.com/rust-lang/crates.io-index"
 6845checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6846dependencies = [
 6847 "bytemuck",
 6848 "dyn-stack 0.10.0",
 6849 "half",
 6850 "num-complex",
 6851 "num-traits",
 6852 "once_cell",
 6853 "paste",
 6854 "pulp 0.18.22",
 6855 "raw-cpuid 10.7.0",
 6856 "rayon",
 6857 "seq-macro",
 6858 "sysctl 0.5.5",
 6859]
 6860
 6861[[package]]
 6862name = "gemm-common"
 6863version = "0.18.2"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6866dependencies = [
 6867 "bytemuck",
 6868 "dyn-stack 0.13.2",
 6869 "half",
 6870 "libm",
 6871 "num-complex",
 6872 "num-traits",
 6873 "once_cell",
 6874 "paste",
 6875 "pulp 0.21.5",
 6876 "raw-cpuid 11.6.0",
 6877 "rayon",
 6878 "seq-macro",
 6879 "sysctl 0.6.0",
 6880]
 6881
 6882[[package]]
 6883name = "gemm-f16"
 6884version = "0.17.1"
 6885source = "registry+https://github.com/rust-lang/crates.io-index"
 6886checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6887dependencies = [
 6888 "dyn-stack 0.10.0",
 6889 "gemm-common 0.17.1",
 6890 "gemm-f32 0.17.1",
 6891 "half",
 6892 "num-complex",
 6893 "num-traits",
 6894 "paste",
 6895 "raw-cpuid 10.7.0",
 6896 "rayon",
 6897 "seq-macro",
 6898]
 6899
 6900[[package]]
 6901name = "gemm-f16"
 6902version = "0.18.2"
 6903source = "registry+https://github.com/rust-lang/crates.io-index"
 6904checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6905dependencies = [
 6906 "dyn-stack 0.13.2",
 6907 "gemm-common 0.18.2",
 6908 "gemm-f32 0.18.2",
 6909 "half",
 6910 "num-complex",
 6911 "num-traits",
 6912 "paste",
 6913 "raw-cpuid 11.6.0",
 6914 "rayon",
 6915 "seq-macro",
 6916]
 6917
 6918[[package]]
 6919name = "gemm-f32"
 6920version = "0.17.1"
 6921source = "registry+https://github.com/rust-lang/crates.io-index"
 6922checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6923dependencies = [
 6924 "dyn-stack 0.10.0",
 6925 "gemm-common 0.17.1",
 6926 "num-complex",
 6927 "num-traits",
 6928 "paste",
 6929 "raw-cpuid 10.7.0",
 6930 "seq-macro",
 6931]
 6932
 6933[[package]]
 6934name = "gemm-f32"
 6935version = "0.18.2"
 6936source = "registry+https://github.com/rust-lang/crates.io-index"
 6937checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6938dependencies = [
 6939 "dyn-stack 0.13.2",
 6940 "gemm-common 0.18.2",
 6941 "num-complex",
 6942 "num-traits",
 6943 "paste",
 6944 "raw-cpuid 11.6.0",
 6945 "seq-macro",
 6946]
 6947
 6948[[package]]
 6949name = "gemm-f64"
 6950version = "0.17.1"
 6951source = "registry+https://github.com/rust-lang/crates.io-index"
 6952checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6953dependencies = [
 6954 "dyn-stack 0.10.0",
 6955 "gemm-common 0.17.1",
 6956 "num-complex",
 6957 "num-traits",
 6958 "paste",
 6959 "raw-cpuid 10.7.0",
 6960 "seq-macro",
 6961]
 6962
 6963[[package]]
 6964name = "gemm-f64"
 6965version = "0.18.2"
 6966source = "registry+https://github.com/rust-lang/crates.io-index"
 6967checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6968dependencies = [
 6969 "dyn-stack 0.13.2",
 6970 "gemm-common 0.18.2",
 6971 "num-complex",
 6972 "num-traits",
 6973 "paste",
 6974 "raw-cpuid 11.6.0",
 6975 "seq-macro",
 6976]
 6977
 6978[[package]]
 6979name = "generator"
 6980version = "0.8.7"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6983dependencies = [
 6984 "cc",
 6985 "cfg-if",
 6986 "libc",
 6987 "log",
 6988 "rustversion",
 6989 "windows 0.61.3",
 6990]
 6991
 6992[[package]]
 6993name = "generic-array"
 6994version = "0.14.7"
 6995source = "registry+https://github.com/rust-lang/crates.io-index"
 6996checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6997dependencies = [
 6998 "typenum",
 6999 "version_check",
 7000]
 7001
 7002[[package]]
 7003name = "gethostname"
 7004version = "1.1.0"
 7005source = "registry+https://github.com/rust-lang/crates.io-index"
 7006checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7007dependencies = [
 7008 "rustix 1.1.2",
 7009 "windows-link 0.2.1",
 7010]
 7011
 7012[[package]]
 7013name = "getrandom"
 7014version = "0.2.16"
 7015source = "registry+https://github.com/rust-lang/crates.io-index"
 7016checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7017dependencies = [
 7018 "cfg-if",
 7019 "js-sys",
 7020 "libc",
 7021 "wasi",
 7022 "wasm-bindgen",
 7023]
 7024
 7025[[package]]
 7026name = "getrandom"
 7027version = "0.3.4"
 7028source = "registry+https://github.com/rust-lang/crates.io-index"
 7029checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7030dependencies = [
 7031 "cfg-if",
 7032 "js-sys",
 7033 "libc",
 7034 "r-efi",
 7035 "wasip2",
 7036 "wasm-bindgen",
 7037]
 7038
 7039[[package]]
 7040name = "getrandom"
 7041version = "0.4.1"
 7042source = "registry+https://github.com/rust-lang/crates.io-index"
 7043checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7044dependencies = [
 7045 "cfg-if",
 7046 "libc",
 7047 "r-efi",
 7048 "wasip2",
 7049 "wasip3",
 7050]
 7051
 7052[[package]]
 7053name = "gh-workflow"
 7054version = "0.8.0"
 7055source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7056dependencies = [
 7057 "async-trait",
 7058 "derive_more",
 7059 "derive_setters",
 7060 "gh-workflow-macros",
 7061 "indexmap",
 7062 "merge",
 7063 "serde",
 7064 "serde_json",
 7065 "serde_yaml",
 7066 "strum_macros 0.27.2",
 7067]
 7068
 7069[[package]]
 7070name = "gh-workflow-macros"
 7071version = "0.8.0"
 7072source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7073dependencies = [
 7074 "heck 0.5.0",
 7075 "quote",
 7076 "syn 2.0.117",
 7077]
 7078
 7079[[package]]
 7080name = "gif"
 7081version = "0.13.3"
 7082source = "registry+https://github.com/rust-lang/crates.io-index"
 7083checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7084dependencies = [
 7085 "color_quant",
 7086 "weezl",
 7087]
 7088
 7089[[package]]
 7090name = "gimli"
 7091version = "0.32.3"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7094dependencies = [
 7095 "fallible-iterator",
 7096 "indexmap",
 7097 "stable_deref_trait",
 7098]
 7099
 7100[[package]]
 7101name = "gio-sys"
 7102version = "0.21.5"
 7103source = "registry+https://github.com/rust-lang/crates.io-index"
 7104checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7105dependencies = [
 7106 "glib-sys",
 7107 "gobject-sys",
 7108 "libc",
 7109 "system-deps 7.0.7",
 7110 "windows-sys 0.61.2",
 7111]
 7112
 7113[[package]]
 7114name = "git"
 7115version = "0.1.0"
 7116dependencies = [
 7117 "anyhow",
 7118 "askpass",
 7119 "async-trait",
 7120 "collections",
 7121 "derive_more",
 7122 "futures 0.3.32",
 7123 "git2",
 7124 "gpui",
 7125 "http_client",
 7126 "itertools 0.14.0",
 7127 "log",
 7128 "parking_lot",
 7129 "pretty_assertions",
 7130 "rand 0.9.3",
 7131 "regex",
 7132 "rope",
 7133 "schemars",
 7134 "serde",
 7135 "serde_json",
 7136 "smallvec",
 7137 "smol",
 7138 "sum_tree",
 7139 "tempfile",
 7140 "text",
 7141 "thiserror 2.0.17",
 7142 "time",
 7143 "url",
 7144 "urlencoding",
 7145 "util",
 7146 "uuid",
 7147 "ztracing",
 7148]
 7149
 7150[[package]]
 7151name = "git2"
 7152version = "0.20.4"
 7153source = "registry+https://github.com/rust-lang/crates.io-index"
 7154checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7155dependencies = [
 7156 "bitflags 2.10.0",
 7157 "libc",
 7158 "libgit2-sys",
 7159 "log",
 7160 "url",
 7161]
 7162
 7163[[package]]
 7164name = "git_graph"
 7165version = "0.1.0"
 7166dependencies = [
 7167 "anyhow",
 7168 "collections",
 7169 "db",
 7170 "editor",
 7171 "fs",
 7172 "git",
 7173 "git_ui",
 7174 "gpui",
 7175 "language",
 7176 "menu",
 7177 "project",
 7178 "rand 0.9.3",
 7179 "remote_connection",
 7180 "search",
 7181 "serde_json",
 7182 "settings",
 7183 "smallvec",
 7184 "smol",
 7185 "theme",
 7186 "theme_settings",
 7187 "time",
 7188 "ui",
 7189 "workspace",
 7190]
 7191
 7192[[package]]
 7193name = "git_hosting_providers"
 7194version = "0.1.0"
 7195dependencies = [
 7196 "anyhow",
 7197 "async-trait",
 7198 "futures 0.3.32",
 7199 "git",
 7200 "gpui",
 7201 "http_client",
 7202 "indoc",
 7203 "itertools 0.14.0",
 7204 "pretty_assertions",
 7205 "regex",
 7206 "serde",
 7207 "serde_json",
 7208 "settings",
 7209 "url",
 7210 "urlencoding",
 7211 "util",
 7212]
 7213
 7214[[package]]
 7215name = "git_ui"
 7216version = "0.1.0"
 7217dependencies = [
 7218 "agent_settings",
 7219 "alacritty_terminal",
 7220 "anyhow",
 7221 "askpass",
 7222 "buffer_diff",
 7223 "call",
 7224 "collections",
 7225 "component",
 7226 "ctor",
 7227 "db",
 7228 "editor",
 7229 "file_icons",
 7230 "futures 0.3.32",
 7231 "fuzzy",
 7232 "git",
 7233 "gpui",
 7234 "indoc",
 7235 "itertools 0.14.0",
 7236 "language",
 7237 "language_model",
 7238 "linkify",
 7239 "log",
 7240 "markdown",
 7241 "menu",
 7242 "multi_buffer",
 7243 "notifications",
 7244 "panel",
 7245 "picker",
 7246 "pretty_assertions",
 7247 "project",
 7248 "prompt_store",
 7249 "proto",
 7250 "rand 0.9.3",
 7251 "remote",
 7252 "remote_connection",
 7253 "schemars",
 7254 "serde",
 7255 "serde_json",
 7256 "settings",
 7257 "smallvec",
 7258 "smol",
 7259 "strum 0.27.2",
 7260 "telemetry",
 7261 "theme",
 7262 "theme_settings",
 7263 "time",
 7264 "time_format",
 7265 "tracing",
 7266 "ui",
 7267 "ui_input",
 7268 "unindent",
 7269 "util",
 7270 "watch",
 7271 "windows 0.61.3",
 7272 "workspace",
 7273 "zed_actions",
 7274 "zeroize",
 7275 "zlog",
 7276 "ztracing",
 7277]
 7278
 7279[[package]]
 7280name = "gl_generator"
 7281version = "0.14.0"
 7282source = "registry+https://github.com/rust-lang/crates.io-index"
 7283checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7284dependencies = [
 7285 "khronos_api",
 7286 "log",
 7287 "xml-rs",
 7288]
 7289
 7290[[package]]
 7291name = "glib"
 7292version = "0.21.5"
 7293source = "registry+https://github.com/rust-lang/crates.io-index"
 7294checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7295dependencies = [
 7296 "bitflags 2.10.0",
 7297 "futures-channel",
 7298 "futures-core",
 7299 "futures-executor",
 7300 "futures-task",
 7301 "futures-util",
 7302 "gio-sys",
 7303 "glib-macros",
 7304 "glib-sys",
 7305 "gobject-sys",
 7306 "libc",
 7307 "memchr",
 7308 "smallvec",
 7309]
 7310
 7311[[package]]
 7312name = "glib-macros"
 7313version = "0.21.5"
 7314source = "registry+https://github.com/rust-lang/crates.io-index"
 7315checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7316dependencies = [
 7317 "heck 0.5.0",
 7318 "proc-macro-crate",
 7319 "proc-macro2",
 7320 "quote",
 7321 "syn 2.0.117",
 7322]
 7323
 7324[[package]]
 7325name = "glib-sys"
 7326version = "0.21.5"
 7327source = "registry+https://github.com/rust-lang/crates.io-index"
 7328checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7329dependencies = [
 7330 "libc",
 7331 "system-deps 7.0.7",
 7332]
 7333
 7334[[package]]
 7335name = "glob"
 7336version = "0.3.3"
 7337source = "registry+https://github.com/rust-lang/crates.io-index"
 7338checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7339
 7340[[package]]
 7341name = "globset"
 7342version = "0.4.17"
 7343source = "registry+https://github.com/rust-lang/crates.io-index"
 7344checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7345dependencies = [
 7346 "aho-corasick",
 7347 "bstr",
 7348 "log",
 7349 "regex-automata",
 7350 "regex-syntax",
 7351]
 7352
 7353[[package]]
 7354name = "gloo-timers"
 7355version = "0.3.0"
 7356source = "registry+https://github.com/rust-lang/crates.io-index"
 7357checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7358dependencies = [
 7359 "futures-channel",
 7360 "futures-core",
 7361 "js-sys",
 7362 "wasm-bindgen",
 7363]
 7364
 7365[[package]]
 7366name = "glow"
 7367version = "0.17.0"
 7368source = "registry+https://github.com/rust-lang/crates.io-index"
 7369checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7370dependencies = [
 7371 "js-sys",
 7372 "slotmap",
 7373 "wasm-bindgen",
 7374 "web-sys",
 7375]
 7376
 7377[[package]]
 7378name = "glutin_wgl_sys"
 7379version = "0.6.1"
 7380source = "registry+https://github.com/rust-lang/crates.io-index"
 7381checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7382dependencies = [
 7383 "gl_generator",
 7384]
 7385
 7386[[package]]
 7387name = "go_to_line"
 7388version = "0.1.0"
 7389dependencies = [
 7390 "editor",
 7391 "gpui",
 7392 "indoc",
 7393 "language",
 7394 "menu",
 7395 "multi_buffer",
 7396 "project",
 7397 "rope",
 7398 "serde",
 7399 "serde_json",
 7400 "settings",
 7401 "text",
 7402 "theme",
 7403 "ui",
 7404 "util",
 7405 "workspace",
 7406]
 7407
 7408[[package]]
 7409name = "gobject-sys"
 7410version = "0.21.5"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7413dependencies = [
 7414 "glib-sys",
 7415 "libc",
 7416 "system-deps 7.0.7",
 7417]
 7418
 7419[[package]]
 7420name = "goblin"
 7421version = "0.9.3"
 7422source = "registry+https://github.com/rust-lang/crates.io-index"
 7423checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7424dependencies = [
 7425 "log",
 7426 "plain",
 7427 "scroll",
 7428]
 7429
 7430[[package]]
 7431name = "google_ai"
 7432version = "0.1.0"
 7433dependencies = [
 7434 "anyhow",
 7435 "futures 0.3.32",
 7436 "http_client",
 7437 "language_model_core",
 7438 "log",
 7439 "schemars",
 7440 "serde",
 7441 "serde_json",
 7442 "strum 0.27.2",
 7443 "tiktoken-rs",
 7444]
 7445
 7446[[package]]
 7447name = "gpu-allocator"
 7448version = "0.28.0"
 7449source = "registry+https://github.com/rust-lang/crates.io-index"
 7450checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7451dependencies = [
 7452 "ash",
 7453 "hashbrown 0.16.1",
 7454 "log",
 7455 "presser",
 7456 "thiserror 2.0.17",
 7457 "windows 0.62.2",
 7458]
 7459
 7460[[package]]
 7461name = "gpu-descriptor"
 7462version = "0.3.2"
 7463source = "registry+https://github.com/rust-lang/crates.io-index"
 7464checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7465dependencies = [
 7466 "bitflags 2.10.0",
 7467 "gpu-descriptor-types",
 7468 "hashbrown 0.15.5",
 7469]
 7470
 7471[[package]]
 7472name = "gpu-descriptor-types"
 7473version = "0.2.0"
 7474source = "registry+https://github.com/rust-lang/crates.io-index"
 7475checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7476dependencies = [
 7477 "bitflags 2.10.0",
 7478]
 7479
 7480[[package]]
 7481name = "gpui"
 7482version = "0.2.2"
 7483dependencies = [
 7484 "anyhow",
 7485 "async-channel 2.5.0",
 7486 "async-task",
 7487 "backtrace",
 7488 "bindgen 0.71.1",
 7489 "bitflags 2.10.0",
 7490 "block",
 7491 "cbindgen",
 7492 "chrono",
 7493 "cocoa 0.26.0",
 7494 "cocoa-foundation 0.2.0",
 7495 "collections",
 7496 "core-foundation 0.10.0",
 7497 "core-foundation-sys",
 7498 "core-graphics 0.24.0",
 7499 "core-text",
 7500 "core-video",
 7501 "ctor",
 7502 "derive_more",
 7503 "embed-resource",
 7504 "env_logger 0.11.8",
 7505 "etagere",
 7506 "foreign-types 0.5.0",
 7507 "futures 0.3.32",
 7508 "futures-concurrency",
 7509 "getrandom 0.3.4",
 7510 "gpui_macros",
 7511 "gpui_platform",
 7512 "gpui_shared_string",
 7513 "gpui_util",
 7514 "gpui_web",
 7515 "http_client",
 7516 "image",
 7517 "inventory",
 7518 "itertools 0.14.0",
 7519 "log",
 7520 "lyon",
 7521 "mach2 0.5.0",
 7522 "media",
 7523 "metal",
 7524 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7525 "num_cpus",
 7526 "objc",
 7527 "objc2",
 7528 "objc2-metal",
 7529 "parking",
 7530 "parking_lot",
 7531 "pathfinder_geometry",
 7532 "pin-project",
 7533 "pollster 0.4.0",
 7534 "postage",
 7535 "profiling",
 7536 "proptest",
 7537 "rand 0.9.3",
 7538 "raw-window-handle",
 7539 "refineable",
 7540 "regex",
 7541 "reqwest_client",
 7542 "resvg",
 7543 "scheduler",
 7544 "schemars",
 7545 "seahash",
 7546 "serde",
 7547 "serde_json",
 7548 "slotmap",
 7549 "smallvec",
 7550 "spin 0.10.0",
 7551 "stacksafe",
 7552 "strum 0.27.2",
 7553 "sum_tree",
 7554 "taffy",
 7555 "thiserror 2.0.17",
 7556 "ttf-parser 0.25.1",
 7557 "unicode-segmentation",
 7558 "url",
 7559 "usvg",
 7560 "util_macros",
 7561 "uuid",
 7562 "waker-fn",
 7563 "wasm-bindgen",
 7564 "web-time",
 7565 "windows 0.61.3",
 7566 "zed-font-kit",
 7567 "zed-scap",
 7568]
 7569
 7570[[package]]
 7571name = "gpui_linux"
 7572version = "0.1.0"
 7573dependencies = [
 7574 "anyhow",
 7575 "as-raw-xcb-connection",
 7576 "ashpd",
 7577 "bitflags 2.10.0",
 7578 "bytemuck",
 7579 "calloop",
 7580 "calloop-wayland-source",
 7581 "collections",
 7582 "filedescriptor",
 7583 "futures 0.3.32",
 7584 "gpui",
 7585 "gpui_wgpu",
 7586 "http_client",
 7587 "itertools 0.14.0",
 7588 "libc",
 7589 "log",
 7590 "oo7",
 7591 "open",
 7592 "parking_lot",
 7593 "pathfinder_geometry",
 7594 "pollster 0.4.0",
 7595 "profiling",
 7596 "raw-window-handle",
 7597 "smallvec",
 7598 "smol",
 7599 "strum 0.27.2",
 7600 "swash",
 7601 "url",
 7602 "util",
 7603 "uuid",
 7604 "wayland-backend",
 7605 "wayland-client",
 7606 "wayland-cursor",
 7607 "wayland-protocols",
 7608 "wayland-protocols-plasma",
 7609 "wayland-protocols-wlr",
 7610 "x11-clipboard",
 7611 "x11rb",
 7612 "xkbcommon",
 7613 "zed-scap",
 7614 "zed-xim",
 7615]
 7616
 7617[[package]]
 7618name = "gpui_macos"
 7619version = "0.1.0"
 7620dependencies = [
 7621 "anyhow",
 7622 "async-task",
 7623 "block",
 7624 "cbindgen",
 7625 "cocoa 0.26.0",
 7626 "collections",
 7627 "core-foundation 0.10.0",
 7628 "core-foundation-sys",
 7629 "core-graphics 0.24.0",
 7630 "core-text",
 7631 "core-video",
 7632 "ctor",
 7633 "derive_more",
 7634 "dispatch2",
 7635 "etagere",
 7636 "foreign-types 0.5.0",
 7637 "futures 0.3.32",
 7638 "gpui",
 7639 "image",
 7640 "itertools 0.14.0",
 7641 "libc",
 7642 "log",
 7643 "mach2 0.5.0",
 7644 "media",
 7645 "metal",
 7646 "objc",
 7647 "objc2-app-kit",
 7648 "parking_lot",
 7649 "pathfinder_geometry",
 7650 "raw-window-handle",
 7651 "semver",
 7652 "smallvec",
 7653 "strum 0.27.2",
 7654 "util",
 7655 "uuid",
 7656 "zed-font-kit",
 7657]
 7658
 7659[[package]]
 7660name = "gpui_macros"
 7661version = "0.1.0"
 7662dependencies = [
 7663 "gpui",
 7664 "heck 0.5.0",
 7665 "proc-macro2",
 7666 "quote",
 7667 "syn 2.0.117",
 7668]
 7669
 7670[[package]]
 7671name = "gpui_platform"
 7672version = "0.1.0"
 7673dependencies = [
 7674 "console_error_panic_hook",
 7675 "gpui",
 7676 "gpui_linux",
 7677 "gpui_macos",
 7678 "gpui_web",
 7679 "gpui_windows",
 7680]
 7681
 7682[[package]]
 7683name = "gpui_shared_string"
 7684version = "0.1.0"
 7685dependencies = [
 7686 "derive_more",
 7687 "gpui_util",
 7688 "schemars",
 7689 "serde",
 7690]
 7691
 7692[[package]]
 7693name = "gpui_tokio"
 7694version = "0.1.0"
 7695dependencies = [
 7696 "anyhow",
 7697 "gpui",
 7698 "tokio",
 7699 "util",
 7700]
 7701
 7702[[package]]
 7703name = "gpui_util"
 7704version = "0.1.0"
 7705dependencies = [
 7706 "anyhow",
 7707 "log",
 7708]
 7709
 7710[[package]]
 7711name = "gpui_web"
 7712version = "0.1.0"
 7713dependencies = [
 7714 "anyhow",
 7715 "console_error_panic_hook",
 7716 "futures 0.3.32",
 7717 "gpui",
 7718 "gpui_wgpu",
 7719 "http_client",
 7720 "js-sys",
 7721 "log",
 7722 "parking_lot",
 7723 "raw-window-handle",
 7724 "smallvec",
 7725 "uuid",
 7726 "wasm-bindgen",
 7727 "wasm-bindgen-futures",
 7728 "wasm_thread",
 7729 "web-sys",
 7730 "web-time",
 7731]
 7732
 7733[[package]]
 7734name = "gpui_wgpu"
 7735version = "0.1.0"
 7736dependencies = [
 7737 "anyhow",
 7738 "bytemuck",
 7739 "collections",
 7740 "cosmic-text",
 7741 "etagere",
 7742 "gpui",
 7743 "gpui_util",
 7744 "itertools 0.14.0",
 7745 "js-sys",
 7746 "log",
 7747 "parking_lot",
 7748 "pollster 0.4.0",
 7749 "profiling",
 7750 "raw-window-handle",
 7751 "smallvec",
 7752 "swash",
 7753 "wasm-bindgen",
 7754 "wasm-bindgen-futures",
 7755 "web-sys",
 7756 "wgpu",
 7757 "zed-font-kit",
 7758]
 7759
 7760[[package]]
 7761name = "gpui_windows"
 7762version = "0.1.0"
 7763dependencies = [
 7764 "anyhow",
 7765 "collections",
 7766 "etagere",
 7767 "futures 0.3.32",
 7768 "gpui",
 7769 "image",
 7770 "itertools 0.14.0",
 7771 "log",
 7772 "parking_lot",
 7773 "rand 0.9.3",
 7774 "raw-window-handle",
 7775 "smallvec",
 7776 "util",
 7777 "uuid",
 7778 "windows 0.61.3",
 7779 "windows-core 0.61.2",
 7780 "windows-numerics 0.2.0",
 7781 "windows-registry 0.5.3",
 7782 "zed-scap",
 7783]
 7784
 7785[[package]]
 7786name = "grammars"
 7787version = "0.1.0"
 7788dependencies = [
 7789 "anyhow",
 7790 "language_core",
 7791 "rust-embed",
 7792 "toml 0.8.23",
 7793 "tree-sitter",
 7794 "tree-sitter-bash",
 7795 "tree-sitter-c",
 7796 "tree-sitter-cpp",
 7797 "tree-sitter-css",
 7798 "tree-sitter-diff",
 7799 "tree-sitter-gitcommit",
 7800 "tree-sitter-go",
 7801 "tree-sitter-gomod",
 7802 "tree-sitter-gowork",
 7803 "tree-sitter-jsdoc",
 7804 "tree-sitter-json",
 7805 "tree-sitter-md",
 7806 "tree-sitter-python",
 7807 "tree-sitter-regex",
 7808 "tree-sitter-rust",
 7809 "tree-sitter-typescript",
 7810 "tree-sitter-yaml",
 7811 "util",
 7812]
 7813
 7814[[package]]
 7815name = "grid"
 7816version = "0.18.0"
 7817source = "registry+https://github.com/rust-lang/crates.io-index"
 7818checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7819
 7820[[package]]
 7821name = "group"
 7822version = "0.12.1"
 7823source = "registry+https://github.com/rust-lang/crates.io-index"
 7824checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7825dependencies = [
 7826 "ff",
 7827 "rand_core 0.6.4",
 7828 "subtle",
 7829]
 7830
 7831[[package]]
 7832name = "h2"
 7833version = "0.3.27"
 7834source = "registry+https://github.com/rust-lang/crates.io-index"
 7835checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7836dependencies = [
 7837 "bytes 1.11.1",
 7838 "fnv",
 7839 "futures-core",
 7840 "futures-sink",
 7841 "futures-util",
 7842 "http 0.2.12",
 7843 "indexmap",
 7844 "slab",
 7845 "tokio",
 7846 "tokio-util",
 7847 "tracing",
 7848]
 7849
 7850[[package]]
 7851name = "h2"
 7852version = "0.4.12"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7855dependencies = [
 7856 "atomic-waker",
 7857 "bytes 1.11.1",
 7858 "fnv",
 7859 "futures-core",
 7860 "futures-sink",
 7861 "http 1.3.1",
 7862 "indexmap",
 7863 "slab",
 7864 "tokio",
 7865 "tokio-util",
 7866 "tracing",
 7867]
 7868
 7869[[package]]
 7870name = "half"
 7871version = "2.7.1"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7874dependencies = [
 7875 "bytemuck",
 7876 "cfg-if",
 7877 "crunchy",
 7878 "num-traits",
 7879 "rand 0.9.3",
 7880 "rand_distr",
 7881 "zerocopy",
 7882]
 7883
 7884[[package]]
 7885name = "handlebars"
 7886version = "4.5.0"
 7887source = "registry+https://github.com/rust-lang/crates.io-index"
 7888checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7889dependencies = [
 7890 "log",
 7891 "pest",
 7892 "pest_derive",
 7893 "rust-embed",
 7894 "serde",
 7895 "serde_json",
 7896 "thiserror 1.0.69",
 7897]
 7898
 7899[[package]]
 7900name = "handlebars"
 7901version = "5.1.2"
 7902source = "registry+https://github.com/rust-lang/crates.io-index"
 7903checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7904dependencies = [
 7905 "log",
 7906 "pest",
 7907 "pest_derive",
 7908 "serde",
 7909 "serde_json",
 7910 "thiserror 1.0.69",
 7911]
 7912
 7913[[package]]
 7914name = "harfrust"
 7915version = "0.5.0"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7918dependencies = [
 7919 "bitflags 2.10.0",
 7920 "bytemuck",
 7921 "core_maths",
 7922 "read-fonts 0.37.0",
 7923 "smallvec",
 7924]
 7925
 7926[[package]]
 7927name = "hash32"
 7928version = "0.3.1"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7931dependencies = [
 7932 "byteorder",
 7933]
 7934
 7935[[package]]
 7936name = "hashbrown"
 7937version = "0.12.3"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7940dependencies = [
 7941 "ahash 0.7.8",
 7942]
 7943
 7944[[package]]
 7945name = "hashbrown"
 7946version = "0.14.5"
 7947source = "registry+https://github.com/rust-lang/crates.io-index"
 7948checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7949dependencies = [
 7950 "ahash 0.8.12",
 7951 "allocator-api2",
 7952]
 7953
 7954[[package]]
 7955name = "hashbrown"
 7956version = "0.15.5"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7959dependencies = [
 7960 "allocator-api2",
 7961 "equivalent",
 7962 "foldhash 0.1.5",
 7963 "serde",
 7964]
 7965
 7966[[package]]
 7967name = "hashbrown"
 7968version = "0.16.1"
 7969source = "registry+https://github.com/rust-lang/crates.io-index"
 7970checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7971dependencies = [
 7972 "allocator-api2",
 7973 "equivalent",
 7974 "foldhash 0.2.0",
 7975]
 7976
 7977[[package]]
 7978name = "hashlink"
 7979version = "0.8.4"
 7980source = "registry+https://github.com/rust-lang/crates.io-index"
 7981checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7982dependencies = [
 7983 "hashbrown 0.14.5",
 7984]
 7985
 7986[[package]]
 7987name = "hashlink"
 7988version = "0.10.0"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7991dependencies = [
 7992 "hashbrown 0.15.5",
 7993]
 7994
 7995[[package]]
 7996name = "headers"
 7997version = "0.3.9"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8000dependencies = [
 8001 "base64 0.21.7",
 8002 "bytes 1.11.1",
 8003 "headers-core",
 8004 "http 0.2.12",
 8005 "httpdate",
 8006 "mime",
 8007 "sha1",
 8008]
 8009
 8010[[package]]
 8011name = "headers-core"
 8012version = "0.2.0"
 8013source = "registry+https://github.com/rust-lang/crates.io-index"
 8014checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8015dependencies = [
 8016 "http 0.2.12",
 8017]
 8018
 8019[[package]]
 8020name = "heapless"
 8021version = "0.9.2"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8024dependencies = [
 8025 "hash32",
 8026 "stable_deref_trait",
 8027]
 8028
 8029[[package]]
 8030name = "heck"
 8031version = "0.3.3"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8034dependencies = [
 8035 "unicode-segmentation",
 8036]
 8037
 8038[[package]]
 8039name = "heck"
 8040version = "0.4.1"
 8041source = "registry+https://github.com/rust-lang/crates.io-index"
 8042checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8043dependencies = [
 8044 "unicode-segmentation",
 8045]
 8046
 8047[[package]]
 8048name = "heck"
 8049version = "0.5.0"
 8050source = "registry+https://github.com/rust-lang/crates.io-index"
 8051checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8052
 8053[[package]]
 8054name = "heed"
 8055version = "0.21.0"
 8056source = "registry+https://github.com/rust-lang/crates.io-index"
 8057checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8058dependencies = [
 8059 "bitflags 2.10.0",
 8060 "byteorder",
 8061 "heed-traits",
 8062 "heed-types",
 8063 "libc",
 8064 "lmdb-master-sys",
 8065 "once_cell",
 8066 "page_size",
 8067 "serde",
 8068 "synchronoise",
 8069 "url",
 8070]
 8071
 8072[[package]]
 8073name = "heed-traits"
 8074version = "0.20.0"
 8075source = "registry+https://github.com/rust-lang/crates.io-index"
 8076checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8077
 8078[[package]]
 8079name = "heed-types"
 8080version = "0.21.0"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8083dependencies = [
 8084 "bincode",
 8085 "byteorder",
 8086 "heed-traits",
 8087 "serde",
 8088 "serde_json",
 8089]
 8090
 8091[[package]]
 8092name = "hermit-abi"
 8093version = "0.5.2"
 8094source = "registry+https://github.com/rust-lang/crates.io-index"
 8095checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8096
 8097[[package]]
 8098name = "hex"
 8099version = "0.4.3"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8102
 8103[[package]]
 8104name = "hexf-parse"
 8105version = "0.2.1"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8108
 8109[[package]]
 8110name = "hkdf"
 8111version = "0.12.4"
 8112source = "registry+https://github.com/rust-lang/crates.io-index"
 8113checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8114dependencies = [
 8115 "hmac",
 8116]
 8117
 8118[[package]]
 8119name = "hmac"
 8120version = "0.12.1"
 8121source = "registry+https://github.com/rust-lang/crates.io-index"
 8122checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8123dependencies = [
 8124 "digest",
 8125]
 8126
 8127[[package]]
 8128name = "home"
 8129version = "0.5.11"
 8130source = "registry+https://github.com/rust-lang/crates.io-index"
 8131checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8132dependencies = [
 8133 "windows-sys 0.59.0",
 8134]
 8135
 8136[[package]]
 8137name = "hound"
 8138version = "3.5.1"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8141
 8142[[package]]
 8143name = "html5ever"
 8144version = "0.27.0"
 8145source = "registry+https://github.com/rust-lang/crates.io-index"
 8146checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8147dependencies = [
 8148 "log",
 8149 "mac",
 8150 "markup5ever 0.12.1",
 8151 "proc-macro2",
 8152 "quote",
 8153 "syn 2.0.117",
 8154]
 8155
 8156[[package]]
 8157name = "html5ever"
 8158version = "0.35.0"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8161dependencies = [
 8162 "log",
 8163 "markup5ever 0.35.0",
 8164 "match_token",
 8165]
 8166
 8167[[package]]
 8168name = "html_to_markdown"
 8169version = "0.1.0"
 8170dependencies = [
 8171 "anyhow",
 8172 "html5ever 0.27.0",
 8173 "indoc",
 8174 "markup5ever_rcdom",
 8175 "pretty_assertions",
 8176 "regex",
 8177]
 8178
 8179[[package]]
 8180name = "http"
 8181version = "0.2.12"
 8182source = "registry+https://github.com/rust-lang/crates.io-index"
 8183checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8184dependencies = [
 8185 "bytes 1.11.1",
 8186 "fnv",
 8187 "itoa",
 8188]
 8189
 8190[[package]]
 8191name = "http"
 8192version = "1.3.1"
 8193source = "registry+https://github.com/rust-lang/crates.io-index"
 8194checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8195dependencies = [
 8196 "bytes 1.11.1",
 8197 "fnv",
 8198 "itoa",
 8199]
 8200
 8201[[package]]
 8202name = "http-body"
 8203version = "0.4.6"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8206dependencies = [
 8207 "bytes 1.11.1",
 8208 "http 0.2.12",
 8209 "pin-project-lite",
 8210]
 8211
 8212[[package]]
 8213name = "http-body"
 8214version = "1.0.1"
 8215source = "registry+https://github.com/rust-lang/crates.io-index"
 8216checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8217dependencies = [
 8218 "bytes 1.11.1",
 8219 "http 1.3.1",
 8220]
 8221
 8222[[package]]
 8223name = "http-body-util"
 8224version = "0.1.3"
 8225source = "registry+https://github.com/rust-lang/crates.io-index"
 8226checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8227dependencies = [
 8228 "bytes 1.11.1",
 8229 "futures-core",
 8230 "http 1.3.1",
 8231 "http-body 1.0.1",
 8232 "pin-project-lite",
 8233]
 8234
 8235[[package]]
 8236name = "http-range-header"
 8237version = "0.3.1"
 8238source = "registry+https://github.com/rust-lang/crates.io-index"
 8239checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8240
 8241[[package]]
 8242name = "http_client"
 8243version = "0.1.0"
 8244dependencies = [
 8245 "anyhow",
 8246 "async-compression",
 8247 "async-fs",
 8248 "async-tar",
 8249 "bytes 1.11.1",
 8250 "derive_more",
 8251 "futures 0.3.32",
 8252 "http 1.3.1",
 8253 "http-body 1.0.1",
 8254 "log",
 8255 "parking_lot",
 8256 "serde",
 8257 "serde_json",
 8258 "serde_urlencoded",
 8259 "sha2",
 8260 "tempfile",
 8261 "url",
 8262 "util",
 8263]
 8264
 8265[[package]]
 8266name = "http_client_tls"
 8267version = "0.1.0"
 8268dependencies = [
 8269 "rustls 0.23.33",
 8270 "rustls-platform-verifier",
 8271]
 8272
 8273[[package]]
 8274name = "httparse"
 8275version = "1.10.1"
 8276source = "registry+https://github.com/rust-lang/crates.io-index"
 8277checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8278
 8279[[package]]
 8280name = "httpdate"
 8281version = "1.0.3"
 8282source = "registry+https://github.com/rust-lang/crates.io-index"
 8283checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8284
 8285[[package]]
 8286name = "human_bytes"
 8287version = "0.4.3"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8290
 8291[[package]]
 8292name = "humantime"
 8293version = "2.3.0"
 8294source = "registry+https://github.com/rust-lang/crates.io-index"
 8295checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8296
 8297[[package]]
 8298name = "hyper"
 8299version = "0.14.32"
 8300source = "registry+https://github.com/rust-lang/crates.io-index"
 8301checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8302dependencies = [
 8303 "bytes 1.11.1",
 8304 "futures-channel",
 8305 "futures-core",
 8306 "futures-util",
 8307 "h2 0.3.27",
 8308 "http 0.2.12",
 8309 "http-body 0.4.6",
 8310 "httparse",
 8311 "httpdate",
 8312 "itoa",
 8313 "pin-project-lite",
 8314 "socket2 0.5.10",
 8315 "tokio",
 8316 "tower-service",
 8317 "tracing",
 8318 "want",
 8319]
 8320
 8321[[package]]
 8322name = "hyper"
 8323version = "1.7.0"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8326dependencies = [
 8327 "atomic-waker",
 8328 "bytes 1.11.1",
 8329 "futures-channel",
 8330 "futures-core",
 8331 "h2 0.4.12",
 8332 "http 1.3.1",
 8333 "http-body 1.0.1",
 8334 "httparse",
 8335 "itoa",
 8336 "pin-project-lite",
 8337 "pin-utils",
 8338 "smallvec",
 8339 "tokio",
 8340 "want",
 8341]
 8342
 8343[[package]]
 8344name = "hyper-rustls"
 8345version = "0.24.2"
 8346source = "registry+https://github.com/rust-lang/crates.io-index"
 8347checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8348dependencies = [
 8349 "futures-util",
 8350 "http 0.2.12",
 8351 "hyper 0.14.32",
 8352 "log",
 8353 "rustls 0.21.12",
 8354 "rustls-native-certs 0.6.3",
 8355 "tokio",
 8356 "tokio-rustls 0.24.1",
 8357]
 8358
 8359[[package]]
 8360name = "hyper-rustls"
 8361version = "0.27.7"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8364dependencies = [
 8365 "http 1.3.1",
 8366 "hyper 1.7.0",
 8367 "hyper-util",
 8368 "log",
 8369 "rustls 0.23.33",
 8370 "rustls-native-certs 0.8.2",
 8371 "rustls-pki-types",
 8372 "tokio",
 8373 "tokio-rustls 0.26.2",
 8374 "tower-service",
 8375]
 8376
 8377[[package]]
 8378name = "hyper-timeout"
 8379version = "0.5.2"
 8380source = "registry+https://github.com/rust-lang/crates.io-index"
 8381checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8382dependencies = [
 8383 "hyper 1.7.0",
 8384 "hyper-util",
 8385 "pin-project-lite",
 8386 "tokio",
 8387 "tower-service",
 8388]
 8389
 8390[[package]]
 8391name = "hyper-tls"
 8392version = "0.5.0"
 8393source = "registry+https://github.com/rust-lang/crates.io-index"
 8394checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8395dependencies = [
 8396 "bytes 1.11.1",
 8397 "hyper 0.14.32",
 8398 "native-tls",
 8399 "tokio",
 8400 "tokio-native-tls",
 8401]
 8402
 8403[[package]]
 8404name = "hyper-util"
 8405version = "0.1.17"
 8406source = "registry+https://github.com/rust-lang/crates.io-index"
 8407checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8408dependencies = [
 8409 "base64 0.22.1",
 8410 "bytes 1.11.1",
 8411 "futures-channel",
 8412 "futures-core",
 8413 "futures-util",
 8414 "http 1.3.1",
 8415 "http-body 1.0.1",
 8416 "hyper 1.7.0",
 8417 "ipnet",
 8418 "libc",
 8419 "percent-encoding",
 8420 "pin-project-lite",
 8421 "socket2 0.6.1",
 8422 "tokio",
 8423 "tower-service",
 8424 "tracing",
 8425]
 8426
 8427[[package]]
 8428name = "iana-time-zone"
 8429version = "0.1.64"
 8430source = "registry+https://github.com/rust-lang/crates.io-index"
 8431checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8432dependencies = [
 8433 "android_system_properties",
 8434 "core-foundation-sys",
 8435 "iana-time-zone-haiku",
 8436 "js-sys",
 8437 "log",
 8438 "wasm-bindgen",
 8439 "windows-core 0.62.2",
 8440]
 8441
 8442[[package]]
 8443name = "iana-time-zone-haiku"
 8444version = "0.1.2"
 8445source = "registry+https://github.com/rust-lang/crates.io-index"
 8446checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8447dependencies = [
 8448 "cc",
 8449]
 8450
 8451[[package]]
 8452name = "icons"
 8453version = "0.1.0"
 8454dependencies = [
 8455 "serde",
 8456 "strum 0.27.2",
 8457]
 8458
 8459[[package]]
 8460name = "icu_collections"
 8461version = "2.0.0"
 8462source = "registry+https://github.com/rust-lang/crates.io-index"
 8463checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8464dependencies = [
 8465 "displaydoc",
 8466 "potential_utf",
 8467 "yoke 0.8.0",
 8468 "zerofrom",
 8469 "zerovec",
 8470]
 8471
 8472[[package]]
 8473name = "icu_locale_core"
 8474version = "2.0.0"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8477dependencies = [
 8478 "displaydoc",
 8479 "litemap",
 8480 "tinystr",
 8481 "writeable",
 8482 "zerovec",
 8483]
 8484
 8485[[package]]
 8486name = "icu_normalizer"
 8487version = "2.0.0"
 8488source = "registry+https://github.com/rust-lang/crates.io-index"
 8489checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8490dependencies = [
 8491 "displaydoc",
 8492 "icu_collections",
 8493 "icu_normalizer_data",
 8494 "icu_properties",
 8495 "icu_provider",
 8496 "smallvec",
 8497 "zerovec",
 8498]
 8499
 8500[[package]]
 8501name = "icu_normalizer_data"
 8502version = "2.0.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8505
 8506[[package]]
 8507name = "icu_properties"
 8508version = "2.0.1"
 8509source = "registry+https://github.com/rust-lang/crates.io-index"
 8510checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8511dependencies = [
 8512 "displaydoc",
 8513 "icu_collections",
 8514 "icu_locale_core",
 8515 "icu_properties_data",
 8516 "icu_provider",
 8517 "potential_utf",
 8518 "zerotrie",
 8519 "zerovec",
 8520]
 8521
 8522[[package]]
 8523name = "icu_properties_data"
 8524version = "2.0.1"
 8525source = "registry+https://github.com/rust-lang/crates.io-index"
 8526checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8527
 8528[[package]]
 8529name = "icu_provider"
 8530version = "2.0.0"
 8531source = "registry+https://github.com/rust-lang/crates.io-index"
 8532checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8533dependencies = [
 8534 "displaydoc",
 8535 "icu_locale_core",
 8536 "stable_deref_trait",
 8537 "tinystr",
 8538 "writeable",
 8539 "yoke 0.8.0",
 8540 "zerofrom",
 8541 "zerotrie",
 8542 "zerovec",
 8543]
 8544
 8545[[package]]
 8546name = "id-arena"
 8547version = "2.2.1"
 8548source = "registry+https://github.com/rust-lang/crates.io-index"
 8549checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8550
 8551[[package]]
 8552name = "ident_case"
 8553version = "1.0.1"
 8554source = "registry+https://github.com/rust-lang/crates.io-index"
 8555checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8556
 8557[[package]]
 8558name = "idna"
 8559version = "1.1.0"
 8560source = "registry+https://github.com/rust-lang/crates.io-index"
 8561checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8562dependencies = [
 8563 "idna_adapter",
 8564 "smallvec",
 8565 "utf8_iter",
 8566]
 8567
 8568[[package]]
 8569name = "idna_adapter"
 8570version = "1.2.1"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8573dependencies = [
 8574 "icu_normalizer",
 8575 "icu_properties",
 8576]
 8577
 8578[[package]]
 8579name = "ignore"
 8580version = "0.4.24"
 8581source = "registry+https://github.com/rust-lang/crates.io-index"
 8582checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8583dependencies = [
 8584 "crossbeam-deque",
 8585 "globset",
 8586 "log",
 8587 "memchr",
 8588 "regex-automata",
 8589 "same-file",
 8590 "walkdir",
 8591 "winapi-util",
 8592]
 8593
 8594[[package]]
 8595name = "image"
 8596version = "0.25.8"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8599dependencies = [
 8600 "bytemuck",
 8601 "byteorder-lite",
 8602 "color_quant",
 8603 "exr",
 8604 "gif",
 8605 "image-webp",
 8606 "moxcms",
 8607 "num-traits",
 8608 "png 0.18.0",
 8609 "qoi",
 8610 "ravif",
 8611 "rayon",
 8612 "rgb",
 8613 "tiff",
 8614 "zune-core",
 8615 "zune-jpeg",
 8616]
 8617
 8618[[package]]
 8619name = "image-webp"
 8620version = "0.2.4"
 8621source = "registry+https://github.com/rust-lang/crates.io-index"
 8622checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8623dependencies = [
 8624 "byteorder-lite",
 8625 "quick-error 2.0.1",
 8626]
 8627
 8628[[package]]
 8629name = "image_viewer"
 8630version = "0.1.0"
 8631dependencies = [
 8632 "anyhow",
 8633 "db",
 8634 "editor",
 8635 "file_icons",
 8636 "gpui",
 8637 "language",
 8638 "log",
 8639 "project",
 8640 "serde",
 8641 "settings",
 8642 "theme_settings",
 8643 "ui",
 8644 "util",
 8645 "workspace",
 8646]
 8647
 8648[[package]]
 8649name = "imagesize"
 8650version = "0.13.0"
 8651source = "registry+https://github.com/rust-lang/crates.io-index"
 8652checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8653
 8654[[package]]
 8655name = "imara-diff"
 8656version = "0.1.8"
 8657source = "registry+https://github.com/rust-lang/crates.io-index"
 8658checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8659dependencies = [
 8660 "hashbrown 0.15.5",
 8661]
 8662
 8663[[package]]
 8664name = "imgref"
 8665version = "1.12.0"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8668
 8669[[package]]
 8670name = "indenter"
 8671version = "0.3.4"
 8672source = "registry+https://github.com/rust-lang/crates.io-index"
 8673checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8674
 8675[[package]]
 8676name = "indexmap"
 8677version = "2.11.4"
 8678source = "registry+https://github.com/rust-lang/crates.io-index"
 8679checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8680dependencies = [
 8681 "equivalent",
 8682 "hashbrown 0.16.1",
 8683 "serde",
 8684 "serde_core",
 8685]
 8686
 8687[[package]]
 8688name = "indoc"
 8689version = "2.0.6"
 8690source = "registry+https://github.com/rust-lang/crates.io-index"
 8691checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8692
 8693[[package]]
 8694name = "inherent"
 8695version = "1.0.13"
 8696source = "registry+https://github.com/rust-lang/crates.io-index"
 8697checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8698dependencies = [
 8699 "proc-macro2",
 8700 "quote",
 8701 "syn 2.0.117",
 8702]
 8703
 8704[[package]]
 8705name = "inotify"
 8706version = "0.9.6"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8709dependencies = [
 8710 "bitflags 1.3.2",
 8711 "inotify-sys",
 8712 "libc",
 8713]
 8714
 8715[[package]]
 8716name = "inotify"
 8717version = "0.11.0"
 8718source = "registry+https://github.com/rust-lang/crates.io-index"
 8719checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8720dependencies = [
 8721 "bitflags 2.10.0",
 8722 "inotify-sys",
 8723 "libc",
 8724]
 8725
 8726[[package]]
 8727name = "inotify-sys"
 8728version = "0.1.5"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8731dependencies = [
 8732 "libc",
 8733]
 8734
 8735[[package]]
 8736name = "inout"
 8737version = "0.1.4"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8740dependencies = [
 8741 "block-padding",
 8742 "generic-array",
 8743]
 8744
 8745[[package]]
 8746name = "inspector_ui"
 8747version = "0.1.0"
 8748dependencies = [
 8749 "anyhow",
 8750 "command_palette_hooks",
 8751 "editor",
 8752 "fuzzy",
 8753 "gpui",
 8754 "language",
 8755 "project",
 8756 "serde_json",
 8757 "serde_json_lenient",
 8758 "theme_settings",
 8759 "ui",
 8760 "util",
 8761 "util_macros",
 8762 "workspace",
 8763 "zed_actions",
 8764]
 8765
 8766[[package]]
 8767name = "install_cli"
 8768version = "0.1.0"
 8769dependencies = [
 8770 "anyhow",
 8771 "client",
 8772 "gpui",
 8773 "release_channel",
 8774 "smol",
 8775 "util",
 8776 "workspace",
 8777]
 8778
 8779[[package]]
 8780name = "instant"
 8781version = "0.1.13"
 8782source = "registry+https://github.com/rust-lang/crates.io-index"
 8783checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8784dependencies = [
 8785 "cfg-if",
 8786]
 8787
 8788[[package]]
 8789name = "interpolate_name"
 8790version = "0.2.4"
 8791source = "registry+https://github.com/rust-lang/crates.io-index"
 8792checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8793dependencies = [
 8794 "proc-macro2",
 8795 "quote",
 8796 "syn 2.0.117",
 8797]
 8798
 8799[[package]]
 8800name = "inventory"
 8801version = "0.3.21"
 8802source = "registry+https://github.com/rust-lang/crates.io-index"
 8803checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8804dependencies = [
 8805 "rustversion",
 8806]
 8807
 8808[[package]]
 8809name = "io-extras"
 8810version = "0.18.4"
 8811source = "registry+https://github.com/rust-lang/crates.io-index"
 8812checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8813dependencies = [
 8814 "io-lifetimes",
 8815 "windows-sys 0.59.0",
 8816]
 8817
 8818[[package]]
 8819name = "io-lifetimes"
 8820version = "2.0.4"
 8821source = "registry+https://github.com/rust-lang/crates.io-index"
 8822checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8823
 8824[[package]]
 8825name = "io-surface"
 8826version = "0.16.1"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8829dependencies = [
 8830 "cgl",
 8831 "core-foundation 0.10.0",
 8832 "core-foundation-sys",
 8833 "leaky-cow",
 8834]
 8835
 8836[[package]]
 8837name = "iovec"
 8838version = "0.1.4"
 8839source = "registry+https://github.com/rust-lang/crates.io-index"
 8840checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8841dependencies = [
 8842 "libc",
 8843]
 8844
 8845[[package]]
 8846name = "ipc-channel"
 8847version = "0.19.0"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8850dependencies = [
 8851 "bincode",
 8852 "crossbeam-channel",
 8853 "fnv",
 8854 "lazy_static",
 8855 "libc",
 8856 "mio 1.1.0",
 8857 "rand 0.8.5",
 8858 "serde",
 8859 "tempfile",
 8860 "uuid",
 8861 "windows 0.58.0",
 8862]
 8863
 8864[[package]]
 8865name = "ipnet"
 8866version = "2.11.0"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8869
 8870[[package]]
 8871name = "iri-string"
 8872version = "0.7.8"
 8873source = "registry+https://github.com/rust-lang/crates.io-index"
 8874checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8875dependencies = [
 8876 "memchr",
 8877 "serde",
 8878]
 8879
 8880[[package]]
 8881name = "is-docker"
 8882version = "0.2.0"
 8883source = "registry+https://github.com/rust-lang/crates.io-index"
 8884checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8885dependencies = [
 8886 "once_cell",
 8887]
 8888
 8889[[package]]
 8890name = "is-terminal"
 8891version = "0.4.16"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8894dependencies = [
 8895 "hermit-abi",
 8896 "libc",
 8897 "windows-sys 0.59.0",
 8898]
 8899
 8900[[package]]
 8901name = "is-wsl"
 8902version = "0.4.0"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8905dependencies = [
 8906 "is-docker",
 8907 "once_cell",
 8908]
 8909
 8910[[package]]
 8911name = "is_executable"
 8912version = "1.0.5"
 8913source = "registry+https://github.com/rust-lang/crates.io-index"
 8914checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8915dependencies = [
 8916 "windows-sys 0.60.2",
 8917]
 8918
 8919[[package]]
 8920name = "is_terminal_polyfill"
 8921version = "1.70.1"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8924
 8925[[package]]
 8926name = "itertools"
 8927version = "0.10.5"
 8928source = "registry+https://github.com/rust-lang/crates.io-index"
 8929checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8930dependencies = [
 8931 "either",
 8932]
 8933
 8934[[package]]
 8935name = "itertools"
 8936version = "0.11.0"
 8937source = "registry+https://github.com/rust-lang/crates.io-index"
 8938checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8939dependencies = [
 8940 "either",
 8941]
 8942
 8943[[package]]
 8944name = "itertools"
 8945version = "0.12.1"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8948dependencies = [
 8949 "either",
 8950]
 8951
 8952[[package]]
 8953name = "itertools"
 8954version = "0.14.0"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8957dependencies = [
 8958 "either",
 8959]
 8960
 8961[[package]]
 8962name = "itoa"
 8963version = "1.0.15"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8966
 8967[[package]]
 8968name = "jiff"
 8969version = "0.2.15"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8972dependencies = [
 8973 "jiff-static",
 8974 "log",
 8975 "portable-atomic",
 8976 "portable-atomic-util",
 8977 "serde",
 8978]
 8979
 8980[[package]]
 8981name = "jiff-static"
 8982version = "0.2.15"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8985dependencies = [
 8986 "proc-macro2",
 8987 "quote",
 8988 "syn 2.0.117",
 8989]
 8990
 8991[[package]]
 8992name = "jni"
 8993version = "0.21.1"
 8994source = "registry+https://github.com/rust-lang/crates.io-index"
 8995checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8996dependencies = [
 8997 "cesu8",
 8998 "cfg-if",
 8999 "combine",
 9000 "jni-sys",
 9001 "log",
 9002 "thiserror 1.0.69",
 9003 "walkdir",
 9004 "windows-sys 0.45.0",
 9005]
 9006
 9007[[package]]
 9008name = "jni-sys"
 9009version = "0.3.0"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9012
 9013[[package]]
 9014name = "jobserver"
 9015version = "0.1.34"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9018dependencies = [
 9019 "getrandom 0.3.4",
 9020 "libc",
 9021]
 9022
 9023[[package]]
 9024name = "journal"
 9025version = "0.1.0"
 9026dependencies = [
 9027 "anyhow",
 9028 "chrono",
 9029 "editor",
 9030 "gpui",
 9031 "log",
 9032 "serde",
 9033 "settings",
 9034 "shellexpand",
 9035 "workspace",
 9036]
 9037
 9038[[package]]
 9039name = "js-sys"
 9040version = "0.3.90"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9043dependencies = [
 9044 "once_cell",
 9045 "wasm-bindgen",
 9046]
 9047
 9048[[package]]
 9049name = "json5"
 9050version = "0.4.1"
 9051source = "registry+https://github.com/rust-lang/crates.io-index"
 9052checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9053dependencies = [
 9054 "pest",
 9055 "pest_derive",
 9056 "serde",
 9057]
 9058
 9059[[package]]
 9060name = "json_dotpath"
 9061version = "1.1.0"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9064dependencies = [
 9065 "serde",
 9066 "serde_derive",
 9067 "serde_json",
 9068 "thiserror 1.0.69",
 9069]
 9070
 9071[[package]]
 9072name = "json_schema_store"
 9073version = "0.1.0"
 9074dependencies = [
 9075 "anyhow",
 9076 "collections",
 9077 "dap",
 9078 "extension",
 9079 "gpui",
 9080 "language",
 9081 "parking_lot",
 9082 "paths",
 9083 "project",
 9084 "schemars",
 9085 "serde",
 9086 "serde_json",
 9087 "settings",
 9088 "snippet_provider",
 9089 "task",
 9090 "theme",
 9091 "util",
 9092]
 9093
 9094[[package]]
 9095name = "jsonschema"
 9096version = "0.37.4"
 9097source = "registry+https://github.com/rust-lang/crates.io-index"
 9098checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9099dependencies = [
 9100 "ahash 0.8.12",
 9101 "bytecount",
 9102 "data-encoding",
 9103 "email_address",
 9104 "fancy-regex 0.16.2",
 9105 "fraction",
 9106 "getrandom 0.3.4",
 9107 "idna",
 9108 "itoa",
 9109 "num-cmp",
 9110 "num-traits",
 9111 "percent-encoding",
 9112 "referencing",
 9113 "regex",
 9114 "regex-syntax",
 9115 "reqwest 0.12.24",
 9116 "serde",
 9117 "serde_json",
 9118 "unicode-general-category",
 9119 "uuid-simd",
 9120]
 9121
 9122[[package]]
 9123name = "jsonwebtoken"
 9124version = "10.3.0"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9127dependencies = [
 9128 "aws-lc-rs",
 9129 "base64 0.22.1",
 9130 "getrandom 0.2.16",
 9131 "js-sys",
 9132 "pem",
 9133 "serde",
 9134 "serde_json",
 9135 "signature 2.2.0",
 9136 "simple_asn1",
 9137]
 9138
 9139[[package]]
 9140name = "jupyter-protocol"
 9141version = "1.4.0"
 9142source = "registry+https://github.com/rust-lang/crates.io-index"
 9143checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9144dependencies = [
 9145 "async-trait",
 9146 "bytes 1.11.1",
 9147 "chrono",
 9148 "futures 0.3.32",
 9149 "serde",
 9150 "serde_json",
 9151 "thiserror 2.0.17",
 9152 "uuid",
 9153]
 9154
 9155[[package]]
 9156name = "jupyter-websocket-client"
 9157version = "1.0.0"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9160dependencies = [
 9161 "anyhow",
 9162 "async-trait",
 9163 "async-tungstenite",
 9164 "futures 0.3.32",
 9165 "jupyter-protocol",
 9166 "serde",
 9167 "serde_json",
 9168 "tokio",
 9169 "url",
 9170 "uuid",
 9171]
 9172
 9173[[package]]
 9174name = "keymap_editor"
 9175version = "0.1.0"
 9176dependencies = [
 9177 "anyhow",
 9178 "collections",
 9179 "command_palette",
 9180 "component",
 9181 "db",
 9182 "editor",
 9183 "fs",
 9184 "fuzzy",
 9185 "gpui",
 9186 "itertools 0.14.0",
 9187 "json_schema_store",
 9188 "language",
 9189 "log",
 9190 "menu",
 9191 "notifications",
 9192 "paths",
 9193 "project",
 9194 "search",
 9195 "serde",
 9196 "serde_json",
 9197 "settings",
 9198 "telemetry",
 9199 "tempfile",
 9200 "theme",
 9201 "theme_settings",
 9202 "tree-sitter-json",
 9203 "tree-sitter-rust",
 9204 "ui",
 9205 "ui_input",
 9206 "util",
 9207 "workspace",
 9208 "zed_actions",
 9209]
 9210
 9211[[package]]
 9212name = "khronos-egl"
 9213version = "6.0.0"
 9214source = "registry+https://github.com/rust-lang/crates.io-index"
 9215checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9216dependencies = [
 9217 "libc",
 9218 "libloading",
 9219 "pkg-config",
 9220]
 9221
 9222[[package]]
 9223name = "khronos_api"
 9224version = "3.1.0"
 9225source = "registry+https://github.com/rust-lang/crates.io-index"
 9226checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9227
 9228[[package]]
 9229name = "kqueue"
 9230version = "1.1.1"
 9231source = "registry+https://github.com/rust-lang/crates.io-index"
 9232checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9233dependencies = [
 9234 "kqueue-sys",
 9235 "libc",
 9236]
 9237
 9238[[package]]
 9239name = "kqueue-sys"
 9240version = "1.0.4"
 9241source = "registry+https://github.com/rust-lang/crates.io-index"
 9242checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9243dependencies = [
 9244 "bitflags 1.3.2",
 9245 "libc",
 9246]
 9247
 9248[[package]]
 9249name = "kurbo"
 9250version = "0.11.3"
 9251source = "registry+https://github.com/rust-lang/crates.io-index"
 9252checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9253dependencies = [
 9254 "arrayvec",
 9255 "euclid",
 9256 "smallvec",
 9257]
 9258
 9259[[package]]
 9260name = "kv-log-macro"
 9261version = "1.0.7"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9264dependencies = [
 9265 "log",
 9266]
 9267
 9268[[package]]
 9269name = "language"
 9270version = "0.1.0"
 9271dependencies = [
 9272 "anyhow",
 9273 "async-trait",
 9274 "clock",
 9275 "collections",
 9276 "criterion",
 9277 "ctor",
 9278 "diffy",
 9279 "ec4rs",
 9280 "encoding_rs",
 9281 "fs",
 9282 "futures 0.3.32",
 9283 "fuzzy",
 9284 "globset",
 9285 "gpui",
 9286 "http_client",
 9287 "imara-diff",
 9288 "indoc",
 9289 "itertools 0.14.0",
 9290 "language_core",
 9291 "log",
 9292 "lsp",
 9293 "parking_lot",
 9294 "postage",
 9295 "pretty_assertions",
 9296 "rand 0.9.3",
 9297 "regex",
 9298 "rpc",
 9299 "semver",
 9300 "serde",
 9301 "serde_json",
 9302 "settings",
 9303 "shellexpand",
 9304 "smallvec",
 9305 "smol",
 9306 "streaming-iterator",
 9307 "strsim",
 9308 "sum_tree",
 9309 "task",
 9310 "text",
 9311 "theme",
 9312 "theme_settings",
 9313 "toml 0.8.23",
 9314 "tracing",
 9315 "tree-sitter",
 9316 "tree-sitter-elixir",
 9317 "tree-sitter-embedded-template",
 9318 "tree-sitter-heex",
 9319 "tree-sitter-html",
 9320 "tree-sitter-json",
 9321 "tree-sitter-md",
 9322 "tree-sitter-python",
 9323 "tree-sitter-ruby",
 9324 "tree-sitter-rust",
 9325 "tree-sitter-typescript",
 9326 "unicase",
 9327 "unindent",
 9328 "util",
 9329 "watch",
 9330 "zlog",
 9331 "ztracing",
 9332]
 9333
 9334[[package]]
 9335name = "language_core"
 9336version = "0.1.0"
 9337dependencies = [
 9338 "anyhow",
 9339 "collections",
 9340 "gpui_shared_string",
 9341 "log",
 9342 "lsp",
 9343 "parking_lot",
 9344 "regex",
 9345 "schemars",
 9346 "serde",
 9347 "serde_json",
 9348 "toml 0.8.23",
 9349 "tree-sitter",
 9350 "util",
 9351]
 9352
 9353[[package]]
 9354name = "language_extension"
 9355version = "0.1.0"
 9356dependencies = [
 9357 "anyhow",
 9358 "async-trait",
 9359 "collections",
 9360 "extension",
 9361 "fs",
 9362 "futures 0.3.32",
 9363 "gpui",
 9364 "language",
 9365 "log",
 9366 "lsp",
 9367 "project",
 9368 "serde",
 9369 "serde_json",
 9370 "tracing",
 9371 "util",
 9372 "ztracing",
 9373]
 9374
 9375[[package]]
 9376name = "language_model"
 9377version = "0.1.0"
 9378dependencies = [
 9379 "anyhow",
 9380 "base64 0.22.1",
 9381 "collections",
 9382 "credentials_provider",
 9383 "env_var",
 9384 "futures 0.3.32",
 9385 "gpui",
 9386 "http_client",
 9387 "icons",
 9388 "image",
 9389 "language_model_core",
 9390 "log",
 9391 "parking_lot",
 9392 "serde",
 9393 "serde_json",
 9394 "thiserror 2.0.17",
 9395 "util",
 9396]
 9397
 9398[[package]]
 9399name = "language_model_core"
 9400version = "0.1.0"
 9401dependencies = [
 9402 "anyhow",
 9403 "cloud_llm_client",
 9404 "futures 0.3.32",
 9405 "gpui_shared_string",
 9406 "http_client",
 9407 "partial-json-fixer",
 9408 "schemars",
 9409 "serde",
 9410 "serde_json",
 9411 "smol",
 9412 "strum 0.27.2",
 9413 "thiserror 2.0.17",
 9414]
 9415
 9416[[package]]
 9417name = "language_models"
 9418version = "0.1.0"
 9419dependencies = [
 9420 "ai_onboarding",
 9421 "anthropic",
 9422 "anyhow",
 9423 "aws-config",
 9424 "aws-credential-types",
 9425 "aws_http_client",
 9426 "base64 0.22.1",
 9427 "bedrock",
 9428 "client",
 9429 "cloud_api_client",
 9430 "cloud_api_types",
 9431 "collections",
 9432 "component",
 9433 "convert_case 0.8.0",
 9434 "copilot",
 9435 "copilot_chat",
 9436 "copilot_ui",
 9437 "credentials_provider",
 9438 "deepseek",
 9439 "extension",
 9440 "extension_host",
 9441 "fs",
 9442 "futures 0.3.32",
 9443 "google_ai",
 9444 "gpui",
 9445 "gpui_tokio",
 9446 "http_client",
 9447 "language",
 9448 "language_model",
 9449 "language_models_cloud",
 9450 "lmstudio",
 9451 "log",
 9452 "menu",
 9453 "mistral",
 9454 "ollama",
 9455 "open_ai",
 9456 "open_router",
 9457 "opencode",
 9458 "pretty_assertions",
 9459 "release_channel",
 9460 "schemars",
 9461 "serde",
 9462 "serde_json",
 9463 "settings",
 9464 "smol",
 9465 "strum 0.27.2",
 9466 "tiktoken-rs",
 9467 "tokio",
 9468 "ui",
 9469 "ui_input",
 9470 "util",
 9471 "vercel",
 9472 "x_ai",
 9473]
 9474
 9475[[package]]
 9476name = "language_models_cloud"
 9477version = "0.1.0"
 9478dependencies = [
 9479 "anthropic",
 9480 "anyhow",
 9481 "cloud_llm_client",
 9482 "futures 0.3.32",
 9483 "google_ai",
 9484 "gpui",
 9485 "http_client",
 9486 "language_model",
 9487 "open_ai",
 9488 "schemars",
 9489 "semver",
 9490 "serde",
 9491 "serde_json",
 9492 "smol",
 9493 "thiserror 2.0.17",
 9494 "x_ai",
 9495]
 9496
 9497[[package]]
 9498name = "language_onboarding"
 9499version = "0.1.0"
 9500dependencies = [
 9501 "db",
 9502 "editor",
 9503 "gpui",
 9504 "project",
 9505 "ui",
 9506 "workspace",
 9507]
 9508
 9509[[package]]
 9510name = "language_selector"
 9511version = "0.1.0"
 9512dependencies = [
 9513 "anyhow",
 9514 "editor",
 9515 "file_icons",
 9516 "fuzzy",
 9517 "gpui",
 9518 "language",
 9519 "open_path_prompt",
 9520 "picker",
 9521 "project",
 9522 "serde_json",
 9523 "settings",
 9524 "ui",
 9525 "util",
 9526 "workspace",
 9527]
 9528
 9529[[package]]
 9530name = "language_tools"
 9531version = "0.1.0"
 9532dependencies = [
 9533 "anyhow",
 9534 "client",
 9535 "collections",
 9536 "command_palette_hooks",
 9537 "edit_prediction",
 9538 "editor",
 9539 "futures 0.3.32",
 9540 "gpui",
 9541 "itertools 0.14.0",
 9542 "language",
 9543 "lsp",
 9544 "menu",
 9545 "project",
 9546 "proto",
 9547 "release_channel",
 9548 "semver",
 9549 "serde_json",
 9550 "settings",
 9551 "sysinfo 0.37.2",
 9552 "telemetry",
 9553 "theme",
 9554 "theme_settings",
 9555 "tree-sitter",
 9556 "ui",
 9557 "util",
 9558 "workspace",
 9559 "zed_actions",
 9560 "zlog",
 9561]
 9562
 9563[[package]]
 9564name = "languages"
 9565version = "0.1.0"
 9566dependencies = [
 9567 "anyhow",
 9568 "async-compression",
 9569 "async-fs",
 9570 "async-tar",
 9571 "async-trait",
 9572 "chrono",
 9573 "collections",
 9574 "fs",
 9575 "futures 0.3.32",
 9576 "globset",
 9577 "gpui",
 9578 "grammars",
 9579 "http_client",
 9580 "itertools 0.14.0",
 9581 "json_schema_store",
 9582 "language",
 9583 "log",
 9584 "lsp",
 9585 "node_runtime",
 9586 "parking_lot",
 9587 "pet",
 9588 "pet-conda",
 9589 "pet-core",
 9590 "pet-fs",
 9591 "pet-poetry",
 9592 "pet-reporter",
 9593 "pet-virtualenv",
 9594 "pretty_assertions",
 9595 "project",
 9596 "regex",
 9597 "rope",
 9598 "semver",
 9599 "serde",
 9600 "serde_json",
 9601 "serde_json_lenient",
 9602 "settings",
 9603 "smallvec",
 9604 "smol",
 9605 "snippet",
 9606 "task",
 9607 "terminal",
 9608 "theme",
 9609 "tree-sitter",
 9610 "tree-sitter-bash",
 9611 "tree-sitter-c",
 9612 "tree-sitter-cpp",
 9613 "tree-sitter-css",
 9614 "tree-sitter-gitcommit",
 9615 "tree-sitter-go",
 9616 "tree-sitter-python",
 9617 "tree-sitter-rust",
 9618 "tree-sitter-typescript",
 9619 "unindent",
 9620 "url",
 9621 "util",
 9622]
 9623
 9624[[package]]
 9625name = "lazy_static"
 9626version = "1.5.0"
 9627source = "registry+https://github.com/rust-lang/crates.io-index"
 9628checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9629dependencies = [
 9630 "spin 0.9.8",
 9631]
 9632
 9633[[package]]
 9634name = "leak"
 9635version = "0.1.2"
 9636source = "registry+https://github.com/rust-lang/crates.io-index"
 9637checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9638
 9639[[package]]
 9640name = "leaky-cow"
 9641version = "0.1.1"
 9642source = "registry+https://github.com/rust-lang/crates.io-index"
 9643checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9644dependencies = [
 9645 "leak",
 9646]
 9647
 9648[[package]]
 9649name = "leb128"
 9650version = "0.2.5"
 9651source = "registry+https://github.com/rust-lang/crates.io-index"
 9652checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9653
 9654[[package]]
 9655name = "leb128fmt"
 9656version = "0.1.0"
 9657source = "registry+https://github.com/rust-lang/crates.io-index"
 9658checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9659
 9660[[package]]
 9661name = "lebe"
 9662version = "0.5.3"
 9663source = "registry+https://github.com/rust-lang/crates.io-index"
 9664checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9665
 9666[[package]]
 9667name = "libbz2-rs-sys"
 9668version = "0.2.2"
 9669source = "registry+https://github.com/rust-lang/crates.io-index"
 9670checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9671
 9672[[package]]
 9673name = "libc"
 9674version = "0.2.182"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9677
 9678[[package]]
 9679name = "libdbus-sys"
 9680version = "0.2.6"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9683dependencies = [
 9684 "cc",
 9685 "pkg-config",
 9686]
 9687
 9688[[package]]
 9689name = "libfuzzer-sys"
 9690version = "0.4.10"
 9691source = "registry+https://github.com/rust-lang/crates.io-index"
 9692checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9693dependencies = [
 9694 "arbitrary",
 9695 "cc",
 9696]
 9697
 9698[[package]]
 9699name = "libgit2-sys"
 9700version = "0.18.3+1.9.2"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9703dependencies = [
 9704 "cc",
 9705 "libc",
 9706 "libz-sys",
 9707 "pkg-config",
 9708]
 9709
 9710[[package]]
 9711name = "libloading"
 9712version = "0.8.9"
 9713source = "registry+https://github.com/rust-lang/crates.io-index"
 9714checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9715dependencies = [
 9716 "cfg-if",
 9717 "windows-link 0.2.1",
 9718]
 9719
 9720[[package]]
 9721name = "libm"
 9722version = "0.2.15"
 9723source = "registry+https://github.com/rust-lang/crates.io-index"
 9724checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9725
 9726[[package]]
 9727name = "libmimalloc-sys"
 9728version = "0.1.44"
 9729source = "registry+https://github.com/rust-lang/crates.io-index"
 9730checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9731dependencies = [
 9732 "cc",
 9733 "libc",
 9734]
 9735
 9736[[package]]
 9737name = "libredox"
 9738version = "0.1.10"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9741dependencies = [
 9742 "bitflags 2.10.0",
 9743 "libc",
 9744 "redox_syscall 0.5.18",
 9745]
 9746
 9747[[package]]
 9748name = "libsqlite3-sys"
 9749version = "0.30.1"
 9750source = "registry+https://github.com/rust-lang/crates.io-index"
 9751checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9752dependencies = [
 9753 "cc",
 9754 "pkg-config",
 9755 "vcpkg",
 9756]
 9757
 9758[[package]]
 9759name = "libwebrtc"
 9760version = "0.3.26"
 9761source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9762dependencies = [
 9763 "cxx",
 9764 "glib",
 9765 "jni",
 9766 "js-sys",
 9767 "lazy_static",
 9768 "livekit-protocol",
 9769 "livekit-runtime",
 9770 "log",
 9771 "parking_lot",
 9772 "serde",
 9773 "serde_json",
 9774 "thiserror 1.0.69",
 9775 "tokio",
 9776 "wasm-bindgen",
 9777 "wasm-bindgen-futures",
 9778 "web-sys",
 9779 "webrtc-sys",
 9780]
 9781
 9782[[package]]
 9783name = "libz-sys"
 9784version = "1.1.22"
 9785source = "registry+https://github.com/rust-lang/crates.io-index"
 9786checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9787dependencies = [
 9788 "cc",
 9789 "libc",
 9790 "pkg-config",
 9791 "vcpkg",
 9792]
 9793
 9794[[package]]
 9795name = "line_ending_selector"
 9796version = "0.1.0"
 9797dependencies = [
 9798 "editor",
 9799 "gpui",
 9800 "language",
 9801 "picker",
 9802 "project",
 9803 "ui",
 9804 "util",
 9805 "workspace",
 9806]
 9807
 9808[[package]]
 9809name = "linebender_resource_handle"
 9810version = "0.1.1"
 9811source = "registry+https://github.com/rust-lang/crates.io-index"
 9812checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9813
 9814[[package]]
 9815name = "link-cplusplus"
 9816version = "1.0.12"
 9817source = "registry+https://github.com/rust-lang/crates.io-index"
 9818checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9819dependencies = [
 9820 "cc",
 9821]
 9822
 9823[[package]]
 9824name = "linkify"
 9825version = "0.10.0"
 9826source = "registry+https://github.com/rust-lang/crates.io-index"
 9827checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9828dependencies = [
 9829 "memchr",
 9830]
 9831
 9832[[package]]
 9833name = "linux-raw-sys"
 9834version = "0.4.15"
 9835source = "registry+https://github.com/rust-lang/crates.io-index"
 9836checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9837
 9838[[package]]
 9839name = "linux-raw-sys"
 9840version = "0.11.0"
 9841source = "registry+https://github.com/rust-lang/crates.io-index"
 9842checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9843
 9844[[package]]
 9845name = "litemap"
 9846version = "0.8.0"
 9847source = "registry+https://github.com/rust-lang/crates.io-index"
 9848checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9849
 9850[[package]]
 9851name = "litrs"
 9852version = "1.0.0"
 9853source = "registry+https://github.com/rust-lang/crates.io-index"
 9854checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9855
 9856[[package]]
 9857name = "livekit"
 9858version = "0.7.32"
 9859source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9860dependencies = [
 9861 "base64 0.22.1",
 9862 "bmrng",
 9863 "bytes 1.11.1",
 9864 "chrono",
 9865 "futures-util",
 9866 "lazy_static",
 9867 "libloading",
 9868 "libwebrtc",
 9869 "livekit-api",
 9870 "livekit-protocol",
 9871 "livekit-runtime",
 9872 "log",
 9873 "parking_lot",
 9874 "prost 0.12.6",
 9875 "semver",
 9876 "serde",
 9877 "serde_json",
 9878 "thiserror 1.0.69",
 9879 "tokio",
 9880]
 9881
 9882[[package]]
 9883name = "livekit-api"
 9884version = "0.4.14"
 9885source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9886dependencies = [
 9887 "base64 0.21.7",
 9888 "futures-util",
 9889 "http 1.3.1",
 9890 "livekit-protocol",
 9891 "livekit-runtime",
 9892 "log",
 9893 "parking_lot",
 9894 "pbjson-types",
 9895 "prost 0.12.6",
 9896 "rand 0.9.3",
 9897 "reqwest 0.12.24",
 9898 "rustls-native-certs 0.6.3",
 9899 "scopeguard",
 9900 "serde",
 9901 "sha2",
 9902 "thiserror 1.0.69",
 9903 "tokio",
 9904 "tokio-rustls 0.26.2",
 9905 "tokio-tungstenite 0.28.0",
 9906 "url",
 9907]
 9908
 9909[[package]]
 9910name = "livekit-protocol"
 9911version = "0.7.1"
 9912source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9913dependencies = [
 9914 "futures-util",
 9915 "livekit-runtime",
 9916 "parking_lot",
 9917 "pbjson",
 9918 "pbjson-types",
 9919 "prost 0.12.6",
 9920 "serde",
 9921 "thiserror 1.0.69",
 9922 "tokio",
 9923]
 9924
 9925[[package]]
 9926name = "livekit-runtime"
 9927version = "0.4.0"
 9928source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9929dependencies = [
 9930 "tokio",
 9931 "tokio-stream",
 9932]
 9933
 9934[[package]]
 9935name = "livekit_api"
 9936version = "0.1.0"
 9937dependencies = [
 9938 "anyhow",
 9939 "async-trait",
 9940 "jsonwebtoken",
 9941 "log",
 9942 "prost 0.9.0",
 9943 "prost-build 0.9.0",
 9944 "prost-types 0.9.0",
 9945 "serde",
 9946 "zed-reqwest",
 9947]
 9948
 9949[[package]]
 9950name = "livekit_client"
 9951version = "0.1.0"
 9952dependencies = [
 9953 "anyhow",
 9954 "async-trait",
 9955 "audio",
 9956 "cocoa 0.26.0",
 9957 "collections",
 9958 "core-foundation 0.10.0",
 9959 "core-video",
 9960 "coreaudio-rs 0.12.1",
 9961 "cpal",
 9962 "futures 0.3.32",
 9963 "gpui",
 9964 "gpui_platform",
 9965 "gpui_tokio",
 9966 "http_client_tls",
 9967 "image",
 9968 "libwebrtc",
 9969 "livekit",
 9970 "livekit_api",
 9971 "log",
 9972 "nanoid",
 9973 "objc",
 9974 "parking_lot",
 9975 "postage",
 9976 "rodio",
 9977 "serde",
 9978 "serde_json",
 9979 "serde_urlencoded",
 9980 "settings",
 9981 "simplelog",
 9982 "smallvec",
 9983 "tokio",
 9984 "ui",
 9985 "util",
 9986 "webrtc-sys",
 9987 "zed-scap",
 9988]
 9989
 9990[[package]]
 9991name = "lmdb-master-sys"
 9992version = "0.2.5"
 9993source = "registry+https://github.com/rust-lang/crates.io-index"
 9994checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9995dependencies = [
 9996 "cc",
 9997 "doxygen-rs",
 9998 "libc",
 9999]
10000
10001[[package]]
10002name = "lmstudio"
10003version = "0.1.0"
10004dependencies = [
10005 "anyhow",
10006 "futures 0.3.32",
10007 "http_client",
10008 "schemars",
10009 "serde",
10010 "serde_json",
10011]
10012
10013[[package]]
10014name = "lock_api"
10015version = "0.4.14"
10016source = "registry+https://github.com/rust-lang/crates.io-index"
10017checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10018dependencies = [
10019 "scopeguard",
10020]
10021
10022[[package]]
10023name = "log"
10024version = "0.4.29"
10025source = "registry+https://github.com/rust-lang/crates.io-index"
10026checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10027dependencies = [
10028 "serde_core",
10029 "value-bag",
10030]
10031
10032[[package]]
10033name = "loom"
10034version = "0.7.2"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10037dependencies = [
10038 "cfg-if",
10039 "generator",
10040 "scoped-tls",
10041 "tracing",
10042 "tracing-subscriber",
10043]
10044
10045[[package]]
10046name = "loop9"
10047version = "0.1.5"
10048source = "registry+https://github.com/rust-lang/crates.io-index"
10049checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10050dependencies = [
10051 "imgref",
10052]
10053
10054[[package]]
10055name = "lru"
10056version = "0.12.5"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10059dependencies = [
10060 "hashbrown 0.15.5",
10061]
10062
10063[[package]]
10064name = "lru-slab"
10065version = "0.1.2"
10066source = "registry+https://github.com/rust-lang/crates.io-index"
10067checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10068
10069[[package]]
10070name = "lsp"
10071version = "0.1.0"
10072dependencies = [
10073 "anyhow",
10074 "async-pipe",
10075 "collections",
10076 "ctor",
10077 "futures 0.3.32",
10078 "gpui",
10079 "gpui_util",
10080 "log",
10081 "lsp-types",
10082 "parking_lot",
10083 "postage",
10084 "release_channel",
10085 "schemars",
10086 "semver",
10087 "serde",
10088 "serde_json",
10089 "smol",
10090 "util",
10091 "zlog",
10092]
10093
10094[[package]]
10095name = "lsp-types"
10096version = "0.95.1"
10097source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10098dependencies = [
10099 "bitflags 1.3.2",
10100 "serde",
10101 "serde_json",
10102 "url",
10103]
10104
10105[[package]]
10106name = "lyon"
10107version = "1.0.16"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10110dependencies = [
10111 "lyon_algorithms",
10112 "lyon_extra",
10113 "lyon_tessellation",
10114]
10115
10116[[package]]
10117name = "lyon_algorithms"
10118version = "1.0.16"
10119source = "registry+https://github.com/rust-lang/crates.io-index"
10120checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10121dependencies = [
10122 "lyon_path",
10123 "num-traits",
10124]
10125
10126[[package]]
10127name = "lyon_extra"
10128version = "1.0.3"
10129source = "registry+https://github.com/rust-lang/crates.io-index"
10130checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10131dependencies = [
10132 "lyon_path",
10133 "thiserror 1.0.69",
10134]
10135
10136[[package]]
10137name = "lyon_geom"
10138version = "1.0.17"
10139source = "registry+https://github.com/rust-lang/crates.io-index"
10140checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10141dependencies = [
10142 "arrayvec",
10143 "euclid",
10144 "num-traits",
10145]
10146
10147[[package]]
10148name = "lyon_path"
10149version = "1.0.16"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10152dependencies = [
10153 "lyon_geom",
10154 "num-traits",
10155]
10156
10157[[package]]
10158name = "lyon_tessellation"
10159version = "1.0.16"
10160source = "registry+https://github.com/rust-lang/crates.io-index"
10161checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10162dependencies = [
10163 "float_next_after",
10164 "lyon_path",
10165 "num-traits",
10166]
10167
10168[[package]]
10169name = "mac"
10170version = "0.1.1"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10173
10174[[package]]
10175name = "mach2"
10176version = "0.4.3"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10179dependencies = [
10180 "libc",
10181]
10182
10183[[package]]
10184name = "mach2"
10185version = "0.5.0"
10186source = "registry+https://github.com/rust-lang/crates.io-index"
10187checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10188dependencies = [
10189 "libc",
10190]
10191
10192[[package]]
10193name = "malloc_buf"
10194version = "0.0.6"
10195source = "registry+https://github.com/rust-lang/crates.io-index"
10196checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10197dependencies = [
10198 "libc",
10199]
10200
10201[[package]]
10202name = "maplit"
10203version = "1.0.2"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10206
10207[[package]]
10208name = "markdown"
10209version = "0.1.0"
10210dependencies = [
10211 "anyhow",
10212 "assets",
10213 "base64 0.22.1",
10214 "collections",
10215 "env_logger 0.11.8",
10216 "fs",
10217 "futures 0.3.32",
10218 "gpui",
10219 "gpui_platform",
10220 "html5ever 0.27.0",
10221 "language",
10222 "languages",
10223 "linkify",
10224 "log",
10225 "markup5ever_rcdom",
10226 "mermaid-rs-renderer",
10227 "node_runtime",
10228 "pulldown-cmark 0.13.0",
10229 "settings",
10230 "stacksafe",
10231 "sum_tree",
10232 "theme",
10233 "theme_settings",
10234 "ui",
10235 "util",
10236]
10237
10238[[package]]
10239name = "markdown_preview"
10240version = "0.1.0"
10241dependencies = [
10242 "anyhow",
10243 "editor",
10244 "gpui",
10245 "language",
10246 "log",
10247 "markdown",
10248 "project",
10249 "settings",
10250 "tempfile",
10251 "theme_settings",
10252 "ui",
10253 "urlencoding",
10254 "util",
10255 "workspace",
10256 "zed_actions",
10257]
10258
10259[[package]]
10260name = "markup5ever"
10261version = "0.12.1"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10264dependencies = [
10265 "log",
10266 "phf 0.11.3",
10267 "phf_codegen",
10268 "string_cache",
10269 "string_cache_codegen",
10270 "tendril",
10271]
10272
10273[[package]]
10274name = "markup5ever"
10275version = "0.35.0"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10278dependencies = [
10279 "log",
10280 "tendril",
10281 "web_atoms",
10282]
10283
10284[[package]]
10285name = "markup5ever_rcdom"
10286version = "0.3.0"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10289dependencies = [
10290 "html5ever 0.27.0",
10291 "markup5ever 0.12.1",
10292 "tendril",
10293 "xml5ever",
10294]
10295
10296[[package]]
10297name = "match_token"
10298version = "0.35.0"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10301dependencies = [
10302 "proc-macro2",
10303 "quote",
10304 "syn 2.0.117",
10305]
10306
10307[[package]]
10308name = "matchers"
10309version = "0.2.0"
10310source = "registry+https://github.com/rust-lang/crates.io-index"
10311checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10312dependencies = [
10313 "regex-automata",
10314]
10315
10316[[package]]
10317name = "matchit"
10318version = "0.7.3"
10319source = "registry+https://github.com/rust-lang/crates.io-index"
10320checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10321
10322[[package]]
10323name = "maybe-owned"
10324version = "0.3.4"
10325source = "registry+https://github.com/rust-lang/crates.io-index"
10326checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10327
10328[[package]]
10329name = "maybe-rayon"
10330version = "0.1.1"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10333dependencies = [
10334 "cfg-if",
10335 "rayon",
10336]
10337
10338[[package]]
10339name = "md-5"
10340version = "0.10.6"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10343dependencies = [
10344 "cfg-if",
10345 "digest",
10346]
10347
10348[[package]]
10349name = "mdbook"
10350version = "0.4.40"
10351source = "registry+https://github.com/rust-lang/crates.io-index"
10352checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10353dependencies = [
10354 "ammonia",
10355 "anyhow",
10356 "chrono",
10357 "clap",
10358 "clap_complete",
10359 "elasticlunr-rs",
10360 "env_logger 0.11.8",
10361 "futures-util",
10362 "handlebars 5.1.2",
10363 "ignore",
10364 "log",
10365 "memchr",
10366 "notify 6.1.1",
10367 "notify-debouncer-mini",
10368 "once_cell",
10369 "opener",
10370 "pathdiff",
10371 "pulldown-cmark 0.10.3",
10372 "regex",
10373 "serde",
10374 "serde_json",
10375 "shlex",
10376 "tempfile",
10377 "tokio",
10378 "toml 0.5.11",
10379 "topological-sort",
10380 "walkdir",
10381 "warp",
10382]
10383
10384[[package]]
10385name = "media"
10386version = "0.1.0"
10387dependencies = [
10388 "anyhow",
10389 "bindgen 0.71.1",
10390 "core-foundation 0.10.0",
10391 "core-video",
10392 "ctor",
10393 "foreign-types 0.5.0",
10394 "metal",
10395 "objc",
10396]
10397
10398[[package]]
10399name = "memchr"
10400version = "2.7.6"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10403
10404[[package]]
10405name = "memfd"
10406version = "0.6.5"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10409dependencies = [
10410 "rustix 1.1.2",
10411]
10412
10413[[package]]
10414name = "memmap2"
10415version = "0.9.8"
10416source = "registry+https://github.com/rust-lang/crates.io-index"
10417checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10418dependencies = [
10419 "libc",
10420 "stable_deref_trait",
10421]
10422
10423[[package]]
10424name = "memoffset"
10425version = "0.9.1"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10428dependencies = [
10429 "autocfg",
10430]
10431
10432[[package]]
10433name = "menu"
10434version = "0.1.0"
10435dependencies = [
10436 "gpui",
10437]
10438
10439[[package]]
10440name = "merge"
10441version = "0.1.0"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10444dependencies = [
10445 "merge_derive",
10446 "num-traits",
10447]
10448
10449[[package]]
10450name = "merge_derive"
10451version = "0.1.0"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10454dependencies = [
10455 "proc-macro-error",
10456 "proc-macro2",
10457 "quote",
10458 "syn 1.0.109",
10459]
10460
10461[[package]]
10462name = "mermaid-rs-renderer"
10463version = "0.2.0"
10464source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10465dependencies = [
10466 "anyhow",
10467 "fontdb 0.16.2",
10468 "json5",
10469 "once_cell",
10470 "regex",
10471 "serde",
10472 "serde_json",
10473 "thiserror 2.0.17",
10474 "ttf-parser 0.20.0",
10475]
10476
10477[[package]]
10478name = "metal"
10479version = "0.33.0"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10482dependencies = [
10483 "bitflags 2.10.0",
10484 "block",
10485 "core-graphics-types 0.2.0",
10486 "foreign-types 0.5.0",
10487 "log",
10488 "objc",
10489 "paste",
10490]
10491
10492[[package]]
10493name = "migrator"
10494version = "0.1.0"
10495dependencies = [
10496 "anyhow",
10497 "collections",
10498 "convert_case 0.8.0",
10499 "log",
10500 "pretty_assertions",
10501 "serde_json",
10502 "serde_json_lenient",
10503 "settings_content",
10504 "settings_json",
10505 "streaming-iterator",
10506 "tree-sitter",
10507 "tree-sitter-json",
10508 "unindent",
10509]
10510
10511[[package]]
10512name = "mimalloc"
10513version = "0.1.48"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10516dependencies = [
10517 "libmimalloc-sys",
10518]
10519
10520[[package]]
10521name = "mime"
10522version = "0.3.17"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10525
10526[[package]]
10527name = "mime_guess"
10528version = "2.0.5"
10529source = "registry+https://github.com/rust-lang/crates.io-index"
10530checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10531dependencies = [
10532 "mime",
10533 "unicase",
10534]
10535
10536[[package]]
10537name = "minidump-common"
10538version = "0.26.1"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10541dependencies = [
10542 "bitflags 2.10.0",
10543 "debugid",
10544 "num-derive",
10545 "num-traits",
10546 "range-map",
10547 "scroll",
10548 "smart-default",
10549]
10550
10551[[package]]
10552name = "minidump-writer"
10553version = "0.11.0"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10556dependencies = [
10557 "bitflags 2.10.0",
10558 "byteorder",
10559 "cfg-if",
10560 "crash-context",
10561 "error-graph",
10562 "failspot",
10563 "goblin",
10564 "libc",
10565 "log",
10566 "mach2 0.4.3",
10567 "memmap2",
10568 "memoffset",
10569 "minidump-common",
10570 "nix 0.29.0",
10571 "procfs-core",
10572 "scroll",
10573 "serde",
10574 "serde_json",
10575 "tempfile",
10576 "thiserror 2.0.17",
10577]
10578
10579[[package]]
10580name = "minidumper"
10581version = "0.9.0"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10584dependencies = [
10585 "cfg-if",
10586 "crash-context",
10587 "libc",
10588 "log",
10589 "minidump-writer",
10590 "parking_lot",
10591 "polling",
10592 "scroll",
10593 "thiserror 2.0.17",
10594 "uds",
10595]
10596
10597[[package]]
10598name = "minimal-lexical"
10599version = "0.2.1"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10602
10603[[package]]
10604name = "miniprofiler_ui"
10605version = "0.1.0"
10606dependencies = [
10607 "gpui",
10608 "rpc",
10609 "serde_json",
10610 "smol",
10611 "theme_settings",
10612 "util",
10613 "workspace",
10614 "zed_actions",
10615]
10616
10617[[package]]
10618name = "miniz_oxide"
10619version = "0.8.9"
10620source = "registry+https://github.com/rust-lang/crates.io-index"
10621checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10622dependencies = [
10623 "adler2",
10624 "simd-adler32",
10625]
10626
10627[[package]]
10628name = "mio"
10629version = "0.8.11"
10630source = "registry+https://github.com/rust-lang/crates.io-index"
10631checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10632dependencies = [
10633 "libc",
10634 "log",
10635 "wasi",
10636 "windows-sys 0.48.0",
10637]
10638
10639[[package]]
10640name = "mio"
10641version = "1.1.0"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10644dependencies = [
10645 "libc",
10646 "log",
10647 "wasi",
10648 "windows-sys 0.61.2",
10649]
10650
10651[[package]]
10652name = "miow"
10653version = "0.6.1"
10654source = "registry+https://github.com/rust-lang/crates.io-index"
10655checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10656dependencies = [
10657 "windows-sys 0.61.2",
10658]
10659
10660[[package]]
10661name = "mistral"
10662version = "0.1.0"
10663dependencies = [
10664 "anyhow",
10665 "futures 0.3.32",
10666 "http_client",
10667 "schemars",
10668 "serde",
10669 "serde_json",
10670 "strum 0.27.2",
10671]
10672
10673[[package]]
10674name = "moka"
10675version = "0.12.11"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10678dependencies = [
10679 "crossbeam-channel",
10680 "crossbeam-epoch",
10681 "crossbeam-utils",
10682 "equivalent",
10683 "parking_lot",
10684 "portable-atomic",
10685 "rustc_version",
10686 "smallvec",
10687 "tagptr",
10688 "uuid",
10689]
10690
10691[[package]]
10692name = "moxcms"
10693version = "0.7.7"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10696dependencies = [
10697 "num-traits",
10698 "pxfm",
10699]
10700
10701[[package]]
10702name = "msvc_spectre_libs"
10703version = "0.1.3"
10704source = "registry+https://github.com/rust-lang/crates.io-index"
10705checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10706dependencies = [
10707 "cc",
10708]
10709
10710[[package]]
10711name = "multi_buffer"
10712version = "0.1.0"
10713dependencies = [
10714 "anyhow",
10715 "buffer_diff",
10716 "clock",
10717 "collections",
10718 "ctor",
10719 "gpui",
10720 "indoc",
10721 "itertools 0.14.0",
10722 "language",
10723 "log",
10724 "parking_lot",
10725 "pretty_assertions",
10726 "rand 0.9.3",
10727 "rope",
10728 "serde",
10729 "settings",
10730 "smallvec",
10731 "smol",
10732 "sum_tree",
10733 "text",
10734 "theme",
10735 "tracing",
10736 "tree-sitter",
10737 "unicode-segmentation",
10738 "util",
10739 "zlog",
10740 "ztracing",
10741]
10742
10743[[package]]
10744name = "multimap"
10745version = "0.8.3"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10748
10749[[package]]
10750name = "naga"
10751version = "29.0.0"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10754dependencies = [
10755 "arrayvec",
10756 "bit-set 0.9.1",
10757 "bitflags 2.10.0",
10758 "cfg-if",
10759 "cfg_aliases 0.2.1",
10760 "codespan-reporting",
10761 "half",
10762 "hashbrown 0.16.1",
10763 "hexf-parse",
10764 "indexmap",
10765 "libm",
10766 "log",
10767 "num-traits",
10768 "once_cell",
10769 "rustc-hash 1.1.0",
10770 "thiserror 2.0.17",
10771 "unicode-ident",
10772]
10773
10774[[package]]
10775name = "naga"
10776version = "29.0.0"
10777source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10778dependencies = [
10779 "arrayvec",
10780 "bit-set 0.9.1",
10781 "bitflags 2.10.0",
10782 "cfg-if",
10783 "cfg_aliases 0.2.1",
10784 "codespan-reporting",
10785 "half",
10786 "hashbrown 0.16.1",
10787 "hexf-parse",
10788 "indexmap",
10789 "libm",
10790 "log",
10791 "num-traits",
10792 "once_cell",
10793 "rustc-hash 1.1.0",
10794 "spirv",
10795 "thiserror 2.0.17",
10796 "unicode-ident",
10797]
10798
10799[[package]]
10800name = "nanoid"
10801version = "0.4.0"
10802source = "registry+https://github.com/rust-lang/crates.io-index"
10803checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10804dependencies = [
10805 "rand 0.8.5",
10806]
10807
10808[[package]]
10809name = "nanorand"
10810version = "0.7.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10813dependencies = [
10814 "getrandom 0.2.16",
10815]
10816
10817[[package]]
10818name = "native-tls"
10819version = "0.2.14"
10820source = "registry+https://github.com/rust-lang/crates.io-index"
10821checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10822dependencies = [
10823 "libc",
10824 "log",
10825 "openssl",
10826 "openssl-probe",
10827 "openssl-sys",
10828 "schannel",
10829 "security-framework 2.11.1",
10830 "security-framework-sys",
10831 "tempfile",
10832]
10833
10834[[package]]
10835name = "nbformat"
10836version = "1.2.0"
10837source = "registry+https://github.com/rust-lang/crates.io-index"
10838checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10839dependencies = [
10840 "anyhow",
10841 "chrono",
10842 "jupyter-protocol",
10843 "serde",
10844 "serde_json",
10845 "thiserror 1.0.69",
10846 "uuid",
10847]
10848
10849[[package]]
10850name = "nc"
10851version = "0.1.0"
10852dependencies = [
10853 "anyhow",
10854 "futures 0.3.32",
10855 "net",
10856 "smol",
10857]
10858
10859[[package]]
10860name = "ndk"
10861version = "0.9.0"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10864dependencies = [
10865 "bitflags 2.10.0",
10866 "jni-sys",
10867 "log",
10868 "ndk-sys",
10869 "num_enum",
10870 "thiserror 1.0.69",
10871]
10872
10873[[package]]
10874name = "ndk-context"
10875version = "0.1.1"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10878
10879[[package]]
10880name = "ndk-sys"
10881version = "0.6.0+11769913"
10882source = "registry+https://github.com/rust-lang/crates.io-index"
10883checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10884dependencies = [
10885 "jni-sys",
10886]
10887
10888[[package]]
10889name = "net"
10890version = "0.1.0"
10891dependencies = [
10892 "anyhow",
10893 "async-io",
10894 "smol",
10895 "tempfile",
10896 "windows 0.61.3",
10897]
10898
10899[[package]]
10900name = "new_debug_unreachable"
10901version = "1.0.6"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10904
10905[[package]]
10906name = "nix"
10907version = "0.28.0"
10908source = "registry+https://github.com/rust-lang/crates.io-index"
10909checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10910dependencies = [
10911 "bitflags 2.10.0",
10912 "cfg-if",
10913 "cfg_aliases 0.1.1",
10914 "libc",
10915]
10916
10917[[package]]
10918name = "nix"
10919version = "0.29.0"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10922dependencies = [
10923 "bitflags 2.10.0",
10924 "cfg-if",
10925 "cfg_aliases 0.2.1",
10926 "libc",
10927]
10928
10929[[package]]
10930name = "nix"
10931version = "0.30.1"
10932source = "registry+https://github.com/rust-lang/crates.io-index"
10933checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10934dependencies = [
10935 "bitflags 2.10.0",
10936 "cfg-if",
10937 "cfg_aliases 0.2.1",
10938 "libc",
10939]
10940
10941[[package]]
10942name = "node_runtime"
10943version = "0.1.0"
10944dependencies = [
10945 "anyhow",
10946 "async-compression",
10947 "async-std",
10948 "async-tar",
10949 "async-trait",
10950 "futures 0.3.32",
10951 "http_client",
10952 "log",
10953 "paths",
10954 "semver",
10955 "serde",
10956 "serde_json",
10957 "smol",
10958 "util",
10959 "watch",
10960 "which 6.0.3",
10961]
10962
10963[[package]]
10964name = "nom"
10965version = "7.1.3"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10968dependencies = [
10969 "memchr",
10970 "minimal-lexical",
10971]
10972
10973[[package]]
10974name = "nom"
10975version = "8.0.0"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10978dependencies = [
10979 "memchr",
10980]
10981
10982[[package]]
10983name = "noop_proc_macro"
10984version = "0.3.0"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10987
10988[[package]]
10989name = "normpath"
10990version = "1.5.0"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10993dependencies = [
10994 "windows-sys 0.61.2",
10995]
10996
10997[[package]]
10998name = "notifications"
10999version = "0.1.0"
11000dependencies = [
11001 "anyhow",
11002 "channel",
11003 "client",
11004 "component",
11005 "db",
11006 "gpui",
11007 "rpc",
11008 "sum_tree",
11009 "time",
11010 "ui",
11011 "util",
11012 "workspace",
11013 "zed_actions",
11014]
11015
11016[[package]]
11017name = "notify"
11018version = "6.1.1"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11021dependencies = [
11022 "bitflags 2.10.0",
11023 "crossbeam-channel",
11024 "filetime",
11025 "fsevent-sys",
11026 "inotify 0.9.6",
11027 "kqueue",
11028 "libc",
11029 "log",
11030 "mio 0.8.11",
11031 "walkdir",
11032 "windows-sys 0.48.0",
11033]
11034
11035[[package]]
11036name = "notify"
11037version = "8.2.0"
11038source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11039dependencies = [
11040 "bitflags 2.10.0",
11041 "fsevent-sys",
11042 "inotify 0.11.0",
11043 "kqueue",
11044 "libc",
11045 "log",
11046 "mio 1.1.0",
11047 "notify-types",
11048 "walkdir",
11049 "windows-sys 0.60.2",
11050]
11051
11052[[package]]
11053name = "notify-debouncer-mini"
11054version = "0.4.1"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11057dependencies = [
11058 "crossbeam-channel",
11059 "log",
11060 "notify 6.1.1",
11061]
11062
11063[[package]]
11064name = "notify-types"
11065version = "2.0.0"
11066source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11067
11068[[package]]
11069name = "ntapi"
11070version = "0.4.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11073dependencies = [
11074 "winapi",
11075]
11076
11077[[package]]
11078name = "nu-ansi-term"
11079version = "0.50.3"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11082dependencies = [
11083 "windows-sys 0.61.2",
11084]
11085
11086[[package]]
11087name = "nucleo"
11088version = "0.5.0"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11091dependencies = [
11092 "nucleo-matcher",
11093 "parking_lot",
11094 "rayon",
11095]
11096
11097[[package]]
11098name = "nucleo-matcher"
11099version = "0.3.1"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11102dependencies = [
11103 "memchr",
11104 "unicode-segmentation",
11105]
11106
11107[[package]]
11108name = "num"
11109version = "0.4.3"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11112dependencies = [
11113 "num-bigint",
11114 "num-complex",
11115 "num-integer",
11116 "num-iter",
11117 "num-rational",
11118 "num-traits",
11119]
11120
11121[[package]]
11122name = "num-bigint"
11123version = "0.4.6"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11126dependencies = [
11127 "num-integer",
11128 "num-traits",
11129]
11130
11131[[package]]
11132name = "num-bigint-dig"
11133version = "0.8.6"
11134source = "registry+https://github.com/rust-lang/crates.io-index"
11135checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11136dependencies = [
11137 "lazy_static",
11138 "libm",
11139 "num-integer",
11140 "num-iter",
11141 "num-traits",
11142 "rand 0.8.5",
11143 "smallvec",
11144 "zeroize",
11145]
11146
11147[[package]]
11148name = "num-bigint-dig"
11149version = "0.9.1"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11152dependencies = [
11153 "libm",
11154 "num-integer",
11155 "num-iter",
11156 "num-traits",
11157 "once_cell",
11158 "rand 0.9.3",
11159 "serde",
11160 "smallvec",
11161 "zeroize",
11162]
11163
11164[[package]]
11165name = "num-cmp"
11166version = "0.1.0"
11167source = "registry+https://github.com/rust-lang/crates.io-index"
11168checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11169
11170[[package]]
11171name = "num-complex"
11172version = "0.4.6"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11175dependencies = [
11176 "bytemuck",
11177 "num-traits",
11178]
11179
11180[[package]]
11181name = "num-conv"
11182version = "0.2.0"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11185
11186[[package]]
11187name = "num-derive"
11188version = "0.4.2"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11191dependencies = [
11192 "proc-macro2",
11193 "quote",
11194 "syn 2.0.117",
11195]
11196
11197[[package]]
11198name = "num-format"
11199version = "0.4.4"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11202dependencies = [
11203 "arrayvec",
11204 "itoa",
11205]
11206
11207[[package]]
11208name = "num-integer"
11209version = "0.1.46"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11212dependencies = [
11213 "num-traits",
11214]
11215
11216[[package]]
11217name = "num-iter"
11218version = "0.1.45"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11221dependencies = [
11222 "autocfg",
11223 "num-integer",
11224 "num-traits",
11225]
11226
11227[[package]]
11228name = "num-rational"
11229version = "0.4.2"
11230source = "registry+https://github.com/rust-lang/crates.io-index"
11231checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11232dependencies = [
11233 "num-bigint",
11234 "num-integer",
11235 "num-traits",
11236]
11237
11238[[package]]
11239name = "num-traits"
11240version = "0.2.19"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11243dependencies = [
11244 "autocfg",
11245 "libm",
11246]
11247
11248[[package]]
11249name = "num_cpus"
11250version = "1.17.0"
11251source = "registry+https://github.com/rust-lang/crates.io-index"
11252checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11253dependencies = [
11254 "hermit-abi",
11255 "libc",
11256]
11257
11258[[package]]
11259name = "num_enum"
11260version = "0.7.4"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11263dependencies = [
11264 "num_enum_derive",
11265 "rustversion",
11266]
11267
11268[[package]]
11269name = "num_enum_derive"
11270version = "0.7.4"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11273dependencies = [
11274 "proc-macro-crate",
11275 "proc-macro2",
11276 "quote",
11277 "syn 2.0.117",
11278]
11279
11280[[package]]
11281name = "num_threads"
11282version = "0.1.7"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11285dependencies = [
11286 "libc",
11287]
11288
11289[[package]]
11290name = "nvim-rs"
11291version = "0.9.2"
11292source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11293dependencies = [
11294 "async-trait",
11295 "futures 0.3.32",
11296 "log",
11297 "rmp",
11298 "rmpv",
11299 "tokio",
11300 "tokio-util",
11301]
11302
11303[[package]]
11304name = "objc"
11305version = "0.2.7"
11306source = "registry+https://github.com/rust-lang/crates.io-index"
11307checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11308dependencies = [
11309 "malloc_buf",
11310 "objc_exception",
11311]
11312
11313[[package]]
11314name = "objc-foundation"
11315version = "0.1.1"
11316source = "registry+https://github.com/rust-lang/crates.io-index"
11317checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11318dependencies = [
11319 "block",
11320 "objc",
11321 "objc_id",
11322]
11323
11324[[package]]
11325name = "objc2"
11326version = "0.6.3"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11329dependencies = [
11330 "objc2-encode",
11331]
11332
11333[[package]]
11334name = "objc2-app-kit"
11335version = "0.3.1"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11338dependencies = [
11339 "objc2",
11340 "objc2-foundation",
11341]
11342
11343[[package]]
11344name = "objc2-audio-toolbox"
11345version = "0.3.2"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11348dependencies = [
11349 "bitflags 2.10.0",
11350 "libc",
11351 "objc2",
11352 "objc2-core-audio",
11353 "objc2-core-audio-types",
11354 "objc2-core-foundation",
11355 "objc2-foundation",
11356]
11357
11358[[package]]
11359name = "objc2-avf-audio"
11360version = "0.3.2"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11363dependencies = [
11364 "objc2",
11365 "objc2-foundation",
11366]
11367
11368[[package]]
11369name = "objc2-core-audio"
11370version = "0.3.2"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11373dependencies = [
11374 "dispatch2",
11375 "objc2",
11376 "objc2-core-audio-types",
11377 "objc2-core-foundation",
11378 "objc2-foundation",
11379]
11380
11381[[package]]
11382name = "objc2-core-audio-types"
11383version = "0.3.2"
11384source = "registry+https://github.com/rust-lang/crates.io-index"
11385checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11386dependencies = [
11387 "bitflags 2.10.0",
11388 "objc2",
11389]
11390
11391[[package]]
11392name = "objc2-core-foundation"
11393version = "0.3.2"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11396dependencies = [
11397 "bitflags 2.10.0",
11398 "block2",
11399 "dispatch2",
11400 "libc",
11401 "objc2",
11402]
11403
11404[[package]]
11405name = "objc2-encode"
11406version = "4.1.0"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11409
11410[[package]]
11411name = "objc2-foundation"
11412version = "0.3.2"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11415dependencies = [
11416 "bitflags 2.10.0",
11417 "block2",
11418 "libc",
11419 "objc2",
11420 "objc2-core-foundation",
11421]
11422
11423[[package]]
11424name = "objc2-io-kit"
11425version = "0.3.2"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11428dependencies = [
11429 "libc",
11430 "objc2-core-foundation",
11431]
11432
11433[[package]]
11434name = "objc2-metal"
11435version = "0.3.2"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11438dependencies = [
11439 "bitflags 2.10.0",
11440 "block2",
11441 "dispatch2",
11442 "objc2",
11443 "objc2-core-foundation",
11444 "objc2-foundation",
11445]
11446
11447[[package]]
11448name = "objc2-quartz-core"
11449version = "0.3.2"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11452dependencies = [
11453 "bitflags 2.10.0",
11454 "objc2",
11455 "objc2-core-foundation",
11456 "objc2-foundation",
11457 "objc2-metal",
11458]
11459
11460[[package]]
11461name = "objc_exception"
11462version = "0.1.2"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11465dependencies = [
11466 "cc",
11467]
11468
11469[[package]]
11470name = "objc_id"
11471version = "0.1.1"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11474dependencies = [
11475 "objc",
11476]
11477
11478[[package]]
11479name = "object"
11480version = "0.37.3"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11483dependencies = [
11484 "crc32fast",
11485 "hashbrown 0.15.5",
11486 "indexmap",
11487 "memchr",
11488]
11489
11490[[package]]
11491name = "octocrab"
11492version = "0.49.7"
11493source = "registry+https://github.com/rust-lang/crates.io-index"
11494checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11495dependencies = [
11496 "arc-swap",
11497 "async-trait",
11498 "base64 0.22.1",
11499 "bytes 1.11.1",
11500 "cargo_metadata 0.23.1",
11501 "cfg-if",
11502 "chrono",
11503 "either",
11504 "futures 0.3.32",
11505 "futures-core",
11506 "futures-util",
11507 "getrandom 0.2.16",
11508 "http 1.3.1",
11509 "http-body 1.0.1",
11510 "http-body-util",
11511 "hyper 1.7.0",
11512 "hyper-rustls 0.27.7",
11513 "hyper-timeout",
11514 "hyper-util",
11515 "jsonwebtoken",
11516 "once_cell",
11517 "percent-encoding",
11518 "pin-project",
11519 "secrecy",
11520 "serde",
11521 "serde_json",
11522 "serde_path_to_error",
11523 "serde_urlencoded",
11524 "snafu",
11525 "tokio",
11526 "tower 0.5.2",
11527 "tower-http 0.6.6",
11528 "url",
11529 "web-time",
11530]
11531
11532[[package]]
11533name = "ollama"
11534version = "0.1.0"
11535dependencies = [
11536 "anyhow",
11537 "futures 0.3.32",
11538 "http_client",
11539 "schemars",
11540 "serde",
11541 "serde_json",
11542 "settings",
11543]
11544
11545[[package]]
11546name = "onboarding"
11547version = "0.1.0"
11548dependencies = [
11549 "anyhow",
11550 "client",
11551 "cloud_api_types",
11552 "collections",
11553 "component",
11554 "db",
11555 "documented",
11556 "fs",
11557 "fuzzy",
11558 "gpui",
11559 "menu",
11560 "notifications",
11561 "picker",
11562 "project",
11563 "schemars",
11564 "serde",
11565 "settings",
11566 "telemetry",
11567 "theme",
11568 "theme_settings",
11569 "ui",
11570 "util",
11571 "vim_mode_setting",
11572 "workspace",
11573 "zed_actions",
11574 "zlog",
11575]
11576
11577[[package]]
11578name = "once_cell"
11579version = "1.21.3"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11582
11583[[package]]
11584name = "once_cell_polyfill"
11585version = "1.70.1"
11586source = "registry+https://github.com/rust-lang/crates.io-index"
11587checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11588
11589[[package]]
11590name = "oo7"
11591version = "0.6.0"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11594dependencies = [
11595 "aes",
11596 "ashpd",
11597 "async-fs",
11598 "async-io",
11599 "async-lock 3.4.2",
11600 "blocking",
11601 "cbc",
11602 "cipher",
11603 "digest",
11604 "endi",
11605 "futures-lite 2.6.1",
11606 "futures-util",
11607 "getrandom 0.4.1",
11608 "hkdf",
11609 "hmac",
11610 "md-5",
11611 "num",
11612 "num-bigint-dig 0.9.1",
11613 "pbkdf2 0.12.2",
11614 "serde",
11615 "serde_bytes",
11616 "sha2",
11617 "subtle",
11618 "zbus",
11619 "zbus_macros",
11620 "zeroize",
11621 "zvariant",
11622]
11623
11624[[package]]
11625name = "oorandom"
11626version = "11.1.5"
11627source = "registry+https://github.com/rust-lang/crates.io-index"
11628checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11629
11630[[package]]
11631name = "open"
11632version = "5.3.2"
11633source = "registry+https://github.com/rust-lang/crates.io-index"
11634checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11635dependencies = [
11636 "is-wsl",
11637 "libc",
11638 "pathdiff",
11639]
11640
11641[[package]]
11642name = "open_ai"
11643version = "0.1.0"
11644dependencies = [
11645 "anyhow",
11646 "collections",
11647 "futures 0.3.32",
11648 "http_client",
11649 "language_model_core",
11650 "log",
11651 "pretty_assertions",
11652 "rand 0.9.3",
11653 "schemars",
11654 "serde",
11655 "serde_json",
11656 "strum 0.27.2",
11657 "thiserror 2.0.17",
11658 "tiktoken-rs",
11659]
11660
11661[[package]]
11662name = "open_path_prompt"
11663version = "0.1.0"
11664dependencies = [
11665 "editor",
11666 "file_icons",
11667 "futures 0.3.32",
11668 "fuzzy",
11669 "gpui",
11670 "picker",
11671 "project",
11672 "schemars",
11673 "serde",
11674 "serde_json",
11675 "settings",
11676 "theme",
11677 "theme_settings",
11678 "ui",
11679 "util",
11680 "workspace",
11681]
11682
11683[[package]]
11684name = "open_router"
11685version = "0.1.0"
11686dependencies = [
11687 "anyhow",
11688 "futures 0.3.32",
11689 "http_client",
11690 "language_model_core",
11691 "schemars",
11692 "serde",
11693 "serde_json",
11694 "settings",
11695 "strum 0.27.2",
11696 "thiserror 2.0.17",
11697]
11698
11699[[package]]
11700name = "opencode"
11701version = "0.1.0"
11702dependencies = [
11703 "anyhow",
11704 "futures 0.3.32",
11705 "google_ai",
11706 "http_client",
11707 "schemars",
11708 "serde",
11709 "serde_json",
11710 "strum 0.27.2",
11711]
11712
11713[[package]]
11714name = "opener"
11715version = "0.7.2"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11718dependencies = [
11719 "bstr",
11720 "dbus",
11721 "normpath",
11722 "windows-sys 0.59.0",
11723]
11724
11725[[package]]
11726name = "openssl"
11727version = "0.10.74"
11728source = "registry+https://github.com/rust-lang/crates.io-index"
11729checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11730dependencies = [
11731 "bitflags 2.10.0",
11732 "cfg-if",
11733 "foreign-types 0.3.2",
11734 "libc",
11735 "once_cell",
11736 "openssl-macros",
11737 "openssl-sys",
11738]
11739
11740[[package]]
11741name = "openssl-macros"
11742version = "0.1.1"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11745dependencies = [
11746 "proc-macro2",
11747 "quote",
11748 "syn 2.0.117",
11749]
11750
11751[[package]]
11752name = "openssl-probe"
11753version = "0.1.6"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11756
11757[[package]]
11758name = "openssl-sys"
11759version = "0.9.110"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11762dependencies = [
11763 "cc",
11764 "libc",
11765 "pkg-config",
11766 "vcpkg",
11767]
11768
11769[[package]]
11770name = "optfield"
11771version = "0.4.0"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11774dependencies = [
11775 "proc-macro2",
11776 "quote",
11777 "syn 2.0.117",
11778]
11779
11780[[package]]
11781name = "option-ext"
11782version = "0.2.0"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11785
11786[[package]]
11787name = "ordered-float"
11788version = "2.10.1"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11791dependencies = [
11792 "num-traits",
11793]
11794
11795[[package]]
11796name = "ordered-float"
11797version = "4.6.0"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11800dependencies = [
11801 "num-traits",
11802]
11803
11804[[package]]
11805name = "ordered-stream"
11806version = "0.2.0"
11807source = "registry+https://github.com/rust-lang/crates.io-index"
11808checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11809dependencies = [
11810 "futures-core",
11811 "pin-project-lite",
11812]
11813
11814[[package]]
11815name = "ouroboros"
11816version = "0.18.5"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11819dependencies = [
11820 "aliasable",
11821 "ouroboros_macro",
11822 "static_assertions",
11823]
11824
11825[[package]]
11826name = "ouroboros_macro"
11827version = "0.18.5"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11830dependencies = [
11831 "heck 0.4.1",
11832 "proc-macro2",
11833 "proc-macro2-diagnostics",
11834 "quote",
11835 "syn 2.0.117",
11836]
11837
11838[[package]]
11839name = "outline"
11840version = "0.1.0"
11841dependencies = [
11842 "editor",
11843 "fuzzy",
11844 "gpui",
11845 "indoc",
11846 "language",
11847 "lsp",
11848 "menu",
11849 "ordered-float 2.10.1",
11850 "picker",
11851 "project",
11852 "rope",
11853 "serde_json",
11854 "settings",
11855 "smol",
11856 "theme",
11857 "theme_settings",
11858 "ui",
11859 "util",
11860 "workspace",
11861 "zed_actions",
11862]
11863
11864[[package]]
11865name = "outline_panel"
11866version = "0.1.0"
11867dependencies = [
11868 "anyhow",
11869 "collections",
11870 "db",
11871 "editor",
11872 "file_icons",
11873 "fuzzy",
11874 "gpui",
11875 "itertools 0.14.0",
11876 "language",
11877 "log",
11878 "lsp",
11879 "menu",
11880 "outline",
11881 "pretty_assertions",
11882 "project",
11883 "search",
11884 "serde",
11885 "serde_json",
11886 "settings",
11887 "smallvec",
11888 "smol",
11889 "theme",
11890 "theme_settings",
11891 "ui",
11892 "util",
11893 "workspace",
11894 "worktree",
11895 "zed_actions",
11896]
11897
11898[[package]]
11899name = "outref"
11900version = "0.5.2"
11901source = "registry+https://github.com/rust-lang/crates.io-index"
11902checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11903
11904[[package]]
11905name = "p256"
11906version = "0.11.1"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11909dependencies = [
11910 "ecdsa",
11911 "elliptic-curve",
11912 "sha2",
11913]
11914
11915[[package]]
11916name = "page_size"
11917version = "0.6.0"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11920dependencies = [
11921 "libc",
11922 "winapi",
11923]
11924
11925[[package]]
11926name = "palette"
11927version = "0.7.6"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11930dependencies = [
11931 "approx",
11932 "fast-srgb8",
11933 "palette_derive",
11934]
11935
11936[[package]]
11937name = "palette_derive"
11938version = "0.7.6"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11941dependencies = [
11942 "by_address",
11943 "proc-macro2",
11944 "quote",
11945 "syn 2.0.117",
11946]
11947
11948[[package]]
11949name = "panel"
11950version = "0.1.0"
11951dependencies = [
11952 "gpui",
11953 "ui",
11954 "workspace",
11955]
11956
11957[[package]]
11958name = "parking"
11959version = "2.2.1"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11962
11963[[package]]
11964name = "parking_lot"
11965version = "0.12.5"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11968dependencies = [
11969 "lock_api",
11970 "parking_lot_core",
11971]
11972
11973[[package]]
11974name = "parking_lot_core"
11975version = "0.9.12"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11978dependencies = [
11979 "cfg-if",
11980 "libc",
11981 "redox_syscall 0.5.18",
11982 "smallvec",
11983 "windows-link 0.2.1",
11984]
11985
11986[[package]]
11987name = "parse_int"
11988version = "0.9.0"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11991dependencies = [
11992 "num-traits",
11993]
11994
11995[[package]]
11996name = "partial-json-fixer"
11997version = "0.5.3"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12000
12001[[package]]
12002name = "password-hash"
12003version = "0.4.2"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12006dependencies = [
12007 "base64ct",
12008 "rand_core 0.6.4",
12009 "subtle",
12010]
12011
12012[[package]]
12013name = "paste"
12014version = "1.0.15"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12017
12018[[package]]
12019name = "pathdiff"
12020version = "0.2.3"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12023
12024[[package]]
12025name = "pathfinder_geometry"
12026version = "0.5.1"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12029dependencies = [
12030 "log",
12031 "pathfinder_simd",
12032]
12033
12034[[package]]
12035name = "pathfinder_simd"
12036version = "0.5.5"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12039dependencies = [
12040 "rustc_version",
12041]
12042
12043[[package]]
12044name = "paths"
12045version = "0.1.0"
12046dependencies = [
12047 "dirs",
12048 "ignore",
12049 "util",
12050]
12051
12052[[package]]
12053name = "pbjson"
12054version = "0.6.0"
12055source = "registry+https://github.com/rust-lang/crates.io-index"
12056checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12057dependencies = [
12058 "base64 0.21.7",
12059 "serde",
12060]
12061
12062[[package]]
12063name = "pbjson-build"
12064version = "0.6.2"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12067dependencies = [
12068 "heck 0.4.1",
12069 "itertools 0.11.0",
12070 "prost 0.12.6",
12071 "prost-types 0.12.6",
12072]
12073
12074[[package]]
12075name = "pbjson-types"
12076version = "0.6.0"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12079dependencies = [
12080 "bytes 1.11.1",
12081 "chrono",
12082 "pbjson",
12083 "pbjson-build",
12084 "prost 0.12.6",
12085 "prost-build 0.12.6",
12086 "serde",
12087]
12088
12089[[package]]
12090name = "pbkdf2"
12091version = "0.11.0"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12094dependencies = [
12095 "digest",
12096 "hmac",
12097 "password-hash",
12098 "sha2",
12099]
12100
12101[[package]]
12102name = "pbkdf2"
12103version = "0.12.2"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12106dependencies = [
12107 "digest",
12108 "hmac",
12109]
12110
12111[[package]]
12112name = "pciid-parser"
12113version = "0.8.0"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12116
12117[[package]]
12118name = "peg"
12119version = "0.8.5"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12122dependencies = [
12123 "peg-macros",
12124 "peg-runtime",
12125]
12126
12127[[package]]
12128name = "peg-macros"
12129version = "0.8.5"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12132dependencies = [
12133 "peg-runtime",
12134 "proc-macro2",
12135 "quote",
12136]
12137
12138[[package]]
12139name = "peg-runtime"
12140version = "0.8.5"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12143
12144[[package]]
12145name = "pem"
12146version = "3.0.6"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12149dependencies = [
12150 "base64 0.22.1",
12151 "serde_core",
12152]
12153
12154[[package]]
12155name = "pem-rfc7468"
12156version = "0.7.0"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12159dependencies = [
12160 "base64ct",
12161]
12162
12163[[package]]
12164name = "percent-encoding"
12165version = "2.3.2"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12168
12169[[package]]
12170name = "perf"
12171version = "0.1.0"
12172dependencies = [
12173 "collections",
12174 "serde",
12175 "serde_json",
12176]
12177
12178[[package]]
12179name = "pest"
12180version = "2.8.3"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12183dependencies = [
12184 "memchr",
12185 "ucd-trie",
12186]
12187
12188[[package]]
12189name = "pest_derive"
12190version = "2.8.3"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12193dependencies = [
12194 "pest",
12195 "pest_generator",
12196]
12197
12198[[package]]
12199name = "pest_generator"
12200version = "2.8.3"
12201source = "registry+https://github.com/rust-lang/crates.io-index"
12202checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12203dependencies = [
12204 "pest",
12205 "pest_meta",
12206 "proc-macro2",
12207 "quote",
12208 "syn 2.0.117",
12209]
12210
12211[[package]]
12212name = "pest_meta"
12213version = "2.8.3"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12216dependencies = [
12217 "pest",
12218 "sha2",
12219]
12220
12221[[package]]
12222name = "pet"
12223version = "0.1.0"
12224source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12225dependencies = [
12226 "clap",
12227 "env_logger 0.10.2",
12228 "lazy_static",
12229 "log",
12230 "msvc_spectre_libs",
12231 "pet-conda",
12232 "pet-core",
12233 "pet-env-var-path",
12234 "pet-fs",
12235 "pet-global-virtualenvs",
12236 "pet-homebrew",
12237 "pet-jsonrpc",
12238 "pet-linux-global-python",
12239 "pet-mac-commandlinetools",
12240 "pet-mac-python-org",
12241 "pet-mac-xcode",
12242 "pet-pipenv",
12243 "pet-pixi",
12244 "pet-poetry",
12245 "pet-pyenv",
12246 "pet-python-utils",
12247 "pet-reporter",
12248 "pet-telemetry",
12249 "pet-uv",
12250 "pet-venv",
12251 "pet-virtualenv",
12252 "pet-virtualenvwrapper",
12253 "pet-windows-registry",
12254 "pet-windows-store",
12255 "pet-winpython",
12256 "serde",
12257 "serde_json",
12258 "tracing",
12259 "tracing-subscriber",
12260 "winresource",
12261]
12262
12263[[package]]
12264name = "pet-conda"
12265version = "0.1.0"
12266source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12267dependencies = [
12268 "env_logger 0.10.2",
12269 "lazy_static",
12270 "log",
12271 "msvc_spectre_libs",
12272 "pet-core",
12273 "pet-fs",
12274 "pet-python-utils",
12275 "pet-reporter",
12276 "rayon",
12277 "regex",
12278 "serde",
12279 "serde_json",
12280 "yaml-rust2",
12281]
12282
12283[[package]]
12284name = "pet-core"
12285version = "0.1.0"
12286source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12287dependencies = [
12288 "clap",
12289 "lazy_static",
12290 "log",
12291 "msvc_spectre_libs",
12292 "pet-fs",
12293 "regex",
12294 "serde",
12295 "serde_json",
12296]
12297
12298[[package]]
12299name = "pet-env-var-path"
12300version = "0.1.0"
12301source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12302dependencies = [
12303 "lazy_static",
12304 "log",
12305 "msvc_spectre_libs",
12306 "pet-conda",
12307 "pet-core",
12308 "pet-fs",
12309 "pet-python-utils",
12310 "pet-virtualenv",
12311 "regex",
12312]
12313
12314[[package]]
12315name = "pet-fs"
12316version = "0.1.0"
12317source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12318dependencies = [
12319 "glob",
12320 "log",
12321 "msvc_spectre_libs",
12322 "windows-sys 0.59.0",
12323]
12324
12325[[package]]
12326name = "pet-global-virtualenvs"
12327version = "0.1.0"
12328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12329dependencies = [
12330 "log",
12331 "msvc_spectre_libs",
12332 "pet-conda",
12333 "pet-core",
12334 "pet-fs",
12335 "pet-virtualenv",
12336]
12337
12338[[package]]
12339name = "pet-homebrew"
12340version = "0.1.0"
12341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12342dependencies = [
12343 "lazy_static",
12344 "log",
12345 "msvc_spectre_libs",
12346 "pet-conda",
12347 "pet-core",
12348 "pet-fs",
12349 "pet-python-utils",
12350 "pet-virtualenv",
12351 "rayon",
12352 "regex",
12353 "serde",
12354 "serde_json",
12355]
12356
12357[[package]]
12358name = "pet-jsonrpc"
12359version = "0.1.0"
12360source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12361dependencies = [
12362 "env_logger 0.10.2",
12363 "log",
12364 "msvc_spectre_libs",
12365 "pet-core",
12366 "serde",
12367 "serde_json",
12368]
12369
12370[[package]]
12371name = "pet-linux-global-python"
12372version = "0.1.0"
12373source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12374dependencies = [
12375 "log",
12376 "msvc_spectre_libs",
12377 "pet-core",
12378 "pet-fs",
12379 "pet-python-utils",
12380 "pet-virtualenv",
12381]
12382
12383[[package]]
12384name = "pet-mac-commandlinetools"
12385version = "0.1.0"
12386source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12387dependencies = [
12388 "log",
12389 "msvc_spectre_libs",
12390 "pet-core",
12391 "pet-fs",
12392 "pet-python-utils",
12393 "pet-virtualenv",
12394]
12395
12396[[package]]
12397name = "pet-mac-python-org"
12398version = "0.1.0"
12399source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12400dependencies = [
12401 "log",
12402 "msvc_spectre_libs",
12403 "pet-core",
12404 "pet-fs",
12405 "pet-python-utils",
12406 "pet-virtualenv",
12407]
12408
12409[[package]]
12410name = "pet-mac-xcode"
12411version = "0.1.0"
12412source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12413dependencies = [
12414 "log",
12415 "msvc_spectre_libs",
12416 "pet-core",
12417 "pet-fs",
12418 "pet-python-utils",
12419 "pet-virtualenv",
12420]
12421
12422[[package]]
12423name = "pet-pipenv"
12424version = "0.1.0"
12425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12426dependencies = [
12427 "lazy_static",
12428 "log",
12429 "msvc_spectre_libs",
12430 "pet-core",
12431 "pet-fs",
12432 "pet-python-utils",
12433 "pet-virtualenv",
12434 "regex",
12435]
12436
12437[[package]]
12438name = "pet-pixi"
12439version = "0.1.0"
12440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12441dependencies = [
12442 "log",
12443 "msvc_spectre_libs",
12444 "pet-conda",
12445 "pet-core",
12446 "pet-python-utils",
12447]
12448
12449[[package]]
12450name = "pet-poetry"
12451version = "0.1.0"
12452source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12453dependencies = [
12454 "base64 0.22.1",
12455 "lazy_static",
12456 "log",
12457 "msvc_spectre_libs",
12458 "pet-core",
12459 "pet-fs",
12460 "pet-python-utils",
12461 "pet-reporter",
12462 "pet-virtualenv",
12463 "regex",
12464 "serde",
12465 "serde_json",
12466 "sha2",
12467 "toml 0.8.23",
12468]
12469
12470[[package]]
12471name = "pet-pyenv"
12472version = "0.1.0"
12473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12474dependencies = [
12475 "lazy_static",
12476 "log",
12477 "msvc_spectre_libs",
12478 "pet-conda",
12479 "pet-core",
12480 "pet-fs",
12481 "pet-python-utils",
12482 "pet-reporter",
12483 "regex",
12484 "serde",
12485 "serde_json",
12486]
12487
12488[[package]]
12489name = "pet-python-utils"
12490version = "0.1.0"
12491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12492dependencies = [
12493 "env_logger 0.10.2",
12494 "lazy_static",
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-core",
12498 "pet-fs",
12499 "regex",
12500 "serde",
12501 "serde_json",
12502 "sha2",
12503]
12504
12505[[package]]
12506name = "pet-reporter"
12507version = "0.1.0"
12508source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12509dependencies = [
12510 "env_logger 0.10.2",
12511 "log",
12512 "msvc_spectre_libs",
12513 "pet-core",
12514 "pet-jsonrpc",
12515 "serde",
12516 "serde_json",
12517]
12518
12519[[package]]
12520name = "pet-telemetry"
12521version = "0.1.0"
12522source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12523dependencies = [
12524 "env_logger 0.10.2",
12525 "lazy_static",
12526 "log",
12527 "msvc_spectre_libs",
12528 "pet-core",
12529 "pet-fs",
12530 "pet-python-utils",
12531 "regex",
12532]
12533
12534[[package]]
12535name = "pet-uv"
12536version = "0.1.0"
12537source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12538dependencies = [
12539 "log",
12540 "pet-core",
12541 "pet-python-utils",
12542 "serde",
12543 "toml 0.9.8",
12544]
12545
12546[[package]]
12547name = "pet-venv"
12548version = "0.1.0"
12549source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12550dependencies = [
12551 "log",
12552 "msvc_spectre_libs",
12553 "pet-core",
12554 "pet-python-utils",
12555 "pet-virtualenv",
12556]
12557
12558[[package]]
12559name = "pet-virtualenv"
12560version = "0.1.0"
12561source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12562dependencies = [
12563 "log",
12564 "msvc_spectre_libs",
12565 "pet-core",
12566 "pet-fs",
12567 "pet-python-utils",
12568]
12569
12570[[package]]
12571name = "pet-virtualenvwrapper"
12572version = "0.1.0"
12573source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12574dependencies = [
12575 "log",
12576 "msvc_spectre_libs",
12577 "pet-core",
12578 "pet-fs",
12579 "pet-python-utils",
12580 "pet-virtualenv",
12581]
12582
12583[[package]]
12584name = "pet-windows-registry"
12585version = "0.1.0"
12586source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12587dependencies = [
12588 "lazy_static",
12589 "log",
12590 "msvc_spectre_libs",
12591 "pet-conda",
12592 "pet-core",
12593 "pet-fs",
12594 "pet-python-utils",
12595 "pet-virtualenv",
12596 "pet-windows-store",
12597 "regex",
12598 "winreg 0.55.0",
12599]
12600
12601[[package]]
12602name = "pet-windows-store"
12603version = "0.1.0"
12604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12605dependencies = [
12606 "lazy_static",
12607 "log",
12608 "msvc_spectre_libs",
12609 "pet-core",
12610 "pet-fs",
12611 "pet-python-utils",
12612 "pet-virtualenv",
12613 "regex",
12614 "winreg 0.55.0",
12615]
12616
12617[[package]]
12618name = "pet-winpython"
12619version = "0.1.0"
12620source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12621dependencies = [
12622 "lazy_static",
12623 "log",
12624 "pet-core",
12625 "pet-fs",
12626 "pet-python-utils",
12627 "pet-virtualenv",
12628 "regex",
12629]
12630
12631[[package]]
12632name = "petgraph"
12633version = "0.6.5"
12634source = "registry+https://github.com/rust-lang/crates.io-index"
12635checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12636dependencies = [
12637 "fixedbitset 0.4.2",
12638 "indexmap",
12639]
12640
12641[[package]]
12642name = "pgvector"
12643version = "0.4.1"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12646dependencies = [
12647 "serde",
12648]
12649
12650[[package]]
12651name = "phf"
12652version = "0.11.3"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12655dependencies = [
12656 "phf_macros 0.11.3",
12657 "phf_shared 0.11.3",
12658]
12659
12660[[package]]
12661name = "phf"
12662version = "0.12.1"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12665dependencies = [
12666 "phf_macros 0.12.1",
12667 "phf_shared 0.12.1",
12668]
12669
12670[[package]]
12671name = "phf_codegen"
12672version = "0.11.3"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12675dependencies = [
12676 "phf_generator 0.11.3",
12677 "phf_shared 0.11.3",
12678]
12679
12680[[package]]
12681name = "phf_generator"
12682version = "0.11.3"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12685dependencies = [
12686 "phf_shared 0.11.3",
12687 "rand 0.8.5",
12688]
12689
12690[[package]]
12691name = "phf_generator"
12692version = "0.12.1"
12693source = "registry+https://github.com/rust-lang/crates.io-index"
12694checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12695dependencies = [
12696 "fastrand 2.3.0",
12697 "phf_shared 0.12.1",
12698]
12699
12700[[package]]
12701name = "phf_macros"
12702version = "0.11.3"
12703source = "registry+https://github.com/rust-lang/crates.io-index"
12704checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12705dependencies = [
12706 "phf_generator 0.11.3",
12707 "phf_shared 0.11.3",
12708 "proc-macro2",
12709 "quote",
12710 "syn 2.0.117",
12711]
12712
12713[[package]]
12714name = "phf_macros"
12715version = "0.12.1"
12716source = "registry+https://github.com/rust-lang/crates.io-index"
12717checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12718dependencies = [
12719 "phf_generator 0.12.1",
12720 "phf_shared 0.12.1",
12721 "proc-macro2",
12722 "quote",
12723 "syn 2.0.117",
12724]
12725
12726[[package]]
12727name = "phf_shared"
12728version = "0.11.3"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12731dependencies = [
12732 "siphasher 1.0.1",
12733]
12734
12735[[package]]
12736name = "phf_shared"
12737version = "0.12.1"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12740dependencies = [
12741 "siphasher 1.0.1",
12742]
12743
12744[[package]]
12745name = "picker"
12746version = "0.1.0"
12747dependencies = [
12748 "anyhow",
12749 "editor",
12750 "gpui",
12751 "menu",
12752 "schemars",
12753 "serde",
12754 "settings",
12755 "theme",
12756 "theme_settings",
12757 "ui",
12758 "ui_input",
12759 "workspace",
12760 "zed_actions",
12761]
12762
12763[[package]]
12764name = "pico-args"
12765version = "0.5.0"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12768
12769[[package]]
12770name = "pin-project"
12771version = "1.1.10"
12772source = "registry+https://github.com/rust-lang/crates.io-index"
12773checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12774dependencies = [
12775 "pin-project-internal",
12776]
12777
12778[[package]]
12779name = "pin-project-internal"
12780version = "1.1.10"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12783dependencies = [
12784 "proc-macro2",
12785 "quote",
12786 "syn 2.0.117",
12787]
12788
12789[[package]]
12790name = "pin-project-lite"
12791version = "0.2.16"
12792source = "registry+https://github.com/rust-lang/crates.io-index"
12793checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12794
12795[[package]]
12796name = "pin-utils"
12797version = "0.1.0"
12798source = "registry+https://github.com/rust-lang/crates.io-index"
12799checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12800
12801[[package]]
12802name = "piper"
12803version = "0.2.4"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12806dependencies = [
12807 "atomic-waker",
12808 "fastrand 2.3.0",
12809 "futures-io",
12810]
12811
12812[[package]]
12813name = "pkcs1"
12814version = "0.7.5"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12817dependencies = [
12818 "der 0.7.10",
12819 "pkcs8 0.10.2",
12820 "spki 0.7.3",
12821]
12822
12823[[package]]
12824name = "pkcs8"
12825version = "0.9.0"
12826source = "registry+https://github.com/rust-lang/crates.io-index"
12827checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12828dependencies = [
12829 "der 0.6.1",
12830 "spki 0.6.0",
12831]
12832
12833[[package]]
12834name = "pkcs8"
12835version = "0.10.2"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12838dependencies = [
12839 "der 0.7.10",
12840 "spki 0.7.3",
12841]
12842
12843[[package]]
12844name = "pkg-config"
12845version = "0.3.32"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12848
12849[[package]]
12850name = "plain"
12851version = "0.2.3"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12854
12855[[package]]
12856name = "platform_title_bar"
12857version = "0.1.0"
12858dependencies = [
12859 "gpui",
12860 "project",
12861 "settings",
12862 "smallvec",
12863 "theme",
12864 "theme_settings",
12865 "ui",
12866 "windows 0.61.3",
12867 "workspace",
12868 "zed_actions",
12869]
12870
12871[[package]]
12872name = "plist"
12873version = "1.8.0"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12876dependencies = [
12877 "base64 0.22.1",
12878 "indexmap",
12879 "quick-xml 0.38.3",
12880 "serde",
12881 "time",
12882]
12883
12884[[package]]
12885name = "plotters"
12886version = "0.3.7"
12887source = "registry+https://github.com/rust-lang/crates.io-index"
12888checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12889dependencies = [
12890 "num-traits",
12891 "plotters-backend",
12892 "plotters-svg",
12893 "wasm-bindgen",
12894 "web-sys",
12895]
12896
12897[[package]]
12898name = "plotters-backend"
12899version = "0.3.7"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12902
12903[[package]]
12904name = "plotters-svg"
12905version = "0.3.7"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12908dependencies = [
12909 "plotters-backend",
12910]
12911
12912[[package]]
12913name = "png"
12914version = "0.17.16"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12917dependencies = [
12918 "bitflags 1.3.2",
12919 "crc32fast",
12920 "fdeflate",
12921 "flate2",
12922 "miniz_oxide",
12923]
12924
12925[[package]]
12926name = "png"
12927version = "0.18.0"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12930dependencies = [
12931 "bitflags 2.10.0",
12932 "crc32fast",
12933 "fdeflate",
12934 "flate2",
12935 "miniz_oxide",
12936]
12937
12938[[package]]
12939name = "polling"
12940version = "3.11.0"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12943dependencies = [
12944 "cfg-if",
12945 "concurrent-queue",
12946 "hermit-abi",
12947 "pin-project-lite",
12948 "rustix 1.1.2",
12949 "windows-sys 0.61.2",
12950]
12951
12952[[package]]
12953name = "pollster"
12954version = "0.2.5"
12955source = "registry+https://github.com/rust-lang/crates.io-index"
12956checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12957
12958[[package]]
12959name = "pollster"
12960version = "0.4.0"
12961source = "registry+https://github.com/rust-lang/crates.io-index"
12962checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12963
12964[[package]]
12965name = "pori"
12966version = "0.0.0"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12969dependencies = [
12970 "nom 7.1.3",
12971]
12972
12973[[package]]
12974name = "portable-atomic"
12975version = "1.11.1"
12976source = "registry+https://github.com/rust-lang/crates.io-index"
12977checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12978
12979[[package]]
12980name = "portable-atomic-util"
12981version = "0.2.4"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12984dependencies = [
12985 "portable-atomic",
12986]
12987
12988[[package]]
12989name = "portable-pty"
12990version = "0.9.0"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12993dependencies = [
12994 "anyhow",
12995 "bitflags 1.3.2",
12996 "downcast-rs",
12997 "filedescriptor",
12998 "lazy_static",
12999 "libc",
13000 "log",
13001 "nix 0.28.0",
13002 "serial2",
13003 "shared_library",
13004 "shell-words",
13005 "winapi",
13006 "winreg 0.10.1",
13007]
13008
13009[[package]]
13010name = "postage"
13011version = "0.5.0"
13012source = "registry+https://github.com/rust-lang/crates.io-index"
13013checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13014dependencies = [
13015 "atomic",
13016 "crossbeam-queue",
13017 "futures 0.3.32",
13018 "log",
13019 "parking_lot",
13020 "pin-project",
13021 "pollster 0.2.5",
13022 "static_assertions",
13023 "thiserror 1.0.69",
13024]
13025
13026[[package]]
13027name = "postcard"
13028version = "1.1.3"
13029source = "registry+https://github.com/rust-lang/crates.io-index"
13030checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13031dependencies = [
13032 "cobs",
13033 "embedded-io 0.4.0",
13034 "embedded-io 0.6.1",
13035 "serde",
13036]
13037
13038[[package]]
13039name = "potential_utf"
13040version = "0.1.3"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13043dependencies = [
13044 "zerovec",
13045]
13046
13047[[package]]
13048name = "powerfmt"
13049version = "0.2.0"
13050source = "registry+https://github.com/rust-lang/crates.io-index"
13051checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13052
13053[[package]]
13054name = "ppv-lite86"
13055version = "0.2.21"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13058dependencies = [
13059 "zerocopy",
13060]
13061
13062[[package]]
13063name = "precomputed-hash"
13064version = "0.1.1"
13065source = "registry+https://github.com/rust-lang/crates.io-index"
13066checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13067
13068[[package]]
13069name = "presser"
13070version = "0.3.1"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13073
13074[[package]]
13075name = "prettier"
13076version = "0.1.0"
13077dependencies = [
13078 "anyhow",
13079 "collections",
13080 "fs",
13081 "gpui",
13082 "language",
13083 "log",
13084 "lsp",
13085 "node_runtime",
13086 "parking_lot",
13087 "paths",
13088 "serde",
13089 "serde_json",
13090 "util",
13091]
13092
13093[[package]]
13094name = "pretty_assertions"
13095version = "1.4.1"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13098dependencies = [
13099 "diff",
13100 "yansi",
13101]
13102
13103[[package]]
13104name = "prettyplease"
13105version = "0.2.37"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13108dependencies = [
13109 "proc-macro2",
13110 "syn 2.0.117",
13111]
13112
13113[[package]]
13114name = "primal-check"
13115version = "0.3.4"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13118dependencies = [
13119 "num-integer",
13120]
13121
13122[[package]]
13123name = "proc-macro-crate"
13124version = "3.4.0"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13127dependencies = [
13128 "toml_edit 0.23.7",
13129]
13130
13131[[package]]
13132name = "proc-macro-error"
13133version = "1.0.4"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13136dependencies = [
13137 "proc-macro-error-attr",
13138 "proc-macro2",
13139 "quote",
13140 "syn 1.0.109",
13141 "version_check",
13142]
13143
13144[[package]]
13145name = "proc-macro-error-attr"
13146version = "1.0.4"
13147source = "registry+https://github.com/rust-lang/crates.io-index"
13148checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13149dependencies = [
13150 "proc-macro2",
13151 "quote",
13152 "version_check",
13153]
13154
13155[[package]]
13156name = "proc-macro-error-attr2"
13157version = "2.0.0"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13160dependencies = [
13161 "proc-macro2",
13162 "quote",
13163]
13164
13165[[package]]
13166name = "proc-macro-error2"
13167version = "2.0.1"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13170dependencies = [
13171 "proc-macro-error-attr2",
13172 "proc-macro2",
13173 "quote",
13174 "syn 2.0.117",
13175]
13176
13177[[package]]
13178name = "proc-macro2"
13179version = "1.0.101"
13180source = "registry+https://github.com/rust-lang/crates.io-index"
13181checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13182dependencies = [
13183 "unicode-ident",
13184]
13185
13186[[package]]
13187name = "proc-macro2-diagnostics"
13188version = "0.10.1"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13191dependencies = [
13192 "proc-macro2",
13193 "quote",
13194 "syn 2.0.117",
13195 "version_check",
13196 "yansi",
13197]
13198
13199[[package]]
13200name = "procfs-core"
13201version = "0.17.0"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13204dependencies = [
13205 "bitflags 2.10.0",
13206 "hex",
13207 "serde",
13208]
13209
13210[[package]]
13211name = "profiling"
13212version = "1.0.17"
13213source = "registry+https://github.com/rust-lang/crates.io-index"
13214checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13215dependencies = [
13216 "profiling-procmacros",
13217]
13218
13219[[package]]
13220name = "profiling-procmacros"
13221version = "1.0.17"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13224dependencies = [
13225 "quote",
13226 "syn 2.0.117",
13227]
13228
13229[[package]]
13230name = "project"
13231version = "0.1.0"
13232dependencies = [
13233 "aho-corasick",
13234 "anyhow",
13235 "askpass",
13236 "async-trait",
13237 "base64 0.22.1",
13238 "buffer_diff",
13239 "circular-buffer",
13240 "client",
13241 "clock",
13242 "collections",
13243 "context_server",
13244 "credentials_provider",
13245 "dap",
13246 "encoding_rs",
13247 "extension",
13248 "fancy-regex 0.17.0",
13249 "fs",
13250 "futures 0.3.32",
13251 "fuzzy",
13252 "fuzzy_nucleo",
13253 "git",
13254 "git2",
13255 "git_hosting_providers",
13256 "globset",
13257 "gpui",
13258 "http_client",
13259 "image",
13260 "indexmap",
13261 "itertools 0.14.0",
13262 "language",
13263 "log",
13264 "lsp",
13265 "markdown",
13266 "node_runtime",
13267 "parking_lot",
13268 "paths",
13269 "percent-encoding",
13270 "postage",
13271 "prettier",
13272 "pretty_assertions",
13273 "project",
13274 "rand 0.9.3",
13275 "regex",
13276 "release_channel",
13277 "remote",
13278 "rpc",
13279 "schemars",
13280 "semver",
13281 "serde",
13282 "serde_json",
13283 "settings",
13284 "sha2",
13285 "shellexpand",
13286 "smallvec",
13287 "smol",
13288 "snippet",
13289 "snippet_provider",
13290 "sum_tree",
13291 "task",
13292 "tempfile",
13293 "terminal",
13294 "text",
13295 "toml 0.8.23",
13296 "tracing",
13297 "unindent",
13298 "url",
13299 "util",
13300 "watch",
13301 "wax",
13302 "which 6.0.3",
13303 "worktree",
13304 "zed_credentials_provider",
13305 "zeroize",
13306 "zlog",
13307 "ztracing",
13308]
13309
13310[[package]]
13311name = "project_benchmarks"
13312version = "0.1.0"
13313dependencies = [
13314 "anyhow",
13315 "askpass",
13316 "clap",
13317 "client",
13318 "futures 0.3.32",
13319 "gpui",
13320 "gpui_platform",
13321 "http_client",
13322 "language",
13323 "node_runtime",
13324 "project",
13325 "release_channel",
13326 "remote",
13327 "rpassword",
13328 "semver",
13329 "settings",
13330 "watch",
13331]
13332
13333[[package]]
13334name = "project_panel"
13335version = "0.1.0"
13336dependencies = [
13337 "anyhow",
13338 "client",
13339 "collections",
13340 "command_palette_hooks",
13341 "criterion",
13342 "editor",
13343 "feature_flags",
13344 "file_icons",
13345 "fs",
13346 "futures 0.3.32",
13347 "git",
13348 "git_ui",
13349 "gpui",
13350 "itertools 0.14.0",
13351 "language",
13352 "menu",
13353 "notifications",
13354 "pretty_assertions",
13355 "project",
13356 "rayon",
13357 "remote_connection",
13358 "schemars",
13359 "search",
13360 "serde",
13361 "serde_json",
13362 "settings",
13363 "smallvec",
13364 "telemetry",
13365 "tempfile",
13366 "theme",
13367 "theme_settings",
13368 "ui",
13369 "util",
13370 "workspace",
13371 "worktree",
13372 "zed_actions",
13373]
13374
13375[[package]]
13376name = "project_symbols"
13377version = "0.1.0"
13378dependencies = [
13379 "anyhow",
13380 "editor",
13381 "futures 0.3.32",
13382 "fuzzy",
13383 "gpui",
13384 "language",
13385 "lsp",
13386 "ordered-float 2.10.1",
13387 "picker",
13388 "project",
13389 "release_channel",
13390 "semver",
13391 "serde_json",
13392 "settings",
13393 "theme",
13394 "theme_settings",
13395 "util",
13396 "workspace",
13397]
13398
13399[[package]]
13400name = "prometheus"
13401version = "0.14.0"
13402source = "registry+https://github.com/rust-lang/crates.io-index"
13403checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13404dependencies = [
13405 "cfg-if",
13406 "fnv",
13407 "lazy_static",
13408 "memchr",
13409 "parking_lot",
13410 "protobuf",
13411 "thiserror 2.0.17",
13412]
13413
13414[[package]]
13415name = "prompt_store"
13416version = "0.1.0"
13417dependencies = [
13418 "anyhow",
13419 "assets",
13420 "chrono",
13421 "collections",
13422 "fs",
13423 "futures 0.3.32",
13424 "fuzzy",
13425 "gpui",
13426 "handlebars 4.5.0",
13427 "heed",
13428 "language",
13429 "log",
13430 "parking_lot",
13431 "paths",
13432 "rope",
13433 "serde",
13434 "strum 0.27.2",
13435 "tempfile",
13436 "text",
13437 "util",
13438 "uuid",
13439]
13440
13441[[package]]
13442name = "proptest"
13443version = "1.10.0"
13444source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13445dependencies = [
13446 "bit-set 0.8.0",
13447 "bit-vec 0.8.0",
13448 "bitflags 2.10.0",
13449 "num-traits",
13450 "proptest-macro",
13451 "rand 0.9.3",
13452 "rand_chacha 0.9.0",
13453 "rand_xorshift",
13454 "regex-syntax",
13455 "rusty-fork",
13456 "tempfile",
13457 "unarray",
13458]
13459
13460[[package]]
13461name = "proptest-derive"
13462version = "0.8.0"
13463source = "registry+https://github.com/rust-lang/crates.io-index"
13464checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13465dependencies = [
13466 "proc-macro2",
13467 "quote",
13468 "syn 2.0.117",
13469]
13470
13471[[package]]
13472name = "proptest-macro"
13473version = "0.5.0"
13474source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13475dependencies = [
13476 "convert_case 0.11.0",
13477 "proc-macro2",
13478 "quote",
13479 "syn 2.0.117",
13480]
13481
13482[[package]]
13483name = "prost"
13484version = "0.9.0"
13485source = "registry+https://github.com/rust-lang/crates.io-index"
13486checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13487dependencies = [
13488 "bytes 1.11.1",
13489 "prost-derive 0.9.0",
13490]
13491
13492[[package]]
13493name = "prost"
13494version = "0.12.6"
13495source = "registry+https://github.com/rust-lang/crates.io-index"
13496checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13497dependencies = [
13498 "bytes 1.11.1",
13499 "prost-derive 0.12.6",
13500]
13501
13502[[package]]
13503name = "prost-build"
13504version = "0.9.0"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13507dependencies = [
13508 "bytes 1.11.1",
13509 "heck 0.3.3",
13510 "itertools 0.10.5",
13511 "lazy_static",
13512 "log",
13513 "multimap",
13514 "petgraph",
13515 "prost 0.9.0",
13516 "prost-types 0.9.0",
13517 "regex",
13518 "tempfile",
13519 "which 4.4.2",
13520]
13521
13522[[package]]
13523name = "prost-build"
13524version = "0.12.6"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13527dependencies = [
13528 "bytes 1.11.1",
13529 "heck 0.5.0",
13530 "itertools 0.12.1",
13531 "log",
13532 "multimap",
13533 "once_cell",
13534 "petgraph",
13535 "prettyplease",
13536 "prost 0.12.6",
13537 "prost-types 0.12.6",
13538 "regex",
13539 "syn 2.0.117",
13540 "tempfile",
13541]
13542
13543[[package]]
13544name = "prost-derive"
13545version = "0.9.0"
13546source = "registry+https://github.com/rust-lang/crates.io-index"
13547checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13548dependencies = [
13549 "anyhow",
13550 "itertools 0.10.5",
13551 "proc-macro2",
13552 "quote",
13553 "syn 1.0.109",
13554]
13555
13556[[package]]
13557name = "prost-derive"
13558version = "0.12.6"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13561dependencies = [
13562 "anyhow",
13563 "itertools 0.12.1",
13564 "proc-macro2",
13565 "quote",
13566 "syn 2.0.117",
13567]
13568
13569[[package]]
13570name = "prost-types"
13571version = "0.9.0"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13574dependencies = [
13575 "bytes 1.11.1",
13576 "prost 0.9.0",
13577]
13578
13579[[package]]
13580name = "prost-types"
13581version = "0.12.6"
13582source = "registry+https://github.com/rust-lang/crates.io-index"
13583checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13584dependencies = [
13585 "prost 0.12.6",
13586]
13587
13588[[package]]
13589name = "proto"
13590version = "0.1.0"
13591dependencies = [
13592 "anyhow",
13593 "prost 0.9.0",
13594 "prost-build 0.9.0",
13595 "serde",
13596]
13597
13598[[package]]
13599name = "protobuf"
13600version = "3.7.2"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13603dependencies = [
13604 "once_cell",
13605 "protobuf-support",
13606 "thiserror 1.0.69",
13607]
13608
13609[[package]]
13610name = "protobuf-support"
13611version = "3.7.2"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13614dependencies = [
13615 "thiserror 1.0.69",
13616]
13617
13618[[package]]
13619name = "psm"
13620version = "0.1.30"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13623dependencies = [
13624 "ar_archive_writer",
13625 "cc",
13626]
13627
13628[[package]]
13629name = "ptr_meta"
13630version = "0.1.4"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13633dependencies = [
13634 "ptr_meta_derive",
13635]
13636
13637[[package]]
13638name = "ptr_meta_derive"
13639version = "0.1.4"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13642dependencies = [
13643 "proc-macro2",
13644 "quote",
13645 "syn 1.0.109",
13646]
13647
13648[[package]]
13649name = "pulldown-cmark"
13650version = "0.10.3"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13653dependencies = [
13654 "bitflags 2.10.0",
13655 "memchr",
13656 "pulldown-cmark-escape",
13657 "unicase",
13658]
13659
13660[[package]]
13661name = "pulldown-cmark"
13662version = "0.13.0"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13665dependencies = [
13666 "bitflags 2.10.0",
13667 "memchr",
13668 "unicase",
13669]
13670
13671[[package]]
13672name = "pulldown-cmark-escape"
13673version = "0.10.1"
13674source = "registry+https://github.com/rust-lang/crates.io-index"
13675checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13676
13677[[package]]
13678name = "pulley-interpreter"
13679version = "36.0.7"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13682dependencies = [
13683 "cranelift-bitset",
13684 "log",
13685 "pulley-macros",
13686 "wasmtime-internal-math",
13687]
13688
13689[[package]]
13690name = "pulley-macros"
13691version = "36.0.7"
13692source = "registry+https://github.com/rust-lang/crates.io-index"
13693checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13694dependencies = [
13695 "proc-macro2",
13696 "quote",
13697 "syn 2.0.117",
13698]
13699
13700[[package]]
13701name = "pulp"
13702version = "0.18.22"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13705dependencies = [
13706 "bytemuck",
13707 "libm",
13708 "num-complex",
13709 "reborrow",
13710]
13711
13712[[package]]
13713name = "pulp"
13714version = "0.21.5"
13715source = "registry+https://github.com/rust-lang/crates.io-index"
13716checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13717dependencies = [
13718 "bytemuck",
13719 "cfg-if",
13720 "libm",
13721 "num-complex",
13722 "reborrow",
13723 "version_check",
13724]
13725
13726[[package]]
13727name = "pxfm"
13728version = "0.1.25"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13731dependencies = [
13732 "num-traits",
13733]
13734
13735[[package]]
13736name = "qoi"
13737version = "0.4.1"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13740dependencies = [
13741 "bytemuck",
13742]
13743
13744[[package]]
13745name = "quick-error"
13746version = "1.2.3"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13749
13750[[package]]
13751name = "quick-error"
13752version = "2.0.1"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13755
13756[[package]]
13757name = "quick-xml"
13758version = "0.30.0"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13761dependencies = [
13762 "memchr",
13763]
13764
13765[[package]]
13766name = "quick-xml"
13767version = "0.37.5"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13770dependencies = [
13771 "memchr",
13772]
13773
13774[[package]]
13775name = "quick-xml"
13776version = "0.38.3"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13779dependencies = [
13780 "memchr",
13781]
13782
13783[[package]]
13784name = "quinn"
13785version = "0.11.9"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13788dependencies = [
13789 "bytes 1.11.1",
13790 "cfg_aliases 0.2.1",
13791 "pin-project-lite",
13792 "quinn-proto",
13793 "quinn-udp",
13794 "rustc-hash 2.1.1",
13795 "rustls 0.23.33",
13796 "socket2 0.6.1",
13797 "thiserror 2.0.17",
13798 "tokio",
13799 "tracing",
13800 "web-time",
13801]
13802
13803[[package]]
13804name = "quinn-proto"
13805version = "0.11.13"
13806source = "registry+https://github.com/rust-lang/crates.io-index"
13807checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13808dependencies = [
13809 "bytes 1.11.1",
13810 "getrandom 0.3.4",
13811 "lru-slab",
13812 "rand 0.9.3",
13813 "ring",
13814 "rustc-hash 2.1.1",
13815 "rustls 0.23.33",
13816 "rustls-pki-types",
13817 "slab",
13818 "thiserror 2.0.17",
13819 "tinyvec",
13820 "tracing",
13821 "web-time",
13822]
13823
13824[[package]]
13825name = "quinn-udp"
13826version = "0.5.14"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13829dependencies = [
13830 "cfg_aliases 0.2.1",
13831 "libc",
13832 "once_cell",
13833 "socket2 0.6.1",
13834 "tracing",
13835 "windows-sys 0.60.2",
13836]
13837
13838[[package]]
13839name = "quote"
13840version = "1.0.41"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13843dependencies = [
13844 "proc-macro2",
13845]
13846
13847[[package]]
13848name = "r-efi"
13849version = "5.3.0"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13852
13853[[package]]
13854name = "radium"
13855version = "0.7.0"
13856source = "registry+https://github.com/rust-lang/crates.io-index"
13857checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13858
13859[[package]]
13860name = "rand"
13861version = "0.3.23"
13862source = "registry+https://github.com/rust-lang/crates.io-index"
13863checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13864dependencies = [
13865 "libc",
13866 "rand 0.4.6",
13867]
13868
13869[[package]]
13870name = "rand"
13871version = "0.4.6"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13874dependencies = [
13875 "fuchsia-cprng",
13876 "libc",
13877 "rand_core 0.3.1",
13878 "rdrand",
13879 "winapi",
13880]
13881
13882[[package]]
13883name = "rand"
13884version = "0.8.5"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13887dependencies = [
13888 "libc",
13889 "rand_chacha 0.3.1",
13890 "rand_core 0.6.4",
13891]
13892
13893[[package]]
13894name = "rand"
13895version = "0.9.3"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13898dependencies = [
13899 "rand_chacha 0.9.0",
13900 "rand_core 0.9.3",
13901]
13902
13903[[package]]
13904name = "rand_chacha"
13905version = "0.3.1"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13908dependencies = [
13909 "ppv-lite86",
13910 "rand_core 0.6.4",
13911]
13912
13913[[package]]
13914name = "rand_chacha"
13915version = "0.9.0"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13918dependencies = [
13919 "ppv-lite86",
13920 "rand_core 0.9.3",
13921]
13922
13923[[package]]
13924name = "rand_core"
13925version = "0.3.1"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13928dependencies = [
13929 "rand_core 0.4.2",
13930]
13931
13932[[package]]
13933name = "rand_core"
13934version = "0.4.2"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13937
13938[[package]]
13939name = "rand_core"
13940version = "0.6.4"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13943dependencies = [
13944 "getrandom 0.2.16",
13945]
13946
13947[[package]]
13948name = "rand_core"
13949version = "0.9.3"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13952dependencies = [
13953 "getrandom 0.3.4",
13954]
13955
13956[[package]]
13957name = "rand_distr"
13958version = "0.5.1"
13959source = "registry+https://github.com/rust-lang/crates.io-index"
13960checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13961dependencies = [
13962 "num-traits",
13963 "rand 0.9.3",
13964]
13965
13966[[package]]
13967name = "rand_pcg"
13968version = "0.3.1"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13971dependencies = [
13972 "rand_core 0.6.4",
13973]
13974
13975[[package]]
13976name = "rand_xorshift"
13977version = "0.4.0"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13980dependencies = [
13981 "rand_core 0.9.3",
13982]
13983
13984[[package]]
13985name = "random_choice"
13986version = "0.3.2"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13989dependencies = [
13990 "rand 0.3.23",
13991]
13992
13993[[package]]
13994name = "range-alloc"
13995version = "0.1.4"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13998
13999[[package]]
14000name = "range-map"
14001version = "0.2.0"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14004dependencies = [
14005 "num-traits",
14006]
14007
14008[[package]]
14009name = "rangemap"
14010version = "1.7.1"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14013
14014[[package]]
14015name = "rav1e"
14016version = "0.7.1"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14019dependencies = [
14020 "arbitrary",
14021 "arg_enum_proc_macro",
14022 "arrayvec",
14023 "av1-grain",
14024 "bitstream-io",
14025 "built",
14026 "cfg-if",
14027 "interpolate_name",
14028 "itertools 0.12.1",
14029 "libc",
14030 "libfuzzer-sys",
14031 "log",
14032 "maybe-rayon",
14033 "new_debug_unreachable",
14034 "noop_proc_macro",
14035 "num-derive",
14036 "num-traits",
14037 "once_cell",
14038 "paste",
14039 "profiling",
14040 "rand 0.8.5",
14041 "rand_chacha 0.3.1",
14042 "simd_helpers",
14043 "system-deps 6.2.2",
14044 "thiserror 1.0.69",
14045 "v_frame",
14046 "wasm-bindgen",
14047]
14048
14049[[package]]
14050name = "ravif"
14051version = "0.11.20"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14054dependencies = [
14055 "avif-serialize",
14056 "imgref",
14057 "loop9",
14058 "quick-error 2.0.1",
14059 "rav1e",
14060 "rayon",
14061 "rgb",
14062]
14063
14064[[package]]
14065name = "raw-cpuid"
14066version = "10.7.0"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14069dependencies = [
14070 "bitflags 1.3.2",
14071]
14072
14073[[package]]
14074name = "raw-cpuid"
14075version = "11.6.0"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14078dependencies = [
14079 "bitflags 2.10.0",
14080]
14081
14082[[package]]
14083name = "raw-window-handle"
14084version = "0.6.2"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14087
14088[[package]]
14089name = "raw-window-metal"
14090version = "1.1.0"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14093dependencies = [
14094 "objc2",
14095 "objc2-core-foundation",
14096 "objc2-foundation",
14097 "objc2-quartz-core",
14098]
14099
14100[[package]]
14101name = "rayon"
14102version = "1.11.0"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14105dependencies = [
14106 "either",
14107 "rayon-core",
14108]
14109
14110[[package]]
14111name = "rayon-core"
14112version = "1.13.0"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14115dependencies = [
14116 "crossbeam-deque",
14117 "crossbeam-utils",
14118]
14119
14120[[package]]
14121name = "rdrand"
14122version = "0.4.0"
14123source = "registry+https://github.com/rust-lang/crates.io-index"
14124checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14125dependencies = [
14126 "rand_core 0.3.1",
14127]
14128
14129[[package]]
14130name = "read-fonts"
14131version = "0.35.0"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14134dependencies = [
14135 "bytemuck",
14136 "font-types 0.10.0",
14137]
14138
14139[[package]]
14140name = "read-fonts"
14141version = "0.37.0"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14144dependencies = [
14145 "bytemuck",
14146 "core_maths",
14147 "font-types 0.11.0",
14148]
14149
14150[[package]]
14151name = "realfft"
14152version = "3.5.0"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14155dependencies = [
14156 "rustfft",
14157]
14158
14159[[package]]
14160name = "reborrow"
14161version = "0.5.5"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14164
14165[[package]]
14166name = "recent_projects"
14167version = "0.1.0"
14168dependencies = [
14169 "anyhow",
14170 "askpass",
14171 "chrono",
14172 "db",
14173 "dev_container",
14174 "editor",
14175 "extension",
14176 "extension_host",
14177 "fs",
14178 "futures 0.3.32",
14179 "fuzzy",
14180 "gpui",
14181 "http_client",
14182 "indoc",
14183 "language",
14184 "log",
14185 "menu",
14186 "node_runtime",
14187 "open_path_prompt",
14188 "ordered-float 2.10.1",
14189 "paths",
14190 "picker",
14191 "project",
14192 "release_channel",
14193 "remote",
14194 "remote_connection",
14195 "remote_server",
14196 "semver",
14197 "serde",
14198 "serde_json",
14199 "settings",
14200 "smol",
14201 "task",
14202 "telemetry",
14203 "ui",
14204 "ui_input",
14205 "util",
14206 "windows-registry 0.6.1",
14207 "workspace",
14208 "worktree",
14209 "zed_actions",
14210]
14211
14212[[package]]
14213name = "redox_syscall"
14214version = "0.2.16"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14217dependencies = [
14218 "bitflags 1.3.2",
14219]
14220
14221[[package]]
14222name = "redox_syscall"
14223version = "0.5.18"
14224source = "registry+https://github.com/rust-lang/crates.io-index"
14225checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14226dependencies = [
14227 "bitflags 2.10.0",
14228]
14229
14230[[package]]
14231name = "redox_users"
14232version = "0.5.2"
14233source = "registry+https://github.com/rust-lang/crates.io-index"
14234checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14235dependencies = [
14236 "getrandom 0.2.16",
14237 "libredox",
14238 "thiserror 2.0.17",
14239]
14240
14241[[package]]
14242name = "ref-cast"
14243version = "1.0.25"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14246dependencies = [
14247 "ref-cast-impl",
14248]
14249
14250[[package]]
14251name = "ref-cast-impl"
14252version = "1.0.25"
14253source = "registry+https://github.com/rust-lang/crates.io-index"
14254checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14255dependencies = [
14256 "proc-macro2",
14257 "quote",
14258 "syn 2.0.117",
14259]
14260
14261[[package]]
14262name = "referencing"
14263version = "0.37.4"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14266dependencies = [
14267 "ahash 0.8.12",
14268 "fluent-uri",
14269 "getrandom 0.3.4",
14270 "hashbrown 0.16.1",
14271 "parking_lot",
14272 "percent-encoding",
14273 "serde_json",
14274]
14275
14276[[package]]
14277name = "refineable"
14278version = "0.1.0"
14279dependencies = [
14280 "derive_refineable",
14281]
14282
14283[[package]]
14284name = "regalloc2"
14285version = "0.12.2"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14288dependencies = [
14289 "allocator-api2",
14290 "bumpalo",
14291 "hashbrown 0.15.5",
14292 "log",
14293 "rustc-hash 2.1.1",
14294 "serde",
14295 "smallvec",
14296]
14297
14298[[package]]
14299name = "regex"
14300version = "1.12.2"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14303dependencies = [
14304 "aho-corasick",
14305 "memchr",
14306 "regex-automata",
14307 "regex-syntax",
14308]
14309
14310[[package]]
14311name = "regex-automata"
14312version = "0.4.13"
14313source = "registry+https://github.com/rust-lang/crates.io-index"
14314checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14315dependencies = [
14316 "aho-corasick",
14317 "memchr",
14318 "regex-syntax",
14319]
14320
14321[[package]]
14322name = "regex-lite"
14323version = "0.1.8"
14324source = "registry+https://github.com/rust-lang/crates.io-index"
14325checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14326
14327[[package]]
14328name = "regex-syntax"
14329version = "0.8.8"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14332
14333[[package]]
14334name = "release_channel"
14335version = "0.1.0"
14336dependencies = [
14337 "gpui",
14338 "semver",
14339]
14340
14341[[package]]
14342name = "remote"
14343version = "0.1.0"
14344dependencies = [
14345 "anyhow",
14346 "askpass",
14347 "async-trait",
14348 "base64 0.22.1",
14349 "collections",
14350 "fs",
14351 "futures 0.3.32",
14352 "gpui",
14353 "log",
14354 "parking_lot",
14355 "paths",
14356 "prost 0.9.0",
14357 "release_channel",
14358 "rpc",
14359 "schemars",
14360 "semver",
14361 "serde",
14362 "serde_json",
14363 "settings",
14364 "smol",
14365 "tempfile",
14366 "thiserror 2.0.17",
14367 "urlencoding",
14368 "util",
14369 "which 6.0.3",
14370]
14371
14372[[package]]
14373name = "remote_connection"
14374version = "0.1.0"
14375dependencies = [
14376 "anyhow",
14377 "askpass",
14378 "auto_update",
14379 "futures 0.3.32",
14380 "gpui",
14381 "log",
14382 "markdown",
14383 "menu",
14384 "release_channel",
14385 "remote",
14386 "semver",
14387 "settings",
14388 "theme_settings",
14389 "ui",
14390 "ui_input",
14391 "workspace",
14392]
14393
14394[[package]]
14395name = "remote_server"
14396version = "0.1.0"
14397dependencies = [
14398 "action_log",
14399 "agent",
14400 "anyhow",
14401 "askpass",
14402 "cargo_toml",
14403 "clap",
14404 "client",
14405 "clock",
14406 "collections",
14407 "crash-handler",
14408 "crashes",
14409 "dap_adapters",
14410 "debug_adapter_extension",
14411 "editor",
14412 "env_logger 0.11.8",
14413 "extension",
14414 "extension_host",
14415 "fork",
14416 "fs",
14417 "futures 0.3.32",
14418 "git",
14419 "git2",
14420 "git_hosting_providers",
14421 "gpui",
14422 "gpui_platform",
14423 "gpui_tokio",
14424 "http_client",
14425 "image",
14426 "json_schema_store",
14427 "language",
14428 "language_extension",
14429 "language_model",
14430 "languages",
14431 "libc",
14432 "log",
14433 "lsp",
14434 "minidumper",
14435 "net",
14436 "node_runtime",
14437 "paths",
14438 "pretty_assertions",
14439 "project",
14440 "proto",
14441 "rayon",
14442 "release_channel",
14443 "remote",
14444 "reqwest_client",
14445 "rpc",
14446 "rust-embed",
14447 "semver",
14448 "serde",
14449 "serde_json",
14450 "settings",
14451 "shellexpand",
14452 "smol",
14453 "sysinfo 0.37.2",
14454 "task",
14455 "theme",
14456 "theme_settings",
14457 "thiserror 2.0.17",
14458 "toml 0.8.23",
14459 "unindent",
14460 "util",
14461 "uuid",
14462 "watch",
14463 "windows 0.61.3",
14464 "worktree",
14465 "zlog",
14466]
14467
14468[[package]]
14469name = "rend"
14470version = "0.4.2"
14471source = "registry+https://github.com/rust-lang/crates.io-index"
14472checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14473dependencies = [
14474 "bytecheck",
14475]
14476
14477[[package]]
14478name = "renderdoc-sys"
14479version = "1.1.0"
14480source = "registry+https://github.com/rust-lang/crates.io-index"
14481checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14482
14483[[package]]
14484name = "repl"
14485version = "0.1.0"
14486dependencies = [
14487 "alacritty_terminal",
14488 "anyhow",
14489 "async-dispatcher",
14490 "async-task",
14491 "async-tungstenite",
14492 "base64 0.22.1",
14493 "client",
14494 "collections",
14495 "command_palette_hooks",
14496 "editor",
14497 "feature_flags",
14498 "file_icons",
14499 "futures 0.3.32",
14500 "gpui",
14501 "html_to_markdown",
14502 "http_client",
14503 "image",
14504 "indoc",
14505 "jupyter-protocol",
14506 "jupyter-websocket-client",
14507 "language",
14508 "languages",
14509 "log",
14510 "markdown",
14511 "menu",
14512 "multi_buffer",
14513 "nbformat",
14514 "picker",
14515 "project",
14516 "remote",
14517 "runtimelib",
14518 "serde",
14519 "serde_json",
14520 "settings",
14521 "shlex",
14522 "smol",
14523 "telemetry",
14524 "terminal",
14525 "terminal_view",
14526 "theme",
14527 "theme_settings",
14528 "tree-sitter-md",
14529 "tree-sitter-python",
14530 "tree-sitter-typescript",
14531 "ui",
14532 "util",
14533 "uuid",
14534 "workspace",
14535 "zed_actions",
14536]
14537
14538[[package]]
14539name = "reqwest"
14540version = "0.11.27"
14541source = "registry+https://github.com/rust-lang/crates.io-index"
14542checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14543dependencies = [
14544 "base64 0.21.7",
14545 "bytes 1.11.1",
14546 "encoding_rs",
14547 "futures-core",
14548 "futures-util",
14549 "h2 0.3.27",
14550 "http 0.2.12",
14551 "http-body 0.4.6",
14552 "hyper 0.14.32",
14553 "hyper-tls",
14554 "ipnet",
14555 "js-sys",
14556 "log",
14557 "mime",
14558 "native-tls",
14559 "once_cell",
14560 "percent-encoding",
14561 "pin-project-lite",
14562 "rustls-pemfile 1.0.4",
14563 "serde",
14564 "serde_json",
14565 "serde_urlencoded",
14566 "sync_wrapper 0.1.2",
14567 "system-configuration 0.5.1",
14568 "tokio",
14569 "tokio-native-tls",
14570 "tower-service",
14571 "url",
14572 "wasm-bindgen",
14573 "wasm-bindgen-futures",
14574 "web-sys",
14575 "winreg 0.50.0",
14576]
14577
14578[[package]]
14579name = "reqwest"
14580version = "0.12.24"
14581source = "registry+https://github.com/rust-lang/crates.io-index"
14582checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14583dependencies = [
14584 "base64 0.22.1",
14585 "bytes 1.11.1",
14586 "futures-channel",
14587 "futures-core",
14588 "futures-util",
14589 "http 1.3.1",
14590 "http-body 1.0.1",
14591 "http-body-util",
14592 "hyper 1.7.0",
14593 "hyper-rustls 0.27.7",
14594 "hyper-util",
14595 "js-sys",
14596 "log",
14597 "percent-encoding",
14598 "pin-project-lite",
14599 "quinn",
14600 "rustls 0.23.33",
14601 "rustls-native-certs 0.8.2",
14602 "rustls-pki-types",
14603 "serde",
14604 "serde_json",
14605 "serde_urlencoded",
14606 "sync_wrapper 1.0.2",
14607 "tokio",
14608 "tokio-rustls 0.26.2",
14609 "tower 0.5.2",
14610 "tower-http 0.6.6",
14611 "tower-service",
14612 "url",
14613 "wasm-bindgen",
14614 "wasm-bindgen-futures",
14615 "web-sys",
14616]
14617
14618[[package]]
14619name = "reqwest_client"
14620version = "0.1.0"
14621dependencies = [
14622 "anyhow",
14623 "bytes 1.11.1",
14624 "futures 0.3.32",
14625 "gpui_util",
14626 "http_client",
14627 "http_client_tls",
14628 "log",
14629 "regex",
14630 "serde",
14631 "tokio",
14632 "zed-reqwest",
14633]
14634
14635[[package]]
14636name = "resvg"
14637version = "0.45.1"
14638source = "registry+https://github.com/rust-lang/crates.io-index"
14639checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14640dependencies = [
14641 "gif",
14642 "image-webp",
14643 "log",
14644 "pico-args",
14645 "rgb",
14646 "svgtypes",
14647 "tiny-skia",
14648 "usvg",
14649 "zune-jpeg",
14650]
14651
14652[[package]]
14653name = "rfc6979"
14654version = "0.3.1"
14655source = "registry+https://github.com/rust-lang/crates.io-index"
14656checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14657dependencies = [
14658 "crypto-bigint 0.4.9",
14659 "hmac",
14660 "zeroize",
14661]
14662
14663[[package]]
14664name = "rgb"
14665version = "0.8.52"
14666source = "registry+https://github.com/rust-lang/crates.io-index"
14667checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14668dependencies = [
14669 "bytemuck",
14670]
14671
14672[[package]]
14673name = "ring"
14674version = "0.17.14"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14677dependencies = [
14678 "cc",
14679 "cfg-if",
14680 "getrandom 0.2.16",
14681 "libc",
14682 "untrusted 0.9.0",
14683 "windows-sys 0.52.0",
14684]
14685
14686[[package]]
14687name = "rkyv"
14688version = "0.7.45"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14691dependencies = [
14692 "bitvec",
14693 "bytecheck",
14694 "bytes 1.11.1",
14695 "hashbrown 0.12.3",
14696 "ptr_meta",
14697 "rend",
14698 "rkyv_derive",
14699 "seahash",
14700 "tinyvec",
14701 "uuid",
14702]
14703
14704[[package]]
14705name = "rkyv_derive"
14706version = "0.7.45"
14707source = "registry+https://github.com/rust-lang/crates.io-index"
14708checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14709dependencies = [
14710 "proc-macro2",
14711 "quote",
14712 "syn 1.0.109",
14713]
14714
14715[[package]]
14716name = "rmp"
14717version = "0.8.14"
14718source = "registry+https://github.com/rust-lang/crates.io-index"
14719checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14720dependencies = [
14721 "byteorder",
14722 "num-traits",
14723 "paste",
14724]
14725
14726[[package]]
14727name = "rmpv"
14728version = "1.3.0"
14729source = "registry+https://github.com/rust-lang/crates.io-index"
14730checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14731dependencies = [
14732 "num-traits",
14733 "rmp",
14734]
14735
14736[[package]]
14737name = "rodio"
14738version = "0.21.1"
14739source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14740dependencies = [
14741 "cpal",
14742 "dasp_sample",
14743 "hound",
14744 "num-rational",
14745 "rand 0.9.3",
14746 "rand_distr",
14747 "rtrb",
14748 "symphonia",
14749 "thiserror 2.0.17",
14750]
14751
14752[[package]]
14753name = "rope"
14754version = "0.1.0"
14755dependencies = [
14756 "criterion",
14757 "ctor",
14758 "gpui",
14759 "heapless",
14760 "log",
14761 "rand 0.9.3",
14762 "rayon",
14763 "sum_tree",
14764 "tracing",
14765 "unicode-segmentation",
14766 "util",
14767 "zlog",
14768 "ztracing",
14769]
14770
14771[[package]]
14772name = "roxmltree"
14773version = "0.20.0"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14776
14777[[package]]
14778name = "rpassword"
14779version = "7.4.0"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14782dependencies = [
14783 "libc",
14784 "rtoolbox",
14785 "windows-sys 0.59.0",
14786]
14787
14788[[package]]
14789name = "rpc"
14790version = "0.1.0"
14791dependencies = [
14792 "anyhow",
14793 "async-tungstenite",
14794 "base64 0.22.1",
14795 "collections",
14796 "futures 0.3.32",
14797 "gpui",
14798 "parking_lot",
14799 "proto",
14800 "rand 0.9.3",
14801 "rsa",
14802 "serde",
14803 "serde_json",
14804 "sha2",
14805 "strum 0.27.2",
14806 "tracing",
14807 "util",
14808 "zlog",
14809 "zstd",
14810]
14811
14812[[package]]
14813name = "rsa"
14814version = "0.9.10"
14815source = "registry+https://github.com/rust-lang/crates.io-index"
14816checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14817dependencies = [
14818 "const-oid",
14819 "digest",
14820 "num-bigint-dig 0.8.6",
14821 "num-integer",
14822 "num-traits",
14823 "pkcs1",
14824 "pkcs8 0.10.2",
14825 "rand_core 0.6.4",
14826 "signature 2.2.0",
14827 "spki 0.7.3",
14828 "subtle",
14829 "zeroize",
14830]
14831
14832[[package]]
14833name = "rtoolbox"
14834version = "0.0.3"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14837dependencies = [
14838 "libc",
14839 "windows-sys 0.52.0",
14840]
14841
14842[[package]]
14843name = "rtrb"
14844version = "0.3.2"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14847
14848[[package]]
14849name = "rules_library"
14850version = "0.1.0"
14851dependencies = [
14852 "anyhow",
14853 "collections",
14854 "editor",
14855 "gpui",
14856 "language",
14857 "language_model",
14858 "log",
14859 "menu",
14860 "picker",
14861 "platform_title_bar",
14862 "prompt_store",
14863 "release_channel",
14864 "rope",
14865 "serde",
14866 "settings",
14867 "theme_settings",
14868 "ui",
14869 "ui_input",
14870 "util",
14871 "workspace",
14872 "zed_actions",
14873]
14874
14875[[package]]
14876name = "runtimelib"
14877version = "1.4.0"
14878source = "registry+https://github.com/rust-lang/crates.io-index"
14879checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14880dependencies = [
14881 "async-dispatcher",
14882 "async-std",
14883 "aws-lc-rs",
14884 "base64 0.22.1",
14885 "bytes 1.11.1",
14886 "chrono",
14887 "data-encoding",
14888 "dirs",
14889 "futures 0.3.32",
14890 "glob",
14891 "jupyter-protocol",
14892 "serde",
14893 "serde_json",
14894 "shellexpand",
14895 "smol",
14896 "thiserror 2.0.17",
14897 "uuid",
14898 "zeromq",
14899]
14900
14901[[package]]
14902name = "rust-embed"
14903version = "8.11.0"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14906dependencies = [
14907 "rust-embed-impl",
14908 "rust-embed-utils",
14909 "walkdir",
14910]
14911
14912[[package]]
14913name = "rust-embed-impl"
14914version = "8.11.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14917dependencies = [
14918 "proc-macro2",
14919 "quote",
14920 "rust-embed-utils",
14921 "syn 2.0.117",
14922 "walkdir",
14923]
14924
14925[[package]]
14926name = "rust-embed-utils"
14927version = "8.11.0"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14930dependencies = [
14931 "globset",
14932 "sha2",
14933 "walkdir",
14934]
14935
14936[[package]]
14937name = "rust_decimal"
14938version = "1.39.0"
14939source = "registry+https://github.com/rust-lang/crates.io-index"
14940checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14941dependencies = [
14942 "arrayvec",
14943 "borsh",
14944 "bytes 1.11.1",
14945 "num-traits",
14946 "rand 0.8.5",
14947 "rkyv",
14948 "serde",
14949 "serde_json",
14950]
14951
14952[[package]]
14953name = "rustc-demangle"
14954version = "0.1.26"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14957
14958[[package]]
14959name = "rustc-hash"
14960version = "1.1.0"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14963
14964[[package]]
14965name = "rustc-hash"
14966version = "2.1.1"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14969
14970[[package]]
14971name = "rustc_version"
14972version = "0.4.1"
14973source = "registry+https://github.com/rust-lang/crates.io-index"
14974checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14975dependencies = [
14976 "semver",
14977]
14978
14979[[package]]
14980name = "rustfft"
14981version = "6.4.1"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14984dependencies = [
14985 "num-complex",
14986 "num-integer",
14987 "num-traits",
14988 "primal-check",
14989 "strength_reduce",
14990 "transpose",
14991]
14992
14993[[package]]
14994name = "rustix"
14995version = "0.38.44"
14996source = "registry+https://github.com/rust-lang/crates.io-index"
14997checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14998dependencies = [
14999 "bitflags 2.10.0",
15000 "errno 0.3.14",
15001 "libc",
15002 "linux-raw-sys 0.4.15",
15003 "windows-sys 0.59.0",
15004]
15005
15006[[package]]
15007name = "rustix"
15008version = "1.1.2"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15011dependencies = [
15012 "bitflags 2.10.0",
15013 "errno 0.3.14",
15014 "libc",
15015 "linux-raw-sys 0.11.0",
15016 "windows-sys 0.61.2",
15017]
15018
15019[[package]]
15020name = "rustix-linux-procfs"
15021version = "0.1.1"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15024dependencies = [
15025 "once_cell",
15026 "rustix 1.1.2",
15027]
15028
15029[[package]]
15030name = "rustix-openpty"
15031version = "0.2.0"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15034dependencies = [
15035 "errno 0.3.14",
15036 "libc",
15037 "rustix 1.1.2",
15038]
15039
15040[[package]]
15041name = "rustls"
15042version = "0.21.12"
15043source = "registry+https://github.com/rust-lang/crates.io-index"
15044checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15045dependencies = [
15046 "log",
15047 "ring",
15048 "rustls-webpki 0.101.7",
15049 "sct",
15050]
15051
15052[[package]]
15053name = "rustls"
15054version = "0.23.33"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15057dependencies = [
15058 "aws-lc-rs",
15059 "log",
15060 "once_cell",
15061 "ring",
15062 "rustls-pki-types",
15063 "rustls-webpki 0.103.7",
15064 "subtle",
15065 "zeroize",
15066]
15067
15068[[package]]
15069name = "rustls-native-certs"
15070version = "0.6.3"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15073dependencies = [
15074 "openssl-probe",
15075 "rustls-pemfile 1.0.4",
15076 "schannel",
15077 "security-framework 2.11.1",
15078]
15079
15080[[package]]
15081name = "rustls-native-certs"
15082version = "0.8.2"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15085dependencies = [
15086 "openssl-probe",
15087 "rustls-pki-types",
15088 "schannel",
15089 "security-framework 3.5.1",
15090]
15091
15092[[package]]
15093name = "rustls-pemfile"
15094version = "1.0.4"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15097dependencies = [
15098 "base64 0.21.7",
15099]
15100
15101[[package]]
15102name = "rustls-pemfile"
15103version = "2.2.0"
15104source = "registry+https://github.com/rust-lang/crates.io-index"
15105checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15106dependencies = [
15107 "rustls-pki-types",
15108]
15109
15110[[package]]
15111name = "rustls-pki-types"
15112version = "1.12.0"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15115dependencies = [
15116 "web-time",
15117 "zeroize",
15118]
15119
15120[[package]]
15121name = "rustls-platform-verifier"
15122version = "0.5.3"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15125dependencies = [
15126 "core-foundation 0.10.0",
15127 "core-foundation-sys",
15128 "jni",
15129 "log",
15130 "once_cell",
15131 "rustls 0.23.33",
15132 "rustls-native-certs 0.8.2",
15133 "rustls-platform-verifier-android",
15134 "rustls-webpki 0.103.7",
15135 "security-framework 3.5.1",
15136 "security-framework-sys",
15137 "webpki-root-certs",
15138 "windows-sys 0.59.0",
15139]
15140
15141[[package]]
15142name = "rustls-platform-verifier-android"
15143version = "0.1.1"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15146
15147[[package]]
15148name = "rustls-webpki"
15149version = "0.101.7"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15152dependencies = [
15153 "ring",
15154 "untrusted 0.9.0",
15155]
15156
15157[[package]]
15158name = "rustls-webpki"
15159version = "0.103.7"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15162dependencies = [
15163 "aws-lc-rs",
15164 "ring",
15165 "rustls-pki-types",
15166 "untrusted 0.9.0",
15167]
15168
15169[[package]]
15170name = "rustversion"
15171version = "1.0.22"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15174
15175[[package]]
15176name = "rusty-fork"
15177version = "0.3.1"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15180dependencies = [
15181 "fnv",
15182 "quick-error 1.2.3",
15183 "tempfile",
15184 "wait-timeout",
15185]
15186
15187[[package]]
15188name = "rustybuzz"
15189version = "0.20.1"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15192dependencies = [
15193 "bitflags 2.10.0",
15194 "bytemuck",
15195 "core_maths",
15196 "log",
15197 "smallvec",
15198 "ttf-parser 0.25.1",
15199 "unicode-bidi-mirroring",
15200 "unicode-ccc",
15201 "unicode-properties",
15202 "unicode-script",
15203]
15204
15205[[package]]
15206name = "ryu"
15207version = "1.0.20"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15210
15211[[package]]
15212name = "saa"
15213version = "5.4.9"
15214source = "registry+https://github.com/rust-lang/crates.io-index"
15215checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15216
15217[[package]]
15218name = "safetensors"
15219version = "0.4.5"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15222dependencies = [
15223 "serde",
15224 "serde_json",
15225]
15226
15227[[package]]
15228name = "same-file"
15229version = "1.0.6"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15232dependencies = [
15233 "winapi-util",
15234]
15235
15236[[package]]
15237name = "scc"
15238version = "3.5.6"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15241dependencies = [
15242 "saa",
15243 "sdd",
15244]
15245
15246[[package]]
15247name = "schannel"
15248version = "0.1.28"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15251dependencies = [
15252 "windows-sys 0.61.2",
15253]
15254
15255[[package]]
15256name = "scheduler"
15257version = "0.1.0"
15258dependencies = [
15259 "async-task",
15260 "backtrace",
15261 "chrono",
15262 "flume",
15263 "futures 0.3.32",
15264 "parking_lot",
15265 "rand 0.9.3",
15266 "web-time",
15267]
15268
15269[[package]]
15270name = "schema_generator"
15271version = "0.1.0"
15272dependencies = [
15273 "anyhow",
15274 "clap",
15275 "env_logger 0.11.8",
15276 "schemars",
15277 "serde",
15278 "serde_json",
15279 "settings",
15280 "theme",
15281 "theme_settings",
15282]
15283
15284[[package]]
15285name = "schemars"
15286version = "1.0.4"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15289dependencies = [
15290 "dyn-clone",
15291 "indexmap",
15292 "ref-cast",
15293 "schemars_derive",
15294 "serde",
15295 "serde_json",
15296]
15297
15298[[package]]
15299name = "schemars_derive"
15300version = "1.0.4"
15301source = "registry+https://github.com/rust-lang/crates.io-index"
15302checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15303dependencies = [
15304 "proc-macro2",
15305 "quote",
15306 "serde_derive_internals",
15307 "syn 2.0.117",
15308]
15309
15310[[package]]
15311name = "scoped-tls"
15312version = "1.0.1"
15313source = "registry+https://github.com/rust-lang/crates.io-index"
15314checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15315
15316[[package]]
15317name = "scopeguard"
15318version = "1.2.0"
15319source = "registry+https://github.com/rust-lang/crates.io-index"
15320checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15321
15322[[package]]
15323name = "scratch"
15324version = "1.0.9"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15327
15328[[package]]
15329name = "screencapturekit"
15330version = "0.2.8"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15333dependencies = [
15334 "screencapturekit-sys",
15335]
15336
15337[[package]]
15338name = "screencapturekit-sys"
15339version = "0.2.8"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15342dependencies = [
15343 "block",
15344 "dispatch",
15345 "objc",
15346 "objc-foundation",
15347 "objc_id",
15348 "once_cell",
15349]
15350
15351[[package]]
15352name = "scroll"
15353version = "0.12.0"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15356dependencies = [
15357 "scroll_derive",
15358]
15359
15360[[package]]
15361name = "scroll_derive"
15362version = "0.12.1"
15363source = "registry+https://github.com/rust-lang/crates.io-index"
15364checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15365dependencies = [
15366 "proc-macro2",
15367 "quote",
15368 "syn 2.0.117",
15369]
15370
15371[[package]]
15372name = "sct"
15373version = "0.7.1"
15374source = "registry+https://github.com/rust-lang/crates.io-index"
15375checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15376dependencies = [
15377 "ring",
15378 "untrusted 0.9.0",
15379]
15380
15381[[package]]
15382name = "sdd"
15383version = "4.6.2"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15386
15387[[package]]
15388name = "sea-bae"
15389version = "0.2.1"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15392dependencies = [
15393 "heck 0.4.1",
15394 "proc-macro-error2",
15395 "proc-macro2",
15396 "quote",
15397 "syn 2.0.117",
15398]
15399
15400[[package]]
15401name = "sea-orm"
15402version = "1.1.10"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15405dependencies = [
15406 "async-stream",
15407 "async-trait",
15408 "bigdecimal",
15409 "chrono",
15410 "futures-util",
15411 "log",
15412 "ouroboros",
15413 "pgvector",
15414 "rust_decimal",
15415 "sea-orm-macros",
15416 "sea-query",
15417 "sea-query-binder",
15418 "serde",
15419 "serde_json",
15420 "sqlx",
15421 "strum 0.26.3",
15422 "thiserror 2.0.17",
15423 "time",
15424 "tracing",
15425 "url",
15426 "uuid",
15427]
15428
15429[[package]]
15430name = "sea-orm-macros"
15431version = "1.1.10"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15434dependencies = [
15435 "heck 0.4.1",
15436 "proc-macro2",
15437 "quote",
15438 "sea-bae",
15439 "syn 2.0.117",
15440 "unicode-ident",
15441]
15442
15443[[package]]
15444name = "sea-query"
15445version = "0.32.7"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15448dependencies = [
15449 "bigdecimal",
15450 "chrono",
15451 "inherent",
15452 "ordered-float 4.6.0",
15453 "rust_decimal",
15454 "serde_json",
15455 "time",
15456 "uuid",
15457]
15458
15459[[package]]
15460name = "sea-query-binder"
15461version = "0.7.0"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15464dependencies = [
15465 "bigdecimal",
15466 "chrono",
15467 "rust_decimal",
15468 "sea-query",
15469 "serde_json",
15470 "sqlx",
15471 "time",
15472 "uuid",
15473]
15474
15475[[package]]
15476name = "seahash"
15477version = "4.1.0"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15480
15481[[package]]
15482name = "search"
15483version = "0.1.0"
15484dependencies = [
15485 "any_vec",
15486 "anyhow",
15487 "bitflags 2.10.0",
15488 "collections",
15489 "editor",
15490 "fs",
15491 "futures 0.3.32",
15492 "gpui",
15493 "itertools 0.14.0",
15494 "language",
15495 "lsp",
15496 "menu",
15497 "multi_buffer",
15498 "pretty_assertions",
15499 "project",
15500 "serde",
15501 "serde_json",
15502 "settings",
15503 "smol",
15504 "theme",
15505 "theme_settings",
15506 "tracing",
15507 "ui",
15508 "unindent",
15509 "util",
15510 "util_macros",
15511 "workspace",
15512 "zed_actions",
15513 "ztracing",
15514]
15515
15516[[package]]
15517name = "sec1"
15518version = "0.3.0"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15521dependencies = [
15522 "base16ct",
15523 "der 0.6.1",
15524 "generic-array",
15525 "pkcs8 0.9.0",
15526 "subtle",
15527 "zeroize",
15528]
15529
15530[[package]]
15531name = "secrecy"
15532version = "0.10.3"
15533source = "registry+https://github.com/rust-lang/crates.io-index"
15534checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15535dependencies = [
15536 "zeroize",
15537]
15538
15539[[package]]
15540name = "security-framework"
15541version = "2.11.1"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15544dependencies = [
15545 "bitflags 2.10.0",
15546 "core-foundation 0.9.4",
15547 "core-foundation-sys",
15548 "libc",
15549 "security-framework-sys",
15550]
15551
15552[[package]]
15553name = "security-framework"
15554version = "3.5.1"
15555source = "registry+https://github.com/rust-lang/crates.io-index"
15556checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15557dependencies = [
15558 "bitflags 2.10.0",
15559 "core-foundation 0.10.0",
15560 "core-foundation-sys",
15561 "libc",
15562 "security-framework-sys",
15563]
15564
15565[[package]]
15566name = "security-framework-sys"
15567version = "2.15.0"
15568source = "registry+https://github.com/rust-lang/crates.io-index"
15569checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15570dependencies = [
15571 "core-foundation-sys",
15572 "libc",
15573]
15574
15575[[package]]
15576name = "self_cell"
15577version = "1.2.2"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15580
15581[[package]]
15582name = "semver"
15583version = "1.0.27"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15586dependencies = [
15587 "serde",
15588 "serde_core",
15589]
15590
15591[[package]]
15592name = "seq-macro"
15593version = "0.3.6"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15596
15597[[package]]
15598name = "serde"
15599version = "1.0.228"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15602dependencies = [
15603 "serde_core",
15604 "serde_derive",
15605]
15606
15607[[package]]
15608name = "serde_bytes"
15609version = "0.11.19"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15612dependencies = [
15613 "serde",
15614 "serde_core",
15615]
15616
15617[[package]]
15618name = "serde_core"
15619version = "1.0.228"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15622dependencies = [
15623 "serde_derive",
15624]
15625
15626[[package]]
15627name = "serde_derive"
15628version = "1.0.228"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15631dependencies = [
15632 "proc-macro2",
15633 "quote",
15634 "syn 2.0.117",
15635]
15636
15637[[package]]
15638name = "serde_derive_internals"
15639version = "0.29.1"
15640source = "registry+https://github.com/rust-lang/crates.io-index"
15641checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15642dependencies = [
15643 "proc-macro2",
15644 "quote",
15645 "syn 2.0.117",
15646]
15647
15648[[package]]
15649name = "serde_fmt"
15650version = "1.0.3"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15653dependencies = [
15654 "serde",
15655]
15656
15657[[package]]
15658name = "serde_json"
15659version = "1.0.145"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15662dependencies = [
15663 "indexmap",
15664 "itoa",
15665 "memchr",
15666 "ryu",
15667 "serde",
15668 "serde_core",
15669]
15670
15671[[package]]
15672name = "serde_json_lenient"
15673version = "0.2.4"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15676dependencies = [
15677 "indexmap",
15678 "itoa",
15679 "memchr",
15680 "ryu",
15681 "serde",
15682]
15683
15684[[package]]
15685name = "serde_path_to_error"
15686version = "0.1.20"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15689dependencies = [
15690 "itoa",
15691 "serde",
15692 "serde_core",
15693]
15694
15695[[package]]
15696name = "serde_repr"
15697version = "0.1.20"
15698source = "registry+https://github.com/rust-lang/crates.io-index"
15699checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15700dependencies = [
15701 "proc-macro2",
15702 "quote",
15703 "syn 2.0.117",
15704]
15705
15706[[package]]
15707name = "serde_spanned"
15708version = "0.6.9"
15709source = "registry+https://github.com/rust-lang/crates.io-index"
15710checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15711dependencies = [
15712 "serde",
15713]
15714
15715[[package]]
15716name = "serde_spanned"
15717version = "1.0.3"
15718source = "registry+https://github.com/rust-lang/crates.io-index"
15719checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15720dependencies = [
15721 "serde_core",
15722]
15723
15724[[package]]
15725name = "serde_urlencoded"
15726version = "0.7.1"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15729dependencies = [
15730 "form_urlencoded",
15731 "itoa",
15732 "ryu",
15733 "serde",
15734]
15735
15736[[package]]
15737name = "serde_yaml"
15738version = "0.9.34+deprecated"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15741dependencies = [
15742 "indexmap",
15743 "itoa",
15744 "ryu",
15745 "serde",
15746 "unsafe-libyaml",
15747]
15748
15749[[package]]
15750name = "serial2"
15751version = "0.2.33"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15754dependencies = [
15755 "cfg-if",
15756 "libc",
15757 "winapi",
15758]
15759
15760[[package]]
15761name = "session"
15762version = "0.1.0"
15763dependencies = [
15764 "db",
15765 "gpui",
15766 "serde_json",
15767 "util",
15768 "uuid",
15769]
15770
15771[[package]]
15772name = "settings"
15773version = "0.1.0"
15774dependencies = [
15775 "anyhow",
15776 "collections",
15777 "ec4rs",
15778 "fs",
15779 "futures 0.3.32",
15780 "gpui",
15781 "indoc",
15782 "inventory",
15783 "log",
15784 "migrator",
15785 "paths",
15786 "pretty_assertions",
15787 "release_channel",
15788 "rust-embed",
15789 "schemars",
15790 "serde",
15791 "serde_json",
15792 "serde_json_lenient",
15793 "settings_content",
15794 "settings_json",
15795 "settings_macros",
15796 "smallvec",
15797 "unindent",
15798 "util",
15799 "zlog",
15800]
15801
15802[[package]]
15803name = "settings_content"
15804version = "0.1.0"
15805dependencies = [
15806 "anyhow",
15807 "collections",
15808 "derive_more",
15809 "gpui",
15810 "language_model_core",
15811 "log",
15812 "schemars",
15813 "serde",
15814 "serde_json",
15815 "serde_json_lenient",
15816 "settings_json",
15817 "settings_macros",
15818 "strum 0.27.2",
15819 "util",
15820]
15821
15822[[package]]
15823name = "settings_json"
15824version = "0.1.0"
15825dependencies = [
15826 "anyhow",
15827 "pretty_assertions",
15828 "serde",
15829 "serde_json",
15830 "serde_json_lenient",
15831 "serde_path_to_error",
15832 "tree-sitter",
15833 "tree-sitter-json",
15834 "unindent",
15835 "util",
15836]
15837
15838[[package]]
15839name = "settings_macros"
15840version = "0.1.0"
15841dependencies = [
15842 "quote",
15843 "settings",
15844 "syn 2.0.117",
15845]
15846
15847[[package]]
15848name = "settings_profile_selector"
15849version = "0.1.0"
15850dependencies = [
15851 "editor",
15852 "fuzzy",
15853 "gpui",
15854 "menu",
15855 "picker",
15856 "project",
15857 "serde_json",
15858 "settings",
15859 "theme",
15860 "theme_settings",
15861 "ui",
15862 "workspace",
15863 "zed_actions",
15864]
15865
15866[[package]]
15867name = "settings_ui"
15868version = "0.1.0"
15869dependencies = [
15870 "agent",
15871 "agent_settings",
15872 "anyhow",
15873 "audio",
15874 "codestral",
15875 "component",
15876 "copilot",
15877 "copilot_ui",
15878 "cpal",
15879 "edit_prediction",
15880 "edit_prediction_ui",
15881 "editor",
15882 "fs",
15883 "futures 0.3.32",
15884 "fuzzy",
15885 "gpui",
15886 "heck 0.5.0",
15887 "itertools 0.14.0",
15888 "language",
15889 "log",
15890 "menu",
15891 "paths",
15892 "picker",
15893 "platform_title_bar",
15894 "pretty_assertions",
15895 "project",
15896 "regex",
15897 "release_channel",
15898 "rodio",
15899 "schemars",
15900 "search",
15901 "serde",
15902 "serde_json",
15903 "settings",
15904 "shell_command_parser",
15905 "strum 0.27.2",
15906 "telemetry",
15907 "theme",
15908 "theme_settings",
15909 "title_bar",
15910 "ui",
15911 "util",
15912 "workspace",
15913 "zed_actions",
15914 "zed_credentials_provider",
15915]
15916
15917[[package]]
15918name = "sha-1"
15919version = "0.10.1"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15922dependencies = [
15923 "cfg-if",
15924 "cpufeatures",
15925 "digest",
15926]
15927
15928[[package]]
15929name = "sha1"
15930version = "0.10.6"
15931source = "registry+https://github.com/rust-lang/crates.io-index"
15932checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15933dependencies = [
15934 "cfg-if",
15935 "cpufeatures",
15936 "digest",
15937]
15938
15939[[package]]
15940name = "sha1_smol"
15941version = "1.0.1"
15942source = "registry+https://github.com/rust-lang/crates.io-index"
15943checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15944
15945[[package]]
15946name = "sha2"
15947version = "0.10.9"
15948source = "registry+https://github.com/rust-lang/crates.io-index"
15949checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15950dependencies = [
15951 "cfg-if",
15952 "cpufeatures",
15953 "digest",
15954]
15955
15956[[package]]
15957name = "sharded-slab"
15958version = "0.1.7"
15959source = "registry+https://github.com/rust-lang/crates.io-index"
15960checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15961dependencies = [
15962 "lazy_static",
15963]
15964
15965[[package]]
15966name = "shared_library"
15967version = "0.1.9"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15970dependencies = [
15971 "lazy_static",
15972 "libc",
15973]
15974
15975[[package]]
15976name = "shell-words"
15977version = "1.1.0"
15978source = "registry+https://github.com/rust-lang/crates.io-index"
15979checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15980
15981[[package]]
15982name = "shell_command_parser"
15983version = "0.1.0"
15984dependencies = [
15985 "brush-parser",
15986]
15987
15988[[package]]
15989name = "shellexpand"
15990version = "3.1.1"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15993dependencies = [
15994 "dirs",
15995]
15996
15997[[package]]
15998name = "shingles"
15999version = "0.1.1"
16000source = "registry+https://github.com/rust-lang/crates.io-index"
16001checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16002
16003[[package]]
16004name = "shlex"
16005version = "1.3.0"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16008
16009[[package]]
16010name = "sidebar"
16011version = "0.1.0"
16012dependencies = [
16013 "acp_thread",
16014 "action_log",
16015 "agent",
16016 "agent-client-protocol",
16017 "agent_settings",
16018 "agent_ui",
16019 "anyhow",
16020 "chrono",
16021 "client",
16022 "clock",
16023 "db",
16024 "editor",
16025 "extension",
16026 "fs",
16027 "git",
16028 "gpui",
16029 "http_client",
16030 "language",
16031 "language_model",
16032 "log",
16033 "menu",
16034 "node_runtime",
16035 "platform_title_bar",
16036 "pretty_assertions",
16037 "project",
16038 "prompt_store",
16039 "recent_projects",
16040 "release_channel",
16041 "remote",
16042 "remote_connection",
16043 "remote_server",
16044 "semver",
16045 "serde",
16046 "serde_json",
16047 "settings",
16048 "smol",
16049 "theme",
16050 "theme_settings",
16051 "ui",
16052 "util",
16053 "vim_mode_setting",
16054 "workspace",
16055 "zed_actions",
16056]
16057
16058[[package]]
16059name = "signal-hook"
16060version = "0.3.18"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16063dependencies = [
16064 "libc",
16065 "signal-hook-registry",
16066]
16067
16068[[package]]
16069name = "signal-hook-registry"
16070version = "1.4.6"
16071source = "registry+https://github.com/rust-lang/crates.io-index"
16072checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16073dependencies = [
16074 "libc",
16075]
16076
16077[[package]]
16078name = "signature"
16079version = "1.6.4"
16080source = "registry+https://github.com/rust-lang/crates.io-index"
16081checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16082dependencies = [
16083 "digest",
16084 "rand_core 0.6.4",
16085]
16086
16087[[package]]
16088name = "signature"
16089version = "2.2.0"
16090source = "registry+https://github.com/rust-lang/crates.io-index"
16091checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16092dependencies = [
16093 "digest",
16094 "rand_core 0.6.4",
16095]
16096
16097[[package]]
16098name = "simd-adler32"
16099version = "0.3.7"
16100source = "registry+https://github.com/rust-lang/crates.io-index"
16101checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16102
16103[[package]]
16104name = "simd_helpers"
16105version = "0.1.0"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16108dependencies = [
16109 "quote",
16110]
16111
16112[[package]]
16113name = "simdutf8"
16114version = "0.1.5"
16115source = "registry+https://github.com/rust-lang/crates.io-index"
16116checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16117
16118[[package]]
16119name = "similar"
16120version = "2.7.0"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16123
16124[[package]]
16125name = "simple_asn1"
16126version = "0.6.3"
16127source = "registry+https://github.com/rust-lang/crates.io-index"
16128checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16129dependencies = [
16130 "num-bigint",
16131 "num-traits",
16132 "thiserror 2.0.17",
16133 "time",
16134]
16135
16136[[package]]
16137name = "simplecss"
16138version = "0.2.2"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16141dependencies = [
16142 "log",
16143]
16144
16145[[package]]
16146name = "simplelog"
16147version = "0.12.2"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16150dependencies = [
16151 "log",
16152 "termcolor",
16153 "time",
16154]
16155
16156[[package]]
16157name = "siphasher"
16158version = "0.3.11"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16161
16162[[package]]
16163name = "siphasher"
16164version = "1.0.1"
16165source = "registry+https://github.com/rust-lang/crates.io-index"
16166checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16167
16168[[package]]
16169name = "skrifa"
16170version = "0.37.0"
16171source = "registry+https://github.com/rust-lang/crates.io-index"
16172checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16173dependencies = [
16174 "bytemuck",
16175 "read-fonts 0.35.0",
16176]
16177
16178[[package]]
16179name = "skrifa"
16180version = "0.40.0"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16183dependencies = [
16184 "bytemuck",
16185 "read-fonts 0.37.0",
16186]
16187
16188[[package]]
16189name = "slab"
16190version = "0.4.11"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16193
16194[[package]]
16195name = "slotmap"
16196version = "1.0.7"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16199dependencies = [
16200 "version_check",
16201]
16202
16203[[package]]
16204name = "smallvec"
16205version = "1.15.1"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16208dependencies = [
16209 "serde",
16210]
16211
16212[[package]]
16213name = "smart-default"
16214version = "0.7.1"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16217dependencies = [
16218 "proc-macro2",
16219 "quote",
16220 "syn 2.0.117",
16221]
16222
16223[[package]]
16224name = "smol"
16225version = "2.0.2"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16228dependencies = [
16229 "async-channel 2.5.0",
16230 "async-executor",
16231 "async-fs",
16232 "async-io",
16233 "async-lock 3.4.2",
16234 "async-net",
16235 "async-process",
16236 "blocking",
16237 "futures-lite 2.6.1",
16238]
16239
16240[[package]]
16241name = "smol_str"
16242version = "0.3.5"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16245
16246[[package]]
16247name = "snafu"
16248version = "0.8.9"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16251dependencies = [
16252 "snafu-derive",
16253]
16254
16255[[package]]
16256name = "snafu-derive"
16257version = "0.8.9"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16260dependencies = [
16261 "heck 0.5.0",
16262 "proc-macro2",
16263 "quote",
16264 "syn 2.0.117",
16265]
16266
16267[[package]]
16268name = "snippet"
16269version = "0.1.0"
16270dependencies = [
16271 "anyhow",
16272 "smallvec",
16273]
16274
16275[[package]]
16276name = "snippet_provider"
16277version = "0.1.0"
16278dependencies = [
16279 "anyhow",
16280 "collections",
16281 "extension",
16282 "fs",
16283 "futures 0.3.32",
16284 "gpui",
16285 "indoc",
16286 "parking_lot",
16287 "paths",
16288 "schemars",
16289 "serde",
16290 "serde_json",
16291 "serde_json_lenient",
16292 "snippet",
16293 "util",
16294]
16295
16296[[package]]
16297name = "snippets_ui"
16298version = "0.1.0"
16299dependencies = [
16300 "file_icons",
16301 "fuzzy",
16302 "gpui",
16303 "language",
16304 "open_path_prompt",
16305 "paths",
16306 "picker",
16307 "settings",
16308 "ui",
16309 "util",
16310 "workspace",
16311]
16312
16313[[package]]
16314name = "socket2"
16315version = "0.5.10"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16318dependencies = [
16319 "libc",
16320 "windows-sys 0.52.0",
16321]
16322
16323[[package]]
16324name = "socket2"
16325version = "0.6.1"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16328dependencies = [
16329 "libc",
16330 "windows-sys 0.60.2",
16331]
16332
16333[[package]]
16334name = "spdx"
16335version = "0.10.9"
16336source = "registry+https://github.com/rust-lang/crates.io-index"
16337checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16338dependencies = [
16339 "smallvec",
16340]
16341
16342[[package]]
16343name = "spin"
16344version = "0.9.8"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16347dependencies = [
16348 "lock_api",
16349]
16350
16351[[package]]
16352name = "spin"
16353version = "0.10.0"
16354source = "registry+https://github.com/rust-lang/crates.io-index"
16355checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16356dependencies = [
16357 "lock_api",
16358]
16359
16360[[package]]
16361name = "spirv"
16362version = "0.4.0+sdk-1.4.341.0"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16365dependencies = [
16366 "bitflags 2.10.0",
16367]
16368
16369[[package]]
16370name = "spki"
16371version = "0.6.0"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16374dependencies = [
16375 "base64ct",
16376 "der 0.6.1",
16377]
16378
16379[[package]]
16380name = "spki"
16381version = "0.7.3"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16384dependencies = [
16385 "base64ct",
16386 "der 0.7.10",
16387]
16388
16389[[package]]
16390name = "sqlez"
16391version = "0.1.0"
16392dependencies = [
16393 "anyhow",
16394 "collections",
16395 "futures 0.3.32",
16396 "indoc",
16397 "libsqlite3-sys",
16398 "log",
16399 "parking_lot",
16400 "smol",
16401 "sqlformat",
16402 "thread_local",
16403 "util",
16404 "uuid",
16405]
16406
16407[[package]]
16408name = "sqlez_macros"
16409version = "0.1.0"
16410dependencies = [
16411 "sqlez",
16412 "sqlformat",
16413 "syn 2.0.117",
16414]
16415
16416[[package]]
16417name = "sqlformat"
16418version = "0.2.6"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16421dependencies = [
16422 "nom 7.1.3",
16423 "unicode_categories",
16424]
16425
16426[[package]]
16427name = "sqlx"
16428version = "0.8.6"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16431dependencies = [
16432 "sqlx-core",
16433 "sqlx-macros",
16434 "sqlx-mysql",
16435 "sqlx-postgres",
16436 "sqlx-sqlite",
16437]
16438
16439[[package]]
16440name = "sqlx-core"
16441version = "0.8.6"
16442source = "registry+https://github.com/rust-lang/crates.io-index"
16443checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16444dependencies = [
16445 "base64 0.22.1",
16446 "bigdecimal",
16447 "bytes 1.11.1",
16448 "chrono",
16449 "crc",
16450 "crossbeam-queue",
16451 "either",
16452 "event-listener 5.4.1",
16453 "futures-core",
16454 "futures-intrusive",
16455 "futures-io",
16456 "futures-util",
16457 "hashbrown 0.15.5",
16458 "hashlink 0.10.0",
16459 "indexmap",
16460 "log",
16461 "memchr",
16462 "once_cell",
16463 "percent-encoding",
16464 "rust_decimal",
16465 "rustls 0.23.33",
16466 "serde",
16467 "serde_json",
16468 "sha2",
16469 "smallvec",
16470 "thiserror 2.0.17",
16471 "time",
16472 "tokio",
16473 "tokio-stream",
16474 "tracing",
16475 "url",
16476 "uuid",
16477 "webpki-roots",
16478]
16479
16480[[package]]
16481name = "sqlx-macros"
16482version = "0.8.6"
16483source = "registry+https://github.com/rust-lang/crates.io-index"
16484checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16485dependencies = [
16486 "proc-macro2",
16487 "quote",
16488 "sqlx-core",
16489 "sqlx-macros-core",
16490 "syn 2.0.117",
16491]
16492
16493[[package]]
16494name = "sqlx-macros-core"
16495version = "0.8.6"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16498dependencies = [
16499 "dotenvy",
16500 "either",
16501 "heck 0.5.0",
16502 "hex",
16503 "once_cell",
16504 "proc-macro2",
16505 "quote",
16506 "serde",
16507 "serde_json",
16508 "sha2",
16509 "sqlx-core",
16510 "sqlx-mysql",
16511 "sqlx-postgres",
16512 "sqlx-sqlite",
16513 "syn 2.0.117",
16514 "tokio",
16515 "url",
16516]
16517
16518[[package]]
16519name = "sqlx-mysql"
16520version = "0.8.6"
16521source = "registry+https://github.com/rust-lang/crates.io-index"
16522checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16523dependencies = [
16524 "atoi",
16525 "base64 0.22.1",
16526 "bigdecimal",
16527 "bitflags 2.10.0",
16528 "byteorder",
16529 "bytes 1.11.1",
16530 "chrono",
16531 "crc",
16532 "digest",
16533 "dotenvy",
16534 "either",
16535 "futures-channel",
16536 "futures-core",
16537 "futures-io",
16538 "futures-util",
16539 "generic-array",
16540 "hex",
16541 "hkdf",
16542 "hmac",
16543 "itoa",
16544 "log",
16545 "md-5",
16546 "memchr",
16547 "once_cell",
16548 "percent-encoding",
16549 "rand 0.8.5",
16550 "rsa",
16551 "rust_decimal",
16552 "serde",
16553 "sha1",
16554 "sha2",
16555 "smallvec",
16556 "sqlx-core",
16557 "stringprep",
16558 "thiserror 2.0.17",
16559 "time",
16560 "tracing",
16561 "uuid",
16562 "whoami",
16563]
16564
16565[[package]]
16566name = "sqlx-postgres"
16567version = "0.8.6"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16570dependencies = [
16571 "atoi",
16572 "base64 0.22.1",
16573 "bigdecimal",
16574 "bitflags 2.10.0",
16575 "byteorder",
16576 "chrono",
16577 "crc",
16578 "dotenvy",
16579 "etcetera",
16580 "futures-channel",
16581 "futures-core",
16582 "futures-util",
16583 "hex",
16584 "hkdf",
16585 "hmac",
16586 "home",
16587 "itoa",
16588 "log",
16589 "md-5",
16590 "memchr",
16591 "num-bigint",
16592 "once_cell",
16593 "rand 0.8.5",
16594 "rust_decimal",
16595 "serde",
16596 "serde_json",
16597 "sha2",
16598 "smallvec",
16599 "sqlx-core",
16600 "stringprep",
16601 "thiserror 2.0.17",
16602 "time",
16603 "tracing",
16604 "uuid",
16605 "whoami",
16606]
16607
16608[[package]]
16609name = "sqlx-sqlite"
16610version = "0.8.6"
16611source = "registry+https://github.com/rust-lang/crates.io-index"
16612checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16613dependencies = [
16614 "atoi",
16615 "chrono",
16616 "flume",
16617 "futures-channel",
16618 "futures-core",
16619 "futures-executor",
16620 "futures-intrusive",
16621 "futures-util",
16622 "libsqlite3-sys",
16623 "log",
16624 "percent-encoding",
16625 "serde",
16626 "serde_urlencoded",
16627 "sqlx-core",
16628 "thiserror 2.0.17",
16629 "time",
16630 "tracing",
16631 "url",
16632 "uuid",
16633]
16634
16635[[package]]
16636name = "stable_deref_trait"
16637version = "1.2.1"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16640
16641[[package]]
16642name = "stacker"
16643version = "0.1.23"
16644source = "registry+https://github.com/rust-lang/crates.io-index"
16645checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16646dependencies = [
16647 "cc",
16648 "cfg-if",
16649 "libc",
16650 "psm",
16651 "windows-sys 0.59.0",
16652]
16653
16654[[package]]
16655name = "stacksafe"
16656version = "0.1.4"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16659dependencies = [
16660 "stacker",
16661 "stacksafe-macro",
16662]
16663
16664[[package]]
16665name = "stacksafe-macro"
16666version = "0.1.4"
16667source = "registry+https://github.com/rust-lang/crates.io-index"
16668checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16669dependencies = [
16670 "proc-macro-error2",
16671 "quote",
16672 "syn 2.0.117",
16673]
16674
16675[[package]]
16676name = "static_assertions"
16677version = "1.1.0"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16680
16681[[package]]
16682name = "streaming-iterator"
16683version = "0.1.9"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16686
16687[[package]]
16688name = "streaming_diff"
16689version = "0.1.0"
16690dependencies = [
16691 "ordered-float 2.10.1",
16692 "rand 0.9.3",
16693 "rope",
16694 "util",
16695]
16696
16697[[package]]
16698name = "strength_reduce"
16699version = "0.2.4"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16702
16703[[package]]
16704name = "strict-num"
16705version = "0.1.1"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16708dependencies = [
16709 "float-cmp",
16710]
16711
16712[[package]]
16713name = "string_cache"
16714version = "0.8.9"
16715source = "registry+https://github.com/rust-lang/crates.io-index"
16716checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16717dependencies = [
16718 "new_debug_unreachable",
16719 "parking_lot",
16720 "phf_shared 0.11.3",
16721 "precomputed-hash",
16722 "serde",
16723]
16724
16725[[package]]
16726name = "string_cache_codegen"
16727version = "0.5.4"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16730dependencies = [
16731 "phf_generator 0.11.3",
16732 "phf_shared 0.11.3",
16733 "proc-macro2",
16734 "quote",
16735]
16736
16737[[package]]
16738name = "stringprep"
16739version = "0.1.5"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16742dependencies = [
16743 "unicode-bidi",
16744 "unicode-normalization",
16745 "unicode-properties",
16746]
16747
16748[[package]]
16749name = "strsim"
16750version = "0.11.1"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16753
16754[[package]]
16755name = "strum"
16756version = "0.26.3"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16759
16760[[package]]
16761name = "strum"
16762version = "0.27.2"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16765dependencies = [
16766 "strum_macros 0.27.2",
16767]
16768
16769[[package]]
16770name = "strum"
16771version = "0.28.0"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16774dependencies = [
16775 "strum_macros 0.28.0",
16776]
16777
16778[[package]]
16779name = "strum_macros"
16780version = "0.27.2"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16783dependencies = [
16784 "heck 0.5.0",
16785 "proc-macro2",
16786 "quote",
16787 "syn 2.0.117",
16788]
16789
16790[[package]]
16791name = "strum_macros"
16792version = "0.28.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16795dependencies = [
16796 "heck 0.5.0",
16797 "proc-macro2",
16798 "quote",
16799 "syn 2.0.117",
16800]
16801
16802[[package]]
16803name = "subtle"
16804version = "2.6.1"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16807
16808[[package]]
16809name = "sum_tree"
16810version = "0.1.0"
16811dependencies = [
16812 "ctor",
16813 "heapless",
16814 "log",
16815 "proptest",
16816 "rand 0.9.3",
16817 "rayon",
16818 "tracing",
16819 "zlog",
16820 "ztracing",
16821]
16822
16823[[package]]
16824name = "sval"
16825version = "2.15.0"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16828
16829[[package]]
16830name = "sval_buffer"
16831version = "2.15.0"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16834dependencies = [
16835 "sval",
16836 "sval_ref",
16837]
16838
16839[[package]]
16840name = "sval_dynamic"
16841version = "2.15.0"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16844dependencies = [
16845 "sval",
16846]
16847
16848[[package]]
16849name = "sval_fmt"
16850version = "2.15.0"
16851source = "registry+https://github.com/rust-lang/crates.io-index"
16852checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16853dependencies = [
16854 "itoa",
16855 "ryu",
16856 "sval",
16857]
16858
16859[[package]]
16860name = "sval_json"
16861version = "2.15.0"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16864dependencies = [
16865 "itoa",
16866 "ryu",
16867 "sval",
16868]
16869
16870[[package]]
16871name = "sval_nested"
16872version = "2.15.0"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16875dependencies = [
16876 "sval",
16877 "sval_buffer",
16878 "sval_ref",
16879]
16880
16881[[package]]
16882name = "sval_ref"
16883version = "2.15.0"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16886dependencies = [
16887 "sval",
16888]
16889
16890[[package]]
16891name = "sval_serde"
16892version = "2.15.0"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16895dependencies = [
16896 "serde_core",
16897 "sval",
16898 "sval_nested",
16899]
16900
16901[[package]]
16902name = "svg_fmt"
16903version = "0.4.5"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16906
16907[[package]]
16908name = "svg_preview"
16909version = "0.1.0"
16910dependencies = [
16911 "file_icons",
16912 "gpui",
16913 "language",
16914 "multi_buffer",
16915 "ui",
16916 "workspace",
16917 "zed_actions",
16918]
16919
16920[[package]]
16921name = "svgtypes"
16922version = "0.15.3"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16925dependencies = [
16926 "kurbo",
16927 "siphasher 1.0.1",
16928]
16929
16930[[package]]
16931name = "swash"
16932version = "0.2.6"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16935dependencies = [
16936 "skrifa 0.37.0",
16937 "yazi",
16938 "zeno",
16939]
16940
16941[[package]]
16942name = "symphonia"
16943version = "0.5.5"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16946dependencies = [
16947 "lazy_static",
16948 "symphonia-bundle-flac",
16949 "symphonia-bundle-mp3",
16950 "symphonia-codec-aac",
16951 "symphonia-codec-pcm",
16952 "symphonia-codec-vorbis",
16953 "symphonia-core",
16954 "symphonia-format-isomp4",
16955 "symphonia-format-ogg",
16956 "symphonia-format-riff",
16957 "symphonia-metadata",
16958]
16959
16960[[package]]
16961name = "symphonia-bundle-flac"
16962version = "0.5.5"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16965dependencies = [
16966 "log",
16967 "symphonia-core",
16968 "symphonia-metadata",
16969 "symphonia-utils-xiph",
16970]
16971
16972[[package]]
16973name = "symphonia-bundle-mp3"
16974version = "0.5.5"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16977dependencies = [
16978 "lazy_static",
16979 "log",
16980 "symphonia-core",
16981 "symphonia-metadata",
16982]
16983
16984[[package]]
16985name = "symphonia-codec-aac"
16986version = "0.5.5"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16989dependencies = [
16990 "lazy_static",
16991 "log",
16992 "symphonia-core",
16993]
16994
16995[[package]]
16996name = "symphonia-codec-pcm"
16997version = "0.5.5"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17000dependencies = [
17001 "log",
17002 "symphonia-core",
17003]
17004
17005[[package]]
17006name = "symphonia-codec-vorbis"
17007version = "0.5.5"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17010dependencies = [
17011 "log",
17012 "symphonia-core",
17013 "symphonia-utils-xiph",
17014]
17015
17016[[package]]
17017name = "symphonia-core"
17018version = "0.5.5"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17021dependencies = [
17022 "arrayvec",
17023 "bitflags 1.3.2",
17024 "bytemuck",
17025 "lazy_static",
17026 "log",
17027]
17028
17029[[package]]
17030name = "symphonia-format-isomp4"
17031version = "0.5.5"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17034dependencies = [
17035 "encoding_rs",
17036 "log",
17037 "symphonia-core",
17038 "symphonia-metadata",
17039 "symphonia-utils-xiph",
17040]
17041
17042[[package]]
17043name = "symphonia-format-ogg"
17044version = "0.5.5"
17045source = "registry+https://github.com/rust-lang/crates.io-index"
17046checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17047dependencies = [
17048 "log",
17049 "symphonia-core",
17050 "symphonia-metadata",
17051 "symphonia-utils-xiph",
17052]
17053
17054[[package]]
17055name = "symphonia-format-riff"
17056version = "0.5.5"
17057source = "registry+https://github.com/rust-lang/crates.io-index"
17058checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17059dependencies = [
17060 "extended",
17061 "log",
17062 "symphonia-core",
17063 "symphonia-metadata",
17064]
17065
17066[[package]]
17067name = "symphonia-metadata"
17068version = "0.5.5"
17069source = "registry+https://github.com/rust-lang/crates.io-index"
17070checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17071dependencies = [
17072 "encoding_rs",
17073 "lazy_static",
17074 "log",
17075 "symphonia-core",
17076]
17077
17078[[package]]
17079name = "symphonia-utils-xiph"
17080version = "0.5.5"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17083dependencies = [
17084 "symphonia-core",
17085 "symphonia-metadata",
17086]
17087
17088[[package]]
17089name = "syn"
17090version = "1.0.109"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17093dependencies = [
17094 "proc-macro2",
17095 "quote",
17096 "unicode-ident",
17097]
17098
17099[[package]]
17100name = "syn"
17101version = "2.0.117"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17104dependencies = [
17105 "proc-macro2",
17106 "quote",
17107 "unicode-ident",
17108]
17109
17110[[package]]
17111name = "sync_wrapper"
17112version = "0.1.2"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17115
17116[[package]]
17117name = "sync_wrapper"
17118version = "1.0.2"
17119source = "registry+https://github.com/rust-lang/crates.io-index"
17120checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17121dependencies = [
17122 "futures-core",
17123]
17124
17125[[package]]
17126name = "synchronoise"
17127version = "1.0.1"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17130dependencies = [
17131 "crossbeam-queue",
17132]
17133
17134[[package]]
17135name = "synstructure"
17136version = "0.13.2"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17139dependencies = [
17140 "proc-macro2",
17141 "quote",
17142 "syn 2.0.117",
17143]
17144
17145[[package]]
17146name = "syntax_theme"
17147version = "0.1.0"
17148dependencies = [
17149 "gpui",
17150 "serde",
17151 "serde_json",
17152]
17153
17154[[package]]
17155name = "sys-locale"
17156version = "0.3.2"
17157source = "registry+https://github.com/rust-lang/crates.io-index"
17158checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17159dependencies = [
17160 "libc",
17161]
17162
17163[[package]]
17164name = "sysctl"
17165version = "0.5.5"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17168dependencies = [
17169 "bitflags 2.10.0",
17170 "byteorder",
17171 "enum-as-inner",
17172 "libc",
17173 "thiserror 1.0.69",
17174 "walkdir",
17175]
17176
17177[[package]]
17178name = "sysctl"
17179version = "0.6.0"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17182dependencies = [
17183 "bitflags 2.10.0",
17184 "byteorder",
17185 "enum-as-inner",
17186 "libc",
17187 "thiserror 1.0.69",
17188 "walkdir",
17189]
17190
17191[[package]]
17192name = "sysinfo"
17193version = "0.31.4"
17194source = "registry+https://github.com/rust-lang/crates.io-index"
17195checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17196dependencies = [
17197 "core-foundation-sys",
17198 "libc",
17199 "memchr",
17200 "ntapi",
17201 "rayon",
17202 "windows 0.57.0",
17203]
17204
17205[[package]]
17206name = "sysinfo"
17207version = "0.37.2"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17210dependencies = [
17211 "libc",
17212 "memchr",
17213 "ntapi",
17214 "objc2-core-foundation",
17215 "objc2-io-kit",
17216 "windows 0.61.3",
17217]
17218
17219[[package]]
17220name = "system-configuration"
17221version = "0.5.1"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17224dependencies = [
17225 "bitflags 1.3.2",
17226 "core-foundation 0.9.4",
17227 "system-configuration-sys 0.5.0",
17228]
17229
17230[[package]]
17231name = "system-configuration"
17232version = "0.6.1"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17235dependencies = [
17236 "bitflags 2.10.0",
17237 "core-foundation 0.9.4",
17238 "system-configuration-sys 0.6.0",
17239]
17240
17241[[package]]
17242name = "system-configuration-sys"
17243version = "0.5.0"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17246dependencies = [
17247 "core-foundation-sys",
17248 "libc",
17249]
17250
17251[[package]]
17252name = "system-configuration-sys"
17253version = "0.6.0"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17256dependencies = [
17257 "core-foundation-sys",
17258 "libc",
17259]
17260
17261[[package]]
17262name = "system-deps"
17263version = "6.2.2"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17266dependencies = [
17267 "cfg-expr 0.15.8",
17268 "heck 0.5.0",
17269 "pkg-config",
17270 "toml 0.8.23",
17271 "version-compare",
17272]
17273
17274[[package]]
17275name = "system-deps"
17276version = "7.0.7"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17279dependencies = [
17280 "cfg-expr 0.20.6",
17281 "heck 0.5.0",
17282 "pkg-config",
17283 "toml 0.9.8",
17284 "version-compare",
17285]
17286
17287[[package]]
17288name = "system-interface"
17289version = "0.27.3"
17290source = "registry+https://github.com/rust-lang/crates.io-index"
17291checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17292dependencies = [
17293 "bitflags 2.10.0",
17294 "cap-fs-ext",
17295 "cap-std",
17296 "fd-lock",
17297 "io-lifetimes",
17298 "rustix 0.38.44",
17299 "windows-sys 0.59.0",
17300 "winx",
17301]
17302
17303[[package]]
17304name = "system_specs"
17305version = "0.1.0"
17306dependencies = [
17307 "anyhow",
17308 "client",
17309 "gpui",
17310 "human_bytes",
17311 "pciid-parser",
17312 "release_channel",
17313 "semver",
17314 "serde",
17315 "sysinfo 0.37.2",
17316]
17317
17318[[package]]
17319name = "tab_switcher"
17320version = "0.1.0"
17321dependencies = [
17322 "collections",
17323 "ctor",
17324 "editor",
17325 "fuzzy",
17326 "gpui",
17327 "menu",
17328 "picker",
17329 "project",
17330 "schemars",
17331 "serde",
17332 "serde_json",
17333 "settings",
17334 "smol",
17335 "theme",
17336 "theme_settings",
17337 "ui",
17338 "util",
17339 "workspace",
17340 "zlog",
17341]
17342
17343[[package]]
17344name = "taffy"
17345version = "0.9.0"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17348dependencies = [
17349 "arrayvec",
17350 "grid",
17351 "serde",
17352 "slotmap",
17353]
17354
17355[[package]]
17356name = "tagptr"
17357version = "0.2.0"
17358source = "registry+https://github.com/rust-lang/crates.io-index"
17359checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17360
17361[[package]]
17362name = "take-until"
17363version = "0.2.0"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17366
17367[[package]]
17368name = "tao-core-video-sys"
17369version = "0.2.0"
17370source = "registry+https://github.com/rust-lang/crates.io-index"
17371checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17372dependencies = [
17373 "cfg-if",
17374 "core-foundation-sys",
17375 "libc",
17376 "objc",
17377]
17378
17379[[package]]
17380name = "tap"
17381version = "1.0.1"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17384
17385[[package]]
17386name = "target-lexicon"
17387version = "0.12.16"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17390
17391[[package]]
17392name = "target-lexicon"
17393version = "0.13.3"
17394source = "registry+https://github.com/rust-lang/crates.io-index"
17395checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17396
17397[[package]]
17398name = "task"
17399version = "0.1.0"
17400dependencies = [
17401 "anyhow",
17402 "collections",
17403 "futures 0.3.32",
17404 "gpui",
17405 "hex",
17406 "log",
17407 "parking_lot",
17408 "pretty_assertions",
17409 "proto",
17410 "schemars",
17411 "serde",
17412 "serde_json",
17413 "serde_json_lenient",
17414 "sha2",
17415 "shellexpand",
17416 "util",
17417 "zed_actions",
17418]
17419
17420[[package]]
17421name = "tasks_ui"
17422version = "0.1.0"
17423dependencies = [
17424 "anyhow",
17425 "collections",
17426 "editor",
17427 "file_icons",
17428 "fuzzy",
17429 "gpui",
17430 "itertools 0.14.0",
17431 "language",
17432 "menu",
17433 "picker",
17434 "project",
17435 "serde",
17436 "serde_json",
17437 "task",
17438 "tree-sitter-rust",
17439 "tree-sitter-typescript",
17440 "ui",
17441 "util",
17442 "workspace",
17443 "zed_actions",
17444]
17445
17446[[package]]
17447name = "telemetry"
17448version = "0.1.0"
17449dependencies = [
17450 "futures 0.3.32",
17451 "serde",
17452 "serde_json",
17453 "telemetry_events",
17454]
17455
17456[[package]]
17457name = "telemetry_events"
17458version = "0.1.0"
17459dependencies = [
17460 "semver",
17461 "serde",
17462 "serde_json",
17463]
17464
17465[[package]]
17466name = "tempfile"
17467version = "3.23.0"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17470dependencies = [
17471 "fastrand 2.3.0",
17472 "getrandom 0.3.4",
17473 "once_cell",
17474 "rustix 1.1.2",
17475 "windows-sys 0.61.2",
17476]
17477
17478[[package]]
17479name = "tendril"
17480version = "0.4.3"
17481source = "registry+https://github.com/rust-lang/crates.io-index"
17482checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17483dependencies = [
17484 "futf",
17485 "mac",
17486 "utf-8",
17487]
17488
17489[[package]]
17490name = "termcolor"
17491version = "1.4.1"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17494dependencies = [
17495 "winapi-util",
17496]
17497
17498[[package]]
17499name = "terminal"
17500version = "0.1.0"
17501dependencies = [
17502 "alacritty_terminal",
17503 "anyhow",
17504 "collections",
17505 "futures 0.3.32",
17506 "gpui",
17507 "itertools 0.14.0",
17508 "libc",
17509 "log",
17510 "parking_lot",
17511 "rand 0.9.3",
17512 "regex",
17513 "release_channel",
17514 "schemars",
17515 "serde",
17516 "settings",
17517 "smol",
17518 "sysinfo 0.37.2",
17519 "task",
17520 "theme",
17521 "theme_settings",
17522 "thiserror 2.0.17",
17523 "url",
17524 "urlencoding",
17525 "util",
17526 "util_macros",
17527 "windows 0.61.3",
17528]
17529
17530[[package]]
17531name = "terminal_size"
17532version = "0.4.3"
17533source = "registry+https://github.com/rust-lang/crates.io-index"
17534checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17535dependencies = [
17536 "rustix 1.1.2",
17537 "windows-sys 0.60.2",
17538]
17539
17540[[package]]
17541name = "terminal_view"
17542version = "0.1.0"
17543dependencies = [
17544 "anyhow",
17545 "async-recursion",
17546 "breadcrumbs",
17547 "collections",
17548 "db",
17549 "dirs",
17550 "editor",
17551 "futures 0.3.32",
17552 "gpui",
17553 "itertools 0.14.0",
17554 "language",
17555 "log",
17556 "menu",
17557 "pretty_assertions",
17558 "project",
17559 "regex",
17560 "schemars",
17561 "serde",
17562 "serde_json",
17563 "settings",
17564 "shellexpand",
17565 "task",
17566 "terminal",
17567 "theme",
17568 "theme_settings",
17569 "ui",
17570 "util",
17571 "workspace",
17572 "zed_actions",
17573]
17574
17575[[package]]
17576name = "text"
17577version = "0.1.0"
17578dependencies = [
17579 "anyhow",
17580 "clock",
17581 "collections",
17582 "ctor",
17583 "gpui",
17584 "log",
17585 "parking_lot",
17586 "postage",
17587 "rand 0.9.3",
17588 "regex",
17589 "rope",
17590 "smallvec",
17591 "sum_tree",
17592 "util",
17593 "zlog",
17594]
17595
17596[[package]]
17597name = "theme"
17598version = "0.1.0"
17599dependencies = [
17600 "anyhow",
17601 "collections",
17602 "gpui",
17603 "palette",
17604 "parking_lot",
17605 "refineable",
17606 "schemars",
17607 "serde",
17608 "serde_json",
17609 "serde_json_lenient",
17610 "strum 0.27.2",
17611 "syntax_theme",
17612 "thiserror 2.0.17",
17613 "uuid",
17614]
17615
17616[[package]]
17617name = "theme_extension"
17618version = "0.1.0"
17619dependencies = [
17620 "anyhow",
17621 "extension",
17622 "fs",
17623 "gpui",
17624 "theme",
17625 "theme_settings",
17626]
17627
17628[[package]]
17629name = "theme_importer"
17630version = "0.1.0"
17631dependencies = [
17632 "anyhow",
17633 "clap",
17634 "collections",
17635 "gpui",
17636 "indexmap",
17637 "log",
17638 "palette",
17639 "serde",
17640 "serde_json",
17641 "serde_json_lenient",
17642 "simplelog",
17643 "strum 0.27.2",
17644 "theme",
17645 "theme_settings",
17646 "vscode_theme",
17647]
17648
17649[[package]]
17650name = "theme_selector"
17651version = "0.1.0"
17652dependencies = [
17653 "editor",
17654 "fs",
17655 "fuzzy",
17656 "gpui",
17657 "log",
17658 "picker",
17659 "project",
17660 "serde",
17661 "serde_json",
17662 "settings",
17663 "telemetry",
17664 "theme",
17665 "theme_settings",
17666 "ui",
17667 "util",
17668 "workspace",
17669 "zed_actions",
17670]
17671
17672[[package]]
17673name = "theme_settings"
17674version = "0.1.0"
17675dependencies = [
17676 "anyhow",
17677 "collections",
17678 "gpui",
17679 "gpui_util",
17680 "log",
17681 "palette",
17682 "refineable",
17683 "schemars",
17684 "serde",
17685 "serde_json",
17686 "serde_json_lenient",
17687 "settings",
17688 "theme",
17689 "uuid",
17690]
17691
17692[[package]]
17693name = "thiserror"
17694version = "1.0.69"
17695source = "registry+https://github.com/rust-lang/crates.io-index"
17696checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17697dependencies = [
17698 "thiserror-impl 1.0.69",
17699]
17700
17701[[package]]
17702name = "thiserror"
17703version = "2.0.17"
17704source = "registry+https://github.com/rust-lang/crates.io-index"
17705checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17706dependencies = [
17707 "thiserror-impl 2.0.17",
17708]
17709
17710[[package]]
17711name = "thiserror-impl"
17712version = "1.0.69"
17713source = "registry+https://github.com/rust-lang/crates.io-index"
17714checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17715dependencies = [
17716 "proc-macro2",
17717 "quote",
17718 "syn 2.0.117",
17719]
17720
17721[[package]]
17722name = "thiserror-impl"
17723version = "2.0.17"
17724source = "registry+https://github.com/rust-lang/crates.io-index"
17725checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17726dependencies = [
17727 "proc-macro2",
17728 "quote",
17729 "syn 2.0.117",
17730]
17731
17732[[package]]
17733name = "thread_local"
17734version = "1.1.9"
17735source = "registry+https://github.com/rust-lang/crates.io-index"
17736checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17737dependencies = [
17738 "cfg-if",
17739]
17740
17741[[package]]
17742name = "tiff"
17743version = "0.10.3"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17746dependencies = [
17747 "fax",
17748 "flate2",
17749 "half",
17750 "quick-error 2.0.1",
17751 "weezl",
17752 "zune-jpeg",
17753]
17754
17755[[package]]
17756name = "tiktoken-rs"
17757version = "0.9.1"
17758source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17759dependencies = [
17760 "anyhow",
17761 "base64 0.22.1",
17762 "bstr",
17763 "fancy-regex 0.16.2",
17764 "lazy_static",
17765 "regex",
17766 "rustc-hash 1.1.0",
17767]
17768
17769[[package]]
17770name = "time"
17771version = "0.3.47"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17774dependencies = [
17775 "deranged",
17776 "itoa",
17777 "libc",
17778 "num-conv",
17779 "num_threads",
17780 "powerfmt",
17781 "serde_core",
17782 "time-core",
17783 "time-macros",
17784]
17785
17786[[package]]
17787name = "time-core"
17788version = "0.1.8"
17789source = "registry+https://github.com/rust-lang/crates.io-index"
17790checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17791
17792[[package]]
17793name = "time-macros"
17794version = "0.2.27"
17795source = "registry+https://github.com/rust-lang/crates.io-index"
17796checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17797dependencies = [
17798 "num-conv",
17799 "time-core",
17800]
17801
17802[[package]]
17803name = "time_format"
17804version = "0.1.0"
17805dependencies = [
17806 "core-foundation 0.10.0",
17807 "core-foundation-sys",
17808 "sys-locale",
17809 "time",
17810 "windows 0.61.3",
17811]
17812
17813[[package]]
17814name = "tiny-keccak"
17815version = "2.0.2"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17818dependencies = [
17819 "crunchy",
17820]
17821
17822[[package]]
17823name = "tiny-skia"
17824version = "0.11.4"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17827dependencies = [
17828 "arrayref",
17829 "arrayvec",
17830 "bytemuck",
17831 "cfg-if",
17832 "log",
17833 "png 0.17.16",
17834 "tiny-skia-path",
17835]
17836
17837[[package]]
17838name = "tiny-skia-path"
17839version = "0.11.4"
17840source = "registry+https://github.com/rust-lang/crates.io-index"
17841checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17842dependencies = [
17843 "arrayref",
17844 "bytemuck",
17845 "strict-num",
17846]
17847
17848[[package]]
17849name = "tiny_http"
17850version = "0.12.0"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17853dependencies = [
17854 "ascii",
17855 "chunked_transfer",
17856 "httpdate",
17857 "log",
17858]
17859
17860[[package]]
17861name = "tinystr"
17862version = "0.8.1"
17863source = "registry+https://github.com/rust-lang/crates.io-index"
17864checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17865dependencies = [
17866 "displaydoc",
17867 "zerovec",
17868]
17869
17870[[package]]
17871name = "tinytemplate"
17872version = "1.2.1"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17875dependencies = [
17876 "serde",
17877 "serde_json",
17878]
17879
17880[[package]]
17881name = "tinyvec"
17882version = "1.10.0"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17885dependencies = [
17886 "tinyvec_macros",
17887]
17888
17889[[package]]
17890name = "tinyvec_macros"
17891version = "0.1.1"
17892source = "registry+https://github.com/rust-lang/crates.io-index"
17893checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17894
17895[[package]]
17896name = "title_bar"
17897version = "0.1.0"
17898dependencies = [
17899 "anyhow",
17900 "auto_update",
17901 "call",
17902 "channel",
17903 "chrono",
17904 "client",
17905 "cloud_api_types",
17906 "db",
17907 "git_ui",
17908 "gpui",
17909 "icons",
17910 "livekit_client",
17911 "notifications",
17912 "platform_title_bar",
17913 "project",
17914 "recent_projects",
17915 "release_channel",
17916 "remote",
17917 "remote_connection",
17918 "rpc",
17919 "schemars",
17920 "semver",
17921 "serde",
17922 "settings",
17923 "smallvec",
17924 "telemetry",
17925 "theme",
17926 "ui",
17927 "util",
17928 "windows 0.61.3",
17929 "workspace",
17930 "zed_actions",
17931]
17932
17933[[package]]
17934name = "tokio"
17935version = "1.48.0"
17936source = "registry+https://github.com/rust-lang/crates.io-index"
17937checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17938dependencies = [
17939 "bytes 1.11.1",
17940 "libc",
17941 "mio 1.1.0",
17942 "parking_lot",
17943 "pin-project-lite",
17944 "signal-hook-registry",
17945 "socket2 0.6.1",
17946 "tokio-macros",
17947 "windows-sys 0.61.2",
17948]
17949
17950[[package]]
17951name = "tokio-io"
17952version = "0.1.13"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17955dependencies = [
17956 "bytes 0.4.12",
17957 "futures 0.1.31",
17958 "log",
17959]
17960
17961[[package]]
17962name = "tokio-macros"
17963version = "2.6.0"
17964source = "registry+https://github.com/rust-lang/crates.io-index"
17965checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17966dependencies = [
17967 "proc-macro2",
17968 "quote",
17969 "syn 2.0.117",
17970]
17971
17972[[package]]
17973name = "tokio-native-tls"
17974version = "0.3.1"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17977dependencies = [
17978 "native-tls",
17979 "tokio",
17980]
17981
17982[[package]]
17983name = "tokio-rustls"
17984version = "0.24.1"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17987dependencies = [
17988 "rustls 0.21.12",
17989 "tokio",
17990]
17991
17992[[package]]
17993name = "tokio-rustls"
17994version = "0.26.2"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17997dependencies = [
17998 "rustls 0.23.33",
17999 "tokio",
18000]
18001
18002[[package]]
18003name = "tokio-socks"
18004version = "0.5.2"
18005source = "registry+https://github.com/rust-lang/crates.io-index"
18006checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18007dependencies = [
18008 "either",
18009 "futures-io",
18010 "futures-util",
18011 "thiserror 1.0.69",
18012 "tokio",
18013]
18014
18015[[package]]
18016name = "tokio-stream"
18017version = "0.1.17"
18018source = "registry+https://github.com/rust-lang/crates.io-index"
18019checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18020dependencies = [
18021 "futures-core",
18022 "pin-project-lite",
18023 "tokio",
18024]
18025
18026[[package]]
18027name = "tokio-tungstenite"
18028version = "0.20.1"
18029source = "registry+https://github.com/rust-lang/crates.io-index"
18030checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18031dependencies = [
18032 "futures-util",
18033 "log",
18034 "tokio",
18035 "tungstenite 0.20.1",
18036]
18037
18038[[package]]
18039name = "tokio-tungstenite"
18040version = "0.21.0"
18041source = "registry+https://github.com/rust-lang/crates.io-index"
18042checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18043dependencies = [
18044 "futures-util",
18045 "log",
18046 "tokio",
18047 "tungstenite 0.21.0",
18048]
18049
18050[[package]]
18051name = "tokio-tungstenite"
18052version = "0.28.0"
18053source = "registry+https://github.com/rust-lang/crates.io-index"
18054checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18055dependencies = [
18056 "futures-util",
18057 "log",
18058 "rustls 0.23.33",
18059 "rustls-native-certs 0.8.2",
18060 "rustls-pki-types",
18061 "tokio",
18062 "tokio-rustls 0.26.2",
18063 "tungstenite 0.28.0",
18064]
18065
18066[[package]]
18067name = "tokio-util"
18068version = "0.7.16"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18071dependencies = [
18072 "bytes 1.11.1",
18073 "futures-core",
18074 "futures-io",
18075 "futures-sink",
18076 "pin-project-lite",
18077 "tokio",
18078]
18079
18080[[package]]
18081name = "toml"
18082version = "0.5.11"
18083source = "registry+https://github.com/rust-lang/crates.io-index"
18084checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18085dependencies = [
18086 "serde",
18087]
18088
18089[[package]]
18090name = "toml"
18091version = "0.8.23"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18094dependencies = [
18095 "serde",
18096 "serde_spanned 0.6.9",
18097 "toml_datetime 0.6.11",
18098 "toml_edit 0.22.27",
18099]
18100
18101[[package]]
18102name = "toml"
18103version = "0.9.8"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18106dependencies = [
18107 "indexmap",
18108 "serde_core",
18109 "serde_spanned 1.0.3",
18110 "toml_datetime 0.7.3",
18111 "toml_parser",
18112 "toml_writer",
18113 "winnow",
18114]
18115
18116[[package]]
18117name = "toml_datetime"
18118version = "0.6.11"
18119source = "registry+https://github.com/rust-lang/crates.io-index"
18120checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18121dependencies = [
18122 "serde",
18123]
18124
18125[[package]]
18126name = "toml_datetime"
18127version = "0.7.3"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18130dependencies = [
18131 "serde_core",
18132]
18133
18134[[package]]
18135name = "toml_edit"
18136version = "0.22.27"
18137source = "registry+https://github.com/rust-lang/crates.io-index"
18138checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18139dependencies = [
18140 "indexmap",
18141 "serde",
18142 "serde_spanned 0.6.9",
18143 "toml_datetime 0.6.11",
18144 "toml_write",
18145 "winnow",
18146]
18147
18148[[package]]
18149name = "toml_edit"
18150version = "0.23.7"
18151source = "registry+https://github.com/rust-lang/crates.io-index"
18152checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18153dependencies = [
18154 "indexmap",
18155 "toml_datetime 0.7.3",
18156 "toml_parser",
18157 "winnow",
18158]
18159
18160[[package]]
18161name = "toml_parser"
18162version = "1.0.4"
18163source = "registry+https://github.com/rust-lang/crates.io-index"
18164checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18165dependencies = [
18166 "winnow",
18167]
18168
18169[[package]]
18170name = "toml_write"
18171version = "0.1.2"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18174
18175[[package]]
18176name = "toml_writer"
18177version = "1.0.4"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18180
18181[[package]]
18182name = "toolchain_selector"
18183version = "0.1.0"
18184dependencies = [
18185 "anyhow",
18186 "convert_case 0.8.0",
18187 "editor",
18188 "futures 0.3.32",
18189 "fuzzy",
18190 "gpui",
18191 "language",
18192 "menu",
18193 "open_path_prompt",
18194 "picker",
18195 "project",
18196 "ui",
18197 "util",
18198 "workspace",
18199]
18200
18201[[package]]
18202name = "topological-sort"
18203version = "0.2.2"
18204source = "registry+https://github.com/rust-lang/crates.io-index"
18205checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18206
18207[[package]]
18208name = "tower"
18209version = "0.4.13"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18212dependencies = [
18213 "futures-core",
18214 "futures-util",
18215 "pin-project",
18216 "pin-project-lite",
18217 "tokio",
18218 "tower-layer",
18219 "tower-service",
18220 "tracing",
18221]
18222
18223[[package]]
18224name = "tower"
18225version = "0.5.2"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18228dependencies = [
18229 "futures-core",
18230 "futures-util",
18231 "pin-project-lite",
18232 "sync_wrapper 1.0.2",
18233 "tokio",
18234 "tokio-util",
18235 "tower-layer",
18236 "tower-service",
18237 "tracing",
18238]
18239
18240[[package]]
18241name = "tower-http"
18242version = "0.4.4"
18243source = "registry+https://github.com/rust-lang/crates.io-index"
18244checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18245dependencies = [
18246 "bitflags 2.10.0",
18247 "bytes 1.11.1",
18248 "futures-core",
18249 "futures-util",
18250 "http 0.2.12",
18251 "http-body 0.4.6",
18252 "http-range-header",
18253 "pin-project-lite",
18254 "tower-layer",
18255 "tower-service",
18256 "tracing",
18257]
18258
18259[[package]]
18260name = "tower-http"
18261version = "0.6.6"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18264dependencies = [
18265 "bitflags 2.10.0",
18266 "bytes 1.11.1",
18267 "futures-util",
18268 "http 1.3.1",
18269 "http-body 1.0.1",
18270 "iri-string",
18271 "pin-project-lite",
18272 "tower 0.5.2",
18273 "tower-layer",
18274 "tower-service",
18275 "tracing",
18276]
18277
18278[[package]]
18279name = "tower-layer"
18280version = "0.3.3"
18281source = "registry+https://github.com/rust-lang/crates.io-index"
18282checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18283
18284[[package]]
18285name = "tower-service"
18286version = "0.3.3"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18289
18290[[package]]
18291name = "tracing"
18292version = "0.1.43"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18295dependencies = [
18296 "log",
18297 "pin-project-lite",
18298 "tracing-attributes",
18299 "tracing-core",
18300]
18301
18302[[package]]
18303name = "tracing-attributes"
18304version = "0.1.31"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18307dependencies = [
18308 "proc-macro2",
18309 "quote",
18310 "syn 2.0.117",
18311]
18312
18313[[package]]
18314name = "tracing-core"
18315version = "0.1.35"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18318dependencies = [
18319 "once_cell",
18320 "valuable",
18321]
18322
18323[[package]]
18324name = "tracing-log"
18325version = "0.2.0"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18328dependencies = [
18329 "log",
18330 "once_cell",
18331 "tracing-core",
18332]
18333
18334[[package]]
18335name = "tracing-serde"
18336version = "0.2.0"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18339dependencies = [
18340 "serde",
18341 "tracing-core",
18342]
18343
18344[[package]]
18345name = "tracing-subscriber"
18346version = "0.3.22"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18349dependencies = [
18350 "matchers",
18351 "nu-ansi-term",
18352 "once_cell",
18353 "regex-automata",
18354 "serde",
18355 "serde_json",
18356 "sharded-slab",
18357 "smallvec",
18358 "thread_local",
18359 "tracing",
18360 "tracing-core",
18361 "tracing-log",
18362 "tracing-serde",
18363]
18364
18365[[package]]
18366name = "tracing-tracy"
18367version = "0.11.4"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18370dependencies = [
18371 "tracing-core",
18372 "tracing-subscriber",
18373 "tracy-client",
18374]
18375
18376[[package]]
18377name = "tracy-client"
18378version = "0.18.3"
18379source = "registry+https://github.com/rust-lang/crates.io-index"
18380checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18381dependencies = [
18382 "loom",
18383 "once_cell",
18384 "tracy-client-sys",
18385]
18386
18387[[package]]
18388name = "tracy-client-sys"
18389version = "0.27.0"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18392dependencies = [
18393 "cc",
18394 "windows-targets 0.52.6",
18395]
18396
18397[[package]]
18398name = "transpose"
18399version = "0.2.3"
18400source = "registry+https://github.com/rust-lang/crates.io-index"
18401checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18402dependencies = [
18403 "num-integer",
18404 "strength_reduce",
18405]
18406
18407[[package]]
18408name = "trash"
18409version = "5.2.5"
18410source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18411dependencies = [
18412 "chrono",
18413 "libc",
18414 "log",
18415 "objc2",
18416 "objc2-foundation",
18417 "once_cell",
18418 "percent-encoding",
18419 "scopeguard",
18420 "urlencoding",
18421 "windows 0.56.0",
18422 "windows-core 0.56.0",
18423]
18424
18425[[package]]
18426name = "tree-sitter"
18427version = "0.26.8"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18430dependencies = [
18431 "cc",
18432 "regex",
18433 "regex-syntax",
18434 "serde_json",
18435 "streaming-iterator",
18436 "tree-sitter-language",
18437 "wasmtime-c-api-impl",
18438]
18439
18440[[package]]
18441name = "tree-sitter-bash"
18442version = "0.25.1"
18443source = "registry+https://github.com/rust-lang/crates.io-index"
18444checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18445dependencies = [
18446 "cc",
18447 "tree-sitter-language",
18448]
18449
18450[[package]]
18451name = "tree-sitter-c"
18452version = "0.24.1"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18455dependencies = [
18456 "cc",
18457 "tree-sitter-language",
18458]
18459
18460[[package]]
18461name = "tree-sitter-cpp"
18462version = "0.23.4"
18463source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18464dependencies = [
18465 "cc",
18466 "tree-sitter-language",
18467]
18468
18469[[package]]
18470name = "tree-sitter-css"
18471version = "0.23.2"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18474dependencies = [
18475 "cc",
18476 "tree-sitter-language",
18477]
18478
18479[[package]]
18480name = "tree-sitter-diff"
18481version = "0.1.0"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18484dependencies = [
18485 "cc",
18486 "tree-sitter-language",
18487]
18488
18489[[package]]
18490name = "tree-sitter-elixir"
18491version = "0.3.4"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18494dependencies = [
18495 "cc",
18496 "tree-sitter-language",
18497]
18498
18499[[package]]
18500name = "tree-sitter-embedded-template"
18501version = "0.23.2"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18504dependencies = [
18505 "cc",
18506 "tree-sitter-language",
18507]
18508
18509[[package]]
18510name = "tree-sitter-gitcommit"
18511version = "0.0.1"
18512source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18513dependencies = [
18514 "cc",
18515 "tree-sitter-language",
18516]
18517
18518[[package]]
18519name = "tree-sitter-go"
18520version = "0.25.0"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18523dependencies = [
18524 "cc",
18525 "tree-sitter-language",
18526]
18527
18528[[package]]
18529name = "tree-sitter-gomod"
18530version = "1.1.1"
18531source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18532dependencies = [
18533 "cc",
18534 "tree-sitter-language",
18535]
18536
18537[[package]]
18538name = "tree-sitter-gowork"
18539version = "0.0.1"
18540source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18541dependencies = [
18542 "cc",
18543 "tree-sitter-language",
18544]
18545
18546[[package]]
18547name = "tree-sitter-heex"
18548version = "0.0.1"
18549source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18550dependencies = [
18551 "cc",
18552 "tree-sitter-language",
18553]
18554
18555[[package]]
18556name = "tree-sitter-html"
18557version = "0.23.2"
18558source = "registry+https://github.com/rust-lang/crates.io-index"
18559checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18560dependencies = [
18561 "cc",
18562 "tree-sitter-language",
18563]
18564
18565[[package]]
18566name = "tree-sitter-jsdoc"
18567version = "0.23.2"
18568source = "registry+https://github.com/rust-lang/crates.io-index"
18569checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18570dependencies = [
18571 "cc",
18572 "tree-sitter-language",
18573]
18574
18575[[package]]
18576name = "tree-sitter-json"
18577version = "0.24.8"
18578source = "registry+https://github.com/rust-lang/crates.io-index"
18579checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18580dependencies = [
18581 "cc",
18582 "tree-sitter-language",
18583]
18584
18585[[package]]
18586name = "tree-sitter-language"
18587version = "0.1.5"
18588source = "registry+https://github.com/rust-lang/crates.io-index"
18589checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18590
18591[[package]]
18592name = "tree-sitter-md"
18593version = "0.3.2"
18594source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18595dependencies = [
18596 "cc",
18597 "tree-sitter-language",
18598]
18599
18600[[package]]
18601name = "tree-sitter-python"
18602version = "0.25.0"
18603source = "registry+https://github.com/rust-lang/crates.io-index"
18604checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18605dependencies = [
18606 "cc",
18607 "tree-sitter-language",
18608]
18609
18610[[package]]
18611name = "tree-sitter-regex"
18612version = "0.24.3"
18613source = "registry+https://github.com/rust-lang/crates.io-index"
18614checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18615dependencies = [
18616 "cc",
18617 "tree-sitter-language",
18618]
18619
18620[[package]]
18621name = "tree-sitter-ruby"
18622version = "0.23.1"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18625dependencies = [
18626 "cc",
18627 "tree-sitter-language",
18628]
18629
18630[[package]]
18631name = "tree-sitter-rust"
18632version = "0.24.2"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18635dependencies = [
18636 "cc",
18637 "tree-sitter-language",
18638]
18639
18640[[package]]
18641name = "tree-sitter-typescript"
18642version = "0.23.2"
18643source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18644dependencies = [
18645 "cc",
18646 "tree-sitter-language",
18647]
18648
18649[[package]]
18650name = "tree-sitter-yaml"
18651version = "0.6.1"
18652source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18653dependencies = [
18654 "cc",
18655 "tree-sitter-language",
18656]
18657
18658[[package]]
18659name = "triomphe"
18660version = "0.1.15"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18663dependencies = [
18664 "serde",
18665 "stable_deref_trait",
18666]
18667
18668[[package]]
18669name = "try-lock"
18670version = "0.2.5"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18673
18674[[package]]
18675name = "ttf-parser"
18676version = "0.20.0"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18679
18680[[package]]
18681name = "ttf-parser"
18682version = "0.25.1"
18683source = "registry+https://github.com/rust-lang/crates.io-index"
18684checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18685dependencies = [
18686 "core_maths",
18687]
18688
18689[[package]]
18690name = "tungstenite"
18691version = "0.20.1"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18694dependencies = [
18695 "byteorder",
18696 "bytes 1.11.1",
18697 "data-encoding",
18698 "http 0.2.12",
18699 "httparse",
18700 "log",
18701 "rand 0.8.5",
18702 "sha1",
18703 "thiserror 1.0.69",
18704 "url",
18705 "utf-8",
18706]
18707
18708[[package]]
18709name = "tungstenite"
18710version = "0.21.0"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18713dependencies = [
18714 "byteorder",
18715 "bytes 1.11.1",
18716 "data-encoding",
18717 "http 1.3.1",
18718 "httparse",
18719 "log",
18720 "rand 0.8.5",
18721 "sha1",
18722 "thiserror 1.0.69",
18723 "url",
18724 "utf-8",
18725]
18726
18727[[package]]
18728name = "tungstenite"
18729version = "0.27.0"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18732dependencies = [
18733 "bytes 1.11.1",
18734 "data-encoding",
18735 "http 1.3.1",
18736 "httparse",
18737 "log",
18738 "rand 0.9.3",
18739 "rustls 0.23.33",
18740 "rustls-pki-types",
18741 "sha1",
18742 "thiserror 2.0.17",
18743 "utf-8",
18744]
18745
18746[[package]]
18747name = "tungstenite"
18748version = "0.28.0"
18749source = "registry+https://github.com/rust-lang/crates.io-index"
18750checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18751dependencies = [
18752 "bytes 1.11.1",
18753 "data-encoding",
18754 "http 1.3.1",
18755 "httparse",
18756 "log",
18757 "rand 0.9.3",
18758 "rustls 0.23.33",
18759 "rustls-pki-types",
18760 "sha1",
18761 "thiserror 2.0.17",
18762 "utf-8",
18763]
18764
18765[[package]]
18766name = "typeid"
18767version = "1.0.3"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18770
18771[[package]]
18772name = "typenum"
18773version = "1.19.0"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18776
18777[[package]]
18778name = "ucd-trie"
18779version = "0.1.7"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18782
18783[[package]]
18784name = "uds"
18785version = "0.4.2"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18788dependencies = [
18789 "libc",
18790]
18791
18792[[package]]
18793name = "uds_windows"
18794version = "1.1.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18797dependencies = [
18798 "memoffset",
18799 "tempfile",
18800 "winapi",
18801]
18802
18803[[package]]
18804name = "ug"
18805version = "0.4.0"
18806source = "registry+https://github.com/rust-lang/crates.io-index"
18807checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18808dependencies = [
18809 "gemm 0.18.2",
18810 "half",
18811 "libloading",
18812 "memmap2",
18813 "num",
18814 "num-traits",
18815 "num_cpus",
18816 "rayon",
18817 "safetensors",
18818 "serde",
18819 "thiserror 1.0.69",
18820 "tracing",
18821 "yoke 0.7.5",
18822]
18823
18824[[package]]
18825name = "ui"
18826version = "0.1.0"
18827dependencies = [
18828 "chrono",
18829 "component",
18830 "documented",
18831 "gpui",
18832 "gpui_macros",
18833 "gpui_util",
18834 "icons",
18835 "itertools 0.14.0",
18836 "menu",
18837 "schemars",
18838 "serde",
18839 "smallvec",
18840 "strum 0.27.2",
18841 "theme",
18842 "ui_macros",
18843 "windows 0.61.3",
18844]
18845
18846[[package]]
18847name = "ui_input"
18848version = "0.1.0"
18849dependencies = [
18850 "component",
18851 "gpui",
18852 "ui",
18853]
18854
18855[[package]]
18856name = "ui_macros"
18857version = "0.1.0"
18858dependencies = [
18859 "component",
18860 "quote",
18861 "syn 2.0.117",
18862 "ui",
18863]
18864
18865[[package]]
18866name = "ui_prompt"
18867version = "0.1.0"
18868dependencies = [
18869 "gpui",
18870 "markdown",
18871 "menu",
18872 "settings",
18873 "theme_settings",
18874 "ui",
18875 "workspace",
18876]
18877
18878[[package]]
18879name = "unarray"
18880version = "0.1.4"
18881source = "registry+https://github.com/rust-lang/crates.io-index"
18882checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18883
18884[[package]]
18885name = "unicase"
18886version = "2.8.1"
18887source = "registry+https://github.com/rust-lang/crates.io-index"
18888checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18889
18890[[package]]
18891name = "unicode-bidi"
18892version = "0.3.18"
18893source = "registry+https://github.com/rust-lang/crates.io-index"
18894checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18895
18896[[package]]
18897name = "unicode-bidi-mirroring"
18898version = "0.4.0"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18901
18902[[package]]
18903name = "unicode-ccc"
18904version = "0.4.0"
18905source = "registry+https://github.com/rust-lang/crates.io-index"
18906checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18907
18908[[package]]
18909name = "unicode-general-category"
18910version = "1.1.0"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18913
18914[[package]]
18915name = "unicode-ident"
18916version = "1.0.19"
18917source = "registry+https://github.com/rust-lang/crates.io-index"
18918checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18919
18920[[package]]
18921name = "unicode-linebreak"
18922version = "0.1.5"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18925
18926[[package]]
18927name = "unicode-normalization"
18928version = "0.1.24"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18931dependencies = [
18932 "tinyvec",
18933]
18934
18935[[package]]
18936name = "unicode-properties"
18937version = "0.1.3"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18940
18941[[package]]
18942name = "unicode-script"
18943version = "0.5.8"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18946
18947[[package]]
18948name = "unicode-segmentation"
18949version = "1.12.0"
18950source = "registry+https://github.com/rust-lang/crates.io-index"
18951checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18952
18953[[package]]
18954name = "unicode-vo"
18955version = "0.1.0"
18956source = "registry+https://github.com/rust-lang/crates.io-index"
18957checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18958
18959[[package]]
18960name = "unicode-width"
18961version = "0.2.2"
18962source = "registry+https://github.com/rust-lang/crates.io-index"
18963checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18964
18965[[package]]
18966name = "unicode-xid"
18967version = "0.2.6"
18968source = "registry+https://github.com/rust-lang/crates.io-index"
18969checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18970
18971[[package]]
18972name = "unicode_categories"
18973version = "0.1.1"
18974source = "registry+https://github.com/rust-lang/crates.io-index"
18975checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18976
18977[[package]]
18978name = "unindent"
18979version = "0.2.4"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18982
18983[[package]]
18984name = "unsafe-libyaml"
18985version = "0.2.11"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18988
18989[[package]]
18990name = "untrusted"
18991version = "0.7.1"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18994
18995[[package]]
18996name = "untrusted"
18997version = "0.9.0"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19000
19001[[package]]
19002name = "url"
19003version = "2.5.7"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19006dependencies = [
19007 "form_urlencoded",
19008 "idna",
19009 "percent-encoding",
19010 "serde",
19011]
19012
19013[[package]]
19014name = "urlencoding"
19015version = "2.1.3"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19018
19019[[package]]
19020name = "usvg"
19021version = "0.45.1"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19024dependencies = [
19025 "base64 0.22.1",
19026 "data-url",
19027 "flate2",
19028 "fontdb 0.23.0",
19029 "imagesize",
19030 "kurbo",
19031 "log",
19032 "pico-args",
19033 "roxmltree",
19034 "rustybuzz",
19035 "simplecss",
19036 "siphasher 1.0.1",
19037 "strict-num",
19038 "svgtypes",
19039 "tiny-skia-path",
19040 "unicode-bidi",
19041 "unicode-script",
19042 "unicode-vo",
19043 "xmlwriter",
19044]
19045
19046[[package]]
19047name = "utf-8"
19048version = "0.7.6"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19051
19052[[package]]
19053name = "utf8-chars"
19054version = "3.0.6"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19057dependencies = [
19058 "arrayvec",
19059]
19060
19061[[package]]
19062name = "utf8_iter"
19063version = "1.0.4"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19066
19067[[package]]
19068name = "utf8parse"
19069version = "0.2.2"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19072
19073[[package]]
19074name = "util"
19075version = "0.1.0"
19076dependencies = [
19077 "anyhow",
19078 "async-fs",
19079 "async_zip",
19080 "collections",
19081 "command-fds",
19082 "dirs",
19083 "dunce",
19084 "futures 0.3.32",
19085 "futures-lite 1.13.0",
19086 "git2",
19087 "globset",
19088 "gpui_util",
19089 "itertools 0.14.0",
19090 "libc",
19091 "log",
19092 "mach2 0.5.0",
19093 "nix 0.29.0",
19094 "percent-encoding",
19095 "pretty_assertions",
19096 "rand 0.9.3",
19097 "regex",
19098 "rust-embed",
19099 "schemars",
19100 "serde",
19101 "serde_json",
19102 "serde_json_lenient",
19103 "shlex",
19104 "smol",
19105 "take-until",
19106 "tempfile",
19107 "tendril",
19108 "unicase",
19109 "url",
19110 "util_macros",
19111 "walkdir",
19112 "which 6.0.3",
19113]
19114
19115[[package]]
19116name = "util_macros"
19117version = "0.1.0"
19118dependencies = [
19119 "perf",
19120 "quote",
19121 "syn 2.0.117",
19122]
19123
19124[[package]]
19125name = "uuid"
19126version = "1.18.1"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19129dependencies = [
19130 "getrandom 0.3.4",
19131 "js-sys",
19132 "serde",
19133 "sha1_smol",
19134 "wasm-bindgen",
19135]
19136
19137[[package]]
19138name = "uuid-simd"
19139version = "0.8.0"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19142dependencies = [
19143 "outref",
19144 "vsimd",
19145]
19146
19147[[package]]
19148name = "v_frame"
19149version = "0.3.9"
19150source = "registry+https://github.com/rust-lang/crates.io-index"
19151checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19152dependencies = [
19153 "aligned-vec",
19154 "num-traits",
19155 "wasm-bindgen",
19156]
19157
19158[[package]]
19159name = "valuable"
19160version = "0.1.1"
19161source = "registry+https://github.com/rust-lang/crates.io-index"
19162checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19163
19164[[package]]
19165name = "value-bag"
19166version = "1.12.0"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19169dependencies = [
19170 "value-bag-serde1",
19171 "value-bag-sval2",
19172]
19173
19174[[package]]
19175name = "value-bag-serde1"
19176version = "1.12.0"
19177source = "registry+https://github.com/rust-lang/crates.io-index"
19178checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19179dependencies = [
19180 "erased-serde",
19181 "serde_core",
19182 "serde_fmt",
19183]
19184
19185[[package]]
19186name = "value-bag-sval2"
19187version = "1.12.0"
19188source = "registry+https://github.com/rust-lang/crates.io-index"
19189checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19190dependencies = [
19191 "sval",
19192 "sval_buffer",
19193 "sval_dynamic",
19194 "sval_fmt",
19195 "sval_json",
19196 "sval_ref",
19197 "sval_serde",
19198]
19199
19200[[package]]
19201name = "vcpkg"
19202version = "0.2.15"
19203source = "registry+https://github.com/rust-lang/crates.io-index"
19204checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19205
19206[[package]]
19207name = "vercel"
19208version = "0.1.0"
19209dependencies = [
19210 "anyhow",
19211 "schemars",
19212 "serde",
19213 "strum 0.27.2",
19214]
19215
19216[[package]]
19217name = "version-compare"
19218version = "0.2.0"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19221
19222[[package]]
19223name = "version_check"
19224version = "0.9.5"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19227
19228[[package]]
19229name = "vim"
19230version = "0.1.0"
19231dependencies = [
19232 "anyhow",
19233 "async-compat",
19234 "async-trait",
19235 "collections",
19236 "command_palette",
19237 "command_palette_hooks",
19238 "db",
19239 "editor",
19240 "env_logger 0.11.8",
19241 "futures 0.3.32",
19242 "fuzzy",
19243 "git_ui",
19244 "gpui",
19245 "indoc",
19246 "itertools 0.14.0",
19247 "language",
19248 "log",
19249 "lsp",
19250 "markdown_preview",
19251 "menu",
19252 "multi_buffer",
19253 "nvim-rs",
19254 "outline_panel",
19255 "parking_lot",
19256 "perf",
19257 "picker",
19258 "project",
19259 "project_panel",
19260 "regex",
19261 "release_channel",
19262 "schemars",
19263 "search",
19264 "semver",
19265 "serde",
19266 "serde_json",
19267 "settings",
19268 "settings_ui",
19269 "task",
19270 "text",
19271 "theme",
19272 "theme_settings",
19273 "tokio",
19274 "ui",
19275 "util",
19276 "util_macros",
19277 "vim_mode_setting",
19278 "workspace",
19279 "zed_actions",
19280]
19281
19282[[package]]
19283name = "vim_mode_setting"
19284version = "0.1.0"
19285dependencies = [
19286 "gpui",
19287 "settings",
19288]
19289
19290[[package]]
19291name = "vscode_theme"
19292version = "0.2.0"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19295dependencies = [
19296 "serde",
19297]
19298
19299[[package]]
19300name = "vsimd"
19301version = "0.8.0"
19302source = "registry+https://github.com/rust-lang/crates.io-index"
19303checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19304
19305[[package]]
19306name = "vswhom"
19307version = "0.1.0"
19308source = "registry+https://github.com/rust-lang/crates.io-index"
19309checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19310dependencies = [
19311 "libc",
19312 "vswhom-sys",
19313]
19314
19315[[package]]
19316name = "vswhom-sys"
19317version = "0.1.3"
19318source = "registry+https://github.com/rust-lang/crates.io-index"
19319checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19320dependencies = [
19321 "cc",
19322 "libc",
19323]
19324
19325[[package]]
19326name = "vte"
19327version = "0.15.0"
19328source = "registry+https://github.com/rust-lang/crates.io-index"
19329checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19330dependencies = [
19331 "arrayvec",
19332 "bitflags 2.10.0",
19333 "cursor-icon",
19334 "log",
19335 "memchr",
19336 "serde",
19337]
19338
19339[[package]]
19340name = "wait-timeout"
19341version = "0.2.1"
19342source = "registry+https://github.com/rust-lang/crates.io-index"
19343checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19344dependencies = [
19345 "libc",
19346]
19347
19348[[package]]
19349name = "waker-fn"
19350version = "1.2.0"
19351source = "registry+https://github.com/rust-lang/crates.io-index"
19352checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19353
19354[[package]]
19355name = "walkdir"
19356version = "2.5.0"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19359dependencies = [
19360 "same-file",
19361 "winapi-util",
19362]
19363
19364[[package]]
19365name = "want"
19366version = "0.3.1"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19369dependencies = [
19370 "try-lock",
19371]
19372
19373[[package]]
19374name = "warp"
19375version = "0.3.7"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19378dependencies = [
19379 "bytes 1.11.1",
19380 "futures-channel",
19381 "futures-util",
19382 "headers",
19383 "http 0.2.12",
19384 "hyper 0.14.32",
19385 "log",
19386 "mime",
19387 "mime_guess",
19388 "percent-encoding",
19389 "pin-project",
19390 "scoped-tls",
19391 "serde",
19392 "serde_json",
19393 "serde_urlencoded",
19394 "tokio",
19395 "tokio-tungstenite 0.21.0",
19396 "tokio-util",
19397 "tower-service",
19398 "tracing",
19399]
19400
19401[[package]]
19402name = "wasi"
19403version = "0.11.1+wasi-snapshot-preview1"
19404source = "registry+https://github.com/rust-lang/crates.io-index"
19405checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19406
19407[[package]]
19408name = "wasip2"
19409version = "1.0.1+wasi-0.2.4"
19410source = "registry+https://github.com/rust-lang/crates.io-index"
19411checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19412dependencies = [
19413 "wit-bindgen 0.46.0",
19414]
19415
19416[[package]]
19417name = "wasip3"
19418version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19419source = "registry+https://github.com/rust-lang/crates.io-index"
19420checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19421dependencies = [
19422 "wit-bindgen 0.51.0",
19423]
19424
19425[[package]]
19426name = "wasite"
19427version = "0.1.0"
19428source = "registry+https://github.com/rust-lang/crates.io-index"
19429checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19430
19431[[package]]
19432name = "wasm-bindgen"
19433version = "0.2.113"
19434source = "registry+https://github.com/rust-lang/crates.io-index"
19435checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19436dependencies = [
19437 "cfg-if",
19438 "once_cell",
19439 "rustversion",
19440 "wasm-bindgen-macro",
19441 "wasm-bindgen-shared",
19442]
19443
19444[[package]]
19445name = "wasm-bindgen-futures"
19446version = "0.4.63"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19449dependencies = [
19450 "cfg-if",
19451 "futures-util",
19452 "js-sys",
19453 "once_cell",
19454 "wasm-bindgen",
19455 "web-sys",
19456]
19457
19458[[package]]
19459name = "wasm-bindgen-macro"
19460version = "0.2.113"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19463dependencies = [
19464 "quote",
19465 "wasm-bindgen-macro-support",
19466]
19467
19468[[package]]
19469name = "wasm-bindgen-macro-support"
19470version = "0.2.113"
19471source = "registry+https://github.com/rust-lang/crates.io-index"
19472checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19473dependencies = [
19474 "bumpalo",
19475 "proc-macro2",
19476 "quote",
19477 "syn 2.0.117",
19478 "wasm-bindgen-shared",
19479]
19480
19481[[package]]
19482name = "wasm-bindgen-shared"
19483version = "0.2.113"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19486dependencies = [
19487 "unicode-ident",
19488]
19489
19490[[package]]
19491name = "wasm-encoder"
19492version = "0.201.0"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19495dependencies = [
19496 "leb128",
19497]
19498
19499[[package]]
19500name = "wasm-encoder"
19501version = "0.221.3"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19504dependencies = [
19505 "leb128",
19506 "wasmparser 0.221.3",
19507]
19508
19509[[package]]
19510name = "wasm-encoder"
19511version = "0.227.1"
19512source = "registry+https://github.com/rust-lang/crates.io-index"
19513checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19514dependencies = [
19515 "leb128fmt",
19516 "wasmparser 0.227.1",
19517]
19518
19519[[package]]
19520name = "wasm-encoder"
19521version = "0.236.1"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19524dependencies = [
19525 "leb128fmt",
19526 "wasmparser 0.236.1",
19527]
19528
19529[[package]]
19530name = "wasm-encoder"
19531version = "0.244.0"
19532source = "registry+https://github.com/rust-lang/crates.io-index"
19533checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19534dependencies = [
19535 "leb128fmt",
19536 "wasmparser 0.244.0",
19537]
19538
19539[[package]]
19540name = "wasm-metadata"
19541version = "0.201.0"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19544dependencies = [
19545 "anyhow",
19546 "indexmap",
19547 "serde",
19548 "serde_derive",
19549 "serde_json",
19550 "spdx",
19551 "wasm-encoder 0.201.0",
19552 "wasmparser 0.201.0",
19553]
19554
19555[[package]]
19556name = "wasm-metadata"
19557version = "0.227.1"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19560dependencies = [
19561 "anyhow",
19562 "auditable-serde",
19563 "flate2",
19564 "indexmap",
19565 "serde",
19566 "serde_derive",
19567 "serde_json",
19568 "spdx",
19569 "url",
19570 "wasm-encoder 0.227.1",
19571 "wasmparser 0.227.1",
19572]
19573
19574[[package]]
19575name = "wasm-metadata"
19576version = "0.244.0"
19577source = "registry+https://github.com/rust-lang/crates.io-index"
19578checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19579dependencies = [
19580 "anyhow",
19581 "indexmap",
19582 "wasm-encoder 0.244.0",
19583 "wasmparser 0.244.0",
19584]
19585
19586[[package]]
19587name = "wasm-streams"
19588version = "0.4.2"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19591dependencies = [
19592 "futures-util",
19593 "js-sys",
19594 "wasm-bindgen",
19595 "wasm-bindgen-futures",
19596 "web-sys",
19597]
19598
19599[[package]]
19600name = "wasm_thread"
19601version = "0.3.3"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19604dependencies = [
19605 "futures 0.3.32",
19606 "js-sys",
19607 "wasm-bindgen",
19608 "web-sys",
19609]
19610
19611[[package]]
19612name = "wasmparser"
19613version = "0.201.0"
19614source = "registry+https://github.com/rust-lang/crates.io-index"
19615checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19616dependencies = [
19617 "bitflags 2.10.0",
19618 "indexmap",
19619 "semver",
19620]
19621
19622[[package]]
19623name = "wasmparser"
19624version = "0.221.3"
19625source = "registry+https://github.com/rust-lang/crates.io-index"
19626checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19627dependencies = [
19628 "bitflags 2.10.0",
19629 "hashbrown 0.15.5",
19630 "indexmap",
19631 "semver",
19632 "serde",
19633]
19634
19635[[package]]
19636name = "wasmparser"
19637version = "0.227.1"
19638source = "registry+https://github.com/rust-lang/crates.io-index"
19639checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19640dependencies = [
19641 "bitflags 2.10.0",
19642 "hashbrown 0.15.5",
19643 "indexmap",
19644 "semver",
19645]
19646
19647[[package]]
19648name = "wasmparser"
19649version = "0.236.1"
19650source = "registry+https://github.com/rust-lang/crates.io-index"
19651checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19652dependencies = [
19653 "bitflags 2.10.0",
19654 "hashbrown 0.15.5",
19655 "indexmap",
19656 "semver",
19657 "serde",
19658]
19659
19660[[package]]
19661name = "wasmparser"
19662version = "0.244.0"
19663source = "registry+https://github.com/rust-lang/crates.io-index"
19664checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19665dependencies = [
19666 "bitflags 2.10.0",
19667 "hashbrown 0.15.5",
19668 "indexmap",
19669 "semver",
19670]
19671
19672[[package]]
19673name = "wasmprinter"
19674version = "0.236.1"
19675source = "registry+https://github.com/rust-lang/crates.io-index"
19676checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19677dependencies = [
19678 "anyhow",
19679 "termcolor",
19680 "wasmparser 0.236.1",
19681]
19682
19683[[package]]
19684name = "wasmtime"
19685version = "36.0.7"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19688dependencies = [
19689 "addr2line",
19690 "anyhow",
19691 "async-trait",
19692 "bitflags 2.10.0",
19693 "bumpalo",
19694 "cc",
19695 "cfg-if",
19696 "encoding_rs",
19697 "hashbrown 0.15.5",
19698 "indexmap",
19699 "libc",
19700 "log",
19701 "mach2 0.4.3",
19702 "memfd",
19703 "object",
19704 "once_cell",
19705 "postcard",
19706 "pulley-interpreter",
19707 "rayon",
19708 "rustix 1.1.2",
19709 "semver",
19710 "serde",
19711 "serde_derive",
19712 "smallvec",
19713 "target-lexicon 0.13.3",
19714 "wasmparser 0.236.1",
19715 "wasmtime-environ",
19716 "wasmtime-internal-asm-macros",
19717 "wasmtime-internal-component-macro",
19718 "wasmtime-internal-component-util",
19719 "wasmtime-internal-cranelift",
19720 "wasmtime-internal-fiber",
19721 "wasmtime-internal-jit-debug",
19722 "wasmtime-internal-jit-icache-coherence",
19723 "wasmtime-internal-math",
19724 "wasmtime-internal-slab",
19725 "wasmtime-internal-unwinder",
19726 "wasmtime-internal-versioned-export-macros",
19727 "wasmtime-internal-winch",
19728 "windows-sys 0.60.2",
19729]
19730
19731[[package]]
19732name = "wasmtime-c-api-impl"
19733version = "36.0.6"
19734source = "registry+https://github.com/rust-lang/crates.io-index"
19735checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19736dependencies = [
19737 "anyhow",
19738 "log",
19739 "tracing",
19740 "wasmtime",
19741 "wasmtime-internal-c-api-macros",
19742]
19743
19744[[package]]
19745name = "wasmtime-environ"
19746version = "36.0.7"
19747source = "registry+https://github.com/rust-lang/crates.io-index"
19748checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19749dependencies = [
19750 "anyhow",
19751 "cpp_demangle",
19752 "cranelift-bitset",
19753 "cranelift-entity",
19754 "gimli",
19755 "indexmap",
19756 "log",
19757 "object",
19758 "postcard",
19759 "rustc-demangle",
19760 "semver",
19761 "serde",
19762 "serde_derive",
19763 "smallvec",
19764 "target-lexicon 0.13.3",
19765 "wasm-encoder 0.236.1",
19766 "wasmparser 0.236.1",
19767 "wasmprinter",
19768 "wasmtime-internal-component-util",
19769]
19770
19771[[package]]
19772name = "wasmtime-internal-asm-macros"
19773version = "36.0.7"
19774source = "registry+https://github.com/rust-lang/crates.io-index"
19775checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19776dependencies = [
19777 "cfg-if",
19778]
19779
19780[[package]]
19781name = "wasmtime-internal-c-api-macros"
19782version = "36.0.6"
19783source = "registry+https://github.com/rust-lang/crates.io-index"
19784checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19785dependencies = [
19786 "proc-macro2",
19787 "quote",
19788]
19789
19790[[package]]
19791name = "wasmtime-internal-component-macro"
19792version = "36.0.7"
19793source = "registry+https://github.com/rust-lang/crates.io-index"
19794checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19795dependencies = [
19796 "anyhow",
19797 "proc-macro2",
19798 "quote",
19799 "syn 2.0.117",
19800 "wasmtime-internal-component-util",
19801 "wasmtime-internal-wit-bindgen",
19802 "wit-parser 0.236.1",
19803]
19804
19805[[package]]
19806name = "wasmtime-internal-component-util"
19807version = "36.0.7"
19808source = "registry+https://github.com/rust-lang/crates.io-index"
19809checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19810
19811[[package]]
19812name = "wasmtime-internal-cranelift"
19813version = "36.0.7"
19814source = "registry+https://github.com/rust-lang/crates.io-index"
19815checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19816dependencies = [
19817 "anyhow",
19818 "cfg-if",
19819 "cranelift-codegen",
19820 "cranelift-control",
19821 "cranelift-entity",
19822 "cranelift-frontend",
19823 "cranelift-native",
19824 "gimli",
19825 "itertools 0.14.0",
19826 "log",
19827 "object",
19828 "pulley-interpreter",
19829 "smallvec",
19830 "target-lexicon 0.13.3",
19831 "thiserror 2.0.17",
19832 "wasmparser 0.236.1",
19833 "wasmtime-environ",
19834 "wasmtime-internal-math",
19835 "wasmtime-internal-versioned-export-macros",
19836]
19837
19838[[package]]
19839name = "wasmtime-internal-fiber"
19840version = "36.0.7"
19841source = "registry+https://github.com/rust-lang/crates.io-index"
19842checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19843dependencies = [
19844 "anyhow",
19845 "cc",
19846 "cfg-if",
19847 "libc",
19848 "rustix 1.1.2",
19849 "wasmtime-internal-asm-macros",
19850 "wasmtime-internal-versioned-export-macros",
19851 "windows-sys 0.60.2",
19852]
19853
19854[[package]]
19855name = "wasmtime-internal-jit-debug"
19856version = "36.0.7"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19859dependencies = [
19860 "cc",
19861 "wasmtime-internal-versioned-export-macros",
19862]
19863
19864[[package]]
19865name = "wasmtime-internal-jit-icache-coherence"
19866version = "36.0.7"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19869dependencies = [
19870 "anyhow",
19871 "cfg-if",
19872 "libc",
19873 "windows-sys 0.60.2",
19874]
19875
19876[[package]]
19877name = "wasmtime-internal-math"
19878version = "36.0.7"
19879source = "registry+https://github.com/rust-lang/crates.io-index"
19880checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19881dependencies = [
19882 "libm",
19883]
19884
19885[[package]]
19886name = "wasmtime-internal-slab"
19887version = "36.0.7"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19890
19891[[package]]
19892name = "wasmtime-internal-unwinder"
19893version = "36.0.7"
19894source = "registry+https://github.com/rust-lang/crates.io-index"
19895checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19896dependencies = [
19897 "anyhow",
19898 "cfg-if",
19899 "cranelift-codegen",
19900 "log",
19901 "object",
19902]
19903
19904[[package]]
19905name = "wasmtime-internal-versioned-export-macros"
19906version = "36.0.7"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19909dependencies = [
19910 "proc-macro2",
19911 "quote",
19912 "syn 2.0.117",
19913]
19914
19915[[package]]
19916name = "wasmtime-internal-winch"
19917version = "36.0.7"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19920dependencies = [
19921 "anyhow",
19922 "cranelift-codegen",
19923 "gimli",
19924 "object",
19925 "target-lexicon 0.13.3",
19926 "wasmparser 0.236.1",
19927 "wasmtime-environ",
19928 "wasmtime-internal-cranelift",
19929 "winch-codegen",
19930]
19931
19932[[package]]
19933name = "wasmtime-internal-wit-bindgen"
19934version = "36.0.7"
19935source = "registry+https://github.com/rust-lang/crates.io-index"
19936checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19937dependencies = [
19938 "anyhow",
19939 "bitflags 2.10.0",
19940 "heck 0.5.0",
19941 "indexmap",
19942 "wit-parser 0.236.1",
19943]
19944
19945[[package]]
19946name = "wasmtime-wasi"
19947version = "36.0.6"
19948source = "registry+https://github.com/rust-lang/crates.io-index"
19949checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19950dependencies = [
19951 "anyhow",
19952 "async-trait",
19953 "bitflags 2.10.0",
19954 "bytes 1.11.1",
19955 "cap-fs-ext",
19956 "cap-net-ext",
19957 "cap-rand",
19958 "cap-std",
19959 "cap-time-ext",
19960 "fs-set-times",
19961 "futures 0.3.32",
19962 "io-extras",
19963 "io-lifetimes",
19964 "rustix 1.1.2",
19965 "system-interface",
19966 "thiserror 2.0.17",
19967 "tokio",
19968 "tracing",
19969 "url",
19970 "wasmtime",
19971 "wasmtime-wasi-io",
19972 "wiggle",
19973 "windows-sys 0.60.2",
19974]
19975
19976[[package]]
19977name = "wasmtime-wasi-io"
19978version = "36.0.6"
19979source = "registry+https://github.com/rust-lang/crates.io-index"
19980checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19981dependencies = [
19982 "anyhow",
19983 "async-trait",
19984 "bytes 1.11.1",
19985 "futures 0.3.32",
19986 "wasmtime",
19987]
19988
19989[[package]]
19990name = "wast"
19991version = "35.0.2"
19992source = "registry+https://github.com/rust-lang/crates.io-index"
19993checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19994dependencies = [
19995 "leb128",
19996]
19997
19998[[package]]
19999name = "watch"
20000version = "0.1.0"
20001dependencies = [
20002 "ctor",
20003 "futures 0.3.32",
20004 "gpui",
20005 "parking_lot",
20006 "zlog",
20007]
20008
20009[[package]]
20010name = "wax"
20011version = "0.7.0"
20012source = "registry+https://github.com/rust-lang/crates.io-index"
20013checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20014dependencies = [
20015 "const_format",
20016 "itertools 0.14.0",
20017 "nom 7.1.3",
20018 "pori",
20019 "regex",
20020 "thiserror 2.0.17",
20021 "walkdir",
20022]
20023
20024[[package]]
20025name = "wayland-backend"
20026version = "0.3.11"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20029dependencies = [
20030 "cc",
20031 "downcast-rs",
20032 "rustix 1.1.2",
20033 "scoped-tls",
20034 "smallvec",
20035 "wayland-sys",
20036]
20037
20038[[package]]
20039name = "wayland-client"
20040version = "0.31.11"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20043dependencies = [
20044 "bitflags 2.10.0",
20045 "rustix 1.1.2",
20046 "wayland-backend",
20047 "wayland-scanner",
20048]
20049
20050[[package]]
20051name = "wayland-cursor"
20052version = "0.31.11"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20055dependencies = [
20056 "rustix 1.1.2",
20057 "wayland-client",
20058 "xcursor",
20059]
20060
20061[[package]]
20062name = "wayland-protocols"
20063version = "0.32.9"
20064source = "registry+https://github.com/rust-lang/crates.io-index"
20065checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20066dependencies = [
20067 "bitflags 2.10.0",
20068 "wayland-backend",
20069 "wayland-client",
20070 "wayland-scanner",
20071]
20072
20073[[package]]
20074name = "wayland-protocols-plasma"
20075version = "0.3.9"
20076source = "registry+https://github.com/rust-lang/crates.io-index"
20077checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20078dependencies = [
20079 "bitflags 2.10.0",
20080 "wayland-backend",
20081 "wayland-client",
20082 "wayland-protocols",
20083 "wayland-scanner",
20084]
20085
20086[[package]]
20087name = "wayland-protocols-wlr"
20088version = "0.3.9"
20089source = "registry+https://github.com/rust-lang/crates.io-index"
20090checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20091dependencies = [
20092 "bitflags 2.10.0",
20093 "wayland-backend",
20094 "wayland-client",
20095 "wayland-protocols",
20096 "wayland-scanner",
20097]
20098
20099[[package]]
20100name = "wayland-scanner"
20101version = "0.31.7"
20102source = "registry+https://github.com/rust-lang/crates.io-index"
20103checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20104dependencies = [
20105 "proc-macro2",
20106 "quick-xml 0.37.5",
20107 "quote",
20108]
20109
20110[[package]]
20111name = "wayland-sys"
20112version = "0.31.7"
20113source = "registry+https://github.com/rust-lang/crates.io-index"
20114checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20115dependencies = [
20116 "dlib",
20117 "log",
20118 "once_cell",
20119 "pkg-config",
20120]
20121
20122[[package]]
20123name = "web-sys"
20124version = "0.3.90"
20125source = "registry+https://github.com/rust-lang/crates.io-index"
20126checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20127dependencies = [
20128 "js-sys",
20129 "wasm-bindgen",
20130]
20131
20132[[package]]
20133name = "web-time"
20134version = "1.1.0"
20135source = "registry+https://github.com/rust-lang/crates.io-index"
20136checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20137dependencies = [
20138 "js-sys",
20139 "serde",
20140 "wasm-bindgen",
20141]
20142
20143[[package]]
20144name = "web_atoms"
20145version = "0.1.3"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20148dependencies = [
20149 "phf 0.11.3",
20150 "phf_codegen",
20151 "string_cache",
20152 "string_cache_codegen",
20153]
20154
20155[[package]]
20156name = "web_search"
20157version = "0.1.0"
20158dependencies = [
20159 "anyhow",
20160 "cloud_llm_client",
20161 "collections",
20162 "gpui",
20163 "serde",
20164]
20165
20166[[package]]
20167name = "web_search_providers"
20168version = "0.1.0"
20169dependencies = [
20170 "anyhow",
20171 "client",
20172 "cloud_api_client",
20173 "cloud_api_types",
20174 "cloud_llm_client",
20175 "futures 0.3.32",
20176 "gpui",
20177 "http_client",
20178 "language_model",
20179 "serde",
20180 "serde_json",
20181 "web_search",
20182]
20183
20184[[package]]
20185name = "webpki-root-certs"
20186version = "0.26.8"
20187source = "registry+https://github.com/rust-lang/crates.io-index"
20188checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20189dependencies = [
20190 "rustls-pki-types",
20191]
20192
20193[[package]]
20194name = "webpki-roots"
20195version = "0.26.8"
20196source = "registry+https://github.com/rust-lang/crates.io-index"
20197checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20198dependencies = [
20199 "rustls-pki-types",
20200]
20201
20202[[package]]
20203name = "webrtc-sys"
20204version = "0.3.23"
20205source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20206dependencies = [
20207 "cc",
20208 "cxx",
20209 "cxx-build",
20210 "glob",
20211 "log",
20212 "pkg-config",
20213 "webrtc-sys-build",
20214]
20215
20216[[package]]
20217name = "webrtc-sys-build"
20218version = "0.3.13"
20219source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20220dependencies = [
20221 "anyhow",
20222 "fs2",
20223 "regex",
20224 "reqwest 0.12.24",
20225 "scratch",
20226 "semver",
20227 "zip 0.6.6",
20228]
20229
20230[[package]]
20231name = "weezl"
20232version = "0.1.10"
20233source = "registry+https://github.com/rust-lang/crates.io-index"
20234checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20235
20236[[package]]
20237name = "wgpu"
20238version = "29.0.0"
20239source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20240dependencies = [
20241 "arrayvec",
20242 "bitflags 2.10.0",
20243 "bytemuck",
20244 "cfg-if",
20245 "cfg_aliases 0.2.1",
20246 "document-features",
20247 "hashbrown 0.16.1",
20248 "js-sys",
20249 "log",
20250 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20251 "parking_lot",
20252 "portable-atomic",
20253 "profiling",
20254 "raw-window-handle",
20255 "smallvec",
20256 "static_assertions",
20257 "wasm-bindgen",
20258 "wasm-bindgen-futures",
20259 "web-sys",
20260 "wgpu-core",
20261 "wgpu-hal",
20262 "wgpu-types",
20263]
20264
20265[[package]]
20266name = "wgpu-core"
20267version = "29.0.0"
20268source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20269dependencies = [
20270 "arrayvec",
20271 "bit-set 0.9.1",
20272 "bit-vec 0.9.1",
20273 "bitflags 2.10.0",
20274 "bytemuck",
20275 "cfg_aliases 0.2.1",
20276 "document-features",
20277 "hashbrown 0.16.1",
20278 "indexmap",
20279 "log",
20280 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20281 "once_cell",
20282 "parking_lot",
20283 "portable-atomic",
20284 "profiling",
20285 "raw-window-handle",
20286 "rustc-hash 1.1.0",
20287 "smallvec",
20288 "thiserror 2.0.17",
20289 "wgpu-core-deps-apple",
20290 "wgpu-core-deps-emscripten",
20291 "wgpu-core-deps-windows-linux-android",
20292 "wgpu-hal",
20293 "wgpu-naga-bridge",
20294 "wgpu-types",
20295]
20296
20297[[package]]
20298name = "wgpu-core-deps-apple"
20299version = "29.0.0"
20300source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20301dependencies = [
20302 "wgpu-hal",
20303]
20304
20305[[package]]
20306name = "wgpu-core-deps-emscripten"
20307version = "29.0.0"
20308source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20309dependencies = [
20310 "wgpu-hal",
20311]
20312
20313[[package]]
20314name = "wgpu-core-deps-windows-linux-android"
20315version = "29.0.0"
20316source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20317dependencies = [
20318 "wgpu-hal",
20319]
20320
20321[[package]]
20322name = "wgpu-hal"
20323version = "29.0.0"
20324source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20325dependencies = [
20326 "android_system_properties",
20327 "arrayvec",
20328 "ash",
20329 "bit-set 0.9.1",
20330 "bitflags 2.10.0",
20331 "block2",
20332 "bytemuck",
20333 "cfg-if",
20334 "cfg_aliases 0.2.1",
20335 "glow",
20336 "glutin_wgl_sys",
20337 "gpu-allocator",
20338 "gpu-descriptor",
20339 "hashbrown 0.16.1",
20340 "js-sys",
20341 "khronos-egl",
20342 "libc",
20343 "libloading",
20344 "log",
20345 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20346 "ndk-sys",
20347 "objc2",
20348 "objc2-core-foundation",
20349 "objc2-foundation",
20350 "objc2-metal",
20351 "objc2-quartz-core",
20352 "once_cell",
20353 "ordered-float 4.6.0",
20354 "parking_lot",
20355 "portable-atomic",
20356 "portable-atomic-util",
20357 "profiling",
20358 "range-alloc",
20359 "raw-window-handle",
20360 "raw-window-metal",
20361 "renderdoc-sys",
20362 "smallvec",
20363 "thiserror 2.0.17",
20364 "wasm-bindgen",
20365 "wayland-sys",
20366 "web-sys",
20367 "wgpu-naga-bridge",
20368 "wgpu-types",
20369 "windows 0.62.2",
20370 "windows-core 0.62.2",
20371]
20372
20373[[package]]
20374name = "wgpu-naga-bridge"
20375version = "29.0.0"
20376source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20377dependencies = [
20378 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20379 "wgpu-types",
20380]
20381
20382[[package]]
20383name = "wgpu-types"
20384version = "29.0.0"
20385source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20386dependencies = [
20387 "bitflags 2.10.0",
20388 "bytemuck",
20389 "js-sys",
20390 "log",
20391 "raw-window-handle",
20392 "web-sys",
20393]
20394
20395[[package]]
20396name = "which"
20397version = "4.4.2"
20398source = "registry+https://github.com/rust-lang/crates.io-index"
20399checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20400dependencies = [
20401 "either",
20402 "home",
20403 "once_cell",
20404 "rustix 0.38.44",
20405]
20406
20407[[package]]
20408name = "which"
20409version = "6.0.3"
20410source = "registry+https://github.com/rust-lang/crates.io-index"
20411checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20412dependencies = [
20413 "either",
20414 "home",
20415 "rustix 0.38.44",
20416 "winsafe",
20417]
20418
20419[[package]]
20420name = "which_key"
20421version = "0.1.0"
20422dependencies = [
20423 "command_palette",
20424 "gpui",
20425 "serde",
20426 "settings",
20427 "theme_settings",
20428 "ui",
20429 "util",
20430 "workspace",
20431]
20432
20433[[package]]
20434name = "whoami"
20435version = "1.6.1"
20436source = "registry+https://github.com/rust-lang/crates.io-index"
20437checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20438dependencies = [
20439 "libredox",
20440 "wasite",
20441]
20442
20443[[package]]
20444name = "wiggle"
20445version = "36.0.6"
20446source = "registry+https://github.com/rust-lang/crates.io-index"
20447checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20448dependencies = [
20449 "anyhow",
20450 "async-trait",
20451 "bitflags 2.10.0",
20452 "thiserror 2.0.17",
20453 "tracing",
20454 "wasmtime",
20455 "wiggle-macro",
20456]
20457
20458[[package]]
20459name = "wiggle-generate"
20460version = "36.0.6"
20461source = "registry+https://github.com/rust-lang/crates.io-index"
20462checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20463dependencies = [
20464 "anyhow",
20465 "heck 0.5.0",
20466 "proc-macro2",
20467 "quote",
20468 "syn 2.0.117",
20469 "witx",
20470]
20471
20472[[package]]
20473name = "wiggle-macro"
20474version = "36.0.6"
20475source = "registry+https://github.com/rust-lang/crates.io-index"
20476checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20477dependencies = [
20478 "proc-macro2",
20479 "quote",
20480 "syn 2.0.117",
20481 "wiggle-generate",
20482]
20483
20484[[package]]
20485name = "winapi"
20486version = "0.3.9"
20487source = "registry+https://github.com/rust-lang/crates.io-index"
20488checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20489dependencies = [
20490 "winapi-i686-pc-windows-gnu",
20491 "winapi-x86_64-pc-windows-gnu",
20492]
20493
20494[[package]]
20495name = "winapi-i686-pc-windows-gnu"
20496version = "0.4.0"
20497source = "registry+https://github.com/rust-lang/crates.io-index"
20498checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20499
20500[[package]]
20501name = "winapi-util"
20502version = "0.1.11"
20503source = "registry+https://github.com/rust-lang/crates.io-index"
20504checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20505dependencies = [
20506 "windows-sys 0.61.2",
20507]
20508
20509[[package]]
20510name = "winapi-x86_64-pc-windows-gnu"
20511version = "0.4.0"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20514
20515[[package]]
20516name = "winch-codegen"
20517version = "36.0.7"
20518source = "registry+https://github.com/rust-lang/crates.io-index"
20519checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20520dependencies = [
20521 "anyhow",
20522 "cranelift-assembler-x64",
20523 "cranelift-codegen",
20524 "gimli",
20525 "regalloc2",
20526 "smallvec",
20527 "target-lexicon 0.13.3",
20528 "thiserror 2.0.17",
20529 "wasmparser 0.236.1",
20530 "wasmtime-environ",
20531 "wasmtime-internal-cranelift",
20532 "wasmtime-internal-math",
20533]
20534
20535[[package]]
20536name = "windows"
20537version = "0.56.0"
20538source = "registry+https://github.com/rust-lang/crates.io-index"
20539checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20540dependencies = [
20541 "windows-core 0.56.0",
20542 "windows-targets 0.52.6",
20543]
20544
20545[[package]]
20546name = "windows"
20547version = "0.57.0"
20548source = "registry+https://github.com/rust-lang/crates.io-index"
20549checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20550dependencies = [
20551 "windows-core 0.57.0",
20552 "windows-targets 0.52.6",
20553]
20554
20555[[package]]
20556name = "windows"
20557version = "0.58.0"
20558source = "registry+https://github.com/rust-lang/crates.io-index"
20559checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20560dependencies = [
20561 "windows-core 0.58.0",
20562 "windows-targets 0.52.6",
20563]
20564
20565[[package]]
20566name = "windows"
20567version = "0.61.3"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20570dependencies = [
20571 "windows-collections 0.2.0",
20572 "windows-core 0.61.2",
20573 "windows-future 0.2.1",
20574 "windows-link 0.1.3",
20575 "windows-numerics 0.2.0",
20576]
20577
20578[[package]]
20579name = "windows"
20580version = "0.62.2"
20581source = "registry+https://github.com/rust-lang/crates.io-index"
20582checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20583dependencies = [
20584 "windows-collections 0.3.2",
20585 "windows-core 0.62.2",
20586 "windows-future 0.3.2",
20587 "windows-numerics 0.3.1",
20588]
20589
20590[[package]]
20591name = "windows-bindgen"
20592version = "0.61.1"
20593source = "registry+https://github.com/rust-lang/crates.io-index"
20594checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20595dependencies = [
20596 "serde",
20597 "serde_json",
20598 "windows-threading 0.1.0",
20599]
20600
20601[[package]]
20602name = "windows-capture"
20603version = "1.4.3"
20604source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20605dependencies = [
20606 "clap",
20607 "ctrlc",
20608 "parking_lot",
20609 "rayon",
20610 "thiserror 2.0.17",
20611 "windows 0.61.3",
20612 "windows-future 0.2.1",
20613]
20614
20615[[package]]
20616name = "windows-collections"
20617version = "0.2.0"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20620dependencies = [
20621 "windows-core 0.61.2",
20622]
20623
20624[[package]]
20625name = "windows-collections"
20626version = "0.3.2"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20629dependencies = [
20630 "windows-core 0.62.2",
20631]
20632
20633[[package]]
20634name = "windows-core"
20635version = "0.56.0"
20636source = "registry+https://github.com/rust-lang/crates.io-index"
20637checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20638dependencies = [
20639 "windows-implement 0.56.0",
20640 "windows-interface 0.56.0",
20641 "windows-result 0.1.2",
20642 "windows-targets 0.52.6",
20643]
20644
20645[[package]]
20646name = "windows-core"
20647version = "0.57.0"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20650dependencies = [
20651 "windows-implement 0.57.0",
20652 "windows-interface 0.57.0",
20653 "windows-result 0.1.2",
20654 "windows-targets 0.52.6",
20655]
20656
20657[[package]]
20658name = "windows-core"
20659version = "0.58.0"
20660source = "registry+https://github.com/rust-lang/crates.io-index"
20661checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20662dependencies = [
20663 "windows-implement 0.58.0",
20664 "windows-interface 0.58.0",
20665 "windows-result 0.2.0",
20666 "windows-strings 0.1.0",
20667 "windows-targets 0.52.6",
20668]
20669
20670[[package]]
20671name = "windows-core"
20672version = "0.61.2"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20675dependencies = [
20676 "windows-implement 0.60.2",
20677 "windows-interface 0.59.3",
20678 "windows-link 0.1.3",
20679 "windows-result 0.3.4",
20680 "windows-strings 0.4.2",
20681]
20682
20683[[package]]
20684name = "windows-core"
20685version = "0.62.2"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20688dependencies = [
20689 "windows-implement 0.60.2",
20690 "windows-interface 0.59.3",
20691 "windows-link 0.2.1",
20692 "windows-result 0.4.1",
20693 "windows-strings 0.5.1",
20694]
20695
20696[[package]]
20697name = "windows-future"
20698version = "0.2.1"
20699source = "registry+https://github.com/rust-lang/crates.io-index"
20700checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20701dependencies = [
20702 "windows-core 0.61.2",
20703 "windows-link 0.1.3",
20704 "windows-threading 0.1.0",
20705]
20706
20707[[package]]
20708name = "windows-future"
20709version = "0.3.2"
20710source = "registry+https://github.com/rust-lang/crates.io-index"
20711checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20712dependencies = [
20713 "windows-core 0.62.2",
20714 "windows-link 0.2.1",
20715 "windows-threading 0.2.1",
20716]
20717
20718[[package]]
20719name = "windows-implement"
20720version = "0.56.0"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20723dependencies = [
20724 "proc-macro2",
20725 "quote",
20726 "syn 2.0.117",
20727]
20728
20729[[package]]
20730name = "windows-implement"
20731version = "0.57.0"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20734dependencies = [
20735 "proc-macro2",
20736 "quote",
20737 "syn 2.0.117",
20738]
20739
20740[[package]]
20741name = "windows-implement"
20742version = "0.58.0"
20743source = "registry+https://github.com/rust-lang/crates.io-index"
20744checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20745dependencies = [
20746 "proc-macro2",
20747 "quote",
20748 "syn 2.0.117",
20749]
20750
20751[[package]]
20752name = "windows-implement"
20753version = "0.60.2"
20754source = "registry+https://github.com/rust-lang/crates.io-index"
20755checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20756dependencies = [
20757 "proc-macro2",
20758 "quote",
20759 "syn 2.0.117",
20760]
20761
20762[[package]]
20763name = "windows-interface"
20764version = "0.56.0"
20765source = "registry+https://github.com/rust-lang/crates.io-index"
20766checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20767dependencies = [
20768 "proc-macro2",
20769 "quote",
20770 "syn 2.0.117",
20771]
20772
20773[[package]]
20774name = "windows-interface"
20775version = "0.57.0"
20776source = "registry+https://github.com/rust-lang/crates.io-index"
20777checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20778dependencies = [
20779 "proc-macro2",
20780 "quote",
20781 "syn 2.0.117",
20782]
20783
20784[[package]]
20785name = "windows-interface"
20786version = "0.58.0"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20789dependencies = [
20790 "proc-macro2",
20791 "quote",
20792 "syn 2.0.117",
20793]
20794
20795[[package]]
20796name = "windows-interface"
20797version = "0.59.3"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20800dependencies = [
20801 "proc-macro2",
20802 "quote",
20803 "syn 2.0.117",
20804]
20805
20806[[package]]
20807name = "windows-link"
20808version = "0.1.3"
20809source = "registry+https://github.com/rust-lang/crates.io-index"
20810checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20811
20812[[package]]
20813name = "windows-link"
20814version = "0.2.1"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20817
20818[[package]]
20819name = "windows-numerics"
20820version = "0.2.0"
20821source = "registry+https://github.com/rust-lang/crates.io-index"
20822checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20823dependencies = [
20824 "windows-core 0.61.2",
20825 "windows-link 0.1.3",
20826]
20827
20828[[package]]
20829name = "windows-numerics"
20830version = "0.3.1"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20833dependencies = [
20834 "windows-core 0.62.2",
20835 "windows-link 0.2.1",
20836]
20837
20838[[package]]
20839name = "windows-registry"
20840version = "0.4.0"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20843dependencies = [
20844 "windows-result 0.3.4",
20845 "windows-strings 0.3.1",
20846 "windows-targets 0.53.5",
20847]
20848
20849[[package]]
20850name = "windows-registry"
20851version = "0.5.3"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20854dependencies = [
20855 "windows-link 0.1.3",
20856 "windows-result 0.3.4",
20857 "windows-strings 0.4.2",
20858]
20859
20860[[package]]
20861name = "windows-registry"
20862version = "0.6.1"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20865dependencies = [
20866 "windows-link 0.2.1",
20867 "windows-result 0.4.1",
20868 "windows-strings 0.5.1",
20869]
20870
20871[[package]]
20872name = "windows-result"
20873version = "0.1.2"
20874source = "registry+https://github.com/rust-lang/crates.io-index"
20875checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20876dependencies = [
20877 "windows-targets 0.52.6",
20878]
20879
20880[[package]]
20881name = "windows-result"
20882version = "0.2.0"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20885dependencies = [
20886 "windows-targets 0.52.6",
20887]
20888
20889[[package]]
20890name = "windows-result"
20891version = "0.3.4"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20894dependencies = [
20895 "windows-link 0.1.3",
20896]
20897
20898[[package]]
20899name = "windows-result"
20900version = "0.4.1"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20903dependencies = [
20904 "windows-link 0.2.1",
20905]
20906
20907[[package]]
20908name = "windows-strings"
20909version = "0.1.0"
20910source = "registry+https://github.com/rust-lang/crates.io-index"
20911checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20912dependencies = [
20913 "windows-result 0.2.0",
20914 "windows-targets 0.52.6",
20915]
20916
20917[[package]]
20918name = "windows-strings"
20919version = "0.3.1"
20920source = "registry+https://github.com/rust-lang/crates.io-index"
20921checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20922dependencies = [
20923 "windows-link 0.1.3",
20924]
20925
20926[[package]]
20927name = "windows-strings"
20928version = "0.4.2"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20931dependencies = [
20932 "windows-link 0.1.3",
20933]
20934
20935[[package]]
20936name = "windows-strings"
20937version = "0.5.1"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20940dependencies = [
20941 "windows-link 0.2.1",
20942]
20943
20944[[package]]
20945name = "windows-sys"
20946version = "0.45.0"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20949dependencies = [
20950 "windows-targets 0.42.2",
20951]
20952
20953[[package]]
20954name = "windows-sys"
20955version = "0.48.0"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20958dependencies = [
20959 "windows-targets 0.48.5",
20960]
20961
20962[[package]]
20963name = "windows-sys"
20964version = "0.52.0"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20967dependencies = [
20968 "windows-targets 0.52.6",
20969]
20970
20971[[package]]
20972name = "windows-sys"
20973version = "0.59.0"
20974source = "registry+https://github.com/rust-lang/crates.io-index"
20975checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20976dependencies = [
20977 "windows-targets 0.52.6",
20978]
20979
20980[[package]]
20981name = "windows-sys"
20982version = "0.60.2"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20985dependencies = [
20986 "windows-targets 0.53.5",
20987]
20988
20989[[package]]
20990name = "windows-sys"
20991version = "0.61.2"
20992source = "registry+https://github.com/rust-lang/crates.io-index"
20993checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20994dependencies = [
20995 "windows-link 0.2.1",
20996]
20997
20998[[package]]
20999name = "windows-targets"
21000version = "0.42.2"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21003dependencies = [
21004 "windows_aarch64_gnullvm 0.42.2",
21005 "windows_aarch64_msvc 0.42.2",
21006 "windows_i686_gnu 0.42.2",
21007 "windows_i686_msvc 0.42.2",
21008 "windows_x86_64_gnu 0.42.2",
21009 "windows_x86_64_gnullvm 0.42.2",
21010 "windows_x86_64_msvc 0.42.2",
21011]
21012
21013[[package]]
21014name = "windows-targets"
21015version = "0.48.5"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21018dependencies = [
21019 "windows_aarch64_gnullvm 0.48.5",
21020 "windows_aarch64_msvc 0.48.5",
21021 "windows_i686_gnu 0.48.5",
21022 "windows_i686_msvc 0.48.5",
21023 "windows_x86_64_gnu 0.48.5",
21024 "windows_x86_64_gnullvm 0.48.5",
21025 "windows_x86_64_msvc 0.48.5",
21026]
21027
21028[[package]]
21029name = "windows-targets"
21030version = "0.52.6"
21031source = "registry+https://github.com/rust-lang/crates.io-index"
21032checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21033dependencies = [
21034 "windows_aarch64_gnullvm 0.52.6",
21035 "windows_aarch64_msvc 0.52.6",
21036 "windows_i686_gnu 0.52.6",
21037 "windows_i686_gnullvm 0.52.6",
21038 "windows_i686_msvc 0.52.6",
21039 "windows_x86_64_gnu 0.52.6",
21040 "windows_x86_64_gnullvm 0.52.6",
21041 "windows_x86_64_msvc 0.52.6",
21042]
21043
21044[[package]]
21045name = "windows-targets"
21046version = "0.53.5"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21049dependencies = [
21050 "windows-link 0.2.1",
21051 "windows_aarch64_gnullvm 0.53.1",
21052 "windows_aarch64_msvc 0.53.1",
21053 "windows_i686_gnu 0.53.1",
21054 "windows_i686_gnullvm 0.53.1",
21055 "windows_i686_msvc 0.53.1",
21056 "windows_x86_64_gnu 0.53.1",
21057 "windows_x86_64_gnullvm 0.53.1",
21058 "windows_x86_64_msvc 0.53.1",
21059]
21060
21061[[package]]
21062name = "windows-threading"
21063version = "0.1.0"
21064source = "registry+https://github.com/rust-lang/crates.io-index"
21065checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21066dependencies = [
21067 "windows-link 0.1.3",
21068]
21069
21070[[package]]
21071name = "windows-threading"
21072version = "0.2.1"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21075dependencies = [
21076 "windows-link 0.2.1",
21077]
21078
21079[[package]]
21080name = "windows_aarch64_gnullvm"
21081version = "0.42.2"
21082source = "registry+https://github.com/rust-lang/crates.io-index"
21083checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21084
21085[[package]]
21086name = "windows_aarch64_gnullvm"
21087version = "0.48.5"
21088source = "registry+https://github.com/rust-lang/crates.io-index"
21089checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21090
21091[[package]]
21092name = "windows_aarch64_gnullvm"
21093version = "0.52.6"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21096
21097[[package]]
21098name = "windows_aarch64_gnullvm"
21099version = "0.53.1"
21100source = "registry+https://github.com/rust-lang/crates.io-index"
21101checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21102
21103[[package]]
21104name = "windows_aarch64_msvc"
21105version = "0.42.2"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21108
21109[[package]]
21110name = "windows_aarch64_msvc"
21111version = "0.48.5"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21114
21115[[package]]
21116name = "windows_aarch64_msvc"
21117version = "0.52.6"
21118source = "registry+https://github.com/rust-lang/crates.io-index"
21119checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21120
21121[[package]]
21122name = "windows_aarch64_msvc"
21123version = "0.53.1"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21126
21127[[package]]
21128name = "windows_i686_gnu"
21129version = "0.42.2"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21132
21133[[package]]
21134name = "windows_i686_gnu"
21135version = "0.48.5"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21138
21139[[package]]
21140name = "windows_i686_gnu"
21141version = "0.52.6"
21142source = "registry+https://github.com/rust-lang/crates.io-index"
21143checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21144
21145[[package]]
21146name = "windows_i686_gnu"
21147version = "0.53.1"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21150
21151[[package]]
21152name = "windows_i686_gnullvm"
21153version = "0.52.6"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21156
21157[[package]]
21158name = "windows_i686_gnullvm"
21159version = "0.53.1"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21162
21163[[package]]
21164name = "windows_i686_msvc"
21165version = "0.42.2"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21168
21169[[package]]
21170name = "windows_i686_msvc"
21171version = "0.48.5"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21174
21175[[package]]
21176name = "windows_i686_msvc"
21177version = "0.52.6"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21180
21181[[package]]
21182name = "windows_i686_msvc"
21183version = "0.53.1"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21186
21187[[package]]
21188name = "windows_x86_64_gnu"
21189version = "0.42.2"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21192
21193[[package]]
21194name = "windows_x86_64_gnu"
21195version = "0.48.5"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21198
21199[[package]]
21200name = "windows_x86_64_gnu"
21201version = "0.52.6"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21204
21205[[package]]
21206name = "windows_x86_64_gnu"
21207version = "0.53.1"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21210
21211[[package]]
21212name = "windows_x86_64_gnullvm"
21213version = "0.42.2"
21214source = "registry+https://github.com/rust-lang/crates.io-index"
21215checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21216
21217[[package]]
21218name = "windows_x86_64_gnullvm"
21219version = "0.48.5"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21222
21223[[package]]
21224name = "windows_x86_64_gnullvm"
21225version = "0.52.6"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21228
21229[[package]]
21230name = "windows_x86_64_gnullvm"
21231version = "0.53.1"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21234
21235[[package]]
21236name = "windows_x86_64_msvc"
21237version = "0.42.2"
21238source = "registry+https://github.com/rust-lang/crates.io-index"
21239checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21240
21241[[package]]
21242name = "windows_x86_64_msvc"
21243version = "0.48.5"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21246
21247[[package]]
21248name = "windows_x86_64_msvc"
21249version = "0.52.6"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21252
21253[[package]]
21254name = "windows_x86_64_msvc"
21255version = "0.53.1"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21258
21259[[package]]
21260name = "winnow"
21261version = "0.7.13"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21264dependencies = [
21265 "memchr",
21266]
21267
21268[[package]]
21269name = "winreg"
21270version = "0.10.1"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21273dependencies = [
21274 "winapi",
21275]
21276
21277[[package]]
21278name = "winreg"
21279version = "0.50.0"
21280source = "registry+https://github.com/rust-lang/crates.io-index"
21281checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21282dependencies = [
21283 "cfg-if",
21284 "windows-sys 0.48.0",
21285]
21286
21287[[package]]
21288name = "winreg"
21289version = "0.55.0"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21292dependencies = [
21293 "cfg-if",
21294 "windows-sys 0.59.0",
21295]
21296
21297[[package]]
21298name = "winresource"
21299version = "0.1.23"
21300source = "registry+https://github.com/rust-lang/crates.io-index"
21301checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21302dependencies = [
21303 "toml 0.8.23",
21304 "version_check",
21305]
21306
21307[[package]]
21308name = "winsafe"
21309version = "0.0.19"
21310source = "registry+https://github.com/rust-lang/crates.io-index"
21311checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21312
21313[[package]]
21314name = "winx"
21315version = "0.36.4"
21316source = "registry+https://github.com/rust-lang/crates.io-index"
21317checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21318dependencies = [
21319 "bitflags 2.10.0",
21320 "windows-sys 0.59.0",
21321]
21322
21323[[package]]
21324name = "wio"
21325version = "0.2.2"
21326source = "registry+https://github.com/rust-lang/crates.io-index"
21327checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21328dependencies = [
21329 "winapi",
21330]
21331
21332[[package]]
21333name = "wit-bindgen"
21334version = "0.22.0"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21337dependencies = [
21338 "bitflags 2.10.0",
21339 "wit-bindgen-rt 0.22.0",
21340 "wit-bindgen-rust-macro 0.22.0",
21341]
21342
21343[[package]]
21344name = "wit-bindgen"
21345version = "0.41.0"
21346source = "registry+https://github.com/rust-lang/crates.io-index"
21347checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21348dependencies = [
21349 "wit-bindgen-rt 0.41.0",
21350 "wit-bindgen-rust-macro 0.41.0",
21351]
21352
21353[[package]]
21354name = "wit-bindgen"
21355version = "0.46.0"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21358
21359[[package]]
21360name = "wit-bindgen"
21361version = "0.51.0"
21362source = "registry+https://github.com/rust-lang/crates.io-index"
21363checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21364dependencies = [
21365 "wit-bindgen-rust-macro 0.51.0",
21366]
21367
21368[[package]]
21369name = "wit-bindgen-core"
21370version = "0.22.0"
21371source = "registry+https://github.com/rust-lang/crates.io-index"
21372checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21373dependencies = [
21374 "anyhow",
21375 "wit-parser 0.201.0",
21376]
21377
21378[[package]]
21379name = "wit-bindgen-core"
21380version = "0.41.0"
21381source = "registry+https://github.com/rust-lang/crates.io-index"
21382checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21383dependencies = [
21384 "anyhow",
21385 "heck 0.5.0",
21386 "wit-parser 0.227.1",
21387]
21388
21389[[package]]
21390name = "wit-bindgen-core"
21391version = "0.51.0"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21394dependencies = [
21395 "anyhow",
21396 "heck 0.5.0",
21397 "wit-parser 0.244.0",
21398]
21399
21400[[package]]
21401name = "wit-bindgen-rt"
21402version = "0.22.0"
21403source = "registry+https://github.com/rust-lang/crates.io-index"
21404checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21405
21406[[package]]
21407name = "wit-bindgen-rt"
21408version = "0.41.0"
21409source = "registry+https://github.com/rust-lang/crates.io-index"
21410checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21411dependencies = [
21412 "bitflags 2.10.0",
21413 "futures 0.3.32",
21414 "once_cell",
21415]
21416
21417[[package]]
21418name = "wit-bindgen-rust"
21419version = "0.22.0"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21422dependencies = [
21423 "anyhow",
21424 "heck 0.4.1",
21425 "indexmap",
21426 "wasm-metadata 0.201.0",
21427 "wit-bindgen-core 0.22.0",
21428 "wit-component 0.201.0",
21429]
21430
21431[[package]]
21432name = "wit-bindgen-rust"
21433version = "0.41.0"
21434source = "registry+https://github.com/rust-lang/crates.io-index"
21435checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21436dependencies = [
21437 "anyhow",
21438 "heck 0.5.0",
21439 "indexmap",
21440 "prettyplease",
21441 "syn 2.0.117",
21442 "wasm-metadata 0.227.1",
21443 "wit-bindgen-core 0.41.0",
21444 "wit-component 0.227.1",
21445]
21446
21447[[package]]
21448name = "wit-bindgen-rust"
21449version = "0.51.0"
21450source = "registry+https://github.com/rust-lang/crates.io-index"
21451checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21452dependencies = [
21453 "anyhow",
21454 "heck 0.5.0",
21455 "indexmap",
21456 "prettyplease",
21457 "syn 2.0.117",
21458 "wasm-metadata 0.244.0",
21459 "wit-bindgen-core 0.51.0",
21460 "wit-component 0.244.0",
21461]
21462
21463[[package]]
21464name = "wit-bindgen-rust-macro"
21465version = "0.22.0"
21466source = "registry+https://github.com/rust-lang/crates.io-index"
21467checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21468dependencies = [
21469 "anyhow",
21470 "proc-macro2",
21471 "quote",
21472 "syn 2.0.117",
21473 "wit-bindgen-core 0.22.0",
21474 "wit-bindgen-rust 0.22.0",
21475]
21476
21477[[package]]
21478name = "wit-bindgen-rust-macro"
21479version = "0.41.0"
21480source = "registry+https://github.com/rust-lang/crates.io-index"
21481checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21482dependencies = [
21483 "anyhow",
21484 "prettyplease",
21485 "proc-macro2",
21486 "quote",
21487 "syn 2.0.117",
21488 "wit-bindgen-core 0.41.0",
21489 "wit-bindgen-rust 0.41.0",
21490]
21491
21492[[package]]
21493name = "wit-bindgen-rust-macro"
21494version = "0.51.0"
21495source = "registry+https://github.com/rust-lang/crates.io-index"
21496checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21497dependencies = [
21498 "anyhow",
21499 "prettyplease",
21500 "proc-macro2",
21501 "quote",
21502 "syn 2.0.117",
21503 "wit-bindgen-core 0.51.0",
21504 "wit-bindgen-rust 0.51.0",
21505]
21506
21507[[package]]
21508name = "wit-component"
21509version = "0.201.0"
21510source = "registry+https://github.com/rust-lang/crates.io-index"
21511checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21512dependencies = [
21513 "anyhow",
21514 "bitflags 2.10.0",
21515 "indexmap",
21516 "log",
21517 "serde",
21518 "serde_derive",
21519 "serde_json",
21520 "wasm-encoder 0.201.0",
21521 "wasm-metadata 0.201.0",
21522 "wasmparser 0.201.0",
21523 "wit-parser 0.201.0",
21524]
21525
21526[[package]]
21527name = "wit-component"
21528version = "0.227.1"
21529source = "registry+https://github.com/rust-lang/crates.io-index"
21530checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21531dependencies = [
21532 "anyhow",
21533 "bitflags 2.10.0",
21534 "indexmap",
21535 "log",
21536 "serde",
21537 "serde_derive",
21538 "serde_json",
21539 "wasm-encoder 0.227.1",
21540 "wasm-metadata 0.227.1",
21541 "wasmparser 0.227.1",
21542 "wit-parser 0.227.1",
21543]
21544
21545[[package]]
21546name = "wit-component"
21547version = "0.244.0"
21548source = "registry+https://github.com/rust-lang/crates.io-index"
21549checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21550dependencies = [
21551 "anyhow",
21552 "bitflags 2.10.0",
21553 "indexmap",
21554 "log",
21555 "serde",
21556 "serde_derive",
21557 "serde_json",
21558 "wasm-encoder 0.244.0",
21559 "wasm-metadata 0.244.0",
21560 "wasmparser 0.244.0",
21561 "wit-parser 0.244.0",
21562]
21563
21564[[package]]
21565name = "wit-parser"
21566version = "0.201.0"
21567source = "registry+https://github.com/rust-lang/crates.io-index"
21568checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21569dependencies = [
21570 "anyhow",
21571 "id-arena",
21572 "indexmap",
21573 "log",
21574 "semver",
21575 "serde",
21576 "serde_derive",
21577 "serde_json",
21578 "unicode-xid",
21579 "wasmparser 0.201.0",
21580]
21581
21582[[package]]
21583name = "wit-parser"
21584version = "0.227.1"
21585source = "registry+https://github.com/rust-lang/crates.io-index"
21586checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21587dependencies = [
21588 "anyhow",
21589 "id-arena",
21590 "indexmap",
21591 "log",
21592 "semver",
21593 "serde",
21594 "serde_derive",
21595 "serde_json",
21596 "unicode-xid",
21597 "wasmparser 0.227.1",
21598]
21599
21600[[package]]
21601name = "wit-parser"
21602version = "0.236.1"
21603source = "registry+https://github.com/rust-lang/crates.io-index"
21604checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21605dependencies = [
21606 "anyhow",
21607 "id-arena",
21608 "indexmap",
21609 "log",
21610 "semver",
21611 "serde",
21612 "serde_derive",
21613 "serde_json",
21614 "unicode-xid",
21615 "wasmparser 0.236.1",
21616]
21617
21618[[package]]
21619name = "wit-parser"
21620version = "0.244.0"
21621source = "registry+https://github.com/rust-lang/crates.io-index"
21622checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21623dependencies = [
21624 "anyhow",
21625 "id-arena",
21626 "indexmap",
21627 "log",
21628 "semver",
21629 "serde",
21630 "serde_derive",
21631 "serde_json",
21632 "unicode-xid",
21633 "wasmparser 0.244.0",
21634]
21635
21636[[package]]
21637name = "witx"
21638version = "0.9.1"
21639source = "registry+https://github.com/rust-lang/crates.io-index"
21640checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21641dependencies = [
21642 "anyhow",
21643 "log",
21644 "thiserror 1.0.69",
21645 "wast",
21646]
21647
21648[[package]]
21649name = "workspace"
21650version = "0.1.0"
21651dependencies = [
21652 "agent_settings",
21653 "any_vec",
21654 "anyhow",
21655 "async-recursion",
21656 "chrono",
21657 "client",
21658 "clock",
21659 "collections",
21660 "component",
21661 "db",
21662 "fs",
21663 "futures 0.3.32",
21664 "git",
21665 "gpui",
21666 "http_client",
21667 "itertools 0.14.0",
21668 "language",
21669 "log",
21670 "markdown",
21671 "menu",
21672 "node_runtime",
21673 "parking_lot",
21674 "postage",
21675 "pretty_assertions",
21676 "project",
21677 "release_channel",
21678 "remote",
21679 "schemars",
21680 "serde",
21681 "serde_json",
21682 "session",
21683 "settings",
21684 "smallvec",
21685 "sqlez",
21686 "strum 0.27.2",
21687 "task",
21688 "telemetry",
21689 "tempfile",
21690 "theme",
21691 "theme_settings",
21692 "ui",
21693 "util",
21694 "uuid",
21695 "vim_mode_setting",
21696 "windows 0.61.3",
21697 "zed_actions",
21698 "zlog",
21699]
21700
21701[[package]]
21702name = "worktree"
21703version = "0.1.0"
21704dependencies = [
21705 "anyhow",
21706 "async-lock 2.8.0",
21707 "chardetng",
21708 "clock",
21709 "collections",
21710 "encoding_rs",
21711 "fs",
21712 "futures 0.3.32",
21713 "fuzzy",
21714 "git",
21715 "gpui",
21716 "ignore",
21717 "language",
21718 "log",
21719 "parking_lot",
21720 "paths",
21721 "postage",
21722 "pretty_assertions",
21723 "rand 0.9.3",
21724 "rpc",
21725 "serde",
21726 "serde_json",
21727 "settings",
21728 "smallvec",
21729 "smol",
21730 "sum_tree",
21731 "text",
21732 "tracing",
21733 "util",
21734 "worktree",
21735 "zlog",
21736 "ztracing",
21737]
21738
21739[[package]]
21740name = "worktree_benchmarks"
21741version = "0.1.0"
21742dependencies = [
21743 "fs",
21744 "gpui_platform",
21745 "settings",
21746 "worktree",
21747]
21748
21749[[package]]
21750name = "wprcontrol"
21751version = "0.1.0"
21752source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21753dependencies = [
21754 "windows 0.61.3",
21755 "windows-bindgen",
21756 "windows-core 0.61.2",
21757 "windows-link 0.2.1",
21758]
21759
21760[[package]]
21761name = "writeable"
21762version = "0.6.1"
21763source = "registry+https://github.com/rust-lang/crates.io-index"
21764checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21765
21766[[package]]
21767name = "wyz"
21768version = "0.5.1"
21769source = "registry+https://github.com/rust-lang/crates.io-index"
21770checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21771dependencies = [
21772 "tap",
21773]
21774
21775[[package]]
21776name = "x11"
21777version = "2.21.0"
21778source = "registry+https://github.com/rust-lang/crates.io-index"
21779checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21780dependencies = [
21781 "libc",
21782 "pkg-config",
21783]
21784
21785[[package]]
21786name = "x11-clipboard"
21787version = "0.9.3"
21788source = "registry+https://github.com/rust-lang/crates.io-index"
21789checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21790dependencies = [
21791 "libc",
21792 "x11rb",
21793]
21794
21795[[package]]
21796name = "x11rb"
21797version = "0.13.2"
21798source = "registry+https://github.com/rust-lang/crates.io-index"
21799checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21800dependencies = [
21801 "as-raw-xcb-connection",
21802 "gethostname",
21803 "libc",
21804 "rustix 1.1.2",
21805 "x11rb-protocol",
21806 "xcursor",
21807]
21808
21809[[package]]
21810name = "x11rb-protocol"
21811version = "0.13.2"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21814
21815[[package]]
21816name = "x_ai"
21817version = "0.1.0"
21818dependencies = [
21819 "anyhow",
21820 "language_model_core",
21821 "schemars",
21822 "serde",
21823 "strum 0.27.2",
21824 "tiktoken-rs",
21825]
21826
21827[[package]]
21828name = "xattr"
21829version = "0.2.3"
21830source = "registry+https://github.com/rust-lang/crates.io-index"
21831checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21832dependencies = [
21833 "libc",
21834]
21835
21836[[package]]
21837name = "xcb"
21838version = "1.6.0"
21839source = "registry+https://github.com/rust-lang/crates.io-index"
21840checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21841dependencies = [
21842 "bitflags 1.3.2",
21843 "libc",
21844 "quick-xml 0.30.0",
21845 "x11",
21846]
21847
21848[[package]]
21849name = "xcursor"
21850version = "0.3.10"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21853
21854[[package]]
21855name = "xim-ctext"
21856version = "0.3.0"
21857source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21858dependencies = [
21859 "encoding_rs",
21860]
21861
21862[[package]]
21863name = "xim-parser"
21864version = "0.2.1"
21865source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21866dependencies = [
21867 "bitflags 2.10.0",
21868]
21869
21870[[package]]
21871name = "xkbcommon"
21872version = "0.8.0"
21873source = "registry+https://github.com/rust-lang/crates.io-index"
21874checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21875dependencies = [
21876 "as-raw-xcb-connection",
21877 "libc",
21878 "memmap2",
21879 "xkeysym",
21880]
21881
21882[[package]]
21883name = "xkeysym"
21884version = "0.2.1"
21885source = "registry+https://github.com/rust-lang/crates.io-index"
21886checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21887
21888[[package]]
21889name = "xml-rs"
21890version = "0.8.28"
21891source = "registry+https://github.com/rust-lang/crates.io-index"
21892checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21893
21894[[package]]
21895name = "xml5ever"
21896version = "0.18.1"
21897source = "registry+https://github.com/rust-lang/crates.io-index"
21898checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21899dependencies = [
21900 "log",
21901 "mac",
21902 "markup5ever 0.12.1",
21903]
21904
21905[[package]]
21906name = "xmlparser"
21907version = "0.13.6"
21908source = "registry+https://github.com/rust-lang/crates.io-index"
21909checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21910
21911[[package]]
21912name = "xmlwriter"
21913version = "0.1.0"
21914source = "registry+https://github.com/rust-lang/crates.io-index"
21915checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21916
21917[[package]]
21918name = "xtask"
21919version = "0.1.0"
21920dependencies = [
21921 "annotate-snippets",
21922 "anyhow",
21923 "backtrace",
21924 "cargo_metadata 0.19.2",
21925 "cargo_toml",
21926 "clap",
21927 "compliance",
21928 "gh-workflow",
21929 "indexmap",
21930 "indoc",
21931 "itertools 0.14.0",
21932 "regex",
21933 "serde",
21934 "serde_json",
21935 "serde_yaml",
21936 "strum 0.27.2",
21937 "tokio",
21938 "toml 0.8.23",
21939 "toml_edit 0.22.27",
21940]
21941
21942[[package]]
21943name = "yaml-rust2"
21944version = "0.8.1"
21945source = "registry+https://github.com/rust-lang/crates.io-index"
21946checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21947dependencies = [
21948 "arraydeque",
21949 "encoding_rs",
21950 "hashlink 0.8.4",
21951]
21952
21953[[package]]
21954name = "yansi"
21955version = "1.0.1"
21956source = "registry+https://github.com/rust-lang/crates.io-index"
21957checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21958
21959[[package]]
21960name = "yawc"
21961version = "0.2.5"
21962source = "registry+https://github.com/rust-lang/crates.io-index"
21963checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21964dependencies = [
21965 "base64 0.22.1",
21966 "bytes 1.11.1",
21967 "flate2",
21968 "futures 0.3.32",
21969 "http-body-util",
21970 "hyper 1.7.0",
21971 "hyper-util",
21972 "js-sys",
21973 "nom 8.0.0",
21974 "pin-project",
21975 "rand 0.8.5",
21976 "sha1",
21977 "thiserror 1.0.69",
21978 "tokio",
21979 "tokio-rustls 0.26.2",
21980 "tokio-util",
21981 "url",
21982 "wasm-bindgen",
21983 "wasm-bindgen-futures",
21984 "web-sys",
21985 "webpki-roots",
21986]
21987
21988[[package]]
21989name = "yazi"
21990version = "0.2.1"
21991source = "registry+https://github.com/rust-lang/crates.io-index"
21992checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21993
21994[[package]]
21995name = "yeslogic-fontconfig-sys"
21996version = "6.0.0"
21997source = "registry+https://github.com/rust-lang/crates.io-index"
21998checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21999dependencies = [
22000 "dlib",
22001 "once_cell",
22002 "pkg-config",
22003]
22004
22005[[package]]
22006name = "yoke"
22007version = "0.7.5"
22008source = "registry+https://github.com/rust-lang/crates.io-index"
22009checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22010dependencies = [
22011 "serde",
22012 "stable_deref_trait",
22013 "yoke-derive 0.7.5",
22014 "zerofrom",
22015]
22016
22017[[package]]
22018name = "yoke"
22019version = "0.8.0"
22020source = "registry+https://github.com/rust-lang/crates.io-index"
22021checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22022dependencies = [
22023 "serde",
22024 "stable_deref_trait",
22025 "yoke-derive 0.8.0",
22026 "zerofrom",
22027]
22028
22029[[package]]
22030name = "yoke-derive"
22031version = "0.7.5"
22032source = "registry+https://github.com/rust-lang/crates.io-index"
22033checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22034dependencies = [
22035 "proc-macro2",
22036 "quote",
22037 "syn 2.0.117",
22038 "synstructure",
22039]
22040
22041[[package]]
22042name = "yoke-derive"
22043version = "0.8.0"
22044source = "registry+https://github.com/rust-lang/crates.io-index"
22045checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22046dependencies = [
22047 "proc-macro2",
22048 "quote",
22049 "syn 2.0.117",
22050 "synstructure",
22051]
22052
22053[[package]]
22054name = "zbus"
22055version = "5.13.2"
22056source = "registry+https://github.com/rust-lang/crates.io-index"
22057checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22058dependencies = [
22059 "async-broadcast",
22060 "async-executor",
22061 "async-io",
22062 "async-lock 3.4.2",
22063 "async-process",
22064 "async-recursion",
22065 "async-task",
22066 "async-trait",
22067 "blocking",
22068 "enumflags2",
22069 "event-listener 5.4.1",
22070 "futures-core",
22071 "futures-lite 2.6.1",
22072 "hex",
22073 "libc",
22074 "ordered-stream",
22075 "rustix 1.1.2",
22076 "serde",
22077 "serde_repr",
22078 "tracing",
22079 "uds_windows",
22080 "uuid",
22081 "windows-sys 0.61.2",
22082 "winnow",
22083 "zbus_macros",
22084 "zbus_names",
22085 "zvariant",
22086]
22087
22088[[package]]
22089name = "zbus_macros"
22090version = "5.13.2"
22091source = "registry+https://github.com/rust-lang/crates.io-index"
22092checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22093dependencies = [
22094 "proc-macro-crate",
22095 "proc-macro2",
22096 "quote",
22097 "syn 2.0.117",
22098 "zbus_names",
22099 "zvariant",
22100 "zvariant_utils",
22101]
22102
22103[[package]]
22104name = "zbus_names"
22105version = "4.3.1"
22106source = "registry+https://github.com/rust-lang/crates.io-index"
22107checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22108dependencies = [
22109 "serde",
22110 "winnow",
22111 "zvariant",
22112]
22113
22114[[package]]
22115name = "zed"
22116version = "0.233.0"
22117dependencies = [
22118 "acp_thread",
22119 "acp_tools",
22120 "action_log",
22121 "activity_indicator",
22122 "agent",
22123 "agent-client-protocol",
22124 "agent_servers",
22125 "agent_settings",
22126 "agent_ui",
22127 "anyhow",
22128 "ashpd",
22129 "askpass",
22130 "assets",
22131 "audio",
22132 "auto_update",
22133 "auto_update_ui",
22134 "breadcrumbs",
22135 "call",
22136 "channel",
22137 "chrono",
22138 "clap",
22139 "cli",
22140 "client",
22141 "clock",
22142 "codestral",
22143 "collab_ui",
22144 "collections",
22145 "command_palette",
22146 "component",
22147 "component_preview",
22148 "copilot",
22149 "copilot_chat",
22150 "copilot_ui",
22151 "crashes",
22152 "csv_preview",
22153 "dap_adapters",
22154 "db",
22155 "debug_adapter_extension",
22156 "debugger_tools",
22157 "debugger_ui",
22158 "dev_container",
22159 "diagnostics",
22160 "edit_prediction",
22161 "edit_prediction_ui",
22162 "editor",
22163 "encoding_selector",
22164 "env_logger 0.11.8",
22165 "etw_tracing",
22166 "extension",
22167 "extension_host",
22168 "extensions_ui",
22169 "feature_flags",
22170 "feedback",
22171 "file_finder",
22172 "fs",
22173 "futures 0.3.32",
22174 "git",
22175 "git_graph",
22176 "git_hosting_providers",
22177 "git_ui",
22178 "go_to_line",
22179 "gpui",
22180 "gpui_platform",
22181 "gpui_tokio",
22182 "http_client",
22183 "image",
22184 "image_viewer",
22185 "inspector_ui",
22186 "install_cli",
22187 "itertools 0.14.0",
22188 "journal",
22189 "json_schema_store",
22190 "keymap_editor",
22191 "language",
22192 "language_extension",
22193 "language_model",
22194 "language_models",
22195 "language_onboarding",
22196 "language_selector",
22197 "language_tools",
22198 "languages",
22199 "line_ending_selector",
22200 "log",
22201 "markdown",
22202 "markdown_preview",
22203 "menu",
22204 "migrator",
22205 "mimalloc",
22206 "miniprofiler_ui",
22207 "nc",
22208 "node_runtime",
22209 "notifications",
22210 "onboarding",
22211 "outline",
22212 "outline_panel",
22213 "parking_lot",
22214 "paths",
22215 "picker",
22216 "pkg-config",
22217 "pretty_assertions",
22218 "profiling",
22219 "project",
22220 "project_panel",
22221 "project_symbols",
22222 "prompt_store",
22223 "proto",
22224 "rayon",
22225 "recent_projects",
22226 "release_channel",
22227 "remote",
22228 "repl",
22229 "reqwest_client",
22230 "rope",
22231 "search",
22232 "semver",
22233 "serde",
22234 "serde_json",
22235 "session",
22236 "settings",
22237 "settings_profile_selector",
22238 "settings_ui",
22239 "shellexpand",
22240 "sidebar",
22241 "smol",
22242 "snippet_provider",
22243 "snippets_ui",
22244 "svg_preview",
22245 "sysinfo 0.37.2",
22246 "system_specs",
22247 "tab_switcher",
22248 "task",
22249 "tasks_ui",
22250 "telemetry",
22251 "telemetry_events",
22252 "tempfile",
22253 "terminal_view",
22254 "theme",
22255 "theme_extension",
22256 "theme_selector",
22257 "theme_settings",
22258 "time",
22259 "time_format",
22260 "title_bar",
22261 "toolchain_selector",
22262 "tracing",
22263 "ui",
22264 "ui_prompt",
22265 "url",
22266 "urlencoding",
22267 "util",
22268 "uuid",
22269 "vim",
22270 "vim_mode_setting",
22271 "watch",
22272 "web_search",
22273 "web_search_providers",
22274 "which_key",
22275 "windows 0.61.3",
22276 "winresource",
22277 "workspace",
22278 "zed-reqwest",
22279 "zed_actions",
22280 "zed_env_vars",
22281 "zlog",
22282 "zlog_settings",
22283 "ztracing",
22284]
22285
22286[[package]]
22287name = "zed-font-kit"
22288version = "0.14.1-zed"
22289source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22290dependencies = [
22291 "bitflags 2.10.0",
22292 "byteorder",
22293 "core-foundation 0.10.0",
22294 "core-graphics 0.24.0",
22295 "core-text",
22296 "dirs",
22297 "dwrote",
22298 "float-ord",
22299 "freetype-sys",
22300 "lazy_static",
22301 "libc",
22302 "log",
22303 "pathfinder_geometry",
22304 "pathfinder_simd",
22305 "walkdir",
22306 "winapi",
22307 "yeslogic-fontconfig-sys",
22308]
22309
22310[[package]]
22311name = "zed-reqwest"
22312version = "0.12.15-zed"
22313source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22314dependencies = [
22315 "base64 0.22.1",
22316 "bytes 1.11.1",
22317 "encoding_rs",
22318 "futures-core",
22319 "futures-util",
22320 "h2 0.4.12",
22321 "http 1.3.1",
22322 "http-body 1.0.1",
22323 "http-body-util",
22324 "hyper 1.7.0",
22325 "hyper-rustls 0.27.7",
22326 "hyper-util",
22327 "ipnet",
22328 "js-sys",
22329 "log",
22330 "mime",
22331 "mime_guess",
22332 "once_cell",
22333 "percent-encoding",
22334 "pin-project-lite",
22335 "quinn",
22336 "rustls 0.23.33",
22337 "rustls-native-certs 0.8.2",
22338 "rustls-pemfile 2.2.0",
22339 "rustls-pki-types",
22340 "serde",
22341 "serde_json",
22342 "serde_urlencoded",
22343 "sync_wrapper 1.0.2",
22344 "system-configuration 0.6.1",
22345 "tokio",
22346 "tokio-rustls 0.26.2",
22347 "tokio-socks",
22348 "tokio-util",
22349 "tower 0.5.2",
22350 "tower-service",
22351 "url",
22352 "wasm-bindgen",
22353 "wasm-bindgen-futures",
22354 "wasm-streams",
22355 "web-sys",
22356 "windows-registry 0.4.0",
22357]
22358
22359[[package]]
22360name = "zed-scap"
22361version = "0.0.8-zed"
22362source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22363dependencies = [
22364 "anyhow",
22365 "cocoa 0.25.0",
22366 "core-graphics-helmer-fork",
22367 "log",
22368 "objc",
22369 "rand 0.8.5",
22370 "screencapturekit",
22371 "screencapturekit-sys",
22372 "sysinfo 0.31.4",
22373 "tao-core-video-sys",
22374 "windows 0.61.3",
22375 "windows-capture",
22376 "x11",
22377 "xcb",
22378]
22379
22380[[package]]
22381name = "zed-xim"
22382version = "0.4.0-zed"
22383source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22384dependencies = [
22385 "ahash 0.8.12",
22386 "hashbrown 0.14.5",
22387 "log",
22388 "x11rb",
22389 "xim-ctext",
22390 "xim-parser",
22391]
22392
22393[[package]]
22394name = "zed_actions"
22395version = "0.1.0"
22396dependencies = [
22397 "gpui",
22398 "schemars",
22399 "serde",
22400 "util",
22401 "uuid",
22402]
22403
22404[[package]]
22405name = "zed_credentials_provider"
22406version = "0.1.0"
22407dependencies = [
22408 "anyhow",
22409 "credentials_provider",
22410 "futures 0.3.32",
22411 "gpui",
22412 "paths",
22413 "release_channel",
22414 "serde",
22415 "serde_json",
22416]
22417
22418[[package]]
22419name = "zed_env_vars"
22420version = "0.1.0"
22421dependencies = [
22422 "env_var",
22423]
22424
22425[[package]]
22426name = "zed_extension_api"
22427version = "0.1.0"
22428source = "registry+https://github.com/rust-lang/crates.io-index"
22429checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22430dependencies = [
22431 "serde",
22432 "serde_json",
22433 "wit-bindgen 0.22.0",
22434]
22435
22436[[package]]
22437name = "zed_extension_api"
22438version = "0.7.0"
22439source = "registry+https://github.com/rust-lang/crates.io-index"
22440checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22441dependencies = [
22442 "serde",
22443 "serde_json",
22444 "wit-bindgen 0.41.0",
22445]
22446
22447[[package]]
22448name = "zed_extension_api"
22449version = "0.8.0"
22450dependencies = [
22451 "serde",
22452 "serde_json",
22453 "wit-bindgen 0.41.0",
22454]
22455
22456[[package]]
22457name = "zed_glsl"
22458version = "0.2.3"
22459dependencies = [
22460 "zed_extension_api 0.1.0",
22461]
22462
22463[[package]]
22464name = "zed_html"
22465version = "0.3.1"
22466dependencies = [
22467 "zed_extension_api 0.7.0",
22468]
22469
22470[[package]]
22471name = "zed_proto"
22472version = "0.3.2"
22473dependencies = [
22474 "zed_extension_api 0.7.0",
22475]
22476
22477[[package]]
22478name = "zed_test_extension"
22479version = "0.1.0"
22480dependencies = [
22481 "zed_extension_api 0.8.0",
22482]
22483
22484[[package]]
22485name = "zeno"
22486version = "0.3.3"
22487source = "registry+https://github.com/rust-lang/crates.io-index"
22488checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22489
22490[[package]]
22491name = "zerocopy"
22492version = "0.8.27"
22493source = "registry+https://github.com/rust-lang/crates.io-index"
22494checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22495dependencies = [
22496 "zerocopy-derive",
22497]
22498
22499[[package]]
22500name = "zerocopy-derive"
22501version = "0.8.27"
22502source = "registry+https://github.com/rust-lang/crates.io-index"
22503checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22504dependencies = [
22505 "proc-macro2",
22506 "quote",
22507 "syn 2.0.117",
22508]
22509
22510[[package]]
22511name = "zerofrom"
22512version = "0.1.6"
22513source = "registry+https://github.com/rust-lang/crates.io-index"
22514checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22515dependencies = [
22516 "zerofrom-derive",
22517]
22518
22519[[package]]
22520name = "zerofrom-derive"
22521version = "0.1.6"
22522source = "registry+https://github.com/rust-lang/crates.io-index"
22523checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22524dependencies = [
22525 "proc-macro2",
22526 "quote",
22527 "syn 2.0.117",
22528 "synstructure",
22529]
22530
22531[[package]]
22532name = "zeroize"
22533version = "1.8.2"
22534source = "registry+https://github.com/rust-lang/crates.io-index"
22535checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22536dependencies = [
22537 "zeroize_derive",
22538]
22539
22540[[package]]
22541name = "zeroize_derive"
22542version = "1.4.2"
22543source = "registry+https://github.com/rust-lang/crates.io-index"
22544checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22545dependencies = [
22546 "proc-macro2",
22547 "quote",
22548 "syn 2.0.117",
22549]
22550
22551[[package]]
22552name = "zeromq"
22553version = "0.5.0"
22554source = "registry+https://github.com/rust-lang/crates.io-index"
22555checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22556dependencies = [
22557 "async-dispatcher",
22558 "async-std",
22559 "async-trait",
22560 "asynchronous-codec",
22561 "bytes 1.11.1",
22562 "crossbeam-queue",
22563 "futures 0.3.32",
22564 "log",
22565 "num-traits",
22566 "once_cell",
22567 "parking_lot",
22568 "rand 0.9.3",
22569 "regex",
22570 "scc",
22571 "thiserror 1.0.69",
22572 "uuid",
22573]
22574
22575[[package]]
22576name = "zerotrie"
22577version = "0.2.2"
22578source = "registry+https://github.com/rust-lang/crates.io-index"
22579checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22580dependencies = [
22581 "displaydoc",
22582 "yoke 0.8.0",
22583 "zerofrom",
22584]
22585
22586[[package]]
22587name = "zerovec"
22588version = "0.11.4"
22589source = "registry+https://github.com/rust-lang/crates.io-index"
22590checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22591dependencies = [
22592 "yoke 0.8.0",
22593 "zerofrom",
22594 "zerovec-derive",
22595]
22596
22597[[package]]
22598name = "zerovec-derive"
22599version = "0.11.1"
22600source = "registry+https://github.com/rust-lang/crates.io-index"
22601checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22602dependencies = [
22603 "proc-macro2",
22604 "quote",
22605 "syn 2.0.117",
22606]
22607
22608[[package]]
22609name = "zeta_prompt"
22610version = "0.1.0"
22611dependencies = [
22612 "anyhow",
22613 "imara-diff",
22614 "indoc",
22615 "serde",
22616 "strum 0.27.2",
22617]
22618
22619[[package]]
22620name = "zip"
22621version = "0.6.6"
22622source = "registry+https://github.com/rust-lang/crates.io-index"
22623checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22624dependencies = [
22625 "aes",
22626 "byteorder",
22627 "bzip2 0.4.4",
22628 "constant_time_eq",
22629 "crc32fast",
22630 "crossbeam-utils",
22631 "flate2",
22632 "hmac",
22633 "pbkdf2 0.11.0",
22634 "sha1",
22635 "time",
22636 "zstd",
22637]
22638
22639[[package]]
22640name = "zip"
22641version = "1.1.4"
22642source = "registry+https://github.com/rust-lang/crates.io-index"
22643checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22644dependencies = [
22645 "arbitrary",
22646 "crc32fast",
22647 "crossbeam-utils",
22648 "displaydoc",
22649 "indexmap",
22650 "num_enum",
22651 "thiserror 1.0.69",
22652]
22653
22654[[package]]
22655name = "zlog"
22656version = "0.1.0"
22657dependencies = [
22658 "anyhow",
22659 "chrono",
22660 "collections",
22661 "log",
22662 "tempfile",
22663]
22664
22665[[package]]
22666name = "zlog_settings"
22667version = "0.1.0"
22668dependencies = [
22669 "collections",
22670 "gpui",
22671 "settings",
22672 "zlog",
22673]
22674
22675[[package]]
22676name = "zstd"
22677version = "0.11.2+zstd.1.5.2"
22678source = "registry+https://github.com/rust-lang/crates.io-index"
22679checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22680dependencies = [
22681 "zstd-safe",
22682]
22683
22684[[package]]
22685name = "zstd-safe"
22686version = "5.0.2+zstd.1.5.2"
22687source = "registry+https://github.com/rust-lang/crates.io-index"
22688checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22689dependencies = [
22690 "libc",
22691 "zstd-sys",
22692]
22693
22694[[package]]
22695name = "zstd-sys"
22696version = "2.0.16+zstd.1.5.7"
22697source = "registry+https://github.com/rust-lang/crates.io-index"
22698checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22699dependencies = [
22700 "cc",
22701 "pkg-config",
22702]
22703
22704[[package]]
22705name = "ztracing"
22706version = "0.1.0"
22707dependencies = [
22708 "tracing",
22709 "tracing-subscriber",
22710 "tracing-tracy",
22711 "tracy-client",
22712 "zlog",
22713 "ztracing_macro",
22714]
22715
22716[[package]]
22717name = "ztracing_macro"
22718version = "0.1.0"
22719
22720[[package]]
22721name = "zune-core"
22722version = "0.4.12"
22723source = "registry+https://github.com/rust-lang/crates.io-index"
22724checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22725
22726[[package]]
22727name = "zune-inflate"
22728version = "0.2.54"
22729source = "registry+https://github.com/rust-lang/crates.io-index"
22730checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22731dependencies = [
22732 "simd-adler32",
22733]
22734
22735[[package]]
22736name = "zune-jpeg"
22737version = "0.4.21"
22738source = "registry+https://github.com/rust-lang/crates.io-index"
22739checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22740dependencies = [
22741 "zune-core",
22742]
22743
22744[[package]]
22745name = "zvariant"
22746version = "5.9.2"
22747source = "registry+https://github.com/rust-lang/crates.io-index"
22748checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22749dependencies = [
22750 "endi",
22751 "enumflags2",
22752 "serde",
22753 "serde_bytes",
22754 "winnow",
22755 "zvariant_derive",
22756 "zvariant_utils",
22757]
22758
22759[[package]]
22760name = "zvariant_derive"
22761version = "5.9.2"
22762source = "registry+https://github.com/rust-lang/crates.io-index"
22763checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22764dependencies = [
22765 "proc-macro-crate",
22766 "proc-macro2",
22767 "quote",
22768 "syn 2.0.117",
22769 "zvariant_utils",
22770]
22771
22772[[package]]
22773name = "zvariant_utils"
22774version = "3.3.0"
22775source = "registry+https://github.com/rust-lang/crates.io-index"
22776checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22777dependencies = [
22778 "proc-macro2",
22779 "quote",
22780 "serde",
22781 "syn 2.0.117",
22782 "winnow",
22783]