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