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_metrics",
 5148 "edit_prediction_types",
 5149 "feature_flags",
 5150 "fs",
 5151 "futures 0.3.32",
 5152 "gpui",
 5153 "heapless",
 5154 "indoc",
 5155 "itertools 0.14.0",
 5156 "language",
 5157 "language_model",
 5158 "languages",
 5159 "log",
 5160 "lsp",
 5161 "menu",
 5162 "node_runtime",
 5163 "open_ai",
 5164 "parking_lot",
 5165 "postage",
 5166 "pretty_assertions",
 5167 "project",
 5168 "pulldown-cmark 0.13.0",
 5169 "rand 0.9.3",
 5170 "regex",
 5171 "release_channel",
 5172 "semver",
 5173 "serde",
 5174 "serde_json",
 5175 "settings",
 5176 "strum 0.27.2",
 5177 "telemetry",
 5178 "telemetry_events",
 5179 "text",
 5180 "thiserror 2.0.17",
 5181 "time",
 5182 "toml 0.8.23",
 5183 "ui",
 5184 "util",
 5185 "uuid",
 5186 "workspace",
 5187 "worktree",
 5188 "zed_actions",
 5189 "zed_credentials_provider",
 5190 "zeta_prompt",
 5191 "zlog",
 5192 "zstd",
 5193]
 5194
 5195[[package]]
 5196name = "edit_prediction_cli"
 5197version = "0.1.0"
 5198dependencies = [
 5199 "anthropic",
 5200 "anyhow",
 5201 "chrono",
 5202 "clap",
 5203 "client",
 5204 "cloud_llm_client",
 5205 "collections",
 5206 "db",
 5207 "debug_adapter_extension",
 5208 "dirs",
 5209 "edit_prediction",
 5210 "edit_prediction_metrics",
 5211 "extension",
 5212 "flate2",
 5213 "fs",
 5214 "futures 0.3.32",
 5215 "gaoya",
 5216 "gpui",
 5217 "gpui_platform",
 5218 "gpui_tokio",
 5219 "http_client",
 5220 "indoc",
 5221 "language",
 5222 "language_extension",
 5223 "language_model",
 5224 "language_models",
 5225 "languages",
 5226 "libc",
 5227 "log",
 5228 "node_runtime",
 5229 "open_ai",
 5230 "paths",
 5231 "pretty_assertions",
 5232 "project",
 5233 "prompt_store",
 5234 "rand 0.9.3",
 5235 "release_channel",
 5236 "reqwest_client",
 5237 "rust-embed",
 5238 "serde",
 5239 "serde_json",
 5240 "settings",
 5241 "shellexpand",
 5242 "similar",
 5243 "smol",
 5244 "sqlez",
 5245 "sqlez_macros",
 5246 "strum 0.27.2",
 5247 "telemetry_events",
 5248 "tempfile",
 5249 "terminal_view",
 5250 "toml 0.8.23",
 5251 "util",
 5252 "wasmtime",
 5253 "watch",
 5254 "workspace",
 5255 "zeta_prompt",
 5256]
 5257
 5258[[package]]
 5259name = "edit_prediction_context"
 5260version = "0.1.0"
 5261dependencies = [
 5262 "anyhow",
 5263 "clock",
 5264 "collections",
 5265 "env_logger 0.11.8",
 5266 "futures 0.3.32",
 5267 "gpui",
 5268 "indoc",
 5269 "language",
 5270 "log",
 5271 "lsp",
 5272 "parking_lot",
 5273 "pretty_assertions",
 5274 "project",
 5275 "serde",
 5276 "serde_json",
 5277 "settings",
 5278 "smallvec",
 5279 "text",
 5280 "tree-sitter",
 5281 "util",
 5282 "zeta_prompt",
 5283]
 5284
 5285[[package]]
 5286name = "edit_prediction_metrics"
 5287version = "0.1.0"
 5288dependencies = [
 5289 "indoc",
 5290 "language",
 5291 "pretty_assertions",
 5292 "serde",
 5293 "similar",
 5294 "tree-sitter",
 5295 "zeta_prompt",
 5296]
 5297
 5298[[package]]
 5299name = "edit_prediction_types"
 5300version = "0.1.0"
 5301dependencies = [
 5302 "client",
 5303 "gpui",
 5304 "icons",
 5305 "language",
 5306 "text",
 5307]
 5308
 5309[[package]]
 5310name = "edit_prediction_ui"
 5311version = "0.1.0"
 5312dependencies = [
 5313 "anyhow",
 5314 "buffer_diff",
 5315 "client",
 5316 "cloud_llm_client",
 5317 "codestral",
 5318 "collections",
 5319 "command_palette_hooks",
 5320 "copilot",
 5321 "copilot_chat",
 5322 "copilot_ui",
 5323 "edit_prediction",
 5324 "edit_prediction_types",
 5325 "editor",
 5326 "feature_flags",
 5327 "fs",
 5328 "futures 0.3.32",
 5329 "gpui",
 5330 "indoc",
 5331 "language",
 5332 "markdown",
 5333 "menu",
 5334 "multi_buffer",
 5335 "paths",
 5336 "project",
 5337 "regex",
 5338 "settings",
 5339 "telemetry",
 5340 "text",
 5341 "theme",
 5342 "theme_settings",
 5343 "time",
 5344 "ui",
 5345 "util",
 5346 "workspace",
 5347 "zed_actions",
 5348 "zeta_prompt",
 5349]
 5350
 5351[[package]]
 5352name = "editor"
 5353version = "0.1.0"
 5354dependencies = [
 5355 "aho-corasick",
 5356 "anyhow",
 5357 "assets",
 5358 "breadcrumbs",
 5359 "buffer_diff",
 5360 "client",
 5361 "clock",
 5362 "collections",
 5363 "convert_case 0.8.0",
 5364 "criterion",
 5365 "ctor",
 5366 "dap",
 5367 "db",
 5368 "edit_prediction_types",
 5369 "emojis",
 5370 "feature_flags",
 5371 "file_icons",
 5372 "fs",
 5373 "futures 0.3.32",
 5374 "fuzzy",
 5375 "git",
 5376 "gpui",
 5377 "indoc",
 5378 "itertools 0.14.0",
 5379 "language",
 5380 "languages",
 5381 "linkify",
 5382 "log",
 5383 "lsp",
 5384 "markdown",
 5385 "menu",
 5386 "multi_buffer",
 5387 "ordered-float 2.10.1",
 5388 "parking_lot",
 5389 "pretty_assertions",
 5390 "project",
 5391 "proptest",
 5392 "proptest-derive",
 5393 "rand 0.9.3",
 5394 "regex",
 5395 "release_channel",
 5396 "rope",
 5397 "rpc",
 5398 "schemars",
 5399 "semver",
 5400 "serde",
 5401 "serde_json",
 5402 "settings",
 5403 "smallvec",
 5404 "smol",
 5405 "snippet",
 5406 "sum_tree",
 5407 "task",
 5408 "telemetry",
 5409 "text",
 5410 "theme",
 5411 "theme_settings",
 5412 "time",
 5413 "tracing",
 5414 "tree-sitter-bash",
 5415 "tree-sitter-c",
 5416 "tree-sitter-html",
 5417 "tree-sitter-md",
 5418 "tree-sitter-python",
 5419 "tree-sitter-rust",
 5420 "tree-sitter-typescript",
 5421 "tree-sitter-yaml",
 5422 "ui",
 5423 "ui_input",
 5424 "unicode-script",
 5425 "unicode-segmentation",
 5426 "unicode-width",
 5427 "unindent",
 5428 "url",
 5429 "util",
 5430 "uuid",
 5431 "vim_mode_setting",
 5432 "workspace",
 5433 "zed_actions",
 5434 "zlog",
 5435 "ztracing",
 5436]
 5437
 5438[[package]]
 5439name = "either"
 5440version = "1.15.0"
 5441source = "registry+https://github.com/rust-lang/crates.io-index"
 5442checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5443dependencies = [
 5444 "serde",
 5445]
 5446
 5447[[package]]
 5448name = "elasticlunr-rs"
 5449version = "3.0.2"
 5450source = "registry+https://github.com/rust-lang/crates.io-index"
 5451checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5452dependencies = [
 5453 "regex",
 5454 "serde",
 5455 "serde_derive",
 5456 "serde_json",
 5457]
 5458
 5459[[package]]
 5460name = "elliptic-curve"
 5461version = "0.12.3"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5464dependencies = [
 5465 "base16ct",
 5466 "crypto-bigint 0.4.9",
 5467 "der 0.6.1",
 5468 "digest",
 5469 "ff",
 5470 "generic-array",
 5471 "group",
 5472 "pkcs8 0.9.0",
 5473 "rand_core 0.6.4",
 5474 "sec1",
 5475 "subtle",
 5476 "zeroize",
 5477]
 5478
 5479[[package]]
 5480name = "email_address"
 5481version = "0.2.9"
 5482source = "registry+https://github.com/rust-lang/crates.io-index"
 5483checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5484dependencies = [
 5485 "serde",
 5486]
 5487
 5488[[package]]
 5489name = "embed-resource"
 5490version = "3.0.6"
 5491source = "registry+https://github.com/rust-lang/crates.io-index"
 5492checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5493dependencies = [
 5494 "cc",
 5495 "memchr",
 5496 "rustc_version",
 5497 "toml 0.9.8",
 5498 "vswhom",
 5499 "winreg 0.55.0",
 5500]
 5501
 5502[[package]]
 5503name = "embedded-io"
 5504version = "0.4.0"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5507
 5508[[package]]
 5509name = "embedded-io"
 5510version = "0.6.1"
 5511source = "registry+https://github.com/rust-lang/crates.io-index"
 5512checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5513
 5514[[package]]
 5515name = "emojis"
 5516version = "0.6.4"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5519dependencies = [
 5520 "phf 0.11.3",
 5521]
 5522
 5523[[package]]
 5524name = "encode_unicode"
 5525version = "1.0.0"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5528
 5529[[package]]
 5530name = "encoding_rs"
 5531version = "0.8.35"
 5532source = "registry+https://github.com/rust-lang/crates.io-index"
 5533checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5534dependencies = [
 5535 "cfg-if",
 5536]
 5537
 5538[[package]]
 5539name = "encoding_selector"
 5540version = "0.1.0"
 5541dependencies = [
 5542 "editor",
 5543 "encoding_rs",
 5544 "fuzzy",
 5545 "gpui",
 5546 "language",
 5547 "picker",
 5548 "project",
 5549 "ui",
 5550 "util",
 5551 "workspace",
 5552]
 5553
 5554[[package]]
 5555name = "endi"
 5556version = "1.1.0"
 5557source = "registry+https://github.com/rust-lang/crates.io-index"
 5558checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5559
 5560[[package]]
 5561name = "enum-as-inner"
 5562version = "0.6.1"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5565dependencies = [
 5566 "heck 0.5.0",
 5567 "proc-macro2",
 5568 "quote",
 5569 "syn 2.0.117",
 5570]
 5571
 5572[[package]]
 5573name = "enumflags2"
 5574version = "0.7.12"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5577dependencies = [
 5578 "enumflags2_derive",
 5579 "serde",
 5580]
 5581
 5582[[package]]
 5583name = "enumflags2_derive"
 5584version = "0.7.12"
 5585source = "registry+https://github.com/rust-lang/crates.io-index"
 5586checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5587dependencies = [
 5588 "proc-macro2",
 5589 "quote",
 5590 "syn 2.0.117",
 5591]
 5592
 5593[[package]]
 5594name = "env_filter"
 5595version = "0.1.4"
 5596source = "registry+https://github.com/rust-lang/crates.io-index"
 5597checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5598dependencies = [
 5599 "log",
 5600 "regex",
 5601]
 5602
 5603[[package]]
 5604name = "env_logger"
 5605version = "0.10.2"
 5606source = "registry+https://github.com/rust-lang/crates.io-index"
 5607checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5608dependencies = [
 5609 "humantime",
 5610 "is-terminal",
 5611 "log",
 5612 "regex",
 5613 "termcolor",
 5614]
 5615
 5616[[package]]
 5617name = "env_logger"
 5618version = "0.11.8"
 5619source = "registry+https://github.com/rust-lang/crates.io-index"
 5620checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5621dependencies = [
 5622 "anstream",
 5623 "anstyle",
 5624 "env_filter",
 5625 "jiff",
 5626 "log",
 5627]
 5628
 5629[[package]]
 5630name = "env_var"
 5631version = "0.1.0"
 5632dependencies = [
 5633 "gpui_shared_string",
 5634]
 5635
 5636[[package]]
 5637name = "envy"
 5638version = "0.4.2"
 5639source = "registry+https://github.com/rust-lang/crates.io-index"
 5640checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5641dependencies = [
 5642 "serde",
 5643]
 5644
 5645[[package]]
 5646name = "equator"
 5647version = "0.4.2"
 5648source = "registry+https://github.com/rust-lang/crates.io-index"
 5649checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5650dependencies = [
 5651 "equator-macro",
 5652]
 5653
 5654[[package]]
 5655name = "equator-macro"
 5656version = "0.4.2"
 5657source = "registry+https://github.com/rust-lang/crates.io-index"
 5658checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5659dependencies = [
 5660 "proc-macro2",
 5661 "quote",
 5662 "syn 2.0.117",
 5663]
 5664
 5665[[package]]
 5666name = "equivalent"
 5667version = "1.0.2"
 5668source = "registry+https://github.com/rust-lang/crates.io-index"
 5669checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5670
 5671[[package]]
 5672name = "erased-serde"
 5673version = "0.4.9"
 5674source = "registry+https://github.com/rust-lang/crates.io-index"
 5675checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5676dependencies = [
 5677 "serde",
 5678 "serde_core",
 5679 "typeid",
 5680]
 5681
 5682[[package]]
 5683name = "errno"
 5684version = "0.2.8"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5687dependencies = [
 5688 "errno-dragonfly",
 5689 "libc",
 5690 "winapi",
 5691]
 5692
 5693[[package]]
 5694name = "errno"
 5695version = "0.3.14"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5698dependencies = [
 5699 "libc",
 5700 "windows-sys 0.61.2",
 5701]
 5702
 5703[[package]]
 5704name = "errno-dragonfly"
 5705version = "0.1.2"
 5706source = "registry+https://github.com/rust-lang/crates.io-index"
 5707checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5708dependencies = [
 5709 "cc",
 5710 "libc",
 5711]
 5712
 5713[[package]]
 5714name = "error-graph"
 5715version = "0.1.1"
 5716source = "registry+https://github.com/rust-lang/crates.io-index"
 5717checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5718dependencies = [
 5719 "serde",
 5720]
 5721
 5722[[package]]
 5723name = "etagere"
 5724version = "0.2.15"
 5725source = "registry+https://github.com/rust-lang/crates.io-index"
 5726checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5727dependencies = [
 5728 "euclid",
 5729 "svg_fmt",
 5730]
 5731
 5732[[package]]
 5733name = "etcetera"
 5734version = "0.8.0"
 5735source = "registry+https://github.com/rust-lang/crates.io-index"
 5736checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5737dependencies = [
 5738 "cfg-if",
 5739 "home",
 5740 "windows-sys 0.48.0",
 5741]
 5742
 5743[[package]]
 5744name = "etw_tracing"
 5745version = "0.1.0"
 5746dependencies = [
 5747 "anyhow",
 5748 "gpui",
 5749 "log",
 5750 "net",
 5751 "serde",
 5752 "serde_json",
 5753 "util",
 5754 "windows 0.61.3",
 5755 "windows-core 0.61.2",
 5756 "workspace",
 5757 "wprcontrol",
 5758]
 5759
 5760[[package]]
 5761name = "euclid"
 5762version = "0.22.11"
 5763source = "registry+https://github.com/rust-lang/crates.io-index"
 5764checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5765dependencies = [
 5766 "num-traits",
 5767]
 5768
 5769[[package]]
 5770name = "eval_cli"
 5771version = "0.1.0"
 5772dependencies = [
 5773 "acp_thread",
 5774 "agent",
 5775 "agent-client-protocol",
 5776 "agent_ui",
 5777 "anyhow",
 5778 "clap",
 5779 "client",
 5780 "ctrlc",
 5781 "db",
 5782 "debug_adapter_extension",
 5783 "env_logger 0.11.8",
 5784 "extension",
 5785 "feature_flags",
 5786 "fs",
 5787 "futures 0.3.32",
 5788 "gpui",
 5789 "gpui_platform",
 5790 "gpui_tokio",
 5791 "language",
 5792 "language_extension",
 5793 "language_model",
 5794 "language_models",
 5795 "languages",
 5796 "node_runtime",
 5797 "paths",
 5798 "project",
 5799 "prompt_store",
 5800 "release_channel",
 5801 "reqwest_client",
 5802 "serde",
 5803 "serde_json",
 5804 "settings",
 5805 "shellexpand",
 5806 "terminal_view",
 5807 "util",
 5808 "watch",
 5809]
 5810
 5811[[package]]
 5812name = "eval_utils"
 5813version = "0.1.0"
 5814dependencies = [
 5815 "gpui_platform",
 5816 "serde",
 5817 "smol",
 5818]
 5819
 5820[[package]]
 5821name = "event-listener"
 5822version = "2.5.3"
 5823source = "registry+https://github.com/rust-lang/crates.io-index"
 5824checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5825
 5826[[package]]
 5827name = "event-listener"
 5828version = "5.4.1"
 5829source = "registry+https://github.com/rust-lang/crates.io-index"
 5830checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5831dependencies = [
 5832 "concurrent-queue",
 5833 "parking",
 5834 "pin-project-lite",
 5835]
 5836
 5837[[package]]
 5838name = "event-listener-strategy"
 5839version = "0.5.4"
 5840source = "registry+https://github.com/rust-lang/crates.io-index"
 5841checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5842dependencies = [
 5843 "event-listener 5.4.1",
 5844 "pin-project-lite",
 5845]
 5846
 5847[[package]]
 5848name = "exec"
 5849version = "0.3.1"
 5850source = "registry+https://github.com/rust-lang/crates.io-index"
 5851checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5852dependencies = [
 5853 "errno 0.2.8",
 5854 "libc",
 5855]
 5856
 5857[[package]]
 5858name = "explorer_command_injector"
 5859version = "0.1.0"
 5860dependencies = [
 5861 "windows 0.61.3",
 5862 "windows-core 0.61.2",
 5863 "windows-registry 0.5.3",
 5864]
 5865
 5866[[package]]
 5867name = "exr"
 5868version = "1.73.0"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5871dependencies = [
 5872 "bit_field",
 5873 "half",
 5874 "lebe",
 5875 "miniz_oxide",
 5876 "rayon-core",
 5877 "smallvec",
 5878 "zune-inflate",
 5879]
 5880
 5881[[package]]
 5882name = "extended"
 5883version = "0.1.0"
 5884source = "registry+https://github.com/rust-lang/crates.io-index"
 5885checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5886
 5887[[package]]
 5888name = "extension"
 5889version = "0.1.0"
 5890dependencies = [
 5891 "anyhow",
 5892 "async-trait",
 5893 "cloud_api_types",
 5894 "collections",
 5895 "dap",
 5896 "fs",
 5897 "futures 0.3.32",
 5898 "gpui",
 5899 "heck 0.5.0",
 5900 "http_client",
 5901 "indoc",
 5902 "language",
 5903 "log",
 5904 "lsp",
 5905 "parking_lot",
 5906 "pretty_assertions",
 5907 "proto",
 5908 "semver",
 5909 "serde",
 5910 "serde_json",
 5911 "task",
 5912 "tempfile",
 5913 "toml 0.8.23",
 5914 "tracing",
 5915 "url",
 5916 "util",
 5917 "wasm-encoder 0.221.3",
 5918 "wasmparser 0.221.3",
 5919 "ztracing",
 5920]
 5921
 5922[[package]]
 5923name = "extension_cli"
 5924version = "0.1.0"
 5925dependencies = [
 5926 "anyhow",
 5927 "clap",
 5928 "cloud_api_types",
 5929 "env_logger 0.11.8",
 5930 "extension",
 5931 "fs",
 5932 "gpui_platform",
 5933 "language",
 5934 "log",
 5935 "reqwest_client",
 5936 "serde",
 5937 "serde_json",
 5938 "serde_json_lenient",
 5939 "settings_content",
 5940 "snippet_provider",
 5941 "task",
 5942 "theme_settings",
 5943 "tokio",
 5944 "toml 0.8.23",
 5945 "tree-sitter",
 5946 "wasmtime",
 5947]
 5948
 5949[[package]]
 5950name = "extension_host"
 5951version = "0.1.0"
 5952dependencies = [
 5953 "anyhow",
 5954 "async-compression",
 5955 "async-tar",
 5956 "async-trait",
 5957 "client",
 5958 "cloud_api_types",
 5959 "collections",
 5960 "criterion",
 5961 "ctor",
 5962 "dap",
 5963 "extension",
 5964 "fs",
 5965 "futures 0.3.32",
 5966 "gpui",
 5967 "gpui_tokio",
 5968 "http_client",
 5969 "language",
 5970 "language_extension",
 5971 "log",
 5972 "lsp",
 5973 "moka",
 5974 "node_runtime",
 5975 "parking_lot",
 5976 "paths",
 5977 "project",
 5978 "release_channel",
 5979 "remote",
 5980 "reqwest_client",
 5981 "semver",
 5982 "serde",
 5983 "serde_json",
 5984 "serde_json_lenient",
 5985 "settings",
 5986 "task",
 5987 "telemetry",
 5988 "tempfile",
 5989 "theme",
 5990 "theme_extension",
 5991 "theme_settings",
 5992 "toml 0.8.23",
 5993 "tracing",
 5994 "url",
 5995 "util",
 5996 "wasmparser 0.221.3",
 5997 "wasmtime",
 5998 "wasmtime-wasi",
 5999 "zlog",
 6000 "ztracing",
 6001]
 6002
 6003[[package]]
 6004name = "extensions_ui"
 6005version = "0.1.0"
 6006dependencies = [
 6007 "anyhow",
 6008 "client",
 6009 "cloud_api_types",
 6010 "collections",
 6011 "db",
 6012 "editor",
 6013 "extension",
 6014 "extension_host",
 6015 "fs",
 6016 "fuzzy",
 6017 "gpui",
 6018 "language",
 6019 "log",
 6020 "num-format",
 6021 "picker",
 6022 "project",
 6023 "release_channel",
 6024 "semver",
 6025 "serde",
 6026 "settings",
 6027 "smallvec",
 6028 "strum 0.27.2",
 6029 "telemetry",
 6030 "theme_settings",
 6031 "ui",
 6032 "util",
 6033 "vim_mode_setting",
 6034 "workspace",
 6035 "zed_actions",
 6036]
 6037
 6038[[package]]
 6039name = "failspot"
 6040version = "0.2.0"
 6041source = "registry+https://github.com/rust-lang/crates.io-index"
 6042checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6043
 6044[[package]]
 6045name = "fallible-iterator"
 6046version = "0.3.0"
 6047source = "registry+https://github.com/rust-lang/crates.io-index"
 6048checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6049
 6050[[package]]
 6051name = "fancy-regex"
 6052version = "0.16.2"
 6053source = "registry+https://github.com/rust-lang/crates.io-index"
 6054checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6055dependencies = [
 6056 "bit-set 0.8.0",
 6057 "regex-automata",
 6058 "regex-syntax",
 6059]
 6060
 6061[[package]]
 6062name = "fancy-regex"
 6063version = "0.17.0"
 6064source = "registry+https://github.com/rust-lang/crates.io-index"
 6065checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6066dependencies = [
 6067 "bit-set 0.8.0",
 6068 "regex-automata",
 6069 "regex-syntax",
 6070]
 6071
 6072[[package]]
 6073name = "fast-srgb8"
 6074version = "1.0.0"
 6075source = "registry+https://github.com/rust-lang/crates.io-index"
 6076checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6077
 6078[[package]]
 6079name = "fastrand"
 6080version = "1.9.0"
 6081source = "registry+https://github.com/rust-lang/crates.io-index"
 6082checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6083dependencies = [
 6084 "instant",
 6085]
 6086
 6087[[package]]
 6088name = "fastrand"
 6089version = "2.3.0"
 6090source = "registry+https://github.com/rust-lang/crates.io-index"
 6091checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6092
 6093[[package]]
 6094name = "fax"
 6095version = "0.2.6"
 6096source = "registry+https://github.com/rust-lang/crates.io-index"
 6097checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6098dependencies = [
 6099 "fax_derive",
 6100]
 6101
 6102[[package]]
 6103name = "fax_derive"
 6104version = "0.2.0"
 6105source = "registry+https://github.com/rust-lang/crates.io-index"
 6106checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6107dependencies = [
 6108 "proc-macro2",
 6109 "quote",
 6110 "syn 2.0.117",
 6111]
 6112
 6113[[package]]
 6114name = "fd-lock"
 6115version = "4.0.4"
 6116source = "registry+https://github.com/rust-lang/crates.io-index"
 6117checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6118dependencies = [
 6119 "cfg-if",
 6120 "rustix 1.1.2",
 6121 "windows-sys 0.59.0",
 6122]
 6123
 6124[[package]]
 6125name = "fdeflate"
 6126version = "0.3.7"
 6127source = "registry+https://github.com/rust-lang/crates.io-index"
 6128checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6129dependencies = [
 6130 "simd-adler32",
 6131]
 6132
 6133[[package]]
 6134name = "feature_flags"
 6135version = "0.1.0"
 6136dependencies = [
 6137 "gpui",
 6138]
 6139
 6140[[package]]
 6141name = "feedback"
 6142version = "0.1.0"
 6143dependencies = [
 6144 "gpui",
 6145 "system_specs",
 6146 "urlencoding",
 6147 "util",
 6148 "workspace",
 6149 "zed_actions",
 6150]
 6151
 6152[[package]]
 6153name = "ff"
 6154version = "0.12.1"
 6155source = "registry+https://github.com/rust-lang/crates.io-index"
 6156checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6157dependencies = [
 6158 "rand_core 0.6.4",
 6159 "subtle",
 6160]
 6161
 6162[[package]]
 6163name = "file_finder"
 6164version = "0.1.0"
 6165dependencies = [
 6166 "anyhow",
 6167 "channel",
 6168 "client",
 6169 "collections",
 6170 "ctor",
 6171 "editor",
 6172 "file_icons",
 6173 "futures 0.3.32",
 6174 "fuzzy",
 6175 "fuzzy_nucleo",
 6176 "gpui",
 6177 "menu",
 6178 "open_path_prompt",
 6179 "picker",
 6180 "pretty_assertions",
 6181 "project",
 6182 "project_panel",
 6183 "remote_connection",
 6184 "serde",
 6185 "serde_json",
 6186 "settings",
 6187 "theme",
 6188 "theme_settings",
 6189 "ui",
 6190 "util",
 6191 "workspace",
 6192 "zed_actions",
 6193 "zlog",
 6194]
 6195
 6196[[package]]
 6197name = "file_icons"
 6198version = "0.1.0"
 6199dependencies = [
 6200 "gpui",
 6201 "serde",
 6202 "theme",
 6203 "util",
 6204]
 6205
 6206[[package]]
 6207name = "filedescriptor"
 6208version = "0.8.3"
 6209source = "registry+https://github.com/rust-lang/crates.io-index"
 6210checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6211dependencies = [
 6212 "libc",
 6213 "thiserror 1.0.69",
 6214 "winapi",
 6215]
 6216
 6217[[package]]
 6218name = "filetime"
 6219version = "0.2.26"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6222dependencies = [
 6223 "cfg-if",
 6224 "libc",
 6225 "libredox",
 6226 "windows-sys 0.60.2",
 6227]
 6228
 6229[[package]]
 6230name = "find-msvc-tools"
 6231version = "0.1.5"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6234
 6235[[package]]
 6236name = "fixedbitset"
 6237version = "0.4.2"
 6238source = "registry+https://github.com/rust-lang/crates.io-index"
 6239checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6240
 6241[[package]]
 6242name = "fixedbitset"
 6243version = "0.5.7"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6246
 6247[[package]]
 6248name = "flate2"
 6249version = "1.1.8"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6252dependencies = [
 6253 "crc32fast",
 6254 "miniz_oxide",
 6255]
 6256
 6257[[package]]
 6258name = "float-cmp"
 6259version = "0.9.0"
 6260source = "registry+https://github.com/rust-lang/crates.io-index"
 6261checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6262
 6263[[package]]
 6264name = "float-ord"
 6265version = "0.3.2"
 6266source = "registry+https://github.com/rust-lang/crates.io-index"
 6267checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6268
 6269[[package]]
 6270name = "float8"
 6271version = "0.4.2"
 6272source = "registry+https://github.com/rust-lang/crates.io-index"
 6273checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6274dependencies = [
 6275 "half",
 6276 "num-traits",
 6277 "rand 0.9.3",
 6278 "rand_distr",
 6279]
 6280
 6281[[package]]
 6282name = "float_next_after"
 6283version = "1.0.0"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6286
 6287[[package]]
 6288name = "fluent-uri"
 6289version = "0.4.1"
 6290source = "registry+https://github.com/rust-lang/crates.io-index"
 6291checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6292dependencies = [
 6293 "borrow-or-share",
 6294 "ref-cast",
 6295 "serde",
 6296]
 6297
 6298[[package]]
 6299name = "flume"
 6300version = "0.11.1"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6303dependencies = [
 6304 "futures-core",
 6305 "futures-sink",
 6306 "nanorand",
 6307 "spin 0.9.8",
 6308]
 6309
 6310[[package]]
 6311name = "fnv"
 6312version = "1.0.7"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6315
 6316[[package]]
 6317name = "foldhash"
 6318version = "0.1.5"
 6319source = "registry+https://github.com/rust-lang/crates.io-index"
 6320checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6321
 6322[[package]]
 6323name = "foldhash"
 6324version = "0.2.0"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6327
 6328[[package]]
 6329name = "font-types"
 6330version = "0.10.0"
 6331source = "registry+https://github.com/rust-lang/crates.io-index"
 6332checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6333dependencies = [
 6334 "bytemuck",
 6335]
 6336
 6337[[package]]
 6338name = "font-types"
 6339version = "0.11.0"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6342dependencies = [
 6343 "bytemuck",
 6344]
 6345
 6346[[package]]
 6347name = "fontconfig-parser"
 6348version = "0.5.8"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6351dependencies = [
 6352 "roxmltree",
 6353]
 6354
 6355[[package]]
 6356name = "fontdb"
 6357version = "0.16.2"
 6358source = "registry+https://github.com/rust-lang/crates.io-index"
 6359checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6360dependencies = [
 6361 "fontconfig-parser",
 6362 "log",
 6363 "memmap2",
 6364 "slotmap",
 6365 "tinyvec",
 6366 "ttf-parser 0.20.0",
 6367]
 6368
 6369[[package]]
 6370name = "fontdb"
 6371version = "0.23.0"
 6372source = "registry+https://github.com/rust-lang/crates.io-index"
 6373checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6374dependencies = [
 6375 "fontconfig-parser",
 6376 "log",
 6377 "memmap2",
 6378 "slotmap",
 6379 "tinyvec",
 6380 "ttf-parser 0.25.1",
 6381]
 6382
 6383[[package]]
 6384name = "foreign-types"
 6385version = "0.3.2"
 6386source = "registry+https://github.com/rust-lang/crates.io-index"
 6387checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6388dependencies = [
 6389 "foreign-types-shared 0.1.1",
 6390]
 6391
 6392[[package]]
 6393name = "foreign-types"
 6394version = "0.5.0"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6397dependencies = [
 6398 "foreign-types-macros",
 6399 "foreign-types-shared 0.3.1",
 6400]
 6401
 6402[[package]]
 6403name = "foreign-types-macros"
 6404version = "0.2.3"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6407dependencies = [
 6408 "proc-macro2",
 6409 "quote",
 6410 "syn 2.0.117",
 6411]
 6412
 6413[[package]]
 6414name = "foreign-types-shared"
 6415version = "0.1.1"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6418
 6419[[package]]
 6420name = "foreign-types-shared"
 6421version = "0.3.1"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6424
 6425[[package]]
 6426name = "fork"
 6427version = "0.4.0"
 6428source = "registry+https://github.com/rust-lang/crates.io-index"
 6429checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6430dependencies = [
 6431 "libc",
 6432]
 6433
 6434[[package]]
 6435name = "form_urlencoded"
 6436version = "1.2.2"
 6437source = "registry+https://github.com/rust-lang/crates.io-index"
 6438checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6439dependencies = [
 6440 "percent-encoding",
 6441]
 6442
 6443[[package]]
 6444name = "fraction"
 6445version = "0.15.3"
 6446source = "registry+https://github.com/rust-lang/crates.io-index"
 6447checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6448dependencies = [
 6449 "lazy_static",
 6450 "num",
 6451]
 6452
 6453[[package]]
 6454name = "freetype-sys"
 6455version = "0.20.1"
 6456source = "registry+https://github.com/rust-lang/crates.io-index"
 6457checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6458dependencies = [
 6459 "cc",
 6460 "libc",
 6461 "pkg-config",
 6462]
 6463
 6464[[package]]
 6465name = "fs"
 6466version = "0.1.0"
 6467dependencies = [
 6468 "anyhow",
 6469 "ashpd",
 6470 "async-tar",
 6471 "async-trait",
 6472 "collections",
 6473 "dunce",
 6474 "fs",
 6475 "futures 0.3.32",
 6476 "git",
 6477 "gpui",
 6478 "ignore",
 6479 "is_executable",
 6480 "libc",
 6481 "log",
 6482 "notify 8.2.0",
 6483 "parking_lot",
 6484 "paths",
 6485 "proto",
 6486 "rope",
 6487 "serde",
 6488 "serde_json",
 6489 "smol",
 6490 "tempfile",
 6491 "text",
 6492 "thiserror 2.0.17",
 6493 "time",
 6494 "trash",
 6495 "util",
 6496 "windows 0.61.3",
 6497]
 6498
 6499[[package]]
 6500name = "fs-set-times"
 6501version = "0.20.3"
 6502source = "registry+https://github.com/rust-lang/crates.io-index"
 6503checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6504dependencies = [
 6505 "io-lifetimes",
 6506 "rustix 1.1.2",
 6507 "windows-sys 0.59.0",
 6508]
 6509
 6510[[package]]
 6511name = "fs2"
 6512version = "0.4.3"
 6513source = "registry+https://github.com/rust-lang/crates.io-index"
 6514checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6515dependencies = [
 6516 "libc",
 6517 "winapi",
 6518]
 6519
 6520[[package]]
 6521name = "fs_benchmarks"
 6522version = "0.1.0"
 6523dependencies = [
 6524 "fs",
 6525 "gpui",
 6526 "gpui_platform",
 6527]
 6528
 6529[[package]]
 6530name = "fs_extra"
 6531version = "1.3.0"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6534
 6535[[package]]
 6536name = "fsevent-sys"
 6537version = "4.1.0"
 6538source = "registry+https://github.com/rust-lang/crates.io-index"
 6539checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6540dependencies = [
 6541 "libc",
 6542]
 6543
 6544[[package]]
 6545name = "fuchsia-cprng"
 6546version = "0.1.1"
 6547source = "registry+https://github.com/rust-lang/crates.io-index"
 6548checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6549
 6550[[package]]
 6551name = "funty"
 6552version = "2.0.0"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6555
 6556[[package]]
 6557name = "futf"
 6558version = "0.1.5"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6561dependencies = [
 6562 "mac",
 6563 "new_debug_unreachable",
 6564]
 6565
 6566[[package]]
 6567name = "futures"
 6568version = "0.1.31"
 6569source = "registry+https://github.com/rust-lang/crates.io-index"
 6570checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6571
 6572[[package]]
 6573name = "futures"
 6574version = "0.3.32"
 6575source = "registry+https://github.com/rust-lang/crates.io-index"
 6576checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6577dependencies = [
 6578 "futures-channel",
 6579 "futures-core",
 6580 "futures-executor",
 6581 "futures-io",
 6582 "futures-sink",
 6583 "futures-task",
 6584 "futures-util",
 6585]
 6586
 6587[[package]]
 6588name = "futures-channel"
 6589version = "0.3.32"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6592dependencies = [
 6593 "futures-core",
 6594 "futures-sink",
 6595]
 6596
 6597[[package]]
 6598name = "futures-concurrency"
 6599version = "7.7.1"
 6600source = "registry+https://github.com/rust-lang/crates.io-index"
 6601checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6602dependencies = [
 6603 "fixedbitset 0.5.7",
 6604 "futures-core",
 6605 "futures-lite 2.6.1",
 6606 "pin-project",
 6607 "smallvec",
 6608]
 6609
 6610[[package]]
 6611name = "futures-core"
 6612version = "0.3.32"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6615
 6616[[package]]
 6617name = "futures-executor"
 6618version = "0.3.32"
 6619source = "registry+https://github.com/rust-lang/crates.io-index"
 6620checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6621dependencies = [
 6622 "futures-core",
 6623 "futures-task",
 6624 "futures-util",
 6625]
 6626
 6627[[package]]
 6628name = "futures-intrusive"
 6629version = "0.5.0"
 6630source = "registry+https://github.com/rust-lang/crates.io-index"
 6631checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6632dependencies = [
 6633 "futures-core",
 6634 "lock_api",
 6635 "parking_lot",
 6636]
 6637
 6638[[package]]
 6639name = "futures-io"
 6640version = "0.3.32"
 6641source = "registry+https://github.com/rust-lang/crates.io-index"
 6642checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6643
 6644[[package]]
 6645name = "futures-lite"
 6646version = "1.13.0"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6649dependencies = [
 6650 "fastrand 1.9.0",
 6651 "futures-core",
 6652 "futures-io",
 6653 "memchr",
 6654 "parking",
 6655 "pin-project-lite",
 6656 "waker-fn",
 6657]
 6658
 6659[[package]]
 6660name = "futures-lite"
 6661version = "2.6.1"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6664dependencies = [
 6665 "fastrand 2.3.0",
 6666 "futures-core",
 6667 "futures-io",
 6668 "parking",
 6669 "pin-project-lite",
 6670]
 6671
 6672[[package]]
 6673name = "futures-macro"
 6674version = "0.3.32"
 6675source = "registry+https://github.com/rust-lang/crates.io-index"
 6676checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6677dependencies = [
 6678 "proc-macro2",
 6679 "quote",
 6680 "syn 2.0.117",
 6681]
 6682
 6683[[package]]
 6684name = "futures-sink"
 6685version = "0.3.32"
 6686source = "registry+https://github.com/rust-lang/crates.io-index"
 6687checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6688
 6689[[package]]
 6690name = "futures-task"
 6691version = "0.3.32"
 6692source = "registry+https://github.com/rust-lang/crates.io-index"
 6693checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6694
 6695[[package]]
 6696name = "futures-util"
 6697version = "0.3.32"
 6698source = "registry+https://github.com/rust-lang/crates.io-index"
 6699checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6700dependencies = [
 6701 "futures 0.1.31",
 6702 "futures-channel",
 6703 "futures-core",
 6704 "futures-io",
 6705 "futures-macro",
 6706 "futures-sink",
 6707 "futures-task",
 6708 "libc",
 6709 "memchr",
 6710 "pin-project-lite",
 6711 "slab",
 6712 "tokio-io",
 6713]
 6714
 6715[[package]]
 6716name = "fuzzy"
 6717version = "0.1.0"
 6718dependencies = [
 6719 "gpui",
 6720 "log",
 6721 "util",
 6722]
 6723
 6724[[package]]
 6725name = "fuzzy_nucleo"
 6726version = "0.1.0"
 6727dependencies = [
 6728 "gpui",
 6729 "nucleo",
 6730 "util",
 6731]
 6732
 6733[[package]]
 6734name = "gaoya"
 6735version = "0.2.0"
 6736source = "registry+https://github.com/rust-lang/crates.io-index"
 6737checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6738dependencies = [
 6739 "ahash 0.8.12",
 6740 "crossbeam-utils",
 6741 "fnv",
 6742 "itertools 0.10.5",
 6743 "num-traits",
 6744 "rand 0.8.5",
 6745 "rand_pcg",
 6746 "random_choice",
 6747 "rayon",
 6748 "seahash",
 6749 "sha-1",
 6750 "shingles",
 6751 "siphasher 0.3.11",
 6752 "smallvec",
 6753 "triomphe",
 6754]
 6755
 6756[[package]]
 6757name = "gemm"
 6758version = "0.17.1"
 6759source = "registry+https://github.com/rust-lang/crates.io-index"
 6760checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6761dependencies = [
 6762 "dyn-stack 0.10.0",
 6763 "gemm-c32 0.17.1",
 6764 "gemm-c64 0.17.1",
 6765 "gemm-common 0.17.1",
 6766 "gemm-f16 0.17.1",
 6767 "gemm-f32 0.17.1",
 6768 "gemm-f64 0.17.1",
 6769 "num-complex",
 6770 "num-traits",
 6771 "paste",
 6772 "raw-cpuid 10.7.0",
 6773 "seq-macro",
 6774]
 6775
 6776[[package]]
 6777name = "gemm"
 6778version = "0.18.2"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6781dependencies = [
 6782 "dyn-stack 0.13.2",
 6783 "gemm-c32 0.18.2",
 6784 "gemm-c64 0.18.2",
 6785 "gemm-common 0.18.2",
 6786 "gemm-f16 0.18.2",
 6787 "gemm-f32 0.18.2",
 6788 "gemm-f64 0.18.2",
 6789 "num-complex",
 6790 "num-traits",
 6791 "paste",
 6792 "raw-cpuid 11.6.0",
 6793 "seq-macro",
 6794]
 6795
 6796[[package]]
 6797name = "gemm-c32"
 6798version = "0.17.1"
 6799source = "registry+https://github.com/rust-lang/crates.io-index"
 6800checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6801dependencies = [
 6802 "dyn-stack 0.10.0",
 6803 "gemm-common 0.17.1",
 6804 "num-complex",
 6805 "num-traits",
 6806 "paste",
 6807 "raw-cpuid 10.7.0",
 6808 "seq-macro",
 6809]
 6810
 6811[[package]]
 6812name = "gemm-c32"
 6813version = "0.18.2"
 6814source = "registry+https://github.com/rust-lang/crates.io-index"
 6815checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6816dependencies = [
 6817 "dyn-stack 0.13.2",
 6818 "gemm-common 0.18.2",
 6819 "num-complex",
 6820 "num-traits",
 6821 "paste",
 6822 "raw-cpuid 11.6.0",
 6823 "seq-macro",
 6824]
 6825
 6826[[package]]
 6827name = "gemm-c64"
 6828version = "0.17.1"
 6829source = "registry+https://github.com/rust-lang/crates.io-index"
 6830checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6831dependencies = [
 6832 "dyn-stack 0.10.0",
 6833 "gemm-common 0.17.1",
 6834 "num-complex",
 6835 "num-traits",
 6836 "paste",
 6837 "raw-cpuid 10.7.0",
 6838 "seq-macro",
 6839]
 6840
 6841[[package]]
 6842name = "gemm-c64"
 6843version = "0.18.2"
 6844source = "registry+https://github.com/rust-lang/crates.io-index"
 6845checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6846dependencies = [
 6847 "dyn-stack 0.13.2",
 6848 "gemm-common 0.18.2",
 6849 "num-complex",
 6850 "num-traits",
 6851 "paste",
 6852 "raw-cpuid 11.6.0",
 6853 "seq-macro",
 6854]
 6855
 6856[[package]]
 6857name = "gemm-common"
 6858version = "0.17.1"
 6859source = "registry+https://github.com/rust-lang/crates.io-index"
 6860checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6861dependencies = [
 6862 "bytemuck",
 6863 "dyn-stack 0.10.0",
 6864 "half",
 6865 "num-complex",
 6866 "num-traits",
 6867 "once_cell",
 6868 "paste",
 6869 "pulp 0.18.22",
 6870 "raw-cpuid 10.7.0",
 6871 "rayon",
 6872 "seq-macro",
 6873 "sysctl 0.5.5",
 6874]
 6875
 6876[[package]]
 6877name = "gemm-common"
 6878version = "0.18.2"
 6879source = "registry+https://github.com/rust-lang/crates.io-index"
 6880checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6881dependencies = [
 6882 "bytemuck",
 6883 "dyn-stack 0.13.2",
 6884 "half",
 6885 "libm",
 6886 "num-complex",
 6887 "num-traits",
 6888 "once_cell",
 6889 "paste",
 6890 "pulp 0.21.5",
 6891 "raw-cpuid 11.6.0",
 6892 "rayon",
 6893 "seq-macro",
 6894 "sysctl 0.6.0",
 6895]
 6896
 6897[[package]]
 6898name = "gemm-f16"
 6899version = "0.17.1"
 6900source = "registry+https://github.com/rust-lang/crates.io-index"
 6901checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6902dependencies = [
 6903 "dyn-stack 0.10.0",
 6904 "gemm-common 0.17.1",
 6905 "gemm-f32 0.17.1",
 6906 "half",
 6907 "num-complex",
 6908 "num-traits",
 6909 "paste",
 6910 "raw-cpuid 10.7.0",
 6911 "rayon",
 6912 "seq-macro",
 6913]
 6914
 6915[[package]]
 6916name = "gemm-f16"
 6917version = "0.18.2"
 6918source = "registry+https://github.com/rust-lang/crates.io-index"
 6919checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6920dependencies = [
 6921 "dyn-stack 0.13.2",
 6922 "gemm-common 0.18.2",
 6923 "gemm-f32 0.18.2",
 6924 "half",
 6925 "num-complex",
 6926 "num-traits",
 6927 "paste",
 6928 "raw-cpuid 11.6.0",
 6929 "rayon",
 6930 "seq-macro",
 6931]
 6932
 6933[[package]]
 6934name = "gemm-f32"
 6935version = "0.17.1"
 6936source = "registry+https://github.com/rust-lang/crates.io-index"
 6937checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6938dependencies = [
 6939 "dyn-stack 0.10.0",
 6940 "gemm-common 0.17.1",
 6941 "num-complex",
 6942 "num-traits",
 6943 "paste",
 6944 "raw-cpuid 10.7.0",
 6945 "seq-macro",
 6946]
 6947
 6948[[package]]
 6949name = "gemm-f32"
 6950version = "0.18.2"
 6951source = "registry+https://github.com/rust-lang/crates.io-index"
 6952checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6953dependencies = [
 6954 "dyn-stack 0.13.2",
 6955 "gemm-common 0.18.2",
 6956 "num-complex",
 6957 "num-traits",
 6958 "paste",
 6959 "raw-cpuid 11.6.0",
 6960 "seq-macro",
 6961]
 6962
 6963[[package]]
 6964name = "gemm-f64"
 6965version = "0.17.1"
 6966source = "registry+https://github.com/rust-lang/crates.io-index"
 6967checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6968dependencies = [
 6969 "dyn-stack 0.10.0",
 6970 "gemm-common 0.17.1",
 6971 "num-complex",
 6972 "num-traits",
 6973 "paste",
 6974 "raw-cpuid 10.7.0",
 6975 "seq-macro",
 6976]
 6977
 6978[[package]]
 6979name = "gemm-f64"
 6980version = "0.18.2"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6983dependencies = [
 6984 "dyn-stack 0.13.2",
 6985 "gemm-common 0.18.2",
 6986 "num-complex",
 6987 "num-traits",
 6988 "paste",
 6989 "raw-cpuid 11.6.0",
 6990 "seq-macro",
 6991]
 6992
 6993[[package]]
 6994name = "generator"
 6995version = "0.8.7"
 6996source = "registry+https://github.com/rust-lang/crates.io-index"
 6997checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6998dependencies = [
 6999 "cc",
 7000 "cfg-if",
 7001 "libc",
 7002 "log",
 7003 "rustversion",
 7004 "windows 0.61.3",
 7005]
 7006
 7007[[package]]
 7008name = "generic-array"
 7009version = "0.14.7"
 7010source = "registry+https://github.com/rust-lang/crates.io-index"
 7011checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7012dependencies = [
 7013 "typenum",
 7014 "version_check",
 7015]
 7016
 7017[[package]]
 7018name = "gethostname"
 7019version = "1.1.0"
 7020source = "registry+https://github.com/rust-lang/crates.io-index"
 7021checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7022dependencies = [
 7023 "rustix 1.1.2",
 7024 "windows-link 0.2.1",
 7025]
 7026
 7027[[package]]
 7028name = "getrandom"
 7029version = "0.2.16"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7032dependencies = [
 7033 "cfg-if",
 7034 "js-sys",
 7035 "libc",
 7036 "wasi",
 7037 "wasm-bindgen",
 7038]
 7039
 7040[[package]]
 7041name = "getrandom"
 7042version = "0.3.4"
 7043source = "registry+https://github.com/rust-lang/crates.io-index"
 7044checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7045dependencies = [
 7046 "cfg-if",
 7047 "js-sys",
 7048 "libc",
 7049 "r-efi",
 7050 "wasip2",
 7051 "wasm-bindgen",
 7052]
 7053
 7054[[package]]
 7055name = "getrandom"
 7056version = "0.4.1"
 7057source = "registry+https://github.com/rust-lang/crates.io-index"
 7058checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7059dependencies = [
 7060 "cfg-if",
 7061 "libc",
 7062 "r-efi",
 7063 "wasip2",
 7064 "wasip3",
 7065]
 7066
 7067[[package]]
 7068name = "gh-workflow"
 7069version = "0.8.0"
 7070source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7071dependencies = [
 7072 "async-trait",
 7073 "derive_more",
 7074 "derive_setters",
 7075 "gh-workflow-macros",
 7076 "indexmap",
 7077 "merge",
 7078 "serde",
 7079 "serde_json",
 7080 "serde_yaml",
 7081 "strum_macros 0.27.2",
 7082]
 7083
 7084[[package]]
 7085name = "gh-workflow-macros"
 7086version = "0.8.0"
 7087source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7088dependencies = [
 7089 "heck 0.5.0",
 7090 "quote",
 7091 "syn 2.0.117",
 7092]
 7093
 7094[[package]]
 7095name = "gif"
 7096version = "0.13.3"
 7097source = "registry+https://github.com/rust-lang/crates.io-index"
 7098checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7099dependencies = [
 7100 "color_quant",
 7101 "weezl",
 7102]
 7103
 7104[[package]]
 7105name = "gimli"
 7106version = "0.32.3"
 7107source = "registry+https://github.com/rust-lang/crates.io-index"
 7108checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7109dependencies = [
 7110 "fallible-iterator",
 7111 "indexmap",
 7112 "stable_deref_trait",
 7113]
 7114
 7115[[package]]
 7116name = "gio-sys"
 7117version = "0.21.5"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7120dependencies = [
 7121 "glib-sys",
 7122 "gobject-sys",
 7123 "libc",
 7124 "system-deps 7.0.7",
 7125 "windows-sys 0.61.2",
 7126]
 7127
 7128[[package]]
 7129name = "git"
 7130version = "0.1.0"
 7131dependencies = [
 7132 "anyhow",
 7133 "askpass",
 7134 "async-trait",
 7135 "collections",
 7136 "derive_more",
 7137 "futures 0.3.32",
 7138 "git2",
 7139 "gpui",
 7140 "http_client",
 7141 "itertools 0.14.0",
 7142 "log",
 7143 "parking_lot",
 7144 "pretty_assertions",
 7145 "rand 0.9.3",
 7146 "regex",
 7147 "rope",
 7148 "schemars",
 7149 "serde",
 7150 "serde_json",
 7151 "smallvec",
 7152 "smol",
 7153 "sum_tree",
 7154 "tempfile",
 7155 "text",
 7156 "thiserror 2.0.17",
 7157 "time",
 7158 "url",
 7159 "urlencoding",
 7160 "util",
 7161 "uuid",
 7162 "ztracing",
 7163]
 7164
 7165[[package]]
 7166name = "git2"
 7167version = "0.20.4"
 7168source = "registry+https://github.com/rust-lang/crates.io-index"
 7169checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7170dependencies = [
 7171 "bitflags 2.10.0",
 7172 "libc",
 7173 "libgit2-sys",
 7174 "log",
 7175 "url",
 7176]
 7177
 7178[[package]]
 7179name = "git_graph"
 7180version = "0.1.0"
 7181dependencies = [
 7182 "anyhow",
 7183 "collections",
 7184 "db",
 7185 "editor",
 7186 "fs",
 7187 "git",
 7188 "git_ui",
 7189 "gpui",
 7190 "language",
 7191 "menu",
 7192 "project",
 7193 "rand 0.9.3",
 7194 "remote_connection",
 7195 "search",
 7196 "serde_json",
 7197 "settings",
 7198 "smallvec",
 7199 "smol",
 7200 "theme",
 7201 "theme_settings",
 7202 "time",
 7203 "ui",
 7204 "workspace",
 7205]
 7206
 7207[[package]]
 7208name = "git_hosting_providers"
 7209version = "0.1.0"
 7210dependencies = [
 7211 "anyhow",
 7212 "async-trait",
 7213 "futures 0.3.32",
 7214 "git",
 7215 "gpui",
 7216 "http_client",
 7217 "indoc",
 7218 "itertools 0.14.0",
 7219 "pretty_assertions",
 7220 "regex",
 7221 "serde",
 7222 "serde_json",
 7223 "settings",
 7224 "url",
 7225 "urlencoding",
 7226 "util",
 7227]
 7228
 7229[[package]]
 7230name = "git_ui"
 7231version = "0.1.0"
 7232dependencies = [
 7233 "agent_settings",
 7234 "alacritty_terminal",
 7235 "anyhow",
 7236 "askpass",
 7237 "buffer_diff",
 7238 "call",
 7239 "collections",
 7240 "component",
 7241 "ctor",
 7242 "db",
 7243 "editor",
 7244 "file_icons",
 7245 "futures 0.3.32",
 7246 "fuzzy",
 7247 "git",
 7248 "gpui",
 7249 "indoc",
 7250 "itertools 0.14.0",
 7251 "language",
 7252 "language_model",
 7253 "linkify",
 7254 "log",
 7255 "markdown",
 7256 "menu",
 7257 "multi_buffer",
 7258 "notifications",
 7259 "panel",
 7260 "picker",
 7261 "pretty_assertions",
 7262 "project",
 7263 "prompt_store",
 7264 "proto",
 7265 "rand 0.9.3",
 7266 "remote",
 7267 "remote_connection",
 7268 "schemars",
 7269 "serde",
 7270 "serde_json",
 7271 "settings",
 7272 "smallvec",
 7273 "smol",
 7274 "strum 0.27.2",
 7275 "telemetry",
 7276 "theme",
 7277 "theme_settings",
 7278 "time",
 7279 "time_format",
 7280 "tracing",
 7281 "ui",
 7282 "ui_input",
 7283 "unindent",
 7284 "util",
 7285 "watch",
 7286 "windows 0.61.3",
 7287 "workspace",
 7288 "zed_actions",
 7289 "zeroize",
 7290 "zlog",
 7291 "ztracing",
 7292]
 7293
 7294[[package]]
 7295name = "gl_generator"
 7296version = "0.14.0"
 7297source = "registry+https://github.com/rust-lang/crates.io-index"
 7298checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7299dependencies = [
 7300 "khronos_api",
 7301 "log",
 7302 "xml-rs",
 7303]
 7304
 7305[[package]]
 7306name = "glib"
 7307version = "0.21.5"
 7308source = "registry+https://github.com/rust-lang/crates.io-index"
 7309checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7310dependencies = [
 7311 "bitflags 2.10.0",
 7312 "futures-channel",
 7313 "futures-core",
 7314 "futures-executor",
 7315 "futures-task",
 7316 "futures-util",
 7317 "gio-sys",
 7318 "glib-macros",
 7319 "glib-sys",
 7320 "gobject-sys",
 7321 "libc",
 7322 "memchr",
 7323 "smallvec",
 7324]
 7325
 7326[[package]]
 7327name = "glib-macros"
 7328version = "0.21.5"
 7329source = "registry+https://github.com/rust-lang/crates.io-index"
 7330checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7331dependencies = [
 7332 "heck 0.5.0",
 7333 "proc-macro-crate",
 7334 "proc-macro2",
 7335 "quote",
 7336 "syn 2.0.117",
 7337]
 7338
 7339[[package]]
 7340name = "glib-sys"
 7341version = "0.21.5"
 7342source = "registry+https://github.com/rust-lang/crates.io-index"
 7343checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7344dependencies = [
 7345 "libc",
 7346 "system-deps 7.0.7",
 7347]
 7348
 7349[[package]]
 7350name = "glob"
 7351version = "0.3.3"
 7352source = "registry+https://github.com/rust-lang/crates.io-index"
 7353checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7354
 7355[[package]]
 7356name = "globset"
 7357version = "0.4.17"
 7358source = "registry+https://github.com/rust-lang/crates.io-index"
 7359checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7360dependencies = [
 7361 "aho-corasick",
 7362 "bstr",
 7363 "log",
 7364 "regex-automata",
 7365 "regex-syntax",
 7366]
 7367
 7368[[package]]
 7369name = "gloo-timers"
 7370version = "0.3.0"
 7371source = "registry+https://github.com/rust-lang/crates.io-index"
 7372checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7373dependencies = [
 7374 "futures-channel",
 7375 "futures-core",
 7376 "js-sys",
 7377 "wasm-bindgen",
 7378]
 7379
 7380[[package]]
 7381name = "glow"
 7382version = "0.17.0"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7385dependencies = [
 7386 "js-sys",
 7387 "slotmap",
 7388 "wasm-bindgen",
 7389 "web-sys",
 7390]
 7391
 7392[[package]]
 7393name = "glutin_wgl_sys"
 7394version = "0.6.1"
 7395source = "registry+https://github.com/rust-lang/crates.io-index"
 7396checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7397dependencies = [
 7398 "gl_generator",
 7399]
 7400
 7401[[package]]
 7402name = "go_to_line"
 7403version = "0.1.0"
 7404dependencies = [
 7405 "editor",
 7406 "gpui",
 7407 "indoc",
 7408 "language",
 7409 "menu",
 7410 "multi_buffer",
 7411 "project",
 7412 "rope",
 7413 "serde",
 7414 "serde_json",
 7415 "settings",
 7416 "text",
 7417 "theme",
 7418 "ui",
 7419 "util",
 7420 "workspace",
 7421]
 7422
 7423[[package]]
 7424name = "gobject-sys"
 7425version = "0.21.5"
 7426source = "registry+https://github.com/rust-lang/crates.io-index"
 7427checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7428dependencies = [
 7429 "glib-sys",
 7430 "libc",
 7431 "system-deps 7.0.7",
 7432]
 7433
 7434[[package]]
 7435name = "goblin"
 7436version = "0.9.3"
 7437source = "registry+https://github.com/rust-lang/crates.io-index"
 7438checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7439dependencies = [
 7440 "log",
 7441 "plain",
 7442 "scroll",
 7443]
 7444
 7445[[package]]
 7446name = "google_ai"
 7447version = "0.1.0"
 7448dependencies = [
 7449 "anyhow",
 7450 "futures 0.3.32",
 7451 "http_client",
 7452 "language_model_core",
 7453 "log",
 7454 "schemars",
 7455 "serde",
 7456 "serde_json",
 7457 "strum 0.27.2",
 7458 "tiktoken-rs",
 7459]
 7460
 7461[[package]]
 7462name = "gpu-allocator"
 7463version = "0.28.0"
 7464source = "registry+https://github.com/rust-lang/crates.io-index"
 7465checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7466dependencies = [
 7467 "ash",
 7468 "hashbrown 0.16.1",
 7469 "log",
 7470 "presser",
 7471 "thiserror 2.0.17",
 7472 "windows 0.62.2",
 7473]
 7474
 7475[[package]]
 7476name = "gpu-descriptor"
 7477version = "0.3.2"
 7478source = "registry+https://github.com/rust-lang/crates.io-index"
 7479checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7480dependencies = [
 7481 "bitflags 2.10.0",
 7482 "gpu-descriptor-types",
 7483 "hashbrown 0.15.5",
 7484]
 7485
 7486[[package]]
 7487name = "gpu-descriptor-types"
 7488version = "0.2.0"
 7489source = "registry+https://github.com/rust-lang/crates.io-index"
 7490checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7491dependencies = [
 7492 "bitflags 2.10.0",
 7493]
 7494
 7495[[package]]
 7496name = "gpui"
 7497version = "0.2.2"
 7498dependencies = [
 7499 "anyhow",
 7500 "async-channel 2.5.0",
 7501 "async-task",
 7502 "backtrace",
 7503 "bindgen 0.71.1",
 7504 "bitflags 2.10.0",
 7505 "block",
 7506 "cbindgen",
 7507 "chrono",
 7508 "cocoa 0.26.0",
 7509 "cocoa-foundation 0.2.0",
 7510 "collections",
 7511 "core-foundation 0.10.0",
 7512 "core-foundation-sys",
 7513 "core-graphics 0.24.0",
 7514 "core-text",
 7515 "core-video",
 7516 "ctor",
 7517 "derive_more",
 7518 "embed-resource",
 7519 "env_logger 0.11.8",
 7520 "etagere",
 7521 "foreign-types 0.5.0",
 7522 "futures 0.3.32",
 7523 "futures-concurrency",
 7524 "getrandom 0.3.4",
 7525 "gpui_macros",
 7526 "gpui_platform",
 7527 "gpui_shared_string",
 7528 "gpui_util",
 7529 "gpui_web",
 7530 "http_client",
 7531 "image",
 7532 "inventory",
 7533 "itertools 0.14.0",
 7534 "log",
 7535 "lyon",
 7536 "mach2 0.5.0",
 7537 "media",
 7538 "metal",
 7539 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7540 "num_cpus",
 7541 "objc",
 7542 "objc2",
 7543 "objc2-metal",
 7544 "parking",
 7545 "parking_lot",
 7546 "pathfinder_geometry",
 7547 "pin-project",
 7548 "pollster 0.4.0",
 7549 "postage",
 7550 "profiling",
 7551 "proptest",
 7552 "rand 0.9.3",
 7553 "raw-window-handle",
 7554 "refineable",
 7555 "regex",
 7556 "reqwest_client",
 7557 "resvg",
 7558 "scheduler",
 7559 "schemars",
 7560 "seahash",
 7561 "serde",
 7562 "serde_json",
 7563 "slotmap",
 7564 "smallvec",
 7565 "spin 0.10.0",
 7566 "stacksafe",
 7567 "strum 0.27.2",
 7568 "sum_tree",
 7569 "taffy",
 7570 "thiserror 2.0.17",
 7571 "ttf-parser 0.25.1",
 7572 "unicode-segmentation",
 7573 "url",
 7574 "usvg",
 7575 "util_macros",
 7576 "uuid",
 7577 "waker-fn",
 7578 "wasm-bindgen",
 7579 "web-time",
 7580 "windows 0.61.3",
 7581 "zed-font-kit",
 7582 "zed-scap",
 7583]
 7584
 7585[[package]]
 7586name = "gpui_linux"
 7587version = "0.1.0"
 7588dependencies = [
 7589 "anyhow",
 7590 "as-raw-xcb-connection",
 7591 "ashpd",
 7592 "bitflags 2.10.0",
 7593 "bytemuck",
 7594 "calloop",
 7595 "calloop-wayland-source",
 7596 "collections",
 7597 "filedescriptor",
 7598 "futures 0.3.32",
 7599 "gpui",
 7600 "gpui_wgpu",
 7601 "http_client",
 7602 "image",
 7603 "itertools 0.14.0",
 7604 "libc",
 7605 "log",
 7606 "oo7",
 7607 "open",
 7608 "parking_lot",
 7609 "pathfinder_geometry",
 7610 "pollster 0.4.0",
 7611 "profiling",
 7612 "raw-window-handle",
 7613 "smallvec",
 7614 "smol",
 7615 "strum 0.27.2",
 7616 "swash",
 7617 "url",
 7618 "util",
 7619 "uuid",
 7620 "wayland-backend",
 7621 "wayland-client",
 7622 "wayland-cursor",
 7623 "wayland-protocols",
 7624 "wayland-protocols-plasma",
 7625 "wayland-protocols-wlr",
 7626 "x11-clipboard",
 7627 "x11rb",
 7628 "xkbcommon",
 7629 "zed-scap",
 7630 "zed-xim",
 7631]
 7632
 7633[[package]]
 7634name = "gpui_macos"
 7635version = "0.1.0"
 7636dependencies = [
 7637 "anyhow",
 7638 "async-task",
 7639 "block",
 7640 "cbindgen",
 7641 "cocoa 0.26.0",
 7642 "collections",
 7643 "core-foundation 0.10.0",
 7644 "core-foundation-sys",
 7645 "core-graphics 0.24.0",
 7646 "core-text",
 7647 "core-video",
 7648 "ctor",
 7649 "derive_more",
 7650 "dispatch2",
 7651 "etagere",
 7652 "foreign-types 0.5.0",
 7653 "futures 0.3.32",
 7654 "gpui",
 7655 "image",
 7656 "itertools 0.14.0",
 7657 "libc",
 7658 "log",
 7659 "mach2 0.5.0",
 7660 "media",
 7661 "metal",
 7662 "objc",
 7663 "objc2-app-kit",
 7664 "parking_lot",
 7665 "pathfinder_geometry",
 7666 "raw-window-handle",
 7667 "semver",
 7668 "smallvec",
 7669 "strum 0.27.2",
 7670 "util",
 7671 "uuid",
 7672 "zed-font-kit",
 7673]
 7674
 7675[[package]]
 7676name = "gpui_macros"
 7677version = "0.1.0"
 7678dependencies = [
 7679 "gpui",
 7680 "heck 0.5.0",
 7681 "proc-macro2",
 7682 "quote",
 7683 "syn 2.0.117",
 7684]
 7685
 7686[[package]]
 7687name = "gpui_platform"
 7688version = "0.1.0"
 7689dependencies = [
 7690 "console_error_panic_hook",
 7691 "gpui",
 7692 "gpui_linux",
 7693 "gpui_macos",
 7694 "gpui_web",
 7695 "gpui_windows",
 7696]
 7697
 7698[[package]]
 7699name = "gpui_shared_string"
 7700version = "0.1.0"
 7701dependencies = [
 7702 "derive_more",
 7703 "gpui_util",
 7704 "schemars",
 7705 "serde",
 7706]
 7707
 7708[[package]]
 7709name = "gpui_tokio"
 7710version = "0.1.0"
 7711dependencies = [
 7712 "anyhow",
 7713 "gpui",
 7714 "tokio",
 7715 "util",
 7716]
 7717
 7718[[package]]
 7719name = "gpui_util"
 7720version = "0.1.0"
 7721dependencies = [
 7722 "anyhow",
 7723 "log",
 7724]
 7725
 7726[[package]]
 7727name = "gpui_web"
 7728version = "0.1.0"
 7729dependencies = [
 7730 "anyhow",
 7731 "console_error_panic_hook",
 7732 "futures 0.3.32",
 7733 "gpui",
 7734 "gpui_wgpu",
 7735 "http_client",
 7736 "js-sys",
 7737 "log",
 7738 "parking_lot",
 7739 "raw-window-handle",
 7740 "smallvec",
 7741 "uuid",
 7742 "wasm-bindgen",
 7743 "wasm-bindgen-futures",
 7744 "wasm_thread",
 7745 "web-sys",
 7746 "web-time",
 7747]
 7748
 7749[[package]]
 7750name = "gpui_wgpu"
 7751version = "0.1.0"
 7752dependencies = [
 7753 "anyhow",
 7754 "bytemuck",
 7755 "collections",
 7756 "cosmic-text",
 7757 "etagere",
 7758 "gpui",
 7759 "gpui_util",
 7760 "itertools 0.14.0",
 7761 "js-sys",
 7762 "log",
 7763 "parking_lot",
 7764 "pollster 0.4.0",
 7765 "profiling",
 7766 "raw-window-handle",
 7767 "smallvec",
 7768 "swash",
 7769 "wasm-bindgen",
 7770 "wasm-bindgen-futures",
 7771 "web-sys",
 7772 "wgpu",
 7773 "zed-font-kit",
 7774]
 7775
 7776[[package]]
 7777name = "gpui_windows"
 7778version = "0.1.0"
 7779dependencies = [
 7780 "anyhow",
 7781 "collections",
 7782 "etagere",
 7783 "futures 0.3.32",
 7784 "gpui",
 7785 "image",
 7786 "itertools 0.14.0",
 7787 "log",
 7788 "parking_lot",
 7789 "rand 0.9.3",
 7790 "raw-window-handle",
 7791 "smallvec",
 7792 "util",
 7793 "uuid",
 7794 "windows 0.61.3",
 7795 "windows-core 0.61.2",
 7796 "windows-numerics 0.2.0",
 7797 "windows-registry 0.5.3",
 7798 "zed-scap",
 7799]
 7800
 7801[[package]]
 7802name = "grammars"
 7803version = "0.1.0"
 7804dependencies = [
 7805 "anyhow",
 7806 "language_core",
 7807 "rust-embed",
 7808 "toml 0.8.23",
 7809 "tree-sitter",
 7810 "tree-sitter-bash",
 7811 "tree-sitter-c",
 7812 "tree-sitter-cpp",
 7813 "tree-sitter-css",
 7814 "tree-sitter-diff",
 7815 "tree-sitter-gitcommit",
 7816 "tree-sitter-go",
 7817 "tree-sitter-gomod",
 7818 "tree-sitter-gowork",
 7819 "tree-sitter-jsdoc",
 7820 "tree-sitter-json",
 7821 "tree-sitter-md",
 7822 "tree-sitter-python",
 7823 "tree-sitter-regex",
 7824 "tree-sitter-rust",
 7825 "tree-sitter-typescript",
 7826 "tree-sitter-yaml",
 7827 "util",
 7828]
 7829
 7830[[package]]
 7831name = "grid"
 7832version = "0.18.0"
 7833source = "registry+https://github.com/rust-lang/crates.io-index"
 7834checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7835
 7836[[package]]
 7837name = "group"
 7838version = "0.12.1"
 7839source = "registry+https://github.com/rust-lang/crates.io-index"
 7840checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7841dependencies = [
 7842 "ff",
 7843 "rand_core 0.6.4",
 7844 "subtle",
 7845]
 7846
 7847[[package]]
 7848name = "h2"
 7849version = "0.3.27"
 7850source = "registry+https://github.com/rust-lang/crates.io-index"
 7851checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7852dependencies = [
 7853 "bytes 1.11.1",
 7854 "fnv",
 7855 "futures-core",
 7856 "futures-sink",
 7857 "futures-util",
 7858 "http 0.2.12",
 7859 "indexmap",
 7860 "slab",
 7861 "tokio",
 7862 "tokio-util",
 7863 "tracing",
 7864]
 7865
 7866[[package]]
 7867name = "h2"
 7868version = "0.4.12"
 7869source = "registry+https://github.com/rust-lang/crates.io-index"
 7870checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7871dependencies = [
 7872 "atomic-waker",
 7873 "bytes 1.11.1",
 7874 "fnv",
 7875 "futures-core",
 7876 "futures-sink",
 7877 "http 1.3.1",
 7878 "indexmap",
 7879 "slab",
 7880 "tokio",
 7881 "tokio-util",
 7882 "tracing",
 7883]
 7884
 7885[[package]]
 7886name = "half"
 7887version = "2.7.1"
 7888source = "registry+https://github.com/rust-lang/crates.io-index"
 7889checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7890dependencies = [
 7891 "bytemuck",
 7892 "cfg-if",
 7893 "crunchy",
 7894 "num-traits",
 7895 "rand 0.9.3",
 7896 "rand_distr",
 7897 "zerocopy",
 7898]
 7899
 7900[[package]]
 7901name = "handlebars"
 7902version = "4.5.0"
 7903source = "registry+https://github.com/rust-lang/crates.io-index"
 7904checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7905dependencies = [
 7906 "log",
 7907 "pest",
 7908 "pest_derive",
 7909 "rust-embed",
 7910 "serde",
 7911 "serde_json",
 7912 "thiserror 1.0.69",
 7913]
 7914
 7915[[package]]
 7916name = "handlebars"
 7917version = "5.1.2"
 7918source = "registry+https://github.com/rust-lang/crates.io-index"
 7919checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7920dependencies = [
 7921 "log",
 7922 "pest",
 7923 "pest_derive",
 7924 "serde",
 7925 "serde_json",
 7926 "thiserror 1.0.69",
 7927]
 7928
 7929[[package]]
 7930name = "harfrust"
 7931version = "0.5.0"
 7932source = "registry+https://github.com/rust-lang/crates.io-index"
 7933checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7934dependencies = [
 7935 "bitflags 2.10.0",
 7936 "bytemuck",
 7937 "core_maths",
 7938 "read-fonts 0.37.0",
 7939 "smallvec",
 7940]
 7941
 7942[[package]]
 7943name = "hash32"
 7944version = "0.3.1"
 7945source = "registry+https://github.com/rust-lang/crates.io-index"
 7946checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7947dependencies = [
 7948 "byteorder",
 7949]
 7950
 7951[[package]]
 7952name = "hashbrown"
 7953version = "0.12.3"
 7954source = "registry+https://github.com/rust-lang/crates.io-index"
 7955checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7956dependencies = [
 7957 "ahash 0.7.8",
 7958]
 7959
 7960[[package]]
 7961name = "hashbrown"
 7962version = "0.14.5"
 7963source = "registry+https://github.com/rust-lang/crates.io-index"
 7964checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7965dependencies = [
 7966 "ahash 0.8.12",
 7967 "allocator-api2",
 7968]
 7969
 7970[[package]]
 7971name = "hashbrown"
 7972version = "0.15.5"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7975dependencies = [
 7976 "allocator-api2",
 7977 "equivalent",
 7978 "foldhash 0.1.5",
 7979 "serde",
 7980]
 7981
 7982[[package]]
 7983name = "hashbrown"
 7984version = "0.16.1"
 7985source = "registry+https://github.com/rust-lang/crates.io-index"
 7986checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7987dependencies = [
 7988 "allocator-api2",
 7989 "equivalent",
 7990 "foldhash 0.2.0",
 7991]
 7992
 7993[[package]]
 7994name = "hashlink"
 7995version = "0.8.4"
 7996source = "registry+https://github.com/rust-lang/crates.io-index"
 7997checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7998dependencies = [
 7999 "hashbrown 0.14.5",
 8000]
 8001
 8002[[package]]
 8003name = "hashlink"
 8004version = "0.10.0"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8007dependencies = [
 8008 "hashbrown 0.15.5",
 8009]
 8010
 8011[[package]]
 8012name = "headers"
 8013version = "0.3.9"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8016dependencies = [
 8017 "base64 0.21.7",
 8018 "bytes 1.11.1",
 8019 "headers-core",
 8020 "http 0.2.12",
 8021 "httpdate",
 8022 "mime",
 8023 "sha1",
 8024]
 8025
 8026[[package]]
 8027name = "headers-core"
 8028version = "0.2.0"
 8029source = "registry+https://github.com/rust-lang/crates.io-index"
 8030checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8031dependencies = [
 8032 "http 0.2.12",
 8033]
 8034
 8035[[package]]
 8036name = "heapless"
 8037version = "0.9.2"
 8038source = "registry+https://github.com/rust-lang/crates.io-index"
 8039checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8040dependencies = [
 8041 "hash32",
 8042 "stable_deref_trait",
 8043]
 8044
 8045[[package]]
 8046name = "heck"
 8047version = "0.3.3"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8050dependencies = [
 8051 "unicode-segmentation",
 8052]
 8053
 8054[[package]]
 8055name = "heck"
 8056version = "0.4.1"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8059dependencies = [
 8060 "unicode-segmentation",
 8061]
 8062
 8063[[package]]
 8064name = "heck"
 8065version = "0.5.0"
 8066source = "registry+https://github.com/rust-lang/crates.io-index"
 8067checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8068
 8069[[package]]
 8070name = "heed"
 8071version = "0.21.0"
 8072source = "registry+https://github.com/rust-lang/crates.io-index"
 8073checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8074dependencies = [
 8075 "bitflags 2.10.0",
 8076 "byteorder",
 8077 "heed-traits",
 8078 "heed-types",
 8079 "libc",
 8080 "lmdb-master-sys",
 8081 "once_cell",
 8082 "page_size",
 8083 "serde",
 8084 "synchronoise",
 8085 "url",
 8086]
 8087
 8088[[package]]
 8089name = "heed-traits"
 8090version = "0.20.0"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8093
 8094[[package]]
 8095name = "heed-types"
 8096version = "0.21.0"
 8097source = "registry+https://github.com/rust-lang/crates.io-index"
 8098checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8099dependencies = [
 8100 "bincode",
 8101 "byteorder",
 8102 "heed-traits",
 8103 "serde",
 8104 "serde_json",
 8105]
 8106
 8107[[package]]
 8108name = "hermit-abi"
 8109version = "0.5.2"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8112
 8113[[package]]
 8114name = "hex"
 8115version = "0.4.3"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8118
 8119[[package]]
 8120name = "hexf-parse"
 8121version = "0.2.1"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8124
 8125[[package]]
 8126name = "hkdf"
 8127version = "0.12.4"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8130dependencies = [
 8131 "hmac",
 8132]
 8133
 8134[[package]]
 8135name = "hmac"
 8136version = "0.12.1"
 8137source = "registry+https://github.com/rust-lang/crates.io-index"
 8138checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8139dependencies = [
 8140 "digest",
 8141]
 8142
 8143[[package]]
 8144name = "home"
 8145version = "0.5.11"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8148dependencies = [
 8149 "windows-sys 0.59.0",
 8150]
 8151
 8152[[package]]
 8153name = "hound"
 8154version = "3.5.1"
 8155source = "registry+https://github.com/rust-lang/crates.io-index"
 8156checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8157
 8158[[package]]
 8159name = "html5ever"
 8160version = "0.27.0"
 8161source = "registry+https://github.com/rust-lang/crates.io-index"
 8162checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8163dependencies = [
 8164 "log",
 8165 "mac",
 8166 "markup5ever 0.12.1",
 8167 "proc-macro2",
 8168 "quote",
 8169 "syn 2.0.117",
 8170]
 8171
 8172[[package]]
 8173name = "html5ever"
 8174version = "0.35.0"
 8175source = "registry+https://github.com/rust-lang/crates.io-index"
 8176checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8177dependencies = [
 8178 "log",
 8179 "markup5ever 0.35.0",
 8180 "match_token",
 8181]
 8182
 8183[[package]]
 8184name = "html_to_markdown"
 8185version = "0.1.0"
 8186dependencies = [
 8187 "anyhow",
 8188 "html5ever 0.27.0",
 8189 "indoc",
 8190 "markup5ever_rcdom",
 8191 "pretty_assertions",
 8192 "regex",
 8193]
 8194
 8195[[package]]
 8196name = "http"
 8197version = "0.2.12"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8200dependencies = [
 8201 "bytes 1.11.1",
 8202 "fnv",
 8203 "itoa",
 8204]
 8205
 8206[[package]]
 8207name = "http"
 8208version = "1.3.1"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8211dependencies = [
 8212 "bytes 1.11.1",
 8213 "fnv",
 8214 "itoa",
 8215]
 8216
 8217[[package]]
 8218name = "http-body"
 8219version = "0.4.6"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8222dependencies = [
 8223 "bytes 1.11.1",
 8224 "http 0.2.12",
 8225 "pin-project-lite",
 8226]
 8227
 8228[[package]]
 8229name = "http-body"
 8230version = "1.0.1"
 8231source = "registry+https://github.com/rust-lang/crates.io-index"
 8232checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8233dependencies = [
 8234 "bytes 1.11.1",
 8235 "http 1.3.1",
 8236]
 8237
 8238[[package]]
 8239name = "http-body-util"
 8240version = "0.1.3"
 8241source = "registry+https://github.com/rust-lang/crates.io-index"
 8242checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8243dependencies = [
 8244 "bytes 1.11.1",
 8245 "futures-core",
 8246 "http 1.3.1",
 8247 "http-body 1.0.1",
 8248 "pin-project-lite",
 8249]
 8250
 8251[[package]]
 8252name = "http-range-header"
 8253version = "0.3.1"
 8254source = "registry+https://github.com/rust-lang/crates.io-index"
 8255checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8256
 8257[[package]]
 8258name = "http_client"
 8259version = "0.1.0"
 8260dependencies = [
 8261 "anyhow",
 8262 "async-compression",
 8263 "async-fs",
 8264 "async-tar",
 8265 "bytes 1.11.1",
 8266 "derive_more",
 8267 "futures 0.3.32",
 8268 "http 1.3.1",
 8269 "http-body 1.0.1",
 8270 "log",
 8271 "parking_lot",
 8272 "serde",
 8273 "serde_json",
 8274 "serde_urlencoded",
 8275 "sha2",
 8276 "tempfile",
 8277 "url",
 8278 "util",
 8279]
 8280
 8281[[package]]
 8282name = "http_client_tls"
 8283version = "0.1.0"
 8284dependencies = [
 8285 "rustls 0.23.33",
 8286 "rustls-platform-verifier",
 8287]
 8288
 8289[[package]]
 8290name = "httparse"
 8291version = "1.10.1"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8294
 8295[[package]]
 8296name = "httpdate"
 8297version = "1.0.3"
 8298source = "registry+https://github.com/rust-lang/crates.io-index"
 8299checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8300
 8301[[package]]
 8302name = "human_bytes"
 8303version = "0.4.3"
 8304source = "registry+https://github.com/rust-lang/crates.io-index"
 8305checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8306
 8307[[package]]
 8308name = "humantime"
 8309version = "2.3.0"
 8310source = "registry+https://github.com/rust-lang/crates.io-index"
 8311checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8312
 8313[[package]]
 8314name = "hyper"
 8315version = "0.14.32"
 8316source = "registry+https://github.com/rust-lang/crates.io-index"
 8317checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8318dependencies = [
 8319 "bytes 1.11.1",
 8320 "futures-channel",
 8321 "futures-core",
 8322 "futures-util",
 8323 "h2 0.3.27",
 8324 "http 0.2.12",
 8325 "http-body 0.4.6",
 8326 "httparse",
 8327 "httpdate",
 8328 "itoa",
 8329 "pin-project-lite",
 8330 "socket2 0.5.10",
 8331 "tokio",
 8332 "tower-service",
 8333 "tracing",
 8334 "want",
 8335]
 8336
 8337[[package]]
 8338name = "hyper"
 8339version = "1.7.0"
 8340source = "registry+https://github.com/rust-lang/crates.io-index"
 8341checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8342dependencies = [
 8343 "atomic-waker",
 8344 "bytes 1.11.1",
 8345 "futures-channel",
 8346 "futures-core",
 8347 "h2 0.4.12",
 8348 "http 1.3.1",
 8349 "http-body 1.0.1",
 8350 "httparse",
 8351 "itoa",
 8352 "pin-project-lite",
 8353 "pin-utils",
 8354 "smallvec",
 8355 "tokio",
 8356 "want",
 8357]
 8358
 8359[[package]]
 8360name = "hyper-rustls"
 8361version = "0.24.2"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8364dependencies = [
 8365 "futures-util",
 8366 "http 0.2.12",
 8367 "hyper 0.14.32",
 8368 "log",
 8369 "rustls 0.21.12",
 8370 "rustls-native-certs 0.6.3",
 8371 "tokio",
 8372 "tokio-rustls 0.24.1",
 8373]
 8374
 8375[[package]]
 8376name = "hyper-rustls"
 8377version = "0.27.7"
 8378source = "registry+https://github.com/rust-lang/crates.io-index"
 8379checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8380dependencies = [
 8381 "http 1.3.1",
 8382 "hyper 1.7.0",
 8383 "hyper-util",
 8384 "log",
 8385 "rustls 0.23.33",
 8386 "rustls-native-certs 0.8.2",
 8387 "rustls-pki-types",
 8388 "tokio",
 8389 "tokio-rustls 0.26.2",
 8390 "tower-service",
 8391]
 8392
 8393[[package]]
 8394name = "hyper-timeout"
 8395version = "0.5.2"
 8396source = "registry+https://github.com/rust-lang/crates.io-index"
 8397checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8398dependencies = [
 8399 "hyper 1.7.0",
 8400 "hyper-util",
 8401 "pin-project-lite",
 8402 "tokio",
 8403 "tower-service",
 8404]
 8405
 8406[[package]]
 8407name = "hyper-tls"
 8408version = "0.5.0"
 8409source = "registry+https://github.com/rust-lang/crates.io-index"
 8410checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8411dependencies = [
 8412 "bytes 1.11.1",
 8413 "hyper 0.14.32",
 8414 "native-tls",
 8415 "tokio",
 8416 "tokio-native-tls",
 8417]
 8418
 8419[[package]]
 8420name = "hyper-util"
 8421version = "0.1.17"
 8422source = "registry+https://github.com/rust-lang/crates.io-index"
 8423checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8424dependencies = [
 8425 "base64 0.22.1",
 8426 "bytes 1.11.1",
 8427 "futures-channel",
 8428 "futures-core",
 8429 "futures-util",
 8430 "http 1.3.1",
 8431 "http-body 1.0.1",
 8432 "hyper 1.7.0",
 8433 "ipnet",
 8434 "libc",
 8435 "percent-encoding",
 8436 "pin-project-lite",
 8437 "socket2 0.6.1",
 8438 "tokio",
 8439 "tower-service",
 8440 "tracing",
 8441]
 8442
 8443[[package]]
 8444name = "iana-time-zone"
 8445version = "0.1.64"
 8446source = "registry+https://github.com/rust-lang/crates.io-index"
 8447checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8448dependencies = [
 8449 "android_system_properties",
 8450 "core-foundation-sys",
 8451 "iana-time-zone-haiku",
 8452 "js-sys",
 8453 "log",
 8454 "wasm-bindgen",
 8455 "windows-core 0.62.2",
 8456]
 8457
 8458[[package]]
 8459name = "iana-time-zone-haiku"
 8460version = "0.1.2"
 8461source = "registry+https://github.com/rust-lang/crates.io-index"
 8462checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8463dependencies = [
 8464 "cc",
 8465]
 8466
 8467[[package]]
 8468name = "icons"
 8469version = "0.1.0"
 8470dependencies = [
 8471 "serde",
 8472 "strum 0.27.2",
 8473]
 8474
 8475[[package]]
 8476name = "icu_collections"
 8477version = "2.0.0"
 8478source = "registry+https://github.com/rust-lang/crates.io-index"
 8479checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8480dependencies = [
 8481 "displaydoc",
 8482 "potential_utf",
 8483 "yoke 0.8.0",
 8484 "zerofrom",
 8485 "zerovec",
 8486]
 8487
 8488[[package]]
 8489name = "icu_locale_core"
 8490version = "2.0.0"
 8491source = "registry+https://github.com/rust-lang/crates.io-index"
 8492checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8493dependencies = [
 8494 "displaydoc",
 8495 "litemap",
 8496 "tinystr",
 8497 "writeable",
 8498 "zerovec",
 8499]
 8500
 8501[[package]]
 8502name = "icu_normalizer"
 8503version = "2.0.0"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8506dependencies = [
 8507 "displaydoc",
 8508 "icu_collections",
 8509 "icu_normalizer_data",
 8510 "icu_properties",
 8511 "icu_provider",
 8512 "smallvec",
 8513 "zerovec",
 8514]
 8515
 8516[[package]]
 8517name = "icu_normalizer_data"
 8518version = "2.0.0"
 8519source = "registry+https://github.com/rust-lang/crates.io-index"
 8520checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8521
 8522[[package]]
 8523name = "icu_properties"
 8524version = "2.0.1"
 8525source = "registry+https://github.com/rust-lang/crates.io-index"
 8526checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8527dependencies = [
 8528 "displaydoc",
 8529 "icu_collections",
 8530 "icu_locale_core",
 8531 "icu_properties_data",
 8532 "icu_provider",
 8533 "potential_utf",
 8534 "zerotrie",
 8535 "zerovec",
 8536]
 8537
 8538[[package]]
 8539name = "icu_properties_data"
 8540version = "2.0.1"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8543
 8544[[package]]
 8545name = "icu_provider"
 8546version = "2.0.0"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8549dependencies = [
 8550 "displaydoc",
 8551 "icu_locale_core",
 8552 "stable_deref_trait",
 8553 "tinystr",
 8554 "writeable",
 8555 "yoke 0.8.0",
 8556 "zerofrom",
 8557 "zerotrie",
 8558 "zerovec",
 8559]
 8560
 8561[[package]]
 8562name = "id-arena"
 8563version = "2.2.1"
 8564source = "registry+https://github.com/rust-lang/crates.io-index"
 8565checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8566
 8567[[package]]
 8568name = "ident_case"
 8569version = "1.0.1"
 8570source = "registry+https://github.com/rust-lang/crates.io-index"
 8571checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8572
 8573[[package]]
 8574name = "idna"
 8575version = "1.1.0"
 8576source = "registry+https://github.com/rust-lang/crates.io-index"
 8577checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8578dependencies = [
 8579 "idna_adapter",
 8580 "smallvec",
 8581 "utf8_iter",
 8582]
 8583
 8584[[package]]
 8585name = "idna_adapter"
 8586version = "1.2.1"
 8587source = "registry+https://github.com/rust-lang/crates.io-index"
 8588checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8589dependencies = [
 8590 "icu_normalizer",
 8591 "icu_properties",
 8592]
 8593
 8594[[package]]
 8595name = "ignore"
 8596version = "0.4.24"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8599dependencies = [
 8600 "crossbeam-deque",
 8601 "globset",
 8602 "log",
 8603 "memchr",
 8604 "regex-automata",
 8605 "same-file",
 8606 "walkdir",
 8607 "winapi-util",
 8608]
 8609
 8610[[package]]
 8611name = "image"
 8612version = "0.25.8"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8615dependencies = [
 8616 "bytemuck",
 8617 "byteorder-lite",
 8618 "color_quant",
 8619 "exr",
 8620 "gif",
 8621 "image-webp",
 8622 "moxcms",
 8623 "num-traits",
 8624 "png 0.18.0",
 8625 "qoi",
 8626 "ravif",
 8627 "rayon",
 8628 "rgb",
 8629 "tiff",
 8630 "zune-core",
 8631 "zune-jpeg",
 8632]
 8633
 8634[[package]]
 8635name = "image-webp"
 8636version = "0.2.4"
 8637source = "registry+https://github.com/rust-lang/crates.io-index"
 8638checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8639dependencies = [
 8640 "byteorder-lite",
 8641 "quick-error 2.0.1",
 8642]
 8643
 8644[[package]]
 8645name = "image_viewer"
 8646version = "0.1.0"
 8647dependencies = [
 8648 "anyhow",
 8649 "db",
 8650 "editor",
 8651 "file_icons",
 8652 "gpui",
 8653 "language",
 8654 "log",
 8655 "project",
 8656 "serde",
 8657 "settings",
 8658 "theme_settings",
 8659 "ui",
 8660 "util",
 8661 "workspace",
 8662]
 8663
 8664[[package]]
 8665name = "imagesize"
 8666version = "0.13.0"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8669
 8670[[package]]
 8671name = "imara-diff"
 8672version = "0.1.8"
 8673source = "registry+https://github.com/rust-lang/crates.io-index"
 8674checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8675dependencies = [
 8676 "hashbrown 0.15.5",
 8677]
 8678
 8679[[package]]
 8680name = "imgref"
 8681version = "1.12.0"
 8682source = "registry+https://github.com/rust-lang/crates.io-index"
 8683checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8684
 8685[[package]]
 8686name = "indenter"
 8687version = "0.3.4"
 8688source = "registry+https://github.com/rust-lang/crates.io-index"
 8689checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8690
 8691[[package]]
 8692name = "indexmap"
 8693version = "2.11.4"
 8694source = "registry+https://github.com/rust-lang/crates.io-index"
 8695checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8696dependencies = [
 8697 "equivalent",
 8698 "hashbrown 0.16.1",
 8699 "serde",
 8700 "serde_core",
 8701]
 8702
 8703[[package]]
 8704name = "indoc"
 8705version = "2.0.6"
 8706source = "registry+https://github.com/rust-lang/crates.io-index"
 8707checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8708
 8709[[package]]
 8710name = "inherent"
 8711version = "1.0.13"
 8712source = "registry+https://github.com/rust-lang/crates.io-index"
 8713checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8714dependencies = [
 8715 "proc-macro2",
 8716 "quote",
 8717 "syn 2.0.117",
 8718]
 8719
 8720[[package]]
 8721name = "inotify"
 8722version = "0.9.6"
 8723source = "registry+https://github.com/rust-lang/crates.io-index"
 8724checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8725dependencies = [
 8726 "bitflags 1.3.2",
 8727 "inotify-sys",
 8728 "libc",
 8729]
 8730
 8731[[package]]
 8732name = "inotify"
 8733version = "0.11.0"
 8734source = "registry+https://github.com/rust-lang/crates.io-index"
 8735checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8736dependencies = [
 8737 "bitflags 2.10.0",
 8738 "inotify-sys",
 8739 "libc",
 8740]
 8741
 8742[[package]]
 8743name = "inotify-sys"
 8744version = "0.1.5"
 8745source = "registry+https://github.com/rust-lang/crates.io-index"
 8746checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8747dependencies = [
 8748 "libc",
 8749]
 8750
 8751[[package]]
 8752name = "inout"
 8753version = "0.1.4"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8756dependencies = [
 8757 "block-padding",
 8758 "generic-array",
 8759]
 8760
 8761[[package]]
 8762name = "inspector_ui"
 8763version = "0.1.0"
 8764dependencies = [
 8765 "anyhow",
 8766 "command_palette_hooks",
 8767 "editor",
 8768 "fuzzy",
 8769 "gpui",
 8770 "language",
 8771 "project",
 8772 "serde_json",
 8773 "serde_json_lenient",
 8774 "theme_settings",
 8775 "ui",
 8776 "util",
 8777 "util_macros",
 8778 "workspace",
 8779 "zed_actions",
 8780]
 8781
 8782[[package]]
 8783name = "install_cli"
 8784version = "0.1.0"
 8785dependencies = [
 8786 "anyhow",
 8787 "client",
 8788 "gpui",
 8789 "release_channel",
 8790 "smol",
 8791 "util",
 8792 "workspace",
 8793]
 8794
 8795[[package]]
 8796name = "instant"
 8797version = "0.1.13"
 8798source = "registry+https://github.com/rust-lang/crates.io-index"
 8799checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8800dependencies = [
 8801 "cfg-if",
 8802]
 8803
 8804[[package]]
 8805name = "interpolate_name"
 8806version = "0.2.4"
 8807source = "registry+https://github.com/rust-lang/crates.io-index"
 8808checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8809dependencies = [
 8810 "proc-macro2",
 8811 "quote",
 8812 "syn 2.0.117",
 8813]
 8814
 8815[[package]]
 8816name = "inventory"
 8817version = "0.3.21"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8820dependencies = [
 8821 "rustversion",
 8822]
 8823
 8824[[package]]
 8825name = "io-extras"
 8826version = "0.18.4"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8829dependencies = [
 8830 "io-lifetimes",
 8831 "windows-sys 0.59.0",
 8832]
 8833
 8834[[package]]
 8835name = "io-lifetimes"
 8836version = "2.0.4"
 8837source = "registry+https://github.com/rust-lang/crates.io-index"
 8838checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8839
 8840[[package]]
 8841name = "io-surface"
 8842version = "0.16.1"
 8843source = "registry+https://github.com/rust-lang/crates.io-index"
 8844checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8845dependencies = [
 8846 "cgl",
 8847 "core-foundation 0.10.0",
 8848 "core-foundation-sys",
 8849 "leaky-cow",
 8850]
 8851
 8852[[package]]
 8853name = "iovec"
 8854version = "0.1.4"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8857dependencies = [
 8858 "libc",
 8859]
 8860
 8861[[package]]
 8862name = "ipc-channel"
 8863version = "0.19.0"
 8864source = "registry+https://github.com/rust-lang/crates.io-index"
 8865checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8866dependencies = [
 8867 "bincode",
 8868 "crossbeam-channel",
 8869 "fnv",
 8870 "lazy_static",
 8871 "libc",
 8872 "mio 1.1.0",
 8873 "rand 0.8.5",
 8874 "serde",
 8875 "tempfile",
 8876 "uuid",
 8877 "windows 0.58.0",
 8878]
 8879
 8880[[package]]
 8881name = "ipnet"
 8882version = "2.11.0"
 8883source = "registry+https://github.com/rust-lang/crates.io-index"
 8884checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8885
 8886[[package]]
 8887name = "iri-string"
 8888version = "0.7.8"
 8889source = "registry+https://github.com/rust-lang/crates.io-index"
 8890checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8891dependencies = [
 8892 "memchr",
 8893 "serde",
 8894]
 8895
 8896[[package]]
 8897name = "is-docker"
 8898version = "0.2.0"
 8899source = "registry+https://github.com/rust-lang/crates.io-index"
 8900checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8901dependencies = [
 8902 "once_cell",
 8903]
 8904
 8905[[package]]
 8906name = "is-terminal"
 8907version = "0.4.16"
 8908source = "registry+https://github.com/rust-lang/crates.io-index"
 8909checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8910dependencies = [
 8911 "hermit-abi",
 8912 "libc",
 8913 "windows-sys 0.59.0",
 8914]
 8915
 8916[[package]]
 8917name = "is-wsl"
 8918version = "0.4.0"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8921dependencies = [
 8922 "is-docker",
 8923 "once_cell",
 8924]
 8925
 8926[[package]]
 8927name = "is_executable"
 8928version = "1.0.5"
 8929source = "registry+https://github.com/rust-lang/crates.io-index"
 8930checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8931dependencies = [
 8932 "windows-sys 0.60.2",
 8933]
 8934
 8935[[package]]
 8936name = "is_terminal_polyfill"
 8937version = "1.70.1"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8940
 8941[[package]]
 8942name = "itertools"
 8943version = "0.10.5"
 8944source = "registry+https://github.com/rust-lang/crates.io-index"
 8945checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8946dependencies = [
 8947 "either",
 8948]
 8949
 8950[[package]]
 8951name = "itertools"
 8952version = "0.11.0"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8955dependencies = [
 8956 "either",
 8957]
 8958
 8959[[package]]
 8960name = "itertools"
 8961version = "0.12.1"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8964dependencies = [
 8965 "either",
 8966]
 8967
 8968[[package]]
 8969name = "itertools"
 8970version = "0.14.0"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8973dependencies = [
 8974 "either",
 8975]
 8976
 8977[[package]]
 8978name = "itoa"
 8979version = "1.0.15"
 8980source = "registry+https://github.com/rust-lang/crates.io-index"
 8981checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8982
 8983[[package]]
 8984name = "jiff"
 8985version = "0.2.15"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8988dependencies = [
 8989 "jiff-static",
 8990 "log",
 8991 "portable-atomic",
 8992 "portable-atomic-util",
 8993 "serde",
 8994]
 8995
 8996[[package]]
 8997name = "jiff-static"
 8998version = "0.2.15"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9001dependencies = [
 9002 "proc-macro2",
 9003 "quote",
 9004 "syn 2.0.117",
 9005]
 9006
 9007[[package]]
 9008name = "jni"
 9009version = "0.21.1"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9012dependencies = [
 9013 "cesu8",
 9014 "cfg-if",
 9015 "combine",
 9016 "jni-sys",
 9017 "log",
 9018 "thiserror 1.0.69",
 9019 "walkdir",
 9020 "windows-sys 0.45.0",
 9021]
 9022
 9023[[package]]
 9024name = "jni-sys"
 9025version = "0.3.0"
 9026source = "registry+https://github.com/rust-lang/crates.io-index"
 9027checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9028
 9029[[package]]
 9030name = "jobserver"
 9031version = "0.1.34"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9034dependencies = [
 9035 "getrandom 0.3.4",
 9036 "libc",
 9037]
 9038
 9039[[package]]
 9040name = "journal"
 9041version = "0.1.0"
 9042dependencies = [
 9043 "anyhow",
 9044 "chrono",
 9045 "editor",
 9046 "gpui",
 9047 "log",
 9048 "serde",
 9049 "settings",
 9050 "shellexpand",
 9051 "workspace",
 9052]
 9053
 9054[[package]]
 9055name = "js-sys"
 9056version = "0.3.90"
 9057source = "registry+https://github.com/rust-lang/crates.io-index"
 9058checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9059dependencies = [
 9060 "once_cell",
 9061 "wasm-bindgen",
 9062]
 9063
 9064[[package]]
 9065name = "json5"
 9066version = "0.4.1"
 9067source = "registry+https://github.com/rust-lang/crates.io-index"
 9068checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9069dependencies = [
 9070 "pest",
 9071 "pest_derive",
 9072 "serde",
 9073]
 9074
 9075[[package]]
 9076name = "json_dotpath"
 9077version = "1.1.0"
 9078source = "registry+https://github.com/rust-lang/crates.io-index"
 9079checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9080dependencies = [
 9081 "serde",
 9082 "serde_derive",
 9083 "serde_json",
 9084 "thiserror 1.0.69",
 9085]
 9086
 9087[[package]]
 9088name = "json_schema_store"
 9089version = "0.1.0"
 9090dependencies = [
 9091 "anyhow",
 9092 "collections",
 9093 "dap",
 9094 "extension",
 9095 "gpui",
 9096 "language",
 9097 "parking_lot",
 9098 "paths",
 9099 "project",
 9100 "schemars",
 9101 "serde",
 9102 "serde_json",
 9103 "settings",
 9104 "snippet_provider",
 9105 "task",
 9106 "theme",
 9107 "util",
 9108]
 9109
 9110[[package]]
 9111name = "jsonschema"
 9112version = "0.37.4"
 9113source = "registry+https://github.com/rust-lang/crates.io-index"
 9114checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9115dependencies = [
 9116 "ahash 0.8.12",
 9117 "bytecount",
 9118 "data-encoding",
 9119 "email_address",
 9120 "fancy-regex 0.16.2",
 9121 "fraction",
 9122 "getrandom 0.3.4",
 9123 "idna",
 9124 "itoa",
 9125 "num-cmp",
 9126 "num-traits",
 9127 "percent-encoding",
 9128 "referencing",
 9129 "regex",
 9130 "regex-syntax",
 9131 "reqwest 0.12.24",
 9132 "serde",
 9133 "serde_json",
 9134 "unicode-general-category",
 9135 "uuid-simd",
 9136]
 9137
 9138[[package]]
 9139name = "jsonwebtoken"
 9140version = "10.3.0"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9143dependencies = [
 9144 "aws-lc-rs",
 9145 "base64 0.22.1",
 9146 "getrandom 0.2.16",
 9147 "js-sys",
 9148 "pem",
 9149 "serde",
 9150 "serde_json",
 9151 "signature 2.2.0",
 9152 "simple_asn1",
 9153]
 9154
 9155[[package]]
 9156name = "jupyter-protocol"
 9157version = "1.4.0"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9160dependencies = [
 9161 "async-trait",
 9162 "bytes 1.11.1",
 9163 "chrono",
 9164 "futures 0.3.32",
 9165 "serde",
 9166 "serde_json",
 9167 "thiserror 2.0.17",
 9168 "uuid",
 9169]
 9170
 9171[[package]]
 9172name = "jupyter-websocket-client"
 9173version = "1.0.0"
 9174source = "registry+https://github.com/rust-lang/crates.io-index"
 9175checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9176dependencies = [
 9177 "anyhow",
 9178 "async-trait",
 9179 "async-tungstenite",
 9180 "futures 0.3.32",
 9181 "jupyter-protocol",
 9182 "serde",
 9183 "serde_json",
 9184 "tokio",
 9185 "url",
 9186 "uuid",
 9187]
 9188
 9189[[package]]
 9190name = "keymap_editor"
 9191version = "0.1.0"
 9192dependencies = [
 9193 "anyhow",
 9194 "collections",
 9195 "command_palette",
 9196 "component",
 9197 "db",
 9198 "editor",
 9199 "fs",
 9200 "fuzzy",
 9201 "gpui",
 9202 "itertools 0.14.0",
 9203 "json_schema_store",
 9204 "language",
 9205 "log",
 9206 "menu",
 9207 "notifications",
 9208 "paths",
 9209 "project",
 9210 "search",
 9211 "serde",
 9212 "serde_json",
 9213 "settings",
 9214 "telemetry",
 9215 "tempfile",
 9216 "theme",
 9217 "theme_settings",
 9218 "tree-sitter-json",
 9219 "tree-sitter-rust",
 9220 "ui",
 9221 "ui_input",
 9222 "util",
 9223 "workspace",
 9224 "zed_actions",
 9225]
 9226
 9227[[package]]
 9228name = "khronos-egl"
 9229version = "6.0.0"
 9230source = "registry+https://github.com/rust-lang/crates.io-index"
 9231checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9232dependencies = [
 9233 "libc",
 9234 "libloading",
 9235 "pkg-config",
 9236]
 9237
 9238[[package]]
 9239name = "khronos_api"
 9240version = "3.1.0"
 9241source = "registry+https://github.com/rust-lang/crates.io-index"
 9242checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9243
 9244[[package]]
 9245name = "kqueue"
 9246version = "1.1.1"
 9247source = "registry+https://github.com/rust-lang/crates.io-index"
 9248checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9249dependencies = [
 9250 "kqueue-sys",
 9251 "libc",
 9252]
 9253
 9254[[package]]
 9255name = "kqueue-sys"
 9256version = "1.0.4"
 9257source = "registry+https://github.com/rust-lang/crates.io-index"
 9258checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9259dependencies = [
 9260 "bitflags 1.3.2",
 9261 "libc",
 9262]
 9263
 9264[[package]]
 9265name = "kurbo"
 9266version = "0.11.3"
 9267source = "registry+https://github.com/rust-lang/crates.io-index"
 9268checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9269dependencies = [
 9270 "arrayvec",
 9271 "euclid",
 9272 "smallvec",
 9273]
 9274
 9275[[package]]
 9276name = "kv-log-macro"
 9277version = "1.0.7"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9280dependencies = [
 9281 "log",
 9282]
 9283
 9284[[package]]
 9285name = "language"
 9286version = "0.1.0"
 9287dependencies = [
 9288 "anyhow",
 9289 "async-trait",
 9290 "clock",
 9291 "collections",
 9292 "criterion",
 9293 "ctor",
 9294 "diffy",
 9295 "ec4rs",
 9296 "encoding_rs",
 9297 "fs",
 9298 "futures 0.3.32",
 9299 "fuzzy",
 9300 "globset",
 9301 "gpui",
 9302 "http_client",
 9303 "imara-diff",
 9304 "indoc",
 9305 "itertools 0.14.0",
 9306 "language_core",
 9307 "log",
 9308 "lsp",
 9309 "parking_lot",
 9310 "postage",
 9311 "pretty_assertions",
 9312 "rand 0.9.3",
 9313 "regex",
 9314 "rpc",
 9315 "semver",
 9316 "serde",
 9317 "serde_json",
 9318 "settings",
 9319 "shellexpand",
 9320 "smallvec",
 9321 "smol",
 9322 "streaming-iterator",
 9323 "strsim",
 9324 "sum_tree",
 9325 "task",
 9326 "text",
 9327 "theme",
 9328 "theme_settings",
 9329 "toml 0.8.23",
 9330 "tracing",
 9331 "tree-sitter",
 9332 "tree-sitter-elixir",
 9333 "tree-sitter-embedded-template",
 9334 "tree-sitter-heex",
 9335 "tree-sitter-html",
 9336 "tree-sitter-json",
 9337 "tree-sitter-md",
 9338 "tree-sitter-python",
 9339 "tree-sitter-ruby",
 9340 "tree-sitter-rust",
 9341 "tree-sitter-typescript",
 9342 "unicase",
 9343 "unindent",
 9344 "util",
 9345 "watch",
 9346 "zlog",
 9347 "ztracing",
 9348]
 9349
 9350[[package]]
 9351name = "language_core"
 9352version = "0.1.0"
 9353dependencies = [
 9354 "anyhow",
 9355 "collections",
 9356 "gpui_shared_string",
 9357 "log",
 9358 "lsp",
 9359 "parking_lot",
 9360 "regex",
 9361 "schemars",
 9362 "serde",
 9363 "serde_json",
 9364 "toml 0.8.23",
 9365 "tree-sitter",
 9366 "util",
 9367]
 9368
 9369[[package]]
 9370name = "language_extension"
 9371version = "0.1.0"
 9372dependencies = [
 9373 "anyhow",
 9374 "async-trait",
 9375 "collections",
 9376 "extension",
 9377 "fs",
 9378 "futures 0.3.32",
 9379 "gpui",
 9380 "language",
 9381 "log",
 9382 "lsp",
 9383 "project",
 9384 "serde",
 9385 "serde_json",
 9386 "tracing",
 9387 "util",
 9388 "ztracing",
 9389]
 9390
 9391[[package]]
 9392name = "language_model"
 9393version = "0.1.0"
 9394dependencies = [
 9395 "anyhow",
 9396 "base64 0.22.1",
 9397 "collections",
 9398 "credentials_provider",
 9399 "env_var",
 9400 "futures 0.3.32",
 9401 "gpui",
 9402 "http_client",
 9403 "icons",
 9404 "image",
 9405 "language_model_core",
 9406 "log",
 9407 "parking_lot",
 9408 "serde",
 9409 "serde_json",
 9410 "thiserror 2.0.17",
 9411 "util",
 9412]
 9413
 9414[[package]]
 9415name = "language_model_core"
 9416version = "0.1.0"
 9417dependencies = [
 9418 "anyhow",
 9419 "cloud_llm_client",
 9420 "futures 0.3.32",
 9421 "gpui_shared_string",
 9422 "http_client",
 9423 "partial-json-fixer",
 9424 "schemars",
 9425 "serde",
 9426 "serde_json",
 9427 "smol",
 9428 "strum 0.27.2",
 9429 "thiserror 2.0.17",
 9430]
 9431
 9432[[package]]
 9433name = "language_models"
 9434version = "0.1.0"
 9435dependencies = [
 9436 "ai_onboarding",
 9437 "anthropic",
 9438 "anyhow",
 9439 "aws-config",
 9440 "aws-credential-types",
 9441 "aws_http_client",
 9442 "base64 0.22.1",
 9443 "bedrock",
 9444 "client",
 9445 "cloud_api_client",
 9446 "cloud_api_types",
 9447 "collections",
 9448 "component",
 9449 "convert_case 0.8.0",
 9450 "copilot",
 9451 "copilot_chat",
 9452 "copilot_ui",
 9453 "credentials_provider",
 9454 "deepseek",
 9455 "extension",
 9456 "extension_host",
 9457 "fs",
 9458 "futures 0.3.32",
 9459 "google_ai",
 9460 "gpui",
 9461 "gpui_tokio",
 9462 "http_client",
 9463 "language",
 9464 "language_model",
 9465 "language_models_cloud",
 9466 "lmstudio",
 9467 "log",
 9468 "menu",
 9469 "mistral",
 9470 "ollama",
 9471 "open_ai",
 9472 "open_router",
 9473 "opencode",
 9474 "pretty_assertions",
 9475 "release_channel",
 9476 "schemars",
 9477 "serde",
 9478 "serde_json",
 9479 "settings",
 9480 "smol",
 9481 "strum 0.27.2",
 9482 "tiktoken-rs",
 9483 "tokio",
 9484 "ui",
 9485 "ui_input",
 9486 "util",
 9487 "vercel",
 9488 "x_ai",
 9489]
 9490
 9491[[package]]
 9492name = "language_models_cloud"
 9493version = "0.1.0"
 9494dependencies = [
 9495 "anthropic",
 9496 "anyhow",
 9497 "cloud_llm_client",
 9498 "futures 0.3.32",
 9499 "google_ai",
 9500 "gpui",
 9501 "http_client",
 9502 "language_model",
 9503 "open_ai",
 9504 "schemars",
 9505 "semver",
 9506 "serde",
 9507 "serde_json",
 9508 "smol",
 9509 "thiserror 2.0.17",
 9510 "x_ai",
 9511]
 9512
 9513[[package]]
 9514name = "language_onboarding"
 9515version = "0.1.0"
 9516dependencies = [
 9517 "db",
 9518 "editor",
 9519 "gpui",
 9520 "project",
 9521 "ui",
 9522 "workspace",
 9523]
 9524
 9525[[package]]
 9526name = "language_selector"
 9527version = "0.1.0"
 9528dependencies = [
 9529 "anyhow",
 9530 "editor",
 9531 "file_icons",
 9532 "fuzzy",
 9533 "gpui",
 9534 "language",
 9535 "open_path_prompt",
 9536 "picker",
 9537 "project",
 9538 "serde_json",
 9539 "settings",
 9540 "ui",
 9541 "util",
 9542 "workspace",
 9543]
 9544
 9545[[package]]
 9546name = "language_tools"
 9547version = "0.1.0"
 9548dependencies = [
 9549 "anyhow",
 9550 "client",
 9551 "collections",
 9552 "command_palette_hooks",
 9553 "edit_prediction",
 9554 "editor",
 9555 "futures 0.3.32",
 9556 "gpui",
 9557 "itertools 0.14.0",
 9558 "language",
 9559 "lsp",
 9560 "menu",
 9561 "project",
 9562 "proto",
 9563 "release_channel",
 9564 "semver",
 9565 "serde_json",
 9566 "settings",
 9567 "sysinfo 0.37.2",
 9568 "telemetry",
 9569 "theme",
 9570 "theme_settings",
 9571 "tree-sitter",
 9572 "ui",
 9573 "util",
 9574 "workspace",
 9575 "zed_actions",
 9576 "zlog",
 9577]
 9578
 9579[[package]]
 9580name = "languages"
 9581version = "0.1.0"
 9582dependencies = [
 9583 "anyhow",
 9584 "async-compression",
 9585 "async-fs",
 9586 "async-tar",
 9587 "async-trait",
 9588 "chrono",
 9589 "collections",
 9590 "fs",
 9591 "futures 0.3.32",
 9592 "globset",
 9593 "gpui",
 9594 "grammars",
 9595 "http_client",
 9596 "itertools 0.14.0",
 9597 "json_schema_store",
 9598 "language",
 9599 "log",
 9600 "lsp",
 9601 "node_runtime",
 9602 "parking_lot",
 9603 "pet",
 9604 "pet-conda",
 9605 "pet-core",
 9606 "pet-fs",
 9607 "pet-poetry",
 9608 "pet-reporter",
 9609 "pet-virtualenv",
 9610 "pretty_assertions",
 9611 "project",
 9612 "regex",
 9613 "rope",
 9614 "semver",
 9615 "serde",
 9616 "serde_json",
 9617 "serde_json_lenient",
 9618 "settings",
 9619 "smallvec",
 9620 "smol",
 9621 "snippet",
 9622 "task",
 9623 "terminal",
 9624 "theme",
 9625 "tree-sitter",
 9626 "tree-sitter-bash",
 9627 "tree-sitter-c",
 9628 "tree-sitter-cpp",
 9629 "tree-sitter-css",
 9630 "tree-sitter-gitcommit",
 9631 "tree-sitter-go",
 9632 "tree-sitter-python",
 9633 "tree-sitter-rust",
 9634 "tree-sitter-typescript",
 9635 "unindent",
 9636 "url",
 9637 "util",
 9638]
 9639
 9640[[package]]
 9641name = "lazy_static"
 9642version = "1.5.0"
 9643source = "registry+https://github.com/rust-lang/crates.io-index"
 9644checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9645dependencies = [
 9646 "spin 0.9.8",
 9647]
 9648
 9649[[package]]
 9650name = "leak"
 9651version = "0.1.2"
 9652source = "registry+https://github.com/rust-lang/crates.io-index"
 9653checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9654
 9655[[package]]
 9656name = "leaky-cow"
 9657version = "0.1.1"
 9658source = "registry+https://github.com/rust-lang/crates.io-index"
 9659checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9660dependencies = [
 9661 "leak",
 9662]
 9663
 9664[[package]]
 9665name = "leb128"
 9666version = "0.2.5"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9669
 9670[[package]]
 9671name = "leb128fmt"
 9672version = "0.1.0"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9675
 9676[[package]]
 9677name = "lebe"
 9678version = "0.5.3"
 9679source = "registry+https://github.com/rust-lang/crates.io-index"
 9680checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9681
 9682[[package]]
 9683name = "libbz2-rs-sys"
 9684version = "0.2.2"
 9685source = "registry+https://github.com/rust-lang/crates.io-index"
 9686checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9687
 9688[[package]]
 9689name = "libc"
 9690version = "0.2.182"
 9691source = "registry+https://github.com/rust-lang/crates.io-index"
 9692checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9693
 9694[[package]]
 9695name = "libdbus-sys"
 9696version = "0.2.6"
 9697source = "registry+https://github.com/rust-lang/crates.io-index"
 9698checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9699dependencies = [
 9700 "cc",
 9701 "pkg-config",
 9702]
 9703
 9704[[package]]
 9705name = "libfuzzer-sys"
 9706version = "0.4.10"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9709dependencies = [
 9710 "arbitrary",
 9711 "cc",
 9712]
 9713
 9714[[package]]
 9715name = "libgit2-sys"
 9716version = "0.18.3+1.9.2"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9719dependencies = [
 9720 "cc",
 9721 "libc",
 9722 "libz-sys",
 9723 "pkg-config",
 9724]
 9725
 9726[[package]]
 9727name = "libloading"
 9728version = "0.8.9"
 9729source = "registry+https://github.com/rust-lang/crates.io-index"
 9730checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9731dependencies = [
 9732 "cfg-if",
 9733 "windows-link 0.2.1",
 9734]
 9735
 9736[[package]]
 9737name = "libm"
 9738version = "0.2.15"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9741
 9742[[package]]
 9743name = "libmimalloc-sys"
 9744version = "0.1.44"
 9745source = "registry+https://github.com/rust-lang/crates.io-index"
 9746checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9747dependencies = [
 9748 "cc",
 9749 "libc",
 9750]
 9751
 9752[[package]]
 9753name = "libredox"
 9754version = "0.1.10"
 9755source = "registry+https://github.com/rust-lang/crates.io-index"
 9756checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9757dependencies = [
 9758 "bitflags 2.10.0",
 9759 "libc",
 9760 "redox_syscall 0.5.18",
 9761]
 9762
 9763[[package]]
 9764name = "libsqlite3-sys"
 9765version = "0.30.1"
 9766source = "registry+https://github.com/rust-lang/crates.io-index"
 9767checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9768dependencies = [
 9769 "cc",
 9770 "pkg-config",
 9771 "vcpkg",
 9772]
 9773
 9774[[package]]
 9775name = "libwebrtc"
 9776version = "0.3.26"
 9777source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9778dependencies = [
 9779 "cxx",
 9780 "glib",
 9781 "jni",
 9782 "js-sys",
 9783 "lazy_static",
 9784 "livekit-protocol",
 9785 "livekit-runtime",
 9786 "log",
 9787 "parking_lot",
 9788 "serde",
 9789 "serde_json",
 9790 "thiserror 1.0.69",
 9791 "tokio",
 9792 "wasm-bindgen",
 9793 "wasm-bindgen-futures",
 9794 "web-sys",
 9795 "webrtc-sys",
 9796]
 9797
 9798[[package]]
 9799name = "libz-sys"
 9800version = "1.1.22"
 9801source = "registry+https://github.com/rust-lang/crates.io-index"
 9802checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9803dependencies = [
 9804 "cc",
 9805 "libc",
 9806 "pkg-config",
 9807 "vcpkg",
 9808]
 9809
 9810[[package]]
 9811name = "line_ending_selector"
 9812version = "0.1.0"
 9813dependencies = [
 9814 "editor",
 9815 "gpui",
 9816 "language",
 9817 "picker",
 9818 "project",
 9819 "ui",
 9820 "util",
 9821 "workspace",
 9822]
 9823
 9824[[package]]
 9825name = "linebender_resource_handle"
 9826version = "0.1.1"
 9827source = "registry+https://github.com/rust-lang/crates.io-index"
 9828checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9829
 9830[[package]]
 9831name = "link-cplusplus"
 9832version = "1.0.12"
 9833source = "registry+https://github.com/rust-lang/crates.io-index"
 9834checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9835dependencies = [
 9836 "cc",
 9837]
 9838
 9839[[package]]
 9840name = "linkify"
 9841version = "0.10.0"
 9842source = "registry+https://github.com/rust-lang/crates.io-index"
 9843checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9844dependencies = [
 9845 "memchr",
 9846]
 9847
 9848[[package]]
 9849name = "linux-raw-sys"
 9850version = "0.4.15"
 9851source = "registry+https://github.com/rust-lang/crates.io-index"
 9852checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9853
 9854[[package]]
 9855name = "linux-raw-sys"
 9856version = "0.11.0"
 9857source = "registry+https://github.com/rust-lang/crates.io-index"
 9858checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9859
 9860[[package]]
 9861name = "litemap"
 9862version = "0.8.0"
 9863source = "registry+https://github.com/rust-lang/crates.io-index"
 9864checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9865
 9866[[package]]
 9867name = "litrs"
 9868version = "1.0.0"
 9869source = "registry+https://github.com/rust-lang/crates.io-index"
 9870checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9871
 9872[[package]]
 9873name = "livekit"
 9874version = "0.7.32"
 9875source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9876dependencies = [
 9877 "base64 0.22.1",
 9878 "bmrng",
 9879 "bytes 1.11.1",
 9880 "chrono",
 9881 "futures-util",
 9882 "lazy_static",
 9883 "libloading",
 9884 "libwebrtc",
 9885 "livekit-api",
 9886 "livekit-protocol",
 9887 "livekit-runtime",
 9888 "log",
 9889 "parking_lot",
 9890 "prost 0.12.6",
 9891 "semver",
 9892 "serde",
 9893 "serde_json",
 9894 "thiserror 1.0.69",
 9895 "tokio",
 9896]
 9897
 9898[[package]]
 9899name = "livekit-api"
 9900version = "0.4.14"
 9901source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9902dependencies = [
 9903 "base64 0.21.7",
 9904 "futures-util",
 9905 "http 1.3.1",
 9906 "livekit-protocol",
 9907 "livekit-runtime",
 9908 "log",
 9909 "parking_lot",
 9910 "pbjson-types",
 9911 "prost 0.12.6",
 9912 "rand 0.9.3",
 9913 "reqwest 0.12.24",
 9914 "rustls-native-certs 0.6.3",
 9915 "scopeguard",
 9916 "serde",
 9917 "sha2",
 9918 "thiserror 1.0.69",
 9919 "tokio",
 9920 "tokio-rustls 0.26.2",
 9921 "tokio-tungstenite 0.28.0",
 9922 "url",
 9923]
 9924
 9925[[package]]
 9926name = "livekit-protocol"
 9927version = "0.7.1"
 9928source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9929dependencies = [
 9930 "futures-util",
 9931 "livekit-runtime",
 9932 "parking_lot",
 9933 "pbjson",
 9934 "pbjson-types",
 9935 "prost 0.12.6",
 9936 "serde",
 9937 "thiserror 1.0.69",
 9938 "tokio",
 9939]
 9940
 9941[[package]]
 9942name = "livekit-runtime"
 9943version = "0.4.0"
 9944source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9945dependencies = [
 9946 "tokio",
 9947 "tokio-stream",
 9948]
 9949
 9950[[package]]
 9951name = "livekit_api"
 9952version = "0.1.0"
 9953dependencies = [
 9954 "anyhow",
 9955 "async-trait",
 9956 "jsonwebtoken",
 9957 "log",
 9958 "prost 0.9.0",
 9959 "prost-build 0.9.0",
 9960 "prost-types 0.9.0",
 9961 "serde",
 9962 "zed-reqwest",
 9963]
 9964
 9965[[package]]
 9966name = "livekit_client"
 9967version = "0.1.0"
 9968dependencies = [
 9969 "anyhow",
 9970 "async-trait",
 9971 "audio",
 9972 "cocoa 0.26.0",
 9973 "collections",
 9974 "core-foundation 0.10.0",
 9975 "core-video",
 9976 "coreaudio-rs 0.12.1",
 9977 "cpal",
 9978 "futures 0.3.32",
 9979 "gpui",
 9980 "gpui_platform",
 9981 "gpui_tokio",
 9982 "http_client_tls",
 9983 "image",
 9984 "libwebrtc",
 9985 "livekit",
 9986 "livekit_api",
 9987 "log",
 9988 "nanoid",
 9989 "objc",
 9990 "parking_lot",
 9991 "postage",
 9992 "rodio",
 9993 "serde",
 9994 "serde_json",
 9995 "serde_urlencoded",
 9996 "settings",
 9997 "simplelog",
 9998 "smallvec",
 9999 "tokio",
10000 "ui",
10001 "util",
10002 "webrtc-sys",
10003 "zed-scap",
10004]
10005
10006[[package]]
10007name = "lmdb-master-sys"
10008version = "0.2.5"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10011dependencies = [
10012 "cc",
10013 "doxygen-rs",
10014 "libc",
10015]
10016
10017[[package]]
10018name = "lmstudio"
10019version = "0.1.0"
10020dependencies = [
10021 "anyhow",
10022 "futures 0.3.32",
10023 "http_client",
10024 "schemars",
10025 "serde",
10026 "serde_json",
10027]
10028
10029[[package]]
10030name = "lock_api"
10031version = "0.4.14"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10034dependencies = [
10035 "scopeguard",
10036]
10037
10038[[package]]
10039name = "log"
10040version = "0.4.29"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10043dependencies = [
10044 "serde_core",
10045 "value-bag",
10046]
10047
10048[[package]]
10049name = "loom"
10050version = "0.7.2"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10053dependencies = [
10054 "cfg-if",
10055 "generator",
10056 "scoped-tls",
10057 "tracing",
10058 "tracing-subscriber",
10059]
10060
10061[[package]]
10062name = "loop9"
10063version = "0.1.5"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10066dependencies = [
10067 "imgref",
10068]
10069
10070[[package]]
10071name = "lru"
10072version = "0.12.5"
10073source = "registry+https://github.com/rust-lang/crates.io-index"
10074checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10075dependencies = [
10076 "hashbrown 0.15.5",
10077]
10078
10079[[package]]
10080name = "lru-slab"
10081version = "0.1.2"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10084
10085[[package]]
10086name = "lsp"
10087version = "0.1.0"
10088dependencies = [
10089 "anyhow",
10090 "async-pipe",
10091 "collections",
10092 "ctor",
10093 "futures 0.3.32",
10094 "gpui",
10095 "gpui_util",
10096 "log",
10097 "lsp-types",
10098 "parking_lot",
10099 "postage",
10100 "release_channel",
10101 "schemars",
10102 "semver",
10103 "serde",
10104 "serde_json",
10105 "smol",
10106 "util",
10107 "zlog",
10108]
10109
10110[[package]]
10111name = "lsp-types"
10112version = "0.95.1"
10113source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10114dependencies = [
10115 "bitflags 1.3.2",
10116 "serde",
10117 "serde_json",
10118 "url",
10119]
10120
10121[[package]]
10122name = "lyon"
10123version = "1.0.16"
10124source = "registry+https://github.com/rust-lang/crates.io-index"
10125checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10126dependencies = [
10127 "lyon_algorithms",
10128 "lyon_extra",
10129 "lyon_tessellation",
10130]
10131
10132[[package]]
10133name = "lyon_algorithms"
10134version = "1.0.16"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10137dependencies = [
10138 "lyon_path",
10139 "num-traits",
10140]
10141
10142[[package]]
10143name = "lyon_extra"
10144version = "1.0.3"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10147dependencies = [
10148 "lyon_path",
10149 "thiserror 1.0.69",
10150]
10151
10152[[package]]
10153name = "lyon_geom"
10154version = "1.0.17"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10157dependencies = [
10158 "arrayvec",
10159 "euclid",
10160 "num-traits",
10161]
10162
10163[[package]]
10164name = "lyon_path"
10165version = "1.0.16"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10168dependencies = [
10169 "lyon_geom",
10170 "num-traits",
10171]
10172
10173[[package]]
10174name = "lyon_tessellation"
10175version = "1.0.16"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10178dependencies = [
10179 "float_next_after",
10180 "lyon_path",
10181 "num-traits",
10182]
10183
10184[[package]]
10185name = "mac"
10186version = "0.1.1"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10189
10190[[package]]
10191name = "mach2"
10192version = "0.4.3"
10193source = "registry+https://github.com/rust-lang/crates.io-index"
10194checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10195dependencies = [
10196 "libc",
10197]
10198
10199[[package]]
10200name = "mach2"
10201version = "0.5.0"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10204dependencies = [
10205 "libc",
10206]
10207
10208[[package]]
10209name = "malloc_buf"
10210version = "0.0.6"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10213dependencies = [
10214 "libc",
10215]
10216
10217[[package]]
10218name = "maplit"
10219version = "1.0.2"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10222
10223[[package]]
10224name = "markdown"
10225version = "0.1.0"
10226dependencies = [
10227 "anyhow",
10228 "assets",
10229 "base64 0.22.1",
10230 "collections",
10231 "env_logger 0.11.8",
10232 "fs",
10233 "futures 0.3.32",
10234 "gpui",
10235 "gpui_platform",
10236 "html5ever 0.27.0",
10237 "language",
10238 "languages",
10239 "linkify",
10240 "log",
10241 "markup5ever_rcdom",
10242 "mermaid-rs-renderer",
10243 "node_runtime",
10244 "pulldown-cmark 0.13.0",
10245 "settings",
10246 "stacksafe",
10247 "sum_tree",
10248 "theme",
10249 "theme_settings",
10250 "ui",
10251 "util",
10252]
10253
10254[[package]]
10255name = "markdown_preview"
10256version = "0.1.0"
10257dependencies = [
10258 "anyhow",
10259 "editor",
10260 "gpui",
10261 "language",
10262 "log",
10263 "markdown",
10264 "project",
10265 "settings",
10266 "tempfile",
10267 "theme_settings",
10268 "ui",
10269 "urlencoding",
10270 "util",
10271 "workspace",
10272 "zed_actions",
10273]
10274
10275[[package]]
10276name = "markup5ever"
10277version = "0.12.1"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10280dependencies = [
10281 "log",
10282 "phf 0.11.3",
10283 "phf_codegen",
10284 "string_cache",
10285 "string_cache_codegen",
10286 "tendril",
10287]
10288
10289[[package]]
10290name = "markup5ever"
10291version = "0.35.0"
10292source = "registry+https://github.com/rust-lang/crates.io-index"
10293checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10294dependencies = [
10295 "log",
10296 "tendril",
10297 "web_atoms",
10298]
10299
10300[[package]]
10301name = "markup5ever_rcdom"
10302version = "0.3.0"
10303source = "registry+https://github.com/rust-lang/crates.io-index"
10304checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10305dependencies = [
10306 "html5ever 0.27.0",
10307 "markup5ever 0.12.1",
10308 "tendril",
10309 "xml5ever",
10310]
10311
10312[[package]]
10313name = "match_token"
10314version = "0.35.0"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10317dependencies = [
10318 "proc-macro2",
10319 "quote",
10320 "syn 2.0.117",
10321]
10322
10323[[package]]
10324name = "matchers"
10325version = "0.2.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10328dependencies = [
10329 "regex-automata",
10330]
10331
10332[[package]]
10333name = "matchit"
10334version = "0.7.3"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10337
10338[[package]]
10339name = "maybe-owned"
10340version = "0.3.4"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10343
10344[[package]]
10345name = "maybe-rayon"
10346version = "0.1.1"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10349dependencies = [
10350 "cfg-if",
10351 "rayon",
10352]
10353
10354[[package]]
10355name = "md-5"
10356version = "0.10.6"
10357source = "registry+https://github.com/rust-lang/crates.io-index"
10358checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10359dependencies = [
10360 "cfg-if",
10361 "digest",
10362]
10363
10364[[package]]
10365name = "mdbook"
10366version = "0.4.40"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10369dependencies = [
10370 "ammonia",
10371 "anyhow",
10372 "chrono",
10373 "clap",
10374 "clap_complete",
10375 "elasticlunr-rs",
10376 "env_logger 0.11.8",
10377 "futures-util",
10378 "handlebars 5.1.2",
10379 "ignore",
10380 "log",
10381 "memchr",
10382 "notify 6.1.1",
10383 "notify-debouncer-mini",
10384 "once_cell",
10385 "opener",
10386 "pathdiff",
10387 "pulldown-cmark 0.10.3",
10388 "regex",
10389 "serde",
10390 "serde_json",
10391 "shlex",
10392 "tempfile",
10393 "tokio",
10394 "toml 0.5.11",
10395 "topological-sort",
10396 "walkdir",
10397 "warp",
10398]
10399
10400[[package]]
10401name = "media"
10402version = "0.1.0"
10403dependencies = [
10404 "anyhow",
10405 "bindgen 0.71.1",
10406 "core-foundation 0.10.0",
10407 "core-video",
10408 "ctor",
10409 "foreign-types 0.5.0",
10410 "metal",
10411 "objc",
10412]
10413
10414[[package]]
10415name = "memchr"
10416version = "2.7.6"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10419
10420[[package]]
10421name = "memfd"
10422version = "0.6.5"
10423source = "registry+https://github.com/rust-lang/crates.io-index"
10424checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10425dependencies = [
10426 "rustix 1.1.2",
10427]
10428
10429[[package]]
10430name = "memmap2"
10431version = "0.9.8"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10434dependencies = [
10435 "libc",
10436 "stable_deref_trait",
10437]
10438
10439[[package]]
10440name = "memoffset"
10441version = "0.9.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10444dependencies = [
10445 "autocfg",
10446]
10447
10448[[package]]
10449name = "menu"
10450version = "0.1.0"
10451dependencies = [
10452 "gpui",
10453]
10454
10455[[package]]
10456name = "merge"
10457version = "0.1.0"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10460dependencies = [
10461 "merge_derive",
10462 "num-traits",
10463]
10464
10465[[package]]
10466name = "merge_derive"
10467version = "0.1.0"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10470dependencies = [
10471 "proc-macro-error",
10472 "proc-macro2",
10473 "quote",
10474 "syn 1.0.109",
10475]
10476
10477[[package]]
10478name = "mermaid-rs-renderer"
10479version = "0.2.0"
10480source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10481dependencies = [
10482 "anyhow",
10483 "fontdb 0.16.2",
10484 "json5",
10485 "once_cell",
10486 "regex",
10487 "serde",
10488 "serde_json",
10489 "thiserror 2.0.17",
10490 "ttf-parser 0.20.0",
10491]
10492
10493[[package]]
10494name = "metal"
10495version = "0.33.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10498dependencies = [
10499 "bitflags 2.10.0",
10500 "block",
10501 "core-graphics-types 0.2.0",
10502 "foreign-types 0.5.0",
10503 "log",
10504 "objc",
10505 "paste",
10506]
10507
10508[[package]]
10509name = "migrator"
10510version = "0.1.0"
10511dependencies = [
10512 "anyhow",
10513 "collections",
10514 "convert_case 0.8.0",
10515 "log",
10516 "pretty_assertions",
10517 "serde_json",
10518 "serde_json_lenient",
10519 "settings_content",
10520 "settings_json",
10521 "streaming-iterator",
10522 "tree-sitter",
10523 "tree-sitter-json",
10524 "unindent",
10525]
10526
10527[[package]]
10528name = "mimalloc"
10529version = "0.1.48"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10532dependencies = [
10533 "libmimalloc-sys",
10534]
10535
10536[[package]]
10537name = "mime"
10538version = "0.3.17"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10541
10542[[package]]
10543name = "mime_guess"
10544version = "2.0.5"
10545source = "registry+https://github.com/rust-lang/crates.io-index"
10546checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10547dependencies = [
10548 "mime",
10549 "unicase",
10550]
10551
10552[[package]]
10553name = "minidump-common"
10554version = "0.26.1"
10555source = "registry+https://github.com/rust-lang/crates.io-index"
10556checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10557dependencies = [
10558 "bitflags 2.10.0",
10559 "debugid",
10560 "num-derive",
10561 "num-traits",
10562 "range-map",
10563 "scroll",
10564 "smart-default",
10565]
10566
10567[[package]]
10568name = "minidump-writer"
10569version = "0.11.0"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10572dependencies = [
10573 "bitflags 2.10.0",
10574 "byteorder",
10575 "cfg-if",
10576 "crash-context",
10577 "error-graph",
10578 "failspot",
10579 "goblin",
10580 "libc",
10581 "log",
10582 "mach2 0.4.3",
10583 "memmap2",
10584 "memoffset",
10585 "minidump-common",
10586 "nix 0.29.0",
10587 "procfs-core",
10588 "scroll",
10589 "serde",
10590 "serde_json",
10591 "tempfile",
10592 "thiserror 2.0.17",
10593]
10594
10595[[package]]
10596name = "minidumper"
10597version = "0.9.0"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10600dependencies = [
10601 "cfg-if",
10602 "crash-context",
10603 "libc",
10604 "log",
10605 "minidump-writer",
10606 "parking_lot",
10607 "polling",
10608 "scroll",
10609 "thiserror 2.0.17",
10610 "uds",
10611]
10612
10613[[package]]
10614name = "minimal-lexical"
10615version = "0.2.1"
10616source = "registry+https://github.com/rust-lang/crates.io-index"
10617checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10618
10619[[package]]
10620name = "miniprofiler_ui"
10621version = "0.1.0"
10622dependencies = [
10623 "gpui",
10624 "rpc",
10625 "serde_json",
10626 "smol",
10627 "theme_settings",
10628 "util",
10629 "workspace",
10630 "zed_actions",
10631]
10632
10633[[package]]
10634name = "miniz_oxide"
10635version = "0.8.9"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10638dependencies = [
10639 "adler2",
10640 "simd-adler32",
10641]
10642
10643[[package]]
10644name = "mio"
10645version = "0.8.11"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10648dependencies = [
10649 "libc",
10650 "log",
10651 "wasi",
10652 "windows-sys 0.48.0",
10653]
10654
10655[[package]]
10656name = "mio"
10657version = "1.1.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10660dependencies = [
10661 "libc",
10662 "log",
10663 "wasi",
10664 "windows-sys 0.61.2",
10665]
10666
10667[[package]]
10668name = "miow"
10669version = "0.6.1"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10672dependencies = [
10673 "windows-sys 0.61.2",
10674]
10675
10676[[package]]
10677name = "mistral"
10678version = "0.1.0"
10679dependencies = [
10680 "anyhow",
10681 "futures 0.3.32",
10682 "http_client",
10683 "schemars",
10684 "serde",
10685 "serde_json",
10686 "strum 0.27.2",
10687]
10688
10689[[package]]
10690name = "moka"
10691version = "0.12.11"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10694dependencies = [
10695 "crossbeam-channel",
10696 "crossbeam-epoch",
10697 "crossbeam-utils",
10698 "equivalent",
10699 "parking_lot",
10700 "portable-atomic",
10701 "rustc_version",
10702 "smallvec",
10703 "tagptr",
10704 "uuid",
10705]
10706
10707[[package]]
10708name = "moxcms"
10709version = "0.7.7"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10712dependencies = [
10713 "num-traits",
10714 "pxfm",
10715]
10716
10717[[package]]
10718name = "msvc_spectre_libs"
10719version = "0.1.3"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10722dependencies = [
10723 "cc",
10724]
10725
10726[[package]]
10727name = "multi_buffer"
10728version = "0.1.0"
10729dependencies = [
10730 "anyhow",
10731 "buffer_diff",
10732 "clock",
10733 "collections",
10734 "ctor",
10735 "gpui",
10736 "indoc",
10737 "itertools 0.14.0",
10738 "language",
10739 "log",
10740 "parking_lot",
10741 "pretty_assertions",
10742 "rand 0.9.3",
10743 "rope",
10744 "serde",
10745 "settings",
10746 "smallvec",
10747 "smol",
10748 "sum_tree",
10749 "text",
10750 "theme",
10751 "tracing",
10752 "tree-sitter",
10753 "unicode-segmentation",
10754 "util",
10755 "zlog",
10756 "ztracing",
10757]
10758
10759[[package]]
10760name = "multimap"
10761version = "0.8.3"
10762source = "registry+https://github.com/rust-lang/crates.io-index"
10763checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10764
10765[[package]]
10766name = "naga"
10767version = "29.0.0"
10768source = "registry+https://github.com/rust-lang/crates.io-index"
10769checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10770dependencies = [
10771 "arrayvec",
10772 "bit-set 0.9.1",
10773 "bitflags 2.10.0",
10774 "cfg-if",
10775 "cfg_aliases 0.2.1",
10776 "codespan-reporting",
10777 "half",
10778 "hashbrown 0.16.1",
10779 "hexf-parse",
10780 "indexmap",
10781 "libm",
10782 "log",
10783 "num-traits",
10784 "once_cell",
10785 "rustc-hash 1.1.0",
10786 "thiserror 2.0.17",
10787 "unicode-ident",
10788]
10789
10790[[package]]
10791name = "naga"
10792version = "29.0.0"
10793source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10794dependencies = [
10795 "arrayvec",
10796 "bit-set 0.9.1",
10797 "bitflags 2.10.0",
10798 "cfg-if",
10799 "cfg_aliases 0.2.1",
10800 "codespan-reporting",
10801 "half",
10802 "hashbrown 0.16.1",
10803 "hexf-parse",
10804 "indexmap",
10805 "libm",
10806 "log",
10807 "num-traits",
10808 "once_cell",
10809 "rustc-hash 1.1.0",
10810 "spirv",
10811 "thiserror 2.0.17",
10812 "unicode-ident",
10813]
10814
10815[[package]]
10816name = "nanoid"
10817version = "0.4.0"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10820dependencies = [
10821 "rand 0.8.5",
10822]
10823
10824[[package]]
10825name = "nanorand"
10826version = "0.7.0"
10827source = "registry+https://github.com/rust-lang/crates.io-index"
10828checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10829dependencies = [
10830 "getrandom 0.2.16",
10831]
10832
10833[[package]]
10834name = "native-tls"
10835version = "0.2.14"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10838dependencies = [
10839 "libc",
10840 "log",
10841 "openssl",
10842 "openssl-probe",
10843 "openssl-sys",
10844 "schannel",
10845 "security-framework 2.11.1",
10846 "security-framework-sys",
10847 "tempfile",
10848]
10849
10850[[package]]
10851name = "nbformat"
10852version = "1.2.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10855dependencies = [
10856 "anyhow",
10857 "chrono",
10858 "jupyter-protocol",
10859 "serde",
10860 "serde_json",
10861 "thiserror 1.0.69",
10862 "uuid",
10863]
10864
10865[[package]]
10866name = "nc"
10867version = "0.1.0"
10868dependencies = [
10869 "anyhow",
10870 "futures 0.3.32",
10871 "net",
10872 "smol",
10873]
10874
10875[[package]]
10876name = "ndk"
10877version = "0.9.0"
10878source = "registry+https://github.com/rust-lang/crates.io-index"
10879checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10880dependencies = [
10881 "bitflags 2.10.0",
10882 "jni-sys",
10883 "log",
10884 "ndk-sys",
10885 "num_enum",
10886 "thiserror 1.0.69",
10887]
10888
10889[[package]]
10890name = "ndk-context"
10891version = "0.1.1"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10894
10895[[package]]
10896name = "ndk-sys"
10897version = "0.6.0+11769913"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10900dependencies = [
10901 "jni-sys",
10902]
10903
10904[[package]]
10905name = "net"
10906version = "0.1.0"
10907dependencies = [
10908 "anyhow",
10909 "async-io",
10910 "smol",
10911 "tempfile",
10912 "windows 0.61.3",
10913]
10914
10915[[package]]
10916name = "new_debug_unreachable"
10917version = "1.0.6"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10920
10921[[package]]
10922name = "nix"
10923version = "0.28.0"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10926dependencies = [
10927 "bitflags 2.10.0",
10928 "cfg-if",
10929 "cfg_aliases 0.1.1",
10930 "libc",
10931]
10932
10933[[package]]
10934name = "nix"
10935version = "0.29.0"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10938dependencies = [
10939 "bitflags 2.10.0",
10940 "cfg-if",
10941 "cfg_aliases 0.2.1",
10942 "libc",
10943]
10944
10945[[package]]
10946name = "nix"
10947version = "0.30.1"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10950dependencies = [
10951 "bitflags 2.10.0",
10952 "cfg-if",
10953 "cfg_aliases 0.2.1",
10954 "libc",
10955]
10956
10957[[package]]
10958name = "node_runtime"
10959version = "0.1.0"
10960dependencies = [
10961 "anyhow",
10962 "async-compression",
10963 "async-std",
10964 "async-tar",
10965 "async-trait",
10966 "futures 0.3.32",
10967 "http_client",
10968 "log",
10969 "paths",
10970 "semver",
10971 "serde",
10972 "serde_json",
10973 "smol",
10974 "util",
10975 "watch",
10976 "which 6.0.3",
10977]
10978
10979[[package]]
10980name = "nom"
10981version = "7.1.3"
10982source = "registry+https://github.com/rust-lang/crates.io-index"
10983checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10984dependencies = [
10985 "memchr",
10986 "minimal-lexical",
10987]
10988
10989[[package]]
10990name = "nom"
10991version = "8.0.0"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10994dependencies = [
10995 "memchr",
10996]
10997
10998[[package]]
10999name = "noop_proc_macro"
11000version = "0.3.0"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11003
11004[[package]]
11005name = "normpath"
11006version = "1.5.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11009dependencies = [
11010 "windows-sys 0.61.2",
11011]
11012
11013[[package]]
11014name = "notifications"
11015version = "0.1.0"
11016dependencies = [
11017 "anyhow",
11018 "channel",
11019 "client",
11020 "component",
11021 "db",
11022 "gpui",
11023 "rpc",
11024 "sum_tree",
11025 "time",
11026 "ui",
11027 "util",
11028 "workspace",
11029 "zed_actions",
11030]
11031
11032[[package]]
11033name = "notify"
11034version = "6.1.1"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11037dependencies = [
11038 "bitflags 2.10.0",
11039 "crossbeam-channel",
11040 "filetime",
11041 "fsevent-sys",
11042 "inotify 0.9.6",
11043 "kqueue",
11044 "libc",
11045 "log",
11046 "mio 0.8.11",
11047 "walkdir",
11048 "windows-sys 0.48.0",
11049]
11050
11051[[package]]
11052name = "notify"
11053version = "8.2.0"
11054source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11055dependencies = [
11056 "bitflags 2.10.0",
11057 "fsevent-sys",
11058 "inotify 0.11.0",
11059 "kqueue",
11060 "libc",
11061 "log",
11062 "mio 1.1.0",
11063 "notify-types",
11064 "walkdir",
11065 "windows-sys 0.60.2",
11066]
11067
11068[[package]]
11069name = "notify-debouncer-mini"
11070version = "0.4.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11073dependencies = [
11074 "crossbeam-channel",
11075 "log",
11076 "notify 6.1.1",
11077]
11078
11079[[package]]
11080name = "notify-types"
11081version = "2.0.0"
11082source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11083
11084[[package]]
11085name = "ntapi"
11086version = "0.4.1"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11089dependencies = [
11090 "winapi",
11091]
11092
11093[[package]]
11094name = "nu-ansi-term"
11095version = "0.50.3"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11098dependencies = [
11099 "windows-sys 0.61.2",
11100]
11101
11102[[package]]
11103name = "nucleo"
11104version = "0.5.0"
11105source = "registry+https://github.com/rust-lang/crates.io-index"
11106checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11107dependencies = [
11108 "nucleo-matcher",
11109 "parking_lot",
11110 "rayon",
11111]
11112
11113[[package]]
11114name = "nucleo-matcher"
11115version = "0.3.1"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11118dependencies = [
11119 "memchr",
11120 "unicode-segmentation",
11121]
11122
11123[[package]]
11124name = "num"
11125version = "0.4.3"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11128dependencies = [
11129 "num-bigint",
11130 "num-complex",
11131 "num-integer",
11132 "num-iter",
11133 "num-rational",
11134 "num-traits",
11135]
11136
11137[[package]]
11138name = "num-bigint"
11139version = "0.4.6"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11142dependencies = [
11143 "num-integer",
11144 "num-traits",
11145]
11146
11147[[package]]
11148name = "num-bigint-dig"
11149version = "0.8.6"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11152dependencies = [
11153 "lazy_static",
11154 "libm",
11155 "num-integer",
11156 "num-iter",
11157 "num-traits",
11158 "rand 0.8.5",
11159 "smallvec",
11160 "zeroize",
11161]
11162
11163[[package]]
11164name = "num-bigint-dig"
11165version = "0.9.1"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11168dependencies = [
11169 "libm",
11170 "num-integer",
11171 "num-iter",
11172 "num-traits",
11173 "once_cell",
11174 "rand 0.9.3",
11175 "serde",
11176 "smallvec",
11177 "zeroize",
11178]
11179
11180[[package]]
11181name = "num-cmp"
11182version = "0.1.0"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11185
11186[[package]]
11187name = "num-complex"
11188version = "0.4.6"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11191dependencies = [
11192 "bytemuck",
11193 "num-traits",
11194]
11195
11196[[package]]
11197name = "num-conv"
11198version = "0.2.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11201
11202[[package]]
11203name = "num-derive"
11204version = "0.4.2"
11205source = "registry+https://github.com/rust-lang/crates.io-index"
11206checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11207dependencies = [
11208 "proc-macro2",
11209 "quote",
11210 "syn 2.0.117",
11211]
11212
11213[[package]]
11214name = "num-format"
11215version = "0.4.4"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11218dependencies = [
11219 "arrayvec",
11220 "itoa",
11221]
11222
11223[[package]]
11224name = "num-integer"
11225version = "0.1.46"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11228dependencies = [
11229 "num-traits",
11230]
11231
11232[[package]]
11233name = "num-iter"
11234version = "0.1.45"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11237dependencies = [
11238 "autocfg",
11239 "num-integer",
11240 "num-traits",
11241]
11242
11243[[package]]
11244name = "num-rational"
11245version = "0.4.2"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11248dependencies = [
11249 "num-bigint",
11250 "num-integer",
11251 "num-traits",
11252]
11253
11254[[package]]
11255name = "num-traits"
11256version = "0.2.19"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11259dependencies = [
11260 "autocfg",
11261 "libm",
11262]
11263
11264[[package]]
11265name = "num_cpus"
11266version = "1.17.0"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11269dependencies = [
11270 "hermit-abi",
11271 "libc",
11272]
11273
11274[[package]]
11275name = "num_enum"
11276version = "0.7.4"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11279dependencies = [
11280 "num_enum_derive",
11281 "rustversion",
11282]
11283
11284[[package]]
11285name = "num_enum_derive"
11286version = "0.7.4"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11289dependencies = [
11290 "proc-macro-crate",
11291 "proc-macro2",
11292 "quote",
11293 "syn 2.0.117",
11294]
11295
11296[[package]]
11297name = "num_threads"
11298version = "0.1.7"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11301dependencies = [
11302 "libc",
11303]
11304
11305[[package]]
11306name = "nvim-rs"
11307version = "0.9.2"
11308source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11309dependencies = [
11310 "async-trait",
11311 "futures 0.3.32",
11312 "log",
11313 "rmp",
11314 "rmpv",
11315 "tokio",
11316 "tokio-util",
11317]
11318
11319[[package]]
11320name = "objc"
11321version = "0.2.7"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11324dependencies = [
11325 "malloc_buf",
11326 "objc_exception",
11327]
11328
11329[[package]]
11330name = "objc-foundation"
11331version = "0.1.1"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11334dependencies = [
11335 "block",
11336 "objc",
11337 "objc_id",
11338]
11339
11340[[package]]
11341name = "objc2"
11342version = "0.6.3"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11345dependencies = [
11346 "objc2-encode",
11347]
11348
11349[[package]]
11350name = "objc2-app-kit"
11351version = "0.3.1"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11354dependencies = [
11355 "objc2",
11356 "objc2-foundation",
11357]
11358
11359[[package]]
11360name = "objc2-audio-toolbox"
11361version = "0.3.2"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11364dependencies = [
11365 "bitflags 2.10.0",
11366 "libc",
11367 "objc2",
11368 "objc2-core-audio",
11369 "objc2-core-audio-types",
11370 "objc2-core-foundation",
11371 "objc2-foundation",
11372]
11373
11374[[package]]
11375name = "objc2-avf-audio"
11376version = "0.3.2"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11379dependencies = [
11380 "objc2",
11381 "objc2-foundation",
11382]
11383
11384[[package]]
11385name = "objc2-core-audio"
11386version = "0.3.2"
11387source = "registry+https://github.com/rust-lang/crates.io-index"
11388checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11389dependencies = [
11390 "dispatch2",
11391 "objc2",
11392 "objc2-core-audio-types",
11393 "objc2-core-foundation",
11394 "objc2-foundation",
11395]
11396
11397[[package]]
11398name = "objc2-core-audio-types"
11399version = "0.3.2"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11402dependencies = [
11403 "bitflags 2.10.0",
11404 "objc2",
11405]
11406
11407[[package]]
11408name = "objc2-core-foundation"
11409version = "0.3.2"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11412dependencies = [
11413 "bitflags 2.10.0",
11414 "block2",
11415 "dispatch2",
11416 "libc",
11417 "objc2",
11418]
11419
11420[[package]]
11421name = "objc2-encode"
11422version = "4.1.0"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11425
11426[[package]]
11427name = "objc2-foundation"
11428version = "0.3.2"
11429source = "registry+https://github.com/rust-lang/crates.io-index"
11430checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11431dependencies = [
11432 "bitflags 2.10.0",
11433 "block2",
11434 "libc",
11435 "objc2",
11436 "objc2-core-foundation",
11437]
11438
11439[[package]]
11440name = "objc2-io-kit"
11441version = "0.3.2"
11442source = "registry+https://github.com/rust-lang/crates.io-index"
11443checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11444dependencies = [
11445 "libc",
11446 "objc2-core-foundation",
11447]
11448
11449[[package]]
11450name = "objc2-metal"
11451version = "0.3.2"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11454dependencies = [
11455 "bitflags 2.10.0",
11456 "block2",
11457 "dispatch2",
11458 "objc2",
11459 "objc2-core-foundation",
11460 "objc2-foundation",
11461]
11462
11463[[package]]
11464name = "objc2-quartz-core"
11465version = "0.3.2"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11468dependencies = [
11469 "bitflags 2.10.0",
11470 "objc2",
11471 "objc2-core-foundation",
11472 "objc2-foundation",
11473 "objc2-metal",
11474]
11475
11476[[package]]
11477name = "objc_exception"
11478version = "0.1.2"
11479source = "registry+https://github.com/rust-lang/crates.io-index"
11480checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11481dependencies = [
11482 "cc",
11483]
11484
11485[[package]]
11486name = "objc_id"
11487version = "0.1.1"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11490dependencies = [
11491 "objc",
11492]
11493
11494[[package]]
11495name = "object"
11496version = "0.37.3"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11499dependencies = [
11500 "crc32fast",
11501 "hashbrown 0.15.5",
11502 "indexmap",
11503 "memchr",
11504]
11505
11506[[package]]
11507name = "octocrab"
11508version = "0.49.7"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11511dependencies = [
11512 "arc-swap",
11513 "async-trait",
11514 "base64 0.22.1",
11515 "bytes 1.11.1",
11516 "cargo_metadata 0.23.1",
11517 "cfg-if",
11518 "chrono",
11519 "either",
11520 "futures 0.3.32",
11521 "futures-core",
11522 "futures-util",
11523 "getrandom 0.2.16",
11524 "http 1.3.1",
11525 "http-body 1.0.1",
11526 "http-body-util",
11527 "hyper 1.7.0",
11528 "hyper-rustls 0.27.7",
11529 "hyper-timeout",
11530 "hyper-util",
11531 "jsonwebtoken",
11532 "once_cell",
11533 "percent-encoding",
11534 "pin-project",
11535 "secrecy",
11536 "serde",
11537 "serde_json",
11538 "serde_path_to_error",
11539 "serde_urlencoded",
11540 "snafu",
11541 "tokio",
11542 "tower 0.5.2",
11543 "tower-http 0.6.6",
11544 "url",
11545 "web-time",
11546]
11547
11548[[package]]
11549name = "ollama"
11550version = "0.1.0"
11551dependencies = [
11552 "anyhow",
11553 "futures 0.3.32",
11554 "http_client",
11555 "schemars",
11556 "serde",
11557 "serde_json",
11558 "settings",
11559]
11560
11561[[package]]
11562name = "onboarding"
11563version = "0.1.0"
11564dependencies = [
11565 "anyhow",
11566 "client",
11567 "cloud_api_types",
11568 "collections",
11569 "component",
11570 "db",
11571 "documented",
11572 "fs",
11573 "fuzzy",
11574 "gpui",
11575 "menu",
11576 "notifications",
11577 "picker",
11578 "project",
11579 "schemars",
11580 "serde",
11581 "settings",
11582 "telemetry",
11583 "theme",
11584 "theme_settings",
11585 "ui",
11586 "util",
11587 "vim_mode_setting",
11588 "workspace",
11589 "zed_actions",
11590 "zlog",
11591]
11592
11593[[package]]
11594name = "once_cell"
11595version = "1.21.3"
11596source = "registry+https://github.com/rust-lang/crates.io-index"
11597checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11598
11599[[package]]
11600name = "once_cell_polyfill"
11601version = "1.70.1"
11602source = "registry+https://github.com/rust-lang/crates.io-index"
11603checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11604
11605[[package]]
11606name = "oo7"
11607version = "0.6.0"
11608source = "registry+https://github.com/rust-lang/crates.io-index"
11609checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11610dependencies = [
11611 "aes",
11612 "ashpd",
11613 "async-fs",
11614 "async-io",
11615 "async-lock 3.4.2",
11616 "blocking",
11617 "cbc",
11618 "cipher",
11619 "digest",
11620 "endi",
11621 "futures-lite 2.6.1",
11622 "futures-util",
11623 "getrandom 0.4.1",
11624 "hkdf",
11625 "hmac",
11626 "md-5",
11627 "num",
11628 "num-bigint-dig 0.9.1",
11629 "pbkdf2 0.12.2",
11630 "serde",
11631 "serde_bytes",
11632 "sha2",
11633 "subtle",
11634 "zbus",
11635 "zbus_macros",
11636 "zeroize",
11637 "zvariant",
11638]
11639
11640[[package]]
11641name = "oorandom"
11642version = "11.1.5"
11643source = "registry+https://github.com/rust-lang/crates.io-index"
11644checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11645
11646[[package]]
11647name = "open"
11648version = "5.3.2"
11649source = "registry+https://github.com/rust-lang/crates.io-index"
11650checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11651dependencies = [
11652 "is-wsl",
11653 "libc",
11654 "pathdiff",
11655]
11656
11657[[package]]
11658name = "open_ai"
11659version = "0.1.0"
11660dependencies = [
11661 "anyhow",
11662 "collections",
11663 "futures 0.3.32",
11664 "http_client",
11665 "language_model_core",
11666 "log",
11667 "pretty_assertions",
11668 "rand 0.9.3",
11669 "schemars",
11670 "serde",
11671 "serde_json",
11672 "strum 0.27.2",
11673 "thiserror 2.0.17",
11674 "tiktoken-rs",
11675]
11676
11677[[package]]
11678name = "open_path_prompt"
11679version = "0.1.0"
11680dependencies = [
11681 "editor",
11682 "file_icons",
11683 "futures 0.3.32",
11684 "fuzzy",
11685 "gpui",
11686 "picker",
11687 "project",
11688 "schemars",
11689 "serde",
11690 "serde_json",
11691 "settings",
11692 "theme",
11693 "theme_settings",
11694 "ui",
11695 "util",
11696 "workspace",
11697]
11698
11699[[package]]
11700name = "open_router"
11701version = "0.1.0"
11702dependencies = [
11703 "anyhow",
11704 "futures 0.3.32",
11705 "http_client",
11706 "language_model_core",
11707 "schemars",
11708 "serde",
11709 "serde_json",
11710 "settings",
11711 "strum 0.27.2",
11712 "thiserror 2.0.17",
11713]
11714
11715[[package]]
11716name = "opencode"
11717version = "0.1.0"
11718dependencies = [
11719 "anyhow",
11720 "futures 0.3.32",
11721 "google_ai",
11722 "http_client",
11723 "schemars",
11724 "serde",
11725 "serde_json",
11726 "strum 0.27.2",
11727]
11728
11729[[package]]
11730name = "opener"
11731version = "0.7.2"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11734dependencies = [
11735 "bstr",
11736 "dbus",
11737 "normpath",
11738 "windows-sys 0.59.0",
11739]
11740
11741[[package]]
11742name = "openssl"
11743version = "0.10.74"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11746dependencies = [
11747 "bitflags 2.10.0",
11748 "cfg-if",
11749 "foreign-types 0.3.2",
11750 "libc",
11751 "once_cell",
11752 "openssl-macros",
11753 "openssl-sys",
11754]
11755
11756[[package]]
11757name = "openssl-macros"
11758version = "0.1.1"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11761dependencies = [
11762 "proc-macro2",
11763 "quote",
11764 "syn 2.0.117",
11765]
11766
11767[[package]]
11768name = "openssl-probe"
11769version = "0.1.6"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11772
11773[[package]]
11774name = "openssl-sys"
11775version = "0.9.110"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11778dependencies = [
11779 "cc",
11780 "libc",
11781 "pkg-config",
11782 "vcpkg",
11783]
11784
11785[[package]]
11786name = "optfield"
11787version = "0.4.0"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11790dependencies = [
11791 "proc-macro2",
11792 "quote",
11793 "syn 2.0.117",
11794]
11795
11796[[package]]
11797name = "option-ext"
11798version = "0.2.0"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11801
11802[[package]]
11803name = "ordered-float"
11804version = "2.10.1"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11807dependencies = [
11808 "num-traits",
11809]
11810
11811[[package]]
11812name = "ordered-float"
11813version = "4.6.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11816dependencies = [
11817 "num-traits",
11818]
11819
11820[[package]]
11821name = "ordered-stream"
11822version = "0.2.0"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11825dependencies = [
11826 "futures-core",
11827 "pin-project-lite",
11828]
11829
11830[[package]]
11831name = "ouroboros"
11832version = "0.18.5"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11835dependencies = [
11836 "aliasable",
11837 "ouroboros_macro",
11838 "static_assertions",
11839]
11840
11841[[package]]
11842name = "ouroboros_macro"
11843version = "0.18.5"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11846dependencies = [
11847 "heck 0.4.1",
11848 "proc-macro2",
11849 "proc-macro2-diagnostics",
11850 "quote",
11851 "syn 2.0.117",
11852]
11853
11854[[package]]
11855name = "outline"
11856version = "0.1.0"
11857dependencies = [
11858 "editor",
11859 "fuzzy",
11860 "gpui",
11861 "indoc",
11862 "language",
11863 "lsp",
11864 "menu",
11865 "ordered-float 2.10.1",
11866 "picker",
11867 "project",
11868 "rope",
11869 "serde_json",
11870 "settings",
11871 "smol",
11872 "theme",
11873 "theme_settings",
11874 "ui",
11875 "util",
11876 "workspace",
11877 "zed_actions",
11878]
11879
11880[[package]]
11881name = "outline_panel"
11882version = "0.1.0"
11883dependencies = [
11884 "anyhow",
11885 "collections",
11886 "db",
11887 "editor",
11888 "file_icons",
11889 "fuzzy",
11890 "gpui",
11891 "itertools 0.14.0",
11892 "language",
11893 "log",
11894 "lsp",
11895 "menu",
11896 "outline",
11897 "pretty_assertions",
11898 "project",
11899 "search",
11900 "serde",
11901 "serde_json",
11902 "settings",
11903 "smallvec",
11904 "smol",
11905 "theme",
11906 "theme_settings",
11907 "ui",
11908 "util",
11909 "workspace",
11910 "worktree",
11911 "zed_actions",
11912]
11913
11914[[package]]
11915name = "outref"
11916version = "0.5.2"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11919
11920[[package]]
11921name = "p256"
11922version = "0.11.1"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11925dependencies = [
11926 "ecdsa",
11927 "elliptic-curve",
11928 "sha2",
11929]
11930
11931[[package]]
11932name = "page_size"
11933version = "0.6.0"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11936dependencies = [
11937 "libc",
11938 "winapi",
11939]
11940
11941[[package]]
11942name = "palette"
11943version = "0.7.6"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11946dependencies = [
11947 "approx",
11948 "fast-srgb8",
11949 "palette_derive",
11950]
11951
11952[[package]]
11953name = "palette_derive"
11954version = "0.7.6"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11957dependencies = [
11958 "by_address",
11959 "proc-macro2",
11960 "quote",
11961 "syn 2.0.117",
11962]
11963
11964[[package]]
11965name = "panel"
11966version = "0.1.0"
11967dependencies = [
11968 "gpui",
11969 "ui",
11970 "workspace",
11971]
11972
11973[[package]]
11974name = "parking"
11975version = "2.2.1"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11978
11979[[package]]
11980name = "parking_lot"
11981version = "0.12.5"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11984dependencies = [
11985 "lock_api",
11986 "parking_lot_core",
11987]
11988
11989[[package]]
11990name = "parking_lot_core"
11991version = "0.9.12"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11994dependencies = [
11995 "cfg-if",
11996 "libc",
11997 "redox_syscall 0.5.18",
11998 "smallvec",
11999 "windows-link 0.2.1",
12000]
12001
12002[[package]]
12003name = "parse_int"
12004version = "0.9.0"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12007dependencies = [
12008 "num-traits",
12009]
12010
12011[[package]]
12012name = "partial-json-fixer"
12013version = "0.5.3"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12016
12017[[package]]
12018name = "password-hash"
12019version = "0.4.2"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12022dependencies = [
12023 "base64ct",
12024 "rand_core 0.6.4",
12025 "subtle",
12026]
12027
12028[[package]]
12029name = "paste"
12030version = "1.0.15"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12033
12034[[package]]
12035name = "pathdiff"
12036version = "0.2.3"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12039
12040[[package]]
12041name = "pathfinder_geometry"
12042version = "0.5.1"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12045dependencies = [
12046 "log",
12047 "pathfinder_simd",
12048]
12049
12050[[package]]
12051name = "pathfinder_simd"
12052version = "0.5.5"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12055dependencies = [
12056 "rustc_version",
12057]
12058
12059[[package]]
12060name = "paths"
12061version = "0.1.0"
12062dependencies = [
12063 "dirs",
12064 "ignore",
12065 "util",
12066]
12067
12068[[package]]
12069name = "pbjson"
12070version = "0.6.0"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12073dependencies = [
12074 "base64 0.21.7",
12075 "serde",
12076]
12077
12078[[package]]
12079name = "pbjson-build"
12080version = "0.6.2"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12083dependencies = [
12084 "heck 0.4.1",
12085 "itertools 0.11.0",
12086 "prost 0.12.6",
12087 "prost-types 0.12.6",
12088]
12089
12090[[package]]
12091name = "pbjson-types"
12092version = "0.6.0"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12095dependencies = [
12096 "bytes 1.11.1",
12097 "chrono",
12098 "pbjson",
12099 "pbjson-build",
12100 "prost 0.12.6",
12101 "prost-build 0.12.6",
12102 "serde",
12103]
12104
12105[[package]]
12106name = "pbkdf2"
12107version = "0.11.0"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12110dependencies = [
12111 "digest",
12112 "hmac",
12113 "password-hash",
12114 "sha2",
12115]
12116
12117[[package]]
12118name = "pbkdf2"
12119version = "0.12.2"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12122dependencies = [
12123 "digest",
12124 "hmac",
12125]
12126
12127[[package]]
12128name = "pciid-parser"
12129version = "0.8.0"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12132
12133[[package]]
12134name = "peg"
12135version = "0.8.5"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12138dependencies = [
12139 "peg-macros",
12140 "peg-runtime",
12141]
12142
12143[[package]]
12144name = "peg-macros"
12145version = "0.8.5"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12148dependencies = [
12149 "peg-runtime",
12150 "proc-macro2",
12151 "quote",
12152]
12153
12154[[package]]
12155name = "peg-runtime"
12156version = "0.8.5"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12159
12160[[package]]
12161name = "pem"
12162version = "3.0.6"
12163source = "registry+https://github.com/rust-lang/crates.io-index"
12164checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12165dependencies = [
12166 "base64 0.22.1",
12167 "serde_core",
12168]
12169
12170[[package]]
12171name = "pem-rfc7468"
12172version = "0.7.0"
12173source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12175dependencies = [
12176 "base64ct",
12177]
12178
12179[[package]]
12180name = "percent-encoding"
12181version = "2.3.2"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12184
12185[[package]]
12186name = "perf"
12187version = "0.1.0"
12188dependencies = [
12189 "collections",
12190 "serde",
12191 "serde_json",
12192]
12193
12194[[package]]
12195name = "pest"
12196version = "2.8.3"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12199dependencies = [
12200 "memchr",
12201 "ucd-trie",
12202]
12203
12204[[package]]
12205name = "pest_derive"
12206version = "2.8.3"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12209dependencies = [
12210 "pest",
12211 "pest_generator",
12212]
12213
12214[[package]]
12215name = "pest_generator"
12216version = "2.8.3"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12219dependencies = [
12220 "pest",
12221 "pest_meta",
12222 "proc-macro2",
12223 "quote",
12224 "syn 2.0.117",
12225]
12226
12227[[package]]
12228name = "pest_meta"
12229version = "2.8.3"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12232dependencies = [
12233 "pest",
12234 "sha2",
12235]
12236
12237[[package]]
12238name = "pet"
12239version = "0.1.0"
12240source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12241dependencies = [
12242 "clap",
12243 "env_logger 0.10.2",
12244 "lazy_static",
12245 "log",
12246 "msvc_spectre_libs",
12247 "pet-conda",
12248 "pet-core",
12249 "pet-env-var-path",
12250 "pet-fs",
12251 "pet-global-virtualenvs",
12252 "pet-homebrew",
12253 "pet-jsonrpc",
12254 "pet-linux-global-python",
12255 "pet-mac-commandlinetools",
12256 "pet-mac-python-org",
12257 "pet-mac-xcode",
12258 "pet-pipenv",
12259 "pet-pixi",
12260 "pet-poetry",
12261 "pet-pyenv",
12262 "pet-python-utils",
12263 "pet-reporter",
12264 "pet-telemetry",
12265 "pet-uv",
12266 "pet-venv",
12267 "pet-virtualenv",
12268 "pet-virtualenvwrapper",
12269 "pet-windows-registry",
12270 "pet-windows-store",
12271 "pet-winpython",
12272 "serde",
12273 "serde_json",
12274 "tracing",
12275 "tracing-subscriber",
12276 "winresource",
12277]
12278
12279[[package]]
12280name = "pet-conda"
12281version = "0.1.0"
12282source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12283dependencies = [
12284 "env_logger 0.10.2",
12285 "lazy_static",
12286 "log",
12287 "msvc_spectre_libs",
12288 "pet-core",
12289 "pet-fs",
12290 "pet-python-utils",
12291 "pet-reporter",
12292 "rayon",
12293 "regex",
12294 "serde",
12295 "serde_json",
12296 "yaml-rust2",
12297]
12298
12299[[package]]
12300name = "pet-core"
12301version = "0.1.0"
12302source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12303dependencies = [
12304 "clap",
12305 "lazy_static",
12306 "log",
12307 "msvc_spectre_libs",
12308 "pet-fs",
12309 "regex",
12310 "serde",
12311 "serde_json",
12312]
12313
12314[[package]]
12315name = "pet-env-var-path"
12316version = "0.1.0"
12317source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12318dependencies = [
12319 "lazy_static",
12320 "log",
12321 "msvc_spectre_libs",
12322 "pet-conda",
12323 "pet-core",
12324 "pet-fs",
12325 "pet-python-utils",
12326 "pet-virtualenv",
12327 "regex",
12328]
12329
12330[[package]]
12331name = "pet-fs"
12332version = "0.1.0"
12333source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12334dependencies = [
12335 "glob",
12336 "log",
12337 "msvc_spectre_libs",
12338 "windows-sys 0.59.0",
12339]
12340
12341[[package]]
12342name = "pet-global-virtualenvs"
12343version = "0.1.0"
12344source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12345dependencies = [
12346 "log",
12347 "msvc_spectre_libs",
12348 "pet-conda",
12349 "pet-core",
12350 "pet-fs",
12351 "pet-virtualenv",
12352]
12353
12354[[package]]
12355name = "pet-homebrew"
12356version = "0.1.0"
12357source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12358dependencies = [
12359 "lazy_static",
12360 "log",
12361 "msvc_spectre_libs",
12362 "pet-conda",
12363 "pet-core",
12364 "pet-fs",
12365 "pet-python-utils",
12366 "pet-virtualenv",
12367 "rayon",
12368 "regex",
12369 "serde",
12370 "serde_json",
12371]
12372
12373[[package]]
12374name = "pet-jsonrpc"
12375version = "0.1.0"
12376source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12377dependencies = [
12378 "env_logger 0.10.2",
12379 "log",
12380 "msvc_spectre_libs",
12381 "pet-core",
12382 "serde",
12383 "serde_json",
12384]
12385
12386[[package]]
12387name = "pet-linux-global-python"
12388version = "0.1.0"
12389source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12390dependencies = [
12391 "log",
12392 "msvc_spectre_libs",
12393 "pet-core",
12394 "pet-fs",
12395 "pet-python-utils",
12396 "pet-virtualenv",
12397]
12398
12399[[package]]
12400name = "pet-mac-commandlinetools"
12401version = "0.1.0"
12402source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12403dependencies = [
12404 "log",
12405 "msvc_spectre_libs",
12406 "pet-core",
12407 "pet-fs",
12408 "pet-python-utils",
12409 "pet-virtualenv",
12410]
12411
12412[[package]]
12413name = "pet-mac-python-org"
12414version = "0.1.0"
12415source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12416dependencies = [
12417 "log",
12418 "msvc_spectre_libs",
12419 "pet-core",
12420 "pet-fs",
12421 "pet-python-utils",
12422 "pet-virtualenv",
12423]
12424
12425[[package]]
12426name = "pet-mac-xcode"
12427version = "0.1.0"
12428source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12429dependencies = [
12430 "log",
12431 "msvc_spectre_libs",
12432 "pet-core",
12433 "pet-fs",
12434 "pet-python-utils",
12435 "pet-virtualenv",
12436]
12437
12438[[package]]
12439name = "pet-pipenv"
12440version = "0.1.0"
12441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12442dependencies = [
12443 "lazy_static",
12444 "log",
12445 "msvc_spectre_libs",
12446 "pet-core",
12447 "pet-fs",
12448 "pet-python-utils",
12449 "pet-virtualenv",
12450 "regex",
12451]
12452
12453[[package]]
12454name = "pet-pixi"
12455version = "0.1.0"
12456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12457dependencies = [
12458 "log",
12459 "msvc_spectre_libs",
12460 "pet-conda",
12461 "pet-core",
12462 "pet-python-utils",
12463]
12464
12465[[package]]
12466name = "pet-poetry"
12467version = "0.1.0"
12468source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12469dependencies = [
12470 "base64 0.22.1",
12471 "lazy_static",
12472 "log",
12473 "msvc_spectre_libs",
12474 "pet-core",
12475 "pet-fs",
12476 "pet-python-utils",
12477 "pet-reporter",
12478 "pet-virtualenv",
12479 "regex",
12480 "serde",
12481 "serde_json",
12482 "sha2",
12483 "toml 0.8.23",
12484]
12485
12486[[package]]
12487name = "pet-pyenv"
12488version = "0.1.0"
12489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12490dependencies = [
12491 "lazy_static",
12492 "log",
12493 "msvc_spectre_libs",
12494 "pet-conda",
12495 "pet-core",
12496 "pet-fs",
12497 "pet-python-utils",
12498 "pet-reporter",
12499 "regex",
12500 "serde",
12501 "serde_json",
12502]
12503
12504[[package]]
12505name = "pet-python-utils"
12506version = "0.1.0"
12507source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12508dependencies = [
12509 "env_logger 0.10.2",
12510 "lazy_static",
12511 "log",
12512 "msvc_spectre_libs",
12513 "pet-core",
12514 "pet-fs",
12515 "regex",
12516 "serde",
12517 "serde_json",
12518 "sha2",
12519]
12520
12521[[package]]
12522name = "pet-reporter"
12523version = "0.1.0"
12524source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12525dependencies = [
12526 "env_logger 0.10.2",
12527 "log",
12528 "msvc_spectre_libs",
12529 "pet-core",
12530 "pet-jsonrpc",
12531 "serde",
12532 "serde_json",
12533]
12534
12535[[package]]
12536name = "pet-telemetry"
12537version = "0.1.0"
12538source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12539dependencies = [
12540 "env_logger 0.10.2",
12541 "lazy_static",
12542 "log",
12543 "msvc_spectre_libs",
12544 "pet-core",
12545 "pet-fs",
12546 "pet-python-utils",
12547 "regex",
12548]
12549
12550[[package]]
12551name = "pet-uv"
12552version = "0.1.0"
12553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12554dependencies = [
12555 "log",
12556 "pet-core",
12557 "pet-python-utils",
12558 "serde",
12559 "toml 0.9.8",
12560]
12561
12562[[package]]
12563name = "pet-venv"
12564version = "0.1.0"
12565source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12566dependencies = [
12567 "log",
12568 "msvc_spectre_libs",
12569 "pet-core",
12570 "pet-python-utils",
12571 "pet-virtualenv",
12572]
12573
12574[[package]]
12575name = "pet-virtualenv"
12576version = "0.1.0"
12577source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12578dependencies = [
12579 "log",
12580 "msvc_spectre_libs",
12581 "pet-core",
12582 "pet-fs",
12583 "pet-python-utils",
12584]
12585
12586[[package]]
12587name = "pet-virtualenvwrapper"
12588version = "0.1.0"
12589source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12590dependencies = [
12591 "log",
12592 "msvc_spectre_libs",
12593 "pet-core",
12594 "pet-fs",
12595 "pet-python-utils",
12596 "pet-virtualenv",
12597]
12598
12599[[package]]
12600name = "pet-windows-registry"
12601version = "0.1.0"
12602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12603dependencies = [
12604 "lazy_static",
12605 "log",
12606 "msvc_spectre_libs",
12607 "pet-conda",
12608 "pet-core",
12609 "pet-fs",
12610 "pet-python-utils",
12611 "pet-virtualenv",
12612 "pet-windows-store",
12613 "regex",
12614 "winreg 0.55.0",
12615]
12616
12617[[package]]
12618name = "pet-windows-store"
12619version = "0.1.0"
12620source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12621dependencies = [
12622 "lazy_static",
12623 "log",
12624 "msvc_spectre_libs",
12625 "pet-core",
12626 "pet-fs",
12627 "pet-python-utils",
12628 "pet-virtualenv",
12629 "regex",
12630 "winreg 0.55.0",
12631]
12632
12633[[package]]
12634name = "pet-winpython"
12635version = "0.1.0"
12636source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12637dependencies = [
12638 "lazy_static",
12639 "log",
12640 "pet-core",
12641 "pet-fs",
12642 "pet-python-utils",
12643 "pet-virtualenv",
12644 "regex",
12645]
12646
12647[[package]]
12648name = "petgraph"
12649version = "0.6.5"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12652dependencies = [
12653 "fixedbitset 0.4.2",
12654 "indexmap",
12655]
12656
12657[[package]]
12658name = "pgvector"
12659version = "0.4.1"
12660source = "registry+https://github.com/rust-lang/crates.io-index"
12661checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12662dependencies = [
12663 "serde",
12664]
12665
12666[[package]]
12667name = "phf"
12668version = "0.11.3"
12669source = "registry+https://github.com/rust-lang/crates.io-index"
12670checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12671dependencies = [
12672 "phf_macros 0.11.3",
12673 "phf_shared 0.11.3",
12674]
12675
12676[[package]]
12677name = "phf"
12678version = "0.12.1"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12681dependencies = [
12682 "phf_macros 0.12.1",
12683 "phf_shared 0.12.1",
12684]
12685
12686[[package]]
12687name = "phf_codegen"
12688version = "0.11.3"
12689source = "registry+https://github.com/rust-lang/crates.io-index"
12690checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12691dependencies = [
12692 "phf_generator 0.11.3",
12693 "phf_shared 0.11.3",
12694]
12695
12696[[package]]
12697name = "phf_generator"
12698version = "0.11.3"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12701dependencies = [
12702 "phf_shared 0.11.3",
12703 "rand 0.8.5",
12704]
12705
12706[[package]]
12707name = "phf_generator"
12708version = "0.12.1"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12711dependencies = [
12712 "fastrand 2.3.0",
12713 "phf_shared 0.12.1",
12714]
12715
12716[[package]]
12717name = "phf_macros"
12718version = "0.11.3"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12721dependencies = [
12722 "phf_generator 0.11.3",
12723 "phf_shared 0.11.3",
12724 "proc-macro2",
12725 "quote",
12726 "syn 2.0.117",
12727]
12728
12729[[package]]
12730name = "phf_macros"
12731version = "0.12.1"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12734dependencies = [
12735 "phf_generator 0.12.1",
12736 "phf_shared 0.12.1",
12737 "proc-macro2",
12738 "quote",
12739 "syn 2.0.117",
12740]
12741
12742[[package]]
12743name = "phf_shared"
12744version = "0.11.3"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12747dependencies = [
12748 "siphasher 1.0.1",
12749]
12750
12751[[package]]
12752name = "phf_shared"
12753version = "0.12.1"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12756dependencies = [
12757 "siphasher 1.0.1",
12758]
12759
12760[[package]]
12761name = "picker"
12762version = "0.1.0"
12763dependencies = [
12764 "anyhow",
12765 "editor",
12766 "gpui",
12767 "menu",
12768 "schemars",
12769 "serde",
12770 "settings",
12771 "theme",
12772 "theme_settings",
12773 "ui",
12774 "ui_input",
12775 "workspace",
12776 "zed_actions",
12777]
12778
12779[[package]]
12780name = "pico-args"
12781version = "0.5.0"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12784
12785[[package]]
12786name = "pin-project"
12787version = "1.1.10"
12788source = "registry+https://github.com/rust-lang/crates.io-index"
12789checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12790dependencies = [
12791 "pin-project-internal",
12792]
12793
12794[[package]]
12795name = "pin-project-internal"
12796version = "1.1.10"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12799dependencies = [
12800 "proc-macro2",
12801 "quote",
12802 "syn 2.0.117",
12803]
12804
12805[[package]]
12806name = "pin-project-lite"
12807version = "0.2.16"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12810
12811[[package]]
12812name = "pin-utils"
12813version = "0.1.0"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12816
12817[[package]]
12818name = "piper"
12819version = "0.2.4"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12822dependencies = [
12823 "atomic-waker",
12824 "fastrand 2.3.0",
12825 "futures-io",
12826]
12827
12828[[package]]
12829name = "pkcs1"
12830version = "0.7.5"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12833dependencies = [
12834 "der 0.7.10",
12835 "pkcs8 0.10.2",
12836 "spki 0.7.3",
12837]
12838
12839[[package]]
12840name = "pkcs8"
12841version = "0.9.0"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12844dependencies = [
12845 "der 0.6.1",
12846 "spki 0.6.0",
12847]
12848
12849[[package]]
12850name = "pkcs8"
12851version = "0.10.2"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12854dependencies = [
12855 "der 0.7.10",
12856 "spki 0.7.3",
12857]
12858
12859[[package]]
12860name = "pkg-config"
12861version = "0.3.32"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12864
12865[[package]]
12866name = "plain"
12867version = "0.2.3"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12870
12871[[package]]
12872name = "platform_title_bar"
12873version = "0.1.0"
12874dependencies = [
12875 "gpui",
12876 "project",
12877 "settings",
12878 "smallvec",
12879 "theme",
12880 "theme_settings",
12881 "ui",
12882 "windows 0.61.3",
12883 "workspace",
12884 "zed_actions",
12885]
12886
12887[[package]]
12888name = "plist"
12889version = "1.8.0"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12892dependencies = [
12893 "base64 0.22.1",
12894 "indexmap",
12895 "quick-xml 0.38.3",
12896 "serde",
12897 "time",
12898]
12899
12900[[package]]
12901name = "plotters"
12902version = "0.3.7"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12905dependencies = [
12906 "num-traits",
12907 "plotters-backend",
12908 "plotters-svg",
12909 "wasm-bindgen",
12910 "web-sys",
12911]
12912
12913[[package]]
12914name = "plotters-backend"
12915version = "0.3.7"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12918
12919[[package]]
12920name = "plotters-svg"
12921version = "0.3.7"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12924dependencies = [
12925 "plotters-backend",
12926]
12927
12928[[package]]
12929name = "png"
12930version = "0.17.16"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12933dependencies = [
12934 "bitflags 1.3.2",
12935 "crc32fast",
12936 "fdeflate",
12937 "flate2",
12938 "miniz_oxide",
12939]
12940
12941[[package]]
12942name = "png"
12943version = "0.18.0"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12946dependencies = [
12947 "bitflags 2.10.0",
12948 "crc32fast",
12949 "fdeflate",
12950 "flate2",
12951 "miniz_oxide",
12952]
12953
12954[[package]]
12955name = "polling"
12956version = "3.11.0"
12957source = "registry+https://github.com/rust-lang/crates.io-index"
12958checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12959dependencies = [
12960 "cfg-if",
12961 "concurrent-queue",
12962 "hermit-abi",
12963 "pin-project-lite",
12964 "rustix 1.1.2",
12965 "windows-sys 0.61.2",
12966]
12967
12968[[package]]
12969name = "pollster"
12970version = "0.2.5"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12973
12974[[package]]
12975name = "pollster"
12976version = "0.4.0"
12977source = "registry+https://github.com/rust-lang/crates.io-index"
12978checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12979
12980[[package]]
12981name = "pori"
12982version = "0.0.0"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12985dependencies = [
12986 "nom 7.1.3",
12987]
12988
12989[[package]]
12990name = "portable-atomic"
12991version = "1.11.1"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12994
12995[[package]]
12996name = "portable-atomic-util"
12997version = "0.2.4"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13000dependencies = [
13001 "portable-atomic",
13002]
13003
13004[[package]]
13005name = "portable-pty"
13006version = "0.9.0"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13009dependencies = [
13010 "anyhow",
13011 "bitflags 1.3.2",
13012 "downcast-rs",
13013 "filedescriptor",
13014 "lazy_static",
13015 "libc",
13016 "log",
13017 "nix 0.28.0",
13018 "serial2",
13019 "shared_library",
13020 "shell-words",
13021 "winapi",
13022 "winreg 0.10.1",
13023]
13024
13025[[package]]
13026name = "postage"
13027version = "0.5.0"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13030dependencies = [
13031 "atomic",
13032 "crossbeam-queue",
13033 "futures 0.3.32",
13034 "log",
13035 "parking_lot",
13036 "pin-project",
13037 "pollster 0.2.5",
13038 "static_assertions",
13039 "thiserror 1.0.69",
13040]
13041
13042[[package]]
13043name = "postcard"
13044version = "1.1.3"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13047dependencies = [
13048 "cobs",
13049 "embedded-io 0.4.0",
13050 "embedded-io 0.6.1",
13051 "serde",
13052]
13053
13054[[package]]
13055name = "potential_utf"
13056version = "0.1.3"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13059dependencies = [
13060 "zerovec",
13061]
13062
13063[[package]]
13064name = "powerfmt"
13065version = "0.2.0"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13068
13069[[package]]
13070name = "ppv-lite86"
13071version = "0.2.21"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13074dependencies = [
13075 "zerocopy",
13076]
13077
13078[[package]]
13079name = "precomputed-hash"
13080version = "0.1.1"
13081source = "registry+https://github.com/rust-lang/crates.io-index"
13082checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13083
13084[[package]]
13085name = "presser"
13086version = "0.3.1"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13089
13090[[package]]
13091name = "prettier"
13092version = "0.1.0"
13093dependencies = [
13094 "anyhow",
13095 "collections",
13096 "fs",
13097 "gpui",
13098 "language",
13099 "log",
13100 "lsp",
13101 "node_runtime",
13102 "parking_lot",
13103 "paths",
13104 "serde",
13105 "serde_json",
13106 "util",
13107]
13108
13109[[package]]
13110name = "pretty_assertions"
13111version = "1.4.1"
13112source = "registry+https://github.com/rust-lang/crates.io-index"
13113checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13114dependencies = [
13115 "diff",
13116 "yansi",
13117]
13118
13119[[package]]
13120name = "prettyplease"
13121version = "0.2.37"
13122source = "registry+https://github.com/rust-lang/crates.io-index"
13123checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13124dependencies = [
13125 "proc-macro2",
13126 "syn 2.0.117",
13127]
13128
13129[[package]]
13130name = "primal-check"
13131version = "0.3.4"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13134dependencies = [
13135 "num-integer",
13136]
13137
13138[[package]]
13139name = "proc-macro-crate"
13140version = "3.4.0"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13143dependencies = [
13144 "toml_edit 0.23.7",
13145]
13146
13147[[package]]
13148name = "proc-macro-error"
13149version = "1.0.4"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13152dependencies = [
13153 "proc-macro-error-attr",
13154 "proc-macro2",
13155 "quote",
13156 "syn 1.0.109",
13157 "version_check",
13158]
13159
13160[[package]]
13161name = "proc-macro-error-attr"
13162version = "1.0.4"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13165dependencies = [
13166 "proc-macro2",
13167 "quote",
13168 "version_check",
13169]
13170
13171[[package]]
13172name = "proc-macro-error-attr2"
13173version = "2.0.0"
13174source = "registry+https://github.com/rust-lang/crates.io-index"
13175checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13176dependencies = [
13177 "proc-macro2",
13178 "quote",
13179]
13180
13181[[package]]
13182name = "proc-macro-error2"
13183version = "2.0.1"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13186dependencies = [
13187 "proc-macro-error-attr2",
13188 "proc-macro2",
13189 "quote",
13190 "syn 2.0.117",
13191]
13192
13193[[package]]
13194name = "proc-macro2"
13195version = "1.0.101"
13196source = "registry+https://github.com/rust-lang/crates.io-index"
13197checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13198dependencies = [
13199 "unicode-ident",
13200]
13201
13202[[package]]
13203name = "proc-macro2-diagnostics"
13204version = "0.10.1"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13207dependencies = [
13208 "proc-macro2",
13209 "quote",
13210 "syn 2.0.117",
13211 "version_check",
13212 "yansi",
13213]
13214
13215[[package]]
13216name = "procfs-core"
13217version = "0.17.0"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13220dependencies = [
13221 "bitflags 2.10.0",
13222 "hex",
13223 "serde",
13224]
13225
13226[[package]]
13227name = "profiling"
13228version = "1.0.17"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13231dependencies = [
13232 "profiling-procmacros",
13233]
13234
13235[[package]]
13236name = "profiling-procmacros"
13237version = "1.0.17"
13238source = "registry+https://github.com/rust-lang/crates.io-index"
13239checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13240dependencies = [
13241 "quote",
13242 "syn 2.0.117",
13243]
13244
13245[[package]]
13246name = "project"
13247version = "0.1.0"
13248dependencies = [
13249 "aho-corasick",
13250 "anyhow",
13251 "askpass",
13252 "async-trait",
13253 "base64 0.22.1",
13254 "buffer_diff",
13255 "circular-buffer",
13256 "client",
13257 "clock",
13258 "collections",
13259 "context_server",
13260 "credentials_provider",
13261 "dap",
13262 "encoding_rs",
13263 "extension",
13264 "fancy-regex 0.17.0",
13265 "fs",
13266 "futures 0.3.32",
13267 "fuzzy",
13268 "fuzzy_nucleo",
13269 "git",
13270 "git2",
13271 "git_hosting_providers",
13272 "globset",
13273 "gpui",
13274 "http_client",
13275 "image",
13276 "indexmap",
13277 "itertools 0.14.0",
13278 "language",
13279 "log",
13280 "lsp",
13281 "markdown",
13282 "node_runtime",
13283 "parking_lot",
13284 "paths",
13285 "percent-encoding",
13286 "postage",
13287 "prettier",
13288 "pretty_assertions",
13289 "project",
13290 "rand 0.9.3",
13291 "regex",
13292 "release_channel",
13293 "remote",
13294 "rpc",
13295 "schemars",
13296 "semver",
13297 "serde",
13298 "serde_json",
13299 "settings",
13300 "sha2",
13301 "shellexpand",
13302 "smallvec",
13303 "smol",
13304 "snippet",
13305 "snippet_provider",
13306 "sum_tree",
13307 "task",
13308 "tempfile",
13309 "terminal",
13310 "text",
13311 "toml 0.8.23",
13312 "tracing",
13313 "unindent",
13314 "url",
13315 "util",
13316 "watch",
13317 "wax",
13318 "which 6.0.3",
13319 "worktree",
13320 "zed_credentials_provider",
13321 "zeroize",
13322 "zlog",
13323 "ztracing",
13324]
13325
13326[[package]]
13327name = "project_benchmarks"
13328version = "0.1.0"
13329dependencies = [
13330 "anyhow",
13331 "askpass",
13332 "clap",
13333 "client",
13334 "futures 0.3.32",
13335 "gpui",
13336 "gpui_platform",
13337 "http_client",
13338 "language",
13339 "node_runtime",
13340 "project",
13341 "release_channel",
13342 "remote",
13343 "rpassword",
13344 "semver",
13345 "settings",
13346 "watch",
13347]
13348
13349[[package]]
13350name = "project_panel"
13351version = "0.1.0"
13352dependencies = [
13353 "anyhow",
13354 "client",
13355 "collections",
13356 "command_palette_hooks",
13357 "criterion",
13358 "editor",
13359 "feature_flags",
13360 "file_icons",
13361 "fs",
13362 "futures 0.3.32",
13363 "git",
13364 "git_ui",
13365 "gpui",
13366 "itertools 0.14.0",
13367 "language",
13368 "menu",
13369 "notifications",
13370 "pretty_assertions",
13371 "project",
13372 "rayon",
13373 "remote_connection",
13374 "schemars",
13375 "search",
13376 "serde",
13377 "serde_json",
13378 "settings",
13379 "smallvec",
13380 "telemetry",
13381 "tempfile",
13382 "theme",
13383 "theme_settings",
13384 "ui",
13385 "util",
13386 "workspace",
13387 "worktree",
13388 "zed_actions",
13389]
13390
13391[[package]]
13392name = "project_symbols"
13393version = "0.1.0"
13394dependencies = [
13395 "anyhow",
13396 "editor",
13397 "futures 0.3.32",
13398 "fuzzy",
13399 "gpui",
13400 "language",
13401 "lsp",
13402 "ordered-float 2.10.1",
13403 "picker",
13404 "project",
13405 "release_channel",
13406 "semver",
13407 "serde_json",
13408 "settings",
13409 "theme",
13410 "theme_settings",
13411 "util",
13412 "workspace",
13413]
13414
13415[[package]]
13416name = "prometheus"
13417version = "0.14.0"
13418source = "registry+https://github.com/rust-lang/crates.io-index"
13419checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13420dependencies = [
13421 "cfg-if",
13422 "fnv",
13423 "lazy_static",
13424 "memchr",
13425 "parking_lot",
13426 "protobuf",
13427 "thiserror 2.0.17",
13428]
13429
13430[[package]]
13431name = "prompt_store"
13432version = "0.1.0"
13433dependencies = [
13434 "anyhow",
13435 "assets",
13436 "chrono",
13437 "collections",
13438 "fs",
13439 "futures 0.3.32",
13440 "fuzzy",
13441 "gpui",
13442 "handlebars 4.5.0",
13443 "heed",
13444 "language",
13445 "log",
13446 "parking_lot",
13447 "paths",
13448 "rope",
13449 "serde",
13450 "strum 0.27.2",
13451 "tempfile",
13452 "text",
13453 "util",
13454 "uuid",
13455]
13456
13457[[package]]
13458name = "proptest"
13459version = "1.10.0"
13460source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13461dependencies = [
13462 "bit-set 0.8.0",
13463 "bit-vec 0.8.0",
13464 "bitflags 2.10.0",
13465 "num-traits",
13466 "proptest-macro",
13467 "rand 0.9.3",
13468 "rand_chacha 0.9.0",
13469 "rand_xorshift",
13470 "regex-syntax",
13471 "rusty-fork",
13472 "tempfile",
13473 "unarray",
13474]
13475
13476[[package]]
13477name = "proptest-derive"
13478version = "0.8.0"
13479source = "registry+https://github.com/rust-lang/crates.io-index"
13480checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13481dependencies = [
13482 "proc-macro2",
13483 "quote",
13484 "syn 2.0.117",
13485]
13486
13487[[package]]
13488name = "proptest-macro"
13489version = "0.5.0"
13490source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13491dependencies = [
13492 "convert_case 0.11.0",
13493 "proc-macro2",
13494 "quote",
13495 "syn 2.0.117",
13496]
13497
13498[[package]]
13499name = "prost"
13500version = "0.9.0"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13503dependencies = [
13504 "bytes 1.11.1",
13505 "prost-derive 0.9.0",
13506]
13507
13508[[package]]
13509name = "prost"
13510version = "0.12.6"
13511source = "registry+https://github.com/rust-lang/crates.io-index"
13512checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13513dependencies = [
13514 "bytes 1.11.1",
13515 "prost-derive 0.12.6",
13516]
13517
13518[[package]]
13519name = "prost-build"
13520version = "0.9.0"
13521source = "registry+https://github.com/rust-lang/crates.io-index"
13522checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13523dependencies = [
13524 "bytes 1.11.1",
13525 "heck 0.3.3",
13526 "itertools 0.10.5",
13527 "lazy_static",
13528 "log",
13529 "multimap",
13530 "petgraph",
13531 "prost 0.9.0",
13532 "prost-types 0.9.0",
13533 "regex",
13534 "tempfile",
13535 "which 4.4.2",
13536]
13537
13538[[package]]
13539name = "prost-build"
13540version = "0.12.6"
13541source = "registry+https://github.com/rust-lang/crates.io-index"
13542checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13543dependencies = [
13544 "bytes 1.11.1",
13545 "heck 0.5.0",
13546 "itertools 0.12.1",
13547 "log",
13548 "multimap",
13549 "once_cell",
13550 "petgraph",
13551 "prettyplease",
13552 "prost 0.12.6",
13553 "prost-types 0.12.6",
13554 "regex",
13555 "syn 2.0.117",
13556 "tempfile",
13557]
13558
13559[[package]]
13560name = "prost-derive"
13561version = "0.9.0"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13564dependencies = [
13565 "anyhow",
13566 "itertools 0.10.5",
13567 "proc-macro2",
13568 "quote",
13569 "syn 1.0.109",
13570]
13571
13572[[package]]
13573name = "prost-derive"
13574version = "0.12.6"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13577dependencies = [
13578 "anyhow",
13579 "itertools 0.12.1",
13580 "proc-macro2",
13581 "quote",
13582 "syn 2.0.117",
13583]
13584
13585[[package]]
13586name = "prost-types"
13587version = "0.9.0"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13590dependencies = [
13591 "bytes 1.11.1",
13592 "prost 0.9.0",
13593]
13594
13595[[package]]
13596name = "prost-types"
13597version = "0.12.6"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13600dependencies = [
13601 "prost 0.12.6",
13602]
13603
13604[[package]]
13605name = "proto"
13606version = "0.1.0"
13607dependencies = [
13608 "anyhow",
13609 "prost 0.9.0",
13610 "prost-build 0.9.0",
13611 "serde",
13612]
13613
13614[[package]]
13615name = "protobuf"
13616version = "3.7.2"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13619dependencies = [
13620 "once_cell",
13621 "protobuf-support",
13622 "thiserror 1.0.69",
13623]
13624
13625[[package]]
13626name = "protobuf-support"
13627version = "3.7.2"
13628source = "registry+https://github.com/rust-lang/crates.io-index"
13629checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13630dependencies = [
13631 "thiserror 1.0.69",
13632]
13633
13634[[package]]
13635name = "psm"
13636version = "0.1.30"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13639dependencies = [
13640 "ar_archive_writer",
13641 "cc",
13642]
13643
13644[[package]]
13645name = "ptr_meta"
13646version = "0.1.4"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13649dependencies = [
13650 "ptr_meta_derive",
13651]
13652
13653[[package]]
13654name = "ptr_meta_derive"
13655version = "0.1.4"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13658dependencies = [
13659 "proc-macro2",
13660 "quote",
13661 "syn 1.0.109",
13662]
13663
13664[[package]]
13665name = "pulldown-cmark"
13666version = "0.10.3"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13669dependencies = [
13670 "bitflags 2.10.0",
13671 "memchr",
13672 "pulldown-cmark-escape",
13673 "unicase",
13674]
13675
13676[[package]]
13677name = "pulldown-cmark"
13678version = "0.13.0"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13681dependencies = [
13682 "bitflags 2.10.0",
13683 "memchr",
13684 "unicase",
13685]
13686
13687[[package]]
13688name = "pulldown-cmark-escape"
13689version = "0.10.1"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13692
13693[[package]]
13694name = "pulley-interpreter"
13695version = "36.0.7"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13698dependencies = [
13699 "cranelift-bitset",
13700 "log",
13701 "pulley-macros",
13702 "wasmtime-internal-math",
13703]
13704
13705[[package]]
13706name = "pulley-macros"
13707version = "36.0.7"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13710dependencies = [
13711 "proc-macro2",
13712 "quote",
13713 "syn 2.0.117",
13714]
13715
13716[[package]]
13717name = "pulp"
13718version = "0.18.22"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13721dependencies = [
13722 "bytemuck",
13723 "libm",
13724 "num-complex",
13725 "reborrow",
13726]
13727
13728[[package]]
13729name = "pulp"
13730version = "0.21.5"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13733dependencies = [
13734 "bytemuck",
13735 "cfg-if",
13736 "libm",
13737 "num-complex",
13738 "reborrow",
13739 "version_check",
13740]
13741
13742[[package]]
13743name = "pxfm"
13744version = "0.1.25"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13747dependencies = [
13748 "num-traits",
13749]
13750
13751[[package]]
13752name = "qoi"
13753version = "0.4.1"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13756dependencies = [
13757 "bytemuck",
13758]
13759
13760[[package]]
13761name = "quick-error"
13762version = "1.2.3"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13765
13766[[package]]
13767name = "quick-error"
13768version = "2.0.1"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13771
13772[[package]]
13773name = "quick-xml"
13774version = "0.30.0"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13777dependencies = [
13778 "memchr",
13779]
13780
13781[[package]]
13782name = "quick-xml"
13783version = "0.37.5"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13786dependencies = [
13787 "memchr",
13788]
13789
13790[[package]]
13791name = "quick-xml"
13792version = "0.38.3"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13795dependencies = [
13796 "memchr",
13797]
13798
13799[[package]]
13800name = "quinn"
13801version = "0.11.9"
13802source = "registry+https://github.com/rust-lang/crates.io-index"
13803checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13804dependencies = [
13805 "bytes 1.11.1",
13806 "cfg_aliases 0.2.1",
13807 "pin-project-lite",
13808 "quinn-proto",
13809 "quinn-udp",
13810 "rustc-hash 2.1.1",
13811 "rustls 0.23.33",
13812 "socket2 0.6.1",
13813 "thiserror 2.0.17",
13814 "tokio",
13815 "tracing",
13816 "web-time",
13817]
13818
13819[[package]]
13820name = "quinn-proto"
13821version = "0.11.13"
13822source = "registry+https://github.com/rust-lang/crates.io-index"
13823checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13824dependencies = [
13825 "bytes 1.11.1",
13826 "getrandom 0.3.4",
13827 "lru-slab",
13828 "rand 0.9.3",
13829 "ring",
13830 "rustc-hash 2.1.1",
13831 "rustls 0.23.33",
13832 "rustls-pki-types",
13833 "slab",
13834 "thiserror 2.0.17",
13835 "tinyvec",
13836 "tracing",
13837 "web-time",
13838]
13839
13840[[package]]
13841name = "quinn-udp"
13842version = "0.5.14"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13845dependencies = [
13846 "cfg_aliases 0.2.1",
13847 "libc",
13848 "once_cell",
13849 "socket2 0.6.1",
13850 "tracing",
13851 "windows-sys 0.60.2",
13852]
13853
13854[[package]]
13855name = "quote"
13856version = "1.0.41"
13857source = "registry+https://github.com/rust-lang/crates.io-index"
13858checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13859dependencies = [
13860 "proc-macro2",
13861]
13862
13863[[package]]
13864name = "r-efi"
13865version = "5.3.0"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13868
13869[[package]]
13870name = "radium"
13871version = "0.7.0"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13874
13875[[package]]
13876name = "rand"
13877version = "0.3.23"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13880dependencies = [
13881 "libc",
13882 "rand 0.4.6",
13883]
13884
13885[[package]]
13886name = "rand"
13887version = "0.4.6"
13888source = "registry+https://github.com/rust-lang/crates.io-index"
13889checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13890dependencies = [
13891 "fuchsia-cprng",
13892 "libc",
13893 "rand_core 0.3.1",
13894 "rdrand",
13895 "winapi",
13896]
13897
13898[[package]]
13899name = "rand"
13900version = "0.8.5"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13903dependencies = [
13904 "libc",
13905 "rand_chacha 0.3.1",
13906 "rand_core 0.6.4",
13907]
13908
13909[[package]]
13910name = "rand"
13911version = "0.9.3"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13914dependencies = [
13915 "rand_chacha 0.9.0",
13916 "rand_core 0.9.3",
13917]
13918
13919[[package]]
13920name = "rand_chacha"
13921version = "0.3.1"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13924dependencies = [
13925 "ppv-lite86",
13926 "rand_core 0.6.4",
13927]
13928
13929[[package]]
13930name = "rand_chacha"
13931version = "0.9.0"
13932source = "registry+https://github.com/rust-lang/crates.io-index"
13933checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13934dependencies = [
13935 "ppv-lite86",
13936 "rand_core 0.9.3",
13937]
13938
13939[[package]]
13940name = "rand_core"
13941version = "0.3.1"
13942source = "registry+https://github.com/rust-lang/crates.io-index"
13943checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13944dependencies = [
13945 "rand_core 0.4.2",
13946]
13947
13948[[package]]
13949name = "rand_core"
13950version = "0.4.2"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13953
13954[[package]]
13955name = "rand_core"
13956version = "0.6.4"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13959dependencies = [
13960 "getrandom 0.2.16",
13961]
13962
13963[[package]]
13964name = "rand_core"
13965version = "0.9.3"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13968dependencies = [
13969 "getrandom 0.3.4",
13970]
13971
13972[[package]]
13973name = "rand_distr"
13974version = "0.5.1"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13977dependencies = [
13978 "num-traits",
13979 "rand 0.9.3",
13980]
13981
13982[[package]]
13983name = "rand_pcg"
13984version = "0.3.1"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13987dependencies = [
13988 "rand_core 0.6.4",
13989]
13990
13991[[package]]
13992name = "rand_xorshift"
13993version = "0.4.0"
13994source = "registry+https://github.com/rust-lang/crates.io-index"
13995checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13996dependencies = [
13997 "rand_core 0.9.3",
13998]
13999
14000[[package]]
14001name = "random_choice"
14002version = "0.3.2"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14005dependencies = [
14006 "rand 0.3.23",
14007]
14008
14009[[package]]
14010name = "range-alloc"
14011version = "0.1.4"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14014
14015[[package]]
14016name = "range-map"
14017version = "0.2.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14020dependencies = [
14021 "num-traits",
14022]
14023
14024[[package]]
14025name = "rangemap"
14026version = "1.7.1"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14029
14030[[package]]
14031name = "rav1e"
14032version = "0.7.1"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14035dependencies = [
14036 "arbitrary",
14037 "arg_enum_proc_macro",
14038 "arrayvec",
14039 "av1-grain",
14040 "bitstream-io",
14041 "built",
14042 "cfg-if",
14043 "interpolate_name",
14044 "itertools 0.12.1",
14045 "libc",
14046 "libfuzzer-sys",
14047 "log",
14048 "maybe-rayon",
14049 "new_debug_unreachable",
14050 "noop_proc_macro",
14051 "num-derive",
14052 "num-traits",
14053 "once_cell",
14054 "paste",
14055 "profiling",
14056 "rand 0.8.5",
14057 "rand_chacha 0.3.1",
14058 "simd_helpers",
14059 "system-deps 6.2.2",
14060 "thiserror 1.0.69",
14061 "v_frame",
14062 "wasm-bindgen",
14063]
14064
14065[[package]]
14066name = "ravif"
14067version = "0.11.20"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14070dependencies = [
14071 "avif-serialize",
14072 "imgref",
14073 "loop9",
14074 "quick-error 2.0.1",
14075 "rav1e",
14076 "rayon",
14077 "rgb",
14078]
14079
14080[[package]]
14081name = "raw-cpuid"
14082version = "10.7.0"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14085dependencies = [
14086 "bitflags 1.3.2",
14087]
14088
14089[[package]]
14090name = "raw-cpuid"
14091version = "11.6.0"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14094dependencies = [
14095 "bitflags 2.10.0",
14096]
14097
14098[[package]]
14099name = "raw-window-handle"
14100version = "0.6.2"
14101source = "registry+https://github.com/rust-lang/crates.io-index"
14102checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14103
14104[[package]]
14105name = "raw-window-metal"
14106version = "1.1.0"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14109dependencies = [
14110 "objc2",
14111 "objc2-core-foundation",
14112 "objc2-foundation",
14113 "objc2-quartz-core",
14114]
14115
14116[[package]]
14117name = "rayon"
14118version = "1.11.0"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14121dependencies = [
14122 "either",
14123 "rayon-core",
14124]
14125
14126[[package]]
14127name = "rayon-core"
14128version = "1.13.0"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14131dependencies = [
14132 "crossbeam-deque",
14133 "crossbeam-utils",
14134]
14135
14136[[package]]
14137name = "rdrand"
14138version = "0.4.0"
14139source = "registry+https://github.com/rust-lang/crates.io-index"
14140checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14141dependencies = [
14142 "rand_core 0.3.1",
14143]
14144
14145[[package]]
14146name = "read-fonts"
14147version = "0.35.0"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14150dependencies = [
14151 "bytemuck",
14152 "font-types 0.10.0",
14153]
14154
14155[[package]]
14156name = "read-fonts"
14157version = "0.37.0"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14160dependencies = [
14161 "bytemuck",
14162 "core_maths",
14163 "font-types 0.11.0",
14164]
14165
14166[[package]]
14167name = "realfft"
14168version = "3.5.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14171dependencies = [
14172 "rustfft",
14173]
14174
14175[[package]]
14176name = "reborrow"
14177version = "0.5.5"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14180
14181[[package]]
14182name = "recent_projects"
14183version = "0.1.0"
14184dependencies = [
14185 "anyhow",
14186 "askpass",
14187 "chrono",
14188 "db",
14189 "dev_container",
14190 "editor",
14191 "extension",
14192 "extension_host",
14193 "fs",
14194 "futures 0.3.32",
14195 "fuzzy",
14196 "gpui",
14197 "http_client",
14198 "indoc",
14199 "language",
14200 "log",
14201 "menu",
14202 "node_runtime",
14203 "open_path_prompt",
14204 "ordered-float 2.10.1",
14205 "paths",
14206 "picker",
14207 "project",
14208 "release_channel",
14209 "remote",
14210 "remote_connection",
14211 "remote_server",
14212 "semver",
14213 "serde",
14214 "serde_json",
14215 "settings",
14216 "smol",
14217 "task",
14218 "telemetry",
14219 "ui",
14220 "ui_input",
14221 "util",
14222 "windows-registry 0.6.1",
14223 "workspace",
14224 "worktree",
14225 "zed_actions",
14226]
14227
14228[[package]]
14229name = "redox_syscall"
14230version = "0.2.16"
14231source = "registry+https://github.com/rust-lang/crates.io-index"
14232checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14233dependencies = [
14234 "bitflags 1.3.2",
14235]
14236
14237[[package]]
14238name = "redox_syscall"
14239version = "0.5.18"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14242dependencies = [
14243 "bitflags 2.10.0",
14244]
14245
14246[[package]]
14247name = "redox_users"
14248version = "0.5.2"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14251dependencies = [
14252 "getrandom 0.2.16",
14253 "libredox",
14254 "thiserror 2.0.17",
14255]
14256
14257[[package]]
14258name = "ref-cast"
14259version = "1.0.25"
14260source = "registry+https://github.com/rust-lang/crates.io-index"
14261checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14262dependencies = [
14263 "ref-cast-impl",
14264]
14265
14266[[package]]
14267name = "ref-cast-impl"
14268version = "1.0.25"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14271dependencies = [
14272 "proc-macro2",
14273 "quote",
14274 "syn 2.0.117",
14275]
14276
14277[[package]]
14278name = "referencing"
14279version = "0.37.4"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14282dependencies = [
14283 "ahash 0.8.12",
14284 "fluent-uri",
14285 "getrandom 0.3.4",
14286 "hashbrown 0.16.1",
14287 "parking_lot",
14288 "percent-encoding",
14289 "serde_json",
14290]
14291
14292[[package]]
14293name = "refineable"
14294version = "0.1.0"
14295dependencies = [
14296 "derive_refineable",
14297]
14298
14299[[package]]
14300name = "regalloc2"
14301version = "0.12.2"
14302source = "registry+https://github.com/rust-lang/crates.io-index"
14303checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14304dependencies = [
14305 "allocator-api2",
14306 "bumpalo",
14307 "hashbrown 0.15.5",
14308 "log",
14309 "rustc-hash 2.1.1",
14310 "serde",
14311 "smallvec",
14312]
14313
14314[[package]]
14315name = "regex"
14316version = "1.12.2"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14319dependencies = [
14320 "aho-corasick",
14321 "memchr",
14322 "regex-automata",
14323 "regex-syntax",
14324]
14325
14326[[package]]
14327name = "regex-automata"
14328version = "0.4.13"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14331dependencies = [
14332 "aho-corasick",
14333 "memchr",
14334 "regex-syntax",
14335]
14336
14337[[package]]
14338name = "regex-lite"
14339version = "0.1.8"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14342
14343[[package]]
14344name = "regex-syntax"
14345version = "0.8.8"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14348
14349[[package]]
14350name = "release_channel"
14351version = "0.1.0"
14352dependencies = [
14353 "gpui",
14354 "semver",
14355]
14356
14357[[package]]
14358name = "remote"
14359version = "0.1.0"
14360dependencies = [
14361 "anyhow",
14362 "askpass",
14363 "async-trait",
14364 "base64 0.22.1",
14365 "collections",
14366 "fs",
14367 "futures 0.3.32",
14368 "gpui",
14369 "log",
14370 "parking_lot",
14371 "paths",
14372 "prost 0.9.0",
14373 "release_channel",
14374 "rpc",
14375 "schemars",
14376 "semver",
14377 "serde",
14378 "serde_json",
14379 "settings",
14380 "smol",
14381 "tempfile",
14382 "thiserror 2.0.17",
14383 "urlencoding",
14384 "util",
14385 "which 6.0.3",
14386]
14387
14388[[package]]
14389name = "remote_connection"
14390version = "0.1.0"
14391dependencies = [
14392 "anyhow",
14393 "askpass",
14394 "auto_update",
14395 "futures 0.3.32",
14396 "gpui",
14397 "log",
14398 "markdown",
14399 "menu",
14400 "release_channel",
14401 "remote",
14402 "semver",
14403 "settings",
14404 "theme_settings",
14405 "ui",
14406 "ui_input",
14407 "workspace",
14408]
14409
14410[[package]]
14411name = "remote_server"
14412version = "0.1.0"
14413dependencies = [
14414 "action_log",
14415 "agent",
14416 "anyhow",
14417 "askpass",
14418 "cargo_toml",
14419 "clap",
14420 "client",
14421 "clock",
14422 "collections",
14423 "crash-handler",
14424 "crashes",
14425 "dap_adapters",
14426 "debug_adapter_extension",
14427 "editor",
14428 "env_logger 0.11.8",
14429 "extension",
14430 "extension_host",
14431 "fork",
14432 "fs",
14433 "futures 0.3.32",
14434 "git",
14435 "git2",
14436 "git_hosting_providers",
14437 "gpui",
14438 "gpui_platform",
14439 "gpui_tokio",
14440 "http_client",
14441 "image",
14442 "json_schema_store",
14443 "language",
14444 "language_extension",
14445 "language_model",
14446 "languages",
14447 "libc",
14448 "log",
14449 "lsp",
14450 "minidumper",
14451 "net",
14452 "node_runtime",
14453 "paths",
14454 "pretty_assertions",
14455 "project",
14456 "proto",
14457 "rayon",
14458 "release_channel",
14459 "remote",
14460 "reqwest_client",
14461 "rpc",
14462 "rust-embed",
14463 "semver",
14464 "serde",
14465 "serde_json",
14466 "settings",
14467 "shellexpand",
14468 "smol",
14469 "sysinfo 0.37.2",
14470 "task",
14471 "theme",
14472 "theme_settings",
14473 "thiserror 2.0.17",
14474 "toml 0.8.23",
14475 "unindent",
14476 "util",
14477 "uuid",
14478 "watch",
14479 "windows 0.61.3",
14480 "worktree",
14481 "zlog",
14482]
14483
14484[[package]]
14485name = "rend"
14486version = "0.4.2"
14487source = "registry+https://github.com/rust-lang/crates.io-index"
14488checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14489dependencies = [
14490 "bytecheck",
14491]
14492
14493[[package]]
14494name = "renderdoc-sys"
14495version = "1.1.0"
14496source = "registry+https://github.com/rust-lang/crates.io-index"
14497checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14498
14499[[package]]
14500name = "repl"
14501version = "0.1.0"
14502dependencies = [
14503 "alacritty_terminal",
14504 "anyhow",
14505 "async-dispatcher",
14506 "async-task",
14507 "async-tungstenite",
14508 "base64 0.22.1",
14509 "client",
14510 "collections",
14511 "command_palette_hooks",
14512 "editor",
14513 "feature_flags",
14514 "file_icons",
14515 "futures 0.3.32",
14516 "gpui",
14517 "html_to_markdown",
14518 "http_client",
14519 "image",
14520 "indoc",
14521 "jupyter-protocol",
14522 "jupyter-websocket-client",
14523 "language",
14524 "languages",
14525 "log",
14526 "markdown",
14527 "menu",
14528 "multi_buffer",
14529 "nbformat",
14530 "picker",
14531 "project",
14532 "remote",
14533 "runtimelib",
14534 "serde",
14535 "serde_json",
14536 "settings",
14537 "shlex",
14538 "smol",
14539 "telemetry",
14540 "terminal",
14541 "terminal_view",
14542 "theme",
14543 "theme_settings",
14544 "tree-sitter-md",
14545 "tree-sitter-python",
14546 "tree-sitter-typescript",
14547 "ui",
14548 "util",
14549 "uuid",
14550 "workspace",
14551 "zed_actions",
14552]
14553
14554[[package]]
14555name = "reqwest"
14556version = "0.11.27"
14557source = "registry+https://github.com/rust-lang/crates.io-index"
14558checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14559dependencies = [
14560 "base64 0.21.7",
14561 "bytes 1.11.1",
14562 "encoding_rs",
14563 "futures-core",
14564 "futures-util",
14565 "h2 0.3.27",
14566 "http 0.2.12",
14567 "http-body 0.4.6",
14568 "hyper 0.14.32",
14569 "hyper-tls",
14570 "ipnet",
14571 "js-sys",
14572 "log",
14573 "mime",
14574 "native-tls",
14575 "once_cell",
14576 "percent-encoding",
14577 "pin-project-lite",
14578 "rustls-pemfile 1.0.4",
14579 "serde",
14580 "serde_json",
14581 "serde_urlencoded",
14582 "sync_wrapper 0.1.2",
14583 "system-configuration 0.5.1",
14584 "tokio",
14585 "tokio-native-tls",
14586 "tower-service",
14587 "url",
14588 "wasm-bindgen",
14589 "wasm-bindgen-futures",
14590 "web-sys",
14591 "winreg 0.50.0",
14592]
14593
14594[[package]]
14595name = "reqwest"
14596version = "0.12.24"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14599dependencies = [
14600 "base64 0.22.1",
14601 "bytes 1.11.1",
14602 "futures-channel",
14603 "futures-core",
14604 "futures-util",
14605 "http 1.3.1",
14606 "http-body 1.0.1",
14607 "http-body-util",
14608 "hyper 1.7.0",
14609 "hyper-rustls 0.27.7",
14610 "hyper-util",
14611 "js-sys",
14612 "log",
14613 "percent-encoding",
14614 "pin-project-lite",
14615 "quinn",
14616 "rustls 0.23.33",
14617 "rustls-native-certs 0.8.2",
14618 "rustls-pki-types",
14619 "serde",
14620 "serde_json",
14621 "serde_urlencoded",
14622 "sync_wrapper 1.0.2",
14623 "tokio",
14624 "tokio-rustls 0.26.2",
14625 "tower 0.5.2",
14626 "tower-http 0.6.6",
14627 "tower-service",
14628 "url",
14629 "wasm-bindgen",
14630 "wasm-bindgen-futures",
14631 "web-sys",
14632]
14633
14634[[package]]
14635name = "reqwest_client"
14636version = "0.1.0"
14637dependencies = [
14638 "anyhow",
14639 "bytes 1.11.1",
14640 "futures 0.3.32",
14641 "gpui_util",
14642 "http_client",
14643 "http_client_tls",
14644 "log",
14645 "regex",
14646 "serde",
14647 "tokio",
14648 "zed-reqwest",
14649]
14650
14651[[package]]
14652name = "resvg"
14653version = "0.45.1"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14656dependencies = [
14657 "gif",
14658 "image-webp",
14659 "log",
14660 "pico-args",
14661 "rgb",
14662 "svgtypes",
14663 "tiny-skia",
14664 "usvg",
14665 "zune-jpeg",
14666]
14667
14668[[package]]
14669name = "rfc6979"
14670version = "0.3.1"
14671source = "registry+https://github.com/rust-lang/crates.io-index"
14672checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14673dependencies = [
14674 "crypto-bigint 0.4.9",
14675 "hmac",
14676 "zeroize",
14677]
14678
14679[[package]]
14680name = "rgb"
14681version = "0.8.52"
14682source = "registry+https://github.com/rust-lang/crates.io-index"
14683checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14684dependencies = [
14685 "bytemuck",
14686]
14687
14688[[package]]
14689name = "ring"
14690version = "0.17.14"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14693dependencies = [
14694 "cc",
14695 "cfg-if",
14696 "getrandom 0.2.16",
14697 "libc",
14698 "untrusted 0.9.0",
14699 "windows-sys 0.52.0",
14700]
14701
14702[[package]]
14703name = "rkyv"
14704version = "0.7.45"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14707dependencies = [
14708 "bitvec",
14709 "bytecheck",
14710 "bytes 1.11.1",
14711 "hashbrown 0.12.3",
14712 "ptr_meta",
14713 "rend",
14714 "rkyv_derive",
14715 "seahash",
14716 "tinyvec",
14717 "uuid",
14718]
14719
14720[[package]]
14721name = "rkyv_derive"
14722version = "0.7.45"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14725dependencies = [
14726 "proc-macro2",
14727 "quote",
14728 "syn 1.0.109",
14729]
14730
14731[[package]]
14732name = "rmp"
14733version = "0.8.14"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14736dependencies = [
14737 "byteorder",
14738 "num-traits",
14739 "paste",
14740]
14741
14742[[package]]
14743name = "rmpv"
14744version = "1.3.0"
14745source = "registry+https://github.com/rust-lang/crates.io-index"
14746checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14747dependencies = [
14748 "num-traits",
14749 "rmp",
14750]
14751
14752[[package]]
14753name = "rodio"
14754version = "0.21.1"
14755source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14756dependencies = [
14757 "cpal",
14758 "dasp_sample",
14759 "hound",
14760 "num-rational",
14761 "rand 0.9.3",
14762 "rand_distr",
14763 "rtrb",
14764 "symphonia",
14765 "thiserror 2.0.17",
14766]
14767
14768[[package]]
14769name = "rope"
14770version = "0.1.0"
14771dependencies = [
14772 "criterion",
14773 "ctor",
14774 "gpui",
14775 "heapless",
14776 "log",
14777 "rand 0.9.3",
14778 "rayon",
14779 "sum_tree",
14780 "tracing",
14781 "unicode-segmentation",
14782 "util",
14783 "zlog",
14784 "ztracing",
14785]
14786
14787[[package]]
14788name = "roxmltree"
14789version = "0.20.0"
14790source = "registry+https://github.com/rust-lang/crates.io-index"
14791checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14792
14793[[package]]
14794name = "rpassword"
14795version = "7.4.0"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14798dependencies = [
14799 "libc",
14800 "rtoolbox",
14801 "windows-sys 0.59.0",
14802]
14803
14804[[package]]
14805name = "rpc"
14806version = "0.1.0"
14807dependencies = [
14808 "anyhow",
14809 "async-tungstenite",
14810 "base64 0.22.1",
14811 "collections",
14812 "futures 0.3.32",
14813 "gpui",
14814 "parking_lot",
14815 "proto",
14816 "rand 0.9.3",
14817 "rsa",
14818 "serde",
14819 "serde_json",
14820 "sha2",
14821 "strum 0.27.2",
14822 "tracing",
14823 "util",
14824 "zlog",
14825 "zstd",
14826]
14827
14828[[package]]
14829name = "rsa"
14830version = "0.9.10"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14833dependencies = [
14834 "const-oid",
14835 "digest",
14836 "num-bigint-dig 0.8.6",
14837 "num-integer",
14838 "num-traits",
14839 "pkcs1",
14840 "pkcs8 0.10.2",
14841 "rand_core 0.6.4",
14842 "signature 2.2.0",
14843 "spki 0.7.3",
14844 "subtle",
14845 "zeroize",
14846]
14847
14848[[package]]
14849name = "rtoolbox"
14850version = "0.0.3"
14851source = "registry+https://github.com/rust-lang/crates.io-index"
14852checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14853dependencies = [
14854 "libc",
14855 "windows-sys 0.52.0",
14856]
14857
14858[[package]]
14859name = "rtrb"
14860version = "0.3.2"
14861source = "registry+https://github.com/rust-lang/crates.io-index"
14862checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14863
14864[[package]]
14865name = "rules_library"
14866version = "0.1.0"
14867dependencies = [
14868 "anyhow",
14869 "collections",
14870 "editor",
14871 "gpui",
14872 "language",
14873 "language_model",
14874 "log",
14875 "menu",
14876 "picker",
14877 "platform_title_bar",
14878 "prompt_store",
14879 "release_channel",
14880 "rope",
14881 "serde",
14882 "settings",
14883 "theme_settings",
14884 "ui",
14885 "ui_input",
14886 "util",
14887 "workspace",
14888 "zed_actions",
14889]
14890
14891[[package]]
14892name = "runtimelib"
14893version = "1.4.0"
14894source = "registry+https://github.com/rust-lang/crates.io-index"
14895checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14896dependencies = [
14897 "async-dispatcher",
14898 "async-std",
14899 "aws-lc-rs",
14900 "base64 0.22.1",
14901 "bytes 1.11.1",
14902 "chrono",
14903 "data-encoding",
14904 "dirs",
14905 "futures 0.3.32",
14906 "glob",
14907 "jupyter-protocol",
14908 "serde",
14909 "serde_json",
14910 "shellexpand",
14911 "smol",
14912 "thiserror 2.0.17",
14913 "uuid",
14914 "zeromq",
14915]
14916
14917[[package]]
14918name = "rust-embed"
14919version = "8.11.0"
14920source = "registry+https://github.com/rust-lang/crates.io-index"
14921checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14922dependencies = [
14923 "rust-embed-impl",
14924 "rust-embed-utils",
14925 "walkdir",
14926]
14927
14928[[package]]
14929name = "rust-embed-impl"
14930version = "8.11.0"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14933dependencies = [
14934 "proc-macro2",
14935 "quote",
14936 "rust-embed-utils",
14937 "syn 2.0.117",
14938 "walkdir",
14939]
14940
14941[[package]]
14942name = "rust-embed-utils"
14943version = "8.11.0"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14946dependencies = [
14947 "globset",
14948 "sha2",
14949 "walkdir",
14950]
14951
14952[[package]]
14953name = "rust_decimal"
14954version = "1.39.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14957dependencies = [
14958 "arrayvec",
14959 "borsh",
14960 "bytes 1.11.1",
14961 "num-traits",
14962 "rand 0.8.5",
14963 "rkyv",
14964 "serde",
14965 "serde_json",
14966]
14967
14968[[package]]
14969name = "rustc-demangle"
14970version = "0.1.26"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14973
14974[[package]]
14975name = "rustc-hash"
14976version = "1.1.0"
14977source = "registry+https://github.com/rust-lang/crates.io-index"
14978checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14979
14980[[package]]
14981name = "rustc-hash"
14982version = "2.1.1"
14983source = "registry+https://github.com/rust-lang/crates.io-index"
14984checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14985
14986[[package]]
14987name = "rustc_version"
14988version = "0.4.1"
14989source = "registry+https://github.com/rust-lang/crates.io-index"
14990checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14991dependencies = [
14992 "semver",
14993]
14994
14995[[package]]
14996name = "rustfft"
14997version = "6.4.1"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15000dependencies = [
15001 "num-complex",
15002 "num-integer",
15003 "num-traits",
15004 "primal-check",
15005 "strength_reduce",
15006 "transpose",
15007]
15008
15009[[package]]
15010name = "rustix"
15011version = "0.38.44"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15014dependencies = [
15015 "bitflags 2.10.0",
15016 "errno 0.3.14",
15017 "libc",
15018 "linux-raw-sys 0.4.15",
15019 "windows-sys 0.59.0",
15020]
15021
15022[[package]]
15023name = "rustix"
15024version = "1.1.2"
15025source = "registry+https://github.com/rust-lang/crates.io-index"
15026checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15027dependencies = [
15028 "bitflags 2.10.0",
15029 "errno 0.3.14",
15030 "libc",
15031 "linux-raw-sys 0.11.0",
15032 "windows-sys 0.61.2",
15033]
15034
15035[[package]]
15036name = "rustix-linux-procfs"
15037version = "0.1.1"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15040dependencies = [
15041 "once_cell",
15042 "rustix 1.1.2",
15043]
15044
15045[[package]]
15046name = "rustix-openpty"
15047version = "0.2.0"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15050dependencies = [
15051 "errno 0.3.14",
15052 "libc",
15053 "rustix 1.1.2",
15054]
15055
15056[[package]]
15057name = "rustls"
15058version = "0.21.12"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15061dependencies = [
15062 "log",
15063 "ring",
15064 "rustls-webpki 0.101.7",
15065 "sct",
15066]
15067
15068[[package]]
15069name = "rustls"
15070version = "0.23.33"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15073dependencies = [
15074 "aws-lc-rs",
15075 "log",
15076 "once_cell",
15077 "ring",
15078 "rustls-pki-types",
15079 "rustls-webpki 0.103.7",
15080 "subtle",
15081 "zeroize",
15082]
15083
15084[[package]]
15085name = "rustls-native-certs"
15086version = "0.6.3"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15089dependencies = [
15090 "openssl-probe",
15091 "rustls-pemfile 1.0.4",
15092 "schannel",
15093 "security-framework 2.11.1",
15094]
15095
15096[[package]]
15097name = "rustls-native-certs"
15098version = "0.8.2"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15101dependencies = [
15102 "openssl-probe",
15103 "rustls-pki-types",
15104 "schannel",
15105 "security-framework 3.5.1",
15106]
15107
15108[[package]]
15109name = "rustls-pemfile"
15110version = "1.0.4"
15111source = "registry+https://github.com/rust-lang/crates.io-index"
15112checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15113dependencies = [
15114 "base64 0.21.7",
15115]
15116
15117[[package]]
15118name = "rustls-pemfile"
15119version = "2.2.0"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15122dependencies = [
15123 "rustls-pki-types",
15124]
15125
15126[[package]]
15127name = "rustls-pki-types"
15128version = "1.12.0"
15129source = "registry+https://github.com/rust-lang/crates.io-index"
15130checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15131dependencies = [
15132 "web-time",
15133 "zeroize",
15134]
15135
15136[[package]]
15137name = "rustls-platform-verifier"
15138version = "0.5.3"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15141dependencies = [
15142 "core-foundation 0.10.0",
15143 "core-foundation-sys",
15144 "jni",
15145 "log",
15146 "once_cell",
15147 "rustls 0.23.33",
15148 "rustls-native-certs 0.8.2",
15149 "rustls-platform-verifier-android",
15150 "rustls-webpki 0.103.7",
15151 "security-framework 3.5.1",
15152 "security-framework-sys",
15153 "webpki-root-certs",
15154 "windows-sys 0.59.0",
15155]
15156
15157[[package]]
15158name = "rustls-platform-verifier-android"
15159version = "0.1.1"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15162
15163[[package]]
15164name = "rustls-webpki"
15165version = "0.101.7"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15168dependencies = [
15169 "ring",
15170 "untrusted 0.9.0",
15171]
15172
15173[[package]]
15174name = "rustls-webpki"
15175version = "0.103.7"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15178dependencies = [
15179 "aws-lc-rs",
15180 "ring",
15181 "rustls-pki-types",
15182 "untrusted 0.9.0",
15183]
15184
15185[[package]]
15186name = "rustversion"
15187version = "1.0.22"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15190
15191[[package]]
15192name = "rusty-fork"
15193version = "0.3.1"
15194source = "registry+https://github.com/rust-lang/crates.io-index"
15195checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15196dependencies = [
15197 "fnv",
15198 "quick-error 1.2.3",
15199 "tempfile",
15200 "wait-timeout",
15201]
15202
15203[[package]]
15204name = "rustybuzz"
15205version = "0.20.1"
15206source = "registry+https://github.com/rust-lang/crates.io-index"
15207checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15208dependencies = [
15209 "bitflags 2.10.0",
15210 "bytemuck",
15211 "core_maths",
15212 "log",
15213 "smallvec",
15214 "ttf-parser 0.25.1",
15215 "unicode-bidi-mirroring",
15216 "unicode-ccc",
15217 "unicode-properties",
15218 "unicode-script",
15219]
15220
15221[[package]]
15222name = "ryu"
15223version = "1.0.20"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15226
15227[[package]]
15228name = "saa"
15229version = "5.4.9"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15232
15233[[package]]
15234name = "safetensors"
15235version = "0.4.5"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15238dependencies = [
15239 "serde",
15240 "serde_json",
15241]
15242
15243[[package]]
15244name = "same-file"
15245version = "1.0.6"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15248dependencies = [
15249 "winapi-util",
15250]
15251
15252[[package]]
15253name = "scc"
15254version = "3.5.6"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15257dependencies = [
15258 "saa",
15259 "sdd",
15260]
15261
15262[[package]]
15263name = "schannel"
15264version = "0.1.28"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15267dependencies = [
15268 "windows-sys 0.61.2",
15269]
15270
15271[[package]]
15272name = "scheduler"
15273version = "0.1.0"
15274dependencies = [
15275 "async-task",
15276 "backtrace",
15277 "chrono",
15278 "flume",
15279 "futures 0.3.32",
15280 "parking_lot",
15281 "rand 0.9.3",
15282 "web-time",
15283]
15284
15285[[package]]
15286name = "schema_generator"
15287version = "0.1.0"
15288dependencies = [
15289 "anyhow",
15290 "clap",
15291 "env_logger 0.11.8",
15292 "schemars",
15293 "serde",
15294 "serde_json",
15295 "settings",
15296 "theme",
15297 "theme_settings",
15298]
15299
15300[[package]]
15301name = "schemars"
15302version = "1.0.4"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15305dependencies = [
15306 "dyn-clone",
15307 "indexmap",
15308 "ref-cast",
15309 "schemars_derive",
15310 "serde",
15311 "serde_json",
15312]
15313
15314[[package]]
15315name = "schemars_derive"
15316version = "1.0.4"
15317source = "registry+https://github.com/rust-lang/crates.io-index"
15318checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15319dependencies = [
15320 "proc-macro2",
15321 "quote",
15322 "serde_derive_internals",
15323 "syn 2.0.117",
15324]
15325
15326[[package]]
15327name = "scoped-tls"
15328version = "1.0.1"
15329source = "registry+https://github.com/rust-lang/crates.io-index"
15330checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15331
15332[[package]]
15333name = "scopeguard"
15334version = "1.2.0"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15337
15338[[package]]
15339name = "scratch"
15340version = "1.0.9"
15341source = "registry+https://github.com/rust-lang/crates.io-index"
15342checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15343
15344[[package]]
15345name = "screencapturekit"
15346version = "0.2.8"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15349dependencies = [
15350 "screencapturekit-sys",
15351]
15352
15353[[package]]
15354name = "screencapturekit-sys"
15355version = "0.2.8"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15358dependencies = [
15359 "block",
15360 "dispatch",
15361 "objc",
15362 "objc-foundation",
15363 "objc_id",
15364 "once_cell",
15365]
15366
15367[[package]]
15368name = "scroll"
15369version = "0.12.0"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15372dependencies = [
15373 "scroll_derive",
15374]
15375
15376[[package]]
15377name = "scroll_derive"
15378version = "0.12.1"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15381dependencies = [
15382 "proc-macro2",
15383 "quote",
15384 "syn 2.0.117",
15385]
15386
15387[[package]]
15388name = "sct"
15389version = "0.7.1"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15392dependencies = [
15393 "ring",
15394 "untrusted 0.9.0",
15395]
15396
15397[[package]]
15398name = "sdd"
15399version = "4.6.2"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15402
15403[[package]]
15404name = "sea-bae"
15405version = "0.2.1"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15408dependencies = [
15409 "heck 0.4.1",
15410 "proc-macro-error2",
15411 "proc-macro2",
15412 "quote",
15413 "syn 2.0.117",
15414]
15415
15416[[package]]
15417name = "sea-orm"
15418version = "1.1.10"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15421dependencies = [
15422 "async-stream",
15423 "async-trait",
15424 "bigdecimal",
15425 "chrono",
15426 "futures-util",
15427 "log",
15428 "ouroboros",
15429 "pgvector",
15430 "rust_decimal",
15431 "sea-orm-macros",
15432 "sea-query",
15433 "sea-query-binder",
15434 "serde",
15435 "serde_json",
15436 "sqlx",
15437 "strum 0.26.3",
15438 "thiserror 2.0.17",
15439 "time",
15440 "tracing",
15441 "url",
15442 "uuid",
15443]
15444
15445[[package]]
15446name = "sea-orm-macros"
15447version = "1.1.10"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15450dependencies = [
15451 "heck 0.4.1",
15452 "proc-macro2",
15453 "quote",
15454 "sea-bae",
15455 "syn 2.0.117",
15456 "unicode-ident",
15457]
15458
15459[[package]]
15460name = "sea-query"
15461version = "0.32.7"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15464dependencies = [
15465 "bigdecimal",
15466 "chrono",
15467 "inherent",
15468 "ordered-float 4.6.0",
15469 "rust_decimal",
15470 "serde_json",
15471 "time",
15472 "uuid",
15473]
15474
15475[[package]]
15476name = "sea-query-binder"
15477version = "0.7.0"
15478source = "registry+https://github.com/rust-lang/crates.io-index"
15479checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15480dependencies = [
15481 "bigdecimal",
15482 "chrono",
15483 "rust_decimal",
15484 "sea-query",
15485 "serde_json",
15486 "sqlx",
15487 "time",
15488 "uuid",
15489]
15490
15491[[package]]
15492name = "seahash"
15493version = "4.1.0"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15496
15497[[package]]
15498name = "search"
15499version = "0.1.0"
15500dependencies = [
15501 "any_vec",
15502 "anyhow",
15503 "bitflags 2.10.0",
15504 "collections",
15505 "editor",
15506 "fs",
15507 "futures 0.3.32",
15508 "gpui",
15509 "itertools 0.14.0",
15510 "language",
15511 "lsp",
15512 "menu",
15513 "multi_buffer",
15514 "pretty_assertions",
15515 "project",
15516 "serde",
15517 "serde_json",
15518 "settings",
15519 "smol",
15520 "theme",
15521 "theme_settings",
15522 "tracing",
15523 "ui",
15524 "unindent",
15525 "util",
15526 "util_macros",
15527 "workspace",
15528 "zed_actions",
15529 "ztracing",
15530]
15531
15532[[package]]
15533name = "sec1"
15534version = "0.3.0"
15535source = "registry+https://github.com/rust-lang/crates.io-index"
15536checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15537dependencies = [
15538 "base16ct",
15539 "der 0.6.1",
15540 "generic-array",
15541 "pkcs8 0.9.0",
15542 "subtle",
15543 "zeroize",
15544]
15545
15546[[package]]
15547name = "secrecy"
15548version = "0.10.3"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15551dependencies = [
15552 "zeroize",
15553]
15554
15555[[package]]
15556name = "security-framework"
15557version = "2.11.1"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15560dependencies = [
15561 "bitflags 2.10.0",
15562 "core-foundation 0.9.4",
15563 "core-foundation-sys",
15564 "libc",
15565 "security-framework-sys",
15566]
15567
15568[[package]]
15569name = "security-framework"
15570version = "3.5.1"
15571source = "registry+https://github.com/rust-lang/crates.io-index"
15572checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15573dependencies = [
15574 "bitflags 2.10.0",
15575 "core-foundation 0.10.0",
15576 "core-foundation-sys",
15577 "libc",
15578 "security-framework-sys",
15579]
15580
15581[[package]]
15582name = "security-framework-sys"
15583version = "2.15.0"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15586dependencies = [
15587 "core-foundation-sys",
15588 "libc",
15589]
15590
15591[[package]]
15592name = "self_cell"
15593version = "1.2.2"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15596
15597[[package]]
15598name = "semver"
15599version = "1.0.27"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15602dependencies = [
15603 "serde",
15604 "serde_core",
15605]
15606
15607[[package]]
15608name = "seq-macro"
15609version = "0.3.6"
15610source = "registry+https://github.com/rust-lang/crates.io-index"
15611checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15612
15613[[package]]
15614name = "serde"
15615version = "1.0.228"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15618dependencies = [
15619 "serde_core",
15620 "serde_derive",
15621]
15622
15623[[package]]
15624name = "serde_bytes"
15625version = "0.11.19"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15628dependencies = [
15629 "serde",
15630 "serde_core",
15631]
15632
15633[[package]]
15634name = "serde_core"
15635version = "1.0.228"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15638dependencies = [
15639 "serde_derive",
15640]
15641
15642[[package]]
15643name = "serde_derive"
15644version = "1.0.228"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15647dependencies = [
15648 "proc-macro2",
15649 "quote",
15650 "syn 2.0.117",
15651]
15652
15653[[package]]
15654name = "serde_derive_internals"
15655version = "0.29.1"
15656source = "registry+https://github.com/rust-lang/crates.io-index"
15657checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15658dependencies = [
15659 "proc-macro2",
15660 "quote",
15661 "syn 2.0.117",
15662]
15663
15664[[package]]
15665name = "serde_fmt"
15666version = "1.0.3"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15669dependencies = [
15670 "serde",
15671]
15672
15673[[package]]
15674name = "serde_json"
15675version = "1.0.145"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15678dependencies = [
15679 "indexmap",
15680 "itoa",
15681 "memchr",
15682 "ryu",
15683 "serde",
15684 "serde_core",
15685]
15686
15687[[package]]
15688name = "serde_json_lenient"
15689version = "0.2.4"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15692dependencies = [
15693 "indexmap",
15694 "itoa",
15695 "memchr",
15696 "ryu",
15697 "serde",
15698]
15699
15700[[package]]
15701name = "serde_path_to_error"
15702version = "0.1.20"
15703source = "registry+https://github.com/rust-lang/crates.io-index"
15704checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15705dependencies = [
15706 "itoa",
15707 "serde",
15708 "serde_core",
15709]
15710
15711[[package]]
15712name = "serde_repr"
15713version = "0.1.20"
15714source = "registry+https://github.com/rust-lang/crates.io-index"
15715checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15716dependencies = [
15717 "proc-macro2",
15718 "quote",
15719 "syn 2.0.117",
15720]
15721
15722[[package]]
15723name = "serde_spanned"
15724version = "0.6.9"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15727dependencies = [
15728 "serde",
15729]
15730
15731[[package]]
15732name = "serde_spanned"
15733version = "1.0.3"
15734source = "registry+https://github.com/rust-lang/crates.io-index"
15735checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15736dependencies = [
15737 "serde_core",
15738]
15739
15740[[package]]
15741name = "serde_urlencoded"
15742version = "0.7.1"
15743source = "registry+https://github.com/rust-lang/crates.io-index"
15744checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15745dependencies = [
15746 "form_urlencoded",
15747 "itoa",
15748 "ryu",
15749 "serde",
15750]
15751
15752[[package]]
15753name = "serde_yaml"
15754version = "0.9.34+deprecated"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15757dependencies = [
15758 "indexmap",
15759 "itoa",
15760 "ryu",
15761 "serde",
15762 "unsafe-libyaml",
15763]
15764
15765[[package]]
15766name = "serial2"
15767version = "0.2.33"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15770dependencies = [
15771 "cfg-if",
15772 "libc",
15773 "winapi",
15774]
15775
15776[[package]]
15777name = "session"
15778version = "0.1.0"
15779dependencies = [
15780 "db",
15781 "gpui",
15782 "serde_json",
15783 "util",
15784 "uuid",
15785]
15786
15787[[package]]
15788name = "settings"
15789version = "0.1.0"
15790dependencies = [
15791 "anyhow",
15792 "collections",
15793 "ec4rs",
15794 "fs",
15795 "futures 0.3.32",
15796 "gpui",
15797 "indoc",
15798 "inventory",
15799 "log",
15800 "migrator",
15801 "paths",
15802 "pretty_assertions",
15803 "release_channel",
15804 "rust-embed",
15805 "schemars",
15806 "serde",
15807 "serde_json",
15808 "serde_json_lenient",
15809 "settings_content",
15810 "settings_json",
15811 "settings_macros",
15812 "smallvec",
15813 "unindent",
15814 "util",
15815 "zlog",
15816]
15817
15818[[package]]
15819name = "settings_content"
15820version = "0.1.0"
15821dependencies = [
15822 "anyhow",
15823 "collections",
15824 "derive_more",
15825 "gpui",
15826 "language_model_core",
15827 "log",
15828 "schemars",
15829 "serde",
15830 "serde_json",
15831 "serde_json_lenient",
15832 "settings_json",
15833 "settings_macros",
15834 "strum 0.27.2",
15835 "util",
15836]
15837
15838[[package]]
15839name = "settings_json"
15840version = "0.1.0"
15841dependencies = [
15842 "anyhow",
15843 "pretty_assertions",
15844 "serde",
15845 "serde_json",
15846 "serde_json_lenient",
15847 "serde_path_to_error",
15848 "tree-sitter",
15849 "tree-sitter-json",
15850 "unindent",
15851 "util",
15852]
15853
15854[[package]]
15855name = "settings_macros"
15856version = "0.1.0"
15857dependencies = [
15858 "quote",
15859 "settings",
15860 "syn 2.0.117",
15861]
15862
15863[[package]]
15864name = "settings_profile_selector"
15865version = "0.1.0"
15866dependencies = [
15867 "editor",
15868 "fuzzy",
15869 "gpui",
15870 "menu",
15871 "picker",
15872 "project",
15873 "serde_json",
15874 "settings",
15875 "theme",
15876 "theme_settings",
15877 "ui",
15878 "workspace",
15879 "zed_actions",
15880]
15881
15882[[package]]
15883name = "settings_ui"
15884version = "0.1.0"
15885dependencies = [
15886 "agent",
15887 "agent_settings",
15888 "anyhow",
15889 "audio",
15890 "codestral",
15891 "component",
15892 "copilot",
15893 "copilot_ui",
15894 "cpal",
15895 "edit_prediction",
15896 "edit_prediction_ui",
15897 "editor",
15898 "fs",
15899 "futures 0.3.32",
15900 "fuzzy",
15901 "gpui",
15902 "heck 0.5.0",
15903 "itertools 0.14.0",
15904 "language",
15905 "log",
15906 "menu",
15907 "paths",
15908 "picker",
15909 "platform_title_bar",
15910 "pretty_assertions",
15911 "project",
15912 "regex",
15913 "release_channel",
15914 "rodio",
15915 "schemars",
15916 "search",
15917 "serde",
15918 "serde_json",
15919 "settings",
15920 "shell_command_parser",
15921 "strum 0.27.2",
15922 "telemetry",
15923 "theme",
15924 "theme_settings",
15925 "title_bar",
15926 "ui",
15927 "util",
15928 "workspace",
15929 "zed_actions",
15930 "zed_credentials_provider",
15931]
15932
15933[[package]]
15934name = "sha-1"
15935version = "0.10.1"
15936source = "registry+https://github.com/rust-lang/crates.io-index"
15937checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15938dependencies = [
15939 "cfg-if",
15940 "cpufeatures",
15941 "digest",
15942]
15943
15944[[package]]
15945name = "sha1"
15946version = "0.10.6"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15949dependencies = [
15950 "cfg-if",
15951 "cpufeatures",
15952 "digest",
15953]
15954
15955[[package]]
15956name = "sha1_smol"
15957version = "1.0.1"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15960
15961[[package]]
15962name = "sha2"
15963version = "0.10.9"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15966dependencies = [
15967 "cfg-if",
15968 "cpufeatures",
15969 "digest",
15970]
15971
15972[[package]]
15973name = "sharded-slab"
15974version = "0.1.7"
15975source = "registry+https://github.com/rust-lang/crates.io-index"
15976checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15977dependencies = [
15978 "lazy_static",
15979]
15980
15981[[package]]
15982name = "shared_library"
15983version = "0.1.9"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15986dependencies = [
15987 "lazy_static",
15988 "libc",
15989]
15990
15991[[package]]
15992name = "shell-words"
15993version = "1.1.0"
15994source = "registry+https://github.com/rust-lang/crates.io-index"
15995checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15996
15997[[package]]
15998name = "shell_command_parser"
15999version = "0.1.0"
16000dependencies = [
16001 "brush-parser",
16002]
16003
16004[[package]]
16005name = "shellexpand"
16006version = "3.1.1"
16007source = "registry+https://github.com/rust-lang/crates.io-index"
16008checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16009dependencies = [
16010 "dirs",
16011]
16012
16013[[package]]
16014name = "shingles"
16015version = "0.1.1"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16018
16019[[package]]
16020name = "shlex"
16021version = "1.3.0"
16022source = "registry+https://github.com/rust-lang/crates.io-index"
16023checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16024
16025[[package]]
16026name = "sidebar"
16027version = "0.1.0"
16028dependencies = [
16029 "acp_thread",
16030 "action_log",
16031 "agent",
16032 "agent-client-protocol",
16033 "agent_settings",
16034 "agent_ui",
16035 "anyhow",
16036 "chrono",
16037 "client",
16038 "clock",
16039 "db",
16040 "editor",
16041 "extension",
16042 "fs",
16043 "git",
16044 "gpui",
16045 "http_client",
16046 "language",
16047 "language_model",
16048 "log",
16049 "menu",
16050 "node_runtime",
16051 "platform_title_bar",
16052 "pretty_assertions",
16053 "project",
16054 "prompt_store",
16055 "recent_projects",
16056 "release_channel",
16057 "remote",
16058 "remote_connection",
16059 "remote_server",
16060 "semver",
16061 "serde",
16062 "serde_json",
16063 "settings",
16064 "smol",
16065 "theme",
16066 "theme_settings",
16067 "ui",
16068 "util",
16069 "vim_mode_setting",
16070 "workspace",
16071 "zed_actions",
16072]
16073
16074[[package]]
16075name = "signal-hook"
16076version = "0.3.18"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16079dependencies = [
16080 "libc",
16081 "signal-hook-registry",
16082]
16083
16084[[package]]
16085name = "signal-hook-registry"
16086version = "1.4.6"
16087source = "registry+https://github.com/rust-lang/crates.io-index"
16088checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16089dependencies = [
16090 "libc",
16091]
16092
16093[[package]]
16094name = "signature"
16095version = "1.6.4"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16098dependencies = [
16099 "digest",
16100 "rand_core 0.6.4",
16101]
16102
16103[[package]]
16104name = "signature"
16105version = "2.2.0"
16106source = "registry+https://github.com/rust-lang/crates.io-index"
16107checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16108dependencies = [
16109 "digest",
16110 "rand_core 0.6.4",
16111]
16112
16113[[package]]
16114name = "simd-adler32"
16115version = "0.3.7"
16116source = "registry+https://github.com/rust-lang/crates.io-index"
16117checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16118
16119[[package]]
16120name = "simd_helpers"
16121version = "0.1.0"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16124dependencies = [
16125 "quote",
16126]
16127
16128[[package]]
16129name = "simdutf8"
16130version = "0.1.5"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16133
16134[[package]]
16135name = "similar"
16136version = "2.7.0"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16139
16140[[package]]
16141name = "simple_asn1"
16142version = "0.6.3"
16143source = "registry+https://github.com/rust-lang/crates.io-index"
16144checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16145dependencies = [
16146 "num-bigint",
16147 "num-traits",
16148 "thiserror 2.0.17",
16149 "time",
16150]
16151
16152[[package]]
16153name = "simplecss"
16154version = "0.2.2"
16155source = "registry+https://github.com/rust-lang/crates.io-index"
16156checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16157dependencies = [
16158 "log",
16159]
16160
16161[[package]]
16162name = "simplelog"
16163version = "0.12.2"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16166dependencies = [
16167 "log",
16168 "termcolor",
16169 "time",
16170]
16171
16172[[package]]
16173name = "siphasher"
16174version = "0.3.11"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16177
16178[[package]]
16179name = "siphasher"
16180version = "1.0.1"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16183
16184[[package]]
16185name = "skrifa"
16186version = "0.37.0"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16189dependencies = [
16190 "bytemuck",
16191 "read-fonts 0.35.0",
16192]
16193
16194[[package]]
16195name = "skrifa"
16196version = "0.40.0"
16197source = "registry+https://github.com/rust-lang/crates.io-index"
16198checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16199dependencies = [
16200 "bytemuck",
16201 "read-fonts 0.37.0",
16202]
16203
16204[[package]]
16205name = "slab"
16206version = "0.4.11"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16209
16210[[package]]
16211name = "slotmap"
16212version = "1.0.7"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16215dependencies = [
16216 "version_check",
16217]
16218
16219[[package]]
16220name = "smallvec"
16221version = "1.15.1"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16224dependencies = [
16225 "serde",
16226]
16227
16228[[package]]
16229name = "smart-default"
16230version = "0.7.1"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16233dependencies = [
16234 "proc-macro2",
16235 "quote",
16236 "syn 2.0.117",
16237]
16238
16239[[package]]
16240name = "smol"
16241version = "2.0.2"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16244dependencies = [
16245 "async-channel 2.5.0",
16246 "async-executor",
16247 "async-fs",
16248 "async-io",
16249 "async-lock 3.4.2",
16250 "async-net",
16251 "async-process",
16252 "blocking",
16253 "futures-lite 2.6.1",
16254]
16255
16256[[package]]
16257name = "smol_str"
16258version = "0.3.5"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16261
16262[[package]]
16263name = "snafu"
16264version = "0.8.9"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16267dependencies = [
16268 "snafu-derive",
16269]
16270
16271[[package]]
16272name = "snafu-derive"
16273version = "0.8.9"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16276dependencies = [
16277 "heck 0.5.0",
16278 "proc-macro2",
16279 "quote",
16280 "syn 2.0.117",
16281]
16282
16283[[package]]
16284name = "snippet"
16285version = "0.1.0"
16286dependencies = [
16287 "anyhow",
16288 "smallvec",
16289]
16290
16291[[package]]
16292name = "snippet_provider"
16293version = "0.1.0"
16294dependencies = [
16295 "anyhow",
16296 "collections",
16297 "extension",
16298 "fs",
16299 "futures 0.3.32",
16300 "gpui",
16301 "indoc",
16302 "parking_lot",
16303 "paths",
16304 "schemars",
16305 "serde",
16306 "serde_json",
16307 "serde_json_lenient",
16308 "snippet",
16309 "util",
16310]
16311
16312[[package]]
16313name = "snippets_ui"
16314version = "0.1.0"
16315dependencies = [
16316 "file_icons",
16317 "fuzzy",
16318 "gpui",
16319 "language",
16320 "open_path_prompt",
16321 "paths",
16322 "picker",
16323 "settings",
16324 "ui",
16325 "util",
16326 "workspace",
16327]
16328
16329[[package]]
16330name = "socket2"
16331version = "0.5.10"
16332source = "registry+https://github.com/rust-lang/crates.io-index"
16333checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16334dependencies = [
16335 "libc",
16336 "windows-sys 0.52.0",
16337]
16338
16339[[package]]
16340name = "socket2"
16341version = "0.6.1"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16344dependencies = [
16345 "libc",
16346 "windows-sys 0.60.2",
16347]
16348
16349[[package]]
16350name = "spdx"
16351version = "0.10.9"
16352source = "registry+https://github.com/rust-lang/crates.io-index"
16353checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16354dependencies = [
16355 "smallvec",
16356]
16357
16358[[package]]
16359name = "spin"
16360version = "0.9.8"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16363dependencies = [
16364 "lock_api",
16365]
16366
16367[[package]]
16368name = "spin"
16369version = "0.10.0"
16370source = "registry+https://github.com/rust-lang/crates.io-index"
16371checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16372dependencies = [
16373 "lock_api",
16374]
16375
16376[[package]]
16377name = "spirv"
16378version = "0.4.0+sdk-1.4.341.0"
16379source = "registry+https://github.com/rust-lang/crates.io-index"
16380checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16381dependencies = [
16382 "bitflags 2.10.0",
16383]
16384
16385[[package]]
16386name = "spki"
16387version = "0.6.0"
16388source = "registry+https://github.com/rust-lang/crates.io-index"
16389checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16390dependencies = [
16391 "base64ct",
16392 "der 0.6.1",
16393]
16394
16395[[package]]
16396name = "spki"
16397version = "0.7.3"
16398source = "registry+https://github.com/rust-lang/crates.io-index"
16399checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16400dependencies = [
16401 "base64ct",
16402 "der 0.7.10",
16403]
16404
16405[[package]]
16406name = "sqlez"
16407version = "0.1.0"
16408dependencies = [
16409 "anyhow",
16410 "collections",
16411 "futures 0.3.32",
16412 "indoc",
16413 "libsqlite3-sys",
16414 "log",
16415 "parking_lot",
16416 "smol",
16417 "sqlformat",
16418 "thread_local",
16419 "util",
16420 "uuid",
16421]
16422
16423[[package]]
16424name = "sqlez_macros"
16425version = "0.1.0"
16426dependencies = [
16427 "sqlez",
16428 "sqlformat",
16429 "syn 2.0.117",
16430]
16431
16432[[package]]
16433name = "sqlformat"
16434version = "0.2.6"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16437dependencies = [
16438 "nom 7.1.3",
16439 "unicode_categories",
16440]
16441
16442[[package]]
16443name = "sqlx"
16444version = "0.8.6"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16447dependencies = [
16448 "sqlx-core",
16449 "sqlx-macros",
16450 "sqlx-mysql",
16451 "sqlx-postgres",
16452 "sqlx-sqlite",
16453]
16454
16455[[package]]
16456name = "sqlx-core"
16457version = "0.8.6"
16458source = "registry+https://github.com/rust-lang/crates.io-index"
16459checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16460dependencies = [
16461 "base64 0.22.1",
16462 "bigdecimal",
16463 "bytes 1.11.1",
16464 "chrono",
16465 "crc",
16466 "crossbeam-queue",
16467 "either",
16468 "event-listener 5.4.1",
16469 "futures-core",
16470 "futures-intrusive",
16471 "futures-io",
16472 "futures-util",
16473 "hashbrown 0.15.5",
16474 "hashlink 0.10.0",
16475 "indexmap",
16476 "log",
16477 "memchr",
16478 "once_cell",
16479 "percent-encoding",
16480 "rust_decimal",
16481 "rustls 0.23.33",
16482 "serde",
16483 "serde_json",
16484 "sha2",
16485 "smallvec",
16486 "thiserror 2.0.17",
16487 "time",
16488 "tokio",
16489 "tokio-stream",
16490 "tracing",
16491 "url",
16492 "uuid",
16493 "webpki-roots",
16494]
16495
16496[[package]]
16497name = "sqlx-macros"
16498version = "0.8.6"
16499source = "registry+https://github.com/rust-lang/crates.io-index"
16500checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16501dependencies = [
16502 "proc-macro2",
16503 "quote",
16504 "sqlx-core",
16505 "sqlx-macros-core",
16506 "syn 2.0.117",
16507]
16508
16509[[package]]
16510name = "sqlx-macros-core"
16511version = "0.8.6"
16512source = "registry+https://github.com/rust-lang/crates.io-index"
16513checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16514dependencies = [
16515 "dotenvy",
16516 "either",
16517 "heck 0.5.0",
16518 "hex",
16519 "once_cell",
16520 "proc-macro2",
16521 "quote",
16522 "serde",
16523 "serde_json",
16524 "sha2",
16525 "sqlx-core",
16526 "sqlx-mysql",
16527 "sqlx-postgres",
16528 "sqlx-sqlite",
16529 "syn 2.0.117",
16530 "tokio",
16531 "url",
16532]
16533
16534[[package]]
16535name = "sqlx-mysql"
16536version = "0.8.6"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16539dependencies = [
16540 "atoi",
16541 "base64 0.22.1",
16542 "bigdecimal",
16543 "bitflags 2.10.0",
16544 "byteorder",
16545 "bytes 1.11.1",
16546 "chrono",
16547 "crc",
16548 "digest",
16549 "dotenvy",
16550 "either",
16551 "futures-channel",
16552 "futures-core",
16553 "futures-io",
16554 "futures-util",
16555 "generic-array",
16556 "hex",
16557 "hkdf",
16558 "hmac",
16559 "itoa",
16560 "log",
16561 "md-5",
16562 "memchr",
16563 "once_cell",
16564 "percent-encoding",
16565 "rand 0.8.5",
16566 "rsa",
16567 "rust_decimal",
16568 "serde",
16569 "sha1",
16570 "sha2",
16571 "smallvec",
16572 "sqlx-core",
16573 "stringprep",
16574 "thiserror 2.0.17",
16575 "time",
16576 "tracing",
16577 "uuid",
16578 "whoami",
16579]
16580
16581[[package]]
16582name = "sqlx-postgres"
16583version = "0.8.6"
16584source = "registry+https://github.com/rust-lang/crates.io-index"
16585checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16586dependencies = [
16587 "atoi",
16588 "base64 0.22.1",
16589 "bigdecimal",
16590 "bitflags 2.10.0",
16591 "byteorder",
16592 "chrono",
16593 "crc",
16594 "dotenvy",
16595 "etcetera",
16596 "futures-channel",
16597 "futures-core",
16598 "futures-util",
16599 "hex",
16600 "hkdf",
16601 "hmac",
16602 "home",
16603 "itoa",
16604 "log",
16605 "md-5",
16606 "memchr",
16607 "num-bigint",
16608 "once_cell",
16609 "rand 0.8.5",
16610 "rust_decimal",
16611 "serde",
16612 "serde_json",
16613 "sha2",
16614 "smallvec",
16615 "sqlx-core",
16616 "stringprep",
16617 "thiserror 2.0.17",
16618 "time",
16619 "tracing",
16620 "uuid",
16621 "whoami",
16622]
16623
16624[[package]]
16625name = "sqlx-sqlite"
16626version = "0.8.6"
16627source = "registry+https://github.com/rust-lang/crates.io-index"
16628checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16629dependencies = [
16630 "atoi",
16631 "chrono",
16632 "flume",
16633 "futures-channel",
16634 "futures-core",
16635 "futures-executor",
16636 "futures-intrusive",
16637 "futures-util",
16638 "libsqlite3-sys",
16639 "log",
16640 "percent-encoding",
16641 "serde",
16642 "serde_urlencoded",
16643 "sqlx-core",
16644 "thiserror 2.0.17",
16645 "time",
16646 "tracing",
16647 "url",
16648 "uuid",
16649]
16650
16651[[package]]
16652name = "stable_deref_trait"
16653version = "1.2.1"
16654source = "registry+https://github.com/rust-lang/crates.io-index"
16655checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16656
16657[[package]]
16658name = "stacker"
16659version = "0.1.23"
16660source = "registry+https://github.com/rust-lang/crates.io-index"
16661checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16662dependencies = [
16663 "cc",
16664 "cfg-if",
16665 "libc",
16666 "psm",
16667 "windows-sys 0.59.0",
16668]
16669
16670[[package]]
16671name = "stacksafe"
16672version = "0.1.4"
16673source = "registry+https://github.com/rust-lang/crates.io-index"
16674checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16675dependencies = [
16676 "stacker",
16677 "stacksafe-macro",
16678]
16679
16680[[package]]
16681name = "stacksafe-macro"
16682version = "0.1.4"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16685dependencies = [
16686 "proc-macro-error2",
16687 "quote",
16688 "syn 2.0.117",
16689]
16690
16691[[package]]
16692name = "static_assertions"
16693version = "1.1.0"
16694source = "registry+https://github.com/rust-lang/crates.io-index"
16695checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16696
16697[[package]]
16698name = "streaming-iterator"
16699version = "0.1.9"
16700source = "registry+https://github.com/rust-lang/crates.io-index"
16701checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16702
16703[[package]]
16704name = "streaming_diff"
16705version = "0.1.0"
16706dependencies = [
16707 "ordered-float 2.10.1",
16708 "rand 0.9.3",
16709 "rope",
16710 "util",
16711]
16712
16713[[package]]
16714name = "strength_reduce"
16715version = "0.2.4"
16716source = "registry+https://github.com/rust-lang/crates.io-index"
16717checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16718
16719[[package]]
16720name = "strict-num"
16721version = "0.1.1"
16722source = "registry+https://github.com/rust-lang/crates.io-index"
16723checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16724dependencies = [
16725 "float-cmp",
16726]
16727
16728[[package]]
16729name = "string_cache"
16730version = "0.8.9"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16733dependencies = [
16734 "new_debug_unreachable",
16735 "parking_lot",
16736 "phf_shared 0.11.3",
16737 "precomputed-hash",
16738 "serde",
16739]
16740
16741[[package]]
16742name = "string_cache_codegen"
16743version = "0.5.4"
16744source = "registry+https://github.com/rust-lang/crates.io-index"
16745checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16746dependencies = [
16747 "phf_generator 0.11.3",
16748 "phf_shared 0.11.3",
16749 "proc-macro2",
16750 "quote",
16751]
16752
16753[[package]]
16754name = "stringprep"
16755version = "0.1.5"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16758dependencies = [
16759 "unicode-bidi",
16760 "unicode-normalization",
16761 "unicode-properties",
16762]
16763
16764[[package]]
16765name = "strsim"
16766version = "0.11.1"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16769
16770[[package]]
16771name = "strum"
16772version = "0.26.3"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16775
16776[[package]]
16777name = "strum"
16778version = "0.27.2"
16779source = "registry+https://github.com/rust-lang/crates.io-index"
16780checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16781dependencies = [
16782 "strum_macros 0.27.2",
16783]
16784
16785[[package]]
16786name = "strum"
16787version = "0.28.0"
16788source = "registry+https://github.com/rust-lang/crates.io-index"
16789checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16790dependencies = [
16791 "strum_macros 0.28.0",
16792]
16793
16794[[package]]
16795name = "strum_macros"
16796version = "0.27.2"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16799dependencies = [
16800 "heck 0.5.0",
16801 "proc-macro2",
16802 "quote",
16803 "syn 2.0.117",
16804]
16805
16806[[package]]
16807name = "strum_macros"
16808version = "0.28.0"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16811dependencies = [
16812 "heck 0.5.0",
16813 "proc-macro2",
16814 "quote",
16815 "syn 2.0.117",
16816]
16817
16818[[package]]
16819name = "subtle"
16820version = "2.6.1"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16823
16824[[package]]
16825name = "sum_tree"
16826version = "0.1.0"
16827dependencies = [
16828 "ctor",
16829 "heapless",
16830 "log",
16831 "proptest",
16832 "rand 0.9.3",
16833 "rayon",
16834 "tracing",
16835 "zlog",
16836 "ztracing",
16837]
16838
16839[[package]]
16840name = "sval"
16841version = "2.15.0"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16844
16845[[package]]
16846name = "sval_buffer"
16847version = "2.15.0"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16850dependencies = [
16851 "sval",
16852 "sval_ref",
16853]
16854
16855[[package]]
16856name = "sval_dynamic"
16857version = "2.15.0"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16860dependencies = [
16861 "sval",
16862]
16863
16864[[package]]
16865name = "sval_fmt"
16866version = "2.15.0"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16869dependencies = [
16870 "itoa",
16871 "ryu",
16872 "sval",
16873]
16874
16875[[package]]
16876name = "sval_json"
16877version = "2.15.0"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16880dependencies = [
16881 "itoa",
16882 "ryu",
16883 "sval",
16884]
16885
16886[[package]]
16887name = "sval_nested"
16888version = "2.15.0"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16891dependencies = [
16892 "sval",
16893 "sval_buffer",
16894 "sval_ref",
16895]
16896
16897[[package]]
16898name = "sval_ref"
16899version = "2.15.0"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16902dependencies = [
16903 "sval",
16904]
16905
16906[[package]]
16907name = "sval_serde"
16908version = "2.15.0"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16911dependencies = [
16912 "serde_core",
16913 "sval",
16914 "sval_nested",
16915]
16916
16917[[package]]
16918name = "svg_fmt"
16919version = "0.4.5"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16922
16923[[package]]
16924name = "svg_preview"
16925version = "0.1.0"
16926dependencies = [
16927 "file_icons",
16928 "gpui",
16929 "language",
16930 "multi_buffer",
16931 "ui",
16932 "workspace",
16933 "zed_actions",
16934]
16935
16936[[package]]
16937name = "svgtypes"
16938version = "0.15.3"
16939source = "registry+https://github.com/rust-lang/crates.io-index"
16940checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16941dependencies = [
16942 "kurbo",
16943 "siphasher 1.0.1",
16944]
16945
16946[[package]]
16947name = "swash"
16948version = "0.2.6"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16951dependencies = [
16952 "skrifa 0.37.0",
16953 "yazi",
16954 "zeno",
16955]
16956
16957[[package]]
16958name = "symphonia"
16959version = "0.5.5"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16962dependencies = [
16963 "lazy_static",
16964 "symphonia-bundle-flac",
16965 "symphonia-bundle-mp3",
16966 "symphonia-codec-aac",
16967 "symphonia-codec-pcm",
16968 "symphonia-codec-vorbis",
16969 "symphonia-core",
16970 "symphonia-format-isomp4",
16971 "symphonia-format-ogg",
16972 "symphonia-format-riff",
16973 "symphonia-metadata",
16974]
16975
16976[[package]]
16977name = "symphonia-bundle-flac"
16978version = "0.5.5"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16981dependencies = [
16982 "log",
16983 "symphonia-core",
16984 "symphonia-metadata",
16985 "symphonia-utils-xiph",
16986]
16987
16988[[package]]
16989name = "symphonia-bundle-mp3"
16990version = "0.5.5"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16993dependencies = [
16994 "lazy_static",
16995 "log",
16996 "symphonia-core",
16997 "symphonia-metadata",
16998]
16999
17000[[package]]
17001name = "symphonia-codec-aac"
17002version = "0.5.5"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17005dependencies = [
17006 "lazy_static",
17007 "log",
17008 "symphonia-core",
17009]
17010
17011[[package]]
17012name = "symphonia-codec-pcm"
17013version = "0.5.5"
17014source = "registry+https://github.com/rust-lang/crates.io-index"
17015checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17016dependencies = [
17017 "log",
17018 "symphonia-core",
17019]
17020
17021[[package]]
17022name = "symphonia-codec-vorbis"
17023version = "0.5.5"
17024source = "registry+https://github.com/rust-lang/crates.io-index"
17025checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17026dependencies = [
17027 "log",
17028 "symphonia-core",
17029 "symphonia-utils-xiph",
17030]
17031
17032[[package]]
17033name = "symphonia-core"
17034version = "0.5.5"
17035source = "registry+https://github.com/rust-lang/crates.io-index"
17036checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17037dependencies = [
17038 "arrayvec",
17039 "bitflags 1.3.2",
17040 "bytemuck",
17041 "lazy_static",
17042 "log",
17043]
17044
17045[[package]]
17046name = "symphonia-format-isomp4"
17047version = "0.5.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17050dependencies = [
17051 "encoding_rs",
17052 "log",
17053 "symphonia-core",
17054 "symphonia-metadata",
17055 "symphonia-utils-xiph",
17056]
17057
17058[[package]]
17059name = "symphonia-format-ogg"
17060version = "0.5.5"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17063dependencies = [
17064 "log",
17065 "symphonia-core",
17066 "symphonia-metadata",
17067 "symphonia-utils-xiph",
17068]
17069
17070[[package]]
17071name = "symphonia-format-riff"
17072version = "0.5.5"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17075dependencies = [
17076 "extended",
17077 "log",
17078 "symphonia-core",
17079 "symphonia-metadata",
17080]
17081
17082[[package]]
17083name = "symphonia-metadata"
17084version = "0.5.5"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17087dependencies = [
17088 "encoding_rs",
17089 "lazy_static",
17090 "log",
17091 "symphonia-core",
17092]
17093
17094[[package]]
17095name = "symphonia-utils-xiph"
17096version = "0.5.5"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17099dependencies = [
17100 "symphonia-core",
17101 "symphonia-metadata",
17102]
17103
17104[[package]]
17105name = "syn"
17106version = "1.0.109"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17109dependencies = [
17110 "proc-macro2",
17111 "quote",
17112 "unicode-ident",
17113]
17114
17115[[package]]
17116name = "syn"
17117version = "2.0.117"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17120dependencies = [
17121 "proc-macro2",
17122 "quote",
17123 "unicode-ident",
17124]
17125
17126[[package]]
17127name = "sync_wrapper"
17128version = "0.1.2"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17131
17132[[package]]
17133name = "sync_wrapper"
17134version = "1.0.2"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17137dependencies = [
17138 "futures-core",
17139]
17140
17141[[package]]
17142name = "synchronoise"
17143version = "1.0.1"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17146dependencies = [
17147 "crossbeam-queue",
17148]
17149
17150[[package]]
17151name = "synstructure"
17152version = "0.13.2"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17155dependencies = [
17156 "proc-macro2",
17157 "quote",
17158 "syn 2.0.117",
17159]
17160
17161[[package]]
17162name = "syntax_theme"
17163version = "0.1.0"
17164dependencies = [
17165 "gpui",
17166 "serde",
17167 "serde_json",
17168]
17169
17170[[package]]
17171name = "sys-locale"
17172version = "0.3.2"
17173source = "registry+https://github.com/rust-lang/crates.io-index"
17174checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17175dependencies = [
17176 "libc",
17177]
17178
17179[[package]]
17180name = "sysctl"
17181version = "0.5.5"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17184dependencies = [
17185 "bitflags 2.10.0",
17186 "byteorder",
17187 "enum-as-inner",
17188 "libc",
17189 "thiserror 1.0.69",
17190 "walkdir",
17191]
17192
17193[[package]]
17194name = "sysctl"
17195version = "0.6.0"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17198dependencies = [
17199 "bitflags 2.10.0",
17200 "byteorder",
17201 "enum-as-inner",
17202 "libc",
17203 "thiserror 1.0.69",
17204 "walkdir",
17205]
17206
17207[[package]]
17208name = "sysinfo"
17209version = "0.31.4"
17210source = "registry+https://github.com/rust-lang/crates.io-index"
17211checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17212dependencies = [
17213 "core-foundation-sys",
17214 "libc",
17215 "memchr",
17216 "ntapi",
17217 "rayon",
17218 "windows 0.57.0",
17219]
17220
17221[[package]]
17222name = "sysinfo"
17223version = "0.37.2"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17226dependencies = [
17227 "libc",
17228 "memchr",
17229 "ntapi",
17230 "objc2-core-foundation",
17231 "objc2-io-kit",
17232 "windows 0.61.3",
17233]
17234
17235[[package]]
17236name = "system-configuration"
17237version = "0.5.1"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17240dependencies = [
17241 "bitflags 1.3.2",
17242 "core-foundation 0.9.4",
17243 "system-configuration-sys 0.5.0",
17244]
17245
17246[[package]]
17247name = "system-configuration"
17248version = "0.6.1"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17251dependencies = [
17252 "bitflags 2.10.0",
17253 "core-foundation 0.9.4",
17254 "system-configuration-sys 0.6.0",
17255]
17256
17257[[package]]
17258name = "system-configuration-sys"
17259version = "0.5.0"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17262dependencies = [
17263 "core-foundation-sys",
17264 "libc",
17265]
17266
17267[[package]]
17268name = "system-configuration-sys"
17269version = "0.6.0"
17270source = "registry+https://github.com/rust-lang/crates.io-index"
17271checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17272dependencies = [
17273 "core-foundation-sys",
17274 "libc",
17275]
17276
17277[[package]]
17278name = "system-deps"
17279version = "6.2.2"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17282dependencies = [
17283 "cfg-expr 0.15.8",
17284 "heck 0.5.0",
17285 "pkg-config",
17286 "toml 0.8.23",
17287 "version-compare",
17288]
17289
17290[[package]]
17291name = "system-deps"
17292version = "7.0.7"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17295dependencies = [
17296 "cfg-expr 0.20.6",
17297 "heck 0.5.0",
17298 "pkg-config",
17299 "toml 0.9.8",
17300 "version-compare",
17301]
17302
17303[[package]]
17304name = "system-interface"
17305version = "0.27.3"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17308dependencies = [
17309 "bitflags 2.10.0",
17310 "cap-fs-ext",
17311 "cap-std",
17312 "fd-lock",
17313 "io-lifetimes",
17314 "rustix 0.38.44",
17315 "windows-sys 0.59.0",
17316 "winx",
17317]
17318
17319[[package]]
17320name = "system_specs"
17321version = "0.1.0"
17322dependencies = [
17323 "anyhow",
17324 "client",
17325 "gpui",
17326 "human_bytes",
17327 "pciid-parser",
17328 "release_channel",
17329 "semver",
17330 "serde",
17331 "sysinfo 0.37.2",
17332]
17333
17334[[package]]
17335name = "tab_switcher"
17336version = "0.1.0"
17337dependencies = [
17338 "collections",
17339 "ctor",
17340 "editor",
17341 "fuzzy",
17342 "gpui",
17343 "menu",
17344 "picker",
17345 "project",
17346 "schemars",
17347 "serde",
17348 "serde_json",
17349 "settings",
17350 "smol",
17351 "theme",
17352 "theme_settings",
17353 "ui",
17354 "util",
17355 "workspace",
17356 "zlog",
17357]
17358
17359[[package]]
17360name = "taffy"
17361version = "0.9.0"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17364dependencies = [
17365 "arrayvec",
17366 "grid",
17367 "serde",
17368 "slotmap",
17369]
17370
17371[[package]]
17372name = "tagptr"
17373version = "0.2.0"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17376
17377[[package]]
17378name = "take-until"
17379version = "0.2.0"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17382
17383[[package]]
17384name = "tao-core-video-sys"
17385version = "0.2.0"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17388dependencies = [
17389 "cfg-if",
17390 "core-foundation-sys",
17391 "libc",
17392 "objc",
17393]
17394
17395[[package]]
17396name = "tap"
17397version = "1.0.1"
17398source = "registry+https://github.com/rust-lang/crates.io-index"
17399checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17400
17401[[package]]
17402name = "target-lexicon"
17403version = "0.12.16"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17406
17407[[package]]
17408name = "target-lexicon"
17409version = "0.13.3"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17412
17413[[package]]
17414name = "task"
17415version = "0.1.0"
17416dependencies = [
17417 "anyhow",
17418 "collections",
17419 "futures 0.3.32",
17420 "gpui",
17421 "hex",
17422 "log",
17423 "parking_lot",
17424 "pretty_assertions",
17425 "proto",
17426 "schemars",
17427 "serde",
17428 "serde_json",
17429 "serde_json_lenient",
17430 "sha2",
17431 "shellexpand",
17432 "util",
17433 "zed_actions",
17434]
17435
17436[[package]]
17437name = "tasks_ui"
17438version = "0.1.0"
17439dependencies = [
17440 "anyhow",
17441 "collections",
17442 "editor",
17443 "file_icons",
17444 "fuzzy",
17445 "gpui",
17446 "itertools 0.14.0",
17447 "language",
17448 "menu",
17449 "picker",
17450 "project",
17451 "serde",
17452 "serde_json",
17453 "task",
17454 "tree-sitter-rust",
17455 "tree-sitter-typescript",
17456 "ui",
17457 "util",
17458 "workspace",
17459 "zed_actions",
17460]
17461
17462[[package]]
17463name = "telemetry"
17464version = "0.1.0"
17465dependencies = [
17466 "futures 0.3.32",
17467 "serde",
17468 "serde_json",
17469 "telemetry_events",
17470]
17471
17472[[package]]
17473name = "telemetry_events"
17474version = "0.1.0"
17475dependencies = [
17476 "semver",
17477 "serde",
17478 "serde_json",
17479]
17480
17481[[package]]
17482name = "tempfile"
17483version = "3.23.0"
17484source = "registry+https://github.com/rust-lang/crates.io-index"
17485checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17486dependencies = [
17487 "fastrand 2.3.0",
17488 "getrandom 0.3.4",
17489 "once_cell",
17490 "rustix 1.1.2",
17491 "windows-sys 0.61.2",
17492]
17493
17494[[package]]
17495name = "tendril"
17496version = "0.4.3"
17497source = "registry+https://github.com/rust-lang/crates.io-index"
17498checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17499dependencies = [
17500 "futf",
17501 "mac",
17502 "utf-8",
17503]
17504
17505[[package]]
17506name = "termcolor"
17507version = "1.4.1"
17508source = "registry+https://github.com/rust-lang/crates.io-index"
17509checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17510dependencies = [
17511 "winapi-util",
17512]
17513
17514[[package]]
17515name = "terminal"
17516version = "0.1.0"
17517dependencies = [
17518 "alacritty_terminal",
17519 "anyhow",
17520 "collections",
17521 "futures 0.3.32",
17522 "gpui",
17523 "itertools 0.14.0",
17524 "libc",
17525 "log",
17526 "parking_lot",
17527 "rand 0.9.3",
17528 "regex",
17529 "release_channel",
17530 "schemars",
17531 "serde",
17532 "settings",
17533 "smol",
17534 "sysinfo 0.37.2",
17535 "task",
17536 "theme",
17537 "theme_settings",
17538 "thiserror 2.0.17",
17539 "url",
17540 "urlencoding",
17541 "util",
17542 "util_macros",
17543 "windows 0.61.3",
17544]
17545
17546[[package]]
17547name = "terminal_size"
17548version = "0.4.3"
17549source = "registry+https://github.com/rust-lang/crates.io-index"
17550checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17551dependencies = [
17552 "rustix 1.1.2",
17553 "windows-sys 0.60.2",
17554]
17555
17556[[package]]
17557name = "terminal_view"
17558version = "0.1.0"
17559dependencies = [
17560 "anyhow",
17561 "async-recursion",
17562 "breadcrumbs",
17563 "collections",
17564 "db",
17565 "dirs",
17566 "editor",
17567 "futures 0.3.32",
17568 "gpui",
17569 "itertools 0.14.0",
17570 "language",
17571 "log",
17572 "menu",
17573 "pretty_assertions",
17574 "project",
17575 "regex",
17576 "schemars",
17577 "serde",
17578 "serde_json",
17579 "settings",
17580 "shellexpand",
17581 "task",
17582 "terminal",
17583 "theme",
17584 "theme_settings",
17585 "ui",
17586 "util",
17587 "workspace",
17588 "zed_actions",
17589]
17590
17591[[package]]
17592name = "text"
17593version = "0.1.0"
17594dependencies = [
17595 "anyhow",
17596 "clock",
17597 "collections",
17598 "ctor",
17599 "gpui",
17600 "log",
17601 "parking_lot",
17602 "postage",
17603 "rand 0.9.3",
17604 "regex",
17605 "rope",
17606 "smallvec",
17607 "sum_tree",
17608 "util",
17609 "zlog",
17610]
17611
17612[[package]]
17613name = "theme"
17614version = "0.1.0"
17615dependencies = [
17616 "anyhow",
17617 "collections",
17618 "gpui",
17619 "palette",
17620 "parking_lot",
17621 "refineable",
17622 "schemars",
17623 "serde",
17624 "serde_json",
17625 "serde_json_lenient",
17626 "strum 0.27.2",
17627 "syntax_theme",
17628 "thiserror 2.0.17",
17629 "uuid",
17630]
17631
17632[[package]]
17633name = "theme_extension"
17634version = "0.1.0"
17635dependencies = [
17636 "anyhow",
17637 "extension",
17638 "fs",
17639 "gpui",
17640 "theme",
17641 "theme_settings",
17642]
17643
17644[[package]]
17645name = "theme_importer"
17646version = "0.1.0"
17647dependencies = [
17648 "anyhow",
17649 "clap",
17650 "collections",
17651 "gpui",
17652 "indexmap",
17653 "log",
17654 "palette",
17655 "serde",
17656 "serde_json",
17657 "serde_json_lenient",
17658 "simplelog",
17659 "strum 0.27.2",
17660 "theme",
17661 "theme_settings",
17662 "vscode_theme",
17663]
17664
17665[[package]]
17666name = "theme_selector"
17667version = "0.1.0"
17668dependencies = [
17669 "editor",
17670 "fs",
17671 "fuzzy",
17672 "gpui",
17673 "log",
17674 "picker",
17675 "project",
17676 "serde",
17677 "serde_json",
17678 "settings",
17679 "telemetry",
17680 "theme",
17681 "theme_settings",
17682 "ui",
17683 "util",
17684 "workspace",
17685 "zed_actions",
17686]
17687
17688[[package]]
17689name = "theme_settings"
17690version = "0.1.0"
17691dependencies = [
17692 "anyhow",
17693 "collections",
17694 "gpui",
17695 "gpui_util",
17696 "log",
17697 "palette",
17698 "refineable",
17699 "schemars",
17700 "serde",
17701 "serde_json",
17702 "serde_json_lenient",
17703 "settings",
17704 "theme",
17705 "uuid",
17706]
17707
17708[[package]]
17709name = "thiserror"
17710version = "1.0.69"
17711source = "registry+https://github.com/rust-lang/crates.io-index"
17712checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17713dependencies = [
17714 "thiserror-impl 1.0.69",
17715]
17716
17717[[package]]
17718name = "thiserror"
17719version = "2.0.17"
17720source = "registry+https://github.com/rust-lang/crates.io-index"
17721checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17722dependencies = [
17723 "thiserror-impl 2.0.17",
17724]
17725
17726[[package]]
17727name = "thiserror-impl"
17728version = "1.0.69"
17729source = "registry+https://github.com/rust-lang/crates.io-index"
17730checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17731dependencies = [
17732 "proc-macro2",
17733 "quote",
17734 "syn 2.0.117",
17735]
17736
17737[[package]]
17738name = "thiserror-impl"
17739version = "2.0.17"
17740source = "registry+https://github.com/rust-lang/crates.io-index"
17741checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17742dependencies = [
17743 "proc-macro2",
17744 "quote",
17745 "syn 2.0.117",
17746]
17747
17748[[package]]
17749name = "thread_local"
17750version = "1.1.9"
17751source = "registry+https://github.com/rust-lang/crates.io-index"
17752checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17753dependencies = [
17754 "cfg-if",
17755]
17756
17757[[package]]
17758name = "tiff"
17759version = "0.10.3"
17760source = "registry+https://github.com/rust-lang/crates.io-index"
17761checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17762dependencies = [
17763 "fax",
17764 "flate2",
17765 "half",
17766 "quick-error 2.0.1",
17767 "weezl",
17768 "zune-jpeg",
17769]
17770
17771[[package]]
17772name = "tiktoken-rs"
17773version = "0.9.1"
17774source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17775dependencies = [
17776 "anyhow",
17777 "base64 0.22.1",
17778 "bstr",
17779 "fancy-regex 0.16.2",
17780 "lazy_static",
17781 "regex",
17782 "rustc-hash 1.1.0",
17783]
17784
17785[[package]]
17786name = "time"
17787version = "0.3.47"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17790dependencies = [
17791 "deranged",
17792 "itoa",
17793 "libc",
17794 "num-conv",
17795 "num_threads",
17796 "powerfmt",
17797 "serde_core",
17798 "time-core",
17799 "time-macros",
17800]
17801
17802[[package]]
17803name = "time-core"
17804version = "0.1.8"
17805source = "registry+https://github.com/rust-lang/crates.io-index"
17806checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17807
17808[[package]]
17809name = "time-macros"
17810version = "0.2.27"
17811source = "registry+https://github.com/rust-lang/crates.io-index"
17812checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17813dependencies = [
17814 "num-conv",
17815 "time-core",
17816]
17817
17818[[package]]
17819name = "time_format"
17820version = "0.1.0"
17821dependencies = [
17822 "core-foundation 0.10.0",
17823 "core-foundation-sys",
17824 "sys-locale",
17825 "time",
17826 "windows 0.61.3",
17827]
17828
17829[[package]]
17830name = "tiny-keccak"
17831version = "2.0.2"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17834dependencies = [
17835 "crunchy",
17836]
17837
17838[[package]]
17839name = "tiny-skia"
17840version = "0.11.4"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17843dependencies = [
17844 "arrayref",
17845 "arrayvec",
17846 "bytemuck",
17847 "cfg-if",
17848 "log",
17849 "png 0.17.16",
17850 "tiny-skia-path",
17851]
17852
17853[[package]]
17854name = "tiny-skia-path"
17855version = "0.11.4"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17858dependencies = [
17859 "arrayref",
17860 "bytemuck",
17861 "strict-num",
17862]
17863
17864[[package]]
17865name = "tiny_http"
17866version = "0.12.0"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17869dependencies = [
17870 "ascii",
17871 "chunked_transfer",
17872 "httpdate",
17873 "log",
17874]
17875
17876[[package]]
17877name = "tinystr"
17878version = "0.8.1"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17881dependencies = [
17882 "displaydoc",
17883 "zerovec",
17884]
17885
17886[[package]]
17887name = "tinytemplate"
17888version = "1.2.1"
17889source = "registry+https://github.com/rust-lang/crates.io-index"
17890checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17891dependencies = [
17892 "serde",
17893 "serde_json",
17894]
17895
17896[[package]]
17897name = "tinyvec"
17898version = "1.10.0"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17901dependencies = [
17902 "tinyvec_macros",
17903]
17904
17905[[package]]
17906name = "tinyvec_macros"
17907version = "0.1.1"
17908source = "registry+https://github.com/rust-lang/crates.io-index"
17909checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17910
17911[[package]]
17912name = "title_bar"
17913version = "0.1.0"
17914dependencies = [
17915 "anyhow",
17916 "auto_update",
17917 "call",
17918 "channel",
17919 "chrono",
17920 "client",
17921 "cloud_api_types",
17922 "db",
17923 "git_ui",
17924 "gpui",
17925 "icons",
17926 "livekit_client",
17927 "notifications",
17928 "platform_title_bar",
17929 "project",
17930 "recent_projects",
17931 "release_channel",
17932 "remote",
17933 "remote_connection",
17934 "rpc",
17935 "schemars",
17936 "semver",
17937 "serde",
17938 "settings",
17939 "smallvec",
17940 "telemetry",
17941 "theme",
17942 "ui",
17943 "util",
17944 "windows 0.61.3",
17945 "workspace",
17946 "zed_actions",
17947]
17948
17949[[package]]
17950name = "tokio"
17951version = "1.48.0"
17952source = "registry+https://github.com/rust-lang/crates.io-index"
17953checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17954dependencies = [
17955 "bytes 1.11.1",
17956 "libc",
17957 "mio 1.1.0",
17958 "parking_lot",
17959 "pin-project-lite",
17960 "signal-hook-registry",
17961 "socket2 0.6.1",
17962 "tokio-macros",
17963 "windows-sys 0.61.2",
17964]
17965
17966[[package]]
17967name = "tokio-io"
17968version = "0.1.13"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17971dependencies = [
17972 "bytes 0.4.12",
17973 "futures 0.1.31",
17974 "log",
17975]
17976
17977[[package]]
17978name = "tokio-macros"
17979version = "2.6.0"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17982dependencies = [
17983 "proc-macro2",
17984 "quote",
17985 "syn 2.0.117",
17986]
17987
17988[[package]]
17989name = "tokio-native-tls"
17990version = "0.3.1"
17991source = "registry+https://github.com/rust-lang/crates.io-index"
17992checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17993dependencies = [
17994 "native-tls",
17995 "tokio",
17996]
17997
17998[[package]]
17999name = "tokio-rustls"
18000version = "0.24.1"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18003dependencies = [
18004 "rustls 0.21.12",
18005 "tokio",
18006]
18007
18008[[package]]
18009name = "tokio-rustls"
18010version = "0.26.2"
18011source = "registry+https://github.com/rust-lang/crates.io-index"
18012checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18013dependencies = [
18014 "rustls 0.23.33",
18015 "tokio",
18016]
18017
18018[[package]]
18019name = "tokio-socks"
18020version = "0.5.2"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18023dependencies = [
18024 "either",
18025 "futures-io",
18026 "futures-util",
18027 "thiserror 1.0.69",
18028 "tokio",
18029]
18030
18031[[package]]
18032name = "tokio-stream"
18033version = "0.1.17"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18036dependencies = [
18037 "futures-core",
18038 "pin-project-lite",
18039 "tokio",
18040]
18041
18042[[package]]
18043name = "tokio-tungstenite"
18044version = "0.20.1"
18045source = "registry+https://github.com/rust-lang/crates.io-index"
18046checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18047dependencies = [
18048 "futures-util",
18049 "log",
18050 "tokio",
18051 "tungstenite 0.20.1",
18052]
18053
18054[[package]]
18055name = "tokio-tungstenite"
18056version = "0.21.0"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18059dependencies = [
18060 "futures-util",
18061 "log",
18062 "tokio",
18063 "tungstenite 0.21.0",
18064]
18065
18066[[package]]
18067name = "tokio-tungstenite"
18068version = "0.28.0"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18071dependencies = [
18072 "futures-util",
18073 "log",
18074 "rustls 0.23.33",
18075 "rustls-native-certs 0.8.2",
18076 "rustls-pki-types",
18077 "tokio",
18078 "tokio-rustls 0.26.2",
18079 "tungstenite 0.28.0",
18080]
18081
18082[[package]]
18083name = "tokio-util"
18084version = "0.7.16"
18085source = "registry+https://github.com/rust-lang/crates.io-index"
18086checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18087dependencies = [
18088 "bytes 1.11.1",
18089 "futures-core",
18090 "futures-io",
18091 "futures-sink",
18092 "pin-project-lite",
18093 "tokio",
18094]
18095
18096[[package]]
18097name = "toml"
18098version = "0.5.11"
18099source = "registry+https://github.com/rust-lang/crates.io-index"
18100checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18101dependencies = [
18102 "serde",
18103]
18104
18105[[package]]
18106name = "toml"
18107version = "0.8.23"
18108source = "registry+https://github.com/rust-lang/crates.io-index"
18109checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18110dependencies = [
18111 "serde",
18112 "serde_spanned 0.6.9",
18113 "toml_datetime 0.6.11",
18114 "toml_edit 0.22.27",
18115]
18116
18117[[package]]
18118name = "toml"
18119version = "0.9.8"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18122dependencies = [
18123 "indexmap",
18124 "serde_core",
18125 "serde_spanned 1.0.3",
18126 "toml_datetime 0.7.3",
18127 "toml_parser",
18128 "toml_writer",
18129 "winnow",
18130]
18131
18132[[package]]
18133name = "toml_datetime"
18134version = "0.6.11"
18135source = "registry+https://github.com/rust-lang/crates.io-index"
18136checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18137dependencies = [
18138 "serde",
18139]
18140
18141[[package]]
18142name = "toml_datetime"
18143version = "0.7.3"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18146dependencies = [
18147 "serde_core",
18148]
18149
18150[[package]]
18151name = "toml_edit"
18152version = "0.22.27"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18155dependencies = [
18156 "indexmap",
18157 "serde",
18158 "serde_spanned 0.6.9",
18159 "toml_datetime 0.6.11",
18160 "toml_write",
18161 "winnow",
18162]
18163
18164[[package]]
18165name = "toml_edit"
18166version = "0.23.7"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18169dependencies = [
18170 "indexmap",
18171 "toml_datetime 0.7.3",
18172 "toml_parser",
18173 "winnow",
18174]
18175
18176[[package]]
18177name = "toml_parser"
18178version = "1.0.4"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18181dependencies = [
18182 "winnow",
18183]
18184
18185[[package]]
18186name = "toml_write"
18187version = "0.1.2"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18190
18191[[package]]
18192name = "toml_writer"
18193version = "1.0.4"
18194source = "registry+https://github.com/rust-lang/crates.io-index"
18195checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18196
18197[[package]]
18198name = "toolchain_selector"
18199version = "0.1.0"
18200dependencies = [
18201 "anyhow",
18202 "convert_case 0.8.0",
18203 "editor",
18204 "futures 0.3.32",
18205 "fuzzy",
18206 "gpui",
18207 "language",
18208 "menu",
18209 "open_path_prompt",
18210 "picker",
18211 "project",
18212 "ui",
18213 "util",
18214 "workspace",
18215]
18216
18217[[package]]
18218name = "topological-sort"
18219version = "0.2.2"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18222
18223[[package]]
18224name = "tower"
18225version = "0.4.13"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18228dependencies = [
18229 "futures-core",
18230 "futures-util",
18231 "pin-project",
18232 "pin-project-lite",
18233 "tokio",
18234 "tower-layer",
18235 "tower-service",
18236 "tracing",
18237]
18238
18239[[package]]
18240name = "tower"
18241version = "0.5.2"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18244dependencies = [
18245 "futures-core",
18246 "futures-util",
18247 "pin-project-lite",
18248 "sync_wrapper 1.0.2",
18249 "tokio",
18250 "tokio-util",
18251 "tower-layer",
18252 "tower-service",
18253 "tracing",
18254]
18255
18256[[package]]
18257name = "tower-http"
18258version = "0.4.4"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18261dependencies = [
18262 "bitflags 2.10.0",
18263 "bytes 1.11.1",
18264 "futures-core",
18265 "futures-util",
18266 "http 0.2.12",
18267 "http-body 0.4.6",
18268 "http-range-header",
18269 "pin-project-lite",
18270 "tower-layer",
18271 "tower-service",
18272 "tracing",
18273]
18274
18275[[package]]
18276name = "tower-http"
18277version = "0.6.6"
18278source = "registry+https://github.com/rust-lang/crates.io-index"
18279checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18280dependencies = [
18281 "bitflags 2.10.0",
18282 "bytes 1.11.1",
18283 "futures-util",
18284 "http 1.3.1",
18285 "http-body 1.0.1",
18286 "iri-string",
18287 "pin-project-lite",
18288 "tower 0.5.2",
18289 "tower-layer",
18290 "tower-service",
18291 "tracing",
18292]
18293
18294[[package]]
18295name = "tower-layer"
18296version = "0.3.3"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18299
18300[[package]]
18301name = "tower-service"
18302version = "0.3.3"
18303source = "registry+https://github.com/rust-lang/crates.io-index"
18304checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18305
18306[[package]]
18307name = "tracing"
18308version = "0.1.43"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18311dependencies = [
18312 "log",
18313 "pin-project-lite",
18314 "tracing-attributes",
18315 "tracing-core",
18316]
18317
18318[[package]]
18319name = "tracing-attributes"
18320version = "0.1.31"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18323dependencies = [
18324 "proc-macro2",
18325 "quote",
18326 "syn 2.0.117",
18327]
18328
18329[[package]]
18330name = "tracing-core"
18331version = "0.1.35"
18332source = "registry+https://github.com/rust-lang/crates.io-index"
18333checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18334dependencies = [
18335 "once_cell",
18336 "valuable",
18337]
18338
18339[[package]]
18340name = "tracing-log"
18341version = "0.2.0"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18344dependencies = [
18345 "log",
18346 "once_cell",
18347 "tracing-core",
18348]
18349
18350[[package]]
18351name = "tracing-serde"
18352version = "0.2.0"
18353source = "registry+https://github.com/rust-lang/crates.io-index"
18354checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18355dependencies = [
18356 "serde",
18357 "tracing-core",
18358]
18359
18360[[package]]
18361name = "tracing-subscriber"
18362version = "0.3.22"
18363source = "registry+https://github.com/rust-lang/crates.io-index"
18364checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18365dependencies = [
18366 "matchers",
18367 "nu-ansi-term",
18368 "once_cell",
18369 "regex-automata",
18370 "serde",
18371 "serde_json",
18372 "sharded-slab",
18373 "smallvec",
18374 "thread_local",
18375 "tracing",
18376 "tracing-core",
18377 "tracing-log",
18378 "tracing-serde",
18379]
18380
18381[[package]]
18382name = "tracing-tracy"
18383version = "0.11.4"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18386dependencies = [
18387 "tracing-core",
18388 "tracing-subscriber",
18389 "tracy-client",
18390]
18391
18392[[package]]
18393name = "tracy-client"
18394version = "0.18.3"
18395source = "registry+https://github.com/rust-lang/crates.io-index"
18396checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18397dependencies = [
18398 "loom",
18399 "once_cell",
18400 "tracy-client-sys",
18401]
18402
18403[[package]]
18404name = "tracy-client-sys"
18405version = "0.27.0"
18406source = "registry+https://github.com/rust-lang/crates.io-index"
18407checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18408dependencies = [
18409 "cc",
18410 "windows-targets 0.52.6",
18411]
18412
18413[[package]]
18414name = "transpose"
18415version = "0.2.3"
18416source = "registry+https://github.com/rust-lang/crates.io-index"
18417checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18418dependencies = [
18419 "num-integer",
18420 "strength_reduce",
18421]
18422
18423[[package]]
18424name = "trash"
18425version = "5.2.5"
18426source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18427dependencies = [
18428 "chrono",
18429 "libc",
18430 "log",
18431 "objc2",
18432 "objc2-foundation",
18433 "once_cell",
18434 "percent-encoding",
18435 "scopeguard",
18436 "urlencoding",
18437 "windows 0.56.0",
18438 "windows-core 0.56.0",
18439]
18440
18441[[package]]
18442name = "tree-sitter"
18443version = "0.26.8"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18446dependencies = [
18447 "cc",
18448 "regex",
18449 "regex-syntax",
18450 "serde_json",
18451 "streaming-iterator",
18452 "tree-sitter-language",
18453 "wasmtime-c-api-impl",
18454]
18455
18456[[package]]
18457name = "tree-sitter-bash"
18458version = "0.25.1"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18461dependencies = [
18462 "cc",
18463 "tree-sitter-language",
18464]
18465
18466[[package]]
18467name = "tree-sitter-c"
18468version = "0.24.1"
18469source = "registry+https://github.com/rust-lang/crates.io-index"
18470checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18471dependencies = [
18472 "cc",
18473 "tree-sitter-language",
18474]
18475
18476[[package]]
18477name = "tree-sitter-cpp"
18478version = "0.23.4"
18479source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18480dependencies = [
18481 "cc",
18482 "tree-sitter-language",
18483]
18484
18485[[package]]
18486name = "tree-sitter-css"
18487version = "0.23.2"
18488source = "registry+https://github.com/rust-lang/crates.io-index"
18489checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18490dependencies = [
18491 "cc",
18492 "tree-sitter-language",
18493]
18494
18495[[package]]
18496name = "tree-sitter-diff"
18497version = "0.1.0"
18498source = "registry+https://github.com/rust-lang/crates.io-index"
18499checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18500dependencies = [
18501 "cc",
18502 "tree-sitter-language",
18503]
18504
18505[[package]]
18506name = "tree-sitter-elixir"
18507version = "0.3.4"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18510dependencies = [
18511 "cc",
18512 "tree-sitter-language",
18513]
18514
18515[[package]]
18516name = "tree-sitter-embedded-template"
18517version = "0.23.2"
18518source = "registry+https://github.com/rust-lang/crates.io-index"
18519checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18520dependencies = [
18521 "cc",
18522 "tree-sitter-language",
18523]
18524
18525[[package]]
18526name = "tree-sitter-gitcommit"
18527version = "0.0.1"
18528source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18529dependencies = [
18530 "cc",
18531 "tree-sitter-language",
18532]
18533
18534[[package]]
18535name = "tree-sitter-go"
18536version = "0.25.0"
18537source = "registry+https://github.com/rust-lang/crates.io-index"
18538checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18539dependencies = [
18540 "cc",
18541 "tree-sitter-language",
18542]
18543
18544[[package]]
18545name = "tree-sitter-gomod"
18546version = "1.1.1"
18547source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18548dependencies = [
18549 "cc",
18550 "tree-sitter-language",
18551]
18552
18553[[package]]
18554name = "tree-sitter-gowork"
18555version = "0.0.1"
18556source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18557dependencies = [
18558 "cc",
18559 "tree-sitter-language",
18560]
18561
18562[[package]]
18563name = "tree-sitter-heex"
18564version = "0.0.1"
18565source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18566dependencies = [
18567 "cc",
18568 "tree-sitter-language",
18569]
18570
18571[[package]]
18572name = "tree-sitter-html"
18573version = "0.23.2"
18574source = "registry+https://github.com/rust-lang/crates.io-index"
18575checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18576dependencies = [
18577 "cc",
18578 "tree-sitter-language",
18579]
18580
18581[[package]]
18582name = "tree-sitter-jsdoc"
18583version = "0.23.2"
18584source = "registry+https://github.com/rust-lang/crates.io-index"
18585checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18586dependencies = [
18587 "cc",
18588 "tree-sitter-language",
18589]
18590
18591[[package]]
18592name = "tree-sitter-json"
18593version = "0.24.8"
18594source = "registry+https://github.com/rust-lang/crates.io-index"
18595checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18596dependencies = [
18597 "cc",
18598 "tree-sitter-language",
18599]
18600
18601[[package]]
18602name = "tree-sitter-language"
18603version = "0.1.5"
18604source = "registry+https://github.com/rust-lang/crates.io-index"
18605checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18606
18607[[package]]
18608name = "tree-sitter-md"
18609version = "0.3.2"
18610source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18611dependencies = [
18612 "cc",
18613 "tree-sitter-language",
18614]
18615
18616[[package]]
18617name = "tree-sitter-python"
18618version = "0.25.0"
18619source = "registry+https://github.com/rust-lang/crates.io-index"
18620checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18621dependencies = [
18622 "cc",
18623 "tree-sitter-language",
18624]
18625
18626[[package]]
18627name = "tree-sitter-regex"
18628version = "0.24.3"
18629source = "registry+https://github.com/rust-lang/crates.io-index"
18630checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18631dependencies = [
18632 "cc",
18633 "tree-sitter-language",
18634]
18635
18636[[package]]
18637name = "tree-sitter-ruby"
18638version = "0.23.1"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18641dependencies = [
18642 "cc",
18643 "tree-sitter-language",
18644]
18645
18646[[package]]
18647name = "tree-sitter-rust"
18648version = "0.24.2"
18649source = "registry+https://github.com/rust-lang/crates.io-index"
18650checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18651dependencies = [
18652 "cc",
18653 "tree-sitter-language",
18654]
18655
18656[[package]]
18657name = "tree-sitter-typescript"
18658version = "0.23.2"
18659source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18660dependencies = [
18661 "cc",
18662 "tree-sitter-language",
18663]
18664
18665[[package]]
18666name = "tree-sitter-yaml"
18667version = "0.6.1"
18668source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18669dependencies = [
18670 "cc",
18671 "tree-sitter-language",
18672]
18673
18674[[package]]
18675name = "triomphe"
18676version = "0.1.15"
18677source = "registry+https://github.com/rust-lang/crates.io-index"
18678checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18679dependencies = [
18680 "serde",
18681 "stable_deref_trait",
18682]
18683
18684[[package]]
18685name = "try-lock"
18686version = "0.2.5"
18687source = "registry+https://github.com/rust-lang/crates.io-index"
18688checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18689
18690[[package]]
18691name = "ttf-parser"
18692version = "0.20.0"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18695
18696[[package]]
18697name = "ttf-parser"
18698version = "0.25.1"
18699source = "registry+https://github.com/rust-lang/crates.io-index"
18700checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18701dependencies = [
18702 "core_maths",
18703]
18704
18705[[package]]
18706name = "tungstenite"
18707version = "0.20.1"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18710dependencies = [
18711 "byteorder",
18712 "bytes 1.11.1",
18713 "data-encoding",
18714 "http 0.2.12",
18715 "httparse",
18716 "log",
18717 "rand 0.8.5",
18718 "sha1",
18719 "thiserror 1.0.69",
18720 "url",
18721 "utf-8",
18722]
18723
18724[[package]]
18725name = "tungstenite"
18726version = "0.21.0"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18729dependencies = [
18730 "byteorder",
18731 "bytes 1.11.1",
18732 "data-encoding",
18733 "http 1.3.1",
18734 "httparse",
18735 "log",
18736 "rand 0.8.5",
18737 "sha1",
18738 "thiserror 1.0.69",
18739 "url",
18740 "utf-8",
18741]
18742
18743[[package]]
18744name = "tungstenite"
18745version = "0.27.0"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18748dependencies = [
18749 "bytes 1.11.1",
18750 "data-encoding",
18751 "http 1.3.1",
18752 "httparse",
18753 "log",
18754 "rand 0.9.3",
18755 "rustls 0.23.33",
18756 "rustls-pki-types",
18757 "sha1",
18758 "thiserror 2.0.17",
18759 "utf-8",
18760]
18761
18762[[package]]
18763name = "tungstenite"
18764version = "0.28.0"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18767dependencies = [
18768 "bytes 1.11.1",
18769 "data-encoding",
18770 "http 1.3.1",
18771 "httparse",
18772 "log",
18773 "rand 0.9.3",
18774 "rustls 0.23.33",
18775 "rustls-pki-types",
18776 "sha1",
18777 "thiserror 2.0.17",
18778 "utf-8",
18779]
18780
18781[[package]]
18782name = "typeid"
18783version = "1.0.3"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18786
18787[[package]]
18788name = "typenum"
18789version = "1.19.0"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18792
18793[[package]]
18794name = "ucd-trie"
18795version = "0.1.7"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18798
18799[[package]]
18800name = "uds"
18801version = "0.4.2"
18802source = "registry+https://github.com/rust-lang/crates.io-index"
18803checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18804dependencies = [
18805 "libc",
18806]
18807
18808[[package]]
18809name = "uds_windows"
18810version = "1.1.0"
18811source = "registry+https://github.com/rust-lang/crates.io-index"
18812checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18813dependencies = [
18814 "memoffset",
18815 "tempfile",
18816 "winapi",
18817]
18818
18819[[package]]
18820name = "ug"
18821version = "0.4.0"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18824dependencies = [
18825 "gemm 0.18.2",
18826 "half",
18827 "libloading",
18828 "memmap2",
18829 "num",
18830 "num-traits",
18831 "num_cpus",
18832 "rayon",
18833 "safetensors",
18834 "serde",
18835 "thiserror 1.0.69",
18836 "tracing",
18837 "yoke 0.7.5",
18838]
18839
18840[[package]]
18841name = "ui"
18842version = "0.1.0"
18843dependencies = [
18844 "chrono",
18845 "component",
18846 "documented",
18847 "gpui",
18848 "gpui_macros",
18849 "gpui_util",
18850 "icons",
18851 "itertools 0.14.0",
18852 "menu",
18853 "schemars",
18854 "serde",
18855 "smallvec",
18856 "strum 0.27.2",
18857 "theme",
18858 "ui_macros",
18859 "windows 0.61.3",
18860]
18861
18862[[package]]
18863name = "ui_input"
18864version = "0.1.0"
18865dependencies = [
18866 "component",
18867 "gpui",
18868 "ui",
18869]
18870
18871[[package]]
18872name = "ui_macros"
18873version = "0.1.0"
18874dependencies = [
18875 "component",
18876 "quote",
18877 "syn 2.0.117",
18878 "ui",
18879]
18880
18881[[package]]
18882name = "ui_prompt"
18883version = "0.1.0"
18884dependencies = [
18885 "gpui",
18886 "markdown",
18887 "menu",
18888 "settings",
18889 "theme_settings",
18890 "ui",
18891 "workspace",
18892]
18893
18894[[package]]
18895name = "unarray"
18896version = "0.1.4"
18897source = "registry+https://github.com/rust-lang/crates.io-index"
18898checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18899
18900[[package]]
18901name = "unicase"
18902version = "2.8.1"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18905
18906[[package]]
18907name = "unicode-bidi"
18908version = "0.3.18"
18909source = "registry+https://github.com/rust-lang/crates.io-index"
18910checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18911
18912[[package]]
18913name = "unicode-bidi-mirroring"
18914version = "0.4.0"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18917
18918[[package]]
18919name = "unicode-ccc"
18920version = "0.4.0"
18921source = "registry+https://github.com/rust-lang/crates.io-index"
18922checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18923
18924[[package]]
18925name = "unicode-general-category"
18926version = "1.1.0"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18929
18930[[package]]
18931name = "unicode-ident"
18932version = "1.0.19"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18935
18936[[package]]
18937name = "unicode-linebreak"
18938version = "0.1.5"
18939source = "registry+https://github.com/rust-lang/crates.io-index"
18940checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18941
18942[[package]]
18943name = "unicode-normalization"
18944version = "0.1.24"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18947dependencies = [
18948 "tinyvec",
18949]
18950
18951[[package]]
18952name = "unicode-properties"
18953version = "0.1.3"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18956
18957[[package]]
18958name = "unicode-script"
18959version = "0.5.8"
18960source = "registry+https://github.com/rust-lang/crates.io-index"
18961checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18962
18963[[package]]
18964name = "unicode-segmentation"
18965version = "1.12.0"
18966source = "registry+https://github.com/rust-lang/crates.io-index"
18967checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18968
18969[[package]]
18970name = "unicode-vo"
18971version = "0.1.0"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18974
18975[[package]]
18976name = "unicode-width"
18977version = "0.2.2"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18980
18981[[package]]
18982name = "unicode-xid"
18983version = "0.2.6"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18986
18987[[package]]
18988name = "unicode_categories"
18989version = "0.1.1"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18992
18993[[package]]
18994name = "unindent"
18995version = "0.2.4"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18998
18999[[package]]
19000name = "unsafe-libyaml"
19001version = "0.2.11"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19004
19005[[package]]
19006name = "untrusted"
19007version = "0.7.1"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19010
19011[[package]]
19012name = "untrusted"
19013version = "0.9.0"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19016
19017[[package]]
19018name = "url"
19019version = "2.5.7"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19022dependencies = [
19023 "form_urlencoded",
19024 "idna",
19025 "percent-encoding",
19026 "serde",
19027]
19028
19029[[package]]
19030name = "urlencoding"
19031version = "2.1.3"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19034
19035[[package]]
19036name = "usvg"
19037version = "0.45.1"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19040dependencies = [
19041 "base64 0.22.1",
19042 "data-url",
19043 "flate2",
19044 "fontdb 0.23.0",
19045 "imagesize",
19046 "kurbo",
19047 "log",
19048 "pico-args",
19049 "roxmltree",
19050 "rustybuzz",
19051 "simplecss",
19052 "siphasher 1.0.1",
19053 "strict-num",
19054 "svgtypes",
19055 "tiny-skia-path",
19056 "unicode-bidi",
19057 "unicode-script",
19058 "unicode-vo",
19059 "xmlwriter",
19060]
19061
19062[[package]]
19063name = "utf-8"
19064version = "0.7.6"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19067
19068[[package]]
19069name = "utf8-chars"
19070version = "3.0.6"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19073dependencies = [
19074 "arrayvec",
19075]
19076
19077[[package]]
19078name = "utf8_iter"
19079version = "1.0.4"
19080source = "registry+https://github.com/rust-lang/crates.io-index"
19081checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19082
19083[[package]]
19084name = "utf8parse"
19085version = "0.2.2"
19086source = "registry+https://github.com/rust-lang/crates.io-index"
19087checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19088
19089[[package]]
19090name = "util"
19091version = "0.1.0"
19092dependencies = [
19093 "anyhow",
19094 "async-fs",
19095 "async_zip",
19096 "collections",
19097 "command-fds",
19098 "dirs",
19099 "dunce",
19100 "futures 0.3.32",
19101 "futures-lite 1.13.0",
19102 "git2",
19103 "globset",
19104 "gpui_util",
19105 "itertools 0.14.0",
19106 "libc",
19107 "log",
19108 "mach2 0.5.0",
19109 "nix 0.29.0",
19110 "percent-encoding",
19111 "pretty_assertions",
19112 "rand 0.9.3",
19113 "regex",
19114 "rust-embed",
19115 "schemars",
19116 "serde",
19117 "serde_json",
19118 "serde_json_lenient",
19119 "shlex",
19120 "smol",
19121 "take-until",
19122 "tempfile",
19123 "tendril",
19124 "unicase",
19125 "url",
19126 "util_macros",
19127 "walkdir",
19128 "which 6.0.3",
19129]
19130
19131[[package]]
19132name = "util_macros"
19133version = "0.1.0"
19134dependencies = [
19135 "perf",
19136 "quote",
19137 "syn 2.0.117",
19138]
19139
19140[[package]]
19141name = "uuid"
19142version = "1.18.1"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19145dependencies = [
19146 "getrandom 0.3.4",
19147 "js-sys",
19148 "serde",
19149 "sha1_smol",
19150 "wasm-bindgen",
19151]
19152
19153[[package]]
19154name = "uuid-simd"
19155version = "0.8.0"
19156source = "registry+https://github.com/rust-lang/crates.io-index"
19157checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19158dependencies = [
19159 "outref",
19160 "vsimd",
19161]
19162
19163[[package]]
19164name = "v_frame"
19165version = "0.3.9"
19166source = "registry+https://github.com/rust-lang/crates.io-index"
19167checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19168dependencies = [
19169 "aligned-vec",
19170 "num-traits",
19171 "wasm-bindgen",
19172]
19173
19174[[package]]
19175name = "valuable"
19176version = "0.1.1"
19177source = "registry+https://github.com/rust-lang/crates.io-index"
19178checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19179
19180[[package]]
19181name = "value-bag"
19182version = "1.12.0"
19183source = "registry+https://github.com/rust-lang/crates.io-index"
19184checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19185dependencies = [
19186 "value-bag-serde1",
19187 "value-bag-sval2",
19188]
19189
19190[[package]]
19191name = "value-bag-serde1"
19192version = "1.12.0"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19195dependencies = [
19196 "erased-serde",
19197 "serde_core",
19198 "serde_fmt",
19199]
19200
19201[[package]]
19202name = "value-bag-sval2"
19203version = "1.12.0"
19204source = "registry+https://github.com/rust-lang/crates.io-index"
19205checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19206dependencies = [
19207 "sval",
19208 "sval_buffer",
19209 "sval_dynamic",
19210 "sval_fmt",
19211 "sval_json",
19212 "sval_ref",
19213 "sval_serde",
19214]
19215
19216[[package]]
19217name = "vcpkg"
19218version = "0.2.15"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19221
19222[[package]]
19223name = "vercel"
19224version = "0.1.0"
19225dependencies = [
19226 "anyhow",
19227 "schemars",
19228 "serde",
19229 "strum 0.27.2",
19230]
19231
19232[[package]]
19233name = "version-compare"
19234version = "0.2.0"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19237
19238[[package]]
19239name = "version_check"
19240version = "0.9.5"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19243
19244[[package]]
19245name = "vim"
19246version = "0.1.0"
19247dependencies = [
19248 "anyhow",
19249 "async-compat",
19250 "async-trait",
19251 "collections",
19252 "command_palette",
19253 "command_palette_hooks",
19254 "db",
19255 "editor",
19256 "env_logger 0.11.8",
19257 "futures 0.3.32",
19258 "fuzzy",
19259 "git_ui",
19260 "gpui",
19261 "indoc",
19262 "itertools 0.14.0",
19263 "language",
19264 "log",
19265 "lsp",
19266 "markdown_preview",
19267 "menu",
19268 "multi_buffer",
19269 "nvim-rs",
19270 "outline_panel",
19271 "parking_lot",
19272 "perf",
19273 "picker",
19274 "project",
19275 "project_panel",
19276 "regex",
19277 "release_channel",
19278 "schemars",
19279 "search",
19280 "semver",
19281 "serde",
19282 "serde_json",
19283 "settings",
19284 "settings_ui",
19285 "task",
19286 "text",
19287 "theme",
19288 "theme_settings",
19289 "tokio",
19290 "ui",
19291 "util",
19292 "util_macros",
19293 "vim_mode_setting",
19294 "workspace",
19295 "zed_actions",
19296]
19297
19298[[package]]
19299name = "vim_mode_setting"
19300version = "0.1.0"
19301dependencies = [
19302 "gpui",
19303 "settings",
19304]
19305
19306[[package]]
19307name = "vscode_theme"
19308version = "0.2.0"
19309source = "registry+https://github.com/rust-lang/crates.io-index"
19310checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19311dependencies = [
19312 "serde",
19313]
19314
19315[[package]]
19316name = "vsimd"
19317version = "0.8.0"
19318source = "registry+https://github.com/rust-lang/crates.io-index"
19319checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19320
19321[[package]]
19322name = "vswhom"
19323version = "0.1.0"
19324source = "registry+https://github.com/rust-lang/crates.io-index"
19325checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19326dependencies = [
19327 "libc",
19328 "vswhom-sys",
19329]
19330
19331[[package]]
19332name = "vswhom-sys"
19333version = "0.1.3"
19334source = "registry+https://github.com/rust-lang/crates.io-index"
19335checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19336dependencies = [
19337 "cc",
19338 "libc",
19339]
19340
19341[[package]]
19342name = "vte"
19343version = "0.15.0"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19346dependencies = [
19347 "arrayvec",
19348 "bitflags 2.10.0",
19349 "cursor-icon",
19350 "log",
19351 "memchr",
19352 "serde",
19353]
19354
19355[[package]]
19356name = "wait-timeout"
19357version = "0.2.1"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19360dependencies = [
19361 "libc",
19362]
19363
19364[[package]]
19365name = "waker-fn"
19366version = "1.2.0"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19369
19370[[package]]
19371name = "walkdir"
19372version = "2.5.0"
19373source = "registry+https://github.com/rust-lang/crates.io-index"
19374checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19375dependencies = [
19376 "same-file",
19377 "winapi-util",
19378]
19379
19380[[package]]
19381name = "want"
19382version = "0.3.1"
19383source = "registry+https://github.com/rust-lang/crates.io-index"
19384checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19385dependencies = [
19386 "try-lock",
19387]
19388
19389[[package]]
19390name = "warp"
19391version = "0.3.7"
19392source = "registry+https://github.com/rust-lang/crates.io-index"
19393checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19394dependencies = [
19395 "bytes 1.11.1",
19396 "futures-channel",
19397 "futures-util",
19398 "headers",
19399 "http 0.2.12",
19400 "hyper 0.14.32",
19401 "log",
19402 "mime",
19403 "mime_guess",
19404 "percent-encoding",
19405 "pin-project",
19406 "scoped-tls",
19407 "serde",
19408 "serde_json",
19409 "serde_urlencoded",
19410 "tokio",
19411 "tokio-tungstenite 0.21.0",
19412 "tokio-util",
19413 "tower-service",
19414 "tracing",
19415]
19416
19417[[package]]
19418name = "wasi"
19419version = "0.11.1+wasi-snapshot-preview1"
19420source = "registry+https://github.com/rust-lang/crates.io-index"
19421checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19422
19423[[package]]
19424name = "wasip2"
19425version = "1.0.1+wasi-0.2.4"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19428dependencies = [
19429 "wit-bindgen 0.46.0",
19430]
19431
19432[[package]]
19433name = "wasip3"
19434version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19435source = "registry+https://github.com/rust-lang/crates.io-index"
19436checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19437dependencies = [
19438 "wit-bindgen 0.51.0",
19439]
19440
19441[[package]]
19442name = "wasite"
19443version = "0.1.0"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19446
19447[[package]]
19448name = "wasm-bindgen"
19449version = "0.2.113"
19450source = "registry+https://github.com/rust-lang/crates.io-index"
19451checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19452dependencies = [
19453 "cfg-if",
19454 "once_cell",
19455 "rustversion",
19456 "wasm-bindgen-macro",
19457 "wasm-bindgen-shared",
19458]
19459
19460[[package]]
19461name = "wasm-bindgen-futures"
19462version = "0.4.63"
19463source = "registry+https://github.com/rust-lang/crates.io-index"
19464checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19465dependencies = [
19466 "cfg-if",
19467 "futures-util",
19468 "js-sys",
19469 "once_cell",
19470 "wasm-bindgen",
19471 "web-sys",
19472]
19473
19474[[package]]
19475name = "wasm-bindgen-macro"
19476version = "0.2.113"
19477source = "registry+https://github.com/rust-lang/crates.io-index"
19478checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19479dependencies = [
19480 "quote",
19481 "wasm-bindgen-macro-support",
19482]
19483
19484[[package]]
19485name = "wasm-bindgen-macro-support"
19486version = "0.2.113"
19487source = "registry+https://github.com/rust-lang/crates.io-index"
19488checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19489dependencies = [
19490 "bumpalo",
19491 "proc-macro2",
19492 "quote",
19493 "syn 2.0.117",
19494 "wasm-bindgen-shared",
19495]
19496
19497[[package]]
19498name = "wasm-bindgen-shared"
19499version = "0.2.113"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19502dependencies = [
19503 "unicode-ident",
19504]
19505
19506[[package]]
19507name = "wasm-encoder"
19508version = "0.201.0"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19511dependencies = [
19512 "leb128",
19513]
19514
19515[[package]]
19516name = "wasm-encoder"
19517version = "0.221.3"
19518source = "registry+https://github.com/rust-lang/crates.io-index"
19519checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19520dependencies = [
19521 "leb128",
19522 "wasmparser 0.221.3",
19523]
19524
19525[[package]]
19526name = "wasm-encoder"
19527version = "0.227.1"
19528source = "registry+https://github.com/rust-lang/crates.io-index"
19529checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19530dependencies = [
19531 "leb128fmt",
19532 "wasmparser 0.227.1",
19533]
19534
19535[[package]]
19536name = "wasm-encoder"
19537version = "0.236.1"
19538source = "registry+https://github.com/rust-lang/crates.io-index"
19539checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19540dependencies = [
19541 "leb128fmt",
19542 "wasmparser 0.236.1",
19543]
19544
19545[[package]]
19546name = "wasm-encoder"
19547version = "0.244.0"
19548source = "registry+https://github.com/rust-lang/crates.io-index"
19549checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19550dependencies = [
19551 "leb128fmt",
19552 "wasmparser 0.244.0",
19553]
19554
19555[[package]]
19556name = "wasm-metadata"
19557version = "0.201.0"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19560dependencies = [
19561 "anyhow",
19562 "indexmap",
19563 "serde",
19564 "serde_derive",
19565 "serde_json",
19566 "spdx",
19567 "wasm-encoder 0.201.0",
19568 "wasmparser 0.201.0",
19569]
19570
19571[[package]]
19572name = "wasm-metadata"
19573version = "0.227.1"
19574source = "registry+https://github.com/rust-lang/crates.io-index"
19575checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19576dependencies = [
19577 "anyhow",
19578 "auditable-serde",
19579 "flate2",
19580 "indexmap",
19581 "serde",
19582 "serde_derive",
19583 "serde_json",
19584 "spdx",
19585 "url",
19586 "wasm-encoder 0.227.1",
19587 "wasmparser 0.227.1",
19588]
19589
19590[[package]]
19591name = "wasm-metadata"
19592version = "0.244.0"
19593source = "registry+https://github.com/rust-lang/crates.io-index"
19594checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19595dependencies = [
19596 "anyhow",
19597 "indexmap",
19598 "wasm-encoder 0.244.0",
19599 "wasmparser 0.244.0",
19600]
19601
19602[[package]]
19603name = "wasm-streams"
19604version = "0.4.2"
19605source = "registry+https://github.com/rust-lang/crates.io-index"
19606checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19607dependencies = [
19608 "futures-util",
19609 "js-sys",
19610 "wasm-bindgen",
19611 "wasm-bindgen-futures",
19612 "web-sys",
19613]
19614
19615[[package]]
19616name = "wasm_thread"
19617version = "0.3.3"
19618source = "registry+https://github.com/rust-lang/crates.io-index"
19619checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19620dependencies = [
19621 "futures 0.3.32",
19622 "js-sys",
19623 "wasm-bindgen",
19624 "web-sys",
19625]
19626
19627[[package]]
19628name = "wasmparser"
19629version = "0.201.0"
19630source = "registry+https://github.com/rust-lang/crates.io-index"
19631checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19632dependencies = [
19633 "bitflags 2.10.0",
19634 "indexmap",
19635 "semver",
19636]
19637
19638[[package]]
19639name = "wasmparser"
19640version = "0.221.3"
19641source = "registry+https://github.com/rust-lang/crates.io-index"
19642checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19643dependencies = [
19644 "bitflags 2.10.0",
19645 "hashbrown 0.15.5",
19646 "indexmap",
19647 "semver",
19648 "serde",
19649]
19650
19651[[package]]
19652name = "wasmparser"
19653version = "0.227.1"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19656dependencies = [
19657 "bitflags 2.10.0",
19658 "hashbrown 0.15.5",
19659 "indexmap",
19660 "semver",
19661]
19662
19663[[package]]
19664name = "wasmparser"
19665version = "0.236.1"
19666source = "registry+https://github.com/rust-lang/crates.io-index"
19667checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19668dependencies = [
19669 "bitflags 2.10.0",
19670 "hashbrown 0.15.5",
19671 "indexmap",
19672 "semver",
19673 "serde",
19674]
19675
19676[[package]]
19677name = "wasmparser"
19678version = "0.244.0"
19679source = "registry+https://github.com/rust-lang/crates.io-index"
19680checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19681dependencies = [
19682 "bitflags 2.10.0",
19683 "hashbrown 0.15.5",
19684 "indexmap",
19685 "semver",
19686]
19687
19688[[package]]
19689name = "wasmprinter"
19690version = "0.236.1"
19691source = "registry+https://github.com/rust-lang/crates.io-index"
19692checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19693dependencies = [
19694 "anyhow",
19695 "termcolor",
19696 "wasmparser 0.236.1",
19697]
19698
19699[[package]]
19700name = "wasmtime"
19701version = "36.0.7"
19702source = "registry+https://github.com/rust-lang/crates.io-index"
19703checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19704dependencies = [
19705 "addr2line",
19706 "anyhow",
19707 "async-trait",
19708 "bitflags 2.10.0",
19709 "bumpalo",
19710 "cc",
19711 "cfg-if",
19712 "encoding_rs",
19713 "hashbrown 0.15.5",
19714 "indexmap",
19715 "libc",
19716 "log",
19717 "mach2 0.4.3",
19718 "memfd",
19719 "object",
19720 "once_cell",
19721 "postcard",
19722 "pulley-interpreter",
19723 "rayon",
19724 "rustix 1.1.2",
19725 "semver",
19726 "serde",
19727 "serde_derive",
19728 "smallvec",
19729 "target-lexicon 0.13.3",
19730 "wasmparser 0.236.1",
19731 "wasmtime-environ",
19732 "wasmtime-internal-asm-macros",
19733 "wasmtime-internal-component-macro",
19734 "wasmtime-internal-component-util",
19735 "wasmtime-internal-cranelift",
19736 "wasmtime-internal-fiber",
19737 "wasmtime-internal-jit-debug",
19738 "wasmtime-internal-jit-icache-coherence",
19739 "wasmtime-internal-math",
19740 "wasmtime-internal-slab",
19741 "wasmtime-internal-unwinder",
19742 "wasmtime-internal-versioned-export-macros",
19743 "wasmtime-internal-winch",
19744 "windows-sys 0.60.2",
19745]
19746
19747[[package]]
19748name = "wasmtime-c-api-impl"
19749version = "36.0.6"
19750source = "registry+https://github.com/rust-lang/crates.io-index"
19751checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19752dependencies = [
19753 "anyhow",
19754 "log",
19755 "tracing",
19756 "wasmtime",
19757 "wasmtime-internal-c-api-macros",
19758]
19759
19760[[package]]
19761name = "wasmtime-environ"
19762version = "36.0.7"
19763source = "registry+https://github.com/rust-lang/crates.io-index"
19764checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19765dependencies = [
19766 "anyhow",
19767 "cpp_demangle",
19768 "cranelift-bitset",
19769 "cranelift-entity",
19770 "gimli",
19771 "indexmap",
19772 "log",
19773 "object",
19774 "postcard",
19775 "rustc-demangle",
19776 "semver",
19777 "serde",
19778 "serde_derive",
19779 "smallvec",
19780 "target-lexicon 0.13.3",
19781 "wasm-encoder 0.236.1",
19782 "wasmparser 0.236.1",
19783 "wasmprinter",
19784 "wasmtime-internal-component-util",
19785]
19786
19787[[package]]
19788name = "wasmtime-internal-asm-macros"
19789version = "36.0.7"
19790source = "registry+https://github.com/rust-lang/crates.io-index"
19791checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19792dependencies = [
19793 "cfg-if",
19794]
19795
19796[[package]]
19797name = "wasmtime-internal-c-api-macros"
19798version = "36.0.6"
19799source = "registry+https://github.com/rust-lang/crates.io-index"
19800checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19801dependencies = [
19802 "proc-macro2",
19803 "quote",
19804]
19805
19806[[package]]
19807name = "wasmtime-internal-component-macro"
19808version = "36.0.7"
19809source = "registry+https://github.com/rust-lang/crates.io-index"
19810checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19811dependencies = [
19812 "anyhow",
19813 "proc-macro2",
19814 "quote",
19815 "syn 2.0.117",
19816 "wasmtime-internal-component-util",
19817 "wasmtime-internal-wit-bindgen",
19818 "wit-parser 0.236.1",
19819]
19820
19821[[package]]
19822name = "wasmtime-internal-component-util"
19823version = "36.0.7"
19824source = "registry+https://github.com/rust-lang/crates.io-index"
19825checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19826
19827[[package]]
19828name = "wasmtime-internal-cranelift"
19829version = "36.0.7"
19830source = "registry+https://github.com/rust-lang/crates.io-index"
19831checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19832dependencies = [
19833 "anyhow",
19834 "cfg-if",
19835 "cranelift-codegen",
19836 "cranelift-control",
19837 "cranelift-entity",
19838 "cranelift-frontend",
19839 "cranelift-native",
19840 "gimli",
19841 "itertools 0.14.0",
19842 "log",
19843 "object",
19844 "pulley-interpreter",
19845 "smallvec",
19846 "target-lexicon 0.13.3",
19847 "thiserror 2.0.17",
19848 "wasmparser 0.236.1",
19849 "wasmtime-environ",
19850 "wasmtime-internal-math",
19851 "wasmtime-internal-versioned-export-macros",
19852]
19853
19854[[package]]
19855name = "wasmtime-internal-fiber"
19856version = "36.0.7"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19859dependencies = [
19860 "anyhow",
19861 "cc",
19862 "cfg-if",
19863 "libc",
19864 "rustix 1.1.2",
19865 "wasmtime-internal-asm-macros",
19866 "wasmtime-internal-versioned-export-macros",
19867 "windows-sys 0.60.2",
19868]
19869
19870[[package]]
19871name = "wasmtime-internal-jit-debug"
19872version = "36.0.7"
19873source = "registry+https://github.com/rust-lang/crates.io-index"
19874checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19875dependencies = [
19876 "cc",
19877 "wasmtime-internal-versioned-export-macros",
19878]
19879
19880[[package]]
19881name = "wasmtime-internal-jit-icache-coherence"
19882version = "36.0.7"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19885dependencies = [
19886 "anyhow",
19887 "cfg-if",
19888 "libc",
19889 "windows-sys 0.60.2",
19890]
19891
19892[[package]]
19893name = "wasmtime-internal-math"
19894version = "36.0.7"
19895source = "registry+https://github.com/rust-lang/crates.io-index"
19896checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19897dependencies = [
19898 "libm",
19899]
19900
19901[[package]]
19902name = "wasmtime-internal-slab"
19903version = "36.0.7"
19904source = "registry+https://github.com/rust-lang/crates.io-index"
19905checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19906
19907[[package]]
19908name = "wasmtime-internal-unwinder"
19909version = "36.0.7"
19910source = "registry+https://github.com/rust-lang/crates.io-index"
19911checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19912dependencies = [
19913 "anyhow",
19914 "cfg-if",
19915 "cranelift-codegen",
19916 "log",
19917 "object",
19918]
19919
19920[[package]]
19921name = "wasmtime-internal-versioned-export-macros"
19922version = "36.0.7"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19925dependencies = [
19926 "proc-macro2",
19927 "quote",
19928 "syn 2.0.117",
19929]
19930
19931[[package]]
19932name = "wasmtime-internal-winch"
19933version = "36.0.7"
19934source = "registry+https://github.com/rust-lang/crates.io-index"
19935checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19936dependencies = [
19937 "anyhow",
19938 "cranelift-codegen",
19939 "gimli",
19940 "object",
19941 "target-lexicon 0.13.3",
19942 "wasmparser 0.236.1",
19943 "wasmtime-environ",
19944 "wasmtime-internal-cranelift",
19945 "winch-codegen",
19946]
19947
19948[[package]]
19949name = "wasmtime-internal-wit-bindgen"
19950version = "36.0.7"
19951source = "registry+https://github.com/rust-lang/crates.io-index"
19952checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19953dependencies = [
19954 "anyhow",
19955 "bitflags 2.10.0",
19956 "heck 0.5.0",
19957 "indexmap",
19958 "wit-parser 0.236.1",
19959]
19960
19961[[package]]
19962name = "wasmtime-wasi"
19963version = "36.0.6"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19966dependencies = [
19967 "anyhow",
19968 "async-trait",
19969 "bitflags 2.10.0",
19970 "bytes 1.11.1",
19971 "cap-fs-ext",
19972 "cap-net-ext",
19973 "cap-rand",
19974 "cap-std",
19975 "cap-time-ext",
19976 "fs-set-times",
19977 "futures 0.3.32",
19978 "io-extras",
19979 "io-lifetimes",
19980 "rustix 1.1.2",
19981 "system-interface",
19982 "thiserror 2.0.17",
19983 "tokio",
19984 "tracing",
19985 "url",
19986 "wasmtime",
19987 "wasmtime-wasi-io",
19988 "wiggle",
19989 "windows-sys 0.60.2",
19990]
19991
19992[[package]]
19993name = "wasmtime-wasi-io"
19994version = "36.0.6"
19995source = "registry+https://github.com/rust-lang/crates.io-index"
19996checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19997dependencies = [
19998 "anyhow",
19999 "async-trait",
20000 "bytes 1.11.1",
20001 "futures 0.3.32",
20002 "wasmtime",
20003]
20004
20005[[package]]
20006name = "wast"
20007version = "35.0.2"
20008source = "registry+https://github.com/rust-lang/crates.io-index"
20009checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20010dependencies = [
20011 "leb128",
20012]
20013
20014[[package]]
20015name = "watch"
20016version = "0.1.0"
20017dependencies = [
20018 "ctor",
20019 "futures 0.3.32",
20020 "gpui",
20021 "parking_lot",
20022 "zlog",
20023]
20024
20025[[package]]
20026name = "wax"
20027version = "0.7.0"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20030dependencies = [
20031 "const_format",
20032 "itertools 0.14.0",
20033 "nom 7.1.3",
20034 "pori",
20035 "regex",
20036 "thiserror 2.0.17",
20037 "walkdir",
20038]
20039
20040[[package]]
20041name = "wayland-backend"
20042version = "0.3.11"
20043source = "registry+https://github.com/rust-lang/crates.io-index"
20044checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20045dependencies = [
20046 "cc",
20047 "downcast-rs",
20048 "rustix 1.1.2",
20049 "scoped-tls",
20050 "smallvec",
20051 "wayland-sys",
20052]
20053
20054[[package]]
20055name = "wayland-client"
20056version = "0.31.11"
20057source = "registry+https://github.com/rust-lang/crates.io-index"
20058checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20059dependencies = [
20060 "bitflags 2.10.0",
20061 "rustix 1.1.2",
20062 "wayland-backend",
20063 "wayland-scanner",
20064]
20065
20066[[package]]
20067name = "wayland-cursor"
20068version = "0.31.11"
20069source = "registry+https://github.com/rust-lang/crates.io-index"
20070checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20071dependencies = [
20072 "rustix 1.1.2",
20073 "wayland-client",
20074 "xcursor",
20075]
20076
20077[[package]]
20078name = "wayland-protocols"
20079version = "0.32.9"
20080source = "registry+https://github.com/rust-lang/crates.io-index"
20081checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20082dependencies = [
20083 "bitflags 2.10.0",
20084 "wayland-backend",
20085 "wayland-client",
20086 "wayland-scanner",
20087]
20088
20089[[package]]
20090name = "wayland-protocols-plasma"
20091version = "0.3.9"
20092source = "registry+https://github.com/rust-lang/crates.io-index"
20093checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20094dependencies = [
20095 "bitflags 2.10.0",
20096 "wayland-backend",
20097 "wayland-client",
20098 "wayland-protocols",
20099 "wayland-scanner",
20100]
20101
20102[[package]]
20103name = "wayland-protocols-wlr"
20104version = "0.3.9"
20105source = "registry+https://github.com/rust-lang/crates.io-index"
20106checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20107dependencies = [
20108 "bitflags 2.10.0",
20109 "wayland-backend",
20110 "wayland-client",
20111 "wayland-protocols",
20112 "wayland-scanner",
20113]
20114
20115[[package]]
20116name = "wayland-scanner"
20117version = "0.31.7"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20120dependencies = [
20121 "proc-macro2",
20122 "quick-xml 0.37.5",
20123 "quote",
20124]
20125
20126[[package]]
20127name = "wayland-sys"
20128version = "0.31.7"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20131dependencies = [
20132 "dlib",
20133 "log",
20134 "once_cell",
20135 "pkg-config",
20136]
20137
20138[[package]]
20139name = "web-sys"
20140version = "0.3.90"
20141source = "registry+https://github.com/rust-lang/crates.io-index"
20142checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20143dependencies = [
20144 "js-sys",
20145 "wasm-bindgen",
20146]
20147
20148[[package]]
20149name = "web-time"
20150version = "1.1.0"
20151source = "registry+https://github.com/rust-lang/crates.io-index"
20152checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20153dependencies = [
20154 "js-sys",
20155 "serde",
20156 "wasm-bindgen",
20157]
20158
20159[[package]]
20160name = "web_atoms"
20161version = "0.1.3"
20162source = "registry+https://github.com/rust-lang/crates.io-index"
20163checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20164dependencies = [
20165 "phf 0.11.3",
20166 "phf_codegen",
20167 "string_cache",
20168 "string_cache_codegen",
20169]
20170
20171[[package]]
20172name = "web_search"
20173version = "0.1.0"
20174dependencies = [
20175 "anyhow",
20176 "cloud_llm_client",
20177 "collections",
20178 "gpui",
20179 "serde",
20180]
20181
20182[[package]]
20183name = "web_search_providers"
20184version = "0.1.0"
20185dependencies = [
20186 "anyhow",
20187 "client",
20188 "cloud_api_client",
20189 "cloud_api_types",
20190 "cloud_llm_client",
20191 "futures 0.3.32",
20192 "gpui",
20193 "http_client",
20194 "language_model",
20195 "serde",
20196 "serde_json",
20197 "web_search",
20198]
20199
20200[[package]]
20201name = "webpki-root-certs"
20202version = "0.26.8"
20203source = "registry+https://github.com/rust-lang/crates.io-index"
20204checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20205dependencies = [
20206 "rustls-pki-types",
20207]
20208
20209[[package]]
20210name = "webpki-roots"
20211version = "0.26.8"
20212source = "registry+https://github.com/rust-lang/crates.io-index"
20213checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20214dependencies = [
20215 "rustls-pki-types",
20216]
20217
20218[[package]]
20219name = "webrtc-sys"
20220version = "0.3.23"
20221source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20222dependencies = [
20223 "cc",
20224 "cxx",
20225 "cxx-build",
20226 "glob",
20227 "log",
20228 "pkg-config",
20229 "webrtc-sys-build",
20230]
20231
20232[[package]]
20233name = "webrtc-sys-build"
20234version = "0.3.13"
20235source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20236dependencies = [
20237 "anyhow",
20238 "fs2",
20239 "regex",
20240 "reqwest 0.12.24",
20241 "scratch",
20242 "semver",
20243 "zip 0.6.6",
20244]
20245
20246[[package]]
20247name = "weezl"
20248version = "0.1.10"
20249source = "registry+https://github.com/rust-lang/crates.io-index"
20250checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20251
20252[[package]]
20253name = "wgpu"
20254version = "29.0.0"
20255source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20256dependencies = [
20257 "arrayvec",
20258 "bitflags 2.10.0",
20259 "bytemuck",
20260 "cfg-if",
20261 "cfg_aliases 0.2.1",
20262 "document-features",
20263 "hashbrown 0.16.1",
20264 "js-sys",
20265 "log",
20266 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20267 "parking_lot",
20268 "portable-atomic",
20269 "profiling",
20270 "raw-window-handle",
20271 "smallvec",
20272 "static_assertions",
20273 "wasm-bindgen",
20274 "wasm-bindgen-futures",
20275 "web-sys",
20276 "wgpu-core",
20277 "wgpu-hal",
20278 "wgpu-types",
20279]
20280
20281[[package]]
20282name = "wgpu-core"
20283version = "29.0.0"
20284source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20285dependencies = [
20286 "arrayvec",
20287 "bit-set 0.9.1",
20288 "bit-vec 0.9.1",
20289 "bitflags 2.10.0",
20290 "bytemuck",
20291 "cfg_aliases 0.2.1",
20292 "document-features",
20293 "hashbrown 0.16.1",
20294 "indexmap",
20295 "log",
20296 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20297 "once_cell",
20298 "parking_lot",
20299 "portable-atomic",
20300 "profiling",
20301 "raw-window-handle",
20302 "rustc-hash 1.1.0",
20303 "smallvec",
20304 "thiserror 2.0.17",
20305 "wgpu-core-deps-apple",
20306 "wgpu-core-deps-emscripten",
20307 "wgpu-core-deps-windows-linux-android",
20308 "wgpu-hal",
20309 "wgpu-naga-bridge",
20310 "wgpu-types",
20311]
20312
20313[[package]]
20314name = "wgpu-core-deps-apple"
20315version = "29.0.0"
20316source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20317dependencies = [
20318 "wgpu-hal",
20319]
20320
20321[[package]]
20322name = "wgpu-core-deps-emscripten"
20323version = "29.0.0"
20324source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20325dependencies = [
20326 "wgpu-hal",
20327]
20328
20329[[package]]
20330name = "wgpu-core-deps-windows-linux-android"
20331version = "29.0.0"
20332source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20333dependencies = [
20334 "wgpu-hal",
20335]
20336
20337[[package]]
20338name = "wgpu-hal"
20339version = "29.0.0"
20340source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20341dependencies = [
20342 "android_system_properties",
20343 "arrayvec",
20344 "ash",
20345 "bit-set 0.9.1",
20346 "bitflags 2.10.0",
20347 "block2",
20348 "bytemuck",
20349 "cfg-if",
20350 "cfg_aliases 0.2.1",
20351 "glow",
20352 "glutin_wgl_sys",
20353 "gpu-allocator",
20354 "gpu-descriptor",
20355 "hashbrown 0.16.1",
20356 "js-sys",
20357 "khronos-egl",
20358 "libc",
20359 "libloading",
20360 "log",
20361 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20362 "ndk-sys",
20363 "objc2",
20364 "objc2-core-foundation",
20365 "objc2-foundation",
20366 "objc2-metal",
20367 "objc2-quartz-core",
20368 "once_cell",
20369 "ordered-float 4.6.0",
20370 "parking_lot",
20371 "portable-atomic",
20372 "portable-atomic-util",
20373 "profiling",
20374 "range-alloc",
20375 "raw-window-handle",
20376 "raw-window-metal",
20377 "renderdoc-sys",
20378 "smallvec",
20379 "thiserror 2.0.17",
20380 "wasm-bindgen",
20381 "wayland-sys",
20382 "web-sys",
20383 "wgpu-naga-bridge",
20384 "wgpu-types",
20385 "windows 0.62.2",
20386 "windows-core 0.62.2",
20387]
20388
20389[[package]]
20390name = "wgpu-naga-bridge"
20391version = "29.0.0"
20392source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20393dependencies = [
20394 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20395 "wgpu-types",
20396]
20397
20398[[package]]
20399name = "wgpu-types"
20400version = "29.0.0"
20401source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20402dependencies = [
20403 "bitflags 2.10.0",
20404 "bytemuck",
20405 "js-sys",
20406 "log",
20407 "raw-window-handle",
20408 "web-sys",
20409]
20410
20411[[package]]
20412name = "which"
20413version = "4.4.2"
20414source = "registry+https://github.com/rust-lang/crates.io-index"
20415checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20416dependencies = [
20417 "either",
20418 "home",
20419 "once_cell",
20420 "rustix 0.38.44",
20421]
20422
20423[[package]]
20424name = "which"
20425version = "6.0.3"
20426source = "registry+https://github.com/rust-lang/crates.io-index"
20427checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20428dependencies = [
20429 "either",
20430 "home",
20431 "rustix 0.38.44",
20432 "winsafe",
20433]
20434
20435[[package]]
20436name = "which_key"
20437version = "0.1.0"
20438dependencies = [
20439 "command_palette",
20440 "gpui",
20441 "serde",
20442 "settings",
20443 "theme_settings",
20444 "ui",
20445 "util",
20446 "workspace",
20447]
20448
20449[[package]]
20450name = "whoami"
20451version = "1.6.1"
20452source = "registry+https://github.com/rust-lang/crates.io-index"
20453checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20454dependencies = [
20455 "libredox",
20456 "wasite",
20457]
20458
20459[[package]]
20460name = "wiggle"
20461version = "36.0.6"
20462source = "registry+https://github.com/rust-lang/crates.io-index"
20463checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20464dependencies = [
20465 "anyhow",
20466 "async-trait",
20467 "bitflags 2.10.0",
20468 "thiserror 2.0.17",
20469 "tracing",
20470 "wasmtime",
20471 "wiggle-macro",
20472]
20473
20474[[package]]
20475name = "wiggle-generate"
20476version = "36.0.6"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20479dependencies = [
20480 "anyhow",
20481 "heck 0.5.0",
20482 "proc-macro2",
20483 "quote",
20484 "syn 2.0.117",
20485 "witx",
20486]
20487
20488[[package]]
20489name = "wiggle-macro"
20490version = "36.0.6"
20491source = "registry+https://github.com/rust-lang/crates.io-index"
20492checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20493dependencies = [
20494 "proc-macro2",
20495 "quote",
20496 "syn 2.0.117",
20497 "wiggle-generate",
20498]
20499
20500[[package]]
20501name = "winapi"
20502version = "0.3.9"
20503source = "registry+https://github.com/rust-lang/crates.io-index"
20504checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20505dependencies = [
20506 "winapi-i686-pc-windows-gnu",
20507 "winapi-x86_64-pc-windows-gnu",
20508]
20509
20510[[package]]
20511name = "winapi-i686-pc-windows-gnu"
20512version = "0.4.0"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20515
20516[[package]]
20517name = "winapi-util"
20518version = "0.1.11"
20519source = "registry+https://github.com/rust-lang/crates.io-index"
20520checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20521dependencies = [
20522 "windows-sys 0.61.2",
20523]
20524
20525[[package]]
20526name = "winapi-x86_64-pc-windows-gnu"
20527version = "0.4.0"
20528source = "registry+https://github.com/rust-lang/crates.io-index"
20529checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20530
20531[[package]]
20532name = "winch-codegen"
20533version = "36.0.7"
20534source = "registry+https://github.com/rust-lang/crates.io-index"
20535checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20536dependencies = [
20537 "anyhow",
20538 "cranelift-assembler-x64",
20539 "cranelift-codegen",
20540 "gimli",
20541 "regalloc2",
20542 "smallvec",
20543 "target-lexicon 0.13.3",
20544 "thiserror 2.0.17",
20545 "wasmparser 0.236.1",
20546 "wasmtime-environ",
20547 "wasmtime-internal-cranelift",
20548 "wasmtime-internal-math",
20549]
20550
20551[[package]]
20552name = "windows"
20553version = "0.56.0"
20554source = "registry+https://github.com/rust-lang/crates.io-index"
20555checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20556dependencies = [
20557 "windows-core 0.56.0",
20558 "windows-targets 0.52.6",
20559]
20560
20561[[package]]
20562name = "windows"
20563version = "0.57.0"
20564source = "registry+https://github.com/rust-lang/crates.io-index"
20565checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20566dependencies = [
20567 "windows-core 0.57.0",
20568 "windows-targets 0.52.6",
20569]
20570
20571[[package]]
20572name = "windows"
20573version = "0.58.0"
20574source = "registry+https://github.com/rust-lang/crates.io-index"
20575checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20576dependencies = [
20577 "windows-core 0.58.0",
20578 "windows-targets 0.52.6",
20579]
20580
20581[[package]]
20582name = "windows"
20583version = "0.61.3"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20586dependencies = [
20587 "windows-collections 0.2.0",
20588 "windows-core 0.61.2",
20589 "windows-future 0.2.1",
20590 "windows-link 0.1.3",
20591 "windows-numerics 0.2.0",
20592]
20593
20594[[package]]
20595name = "windows"
20596version = "0.62.2"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20599dependencies = [
20600 "windows-collections 0.3.2",
20601 "windows-core 0.62.2",
20602 "windows-future 0.3.2",
20603 "windows-numerics 0.3.1",
20604]
20605
20606[[package]]
20607name = "windows-bindgen"
20608version = "0.61.1"
20609source = "registry+https://github.com/rust-lang/crates.io-index"
20610checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20611dependencies = [
20612 "serde",
20613 "serde_json",
20614 "windows-threading 0.1.0",
20615]
20616
20617[[package]]
20618name = "windows-capture"
20619version = "1.4.3"
20620source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20621dependencies = [
20622 "clap",
20623 "ctrlc",
20624 "parking_lot",
20625 "rayon",
20626 "thiserror 2.0.17",
20627 "windows 0.61.3",
20628 "windows-future 0.2.1",
20629]
20630
20631[[package]]
20632name = "windows-collections"
20633version = "0.2.0"
20634source = "registry+https://github.com/rust-lang/crates.io-index"
20635checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20636dependencies = [
20637 "windows-core 0.61.2",
20638]
20639
20640[[package]]
20641name = "windows-collections"
20642version = "0.3.2"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20645dependencies = [
20646 "windows-core 0.62.2",
20647]
20648
20649[[package]]
20650name = "windows-core"
20651version = "0.56.0"
20652source = "registry+https://github.com/rust-lang/crates.io-index"
20653checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20654dependencies = [
20655 "windows-implement 0.56.0",
20656 "windows-interface 0.56.0",
20657 "windows-result 0.1.2",
20658 "windows-targets 0.52.6",
20659]
20660
20661[[package]]
20662name = "windows-core"
20663version = "0.57.0"
20664source = "registry+https://github.com/rust-lang/crates.io-index"
20665checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20666dependencies = [
20667 "windows-implement 0.57.0",
20668 "windows-interface 0.57.0",
20669 "windows-result 0.1.2",
20670 "windows-targets 0.52.6",
20671]
20672
20673[[package]]
20674name = "windows-core"
20675version = "0.58.0"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20678dependencies = [
20679 "windows-implement 0.58.0",
20680 "windows-interface 0.58.0",
20681 "windows-result 0.2.0",
20682 "windows-strings 0.1.0",
20683 "windows-targets 0.52.6",
20684]
20685
20686[[package]]
20687name = "windows-core"
20688version = "0.61.2"
20689source = "registry+https://github.com/rust-lang/crates.io-index"
20690checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20691dependencies = [
20692 "windows-implement 0.60.2",
20693 "windows-interface 0.59.3",
20694 "windows-link 0.1.3",
20695 "windows-result 0.3.4",
20696 "windows-strings 0.4.2",
20697]
20698
20699[[package]]
20700name = "windows-core"
20701version = "0.62.2"
20702source = "registry+https://github.com/rust-lang/crates.io-index"
20703checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20704dependencies = [
20705 "windows-implement 0.60.2",
20706 "windows-interface 0.59.3",
20707 "windows-link 0.2.1",
20708 "windows-result 0.4.1",
20709 "windows-strings 0.5.1",
20710]
20711
20712[[package]]
20713name = "windows-future"
20714version = "0.2.1"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20717dependencies = [
20718 "windows-core 0.61.2",
20719 "windows-link 0.1.3",
20720 "windows-threading 0.1.0",
20721]
20722
20723[[package]]
20724name = "windows-future"
20725version = "0.3.2"
20726source = "registry+https://github.com/rust-lang/crates.io-index"
20727checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20728dependencies = [
20729 "windows-core 0.62.2",
20730 "windows-link 0.2.1",
20731 "windows-threading 0.2.1",
20732]
20733
20734[[package]]
20735name = "windows-implement"
20736version = "0.56.0"
20737source = "registry+https://github.com/rust-lang/crates.io-index"
20738checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20739dependencies = [
20740 "proc-macro2",
20741 "quote",
20742 "syn 2.0.117",
20743]
20744
20745[[package]]
20746name = "windows-implement"
20747version = "0.57.0"
20748source = "registry+https://github.com/rust-lang/crates.io-index"
20749checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20750dependencies = [
20751 "proc-macro2",
20752 "quote",
20753 "syn 2.0.117",
20754]
20755
20756[[package]]
20757name = "windows-implement"
20758version = "0.58.0"
20759source = "registry+https://github.com/rust-lang/crates.io-index"
20760checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20761dependencies = [
20762 "proc-macro2",
20763 "quote",
20764 "syn 2.0.117",
20765]
20766
20767[[package]]
20768name = "windows-implement"
20769version = "0.60.2"
20770source = "registry+https://github.com/rust-lang/crates.io-index"
20771checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20772dependencies = [
20773 "proc-macro2",
20774 "quote",
20775 "syn 2.0.117",
20776]
20777
20778[[package]]
20779name = "windows-interface"
20780version = "0.56.0"
20781source = "registry+https://github.com/rust-lang/crates.io-index"
20782checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20783dependencies = [
20784 "proc-macro2",
20785 "quote",
20786 "syn 2.0.117",
20787]
20788
20789[[package]]
20790name = "windows-interface"
20791version = "0.57.0"
20792source = "registry+https://github.com/rust-lang/crates.io-index"
20793checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20794dependencies = [
20795 "proc-macro2",
20796 "quote",
20797 "syn 2.0.117",
20798]
20799
20800[[package]]
20801name = "windows-interface"
20802version = "0.58.0"
20803source = "registry+https://github.com/rust-lang/crates.io-index"
20804checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20805dependencies = [
20806 "proc-macro2",
20807 "quote",
20808 "syn 2.0.117",
20809]
20810
20811[[package]]
20812name = "windows-interface"
20813version = "0.59.3"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20816dependencies = [
20817 "proc-macro2",
20818 "quote",
20819 "syn 2.0.117",
20820]
20821
20822[[package]]
20823name = "windows-link"
20824version = "0.1.3"
20825source = "registry+https://github.com/rust-lang/crates.io-index"
20826checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20827
20828[[package]]
20829name = "windows-link"
20830version = "0.2.1"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20833
20834[[package]]
20835name = "windows-numerics"
20836version = "0.2.0"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20839dependencies = [
20840 "windows-core 0.61.2",
20841 "windows-link 0.1.3",
20842]
20843
20844[[package]]
20845name = "windows-numerics"
20846version = "0.3.1"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20849dependencies = [
20850 "windows-core 0.62.2",
20851 "windows-link 0.2.1",
20852]
20853
20854[[package]]
20855name = "windows-registry"
20856version = "0.4.0"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20859dependencies = [
20860 "windows-result 0.3.4",
20861 "windows-strings 0.3.1",
20862 "windows-targets 0.53.5",
20863]
20864
20865[[package]]
20866name = "windows-registry"
20867version = "0.5.3"
20868source = "registry+https://github.com/rust-lang/crates.io-index"
20869checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20870dependencies = [
20871 "windows-link 0.1.3",
20872 "windows-result 0.3.4",
20873 "windows-strings 0.4.2",
20874]
20875
20876[[package]]
20877name = "windows-registry"
20878version = "0.6.1"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20881dependencies = [
20882 "windows-link 0.2.1",
20883 "windows-result 0.4.1",
20884 "windows-strings 0.5.1",
20885]
20886
20887[[package]]
20888name = "windows-result"
20889version = "0.1.2"
20890source = "registry+https://github.com/rust-lang/crates.io-index"
20891checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20892dependencies = [
20893 "windows-targets 0.52.6",
20894]
20895
20896[[package]]
20897name = "windows-result"
20898version = "0.2.0"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20901dependencies = [
20902 "windows-targets 0.52.6",
20903]
20904
20905[[package]]
20906name = "windows-result"
20907version = "0.3.4"
20908source = "registry+https://github.com/rust-lang/crates.io-index"
20909checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20910dependencies = [
20911 "windows-link 0.1.3",
20912]
20913
20914[[package]]
20915name = "windows-result"
20916version = "0.4.1"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20919dependencies = [
20920 "windows-link 0.2.1",
20921]
20922
20923[[package]]
20924name = "windows-strings"
20925version = "0.1.0"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20928dependencies = [
20929 "windows-result 0.2.0",
20930 "windows-targets 0.52.6",
20931]
20932
20933[[package]]
20934name = "windows-strings"
20935version = "0.3.1"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20938dependencies = [
20939 "windows-link 0.1.3",
20940]
20941
20942[[package]]
20943name = "windows-strings"
20944version = "0.4.2"
20945source = "registry+https://github.com/rust-lang/crates.io-index"
20946checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20947dependencies = [
20948 "windows-link 0.1.3",
20949]
20950
20951[[package]]
20952name = "windows-strings"
20953version = "0.5.1"
20954source = "registry+https://github.com/rust-lang/crates.io-index"
20955checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20956dependencies = [
20957 "windows-link 0.2.1",
20958]
20959
20960[[package]]
20961name = "windows-sys"
20962version = "0.45.0"
20963source = "registry+https://github.com/rust-lang/crates.io-index"
20964checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20965dependencies = [
20966 "windows-targets 0.42.2",
20967]
20968
20969[[package]]
20970name = "windows-sys"
20971version = "0.48.0"
20972source = "registry+https://github.com/rust-lang/crates.io-index"
20973checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20974dependencies = [
20975 "windows-targets 0.48.5",
20976]
20977
20978[[package]]
20979name = "windows-sys"
20980version = "0.52.0"
20981source = "registry+https://github.com/rust-lang/crates.io-index"
20982checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20983dependencies = [
20984 "windows-targets 0.52.6",
20985]
20986
20987[[package]]
20988name = "windows-sys"
20989version = "0.59.0"
20990source = "registry+https://github.com/rust-lang/crates.io-index"
20991checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20992dependencies = [
20993 "windows-targets 0.52.6",
20994]
20995
20996[[package]]
20997name = "windows-sys"
20998version = "0.60.2"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21001dependencies = [
21002 "windows-targets 0.53.5",
21003]
21004
21005[[package]]
21006name = "windows-sys"
21007version = "0.61.2"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21010dependencies = [
21011 "windows-link 0.2.1",
21012]
21013
21014[[package]]
21015name = "windows-targets"
21016version = "0.42.2"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21019dependencies = [
21020 "windows_aarch64_gnullvm 0.42.2",
21021 "windows_aarch64_msvc 0.42.2",
21022 "windows_i686_gnu 0.42.2",
21023 "windows_i686_msvc 0.42.2",
21024 "windows_x86_64_gnu 0.42.2",
21025 "windows_x86_64_gnullvm 0.42.2",
21026 "windows_x86_64_msvc 0.42.2",
21027]
21028
21029[[package]]
21030name = "windows-targets"
21031version = "0.48.5"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21034dependencies = [
21035 "windows_aarch64_gnullvm 0.48.5",
21036 "windows_aarch64_msvc 0.48.5",
21037 "windows_i686_gnu 0.48.5",
21038 "windows_i686_msvc 0.48.5",
21039 "windows_x86_64_gnu 0.48.5",
21040 "windows_x86_64_gnullvm 0.48.5",
21041 "windows_x86_64_msvc 0.48.5",
21042]
21043
21044[[package]]
21045name = "windows-targets"
21046version = "0.52.6"
21047source = "registry+https://github.com/rust-lang/crates.io-index"
21048checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21049dependencies = [
21050 "windows_aarch64_gnullvm 0.52.6",
21051 "windows_aarch64_msvc 0.52.6",
21052 "windows_i686_gnu 0.52.6",
21053 "windows_i686_gnullvm 0.52.6",
21054 "windows_i686_msvc 0.52.6",
21055 "windows_x86_64_gnu 0.52.6",
21056 "windows_x86_64_gnullvm 0.52.6",
21057 "windows_x86_64_msvc 0.52.6",
21058]
21059
21060[[package]]
21061name = "windows-targets"
21062version = "0.53.5"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21065dependencies = [
21066 "windows-link 0.2.1",
21067 "windows_aarch64_gnullvm 0.53.1",
21068 "windows_aarch64_msvc 0.53.1",
21069 "windows_i686_gnu 0.53.1",
21070 "windows_i686_gnullvm 0.53.1",
21071 "windows_i686_msvc 0.53.1",
21072 "windows_x86_64_gnu 0.53.1",
21073 "windows_x86_64_gnullvm 0.53.1",
21074 "windows_x86_64_msvc 0.53.1",
21075]
21076
21077[[package]]
21078name = "windows-threading"
21079version = "0.1.0"
21080source = "registry+https://github.com/rust-lang/crates.io-index"
21081checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21082dependencies = [
21083 "windows-link 0.1.3",
21084]
21085
21086[[package]]
21087name = "windows-threading"
21088version = "0.2.1"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21091dependencies = [
21092 "windows-link 0.2.1",
21093]
21094
21095[[package]]
21096name = "windows_aarch64_gnullvm"
21097version = "0.42.2"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21100
21101[[package]]
21102name = "windows_aarch64_gnullvm"
21103version = "0.48.5"
21104source = "registry+https://github.com/rust-lang/crates.io-index"
21105checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21106
21107[[package]]
21108name = "windows_aarch64_gnullvm"
21109version = "0.52.6"
21110source = "registry+https://github.com/rust-lang/crates.io-index"
21111checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21112
21113[[package]]
21114name = "windows_aarch64_gnullvm"
21115version = "0.53.1"
21116source = "registry+https://github.com/rust-lang/crates.io-index"
21117checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21118
21119[[package]]
21120name = "windows_aarch64_msvc"
21121version = "0.42.2"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21124
21125[[package]]
21126name = "windows_aarch64_msvc"
21127version = "0.48.5"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21130
21131[[package]]
21132name = "windows_aarch64_msvc"
21133version = "0.52.6"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21136
21137[[package]]
21138name = "windows_aarch64_msvc"
21139version = "0.53.1"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21142
21143[[package]]
21144name = "windows_i686_gnu"
21145version = "0.42.2"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21148
21149[[package]]
21150name = "windows_i686_gnu"
21151version = "0.48.5"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21154
21155[[package]]
21156name = "windows_i686_gnu"
21157version = "0.52.6"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21160
21161[[package]]
21162name = "windows_i686_gnu"
21163version = "0.53.1"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21166
21167[[package]]
21168name = "windows_i686_gnullvm"
21169version = "0.52.6"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21172
21173[[package]]
21174name = "windows_i686_gnullvm"
21175version = "0.53.1"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21178
21179[[package]]
21180name = "windows_i686_msvc"
21181version = "0.42.2"
21182source = "registry+https://github.com/rust-lang/crates.io-index"
21183checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21184
21185[[package]]
21186name = "windows_i686_msvc"
21187version = "0.48.5"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21190
21191[[package]]
21192name = "windows_i686_msvc"
21193version = "0.52.6"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21196
21197[[package]]
21198name = "windows_i686_msvc"
21199version = "0.53.1"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21202
21203[[package]]
21204name = "windows_x86_64_gnu"
21205version = "0.42.2"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21208
21209[[package]]
21210name = "windows_x86_64_gnu"
21211version = "0.48.5"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21214
21215[[package]]
21216name = "windows_x86_64_gnu"
21217version = "0.52.6"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21220
21221[[package]]
21222name = "windows_x86_64_gnu"
21223version = "0.53.1"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21226
21227[[package]]
21228name = "windows_x86_64_gnullvm"
21229version = "0.42.2"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21232
21233[[package]]
21234name = "windows_x86_64_gnullvm"
21235version = "0.48.5"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21238
21239[[package]]
21240name = "windows_x86_64_gnullvm"
21241version = "0.52.6"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21244
21245[[package]]
21246name = "windows_x86_64_gnullvm"
21247version = "0.53.1"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21250
21251[[package]]
21252name = "windows_x86_64_msvc"
21253version = "0.42.2"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21256
21257[[package]]
21258name = "windows_x86_64_msvc"
21259version = "0.48.5"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21262
21263[[package]]
21264name = "windows_x86_64_msvc"
21265version = "0.52.6"
21266source = "registry+https://github.com/rust-lang/crates.io-index"
21267checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21268
21269[[package]]
21270name = "windows_x86_64_msvc"
21271version = "0.53.1"
21272source = "registry+https://github.com/rust-lang/crates.io-index"
21273checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21274
21275[[package]]
21276name = "winnow"
21277version = "0.7.13"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21280dependencies = [
21281 "memchr",
21282]
21283
21284[[package]]
21285name = "winreg"
21286version = "0.10.1"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21289dependencies = [
21290 "winapi",
21291]
21292
21293[[package]]
21294name = "winreg"
21295version = "0.50.0"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21298dependencies = [
21299 "cfg-if",
21300 "windows-sys 0.48.0",
21301]
21302
21303[[package]]
21304name = "winreg"
21305version = "0.55.0"
21306source = "registry+https://github.com/rust-lang/crates.io-index"
21307checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21308dependencies = [
21309 "cfg-if",
21310 "windows-sys 0.59.0",
21311]
21312
21313[[package]]
21314name = "winresource"
21315version = "0.1.23"
21316source = "registry+https://github.com/rust-lang/crates.io-index"
21317checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21318dependencies = [
21319 "toml 0.8.23",
21320 "version_check",
21321]
21322
21323[[package]]
21324name = "winsafe"
21325version = "0.0.19"
21326source = "registry+https://github.com/rust-lang/crates.io-index"
21327checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21328
21329[[package]]
21330name = "winx"
21331version = "0.36.4"
21332source = "registry+https://github.com/rust-lang/crates.io-index"
21333checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21334dependencies = [
21335 "bitflags 2.10.0",
21336 "windows-sys 0.59.0",
21337]
21338
21339[[package]]
21340name = "wio"
21341version = "0.2.2"
21342source = "registry+https://github.com/rust-lang/crates.io-index"
21343checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21344dependencies = [
21345 "winapi",
21346]
21347
21348[[package]]
21349name = "wit-bindgen"
21350version = "0.22.0"
21351source = "registry+https://github.com/rust-lang/crates.io-index"
21352checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21353dependencies = [
21354 "bitflags 2.10.0",
21355 "wit-bindgen-rt 0.22.0",
21356 "wit-bindgen-rust-macro 0.22.0",
21357]
21358
21359[[package]]
21360name = "wit-bindgen"
21361version = "0.41.0"
21362source = "registry+https://github.com/rust-lang/crates.io-index"
21363checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21364dependencies = [
21365 "wit-bindgen-rt 0.41.0",
21366 "wit-bindgen-rust-macro 0.41.0",
21367]
21368
21369[[package]]
21370name = "wit-bindgen"
21371version = "0.46.0"
21372source = "registry+https://github.com/rust-lang/crates.io-index"
21373checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21374
21375[[package]]
21376name = "wit-bindgen"
21377version = "0.51.0"
21378source = "registry+https://github.com/rust-lang/crates.io-index"
21379checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21380dependencies = [
21381 "wit-bindgen-rust-macro 0.51.0",
21382]
21383
21384[[package]]
21385name = "wit-bindgen-core"
21386version = "0.22.0"
21387source = "registry+https://github.com/rust-lang/crates.io-index"
21388checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21389dependencies = [
21390 "anyhow",
21391 "wit-parser 0.201.0",
21392]
21393
21394[[package]]
21395name = "wit-bindgen-core"
21396version = "0.41.0"
21397source = "registry+https://github.com/rust-lang/crates.io-index"
21398checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21399dependencies = [
21400 "anyhow",
21401 "heck 0.5.0",
21402 "wit-parser 0.227.1",
21403]
21404
21405[[package]]
21406name = "wit-bindgen-core"
21407version = "0.51.0"
21408source = "registry+https://github.com/rust-lang/crates.io-index"
21409checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21410dependencies = [
21411 "anyhow",
21412 "heck 0.5.0",
21413 "wit-parser 0.244.0",
21414]
21415
21416[[package]]
21417name = "wit-bindgen-rt"
21418version = "0.22.0"
21419source = "registry+https://github.com/rust-lang/crates.io-index"
21420checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21421
21422[[package]]
21423name = "wit-bindgen-rt"
21424version = "0.41.0"
21425source = "registry+https://github.com/rust-lang/crates.io-index"
21426checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21427dependencies = [
21428 "bitflags 2.10.0",
21429 "futures 0.3.32",
21430 "once_cell",
21431]
21432
21433[[package]]
21434name = "wit-bindgen-rust"
21435version = "0.22.0"
21436source = "registry+https://github.com/rust-lang/crates.io-index"
21437checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21438dependencies = [
21439 "anyhow",
21440 "heck 0.4.1",
21441 "indexmap",
21442 "wasm-metadata 0.201.0",
21443 "wit-bindgen-core 0.22.0",
21444 "wit-component 0.201.0",
21445]
21446
21447[[package]]
21448name = "wit-bindgen-rust"
21449version = "0.41.0"
21450source = "registry+https://github.com/rust-lang/crates.io-index"
21451checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21452dependencies = [
21453 "anyhow",
21454 "heck 0.5.0",
21455 "indexmap",
21456 "prettyplease",
21457 "syn 2.0.117",
21458 "wasm-metadata 0.227.1",
21459 "wit-bindgen-core 0.41.0",
21460 "wit-component 0.227.1",
21461]
21462
21463[[package]]
21464name = "wit-bindgen-rust"
21465version = "0.51.0"
21466source = "registry+https://github.com/rust-lang/crates.io-index"
21467checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21468dependencies = [
21469 "anyhow",
21470 "heck 0.5.0",
21471 "indexmap",
21472 "prettyplease",
21473 "syn 2.0.117",
21474 "wasm-metadata 0.244.0",
21475 "wit-bindgen-core 0.51.0",
21476 "wit-component 0.244.0",
21477]
21478
21479[[package]]
21480name = "wit-bindgen-rust-macro"
21481version = "0.22.0"
21482source = "registry+https://github.com/rust-lang/crates.io-index"
21483checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21484dependencies = [
21485 "anyhow",
21486 "proc-macro2",
21487 "quote",
21488 "syn 2.0.117",
21489 "wit-bindgen-core 0.22.0",
21490 "wit-bindgen-rust 0.22.0",
21491]
21492
21493[[package]]
21494name = "wit-bindgen-rust-macro"
21495version = "0.41.0"
21496source = "registry+https://github.com/rust-lang/crates.io-index"
21497checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21498dependencies = [
21499 "anyhow",
21500 "prettyplease",
21501 "proc-macro2",
21502 "quote",
21503 "syn 2.0.117",
21504 "wit-bindgen-core 0.41.0",
21505 "wit-bindgen-rust 0.41.0",
21506]
21507
21508[[package]]
21509name = "wit-bindgen-rust-macro"
21510version = "0.51.0"
21511source = "registry+https://github.com/rust-lang/crates.io-index"
21512checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21513dependencies = [
21514 "anyhow",
21515 "prettyplease",
21516 "proc-macro2",
21517 "quote",
21518 "syn 2.0.117",
21519 "wit-bindgen-core 0.51.0",
21520 "wit-bindgen-rust 0.51.0",
21521]
21522
21523[[package]]
21524name = "wit-component"
21525version = "0.201.0"
21526source = "registry+https://github.com/rust-lang/crates.io-index"
21527checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21528dependencies = [
21529 "anyhow",
21530 "bitflags 2.10.0",
21531 "indexmap",
21532 "log",
21533 "serde",
21534 "serde_derive",
21535 "serde_json",
21536 "wasm-encoder 0.201.0",
21537 "wasm-metadata 0.201.0",
21538 "wasmparser 0.201.0",
21539 "wit-parser 0.201.0",
21540]
21541
21542[[package]]
21543name = "wit-component"
21544version = "0.227.1"
21545source = "registry+https://github.com/rust-lang/crates.io-index"
21546checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21547dependencies = [
21548 "anyhow",
21549 "bitflags 2.10.0",
21550 "indexmap",
21551 "log",
21552 "serde",
21553 "serde_derive",
21554 "serde_json",
21555 "wasm-encoder 0.227.1",
21556 "wasm-metadata 0.227.1",
21557 "wasmparser 0.227.1",
21558 "wit-parser 0.227.1",
21559]
21560
21561[[package]]
21562name = "wit-component"
21563version = "0.244.0"
21564source = "registry+https://github.com/rust-lang/crates.io-index"
21565checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21566dependencies = [
21567 "anyhow",
21568 "bitflags 2.10.0",
21569 "indexmap",
21570 "log",
21571 "serde",
21572 "serde_derive",
21573 "serde_json",
21574 "wasm-encoder 0.244.0",
21575 "wasm-metadata 0.244.0",
21576 "wasmparser 0.244.0",
21577 "wit-parser 0.244.0",
21578]
21579
21580[[package]]
21581name = "wit-parser"
21582version = "0.201.0"
21583source = "registry+https://github.com/rust-lang/crates.io-index"
21584checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21585dependencies = [
21586 "anyhow",
21587 "id-arena",
21588 "indexmap",
21589 "log",
21590 "semver",
21591 "serde",
21592 "serde_derive",
21593 "serde_json",
21594 "unicode-xid",
21595 "wasmparser 0.201.0",
21596]
21597
21598[[package]]
21599name = "wit-parser"
21600version = "0.227.1"
21601source = "registry+https://github.com/rust-lang/crates.io-index"
21602checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21603dependencies = [
21604 "anyhow",
21605 "id-arena",
21606 "indexmap",
21607 "log",
21608 "semver",
21609 "serde",
21610 "serde_derive",
21611 "serde_json",
21612 "unicode-xid",
21613 "wasmparser 0.227.1",
21614]
21615
21616[[package]]
21617name = "wit-parser"
21618version = "0.236.1"
21619source = "registry+https://github.com/rust-lang/crates.io-index"
21620checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21621dependencies = [
21622 "anyhow",
21623 "id-arena",
21624 "indexmap",
21625 "log",
21626 "semver",
21627 "serde",
21628 "serde_derive",
21629 "serde_json",
21630 "unicode-xid",
21631 "wasmparser 0.236.1",
21632]
21633
21634[[package]]
21635name = "wit-parser"
21636version = "0.244.0"
21637source = "registry+https://github.com/rust-lang/crates.io-index"
21638checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21639dependencies = [
21640 "anyhow",
21641 "id-arena",
21642 "indexmap",
21643 "log",
21644 "semver",
21645 "serde",
21646 "serde_derive",
21647 "serde_json",
21648 "unicode-xid",
21649 "wasmparser 0.244.0",
21650]
21651
21652[[package]]
21653name = "witx"
21654version = "0.9.1"
21655source = "registry+https://github.com/rust-lang/crates.io-index"
21656checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21657dependencies = [
21658 "anyhow",
21659 "log",
21660 "thiserror 1.0.69",
21661 "wast",
21662]
21663
21664[[package]]
21665name = "workspace"
21666version = "0.1.0"
21667dependencies = [
21668 "agent_settings",
21669 "any_vec",
21670 "anyhow",
21671 "async-recursion",
21672 "chrono",
21673 "client",
21674 "clock",
21675 "collections",
21676 "component",
21677 "db",
21678 "fs",
21679 "futures 0.3.32",
21680 "git",
21681 "gpui",
21682 "http_client",
21683 "itertools 0.14.0",
21684 "language",
21685 "log",
21686 "markdown",
21687 "menu",
21688 "node_runtime",
21689 "parking_lot",
21690 "postage",
21691 "pretty_assertions",
21692 "project",
21693 "release_channel",
21694 "remote",
21695 "schemars",
21696 "serde",
21697 "serde_json",
21698 "session",
21699 "settings",
21700 "smallvec",
21701 "sqlez",
21702 "strum 0.27.2",
21703 "task",
21704 "telemetry",
21705 "tempfile",
21706 "theme",
21707 "theme_settings",
21708 "ui",
21709 "util",
21710 "uuid",
21711 "vim_mode_setting",
21712 "windows 0.61.3",
21713 "zed_actions",
21714 "zlog",
21715]
21716
21717[[package]]
21718name = "worktree"
21719version = "0.1.0"
21720dependencies = [
21721 "anyhow",
21722 "async-lock 2.8.0",
21723 "chardetng",
21724 "clock",
21725 "collections",
21726 "encoding_rs",
21727 "fs",
21728 "futures 0.3.32",
21729 "fuzzy",
21730 "git",
21731 "gpui",
21732 "ignore",
21733 "language",
21734 "log",
21735 "parking_lot",
21736 "paths",
21737 "postage",
21738 "pretty_assertions",
21739 "rand 0.9.3",
21740 "rpc",
21741 "serde",
21742 "serde_json",
21743 "settings",
21744 "smallvec",
21745 "smol",
21746 "sum_tree",
21747 "text",
21748 "tracing",
21749 "util",
21750 "worktree",
21751 "zlog",
21752 "ztracing",
21753]
21754
21755[[package]]
21756name = "worktree_benchmarks"
21757version = "0.1.0"
21758dependencies = [
21759 "fs",
21760 "gpui_platform",
21761 "settings",
21762 "worktree",
21763]
21764
21765[[package]]
21766name = "wprcontrol"
21767version = "0.1.0"
21768source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21769dependencies = [
21770 "windows 0.61.3",
21771 "windows-bindgen",
21772 "windows-core 0.61.2",
21773 "windows-link 0.2.1",
21774]
21775
21776[[package]]
21777name = "writeable"
21778version = "0.6.1"
21779source = "registry+https://github.com/rust-lang/crates.io-index"
21780checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21781
21782[[package]]
21783name = "wyz"
21784version = "0.5.1"
21785source = "registry+https://github.com/rust-lang/crates.io-index"
21786checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21787dependencies = [
21788 "tap",
21789]
21790
21791[[package]]
21792name = "x11"
21793version = "2.21.0"
21794source = "registry+https://github.com/rust-lang/crates.io-index"
21795checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21796dependencies = [
21797 "libc",
21798 "pkg-config",
21799]
21800
21801[[package]]
21802name = "x11-clipboard"
21803version = "0.9.3"
21804source = "registry+https://github.com/rust-lang/crates.io-index"
21805checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21806dependencies = [
21807 "libc",
21808 "x11rb",
21809]
21810
21811[[package]]
21812name = "x11rb"
21813version = "0.13.2"
21814source = "registry+https://github.com/rust-lang/crates.io-index"
21815checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21816dependencies = [
21817 "as-raw-xcb-connection",
21818 "gethostname",
21819 "libc",
21820 "rustix 1.1.2",
21821 "x11rb-protocol",
21822 "xcursor",
21823]
21824
21825[[package]]
21826name = "x11rb-protocol"
21827version = "0.13.2"
21828source = "registry+https://github.com/rust-lang/crates.io-index"
21829checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21830
21831[[package]]
21832name = "x_ai"
21833version = "0.1.0"
21834dependencies = [
21835 "anyhow",
21836 "language_model_core",
21837 "schemars",
21838 "serde",
21839 "strum 0.27.2",
21840 "tiktoken-rs",
21841]
21842
21843[[package]]
21844name = "xattr"
21845version = "0.2.3"
21846source = "registry+https://github.com/rust-lang/crates.io-index"
21847checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21848dependencies = [
21849 "libc",
21850]
21851
21852[[package]]
21853name = "xcb"
21854version = "1.6.0"
21855source = "registry+https://github.com/rust-lang/crates.io-index"
21856checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21857dependencies = [
21858 "bitflags 1.3.2",
21859 "libc",
21860 "quick-xml 0.30.0",
21861 "x11",
21862]
21863
21864[[package]]
21865name = "xcursor"
21866version = "0.3.10"
21867source = "registry+https://github.com/rust-lang/crates.io-index"
21868checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21869
21870[[package]]
21871name = "xim-ctext"
21872version = "0.3.0"
21873source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21874dependencies = [
21875 "encoding_rs",
21876]
21877
21878[[package]]
21879name = "xim-parser"
21880version = "0.2.1"
21881source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21882dependencies = [
21883 "bitflags 2.10.0",
21884]
21885
21886[[package]]
21887name = "xkbcommon"
21888version = "0.8.0"
21889source = "registry+https://github.com/rust-lang/crates.io-index"
21890checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21891dependencies = [
21892 "as-raw-xcb-connection",
21893 "libc",
21894 "memmap2",
21895 "xkeysym",
21896]
21897
21898[[package]]
21899name = "xkeysym"
21900version = "0.2.1"
21901source = "registry+https://github.com/rust-lang/crates.io-index"
21902checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21903
21904[[package]]
21905name = "xml-rs"
21906version = "0.8.28"
21907source = "registry+https://github.com/rust-lang/crates.io-index"
21908checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21909
21910[[package]]
21911name = "xml5ever"
21912version = "0.18.1"
21913source = "registry+https://github.com/rust-lang/crates.io-index"
21914checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21915dependencies = [
21916 "log",
21917 "mac",
21918 "markup5ever 0.12.1",
21919]
21920
21921[[package]]
21922name = "xmlparser"
21923version = "0.13.6"
21924source = "registry+https://github.com/rust-lang/crates.io-index"
21925checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21926
21927[[package]]
21928name = "xmlwriter"
21929version = "0.1.0"
21930source = "registry+https://github.com/rust-lang/crates.io-index"
21931checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21932
21933[[package]]
21934name = "xtask"
21935version = "0.1.0"
21936dependencies = [
21937 "annotate-snippets",
21938 "anyhow",
21939 "backtrace",
21940 "cargo_metadata 0.19.2",
21941 "cargo_toml",
21942 "clap",
21943 "compliance",
21944 "gh-workflow",
21945 "indexmap",
21946 "indoc",
21947 "itertools 0.14.0",
21948 "regex",
21949 "serde",
21950 "serde_json",
21951 "serde_yaml",
21952 "strum 0.27.2",
21953 "tokio",
21954 "toml 0.8.23",
21955 "toml_edit 0.22.27",
21956]
21957
21958[[package]]
21959name = "yaml-rust2"
21960version = "0.8.1"
21961source = "registry+https://github.com/rust-lang/crates.io-index"
21962checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21963dependencies = [
21964 "arraydeque",
21965 "encoding_rs",
21966 "hashlink 0.8.4",
21967]
21968
21969[[package]]
21970name = "yansi"
21971version = "1.0.1"
21972source = "registry+https://github.com/rust-lang/crates.io-index"
21973checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21974
21975[[package]]
21976name = "yawc"
21977version = "0.2.5"
21978source = "registry+https://github.com/rust-lang/crates.io-index"
21979checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21980dependencies = [
21981 "base64 0.22.1",
21982 "bytes 1.11.1",
21983 "flate2",
21984 "futures 0.3.32",
21985 "http-body-util",
21986 "hyper 1.7.0",
21987 "hyper-util",
21988 "js-sys",
21989 "nom 8.0.0",
21990 "pin-project",
21991 "rand 0.8.5",
21992 "sha1",
21993 "thiserror 1.0.69",
21994 "tokio",
21995 "tokio-rustls 0.26.2",
21996 "tokio-util",
21997 "url",
21998 "wasm-bindgen",
21999 "wasm-bindgen-futures",
22000 "web-sys",
22001 "webpki-roots",
22002]
22003
22004[[package]]
22005name = "yazi"
22006version = "0.2.1"
22007source = "registry+https://github.com/rust-lang/crates.io-index"
22008checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22009
22010[[package]]
22011name = "yeslogic-fontconfig-sys"
22012version = "6.0.0"
22013source = "registry+https://github.com/rust-lang/crates.io-index"
22014checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22015dependencies = [
22016 "dlib",
22017 "once_cell",
22018 "pkg-config",
22019]
22020
22021[[package]]
22022name = "yoke"
22023version = "0.7.5"
22024source = "registry+https://github.com/rust-lang/crates.io-index"
22025checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22026dependencies = [
22027 "serde",
22028 "stable_deref_trait",
22029 "yoke-derive 0.7.5",
22030 "zerofrom",
22031]
22032
22033[[package]]
22034name = "yoke"
22035version = "0.8.0"
22036source = "registry+https://github.com/rust-lang/crates.io-index"
22037checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22038dependencies = [
22039 "serde",
22040 "stable_deref_trait",
22041 "yoke-derive 0.8.0",
22042 "zerofrom",
22043]
22044
22045[[package]]
22046name = "yoke-derive"
22047version = "0.7.5"
22048source = "registry+https://github.com/rust-lang/crates.io-index"
22049checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22050dependencies = [
22051 "proc-macro2",
22052 "quote",
22053 "syn 2.0.117",
22054 "synstructure",
22055]
22056
22057[[package]]
22058name = "yoke-derive"
22059version = "0.8.0"
22060source = "registry+https://github.com/rust-lang/crates.io-index"
22061checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22062dependencies = [
22063 "proc-macro2",
22064 "quote",
22065 "syn 2.0.117",
22066 "synstructure",
22067]
22068
22069[[package]]
22070name = "zbus"
22071version = "5.13.2"
22072source = "registry+https://github.com/rust-lang/crates.io-index"
22073checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22074dependencies = [
22075 "async-broadcast",
22076 "async-executor",
22077 "async-io",
22078 "async-lock 3.4.2",
22079 "async-process",
22080 "async-recursion",
22081 "async-task",
22082 "async-trait",
22083 "blocking",
22084 "enumflags2",
22085 "event-listener 5.4.1",
22086 "futures-core",
22087 "futures-lite 2.6.1",
22088 "hex",
22089 "libc",
22090 "ordered-stream",
22091 "rustix 1.1.2",
22092 "serde",
22093 "serde_repr",
22094 "tracing",
22095 "uds_windows",
22096 "uuid",
22097 "windows-sys 0.61.2",
22098 "winnow",
22099 "zbus_macros",
22100 "zbus_names",
22101 "zvariant",
22102]
22103
22104[[package]]
22105name = "zbus_macros"
22106version = "5.13.2"
22107source = "registry+https://github.com/rust-lang/crates.io-index"
22108checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22109dependencies = [
22110 "proc-macro-crate",
22111 "proc-macro2",
22112 "quote",
22113 "syn 2.0.117",
22114 "zbus_names",
22115 "zvariant",
22116 "zvariant_utils",
22117]
22118
22119[[package]]
22120name = "zbus_names"
22121version = "4.3.1"
22122source = "registry+https://github.com/rust-lang/crates.io-index"
22123checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22124dependencies = [
22125 "serde",
22126 "winnow",
22127 "zvariant",
22128]
22129
22130[[package]]
22131name = "zed"
22132version = "0.233.0"
22133dependencies = [
22134 "acp_thread",
22135 "acp_tools",
22136 "action_log",
22137 "activity_indicator",
22138 "agent",
22139 "agent-client-protocol",
22140 "agent_servers",
22141 "agent_settings",
22142 "agent_ui",
22143 "anyhow",
22144 "ashpd",
22145 "askpass",
22146 "assets",
22147 "audio",
22148 "auto_update",
22149 "auto_update_ui",
22150 "breadcrumbs",
22151 "call",
22152 "channel",
22153 "chrono",
22154 "clap",
22155 "cli",
22156 "client",
22157 "clock",
22158 "codestral",
22159 "collab_ui",
22160 "collections",
22161 "command_palette",
22162 "component",
22163 "component_preview",
22164 "copilot",
22165 "copilot_chat",
22166 "copilot_ui",
22167 "crashes",
22168 "csv_preview",
22169 "dap_adapters",
22170 "db",
22171 "debug_adapter_extension",
22172 "debugger_tools",
22173 "debugger_ui",
22174 "dev_container",
22175 "diagnostics",
22176 "edit_prediction",
22177 "edit_prediction_ui",
22178 "editor",
22179 "encoding_selector",
22180 "env_logger 0.11.8",
22181 "etw_tracing",
22182 "extension",
22183 "extension_host",
22184 "extensions_ui",
22185 "feature_flags",
22186 "feedback",
22187 "file_finder",
22188 "fs",
22189 "futures 0.3.32",
22190 "git",
22191 "git_graph",
22192 "git_hosting_providers",
22193 "git_ui",
22194 "go_to_line",
22195 "gpui",
22196 "gpui_platform",
22197 "gpui_tokio",
22198 "http_client",
22199 "image",
22200 "image_viewer",
22201 "inspector_ui",
22202 "install_cli",
22203 "itertools 0.14.0",
22204 "journal",
22205 "json_schema_store",
22206 "keymap_editor",
22207 "language",
22208 "language_extension",
22209 "language_model",
22210 "language_models",
22211 "language_onboarding",
22212 "language_selector",
22213 "language_tools",
22214 "languages",
22215 "line_ending_selector",
22216 "log",
22217 "markdown",
22218 "markdown_preview",
22219 "menu",
22220 "migrator",
22221 "mimalloc",
22222 "miniprofiler_ui",
22223 "nc",
22224 "node_runtime",
22225 "notifications",
22226 "onboarding",
22227 "outline",
22228 "outline_panel",
22229 "parking_lot",
22230 "paths",
22231 "picker",
22232 "pkg-config",
22233 "pretty_assertions",
22234 "profiling",
22235 "project",
22236 "project_panel",
22237 "project_symbols",
22238 "prompt_store",
22239 "proto",
22240 "rayon",
22241 "recent_projects",
22242 "release_channel",
22243 "remote",
22244 "repl",
22245 "reqwest_client",
22246 "rope",
22247 "search",
22248 "semver",
22249 "serde",
22250 "serde_json",
22251 "session",
22252 "settings",
22253 "settings_profile_selector",
22254 "settings_ui",
22255 "shellexpand",
22256 "sidebar",
22257 "smol",
22258 "snippet_provider",
22259 "snippets_ui",
22260 "svg_preview",
22261 "sysinfo 0.37.2",
22262 "system_specs",
22263 "tab_switcher",
22264 "task",
22265 "tasks_ui",
22266 "telemetry",
22267 "telemetry_events",
22268 "tempfile",
22269 "terminal_view",
22270 "theme",
22271 "theme_extension",
22272 "theme_selector",
22273 "theme_settings",
22274 "time",
22275 "time_format",
22276 "title_bar",
22277 "toolchain_selector",
22278 "tracing",
22279 "ui",
22280 "ui_prompt",
22281 "url",
22282 "urlencoding",
22283 "util",
22284 "uuid",
22285 "vim",
22286 "vim_mode_setting",
22287 "watch",
22288 "web_search",
22289 "web_search_providers",
22290 "which_key",
22291 "windows 0.61.3",
22292 "winresource",
22293 "workspace",
22294 "zed-reqwest",
22295 "zed_actions",
22296 "zed_env_vars",
22297 "zlog",
22298 "zlog_settings",
22299 "ztracing",
22300]
22301
22302[[package]]
22303name = "zed-font-kit"
22304version = "0.14.1-zed"
22305source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22306dependencies = [
22307 "bitflags 2.10.0",
22308 "byteorder",
22309 "core-foundation 0.10.0",
22310 "core-graphics 0.24.0",
22311 "core-text",
22312 "dirs",
22313 "dwrote",
22314 "float-ord",
22315 "freetype-sys",
22316 "lazy_static",
22317 "libc",
22318 "log",
22319 "pathfinder_geometry",
22320 "pathfinder_simd",
22321 "walkdir",
22322 "winapi",
22323 "yeslogic-fontconfig-sys",
22324]
22325
22326[[package]]
22327name = "zed-reqwest"
22328version = "0.12.15-zed"
22329source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22330dependencies = [
22331 "base64 0.22.1",
22332 "bytes 1.11.1",
22333 "encoding_rs",
22334 "futures-core",
22335 "futures-util",
22336 "h2 0.4.12",
22337 "http 1.3.1",
22338 "http-body 1.0.1",
22339 "http-body-util",
22340 "hyper 1.7.0",
22341 "hyper-rustls 0.27.7",
22342 "hyper-util",
22343 "ipnet",
22344 "js-sys",
22345 "log",
22346 "mime",
22347 "mime_guess",
22348 "once_cell",
22349 "percent-encoding",
22350 "pin-project-lite",
22351 "quinn",
22352 "rustls 0.23.33",
22353 "rustls-native-certs 0.8.2",
22354 "rustls-pemfile 2.2.0",
22355 "rustls-pki-types",
22356 "serde",
22357 "serde_json",
22358 "serde_urlencoded",
22359 "sync_wrapper 1.0.2",
22360 "system-configuration 0.6.1",
22361 "tokio",
22362 "tokio-rustls 0.26.2",
22363 "tokio-socks",
22364 "tokio-util",
22365 "tower 0.5.2",
22366 "tower-service",
22367 "url",
22368 "wasm-bindgen",
22369 "wasm-bindgen-futures",
22370 "wasm-streams",
22371 "web-sys",
22372 "windows-registry 0.4.0",
22373]
22374
22375[[package]]
22376name = "zed-scap"
22377version = "0.0.8-zed"
22378source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22379dependencies = [
22380 "anyhow",
22381 "cocoa 0.25.0",
22382 "core-graphics-helmer-fork",
22383 "log",
22384 "objc",
22385 "rand 0.8.5",
22386 "screencapturekit",
22387 "screencapturekit-sys",
22388 "sysinfo 0.31.4",
22389 "tao-core-video-sys",
22390 "windows 0.61.3",
22391 "windows-capture",
22392 "x11",
22393 "xcb",
22394]
22395
22396[[package]]
22397name = "zed-xim"
22398version = "0.4.0-zed"
22399source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22400dependencies = [
22401 "ahash 0.8.12",
22402 "hashbrown 0.14.5",
22403 "log",
22404 "x11rb",
22405 "xim-ctext",
22406 "xim-parser",
22407]
22408
22409[[package]]
22410name = "zed_actions"
22411version = "0.1.0"
22412dependencies = [
22413 "gpui",
22414 "schemars",
22415 "serde",
22416 "util",
22417 "uuid",
22418]
22419
22420[[package]]
22421name = "zed_credentials_provider"
22422version = "0.1.0"
22423dependencies = [
22424 "anyhow",
22425 "credentials_provider",
22426 "futures 0.3.32",
22427 "gpui",
22428 "paths",
22429 "release_channel",
22430 "serde",
22431 "serde_json",
22432]
22433
22434[[package]]
22435name = "zed_env_vars"
22436version = "0.1.0"
22437dependencies = [
22438 "env_var",
22439]
22440
22441[[package]]
22442name = "zed_extension_api"
22443version = "0.1.0"
22444source = "registry+https://github.com/rust-lang/crates.io-index"
22445checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22446dependencies = [
22447 "serde",
22448 "serde_json",
22449 "wit-bindgen 0.22.0",
22450]
22451
22452[[package]]
22453name = "zed_extension_api"
22454version = "0.7.0"
22455source = "registry+https://github.com/rust-lang/crates.io-index"
22456checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22457dependencies = [
22458 "serde",
22459 "serde_json",
22460 "wit-bindgen 0.41.0",
22461]
22462
22463[[package]]
22464name = "zed_extension_api"
22465version = "0.8.0"
22466dependencies = [
22467 "serde",
22468 "serde_json",
22469 "wit-bindgen 0.41.0",
22470]
22471
22472[[package]]
22473name = "zed_glsl"
22474version = "0.2.3"
22475dependencies = [
22476 "zed_extension_api 0.1.0",
22477]
22478
22479[[package]]
22480name = "zed_html"
22481version = "0.3.1"
22482dependencies = [
22483 "zed_extension_api 0.7.0",
22484]
22485
22486[[package]]
22487name = "zed_proto"
22488version = "0.3.2"
22489dependencies = [
22490 "zed_extension_api 0.7.0",
22491]
22492
22493[[package]]
22494name = "zed_test_extension"
22495version = "0.1.0"
22496dependencies = [
22497 "zed_extension_api 0.8.0",
22498]
22499
22500[[package]]
22501name = "zeno"
22502version = "0.3.3"
22503source = "registry+https://github.com/rust-lang/crates.io-index"
22504checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22505
22506[[package]]
22507name = "zerocopy"
22508version = "0.8.27"
22509source = "registry+https://github.com/rust-lang/crates.io-index"
22510checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22511dependencies = [
22512 "zerocopy-derive",
22513]
22514
22515[[package]]
22516name = "zerocopy-derive"
22517version = "0.8.27"
22518source = "registry+https://github.com/rust-lang/crates.io-index"
22519checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22520dependencies = [
22521 "proc-macro2",
22522 "quote",
22523 "syn 2.0.117",
22524]
22525
22526[[package]]
22527name = "zerofrom"
22528version = "0.1.6"
22529source = "registry+https://github.com/rust-lang/crates.io-index"
22530checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22531dependencies = [
22532 "zerofrom-derive",
22533]
22534
22535[[package]]
22536name = "zerofrom-derive"
22537version = "0.1.6"
22538source = "registry+https://github.com/rust-lang/crates.io-index"
22539checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22540dependencies = [
22541 "proc-macro2",
22542 "quote",
22543 "syn 2.0.117",
22544 "synstructure",
22545]
22546
22547[[package]]
22548name = "zeroize"
22549version = "1.8.2"
22550source = "registry+https://github.com/rust-lang/crates.io-index"
22551checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22552dependencies = [
22553 "zeroize_derive",
22554]
22555
22556[[package]]
22557name = "zeroize_derive"
22558version = "1.4.2"
22559source = "registry+https://github.com/rust-lang/crates.io-index"
22560checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22561dependencies = [
22562 "proc-macro2",
22563 "quote",
22564 "syn 2.0.117",
22565]
22566
22567[[package]]
22568name = "zeromq"
22569version = "0.5.0"
22570source = "registry+https://github.com/rust-lang/crates.io-index"
22571checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22572dependencies = [
22573 "async-dispatcher",
22574 "async-std",
22575 "async-trait",
22576 "asynchronous-codec",
22577 "bytes 1.11.1",
22578 "crossbeam-queue",
22579 "futures 0.3.32",
22580 "log",
22581 "num-traits",
22582 "once_cell",
22583 "parking_lot",
22584 "rand 0.9.3",
22585 "regex",
22586 "scc",
22587 "thiserror 1.0.69",
22588 "uuid",
22589]
22590
22591[[package]]
22592name = "zerotrie"
22593version = "0.2.2"
22594source = "registry+https://github.com/rust-lang/crates.io-index"
22595checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22596dependencies = [
22597 "displaydoc",
22598 "yoke 0.8.0",
22599 "zerofrom",
22600]
22601
22602[[package]]
22603name = "zerovec"
22604version = "0.11.4"
22605source = "registry+https://github.com/rust-lang/crates.io-index"
22606checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22607dependencies = [
22608 "yoke 0.8.0",
22609 "zerofrom",
22610 "zerovec-derive",
22611]
22612
22613[[package]]
22614name = "zerovec-derive"
22615version = "0.11.1"
22616source = "registry+https://github.com/rust-lang/crates.io-index"
22617checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22618dependencies = [
22619 "proc-macro2",
22620 "quote",
22621 "syn 2.0.117",
22622]
22623
22624[[package]]
22625name = "zeta_prompt"
22626version = "0.1.0"
22627dependencies = [
22628 "anyhow",
22629 "imara-diff",
22630 "indoc",
22631 "serde",
22632 "strum 0.27.2",
22633]
22634
22635[[package]]
22636name = "zip"
22637version = "0.6.6"
22638source = "registry+https://github.com/rust-lang/crates.io-index"
22639checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22640dependencies = [
22641 "aes",
22642 "byteorder",
22643 "bzip2 0.4.4",
22644 "constant_time_eq",
22645 "crc32fast",
22646 "crossbeam-utils",
22647 "flate2",
22648 "hmac",
22649 "pbkdf2 0.11.0",
22650 "sha1",
22651 "time",
22652 "zstd",
22653]
22654
22655[[package]]
22656name = "zip"
22657version = "1.1.4"
22658source = "registry+https://github.com/rust-lang/crates.io-index"
22659checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22660dependencies = [
22661 "arbitrary",
22662 "crc32fast",
22663 "crossbeam-utils",
22664 "displaydoc",
22665 "indexmap",
22666 "num_enum",
22667 "thiserror 1.0.69",
22668]
22669
22670[[package]]
22671name = "zlog"
22672version = "0.1.0"
22673dependencies = [
22674 "anyhow",
22675 "chrono",
22676 "collections",
22677 "log",
22678 "tempfile",
22679]
22680
22681[[package]]
22682name = "zlog_settings"
22683version = "0.1.0"
22684dependencies = [
22685 "collections",
22686 "gpui",
22687 "settings",
22688 "zlog",
22689]
22690
22691[[package]]
22692name = "zstd"
22693version = "0.11.2+zstd.1.5.2"
22694source = "registry+https://github.com/rust-lang/crates.io-index"
22695checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22696dependencies = [
22697 "zstd-safe",
22698]
22699
22700[[package]]
22701name = "zstd-safe"
22702version = "5.0.2+zstd.1.5.2"
22703source = "registry+https://github.com/rust-lang/crates.io-index"
22704checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22705dependencies = [
22706 "libc",
22707 "zstd-sys",
22708]
22709
22710[[package]]
22711name = "zstd-sys"
22712version = "2.0.16+zstd.1.5.7"
22713source = "registry+https://github.com/rust-lang/crates.io-index"
22714checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22715dependencies = [
22716 "cc",
22717 "pkg-config",
22718]
22719
22720[[package]]
22721name = "ztracing"
22722version = "0.1.0"
22723dependencies = [
22724 "tracing",
22725 "tracing-subscriber",
22726 "tracing-tracy",
22727 "tracy-client",
22728 "zlog",
22729 "ztracing_macro",
22730]
22731
22732[[package]]
22733name = "ztracing_macro"
22734version = "0.1.0"
22735
22736[[package]]
22737name = "zune-core"
22738version = "0.4.12"
22739source = "registry+https://github.com/rust-lang/crates.io-index"
22740checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22741
22742[[package]]
22743name = "zune-inflate"
22744version = "0.2.54"
22745source = "registry+https://github.com/rust-lang/crates.io-index"
22746checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22747dependencies = [
22748 "simd-adler32",
22749]
22750
22751[[package]]
22752name = "zune-jpeg"
22753version = "0.4.21"
22754source = "registry+https://github.com/rust-lang/crates.io-index"
22755checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22756dependencies = [
22757 "zune-core",
22758]
22759
22760[[package]]
22761name = "zvariant"
22762version = "5.9.2"
22763source = "registry+https://github.com/rust-lang/crates.io-index"
22764checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22765dependencies = [
22766 "endi",
22767 "enumflags2",
22768 "serde",
22769 "serde_bytes",
22770 "winnow",
22771 "zvariant_derive",
22772 "zvariant_utils",
22773]
22774
22775[[package]]
22776name = "zvariant_derive"
22777version = "5.9.2"
22778source = "registry+https://github.com/rust-lang/crates.io-index"
22779checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22780dependencies = [
22781 "proc-macro-crate",
22782 "proc-macro2",
22783 "quote",
22784 "syn 2.0.117",
22785 "zvariant_utils",
22786]
22787
22788[[package]]
22789name = "zvariant_utils"
22790version = "3.3.0"
22791source = "registry+https://github.com/rust-lang/crates.io-index"
22792checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22793dependencies = [
22794 "proc-macro2",
22795 "quote",
22796 "serde",
22797 "syn 2.0.117",
22798 "winnow",
22799]