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 "image",
 7588 "itertools 0.14.0",
 7589 "libc",
 7590 "log",
 7591 "oo7",
 7592 "open",
 7593 "parking_lot",
 7594 "pathfinder_geometry",
 7595 "pollster 0.4.0",
 7596 "profiling",
 7597 "raw-window-handle",
 7598 "smallvec",
 7599 "smol",
 7600 "strum 0.27.2",
 7601 "swash",
 7602 "url",
 7603 "util",
 7604 "uuid",
 7605 "wayland-backend",
 7606 "wayland-client",
 7607 "wayland-cursor",
 7608 "wayland-protocols",
 7609 "wayland-protocols-plasma",
 7610 "wayland-protocols-wlr",
 7611 "x11-clipboard",
 7612 "x11rb",
 7613 "xkbcommon",
 7614 "zed-scap",
 7615 "zed-xim",
 7616]
 7617
 7618[[package]]
 7619name = "gpui_macos"
 7620version = "0.1.0"
 7621dependencies = [
 7622 "anyhow",
 7623 "async-task",
 7624 "block",
 7625 "cbindgen",
 7626 "cocoa 0.26.0",
 7627 "collections",
 7628 "core-foundation 0.10.0",
 7629 "core-foundation-sys",
 7630 "core-graphics 0.24.0",
 7631 "core-text",
 7632 "core-video",
 7633 "ctor",
 7634 "derive_more",
 7635 "dispatch2",
 7636 "etagere",
 7637 "foreign-types 0.5.0",
 7638 "futures 0.3.32",
 7639 "gpui",
 7640 "image",
 7641 "itertools 0.14.0",
 7642 "libc",
 7643 "log",
 7644 "mach2 0.5.0",
 7645 "media",
 7646 "metal",
 7647 "objc",
 7648 "objc2-app-kit",
 7649 "parking_lot",
 7650 "pathfinder_geometry",
 7651 "raw-window-handle",
 7652 "semver",
 7653 "smallvec",
 7654 "strum 0.27.2",
 7655 "util",
 7656 "uuid",
 7657 "zed-font-kit",
 7658]
 7659
 7660[[package]]
 7661name = "gpui_macros"
 7662version = "0.1.0"
 7663dependencies = [
 7664 "gpui",
 7665 "heck 0.5.0",
 7666 "proc-macro2",
 7667 "quote",
 7668 "syn 2.0.117",
 7669]
 7670
 7671[[package]]
 7672name = "gpui_platform"
 7673version = "0.1.0"
 7674dependencies = [
 7675 "console_error_panic_hook",
 7676 "gpui",
 7677 "gpui_linux",
 7678 "gpui_macos",
 7679 "gpui_web",
 7680 "gpui_windows",
 7681]
 7682
 7683[[package]]
 7684name = "gpui_shared_string"
 7685version = "0.1.0"
 7686dependencies = [
 7687 "derive_more",
 7688 "gpui_util",
 7689 "schemars",
 7690 "serde",
 7691]
 7692
 7693[[package]]
 7694name = "gpui_tokio"
 7695version = "0.1.0"
 7696dependencies = [
 7697 "anyhow",
 7698 "gpui",
 7699 "tokio",
 7700 "util",
 7701]
 7702
 7703[[package]]
 7704name = "gpui_util"
 7705version = "0.1.0"
 7706dependencies = [
 7707 "anyhow",
 7708 "log",
 7709]
 7710
 7711[[package]]
 7712name = "gpui_web"
 7713version = "0.1.0"
 7714dependencies = [
 7715 "anyhow",
 7716 "console_error_panic_hook",
 7717 "futures 0.3.32",
 7718 "gpui",
 7719 "gpui_wgpu",
 7720 "http_client",
 7721 "js-sys",
 7722 "log",
 7723 "parking_lot",
 7724 "raw-window-handle",
 7725 "smallvec",
 7726 "uuid",
 7727 "wasm-bindgen",
 7728 "wasm-bindgen-futures",
 7729 "wasm_thread",
 7730 "web-sys",
 7731 "web-time",
 7732]
 7733
 7734[[package]]
 7735name = "gpui_wgpu"
 7736version = "0.1.0"
 7737dependencies = [
 7738 "anyhow",
 7739 "bytemuck",
 7740 "collections",
 7741 "cosmic-text",
 7742 "etagere",
 7743 "gpui",
 7744 "gpui_util",
 7745 "itertools 0.14.0",
 7746 "js-sys",
 7747 "log",
 7748 "parking_lot",
 7749 "pollster 0.4.0",
 7750 "profiling",
 7751 "raw-window-handle",
 7752 "smallvec",
 7753 "swash",
 7754 "wasm-bindgen",
 7755 "wasm-bindgen-futures",
 7756 "web-sys",
 7757 "wgpu",
 7758 "zed-font-kit",
 7759]
 7760
 7761[[package]]
 7762name = "gpui_windows"
 7763version = "0.1.0"
 7764dependencies = [
 7765 "anyhow",
 7766 "collections",
 7767 "etagere",
 7768 "futures 0.3.32",
 7769 "gpui",
 7770 "image",
 7771 "itertools 0.14.0",
 7772 "log",
 7773 "parking_lot",
 7774 "rand 0.9.3",
 7775 "raw-window-handle",
 7776 "smallvec",
 7777 "util",
 7778 "uuid",
 7779 "windows 0.61.3",
 7780 "windows-core 0.61.2",
 7781 "windows-numerics 0.2.0",
 7782 "windows-registry 0.5.3",
 7783 "zed-scap",
 7784]
 7785
 7786[[package]]
 7787name = "grammars"
 7788version = "0.1.0"
 7789dependencies = [
 7790 "anyhow",
 7791 "language_core",
 7792 "rust-embed",
 7793 "toml 0.8.23",
 7794 "tree-sitter",
 7795 "tree-sitter-bash",
 7796 "tree-sitter-c",
 7797 "tree-sitter-cpp",
 7798 "tree-sitter-css",
 7799 "tree-sitter-diff",
 7800 "tree-sitter-gitcommit",
 7801 "tree-sitter-go",
 7802 "tree-sitter-gomod",
 7803 "tree-sitter-gowork",
 7804 "tree-sitter-jsdoc",
 7805 "tree-sitter-json",
 7806 "tree-sitter-md",
 7807 "tree-sitter-python",
 7808 "tree-sitter-regex",
 7809 "tree-sitter-rust",
 7810 "tree-sitter-typescript",
 7811 "tree-sitter-yaml",
 7812 "util",
 7813]
 7814
 7815[[package]]
 7816name = "grid"
 7817version = "0.18.0"
 7818source = "registry+https://github.com/rust-lang/crates.io-index"
 7819checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7820
 7821[[package]]
 7822name = "group"
 7823version = "0.12.1"
 7824source = "registry+https://github.com/rust-lang/crates.io-index"
 7825checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7826dependencies = [
 7827 "ff",
 7828 "rand_core 0.6.4",
 7829 "subtle",
 7830]
 7831
 7832[[package]]
 7833name = "h2"
 7834version = "0.3.27"
 7835source = "registry+https://github.com/rust-lang/crates.io-index"
 7836checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7837dependencies = [
 7838 "bytes 1.11.1",
 7839 "fnv",
 7840 "futures-core",
 7841 "futures-sink",
 7842 "futures-util",
 7843 "http 0.2.12",
 7844 "indexmap",
 7845 "slab",
 7846 "tokio",
 7847 "tokio-util",
 7848 "tracing",
 7849]
 7850
 7851[[package]]
 7852name = "h2"
 7853version = "0.4.12"
 7854source = "registry+https://github.com/rust-lang/crates.io-index"
 7855checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7856dependencies = [
 7857 "atomic-waker",
 7858 "bytes 1.11.1",
 7859 "fnv",
 7860 "futures-core",
 7861 "futures-sink",
 7862 "http 1.3.1",
 7863 "indexmap",
 7864 "slab",
 7865 "tokio",
 7866 "tokio-util",
 7867 "tracing",
 7868]
 7869
 7870[[package]]
 7871name = "half"
 7872version = "2.7.1"
 7873source = "registry+https://github.com/rust-lang/crates.io-index"
 7874checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7875dependencies = [
 7876 "bytemuck",
 7877 "cfg-if",
 7878 "crunchy",
 7879 "num-traits",
 7880 "rand 0.9.3",
 7881 "rand_distr",
 7882 "zerocopy",
 7883]
 7884
 7885[[package]]
 7886name = "handlebars"
 7887version = "4.5.0"
 7888source = "registry+https://github.com/rust-lang/crates.io-index"
 7889checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7890dependencies = [
 7891 "log",
 7892 "pest",
 7893 "pest_derive",
 7894 "rust-embed",
 7895 "serde",
 7896 "serde_json",
 7897 "thiserror 1.0.69",
 7898]
 7899
 7900[[package]]
 7901name = "handlebars"
 7902version = "5.1.2"
 7903source = "registry+https://github.com/rust-lang/crates.io-index"
 7904checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7905dependencies = [
 7906 "log",
 7907 "pest",
 7908 "pest_derive",
 7909 "serde",
 7910 "serde_json",
 7911 "thiserror 1.0.69",
 7912]
 7913
 7914[[package]]
 7915name = "harfrust"
 7916version = "0.5.0"
 7917source = "registry+https://github.com/rust-lang/crates.io-index"
 7918checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7919dependencies = [
 7920 "bitflags 2.10.0",
 7921 "bytemuck",
 7922 "core_maths",
 7923 "read-fonts 0.37.0",
 7924 "smallvec",
 7925]
 7926
 7927[[package]]
 7928name = "hash32"
 7929version = "0.3.1"
 7930source = "registry+https://github.com/rust-lang/crates.io-index"
 7931checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7932dependencies = [
 7933 "byteorder",
 7934]
 7935
 7936[[package]]
 7937name = "hashbrown"
 7938version = "0.12.3"
 7939source = "registry+https://github.com/rust-lang/crates.io-index"
 7940checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7941dependencies = [
 7942 "ahash 0.7.8",
 7943]
 7944
 7945[[package]]
 7946name = "hashbrown"
 7947version = "0.14.5"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7950dependencies = [
 7951 "ahash 0.8.12",
 7952 "allocator-api2",
 7953]
 7954
 7955[[package]]
 7956name = "hashbrown"
 7957version = "0.15.5"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7960dependencies = [
 7961 "allocator-api2",
 7962 "equivalent",
 7963 "foldhash 0.1.5",
 7964 "serde",
 7965]
 7966
 7967[[package]]
 7968name = "hashbrown"
 7969version = "0.16.1"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7972dependencies = [
 7973 "allocator-api2",
 7974 "equivalent",
 7975 "foldhash 0.2.0",
 7976]
 7977
 7978[[package]]
 7979name = "hashlink"
 7980version = "0.8.4"
 7981source = "registry+https://github.com/rust-lang/crates.io-index"
 7982checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7983dependencies = [
 7984 "hashbrown 0.14.5",
 7985]
 7986
 7987[[package]]
 7988name = "hashlink"
 7989version = "0.10.0"
 7990source = "registry+https://github.com/rust-lang/crates.io-index"
 7991checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7992dependencies = [
 7993 "hashbrown 0.15.5",
 7994]
 7995
 7996[[package]]
 7997name = "headers"
 7998version = "0.3.9"
 7999source = "registry+https://github.com/rust-lang/crates.io-index"
 8000checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8001dependencies = [
 8002 "base64 0.21.7",
 8003 "bytes 1.11.1",
 8004 "headers-core",
 8005 "http 0.2.12",
 8006 "httpdate",
 8007 "mime",
 8008 "sha1",
 8009]
 8010
 8011[[package]]
 8012name = "headers-core"
 8013version = "0.2.0"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8016dependencies = [
 8017 "http 0.2.12",
 8018]
 8019
 8020[[package]]
 8021name = "heapless"
 8022version = "0.9.2"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8025dependencies = [
 8026 "hash32",
 8027 "stable_deref_trait",
 8028]
 8029
 8030[[package]]
 8031name = "heck"
 8032version = "0.3.3"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8035dependencies = [
 8036 "unicode-segmentation",
 8037]
 8038
 8039[[package]]
 8040name = "heck"
 8041version = "0.4.1"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8044dependencies = [
 8045 "unicode-segmentation",
 8046]
 8047
 8048[[package]]
 8049name = "heck"
 8050version = "0.5.0"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8053
 8054[[package]]
 8055name = "heed"
 8056version = "0.21.0"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8059dependencies = [
 8060 "bitflags 2.10.0",
 8061 "byteorder",
 8062 "heed-traits",
 8063 "heed-types",
 8064 "libc",
 8065 "lmdb-master-sys",
 8066 "once_cell",
 8067 "page_size",
 8068 "serde",
 8069 "synchronoise",
 8070 "url",
 8071]
 8072
 8073[[package]]
 8074name = "heed-traits"
 8075version = "0.20.0"
 8076source = "registry+https://github.com/rust-lang/crates.io-index"
 8077checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8078
 8079[[package]]
 8080name = "heed-types"
 8081version = "0.21.0"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8084dependencies = [
 8085 "bincode",
 8086 "byteorder",
 8087 "heed-traits",
 8088 "serde",
 8089 "serde_json",
 8090]
 8091
 8092[[package]]
 8093name = "hermit-abi"
 8094version = "0.5.2"
 8095source = "registry+https://github.com/rust-lang/crates.io-index"
 8096checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8097
 8098[[package]]
 8099name = "hex"
 8100version = "0.4.3"
 8101source = "registry+https://github.com/rust-lang/crates.io-index"
 8102checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8103
 8104[[package]]
 8105name = "hexf-parse"
 8106version = "0.2.1"
 8107source = "registry+https://github.com/rust-lang/crates.io-index"
 8108checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8109
 8110[[package]]
 8111name = "hkdf"
 8112version = "0.12.4"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8115dependencies = [
 8116 "hmac",
 8117]
 8118
 8119[[package]]
 8120name = "hmac"
 8121version = "0.12.1"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8124dependencies = [
 8125 "digest",
 8126]
 8127
 8128[[package]]
 8129name = "home"
 8130version = "0.5.11"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8133dependencies = [
 8134 "windows-sys 0.59.0",
 8135]
 8136
 8137[[package]]
 8138name = "hound"
 8139version = "3.5.1"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8142
 8143[[package]]
 8144name = "html5ever"
 8145version = "0.27.0"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8148dependencies = [
 8149 "log",
 8150 "mac",
 8151 "markup5ever 0.12.1",
 8152 "proc-macro2",
 8153 "quote",
 8154 "syn 2.0.117",
 8155]
 8156
 8157[[package]]
 8158name = "html5ever"
 8159version = "0.35.0"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8162dependencies = [
 8163 "log",
 8164 "markup5ever 0.35.0",
 8165 "match_token",
 8166]
 8167
 8168[[package]]
 8169name = "html_to_markdown"
 8170version = "0.1.0"
 8171dependencies = [
 8172 "anyhow",
 8173 "html5ever 0.27.0",
 8174 "indoc",
 8175 "markup5ever_rcdom",
 8176 "pretty_assertions",
 8177 "regex",
 8178]
 8179
 8180[[package]]
 8181name = "http"
 8182version = "0.2.12"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8185dependencies = [
 8186 "bytes 1.11.1",
 8187 "fnv",
 8188 "itoa",
 8189]
 8190
 8191[[package]]
 8192name = "http"
 8193version = "1.3.1"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8196dependencies = [
 8197 "bytes 1.11.1",
 8198 "fnv",
 8199 "itoa",
 8200]
 8201
 8202[[package]]
 8203name = "http-body"
 8204version = "0.4.6"
 8205source = "registry+https://github.com/rust-lang/crates.io-index"
 8206checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8207dependencies = [
 8208 "bytes 1.11.1",
 8209 "http 0.2.12",
 8210 "pin-project-lite",
 8211]
 8212
 8213[[package]]
 8214name = "http-body"
 8215version = "1.0.1"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8218dependencies = [
 8219 "bytes 1.11.1",
 8220 "http 1.3.1",
 8221]
 8222
 8223[[package]]
 8224name = "http-body-util"
 8225version = "0.1.3"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8228dependencies = [
 8229 "bytes 1.11.1",
 8230 "futures-core",
 8231 "http 1.3.1",
 8232 "http-body 1.0.1",
 8233 "pin-project-lite",
 8234]
 8235
 8236[[package]]
 8237name = "http-range-header"
 8238version = "0.3.1"
 8239source = "registry+https://github.com/rust-lang/crates.io-index"
 8240checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8241
 8242[[package]]
 8243name = "http_client"
 8244version = "0.1.0"
 8245dependencies = [
 8246 "anyhow",
 8247 "async-compression",
 8248 "async-fs",
 8249 "async-tar",
 8250 "bytes 1.11.1",
 8251 "derive_more",
 8252 "futures 0.3.32",
 8253 "http 1.3.1",
 8254 "http-body 1.0.1",
 8255 "log",
 8256 "parking_lot",
 8257 "serde",
 8258 "serde_json",
 8259 "serde_urlencoded",
 8260 "sha2",
 8261 "tempfile",
 8262 "url",
 8263 "util",
 8264]
 8265
 8266[[package]]
 8267name = "http_client_tls"
 8268version = "0.1.0"
 8269dependencies = [
 8270 "rustls 0.23.33",
 8271 "rustls-platform-verifier",
 8272]
 8273
 8274[[package]]
 8275name = "httparse"
 8276version = "1.10.1"
 8277source = "registry+https://github.com/rust-lang/crates.io-index"
 8278checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8279
 8280[[package]]
 8281name = "httpdate"
 8282version = "1.0.3"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8285
 8286[[package]]
 8287name = "human_bytes"
 8288version = "0.4.3"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8291
 8292[[package]]
 8293name = "humantime"
 8294version = "2.3.0"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8297
 8298[[package]]
 8299name = "hyper"
 8300version = "0.14.32"
 8301source = "registry+https://github.com/rust-lang/crates.io-index"
 8302checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8303dependencies = [
 8304 "bytes 1.11.1",
 8305 "futures-channel",
 8306 "futures-core",
 8307 "futures-util",
 8308 "h2 0.3.27",
 8309 "http 0.2.12",
 8310 "http-body 0.4.6",
 8311 "httparse",
 8312 "httpdate",
 8313 "itoa",
 8314 "pin-project-lite",
 8315 "socket2 0.5.10",
 8316 "tokio",
 8317 "tower-service",
 8318 "tracing",
 8319 "want",
 8320]
 8321
 8322[[package]]
 8323name = "hyper"
 8324version = "1.7.0"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8327dependencies = [
 8328 "atomic-waker",
 8329 "bytes 1.11.1",
 8330 "futures-channel",
 8331 "futures-core",
 8332 "h2 0.4.12",
 8333 "http 1.3.1",
 8334 "http-body 1.0.1",
 8335 "httparse",
 8336 "itoa",
 8337 "pin-project-lite",
 8338 "pin-utils",
 8339 "smallvec",
 8340 "tokio",
 8341 "want",
 8342]
 8343
 8344[[package]]
 8345name = "hyper-rustls"
 8346version = "0.24.2"
 8347source = "registry+https://github.com/rust-lang/crates.io-index"
 8348checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8349dependencies = [
 8350 "futures-util",
 8351 "http 0.2.12",
 8352 "hyper 0.14.32",
 8353 "log",
 8354 "rustls 0.21.12",
 8355 "rustls-native-certs 0.6.3",
 8356 "tokio",
 8357 "tokio-rustls 0.24.1",
 8358]
 8359
 8360[[package]]
 8361name = "hyper-rustls"
 8362version = "0.27.7"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8365dependencies = [
 8366 "http 1.3.1",
 8367 "hyper 1.7.0",
 8368 "hyper-util",
 8369 "log",
 8370 "rustls 0.23.33",
 8371 "rustls-native-certs 0.8.2",
 8372 "rustls-pki-types",
 8373 "tokio",
 8374 "tokio-rustls 0.26.2",
 8375 "tower-service",
 8376]
 8377
 8378[[package]]
 8379name = "hyper-timeout"
 8380version = "0.5.2"
 8381source = "registry+https://github.com/rust-lang/crates.io-index"
 8382checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8383dependencies = [
 8384 "hyper 1.7.0",
 8385 "hyper-util",
 8386 "pin-project-lite",
 8387 "tokio",
 8388 "tower-service",
 8389]
 8390
 8391[[package]]
 8392name = "hyper-tls"
 8393version = "0.5.0"
 8394source = "registry+https://github.com/rust-lang/crates.io-index"
 8395checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8396dependencies = [
 8397 "bytes 1.11.1",
 8398 "hyper 0.14.32",
 8399 "native-tls",
 8400 "tokio",
 8401 "tokio-native-tls",
 8402]
 8403
 8404[[package]]
 8405name = "hyper-util"
 8406version = "0.1.17"
 8407source = "registry+https://github.com/rust-lang/crates.io-index"
 8408checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8409dependencies = [
 8410 "base64 0.22.1",
 8411 "bytes 1.11.1",
 8412 "futures-channel",
 8413 "futures-core",
 8414 "futures-util",
 8415 "http 1.3.1",
 8416 "http-body 1.0.1",
 8417 "hyper 1.7.0",
 8418 "ipnet",
 8419 "libc",
 8420 "percent-encoding",
 8421 "pin-project-lite",
 8422 "socket2 0.6.1",
 8423 "tokio",
 8424 "tower-service",
 8425 "tracing",
 8426]
 8427
 8428[[package]]
 8429name = "iana-time-zone"
 8430version = "0.1.64"
 8431source = "registry+https://github.com/rust-lang/crates.io-index"
 8432checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8433dependencies = [
 8434 "android_system_properties",
 8435 "core-foundation-sys",
 8436 "iana-time-zone-haiku",
 8437 "js-sys",
 8438 "log",
 8439 "wasm-bindgen",
 8440 "windows-core 0.62.2",
 8441]
 8442
 8443[[package]]
 8444name = "iana-time-zone-haiku"
 8445version = "0.1.2"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8448dependencies = [
 8449 "cc",
 8450]
 8451
 8452[[package]]
 8453name = "icons"
 8454version = "0.1.0"
 8455dependencies = [
 8456 "serde",
 8457 "strum 0.27.2",
 8458]
 8459
 8460[[package]]
 8461name = "icu_collections"
 8462version = "2.0.0"
 8463source = "registry+https://github.com/rust-lang/crates.io-index"
 8464checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8465dependencies = [
 8466 "displaydoc",
 8467 "potential_utf",
 8468 "yoke 0.8.0",
 8469 "zerofrom",
 8470 "zerovec",
 8471]
 8472
 8473[[package]]
 8474name = "icu_locale_core"
 8475version = "2.0.0"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8478dependencies = [
 8479 "displaydoc",
 8480 "litemap",
 8481 "tinystr",
 8482 "writeable",
 8483 "zerovec",
 8484]
 8485
 8486[[package]]
 8487name = "icu_normalizer"
 8488version = "2.0.0"
 8489source = "registry+https://github.com/rust-lang/crates.io-index"
 8490checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8491dependencies = [
 8492 "displaydoc",
 8493 "icu_collections",
 8494 "icu_normalizer_data",
 8495 "icu_properties",
 8496 "icu_provider",
 8497 "smallvec",
 8498 "zerovec",
 8499]
 8500
 8501[[package]]
 8502name = "icu_normalizer_data"
 8503version = "2.0.0"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8506
 8507[[package]]
 8508name = "icu_properties"
 8509version = "2.0.1"
 8510source = "registry+https://github.com/rust-lang/crates.io-index"
 8511checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8512dependencies = [
 8513 "displaydoc",
 8514 "icu_collections",
 8515 "icu_locale_core",
 8516 "icu_properties_data",
 8517 "icu_provider",
 8518 "potential_utf",
 8519 "zerotrie",
 8520 "zerovec",
 8521]
 8522
 8523[[package]]
 8524name = "icu_properties_data"
 8525version = "2.0.1"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8528
 8529[[package]]
 8530name = "icu_provider"
 8531version = "2.0.0"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8534dependencies = [
 8535 "displaydoc",
 8536 "icu_locale_core",
 8537 "stable_deref_trait",
 8538 "tinystr",
 8539 "writeable",
 8540 "yoke 0.8.0",
 8541 "zerofrom",
 8542 "zerotrie",
 8543 "zerovec",
 8544]
 8545
 8546[[package]]
 8547name = "id-arena"
 8548version = "2.2.1"
 8549source = "registry+https://github.com/rust-lang/crates.io-index"
 8550checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8551
 8552[[package]]
 8553name = "ident_case"
 8554version = "1.0.1"
 8555source = "registry+https://github.com/rust-lang/crates.io-index"
 8556checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8557
 8558[[package]]
 8559name = "idna"
 8560version = "1.1.0"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8563dependencies = [
 8564 "idna_adapter",
 8565 "smallvec",
 8566 "utf8_iter",
 8567]
 8568
 8569[[package]]
 8570name = "idna_adapter"
 8571version = "1.2.1"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8574dependencies = [
 8575 "icu_normalizer",
 8576 "icu_properties",
 8577]
 8578
 8579[[package]]
 8580name = "ignore"
 8581version = "0.4.24"
 8582source = "registry+https://github.com/rust-lang/crates.io-index"
 8583checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8584dependencies = [
 8585 "crossbeam-deque",
 8586 "globset",
 8587 "log",
 8588 "memchr",
 8589 "regex-automata",
 8590 "same-file",
 8591 "walkdir",
 8592 "winapi-util",
 8593]
 8594
 8595[[package]]
 8596name = "image"
 8597version = "0.25.8"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8600dependencies = [
 8601 "bytemuck",
 8602 "byteorder-lite",
 8603 "color_quant",
 8604 "exr",
 8605 "gif",
 8606 "image-webp",
 8607 "moxcms",
 8608 "num-traits",
 8609 "png 0.18.0",
 8610 "qoi",
 8611 "ravif",
 8612 "rayon",
 8613 "rgb",
 8614 "tiff",
 8615 "zune-core",
 8616 "zune-jpeg",
 8617]
 8618
 8619[[package]]
 8620name = "image-webp"
 8621version = "0.2.4"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8624dependencies = [
 8625 "byteorder-lite",
 8626 "quick-error 2.0.1",
 8627]
 8628
 8629[[package]]
 8630name = "image_viewer"
 8631version = "0.1.0"
 8632dependencies = [
 8633 "anyhow",
 8634 "db",
 8635 "editor",
 8636 "file_icons",
 8637 "gpui",
 8638 "language",
 8639 "log",
 8640 "project",
 8641 "serde",
 8642 "settings",
 8643 "theme_settings",
 8644 "ui",
 8645 "util",
 8646 "workspace",
 8647]
 8648
 8649[[package]]
 8650name = "imagesize"
 8651version = "0.13.0"
 8652source = "registry+https://github.com/rust-lang/crates.io-index"
 8653checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8654
 8655[[package]]
 8656name = "imara-diff"
 8657version = "0.1.8"
 8658source = "registry+https://github.com/rust-lang/crates.io-index"
 8659checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8660dependencies = [
 8661 "hashbrown 0.15.5",
 8662]
 8663
 8664[[package]]
 8665name = "imgref"
 8666version = "1.12.0"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8669
 8670[[package]]
 8671name = "indenter"
 8672version = "0.3.4"
 8673source = "registry+https://github.com/rust-lang/crates.io-index"
 8674checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8675
 8676[[package]]
 8677name = "indexmap"
 8678version = "2.11.4"
 8679source = "registry+https://github.com/rust-lang/crates.io-index"
 8680checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8681dependencies = [
 8682 "equivalent",
 8683 "hashbrown 0.16.1",
 8684 "serde",
 8685 "serde_core",
 8686]
 8687
 8688[[package]]
 8689name = "indoc"
 8690version = "2.0.6"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8693
 8694[[package]]
 8695name = "inherent"
 8696version = "1.0.13"
 8697source = "registry+https://github.com/rust-lang/crates.io-index"
 8698checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8699dependencies = [
 8700 "proc-macro2",
 8701 "quote",
 8702 "syn 2.0.117",
 8703]
 8704
 8705[[package]]
 8706name = "inotify"
 8707version = "0.9.6"
 8708source = "registry+https://github.com/rust-lang/crates.io-index"
 8709checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8710dependencies = [
 8711 "bitflags 1.3.2",
 8712 "inotify-sys",
 8713 "libc",
 8714]
 8715
 8716[[package]]
 8717name = "inotify"
 8718version = "0.11.0"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8721dependencies = [
 8722 "bitflags 2.10.0",
 8723 "inotify-sys",
 8724 "libc",
 8725]
 8726
 8727[[package]]
 8728name = "inotify-sys"
 8729version = "0.1.5"
 8730source = "registry+https://github.com/rust-lang/crates.io-index"
 8731checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8732dependencies = [
 8733 "libc",
 8734]
 8735
 8736[[package]]
 8737name = "inout"
 8738version = "0.1.4"
 8739source = "registry+https://github.com/rust-lang/crates.io-index"
 8740checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8741dependencies = [
 8742 "block-padding",
 8743 "generic-array",
 8744]
 8745
 8746[[package]]
 8747name = "inspector_ui"
 8748version = "0.1.0"
 8749dependencies = [
 8750 "anyhow",
 8751 "command_palette_hooks",
 8752 "editor",
 8753 "fuzzy",
 8754 "gpui",
 8755 "language",
 8756 "project",
 8757 "serde_json",
 8758 "serde_json_lenient",
 8759 "theme_settings",
 8760 "ui",
 8761 "util",
 8762 "util_macros",
 8763 "workspace",
 8764 "zed_actions",
 8765]
 8766
 8767[[package]]
 8768name = "install_cli"
 8769version = "0.1.0"
 8770dependencies = [
 8771 "anyhow",
 8772 "client",
 8773 "gpui",
 8774 "release_channel",
 8775 "smol",
 8776 "util",
 8777 "workspace",
 8778]
 8779
 8780[[package]]
 8781name = "instant"
 8782version = "0.1.13"
 8783source = "registry+https://github.com/rust-lang/crates.io-index"
 8784checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8785dependencies = [
 8786 "cfg-if",
 8787]
 8788
 8789[[package]]
 8790name = "interpolate_name"
 8791version = "0.2.4"
 8792source = "registry+https://github.com/rust-lang/crates.io-index"
 8793checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8794dependencies = [
 8795 "proc-macro2",
 8796 "quote",
 8797 "syn 2.0.117",
 8798]
 8799
 8800[[package]]
 8801name = "inventory"
 8802version = "0.3.21"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8805dependencies = [
 8806 "rustversion",
 8807]
 8808
 8809[[package]]
 8810name = "io-extras"
 8811version = "0.18.4"
 8812source = "registry+https://github.com/rust-lang/crates.io-index"
 8813checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8814dependencies = [
 8815 "io-lifetimes",
 8816 "windows-sys 0.59.0",
 8817]
 8818
 8819[[package]]
 8820name = "io-lifetimes"
 8821version = "2.0.4"
 8822source = "registry+https://github.com/rust-lang/crates.io-index"
 8823checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8824
 8825[[package]]
 8826name = "io-surface"
 8827version = "0.16.1"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8830dependencies = [
 8831 "cgl",
 8832 "core-foundation 0.10.0",
 8833 "core-foundation-sys",
 8834 "leaky-cow",
 8835]
 8836
 8837[[package]]
 8838name = "iovec"
 8839version = "0.1.4"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8842dependencies = [
 8843 "libc",
 8844]
 8845
 8846[[package]]
 8847name = "ipc-channel"
 8848version = "0.19.0"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8851dependencies = [
 8852 "bincode",
 8853 "crossbeam-channel",
 8854 "fnv",
 8855 "lazy_static",
 8856 "libc",
 8857 "mio 1.1.0",
 8858 "rand 0.8.5",
 8859 "serde",
 8860 "tempfile",
 8861 "uuid",
 8862 "windows 0.58.0",
 8863]
 8864
 8865[[package]]
 8866name = "ipnet"
 8867version = "2.11.0"
 8868source = "registry+https://github.com/rust-lang/crates.io-index"
 8869checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8870
 8871[[package]]
 8872name = "iri-string"
 8873version = "0.7.8"
 8874source = "registry+https://github.com/rust-lang/crates.io-index"
 8875checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8876dependencies = [
 8877 "memchr",
 8878 "serde",
 8879]
 8880
 8881[[package]]
 8882name = "is-docker"
 8883version = "0.2.0"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8886dependencies = [
 8887 "once_cell",
 8888]
 8889
 8890[[package]]
 8891name = "is-terminal"
 8892version = "0.4.16"
 8893source = "registry+https://github.com/rust-lang/crates.io-index"
 8894checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8895dependencies = [
 8896 "hermit-abi",
 8897 "libc",
 8898 "windows-sys 0.59.0",
 8899]
 8900
 8901[[package]]
 8902name = "is-wsl"
 8903version = "0.4.0"
 8904source = "registry+https://github.com/rust-lang/crates.io-index"
 8905checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8906dependencies = [
 8907 "is-docker",
 8908 "once_cell",
 8909]
 8910
 8911[[package]]
 8912name = "is_executable"
 8913version = "1.0.5"
 8914source = "registry+https://github.com/rust-lang/crates.io-index"
 8915checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8916dependencies = [
 8917 "windows-sys 0.60.2",
 8918]
 8919
 8920[[package]]
 8921name = "is_terminal_polyfill"
 8922version = "1.70.1"
 8923source = "registry+https://github.com/rust-lang/crates.io-index"
 8924checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8925
 8926[[package]]
 8927name = "itertools"
 8928version = "0.10.5"
 8929source = "registry+https://github.com/rust-lang/crates.io-index"
 8930checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8931dependencies = [
 8932 "either",
 8933]
 8934
 8935[[package]]
 8936name = "itertools"
 8937version = "0.11.0"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8940dependencies = [
 8941 "either",
 8942]
 8943
 8944[[package]]
 8945name = "itertools"
 8946version = "0.12.1"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8949dependencies = [
 8950 "either",
 8951]
 8952
 8953[[package]]
 8954name = "itertools"
 8955version = "0.14.0"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8958dependencies = [
 8959 "either",
 8960]
 8961
 8962[[package]]
 8963name = "itoa"
 8964version = "1.0.15"
 8965source = "registry+https://github.com/rust-lang/crates.io-index"
 8966checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8967
 8968[[package]]
 8969name = "jiff"
 8970version = "0.2.15"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8973dependencies = [
 8974 "jiff-static",
 8975 "log",
 8976 "portable-atomic",
 8977 "portable-atomic-util",
 8978 "serde",
 8979]
 8980
 8981[[package]]
 8982name = "jiff-static"
 8983version = "0.2.15"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8986dependencies = [
 8987 "proc-macro2",
 8988 "quote",
 8989 "syn 2.0.117",
 8990]
 8991
 8992[[package]]
 8993name = "jni"
 8994version = "0.21.1"
 8995source = "registry+https://github.com/rust-lang/crates.io-index"
 8996checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8997dependencies = [
 8998 "cesu8",
 8999 "cfg-if",
 9000 "combine",
 9001 "jni-sys",
 9002 "log",
 9003 "thiserror 1.0.69",
 9004 "walkdir",
 9005 "windows-sys 0.45.0",
 9006]
 9007
 9008[[package]]
 9009name = "jni-sys"
 9010version = "0.3.0"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9013
 9014[[package]]
 9015name = "jobserver"
 9016version = "0.1.34"
 9017source = "registry+https://github.com/rust-lang/crates.io-index"
 9018checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9019dependencies = [
 9020 "getrandom 0.3.4",
 9021 "libc",
 9022]
 9023
 9024[[package]]
 9025name = "journal"
 9026version = "0.1.0"
 9027dependencies = [
 9028 "anyhow",
 9029 "chrono",
 9030 "editor",
 9031 "gpui",
 9032 "log",
 9033 "serde",
 9034 "settings",
 9035 "shellexpand",
 9036 "workspace",
 9037]
 9038
 9039[[package]]
 9040name = "js-sys"
 9041version = "0.3.90"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9044dependencies = [
 9045 "once_cell",
 9046 "wasm-bindgen",
 9047]
 9048
 9049[[package]]
 9050name = "json5"
 9051version = "0.4.1"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9054dependencies = [
 9055 "pest",
 9056 "pest_derive",
 9057 "serde",
 9058]
 9059
 9060[[package]]
 9061name = "json_dotpath"
 9062version = "1.1.0"
 9063source = "registry+https://github.com/rust-lang/crates.io-index"
 9064checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9065dependencies = [
 9066 "serde",
 9067 "serde_derive",
 9068 "serde_json",
 9069 "thiserror 1.0.69",
 9070]
 9071
 9072[[package]]
 9073name = "json_schema_store"
 9074version = "0.1.0"
 9075dependencies = [
 9076 "anyhow",
 9077 "collections",
 9078 "dap",
 9079 "extension",
 9080 "gpui",
 9081 "language",
 9082 "parking_lot",
 9083 "paths",
 9084 "project",
 9085 "schemars",
 9086 "serde",
 9087 "serde_json",
 9088 "settings",
 9089 "snippet_provider",
 9090 "task",
 9091 "theme",
 9092 "util",
 9093]
 9094
 9095[[package]]
 9096name = "jsonschema"
 9097version = "0.37.4"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9100dependencies = [
 9101 "ahash 0.8.12",
 9102 "bytecount",
 9103 "data-encoding",
 9104 "email_address",
 9105 "fancy-regex 0.16.2",
 9106 "fraction",
 9107 "getrandom 0.3.4",
 9108 "idna",
 9109 "itoa",
 9110 "num-cmp",
 9111 "num-traits",
 9112 "percent-encoding",
 9113 "referencing",
 9114 "regex",
 9115 "regex-syntax",
 9116 "reqwest 0.12.24",
 9117 "serde",
 9118 "serde_json",
 9119 "unicode-general-category",
 9120 "uuid-simd",
 9121]
 9122
 9123[[package]]
 9124name = "jsonwebtoken"
 9125version = "10.3.0"
 9126source = "registry+https://github.com/rust-lang/crates.io-index"
 9127checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9128dependencies = [
 9129 "aws-lc-rs",
 9130 "base64 0.22.1",
 9131 "getrandom 0.2.16",
 9132 "js-sys",
 9133 "pem",
 9134 "serde",
 9135 "serde_json",
 9136 "signature 2.2.0",
 9137 "simple_asn1",
 9138]
 9139
 9140[[package]]
 9141name = "jupyter-protocol"
 9142version = "1.4.0"
 9143source = "registry+https://github.com/rust-lang/crates.io-index"
 9144checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9145dependencies = [
 9146 "async-trait",
 9147 "bytes 1.11.1",
 9148 "chrono",
 9149 "futures 0.3.32",
 9150 "serde",
 9151 "serde_json",
 9152 "thiserror 2.0.17",
 9153 "uuid",
 9154]
 9155
 9156[[package]]
 9157name = "jupyter-websocket-client"
 9158version = "1.0.0"
 9159source = "registry+https://github.com/rust-lang/crates.io-index"
 9160checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9161dependencies = [
 9162 "anyhow",
 9163 "async-trait",
 9164 "async-tungstenite",
 9165 "futures 0.3.32",
 9166 "jupyter-protocol",
 9167 "serde",
 9168 "serde_json",
 9169 "tokio",
 9170 "url",
 9171 "uuid",
 9172]
 9173
 9174[[package]]
 9175name = "keymap_editor"
 9176version = "0.1.0"
 9177dependencies = [
 9178 "anyhow",
 9179 "collections",
 9180 "command_palette",
 9181 "component",
 9182 "db",
 9183 "editor",
 9184 "fs",
 9185 "fuzzy",
 9186 "gpui",
 9187 "itertools 0.14.0",
 9188 "json_schema_store",
 9189 "language",
 9190 "log",
 9191 "menu",
 9192 "notifications",
 9193 "paths",
 9194 "project",
 9195 "search",
 9196 "serde",
 9197 "serde_json",
 9198 "settings",
 9199 "telemetry",
 9200 "tempfile",
 9201 "theme",
 9202 "theme_settings",
 9203 "tree-sitter-json",
 9204 "tree-sitter-rust",
 9205 "ui",
 9206 "ui_input",
 9207 "util",
 9208 "workspace",
 9209 "zed_actions",
 9210]
 9211
 9212[[package]]
 9213name = "khronos-egl"
 9214version = "6.0.0"
 9215source = "registry+https://github.com/rust-lang/crates.io-index"
 9216checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9217dependencies = [
 9218 "libc",
 9219 "libloading",
 9220 "pkg-config",
 9221]
 9222
 9223[[package]]
 9224name = "khronos_api"
 9225version = "3.1.0"
 9226source = "registry+https://github.com/rust-lang/crates.io-index"
 9227checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9228
 9229[[package]]
 9230name = "kqueue"
 9231version = "1.1.1"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9234dependencies = [
 9235 "kqueue-sys",
 9236 "libc",
 9237]
 9238
 9239[[package]]
 9240name = "kqueue-sys"
 9241version = "1.0.4"
 9242source = "registry+https://github.com/rust-lang/crates.io-index"
 9243checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9244dependencies = [
 9245 "bitflags 1.3.2",
 9246 "libc",
 9247]
 9248
 9249[[package]]
 9250name = "kurbo"
 9251version = "0.11.3"
 9252source = "registry+https://github.com/rust-lang/crates.io-index"
 9253checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9254dependencies = [
 9255 "arrayvec",
 9256 "euclid",
 9257 "smallvec",
 9258]
 9259
 9260[[package]]
 9261name = "kv-log-macro"
 9262version = "1.0.7"
 9263source = "registry+https://github.com/rust-lang/crates.io-index"
 9264checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9265dependencies = [
 9266 "log",
 9267]
 9268
 9269[[package]]
 9270name = "language"
 9271version = "0.1.0"
 9272dependencies = [
 9273 "anyhow",
 9274 "async-trait",
 9275 "clock",
 9276 "collections",
 9277 "criterion",
 9278 "ctor",
 9279 "diffy",
 9280 "ec4rs",
 9281 "encoding_rs",
 9282 "fs",
 9283 "futures 0.3.32",
 9284 "fuzzy",
 9285 "globset",
 9286 "gpui",
 9287 "http_client",
 9288 "imara-diff",
 9289 "indoc",
 9290 "itertools 0.14.0",
 9291 "language_core",
 9292 "log",
 9293 "lsp",
 9294 "parking_lot",
 9295 "postage",
 9296 "pretty_assertions",
 9297 "rand 0.9.3",
 9298 "regex",
 9299 "rpc",
 9300 "semver",
 9301 "serde",
 9302 "serde_json",
 9303 "settings",
 9304 "shellexpand",
 9305 "smallvec",
 9306 "smol",
 9307 "streaming-iterator",
 9308 "strsim",
 9309 "sum_tree",
 9310 "task",
 9311 "text",
 9312 "theme",
 9313 "theme_settings",
 9314 "toml 0.8.23",
 9315 "tracing",
 9316 "tree-sitter",
 9317 "tree-sitter-elixir",
 9318 "tree-sitter-embedded-template",
 9319 "tree-sitter-heex",
 9320 "tree-sitter-html",
 9321 "tree-sitter-json",
 9322 "tree-sitter-md",
 9323 "tree-sitter-python",
 9324 "tree-sitter-ruby",
 9325 "tree-sitter-rust",
 9326 "tree-sitter-typescript",
 9327 "unicase",
 9328 "unindent",
 9329 "util",
 9330 "watch",
 9331 "zlog",
 9332 "ztracing",
 9333]
 9334
 9335[[package]]
 9336name = "language_core"
 9337version = "0.1.0"
 9338dependencies = [
 9339 "anyhow",
 9340 "collections",
 9341 "gpui_shared_string",
 9342 "log",
 9343 "lsp",
 9344 "parking_lot",
 9345 "regex",
 9346 "schemars",
 9347 "serde",
 9348 "serde_json",
 9349 "toml 0.8.23",
 9350 "tree-sitter",
 9351 "util",
 9352]
 9353
 9354[[package]]
 9355name = "language_extension"
 9356version = "0.1.0"
 9357dependencies = [
 9358 "anyhow",
 9359 "async-trait",
 9360 "collections",
 9361 "extension",
 9362 "fs",
 9363 "futures 0.3.32",
 9364 "gpui",
 9365 "language",
 9366 "log",
 9367 "lsp",
 9368 "project",
 9369 "serde",
 9370 "serde_json",
 9371 "tracing",
 9372 "util",
 9373 "ztracing",
 9374]
 9375
 9376[[package]]
 9377name = "language_model"
 9378version = "0.1.0"
 9379dependencies = [
 9380 "anyhow",
 9381 "base64 0.22.1",
 9382 "collections",
 9383 "credentials_provider",
 9384 "env_var",
 9385 "futures 0.3.32",
 9386 "gpui",
 9387 "http_client",
 9388 "icons",
 9389 "image",
 9390 "language_model_core",
 9391 "log",
 9392 "parking_lot",
 9393 "serde",
 9394 "serde_json",
 9395 "thiserror 2.0.17",
 9396 "util",
 9397]
 9398
 9399[[package]]
 9400name = "language_model_core"
 9401version = "0.1.0"
 9402dependencies = [
 9403 "anyhow",
 9404 "cloud_llm_client",
 9405 "futures 0.3.32",
 9406 "gpui_shared_string",
 9407 "http_client",
 9408 "partial-json-fixer",
 9409 "schemars",
 9410 "serde",
 9411 "serde_json",
 9412 "smol",
 9413 "strum 0.27.2",
 9414 "thiserror 2.0.17",
 9415]
 9416
 9417[[package]]
 9418name = "language_models"
 9419version = "0.1.0"
 9420dependencies = [
 9421 "ai_onboarding",
 9422 "anthropic",
 9423 "anyhow",
 9424 "aws-config",
 9425 "aws-credential-types",
 9426 "aws_http_client",
 9427 "base64 0.22.1",
 9428 "bedrock",
 9429 "client",
 9430 "cloud_api_client",
 9431 "cloud_api_types",
 9432 "collections",
 9433 "component",
 9434 "convert_case 0.8.0",
 9435 "copilot",
 9436 "copilot_chat",
 9437 "copilot_ui",
 9438 "credentials_provider",
 9439 "deepseek",
 9440 "extension",
 9441 "extension_host",
 9442 "fs",
 9443 "futures 0.3.32",
 9444 "google_ai",
 9445 "gpui",
 9446 "gpui_tokio",
 9447 "http_client",
 9448 "language",
 9449 "language_model",
 9450 "language_models_cloud",
 9451 "lmstudio",
 9452 "log",
 9453 "menu",
 9454 "mistral",
 9455 "ollama",
 9456 "open_ai",
 9457 "open_router",
 9458 "opencode",
 9459 "pretty_assertions",
 9460 "release_channel",
 9461 "schemars",
 9462 "serde",
 9463 "serde_json",
 9464 "settings",
 9465 "smol",
 9466 "strum 0.27.2",
 9467 "tiktoken-rs",
 9468 "tokio",
 9469 "ui",
 9470 "ui_input",
 9471 "util",
 9472 "vercel",
 9473 "x_ai",
 9474]
 9475
 9476[[package]]
 9477name = "language_models_cloud"
 9478version = "0.1.0"
 9479dependencies = [
 9480 "anthropic",
 9481 "anyhow",
 9482 "cloud_llm_client",
 9483 "futures 0.3.32",
 9484 "google_ai",
 9485 "gpui",
 9486 "http_client",
 9487 "language_model",
 9488 "open_ai",
 9489 "schemars",
 9490 "semver",
 9491 "serde",
 9492 "serde_json",
 9493 "smol",
 9494 "thiserror 2.0.17",
 9495 "x_ai",
 9496]
 9497
 9498[[package]]
 9499name = "language_onboarding"
 9500version = "0.1.0"
 9501dependencies = [
 9502 "db",
 9503 "editor",
 9504 "gpui",
 9505 "project",
 9506 "ui",
 9507 "workspace",
 9508]
 9509
 9510[[package]]
 9511name = "language_selector"
 9512version = "0.1.0"
 9513dependencies = [
 9514 "anyhow",
 9515 "editor",
 9516 "file_icons",
 9517 "fuzzy",
 9518 "gpui",
 9519 "language",
 9520 "open_path_prompt",
 9521 "picker",
 9522 "project",
 9523 "serde_json",
 9524 "settings",
 9525 "ui",
 9526 "util",
 9527 "workspace",
 9528]
 9529
 9530[[package]]
 9531name = "language_tools"
 9532version = "0.1.0"
 9533dependencies = [
 9534 "anyhow",
 9535 "client",
 9536 "collections",
 9537 "command_palette_hooks",
 9538 "edit_prediction",
 9539 "editor",
 9540 "futures 0.3.32",
 9541 "gpui",
 9542 "itertools 0.14.0",
 9543 "language",
 9544 "lsp",
 9545 "menu",
 9546 "project",
 9547 "proto",
 9548 "release_channel",
 9549 "semver",
 9550 "serde_json",
 9551 "settings",
 9552 "sysinfo 0.37.2",
 9553 "telemetry",
 9554 "theme",
 9555 "theme_settings",
 9556 "tree-sitter",
 9557 "ui",
 9558 "util",
 9559 "workspace",
 9560 "zed_actions",
 9561 "zlog",
 9562]
 9563
 9564[[package]]
 9565name = "languages"
 9566version = "0.1.0"
 9567dependencies = [
 9568 "anyhow",
 9569 "async-compression",
 9570 "async-fs",
 9571 "async-tar",
 9572 "async-trait",
 9573 "chrono",
 9574 "collections",
 9575 "fs",
 9576 "futures 0.3.32",
 9577 "globset",
 9578 "gpui",
 9579 "grammars",
 9580 "http_client",
 9581 "itertools 0.14.0",
 9582 "json_schema_store",
 9583 "language",
 9584 "log",
 9585 "lsp",
 9586 "node_runtime",
 9587 "parking_lot",
 9588 "pet",
 9589 "pet-conda",
 9590 "pet-core",
 9591 "pet-fs",
 9592 "pet-poetry",
 9593 "pet-reporter",
 9594 "pet-virtualenv",
 9595 "pretty_assertions",
 9596 "project",
 9597 "regex",
 9598 "rope",
 9599 "semver",
 9600 "serde",
 9601 "serde_json",
 9602 "serde_json_lenient",
 9603 "settings",
 9604 "smallvec",
 9605 "smol",
 9606 "snippet",
 9607 "task",
 9608 "terminal",
 9609 "theme",
 9610 "tree-sitter",
 9611 "tree-sitter-bash",
 9612 "tree-sitter-c",
 9613 "tree-sitter-cpp",
 9614 "tree-sitter-css",
 9615 "tree-sitter-gitcommit",
 9616 "tree-sitter-go",
 9617 "tree-sitter-python",
 9618 "tree-sitter-rust",
 9619 "tree-sitter-typescript",
 9620 "unindent",
 9621 "url",
 9622 "util",
 9623]
 9624
 9625[[package]]
 9626name = "lazy_static"
 9627version = "1.5.0"
 9628source = "registry+https://github.com/rust-lang/crates.io-index"
 9629checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9630dependencies = [
 9631 "spin 0.9.8",
 9632]
 9633
 9634[[package]]
 9635name = "leak"
 9636version = "0.1.2"
 9637source = "registry+https://github.com/rust-lang/crates.io-index"
 9638checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9639
 9640[[package]]
 9641name = "leaky-cow"
 9642version = "0.1.1"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9645dependencies = [
 9646 "leak",
 9647]
 9648
 9649[[package]]
 9650name = "leb128"
 9651version = "0.2.5"
 9652source = "registry+https://github.com/rust-lang/crates.io-index"
 9653checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9654
 9655[[package]]
 9656name = "leb128fmt"
 9657version = "0.1.0"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9660
 9661[[package]]
 9662name = "lebe"
 9663version = "0.5.3"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9666
 9667[[package]]
 9668name = "libbz2-rs-sys"
 9669version = "0.2.2"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9672
 9673[[package]]
 9674name = "libc"
 9675version = "0.2.182"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9678
 9679[[package]]
 9680name = "libdbus-sys"
 9681version = "0.2.6"
 9682source = "registry+https://github.com/rust-lang/crates.io-index"
 9683checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9684dependencies = [
 9685 "cc",
 9686 "pkg-config",
 9687]
 9688
 9689[[package]]
 9690name = "libfuzzer-sys"
 9691version = "0.4.10"
 9692source = "registry+https://github.com/rust-lang/crates.io-index"
 9693checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9694dependencies = [
 9695 "arbitrary",
 9696 "cc",
 9697]
 9698
 9699[[package]]
 9700name = "libgit2-sys"
 9701version = "0.18.3+1.9.2"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9704dependencies = [
 9705 "cc",
 9706 "libc",
 9707 "libz-sys",
 9708 "pkg-config",
 9709]
 9710
 9711[[package]]
 9712name = "libloading"
 9713version = "0.8.9"
 9714source = "registry+https://github.com/rust-lang/crates.io-index"
 9715checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9716dependencies = [
 9717 "cfg-if",
 9718 "windows-link 0.2.1",
 9719]
 9720
 9721[[package]]
 9722name = "libm"
 9723version = "0.2.15"
 9724source = "registry+https://github.com/rust-lang/crates.io-index"
 9725checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9726
 9727[[package]]
 9728name = "libmimalloc-sys"
 9729version = "0.1.44"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9732dependencies = [
 9733 "cc",
 9734 "libc",
 9735]
 9736
 9737[[package]]
 9738name = "libredox"
 9739version = "0.1.10"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9742dependencies = [
 9743 "bitflags 2.10.0",
 9744 "libc",
 9745 "redox_syscall 0.5.18",
 9746]
 9747
 9748[[package]]
 9749name = "libsqlite3-sys"
 9750version = "0.30.1"
 9751source = "registry+https://github.com/rust-lang/crates.io-index"
 9752checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9753dependencies = [
 9754 "cc",
 9755 "pkg-config",
 9756 "vcpkg",
 9757]
 9758
 9759[[package]]
 9760name = "libwebrtc"
 9761version = "0.3.26"
 9762source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9763dependencies = [
 9764 "cxx",
 9765 "glib",
 9766 "jni",
 9767 "js-sys",
 9768 "lazy_static",
 9769 "livekit-protocol",
 9770 "livekit-runtime",
 9771 "log",
 9772 "parking_lot",
 9773 "serde",
 9774 "serde_json",
 9775 "thiserror 1.0.69",
 9776 "tokio",
 9777 "wasm-bindgen",
 9778 "wasm-bindgen-futures",
 9779 "web-sys",
 9780 "webrtc-sys",
 9781]
 9782
 9783[[package]]
 9784name = "libz-sys"
 9785version = "1.1.22"
 9786source = "registry+https://github.com/rust-lang/crates.io-index"
 9787checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9788dependencies = [
 9789 "cc",
 9790 "libc",
 9791 "pkg-config",
 9792 "vcpkg",
 9793]
 9794
 9795[[package]]
 9796name = "line_ending_selector"
 9797version = "0.1.0"
 9798dependencies = [
 9799 "editor",
 9800 "gpui",
 9801 "language",
 9802 "picker",
 9803 "project",
 9804 "ui",
 9805 "util",
 9806 "workspace",
 9807]
 9808
 9809[[package]]
 9810name = "linebender_resource_handle"
 9811version = "0.1.1"
 9812source = "registry+https://github.com/rust-lang/crates.io-index"
 9813checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9814
 9815[[package]]
 9816name = "link-cplusplus"
 9817version = "1.0.12"
 9818source = "registry+https://github.com/rust-lang/crates.io-index"
 9819checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9820dependencies = [
 9821 "cc",
 9822]
 9823
 9824[[package]]
 9825name = "linkify"
 9826version = "0.10.0"
 9827source = "registry+https://github.com/rust-lang/crates.io-index"
 9828checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9829dependencies = [
 9830 "memchr",
 9831]
 9832
 9833[[package]]
 9834name = "linux-raw-sys"
 9835version = "0.4.15"
 9836source = "registry+https://github.com/rust-lang/crates.io-index"
 9837checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9838
 9839[[package]]
 9840name = "linux-raw-sys"
 9841version = "0.11.0"
 9842source = "registry+https://github.com/rust-lang/crates.io-index"
 9843checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9844
 9845[[package]]
 9846name = "litemap"
 9847version = "0.8.0"
 9848source = "registry+https://github.com/rust-lang/crates.io-index"
 9849checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9850
 9851[[package]]
 9852name = "litrs"
 9853version = "1.0.0"
 9854source = "registry+https://github.com/rust-lang/crates.io-index"
 9855checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9856
 9857[[package]]
 9858name = "livekit"
 9859version = "0.7.32"
 9860source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9861dependencies = [
 9862 "base64 0.22.1",
 9863 "bmrng",
 9864 "bytes 1.11.1",
 9865 "chrono",
 9866 "futures-util",
 9867 "lazy_static",
 9868 "libloading",
 9869 "libwebrtc",
 9870 "livekit-api",
 9871 "livekit-protocol",
 9872 "livekit-runtime",
 9873 "log",
 9874 "parking_lot",
 9875 "prost 0.12.6",
 9876 "semver",
 9877 "serde",
 9878 "serde_json",
 9879 "thiserror 1.0.69",
 9880 "tokio",
 9881]
 9882
 9883[[package]]
 9884name = "livekit-api"
 9885version = "0.4.14"
 9886source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9887dependencies = [
 9888 "base64 0.21.7",
 9889 "futures-util",
 9890 "http 1.3.1",
 9891 "livekit-protocol",
 9892 "livekit-runtime",
 9893 "log",
 9894 "parking_lot",
 9895 "pbjson-types",
 9896 "prost 0.12.6",
 9897 "rand 0.9.3",
 9898 "reqwest 0.12.24",
 9899 "rustls-native-certs 0.6.3",
 9900 "scopeguard",
 9901 "serde",
 9902 "sha2",
 9903 "thiserror 1.0.69",
 9904 "tokio",
 9905 "tokio-rustls 0.26.2",
 9906 "tokio-tungstenite 0.28.0",
 9907 "url",
 9908]
 9909
 9910[[package]]
 9911name = "livekit-protocol"
 9912version = "0.7.1"
 9913source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9914dependencies = [
 9915 "futures-util",
 9916 "livekit-runtime",
 9917 "parking_lot",
 9918 "pbjson",
 9919 "pbjson-types",
 9920 "prost 0.12.6",
 9921 "serde",
 9922 "thiserror 1.0.69",
 9923 "tokio",
 9924]
 9925
 9926[[package]]
 9927name = "livekit-runtime"
 9928version = "0.4.0"
 9929source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9930dependencies = [
 9931 "tokio",
 9932 "tokio-stream",
 9933]
 9934
 9935[[package]]
 9936name = "livekit_api"
 9937version = "0.1.0"
 9938dependencies = [
 9939 "anyhow",
 9940 "async-trait",
 9941 "jsonwebtoken",
 9942 "log",
 9943 "prost 0.9.0",
 9944 "prost-build 0.9.0",
 9945 "prost-types 0.9.0",
 9946 "serde",
 9947 "zed-reqwest",
 9948]
 9949
 9950[[package]]
 9951name = "livekit_client"
 9952version = "0.1.0"
 9953dependencies = [
 9954 "anyhow",
 9955 "async-trait",
 9956 "audio",
 9957 "cocoa 0.26.0",
 9958 "collections",
 9959 "core-foundation 0.10.0",
 9960 "core-video",
 9961 "coreaudio-rs 0.12.1",
 9962 "cpal",
 9963 "futures 0.3.32",
 9964 "gpui",
 9965 "gpui_platform",
 9966 "gpui_tokio",
 9967 "http_client_tls",
 9968 "image",
 9969 "libwebrtc",
 9970 "livekit",
 9971 "livekit_api",
 9972 "log",
 9973 "nanoid",
 9974 "objc",
 9975 "parking_lot",
 9976 "postage",
 9977 "rodio",
 9978 "serde",
 9979 "serde_json",
 9980 "serde_urlencoded",
 9981 "settings",
 9982 "simplelog",
 9983 "smallvec",
 9984 "tokio",
 9985 "ui",
 9986 "util",
 9987 "webrtc-sys",
 9988 "zed-scap",
 9989]
 9990
 9991[[package]]
 9992name = "lmdb-master-sys"
 9993version = "0.2.5"
 9994source = "registry+https://github.com/rust-lang/crates.io-index"
 9995checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9996dependencies = [
 9997 "cc",
 9998 "doxygen-rs",
 9999 "libc",
10000]
10001
10002[[package]]
10003name = "lmstudio"
10004version = "0.1.0"
10005dependencies = [
10006 "anyhow",
10007 "futures 0.3.32",
10008 "http_client",
10009 "schemars",
10010 "serde",
10011 "serde_json",
10012]
10013
10014[[package]]
10015name = "lock_api"
10016version = "0.4.14"
10017source = "registry+https://github.com/rust-lang/crates.io-index"
10018checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10019dependencies = [
10020 "scopeguard",
10021]
10022
10023[[package]]
10024name = "log"
10025version = "0.4.29"
10026source = "registry+https://github.com/rust-lang/crates.io-index"
10027checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10028dependencies = [
10029 "serde_core",
10030 "value-bag",
10031]
10032
10033[[package]]
10034name = "loom"
10035version = "0.7.2"
10036source = "registry+https://github.com/rust-lang/crates.io-index"
10037checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10038dependencies = [
10039 "cfg-if",
10040 "generator",
10041 "scoped-tls",
10042 "tracing",
10043 "tracing-subscriber",
10044]
10045
10046[[package]]
10047name = "loop9"
10048version = "0.1.5"
10049source = "registry+https://github.com/rust-lang/crates.io-index"
10050checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10051dependencies = [
10052 "imgref",
10053]
10054
10055[[package]]
10056name = "lru"
10057version = "0.12.5"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10060dependencies = [
10061 "hashbrown 0.15.5",
10062]
10063
10064[[package]]
10065name = "lru-slab"
10066version = "0.1.2"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10069
10070[[package]]
10071name = "lsp"
10072version = "0.1.0"
10073dependencies = [
10074 "anyhow",
10075 "async-pipe",
10076 "collections",
10077 "ctor",
10078 "futures 0.3.32",
10079 "gpui",
10080 "gpui_util",
10081 "log",
10082 "lsp-types",
10083 "parking_lot",
10084 "postage",
10085 "release_channel",
10086 "schemars",
10087 "semver",
10088 "serde",
10089 "serde_json",
10090 "smol",
10091 "util",
10092 "zlog",
10093]
10094
10095[[package]]
10096name = "lsp-types"
10097version = "0.95.1"
10098source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10099dependencies = [
10100 "bitflags 1.3.2",
10101 "serde",
10102 "serde_json",
10103 "url",
10104]
10105
10106[[package]]
10107name = "lyon"
10108version = "1.0.16"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10111dependencies = [
10112 "lyon_algorithms",
10113 "lyon_extra",
10114 "lyon_tessellation",
10115]
10116
10117[[package]]
10118name = "lyon_algorithms"
10119version = "1.0.16"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10122dependencies = [
10123 "lyon_path",
10124 "num-traits",
10125]
10126
10127[[package]]
10128name = "lyon_extra"
10129version = "1.0.3"
10130source = "registry+https://github.com/rust-lang/crates.io-index"
10131checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10132dependencies = [
10133 "lyon_path",
10134 "thiserror 1.0.69",
10135]
10136
10137[[package]]
10138name = "lyon_geom"
10139version = "1.0.17"
10140source = "registry+https://github.com/rust-lang/crates.io-index"
10141checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10142dependencies = [
10143 "arrayvec",
10144 "euclid",
10145 "num-traits",
10146]
10147
10148[[package]]
10149name = "lyon_path"
10150version = "1.0.16"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10153dependencies = [
10154 "lyon_geom",
10155 "num-traits",
10156]
10157
10158[[package]]
10159name = "lyon_tessellation"
10160version = "1.0.16"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10163dependencies = [
10164 "float_next_after",
10165 "lyon_path",
10166 "num-traits",
10167]
10168
10169[[package]]
10170name = "mac"
10171version = "0.1.1"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10174
10175[[package]]
10176name = "mach2"
10177version = "0.4.3"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10180dependencies = [
10181 "libc",
10182]
10183
10184[[package]]
10185name = "mach2"
10186version = "0.5.0"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10189dependencies = [
10190 "libc",
10191]
10192
10193[[package]]
10194name = "malloc_buf"
10195version = "0.0.6"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10198dependencies = [
10199 "libc",
10200]
10201
10202[[package]]
10203name = "maplit"
10204version = "1.0.2"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10207
10208[[package]]
10209name = "markdown"
10210version = "0.1.0"
10211dependencies = [
10212 "anyhow",
10213 "assets",
10214 "base64 0.22.1",
10215 "collections",
10216 "env_logger 0.11.8",
10217 "fs",
10218 "futures 0.3.32",
10219 "gpui",
10220 "gpui_platform",
10221 "html5ever 0.27.0",
10222 "language",
10223 "languages",
10224 "linkify",
10225 "log",
10226 "markup5ever_rcdom",
10227 "mermaid-rs-renderer",
10228 "node_runtime",
10229 "pulldown-cmark 0.13.0",
10230 "settings",
10231 "stacksafe",
10232 "sum_tree",
10233 "theme",
10234 "theme_settings",
10235 "ui",
10236 "util",
10237]
10238
10239[[package]]
10240name = "markdown_preview"
10241version = "0.1.0"
10242dependencies = [
10243 "anyhow",
10244 "editor",
10245 "gpui",
10246 "language",
10247 "log",
10248 "markdown",
10249 "project",
10250 "settings",
10251 "tempfile",
10252 "theme_settings",
10253 "ui",
10254 "urlencoding",
10255 "util",
10256 "workspace",
10257 "zed_actions",
10258]
10259
10260[[package]]
10261name = "markup5ever"
10262version = "0.12.1"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10265dependencies = [
10266 "log",
10267 "phf 0.11.3",
10268 "phf_codegen",
10269 "string_cache",
10270 "string_cache_codegen",
10271 "tendril",
10272]
10273
10274[[package]]
10275name = "markup5ever"
10276version = "0.35.0"
10277source = "registry+https://github.com/rust-lang/crates.io-index"
10278checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10279dependencies = [
10280 "log",
10281 "tendril",
10282 "web_atoms",
10283]
10284
10285[[package]]
10286name = "markup5ever_rcdom"
10287version = "0.3.0"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10290dependencies = [
10291 "html5ever 0.27.0",
10292 "markup5ever 0.12.1",
10293 "tendril",
10294 "xml5ever",
10295]
10296
10297[[package]]
10298name = "match_token"
10299version = "0.35.0"
10300source = "registry+https://github.com/rust-lang/crates.io-index"
10301checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10302dependencies = [
10303 "proc-macro2",
10304 "quote",
10305 "syn 2.0.117",
10306]
10307
10308[[package]]
10309name = "matchers"
10310version = "0.2.0"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10313dependencies = [
10314 "regex-automata",
10315]
10316
10317[[package]]
10318name = "matchit"
10319version = "0.7.3"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10322
10323[[package]]
10324name = "maybe-owned"
10325version = "0.3.4"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10328
10329[[package]]
10330name = "maybe-rayon"
10331version = "0.1.1"
10332source = "registry+https://github.com/rust-lang/crates.io-index"
10333checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10334dependencies = [
10335 "cfg-if",
10336 "rayon",
10337]
10338
10339[[package]]
10340name = "md-5"
10341version = "0.10.6"
10342source = "registry+https://github.com/rust-lang/crates.io-index"
10343checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10344dependencies = [
10345 "cfg-if",
10346 "digest",
10347]
10348
10349[[package]]
10350name = "mdbook"
10351version = "0.4.40"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10354dependencies = [
10355 "ammonia",
10356 "anyhow",
10357 "chrono",
10358 "clap",
10359 "clap_complete",
10360 "elasticlunr-rs",
10361 "env_logger 0.11.8",
10362 "futures-util",
10363 "handlebars 5.1.2",
10364 "ignore",
10365 "log",
10366 "memchr",
10367 "notify 6.1.1",
10368 "notify-debouncer-mini",
10369 "once_cell",
10370 "opener",
10371 "pathdiff",
10372 "pulldown-cmark 0.10.3",
10373 "regex",
10374 "serde",
10375 "serde_json",
10376 "shlex",
10377 "tempfile",
10378 "tokio",
10379 "toml 0.5.11",
10380 "topological-sort",
10381 "walkdir",
10382 "warp",
10383]
10384
10385[[package]]
10386name = "media"
10387version = "0.1.0"
10388dependencies = [
10389 "anyhow",
10390 "bindgen 0.71.1",
10391 "core-foundation 0.10.0",
10392 "core-video",
10393 "ctor",
10394 "foreign-types 0.5.0",
10395 "metal",
10396 "objc",
10397]
10398
10399[[package]]
10400name = "memchr"
10401version = "2.7.6"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10404
10405[[package]]
10406name = "memfd"
10407version = "0.6.5"
10408source = "registry+https://github.com/rust-lang/crates.io-index"
10409checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10410dependencies = [
10411 "rustix 1.1.2",
10412]
10413
10414[[package]]
10415name = "memmap2"
10416version = "0.9.8"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10419dependencies = [
10420 "libc",
10421 "stable_deref_trait",
10422]
10423
10424[[package]]
10425name = "memoffset"
10426version = "0.9.1"
10427source = "registry+https://github.com/rust-lang/crates.io-index"
10428checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10429dependencies = [
10430 "autocfg",
10431]
10432
10433[[package]]
10434name = "menu"
10435version = "0.1.0"
10436dependencies = [
10437 "gpui",
10438]
10439
10440[[package]]
10441name = "merge"
10442version = "0.1.0"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10445dependencies = [
10446 "merge_derive",
10447 "num-traits",
10448]
10449
10450[[package]]
10451name = "merge_derive"
10452version = "0.1.0"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10455dependencies = [
10456 "proc-macro-error",
10457 "proc-macro2",
10458 "quote",
10459 "syn 1.0.109",
10460]
10461
10462[[package]]
10463name = "mermaid-rs-renderer"
10464version = "0.2.0"
10465source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10466dependencies = [
10467 "anyhow",
10468 "fontdb 0.16.2",
10469 "json5",
10470 "once_cell",
10471 "regex",
10472 "serde",
10473 "serde_json",
10474 "thiserror 2.0.17",
10475 "ttf-parser 0.20.0",
10476]
10477
10478[[package]]
10479name = "metal"
10480version = "0.33.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10483dependencies = [
10484 "bitflags 2.10.0",
10485 "block",
10486 "core-graphics-types 0.2.0",
10487 "foreign-types 0.5.0",
10488 "log",
10489 "objc",
10490 "paste",
10491]
10492
10493[[package]]
10494name = "migrator"
10495version = "0.1.0"
10496dependencies = [
10497 "anyhow",
10498 "collections",
10499 "convert_case 0.8.0",
10500 "log",
10501 "pretty_assertions",
10502 "serde_json",
10503 "serde_json_lenient",
10504 "settings_content",
10505 "settings_json",
10506 "streaming-iterator",
10507 "tree-sitter",
10508 "tree-sitter-json",
10509 "unindent",
10510]
10511
10512[[package]]
10513name = "mimalloc"
10514version = "0.1.48"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10517dependencies = [
10518 "libmimalloc-sys",
10519]
10520
10521[[package]]
10522name = "mime"
10523version = "0.3.17"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10526
10527[[package]]
10528name = "mime_guess"
10529version = "2.0.5"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10532dependencies = [
10533 "mime",
10534 "unicase",
10535]
10536
10537[[package]]
10538name = "minidump-common"
10539version = "0.26.1"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10542dependencies = [
10543 "bitflags 2.10.0",
10544 "debugid",
10545 "num-derive",
10546 "num-traits",
10547 "range-map",
10548 "scroll",
10549 "smart-default",
10550]
10551
10552[[package]]
10553name = "minidump-writer"
10554version = "0.11.0"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10557dependencies = [
10558 "bitflags 2.10.0",
10559 "byteorder",
10560 "cfg-if",
10561 "crash-context",
10562 "error-graph",
10563 "failspot",
10564 "goblin",
10565 "libc",
10566 "log",
10567 "mach2 0.4.3",
10568 "memmap2",
10569 "memoffset",
10570 "minidump-common",
10571 "nix 0.29.0",
10572 "procfs-core",
10573 "scroll",
10574 "serde",
10575 "serde_json",
10576 "tempfile",
10577 "thiserror 2.0.17",
10578]
10579
10580[[package]]
10581name = "minidumper"
10582version = "0.9.0"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10585dependencies = [
10586 "cfg-if",
10587 "crash-context",
10588 "libc",
10589 "log",
10590 "minidump-writer",
10591 "parking_lot",
10592 "polling",
10593 "scroll",
10594 "thiserror 2.0.17",
10595 "uds",
10596]
10597
10598[[package]]
10599name = "minimal-lexical"
10600version = "0.2.1"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10603
10604[[package]]
10605name = "miniprofiler_ui"
10606version = "0.1.0"
10607dependencies = [
10608 "gpui",
10609 "rpc",
10610 "serde_json",
10611 "smol",
10612 "theme_settings",
10613 "util",
10614 "workspace",
10615 "zed_actions",
10616]
10617
10618[[package]]
10619name = "miniz_oxide"
10620version = "0.8.9"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10623dependencies = [
10624 "adler2",
10625 "simd-adler32",
10626]
10627
10628[[package]]
10629name = "mio"
10630version = "0.8.11"
10631source = "registry+https://github.com/rust-lang/crates.io-index"
10632checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10633dependencies = [
10634 "libc",
10635 "log",
10636 "wasi",
10637 "windows-sys 0.48.0",
10638]
10639
10640[[package]]
10641name = "mio"
10642version = "1.1.0"
10643source = "registry+https://github.com/rust-lang/crates.io-index"
10644checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10645dependencies = [
10646 "libc",
10647 "log",
10648 "wasi",
10649 "windows-sys 0.61.2",
10650]
10651
10652[[package]]
10653name = "miow"
10654version = "0.6.1"
10655source = "registry+https://github.com/rust-lang/crates.io-index"
10656checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10657dependencies = [
10658 "windows-sys 0.61.2",
10659]
10660
10661[[package]]
10662name = "mistral"
10663version = "0.1.0"
10664dependencies = [
10665 "anyhow",
10666 "futures 0.3.32",
10667 "http_client",
10668 "schemars",
10669 "serde",
10670 "serde_json",
10671 "strum 0.27.2",
10672]
10673
10674[[package]]
10675name = "moka"
10676version = "0.12.11"
10677source = "registry+https://github.com/rust-lang/crates.io-index"
10678checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10679dependencies = [
10680 "crossbeam-channel",
10681 "crossbeam-epoch",
10682 "crossbeam-utils",
10683 "equivalent",
10684 "parking_lot",
10685 "portable-atomic",
10686 "rustc_version",
10687 "smallvec",
10688 "tagptr",
10689 "uuid",
10690]
10691
10692[[package]]
10693name = "moxcms"
10694version = "0.7.7"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10697dependencies = [
10698 "num-traits",
10699 "pxfm",
10700]
10701
10702[[package]]
10703name = "msvc_spectre_libs"
10704version = "0.1.3"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10707dependencies = [
10708 "cc",
10709]
10710
10711[[package]]
10712name = "multi_buffer"
10713version = "0.1.0"
10714dependencies = [
10715 "anyhow",
10716 "buffer_diff",
10717 "clock",
10718 "collections",
10719 "ctor",
10720 "gpui",
10721 "indoc",
10722 "itertools 0.14.0",
10723 "language",
10724 "log",
10725 "parking_lot",
10726 "pretty_assertions",
10727 "rand 0.9.3",
10728 "rope",
10729 "serde",
10730 "settings",
10731 "smallvec",
10732 "smol",
10733 "sum_tree",
10734 "text",
10735 "theme",
10736 "tracing",
10737 "tree-sitter",
10738 "unicode-segmentation",
10739 "util",
10740 "zlog",
10741 "ztracing",
10742]
10743
10744[[package]]
10745name = "multimap"
10746version = "0.8.3"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10749
10750[[package]]
10751name = "naga"
10752version = "29.0.0"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10755dependencies = [
10756 "arrayvec",
10757 "bit-set 0.9.1",
10758 "bitflags 2.10.0",
10759 "cfg-if",
10760 "cfg_aliases 0.2.1",
10761 "codespan-reporting",
10762 "half",
10763 "hashbrown 0.16.1",
10764 "hexf-parse",
10765 "indexmap",
10766 "libm",
10767 "log",
10768 "num-traits",
10769 "once_cell",
10770 "rustc-hash 1.1.0",
10771 "thiserror 2.0.17",
10772 "unicode-ident",
10773]
10774
10775[[package]]
10776name = "naga"
10777version = "29.0.0"
10778source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10779dependencies = [
10780 "arrayvec",
10781 "bit-set 0.9.1",
10782 "bitflags 2.10.0",
10783 "cfg-if",
10784 "cfg_aliases 0.2.1",
10785 "codespan-reporting",
10786 "half",
10787 "hashbrown 0.16.1",
10788 "hexf-parse",
10789 "indexmap",
10790 "libm",
10791 "log",
10792 "num-traits",
10793 "once_cell",
10794 "rustc-hash 1.1.0",
10795 "spirv",
10796 "thiserror 2.0.17",
10797 "unicode-ident",
10798]
10799
10800[[package]]
10801name = "nanoid"
10802version = "0.4.0"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10805dependencies = [
10806 "rand 0.8.5",
10807]
10808
10809[[package]]
10810name = "nanorand"
10811version = "0.7.0"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10814dependencies = [
10815 "getrandom 0.2.16",
10816]
10817
10818[[package]]
10819name = "native-tls"
10820version = "0.2.14"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10823dependencies = [
10824 "libc",
10825 "log",
10826 "openssl",
10827 "openssl-probe",
10828 "openssl-sys",
10829 "schannel",
10830 "security-framework 2.11.1",
10831 "security-framework-sys",
10832 "tempfile",
10833]
10834
10835[[package]]
10836name = "nbformat"
10837version = "1.2.0"
10838source = "registry+https://github.com/rust-lang/crates.io-index"
10839checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10840dependencies = [
10841 "anyhow",
10842 "chrono",
10843 "jupyter-protocol",
10844 "serde",
10845 "serde_json",
10846 "thiserror 1.0.69",
10847 "uuid",
10848]
10849
10850[[package]]
10851name = "nc"
10852version = "0.1.0"
10853dependencies = [
10854 "anyhow",
10855 "futures 0.3.32",
10856 "net",
10857 "smol",
10858]
10859
10860[[package]]
10861name = "ndk"
10862version = "0.9.0"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10865dependencies = [
10866 "bitflags 2.10.0",
10867 "jni-sys",
10868 "log",
10869 "ndk-sys",
10870 "num_enum",
10871 "thiserror 1.0.69",
10872]
10873
10874[[package]]
10875name = "ndk-context"
10876version = "0.1.1"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10879
10880[[package]]
10881name = "ndk-sys"
10882version = "0.6.0+11769913"
10883source = "registry+https://github.com/rust-lang/crates.io-index"
10884checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10885dependencies = [
10886 "jni-sys",
10887]
10888
10889[[package]]
10890name = "net"
10891version = "0.1.0"
10892dependencies = [
10893 "anyhow",
10894 "async-io",
10895 "smol",
10896 "tempfile",
10897 "windows 0.61.3",
10898]
10899
10900[[package]]
10901name = "new_debug_unreachable"
10902version = "1.0.6"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10905
10906[[package]]
10907name = "nix"
10908version = "0.28.0"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10911dependencies = [
10912 "bitflags 2.10.0",
10913 "cfg-if",
10914 "cfg_aliases 0.1.1",
10915 "libc",
10916]
10917
10918[[package]]
10919name = "nix"
10920version = "0.29.0"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10923dependencies = [
10924 "bitflags 2.10.0",
10925 "cfg-if",
10926 "cfg_aliases 0.2.1",
10927 "libc",
10928]
10929
10930[[package]]
10931name = "nix"
10932version = "0.30.1"
10933source = "registry+https://github.com/rust-lang/crates.io-index"
10934checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10935dependencies = [
10936 "bitflags 2.10.0",
10937 "cfg-if",
10938 "cfg_aliases 0.2.1",
10939 "libc",
10940]
10941
10942[[package]]
10943name = "node_runtime"
10944version = "0.1.0"
10945dependencies = [
10946 "anyhow",
10947 "async-compression",
10948 "async-std",
10949 "async-tar",
10950 "async-trait",
10951 "futures 0.3.32",
10952 "http_client",
10953 "log",
10954 "paths",
10955 "semver",
10956 "serde",
10957 "serde_json",
10958 "smol",
10959 "util",
10960 "watch",
10961 "which 6.0.3",
10962]
10963
10964[[package]]
10965name = "nom"
10966version = "7.1.3"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10969dependencies = [
10970 "memchr",
10971 "minimal-lexical",
10972]
10973
10974[[package]]
10975name = "nom"
10976version = "8.0.0"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10979dependencies = [
10980 "memchr",
10981]
10982
10983[[package]]
10984name = "noop_proc_macro"
10985version = "0.3.0"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10988
10989[[package]]
10990name = "normpath"
10991version = "1.5.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10994dependencies = [
10995 "windows-sys 0.61.2",
10996]
10997
10998[[package]]
10999name = "notifications"
11000version = "0.1.0"
11001dependencies = [
11002 "anyhow",
11003 "channel",
11004 "client",
11005 "component",
11006 "db",
11007 "gpui",
11008 "rpc",
11009 "sum_tree",
11010 "time",
11011 "ui",
11012 "util",
11013 "workspace",
11014 "zed_actions",
11015]
11016
11017[[package]]
11018name = "notify"
11019version = "6.1.1"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11022dependencies = [
11023 "bitflags 2.10.0",
11024 "crossbeam-channel",
11025 "filetime",
11026 "fsevent-sys",
11027 "inotify 0.9.6",
11028 "kqueue",
11029 "libc",
11030 "log",
11031 "mio 0.8.11",
11032 "walkdir",
11033 "windows-sys 0.48.0",
11034]
11035
11036[[package]]
11037name = "notify"
11038version = "8.2.0"
11039source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11040dependencies = [
11041 "bitflags 2.10.0",
11042 "fsevent-sys",
11043 "inotify 0.11.0",
11044 "kqueue",
11045 "libc",
11046 "log",
11047 "mio 1.1.0",
11048 "notify-types",
11049 "walkdir",
11050 "windows-sys 0.60.2",
11051]
11052
11053[[package]]
11054name = "notify-debouncer-mini"
11055version = "0.4.1"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11058dependencies = [
11059 "crossbeam-channel",
11060 "log",
11061 "notify 6.1.1",
11062]
11063
11064[[package]]
11065name = "notify-types"
11066version = "2.0.0"
11067source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11068
11069[[package]]
11070name = "ntapi"
11071version = "0.4.1"
11072source = "registry+https://github.com/rust-lang/crates.io-index"
11073checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11074dependencies = [
11075 "winapi",
11076]
11077
11078[[package]]
11079name = "nu-ansi-term"
11080version = "0.50.3"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11083dependencies = [
11084 "windows-sys 0.61.2",
11085]
11086
11087[[package]]
11088name = "nucleo"
11089version = "0.5.0"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11092dependencies = [
11093 "nucleo-matcher",
11094 "parking_lot",
11095 "rayon",
11096]
11097
11098[[package]]
11099name = "nucleo-matcher"
11100version = "0.3.1"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11103dependencies = [
11104 "memchr",
11105 "unicode-segmentation",
11106]
11107
11108[[package]]
11109name = "num"
11110version = "0.4.3"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11113dependencies = [
11114 "num-bigint",
11115 "num-complex",
11116 "num-integer",
11117 "num-iter",
11118 "num-rational",
11119 "num-traits",
11120]
11121
11122[[package]]
11123name = "num-bigint"
11124version = "0.4.6"
11125source = "registry+https://github.com/rust-lang/crates.io-index"
11126checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11127dependencies = [
11128 "num-integer",
11129 "num-traits",
11130]
11131
11132[[package]]
11133name = "num-bigint-dig"
11134version = "0.8.6"
11135source = "registry+https://github.com/rust-lang/crates.io-index"
11136checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11137dependencies = [
11138 "lazy_static",
11139 "libm",
11140 "num-integer",
11141 "num-iter",
11142 "num-traits",
11143 "rand 0.8.5",
11144 "smallvec",
11145 "zeroize",
11146]
11147
11148[[package]]
11149name = "num-bigint-dig"
11150version = "0.9.1"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11153dependencies = [
11154 "libm",
11155 "num-integer",
11156 "num-iter",
11157 "num-traits",
11158 "once_cell",
11159 "rand 0.9.3",
11160 "serde",
11161 "smallvec",
11162 "zeroize",
11163]
11164
11165[[package]]
11166name = "num-cmp"
11167version = "0.1.0"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11170
11171[[package]]
11172name = "num-complex"
11173version = "0.4.6"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11176dependencies = [
11177 "bytemuck",
11178 "num-traits",
11179]
11180
11181[[package]]
11182name = "num-conv"
11183version = "0.2.0"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11186
11187[[package]]
11188name = "num-derive"
11189version = "0.4.2"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11192dependencies = [
11193 "proc-macro2",
11194 "quote",
11195 "syn 2.0.117",
11196]
11197
11198[[package]]
11199name = "num-format"
11200version = "0.4.4"
11201source = "registry+https://github.com/rust-lang/crates.io-index"
11202checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11203dependencies = [
11204 "arrayvec",
11205 "itoa",
11206]
11207
11208[[package]]
11209name = "num-integer"
11210version = "0.1.46"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11213dependencies = [
11214 "num-traits",
11215]
11216
11217[[package]]
11218name = "num-iter"
11219version = "0.1.45"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11222dependencies = [
11223 "autocfg",
11224 "num-integer",
11225 "num-traits",
11226]
11227
11228[[package]]
11229name = "num-rational"
11230version = "0.4.2"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11233dependencies = [
11234 "num-bigint",
11235 "num-integer",
11236 "num-traits",
11237]
11238
11239[[package]]
11240name = "num-traits"
11241version = "0.2.19"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11244dependencies = [
11245 "autocfg",
11246 "libm",
11247]
11248
11249[[package]]
11250name = "num_cpus"
11251version = "1.17.0"
11252source = "registry+https://github.com/rust-lang/crates.io-index"
11253checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11254dependencies = [
11255 "hermit-abi",
11256 "libc",
11257]
11258
11259[[package]]
11260name = "num_enum"
11261version = "0.7.4"
11262source = "registry+https://github.com/rust-lang/crates.io-index"
11263checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11264dependencies = [
11265 "num_enum_derive",
11266 "rustversion",
11267]
11268
11269[[package]]
11270name = "num_enum_derive"
11271version = "0.7.4"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11274dependencies = [
11275 "proc-macro-crate",
11276 "proc-macro2",
11277 "quote",
11278 "syn 2.0.117",
11279]
11280
11281[[package]]
11282name = "num_threads"
11283version = "0.1.7"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11286dependencies = [
11287 "libc",
11288]
11289
11290[[package]]
11291name = "nvim-rs"
11292version = "0.9.2"
11293source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11294dependencies = [
11295 "async-trait",
11296 "futures 0.3.32",
11297 "log",
11298 "rmp",
11299 "rmpv",
11300 "tokio",
11301 "tokio-util",
11302]
11303
11304[[package]]
11305name = "objc"
11306version = "0.2.7"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11309dependencies = [
11310 "malloc_buf",
11311 "objc_exception",
11312]
11313
11314[[package]]
11315name = "objc-foundation"
11316version = "0.1.1"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11319dependencies = [
11320 "block",
11321 "objc",
11322 "objc_id",
11323]
11324
11325[[package]]
11326name = "objc2"
11327version = "0.6.3"
11328source = "registry+https://github.com/rust-lang/crates.io-index"
11329checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11330dependencies = [
11331 "objc2-encode",
11332]
11333
11334[[package]]
11335name = "objc2-app-kit"
11336version = "0.3.1"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11339dependencies = [
11340 "objc2",
11341 "objc2-foundation",
11342]
11343
11344[[package]]
11345name = "objc2-audio-toolbox"
11346version = "0.3.2"
11347source = "registry+https://github.com/rust-lang/crates.io-index"
11348checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11349dependencies = [
11350 "bitflags 2.10.0",
11351 "libc",
11352 "objc2",
11353 "objc2-core-audio",
11354 "objc2-core-audio-types",
11355 "objc2-core-foundation",
11356 "objc2-foundation",
11357]
11358
11359[[package]]
11360name = "objc2-avf-audio"
11361version = "0.3.2"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11364dependencies = [
11365 "objc2",
11366 "objc2-foundation",
11367]
11368
11369[[package]]
11370name = "objc2-core-audio"
11371version = "0.3.2"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11374dependencies = [
11375 "dispatch2",
11376 "objc2",
11377 "objc2-core-audio-types",
11378 "objc2-core-foundation",
11379 "objc2-foundation",
11380]
11381
11382[[package]]
11383name = "objc2-core-audio-types"
11384version = "0.3.2"
11385source = "registry+https://github.com/rust-lang/crates.io-index"
11386checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11387dependencies = [
11388 "bitflags 2.10.0",
11389 "objc2",
11390]
11391
11392[[package]]
11393name = "objc2-core-foundation"
11394version = "0.3.2"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11397dependencies = [
11398 "bitflags 2.10.0",
11399 "block2",
11400 "dispatch2",
11401 "libc",
11402 "objc2",
11403]
11404
11405[[package]]
11406name = "objc2-encode"
11407version = "4.1.0"
11408source = "registry+https://github.com/rust-lang/crates.io-index"
11409checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11410
11411[[package]]
11412name = "objc2-foundation"
11413version = "0.3.2"
11414source = "registry+https://github.com/rust-lang/crates.io-index"
11415checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11416dependencies = [
11417 "bitflags 2.10.0",
11418 "block2",
11419 "libc",
11420 "objc2",
11421 "objc2-core-foundation",
11422]
11423
11424[[package]]
11425name = "objc2-io-kit"
11426version = "0.3.2"
11427source = "registry+https://github.com/rust-lang/crates.io-index"
11428checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11429dependencies = [
11430 "libc",
11431 "objc2-core-foundation",
11432]
11433
11434[[package]]
11435name = "objc2-metal"
11436version = "0.3.2"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11439dependencies = [
11440 "bitflags 2.10.0",
11441 "block2",
11442 "dispatch2",
11443 "objc2",
11444 "objc2-core-foundation",
11445 "objc2-foundation",
11446]
11447
11448[[package]]
11449name = "objc2-quartz-core"
11450version = "0.3.2"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11453dependencies = [
11454 "bitflags 2.10.0",
11455 "objc2",
11456 "objc2-core-foundation",
11457 "objc2-foundation",
11458 "objc2-metal",
11459]
11460
11461[[package]]
11462name = "objc_exception"
11463version = "0.1.2"
11464source = "registry+https://github.com/rust-lang/crates.io-index"
11465checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11466dependencies = [
11467 "cc",
11468]
11469
11470[[package]]
11471name = "objc_id"
11472version = "0.1.1"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11475dependencies = [
11476 "objc",
11477]
11478
11479[[package]]
11480name = "object"
11481version = "0.37.3"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11484dependencies = [
11485 "crc32fast",
11486 "hashbrown 0.15.5",
11487 "indexmap",
11488 "memchr",
11489]
11490
11491[[package]]
11492name = "octocrab"
11493version = "0.49.7"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11496dependencies = [
11497 "arc-swap",
11498 "async-trait",
11499 "base64 0.22.1",
11500 "bytes 1.11.1",
11501 "cargo_metadata 0.23.1",
11502 "cfg-if",
11503 "chrono",
11504 "either",
11505 "futures 0.3.32",
11506 "futures-core",
11507 "futures-util",
11508 "getrandom 0.2.16",
11509 "http 1.3.1",
11510 "http-body 1.0.1",
11511 "http-body-util",
11512 "hyper 1.7.0",
11513 "hyper-rustls 0.27.7",
11514 "hyper-timeout",
11515 "hyper-util",
11516 "jsonwebtoken",
11517 "once_cell",
11518 "percent-encoding",
11519 "pin-project",
11520 "secrecy",
11521 "serde",
11522 "serde_json",
11523 "serde_path_to_error",
11524 "serde_urlencoded",
11525 "snafu",
11526 "tokio",
11527 "tower 0.5.2",
11528 "tower-http 0.6.6",
11529 "url",
11530 "web-time",
11531]
11532
11533[[package]]
11534name = "ollama"
11535version = "0.1.0"
11536dependencies = [
11537 "anyhow",
11538 "futures 0.3.32",
11539 "http_client",
11540 "schemars",
11541 "serde",
11542 "serde_json",
11543 "settings",
11544]
11545
11546[[package]]
11547name = "onboarding"
11548version = "0.1.0"
11549dependencies = [
11550 "anyhow",
11551 "client",
11552 "cloud_api_types",
11553 "collections",
11554 "component",
11555 "db",
11556 "documented",
11557 "fs",
11558 "fuzzy",
11559 "gpui",
11560 "menu",
11561 "notifications",
11562 "picker",
11563 "project",
11564 "schemars",
11565 "serde",
11566 "settings",
11567 "telemetry",
11568 "theme",
11569 "theme_settings",
11570 "ui",
11571 "util",
11572 "vim_mode_setting",
11573 "workspace",
11574 "zed_actions",
11575 "zlog",
11576]
11577
11578[[package]]
11579name = "once_cell"
11580version = "1.21.3"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11583
11584[[package]]
11585name = "once_cell_polyfill"
11586version = "1.70.1"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11589
11590[[package]]
11591name = "oo7"
11592version = "0.6.0"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11595dependencies = [
11596 "aes",
11597 "ashpd",
11598 "async-fs",
11599 "async-io",
11600 "async-lock 3.4.2",
11601 "blocking",
11602 "cbc",
11603 "cipher",
11604 "digest",
11605 "endi",
11606 "futures-lite 2.6.1",
11607 "futures-util",
11608 "getrandom 0.4.1",
11609 "hkdf",
11610 "hmac",
11611 "md-5",
11612 "num",
11613 "num-bigint-dig 0.9.1",
11614 "pbkdf2 0.12.2",
11615 "serde",
11616 "serde_bytes",
11617 "sha2",
11618 "subtle",
11619 "zbus",
11620 "zbus_macros",
11621 "zeroize",
11622 "zvariant",
11623]
11624
11625[[package]]
11626name = "oorandom"
11627version = "11.1.5"
11628source = "registry+https://github.com/rust-lang/crates.io-index"
11629checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11630
11631[[package]]
11632name = "open"
11633version = "5.3.2"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11636dependencies = [
11637 "is-wsl",
11638 "libc",
11639 "pathdiff",
11640]
11641
11642[[package]]
11643name = "open_ai"
11644version = "0.1.0"
11645dependencies = [
11646 "anyhow",
11647 "collections",
11648 "futures 0.3.32",
11649 "http_client",
11650 "language_model_core",
11651 "log",
11652 "pretty_assertions",
11653 "rand 0.9.3",
11654 "schemars",
11655 "serde",
11656 "serde_json",
11657 "strum 0.27.2",
11658 "thiserror 2.0.17",
11659 "tiktoken-rs",
11660]
11661
11662[[package]]
11663name = "open_path_prompt"
11664version = "0.1.0"
11665dependencies = [
11666 "editor",
11667 "file_icons",
11668 "futures 0.3.32",
11669 "fuzzy",
11670 "gpui",
11671 "picker",
11672 "project",
11673 "schemars",
11674 "serde",
11675 "serde_json",
11676 "settings",
11677 "theme",
11678 "theme_settings",
11679 "ui",
11680 "util",
11681 "workspace",
11682]
11683
11684[[package]]
11685name = "open_router"
11686version = "0.1.0"
11687dependencies = [
11688 "anyhow",
11689 "futures 0.3.32",
11690 "http_client",
11691 "language_model_core",
11692 "schemars",
11693 "serde",
11694 "serde_json",
11695 "settings",
11696 "strum 0.27.2",
11697 "thiserror 2.0.17",
11698]
11699
11700[[package]]
11701name = "opencode"
11702version = "0.1.0"
11703dependencies = [
11704 "anyhow",
11705 "futures 0.3.32",
11706 "google_ai",
11707 "http_client",
11708 "schemars",
11709 "serde",
11710 "serde_json",
11711 "strum 0.27.2",
11712]
11713
11714[[package]]
11715name = "opener"
11716version = "0.7.2"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11719dependencies = [
11720 "bstr",
11721 "dbus",
11722 "normpath",
11723 "windows-sys 0.59.0",
11724]
11725
11726[[package]]
11727name = "openssl"
11728version = "0.10.74"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11731dependencies = [
11732 "bitflags 2.10.0",
11733 "cfg-if",
11734 "foreign-types 0.3.2",
11735 "libc",
11736 "once_cell",
11737 "openssl-macros",
11738 "openssl-sys",
11739]
11740
11741[[package]]
11742name = "openssl-macros"
11743version = "0.1.1"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11746dependencies = [
11747 "proc-macro2",
11748 "quote",
11749 "syn 2.0.117",
11750]
11751
11752[[package]]
11753name = "openssl-probe"
11754version = "0.1.6"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11757
11758[[package]]
11759name = "openssl-sys"
11760version = "0.9.110"
11761source = "registry+https://github.com/rust-lang/crates.io-index"
11762checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11763dependencies = [
11764 "cc",
11765 "libc",
11766 "pkg-config",
11767 "vcpkg",
11768]
11769
11770[[package]]
11771name = "optfield"
11772version = "0.4.0"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11775dependencies = [
11776 "proc-macro2",
11777 "quote",
11778 "syn 2.0.117",
11779]
11780
11781[[package]]
11782name = "option-ext"
11783version = "0.2.0"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11786
11787[[package]]
11788name = "ordered-float"
11789version = "2.10.1"
11790source = "registry+https://github.com/rust-lang/crates.io-index"
11791checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11792dependencies = [
11793 "num-traits",
11794]
11795
11796[[package]]
11797name = "ordered-float"
11798version = "4.6.0"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11801dependencies = [
11802 "num-traits",
11803]
11804
11805[[package]]
11806name = "ordered-stream"
11807version = "0.2.0"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11810dependencies = [
11811 "futures-core",
11812 "pin-project-lite",
11813]
11814
11815[[package]]
11816name = "ouroboros"
11817version = "0.18.5"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11820dependencies = [
11821 "aliasable",
11822 "ouroboros_macro",
11823 "static_assertions",
11824]
11825
11826[[package]]
11827name = "ouroboros_macro"
11828version = "0.18.5"
11829source = "registry+https://github.com/rust-lang/crates.io-index"
11830checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11831dependencies = [
11832 "heck 0.4.1",
11833 "proc-macro2",
11834 "proc-macro2-diagnostics",
11835 "quote",
11836 "syn 2.0.117",
11837]
11838
11839[[package]]
11840name = "outline"
11841version = "0.1.0"
11842dependencies = [
11843 "editor",
11844 "fuzzy",
11845 "gpui",
11846 "indoc",
11847 "language",
11848 "lsp",
11849 "menu",
11850 "ordered-float 2.10.1",
11851 "picker",
11852 "project",
11853 "rope",
11854 "serde_json",
11855 "settings",
11856 "smol",
11857 "theme",
11858 "theme_settings",
11859 "ui",
11860 "util",
11861 "workspace",
11862 "zed_actions",
11863]
11864
11865[[package]]
11866name = "outline_panel"
11867version = "0.1.0"
11868dependencies = [
11869 "anyhow",
11870 "collections",
11871 "db",
11872 "editor",
11873 "file_icons",
11874 "fuzzy",
11875 "gpui",
11876 "itertools 0.14.0",
11877 "language",
11878 "log",
11879 "lsp",
11880 "menu",
11881 "outline",
11882 "pretty_assertions",
11883 "project",
11884 "search",
11885 "serde",
11886 "serde_json",
11887 "settings",
11888 "smallvec",
11889 "smol",
11890 "theme",
11891 "theme_settings",
11892 "ui",
11893 "util",
11894 "workspace",
11895 "worktree",
11896 "zed_actions",
11897]
11898
11899[[package]]
11900name = "outref"
11901version = "0.5.2"
11902source = "registry+https://github.com/rust-lang/crates.io-index"
11903checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11904
11905[[package]]
11906name = "p256"
11907version = "0.11.1"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11910dependencies = [
11911 "ecdsa",
11912 "elliptic-curve",
11913 "sha2",
11914]
11915
11916[[package]]
11917name = "page_size"
11918version = "0.6.0"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11921dependencies = [
11922 "libc",
11923 "winapi",
11924]
11925
11926[[package]]
11927name = "palette"
11928version = "0.7.6"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11931dependencies = [
11932 "approx",
11933 "fast-srgb8",
11934 "palette_derive",
11935]
11936
11937[[package]]
11938name = "palette_derive"
11939version = "0.7.6"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11942dependencies = [
11943 "by_address",
11944 "proc-macro2",
11945 "quote",
11946 "syn 2.0.117",
11947]
11948
11949[[package]]
11950name = "panel"
11951version = "0.1.0"
11952dependencies = [
11953 "gpui",
11954 "ui",
11955 "workspace",
11956]
11957
11958[[package]]
11959name = "parking"
11960version = "2.2.1"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11963
11964[[package]]
11965name = "parking_lot"
11966version = "0.12.5"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11969dependencies = [
11970 "lock_api",
11971 "parking_lot_core",
11972]
11973
11974[[package]]
11975name = "parking_lot_core"
11976version = "0.9.12"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11979dependencies = [
11980 "cfg-if",
11981 "libc",
11982 "redox_syscall 0.5.18",
11983 "smallvec",
11984 "windows-link 0.2.1",
11985]
11986
11987[[package]]
11988name = "parse_int"
11989version = "0.9.0"
11990source = "registry+https://github.com/rust-lang/crates.io-index"
11991checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11992dependencies = [
11993 "num-traits",
11994]
11995
11996[[package]]
11997name = "partial-json-fixer"
11998version = "0.5.3"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12001
12002[[package]]
12003name = "password-hash"
12004version = "0.4.2"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12007dependencies = [
12008 "base64ct",
12009 "rand_core 0.6.4",
12010 "subtle",
12011]
12012
12013[[package]]
12014name = "paste"
12015version = "1.0.15"
12016source = "registry+https://github.com/rust-lang/crates.io-index"
12017checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12018
12019[[package]]
12020name = "pathdiff"
12021version = "0.2.3"
12022source = "registry+https://github.com/rust-lang/crates.io-index"
12023checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12024
12025[[package]]
12026name = "pathfinder_geometry"
12027version = "0.5.1"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12030dependencies = [
12031 "log",
12032 "pathfinder_simd",
12033]
12034
12035[[package]]
12036name = "pathfinder_simd"
12037version = "0.5.5"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12040dependencies = [
12041 "rustc_version",
12042]
12043
12044[[package]]
12045name = "paths"
12046version = "0.1.0"
12047dependencies = [
12048 "dirs",
12049 "ignore",
12050 "util",
12051]
12052
12053[[package]]
12054name = "pbjson"
12055version = "0.6.0"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12058dependencies = [
12059 "base64 0.21.7",
12060 "serde",
12061]
12062
12063[[package]]
12064name = "pbjson-build"
12065version = "0.6.2"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12068dependencies = [
12069 "heck 0.4.1",
12070 "itertools 0.11.0",
12071 "prost 0.12.6",
12072 "prost-types 0.12.6",
12073]
12074
12075[[package]]
12076name = "pbjson-types"
12077version = "0.6.0"
12078source = "registry+https://github.com/rust-lang/crates.io-index"
12079checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12080dependencies = [
12081 "bytes 1.11.1",
12082 "chrono",
12083 "pbjson",
12084 "pbjson-build",
12085 "prost 0.12.6",
12086 "prost-build 0.12.6",
12087 "serde",
12088]
12089
12090[[package]]
12091name = "pbkdf2"
12092version = "0.11.0"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12095dependencies = [
12096 "digest",
12097 "hmac",
12098 "password-hash",
12099 "sha2",
12100]
12101
12102[[package]]
12103name = "pbkdf2"
12104version = "0.12.2"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12107dependencies = [
12108 "digest",
12109 "hmac",
12110]
12111
12112[[package]]
12113name = "pciid-parser"
12114version = "0.8.0"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12117
12118[[package]]
12119name = "peg"
12120version = "0.8.5"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12123dependencies = [
12124 "peg-macros",
12125 "peg-runtime",
12126]
12127
12128[[package]]
12129name = "peg-macros"
12130version = "0.8.5"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12133dependencies = [
12134 "peg-runtime",
12135 "proc-macro2",
12136 "quote",
12137]
12138
12139[[package]]
12140name = "peg-runtime"
12141version = "0.8.5"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12144
12145[[package]]
12146name = "pem"
12147version = "3.0.6"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12150dependencies = [
12151 "base64 0.22.1",
12152 "serde_core",
12153]
12154
12155[[package]]
12156name = "pem-rfc7468"
12157version = "0.7.0"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12160dependencies = [
12161 "base64ct",
12162]
12163
12164[[package]]
12165name = "percent-encoding"
12166version = "2.3.2"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12169
12170[[package]]
12171name = "perf"
12172version = "0.1.0"
12173dependencies = [
12174 "collections",
12175 "serde",
12176 "serde_json",
12177]
12178
12179[[package]]
12180name = "pest"
12181version = "2.8.3"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12184dependencies = [
12185 "memchr",
12186 "ucd-trie",
12187]
12188
12189[[package]]
12190name = "pest_derive"
12191version = "2.8.3"
12192source = "registry+https://github.com/rust-lang/crates.io-index"
12193checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12194dependencies = [
12195 "pest",
12196 "pest_generator",
12197]
12198
12199[[package]]
12200name = "pest_generator"
12201version = "2.8.3"
12202source = "registry+https://github.com/rust-lang/crates.io-index"
12203checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12204dependencies = [
12205 "pest",
12206 "pest_meta",
12207 "proc-macro2",
12208 "quote",
12209 "syn 2.0.117",
12210]
12211
12212[[package]]
12213name = "pest_meta"
12214version = "2.8.3"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12217dependencies = [
12218 "pest",
12219 "sha2",
12220]
12221
12222[[package]]
12223name = "pet"
12224version = "0.1.0"
12225source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12226dependencies = [
12227 "clap",
12228 "env_logger 0.10.2",
12229 "lazy_static",
12230 "log",
12231 "msvc_spectre_libs",
12232 "pet-conda",
12233 "pet-core",
12234 "pet-env-var-path",
12235 "pet-fs",
12236 "pet-global-virtualenvs",
12237 "pet-homebrew",
12238 "pet-jsonrpc",
12239 "pet-linux-global-python",
12240 "pet-mac-commandlinetools",
12241 "pet-mac-python-org",
12242 "pet-mac-xcode",
12243 "pet-pipenv",
12244 "pet-pixi",
12245 "pet-poetry",
12246 "pet-pyenv",
12247 "pet-python-utils",
12248 "pet-reporter",
12249 "pet-telemetry",
12250 "pet-uv",
12251 "pet-venv",
12252 "pet-virtualenv",
12253 "pet-virtualenvwrapper",
12254 "pet-windows-registry",
12255 "pet-windows-store",
12256 "pet-winpython",
12257 "serde",
12258 "serde_json",
12259 "tracing",
12260 "tracing-subscriber",
12261 "winresource",
12262]
12263
12264[[package]]
12265name = "pet-conda"
12266version = "0.1.0"
12267source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12268dependencies = [
12269 "env_logger 0.10.2",
12270 "lazy_static",
12271 "log",
12272 "msvc_spectre_libs",
12273 "pet-core",
12274 "pet-fs",
12275 "pet-python-utils",
12276 "pet-reporter",
12277 "rayon",
12278 "regex",
12279 "serde",
12280 "serde_json",
12281 "yaml-rust2",
12282]
12283
12284[[package]]
12285name = "pet-core"
12286version = "0.1.0"
12287source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12288dependencies = [
12289 "clap",
12290 "lazy_static",
12291 "log",
12292 "msvc_spectre_libs",
12293 "pet-fs",
12294 "regex",
12295 "serde",
12296 "serde_json",
12297]
12298
12299[[package]]
12300name = "pet-env-var-path"
12301version = "0.1.0"
12302source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12303dependencies = [
12304 "lazy_static",
12305 "log",
12306 "msvc_spectre_libs",
12307 "pet-conda",
12308 "pet-core",
12309 "pet-fs",
12310 "pet-python-utils",
12311 "pet-virtualenv",
12312 "regex",
12313]
12314
12315[[package]]
12316name = "pet-fs"
12317version = "0.1.0"
12318source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12319dependencies = [
12320 "glob",
12321 "log",
12322 "msvc_spectre_libs",
12323 "windows-sys 0.59.0",
12324]
12325
12326[[package]]
12327name = "pet-global-virtualenvs"
12328version = "0.1.0"
12329source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12330dependencies = [
12331 "log",
12332 "msvc_spectre_libs",
12333 "pet-conda",
12334 "pet-core",
12335 "pet-fs",
12336 "pet-virtualenv",
12337]
12338
12339[[package]]
12340name = "pet-homebrew"
12341version = "0.1.0"
12342source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12343dependencies = [
12344 "lazy_static",
12345 "log",
12346 "msvc_spectre_libs",
12347 "pet-conda",
12348 "pet-core",
12349 "pet-fs",
12350 "pet-python-utils",
12351 "pet-virtualenv",
12352 "rayon",
12353 "regex",
12354 "serde",
12355 "serde_json",
12356]
12357
12358[[package]]
12359name = "pet-jsonrpc"
12360version = "0.1.0"
12361source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12362dependencies = [
12363 "env_logger 0.10.2",
12364 "log",
12365 "msvc_spectre_libs",
12366 "pet-core",
12367 "serde",
12368 "serde_json",
12369]
12370
12371[[package]]
12372name = "pet-linux-global-python"
12373version = "0.1.0"
12374source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12375dependencies = [
12376 "log",
12377 "msvc_spectre_libs",
12378 "pet-core",
12379 "pet-fs",
12380 "pet-python-utils",
12381 "pet-virtualenv",
12382]
12383
12384[[package]]
12385name = "pet-mac-commandlinetools"
12386version = "0.1.0"
12387source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12388dependencies = [
12389 "log",
12390 "msvc_spectre_libs",
12391 "pet-core",
12392 "pet-fs",
12393 "pet-python-utils",
12394 "pet-virtualenv",
12395]
12396
12397[[package]]
12398name = "pet-mac-python-org"
12399version = "0.1.0"
12400source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12401dependencies = [
12402 "log",
12403 "msvc_spectre_libs",
12404 "pet-core",
12405 "pet-fs",
12406 "pet-python-utils",
12407 "pet-virtualenv",
12408]
12409
12410[[package]]
12411name = "pet-mac-xcode"
12412version = "0.1.0"
12413source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12414dependencies = [
12415 "log",
12416 "msvc_spectre_libs",
12417 "pet-core",
12418 "pet-fs",
12419 "pet-python-utils",
12420 "pet-virtualenv",
12421]
12422
12423[[package]]
12424name = "pet-pipenv"
12425version = "0.1.0"
12426source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12427dependencies = [
12428 "lazy_static",
12429 "log",
12430 "msvc_spectre_libs",
12431 "pet-core",
12432 "pet-fs",
12433 "pet-python-utils",
12434 "pet-virtualenv",
12435 "regex",
12436]
12437
12438[[package]]
12439name = "pet-pixi"
12440version = "0.1.0"
12441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12442dependencies = [
12443 "log",
12444 "msvc_spectre_libs",
12445 "pet-conda",
12446 "pet-core",
12447 "pet-python-utils",
12448]
12449
12450[[package]]
12451name = "pet-poetry"
12452version = "0.1.0"
12453source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12454dependencies = [
12455 "base64 0.22.1",
12456 "lazy_static",
12457 "log",
12458 "msvc_spectre_libs",
12459 "pet-core",
12460 "pet-fs",
12461 "pet-python-utils",
12462 "pet-reporter",
12463 "pet-virtualenv",
12464 "regex",
12465 "serde",
12466 "serde_json",
12467 "sha2",
12468 "toml 0.8.23",
12469]
12470
12471[[package]]
12472name = "pet-pyenv"
12473version = "0.1.0"
12474source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12475dependencies = [
12476 "lazy_static",
12477 "log",
12478 "msvc_spectre_libs",
12479 "pet-conda",
12480 "pet-core",
12481 "pet-fs",
12482 "pet-python-utils",
12483 "pet-reporter",
12484 "regex",
12485 "serde",
12486 "serde_json",
12487]
12488
12489[[package]]
12490name = "pet-python-utils"
12491version = "0.1.0"
12492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12493dependencies = [
12494 "env_logger 0.10.2",
12495 "lazy_static",
12496 "log",
12497 "msvc_spectre_libs",
12498 "pet-core",
12499 "pet-fs",
12500 "regex",
12501 "serde",
12502 "serde_json",
12503 "sha2",
12504]
12505
12506[[package]]
12507name = "pet-reporter"
12508version = "0.1.0"
12509source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12510dependencies = [
12511 "env_logger 0.10.2",
12512 "log",
12513 "msvc_spectre_libs",
12514 "pet-core",
12515 "pet-jsonrpc",
12516 "serde",
12517 "serde_json",
12518]
12519
12520[[package]]
12521name = "pet-telemetry"
12522version = "0.1.0"
12523source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12524dependencies = [
12525 "env_logger 0.10.2",
12526 "lazy_static",
12527 "log",
12528 "msvc_spectre_libs",
12529 "pet-core",
12530 "pet-fs",
12531 "pet-python-utils",
12532 "regex",
12533]
12534
12535[[package]]
12536name = "pet-uv"
12537version = "0.1.0"
12538source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12539dependencies = [
12540 "log",
12541 "pet-core",
12542 "pet-python-utils",
12543 "serde",
12544 "toml 0.9.8",
12545]
12546
12547[[package]]
12548name = "pet-venv"
12549version = "0.1.0"
12550source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12551dependencies = [
12552 "log",
12553 "msvc_spectre_libs",
12554 "pet-core",
12555 "pet-python-utils",
12556 "pet-virtualenv",
12557]
12558
12559[[package]]
12560name = "pet-virtualenv"
12561version = "0.1.0"
12562source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12563dependencies = [
12564 "log",
12565 "msvc_spectre_libs",
12566 "pet-core",
12567 "pet-fs",
12568 "pet-python-utils",
12569]
12570
12571[[package]]
12572name = "pet-virtualenvwrapper"
12573version = "0.1.0"
12574source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12575dependencies = [
12576 "log",
12577 "msvc_spectre_libs",
12578 "pet-core",
12579 "pet-fs",
12580 "pet-python-utils",
12581 "pet-virtualenv",
12582]
12583
12584[[package]]
12585name = "pet-windows-registry"
12586version = "0.1.0"
12587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12588dependencies = [
12589 "lazy_static",
12590 "log",
12591 "msvc_spectre_libs",
12592 "pet-conda",
12593 "pet-core",
12594 "pet-fs",
12595 "pet-python-utils",
12596 "pet-virtualenv",
12597 "pet-windows-store",
12598 "regex",
12599 "winreg 0.55.0",
12600]
12601
12602[[package]]
12603name = "pet-windows-store"
12604version = "0.1.0"
12605source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12606dependencies = [
12607 "lazy_static",
12608 "log",
12609 "msvc_spectre_libs",
12610 "pet-core",
12611 "pet-fs",
12612 "pet-python-utils",
12613 "pet-virtualenv",
12614 "regex",
12615 "winreg 0.55.0",
12616]
12617
12618[[package]]
12619name = "pet-winpython"
12620version = "0.1.0"
12621source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12622dependencies = [
12623 "lazy_static",
12624 "log",
12625 "pet-core",
12626 "pet-fs",
12627 "pet-python-utils",
12628 "pet-virtualenv",
12629 "regex",
12630]
12631
12632[[package]]
12633name = "petgraph"
12634version = "0.6.5"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12637dependencies = [
12638 "fixedbitset 0.4.2",
12639 "indexmap",
12640]
12641
12642[[package]]
12643name = "pgvector"
12644version = "0.4.1"
12645source = "registry+https://github.com/rust-lang/crates.io-index"
12646checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12647dependencies = [
12648 "serde",
12649]
12650
12651[[package]]
12652name = "phf"
12653version = "0.11.3"
12654source = "registry+https://github.com/rust-lang/crates.io-index"
12655checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12656dependencies = [
12657 "phf_macros 0.11.3",
12658 "phf_shared 0.11.3",
12659]
12660
12661[[package]]
12662name = "phf"
12663version = "0.12.1"
12664source = "registry+https://github.com/rust-lang/crates.io-index"
12665checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12666dependencies = [
12667 "phf_macros 0.12.1",
12668 "phf_shared 0.12.1",
12669]
12670
12671[[package]]
12672name = "phf_codegen"
12673version = "0.11.3"
12674source = "registry+https://github.com/rust-lang/crates.io-index"
12675checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12676dependencies = [
12677 "phf_generator 0.11.3",
12678 "phf_shared 0.11.3",
12679]
12680
12681[[package]]
12682name = "phf_generator"
12683version = "0.11.3"
12684source = "registry+https://github.com/rust-lang/crates.io-index"
12685checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12686dependencies = [
12687 "phf_shared 0.11.3",
12688 "rand 0.8.5",
12689]
12690
12691[[package]]
12692name = "phf_generator"
12693version = "0.12.1"
12694source = "registry+https://github.com/rust-lang/crates.io-index"
12695checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12696dependencies = [
12697 "fastrand 2.3.0",
12698 "phf_shared 0.12.1",
12699]
12700
12701[[package]]
12702name = "phf_macros"
12703version = "0.11.3"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12706dependencies = [
12707 "phf_generator 0.11.3",
12708 "phf_shared 0.11.3",
12709 "proc-macro2",
12710 "quote",
12711 "syn 2.0.117",
12712]
12713
12714[[package]]
12715name = "phf_macros"
12716version = "0.12.1"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12719dependencies = [
12720 "phf_generator 0.12.1",
12721 "phf_shared 0.12.1",
12722 "proc-macro2",
12723 "quote",
12724 "syn 2.0.117",
12725]
12726
12727[[package]]
12728name = "phf_shared"
12729version = "0.11.3"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12732dependencies = [
12733 "siphasher 1.0.1",
12734]
12735
12736[[package]]
12737name = "phf_shared"
12738version = "0.12.1"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12741dependencies = [
12742 "siphasher 1.0.1",
12743]
12744
12745[[package]]
12746name = "picker"
12747version = "0.1.0"
12748dependencies = [
12749 "anyhow",
12750 "editor",
12751 "gpui",
12752 "menu",
12753 "schemars",
12754 "serde",
12755 "settings",
12756 "theme",
12757 "theme_settings",
12758 "ui",
12759 "ui_input",
12760 "workspace",
12761 "zed_actions",
12762]
12763
12764[[package]]
12765name = "pico-args"
12766version = "0.5.0"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12769
12770[[package]]
12771name = "pin-project"
12772version = "1.1.10"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12775dependencies = [
12776 "pin-project-internal",
12777]
12778
12779[[package]]
12780name = "pin-project-internal"
12781version = "1.1.10"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12784dependencies = [
12785 "proc-macro2",
12786 "quote",
12787 "syn 2.0.117",
12788]
12789
12790[[package]]
12791name = "pin-project-lite"
12792version = "0.2.16"
12793source = "registry+https://github.com/rust-lang/crates.io-index"
12794checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12795
12796[[package]]
12797name = "pin-utils"
12798version = "0.1.0"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12801
12802[[package]]
12803name = "piper"
12804version = "0.2.4"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12807dependencies = [
12808 "atomic-waker",
12809 "fastrand 2.3.0",
12810 "futures-io",
12811]
12812
12813[[package]]
12814name = "pkcs1"
12815version = "0.7.5"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12818dependencies = [
12819 "der 0.7.10",
12820 "pkcs8 0.10.2",
12821 "spki 0.7.3",
12822]
12823
12824[[package]]
12825name = "pkcs8"
12826version = "0.9.0"
12827source = "registry+https://github.com/rust-lang/crates.io-index"
12828checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12829dependencies = [
12830 "der 0.6.1",
12831 "spki 0.6.0",
12832]
12833
12834[[package]]
12835name = "pkcs8"
12836version = "0.10.2"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12839dependencies = [
12840 "der 0.7.10",
12841 "spki 0.7.3",
12842]
12843
12844[[package]]
12845name = "pkg-config"
12846version = "0.3.32"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12849
12850[[package]]
12851name = "plain"
12852version = "0.2.3"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12855
12856[[package]]
12857name = "platform_title_bar"
12858version = "0.1.0"
12859dependencies = [
12860 "gpui",
12861 "project",
12862 "settings",
12863 "smallvec",
12864 "theme",
12865 "theme_settings",
12866 "ui",
12867 "windows 0.61.3",
12868 "workspace",
12869 "zed_actions",
12870]
12871
12872[[package]]
12873name = "plist"
12874version = "1.8.0"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12877dependencies = [
12878 "base64 0.22.1",
12879 "indexmap",
12880 "quick-xml 0.38.3",
12881 "serde",
12882 "time",
12883]
12884
12885[[package]]
12886name = "plotters"
12887version = "0.3.7"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12890dependencies = [
12891 "num-traits",
12892 "plotters-backend",
12893 "plotters-svg",
12894 "wasm-bindgen",
12895 "web-sys",
12896]
12897
12898[[package]]
12899name = "plotters-backend"
12900version = "0.3.7"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12903
12904[[package]]
12905name = "plotters-svg"
12906version = "0.3.7"
12907source = "registry+https://github.com/rust-lang/crates.io-index"
12908checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12909dependencies = [
12910 "plotters-backend",
12911]
12912
12913[[package]]
12914name = "png"
12915version = "0.17.16"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12918dependencies = [
12919 "bitflags 1.3.2",
12920 "crc32fast",
12921 "fdeflate",
12922 "flate2",
12923 "miniz_oxide",
12924]
12925
12926[[package]]
12927name = "png"
12928version = "0.18.0"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12931dependencies = [
12932 "bitflags 2.10.0",
12933 "crc32fast",
12934 "fdeflate",
12935 "flate2",
12936 "miniz_oxide",
12937]
12938
12939[[package]]
12940name = "polling"
12941version = "3.11.0"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12944dependencies = [
12945 "cfg-if",
12946 "concurrent-queue",
12947 "hermit-abi",
12948 "pin-project-lite",
12949 "rustix 1.1.2",
12950 "windows-sys 0.61.2",
12951]
12952
12953[[package]]
12954name = "pollster"
12955version = "0.2.5"
12956source = "registry+https://github.com/rust-lang/crates.io-index"
12957checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12958
12959[[package]]
12960name = "pollster"
12961version = "0.4.0"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12964
12965[[package]]
12966name = "pori"
12967version = "0.0.0"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12970dependencies = [
12971 "nom 7.1.3",
12972]
12973
12974[[package]]
12975name = "portable-atomic"
12976version = "1.11.1"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12979
12980[[package]]
12981name = "portable-atomic-util"
12982version = "0.2.4"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12985dependencies = [
12986 "portable-atomic",
12987]
12988
12989[[package]]
12990name = "portable-pty"
12991version = "0.9.0"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12994dependencies = [
12995 "anyhow",
12996 "bitflags 1.3.2",
12997 "downcast-rs",
12998 "filedescriptor",
12999 "lazy_static",
13000 "libc",
13001 "log",
13002 "nix 0.28.0",
13003 "serial2",
13004 "shared_library",
13005 "shell-words",
13006 "winapi",
13007 "winreg 0.10.1",
13008]
13009
13010[[package]]
13011name = "postage"
13012version = "0.5.0"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13015dependencies = [
13016 "atomic",
13017 "crossbeam-queue",
13018 "futures 0.3.32",
13019 "log",
13020 "parking_lot",
13021 "pin-project",
13022 "pollster 0.2.5",
13023 "static_assertions",
13024 "thiserror 1.0.69",
13025]
13026
13027[[package]]
13028name = "postcard"
13029version = "1.1.3"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13032dependencies = [
13033 "cobs",
13034 "embedded-io 0.4.0",
13035 "embedded-io 0.6.1",
13036 "serde",
13037]
13038
13039[[package]]
13040name = "potential_utf"
13041version = "0.1.3"
13042source = "registry+https://github.com/rust-lang/crates.io-index"
13043checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13044dependencies = [
13045 "zerovec",
13046]
13047
13048[[package]]
13049name = "powerfmt"
13050version = "0.2.0"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13053
13054[[package]]
13055name = "ppv-lite86"
13056version = "0.2.21"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13059dependencies = [
13060 "zerocopy",
13061]
13062
13063[[package]]
13064name = "precomputed-hash"
13065version = "0.1.1"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13068
13069[[package]]
13070name = "presser"
13071version = "0.3.1"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13074
13075[[package]]
13076name = "prettier"
13077version = "0.1.0"
13078dependencies = [
13079 "anyhow",
13080 "collections",
13081 "fs",
13082 "gpui",
13083 "language",
13084 "log",
13085 "lsp",
13086 "node_runtime",
13087 "parking_lot",
13088 "paths",
13089 "serde",
13090 "serde_json",
13091 "util",
13092]
13093
13094[[package]]
13095name = "pretty_assertions"
13096version = "1.4.1"
13097source = "registry+https://github.com/rust-lang/crates.io-index"
13098checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13099dependencies = [
13100 "diff",
13101 "yansi",
13102]
13103
13104[[package]]
13105name = "prettyplease"
13106version = "0.2.37"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13109dependencies = [
13110 "proc-macro2",
13111 "syn 2.0.117",
13112]
13113
13114[[package]]
13115name = "primal-check"
13116version = "0.3.4"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13119dependencies = [
13120 "num-integer",
13121]
13122
13123[[package]]
13124name = "proc-macro-crate"
13125version = "3.4.0"
13126source = "registry+https://github.com/rust-lang/crates.io-index"
13127checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13128dependencies = [
13129 "toml_edit 0.23.7",
13130]
13131
13132[[package]]
13133name = "proc-macro-error"
13134version = "1.0.4"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13137dependencies = [
13138 "proc-macro-error-attr",
13139 "proc-macro2",
13140 "quote",
13141 "syn 1.0.109",
13142 "version_check",
13143]
13144
13145[[package]]
13146name = "proc-macro-error-attr"
13147version = "1.0.4"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13150dependencies = [
13151 "proc-macro2",
13152 "quote",
13153 "version_check",
13154]
13155
13156[[package]]
13157name = "proc-macro-error-attr2"
13158version = "2.0.0"
13159source = "registry+https://github.com/rust-lang/crates.io-index"
13160checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13161dependencies = [
13162 "proc-macro2",
13163 "quote",
13164]
13165
13166[[package]]
13167name = "proc-macro-error2"
13168version = "2.0.1"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13171dependencies = [
13172 "proc-macro-error-attr2",
13173 "proc-macro2",
13174 "quote",
13175 "syn 2.0.117",
13176]
13177
13178[[package]]
13179name = "proc-macro2"
13180version = "1.0.101"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13183dependencies = [
13184 "unicode-ident",
13185]
13186
13187[[package]]
13188name = "proc-macro2-diagnostics"
13189version = "0.10.1"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13192dependencies = [
13193 "proc-macro2",
13194 "quote",
13195 "syn 2.0.117",
13196 "version_check",
13197 "yansi",
13198]
13199
13200[[package]]
13201name = "procfs-core"
13202version = "0.17.0"
13203source = "registry+https://github.com/rust-lang/crates.io-index"
13204checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13205dependencies = [
13206 "bitflags 2.10.0",
13207 "hex",
13208 "serde",
13209]
13210
13211[[package]]
13212name = "profiling"
13213version = "1.0.17"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13216dependencies = [
13217 "profiling-procmacros",
13218]
13219
13220[[package]]
13221name = "profiling-procmacros"
13222version = "1.0.17"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13225dependencies = [
13226 "quote",
13227 "syn 2.0.117",
13228]
13229
13230[[package]]
13231name = "project"
13232version = "0.1.0"
13233dependencies = [
13234 "aho-corasick",
13235 "anyhow",
13236 "askpass",
13237 "async-trait",
13238 "base64 0.22.1",
13239 "buffer_diff",
13240 "circular-buffer",
13241 "client",
13242 "clock",
13243 "collections",
13244 "context_server",
13245 "credentials_provider",
13246 "dap",
13247 "encoding_rs",
13248 "extension",
13249 "fancy-regex 0.17.0",
13250 "fs",
13251 "futures 0.3.32",
13252 "fuzzy",
13253 "fuzzy_nucleo",
13254 "git",
13255 "git2",
13256 "git_hosting_providers",
13257 "globset",
13258 "gpui",
13259 "http_client",
13260 "image",
13261 "indexmap",
13262 "itertools 0.14.0",
13263 "language",
13264 "log",
13265 "lsp",
13266 "markdown",
13267 "node_runtime",
13268 "parking_lot",
13269 "paths",
13270 "percent-encoding",
13271 "postage",
13272 "prettier",
13273 "pretty_assertions",
13274 "project",
13275 "rand 0.9.3",
13276 "regex",
13277 "release_channel",
13278 "remote",
13279 "rpc",
13280 "schemars",
13281 "semver",
13282 "serde",
13283 "serde_json",
13284 "settings",
13285 "sha2",
13286 "shellexpand",
13287 "smallvec",
13288 "smol",
13289 "snippet",
13290 "snippet_provider",
13291 "sum_tree",
13292 "task",
13293 "tempfile",
13294 "terminal",
13295 "text",
13296 "toml 0.8.23",
13297 "tracing",
13298 "unindent",
13299 "url",
13300 "util",
13301 "watch",
13302 "wax",
13303 "which 6.0.3",
13304 "worktree",
13305 "zed_credentials_provider",
13306 "zeroize",
13307 "zlog",
13308 "ztracing",
13309]
13310
13311[[package]]
13312name = "project_benchmarks"
13313version = "0.1.0"
13314dependencies = [
13315 "anyhow",
13316 "askpass",
13317 "clap",
13318 "client",
13319 "futures 0.3.32",
13320 "gpui",
13321 "gpui_platform",
13322 "http_client",
13323 "language",
13324 "node_runtime",
13325 "project",
13326 "release_channel",
13327 "remote",
13328 "rpassword",
13329 "semver",
13330 "settings",
13331 "watch",
13332]
13333
13334[[package]]
13335name = "project_panel"
13336version = "0.1.0"
13337dependencies = [
13338 "anyhow",
13339 "client",
13340 "collections",
13341 "command_palette_hooks",
13342 "criterion",
13343 "editor",
13344 "feature_flags",
13345 "file_icons",
13346 "fs",
13347 "futures 0.3.32",
13348 "git",
13349 "git_ui",
13350 "gpui",
13351 "itertools 0.14.0",
13352 "language",
13353 "menu",
13354 "notifications",
13355 "pretty_assertions",
13356 "project",
13357 "rayon",
13358 "remote_connection",
13359 "schemars",
13360 "search",
13361 "serde",
13362 "serde_json",
13363 "settings",
13364 "smallvec",
13365 "telemetry",
13366 "tempfile",
13367 "theme",
13368 "theme_settings",
13369 "ui",
13370 "util",
13371 "workspace",
13372 "worktree",
13373 "zed_actions",
13374]
13375
13376[[package]]
13377name = "project_symbols"
13378version = "0.1.0"
13379dependencies = [
13380 "anyhow",
13381 "editor",
13382 "futures 0.3.32",
13383 "fuzzy",
13384 "gpui",
13385 "language",
13386 "lsp",
13387 "ordered-float 2.10.1",
13388 "picker",
13389 "project",
13390 "release_channel",
13391 "semver",
13392 "serde_json",
13393 "settings",
13394 "theme",
13395 "theme_settings",
13396 "util",
13397 "workspace",
13398]
13399
13400[[package]]
13401name = "prometheus"
13402version = "0.14.0"
13403source = "registry+https://github.com/rust-lang/crates.io-index"
13404checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13405dependencies = [
13406 "cfg-if",
13407 "fnv",
13408 "lazy_static",
13409 "memchr",
13410 "parking_lot",
13411 "protobuf",
13412 "thiserror 2.0.17",
13413]
13414
13415[[package]]
13416name = "prompt_store"
13417version = "0.1.0"
13418dependencies = [
13419 "anyhow",
13420 "assets",
13421 "chrono",
13422 "collections",
13423 "fs",
13424 "futures 0.3.32",
13425 "fuzzy",
13426 "gpui",
13427 "handlebars 4.5.0",
13428 "heed",
13429 "language",
13430 "log",
13431 "parking_lot",
13432 "paths",
13433 "rope",
13434 "serde",
13435 "strum 0.27.2",
13436 "tempfile",
13437 "text",
13438 "util",
13439 "uuid",
13440]
13441
13442[[package]]
13443name = "proptest"
13444version = "1.10.0"
13445source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13446dependencies = [
13447 "bit-set 0.8.0",
13448 "bit-vec 0.8.0",
13449 "bitflags 2.10.0",
13450 "num-traits",
13451 "proptest-macro",
13452 "rand 0.9.3",
13453 "rand_chacha 0.9.0",
13454 "rand_xorshift",
13455 "regex-syntax",
13456 "rusty-fork",
13457 "tempfile",
13458 "unarray",
13459]
13460
13461[[package]]
13462name = "proptest-derive"
13463version = "0.8.0"
13464source = "registry+https://github.com/rust-lang/crates.io-index"
13465checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13466dependencies = [
13467 "proc-macro2",
13468 "quote",
13469 "syn 2.0.117",
13470]
13471
13472[[package]]
13473name = "proptest-macro"
13474version = "0.5.0"
13475source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13476dependencies = [
13477 "convert_case 0.11.0",
13478 "proc-macro2",
13479 "quote",
13480 "syn 2.0.117",
13481]
13482
13483[[package]]
13484name = "prost"
13485version = "0.9.0"
13486source = "registry+https://github.com/rust-lang/crates.io-index"
13487checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13488dependencies = [
13489 "bytes 1.11.1",
13490 "prost-derive 0.9.0",
13491]
13492
13493[[package]]
13494name = "prost"
13495version = "0.12.6"
13496source = "registry+https://github.com/rust-lang/crates.io-index"
13497checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13498dependencies = [
13499 "bytes 1.11.1",
13500 "prost-derive 0.12.6",
13501]
13502
13503[[package]]
13504name = "prost-build"
13505version = "0.9.0"
13506source = "registry+https://github.com/rust-lang/crates.io-index"
13507checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13508dependencies = [
13509 "bytes 1.11.1",
13510 "heck 0.3.3",
13511 "itertools 0.10.5",
13512 "lazy_static",
13513 "log",
13514 "multimap",
13515 "petgraph",
13516 "prost 0.9.0",
13517 "prost-types 0.9.0",
13518 "regex",
13519 "tempfile",
13520 "which 4.4.2",
13521]
13522
13523[[package]]
13524name = "prost-build"
13525version = "0.12.6"
13526source = "registry+https://github.com/rust-lang/crates.io-index"
13527checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13528dependencies = [
13529 "bytes 1.11.1",
13530 "heck 0.5.0",
13531 "itertools 0.12.1",
13532 "log",
13533 "multimap",
13534 "once_cell",
13535 "petgraph",
13536 "prettyplease",
13537 "prost 0.12.6",
13538 "prost-types 0.12.6",
13539 "regex",
13540 "syn 2.0.117",
13541 "tempfile",
13542]
13543
13544[[package]]
13545name = "prost-derive"
13546version = "0.9.0"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13549dependencies = [
13550 "anyhow",
13551 "itertools 0.10.5",
13552 "proc-macro2",
13553 "quote",
13554 "syn 1.0.109",
13555]
13556
13557[[package]]
13558name = "prost-derive"
13559version = "0.12.6"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13562dependencies = [
13563 "anyhow",
13564 "itertools 0.12.1",
13565 "proc-macro2",
13566 "quote",
13567 "syn 2.0.117",
13568]
13569
13570[[package]]
13571name = "prost-types"
13572version = "0.9.0"
13573source = "registry+https://github.com/rust-lang/crates.io-index"
13574checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13575dependencies = [
13576 "bytes 1.11.1",
13577 "prost 0.9.0",
13578]
13579
13580[[package]]
13581name = "prost-types"
13582version = "0.12.6"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13585dependencies = [
13586 "prost 0.12.6",
13587]
13588
13589[[package]]
13590name = "proto"
13591version = "0.1.0"
13592dependencies = [
13593 "anyhow",
13594 "prost 0.9.0",
13595 "prost-build 0.9.0",
13596 "serde",
13597]
13598
13599[[package]]
13600name = "protobuf"
13601version = "3.7.2"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13604dependencies = [
13605 "once_cell",
13606 "protobuf-support",
13607 "thiserror 1.0.69",
13608]
13609
13610[[package]]
13611name = "protobuf-support"
13612version = "3.7.2"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13615dependencies = [
13616 "thiserror 1.0.69",
13617]
13618
13619[[package]]
13620name = "psm"
13621version = "0.1.30"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13624dependencies = [
13625 "ar_archive_writer",
13626 "cc",
13627]
13628
13629[[package]]
13630name = "ptr_meta"
13631version = "0.1.4"
13632source = "registry+https://github.com/rust-lang/crates.io-index"
13633checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13634dependencies = [
13635 "ptr_meta_derive",
13636]
13637
13638[[package]]
13639name = "ptr_meta_derive"
13640version = "0.1.4"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13643dependencies = [
13644 "proc-macro2",
13645 "quote",
13646 "syn 1.0.109",
13647]
13648
13649[[package]]
13650name = "pulldown-cmark"
13651version = "0.10.3"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13654dependencies = [
13655 "bitflags 2.10.0",
13656 "memchr",
13657 "pulldown-cmark-escape",
13658 "unicase",
13659]
13660
13661[[package]]
13662name = "pulldown-cmark"
13663version = "0.13.0"
13664source = "registry+https://github.com/rust-lang/crates.io-index"
13665checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13666dependencies = [
13667 "bitflags 2.10.0",
13668 "memchr",
13669 "unicase",
13670]
13671
13672[[package]]
13673name = "pulldown-cmark-escape"
13674version = "0.10.1"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13677
13678[[package]]
13679name = "pulley-interpreter"
13680version = "36.0.7"
13681source = "registry+https://github.com/rust-lang/crates.io-index"
13682checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13683dependencies = [
13684 "cranelift-bitset",
13685 "log",
13686 "pulley-macros",
13687 "wasmtime-internal-math",
13688]
13689
13690[[package]]
13691name = "pulley-macros"
13692version = "36.0.7"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13695dependencies = [
13696 "proc-macro2",
13697 "quote",
13698 "syn 2.0.117",
13699]
13700
13701[[package]]
13702name = "pulp"
13703version = "0.18.22"
13704source = "registry+https://github.com/rust-lang/crates.io-index"
13705checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13706dependencies = [
13707 "bytemuck",
13708 "libm",
13709 "num-complex",
13710 "reborrow",
13711]
13712
13713[[package]]
13714name = "pulp"
13715version = "0.21.5"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13718dependencies = [
13719 "bytemuck",
13720 "cfg-if",
13721 "libm",
13722 "num-complex",
13723 "reborrow",
13724 "version_check",
13725]
13726
13727[[package]]
13728name = "pxfm"
13729version = "0.1.25"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13732dependencies = [
13733 "num-traits",
13734]
13735
13736[[package]]
13737name = "qoi"
13738version = "0.4.1"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13741dependencies = [
13742 "bytemuck",
13743]
13744
13745[[package]]
13746name = "quick-error"
13747version = "1.2.3"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13750
13751[[package]]
13752name = "quick-error"
13753version = "2.0.1"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13756
13757[[package]]
13758name = "quick-xml"
13759version = "0.30.0"
13760source = "registry+https://github.com/rust-lang/crates.io-index"
13761checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13762dependencies = [
13763 "memchr",
13764]
13765
13766[[package]]
13767name = "quick-xml"
13768version = "0.37.5"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13771dependencies = [
13772 "memchr",
13773]
13774
13775[[package]]
13776name = "quick-xml"
13777version = "0.38.3"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13780dependencies = [
13781 "memchr",
13782]
13783
13784[[package]]
13785name = "quinn"
13786version = "0.11.9"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13789dependencies = [
13790 "bytes 1.11.1",
13791 "cfg_aliases 0.2.1",
13792 "pin-project-lite",
13793 "quinn-proto",
13794 "quinn-udp",
13795 "rustc-hash 2.1.1",
13796 "rustls 0.23.33",
13797 "socket2 0.6.1",
13798 "thiserror 2.0.17",
13799 "tokio",
13800 "tracing",
13801 "web-time",
13802]
13803
13804[[package]]
13805name = "quinn-proto"
13806version = "0.11.13"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13809dependencies = [
13810 "bytes 1.11.1",
13811 "getrandom 0.3.4",
13812 "lru-slab",
13813 "rand 0.9.3",
13814 "ring",
13815 "rustc-hash 2.1.1",
13816 "rustls 0.23.33",
13817 "rustls-pki-types",
13818 "slab",
13819 "thiserror 2.0.17",
13820 "tinyvec",
13821 "tracing",
13822 "web-time",
13823]
13824
13825[[package]]
13826name = "quinn-udp"
13827version = "0.5.14"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13830dependencies = [
13831 "cfg_aliases 0.2.1",
13832 "libc",
13833 "once_cell",
13834 "socket2 0.6.1",
13835 "tracing",
13836 "windows-sys 0.60.2",
13837]
13838
13839[[package]]
13840name = "quote"
13841version = "1.0.41"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13844dependencies = [
13845 "proc-macro2",
13846]
13847
13848[[package]]
13849name = "r-efi"
13850version = "5.3.0"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13853
13854[[package]]
13855name = "radium"
13856version = "0.7.0"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13859
13860[[package]]
13861name = "rand"
13862version = "0.3.23"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13865dependencies = [
13866 "libc",
13867 "rand 0.4.6",
13868]
13869
13870[[package]]
13871name = "rand"
13872version = "0.4.6"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13875dependencies = [
13876 "fuchsia-cprng",
13877 "libc",
13878 "rand_core 0.3.1",
13879 "rdrand",
13880 "winapi",
13881]
13882
13883[[package]]
13884name = "rand"
13885version = "0.8.5"
13886source = "registry+https://github.com/rust-lang/crates.io-index"
13887checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13888dependencies = [
13889 "libc",
13890 "rand_chacha 0.3.1",
13891 "rand_core 0.6.4",
13892]
13893
13894[[package]]
13895name = "rand"
13896version = "0.9.3"
13897source = "registry+https://github.com/rust-lang/crates.io-index"
13898checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13899dependencies = [
13900 "rand_chacha 0.9.0",
13901 "rand_core 0.9.3",
13902]
13903
13904[[package]]
13905name = "rand_chacha"
13906version = "0.3.1"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13909dependencies = [
13910 "ppv-lite86",
13911 "rand_core 0.6.4",
13912]
13913
13914[[package]]
13915name = "rand_chacha"
13916version = "0.9.0"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13919dependencies = [
13920 "ppv-lite86",
13921 "rand_core 0.9.3",
13922]
13923
13924[[package]]
13925name = "rand_core"
13926version = "0.3.1"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13929dependencies = [
13930 "rand_core 0.4.2",
13931]
13932
13933[[package]]
13934name = "rand_core"
13935version = "0.4.2"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13938
13939[[package]]
13940name = "rand_core"
13941version = "0.6.4"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13944dependencies = [
13945 "getrandom 0.2.16",
13946]
13947
13948[[package]]
13949name = "rand_core"
13950version = "0.9.3"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13953dependencies = [
13954 "getrandom 0.3.4",
13955]
13956
13957[[package]]
13958name = "rand_distr"
13959version = "0.5.1"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13962dependencies = [
13963 "num-traits",
13964 "rand 0.9.3",
13965]
13966
13967[[package]]
13968name = "rand_pcg"
13969version = "0.3.1"
13970source = "registry+https://github.com/rust-lang/crates.io-index"
13971checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13972dependencies = [
13973 "rand_core 0.6.4",
13974]
13975
13976[[package]]
13977name = "rand_xorshift"
13978version = "0.4.0"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13981dependencies = [
13982 "rand_core 0.9.3",
13983]
13984
13985[[package]]
13986name = "random_choice"
13987version = "0.3.2"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13990dependencies = [
13991 "rand 0.3.23",
13992]
13993
13994[[package]]
13995name = "range-alloc"
13996version = "0.1.4"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13999
14000[[package]]
14001name = "range-map"
14002version = "0.2.0"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14005dependencies = [
14006 "num-traits",
14007]
14008
14009[[package]]
14010name = "rangemap"
14011version = "1.7.1"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14014
14015[[package]]
14016name = "rav1e"
14017version = "0.7.1"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14020dependencies = [
14021 "arbitrary",
14022 "arg_enum_proc_macro",
14023 "arrayvec",
14024 "av1-grain",
14025 "bitstream-io",
14026 "built",
14027 "cfg-if",
14028 "interpolate_name",
14029 "itertools 0.12.1",
14030 "libc",
14031 "libfuzzer-sys",
14032 "log",
14033 "maybe-rayon",
14034 "new_debug_unreachable",
14035 "noop_proc_macro",
14036 "num-derive",
14037 "num-traits",
14038 "once_cell",
14039 "paste",
14040 "profiling",
14041 "rand 0.8.5",
14042 "rand_chacha 0.3.1",
14043 "simd_helpers",
14044 "system-deps 6.2.2",
14045 "thiserror 1.0.69",
14046 "v_frame",
14047 "wasm-bindgen",
14048]
14049
14050[[package]]
14051name = "ravif"
14052version = "0.11.20"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14055dependencies = [
14056 "avif-serialize",
14057 "imgref",
14058 "loop9",
14059 "quick-error 2.0.1",
14060 "rav1e",
14061 "rayon",
14062 "rgb",
14063]
14064
14065[[package]]
14066name = "raw-cpuid"
14067version = "10.7.0"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14070dependencies = [
14071 "bitflags 1.3.2",
14072]
14073
14074[[package]]
14075name = "raw-cpuid"
14076version = "11.6.0"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14079dependencies = [
14080 "bitflags 2.10.0",
14081]
14082
14083[[package]]
14084name = "raw-window-handle"
14085version = "0.6.2"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14088
14089[[package]]
14090name = "raw-window-metal"
14091version = "1.1.0"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14094dependencies = [
14095 "objc2",
14096 "objc2-core-foundation",
14097 "objc2-foundation",
14098 "objc2-quartz-core",
14099]
14100
14101[[package]]
14102name = "rayon"
14103version = "1.11.0"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14106dependencies = [
14107 "either",
14108 "rayon-core",
14109]
14110
14111[[package]]
14112name = "rayon-core"
14113version = "1.13.0"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14116dependencies = [
14117 "crossbeam-deque",
14118 "crossbeam-utils",
14119]
14120
14121[[package]]
14122name = "rdrand"
14123version = "0.4.0"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14126dependencies = [
14127 "rand_core 0.3.1",
14128]
14129
14130[[package]]
14131name = "read-fonts"
14132version = "0.35.0"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14135dependencies = [
14136 "bytemuck",
14137 "font-types 0.10.0",
14138]
14139
14140[[package]]
14141name = "read-fonts"
14142version = "0.37.0"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14145dependencies = [
14146 "bytemuck",
14147 "core_maths",
14148 "font-types 0.11.0",
14149]
14150
14151[[package]]
14152name = "realfft"
14153version = "3.5.0"
14154source = "registry+https://github.com/rust-lang/crates.io-index"
14155checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14156dependencies = [
14157 "rustfft",
14158]
14159
14160[[package]]
14161name = "reborrow"
14162version = "0.5.5"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14165
14166[[package]]
14167name = "recent_projects"
14168version = "0.1.0"
14169dependencies = [
14170 "anyhow",
14171 "askpass",
14172 "chrono",
14173 "db",
14174 "dev_container",
14175 "editor",
14176 "extension",
14177 "extension_host",
14178 "fs",
14179 "futures 0.3.32",
14180 "fuzzy",
14181 "gpui",
14182 "http_client",
14183 "indoc",
14184 "language",
14185 "log",
14186 "menu",
14187 "node_runtime",
14188 "open_path_prompt",
14189 "ordered-float 2.10.1",
14190 "paths",
14191 "picker",
14192 "project",
14193 "release_channel",
14194 "remote",
14195 "remote_connection",
14196 "remote_server",
14197 "semver",
14198 "serde",
14199 "serde_json",
14200 "settings",
14201 "smol",
14202 "task",
14203 "telemetry",
14204 "ui",
14205 "ui_input",
14206 "util",
14207 "windows-registry 0.6.1",
14208 "workspace",
14209 "worktree",
14210 "zed_actions",
14211]
14212
14213[[package]]
14214name = "redox_syscall"
14215version = "0.2.16"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14218dependencies = [
14219 "bitflags 1.3.2",
14220]
14221
14222[[package]]
14223name = "redox_syscall"
14224version = "0.5.18"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14227dependencies = [
14228 "bitflags 2.10.0",
14229]
14230
14231[[package]]
14232name = "redox_users"
14233version = "0.5.2"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14236dependencies = [
14237 "getrandom 0.2.16",
14238 "libredox",
14239 "thiserror 2.0.17",
14240]
14241
14242[[package]]
14243name = "ref-cast"
14244version = "1.0.25"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14247dependencies = [
14248 "ref-cast-impl",
14249]
14250
14251[[package]]
14252name = "ref-cast-impl"
14253version = "1.0.25"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14256dependencies = [
14257 "proc-macro2",
14258 "quote",
14259 "syn 2.0.117",
14260]
14261
14262[[package]]
14263name = "referencing"
14264version = "0.37.4"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14267dependencies = [
14268 "ahash 0.8.12",
14269 "fluent-uri",
14270 "getrandom 0.3.4",
14271 "hashbrown 0.16.1",
14272 "parking_lot",
14273 "percent-encoding",
14274 "serde_json",
14275]
14276
14277[[package]]
14278name = "refineable"
14279version = "0.1.0"
14280dependencies = [
14281 "derive_refineable",
14282]
14283
14284[[package]]
14285name = "regalloc2"
14286version = "0.12.2"
14287source = "registry+https://github.com/rust-lang/crates.io-index"
14288checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14289dependencies = [
14290 "allocator-api2",
14291 "bumpalo",
14292 "hashbrown 0.15.5",
14293 "log",
14294 "rustc-hash 2.1.1",
14295 "serde",
14296 "smallvec",
14297]
14298
14299[[package]]
14300name = "regex"
14301version = "1.12.2"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14304dependencies = [
14305 "aho-corasick",
14306 "memchr",
14307 "regex-automata",
14308 "regex-syntax",
14309]
14310
14311[[package]]
14312name = "regex-automata"
14313version = "0.4.13"
14314source = "registry+https://github.com/rust-lang/crates.io-index"
14315checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14316dependencies = [
14317 "aho-corasick",
14318 "memchr",
14319 "regex-syntax",
14320]
14321
14322[[package]]
14323name = "regex-lite"
14324version = "0.1.8"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14327
14328[[package]]
14329name = "regex-syntax"
14330version = "0.8.8"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14333
14334[[package]]
14335name = "release_channel"
14336version = "0.1.0"
14337dependencies = [
14338 "gpui",
14339 "semver",
14340]
14341
14342[[package]]
14343name = "remote"
14344version = "0.1.0"
14345dependencies = [
14346 "anyhow",
14347 "askpass",
14348 "async-trait",
14349 "base64 0.22.1",
14350 "collections",
14351 "fs",
14352 "futures 0.3.32",
14353 "gpui",
14354 "log",
14355 "parking_lot",
14356 "paths",
14357 "prost 0.9.0",
14358 "release_channel",
14359 "rpc",
14360 "schemars",
14361 "semver",
14362 "serde",
14363 "serde_json",
14364 "settings",
14365 "smol",
14366 "tempfile",
14367 "thiserror 2.0.17",
14368 "urlencoding",
14369 "util",
14370 "which 6.0.3",
14371]
14372
14373[[package]]
14374name = "remote_connection"
14375version = "0.1.0"
14376dependencies = [
14377 "anyhow",
14378 "askpass",
14379 "auto_update",
14380 "futures 0.3.32",
14381 "gpui",
14382 "log",
14383 "markdown",
14384 "menu",
14385 "release_channel",
14386 "remote",
14387 "semver",
14388 "settings",
14389 "theme_settings",
14390 "ui",
14391 "ui_input",
14392 "workspace",
14393]
14394
14395[[package]]
14396name = "remote_server"
14397version = "0.1.0"
14398dependencies = [
14399 "action_log",
14400 "agent",
14401 "anyhow",
14402 "askpass",
14403 "cargo_toml",
14404 "clap",
14405 "client",
14406 "clock",
14407 "collections",
14408 "crash-handler",
14409 "crashes",
14410 "dap_adapters",
14411 "debug_adapter_extension",
14412 "editor",
14413 "env_logger 0.11.8",
14414 "extension",
14415 "extension_host",
14416 "fork",
14417 "fs",
14418 "futures 0.3.32",
14419 "git",
14420 "git2",
14421 "git_hosting_providers",
14422 "gpui",
14423 "gpui_platform",
14424 "gpui_tokio",
14425 "http_client",
14426 "image",
14427 "json_schema_store",
14428 "language",
14429 "language_extension",
14430 "language_model",
14431 "languages",
14432 "libc",
14433 "log",
14434 "lsp",
14435 "minidumper",
14436 "net",
14437 "node_runtime",
14438 "paths",
14439 "pretty_assertions",
14440 "project",
14441 "proto",
14442 "rayon",
14443 "release_channel",
14444 "remote",
14445 "reqwest_client",
14446 "rpc",
14447 "rust-embed",
14448 "semver",
14449 "serde",
14450 "serde_json",
14451 "settings",
14452 "shellexpand",
14453 "smol",
14454 "sysinfo 0.37.2",
14455 "task",
14456 "theme",
14457 "theme_settings",
14458 "thiserror 2.0.17",
14459 "toml 0.8.23",
14460 "unindent",
14461 "util",
14462 "uuid",
14463 "watch",
14464 "windows 0.61.3",
14465 "worktree",
14466 "zlog",
14467]
14468
14469[[package]]
14470name = "rend"
14471version = "0.4.2"
14472source = "registry+https://github.com/rust-lang/crates.io-index"
14473checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14474dependencies = [
14475 "bytecheck",
14476]
14477
14478[[package]]
14479name = "renderdoc-sys"
14480version = "1.1.0"
14481source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14483
14484[[package]]
14485name = "repl"
14486version = "0.1.0"
14487dependencies = [
14488 "alacritty_terminal",
14489 "anyhow",
14490 "async-dispatcher",
14491 "async-task",
14492 "async-tungstenite",
14493 "base64 0.22.1",
14494 "client",
14495 "collections",
14496 "command_palette_hooks",
14497 "editor",
14498 "feature_flags",
14499 "file_icons",
14500 "futures 0.3.32",
14501 "gpui",
14502 "html_to_markdown",
14503 "http_client",
14504 "image",
14505 "indoc",
14506 "jupyter-protocol",
14507 "jupyter-websocket-client",
14508 "language",
14509 "languages",
14510 "log",
14511 "markdown",
14512 "menu",
14513 "multi_buffer",
14514 "nbformat",
14515 "picker",
14516 "project",
14517 "remote",
14518 "runtimelib",
14519 "serde",
14520 "serde_json",
14521 "settings",
14522 "shlex",
14523 "smol",
14524 "telemetry",
14525 "terminal",
14526 "terminal_view",
14527 "theme",
14528 "theme_settings",
14529 "tree-sitter-md",
14530 "tree-sitter-python",
14531 "tree-sitter-typescript",
14532 "ui",
14533 "util",
14534 "uuid",
14535 "workspace",
14536 "zed_actions",
14537]
14538
14539[[package]]
14540name = "reqwest"
14541version = "0.11.27"
14542source = "registry+https://github.com/rust-lang/crates.io-index"
14543checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14544dependencies = [
14545 "base64 0.21.7",
14546 "bytes 1.11.1",
14547 "encoding_rs",
14548 "futures-core",
14549 "futures-util",
14550 "h2 0.3.27",
14551 "http 0.2.12",
14552 "http-body 0.4.6",
14553 "hyper 0.14.32",
14554 "hyper-tls",
14555 "ipnet",
14556 "js-sys",
14557 "log",
14558 "mime",
14559 "native-tls",
14560 "once_cell",
14561 "percent-encoding",
14562 "pin-project-lite",
14563 "rustls-pemfile 1.0.4",
14564 "serde",
14565 "serde_json",
14566 "serde_urlencoded",
14567 "sync_wrapper 0.1.2",
14568 "system-configuration 0.5.1",
14569 "tokio",
14570 "tokio-native-tls",
14571 "tower-service",
14572 "url",
14573 "wasm-bindgen",
14574 "wasm-bindgen-futures",
14575 "web-sys",
14576 "winreg 0.50.0",
14577]
14578
14579[[package]]
14580name = "reqwest"
14581version = "0.12.24"
14582source = "registry+https://github.com/rust-lang/crates.io-index"
14583checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14584dependencies = [
14585 "base64 0.22.1",
14586 "bytes 1.11.1",
14587 "futures-channel",
14588 "futures-core",
14589 "futures-util",
14590 "http 1.3.1",
14591 "http-body 1.0.1",
14592 "http-body-util",
14593 "hyper 1.7.0",
14594 "hyper-rustls 0.27.7",
14595 "hyper-util",
14596 "js-sys",
14597 "log",
14598 "percent-encoding",
14599 "pin-project-lite",
14600 "quinn",
14601 "rustls 0.23.33",
14602 "rustls-native-certs 0.8.2",
14603 "rustls-pki-types",
14604 "serde",
14605 "serde_json",
14606 "serde_urlencoded",
14607 "sync_wrapper 1.0.2",
14608 "tokio",
14609 "tokio-rustls 0.26.2",
14610 "tower 0.5.2",
14611 "tower-http 0.6.6",
14612 "tower-service",
14613 "url",
14614 "wasm-bindgen",
14615 "wasm-bindgen-futures",
14616 "web-sys",
14617]
14618
14619[[package]]
14620name = "reqwest_client"
14621version = "0.1.0"
14622dependencies = [
14623 "anyhow",
14624 "bytes 1.11.1",
14625 "futures 0.3.32",
14626 "gpui_util",
14627 "http_client",
14628 "http_client_tls",
14629 "log",
14630 "regex",
14631 "serde",
14632 "tokio",
14633 "zed-reqwest",
14634]
14635
14636[[package]]
14637name = "resvg"
14638version = "0.45.1"
14639source = "registry+https://github.com/rust-lang/crates.io-index"
14640checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14641dependencies = [
14642 "gif",
14643 "image-webp",
14644 "log",
14645 "pico-args",
14646 "rgb",
14647 "svgtypes",
14648 "tiny-skia",
14649 "usvg",
14650 "zune-jpeg",
14651]
14652
14653[[package]]
14654name = "rfc6979"
14655version = "0.3.1"
14656source = "registry+https://github.com/rust-lang/crates.io-index"
14657checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14658dependencies = [
14659 "crypto-bigint 0.4.9",
14660 "hmac",
14661 "zeroize",
14662]
14663
14664[[package]]
14665name = "rgb"
14666version = "0.8.52"
14667source = "registry+https://github.com/rust-lang/crates.io-index"
14668checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14669dependencies = [
14670 "bytemuck",
14671]
14672
14673[[package]]
14674name = "ring"
14675version = "0.17.14"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14678dependencies = [
14679 "cc",
14680 "cfg-if",
14681 "getrandom 0.2.16",
14682 "libc",
14683 "untrusted 0.9.0",
14684 "windows-sys 0.52.0",
14685]
14686
14687[[package]]
14688name = "rkyv"
14689version = "0.7.45"
14690source = "registry+https://github.com/rust-lang/crates.io-index"
14691checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14692dependencies = [
14693 "bitvec",
14694 "bytecheck",
14695 "bytes 1.11.1",
14696 "hashbrown 0.12.3",
14697 "ptr_meta",
14698 "rend",
14699 "rkyv_derive",
14700 "seahash",
14701 "tinyvec",
14702 "uuid",
14703]
14704
14705[[package]]
14706name = "rkyv_derive"
14707version = "0.7.45"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14710dependencies = [
14711 "proc-macro2",
14712 "quote",
14713 "syn 1.0.109",
14714]
14715
14716[[package]]
14717name = "rmp"
14718version = "0.8.14"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14721dependencies = [
14722 "byteorder",
14723 "num-traits",
14724 "paste",
14725]
14726
14727[[package]]
14728name = "rmpv"
14729version = "1.3.0"
14730source = "registry+https://github.com/rust-lang/crates.io-index"
14731checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14732dependencies = [
14733 "num-traits",
14734 "rmp",
14735]
14736
14737[[package]]
14738name = "rodio"
14739version = "0.21.1"
14740source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14741dependencies = [
14742 "cpal",
14743 "dasp_sample",
14744 "hound",
14745 "num-rational",
14746 "rand 0.9.3",
14747 "rand_distr",
14748 "rtrb",
14749 "symphonia",
14750 "thiserror 2.0.17",
14751]
14752
14753[[package]]
14754name = "rope"
14755version = "0.1.0"
14756dependencies = [
14757 "criterion",
14758 "ctor",
14759 "gpui",
14760 "heapless",
14761 "log",
14762 "rand 0.9.3",
14763 "rayon",
14764 "sum_tree",
14765 "tracing",
14766 "unicode-segmentation",
14767 "util",
14768 "zlog",
14769 "ztracing",
14770]
14771
14772[[package]]
14773name = "roxmltree"
14774version = "0.20.0"
14775source = "registry+https://github.com/rust-lang/crates.io-index"
14776checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14777
14778[[package]]
14779name = "rpassword"
14780version = "7.4.0"
14781source = "registry+https://github.com/rust-lang/crates.io-index"
14782checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14783dependencies = [
14784 "libc",
14785 "rtoolbox",
14786 "windows-sys 0.59.0",
14787]
14788
14789[[package]]
14790name = "rpc"
14791version = "0.1.0"
14792dependencies = [
14793 "anyhow",
14794 "async-tungstenite",
14795 "base64 0.22.1",
14796 "collections",
14797 "futures 0.3.32",
14798 "gpui",
14799 "parking_lot",
14800 "proto",
14801 "rand 0.9.3",
14802 "rsa",
14803 "serde",
14804 "serde_json",
14805 "sha2",
14806 "strum 0.27.2",
14807 "tracing",
14808 "util",
14809 "zlog",
14810 "zstd",
14811]
14812
14813[[package]]
14814name = "rsa"
14815version = "0.9.10"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14818dependencies = [
14819 "const-oid",
14820 "digest",
14821 "num-bigint-dig 0.8.6",
14822 "num-integer",
14823 "num-traits",
14824 "pkcs1",
14825 "pkcs8 0.10.2",
14826 "rand_core 0.6.4",
14827 "signature 2.2.0",
14828 "spki 0.7.3",
14829 "subtle",
14830 "zeroize",
14831]
14832
14833[[package]]
14834name = "rtoolbox"
14835version = "0.0.3"
14836source = "registry+https://github.com/rust-lang/crates.io-index"
14837checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14838dependencies = [
14839 "libc",
14840 "windows-sys 0.52.0",
14841]
14842
14843[[package]]
14844name = "rtrb"
14845version = "0.3.2"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14848
14849[[package]]
14850name = "rules_library"
14851version = "0.1.0"
14852dependencies = [
14853 "anyhow",
14854 "collections",
14855 "editor",
14856 "gpui",
14857 "language",
14858 "language_model",
14859 "log",
14860 "menu",
14861 "picker",
14862 "platform_title_bar",
14863 "prompt_store",
14864 "release_channel",
14865 "rope",
14866 "serde",
14867 "settings",
14868 "theme_settings",
14869 "ui",
14870 "ui_input",
14871 "util",
14872 "workspace",
14873 "zed_actions",
14874]
14875
14876[[package]]
14877name = "runtimelib"
14878version = "1.4.0"
14879source = "registry+https://github.com/rust-lang/crates.io-index"
14880checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14881dependencies = [
14882 "async-dispatcher",
14883 "async-std",
14884 "aws-lc-rs",
14885 "base64 0.22.1",
14886 "bytes 1.11.1",
14887 "chrono",
14888 "data-encoding",
14889 "dirs",
14890 "futures 0.3.32",
14891 "glob",
14892 "jupyter-protocol",
14893 "serde",
14894 "serde_json",
14895 "shellexpand",
14896 "smol",
14897 "thiserror 2.0.17",
14898 "uuid",
14899 "zeromq",
14900]
14901
14902[[package]]
14903name = "rust-embed"
14904version = "8.11.0"
14905source = "registry+https://github.com/rust-lang/crates.io-index"
14906checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14907dependencies = [
14908 "rust-embed-impl",
14909 "rust-embed-utils",
14910 "walkdir",
14911]
14912
14913[[package]]
14914name = "rust-embed-impl"
14915version = "8.11.0"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14918dependencies = [
14919 "proc-macro2",
14920 "quote",
14921 "rust-embed-utils",
14922 "syn 2.0.117",
14923 "walkdir",
14924]
14925
14926[[package]]
14927name = "rust-embed-utils"
14928version = "8.11.0"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14931dependencies = [
14932 "globset",
14933 "sha2",
14934 "walkdir",
14935]
14936
14937[[package]]
14938name = "rust_decimal"
14939version = "1.39.0"
14940source = "registry+https://github.com/rust-lang/crates.io-index"
14941checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14942dependencies = [
14943 "arrayvec",
14944 "borsh",
14945 "bytes 1.11.1",
14946 "num-traits",
14947 "rand 0.8.5",
14948 "rkyv",
14949 "serde",
14950 "serde_json",
14951]
14952
14953[[package]]
14954name = "rustc-demangle"
14955version = "0.1.26"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14958
14959[[package]]
14960name = "rustc-hash"
14961version = "1.1.0"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14964
14965[[package]]
14966name = "rustc-hash"
14967version = "2.1.1"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14970
14971[[package]]
14972name = "rustc_version"
14973version = "0.4.1"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14976dependencies = [
14977 "semver",
14978]
14979
14980[[package]]
14981name = "rustfft"
14982version = "6.4.1"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14985dependencies = [
14986 "num-complex",
14987 "num-integer",
14988 "num-traits",
14989 "primal-check",
14990 "strength_reduce",
14991 "transpose",
14992]
14993
14994[[package]]
14995name = "rustix"
14996version = "0.38.44"
14997source = "registry+https://github.com/rust-lang/crates.io-index"
14998checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14999dependencies = [
15000 "bitflags 2.10.0",
15001 "errno 0.3.14",
15002 "libc",
15003 "linux-raw-sys 0.4.15",
15004 "windows-sys 0.59.0",
15005]
15006
15007[[package]]
15008name = "rustix"
15009version = "1.1.2"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15012dependencies = [
15013 "bitflags 2.10.0",
15014 "errno 0.3.14",
15015 "libc",
15016 "linux-raw-sys 0.11.0",
15017 "windows-sys 0.61.2",
15018]
15019
15020[[package]]
15021name = "rustix-linux-procfs"
15022version = "0.1.1"
15023source = "registry+https://github.com/rust-lang/crates.io-index"
15024checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15025dependencies = [
15026 "once_cell",
15027 "rustix 1.1.2",
15028]
15029
15030[[package]]
15031name = "rustix-openpty"
15032version = "0.2.0"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15035dependencies = [
15036 "errno 0.3.14",
15037 "libc",
15038 "rustix 1.1.2",
15039]
15040
15041[[package]]
15042name = "rustls"
15043version = "0.21.12"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15046dependencies = [
15047 "log",
15048 "ring",
15049 "rustls-webpki 0.101.7",
15050 "sct",
15051]
15052
15053[[package]]
15054name = "rustls"
15055version = "0.23.33"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15058dependencies = [
15059 "aws-lc-rs",
15060 "log",
15061 "once_cell",
15062 "ring",
15063 "rustls-pki-types",
15064 "rustls-webpki 0.103.7",
15065 "subtle",
15066 "zeroize",
15067]
15068
15069[[package]]
15070name = "rustls-native-certs"
15071version = "0.6.3"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15074dependencies = [
15075 "openssl-probe",
15076 "rustls-pemfile 1.0.4",
15077 "schannel",
15078 "security-framework 2.11.1",
15079]
15080
15081[[package]]
15082name = "rustls-native-certs"
15083version = "0.8.2"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15086dependencies = [
15087 "openssl-probe",
15088 "rustls-pki-types",
15089 "schannel",
15090 "security-framework 3.5.1",
15091]
15092
15093[[package]]
15094name = "rustls-pemfile"
15095version = "1.0.4"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15098dependencies = [
15099 "base64 0.21.7",
15100]
15101
15102[[package]]
15103name = "rustls-pemfile"
15104version = "2.2.0"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15107dependencies = [
15108 "rustls-pki-types",
15109]
15110
15111[[package]]
15112name = "rustls-pki-types"
15113version = "1.12.0"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15116dependencies = [
15117 "web-time",
15118 "zeroize",
15119]
15120
15121[[package]]
15122name = "rustls-platform-verifier"
15123version = "0.5.3"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15126dependencies = [
15127 "core-foundation 0.10.0",
15128 "core-foundation-sys",
15129 "jni",
15130 "log",
15131 "once_cell",
15132 "rustls 0.23.33",
15133 "rustls-native-certs 0.8.2",
15134 "rustls-platform-verifier-android",
15135 "rustls-webpki 0.103.7",
15136 "security-framework 3.5.1",
15137 "security-framework-sys",
15138 "webpki-root-certs",
15139 "windows-sys 0.59.0",
15140]
15141
15142[[package]]
15143name = "rustls-platform-verifier-android"
15144version = "0.1.1"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15147
15148[[package]]
15149name = "rustls-webpki"
15150version = "0.101.7"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15153dependencies = [
15154 "ring",
15155 "untrusted 0.9.0",
15156]
15157
15158[[package]]
15159name = "rustls-webpki"
15160version = "0.103.7"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15163dependencies = [
15164 "aws-lc-rs",
15165 "ring",
15166 "rustls-pki-types",
15167 "untrusted 0.9.0",
15168]
15169
15170[[package]]
15171name = "rustversion"
15172version = "1.0.22"
15173source = "registry+https://github.com/rust-lang/crates.io-index"
15174checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15175
15176[[package]]
15177name = "rusty-fork"
15178version = "0.3.1"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15181dependencies = [
15182 "fnv",
15183 "quick-error 1.2.3",
15184 "tempfile",
15185 "wait-timeout",
15186]
15187
15188[[package]]
15189name = "rustybuzz"
15190version = "0.20.1"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15193dependencies = [
15194 "bitflags 2.10.0",
15195 "bytemuck",
15196 "core_maths",
15197 "log",
15198 "smallvec",
15199 "ttf-parser 0.25.1",
15200 "unicode-bidi-mirroring",
15201 "unicode-ccc",
15202 "unicode-properties",
15203 "unicode-script",
15204]
15205
15206[[package]]
15207name = "ryu"
15208version = "1.0.20"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15211
15212[[package]]
15213name = "saa"
15214version = "5.4.9"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15217
15218[[package]]
15219name = "safetensors"
15220version = "0.4.5"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15223dependencies = [
15224 "serde",
15225 "serde_json",
15226]
15227
15228[[package]]
15229name = "same-file"
15230version = "1.0.6"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15233dependencies = [
15234 "winapi-util",
15235]
15236
15237[[package]]
15238name = "scc"
15239version = "3.5.6"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15242dependencies = [
15243 "saa",
15244 "sdd",
15245]
15246
15247[[package]]
15248name = "schannel"
15249version = "0.1.28"
15250source = "registry+https://github.com/rust-lang/crates.io-index"
15251checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15252dependencies = [
15253 "windows-sys 0.61.2",
15254]
15255
15256[[package]]
15257name = "scheduler"
15258version = "0.1.0"
15259dependencies = [
15260 "async-task",
15261 "backtrace",
15262 "chrono",
15263 "flume",
15264 "futures 0.3.32",
15265 "parking_lot",
15266 "rand 0.9.3",
15267 "web-time",
15268]
15269
15270[[package]]
15271name = "schema_generator"
15272version = "0.1.0"
15273dependencies = [
15274 "anyhow",
15275 "clap",
15276 "env_logger 0.11.8",
15277 "schemars",
15278 "serde",
15279 "serde_json",
15280 "settings",
15281 "theme",
15282 "theme_settings",
15283]
15284
15285[[package]]
15286name = "schemars"
15287version = "1.0.4"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15290dependencies = [
15291 "dyn-clone",
15292 "indexmap",
15293 "ref-cast",
15294 "schemars_derive",
15295 "serde",
15296 "serde_json",
15297]
15298
15299[[package]]
15300name = "schemars_derive"
15301version = "1.0.4"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15304dependencies = [
15305 "proc-macro2",
15306 "quote",
15307 "serde_derive_internals",
15308 "syn 2.0.117",
15309]
15310
15311[[package]]
15312name = "scoped-tls"
15313version = "1.0.1"
15314source = "registry+https://github.com/rust-lang/crates.io-index"
15315checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15316
15317[[package]]
15318name = "scopeguard"
15319version = "1.2.0"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15322
15323[[package]]
15324name = "scratch"
15325version = "1.0.9"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15328
15329[[package]]
15330name = "screencapturekit"
15331version = "0.2.8"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15334dependencies = [
15335 "screencapturekit-sys",
15336]
15337
15338[[package]]
15339name = "screencapturekit-sys"
15340version = "0.2.8"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15343dependencies = [
15344 "block",
15345 "dispatch",
15346 "objc",
15347 "objc-foundation",
15348 "objc_id",
15349 "once_cell",
15350]
15351
15352[[package]]
15353name = "scroll"
15354version = "0.12.0"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15357dependencies = [
15358 "scroll_derive",
15359]
15360
15361[[package]]
15362name = "scroll_derive"
15363version = "0.12.1"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15366dependencies = [
15367 "proc-macro2",
15368 "quote",
15369 "syn 2.0.117",
15370]
15371
15372[[package]]
15373name = "sct"
15374version = "0.7.1"
15375source = "registry+https://github.com/rust-lang/crates.io-index"
15376checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15377dependencies = [
15378 "ring",
15379 "untrusted 0.9.0",
15380]
15381
15382[[package]]
15383name = "sdd"
15384version = "4.6.2"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15387
15388[[package]]
15389name = "sea-bae"
15390version = "0.2.1"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15393dependencies = [
15394 "heck 0.4.1",
15395 "proc-macro-error2",
15396 "proc-macro2",
15397 "quote",
15398 "syn 2.0.117",
15399]
15400
15401[[package]]
15402name = "sea-orm"
15403version = "1.1.10"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15406dependencies = [
15407 "async-stream",
15408 "async-trait",
15409 "bigdecimal",
15410 "chrono",
15411 "futures-util",
15412 "log",
15413 "ouroboros",
15414 "pgvector",
15415 "rust_decimal",
15416 "sea-orm-macros",
15417 "sea-query",
15418 "sea-query-binder",
15419 "serde",
15420 "serde_json",
15421 "sqlx",
15422 "strum 0.26.3",
15423 "thiserror 2.0.17",
15424 "time",
15425 "tracing",
15426 "url",
15427 "uuid",
15428]
15429
15430[[package]]
15431name = "sea-orm-macros"
15432version = "1.1.10"
15433source = "registry+https://github.com/rust-lang/crates.io-index"
15434checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15435dependencies = [
15436 "heck 0.4.1",
15437 "proc-macro2",
15438 "quote",
15439 "sea-bae",
15440 "syn 2.0.117",
15441 "unicode-ident",
15442]
15443
15444[[package]]
15445name = "sea-query"
15446version = "0.32.7"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15449dependencies = [
15450 "bigdecimal",
15451 "chrono",
15452 "inherent",
15453 "ordered-float 4.6.0",
15454 "rust_decimal",
15455 "serde_json",
15456 "time",
15457 "uuid",
15458]
15459
15460[[package]]
15461name = "sea-query-binder"
15462version = "0.7.0"
15463source = "registry+https://github.com/rust-lang/crates.io-index"
15464checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15465dependencies = [
15466 "bigdecimal",
15467 "chrono",
15468 "rust_decimal",
15469 "sea-query",
15470 "serde_json",
15471 "sqlx",
15472 "time",
15473 "uuid",
15474]
15475
15476[[package]]
15477name = "seahash"
15478version = "4.1.0"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15481
15482[[package]]
15483name = "search"
15484version = "0.1.0"
15485dependencies = [
15486 "any_vec",
15487 "anyhow",
15488 "bitflags 2.10.0",
15489 "collections",
15490 "editor",
15491 "fs",
15492 "futures 0.3.32",
15493 "gpui",
15494 "itertools 0.14.0",
15495 "language",
15496 "lsp",
15497 "menu",
15498 "multi_buffer",
15499 "pretty_assertions",
15500 "project",
15501 "serde",
15502 "serde_json",
15503 "settings",
15504 "smol",
15505 "theme",
15506 "theme_settings",
15507 "tracing",
15508 "ui",
15509 "unindent",
15510 "util",
15511 "util_macros",
15512 "workspace",
15513 "zed_actions",
15514 "ztracing",
15515]
15516
15517[[package]]
15518name = "sec1"
15519version = "0.3.0"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15522dependencies = [
15523 "base16ct",
15524 "der 0.6.1",
15525 "generic-array",
15526 "pkcs8 0.9.0",
15527 "subtle",
15528 "zeroize",
15529]
15530
15531[[package]]
15532name = "secrecy"
15533version = "0.10.3"
15534source = "registry+https://github.com/rust-lang/crates.io-index"
15535checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15536dependencies = [
15537 "zeroize",
15538]
15539
15540[[package]]
15541name = "security-framework"
15542version = "2.11.1"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15545dependencies = [
15546 "bitflags 2.10.0",
15547 "core-foundation 0.9.4",
15548 "core-foundation-sys",
15549 "libc",
15550 "security-framework-sys",
15551]
15552
15553[[package]]
15554name = "security-framework"
15555version = "3.5.1"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15558dependencies = [
15559 "bitflags 2.10.0",
15560 "core-foundation 0.10.0",
15561 "core-foundation-sys",
15562 "libc",
15563 "security-framework-sys",
15564]
15565
15566[[package]]
15567name = "security-framework-sys"
15568version = "2.15.0"
15569source = "registry+https://github.com/rust-lang/crates.io-index"
15570checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15571dependencies = [
15572 "core-foundation-sys",
15573 "libc",
15574]
15575
15576[[package]]
15577name = "self_cell"
15578version = "1.2.2"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15581
15582[[package]]
15583name = "semver"
15584version = "1.0.27"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15587dependencies = [
15588 "serde",
15589 "serde_core",
15590]
15591
15592[[package]]
15593name = "seq-macro"
15594version = "0.3.6"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15597
15598[[package]]
15599name = "serde"
15600version = "1.0.228"
15601source = "registry+https://github.com/rust-lang/crates.io-index"
15602checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15603dependencies = [
15604 "serde_core",
15605 "serde_derive",
15606]
15607
15608[[package]]
15609name = "serde_bytes"
15610version = "0.11.19"
15611source = "registry+https://github.com/rust-lang/crates.io-index"
15612checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15613dependencies = [
15614 "serde",
15615 "serde_core",
15616]
15617
15618[[package]]
15619name = "serde_core"
15620version = "1.0.228"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15623dependencies = [
15624 "serde_derive",
15625]
15626
15627[[package]]
15628name = "serde_derive"
15629version = "1.0.228"
15630source = "registry+https://github.com/rust-lang/crates.io-index"
15631checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15632dependencies = [
15633 "proc-macro2",
15634 "quote",
15635 "syn 2.0.117",
15636]
15637
15638[[package]]
15639name = "serde_derive_internals"
15640version = "0.29.1"
15641source = "registry+https://github.com/rust-lang/crates.io-index"
15642checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15643dependencies = [
15644 "proc-macro2",
15645 "quote",
15646 "syn 2.0.117",
15647]
15648
15649[[package]]
15650name = "serde_fmt"
15651version = "1.0.3"
15652source = "registry+https://github.com/rust-lang/crates.io-index"
15653checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15654dependencies = [
15655 "serde",
15656]
15657
15658[[package]]
15659name = "serde_json"
15660version = "1.0.145"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15663dependencies = [
15664 "indexmap",
15665 "itoa",
15666 "memchr",
15667 "ryu",
15668 "serde",
15669 "serde_core",
15670]
15671
15672[[package]]
15673name = "serde_json_lenient"
15674version = "0.2.4"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15677dependencies = [
15678 "indexmap",
15679 "itoa",
15680 "memchr",
15681 "ryu",
15682 "serde",
15683]
15684
15685[[package]]
15686name = "serde_path_to_error"
15687version = "0.1.20"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15690dependencies = [
15691 "itoa",
15692 "serde",
15693 "serde_core",
15694]
15695
15696[[package]]
15697name = "serde_repr"
15698version = "0.1.20"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15701dependencies = [
15702 "proc-macro2",
15703 "quote",
15704 "syn 2.0.117",
15705]
15706
15707[[package]]
15708name = "serde_spanned"
15709version = "0.6.9"
15710source = "registry+https://github.com/rust-lang/crates.io-index"
15711checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15712dependencies = [
15713 "serde",
15714]
15715
15716[[package]]
15717name = "serde_spanned"
15718version = "1.0.3"
15719source = "registry+https://github.com/rust-lang/crates.io-index"
15720checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15721dependencies = [
15722 "serde_core",
15723]
15724
15725[[package]]
15726name = "serde_urlencoded"
15727version = "0.7.1"
15728source = "registry+https://github.com/rust-lang/crates.io-index"
15729checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15730dependencies = [
15731 "form_urlencoded",
15732 "itoa",
15733 "ryu",
15734 "serde",
15735]
15736
15737[[package]]
15738name = "serde_yaml"
15739version = "0.9.34+deprecated"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15742dependencies = [
15743 "indexmap",
15744 "itoa",
15745 "ryu",
15746 "serde",
15747 "unsafe-libyaml",
15748]
15749
15750[[package]]
15751name = "serial2"
15752version = "0.2.33"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15755dependencies = [
15756 "cfg-if",
15757 "libc",
15758 "winapi",
15759]
15760
15761[[package]]
15762name = "session"
15763version = "0.1.0"
15764dependencies = [
15765 "db",
15766 "gpui",
15767 "serde_json",
15768 "util",
15769 "uuid",
15770]
15771
15772[[package]]
15773name = "settings"
15774version = "0.1.0"
15775dependencies = [
15776 "anyhow",
15777 "collections",
15778 "ec4rs",
15779 "fs",
15780 "futures 0.3.32",
15781 "gpui",
15782 "indoc",
15783 "inventory",
15784 "log",
15785 "migrator",
15786 "paths",
15787 "pretty_assertions",
15788 "release_channel",
15789 "rust-embed",
15790 "schemars",
15791 "serde",
15792 "serde_json",
15793 "serde_json_lenient",
15794 "settings_content",
15795 "settings_json",
15796 "settings_macros",
15797 "smallvec",
15798 "unindent",
15799 "util",
15800 "zlog",
15801]
15802
15803[[package]]
15804name = "settings_content"
15805version = "0.1.0"
15806dependencies = [
15807 "anyhow",
15808 "collections",
15809 "derive_more",
15810 "gpui",
15811 "language_model_core",
15812 "log",
15813 "schemars",
15814 "serde",
15815 "serde_json",
15816 "serde_json_lenient",
15817 "settings_json",
15818 "settings_macros",
15819 "strum 0.27.2",
15820 "util",
15821]
15822
15823[[package]]
15824name = "settings_json"
15825version = "0.1.0"
15826dependencies = [
15827 "anyhow",
15828 "pretty_assertions",
15829 "serde",
15830 "serde_json",
15831 "serde_json_lenient",
15832 "serde_path_to_error",
15833 "tree-sitter",
15834 "tree-sitter-json",
15835 "unindent",
15836 "util",
15837]
15838
15839[[package]]
15840name = "settings_macros"
15841version = "0.1.0"
15842dependencies = [
15843 "quote",
15844 "settings",
15845 "syn 2.0.117",
15846]
15847
15848[[package]]
15849name = "settings_profile_selector"
15850version = "0.1.0"
15851dependencies = [
15852 "editor",
15853 "fuzzy",
15854 "gpui",
15855 "menu",
15856 "picker",
15857 "project",
15858 "serde_json",
15859 "settings",
15860 "theme",
15861 "theme_settings",
15862 "ui",
15863 "workspace",
15864 "zed_actions",
15865]
15866
15867[[package]]
15868name = "settings_ui"
15869version = "0.1.0"
15870dependencies = [
15871 "agent",
15872 "agent_settings",
15873 "anyhow",
15874 "audio",
15875 "codestral",
15876 "component",
15877 "copilot",
15878 "copilot_ui",
15879 "cpal",
15880 "edit_prediction",
15881 "edit_prediction_ui",
15882 "editor",
15883 "fs",
15884 "futures 0.3.32",
15885 "fuzzy",
15886 "gpui",
15887 "heck 0.5.0",
15888 "itertools 0.14.0",
15889 "language",
15890 "log",
15891 "menu",
15892 "paths",
15893 "picker",
15894 "platform_title_bar",
15895 "pretty_assertions",
15896 "project",
15897 "regex",
15898 "release_channel",
15899 "rodio",
15900 "schemars",
15901 "search",
15902 "serde",
15903 "serde_json",
15904 "settings",
15905 "shell_command_parser",
15906 "strum 0.27.2",
15907 "telemetry",
15908 "theme",
15909 "theme_settings",
15910 "title_bar",
15911 "ui",
15912 "util",
15913 "workspace",
15914 "zed_actions",
15915 "zed_credentials_provider",
15916]
15917
15918[[package]]
15919name = "sha-1"
15920version = "0.10.1"
15921source = "registry+https://github.com/rust-lang/crates.io-index"
15922checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15923dependencies = [
15924 "cfg-if",
15925 "cpufeatures",
15926 "digest",
15927]
15928
15929[[package]]
15930name = "sha1"
15931version = "0.10.6"
15932source = "registry+https://github.com/rust-lang/crates.io-index"
15933checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15934dependencies = [
15935 "cfg-if",
15936 "cpufeatures",
15937 "digest",
15938]
15939
15940[[package]]
15941name = "sha1_smol"
15942version = "1.0.1"
15943source = "registry+https://github.com/rust-lang/crates.io-index"
15944checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15945
15946[[package]]
15947name = "sha2"
15948version = "0.10.9"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15951dependencies = [
15952 "cfg-if",
15953 "cpufeatures",
15954 "digest",
15955]
15956
15957[[package]]
15958name = "sharded-slab"
15959version = "0.1.7"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15962dependencies = [
15963 "lazy_static",
15964]
15965
15966[[package]]
15967name = "shared_library"
15968version = "0.1.9"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15971dependencies = [
15972 "lazy_static",
15973 "libc",
15974]
15975
15976[[package]]
15977name = "shell-words"
15978version = "1.1.0"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15981
15982[[package]]
15983name = "shell_command_parser"
15984version = "0.1.0"
15985dependencies = [
15986 "brush-parser",
15987]
15988
15989[[package]]
15990name = "shellexpand"
15991version = "3.1.1"
15992source = "registry+https://github.com/rust-lang/crates.io-index"
15993checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15994dependencies = [
15995 "dirs",
15996]
15997
15998[[package]]
15999name = "shingles"
16000version = "0.1.1"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16003
16004[[package]]
16005name = "shlex"
16006version = "1.3.0"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16009
16010[[package]]
16011name = "sidebar"
16012version = "0.1.0"
16013dependencies = [
16014 "acp_thread",
16015 "action_log",
16016 "agent",
16017 "agent-client-protocol",
16018 "agent_settings",
16019 "agent_ui",
16020 "anyhow",
16021 "chrono",
16022 "client",
16023 "clock",
16024 "db",
16025 "editor",
16026 "extension",
16027 "fs",
16028 "git",
16029 "gpui",
16030 "http_client",
16031 "language",
16032 "language_model",
16033 "log",
16034 "menu",
16035 "node_runtime",
16036 "platform_title_bar",
16037 "pretty_assertions",
16038 "project",
16039 "prompt_store",
16040 "recent_projects",
16041 "release_channel",
16042 "remote",
16043 "remote_connection",
16044 "remote_server",
16045 "semver",
16046 "serde",
16047 "serde_json",
16048 "settings",
16049 "smol",
16050 "theme",
16051 "theme_settings",
16052 "ui",
16053 "util",
16054 "vim_mode_setting",
16055 "workspace",
16056 "zed_actions",
16057]
16058
16059[[package]]
16060name = "signal-hook"
16061version = "0.3.18"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16064dependencies = [
16065 "libc",
16066 "signal-hook-registry",
16067]
16068
16069[[package]]
16070name = "signal-hook-registry"
16071version = "1.4.6"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16074dependencies = [
16075 "libc",
16076]
16077
16078[[package]]
16079name = "signature"
16080version = "1.6.4"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16083dependencies = [
16084 "digest",
16085 "rand_core 0.6.4",
16086]
16087
16088[[package]]
16089name = "signature"
16090version = "2.2.0"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16093dependencies = [
16094 "digest",
16095 "rand_core 0.6.4",
16096]
16097
16098[[package]]
16099name = "simd-adler32"
16100version = "0.3.7"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16103
16104[[package]]
16105name = "simd_helpers"
16106version = "0.1.0"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16109dependencies = [
16110 "quote",
16111]
16112
16113[[package]]
16114name = "simdutf8"
16115version = "0.1.5"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16118
16119[[package]]
16120name = "similar"
16121version = "2.7.0"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16124
16125[[package]]
16126name = "simple_asn1"
16127version = "0.6.3"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16130dependencies = [
16131 "num-bigint",
16132 "num-traits",
16133 "thiserror 2.0.17",
16134 "time",
16135]
16136
16137[[package]]
16138name = "simplecss"
16139version = "0.2.2"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16142dependencies = [
16143 "log",
16144]
16145
16146[[package]]
16147name = "simplelog"
16148version = "0.12.2"
16149source = "registry+https://github.com/rust-lang/crates.io-index"
16150checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16151dependencies = [
16152 "log",
16153 "termcolor",
16154 "time",
16155]
16156
16157[[package]]
16158name = "siphasher"
16159version = "0.3.11"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16162
16163[[package]]
16164name = "siphasher"
16165version = "1.0.1"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16168
16169[[package]]
16170name = "skrifa"
16171version = "0.37.0"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16174dependencies = [
16175 "bytemuck",
16176 "read-fonts 0.35.0",
16177]
16178
16179[[package]]
16180name = "skrifa"
16181version = "0.40.0"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16184dependencies = [
16185 "bytemuck",
16186 "read-fonts 0.37.0",
16187]
16188
16189[[package]]
16190name = "slab"
16191version = "0.4.11"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16194
16195[[package]]
16196name = "slotmap"
16197version = "1.0.7"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16200dependencies = [
16201 "version_check",
16202]
16203
16204[[package]]
16205name = "smallvec"
16206version = "1.15.1"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16209dependencies = [
16210 "serde",
16211]
16212
16213[[package]]
16214name = "smart-default"
16215version = "0.7.1"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16218dependencies = [
16219 "proc-macro2",
16220 "quote",
16221 "syn 2.0.117",
16222]
16223
16224[[package]]
16225name = "smol"
16226version = "2.0.2"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16229dependencies = [
16230 "async-channel 2.5.0",
16231 "async-executor",
16232 "async-fs",
16233 "async-io",
16234 "async-lock 3.4.2",
16235 "async-net",
16236 "async-process",
16237 "blocking",
16238 "futures-lite 2.6.1",
16239]
16240
16241[[package]]
16242name = "smol_str"
16243version = "0.3.5"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16246
16247[[package]]
16248name = "snafu"
16249version = "0.8.9"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16252dependencies = [
16253 "snafu-derive",
16254]
16255
16256[[package]]
16257name = "snafu-derive"
16258version = "0.8.9"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16261dependencies = [
16262 "heck 0.5.0",
16263 "proc-macro2",
16264 "quote",
16265 "syn 2.0.117",
16266]
16267
16268[[package]]
16269name = "snippet"
16270version = "0.1.0"
16271dependencies = [
16272 "anyhow",
16273 "smallvec",
16274]
16275
16276[[package]]
16277name = "snippet_provider"
16278version = "0.1.0"
16279dependencies = [
16280 "anyhow",
16281 "collections",
16282 "extension",
16283 "fs",
16284 "futures 0.3.32",
16285 "gpui",
16286 "indoc",
16287 "parking_lot",
16288 "paths",
16289 "schemars",
16290 "serde",
16291 "serde_json",
16292 "serde_json_lenient",
16293 "snippet",
16294 "util",
16295]
16296
16297[[package]]
16298name = "snippets_ui"
16299version = "0.1.0"
16300dependencies = [
16301 "file_icons",
16302 "fuzzy",
16303 "gpui",
16304 "language",
16305 "open_path_prompt",
16306 "paths",
16307 "picker",
16308 "settings",
16309 "ui",
16310 "util",
16311 "workspace",
16312]
16313
16314[[package]]
16315name = "socket2"
16316version = "0.5.10"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16319dependencies = [
16320 "libc",
16321 "windows-sys 0.52.0",
16322]
16323
16324[[package]]
16325name = "socket2"
16326version = "0.6.1"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16329dependencies = [
16330 "libc",
16331 "windows-sys 0.60.2",
16332]
16333
16334[[package]]
16335name = "spdx"
16336version = "0.10.9"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16339dependencies = [
16340 "smallvec",
16341]
16342
16343[[package]]
16344name = "spin"
16345version = "0.9.8"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16348dependencies = [
16349 "lock_api",
16350]
16351
16352[[package]]
16353name = "spin"
16354version = "0.10.0"
16355source = "registry+https://github.com/rust-lang/crates.io-index"
16356checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16357dependencies = [
16358 "lock_api",
16359]
16360
16361[[package]]
16362name = "spirv"
16363version = "0.4.0+sdk-1.4.341.0"
16364source = "registry+https://github.com/rust-lang/crates.io-index"
16365checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16366dependencies = [
16367 "bitflags 2.10.0",
16368]
16369
16370[[package]]
16371name = "spki"
16372version = "0.6.0"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16375dependencies = [
16376 "base64ct",
16377 "der 0.6.1",
16378]
16379
16380[[package]]
16381name = "spki"
16382version = "0.7.3"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16385dependencies = [
16386 "base64ct",
16387 "der 0.7.10",
16388]
16389
16390[[package]]
16391name = "sqlez"
16392version = "0.1.0"
16393dependencies = [
16394 "anyhow",
16395 "collections",
16396 "futures 0.3.32",
16397 "indoc",
16398 "libsqlite3-sys",
16399 "log",
16400 "parking_lot",
16401 "smol",
16402 "sqlformat",
16403 "thread_local",
16404 "util",
16405 "uuid",
16406]
16407
16408[[package]]
16409name = "sqlez_macros"
16410version = "0.1.0"
16411dependencies = [
16412 "sqlez",
16413 "sqlformat",
16414 "syn 2.0.117",
16415]
16416
16417[[package]]
16418name = "sqlformat"
16419version = "0.2.6"
16420source = "registry+https://github.com/rust-lang/crates.io-index"
16421checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16422dependencies = [
16423 "nom 7.1.3",
16424 "unicode_categories",
16425]
16426
16427[[package]]
16428name = "sqlx"
16429version = "0.8.6"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16432dependencies = [
16433 "sqlx-core",
16434 "sqlx-macros",
16435 "sqlx-mysql",
16436 "sqlx-postgres",
16437 "sqlx-sqlite",
16438]
16439
16440[[package]]
16441name = "sqlx-core"
16442version = "0.8.6"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16445dependencies = [
16446 "base64 0.22.1",
16447 "bigdecimal",
16448 "bytes 1.11.1",
16449 "chrono",
16450 "crc",
16451 "crossbeam-queue",
16452 "either",
16453 "event-listener 5.4.1",
16454 "futures-core",
16455 "futures-intrusive",
16456 "futures-io",
16457 "futures-util",
16458 "hashbrown 0.15.5",
16459 "hashlink 0.10.0",
16460 "indexmap",
16461 "log",
16462 "memchr",
16463 "once_cell",
16464 "percent-encoding",
16465 "rust_decimal",
16466 "rustls 0.23.33",
16467 "serde",
16468 "serde_json",
16469 "sha2",
16470 "smallvec",
16471 "thiserror 2.0.17",
16472 "time",
16473 "tokio",
16474 "tokio-stream",
16475 "tracing",
16476 "url",
16477 "uuid",
16478 "webpki-roots",
16479]
16480
16481[[package]]
16482name = "sqlx-macros"
16483version = "0.8.6"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16486dependencies = [
16487 "proc-macro2",
16488 "quote",
16489 "sqlx-core",
16490 "sqlx-macros-core",
16491 "syn 2.0.117",
16492]
16493
16494[[package]]
16495name = "sqlx-macros-core"
16496version = "0.8.6"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16499dependencies = [
16500 "dotenvy",
16501 "either",
16502 "heck 0.5.0",
16503 "hex",
16504 "once_cell",
16505 "proc-macro2",
16506 "quote",
16507 "serde",
16508 "serde_json",
16509 "sha2",
16510 "sqlx-core",
16511 "sqlx-mysql",
16512 "sqlx-postgres",
16513 "sqlx-sqlite",
16514 "syn 2.0.117",
16515 "tokio",
16516 "url",
16517]
16518
16519[[package]]
16520name = "sqlx-mysql"
16521version = "0.8.6"
16522source = "registry+https://github.com/rust-lang/crates.io-index"
16523checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16524dependencies = [
16525 "atoi",
16526 "base64 0.22.1",
16527 "bigdecimal",
16528 "bitflags 2.10.0",
16529 "byteorder",
16530 "bytes 1.11.1",
16531 "chrono",
16532 "crc",
16533 "digest",
16534 "dotenvy",
16535 "either",
16536 "futures-channel",
16537 "futures-core",
16538 "futures-io",
16539 "futures-util",
16540 "generic-array",
16541 "hex",
16542 "hkdf",
16543 "hmac",
16544 "itoa",
16545 "log",
16546 "md-5",
16547 "memchr",
16548 "once_cell",
16549 "percent-encoding",
16550 "rand 0.8.5",
16551 "rsa",
16552 "rust_decimal",
16553 "serde",
16554 "sha1",
16555 "sha2",
16556 "smallvec",
16557 "sqlx-core",
16558 "stringprep",
16559 "thiserror 2.0.17",
16560 "time",
16561 "tracing",
16562 "uuid",
16563 "whoami",
16564]
16565
16566[[package]]
16567name = "sqlx-postgres"
16568version = "0.8.6"
16569source = "registry+https://github.com/rust-lang/crates.io-index"
16570checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16571dependencies = [
16572 "atoi",
16573 "base64 0.22.1",
16574 "bigdecimal",
16575 "bitflags 2.10.0",
16576 "byteorder",
16577 "chrono",
16578 "crc",
16579 "dotenvy",
16580 "etcetera",
16581 "futures-channel",
16582 "futures-core",
16583 "futures-util",
16584 "hex",
16585 "hkdf",
16586 "hmac",
16587 "home",
16588 "itoa",
16589 "log",
16590 "md-5",
16591 "memchr",
16592 "num-bigint",
16593 "once_cell",
16594 "rand 0.8.5",
16595 "rust_decimal",
16596 "serde",
16597 "serde_json",
16598 "sha2",
16599 "smallvec",
16600 "sqlx-core",
16601 "stringprep",
16602 "thiserror 2.0.17",
16603 "time",
16604 "tracing",
16605 "uuid",
16606 "whoami",
16607]
16608
16609[[package]]
16610name = "sqlx-sqlite"
16611version = "0.8.6"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16614dependencies = [
16615 "atoi",
16616 "chrono",
16617 "flume",
16618 "futures-channel",
16619 "futures-core",
16620 "futures-executor",
16621 "futures-intrusive",
16622 "futures-util",
16623 "libsqlite3-sys",
16624 "log",
16625 "percent-encoding",
16626 "serde",
16627 "serde_urlencoded",
16628 "sqlx-core",
16629 "thiserror 2.0.17",
16630 "time",
16631 "tracing",
16632 "url",
16633 "uuid",
16634]
16635
16636[[package]]
16637name = "stable_deref_trait"
16638version = "1.2.1"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16641
16642[[package]]
16643name = "stacker"
16644version = "0.1.23"
16645source = "registry+https://github.com/rust-lang/crates.io-index"
16646checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16647dependencies = [
16648 "cc",
16649 "cfg-if",
16650 "libc",
16651 "psm",
16652 "windows-sys 0.59.0",
16653]
16654
16655[[package]]
16656name = "stacksafe"
16657version = "0.1.4"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16660dependencies = [
16661 "stacker",
16662 "stacksafe-macro",
16663]
16664
16665[[package]]
16666name = "stacksafe-macro"
16667version = "0.1.4"
16668source = "registry+https://github.com/rust-lang/crates.io-index"
16669checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16670dependencies = [
16671 "proc-macro-error2",
16672 "quote",
16673 "syn 2.0.117",
16674]
16675
16676[[package]]
16677name = "static_assertions"
16678version = "1.1.0"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16681
16682[[package]]
16683name = "streaming-iterator"
16684version = "0.1.9"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16687
16688[[package]]
16689name = "streaming_diff"
16690version = "0.1.0"
16691dependencies = [
16692 "ordered-float 2.10.1",
16693 "rand 0.9.3",
16694 "rope",
16695 "util",
16696]
16697
16698[[package]]
16699name = "strength_reduce"
16700version = "0.2.4"
16701source = "registry+https://github.com/rust-lang/crates.io-index"
16702checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16703
16704[[package]]
16705name = "strict-num"
16706version = "0.1.1"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16709dependencies = [
16710 "float-cmp",
16711]
16712
16713[[package]]
16714name = "string_cache"
16715version = "0.8.9"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16718dependencies = [
16719 "new_debug_unreachable",
16720 "parking_lot",
16721 "phf_shared 0.11.3",
16722 "precomputed-hash",
16723 "serde",
16724]
16725
16726[[package]]
16727name = "string_cache_codegen"
16728version = "0.5.4"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16731dependencies = [
16732 "phf_generator 0.11.3",
16733 "phf_shared 0.11.3",
16734 "proc-macro2",
16735 "quote",
16736]
16737
16738[[package]]
16739name = "stringprep"
16740version = "0.1.5"
16741source = "registry+https://github.com/rust-lang/crates.io-index"
16742checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16743dependencies = [
16744 "unicode-bidi",
16745 "unicode-normalization",
16746 "unicode-properties",
16747]
16748
16749[[package]]
16750name = "strsim"
16751version = "0.11.1"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16754
16755[[package]]
16756name = "strum"
16757version = "0.26.3"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16760
16761[[package]]
16762name = "strum"
16763version = "0.27.2"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16766dependencies = [
16767 "strum_macros 0.27.2",
16768]
16769
16770[[package]]
16771name = "strum"
16772version = "0.28.0"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16775dependencies = [
16776 "strum_macros 0.28.0",
16777]
16778
16779[[package]]
16780name = "strum_macros"
16781version = "0.27.2"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16784dependencies = [
16785 "heck 0.5.0",
16786 "proc-macro2",
16787 "quote",
16788 "syn 2.0.117",
16789]
16790
16791[[package]]
16792name = "strum_macros"
16793version = "0.28.0"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16796dependencies = [
16797 "heck 0.5.0",
16798 "proc-macro2",
16799 "quote",
16800 "syn 2.0.117",
16801]
16802
16803[[package]]
16804name = "subtle"
16805version = "2.6.1"
16806source = "registry+https://github.com/rust-lang/crates.io-index"
16807checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16808
16809[[package]]
16810name = "sum_tree"
16811version = "0.1.0"
16812dependencies = [
16813 "ctor",
16814 "heapless",
16815 "log",
16816 "proptest",
16817 "rand 0.9.3",
16818 "rayon",
16819 "tracing",
16820 "zlog",
16821 "ztracing",
16822]
16823
16824[[package]]
16825name = "sval"
16826version = "2.15.0"
16827source = "registry+https://github.com/rust-lang/crates.io-index"
16828checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16829
16830[[package]]
16831name = "sval_buffer"
16832version = "2.15.0"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16835dependencies = [
16836 "sval",
16837 "sval_ref",
16838]
16839
16840[[package]]
16841name = "sval_dynamic"
16842version = "2.15.0"
16843source = "registry+https://github.com/rust-lang/crates.io-index"
16844checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16845dependencies = [
16846 "sval",
16847]
16848
16849[[package]]
16850name = "sval_fmt"
16851version = "2.15.0"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16854dependencies = [
16855 "itoa",
16856 "ryu",
16857 "sval",
16858]
16859
16860[[package]]
16861name = "sval_json"
16862version = "2.15.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16865dependencies = [
16866 "itoa",
16867 "ryu",
16868 "sval",
16869]
16870
16871[[package]]
16872name = "sval_nested"
16873version = "2.15.0"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16876dependencies = [
16877 "sval",
16878 "sval_buffer",
16879 "sval_ref",
16880]
16881
16882[[package]]
16883name = "sval_ref"
16884version = "2.15.0"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16887dependencies = [
16888 "sval",
16889]
16890
16891[[package]]
16892name = "sval_serde"
16893version = "2.15.0"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16896dependencies = [
16897 "serde_core",
16898 "sval",
16899 "sval_nested",
16900]
16901
16902[[package]]
16903name = "svg_fmt"
16904version = "0.4.5"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16907
16908[[package]]
16909name = "svg_preview"
16910version = "0.1.0"
16911dependencies = [
16912 "file_icons",
16913 "gpui",
16914 "language",
16915 "multi_buffer",
16916 "ui",
16917 "workspace",
16918 "zed_actions",
16919]
16920
16921[[package]]
16922name = "svgtypes"
16923version = "0.15.3"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16926dependencies = [
16927 "kurbo",
16928 "siphasher 1.0.1",
16929]
16930
16931[[package]]
16932name = "swash"
16933version = "0.2.6"
16934source = "registry+https://github.com/rust-lang/crates.io-index"
16935checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16936dependencies = [
16937 "skrifa 0.37.0",
16938 "yazi",
16939 "zeno",
16940]
16941
16942[[package]]
16943name = "symphonia"
16944version = "0.5.5"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16947dependencies = [
16948 "lazy_static",
16949 "symphonia-bundle-flac",
16950 "symphonia-bundle-mp3",
16951 "symphonia-codec-aac",
16952 "symphonia-codec-pcm",
16953 "symphonia-codec-vorbis",
16954 "symphonia-core",
16955 "symphonia-format-isomp4",
16956 "symphonia-format-ogg",
16957 "symphonia-format-riff",
16958 "symphonia-metadata",
16959]
16960
16961[[package]]
16962name = "symphonia-bundle-flac"
16963version = "0.5.5"
16964source = "registry+https://github.com/rust-lang/crates.io-index"
16965checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16966dependencies = [
16967 "log",
16968 "symphonia-core",
16969 "symphonia-metadata",
16970 "symphonia-utils-xiph",
16971]
16972
16973[[package]]
16974name = "symphonia-bundle-mp3"
16975version = "0.5.5"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16978dependencies = [
16979 "lazy_static",
16980 "log",
16981 "symphonia-core",
16982 "symphonia-metadata",
16983]
16984
16985[[package]]
16986name = "symphonia-codec-aac"
16987version = "0.5.5"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16990dependencies = [
16991 "lazy_static",
16992 "log",
16993 "symphonia-core",
16994]
16995
16996[[package]]
16997name = "symphonia-codec-pcm"
16998version = "0.5.5"
16999source = "registry+https://github.com/rust-lang/crates.io-index"
17000checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17001dependencies = [
17002 "log",
17003 "symphonia-core",
17004]
17005
17006[[package]]
17007name = "symphonia-codec-vorbis"
17008version = "0.5.5"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17011dependencies = [
17012 "log",
17013 "symphonia-core",
17014 "symphonia-utils-xiph",
17015]
17016
17017[[package]]
17018name = "symphonia-core"
17019version = "0.5.5"
17020source = "registry+https://github.com/rust-lang/crates.io-index"
17021checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17022dependencies = [
17023 "arrayvec",
17024 "bitflags 1.3.2",
17025 "bytemuck",
17026 "lazy_static",
17027 "log",
17028]
17029
17030[[package]]
17031name = "symphonia-format-isomp4"
17032version = "0.5.5"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17035dependencies = [
17036 "encoding_rs",
17037 "log",
17038 "symphonia-core",
17039 "symphonia-metadata",
17040 "symphonia-utils-xiph",
17041]
17042
17043[[package]]
17044name = "symphonia-format-ogg"
17045version = "0.5.5"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17048dependencies = [
17049 "log",
17050 "symphonia-core",
17051 "symphonia-metadata",
17052 "symphonia-utils-xiph",
17053]
17054
17055[[package]]
17056name = "symphonia-format-riff"
17057version = "0.5.5"
17058source = "registry+https://github.com/rust-lang/crates.io-index"
17059checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17060dependencies = [
17061 "extended",
17062 "log",
17063 "symphonia-core",
17064 "symphonia-metadata",
17065]
17066
17067[[package]]
17068name = "symphonia-metadata"
17069version = "0.5.5"
17070source = "registry+https://github.com/rust-lang/crates.io-index"
17071checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17072dependencies = [
17073 "encoding_rs",
17074 "lazy_static",
17075 "log",
17076 "symphonia-core",
17077]
17078
17079[[package]]
17080name = "symphonia-utils-xiph"
17081version = "0.5.5"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17084dependencies = [
17085 "symphonia-core",
17086 "symphonia-metadata",
17087]
17088
17089[[package]]
17090name = "syn"
17091version = "1.0.109"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17094dependencies = [
17095 "proc-macro2",
17096 "quote",
17097 "unicode-ident",
17098]
17099
17100[[package]]
17101name = "syn"
17102version = "2.0.117"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17105dependencies = [
17106 "proc-macro2",
17107 "quote",
17108 "unicode-ident",
17109]
17110
17111[[package]]
17112name = "sync_wrapper"
17113version = "0.1.2"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17116
17117[[package]]
17118name = "sync_wrapper"
17119version = "1.0.2"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17122dependencies = [
17123 "futures-core",
17124]
17125
17126[[package]]
17127name = "synchronoise"
17128version = "1.0.1"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17131dependencies = [
17132 "crossbeam-queue",
17133]
17134
17135[[package]]
17136name = "synstructure"
17137version = "0.13.2"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17140dependencies = [
17141 "proc-macro2",
17142 "quote",
17143 "syn 2.0.117",
17144]
17145
17146[[package]]
17147name = "syntax_theme"
17148version = "0.1.0"
17149dependencies = [
17150 "gpui",
17151 "serde",
17152 "serde_json",
17153]
17154
17155[[package]]
17156name = "sys-locale"
17157version = "0.3.2"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17160dependencies = [
17161 "libc",
17162]
17163
17164[[package]]
17165name = "sysctl"
17166version = "0.5.5"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17169dependencies = [
17170 "bitflags 2.10.0",
17171 "byteorder",
17172 "enum-as-inner",
17173 "libc",
17174 "thiserror 1.0.69",
17175 "walkdir",
17176]
17177
17178[[package]]
17179name = "sysctl"
17180version = "0.6.0"
17181source = "registry+https://github.com/rust-lang/crates.io-index"
17182checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17183dependencies = [
17184 "bitflags 2.10.0",
17185 "byteorder",
17186 "enum-as-inner",
17187 "libc",
17188 "thiserror 1.0.69",
17189 "walkdir",
17190]
17191
17192[[package]]
17193name = "sysinfo"
17194version = "0.31.4"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17197dependencies = [
17198 "core-foundation-sys",
17199 "libc",
17200 "memchr",
17201 "ntapi",
17202 "rayon",
17203 "windows 0.57.0",
17204]
17205
17206[[package]]
17207name = "sysinfo"
17208version = "0.37.2"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17211dependencies = [
17212 "libc",
17213 "memchr",
17214 "ntapi",
17215 "objc2-core-foundation",
17216 "objc2-io-kit",
17217 "windows 0.61.3",
17218]
17219
17220[[package]]
17221name = "system-configuration"
17222version = "0.5.1"
17223source = "registry+https://github.com/rust-lang/crates.io-index"
17224checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17225dependencies = [
17226 "bitflags 1.3.2",
17227 "core-foundation 0.9.4",
17228 "system-configuration-sys 0.5.0",
17229]
17230
17231[[package]]
17232name = "system-configuration"
17233version = "0.6.1"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17236dependencies = [
17237 "bitflags 2.10.0",
17238 "core-foundation 0.9.4",
17239 "system-configuration-sys 0.6.0",
17240]
17241
17242[[package]]
17243name = "system-configuration-sys"
17244version = "0.5.0"
17245source = "registry+https://github.com/rust-lang/crates.io-index"
17246checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17247dependencies = [
17248 "core-foundation-sys",
17249 "libc",
17250]
17251
17252[[package]]
17253name = "system-configuration-sys"
17254version = "0.6.0"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17257dependencies = [
17258 "core-foundation-sys",
17259 "libc",
17260]
17261
17262[[package]]
17263name = "system-deps"
17264version = "6.2.2"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17267dependencies = [
17268 "cfg-expr 0.15.8",
17269 "heck 0.5.0",
17270 "pkg-config",
17271 "toml 0.8.23",
17272 "version-compare",
17273]
17274
17275[[package]]
17276name = "system-deps"
17277version = "7.0.7"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17280dependencies = [
17281 "cfg-expr 0.20.6",
17282 "heck 0.5.0",
17283 "pkg-config",
17284 "toml 0.9.8",
17285 "version-compare",
17286]
17287
17288[[package]]
17289name = "system-interface"
17290version = "0.27.3"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17293dependencies = [
17294 "bitflags 2.10.0",
17295 "cap-fs-ext",
17296 "cap-std",
17297 "fd-lock",
17298 "io-lifetimes",
17299 "rustix 0.38.44",
17300 "windows-sys 0.59.0",
17301 "winx",
17302]
17303
17304[[package]]
17305name = "system_specs"
17306version = "0.1.0"
17307dependencies = [
17308 "anyhow",
17309 "client",
17310 "gpui",
17311 "human_bytes",
17312 "pciid-parser",
17313 "release_channel",
17314 "semver",
17315 "serde",
17316 "sysinfo 0.37.2",
17317]
17318
17319[[package]]
17320name = "tab_switcher"
17321version = "0.1.0"
17322dependencies = [
17323 "collections",
17324 "ctor",
17325 "editor",
17326 "fuzzy",
17327 "gpui",
17328 "menu",
17329 "picker",
17330 "project",
17331 "schemars",
17332 "serde",
17333 "serde_json",
17334 "settings",
17335 "smol",
17336 "theme",
17337 "theme_settings",
17338 "ui",
17339 "util",
17340 "workspace",
17341 "zlog",
17342]
17343
17344[[package]]
17345name = "taffy"
17346version = "0.9.0"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17349dependencies = [
17350 "arrayvec",
17351 "grid",
17352 "serde",
17353 "slotmap",
17354]
17355
17356[[package]]
17357name = "tagptr"
17358version = "0.2.0"
17359source = "registry+https://github.com/rust-lang/crates.io-index"
17360checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17361
17362[[package]]
17363name = "take-until"
17364version = "0.2.0"
17365source = "registry+https://github.com/rust-lang/crates.io-index"
17366checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17367
17368[[package]]
17369name = "tao-core-video-sys"
17370version = "0.2.0"
17371source = "registry+https://github.com/rust-lang/crates.io-index"
17372checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17373dependencies = [
17374 "cfg-if",
17375 "core-foundation-sys",
17376 "libc",
17377 "objc",
17378]
17379
17380[[package]]
17381name = "tap"
17382version = "1.0.1"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17385
17386[[package]]
17387name = "target-lexicon"
17388version = "0.12.16"
17389source = "registry+https://github.com/rust-lang/crates.io-index"
17390checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17391
17392[[package]]
17393name = "target-lexicon"
17394version = "0.13.3"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17397
17398[[package]]
17399name = "task"
17400version = "0.1.0"
17401dependencies = [
17402 "anyhow",
17403 "collections",
17404 "futures 0.3.32",
17405 "gpui",
17406 "hex",
17407 "log",
17408 "parking_lot",
17409 "pretty_assertions",
17410 "proto",
17411 "schemars",
17412 "serde",
17413 "serde_json",
17414 "serde_json_lenient",
17415 "sha2",
17416 "shellexpand",
17417 "util",
17418 "zed_actions",
17419]
17420
17421[[package]]
17422name = "tasks_ui"
17423version = "0.1.0"
17424dependencies = [
17425 "anyhow",
17426 "collections",
17427 "editor",
17428 "file_icons",
17429 "fuzzy",
17430 "gpui",
17431 "itertools 0.14.0",
17432 "language",
17433 "menu",
17434 "picker",
17435 "project",
17436 "serde",
17437 "serde_json",
17438 "task",
17439 "tree-sitter-rust",
17440 "tree-sitter-typescript",
17441 "ui",
17442 "util",
17443 "workspace",
17444 "zed_actions",
17445]
17446
17447[[package]]
17448name = "telemetry"
17449version = "0.1.0"
17450dependencies = [
17451 "futures 0.3.32",
17452 "serde",
17453 "serde_json",
17454 "telemetry_events",
17455]
17456
17457[[package]]
17458name = "telemetry_events"
17459version = "0.1.0"
17460dependencies = [
17461 "semver",
17462 "serde",
17463 "serde_json",
17464]
17465
17466[[package]]
17467name = "tempfile"
17468version = "3.23.0"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17471dependencies = [
17472 "fastrand 2.3.0",
17473 "getrandom 0.3.4",
17474 "once_cell",
17475 "rustix 1.1.2",
17476 "windows-sys 0.61.2",
17477]
17478
17479[[package]]
17480name = "tendril"
17481version = "0.4.3"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17484dependencies = [
17485 "futf",
17486 "mac",
17487 "utf-8",
17488]
17489
17490[[package]]
17491name = "termcolor"
17492version = "1.4.1"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17495dependencies = [
17496 "winapi-util",
17497]
17498
17499[[package]]
17500name = "terminal"
17501version = "0.1.0"
17502dependencies = [
17503 "alacritty_terminal",
17504 "anyhow",
17505 "collections",
17506 "futures 0.3.32",
17507 "gpui",
17508 "itertools 0.14.0",
17509 "libc",
17510 "log",
17511 "parking_lot",
17512 "rand 0.9.3",
17513 "regex",
17514 "release_channel",
17515 "schemars",
17516 "serde",
17517 "settings",
17518 "smol",
17519 "sysinfo 0.37.2",
17520 "task",
17521 "theme",
17522 "theme_settings",
17523 "thiserror 2.0.17",
17524 "url",
17525 "urlencoding",
17526 "util",
17527 "util_macros",
17528 "windows 0.61.3",
17529]
17530
17531[[package]]
17532name = "terminal_size"
17533version = "0.4.3"
17534source = "registry+https://github.com/rust-lang/crates.io-index"
17535checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17536dependencies = [
17537 "rustix 1.1.2",
17538 "windows-sys 0.60.2",
17539]
17540
17541[[package]]
17542name = "terminal_view"
17543version = "0.1.0"
17544dependencies = [
17545 "anyhow",
17546 "async-recursion",
17547 "breadcrumbs",
17548 "collections",
17549 "db",
17550 "dirs",
17551 "editor",
17552 "futures 0.3.32",
17553 "gpui",
17554 "itertools 0.14.0",
17555 "language",
17556 "log",
17557 "menu",
17558 "pretty_assertions",
17559 "project",
17560 "regex",
17561 "schemars",
17562 "serde",
17563 "serde_json",
17564 "settings",
17565 "shellexpand",
17566 "task",
17567 "terminal",
17568 "theme",
17569 "theme_settings",
17570 "ui",
17571 "util",
17572 "workspace",
17573 "zed_actions",
17574]
17575
17576[[package]]
17577name = "text"
17578version = "0.1.0"
17579dependencies = [
17580 "anyhow",
17581 "clock",
17582 "collections",
17583 "ctor",
17584 "gpui",
17585 "log",
17586 "parking_lot",
17587 "postage",
17588 "rand 0.9.3",
17589 "regex",
17590 "rope",
17591 "smallvec",
17592 "sum_tree",
17593 "util",
17594 "zlog",
17595]
17596
17597[[package]]
17598name = "theme"
17599version = "0.1.0"
17600dependencies = [
17601 "anyhow",
17602 "collections",
17603 "gpui",
17604 "palette",
17605 "parking_lot",
17606 "refineable",
17607 "schemars",
17608 "serde",
17609 "serde_json",
17610 "serde_json_lenient",
17611 "strum 0.27.2",
17612 "syntax_theme",
17613 "thiserror 2.0.17",
17614 "uuid",
17615]
17616
17617[[package]]
17618name = "theme_extension"
17619version = "0.1.0"
17620dependencies = [
17621 "anyhow",
17622 "extension",
17623 "fs",
17624 "gpui",
17625 "theme",
17626 "theme_settings",
17627]
17628
17629[[package]]
17630name = "theme_importer"
17631version = "0.1.0"
17632dependencies = [
17633 "anyhow",
17634 "clap",
17635 "collections",
17636 "gpui",
17637 "indexmap",
17638 "log",
17639 "palette",
17640 "serde",
17641 "serde_json",
17642 "serde_json_lenient",
17643 "simplelog",
17644 "strum 0.27.2",
17645 "theme",
17646 "theme_settings",
17647 "vscode_theme",
17648]
17649
17650[[package]]
17651name = "theme_selector"
17652version = "0.1.0"
17653dependencies = [
17654 "editor",
17655 "fs",
17656 "fuzzy",
17657 "gpui",
17658 "log",
17659 "picker",
17660 "project",
17661 "serde",
17662 "serde_json",
17663 "settings",
17664 "telemetry",
17665 "theme",
17666 "theme_settings",
17667 "ui",
17668 "util",
17669 "workspace",
17670 "zed_actions",
17671]
17672
17673[[package]]
17674name = "theme_settings"
17675version = "0.1.0"
17676dependencies = [
17677 "anyhow",
17678 "collections",
17679 "gpui",
17680 "gpui_util",
17681 "log",
17682 "palette",
17683 "refineable",
17684 "schemars",
17685 "serde",
17686 "serde_json",
17687 "serde_json_lenient",
17688 "settings",
17689 "theme",
17690 "uuid",
17691]
17692
17693[[package]]
17694name = "thiserror"
17695version = "1.0.69"
17696source = "registry+https://github.com/rust-lang/crates.io-index"
17697checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17698dependencies = [
17699 "thiserror-impl 1.0.69",
17700]
17701
17702[[package]]
17703name = "thiserror"
17704version = "2.0.17"
17705source = "registry+https://github.com/rust-lang/crates.io-index"
17706checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17707dependencies = [
17708 "thiserror-impl 2.0.17",
17709]
17710
17711[[package]]
17712name = "thiserror-impl"
17713version = "1.0.69"
17714source = "registry+https://github.com/rust-lang/crates.io-index"
17715checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17716dependencies = [
17717 "proc-macro2",
17718 "quote",
17719 "syn 2.0.117",
17720]
17721
17722[[package]]
17723name = "thiserror-impl"
17724version = "2.0.17"
17725source = "registry+https://github.com/rust-lang/crates.io-index"
17726checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17727dependencies = [
17728 "proc-macro2",
17729 "quote",
17730 "syn 2.0.117",
17731]
17732
17733[[package]]
17734name = "thread_local"
17735version = "1.1.9"
17736source = "registry+https://github.com/rust-lang/crates.io-index"
17737checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17738dependencies = [
17739 "cfg-if",
17740]
17741
17742[[package]]
17743name = "tiff"
17744version = "0.10.3"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17747dependencies = [
17748 "fax",
17749 "flate2",
17750 "half",
17751 "quick-error 2.0.1",
17752 "weezl",
17753 "zune-jpeg",
17754]
17755
17756[[package]]
17757name = "tiktoken-rs"
17758version = "0.9.1"
17759source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17760dependencies = [
17761 "anyhow",
17762 "base64 0.22.1",
17763 "bstr",
17764 "fancy-regex 0.16.2",
17765 "lazy_static",
17766 "regex",
17767 "rustc-hash 1.1.0",
17768]
17769
17770[[package]]
17771name = "time"
17772version = "0.3.47"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17775dependencies = [
17776 "deranged",
17777 "itoa",
17778 "libc",
17779 "num-conv",
17780 "num_threads",
17781 "powerfmt",
17782 "serde_core",
17783 "time-core",
17784 "time-macros",
17785]
17786
17787[[package]]
17788name = "time-core"
17789version = "0.1.8"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17792
17793[[package]]
17794name = "time-macros"
17795version = "0.2.27"
17796source = "registry+https://github.com/rust-lang/crates.io-index"
17797checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17798dependencies = [
17799 "num-conv",
17800 "time-core",
17801]
17802
17803[[package]]
17804name = "time_format"
17805version = "0.1.0"
17806dependencies = [
17807 "core-foundation 0.10.0",
17808 "core-foundation-sys",
17809 "sys-locale",
17810 "time",
17811 "windows 0.61.3",
17812]
17813
17814[[package]]
17815name = "tiny-keccak"
17816version = "2.0.2"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17819dependencies = [
17820 "crunchy",
17821]
17822
17823[[package]]
17824name = "tiny-skia"
17825version = "0.11.4"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17828dependencies = [
17829 "arrayref",
17830 "arrayvec",
17831 "bytemuck",
17832 "cfg-if",
17833 "log",
17834 "png 0.17.16",
17835 "tiny-skia-path",
17836]
17837
17838[[package]]
17839name = "tiny-skia-path"
17840version = "0.11.4"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17843dependencies = [
17844 "arrayref",
17845 "bytemuck",
17846 "strict-num",
17847]
17848
17849[[package]]
17850name = "tiny_http"
17851version = "0.12.0"
17852source = "registry+https://github.com/rust-lang/crates.io-index"
17853checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17854dependencies = [
17855 "ascii",
17856 "chunked_transfer",
17857 "httpdate",
17858 "log",
17859]
17860
17861[[package]]
17862name = "tinystr"
17863version = "0.8.1"
17864source = "registry+https://github.com/rust-lang/crates.io-index"
17865checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17866dependencies = [
17867 "displaydoc",
17868 "zerovec",
17869]
17870
17871[[package]]
17872name = "tinytemplate"
17873version = "1.2.1"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17876dependencies = [
17877 "serde",
17878 "serde_json",
17879]
17880
17881[[package]]
17882name = "tinyvec"
17883version = "1.10.0"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17886dependencies = [
17887 "tinyvec_macros",
17888]
17889
17890[[package]]
17891name = "tinyvec_macros"
17892version = "0.1.1"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17895
17896[[package]]
17897name = "title_bar"
17898version = "0.1.0"
17899dependencies = [
17900 "anyhow",
17901 "auto_update",
17902 "call",
17903 "channel",
17904 "chrono",
17905 "client",
17906 "cloud_api_types",
17907 "db",
17908 "git_ui",
17909 "gpui",
17910 "icons",
17911 "livekit_client",
17912 "notifications",
17913 "platform_title_bar",
17914 "project",
17915 "recent_projects",
17916 "release_channel",
17917 "remote",
17918 "remote_connection",
17919 "rpc",
17920 "schemars",
17921 "semver",
17922 "serde",
17923 "settings",
17924 "smallvec",
17925 "telemetry",
17926 "theme",
17927 "ui",
17928 "util",
17929 "windows 0.61.3",
17930 "workspace",
17931 "zed_actions",
17932]
17933
17934[[package]]
17935name = "tokio"
17936version = "1.48.0"
17937source = "registry+https://github.com/rust-lang/crates.io-index"
17938checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17939dependencies = [
17940 "bytes 1.11.1",
17941 "libc",
17942 "mio 1.1.0",
17943 "parking_lot",
17944 "pin-project-lite",
17945 "signal-hook-registry",
17946 "socket2 0.6.1",
17947 "tokio-macros",
17948 "windows-sys 0.61.2",
17949]
17950
17951[[package]]
17952name = "tokio-io"
17953version = "0.1.13"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17956dependencies = [
17957 "bytes 0.4.12",
17958 "futures 0.1.31",
17959 "log",
17960]
17961
17962[[package]]
17963name = "tokio-macros"
17964version = "2.6.0"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17967dependencies = [
17968 "proc-macro2",
17969 "quote",
17970 "syn 2.0.117",
17971]
17972
17973[[package]]
17974name = "tokio-native-tls"
17975version = "0.3.1"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17978dependencies = [
17979 "native-tls",
17980 "tokio",
17981]
17982
17983[[package]]
17984name = "tokio-rustls"
17985version = "0.24.1"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17988dependencies = [
17989 "rustls 0.21.12",
17990 "tokio",
17991]
17992
17993[[package]]
17994name = "tokio-rustls"
17995version = "0.26.2"
17996source = "registry+https://github.com/rust-lang/crates.io-index"
17997checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17998dependencies = [
17999 "rustls 0.23.33",
18000 "tokio",
18001]
18002
18003[[package]]
18004name = "tokio-socks"
18005version = "0.5.2"
18006source = "registry+https://github.com/rust-lang/crates.io-index"
18007checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18008dependencies = [
18009 "either",
18010 "futures-io",
18011 "futures-util",
18012 "thiserror 1.0.69",
18013 "tokio",
18014]
18015
18016[[package]]
18017name = "tokio-stream"
18018version = "0.1.17"
18019source = "registry+https://github.com/rust-lang/crates.io-index"
18020checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18021dependencies = [
18022 "futures-core",
18023 "pin-project-lite",
18024 "tokio",
18025]
18026
18027[[package]]
18028name = "tokio-tungstenite"
18029version = "0.20.1"
18030source = "registry+https://github.com/rust-lang/crates.io-index"
18031checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18032dependencies = [
18033 "futures-util",
18034 "log",
18035 "tokio",
18036 "tungstenite 0.20.1",
18037]
18038
18039[[package]]
18040name = "tokio-tungstenite"
18041version = "0.21.0"
18042source = "registry+https://github.com/rust-lang/crates.io-index"
18043checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18044dependencies = [
18045 "futures-util",
18046 "log",
18047 "tokio",
18048 "tungstenite 0.21.0",
18049]
18050
18051[[package]]
18052name = "tokio-tungstenite"
18053version = "0.28.0"
18054source = "registry+https://github.com/rust-lang/crates.io-index"
18055checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18056dependencies = [
18057 "futures-util",
18058 "log",
18059 "rustls 0.23.33",
18060 "rustls-native-certs 0.8.2",
18061 "rustls-pki-types",
18062 "tokio",
18063 "tokio-rustls 0.26.2",
18064 "tungstenite 0.28.0",
18065]
18066
18067[[package]]
18068name = "tokio-util"
18069version = "0.7.16"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18072dependencies = [
18073 "bytes 1.11.1",
18074 "futures-core",
18075 "futures-io",
18076 "futures-sink",
18077 "pin-project-lite",
18078 "tokio",
18079]
18080
18081[[package]]
18082name = "toml"
18083version = "0.5.11"
18084source = "registry+https://github.com/rust-lang/crates.io-index"
18085checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18086dependencies = [
18087 "serde",
18088]
18089
18090[[package]]
18091name = "toml"
18092version = "0.8.23"
18093source = "registry+https://github.com/rust-lang/crates.io-index"
18094checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18095dependencies = [
18096 "serde",
18097 "serde_spanned 0.6.9",
18098 "toml_datetime 0.6.11",
18099 "toml_edit 0.22.27",
18100]
18101
18102[[package]]
18103name = "toml"
18104version = "0.9.8"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18107dependencies = [
18108 "indexmap",
18109 "serde_core",
18110 "serde_spanned 1.0.3",
18111 "toml_datetime 0.7.3",
18112 "toml_parser",
18113 "toml_writer",
18114 "winnow",
18115]
18116
18117[[package]]
18118name = "toml_datetime"
18119version = "0.6.11"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18122dependencies = [
18123 "serde",
18124]
18125
18126[[package]]
18127name = "toml_datetime"
18128version = "0.7.3"
18129source = "registry+https://github.com/rust-lang/crates.io-index"
18130checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18131dependencies = [
18132 "serde_core",
18133]
18134
18135[[package]]
18136name = "toml_edit"
18137version = "0.22.27"
18138source = "registry+https://github.com/rust-lang/crates.io-index"
18139checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18140dependencies = [
18141 "indexmap",
18142 "serde",
18143 "serde_spanned 0.6.9",
18144 "toml_datetime 0.6.11",
18145 "toml_write",
18146 "winnow",
18147]
18148
18149[[package]]
18150name = "toml_edit"
18151version = "0.23.7"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18154dependencies = [
18155 "indexmap",
18156 "toml_datetime 0.7.3",
18157 "toml_parser",
18158 "winnow",
18159]
18160
18161[[package]]
18162name = "toml_parser"
18163version = "1.0.4"
18164source = "registry+https://github.com/rust-lang/crates.io-index"
18165checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18166dependencies = [
18167 "winnow",
18168]
18169
18170[[package]]
18171name = "toml_write"
18172version = "0.1.2"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18175
18176[[package]]
18177name = "toml_writer"
18178version = "1.0.4"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18181
18182[[package]]
18183name = "toolchain_selector"
18184version = "0.1.0"
18185dependencies = [
18186 "anyhow",
18187 "convert_case 0.8.0",
18188 "editor",
18189 "futures 0.3.32",
18190 "fuzzy",
18191 "gpui",
18192 "language",
18193 "menu",
18194 "open_path_prompt",
18195 "picker",
18196 "project",
18197 "ui",
18198 "util",
18199 "workspace",
18200]
18201
18202[[package]]
18203name = "topological-sort"
18204version = "0.2.2"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18207
18208[[package]]
18209name = "tower"
18210version = "0.4.13"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18213dependencies = [
18214 "futures-core",
18215 "futures-util",
18216 "pin-project",
18217 "pin-project-lite",
18218 "tokio",
18219 "tower-layer",
18220 "tower-service",
18221 "tracing",
18222]
18223
18224[[package]]
18225name = "tower"
18226version = "0.5.2"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18229dependencies = [
18230 "futures-core",
18231 "futures-util",
18232 "pin-project-lite",
18233 "sync_wrapper 1.0.2",
18234 "tokio",
18235 "tokio-util",
18236 "tower-layer",
18237 "tower-service",
18238 "tracing",
18239]
18240
18241[[package]]
18242name = "tower-http"
18243version = "0.4.4"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18246dependencies = [
18247 "bitflags 2.10.0",
18248 "bytes 1.11.1",
18249 "futures-core",
18250 "futures-util",
18251 "http 0.2.12",
18252 "http-body 0.4.6",
18253 "http-range-header",
18254 "pin-project-lite",
18255 "tower-layer",
18256 "tower-service",
18257 "tracing",
18258]
18259
18260[[package]]
18261name = "tower-http"
18262version = "0.6.6"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18265dependencies = [
18266 "bitflags 2.10.0",
18267 "bytes 1.11.1",
18268 "futures-util",
18269 "http 1.3.1",
18270 "http-body 1.0.1",
18271 "iri-string",
18272 "pin-project-lite",
18273 "tower 0.5.2",
18274 "tower-layer",
18275 "tower-service",
18276 "tracing",
18277]
18278
18279[[package]]
18280name = "tower-layer"
18281version = "0.3.3"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18284
18285[[package]]
18286name = "tower-service"
18287version = "0.3.3"
18288source = "registry+https://github.com/rust-lang/crates.io-index"
18289checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18290
18291[[package]]
18292name = "tracing"
18293version = "0.1.43"
18294source = "registry+https://github.com/rust-lang/crates.io-index"
18295checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18296dependencies = [
18297 "log",
18298 "pin-project-lite",
18299 "tracing-attributes",
18300 "tracing-core",
18301]
18302
18303[[package]]
18304name = "tracing-attributes"
18305version = "0.1.31"
18306source = "registry+https://github.com/rust-lang/crates.io-index"
18307checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18308dependencies = [
18309 "proc-macro2",
18310 "quote",
18311 "syn 2.0.117",
18312]
18313
18314[[package]]
18315name = "tracing-core"
18316version = "0.1.35"
18317source = "registry+https://github.com/rust-lang/crates.io-index"
18318checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18319dependencies = [
18320 "once_cell",
18321 "valuable",
18322]
18323
18324[[package]]
18325name = "tracing-log"
18326version = "0.2.0"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18329dependencies = [
18330 "log",
18331 "once_cell",
18332 "tracing-core",
18333]
18334
18335[[package]]
18336name = "tracing-serde"
18337version = "0.2.0"
18338source = "registry+https://github.com/rust-lang/crates.io-index"
18339checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18340dependencies = [
18341 "serde",
18342 "tracing-core",
18343]
18344
18345[[package]]
18346name = "tracing-subscriber"
18347version = "0.3.22"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18350dependencies = [
18351 "matchers",
18352 "nu-ansi-term",
18353 "once_cell",
18354 "regex-automata",
18355 "serde",
18356 "serde_json",
18357 "sharded-slab",
18358 "smallvec",
18359 "thread_local",
18360 "tracing",
18361 "tracing-core",
18362 "tracing-log",
18363 "tracing-serde",
18364]
18365
18366[[package]]
18367name = "tracing-tracy"
18368version = "0.11.4"
18369source = "registry+https://github.com/rust-lang/crates.io-index"
18370checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18371dependencies = [
18372 "tracing-core",
18373 "tracing-subscriber",
18374 "tracy-client",
18375]
18376
18377[[package]]
18378name = "tracy-client"
18379version = "0.18.3"
18380source = "registry+https://github.com/rust-lang/crates.io-index"
18381checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18382dependencies = [
18383 "loom",
18384 "once_cell",
18385 "tracy-client-sys",
18386]
18387
18388[[package]]
18389name = "tracy-client-sys"
18390version = "0.27.0"
18391source = "registry+https://github.com/rust-lang/crates.io-index"
18392checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18393dependencies = [
18394 "cc",
18395 "windows-targets 0.52.6",
18396]
18397
18398[[package]]
18399name = "transpose"
18400version = "0.2.3"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18403dependencies = [
18404 "num-integer",
18405 "strength_reduce",
18406]
18407
18408[[package]]
18409name = "trash"
18410version = "5.2.5"
18411source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18412dependencies = [
18413 "chrono",
18414 "libc",
18415 "log",
18416 "objc2",
18417 "objc2-foundation",
18418 "once_cell",
18419 "percent-encoding",
18420 "scopeguard",
18421 "urlencoding",
18422 "windows 0.56.0",
18423 "windows-core 0.56.0",
18424]
18425
18426[[package]]
18427name = "tree-sitter"
18428version = "0.26.8"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18431dependencies = [
18432 "cc",
18433 "regex",
18434 "regex-syntax",
18435 "serde_json",
18436 "streaming-iterator",
18437 "tree-sitter-language",
18438 "wasmtime-c-api-impl",
18439]
18440
18441[[package]]
18442name = "tree-sitter-bash"
18443version = "0.25.1"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18446dependencies = [
18447 "cc",
18448 "tree-sitter-language",
18449]
18450
18451[[package]]
18452name = "tree-sitter-c"
18453version = "0.24.1"
18454source = "registry+https://github.com/rust-lang/crates.io-index"
18455checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18456dependencies = [
18457 "cc",
18458 "tree-sitter-language",
18459]
18460
18461[[package]]
18462name = "tree-sitter-cpp"
18463version = "0.23.4"
18464source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18465dependencies = [
18466 "cc",
18467 "tree-sitter-language",
18468]
18469
18470[[package]]
18471name = "tree-sitter-css"
18472version = "0.23.2"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18475dependencies = [
18476 "cc",
18477 "tree-sitter-language",
18478]
18479
18480[[package]]
18481name = "tree-sitter-diff"
18482version = "0.1.0"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18485dependencies = [
18486 "cc",
18487 "tree-sitter-language",
18488]
18489
18490[[package]]
18491name = "tree-sitter-elixir"
18492version = "0.3.4"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18495dependencies = [
18496 "cc",
18497 "tree-sitter-language",
18498]
18499
18500[[package]]
18501name = "tree-sitter-embedded-template"
18502version = "0.23.2"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18505dependencies = [
18506 "cc",
18507 "tree-sitter-language",
18508]
18509
18510[[package]]
18511name = "tree-sitter-gitcommit"
18512version = "0.0.1"
18513source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18514dependencies = [
18515 "cc",
18516 "tree-sitter-language",
18517]
18518
18519[[package]]
18520name = "tree-sitter-go"
18521version = "0.25.0"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18524dependencies = [
18525 "cc",
18526 "tree-sitter-language",
18527]
18528
18529[[package]]
18530name = "tree-sitter-gomod"
18531version = "1.1.1"
18532source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18533dependencies = [
18534 "cc",
18535 "tree-sitter-language",
18536]
18537
18538[[package]]
18539name = "tree-sitter-gowork"
18540version = "0.0.1"
18541source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18542dependencies = [
18543 "cc",
18544 "tree-sitter-language",
18545]
18546
18547[[package]]
18548name = "tree-sitter-heex"
18549version = "0.0.1"
18550source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18551dependencies = [
18552 "cc",
18553 "tree-sitter-language",
18554]
18555
18556[[package]]
18557name = "tree-sitter-html"
18558version = "0.23.2"
18559source = "registry+https://github.com/rust-lang/crates.io-index"
18560checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18561dependencies = [
18562 "cc",
18563 "tree-sitter-language",
18564]
18565
18566[[package]]
18567name = "tree-sitter-jsdoc"
18568version = "0.23.2"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-json"
18578version = "0.24.8"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-language"
18588version = "0.1.5"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18591
18592[[package]]
18593name = "tree-sitter-md"
18594version = "0.3.2"
18595source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18596dependencies = [
18597 "cc",
18598 "tree-sitter-language",
18599]
18600
18601[[package]]
18602name = "tree-sitter-python"
18603version = "0.25.0"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18606dependencies = [
18607 "cc",
18608 "tree-sitter-language",
18609]
18610
18611[[package]]
18612name = "tree-sitter-regex"
18613version = "0.24.3"
18614source = "registry+https://github.com/rust-lang/crates.io-index"
18615checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18616dependencies = [
18617 "cc",
18618 "tree-sitter-language",
18619]
18620
18621[[package]]
18622name = "tree-sitter-ruby"
18623version = "0.23.1"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18626dependencies = [
18627 "cc",
18628 "tree-sitter-language",
18629]
18630
18631[[package]]
18632name = "tree-sitter-rust"
18633version = "0.24.2"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18636dependencies = [
18637 "cc",
18638 "tree-sitter-language",
18639]
18640
18641[[package]]
18642name = "tree-sitter-typescript"
18643version = "0.23.2"
18644source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18645dependencies = [
18646 "cc",
18647 "tree-sitter-language",
18648]
18649
18650[[package]]
18651name = "tree-sitter-yaml"
18652version = "0.6.1"
18653source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18654dependencies = [
18655 "cc",
18656 "tree-sitter-language",
18657]
18658
18659[[package]]
18660name = "triomphe"
18661version = "0.1.15"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18664dependencies = [
18665 "serde",
18666 "stable_deref_trait",
18667]
18668
18669[[package]]
18670name = "try-lock"
18671version = "0.2.5"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18674
18675[[package]]
18676name = "ttf-parser"
18677version = "0.20.0"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18680
18681[[package]]
18682name = "ttf-parser"
18683version = "0.25.1"
18684source = "registry+https://github.com/rust-lang/crates.io-index"
18685checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18686dependencies = [
18687 "core_maths",
18688]
18689
18690[[package]]
18691name = "tungstenite"
18692version = "0.20.1"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18695dependencies = [
18696 "byteorder",
18697 "bytes 1.11.1",
18698 "data-encoding",
18699 "http 0.2.12",
18700 "httparse",
18701 "log",
18702 "rand 0.8.5",
18703 "sha1",
18704 "thiserror 1.0.69",
18705 "url",
18706 "utf-8",
18707]
18708
18709[[package]]
18710name = "tungstenite"
18711version = "0.21.0"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18714dependencies = [
18715 "byteorder",
18716 "bytes 1.11.1",
18717 "data-encoding",
18718 "http 1.3.1",
18719 "httparse",
18720 "log",
18721 "rand 0.8.5",
18722 "sha1",
18723 "thiserror 1.0.69",
18724 "url",
18725 "utf-8",
18726]
18727
18728[[package]]
18729name = "tungstenite"
18730version = "0.27.0"
18731source = "registry+https://github.com/rust-lang/crates.io-index"
18732checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18733dependencies = [
18734 "bytes 1.11.1",
18735 "data-encoding",
18736 "http 1.3.1",
18737 "httparse",
18738 "log",
18739 "rand 0.9.3",
18740 "rustls 0.23.33",
18741 "rustls-pki-types",
18742 "sha1",
18743 "thiserror 2.0.17",
18744 "utf-8",
18745]
18746
18747[[package]]
18748name = "tungstenite"
18749version = "0.28.0"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18752dependencies = [
18753 "bytes 1.11.1",
18754 "data-encoding",
18755 "http 1.3.1",
18756 "httparse",
18757 "log",
18758 "rand 0.9.3",
18759 "rustls 0.23.33",
18760 "rustls-pki-types",
18761 "sha1",
18762 "thiserror 2.0.17",
18763 "utf-8",
18764]
18765
18766[[package]]
18767name = "typeid"
18768version = "1.0.3"
18769source = "registry+https://github.com/rust-lang/crates.io-index"
18770checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18771
18772[[package]]
18773name = "typenum"
18774version = "1.19.0"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18777
18778[[package]]
18779name = "ucd-trie"
18780version = "0.1.7"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18783
18784[[package]]
18785name = "uds"
18786version = "0.4.2"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18789dependencies = [
18790 "libc",
18791]
18792
18793[[package]]
18794name = "uds_windows"
18795version = "1.1.0"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18798dependencies = [
18799 "memoffset",
18800 "tempfile",
18801 "winapi",
18802]
18803
18804[[package]]
18805name = "ug"
18806version = "0.4.0"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18809dependencies = [
18810 "gemm 0.18.2",
18811 "half",
18812 "libloading",
18813 "memmap2",
18814 "num",
18815 "num-traits",
18816 "num_cpus",
18817 "rayon",
18818 "safetensors",
18819 "serde",
18820 "thiserror 1.0.69",
18821 "tracing",
18822 "yoke 0.7.5",
18823]
18824
18825[[package]]
18826name = "ui"
18827version = "0.1.0"
18828dependencies = [
18829 "chrono",
18830 "component",
18831 "documented",
18832 "gpui",
18833 "gpui_macros",
18834 "gpui_util",
18835 "icons",
18836 "itertools 0.14.0",
18837 "menu",
18838 "schemars",
18839 "serde",
18840 "smallvec",
18841 "strum 0.27.2",
18842 "theme",
18843 "ui_macros",
18844 "windows 0.61.3",
18845]
18846
18847[[package]]
18848name = "ui_input"
18849version = "0.1.0"
18850dependencies = [
18851 "component",
18852 "gpui",
18853 "ui",
18854]
18855
18856[[package]]
18857name = "ui_macros"
18858version = "0.1.0"
18859dependencies = [
18860 "component",
18861 "quote",
18862 "syn 2.0.117",
18863 "ui",
18864]
18865
18866[[package]]
18867name = "ui_prompt"
18868version = "0.1.0"
18869dependencies = [
18870 "gpui",
18871 "markdown",
18872 "menu",
18873 "settings",
18874 "theme_settings",
18875 "ui",
18876 "workspace",
18877]
18878
18879[[package]]
18880name = "unarray"
18881version = "0.1.4"
18882source = "registry+https://github.com/rust-lang/crates.io-index"
18883checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18884
18885[[package]]
18886name = "unicase"
18887version = "2.8.1"
18888source = "registry+https://github.com/rust-lang/crates.io-index"
18889checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18890
18891[[package]]
18892name = "unicode-bidi"
18893version = "0.3.18"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18896
18897[[package]]
18898name = "unicode-bidi-mirroring"
18899version = "0.4.0"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18902
18903[[package]]
18904name = "unicode-ccc"
18905version = "0.4.0"
18906source = "registry+https://github.com/rust-lang/crates.io-index"
18907checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18908
18909[[package]]
18910name = "unicode-general-category"
18911version = "1.1.0"
18912source = "registry+https://github.com/rust-lang/crates.io-index"
18913checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18914
18915[[package]]
18916name = "unicode-ident"
18917version = "1.0.19"
18918source = "registry+https://github.com/rust-lang/crates.io-index"
18919checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18920
18921[[package]]
18922name = "unicode-linebreak"
18923version = "0.1.5"
18924source = "registry+https://github.com/rust-lang/crates.io-index"
18925checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18926
18927[[package]]
18928name = "unicode-normalization"
18929version = "0.1.24"
18930source = "registry+https://github.com/rust-lang/crates.io-index"
18931checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18932dependencies = [
18933 "tinyvec",
18934]
18935
18936[[package]]
18937name = "unicode-properties"
18938version = "0.1.3"
18939source = "registry+https://github.com/rust-lang/crates.io-index"
18940checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18941
18942[[package]]
18943name = "unicode-script"
18944version = "0.5.8"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18947
18948[[package]]
18949name = "unicode-segmentation"
18950version = "1.12.0"
18951source = "registry+https://github.com/rust-lang/crates.io-index"
18952checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18953
18954[[package]]
18955name = "unicode-vo"
18956version = "0.1.0"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18959
18960[[package]]
18961name = "unicode-width"
18962version = "0.2.2"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18965
18966[[package]]
18967name = "unicode-xid"
18968version = "0.2.6"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18971
18972[[package]]
18973name = "unicode_categories"
18974version = "0.1.1"
18975source = "registry+https://github.com/rust-lang/crates.io-index"
18976checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18977
18978[[package]]
18979name = "unindent"
18980version = "0.2.4"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18983
18984[[package]]
18985name = "unsafe-libyaml"
18986version = "0.2.11"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18989
18990[[package]]
18991name = "untrusted"
18992version = "0.7.1"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18995
18996[[package]]
18997name = "untrusted"
18998version = "0.9.0"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19001
19002[[package]]
19003name = "url"
19004version = "2.5.7"
19005source = "registry+https://github.com/rust-lang/crates.io-index"
19006checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19007dependencies = [
19008 "form_urlencoded",
19009 "idna",
19010 "percent-encoding",
19011 "serde",
19012]
19013
19014[[package]]
19015name = "urlencoding"
19016version = "2.1.3"
19017source = "registry+https://github.com/rust-lang/crates.io-index"
19018checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19019
19020[[package]]
19021name = "usvg"
19022version = "0.45.1"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19025dependencies = [
19026 "base64 0.22.1",
19027 "data-url",
19028 "flate2",
19029 "fontdb 0.23.0",
19030 "imagesize",
19031 "kurbo",
19032 "log",
19033 "pico-args",
19034 "roxmltree",
19035 "rustybuzz",
19036 "simplecss",
19037 "siphasher 1.0.1",
19038 "strict-num",
19039 "svgtypes",
19040 "tiny-skia-path",
19041 "unicode-bidi",
19042 "unicode-script",
19043 "unicode-vo",
19044 "xmlwriter",
19045]
19046
19047[[package]]
19048name = "utf-8"
19049version = "0.7.6"
19050source = "registry+https://github.com/rust-lang/crates.io-index"
19051checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19052
19053[[package]]
19054name = "utf8-chars"
19055version = "3.0.6"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19058dependencies = [
19059 "arrayvec",
19060]
19061
19062[[package]]
19063name = "utf8_iter"
19064version = "1.0.4"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19067
19068[[package]]
19069name = "utf8parse"
19070version = "0.2.2"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19073
19074[[package]]
19075name = "util"
19076version = "0.1.0"
19077dependencies = [
19078 "anyhow",
19079 "async-fs",
19080 "async_zip",
19081 "collections",
19082 "command-fds",
19083 "dirs",
19084 "dunce",
19085 "futures 0.3.32",
19086 "futures-lite 1.13.0",
19087 "git2",
19088 "globset",
19089 "gpui_util",
19090 "itertools 0.14.0",
19091 "libc",
19092 "log",
19093 "mach2 0.5.0",
19094 "nix 0.29.0",
19095 "percent-encoding",
19096 "pretty_assertions",
19097 "rand 0.9.3",
19098 "regex",
19099 "rust-embed",
19100 "schemars",
19101 "serde",
19102 "serde_json",
19103 "serde_json_lenient",
19104 "shlex",
19105 "smol",
19106 "take-until",
19107 "tempfile",
19108 "tendril",
19109 "unicase",
19110 "url",
19111 "util_macros",
19112 "walkdir",
19113 "which 6.0.3",
19114]
19115
19116[[package]]
19117name = "util_macros"
19118version = "0.1.0"
19119dependencies = [
19120 "perf",
19121 "quote",
19122 "syn 2.0.117",
19123]
19124
19125[[package]]
19126name = "uuid"
19127version = "1.18.1"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19130dependencies = [
19131 "getrandom 0.3.4",
19132 "js-sys",
19133 "serde",
19134 "sha1_smol",
19135 "wasm-bindgen",
19136]
19137
19138[[package]]
19139name = "uuid-simd"
19140version = "0.8.0"
19141source = "registry+https://github.com/rust-lang/crates.io-index"
19142checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19143dependencies = [
19144 "outref",
19145 "vsimd",
19146]
19147
19148[[package]]
19149name = "v_frame"
19150version = "0.3.9"
19151source = "registry+https://github.com/rust-lang/crates.io-index"
19152checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19153dependencies = [
19154 "aligned-vec",
19155 "num-traits",
19156 "wasm-bindgen",
19157]
19158
19159[[package]]
19160name = "valuable"
19161version = "0.1.1"
19162source = "registry+https://github.com/rust-lang/crates.io-index"
19163checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19164
19165[[package]]
19166name = "value-bag"
19167version = "1.12.0"
19168source = "registry+https://github.com/rust-lang/crates.io-index"
19169checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19170dependencies = [
19171 "value-bag-serde1",
19172 "value-bag-sval2",
19173]
19174
19175[[package]]
19176name = "value-bag-serde1"
19177version = "1.12.0"
19178source = "registry+https://github.com/rust-lang/crates.io-index"
19179checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19180dependencies = [
19181 "erased-serde",
19182 "serde_core",
19183 "serde_fmt",
19184]
19185
19186[[package]]
19187name = "value-bag-sval2"
19188version = "1.12.0"
19189source = "registry+https://github.com/rust-lang/crates.io-index"
19190checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19191dependencies = [
19192 "sval",
19193 "sval_buffer",
19194 "sval_dynamic",
19195 "sval_fmt",
19196 "sval_json",
19197 "sval_ref",
19198 "sval_serde",
19199]
19200
19201[[package]]
19202name = "vcpkg"
19203version = "0.2.15"
19204source = "registry+https://github.com/rust-lang/crates.io-index"
19205checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19206
19207[[package]]
19208name = "vercel"
19209version = "0.1.0"
19210dependencies = [
19211 "anyhow",
19212 "schemars",
19213 "serde",
19214 "strum 0.27.2",
19215]
19216
19217[[package]]
19218name = "version-compare"
19219version = "0.2.0"
19220source = "registry+https://github.com/rust-lang/crates.io-index"
19221checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19222
19223[[package]]
19224name = "version_check"
19225version = "0.9.5"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19228
19229[[package]]
19230name = "vim"
19231version = "0.1.0"
19232dependencies = [
19233 "anyhow",
19234 "async-compat",
19235 "async-trait",
19236 "collections",
19237 "command_palette",
19238 "command_palette_hooks",
19239 "db",
19240 "editor",
19241 "env_logger 0.11.8",
19242 "futures 0.3.32",
19243 "fuzzy",
19244 "git_ui",
19245 "gpui",
19246 "indoc",
19247 "itertools 0.14.0",
19248 "language",
19249 "log",
19250 "lsp",
19251 "markdown_preview",
19252 "menu",
19253 "multi_buffer",
19254 "nvim-rs",
19255 "outline_panel",
19256 "parking_lot",
19257 "perf",
19258 "picker",
19259 "project",
19260 "project_panel",
19261 "regex",
19262 "release_channel",
19263 "schemars",
19264 "search",
19265 "semver",
19266 "serde",
19267 "serde_json",
19268 "settings",
19269 "settings_ui",
19270 "task",
19271 "text",
19272 "theme",
19273 "theme_settings",
19274 "tokio",
19275 "ui",
19276 "util",
19277 "util_macros",
19278 "vim_mode_setting",
19279 "workspace",
19280 "zed_actions",
19281]
19282
19283[[package]]
19284name = "vim_mode_setting"
19285version = "0.1.0"
19286dependencies = [
19287 "gpui",
19288 "settings",
19289]
19290
19291[[package]]
19292name = "vscode_theme"
19293version = "0.2.0"
19294source = "registry+https://github.com/rust-lang/crates.io-index"
19295checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19296dependencies = [
19297 "serde",
19298]
19299
19300[[package]]
19301name = "vsimd"
19302version = "0.8.0"
19303source = "registry+https://github.com/rust-lang/crates.io-index"
19304checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19305
19306[[package]]
19307name = "vswhom"
19308version = "0.1.0"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19311dependencies = [
19312 "libc",
19313 "vswhom-sys",
19314]
19315
19316[[package]]
19317name = "vswhom-sys"
19318version = "0.1.3"
19319source = "registry+https://github.com/rust-lang/crates.io-index"
19320checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19321dependencies = [
19322 "cc",
19323 "libc",
19324]
19325
19326[[package]]
19327name = "vte"
19328version = "0.15.0"
19329source = "registry+https://github.com/rust-lang/crates.io-index"
19330checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19331dependencies = [
19332 "arrayvec",
19333 "bitflags 2.10.0",
19334 "cursor-icon",
19335 "log",
19336 "memchr",
19337 "serde",
19338]
19339
19340[[package]]
19341name = "wait-timeout"
19342version = "0.2.1"
19343source = "registry+https://github.com/rust-lang/crates.io-index"
19344checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19345dependencies = [
19346 "libc",
19347]
19348
19349[[package]]
19350name = "waker-fn"
19351version = "1.2.0"
19352source = "registry+https://github.com/rust-lang/crates.io-index"
19353checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19354
19355[[package]]
19356name = "walkdir"
19357version = "2.5.0"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19360dependencies = [
19361 "same-file",
19362 "winapi-util",
19363]
19364
19365[[package]]
19366name = "want"
19367version = "0.3.1"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19370dependencies = [
19371 "try-lock",
19372]
19373
19374[[package]]
19375name = "warp"
19376version = "0.3.7"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19379dependencies = [
19380 "bytes 1.11.1",
19381 "futures-channel",
19382 "futures-util",
19383 "headers",
19384 "http 0.2.12",
19385 "hyper 0.14.32",
19386 "log",
19387 "mime",
19388 "mime_guess",
19389 "percent-encoding",
19390 "pin-project",
19391 "scoped-tls",
19392 "serde",
19393 "serde_json",
19394 "serde_urlencoded",
19395 "tokio",
19396 "tokio-tungstenite 0.21.0",
19397 "tokio-util",
19398 "tower-service",
19399 "tracing",
19400]
19401
19402[[package]]
19403name = "wasi"
19404version = "0.11.1+wasi-snapshot-preview1"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19407
19408[[package]]
19409name = "wasip2"
19410version = "1.0.1+wasi-0.2.4"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19413dependencies = [
19414 "wit-bindgen 0.46.0",
19415]
19416
19417[[package]]
19418name = "wasip3"
19419version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19420source = "registry+https://github.com/rust-lang/crates.io-index"
19421checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19422dependencies = [
19423 "wit-bindgen 0.51.0",
19424]
19425
19426[[package]]
19427name = "wasite"
19428version = "0.1.0"
19429source = "registry+https://github.com/rust-lang/crates.io-index"
19430checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19431
19432[[package]]
19433name = "wasm-bindgen"
19434version = "0.2.113"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19437dependencies = [
19438 "cfg-if",
19439 "once_cell",
19440 "rustversion",
19441 "wasm-bindgen-macro",
19442 "wasm-bindgen-shared",
19443]
19444
19445[[package]]
19446name = "wasm-bindgen-futures"
19447version = "0.4.63"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19450dependencies = [
19451 "cfg-if",
19452 "futures-util",
19453 "js-sys",
19454 "once_cell",
19455 "wasm-bindgen",
19456 "web-sys",
19457]
19458
19459[[package]]
19460name = "wasm-bindgen-macro"
19461version = "0.2.113"
19462source = "registry+https://github.com/rust-lang/crates.io-index"
19463checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19464dependencies = [
19465 "quote",
19466 "wasm-bindgen-macro-support",
19467]
19468
19469[[package]]
19470name = "wasm-bindgen-macro-support"
19471version = "0.2.113"
19472source = "registry+https://github.com/rust-lang/crates.io-index"
19473checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19474dependencies = [
19475 "bumpalo",
19476 "proc-macro2",
19477 "quote",
19478 "syn 2.0.117",
19479 "wasm-bindgen-shared",
19480]
19481
19482[[package]]
19483name = "wasm-bindgen-shared"
19484version = "0.2.113"
19485source = "registry+https://github.com/rust-lang/crates.io-index"
19486checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19487dependencies = [
19488 "unicode-ident",
19489]
19490
19491[[package]]
19492name = "wasm-encoder"
19493version = "0.201.0"
19494source = "registry+https://github.com/rust-lang/crates.io-index"
19495checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19496dependencies = [
19497 "leb128",
19498]
19499
19500[[package]]
19501name = "wasm-encoder"
19502version = "0.221.3"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19505dependencies = [
19506 "leb128",
19507 "wasmparser 0.221.3",
19508]
19509
19510[[package]]
19511name = "wasm-encoder"
19512version = "0.227.1"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19515dependencies = [
19516 "leb128fmt",
19517 "wasmparser 0.227.1",
19518]
19519
19520[[package]]
19521name = "wasm-encoder"
19522version = "0.236.1"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19525dependencies = [
19526 "leb128fmt",
19527 "wasmparser 0.236.1",
19528]
19529
19530[[package]]
19531name = "wasm-encoder"
19532version = "0.244.0"
19533source = "registry+https://github.com/rust-lang/crates.io-index"
19534checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19535dependencies = [
19536 "leb128fmt",
19537 "wasmparser 0.244.0",
19538]
19539
19540[[package]]
19541name = "wasm-metadata"
19542version = "0.201.0"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19545dependencies = [
19546 "anyhow",
19547 "indexmap",
19548 "serde",
19549 "serde_derive",
19550 "serde_json",
19551 "spdx",
19552 "wasm-encoder 0.201.0",
19553 "wasmparser 0.201.0",
19554]
19555
19556[[package]]
19557name = "wasm-metadata"
19558version = "0.227.1"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19561dependencies = [
19562 "anyhow",
19563 "auditable-serde",
19564 "flate2",
19565 "indexmap",
19566 "serde",
19567 "serde_derive",
19568 "serde_json",
19569 "spdx",
19570 "url",
19571 "wasm-encoder 0.227.1",
19572 "wasmparser 0.227.1",
19573]
19574
19575[[package]]
19576name = "wasm-metadata"
19577version = "0.244.0"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19580dependencies = [
19581 "anyhow",
19582 "indexmap",
19583 "wasm-encoder 0.244.0",
19584 "wasmparser 0.244.0",
19585]
19586
19587[[package]]
19588name = "wasm-streams"
19589version = "0.4.2"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19592dependencies = [
19593 "futures-util",
19594 "js-sys",
19595 "wasm-bindgen",
19596 "wasm-bindgen-futures",
19597 "web-sys",
19598]
19599
19600[[package]]
19601name = "wasm_thread"
19602version = "0.3.3"
19603source = "registry+https://github.com/rust-lang/crates.io-index"
19604checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19605dependencies = [
19606 "futures 0.3.32",
19607 "js-sys",
19608 "wasm-bindgen",
19609 "web-sys",
19610]
19611
19612[[package]]
19613name = "wasmparser"
19614version = "0.201.0"
19615source = "registry+https://github.com/rust-lang/crates.io-index"
19616checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19617dependencies = [
19618 "bitflags 2.10.0",
19619 "indexmap",
19620 "semver",
19621]
19622
19623[[package]]
19624name = "wasmparser"
19625version = "0.221.3"
19626source = "registry+https://github.com/rust-lang/crates.io-index"
19627checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19628dependencies = [
19629 "bitflags 2.10.0",
19630 "hashbrown 0.15.5",
19631 "indexmap",
19632 "semver",
19633 "serde",
19634]
19635
19636[[package]]
19637name = "wasmparser"
19638version = "0.227.1"
19639source = "registry+https://github.com/rust-lang/crates.io-index"
19640checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19641dependencies = [
19642 "bitflags 2.10.0",
19643 "hashbrown 0.15.5",
19644 "indexmap",
19645 "semver",
19646]
19647
19648[[package]]
19649name = "wasmparser"
19650version = "0.236.1"
19651source = "registry+https://github.com/rust-lang/crates.io-index"
19652checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19653dependencies = [
19654 "bitflags 2.10.0",
19655 "hashbrown 0.15.5",
19656 "indexmap",
19657 "semver",
19658 "serde",
19659]
19660
19661[[package]]
19662name = "wasmparser"
19663version = "0.244.0"
19664source = "registry+https://github.com/rust-lang/crates.io-index"
19665checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19666dependencies = [
19667 "bitflags 2.10.0",
19668 "hashbrown 0.15.5",
19669 "indexmap",
19670 "semver",
19671]
19672
19673[[package]]
19674name = "wasmprinter"
19675version = "0.236.1"
19676source = "registry+https://github.com/rust-lang/crates.io-index"
19677checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19678dependencies = [
19679 "anyhow",
19680 "termcolor",
19681 "wasmparser 0.236.1",
19682]
19683
19684[[package]]
19685name = "wasmtime"
19686version = "36.0.7"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19689dependencies = [
19690 "addr2line",
19691 "anyhow",
19692 "async-trait",
19693 "bitflags 2.10.0",
19694 "bumpalo",
19695 "cc",
19696 "cfg-if",
19697 "encoding_rs",
19698 "hashbrown 0.15.5",
19699 "indexmap",
19700 "libc",
19701 "log",
19702 "mach2 0.4.3",
19703 "memfd",
19704 "object",
19705 "once_cell",
19706 "postcard",
19707 "pulley-interpreter",
19708 "rayon",
19709 "rustix 1.1.2",
19710 "semver",
19711 "serde",
19712 "serde_derive",
19713 "smallvec",
19714 "target-lexicon 0.13.3",
19715 "wasmparser 0.236.1",
19716 "wasmtime-environ",
19717 "wasmtime-internal-asm-macros",
19718 "wasmtime-internal-component-macro",
19719 "wasmtime-internal-component-util",
19720 "wasmtime-internal-cranelift",
19721 "wasmtime-internal-fiber",
19722 "wasmtime-internal-jit-debug",
19723 "wasmtime-internal-jit-icache-coherence",
19724 "wasmtime-internal-math",
19725 "wasmtime-internal-slab",
19726 "wasmtime-internal-unwinder",
19727 "wasmtime-internal-versioned-export-macros",
19728 "wasmtime-internal-winch",
19729 "windows-sys 0.60.2",
19730]
19731
19732[[package]]
19733name = "wasmtime-c-api-impl"
19734version = "36.0.6"
19735source = "registry+https://github.com/rust-lang/crates.io-index"
19736checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19737dependencies = [
19738 "anyhow",
19739 "log",
19740 "tracing",
19741 "wasmtime",
19742 "wasmtime-internal-c-api-macros",
19743]
19744
19745[[package]]
19746name = "wasmtime-environ"
19747version = "36.0.7"
19748source = "registry+https://github.com/rust-lang/crates.io-index"
19749checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19750dependencies = [
19751 "anyhow",
19752 "cpp_demangle",
19753 "cranelift-bitset",
19754 "cranelift-entity",
19755 "gimli",
19756 "indexmap",
19757 "log",
19758 "object",
19759 "postcard",
19760 "rustc-demangle",
19761 "semver",
19762 "serde",
19763 "serde_derive",
19764 "smallvec",
19765 "target-lexicon 0.13.3",
19766 "wasm-encoder 0.236.1",
19767 "wasmparser 0.236.1",
19768 "wasmprinter",
19769 "wasmtime-internal-component-util",
19770]
19771
19772[[package]]
19773name = "wasmtime-internal-asm-macros"
19774version = "36.0.7"
19775source = "registry+https://github.com/rust-lang/crates.io-index"
19776checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19777dependencies = [
19778 "cfg-if",
19779]
19780
19781[[package]]
19782name = "wasmtime-internal-c-api-macros"
19783version = "36.0.6"
19784source = "registry+https://github.com/rust-lang/crates.io-index"
19785checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19786dependencies = [
19787 "proc-macro2",
19788 "quote",
19789]
19790
19791[[package]]
19792name = "wasmtime-internal-component-macro"
19793version = "36.0.7"
19794source = "registry+https://github.com/rust-lang/crates.io-index"
19795checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19796dependencies = [
19797 "anyhow",
19798 "proc-macro2",
19799 "quote",
19800 "syn 2.0.117",
19801 "wasmtime-internal-component-util",
19802 "wasmtime-internal-wit-bindgen",
19803 "wit-parser 0.236.1",
19804]
19805
19806[[package]]
19807name = "wasmtime-internal-component-util"
19808version = "36.0.7"
19809source = "registry+https://github.com/rust-lang/crates.io-index"
19810checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19811
19812[[package]]
19813name = "wasmtime-internal-cranelift"
19814version = "36.0.7"
19815source = "registry+https://github.com/rust-lang/crates.io-index"
19816checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19817dependencies = [
19818 "anyhow",
19819 "cfg-if",
19820 "cranelift-codegen",
19821 "cranelift-control",
19822 "cranelift-entity",
19823 "cranelift-frontend",
19824 "cranelift-native",
19825 "gimli",
19826 "itertools 0.14.0",
19827 "log",
19828 "object",
19829 "pulley-interpreter",
19830 "smallvec",
19831 "target-lexicon 0.13.3",
19832 "thiserror 2.0.17",
19833 "wasmparser 0.236.1",
19834 "wasmtime-environ",
19835 "wasmtime-internal-math",
19836 "wasmtime-internal-versioned-export-macros",
19837]
19838
19839[[package]]
19840name = "wasmtime-internal-fiber"
19841version = "36.0.7"
19842source = "registry+https://github.com/rust-lang/crates.io-index"
19843checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19844dependencies = [
19845 "anyhow",
19846 "cc",
19847 "cfg-if",
19848 "libc",
19849 "rustix 1.1.2",
19850 "wasmtime-internal-asm-macros",
19851 "wasmtime-internal-versioned-export-macros",
19852 "windows-sys 0.60.2",
19853]
19854
19855[[package]]
19856name = "wasmtime-internal-jit-debug"
19857version = "36.0.7"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19860dependencies = [
19861 "cc",
19862 "wasmtime-internal-versioned-export-macros",
19863]
19864
19865[[package]]
19866name = "wasmtime-internal-jit-icache-coherence"
19867version = "36.0.7"
19868source = "registry+https://github.com/rust-lang/crates.io-index"
19869checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19870dependencies = [
19871 "anyhow",
19872 "cfg-if",
19873 "libc",
19874 "windows-sys 0.60.2",
19875]
19876
19877[[package]]
19878name = "wasmtime-internal-math"
19879version = "36.0.7"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19882dependencies = [
19883 "libm",
19884]
19885
19886[[package]]
19887name = "wasmtime-internal-slab"
19888version = "36.0.7"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19891
19892[[package]]
19893name = "wasmtime-internal-unwinder"
19894version = "36.0.7"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19897dependencies = [
19898 "anyhow",
19899 "cfg-if",
19900 "cranelift-codegen",
19901 "log",
19902 "object",
19903]
19904
19905[[package]]
19906name = "wasmtime-internal-versioned-export-macros"
19907version = "36.0.7"
19908source = "registry+https://github.com/rust-lang/crates.io-index"
19909checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19910dependencies = [
19911 "proc-macro2",
19912 "quote",
19913 "syn 2.0.117",
19914]
19915
19916[[package]]
19917name = "wasmtime-internal-winch"
19918version = "36.0.7"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19921dependencies = [
19922 "anyhow",
19923 "cranelift-codegen",
19924 "gimli",
19925 "object",
19926 "target-lexicon 0.13.3",
19927 "wasmparser 0.236.1",
19928 "wasmtime-environ",
19929 "wasmtime-internal-cranelift",
19930 "winch-codegen",
19931]
19932
19933[[package]]
19934name = "wasmtime-internal-wit-bindgen"
19935version = "36.0.7"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19938dependencies = [
19939 "anyhow",
19940 "bitflags 2.10.0",
19941 "heck 0.5.0",
19942 "indexmap",
19943 "wit-parser 0.236.1",
19944]
19945
19946[[package]]
19947name = "wasmtime-wasi"
19948version = "36.0.6"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19951dependencies = [
19952 "anyhow",
19953 "async-trait",
19954 "bitflags 2.10.0",
19955 "bytes 1.11.1",
19956 "cap-fs-ext",
19957 "cap-net-ext",
19958 "cap-rand",
19959 "cap-std",
19960 "cap-time-ext",
19961 "fs-set-times",
19962 "futures 0.3.32",
19963 "io-extras",
19964 "io-lifetimes",
19965 "rustix 1.1.2",
19966 "system-interface",
19967 "thiserror 2.0.17",
19968 "tokio",
19969 "tracing",
19970 "url",
19971 "wasmtime",
19972 "wasmtime-wasi-io",
19973 "wiggle",
19974 "windows-sys 0.60.2",
19975]
19976
19977[[package]]
19978name = "wasmtime-wasi-io"
19979version = "36.0.6"
19980source = "registry+https://github.com/rust-lang/crates.io-index"
19981checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19982dependencies = [
19983 "anyhow",
19984 "async-trait",
19985 "bytes 1.11.1",
19986 "futures 0.3.32",
19987 "wasmtime",
19988]
19989
19990[[package]]
19991name = "wast"
19992version = "35.0.2"
19993source = "registry+https://github.com/rust-lang/crates.io-index"
19994checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19995dependencies = [
19996 "leb128",
19997]
19998
19999[[package]]
20000name = "watch"
20001version = "0.1.0"
20002dependencies = [
20003 "ctor",
20004 "futures 0.3.32",
20005 "gpui",
20006 "parking_lot",
20007 "zlog",
20008]
20009
20010[[package]]
20011name = "wax"
20012version = "0.7.0"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20015dependencies = [
20016 "const_format",
20017 "itertools 0.14.0",
20018 "nom 7.1.3",
20019 "pori",
20020 "regex",
20021 "thiserror 2.0.17",
20022 "walkdir",
20023]
20024
20025[[package]]
20026name = "wayland-backend"
20027version = "0.3.11"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20030dependencies = [
20031 "cc",
20032 "downcast-rs",
20033 "rustix 1.1.2",
20034 "scoped-tls",
20035 "smallvec",
20036 "wayland-sys",
20037]
20038
20039[[package]]
20040name = "wayland-client"
20041version = "0.31.11"
20042source = "registry+https://github.com/rust-lang/crates.io-index"
20043checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20044dependencies = [
20045 "bitflags 2.10.0",
20046 "rustix 1.1.2",
20047 "wayland-backend",
20048 "wayland-scanner",
20049]
20050
20051[[package]]
20052name = "wayland-cursor"
20053version = "0.31.11"
20054source = "registry+https://github.com/rust-lang/crates.io-index"
20055checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20056dependencies = [
20057 "rustix 1.1.2",
20058 "wayland-client",
20059 "xcursor",
20060]
20061
20062[[package]]
20063name = "wayland-protocols"
20064version = "0.32.9"
20065source = "registry+https://github.com/rust-lang/crates.io-index"
20066checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20067dependencies = [
20068 "bitflags 2.10.0",
20069 "wayland-backend",
20070 "wayland-client",
20071 "wayland-scanner",
20072]
20073
20074[[package]]
20075name = "wayland-protocols-plasma"
20076version = "0.3.9"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20079dependencies = [
20080 "bitflags 2.10.0",
20081 "wayland-backend",
20082 "wayland-client",
20083 "wayland-protocols",
20084 "wayland-scanner",
20085]
20086
20087[[package]]
20088name = "wayland-protocols-wlr"
20089version = "0.3.9"
20090source = "registry+https://github.com/rust-lang/crates.io-index"
20091checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20092dependencies = [
20093 "bitflags 2.10.0",
20094 "wayland-backend",
20095 "wayland-client",
20096 "wayland-protocols",
20097 "wayland-scanner",
20098]
20099
20100[[package]]
20101name = "wayland-scanner"
20102version = "0.31.7"
20103source = "registry+https://github.com/rust-lang/crates.io-index"
20104checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20105dependencies = [
20106 "proc-macro2",
20107 "quick-xml 0.37.5",
20108 "quote",
20109]
20110
20111[[package]]
20112name = "wayland-sys"
20113version = "0.31.7"
20114source = "registry+https://github.com/rust-lang/crates.io-index"
20115checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20116dependencies = [
20117 "dlib",
20118 "log",
20119 "once_cell",
20120 "pkg-config",
20121]
20122
20123[[package]]
20124name = "web-sys"
20125version = "0.3.90"
20126source = "registry+https://github.com/rust-lang/crates.io-index"
20127checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20128dependencies = [
20129 "js-sys",
20130 "wasm-bindgen",
20131]
20132
20133[[package]]
20134name = "web-time"
20135version = "1.1.0"
20136source = "registry+https://github.com/rust-lang/crates.io-index"
20137checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20138dependencies = [
20139 "js-sys",
20140 "serde",
20141 "wasm-bindgen",
20142]
20143
20144[[package]]
20145name = "web_atoms"
20146version = "0.1.3"
20147source = "registry+https://github.com/rust-lang/crates.io-index"
20148checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20149dependencies = [
20150 "phf 0.11.3",
20151 "phf_codegen",
20152 "string_cache",
20153 "string_cache_codegen",
20154]
20155
20156[[package]]
20157name = "web_search"
20158version = "0.1.0"
20159dependencies = [
20160 "anyhow",
20161 "cloud_llm_client",
20162 "collections",
20163 "gpui",
20164 "serde",
20165]
20166
20167[[package]]
20168name = "web_search_providers"
20169version = "0.1.0"
20170dependencies = [
20171 "anyhow",
20172 "client",
20173 "cloud_api_client",
20174 "cloud_api_types",
20175 "cloud_llm_client",
20176 "futures 0.3.32",
20177 "gpui",
20178 "http_client",
20179 "language_model",
20180 "serde",
20181 "serde_json",
20182 "web_search",
20183]
20184
20185[[package]]
20186name = "webpki-root-certs"
20187version = "0.26.8"
20188source = "registry+https://github.com/rust-lang/crates.io-index"
20189checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20190dependencies = [
20191 "rustls-pki-types",
20192]
20193
20194[[package]]
20195name = "webpki-roots"
20196version = "0.26.8"
20197source = "registry+https://github.com/rust-lang/crates.io-index"
20198checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20199dependencies = [
20200 "rustls-pki-types",
20201]
20202
20203[[package]]
20204name = "webrtc-sys"
20205version = "0.3.23"
20206source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20207dependencies = [
20208 "cc",
20209 "cxx",
20210 "cxx-build",
20211 "glob",
20212 "log",
20213 "pkg-config",
20214 "webrtc-sys-build",
20215]
20216
20217[[package]]
20218name = "webrtc-sys-build"
20219version = "0.3.13"
20220source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20221dependencies = [
20222 "anyhow",
20223 "fs2",
20224 "regex",
20225 "reqwest 0.12.24",
20226 "scratch",
20227 "semver",
20228 "zip 0.6.6",
20229]
20230
20231[[package]]
20232name = "weezl"
20233version = "0.1.10"
20234source = "registry+https://github.com/rust-lang/crates.io-index"
20235checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20236
20237[[package]]
20238name = "wgpu"
20239version = "29.0.0"
20240source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20241dependencies = [
20242 "arrayvec",
20243 "bitflags 2.10.0",
20244 "bytemuck",
20245 "cfg-if",
20246 "cfg_aliases 0.2.1",
20247 "document-features",
20248 "hashbrown 0.16.1",
20249 "js-sys",
20250 "log",
20251 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20252 "parking_lot",
20253 "portable-atomic",
20254 "profiling",
20255 "raw-window-handle",
20256 "smallvec",
20257 "static_assertions",
20258 "wasm-bindgen",
20259 "wasm-bindgen-futures",
20260 "web-sys",
20261 "wgpu-core",
20262 "wgpu-hal",
20263 "wgpu-types",
20264]
20265
20266[[package]]
20267name = "wgpu-core"
20268version = "29.0.0"
20269source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20270dependencies = [
20271 "arrayvec",
20272 "bit-set 0.9.1",
20273 "bit-vec 0.9.1",
20274 "bitflags 2.10.0",
20275 "bytemuck",
20276 "cfg_aliases 0.2.1",
20277 "document-features",
20278 "hashbrown 0.16.1",
20279 "indexmap",
20280 "log",
20281 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20282 "once_cell",
20283 "parking_lot",
20284 "portable-atomic",
20285 "profiling",
20286 "raw-window-handle",
20287 "rustc-hash 1.1.0",
20288 "smallvec",
20289 "thiserror 2.0.17",
20290 "wgpu-core-deps-apple",
20291 "wgpu-core-deps-emscripten",
20292 "wgpu-core-deps-windows-linux-android",
20293 "wgpu-hal",
20294 "wgpu-naga-bridge",
20295 "wgpu-types",
20296]
20297
20298[[package]]
20299name = "wgpu-core-deps-apple"
20300version = "29.0.0"
20301source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20302dependencies = [
20303 "wgpu-hal",
20304]
20305
20306[[package]]
20307name = "wgpu-core-deps-emscripten"
20308version = "29.0.0"
20309source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20310dependencies = [
20311 "wgpu-hal",
20312]
20313
20314[[package]]
20315name = "wgpu-core-deps-windows-linux-android"
20316version = "29.0.0"
20317source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20318dependencies = [
20319 "wgpu-hal",
20320]
20321
20322[[package]]
20323name = "wgpu-hal"
20324version = "29.0.0"
20325source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20326dependencies = [
20327 "android_system_properties",
20328 "arrayvec",
20329 "ash",
20330 "bit-set 0.9.1",
20331 "bitflags 2.10.0",
20332 "block2",
20333 "bytemuck",
20334 "cfg-if",
20335 "cfg_aliases 0.2.1",
20336 "glow",
20337 "glutin_wgl_sys",
20338 "gpu-allocator",
20339 "gpu-descriptor",
20340 "hashbrown 0.16.1",
20341 "js-sys",
20342 "khronos-egl",
20343 "libc",
20344 "libloading",
20345 "log",
20346 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20347 "ndk-sys",
20348 "objc2",
20349 "objc2-core-foundation",
20350 "objc2-foundation",
20351 "objc2-metal",
20352 "objc2-quartz-core",
20353 "once_cell",
20354 "ordered-float 4.6.0",
20355 "parking_lot",
20356 "portable-atomic",
20357 "portable-atomic-util",
20358 "profiling",
20359 "range-alloc",
20360 "raw-window-handle",
20361 "raw-window-metal",
20362 "renderdoc-sys",
20363 "smallvec",
20364 "thiserror 2.0.17",
20365 "wasm-bindgen",
20366 "wayland-sys",
20367 "web-sys",
20368 "wgpu-naga-bridge",
20369 "wgpu-types",
20370 "windows 0.62.2",
20371 "windows-core 0.62.2",
20372]
20373
20374[[package]]
20375name = "wgpu-naga-bridge"
20376version = "29.0.0"
20377source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20378dependencies = [
20379 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20380 "wgpu-types",
20381]
20382
20383[[package]]
20384name = "wgpu-types"
20385version = "29.0.0"
20386source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20387dependencies = [
20388 "bitflags 2.10.0",
20389 "bytemuck",
20390 "js-sys",
20391 "log",
20392 "raw-window-handle",
20393 "web-sys",
20394]
20395
20396[[package]]
20397name = "which"
20398version = "4.4.2"
20399source = "registry+https://github.com/rust-lang/crates.io-index"
20400checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20401dependencies = [
20402 "either",
20403 "home",
20404 "once_cell",
20405 "rustix 0.38.44",
20406]
20407
20408[[package]]
20409name = "which"
20410version = "6.0.3"
20411source = "registry+https://github.com/rust-lang/crates.io-index"
20412checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20413dependencies = [
20414 "either",
20415 "home",
20416 "rustix 0.38.44",
20417 "winsafe",
20418]
20419
20420[[package]]
20421name = "which_key"
20422version = "0.1.0"
20423dependencies = [
20424 "command_palette",
20425 "gpui",
20426 "serde",
20427 "settings",
20428 "theme_settings",
20429 "ui",
20430 "util",
20431 "workspace",
20432]
20433
20434[[package]]
20435name = "whoami"
20436version = "1.6.1"
20437source = "registry+https://github.com/rust-lang/crates.io-index"
20438checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20439dependencies = [
20440 "libredox",
20441 "wasite",
20442]
20443
20444[[package]]
20445name = "wiggle"
20446version = "36.0.6"
20447source = "registry+https://github.com/rust-lang/crates.io-index"
20448checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20449dependencies = [
20450 "anyhow",
20451 "async-trait",
20452 "bitflags 2.10.0",
20453 "thiserror 2.0.17",
20454 "tracing",
20455 "wasmtime",
20456 "wiggle-macro",
20457]
20458
20459[[package]]
20460name = "wiggle-generate"
20461version = "36.0.6"
20462source = "registry+https://github.com/rust-lang/crates.io-index"
20463checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20464dependencies = [
20465 "anyhow",
20466 "heck 0.5.0",
20467 "proc-macro2",
20468 "quote",
20469 "syn 2.0.117",
20470 "witx",
20471]
20472
20473[[package]]
20474name = "wiggle-macro"
20475version = "36.0.6"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20478dependencies = [
20479 "proc-macro2",
20480 "quote",
20481 "syn 2.0.117",
20482 "wiggle-generate",
20483]
20484
20485[[package]]
20486name = "winapi"
20487version = "0.3.9"
20488source = "registry+https://github.com/rust-lang/crates.io-index"
20489checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20490dependencies = [
20491 "winapi-i686-pc-windows-gnu",
20492 "winapi-x86_64-pc-windows-gnu",
20493]
20494
20495[[package]]
20496name = "winapi-i686-pc-windows-gnu"
20497version = "0.4.0"
20498source = "registry+https://github.com/rust-lang/crates.io-index"
20499checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20500
20501[[package]]
20502name = "winapi-util"
20503version = "0.1.11"
20504source = "registry+https://github.com/rust-lang/crates.io-index"
20505checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20506dependencies = [
20507 "windows-sys 0.61.2",
20508]
20509
20510[[package]]
20511name = "winapi-x86_64-pc-windows-gnu"
20512version = "0.4.0"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20515
20516[[package]]
20517name = "winch-codegen"
20518version = "36.0.7"
20519source = "registry+https://github.com/rust-lang/crates.io-index"
20520checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20521dependencies = [
20522 "anyhow",
20523 "cranelift-assembler-x64",
20524 "cranelift-codegen",
20525 "gimli",
20526 "regalloc2",
20527 "smallvec",
20528 "target-lexicon 0.13.3",
20529 "thiserror 2.0.17",
20530 "wasmparser 0.236.1",
20531 "wasmtime-environ",
20532 "wasmtime-internal-cranelift",
20533 "wasmtime-internal-math",
20534]
20535
20536[[package]]
20537name = "windows"
20538version = "0.56.0"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20541dependencies = [
20542 "windows-core 0.56.0",
20543 "windows-targets 0.52.6",
20544]
20545
20546[[package]]
20547name = "windows"
20548version = "0.57.0"
20549source = "registry+https://github.com/rust-lang/crates.io-index"
20550checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20551dependencies = [
20552 "windows-core 0.57.0",
20553 "windows-targets 0.52.6",
20554]
20555
20556[[package]]
20557name = "windows"
20558version = "0.58.0"
20559source = "registry+https://github.com/rust-lang/crates.io-index"
20560checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20561dependencies = [
20562 "windows-core 0.58.0",
20563 "windows-targets 0.52.6",
20564]
20565
20566[[package]]
20567name = "windows"
20568version = "0.61.3"
20569source = "registry+https://github.com/rust-lang/crates.io-index"
20570checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20571dependencies = [
20572 "windows-collections 0.2.0",
20573 "windows-core 0.61.2",
20574 "windows-future 0.2.1",
20575 "windows-link 0.1.3",
20576 "windows-numerics 0.2.0",
20577]
20578
20579[[package]]
20580name = "windows"
20581version = "0.62.2"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20584dependencies = [
20585 "windows-collections 0.3.2",
20586 "windows-core 0.62.2",
20587 "windows-future 0.3.2",
20588 "windows-numerics 0.3.1",
20589]
20590
20591[[package]]
20592name = "windows-bindgen"
20593version = "0.61.1"
20594source = "registry+https://github.com/rust-lang/crates.io-index"
20595checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20596dependencies = [
20597 "serde",
20598 "serde_json",
20599 "windows-threading 0.1.0",
20600]
20601
20602[[package]]
20603name = "windows-capture"
20604version = "1.4.3"
20605source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20606dependencies = [
20607 "clap",
20608 "ctrlc",
20609 "parking_lot",
20610 "rayon",
20611 "thiserror 2.0.17",
20612 "windows 0.61.3",
20613 "windows-future 0.2.1",
20614]
20615
20616[[package]]
20617name = "windows-collections"
20618version = "0.2.0"
20619source = "registry+https://github.com/rust-lang/crates.io-index"
20620checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20621dependencies = [
20622 "windows-core 0.61.2",
20623]
20624
20625[[package]]
20626name = "windows-collections"
20627version = "0.3.2"
20628source = "registry+https://github.com/rust-lang/crates.io-index"
20629checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20630dependencies = [
20631 "windows-core 0.62.2",
20632]
20633
20634[[package]]
20635name = "windows-core"
20636version = "0.56.0"
20637source = "registry+https://github.com/rust-lang/crates.io-index"
20638checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20639dependencies = [
20640 "windows-implement 0.56.0",
20641 "windows-interface 0.56.0",
20642 "windows-result 0.1.2",
20643 "windows-targets 0.52.6",
20644]
20645
20646[[package]]
20647name = "windows-core"
20648version = "0.57.0"
20649source = "registry+https://github.com/rust-lang/crates.io-index"
20650checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20651dependencies = [
20652 "windows-implement 0.57.0",
20653 "windows-interface 0.57.0",
20654 "windows-result 0.1.2",
20655 "windows-targets 0.52.6",
20656]
20657
20658[[package]]
20659name = "windows-core"
20660version = "0.58.0"
20661source = "registry+https://github.com/rust-lang/crates.io-index"
20662checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20663dependencies = [
20664 "windows-implement 0.58.0",
20665 "windows-interface 0.58.0",
20666 "windows-result 0.2.0",
20667 "windows-strings 0.1.0",
20668 "windows-targets 0.52.6",
20669]
20670
20671[[package]]
20672name = "windows-core"
20673version = "0.61.2"
20674source = "registry+https://github.com/rust-lang/crates.io-index"
20675checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20676dependencies = [
20677 "windows-implement 0.60.2",
20678 "windows-interface 0.59.3",
20679 "windows-link 0.1.3",
20680 "windows-result 0.3.4",
20681 "windows-strings 0.4.2",
20682]
20683
20684[[package]]
20685name = "windows-core"
20686version = "0.62.2"
20687source = "registry+https://github.com/rust-lang/crates.io-index"
20688checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20689dependencies = [
20690 "windows-implement 0.60.2",
20691 "windows-interface 0.59.3",
20692 "windows-link 0.2.1",
20693 "windows-result 0.4.1",
20694 "windows-strings 0.5.1",
20695]
20696
20697[[package]]
20698name = "windows-future"
20699version = "0.2.1"
20700source = "registry+https://github.com/rust-lang/crates.io-index"
20701checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20702dependencies = [
20703 "windows-core 0.61.2",
20704 "windows-link 0.1.3",
20705 "windows-threading 0.1.0",
20706]
20707
20708[[package]]
20709name = "windows-future"
20710version = "0.3.2"
20711source = "registry+https://github.com/rust-lang/crates.io-index"
20712checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20713dependencies = [
20714 "windows-core 0.62.2",
20715 "windows-link 0.2.1",
20716 "windows-threading 0.2.1",
20717]
20718
20719[[package]]
20720name = "windows-implement"
20721version = "0.56.0"
20722source = "registry+https://github.com/rust-lang/crates.io-index"
20723checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20724dependencies = [
20725 "proc-macro2",
20726 "quote",
20727 "syn 2.0.117",
20728]
20729
20730[[package]]
20731name = "windows-implement"
20732version = "0.57.0"
20733source = "registry+https://github.com/rust-lang/crates.io-index"
20734checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20735dependencies = [
20736 "proc-macro2",
20737 "quote",
20738 "syn 2.0.117",
20739]
20740
20741[[package]]
20742name = "windows-implement"
20743version = "0.58.0"
20744source = "registry+https://github.com/rust-lang/crates.io-index"
20745checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20746dependencies = [
20747 "proc-macro2",
20748 "quote",
20749 "syn 2.0.117",
20750]
20751
20752[[package]]
20753name = "windows-implement"
20754version = "0.60.2"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20757dependencies = [
20758 "proc-macro2",
20759 "quote",
20760 "syn 2.0.117",
20761]
20762
20763[[package]]
20764name = "windows-interface"
20765version = "0.56.0"
20766source = "registry+https://github.com/rust-lang/crates.io-index"
20767checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20768dependencies = [
20769 "proc-macro2",
20770 "quote",
20771 "syn 2.0.117",
20772]
20773
20774[[package]]
20775name = "windows-interface"
20776version = "0.57.0"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20779dependencies = [
20780 "proc-macro2",
20781 "quote",
20782 "syn 2.0.117",
20783]
20784
20785[[package]]
20786name = "windows-interface"
20787version = "0.58.0"
20788source = "registry+https://github.com/rust-lang/crates.io-index"
20789checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20790dependencies = [
20791 "proc-macro2",
20792 "quote",
20793 "syn 2.0.117",
20794]
20795
20796[[package]]
20797name = "windows-interface"
20798version = "0.59.3"
20799source = "registry+https://github.com/rust-lang/crates.io-index"
20800checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20801dependencies = [
20802 "proc-macro2",
20803 "quote",
20804 "syn 2.0.117",
20805]
20806
20807[[package]]
20808name = "windows-link"
20809version = "0.1.3"
20810source = "registry+https://github.com/rust-lang/crates.io-index"
20811checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20812
20813[[package]]
20814name = "windows-link"
20815version = "0.2.1"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20818
20819[[package]]
20820name = "windows-numerics"
20821version = "0.2.0"
20822source = "registry+https://github.com/rust-lang/crates.io-index"
20823checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20824dependencies = [
20825 "windows-core 0.61.2",
20826 "windows-link 0.1.3",
20827]
20828
20829[[package]]
20830name = "windows-numerics"
20831version = "0.3.1"
20832source = "registry+https://github.com/rust-lang/crates.io-index"
20833checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20834dependencies = [
20835 "windows-core 0.62.2",
20836 "windows-link 0.2.1",
20837]
20838
20839[[package]]
20840name = "windows-registry"
20841version = "0.4.0"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20844dependencies = [
20845 "windows-result 0.3.4",
20846 "windows-strings 0.3.1",
20847 "windows-targets 0.53.5",
20848]
20849
20850[[package]]
20851name = "windows-registry"
20852version = "0.5.3"
20853source = "registry+https://github.com/rust-lang/crates.io-index"
20854checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20855dependencies = [
20856 "windows-link 0.1.3",
20857 "windows-result 0.3.4",
20858 "windows-strings 0.4.2",
20859]
20860
20861[[package]]
20862name = "windows-registry"
20863version = "0.6.1"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20866dependencies = [
20867 "windows-link 0.2.1",
20868 "windows-result 0.4.1",
20869 "windows-strings 0.5.1",
20870]
20871
20872[[package]]
20873name = "windows-result"
20874version = "0.1.2"
20875source = "registry+https://github.com/rust-lang/crates.io-index"
20876checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20877dependencies = [
20878 "windows-targets 0.52.6",
20879]
20880
20881[[package]]
20882name = "windows-result"
20883version = "0.2.0"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20886dependencies = [
20887 "windows-targets 0.52.6",
20888]
20889
20890[[package]]
20891name = "windows-result"
20892version = "0.3.4"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20895dependencies = [
20896 "windows-link 0.1.3",
20897]
20898
20899[[package]]
20900name = "windows-result"
20901version = "0.4.1"
20902source = "registry+https://github.com/rust-lang/crates.io-index"
20903checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20904dependencies = [
20905 "windows-link 0.2.1",
20906]
20907
20908[[package]]
20909name = "windows-strings"
20910version = "0.1.0"
20911source = "registry+https://github.com/rust-lang/crates.io-index"
20912checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20913dependencies = [
20914 "windows-result 0.2.0",
20915 "windows-targets 0.52.6",
20916]
20917
20918[[package]]
20919name = "windows-strings"
20920version = "0.3.1"
20921source = "registry+https://github.com/rust-lang/crates.io-index"
20922checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20923dependencies = [
20924 "windows-link 0.1.3",
20925]
20926
20927[[package]]
20928name = "windows-strings"
20929version = "0.4.2"
20930source = "registry+https://github.com/rust-lang/crates.io-index"
20931checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20932dependencies = [
20933 "windows-link 0.1.3",
20934]
20935
20936[[package]]
20937name = "windows-strings"
20938version = "0.5.1"
20939source = "registry+https://github.com/rust-lang/crates.io-index"
20940checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20941dependencies = [
20942 "windows-link 0.2.1",
20943]
20944
20945[[package]]
20946name = "windows-sys"
20947version = "0.45.0"
20948source = "registry+https://github.com/rust-lang/crates.io-index"
20949checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20950dependencies = [
20951 "windows-targets 0.42.2",
20952]
20953
20954[[package]]
20955name = "windows-sys"
20956version = "0.48.0"
20957source = "registry+https://github.com/rust-lang/crates.io-index"
20958checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20959dependencies = [
20960 "windows-targets 0.48.5",
20961]
20962
20963[[package]]
20964name = "windows-sys"
20965version = "0.52.0"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20968dependencies = [
20969 "windows-targets 0.52.6",
20970]
20971
20972[[package]]
20973name = "windows-sys"
20974version = "0.59.0"
20975source = "registry+https://github.com/rust-lang/crates.io-index"
20976checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20977dependencies = [
20978 "windows-targets 0.52.6",
20979]
20980
20981[[package]]
20982name = "windows-sys"
20983version = "0.60.2"
20984source = "registry+https://github.com/rust-lang/crates.io-index"
20985checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20986dependencies = [
20987 "windows-targets 0.53.5",
20988]
20989
20990[[package]]
20991name = "windows-sys"
20992version = "0.61.2"
20993source = "registry+https://github.com/rust-lang/crates.io-index"
20994checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20995dependencies = [
20996 "windows-link 0.2.1",
20997]
20998
20999[[package]]
21000name = "windows-targets"
21001version = "0.42.2"
21002source = "registry+https://github.com/rust-lang/crates.io-index"
21003checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21004dependencies = [
21005 "windows_aarch64_gnullvm 0.42.2",
21006 "windows_aarch64_msvc 0.42.2",
21007 "windows_i686_gnu 0.42.2",
21008 "windows_i686_msvc 0.42.2",
21009 "windows_x86_64_gnu 0.42.2",
21010 "windows_x86_64_gnullvm 0.42.2",
21011 "windows_x86_64_msvc 0.42.2",
21012]
21013
21014[[package]]
21015name = "windows-targets"
21016version = "0.48.5"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21019dependencies = [
21020 "windows_aarch64_gnullvm 0.48.5",
21021 "windows_aarch64_msvc 0.48.5",
21022 "windows_i686_gnu 0.48.5",
21023 "windows_i686_msvc 0.48.5",
21024 "windows_x86_64_gnu 0.48.5",
21025 "windows_x86_64_gnullvm 0.48.5",
21026 "windows_x86_64_msvc 0.48.5",
21027]
21028
21029[[package]]
21030name = "windows-targets"
21031version = "0.52.6"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21034dependencies = [
21035 "windows_aarch64_gnullvm 0.52.6",
21036 "windows_aarch64_msvc 0.52.6",
21037 "windows_i686_gnu 0.52.6",
21038 "windows_i686_gnullvm 0.52.6",
21039 "windows_i686_msvc 0.52.6",
21040 "windows_x86_64_gnu 0.52.6",
21041 "windows_x86_64_gnullvm 0.52.6",
21042 "windows_x86_64_msvc 0.52.6",
21043]
21044
21045[[package]]
21046name = "windows-targets"
21047version = "0.53.5"
21048source = "registry+https://github.com/rust-lang/crates.io-index"
21049checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21050dependencies = [
21051 "windows-link 0.2.1",
21052 "windows_aarch64_gnullvm 0.53.1",
21053 "windows_aarch64_msvc 0.53.1",
21054 "windows_i686_gnu 0.53.1",
21055 "windows_i686_gnullvm 0.53.1",
21056 "windows_i686_msvc 0.53.1",
21057 "windows_x86_64_gnu 0.53.1",
21058 "windows_x86_64_gnullvm 0.53.1",
21059 "windows_x86_64_msvc 0.53.1",
21060]
21061
21062[[package]]
21063name = "windows-threading"
21064version = "0.1.0"
21065source = "registry+https://github.com/rust-lang/crates.io-index"
21066checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21067dependencies = [
21068 "windows-link 0.1.3",
21069]
21070
21071[[package]]
21072name = "windows-threading"
21073version = "0.2.1"
21074source = "registry+https://github.com/rust-lang/crates.io-index"
21075checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21076dependencies = [
21077 "windows-link 0.2.1",
21078]
21079
21080[[package]]
21081name = "windows_aarch64_gnullvm"
21082version = "0.42.2"
21083source = "registry+https://github.com/rust-lang/crates.io-index"
21084checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21085
21086[[package]]
21087name = "windows_aarch64_gnullvm"
21088version = "0.48.5"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21091
21092[[package]]
21093name = "windows_aarch64_gnullvm"
21094version = "0.52.6"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21097
21098[[package]]
21099name = "windows_aarch64_gnullvm"
21100version = "0.53.1"
21101source = "registry+https://github.com/rust-lang/crates.io-index"
21102checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21103
21104[[package]]
21105name = "windows_aarch64_msvc"
21106version = "0.42.2"
21107source = "registry+https://github.com/rust-lang/crates.io-index"
21108checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21109
21110[[package]]
21111name = "windows_aarch64_msvc"
21112version = "0.48.5"
21113source = "registry+https://github.com/rust-lang/crates.io-index"
21114checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21115
21116[[package]]
21117name = "windows_aarch64_msvc"
21118version = "0.52.6"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21121
21122[[package]]
21123name = "windows_aarch64_msvc"
21124version = "0.53.1"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21127
21128[[package]]
21129name = "windows_i686_gnu"
21130version = "0.42.2"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21133
21134[[package]]
21135name = "windows_i686_gnu"
21136version = "0.48.5"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21139
21140[[package]]
21141name = "windows_i686_gnu"
21142version = "0.52.6"
21143source = "registry+https://github.com/rust-lang/crates.io-index"
21144checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21145
21146[[package]]
21147name = "windows_i686_gnu"
21148version = "0.53.1"
21149source = "registry+https://github.com/rust-lang/crates.io-index"
21150checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21151
21152[[package]]
21153name = "windows_i686_gnullvm"
21154version = "0.52.6"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21157
21158[[package]]
21159name = "windows_i686_gnullvm"
21160version = "0.53.1"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21163
21164[[package]]
21165name = "windows_i686_msvc"
21166version = "0.42.2"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21169
21170[[package]]
21171name = "windows_i686_msvc"
21172version = "0.48.5"
21173source = "registry+https://github.com/rust-lang/crates.io-index"
21174checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21175
21176[[package]]
21177name = "windows_i686_msvc"
21178version = "0.52.6"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21181
21182[[package]]
21183name = "windows_i686_msvc"
21184version = "0.53.1"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21187
21188[[package]]
21189name = "windows_x86_64_gnu"
21190version = "0.42.2"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21193
21194[[package]]
21195name = "windows_x86_64_gnu"
21196version = "0.48.5"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21199
21200[[package]]
21201name = "windows_x86_64_gnu"
21202version = "0.52.6"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21205
21206[[package]]
21207name = "windows_x86_64_gnu"
21208version = "0.53.1"
21209source = "registry+https://github.com/rust-lang/crates.io-index"
21210checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21211
21212[[package]]
21213name = "windows_x86_64_gnullvm"
21214version = "0.42.2"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21217
21218[[package]]
21219name = "windows_x86_64_gnullvm"
21220version = "0.48.5"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21223
21224[[package]]
21225name = "windows_x86_64_gnullvm"
21226version = "0.52.6"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21229
21230[[package]]
21231name = "windows_x86_64_gnullvm"
21232version = "0.53.1"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21235
21236[[package]]
21237name = "windows_x86_64_msvc"
21238version = "0.42.2"
21239source = "registry+https://github.com/rust-lang/crates.io-index"
21240checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21241
21242[[package]]
21243name = "windows_x86_64_msvc"
21244version = "0.48.5"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21247
21248[[package]]
21249name = "windows_x86_64_msvc"
21250version = "0.52.6"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21253
21254[[package]]
21255name = "windows_x86_64_msvc"
21256version = "0.53.1"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21259
21260[[package]]
21261name = "winnow"
21262version = "0.7.13"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21265dependencies = [
21266 "memchr",
21267]
21268
21269[[package]]
21270name = "winreg"
21271version = "0.10.1"
21272source = "registry+https://github.com/rust-lang/crates.io-index"
21273checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21274dependencies = [
21275 "winapi",
21276]
21277
21278[[package]]
21279name = "winreg"
21280version = "0.50.0"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21283dependencies = [
21284 "cfg-if",
21285 "windows-sys 0.48.0",
21286]
21287
21288[[package]]
21289name = "winreg"
21290version = "0.55.0"
21291source = "registry+https://github.com/rust-lang/crates.io-index"
21292checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21293dependencies = [
21294 "cfg-if",
21295 "windows-sys 0.59.0",
21296]
21297
21298[[package]]
21299name = "winresource"
21300version = "0.1.23"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21303dependencies = [
21304 "toml 0.8.23",
21305 "version_check",
21306]
21307
21308[[package]]
21309name = "winsafe"
21310version = "0.0.19"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21313
21314[[package]]
21315name = "winx"
21316version = "0.36.4"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21319dependencies = [
21320 "bitflags 2.10.0",
21321 "windows-sys 0.59.0",
21322]
21323
21324[[package]]
21325name = "wio"
21326version = "0.2.2"
21327source = "registry+https://github.com/rust-lang/crates.io-index"
21328checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21329dependencies = [
21330 "winapi",
21331]
21332
21333[[package]]
21334name = "wit-bindgen"
21335version = "0.22.0"
21336source = "registry+https://github.com/rust-lang/crates.io-index"
21337checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21338dependencies = [
21339 "bitflags 2.10.0",
21340 "wit-bindgen-rt 0.22.0",
21341 "wit-bindgen-rust-macro 0.22.0",
21342]
21343
21344[[package]]
21345name = "wit-bindgen"
21346version = "0.41.0"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21349dependencies = [
21350 "wit-bindgen-rt 0.41.0",
21351 "wit-bindgen-rust-macro 0.41.0",
21352]
21353
21354[[package]]
21355name = "wit-bindgen"
21356version = "0.46.0"
21357source = "registry+https://github.com/rust-lang/crates.io-index"
21358checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21359
21360[[package]]
21361name = "wit-bindgen"
21362version = "0.51.0"
21363source = "registry+https://github.com/rust-lang/crates.io-index"
21364checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21365dependencies = [
21366 "wit-bindgen-rust-macro 0.51.0",
21367]
21368
21369[[package]]
21370name = "wit-bindgen-core"
21371version = "0.22.0"
21372source = "registry+https://github.com/rust-lang/crates.io-index"
21373checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21374dependencies = [
21375 "anyhow",
21376 "wit-parser 0.201.0",
21377]
21378
21379[[package]]
21380name = "wit-bindgen-core"
21381version = "0.41.0"
21382source = "registry+https://github.com/rust-lang/crates.io-index"
21383checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21384dependencies = [
21385 "anyhow",
21386 "heck 0.5.0",
21387 "wit-parser 0.227.1",
21388]
21389
21390[[package]]
21391name = "wit-bindgen-core"
21392version = "0.51.0"
21393source = "registry+https://github.com/rust-lang/crates.io-index"
21394checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21395dependencies = [
21396 "anyhow",
21397 "heck 0.5.0",
21398 "wit-parser 0.244.0",
21399]
21400
21401[[package]]
21402name = "wit-bindgen-rt"
21403version = "0.22.0"
21404source = "registry+https://github.com/rust-lang/crates.io-index"
21405checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21406
21407[[package]]
21408name = "wit-bindgen-rt"
21409version = "0.41.0"
21410source = "registry+https://github.com/rust-lang/crates.io-index"
21411checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21412dependencies = [
21413 "bitflags 2.10.0",
21414 "futures 0.3.32",
21415 "once_cell",
21416]
21417
21418[[package]]
21419name = "wit-bindgen-rust"
21420version = "0.22.0"
21421source = "registry+https://github.com/rust-lang/crates.io-index"
21422checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21423dependencies = [
21424 "anyhow",
21425 "heck 0.4.1",
21426 "indexmap",
21427 "wasm-metadata 0.201.0",
21428 "wit-bindgen-core 0.22.0",
21429 "wit-component 0.201.0",
21430]
21431
21432[[package]]
21433name = "wit-bindgen-rust"
21434version = "0.41.0"
21435source = "registry+https://github.com/rust-lang/crates.io-index"
21436checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21437dependencies = [
21438 "anyhow",
21439 "heck 0.5.0",
21440 "indexmap",
21441 "prettyplease",
21442 "syn 2.0.117",
21443 "wasm-metadata 0.227.1",
21444 "wit-bindgen-core 0.41.0",
21445 "wit-component 0.227.1",
21446]
21447
21448[[package]]
21449name = "wit-bindgen-rust"
21450version = "0.51.0"
21451source = "registry+https://github.com/rust-lang/crates.io-index"
21452checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21453dependencies = [
21454 "anyhow",
21455 "heck 0.5.0",
21456 "indexmap",
21457 "prettyplease",
21458 "syn 2.0.117",
21459 "wasm-metadata 0.244.0",
21460 "wit-bindgen-core 0.51.0",
21461 "wit-component 0.244.0",
21462]
21463
21464[[package]]
21465name = "wit-bindgen-rust-macro"
21466version = "0.22.0"
21467source = "registry+https://github.com/rust-lang/crates.io-index"
21468checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21469dependencies = [
21470 "anyhow",
21471 "proc-macro2",
21472 "quote",
21473 "syn 2.0.117",
21474 "wit-bindgen-core 0.22.0",
21475 "wit-bindgen-rust 0.22.0",
21476]
21477
21478[[package]]
21479name = "wit-bindgen-rust-macro"
21480version = "0.41.0"
21481source = "registry+https://github.com/rust-lang/crates.io-index"
21482checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21483dependencies = [
21484 "anyhow",
21485 "prettyplease",
21486 "proc-macro2",
21487 "quote",
21488 "syn 2.0.117",
21489 "wit-bindgen-core 0.41.0",
21490 "wit-bindgen-rust 0.41.0",
21491]
21492
21493[[package]]
21494name = "wit-bindgen-rust-macro"
21495version = "0.51.0"
21496source = "registry+https://github.com/rust-lang/crates.io-index"
21497checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21498dependencies = [
21499 "anyhow",
21500 "prettyplease",
21501 "proc-macro2",
21502 "quote",
21503 "syn 2.0.117",
21504 "wit-bindgen-core 0.51.0",
21505 "wit-bindgen-rust 0.51.0",
21506]
21507
21508[[package]]
21509name = "wit-component"
21510version = "0.201.0"
21511source = "registry+https://github.com/rust-lang/crates.io-index"
21512checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21513dependencies = [
21514 "anyhow",
21515 "bitflags 2.10.0",
21516 "indexmap",
21517 "log",
21518 "serde",
21519 "serde_derive",
21520 "serde_json",
21521 "wasm-encoder 0.201.0",
21522 "wasm-metadata 0.201.0",
21523 "wasmparser 0.201.0",
21524 "wit-parser 0.201.0",
21525]
21526
21527[[package]]
21528name = "wit-component"
21529version = "0.227.1"
21530source = "registry+https://github.com/rust-lang/crates.io-index"
21531checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21532dependencies = [
21533 "anyhow",
21534 "bitflags 2.10.0",
21535 "indexmap",
21536 "log",
21537 "serde",
21538 "serde_derive",
21539 "serde_json",
21540 "wasm-encoder 0.227.1",
21541 "wasm-metadata 0.227.1",
21542 "wasmparser 0.227.1",
21543 "wit-parser 0.227.1",
21544]
21545
21546[[package]]
21547name = "wit-component"
21548version = "0.244.0"
21549source = "registry+https://github.com/rust-lang/crates.io-index"
21550checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21551dependencies = [
21552 "anyhow",
21553 "bitflags 2.10.0",
21554 "indexmap",
21555 "log",
21556 "serde",
21557 "serde_derive",
21558 "serde_json",
21559 "wasm-encoder 0.244.0",
21560 "wasm-metadata 0.244.0",
21561 "wasmparser 0.244.0",
21562 "wit-parser 0.244.0",
21563]
21564
21565[[package]]
21566name = "wit-parser"
21567version = "0.201.0"
21568source = "registry+https://github.com/rust-lang/crates.io-index"
21569checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21570dependencies = [
21571 "anyhow",
21572 "id-arena",
21573 "indexmap",
21574 "log",
21575 "semver",
21576 "serde",
21577 "serde_derive",
21578 "serde_json",
21579 "unicode-xid",
21580 "wasmparser 0.201.0",
21581]
21582
21583[[package]]
21584name = "wit-parser"
21585version = "0.227.1"
21586source = "registry+https://github.com/rust-lang/crates.io-index"
21587checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21588dependencies = [
21589 "anyhow",
21590 "id-arena",
21591 "indexmap",
21592 "log",
21593 "semver",
21594 "serde",
21595 "serde_derive",
21596 "serde_json",
21597 "unicode-xid",
21598 "wasmparser 0.227.1",
21599]
21600
21601[[package]]
21602name = "wit-parser"
21603version = "0.236.1"
21604source = "registry+https://github.com/rust-lang/crates.io-index"
21605checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21606dependencies = [
21607 "anyhow",
21608 "id-arena",
21609 "indexmap",
21610 "log",
21611 "semver",
21612 "serde",
21613 "serde_derive",
21614 "serde_json",
21615 "unicode-xid",
21616 "wasmparser 0.236.1",
21617]
21618
21619[[package]]
21620name = "wit-parser"
21621version = "0.244.0"
21622source = "registry+https://github.com/rust-lang/crates.io-index"
21623checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21624dependencies = [
21625 "anyhow",
21626 "id-arena",
21627 "indexmap",
21628 "log",
21629 "semver",
21630 "serde",
21631 "serde_derive",
21632 "serde_json",
21633 "unicode-xid",
21634 "wasmparser 0.244.0",
21635]
21636
21637[[package]]
21638name = "witx"
21639version = "0.9.1"
21640source = "registry+https://github.com/rust-lang/crates.io-index"
21641checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21642dependencies = [
21643 "anyhow",
21644 "log",
21645 "thiserror 1.0.69",
21646 "wast",
21647]
21648
21649[[package]]
21650name = "workspace"
21651version = "0.1.0"
21652dependencies = [
21653 "agent_settings",
21654 "any_vec",
21655 "anyhow",
21656 "async-recursion",
21657 "chrono",
21658 "client",
21659 "clock",
21660 "collections",
21661 "component",
21662 "db",
21663 "fs",
21664 "futures 0.3.32",
21665 "git",
21666 "gpui",
21667 "http_client",
21668 "itertools 0.14.0",
21669 "language",
21670 "log",
21671 "markdown",
21672 "menu",
21673 "node_runtime",
21674 "parking_lot",
21675 "postage",
21676 "pretty_assertions",
21677 "project",
21678 "release_channel",
21679 "remote",
21680 "schemars",
21681 "serde",
21682 "serde_json",
21683 "session",
21684 "settings",
21685 "smallvec",
21686 "sqlez",
21687 "strum 0.27.2",
21688 "task",
21689 "telemetry",
21690 "tempfile",
21691 "theme",
21692 "theme_settings",
21693 "ui",
21694 "util",
21695 "uuid",
21696 "vim_mode_setting",
21697 "windows 0.61.3",
21698 "zed_actions",
21699 "zlog",
21700]
21701
21702[[package]]
21703name = "worktree"
21704version = "0.1.0"
21705dependencies = [
21706 "anyhow",
21707 "async-lock 2.8.0",
21708 "chardetng",
21709 "clock",
21710 "collections",
21711 "encoding_rs",
21712 "fs",
21713 "futures 0.3.32",
21714 "fuzzy",
21715 "git",
21716 "gpui",
21717 "ignore",
21718 "language",
21719 "log",
21720 "parking_lot",
21721 "paths",
21722 "postage",
21723 "pretty_assertions",
21724 "rand 0.9.3",
21725 "rpc",
21726 "serde",
21727 "serde_json",
21728 "settings",
21729 "smallvec",
21730 "smol",
21731 "sum_tree",
21732 "text",
21733 "tracing",
21734 "util",
21735 "worktree",
21736 "zlog",
21737 "ztracing",
21738]
21739
21740[[package]]
21741name = "worktree_benchmarks"
21742version = "0.1.0"
21743dependencies = [
21744 "fs",
21745 "gpui_platform",
21746 "settings",
21747 "worktree",
21748]
21749
21750[[package]]
21751name = "wprcontrol"
21752version = "0.1.0"
21753source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21754dependencies = [
21755 "windows 0.61.3",
21756 "windows-bindgen",
21757 "windows-core 0.61.2",
21758 "windows-link 0.2.1",
21759]
21760
21761[[package]]
21762name = "writeable"
21763version = "0.6.1"
21764source = "registry+https://github.com/rust-lang/crates.io-index"
21765checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21766
21767[[package]]
21768name = "wyz"
21769version = "0.5.1"
21770source = "registry+https://github.com/rust-lang/crates.io-index"
21771checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21772dependencies = [
21773 "tap",
21774]
21775
21776[[package]]
21777name = "x11"
21778version = "2.21.0"
21779source = "registry+https://github.com/rust-lang/crates.io-index"
21780checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21781dependencies = [
21782 "libc",
21783 "pkg-config",
21784]
21785
21786[[package]]
21787name = "x11-clipboard"
21788version = "0.9.3"
21789source = "registry+https://github.com/rust-lang/crates.io-index"
21790checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21791dependencies = [
21792 "libc",
21793 "x11rb",
21794]
21795
21796[[package]]
21797name = "x11rb"
21798version = "0.13.2"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21801dependencies = [
21802 "as-raw-xcb-connection",
21803 "gethostname",
21804 "libc",
21805 "rustix 1.1.2",
21806 "x11rb-protocol",
21807 "xcursor",
21808]
21809
21810[[package]]
21811name = "x11rb-protocol"
21812version = "0.13.2"
21813source = "registry+https://github.com/rust-lang/crates.io-index"
21814checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21815
21816[[package]]
21817name = "x_ai"
21818version = "0.1.0"
21819dependencies = [
21820 "anyhow",
21821 "language_model_core",
21822 "schemars",
21823 "serde",
21824 "strum 0.27.2",
21825 "tiktoken-rs",
21826]
21827
21828[[package]]
21829name = "xattr"
21830version = "0.2.3"
21831source = "registry+https://github.com/rust-lang/crates.io-index"
21832checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21833dependencies = [
21834 "libc",
21835]
21836
21837[[package]]
21838name = "xcb"
21839version = "1.6.0"
21840source = "registry+https://github.com/rust-lang/crates.io-index"
21841checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21842dependencies = [
21843 "bitflags 1.3.2",
21844 "libc",
21845 "quick-xml 0.30.0",
21846 "x11",
21847]
21848
21849[[package]]
21850name = "xcursor"
21851version = "0.3.10"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21854
21855[[package]]
21856name = "xim-ctext"
21857version = "0.3.0"
21858source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21859dependencies = [
21860 "encoding_rs",
21861]
21862
21863[[package]]
21864name = "xim-parser"
21865version = "0.2.1"
21866source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21867dependencies = [
21868 "bitflags 2.10.0",
21869]
21870
21871[[package]]
21872name = "xkbcommon"
21873version = "0.8.0"
21874source = "registry+https://github.com/rust-lang/crates.io-index"
21875checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21876dependencies = [
21877 "as-raw-xcb-connection",
21878 "libc",
21879 "memmap2",
21880 "xkeysym",
21881]
21882
21883[[package]]
21884name = "xkeysym"
21885version = "0.2.1"
21886source = "registry+https://github.com/rust-lang/crates.io-index"
21887checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21888
21889[[package]]
21890name = "xml-rs"
21891version = "0.8.28"
21892source = "registry+https://github.com/rust-lang/crates.io-index"
21893checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21894
21895[[package]]
21896name = "xml5ever"
21897version = "0.18.1"
21898source = "registry+https://github.com/rust-lang/crates.io-index"
21899checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21900dependencies = [
21901 "log",
21902 "mac",
21903 "markup5ever 0.12.1",
21904]
21905
21906[[package]]
21907name = "xmlparser"
21908version = "0.13.6"
21909source = "registry+https://github.com/rust-lang/crates.io-index"
21910checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21911
21912[[package]]
21913name = "xmlwriter"
21914version = "0.1.0"
21915source = "registry+https://github.com/rust-lang/crates.io-index"
21916checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21917
21918[[package]]
21919name = "xtask"
21920version = "0.1.0"
21921dependencies = [
21922 "annotate-snippets",
21923 "anyhow",
21924 "backtrace",
21925 "cargo_metadata 0.19.2",
21926 "cargo_toml",
21927 "clap",
21928 "compliance",
21929 "gh-workflow",
21930 "indexmap",
21931 "indoc",
21932 "itertools 0.14.0",
21933 "regex",
21934 "serde",
21935 "serde_json",
21936 "serde_yaml",
21937 "strum 0.27.2",
21938 "tokio",
21939 "toml 0.8.23",
21940 "toml_edit 0.22.27",
21941]
21942
21943[[package]]
21944name = "yaml-rust2"
21945version = "0.8.1"
21946source = "registry+https://github.com/rust-lang/crates.io-index"
21947checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21948dependencies = [
21949 "arraydeque",
21950 "encoding_rs",
21951 "hashlink 0.8.4",
21952]
21953
21954[[package]]
21955name = "yansi"
21956version = "1.0.1"
21957source = "registry+https://github.com/rust-lang/crates.io-index"
21958checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21959
21960[[package]]
21961name = "yawc"
21962version = "0.2.5"
21963source = "registry+https://github.com/rust-lang/crates.io-index"
21964checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21965dependencies = [
21966 "base64 0.22.1",
21967 "bytes 1.11.1",
21968 "flate2",
21969 "futures 0.3.32",
21970 "http-body-util",
21971 "hyper 1.7.0",
21972 "hyper-util",
21973 "js-sys",
21974 "nom 8.0.0",
21975 "pin-project",
21976 "rand 0.8.5",
21977 "sha1",
21978 "thiserror 1.0.69",
21979 "tokio",
21980 "tokio-rustls 0.26.2",
21981 "tokio-util",
21982 "url",
21983 "wasm-bindgen",
21984 "wasm-bindgen-futures",
21985 "web-sys",
21986 "webpki-roots",
21987]
21988
21989[[package]]
21990name = "yazi"
21991version = "0.2.1"
21992source = "registry+https://github.com/rust-lang/crates.io-index"
21993checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21994
21995[[package]]
21996name = "yeslogic-fontconfig-sys"
21997version = "6.0.0"
21998source = "registry+https://github.com/rust-lang/crates.io-index"
21999checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22000dependencies = [
22001 "dlib",
22002 "once_cell",
22003 "pkg-config",
22004]
22005
22006[[package]]
22007name = "yoke"
22008version = "0.7.5"
22009source = "registry+https://github.com/rust-lang/crates.io-index"
22010checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22011dependencies = [
22012 "serde",
22013 "stable_deref_trait",
22014 "yoke-derive 0.7.5",
22015 "zerofrom",
22016]
22017
22018[[package]]
22019name = "yoke"
22020version = "0.8.0"
22021source = "registry+https://github.com/rust-lang/crates.io-index"
22022checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22023dependencies = [
22024 "serde",
22025 "stable_deref_trait",
22026 "yoke-derive 0.8.0",
22027 "zerofrom",
22028]
22029
22030[[package]]
22031name = "yoke-derive"
22032version = "0.7.5"
22033source = "registry+https://github.com/rust-lang/crates.io-index"
22034checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22035dependencies = [
22036 "proc-macro2",
22037 "quote",
22038 "syn 2.0.117",
22039 "synstructure",
22040]
22041
22042[[package]]
22043name = "yoke-derive"
22044version = "0.8.0"
22045source = "registry+https://github.com/rust-lang/crates.io-index"
22046checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22047dependencies = [
22048 "proc-macro2",
22049 "quote",
22050 "syn 2.0.117",
22051 "synstructure",
22052]
22053
22054[[package]]
22055name = "zbus"
22056version = "5.13.2"
22057source = "registry+https://github.com/rust-lang/crates.io-index"
22058checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22059dependencies = [
22060 "async-broadcast",
22061 "async-executor",
22062 "async-io",
22063 "async-lock 3.4.2",
22064 "async-process",
22065 "async-recursion",
22066 "async-task",
22067 "async-trait",
22068 "blocking",
22069 "enumflags2",
22070 "event-listener 5.4.1",
22071 "futures-core",
22072 "futures-lite 2.6.1",
22073 "hex",
22074 "libc",
22075 "ordered-stream",
22076 "rustix 1.1.2",
22077 "serde",
22078 "serde_repr",
22079 "tracing",
22080 "uds_windows",
22081 "uuid",
22082 "windows-sys 0.61.2",
22083 "winnow",
22084 "zbus_macros",
22085 "zbus_names",
22086 "zvariant",
22087]
22088
22089[[package]]
22090name = "zbus_macros"
22091version = "5.13.2"
22092source = "registry+https://github.com/rust-lang/crates.io-index"
22093checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22094dependencies = [
22095 "proc-macro-crate",
22096 "proc-macro2",
22097 "quote",
22098 "syn 2.0.117",
22099 "zbus_names",
22100 "zvariant",
22101 "zvariant_utils",
22102]
22103
22104[[package]]
22105name = "zbus_names"
22106version = "4.3.1"
22107source = "registry+https://github.com/rust-lang/crates.io-index"
22108checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22109dependencies = [
22110 "serde",
22111 "winnow",
22112 "zvariant",
22113]
22114
22115[[package]]
22116name = "zed"
22117version = "0.233.0"
22118dependencies = [
22119 "acp_thread",
22120 "acp_tools",
22121 "action_log",
22122 "activity_indicator",
22123 "agent",
22124 "agent-client-protocol",
22125 "agent_servers",
22126 "agent_settings",
22127 "agent_ui",
22128 "anyhow",
22129 "ashpd",
22130 "askpass",
22131 "assets",
22132 "audio",
22133 "auto_update",
22134 "auto_update_ui",
22135 "breadcrumbs",
22136 "call",
22137 "channel",
22138 "chrono",
22139 "clap",
22140 "cli",
22141 "client",
22142 "clock",
22143 "codestral",
22144 "collab_ui",
22145 "collections",
22146 "command_palette",
22147 "component",
22148 "component_preview",
22149 "copilot",
22150 "copilot_chat",
22151 "copilot_ui",
22152 "crashes",
22153 "csv_preview",
22154 "dap_adapters",
22155 "db",
22156 "debug_adapter_extension",
22157 "debugger_tools",
22158 "debugger_ui",
22159 "dev_container",
22160 "diagnostics",
22161 "edit_prediction",
22162 "edit_prediction_ui",
22163 "editor",
22164 "encoding_selector",
22165 "env_logger 0.11.8",
22166 "etw_tracing",
22167 "extension",
22168 "extension_host",
22169 "extensions_ui",
22170 "feature_flags",
22171 "feedback",
22172 "file_finder",
22173 "fs",
22174 "futures 0.3.32",
22175 "git",
22176 "git_graph",
22177 "git_hosting_providers",
22178 "git_ui",
22179 "go_to_line",
22180 "gpui",
22181 "gpui_platform",
22182 "gpui_tokio",
22183 "http_client",
22184 "image",
22185 "image_viewer",
22186 "inspector_ui",
22187 "install_cli",
22188 "itertools 0.14.0",
22189 "journal",
22190 "json_schema_store",
22191 "keymap_editor",
22192 "language",
22193 "language_extension",
22194 "language_model",
22195 "language_models",
22196 "language_onboarding",
22197 "language_selector",
22198 "language_tools",
22199 "languages",
22200 "line_ending_selector",
22201 "log",
22202 "markdown",
22203 "markdown_preview",
22204 "menu",
22205 "migrator",
22206 "mimalloc",
22207 "miniprofiler_ui",
22208 "nc",
22209 "node_runtime",
22210 "notifications",
22211 "onboarding",
22212 "outline",
22213 "outline_panel",
22214 "parking_lot",
22215 "paths",
22216 "picker",
22217 "pkg-config",
22218 "pretty_assertions",
22219 "profiling",
22220 "project",
22221 "project_panel",
22222 "project_symbols",
22223 "prompt_store",
22224 "proto",
22225 "rayon",
22226 "recent_projects",
22227 "release_channel",
22228 "remote",
22229 "repl",
22230 "reqwest_client",
22231 "rope",
22232 "search",
22233 "semver",
22234 "serde",
22235 "serde_json",
22236 "session",
22237 "settings",
22238 "settings_profile_selector",
22239 "settings_ui",
22240 "shellexpand",
22241 "sidebar",
22242 "smol",
22243 "snippet_provider",
22244 "snippets_ui",
22245 "svg_preview",
22246 "sysinfo 0.37.2",
22247 "system_specs",
22248 "tab_switcher",
22249 "task",
22250 "tasks_ui",
22251 "telemetry",
22252 "telemetry_events",
22253 "tempfile",
22254 "terminal_view",
22255 "theme",
22256 "theme_extension",
22257 "theme_selector",
22258 "theme_settings",
22259 "time",
22260 "time_format",
22261 "title_bar",
22262 "toolchain_selector",
22263 "tracing",
22264 "ui",
22265 "ui_prompt",
22266 "url",
22267 "urlencoding",
22268 "util",
22269 "uuid",
22270 "vim",
22271 "vim_mode_setting",
22272 "watch",
22273 "web_search",
22274 "web_search_providers",
22275 "which_key",
22276 "windows 0.61.3",
22277 "winresource",
22278 "workspace",
22279 "zed-reqwest",
22280 "zed_actions",
22281 "zed_env_vars",
22282 "zlog",
22283 "zlog_settings",
22284 "ztracing",
22285]
22286
22287[[package]]
22288name = "zed-font-kit"
22289version = "0.14.1-zed"
22290source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22291dependencies = [
22292 "bitflags 2.10.0",
22293 "byteorder",
22294 "core-foundation 0.10.0",
22295 "core-graphics 0.24.0",
22296 "core-text",
22297 "dirs",
22298 "dwrote",
22299 "float-ord",
22300 "freetype-sys",
22301 "lazy_static",
22302 "libc",
22303 "log",
22304 "pathfinder_geometry",
22305 "pathfinder_simd",
22306 "walkdir",
22307 "winapi",
22308 "yeslogic-fontconfig-sys",
22309]
22310
22311[[package]]
22312name = "zed-reqwest"
22313version = "0.12.15-zed"
22314source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22315dependencies = [
22316 "base64 0.22.1",
22317 "bytes 1.11.1",
22318 "encoding_rs",
22319 "futures-core",
22320 "futures-util",
22321 "h2 0.4.12",
22322 "http 1.3.1",
22323 "http-body 1.0.1",
22324 "http-body-util",
22325 "hyper 1.7.0",
22326 "hyper-rustls 0.27.7",
22327 "hyper-util",
22328 "ipnet",
22329 "js-sys",
22330 "log",
22331 "mime",
22332 "mime_guess",
22333 "once_cell",
22334 "percent-encoding",
22335 "pin-project-lite",
22336 "quinn",
22337 "rustls 0.23.33",
22338 "rustls-native-certs 0.8.2",
22339 "rustls-pemfile 2.2.0",
22340 "rustls-pki-types",
22341 "serde",
22342 "serde_json",
22343 "serde_urlencoded",
22344 "sync_wrapper 1.0.2",
22345 "system-configuration 0.6.1",
22346 "tokio",
22347 "tokio-rustls 0.26.2",
22348 "tokio-socks",
22349 "tokio-util",
22350 "tower 0.5.2",
22351 "tower-service",
22352 "url",
22353 "wasm-bindgen",
22354 "wasm-bindgen-futures",
22355 "wasm-streams",
22356 "web-sys",
22357 "windows-registry 0.4.0",
22358]
22359
22360[[package]]
22361name = "zed-scap"
22362version = "0.0.8-zed"
22363source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22364dependencies = [
22365 "anyhow",
22366 "cocoa 0.25.0",
22367 "core-graphics-helmer-fork",
22368 "log",
22369 "objc",
22370 "rand 0.8.5",
22371 "screencapturekit",
22372 "screencapturekit-sys",
22373 "sysinfo 0.31.4",
22374 "tao-core-video-sys",
22375 "windows 0.61.3",
22376 "windows-capture",
22377 "x11",
22378 "xcb",
22379]
22380
22381[[package]]
22382name = "zed-xim"
22383version = "0.4.0-zed"
22384source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22385dependencies = [
22386 "ahash 0.8.12",
22387 "hashbrown 0.14.5",
22388 "log",
22389 "x11rb",
22390 "xim-ctext",
22391 "xim-parser",
22392]
22393
22394[[package]]
22395name = "zed_actions"
22396version = "0.1.0"
22397dependencies = [
22398 "gpui",
22399 "schemars",
22400 "serde",
22401 "util",
22402 "uuid",
22403]
22404
22405[[package]]
22406name = "zed_credentials_provider"
22407version = "0.1.0"
22408dependencies = [
22409 "anyhow",
22410 "credentials_provider",
22411 "futures 0.3.32",
22412 "gpui",
22413 "paths",
22414 "release_channel",
22415 "serde",
22416 "serde_json",
22417]
22418
22419[[package]]
22420name = "zed_env_vars"
22421version = "0.1.0"
22422dependencies = [
22423 "env_var",
22424]
22425
22426[[package]]
22427name = "zed_extension_api"
22428version = "0.1.0"
22429source = "registry+https://github.com/rust-lang/crates.io-index"
22430checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22431dependencies = [
22432 "serde",
22433 "serde_json",
22434 "wit-bindgen 0.22.0",
22435]
22436
22437[[package]]
22438name = "zed_extension_api"
22439version = "0.7.0"
22440source = "registry+https://github.com/rust-lang/crates.io-index"
22441checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22442dependencies = [
22443 "serde",
22444 "serde_json",
22445 "wit-bindgen 0.41.0",
22446]
22447
22448[[package]]
22449name = "zed_extension_api"
22450version = "0.8.0"
22451dependencies = [
22452 "serde",
22453 "serde_json",
22454 "wit-bindgen 0.41.0",
22455]
22456
22457[[package]]
22458name = "zed_glsl"
22459version = "0.2.3"
22460dependencies = [
22461 "zed_extension_api 0.1.0",
22462]
22463
22464[[package]]
22465name = "zed_html"
22466version = "0.3.1"
22467dependencies = [
22468 "zed_extension_api 0.7.0",
22469]
22470
22471[[package]]
22472name = "zed_proto"
22473version = "0.3.2"
22474dependencies = [
22475 "zed_extension_api 0.7.0",
22476]
22477
22478[[package]]
22479name = "zed_test_extension"
22480version = "0.1.0"
22481dependencies = [
22482 "zed_extension_api 0.8.0",
22483]
22484
22485[[package]]
22486name = "zeno"
22487version = "0.3.3"
22488source = "registry+https://github.com/rust-lang/crates.io-index"
22489checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22490
22491[[package]]
22492name = "zerocopy"
22493version = "0.8.27"
22494source = "registry+https://github.com/rust-lang/crates.io-index"
22495checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22496dependencies = [
22497 "zerocopy-derive",
22498]
22499
22500[[package]]
22501name = "zerocopy-derive"
22502version = "0.8.27"
22503source = "registry+https://github.com/rust-lang/crates.io-index"
22504checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22505dependencies = [
22506 "proc-macro2",
22507 "quote",
22508 "syn 2.0.117",
22509]
22510
22511[[package]]
22512name = "zerofrom"
22513version = "0.1.6"
22514source = "registry+https://github.com/rust-lang/crates.io-index"
22515checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22516dependencies = [
22517 "zerofrom-derive",
22518]
22519
22520[[package]]
22521name = "zerofrom-derive"
22522version = "0.1.6"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22525dependencies = [
22526 "proc-macro2",
22527 "quote",
22528 "syn 2.0.117",
22529 "synstructure",
22530]
22531
22532[[package]]
22533name = "zeroize"
22534version = "1.8.2"
22535source = "registry+https://github.com/rust-lang/crates.io-index"
22536checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22537dependencies = [
22538 "zeroize_derive",
22539]
22540
22541[[package]]
22542name = "zeroize_derive"
22543version = "1.4.2"
22544source = "registry+https://github.com/rust-lang/crates.io-index"
22545checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22546dependencies = [
22547 "proc-macro2",
22548 "quote",
22549 "syn 2.0.117",
22550]
22551
22552[[package]]
22553name = "zeromq"
22554version = "0.5.0"
22555source = "registry+https://github.com/rust-lang/crates.io-index"
22556checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22557dependencies = [
22558 "async-dispatcher",
22559 "async-std",
22560 "async-trait",
22561 "asynchronous-codec",
22562 "bytes 1.11.1",
22563 "crossbeam-queue",
22564 "futures 0.3.32",
22565 "log",
22566 "num-traits",
22567 "once_cell",
22568 "parking_lot",
22569 "rand 0.9.3",
22570 "regex",
22571 "scc",
22572 "thiserror 1.0.69",
22573 "uuid",
22574]
22575
22576[[package]]
22577name = "zerotrie"
22578version = "0.2.2"
22579source = "registry+https://github.com/rust-lang/crates.io-index"
22580checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22581dependencies = [
22582 "displaydoc",
22583 "yoke 0.8.0",
22584 "zerofrom",
22585]
22586
22587[[package]]
22588name = "zerovec"
22589version = "0.11.4"
22590source = "registry+https://github.com/rust-lang/crates.io-index"
22591checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22592dependencies = [
22593 "yoke 0.8.0",
22594 "zerofrom",
22595 "zerovec-derive",
22596]
22597
22598[[package]]
22599name = "zerovec-derive"
22600version = "0.11.1"
22601source = "registry+https://github.com/rust-lang/crates.io-index"
22602checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22603dependencies = [
22604 "proc-macro2",
22605 "quote",
22606 "syn 2.0.117",
22607]
22608
22609[[package]]
22610name = "zeta_prompt"
22611version = "0.1.0"
22612dependencies = [
22613 "anyhow",
22614 "imara-diff",
22615 "indoc",
22616 "serde",
22617 "strum 0.27.2",
22618]
22619
22620[[package]]
22621name = "zip"
22622version = "0.6.6"
22623source = "registry+https://github.com/rust-lang/crates.io-index"
22624checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22625dependencies = [
22626 "aes",
22627 "byteorder",
22628 "bzip2 0.4.4",
22629 "constant_time_eq",
22630 "crc32fast",
22631 "crossbeam-utils",
22632 "flate2",
22633 "hmac",
22634 "pbkdf2 0.11.0",
22635 "sha1",
22636 "time",
22637 "zstd",
22638]
22639
22640[[package]]
22641name = "zip"
22642version = "1.1.4"
22643source = "registry+https://github.com/rust-lang/crates.io-index"
22644checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22645dependencies = [
22646 "arbitrary",
22647 "crc32fast",
22648 "crossbeam-utils",
22649 "displaydoc",
22650 "indexmap",
22651 "num_enum",
22652 "thiserror 1.0.69",
22653]
22654
22655[[package]]
22656name = "zlog"
22657version = "0.1.0"
22658dependencies = [
22659 "anyhow",
22660 "chrono",
22661 "collections",
22662 "log",
22663 "tempfile",
22664]
22665
22666[[package]]
22667name = "zlog_settings"
22668version = "0.1.0"
22669dependencies = [
22670 "collections",
22671 "gpui",
22672 "settings",
22673 "zlog",
22674]
22675
22676[[package]]
22677name = "zstd"
22678version = "0.11.2+zstd.1.5.2"
22679source = "registry+https://github.com/rust-lang/crates.io-index"
22680checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22681dependencies = [
22682 "zstd-safe",
22683]
22684
22685[[package]]
22686name = "zstd-safe"
22687version = "5.0.2+zstd.1.5.2"
22688source = "registry+https://github.com/rust-lang/crates.io-index"
22689checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22690dependencies = [
22691 "libc",
22692 "zstd-sys",
22693]
22694
22695[[package]]
22696name = "zstd-sys"
22697version = "2.0.16+zstd.1.5.7"
22698source = "registry+https://github.com/rust-lang/crates.io-index"
22699checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22700dependencies = [
22701 "cc",
22702 "pkg-config",
22703]
22704
22705[[package]]
22706name = "ztracing"
22707version = "0.1.0"
22708dependencies = [
22709 "tracing",
22710 "tracing-subscriber",
22711 "tracing-tracy",
22712 "tracy-client",
22713 "zlog",
22714 "ztracing_macro",
22715]
22716
22717[[package]]
22718name = "ztracing_macro"
22719version = "0.1.0"
22720
22721[[package]]
22722name = "zune-core"
22723version = "0.4.12"
22724source = "registry+https://github.com/rust-lang/crates.io-index"
22725checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22726
22727[[package]]
22728name = "zune-inflate"
22729version = "0.2.54"
22730source = "registry+https://github.com/rust-lang/crates.io-index"
22731checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22732dependencies = [
22733 "simd-adler32",
22734]
22735
22736[[package]]
22737name = "zune-jpeg"
22738version = "0.4.21"
22739source = "registry+https://github.com/rust-lang/crates.io-index"
22740checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22741dependencies = [
22742 "zune-core",
22743]
22744
22745[[package]]
22746name = "zvariant"
22747version = "5.9.2"
22748source = "registry+https://github.com/rust-lang/crates.io-index"
22749checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22750dependencies = [
22751 "endi",
22752 "enumflags2",
22753 "serde",
22754 "serde_bytes",
22755 "winnow",
22756 "zvariant_derive",
22757 "zvariant_utils",
22758]
22759
22760[[package]]
22761name = "zvariant_derive"
22762version = "5.9.2"
22763source = "registry+https://github.com/rust-lang/crates.io-index"
22764checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22765dependencies = [
22766 "proc-macro-crate",
22767 "proc-macro2",
22768 "quote",
22769 "syn 2.0.117",
22770 "zvariant_utils",
22771]
22772
22773[[package]]
22774name = "zvariant_utils"
22775version = "3.3.0"
22776source = "registry+https://github.com/rust-lang/crates.io-index"
22777checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22778dependencies = [
22779 "proc-macro2",
22780 "quote",
22781 "serde",
22782 "syn 2.0.117",
22783 "winnow",
22784]