Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.32",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.32",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "base64 0.22.1",
  152 "chrono",
  153 "client",
  154 "clock",
  155 "cloud_api_types",
  156 "cloud_llm_client",
  157 "collections",
  158 "context_server",
  159 "ctor",
  160 "db",
  161 "derive_more",
  162 "editor",
  163 "env_logger 0.11.8",
  164 "eval_utils",
  165 "feature_flags",
  166 "fs",
  167 "futures 0.3.32",
  168 "git",
  169 "gpui",
  170 "gpui_tokio",
  171 "handlebars 4.5.0",
  172 "heck 0.5.0",
  173 "html_to_markdown",
  174 "http_client",
  175 "indoc",
  176 "itertools 0.14.0",
  177 "language",
  178 "language_model",
  179 "language_models",
  180 "log",
  181 "lsp",
  182 "open",
  183 "parking_lot",
  184 "paths",
  185 "pretty_assertions",
  186 "project",
  187 "prompt_store",
  188 "rand 0.9.2",
  189 "regex",
  190 "reqwest_client",
  191 "rust-embed",
  192 "schemars",
  193 "serde",
  194 "serde_json",
  195 "settings",
  196 "shell_command_parser",
  197 "smallvec",
  198 "smol",
  199 "sqlez",
  200 "streaming_diff",
  201 "strsim",
  202 "task",
  203 "telemetry",
  204 "tempfile",
  205 "text",
  206 "theme",
  207 "thiserror 2.0.17",
  208 "ui",
  209 "unindent",
  210 "url",
  211 "util",
  212 "uuid",
  213 "watch",
  214 "web_search",
  215 "yaml_serde",
  216 "zed_env_vars",
  217 "zlog",
  218 "zstd",
  219]
  220
  221[[package]]
  222name = "agent-client-protocol"
  223version = "0.10.2"
  224source = "registry+https://github.com/rust-lang/crates.io-index"
  225checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  226dependencies = [
  227 "agent-client-protocol-schema",
  228 "anyhow",
  229 "async-broadcast",
  230 "async-trait",
  231 "derive_more",
  232 "futures 0.3.32",
  233 "log",
  234 "serde",
  235 "serde_json",
  236]
  237
  238[[package]]
  239name = "agent-client-protocol-schema"
  240version = "0.11.2"
  241source = "registry+https://github.com/rust-lang/crates.io-index"
  242checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  243dependencies = [
  244 "anyhow",
  245 "derive_more",
  246 "schemars",
  247 "serde",
  248 "serde_json",
  249 "strum 0.28.0",
  250]
  251
  252[[package]]
  253name = "agent_servers"
  254version = "0.1.0"
  255dependencies = [
  256 "acp_thread",
  257 "acp_tools",
  258 "action_log",
  259 "agent-client-protocol",
  260 "anyhow",
  261 "async-trait",
  262 "chrono",
  263 "client",
  264 "collections",
  265 "env_logger 0.11.8",
  266 "feature_flags",
  267 "fs",
  268 "futures 0.3.32",
  269 "google_ai",
  270 "gpui",
  271 "gpui_tokio",
  272 "http_client",
  273 "indoc",
  274 "language_model",
  275 "libc",
  276 "log",
  277 "nix 0.29.0",
  278 "project",
  279 "release_channel",
  280 "reqwest_client",
  281 "serde",
  282 "serde_json",
  283 "settings",
  284 "smol",
  285 "task",
  286 "tempfile",
  287 "terminal",
  288 "thiserror 2.0.17",
  289 "ui",
  290 "util",
  291 "uuid",
  292 "watch",
  293 "zed_credentials_provider",
  294]
  295
  296[[package]]
  297name = "agent_settings"
  298version = "0.1.0"
  299dependencies = [
  300 "agent-client-protocol",
  301 "anyhow",
  302 "collections",
  303 "convert_case 0.8.0",
  304 "fs",
  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 "cloud_api_types",
  337 "collections",
  338 "command_palette_hooks",
  339 "component",
  340 "context_server",
  341 "db",
  342 "editor",
  343 "eval_utils",
  344 "extension",
  345 "extension_host",
  346 "feature_flags",
  347 "file_icons",
  348 "fs",
  349 "futures 0.3.32",
  350 "fuzzy",
  351 "git",
  352 "gpui",
  353 "gpui_tokio",
  354 "heapless",
  355 "html_to_markdown",
  356 "http_client",
  357 "image",
  358 "indoc",
  359 "itertools 0.14.0",
  360 "jsonschema",
  361 "language",
  362 "language_model",
  363 "language_models",
  364 "languages",
  365 "log",
  366 "lsp",
  367 "markdown",
  368 "menu",
  369 "multi_buffer",
  370 "notifications",
  371 "ordered-float 2.10.1",
  372 "parking_lot",
  373 "paths",
  374 "picker",
  375 "postage",
  376 "pretty_assertions",
  377 "project",
  378 "prompt_store",
  379 "proto",
  380 "rand 0.9.2",
  381 "release_channel",
  382 "reqwest_client",
  383 "rope",
  384 "rules_library",
  385 "schemars",
  386 "semver",
  387 "serde",
  388 "serde_json",
  389 "serde_json_lenient",
  390 "settings",
  391 "smol",
  392 "streaming_diff",
  393 "task",
  394 "telemetry",
  395 "terminal",
  396 "terminal_view",
  397 "text",
  398 "theme",
  399 "theme_settings",
  400 "time",
  401 "time_format",
  402 "tree-sitter-md",
  403 "ui",
  404 "ui_input",
  405 "unindent",
  406 "url",
  407 "util",
  408 "uuid",
  409 "watch",
  410 "workspace",
  411 "zed_actions",
  412]
  413
  414[[package]]
  415name = "ahash"
  416version = "0.7.8"
  417source = "registry+https://github.com/rust-lang/crates.io-index"
  418checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  419dependencies = [
  420 "getrandom 0.2.16",
  421 "once_cell",
  422 "version_check",
  423]
  424
  425[[package]]
  426name = "ahash"
  427version = "0.8.12"
  428source = "registry+https://github.com/rust-lang/crates.io-index"
  429checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  430dependencies = [
  431 "cfg-if",
  432 "const-random",
  433 "getrandom 0.3.4",
  434 "once_cell",
  435 "serde",
  436 "version_check",
  437 "zerocopy",
  438]
  439
  440[[package]]
  441name = "aho-corasick"
  442version = "1.1.3"
  443source = "registry+https://github.com/rust-lang/crates.io-index"
  444checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  445dependencies = [
  446 "memchr",
  447]
  448
  449[[package]]
  450name = "ai_onboarding"
  451version = "0.1.0"
  452dependencies = [
  453 "client",
  454 "cloud_api_types",
  455 "component",
  456 "gpui",
  457 "language_model",
  458 "serde",
  459 "smallvec",
  460 "telemetry",
  461 "ui",
  462 "zed_actions",
  463]
  464
  465[[package]]
  466name = "alacritty_terminal"
  467version = "0.25.1"
  468source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  469dependencies = [
  470 "base64 0.22.1",
  471 "bitflags 2.10.0",
  472 "home",
  473 "libc",
  474 "log",
  475 "mach2 0.5.0",
  476 "miow",
  477 "parking_lot",
  478 "piper",
  479 "polling",
  480 "regex-automata",
  481 "rustix 1.1.2",
  482 "rustix-openpty",
  483 "serde",
  484 "signal-hook",
  485 "unicode-width",
  486 "vte",
  487 "windows-sys 0.59.0",
  488]
  489
  490[[package]]
  491name = "aliasable"
  492version = "0.1.3"
  493source = "registry+https://github.com/rust-lang/crates.io-index"
  494checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  495
  496[[package]]
  497name = "aligned-vec"
  498version = "0.6.4"
  499source = "registry+https://github.com/rust-lang/crates.io-index"
  500checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  501dependencies = [
  502 "equator",
  503]
  504
  505[[package]]
  506name = "allocator-api2"
  507version = "0.2.21"
  508source = "registry+https://github.com/rust-lang/crates.io-index"
  509checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  510
  511[[package]]
  512name = "alsa"
  513version = "0.10.0"
  514source = "registry+https://github.com/rust-lang/crates.io-index"
  515checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  516dependencies = [
  517 "alsa-sys",
  518 "bitflags 2.10.0",
  519 "cfg-if",
  520 "libc",
  521]
  522
  523[[package]]
  524name = "alsa-sys"
  525version = "0.3.1"
  526source = "registry+https://github.com/rust-lang/crates.io-index"
  527checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  528dependencies = [
  529 "libc",
  530 "pkg-config",
  531]
  532
  533[[package]]
  534name = "ambient-authority"
  535version = "0.0.2"
  536source = "registry+https://github.com/rust-lang/crates.io-index"
  537checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  538
  539[[package]]
  540name = "ammonia"
  541version = "4.1.2"
  542source = "registry+https://github.com/rust-lang/crates.io-index"
  543checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  544dependencies = [
  545 "cssparser",
  546 "html5ever 0.35.0",
  547 "maplit",
  548 "tendril",
  549 "url",
  550]
  551
  552[[package]]
  553name = "android_system_properties"
  554version = "0.1.5"
  555source = "registry+https://github.com/rust-lang/crates.io-index"
  556checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  557dependencies = [
  558 "libc",
  559]
  560
  561[[package]]
  562name = "anes"
  563version = "0.1.6"
  564source = "registry+https://github.com/rust-lang/crates.io-index"
  565checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  566
  567[[package]]
  568name = "annotate-snippets"
  569version = "0.12.12"
  570source = "registry+https://github.com/rust-lang/crates.io-index"
  571checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  572dependencies = [
  573 "anstyle",
  574 "memchr",
  575 "unicode-width",
  576]
  577
  578[[package]]
  579name = "anstream"
  580version = "0.6.21"
  581source = "registry+https://github.com/rust-lang/crates.io-index"
  582checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  583dependencies = [
  584 "anstyle",
  585 "anstyle-parse",
  586 "anstyle-query",
  587 "anstyle-wincon",
  588 "colorchoice",
  589 "is_terminal_polyfill",
  590 "utf8parse",
  591]
  592
  593[[package]]
  594name = "anstyle"
  595version = "1.0.13"
  596source = "registry+https://github.com/rust-lang/crates.io-index"
  597checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  598
  599[[package]]
  600name = "anstyle-parse"
  601version = "0.2.7"
  602source = "registry+https://github.com/rust-lang/crates.io-index"
  603checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  604dependencies = [
  605 "utf8parse",
  606]
  607
  608[[package]]
  609name = "anstyle-query"
  610version = "1.1.4"
  611source = "registry+https://github.com/rust-lang/crates.io-index"
  612checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  613dependencies = [
  614 "windows-sys 0.60.2",
  615]
  616
  617[[package]]
  618name = "anstyle-wincon"
  619version = "3.0.10"
  620source = "registry+https://github.com/rust-lang/crates.io-index"
  621checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  622dependencies = [
  623 "anstyle",
  624 "once_cell_polyfill",
  625 "windows-sys 0.60.2",
  626]
  627
  628[[package]]
  629name = "anthropic"
  630version = "0.1.0"
  631dependencies = [
  632 "anyhow",
  633 "chrono",
  634 "futures 0.3.32",
  635 "http_client",
  636 "schemars",
  637 "serde",
  638 "serde_json",
  639 "strum 0.27.2",
  640 "thiserror 2.0.17",
  641]
  642
  643[[package]]
  644name = "any_vec"
  645version = "0.14.0"
  646source = "registry+https://github.com/rust-lang/crates.io-index"
  647checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  648
  649[[package]]
  650name = "anyhow"
  651version = "1.0.100"
  652source = "registry+https://github.com/rust-lang/crates.io-index"
  653checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  654
  655[[package]]
  656name = "approx"
  657version = "0.5.1"
  658source = "registry+https://github.com/rust-lang/crates.io-index"
  659checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  660dependencies = [
  661 "num-traits",
  662]
  663
  664[[package]]
  665name = "ar_archive_writer"
  666version = "0.5.1"
  667source = "registry+https://github.com/rust-lang/crates.io-index"
  668checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  669dependencies = [
  670 "object",
  671]
  672
  673[[package]]
  674name = "arbitrary"
  675version = "1.4.2"
  676source = "registry+https://github.com/rust-lang/crates.io-index"
  677checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  678dependencies = [
  679 "derive_arbitrary",
  680]
  681
  682[[package]]
  683name = "arg_enum_proc_macro"
  684version = "0.3.4"
  685source = "registry+https://github.com/rust-lang/crates.io-index"
  686checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  687dependencies = [
  688 "proc-macro2",
  689 "quote",
  690 "syn 2.0.117",
  691]
  692
  693[[package]]
  694name = "arraydeque"
  695version = "0.5.1"
  696source = "registry+https://github.com/rust-lang/crates.io-index"
  697checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  698
  699[[package]]
  700name = "arrayref"
  701version = "0.3.9"
  702source = "registry+https://github.com/rust-lang/crates.io-index"
  703checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  704
  705[[package]]
  706name = "arrayvec"
  707version = "0.7.6"
  708source = "registry+https://github.com/rust-lang/crates.io-index"
  709checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  710
  711[[package]]
  712name = "as-raw-xcb-connection"
  713version = "1.0.1"
  714source = "registry+https://github.com/rust-lang/crates.io-index"
  715checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  716
  717[[package]]
  718name = "ascii"
  719version = "1.1.0"
  720source = "registry+https://github.com/rust-lang/crates.io-index"
  721checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  722
  723[[package]]
  724name = "ash"
  725version = "0.38.0+1.3.281"
  726source = "registry+https://github.com/rust-lang/crates.io-index"
  727checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  728dependencies = [
  729 "libloading",
  730]
  731
  732[[package]]
  733name = "ashpd"
  734version = "0.13.2"
  735source = "registry+https://github.com/rust-lang/crates.io-index"
  736checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  737dependencies = [
  738 "enumflags2",
  739 "futures-channel",
  740 "futures-util",
  741 "getrandom 0.4.1",
  742 "serde",
  743 "serde_repr",
  744 "wayland-backend",
  745 "wayland-client",
  746 "wayland-protocols",
  747 "zbus",
  748]
  749
  750[[package]]
  751name = "askpass"
  752version = "0.1.0"
  753dependencies = [
  754 "anyhow",
  755 "futures 0.3.32",
  756 "gpui",
  757 "log",
  758 "net",
  759 "smol",
  760 "tempfile",
  761 "util",
  762 "windows 0.61.3",
  763 "zeroize",
  764]
  765
  766[[package]]
  767name = "assets"
  768version = "0.1.0"
  769dependencies = [
  770 "anyhow",
  771 "gpui",
  772 "rust-embed",
  773]
  774
  775[[package]]
  776name = "async-attributes"
  777version = "1.1.2"
  778source = "registry+https://github.com/rust-lang/crates.io-index"
  779checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  780dependencies = [
  781 "quote",
  782 "syn 1.0.109",
  783]
  784
  785[[package]]
  786name = "async-broadcast"
  787version = "0.7.2"
  788source = "registry+https://github.com/rust-lang/crates.io-index"
  789checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  790dependencies = [
  791 "event-listener 5.4.1",
  792 "event-listener-strategy",
  793 "futures-core",
  794 "pin-project-lite",
  795]
  796
  797[[package]]
  798name = "async-channel"
  799version = "1.9.0"
  800source = "registry+https://github.com/rust-lang/crates.io-index"
  801checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  802dependencies = [
  803 "concurrent-queue",
  804 "event-listener 2.5.3",
  805 "futures-core",
  806]
  807
  808[[package]]
  809name = "async-channel"
  810version = "2.5.0"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  813dependencies = [
  814 "concurrent-queue",
  815 "event-listener-strategy",
  816 "futures-core",
  817 "pin-project-lite",
  818]
  819
  820[[package]]
  821name = "async-compat"
  822version = "0.2.5"
  823source = "registry+https://github.com/rust-lang/crates.io-index"
  824checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  825dependencies = [
  826 "futures-core",
  827 "futures-io",
  828 "once_cell",
  829 "pin-project-lite",
  830 "tokio",
  831]
  832
  833[[package]]
  834name = "async-compression"
  835version = "0.4.32"
  836source = "registry+https://github.com/rust-lang/crates.io-index"
  837checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  838dependencies = [
  839 "compression-codecs",
  840 "compression-core",
  841 "futures-core",
  842 "futures-io",
  843 "pin-project-lite",
  844]
  845
  846[[package]]
  847name = "async-dispatcher"
  848version = "0.1.2"
  849source = "registry+https://github.com/rust-lang/crates.io-index"
  850checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  851dependencies = [
  852 "async-task",
  853 "futures-lite 1.13.0",
  854]
  855
  856[[package]]
  857name = "async-executor"
  858version = "1.13.3"
  859source = "registry+https://github.com/rust-lang/crates.io-index"
  860checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  861dependencies = [
  862 "async-task",
  863 "concurrent-queue",
  864 "fastrand 2.3.0",
  865 "futures-lite 2.6.1",
  866 "pin-project-lite",
  867 "slab",
  868]
  869
  870[[package]]
  871name = "async-fs"
  872version = "2.2.0"
  873source = "registry+https://github.com/rust-lang/crates.io-index"
  874checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  875dependencies = [
  876 "async-lock 3.4.2",
  877 "blocking",
  878 "futures-lite 2.6.1",
  879]
  880
  881[[package]]
  882name = "async-global-executor"
  883version = "2.4.1"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  886dependencies = [
  887 "async-channel 2.5.0",
  888 "async-executor",
  889 "async-io",
  890 "async-lock 3.4.2",
  891 "blocking",
  892 "futures-lite 2.6.1",
  893 "once_cell",
  894]
  895
  896[[package]]
  897name = "async-io"
  898version = "2.6.0"
  899source = "registry+https://github.com/rust-lang/crates.io-index"
  900checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  901dependencies = [
  902 "autocfg",
  903 "cfg-if",
  904 "concurrent-queue",
  905 "futures-io",
  906 "futures-lite 2.6.1",
  907 "parking",
  908 "polling",
  909 "rustix 1.1.2",
  910 "slab",
  911 "windows-sys 0.61.2",
  912]
  913
  914[[package]]
  915name = "async-lock"
  916version = "2.8.0"
  917source = "registry+https://github.com/rust-lang/crates.io-index"
  918checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  919dependencies = [
  920 "event-listener 2.5.3",
  921]
  922
  923[[package]]
  924name = "async-lock"
  925version = "3.4.2"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  928dependencies = [
  929 "event-listener 5.4.1",
  930 "event-listener-strategy",
  931 "pin-project-lite",
  932]
  933
  934[[package]]
  935name = "async-net"
  936version = "2.0.0"
  937source = "registry+https://github.com/rust-lang/crates.io-index"
  938checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  939dependencies = [
  940 "async-io",
  941 "blocking",
  942 "futures-lite 2.6.1",
  943]
  944
  945[[package]]
  946name = "async-pipe"
  947version = "0.1.3"
  948source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  949dependencies = [
  950 "futures 0.3.32",
  951 "log",
  952]
  953
  954[[package]]
  955name = "async-process"
  956version = "2.5.0"
  957source = "registry+https://github.com/rust-lang/crates.io-index"
  958checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  959dependencies = [
  960 "async-channel 2.5.0",
  961 "async-io",
  962 "async-lock 3.4.2",
  963 "async-signal",
  964 "async-task",
  965 "blocking",
  966 "cfg-if",
  967 "event-listener 5.4.1",
  968 "futures-lite 2.6.1",
  969 "rustix 1.1.2",
  970]
  971
  972[[package]]
  973name = "async-recursion"
  974version = "1.1.1"
  975source = "registry+https://github.com/rust-lang/crates.io-index"
  976checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  977dependencies = [
  978 "proc-macro2",
  979 "quote",
  980 "syn 2.0.117",
  981]
  982
  983[[package]]
  984name = "async-signal"
  985version = "0.2.13"
  986source = "registry+https://github.com/rust-lang/crates.io-index"
  987checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
  988dependencies = [
  989 "async-io",
  990 "async-lock 3.4.2",
  991 "atomic-waker",
  992 "cfg-if",
  993 "futures-core",
  994 "futures-io",
  995 "rustix 1.1.2",
  996 "signal-hook-registry",
  997 "slab",
  998 "windows-sys 0.61.2",
  999]
 1000
 1001[[package]]
 1002name = "async-std"
 1003version = "1.13.2"
 1004source = "registry+https://github.com/rust-lang/crates.io-index"
 1005checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1006dependencies = [
 1007 "async-attributes",
 1008 "async-channel 1.9.0",
 1009 "async-global-executor",
 1010 "async-io",
 1011 "async-lock 3.4.2",
 1012 "async-process",
 1013 "crossbeam-utils",
 1014 "futures-channel",
 1015 "futures-core",
 1016 "futures-io",
 1017 "futures-lite 2.6.1",
 1018 "gloo-timers",
 1019 "kv-log-macro",
 1020 "log",
 1021 "memchr",
 1022 "once_cell",
 1023 "pin-project-lite",
 1024 "pin-utils",
 1025 "slab",
 1026 "wasm-bindgen-futures",
 1027]
 1028
 1029[[package]]
 1030name = "async-stream"
 1031version = "0.3.6"
 1032source = "registry+https://github.com/rust-lang/crates.io-index"
 1033checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1034dependencies = [
 1035 "async-stream-impl",
 1036 "futures-core",
 1037 "pin-project-lite",
 1038]
 1039
 1040[[package]]
 1041name = "async-stream-impl"
 1042version = "0.3.6"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1045dependencies = [
 1046 "proc-macro2",
 1047 "quote",
 1048 "syn 2.0.117",
 1049]
 1050
 1051[[package]]
 1052name = "async-tar"
 1053version = "0.5.1"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1056dependencies = [
 1057 "async-std",
 1058 "filetime",
 1059 "libc",
 1060 "pin-project",
 1061 "redox_syscall 0.2.16",
 1062 "xattr",
 1063]
 1064
 1065[[package]]
 1066name = "async-task"
 1067version = "4.7.1"
 1068source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1069
 1070[[package]]
 1071name = "async-trait"
 1072version = "0.1.89"
 1073source = "registry+https://github.com/rust-lang/crates.io-index"
 1074checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1075dependencies = [
 1076 "proc-macro2",
 1077 "quote",
 1078 "syn 2.0.117",
 1079]
 1080
 1081[[package]]
 1082name = "async-tungstenite"
 1083version = "0.31.0"
 1084source = "registry+https://github.com/rust-lang/crates.io-index"
 1085checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1086dependencies = [
 1087 "atomic-waker",
 1088 "futures-core",
 1089 "futures-io",
 1090 "futures-task",
 1091 "futures-util",
 1092 "log",
 1093 "pin-project-lite",
 1094 "rustls-pki-types",
 1095 "tokio",
 1096 "tokio-rustls 0.26.2",
 1097 "tungstenite 0.27.0",
 1098]
 1099
 1100[[package]]
 1101name = "async_zip"
 1102version = "0.0.18"
 1103source = "registry+https://github.com/rust-lang/crates.io-index"
 1104checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1105dependencies = [
 1106 "async-compression",
 1107 "crc32fast",
 1108 "futures-lite 2.6.1",
 1109 "pin-project",
 1110 "thiserror 2.0.17",
 1111]
 1112
 1113[[package]]
 1114name = "asynchronous-codec"
 1115version = "0.7.0"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1118dependencies = [
 1119 "bytes 1.11.1",
 1120 "futures-sink",
 1121 "futures-util",
 1122 "memchr",
 1123 "pin-project-lite",
 1124]
 1125
 1126[[package]]
 1127name = "atoi"
 1128version = "2.0.0"
 1129source = "registry+https://github.com/rust-lang/crates.io-index"
 1130checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1131dependencies = [
 1132 "num-traits",
 1133]
 1134
 1135[[package]]
 1136name = "atomic"
 1137version = "0.5.3"
 1138source = "registry+https://github.com/rust-lang/crates.io-index"
 1139checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1140
 1141[[package]]
 1142name = "atomic-waker"
 1143version = "1.1.2"
 1144source = "registry+https://github.com/rust-lang/crates.io-index"
 1145checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1146
 1147[[package]]
 1148name = "audio"
 1149version = "0.1.0"
 1150dependencies = [
 1151 "anyhow",
 1152 "collections",
 1153 "cpal",
 1154 "crossbeam",
 1155 "denoise",
 1156 "gpui",
 1157 "libwebrtc",
 1158 "log",
 1159 "parking_lot",
 1160 "rodio",
 1161 "serde",
 1162 "settings",
 1163 "thiserror 2.0.17",
 1164 "util",
 1165]
 1166
 1167[[package]]
 1168name = "auditable-serde"
 1169version = "0.8.0"
 1170source = "registry+https://github.com/rust-lang/crates.io-index"
 1171checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1172dependencies = [
 1173 "semver",
 1174 "serde",
 1175 "serde_json",
 1176 "topological-sort",
 1177]
 1178
 1179[[package]]
 1180name = "auto_update"
 1181version = "0.1.0"
 1182dependencies = [
 1183 "anyhow",
 1184 "client",
 1185 "clock",
 1186 "ctor",
 1187 "db",
 1188 "futures 0.3.32",
 1189 "futures-lite 1.13.0",
 1190 "gpui",
 1191 "http_client",
 1192 "log",
 1193 "parking_lot",
 1194 "paths",
 1195 "release_channel",
 1196 "semver",
 1197 "serde",
 1198 "serde_json",
 1199 "settings",
 1200 "smol",
 1201 "tempfile",
 1202 "util",
 1203 "which 6.0.3",
 1204 "workspace",
 1205 "zlog",
 1206]
 1207
 1208[[package]]
 1209name = "auto_update_helper"
 1210version = "0.1.0"
 1211dependencies = [
 1212 "anyhow",
 1213 "log",
 1214 "scopeguard",
 1215 "simplelog",
 1216 "tempfile",
 1217 "windows 0.61.3",
 1218 "winresource",
 1219]
 1220
 1221[[package]]
 1222name = "auto_update_ui"
 1223version = "0.1.0"
 1224dependencies = [
 1225 "anyhow",
 1226 "auto_update",
 1227 "client",
 1228 "editor",
 1229 "gpui",
 1230 "markdown_preview",
 1231 "release_channel",
 1232 "semver",
 1233 "serde",
 1234 "serde_json",
 1235 "smol",
 1236 "ui",
 1237 "util",
 1238 "workspace",
 1239]
 1240
 1241[[package]]
 1242name = "autocfg"
 1243version = "1.5.0"
 1244source = "registry+https://github.com/rust-lang/crates.io-index"
 1245checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1246
 1247[[package]]
 1248name = "av1-grain"
 1249version = "0.2.4"
 1250source = "registry+https://github.com/rust-lang/crates.io-index"
 1251checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1252dependencies = [
 1253 "anyhow",
 1254 "arrayvec",
 1255 "log",
 1256 "nom 7.1.3",
 1257 "num-rational",
 1258 "v_frame",
 1259]
 1260
 1261[[package]]
 1262name = "avif-serialize"
 1263version = "0.8.6"
 1264source = "registry+https://github.com/rust-lang/crates.io-index"
 1265checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1266dependencies = [
 1267 "arrayvec",
 1268]
 1269
 1270[[package]]
 1271name = "aws-config"
 1272version = "1.8.10"
 1273source = "registry+https://github.com/rust-lang/crates.io-index"
 1274checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1275dependencies = [
 1276 "aws-credential-types",
 1277 "aws-runtime",
 1278 "aws-sdk-sso",
 1279 "aws-sdk-ssooidc",
 1280 "aws-sdk-sts",
 1281 "aws-smithy-async",
 1282 "aws-smithy-http",
 1283 "aws-smithy-json",
 1284 "aws-smithy-runtime",
 1285 "aws-smithy-runtime-api",
 1286 "aws-smithy-types",
 1287 "aws-types",
 1288 "bytes 1.11.1",
 1289 "fastrand 2.3.0",
 1290 "hex",
 1291 "http 1.3.1",
 1292 "ring",
 1293 "time",
 1294 "tokio",
 1295 "tracing",
 1296 "url",
 1297 "zeroize",
 1298]
 1299
 1300[[package]]
 1301name = "aws-credential-types"
 1302version = "1.2.10"
 1303source = "registry+https://github.com/rust-lang/crates.io-index"
 1304checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1305dependencies = [
 1306 "aws-smithy-async",
 1307 "aws-smithy-runtime-api",
 1308 "aws-smithy-types",
 1309 "zeroize",
 1310]
 1311
 1312[[package]]
 1313name = "aws-lc-rs"
 1314version = "1.15.4"
 1315source = "registry+https://github.com/rust-lang/crates.io-index"
 1316checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1317dependencies = [
 1318 "aws-lc-sys",
 1319 "untrusted 0.7.1",
 1320 "zeroize",
 1321]
 1322
 1323[[package]]
 1324name = "aws-lc-sys"
 1325version = "0.37.0"
 1326source = "registry+https://github.com/rust-lang/crates.io-index"
 1327checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1328dependencies = [
 1329 "cc",
 1330 "cmake",
 1331 "dunce",
 1332 "fs_extra",
 1333]
 1334
 1335[[package]]
 1336name = "aws-runtime"
 1337version = "1.5.16"
 1338source = "registry+https://github.com/rust-lang/crates.io-index"
 1339checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1340dependencies = [
 1341 "aws-credential-types",
 1342 "aws-sigv4",
 1343 "aws-smithy-async",
 1344 "aws-smithy-eventstream",
 1345 "aws-smithy-http",
 1346 "aws-smithy-runtime",
 1347 "aws-smithy-runtime-api",
 1348 "aws-smithy-types",
 1349 "aws-types",
 1350 "bytes 1.11.1",
 1351 "fastrand 2.3.0",
 1352 "http 0.2.12",
 1353 "http-body 0.4.6",
 1354 "percent-encoding",
 1355 "pin-project-lite",
 1356 "tracing",
 1357 "uuid",
 1358]
 1359
 1360[[package]]
 1361name = "aws-sdk-bedrockruntime"
 1362version = "1.113.0"
 1363source = "registry+https://github.com/rust-lang/crates.io-index"
 1364checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1365dependencies = [
 1366 "aws-credential-types",
 1367 "aws-runtime",
 1368 "aws-sigv4",
 1369 "aws-smithy-async",
 1370 "aws-smithy-eventstream",
 1371 "aws-smithy-http",
 1372 "aws-smithy-json",
 1373 "aws-smithy-runtime",
 1374 "aws-smithy-runtime-api",
 1375 "aws-smithy-types",
 1376 "aws-types",
 1377 "bytes 1.11.1",
 1378 "fastrand 2.3.0",
 1379 "http 0.2.12",
 1380 "hyper 0.14.32",
 1381 "regex-lite",
 1382 "tracing",
 1383]
 1384
 1385[[package]]
 1386name = "aws-sdk-kinesis"
 1387version = "1.95.0"
 1388source = "registry+https://github.com/rust-lang/crates.io-index"
 1389checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1390dependencies = [
 1391 "aws-credential-types",
 1392 "aws-runtime",
 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 "regex-lite",
 1405 "tracing",
 1406]
 1407
 1408[[package]]
 1409name = "aws-sdk-s3"
 1410version = "1.112.0"
 1411source = "registry+https://github.com/rust-lang/crates.io-index"
 1412checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1413dependencies = [
 1414 "aws-credential-types",
 1415 "aws-runtime",
 1416 "aws-sigv4",
 1417 "aws-smithy-async",
 1418 "aws-smithy-checksums",
 1419 "aws-smithy-eventstream",
 1420 "aws-smithy-http",
 1421 "aws-smithy-json",
 1422 "aws-smithy-runtime",
 1423 "aws-smithy-runtime-api",
 1424 "aws-smithy-types",
 1425 "aws-smithy-xml",
 1426 "aws-types",
 1427 "bytes 1.11.1",
 1428 "fastrand 2.3.0",
 1429 "hex",
 1430 "hmac",
 1431 "http 0.2.12",
 1432 "http 1.3.1",
 1433 "http-body 0.4.6",
 1434 "lru",
 1435 "percent-encoding",
 1436 "regex-lite",
 1437 "sha2",
 1438 "tracing",
 1439 "url",
 1440]
 1441
 1442[[package]]
 1443name = "aws-sdk-sso"
 1444version = "1.88.0"
 1445source = "registry+https://github.com/rust-lang/crates.io-index"
 1446checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1447dependencies = [
 1448 "aws-credential-types",
 1449 "aws-runtime",
 1450 "aws-smithy-async",
 1451 "aws-smithy-http",
 1452 "aws-smithy-json",
 1453 "aws-smithy-runtime",
 1454 "aws-smithy-runtime-api",
 1455 "aws-smithy-types",
 1456 "aws-types",
 1457 "bytes 1.11.1",
 1458 "fastrand 2.3.0",
 1459 "http 0.2.12",
 1460 "regex-lite",
 1461 "tracing",
 1462]
 1463
 1464[[package]]
 1465name = "aws-sdk-ssooidc"
 1466version = "1.90.0"
 1467source = "registry+https://github.com/rust-lang/crates.io-index"
 1468checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1469dependencies = [
 1470 "aws-credential-types",
 1471 "aws-runtime",
 1472 "aws-smithy-async",
 1473 "aws-smithy-http",
 1474 "aws-smithy-json",
 1475 "aws-smithy-runtime",
 1476 "aws-smithy-runtime-api",
 1477 "aws-smithy-types",
 1478 "aws-types",
 1479 "bytes 1.11.1",
 1480 "fastrand 2.3.0",
 1481 "http 0.2.12",
 1482 "regex-lite",
 1483 "tracing",
 1484]
 1485
 1486[[package]]
 1487name = "aws-sdk-sts"
 1488version = "1.90.0"
 1489source = "registry+https://github.com/rust-lang/crates.io-index"
 1490checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1491dependencies = [
 1492 "aws-credential-types",
 1493 "aws-runtime",
 1494 "aws-smithy-async",
 1495 "aws-smithy-http",
 1496 "aws-smithy-json",
 1497 "aws-smithy-query",
 1498 "aws-smithy-runtime",
 1499 "aws-smithy-runtime-api",
 1500 "aws-smithy-types",
 1501 "aws-smithy-xml",
 1502 "aws-types",
 1503 "fastrand 2.3.0",
 1504 "http 0.2.12",
 1505 "regex-lite",
 1506 "tracing",
 1507]
 1508
 1509[[package]]
 1510name = "aws-sigv4"
 1511version = "1.3.6"
 1512source = "registry+https://github.com/rust-lang/crates.io-index"
 1513checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1514dependencies = [
 1515 "aws-credential-types",
 1516 "aws-smithy-eventstream",
 1517 "aws-smithy-http",
 1518 "aws-smithy-runtime-api",
 1519 "aws-smithy-types",
 1520 "bytes 1.11.1",
 1521 "crypto-bigint 0.5.5",
 1522 "form_urlencoded",
 1523 "hex",
 1524 "hmac",
 1525 "http 0.2.12",
 1526 "http 1.3.1",
 1527 "p256",
 1528 "percent-encoding",
 1529 "ring",
 1530 "sha2",
 1531 "subtle",
 1532 "time",
 1533 "tracing",
 1534 "zeroize",
 1535]
 1536
 1537[[package]]
 1538name = "aws-smithy-async"
 1539version = "1.2.6"
 1540source = "registry+https://github.com/rust-lang/crates.io-index"
 1541checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1542dependencies = [
 1543 "futures-util",
 1544 "pin-project-lite",
 1545 "tokio",
 1546]
 1547
 1548[[package]]
 1549name = "aws-smithy-checksums"
 1550version = "0.63.11"
 1551source = "registry+https://github.com/rust-lang/crates.io-index"
 1552checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1553dependencies = [
 1554 "aws-smithy-http",
 1555 "aws-smithy-types",
 1556 "bytes 1.11.1",
 1557 "crc-fast",
 1558 "hex",
 1559 "http 0.2.12",
 1560 "http-body 0.4.6",
 1561 "md-5",
 1562 "pin-project-lite",
 1563 "sha1",
 1564 "sha2",
 1565 "tracing",
 1566]
 1567
 1568[[package]]
 1569name = "aws-smithy-eventstream"
 1570version = "0.60.13"
 1571source = "registry+https://github.com/rust-lang/crates.io-index"
 1572checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1573dependencies = [
 1574 "aws-smithy-types",
 1575 "bytes 1.11.1",
 1576 "crc32fast",
 1577]
 1578
 1579[[package]]
 1580name = "aws-smithy-http"
 1581version = "0.62.5"
 1582source = "registry+https://github.com/rust-lang/crates.io-index"
 1583checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1584dependencies = [
 1585 "aws-smithy-eventstream",
 1586 "aws-smithy-runtime-api",
 1587 "aws-smithy-types",
 1588 "bytes 1.11.1",
 1589 "bytes-utils",
 1590 "futures-core",
 1591 "futures-util",
 1592 "http 0.2.12",
 1593 "http 1.3.1",
 1594 "http-body 0.4.6",
 1595 "percent-encoding",
 1596 "pin-project-lite",
 1597 "pin-utils",
 1598 "tracing",
 1599]
 1600
 1601[[package]]
 1602name = "aws-smithy-http-client"
 1603version = "1.1.4"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1606dependencies = [
 1607 "aws-smithy-async",
 1608 "aws-smithy-runtime-api",
 1609 "aws-smithy-types",
 1610 "h2 0.3.27",
 1611 "h2 0.4.12",
 1612 "http 0.2.12",
 1613 "http 1.3.1",
 1614 "http-body 0.4.6",
 1615 "hyper 0.14.32",
 1616 "hyper 1.7.0",
 1617 "hyper-rustls 0.24.2",
 1618 "hyper-rustls 0.27.7",
 1619 "hyper-util",
 1620 "pin-project-lite",
 1621 "rustls 0.21.12",
 1622 "rustls 0.23.33",
 1623 "rustls-native-certs 0.8.2",
 1624 "rustls-pki-types",
 1625 "tokio",
 1626 "tokio-rustls 0.26.2",
 1627 "tower 0.5.2",
 1628 "tracing",
 1629]
 1630
 1631[[package]]
 1632name = "aws-smithy-json"
 1633version = "0.61.7"
 1634source = "registry+https://github.com/rust-lang/crates.io-index"
 1635checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1636dependencies = [
 1637 "aws-smithy-types",
 1638]
 1639
 1640[[package]]
 1641name = "aws-smithy-observability"
 1642version = "0.1.4"
 1643source = "registry+https://github.com/rust-lang/crates.io-index"
 1644checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1645dependencies = [
 1646 "aws-smithy-runtime-api",
 1647]
 1648
 1649[[package]]
 1650name = "aws-smithy-query"
 1651version = "0.60.8"
 1652source = "registry+https://github.com/rust-lang/crates.io-index"
 1653checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1654dependencies = [
 1655 "aws-smithy-types",
 1656 "urlencoding",
 1657]
 1658
 1659[[package]]
 1660name = "aws-smithy-runtime"
 1661version = "1.9.4"
 1662source = "registry+https://github.com/rust-lang/crates.io-index"
 1663checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1664dependencies = [
 1665 "aws-smithy-async",
 1666 "aws-smithy-http",
 1667 "aws-smithy-http-client",
 1668 "aws-smithy-observability",
 1669 "aws-smithy-runtime-api",
 1670 "aws-smithy-types",
 1671 "bytes 1.11.1",
 1672 "fastrand 2.3.0",
 1673 "http 0.2.12",
 1674 "http 1.3.1",
 1675 "http-body 0.4.6",
 1676 "http-body 1.0.1",
 1677 "pin-project-lite",
 1678 "pin-utils",
 1679 "tokio",
 1680 "tracing",
 1681]
 1682
 1683[[package]]
 1684name = "aws-smithy-runtime-api"
 1685version = "1.9.2"
 1686source = "registry+https://github.com/rust-lang/crates.io-index"
 1687checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1688dependencies = [
 1689 "aws-smithy-async",
 1690 "aws-smithy-types",
 1691 "bytes 1.11.1",
 1692 "http 0.2.12",
 1693 "http 1.3.1",
 1694 "pin-project-lite",
 1695 "tokio",
 1696 "tracing",
 1697 "zeroize",
 1698]
 1699
 1700[[package]]
 1701name = "aws-smithy-types"
 1702version = "1.3.4"
 1703source = "registry+https://github.com/rust-lang/crates.io-index"
 1704checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1705dependencies = [
 1706 "base64-simd",
 1707 "bytes 1.11.1",
 1708 "bytes-utils",
 1709 "futures-core",
 1710 "http 0.2.12",
 1711 "http 1.3.1",
 1712 "http-body 0.4.6",
 1713 "http-body 1.0.1",
 1714 "http-body-util",
 1715 "itoa",
 1716 "num-integer",
 1717 "pin-project-lite",
 1718 "pin-utils",
 1719 "ryu",
 1720 "serde",
 1721 "time",
 1722 "tokio",
 1723 "tokio-util",
 1724]
 1725
 1726[[package]]
 1727name = "aws-smithy-xml"
 1728version = "0.60.12"
 1729source = "registry+https://github.com/rust-lang/crates.io-index"
 1730checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1731dependencies = [
 1732 "xmlparser",
 1733]
 1734
 1735[[package]]
 1736name = "aws-types"
 1737version = "1.3.10"
 1738source = "registry+https://github.com/rust-lang/crates.io-index"
 1739checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1740dependencies = [
 1741 "aws-credential-types",
 1742 "aws-smithy-async",
 1743 "aws-smithy-runtime-api",
 1744 "aws-smithy-types",
 1745 "rustc_version",
 1746 "tracing",
 1747]
 1748
 1749[[package]]
 1750name = "aws_http_client"
 1751version = "0.1.0"
 1752dependencies = [
 1753 "aws-smithy-runtime-api",
 1754 "aws-smithy-types",
 1755 "http_client",
 1756]
 1757
 1758[[package]]
 1759name = "axum"
 1760version = "0.6.20"
 1761source = "registry+https://github.com/rust-lang/crates.io-index"
 1762checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1763dependencies = [
 1764 "async-trait",
 1765 "axum-core",
 1766 "base64 0.21.7",
 1767 "bitflags 1.3.2",
 1768 "bytes 1.11.1",
 1769 "futures-util",
 1770 "headers",
 1771 "http 0.2.12",
 1772 "http-body 0.4.6",
 1773 "hyper 0.14.32",
 1774 "itoa",
 1775 "matchit",
 1776 "memchr",
 1777 "mime",
 1778 "percent-encoding",
 1779 "pin-project-lite",
 1780 "rustversion",
 1781 "serde",
 1782 "serde_json",
 1783 "serde_path_to_error",
 1784 "serde_urlencoded",
 1785 "sha1",
 1786 "sync_wrapper 0.1.2",
 1787 "tokio",
 1788 "tokio-tungstenite 0.20.1",
 1789 "tower 0.4.13",
 1790 "tower-layer",
 1791 "tower-service",
 1792]
 1793
 1794[[package]]
 1795name = "axum-core"
 1796version = "0.3.4"
 1797source = "registry+https://github.com/rust-lang/crates.io-index"
 1798checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1799dependencies = [
 1800 "async-trait",
 1801 "bytes 1.11.1",
 1802 "futures-util",
 1803 "http 0.2.12",
 1804 "http-body 0.4.6",
 1805 "mime",
 1806 "rustversion",
 1807 "tower-layer",
 1808 "tower-service",
 1809]
 1810
 1811[[package]]
 1812name = "backtrace"
 1813version = "0.3.76"
 1814source = "registry+https://github.com/rust-lang/crates.io-index"
 1815checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1816dependencies = [
 1817 "addr2line",
 1818 "cfg-if",
 1819 "libc",
 1820 "miniz_oxide",
 1821 "object",
 1822 "rustc-demangle",
 1823 "windows-link 0.2.1",
 1824]
 1825
 1826[[package]]
 1827name = "base16ct"
 1828version = "0.1.1"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1831
 1832[[package]]
 1833name = "base64"
 1834version = "0.21.7"
 1835source = "registry+https://github.com/rust-lang/crates.io-index"
 1836checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1837
 1838[[package]]
 1839name = "base64"
 1840version = "0.22.1"
 1841source = "registry+https://github.com/rust-lang/crates.io-index"
 1842checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1843
 1844[[package]]
 1845name = "base64-simd"
 1846version = "0.8.0"
 1847source = "registry+https://github.com/rust-lang/crates.io-index"
 1848checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1849dependencies = [
 1850 "outref",
 1851 "vsimd",
 1852]
 1853
 1854[[package]]
 1855name = "base64ct"
 1856version = "1.8.0"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1859
 1860[[package]]
 1861name = "bedrock"
 1862version = "0.1.0"
 1863dependencies = [
 1864 "anyhow",
 1865 "aws-sdk-bedrockruntime",
 1866 "aws-smithy-types",
 1867 "futures 0.3.32",
 1868 "schemars",
 1869 "serde",
 1870 "serde_json",
 1871 "strum 0.27.2",
 1872 "thiserror 2.0.17",
 1873]
 1874
 1875[[package]]
 1876name = "bigdecimal"
 1877version = "0.4.8"
 1878source = "registry+https://github.com/rust-lang/crates.io-index"
 1879checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1880dependencies = [
 1881 "autocfg",
 1882 "libm",
 1883 "num-bigint",
 1884 "num-integer",
 1885 "num-traits",
 1886 "serde",
 1887]
 1888
 1889[[package]]
 1890name = "bincode"
 1891version = "1.3.3"
 1892source = "registry+https://github.com/rust-lang/crates.io-index"
 1893checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1894dependencies = [
 1895 "serde",
 1896]
 1897
 1898[[package]]
 1899name = "bindgen"
 1900version = "0.71.1"
 1901source = "registry+https://github.com/rust-lang/crates.io-index"
 1902checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1903dependencies = [
 1904 "bitflags 2.10.0",
 1905 "cexpr",
 1906 "clang-sys",
 1907 "itertools 0.12.1",
 1908 "log",
 1909 "prettyplease",
 1910 "proc-macro2",
 1911 "quote",
 1912 "regex",
 1913 "rustc-hash 2.1.1",
 1914 "shlex",
 1915 "syn 2.0.117",
 1916]
 1917
 1918[[package]]
 1919name = "bindgen"
 1920version = "0.72.1"
 1921source = "registry+https://github.com/rust-lang/crates.io-index"
 1922checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1923dependencies = [
 1924 "bitflags 2.10.0",
 1925 "cexpr",
 1926 "clang-sys",
 1927 "itertools 0.12.1",
 1928 "proc-macro2",
 1929 "quote",
 1930 "regex",
 1931 "rustc-hash 2.1.1",
 1932 "shlex",
 1933 "syn 2.0.117",
 1934]
 1935
 1936[[package]]
 1937name = "bit-set"
 1938version = "0.8.0"
 1939source = "registry+https://github.com/rust-lang/crates.io-index"
 1940checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1941dependencies = [
 1942 "bit-vec 0.8.0",
 1943]
 1944
 1945[[package]]
 1946name = "bit-set"
 1947version = "0.9.1"
 1948source = "registry+https://github.com/rust-lang/crates.io-index"
 1949checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1950dependencies = [
 1951 "bit-vec 0.9.1",
 1952]
 1953
 1954[[package]]
 1955name = "bit-vec"
 1956version = "0.8.0"
 1957source = "registry+https://github.com/rust-lang/crates.io-index"
 1958checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1959
 1960[[package]]
 1961name = "bit-vec"
 1962version = "0.9.1"
 1963source = "registry+https://github.com/rust-lang/crates.io-index"
 1964checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1965
 1966[[package]]
 1967name = "bit_field"
 1968version = "0.10.3"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1971
 1972[[package]]
 1973name = "bitflags"
 1974version = "1.3.2"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1977
 1978[[package]]
 1979name = "bitflags"
 1980version = "2.10.0"
 1981source = "registry+https://github.com/rust-lang/crates.io-index"
 1982checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1983dependencies = [
 1984 "serde_core",
 1985]
 1986
 1987[[package]]
 1988name = "bitstream-io"
 1989version = "2.6.0"
 1990source = "registry+https://github.com/rust-lang/crates.io-index"
 1991checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 1992
 1993[[package]]
 1994name = "bitvec"
 1995version = "1.0.1"
 1996source = "registry+https://github.com/rust-lang/crates.io-index"
 1997checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 1998dependencies = [
 1999 "funty",
 2000 "radium",
 2001 "tap",
 2002 "wyz",
 2003]
 2004
 2005[[package]]
 2006name = "block"
 2007version = "0.1.6"
 2008source = "registry+https://github.com/rust-lang/crates.io-index"
 2009checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2010
 2011[[package]]
 2012name = "block-buffer"
 2013version = "0.10.4"
 2014source = "registry+https://github.com/rust-lang/crates.io-index"
 2015checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2016dependencies = [
 2017 "generic-array",
 2018]
 2019
 2020[[package]]
 2021name = "block-padding"
 2022version = "0.3.3"
 2023source = "registry+https://github.com/rust-lang/crates.io-index"
 2024checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2025dependencies = [
 2026 "generic-array",
 2027]
 2028
 2029[[package]]
 2030name = "block2"
 2031version = "0.6.2"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2034dependencies = [
 2035 "objc2",
 2036]
 2037
 2038[[package]]
 2039name = "blocking"
 2040version = "1.6.2"
 2041source = "registry+https://github.com/rust-lang/crates.io-index"
 2042checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2043dependencies = [
 2044 "async-channel 2.5.0",
 2045 "async-task",
 2046 "futures-io",
 2047 "futures-lite 2.6.1",
 2048 "piper",
 2049]
 2050
 2051[[package]]
 2052name = "bmrng"
 2053version = "0.5.2"
 2054source = "registry+https://github.com/rust-lang/crates.io-index"
 2055checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2056dependencies = [
 2057 "futures-core",
 2058 "tokio",
 2059]
 2060
 2061[[package]]
 2062name = "bon"
 2063version = "3.8.2"
 2064source = "registry+https://github.com/rust-lang/crates.io-index"
 2065checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2066dependencies = [
 2067 "bon-macros",
 2068 "rustversion",
 2069]
 2070
 2071[[package]]
 2072name = "bon-macros"
 2073version = "3.8.2"
 2074source = "registry+https://github.com/rust-lang/crates.io-index"
 2075checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2076dependencies = [
 2077 "darling 0.21.3",
 2078 "ident_case",
 2079 "prettyplease",
 2080 "proc-macro2",
 2081 "quote",
 2082 "rustversion",
 2083 "syn 2.0.117",
 2084]
 2085
 2086[[package]]
 2087name = "borrow-or-share"
 2088version = "0.2.4"
 2089source = "registry+https://github.com/rust-lang/crates.io-index"
 2090checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2091
 2092[[package]]
 2093name = "borsh"
 2094version = "1.5.7"
 2095source = "registry+https://github.com/rust-lang/crates.io-index"
 2096checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2097dependencies = [
 2098 "borsh-derive",
 2099 "cfg_aliases 0.2.1",
 2100]
 2101
 2102[[package]]
 2103name = "borsh-derive"
 2104version = "1.5.7"
 2105source = "registry+https://github.com/rust-lang/crates.io-index"
 2106checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2107dependencies = [
 2108 "once_cell",
 2109 "proc-macro-crate",
 2110 "proc-macro2",
 2111 "quote",
 2112 "syn 2.0.117",
 2113]
 2114
 2115[[package]]
 2116name = "breadcrumbs"
 2117version = "0.1.0"
 2118dependencies = [
 2119 "gpui",
 2120 "ui",
 2121 "workspace",
 2122]
 2123
 2124[[package]]
 2125name = "brush-parser"
 2126version = "0.3.0"
 2127source = "registry+https://github.com/rust-lang/crates.io-index"
 2128checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2129dependencies = [
 2130 "bon",
 2131 "cached",
 2132 "indenter",
 2133 "peg",
 2134 "thiserror 2.0.17",
 2135 "tracing",
 2136 "utf8-chars",
 2137]
 2138
 2139[[package]]
 2140name = "bstr"
 2141version = "1.12.0"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2144dependencies = [
 2145 "memchr",
 2146 "regex-automata",
 2147 "serde",
 2148]
 2149
 2150[[package]]
 2151name = "buffer_diff"
 2152version = "0.1.0"
 2153dependencies = [
 2154 "clock",
 2155 "ctor",
 2156 "futures 0.3.32",
 2157 "git2",
 2158 "gpui",
 2159 "language",
 2160 "log",
 2161 "pretty_assertions",
 2162 "rand 0.9.2",
 2163 "rope",
 2164 "settings",
 2165 "sum_tree",
 2166 "text",
 2167 "tracing",
 2168 "unindent",
 2169 "util",
 2170 "zlog",
 2171 "ztracing",
 2172]
 2173
 2174[[package]]
 2175name = "built"
 2176version = "0.7.7"
 2177source = "registry+https://github.com/rust-lang/crates.io-index"
 2178checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2179
 2180[[package]]
 2181name = "bumpalo"
 2182version = "3.19.0"
 2183source = "registry+https://github.com/rust-lang/crates.io-index"
 2184checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2185dependencies = [
 2186 "allocator-api2",
 2187]
 2188
 2189[[package]]
 2190name = "by_address"
 2191version = "1.2.1"
 2192source = "registry+https://github.com/rust-lang/crates.io-index"
 2193checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2194
 2195[[package]]
 2196name = "bytecheck"
 2197version = "0.6.12"
 2198source = "registry+https://github.com/rust-lang/crates.io-index"
 2199checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2200dependencies = [
 2201 "bytecheck_derive",
 2202 "ptr_meta",
 2203 "simdutf8",
 2204]
 2205
 2206[[package]]
 2207name = "bytecheck_derive"
 2208version = "0.6.12"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2211dependencies = [
 2212 "proc-macro2",
 2213 "quote",
 2214 "syn 1.0.109",
 2215]
 2216
 2217[[package]]
 2218name = "bytecount"
 2219version = "0.6.9"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2222
 2223[[package]]
 2224name = "bytemuck"
 2225version = "1.24.0"
 2226source = "registry+https://github.com/rust-lang/crates.io-index"
 2227checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2228dependencies = [
 2229 "bytemuck_derive",
 2230]
 2231
 2232[[package]]
 2233name = "bytemuck_derive"
 2234version = "1.10.2"
 2235source = "registry+https://github.com/rust-lang/crates.io-index"
 2236checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2237dependencies = [
 2238 "proc-macro2",
 2239 "quote",
 2240 "syn 2.0.117",
 2241]
 2242
 2243[[package]]
 2244name = "byteorder"
 2245version = "1.5.0"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2248
 2249[[package]]
 2250name = "byteorder-lite"
 2251version = "0.1.0"
 2252source = "registry+https://github.com/rust-lang/crates.io-index"
 2253checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2254
 2255[[package]]
 2256name = "bytes"
 2257version = "0.4.12"
 2258source = "registry+https://github.com/rust-lang/crates.io-index"
 2259checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2260dependencies = [
 2261 "byteorder",
 2262 "iovec",
 2263]
 2264
 2265[[package]]
 2266name = "bytes"
 2267version = "1.11.1"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2270
 2271[[package]]
 2272name = "bytes-utils"
 2273version = "0.1.4"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2276dependencies = [
 2277 "bytes 1.11.1",
 2278 "either",
 2279]
 2280
 2281[[package]]
 2282name = "bzip2"
 2283version = "0.4.4"
 2284source = "registry+https://github.com/rust-lang/crates.io-index"
 2285checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2286dependencies = [
 2287 "bzip2-sys",
 2288 "libc",
 2289]
 2290
 2291[[package]]
 2292name = "bzip2"
 2293version = "0.6.1"
 2294source = "registry+https://github.com/rust-lang/crates.io-index"
 2295checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2296dependencies = [
 2297 "libbz2-rs-sys",
 2298]
 2299
 2300[[package]]
 2301name = "bzip2-sys"
 2302version = "0.1.13+1.0.8"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2305dependencies = [
 2306 "cc",
 2307 "pkg-config",
 2308]
 2309
 2310[[package]]
 2311name = "cached"
 2312version = "0.56.0"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2315dependencies = [
 2316 "ahash 0.8.12",
 2317 "cached_proc_macro",
 2318 "cached_proc_macro_types",
 2319 "hashbrown 0.15.5",
 2320 "once_cell",
 2321 "thiserror 2.0.17",
 2322 "web-time",
 2323]
 2324
 2325[[package]]
 2326name = "cached_proc_macro"
 2327version = "0.25.0"
 2328source = "registry+https://github.com/rust-lang/crates.io-index"
 2329checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2330dependencies = [
 2331 "darling 0.20.11",
 2332 "proc-macro2",
 2333 "quote",
 2334 "syn 2.0.117",
 2335]
 2336
 2337[[package]]
 2338name = "cached_proc_macro_types"
 2339version = "0.1.1"
 2340source = "registry+https://github.com/rust-lang/crates.io-index"
 2341checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2342
 2343[[package]]
 2344name = "call"
 2345version = "0.1.0"
 2346dependencies = [
 2347 "anyhow",
 2348 "audio",
 2349 "client",
 2350 "collections",
 2351 "feature_flags",
 2352 "fs",
 2353 "futures 0.3.32",
 2354 "gpui",
 2355 "gpui_tokio",
 2356 "language",
 2357 "livekit_client",
 2358 "log",
 2359 "postage",
 2360 "project",
 2361 "serde",
 2362 "settings",
 2363 "telemetry",
 2364 "util",
 2365 "workspace",
 2366]
 2367
 2368[[package]]
 2369name = "calloop"
 2370version = "0.14.3"
 2371source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2372dependencies = [
 2373 "bitflags 2.10.0",
 2374 "polling",
 2375 "rustix 1.1.2",
 2376 "slab",
 2377 "tracing",
 2378]
 2379
 2380[[package]]
 2381name = "calloop-wayland-source"
 2382version = "0.4.1"
 2383source = "registry+https://github.com/rust-lang/crates.io-index"
 2384checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2385dependencies = [
 2386 "calloop",
 2387 "rustix 1.1.2",
 2388 "wayland-backend",
 2389 "wayland-client",
 2390]
 2391
 2392[[package]]
 2393name = "camino"
 2394version = "1.2.1"
 2395source = "registry+https://github.com/rust-lang/crates.io-index"
 2396checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2397dependencies = [
 2398 "serde_core",
 2399]
 2400
 2401[[package]]
 2402name = "candle-core"
 2403version = "0.9.1"
 2404source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2405dependencies = [
 2406 "byteorder",
 2407 "float8",
 2408 "gemm 0.17.1",
 2409 "half",
 2410 "memmap2",
 2411 "num-traits",
 2412 "num_cpus",
 2413 "rand 0.9.2",
 2414 "rand_distr",
 2415 "rayon",
 2416 "safetensors",
 2417 "thiserror 1.0.69",
 2418 "ug",
 2419 "yoke 0.7.5",
 2420 "zip 1.1.4",
 2421]
 2422
 2423[[package]]
 2424name = "candle-nn"
 2425version = "0.9.1"
 2426source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2427dependencies = [
 2428 "candle-core",
 2429 "half",
 2430 "libc",
 2431 "num-traits",
 2432 "rayon",
 2433 "safetensors",
 2434 "serde",
 2435 "thiserror 1.0.69",
 2436]
 2437
 2438[[package]]
 2439name = "candle-onnx"
 2440version = "0.9.1"
 2441source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2442dependencies = [
 2443 "candle-core",
 2444 "candle-nn",
 2445 "prost 0.12.6",
 2446]
 2447
 2448[[package]]
 2449name = "cap-fs-ext"
 2450version = "3.4.4"
 2451source = "registry+https://github.com/rust-lang/crates.io-index"
 2452checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2453dependencies = [
 2454 "cap-primitives",
 2455 "cap-std",
 2456 "io-lifetimes",
 2457 "windows-sys 0.59.0",
 2458]
 2459
 2460[[package]]
 2461name = "cap-net-ext"
 2462version = "3.4.4"
 2463source = "registry+https://github.com/rust-lang/crates.io-index"
 2464checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2465dependencies = [
 2466 "cap-primitives",
 2467 "cap-std",
 2468 "rustix 1.1.2",
 2469 "smallvec",
 2470]
 2471
 2472[[package]]
 2473name = "cap-primitives"
 2474version = "3.4.4"
 2475source = "registry+https://github.com/rust-lang/crates.io-index"
 2476checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2477dependencies = [
 2478 "ambient-authority",
 2479 "fs-set-times",
 2480 "io-extras",
 2481 "io-lifetimes",
 2482 "ipnet",
 2483 "maybe-owned",
 2484 "rustix 1.1.2",
 2485 "rustix-linux-procfs",
 2486 "windows-sys 0.59.0",
 2487 "winx",
 2488]
 2489
 2490[[package]]
 2491name = "cap-rand"
 2492version = "3.4.4"
 2493source = "registry+https://github.com/rust-lang/crates.io-index"
 2494checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2495dependencies = [
 2496 "ambient-authority",
 2497 "rand 0.8.5",
 2498]
 2499
 2500[[package]]
 2501name = "cap-std"
 2502version = "3.4.4"
 2503source = "registry+https://github.com/rust-lang/crates.io-index"
 2504checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2505dependencies = [
 2506 "cap-primitives",
 2507 "io-extras",
 2508 "io-lifetimes",
 2509 "rustix 1.1.2",
 2510]
 2511
 2512[[package]]
 2513name = "cap-time-ext"
 2514version = "3.4.4"
 2515source = "registry+https://github.com/rust-lang/crates.io-index"
 2516checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2517dependencies = [
 2518 "ambient-authority",
 2519 "cap-primitives",
 2520 "iana-time-zone",
 2521 "once_cell",
 2522 "rustix 1.1.2",
 2523 "winx",
 2524]
 2525
 2526[[package]]
 2527name = "cargo-platform"
 2528version = "0.1.9"
 2529source = "registry+https://github.com/rust-lang/crates.io-index"
 2530checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2531dependencies = [
 2532 "serde",
 2533]
 2534
 2535[[package]]
 2536name = "cargo_metadata"
 2537version = "0.19.2"
 2538source = "registry+https://github.com/rust-lang/crates.io-index"
 2539checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2540dependencies = [
 2541 "camino",
 2542 "cargo-platform",
 2543 "semver",
 2544 "serde",
 2545 "serde_json",
 2546 "thiserror 2.0.17",
 2547]
 2548
 2549[[package]]
 2550name = "cargo_toml"
 2551version = "0.21.0"
 2552source = "registry+https://github.com/rust-lang/crates.io-index"
 2553checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2554dependencies = [
 2555 "serde",
 2556 "toml 0.8.23",
 2557]
 2558
 2559[[package]]
 2560name = "cast"
 2561version = "0.3.0"
 2562source = "registry+https://github.com/rust-lang/crates.io-index"
 2563checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2564
 2565[[package]]
 2566name = "cbc"
 2567version = "0.1.2"
 2568source = "registry+https://github.com/rust-lang/crates.io-index"
 2569checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2570dependencies = [
 2571 "cipher",
 2572]
 2573
 2574[[package]]
 2575name = "cbindgen"
 2576version = "0.28.0"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2579dependencies = [
 2580 "heck 0.4.1",
 2581 "indexmap",
 2582 "log",
 2583 "proc-macro2",
 2584 "quote",
 2585 "serde",
 2586 "serde_json",
 2587 "syn 2.0.117",
 2588 "tempfile",
 2589 "toml 0.8.23",
 2590]
 2591
 2592[[package]]
 2593name = "cc"
 2594version = "1.2.49"
 2595source = "registry+https://github.com/rust-lang/crates.io-index"
 2596checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2597dependencies = [
 2598 "find-msvc-tools",
 2599 "jobserver",
 2600 "libc",
 2601 "shlex",
 2602]
 2603
 2604[[package]]
 2605name = "cesu8"
 2606version = "1.1.0"
 2607source = "registry+https://github.com/rust-lang/crates.io-index"
 2608checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2609
 2610[[package]]
 2611name = "cexpr"
 2612version = "0.6.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2615dependencies = [
 2616 "nom 7.1.3",
 2617]
 2618
 2619[[package]]
 2620name = "cfg-expr"
 2621version = "0.15.8"
 2622source = "registry+https://github.com/rust-lang/crates.io-index"
 2623checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2624dependencies = [
 2625 "smallvec",
 2626 "target-lexicon 0.12.16",
 2627]
 2628
 2629[[package]]
 2630name = "cfg-expr"
 2631version = "0.20.6"
 2632source = "registry+https://github.com/rust-lang/crates.io-index"
 2633checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2634dependencies = [
 2635 "smallvec",
 2636 "target-lexicon 0.13.3",
 2637]
 2638
 2639[[package]]
 2640name = "cfg-if"
 2641version = "1.0.4"
 2642source = "registry+https://github.com/rust-lang/crates.io-index"
 2643checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2644
 2645[[package]]
 2646name = "cfg_aliases"
 2647version = "0.1.1"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2650
 2651[[package]]
 2652name = "cfg_aliases"
 2653version = "0.2.1"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2656
 2657[[package]]
 2658name = "cgl"
 2659version = "0.3.2"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2662dependencies = [
 2663 "libc",
 2664]
 2665
 2666[[package]]
 2667name = "channel"
 2668version = "0.1.0"
 2669dependencies = [
 2670 "anyhow",
 2671 "client",
 2672 "clock",
 2673 "collections",
 2674 "futures 0.3.32",
 2675 "gpui",
 2676 "http_client",
 2677 "language",
 2678 "log",
 2679 "postage",
 2680 "release_channel",
 2681 "rpc",
 2682 "semver",
 2683 "settings",
 2684 "text",
 2685 "time",
 2686 "util",
 2687]
 2688
 2689[[package]]
 2690name = "chardetng"
 2691version = "0.1.17"
 2692source = "registry+https://github.com/rust-lang/crates.io-index"
 2693checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2694dependencies = [
 2695 "cfg-if",
 2696 "encoding_rs",
 2697 "memchr",
 2698]
 2699
 2700[[package]]
 2701name = "chrono"
 2702version = "0.4.42"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2705dependencies = [
 2706 "iana-time-zone",
 2707 "js-sys",
 2708 "num-traits",
 2709 "serde",
 2710 "wasm-bindgen",
 2711 "windows-link 0.2.1",
 2712]
 2713
 2714[[package]]
 2715name = "chunked_transfer"
 2716version = "1.5.0"
 2717source = "registry+https://github.com/rust-lang/crates.io-index"
 2718checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2719
 2720[[package]]
 2721name = "ciborium"
 2722version = "0.2.2"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2725dependencies = [
 2726 "ciborium-io",
 2727 "ciborium-ll",
 2728 "serde",
 2729]
 2730
 2731[[package]]
 2732name = "ciborium-io"
 2733version = "0.2.2"
 2734source = "registry+https://github.com/rust-lang/crates.io-index"
 2735checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2736
 2737[[package]]
 2738name = "ciborium-ll"
 2739version = "0.2.2"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2742dependencies = [
 2743 "ciborium-io",
 2744 "half",
 2745]
 2746
 2747[[package]]
 2748name = "cipher"
 2749version = "0.4.4"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2752dependencies = [
 2753 "crypto-common",
 2754 "inout",
 2755 "zeroize",
 2756]
 2757
 2758[[package]]
 2759name = "circular-buffer"
 2760version = "1.2.0"
 2761source = "registry+https://github.com/rust-lang/crates.io-index"
 2762checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2763
 2764[[package]]
 2765name = "clang-sys"
 2766version = "1.8.1"
 2767source = "registry+https://github.com/rust-lang/crates.io-index"
 2768checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2769dependencies = [
 2770 "glob",
 2771 "libc",
 2772 "libloading",
 2773]
 2774
 2775[[package]]
 2776name = "clap"
 2777version = "4.5.49"
 2778source = "registry+https://github.com/rust-lang/crates.io-index"
 2779checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2780dependencies = [
 2781 "clap_builder",
 2782 "clap_derive",
 2783]
 2784
 2785[[package]]
 2786name = "clap_builder"
 2787version = "4.5.49"
 2788source = "registry+https://github.com/rust-lang/crates.io-index"
 2789checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2790dependencies = [
 2791 "anstream",
 2792 "anstyle",
 2793 "clap_lex",
 2794 "strsim",
 2795 "terminal_size",
 2796]
 2797
 2798[[package]]
 2799name = "clap_complete"
 2800version = "4.5.59"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2803dependencies = [
 2804 "clap",
 2805]
 2806
 2807[[package]]
 2808name = "clap_derive"
 2809version = "4.5.49"
 2810source = "registry+https://github.com/rust-lang/crates.io-index"
 2811checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2812dependencies = [
 2813 "heck 0.5.0",
 2814 "proc-macro2",
 2815 "quote",
 2816 "syn 2.0.117",
 2817]
 2818
 2819[[package]]
 2820name = "clap_lex"
 2821version = "0.7.6"
 2822source = "registry+https://github.com/rust-lang/crates.io-index"
 2823checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2824
 2825[[package]]
 2826name = "cli"
 2827version = "0.1.0"
 2828dependencies = [
 2829 "anyhow",
 2830 "askpass",
 2831 "clap",
 2832 "collections",
 2833 "core-foundation 0.10.0",
 2834 "core-services",
 2835 "exec",
 2836 "fork",
 2837 "ipc-channel",
 2838 "parking_lot",
 2839 "paths",
 2840 "plist",
 2841 "rayon",
 2842 "release_channel",
 2843 "serde",
 2844 "serde_json",
 2845 "tempfile",
 2846 "util",
 2847 "walkdir",
 2848 "windows 0.61.3",
 2849]
 2850
 2851[[package]]
 2852name = "client"
 2853version = "0.1.0"
 2854dependencies = [
 2855 "anyhow",
 2856 "async-tungstenite",
 2857 "base64 0.22.1",
 2858 "chrono",
 2859 "clock",
 2860 "cloud_api_client",
 2861 "cloud_api_types",
 2862 "cloud_llm_client",
 2863 "collections",
 2864 "credentials_provider",
 2865 "db",
 2866 "derive_more",
 2867 "feature_flags",
 2868 "fs",
 2869 "futures 0.3.32",
 2870 "gpui",
 2871 "gpui_tokio",
 2872 "http_client",
 2873 "http_client_tls",
 2874 "httparse",
 2875 "language_model",
 2876 "log",
 2877 "objc2-foundation",
 2878 "parking_lot",
 2879 "paths",
 2880 "postage",
 2881 "rand 0.9.2",
 2882 "regex",
 2883 "release_channel",
 2884 "rpc",
 2885 "rustls-pki-types",
 2886 "semver",
 2887 "serde",
 2888 "serde_json",
 2889 "serde_urlencoded",
 2890 "settings",
 2891 "sha2",
 2892 "smol",
 2893 "telemetry",
 2894 "telemetry_events",
 2895 "text",
 2896 "thiserror 2.0.17",
 2897 "time",
 2898 "tiny_http",
 2899 "tokio",
 2900 "tokio-native-tls",
 2901 "tokio-rustls 0.26.2",
 2902 "tokio-socks",
 2903 "url",
 2904 "util",
 2905 "windows 0.61.3",
 2906 "worktree",
 2907 "zed_credentials_provider",
 2908]
 2909
 2910[[package]]
 2911name = "clock"
 2912version = "0.1.0"
 2913dependencies = [
 2914 "parking_lot",
 2915 "serde",
 2916 "smallvec",
 2917]
 2918
 2919[[package]]
 2920name = "cloud_api_client"
 2921version = "0.1.0"
 2922dependencies = [
 2923 "anyhow",
 2924 "cloud_api_types",
 2925 "futures 0.3.32",
 2926 "gpui",
 2927 "gpui_tokio",
 2928 "http_client",
 2929 "parking_lot",
 2930 "serde_json",
 2931 "thiserror 2.0.17",
 2932 "yawc",
 2933]
 2934
 2935[[package]]
 2936name = "cloud_api_types"
 2937version = "0.1.0"
 2938dependencies = [
 2939 "anyhow",
 2940 "chrono",
 2941 "ciborium",
 2942 "cloud_llm_client",
 2943 "pretty_assertions",
 2944 "serde",
 2945 "serde_json",
 2946 "strum 0.27.2",
 2947]
 2948
 2949[[package]]
 2950name = "cloud_llm_client"
 2951version = "0.1.0"
 2952dependencies = [
 2953 "anyhow",
 2954 "serde",
 2955 "serde_json",
 2956 "strum 0.27.2",
 2957 "uuid",
 2958 "zeta_prompt",
 2959]
 2960
 2961[[package]]
 2962name = "cmake"
 2963version = "0.1.56"
 2964source = "registry+https://github.com/rust-lang/crates.io-index"
 2965checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 2966dependencies = [
 2967 "cc",
 2968]
 2969
 2970[[package]]
 2971name = "cobs"
 2972version = "0.3.0"
 2973source = "registry+https://github.com/rust-lang/crates.io-index"
 2974checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 2975dependencies = [
 2976 "thiserror 2.0.17",
 2977]
 2978
 2979[[package]]
 2980name = "cocoa"
 2981version = "0.25.0"
 2982source = "registry+https://github.com/rust-lang/crates.io-index"
 2983checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 2984dependencies = [
 2985 "bitflags 1.3.2",
 2986 "block",
 2987 "cocoa-foundation 0.1.2",
 2988 "core-foundation 0.9.4",
 2989 "core-graphics 0.23.2",
 2990 "foreign-types 0.5.0",
 2991 "libc",
 2992 "objc",
 2993]
 2994
 2995[[package]]
 2996name = "cocoa"
 2997version = "0.26.0"
 2998source = "registry+https://github.com/rust-lang/crates.io-index"
 2999checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3000dependencies = [
 3001 "bitflags 2.10.0",
 3002 "block",
 3003 "cocoa-foundation 0.2.0",
 3004 "core-foundation 0.10.0",
 3005 "core-graphics 0.24.0",
 3006 "foreign-types 0.5.0",
 3007 "libc",
 3008 "objc",
 3009]
 3010
 3011[[package]]
 3012name = "cocoa-foundation"
 3013version = "0.1.2"
 3014source = "registry+https://github.com/rust-lang/crates.io-index"
 3015checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3016dependencies = [
 3017 "bitflags 1.3.2",
 3018 "block",
 3019 "core-foundation 0.9.4",
 3020 "core-graphics-types 0.1.3",
 3021 "libc",
 3022 "objc",
 3023]
 3024
 3025[[package]]
 3026name = "cocoa-foundation"
 3027version = "0.2.0"
 3028source = "registry+https://github.com/rust-lang/crates.io-index"
 3029checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3030dependencies = [
 3031 "bitflags 2.10.0",
 3032 "block",
 3033 "core-foundation 0.10.0",
 3034 "core-graphics-types 0.2.0",
 3035 "libc",
 3036 "objc",
 3037]
 3038
 3039[[package]]
 3040name = "codespan-reporting"
 3041version = "0.13.0"
 3042source = "registry+https://github.com/rust-lang/crates.io-index"
 3043checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3044dependencies = [
 3045 "serde",
 3046 "termcolor",
 3047 "unicode-width",
 3048]
 3049
 3050[[package]]
 3051name = "codestral"
 3052version = "0.1.0"
 3053dependencies = [
 3054 "anyhow",
 3055 "edit_prediction",
 3056 "edit_prediction_types",
 3057 "futures 0.3.32",
 3058 "gpui",
 3059 "http_client",
 3060 "icons",
 3061 "language",
 3062 "language_model",
 3063 "log",
 3064 "serde",
 3065 "serde_json",
 3066 "text",
 3067 "zed_credentials_provider",
 3068 "zeta_prompt",
 3069]
 3070
 3071[[package]]
 3072name = "collab"
 3073version = "0.44.0"
 3074dependencies = [
 3075 "agent",
 3076 "anyhow",
 3077 "async-trait",
 3078 "async-tungstenite",
 3079 "aws-config",
 3080 "aws-sdk-kinesis",
 3081 "aws-sdk-s3",
 3082 "axum",
 3083 "buffer_diff",
 3084 "call",
 3085 "channel",
 3086 "chrono",
 3087 "client",
 3088 "clock",
 3089 "cloud_api_types",
 3090 "collab",
 3091 "collab_ui",
 3092 "collections",
 3093 "command_palette_hooks",
 3094 "ctor",
 3095 "dap",
 3096 "dap_adapters",
 3097 "dashmap",
 3098 "debugger_ui",
 3099 "editor",
 3100 "envy",
 3101 "extension",
 3102 "file_finder",
 3103 "fs",
 3104 "futures 0.3.32",
 3105 "git",
 3106 "git_hosting_providers",
 3107 "git_ui",
 3108 "gpui",
 3109 "gpui_tokio",
 3110 "hex",
 3111 "http_client",
 3112 "indoc",
 3113 "language",
 3114 "language_model",
 3115 "livekit_api",
 3116 "livekit_client",
 3117 "log",
 3118 "lsp",
 3119 "menu",
 3120 "multi_buffer",
 3121 "nanoid",
 3122 "node_runtime",
 3123 "notifications",
 3124 "parking_lot",
 3125 "pretty_assertions",
 3126 "project",
 3127 "prometheus",
 3128 "prompt_store",
 3129 "prost 0.9.0",
 3130 "rand 0.9.2",
 3131 "recent_projects",
 3132 "release_channel",
 3133 "remote",
 3134 "remote_server",
 3135 "reqwest 0.11.27",
 3136 "rpc",
 3137 "sea-orm",
 3138 "sea-orm-macros",
 3139 "semver",
 3140 "serde",
 3141 "serde_json",
 3142 "session",
 3143 "settings",
 3144 "sha2",
 3145 "smol",
 3146 "sqlx",
 3147 "strum 0.27.2",
 3148 "task",
 3149 "telemetry_events",
 3150 "text",
 3151 "theme",
 3152 "theme_settings",
 3153 "time",
 3154 "tokio",
 3155 "toml 0.8.23",
 3156 "tower 0.4.13",
 3157 "tower-http 0.4.4",
 3158 "tracing",
 3159 "tracing-subscriber",
 3160 "unindent",
 3161 "util",
 3162 "uuid",
 3163 "workspace",
 3164 "worktree",
 3165 "zed_actions",
 3166 "zlog",
 3167]
 3168
 3169[[package]]
 3170name = "collab_ui"
 3171version = "0.1.0"
 3172dependencies = [
 3173 "anyhow",
 3174 "call",
 3175 "channel",
 3176 "chrono",
 3177 "client",
 3178 "collections",
 3179 "db",
 3180 "editor",
 3181 "futures 0.3.32",
 3182 "fuzzy",
 3183 "gpui",
 3184 "livekit_client",
 3185 "log",
 3186 "menu",
 3187 "notifications",
 3188 "picker",
 3189 "project",
 3190 "release_channel",
 3191 "rpc",
 3192 "serde",
 3193 "serde_json",
 3194 "settings",
 3195 "smallvec",
 3196 "telemetry",
 3197 "theme",
 3198 "theme_settings",
 3199 "time",
 3200 "time_format",
 3201 "title_bar",
 3202 "ui",
 3203 "util",
 3204 "workspace",
 3205 "zed_actions",
 3206]
 3207
 3208[[package]]
 3209name = "collections"
 3210version = "0.1.0"
 3211dependencies = [
 3212 "indexmap",
 3213 "rustc-hash 2.1.1",
 3214]
 3215
 3216[[package]]
 3217name = "color_quant"
 3218version = "1.1.0"
 3219source = "registry+https://github.com/rust-lang/crates.io-index"
 3220checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3221
 3222[[package]]
 3223name = "colorchoice"
 3224version = "1.0.4"
 3225source = "registry+https://github.com/rust-lang/crates.io-index"
 3226checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3227
 3228[[package]]
 3229name = "combine"
 3230version = "4.6.7"
 3231source = "registry+https://github.com/rust-lang/crates.io-index"
 3232checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3233dependencies = [
 3234 "bytes 1.11.1",
 3235 "memchr",
 3236]
 3237
 3238[[package]]
 3239name = "command-fds"
 3240version = "0.3.2"
 3241source = "registry+https://github.com/rust-lang/crates.io-index"
 3242checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3243dependencies = [
 3244 "nix 0.30.1",
 3245 "thiserror 2.0.17",
 3246]
 3247
 3248[[package]]
 3249name = "command_palette"
 3250version = "0.1.0"
 3251dependencies = [
 3252 "anyhow",
 3253 "client",
 3254 "collections",
 3255 "command_palette_hooks",
 3256 "db",
 3257 "editor",
 3258 "fuzzy",
 3259 "go_to_line",
 3260 "gpui",
 3261 "language",
 3262 "log",
 3263 "menu",
 3264 "picker",
 3265 "postage",
 3266 "project",
 3267 "serde",
 3268 "settings",
 3269 "telemetry",
 3270 "theme",
 3271 "theme_settings",
 3272 "time",
 3273 "ui",
 3274 "util",
 3275 "workspace",
 3276 "zed_actions",
 3277]
 3278
 3279[[package]]
 3280name = "command_palette_hooks"
 3281version = "0.1.0"
 3282dependencies = [
 3283 "collections",
 3284 "derive_more",
 3285 "gpui",
 3286 "workspace",
 3287]
 3288
 3289[[package]]
 3290name = "component"
 3291version = "0.1.0"
 3292dependencies = [
 3293 "collections",
 3294 "documented",
 3295 "gpui",
 3296 "inventory",
 3297 "parking_lot",
 3298 "strum 0.27.2",
 3299 "theme",
 3300]
 3301
 3302[[package]]
 3303name = "component_preview"
 3304version = "0.1.0"
 3305dependencies = [
 3306 "anyhow",
 3307 "client",
 3308 "collections",
 3309 "component",
 3310 "db",
 3311 "fs",
 3312 "gpui",
 3313 "gpui_platform",
 3314 "language",
 3315 "log",
 3316 "node_runtime",
 3317 "notifications",
 3318 "project",
 3319 "release_channel",
 3320 "reqwest_client",
 3321 "session",
 3322 "settings",
 3323 "theme",
 3324 "theme_settings",
 3325 "ui",
 3326 "ui_input",
 3327 "uuid",
 3328 "workspace",
 3329]
 3330
 3331[[package]]
 3332name = "compression-codecs"
 3333version = "0.4.31"
 3334source = "registry+https://github.com/rust-lang/crates.io-index"
 3335checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3336dependencies = [
 3337 "bzip2 0.6.1",
 3338 "compression-core",
 3339 "deflate64",
 3340 "flate2",
 3341 "memchr",
 3342]
 3343
 3344[[package]]
 3345name = "compression-core"
 3346version = "0.4.29"
 3347source = "registry+https://github.com/rust-lang/crates.io-index"
 3348checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3349
 3350[[package]]
 3351name = "concurrent-queue"
 3352version = "2.5.0"
 3353source = "registry+https://github.com/rust-lang/crates.io-index"
 3354checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3355dependencies = [
 3356 "crossbeam-utils",
 3357]
 3358
 3359[[package]]
 3360name = "console"
 3361version = "0.15.11"
 3362source = "registry+https://github.com/rust-lang/crates.io-index"
 3363checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3364dependencies = [
 3365 "encode_unicode",
 3366 "libc",
 3367 "once_cell",
 3368 "unicode-width",
 3369 "windows-sys 0.59.0",
 3370]
 3371
 3372[[package]]
 3373name = "console_error_panic_hook"
 3374version = "0.1.7"
 3375source = "registry+https://github.com/rust-lang/crates.io-index"
 3376checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3377dependencies = [
 3378 "cfg-if",
 3379 "wasm-bindgen",
 3380]
 3381
 3382[[package]]
 3383name = "const-oid"
 3384version = "0.9.6"
 3385source = "registry+https://github.com/rust-lang/crates.io-index"
 3386checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3387
 3388[[package]]
 3389name = "const-random"
 3390version = "0.1.18"
 3391source = "registry+https://github.com/rust-lang/crates.io-index"
 3392checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3393dependencies = [
 3394 "const-random-macro",
 3395]
 3396
 3397[[package]]
 3398name = "const-random-macro"
 3399version = "0.1.16"
 3400source = "registry+https://github.com/rust-lang/crates.io-index"
 3401checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3402dependencies = [
 3403 "getrandom 0.2.16",
 3404 "once_cell",
 3405 "tiny-keccak",
 3406]
 3407
 3408[[package]]
 3409name = "const_format"
 3410version = "0.2.35"
 3411source = "registry+https://github.com/rust-lang/crates.io-index"
 3412checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3413dependencies = [
 3414 "const_format_proc_macros",
 3415]
 3416
 3417[[package]]
 3418name = "const_format_proc_macros"
 3419version = "0.2.34"
 3420source = "registry+https://github.com/rust-lang/crates.io-index"
 3421checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3422dependencies = [
 3423 "proc-macro2",
 3424 "quote",
 3425 "unicode-xid",
 3426]
 3427
 3428[[package]]
 3429name = "constant_time_eq"
 3430version = "0.1.5"
 3431source = "registry+https://github.com/rust-lang/crates.io-index"
 3432checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3433
 3434[[package]]
 3435name = "context_server"
 3436version = "0.1.0"
 3437dependencies = [
 3438 "anyhow",
 3439 "async-trait",
 3440 "base64 0.22.1",
 3441 "collections",
 3442 "futures 0.3.32",
 3443 "gpui",
 3444 "http_client",
 3445 "log",
 3446 "net",
 3447 "parking_lot",
 3448 "postage",
 3449 "rand 0.9.2",
 3450 "schemars",
 3451 "serde",
 3452 "serde_json",
 3453 "settings",
 3454 "sha2",
 3455 "slotmap",
 3456 "smol",
 3457 "tempfile",
 3458 "terminal",
 3459 "tiny_http",
 3460 "url",
 3461 "util",
 3462]
 3463
 3464[[package]]
 3465name = "convert_case"
 3466version = "0.8.0"
 3467source = "registry+https://github.com/rust-lang/crates.io-index"
 3468checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3469dependencies = [
 3470 "unicode-segmentation",
 3471]
 3472
 3473[[package]]
 3474name = "convert_case"
 3475version = "0.10.0"
 3476source = "registry+https://github.com/rust-lang/crates.io-index"
 3477checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3478dependencies = [
 3479 "unicode-segmentation",
 3480]
 3481
 3482[[package]]
 3483name = "convert_case"
 3484version = "0.11.0"
 3485source = "registry+https://github.com/rust-lang/crates.io-index"
 3486checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3487dependencies = [
 3488 "unicode-segmentation",
 3489]
 3490
 3491[[package]]
 3492name = "copilot"
 3493version = "0.1.0"
 3494dependencies = [
 3495 "anyhow",
 3496 "async-std",
 3497 "collections",
 3498 "command_palette_hooks",
 3499 "copilot_chat",
 3500 "edit_prediction_types",
 3501 "editor",
 3502 "fs",
 3503 "futures 0.3.32",
 3504 "gpui",
 3505 "icons",
 3506 "indoc",
 3507 "language",
 3508 "log",
 3509 "lsp",
 3510 "node_runtime",
 3511 "parking_lot",
 3512 "paths",
 3513 "pretty_assertions",
 3514 "project",
 3515 "rpc",
 3516 "semver",
 3517 "serde",
 3518 "serde_json",
 3519 "settings",
 3520 "sum_tree",
 3521 "theme",
 3522 "theme_settings",
 3523 "util",
 3524 "workspace",
 3525 "zlog",
 3526]
 3527
 3528[[package]]
 3529name = "copilot_chat"
 3530version = "0.1.0"
 3531dependencies = [
 3532 "anthropic",
 3533 "anyhow",
 3534 "collections",
 3535 "dirs 4.0.0",
 3536 "fs",
 3537 "futures 0.3.32",
 3538 "gpui",
 3539 "http_client",
 3540 "log",
 3541 "paths",
 3542 "serde",
 3543 "serde_json",
 3544 "settings",
 3545]
 3546
 3547[[package]]
 3548name = "copilot_ui"
 3549version = "0.1.0"
 3550dependencies = [
 3551 "anyhow",
 3552 "copilot",
 3553 "gpui",
 3554 "language",
 3555 "log",
 3556 "lsp",
 3557 "menu",
 3558 "project",
 3559 "serde_json",
 3560 "settings",
 3561 "ui",
 3562 "util",
 3563 "workspace",
 3564]
 3565
 3566[[package]]
 3567name = "core-foundation"
 3568version = "0.9.4"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3571dependencies = [
 3572 "core-foundation-sys",
 3573 "libc",
 3574]
 3575
 3576[[package]]
 3577name = "core-foundation"
 3578version = "0.10.0"
 3579source = "registry+https://github.com/rust-lang/crates.io-index"
 3580checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3581dependencies = [
 3582 "core-foundation-sys",
 3583 "libc",
 3584]
 3585
 3586[[package]]
 3587name = "core-foundation-sys"
 3588version = "0.8.7"
 3589source = "registry+https://github.com/rust-lang/crates.io-index"
 3590checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3591
 3592[[package]]
 3593name = "core-graphics"
 3594version = "0.23.2"
 3595source = "registry+https://github.com/rust-lang/crates.io-index"
 3596checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3597dependencies = [
 3598 "bitflags 1.3.2",
 3599 "core-foundation 0.9.4",
 3600 "core-graphics-types 0.1.3",
 3601 "foreign-types 0.5.0",
 3602 "libc",
 3603]
 3604
 3605[[package]]
 3606name = "core-graphics"
 3607version = "0.24.0"
 3608source = "registry+https://github.com/rust-lang/crates.io-index"
 3609checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3610dependencies = [
 3611 "bitflags 2.10.0",
 3612 "core-foundation 0.10.0",
 3613 "core-graphics-types 0.2.0",
 3614 "foreign-types 0.5.0",
 3615 "libc",
 3616]
 3617
 3618[[package]]
 3619name = "core-graphics-helmer-fork"
 3620version = "0.24.0"
 3621source = "registry+https://github.com/rust-lang/crates.io-index"
 3622checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3623dependencies = [
 3624 "bitflags 2.10.0",
 3625 "core-foundation 0.9.4",
 3626 "core-graphics-types 0.1.3",
 3627 "foreign-types 0.5.0",
 3628 "libc",
 3629]
 3630
 3631[[package]]
 3632name = "core-graphics-types"
 3633version = "0.1.3"
 3634source = "registry+https://github.com/rust-lang/crates.io-index"
 3635checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3636dependencies = [
 3637 "bitflags 1.3.2",
 3638 "core-foundation 0.9.4",
 3639 "libc",
 3640]
 3641
 3642[[package]]
 3643name = "core-graphics-types"
 3644version = "0.2.0"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3647dependencies = [
 3648 "bitflags 2.10.0",
 3649 "core-foundation 0.10.0",
 3650 "libc",
 3651]
 3652
 3653[[package]]
 3654name = "core-graphics2"
 3655version = "0.5.2"
 3656source = "registry+https://github.com/rust-lang/crates.io-index"
 3657checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3658dependencies = [
 3659 "bitflags 2.10.0",
 3660 "block",
 3661 "cfg-if",
 3662 "core-foundation 0.10.0",
 3663 "libc",
 3664]
 3665
 3666[[package]]
 3667name = "core-services"
 3668version = "0.2.1"
 3669source = "registry+https://github.com/rust-lang/crates.io-index"
 3670checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3671dependencies = [
 3672 "core-foundation 0.9.4",
 3673]
 3674
 3675[[package]]
 3676name = "core-text"
 3677version = "21.0.0"
 3678source = "registry+https://github.com/rust-lang/crates.io-index"
 3679checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3680dependencies = [
 3681 "core-foundation 0.10.0",
 3682 "core-graphics 0.24.0",
 3683 "foreign-types 0.5.0",
 3684 "libc",
 3685]
 3686
 3687[[package]]
 3688name = "core-video"
 3689version = "0.5.2"
 3690source = "registry+https://github.com/rust-lang/crates.io-index"
 3691checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3692dependencies = [
 3693 "block",
 3694 "core-foundation 0.10.0",
 3695 "core-graphics2",
 3696 "io-surface",
 3697 "libc",
 3698 "metal",
 3699]
 3700
 3701[[package]]
 3702name = "core_maths"
 3703version = "0.1.1"
 3704source = "registry+https://github.com/rust-lang/crates.io-index"
 3705checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3706dependencies = [
 3707 "libm",
 3708]
 3709
 3710[[package]]
 3711name = "coreaudio-rs"
 3712version = "0.12.1"
 3713source = "registry+https://github.com/rust-lang/crates.io-index"
 3714checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3715dependencies = [
 3716 "bitflags 1.3.2",
 3717 "core-foundation-sys",
 3718 "coreaudio-sys",
 3719]
 3720
 3721[[package]]
 3722name = "coreaudio-rs"
 3723version = "0.13.0"
 3724source = "registry+https://github.com/rust-lang/crates.io-index"
 3725checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3726dependencies = [
 3727 "bitflags 1.3.2",
 3728 "libc",
 3729 "objc2-audio-toolbox",
 3730 "objc2-core-audio",
 3731 "objc2-core-audio-types",
 3732 "objc2-core-foundation",
 3733]
 3734
 3735[[package]]
 3736name = "coreaudio-sys"
 3737version = "0.2.17"
 3738source = "registry+https://github.com/rust-lang/crates.io-index"
 3739checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3740dependencies = [
 3741 "bindgen 0.72.1",
 3742]
 3743
 3744[[package]]
 3745name = "cosmic-text"
 3746version = "0.17.1"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3749dependencies = [
 3750 "bitflags 2.10.0",
 3751 "fontdb 0.23.0",
 3752 "harfrust",
 3753 "linebender_resource_handle",
 3754 "log",
 3755 "rangemap",
 3756 "rustc-hash 2.1.1",
 3757 "self_cell",
 3758 "skrifa 0.40.0",
 3759 "smol_str",
 3760 "swash",
 3761 "sys-locale",
 3762 "unicode-bidi",
 3763 "unicode-linebreak",
 3764 "unicode-script",
 3765 "unicode-segmentation",
 3766]
 3767
 3768[[package]]
 3769name = "cpal"
 3770version = "0.17.1"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3773dependencies = [
 3774 "alsa",
 3775 "coreaudio-rs 0.13.0",
 3776 "dasp_sample",
 3777 "jni",
 3778 "js-sys",
 3779 "libc",
 3780 "mach2 0.5.0",
 3781 "ndk",
 3782 "ndk-context",
 3783 "num-derive",
 3784 "num-traits",
 3785 "objc2",
 3786 "objc2-audio-toolbox",
 3787 "objc2-avf-audio",
 3788 "objc2-core-audio",
 3789 "objc2-core-audio-types",
 3790 "objc2-core-foundation",
 3791 "objc2-foundation",
 3792 "wasm-bindgen",
 3793 "wasm-bindgen-futures",
 3794 "web-sys",
 3795 "windows 0.62.2",
 3796]
 3797
 3798[[package]]
 3799name = "cpp_demangle"
 3800version = "0.4.5"
 3801source = "registry+https://github.com/rust-lang/crates.io-index"
 3802checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3803dependencies = [
 3804 "cfg-if",
 3805]
 3806
 3807[[package]]
 3808name = "cpufeatures"
 3809version = "0.2.17"
 3810source = "registry+https://github.com/rust-lang/crates.io-index"
 3811checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3812dependencies = [
 3813 "libc",
 3814]
 3815
 3816[[package]]
 3817name = "cranelift-assembler-x64"
 3818version = "0.123.6"
 3819source = "registry+https://github.com/rust-lang/crates.io-index"
 3820checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3821dependencies = [
 3822 "cranelift-assembler-x64-meta",
 3823]
 3824
 3825[[package]]
 3826name = "cranelift-assembler-x64-meta"
 3827version = "0.123.6"
 3828source = "registry+https://github.com/rust-lang/crates.io-index"
 3829checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3830dependencies = [
 3831 "cranelift-srcgen",
 3832]
 3833
 3834[[package]]
 3835name = "cranelift-bforest"
 3836version = "0.123.6"
 3837source = "registry+https://github.com/rust-lang/crates.io-index"
 3838checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3839dependencies = [
 3840 "cranelift-entity",
 3841]
 3842
 3843[[package]]
 3844name = "cranelift-bitset"
 3845version = "0.123.6"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3848dependencies = [
 3849 "serde",
 3850 "serde_derive",
 3851]
 3852
 3853[[package]]
 3854name = "cranelift-codegen"
 3855version = "0.123.6"
 3856source = "registry+https://github.com/rust-lang/crates.io-index"
 3857checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3858dependencies = [
 3859 "bumpalo",
 3860 "cranelift-assembler-x64",
 3861 "cranelift-bforest",
 3862 "cranelift-bitset",
 3863 "cranelift-codegen-meta",
 3864 "cranelift-codegen-shared",
 3865 "cranelift-control",
 3866 "cranelift-entity",
 3867 "cranelift-isle",
 3868 "gimli",
 3869 "hashbrown 0.15.5",
 3870 "log",
 3871 "postcard",
 3872 "pulley-interpreter",
 3873 "regalloc2",
 3874 "rustc-hash 2.1.1",
 3875 "serde",
 3876 "serde_derive",
 3877 "sha2",
 3878 "smallvec",
 3879 "target-lexicon 0.13.3",
 3880 "wasmtime-internal-math",
 3881]
 3882
 3883[[package]]
 3884name = "cranelift-codegen-meta"
 3885version = "0.123.6"
 3886source = "registry+https://github.com/rust-lang/crates.io-index"
 3887checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3888dependencies = [
 3889 "cranelift-assembler-x64-meta",
 3890 "cranelift-codegen-shared",
 3891 "cranelift-srcgen",
 3892 "heck 0.5.0",
 3893 "pulley-interpreter",
 3894]
 3895
 3896[[package]]
 3897name = "cranelift-codegen-shared"
 3898version = "0.123.6"
 3899source = "registry+https://github.com/rust-lang/crates.io-index"
 3900checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3901
 3902[[package]]
 3903name = "cranelift-control"
 3904version = "0.123.6"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3907dependencies = [
 3908 "arbitrary",
 3909]
 3910
 3911[[package]]
 3912name = "cranelift-entity"
 3913version = "0.123.6"
 3914source = "registry+https://github.com/rust-lang/crates.io-index"
 3915checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3916dependencies = [
 3917 "cranelift-bitset",
 3918 "serde",
 3919 "serde_derive",
 3920]
 3921
 3922[[package]]
 3923name = "cranelift-frontend"
 3924version = "0.123.6"
 3925source = "registry+https://github.com/rust-lang/crates.io-index"
 3926checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3927dependencies = [
 3928 "cranelift-codegen",
 3929 "log",
 3930 "smallvec",
 3931 "target-lexicon 0.13.3",
 3932]
 3933
 3934[[package]]
 3935name = "cranelift-isle"
 3936version = "0.123.6"
 3937source = "registry+https://github.com/rust-lang/crates.io-index"
 3938checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3939
 3940[[package]]
 3941name = "cranelift-native"
 3942version = "0.123.6"
 3943source = "registry+https://github.com/rust-lang/crates.io-index"
 3944checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3945dependencies = [
 3946 "cranelift-codegen",
 3947 "libc",
 3948 "target-lexicon 0.13.3",
 3949]
 3950
 3951[[package]]
 3952name = "cranelift-srcgen"
 3953version = "0.123.6"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 3956
 3957[[package]]
 3958name = "crash-context"
 3959version = "0.6.3"
 3960source = "registry+https://github.com/rust-lang/crates.io-index"
 3961checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 3962dependencies = [
 3963 "cfg-if",
 3964 "libc",
 3965 "mach2 0.4.3",
 3966]
 3967
 3968[[package]]
 3969name = "crash-handler"
 3970version = "0.6.3"
 3971source = "registry+https://github.com/rust-lang/crates.io-index"
 3972checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 3973dependencies = [
 3974 "cfg-if",
 3975 "crash-context",
 3976 "libc",
 3977 "mach2 0.4.3",
 3978 "parking_lot",
 3979]
 3980
 3981[[package]]
 3982name = "crashes"
 3983version = "0.1.0"
 3984dependencies = [
 3985 "cfg-if",
 3986 "crash-handler",
 3987 "futures 0.3.32",
 3988 "log",
 3989 "mach2 0.5.0",
 3990 "minidumper",
 3991 "parking_lot",
 3992 "paths",
 3993 "release_channel",
 3994 "serde",
 3995 "serde_json",
 3996 "smol",
 3997 "system_specs",
 3998 "windows 0.61.3",
 3999 "zstd",
 4000]
 4001
 4002[[package]]
 4003name = "crc"
 4004version = "3.3.0"
 4005source = "registry+https://github.com/rust-lang/crates.io-index"
 4006checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4007dependencies = [
 4008 "crc-catalog",
 4009]
 4010
 4011[[package]]
 4012name = "crc-catalog"
 4013version = "2.4.0"
 4014source = "registry+https://github.com/rust-lang/crates.io-index"
 4015checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4016
 4017[[package]]
 4018name = "crc-fast"
 4019version = "1.6.0"
 4020source = "registry+https://github.com/rust-lang/crates.io-index"
 4021checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4022dependencies = [
 4023 "crc",
 4024 "digest",
 4025 "rand 0.9.2",
 4026 "regex",
 4027 "rustversion",
 4028]
 4029
 4030[[package]]
 4031name = "crc32fast"
 4032version = "1.5.0"
 4033source = "registry+https://github.com/rust-lang/crates.io-index"
 4034checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4035dependencies = [
 4036 "cfg-if",
 4037]
 4038
 4039[[package]]
 4040name = "credentials_provider"
 4041version = "0.1.0"
 4042dependencies = [
 4043 "anyhow",
 4044 "gpui",
 4045 "serde",
 4046]
 4047
 4048[[package]]
 4049name = "criterion"
 4050version = "0.5.1"
 4051source = "registry+https://github.com/rust-lang/crates.io-index"
 4052checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4053dependencies = [
 4054 "anes",
 4055 "cast",
 4056 "ciborium",
 4057 "clap",
 4058 "criterion-plot",
 4059 "is-terminal",
 4060 "itertools 0.10.5",
 4061 "num-traits",
 4062 "once_cell",
 4063 "oorandom",
 4064 "plotters",
 4065 "rayon",
 4066 "regex",
 4067 "serde",
 4068 "serde_derive",
 4069 "serde_json",
 4070 "tinytemplate",
 4071 "walkdir",
 4072]
 4073
 4074[[package]]
 4075name = "criterion-plot"
 4076version = "0.5.0"
 4077source = "registry+https://github.com/rust-lang/crates.io-index"
 4078checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4079dependencies = [
 4080 "cast",
 4081 "itertools 0.10.5",
 4082]
 4083
 4084[[package]]
 4085name = "crossbeam"
 4086version = "0.8.4"
 4087source = "registry+https://github.com/rust-lang/crates.io-index"
 4088checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4089dependencies = [
 4090 "crossbeam-channel",
 4091 "crossbeam-deque",
 4092 "crossbeam-epoch",
 4093 "crossbeam-queue",
 4094 "crossbeam-utils",
 4095]
 4096
 4097[[package]]
 4098name = "crossbeam-channel"
 4099version = "0.5.15"
 4100source = "registry+https://github.com/rust-lang/crates.io-index"
 4101checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4102dependencies = [
 4103 "crossbeam-utils",
 4104]
 4105
 4106[[package]]
 4107name = "crossbeam-deque"
 4108version = "0.8.6"
 4109source = "registry+https://github.com/rust-lang/crates.io-index"
 4110checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4111dependencies = [
 4112 "crossbeam-epoch",
 4113 "crossbeam-utils",
 4114]
 4115
 4116[[package]]
 4117name = "crossbeam-epoch"
 4118version = "0.9.18"
 4119source = "registry+https://github.com/rust-lang/crates.io-index"
 4120checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4121dependencies = [
 4122 "crossbeam-utils",
 4123]
 4124
 4125[[package]]
 4126name = "crossbeam-queue"
 4127version = "0.3.12"
 4128source = "registry+https://github.com/rust-lang/crates.io-index"
 4129checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4130dependencies = [
 4131 "crossbeam-utils",
 4132]
 4133
 4134[[package]]
 4135name = "crossbeam-utils"
 4136version = "0.8.21"
 4137source = "registry+https://github.com/rust-lang/crates.io-index"
 4138checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4139
 4140[[package]]
 4141name = "crunchy"
 4142version = "0.2.4"
 4143source = "registry+https://github.com/rust-lang/crates.io-index"
 4144checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4145
 4146[[package]]
 4147name = "crypto-bigint"
 4148version = "0.4.9"
 4149source = "registry+https://github.com/rust-lang/crates.io-index"
 4150checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4151dependencies = [
 4152 "generic-array",
 4153 "rand_core 0.6.4",
 4154 "subtle",
 4155 "zeroize",
 4156]
 4157
 4158[[package]]
 4159name = "crypto-bigint"
 4160version = "0.5.5"
 4161source = "registry+https://github.com/rust-lang/crates.io-index"
 4162checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4163dependencies = [
 4164 "rand_core 0.6.4",
 4165 "subtle",
 4166]
 4167
 4168[[package]]
 4169name = "crypto-common"
 4170version = "0.1.6"
 4171source = "registry+https://github.com/rust-lang/crates.io-index"
 4172checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4173dependencies = [
 4174 "generic-array",
 4175 "typenum",
 4176]
 4177
 4178[[package]]
 4179name = "cssparser"
 4180version = "0.35.0"
 4181source = "registry+https://github.com/rust-lang/crates.io-index"
 4182checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4183dependencies = [
 4184 "cssparser-macros",
 4185 "dtoa-short",
 4186 "itoa",
 4187 "phf 0.11.3",
 4188 "smallvec",
 4189]
 4190
 4191[[package]]
 4192name = "cssparser-macros"
 4193version = "0.6.1"
 4194source = "registry+https://github.com/rust-lang/crates.io-index"
 4195checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4196dependencies = [
 4197 "quote",
 4198 "syn 2.0.117",
 4199]
 4200
 4201[[package]]
 4202name = "csv_preview"
 4203version = "0.1.0"
 4204dependencies = [
 4205 "anyhow",
 4206 "editor",
 4207 "feature_flags",
 4208 "gpui",
 4209 "log",
 4210 "text",
 4211 "ui",
 4212 "workspace",
 4213]
 4214
 4215[[package]]
 4216name = "ctor"
 4217version = "0.4.3"
 4218source = "registry+https://github.com/rust-lang/crates.io-index"
 4219checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4220dependencies = [
 4221 "ctor-proc-macro",
 4222 "dtor",
 4223]
 4224
 4225[[package]]
 4226name = "ctor-proc-macro"
 4227version = "0.0.6"
 4228source = "registry+https://github.com/rust-lang/crates.io-index"
 4229checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4230
 4231[[package]]
 4232name = "ctrlc"
 4233version = "3.5.0"
 4234source = "registry+https://github.com/rust-lang/crates.io-index"
 4235checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4236dependencies = [
 4237 "dispatch",
 4238 "nix 0.30.1",
 4239 "windows-sys 0.61.2",
 4240]
 4241
 4242[[package]]
 4243name = "cursor-icon"
 4244version = "1.2.0"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4247
 4248[[package]]
 4249name = "cxx"
 4250version = "1.0.187"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4253dependencies = [
 4254 "cc",
 4255 "cxx-build",
 4256 "cxxbridge-cmd",
 4257 "cxxbridge-flags",
 4258 "cxxbridge-macro",
 4259 "foldhash 0.2.0",
 4260 "link-cplusplus",
 4261]
 4262
 4263[[package]]
 4264name = "cxx-build"
 4265version = "1.0.187"
 4266source = "registry+https://github.com/rust-lang/crates.io-index"
 4267checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4268dependencies = [
 4269 "cc",
 4270 "codespan-reporting",
 4271 "indexmap",
 4272 "proc-macro2",
 4273 "quote",
 4274 "scratch",
 4275 "syn 2.0.117",
 4276]
 4277
 4278[[package]]
 4279name = "cxxbridge-cmd"
 4280version = "1.0.187"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4283dependencies = [
 4284 "clap",
 4285 "codespan-reporting",
 4286 "indexmap",
 4287 "proc-macro2",
 4288 "quote",
 4289 "syn 2.0.117",
 4290]
 4291
 4292[[package]]
 4293name = "cxxbridge-flags"
 4294version = "1.0.187"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4297
 4298[[package]]
 4299name = "cxxbridge-macro"
 4300version = "1.0.187"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4303dependencies = [
 4304 "indexmap",
 4305 "proc-macro2",
 4306 "quote",
 4307 "syn 2.0.117",
 4308]
 4309
 4310[[package]]
 4311name = "dap"
 4312version = "0.1.0"
 4313dependencies = [
 4314 "anyhow",
 4315 "async-compression",
 4316 "async-pipe",
 4317 "async-tar",
 4318 "async-trait",
 4319 "client",
 4320 "collections",
 4321 "dap-types",
 4322 "fs",
 4323 "futures 0.3.32",
 4324 "gpui",
 4325 "http_client",
 4326 "language",
 4327 "libc",
 4328 "log",
 4329 "node_runtime",
 4330 "parking_lot",
 4331 "paths",
 4332 "proto",
 4333 "schemars",
 4334 "serde",
 4335 "serde_json",
 4336 "settings",
 4337 "smallvec",
 4338 "smol",
 4339 "task",
 4340 "telemetry",
 4341 "util",
 4342 "zlog",
 4343]
 4344
 4345[[package]]
 4346name = "dap-types"
 4347version = "0.0.1"
 4348source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4349dependencies = [
 4350 "schemars",
 4351 "serde",
 4352 "serde_json",
 4353]
 4354
 4355[[package]]
 4356name = "dap_adapters"
 4357version = "0.1.0"
 4358dependencies = [
 4359 "anyhow",
 4360 "async-trait",
 4361 "collections",
 4362 "dap",
 4363 "dotenvy",
 4364 "fs",
 4365 "futures 0.3.32",
 4366 "gpui",
 4367 "http_client",
 4368 "json_dotpath",
 4369 "language",
 4370 "log",
 4371 "node_runtime",
 4372 "paths",
 4373 "serde",
 4374 "serde_json",
 4375 "settings",
 4376 "smol",
 4377 "task",
 4378 "util",
 4379]
 4380
 4381[[package]]
 4382name = "darling"
 4383version = "0.20.11"
 4384source = "registry+https://github.com/rust-lang/crates.io-index"
 4385checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4386dependencies = [
 4387 "darling_core 0.20.11",
 4388 "darling_macro 0.20.11",
 4389]
 4390
 4391[[package]]
 4392name = "darling"
 4393version = "0.21.3"
 4394source = "registry+https://github.com/rust-lang/crates.io-index"
 4395checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4396dependencies = [
 4397 "darling_core 0.21.3",
 4398 "darling_macro 0.21.3",
 4399]
 4400
 4401[[package]]
 4402name = "darling_core"
 4403version = "0.20.11"
 4404source = "registry+https://github.com/rust-lang/crates.io-index"
 4405checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4406dependencies = [
 4407 "fnv",
 4408 "ident_case",
 4409 "proc-macro2",
 4410 "quote",
 4411 "strsim",
 4412 "syn 2.0.117",
 4413]
 4414
 4415[[package]]
 4416name = "darling_core"
 4417version = "0.21.3"
 4418source = "registry+https://github.com/rust-lang/crates.io-index"
 4419checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4420dependencies = [
 4421 "fnv",
 4422 "ident_case",
 4423 "proc-macro2",
 4424 "quote",
 4425 "strsim",
 4426 "syn 2.0.117",
 4427]
 4428
 4429[[package]]
 4430name = "darling_macro"
 4431version = "0.20.11"
 4432source = "registry+https://github.com/rust-lang/crates.io-index"
 4433checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4434dependencies = [
 4435 "darling_core 0.20.11",
 4436 "quote",
 4437 "syn 2.0.117",
 4438]
 4439
 4440[[package]]
 4441name = "darling_macro"
 4442version = "0.21.3"
 4443source = "registry+https://github.com/rust-lang/crates.io-index"
 4444checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4445dependencies = [
 4446 "darling_core 0.21.3",
 4447 "quote",
 4448 "syn 2.0.117",
 4449]
 4450
 4451[[package]]
 4452name = "dashmap"
 4453version = "6.1.0"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4456dependencies = [
 4457 "cfg-if",
 4458 "crossbeam-utils",
 4459 "hashbrown 0.14.5",
 4460 "lock_api",
 4461 "once_cell",
 4462 "parking_lot_core",
 4463]
 4464
 4465[[package]]
 4466name = "dasp_sample"
 4467version = "0.11.0"
 4468source = "registry+https://github.com/rust-lang/crates.io-index"
 4469checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4470
 4471[[package]]
 4472name = "data-encoding"
 4473version = "2.9.0"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4476
 4477[[package]]
 4478name = "data-url"
 4479version = "0.3.2"
 4480source = "registry+https://github.com/rust-lang/crates.io-index"
 4481checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4482
 4483[[package]]
 4484name = "db"
 4485version = "0.1.0"
 4486dependencies = [
 4487 "anyhow",
 4488 "gpui",
 4489 "indoc",
 4490 "inventory",
 4491 "log",
 4492 "paths",
 4493 "release_channel",
 4494 "smol",
 4495 "sqlez",
 4496 "sqlez_macros",
 4497 "tempfile",
 4498 "util",
 4499 "uuid",
 4500 "zed_env_vars",
 4501]
 4502
 4503[[package]]
 4504name = "dbus"
 4505version = "0.9.9"
 4506source = "registry+https://github.com/rust-lang/crates.io-index"
 4507checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4508dependencies = [
 4509 "libc",
 4510 "libdbus-sys",
 4511 "windows-sys 0.59.0",
 4512]
 4513
 4514[[package]]
 4515name = "debug_adapter_extension"
 4516version = "0.1.0"
 4517dependencies = [
 4518 "anyhow",
 4519 "async-trait",
 4520 "collections",
 4521 "dap",
 4522 "extension",
 4523 "gpui",
 4524 "serde_json",
 4525 "task",
 4526 "util",
 4527]
 4528
 4529[[package]]
 4530name = "debugger_tools"
 4531version = "0.1.0"
 4532dependencies = [
 4533 "anyhow",
 4534 "dap",
 4535 "editor",
 4536 "futures 0.3.32",
 4537 "gpui",
 4538 "project",
 4539 "serde_json",
 4540 "settings",
 4541 "smol",
 4542 "util",
 4543 "workspace",
 4544]
 4545
 4546[[package]]
 4547name = "debugger_ui"
 4548version = "0.1.0"
 4549dependencies = [
 4550 "alacritty_terminal",
 4551 "anyhow",
 4552 "bitflags 2.10.0",
 4553 "client",
 4554 "collections",
 4555 "command_palette_hooks",
 4556 "dap",
 4557 "dap_adapters",
 4558 "db",
 4559 "debugger_tools",
 4560 "editor",
 4561 "feature_flags",
 4562 "file_icons",
 4563 "futures 0.3.32",
 4564 "fuzzy",
 4565 "gpui",
 4566 "hex",
 4567 "indoc",
 4568 "itertools 0.14.0",
 4569 "language",
 4570 "log",
 4571 "menu",
 4572 "notifications",
 4573 "parking_lot",
 4574 "parse_int",
 4575 "paths",
 4576 "picker",
 4577 "pretty_assertions",
 4578 "project",
 4579 "rpc",
 4580 "schemars",
 4581 "serde",
 4582 "serde_json",
 4583 "serde_json_lenient",
 4584 "settings",
 4585 "sysinfo 0.37.2",
 4586 "task",
 4587 "tasks_ui",
 4588 "terminal_view",
 4589 "text",
 4590 "theme",
 4591 "theme_settings",
 4592 "tree-sitter",
 4593 "tree-sitter-go",
 4594 "tree-sitter-json",
 4595 "ui",
 4596 "ui_input",
 4597 "unindent",
 4598 "util",
 4599 "workspace",
 4600 "zed_actions",
 4601 "zlog",
 4602]
 4603
 4604[[package]]
 4605name = "debugid"
 4606version = "0.8.0"
 4607source = "registry+https://github.com/rust-lang/crates.io-index"
 4608checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4609dependencies = [
 4610 "uuid",
 4611]
 4612
 4613[[package]]
 4614name = "deepseek"
 4615version = "0.1.0"
 4616dependencies = [
 4617 "anyhow",
 4618 "futures 0.3.32",
 4619 "http_client",
 4620 "schemars",
 4621 "serde",
 4622 "serde_json",
 4623]
 4624
 4625[[package]]
 4626name = "deflate64"
 4627version = "0.1.10"
 4628source = "registry+https://github.com/rust-lang/crates.io-index"
 4629checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4630
 4631[[package]]
 4632name = "denoise"
 4633version = "0.1.0"
 4634dependencies = [
 4635 "candle-core",
 4636 "candle-onnx",
 4637 "log",
 4638 "realfft",
 4639 "rodio",
 4640 "rustfft",
 4641 "thiserror 2.0.17",
 4642]
 4643
 4644[[package]]
 4645name = "der"
 4646version = "0.6.1"
 4647source = "registry+https://github.com/rust-lang/crates.io-index"
 4648checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4649dependencies = [
 4650 "const-oid",
 4651 "zeroize",
 4652]
 4653
 4654[[package]]
 4655name = "der"
 4656version = "0.7.10"
 4657source = "registry+https://github.com/rust-lang/crates.io-index"
 4658checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4659dependencies = [
 4660 "const-oid",
 4661 "pem-rfc7468",
 4662 "zeroize",
 4663]
 4664
 4665[[package]]
 4666name = "deranged"
 4667version = "0.5.4"
 4668source = "registry+https://github.com/rust-lang/crates.io-index"
 4669checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4670dependencies = [
 4671 "powerfmt",
 4672 "serde_core",
 4673]
 4674
 4675[[package]]
 4676name = "derive_arbitrary"
 4677version = "1.4.2"
 4678source = "registry+https://github.com/rust-lang/crates.io-index"
 4679checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4680dependencies = [
 4681 "proc-macro2",
 4682 "quote",
 4683 "syn 2.0.117",
 4684]
 4685
 4686[[package]]
 4687name = "derive_more"
 4688version = "2.1.1"
 4689source = "registry+https://github.com/rust-lang/crates.io-index"
 4690checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4691dependencies = [
 4692 "derive_more-impl",
 4693]
 4694
 4695[[package]]
 4696name = "derive_more-impl"
 4697version = "2.1.1"
 4698source = "registry+https://github.com/rust-lang/crates.io-index"
 4699checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4700dependencies = [
 4701 "convert_case 0.10.0",
 4702 "proc-macro2",
 4703 "quote",
 4704 "rustc_version",
 4705 "syn 2.0.117",
 4706 "unicode-xid",
 4707]
 4708
 4709[[package]]
 4710name = "derive_refineable"
 4711version = "0.1.0"
 4712dependencies = [
 4713 "proc-macro2",
 4714 "quote",
 4715 "syn 2.0.117",
 4716]
 4717
 4718[[package]]
 4719name = "derive_setters"
 4720version = "0.1.9"
 4721source = "registry+https://github.com/rust-lang/crates.io-index"
 4722checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4723dependencies = [
 4724 "darling 0.21.3",
 4725 "proc-macro2",
 4726 "quote",
 4727 "syn 2.0.117",
 4728]
 4729
 4730[[package]]
 4731name = "dev_container"
 4732version = "0.1.0"
 4733dependencies = [
 4734 "async-tar",
 4735 "async-trait",
 4736 "env_logger 0.11.8",
 4737 "fs",
 4738 "futures 0.3.32",
 4739 "gpui",
 4740 "http 1.3.1",
 4741 "http_client",
 4742 "log",
 4743 "menu",
 4744 "paths",
 4745 "picker",
 4746 "project",
 4747 "serde",
 4748 "serde_json",
 4749 "serde_json_lenient",
 4750 "settings",
 4751 "shlex",
 4752 "ui",
 4753 "util",
 4754 "walkdir",
 4755 "workspace",
 4756 "worktree",
 4757]
 4758
 4759[[package]]
 4760name = "diagnostics"
 4761version = "0.1.0"
 4762dependencies = [
 4763 "anyhow",
 4764 "collections",
 4765 "component",
 4766 "ctor",
 4767 "editor",
 4768 "gpui",
 4769 "indoc",
 4770 "itertools 0.14.0",
 4771 "language",
 4772 "log",
 4773 "lsp",
 4774 "markdown",
 4775 "pretty_assertions",
 4776 "project",
 4777 "rand 0.9.2",
 4778 "serde",
 4779 "serde_json",
 4780 "settings",
 4781 "text",
 4782 "theme",
 4783 "theme_settings",
 4784 "ui",
 4785 "unindent",
 4786 "util",
 4787 "workspace",
 4788 "zed_actions",
 4789 "zlog",
 4790]
 4791
 4792[[package]]
 4793name = "dialoguer"
 4794version = "0.11.0"
 4795source = "registry+https://github.com/rust-lang/crates.io-index"
 4796checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4797dependencies = [
 4798 "console",
 4799 "fuzzy-matcher",
 4800 "shell-words",
 4801 "tempfile",
 4802 "thiserror 1.0.69",
 4803 "zeroize",
 4804]
 4805
 4806[[package]]
 4807name = "diff"
 4808version = "0.1.13"
 4809source = "registry+https://github.com/rust-lang/crates.io-index"
 4810checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4811
 4812[[package]]
 4813name = "diffy"
 4814version = "0.4.2"
 4815source = "registry+https://github.com/rust-lang/crates.io-index"
 4816checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4817dependencies = [
 4818 "nu-ansi-term",
 4819]
 4820
 4821[[package]]
 4822name = "digest"
 4823version = "0.10.7"
 4824source = "registry+https://github.com/rust-lang/crates.io-index"
 4825checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4826dependencies = [
 4827 "block-buffer",
 4828 "const-oid",
 4829 "crypto-common",
 4830 "subtle",
 4831]
 4832
 4833[[package]]
 4834name = "dirs"
 4835version = "4.0.0"
 4836source = "registry+https://github.com/rust-lang/crates.io-index"
 4837checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4838dependencies = [
 4839 "dirs-sys 0.3.7",
 4840]
 4841
 4842[[package]]
 4843name = "dirs"
 4844version = "5.0.1"
 4845source = "registry+https://github.com/rust-lang/crates.io-index"
 4846checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4847dependencies = [
 4848 "dirs-sys 0.4.1",
 4849]
 4850
 4851[[package]]
 4852name = "dirs"
 4853version = "6.0.0"
 4854source = "registry+https://github.com/rust-lang/crates.io-index"
 4855checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4856dependencies = [
 4857 "dirs-sys 0.5.0",
 4858]
 4859
 4860[[package]]
 4861name = "dirs-sys"
 4862version = "0.3.7"
 4863source = "registry+https://github.com/rust-lang/crates.io-index"
 4864checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4865dependencies = [
 4866 "libc",
 4867 "redox_users 0.4.6",
 4868 "winapi",
 4869]
 4870
 4871[[package]]
 4872name = "dirs-sys"
 4873version = "0.4.1"
 4874source = "registry+https://github.com/rust-lang/crates.io-index"
 4875checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4876dependencies = [
 4877 "libc",
 4878 "option-ext",
 4879 "redox_users 0.4.6",
 4880 "windows-sys 0.48.0",
 4881]
 4882
 4883[[package]]
 4884name = "dirs-sys"
 4885version = "0.5.0"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4888dependencies = [
 4889 "libc",
 4890 "option-ext",
 4891 "redox_users 0.5.2",
 4892 "windows-sys 0.61.2",
 4893]
 4894
 4895[[package]]
 4896name = "dispatch"
 4897version = "0.2.0"
 4898source = "registry+https://github.com/rust-lang/crates.io-index"
 4899checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4900
 4901[[package]]
 4902name = "dispatch2"
 4903version = "0.3.1"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4906dependencies = [
 4907 "bitflags 2.10.0",
 4908 "block2",
 4909 "libc",
 4910 "objc2",
 4911]
 4912
 4913[[package]]
 4914name = "displaydoc"
 4915version = "0.2.5"
 4916source = "registry+https://github.com/rust-lang/crates.io-index"
 4917checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4918dependencies = [
 4919 "proc-macro2",
 4920 "quote",
 4921 "syn 2.0.117",
 4922]
 4923
 4924[[package]]
 4925name = "dlib"
 4926version = "0.5.2"
 4927source = "registry+https://github.com/rust-lang/crates.io-index"
 4928checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4929dependencies = [
 4930 "libloading",
 4931]
 4932
 4933[[package]]
 4934name = "docs_preprocessor"
 4935version = "0.1.0"
 4936dependencies = [
 4937 "anyhow",
 4938 "collections",
 4939 "jsonschema",
 4940 "mdbook",
 4941 "regex",
 4942 "schemars",
 4943 "serde",
 4944 "serde_json",
 4945 "settings",
 4946 "task",
 4947 "theme",
 4948 "util",
 4949 "zlog",
 4950]
 4951
 4952[[package]]
 4953name = "document-features"
 4954version = "0.2.12"
 4955source = "registry+https://github.com/rust-lang/crates.io-index"
 4956checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4957dependencies = [
 4958 "litrs",
 4959]
 4960
 4961[[package]]
 4962name = "documented"
 4963version = "0.9.2"
 4964source = "registry+https://github.com/rust-lang/crates.io-index"
 4965checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4966dependencies = [
 4967 "documented-macros",
 4968 "phf 0.12.1",
 4969 "thiserror 2.0.17",
 4970]
 4971
 4972[[package]]
 4973name = "documented-macros"
 4974version = "0.9.2"
 4975source = "registry+https://github.com/rust-lang/crates.io-index"
 4976checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 4977dependencies = [
 4978 "convert_case 0.8.0",
 4979 "itertools 0.14.0",
 4980 "optfield",
 4981 "proc-macro2",
 4982 "quote",
 4983 "strum 0.27.2",
 4984 "syn 2.0.117",
 4985]
 4986
 4987[[package]]
 4988name = "dotenvy"
 4989version = "0.15.7"
 4990source = "registry+https://github.com/rust-lang/crates.io-index"
 4991checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 4992
 4993[[package]]
 4994name = "downcast-rs"
 4995version = "1.2.1"
 4996source = "registry+https://github.com/rust-lang/crates.io-index"
 4997checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 4998
 4999[[package]]
 5000name = "doxygen-rs"
 5001version = "0.4.2"
 5002source = "registry+https://github.com/rust-lang/crates.io-index"
 5003checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5004dependencies = [
 5005 "phf 0.11.3",
 5006]
 5007
 5008[[package]]
 5009name = "dtoa"
 5010version = "1.0.10"
 5011source = "registry+https://github.com/rust-lang/crates.io-index"
 5012checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5013
 5014[[package]]
 5015name = "dtoa-short"
 5016version = "0.3.5"
 5017source = "registry+https://github.com/rust-lang/crates.io-index"
 5018checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5019dependencies = [
 5020 "dtoa",
 5021]
 5022
 5023[[package]]
 5024name = "dtor"
 5025version = "0.0.6"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5028dependencies = [
 5029 "dtor-proc-macro",
 5030]
 5031
 5032[[package]]
 5033name = "dtor-proc-macro"
 5034version = "0.0.5"
 5035source = "registry+https://github.com/rust-lang/crates.io-index"
 5036checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5037
 5038[[package]]
 5039name = "dunce"
 5040version = "1.0.5"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5043
 5044[[package]]
 5045name = "dwrote"
 5046version = "0.11.5"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5049dependencies = [
 5050 "lazy_static",
 5051 "libc",
 5052 "winapi",
 5053 "wio",
 5054]
 5055
 5056[[package]]
 5057name = "dyn-clone"
 5058version = "1.0.20"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5061
 5062[[package]]
 5063name = "dyn-stack"
 5064version = "0.10.0"
 5065source = "registry+https://github.com/rust-lang/crates.io-index"
 5066checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5067dependencies = [
 5068 "bytemuck",
 5069 "reborrow",
 5070]
 5071
 5072[[package]]
 5073name = "dyn-stack"
 5074version = "0.13.2"
 5075source = "registry+https://github.com/rust-lang/crates.io-index"
 5076checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5077dependencies = [
 5078 "bytemuck",
 5079 "dyn-stack-macros",
 5080]
 5081
 5082[[package]]
 5083name = "dyn-stack-macros"
 5084version = "0.1.3"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5087
 5088[[package]]
 5089name = "ec4rs"
 5090version = "1.2.0"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5093
 5094[[package]]
 5095name = "ecdsa"
 5096version = "0.14.8"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5099dependencies = [
 5100 "der 0.6.1",
 5101 "elliptic-curve",
 5102 "rfc6979",
 5103 "signature 1.6.4",
 5104]
 5105
 5106[[package]]
 5107name = "edit_prediction"
 5108version = "0.1.0"
 5109dependencies = [
 5110 "ai_onboarding",
 5111 "anyhow",
 5112 "buffer_diff",
 5113 "client",
 5114 "clock",
 5115 "cloud_api_types",
 5116 "cloud_llm_client",
 5117 "collections",
 5118 "copilot",
 5119 "copilot_ui",
 5120 "credentials_provider",
 5121 "ctor",
 5122 "db",
 5123 "edit_prediction_context",
 5124 "edit_prediction_types",
 5125 "feature_flags",
 5126 "fs",
 5127 "futures 0.3.32",
 5128 "gpui",
 5129 "heapless",
 5130 "indoc",
 5131 "itertools 0.14.0",
 5132 "language",
 5133 "language_model",
 5134 "log",
 5135 "lsp",
 5136 "menu",
 5137 "open_ai",
 5138 "parking_lot",
 5139 "postage",
 5140 "pretty_assertions",
 5141 "project",
 5142 "pulldown-cmark 0.13.0",
 5143 "rand 0.9.2",
 5144 "regex",
 5145 "release_channel",
 5146 "semver",
 5147 "serde",
 5148 "serde_json",
 5149 "settings",
 5150 "strum 0.27.2",
 5151 "telemetry",
 5152 "telemetry_events",
 5153 "text",
 5154 "thiserror 2.0.17",
 5155 "time",
 5156 "toml 0.8.23",
 5157 "ui",
 5158 "util",
 5159 "uuid",
 5160 "workspace",
 5161 "worktree",
 5162 "zed_actions",
 5163 "zed_credentials_provider",
 5164 "zeta_prompt",
 5165 "zlog",
 5166 "zstd",
 5167]
 5168
 5169[[package]]
 5170name = "edit_prediction_cli"
 5171version = "0.1.0"
 5172dependencies = [
 5173 "anthropic",
 5174 "anyhow",
 5175 "chrono",
 5176 "clap",
 5177 "client",
 5178 "cloud_llm_client",
 5179 "collections",
 5180 "criterion",
 5181 "db",
 5182 "debug_adapter_extension",
 5183 "dirs 4.0.0",
 5184 "edit_prediction",
 5185 "extension",
 5186 "flate2",
 5187 "fs",
 5188 "futures 0.3.32",
 5189 "gaoya",
 5190 "gpui",
 5191 "gpui_platform",
 5192 "gpui_tokio",
 5193 "http_client",
 5194 "indoc",
 5195 "language",
 5196 "language_extension",
 5197 "language_model",
 5198 "language_models",
 5199 "languages",
 5200 "libc",
 5201 "log",
 5202 "node_runtime",
 5203 "open_ai",
 5204 "paths",
 5205 "pretty_assertions",
 5206 "project",
 5207 "prompt_store",
 5208 "rand 0.9.2",
 5209 "release_channel",
 5210 "reqwest_client",
 5211 "rust-embed",
 5212 "serde",
 5213 "serde_json",
 5214 "settings",
 5215 "shellexpand 2.1.2",
 5216 "similar",
 5217 "smol",
 5218 "sqlez",
 5219 "sqlez_macros",
 5220 "strum 0.27.2",
 5221 "telemetry_events",
 5222 "tempfile",
 5223 "terminal_view",
 5224 "toml 0.8.23",
 5225 "util",
 5226 "wasmtime",
 5227 "watch",
 5228 "workspace",
 5229 "zeta_prompt",
 5230]
 5231
 5232[[package]]
 5233name = "edit_prediction_context"
 5234version = "0.1.0"
 5235dependencies = [
 5236 "anyhow",
 5237 "clock",
 5238 "collections",
 5239 "env_logger 0.11.8",
 5240 "futures 0.3.32",
 5241 "gpui",
 5242 "indoc",
 5243 "language",
 5244 "log",
 5245 "lsp",
 5246 "parking_lot",
 5247 "pretty_assertions",
 5248 "project",
 5249 "serde",
 5250 "serde_json",
 5251 "settings",
 5252 "smallvec",
 5253 "text",
 5254 "tree-sitter",
 5255 "util",
 5256 "zeta_prompt",
 5257]
 5258
 5259[[package]]
 5260name = "edit_prediction_types"
 5261version = "0.1.0"
 5262dependencies = [
 5263 "client",
 5264 "gpui",
 5265 "icons",
 5266 "language",
 5267 "text",
 5268]
 5269
 5270[[package]]
 5271name = "edit_prediction_ui"
 5272version = "0.1.0"
 5273dependencies = [
 5274 "anyhow",
 5275 "buffer_diff",
 5276 "client",
 5277 "cloud_llm_client",
 5278 "codestral",
 5279 "collections",
 5280 "command_palette_hooks",
 5281 "copilot",
 5282 "copilot_chat",
 5283 "copilot_ui",
 5284 "edit_prediction",
 5285 "edit_prediction_types",
 5286 "editor",
 5287 "feature_flags",
 5288 "fs",
 5289 "futures 0.3.32",
 5290 "gpui",
 5291 "indoc",
 5292 "language",
 5293 "markdown",
 5294 "menu",
 5295 "multi_buffer",
 5296 "paths",
 5297 "project",
 5298 "regex",
 5299 "settings",
 5300 "telemetry",
 5301 "text",
 5302 "theme",
 5303 "theme_settings",
 5304 "time",
 5305 "ui",
 5306 "util",
 5307 "workspace",
 5308 "zed_actions",
 5309 "zeta_prompt",
 5310]
 5311
 5312[[package]]
 5313name = "editor"
 5314version = "0.1.0"
 5315dependencies = [
 5316 "aho-corasick",
 5317 "anyhow",
 5318 "assets",
 5319 "breadcrumbs",
 5320 "buffer_diff",
 5321 "client",
 5322 "clock",
 5323 "collections",
 5324 "convert_case 0.8.0",
 5325 "criterion",
 5326 "ctor",
 5327 "dap",
 5328 "db",
 5329 "edit_prediction_types",
 5330 "emojis",
 5331 "feature_flags",
 5332 "file_icons",
 5333 "fs",
 5334 "futures 0.3.32",
 5335 "fuzzy",
 5336 "git",
 5337 "gpui",
 5338 "indoc",
 5339 "itertools 0.14.0",
 5340 "language",
 5341 "languages",
 5342 "linkify",
 5343 "log",
 5344 "lsp",
 5345 "markdown",
 5346 "menu",
 5347 "multi_buffer",
 5348 "ordered-float 2.10.1",
 5349 "parking_lot",
 5350 "pretty_assertions",
 5351 "project",
 5352 "proptest",
 5353 "proptest-derive",
 5354 "rand 0.9.2",
 5355 "regex",
 5356 "release_channel",
 5357 "rope",
 5358 "rpc",
 5359 "schemars",
 5360 "semver",
 5361 "serde",
 5362 "serde_json",
 5363 "settings",
 5364 "smallvec",
 5365 "smol",
 5366 "snippet",
 5367 "sum_tree",
 5368 "task",
 5369 "telemetry",
 5370 "text",
 5371 "theme",
 5372 "theme_settings",
 5373 "time",
 5374 "tracing",
 5375 "tree-sitter-bash",
 5376 "tree-sitter-c",
 5377 "tree-sitter-html",
 5378 "tree-sitter-md",
 5379 "tree-sitter-python",
 5380 "tree-sitter-rust",
 5381 "tree-sitter-typescript",
 5382 "tree-sitter-yaml",
 5383 "ui",
 5384 "ui_input",
 5385 "unicode-script",
 5386 "unicode-segmentation",
 5387 "unicode-width",
 5388 "unindent",
 5389 "url",
 5390 "util",
 5391 "uuid",
 5392 "vim_mode_setting",
 5393 "workspace",
 5394 "zed_actions",
 5395 "zlog",
 5396 "ztracing",
 5397]
 5398
 5399[[package]]
 5400name = "either"
 5401version = "1.15.0"
 5402source = "registry+https://github.com/rust-lang/crates.io-index"
 5403checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5404dependencies = [
 5405 "serde",
 5406]
 5407
 5408[[package]]
 5409name = "elasticlunr-rs"
 5410version = "3.0.2"
 5411source = "registry+https://github.com/rust-lang/crates.io-index"
 5412checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5413dependencies = [
 5414 "regex",
 5415 "serde",
 5416 "serde_derive",
 5417 "serde_json",
 5418]
 5419
 5420[[package]]
 5421name = "elliptic-curve"
 5422version = "0.12.3"
 5423source = "registry+https://github.com/rust-lang/crates.io-index"
 5424checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5425dependencies = [
 5426 "base16ct",
 5427 "crypto-bigint 0.4.9",
 5428 "der 0.6.1",
 5429 "digest",
 5430 "ff",
 5431 "generic-array",
 5432 "group",
 5433 "pkcs8 0.9.0",
 5434 "rand_core 0.6.4",
 5435 "sec1",
 5436 "subtle",
 5437 "zeroize",
 5438]
 5439
 5440[[package]]
 5441name = "email_address"
 5442version = "0.2.9"
 5443source = "registry+https://github.com/rust-lang/crates.io-index"
 5444checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5445dependencies = [
 5446 "serde",
 5447]
 5448
 5449[[package]]
 5450name = "embed-resource"
 5451version = "3.0.6"
 5452source = "registry+https://github.com/rust-lang/crates.io-index"
 5453checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5454dependencies = [
 5455 "cc",
 5456 "memchr",
 5457 "rustc_version",
 5458 "toml 0.9.8",
 5459 "vswhom",
 5460 "winreg 0.55.0",
 5461]
 5462
 5463[[package]]
 5464name = "embedded-io"
 5465version = "0.4.0"
 5466source = "registry+https://github.com/rust-lang/crates.io-index"
 5467checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5468
 5469[[package]]
 5470name = "embedded-io"
 5471version = "0.6.1"
 5472source = "registry+https://github.com/rust-lang/crates.io-index"
 5473checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5474
 5475[[package]]
 5476name = "emojis"
 5477version = "0.6.4"
 5478source = "registry+https://github.com/rust-lang/crates.io-index"
 5479checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5480dependencies = [
 5481 "phf 0.11.3",
 5482]
 5483
 5484[[package]]
 5485name = "encode_unicode"
 5486version = "1.0.0"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5489
 5490[[package]]
 5491name = "encoding_rs"
 5492version = "0.8.35"
 5493source = "registry+https://github.com/rust-lang/crates.io-index"
 5494checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5495dependencies = [
 5496 "cfg-if",
 5497]
 5498
 5499[[package]]
 5500name = "encoding_selector"
 5501version = "0.1.0"
 5502dependencies = [
 5503 "editor",
 5504 "encoding_rs",
 5505 "fuzzy",
 5506 "gpui",
 5507 "language",
 5508 "picker",
 5509 "project",
 5510 "ui",
 5511 "util",
 5512 "workspace",
 5513]
 5514
 5515[[package]]
 5516name = "endi"
 5517version = "1.1.0"
 5518source = "registry+https://github.com/rust-lang/crates.io-index"
 5519checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5520
 5521[[package]]
 5522name = "enum-as-inner"
 5523version = "0.6.1"
 5524source = "registry+https://github.com/rust-lang/crates.io-index"
 5525checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5526dependencies = [
 5527 "heck 0.5.0",
 5528 "proc-macro2",
 5529 "quote",
 5530 "syn 2.0.117",
 5531]
 5532
 5533[[package]]
 5534name = "enumflags2"
 5535version = "0.7.12"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5538dependencies = [
 5539 "enumflags2_derive",
 5540 "serde",
 5541]
 5542
 5543[[package]]
 5544name = "enumflags2_derive"
 5545version = "0.7.12"
 5546source = "registry+https://github.com/rust-lang/crates.io-index"
 5547checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5548dependencies = [
 5549 "proc-macro2",
 5550 "quote",
 5551 "syn 2.0.117",
 5552]
 5553
 5554[[package]]
 5555name = "env_filter"
 5556version = "0.1.4"
 5557source = "registry+https://github.com/rust-lang/crates.io-index"
 5558checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5559dependencies = [
 5560 "log",
 5561 "regex",
 5562]
 5563
 5564[[package]]
 5565name = "env_logger"
 5566version = "0.10.2"
 5567source = "registry+https://github.com/rust-lang/crates.io-index"
 5568checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5569dependencies = [
 5570 "humantime",
 5571 "is-terminal",
 5572 "log",
 5573 "regex",
 5574 "termcolor",
 5575]
 5576
 5577[[package]]
 5578name = "env_logger"
 5579version = "0.11.8"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5582dependencies = [
 5583 "anstream",
 5584 "anstyle",
 5585 "env_filter",
 5586 "jiff",
 5587 "log",
 5588]
 5589
 5590[[package]]
 5591name = "env_var"
 5592version = "0.1.0"
 5593dependencies = [
 5594 "gpui",
 5595]
 5596
 5597[[package]]
 5598name = "envy"
 5599version = "0.4.2"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5602dependencies = [
 5603 "serde",
 5604]
 5605
 5606[[package]]
 5607name = "equator"
 5608version = "0.4.2"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5611dependencies = [
 5612 "equator-macro",
 5613]
 5614
 5615[[package]]
 5616name = "equator-macro"
 5617version = "0.4.2"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5620dependencies = [
 5621 "proc-macro2",
 5622 "quote",
 5623 "syn 2.0.117",
 5624]
 5625
 5626[[package]]
 5627name = "equivalent"
 5628version = "1.0.2"
 5629source = "registry+https://github.com/rust-lang/crates.io-index"
 5630checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5631
 5632[[package]]
 5633name = "erased-serde"
 5634version = "0.4.9"
 5635source = "registry+https://github.com/rust-lang/crates.io-index"
 5636checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5637dependencies = [
 5638 "serde",
 5639 "serde_core",
 5640 "typeid",
 5641]
 5642
 5643[[package]]
 5644name = "errno"
 5645version = "0.2.8"
 5646source = "registry+https://github.com/rust-lang/crates.io-index"
 5647checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5648dependencies = [
 5649 "errno-dragonfly",
 5650 "libc",
 5651 "winapi",
 5652]
 5653
 5654[[package]]
 5655name = "errno"
 5656version = "0.3.14"
 5657source = "registry+https://github.com/rust-lang/crates.io-index"
 5658checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5659dependencies = [
 5660 "libc",
 5661 "windows-sys 0.61.2",
 5662]
 5663
 5664[[package]]
 5665name = "errno-dragonfly"
 5666version = "0.1.2"
 5667source = "registry+https://github.com/rust-lang/crates.io-index"
 5668checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5669dependencies = [
 5670 "cc",
 5671 "libc",
 5672]
 5673
 5674[[package]]
 5675name = "error-graph"
 5676version = "0.1.1"
 5677source = "registry+https://github.com/rust-lang/crates.io-index"
 5678checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5679dependencies = [
 5680 "serde",
 5681]
 5682
 5683[[package]]
 5684name = "etagere"
 5685version = "0.2.15"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5688dependencies = [
 5689 "euclid",
 5690 "svg_fmt",
 5691]
 5692
 5693[[package]]
 5694name = "etcetera"
 5695version = "0.8.0"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5698dependencies = [
 5699 "cfg-if",
 5700 "home",
 5701 "windows-sys 0.48.0",
 5702]
 5703
 5704[[package]]
 5705name = "etw_tracing"
 5706version = "0.1.0"
 5707dependencies = [
 5708 "anyhow",
 5709 "gpui",
 5710 "log",
 5711 "net",
 5712 "serde",
 5713 "serde_json",
 5714 "util",
 5715 "windows 0.61.3",
 5716 "windows-core 0.61.2",
 5717 "workspace",
 5718 "wprcontrol",
 5719]
 5720
 5721[[package]]
 5722name = "euclid"
 5723version = "0.22.11"
 5724source = "registry+https://github.com/rust-lang/crates.io-index"
 5725checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5726dependencies = [
 5727 "num-traits",
 5728]
 5729
 5730[[package]]
 5731name = "eval_cli"
 5732version = "0.1.0"
 5733dependencies = [
 5734 "acp_thread",
 5735 "agent",
 5736 "agent-client-protocol",
 5737 "agent_ui",
 5738 "anyhow",
 5739 "clap",
 5740 "client",
 5741 "ctrlc",
 5742 "db",
 5743 "debug_adapter_extension",
 5744 "env_logger 0.11.8",
 5745 "extension",
 5746 "feature_flags",
 5747 "fs",
 5748 "futures 0.3.32",
 5749 "gpui",
 5750 "gpui_platform",
 5751 "gpui_tokio",
 5752 "language",
 5753 "language_extension",
 5754 "language_model",
 5755 "language_models",
 5756 "languages",
 5757 "node_runtime",
 5758 "paths",
 5759 "project",
 5760 "prompt_store",
 5761 "release_channel",
 5762 "reqwest_client",
 5763 "serde",
 5764 "serde_json",
 5765 "settings",
 5766 "shellexpand 2.1.2",
 5767 "terminal_view",
 5768 "util",
 5769 "watch",
 5770]
 5771
 5772[[package]]
 5773name = "eval_utils"
 5774version = "0.1.0"
 5775dependencies = [
 5776 "gpui_platform",
 5777 "serde",
 5778 "smol",
 5779]
 5780
 5781[[package]]
 5782name = "event-listener"
 5783version = "2.5.3"
 5784source = "registry+https://github.com/rust-lang/crates.io-index"
 5785checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5786
 5787[[package]]
 5788name = "event-listener"
 5789version = "5.4.1"
 5790source = "registry+https://github.com/rust-lang/crates.io-index"
 5791checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5792dependencies = [
 5793 "concurrent-queue",
 5794 "parking",
 5795 "pin-project-lite",
 5796]
 5797
 5798[[package]]
 5799name = "event-listener-strategy"
 5800version = "0.5.4"
 5801source = "registry+https://github.com/rust-lang/crates.io-index"
 5802checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5803dependencies = [
 5804 "event-listener 5.4.1",
 5805 "pin-project-lite",
 5806]
 5807
 5808[[package]]
 5809name = "exec"
 5810version = "0.3.1"
 5811source = "registry+https://github.com/rust-lang/crates.io-index"
 5812checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5813dependencies = [
 5814 "errno 0.2.8",
 5815 "libc",
 5816]
 5817
 5818[[package]]
 5819name = "explorer_command_injector"
 5820version = "0.1.0"
 5821dependencies = [
 5822 "windows 0.61.3",
 5823 "windows-core 0.61.2",
 5824 "windows-registry 0.5.3",
 5825]
 5826
 5827[[package]]
 5828name = "exr"
 5829version = "1.73.0"
 5830source = "registry+https://github.com/rust-lang/crates.io-index"
 5831checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5832dependencies = [
 5833 "bit_field",
 5834 "half",
 5835 "lebe",
 5836 "miniz_oxide",
 5837 "rayon-core",
 5838 "smallvec",
 5839 "zune-inflate",
 5840]
 5841
 5842[[package]]
 5843name = "extended"
 5844version = "0.1.0"
 5845source = "registry+https://github.com/rust-lang/crates.io-index"
 5846checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5847
 5848[[package]]
 5849name = "extension"
 5850version = "0.1.0"
 5851dependencies = [
 5852 "anyhow",
 5853 "async-trait",
 5854 "cloud_api_types",
 5855 "collections",
 5856 "dap",
 5857 "fs",
 5858 "futures 0.3.32",
 5859 "gpui",
 5860 "heck 0.5.0",
 5861 "http_client",
 5862 "indoc",
 5863 "language",
 5864 "log",
 5865 "lsp",
 5866 "parking_lot",
 5867 "pretty_assertions",
 5868 "proto",
 5869 "semver",
 5870 "serde",
 5871 "serde_json",
 5872 "task",
 5873 "tempfile",
 5874 "toml 0.8.23",
 5875 "tracing",
 5876 "url",
 5877 "util",
 5878 "wasm-encoder 0.221.3",
 5879 "wasmparser 0.221.3",
 5880 "ztracing",
 5881]
 5882
 5883[[package]]
 5884name = "extension_cli"
 5885version = "0.1.0"
 5886dependencies = [
 5887 "anyhow",
 5888 "clap",
 5889 "cloud_api_types",
 5890 "env_logger 0.11.8",
 5891 "extension",
 5892 "fs",
 5893 "gpui_platform",
 5894 "language",
 5895 "log",
 5896 "reqwest_client",
 5897 "serde",
 5898 "serde_json",
 5899 "serde_json_lenient",
 5900 "settings_content",
 5901 "snippet_provider",
 5902 "task",
 5903 "theme_settings",
 5904 "tokio",
 5905 "toml 0.8.23",
 5906 "tree-sitter",
 5907 "wasmtime",
 5908]
 5909
 5910[[package]]
 5911name = "extension_host"
 5912version = "0.1.0"
 5913dependencies = [
 5914 "anyhow",
 5915 "async-compression",
 5916 "async-tar",
 5917 "async-trait",
 5918 "client",
 5919 "cloud_api_types",
 5920 "collections",
 5921 "criterion",
 5922 "ctor",
 5923 "dap",
 5924 "extension",
 5925 "fs",
 5926 "futures 0.3.32",
 5927 "gpui",
 5928 "gpui_tokio",
 5929 "http_client",
 5930 "language",
 5931 "language_extension",
 5932 "log",
 5933 "lsp",
 5934 "moka",
 5935 "node_runtime",
 5936 "parking_lot",
 5937 "paths",
 5938 "project",
 5939 "release_channel",
 5940 "remote",
 5941 "reqwest_client",
 5942 "semver",
 5943 "serde",
 5944 "serde_json",
 5945 "serde_json_lenient",
 5946 "settings",
 5947 "task",
 5948 "telemetry",
 5949 "tempfile",
 5950 "theme",
 5951 "theme_extension",
 5952 "theme_settings",
 5953 "toml 0.8.23",
 5954 "tracing",
 5955 "url",
 5956 "util",
 5957 "wasmparser 0.221.3",
 5958 "wasmtime",
 5959 "wasmtime-wasi",
 5960 "zlog",
 5961 "ztracing",
 5962]
 5963
 5964[[package]]
 5965name = "extensions_ui"
 5966version = "0.1.0"
 5967dependencies = [
 5968 "anyhow",
 5969 "client",
 5970 "cloud_api_types",
 5971 "collections",
 5972 "db",
 5973 "editor",
 5974 "extension",
 5975 "extension_host",
 5976 "fs",
 5977 "fuzzy",
 5978 "gpui",
 5979 "language",
 5980 "log",
 5981 "num-format",
 5982 "picker",
 5983 "project",
 5984 "release_channel",
 5985 "semver",
 5986 "serde",
 5987 "settings",
 5988 "smallvec",
 5989 "strum 0.27.2",
 5990 "telemetry",
 5991 "theme_settings",
 5992 "ui",
 5993 "util",
 5994 "vim_mode_setting",
 5995 "workspace",
 5996 "zed_actions",
 5997]
 5998
 5999[[package]]
 6000name = "failspot"
 6001version = "0.2.0"
 6002source = "registry+https://github.com/rust-lang/crates.io-index"
 6003checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6004
 6005[[package]]
 6006name = "fallible-iterator"
 6007version = "0.3.0"
 6008source = "registry+https://github.com/rust-lang/crates.io-index"
 6009checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6010
 6011[[package]]
 6012name = "fancy-regex"
 6013version = "0.16.2"
 6014source = "registry+https://github.com/rust-lang/crates.io-index"
 6015checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6016dependencies = [
 6017 "bit-set 0.8.0",
 6018 "regex-automata",
 6019 "regex-syntax",
 6020]
 6021
 6022[[package]]
 6023name = "fancy-regex"
 6024version = "0.17.0"
 6025source = "registry+https://github.com/rust-lang/crates.io-index"
 6026checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6027dependencies = [
 6028 "bit-set 0.8.0",
 6029 "regex-automata",
 6030 "regex-syntax",
 6031]
 6032
 6033[[package]]
 6034name = "fast-srgb8"
 6035version = "1.0.0"
 6036source = "registry+https://github.com/rust-lang/crates.io-index"
 6037checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6038
 6039[[package]]
 6040name = "fastrand"
 6041version = "1.9.0"
 6042source = "registry+https://github.com/rust-lang/crates.io-index"
 6043checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6044dependencies = [
 6045 "instant",
 6046]
 6047
 6048[[package]]
 6049name = "fastrand"
 6050version = "2.3.0"
 6051source = "registry+https://github.com/rust-lang/crates.io-index"
 6052checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6053
 6054[[package]]
 6055name = "fax"
 6056version = "0.2.6"
 6057source = "registry+https://github.com/rust-lang/crates.io-index"
 6058checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6059dependencies = [
 6060 "fax_derive",
 6061]
 6062
 6063[[package]]
 6064name = "fax_derive"
 6065version = "0.2.0"
 6066source = "registry+https://github.com/rust-lang/crates.io-index"
 6067checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6068dependencies = [
 6069 "proc-macro2",
 6070 "quote",
 6071 "syn 2.0.117",
 6072]
 6073
 6074[[package]]
 6075name = "fd-lock"
 6076version = "4.0.4"
 6077source = "registry+https://github.com/rust-lang/crates.io-index"
 6078checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6079dependencies = [
 6080 "cfg-if",
 6081 "rustix 1.1.2",
 6082 "windows-sys 0.59.0",
 6083]
 6084
 6085[[package]]
 6086name = "fdeflate"
 6087version = "0.3.7"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6090dependencies = [
 6091 "simd-adler32",
 6092]
 6093
 6094[[package]]
 6095name = "feature_flags"
 6096version = "0.1.0"
 6097dependencies = [
 6098 "gpui",
 6099]
 6100
 6101[[package]]
 6102name = "feedback"
 6103version = "0.1.0"
 6104dependencies = [
 6105 "gpui",
 6106 "system_specs",
 6107 "urlencoding",
 6108 "util",
 6109 "workspace",
 6110 "zed_actions",
 6111]
 6112
 6113[[package]]
 6114name = "ff"
 6115version = "0.12.1"
 6116source = "registry+https://github.com/rust-lang/crates.io-index"
 6117checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6118dependencies = [
 6119 "rand_core 0.6.4",
 6120 "subtle",
 6121]
 6122
 6123[[package]]
 6124name = "file_finder"
 6125version = "0.1.0"
 6126dependencies = [
 6127 "anyhow",
 6128 "channel",
 6129 "client",
 6130 "collections",
 6131 "ctor",
 6132 "editor",
 6133 "file_icons",
 6134 "futures 0.3.32",
 6135 "fuzzy",
 6136 "gpui",
 6137 "menu",
 6138 "open_path_prompt",
 6139 "picker",
 6140 "pretty_assertions",
 6141 "project",
 6142 "project_panel",
 6143 "remote_connection",
 6144 "serde",
 6145 "serde_json",
 6146 "settings",
 6147 "theme",
 6148 "theme_settings",
 6149 "ui",
 6150 "util",
 6151 "workspace",
 6152 "zed_actions",
 6153 "zlog",
 6154]
 6155
 6156[[package]]
 6157name = "file_icons"
 6158version = "0.1.0"
 6159dependencies = [
 6160 "gpui",
 6161 "serde",
 6162 "theme",
 6163 "util",
 6164]
 6165
 6166[[package]]
 6167name = "filedescriptor"
 6168version = "0.8.3"
 6169source = "registry+https://github.com/rust-lang/crates.io-index"
 6170checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6171dependencies = [
 6172 "libc",
 6173 "thiserror 1.0.69",
 6174 "winapi",
 6175]
 6176
 6177[[package]]
 6178name = "filetime"
 6179version = "0.2.26"
 6180source = "registry+https://github.com/rust-lang/crates.io-index"
 6181checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6182dependencies = [
 6183 "cfg-if",
 6184 "libc",
 6185 "libredox",
 6186 "windows-sys 0.60.2",
 6187]
 6188
 6189[[package]]
 6190name = "find-msvc-tools"
 6191version = "0.1.5"
 6192source = "registry+https://github.com/rust-lang/crates.io-index"
 6193checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6194
 6195[[package]]
 6196name = "fixedbitset"
 6197version = "0.4.2"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6200
 6201[[package]]
 6202name = "fixedbitset"
 6203version = "0.5.7"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6206
 6207[[package]]
 6208name = "flate2"
 6209version = "1.1.8"
 6210source = "registry+https://github.com/rust-lang/crates.io-index"
 6211checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6212dependencies = [
 6213 "crc32fast",
 6214 "miniz_oxide",
 6215]
 6216
 6217[[package]]
 6218name = "float-cmp"
 6219version = "0.9.0"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6222
 6223[[package]]
 6224name = "float-ord"
 6225version = "0.3.2"
 6226source = "registry+https://github.com/rust-lang/crates.io-index"
 6227checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6228
 6229[[package]]
 6230name = "float8"
 6231version = "0.4.2"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6234dependencies = [
 6235 "half",
 6236 "num-traits",
 6237 "rand 0.9.2",
 6238 "rand_distr",
 6239]
 6240
 6241[[package]]
 6242name = "float_next_after"
 6243version = "1.0.0"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6246
 6247[[package]]
 6248name = "fluent-uri"
 6249version = "0.4.1"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6252dependencies = [
 6253 "borrow-or-share",
 6254 "ref-cast",
 6255 "serde",
 6256]
 6257
 6258[[package]]
 6259name = "flume"
 6260version = "0.11.1"
 6261source = "registry+https://github.com/rust-lang/crates.io-index"
 6262checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6263dependencies = [
 6264 "futures-core",
 6265 "futures-sink",
 6266 "nanorand",
 6267 "spin 0.9.8",
 6268]
 6269
 6270[[package]]
 6271name = "fnv"
 6272version = "1.0.7"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6275
 6276[[package]]
 6277name = "foldhash"
 6278version = "0.1.5"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6281
 6282[[package]]
 6283name = "foldhash"
 6284version = "0.2.0"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6287
 6288[[package]]
 6289name = "font-types"
 6290version = "0.10.0"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6293dependencies = [
 6294 "bytemuck",
 6295]
 6296
 6297[[package]]
 6298name = "font-types"
 6299version = "0.11.0"
 6300source = "registry+https://github.com/rust-lang/crates.io-index"
 6301checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6302dependencies = [
 6303 "bytemuck",
 6304]
 6305
 6306[[package]]
 6307name = "fontconfig-parser"
 6308version = "0.5.8"
 6309source = "registry+https://github.com/rust-lang/crates.io-index"
 6310checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6311dependencies = [
 6312 "roxmltree",
 6313]
 6314
 6315[[package]]
 6316name = "fontdb"
 6317version = "0.16.2"
 6318source = "registry+https://github.com/rust-lang/crates.io-index"
 6319checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6320dependencies = [
 6321 "fontconfig-parser",
 6322 "log",
 6323 "memmap2",
 6324 "slotmap",
 6325 "tinyvec",
 6326 "ttf-parser 0.20.0",
 6327]
 6328
 6329[[package]]
 6330name = "fontdb"
 6331version = "0.23.0"
 6332source = "registry+https://github.com/rust-lang/crates.io-index"
 6333checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6334dependencies = [
 6335 "fontconfig-parser",
 6336 "log",
 6337 "memmap2",
 6338 "slotmap",
 6339 "tinyvec",
 6340 "ttf-parser 0.25.1",
 6341]
 6342
 6343[[package]]
 6344name = "foreign-types"
 6345version = "0.3.2"
 6346source = "registry+https://github.com/rust-lang/crates.io-index"
 6347checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6348dependencies = [
 6349 "foreign-types-shared 0.1.1",
 6350]
 6351
 6352[[package]]
 6353name = "foreign-types"
 6354version = "0.5.0"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6357dependencies = [
 6358 "foreign-types-macros",
 6359 "foreign-types-shared 0.3.1",
 6360]
 6361
 6362[[package]]
 6363name = "foreign-types-macros"
 6364version = "0.2.3"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6367dependencies = [
 6368 "proc-macro2",
 6369 "quote",
 6370 "syn 2.0.117",
 6371]
 6372
 6373[[package]]
 6374name = "foreign-types-shared"
 6375version = "0.1.1"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6378
 6379[[package]]
 6380name = "foreign-types-shared"
 6381version = "0.3.1"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6384
 6385[[package]]
 6386name = "fork"
 6387version = "0.4.0"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6390dependencies = [
 6391 "libc",
 6392]
 6393
 6394[[package]]
 6395name = "form_urlencoded"
 6396version = "1.2.2"
 6397source = "registry+https://github.com/rust-lang/crates.io-index"
 6398checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6399dependencies = [
 6400 "percent-encoding",
 6401]
 6402
 6403[[package]]
 6404name = "fraction"
 6405version = "0.15.3"
 6406source = "registry+https://github.com/rust-lang/crates.io-index"
 6407checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6408dependencies = [
 6409 "lazy_static",
 6410 "num",
 6411]
 6412
 6413[[package]]
 6414name = "freetype-sys"
 6415version = "0.20.1"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6418dependencies = [
 6419 "cc",
 6420 "libc",
 6421 "pkg-config",
 6422]
 6423
 6424[[package]]
 6425name = "fs"
 6426version = "0.1.0"
 6427dependencies = [
 6428 "anyhow",
 6429 "ashpd",
 6430 "async-tar",
 6431 "async-trait",
 6432 "cocoa 0.26.0",
 6433 "collections",
 6434 "dunce",
 6435 "fs",
 6436 "futures 0.3.32",
 6437 "git",
 6438 "gpui",
 6439 "ignore",
 6440 "is_executable",
 6441 "libc",
 6442 "log",
 6443 "notify 8.2.0",
 6444 "objc",
 6445 "parking_lot",
 6446 "paths",
 6447 "proto",
 6448 "rope",
 6449 "serde",
 6450 "serde_json",
 6451 "smol",
 6452 "tempfile",
 6453 "text",
 6454 "time",
 6455 "util",
 6456 "windows 0.61.3",
 6457]
 6458
 6459[[package]]
 6460name = "fs-set-times"
 6461version = "0.20.3"
 6462source = "registry+https://github.com/rust-lang/crates.io-index"
 6463checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6464dependencies = [
 6465 "io-lifetimes",
 6466 "rustix 1.1.2",
 6467 "windows-sys 0.59.0",
 6468]
 6469
 6470[[package]]
 6471name = "fs2"
 6472version = "0.4.3"
 6473source = "registry+https://github.com/rust-lang/crates.io-index"
 6474checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6475dependencies = [
 6476 "libc",
 6477 "winapi",
 6478]
 6479
 6480[[package]]
 6481name = "fs_benchmarks"
 6482version = "0.1.0"
 6483dependencies = [
 6484 "fs",
 6485 "gpui",
 6486 "gpui_platform",
 6487]
 6488
 6489[[package]]
 6490name = "fs_extra"
 6491version = "1.3.0"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6494
 6495[[package]]
 6496name = "fsevent-sys"
 6497version = "4.1.0"
 6498source = "registry+https://github.com/rust-lang/crates.io-index"
 6499checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6500dependencies = [
 6501 "libc",
 6502]
 6503
 6504[[package]]
 6505name = "fuchsia-cprng"
 6506version = "0.1.1"
 6507source = "registry+https://github.com/rust-lang/crates.io-index"
 6508checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6509
 6510[[package]]
 6511name = "funty"
 6512version = "2.0.0"
 6513source = "registry+https://github.com/rust-lang/crates.io-index"
 6514checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6515
 6516[[package]]
 6517name = "futf"
 6518version = "0.1.5"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6521dependencies = [
 6522 "mac",
 6523 "new_debug_unreachable",
 6524]
 6525
 6526[[package]]
 6527name = "futures"
 6528version = "0.1.31"
 6529source = "registry+https://github.com/rust-lang/crates.io-index"
 6530checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6531
 6532[[package]]
 6533name = "futures"
 6534version = "0.3.32"
 6535source = "registry+https://github.com/rust-lang/crates.io-index"
 6536checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6537dependencies = [
 6538 "futures-channel",
 6539 "futures-core",
 6540 "futures-executor",
 6541 "futures-io",
 6542 "futures-sink",
 6543 "futures-task",
 6544 "futures-util",
 6545]
 6546
 6547[[package]]
 6548name = "futures-channel"
 6549version = "0.3.32"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6552dependencies = [
 6553 "futures-core",
 6554 "futures-sink",
 6555]
 6556
 6557[[package]]
 6558name = "futures-concurrency"
 6559version = "7.7.1"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6562dependencies = [
 6563 "fixedbitset 0.5.7",
 6564 "futures-core",
 6565 "futures-lite 2.6.1",
 6566 "pin-project",
 6567 "smallvec",
 6568]
 6569
 6570[[package]]
 6571name = "futures-core"
 6572version = "0.3.32"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6575
 6576[[package]]
 6577name = "futures-executor"
 6578version = "0.3.32"
 6579source = "registry+https://github.com/rust-lang/crates.io-index"
 6580checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6581dependencies = [
 6582 "futures-core",
 6583 "futures-task",
 6584 "futures-util",
 6585]
 6586
 6587[[package]]
 6588name = "futures-intrusive"
 6589version = "0.5.0"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6592dependencies = [
 6593 "futures-core",
 6594 "lock_api",
 6595 "parking_lot",
 6596]
 6597
 6598[[package]]
 6599name = "futures-io"
 6600version = "0.3.32"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6603
 6604[[package]]
 6605name = "futures-lite"
 6606version = "1.13.0"
 6607source = "registry+https://github.com/rust-lang/crates.io-index"
 6608checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6609dependencies = [
 6610 "fastrand 1.9.0",
 6611 "futures-core",
 6612 "futures-io",
 6613 "memchr",
 6614 "parking",
 6615 "pin-project-lite",
 6616 "waker-fn",
 6617]
 6618
 6619[[package]]
 6620name = "futures-lite"
 6621version = "2.6.1"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6624dependencies = [
 6625 "fastrand 2.3.0",
 6626 "futures-core",
 6627 "futures-io",
 6628 "parking",
 6629 "pin-project-lite",
 6630]
 6631
 6632[[package]]
 6633name = "futures-macro"
 6634version = "0.3.32"
 6635source = "registry+https://github.com/rust-lang/crates.io-index"
 6636checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6637dependencies = [
 6638 "proc-macro2",
 6639 "quote",
 6640 "syn 2.0.117",
 6641]
 6642
 6643[[package]]
 6644name = "futures-sink"
 6645version = "0.3.32"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6648
 6649[[package]]
 6650name = "futures-task"
 6651version = "0.3.32"
 6652source = "registry+https://github.com/rust-lang/crates.io-index"
 6653checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6654
 6655[[package]]
 6656name = "futures-util"
 6657version = "0.3.32"
 6658source = "registry+https://github.com/rust-lang/crates.io-index"
 6659checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6660dependencies = [
 6661 "futures 0.1.31",
 6662 "futures-channel",
 6663 "futures-core",
 6664 "futures-io",
 6665 "futures-macro",
 6666 "futures-sink",
 6667 "futures-task",
 6668 "libc",
 6669 "memchr",
 6670 "pin-project-lite",
 6671 "slab",
 6672 "tokio-io",
 6673]
 6674
 6675[[package]]
 6676name = "fuzzy"
 6677version = "0.1.0"
 6678dependencies = [
 6679 "gpui",
 6680 "log",
 6681 "util",
 6682]
 6683
 6684[[package]]
 6685name = "fuzzy-matcher"
 6686version = "0.3.7"
 6687source = "registry+https://github.com/rust-lang/crates.io-index"
 6688checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6689dependencies = [
 6690 "thread_local",
 6691]
 6692
 6693[[package]]
 6694name = "gaoya"
 6695version = "0.2.0"
 6696source = "registry+https://github.com/rust-lang/crates.io-index"
 6697checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6698dependencies = [
 6699 "ahash 0.8.12",
 6700 "crossbeam-utils",
 6701 "fnv",
 6702 "itertools 0.10.5",
 6703 "num-traits",
 6704 "rand 0.8.5",
 6705 "rand_pcg",
 6706 "random_choice",
 6707 "rayon",
 6708 "seahash",
 6709 "sha-1",
 6710 "shingles",
 6711 "siphasher 0.3.11",
 6712 "smallvec",
 6713 "triomphe",
 6714]
 6715
 6716[[package]]
 6717name = "gemm"
 6718version = "0.17.1"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6721dependencies = [
 6722 "dyn-stack 0.10.0",
 6723 "gemm-c32 0.17.1",
 6724 "gemm-c64 0.17.1",
 6725 "gemm-common 0.17.1",
 6726 "gemm-f16 0.17.1",
 6727 "gemm-f32 0.17.1",
 6728 "gemm-f64 0.17.1",
 6729 "num-complex",
 6730 "num-traits",
 6731 "paste",
 6732 "raw-cpuid 10.7.0",
 6733 "seq-macro",
 6734]
 6735
 6736[[package]]
 6737name = "gemm"
 6738version = "0.18.2"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6741dependencies = [
 6742 "dyn-stack 0.13.2",
 6743 "gemm-c32 0.18.2",
 6744 "gemm-c64 0.18.2",
 6745 "gemm-common 0.18.2",
 6746 "gemm-f16 0.18.2",
 6747 "gemm-f32 0.18.2",
 6748 "gemm-f64 0.18.2",
 6749 "num-complex",
 6750 "num-traits",
 6751 "paste",
 6752 "raw-cpuid 11.6.0",
 6753 "seq-macro",
 6754]
 6755
 6756[[package]]
 6757name = "gemm-c32"
 6758version = "0.17.1"
 6759source = "registry+https://github.com/rust-lang/crates.io-index"
 6760checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6761dependencies = [
 6762 "dyn-stack 0.10.0",
 6763 "gemm-common 0.17.1",
 6764 "num-complex",
 6765 "num-traits",
 6766 "paste",
 6767 "raw-cpuid 10.7.0",
 6768 "seq-macro",
 6769]
 6770
 6771[[package]]
 6772name = "gemm-c32"
 6773version = "0.18.2"
 6774source = "registry+https://github.com/rust-lang/crates.io-index"
 6775checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6776dependencies = [
 6777 "dyn-stack 0.13.2",
 6778 "gemm-common 0.18.2",
 6779 "num-complex",
 6780 "num-traits",
 6781 "paste",
 6782 "raw-cpuid 11.6.0",
 6783 "seq-macro",
 6784]
 6785
 6786[[package]]
 6787name = "gemm-c64"
 6788version = "0.17.1"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6791dependencies = [
 6792 "dyn-stack 0.10.0",
 6793 "gemm-common 0.17.1",
 6794 "num-complex",
 6795 "num-traits",
 6796 "paste",
 6797 "raw-cpuid 10.7.0",
 6798 "seq-macro",
 6799]
 6800
 6801[[package]]
 6802name = "gemm-c64"
 6803version = "0.18.2"
 6804source = "registry+https://github.com/rust-lang/crates.io-index"
 6805checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6806dependencies = [
 6807 "dyn-stack 0.13.2",
 6808 "gemm-common 0.18.2",
 6809 "num-complex",
 6810 "num-traits",
 6811 "paste",
 6812 "raw-cpuid 11.6.0",
 6813 "seq-macro",
 6814]
 6815
 6816[[package]]
 6817name = "gemm-common"
 6818version = "0.17.1"
 6819source = "registry+https://github.com/rust-lang/crates.io-index"
 6820checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6821dependencies = [
 6822 "bytemuck",
 6823 "dyn-stack 0.10.0",
 6824 "half",
 6825 "num-complex",
 6826 "num-traits",
 6827 "once_cell",
 6828 "paste",
 6829 "pulp 0.18.22",
 6830 "raw-cpuid 10.7.0",
 6831 "rayon",
 6832 "seq-macro",
 6833 "sysctl 0.5.5",
 6834]
 6835
 6836[[package]]
 6837name = "gemm-common"
 6838version = "0.18.2"
 6839source = "registry+https://github.com/rust-lang/crates.io-index"
 6840checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6841dependencies = [
 6842 "bytemuck",
 6843 "dyn-stack 0.13.2",
 6844 "half",
 6845 "libm",
 6846 "num-complex",
 6847 "num-traits",
 6848 "once_cell",
 6849 "paste",
 6850 "pulp 0.21.5",
 6851 "raw-cpuid 11.6.0",
 6852 "rayon",
 6853 "seq-macro",
 6854 "sysctl 0.6.0",
 6855]
 6856
 6857[[package]]
 6858name = "gemm-f16"
 6859version = "0.17.1"
 6860source = "registry+https://github.com/rust-lang/crates.io-index"
 6861checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6862dependencies = [
 6863 "dyn-stack 0.10.0",
 6864 "gemm-common 0.17.1",
 6865 "gemm-f32 0.17.1",
 6866 "half",
 6867 "num-complex",
 6868 "num-traits",
 6869 "paste",
 6870 "raw-cpuid 10.7.0",
 6871 "rayon",
 6872 "seq-macro",
 6873]
 6874
 6875[[package]]
 6876name = "gemm-f16"
 6877version = "0.18.2"
 6878source = "registry+https://github.com/rust-lang/crates.io-index"
 6879checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6880dependencies = [
 6881 "dyn-stack 0.13.2",
 6882 "gemm-common 0.18.2",
 6883 "gemm-f32 0.18.2",
 6884 "half",
 6885 "num-complex",
 6886 "num-traits",
 6887 "paste",
 6888 "raw-cpuid 11.6.0",
 6889 "rayon",
 6890 "seq-macro",
 6891]
 6892
 6893[[package]]
 6894name = "gemm-f32"
 6895version = "0.17.1"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6898dependencies = [
 6899 "dyn-stack 0.10.0",
 6900 "gemm-common 0.17.1",
 6901 "num-complex",
 6902 "num-traits",
 6903 "paste",
 6904 "raw-cpuid 10.7.0",
 6905 "seq-macro",
 6906]
 6907
 6908[[package]]
 6909name = "gemm-f32"
 6910version = "0.18.2"
 6911source = "registry+https://github.com/rust-lang/crates.io-index"
 6912checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6913dependencies = [
 6914 "dyn-stack 0.13.2",
 6915 "gemm-common 0.18.2",
 6916 "num-complex",
 6917 "num-traits",
 6918 "paste",
 6919 "raw-cpuid 11.6.0",
 6920 "seq-macro",
 6921]
 6922
 6923[[package]]
 6924name = "gemm-f64"
 6925version = "0.17.1"
 6926source = "registry+https://github.com/rust-lang/crates.io-index"
 6927checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6928dependencies = [
 6929 "dyn-stack 0.10.0",
 6930 "gemm-common 0.17.1",
 6931 "num-complex",
 6932 "num-traits",
 6933 "paste",
 6934 "raw-cpuid 10.7.0",
 6935 "seq-macro",
 6936]
 6937
 6938[[package]]
 6939name = "gemm-f64"
 6940version = "0.18.2"
 6941source = "registry+https://github.com/rust-lang/crates.io-index"
 6942checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6943dependencies = [
 6944 "dyn-stack 0.13.2",
 6945 "gemm-common 0.18.2",
 6946 "num-complex",
 6947 "num-traits",
 6948 "paste",
 6949 "raw-cpuid 11.6.0",
 6950 "seq-macro",
 6951]
 6952
 6953[[package]]
 6954name = "generator"
 6955version = "0.8.7"
 6956source = "registry+https://github.com/rust-lang/crates.io-index"
 6957checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6958dependencies = [
 6959 "cc",
 6960 "cfg-if",
 6961 "libc",
 6962 "log",
 6963 "rustversion",
 6964 "windows 0.61.3",
 6965]
 6966
 6967[[package]]
 6968name = "generic-array"
 6969version = "0.14.7"
 6970source = "registry+https://github.com/rust-lang/crates.io-index"
 6971checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6972dependencies = [
 6973 "typenum",
 6974 "version_check",
 6975]
 6976
 6977[[package]]
 6978name = "gethostname"
 6979version = "1.1.0"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 6982dependencies = [
 6983 "rustix 1.1.2",
 6984 "windows-link 0.2.1",
 6985]
 6986
 6987[[package]]
 6988name = "getrandom"
 6989version = "0.2.16"
 6990source = "registry+https://github.com/rust-lang/crates.io-index"
 6991checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 6992dependencies = [
 6993 "cfg-if",
 6994 "js-sys",
 6995 "libc",
 6996 "wasi",
 6997 "wasm-bindgen",
 6998]
 6999
 7000[[package]]
 7001name = "getrandom"
 7002version = "0.3.4"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7005dependencies = [
 7006 "cfg-if",
 7007 "js-sys",
 7008 "libc",
 7009 "r-efi",
 7010 "wasip2",
 7011 "wasm-bindgen",
 7012]
 7013
 7014[[package]]
 7015name = "getrandom"
 7016version = "0.4.1"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7019dependencies = [
 7020 "cfg-if",
 7021 "libc",
 7022 "r-efi",
 7023 "wasip2",
 7024 "wasip3",
 7025]
 7026
 7027[[package]]
 7028name = "gh-workflow"
 7029version = "0.8.0"
 7030source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7031dependencies = [
 7032 "async-trait",
 7033 "derive_more",
 7034 "derive_setters",
 7035 "gh-workflow-macros",
 7036 "indexmap",
 7037 "merge",
 7038 "serde",
 7039 "serde_json",
 7040 "serde_yaml",
 7041 "strum_macros 0.27.2",
 7042]
 7043
 7044[[package]]
 7045name = "gh-workflow-macros"
 7046version = "0.8.0"
 7047source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7048dependencies = [
 7049 "heck 0.5.0",
 7050 "quote",
 7051 "syn 2.0.117",
 7052]
 7053
 7054[[package]]
 7055name = "gif"
 7056version = "0.13.3"
 7057source = "registry+https://github.com/rust-lang/crates.io-index"
 7058checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7059dependencies = [
 7060 "color_quant",
 7061 "weezl",
 7062]
 7063
 7064[[package]]
 7065name = "gimli"
 7066version = "0.32.3"
 7067source = "registry+https://github.com/rust-lang/crates.io-index"
 7068checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7069dependencies = [
 7070 "fallible-iterator",
 7071 "indexmap",
 7072 "stable_deref_trait",
 7073]
 7074
 7075[[package]]
 7076name = "gio-sys"
 7077version = "0.21.5"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7080dependencies = [
 7081 "glib-sys",
 7082 "gobject-sys",
 7083 "libc",
 7084 "system-deps 7.0.7",
 7085 "windows-sys 0.61.2",
 7086]
 7087
 7088[[package]]
 7089name = "git"
 7090version = "0.1.0"
 7091dependencies = [
 7092 "anyhow",
 7093 "askpass",
 7094 "async-trait",
 7095 "collections",
 7096 "derive_more",
 7097 "futures 0.3.32",
 7098 "git2",
 7099 "gpui",
 7100 "http_client",
 7101 "itertools 0.14.0",
 7102 "log",
 7103 "parking_lot",
 7104 "pretty_assertions",
 7105 "rand 0.9.2",
 7106 "regex",
 7107 "rope",
 7108 "schemars",
 7109 "serde",
 7110 "serde_json",
 7111 "smallvec",
 7112 "smol",
 7113 "sum_tree",
 7114 "tempfile",
 7115 "text",
 7116 "thiserror 2.0.17",
 7117 "time",
 7118 "url",
 7119 "urlencoding",
 7120 "util",
 7121 "uuid",
 7122 "ztracing",
 7123]
 7124
 7125[[package]]
 7126name = "git2"
 7127version = "0.20.4"
 7128source = "registry+https://github.com/rust-lang/crates.io-index"
 7129checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7130dependencies = [
 7131 "bitflags 2.10.0",
 7132 "libc",
 7133 "libgit2-sys",
 7134 "log",
 7135 "url",
 7136]
 7137
 7138[[package]]
 7139name = "git_graph"
 7140version = "0.1.0"
 7141dependencies = [
 7142 "anyhow",
 7143 "collections",
 7144 "db",
 7145 "editor",
 7146 "fs",
 7147 "git",
 7148 "git_ui",
 7149 "gpui",
 7150 "language",
 7151 "menu",
 7152 "project",
 7153 "rand 0.9.2",
 7154 "remote_connection",
 7155 "search",
 7156 "serde_json",
 7157 "settings",
 7158 "smallvec",
 7159 "smol",
 7160 "theme",
 7161 "theme_settings",
 7162 "time",
 7163 "ui",
 7164 "workspace",
 7165]
 7166
 7167[[package]]
 7168name = "git_hosting_providers"
 7169version = "0.1.0"
 7170dependencies = [
 7171 "anyhow",
 7172 "async-trait",
 7173 "futures 0.3.32",
 7174 "git",
 7175 "gpui",
 7176 "http_client",
 7177 "indoc",
 7178 "itertools 0.14.0",
 7179 "pretty_assertions",
 7180 "regex",
 7181 "serde",
 7182 "serde_json",
 7183 "settings",
 7184 "url",
 7185 "urlencoding",
 7186 "util",
 7187]
 7188
 7189[[package]]
 7190name = "git_ui"
 7191version = "0.1.0"
 7192dependencies = [
 7193 "agent_settings",
 7194 "anyhow",
 7195 "askpass",
 7196 "buffer_diff",
 7197 "call",
 7198 "collections",
 7199 "component",
 7200 "ctor",
 7201 "db",
 7202 "editor",
 7203 "file_icons",
 7204 "futures 0.3.32",
 7205 "fuzzy",
 7206 "git",
 7207 "gpui",
 7208 "indoc",
 7209 "itertools 0.14.0",
 7210 "language",
 7211 "language_model",
 7212 "linkify",
 7213 "log",
 7214 "markdown",
 7215 "menu",
 7216 "multi_buffer",
 7217 "notifications",
 7218 "panel",
 7219 "picker",
 7220 "pretty_assertions",
 7221 "project",
 7222 "prompt_store",
 7223 "proto",
 7224 "rand 0.9.2",
 7225 "remote",
 7226 "remote_connection",
 7227 "schemars",
 7228 "serde",
 7229 "serde_json",
 7230 "settings",
 7231 "smallvec",
 7232 "smol",
 7233 "strum 0.27.2",
 7234 "telemetry",
 7235 "theme",
 7236 "theme_settings",
 7237 "time",
 7238 "time_format",
 7239 "tracing",
 7240 "ui",
 7241 "ui_input",
 7242 "unindent",
 7243 "util",
 7244 "watch",
 7245 "windows 0.61.3",
 7246 "workspace",
 7247 "zed_actions",
 7248 "zeroize",
 7249 "zlog",
 7250 "ztracing",
 7251]
 7252
 7253[[package]]
 7254name = "gl_generator"
 7255version = "0.14.0"
 7256source = "registry+https://github.com/rust-lang/crates.io-index"
 7257checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7258dependencies = [
 7259 "khronos_api",
 7260 "log",
 7261 "xml-rs",
 7262]
 7263
 7264[[package]]
 7265name = "glib"
 7266version = "0.21.5"
 7267source = "registry+https://github.com/rust-lang/crates.io-index"
 7268checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7269dependencies = [
 7270 "bitflags 2.10.0",
 7271 "futures-channel",
 7272 "futures-core",
 7273 "futures-executor",
 7274 "futures-task",
 7275 "futures-util",
 7276 "gio-sys",
 7277 "glib-macros",
 7278 "glib-sys",
 7279 "gobject-sys",
 7280 "libc",
 7281 "memchr",
 7282 "smallvec",
 7283]
 7284
 7285[[package]]
 7286name = "glib-macros"
 7287version = "0.21.5"
 7288source = "registry+https://github.com/rust-lang/crates.io-index"
 7289checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7290dependencies = [
 7291 "heck 0.5.0",
 7292 "proc-macro-crate",
 7293 "proc-macro2",
 7294 "quote",
 7295 "syn 2.0.117",
 7296]
 7297
 7298[[package]]
 7299name = "glib-sys"
 7300version = "0.21.5"
 7301source = "registry+https://github.com/rust-lang/crates.io-index"
 7302checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7303dependencies = [
 7304 "libc",
 7305 "system-deps 7.0.7",
 7306]
 7307
 7308[[package]]
 7309name = "glob"
 7310version = "0.3.3"
 7311source = "registry+https://github.com/rust-lang/crates.io-index"
 7312checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7313
 7314[[package]]
 7315name = "globset"
 7316version = "0.4.17"
 7317source = "registry+https://github.com/rust-lang/crates.io-index"
 7318checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7319dependencies = [
 7320 "aho-corasick",
 7321 "bstr",
 7322 "log",
 7323 "regex-automata",
 7324 "regex-syntax",
 7325]
 7326
 7327[[package]]
 7328name = "gloo-timers"
 7329version = "0.3.0"
 7330source = "registry+https://github.com/rust-lang/crates.io-index"
 7331checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7332dependencies = [
 7333 "futures-channel",
 7334 "futures-core",
 7335 "js-sys",
 7336 "wasm-bindgen",
 7337]
 7338
 7339[[package]]
 7340name = "glow"
 7341version = "0.17.0"
 7342source = "registry+https://github.com/rust-lang/crates.io-index"
 7343checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7344dependencies = [
 7345 "js-sys",
 7346 "slotmap",
 7347 "wasm-bindgen",
 7348 "web-sys",
 7349]
 7350
 7351[[package]]
 7352name = "glutin_wgl_sys"
 7353version = "0.6.1"
 7354source = "registry+https://github.com/rust-lang/crates.io-index"
 7355checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7356dependencies = [
 7357 "gl_generator",
 7358]
 7359
 7360[[package]]
 7361name = "go_to_line"
 7362version = "0.1.0"
 7363dependencies = [
 7364 "editor",
 7365 "gpui",
 7366 "indoc",
 7367 "language",
 7368 "menu",
 7369 "multi_buffer",
 7370 "project",
 7371 "rope",
 7372 "serde",
 7373 "serde_json",
 7374 "settings",
 7375 "text",
 7376 "theme",
 7377 "ui",
 7378 "util",
 7379 "workspace",
 7380]
 7381
 7382[[package]]
 7383name = "gobject-sys"
 7384version = "0.21.5"
 7385source = "registry+https://github.com/rust-lang/crates.io-index"
 7386checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7387dependencies = [
 7388 "glib-sys",
 7389 "libc",
 7390 "system-deps 7.0.7",
 7391]
 7392
 7393[[package]]
 7394name = "goblin"
 7395version = "0.9.3"
 7396source = "registry+https://github.com/rust-lang/crates.io-index"
 7397checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7398dependencies = [
 7399 "log",
 7400 "plain",
 7401 "scroll",
 7402]
 7403
 7404[[package]]
 7405name = "google_ai"
 7406version = "0.1.0"
 7407dependencies = [
 7408 "anyhow",
 7409 "futures 0.3.32",
 7410 "http_client",
 7411 "schemars",
 7412 "serde",
 7413 "serde_json",
 7414 "settings",
 7415 "strum 0.27.2",
 7416]
 7417
 7418[[package]]
 7419name = "gpu-allocator"
 7420version = "0.28.0"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7423dependencies = [
 7424 "ash",
 7425 "hashbrown 0.16.1",
 7426 "log",
 7427 "presser",
 7428 "thiserror 2.0.17",
 7429 "windows 0.62.2",
 7430]
 7431
 7432[[package]]
 7433name = "gpu-descriptor"
 7434version = "0.3.2"
 7435source = "registry+https://github.com/rust-lang/crates.io-index"
 7436checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7437dependencies = [
 7438 "bitflags 2.10.0",
 7439 "gpu-descriptor-types",
 7440 "hashbrown 0.15.5",
 7441]
 7442
 7443[[package]]
 7444name = "gpu-descriptor-types"
 7445version = "0.2.0"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7448dependencies = [
 7449 "bitflags 2.10.0",
 7450]
 7451
 7452[[package]]
 7453name = "gpui"
 7454version = "0.2.2"
 7455dependencies = [
 7456 "anyhow",
 7457 "async-channel 2.5.0",
 7458 "async-task",
 7459 "backtrace",
 7460 "bindgen 0.71.1",
 7461 "bitflags 2.10.0",
 7462 "block",
 7463 "cbindgen",
 7464 "chrono",
 7465 "cocoa 0.26.0",
 7466 "cocoa-foundation 0.2.0",
 7467 "collections",
 7468 "core-foundation 0.10.0",
 7469 "core-foundation-sys",
 7470 "core-graphics 0.24.0",
 7471 "core-text",
 7472 "core-video",
 7473 "ctor",
 7474 "derive_more",
 7475 "embed-resource",
 7476 "env_logger 0.11.8",
 7477 "etagere",
 7478 "foreign-types 0.5.0",
 7479 "futures 0.3.32",
 7480 "futures-concurrency",
 7481 "getrandom 0.3.4",
 7482 "gpui_macros",
 7483 "gpui_platform",
 7484 "gpui_util",
 7485 "gpui_web",
 7486 "http_client",
 7487 "image",
 7488 "inventory",
 7489 "itertools 0.14.0",
 7490 "log",
 7491 "lyon",
 7492 "mach2 0.5.0",
 7493 "media",
 7494 "metal",
 7495 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7496 "num_cpus",
 7497 "objc",
 7498 "objc2",
 7499 "objc2-metal",
 7500 "parking",
 7501 "parking_lot",
 7502 "pathfinder_geometry",
 7503 "pin-project",
 7504 "pollster 0.4.0",
 7505 "postage",
 7506 "profiling",
 7507 "proptest",
 7508 "rand 0.9.2",
 7509 "raw-window-handle",
 7510 "refineable",
 7511 "regex",
 7512 "reqwest_client",
 7513 "resvg",
 7514 "scheduler",
 7515 "schemars",
 7516 "seahash",
 7517 "serde",
 7518 "serde_json",
 7519 "slotmap",
 7520 "smallvec",
 7521 "spin 0.10.0",
 7522 "stacksafe",
 7523 "strum 0.27.2",
 7524 "sum_tree",
 7525 "taffy",
 7526 "thiserror 2.0.17",
 7527 "ttf-parser 0.25.1",
 7528 "unicode-segmentation",
 7529 "url",
 7530 "usvg",
 7531 "util_macros",
 7532 "uuid",
 7533 "waker-fn",
 7534 "wasm-bindgen",
 7535 "web-time",
 7536 "windows 0.61.3",
 7537 "zed-font-kit",
 7538 "zed-scap",
 7539]
 7540
 7541[[package]]
 7542name = "gpui_linux"
 7543version = "0.1.0"
 7544dependencies = [
 7545 "anyhow",
 7546 "as-raw-xcb-connection",
 7547 "ashpd",
 7548 "bitflags 2.10.0",
 7549 "bytemuck",
 7550 "calloop",
 7551 "calloop-wayland-source",
 7552 "collections",
 7553 "filedescriptor",
 7554 "futures 0.3.32",
 7555 "gpui",
 7556 "gpui_wgpu",
 7557 "http_client",
 7558 "itertools 0.14.0",
 7559 "libc",
 7560 "log",
 7561 "oo7",
 7562 "open",
 7563 "parking_lot",
 7564 "pathfinder_geometry",
 7565 "pollster 0.4.0",
 7566 "profiling",
 7567 "raw-window-handle",
 7568 "smallvec",
 7569 "smol",
 7570 "strum 0.27.2",
 7571 "swash",
 7572 "url",
 7573 "util",
 7574 "uuid",
 7575 "wayland-backend",
 7576 "wayland-client",
 7577 "wayland-cursor",
 7578 "wayland-protocols",
 7579 "wayland-protocols-plasma",
 7580 "wayland-protocols-wlr",
 7581 "x11-clipboard",
 7582 "x11rb",
 7583 "xkbcommon",
 7584 "zed-scap",
 7585 "zed-xim",
 7586]
 7587
 7588[[package]]
 7589name = "gpui_macos"
 7590version = "0.1.0"
 7591dependencies = [
 7592 "anyhow",
 7593 "async-task",
 7594 "block",
 7595 "cbindgen",
 7596 "cocoa 0.26.0",
 7597 "collections",
 7598 "core-foundation 0.10.0",
 7599 "core-foundation-sys",
 7600 "core-graphics 0.24.0",
 7601 "core-text",
 7602 "core-video",
 7603 "ctor",
 7604 "derive_more",
 7605 "dispatch2",
 7606 "etagere",
 7607 "foreign-types 0.5.0",
 7608 "futures 0.3.32",
 7609 "gpui",
 7610 "image",
 7611 "itertools 0.14.0",
 7612 "libc",
 7613 "log",
 7614 "mach2 0.5.0",
 7615 "media",
 7616 "metal",
 7617 "objc",
 7618 "objc2-app-kit",
 7619 "parking_lot",
 7620 "pathfinder_geometry",
 7621 "raw-window-handle",
 7622 "semver",
 7623 "smallvec",
 7624 "strum 0.27.2",
 7625 "util",
 7626 "uuid",
 7627 "zed-font-kit",
 7628]
 7629
 7630[[package]]
 7631name = "gpui_macros"
 7632version = "0.1.0"
 7633dependencies = [
 7634 "gpui",
 7635 "heck 0.5.0",
 7636 "proc-macro2",
 7637 "quote",
 7638 "syn 2.0.117",
 7639]
 7640
 7641[[package]]
 7642name = "gpui_platform"
 7643version = "0.1.0"
 7644dependencies = [
 7645 "console_error_panic_hook",
 7646 "gpui",
 7647 "gpui_linux",
 7648 "gpui_macos",
 7649 "gpui_web",
 7650 "gpui_windows",
 7651]
 7652
 7653[[package]]
 7654name = "gpui_tokio"
 7655version = "0.1.0"
 7656dependencies = [
 7657 "anyhow",
 7658 "gpui",
 7659 "tokio",
 7660 "util",
 7661]
 7662
 7663[[package]]
 7664name = "gpui_util"
 7665version = "0.1.0"
 7666dependencies = [
 7667 "anyhow",
 7668 "log",
 7669]
 7670
 7671[[package]]
 7672name = "gpui_web"
 7673version = "0.1.0"
 7674dependencies = [
 7675 "anyhow",
 7676 "console_error_panic_hook",
 7677 "futures 0.3.32",
 7678 "gpui",
 7679 "gpui_wgpu",
 7680 "http_client",
 7681 "js-sys",
 7682 "log",
 7683 "parking_lot",
 7684 "raw-window-handle",
 7685 "smallvec",
 7686 "uuid",
 7687 "wasm-bindgen",
 7688 "wasm-bindgen-futures",
 7689 "wasm_thread",
 7690 "web-sys",
 7691 "web-time",
 7692]
 7693
 7694[[package]]
 7695name = "gpui_wgpu"
 7696version = "0.1.0"
 7697dependencies = [
 7698 "anyhow",
 7699 "bytemuck",
 7700 "collections",
 7701 "cosmic-text",
 7702 "etagere",
 7703 "gpui",
 7704 "gpui_util",
 7705 "itertools 0.14.0",
 7706 "js-sys",
 7707 "log",
 7708 "parking_lot",
 7709 "pollster 0.4.0",
 7710 "profiling",
 7711 "raw-window-handle",
 7712 "smallvec",
 7713 "swash",
 7714 "wasm-bindgen",
 7715 "wasm-bindgen-futures",
 7716 "web-sys",
 7717 "wgpu",
 7718 "zed-font-kit",
 7719]
 7720
 7721[[package]]
 7722name = "gpui_windows"
 7723version = "0.1.0"
 7724dependencies = [
 7725 "anyhow",
 7726 "collections",
 7727 "etagere",
 7728 "futures 0.3.32",
 7729 "gpui",
 7730 "image",
 7731 "itertools 0.14.0",
 7732 "log",
 7733 "parking_lot",
 7734 "rand 0.9.2",
 7735 "raw-window-handle",
 7736 "smallvec",
 7737 "util",
 7738 "uuid",
 7739 "windows 0.61.3",
 7740 "windows-core 0.61.2",
 7741 "windows-numerics 0.2.0",
 7742 "windows-registry 0.5.3",
 7743 "zed-scap",
 7744]
 7745
 7746[[package]]
 7747name = "grammars"
 7748version = "0.1.0"
 7749dependencies = [
 7750 "anyhow",
 7751 "language_core",
 7752 "rust-embed",
 7753 "toml 0.8.23",
 7754 "tree-sitter",
 7755 "tree-sitter-bash",
 7756 "tree-sitter-c",
 7757 "tree-sitter-cpp",
 7758 "tree-sitter-css",
 7759 "tree-sitter-diff",
 7760 "tree-sitter-gitcommit",
 7761 "tree-sitter-go",
 7762 "tree-sitter-gomod",
 7763 "tree-sitter-gowork",
 7764 "tree-sitter-jsdoc",
 7765 "tree-sitter-json",
 7766 "tree-sitter-md",
 7767 "tree-sitter-python",
 7768 "tree-sitter-regex",
 7769 "tree-sitter-rust",
 7770 "tree-sitter-typescript",
 7771 "tree-sitter-yaml",
 7772 "util",
 7773]
 7774
 7775[[package]]
 7776name = "grid"
 7777version = "0.18.0"
 7778source = "registry+https://github.com/rust-lang/crates.io-index"
 7779checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7780
 7781[[package]]
 7782name = "group"
 7783version = "0.12.1"
 7784source = "registry+https://github.com/rust-lang/crates.io-index"
 7785checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7786dependencies = [
 7787 "ff",
 7788 "rand_core 0.6.4",
 7789 "subtle",
 7790]
 7791
 7792[[package]]
 7793name = "h2"
 7794version = "0.3.27"
 7795source = "registry+https://github.com/rust-lang/crates.io-index"
 7796checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7797dependencies = [
 7798 "bytes 1.11.1",
 7799 "fnv",
 7800 "futures-core",
 7801 "futures-sink",
 7802 "futures-util",
 7803 "http 0.2.12",
 7804 "indexmap",
 7805 "slab",
 7806 "tokio",
 7807 "tokio-util",
 7808 "tracing",
 7809]
 7810
 7811[[package]]
 7812name = "h2"
 7813version = "0.4.12"
 7814source = "registry+https://github.com/rust-lang/crates.io-index"
 7815checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7816dependencies = [
 7817 "atomic-waker",
 7818 "bytes 1.11.1",
 7819 "fnv",
 7820 "futures-core",
 7821 "futures-sink",
 7822 "http 1.3.1",
 7823 "indexmap",
 7824 "slab",
 7825 "tokio",
 7826 "tokio-util",
 7827 "tracing",
 7828]
 7829
 7830[[package]]
 7831name = "half"
 7832version = "2.7.1"
 7833source = "registry+https://github.com/rust-lang/crates.io-index"
 7834checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7835dependencies = [
 7836 "bytemuck",
 7837 "cfg-if",
 7838 "crunchy",
 7839 "num-traits",
 7840 "rand 0.9.2",
 7841 "rand_distr",
 7842 "zerocopy",
 7843]
 7844
 7845[[package]]
 7846name = "handlebars"
 7847version = "4.5.0"
 7848source = "registry+https://github.com/rust-lang/crates.io-index"
 7849checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7850dependencies = [
 7851 "log",
 7852 "pest",
 7853 "pest_derive",
 7854 "rust-embed",
 7855 "serde",
 7856 "serde_json",
 7857 "thiserror 1.0.69",
 7858]
 7859
 7860[[package]]
 7861name = "handlebars"
 7862version = "5.1.2"
 7863source = "registry+https://github.com/rust-lang/crates.io-index"
 7864checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7865dependencies = [
 7866 "log",
 7867 "pest",
 7868 "pest_derive",
 7869 "serde",
 7870 "serde_json",
 7871 "thiserror 1.0.69",
 7872]
 7873
 7874[[package]]
 7875name = "harfrust"
 7876version = "0.5.0"
 7877source = "registry+https://github.com/rust-lang/crates.io-index"
 7878checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7879dependencies = [
 7880 "bitflags 2.10.0",
 7881 "bytemuck",
 7882 "core_maths",
 7883 "read-fonts 0.37.0",
 7884 "smallvec",
 7885]
 7886
 7887[[package]]
 7888name = "hash32"
 7889version = "0.3.1"
 7890source = "registry+https://github.com/rust-lang/crates.io-index"
 7891checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7892dependencies = [
 7893 "byteorder",
 7894]
 7895
 7896[[package]]
 7897name = "hashbrown"
 7898version = "0.12.3"
 7899source = "registry+https://github.com/rust-lang/crates.io-index"
 7900checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7901dependencies = [
 7902 "ahash 0.7.8",
 7903]
 7904
 7905[[package]]
 7906name = "hashbrown"
 7907version = "0.14.5"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7910dependencies = [
 7911 "ahash 0.8.12",
 7912 "allocator-api2",
 7913]
 7914
 7915[[package]]
 7916name = "hashbrown"
 7917version = "0.15.5"
 7918source = "registry+https://github.com/rust-lang/crates.io-index"
 7919checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7920dependencies = [
 7921 "allocator-api2",
 7922 "equivalent",
 7923 "foldhash 0.1.5",
 7924 "serde",
 7925]
 7926
 7927[[package]]
 7928name = "hashbrown"
 7929version = "0.16.1"
 7930source = "registry+https://github.com/rust-lang/crates.io-index"
 7931checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7932dependencies = [
 7933 "allocator-api2",
 7934 "equivalent",
 7935 "foldhash 0.2.0",
 7936]
 7937
 7938[[package]]
 7939name = "hashlink"
 7940version = "0.8.4"
 7941source = "registry+https://github.com/rust-lang/crates.io-index"
 7942checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7943dependencies = [
 7944 "hashbrown 0.14.5",
 7945]
 7946
 7947[[package]]
 7948name = "hashlink"
 7949version = "0.10.0"
 7950source = "registry+https://github.com/rust-lang/crates.io-index"
 7951checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7952dependencies = [
 7953 "hashbrown 0.15.5",
 7954]
 7955
 7956[[package]]
 7957name = "headers"
 7958version = "0.3.9"
 7959source = "registry+https://github.com/rust-lang/crates.io-index"
 7960checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7961dependencies = [
 7962 "base64 0.21.7",
 7963 "bytes 1.11.1",
 7964 "headers-core",
 7965 "http 0.2.12",
 7966 "httpdate",
 7967 "mime",
 7968 "sha1",
 7969]
 7970
 7971[[package]]
 7972name = "headers-core"
 7973version = "0.2.0"
 7974source = "registry+https://github.com/rust-lang/crates.io-index"
 7975checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 7976dependencies = [
 7977 "http 0.2.12",
 7978]
 7979
 7980[[package]]
 7981name = "heapless"
 7982version = "0.9.2"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 7985dependencies = [
 7986 "hash32",
 7987 "stable_deref_trait",
 7988]
 7989
 7990[[package]]
 7991name = "heck"
 7992version = "0.3.3"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 7995dependencies = [
 7996 "unicode-segmentation",
 7997]
 7998
 7999[[package]]
 8000name = "heck"
 8001version = "0.4.1"
 8002source = "registry+https://github.com/rust-lang/crates.io-index"
 8003checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8004dependencies = [
 8005 "unicode-segmentation",
 8006]
 8007
 8008[[package]]
 8009name = "heck"
 8010version = "0.5.0"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8013
 8014[[package]]
 8015name = "heed"
 8016version = "0.21.0"
 8017source = "registry+https://github.com/rust-lang/crates.io-index"
 8018checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8019dependencies = [
 8020 "bitflags 2.10.0",
 8021 "byteorder",
 8022 "heed-traits",
 8023 "heed-types",
 8024 "libc",
 8025 "lmdb-master-sys",
 8026 "once_cell",
 8027 "page_size",
 8028 "serde",
 8029 "synchronoise",
 8030 "url",
 8031]
 8032
 8033[[package]]
 8034name = "heed-traits"
 8035version = "0.20.0"
 8036source = "registry+https://github.com/rust-lang/crates.io-index"
 8037checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8038
 8039[[package]]
 8040name = "heed-types"
 8041version = "0.21.0"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8044dependencies = [
 8045 "bincode",
 8046 "byteorder",
 8047 "heed-traits",
 8048 "serde",
 8049 "serde_json",
 8050]
 8051
 8052[[package]]
 8053name = "hermit-abi"
 8054version = "0.5.2"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8057
 8058[[package]]
 8059name = "hex"
 8060version = "0.4.3"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8063
 8064[[package]]
 8065name = "hexf-parse"
 8066version = "0.2.1"
 8067source = "registry+https://github.com/rust-lang/crates.io-index"
 8068checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8069
 8070[[package]]
 8071name = "hkdf"
 8072version = "0.12.4"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8075dependencies = [
 8076 "hmac",
 8077]
 8078
 8079[[package]]
 8080name = "hmac"
 8081version = "0.12.1"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8084dependencies = [
 8085 "digest",
 8086]
 8087
 8088[[package]]
 8089name = "home"
 8090version = "0.5.11"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8093dependencies = [
 8094 "windows-sys 0.59.0",
 8095]
 8096
 8097[[package]]
 8098name = "hound"
 8099version = "3.5.1"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8102
 8103[[package]]
 8104name = "html5ever"
 8105version = "0.27.0"
 8106source = "registry+https://github.com/rust-lang/crates.io-index"
 8107checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8108dependencies = [
 8109 "log",
 8110 "mac",
 8111 "markup5ever 0.12.1",
 8112 "proc-macro2",
 8113 "quote",
 8114 "syn 2.0.117",
 8115]
 8116
 8117[[package]]
 8118name = "html5ever"
 8119version = "0.35.0"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8122dependencies = [
 8123 "log",
 8124 "markup5ever 0.35.0",
 8125 "match_token",
 8126]
 8127
 8128[[package]]
 8129name = "html_to_markdown"
 8130version = "0.1.0"
 8131dependencies = [
 8132 "anyhow",
 8133 "html5ever 0.27.0",
 8134 "indoc",
 8135 "markup5ever_rcdom",
 8136 "pretty_assertions",
 8137 "regex",
 8138]
 8139
 8140[[package]]
 8141name = "http"
 8142version = "0.2.12"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8145dependencies = [
 8146 "bytes 1.11.1",
 8147 "fnv",
 8148 "itoa",
 8149]
 8150
 8151[[package]]
 8152name = "http"
 8153version = "1.3.1"
 8154source = "registry+https://github.com/rust-lang/crates.io-index"
 8155checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8156dependencies = [
 8157 "bytes 1.11.1",
 8158 "fnv",
 8159 "itoa",
 8160]
 8161
 8162[[package]]
 8163name = "http-body"
 8164version = "0.4.6"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8167dependencies = [
 8168 "bytes 1.11.1",
 8169 "http 0.2.12",
 8170 "pin-project-lite",
 8171]
 8172
 8173[[package]]
 8174name = "http-body"
 8175version = "1.0.1"
 8176source = "registry+https://github.com/rust-lang/crates.io-index"
 8177checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8178dependencies = [
 8179 "bytes 1.11.1",
 8180 "http 1.3.1",
 8181]
 8182
 8183[[package]]
 8184name = "http-body-util"
 8185version = "0.1.3"
 8186source = "registry+https://github.com/rust-lang/crates.io-index"
 8187checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8188dependencies = [
 8189 "bytes 1.11.1",
 8190 "futures-core",
 8191 "http 1.3.1",
 8192 "http-body 1.0.1",
 8193 "pin-project-lite",
 8194]
 8195
 8196[[package]]
 8197name = "http-range-header"
 8198version = "0.3.1"
 8199source = "registry+https://github.com/rust-lang/crates.io-index"
 8200checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8201
 8202[[package]]
 8203name = "http_client"
 8204version = "0.1.0"
 8205dependencies = [
 8206 "anyhow",
 8207 "async-compression",
 8208 "async-fs",
 8209 "async-tar",
 8210 "bytes 1.11.1",
 8211 "derive_more",
 8212 "futures 0.3.32",
 8213 "http 1.3.1",
 8214 "http-body 1.0.1",
 8215 "log",
 8216 "parking_lot",
 8217 "serde",
 8218 "serde_json",
 8219 "serde_urlencoded",
 8220 "sha2",
 8221 "tempfile",
 8222 "url",
 8223 "util",
 8224]
 8225
 8226[[package]]
 8227name = "http_client_tls"
 8228version = "0.1.0"
 8229dependencies = [
 8230 "rustls 0.23.33",
 8231 "rustls-platform-verifier",
 8232]
 8233
 8234[[package]]
 8235name = "httparse"
 8236version = "1.10.1"
 8237source = "registry+https://github.com/rust-lang/crates.io-index"
 8238checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8239
 8240[[package]]
 8241name = "httpdate"
 8242version = "1.0.3"
 8243source = "registry+https://github.com/rust-lang/crates.io-index"
 8244checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8245
 8246[[package]]
 8247name = "human_bytes"
 8248version = "0.4.3"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8251
 8252[[package]]
 8253name = "humantime"
 8254version = "2.3.0"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8257
 8258[[package]]
 8259name = "hyper"
 8260version = "0.14.32"
 8261source = "registry+https://github.com/rust-lang/crates.io-index"
 8262checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8263dependencies = [
 8264 "bytes 1.11.1",
 8265 "futures-channel",
 8266 "futures-core",
 8267 "futures-util",
 8268 "h2 0.3.27",
 8269 "http 0.2.12",
 8270 "http-body 0.4.6",
 8271 "httparse",
 8272 "httpdate",
 8273 "itoa",
 8274 "pin-project-lite",
 8275 "socket2 0.5.10",
 8276 "tokio",
 8277 "tower-service",
 8278 "tracing",
 8279 "want",
 8280]
 8281
 8282[[package]]
 8283name = "hyper"
 8284version = "1.7.0"
 8285source = "registry+https://github.com/rust-lang/crates.io-index"
 8286checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8287dependencies = [
 8288 "atomic-waker",
 8289 "bytes 1.11.1",
 8290 "futures-channel",
 8291 "futures-core",
 8292 "h2 0.4.12",
 8293 "http 1.3.1",
 8294 "http-body 1.0.1",
 8295 "httparse",
 8296 "itoa",
 8297 "pin-project-lite",
 8298 "pin-utils",
 8299 "smallvec",
 8300 "tokio",
 8301 "want",
 8302]
 8303
 8304[[package]]
 8305name = "hyper-rustls"
 8306version = "0.24.2"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8309dependencies = [
 8310 "futures-util",
 8311 "http 0.2.12",
 8312 "hyper 0.14.32",
 8313 "log",
 8314 "rustls 0.21.12",
 8315 "rustls-native-certs 0.6.3",
 8316 "tokio",
 8317 "tokio-rustls 0.24.1",
 8318]
 8319
 8320[[package]]
 8321name = "hyper-rustls"
 8322version = "0.27.7"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8325dependencies = [
 8326 "http 1.3.1",
 8327 "hyper 1.7.0",
 8328 "hyper-util",
 8329 "rustls 0.23.33",
 8330 "rustls-native-certs 0.8.2",
 8331 "rustls-pki-types",
 8332 "tokio",
 8333 "tokio-rustls 0.26.2",
 8334 "tower-service",
 8335]
 8336
 8337[[package]]
 8338name = "hyper-tls"
 8339version = "0.5.0"
 8340source = "registry+https://github.com/rust-lang/crates.io-index"
 8341checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8342dependencies = [
 8343 "bytes 1.11.1",
 8344 "hyper 0.14.32",
 8345 "native-tls",
 8346 "tokio",
 8347 "tokio-native-tls",
 8348]
 8349
 8350[[package]]
 8351name = "hyper-util"
 8352version = "0.1.17"
 8353source = "registry+https://github.com/rust-lang/crates.io-index"
 8354checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8355dependencies = [
 8356 "base64 0.22.1",
 8357 "bytes 1.11.1",
 8358 "futures-channel",
 8359 "futures-core",
 8360 "futures-util",
 8361 "http 1.3.1",
 8362 "http-body 1.0.1",
 8363 "hyper 1.7.0",
 8364 "ipnet",
 8365 "libc",
 8366 "percent-encoding",
 8367 "pin-project-lite",
 8368 "socket2 0.6.1",
 8369 "tokio",
 8370 "tower-service",
 8371 "tracing",
 8372]
 8373
 8374[[package]]
 8375name = "iana-time-zone"
 8376version = "0.1.64"
 8377source = "registry+https://github.com/rust-lang/crates.io-index"
 8378checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8379dependencies = [
 8380 "android_system_properties",
 8381 "core-foundation-sys",
 8382 "iana-time-zone-haiku",
 8383 "js-sys",
 8384 "log",
 8385 "wasm-bindgen",
 8386 "windows-core 0.62.2",
 8387]
 8388
 8389[[package]]
 8390name = "iana-time-zone-haiku"
 8391version = "0.1.2"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8394dependencies = [
 8395 "cc",
 8396]
 8397
 8398[[package]]
 8399name = "icons"
 8400version = "0.1.0"
 8401dependencies = [
 8402 "serde",
 8403 "strum 0.27.2",
 8404]
 8405
 8406[[package]]
 8407name = "icu_collections"
 8408version = "2.0.0"
 8409source = "registry+https://github.com/rust-lang/crates.io-index"
 8410checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8411dependencies = [
 8412 "displaydoc",
 8413 "potential_utf",
 8414 "yoke 0.8.0",
 8415 "zerofrom",
 8416 "zerovec",
 8417]
 8418
 8419[[package]]
 8420name = "icu_locale_core"
 8421version = "2.0.0"
 8422source = "registry+https://github.com/rust-lang/crates.io-index"
 8423checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8424dependencies = [
 8425 "displaydoc",
 8426 "litemap",
 8427 "tinystr",
 8428 "writeable",
 8429 "zerovec",
 8430]
 8431
 8432[[package]]
 8433name = "icu_normalizer"
 8434version = "2.0.0"
 8435source = "registry+https://github.com/rust-lang/crates.io-index"
 8436checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8437dependencies = [
 8438 "displaydoc",
 8439 "icu_collections",
 8440 "icu_normalizer_data",
 8441 "icu_properties",
 8442 "icu_provider",
 8443 "smallvec",
 8444 "zerovec",
 8445]
 8446
 8447[[package]]
 8448name = "icu_normalizer_data"
 8449version = "2.0.0"
 8450source = "registry+https://github.com/rust-lang/crates.io-index"
 8451checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8452
 8453[[package]]
 8454name = "icu_properties"
 8455version = "2.0.1"
 8456source = "registry+https://github.com/rust-lang/crates.io-index"
 8457checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8458dependencies = [
 8459 "displaydoc",
 8460 "icu_collections",
 8461 "icu_locale_core",
 8462 "icu_properties_data",
 8463 "icu_provider",
 8464 "potential_utf",
 8465 "zerotrie",
 8466 "zerovec",
 8467]
 8468
 8469[[package]]
 8470name = "icu_properties_data"
 8471version = "2.0.1"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8474
 8475[[package]]
 8476name = "icu_provider"
 8477version = "2.0.0"
 8478source = "registry+https://github.com/rust-lang/crates.io-index"
 8479checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8480dependencies = [
 8481 "displaydoc",
 8482 "icu_locale_core",
 8483 "stable_deref_trait",
 8484 "tinystr",
 8485 "writeable",
 8486 "yoke 0.8.0",
 8487 "zerofrom",
 8488 "zerotrie",
 8489 "zerovec",
 8490]
 8491
 8492[[package]]
 8493name = "id-arena"
 8494version = "2.2.1"
 8495source = "registry+https://github.com/rust-lang/crates.io-index"
 8496checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8497
 8498[[package]]
 8499name = "ident_case"
 8500version = "1.0.1"
 8501source = "registry+https://github.com/rust-lang/crates.io-index"
 8502checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8503
 8504[[package]]
 8505name = "idna"
 8506version = "1.1.0"
 8507source = "registry+https://github.com/rust-lang/crates.io-index"
 8508checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8509dependencies = [
 8510 "idna_adapter",
 8511 "smallvec",
 8512 "utf8_iter",
 8513]
 8514
 8515[[package]]
 8516name = "idna_adapter"
 8517version = "1.2.1"
 8518source = "registry+https://github.com/rust-lang/crates.io-index"
 8519checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8520dependencies = [
 8521 "icu_normalizer",
 8522 "icu_properties",
 8523]
 8524
 8525[[package]]
 8526name = "ignore"
 8527version = "0.4.24"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8530dependencies = [
 8531 "crossbeam-deque",
 8532 "globset",
 8533 "log",
 8534 "memchr",
 8535 "regex-automata",
 8536 "same-file",
 8537 "walkdir",
 8538 "winapi-util",
 8539]
 8540
 8541[[package]]
 8542name = "image"
 8543version = "0.25.8"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8546dependencies = [
 8547 "bytemuck",
 8548 "byteorder-lite",
 8549 "color_quant",
 8550 "exr",
 8551 "gif",
 8552 "image-webp",
 8553 "moxcms",
 8554 "num-traits",
 8555 "png 0.18.0",
 8556 "qoi",
 8557 "ravif",
 8558 "rayon",
 8559 "rgb",
 8560 "tiff",
 8561 "zune-core",
 8562 "zune-jpeg",
 8563]
 8564
 8565[[package]]
 8566name = "image-webp"
 8567version = "0.2.4"
 8568source = "registry+https://github.com/rust-lang/crates.io-index"
 8569checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8570dependencies = [
 8571 "byteorder-lite",
 8572 "quick-error 2.0.1",
 8573]
 8574
 8575[[package]]
 8576name = "image_viewer"
 8577version = "0.1.0"
 8578dependencies = [
 8579 "anyhow",
 8580 "db",
 8581 "editor",
 8582 "file_icons",
 8583 "gpui",
 8584 "language",
 8585 "log",
 8586 "project",
 8587 "serde",
 8588 "settings",
 8589 "theme_settings",
 8590 "ui",
 8591 "util",
 8592 "workspace",
 8593]
 8594
 8595[[package]]
 8596name = "imagesize"
 8597version = "0.13.0"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8600
 8601[[package]]
 8602name = "imara-diff"
 8603version = "0.1.8"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8606dependencies = [
 8607 "hashbrown 0.15.5",
 8608]
 8609
 8610[[package]]
 8611name = "imgref"
 8612version = "1.12.0"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8615
 8616[[package]]
 8617name = "indenter"
 8618version = "0.3.4"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8621
 8622[[package]]
 8623name = "indexmap"
 8624version = "2.11.4"
 8625source = "registry+https://github.com/rust-lang/crates.io-index"
 8626checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8627dependencies = [
 8628 "equivalent",
 8629 "hashbrown 0.16.1",
 8630 "serde",
 8631 "serde_core",
 8632]
 8633
 8634[[package]]
 8635name = "indoc"
 8636version = "2.0.6"
 8637source = "registry+https://github.com/rust-lang/crates.io-index"
 8638checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8639
 8640[[package]]
 8641name = "inherent"
 8642version = "1.0.13"
 8643source = "registry+https://github.com/rust-lang/crates.io-index"
 8644checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8645dependencies = [
 8646 "proc-macro2",
 8647 "quote",
 8648 "syn 2.0.117",
 8649]
 8650
 8651[[package]]
 8652name = "inotify"
 8653version = "0.9.6"
 8654source = "registry+https://github.com/rust-lang/crates.io-index"
 8655checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8656dependencies = [
 8657 "bitflags 1.3.2",
 8658 "inotify-sys",
 8659 "libc",
 8660]
 8661
 8662[[package]]
 8663name = "inotify"
 8664version = "0.11.0"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8667dependencies = [
 8668 "bitflags 2.10.0",
 8669 "inotify-sys",
 8670 "libc",
 8671]
 8672
 8673[[package]]
 8674name = "inotify-sys"
 8675version = "0.1.5"
 8676source = "registry+https://github.com/rust-lang/crates.io-index"
 8677checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8678dependencies = [
 8679 "libc",
 8680]
 8681
 8682[[package]]
 8683name = "inout"
 8684version = "0.1.4"
 8685source = "registry+https://github.com/rust-lang/crates.io-index"
 8686checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8687dependencies = [
 8688 "block-padding",
 8689 "generic-array",
 8690]
 8691
 8692[[package]]
 8693name = "inspector_ui"
 8694version = "0.1.0"
 8695dependencies = [
 8696 "anyhow",
 8697 "command_palette_hooks",
 8698 "editor",
 8699 "fuzzy",
 8700 "gpui",
 8701 "language",
 8702 "project",
 8703 "serde_json",
 8704 "serde_json_lenient",
 8705 "theme_settings",
 8706 "ui",
 8707 "util",
 8708 "util_macros",
 8709 "workspace",
 8710 "zed_actions",
 8711]
 8712
 8713[[package]]
 8714name = "install_cli"
 8715version = "0.1.0"
 8716dependencies = [
 8717 "anyhow",
 8718 "client",
 8719 "gpui",
 8720 "release_channel",
 8721 "smol",
 8722 "util",
 8723 "workspace",
 8724]
 8725
 8726[[package]]
 8727name = "instant"
 8728version = "0.1.13"
 8729source = "registry+https://github.com/rust-lang/crates.io-index"
 8730checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8731dependencies = [
 8732 "cfg-if",
 8733]
 8734
 8735[[package]]
 8736name = "interpolate_name"
 8737version = "0.2.4"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8740dependencies = [
 8741 "proc-macro2",
 8742 "quote",
 8743 "syn 2.0.117",
 8744]
 8745
 8746[[package]]
 8747name = "inventory"
 8748version = "0.3.21"
 8749source = "registry+https://github.com/rust-lang/crates.io-index"
 8750checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8751dependencies = [
 8752 "rustversion",
 8753]
 8754
 8755[[package]]
 8756name = "io-extras"
 8757version = "0.18.4"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8760dependencies = [
 8761 "io-lifetimes",
 8762 "windows-sys 0.59.0",
 8763]
 8764
 8765[[package]]
 8766name = "io-lifetimes"
 8767version = "2.0.4"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8770
 8771[[package]]
 8772name = "io-surface"
 8773version = "0.16.1"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8776dependencies = [
 8777 "cgl",
 8778 "core-foundation 0.10.0",
 8779 "core-foundation-sys",
 8780 "leaky-cow",
 8781]
 8782
 8783[[package]]
 8784name = "iovec"
 8785version = "0.1.4"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8788dependencies = [
 8789 "libc",
 8790]
 8791
 8792[[package]]
 8793name = "ipc-channel"
 8794version = "0.19.0"
 8795source = "registry+https://github.com/rust-lang/crates.io-index"
 8796checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8797dependencies = [
 8798 "bincode",
 8799 "crossbeam-channel",
 8800 "fnv",
 8801 "lazy_static",
 8802 "libc",
 8803 "mio 1.1.0",
 8804 "rand 0.8.5",
 8805 "serde",
 8806 "tempfile",
 8807 "uuid",
 8808 "windows 0.58.0",
 8809]
 8810
 8811[[package]]
 8812name = "ipnet"
 8813version = "2.11.0"
 8814source = "registry+https://github.com/rust-lang/crates.io-index"
 8815checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8816
 8817[[package]]
 8818name = "iri-string"
 8819version = "0.7.8"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8822dependencies = [
 8823 "memchr",
 8824 "serde",
 8825]
 8826
 8827[[package]]
 8828name = "is-docker"
 8829version = "0.2.0"
 8830source = "registry+https://github.com/rust-lang/crates.io-index"
 8831checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8832dependencies = [
 8833 "once_cell",
 8834]
 8835
 8836[[package]]
 8837name = "is-terminal"
 8838version = "0.4.16"
 8839source = "registry+https://github.com/rust-lang/crates.io-index"
 8840checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8841dependencies = [
 8842 "hermit-abi",
 8843 "libc",
 8844 "windows-sys 0.59.0",
 8845]
 8846
 8847[[package]]
 8848name = "is-wsl"
 8849version = "0.4.0"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8852dependencies = [
 8853 "is-docker",
 8854 "once_cell",
 8855]
 8856
 8857[[package]]
 8858name = "is_executable"
 8859version = "1.0.5"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8862dependencies = [
 8863 "windows-sys 0.60.2",
 8864]
 8865
 8866[[package]]
 8867name = "is_terminal_polyfill"
 8868version = "1.70.1"
 8869source = "registry+https://github.com/rust-lang/crates.io-index"
 8870checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8871
 8872[[package]]
 8873name = "itertools"
 8874version = "0.10.5"
 8875source = "registry+https://github.com/rust-lang/crates.io-index"
 8876checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8877dependencies = [
 8878 "either",
 8879]
 8880
 8881[[package]]
 8882name = "itertools"
 8883version = "0.11.0"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8886dependencies = [
 8887 "either",
 8888]
 8889
 8890[[package]]
 8891name = "itertools"
 8892version = "0.12.1"
 8893source = "registry+https://github.com/rust-lang/crates.io-index"
 8894checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8895dependencies = [
 8896 "either",
 8897]
 8898
 8899[[package]]
 8900name = "itertools"
 8901version = "0.14.0"
 8902source = "registry+https://github.com/rust-lang/crates.io-index"
 8903checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8904dependencies = [
 8905 "either",
 8906]
 8907
 8908[[package]]
 8909name = "itoa"
 8910version = "1.0.15"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8913
 8914[[package]]
 8915name = "jiff"
 8916version = "0.2.15"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8919dependencies = [
 8920 "jiff-static",
 8921 "log",
 8922 "portable-atomic",
 8923 "portable-atomic-util",
 8924 "serde",
 8925]
 8926
 8927[[package]]
 8928name = "jiff-static"
 8929version = "0.2.15"
 8930source = "registry+https://github.com/rust-lang/crates.io-index"
 8931checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8932dependencies = [
 8933 "proc-macro2",
 8934 "quote",
 8935 "syn 2.0.117",
 8936]
 8937
 8938[[package]]
 8939name = "jni"
 8940version = "0.21.1"
 8941source = "registry+https://github.com/rust-lang/crates.io-index"
 8942checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8943dependencies = [
 8944 "cesu8",
 8945 "cfg-if",
 8946 "combine",
 8947 "jni-sys",
 8948 "log",
 8949 "thiserror 1.0.69",
 8950 "walkdir",
 8951 "windows-sys 0.45.0",
 8952]
 8953
 8954[[package]]
 8955name = "jni-sys"
 8956version = "0.3.0"
 8957source = "registry+https://github.com/rust-lang/crates.io-index"
 8958checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 8959
 8960[[package]]
 8961name = "jobserver"
 8962version = "0.1.34"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 8965dependencies = [
 8966 "getrandom 0.3.4",
 8967 "libc",
 8968]
 8969
 8970[[package]]
 8971name = "journal"
 8972version = "0.1.0"
 8973dependencies = [
 8974 "anyhow",
 8975 "chrono",
 8976 "editor",
 8977 "gpui",
 8978 "log",
 8979 "serde",
 8980 "settings",
 8981 "shellexpand 2.1.2",
 8982 "workspace",
 8983]
 8984
 8985[[package]]
 8986name = "js-sys"
 8987version = "0.3.90"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 8990dependencies = [
 8991 "once_cell",
 8992 "wasm-bindgen",
 8993]
 8994
 8995[[package]]
 8996name = "json5"
 8997version = "0.4.1"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9000dependencies = [
 9001 "pest",
 9002 "pest_derive",
 9003 "serde",
 9004]
 9005
 9006[[package]]
 9007name = "json_dotpath"
 9008version = "1.1.0"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9011dependencies = [
 9012 "serde",
 9013 "serde_derive",
 9014 "serde_json",
 9015 "thiserror 1.0.69",
 9016]
 9017
 9018[[package]]
 9019name = "json_schema_store"
 9020version = "0.1.0"
 9021dependencies = [
 9022 "anyhow",
 9023 "collections",
 9024 "dap",
 9025 "extension",
 9026 "gpui",
 9027 "language",
 9028 "parking_lot",
 9029 "paths",
 9030 "project",
 9031 "schemars",
 9032 "serde",
 9033 "serde_json",
 9034 "settings",
 9035 "snippet_provider",
 9036 "task",
 9037 "theme",
 9038 "util",
 9039]
 9040
 9041[[package]]
 9042name = "jsonschema"
 9043version = "0.37.4"
 9044source = "registry+https://github.com/rust-lang/crates.io-index"
 9045checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9046dependencies = [
 9047 "ahash 0.8.12",
 9048 "bytecount",
 9049 "data-encoding",
 9050 "email_address",
 9051 "fancy-regex 0.16.2",
 9052 "fraction",
 9053 "getrandom 0.3.4",
 9054 "idna",
 9055 "itoa",
 9056 "num-cmp",
 9057 "num-traits",
 9058 "percent-encoding",
 9059 "referencing",
 9060 "regex",
 9061 "regex-syntax",
 9062 "reqwest 0.12.24",
 9063 "serde",
 9064 "serde_json",
 9065 "unicode-general-category",
 9066 "uuid-simd",
 9067]
 9068
 9069[[package]]
 9070name = "jsonwebtoken"
 9071version = "10.3.0"
 9072source = "registry+https://github.com/rust-lang/crates.io-index"
 9073checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9074dependencies = [
 9075 "aws-lc-rs",
 9076 "base64 0.22.1",
 9077 "getrandom 0.2.16",
 9078 "js-sys",
 9079 "pem",
 9080 "serde",
 9081 "serde_json",
 9082 "signature 2.2.0",
 9083 "simple_asn1",
 9084]
 9085
 9086[[package]]
 9087name = "jupyter-protocol"
 9088version = "1.4.0"
 9089source = "registry+https://github.com/rust-lang/crates.io-index"
 9090checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9091dependencies = [
 9092 "async-trait",
 9093 "bytes 1.11.1",
 9094 "chrono",
 9095 "futures 0.3.32",
 9096 "serde",
 9097 "serde_json",
 9098 "thiserror 2.0.17",
 9099 "uuid",
 9100]
 9101
 9102[[package]]
 9103name = "jupyter-websocket-client"
 9104version = "1.0.0"
 9105source = "registry+https://github.com/rust-lang/crates.io-index"
 9106checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9107dependencies = [
 9108 "anyhow",
 9109 "async-trait",
 9110 "async-tungstenite",
 9111 "futures 0.3.32",
 9112 "jupyter-protocol",
 9113 "serde",
 9114 "serde_json",
 9115 "tokio",
 9116 "url",
 9117 "uuid",
 9118]
 9119
 9120[[package]]
 9121name = "keymap_editor"
 9122version = "0.1.0"
 9123dependencies = [
 9124 "anyhow",
 9125 "collections",
 9126 "command_palette",
 9127 "component",
 9128 "db",
 9129 "editor",
 9130 "fs",
 9131 "fuzzy",
 9132 "gpui",
 9133 "itertools 0.14.0",
 9134 "json_schema_store",
 9135 "language",
 9136 "log",
 9137 "menu",
 9138 "notifications",
 9139 "paths",
 9140 "project",
 9141 "search",
 9142 "serde",
 9143 "serde_json",
 9144 "settings",
 9145 "telemetry",
 9146 "tempfile",
 9147 "theme",
 9148 "theme_settings",
 9149 "tree-sitter-json",
 9150 "tree-sitter-rust",
 9151 "ui",
 9152 "ui_input",
 9153 "util",
 9154 "workspace",
 9155 "zed_actions",
 9156]
 9157
 9158[[package]]
 9159name = "khronos-egl"
 9160version = "6.0.0"
 9161source = "registry+https://github.com/rust-lang/crates.io-index"
 9162checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9163dependencies = [
 9164 "libc",
 9165 "libloading",
 9166 "pkg-config",
 9167]
 9168
 9169[[package]]
 9170name = "khronos_api"
 9171version = "3.1.0"
 9172source = "registry+https://github.com/rust-lang/crates.io-index"
 9173checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9174
 9175[[package]]
 9176name = "kqueue"
 9177version = "1.1.1"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9180dependencies = [
 9181 "kqueue-sys",
 9182 "libc",
 9183]
 9184
 9185[[package]]
 9186name = "kqueue-sys"
 9187version = "1.0.4"
 9188source = "registry+https://github.com/rust-lang/crates.io-index"
 9189checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9190dependencies = [
 9191 "bitflags 1.3.2",
 9192 "libc",
 9193]
 9194
 9195[[package]]
 9196name = "kurbo"
 9197version = "0.11.3"
 9198source = "registry+https://github.com/rust-lang/crates.io-index"
 9199checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9200dependencies = [
 9201 "arrayvec",
 9202 "euclid",
 9203 "smallvec",
 9204]
 9205
 9206[[package]]
 9207name = "kv-log-macro"
 9208version = "1.0.7"
 9209source = "registry+https://github.com/rust-lang/crates.io-index"
 9210checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9211dependencies = [
 9212 "log",
 9213]
 9214
 9215[[package]]
 9216name = "language"
 9217version = "0.1.0"
 9218dependencies = [
 9219 "anyhow",
 9220 "async-trait",
 9221 "clock",
 9222 "collections",
 9223 "criterion",
 9224 "ctor",
 9225 "diffy",
 9226 "ec4rs",
 9227 "encoding_rs",
 9228 "fs",
 9229 "futures 0.3.32",
 9230 "fuzzy",
 9231 "globset",
 9232 "gpui",
 9233 "http_client",
 9234 "imara-diff",
 9235 "indoc",
 9236 "itertools 0.14.0",
 9237 "language_core",
 9238 "log",
 9239 "lsp",
 9240 "parking_lot",
 9241 "postage",
 9242 "pretty_assertions",
 9243 "rand 0.9.2",
 9244 "regex",
 9245 "rpc",
 9246 "semver",
 9247 "serde",
 9248 "serde_json",
 9249 "settings",
 9250 "shellexpand 2.1.2",
 9251 "smallvec",
 9252 "smol",
 9253 "streaming-iterator",
 9254 "strsim",
 9255 "sum_tree",
 9256 "task",
 9257 "text",
 9258 "theme",
 9259 "theme_settings",
 9260 "toml 0.8.23",
 9261 "tracing",
 9262 "tree-sitter",
 9263 "tree-sitter-elixir",
 9264 "tree-sitter-embedded-template",
 9265 "tree-sitter-heex",
 9266 "tree-sitter-html",
 9267 "tree-sitter-json",
 9268 "tree-sitter-md",
 9269 "tree-sitter-python",
 9270 "tree-sitter-ruby",
 9271 "tree-sitter-rust",
 9272 "tree-sitter-typescript",
 9273 "unicase",
 9274 "unindent",
 9275 "util",
 9276 "watch",
 9277 "zlog",
 9278 "ztracing",
 9279]
 9280
 9281[[package]]
 9282name = "language_core"
 9283version = "0.1.0"
 9284dependencies = [
 9285 "anyhow",
 9286 "collections",
 9287 "gpui",
 9288 "log",
 9289 "lsp",
 9290 "parking_lot",
 9291 "regex",
 9292 "schemars",
 9293 "serde",
 9294 "serde_json",
 9295 "toml 0.8.23",
 9296 "tree-sitter",
 9297 "util",
 9298]
 9299
 9300[[package]]
 9301name = "language_extension"
 9302version = "0.1.0"
 9303dependencies = [
 9304 "anyhow",
 9305 "async-trait",
 9306 "collections",
 9307 "extension",
 9308 "fs",
 9309 "futures 0.3.32",
 9310 "gpui",
 9311 "language",
 9312 "log",
 9313 "lsp",
 9314 "project",
 9315 "serde",
 9316 "serde_json",
 9317 "tracing",
 9318 "util",
 9319 "ztracing",
 9320]
 9321
 9322[[package]]
 9323name = "language_model"
 9324version = "0.1.0"
 9325dependencies = [
 9326 "anthropic",
 9327 "anyhow",
 9328 "base64 0.22.1",
 9329 "cloud_api_client",
 9330 "cloud_api_types",
 9331 "cloud_llm_client",
 9332 "collections",
 9333 "credentials_provider",
 9334 "env_var",
 9335 "futures 0.3.32",
 9336 "gpui",
 9337 "http_client",
 9338 "icons",
 9339 "image",
 9340 "log",
 9341 "open_ai",
 9342 "open_router",
 9343 "parking_lot",
 9344 "schemars",
 9345 "serde",
 9346 "serde_json",
 9347 "smol",
 9348 "thiserror 2.0.17",
 9349 "util",
 9350]
 9351
 9352[[package]]
 9353name = "language_models"
 9354version = "0.1.0"
 9355dependencies = [
 9356 "ai_onboarding",
 9357 "anthropic",
 9358 "anyhow",
 9359 "aws-config",
 9360 "aws-credential-types",
 9361 "aws_http_client",
 9362 "base64 0.22.1",
 9363 "bedrock",
 9364 "client",
 9365 "cloud_api_types",
 9366 "cloud_llm_client",
 9367 "collections",
 9368 "component",
 9369 "convert_case 0.8.0",
 9370 "copilot",
 9371 "copilot_chat",
 9372 "copilot_ui",
 9373 "credentials_provider",
 9374 "deepseek",
 9375 "extension",
 9376 "extension_host",
 9377 "fs",
 9378 "futures 0.3.32",
 9379 "google_ai",
 9380 "gpui",
 9381 "gpui_tokio",
 9382 "http_client",
 9383 "language",
 9384 "language_model",
 9385 "lmstudio",
 9386 "log",
 9387 "menu",
 9388 "mistral",
 9389 "ollama",
 9390 "open_ai",
 9391 "open_router",
 9392 "opencode",
 9393 "partial-json-fixer",
 9394 "pretty_assertions",
 9395 "release_channel",
 9396 "schemars",
 9397 "semver",
 9398 "serde",
 9399 "serde_json",
 9400 "settings",
 9401 "smol",
 9402 "strum 0.27.2",
 9403 "thiserror 2.0.17",
 9404 "tiktoken-rs",
 9405 "tokio",
 9406 "ui",
 9407 "ui_input",
 9408 "util",
 9409 "vercel",
 9410 "x_ai",
 9411]
 9412
 9413[[package]]
 9414name = "language_onboarding"
 9415version = "0.1.0"
 9416dependencies = [
 9417 "db",
 9418 "editor",
 9419 "gpui",
 9420 "project",
 9421 "ui",
 9422 "workspace",
 9423]
 9424
 9425[[package]]
 9426name = "language_selector"
 9427version = "0.1.0"
 9428dependencies = [
 9429 "anyhow",
 9430 "editor",
 9431 "file_icons",
 9432 "fuzzy",
 9433 "gpui",
 9434 "language",
 9435 "open_path_prompt",
 9436 "picker",
 9437 "project",
 9438 "serde_json",
 9439 "settings",
 9440 "ui",
 9441 "util",
 9442 "workspace",
 9443]
 9444
 9445[[package]]
 9446name = "language_tools"
 9447version = "0.1.0"
 9448dependencies = [
 9449 "anyhow",
 9450 "client",
 9451 "collections",
 9452 "command_palette_hooks",
 9453 "edit_prediction",
 9454 "editor",
 9455 "futures 0.3.32",
 9456 "gpui",
 9457 "itertools 0.14.0",
 9458 "language",
 9459 "lsp",
 9460 "menu",
 9461 "project",
 9462 "proto",
 9463 "release_channel",
 9464 "semver",
 9465 "serde_json",
 9466 "settings",
 9467 "sysinfo 0.37.2",
 9468 "telemetry",
 9469 "theme",
 9470 "theme_settings",
 9471 "tree-sitter",
 9472 "ui",
 9473 "util",
 9474 "workspace",
 9475 "zed_actions",
 9476 "zlog",
 9477]
 9478
 9479[[package]]
 9480name = "languages"
 9481version = "0.1.0"
 9482dependencies = [
 9483 "anyhow",
 9484 "async-compression",
 9485 "async-fs",
 9486 "async-tar",
 9487 "async-trait",
 9488 "chrono",
 9489 "collections",
 9490 "fs",
 9491 "futures 0.3.32",
 9492 "globset",
 9493 "gpui",
 9494 "grammars",
 9495 "http_client",
 9496 "itertools 0.14.0",
 9497 "json_schema_store",
 9498 "language",
 9499 "log",
 9500 "lsp",
 9501 "node_runtime",
 9502 "parking_lot",
 9503 "pet",
 9504 "pet-conda",
 9505 "pet-core",
 9506 "pet-fs",
 9507 "pet-poetry",
 9508 "pet-reporter",
 9509 "pet-virtualenv",
 9510 "pretty_assertions",
 9511 "project",
 9512 "regex",
 9513 "rope",
 9514 "semver",
 9515 "serde",
 9516 "serde_json",
 9517 "serde_json_lenient",
 9518 "settings",
 9519 "smallvec",
 9520 "smol",
 9521 "snippet",
 9522 "task",
 9523 "terminal",
 9524 "theme",
 9525 "tree-sitter",
 9526 "tree-sitter-bash",
 9527 "tree-sitter-c",
 9528 "tree-sitter-cpp",
 9529 "tree-sitter-css",
 9530 "tree-sitter-gitcommit",
 9531 "tree-sitter-go",
 9532 "tree-sitter-python",
 9533 "tree-sitter-rust",
 9534 "tree-sitter-typescript",
 9535 "unindent",
 9536 "url",
 9537 "util",
 9538]
 9539
 9540[[package]]
 9541name = "lazy_static"
 9542version = "1.5.0"
 9543source = "registry+https://github.com/rust-lang/crates.io-index"
 9544checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9545dependencies = [
 9546 "spin 0.9.8",
 9547]
 9548
 9549[[package]]
 9550name = "leak"
 9551version = "0.1.2"
 9552source = "registry+https://github.com/rust-lang/crates.io-index"
 9553checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9554
 9555[[package]]
 9556name = "leaky-cow"
 9557version = "0.1.1"
 9558source = "registry+https://github.com/rust-lang/crates.io-index"
 9559checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9560dependencies = [
 9561 "leak",
 9562]
 9563
 9564[[package]]
 9565name = "leb128"
 9566version = "0.2.5"
 9567source = "registry+https://github.com/rust-lang/crates.io-index"
 9568checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9569
 9570[[package]]
 9571name = "leb128fmt"
 9572version = "0.1.0"
 9573source = "registry+https://github.com/rust-lang/crates.io-index"
 9574checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9575
 9576[[package]]
 9577name = "lebe"
 9578version = "0.5.3"
 9579source = "registry+https://github.com/rust-lang/crates.io-index"
 9580checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9581
 9582[[package]]
 9583name = "libbz2-rs-sys"
 9584version = "0.2.2"
 9585source = "registry+https://github.com/rust-lang/crates.io-index"
 9586checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9587
 9588[[package]]
 9589name = "libc"
 9590version = "0.2.182"
 9591source = "registry+https://github.com/rust-lang/crates.io-index"
 9592checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9593
 9594[[package]]
 9595name = "libdbus-sys"
 9596version = "0.2.6"
 9597source = "registry+https://github.com/rust-lang/crates.io-index"
 9598checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9599dependencies = [
 9600 "cc",
 9601 "pkg-config",
 9602]
 9603
 9604[[package]]
 9605name = "libfuzzer-sys"
 9606version = "0.4.10"
 9607source = "registry+https://github.com/rust-lang/crates.io-index"
 9608checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9609dependencies = [
 9610 "arbitrary",
 9611 "cc",
 9612]
 9613
 9614[[package]]
 9615name = "libgit2-sys"
 9616version = "0.18.3+1.9.2"
 9617source = "registry+https://github.com/rust-lang/crates.io-index"
 9618checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9619dependencies = [
 9620 "cc",
 9621 "libc",
 9622 "libz-sys",
 9623 "pkg-config",
 9624]
 9625
 9626[[package]]
 9627name = "libloading"
 9628version = "0.8.9"
 9629source = "registry+https://github.com/rust-lang/crates.io-index"
 9630checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9631dependencies = [
 9632 "cfg-if",
 9633 "windows-link 0.2.1",
 9634]
 9635
 9636[[package]]
 9637name = "libm"
 9638version = "0.2.15"
 9639source = "registry+https://github.com/rust-lang/crates.io-index"
 9640checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9641
 9642[[package]]
 9643name = "libmimalloc-sys"
 9644version = "0.1.44"
 9645source = "registry+https://github.com/rust-lang/crates.io-index"
 9646checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9647dependencies = [
 9648 "cc",
 9649 "libc",
 9650]
 9651
 9652[[package]]
 9653name = "libredox"
 9654version = "0.1.10"
 9655source = "registry+https://github.com/rust-lang/crates.io-index"
 9656checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9657dependencies = [
 9658 "bitflags 2.10.0",
 9659 "libc",
 9660 "redox_syscall 0.5.18",
 9661]
 9662
 9663[[package]]
 9664name = "libsqlite3-sys"
 9665version = "0.30.1"
 9666source = "registry+https://github.com/rust-lang/crates.io-index"
 9667checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9668dependencies = [
 9669 "cc",
 9670 "pkg-config",
 9671 "vcpkg",
 9672]
 9673
 9674[[package]]
 9675name = "libwebrtc"
 9676version = "0.3.26"
 9677source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9678dependencies = [
 9679 "cxx",
 9680 "glib",
 9681 "jni",
 9682 "js-sys",
 9683 "lazy_static",
 9684 "livekit-protocol",
 9685 "livekit-runtime",
 9686 "log",
 9687 "parking_lot",
 9688 "serde",
 9689 "serde_json",
 9690 "thiserror 1.0.69",
 9691 "tokio",
 9692 "wasm-bindgen",
 9693 "wasm-bindgen-futures",
 9694 "web-sys",
 9695 "webrtc-sys",
 9696]
 9697
 9698[[package]]
 9699name = "libyaml-rs"
 9700version = "0.3.0"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "2e126dda6f34391ab7b444f9922055facc83c07a910da3eb16f1e4d9c45dc777"
 9703
 9704[[package]]
 9705name = "libz-sys"
 9706version = "1.1.22"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9709dependencies = [
 9710 "cc",
 9711 "libc",
 9712 "pkg-config",
 9713 "vcpkg",
 9714]
 9715
 9716[[package]]
 9717name = "line_ending_selector"
 9718version = "0.1.0"
 9719dependencies = [
 9720 "editor",
 9721 "gpui",
 9722 "language",
 9723 "picker",
 9724 "project",
 9725 "ui",
 9726 "util",
 9727 "workspace",
 9728]
 9729
 9730[[package]]
 9731name = "linebender_resource_handle"
 9732version = "0.1.1"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9735
 9736[[package]]
 9737name = "link-cplusplus"
 9738version = "1.0.12"
 9739source = "registry+https://github.com/rust-lang/crates.io-index"
 9740checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9741dependencies = [
 9742 "cc",
 9743]
 9744
 9745[[package]]
 9746name = "linkify"
 9747version = "0.10.0"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9750dependencies = [
 9751 "memchr",
 9752]
 9753
 9754[[package]]
 9755name = "linux-raw-sys"
 9756version = "0.4.15"
 9757source = "registry+https://github.com/rust-lang/crates.io-index"
 9758checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9759
 9760[[package]]
 9761name = "linux-raw-sys"
 9762version = "0.11.0"
 9763source = "registry+https://github.com/rust-lang/crates.io-index"
 9764checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9765
 9766[[package]]
 9767name = "litemap"
 9768version = "0.8.0"
 9769source = "registry+https://github.com/rust-lang/crates.io-index"
 9770checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9771
 9772[[package]]
 9773name = "litrs"
 9774version = "1.0.0"
 9775source = "registry+https://github.com/rust-lang/crates.io-index"
 9776checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9777
 9778[[package]]
 9779name = "livekit"
 9780version = "0.7.32"
 9781source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9782dependencies = [
 9783 "base64 0.22.1",
 9784 "bmrng",
 9785 "bytes 1.11.1",
 9786 "chrono",
 9787 "futures-util",
 9788 "lazy_static",
 9789 "libloading",
 9790 "libwebrtc",
 9791 "livekit-api",
 9792 "livekit-protocol",
 9793 "livekit-runtime",
 9794 "log",
 9795 "parking_lot",
 9796 "prost 0.12.6",
 9797 "semver",
 9798 "serde",
 9799 "serde_json",
 9800 "thiserror 1.0.69",
 9801 "tokio",
 9802]
 9803
 9804[[package]]
 9805name = "livekit-api"
 9806version = "0.4.14"
 9807source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9808dependencies = [
 9809 "base64 0.21.7",
 9810 "futures-util",
 9811 "http 1.3.1",
 9812 "livekit-protocol",
 9813 "livekit-runtime",
 9814 "log",
 9815 "parking_lot",
 9816 "pbjson-types",
 9817 "prost 0.12.6",
 9818 "rand 0.9.2",
 9819 "reqwest 0.12.24",
 9820 "rustls-native-certs 0.6.3",
 9821 "scopeguard",
 9822 "serde",
 9823 "sha2",
 9824 "thiserror 1.0.69",
 9825 "tokio",
 9826 "tokio-rustls 0.26.2",
 9827 "tokio-tungstenite 0.28.0",
 9828 "url",
 9829]
 9830
 9831[[package]]
 9832name = "livekit-protocol"
 9833version = "0.7.1"
 9834source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9835dependencies = [
 9836 "futures-util",
 9837 "livekit-runtime",
 9838 "parking_lot",
 9839 "pbjson",
 9840 "pbjson-types",
 9841 "prost 0.12.6",
 9842 "serde",
 9843 "thiserror 1.0.69",
 9844 "tokio",
 9845]
 9846
 9847[[package]]
 9848name = "livekit-runtime"
 9849version = "0.4.0"
 9850source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9851dependencies = [
 9852 "tokio",
 9853 "tokio-stream",
 9854]
 9855
 9856[[package]]
 9857name = "livekit_api"
 9858version = "0.1.0"
 9859dependencies = [
 9860 "anyhow",
 9861 "async-trait",
 9862 "jsonwebtoken",
 9863 "log",
 9864 "prost 0.9.0",
 9865 "prost-build 0.9.0",
 9866 "prost-types 0.9.0",
 9867 "serde",
 9868 "zed-reqwest",
 9869]
 9870
 9871[[package]]
 9872name = "livekit_client"
 9873version = "0.1.0"
 9874dependencies = [
 9875 "anyhow",
 9876 "async-trait",
 9877 "audio",
 9878 "cocoa 0.26.0",
 9879 "collections",
 9880 "core-foundation 0.10.0",
 9881 "core-video",
 9882 "coreaudio-rs 0.12.1",
 9883 "cpal",
 9884 "futures 0.3.32",
 9885 "gpui",
 9886 "gpui_platform",
 9887 "gpui_tokio",
 9888 "http_client_tls",
 9889 "image",
 9890 "libwebrtc",
 9891 "livekit",
 9892 "livekit_api",
 9893 "log",
 9894 "nanoid",
 9895 "objc",
 9896 "parking_lot",
 9897 "postage",
 9898 "rodio",
 9899 "serde",
 9900 "serde_json",
 9901 "serde_urlencoded",
 9902 "settings",
 9903 "simplelog",
 9904 "smallvec",
 9905 "tokio",
 9906 "ui",
 9907 "util",
 9908 "webrtc-sys",
 9909 "zed-scap",
 9910]
 9911
 9912[[package]]
 9913name = "lmdb-master-sys"
 9914version = "0.2.5"
 9915source = "registry+https://github.com/rust-lang/crates.io-index"
 9916checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9917dependencies = [
 9918 "cc",
 9919 "doxygen-rs",
 9920 "libc",
 9921]
 9922
 9923[[package]]
 9924name = "lmstudio"
 9925version = "0.1.0"
 9926dependencies = [
 9927 "anyhow",
 9928 "futures 0.3.32",
 9929 "http_client",
 9930 "schemars",
 9931 "serde",
 9932 "serde_json",
 9933]
 9934
 9935[[package]]
 9936name = "lock_api"
 9937version = "0.4.14"
 9938source = "registry+https://github.com/rust-lang/crates.io-index"
 9939checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 9940dependencies = [
 9941 "scopeguard",
 9942]
 9943
 9944[[package]]
 9945name = "log"
 9946version = "0.4.29"
 9947source = "registry+https://github.com/rust-lang/crates.io-index"
 9948checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
 9949dependencies = [
 9950 "serde_core",
 9951 "value-bag",
 9952]
 9953
 9954[[package]]
 9955name = "loom"
 9956version = "0.7.2"
 9957source = "registry+https://github.com/rust-lang/crates.io-index"
 9958checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
 9959dependencies = [
 9960 "cfg-if",
 9961 "generator",
 9962 "scoped-tls",
 9963 "tracing",
 9964 "tracing-subscriber",
 9965]
 9966
 9967[[package]]
 9968name = "loop9"
 9969version = "0.1.5"
 9970source = "registry+https://github.com/rust-lang/crates.io-index"
 9971checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
 9972dependencies = [
 9973 "imgref",
 9974]
 9975
 9976[[package]]
 9977name = "lru"
 9978version = "0.12.5"
 9979source = "registry+https://github.com/rust-lang/crates.io-index"
 9980checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 9981dependencies = [
 9982 "hashbrown 0.15.5",
 9983]
 9984
 9985[[package]]
 9986name = "lru-slab"
 9987version = "0.1.2"
 9988source = "registry+https://github.com/rust-lang/crates.io-index"
 9989checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
 9990
 9991[[package]]
 9992name = "lsp"
 9993version = "0.1.0"
 9994dependencies = [
 9995 "anyhow",
 9996 "async-pipe",
 9997 "collections",
 9998 "ctor",
 9999 "futures 0.3.32",
10000 "gpui",
10001 "gpui_util",
10002 "log",
10003 "lsp-types",
10004 "parking_lot",
10005 "postage",
10006 "release_channel",
10007 "schemars",
10008 "semver",
10009 "serde",
10010 "serde_json",
10011 "smol",
10012 "util",
10013 "zlog",
10014]
10015
10016[[package]]
10017name = "lsp-types"
10018version = "0.95.1"
10019source = "git+https://github.com/zed-industries/lsp-types?rev=a4f410987660bf560d1e617cb78117c6b6b9f599#a4f410987660bf560d1e617cb78117c6b6b9f599"
10020dependencies = [
10021 "bitflags 1.3.2",
10022 "serde",
10023 "serde_json",
10024 "url",
10025]
10026
10027[[package]]
10028name = "lyon"
10029version = "1.0.16"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10032dependencies = [
10033 "lyon_algorithms",
10034 "lyon_extra",
10035 "lyon_tessellation",
10036]
10037
10038[[package]]
10039name = "lyon_algorithms"
10040version = "1.0.16"
10041source = "registry+https://github.com/rust-lang/crates.io-index"
10042checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10043dependencies = [
10044 "lyon_path",
10045 "num-traits",
10046]
10047
10048[[package]]
10049name = "lyon_extra"
10050version = "1.0.3"
10051source = "registry+https://github.com/rust-lang/crates.io-index"
10052checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10053dependencies = [
10054 "lyon_path",
10055 "thiserror 1.0.69",
10056]
10057
10058[[package]]
10059name = "lyon_geom"
10060version = "1.0.17"
10061source = "registry+https://github.com/rust-lang/crates.io-index"
10062checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10063dependencies = [
10064 "arrayvec",
10065 "euclid",
10066 "num-traits",
10067]
10068
10069[[package]]
10070name = "lyon_path"
10071version = "1.0.16"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10074dependencies = [
10075 "lyon_geom",
10076 "num-traits",
10077]
10078
10079[[package]]
10080name = "lyon_tessellation"
10081version = "1.0.16"
10082source = "registry+https://github.com/rust-lang/crates.io-index"
10083checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10084dependencies = [
10085 "float_next_after",
10086 "lyon_path",
10087 "num-traits",
10088]
10089
10090[[package]]
10091name = "mac"
10092version = "0.1.1"
10093source = "registry+https://github.com/rust-lang/crates.io-index"
10094checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10095
10096[[package]]
10097name = "mach2"
10098version = "0.4.3"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10101dependencies = [
10102 "libc",
10103]
10104
10105[[package]]
10106name = "mach2"
10107version = "0.5.0"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10110dependencies = [
10111 "libc",
10112]
10113
10114[[package]]
10115name = "malloc_buf"
10116version = "0.0.6"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10119dependencies = [
10120 "libc",
10121]
10122
10123[[package]]
10124name = "maplit"
10125version = "1.0.2"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10128
10129[[package]]
10130name = "markdown"
10131version = "0.1.0"
10132dependencies = [
10133 "anyhow",
10134 "assets",
10135 "base64 0.22.1",
10136 "collections",
10137 "env_logger 0.11.8",
10138 "fs",
10139 "futures 0.3.32",
10140 "gpui",
10141 "gpui_platform",
10142 "html5ever 0.27.0",
10143 "language",
10144 "languages",
10145 "linkify",
10146 "log",
10147 "markup5ever_rcdom",
10148 "mermaid-rs-renderer",
10149 "node_runtime",
10150 "pulldown-cmark 0.13.0",
10151 "settings",
10152 "stacksafe",
10153 "sum_tree",
10154 "theme",
10155 "theme_settings",
10156 "ui",
10157 "util",
10158]
10159
10160[[package]]
10161name = "markdown_preview"
10162version = "0.1.0"
10163dependencies = [
10164 "anyhow",
10165 "editor",
10166 "gpui",
10167 "language",
10168 "log",
10169 "markdown",
10170 "settings",
10171 "tempfile",
10172 "theme_settings",
10173 "ui",
10174 "urlencoding",
10175 "util",
10176 "workspace",
10177 "zed_actions",
10178]
10179
10180[[package]]
10181name = "markup5ever"
10182version = "0.12.1"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10185dependencies = [
10186 "log",
10187 "phf 0.11.3",
10188 "phf_codegen",
10189 "string_cache",
10190 "string_cache_codegen",
10191 "tendril",
10192]
10193
10194[[package]]
10195name = "markup5ever"
10196version = "0.35.0"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10199dependencies = [
10200 "log",
10201 "tendril",
10202 "web_atoms",
10203]
10204
10205[[package]]
10206name = "markup5ever_rcdom"
10207version = "0.3.0"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10210dependencies = [
10211 "html5ever 0.27.0",
10212 "markup5ever 0.12.1",
10213 "tendril",
10214 "xml5ever",
10215]
10216
10217[[package]]
10218name = "match_token"
10219version = "0.35.0"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10222dependencies = [
10223 "proc-macro2",
10224 "quote",
10225 "syn 2.0.117",
10226]
10227
10228[[package]]
10229name = "matchers"
10230version = "0.2.0"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10233dependencies = [
10234 "regex-automata",
10235]
10236
10237[[package]]
10238name = "matchit"
10239version = "0.7.3"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10242
10243[[package]]
10244name = "maybe-owned"
10245version = "0.3.4"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10248
10249[[package]]
10250name = "maybe-rayon"
10251version = "0.1.1"
10252source = "registry+https://github.com/rust-lang/crates.io-index"
10253checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10254dependencies = [
10255 "cfg-if",
10256 "rayon",
10257]
10258
10259[[package]]
10260name = "md-5"
10261version = "0.10.6"
10262source = "registry+https://github.com/rust-lang/crates.io-index"
10263checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10264dependencies = [
10265 "cfg-if",
10266 "digest",
10267]
10268
10269[[package]]
10270name = "mdbook"
10271version = "0.4.40"
10272source = "registry+https://github.com/rust-lang/crates.io-index"
10273checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10274dependencies = [
10275 "ammonia",
10276 "anyhow",
10277 "chrono",
10278 "clap",
10279 "clap_complete",
10280 "elasticlunr-rs",
10281 "env_logger 0.11.8",
10282 "futures-util",
10283 "handlebars 5.1.2",
10284 "ignore",
10285 "log",
10286 "memchr",
10287 "notify 6.1.1",
10288 "notify-debouncer-mini",
10289 "once_cell",
10290 "opener",
10291 "pathdiff",
10292 "pulldown-cmark 0.10.3",
10293 "regex",
10294 "serde",
10295 "serde_json",
10296 "shlex",
10297 "tempfile",
10298 "tokio",
10299 "toml 0.5.11",
10300 "topological-sort",
10301 "walkdir",
10302 "warp",
10303]
10304
10305[[package]]
10306name = "media"
10307version = "0.1.0"
10308dependencies = [
10309 "anyhow",
10310 "bindgen 0.71.1",
10311 "core-foundation 0.10.0",
10312 "core-video",
10313 "ctor",
10314 "foreign-types 0.5.0",
10315 "metal",
10316 "objc",
10317]
10318
10319[[package]]
10320name = "memchr"
10321version = "2.7.6"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10324
10325[[package]]
10326name = "memfd"
10327version = "0.6.5"
10328source = "registry+https://github.com/rust-lang/crates.io-index"
10329checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10330dependencies = [
10331 "rustix 1.1.2",
10332]
10333
10334[[package]]
10335name = "memmap2"
10336version = "0.9.8"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10339dependencies = [
10340 "libc",
10341 "stable_deref_trait",
10342]
10343
10344[[package]]
10345name = "memoffset"
10346version = "0.9.1"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10349dependencies = [
10350 "autocfg",
10351]
10352
10353[[package]]
10354name = "menu"
10355version = "0.1.0"
10356dependencies = [
10357 "gpui",
10358]
10359
10360[[package]]
10361name = "merge"
10362version = "0.1.0"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10365dependencies = [
10366 "merge_derive",
10367 "num-traits",
10368]
10369
10370[[package]]
10371name = "merge_derive"
10372version = "0.1.0"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10375dependencies = [
10376 "proc-macro-error",
10377 "proc-macro2",
10378 "quote",
10379 "syn 1.0.109",
10380]
10381
10382[[package]]
10383name = "mermaid-rs-renderer"
10384version = "0.2.0"
10385source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10386dependencies = [
10387 "anyhow",
10388 "fontdb 0.16.2",
10389 "json5",
10390 "once_cell",
10391 "regex",
10392 "serde",
10393 "serde_json",
10394 "thiserror 2.0.17",
10395 "ttf-parser 0.20.0",
10396]
10397
10398[[package]]
10399name = "metal"
10400version = "0.33.0"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10403dependencies = [
10404 "bitflags 2.10.0",
10405 "block",
10406 "core-graphics-types 0.2.0",
10407 "foreign-types 0.5.0",
10408 "log",
10409 "objc",
10410 "paste",
10411]
10412
10413[[package]]
10414name = "migrator"
10415version = "0.1.0"
10416dependencies = [
10417 "anyhow",
10418 "collections",
10419 "convert_case 0.8.0",
10420 "log",
10421 "pretty_assertions",
10422 "serde_json",
10423 "serde_json_lenient",
10424 "settings_content",
10425 "settings_json",
10426 "streaming-iterator",
10427 "tree-sitter",
10428 "tree-sitter-json",
10429 "unindent",
10430]
10431
10432[[package]]
10433name = "mimalloc"
10434version = "0.1.48"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10437dependencies = [
10438 "libmimalloc-sys",
10439]
10440
10441[[package]]
10442name = "mime"
10443version = "0.3.17"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10446
10447[[package]]
10448name = "mime_guess"
10449version = "2.0.5"
10450source = "registry+https://github.com/rust-lang/crates.io-index"
10451checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10452dependencies = [
10453 "mime",
10454 "unicase",
10455]
10456
10457[[package]]
10458name = "minidump-common"
10459version = "0.26.1"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10462dependencies = [
10463 "bitflags 2.10.0",
10464 "debugid",
10465 "num-derive",
10466 "num-traits",
10467 "range-map",
10468 "scroll",
10469 "smart-default",
10470]
10471
10472[[package]]
10473name = "minidump-writer"
10474version = "0.11.0"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10477dependencies = [
10478 "bitflags 2.10.0",
10479 "byteorder",
10480 "cfg-if",
10481 "crash-context",
10482 "error-graph",
10483 "failspot",
10484 "goblin",
10485 "libc",
10486 "log",
10487 "mach2 0.4.3",
10488 "memmap2",
10489 "memoffset",
10490 "minidump-common",
10491 "nix 0.29.0",
10492 "procfs-core",
10493 "scroll",
10494 "serde",
10495 "serde_json",
10496 "tempfile",
10497 "thiserror 2.0.17",
10498]
10499
10500[[package]]
10501name = "minidumper"
10502version = "0.9.0"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10505dependencies = [
10506 "cfg-if",
10507 "crash-context",
10508 "libc",
10509 "log",
10510 "minidump-writer",
10511 "parking_lot",
10512 "polling",
10513 "scroll",
10514 "thiserror 2.0.17",
10515 "uds",
10516]
10517
10518[[package]]
10519name = "minimal-lexical"
10520version = "0.2.1"
10521source = "registry+https://github.com/rust-lang/crates.io-index"
10522checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10523
10524[[package]]
10525name = "miniprofiler_ui"
10526version = "0.1.0"
10527dependencies = [
10528 "gpui",
10529 "rpc",
10530 "serde_json",
10531 "smol",
10532 "theme_settings",
10533 "util",
10534 "workspace",
10535 "zed_actions",
10536]
10537
10538[[package]]
10539name = "miniz_oxide"
10540version = "0.8.9"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10543dependencies = [
10544 "adler2",
10545 "simd-adler32",
10546]
10547
10548[[package]]
10549name = "mio"
10550version = "0.8.11"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10553dependencies = [
10554 "libc",
10555 "log",
10556 "wasi",
10557 "windows-sys 0.48.0",
10558]
10559
10560[[package]]
10561name = "mio"
10562version = "1.1.0"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10565dependencies = [
10566 "libc",
10567 "log",
10568 "wasi",
10569 "windows-sys 0.61.2",
10570]
10571
10572[[package]]
10573name = "miow"
10574version = "0.6.1"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10577dependencies = [
10578 "windows-sys 0.61.2",
10579]
10580
10581[[package]]
10582name = "mistral"
10583version = "0.1.0"
10584dependencies = [
10585 "anyhow",
10586 "futures 0.3.32",
10587 "http_client",
10588 "schemars",
10589 "serde",
10590 "serde_json",
10591 "strum 0.27.2",
10592]
10593
10594[[package]]
10595name = "moka"
10596version = "0.12.11"
10597source = "registry+https://github.com/rust-lang/crates.io-index"
10598checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10599dependencies = [
10600 "crossbeam-channel",
10601 "crossbeam-epoch",
10602 "crossbeam-utils",
10603 "equivalent",
10604 "parking_lot",
10605 "portable-atomic",
10606 "rustc_version",
10607 "smallvec",
10608 "tagptr",
10609 "uuid",
10610]
10611
10612[[package]]
10613name = "moxcms"
10614version = "0.7.7"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10617dependencies = [
10618 "num-traits",
10619 "pxfm",
10620]
10621
10622[[package]]
10623name = "msvc_spectre_libs"
10624version = "0.1.3"
10625source = "registry+https://github.com/rust-lang/crates.io-index"
10626checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10627dependencies = [
10628 "cc",
10629]
10630
10631[[package]]
10632name = "multi_buffer"
10633version = "0.1.0"
10634dependencies = [
10635 "anyhow",
10636 "buffer_diff",
10637 "clock",
10638 "collections",
10639 "ctor",
10640 "gpui",
10641 "indoc",
10642 "itertools 0.14.0",
10643 "language",
10644 "log",
10645 "parking_lot",
10646 "pretty_assertions",
10647 "rand 0.9.2",
10648 "rope",
10649 "serde",
10650 "settings",
10651 "smallvec",
10652 "smol",
10653 "sum_tree",
10654 "text",
10655 "theme",
10656 "tracing",
10657 "tree-sitter",
10658 "unicode-segmentation",
10659 "util",
10660 "zlog",
10661 "ztracing",
10662]
10663
10664[[package]]
10665name = "multimap"
10666version = "0.8.3"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10669
10670[[package]]
10671name = "naga"
10672version = "29.0.0"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10675dependencies = [
10676 "arrayvec",
10677 "bit-set 0.9.1",
10678 "bitflags 2.10.0",
10679 "cfg-if",
10680 "cfg_aliases 0.2.1",
10681 "codespan-reporting",
10682 "half",
10683 "hashbrown 0.16.1",
10684 "hexf-parse",
10685 "indexmap",
10686 "libm",
10687 "log",
10688 "num-traits",
10689 "once_cell",
10690 "rustc-hash 1.1.0",
10691 "thiserror 2.0.17",
10692 "unicode-ident",
10693]
10694
10695[[package]]
10696name = "naga"
10697version = "29.0.0"
10698source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10699dependencies = [
10700 "arrayvec",
10701 "bit-set 0.9.1",
10702 "bitflags 2.10.0",
10703 "cfg-if",
10704 "cfg_aliases 0.2.1",
10705 "codespan-reporting",
10706 "half",
10707 "hashbrown 0.16.1",
10708 "hexf-parse",
10709 "indexmap",
10710 "libm",
10711 "log",
10712 "num-traits",
10713 "once_cell",
10714 "rustc-hash 1.1.0",
10715 "spirv",
10716 "thiserror 2.0.17",
10717 "unicode-ident",
10718]
10719
10720[[package]]
10721name = "nanoid"
10722version = "0.4.0"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10725dependencies = [
10726 "rand 0.8.5",
10727]
10728
10729[[package]]
10730name = "nanorand"
10731version = "0.7.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10734dependencies = [
10735 "getrandom 0.2.16",
10736]
10737
10738[[package]]
10739name = "native-tls"
10740version = "0.2.14"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10743dependencies = [
10744 "libc",
10745 "log",
10746 "openssl",
10747 "openssl-probe",
10748 "openssl-sys",
10749 "schannel",
10750 "security-framework 2.11.1",
10751 "security-framework-sys",
10752 "tempfile",
10753]
10754
10755[[package]]
10756name = "nbformat"
10757version = "1.2.0"
10758source = "registry+https://github.com/rust-lang/crates.io-index"
10759checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10760dependencies = [
10761 "anyhow",
10762 "chrono",
10763 "jupyter-protocol",
10764 "serde",
10765 "serde_json",
10766 "thiserror 1.0.69",
10767 "uuid",
10768]
10769
10770[[package]]
10771name = "nc"
10772version = "0.1.0"
10773dependencies = [
10774 "anyhow",
10775 "futures 0.3.32",
10776 "net",
10777 "smol",
10778]
10779
10780[[package]]
10781name = "ndk"
10782version = "0.9.0"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10785dependencies = [
10786 "bitflags 2.10.0",
10787 "jni-sys",
10788 "log",
10789 "ndk-sys",
10790 "num_enum",
10791 "thiserror 1.0.69",
10792]
10793
10794[[package]]
10795name = "ndk-context"
10796version = "0.1.1"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10799
10800[[package]]
10801name = "ndk-sys"
10802version = "0.6.0+11769913"
10803source = "registry+https://github.com/rust-lang/crates.io-index"
10804checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10805dependencies = [
10806 "jni-sys",
10807]
10808
10809[[package]]
10810name = "net"
10811version = "0.1.0"
10812dependencies = [
10813 "anyhow",
10814 "async-io",
10815 "smol",
10816 "tempfile",
10817 "windows 0.61.3",
10818]
10819
10820[[package]]
10821name = "new_debug_unreachable"
10822version = "1.0.6"
10823source = "registry+https://github.com/rust-lang/crates.io-index"
10824checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10825
10826[[package]]
10827name = "nix"
10828version = "0.28.0"
10829source = "registry+https://github.com/rust-lang/crates.io-index"
10830checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10831dependencies = [
10832 "bitflags 2.10.0",
10833 "cfg-if",
10834 "cfg_aliases 0.1.1",
10835 "libc",
10836]
10837
10838[[package]]
10839name = "nix"
10840version = "0.29.0"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10843dependencies = [
10844 "bitflags 2.10.0",
10845 "cfg-if",
10846 "cfg_aliases 0.2.1",
10847 "libc",
10848]
10849
10850[[package]]
10851name = "nix"
10852version = "0.30.1"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10855dependencies = [
10856 "bitflags 2.10.0",
10857 "cfg-if",
10858 "cfg_aliases 0.2.1",
10859 "libc",
10860]
10861
10862[[package]]
10863name = "node_runtime"
10864version = "0.1.0"
10865dependencies = [
10866 "anyhow",
10867 "async-compression",
10868 "async-std",
10869 "async-tar",
10870 "async-trait",
10871 "futures 0.3.32",
10872 "http_client",
10873 "log",
10874 "paths",
10875 "semver",
10876 "serde",
10877 "serde_json",
10878 "smol",
10879 "util",
10880 "watch",
10881 "which 6.0.3",
10882]
10883
10884[[package]]
10885name = "nom"
10886version = "7.1.3"
10887source = "registry+https://github.com/rust-lang/crates.io-index"
10888checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10889dependencies = [
10890 "memchr",
10891 "minimal-lexical",
10892]
10893
10894[[package]]
10895name = "nom"
10896version = "8.0.0"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10899dependencies = [
10900 "memchr",
10901]
10902
10903[[package]]
10904name = "noop_proc_macro"
10905version = "0.3.0"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10908
10909[[package]]
10910name = "normpath"
10911version = "1.5.0"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10914dependencies = [
10915 "windows-sys 0.61.2",
10916]
10917
10918[[package]]
10919name = "notifications"
10920version = "0.1.0"
10921dependencies = [
10922 "anyhow",
10923 "channel",
10924 "client",
10925 "component",
10926 "db",
10927 "gpui",
10928 "rpc",
10929 "sum_tree",
10930 "time",
10931 "ui",
10932 "util",
10933 "workspace",
10934 "zed_actions",
10935]
10936
10937[[package]]
10938name = "notify"
10939version = "6.1.1"
10940source = "registry+https://github.com/rust-lang/crates.io-index"
10941checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
10942dependencies = [
10943 "bitflags 2.10.0",
10944 "crossbeam-channel",
10945 "filetime",
10946 "fsevent-sys",
10947 "inotify 0.9.6",
10948 "kqueue",
10949 "libc",
10950 "log",
10951 "mio 0.8.11",
10952 "walkdir",
10953 "windows-sys 0.48.0",
10954]
10955
10956[[package]]
10957name = "notify"
10958version = "8.2.0"
10959source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10960dependencies = [
10961 "bitflags 2.10.0",
10962 "fsevent-sys",
10963 "inotify 0.11.0",
10964 "kqueue",
10965 "libc",
10966 "log",
10967 "mio 1.1.0",
10968 "notify-types",
10969 "walkdir",
10970 "windows-sys 0.60.2",
10971]
10972
10973[[package]]
10974name = "notify-debouncer-mini"
10975version = "0.4.1"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
10978dependencies = [
10979 "crossbeam-channel",
10980 "log",
10981 "notify 6.1.1",
10982]
10983
10984[[package]]
10985name = "notify-types"
10986version = "2.0.0"
10987source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
10988
10989[[package]]
10990name = "ntapi"
10991version = "0.4.1"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
10994dependencies = [
10995 "winapi",
10996]
10997
10998[[package]]
10999name = "nu-ansi-term"
11000version = "0.50.3"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11003dependencies = [
11004 "windows-sys 0.61.2",
11005]
11006
11007[[package]]
11008name = "num"
11009version = "0.4.3"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11012dependencies = [
11013 "num-bigint",
11014 "num-complex",
11015 "num-integer",
11016 "num-iter",
11017 "num-rational",
11018 "num-traits",
11019]
11020
11021[[package]]
11022name = "num-bigint"
11023version = "0.4.6"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11026dependencies = [
11027 "num-integer",
11028 "num-traits",
11029]
11030
11031[[package]]
11032name = "num-bigint-dig"
11033version = "0.8.6"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11036dependencies = [
11037 "lazy_static",
11038 "libm",
11039 "num-integer",
11040 "num-iter",
11041 "num-traits",
11042 "rand 0.8.5",
11043 "smallvec",
11044 "zeroize",
11045]
11046
11047[[package]]
11048name = "num-bigint-dig"
11049version = "0.9.1"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11052dependencies = [
11053 "libm",
11054 "num-integer",
11055 "num-iter",
11056 "num-traits",
11057 "once_cell",
11058 "rand 0.9.2",
11059 "serde",
11060 "smallvec",
11061 "zeroize",
11062]
11063
11064[[package]]
11065name = "num-cmp"
11066version = "0.1.0"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11069
11070[[package]]
11071name = "num-complex"
11072version = "0.4.6"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11075dependencies = [
11076 "bytemuck",
11077 "num-traits",
11078]
11079
11080[[package]]
11081name = "num-conv"
11082version = "0.2.0"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11085
11086[[package]]
11087name = "num-derive"
11088version = "0.4.2"
11089source = "registry+https://github.com/rust-lang/crates.io-index"
11090checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11091dependencies = [
11092 "proc-macro2",
11093 "quote",
11094 "syn 2.0.117",
11095]
11096
11097[[package]]
11098name = "num-format"
11099version = "0.4.4"
11100source = "registry+https://github.com/rust-lang/crates.io-index"
11101checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11102dependencies = [
11103 "arrayvec",
11104 "itoa",
11105]
11106
11107[[package]]
11108name = "num-integer"
11109version = "0.1.46"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11112dependencies = [
11113 "num-traits",
11114]
11115
11116[[package]]
11117name = "num-iter"
11118version = "0.1.45"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11121dependencies = [
11122 "autocfg",
11123 "num-integer",
11124 "num-traits",
11125]
11126
11127[[package]]
11128name = "num-rational"
11129version = "0.4.2"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11132dependencies = [
11133 "num-bigint",
11134 "num-integer",
11135 "num-traits",
11136]
11137
11138[[package]]
11139name = "num-traits"
11140version = "0.2.19"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11143dependencies = [
11144 "autocfg",
11145 "libm",
11146]
11147
11148[[package]]
11149name = "num_cpus"
11150version = "1.17.0"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11153dependencies = [
11154 "hermit-abi",
11155 "libc",
11156]
11157
11158[[package]]
11159name = "num_enum"
11160version = "0.7.4"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11163dependencies = [
11164 "num_enum_derive",
11165 "rustversion",
11166]
11167
11168[[package]]
11169name = "num_enum_derive"
11170version = "0.7.4"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11173dependencies = [
11174 "proc-macro-crate",
11175 "proc-macro2",
11176 "quote",
11177 "syn 2.0.117",
11178]
11179
11180[[package]]
11181name = "num_threads"
11182version = "0.1.7"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11185dependencies = [
11186 "libc",
11187]
11188
11189[[package]]
11190name = "nvim-rs"
11191version = "0.9.2"
11192source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11193dependencies = [
11194 "async-trait",
11195 "futures 0.3.32",
11196 "log",
11197 "rmp",
11198 "rmpv",
11199 "tokio",
11200 "tokio-util",
11201]
11202
11203[[package]]
11204name = "objc"
11205version = "0.2.7"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11208dependencies = [
11209 "malloc_buf",
11210 "objc_exception",
11211]
11212
11213[[package]]
11214name = "objc-foundation"
11215version = "0.1.1"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11218dependencies = [
11219 "block",
11220 "objc",
11221 "objc_id",
11222]
11223
11224[[package]]
11225name = "objc2"
11226version = "0.6.3"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11229dependencies = [
11230 "objc2-encode",
11231]
11232
11233[[package]]
11234name = "objc2-app-kit"
11235version = "0.3.1"
11236source = "registry+https://github.com/rust-lang/crates.io-index"
11237checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11238dependencies = [
11239 "objc2",
11240 "objc2-foundation",
11241]
11242
11243[[package]]
11244name = "objc2-audio-toolbox"
11245version = "0.3.2"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11248dependencies = [
11249 "bitflags 2.10.0",
11250 "libc",
11251 "objc2",
11252 "objc2-core-audio",
11253 "objc2-core-audio-types",
11254 "objc2-core-foundation",
11255 "objc2-foundation",
11256]
11257
11258[[package]]
11259name = "objc2-avf-audio"
11260version = "0.3.2"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11263dependencies = [
11264 "objc2",
11265 "objc2-foundation",
11266]
11267
11268[[package]]
11269name = "objc2-core-audio"
11270version = "0.3.2"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11273dependencies = [
11274 "dispatch2",
11275 "objc2",
11276 "objc2-core-audio-types",
11277 "objc2-core-foundation",
11278 "objc2-foundation",
11279]
11280
11281[[package]]
11282name = "objc2-core-audio-types"
11283version = "0.3.2"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11286dependencies = [
11287 "bitflags 2.10.0",
11288 "objc2",
11289]
11290
11291[[package]]
11292name = "objc2-core-foundation"
11293version = "0.3.2"
11294source = "registry+https://github.com/rust-lang/crates.io-index"
11295checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11296dependencies = [
11297 "bitflags 2.10.0",
11298 "block2",
11299 "dispatch2",
11300 "libc",
11301 "objc2",
11302]
11303
11304[[package]]
11305name = "objc2-encode"
11306version = "4.1.0"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11309
11310[[package]]
11311name = "objc2-foundation"
11312version = "0.3.2"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11315dependencies = [
11316 "bitflags 2.10.0",
11317 "block2",
11318 "libc",
11319 "objc2",
11320 "objc2-core-foundation",
11321]
11322
11323[[package]]
11324name = "objc2-io-kit"
11325version = "0.3.2"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11328dependencies = [
11329 "libc",
11330 "objc2-core-foundation",
11331]
11332
11333[[package]]
11334name = "objc2-metal"
11335version = "0.3.2"
11336source = "registry+https://github.com/rust-lang/crates.io-index"
11337checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11338dependencies = [
11339 "bitflags 2.10.0",
11340 "block2",
11341 "dispatch2",
11342 "objc2",
11343 "objc2-core-foundation",
11344 "objc2-foundation",
11345]
11346
11347[[package]]
11348name = "objc2-quartz-core"
11349version = "0.3.2"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11352dependencies = [
11353 "bitflags 2.10.0",
11354 "objc2",
11355 "objc2-core-foundation",
11356 "objc2-foundation",
11357 "objc2-metal",
11358]
11359
11360[[package]]
11361name = "objc_exception"
11362version = "0.1.2"
11363source = "registry+https://github.com/rust-lang/crates.io-index"
11364checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11365dependencies = [
11366 "cc",
11367]
11368
11369[[package]]
11370name = "objc_id"
11371version = "0.1.1"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11374dependencies = [
11375 "objc",
11376]
11377
11378[[package]]
11379name = "object"
11380version = "0.37.3"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11383dependencies = [
11384 "crc32fast",
11385 "hashbrown 0.15.5",
11386 "indexmap",
11387 "memchr",
11388]
11389
11390[[package]]
11391name = "ollama"
11392version = "0.1.0"
11393dependencies = [
11394 "anyhow",
11395 "futures 0.3.32",
11396 "http_client",
11397 "schemars",
11398 "serde",
11399 "serde_json",
11400 "settings",
11401]
11402
11403[[package]]
11404name = "onboarding"
11405version = "0.1.0"
11406dependencies = [
11407 "anyhow",
11408 "client",
11409 "component",
11410 "db",
11411 "documented",
11412 "fs",
11413 "fuzzy",
11414 "gpui",
11415 "menu",
11416 "notifications",
11417 "picker",
11418 "project",
11419 "schemars",
11420 "serde",
11421 "settings",
11422 "telemetry",
11423 "theme",
11424 "theme_settings",
11425 "ui",
11426 "util",
11427 "vim_mode_setting",
11428 "workspace",
11429 "zed_actions",
11430 "zlog",
11431]
11432
11433[[package]]
11434name = "once_cell"
11435version = "1.21.3"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11438
11439[[package]]
11440name = "once_cell_polyfill"
11441version = "1.70.1"
11442source = "registry+https://github.com/rust-lang/crates.io-index"
11443checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11444
11445[[package]]
11446name = "oo7"
11447version = "0.6.0"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11450dependencies = [
11451 "aes",
11452 "ashpd",
11453 "async-fs",
11454 "async-io",
11455 "async-lock 3.4.2",
11456 "blocking",
11457 "cbc",
11458 "cipher",
11459 "digest",
11460 "endi",
11461 "futures-lite 2.6.1",
11462 "futures-util",
11463 "getrandom 0.4.1",
11464 "hkdf",
11465 "hmac",
11466 "md-5",
11467 "num",
11468 "num-bigint-dig 0.9.1",
11469 "pbkdf2 0.12.2",
11470 "serde",
11471 "serde_bytes",
11472 "sha2",
11473 "subtle",
11474 "zbus",
11475 "zbus_macros",
11476 "zeroize",
11477 "zvariant",
11478]
11479
11480[[package]]
11481name = "oorandom"
11482version = "11.1.5"
11483source = "registry+https://github.com/rust-lang/crates.io-index"
11484checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11485
11486[[package]]
11487name = "open"
11488version = "5.3.2"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11491dependencies = [
11492 "is-wsl",
11493 "libc",
11494 "pathdiff",
11495]
11496
11497[[package]]
11498name = "open_ai"
11499version = "0.1.0"
11500dependencies = [
11501 "anyhow",
11502 "futures 0.3.32",
11503 "http_client",
11504 "log",
11505 "rand 0.9.2",
11506 "schemars",
11507 "serde",
11508 "serde_json",
11509 "settings",
11510 "strum 0.27.2",
11511 "thiserror 2.0.17",
11512]
11513
11514[[package]]
11515name = "open_path_prompt"
11516version = "0.1.0"
11517dependencies = [
11518 "editor",
11519 "file_icons",
11520 "futures 0.3.32",
11521 "fuzzy",
11522 "gpui",
11523 "picker",
11524 "project",
11525 "schemars",
11526 "serde",
11527 "serde_json",
11528 "settings",
11529 "theme",
11530 "theme_settings",
11531 "ui",
11532 "util",
11533 "workspace",
11534]
11535
11536[[package]]
11537name = "open_router"
11538version = "0.1.0"
11539dependencies = [
11540 "anyhow",
11541 "futures 0.3.32",
11542 "http_client",
11543 "schemars",
11544 "serde",
11545 "serde_json",
11546 "settings",
11547 "strum 0.27.2",
11548 "thiserror 2.0.17",
11549]
11550
11551[[package]]
11552name = "opencode"
11553version = "0.1.0"
11554dependencies = [
11555 "anyhow",
11556 "futures 0.3.32",
11557 "google_ai",
11558 "http_client",
11559 "schemars",
11560 "serde",
11561 "serde_json",
11562 "strum 0.27.2",
11563]
11564
11565[[package]]
11566name = "opener"
11567version = "0.7.2"
11568source = "registry+https://github.com/rust-lang/crates.io-index"
11569checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11570dependencies = [
11571 "bstr",
11572 "dbus",
11573 "normpath",
11574 "windows-sys 0.59.0",
11575]
11576
11577[[package]]
11578name = "openssl"
11579version = "0.10.74"
11580source = "registry+https://github.com/rust-lang/crates.io-index"
11581checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11582dependencies = [
11583 "bitflags 2.10.0",
11584 "cfg-if",
11585 "foreign-types 0.3.2",
11586 "libc",
11587 "once_cell",
11588 "openssl-macros",
11589 "openssl-sys",
11590]
11591
11592[[package]]
11593name = "openssl-macros"
11594version = "0.1.1"
11595source = "registry+https://github.com/rust-lang/crates.io-index"
11596checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11597dependencies = [
11598 "proc-macro2",
11599 "quote",
11600 "syn 2.0.117",
11601]
11602
11603[[package]]
11604name = "openssl-probe"
11605version = "0.1.6"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11608
11609[[package]]
11610name = "openssl-sys"
11611version = "0.9.110"
11612source = "registry+https://github.com/rust-lang/crates.io-index"
11613checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11614dependencies = [
11615 "cc",
11616 "libc",
11617 "pkg-config",
11618 "vcpkg",
11619]
11620
11621[[package]]
11622name = "optfield"
11623version = "0.4.0"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11626dependencies = [
11627 "proc-macro2",
11628 "quote",
11629 "syn 2.0.117",
11630]
11631
11632[[package]]
11633name = "option-ext"
11634version = "0.2.0"
11635source = "registry+https://github.com/rust-lang/crates.io-index"
11636checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11637
11638[[package]]
11639name = "ordered-float"
11640version = "2.10.1"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11643dependencies = [
11644 "num-traits",
11645]
11646
11647[[package]]
11648name = "ordered-float"
11649version = "4.6.0"
11650source = "registry+https://github.com/rust-lang/crates.io-index"
11651checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11652dependencies = [
11653 "num-traits",
11654]
11655
11656[[package]]
11657name = "ordered-stream"
11658version = "0.2.0"
11659source = "registry+https://github.com/rust-lang/crates.io-index"
11660checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11661dependencies = [
11662 "futures-core",
11663 "pin-project-lite",
11664]
11665
11666[[package]]
11667name = "ouroboros"
11668version = "0.18.5"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11671dependencies = [
11672 "aliasable",
11673 "ouroboros_macro",
11674 "static_assertions",
11675]
11676
11677[[package]]
11678name = "ouroboros_macro"
11679version = "0.18.5"
11680source = "registry+https://github.com/rust-lang/crates.io-index"
11681checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11682dependencies = [
11683 "heck 0.4.1",
11684 "proc-macro2",
11685 "proc-macro2-diagnostics",
11686 "quote",
11687 "syn 2.0.117",
11688]
11689
11690[[package]]
11691name = "outline"
11692version = "0.1.0"
11693dependencies = [
11694 "editor",
11695 "fuzzy",
11696 "gpui",
11697 "indoc",
11698 "language",
11699 "lsp",
11700 "menu",
11701 "ordered-float 2.10.1",
11702 "picker",
11703 "project",
11704 "rope",
11705 "serde_json",
11706 "settings",
11707 "smol",
11708 "theme",
11709 "theme_settings",
11710 "ui",
11711 "util",
11712 "workspace",
11713 "zed_actions",
11714]
11715
11716[[package]]
11717name = "outline_panel"
11718version = "0.1.0"
11719dependencies = [
11720 "anyhow",
11721 "collections",
11722 "db",
11723 "editor",
11724 "file_icons",
11725 "fuzzy",
11726 "gpui",
11727 "itertools 0.14.0",
11728 "language",
11729 "log",
11730 "lsp",
11731 "menu",
11732 "outline",
11733 "pretty_assertions",
11734 "project",
11735 "search",
11736 "serde",
11737 "serde_json",
11738 "settings",
11739 "smallvec",
11740 "smol",
11741 "theme",
11742 "theme_settings",
11743 "ui",
11744 "util",
11745 "workspace",
11746 "worktree",
11747 "zed_actions",
11748]
11749
11750[[package]]
11751name = "outref"
11752version = "0.5.2"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11755
11756[[package]]
11757name = "p256"
11758version = "0.11.1"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11761dependencies = [
11762 "ecdsa",
11763 "elliptic-curve",
11764 "sha2",
11765]
11766
11767[[package]]
11768name = "page_size"
11769version = "0.6.0"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11772dependencies = [
11773 "libc",
11774 "winapi",
11775]
11776
11777[[package]]
11778name = "palette"
11779version = "0.7.6"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11782dependencies = [
11783 "approx",
11784 "fast-srgb8",
11785 "palette_derive",
11786]
11787
11788[[package]]
11789name = "palette_derive"
11790version = "0.7.6"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11793dependencies = [
11794 "by_address",
11795 "proc-macro2",
11796 "quote",
11797 "syn 2.0.117",
11798]
11799
11800[[package]]
11801name = "panel"
11802version = "0.1.0"
11803dependencies = [
11804 "gpui",
11805 "ui",
11806 "workspace",
11807]
11808
11809[[package]]
11810name = "parking"
11811version = "2.2.1"
11812source = "registry+https://github.com/rust-lang/crates.io-index"
11813checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11814
11815[[package]]
11816name = "parking_lot"
11817version = "0.12.5"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11820dependencies = [
11821 "lock_api",
11822 "parking_lot_core",
11823]
11824
11825[[package]]
11826name = "parking_lot_core"
11827version = "0.9.12"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11830dependencies = [
11831 "cfg-if",
11832 "libc",
11833 "redox_syscall 0.5.18",
11834 "smallvec",
11835 "windows-link 0.2.1",
11836]
11837
11838[[package]]
11839name = "parse_int"
11840version = "0.9.0"
11841source = "registry+https://github.com/rust-lang/crates.io-index"
11842checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11843dependencies = [
11844 "num-traits",
11845]
11846
11847[[package]]
11848name = "partial-json-fixer"
11849version = "0.5.3"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11852
11853[[package]]
11854name = "password-hash"
11855version = "0.4.2"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
11858dependencies = [
11859 "base64ct",
11860 "rand_core 0.6.4",
11861 "subtle",
11862]
11863
11864[[package]]
11865name = "paste"
11866version = "1.0.15"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
11869
11870[[package]]
11871name = "pathdiff"
11872version = "0.2.3"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
11875
11876[[package]]
11877name = "pathfinder_geometry"
11878version = "0.5.1"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
11881dependencies = [
11882 "log",
11883 "pathfinder_simd",
11884]
11885
11886[[package]]
11887name = "pathfinder_simd"
11888version = "0.5.5"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
11891dependencies = [
11892 "rustc_version",
11893]
11894
11895[[package]]
11896name = "paths"
11897version = "0.1.0"
11898dependencies = [
11899 "dirs 4.0.0",
11900 "ignore",
11901 "util",
11902]
11903
11904[[package]]
11905name = "pbjson"
11906version = "0.6.0"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
11909dependencies = [
11910 "base64 0.21.7",
11911 "serde",
11912]
11913
11914[[package]]
11915name = "pbjson-build"
11916version = "0.6.2"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
11919dependencies = [
11920 "heck 0.4.1",
11921 "itertools 0.11.0",
11922 "prost 0.12.6",
11923 "prost-types 0.12.6",
11924]
11925
11926[[package]]
11927name = "pbjson-types"
11928version = "0.6.0"
11929source = "registry+https://github.com/rust-lang/crates.io-index"
11930checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
11931dependencies = [
11932 "bytes 1.11.1",
11933 "chrono",
11934 "pbjson",
11935 "pbjson-build",
11936 "prost 0.12.6",
11937 "prost-build 0.12.6",
11938 "serde",
11939]
11940
11941[[package]]
11942name = "pbkdf2"
11943version = "0.11.0"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
11946dependencies = [
11947 "digest",
11948 "hmac",
11949 "password-hash",
11950 "sha2",
11951]
11952
11953[[package]]
11954name = "pbkdf2"
11955version = "0.12.2"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
11958dependencies = [
11959 "digest",
11960 "hmac",
11961]
11962
11963[[package]]
11964name = "pciid-parser"
11965version = "0.8.0"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
11968
11969[[package]]
11970name = "peg"
11971version = "0.8.5"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
11974dependencies = [
11975 "peg-macros",
11976 "peg-runtime",
11977]
11978
11979[[package]]
11980name = "peg-macros"
11981version = "0.8.5"
11982source = "registry+https://github.com/rust-lang/crates.io-index"
11983checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
11984dependencies = [
11985 "peg-runtime",
11986 "proc-macro2",
11987 "quote",
11988]
11989
11990[[package]]
11991name = "peg-runtime"
11992version = "0.8.5"
11993source = "registry+https://github.com/rust-lang/crates.io-index"
11994checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
11995
11996[[package]]
11997name = "pem"
11998version = "3.0.6"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12001dependencies = [
12002 "base64 0.22.1",
12003 "serde_core",
12004]
12005
12006[[package]]
12007name = "pem-rfc7468"
12008version = "0.7.0"
12009source = "registry+https://github.com/rust-lang/crates.io-index"
12010checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12011dependencies = [
12012 "base64ct",
12013]
12014
12015[[package]]
12016name = "percent-encoding"
12017version = "2.3.2"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12020
12021[[package]]
12022name = "perf"
12023version = "0.1.0"
12024dependencies = [
12025 "collections",
12026 "serde",
12027 "serde_json",
12028]
12029
12030[[package]]
12031name = "pest"
12032version = "2.8.3"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12035dependencies = [
12036 "memchr",
12037 "ucd-trie",
12038]
12039
12040[[package]]
12041name = "pest_derive"
12042version = "2.8.3"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12045dependencies = [
12046 "pest",
12047 "pest_generator",
12048]
12049
12050[[package]]
12051name = "pest_generator"
12052version = "2.8.3"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12055dependencies = [
12056 "pest",
12057 "pest_meta",
12058 "proc-macro2",
12059 "quote",
12060 "syn 2.0.117",
12061]
12062
12063[[package]]
12064name = "pest_meta"
12065version = "2.8.3"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12068dependencies = [
12069 "pest",
12070 "sha2",
12071]
12072
12073[[package]]
12074name = "pet"
12075version = "0.1.0"
12076source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12077dependencies = [
12078 "clap",
12079 "env_logger 0.10.2",
12080 "lazy_static",
12081 "log",
12082 "msvc_spectre_libs",
12083 "pet-conda",
12084 "pet-core",
12085 "pet-env-var-path",
12086 "pet-fs",
12087 "pet-global-virtualenvs",
12088 "pet-homebrew",
12089 "pet-jsonrpc",
12090 "pet-linux-global-python",
12091 "pet-mac-commandlinetools",
12092 "pet-mac-python-org",
12093 "pet-mac-xcode",
12094 "pet-pipenv",
12095 "pet-pixi",
12096 "pet-poetry",
12097 "pet-pyenv",
12098 "pet-python-utils",
12099 "pet-reporter",
12100 "pet-telemetry",
12101 "pet-uv",
12102 "pet-venv",
12103 "pet-virtualenv",
12104 "pet-virtualenvwrapper",
12105 "pet-windows-registry",
12106 "pet-windows-store",
12107 "pet-winpython",
12108 "serde",
12109 "serde_json",
12110 "tracing",
12111 "tracing-subscriber",
12112 "winresource",
12113]
12114
12115[[package]]
12116name = "pet-conda"
12117version = "0.1.0"
12118source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12119dependencies = [
12120 "env_logger 0.10.2",
12121 "lazy_static",
12122 "log",
12123 "msvc_spectre_libs",
12124 "pet-core",
12125 "pet-fs",
12126 "pet-python-utils",
12127 "pet-reporter",
12128 "rayon",
12129 "regex",
12130 "serde",
12131 "serde_json",
12132 "yaml-rust2",
12133]
12134
12135[[package]]
12136name = "pet-core"
12137version = "0.1.0"
12138source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12139dependencies = [
12140 "clap",
12141 "lazy_static",
12142 "log",
12143 "msvc_spectre_libs",
12144 "pet-fs",
12145 "regex",
12146 "serde",
12147 "serde_json",
12148]
12149
12150[[package]]
12151name = "pet-env-var-path"
12152version = "0.1.0"
12153source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12154dependencies = [
12155 "lazy_static",
12156 "log",
12157 "msvc_spectre_libs",
12158 "pet-conda",
12159 "pet-core",
12160 "pet-fs",
12161 "pet-python-utils",
12162 "pet-virtualenv",
12163 "regex",
12164]
12165
12166[[package]]
12167name = "pet-fs"
12168version = "0.1.0"
12169source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12170dependencies = [
12171 "glob",
12172 "log",
12173 "msvc_spectre_libs",
12174 "windows-sys 0.59.0",
12175]
12176
12177[[package]]
12178name = "pet-global-virtualenvs"
12179version = "0.1.0"
12180source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12181dependencies = [
12182 "log",
12183 "msvc_spectre_libs",
12184 "pet-conda",
12185 "pet-core",
12186 "pet-fs",
12187 "pet-virtualenv",
12188]
12189
12190[[package]]
12191name = "pet-homebrew"
12192version = "0.1.0"
12193source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12194dependencies = [
12195 "lazy_static",
12196 "log",
12197 "msvc_spectre_libs",
12198 "pet-conda",
12199 "pet-core",
12200 "pet-fs",
12201 "pet-python-utils",
12202 "pet-virtualenv",
12203 "rayon",
12204 "regex",
12205 "serde",
12206 "serde_json",
12207]
12208
12209[[package]]
12210name = "pet-jsonrpc"
12211version = "0.1.0"
12212source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12213dependencies = [
12214 "env_logger 0.10.2",
12215 "log",
12216 "msvc_spectre_libs",
12217 "pet-core",
12218 "serde",
12219 "serde_json",
12220]
12221
12222[[package]]
12223name = "pet-linux-global-python"
12224version = "0.1.0"
12225source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12226dependencies = [
12227 "log",
12228 "msvc_spectre_libs",
12229 "pet-core",
12230 "pet-fs",
12231 "pet-python-utils",
12232 "pet-virtualenv",
12233]
12234
12235[[package]]
12236name = "pet-mac-commandlinetools"
12237version = "0.1.0"
12238source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12239dependencies = [
12240 "log",
12241 "msvc_spectre_libs",
12242 "pet-core",
12243 "pet-fs",
12244 "pet-python-utils",
12245 "pet-virtualenv",
12246]
12247
12248[[package]]
12249name = "pet-mac-python-org"
12250version = "0.1.0"
12251source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12252dependencies = [
12253 "log",
12254 "msvc_spectre_libs",
12255 "pet-core",
12256 "pet-fs",
12257 "pet-python-utils",
12258 "pet-virtualenv",
12259]
12260
12261[[package]]
12262name = "pet-mac-xcode"
12263version = "0.1.0"
12264source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12265dependencies = [
12266 "log",
12267 "msvc_spectre_libs",
12268 "pet-core",
12269 "pet-fs",
12270 "pet-python-utils",
12271 "pet-virtualenv",
12272]
12273
12274[[package]]
12275name = "pet-pipenv"
12276version = "0.1.0"
12277source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12278dependencies = [
12279 "lazy_static",
12280 "log",
12281 "msvc_spectre_libs",
12282 "pet-core",
12283 "pet-fs",
12284 "pet-python-utils",
12285 "pet-virtualenv",
12286 "regex",
12287]
12288
12289[[package]]
12290name = "pet-pixi"
12291version = "0.1.0"
12292source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12293dependencies = [
12294 "log",
12295 "msvc_spectre_libs",
12296 "pet-conda",
12297 "pet-core",
12298 "pet-python-utils",
12299]
12300
12301[[package]]
12302name = "pet-poetry"
12303version = "0.1.0"
12304source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12305dependencies = [
12306 "base64 0.22.1",
12307 "lazy_static",
12308 "log",
12309 "msvc_spectre_libs",
12310 "pet-core",
12311 "pet-fs",
12312 "pet-python-utils",
12313 "pet-reporter",
12314 "pet-virtualenv",
12315 "regex",
12316 "serde",
12317 "serde_json",
12318 "sha2",
12319 "toml 0.8.23",
12320]
12321
12322[[package]]
12323name = "pet-pyenv"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "lazy_static",
12328 "log",
12329 "msvc_spectre_libs",
12330 "pet-conda",
12331 "pet-core",
12332 "pet-fs",
12333 "pet-python-utils",
12334 "pet-reporter",
12335 "regex",
12336 "serde",
12337 "serde_json",
12338]
12339
12340[[package]]
12341name = "pet-python-utils"
12342version = "0.1.0"
12343source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12344dependencies = [
12345 "env_logger 0.10.2",
12346 "lazy_static",
12347 "log",
12348 "msvc_spectre_libs",
12349 "pet-core",
12350 "pet-fs",
12351 "regex",
12352 "serde",
12353 "serde_json",
12354 "sha2",
12355]
12356
12357[[package]]
12358name = "pet-reporter"
12359version = "0.1.0"
12360source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12361dependencies = [
12362 "env_logger 0.10.2",
12363 "log",
12364 "msvc_spectre_libs",
12365 "pet-core",
12366 "pet-jsonrpc",
12367 "serde",
12368 "serde_json",
12369]
12370
12371[[package]]
12372name = "pet-telemetry"
12373version = "0.1.0"
12374source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12375dependencies = [
12376 "env_logger 0.10.2",
12377 "lazy_static",
12378 "log",
12379 "msvc_spectre_libs",
12380 "pet-core",
12381 "pet-fs",
12382 "pet-python-utils",
12383 "regex",
12384]
12385
12386[[package]]
12387name = "pet-uv"
12388version = "0.1.0"
12389source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12390dependencies = [
12391 "log",
12392 "pet-core",
12393 "pet-python-utils",
12394 "serde",
12395 "toml 0.9.8",
12396]
12397
12398[[package]]
12399name = "pet-venv"
12400version = "0.1.0"
12401source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12402dependencies = [
12403 "log",
12404 "msvc_spectre_libs",
12405 "pet-core",
12406 "pet-python-utils",
12407 "pet-virtualenv",
12408]
12409
12410[[package]]
12411name = "pet-virtualenv"
12412version = "0.1.0"
12413source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12414dependencies = [
12415 "log",
12416 "msvc_spectre_libs",
12417 "pet-core",
12418 "pet-fs",
12419 "pet-python-utils",
12420]
12421
12422[[package]]
12423name = "pet-virtualenvwrapper"
12424version = "0.1.0"
12425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12426dependencies = [
12427 "log",
12428 "msvc_spectre_libs",
12429 "pet-core",
12430 "pet-fs",
12431 "pet-python-utils",
12432 "pet-virtualenv",
12433]
12434
12435[[package]]
12436name = "pet-windows-registry"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "lazy_static",
12441 "log",
12442 "msvc_spectre_libs",
12443 "pet-conda",
12444 "pet-core",
12445 "pet-fs",
12446 "pet-python-utils",
12447 "pet-virtualenv",
12448 "pet-windows-store",
12449 "regex",
12450 "winreg 0.55.0",
12451]
12452
12453[[package]]
12454name = "pet-windows-store"
12455version = "0.1.0"
12456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12457dependencies = [
12458 "lazy_static",
12459 "log",
12460 "msvc_spectre_libs",
12461 "pet-core",
12462 "pet-fs",
12463 "pet-python-utils",
12464 "pet-virtualenv",
12465 "regex",
12466 "winreg 0.55.0",
12467]
12468
12469[[package]]
12470name = "pet-winpython"
12471version = "0.1.0"
12472source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12473dependencies = [
12474 "lazy_static",
12475 "log",
12476 "pet-core",
12477 "pet-fs",
12478 "pet-python-utils",
12479 "pet-virtualenv",
12480 "regex",
12481]
12482
12483[[package]]
12484name = "petgraph"
12485version = "0.6.5"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12488dependencies = [
12489 "fixedbitset 0.4.2",
12490 "indexmap",
12491]
12492
12493[[package]]
12494name = "pgvector"
12495version = "0.4.1"
12496source = "registry+https://github.com/rust-lang/crates.io-index"
12497checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12498dependencies = [
12499 "serde",
12500]
12501
12502[[package]]
12503name = "phf"
12504version = "0.11.3"
12505source = "registry+https://github.com/rust-lang/crates.io-index"
12506checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12507dependencies = [
12508 "phf_macros 0.11.3",
12509 "phf_shared 0.11.3",
12510]
12511
12512[[package]]
12513name = "phf"
12514version = "0.12.1"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12517dependencies = [
12518 "phf_macros 0.12.1",
12519 "phf_shared 0.12.1",
12520]
12521
12522[[package]]
12523name = "phf_codegen"
12524version = "0.11.3"
12525source = "registry+https://github.com/rust-lang/crates.io-index"
12526checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12527dependencies = [
12528 "phf_generator 0.11.3",
12529 "phf_shared 0.11.3",
12530]
12531
12532[[package]]
12533name = "phf_generator"
12534version = "0.11.3"
12535source = "registry+https://github.com/rust-lang/crates.io-index"
12536checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12537dependencies = [
12538 "phf_shared 0.11.3",
12539 "rand 0.8.5",
12540]
12541
12542[[package]]
12543name = "phf_generator"
12544version = "0.12.1"
12545source = "registry+https://github.com/rust-lang/crates.io-index"
12546checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12547dependencies = [
12548 "fastrand 2.3.0",
12549 "phf_shared 0.12.1",
12550]
12551
12552[[package]]
12553name = "phf_macros"
12554version = "0.11.3"
12555source = "registry+https://github.com/rust-lang/crates.io-index"
12556checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12557dependencies = [
12558 "phf_generator 0.11.3",
12559 "phf_shared 0.11.3",
12560 "proc-macro2",
12561 "quote",
12562 "syn 2.0.117",
12563]
12564
12565[[package]]
12566name = "phf_macros"
12567version = "0.12.1"
12568source = "registry+https://github.com/rust-lang/crates.io-index"
12569checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12570dependencies = [
12571 "phf_generator 0.12.1",
12572 "phf_shared 0.12.1",
12573 "proc-macro2",
12574 "quote",
12575 "syn 2.0.117",
12576]
12577
12578[[package]]
12579name = "phf_shared"
12580version = "0.11.3"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12583dependencies = [
12584 "siphasher 1.0.1",
12585]
12586
12587[[package]]
12588name = "phf_shared"
12589version = "0.12.1"
12590source = "registry+https://github.com/rust-lang/crates.io-index"
12591checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12592dependencies = [
12593 "siphasher 1.0.1",
12594]
12595
12596[[package]]
12597name = "picker"
12598version = "0.1.0"
12599dependencies = [
12600 "anyhow",
12601 "editor",
12602 "gpui",
12603 "menu",
12604 "schemars",
12605 "serde",
12606 "settings",
12607 "theme",
12608 "theme_settings",
12609 "ui",
12610 "ui_input",
12611 "workspace",
12612 "zed_actions",
12613]
12614
12615[[package]]
12616name = "pico-args"
12617version = "0.5.0"
12618source = "registry+https://github.com/rust-lang/crates.io-index"
12619checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12620
12621[[package]]
12622name = "pin-project"
12623version = "1.1.10"
12624source = "registry+https://github.com/rust-lang/crates.io-index"
12625checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12626dependencies = [
12627 "pin-project-internal",
12628]
12629
12630[[package]]
12631name = "pin-project-internal"
12632version = "1.1.10"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12635dependencies = [
12636 "proc-macro2",
12637 "quote",
12638 "syn 2.0.117",
12639]
12640
12641[[package]]
12642name = "pin-project-lite"
12643version = "0.2.16"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12646
12647[[package]]
12648name = "pin-utils"
12649version = "0.1.0"
12650source = "registry+https://github.com/rust-lang/crates.io-index"
12651checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12652
12653[[package]]
12654name = "piper"
12655version = "0.2.4"
12656source = "registry+https://github.com/rust-lang/crates.io-index"
12657checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12658dependencies = [
12659 "atomic-waker",
12660 "fastrand 2.3.0",
12661 "futures-io",
12662]
12663
12664[[package]]
12665name = "pkcs1"
12666version = "0.7.5"
12667source = "registry+https://github.com/rust-lang/crates.io-index"
12668checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12669dependencies = [
12670 "der 0.7.10",
12671 "pkcs8 0.10.2",
12672 "spki 0.7.3",
12673]
12674
12675[[package]]
12676name = "pkcs8"
12677version = "0.9.0"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12680dependencies = [
12681 "der 0.6.1",
12682 "spki 0.6.0",
12683]
12684
12685[[package]]
12686name = "pkcs8"
12687version = "0.10.2"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12690dependencies = [
12691 "der 0.7.10",
12692 "spki 0.7.3",
12693]
12694
12695[[package]]
12696name = "pkg-config"
12697version = "0.3.32"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12700
12701[[package]]
12702name = "plain"
12703version = "0.2.3"
12704source = "registry+https://github.com/rust-lang/crates.io-index"
12705checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12706
12707[[package]]
12708name = "platform_title_bar"
12709version = "0.1.0"
12710dependencies = [
12711 "feature_flags",
12712 "gpui",
12713 "project",
12714 "settings",
12715 "smallvec",
12716 "theme",
12717 "theme_settings",
12718 "ui",
12719 "windows 0.61.3",
12720 "workspace",
12721 "zed_actions",
12722]
12723
12724[[package]]
12725name = "plist"
12726version = "1.8.0"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12729dependencies = [
12730 "base64 0.22.1",
12731 "indexmap",
12732 "quick-xml 0.38.3",
12733 "serde",
12734 "time",
12735]
12736
12737[[package]]
12738name = "plotters"
12739version = "0.3.7"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12742dependencies = [
12743 "num-traits",
12744 "plotters-backend",
12745 "plotters-svg",
12746 "wasm-bindgen",
12747 "web-sys",
12748]
12749
12750[[package]]
12751name = "plotters-backend"
12752version = "0.3.7"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12755
12756[[package]]
12757name = "plotters-svg"
12758version = "0.3.7"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12761dependencies = [
12762 "plotters-backend",
12763]
12764
12765[[package]]
12766name = "png"
12767version = "0.17.16"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12770dependencies = [
12771 "bitflags 1.3.2",
12772 "crc32fast",
12773 "fdeflate",
12774 "flate2",
12775 "miniz_oxide",
12776]
12777
12778[[package]]
12779name = "png"
12780version = "0.18.0"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12783dependencies = [
12784 "bitflags 2.10.0",
12785 "crc32fast",
12786 "fdeflate",
12787 "flate2",
12788 "miniz_oxide",
12789]
12790
12791[[package]]
12792name = "polling"
12793version = "3.11.0"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12796dependencies = [
12797 "cfg-if",
12798 "concurrent-queue",
12799 "hermit-abi",
12800 "pin-project-lite",
12801 "rustix 1.1.2",
12802 "windows-sys 0.61.2",
12803]
12804
12805[[package]]
12806name = "pollster"
12807version = "0.2.5"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12810
12811[[package]]
12812name = "pollster"
12813version = "0.4.0"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12816
12817[[package]]
12818name = "pori"
12819version = "0.0.0"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12822dependencies = [
12823 "nom 7.1.3",
12824]
12825
12826[[package]]
12827name = "portable-atomic"
12828version = "1.11.1"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12831
12832[[package]]
12833name = "portable-atomic-util"
12834version = "0.2.4"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12837dependencies = [
12838 "portable-atomic",
12839]
12840
12841[[package]]
12842name = "portable-pty"
12843version = "0.9.0"
12844source = "registry+https://github.com/rust-lang/crates.io-index"
12845checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12846dependencies = [
12847 "anyhow",
12848 "bitflags 1.3.2",
12849 "downcast-rs",
12850 "filedescriptor",
12851 "lazy_static",
12852 "libc",
12853 "log",
12854 "nix 0.28.0",
12855 "serial2",
12856 "shared_library",
12857 "shell-words",
12858 "winapi",
12859 "winreg 0.10.1",
12860]
12861
12862[[package]]
12863name = "postage"
12864version = "0.5.0"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
12867dependencies = [
12868 "atomic",
12869 "crossbeam-queue",
12870 "futures 0.3.32",
12871 "log",
12872 "parking_lot",
12873 "pin-project",
12874 "pollster 0.2.5",
12875 "static_assertions",
12876 "thiserror 1.0.69",
12877]
12878
12879[[package]]
12880name = "postcard"
12881version = "1.1.3"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
12884dependencies = [
12885 "cobs",
12886 "embedded-io 0.4.0",
12887 "embedded-io 0.6.1",
12888 "serde",
12889]
12890
12891[[package]]
12892name = "potential_utf"
12893version = "0.1.3"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
12896dependencies = [
12897 "zerovec",
12898]
12899
12900[[package]]
12901name = "powerfmt"
12902version = "0.2.0"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
12905
12906[[package]]
12907name = "ppv-lite86"
12908version = "0.2.21"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
12911dependencies = [
12912 "zerocopy",
12913]
12914
12915[[package]]
12916name = "precomputed-hash"
12917version = "0.1.1"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
12920
12921[[package]]
12922name = "presser"
12923version = "0.3.1"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
12926
12927[[package]]
12928name = "prettier"
12929version = "0.1.0"
12930dependencies = [
12931 "anyhow",
12932 "collections",
12933 "fs",
12934 "gpui",
12935 "language",
12936 "log",
12937 "lsp",
12938 "node_runtime",
12939 "parking_lot",
12940 "paths",
12941 "serde",
12942 "serde_json",
12943 "util",
12944]
12945
12946[[package]]
12947name = "pretty_assertions"
12948version = "1.4.1"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
12951dependencies = [
12952 "diff",
12953 "yansi",
12954]
12955
12956[[package]]
12957name = "prettyplease"
12958version = "0.2.37"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
12961dependencies = [
12962 "proc-macro2",
12963 "syn 2.0.117",
12964]
12965
12966[[package]]
12967name = "primal-check"
12968version = "0.3.4"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
12971dependencies = [
12972 "num-integer",
12973]
12974
12975[[package]]
12976name = "proc-macro-crate"
12977version = "3.4.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
12980dependencies = [
12981 "toml_edit 0.23.7",
12982]
12983
12984[[package]]
12985name = "proc-macro-error"
12986version = "1.0.4"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
12989dependencies = [
12990 "proc-macro-error-attr",
12991 "proc-macro2",
12992 "quote",
12993 "syn 1.0.109",
12994 "version_check",
12995]
12996
12997[[package]]
12998name = "proc-macro-error-attr"
12999version = "1.0.4"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13002dependencies = [
13003 "proc-macro2",
13004 "quote",
13005 "version_check",
13006]
13007
13008[[package]]
13009name = "proc-macro-error-attr2"
13010version = "2.0.0"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13013dependencies = [
13014 "proc-macro2",
13015 "quote",
13016]
13017
13018[[package]]
13019name = "proc-macro-error2"
13020version = "2.0.1"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13023dependencies = [
13024 "proc-macro-error-attr2",
13025 "proc-macro2",
13026 "quote",
13027 "syn 2.0.117",
13028]
13029
13030[[package]]
13031name = "proc-macro2"
13032version = "1.0.101"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13035dependencies = [
13036 "unicode-ident",
13037]
13038
13039[[package]]
13040name = "proc-macro2-diagnostics"
13041version = "0.10.1"
13042source = "registry+https://github.com/rust-lang/crates.io-index"
13043checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13044dependencies = [
13045 "proc-macro2",
13046 "quote",
13047 "syn 2.0.117",
13048 "version_check",
13049 "yansi",
13050]
13051
13052[[package]]
13053name = "procfs-core"
13054version = "0.17.0"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13057dependencies = [
13058 "bitflags 2.10.0",
13059 "hex",
13060 "serde",
13061]
13062
13063[[package]]
13064name = "profiling"
13065version = "1.0.17"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13068dependencies = [
13069 "profiling-procmacros",
13070]
13071
13072[[package]]
13073name = "profiling-procmacros"
13074version = "1.0.17"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13077dependencies = [
13078 "quote",
13079 "syn 2.0.117",
13080]
13081
13082[[package]]
13083name = "project"
13084version = "0.1.0"
13085dependencies = [
13086 "aho-corasick",
13087 "anyhow",
13088 "askpass",
13089 "async-trait",
13090 "base64 0.22.1",
13091 "buffer_diff",
13092 "circular-buffer",
13093 "client",
13094 "clock",
13095 "collections",
13096 "context_server",
13097 "credentials_provider",
13098 "dap",
13099 "encoding_rs",
13100 "extension",
13101 "fancy-regex 0.17.0",
13102 "fs",
13103 "futures 0.3.32",
13104 "fuzzy",
13105 "git",
13106 "git2",
13107 "git_hosting_providers",
13108 "globset",
13109 "gpui",
13110 "http_client",
13111 "image",
13112 "indexmap",
13113 "itertools 0.14.0",
13114 "language",
13115 "log",
13116 "lsp",
13117 "markdown",
13118 "node_runtime",
13119 "parking_lot",
13120 "paths",
13121 "percent-encoding",
13122 "postage",
13123 "prettier",
13124 "pretty_assertions",
13125 "project",
13126 "rand 0.9.2",
13127 "regex",
13128 "release_channel",
13129 "remote",
13130 "rpc",
13131 "schemars",
13132 "semver",
13133 "serde",
13134 "serde_json",
13135 "settings",
13136 "sha2",
13137 "shellexpand 2.1.2",
13138 "smallvec",
13139 "smol",
13140 "snippet",
13141 "snippet_provider",
13142 "sum_tree",
13143 "task",
13144 "tempfile",
13145 "terminal",
13146 "text",
13147 "toml 0.8.23",
13148 "tracing",
13149 "unindent",
13150 "url",
13151 "util",
13152 "watch",
13153 "wax",
13154 "which 6.0.3",
13155 "worktree",
13156 "zed_credentials_provider",
13157 "zeroize",
13158 "zlog",
13159 "ztracing",
13160]
13161
13162[[package]]
13163name = "project_benchmarks"
13164version = "0.1.0"
13165dependencies = [
13166 "anyhow",
13167 "askpass",
13168 "clap",
13169 "client",
13170 "futures 0.3.32",
13171 "gpui",
13172 "gpui_platform",
13173 "http_client",
13174 "language",
13175 "node_runtime",
13176 "project",
13177 "release_channel",
13178 "remote",
13179 "rpassword",
13180 "semver",
13181 "settings",
13182 "watch",
13183]
13184
13185[[package]]
13186name = "project_panel"
13187version = "0.1.0"
13188dependencies = [
13189 "anyhow",
13190 "client",
13191 "collections",
13192 "command_palette_hooks",
13193 "criterion",
13194 "editor",
13195 "feature_flags",
13196 "file_icons",
13197 "git",
13198 "git_ui",
13199 "gpui",
13200 "itertools 0.14.0",
13201 "language",
13202 "menu",
13203 "notifications",
13204 "pretty_assertions",
13205 "project",
13206 "rayon",
13207 "remote_connection",
13208 "schemars",
13209 "search",
13210 "serde",
13211 "serde_json",
13212 "settings",
13213 "smallvec",
13214 "telemetry",
13215 "tempfile",
13216 "theme",
13217 "theme_settings",
13218 "ui",
13219 "util",
13220 "workspace",
13221 "worktree",
13222 "zed_actions",
13223]
13224
13225[[package]]
13226name = "project_symbols"
13227version = "0.1.0"
13228dependencies = [
13229 "anyhow",
13230 "editor",
13231 "futures 0.3.32",
13232 "fuzzy",
13233 "gpui",
13234 "language",
13235 "lsp",
13236 "ordered-float 2.10.1",
13237 "picker",
13238 "project",
13239 "release_channel",
13240 "semver",
13241 "serde_json",
13242 "settings",
13243 "theme",
13244 "theme_settings",
13245 "util",
13246 "workspace",
13247]
13248
13249[[package]]
13250name = "prometheus"
13251version = "0.14.0"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13254dependencies = [
13255 "cfg-if",
13256 "fnv",
13257 "lazy_static",
13258 "memchr",
13259 "parking_lot",
13260 "protobuf",
13261 "thiserror 2.0.17",
13262]
13263
13264[[package]]
13265name = "prompt_store"
13266version = "0.1.0"
13267dependencies = [
13268 "anyhow",
13269 "assets",
13270 "chrono",
13271 "collections",
13272 "fs",
13273 "futures 0.3.32",
13274 "fuzzy",
13275 "gpui",
13276 "handlebars 4.5.0",
13277 "heed",
13278 "language",
13279 "log",
13280 "parking_lot",
13281 "paths",
13282 "rope",
13283 "serde",
13284 "strum 0.27.2",
13285 "tempfile",
13286 "text",
13287 "util",
13288 "uuid",
13289]
13290
13291[[package]]
13292name = "proptest"
13293version = "1.10.0"
13294source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13295dependencies = [
13296 "bit-set 0.8.0",
13297 "bit-vec 0.8.0",
13298 "bitflags 2.10.0",
13299 "num-traits",
13300 "proptest-macro",
13301 "rand 0.9.2",
13302 "rand_chacha 0.9.0",
13303 "rand_xorshift",
13304 "regex-syntax",
13305 "rusty-fork",
13306 "tempfile",
13307 "unarray",
13308]
13309
13310[[package]]
13311name = "proptest-derive"
13312version = "0.8.0"
13313source = "registry+https://github.com/rust-lang/crates.io-index"
13314checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13315dependencies = [
13316 "proc-macro2",
13317 "quote",
13318 "syn 2.0.117",
13319]
13320
13321[[package]]
13322name = "proptest-macro"
13323version = "0.5.0"
13324source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13325dependencies = [
13326 "convert_case 0.11.0",
13327 "proc-macro2",
13328 "quote",
13329 "syn 2.0.117",
13330]
13331
13332[[package]]
13333name = "prost"
13334version = "0.9.0"
13335source = "registry+https://github.com/rust-lang/crates.io-index"
13336checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13337dependencies = [
13338 "bytes 1.11.1",
13339 "prost-derive 0.9.0",
13340]
13341
13342[[package]]
13343name = "prost"
13344version = "0.12.6"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13347dependencies = [
13348 "bytes 1.11.1",
13349 "prost-derive 0.12.6",
13350]
13351
13352[[package]]
13353name = "prost-build"
13354version = "0.9.0"
13355source = "registry+https://github.com/rust-lang/crates.io-index"
13356checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13357dependencies = [
13358 "bytes 1.11.1",
13359 "heck 0.3.3",
13360 "itertools 0.10.5",
13361 "lazy_static",
13362 "log",
13363 "multimap",
13364 "petgraph",
13365 "prost 0.9.0",
13366 "prost-types 0.9.0",
13367 "regex",
13368 "tempfile",
13369 "which 4.4.2",
13370]
13371
13372[[package]]
13373name = "prost-build"
13374version = "0.12.6"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13377dependencies = [
13378 "bytes 1.11.1",
13379 "heck 0.5.0",
13380 "itertools 0.12.1",
13381 "log",
13382 "multimap",
13383 "once_cell",
13384 "petgraph",
13385 "prettyplease",
13386 "prost 0.12.6",
13387 "prost-types 0.12.6",
13388 "regex",
13389 "syn 2.0.117",
13390 "tempfile",
13391]
13392
13393[[package]]
13394name = "prost-derive"
13395version = "0.9.0"
13396source = "registry+https://github.com/rust-lang/crates.io-index"
13397checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13398dependencies = [
13399 "anyhow",
13400 "itertools 0.10.5",
13401 "proc-macro2",
13402 "quote",
13403 "syn 1.0.109",
13404]
13405
13406[[package]]
13407name = "prost-derive"
13408version = "0.12.6"
13409source = "registry+https://github.com/rust-lang/crates.io-index"
13410checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13411dependencies = [
13412 "anyhow",
13413 "itertools 0.12.1",
13414 "proc-macro2",
13415 "quote",
13416 "syn 2.0.117",
13417]
13418
13419[[package]]
13420name = "prost-types"
13421version = "0.9.0"
13422source = "registry+https://github.com/rust-lang/crates.io-index"
13423checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13424dependencies = [
13425 "bytes 1.11.1",
13426 "prost 0.9.0",
13427]
13428
13429[[package]]
13430name = "prost-types"
13431version = "0.12.6"
13432source = "registry+https://github.com/rust-lang/crates.io-index"
13433checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13434dependencies = [
13435 "prost 0.12.6",
13436]
13437
13438[[package]]
13439name = "proto"
13440version = "0.1.0"
13441dependencies = [
13442 "anyhow",
13443 "prost 0.9.0",
13444 "prost-build 0.9.0",
13445 "serde",
13446]
13447
13448[[package]]
13449name = "protobuf"
13450version = "3.7.2"
13451source = "registry+https://github.com/rust-lang/crates.io-index"
13452checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13453dependencies = [
13454 "once_cell",
13455 "protobuf-support",
13456 "thiserror 1.0.69",
13457]
13458
13459[[package]]
13460name = "protobuf-support"
13461version = "3.7.2"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13464dependencies = [
13465 "thiserror 1.0.69",
13466]
13467
13468[[package]]
13469name = "psm"
13470version = "0.1.30"
13471source = "registry+https://github.com/rust-lang/crates.io-index"
13472checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13473dependencies = [
13474 "ar_archive_writer",
13475 "cc",
13476]
13477
13478[[package]]
13479name = "ptr_meta"
13480version = "0.1.4"
13481source = "registry+https://github.com/rust-lang/crates.io-index"
13482checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13483dependencies = [
13484 "ptr_meta_derive",
13485]
13486
13487[[package]]
13488name = "ptr_meta_derive"
13489version = "0.1.4"
13490source = "registry+https://github.com/rust-lang/crates.io-index"
13491checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13492dependencies = [
13493 "proc-macro2",
13494 "quote",
13495 "syn 1.0.109",
13496]
13497
13498[[package]]
13499name = "pulldown-cmark"
13500version = "0.10.3"
13501source = "registry+https://github.com/rust-lang/crates.io-index"
13502checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13503dependencies = [
13504 "bitflags 2.10.0",
13505 "memchr",
13506 "pulldown-cmark-escape",
13507 "unicase",
13508]
13509
13510[[package]]
13511name = "pulldown-cmark"
13512version = "0.13.0"
13513source = "registry+https://github.com/rust-lang/crates.io-index"
13514checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13515dependencies = [
13516 "bitflags 2.10.0",
13517 "memchr",
13518 "unicase",
13519]
13520
13521[[package]]
13522name = "pulldown-cmark-escape"
13523version = "0.10.1"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13526
13527[[package]]
13528name = "pulley-interpreter"
13529version = "36.0.6"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13532dependencies = [
13533 "cranelift-bitset",
13534 "log",
13535 "pulley-macros",
13536 "wasmtime-internal-math",
13537]
13538
13539[[package]]
13540name = "pulley-macros"
13541version = "36.0.6"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13544dependencies = [
13545 "proc-macro2",
13546 "quote",
13547 "syn 2.0.117",
13548]
13549
13550[[package]]
13551name = "pulp"
13552version = "0.18.22"
13553source = "registry+https://github.com/rust-lang/crates.io-index"
13554checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13555dependencies = [
13556 "bytemuck",
13557 "libm",
13558 "num-complex",
13559 "reborrow",
13560]
13561
13562[[package]]
13563name = "pulp"
13564version = "0.21.5"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13567dependencies = [
13568 "bytemuck",
13569 "cfg-if",
13570 "libm",
13571 "num-complex",
13572 "reborrow",
13573 "version_check",
13574]
13575
13576[[package]]
13577name = "pxfm"
13578version = "0.1.25"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13581dependencies = [
13582 "num-traits",
13583]
13584
13585[[package]]
13586name = "qoi"
13587version = "0.4.1"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13590dependencies = [
13591 "bytemuck",
13592]
13593
13594[[package]]
13595name = "quick-error"
13596version = "1.2.3"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13599
13600[[package]]
13601name = "quick-error"
13602version = "2.0.1"
13603source = "registry+https://github.com/rust-lang/crates.io-index"
13604checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13605
13606[[package]]
13607name = "quick-xml"
13608version = "0.30.0"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13611dependencies = [
13612 "memchr",
13613]
13614
13615[[package]]
13616name = "quick-xml"
13617version = "0.37.5"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13620dependencies = [
13621 "memchr",
13622]
13623
13624[[package]]
13625name = "quick-xml"
13626version = "0.38.3"
13627source = "registry+https://github.com/rust-lang/crates.io-index"
13628checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13629dependencies = [
13630 "memchr",
13631]
13632
13633[[package]]
13634name = "quinn"
13635version = "0.11.9"
13636source = "registry+https://github.com/rust-lang/crates.io-index"
13637checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13638dependencies = [
13639 "bytes 1.11.1",
13640 "cfg_aliases 0.2.1",
13641 "pin-project-lite",
13642 "quinn-proto",
13643 "quinn-udp",
13644 "rustc-hash 2.1.1",
13645 "rustls 0.23.33",
13646 "socket2 0.6.1",
13647 "thiserror 2.0.17",
13648 "tokio",
13649 "tracing",
13650 "web-time",
13651]
13652
13653[[package]]
13654name = "quinn-proto"
13655version = "0.11.13"
13656source = "registry+https://github.com/rust-lang/crates.io-index"
13657checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13658dependencies = [
13659 "bytes 1.11.1",
13660 "getrandom 0.3.4",
13661 "lru-slab",
13662 "rand 0.9.2",
13663 "ring",
13664 "rustc-hash 2.1.1",
13665 "rustls 0.23.33",
13666 "rustls-pki-types",
13667 "slab",
13668 "thiserror 2.0.17",
13669 "tinyvec",
13670 "tracing",
13671 "web-time",
13672]
13673
13674[[package]]
13675name = "quinn-udp"
13676version = "0.5.14"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13679dependencies = [
13680 "cfg_aliases 0.2.1",
13681 "libc",
13682 "once_cell",
13683 "socket2 0.6.1",
13684 "tracing",
13685 "windows-sys 0.60.2",
13686]
13687
13688[[package]]
13689name = "quote"
13690version = "1.0.41"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13693dependencies = [
13694 "proc-macro2",
13695]
13696
13697[[package]]
13698name = "r-efi"
13699version = "5.3.0"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13702
13703[[package]]
13704name = "radium"
13705version = "0.7.0"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13708
13709[[package]]
13710name = "rand"
13711version = "0.3.23"
13712source = "registry+https://github.com/rust-lang/crates.io-index"
13713checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13714dependencies = [
13715 "libc",
13716 "rand 0.4.6",
13717]
13718
13719[[package]]
13720name = "rand"
13721version = "0.4.6"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13724dependencies = [
13725 "fuchsia-cprng",
13726 "libc",
13727 "rand_core 0.3.1",
13728 "rdrand",
13729 "winapi",
13730]
13731
13732[[package]]
13733name = "rand"
13734version = "0.8.5"
13735source = "registry+https://github.com/rust-lang/crates.io-index"
13736checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13737dependencies = [
13738 "libc",
13739 "rand_chacha 0.3.1",
13740 "rand_core 0.6.4",
13741]
13742
13743[[package]]
13744name = "rand"
13745version = "0.9.2"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13748dependencies = [
13749 "rand_chacha 0.9.0",
13750 "rand_core 0.9.3",
13751]
13752
13753[[package]]
13754name = "rand_chacha"
13755version = "0.3.1"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13758dependencies = [
13759 "ppv-lite86",
13760 "rand_core 0.6.4",
13761]
13762
13763[[package]]
13764name = "rand_chacha"
13765version = "0.9.0"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13768dependencies = [
13769 "ppv-lite86",
13770 "rand_core 0.9.3",
13771]
13772
13773[[package]]
13774name = "rand_core"
13775version = "0.3.1"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13778dependencies = [
13779 "rand_core 0.4.2",
13780]
13781
13782[[package]]
13783name = "rand_core"
13784version = "0.4.2"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13787
13788[[package]]
13789name = "rand_core"
13790version = "0.6.4"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13793dependencies = [
13794 "getrandom 0.2.16",
13795]
13796
13797[[package]]
13798name = "rand_core"
13799version = "0.9.3"
13800source = "registry+https://github.com/rust-lang/crates.io-index"
13801checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13802dependencies = [
13803 "getrandom 0.3.4",
13804]
13805
13806[[package]]
13807name = "rand_distr"
13808version = "0.5.1"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13811dependencies = [
13812 "num-traits",
13813 "rand 0.9.2",
13814]
13815
13816[[package]]
13817name = "rand_pcg"
13818version = "0.3.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13821dependencies = [
13822 "rand_core 0.6.4",
13823]
13824
13825[[package]]
13826name = "rand_xorshift"
13827version = "0.4.0"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13830dependencies = [
13831 "rand_core 0.9.3",
13832]
13833
13834[[package]]
13835name = "random_choice"
13836version = "0.3.2"
13837source = "registry+https://github.com/rust-lang/crates.io-index"
13838checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13839dependencies = [
13840 "rand 0.3.23",
13841]
13842
13843[[package]]
13844name = "range-alloc"
13845version = "0.1.4"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13848
13849[[package]]
13850name = "range-map"
13851version = "0.2.0"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
13854dependencies = [
13855 "num-traits",
13856]
13857
13858[[package]]
13859name = "rangemap"
13860version = "1.7.1"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
13863
13864[[package]]
13865name = "rav1e"
13866version = "0.7.1"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
13869dependencies = [
13870 "arbitrary",
13871 "arg_enum_proc_macro",
13872 "arrayvec",
13873 "av1-grain",
13874 "bitstream-io",
13875 "built",
13876 "cfg-if",
13877 "interpolate_name",
13878 "itertools 0.12.1",
13879 "libc",
13880 "libfuzzer-sys",
13881 "log",
13882 "maybe-rayon",
13883 "new_debug_unreachable",
13884 "noop_proc_macro",
13885 "num-derive",
13886 "num-traits",
13887 "once_cell",
13888 "paste",
13889 "profiling",
13890 "rand 0.8.5",
13891 "rand_chacha 0.3.1",
13892 "simd_helpers",
13893 "system-deps 6.2.2",
13894 "thiserror 1.0.69",
13895 "v_frame",
13896 "wasm-bindgen",
13897]
13898
13899[[package]]
13900name = "ravif"
13901version = "0.11.20"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
13904dependencies = [
13905 "avif-serialize",
13906 "imgref",
13907 "loop9",
13908 "quick-error 2.0.1",
13909 "rav1e",
13910 "rayon",
13911 "rgb",
13912]
13913
13914[[package]]
13915name = "raw-cpuid"
13916version = "10.7.0"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
13919dependencies = [
13920 "bitflags 1.3.2",
13921]
13922
13923[[package]]
13924name = "raw-cpuid"
13925version = "11.6.0"
13926source = "registry+https://github.com/rust-lang/crates.io-index"
13927checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
13928dependencies = [
13929 "bitflags 2.10.0",
13930]
13931
13932[[package]]
13933name = "raw-window-handle"
13934version = "0.6.2"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
13937
13938[[package]]
13939name = "raw-window-metal"
13940version = "1.1.0"
13941source = "registry+https://github.com/rust-lang/crates.io-index"
13942checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
13943dependencies = [
13944 "objc2",
13945 "objc2-core-foundation",
13946 "objc2-foundation",
13947 "objc2-quartz-core",
13948]
13949
13950[[package]]
13951name = "rayon"
13952version = "1.11.0"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
13955dependencies = [
13956 "either",
13957 "rayon-core",
13958]
13959
13960[[package]]
13961name = "rayon-core"
13962version = "1.13.0"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
13965dependencies = [
13966 "crossbeam-deque",
13967 "crossbeam-utils",
13968]
13969
13970[[package]]
13971name = "rdrand"
13972version = "0.4.0"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
13975dependencies = [
13976 "rand_core 0.3.1",
13977]
13978
13979[[package]]
13980name = "read-fonts"
13981version = "0.35.0"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
13984dependencies = [
13985 "bytemuck",
13986 "font-types 0.10.0",
13987]
13988
13989[[package]]
13990name = "read-fonts"
13991version = "0.37.0"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
13994dependencies = [
13995 "bytemuck",
13996 "core_maths",
13997 "font-types 0.11.0",
13998]
13999
14000[[package]]
14001name = "realfft"
14002version = "3.5.0"
14003source = "registry+https://github.com/rust-lang/crates.io-index"
14004checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14005dependencies = [
14006 "rustfft",
14007]
14008
14009[[package]]
14010name = "reborrow"
14011version = "0.5.5"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14014
14015[[package]]
14016name = "recent_projects"
14017version = "0.1.0"
14018dependencies = [
14019 "anyhow",
14020 "askpass",
14021 "chrono",
14022 "db",
14023 "dev_container",
14024 "editor",
14025 "extension",
14026 "extension_host",
14027 "fs",
14028 "futures 0.3.32",
14029 "fuzzy",
14030 "gpui",
14031 "http_client",
14032 "indoc",
14033 "language",
14034 "log",
14035 "menu",
14036 "node_runtime",
14037 "open_path_prompt",
14038 "ordered-float 2.10.1",
14039 "paths",
14040 "picker",
14041 "project",
14042 "release_channel",
14043 "remote",
14044 "remote_connection",
14045 "remote_server",
14046 "semver",
14047 "serde",
14048 "serde_json",
14049 "settings",
14050 "smol",
14051 "task",
14052 "telemetry",
14053 "ui",
14054 "ui_input",
14055 "util",
14056 "windows-registry 0.6.1",
14057 "workspace",
14058 "worktree",
14059 "zed_actions",
14060]
14061
14062[[package]]
14063name = "redox_syscall"
14064version = "0.2.16"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14067dependencies = [
14068 "bitflags 1.3.2",
14069]
14070
14071[[package]]
14072name = "redox_syscall"
14073version = "0.5.18"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14076dependencies = [
14077 "bitflags 2.10.0",
14078]
14079
14080[[package]]
14081name = "redox_users"
14082version = "0.4.6"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14085dependencies = [
14086 "getrandom 0.2.16",
14087 "libredox",
14088 "thiserror 1.0.69",
14089]
14090
14091[[package]]
14092name = "redox_users"
14093version = "0.5.2"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14096dependencies = [
14097 "getrandom 0.2.16",
14098 "libredox",
14099 "thiserror 2.0.17",
14100]
14101
14102[[package]]
14103name = "ref-cast"
14104version = "1.0.25"
14105source = "registry+https://github.com/rust-lang/crates.io-index"
14106checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14107dependencies = [
14108 "ref-cast-impl",
14109]
14110
14111[[package]]
14112name = "ref-cast-impl"
14113version = "1.0.25"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14116dependencies = [
14117 "proc-macro2",
14118 "quote",
14119 "syn 2.0.117",
14120]
14121
14122[[package]]
14123name = "referencing"
14124version = "0.37.4"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14127dependencies = [
14128 "ahash 0.8.12",
14129 "fluent-uri",
14130 "getrandom 0.3.4",
14131 "hashbrown 0.16.1",
14132 "parking_lot",
14133 "percent-encoding",
14134 "serde_json",
14135]
14136
14137[[package]]
14138name = "refineable"
14139version = "0.1.0"
14140dependencies = [
14141 "derive_refineable",
14142]
14143
14144[[package]]
14145name = "regalloc2"
14146version = "0.12.2"
14147source = "registry+https://github.com/rust-lang/crates.io-index"
14148checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14149dependencies = [
14150 "allocator-api2",
14151 "bumpalo",
14152 "hashbrown 0.15.5",
14153 "log",
14154 "rustc-hash 2.1.1",
14155 "serde",
14156 "smallvec",
14157]
14158
14159[[package]]
14160name = "regex"
14161version = "1.12.2"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14164dependencies = [
14165 "aho-corasick",
14166 "memchr",
14167 "regex-automata",
14168 "regex-syntax",
14169]
14170
14171[[package]]
14172name = "regex-automata"
14173version = "0.4.13"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14176dependencies = [
14177 "aho-corasick",
14178 "memchr",
14179 "regex-syntax",
14180]
14181
14182[[package]]
14183name = "regex-lite"
14184version = "0.1.8"
14185source = "registry+https://github.com/rust-lang/crates.io-index"
14186checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14187
14188[[package]]
14189name = "regex-syntax"
14190version = "0.8.8"
14191source = "registry+https://github.com/rust-lang/crates.io-index"
14192checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14193
14194[[package]]
14195name = "release_channel"
14196version = "0.1.0"
14197dependencies = [
14198 "gpui",
14199 "semver",
14200]
14201
14202[[package]]
14203name = "remote"
14204version = "0.1.0"
14205dependencies = [
14206 "anyhow",
14207 "askpass",
14208 "async-trait",
14209 "base64 0.22.1",
14210 "collections",
14211 "fs",
14212 "futures 0.3.32",
14213 "gpui",
14214 "log",
14215 "parking_lot",
14216 "paths",
14217 "prost 0.9.0",
14218 "release_channel",
14219 "rpc",
14220 "schemars",
14221 "semver",
14222 "serde",
14223 "serde_json",
14224 "settings",
14225 "smol",
14226 "tempfile",
14227 "thiserror 2.0.17",
14228 "urlencoding",
14229 "util",
14230 "which 6.0.3",
14231]
14232
14233[[package]]
14234name = "remote_connection"
14235version = "0.1.0"
14236dependencies = [
14237 "anyhow",
14238 "askpass",
14239 "auto_update",
14240 "futures 0.3.32",
14241 "gpui",
14242 "log",
14243 "markdown",
14244 "menu",
14245 "release_channel",
14246 "remote",
14247 "semver",
14248 "settings",
14249 "theme_settings",
14250 "ui",
14251 "ui_input",
14252 "workspace",
14253]
14254
14255[[package]]
14256name = "remote_server"
14257version = "0.1.0"
14258dependencies = [
14259 "action_log",
14260 "agent",
14261 "anyhow",
14262 "askpass",
14263 "cargo_toml",
14264 "clap",
14265 "client",
14266 "clock",
14267 "collections",
14268 "crash-handler",
14269 "crashes",
14270 "dap_adapters",
14271 "debug_adapter_extension",
14272 "editor",
14273 "env_logger 0.11.8",
14274 "extension",
14275 "extension_host",
14276 "fork",
14277 "fs",
14278 "futures 0.3.32",
14279 "git",
14280 "git2",
14281 "git_hosting_providers",
14282 "gpui",
14283 "gpui_platform",
14284 "gpui_tokio",
14285 "http_client",
14286 "image",
14287 "json_schema_store",
14288 "language",
14289 "language_extension",
14290 "language_model",
14291 "languages",
14292 "libc",
14293 "log",
14294 "lsp",
14295 "minidumper",
14296 "net",
14297 "node_runtime",
14298 "paths",
14299 "pretty_assertions",
14300 "project",
14301 "proto",
14302 "rayon",
14303 "release_channel",
14304 "remote",
14305 "reqwest_client",
14306 "rpc",
14307 "rust-embed",
14308 "semver",
14309 "serde",
14310 "serde_json",
14311 "settings",
14312 "shellexpand 2.1.2",
14313 "smol",
14314 "sysinfo 0.37.2",
14315 "task",
14316 "theme",
14317 "theme_settings",
14318 "thiserror 2.0.17",
14319 "toml 0.8.23",
14320 "unindent",
14321 "util",
14322 "uuid",
14323 "watch",
14324 "windows 0.61.3",
14325 "worktree",
14326 "zlog",
14327]
14328
14329[[package]]
14330name = "rend"
14331version = "0.4.2"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14334dependencies = [
14335 "bytecheck",
14336]
14337
14338[[package]]
14339name = "renderdoc-sys"
14340version = "1.1.0"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14343
14344[[package]]
14345name = "repl"
14346version = "0.1.0"
14347dependencies = [
14348 "alacritty_terminal",
14349 "anyhow",
14350 "async-dispatcher",
14351 "async-task",
14352 "async-tungstenite",
14353 "base64 0.22.1",
14354 "client",
14355 "collections",
14356 "command_palette_hooks",
14357 "editor",
14358 "feature_flags",
14359 "file_icons",
14360 "futures 0.3.32",
14361 "gpui",
14362 "html_to_markdown",
14363 "http_client",
14364 "image",
14365 "indoc",
14366 "jupyter-protocol",
14367 "jupyter-websocket-client",
14368 "language",
14369 "languages",
14370 "log",
14371 "markdown",
14372 "menu",
14373 "multi_buffer",
14374 "nbformat",
14375 "picker",
14376 "project",
14377 "remote",
14378 "runtimelib",
14379 "serde",
14380 "serde_json",
14381 "settings",
14382 "shlex",
14383 "smol",
14384 "telemetry",
14385 "terminal",
14386 "terminal_view",
14387 "theme",
14388 "theme_settings",
14389 "tree-sitter-md",
14390 "tree-sitter-python",
14391 "tree-sitter-typescript",
14392 "ui",
14393 "util",
14394 "uuid",
14395 "workspace",
14396 "zed_actions",
14397]
14398
14399[[package]]
14400name = "reqwest"
14401version = "0.11.27"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14404dependencies = [
14405 "base64 0.21.7",
14406 "bytes 1.11.1",
14407 "encoding_rs",
14408 "futures-core",
14409 "futures-util",
14410 "h2 0.3.27",
14411 "http 0.2.12",
14412 "http-body 0.4.6",
14413 "hyper 0.14.32",
14414 "hyper-tls",
14415 "ipnet",
14416 "js-sys",
14417 "log",
14418 "mime",
14419 "native-tls",
14420 "once_cell",
14421 "percent-encoding",
14422 "pin-project-lite",
14423 "rustls-pemfile 1.0.4",
14424 "serde",
14425 "serde_json",
14426 "serde_urlencoded",
14427 "sync_wrapper 0.1.2",
14428 "system-configuration 0.5.1",
14429 "tokio",
14430 "tokio-native-tls",
14431 "tower-service",
14432 "url",
14433 "wasm-bindgen",
14434 "wasm-bindgen-futures",
14435 "web-sys",
14436 "winreg 0.50.0",
14437]
14438
14439[[package]]
14440name = "reqwest"
14441version = "0.12.24"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14444dependencies = [
14445 "base64 0.22.1",
14446 "bytes 1.11.1",
14447 "futures-channel",
14448 "futures-core",
14449 "futures-util",
14450 "http 1.3.1",
14451 "http-body 1.0.1",
14452 "http-body-util",
14453 "hyper 1.7.0",
14454 "hyper-rustls 0.27.7",
14455 "hyper-util",
14456 "js-sys",
14457 "log",
14458 "percent-encoding",
14459 "pin-project-lite",
14460 "quinn",
14461 "rustls 0.23.33",
14462 "rustls-native-certs 0.8.2",
14463 "rustls-pki-types",
14464 "serde",
14465 "serde_json",
14466 "serde_urlencoded",
14467 "sync_wrapper 1.0.2",
14468 "tokio",
14469 "tokio-rustls 0.26.2",
14470 "tower 0.5.2",
14471 "tower-http 0.6.6",
14472 "tower-service",
14473 "url",
14474 "wasm-bindgen",
14475 "wasm-bindgen-futures",
14476 "web-sys",
14477]
14478
14479[[package]]
14480name = "reqwest_client"
14481version = "0.1.0"
14482dependencies = [
14483 "anyhow",
14484 "bytes 1.11.1",
14485 "futures 0.3.32",
14486 "gpui_util",
14487 "http_client",
14488 "http_client_tls",
14489 "log",
14490 "regex",
14491 "serde",
14492 "tokio",
14493 "zed-reqwest",
14494]
14495
14496[[package]]
14497name = "resvg"
14498version = "0.45.1"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14501dependencies = [
14502 "gif",
14503 "image-webp",
14504 "log",
14505 "pico-args",
14506 "rgb",
14507 "svgtypes",
14508 "tiny-skia",
14509 "usvg",
14510 "zune-jpeg",
14511]
14512
14513[[package]]
14514name = "rfc6979"
14515version = "0.3.1"
14516source = "registry+https://github.com/rust-lang/crates.io-index"
14517checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14518dependencies = [
14519 "crypto-bigint 0.4.9",
14520 "hmac",
14521 "zeroize",
14522]
14523
14524[[package]]
14525name = "rgb"
14526version = "0.8.52"
14527source = "registry+https://github.com/rust-lang/crates.io-index"
14528checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14529dependencies = [
14530 "bytemuck",
14531]
14532
14533[[package]]
14534name = "ring"
14535version = "0.17.14"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14538dependencies = [
14539 "cc",
14540 "cfg-if",
14541 "getrandom 0.2.16",
14542 "libc",
14543 "untrusted 0.9.0",
14544 "windows-sys 0.52.0",
14545]
14546
14547[[package]]
14548name = "rkyv"
14549version = "0.7.45"
14550source = "registry+https://github.com/rust-lang/crates.io-index"
14551checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14552dependencies = [
14553 "bitvec",
14554 "bytecheck",
14555 "bytes 1.11.1",
14556 "hashbrown 0.12.3",
14557 "ptr_meta",
14558 "rend",
14559 "rkyv_derive",
14560 "seahash",
14561 "tinyvec",
14562 "uuid",
14563]
14564
14565[[package]]
14566name = "rkyv_derive"
14567version = "0.7.45"
14568source = "registry+https://github.com/rust-lang/crates.io-index"
14569checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14570dependencies = [
14571 "proc-macro2",
14572 "quote",
14573 "syn 1.0.109",
14574]
14575
14576[[package]]
14577name = "rmp"
14578version = "0.8.14"
14579source = "registry+https://github.com/rust-lang/crates.io-index"
14580checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14581dependencies = [
14582 "byteorder",
14583 "num-traits",
14584 "paste",
14585]
14586
14587[[package]]
14588name = "rmpv"
14589version = "1.3.0"
14590source = "registry+https://github.com/rust-lang/crates.io-index"
14591checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14592dependencies = [
14593 "num-traits",
14594 "rmp",
14595]
14596
14597[[package]]
14598name = "rodio"
14599version = "0.21.1"
14600source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14601dependencies = [
14602 "cpal",
14603 "dasp_sample",
14604 "hound",
14605 "num-rational",
14606 "rand 0.9.2",
14607 "rand_distr",
14608 "rtrb",
14609 "symphonia",
14610 "thiserror 2.0.17",
14611]
14612
14613[[package]]
14614name = "rope"
14615version = "0.1.0"
14616dependencies = [
14617 "criterion",
14618 "ctor",
14619 "gpui",
14620 "heapless",
14621 "log",
14622 "rand 0.9.2",
14623 "rayon",
14624 "sum_tree",
14625 "tracing",
14626 "unicode-segmentation",
14627 "util",
14628 "zlog",
14629 "ztracing",
14630]
14631
14632[[package]]
14633name = "roxmltree"
14634version = "0.20.0"
14635source = "registry+https://github.com/rust-lang/crates.io-index"
14636checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14637
14638[[package]]
14639name = "rpassword"
14640version = "7.4.0"
14641source = "registry+https://github.com/rust-lang/crates.io-index"
14642checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14643dependencies = [
14644 "libc",
14645 "rtoolbox",
14646 "windows-sys 0.59.0",
14647]
14648
14649[[package]]
14650name = "rpc"
14651version = "0.1.0"
14652dependencies = [
14653 "anyhow",
14654 "async-tungstenite",
14655 "base64 0.22.1",
14656 "collections",
14657 "futures 0.3.32",
14658 "gpui",
14659 "parking_lot",
14660 "proto",
14661 "rand 0.9.2",
14662 "rsa",
14663 "serde",
14664 "serde_json",
14665 "sha2",
14666 "strum 0.27.2",
14667 "tracing",
14668 "util",
14669 "zlog",
14670 "zstd",
14671]
14672
14673[[package]]
14674name = "rsa"
14675version = "0.9.10"
14676source = "registry+https://github.com/rust-lang/crates.io-index"
14677checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14678dependencies = [
14679 "const-oid",
14680 "digest",
14681 "num-bigint-dig 0.8.6",
14682 "num-integer",
14683 "num-traits",
14684 "pkcs1",
14685 "pkcs8 0.10.2",
14686 "rand_core 0.6.4",
14687 "signature 2.2.0",
14688 "spki 0.7.3",
14689 "subtle",
14690 "zeroize",
14691]
14692
14693[[package]]
14694name = "rtoolbox"
14695version = "0.0.3"
14696source = "registry+https://github.com/rust-lang/crates.io-index"
14697checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14698dependencies = [
14699 "libc",
14700 "windows-sys 0.52.0",
14701]
14702
14703[[package]]
14704name = "rtrb"
14705version = "0.3.2"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14708
14709[[package]]
14710name = "rules_library"
14711version = "0.1.0"
14712dependencies = [
14713 "anyhow",
14714 "collections",
14715 "editor",
14716 "gpui",
14717 "language",
14718 "language_model",
14719 "log",
14720 "menu",
14721 "picker",
14722 "platform_title_bar",
14723 "prompt_store",
14724 "release_channel",
14725 "rope",
14726 "serde",
14727 "settings",
14728 "theme_settings",
14729 "ui",
14730 "ui_input",
14731 "util",
14732 "workspace",
14733 "zed_actions",
14734]
14735
14736[[package]]
14737name = "runtimelib"
14738version = "1.4.0"
14739source = "registry+https://github.com/rust-lang/crates.io-index"
14740checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14741dependencies = [
14742 "async-dispatcher",
14743 "async-std",
14744 "aws-lc-rs",
14745 "base64 0.22.1",
14746 "bytes 1.11.1",
14747 "chrono",
14748 "data-encoding",
14749 "dirs 6.0.0",
14750 "futures 0.3.32",
14751 "glob",
14752 "jupyter-protocol",
14753 "serde",
14754 "serde_json",
14755 "shellexpand 3.1.1",
14756 "smol",
14757 "thiserror 2.0.17",
14758 "uuid",
14759 "zeromq",
14760]
14761
14762[[package]]
14763name = "rust-embed"
14764version = "8.11.0"
14765source = "registry+https://github.com/rust-lang/crates.io-index"
14766checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14767dependencies = [
14768 "rust-embed-impl",
14769 "rust-embed-utils",
14770 "walkdir",
14771]
14772
14773[[package]]
14774name = "rust-embed-impl"
14775version = "8.11.0"
14776source = "registry+https://github.com/rust-lang/crates.io-index"
14777checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14778dependencies = [
14779 "proc-macro2",
14780 "quote",
14781 "rust-embed-utils",
14782 "syn 2.0.117",
14783 "walkdir",
14784]
14785
14786[[package]]
14787name = "rust-embed-utils"
14788version = "8.11.0"
14789source = "registry+https://github.com/rust-lang/crates.io-index"
14790checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14791dependencies = [
14792 "globset",
14793 "sha2",
14794 "walkdir",
14795]
14796
14797[[package]]
14798name = "rust_decimal"
14799version = "1.39.0"
14800source = "registry+https://github.com/rust-lang/crates.io-index"
14801checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14802dependencies = [
14803 "arrayvec",
14804 "borsh",
14805 "bytes 1.11.1",
14806 "num-traits",
14807 "rand 0.8.5",
14808 "rkyv",
14809 "serde",
14810 "serde_json",
14811]
14812
14813[[package]]
14814name = "rustc-demangle"
14815version = "0.1.26"
14816source = "registry+https://github.com/rust-lang/crates.io-index"
14817checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14818
14819[[package]]
14820name = "rustc-hash"
14821version = "1.1.0"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14824
14825[[package]]
14826name = "rustc-hash"
14827version = "2.1.1"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14830
14831[[package]]
14832name = "rustc_version"
14833version = "0.4.1"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14836dependencies = [
14837 "semver",
14838]
14839
14840[[package]]
14841name = "rustfft"
14842version = "6.4.1"
14843source = "registry+https://github.com/rust-lang/crates.io-index"
14844checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14845dependencies = [
14846 "num-complex",
14847 "num-integer",
14848 "num-traits",
14849 "primal-check",
14850 "strength_reduce",
14851 "transpose",
14852]
14853
14854[[package]]
14855name = "rustix"
14856version = "0.38.44"
14857source = "registry+https://github.com/rust-lang/crates.io-index"
14858checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14859dependencies = [
14860 "bitflags 2.10.0",
14861 "errno 0.3.14",
14862 "libc",
14863 "linux-raw-sys 0.4.15",
14864 "windows-sys 0.59.0",
14865]
14866
14867[[package]]
14868name = "rustix"
14869version = "1.1.2"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
14872dependencies = [
14873 "bitflags 2.10.0",
14874 "errno 0.3.14",
14875 "libc",
14876 "linux-raw-sys 0.11.0",
14877 "windows-sys 0.61.2",
14878]
14879
14880[[package]]
14881name = "rustix-linux-procfs"
14882version = "0.1.1"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
14885dependencies = [
14886 "once_cell",
14887 "rustix 1.1.2",
14888]
14889
14890[[package]]
14891name = "rustix-openpty"
14892version = "0.2.0"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
14895dependencies = [
14896 "errno 0.3.14",
14897 "libc",
14898 "rustix 1.1.2",
14899]
14900
14901[[package]]
14902name = "rustls"
14903version = "0.21.12"
14904source = "registry+https://github.com/rust-lang/crates.io-index"
14905checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
14906dependencies = [
14907 "log",
14908 "ring",
14909 "rustls-webpki 0.101.7",
14910 "sct",
14911]
14912
14913[[package]]
14914name = "rustls"
14915version = "0.23.33"
14916source = "registry+https://github.com/rust-lang/crates.io-index"
14917checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
14918dependencies = [
14919 "aws-lc-rs",
14920 "log",
14921 "once_cell",
14922 "ring",
14923 "rustls-pki-types",
14924 "rustls-webpki 0.103.7",
14925 "subtle",
14926 "zeroize",
14927]
14928
14929[[package]]
14930name = "rustls-native-certs"
14931version = "0.6.3"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
14934dependencies = [
14935 "openssl-probe",
14936 "rustls-pemfile 1.0.4",
14937 "schannel",
14938 "security-framework 2.11.1",
14939]
14940
14941[[package]]
14942name = "rustls-native-certs"
14943version = "0.8.2"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
14946dependencies = [
14947 "openssl-probe",
14948 "rustls-pki-types",
14949 "schannel",
14950 "security-framework 3.5.1",
14951]
14952
14953[[package]]
14954name = "rustls-pemfile"
14955version = "1.0.4"
14956source = "registry+https://github.com/rust-lang/crates.io-index"
14957checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
14958dependencies = [
14959 "base64 0.21.7",
14960]
14961
14962[[package]]
14963name = "rustls-pemfile"
14964version = "2.2.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
14967dependencies = [
14968 "rustls-pki-types",
14969]
14970
14971[[package]]
14972name = "rustls-pki-types"
14973version = "1.12.0"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
14976dependencies = [
14977 "web-time",
14978 "zeroize",
14979]
14980
14981[[package]]
14982name = "rustls-platform-verifier"
14983version = "0.5.3"
14984source = "registry+https://github.com/rust-lang/crates.io-index"
14985checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
14986dependencies = [
14987 "core-foundation 0.10.0",
14988 "core-foundation-sys",
14989 "jni",
14990 "log",
14991 "once_cell",
14992 "rustls 0.23.33",
14993 "rustls-native-certs 0.8.2",
14994 "rustls-platform-verifier-android",
14995 "rustls-webpki 0.103.7",
14996 "security-framework 3.5.1",
14997 "security-framework-sys",
14998 "webpki-root-certs",
14999 "windows-sys 0.59.0",
15000]
15001
15002[[package]]
15003name = "rustls-platform-verifier-android"
15004version = "0.1.1"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15007
15008[[package]]
15009name = "rustls-webpki"
15010version = "0.101.7"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15013dependencies = [
15014 "ring",
15015 "untrusted 0.9.0",
15016]
15017
15018[[package]]
15019name = "rustls-webpki"
15020version = "0.103.7"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15023dependencies = [
15024 "aws-lc-rs",
15025 "ring",
15026 "rustls-pki-types",
15027 "untrusted 0.9.0",
15028]
15029
15030[[package]]
15031name = "rustversion"
15032version = "1.0.22"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15035
15036[[package]]
15037name = "rusty-fork"
15038version = "0.3.1"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15041dependencies = [
15042 "fnv",
15043 "quick-error 1.2.3",
15044 "tempfile",
15045 "wait-timeout",
15046]
15047
15048[[package]]
15049name = "rustybuzz"
15050version = "0.20.1"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15053dependencies = [
15054 "bitflags 2.10.0",
15055 "bytemuck",
15056 "core_maths",
15057 "log",
15058 "smallvec",
15059 "ttf-parser 0.25.1",
15060 "unicode-bidi-mirroring",
15061 "unicode-ccc",
15062 "unicode-properties",
15063 "unicode-script",
15064]
15065
15066[[package]]
15067name = "ryu"
15068version = "1.0.20"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15071
15072[[package]]
15073name = "saa"
15074version = "5.4.9"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15077
15078[[package]]
15079name = "safetensors"
15080version = "0.4.5"
15081source = "registry+https://github.com/rust-lang/crates.io-index"
15082checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15083dependencies = [
15084 "serde",
15085 "serde_json",
15086]
15087
15088[[package]]
15089name = "same-file"
15090version = "1.0.6"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15093dependencies = [
15094 "winapi-util",
15095]
15096
15097[[package]]
15098name = "scc"
15099version = "3.5.6"
15100source = "registry+https://github.com/rust-lang/crates.io-index"
15101checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15102dependencies = [
15103 "saa",
15104 "sdd",
15105]
15106
15107[[package]]
15108name = "schannel"
15109version = "0.1.28"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15112dependencies = [
15113 "windows-sys 0.61.2",
15114]
15115
15116[[package]]
15117name = "scheduler"
15118version = "0.1.0"
15119dependencies = [
15120 "async-task",
15121 "backtrace",
15122 "chrono",
15123 "flume",
15124 "futures 0.3.32",
15125 "parking_lot",
15126 "rand 0.9.2",
15127 "web-time",
15128]
15129
15130[[package]]
15131name = "schema_generator"
15132version = "0.1.0"
15133dependencies = [
15134 "anyhow",
15135 "clap",
15136 "env_logger 0.11.8",
15137 "schemars",
15138 "serde",
15139 "serde_json",
15140 "settings",
15141 "theme",
15142 "theme_settings",
15143]
15144
15145[[package]]
15146name = "schemars"
15147version = "1.0.4"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15150dependencies = [
15151 "dyn-clone",
15152 "indexmap",
15153 "ref-cast",
15154 "schemars_derive",
15155 "serde",
15156 "serde_json",
15157]
15158
15159[[package]]
15160name = "schemars_derive"
15161version = "1.0.4"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15164dependencies = [
15165 "proc-macro2",
15166 "quote",
15167 "serde_derive_internals",
15168 "syn 2.0.117",
15169]
15170
15171[[package]]
15172name = "scoped-tls"
15173version = "1.0.1"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15176
15177[[package]]
15178name = "scopeguard"
15179version = "1.2.0"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15182
15183[[package]]
15184name = "scratch"
15185version = "1.0.9"
15186source = "registry+https://github.com/rust-lang/crates.io-index"
15187checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15188
15189[[package]]
15190name = "screencapturekit"
15191version = "0.2.8"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15194dependencies = [
15195 "screencapturekit-sys",
15196]
15197
15198[[package]]
15199name = "screencapturekit-sys"
15200version = "0.2.8"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15203dependencies = [
15204 "block",
15205 "dispatch",
15206 "objc",
15207 "objc-foundation",
15208 "objc_id",
15209 "once_cell",
15210]
15211
15212[[package]]
15213name = "scroll"
15214version = "0.12.0"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15217dependencies = [
15218 "scroll_derive",
15219]
15220
15221[[package]]
15222name = "scroll_derive"
15223version = "0.12.1"
15224source = "registry+https://github.com/rust-lang/crates.io-index"
15225checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15226dependencies = [
15227 "proc-macro2",
15228 "quote",
15229 "syn 2.0.117",
15230]
15231
15232[[package]]
15233name = "sct"
15234version = "0.7.1"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15237dependencies = [
15238 "ring",
15239 "untrusted 0.9.0",
15240]
15241
15242[[package]]
15243name = "sdd"
15244version = "4.6.2"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15247
15248[[package]]
15249name = "sea-bae"
15250version = "0.2.1"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15253dependencies = [
15254 "heck 0.4.1",
15255 "proc-macro-error2",
15256 "proc-macro2",
15257 "quote",
15258 "syn 2.0.117",
15259]
15260
15261[[package]]
15262name = "sea-orm"
15263version = "1.1.10"
15264source = "registry+https://github.com/rust-lang/crates.io-index"
15265checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15266dependencies = [
15267 "async-stream",
15268 "async-trait",
15269 "bigdecimal",
15270 "chrono",
15271 "futures-util",
15272 "log",
15273 "ouroboros",
15274 "pgvector",
15275 "rust_decimal",
15276 "sea-orm-macros",
15277 "sea-query",
15278 "sea-query-binder",
15279 "serde",
15280 "serde_json",
15281 "sqlx",
15282 "strum 0.26.3",
15283 "thiserror 2.0.17",
15284 "time",
15285 "tracing",
15286 "url",
15287 "uuid",
15288]
15289
15290[[package]]
15291name = "sea-orm-macros"
15292version = "1.1.10"
15293source = "registry+https://github.com/rust-lang/crates.io-index"
15294checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15295dependencies = [
15296 "heck 0.4.1",
15297 "proc-macro2",
15298 "quote",
15299 "sea-bae",
15300 "syn 2.0.117",
15301 "unicode-ident",
15302]
15303
15304[[package]]
15305name = "sea-query"
15306version = "0.32.7"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15309dependencies = [
15310 "bigdecimal",
15311 "chrono",
15312 "inherent",
15313 "ordered-float 4.6.0",
15314 "rust_decimal",
15315 "serde_json",
15316 "time",
15317 "uuid",
15318]
15319
15320[[package]]
15321name = "sea-query-binder"
15322version = "0.7.0"
15323source = "registry+https://github.com/rust-lang/crates.io-index"
15324checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15325dependencies = [
15326 "bigdecimal",
15327 "chrono",
15328 "rust_decimal",
15329 "sea-query",
15330 "serde_json",
15331 "sqlx",
15332 "time",
15333 "uuid",
15334]
15335
15336[[package]]
15337name = "seahash"
15338version = "4.1.0"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15341
15342[[package]]
15343name = "search"
15344version = "0.1.0"
15345dependencies = [
15346 "any_vec",
15347 "anyhow",
15348 "bitflags 2.10.0",
15349 "collections",
15350 "editor",
15351 "fs",
15352 "futures 0.3.32",
15353 "gpui",
15354 "itertools 0.14.0",
15355 "language",
15356 "lsp",
15357 "menu",
15358 "multi_buffer",
15359 "pretty_assertions",
15360 "project",
15361 "serde",
15362 "serde_json",
15363 "settings",
15364 "smol",
15365 "theme",
15366 "theme_settings",
15367 "tracing",
15368 "ui",
15369 "unindent",
15370 "util",
15371 "util_macros",
15372 "workspace",
15373 "zed_actions",
15374 "ztracing",
15375]
15376
15377[[package]]
15378name = "sec1"
15379version = "0.3.0"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15382dependencies = [
15383 "base16ct",
15384 "der 0.6.1",
15385 "generic-array",
15386 "pkcs8 0.9.0",
15387 "subtle",
15388 "zeroize",
15389]
15390
15391[[package]]
15392name = "security-framework"
15393version = "2.11.1"
15394source = "registry+https://github.com/rust-lang/crates.io-index"
15395checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15396dependencies = [
15397 "bitflags 2.10.0",
15398 "core-foundation 0.9.4",
15399 "core-foundation-sys",
15400 "libc",
15401 "security-framework-sys",
15402]
15403
15404[[package]]
15405name = "security-framework"
15406version = "3.5.1"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15409dependencies = [
15410 "bitflags 2.10.0",
15411 "core-foundation 0.10.0",
15412 "core-foundation-sys",
15413 "libc",
15414 "security-framework-sys",
15415]
15416
15417[[package]]
15418name = "security-framework-sys"
15419version = "2.15.0"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15422dependencies = [
15423 "core-foundation-sys",
15424 "libc",
15425]
15426
15427[[package]]
15428name = "self_cell"
15429version = "1.2.2"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15432
15433[[package]]
15434name = "semver"
15435version = "1.0.27"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15438dependencies = [
15439 "serde",
15440 "serde_core",
15441]
15442
15443[[package]]
15444name = "seq-macro"
15445version = "0.3.6"
15446source = "registry+https://github.com/rust-lang/crates.io-index"
15447checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15448
15449[[package]]
15450name = "serde"
15451version = "1.0.228"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15454dependencies = [
15455 "serde_core",
15456 "serde_derive",
15457]
15458
15459[[package]]
15460name = "serde_bytes"
15461version = "0.11.19"
15462source = "registry+https://github.com/rust-lang/crates.io-index"
15463checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15464dependencies = [
15465 "serde",
15466 "serde_core",
15467]
15468
15469[[package]]
15470name = "serde_core"
15471version = "1.0.228"
15472source = "registry+https://github.com/rust-lang/crates.io-index"
15473checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15474dependencies = [
15475 "serde_derive",
15476]
15477
15478[[package]]
15479name = "serde_derive"
15480version = "1.0.228"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15483dependencies = [
15484 "proc-macro2",
15485 "quote",
15486 "syn 2.0.117",
15487]
15488
15489[[package]]
15490name = "serde_derive_internals"
15491version = "0.29.1"
15492source = "registry+https://github.com/rust-lang/crates.io-index"
15493checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15494dependencies = [
15495 "proc-macro2",
15496 "quote",
15497 "syn 2.0.117",
15498]
15499
15500[[package]]
15501name = "serde_fmt"
15502version = "1.0.3"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15505dependencies = [
15506 "serde",
15507]
15508
15509[[package]]
15510name = "serde_json"
15511version = "1.0.145"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15514dependencies = [
15515 "indexmap",
15516 "itoa",
15517 "memchr",
15518 "ryu",
15519 "serde",
15520 "serde_core",
15521]
15522
15523[[package]]
15524name = "serde_json_lenient"
15525version = "0.2.4"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15528dependencies = [
15529 "indexmap",
15530 "itoa",
15531 "memchr",
15532 "ryu",
15533 "serde",
15534]
15535
15536[[package]]
15537name = "serde_path_to_error"
15538version = "0.1.20"
15539source = "registry+https://github.com/rust-lang/crates.io-index"
15540checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15541dependencies = [
15542 "itoa",
15543 "serde",
15544 "serde_core",
15545]
15546
15547[[package]]
15548name = "serde_repr"
15549version = "0.1.20"
15550source = "registry+https://github.com/rust-lang/crates.io-index"
15551checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15552dependencies = [
15553 "proc-macro2",
15554 "quote",
15555 "syn 2.0.117",
15556]
15557
15558[[package]]
15559name = "serde_spanned"
15560version = "0.6.9"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15563dependencies = [
15564 "serde",
15565]
15566
15567[[package]]
15568name = "serde_spanned"
15569version = "1.0.3"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15572dependencies = [
15573 "serde_core",
15574]
15575
15576[[package]]
15577name = "serde_urlencoded"
15578version = "0.7.1"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15581dependencies = [
15582 "form_urlencoded",
15583 "itoa",
15584 "ryu",
15585 "serde",
15586]
15587
15588[[package]]
15589name = "serde_yaml"
15590version = "0.9.34+deprecated"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15593dependencies = [
15594 "indexmap",
15595 "itoa",
15596 "ryu",
15597 "serde",
15598 "unsafe-libyaml",
15599]
15600
15601[[package]]
15602name = "serial2"
15603version = "0.2.33"
15604source = "registry+https://github.com/rust-lang/crates.io-index"
15605checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15606dependencies = [
15607 "cfg-if",
15608 "libc",
15609 "winapi",
15610]
15611
15612[[package]]
15613name = "session"
15614version = "0.1.0"
15615dependencies = [
15616 "db",
15617 "gpui",
15618 "serde_json",
15619 "util",
15620 "uuid",
15621]
15622
15623[[package]]
15624name = "settings"
15625version = "0.1.0"
15626dependencies = [
15627 "anyhow",
15628 "collections",
15629 "ec4rs",
15630 "fs",
15631 "futures 0.3.32",
15632 "gpui",
15633 "indoc",
15634 "inventory",
15635 "log",
15636 "migrator",
15637 "paths",
15638 "pretty_assertions",
15639 "release_channel",
15640 "rust-embed",
15641 "schemars",
15642 "serde",
15643 "serde_json",
15644 "serde_json_lenient",
15645 "settings_content",
15646 "settings_json",
15647 "settings_macros",
15648 "smallvec",
15649 "unindent",
15650 "util",
15651 "zlog",
15652]
15653
15654[[package]]
15655name = "settings_content"
15656version = "0.1.0"
15657dependencies = [
15658 "anyhow",
15659 "collections",
15660 "derive_more",
15661 "gpui",
15662 "log",
15663 "schemars",
15664 "serde",
15665 "serde_json",
15666 "serde_json_lenient",
15667 "settings_json",
15668 "settings_macros",
15669 "strum 0.27.2",
15670 "util",
15671]
15672
15673[[package]]
15674name = "settings_json"
15675version = "0.1.0"
15676dependencies = [
15677 "anyhow",
15678 "pretty_assertions",
15679 "serde",
15680 "serde_json",
15681 "serde_json_lenient",
15682 "serde_path_to_error",
15683 "tree-sitter",
15684 "tree-sitter-json",
15685 "unindent",
15686 "util",
15687]
15688
15689[[package]]
15690name = "settings_macros"
15691version = "0.1.0"
15692dependencies = [
15693 "quote",
15694 "settings",
15695 "syn 2.0.117",
15696]
15697
15698[[package]]
15699name = "settings_profile_selector"
15700version = "0.1.0"
15701dependencies = [
15702 "editor",
15703 "fuzzy",
15704 "gpui",
15705 "menu",
15706 "picker",
15707 "project",
15708 "serde_json",
15709 "settings",
15710 "theme",
15711 "theme_settings",
15712 "ui",
15713 "workspace",
15714 "zed_actions",
15715]
15716
15717[[package]]
15718name = "settings_ui"
15719version = "0.1.0"
15720dependencies = [
15721 "agent",
15722 "agent_settings",
15723 "anyhow",
15724 "audio",
15725 "codestral",
15726 "component",
15727 "copilot",
15728 "copilot_ui",
15729 "cpal",
15730 "edit_prediction",
15731 "edit_prediction_ui",
15732 "editor",
15733 "feature_flags",
15734 "fs",
15735 "futures 0.3.32",
15736 "fuzzy",
15737 "gpui",
15738 "heck 0.5.0",
15739 "itertools 0.14.0",
15740 "language",
15741 "log",
15742 "menu",
15743 "paths",
15744 "picker",
15745 "platform_title_bar",
15746 "pretty_assertions",
15747 "project",
15748 "regex",
15749 "release_channel",
15750 "rodio",
15751 "schemars",
15752 "search",
15753 "serde",
15754 "serde_json",
15755 "settings",
15756 "shell_command_parser",
15757 "strum 0.27.2",
15758 "telemetry",
15759 "theme",
15760 "theme_settings",
15761 "title_bar",
15762 "ui",
15763 "util",
15764 "workspace",
15765 "zed_actions",
15766 "zed_credentials_provider",
15767]
15768
15769[[package]]
15770name = "sha-1"
15771version = "0.10.1"
15772source = "registry+https://github.com/rust-lang/crates.io-index"
15773checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15774dependencies = [
15775 "cfg-if",
15776 "cpufeatures",
15777 "digest",
15778]
15779
15780[[package]]
15781name = "sha1"
15782version = "0.10.6"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15785dependencies = [
15786 "cfg-if",
15787 "cpufeatures",
15788 "digest",
15789]
15790
15791[[package]]
15792name = "sha1_smol"
15793version = "1.0.1"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15796
15797[[package]]
15798name = "sha2"
15799version = "0.10.9"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15802dependencies = [
15803 "cfg-if",
15804 "cpufeatures",
15805 "digest",
15806]
15807
15808[[package]]
15809name = "sharded-slab"
15810version = "0.1.7"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15813dependencies = [
15814 "lazy_static",
15815]
15816
15817[[package]]
15818name = "shared_library"
15819version = "0.1.9"
15820source = "registry+https://github.com/rust-lang/crates.io-index"
15821checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15822dependencies = [
15823 "lazy_static",
15824 "libc",
15825]
15826
15827[[package]]
15828name = "shell-words"
15829version = "1.1.0"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15832
15833[[package]]
15834name = "shell_command_parser"
15835version = "0.1.0"
15836dependencies = [
15837 "brush-parser",
15838]
15839
15840[[package]]
15841name = "shellexpand"
15842version = "2.1.2"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
15845dependencies = [
15846 "dirs 4.0.0",
15847]
15848
15849[[package]]
15850name = "shellexpand"
15851version = "3.1.1"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15854dependencies = [
15855 "dirs 6.0.0",
15856]
15857
15858[[package]]
15859name = "shingles"
15860version = "0.1.1"
15861source = "registry+https://github.com/rust-lang/crates.io-index"
15862checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
15863
15864[[package]]
15865name = "shlex"
15866version = "1.3.0"
15867source = "registry+https://github.com/rust-lang/crates.io-index"
15868checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
15869
15870[[package]]
15871name = "sidebar"
15872version = "0.1.0"
15873dependencies = [
15874 "acp_thread",
15875 "action_log",
15876 "agent",
15877 "agent-client-protocol",
15878 "agent_settings",
15879 "agent_ui",
15880 "anyhow",
15881 "chrono",
15882 "editor",
15883 "feature_flags",
15884 "fs",
15885 "git",
15886 "gpui",
15887 "language_model",
15888 "menu",
15889 "platform_title_bar",
15890 "pretty_assertions",
15891 "project",
15892 "prompt_store",
15893 "recent_projects",
15894 "remote",
15895 "serde",
15896 "serde_json",
15897 "settings",
15898 "theme",
15899 "theme_settings",
15900 "ui",
15901 "util",
15902 "vim_mode_setting",
15903 "workspace",
15904 "zed_actions",
15905]
15906
15907[[package]]
15908name = "signal-hook"
15909version = "0.3.18"
15910source = "registry+https://github.com/rust-lang/crates.io-index"
15911checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
15912dependencies = [
15913 "libc",
15914 "signal-hook-registry",
15915]
15916
15917[[package]]
15918name = "signal-hook-registry"
15919version = "1.4.6"
15920source = "registry+https://github.com/rust-lang/crates.io-index"
15921checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
15922dependencies = [
15923 "libc",
15924]
15925
15926[[package]]
15927name = "signature"
15928version = "1.6.4"
15929source = "registry+https://github.com/rust-lang/crates.io-index"
15930checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
15931dependencies = [
15932 "digest",
15933 "rand_core 0.6.4",
15934]
15935
15936[[package]]
15937name = "signature"
15938version = "2.2.0"
15939source = "registry+https://github.com/rust-lang/crates.io-index"
15940checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
15941dependencies = [
15942 "digest",
15943 "rand_core 0.6.4",
15944]
15945
15946[[package]]
15947name = "simd-adler32"
15948version = "0.3.7"
15949source = "registry+https://github.com/rust-lang/crates.io-index"
15950checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
15951
15952[[package]]
15953name = "simd_helpers"
15954version = "0.1.0"
15955source = "registry+https://github.com/rust-lang/crates.io-index"
15956checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
15957dependencies = [
15958 "quote",
15959]
15960
15961[[package]]
15962name = "simdutf8"
15963version = "0.1.5"
15964source = "registry+https://github.com/rust-lang/crates.io-index"
15965checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
15966
15967[[package]]
15968name = "similar"
15969version = "2.7.0"
15970source = "registry+https://github.com/rust-lang/crates.io-index"
15971checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
15972
15973[[package]]
15974name = "simple_asn1"
15975version = "0.6.3"
15976source = "registry+https://github.com/rust-lang/crates.io-index"
15977checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
15978dependencies = [
15979 "num-bigint",
15980 "num-traits",
15981 "thiserror 2.0.17",
15982 "time",
15983]
15984
15985[[package]]
15986name = "simplecss"
15987version = "0.2.2"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
15990dependencies = [
15991 "log",
15992]
15993
15994[[package]]
15995name = "simplelog"
15996version = "0.12.2"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
15999dependencies = [
16000 "log",
16001 "termcolor",
16002 "time",
16003]
16004
16005[[package]]
16006name = "siphasher"
16007version = "0.3.11"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16010
16011[[package]]
16012name = "siphasher"
16013version = "1.0.1"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16016
16017[[package]]
16018name = "skrifa"
16019version = "0.37.0"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16022dependencies = [
16023 "bytemuck",
16024 "read-fonts 0.35.0",
16025]
16026
16027[[package]]
16028name = "skrifa"
16029version = "0.40.0"
16030source = "registry+https://github.com/rust-lang/crates.io-index"
16031checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16032dependencies = [
16033 "bytemuck",
16034 "read-fonts 0.37.0",
16035]
16036
16037[[package]]
16038name = "slab"
16039version = "0.4.11"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16042
16043[[package]]
16044name = "slotmap"
16045version = "1.0.7"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16048dependencies = [
16049 "version_check",
16050]
16051
16052[[package]]
16053name = "smallvec"
16054version = "1.15.1"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16057dependencies = [
16058 "serde",
16059]
16060
16061[[package]]
16062name = "smart-default"
16063version = "0.7.1"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16066dependencies = [
16067 "proc-macro2",
16068 "quote",
16069 "syn 2.0.117",
16070]
16071
16072[[package]]
16073name = "smol"
16074version = "2.0.2"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16077dependencies = [
16078 "async-channel 2.5.0",
16079 "async-executor",
16080 "async-fs",
16081 "async-io",
16082 "async-lock 3.4.2",
16083 "async-net",
16084 "async-process",
16085 "blocking",
16086 "futures-lite 2.6.1",
16087]
16088
16089[[package]]
16090name = "smol_str"
16091version = "0.3.5"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16094
16095[[package]]
16096name = "snippet"
16097version = "0.1.0"
16098dependencies = [
16099 "anyhow",
16100 "smallvec",
16101]
16102
16103[[package]]
16104name = "snippet_provider"
16105version = "0.1.0"
16106dependencies = [
16107 "anyhow",
16108 "collections",
16109 "extension",
16110 "fs",
16111 "futures 0.3.32",
16112 "gpui",
16113 "indoc",
16114 "parking_lot",
16115 "paths",
16116 "schemars",
16117 "serde",
16118 "serde_json",
16119 "serde_json_lenient",
16120 "snippet",
16121 "util",
16122]
16123
16124[[package]]
16125name = "snippets_ui"
16126version = "0.1.0"
16127dependencies = [
16128 "file_icons",
16129 "fuzzy",
16130 "gpui",
16131 "language",
16132 "open_path_prompt",
16133 "paths",
16134 "picker",
16135 "settings",
16136 "ui",
16137 "util",
16138 "workspace",
16139]
16140
16141[[package]]
16142name = "socket2"
16143version = "0.5.10"
16144source = "registry+https://github.com/rust-lang/crates.io-index"
16145checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16146dependencies = [
16147 "libc",
16148 "windows-sys 0.52.0",
16149]
16150
16151[[package]]
16152name = "socket2"
16153version = "0.6.1"
16154source = "registry+https://github.com/rust-lang/crates.io-index"
16155checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16156dependencies = [
16157 "libc",
16158 "windows-sys 0.60.2",
16159]
16160
16161[[package]]
16162name = "spdx"
16163version = "0.10.9"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16166dependencies = [
16167 "smallvec",
16168]
16169
16170[[package]]
16171name = "spin"
16172version = "0.9.8"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16175dependencies = [
16176 "lock_api",
16177]
16178
16179[[package]]
16180name = "spin"
16181version = "0.10.0"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16184dependencies = [
16185 "lock_api",
16186]
16187
16188[[package]]
16189name = "spirv"
16190version = "0.4.0+sdk-1.4.341.0"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16193dependencies = [
16194 "bitflags 2.10.0",
16195]
16196
16197[[package]]
16198name = "spki"
16199version = "0.6.0"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16202dependencies = [
16203 "base64ct",
16204 "der 0.6.1",
16205]
16206
16207[[package]]
16208name = "spki"
16209version = "0.7.3"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16212dependencies = [
16213 "base64ct",
16214 "der 0.7.10",
16215]
16216
16217[[package]]
16218name = "sqlez"
16219version = "0.1.0"
16220dependencies = [
16221 "anyhow",
16222 "collections",
16223 "futures 0.3.32",
16224 "indoc",
16225 "libsqlite3-sys",
16226 "log",
16227 "parking_lot",
16228 "smol",
16229 "sqlformat",
16230 "thread_local",
16231 "util",
16232 "uuid",
16233]
16234
16235[[package]]
16236name = "sqlez_macros"
16237version = "0.1.0"
16238dependencies = [
16239 "sqlez",
16240 "sqlformat",
16241 "syn 2.0.117",
16242]
16243
16244[[package]]
16245name = "sqlformat"
16246version = "0.2.6"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16249dependencies = [
16250 "nom 7.1.3",
16251 "unicode_categories",
16252]
16253
16254[[package]]
16255name = "sqlx"
16256version = "0.8.6"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16259dependencies = [
16260 "sqlx-core",
16261 "sqlx-macros",
16262 "sqlx-mysql",
16263 "sqlx-postgres",
16264 "sqlx-sqlite",
16265]
16266
16267[[package]]
16268name = "sqlx-core"
16269version = "0.8.6"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16272dependencies = [
16273 "base64 0.22.1",
16274 "bigdecimal",
16275 "bytes 1.11.1",
16276 "chrono",
16277 "crc",
16278 "crossbeam-queue",
16279 "either",
16280 "event-listener 5.4.1",
16281 "futures-core",
16282 "futures-intrusive",
16283 "futures-io",
16284 "futures-util",
16285 "hashbrown 0.15.5",
16286 "hashlink 0.10.0",
16287 "indexmap",
16288 "log",
16289 "memchr",
16290 "once_cell",
16291 "percent-encoding",
16292 "rust_decimal",
16293 "rustls 0.23.33",
16294 "serde",
16295 "serde_json",
16296 "sha2",
16297 "smallvec",
16298 "thiserror 2.0.17",
16299 "time",
16300 "tokio",
16301 "tokio-stream",
16302 "tracing",
16303 "url",
16304 "uuid",
16305 "webpki-roots",
16306]
16307
16308[[package]]
16309name = "sqlx-macros"
16310version = "0.8.6"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16313dependencies = [
16314 "proc-macro2",
16315 "quote",
16316 "sqlx-core",
16317 "sqlx-macros-core",
16318 "syn 2.0.117",
16319]
16320
16321[[package]]
16322name = "sqlx-macros-core"
16323version = "0.8.6"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16326dependencies = [
16327 "dotenvy",
16328 "either",
16329 "heck 0.5.0",
16330 "hex",
16331 "once_cell",
16332 "proc-macro2",
16333 "quote",
16334 "serde",
16335 "serde_json",
16336 "sha2",
16337 "sqlx-core",
16338 "sqlx-mysql",
16339 "sqlx-postgres",
16340 "sqlx-sqlite",
16341 "syn 2.0.117",
16342 "tokio",
16343 "url",
16344]
16345
16346[[package]]
16347name = "sqlx-mysql"
16348version = "0.8.6"
16349source = "registry+https://github.com/rust-lang/crates.io-index"
16350checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16351dependencies = [
16352 "atoi",
16353 "base64 0.22.1",
16354 "bigdecimal",
16355 "bitflags 2.10.0",
16356 "byteorder",
16357 "bytes 1.11.1",
16358 "chrono",
16359 "crc",
16360 "digest",
16361 "dotenvy",
16362 "either",
16363 "futures-channel",
16364 "futures-core",
16365 "futures-io",
16366 "futures-util",
16367 "generic-array",
16368 "hex",
16369 "hkdf",
16370 "hmac",
16371 "itoa",
16372 "log",
16373 "md-5",
16374 "memchr",
16375 "once_cell",
16376 "percent-encoding",
16377 "rand 0.8.5",
16378 "rsa",
16379 "rust_decimal",
16380 "serde",
16381 "sha1",
16382 "sha2",
16383 "smallvec",
16384 "sqlx-core",
16385 "stringprep",
16386 "thiserror 2.0.17",
16387 "time",
16388 "tracing",
16389 "uuid",
16390 "whoami",
16391]
16392
16393[[package]]
16394name = "sqlx-postgres"
16395version = "0.8.6"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16398dependencies = [
16399 "atoi",
16400 "base64 0.22.1",
16401 "bigdecimal",
16402 "bitflags 2.10.0",
16403 "byteorder",
16404 "chrono",
16405 "crc",
16406 "dotenvy",
16407 "etcetera",
16408 "futures-channel",
16409 "futures-core",
16410 "futures-util",
16411 "hex",
16412 "hkdf",
16413 "hmac",
16414 "home",
16415 "itoa",
16416 "log",
16417 "md-5",
16418 "memchr",
16419 "num-bigint",
16420 "once_cell",
16421 "rand 0.8.5",
16422 "rust_decimal",
16423 "serde",
16424 "serde_json",
16425 "sha2",
16426 "smallvec",
16427 "sqlx-core",
16428 "stringprep",
16429 "thiserror 2.0.17",
16430 "time",
16431 "tracing",
16432 "uuid",
16433 "whoami",
16434]
16435
16436[[package]]
16437name = "sqlx-sqlite"
16438version = "0.8.6"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16441dependencies = [
16442 "atoi",
16443 "chrono",
16444 "flume",
16445 "futures-channel",
16446 "futures-core",
16447 "futures-executor",
16448 "futures-intrusive",
16449 "futures-util",
16450 "libsqlite3-sys",
16451 "log",
16452 "percent-encoding",
16453 "serde",
16454 "serde_urlencoded",
16455 "sqlx-core",
16456 "thiserror 2.0.17",
16457 "time",
16458 "tracing",
16459 "url",
16460 "uuid",
16461]
16462
16463[[package]]
16464name = "stable_deref_trait"
16465version = "1.2.1"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16468
16469[[package]]
16470name = "stacker"
16471version = "0.1.23"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16474dependencies = [
16475 "cc",
16476 "cfg-if",
16477 "libc",
16478 "psm",
16479 "windows-sys 0.59.0",
16480]
16481
16482[[package]]
16483name = "stacksafe"
16484version = "0.1.4"
16485source = "registry+https://github.com/rust-lang/crates.io-index"
16486checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16487dependencies = [
16488 "stacker",
16489 "stacksafe-macro",
16490]
16491
16492[[package]]
16493name = "stacksafe-macro"
16494version = "0.1.4"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16497dependencies = [
16498 "proc-macro-error2",
16499 "quote",
16500 "syn 2.0.117",
16501]
16502
16503[[package]]
16504name = "static_assertions"
16505version = "1.1.0"
16506source = "registry+https://github.com/rust-lang/crates.io-index"
16507checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16508
16509[[package]]
16510name = "story"
16511version = "0.1.0"
16512dependencies = [
16513 "gpui",
16514 "itertools 0.14.0",
16515 "smallvec",
16516]
16517
16518[[package]]
16519name = "storybook"
16520version = "0.1.0"
16521dependencies = [
16522 "anyhow",
16523 "clap",
16524 "ctrlc",
16525 "dialoguer",
16526 "editor",
16527 "fuzzy",
16528 "gpui",
16529 "gpui_platform",
16530 "indoc",
16531 "language",
16532 "log",
16533 "menu",
16534 "picker",
16535 "reqwest_client",
16536 "rust-embed",
16537 "settings",
16538 "simplelog",
16539 "story",
16540 "strum 0.27.2",
16541 "theme",
16542 "theme_settings",
16543 "title_bar",
16544 "ui",
16545]
16546
16547[[package]]
16548name = "streaming-iterator"
16549version = "0.1.9"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16552
16553[[package]]
16554name = "streaming_diff"
16555version = "0.1.0"
16556dependencies = [
16557 "ordered-float 2.10.1",
16558 "rand 0.9.2",
16559 "rope",
16560 "util",
16561]
16562
16563[[package]]
16564name = "strength_reduce"
16565version = "0.2.4"
16566source = "registry+https://github.com/rust-lang/crates.io-index"
16567checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16568
16569[[package]]
16570name = "strict-num"
16571version = "0.1.1"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16574dependencies = [
16575 "float-cmp",
16576]
16577
16578[[package]]
16579name = "string_cache"
16580version = "0.8.9"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16583dependencies = [
16584 "new_debug_unreachable",
16585 "parking_lot",
16586 "phf_shared 0.11.3",
16587 "precomputed-hash",
16588 "serde",
16589]
16590
16591[[package]]
16592name = "string_cache_codegen"
16593version = "0.5.4"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16596dependencies = [
16597 "phf_generator 0.11.3",
16598 "phf_shared 0.11.3",
16599 "proc-macro2",
16600 "quote",
16601]
16602
16603[[package]]
16604name = "stringprep"
16605version = "0.1.5"
16606source = "registry+https://github.com/rust-lang/crates.io-index"
16607checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16608dependencies = [
16609 "unicode-bidi",
16610 "unicode-normalization",
16611 "unicode-properties",
16612]
16613
16614[[package]]
16615name = "strsim"
16616version = "0.11.1"
16617source = "registry+https://github.com/rust-lang/crates.io-index"
16618checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16619
16620[[package]]
16621name = "strum"
16622version = "0.26.3"
16623source = "registry+https://github.com/rust-lang/crates.io-index"
16624checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16625
16626[[package]]
16627name = "strum"
16628version = "0.27.2"
16629source = "registry+https://github.com/rust-lang/crates.io-index"
16630checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16631dependencies = [
16632 "strum_macros 0.27.2",
16633]
16634
16635[[package]]
16636name = "strum"
16637version = "0.28.0"
16638source = "registry+https://github.com/rust-lang/crates.io-index"
16639checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16640dependencies = [
16641 "strum_macros 0.28.0",
16642]
16643
16644[[package]]
16645name = "strum_macros"
16646version = "0.27.2"
16647source = "registry+https://github.com/rust-lang/crates.io-index"
16648checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16649dependencies = [
16650 "heck 0.5.0",
16651 "proc-macro2",
16652 "quote",
16653 "syn 2.0.117",
16654]
16655
16656[[package]]
16657name = "strum_macros"
16658version = "0.28.0"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16661dependencies = [
16662 "heck 0.5.0",
16663 "proc-macro2",
16664 "quote",
16665 "syn 2.0.117",
16666]
16667
16668[[package]]
16669name = "subtle"
16670version = "2.6.1"
16671source = "registry+https://github.com/rust-lang/crates.io-index"
16672checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16673
16674[[package]]
16675name = "sum_tree"
16676version = "0.1.0"
16677dependencies = [
16678 "ctor",
16679 "heapless",
16680 "log",
16681 "proptest",
16682 "rand 0.9.2",
16683 "rayon",
16684 "tracing",
16685 "zlog",
16686 "ztracing",
16687]
16688
16689[[package]]
16690name = "sval"
16691version = "2.15.0"
16692source = "registry+https://github.com/rust-lang/crates.io-index"
16693checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16694
16695[[package]]
16696name = "sval_buffer"
16697version = "2.15.0"
16698source = "registry+https://github.com/rust-lang/crates.io-index"
16699checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16700dependencies = [
16701 "sval",
16702 "sval_ref",
16703]
16704
16705[[package]]
16706name = "sval_dynamic"
16707version = "2.15.0"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16710dependencies = [
16711 "sval",
16712]
16713
16714[[package]]
16715name = "sval_fmt"
16716version = "2.15.0"
16717source = "registry+https://github.com/rust-lang/crates.io-index"
16718checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16719dependencies = [
16720 "itoa",
16721 "ryu",
16722 "sval",
16723]
16724
16725[[package]]
16726name = "sval_json"
16727version = "2.15.0"
16728source = "registry+https://github.com/rust-lang/crates.io-index"
16729checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16730dependencies = [
16731 "itoa",
16732 "ryu",
16733 "sval",
16734]
16735
16736[[package]]
16737name = "sval_nested"
16738version = "2.15.0"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16741dependencies = [
16742 "sval",
16743 "sval_buffer",
16744 "sval_ref",
16745]
16746
16747[[package]]
16748name = "sval_ref"
16749version = "2.15.0"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16752dependencies = [
16753 "sval",
16754]
16755
16756[[package]]
16757name = "sval_serde"
16758version = "2.15.0"
16759source = "registry+https://github.com/rust-lang/crates.io-index"
16760checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16761dependencies = [
16762 "serde_core",
16763 "sval",
16764 "sval_nested",
16765]
16766
16767[[package]]
16768name = "svg_fmt"
16769version = "0.4.5"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16772
16773[[package]]
16774name = "svg_preview"
16775version = "0.1.0"
16776dependencies = [
16777 "file_icons",
16778 "gpui",
16779 "language",
16780 "multi_buffer",
16781 "ui",
16782 "workspace",
16783 "zed_actions",
16784]
16785
16786[[package]]
16787name = "svgtypes"
16788version = "0.15.3"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16791dependencies = [
16792 "kurbo",
16793 "siphasher 1.0.1",
16794]
16795
16796[[package]]
16797name = "swash"
16798version = "0.2.6"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16801dependencies = [
16802 "skrifa 0.37.0",
16803 "yazi",
16804 "zeno",
16805]
16806
16807[[package]]
16808name = "symphonia"
16809version = "0.5.5"
16810source = "registry+https://github.com/rust-lang/crates.io-index"
16811checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16812dependencies = [
16813 "lazy_static",
16814 "symphonia-bundle-flac",
16815 "symphonia-bundle-mp3",
16816 "symphonia-codec-aac",
16817 "symphonia-codec-pcm",
16818 "symphonia-codec-vorbis",
16819 "symphonia-core",
16820 "symphonia-format-isomp4",
16821 "symphonia-format-ogg",
16822 "symphonia-format-riff",
16823 "symphonia-metadata",
16824]
16825
16826[[package]]
16827name = "symphonia-bundle-flac"
16828version = "0.5.5"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16831dependencies = [
16832 "log",
16833 "symphonia-core",
16834 "symphonia-metadata",
16835 "symphonia-utils-xiph",
16836]
16837
16838[[package]]
16839name = "symphonia-bundle-mp3"
16840version = "0.5.5"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16843dependencies = [
16844 "lazy_static",
16845 "log",
16846 "symphonia-core",
16847 "symphonia-metadata",
16848]
16849
16850[[package]]
16851name = "symphonia-codec-aac"
16852version = "0.5.5"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16855dependencies = [
16856 "lazy_static",
16857 "log",
16858 "symphonia-core",
16859]
16860
16861[[package]]
16862name = "symphonia-codec-pcm"
16863version = "0.5.5"
16864source = "registry+https://github.com/rust-lang/crates.io-index"
16865checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16866dependencies = [
16867 "log",
16868 "symphonia-core",
16869]
16870
16871[[package]]
16872name = "symphonia-codec-vorbis"
16873version = "0.5.5"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
16876dependencies = [
16877 "log",
16878 "symphonia-core",
16879 "symphonia-utils-xiph",
16880]
16881
16882[[package]]
16883name = "symphonia-core"
16884version = "0.5.5"
16885source = "registry+https://github.com/rust-lang/crates.io-index"
16886checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
16887dependencies = [
16888 "arrayvec",
16889 "bitflags 1.3.2",
16890 "bytemuck",
16891 "lazy_static",
16892 "log",
16893]
16894
16895[[package]]
16896name = "symphonia-format-isomp4"
16897version = "0.5.5"
16898source = "registry+https://github.com/rust-lang/crates.io-index"
16899checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
16900dependencies = [
16901 "encoding_rs",
16902 "log",
16903 "symphonia-core",
16904 "symphonia-metadata",
16905 "symphonia-utils-xiph",
16906]
16907
16908[[package]]
16909name = "symphonia-format-ogg"
16910version = "0.5.5"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
16913dependencies = [
16914 "log",
16915 "symphonia-core",
16916 "symphonia-metadata",
16917 "symphonia-utils-xiph",
16918]
16919
16920[[package]]
16921name = "symphonia-format-riff"
16922version = "0.5.5"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
16925dependencies = [
16926 "extended",
16927 "log",
16928 "symphonia-core",
16929 "symphonia-metadata",
16930]
16931
16932[[package]]
16933name = "symphonia-metadata"
16934version = "0.5.5"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
16937dependencies = [
16938 "encoding_rs",
16939 "lazy_static",
16940 "log",
16941 "symphonia-core",
16942]
16943
16944[[package]]
16945name = "symphonia-utils-xiph"
16946version = "0.5.5"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
16949dependencies = [
16950 "symphonia-core",
16951 "symphonia-metadata",
16952]
16953
16954[[package]]
16955name = "syn"
16956version = "1.0.109"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
16959dependencies = [
16960 "proc-macro2",
16961 "quote",
16962 "unicode-ident",
16963]
16964
16965[[package]]
16966name = "syn"
16967version = "2.0.117"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
16970dependencies = [
16971 "proc-macro2",
16972 "quote",
16973 "unicode-ident",
16974]
16975
16976[[package]]
16977name = "sync_wrapper"
16978version = "0.1.2"
16979source = "registry+https://github.com/rust-lang/crates.io-index"
16980checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
16981
16982[[package]]
16983name = "sync_wrapper"
16984version = "1.0.2"
16985source = "registry+https://github.com/rust-lang/crates.io-index"
16986checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
16987dependencies = [
16988 "futures-core",
16989]
16990
16991[[package]]
16992name = "synchronoise"
16993version = "1.0.1"
16994source = "registry+https://github.com/rust-lang/crates.io-index"
16995checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
16996dependencies = [
16997 "crossbeam-queue",
16998]
16999
17000[[package]]
17001name = "synstructure"
17002version = "0.13.2"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17005dependencies = [
17006 "proc-macro2",
17007 "quote",
17008 "syn 2.0.117",
17009]
17010
17011[[package]]
17012name = "syntax_theme"
17013version = "0.1.0"
17014dependencies = [
17015 "gpui",
17016 "serde",
17017 "serde_json",
17018]
17019
17020[[package]]
17021name = "sys-locale"
17022version = "0.3.2"
17023source = "registry+https://github.com/rust-lang/crates.io-index"
17024checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17025dependencies = [
17026 "libc",
17027]
17028
17029[[package]]
17030name = "sysctl"
17031version = "0.5.5"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17034dependencies = [
17035 "bitflags 2.10.0",
17036 "byteorder",
17037 "enum-as-inner",
17038 "libc",
17039 "thiserror 1.0.69",
17040 "walkdir",
17041]
17042
17043[[package]]
17044name = "sysctl"
17045version = "0.6.0"
17046source = "registry+https://github.com/rust-lang/crates.io-index"
17047checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17048dependencies = [
17049 "bitflags 2.10.0",
17050 "byteorder",
17051 "enum-as-inner",
17052 "libc",
17053 "thiserror 1.0.69",
17054 "walkdir",
17055]
17056
17057[[package]]
17058name = "sysinfo"
17059version = "0.31.4"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17062dependencies = [
17063 "core-foundation-sys",
17064 "libc",
17065 "memchr",
17066 "ntapi",
17067 "rayon",
17068 "windows 0.57.0",
17069]
17070
17071[[package]]
17072name = "sysinfo"
17073version = "0.37.2"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17076dependencies = [
17077 "libc",
17078 "memchr",
17079 "ntapi",
17080 "objc2-core-foundation",
17081 "objc2-io-kit",
17082 "windows 0.61.3",
17083]
17084
17085[[package]]
17086name = "system-configuration"
17087version = "0.5.1"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17090dependencies = [
17091 "bitflags 1.3.2",
17092 "core-foundation 0.9.4",
17093 "system-configuration-sys 0.5.0",
17094]
17095
17096[[package]]
17097name = "system-configuration"
17098version = "0.6.1"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17101dependencies = [
17102 "bitflags 2.10.0",
17103 "core-foundation 0.9.4",
17104 "system-configuration-sys 0.6.0",
17105]
17106
17107[[package]]
17108name = "system-configuration-sys"
17109version = "0.5.0"
17110source = "registry+https://github.com/rust-lang/crates.io-index"
17111checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17112dependencies = [
17113 "core-foundation-sys",
17114 "libc",
17115]
17116
17117[[package]]
17118name = "system-configuration-sys"
17119version = "0.6.0"
17120source = "registry+https://github.com/rust-lang/crates.io-index"
17121checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17122dependencies = [
17123 "core-foundation-sys",
17124 "libc",
17125]
17126
17127[[package]]
17128name = "system-deps"
17129version = "6.2.2"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17132dependencies = [
17133 "cfg-expr 0.15.8",
17134 "heck 0.5.0",
17135 "pkg-config",
17136 "toml 0.8.23",
17137 "version-compare",
17138]
17139
17140[[package]]
17141name = "system-deps"
17142version = "7.0.7"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17145dependencies = [
17146 "cfg-expr 0.20.6",
17147 "heck 0.5.0",
17148 "pkg-config",
17149 "toml 0.9.8",
17150 "version-compare",
17151]
17152
17153[[package]]
17154name = "system-interface"
17155version = "0.27.3"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17158dependencies = [
17159 "bitflags 2.10.0",
17160 "cap-fs-ext",
17161 "cap-std",
17162 "fd-lock",
17163 "io-lifetimes",
17164 "rustix 0.38.44",
17165 "windows-sys 0.59.0",
17166 "winx",
17167]
17168
17169[[package]]
17170name = "system_specs"
17171version = "0.1.0"
17172dependencies = [
17173 "anyhow",
17174 "client",
17175 "gpui",
17176 "human_bytes",
17177 "pciid-parser",
17178 "release_channel",
17179 "semver",
17180 "serde",
17181 "sysinfo 0.37.2",
17182]
17183
17184[[package]]
17185name = "tab_switcher"
17186version = "0.1.0"
17187dependencies = [
17188 "collections",
17189 "ctor",
17190 "editor",
17191 "fuzzy",
17192 "gpui",
17193 "menu",
17194 "picker",
17195 "project",
17196 "schemars",
17197 "serde",
17198 "serde_json",
17199 "settings",
17200 "smol",
17201 "theme",
17202 "theme_settings",
17203 "ui",
17204 "util",
17205 "workspace",
17206 "zlog",
17207]
17208
17209[[package]]
17210name = "taffy"
17211version = "0.9.0"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17214dependencies = [
17215 "arrayvec",
17216 "grid",
17217 "serde",
17218 "slotmap",
17219]
17220
17221[[package]]
17222name = "tagptr"
17223version = "0.2.0"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17226
17227[[package]]
17228name = "take-until"
17229version = "0.2.0"
17230source = "registry+https://github.com/rust-lang/crates.io-index"
17231checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17232
17233[[package]]
17234name = "tao-core-video-sys"
17235version = "0.2.0"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17238dependencies = [
17239 "cfg-if",
17240 "core-foundation-sys",
17241 "libc",
17242 "objc",
17243]
17244
17245[[package]]
17246name = "tap"
17247version = "1.0.1"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17250
17251[[package]]
17252name = "target-lexicon"
17253version = "0.12.16"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17256
17257[[package]]
17258name = "target-lexicon"
17259version = "0.13.3"
17260source = "registry+https://github.com/rust-lang/crates.io-index"
17261checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17262
17263[[package]]
17264name = "task"
17265version = "0.1.0"
17266dependencies = [
17267 "anyhow",
17268 "collections",
17269 "futures 0.3.32",
17270 "gpui",
17271 "hex",
17272 "log",
17273 "parking_lot",
17274 "pretty_assertions",
17275 "proto",
17276 "schemars",
17277 "serde",
17278 "serde_json",
17279 "serde_json_lenient",
17280 "sha2",
17281 "shellexpand 2.1.2",
17282 "util",
17283 "zed_actions",
17284]
17285
17286[[package]]
17287name = "tasks_ui"
17288version = "0.1.0"
17289dependencies = [
17290 "anyhow",
17291 "collections",
17292 "editor",
17293 "file_icons",
17294 "fuzzy",
17295 "gpui",
17296 "itertools 0.14.0",
17297 "language",
17298 "menu",
17299 "picker",
17300 "project",
17301 "serde",
17302 "serde_json",
17303 "task",
17304 "tree-sitter-rust",
17305 "tree-sitter-typescript",
17306 "ui",
17307 "util",
17308 "workspace",
17309 "zed_actions",
17310]
17311
17312[[package]]
17313name = "telemetry"
17314version = "0.1.0"
17315dependencies = [
17316 "futures 0.3.32",
17317 "serde",
17318 "serde_json",
17319 "telemetry_events",
17320]
17321
17322[[package]]
17323name = "telemetry_events"
17324version = "0.1.0"
17325dependencies = [
17326 "semver",
17327 "serde",
17328 "serde_json",
17329]
17330
17331[[package]]
17332name = "tempfile"
17333version = "3.23.0"
17334source = "registry+https://github.com/rust-lang/crates.io-index"
17335checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17336dependencies = [
17337 "fastrand 2.3.0",
17338 "getrandom 0.3.4",
17339 "once_cell",
17340 "rustix 1.1.2",
17341 "windows-sys 0.61.2",
17342]
17343
17344[[package]]
17345name = "tendril"
17346version = "0.4.3"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17349dependencies = [
17350 "futf",
17351 "mac",
17352 "utf-8",
17353]
17354
17355[[package]]
17356name = "termcolor"
17357version = "1.4.1"
17358source = "registry+https://github.com/rust-lang/crates.io-index"
17359checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17360dependencies = [
17361 "winapi-util",
17362]
17363
17364[[package]]
17365name = "terminal"
17366version = "0.1.0"
17367dependencies = [
17368 "alacritty_terminal",
17369 "anyhow",
17370 "collections",
17371 "futures 0.3.32",
17372 "gpui",
17373 "itertools 0.14.0",
17374 "libc",
17375 "log",
17376 "parking_lot",
17377 "rand 0.9.2",
17378 "regex",
17379 "release_channel",
17380 "schemars",
17381 "serde",
17382 "settings",
17383 "smol",
17384 "sysinfo 0.37.2",
17385 "task",
17386 "theme",
17387 "theme_settings",
17388 "thiserror 2.0.17",
17389 "url",
17390 "urlencoding",
17391 "util",
17392 "util_macros",
17393 "windows 0.61.3",
17394]
17395
17396[[package]]
17397name = "terminal_size"
17398version = "0.4.3"
17399source = "registry+https://github.com/rust-lang/crates.io-index"
17400checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17401dependencies = [
17402 "rustix 1.1.2",
17403 "windows-sys 0.60.2",
17404]
17405
17406[[package]]
17407name = "terminal_view"
17408version = "0.1.0"
17409dependencies = [
17410 "anyhow",
17411 "async-recursion",
17412 "breadcrumbs",
17413 "collections",
17414 "db",
17415 "dirs 4.0.0",
17416 "editor",
17417 "futures 0.3.32",
17418 "gpui",
17419 "itertools 0.14.0",
17420 "language",
17421 "log",
17422 "menu",
17423 "pretty_assertions",
17424 "project",
17425 "regex",
17426 "schemars",
17427 "serde",
17428 "serde_json",
17429 "settings",
17430 "shellexpand 2.1.2",
17431 "task",
17432 "terminal",
17433 "theme",
17434 "theme_settings",
17435 "ui",
17436 "util",
17437 "workspace",
17438 "zed_actions",
17439]
17440
17441[[package]]
17442name = "text"
17443version = "0.1.0"
17444dependencies = [
17445 "anyhow",
17446 "clock",
17447 "collections",
17448 "ctor",
17449 "gpui",
17450 "log",
17451 "parking_lot",
17452 "postage",
17453 "rand 0.9.2",
17454 "regex",
17455 "rope",
17456 "smallvec",
17457 "sum_tree",
17458 "util",
17459 "zlog",
17460]
17461
17462[[package]]
17463name = "theme"
17464version = "0.1.0"
17465dependencies = [
17466 "anyhow",
17467 "collections",
17468 "derive_more",
17469 "gpui",
17470 "palette",
17471 "parking_lot",
17472 "refineable",
17473 "schemars",
17474 "serde",
17475 "serde_json",
17476 "serde_json_lenient",
17477 "strum 0.27.2",
17478 "syntax_theme",
17479 "thiserror 2.0.17",
17480 "uuid",
17481]
17482
17483[[package]]
17484name = "theme_extension"
17485version = "0.1.0"
17486dependencies = [
17487 "anyhow",
17488 "extension",
17489 "fs",
17490 "gpui",
17491 "theme",
17492 "theme_settings",
17493]
17494
17495[[package]]
17496name = "theme_importer"
17497version = "0.1.0"
17498dependencies = [
17499 "anyhow",
17500 "clap",
17501 "collections",
17502 "gpui",
17503 "indexmap",
17504 "log",
17505 "palette",
17506 "serde",
17507 "serde_json",
17508 "serde_json_lenient",
17509 "simplelog",
17510 "strum 0.27.2",
17511 "theme",
17512 "theme_settings",
17513 "vscode_theme",
17514]
17515
17516[[package]]
17517name = "theme_selector"
17518version = "0.1.0"
17519dependencies = [
17520 "fs",
17521 "fuzzy",
17522 "gpui",
17523 "log",
17524 "picker",
17525 "serde",
17526 "settings",
17527 "telemetry",
17528 "theme",
17529 "theme_settings",
17530 "ui",
17531 "util",
17532 "workspace",
17533 "zed_actions",
17534]
17535
17536[[package]]
17537name = "theme_settings"
17538version = "0.1.0"
17539dependencies = [
17540 "anyhow",
17541 "collections",
17542 "gpui",
17543 "gpui_util",
17544 "log",
17545 "palette",
17546 "refineable",
17547 "schemars",
17548 "serde",
17549 "serde_json",
17550 "serde_json_lenient",
17551 "settings",
17552 "theme",
17553 "uuid",
17554]
17555
17556[[package]]
17557name = "thiserror"
17558version = "1.0.69"
17559source = "registry+https://github.com/rust-lang/crates.io-index"
17560checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17561dependencies = [
17562 "thiserror-impl 1.0.69",
17563]
17564
17565[[package]]
17566name = "thiserror"
17567version = "2.0.17"
17568source = "registry+https://github.com/rust-lang/crates.io-index"
17569checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17570dependencies = [
17571 "thiserror-impl 2.0.17",
17572]
17573
17574[[package]]
17575name = "thiserror-impl"
17576version = "1.0.69"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17579dependencies = [
17580 "proc-macro2",
17581 "quote",
17582 "syn 2.0.117",
17583]
17584
17585[[package]]
17586name = "thiserror-impl"
17587version = "2.0.17"
17588source = "registry+https://github.com/rust-lang/crates.io-index"
17589checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17590dependencies = [
17591 "proc-macro2",
17592 "quote",
17593 "syn 2.0.117",
17594]
17595
17596[[package]]
17597name = "thread_local"
17598version = "1.1.9"
17599source = "registry+https://github.com/rust-lang/crates.io-index"
17600checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17601dependencies = [
17602 "cfg-if",
17603]
17604
17605[[package]]
17606name = "tiff"
17607version = "0.10.3"
17608source = "registry+https://github.com/rust-lang/crates.io-index"
17609checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17610dependencies = [
17611 "fax",
17612 "flate2",
17613 "half",
17614 "quick-error 2.0.1",
17615 "weezl",
17616 "zune-jpeg",
17617]
17618
17619[[package]]
17620name = "tiktoken-rs"
17621version = "0.9.1"
17622source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17623dependencies = [
17624 "anyhow",
17625 "base64 0.22.1",
17626 "bstr",
17627 "fancy-regex 0.16.2",
17628 "lazy_static",
17629 "regex",
17630 "rustc-hash 1.1.0",
17631]
17632
17633[[package]]
17634name = "time"
17635version = "0.3.47"
17636source = "registry+https://github.com/rust-lang/crates.io-index"
17637checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17638dependencies = [
17639 "deranged",
17640 "itoa",
17641 "libc",
17642 "num-conv",
17643 "num_threads",
17644 "powerfmt",
17645 "serde_core",
17646 "time-core",
17647 "time-macros",
17648]
17649
17650[[package]]
17651name = "time-core"
17652version = "0.1.8"
17653source = "registry+https://github.com/rust-lang/crates.io-index"
17654checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17655
17656[[package]]
17657name = "time-macros"
17658version = "0.2.27"
17659source = "registry+https://github.com/rust-lang/crates.io-index"
17660checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17661dependencies = [
17662 "num-conv",
17663 "time-core",
17664]
17665
17666[[package]]
17667name = "time_format"
17668version = "0.1.0"
17669dependencies = [
17670 "core-foundation 0.10.0",
17671 "core-foundation-sys",
17672 "sys-locale",
17673 "time",
17674 "windows 0.61.3",
17675]
17676
17677[[package]]
17678name = "tiny-keccak"
17679version = "2.0.2"
17680source = "registry+https://github.com/rust-lang/crates.io-index"
17681checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17682dependencies = [
17683 "crunchy",
17684]
17685
17686[[package]]
17687name = "tiny-skia"
17688version = "0.11.4"
17689source = "registry+https://github.com/rust-lang/crates.io-index"
17690checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17691dependencies = [
17692 "arrayref",
17693 "arrayvec",
17694 "bytemuck",
17695 "cfg-if",
17696 "log",
17697 "png 0.17.16",
17698 "tiny-skia-path",
17699]
17700
17701[[package]]
17702name = "tiny-skia-path"
17703version = "0.11.4"
17704source = "registry+https://github.com/rust-lang/crates.io-index"
17705checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17706dependencies = [
17707 "arrayref",
17708 "bytemuck",
17709 "strict-num",
17710]
17711
17712[[package]]
17713name = "tiny_http"
17714version = "0.12.0"
17715source = "registry+https://github.com/rust-lang/crates.io-index"
17716checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17717dependencies = [
17718 "ascii",
17719 "chunked_transfer",
17720 "httpdate",
17721 "log",
17722]
17723
17724[[package]]
17725name = "tinystr"
17726version = "0.8.1"
17727source = "registry+https://github.com/rust-lang/crates.io-index"
17728checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17729dependencies = [
17730 "displaydoc",
17731 "zerovec",
17732]
17733
17734[[package]]
17735name = "tinytemplate"
17736version = "1.2.1"
17737source = "registry+https://github.com/rust-lang/crates.io-index"
17738checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17739dependencies = [
17740 "serde",
17741 "serde_json",
17742]
17743
17744[[package]]
17745name = "tinyvec"
17746version = "1.10.0"
17747source = "registry+https://github.com/rust-lang/crates.io-index"
17748checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17749dependencies = [
17750 "tinyvec_macros",
17751]
17752
17753[[package]]
17754name = "tinyvec_macros"
17755version = "0.1.1"
17756source = "registry+https://github.com/rust-lang/crates.io-index"
17757checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17758
17759[[package]]
17760name = "title_bar"
17761version = "0.1.0"
17762dependencies = [
17763 "anyhow",
17764 "auto_update",
17765 "call",
17766 "channel",
17767 "chrono",
17768 "client",
17769 "cloud_api_types",
17770 "db",
17771 "git_ui",
17772 "gpui",
17773 "icons",
17774 "livekit_client",
17775 "notifications",
17776 "platform_title_bar",
17777 "project",
17778 "recent_projects",
17779 "release_channel",
17780 "remote",
17781 "remote_connection",
17782 "rpc",
17783 "schemars",
17784 "semver",
17785 "serde",
17786 "settings",
17787 "smallvec",
17788 "story",
17789 "telemetry",
17790 "theme",
17791 "ui",
17792 "util",
17793 "windows 0.61.3",
17794 "workspace",
17795 "zed_actions",
17796]
17797
17798[[package]]
17799name = "tokio"
17800version = "1.48.0"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17803dependencies = [
17804 "bytes 1.11.1",
17805 "libc",
17806 "mio 1.1.0",
17807 "parking_lot",
17808 "pin-project-lite",
17809 "signal-hook-registry",
17810 "socket2 0.6.1",
17811 "tokio-macros",
17812 "windows-sys 0.61.2",
17813]
17814
17815[[package]]
17816name = "tokio-io"
17817version = "0.1.13"
17818source = "registry+https://github.com/rust-lang/crates.io-index"
17819checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17820dependencies = [
17821 "bytes 0.4.12",
17822 "futures 0.1.31",
17823 "log",
17824]
17825
17826[[package]]
17827name = "tokio-macros"
17828version = "2.6.0"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17831dependencies = [
17832 "proc-macro2",
17833 "quote",
17834 "syn 2.0.117",
17835]
17836
17837[[package]]
17838name = "tokio-native-tls"
17839version = "0.3.1"
17840source = "registry+https://github.com/rust-lang/crates.io-index"
17841checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17842dependencies = [
17843 "native-tls",
17844 "tokio",
17845]
17846
17847[[package]]
17848name = "tokio-rustls"
17849version = "0.24.1"
17850source = "registry+https://github.com/rust-lang/crates.io-index"
17851checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17852dependencies = [
17853 "rustls 0.21.12",
17854 "tokio",
17855]
17856
17857[[package]]
17858name = "tokio-rustls"
17859version = "0.26.2"
17860source = "registry+https://github.com/rust-lang/crates.io-index"
17861checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17862dependencies = [
17863 "rustls 0.23.33",
17864 "tokio",
17865]
17866
17867[[package]]
17868name = "tokio-socks"
17869version = "0.5.2"
17870source = "registry+https://github.com/rust-lang/crates.io-index"
17871checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
17872dependencies = [
17873 "either",
17874 "futures-io",
17875 "futures-util",
17876 "thiserror 1.0.69",
17877 "tokio",
17878]
17879
17880[[package]]
17881name = "tokio-stream"
17882version = "0.1.17"
17883source = "registry+https://github.com/rust-lang/crates.io-index"
17884checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
17885dependencies = [
17886 "futures-core",
17887 "pin-project-lite",
17888 "tokio",
17889]
17890
17891[[package]]
17892name = "tokio-tungstenite"
17893version = "0.20.1"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
17896dependencies = [
17897 "futures-util",
17898 "log",
17899 "tokio",
17900 "tungstenite 0.20.1",
17901]
17902
17903[[package]]
17904name = "tokio-tungstenite"
17905version = "0.21.0"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
17908dependencies = [
17909 "futures-util",
17910 "log",
17911 "tokio",
17912 "tungstenite 0.21.0",
17913]
17914
17915[[package]]
17916name = "tokio-tungstenite"
17917version = "0.28.0"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
17920dependencies = [
17921 "futures-util",
17922 "log",
17923 "rustls 0.23.33",
17924 "rustls-native-certs 0.8.2",
17925 "rustls-pki-types",
17926 "tokio",
17927 "tokio-rustls 0.26.2",
17928 "tungstenite 0.28.0",
17929]
17930
17931[[package]]
17932name = "tokio-util"
17933version = "0.7.16"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
17936dependencies = [
17937 "bytes 1.11.1",
17938 "futures-core",
17939 "futures-io",
17940 "futures-sink",
17941 "pin-project-lite",
17942 "tokio",
17943]
17944
17945[[package]]
17946name = "toml"
17947version = "0.5.11"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
17950dependencies = [
17951 "serde",
17952]
17953
17954[[package]]
17955name = "toml"
17956version = "0.8.23"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
17959dependencies = [
17960 "serde",
17961 "serde_spanned 0.6.9",
17962 "toml_datetime 0.6.11",
17963 "toml_edit 0.22.27",
17964]
17965
17966[[package]]
17967name = "toml"
17968version = "0.9.8"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
17971dependencies = [
17972 "indexmap",
17973 "serde_core",
17974 "serde_spanned 1.0.3",
17975 "toml_datetime 0.7.3",
17976 "toml_parser",
17977 "toml_writer",
17978 "winnow",
17979]
17980
17981[[package]]
17982name = "toml_datetime"
17983version = "0.6.11"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
17986dependencies = [
17987 "serde",
17988]
17989
17990[[package]]
17991name = "toml_datetime"
17992version = "0.7.3"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
17995dependencies = [
17996 "serde_core",
17997]
17998
17999[[package]]
18000name = "toml_edit"
18001version = "0.22.27"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18004dependencies = [
18005 "indexmap",
18006 "serde",
18007 "serde_spanned 0.6.9",
18008 "toml_datetime 0.6.11",
18009 "toml_write",
18010 "winnow",
18011]
18012
18013[[package]]
18014name = "toml_edit"
18015version = "0.23.7"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18018dependencies = [
18019 "indexmap",
18020 "toml_datetime 0.7.3",
18021 "toml_parser",
18022 "winnow",
18023]
18024
18025[[package]]
18026name = "toml_parser"
18027version = "1.0.4"
18028source = "registry+https://github.com/rust-lang/crates.io-index"
18029checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18030dependencies = [
18031 "winnow",
18032]
18033
18034[[package]]
18035name = "toml_write"
18036version = "0.1.2"
18037source = "registry+https://github.com/rust-lang/crates.io-index"
18038checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18039
18040[[package]]
18041name = "toml_writer"
18042version = "1.0.4"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18045
18046[[package]]
18047name = "toolchain_selector"
18048version = "0.1.0"
18049dependencies = [
18050 "anyhow",
18051 "convert_case 0.8.0",
18052 "editor",
18053 "futures 0.3.32",
18054 "fuzzy",
18055 "gpui",
18056 "language",
18057 "menu",
18058 "open_path_prompt",
18059 "picker",
18060 "project",
18061 "ui",
18062 "util",
18063 "workspace",
18064]
18065
18066[[package]]
18067name = "topological-sort"
18068version = "0.2.2"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18071
18072[[package]]
18073name = "tower"
18074version = "0.4.13"
18075source = "registry+https://github.com/rust-lang/crates.io-index"
18076checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18077dependencies = [
18078 "futures-core",
18079 "futures-util",
18080 "pin-project",
18081 "pin-project-lite",
18082 "tokio",
18083 "tower-layer",
18084 "tower-service",
18085 "tracing",
18086]
18087
18088[[package]]
18089name = "tower"
18090version = "0.5.2"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18093dependencies = [
18094 "futures-core",
18095 "futures-util",
18096 "pin-project-lite",
18097 "sync_wrapper 1.0.2",
18098 "tokio",
18099 "tower-layer",
18100 "tower-service",
18101]
18102
18103[[package]]
18104name = "tower-http"
18105version = "0.4.4"
18106source = "registry+https://github.com/rust-lang/crates.io-index"
18107checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18108dependencies = [
18109 "bitflags 2.10.0",
18110 "bytes 1.11.1",
18111 "futures-core",
18112 "futures-util",
18113 "http 0.2.12",
18114 "http-body 0.4.6",
18115 "http-range-header",
18116 "pin-project-lite",
18117 "tower-layer",
18118 "tower-service",
18119 "tracing",
18120]
18121
18122[[package]]
18123name = "tower-http"
18124version = "0.6.6"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18127dependencies = [
18128 "bitflags 2.10.0",
18129 "bytes 1.11.1",
18130 "futures-util",
18131 "http 1.3.1",
18132 "http-body 1.0.1",
18133 "iri-string",
18134 "pin-project-lite",
18135 "tower 0.5.2",
18136 "tower-layer",
18137 "tower-service",
18138]
18139
18140[[package]]
18141name = "tower-layer"
18142version = "0.3.3"
18143source = "registry+https://github.com/rust-lang/crates.io-index"
18144checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18145
18146[[package]]
18147name = "tower-service"
18148version = "0.3.3"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18151
18152[[package]]
18153name = "tracing"
18154version = "0.1.43"
18155source = "registry+https://github.com/rust-lang/crates.io-index"
18156checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18157dependencies = [
18158 "log",
18159 "pin-project-lite",
18160 "tracing-attributes",
18161 "tracing-core",
18162]
18163
18164[[package]]
18165name = "tracing-attributes"
18166version = "0.1.31"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18169dependencies = [
18170 "proc-macro2",
18171 "quote",
18172 "syn 2.0.117",
18173]
18174
18175[[package]]
18176name = "tracing-core"
18177version = "0.1.35"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18180dependencies = [
18181 "once_cell",
18182 "valuable",
18183]
18184
18185[[package]]
18186name = "tracing-log"
18187version = "0.2.0"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18190dependencies = [
18191 "log",
18192 "once_cell",
18193 "tracing-core",
18194]
18195
18196[[package]]
18197name = "tracing-serde"
18198version = "0.2.0"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18201dependencies = [
18202 "serde",
18203 "tracing-core",
18204]
18205
18206[[package]]
18207name = "tracing-subscriber"
18208version = "0.3.22"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18211dependencies = [
18212 "matchers",
18213 "nu-ansi-term",
18214 "once_cell",
18215 "regex-automata",
18216 "serde",
18217 "serde_json",
18218 "sharded-slab",
18219 "smallvec",
18220 "thread_local",
18221 "tracing",
18222 "tracing-core",
18223 "tracing-log",
18224 "tracing-serde",
18225]
18226
18227[[package]]
18228name = "tracing-tracy"
18229version = "0.11.4"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18232dependencies = [
18233 "tracing-core",
18234 "tracing-subscriber",
18235 "tracy-client",
18236]
18237
18238[[package]]
18239name = "tracy-client"
18240version = "0.18.3"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18243dependencies = [
18244 "loom",
18245 "once_cell",
18246 "tracy-client-sys",
18247]
18248
18249[[package]]
18250name = "tracy-client-sys"
18251version = "0.27.0"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18254dependencies = [
18255 "cc",
18256 "windows-targets 0.52.6",
18257]
18258
18259[[package]]
18260name = "transpose"
18261version = "0.2.3"
18262source = "registry+https://github.com/rust-lang/crates.io-index"
18263checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18264dependencies = [
18265 "num-integer",
18266 "strength_reduce",
18267]
18268
18269[[package]]
18270name = "tree-sitter"
18271version = "0.26.8"
18272source = "registry+https://github.com/rust-lang/crates.io-index"
18273checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18274dependencies = [
18275 "cc",
18276 "regex",
18277 "regex-syntax",
18278 "serde_json",
18279 "streaming-iterator",
18280 "tree-sitter-language",
18281 "wasmtime-c-api-impl",
18282]
18283
18284[[package]]
18285name = "tree-sitter-bash"
18286version = "0.25.1"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18289dependencies = [
18290 "cc",
18291 "tree-sitter-language",
18292]
18293
18294[[package]]
18295name = "tree-sitter-c"
18296version = "0.24.1"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18299dependencies = [
18300 "cc",
18301 "tree-sitter-language",
18302]
18303
18304[[package]]
18305name = "tree-sitter-cpp"
18306version = "0.23.4"
18307source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18308dependencies = [
18309 "cc",
18310 "tree-sitter-language",
18311]
18312
18313[[package]]
18314name = "tree-sitter-css"
18315version = "0.23.2"
18316source = "registry+https://github.com/rust-lang/crates.io-index"
18317checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18318dependencies = [
18319 "cc",
18320 "tree-sitter-language",
18321]
18322
18323[[package]]
18324name = "tree-sitter-diff"
18325version = "0.1.0"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18328dependencies = [
18329 "cc",
18330 "tree-sitter-language",
18331]
18332
18333[[package]]
18334name = "tree-sitter-elixir"
18335version = "0.3.4"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18338dependencies = [
18339 "cc",
18340 "tree-sitter-language",
18341]
18342
18343[[package]]
18344name = "tree-sitter-embedded-template"
18345version = "0.23.2"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18348dependencies = [
18349 "cc",
18350 "tree-sitter-language",
18351]
18352
18353[[package]]
18354name = "tree-sitter-gitcommit"
18355version = "0.0.1"
18356source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18357dependencies = [
18358 "cc",
18359 "tree-sitter-language",
18360]
18361
18362[[package]]
18363name = "tree-sitter-go"
18364version = "0.25.0"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18367dependencies = [
18368 "cc",
18369 "tree-sitter-language",
18370]
18371
18372[[package]]
18373name = "tree-sitter-gomod"
18374version = "1.1.1"
18375source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18376dependencies = [
18377 "cc",
18378 "tree-sitter-language",
18379]
18380
18381[[package]]
18382name = "tree-sitter-gowork"
18383version = "0.0.1"
18384source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18385dependencies = [
18386 "cc",
18387 "tree-sitter-language",
18388]
18389
18390[[package]]
18391name = "tree-sitter-heex"
18392version = "0.0.1"
18393source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18394dependencies = [
18395 "cc",
18396 "tree-sitter-language",
18397]
18398
18399[[package]]
18400name = "tree-sitter-html"
18401version = "0.23.2"
18402source = "registry+https://github.com/rust-lang/crates.io-index"
18403checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18404dependencies = [
18405 "cc",
18406 "tree-sitter-language",
18407]
18408
18409[[package]]
18410name = "tree-sitter-jsdoc"
18411version = "0.23.2"
18412source = "registry+https://github.com/rust-lang/crates.io-index"
18413checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18414dependencies = [
18415 "cc",
18416 "tree-sitter-language",
18417]
18418
18419[[package]]
18420name = "tree-sitter-json"
18421version = "0.24.8"
18422source = "registry+https://github.com/rust-lang/crates.io-index"
18423checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18424dependencies = [
18425 "cc",
18426 "tree-sitter-language",
18427]
18428
18429[[package]]
18430name = "tree-sitter-language"
18431version = "0.1.5"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18434
18435[[package]]
18436name = "tree-sitter-md"
18437version = "0.3.2"
18438source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18439dependencies = [
18440 "cc",
18441 "tree-sitter-language",
18442]
18443
18444[[package]]
18445name = "tree-sitter-python"
18446version = "0.25.0"
18447source = "registry+https://github.com/rust-lang/crates.io-index"
18448checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18449dependencies = [
18450 "cc",
18451 "tree-sitter-language",
18452]
18453
18454[[package]]
18455name = "tree-sitter-regex"
18456version = "0.24.3"
18457source = "registry+https://github.com/rust-lang/crates.io-index"
18458checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18459dependencies = [
18460 "cc",
18461 "tree-sitter-language",
18462]
18463
18464[[package]]
18465name = "tree-sitter-ruby"
18466version = "0.23.1"
18467source = "registry+https://github.com/rust-lang/crates.io-index"
18468checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18469dependencies = [
18470 "cc",
18471 "tree-sitter-language",
18472]
18473
18474[[package]]
18475name = "tree-sitter-rust"
18476version = "0.24.2"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18479dependencies = [
18480 "cc",
18481 "tree-sitter-language",
18482]
18483
18484[[package]]
18485name = "tree-sitter-typescript"
18486version = "0.23.2"
18487source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18488dependencies = [
18489 "cc",
18490 "tree-sitter-language",
18491]
18492
18493[[package]]
18494name = "tree-sitter-yaml"
18495version = "0.6.1"
18496source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18497dependencies = [
18498 "cc",
18499 "tree-sitter-language",
18500]
18501
18502[[package]]
18503name = "triomphe"
18504version = "0.1.15"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18507dependencies = [
18508 "serde",
18509 "stable_deref_trait",
18510]
18511
18512[[package]]
18513name = "try-lock"
18514version = "0.2.5"
18515source = "registry+https://github.com/rust-lang/crates.io-index"
18516checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18517
18518[[package]]
18519name = "ttf-parser"
18520version = "0.20.0"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18523
18524[[package]]
18525name = "ttf-parser"
18526version = "0.25.1"
18527source = "registry+https://github.com/rust-lang/crates.io-index"
18528checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18529dependencies = [
18530 "core_maths",
18531]
18532
18533[[package]]
18534name = "tungstenite"
18535version = "0.20.1"
18536source = "registry+https://github.com/rust-lang/crates.io-index"
18537checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18538dependencies = [
18539 "byteorder",
18540 "bytes 1.11.1",
18541 "data-encoding",
18542 "http 0.2.12",
18543 "httparse",
18544 "log",
18545 "rand 0.8.5",
18546 "sha1",
18547 "thiserror 1.0.69",
18548 "url",
18549 "utf-8",
18550]
18551
18552[[package]]
18553name = "tungstenite"
18554version = "0.21.0"
18555source = "registry+https://github.com/rust-lang/crates.io-index"
18556checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18557dependencies = [
18558 "byteorder",
18559 "bytes 1.11.1",
18560 "data-encoding",
18561 "http 1.3.1",
18562 "httparse",
18563 "log",
18564 "rand 0.8.5",
18565 "sha1",
18566 "thiserror 1.0.69",
18567 "url",
18568 "utf-8",
18569]
18570
18571[[package]]
18572name = "tungstenite"
18573version = "0.27.0"
18574source = "registry+https://github.com/rust-lang/crates.io-index"
18575checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18576dependencies = [
18577 "bytes 1.11.1",
18578 "data-encoding",
18579 "http 1.3.1",
18580 "httparse",
18581 "log",
18582 "rand 0.9.2",
18583 "rustls 0.23.33",
18584 "rustls-pki-types",
18585 "sha1",
18586 "thiserror 2.0.17",
18587 "utf-8",
18588]
18589
18590[[package]]
18591name = "tungstenite"
18592version = "0.28.0"
18593source = "registry+https://github.com/rust-lang/crates.io-index"
18594checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18595dependencies = [
18596 "bytes 1.11.1",
18597 "data-encoding",
18598 "http 1.3.1",
18599 "httparse",
18600 "log",
18601 "rand 0.9.2",
18602 "rustls 0.23.33",
18603 "rustls-pki-types",
18604 "sha1",
18605 "thiserror 2.0.17",
18606 "utf-8",
18607]
18608
18609[[package]]
18610name = "typeid"
18611version = "1.0.3"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18614
18615[[package]]
18616name = "typenum"
18617version = "1.19.0"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18620
18621[[package]]
18622name = "ucd-trie"
18623version = "0.1.7"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18626
18627[[package]]
18628name = "uds"
18629version = "0.4.2"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18632dependencies = [
18633 "libc",
18634]
18635
18636[[package]]
18637name = "uds_windows"
18638version = "1.1.0"
18639source = "registry+https://github.com/rust-lang/crates.io-index"
18640checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18641dependencies = [
18642 "memoffset",
18643 "tempfile",
18644 "winapi",
18645]
18646
18647[[package]]
18648name = "ug"
18649version = "0.4.0"
18650source = "registry+https://github.com/rust-lang/crates.io-index"
18651checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18652dependencies = [
18653 "gemm 0.18.2",
18654 "half",
18655 "libloading",
18656 "memmap2",
18657 "num",
18658 "num-traits",
18659 "num_cpus",
18660 "rayon",
18661 "safetensors",
18662 "serde",
18663 "thiserror 1.0.69",
18664 "tracing",
18665 "yoke 0.7.5",
18666]
18667
18668[[package]]
18669name = "ui"
18670version = "0.1.0"
18671dependencies = [
18672 "chrono",
18673 "component",
18674 "documented",
18675 "gpui",
18676 "gpui_macros",
18677 "gpui_util",
18678 "icons",
18679 "itertools 0.14.0",
18680 "menu",
18681 "schemars",
18682 "serde",
18683 "smallvec",
18684 "story",
18685 "strum 0.27.2",
18686 "theme",
18687 "ui_macros",
18688 "windows 0.61.3",
18689]
18690
18691[[package]]
18692name = "ui_input"
18693version = "0.1.0"
18694dependencies = [
18695 "component",
18696 "gpui",
18697 "ui",
18698]
18699
18700[[package]]
18701name = "ui_macros"
18702version = "0.1.0"
18703dependencies = [
18704 "component",
18705 "quote",
18706 "syn 2.0.117",
18707 "ui",
18708]
18709
18710[[package]]
18711name = "ui_prompt"
18712version = "0.1.0"
18713dependencies = [
18714 "gpui",
18715 "markdown",
18716 "menu",
18717 "settings",
18718 "theme_settings",
18719 "ui",
18720 "workspace",
18721]
18722
18723[[package]]
18724name = "unarray"
18725version = "0.1.4"
18726source = "registry+https://github.com/rust-lang/crates.io-index"
18727checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18728
18729[[package]]
18730name = "unicase"
18731version = "2.8.1"
18732source = "registry+https://github.com/rust-lang/crates.io-index"
18733checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18734
18735[[package]]
18736name = "unicode-bidi"
18737version = "0.3.18"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18740
18741[[package]]
18742name = "unicode-bidi-mirroring"
18743version = "0.4.0"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18746
18747[[package]]
18748name = "unicode-ccc"
18749version = "0.4.0"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18752
18753[[package]]
18754name = "unicode-general-category"
18755version = "1.1.0"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18758
18759[[package]]
18760name = "unicode-ident"
18761version = "1.0.19"
18762source = "registry+https://github.com/rust-lang/crates.io-index"
18763checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18764
18765[[package]]
18766name = "unicode-linebreak"
18767version = "0.1.5"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18770
18771[[package]]
18772name = "unicode-normalization"
18773version = "0.1.24"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18776dependencies = [
18777 "tinyvec",
18778]
18779
18780[[package]]
18781name = "unicode-properties"
18782version = "0.1.3"
18783source = "registry+https://github.com/rust-lang/crates.io-index"
18784checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18785
18786[[package]]
18787name = "unicode-script"
18788version = "0.5.8"
18789source = "registry+https://github.com/rust-lang/crates.io-index"
18790checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18791
18792[[package]]
18793name = "unicode-segmentation"
18794version = "1.12.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18797
18798[[package]]
18799name = "unicode-vo"
18800version = "0.1.0"
18801source = "registry+https://github.com/rust-lang/crates.io-index"
18802checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18803
18804[[package]]
18805name = "unicode-width"
18806version = "0.2.2"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18809
18810[[package]]
18811name = "unicode-xid"
18812version = "0.2.6"
18813source = "registry+https://github.com/rust-lang/crates.io-index"
18814checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18815
18816[[package]]
18817name = "unicode_categories"
18818version = "0.1.1"
18819source = "registry+https://github.com/rust-lang/crates.io-index"
18820checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18821
18822[[package]]
18823name = "unindent"
18824version = "0.2.4"
18825source = "registry+https://github.com/rust-lang/crates.io-index"
18826checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18827
18828[[package]]
18829name = "unsafe-libyaml"
18830version = "0.2.11"
18831source = "registry+https://github.com/rust-lang/crates.io-index"
18832checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18833
18834[[package]]
18835name = "untrusted"
18836version = "0.7.1"
18837source = "registry+https://github.com/rust-lang/crates.io-index"
18838checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18839
18840[[package]]
18841name = "untrusted"
18842version = "0.9.0"
18843source = "registry+https://github.com/rust-lang/crates.io-index"
18844checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18845
18846[[package]]
18847name = "url"
18848version = "2.5.7"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
18851dependencies = [
18852 "form_urlencoded",
18853 "idna",
18854 "percent-encoding",
18855 "serde",
18856]
18857
18858[[package]]
18859name = "urlencoding"
18860version = "2.1.3"
18861source = "registry+https://github.com/rust-lang/crates.io-index"
18862checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
18863
18864[[package]]
18865name = "usvg"
18866version = "0.45.1"
18867source = "registry+https://github.com/rust-lang/crates.io-index"
18868checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
18869dependencies = [
18870 "base64 0.22.1",
18871 "data-url",
18872 "flate2",
18873 "fontdb 0.23.0",
18874 "imagesize",
18875 "kurbo",
18876 "log",
18877 "pico-args",
18878 "roxmltree",
18879 "rustybuzz",
18880 "simplecss",
18881 "siphasher 1.0.1",
18882 "strict-num",
18883 "svgtypes",
18884 "tiny-skia-path",
18885 "unicode-bidi",
18886 "unicode-script",
18887 "unicode-vo",
18888 "xmlwriter",
18889]
18890
18891[[package]]
18892name = "utf-8"
18893version = "0.7.6"
18894source = "registry+https://github.com/rust-lang/crates.io-index"
18895checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
18896
18897[[package]]
18898name = "utf8-chars"
18899version = "3.0.6"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
18902dependencies = [
18903 "arrayvec",
18904]
18905
18906[[package]]
18907name = "utf8_iter"
18908version = "1.0.4"
18909source = "registry+https://github.com/rust-lang/crates.io-index"
18910checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
18911
18912[[package]]
18913name = "utf8parse"
18914version = "0.2.2"
18915source = "registry+https://github.com/rust-lang/crates.io-index"
18916checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
18917
18918[[package]]
18919name = "util"
18920version = "0.1.0"
18921dependencies = [
18922 "anyhow",
18923 "async-fs",
18924 "async_zip",
18925 "collections",
18926 "command-fds",
18927 "dirs 4.0.0",
18928 "dunce",
18929 "futures 0.3.32",
18930 "futures-lite 1.13.0",
18931 "git2",
18932 "globset",
18933 "gpui_util",
18934 "itertools 0.14.0",
18935 "libc",
18936 "log",
18937 "mach2 0.5.0",
18938 "nix 0.29.0",
18939 "percent-encoding",
18940 "pretty_assertions",
18941 "rand 0.9.2",
18942 "regex",
18943 "rust-embed",
18944 "schemars",
18945 "serde",
18946 "serde_json",
18947 "serde_json_lenient",
18948 "shlex",
18949 "smol",
18950 "take-until",
18951 "tempfile",
18952 "tendril",
18953 "unicase",
18954 "url",
18955 "util_macros",
18956 "walkdir",
18957 "which 6.0.3",
18958]
18959
18960[[package]]
18961name = "util_macros"
18962version = "0.1.0"
18963dependencies = [
18964 "perf",
18965 "quote",
18966 "syn 2.0.117",
18967]
18968
18969[[package]]
18970name = "uuid"
18971version = "1.18.1"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
18974dependencies = [
18975 "getrandom 0.3.4",
18976 "js-sys",
18977 "serde",
18978 "sha1_smol",
18979 "wasm-bindgen",
18980]
18981
18982[[package]]
18983name = "uuid-simd"
18984version = "0.8.0"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
18987dependencies = [
18988 "outref",
18989 "vsimd",
18990]
18991
18992[[package]]
18993name = "v_frame"
18994version = "0.3.9"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
18997dependencies = [
18998 "aligned-vec",
18999 "num-traits",
19000 "wasm-bindgen",
19001]
19002
19003[[package]]
19004name = "valuable"
19005version = "0.1.1"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19008
19009[[package]]
19010name = "value-bag"
19011version = "1.12.0"
19012source = "registry+https://github.com/rust-lang/crates.io-index"
19013checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19014dependencies = [
19015 "value-bag-serde1",
19016 "value-bag-sval2",
19017]
19018
19019[[package]]
19020name = "value-bag-serde1"
19021version = "1.12.0"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19024dependencies = [
19025 "erased-serde",
19026 "serde_core",
19027 "serde_fmt",
19028]
19029
19030[[package]]
19031name = "value-bag-sval2"
19032version = "1.12.0"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19035dependencies = [
19036 "sval",
19037 "sval_buffer",
19038 "sval_dynamic",
19039 "sval_fmt",
19040 "sval_json",
19041 "sval_ref",
19042 "sval_serde",
19043]
19044
19045[[package]]
19046name = "vcpkg"
19047version = "0.2.15"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19050
19051[[package]]
19052name = "vercel"
19053version = "0.1.0"
19054dependencies = [
19055 "anyhow",
19056 "schemars",
19057 "serde",
19058 "strum 0.27.2",
19059]
19060
19061[[package]]
19062name = "version-compare"
19063version = "0.2.0"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19066
19067[[package]]
19068name = "version_check"
19069version = "0.9.5"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19072
19073[[package]]
19074name = "vim"
19075version = "0.1.0"
19076dependencies = [
19077 "anyhow",
19078 "async-compat",
19079 "async-trait",
19080 "collections",
19081 "command_palette",
19082 "command_palette_hooks",
19083 "db",
19084 "editor",
19085 "env_logger 0.11.8",
19086 "futures 0.3.32",
19087 "fuzzy",
19088 "git_ui",
19089 "gpui",
19090 "indoc",
19091 "itertools 0.14.0",
19092 "language",
19093 "log",
19094 "lsp",
19095 "markdown_preview",
19096 "menu",
19097 "multi_buffer",
19098 "nvim-rs",
19099 "outline_panel",
19100 "parking_lot",
19101 "perf",
19102 "picker",
19103 "project",
19104 "project_panel",
19105 "regex",
19106 "release_channel",
19107 "schemars",
19108 "search",
19109 "semver",
19110 "serde",
19111 "serde_json",
19112 "settings",
19113 "settings_ui",
19114 "task",
19115 "text",
19116 "theme",
19117 "theme_settings",
19118 "tokio",
19119 "ui",
19120 "util",
19121 "util_macros",
19122 "vim_mode_setting",
19123 "workspace",
19124 "zed_actions",
19125]
19126
19127[[package]]
19128name = "vim_mode_setting"
19129version = "0.1.0"
19130dependencies = [
19131 "gpui",
19132 "settings",
19133]
19134
19135[[package]]
19136name = "vscode_theme"
19137version = "0.2.0"
19138source = "registry+https://github.com/rust-lang/crates.io-index"
19139checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19140dependencies = [
19141 "serde",
19142]
19143
19144[[package]]
19145name = "vsimd"
19146version = "0.8.0"
19147source = "registry+https://github.com/rust-lang/crates.io-index"
19148checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19149
19150[[package]]
19151name = "vswhom"
19152version = "0.1.0"
19153source = "registry+https://github.com/rust-lang/crates.io-index"
19154checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19155dependencies = [
19156 "libc",
19157 "vswhom-sys",
19158]
19159
19160[[package]]
19161name = "vswhom-sys"
19162version = "0.1.3"
19163source = "registry+https://github.com/rust-lang/crates.io-index"
19164checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19165dependencies = [
19166 "cc",
19167 "libc",
19168]
19169
19170[[package]]
19171name = "vte"
19172version = "0.15.0"
19173source = "registry+https://github.com/rust-lang/crates.io-index"
19174checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19175dependencies = [
19176 "arrayvec",
19177 "bitflags 2.10.0",
19178 "cursor-icon",
19179 "log",
19180 "memchr",
19181 "serde",
19182]
19183
19184[[package]]
19185name = "wait-timeout"
19186version = "0.2.1"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19189dependencies = [
19190 "libc",
19191]
19192
19193[[package]]
19194name = "waker-fn"
19195version = "1.2.0"
19196source = "registry+https://github.com/rust-lang/crates.io-index"
19197checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19198
19199[[package]]
19200name = "walkdir"
19201version = "2.5.0"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19204dependencies = [
19205 "same-file",
19206 "winapi-util",
19207]
19208
19209[[package]]
19210name = "want"
19211version = "0.3.1"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19214dependencies = [
19215 "try-lock",
19216]
19217
19218[[package]]
19219name = "warp"
19220version = "0.3.7"
19221source = "registry+https://github.com/rust-lang/crates.io-index"
19222checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19223dependencies = [
19224 "bytes 1.11.1",
19225 "futures-channel",
19226 "futures-util",
19227 "headers",
19228 "http 0.2.12",
19229 "hyper 0.14.32",
19230 "log",
19231 "mime",
19232 "mime_guess",
19233 "percent-encoding",
19234 "pin-project",
19235 "scoped-tls",
19236 "serde",
19237 "serde_json",
19238 "serde_urlencoded",
19239 "tokio",
19240 "tokio-tungstenite 0.21.0",
19241 "tokio-util",
19242 "tower-service",
19243 "tracing",
19244]
19245
19246[[package]]
19247name = "wasi"
19248version = "0.11.1+wasi-snapshot-preview1"
19249source = "registry+https://github.com/rust-lang/crates.io-index"
19250checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19251
19252[[package]]
19253name = "wasip2"
19254version = "1.0.1+wasi-0.2.4"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19257dependencies = [
19258 "wit-bindgen 0.46.0",
19259]
19260
19261[[package]]
19262name = "wasip3"
19263version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19266dependencies = [
19267 "wit-bindgen 0.51.0",
19268]
19269
19270[[package]]
19271name = "wasite"
19272version = "0.1.0"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19275
19276[[package]]
19277name = "wasm-bindgen"
19278version = "0.2.113"
19279source = "registry+https://github.com/rust-lang/crates.io-index"
19280checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19281dependencies = [
19282 "cfg-if",
19283 "once_cell",
19284 "rustversion",
19285 "wasm-bindgen-macro",
19286 "wasm-bindgen-shared",
19287]
19288
19289[[package]]
19290name = "wasm-bindgen-futures"
19291version = "0.4.63"
19292source = "registry+https://github.com/rust-lang/crates.io-index"
19293checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19294dependencies = [
19295 "cfg-if",
19296 "futures-util",
19297 "js-sys",
19298 "once_cell",
19299 "wasm-bindgen",
19300 "web-sys",
19301]
19302
19303[[package]]
19304name = "wasm-bindgen-macro"
19305version = "0.2.113"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19308dependencies = [
19309 "quote",
19310 "wasm-bindgen-macro-support",
19311]
19312
19313[[package]]
19314name = "wasm-bindgen-macro-support"
19315version = "0.2.113"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19318dependencies = [
19319 "bumpalo",
19320 "proc-macro2",
19321 "quote",
19322 "syn 2.0.117",
19323 "wasm-bindgen-shared",
19324]
19325
19326[[package]]
19327name = "wasm-bindgen-shared"
19328version = "0.2.113"
19329source = "registry+https://github.com/rust-lang/crates.io-index"
19330checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19331dependencies = [
19332 "unicode-ident",
19333]
19334
19335[[package]]
19336name = "wasm-encoder"
19337version = "0.201.0"
19338source = "registry+https://github.com/rust-lang/crates.io-index"
19339checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19340dependencies = [
19341 "leb128",
19342]
19343
19344[[package]]
19345name = "wasm-encoder"
19346version = "0.221.3"
19347source = "registry+https://github.com/rust-lang/crates.io-index"
19348checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19349dependencies = [
19350 "leb128",
19351 "wasmparser 0.221.3",
19352]
19353
19354[[package]]
19355name = "wasm-encoder"
19356version = "0.227.1"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19359dependencies = [
19360 "leb128fmt",
19361 "wasmparser 0.227.1",
19362]
19363
19364[[package]]
19365name = "wasm-encoder"
19366version = "0.236.1"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19369dependencies = [
19370 "leb128fmt",
19371 "wasmparser 0.236.1",
19372]
19373
19374[[package]]
19375name = "wasm-encoder"
19376version = "0.244.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19379dependencies = [
19380 "leb128fmt",
19381 "wasmparser 0.244.0",
19382]
19383
19384[[package]]
19385name = "wasm-metadata"
19386version = "0.201.0"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19389dependencies = [
19390 "anyhow",
19391 "indexmap",
19392 "serde",
19393 "serde_derive",
19394 "serde_json",
19395 "spdx",
19396 "wasm-encoder 0.201.0",
19397 "wasmparser 0.201.0",
19398]
19399
19400[[package]]
19401name = "wasm-metadata"
19402version = "0.227.1"
19403source = "registry+https://github.com/rust-lang/crates.io-index"
19404checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19405dependencies = [
19406 "anyhow",
19407 "auditable-serde",
19408 "flate2",
19409 "indexmap",
19410 "serde",
19411 "serde_derive",
19412 "serde_json",
19413 "spdx",
19414 "url",
19415 "wasm-encoder 0.227.1",
19416 "wasmparser 0.227.1",
19417]
19418
19419[[package]]
19420name = "wasm-metadata"
19421version = "0.244.0"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19424dependencies = [
19425 "anyhow",
19426 "indexmap",
19427 "wasm-encoder 0.244.0",
19428 "wasmparser 0.244.0",
19429]
19430
19431[[package]]
19432name = "wasm-streams"
19433version = "0.4.2"
19434source = "registry+https://github.com/rust-lang/crates.io-index"
19435checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19436dependencies = [
19437 "futures-util",
19438 "js-sys",
19439 "wasm-bindgen",
19440 "wasm-bindgen-futures",
19441 "web-sys",
19442]
19443
19444[[package]]
19445name = "wasm_thread"
19446version = "0.3.3"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19449dependencies = [
19450 "futures 0.3.32",
19451 "js-sys",
19452 "wasm-bindgen",
19453 "web-sys",
19454]
19455
19456[[package]]
19457name = "wasmparser"
19458version = "0.201.0"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19461dependencies = [
19462 "bitflags 2.10.0",
19463 "indexmap",
19464 "semver",
19465]
19466
19467[[package]]
19468name = "wasmparser"
19469version = "0.221.3"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19472dependencies = [
19473 "bitflags 2.10.0",
19474 "hashbrown 0.15.5",
19475 "indexmap",
19476 "semver",
19477 "serde",
19478]
19479
19480[[package]]
19481name = "wasmparser"
19482version = "0.227.1"
19483source = "registry+https://github.com/rust-lang/crates.io-index"
19484checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19485dependencies = [
19486 "bitflags 2.10.0",
19487 "hashbrown 0.15.5",
19488 "indexmap",
19489 "semver",
19490]
19491
19492[[package]]
19493name = "wasmparser"
19494version = "0.236.1"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19497dependencies = [
19498 "bitflags 2.10.0",
19499 "hashbrown 0.15.5",
19500 "indexmap",
19501 "semver",
19502 "serde",
19503]
19504
19505[[package]]
19506name = "wasmparser"
19507version = "0.244.0"
19508source = "registry+https://github.com/rust-lang/crates.io-index"
19509checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19510dependencies = [
19511 "bitflags 2.10.0",
19512 "hashbrown 0.15.5",
19513 "indexmap",
19514 "semver",
19515]
19516
19517[[package]]
19518name = "wasmprinter"
19519version = "0.236.1"
19520source = "registry+https://github.com/rust-lang/crates.io-index"
19521checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19522dependencies = [
19523 "anyhow",
19524 "termcolor",
19525 "wasmparser 0.236.1",
19526]
19527
19528[[package]]
19529name = "wasmtime"
19530version = "36.0.6"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19533dependencies = [
19534 "addr2line",
19535 "anyhow",
19536 "async-trait",
19537 "bitflags 2.10.0",
19538 "bumpalo",
19539 "cc",
19540 "cfg-if",
19541 "encoding_rs",
19542 "hashbrown 0.15.5",
19543 "indexmap",
19544 "libc",
19545 "log",
19546 "mach2 0.4.3",
19547 "memfd",
19548 "object",
19549 "once_cell",
19550 "postcard",
19551 "pulley-interpreter",
19552 "rayon",
19553 "rustix 1.1.2",
19554 "semver",
19555 "serde",
19556 "serde_derive",
19557 "smallvec",
19558 "target-lexicon 0.13.3",
19559 "wasmparser 0.236.1",
19560 "wasmtime-environ",
19561 "wasmtime-internal-asm-macros",
19562 "wasmtime-internal-component-macro",
19563 "wasmtime-internal-component-util",
19564 "wasmtime-internal-cranelift",
19565 "wasmtime-internal-fiber",
19566 "wasmtime-internal-jit-debug",
19567 "wasmtime-internal-jit-icache-coherence",
19568 "wasmtime-internal-math",
19569 "wasmtime-internal-slab",
19570 "wasmtime-internal-unwinder",
19571 "wasmtime-internal-versioned-export-macros",
19572 "wasmtime-internal-winch",
19573 "windows-sys 0.60.2",
19574]
19575
19576[[package]]
19577name = "wasmtime-c-api-impl"
19578version = "36.0.6"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19581dependencies = [
19582 "anyhow",
19583 "log",
19584 "tracing",
19585 "wasmtime",
19586 "wasmtime-internal-c-api-macros",
19587]
19588
19589[[package]]
19590name = "wasmtime-environ"
19591version = "36.0.6"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19594dependencies = [
19595 "anyhow",
19596 "cpp_demangle",
19597 "cranelift-bitset",
19598 "cranelift-entity",
19599 "gimli",
19600 "indexmap",
19601 "log",
19602 "object",
19603 "postcard",
19604 "rustc-demangle",
19605 "semver",
19606 "serde",
19607 "serde_derive",
19608 "smallvec",
19609 "target-lexicon 0.13.3",
19610 "wasm-encoder 0.236.1",
19611 "wasmparser 0.236.1",
19612 "wasmprinter",
19613 "wasmtime-internal-component-util",
19614]
19615
19616[[package]]
19617name = "wasmtime-internal-asm-macros"
19618version = "36.0.6"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19621dependencies = [
19622 "cfg-if",
19623]
19624
19625[[package]]
19626name = "wasmtime-internal-c-api-macros"
19627version = "36.0.6"
19628source = "registry+https://github.com/rust-lang/crates.io-index"
19629checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19630dependencies = [
19631 "proc-macro2",
19632 "quote",
19633]
19634
19635[[package]]
19636name = "wasmtime-internal-component-macro"
19637version = "36.0.6"
19638source = "registry+https://github.com/rust-lang/crates.io-index"
19639checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19640dependencies = [
19641 "anyhow",
19642 "proc-macro2",
19643 "quote",
19644 "syn 2.0.117",
19645 "wasmtime-internal-component-util",
19646 "wasmtime-internal-wit-bindgen",
19647 "wit-parser 0.236.1",
19648]
19649
19650[[package]]
19651name = "wasmtime-internal-component-util"
19652version = "36.0.6"
19653source = "registry+https://github.com/rust-lang/crates.io-index"
19654checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19655
19656[[package]]
19657name = "wasmtime-internal-cranelift"
19658version = "36.0.6"
19659source = "registry+https://github.com/rust-lang/crates.io-index"
19660checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19661dependencies = [
19662 "anyhow",
19663 "cfg-if",
19664 "cranelift-codegen",
19665 "cranelift-control",
19666 "cranelift-entity",
19667 "cranelift-frontend",
19668 "cranelift-native",
19669 "gimli",
19670 "itertools 0.14.0",
19671 "log",
19672 "object",
19673 "pulley-interpreter",
19674 "smallvec",
19675 "target-lexicon 0.13.3",
19676 "thiserror 2.0.17",
19677 "wasmparser 0.236.1",
19678 "wasmtime-environ",
19679 "wasmtime-internal-math",
19680 "wasmtime-internal-versioned-export-macros",
19681]
19682
19683[[package]]
19684name = "wasmtime-internal-fiber"
19685version = "36.0.6"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19688dependencies = [
19689 "anyhow",
19690 "cc",
19691 "cfg-if",
19692 "libc",
19693 "rustix 1.1.2",
19694 "wasmtime-internal-asm-macros",
19695 "wasmtime-internal-versioned-export-macros",
19696 "windows-sys 0.60.2",
19697]
19698
19699[[package]]
19700name = "wasmtime-internal-jit-debug"
19701version = "36.0.6"
19702source = "registry+https://github.com/rust-lang/crates.io-index"
19703checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19704dependencies = [
19705 "cc",
19706 "wasmtime-internal-versioned-export-macros",
19707]
19708
19709[[package]]
19710name = "wasmtime-internal-jit-icache-coherence"
19711version = "36.0.6"
19712source = "registry+https://github.com/rust-lang/crates.io-index"
19713checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19714dependencies = [
19715 "anyhow",
19716 "cfg-if",
19717 "libc",
19718 "windows-sys 0.60.2",
19719]
19720
19721[[package]]
19722name = "wasmtime-internal-math"
19723version = "36.0.6"
19724source = "registry+https://github.com/rust-lang/crates.io-index"
19725checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19726dependencies = [
19727 "libm",
19728]
19729
19730[[package]]
19731name = "wasmtime-internal-slab"
19732version = "36.0.6"
19733source = "registry+https://github.com/rust-lang/crates.io-index"
19734checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19735
19736[[package]]
19737name = "wasmtime-internal-unwinder"
19738version = "36.0.6"
19739source = "registry+https://github.com/rust-lang/crates.io-index"
19740checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19741dependencies = [
19742 "anyhow",
19743 "cfg-if",
19744 "cranelift-codegen",
19745 "log",
19746 "object",
19747]
19748
19749[[package]]
19750name = "wasmtime-internal-versioned-export-macros"
19751version = "36.0.6"
19752source = "registry+https://github.com/rust-lang/crates.io-index"
19753checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19754dependencies = [
19755 "proc-macro2",
19756 "quote",
19757 "syn 2.0.117",
19758]
19759
19760[[package]]
19761name = "wasmtime-internal-winch"
19762version = "36.0.6"
19763source = "registry+https://github.com/rust-lang/crates.io-index"
19764checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19765dependencies = [
19766 "anyhow",
19767 "cranelift-codegen",
19768 "gimli",
19769 "object",
19770 "target-lexicon 0.13.3",
19771 "wasmparser 0.236.1",
19772 "wasmtime-environ",
19773 "wasmtime-internal-cranelift",
19774 "winch-codegen",
19775]
19776
19777[[package]]
19778name = "wasmtime-internal-wit-bindgen"
19779version = "36.0.6"
19780source = "registry+https://github.com/rust-lang/crates.io-index"
19781checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
19782dependencies = [
19783 "anyhow",
19784 "bitflags 2.10.0",
19785 "heck 0.5.0",
19786 "indexmap",
19787 "wit-parser 0.236.1",
19788]
19789
19790[[package]]
19791name = "wasmtime-wasi"
19792version = "36.0.6"
19793source = "registry+https://github.com/rust-lang/crates.io-index"
19794checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19795dependencies = [
19796 "anyhow",
19797 "async-trait",
19798 "bitflags 2.10.0",
19799 "bytes 1.11.1",
19800 "cap-fs-ext",
19801 "cap-net-ext",
19802 "cap-rand",
19803 "cap-std",
19804 "cap-time-ext",
19805 "fs-set-times",
19806 "futures 0.3.32",
19807 "io-extras",
19808 "io-lifetimes",
19809 "rustix 1.1.2",
19810 "system-interface",
19811 "thiserror 2.0.17",
19812 "tokio",
19813 "tracing",
19814 "url",
19815 "wasmtime",
19816 "wasmtime-wasi-io",
19817 "wiggle",
19818 "windows-sys 0.60.2",
19819]
19820
19821[[package]]
19822name = "wasmtime-wasi-io"
19823version = "36.0.6"
19824source = "registry+https://github.com/rust-lang/crates.io-index"
19825checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19826dependencies = [
19827 "anyhow",
19828 "async-trait",
19829 "bytes 1.11.1",
19830 "futures 0.3.32",
19831 "wasmtime",
19832]
19833
19834[[package]]
19835name = "wast"
19836version = "35.0.2"
19837source = "registry+https://github.com/rust-lang/crates.io-index"
19838checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19839dependencies = [
19840 "leb128",
19841]
19842
19843[[package]]
19844name = "watch"
19845version = "0.1.0"
19846dependencies = [
19847 "ctor",
19848 "futures 0.3.32",
19849 "gpui",
19850 "parking_lot",
19851 "zlog",
19852]
19853
19854[[package]]
19855name = "wax"
19856version = "0.7.0"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
19859dependencies = [
19860 "const_format",
19861 "itertools 0.14.0",
19862 "nom 7.1.3",
19863 "pori",
19864 "regex",
19865 "thiserror 2.0.17",
19866 "walkdir",
19867]
19868
19869[[package]]
19870name = "wayland-backend"
19871version = "0.3.11"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
19874dependencies = [
19875 "cc",
19876 "downcast-rs",
19877 "rustix 1.1.2",
19878 "scoped-tls",
19879 "smallvec",
19880 "wayland-sys",
19881]
19882
19883[[package]]
19884name = "wayland-client"
19885version = "0.31.11"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
19888dependencies = [
19889 "bitflags 2.10.0",
19890 "rustix 1.1.2",
19891 "wayland-backend",
19892 "wayland-scanner",
19893]
19894
19895[[package]]
19896name = "wayland-cursor"
19897version = "0.31.11"
19898source = "registry+https://github.com/rust-lang/crates.io-index"
19899checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
19900dependencies = [
19901 "rustix 1.1.2",
19902 "wayland-client",
19903 "xcursor",
19904]
19905
19906[[package]]
19907name = "wayland-protocols"
19908version = "0.32.9"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
19911dependencies = [
19912 "bitflags 2.10.0",
19913 "wayland-backend",
19914 "wayland-client",
19915 "wayland-scanner",
19916]
19917
19918[[package]]
19919name = "wayland-protocols-plasma"
19920version = "0.3.9"
19921source = "registry+https://github.com/rust-lang/crates.io-index"
19922checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
19923dependencies = [
19924 "bitflags 2.10.0",
19925 "wayland-backend",
19926 "wayland-client",
19927 "wayland-protocols",
19928 "wayland-scanner",
19929]
19930
19931[[package]]
19932name = "wayland-protocols-wlr"
19933version = "0.3.9"
19934source = "registry+https://github.com/rust-lang/crates.io-index"
19935checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
19936dependencies = [
19937 "bitflags 2.10.0",
19938 "wayland-backend",
19939 "wayland-client",
19940 "wayland-protocols",
19941 "wayland-scanner",
19942]
19943
19944[[package]]
19945name = "wayland-scanner"
19946version = "0.31.7"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
19949dependencies = [
19950 "proc-macro2",
19951 "quick-xml 0.37.5",
19952 "quote",
19953]
19954
19955[[package]]
19956name = "wayland-sys"
19957version = "0.31.7"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
19960dependencies = [
19961 "dlib",
19962 "log",
19963 "once_cell",
19964 "pkg-config",
19965]
19966
19967[[package]]
19968name = "web-sys"
19969version = "0.3.90"
19970source = "registry+https://github.com/rust-lang/crates.io-index"
19971checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
19972dependencies = [
19973 "js-sys",
19974 "wasm-bindgen",
19975]
19976
19977[[package]]
19978name = "web-time"
19979version = "1.1.0"
19980source = "registry+https://github.com/rust-lang/crates.io-index"
19981checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
19982dependencies = [
19983 "js-sys",
19984 "wasm-bindgen",
19985]
19986
19987[[package]]
19988name = "web_atoms"
19989version = "0.1.3"
19990source = "registry+https://github.com/rust-lang/crates.io-index"
19991checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
19992dependencies = [
19993 "phf 0.11.3",
19994 "phf_codegen",
19995 "string_cache",
19996 "string_cache_codegen",
19997]
19998
19999[[package]]
20000name = "web_search"
20001version = "0.1.0"
20002dependencies = [
20003 "anyhow",
20004 "cloud_llm_client",
20005 "collections",
20006 "gpui",
20007 "serde",
20008]
20009
20010[[package]]
20011name = "web_search_providers"
20012version = "0.1.0"
20013dependencies = [
20014 "anyhow",
20015 "client",
20016 "cloud_api_types",
20017 "cloud_llm_client",
20018 "futures 0.3.32",
20019 "gpui",
20020 "http_client",
20021 "language_model",
20022 "serde",
20023 "serde_json",
20024 "web_search",
20025]
20026
20027[[package]]
20028name = "webpki-root-certs"
20029version = "0.26.8"
20030source = "registry+https://github.com/rust-lang/crates.io-index"
20031checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20032dependencies = [
20033 "rustls-pki-types",
20034]
20035
20036[[package]]
20037name = "webpki-roots"
20038version = "0.26.8"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20041dependencies = [
20042 "rustls-pki-types",
20043]
20044
20045[[package]]
20046name = "webrtc-sys"
20047version = "0.3.23"
20048source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20049dependencies = [
20050 "cc",
20051 "cxx",
20052 "cxx-build",
20053 "glob",
20054 "log",
20055 "pkg-config",
20056 "webrtc-sys-build",
20057]
20058
20059[[package]]
20060name = "webrtc-sys-build"
20061version = "0.3.13"
20062source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20063dependencies = [
20064 "anyhow",
20065 "fs2",
20066 "regex",
20067 "reqwest 0.12.24",
20068 "scratch",
20069 "semver",
20070 "zip 0.6.6",
20071]
20072
20073[[package]]
20074name = "weezl"
20075version = "0.1.10"
20076source = "registry+https://github.com/rust-lang/crates.io-index"
20077checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20078
20079[[package]]
20080name = "wgpu"
20081version = "29.0.0"
20082source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20083dependencies = [
20084 "arrayvec",
20085 "bitflags 2.10.0",
20086 "bytemuck",
20087 "cfg-if",
20088 "cfg_aliases 0.2.1",
20089 "document-features",
20090 "hashbrown 0.16.1",
20091 "js-sys",
20092 "log",
20093 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20094 "parking_lot",
20095 "portable-atomic",
20096 "profiling",
20097 "raw-window-handle",
20098 "smallvec",
20099 "static_assertions",
20100 "wasm-bindgen",
20101 "wasm-bindgen-futures",
20102 "web-sys",
20103 "wgpu-core",
20104 "wgpu-hal",
20105 "wgpu-types",
20106]
20107
20108[[package]]
20109name = "wgpu-core"
20110version = "29.0.0"
20111source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20112dependencies = [
20113 "arrayvec",
20114 "bit-set 0.9.1",
20115 "bit-vec 0.9.1",
20116 "bitflags 2.10.0",
20117 "bytemuck",
20118 "cfg_aliases 0.2.1",
20119 "document-features",
20120 "hashbrown 0.16.1",
20121 "indexmap",
20122 "log",
20123 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20124 "once_cell",
20125 "parking_lot",
20126 "portable-atomic",
20127 "profiling",
20128 "raw-window-handle",
20129 "rustc-hash 1.1.0",
20130 "smallvec",
20131 "thiserror 2.0.17",
20132 "wgpu-core-deps-apple",
20133 "wgpu-core-deps-emscripten",
20134 "wgpu-core-deps-windows-linux-android",
20135 "wgpu-hal",
20136 "wgpu-naga-bridge",
20137 "wgpu-types",
20138]
20139
20140[[package]]
20141name = "wgpu-core-deps-apple"
20142version = "29.0.0"
20143source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20144dependencies = [
20145 "wgpu-hal",
20146]
20147
20148[[package]]
20149name = "wgpu-core-deps-emscripten"
20150version = "29.0.0"
20151source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20152dependencies = [
20153 "wgpu-hal",
20154]
20155
20156[[package]]
20157name = "wgpu-core-deps-windows-linux-android"
20158version = "29.0.0"
20159source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20160dependencies = [
20161 "wgpu-hal",
20162]
20163
20164[[package]]
20165name = "wgpu-hal"
20166version = "29.0.0"
20167source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20168dependencies = [
20169 "android_system_properties",
20170 "arrayvec",
20171 "ash",
20172 "bit-set 0.9.1",
20173 "bitflags 2.10.0",
20174 "block2",
20175 "bytemuck",
20176 "cfg-if",
20177 "cfg_aliases 0.2.1",
20178 "glow",
20179 "glutin_wgl_sys",
20180 "gpu-allocator",
20181 "gpu-descriptor",
20182 "hashbrown 0.16.1",
20183 "js-sys",
20184 "khronos-egl",
20185 "libc",
20186 "libloading",
20187 "log",
20188 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20189 "ndk-sys",
20190 "objc2",
20191 "objc2-core-foundation",
20192 "objc2-foundation",
20193 "objc2-metal",
20194 "objc2-quartz-core",
20195 "once_cell",
20196 "ordered-float 4.6.0",
20197 "parking_lot",
20198 "portable-atomic",
20199 "portable-atomic-util",
20200 "profiling",
20201 "range-alloc",
20202 "raw-window-handle",
20203 "raw-window-metal",
20204 "renderdoc-sys",
20205 "smallvec",
20206 "thiserror 2.0.17",
20207 "wasm-bindgen",
20208 "wayland-sys",
20209 "web-sys",
20210 "wgpu-naga-bridge",
20211 "wgpu-types",
20212 "windows 0.62.2",
20213 "windows-core 0.62.2",
20214]
20215
20216[[package]]
20217name = "wgpu-naga-bridge"
20218version = "29.0.0"
20219source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20220dependencies = [
20221 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20222 "wgpu-types",
20223]
20224
20225[[package]]
20226name = "wgpu-types"
20227version = "29.0.0"
20228source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20229dependencies = [
20230 "bitflags 2.10.0",
20231 "bytemuck",
20232 "js-sys",
20233 "log",
20234 "raw-window-handle",
20235 "web-sys",
20236]
20237
20238[[package]]
20239name = "which"
20240version = "4.4.2"
20241source = "registry+https://github.com/rust-lang/crates.io-index"
20242checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20243dependencies = [
20244 "either",
20245 "home",
20246 "once_cell",
20247 "rustix 0.38.44",
20248]
20249
20250[[package]]
20251name = "which"
20252version = "6.0.3"
20253source = "registry+https://github.com/rust-lang/crates.io-index"
20254checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20255dependencies = [
20256 "either",
20257 "home",
20258 "rustix 0.38.44",
20259 "winsafe",
20260]
20261
20262[[package]]
20263name = "which_key"
20264version = "0.1.0"
20265dependencies = [
20266 "command_palette",
20267 "gpui",
20268 "serde",
20269 "settings",
20270 "theme_settings",
20271 "ui",
20272 "util",
20273 "workspace",
20274]
20275
20276[[package]]
20277name = "whoami"
20278version = "1.6.1"
20279source = "registry+https://github.com/rust-lang/crates.io-index"
20280checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20281dependencies = [
20282 "libredox",
20283 "wasite",
20284]
20285
20286[[package]]
20287name = "wiggle"
20288version = "36.0.6"
20289source = "registry+https://github.com/rust-lang/crates.io-index"
20290checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20291dependencies = [
20292 "anyhow",
20293 "async-trait",
20294 "bitflags 2.10.0",
20295 "thiserror 2.0.17",
20296 "tracing",
20297 "wasmtime",
20298 "wiggle-macro",
20299]
20300
20301[[package]]
20302name = "wiggle-generate"
20303version = "36.0.6"
20304source = "registry+https://github.com/rust-lang/crates.io-index"
20305checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20306dependencies = [
20307 "anyhow",
20308 "heck 0.5.0",
20309 "proc-macro2",
20310 "quote",
20311 "syn 2.0.117",
20312 "witx",
20313]
20314
20315[[package]]
20316name = "wiggle-macro"
20317version = "36.0.6"
20318source = "registry+https://github.com/rust-lang/crates.io-index"
20319checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20320dependencies = [
20321 "proc-macro2",
20322 "quote",
20323 "syn 2.0.117",
20324 "wiggle-generate",
20325]
20326
20327[[package]]
20328name = "winapi"
20329version = "0.3.9"
20330source = "registry+https://github.com/rust-lang/crates.io-index"
20331checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20332dependencies = [
20333 "winapi-i686-pc-windows-gnu",
20334 "winapi-x86_64-pc-windows-gnu",
20335]
20336
20337[[package]]
20338name = "winapi-i686-pc-windows-gnu"
20339version = "0.4.0"
20340source = "registry+https://github.com/rust-lang/crates.io-index"
20341checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20342
20343[[package]]
20344name = "winapi-util"
20345version = "0.1.11"
20346source = "registry+https://github.com/rust-lang/crates.io-index"
20347checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20348dependencies = [
20349 "windows-sys 0.61.2",
20350]
20351
20352[[package]]
20353name = "winapi-x86_64-pc-windows-gnu"
20354version = "0.4.0"
20355source = "registry+https://github.com/rust-lang/crates.io-index"
20356checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20357
20358[[package]]
20359name = "winch-codegen"
20360version = "36.0.6"
20361source = "registry+https://github.com/rust-lang/crates.io-index"
20362checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20363dependencies = [
20364 "anyhow",
20365 "cranelift-assembler-x64",
20366 "cranelift-codegen",
20367 "gimli",
20368 "regalloc2",
20369 "smallvec",
20370 "target-lexicon 0.13.3",
20371 "thiserror 2.0.17",
20372 "wasmparser 0.236.1",
20373 "wasmtime-environ",
20374 "wasmtime-internal-cranelift",
20375 "wasmtime-internal-math",
20376]
20377
20378[[package]]
20379name = "windows"
20380version = "0.57.0"
20381source = "registry+https://github.com/rust-lang/crates.io-index"
20382checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20383dependencies = [
20384 "windows-core 0.57.0",
20385 "windows-targets 0.52.6",
20386]
20387
20388[[package]]
20389name = "windows"
20390version = "0.58.0"
20391source = "registry+https://github.com/rust-lang/crates.io-index"
20392checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20393dependencies = [
20394 "windows-core 0.58.0",
20395 "windows-targets 0.52.6",
20396]
20397
20398[[package]]
20399name = "windows"
20400version = "0.61.3"
20401source = "registry+https://github.com/rust-lang/crates.io-index"
20402checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20403dependencies = [
20404 "windows-collections 0.2.0",
20405 "windows-core 0.61.2",
20406 "windows-future 0.2.1",
20407 "windows-link 0.1.3",
20408 "windows-numerics 0.2.0",
20409]
20410
20411[[package]]
20412name = "windows"
20413version = "0.62.2"
20414source = "registry+https://github.com/rust-lang/crates.io-index"
20415checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20416dependencies = [
20417 "windows-collections 0.3.2",
20418 "windows-core 0.62.2",
20419 "windows-future 0.3.2",
20420 "windows-numerics 0.3.1",
20421]
20422
20423[[package]]
20424name = "windows-bindgen"
20425version = "0.61.1"
20426source = "registry+https://github.com/rust-lang/crates.io-index"
20427checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20428dependencies = [
20429 "serde",
20430 "serde_json",
20431 "windows-threading 0.1.0",
20432]
20433
20434[[package]]
20435name = "windows-capture"
20436version = "1.4.3"
20437source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20438dependencies = [
20439 "clap",
20440 "ctrlc",
20441 "parking_lot",
20442 "rayon",
20443 "thiserror 2.0.17",
20444 "windows 0.61.3",
20445 "windows-future 0.2.1",
20446]
20447
20448[[package]]
20449name = "windows-collections"
20450version = "0.2.0"
20451source = "registry+https://github.com/rust-lang/crates.io-index"
20452checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20453dependencies = [
20454 "windows-core 0.61.2",
20455]
20456
20457[[package]]
20458name = "windows-collections"
20459version = "0.3.2"
20460source = "registry+https://github.com/rust-lang/crates.io-index"
20461checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20462dependencies = [
20463 "windows-core 0.62.2",
20464]
20465
20466[[package]]
20467name = "windows-core"
20468version = "0.57.0"
20469source = "registry+https://github.com/rust-lang/crates.io-index"
20470checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20471dependencies = [
20472 "windows-implement 0.57.0",
20473 "windows-interface 0.57.0",
20474 "windows-result 0.1.2",
20475 "windows-targets 0.52.6",
20476]
20477
20478[[package]]
20479name = "windows-core"
20480version = "0.58.0"
20481source = "registry+https://github.com/rust-lang/crates.io-index"
20482checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20483dependencies = [
20484 "windows-implement 0.58.0",
20485 "windows-interface 0.58.0",
20486 "windows-result 0.2.0",
20487 "windows-strings 0.1.0",
20488 "windows-targets 0.52.6",
20489]
20490
20491[[package]]
20492name = "windows-core"
20493version = "0.61.2"
20494source = "registry+https://github.com/rust-lang/crates.io-index"
20495checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20496dependencies = [
20497 "windows-implement 0.60.2",
20498 "windows-interface 0.59.3",
20499 "windows-link 0.1.3",
20500 "windows-result 0.3.4",
20501 "windows-strings 0.4.2",
20502]
20503
20504[[package]]
20505name = "windows-core"
20506version = "0.62.2"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20509dependencies = [
20510 "windows-implement 0.60.2",
20511 "windows-interface 0.59.3",
20512 "windows-link 0.2.1",
20513 "windows-result 0.4.1",
20514 "windows-strings 0.5.1",
20515]
20516
20517[[package]]
20518name = "windows-future"
20519version = "0.2.1"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20522dependencies = [
20523 "windows-core 0.61.2",
20524 "windows-link 0.1.3",
20525 "windows-threading 0.1.0",
20526]
20527
20528[[package]]
20529name = "windows-future"
20530version = "0.3.2"
20531source = "registry+https://github.com/rust-lang/crates.io-index"
20532checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20533dependencies = [
20534 "windows-core 0.62.2",
20535 "windows-link 0.2.1",
20536 "windows-threading 0.2.1",
20537]
20538
20539[[package]]
20540name = "windows-implement"
20541version = "0.57.0"
20542source = "registry+https://github.com/rust-lang/crates.io-index"
20543checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20544dependencies = [
20545 "proc-macro2",
20546 "quote",
20547 "syn 2.0.117",
20548]
20549
20550[[package]]
20551name = "windows-implement"
20552version = "0.58.0"
20553source = "registry+https://github.com/rust-lang/crates.io-index"
20554checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20555dependencies = [
20556 "proc-macro2",
20557 "quote",
20558 "syn 2.0.117",
20559]
20560
20561[[package]]
20562name = "windows-implement"
20563version = "0.60.2"
20564source = "registry+https://github.com/rust-lang/crates.io-index"
20565checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20566dependencies = [
20567 "proc-macro2",
20568 "quote",
20569 "syn 2.0.117",
20570]
20571
20572[[package]]
20573name = "windows-interface"
20574version = "0.57.0"
20575source = "registry+https://github.com/rust-lang/crates.io-index"
20576checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20577dependencies = [
20578 "proc-macro2",
20579 "quote",
20580 "syn 2.0.117",
20581]
20582
20583[[package]]
20584name = "windows-interface"
20585version = "0.58.0"
20586source = "registry+https://github.com/rust-lang/crates.io-index"
20587checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20588dependencies = [
20589 "proc-macro2",
20590 "quote",
20591 "syn 2.0.117",
20592]
20593
20594[[package]]
20595name = "windows-interface"
20596version = "0.59.3"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20599dependencies = [
20600 "proc-macro2",
20601 "quote",
20602 "syn 2.0.117",
20603]
20604
20605[[package]]
20606name = "windows-link"
20607version = "0.1.3"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20610
20611[[package]]
20612name = "windows-link"
20613version = "0.2.1"
20614source = "registry+https://github.com/rust-lang/crates.io-index"
20615checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20616
20617[[package]]
20618name = "windows-numerics"
20619version = "0.2.0"
20620source = "registry+https://github.com/rust-lang/crates.io-index"
20621checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20622dependencies = [
20623 "windows-core 0.61.2",
20624 "windows-link 0.1.3",
20625]
20626
20627[[package]]
20628name = "windows-numerics"
20629version = "0.3.1"
20630source = "registry+https://github.com/rust-lang/crates.io-index"
20631checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20632dependencies = [
20633 "windows-core 0.62.2",
20634 "windows-link 0.2.1",
20635]
20636
20637[[package]]
20638name = "windows-registry"
20639version = "0.4.0"
20640source = "registry+https://github.com/rust-lang/crates.io-index"
20641checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20642dependencies = [
20643 "windows-result 0.3.4",
20644 "windows-strings 0.3.1",
20645 "windows-targets 0.53.5",
20646]
20647
20648[[package]]
20649name = "windows-registry"
20650version = "0.5.3"
20651source = "registry+https://github.com/rust-lang/crates.io-index"
20652checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20653dependencies = [
20654 "windows-link 0.1.3",
20655 "windows-result 0.3.4",
20656 "windows-strings 0.4.2",
20657]
20658
20659[[package]]
20660name = "windows-registry"
20661version = "0.6.1"
20662source = "registry+https://github.com/rust-lang/crates.io-index"
20663checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20664dependencies = [
20665 "windows-link 0.2.1",
20666 "windows-result 0.4.1",
20667 "windows-strings 0.5.1",
20668]
20669
20670[[package]]
20671name = "windows-result"
20672version = "0.1.2"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20675dependencies = [
20676 "windows-targets 0.52.6",
20677]
20678
20679[[package]]
20680name = "windows-result"
20681version = "0.2.0"
20682source = "registry+https://github.com/rust-lang/crates.io-index"
20683checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20684dependencies = [
20685 "windows-targets 0.52.6",
20686]
20687
20688[[package]]
20689name = "windows-result"
20690version = "0.3.4"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20693dependencies = [
20694 "windows-link 0.1.3",
20695]
20696
20697[[package]]
20698name = "windows-result"
20699version = "0.4.1"
20700source = "registry+https://github.com/rust-lang/crates.io-index"
20701checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20702dependencies = [
20703 "windows-link 0.2.1",
20704]
20705
20706[[package]]
20707name = "windows-strings"
20708version = "0.1.0"
20709source = "registry+https://github.com/rust-lang/crates.io-index"
20710checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20711dependencies = [
20712 "windows-result 0.2.0",
20713 "windows-targets 0.52.6",
20714]
20715
20716[[package]]
20717name = "windows-strings"
20718version = "0.3.1"
20719source = "registry+https://github.com/rust-lang/crates.io-index"
20720checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20721dependencies = [
20722 "windows-link 0.1.3",
20723]
20724
20725[[package]]
20726name = "windows-strings"
20727version = "0.4.2"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20730dependencies = [
20731 "windows-link 0.1.3",
20732]
20733
20734[[package]]
20735name = "windows-strings"
20736version = "0.5.1"
20737source = "registry+https://github.com/rust-lang/crates.io-index"
20738checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20739dependencies = [
20740 "windows-link 0.2.1",
20741]
20742
20743[[package]]
20744name = "windows-sys"
20745version = "0.45.0"
20746source = "registry+https://github.com/rust-lang/crates.io-index"
20747checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20748dependencies = [
20749 "windows-targets 0.42.2",
20750]
20751
20752[[package]]
20753name = "windows-sys"
20754version = "0.48.0"
20755source = "registry+https://github.com/rust-lang/crates.io-index"
20756checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20757dependencies = [
20758 "windows-targets 0.48.5",
20759]
20760
20761[[package]]
20762name = "windows-sys"
20763version = "0.52.0"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20766dependencies = [
20767 "windows-targets 0.52.6",
20768]
20769
20770[[package]]
20771name = "windows-sys"
20772version = "0.59.0"
20773source = "registry+https://github.com/rust-lang/crates.io-index"
20774checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20775dependencies = [
20776 "windows-targets 0.52.6",
20777]
20778
20779[[package]]
20780name = "windows-sys"
20781version = "0.60.2"
20782source = "registry+https://github.com/rust-lang/crates.io-index"
20783checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20784dependencies = [
20785 "windows-targets 0.53.5",
20786]
20787
20788[[package]]
20789name = "windows-sys"
20790version = "0.61.2"
20791source = "registry+https://github.com/rust-lang/crates.io-index"
20792checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20793dependencies = [
20794 "windows-link 0.2.1",
20795]
20796
20797[[package]]
20798name = "windows-targets"
20799version = "0.42.2"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
20802dependencies = [
20803 "windows_aarch64_gnullvm 0.42.2",
20804 "windows_aarch64_msvc 0.42.2",
20805 "windows_i686_gnu 0.42.2",
20806 "windows_i686_msvc 0.42.2",
20807 "windows_x86_64_gnu 0.42.2",
20808 "windows_x86_64_gnullvm 0.42.2",
20809 "windows_x86_64_msvc 0.42.2",
20810]
20811
20812[[package]]
20813name = "windows-targets"
20814version = "0.48.5"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
20817dependencies = [
20818 "windows_aarch64_gnullvm 0.48.5",
20819 "windows_aarch64_msvc 0.48.5",
20820 "windows_i686_gnu 0.48.5",
20821 "windows_i686_msvc 0.48.5",
20822 "windows_x86_64_gnu 0.48.5",
20823 "windows_x86_64_gnullvm 0.48.5",
20824 "windows_x86_64_msvc 0.48.5",
20825]
20826
20827[[package]]
20828name = "windows-targets"
20829version = "0.52.6"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
20832dependencies = [
20833 "windows_aarch64_gnullvm 0.52.6",
20834 "windows_aarch64_msvc 0.52.6",
20835 "windows_i686_gnu 0.52.6",
20836 "windows_i686_gnullvm 0.52.6",
20837 "windows_i686_msvc 0.52.6",
20838 "windows_x86_64_gnu 0.52.6",
20839 "windows_x86_64_gnullvm 0.52.6",
20840 "windows_x86_64_msvc 0.52.6",
20841]
20842
20843[[package]]
20844name = "windows-targets"
20845version = "0.53.5"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
20848dependencies = [
20849 "windows-link 0.2.1",
20850 "windows_aarch64_gnullvm 0.53.1",
20851 "windows_aarch64_msvc 0.53.1",
20852 "windows_i686_gnu 0.53.1",
20853 "windows_i686_gnullvm 0.53.1",
20854 "windows_i686_msvc 0.53.1",
20855 "windows_x86_64_gnu 0.53.1",
20856 "windows_x86_64_gnullvm 0.53.1",
20857 "windows_x86_64_msvc 0.53.1",
20858]
20859
20860[[package]]
20861name = "windows-threading"
20862version = "0.1.0"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
20865dependencies = [
20866 "windows-link 0.1.3",
20867]
20868
20869[[package]]
20870name = "windows-threading"
20871version = "0.2.1"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
20874dependencies = [
20875 "windows-link 0.2.1",
20876]
20877
20878[[package]]
20879name = "windows_aarch64_gnullvm"
20880version = "0.42.2"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
20883
20884[[package]]
20885name = "windows_aarch64_gnullvm"
20886version = "0.48.5"
20887source = "registry+https://github.com/rust-lang/crates.io-index"
20888checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
20889
20890[[package]]
20891name = "windows_aarch64_gnullvm"
20892version = "0.52.6"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
20895
20896[[package]]
20897name = "windows_aarch64_gnullvm"
20898version = "0.53.1"
20899source = "registry+https://github.com/rust-lang/crates.io-index"
20900checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
20901
20902[[package]]
20903name = "windows_aarch64_msvc"
20904version = "0.42.2"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
20907
20908[[package]]
20909name = "windows_aarch64_msvc"
20910version = "0.48.5"
20911source = "registry+https://github.com/rust-lang/crates.io-index"
20912checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
20913
20914[[package]]
20915name = "windows_aarch64_msvc"
20916version = "0.52.6"
20917source = "registry+https://github.com/rust-lang/crates.io-index"
20918checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
20919
20920[[package]]
20921name = "windows_aarch64_msvc"
20922version = "0.53.1"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
20925
20926[[package]]
20927name = "windows_i686_gnu"
20928version = "0.42.2"
20929source = "registry+https://github.com/rust-lang/crates.io-index"
20930checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
20931
20932[[package]]
20933name = "windows_i686_gnu"
20934version = "0.48.5"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
20937
20938[[package]]
20939name = "windows_i686_gnu"
20940version = "0.52.6"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
20943
20944[[package]]
20945name = "windows_i686_gnu"
20946version = "0.53.1"
20947source = "registry+https://github.com/rust-lang/crates.io-index"
20948checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
20949
20950[[package]]
20951name = "windows_i686_gnullvm"
20952version = "0.52.6"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
20955
20956[[package]]
20957name = "windows_i686_gnullvm"
20958version = "0.53.1"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
20961
20962[[package]]
20963name = "windows_i686_msvc"
20964version = "0.42.2"
20965source = "registry+https://github.com/rust-lang/crates.io-index"
20966checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
20967
20968[[package]]
20969name = "windows_i686_msvc"
20970version = "0.48.5"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
20973
20974[[package]]
20975name = "windows_i686_msvc"
20976version = "0.52.6"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
20979
20980[[package]]
20981name = "windows_i686_msvc"
20982version = "0.53.1"
20983source = "registry+https://github.com/rust-lang/crates.io-index"
20984checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
20985
20986[[package]]
20987name = "windows_x86_64_gnu"
20988version = "0.42.2"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
20991
20992[[package]]
20993name = "windows_x86_64_gnu"
20994version = "0.48.5"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
20997
20998[[package]]
20999name = "windows_x86_64_gnu"
21000version = "0.52.6"
21001source = "registry+https://github.com/rust-lang/crates.io-index"
21002checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21003
21004[[package]]
21005name = "windows_x86_64_gnu"
21006version = "0.53.1"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21009
21010[[package]]
21011name = "windows_x86_64_gnullvm"
21012version = "0.42.2"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21015
21016[[package]]
21017name = "windows_x86_64_gnullvm"
21018version = "0.48.5"
21019source = "registry+https://github.com/rust-lang/crates.io-index"
21020checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21021
21022[[package]]
21023name = "windows_x86_64_gnullvm"
21024version = "0.52.6"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21027
21028[[package]]
21029name = "windows_x86_64_gnullvm"
21030version = "0.53.1"
21031source = "registry+https://github.com/rust-lang/crates.io-index"
21032checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21033
21034[[package]]
21035name = "windows_x86_64_msvc"
21036version = "0.42.2"
21037source = "registry+https://github.com/rust-lang/crates.io-index"
21038checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21039
21040[[package]]
21041name = "windows_x86_64_msvc"
21042version = "0.48.5"
21043source = "registry+https://github.com/rust-lang/crates.io-index"
21044checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21045
21046[[package]]
21047name = "windows_x86_64_msvc"
21048version = "0.52.6"
21049source = "registry+https://github.com/rust-lang/crates.io-index"
21050checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21051
21052[[package]]
21053name = "windows_x86_64_msvc"
21054version = "0.53.1"
21055source = "registry+https://github.com/rust-lang/crates.io-index"
21056checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21057
21058[[package]]
21059name = "winnow"
21060version = "0.7.13"
21061source = "registry+https://github.com/rust-lang/crates.io-index"
21062checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21063dependencies = [
21064 "memchr",
21065]
21066
21067[[package]]
21068name = "winreg"
21069version = "0.10.1"
21070source = "registry+https://github.com/rust-lang/crates.io-index"
21071checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21072dependencies = [
21073 "winapi",
21074]
21075
21076[[package]]
21077name = "winreg"
21078version = "0.50.0"
21079source = "registry+https://github.com/rust-lang/crates.io-index"
21080checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21081dependencies = [
21082 "cfg-if",
21083 "windows-sys 0.48.0",
21084]
21085
21086[[package]]
21087name = "winreg"
21088version = "0.55.0"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21091dependencies = [
21092 "cfg-if",
21093 "windows-sys 0.59.0",
21094]
21095
21096[[package]]
21097name = "winresource"
21098version = "0.1.23"
21099source = "registry+https://github.com/rust-lang/crates.io-index"
21100checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21101dependencies = [
21102 "toml 0.8.23",
21103 "version_check",
21104]
21105
21106[[package]]
21107name = "winsafe"
21108version = "0.0.19"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21111
21112[[package]]
21113name = "winx"
21114version = "0.36.4"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21117dependencies = [
21118 "bitflags 2.10.0",
21119 "windows-sys 0.59.0",
21120]
21121
21122[[package]]
21123name = "wio"
21124version = "0.2.2"
21125source = "registry+https://github.com/rust-lang/crates.io-index"
21126checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21127dependencies = [
21128 "winapi",
21129]
21130
21131[[package]]
21132name = "wit-bindgen"
21133version = "0.22.0"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21136dependencies = [
21137 "bitflags 2.10.0",
21138 "wit-bindgen-rt 0.22.0",
21139 "wit-bindgen-rust-macro 0.22.0",
21140]
21141
21142[[package]]
21143name = "wit-bindgen"
21144version = "0.41.0"
21145source = "registry+https://github.com/rust-lang/crates.io-index"
21146checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21147dependencies = [
21148 "wit-bindgen-rt 0.41.0",
21149 "wit-bindgen-rust-macro 0.41.0",
21150]
21151
21152[[package]]
21153name = "wit-bindgen"
21154version = "0.46.0"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21157
21158[[package]]
21159name = "wit-bindgen"
21160version = "0.51.0"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21163dependencies = [
21164 "wit-bindgen-rust-macro 0.51.0",
21165]
21166
21167[[package]]
21168name = "wit-bindgen-core"
21169version = "0.22.0"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21172dependencies = [
21173 "anyhow",
21174 "wit-parser 0.201.0",
21175]
21176
21177[[package]]
21178name = "wit-bindgen-core"
21179version = "0.41.0"
21180source = "registry+https://github.com/rust-lang/crates.io-index"
21181checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21182dependencies = [
21183 "anyhow",
21184 "heck 0.5.0",
21185 "wit-parser 0.227.1",
21186]
21187
21188[[package]]
21189name = "wit-bindgen-core"
21190version = "0.51.0"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21193dependencies = [
21194 "anyhow",
21195 "heck 0.5.0",
21196 "wit-parser 0.244.0",
21197]
21198
21199[[package]]
21200name = "wit-bindgen-rt"
21201version = "0.22.0"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21204
21205[[package]]
21206name = "wit-bindgen-rt"
21207version = "0.41.0"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21210dependencies = [
21211 "bitflags 2.10.0",
21212 "futures 0.3.32",
21213 "once_cell",
21214]
21215
21216[[package]]
21217name = "wit-bindgen-rust"
21218version = "0.22.0"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21221dependencies = [
21222 "anyhow",
21223 "heck 0.4.1",
21224 "indexmap",
21225 "wasm-metadata 0.201.0",
21226 "wit-bindgen-core 0.22.0",
21227 "wit-component 0.201.0",
21228]
21229
21230[[package]]
21231name = "wit-bindgen-rust"
21232version = "0.41.0"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21235dependencies = [
21236 "anyhow",
21237 "heck 0.5.0",
21238 "indexmap",
21239 "prettyplease",
21240 "syn 2.0.117",
21241 "wasm-metadata 0.227.1",
21242 "wit-bindgen-core 0.41.0",
21243 "wit-component 0.227.1",
21244]
21245
21246[[package]]
21247name = "wit-bindgen-rust"
21248version = "0.51.0"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21251dependencies = [
21252 "anyhow",
21253 "heck 0.5.0",
21254 "indexmap",
21255 "prettyplease",
21256 "syn 2.0.117",
21257 "wasm-metadata 0.244.0",
21258 "wit-bindgen-core 0.51.0",
21259 "wit-component 0.244.0",
21260]
21261
21262[[package]]
21263name = "wit-bindgen-rust-macro"
21264version = "0.22.0"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21267dependencies = [
21268 "anyhow",
21269 "proc-macro2",
21270 "quote",
21271 "syn 2.0.117",
21272 "wit-bindgen-core 0.22.0",
21273 "wit-bindgen-rust 0.22.0",
21274]
21275
21276[[package]]
21277name = "wit-bindgen-rust-macro"
21278version = "0.41.0"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21281dependencies = [
21282 "anyhow",
21283 "prettyplease",
21284 "proc-macro2",
21285 "quote",
21286 "syn 2.0.117",
21287 "wit-bindgen-core 0.41.0",
21288 "wit-bindgen-rust 0.41.0",
21289]
21290
21291[[package]]
21292name = "wit-bindgen-rust-macro"
21293version = "0.51.0"
21294source = "registry+https://github.com/rust-lang/crates.io-index"
21295checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21296dependencies = [
21297 "anyhow",
21298 "prettyplease",
21299 "proc-macro2",
21300 "quote",
21301 "syn 2.0.117",
21302 "wit-bindgen-core 0.51.0",
21303 "wit-bindgen-rust 0.51.0",
21304]
21305
21306[[package]]
21307name = "wit-component"
21308version = "0.201.0"
21309source = "registry+https://github.com/rust-lang/crates.io-index"
21310checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21311dependencies = [
21312 "anyhow",
21313 "bitflags 2.10.0",
21314 "indexmap",
21315 "log",
21316 "serde",
21317 "serde_derive",
21318 "serde_json",
21319 "wasm-encoder 0.201.0",
21320 "wasm-metadata 0.201.0",
21321 "wasmparser 0.201.0",
21322 "wit-parser 0.201.0",
21323]
21324
21325[[package]]
21326name = "wit-component"
21327version = "0.227.1"
21328source = "registry+https://github.com/rust-lang/crates.io-index"
21329checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21330dependencies = [
21331 "anyhow",
21332 "bitflags 2.10.0",
21333 "indexmap",
21334 "log",
21335 "serde",
21336 "serde_derive",
21337 "serde_json",
21338 "wasm-encoder 0.227.1",
21339 "wasm-metadata 0.227.1",
21340 "wasmparser 0.227.1",
21341 "wit-parser 0.227.1",
21342]
21343
21344[[package]]
21345name = "wit-component"
21346version = "0.244.0"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21349dependencies = [
21350 "anyhow",
21351 "bitflags 2.10.0",
21352 "indexmap",
21353 "log",
21354 "serde",
21355 "serde_derive",
21356 "serde_json",
21357 "wasm-encoder 0.244.0",
21358 "wasm-metadata 0.244.0",
21359 "wasmparser 0.244.0",
21360 "wit-parser 0.244.0",
21361]
21362
21363[[package]]
21364name = "wit-parser"
21365version = "0.201.0"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21368dependencies = [
21369 "anyhow",
21370 "id-arena",
21371 "indexmap",
21372 "log",
21373 "semver",
21374 "serde",
21375 "serde_derive",
21376 "serde_json",
21377 "unicode-xid",
21378 "wasmparser 0.201.0",
21379]
21380
21381[[package]]
21382name = "wit-parser"
21383version = "0.227.1"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21386dependencies = [
21387 "anyhow",
21388 "id-arena",
21389 "indexmap",
21390 "log",
21391 "semver",
21392 "serde",
21393 "serde_derive",
21394 "serde_json",
21395 "unicode-xid",
21396 "wasmparser 0.227.1",
21397]
21398
21399[[package]]
21400name = "wit-parser"
21401version = "0.236.1"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21404dependencies = [
21405 "anyhow",
21406 "id-arena",
21407 "indexmap",
21408 "log",
21409 "semver",
21410 "serde",
21411 "serde_derive",
21412 "serde_json",
21413 "unicode-xid",
21414 "wasmparser 0.236.1",
21415]
21416
21417[[package]]
21418name = "wit-parser"
21419version = "0.244.0"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21422dependencies = [
21423 "anyhow",
21424 "id-arena",
21425 "indexmap",
21426 "log",
21427 "semver",
21428 "serde",
21429 "serde_derive",
21430 "serde_json",
21431 "unicode-xid",
21432 "wasmparser 0.244.0",
21433]
21434
21435[[package]]
21436name = "witx"
21437version = "0.9.1"
21438source = "registry+https://github.com/rust-lang/crates.io-index"
21439checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21440dependencies = [
21441 "anyhow",
21442 "log",
21443 "thiserror 1.0.69",
21444 "wast",
21445]
21446
21447[[package]]
21448name = "workspace"
21449version = "0.1.0"
21450dependencies = [
21451 "agent_settings",
21452 "any_vec",
21453 "anyhow",
21454 "async-recursion",
21455 "chrono",
21456 "client",
21457 "clock",
21458 "collections",
21459 "component",
21460 "db",
21461 "feature_flags",
21462 "fs",
21463 "futures 0.3.32",
21464 "git",
21465 "gpui",
21466 "http_client",
21467 "itertools 0.14.0",
21468 "language",
21469 "log",
21470 "markdown",
21471 "menu",
21472 "node_runtime",
21473 "parking_lot",
21474 "postage",
21475 "pretty_assertions",
21476 "project",
21477 "remote",
21478 "schemars",
21479 "serde",
21480 "serde_json",
21481 "session",
21482 "settings",
21483 "smallvec",
21484 "sqlez",
21485 "strum 0.27.2",
21486 "task",
21487 "telemetry",
21488 "tempfile",
21489 "theme",
21490 "theme_settings",
21491 "ui",
21492 "util",
21493 "uuid",
21494 "vim_mode_setting",
21495 "windows 0.61.3",
21496 "zed_actions",
21497 "zlog",
21498]
21499
21500[[package]]
21501name = "worktree"
21502version = "0.1.0"
21503dependencies = [
21504 "anyhow",
21505 "async-lock 2.8.0",
21506 "chardetng",
21507 "clock",
21508 "collections",
21509 "encoding_rs",
21510 "fs",
21511 "futures 0.3.32",
21512 "fuzzy",
21513 "git",
21514 "gpui",
21515 "ignore",
21516 "language",
21517 "log",
21518 "parking_lot",
21519 "paths",
21520 "postage",
21521 "pretty_assertions",
21522 "rand 0.9.2",
21523 "rpc",
21524 "serde",
21525 "serde_json",
21526 "settings",
21527 "smallvec",
21528 "smol",
21529 "sum_tree",
21530 "text",
21531 "tracing",
21532 "util",
21533 "worktree",
21534 "zlog",
21535 "ztracing",
21536]
21537
21538[[package]]
21539name = "worktree_benchmarks"
21540version = "0.1.0"
21541dependencies = [
21542 "fs",
21543 "gpui_platform",
21544 "settings",
21545 "worktree",
21546]
21547
21548[[package]]
21549name = "wprcontrol"
21550version = "0.1.0"
21551source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21552dependencies = [
21553 "windows 0.61.3",
21554 "windows-bindgen",
21555 "windows-core 0.61.2",
21556 "windows-link 0.2.1",
21557]
21558
21559[[package]]
21560name = "writeable"
21561version = "0.6.1"
21562source = "registry+https://github.com/rust-lang/crates.io-index"
21563checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21564
21565[[package]]
21566name = "wyz"
21567version = "0.5.1"
21568source = "registry+https://github.com/rust-lang/crates.io-index"
21569checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21570dependencies = [
21571 "tap",
21572]
21573
21574[[package]]
21575name = "x11"
21576version = "2.21.0"
21577source = "registry+https://github.com/rust-lang/crates.io-index"
21578checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21579dependencies = [
21580 "libc",
21581 "pkg-config",
21582]
21583
21584[[package]]
21585name = "x11-clipboard"
21586version = "0.9.3"
21587source = "registry+https://github.com/rust-lang/crates.io-index"
21588checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21589dependencies = [
21590 "libc",
21591 "x11rb",
21592]
21593
21594[[package]]
21595name = "x11rb"
21596version = "0.13.2"
21597source = "registry+https://github.com/rust-lang/crates.io-index"
21598checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21599dependencies = [
21600 "as-raw-xcb-connection",
21601 "gethostname",
21602 "libc",
21603 "rustix 1.1.2",
21604 "x11rb-protocol",
21605 "xcursor",
21606]
21607
21608[[package]]
21609name = "x11rb-protocol"
21610version = "0.13.2"
21611source = "registry+https://github.com/rust-lang/crates.io-index"
21612checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21613
21614[[package]]
21615name = "x_ai"
21616version = "0.1.0"
21617dependencies = [
21618 "anyhow",
21619 "schemars",
21620 "serde",
21621 "strum 0.27.2",
21622]
21623
21624[[package]]
21625name = "xattr"
21626version = "0.2.3"
21627source = "registry+https://github.com/rust-lang/crates.io-index"
21628checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21629dependencies = [
21630 "libc",
21631]
21632
21633[[package]]
21634name = "xcb"
21635version = "1.6.0"
21636source = "registry+https://github.com/rust-lang/crates.io-index"
21637checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21638dependencies = [
21639 "bitflags 1.3.2",
21640 "libc",
21641 "quick-xml 0.30.0",
21642 "x11",
21643]
21644
21645[[package]]
21646name = "xcursor"
21647version = "0.3.10"
21648source = "registry+https://github.com/rust-lang/crates.io-index"
21649checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21650
21651[[package]]
21652name = "xim-ctext"
21653version = "0.3.0"
21654source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21655dependencies = [
21656 "encoding_rs",
21657]
21658
21659[[package]]
21660name = "xim-parser"
21661version = "0.2.1"
21662source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21663dependencies = [
21664 "bitflags 2.10.0",
21665]
21666
21667[[package]]
21668name = "xkbcommon"
21669version = "0.8.0"
21670source = "registry+https://github.com/rust-lang/crates.io-index"
21671checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21672dependencies = [
21673 "as-raw-xcb-connection",
21674 "libc",
21675 "memmap2",
21676 "xkeysym",
21677]
21678
21679[[package]]
21680name = "xkeysym"
21681version = "0.2.1"
21682source = "registry+https://github.com/rust-lang/crates.io-index"
21683checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21684
21685[[package]]
21686name = "xml-rs"
21687version = "0.8.28"
21688source = "registry+https://github.com/rust-lang/crates.io-index"
21689checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21690
21691[[package]]
21692name = "xml5ever"
21693version = "0.18.1"
21694source = "registry+https://github.com/rust-lang/crates.io-index"
21695checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21696dependencies = [
21697 "log",
21698 "mac",
21699 "markup5ever 0.12.1",
21700]
21701
21702[[package]]
21703name = "xmlparser"
21704version = "0.13.6"
21705source = "registry+https://github.com/rust-lang/crates.io-index"
21706checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21707
21708[[package]]
21709name = "xmlwriter"
21710version = "0.1.0"
21711source = "registry+https://github.com/rust-lang/crates.io-index"
21712checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21713
21714[[package]]
21715name = "xtask"
21716version = "0.1.0"
21717dependencies = [
21718 "annotate-snippets",
21719 "anyhow",
21720 "backtrace",
21721 "cargo_metadata",
21722 "cargo_toml",
21723 "clap",
21724 "gh-workflow",
21725 "indexmap",
21726 "indoc",
21727 "itertools 0.14.0",
21728 "regex",
21729 "serde",
21730 "serde_json",
21731 "serde_yaml",
21732 "strum 0.27.2",
21733 "toml 0.8.23",
21734 "toml_edit 0.22.27",
21735]
21736
21737[[package]]
21738name = "yaml-rust2"
21739version = "0.8.1"
21740source = "registry+https://github.com/rust-lang/crates.io-index"
21741checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21742dependencies = [
21743 "arraydeque",
21744 "encoding_rs",
21745 "hashlink 0.8.4",
21746]
21747
21748[[package]]
21749name = "yaml_serde"
21750version = "0.10.4"
21751source = "registry+https://github.com/rust-lang/crates.io-index"
21752checksum = "08c7c1b1a6a7c8a6b2741a6c21a4f8918e51899b111cfa08d1288202656e3975"
21753dependencies = [
21754 "indexmap",
21755 "itoa",
21756 "libyaml-rs",
21757 "ryu",
21758 "serde",
21759]
21760
21761[[package]]
21762name = "yansi"
21763version = "1.0.1"
21764source = "registry+https://github.com/rust-lang/crates.io-index"
21765checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21766
21767[[package]]
21768name = "yawc"
21769version = "0.2.5"
21770source = "registry+https://github.com/rust-lang/crates.io-index"
21771checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21772dependencies = [
21773 "base64 0.22.1",
21774 "bytes 1.11.1",
21775 "flate2",
21776 "futures 0.3.32",
21777 "http-body-util",
21778 "hyper 1.7.0",
21779 "hyper-util",
21780 "js-sys",
21781 "nom 8.0.0",
21782 "pin-project",
21783 "rand 0.8.5",
21784 "sha1",
21785 "thiserror 1.0.69",
21786 "tokio",
21787 "tokio-rustls 0.26.2",
21788 "tokio-util",
21789 "url",
21790 "wasm-bindgen",
21791 "wasm-bindgen-futures",
21792 "web-sys",
21793 "webpki-roots",
21794]
21795
21796[[package]]
21797name = "yazi"
21798version = "0.2.1"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21801
21802[[package]]
21803name = "yeslogic-fontconfig-sys"
21804version = "6.0.0"
21805source = "registry+https://github.com/rust-lang/crates.io-index"
21806checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21807dependencies = [
21808 "dlib",
21809 "once_cell",
21810 "pkg-config",
21811]
21812
21813[[package]]
21814name = "yoke"
21815version = "0.7.5"
21816source = "registry+https://github.com/rust-lang/crates.io-index"
21817checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
21818dependencies = [
21819 "serde",
21820 "stable_deref_trait",
21821 "yoke-derive 0.7.5",
21822 "zerofrom",
21823]
21824
21825[[package]]
21826name = "yoke"
21827version = "0.8.0"
21828source = "registry+https://github.com/rust-lang/crates.io-index"
21829checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
21830dependencies = [
21831 "serde",
21832 "stable_deref_trait",
21833 "yoke-derive 0.8.0",
21834 "zerofrom",
21835]
21836
21837[[package]]
21838name = "yoke-derive"
21839version = "0.7.5"
21840source = "registry+https://github.com/rust-lang/crates.io-index"
21841checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
21842dependencies = [
21843 "proc-macro2",
21844 "quote",
21845 "syn 2.0.117",
21846 "synstructure",
21847]
21848
21849[[package]]
21850name = "yoke-derive"
21851version = "0.8.0"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
21854dependencies = [
21855 "proc-macro2",
21856 "quote",
21857 "syn 2.0.117",
21858 "synstructure",
21859]
21860
21861[[package]]
21862name = "zbus"
21863version = "5.13.2"
21864source = "registry+https://github.com/rust-lang/crates.io-index"
21865checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
21866dependencies = [
21867 "async-broadcast",
21868 "async-executor",
21869 "async-io",
21870 "async-lock 3.4.2",
21871 "async-process",
21872 "async-recursion",
21873 "async-task",
21874 "async-trait",
21875 "blocking",
21876 "enumflags2",
21877 "event-listener 5.4.1",
21878 "futures-core",
21879 "futures-lite 2.6.1",
21880 "hex",
21881 "libc",
21882 "ordered-stream",
21883 "rustix 1.1.2",
21884 "serde",
21885 "serde_repr",
21886 "tracing",
21887 "uds_windows",
21888 "uuid",
21889 "windows-sys 0.61.2",
21890 "winnow",
21891 "zbus_macros",
21892 "zbus_names",
21893 "zvariant",
21894]
21895
21896[[package]]
21897name = "zbus_macros"
21898version = "5.13.2"
21899source = "registry+https://github.com/rust-lang/crates.io-index"
21900checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
21901dependencies = [
21902 "proc-macro-crate",
21903 "proc-macro2",
21904 "quote",
21905 "syn 2.0.117",
21906 "zbus_names",
21907 "zvariant",
21908 "zvariant_utils",
21909]
21910
21911[[package]]
21912name = "zbus_names"
21913version = "4.3.1"
21914source = "registry+https://github.com/rust-lang/crates.io-index"
21915checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
21916dependencies = [
21917 "serde",
21918 "winnow",
21919 "zvariant",
21920]
21921
21922[[package]]
21923name = "zed"
21924version = "0.232.0"
21925dependencies = [
21926 "acp_thread",
21927 "acp_tools",
21928 "action_log",
21929 "activity_indicator",
21930 "agent",
21931 "agent-client-protocol",
21932 "agent_servers",
21933 "agent_settings",
21934 "agent_ui",
21935 "anyhow",
21936 "ashpd",
21937 "askpass",
21938 "assets",
21939 "audio",
21940 "auto_update",
21941 "auto_update_ui",
21942 "breadcrumbs",
21943 "call",
21944 "channel",
21945 "chrono",
21946 "clap",
21947 "cli",
21948 "client",
21949 "clock",
21950 "codestral",
21951 "collab_ui",
21952 "collections",
21953 "command_palette",
21954 "component",
21955 "component_preview",
21956 "copilot",
21957 "copilot_chat",
21958 "copilot_ui",
21959 "crashes",
21960 "csv_preview",
21961 "dap_adapters",
21962 "db",
21963 "debug_adapter_extension",
21964 "debugger_tools",
21965 "debugger_ui",
21966 "dev_container",
21967 "diagnostics",
21968 "edit_prediction",
21969 "edit_prediction_ui",
21970 "editor",
21971 "encoding_selector",
21972 "env_logger 0.11.8",
21973 "etw_tracing",
21974 "extension",
21975 "extension_host",
21976 "extensions_ui",
21977 "feature_flags",
21978 "feedback",
21979 "file_finder",
21980 "fs",
21981 "futures 0.3.32",
21982 "git",
21983 "git_graph",
21984 "git_hosting_providers",
21985 "git_ui",
21986 "go_to_line",
21987 "gpui",
21988 "gpui_platform",
21989 "gpui_tokio",
21990 "http_client",
21991 "image",
21992 "image_viewer",
21993 "inspector_ui",
21994 "install_cli",
21995 "itertools 0.14.0",
21996 "journal",
21997 "json_schema_store",
21998 "keymap_editor",
21999 "language",
22000 "language_extension",
22001 "language_model",
22002 "language_models",
22003 "language_onboarding",
22004 "language_selector",
22005 "language_tools",
22006 "languages",
22007 "line_ending_selector",
22008 "log",
22009 "markdown",
22010 "markdown_preview",
22011 "menu",
22012 "migrator",
22013 "mimalloc",
22014 "miniprofiler_ui",
22015 "nc",
22016 "node_runtime",
22017 "notifications",
22018 "onboarding",
22019 "outline",
22020 "outline_panel",
22021 "parking_lot",
22022 "paths",
22023 "picker",
22024 "pkg-config",
22025 "pretty_assertions",
22026 "profiling",
22027 "project",
22028 "project_panel",
22029 "project_symbols",
22030 "prompt_store",
22031 "proto",
22032 "rayon",
22033 "recent_projects",
22034 "release_channel",
22035 "remote",
22036 "repl",
22037 "reqwest_client",
22038 "rope",
22039 "search",
22040 "semver",
22041 "serde",
22042 "serde_json",
22043 "session",
22044 "settings",
22045 "settings_profile_selector",
22046 "settings_ui",
22047 "shellexpand 2.1.2",
22048 "sidebar",
22049 "smol",
22050 "snippet_provider",
22051 "snippets_ui",
22052 "svg_preview",
22053 "sysinfo 0.37.2",
22054 "system_specs",
22055 "tab_switcher",
22056 "task",
22057 "tasks_ui",
22058 "telemetry",
22059 "telemetry_events",
22060 "tempfile",
22061 "terminal_view",
22062 "theme",
22063 "theme_extension",
22064 "theme_selector",
22065 "theme_settings",
22066 "time",
22067 "time_format",
22068 "title_bar",
22069 "toolchain_selector",
22070 "tracing",
22071 "ui",
22072 "ui_prompt",
22073 "url",
22074 "urlencoding",
22075 "util",
22076 "uuid",
22077 "vim",
22078 "vim_mode_setting",
22079 "watch",
22080 "web_search",
22081 "web_search_providers",
22082 "which_key",
22083 "windows 0.61.3",
22084 "winresource",
22085 "workspace",
22086 "zed-reqwest",
22087 "zed_actions",
22088 "zed_env_vars",
22089 "zlog",
22090 "zlog_settings",
22091 "ztracing",
22092]
22093
22094[[package]]
22095name = "zed-font-kit"
22096version = "0.14.1-zed"
22097source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22098dependencies = [
22099 "bitflags 2.10.0",
22100 "byteorder",
22101 "core-foundation 0.10.0",
22102 "core-graphics 0.24.0",
22103 "core-text",
22104 "dirs 5.0.1",
22105 "dwrote",
22106 "float-ord",
22107 "freetype-sys",
22108 "lazy_static",
22109 "libc",
22110 "log",
22111 "pathfinder_geometry",
22112 "pathfinder_simd",
22113 "walkdir",
22114 "winapi",
22115 "yeslogic-fontconfig-sys",
22116]
22117
22118[[package]]
22119name = "zed-reqwest"
22120version = "0.12.15-zed"
22121source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22122dependencies = [
22123 "base64 0.22.1",
22124 "bytes 1.11.1",
22125 "encoding_rs",
22126 "futures-core",
22127 "futures-util",
22128 "h2 0.4.12",
22129 "http 1.3.1",
22130 "http-body 1.0.1",
22131 "http-body-util",
22132 "hyper 1.7.0",
22133 "hyper-rustls 0.27.7",
22134 "hyper-util",
22135 "ipnet",
22136 "js-sys",
22137 "log",
22138 "mime",
22139 "mime_guess",
22140 "once_cell",
22141 "percent-encoding",
22142 "pin-project-lite",
22143 "quinn",
22144 "rustls 0.23.33",
22145 "rustls-native-certs 0.8.2",
22146 "rustls-pemfile 2.2.0",
22147 "rustls-pki-types",
22148 "serde",
22149 "serde_json",
22150 "serde_urlencoded",
22151 "sync_wrapper 1.0.2",
22152 "system-configuration 0.6.1",
22153 "tokio",
22154 "tokio-rustls 0.26.2",
22155 "tokio-socks",
22156 "tokio-util",
22157 "tower 0.5.2",
22158 "tower-service",
22159 "url",
22160 "wasm-bindgen",
22161 "wasm-bindgen-futures",
22162 "wasm-streams",
22163 "web-sys",
22164 "windows-registry 0.4.0",
22165]
22166
22167[[package]]
22168name = "zed-scap"
22169version = "0.0.8-zed"
22170source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22171dependencies = [
22172 "anyhow",
22173 "cocoa 0.25.0",
22174 "core-graphics-helmer-fork",
22175 "log",
22176 "objc",
22177 "rand 0.8.5",
22178 "screencapturekit",
22179 "screencapturekit-sys",
22180 "sysinfo 0.31.4",
22181 "tao-core-video-sys",
22182 "windows 0.61.3",
22183 "windows-capture",
22184 "x11",
22185 "xcb",
22186]
22187
22188[[package]]
22189name = "zed-xim"
22190version = "0.4.0-zed"
22191source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22192dependencies = [
22193 "ahash 0.8.12",
22194 "hashbrown 0.14.5",
22195 "log",
22196 "x11rb",
22197 "xim-ctext",
22198 "xim-parser",
22199]
22200
22201[[package]]
22202name = "zed_actions"
22203version = "0.1.0"
22204dependencies = [
22205 "gpui",
22206 "schemars",
22207 "serde",
22208 "util",
22209 "uuid",
22210]
22211
22212[[package]]
22213name = "zed_credentials_provider"
22214version = "0.1.0"
22215dependencies = [
22216 "anyhow",
22217 "credentials_provider",
22218 "futures 0.3.32",
22219 "gpui",
22220 "paths",
22221 "release_channel",
22222 "serde",
22223 "serde_json",
22224]
22225
22226[[package]]
22227name = "zed_env_vars"
22228version = "0.1.0"
22229dependencies = [
22230 "env_var",
22231]
22232
22233[[package]]
22234name = "zed_extension_api"
22235version = "0.1.0"
22236source = "registry+https://github.com/rust-lang/crates.io-index"
22237checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22238dependencies = [
22239 "serde",
22240 "serde_json",
22241 "wit-bindgen 0.22.0",
22242]
22243
22244[[package]]
22245name = "zed_extension_api"
22246version = "0.7.0"
22247source = "registry+https://github.com/rust-lang/crates.io-index"
22248checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22249dependencies = [
22250 "serde",
22251 "serde_json",
22252 "wit-bindgen 0.41.0",
22253]
22254
22255[[package]]
22256name = "zed_extension_api"
22257version = "0.8.0"
22258dependencies = [
22259 "serde",
22260 "serde_json",
22261 "wit-bindgen 0.41.0",
22262]
22263
22264[[package]]
22265name = "zed_glsl"
22266version = "0.2.3"
22267dependencies = [
22268 "zed_extension_api 0.1.0",
22269]
22270
22271[[package]]
22272name = "zed_html"
22273version = "0.3.1"
22274dependencies = [
22275 "zed_extension_api 0.7.0",
22276]
22277
22278[[package]]
22279name = "zed_proto"
22280version = "0.3.2"
22281dependencies = [
22282 "zed_extension_api 0.7.0",
22283]
22284
22285[[package]]
22286name = "zed_test_extension"
22287version = "0.1.0"
22288dependencies = [
22289 "zed_extension_api 0.8.0",
22290]
22291
22292[[package]]
22293name = "zeno"
22294version = "0.3.3"
22295source = "registry+https://github.com/rust-lang/crates.io-index"
22296checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22297
22298[[package]]
22299name = "zerocopy"
22300version = "0.8.27"
22301source = "registry+https://github.com/rust-lang/crates.io-index"
22302checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22303dependencies = [
22304 "zerocopy-derive",
22305]
22306
22307[[package]]
22308name = "zerocopy-derive"
22309version = "0.8.27"
22310source = "registry+https://github.com/rust-lang/crates.io-index"
22311checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22312dependencies = [
22313 "proc-macro2",
22314 "quote",
22315 "syn 2.0.117",
22316]
22317
22318[[package]]
22319name = "zerofrom"
22320version = "0.1.6"
22321source = "registry+https://github.com/rust-lang/crates.io-index"
22322checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22323dependencies = [
22324 "zerofrom-derive",
22325]
22326
22327[[package]]
22328name = "zerofrom-derive"
22329version = "0.1.6"
22330source = "registry+https://github.com/rust-lang/crates.io-index"
22331checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22332dependencies = [
22333 "proc-macro2",
22334 "quote",
22335 "syn 2.0.117",
22336 "synstructure",
22337]
22338
22339[[package]]
22340name = "zeroize"
22341version = "1.8.2"
22342source = "registry+https://github.com/rust-lang/crates.io-index"
22343checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22344dependencies = [
22345 "zeroize_derive",
22346]
22347
22348[[package]]
22349name = "zeroize_derive"
22350version = "1.4.2"
22351source = "registry+https://github.com/rust-lang/crates.io-index"
22352checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22353dependencies = [
22354 "proc-macro2",
22355 "quote",
22356 "syn 2.0.117",
22357]
22358
22359[[package]]
22360name = "zeromq"
22361version = "0.5.0"
22362source = "registry+https://github.com/rust-lang/crates.io-index"
22363checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22364dependencies = [
22365 "async-dispatcher",
22366 "async-std",
22367 "async-trait",
22368 "asynchronous-codec",
22369 "bytes 1.11.1",
22370 "crossbeam-queue",
22371 "futures 0.3.32",
22372 "log",
22373 "num-traits",
22374 "once_cell",
22375 "parking_lot",
22376 "rand 0.9.2",
22377 "regex",
22378 "scc",
22379 "thiserror 1.0.69",
22380 "uuid",
22381]
22382
22383[[package]]
22384name = "zerotrie"
22385version = "0.2.2"
22386source = "registry+https://github.com/rust-lang/crates.io-index"
22387checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22388dependencies = [
22389 "displaydoc",
22390 "yoke 0.8.0",
22391 "zerofrom",
22392]
22393
22394[[package]]
22395name = "zerovec"
22396version = "0.11.4"
22397source = "registry+https://github.com/rust-lang/crates.io-index"
22398checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22399dependencies = [
22400 "yoke 0.8.0",
22401 "zerofrom",
22402 "zerovec-derive",
22403]
22404
22405[[package]]
22406name = "zerovec-derive"
22407version = "0.11.1"
22408source = "registry+https://github.com/rust-lang/crates.io-index"
22409checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22410dependencies = [
22411 "proc-macro2",
22412 "quote",
22413 "syn 2.0.117",
22414]
22415
22416[[package]]
22417name = "zeta_prompt"
22418version = "0.1.0"
22419dependencies = [
22420 "anyhow",
22421 "indoc",
22422 "serde",
22423 "strum 0.27.2",
22424]
22425
22426[[package]]
22427name = "zip"
22428version = "0.6.6"
22429source = "registry+https://github.com/rust-lang/crates.io-index"
22430checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22431dependencies = [
22432 "aes",
22433 "byteorder",
22434 "bzip2 0.4.4",
22435 "constant_time_eq",
22436 "crc32fast",
22437 "crossbeam-utils",
22438 "flate2",
22439 "hmac",
22440 "pbkdf2 0.11.0",
22441 "sha1",
22442 "time",
22443 "zstd",
22444]
22445
22446[[package]]
22447name = "zip"
22448version = "1.1.4"
22449source = "registry+https://github.com/rust-lang/crates.io-index"
22450checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22451dependencies = [
22452 "arbitrary",
22453 "crc32fast",
22454 "crossbeam-utils",
22455 "displaydoc",
22456 "indexmap",
22457 "num_enum",
22458 "thiserror 1.0.69",
22459]
22460
22461[[package]]
22462name = "zlog"
22463version = "0.1.0"
22464dependencies = [
22465 "anyhow",
22466 "chrono",
22467 "collections",
22468 "log",
22469 "tempfile",
22470]
22471
22472[[package]]
22473name = "zlog_settings"
22474version = "0.1.0"
22475dependencies = [
22476 "collections",
22477 "gpui",
22478 "settings",
22479 "zlog",
22480]
22481
22482[[package]]
22483name = "zstd"
22484version = "0.11.2+zstd.1.5.2"
22485source = "registry+https://github.com/rust-lang/crates.io-index"
22486checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22487dependencies = [
22488 "zstd-safe",
22489]
22490
22491[[package]]
22492name = "zstd-safe"
22493version = "5.0.2+zstd.1.5.2"
22494source = "registry+https://github.com/rust-lang/crates.io-index"
22495checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22496dependencies = [
22497 "libc",
22498 "zstd-sys",
22499]
22500
22501[[package]]
22502name = "zstd-sys"
22503version = "2.0.16+zstd.1.5.7"
22504source = "registry+https://github.com/rust-lang/crates.io-index"
22505checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22506dependencies = [
22507 "cc",
22508 "pkg-config",
22509]
22510
22511[[package]]
22512name = "ztracing"
22513version = "0.1.0"
22514dependencies = [
22515 "tracing",
22516 "tracing-subscriber",
22517 "tracing-tracy",
22518 "tracy-client",
22519 "zlog",
22520 "ztracing_macro",
22521]
22522
22523[[package]]
22524name = "ztracing_macro"
22525version = "0.1.0"
22526
22527[[package]]
22528name = "zune-core"
22529version = "0.4.12"
22530source = "registry+https://github.com/rust-lang/crates.io-index"
22531checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22532
22533[[package]]
22534name = "zune-inflate"
22535version = "0.2.54"
22536source = "registry+https://github.com/rust-lang/crates.io-index"
22537checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22538dependencies = [
22539 "simd-adler32",
22540]
22541
22542[[package]]
22543name = "zune-jpeg"
22544version = "0.4.21"
22545source = "registry+https://github.com/rust-lang/crates.io-index"
22546checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22547dependencies = [
22548 "zune-core",
22549]
22550
22551[[package]]
22552name = "zvariant"
22553version = "5.9.2"
22554source = "registry+https://github.com/rust-lang/crates.io-index"
22555checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22556dependencies = [
22557 "endi",
22558 "enumflags2",
22559 "serde",
22560 "serde_bytes",
22561 "winnow",
22562 "zvariant_derive",
22563 "zvariant_utils",
22564]
22565
22566[[package]]
22567name = "zvariant_derive"
22568version = "5.9.2"
22569source = "registry+https://github.com/rust-lang/crates.io-index"
22570checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22571dependencies = [
22572 "proc-macro-crate",
22573 "proc-macro2",
22574 "quote",
22575 "syn 2.0.117",
22576 "zvariant_utils",
22577]
22578
22579[[package]]
22580name = "zvariant_utils"
22581version = "3.3.0"
22582source = "registry+https://github.com/rust-lang/crates.io-index"
22583checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22584dependencies = [
22585 "proc-macro2",
22586 "quote",
22587 "serde",
22588 "syn 2.0.117",
22589 "winnow",
22590]