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 "feature_flags",
   18 "file_icons",
   19 "futures 0.3.32",
   20 "gpui",
   21 "image",
   22 "indoc",
   23 "itertools 0.14.0",
   24 "language",
   25 "language_model",
   26 "log",
   27 "markdown",
   28 "multi_buffer",
   29 "parking_lot",
   30 "portable-pty",
   31 "project",
   32 "prompt_store",
   33 "rand 0.9.3",
   34 "serde",
   35 "serde_json",
   36 "settings",
   37 "smol",
   38 "task",
   39 "telemetry",
   40 "terminal",
   41 "text",
   42 "ui",
   43 "url",
   44 "urlencoding",
   45 "util",
   46 "uuid",
   47 "watch",
   48]
   49
   50[[package]]
   51name = "acp_tools"
   52version = "0.1.0"
   53dependencies = [
   54 "agent-client-protocol",
   55 "collections",
   56 "gpui",
   57 "language",
   58 "markdown",
   59 "project",
   60 "serde",
   61 "serde_json",
   62 "settings",
   63 "theme_settings",
   64 "ui",
   65 "util",
   66 "workspace",
   67]
   68
   69[[package]]
   70name = "action_log"
   71version = "0.1.0"
   72dependencies = [
   73 "anyhow",
   74 "buffer_diff",
   75 "clock",
   76 "collections",
   77 "ctor",
   78 "fs",
   79 "futures 0.3.32",
   80 "gpui",
   81 "language",
   82 "log",
   83 "pretty_assertions",
   84 "project",
   85 "rand 0.9.3",
   86 "serde_json",
   87 "settings",
   88 "telemetry",
   89 "text",
   90 "util",
   91 "watch",
   92 "zlog",
   93]
   94
   95[[package]]
   96name = "activity_indicator"
   97version = "0.1.0"
   98dependencies = [
   99 "anyhow",
  100 "auto_update",
  101 "editor",
  102 "extension_host",
  103 "fs",
  104 "futures 0.3.32",
  105 "gpui",
  106 "language",
  107 "project",
  108 "proto",
  109 "smallvec",
  110 "ui",
  111 "util",
  112 "workspace",
  113]
  114
  115[[package]]
  116name = "addr2line"
  117version = "0.25.1"
  118source = "registry+https://github.com/rust-lang/crates.io-index"
  119checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  120dependencies = [
  121 "gimli",
  122]
  123
  124[[package]]
  125name = "adler2"
  126version = "2.0.1"
  127source = "registry+https://github.com/rust-lang/crates.io-index"
  128checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  129
  130[[package]]
  131name = "aes"
  132version = "0.8.4"
  133source = "registry+https://github.com/rust-lang/crates.io-index"
  134checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  135dependencies = [
  136 "cfg-if",
  137 "cipher",
  138 "cpufeatures",
  139 "zeroize",
  140]
  141
  142[[package]]
  143name = "agent"
  144version = "0.1.0"
  145dependencies = [
  146 "acp_thread",
  147 "action_log",
  148 "agent-client-protocol",
  149 "agent_servers",
  150 "agent_settings",
  151 "anyhow",
  152 "chrono",
  153 "client",
  154 "clock",
  155 "cloud_api_types",
  156 "cloud_llm_client",
  157 "collections",
  158 "context_server",
  159 "ctor",
  160 "db",
  161 "derive_more",
  162 "editor",
  163 "env_logger 0.11.8",
  164 "eval_utils",
  165 "feature_flags",
  166 "fs",
  167 "futures 0.3.32",
  168 "git",
  169 "gpui",
  170 "gpui_tokio",
  171 "handlebars 4.5.0",
  172 "heck 0.5.0",
  173 "html_to_markdown",
  174 "http_client",
  175 "indoc",
  176 "itertools 0.14.0",
  177 "language",
  178 "language_model",
  179 "language_models",
  180 "log",
  181 "lsp",
  182 "open",
  183 "parking_lot",
  184 "paths",
  185 "pretty_assertions",
  186 "project",
  187 "prompt_store",
  188 "rand 0.9.3",
  189 "regex",
  190 "reqwest_client",
  191 "rust-embed",
  192 "schemars",
  193 "serde",
  194 "serde_json",
  195 "settings",
  196 "shell_command_parser",
  197 "smallvec",
  198 "smol",
  199 "sqlez",
  200 "streaming_diff",
  201 "strsim",
  202 "task",
  203 "telemetry",
  204 "tempfile",
  205 "text",
  206 "theme",
  207 "thiserror 2.0.17",
  208 "ui",
  209 "unindent",
  210 "url",
  211 "util",
  212 "uuid",
  213 "watch",
  214 "web_search",
  215 "zed_env_vars",
  216 "zlog",
  217 "zstd",
  218]
  219
  220[[package]]
  221name = "agent-client-protocol"
  222version = "0.10.2"
  223source = "registry+https://github.com/rust-lang/crates.io-index"
  224checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  225dependencies = [
  226 "agent-client-protocol-schema",
  227 "anyhow",
  228 "async-broadcast",
  229 "async-trait",
  230 "derive_more",
  231 "futures 0.3.32",
  232 "log",
  233 "serde",
  234 "serde_json",
  235]
  236
  237[[package]]
  238name = "agent-client-protocol-schema"
  239version = "0.11.2"
  240source = "registry+https://github.com/rust-lang/crates.io-index"
  241checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  242dependencies = [
  243 "anyhow",
  244 "derive_more",
  245 "schemars",
  246 "serde",
  247 "serde_json",
  248 "strum 0.28.0",
  249]
  250
  251[[package]]
  252name = "agent_servers"
  253version = "0.1.0"
  254dependencies = [
  255 "acp_thread",
  256 "acp_tools",
  257 "action_log",
  258 "agent-client-protocol",
  259 "anyhow",
  260 "async-trait",
  261 "chrono",
  262 "client",
  263 "collections",
  264 "env_logger 0.11.8",
  265 "feature_flags",
  266 "fs",
  267 "futures 0.3.32",
  268 "google_ai",
  269 "gpui",
  270 "gpui_tokio",
  271 "http_client",
  272 "indoc",
  273 "language_model",
  274 "libc",
  275 "log",
  276 "nix 0.29.0",
  277 "piper",
  278 "project",
  279 "release_channel",
  280 "remote",
  281 "reqwest_client",
  282 "serde",
  283 "serde_json",
  284 "settings",
  285 "smol",
  286 "task",
  287 "tempfile",
  288 "terminal",
  289 "thiserror 2.0.17",
  290 "ui",
  291 "util",
  292 "uuid",
  293 "watch",
  294 "zed_credentials_provider",
  295]
  296
  297[[package]]
  298name = "agent_settings"
  299version = "0.1.0"
  300dependencies = [
  301 "agent-client-protocol",
  302 "anyhow",
  303 "collections",
  304 "convert_case 0.8.0",
  305 "fs",
  306 "futures 0.3.32",
  307 "gpui",
  308 "language_model",
  309 "log",
  310 "paths",
  311 "project",
  312 "regex",
  313 "schemars",
  314 "serde",
  315 "serde_json",
  316 "serde_json_lenient",
  317 "settings",
  318 "util",
  319]
  320
  321[[package]]
  322name = "agent_ui"
  323version = "0.1.0"
  324dependencies = [
  325 "acp_thread",
  326 "action_log",
  327 "agent",
  328 "agent-client-protocol",
  329 "agent_servers",
  330 "agent_settings",
  331 "ai_onboarding",
  332 "anyhow",
  333 "audio",
  334 "base64 0.22.1",
  335 "buffer_diff",
  336 "chrono",
  337 "client",
  338 "clock",
  339 "cloud_api_types",
  340 "collections",
  341 "command_palette_hooks",
  342 "component",
  343 "context_server",
  344 "db",
  345 "editor",
  346 "eval_utils",
  347 "extension",
  348 "extension_host",
  349 "feature_flags",
  350 "file_icons",
  351 "fs",
  352 "futures 0.3.32",
  353 "fuzzy",
  354 "git",
  355 "gpui",
  356 "gpui_tokio",
  357 "heapless",
  358 "html_to_markdown",
  359 "http_client",
  360 "image",
  361 "indoc",
  362 "itertools 0.14.0",
  363 "jsonschema",
  364 "language",
  365 "language_model",
  366 "language_models",
  367 "languages",
  368 "log",
  369 "lsp",
  370 "markdown",
  371 "menu",
  372 "multi_buffer",
  373 "node_runtime",
  374 "notifications",
  375 "ordered-float 2.10.1",
  376 "parking_lot",
  377 "paths",
  378 "picker",
  379 "postage",
  380 "pretty_assertions",
  381 "project",
  382 "prompt_store",
  383 "proto",
  384 "rand 0.9.3",
  385 "release_channel",
  386 "remote",
  387 "remote_connection",
  388 "remote_server",
  389 "reqwest_client",
  390 "rope",
  391 "rules_library",
  392 "schemars",
  393 "semver",
  394 "serde",
  395 "serde_json",
  396 "serde_json_lenient",
  397 "settings",
  398 "smol",
  399 "streaming_diff",
  400 "task",
  401 "telemetry",
  402 "tempfile",
  403 "terminal",
  404 "terminal_view",
  405 "text",
  406 "theme",
  407 "theme_settings",
  408 "time",
  409 "time_format",
  410 "tree-sitter-md",
  411 "ui",
  412 "ui_input",
  413 "unindent",
  414 "url",
  415 "util",
  416 "uuid",
  417 "watch",
  418 "workspace",
  419 "zed_actions",
  420]
  421
  422[[package]]
  423name = "ahash"
  424version = "0.7.8"
  425source = "registry+https://github.com/rust-lang/crates.io-index"
  426checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  427dependencies = [
  428 "getrandom 0.2.16",
  429 "once_cell",
  430 "version_check",
  431]
  432
  433[[package]]
  434name = "ahash"
  435version = "0.8.12"
  436source = "registry+https://github.com/rust-lang/crates.io-index"
  437checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  438dependencies = [
  439 "cfg-if",
  440 "const-random",
  441 "getrandom 0.3.4",
  442 "once_cell",
  443 "serde",
  444 "version_check",
  445 "zerocopy",
  446]
  447
  448[[package]]
  449name = "aho-corasick"
  450version = "1.1.3"
  451source = "registry+https://github.com/rust-lang/crates.io-index"
  452checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  453dependencies = [
  454 "memchr",
  455]
  456
  457[[package]]
  458name = "ai_onboarding"
  459version = "0.1.0"
  460dependencies = [
  461 "client",
  462 "cloud_api_types",
  463 "component",
  464 "gpui",
  465 "language_model",
  466 "serde",
  467 "smallvec",
  468 "telemetry",
  469 "ui",
  470 "zed_actions",
  471]
  472
  473[[package]]
  474name = "alacritty_terminal"
  475version = "0.25.1"
  476source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  477dependencies = [
  478 "base64 0.22.1",
  479 "bitflags 2.10.0",
  480 "home",
  481 "libc",
  482 "log",
  483 "mach2 0.5.0",
  484 "miow",
  485 "parking_lot",
  486 "piper",
  487 "polling",
  488 "regex-automata",
  489 "rustix 1.1.2",
  490 "rustix-openpty",
  491 "serde",
  492 "signal-hook",
  493 "unicode-width",
  494 "vte",
  495 "windows-sys 0.59.0",
  496]
  497
  498[[package]]
  499name = "aliasable"
  500version = "0.1.3"
  501source = "registry+https://github.com/rust-lang/crates.io-index"
  502checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  503
  504[[package]]
  505name = "aligned"
  506version = "0.4.3"
  507source = "registry+https://github.com/rust-lang/crates.io-index"
  508checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
  509dependencies = [
  510 "as-slice",
  511]
  512
  513[[package]]
  514name = "aligned-vec"
  515version = "0.6.4"
  516source = "registry+https://github.com/rust-lang/crates.io-index"
  517checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  518dependencies = [
  519 "equator",
  520]
  521
  522[[package]]
  523name = "allocator-api2"
  524version = "0.2.21"
  525source = "registry+https://github.com/rust-lang/crates.io-index"
  526checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  527
  528[[package]]
  529name = "alsa"
  530version = "0.10.0"
  531source = "registry+https://github.com/rust-lang/crates.io-index"
  532checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  533dependencies = [
  534 "alsa-sys",
  535 "bitflags 2.10.0",
  536 "cfg-if",
  537 "libc",
  538]
  539
  540[[package]]
  541name = "alsa-sys"
  542version = "0.3.1"
  543source = "registry+https://github.com/rust-lang/crates.io-index"
  544checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  545dependencies = [
  546 "libc",
  547 "pkg-config",
  548]
  549
  550[[package]]
  551name = "ambient-authority"
  552version = "0.0.2"
  553source = "registry+https://github.com/rust-lang/crates.io-index"
  554checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  555
  556[[package]]
  557name = "ammonia"
  558version = "4.1.2"
  559source = "registry+https://github.com/rust-lang/crates.io-index"
  560checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  561dependencies = [
  562 "cssparser",
  563 "html5ever 0.35.0",
  564 "maplit",
  565 "tendril",
  566 "url",
  567]
  568
  569[[package]]
  570name = "android_system_properties"
  571version = "0.1.5"
  572source = "registry+https://github.com/rust-lang/crates.io-index"
  573checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  574dependencies = [
  575 "libc",
  576]
  577
  578[[package]]
  579name = "anes"
  580version = "0.1.6"
  581source = "registry+https://github.com/rust-lang/crates.io-index"
  582checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  583
  584[[package]]
  585name = "annotate-snippets"
  586version = "0.12.12"
  587source = "registry+https://github.com/rust-lang/crates.io-index"
  588checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  589dependencies = [
  590 "anstyle",
  591 "memchr",
  592 "unicode-width",
  593]
  594
  595[[package]]
  596name = "anstream"
  597version = "0.6.21"
  598source = "registry+https://github.com/rust-lang/crates.io-index"
  599checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  600dependencies = [
  601 "anstyle",
  602 "anstyle-parse",
  603 "anstyle-query",
  604 "anstyle-wincon",
  605 "colorchoice",
  606 "is_terminal_polyfill",
  607 "utf8parse",
  608]
  609
  610[[package]]
  611name = "anstyle"
  612version = "1.0.13"
  613source = "registry+https://github.com/rust-lang/crates.io-index"
  614checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  615
  616[[package]]
  617name = "anstyle-parse"
  618version = "0.2.7"
  619source = "registry+https://github.com/rust-lang/crates.io-index"
  620checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  621dependencies = [
  622 "utf8parse",
  623]
  624
  625[[package]]
  626name = "anstyle-query"
  627version = "1.1.4"
  628source = "registry+https://github.com/rust-lang/crates.io-index"
  629checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  630dependencies = [
  631 "windows-sys 0.60.2",
  632]
  633
  634[[package]]
  635name = "anstyle-wincon"
  636version = "3.0.10"
  637source = "registry+https://github.com/rust-lang/crates.io-index"
  638checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  639dependencies = [
  640 "anstyle",
  641 "once_cell_polyfill",
  642 "windows-sys 0.60.2",
  643]
  644
  645[[package]]
  646name = "anthropic"
  647version = "0.1.0"
  648dependencies = [
  649 "anyhow",
  650 "chrono",
  651 "collections",
  652 "futures 0.3.32",
  653 "http_client",
  654 "language_model_core",
  655 "log",
  656 "schemars",
  657 "serde",
  658 "serde_json",
  659 "strum 0.27.2",
  660 "thiserror 2.0.17",
  661 "tiktoken-rs",
  662]
  663
  664[[package]]
  665name = "any_vec"
  666version = "0.14.0"
  667source = "registry+https://github.com/rust-lang/crates.io-index"
  668checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  669
  670[[package]]
  671name = "anyhow"
  672version = "1.0.100"
  673source = "registry+https://github.com/rust-lang/crates.io-index"
  674checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  675
  676[[package]]
  677name = "approx"
  678version = "0.5.1"
  679source = "registry+https://github.com/rust-lang/crates.io-index"
  680checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  681dependencies = [
  682 "num-traits",
  683]
  684
  685[[package]]
  686name = "ar_archive_writer"
  687version = "0.5.1"
  688source = "registry+https://github.com/rust-lang/crates.io-index"
  689checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  690dependencies = [
  691 "object",
  692]
  693
  694[[package]]
  695name = "arbitrary"
  696version = "1.4.2"
  697source = "registry+https://github.com/rust-lang/crates.io-index"
  698checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  699dependencies = [
  700 "derive_arbitrary",
  701]
  702
  703[[package]]
  704name = "arc-swap"
  705version = "1.9.0"
  706source = "registry+https://github.com/rust-lang/crates.io-index"
  707checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  708dependencies = [
  709 "rustversion",
  710]
  711
  712[[package]]
  713name = "arg_enum_proc_macro"
  714version = "0.3.4"
  715source = "registry+https://github.com/rust-lang/crates.io-index"
  716checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  717dependencies = [
  718 "proc-macro2",
  719 "quote",
  720 "syn 2.0.117",
  721]
  722
  723[[package]]
  724name = "arraydeque"
  725version = "0.5.1"
  726source = "registry+https://github.com/rust-lang/crates.io-index"
  727checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  728
  729[[package]]
  730name = "arrayref"
  731version = "0.3.9"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  734
  735[[package]]
  736name = "arrayvec"
  737version = "0.7.6"
  738source = "registry+https://github.com/rust-lang/crates.io-index"
  739checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  740
  741[[package]]
  742name = "as-raw-xcb-connection"
  743version = "1.0.1"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  746
  747[[package]]
  748name = "as-slice"
  749version = "0.2.1"
  750source = "registry+https://github.com/rust-lang/crates.io-index"
  751checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
  752dependencies = [
  753 "stable_deref_trait",
  754]
  755
  756[[package]]
  757name = "ascii"
  758version = "1.1.0"
  759source = "registry+https://github.com/rust-lang/crates.io-index"
  760checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  761
  762[[package]]
  763name = "ash"
  764version = "0.38.0+1.3.281"
  765source = "registry+https://github.com/rust-lang/crates.io-index"
  766checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  767dependencies = [
  768 "libloading",
  769]
  770
  771[[package]]
  772name = "ashpd"
  773version = "0.13.2"
  774source = "registry+https://github.com/rust-lang/crates.io-index"
  775checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  776dependencies = [
  777 "enumflags2",
  778 "futures-channel",
  779 "futures-util",
  780 "getrandom 0.4.1",
  781 "serde",
  782 "serde_repr",
  783 "wayland-backend",
  784 "wayland-client",
  785 "wayland-protocols",
  786 "zbus",
  787]
  788
  789[[package]]
  790name = "askpass"
  791version = "0.1.0"
  792dependencies = [
  793 "anyhow",
  794 "futures 0.3.32",
  795 "gpui",
  796 "log",
  797 "net",
  798 "smol",
  799 "tempfile",
  800 "util",
  801 "windows 0.61.3",
  802 "zeroize",
  803]
  804
  805[[package]]
  806name = "assets"
  807version = "0.1.0"
  808dependencies = [
  809 "anyhow",
  810 "gpui",
  811 "rust-embed",
  812]
  813
  814[[package]]
  815name = "async-attributes"
  816version = "1.1.2"
  817source = "registry+https://github.com/rust-lang/crates.io-index"
  818checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  819dependencies = [
  820 "quote",
  821 "syn 1.0.109",
  822]
  823
  824[[package]]
  825name = "async-broadcast"
  826version = "0.7.2"
  827source = "registry+https://github.com/rust-lang/crates.io-index"
  828checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  829dependencies = [
  830 "event-listener 5.4.1",
  831 "event-listener-strategy",
  832 "futures-core",
  833 "pin-project-lite",
  834]
  835
  836[[package]]
  837name = "async-channel"
  838version = "1.9.0"
  839source = "registry+https://github.com/rust-lang/crates.io-index"
  840checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  841dependencies = [
  842 "concurrent-queue",
  843 "event-listener 2.5.3",
  844 "futures-core",
  845]
  846
  847[[package]]
  848name = "async-channel"
  849version = "2.5.0"
  850source = "registry+https://github.com/rust-lang/crates.io-index"
  851checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  852dependencies = [
  853 "concurrent-queue",
  854 "event-listener-strategy",
  855 "futures-core",
  856 "pin-project-lite",
  857]
  858
  859[[package]]
  860name = "async-compat"
  861version = "0.2.5"
  862source = "registry+https://github.com/rust-lang/crates.io-index"
  863checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  864dependencies = [
  865 "futures-core",
  866 "futures-io",
  867 "once_cell",
  868 "pin-project-lite",
  869 "tokio",
  870]
  871
  872[[package]]
  873name = "async-compression"
  874version = "0.4.32"
  875source = "registry+https://github.com/rust-lang/crates.io-index"
  876checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  877dependencies = [
  878 "compression-codecs",
  879 "compression-core",
  880 "futures-core",
  881 "futures-io",
  882 "pin-project-lite",
  883]
  884
  885[[package]]
  886name = "async-dispatcher"
  887version = "0.1.2"
  888source = "registry+https://github.com/rust-lang/crates.io-index"
  889checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  890dependencies = [
  891 "async-task",
  892 "futures-lite 1.13.0",
  893]
  894
  895[[package]]
  896name = "async-executor"
  897version = "1.13.3"
  898source = "registry+https://github.com/rust-lang/crates.io-index"
  899checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  900dependencies = [
  901 "async-task",
  902 "concurrent-queue",
  903 "fastrand 2.3.0",
  904 "futures-lite 2.6.1",
  905 "pin-project-lite",
  906 "slab",
  907]
  908
  909[[package]]
  910name = "async-fs"
  911version = "2.2.0"
  912source = "registry+https://github.com/rust-lang/crates.io-index"
  913checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  914dependencies = [
  915 "async-lock 3.4.2",
  916 "blocking",
  917 "futures-lite 2.6.1",
  918]
  919
  920[[package]]
  921name = "async-global-executor"
  922version = "2.4.1"
  923source = "registry+https://github.com/rust-lang/crates.io-index"
  924checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  925dependencies = [
  926 "async-channel 2.5.0",
  927 "async-executor",
  928 "async-io",
  929 "async-lock 3.4.2",
  930 "blocking",
  931 "futures-lite 2.6.1",
  932 "once_cell",
  933]
  934
  935[[package]]
  936name = "async-io"
  937version = "2.6.0"
  938source = "registry+https://github.com/rust-lang/crates.io-index"
  939checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  940dependencies = [
  941 "autocfg",
  942 "cfg-if",
  943 "concurrent-queue",
  944 "futures-io",
  945 "futures-lite 2.6.1",
  946 "parking",
  947 "polling",
  948 "rustix 1.1.2",
  949 "slab",
  950 "windows-sys 0.61.2",
  951]
  952
  953[[package]]
  954name = "async-lock"
  955version = "2.8.0"
  956source = "registry+https://github.com/rust-lang/crates.io-index"
  957checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  958dependencies = [
  959 "event-listener 2.5.3",
  960]
  961
  962[[package]]
  963name = "async-lock"
  964version = "3.4.2"
  965source = "registry+https://github.com/rust-lang/crates.io-index"
  966checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  967dependencies = [
  968 "event-listener 5.4.1",
  969 "event-listener-strategy",
  970 "pin-project-lite",
  971]
  972
  973[[package]]
  974name = "async-net"
  975version = "2.0.0"
  976source = "registry+https://github.com/rust-lang/crates.io-index"
  977checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  978dependencies = [
  979 "async-io",
  980 "blocking",
  981 "futures-lite 2.6.1",
  982]
  983
  984[[package]]
  985name = "async-pipe"
  986version = "0.1.3"
  987source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  988dependencies = [
  989 "futures 0.3.32",
  990 "log",
  991]
  992
  993[[package]]
  994name = "async-process"
  995version = "2.5.0"
  996source = "registry+https://github.com/rust-lang/crates.io-index"
  997checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  998dependencies = [
  999 "async-channel 2.5.0",
 1000 "async-io",
 1001 "async-lock 3.4.2",
 1002 "async-signal",
 1003 "async-task",
 1004 "blocking",
 1005 "cfg-if",
 1006 "event-listener 5.4.1",
 1007 "futures-lite 2.6.1",
 1008 "rustix 1.1.2",
 1009]
 1010
 1011[[package]]
 1012name = "async-recursion"
 1013version = "1.1.1"
 1014source = "registry+https://github.com/rust-lang/crates.io-index"
 1015checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1016dependencies = [
 1017 "proc-macro2",
 1018 "quote",
 1019 "syn 2.0.117",
 1020]
 1021
 1022[[package]]
 1023name = "async-signal"
 1024version = "0.2.13"
 1025source = "registry+https://github.com/rust-lang/crates.io-index"
 1026checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1027dependencies = [
 1028 "async-io",
 1029 "async-lock 3.4.2",
 1030 "atomic-waker",
 1031 "cfg-if",
 1032 "futures-core",
 1033 "futures-io",
 1034 "rustix 1.1.2",
 1035 "signal-hook-registry",
 1036 "slab",
 1037 "windows-sys 0.61.2",
 1038]
 1039
 1040[[package]]
 1041name = "async-std"
 1042version = "1.13.2"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1045dependencies = [
 1046 "async-attributes",
 1047 "async-channel 1.9.0",
 1048 "async-global-executor",
 1049 "async-io",
 1050 "async-lock 3.4.2",
 1051 "async-process",
 1052 "crossbeam-utils",
 1053 "futures-channel",
 1054 "futures-core",
 1055 "futures-io",
 1056 "futures-lite 2.6.1",
 1057 "gloo-timers",
 1058 "kv-log-macro",
 1059 "log",
 1060 "memchr",
 1061 "once_cell",
 1062 "pin-project-lite",
 1063 "pin-utils",
 1064 "slab",
 1065 "wasm-bindgen-futures",
 1066]
 1067
 1068[[package]]
 1069name = "async-stream"
 1070version = "0.3.6"
 1071source = "registry+https://github.com/rust-lang/crates.io-index"
 1072checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1073dependencies = [
 1074 "async-stream-impl",
 1075 "futures-core",
 1076 "pin-project-lite",
 1077]
 1078
 1079[[package]]
 1080name = "async-stream-impl"
 1081version = "0.3.6"
 1082source = "registry+https://github.com/rust-lang/crates.io-index"
 1083checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1084dependencies = [
 1085 "proc-macro2",
 1086 "quote",
 1087 "syn 2.0.117",
 1088]
 1089
 1090[[package]]
 1091name = "async-tar"
 1092version = "0.5.1"
 1093source = "registry+https://github.com/rust-lang/crates.io-index"
 1094checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1095dependencies = [
 1096 "async-std",
 1097 "filetime",
 1098 "libc",
 1099 "pin-project",
 1100 "redox_syscall 0.2.16",
 1101 "xattr",
 1102]
 1103
 1104[[package]]
 1105name = "async-task"
 1106version = "4.7.1"
 1107source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1108
 1109[[package]]
 1110name = "async-trait"
 1111version = "0.1.89"
 1112source = "registry+https://github.com/rust-lang/crates.io-index"
 1113checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1114dependencies = [
 1115 "proc-macro2",
 1116 "quote",
 1117 "syn 2.0.117",
 1118]
 1119
 1120[[package]]
 1121name = "async-tungstenite"
 1122version = "0.31.0"
 1123source = "registry+https://github.com/rust-lang/crates.io-index"
 1124checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1125dependencies = [
 1126 "atomic-waker",
 1127 "futures-core",
 1128 "futures-io",
 1129 "futures-task",
 1130 "futures-util",
 1131 "log",
 1132 "pin-project-lite",
 1133 "rustls-pki-types",
 1134 "tokio",
 1135 "tokio-rustls 0.26.2",
 1136 "tungstenite 0.27.0",
 1137]
 1138
 1139[[package]]
 1140name = "async_zip"
 1141version = "0.0.18"
 1142source = "registry+https://github.com/rust-lang/crates.io-index"
 1143checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1144dependencies = [
 1145 "async-compression",
 1146 "crc32fast",
 1147 "futures-lite 2.6.1",
 1148 "pin-project",
 1149 "thiserror 2.0.17",
 1150]
 1151
 1152[[package]]
 1153name = "asynchronous-codec"
 1154version = "0.7.0"
 1155source = "registry+https://github.com/rust-lang/crates.io-index"
 1156checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1157dependencies = [
 1158 "bytes 1.11.1",
 1159 "futures-sink",
 1160 "futures-util",
 1161 "memchr",
 1162 "pin-project-lite",
 1163]
 1164
 1165[[package]]
 1166name = "atoi"
 1167version = "2.0.0"
 1168source = "registry+https://github.com/rust-lang/crates.io-index"
 1169checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1170dependencies = [
 1171 "num-traits",
 1172]
 1173
 1174[[package]]
 1175name = "atomic"
 1176version = "0.5.3"
 1177source = "registry+https://github.com/rust-lang/crates.io-index"
 1178checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1179
 1180[[package]]
 1181name = "atomic-waker"
 1182version = "1.1.2"
 1183source = "registry+https://github.com/rust-lang/crates.io-index"
 1184checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1185
 1186[[package]]
 1187name = "audio"
 1188version = "0.1.0"
 1189dependencies = [
 1190 "anyhow",
 1191 "collections",
 1192 "cpal",
 1193 "crossbeam",
 1194 "denoise",
 1195 "gpui",
 1196 "libwebrtc",
 1197 "log",
 1198 "parking_lot",
 1199 "rodio",
 1200 "serde",
 1201 "settings",
 1202 "thiserror 2.0.17",
 1203 "util",
 1204]
 1205
 1206[[package]]
 1207name = "auditable-serde"
 1208version = "0.8.0"
 1209source = "registry+https://github.com/rust-lang/crates.io-index"
 1210checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1211dependencies = [
 1212 "semver",
 1213 "serde",
 1214 "serde_json",
 1215 "topological-sort",
 1216]
 1217
 1218[[package]]
 1219name = "auto_update"
 1220version = "0.1.0"
 1221dependencies = [
 1222 "anyhow",
 1223 "client",
 1224 "clock",
 1225 "ctor",
 1226 "db",
 1227 "futures 0.3.32",
 1228 "futures-lite 1.13.0",
 1229 "gpui",
 1230 "http_client",
 1231 "log",
 1232 "parking_lot",
 1233 "paths",
 1234 "release_channel",
 1235 "semver",
 1236 "serde",
 1237 "serde_json",
 1238 "settings",
 1239 "smol",
 1240 "tempfile",
 1241 "util",
 1242 "which 6.0.3",
 1243 "workspace",
 1244 "zlog",
 1245]
 1246
 1247[[package]]
 1248name = "auto_update_helper"
 1249version = "0.1.0"
 1250dependencies = [
 1251 "anyhow",
 1252 "log",
 1253 "scopeguard",
 1254 "simplelog",
 1255 "tempfile",
 1256 "windows 0.61.3",
 1257 "winresource",
 1258]
 1259
 1260[[package]]
 1261name = "auto_update_ui"
 1262version = "0.1.0"
 1263dependencies = [
 1264 "agent_settings",
 1265 "anyhow",
 1266 "auto_update",
 1267 "client",
 1268 "db",
 1269 "editor",
 1270 "fs",
 1271 "gpui",
 1272 "markdown_preview",
 1273 "notifications",
 1274 "release_channel",
 1275 "semver",
 1276 "serde",
 1277 "serde_json",
 1278 "smol",
 1279 "telemetry",
 1280 "ui",
 1281 "util",
 1282 "workspace",
 1283 "zed_actions",
 1284]
 1285
 1286[[package]]
 1287name = "autocfg"
 1288version = "1.5.0"
 1289source = "registry+https://github.com/rust-lang/crates.io-index"
 1290checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1291
 1292[[package]]
 1293name = "av-scenechange"
 1294version = "0.14.1"
 1295source = "registry+https://github.com/rust-lang/crates.io-index"
 1296checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
 1297dependencies = [
 1298 "aligned",
 1299 "anyhow",
 1300 "arg_enum_proc_macro",
 1301 "arrayvec",
 1302 "log",
 1303 "num-rational",
 1304 "num-traits",
 1305 "pastey",
 1306 "rayon",
 1307 "thiserror 2.0.17",
 1308 "v_frame",
 1309 "y4m",
 1310]
 1311
 1312[[package]]
 1313name = "av1-grain"
 1314version = "0.2.4"
 1315source = "registry+https://github.com/rust-lang/crates.io-index"
 1316checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1317dependencies = [
 1318 "anyhow",
 1319 "arrayvec",
 1320 "log",
 1321 "nom 7.1.3",
 1322 "num-rational",
 1323 "v_frame",
 1324]
 1325
 1326[[package]]
 1327name = "avif-serialize"
 1328version = "0.8.6"
 1329source = "registry+https://github.com/rust-lang/crates.io-index"
 1330checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1331dependencies = [
 1332 "arrayvec",
 1333]
 1334
 1335[[package]]
 1336name = "aws-config"
 1337version = "1.8.10"
 1338source = "registry+https://github.com/rust-lang/crates.io-index"
 1339checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1340dependencies = [
 1341 "aws-credential-types",
 1342 "aws-runtime",
 1343 "aws-sdk-sso",
 1344 "aws-sdk-ssooidc",
 1345 "aws-sdk-sts",
 1346 "aws-smithy-async",
 1347 "aws-smithy-http",
 1348 "aws-smithy-json",
 1349 "aws-smithy-runtime",
 1350 "aws-smithy-runtime-api",
 1351 "aws-smithy-types",
 1352 "aws-types",
 1353 "bytes 1.11.1",
 1354 "fastrand 2.3.0",
 1355 "hex",
 1356 "http 1.3.1",
 1357 "ring",
 1358 "time",
 1359 "tokio",
 1360 "tracing",
 1361 "url",
 1362 "zeroize",
 1363]
 1364
 1365[[package]]
 1366name = "aws-credential-types"
 1367version = "1.2.10"
 1368source = "registry+https://github.com/rust-lang/crates.io-index"
 1369checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1370dependencies = [
 1371 "aws-smithy-async",
 1372 "aws-smithy-runtime-api",
 1373 "aws-smithy-types",
 1374 "zeroize",
 1375]
 1376
 1377[[package]]
 1378name = "aws-lc-rs"
 1379version = "1.15.4"
 1380source = "registry+https://github.com/rust-lang/crates.io-index"
 1381checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1382dependencies = [
 1383 "aws-lc-sys",
 1384 "untrusted 0.7.1",
 1385 "zeroize",
 1386]
 1387
 1388[[package]]
 1389name = "aws-lc-sys"
 1390version = "0.37.0"
 1391source = "registry+https://github.com/rust-lang/crates.io-index"
 1392checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1393dependencies = [
 1394 "cc",
 1395 "cmake",
 1396 "dunce",
 1397 "fs_extra",
 1398]
 1399
 1400[[package]]
 1401name = "aws-runtime"
 1402version = "1.5.16"
 1403source = "registry+https://github.com/rust-lang/crates.io-index"
 1404checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1405dependencies = [
 1406 "aws-credential-types",
 1407 "aws-sigv4",
 1408 "aws-smithy-async",
 1409 "aws-smithy-eventstream",
 1410 "aws-smithy-http",
 1411 "aws-smithy-runtime",
 1412 "aws-smithy-runtime-api",
 1413 "aws-smithy-types",
 1414 "aws-types",
 1415 "bytes 1.11.1",
 1416 "fastrand 2.3.0",
 1417 "http 0.2.12",
 1418 "http-body 0.4.6",
 1419 "percent-encoding",
 1420 "pin-project-lite",
 1421 "tracing",
 1422 "uuid",
 1423]
 1424
 1425[[package]]
 1426name = "aws-sdk-bedrockruntime"
 1427version = "1.113.0"
 1428source = "registry+https://github.com/rust-lang/crates.io-index"
 1429checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1430dependencies = [
 1431 "aws-credential-types",
 1432 "aws-runtime",
 1433 "aws-sigv4",
 1434 "aws-smithy-async",
 1435 "aws-smithy-eventstream",
 1436 "aws-smithy-http",
 1437 "aws-smithy-json",
 1438 "aws-smithy-runtime",
 1439 "aws-smithy-runtime-api",
 1440 "aws-smithy-types",
 1441 "aws-types",
 1442 "bytes 1.11.1",
 1443 "fastrand 2.3.0",
 1444 "http 0.2.12",
 1445 "hyper 0.14.32",
 1446 "regex-lite",
 1447 "tracing",
 1448]
 1449
 1450[[package]]
 1451name = "aws-sdk-kinesis"
 1452version = "1.95.0"
 1453source = "registry+https://github.com/rust-lang/crates.io-index"
 1454checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1455dependencies = [
 1456 "aws-credential-types",
 1457 "aws-runtime",
 1458 "aws-smithy-async",
 1459 "aws-smithy-eventstream",
 1460 "aws-smithy-http",
 1461 "aws-smithy-json",
 1462 "aws-smithy-runtime",
 1463 "aws-smithy-runtime-api",
 1464 "aws-smithy-types",
 1465 "aws-types",
 1466 "bytes 1.11.1",
 1467 "fastrand 2.3.0",
 1468 "http 0.2.12",
 1469 "regex-lite",
 1470 "tracing",
 1471]
 1472
 1473[[package]]
 1474name = "aws-sdk-s3"
 1475version = "1.112.0"
 1476source = "registry+https://github.com/rust-lang/crates.io-index"
 1477checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1478dependencies = [
 1479 "aws-credential-types",
 1480 "aws-runtime",
 1481 "aws-sigv4",
 1482 "aws-smithy-async",
 1483 "aws-smithy-checksums",
 1484 "aws-smithy-eventstream",
 1485 "aws-smithy-http",
 1486 "aws-smithy-json",
 1487 "aws-smithy-runtime",
 1488 "aws-smithy-runtime-api",
 1489 "aws-smithy-types",
 1490 "aws-smithy-xml",
 1491 "aws-types",
 1492 "bytes 1.11.1",
 1493 "fastrand 2.3.0",
 1494 "hex",
 1495 "hmac",
 1496 "http 0.2.12",
 1497 "http 1.3.1",
 1498 "http-body 0.4.6",
 1499 "lru",
 1500 "percent-encoding",
 1501 "regex-lite",
 1502 "sha2",
 1503 "tracing",
 1504 "url",
 1505]
 1506
 1507[[package]]
 1508name = "aws-sdk-sso"
 1509version = "1.88.0"
 1510source = "registry+https://github.com/rust-lang/crates.io-index"
 1511checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1512dependencies = [
 1513 "aws-credential-types",
 1514 "aws-runtime",
 1515 "aws-smithy-async",
 1516 "aws-smithy-http",
 1517 "aws-smithy-json",
 1518 "aws-smithy-runtime",
 1519 "aws-smithy-runtime-api",
 1520 "aws-smithy-types",
 1521 "aws-types",
 1522 "bytes 1.11.1",
 1523 "fastrand 2.3.0",
 1524 "http 0.2.12",
 1525 "regex-lite",
 1526 "tracing",
 1527]
 1528
 1529[[package]]
 1530name = "aws-sdk-ssooidc"
 1531version = "1.90.0"
 1532source = "registry+https://github.com/rust-lang/crates.io-index"
 1533checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1534dependencies = [
 1535 "aws-credential-types",
 1536 "aws-runtime",
 1537 "aws-smithy-async",
 1538 "aws-smithy-http",
 1539 "aws-smithy-json",
 1540 "aws-smithy-runtime",
 1541 "aws-smithy-runtime-api",
 1542 "aws-smithy-types",
 1543 "aws-types",
 1544 "bytes 1.11.1",
 1545 "fastrand 2.3.0",
 1546 "http 0.2.12",
 1547 "regex-lite",
 1548 "tracing",
 1549]
 1550
 1551[[package]]
 1552name = "aws-sdk-sts"
 1553version = "1.90.0"
 1554source = "registry+https://github.com/rust-lang/crates.io-index"
 1555checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1556dependencies = [
 1557 "aws-credential-types",
 1558 "aws-runtime",
 1559 "aws-smithy-async",
 1560 "aws-smithy-http",
 1561 "aws-smithy-json",
 1562 "aws-smithy-query",
 1563 "aws-smithy-runtime",
 1564 "aws-smithy-runtime-api",
 1565 "aws-smithy-types",
 1566 "aws-smithy-xml",
 1567 "aws-types",
 1568 "fastrand 2.3.0",
 1569 "http 0.2.12",
 1570 "regex-lite",
 1571 "tracing",
 1572]
 1573
 1574[[package]]
 1575name = "aws-sigv4"
 1576version = "1.3.6"
 1577source = "registry+https://github.com/rust-lang/crates.io-index"
 1578checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1579dependencies = [
 1580 "aws-credential-types",
 1581 "aws-smithy-eventstream",
 1582 "aws-smithy-http",
 1583 "aws-smithy-runtime-api",
 1584 "aws-smithy-types",
 1585 "bytes 1.11.1",
 1586 "crypto-bigint 0.5.5",
 1587 "form_urlencoded",
 1588 "hex",
 1589 "hmac",
 1590 "http 0.2.12",
 1591 "http 1.3.1",
 1592 "p256",
 1593 "percent-encoding",
 1594 "ring",
 1595 "sha2",
 1596 "subtle",
 1597 "time",
 1598 "tracing",
 1599 "zeroize",
 1600]
 1601
 1602[[package]]
 1603name = "aws-smithy-async"
 1604version = "1.2.6"
 1605source = "registry+https://github.com/rust-lang/crates.io-index"
 1606checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1607dependencies = [
 1608 "futures-util",
 1609 "pin-project-lite",
 1610 "tokio",
 1611]
 1612
 1613[[package]]
 1614name = "aws-smithy-checksums"
 1615version = "0.63.11"
 1616source = "registry+https://github.com/rust-lang/crates.io-index"
 1617checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1618dependencies = [
 1619 "aws-smithy-http",
 1620 "aws-smithy-types",
 1621 "bytes 1.11.1",
 1622 "crc-fast",
 1623 "hex",
 1624 "http 0.2.12",
 1625 "http-body 0.4.6",
 1626 "md-5",
 1627 "pin-project-lite",
 1628 "sha1",
 1629 "sha2",
 1630 "tracing",
 1631]
 1632
 1633[[package]]
 1634name = "aws-smithy-eventstream"
 1635version = "0.60.13"
 1636source = "registry+https://github.com/rust-lang/crates.io-index"
 1637checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1638dependencies = [
 1639 "aws-smithy-types",
 1640 "bytes 1.11.1",
 1641 "crc32fast",
 1642]
 1643
 1644[[package]]
 1645name = "aws-smithy-http"
 1646version = "0.62.5"
 1647source = "registry+https://github.com/rust-lang/crates.io-index"
 1648checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1649dependencies = [
 1650 "aws-smithy-eventstream",
 1651 "aws-smithy-runtime-api",
 1652 "aws-smithy-types",
 1653 "bytes 1.11.1",
 1654 "bytes-utils",
 1655 "futures-core",
 1656 "futures-util",
 1657 "http 0.2.12",
 1658 "http 1.3.1",
 1659 "http-body 0.4.6",
 1660 "percent-encoding",
 1661 "pin-project-lite",
 1662 "pin-utils",
 1663 "tracing",
 1664]
 1665
 1666[[package]]
 1667name = "aws-smithy-http-client"
 1668version = "1.1.4"
 1669source = "registry+https://github.com/rust-lang/crates.io-index"
 1670checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1671dependencies = [
 1672 "aws-smithy-async",
 1673 "aws-smithy-runtime-api",
 1674 "aws-smithy-types",
 1675 "h2 0.3.27",
 1676 "h2 0.4.12",
 1677 "http 0.2.12",
 1678 "http 1.3.1",
 1679 "http-body 0.4.6",
 1680 "hyper 0.14.32",
 1681 "hyper 1.7.0",
 1682 "hyper-rustls 0.24.2",
 1683 "hyper-rustls 0.27.7",
 1684 "hyper-util",
 1685 "pin-project-lite",
 1686 "rustls 0.21.12",
 1687 "rustls 0.23.33",
 1688 "rustls-native-certs 0.8.2",
 1689 "rustls-pki-types",
 1690 "tokio",
 1691 "tokio-rustls 0.26.2",
 1692 "tower 0.5.2",
 1693 "tracing",
 1694]
 1695
 1696[[package]]
 1697name = "aws-smithy-json"
 1698version = "0.61.7"
 1699source = "registry+https://github.com/rust-lang/crates.io-index"
 1700checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1701dependencies = [
 1702 "aws-smithy-types",
 1703]
 1704
 1705[[package]]
 1706name = "aws-smithy-observability"
 1707version = "0.1.4"
 1708source = "registry+https://github.com/rust-lang/crates.io-index"
 1709checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1710dependencies = [
 1711 "aws-smithy-runtime-api",
 1712]
 1713
 1714[[package]]
 1715name = "aws-smithy-query"
 1716version = "0.60.8"
 1717source = "registry+https://github.com/rust-lang/crates.io-index"
 1718checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1719dependencies = [
 1720 "aws-smithy-types",
 1721 "urlencoding",
 1722]
 1723
 1724[[package]]
 1725name = "aws-smithy-runtime"
 1726version = "1.9.4"
 1727source = "registry+https://github.com/rust-lang/crates.io-index"
 1728checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1729dependencies = [
 1730 "aws-smithy-async",
 1731 "aws-smithy-http",
 1732 "aws-smithy-http-client",
 1733 "aws-smithy-observability",
 1734 "aws-smithy-runtime-api",
 1735 "aws-smithy-types",
 1736 "bytes 1.11.1",
 1737 "fastrand 2.3.0",
 1738 "http 0.2.12",
 1739 "http 1.3.1",
 1740 "http-body 0.4.6",
 1741 "http-body 1.0.1",
 1742 "pin-project-lite",
 1743 "pin-utils",
 1744 "tokio",
 1745 "tracing",
 1746]
 1747
 1748[[package]]
 1749name = "aws-smithy-runtime-api"
 1750version = "1.9.2"
 1751source = "registry+https://github.com/rust-lang/crates.io-index"
 1752checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1753dependencies = [
 1754 "aws-smithy-async",
 1755 "aws-smithy-types",
 1756 "bytes 1.11.1",
 1757 "http 0.2.12",
 1758 "http 1.3.1",
 1759 "pin-project-lite",
 1760 "tokio",
 1761 "tracing",
 1762 "zeroize",
 1763]
 1764
 1765[[package]]
 1766name = "aws-smithy-types"
 1767version = "1.3.4"
 1768source = "registry+https://github.com/rust-lang/crates.io-index"
 1769checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1770dependencies = [
 1771 "base64-simd",
 1772 "bytes 1.11.1",
 1773 "bytes-utils",
 1774 "futures-core",
 1775 "http 0.2.12",
 1776 "http 1.3.1",
 1777 "http-body 0.4.6",
 1778 "http-body 1.0.1",
 1779 "http-body-util",
 1780 "itoa",
 1781 "num-integer",
 1782 "pin-project-lite",
 1783 "pin-utils",
 1784 "ryu",
 1785 "serde",
 1786 "time",
 1787 "tokio",
 1788 "tokio-util",
 1789]
 1790
 1791[[package]]
 1792name = "aws-smithy-xml"
 1793version = "0.60.12"
 1794source = "registry+https://github.com/rust-lang/crates.io-index"
 1795checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1796dependencies = [
 1797 "xmlparser",
 1798]
 1799
 1800[[package]]
 1801name = "aws-types"
 1802version = "1.3.10"
 1803source = "registry+https://github.com/rust-lang/crates.io-index"
 1804checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1805dependencies = [
 1806 "aws-credential-types",
 1807 "aws-smithy-async",
 1808 "aws-smithy-runtime-api",
 1809 "aws-smithy-types",
 1810 "rustc_version",
 1811 "tracing",
 1812]
 1813
 1814[[package]]
 1815name = "aws_http_client"
 1816version = "0.1.0"
 1817dependencies = [
 1818 "aws-smithy-runtime-api",
 1819 "aws-smithy-types",
 1820 "http_client",
 1821]
 1822
 1823[[package]]
 1824name = "axum"
 1825version = "0.6.20"
 1826source = "registry+https://github.com/rust-lang/crates.io-index"
 1827checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1828dependencies = [
 1829 "async-trait",
 1830 "axum-core",
 1831 "base64 0.21.7",
 1832 "bitflags 1.3.2",
 1833 "bytes 1.11.1",
 1834 "futures-util",
 1835 "headers",
 1836 "http 0.2.12",
 1837 "http-body 0.4.6",
 1838 "hyper 0.14.32",
 1839 "itoa",
 1840 "matchit",
 1841 "memchr",
 1842 "mime",
 1843 "percent-encoding",
 1844 "pin-project-lite",
 1845 "rustversion",
 1846 "serde",
 1847 "serde_json",
 1848 "serde_path_to_error",
 1849 "serde_urlencoded",
 1850 "sha1",
 1851 "sync_wrapper 0.1.2",
 1852 "tokio",
 1853 "tokio-tungstenite 0.20.1",
 1854 "tower 0.4.13",
 1855 "tower-layer",
 1856 "tower-service",
 1857]
 1858
 1859[[package]]
 1860name = "axum-core"
 1861version = "0.3.4"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1864dependencies = [
 1865 "async-trait",
 1866 "bytes 1.11.1",
 1867 "futures-util",
 1868 "http 0.2.12",
 1869 "http-body 0.4.6",
 1870 "mime",
 1871 "rustversion",
 1872 "tower-layer",
 1873 "tower-service",
 1874]
 1875
 1876[[package]]
 1877name = "backtrace"
 1878version = "0.3.76"
 1879source = "registry+https://github.com/rust-lang/crates.io-index"
 1880checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1881dependencies = [
 1882 "addr2line",
 1883 "cfg-if",
 1884 "libc",
 1885 "miniz_oxide",
 1886 "object",
 1887 "rustc-demangle",
 1888 "windows-link 0.2.1",
 1889]
 1890
 1891[[package]]
 1892name = "base16ct"
 1893version = "0.1.1"
 1894source = "registry+https://github.com/rust-lang/crates.io-index"
 1895checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1896
 1897[[package]]
 1898name = "base64"
 1899version = "0.21.7"
 1900source = "registry+https://github.com/rust-lang/crates.io-index"
 1901checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1902
 1903[[package]]
 1904name = "base64"
 1905version = "0.22.1"
 1906source = "registry+https://github.com/rust-lang/crates.io-index"
 1907checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1908
 1909[[package]]
 1910name = "base64-simd"
 1911version = "0.8.0"
 1912source = "registry+https://github.com/rust-lang/crates.io-index"
 1913checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1914dependencies = [
 1915 "outref",
 1916 "vsimd",
 1917]
 1918
 1919[[package]]
 1920name = "base64ct"
 1921version = "1.8.0"
 1922source = "registry+https://github.com/rust-lang/crates.io-index"
 1923checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1924
 1925[[package]]
 1926name = "bedrock"
 1927version = "0.1.0"
 1928dependencies = [
 1929 "anyhow",
 1930 "aws-sdk-bedrockruntime",
 1931 "aws-smithy-types",
 1932 "futures 0.3.32",
 1933 "schemars",
 1934 "serde",
 1935 "serde_json",
 1936 "strum 0.27.2",
 1937 "thiserror 2.0.17",
 1938]
 1939
 1940[[package]]
 1941name = "bigdecimal"
 1942version = "0.4.8"
 1943source = "registry+https://github.com/rust-lang/crates.io-index"
 1944checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1945dependencies = [
 1946 "autocfg",
 1947 "libm",
 1948 "num-bigint",
 1949 "num-integer",
 1950 "num-traits",
 1951 "serde",
 1952]
 1953
 1954[[package]]
 1955name = "bincode"
 1956version = "1.3.3"
 1957source = "registry+https://github.com/rust-lang/crates.io-index"
 1958checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1959dependencies = [
 1960 "serde",
 1961]
 1962
 1963[[package]]
 1964name = "bindgen"
 1965version = "0.71.1"
 1966source = "registry+https://github.com/rust-lang/crates.io-index"
 1967checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1968dependencies = [
 1969 "bitflags 2.10.0",
 1970 "cexpr",
 1971 "clang-sys",
 1972 "itertools 0.10.5",
 1973 "log",
 1974 "prettyplease",
 1975 "proc-macro2",
 1976 "quote",
 1977 "regex",
 1978 "rustc-hash 2.1.1",
 1979 "shlex",
 1980 "syn 2.0.117",
 1981]
 1982
 1983[[package]]
 1984name = "bindgen"
 1985version = "0.72.1"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1988dependencies = [
 1989 "bitflags 2.10.0",
 1990 "cexpr",
 1991 "clang-sys",
 1992 "itertools 0.10.5",
 1993 "proc-macro2",
 1994 "quote",
 1995 "regex",
 1996 "rustc-hash 2.1.1",
 1997 "shlex",
 1998 "syn 2.0.117",
 1999]
 2000
 2001[[package]]
 2002name = "bit-set"
 2003version = "0.8.0"
 2004source = "registry+https://github.com/rust-lang/crates.io-index"
 2005checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2006dependencies = [
 2007 "bit-vec 0.8.0",
 2008]
 2009
 2010[[package]]
 2011name = "bit-set"
 2012version = "0.9.1"
 2013source = "registry+https://github.com/rust-lang/crates.io-index"
 2014checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2015dependencies = [
 2016 "bit-vec 0.9.1",
 2017]
 2018
 2019[[package]]
 2020name = "bit-vec"
 2021version = "0.8.0"
 2022source = "registry+https://github.com/rust-lang/crates.io-index"
 2023checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2024
 2025[[package]]
 2026name = "bit-vec"
 2027version = "0.9.1"
 2028source = "registry+https://github.com/rust-lang/crates.io-index"
 2029checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2030
 2031[[package]]
 2032name = "bit_field"
 2033version = "0.10.3"
 2034source = "registry+https://github.com/rust-lang/crates.io-index"
 2035checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2036
 2037[[package]]
 2038name = "bitflags"
 2039version = "1.3.2"
 2040source = "registry+https://github.com/rust-lang/crates.io-index"
 2041checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2042
 2043[[package]]
 2044name = "bitflags"
 2045version = "2.10.0"
 2046source = "registry+https://github.com/rust-lang/crates.io-index"
 2047checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2048dependencies = [
 2049 "serde_core",
 2050]
 2051
 2052[[package]]
 2053name = "bitstream-io"
 2054version = "4.9.0"
 2055source = "registry+https://github.com/rust-lang/crates.io-index"
 2056checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
 2057dependencies = [
 2058 "core2",
 2059]
 2060
 2061[[package]]
 2062name = "bitvec"
 2063version = "1.0.1"
 2064source = "registry+https://github.com/rust-lang/crates.io-index"
 2065checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2066dependencies = [
 2067 "funty",
 2068 "radium",
 2069 "tap",
 2070 "wyz",
 2071]
 2072
 2073[[package]]
 2074name = "block"
 2075version = "0.1.6"
 2076source = "registry+https://github.com/rust-lang/crates.io-index"
 2077checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2078
 2079[[package]]
 2080name = "block-buffer"
 2081version = "0.10.4"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2084dependencies = [
 2085 "generic-array",
 2086]
 2087
 2088[[package]]
 2089name = "block-padding"
 2090version = "0.3.3"
 2091source = "registry+https://github.com/rust-lang/crates.io-index"
 2092checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2093dependencies = [
 2094 "generic-array",
 2095]
 2096
 2097[[package]]
 2098name = "block2"
 2099version = "0.6.2"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2102dependencies = [
 2103 "objc2",
 2104]
 2105
 2106[[package]]
 2107name = "blocking"
 2108version = "1.6.2"
 2109source = "registry+https://github.com/rust-lang/crates.io-index"
 2110checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2111dependencies = [
 2112 "async-channel 2.5.0",
 2113 "async-task",
 2114 "futures-io",
 2115 "futures-lite 2.6.1",
 2116 "piper",
 2117]
 2118
 2119[[package]]
 2120name = "bmrng"
 2121version = "0.5.2"
 2122source = "registry+https://github.com/rust-lang/crates.io-index"
 2123checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2124dependencies = [
 2125 "futures-core",
 2126 "tokio",
 2127]
 2128
 2129[[package]]
 2130name = "bon"
 2131version = "3.8.2"
 2132source = "registry+https://github.com/rust-lang/crates.io-index"
 2133checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2134dependencies = [
 2135 "bon-macros",
 2136 "rustversion",
 2137]
 2138
 2139[[package]]
 2140name = "bon-macros"
 2141version = "3.8.2"
 2142source = "registry+https://github.com/rust-lang/crates.io-index"
 2143checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2144dependencies = [
 2145 "darling 0.21.3",
 2146 "ident_case",
 2147 "prettyplease",
 2148 "proc-macro2",
 2149 "quote",
 2150 "rustversion",
 2151 "syn 2.0.117",
 2152]
 2153
 2154[[package]]
 2155name = "borrow-or-share"
 2156version = "0.2.4"
 2157source = "registry+https://github.com/rust-lang/crates.io-index"
 2158checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2159
 2160[[package]]
 2161name = "borsh"
 2162version = "1.5.7"
 2163source = "registry+https://github.com/rust-lang/crates.io-index"
 2164checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2165dependencies = [
 2166 "borsh-derive",
 2167 "cfg_aliases 0.2.1",
 2168]
 2169
 2170[[package]]
 2171name = "borsh-derive"
 2172version = "1.5.7"
 2173source = "registry+https://github.com/rust-lang/crates.io-index"
 2174checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2175dependencies = [
 2176 "once_cell",
 2177 "proc-macro-crate",
 2178 "proc-macro2",
 2179 "quote",
 2180 "syn 2.0.117",
 2181]
 2182
 2183[[package]]
 2184name = "breadcrumbs"
 2185version = "0.1.0"
 2186dependencies = [
 2187 "gpui",
 2188 "ui",
 2189 "workspace",
 2190]
 2191
 2192[[package]]
 2193name = "brush-parser"
 2194version = "0.3.0"
 2195source = "registry+https://github.com/rust-lang/crates.io-index"
 2196checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2197dependencies = [
 2198 "bon",
 2199 "cached",
 2200 "indenter",
 2201 "peg",
 2202 "thiserror 2.0.17",
 2203 "tracing",
 2204 "utf8-chars",
 2205]
 2206
 2207[[package]]
 2208name = "bstr"
 2209version = "1.12.0"
 2210source = "registry+https://github.com/rust-lang/crates.io-index"
 2211checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2212dependencies = [
 2213 "memchr",
 2214 "regex-automata",
 2215 "serde",
 2216]
 2217
 2218[[package]]
 2219name = "buffer_diff"
 2220version = "0.1.0"
 2221dependencies = [
 2222 "clock",
 2223 "ctor",
 2224 "futures 0.3.32",
 2225 "git2",
 2226 "gpui",
 2227 "language",
 2228 "log",
 2229 "pretty_assertions",
 2230 "rand 0.9.3",
 2231 "rope",
 2232 "settings",
 2233 "sum_tree",
 2234 "text",
 2235 "tracing",
 2236 "unindent",
 2237 "util",
 2238 "zlog",
 2239 "ztracing",
 2240]
 2241
 2242[[package]]
 2243name = "built"
 2244version = "0.8.0"
 2245source = "registry+https://github.com/rust-lang/crates.io-index"
 2246checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
 2247
 2248[[package]]
 2249name = "bumpalo"
 2250version = "3.19.0"
 2251source = "registry+https://github.com/rust-lang/crates.io-index"
 2252checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2253dependencies = [
 2254 "allocator-api2",
 2255]
 2256
 2257[[package]]
 2258name = "by_address"
 2259version = "1.2.1"
 2260source = "registry+https://github.com/rust-lang/crates.io-index"
 2261checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2262
 2263[[package]]
 2264name = "bytecheck"
 2265version = "0.6.12"
 2266source = "registry+https://github.com/rust-lang/crates.io-index"
 2267checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2268dependencies = [
 2269 "bytecheck_derive",
 2270 "ptr_meta",
 2271 "simdutf8",
 2272]
 2273
 2274[[package]]
 2275name = "bytecheck_derive"
 2276version = "0.6.12"
 2277source = "registry+https://github.com/rust-lang/crates.io-index"
 2278checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2279dependencies = [
 2280 "proc-macro2",
 2281 "quote",
 2282 "syn 1.0.109",
 2283]
 2284
 2285[[package]]
 2286name = "bytecount"
 2287version = "0.6.9"
 2288source = "registry+https://github.com/rust-lang/crates.io-index"
 2289checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2290
 2291[[package]]
 2292name = "bytemuck"
 2293version = "1.24.0"
 2294source = "registry+https://github.com/rust-lang/crates.io-index"
 2295checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2296dependencies = [
 2297 "bytemuck_derive",
 2298]
 2299
 2300[[package]]
 2301name = "bytemuck_derive"
 2302version = "1.10.2"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2305dependencies = [
 2306 "proc-macro2",
 2307 "quote",
 2308 "syn 2.0.117",
 2309]
 2310
 2311[[package]]
 2312name = "byteorder"
 2313version = "1.5.0"
 2314source = "registry+https://github.com/rust-lang/crates.io-index"
 2315checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2316
 2317[[package]]
 2318name = "byteorder-lite"
 2319version = "0.1.0"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2322
 2323[[package]]
 2324name = "bytes"
 2325version = "0.4.12"
 2326source = "registry+https://github.com/rust-lang/crates.io-index"
 2327checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2328dependencies = [
 2329 "byteorder",
 2330 "iovec",
 2331]
 2332
 2333[[package]]
 2334name = "bytes"
 2335version = "1.11.1"
 2336source = "registry+https://github.com/rust-lang/crates.io-index"
 2337checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2338
 2339[[package]]
 2340name = "bytes-utils"
 2341version = "0.1.4"
 2342source = "registry+https://github.com/rust-lang/crates.io-index"
 2343checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2344dependencies = [
 2345 "bytes 1.11.1",
 2346 "either",
 2347]
 2348
 2349[[package]]
 2350name = "bzip2"
 2351version = "0.4.4"
 2352source = "registry+https://github.com/rust-lang/crates.io-index"
 2353checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2354dependencies = [
 2355 "bzip2-sys",
 2356 "libc",
 2357]
 2358
 2359[[package]]
 2360name = "bzip2"
 2361version = "0.6.1"
 2362source = "registry+https://github.com/rust-lang/crates.io-index"
 2363checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2364dependencies = [
 2365 "libbz2-rs-sys",
 2366]
 2367
 2368[[package]]
 2369name = "bzip2-sys"
 2370version = "0.1.13+1.0.8"
 2371source = "registry+https://github.com/rust-lang/crates.io-index"
 2372checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2373dependencies = [
 2374 "cc",
 2375 "pkg-config",
 2376]
 2377
 2378[[package]]
 2379name = "cached"
 2380version = "0.56.0"
 2381source = "registry+https://github.com/rust-lang/crates.io-index"
 2382checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2383dependencies = [
 2384 "ahash 0.8.12",
 2385 "cached_proc_macro",
 2386 "cached_proc_macro_types",
 2387 "hashbrown 0.15.5",
 2388 "once_cell",
 2389 "thiserror 2.0.17",
 2390 "web-time",
 2391]
 2392
 2393[[package]]
 2394name = "cached_proc_macro"
 2395version = "0.25.0"
 2396source = "registry+https://github.com/rust-lang/crates.io-index"
 2397checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2398dependencies = [
 2399 "darling 0.20.11",
 2400 "proc-macro2",
 2401 "quote",
 2402 "syn 2.0.117",
 2403]
 2404
 2405[[package]]
 2406name = "cached_proc_macro_types"
 2407version = "0.1.1"
 2408source = "registry+https://github.com/rust-lang/crates.io-index"
 2409checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2410
 2411[[package]]
 2412name = "call"
 2413version = "0.1.0"
 2414dependencies = [
 2415 "anyhow",
 2416 "audio",
 2417 "client",
 2418 "collections",
 2419 "feature_flags",
 2420 "fs",
 2421 "futures 0.3.32",
 2422 "gpui",
 2423 "gpui_tokio",
 2424 "language",
 2425 "livekit_client",
 2426 "log",
 2427 "postage",
 2428 "project",
 2429 "serde",
 2430 "settings",
 2431 "telemetry",
 2432 "util",
 2433 "workspace",
 2434]
 2435
 2436[[package]]
 2437name = "calloop"
 2438version = "0.14.3"
 2439source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2440dependencies = [
 2441 "bitflags 2.10.0",
 2442 "polling",
 2443 "rustix 1.1.2",
 2444 "slab",
 2445 "tracing",
 2446]
 2447
 2448[[package]]
 2449name = "calloop-wayland-source"
 2450version = "0.4.1"
 2451source = "registry+https://github.com/rust-lang/crates.io-index"
 2452checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2453dependencies = [
 2454 "calloop",
 2455 "rustix 1.1.2",
 2456 "wayland-backend",
 2457 "wayland-client",
 2458]
 2459
 2460[[package]]
 2461name = "camino"
 2462version = "1.2.1"
 2463source = "registry+https://github.com/rust-lang/crates.io-index"
 2464checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2465dependencies = [
 2466 "serde_core",
 2467]
 2468
 2469[[package]]
 2470name = "candle-core"
 2471version = "0.9.1"
 2472source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2473dependencies = [
 2474 "byteorder",
 2475 "float8",
 2476 "gemm 0.17.1",
 2477 "half",
 2478 "memmap2",
 2479 "num-traits",
 2480 "num_cpus",
 2481 "rand 0.9.3",
 2482 "rand_distr",
 2483 "rayon",
 2484 "safetensors",
 2485 "thiserror 1.0.69",
 2486 "ug",
 2487 "yoke 0.7.5",
 2488 "zip 1.1.4",
 2489]
 2490
 2491[[package]]
 2492name = "candle-nn"
 2493version = "0.9.1"
 2494source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2495dependencies = [
 2496 "candle-core",
 2497 "half",
 2498 "libc",
 2499 "num-traits",
 2500 "rayon",
 2501 "safetensors",
 2502 "serde",
 2503 "thiserror 1.0.69",
 2504]
 2505
 2506[[package]]
 2507name = "candle-onnx"
 2508version = "0.9.1"
 2509source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2510dependencies = [
 2511 "candle-core",
 2512 "candle-nn",
 2513 "prost 0.12.6",
 2514]
 2515
 2516[[package]]
 2517name = "cap-fs-ext"
 2518version = "3.4.4"
 2519source = "registry+https://github.com/rust-lang/crates.io-index"
 2520checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2521dependencies = [
 2522 "cap-primitives",
 2523 "cap-std",
 2524 "io-lifetimes",
 2525 "windows-sys 0.59.0",
 2526]
 2527
 2528[[package]]
 2529name = "cap-net-ext"
 2530version = "3.4.4"
 2531source = "registry+https://github.com/rust-lang/crates.io-index"
 2532checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2533dependencies = [
 2534 "cap-primitives",
 2535 "cap-std",
 2536 "rustix 1.1.2",
 2537 "smallvec",
 2538]
 2539
 2540[[package]]
 2541name = "cap-primitives"
 2542version = "3.4.4"
 2543source = "registry+https://github.com/rust-lang/crates.io-index"
 2544checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2545dependencies = [
 2546 "ambient-authority",
 2547 "fs-set-times",
 2548 "io-extras",
 2549 "io-lifetimes",
 2550 "ipnet",
 2551 "maybe-owned",
 2552 "rustix 1.1.2",
 2553 "rustix-linux-procfs",
 2554 "windows-sys 0.59.0",
 2555 "winx",
 2556]
 2557
 2558[[package]]
 2559name = "cap-rand"
 2560version = "3.4.4"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2563dependencies = [
 2564 "ambient-authority",
 2565 "rand 0.8.5",
 2566]
 2567
 2568[[package]]
 2569name = "cap-std"
 2570version = "3.4.4"
 2571source = "registry+https://github.com/rust-lang/crates.io-index"
 2572checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2573dependencies = [
 2574 "cap-primitives",
 2575 "io-extras",
 2576 "io-lifetimes",
 2577 "rustix 1.1.2",
 2578]
 2579
 2580[[package]]
 2581name = "cap-time-ext"
 2582version = "3.4.4"
 2583source = "registry+https://github.com/rust-lang/crates.io-index"
 2584checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2585dependencies = [
 2586 "ambient-authority",
 2587 "cap-primitives",
 2588 "iana-time-zone",
 2589 "once_cell",
 2590 "rustix 1.1.2",
 2591 "winx",
 2592]
 2593
 2594[[package]]
 2595name = "cargo-platform"
 2596version = "0.1.9"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2599dependencies = [
 2600 "serde",
 2601]
 2602
 2603[[package]]
 2604name = "cargo-platform"
 2605version = "0.3.2"
 2606source = "registry+https://github.com/rust-lang/crates.io-index"
 2607checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2608dependencies = [
 2609 "serde",
 2610 "serde_core",
 2611]
 2612
 2613[[package]]
 2614name = "cargo_metadata"
 2615version = "0.19.2"
 2616source = "registry+https://github.com/rust-lang/crates.io-index"
 2617checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2618dependencies = [
 2619 "camino",
 2620 "cargo-platform 0.1.9",
 2621 "semver",
 2622 "serde",
 2623 "serde_json",
 2624 "thiserror 2.0.17",
 2625]
 2626
 2627[[package]]
 2628name = "cargo_metadata"
 2629version = "0.23.1"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2632dependencies = [
 2633 "camino",
 2634 "cargo-platform 0.3.2",
 2635 "semver",
 2636 "serde",
 2637 "serde_json",
 2638 "thiserror 2.0.17",
 2639]
 2640
 2641[[package]]
 2642name = "cargo_toml"
 2643version = "0.21.0"
 2644source = "registry+https://github.com/rust-lang/crates.io-index"
 2645checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2646dependencies = [
 2647 "serde",
 2648 "toml 0.8.23",
 2649]
 2650
 2651[[package]]
 2652name = "cast"
 2653version = "0.3.0"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2656
 2657[[package]]
 2658name = "cbc"
 2659version = "0.1.2"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2662dependencies = [
 2663 "cipher",
 2664]
 2665
 2666[[package]]
 2667name = "cbindgen"
 2668version = "0.28.0"
 2669source = "registry+https://github.com/rust-lang/crates.io-index"
 2670checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2671dependencies = [
 2672 "heck 0.4.1",
 2673 "indexmap",
 2674 "log",
 2675 "proc-macro2",
 2676 "quote",
 2677 "serde",
 2678 "serde_json",
 2679 "syn 2.0.117",
 2680 "tempfile",
 2681 "toml 0.8.23",
 2682]
 2683
 2684[[package]]
 2685name = "cc"
 2686version = "1.2.49"
 2687source = "registry+https://github.com/rust-lang/crates.io-index"
 2688checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2689dependencies = [
 2690 "find-msvc-tools",
 2691 "jobserver",
 2692 "libc",
 2693 "shlex",
 2694]
 2695
 2696[[package]]
 2697name = "cesu8"
 2698version = "1.1.0"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2701
 2702[[package]]
 2703name = "cexpr"
 2704version = "0.6.0"
 2705source = "registry+https://github.com/rust-lang/crates.io-index"
 2706checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2707dependencies = [
 2708 "nom 7.1.3",
 2709]
 2710
 2711[[package]]
 2712name = "cfg-expr"
 2713version = "0.20.6"
 2714source = "registry+https://github.com/rust-lang/crates.io-index"
 2715checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2716dependencies = [
 2717 "smallvec",
 2718 "target-lexicon",
 2719]
 2720
 2721[[package]]
 2722name = "cfg-if"
 2723version = "1.0.4"
 2724source = "registry+https://github.com/rust-lang/crates.io-index"
 2725checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2726
 2727[[package]]
 2728name = "cfg_aliases"
 2729version = "0.1.1"
 2730source = "registry+https://github.com/rust-lang/crates.io-index"
 2731checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2732
 2733[[package]]
 2734name = "cfg_aliases"
 2735version = "0.2.1"
 2736source = "registry+https://github.com/rust-lang/crates.io-index"
 2737checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2738
 2739[[package]]
 2740name = "cgl"
 2741version = "0.3.2"
 2742source = "registry+https://github.com/rust-lang/crates.io-index"
 2743checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2744dependencies = [
 2745 "libc",
 2746]
 2747
 2748[[package]]
 2749name = "channel"
 2750version = "0.1.0"
 2751dependencies = [
 2752 "anyhow",
 2753 "client",
 2754 "clock",
 2755 "collections",
 2756 "futures 0.3.32",
 2757 "gpui",
 2758 "http_client",
 2759 "language",
 2760 "log",
 2761 "postage",
 2762 "release_channel",
 2763 "rpc",
 2764 "semver",
 2765 "settings",
 2766 "text",
 2767 "time",
 2768 "util",
 2769]
 2770
 2771[[package]]
 2772name = "chardetng"
 2773version = "0.1.17"
 2774source = "registry+https://github.com/rust-lang/crates.io-index"
 2775checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2776dependencies = [
 2777 "cfg-if",
 2778 "encoding_rs",
 2779 "memchr",
 2780]
 2781
 2782[[package]]
 2783name = "chrono"
 2784version = "0.4.42"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2787dependencies = [
 2788 "iana-time-zone",
 2789 "js-sys",
 2790 "num-traits",
 2791 "serde",
 2792 "wasm-bindgen",
 2793 "windows-link 0.2.1",
 2794]
 2795
 2796[[package]]
 2797name = "chunked_transfer"
 2798version = "1.5.0"
 2799source = "registry+https://github.com/rust-lang/crates.io-index"
 2800checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2801
 2802[[package]]
 2803name = "ciborium"
 2804version = "0.2.2"
 2805source = "registry+https://github.com/rust-lang/crates.io-index"
 2806checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2807dependencies = [
 2808 "ciborium-io",
 2809 "ciborium-ll",
 2810 "serde",
 2811]
 2812
 2813[[package]]
 2814name = "ciborium-io"
 2815version = "0.2.2"
 2816source = "registry+https://github.com/rust-lang/crates.io-index"
 2817checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2818
 2819[[package]]
 2820name = "ciborium-ll"
 2821version = "0.2.2"
 2822source = "registry+https://github.com/rust-lang/crates.io-index"
 2823checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2824dependencies = [
 2825 "ciborium-io",
 2826 "half",
 2827]
 2828
 2829[[package]]
 2830name = "cipher"
 2831version = "0.4.4"
 2832source = "registry+https://github.com/rust-lang/crates.io-index"
 2833checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2834dependencies = [
 2835 "crypto-common",
 2836 "inout",
 2837 "zeroize",
 2838]
 2839
 2840[[package]]
 2841name = "circular-buffer"
 2842version = "1.2.0"
 2843source = "registry+https://github.com/rust-lang/crates.io-index"
 2844checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2845
 2846[[package]]
 2847name = "clang-sys"
 2848version = "1.8.1"
 2849source = "registry+https://github.com/rust-lang/crates.io-index"
 2850checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2851dependencies = [
 2852 "glob",
 2853 "libc",
 2854 "libloading",
 2855]
 2856
 2857[[package]]
 2858name = "clap"
 2859version = "4.5.49"
 2860source = "registry+https://github.com/rust-lang/crates.io-index"
 2861checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2862dependencies = [
 2863 "clap_builder",
 2864 "clap_derive",
 2865]
 2866
 2867[[package]]
 2868name = "clap_builder"
 2869version = "4.5.49"
 2870source = "registry+https://github.com/rust-lang/crates.io-index"
 2871checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2872dependencies = [
 2873 "anstream",
 2874 "anstyle",
 2875 "clap_lex",
 2876 "strsim",
 2877 "terminal_size",
 2878]
 2879
 2880[[package]]
 2881name = "clap_complete"
 2882version = "4.5.59"
 2883source = "registry+https://github.com/rust-lang/crates.io-index"
 2884checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2885dependencies = [
 2886 "clap",
 2887]
 2888
 2889[[package]]
 2890name = "clap_derive"
 2891version = "4.5.49"
 2892source = "registry+https://github.com/rust-lang/crates.io-index"
 2893checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2894dependencies = [
 2895 "heck 0.5.0",
 2896 "proc-macro2",
 2897 "quote",
 2898 "syn 2.0.117",
 2899]
 2900
 2901[[package]]
 2902name = "clap_lex"
 2903version = "0.7.6"
 2904source = "registry+https://github.com/rust-lang/crates.io-index"
 2905checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2906
 2907[[package]]
 2908name = "cli"
 2909version = "0.1.0"
 2910dependencies = [
 2911 "anyhow",
 2912 "askpass",
 2913 "clap",
 2914 "collections",
 2915 "console",
 2916 "core-foundation 0.10.0",
 2917 "core-services",
 2918 "dialoguer",
 2919 "exec",
 2920 "fork",
 2921 "ipc-channel",
 2922 "parking_lot",
 2923 "paths",
 2924 "plist",
 2925 "rayon",
 2926 "release_channel",
 2927 "serde",
 2928 "serde_json",
 2929 "tempfile",
 2930 "util",
 2931 "walkdir",
 2932 "windows 0.61.3",
 2933]
 2934
 2935[[package]]
 2936name = "client"
 2937version = "0.1.0"
 2938dependencies = [
 2939 "anyhow",
 2940 "async-tungstenite",
 2941 "base64 0.22.1",
 2942 "chrono",
 2943 "clock",
 2944 "cloud_api_client",
 2945 "cloud_api_types",
 2946 "cloud_llm_client",
 2947 "collections",
 2948 "credentials_provider",
 2949 "db",
 2950 "derive_more",
 2951 "feature_flags",
 2952 "fs",
 2953 "futures 0.3.32",
 2954 "gpui",
 2955 "gpui_tokio",
 2956 "http_client",
 2957 "http_client_tls",
 2958 "httparse",
 2959 "log",
 2960 "objc2-foundation",
 2961 "parking_lot",
 2962 "paths",
 2963 "postage",
 2964 "rand 0.9.3",
 2965 "regex",
 2966 "release_channel",
 2967 "rpc",
 2968 "rustls-pki-types",
 2969 "semver",
 2970 "serde",
 2971 "serde_json",
 2972 "serde_urlencoded",
 2973 "settings",
 2974 "sha2",
 2975 "smol",
 2976 "telemetry",
 2977 "telemetry_events",
 2978 "text",
 2979 "thiserror 2.0.17",
 2980 "time",
 2981 "tiny_http",
 2982 "tokio",
 2983 "tokio-native-tls",
 2984 "tokio-rustls 0.26.2",
 2985 "tokio-socks",
 2986 "url",
 2987 "util",
 2988 "windows 0.61.3",
 2989 "worktree",
 2990 "zed_credentials_provider",
 2991]
 2992
 2993[[package]]
 2994name = "clock"
 2995version = "0.1.0"
 2996dependencies = [
 2997 "parking_lot",
 2998 "serde",
 2999 "smallvec",
 3000]
 3001
 3002[[package]]
 3003name = "cloud_api_client"
 3004version = "0.1.0"
 3005dependencies = [
 3006 "anyhow",
 3007 "cloud_api_types",
 3008 "futures 0.3.32",
 3009 "gpui",
 3010 "gpui_tokio",
 3011 "http_client",
 3012 "parking_lot",
 3013 "serde_json",
 3014 "smol",
 3015 "thiserror 2.0.17",
 3016 "yawc",
 3017]
 3018
 3019[[package]]
 3020name = "cloud_api_types"
 3021version = "0.1.0"
 3022dependencies = [
 3023 "anyhow",
 3024 "chrono",
 3025 "ciborium",
 3026 "cloud_llm_client",
 3027 "pretty_assertions",
 3028 "serde",
 3029 "serde_json",
 3030 "strum 0.27.2",
 3031]
 3032
 3033[[package]]
 3034name = "cloud_llm_client"
 3035version = "0.1.0"
 3036dependencies = [
 3037 "anyhow",
 3038 "serde",
 3039 "serde_json",
 3040 "strum 0.27.2",
 3041 "uuid",
 3042 "zeta_prompt",
 3043]
 3044
 3045[[package]]
 3046name = "cmake"
 3047version = "0.1.56"
 3048source = "registry+https://github.com/rust-lang/crates.io-index"
 3049checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3050dependencies = [
 3051 "cc",
 3052]
 3053
 3054[[package]]
 3055name = "cobs"
 3056version = "0.3.0"
 3057source = "registry+https://github.com/rust-lang/crates.io-index"
 3058checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3059dependencies = [
 3060 "thiserror 2.0.17",
 3061]
 3062
 3063[[package]]
 3064name = "cocoa"
 3065version = "0.25.0"
 3066source = "registry+https://github.com/rust-lang/crates.io-index"
 3067checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3068dependencies = [
 3069 "bitflags 1.3.2",
 3070 "block",
 3071 "cocoa-foundation 0.1.2",
 3072 "core-foundation 0.9.4",
 3073 "core-graphics 0.23.2",
 3074 "foreign-types 0.5.0",
 3075 "libc",
 3076 "objc",
 3077]
 3078
 3079[[package]]
 3080name = "cocoa"
 3081version = "0.26.0"
 3082source = "registry+https://github.com/rust-lang/crates.io-index"
 3083checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3084dependencies = [
 3085 "bitflags 2.10.0",
 3086 "block",
 3087 "cocoa-foundation 0.2.0",
 3088 "core-foundation 0.10.0",
 3089 "core-graphics 0.24.0",
 3090 "foreign-types 0.5.0",
 3091 "libc",
 3092 "objc",
 3093]
 3094
 3095[[package]]
 3096name = "cocoa-foundation"
 3097version = "0.1.2"
 3098source = "registry+https://github.com/rust-lang/crates.io-index"
 3099checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3100dependencies = [
 3101 "bitflags 1.3.2",
 3102 "block",
 3103 "core-foundation 0.9.4",
 3104 "core-graphics-types 0.1.3",
 3105 "libc",
 3106 "objc",
 3107]
 3108
 3109[[package]]
 3110name = "cocoa-foundation"
 3111version = "0.2.0"
 3112source = "registry+https://github.com/rust-lang/crates.io-index"
 3113checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3114dependencies = [
 3115 "bitflags 2.10.0",
 3116 "block",
 3117 "core-foundation 0.10.0",
 3118 "core-graphics-types 0.2.0",
 3119 "libc",
 3120 "objc",
 3121]
 3122
 3123[[package]]
 3124name = "codespan-reporting"
 3125version = "0.13.0"
 3126source = "registry+https://github.com/rust-lang/crates.io-index"
 3127checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3128dependencies = [
 3129 "serde",
 3130 "termcolor",
 3131 "unicode-width",
 3132]
 3133
 3134[[package]]
 3135name = "codestral"
 3136version = "0.1.0"
 3137dependencies = [
 3138 "anyhow",
 3139 "edit_prediction",
 3140 "edit_prediction_types",
 3141 "futures 0.3.32",
 3142 "gpui",
 3143 "http_client",
 3144 "icons",
 3145 "language",
 3146 "language_model",
 3147 "log",
 3148 "serde",
 3149 "serde_json",
 3150 "text",
 3151 "zed_credentials_provider",
 3152 "zeta_prompt",
 3153]
 3154
 3155[[package]]
 3156name = "collab"
 3157version = "0.44.0"
 3158dependencies = [
 3159 "agent",
 3160 "anyhow",
 3161 "async-trait",
 3162 "async-tungstenite",
 3163 "aws-config",
 3164 "aws-sdk-kinesis",
 3165 "aws-sdk-s3",
 3166 "axum",
 3167 "buffer_diff",
 3168 "call",
 3169 "channel",
 3170 "chrono",
 3171 "client",
 3172 "clock",
 3173 "cloud_api_types",
 3174 "collab",
 3175 "collab_ui",
 3176 "collections",
 3177 "command_palette_hooks",
 3178 "ctor",
 3179 "dap",
 3180 "dap_adapters",
 3181 "dashmap",
 3182 "debugger_ui",
 3183 "editor",
 3184 "envy",
 3185 "extension",
 3186 "file_finder",
 3187 "fs",
 3188 "futures 0.3.32",
 3189 "git",
 3190 "git_hosting_providers",
 3191 "git_ui",
 3192 "gpui",
 3193 "gpui_tokio",
 3194 "hex",
 3195 "http_client",
 3196 "indoc",
 3197 "language",
 3198 "language_model",
 3199 "livekit_api",
 3200 "livekit_client",
 3201 "log",
 3202 "lsp",
 3203 "menu",
 3204 "multi_buffer",
 3205 "nanoid",
 3206 "node_runtime",
 3207 "notifications",
 3208 "parking_lot",
 3209 "pretty_assertions",
 3210 "project",
 3211 "prometheus",
 3212 "prompt_store",
 3213 "prost 0.9.0",
 3214 "rand 0.9.3",
 3215 "recent_projects",
 3216 "release_channel",
 3217 "remote",
 3218 "remote_server",
 3219 "reqwest 0.11.27",
 3220 "rpc",
 3221 "sea-orm",
 3222 "sea-orm-macros",
 3223 "semver",
 3224 "serde",
 3225 "serde_json",
 3226 "session",
 3227 "settings",
 3228 "sha2",
 3229 "smol",
 3230 "sqlx",
 3231 "strum 0.27.2",
 3232 "task",
 3233 "telemetry_events",
 3234 "text",
 3235 "theme",
 3236 "theme_settings",
 3237 "time",
 3238 "tokio",
 3239 "toml 0.8.23",
 3240 "tower 0.4.13",
 3241 "tower-http 0.4.4",
 3242 "tracing",
 3243 "tracing-subscriber",
 3244 "unindent",
 3245 "util",
 3246 "uuid",
 3247 "workspace",
 3248 "worktree",
 3249 "zed_actions",
 3250 "zlog",
 3251]
 3252
 3253[[package]]
 3254name = "collab_ui"
 3255version = "0.1.0"
 3256dependencies = [
 3257 "anyhow",
 3258 "call",
 3259 "channel",
 3260 "client",
 3261 "collections",
 3262 "db",
 3263 "editor",
 3264 "futures 0.3.32",
 3265 "fuzzy",
 3266 "gpui",
 3267 "livekit_client",
 3268 "menu",
 3269 "notifications",
 3270 "picker",
 3271 "project",
 3272 "release_channel",
 3273 "rpc",
 3274 "serde",
 3275 "serde_json",
 3276 "settings",
 3277 "smallvec",
 3278 "telemetry",
 3279 "theme",
 3280 "theme_settings",
 3281 "time",
 3282 "title_bar",
 3283 "ui",
 3284 "util",
 3285 "workspace",
 3286 "zed_actions",
 3287]
 3288
 3289[[package]]
 3290name = "collections"
 3291version = "0.1.0"
 3292dependencies = [
 3293 "indexmap",
 3294 "rustc-hash 2.1.1",
 3295]
 3296
 3297[[package]]
 3298name = "color_quant"
 3299version = "1.1.0"
 3300source = "registry+https://github.com/rust-lang/crates.io-index"
 3301checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3302
 3303[[package]]
 3304name = "colorchoice"
 3305version = "1.0.4"
 3306source = "registry+https://github.com/rust-lang/crates.io-index"
 3307checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3308
 3309[[package]]
 3310name = "combine"
 3311version = "4.6.7"
 3312source = "registry+https://github.com/rust-lang/crates.io-index"
 3313checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3314dependencies = [
 3315 "bytes 1.11.1",
 3316 "memchr",
 3317]
 3318
 3319[[package]]
 3320name = "command-fds"
 3321version = "0.3.2"
 3322source = "registry+https://github.com/rust-lang/crates.io-index"
 3323checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3324dependencies = [
 3325 "nix 0.30.1",
 3326 "thiserror 2.0.17",
 3327]
 3328
 3329[[package]]
 3330name = "command_palette"
 3331version = "0.1.0"
 3332dependencies = [
 3333 "anyhow",
 3334 "client",
 3335 "collections",
 3336 "command_palette_hooks",
 3337 "db",
 3338 "editor",
 3339 "fuzzy",
 3340 "go_to_line",
 3341 "gpui",
 3342 "language",
 3343 "log",
 3344 "menu",
 3345 "picker",
 3346 "postage",
 3347 "project",
 3348 "serde",
 3349 "settings",
 3350 "telemetry",
 3351 "theme",
 3352 "theme_settings",
 3353 "time",
 3354 "ui",
 3355 "util",
 3356 "workspace",
 3357 "zed_actions",
 3358]
 3359
 3360[[package]]
 3361name = "command_palette_hooks"
 3362version = "0.1.0"
 3363dependencies = [
 3364 "collections",
 3365 "derive_more",
 3366 "gpui",
 3367 "workspace",
 3368]
 3369
 3370[[package]]
 3371name = "compliance"
 3372version = "0.1.0"
 3373dependencies = [
 3374 "anyhow",
 3375 "async-trait",
 3376 "derive_more",
 3377 "futures 0.3.32",
 3378 "indoc",
 3379 "itertools 0.14.0",
 3380 "jsonwebtoken",
 3381 "octocrab",
 3382 "regex",
 3383 "semver",
 3384 "serde",
 3385 "serde_json",
 3386 "tokio",
 3387]
 3388
 3389[[package]]
 3390name = "component"
 3391version = "0.1.0"
 3392dependencies = [
 3393 "collections",
 3394 "documented",
 3395 "gpui",
 3396 "inventory",
 3397 "parking_lot",
 3398 "strum 0.27.2",
 3399 "theme",
 3400]
 3401
 3402[[package]]
 3403name = "component_preview"
 3404version = "0.1.0"
 3405dependencies = [
 3406 "anyhow",
 3407 "client",
 3408 "collections",
 3409 "component",
 3410 "db",
 3411 "fs",
 3412 "gpui",
 3413 "gpui_platform",
 3414 "language",
 3415 "log",
 3416 "node_runtime",
 3417 "notifications",
 3418 "project",
 3419 "release_channel",
 3420 "reqwest_client",
 3421 "session",
 3422 "settings",
 3423 "theme",
 3424 "theme_settings",
 3425 "ui",
 3426 "ui_input",
 3427 "uuid",
 3428 "workspace",
 3429]
 3430
 3431[[package]]
 3432name = "compression-codecs"
 3433version = "0.4.31"
 3434source = "registry+https://github.com/rust-lang/crates.io-index"
 3435checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3436dependencies = [
 3437 "bzip2 0.6.1",
 3438 "compression-core",
 3439 "deflate64",
 3440 "flate2",
 3441 "memchr",
 3442]
 3443
 3444[[package]]
 3445name = "compression-core"
 3446version = "0.4.29"
 3447source = "registry+https://github.com/rust-lang/crates.io-index"
 3448checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3449
 3450[[package]]
 3451name = "concurrent-queue"
 3452version = "2.5.0"
 3453source = "registry+https://github.com/rust-lang/crates.io-index"
 3454checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3455dependencies = [
 3456 "crossbeam-utils",
 3457]
 3458
 3459[[package]]
 3460name = "console"
 3461version = "0.16.3"
 3462source = "registry+https://github.com/rust-lang/crates.io-index"
 3463checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3464dependencies = [
 3465 "encode_unicode",
 3466 "libc",
 3467 "unicode-width",
 3468 "windows-sys 0.61.2",
 3469]
 3470
 3471[[package]]
 3472name = "console_error_panic_hook"
 3473version = "0.1.7"
 3474source = "registry+https://github.com/rust-lang/crates.io-index"
 3475checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3476dependencies = [
 3477 "cfg-if",
 3478 "wasm-bindgen",
 3479]
 3480
 3481[[package]]
 3482name = "const-oid"
 3483version = "0.9.6"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3486
 3487[[package]]
 3488name = "const-random"
 3489version = "0.1.18"
 3490source = "registry+https://github.com/rust-lang/crates.io-index"
 3491checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3492dependencies = [
 3493 "const-random-macro",
 3494]
 3495
 3496[[package]]
 3497name = "const-random-macro"
 3498version = "0.1.16"
 3499source = "registry+https://github.com/rust-lang/crates.io-index"
 3500checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3501dependencies = [
 3502 "getrandom 0.2.16",
 3503 "once_cell",
 3504 "tiny-keccak",
 3505]
 3506
 3507[[package]]
 3508name = "const_format"
 3509version = "0.2.35"
 3510source = "registry+https://github.com/rust-lang/crates.io-index"
 3511checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3512dependencies = [
 3513 "const_format_proc_macros",
 3514]
 3515
 3516[[package]]
 3517name = "const_format_proc_macros"
 3518version = "0.2.34"
 3519source = "registry+https://github.com/rust-lang/crates.io-index"
 3520checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3521dependencies = [
 3522 "proc-macro2",
 3523 "quote",
 3524 "unicode-xid",
 3525]
 3526
 3527[[package]]
 3528name = "constant_time_eq"
 3529version = "0.1.5"
 3530source = "registry+https://github.com/rust-lang/crates.io-index"
 3531checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3532
 3533[[package]]
 3534name = "context_server"
 3535version = "0.1.0"
 3536dependencies = [
 3537 "anyhow",
 3538 "async-trait",
 3539 "base64 0.22.1",
 3540 "collections",
 3541 "futures 0.3.32",
 3542 "gpui",
 3543 "http_client",
 3544 "log",
 3545 "net",
 3546 "parking_lot",
 3547 "postage",
 3548 "rand 0.9.3",
 3549 "schemars",
 3550 "serde",
 3551 "serde_json",
 3552 "settings",
 3553 "sha2",
 3554 "slotmap",
 3555 "smol",
 3556 "tempfile",
 3557 "terminal",
 3558 "tiny_http",
 3559 "url",
 3560 "util",
 3561]
 3562
 3563[[package]]
 3564name = "convert_case"
 3565version = "0.8.0"
 3566source = "registry+https://github.com/rust-lang/crates.io-index"
 3567checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3568dependencies = [
 3569 "unicode-segmentation",
 3570]
 3571
 3572[[package]]
 3573name = "convert_case"
 3574version = "0.10.0"
 3575source = "registry+https://github.com/rust-lang/crates.io-index"
 3576checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3577dependencies = [
 3578 "unicode-segmentation",
 3579]
 3580
 3581[[package]]
 3582name = "convert_case"
 3583version = "0.11.0"
 3584source = "registry+https://github.com/rust-lang/crates.io-index"
 3585checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3586dependencies = [
 3587 "unicode-segmentation",
 3588]
 3589
 3590[[package]]
 3591name = "copilot"
 3592version = "0.1.0"
 3593dependencies = [
 3594 "anyhow",
 3595 "async-std",
 3596 "collections",
 3597 "command_palette_hooks",
 3598 "copilot_chat",
 3599 "edit_prediction_types",
 3600 "editor",
 3601 "fs",
 3602 "futures 0.3.32",
 3603 "gpui",
 3604 "icons",
 3605 "indoc",
 3606 "language",
 3607 "log",
 3608 "lsp",
 3609 "node_runtime",
 3610 "parking_lot",
 3611 "paths",
 3612 "pretty_assertions",
 3613 "project",
 3614 "rpc",
 3615 "semver",
 3616 "serde",
 3617 "serde_json",
 3618 "settings",
 3619 "sum_tree",
 3620 "theme",
 3621 "theme_settings",
 3622 "util",
 3623 "workspace",
 3624 "zlog",
 3625]
 3626
 3627[[package]]
 3628name = "copilot_chat"
 3629version = "0.1.0"
 3630dependencies = [
 3631 "anthropic",
 3632 "anyhow",
 3633 "collections",
 3634 "dirs",
 3635 "fs",
 3636 "futures 0.3.32",
 3637 "gpui",
 3638 "http_client",
 3639 "log",
 3640 "paths",
 3641 "serde",
 3642 "serde_json",
 3643 "settings",
 3644]
 3645
 3646[[package]]
 3647name = "copilot_ui"
 3648version = "0.1.0"
 3649dependencies = [
 3650 "anyhow",
 3651 "copilot",
 3652 "gpui",
 3653 "language",
 3654 "log",
 3655 "lsp",
 3656 "menu",
 3657 "project",
 3658 "serde_json",
 3659 "settings",
 3660 "ui",
 3661 "util",
 3662 "workspace",
 3663]
 3664
 3665[[package]]
 3666name = "core-foundation"
 3667version = "0.9.4"
 3668source = "registry+https://github.com/rust-lang/crates.io-index"
 3669checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3670dependencies = [
 3671 "core-foundation-sys",
 3672 "libc",
 3673]
 3674
 3675[[package]]
 3676name = "core-foundation"
 3677version = "0.10.0"
 3678source = "registry+https://github.com/rust-lang/crates.io-index"
 3679checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3680dependencies = [
 3681 "core-foundation-sys",
 3682 "libc",
 3683]
 3684
 3685[[package]]
 3686name = "core-foundation-sys"
 3687version = "0.8.7"
 3688source = "registry+https://github.com/rust-lang/crates.io-index"
 3689checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3690
 3691[[package]]
 3692name = "core-graphics"
 3693version = "0.23.2"
 3694source = "registry+https://github.com/rust-lang/crates.io-index"
 3695checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3696dependencies = [
 3697 "bitflags 1.3.2",
 3698 "core-foundation 0.9.4",
 3699 "core-graphics-types 0.1.3",
 3700 "foreign-types 0.5.0",
 3701 "libc",
 3702]
 3703
 3704[[package]]
 3705name = "core-graphics"
 3706version = "0.24.0"
 3707source = "registry+https://github.com/rust-lang/crates.io-index"
 3708checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3709dependencies = [
 3710 "bitflags 2.10.0",
 3711 "core-foundation 0.10.0",
 3712 "core-graphics-types 0.2.0",
 3713 "foreign-types 0.5.0",
 3714 "libc",
 3715]
 3716
 3717[[package]]
 3718name = "core-graphics-helmer-fork"
 3719version = "0.24.0"
 3720source = "registry+https://github.com/rust-lang/crates.io-index"
 3721checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3722dependencies = [
 3723 "bitflags 2.10.0",
 3724 "core-foundation 0.9.4",
 3725 "core-graphics-types 0.1.3",
 3726 "foreign-types 0.5.0",
 3727 "libc",
 3728]
 3729
 3730[[package]]
 3731name = "core-graphics-types"
 3732version = "0.1.3"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3735dependencies = [
 3736 "bitflags 1.3.2",
 3737 "core-foundation 0.9.4",
 3738 "libc",
 3739]
 3740
 3741[[package]]
 3742name = "core-graphics-types"
 3743version = "0.2.0"
 3744source = "registry+https://github.com/rust-lang/crates.io-index"
 3745checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3746dependencies = [
 3747 "bitflags 2.10.0",
 3748 "core-foundation 0.10.0",
 3749 "libc",
 3750]
 3751
 3752[[package]]
 3753name = "core-graphics2"
 3754version = "0.5.2"
 3755source = "registry+https://github.com/rust-lang/crates.io-index"
 3756checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3757dependencies = [
 3758 "bitflags 2.10.0",
 3759 "block",
 3760 "cfg-if",
 3761 "core-foundation 0.10.0",
 3762 "libc",
 3763]
 3764
 3765[[package]]
 3766name = "core-services"
 3767version = "0.2.1"
 3768source = "registry+https://github.com/rust-lang/crates.io-index"
 3769checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3770dependencies = [
 3771 "core-foundation 0.9.4",
 3772]
 3773
 3774[[package]]
 3775name = "core-text"
 3776version = "21.0.0"
 3777source = "registry+https://github.com/rust-lang/crates.io-index"
 3778checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3779dependencies = [
 3780 "core-foundation 0.10.0",
 3781 "core-graphics 0.24.0",
 3782 "foreign-types 0.5.0",
 3783 "libc",
 3784]
 3785
 3786[[package]]
 3787name = "core-video"
 3788version = "0.5.2"
 3789source = "registry+https://github.com/rust-lang/crates.io-index"
 3790checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3791dependencies = [
 3792 "block",
 3793 "core-foundation 0.10.0",
 3794 "core-graphics2",
 3795 "io-surface",
 3796 "libc",
 3797 "metal",
 3798]
 3799
 3800[[package]]
 3801name = "core2"
 3802version = "0.4.0"
 3803source = "registry+https://github.com/rust-lang/crates.io-index"
 3804checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3805dependencies = [
 3806 "memchr",
 3807]
 3808
 3809[[package]]
 3810name = "core_maths"
 3811version = "0.1.1"
 3812source = "registry+https://github.com/rust-lang/crates.io-index"
 3813checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3814dependencies = [
 3815 "libm",
 3816]
 3817
 3818[[package]]
 3819name = "coreaudio-rs"
 3820version = "0.12.1"
 3821source = "registry+https://github.com/rust-lang/crates.io-index"
 3822checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3823dependencies = [
 3824 "bitflags 1.3.2",
 3825 "core-foundation-sys",
 3826 "coreaudio-sys",
 3827]
 3828
 3829[[package]]
 3830name = "coreaudio-rs"
 3831version = "0.13.0"
 3832source = "registry+https://github.com/rust-lang/crates.io-index"
 3833checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3834dependencies = [
 3835 "bitflags 1.3.2",
 3836 "libc",
 3837 "objc2-audio-toolbox",
 3838 "objc2-core-audio",
 3839 "objc2-core-audio-types",
 3840 "objc2-core-foundation",
 3841]
 3842
 3843[[package]]
 3844name = "coreaudio-sys"
 3845version = "0.2.17"
 3846source = "registry+https://github.com/rust-lang/crates.io-index"
 3847checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3848dependencies = [
 3849 "bindgen 0.72.1",
 3850]
 3851
 3852[[package]]
 3853name = "cosmic-text"
 3854version = "0.17.1"
 3855source = "registry+https://github.com/rust-lang/crates.io-index"
 3856checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3857dependencies = [
 3858 "bitflags 2.10.0",
 3859 "fontdb 0.23.0",
 3860 "harfrust",
 3861 "linebender_resource_handle",
 3862 "log",
 3863 "rangemap",
 3864 "rustc-hash 2.1.1",
 3865 "self_cell",
 3866 "skrifa 0.40.0",
 3867 "smol_str",
 3868 "swash",
 3869 "sys-locale",
 3870 "unicode-bidi",
 3871 "unicode-linebreak",
 3872 "unicode-script",
 3873 "unicode-segmentation",
 3874]
 3875
 3876[[package]]
 3877name = "cpal"
 3878version = "0.17.1"
 3879source = "registry+https://github.com/rust-lang/crates.io-index"
 3880checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3881dependencies = [
 3882 "alsa",
 3883 "coreaudio-rs 0.13.0",
 3884 "dasp_sample",
 3885 "jni",
 3886 "js-sys",
 3887 "libc",
 3888 "mach2 0.5.0",
 3889 "ndk",
 3890 "ndk-context",
 3891 "num-derive",
 3892 "num-traits",
 3893 "objc2",
 3894 "objc2-audio-toolbox",
 3895 "objc2-avf-audio",
 3896 "objc2-core-audio",
 3897 "objc2-core-audio-types",
 3898 "objc2-core-foundation",
 3899 "objc2-foundation",
 3900 "wasm-bindgen",
 3901 "wasm-bindgen-futures",
 3902 "web-sys",
 3903 "windows 0.62.2",
 3904]
 3905
 3906[[package]]
 3907name = "cpp_demangle"
 3908version = "0.4.5"
 3909source = "registry+https://github.com/rust-lang/crates.io-index"
 3910checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3911dependencies = [
 3912 "cfg-if",
 3913]
 3914
 3915[[package]]
 3916name = "cpufeatures"
 3917version = "0.2.17"
 3918source = "registry+https://github.com/rust-lang/crates.io-index"
 3919checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3920dependencies = [
 3921 "libc",
 3922]
 3923
 3924[[package]]
 3925name = "cranelift-assembler-x64"
 3926version = "0.123.7"
 3927source = "registry+https://github.com/rust-lang/crates.io-index"
 3928checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3929dependencies = [
 3930 "cranelift-assembler-x64-meta",
 3931]
 3932
 3933[[package]]
 3934name = "cranelift-assembler-x64-meta"
 3935version = "0.123.7"
 3936source = "registry+https://github.com/rust-lang/crates.io-index"
 3937checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3938dependencies = [
 3939 "cranelift-srcgen",
 3940]
 3941
 3942[[package]]
 3943name = "cranelift-bforest"
 3944version = "0.123.7"
 3945source = "registry+https://github.com/rust-lang/crates.io-index"
 3946checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3947dependencies = [
 3948 "cranelift-entity",
 3949]
 3950
 3951[[package]]
 3952name = "cranelift-bitset"
 3953version = "0.123.7"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3956dependencies = [
 3957 "serde",
 3958 "serde_derive",
 3959]
 3960
 3961[[package]]
 3962name = "cranelift-codegen"
 3963version = "0.123.7"
 3964source = "registry+https://github.com/rust-lang/crates.io-index"
 3965checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3966dependencies = [
 3967 "bumpalo",
 3968 "cranelift-assembler-x64",
 3969 "cranelift-bforest",
 3970 "cranelift-bitset",
 3971 "cranelift-codegen-meta",
 3972 "cranelift-codegen-shared",
 3973 "cranelift-control",
 3974 "cranelift-entity",
 3975 "cranelift-isle",
 3976 "gimli",
 3977 "hashbrown 0.15.5",
 3978 "log",
 3979 "postcard",
 3980 "pulley-interpreter",
 3981 "regalloc2",
 3982 "rustc-hash 2.1.1",
 3983 "serde",
 3984 "serde_derive",
 3985 "sha2",
 3986 "smallvec",
 3987 "target-lexicon",
 3988 "wasmtime-internal-math",
 3989]
 3990
 3991[[package]]
 3992name = "cranelift-codegen-meta"
 3993version = "0.123.7"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3996dependencies = [
 3997 "cranelift-assembler-x64-meta",
 3998 "cranelift-codegen-shared",
 3999 "cranelift-srcgen",
 4000 "heck 0.5.0",
 4001 "pulley-interpreter",
 4002]
 4003
 4004[[package]]
 4005name = "cranelift-codegen-shared"
 4006version = "0.123.7"
 4007source = "registry+https://github.com/rust-lang/crates.io-index"
 4008checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4009
 4010[[package]]
 4011name = "cranelift-control"
 4012version = "0.123.7"
 4013source = "registry+https://github.com/rust-lang/crates.io-index"
 4014checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4015dependencies = [
 4016 "arbitrary",
 4017]
 4018
 4019[[package]]
 4020name = "cranelift-entity"
 4021version = "0.123.7"
 4022source = "registry+https://github.com/rust-lang/crates.io-index"
 4023checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4024dependencies = [
 4025 "cranelift-bitset",
 4026 "serde",
 4027 "serde_derive",
 4028]
 4029
 4030[[package]]
 4031name = "cranelift-frontend"
 4032version = "0.123.7"
 4033source = "registry+https://github.com/rust-lang/crates.io-index"
 4034checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4035dependencies = [
 4036 "cranelift-codegen",
 4037 "log",
 4038 "smallvec",
 4039 "target-lexicon",
 4040]
 4041
 4042[[package]]
 4043name = "cranelift-isle"
 4044version = "0.123.7"
 4045source = "registry+https://github.com/rust-lang/crates.io-index"
 4046checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4047
 4048[[package]]
 4049name = "cranelift-native"
 4050version = "0.123.7"
 4051source = "registry+https://github.com/rust-lang/crates.io-index"
 4052checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4053dependencies = [
 4054 "cranelift-codegen",
 4055 "libc",
 4056 "target-lexicon",
 4057]
 4058
 4059[[package]]
 4060name = "cranelift-srcgen"
 4061version = "0.123.7"
 4062source = "registry+https://github.com/rust-lang/crates.io-index"
 4063checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4064
 4065[[package]]
 4066name = "crash-context"
 4067version = "0.6.3"
 4068source = "registry+https://github.com/rust-lang/crates.io-index"
 4069checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4070dependencies = [
 4071 "cfg-if",
 4072 "libc",
 4073 "mach2 0.4.3",
 4074]
 4075
 4076[[package]]
 4077name = "crash-handler"
 4078version = "0.6.3"
 4079source = "registry+https://github.com/rust-lang/crates.io-index"
 4080checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4081dependencies = [
 4082 "cfg-if",
 4083 "crash-context",
 4084 "libc",
 4085 "mach2 0.4.3",
 4086 "parking_lot",
 4087]
 4088
 4089[[package]]
 4090name = "crashes"
 4091version = "0.1.0"
 4092dependencies = [
 4093 "cfg-if",
 4094 "crash-handler",
 4095 "futures 0.3.32",
 4096 "log",
 4097 "mach2 0.5.0",
 4098 "minidumper",
 4099 "parking_lot",
 4100 "paths",
 4101 "release_channel",
 4102 "serde",
 4103 "serde_json",
 4104 "smol",
 4105 "system_specs",
 4106 "windows 0.61.3",
 4107 "zstd",
 4108]
 4109
 4110[[package]]
 4111name = "crc"
 4112version = "3.3.0"
 4113source = "registry+https://github.com/rust-lang/crates.io-index"
 4114checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4115dependencies = [
 4116 "crc-catalog",
 4117]
 4118
 4119[[package]]
 4120name = "crc-catalog"
 4121version = "2.4.0"
 4122source = "registry+https://github.com/rust-lang/crates.io-index"
 4123checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4124
 4125[[package]]
 4126name = "crc-fast"
 4127version = "1.6.0"
 4128source = "registry+https://github.com/rust-lang/crates.io-index"
 4129checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4130dependencies = [
 4131 "crc",
 4132 "digest",
 4133 "rand 0.9.3",
 4134 "regex",
 4135 "rustversion",
 4136]
 4137
 4138[[package]]
 4139name = "crc32fast"
 4140version = "1.5.0"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4143dependencies = [
 4144 "cfg-if",
 4145]
 4146
 4147[[package]]
 4148name = "credentials_provider"
 4149version = "0.1.0"
 4150dependencies = [
 4151 "anyhow",
 4152 "gpui",
 4153 "serde",
 4154]
 4155
 4156[[package]]
 4157name = "criterion"
 4158version = "0.5.1"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4161dependencies = [
 4162 "anes",
 4163 "cast",
 4164 "ciborium",
 4165 "clap",
 4166 "criterion-plot",
 4167 "is-terminal",
 4168 "itertools 0.10.5",
 4169 "num-traits",
 4170 "once_cell",
 4171 "oorandom",
 4172 "plotters",
 4173 "rayon",
 4174 "regex",
 4175 "serde",
 4176 "serde_derive",
 4177 "serde_json",
 4178 "tinytemplate",
 4179 "walkdir",
 4180]
 4181
 4182[[package]]
 4183name = "criterion-plot"
 4184version = "0.5.0"
 4185source = "registry+https://github.com/rust-lang/crates.io-index"
 4186checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4187dependencies = [
 4188 "cast",
 4189 "itertools 0.10.5",
 4190]
 4191
 4192[[package]]
 4193name = "crossbeam"
 4194version = "0.8.4"
 4195source = "registry+https://github.com/rust-lang/crates.io-index"
 4196checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4197dependencies = [
 4198 "crossbeam-channel",
 4199 "crossbeam-deque",
 4200 "crossbeam-epoch",
 4201 "crossbeam-queue",
 4202 "crossbeam-utils",
 4203]
 4204
 4205[[package]]
 4206name = "crossbeam-channel"
 4207version = "0.5.15"
 4208source = "registry+https://github.com/rust-lang/crates.io-index"
 4209checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4210dependencies = [
 4211 "crossbeam-utils",
 4212]
 4213
 4214[[package]]
 4215name = "crossbeam-deque"
 4216version = "0.8.6"
 4217source = "registry+https://github.com/rust-lang/crates.io-index"
 4218checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4219dependencies = [
 4220 "crossbeam-epoch",
 4221 "crossbeam-utils",
 4222]
 4223
 4224[[package]]
 4225name = "crossbeam-epoch"
 4226version = "0.9.18"
 4227source = "registry+https://github.com/rust-lang/crates.io-index"
 4228checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4229dependencies = [
 4230 "crossbeam-utils",
 4231]
 4232
 4233[[package]]
 4234name = "crossbeam-queue"
 4235version = "0.3.12"
 4236source = "registry+https://github.com/rust-lang/crates.io-index"
 4237checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4238dependencies = [
 4239 "crossbeam-utils",
 4240]
 4241
 4242[[package]]
 4243name = "crossbeam-utils"
 4244version = "0.8.21"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4247
 4248[[package]]
 4249name = "crunchy"
 4250version = "0.2.4"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4253
 4254[[package]]
 4255name = "crypto-bigint"
 4256version = "0.4.9"
 4257source = "registry+https://github.com/rust-lang/crates.io-index"
 4258checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4259dependencies = [
 4260 "generic-array",
 4261 "rand_core 0.6.4",
 4262 "subtle",
 4263 "zeroize",
 4264]
 4265
 4266[[package]]
 4267name = "crypto-bigint"
 4268version = "0.5.5"
 4269source = "registry+https://github.com/rust-lang/crates.io-index"
 4270checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4271dependencies = [
 4272 "rand_core 0.6.4",
 4273 "subtle",
 4274]
 4275
 4276[[package]]
 4277name = "crypto-common"
 4278version = "0.1.6"
 4279source = "registry+https://github.com/rust-lang/crates.io-index"
 4280checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4281dependencies = [
 4282 "generic-array",
 4283 "typenum",
 4284]
 4285
 4286[[package]]
 4287name = "cssparser"
 4288version = "0.35.0"
 4289source = "registry+https://github.com/rust-lang/crates.io-index"
 4290checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4291dependencies = [
 4292 "cssparser-macros",
 4293 "dtoa-short",
 4294 "itoa",
 4295 "phf 0.11.3",
 4296 "smallvec",
 4297]
 4298
 4299[[package]]
 4300name = "cssparser-macros"
 4301version = "0.6.1"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4304dependencies = [
 4305 "quote",
 4306 "syn 2.0.117",
 4307]
 4308
 4309[[package]]
 4310name = "csv_preview"
 4311version = "0.1.0"
 4312dependencies = [
 4313 "anyhow",
 4314 "editor",
 4315 "feature_flags",
 4316 "gpui",
 4317 "log",
 4318 "text",
 4319 "ui",
 4320 "workspace",
 4321]
 4322
 4323[[package]]
 4324name = "ctor"
 4325version = "0.4.3"
 4326source = "registry+https://github.com/rust-lang/crates.io-index"
 4327checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4328dependencies = [
 4329 "ctor-proc-macro",
 4330 "dtor",
 4331]
 4332
 4333[[package]]
 4334name = "ctor-proc-macro"
 4335version = "0.0.6"
 4336source = "registry+https://github.com/rust-lang/crates.io-index"
 4337checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4338
 4339[[package]]
 4340name = "ctrlc"
 4341version = "3.5.0"
 4342source = "registry+https://github.com/rust-lang/crates.io-index"
 4343checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4344dependencies = [
 4345 "dispatch",
 4346 "nix 0.30.1",
 4347 "windows-sys 0.61.2",
 4348]
 4349
 4350[[package]]
 4351name = "cursor-icon"
 4352version = "1.2.0"
 4353source = "registry+https://github.com/rust-lang/crates.io-index"
 4354checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4355
 4356[[package]]
 4357name = "cxx"
 4358version = "1.0.187"
 4359source = "registry+https://github.com/rust-lang/crates.io-index"
 4360checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4361dependencies = [
 4362 "cc",
 4363 "cxx-build",
 4364 "cxxbridge-cmd",
 4365 "cxxbridge-flags",
 4366 "cxxbridge-macro",
 4367 "foldhash 0.2.0",
 4368 "link-cplusplus",
 4369]
 4370
 4371[[package]]
 4372name = "cxx-build"
 4373version = "1.0.187"
 4374source = "registry+https://github.com/rust-lang/crates.io-index"
 4375checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4376dependencies = [
 4377 "cc",
 4378 "codespan-reporting",
 4379 "indexmap",
 4380 "proc-macro2",
 4381 "quote",
 4382 "scratch",
 4383 "syn 2.0.117",
 4384]
 4385
 4386[[package]]
 4387name = "cxxbridge-cmd"
 4388version = "1.0.187"
 4389source = "registry+https://github.com/rust-lang/crates.io-index"
 4390checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4391dependencies = [
 4392 "clap",
 4393 "codespan-reporting",
 4394 "indexmap",
 4395 "proc-macro2",
 4396 "quote",
 4397 "syn 2.0.117",
 4398]
 4399
 4400[[package]]
 4401name = "cxxbridge-flags"
 4402version = "1.0.187"
 4403source = "registry+https://github.com/rust-lang/crates.io-index"
 4404checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4405
 4406[[package]]
 4407name = "cxxbridge-macro"
 4408version = "1.0.187"
 4409source = "registry+https://github.com/rust-lang/crates.io-index"
 4410checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4411dependencies = [
 4412 "indexmap",
 4413 "proc-macro2",
 4414 "quote",
 4415 "syn 2.0.117",
 4416]
 4417
 4418[[package]]
 4419name = "dap"
 4420version = "0.1.0"
 4421dependencies = [
 4422 "anyhow",
 4423 "async-compression",
 4424 "async-pipe",
 4425 "async-tar",
 4426 "async-trait",
 4427 "client",
 4428 "collections",
 4429 "dap-types",
 4430 "fs",
 4431 "futures 0.3.32",
 4432 "gpui",
 4433 "http_client",
 4434 "language",
 4435 "libc",
 4436 "log",
 4437 "node_runtime",
 4438 "parking_lot",
 4439 "paths",
 4440 "proto",
 4441 "schemars",
 4442 "serde",
 4443 "serde_json",
 4444 "settings",
 4445 "smallvec",
 4446 "smol",
 4447 "task",
 4448 "telemetry",
 4449 "util",
 4450 "zlog",
 4451]
 4452
 4453[[package]]
 4454name = "dap-types"
 4455version = "0.0.1"
 4456source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4457dependencies = [
 4458 "schemars",
 4459 "serde",
 4460 "serde_json",
 4461]
 4462
 4463[[package]]
 4464name = "dap_adapters"
 4465version = "0.1.0"
 4466dependencies = [
 4467 "anyhow",
 4468 "async-trait",
 4469 "collections",
 4470 "dap",
 4471 "dotenvy",
 4472 "fs",
 4473 "futures 0.3.32",
 4474 "gpui",
 4475 "http_client",
 4476 "json_dotpath",
 4477 "language",
 4478 "log",
 4479 "node_runtime",
 4480 "paths",
 4481 "serde",
 4482 "serde_json",
 4483 "settings",
 4484 "smol",
 4485 "task",
 4486 "util",
 4487]
 4488
 4489[[package]]
 4490name = "darling"
 4491version = "0.20.11"
 4492source = "registry+https://github.com/rust-lang/crates.io-index"
 4493checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4494dependencies = [
 4495 "darling_core 0.20.11",
 4496 "darling_macro 0.20.11",
 4497]
 4498
 4499[[package]]
 4500name = "darling"
 4501version = "0.21.3"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4504dependencies = [
 4505 "darling_core 0.21.3",
 4506 "darling_macro 0.21.3",
 4507]
 4508
 4509[[package]]
 4510name = "darling_core"
 4511version = "0.20.11"
 4512source = "registry+https://github.com/rust-lang/crates.io-index"
 4513checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4514dependencies = [
 4515 "fnv",
 4516 "ident_case",
 4517 "proc-macro2",
 4518 "quote",
 4519 "strsim",
 4520 "syn 2.0.117",
 4521]
 4522
 4523[[package]]
 4524name = "darling_core"
 4525version = "0.21.3"
 4526source = "registry+https://github.com/rust-lang/crates.io-index"
 4527checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4528dependencies = [
 4529 "fnv",
 4530 "ident_case",
 4531 "proc-macro2",
 4532 "quote",
 4533 "strsim",
 4534 "syn 2.0.117",
 4535]
 4536
 4537[[package]]
 4538name = "darling_macro"
 4539version = "0.20.11"
 4540source = "registry+https://github.com/rust-lang/crates.io-index"
 4541checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4542dependencies = [
 4543 "darling_core 0.20.11",
 4544 "quote",
 4545 "syn 2.0.117",
 4546]
 4547
 4548[[package]]
 4549name = "darling_macro"
 4550version = "0.21.3"
 4551source = "registry+https://github.com/rust-lang/crates.io-index"
 4552checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4553dependencies = [
 4554 "darling_core 0.21.3",
 4555 "quote",
 4556 "syn 2.0.117",
 4557]
 4558
 4559[[package]]
 4560name = "dashmap"
 4561version = "6.1.0"
 4562source = "registry+https://github.com/rust-lang/crates.io-index"
 4563checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4564dependencies = [
 4565 "cfg-if",
 4566 "crossbeam-utils",
 4567 "hashbrown 0.14.5",
 4568 "lock_api",
 4569 "once_cell",
 4570 "parking_lot_core",
 4571]
 4572
 4573[[package]]
 4574name = "dasp_sample"
 4575version = "0.11.0"
 4576source = "registry+https://github.com/rust-lang/crates.io-index"
 4577checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4578
 4579[[package]]
 4580name = "data-encoding"
 4581version = "2.9.0"
 4582source = "registry+https://github.com/rust-lang/crates.io-index"
 4583checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4584
 4585[[package]]
 4586name = "data-url"
 4587version = "0.3.2"
 4588source = "registry+https://github.com/rust-lang/crates.io-index"
 4589checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4590
 4591[[package]]
 4592name = "db"
 4593version = "0.1.0"
 4594dependencies = [
 4595 "anyhow",
 4596 "gpui",
 4597 "indoc",
 4598 "inventory",
 4599 "log",
 4600 "paths",
 4601 "release_channel",
 4602 "smol",
 4603 "sqlez",
 4604 "sqlez_macros",
 4605 "tempfile",
 4606 "util",
 4607 "uuid",
 4608 "zed_env_vars",
 4609]
 4610
 4611[[package]]
 4612name = "dbus"
 4613version = "0.9.9"
 4614source = "registry+https://github.com/rust-lang/crates.io-index"
 4615checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4616dependencies = [
 4617 "libc",
 4618 "libdbus-sys",
 4619 "windows-sys 0.59.0",
 4620]
 4621
 4622[[package]]
 4623name = "debug_adapter_extension"
 4624version = "0.1.0"
 4625dependencies = [
 4626 "anyhow",
 4627 "async-trait",
 4628 "collections",
 4629 "dap",
 4630 "extension",
 4631 "gpui",
 4632 "serde_json",
 4633 "task",
 4634 "util",
 4635]
 4636
 4637[[package]]
 4638name = "debugger_tools"
 4639version = "0.1.0"
 4640dependencies = [
 4641 "anyhow",
 4642 "dap",
 4643 "editor",
 4644 "futures 0.3.32",
 4645 "gpui",
 4646 "project",
 4647 "serde_json",
 4648 "settings",
 4649 "smol",
 4650 "util",
 4651 "workspace",
 4652]
 4653
 4654[[package]]
 4655name = "debugger_ui"
 4656version = "0.1.0"
 4657dependencies = [
 4658 "alacritty_terminal",
 4659 "anyhow",
 4660 "bitflags 2.10.0",
 4661 "client",
 4662 "collections",
 4663 "command_palette_hooks",
 4664 "dap",
 4665 "dap_adapters",
 4666 "db",
 4667 "debugger_tools",
 4668 "editor",
 4669 "feature_flags",
 4670 "file_icons",
 4671 "futures 0.3.32",
 4672 "fuzzy",
 4673 "gpui",
 4674 "hex",
 4675 "indoc",
 4676 "itertools 0.14.0",
 4677 "language",
 4678 "log",
 4679 "menu",
 4680 "notifications",
 4681 "parking_lot",
 4682 "parse_int",
 4683 "paths",
 4684 "picker",
 4685 "pretty_assertions",
 4686 "project",
 4687 "rpc",
 4688 "schemars",
 4689 "serde",
 4690 "serde_json",
 4691 "serde_json_lenient",
 4692 "settings",
 4693 "sysinfo 0.37.2",
 4694 "task",
 4695 "tasks_ui",
 4696 "terminal_view",
 4697 "text",
 4698 "theme",
 4699 "theme_settings",
 4700 "tree-sitter",
 4701 "tree-sitter-go",
 4702 "tree-sitter-json",
 4703 "ui",
 4704 "ui_input",
 4705 "unindent",
 4706 "util",
 4707 "workspace",
 4708 "zed_actions",
 4709 "zlog",
 4710]
 4711
 4712[[package]]
 4713name = "debugid"
 4714version = "0.8.0"
 4715source = "registry+https://github.com/rust-lang/crates.io-index"
 4716checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4717dependencies = [
 4718 "uuid",
 4719]
 4720
 4721[[package]]
 4722name = "deepseek"
 4723version = "0.1.0"
 4724dependencies = [
 4725 "anyhow",
 4726 "futures 0.3.32",
 4727 "http_client",
 4728 "schemars",
 4729 "serde",
 4730 "serde_json",
 4731]
 4732
 4733[[package]]
 4734name = "deflate64"
 4735version = "0.1.10"
 4736source = "registry+https://github.com/rust-lang/crates.io-index"
 4737checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4738
 4739[[package]]
 4740name = "denoise"
 4741version = "0.1.0"
 4742dependencies = [
 4743 "candle-core",
 4744 "candle-onnx",
 4745 "log",
 4746 "realfft",
 4747 "rodio",
 4748 "rustfft",
 4749 "thiserror 2.0.17",
 4750]
 4751
 4752[[package]]
 4753name = "der"
 4754version = "0.6.1"
 4755source = "registry+https://github.com/rust-lang/crates.io-index"
 4756checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4757dependencies = [
 4758 "const-oid",
 4759 "zeroize",
 4760]
 4761
 4762[[package]]
 4763name = "der"
 4764version = "0.7.10"
 4765source = "registry+https://github.com/rust-lang/crates.io-index"
 4766checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4767dependencies = [
 4768 "const-oid",
 4769 "pem-rfc7468",
 4770 "zeroize",
 4771]
 4772
 4773[[package]]
 4774name = "deranged"
 4775version = "0.5.4"
 4776source = "registry+https://github.com/rust-lang/crates.io-index"
 4777checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4778dependencies = [
 4779 "powerfmt",
 4780 "serde_core",
 4781]
 4782
 4783[[package]]
 4784name = "derive_arbitrary"
 4785version = "1.4.2"
 4786source = "registry+https://github.com/rust-lang/crates.io-index"
 4787checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4788dependencies = [
 4789 "proc-macro2",
 4790 "quote",
 4791 "syn 2.0.117",
 4792]
 4793
 4794[[package]]
 4795name = "derive_more"
 4796version = "2.1.1"
 4797source = "registry+https://github.com/rust-lang/crates.io-index"
 4798checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4799dependencies = [
 4800 "derive_more-impl",
 4801]
 4802
 4803[[package]]
 4804name = "derive_more-impl"
 4805version = "2.1.1"
 4806source = "registry+https://github.com/rust-lang/crates.io-index"
 4807checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4808dependencies = [
 4809 "convert_case 0.10.0",
 4810 "proc-macro2",
 4811 "quote",
 4812 "rustc_version",
 4813 "syn 2.0.117",
 4814 "unicode-xid",
 4815]
 4816
 4817[[package]]
 4818name = "derive_refineable"
 4819version = "0.1.0"
 4820dependencies = [
 4821 "proc-macro2",
 4822 "quote",
 4823 "syn 2.0.117",
 4824]
 4825
 4826[[package]]
 4827name = "derive_setters"
 4828version = "0.1.9"
 4829source = "registry+https://github.com/rust-lang/crates.io-index"
 4830checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4831dependencies = [
 4832 "darling 0.21.3",
 4833 "proc-macro2",
 4834 "quote",
 4835 "syn 2.0.117",
 4836]
 4837
 4838[[package]]
 4839name = "dev_container"
 4840version = "0.1.0"
 4841dependencies = [
 4842 "async-tar",
 4843 "async-trait",
 4844 "env_logger 0.11.8",
 4845 "fs",
 4846 "futures 0.3.32",
 4847 "gpui",
 4848 "http 1.3.1",
 4849 "http_client",
 4850 "log",
 4851 "menu",
 4852 "paths",
 4853 "picker",
 4854 "project",
 4855 "regex",
 4856 "serde",
 4857 "serde_json",
 4858 "serde_json_lenient",
 4859 "settings",
 4860 "shlex",
 4861 "ui",
 4862 "util",
 4863 "walkdir",
 4864 "workspace",
 4865 "worktree",
 4866]
 4867
 4868[[package]]
 4869name = "diagnostics"
 4870version = "0.1.0"
 4871dependencies = [
 4872 "anyhow",
 4873 "collections",
 4874 "component",
 4875 "ctor",
 4876 "editor",
 4877 "gpui",
 4878 "indoc",
 4879 "itertools 0.14.0",
 4880 "language",
 4881 "log",
 4882 "lsp",
 4883 "markdown",
 4884 "pretty_assertions",
 4885 "project",
 4886 "rand 0.9.3",
 4887 "serde",
 4888 "serde_json",
 4889 "settings",
 4890 "text",
 4891 "theme",
 4892 "theme_settings",
 4893 "ui",
 4894 "unindent",
 4895 "util",
 4896 "workspace",
 4897 "zed_actions",
 4898 "zlog",
 4899]
 4900
 4901[[package]]
 4902name = "dialoguer"
 4903version = "0.12.0"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4906dependencies = [
 4907 "console",
 4908 "shell-words",
 4909]
 4910
 4911[[package]]
 4912name = "diff"
 4913version = "0.1.13"
 4914source = "registry+https://github.com/rust-lang/crates.io-index"
 4915checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4916
 4917[[package]]
 4918name = "diffy"
 4919version = "0.4.2"
 4920source = "registry+https://github.com/rust-lang/crates.io-index"
 4921checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4922dependencies = [
 4923 "nu-ansi-term",
 4924]
 4925
 4926[[package]]
 4927name = "digest"
 4928version = "0.10.7"
 4929source = "registry+https://github.com/rust-lang/crates.io-index"
 4930checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4931dependencies = [
 4932 "block-buffer",
 4933 "const-oid",
 4934 "crypto-common",
 4935 "subtle",
 4936]
 4937
 4938[[package]]
 4939name = "dirs"
 4940version = "6.0.0"
 4941source = "registry+https://github.com/rust-lang/crates.io-index"
 4942checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4943dependencies = [
 4944 "dirs-sys",
 4945]
 4946
 4947[[package]]
 4948name = "dirs-sys"
 4949version = "0.5.0"
 4950source = "registry+https://github.com/rust-lang/crates.io-index"
 4951checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4952dependencies = [
 4953 "libc",
 4954 "option-ext",
 4955 "redox_users",
 4956 "windows-sys 0.61.2",
 4957]
 4958
 4959[[package]]
 4960name = "dispatch"
 4961version = "0.2.0"
 4962source = "registry+https://github.com/rust-lang/crates.io-index"
 4963checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4964
 4965[[package]]
 4966name = "dispatch2"
 4967version = "0.3.1"
 4968source = "registry+https://github.com/rust-lang/crates.io-index"
 4969checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4970dependencies = [
 4971 "bitflags 2.10.0",
 4972 "block2",
 4973 "libc",
 4974 "objc2",
 4975]
 4976
 4977[[package]]
 4978name = "displaydoc"
 4979version = "0.2.5"
 4980source = "registry+https://github.com/rust-lang/crates.io-index"
 4981checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4982dependencies = [
 4983 "proc-macro2",
 4984 "quote",
 4985 "syn 2.0.117",
 4986]
 4987
 4988[[package]]
 4989name = "dlib"
 4990version = "0.5.2"
 4991source = "registry+https://github.com/rust-lang/crates.io-index"
 4992checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4993dependencies = [
 4994 "libloading",
 4995]
 4996
 4997[[package]]
 4998name = "docs_preprocessor"
 4999version = "0.1.0"
 5000dependencies = [
 5001 "anyhow",
 5002 "collections",
 5003 "jsonschema",
 5004 "mdbook",
 5005 "regex",
 5006 "schemars",
 5007 "serde",
 5008 "serde_json",
 5009 "settings",
 5010 "task",
 5011 "theme",
 5012 "util",
 5013 "zlog",
 5014]
 5015
 5016[[package]]
 5017name = "document-features"
 5018version = "0.2.12"
 5019source = "registry+https://github.com/rust-lang/crates.io-index"
 5020checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5021dependencies = [
 5022 "litrs",
 5023]
 5024
 5025[[package]]
 5026name = "documented"
 5027version = "0.9.2"
 5028source = "registry+https://github.com/rust-lang/crates.io-index"
 5029checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5030dependencies = [
 5031 "documented-macros",
 5032 "phf 0.12.1",
 5033 "thiserror 2.0.17",
 5034]
 5035
 5036[[package]]
 5037name = "documented-macros"
 5038version = "0.9.2"
 5039source = "registry+https://github.com/rust-lang/crates.io-index"
 5040checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5041dependencies = [
 5042 "convert_case 0.8.0",
 5043 "itertools 0.14.0",
 5044 "optfield",
 5045 "proc-macro2",
 5046 "quote",
 5047 "strum 0.27.2",
 5048 "syn 2.0.117",
 5049]
 5050
 5051[[package]]
 5052name = "dotenvy"
 5053version = "0.15.7"
 5054source = "registry+https://github.com/rust-lang/crates.io-index"
 5055checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5056
 5057[[package]]
 5058name = "downcast-rs"
 5059version = "1.2.1"
 5060source = "registry+https://github.com/rust-lang/crates.io-index"
 5061checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5062
 5063[[package]]
 5064name = "doxygen-rs"
 5065version = "0.4.2"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5068dependencies = [
 5069 "phf 0.11.3",
 5070]
 5071
 5072[[package]]
 5073name = "dtoa"
 5074version = "1.0.10"
 5075source = "registry+https://github.com/rust-lang/crates.io-index"
 5076checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5077
 5078[[package]]
 5079name = "dtoa-short"
 5080version = "0.3.5"
 5081source = "registry+https://github.com/rust-lang/crates.io-index"
 5082checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5083dependencies = [
 5084 "dtoa",
 5085]
 5086
 5087[[package]]
 5088name = "dtor"
 5089version = "0.0.6"
 5090source = "registry+https://github.com/rust-lang/crates.io-index"
 5091checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5092dependencies = [
 5093 "dtor-proc-macro",
 5094]
 5095
 5096[[package]]
 5097name = "dtor-proc-macro"
 5098version = "0.0.5"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5101
 5102[[package]]
 5103name = "dunce"
 5104version = "1.0.5"
 5105source = "registry+https://github.com/rust-lang/crates.io-index"
 5106checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5107
 5108[[package]]
 5109name = "dwrote"
 5110version = "0.11.5"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5113dependencies = [
 5114 "lazy_static",
 5115 "libc",
 5116 "winapi",
 5117 "wio",
 5118]
 5119
 5120[[package]]
 5121name = "dyn-clone"
 5122version = "1.0.20"
 5123source = "registry+https://github.com/rust-lang/crates.io-index"
 5124checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5125
 5126[[package]]
 5127name = "dyn-stack"
 5128version = "0.10.0"
 5129source = "registry+https://github.com/rust-lang/crates.io-index"
 5130checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5131dependencies = [
 5132 "bytemuck",
 5133 "reborrow",
 5134]
 5135
 5136[[package]]
 5137name = "dyn-stack"
 5138version = "0.13.2"
 5139source = "registry+https://github.com/rust-lang/crates.io-index"
 5140checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5141dependencies = [
 5142 "bytemuck",
 5143 "dyn-stack-macros",
 5144]
 5145
 5146[[package]]
 5147name = "dyn-stack-macros"
 5148version = "0.1.3"
 5149source = "registry+https://github.com/rust-lang/crates.io-index"
 5150checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5151
 5152[[package]]
 5153name = "ec4rs"
 5154version = "1.2.0"
 5155source = "registry+https://github.com/rust-lang/crates.io-index"
 5156checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5157
 5158[[package]]
 5159name = "ecdsa"
 5160version = "0.14.8"
 5161source = "registry+https://github.com/rust-lang/crates.io-index"
 5162checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5163dependencies = [
 5164 "der 0.6.1",
 5165 "elliptic-curve",
 5166 "rfc6979",
 5167 "signature 1.6.4",
 5168]
 5169
 5170[[package]]
 5171name = "edit_prediction"
 5172version = "0.1.0"
 5173dependencies = [
 5174 "ai_onboarding",
 5175 "anyhow",
 5176 "buffer_diff",
 5177 "client",
 5178 "clock",
 5179 "cloud_api_client",
 5180 "cloud_api_types",
 5181 "cloud_llm_client",
 5182 "collections",
 5183 "copilot",
 5184 "copilot_ui",
 5185 "credentials_provider",
 5186 "criterion",
 5187 "ctor",
 5188 "db",
 5189 "edit_prediction_context",
 5190 "edit_prediction_metrics",
 5191 "edit_prediction_types",
 5192 "feature_flags",
 5193 "fs",
 5194 "futures 0.3.32",
 5195 "gpui",
 5196 "heapless",
 5197 "indoc",
 5198 "itertools 0.14.0",
 5199 "language",
 5200 "language_model",
 5201 "languages",
 5202 "log",
 5203 "lsp",
 5204 "menu",
 5205 "node_runtime",
 5206 "open_ai",
 5207 "parking_lot",
 5208 "postage",
 5209 "pretty_assertions",
 5210 "project",
 5211 "pulldown-cmark 0.13.0",
 5212 "rand 0.9.3",
 5213 "regex",
 5214 "release_channel",
 5215 "semver",
 5216 "serde",
 5217 "serde_json",
 5218 "settings",
 5219 "strum 0.27.2",
 5220 "telemetry",
 5221 "telemetry_events",
 5222 "text",
 5223 "thiserror 2.0.17",
 5224 "time",
 5225 "toml 0.8.23",
 5226 "ui",
 5227 "util",
 5228 "uuid",
 5229 "workspace",
 5230 "worktree",
 5231 "zed_actions",
 5232 "zed_credentials_provider",
 5233 "zeta_prompt",
 5234 "zlog",
 5235 "zstd",
 5236]
 5237
 5238[[package]]
 5239name = "edit_prediction_cli"
 5240version = "0.1.0"
 5241dependencies = [
 5242 "anthropic",
 5243 "anyhow",
 5244 "chrono",
 5245 "clap",
 5246 "client",
 5247 "cloud_llm_client",
 5248 "collections",
 5249 "db",
 5250 "debug_adapter_extension",
 5251 "dirs",
 5252 "edit_prediction",
 5253 "edit_prediction_metrics",
 5254 "extension",
 5255 "flate2",
 5256 "fs",
 5257 "futures 0.3.32",
 5258 "gaoya",
 5259 "gpui",
 5260 "gpui_platform",
 5261 "gpui_tokio",
 5262 "http_client",
 5263 "indoc",
 5264 "language",
 5265 "language_extension",
 5266 "language_model",
 5267 "language_models",
 5268 "languages",
 5269 "libc",
 5270 "log",
 5271 "node_runtime",
 5272 "open_ai",
 5273 "paths",
 5274 "pretty_assertions",
 5275 "project",
 5276 "prompt_store",
 5277 "rand 0.9.3",
 5278 "release_channel",
 5279 "reqwest_client",
 5280 "rust-embed",
 5281 "serde",
 5282 "serde_json",
 5283 "settings",
 5284 "shellexpand",
 5285 "similar",
 5286 "smol",
 5287 "sqlez",
 5288 "sqlez_macros",
 5289 "strum 0.27.2",
 5290 "telemetry_events",
 5291 "tempfile",
 5292 "terminal_view",
 5293 "toml 0.8.23",
 5294 "util",
 5295 "wasmtime",
 5296 "watch",
 5297 "workspace",
 5298 "zeta_prompt",
 5299]
 5300
 5301[[package]]
 5302name = "edit_prediction_context"
 5303version = "0.1.0"
 5304dependencies = [
 5305 "anyhow",
 5306 "clock",
 5307 "collections",
 5308 "env_logger 0.11.8",
 5309 "futures 0.3.32",
 5310 "gpui",
 5311 "indoc",
 5312 "language",
 5313 "log",
 5314 "lsp",
 5315 "parking_lot",
 5316 "pretty_assertions",
 5317 "project",
 5318 "serde",
 5319 "serde_json",
 5320 "settings",
 5321 "smallvec",
 5322 "text",
 5323 "tree-sitter",
 5324 "util",
 5325 "zeta_prompt",
 5326]
 5327
 5328[[package]]
 5329name = "edit_prediction_metrics"
 5330version = "0.1.0"
 5331dependencies = [
 5332 "indoc",
 5333 "language",
 5334 "pretty_assertions",
 5335 "serde",
 5336 "similar",
 5337 "tree-sitter",
 5338 "zeta_prompt",
 5339]
 5340
 5341[[package]]
 5342name = "edit_prediction_types"
 5343version = "0.1.0"
 5344dependencies = [
 5345 "client",
 5346 "gpui",
 5347 "icons",
 5348 "language",
 5349 "text",
 5350]
 5351
 5352[[package]]
 5353name = "edit_prediction_ui"
 5354version = "0.1.0"
 5355dependencies = [
 5356 "anyhow",
 5357 "buffer_diff",
 5358 "client",
 5359 "cloud_llm_client",
 5360 "codestral",
 5361 "collections",
 5362 "command_palette_hooks",
 5363 "copilot",
 5364 "copilot_chat",
 5365 "copilot_ui",
 5366 "edit_prediction",
 5367 "edit_prediction_types",
 5368 "editor",
 5369 "feature_flags",
 5370 "fs",
 5371 "futures 0.3.32",
 5372 "gpui",
 5373 "indoc",
 5374 "language",
 5375 "markdown",
 5376 "menu",
 5377 "multi_buffer",
 5378 "paths",
 5379 "project",
 5380 "regex",
 5381 "settings",
 5382 "telemetry",
 5383 "text",
 5384 "theme",
 5385 "theme_settings",
 5386 "time",
 5387 "ui",
 5388 "util",
 5389 "workspace",
 5390 "zed_actions",
 5391 "zeta_prompt",
 5392]
 5393
 5394[[package]]
 5395name = "editor"
 5396version = "0.1.0"
 5397dependencies = [
 5398 "aho-corasick",
 5399 "anyhow",
 5400 "assets",
 5401 "breadcrumbs",
 5402 "buffer_diff",
 5403 "client",
 5404 "clock",
 5405 "collections",
 5406 "convert_case 0.8.0",
 5407 "criterion",
 5408 "ctor",
 5409 "dap",
 5410 "db",
 5411 "edit_prediction_types",
 5412 "emojis",
 5413 "feature_flags",
 5414 "file_icons",
 5415 "fs",
 5416 "futures 0.3.32",
 5417 "fuzzy",
 5418 "git",
 5419 "gpui",
 5420 "indoc",
 5421 "itertools 0.14.0",
 5422 "language",
 5423 "languages",
 5424 "linkify",
 5425 "log",
 5426 "lsp",
 5427 "markdown",
 5428 "menu",
 5429 "multi_buffer",
 5430 "ordered-float 2.10.1",
 5431 "parking_lot",
 5432 "pretty_assertions",
 5433 "project",
 5434 "proptest",
 5435 "proptest-derive",
 5436 "rand 0.9.3",
 5437 "regex",
 5438 "release_channel",
 5439 "rope",
 5440 "rpc",
 5441 "schemars",
 5442 "semver",
 5443 "serde",
 5444 "serde_json",
 5445 "settings",
 5446 "smallvec",
 5447 "smol",
 5448 "snippet",
 5449 "sum_tree",
 5450 "task",
 5451 "telemetry",
 5452 "text",
 5453 "theme",
 5454 "theme_settings",
 5455 "time",
 5456 "tracing",
 5457 "tree-sitter-bash",
 5458 "tree-sitter-c",
 5459 "tree-sitter-html",
 5460 "tree-sitter-md",
 5461 "tree-sitter-python",
 5462 "tree-sitter-rust",
 5463 "tree-sitter-typescript",
 5464 "tree-sitter-yaml",
 5465 "ui",
 5466 "ui_input",
 5467 "unicode-script",
 5468 "unicode-segmentation",
 5469 "unicode-width",
 5470 "unindent",
 5471 "url",
 5472 "util",
 5473 "uuid",
 5474 "vim_mode_setting",
 5475 "workspace",
 5476 "zed_actions",
 5477 "zlog",
 5478 "ztracing",
 5479]
 5480
 5481[[package]]
 5482name = "either"
 5483version = "1.15.0"
 5484source = "registry+https://github.com/rust-lang/crates.io-index"
 5485checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5486dependencies = [
 5487 "serde",
 5488]
 5489
 5490[[package]]
 5491name = "elasticlunr-rs"
 5492version = "3.0.2"
 5493source = "registry+https://github.com/rust-lang/crates.io-index"
 5494checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5495dependencies = [
 5496 "regex",
 5497 "serde",
 5498 "serde_derive",
 5499 "serde_json",
 5500]
 5501
 5502[[package]]
 5503name = "elliptic-curve"
 5504version = "0.12.3"
 5505source = "registry+https://github.com/rust-lang/crates.io-index"
 5506checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5507dependencies = [
 5508 "base16ct",
 5509 "crypto-bigint 0.4.9",
 5510 "der 0.6.1",
 5511 "digest",
 5512 "ff",
 5513 "generic-array",
 5514 "group",
 5515 "pkcs8 0.9.0",
 5516 "rand_core 0.6.4",
 5517 "sec1",
 5518 "subtle",
 5519 "zeroize",
 5520]
 5521
 5522[[package]]
 5523name = "email_address"
 5524version = "0.2.9"
 5525source = "registry+https://github.com/rust-lang/crates.io-index"
 5526checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5527dependencies = [
 5528 "serde",
 5529]
 5530
 5531[[package]]
 5532name = "embed-resource"
 5533version = "3.0.6"
 5534source = "registry+https://github.com/rust-lang/crates.io-index"
 5535checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5536dependencies = [
 5537 "cc",
 5538 "memchr",
 5539 "rustc_version",
 5540 "toml 0.9.8",
 5541 "vswhom",
 5542 "winreg 0.55.0",
 5543]
 5544
 5545[[package]]
 5546name = "embedded-io"
 5547version = "0.4.0"
 5548source = "registry+https://github.com/rust-lang/crates.io-index"
 5549checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5550
 5551[[package]]
 5552name = "embedded-io"
 5553version = "0.6.1"
 5554source = "registry+https://github.com/rust-lang/crates.io-index"
 5555checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5556
 5557[[package]]
 5558name = "emojis"
 5559version = "0.6.4"
 5560source = "registry+https://github.com/rust-lang/crates.io-index"
 5561checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5562dependencies = [
 5563 "phf 0.11.3",
 5564]
 5565
 5566[[package]]
 5567name = "encode_unicode"
 5568version = "1.0.0"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5571
 5572[[package]]
 5573name = "encoding_rs"
 5574version = "0.8.35"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5577dependencies = [
 5578 "cfg-if",
 5579]
 5580
 5581[[package]]
 5582name = "encoding_selector"
 5583version = "0.1.0"
 5584dependencies = [
 5585 "editor",
 5586 "encoding_rs",
 5587 "fuzzy",
 5588 "gpui",
 5589 "language",
 5590 "picker",
 5591 "project",
 5592 "ui",
 5593 "util",
 5594 "workspace",
 5595]
 5596
 5597[[package]]
 5598name = "endi"
 5599version = "1.1.0"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5602
 5603[[package]]
 5604name = "enum-as-inner"
 5605version = "0.6.1"
 5606source = "registry+https://github.com/rust-lang/crates.io-index"
 5607checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5608dependencies = [
 5609 "heck 0.5.0",
 5610 "proc-macro2",
 5611 "quote",
 5612 "syn 2.0.117",
 5613]
 5614
 5615[[package]]
 5616name = "enumflags2"
 5617version = "0.7.12"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5620dependencies = [
 5621 "enumflags2_derive",
 5622 "serde",
 5623]
 5624
 5625[[package]]
 5626name = "enumflags2_derive"
 5627version = "0.7.12"
 5628source = "registry+https://github.com/rust-lang/crates.io-index"
 5629checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5630dependencies = [
 5631 "proc-macro2",
 5632 "quote",
 5633 "syn 2.0.117",
 5634]
 5635
 5636[[package]]
 5637name = "env_filter"
 5638version = "0.1.4"
 5639source = "registry+https://github.com/rust-lang/crates.io-index"
 5640checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5641dependencies = [
 5642 "log",
 5643 "regex",
 5644]
 5645
 5646[[package]]
 5647name = "env_logger"
 5648version = "0.10.2"
 5649source = "registry+https://github.com/rust-lang/crates.io-index"
 5650checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5651dependencies = [
 5652 "humantime",
 5653 "is-terminal",
 5654 "log",
 5655 "regex",
 5656 "termcolor",
 5657]
 5658
 5659[[package]]
 5660name = "env_logger"
 5661version = "0.11.8"
 5662source = "registry+https://github.com/rust-lang/crates.io-index"
 5663checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5664dependencies = [
 5665 "anstream",
 5666 "anstyle",
 5667 "env_filter",
 5668 "jiff",
 5669 "log",
 5670]
 5671
 5672[[package]]
 5673name = "env_var"
 5674version = "0.1.0"
 5675dependencies = [
 5676 "gpui_shared_string",
 5677]
 5678
 5679[[package]]
 5680name = "envy"
 5681version = "0.4.2"
 5682source = "registry+https://github.com/rust-lang/crates.io-index"
 5683checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5684dependencies = [
 5685 "serde",
 5686]
 5687
 5688[[package]]
 5689name = "equator"
 5690version = "0.4.2"
 5691source = "registry+https://github.com/rust-lang/crates.io-index"
 5692checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5693dependencies = [
 5694 "equator-macro",
 5695]
 5696
 5697[[package]]
 5698name = "equator-macro"
 5699version = "0.4.2"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5702dependencies = [
 5703 "proc-macro2",
 5704 "quote",
 5705 "syn 2.0.117",
 5706]
 5707
 5708[[package]]
 5709name = "equivalent"
 5710version = "1.0.2"
 5711source = "registry+https://github.com/rust-lang/crates.io-index"
 5712checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5713
 5714[[package]]
 5715name = "erased-serde"
 5716version = "0.4.9"
 5717source = "registry+https://github.com/rust-lang/crates.io-index"
 5718checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5719dependencies = [
 5720 "serde",
 5721 "serde_core",
 5722 "typeid",
 5723]
 5724
 5725[[package]]
 5726name = "errno"
 5727version = "0.2.8"
 5728source = "registry+https://github.com/rust-lang/crates.io-index"
 5729checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5730dependencies = [
 5731 "errno-dragonfly",
 5732 "libc",
 5733 "winapi",
 5734]
 5735
 5736[[package]]
 5737name = "errno"
 5738version = "0.3.14"
 5739source = "registry+https://github.com/rust-lang/crates.io-index"
 5740checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5741dependencies = [
 5742 "libc",
 5743 "windows-sys 0.61.2",
 5744]
 5745
 5746[[package]]
 5747name = "errno-dragonfly"
 5748version = "0.1.2"
 5749source = "registry+https://github.com/rust-lang/crates.io-index"
 5750checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5751dependencies = [
 5752 "cc",
 5753 "libc",
 5754]
 5755
 5756[[package]]
 5757name = "error-graph"
 5758version = "0.1.1"
 5759source = "registry+https://github.com/rust-lang/crates.io-index"
 5760checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5761dependencies = [
 5762 "serde",
 5763]
 5764
 5765[[package]]
 5766name = "etagere"
 5767version = "0.2.15"
 5768source = "registry+https://github.com/rust-lang/crates.io-index"
 5769checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5770dependencies = [
 5771 "euclid",
 5772 "svg_fmt",
 5773]
 5774
 5775[[package]]
 5776name = "etcetera"
 5777version = "0.8.0"
 5778source = "registry+https://github.com/rust-lang/crates.io-index"
 5779checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5780dependencies = [
 5781 "cfg-if",
 5782 "home",
 5783 "windows-sys 0.48.0",
 5784]
 5785
 5786[[package]]
 5787name = "etw_tracing"
 5788version = "0.1.0"
 5789dependencies = [
 5790 "anyhow",
 5791 "gpui",
 5792 "log",
 5793 "net",
 5794 "serde",
 5795 "serde_json",
 5796 "util",
 5797 "windows 0.61.3",
 5798 "windows-core 0.61.2",
 5799 "workspace",
 5800 "wprcontrol",
 5801]
 5802
 5803[[package]]
 5804name = "euclid"
 5805version = "0.22.11"
 5806source = "registry+https://github.com/rust-lang/crates.io-index"
 5807checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5808dependencies = [
 5809 "num-traits",
 5810]
 5811
 5812[[package]]
 5813name = "eval_cli"
 5814version = "0.1.0"
 5815dependencies = [
 5816 "acp_thread",
 5817 "agent",
 5818 "agent-client-protocol",
 5819 "agent_ui",
 5820 "anyhow",
 5821 "clap",
 5822 "client",
 5823 "ctrlc",
 5824 "db",
 5825 "debug_adapter_extension",
 5826 "env_logger 0.11.8",
 5827 "extension",
 5828 "feature_flags",
 5829 "fs",
 5830 "futures 0.3.32",
 5831 "gpui",
 5832 "gpui_platform",
 5833 "gpui_tokio",
 5834 "language",
 5835 "language_extension",
 5836 "language_model",
 5837 "language_models",
 5838 "languages",
 5839 "node_runtime",
 5840 "paths",
 5841 "project",
 5842 "prompt_store",
 5843 "release_channel",
 5844 "reqwest_client",
 5845 "serde",
 5846 "serde_json",
 5847 "settings",
 5848 "shellexpand",
 5849 "terminal_view",
 5850 "util",
 5851 "watch",
 5852]
 5853
 5854[[package]]
 5855name = "eval_utils"
 5856version = "0.1.0"
 5857dependencies = [
 5858 "gpui_platform",
 5859 "serde",
 5860 "smol",
 5861]
 5862
 5863[[package]]
 5864name = "event-listener"
 5865version = "2.5.3"
 5866source = "registry+https://github.com/rust-lang/crates.io-index"
 5867checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5868
 5869[[package]]
 5870name = "event-listener"
 5871version = "5.4.1"
 5872source = "registry+https://github.com/rust-lang/crates.io-index"
 5873checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5874dependencies = [
 5875 "concurrent-queue",
 5876 "parking",
 5877 "pin-project-lite",
 5878]
 5879
 5880[[package]]
 5881name = "event-listener-strategy"
 5882version = "0.5.4"
 5883source = "registry+https://github.com/rust-lang/crates.io-index"
 5884checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5885dependencies = [
 5886 "event-listener 5.4.1",
 5887 "pin-project-lite",
 5888]
 5889
 5890[[package]]
 5891name = "exec"
 5892version = "0.3.1"
 5893source = "registry+https://github.com/rust-lang/crates.io-index"
 5894checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5895dependencies = [
 5896 "errno 0.2.8",
 5897 "libc",
 5898]
 5899
 5900[[package]]
 5901name = "explorer_command_injector"
 5902version = "0.1.0"
 5903dependencies = [
 5904 "windows 0.61.3",
 5905 "windows-core 0.61.2",
 5906 "windows-registry 0.5.3",
 5907]
 5908
 5909[[package]]
 5910name = "exr"
 5911version = "1.74.0"
 5912source = "registry+https://github.com/rust-lang/crates.io-index"
 5913checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
 5914dependencies = [
 5915 "bit_field",
 5916 "half",
 5917 "lebe",
 5918 "miniz_oxide",
 5919 "rayon-core",
 5920 "smallvec",
 5921 "zune-inflate",
 5922]
 5923
 5924[[package]]
 5925name = "extended"
 5926version = "0.1.0"
 5927source = "registry+https://github.com/rust-lang/crates.io-index"
 5928checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5929
 5930[[package]]
 5931name = "extension"
 5932version = "0.1.0"
 5933dependencies = [
 5934 "anyhow",
 5935 "async-trait",
 5936 "cloud_api_types",
 5937 "collections",
 5938 "dap",
 5939 "fs",
 5940 "futures 0.3.32",
 5941 "gpui",
 5942 "heck 0.5.0",
 5943 "http_client",
 5944 "indoc",
 5945 "language",
 5946 "log",
 5947 "lsp",
 5948 "parking_lot",
 5949 "pretty_assertions",
 5950 "proto",
 5951 "semver",
 5952 "serde",
 5953 "serde_json",
 5954 "task",
 5955 "tempfile",
 5956 "toml 0.8.23",
 5957 "tracing",
 5958 "url",
 5959 "util",
 5960 "wasm-encoder 0.221.3",
 5961 "wasmparser 0.221.3",
 5962 "ztracing",
 5963]
 5964
 5965[[package]]
 5966name = "extension_cli"
 5967version = "0.1.0"
 5968dependencies = [
 5969 "anyhow",
 5970 "clap",
 5971 "cloud_api_types",
 5972 "env_logger 0.11.8",
 5973 "extension",
 5974 "fs",
 5975 "gpui_platform",
 5976 "language",
 5977 "log",
 5978 "reqwest_client",
 5979 "serde",
 5980 "serde_json",
 5981 "serde_json_lenient",
 5982 "settings_content",
 5983 "snippet_provider",
 5984 "task",
 5985 "theme_settings",
 5986 "tokio",
 5987 "toml 0.8.23",
 5988 "tree-sitter",
 5989 "wasmtime",
 5990]
 5991
 5992[[package]]
 5993name = "extension_host"
 5994version = "0.1.0"
 5995dependencies = [
 5996 "anyhow",
 5997 "async-compression",
 5998 "async-tar",
 5999 "async-trait",
 6000 "client",
 6001 "cloud_api_types",
 6002 "collections",
 6003 "criterion",
 6004 "ctor",
 6005 "dap",
 6006 "extension",
 6007 "fs",
 6008 "futures 0.3.32",
 6009 "gpui",
 6010 "gpui_tokio",
 6011 "http_client",
 6012 "language",
 6013 "language_extension",
 6014 "log",
 6015 "lsp",
 6016 "moka",
 6017 "node_runtime",
 6018 "parking_lot",
 6019 "paths",
 6020 "project",
 6021 "release_channel",
 6022 "remote",
 6023 "reqwest_client",
 6024 "semver",
 6025 "serde",
 6026 "serde_json",
 6027 "serde_json_lenient",
 6028 "settings",
 6029 "task",
 6030 "telemetry",
 6031 "tempfile",
 6032 "theme",
 6033 "theme_extension",
 6034 "theme_settings",
 6035 "toml 0.8.23",
 6036 "tracing",
 6037 "url",
 6038 "util",
 6039 "wasmparser 0.221.3",
 6040 "wasmtime",
 6041 "wasmtime-wasi",
 6042 "zlog",
 6043 "ztracing",
 6044]
 6045
 6046[[package]]
 6047name = "extensions_ui"
 6048version = "0.1.0"
 6049dependencies = [
 6050 "anyhow",
 6051 "client",
 6052 "cloud_api_types",
 6053 "collections",
 6054 "db",
 6055 "editor",
 6056 "extension",
 6057 "extension_host",
 6058 "fs",
 6059 "fuzzy",
 6060 "gpui",
 6061 "language",
 6062 "log",
 6063 "num-format",
 6064 "picker",
 6065 "project",
 6066 "release_channel",
 6067 "semver",
 6068 "serde",
 6069 "settings",
 6070 "smallvec",
 6071 "strum 0.27.2",
 6072 "telemetry",
 6073 "theme_settings",
 6074 "ui",
 6075 "util",
 6076 "vim_mode_setting",
 6077 "workspace",
 6078 "zed_actions",
 6079]
 6080
 6081[[package]]
 6082name = "failspot"
 6083version = "0.2.0"
 6084source = "registry+https://github.com/rust-lang/crates.io-index"
 6085checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6086
 6087[[package]]
 6088name = "fallible-iterator"
 6089version = "0.3.0"
 6090source = "registry+https://github.com/rust-lang/crates.io-index"
 6091checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6092
 6093[[package]]
 6094name = "fancy-regex"
 6095version = "0.16.2"
 6096source = "registry+https://github.com/rust-lang/crates.io-index"
 6097checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6098dependencies = [
 6099 "bit-set 0.8.0",
 6100 "regex-automata",
 6101 "regex-syntax",
 6102]
 6103
 6104[[package]]
 6105name = "fancy-regex"
 6106version = "0.17.0"
 6107source = "registry+https://github.com/rust-lang/crates.io-index"
 6108checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6109dependencies = [
 6110 "bit-set 0.8.0",
 6111 "regex-automata",
 6112 "regex-syntax",
 6113]
 6114
 6115[[package]]
 6116name = "fast-srgb8"
 6117version = "1.0.0"
 6118source = "registry+https://github.com/rust-lang/crates.io-index"
 6119checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6120
 6121[[package]]
 6122name = "fastrand"
 6123version = "1.9.0"
 6124source = "registry+https://github.com/rust-lang/crates.io-index"
 6125checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6126dependencies = [
 6127 "instant",
 6128]
 6129
 6130[[package]]
 6131name = "fastrand"
 6132version = "2.3.0"
 6133source = "registry+https://github.com/rust-lang/crates.io-index"
 6134checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6135
 6136[[package]]
 6137name = "fax"
 6138version = "0.2.6"
 6139source = "registry+https://github.com/rust-lang/crates.io-index"
 6140checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6141dependencies = [
 6142 "fax_derive",
 6143]
 6144
 6145[[package]]
 6146name = "fax_derive"
 6147version = "0.2.0"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6150dependencies = [
 6151 "proc-macro2",
 6152 "quote",
 6153 "syn 2.0.117",
 6154]
 6155
 6156[[package]]
 6157name = "fd-lock"
 6158version = "4.0.4"
 6159source = "registry+https://github.com/rust-lang/crates.io-index"
 6160checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6161dependencies = [
 6162 "cfg-if",
 6163 "rustix 1.1.2",
 6164 "windows-sys 0.59.0",
 6165]
 6166
 6167[[package]]
 6168name = "fdeflate"
 6169version = "0.3.7"
 6170source = "registry+https://github.com/rust-lang/crates.io-index"
 6171checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6172dependencies = [
 6173 "simd-adler32",
 6174]
 6175
 6176[[package]]
 6177name = "feature_flags"
 6178version = "0.1.0"
 6179dependencies = [
 6180 "gpui",
 6181]
 6182
 6183[[package]]
 6184name = "feedback"
 6185version = "0.1.0"
 6186dependencies = [
 6187 "extension_host",
 6188 "gpui",
 6189 "system_specs",
 6190 "urlencoding",
 6191 "util",
 6192 "workspace",
 6193 "zed_actions",
 6194]
 6195
 6196[[package]]
 6197name = "ff"
 6198version = "0.12.1"
 6199source = "registry+https://github.com/rust-lang/crates.io-index"
 6200checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6201dependencies = [
 6202 "rand_core 0.6.4",
 6203 "subtle",
 6204]
 6205
 6206[[package]]
 6207name = "file_finder"
 6208version = "0.1.0"
 6209dependencies = [
 6210 "anyhow",
 6211 "channel",
 6212 "client",
 6213 "collections",
 6214 "ctor",
 6215 "editor",
 6216 "file_icons",
 6217 "futures 0.3.32",
 6218 "fuzzy",
 6219 "fuzzy_nucleo",
 6220 "gpui",
 6221 "menu",
 6222 "open_path_prompt",
 6223 "picker",
 6224 "pretty_assertions",
 6225 "project",
 6226 "project_panel",
 6227 "remote_connection",
 6228 "serde",
 6229 "serde_json",
 6230 "settings",
 6231 "theme",
 6232 "theme_settings",
 6233 "ui",
 6234 "util",
 6235 "workspace",
 6236 "zed_actions",
 6237 "zlog",
 6238]
 6239
 6240[[package]]
 6241name = "file_icons"
 6242version = "0.1.0"
 6243dependencies = [
 6244 "gpui",
 6245 "serde",
 6246 "theme",
 6247 "util",
 6248]
 6249
 6250[[package]]
 6251name = "filedescriptor"
 6252version = "0.8.3"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6255dependencies = [
 6256 "libc",
 6257 "thiserror 1.0.69",
 6258 "winapi",
 6259]
 6260
 6261[[package]]
 6262name = "filetime"
 6263version = "0.2.26"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6266dependencies = [
 6267 "cfg-if",
 6268 "libc",
 6269 "libredox",
 6270 "windows-sys 0.60.2",
 6271]
 6272
 6273[[package]]
 6274name = "find-msvc-tools"
 6275version = "0.1.5"
 6276source = "registry+https://github.com/rust-lang/crates.io-index"
 6277checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6278
 6279[[package]]
 6280name = "fixedbitset"
 6281version = "0.4.2"
 6282source = "registry+https://github.com/rust-lang/crates.io-index"
 6283checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6284
 6285[[package]]
 6286name = "fixedbitset"
 6287version = "0.5.7"
 6288source = "registry+https://github.com/rust-lang/crates.io-index"
 6289checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6290
 6291[[package]]
 6292name = "flate2"
 6293version = "1.1.8"
 6294source = "registry+https://github.com/rust-lang/crates.io-index"
 6295checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6296dependencies = [
 6297 "crc32fast",
 6298 "miniz_oxide",
 6299]
 6300
 6301[[package]]
 6302name = "float-cmp"
 6303version = "0.9.0"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6306
 6307[[package]]
 6308name = "float-ord"
 6309version = "0.3.2"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6312
 6313[[package]]
 6314name = "float8"
 6315version = "0.4.2"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6318dependencies = [
 6319 "half",
 6320 "num-traits",
 6321 "rand 0.9.3",
 6322 "rand_distr",
 6323]
 6324
 6325[[package]]
 6326name = "float_next_after"
 6327version = "1.0.0"
 6328source = "registry+https://github.com/rust-lang/crates.io-index"
 6329checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6330
 6331[[package]]
 6332name = "fluent-uri"
 6333version = "0.4.1"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6336dependencies = [
 6337 "borrow-or-share",
 6338 "ref-cast",
 6339 "serde",
 6340]
 6341
 6342[[package]]
 6343name = "flume"
 6344version = "0.11.1"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6347dependencies = [
 6348 "futures-core",
 6349 "futures-sink",
 6350 "nanorand",
 6351 "spin 0.9.8",
 6352]
 6353
 6354[[package]]
 6355name = "fnv"
 6356version = "1.0.7"
 6357source = "registry+https://github.com/rust-lang/crates.io-index"
 6358checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6359
 6360[[package]]
 6361name = "foldhash"
 6362version = "0.1.5"
 6363source = "registry+https://github.com/rust-lang/crates.io-index"
 6364checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6365
 6366[[package]]
 6367name = "foldhash"
 6368version = "0.2.0"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6371
 6372[[package]]
 6373name = "font-types"
 6374version = "0.10.0"
 6375source = "registry+https://github.com/rust-lang/crates.io-index"
 6376checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6377dependencies = [
 6378 "bytemuck",
 6379]
 6380
 6381[[package]]
 6382name = "font-types"
 6383version = "0.11.0"
 6384source = "registry+https://github.com/rust-lang/crates.io-index"
 6385checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6386dependencies = [
 6387 "bytemuck",
 6388]
 6389
 6390[[package]]
 6391name = "fontconfig-parser"
 6392version = "0.5.8"
 6393source = "registry+https://github.com/rust-lang/crates.io-index"
 6394checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6395dependencies = [
 6396 "roxmltree",
 6397]
 6398
 6399[[package]]
 6400name = "fontdb"
 6401version = "0.16.2"
 6402source = "registry+https://github.com/rust-lang/crates.io-index"
 6403checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6404dependencies = [
 6405 "fontconfig-parser",
 6406 "log",
 6407 "memmap2",
 6408 "slotmap",
 6409 "tinyvec",
 6410 "ttf-parser 0.20.0",
 6411]
 6412
 6413[[package]]
 6414name = "fontdb"
 6415version = "0.23.0"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6418dependencies = [
 6419 "fontconfig-parser",
 6420 "log",
 6421 "memmap2",
 6422 "slotmap",
 6423 "tinyvec",
 6424 "ttf-parser 0.25.1",
 6425]
 6426
 6427[[package]]
 6428name = "foreign-types"
 6429version = "0.3.2"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6432dependencies = [
 6433 "foreign-types-shared 0.1.1",
 6434]
 6435
 6436[[package]]
 6437name = "foreign-types"
 6438version = "0.5.0"
 6439source = "registry+https://github.com/rust-lang/crates.io-index"
 6440checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6441dependencies = [
 6442 "foreign-types-macros",
 6443 "foreign-types-shared 0.3.1",
 6444]
 6445
 6446[[package]]
 6447name = "foreign-types-macros"
 6448version = "0.2.3"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6451dependencies = [
 6452 "proc-macro2",
 6453 "quote",
 6454 "syn 2.0.117",
 6455]
 6456
 6457[[package]]
 6458name = "foreign-types-shared"
 6459version = "0.1.1"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6462
 6463[[package]]
 6464name = "foreign-types-shared"
 6465version = "0.3.1"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6468
 6469[[package]]
 6470name = "fork"
 6471version = "0.4.0"
 6472source = "registry+https://github.com/rust-lang/crates.io-index"
 6473checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6474dependencies = [
 6475 "libc",
 6476]
 6477
 6478[[package]]
 6479name = "form_urlencoded"
 6480version = "1.2.2"
 6481source = "registry+https://github.com/rust-lang/crates.io-index"
 6482checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6483dependencies = [
 6484 "percent-encoding",
 6485]
 6486
 6487[[package]]
 6488name = "fraction"
 6489version = "0.15.3"
 6490source = "registry+https://github.com/rust-lang/crates.io-index"
 6491checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6492dependencies = [
 6493 "lazy_static",
 6494 "num",
 6495]
 6496
 6497[[package]]
 6498name = "freetype-sys"
 6499version = "0.20.1"
 6500source = "registry+https://github.com/rust-lang/crates.io-index"
 6501checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6502dependencies = [
 6503 "cc",
 6504 "libc",
 6505 "pkg-config",
 6506]
 6507
 6508[[package]]
 6509name = "fs"
 6510version = "0.1.0"
 6511dependencies = [
 6512 "anyhow",
 6513 "ashpd",
 6514 "async-tar",
 6515 "async-trait",
 6516 "collections",
 6517 "dunce",
 6518 "fs",
 6519 "futures 0.3.32",
 6520 "git",
 6521 "gpui",
 6522 "ignore",
 6523 "is_executable",
 6524 "libc",
 6525 "log",
 6526 "notify 8.2.0",
 6527 "parking_lot",
 6528 "paths",
 6529 "proto",
 6530 "rope",
 6531 "serde",
 6532 "serde_json",
 6533 "smol",
 6534 "tempfile",
 6535 "text",
 6536 "thiserror 2.0.17",
 6537 "time",
 6538 "trash",
 6539 "util",
 6540 "windows 0.61.3",
 6541]
 6542
 6543[[package]]
 6544name = "fs-set-times"
 6545version = "0.20.3"
 6546source = "registry+https://github.com/rust-lang/crates.io-index"
 6547checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6548dependencies = [
 6549 "io-lifetimes",
 6550 "rustix 1.1.2",
 6551 "windows-sys 0.59.0",
 6552]
 6553
 6554[[package]]
 6555name = "fs2"
 6556version = "0.4.3"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6559dependencies = [
 6560 "libc",
 6561 "winapi",
 6562]
 6563
 6564[[package]]
 6565name = "fs_benchmarks"
 6566version = "0.1.0"
 6567dependencies = [
 6568 "fs",
 6569 "gpui",
 6570 "gpui_platform",
 6571]
 6572
 6573[[package]]
 6574name = "fs_extra"
 6575version = "1.3.0"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6578
 6579[[package]]
 6580name = "fsevent-sys"
 6581version = "4.1.0"
 6582source = "registry+https://github.com/rust-lang/crates.io-index"
 6583checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6584dependencies = [
 6585 "libc",
 6586]
 6587
 6588[[package]]
 6589name = "fuchsia-cprng"
 6590version = "0.1.1"
 6591source = "registry+https://github.com/rust-lang/crates.io-index"
 6592checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6593
 6594[[package]]
 6595name = "funty"
 6596version = "2.0.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6599
 6600[[package]]
 6601name = "futf"
 6602version = "0.1.5"
 6603source = "registry+https://github.com/rust-lang/crates.io-index"
 6604checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6605dependencies = [
 6606 "mac",
 6607 "new_debug_unreachable",
 6608]
 6609
 6610[[package]]
 6611name = "futures"
 6612version = "0.1.31"
 6613source = "registry+https://github.com/rust-lang/crates.io-index"
 6614checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6615
 6616[[package]]
 6617name = "futures"
 6618version = "0.3.32"
 6619source = "registry+https://github.com/rust-lang/crates.io-index"
 6620checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6621dependencies = [
 6622 "futures-channel",
 6623 "futures-core",
 6624 "futures-executor",
 6625 "futures-io",
 6626 "futures-sink",
 6627 "futures-task",
 6628 "futures-util",
 6629]
 6630
 6631[[package]]
 6632name = "futures-channel"
 6633version = "0.3.32"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6636dependencies = [
 6637 "futures-core",
 6638 "futures-sink",
 6639]
 6640
 6641[[package]]
 6642name = "futures-concurrency"
 6643version = "7.7.1"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6646dependencies = [
 6647 "fixedbitset 0.5.7",
 6648 "futures-core",
 6649 "futures-lite 2.6.1",
 6650 "pin-project",
 6651 "smallvec",
 6652]
 6653
 6654[[package]]
 6655name = "futures-core"
 6656version = "0.3.32"
 6657source = "registry+https://github.com/rust-lang/crates.io-index"
 6658checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6659
 6660[[package]]
 6661name = "futures-executor"
 6662version = "0.3.32"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6665dependencies = [
 6666 "futures-core",
 6667 "futures-task",
 6668 "futures-util",
 6669]
 6670
 6671[[package]]
 6672name = "futures-intrusive"
 6673version = "0.5.0"
 6674source = "registry+https://github.com/rust-lang/crates.io-index"
 6675checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6676dependencies = [
 6677 "futures-core",
 6678 "lock_api",
 6679 "parking_lot",
 6680]
 6681
 6682[[package]]
 6683name = "futures-io"
 6684version = "0.3.32"
 6685source = "registry+https://github.com/rust-lang/crates.io-index"
 6686checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6687
 6688[[package]]
 6689name = "futures-lite"
 6690version = "1.13.0"
 6691source = "registry+https://github.com/rust-lang/crates.io-index"
 6692checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6693dependencies = [
 6694 "fastrand 1.9.0",
 6695 "futures-core",
 6696 "futures-io",
 6697 "memchr",
 6698 "parking",
 6699 "pin-project-lite",
 6700 "waker-fn",
 6701]
 6702
 6703[[package]]
 6704name = "futures-lite"
 6705version = "2.6.1"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6708dependencies = [
 6709 "fastrand 2.3.0",
 6710 "futures-core",
 6711 "futures-io",
 6712 "parking",
 6713 "pin-project-lite",
 6714]
 6715
 6716[[package]]
 6717name = "futures-macro"
 6718version = "0.3.32"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6721dependencies = [
 6722 "proc-macro2",
 6723 "quote",
 6724 "syn 2.0.117",
 6725]
 6726
 6727[[package]]
 6728name = "futures-sink"
 6729version = "0.3.32"
 6730source = "registry+https://github.com/rust-lang/crates.io-index"
 6731checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6732
 6733[[package]]
 6734name = "futures-task"
 6735version = "0.3.32"
 6736source = "registry+https://github.com/rust-lang/crates.io-index"
 6737checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6738
 6739[[package]]
 6740name = "futures-util"
 6741version = "0.3.32"
 6742source = "registry+https://github.com/rust-lang/crates.io-index"
 6743checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6744dependencies = [
 6745 "futures 0.1.31",
 6746 "futures-channel",
 6747 "futures-core",
 6748 "futures-io",
 6749 "futures-macro",
 6750 "futures-sink",
 6751 "futures-task",
 6752 "libc",
 6753 "memchr",
 6754 "pin-project-lite",
 6755 "slab",
 6756 "tokio-io",
 6757]
 6758
 6759[[package]]
 6760name = "fuzzy"
 6761version = "0.1.0"
 6762dependencies = [
 6763 "gpui",
 6764 "log",
 6765 "util",
 6766]
 6767
 6768[[package]]
 6769name = "fuzzy_nucleo"
 6770version = "0.1.0"
 6771dependencies = [
 6772 "gpui",
 6773 "nucleo",
 6774 "util",
 6775]
 6776
 6777[[package]]
 6778name = "gaoya"
 6779version = "0.2.0"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6782dependencies = [
 6783 "ahash 0.8.12",
 6784 "crossbeam-utils",
 6785 "fnv",
 6786 "itertools 0.10.5",
 6787 "num-traits",
 6788 "rand 0.8.5",
 6789 "rand_pcg",
 6790 "random_choice",
 6791 "rayon",
 6792 "seahash",
 6793 "sha-1",
 6794 "shingles",
 6795 "siphasher 0.3.11",
 6796 "smallvec",
 6797 "triomphe",
 6798]
 6799
 6800[[package]]
 6801name = "gemm"
 6802version = "0.17.1"
 6803source = "registry+https://github.com/rust-lang/crates.io-index"
 6804checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6805dependencies = [
 6806 "dyn-stack 0.10.0",
 6807 "gemm-c32 0.17.1",
 6808 "gemm-c64 0.17.1",
 6809 "gemm-common 0.17.1",
 6810 "gemm-f16 0.17.1",
 6811 "gemm-f32 0.17.1",
 6812 "gemm-f64 0.17.1",
 6813 "num-complex",
 6814 "num-traits",
 6815 "paste",
 6816 "raw-cpuid 10.7.0",
 6817 "seq-macro",
 6818]
 6819
 6820[[package]]
 6821name = "gemm"
 6822version = "0.18.2"
 6823source = "registry+https://github.com/rust-lang/crates.io-index"
 6824checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6825dependencies = [
 6826 "dyn-stack 0.13.2",
 6827 "gemm-c32 0.18.2",
 6828 "gemm-c64 0.18.2",
 6829 "gemm-common 0.18.2",
 6830 "gemm-f16 0.18.2",
 6831 "gemm-f32 0.18.2",
 6832 "gemm-f64 0.18.2",
 6833 "num-complex",
 6834 "num-traits",
 6835 "paste",
 6836 "raw-cpuid 11.6.0",
 6837 "seq-macro",
 6838]
 6839
 6840[[package]]
 6841name = "gemm-c32"
 6842version = "0.17.1"
 6843source = "registry+https://github.com/rust-lang/crates.io-index"
 6844checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6845dependencies = [
 6846 "dyn-stack 0.10.0",
 6847 "gemm-common 0.17.1",
 6848 "num-complex",
 6849 "num-traits",
 6850 "paste",
 6851 "raw-cpuid 10.7.0",
 6852 "seq-macro",
 6853]
 6854
 6855[[package]]
 6856name = "gemm-c32"
 6857version = "0.18.2"
 6858source = "registry+https://github.com/rust-lang/crates.io-index"
 6859checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6860dependencies = [
 6861 "dyn-stack 0.13.2",
 6862 "gemm-common 0.18.2",
 6863 "num-complex",
 6864 "num-traits",
 6865 "paste",
 6866 "raw-cpuid 11.6.0",
 6867 "seq-macro",
 6868]
 6869
 6870[[package]]
 6871name = "gemm-c64"
 6872version = "0.17.1"
 6873source = "registry+https://github.com/rust-lang/crates.io-index"
 6874checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6875dependencies = [
 6876 "dyn-stack 0.10.0",
 6877 "gemm-common 0.17.1",
 6878 "num-complex",
 6879 "num-traits",
 6880 "paste",
 6881 "raw-cpuid 10.7.0",
 6882 "seq-macro",
 6883]
 6884
 6885[[package]]
 6886name = "gemm-c64"
 6887version = "0.18.2"
 6888source = "registry+https://github.com/rust-lang/crates.io-index"
 6889checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6890dependencies = [
 6891 "dyn-stack 0.13.2",
 6892 "gemm-common 0.18.2",
 6893 "num-complex",
 6894 "num-traits",
 6895 "paste",
 6896 "raw-cpuid 11.6.0",
 6897 "seq-macro",
 6898]
 6899
 6900[[package]]
 6901name = "gemm-common"
 6902version = "0.17.1"
 6903source = "registry+https://github.com/rust-lang/crates.io-index"
 6904checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6905dependencies = [
 6906 "bytemuck",
 6907 "dyn-stack 0.10.0",
 6908 "half",
 6909 "num-complex",
 6910 "num-traits",
 6911 "once_cell",
 6912 "paste",
 6913 "pulp 0.18.22",
 6914 "raw-cpuid 10.7.0",
 6915 "rayon",
 6916 "seq-macro",
 6917 "sysctl 0.5.5",
 6918]
 6919
 6920[[package]]
 6921name = "gemm-common"
 6922version = "0.18.2"
 6923source = "registry+https://github.com/rust-lang/crates.io-index"
 6924checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6925dependencies = [
 6926 "bytemuck",
 6927 "dyn-stack 0.13.2",
 6928 "half",
 6929 "libm",
 6930 "num-complex",
 6931 "num-traits",
 6932 "once_cell",
 6933 "paste",
 6934 "pulp 0.21.5",
 6935 "raw-cpuid 11.6.0",
 6936 "rayon",
 6937 "seq-macro",
 6938 "sysctl 0.6.0",
 6939]
 6940
 6941[[package]]
 6942name = "gemm-f16"
 6943version = "0.17.1"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6946dependencies = [
 6947 "dyn-stack 0.10.0",
 6948 "gemm-common 0.17.1",
 6949 "gemm-f32 0.17.1",
 6950 "half",
 6951 "num-complex",
 6952 "num-traits",
 6953 "paste",
 6954 "raw-cpuid 10.7.0",
 6955 "rayon",
 6956 "seq-macro",
 6957]
 6958
 6959[[package]]
 6960name = "gemm-f16"
 6961version = "0.18.2"
 6962source = "registry+https://github.com/rust-lang/crates.io-index"
 6963checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6964dependencies = [
 6965 "dyn-stack 0.13.2",
 6966 "gemm-common 0.18.2",
 6967 "gemm-f32 0.18.2",
 6968 "half",
 6969 "num-complex",
 6970 "num-traits",
 6971 "paste",
 6972 "raw-cpuid 11.6.0",
 6973 "rayon",
 6974 "seq-macro",
 6975]
 6976
 6977[[package]]
 6978name = "gemm-f32"
 6979version = "0.17.1"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6982dependencies = [
 6983 "dyn-stack 0.10.0",
 6984 "gemm-common 0.17.1",
 6985 "num-complex",
 6986 "num-traits",
 6987 "paste",
 6988 "raw-cpuid 10.7.0",
 6989 "seq-macro",
 6990]
 6991
 6992[[package]]
 6993name = "gemm-f32"
 6994version = "0.18.2"
 6995source = "registry+https://github.com/rust-lang/crates.io-index"
 6996checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6997dependencies = [
 6998 "dyn-stack 0.13.2",
 6999 "gemm-common 0.18.2",
 7000 "num-complex",
 7001 "num-traits",
 7002 "paste",
 7003 "raw-cpuid 11.6.0",
 7004 "seq-macro",
 7005]
 7006
 7007[[package]]
 7008name = "gemm-f64"
 7009version = "0.17.1"
 7010source = "registry+https://github.com/rust-lang/crates.io-index"
 7011checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7012dependencies = [
 7013 "dyn-stack 0.10.0",
 7014 "gemm-common 0.17.1",
 7015 "num-complex",
 7016 "num-traits",
 7017 "paste",
 7018 "raw-cpuid 10.7.0",
 7019 "seq-macro",
 7020]
 7021
 7022[[package]]
 7023name = "gemm-f64"
 7024version = "0.18.2"
 7025source = "registry+https://github.com/rust-lang/crates.io-index"
 7026checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7027dependencies = [
 7028 "dyn-stack 0.13.2",
 7029 "gemm-common 0.18.2",
 7030 "num-complex",
 7031 "num-traits",
 7032 "paste",
 7033 "raw-cpuid 11.6.0",
 7034 "seq-macro",
 7035]
 7036
 7037[[package]]
 7038name = "generator"
 7039version = "0.8.7"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7042dependencies = [
 7043 "cc",
 7044 "cfg-if",
 7045 "libc",
 7046 "log",
 7047 "rustversion",
 7048 "windows 0.61.3",
 7049]
 7050
 7051[[package]]
 7052name = "generic-array"
 7053version = "0.14.7"
 7054source = "registry+https://github.com/rust-lang/crates.io-index"
 7055checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7056dependencies = [
 7057 "typenum",
 7058 "version_check",
 7059]
 7060
 7061[[package]]
 7062name = "gethostname"
 7063version = "1.1.0"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7066dependencies = [
 7067 "rustix 1.1.2",
 7068 "windows-link 0.2.1",
 7069]
 7070
 7071[[package]]
 7072name = "getrandom"
 7073version = "0.2.16"
 7074source = "registry+https://github.com/rust-lang/crates.io-index"
 7075checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7076dependencies = [
 7077 "cfg-if",
 7078 "js-sys",
 7079 "libc",
 7080 "wasi",
 7081 "wasm-bindgen",
 7082]
 7083
 7084[[package]]
 7085name = "getrandom"
 7086version = "0.3.4"
 7087source = "registry+https://github.com/rust-lang/crates.io-index"
 7088checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7089dependencies = [
 7090 "cfg-if",
 7091 "js-sys",
 7092 "libc",
 7093 "r-efi",
 7094 "wasip2",
 7095 "wasm-bindgen",
 7096]
 7097
 7098[[package]]
 7099name = "getrandom"
 7100version = "0.4.1"
 7101source = "registry+https://github.com/rust-lang/crates.io-index"
 7102checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7103dependencies = [
 7104 "cfg-if",
 7105 "libc",
 7106 "r-efi",
 7107 "wasip2",
 7108 "wasip3",
 7109]
 7110
 7111[[package]]
 7112name = "gh-workflow"
 7113version = "0.8.0"
 7114source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7115dependencies = [
 7116 "async-trait",
 7117 "derive_more",
 7118 "derive_setters",
 7119 "gh-workflow-macros",
 7120 "indexmap",
 7121 "merge",
 7122 "serde",
 7123 "serde_json",
 7124 "serde_yaml",
 7125 "strum_macros 0.27.2",
 7126]
 7127
 7128[[package]]
 7129name = "gh-workflow-macros"
 7130version = "0.8.0"
 7131source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7132dependencies = [
 7133 "heck 0.5.0",
 7134 "quote",
 7135 "syn 2.0.117",
 7136]
 7137
 7138[[package]]
 7139name = "gif"
 7140version = "0.13.3"
 7141source = "registry+https://github.com/rust-lang/crates.io-index"
 7142checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7143dependencies = [
 7144 "color_quant",
 7145 "weezl",
 7146]
 7147
 7148[[package]]
 7149name = "gif"
 7150version = "0.14.2"
 7151source = "registry+https://github.com/rust-lang/crates.io-index"
 7152checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7153dependencies = [
 7154 "color_quant",
 7155 "weezl",
 7156]
 7157
 7158[[package]]
 7159name = "gimli"
 7160version = "0.32.3"
 7161source = "registry+https://github.com/rust-lang/crates.io-index"
 7162checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7163dependencies = [
 7164 "fallible-iterator",
 7165 "indexmap",
 7166 "stable_deref_trait",
 7167]
 7168
 7169[[package]]
 7170name = "gio-sys"
 7171version = "0.21.5"
 7172source = "registry+https://github.com/rust-lang/crates.io-index"
 7173checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7174dependencies = [
 7175 "glib-sys",
 7176 "gobject-sys",
 7177 "libc",
 7178 "system-deps",
 7179 "windows-sys 0.61.2",
 7180]
 7181
 7182[[package]]
 7183name = "git"
 7184version = "0.1.0"
 7185dependencies = [
 7186 "anyhow",
 7187 "askpass",
 7188 "async-trait",
 7189 "collections",
 7190 "derive_more",
 7191 "futures 0.3.32",
 7192 "git2",
 7193 "gpui",
 7194 "http_client",
 7195 "itertools 0.14.0",
 7196 "log",
 7197 "parking_lot",
 7198 "pretty_assertions",
 7199 "rand 0.9.3",
 7200 "regex",
 7201 "rope",
 7202 "schemars",
 7203 "serde",
 7204 "serde_json",
 7205 "smallvec",
 7206 "smol",
 7207 "sum_tree",
 7208 "tempfile",
 7209 "text",
 7210 "thiserror 2.0.17",
 7211 "time",
 7212 "url",
 7213 "urlencoding",
 7214 "util",
 7215 "uuid",
 7216 "ztracing",
 7217]
 7218
 7219[[package]]
 7220name = "git2"
 7221version = "0.20.4"
 7222source = "registry+https://github.com/rust-lang/crates.io-index"
 7223checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7224dependencies = [
 7225 "bitflags 2.10.0",
 7226 "libc",
 7227 "libgit2-sys",
 7228 "log",
 7229 "url",
 7230]
 7231
 7232[[package]]
 7233name = "git_graph"
 7234version = "0.1.0"
 7235dependencies = [
 7236 "anyhow",
 7237 "collections",
 7238 "db",
 7239 "editor",
 7240 "fs",
 7241 "git",
 7242 "git_ui",
 7243 "gpui",
 7244 "language",
 7245 "menu",
 7246 "project",
 7247 "rand 0.9.3",
 7248 "remote_connection",
 7249 "search",
 7250 "serde_json",
 7251 "settings",
 7252 "smallvec",
 7253 "smol",
 7254 "theme",
 7255 "theme_settings",
 7256 "time",
 7257 "ui",
 7258 "workspace",
 7259]
 7260
 7261[[package]]
 7262name = "git_hosting_providers"
 7263version = "0.1.0"
 7264dependencies = [
 7265 "anyhow",
 7266 "async-trait",
 7267 "futures 0.3.32",
 7268 "git",
 7269 "gpui",
 7270 "http_client",
 7271 "indoc",
 7272 "itertools 0.14.0",
 7273 "pretty_assertions",
 7274 "regex",
 7275 "serde",
 7276 "serde_json",
 7277 "settings",
 7278 "url",
 7279 "urlencoding",
 7280 "util",
 7281]
 7282
 7283[[package]]
 7284name = "git_ui"
 7285version = "0.1.0"
 7286dependencies = [
 7287 "agent_settings",
 7288 "alacritty_terminal",
 7289 "anyhow",
 7290 "askpass",
 7291 "buffer_diff",
 7292 "call",
 7293 "collections",
 7294 "component",
 7295 "ctor",
 7296 "db",
 7297 "editor",
 7298 "file_icons",
 7299 "futures 0.3.32",
 7300 "fuzzy",
 7301 "git",
 7302 "gpui",
 7303 "indoc",
 7304 "itertools 0.14.0",
 7305 "language",
 7306 "language_model",
 7307 "linkify",
 7308 "log",
 7309 "markdown",
 7310 "menu",
 7311 "multi_buffer",
 7312 "notifications",
 7313 "panel",
 7314 "picker",
 7315 "pretty_assertions",
 7316 "project",
 7317 "prompt_store",
 7318 "proto",
 7319 "rand 0.9.3",
 7320 "remote",
 7321 "remote_connection",
 7322 "schemars",
 7323 "serde",
 7324 "serde_json",
 7325 "settings",
 7326 "smallvec",
 7327 "smol",
 7328 "strum 0.27.2",
 7329 "telemetry",
 7330 "theme",
 7331 "theme_settings",
 7332 "time",
 7333 "time_format",
 7334 "tracing",
 7335 "ui",
 7336 "ui_input",
 7337 "unindent",
 7338 "util",
 7339 "watch",
 7340 "windows 0.61.3",
 7341 "workspace",
 7342 "zed_actions",
 7343 "zeroize",
 7344 "zlog",
 7345 "ztracing",
 7346]
 7347
 7348[[package]]
 7349name = "gl_generator"
 7350version = "0.14.0"
 7351source = "registry+https://github.com/rust-lang/crates.io-index"
 7352checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7353dependencies = [
 7354 "khronos_api",
 7355 "log",
 7356 "xml-rs",
 7357]
 7358
 7359[[package]]
 7360name = "glib"
 7361version = "0.21.5"
 7362source = "registry+https://github.com/rust-lang/crates.io-index"
 7363checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7364dependencies = [
 7365 "bitflags 2.10.0",
 7366 "futures-channel",
 7367 "futures-core",
 7368 "futures-executor",
 7369 "futures-task",
 7370 "futures-util",
 7371 "gio-sys",
 7372 "glib-macros",
 7373 "glib-sys",
 7374 "gobject-sys",
 7375 "libc",
 7376 "memchr",
 7377 "smallvec",
 7378]
 7379
 7380[[package]]
 7381name = "glib-macros"
 7382version = "0.21.5"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7385dependencies = [
 7386 "heck 0.5.0",
 7387 "proc-macro-crate",
 7388 "proc-macro2",
 7389 "quote",
 7390 "syn 2.0.117",
 7391]
 7392
 7393[[package]]
 7394name = "glib-sys"
 7395version = "0.21.5"
 7396source = "registry+https://github.com/rust-lang/crates.io-index"
 7397checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7398dependencies = [
 7399 "libc",
 7400 "system-deps",
 7401]
 7402
 7403[[package]]
 7404name = "glob"
 7405version = "0.3.3"
 7406source = "registry+https://github.com/rust-lang/crates.io-index"
 7407checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7408
 7409[[package]]
 7410name = "globset"
 7411version = "0.4.17"
 7412source = "registry+https://github.com/rust-lang/crates.io-index"
 7413checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7414dependencies = [
 7415 "aho-corasick",
 7416 "bstr",
 7417 "log",
 7418 "regex-automata",
 7419 "regex-syntax",
 7420]
 7421
 7422[[package]]
 7423name = "gloo-timers"
 7424version = "0.3.0"
 7425source = "registry+https://github.com/rust-lang/crates.io-index"
 7426checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7427dependencies = [
 7428 "futures-channel",
 7429 "futures-core",
 7430 "js-sys",
 7431 "wasm-bindgen",
 7432]
 7433
 7434[[package]]
 7435name = "glow"
 7436version = "0.17.0"
 7437source = "registry+https://github.com/rust-lang/crates.io-index"
 7438checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7439dependencies = [
 7440 "js-sys",
 7441 "slotmap",
 7442 "wasm-bindgen",
 7443 "web-sys",
 7444]
 7445
 7446[[package]]
 7447name = "glutin_wgl_sys"
 7448version = "0.6.1"
 7449source = "registry+https://github.com/rust-lang/crates.io-index"
 7450checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7451dependencies = [
 7452 "gl_generator",
 7453]
 7454
 7455[[package]]
 7456name = "go_to_line"
 7457version = "0.1.0"
 7458dependencies = [
 7459 "editor",
 7460 "gpui",
 7461 "indoc",
 7462 "language",
 7463 "menu",
 7464 "multi_buffer",
 7465 "project",
 7466 "rope",
 7467 "serde",
 7468 "serde_json",
 7469 "settings",
 7470 "text",
 7471 "theme",
 7472 "ui",
 7473 "util",
 7474 "workspace",
 7475]
 7476
 7477[[package]]
 7478name = "gobject-sys"
 7479version = "0.21.5"
 7480source = "registry+https://github.com/rust-lang/crates.io-index"
 7481checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7482dependencies = [
 7483 "glib-sys",
 7484 "libc",
 7485 "system-deps",
 7486]
 7487
 7488[[package]]
 7489name = "goblin"
 7490version = "0.9.3"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7493dependencies = [
 7494 "log",
 7495 "plain",
 7496 "scroll",
 7497]
 7498
 7499[[package]]
 7500name = "google_ai"
 7501version = "0.1.0"
 7502dependencies = [
 7503 "anyhow",
 7504 "futures 0.3.32",
 7505 "http_client",
 7506 "language_model_core",
 7507 "log",
 7508 "schemars",
 7509 "serde",
 7510 "serde_json",
 7511 "strum 0.27.2",
 7512 "tiktoken-rs",
 7513]
 7514
 7515[[package]]
 7516name = "gpu-allocator"
 7517version = "0.28.0"
 7518source = "registry+https://github.com/rust-lang/crates.io-index"
 7519checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7520dependencies = [
 7521 "ash",
 7522 "hashbrown 0.16.1",
 7523 "log",
 7524 "presser",
 7525 "thiserror 2.0.17",
 7526 "windows 0.62.2",
 7527]
 7528
 7529[[package]]
 7530name = "gpu-descriptor"
 7531version = "0.3.2"
 7532source = "registry+https://github.com/rust-lang/crates.io-index"
 7533checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7534dependencies = [
 7535 "bitflags 2.10.0",
 7536 "gpu-descriptor-types",
 7537 "hashbrown 0.15.5",
 7538]
 7539
 7540[[package]]
 7541name = "gpu-descriptor-types"
 7542version = "0.2.0"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7545dependencies = [
 7546 "bitflags 2.10.0",
 7547]
 7548
 7549[[package]]
 7550name = "gpui"
 7551version = "0.2.2"
 7552dependencies = [
 7553 "anyhow",
 7554 "async-channel 2.5.0",
 7555 "async-task",
 7556 "backtrace",
 7557 "bindgen 0.71.1",
 7558 "bitflags 2.10.0",
 7559 "block",
 7560 "cbindgen",
 7561 "chrono",
 7562 "cocoa 0.26.0",
 7563 "cocoa-foundation 0.2.0",
 7564 "collections",
 7565 "core-foundation 0.10.0",
 7566 "core-foundation-sys",
 7567 "core-graphics 0.24.0",
 7568 "core-text",
 7569 "core-video",
 7570 "ctor",
 7571 "derive_more",
 7572 "embed-resource",
 7573 "env_logger 0.11.8",
 7574 "etagere",
 7575 "foreign-types 0.5.0",
 7576 "futures 0.3.32",
 7577 "futures-concurrency",
 7578 "getrandom 0.3.4",
 7579 "gpui_macros",
 7580 "gpui_platform",
 7581 "gpui_shared_string",
 7582 "gpui_util",
 7583 "gpui_web",
 7584 "http_client",
 7585 "image",
 7586 "inventory",
 7587 "itertools 0.14.0",
 7588 "log",
 7589 "lyon",
 7590 "mach2 0.5.0",
 7591 "media",
 7592 "metal",
 7593 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7594 "num_cpus",
 7595 "objc",
 7596 "objc2",
 7597 "objc2-metal",
 7598 "parking",
 7599 "parking_lot",
 7600 "pathfinder_geometry",
 7601 "pin-project",
 7602 "pollster 0.4.0",
 7603 "postage",
 7604 "profiling",
 7605 "proptest",
 7606 "rand 0.9.3",
 7607 "raw-window-handle",
 7608 "refineable",
 7609 "regex",
 7610 "reqwest_client",
 7611 "resvg",
 7612 "scheduler",
 7613 "schemars",
 7614 "seahash",
 7615 "serde",
 7616 "serde_json",
 7617 "slotmap",
 7618 "smallvec",
 7619 "spin 0.10.0",
 7620 "stacksafe",
 7621 "strum 0.27.2",
 7622 "sum_tree",
 7623 "taffy",
 7624 "thiserror 2.0.17",
 7625 "ttf-parser 0.25.1",
 7626 "unicode-segmentation",
 7627 "url",
 7628 "usvg",
 7629 "util_macros",
 7630 "uuid",
 7631 "waker-fn",
 7632 "wasm-bindgen",
 7633 "web-time",
 7634 "windows 0.61.3",
 7635 "zed-font-kit",
 7636 "zed-scap",
 7637]
 7638
 7639[[package]]
 7640name = "gpui_linux"
 7641version = "0.1.0"
 7642dependencies = [
 7643 "anyhow",
 7644 "as-raw-xcb-connection",
 7645 "ashpd",
 7646 "bitflags 2.10.0",
 7647 "bytemuck",
 7648 "calloop",
 7649 "calloop-wayland-source",
 7650 "collections",
 7651 "filedescriptor",
 7652 "futures 0.3.32",
 7653 "gpui",
 7654 "gpui_wgpu",
 7655 "http_client",
 7656 "image",
 7657 "itertools 0.14.0",
 7658 "libc",
 7659 "log",
 7660 "oo7",
 7661 "open",
 7662 "parking_lot",
 7663 "pathfinder_geometry",
 7664 "pollster 0.4.0",
 7665 "profiling",
 7666 "raw-window-handle",
 7667 "smallvec",
 7668 "smol",
 7669 "strum 0.27.2",
 7670 "swash",
 7671 "url",
 7672 "util",
 7673 "uuid",
 7674 "wayland-backend",
 7675 "wayland-client",
 7676 "wayland-cursor",
 7677 "wayland-protocols",
 7678 "wayland-protocols-plasma",
 7679 "wayland-protocols-wlr",
 7680 "x11-clipboard",
 7681 "x11rb",
 7682 "xkbcommon",
 7683 "zed-scap",
 7684 "zed-xim",
 7685]
 7686
 7687[[package]]
 7688name = "gpui_macos"
 7689version = "0.1.0"
 7690dependencies = [
 7691 "anyhow",
 7692 "async-task",
 7693 "block",
 7694 "cbindgen",
 7695 "cocoa 0.26.0",
 7696 "collections",
 7697 "core-foundation 0.10.0",
 7698 "core-foundation-sys",
 7699 "core-graphics 0.24.0",
 7700 "core-text",
 7701 "core-video",
 7702 "ctor",
 7703 "derive_more",
 7704 "dispatch2",
 7705 "etagere",
 7706 "foreign-types 0.5.0",
 7707 "futures 0.3.32",
 7708 "gpui",
 7709 "image",
 7710 "itertools 0.14.0",
 7711 "libc",
 7712 "log",
 7713 "mach2 0.5.0",
 7714 "media",
 7715 "metal",
 7716 "objc",
 7717 "objc2-app-kit",
 7718 "parking_lot",
 7719 "pathfinder_geometry",
 7720 "raw-window-handle",
 7721 "semver",
 7722 "smallvec",
 7723 "strum 0.27.2",
 7724 "util",
 7725 "uuid",
 7726 "zed-font-kit",
 7727]
 7728
 7729[[package]]
 7730name = "gpui_macros"
 7731version = "0.1.0"
 7732dependencies = [
 7733 "gpui",
 7734 "heck 0.5.0",
 7735 "proc-macro2",
 7736 "quote",
 7737 "syn 2.0.117",
 7738]
 7739
 7740[[package]]
 7741name = "gpui_platform"
 7742version = "0.1.0"
 7743dependencies = [
 7744 "console_error_panic_hook",
 7745 "gpui",
 7746 "gpui_linux",
 7747 "gpui_macos",
 7748 "gpui_web",
 7749 "gpui_windows",
 7750]
 7751
 7752[[package]]
 7753name = "gpui_shared_string"
 7754version = "0.1.0"
 7755dependencies = [
 7756 "derive_more",
 7757 "gpui_util",
 7758 "schemars",
 7759 "serde",
 7760]
 7761
 7762[[package]]
 7763name = "gpui_tokio"
 7764version = "0.1.0"
 7765dependencies = [
 7766 "anyhow",
 7767 "gpui",
 7768 "tokio",
 7769 "util",
 7770]
 7771
 7772[[package]]
 7773name = "gpui_util"
 7774version = "0.1.0"
 7775dependencies = [
 7776 "anyhow",
 7777 "log",
 7778]
 7779
 7780[[package]]
 7781name = "gpui_web"
 7782version = "0.1.0"
 7783dependencies = [
 7784 "anyhow",
 7785 "console_error_panic_hook",
 7786 "futures 0.3.32",
 7787 "gpui",
 7788 "gpui_wgpu",
 7789 "http_client",
 7790 "js-sys",
 7791 "log",
 7792 "parking_lot",
 7793 "raw-window-handle",
 7794 "smallvec",
 7795 "uuid",
 7796 "wasm-bindgen",
 7797 "wasm-bindgen-futures",
 7798 "wasm_thread",
 7799 "web-sys",
 7800 "web-time",
 7801]
 7802
 7803[[package]]
 7804name = "gpui_wgpu"
 7805version = "0.1.0"
 7806dependencies = [
 7807 "anyhow",
 7808 "bytemuck",
 7809 "collections",
 7810 "cosmic-text",
 7811 "etagere",
 7812 "gpui",
 7813 "gpui_util",
 7814 "itertools 0.14.0",
 7815 "js-sys",
 7816 "log",
 7817 "parking_lot",
 7818 "pollster 0.4.0",
 7819 "profiling",
 7820 "raw-window-handle",
 7821 "smallvec",
 7822 "swash",
 7823 "wasm-bindgen",
 7824 "wasm-bindgen-futures",
 7825 "web-sys",
 7826 "wgpu",
 7827 "zed-font-kit",
 7828]
 7829
 7830[[package]]
 7831name = "gpui_windows"
 7832version = "0.1.0"
 7833dependencies = [
 7834 "anyhow",
 7835 "collections",
 7836 "etagere",
 7837 "futures 0.3.32",
 7838 "gpui",
 7839 "image",
 7840 "itertools 0.14.0",
 7841 "log",
 7842 "parking_lot",
 7843 "rand 0.9.3",
 7844 "raw-window-handle",
 7845 "smallvec",
 7846 "util",
 7847 "uuid",
 7848 "windows 0.61.3",
 7849 "windows-core 0.61.2",
 7850 "windows-numerics 0.2.0",
 7851 "windows-registry 0.5.3",
 7852 "zed-scap",
 7853]
 7854
 7855[[package]]
 7856name = "grammars"
 7857version = "0.1.0"
 7858dependencies = [
 7859 "anyhow",
 7860 "language_core",
 7861 "rust-embed",
 7862 "toml 0.8.23",
 7863 "tree-sitter",
 7864 "tree-sitter-bash",
 7865 "tree-sitter-c",
 7866 "tree-sitter-cpp",
 7867 "tree-sitter-css",
 7868 "tree-sitter-diff",
 7869 "tree-sitter-gitcommit",
 7870 "tree-sitter-go",
 7871 "tree-sitter-gomod",
 7872 "tree-sitter-gowork",
 7873 "tree-sitter-jsdoc",
 7874 "tree-sitter-json",
 7875 "tree-sitter-md",
 7876 "tree-sitter-python",
 7877 "tree-sitter-regex",
 7878 "tree-sitter-rust",
 7879 "tree-sitter-typescript",
 7880 "tree-sitter-yaml",
 7881 "util",
 7882]
 7883
 7884[[package]]
 7885name = "grid"
 7886version = "0.18.0"
 7887source = "registry+https://github.com/rust-lang/crates.io-index"
 7888checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7889
 7890[[package]]
 7891name = "group"
 7892version = "0.12.1"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7895dependencies = [
 7896 "ff",
 7897 "rand_core 0.6.4",
 7898 "subtle",
 7899]
 7900
 7901[[package]]
 7902name = "h2"
 7903version = "0.3.27"
 7904source = "registry+https://github.com/rust-lang/crates.io-index"
 7905checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7906dependencies = [
 7907 "bytes 1.11.1",
 7908 "fnv",
 7909 "futures-core",
 7910 "futures-sink",
 7911 "futures-util",
 7912 "http 0.2.12",
 7913 "indexmap",
 7914 "slab",
 7915 "tokio",
 7916 "tokio-util",
 7917 "tracing",
 7918]
 7919
 7920[[package]]
 7921name = "h2"
 7922version = "0.4.12"
 7923source = "registry+https://github.com/rust-lang/crates.io-index"
 7924checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7925dependencies = [
 7926 "atomic-waker",
 7927 "bytes 1.11.1",
 7928 "fnv",
 7929 "futures-core",
 7930 "futures-sink",
 7931 "http 1.3.1",
 7932 "indexmap",
 7933 "slab",
 7934 "tokio",
 7935 "tokio-util",
 7936 "tracing",
 7937]
 7938
 7939[[package]]
 7940name = "half"
 7941version = "2.7.1"
 7942source = "registry+https://github.com/rust-lang/crates.io-index"
 7943checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7944dependencies = [
 7945 "bytemuck",
 7946 "cfg-if",
 7947 "crunchy",
 7948 "num-traits",
 7949 "rand 0.9.3",
 7950 "rand_distr",
 7951 "zerocopy",
 7952]
 7953
 7954[[package]]
 7955name = "handlebars"
 7956version = "4.5.0"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7959dependencies = [
 7960 "log",
 7961 "pest",
 7962 "pest_derive",
 7963 "rust-embed",
 7964 "serde",
 7965 "serde_json",
 7966 "thiserror 1.0.69",
 7967]
 7968
 7969[[package]]
 7970name = "handlebars"
 7971version = "5.1.2"
 7972source = "registry+https://github.com/rust-lang/crates.io-index"
 7973checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7974dependencies = [
 7975 "log",
 7976 "pest",
 7977 "pest_derive",
 7978 "serde",
 7979 "serde_json",
 7980 "thiserror 1.0.69",
 7981]
 7982
 7983[[package]]
 7984name = "harfrust"
 7985version = "0.5.0"
 7986source = "registry+https://github.com/rust-lang/crates.io-index"
 7987checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7988dependencies = [
 7989 "bitflags 2.10.0",
 7990 "bytemuck",
 7991 "core_maths",
 7992 "read-fonts 0.37.0",
 7993 "smallvec",
 7994]
 7995
 7996[[package]]
 7997name = "hash32"
 7998version = "0.3.1"
 7999source = "registry+https://github.com/rust-lang/crates.io-index"
 8000checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8001dependencies = [
 8002 "byteorder",
 8003]
 8004
 8005[[package]]
 8006name = "hashbrown"
 8007version = "0.12.3"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8010dependencies = [
 8011 "ahash 0.7.8",
 8012]
 8013
 8014[[package]]
 8015name = "hashbrown"
 8016version = "0.14.5"
 8017source = "registry+https://github.com/rust-lang/crates.io-index"
 8018checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8019dependencies = [
 8020 "ahash 0.8.12",
 8021 "allocator-api2",
 8022]
 8023
 8024[[package]]
 8025name = "hashbrown"
 8026version = "0.15.5"
 8027source = "registry+https://github.com/rust-lang/crates.io-index"
 8028checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8029dependencies = [
 8030 "allocator-api2",
 8031 "equivalent",
 8032 "foldhash 0.1.5",
 8033 "serde",
 8034]
 8035
 8036[[package]]
 8037name = "hashbrown"
 8038version = "0.16.1"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8041dependencies = [
 8042 "allocator-api2",
 8043 "equivalent",
 8044 "foldhash 0.2.0",
 8045]
 8046
 8047[[package]]
 8048name = "hashlink"
 8049version = "0.8.4"
 8050source = "registry+https://github.com/rust-lang/crates.io-index"
 8051checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8052dependencies = [
 8053 "hashbrown 0.14.5",
 8054]
 8055
 8056[[package]]
 8057name = "hashlink"
 8058version = "0.10.0"
 8059source = "registry+https://github.com/rust-lang/crates.io-index"
 8060checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8061dependencies = [
 8062 "hashbrown 0.15.5",
 8063]
 8064
 8065[[package]]
 8066name = "headers"
 8067version = "0.3.9"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8070dependencies = [
 8071 "base64 0.21.7",
 8072 "bytes 1.11.1",
 8073 "headers-core",
 8074 "http 0.2.12",
 8075 "httpdate",
 8076 "mime",
 8077 "sha1",
 8078]
 8079
 8080[[package]]
 8081name = "headers-core"
 8082version = "0.2.0"
 8083source = "registry+https://github.com/rust-lang/crates.io-index"
 8084checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8085dependencies = [
 8086 "http 0.2.12",
 8087]
 8088
 8089[[package]]
 8090name = "heapless"
 8091version = "0.9.2"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8094dependencies = [
 8095 "hash32",
 8096 "stable_deref_trait",
 8097]
 8098
 8099[[package]]
 8100name = "heck"
 8101version = "0.3.3"
 8102source = "registry+https://github.com/rust-lang/crates.io-index"
 8103checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8104dependencies = [
 8105 "unicode-segmentation",
 8106]
 8107
 8108[[package]]
 8109name = "heck"
 8110version = "0.4.1"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8113dependencies = [
 8114 "unicode-segmentation",
 8115]
 8116
 8117[[package]]
 8118name = "heck"
 8119version = "0.5.0"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8122
 8123[[package]]
 8124name = "heed"
 8125version = "0.21.0"
 8126source = "registry+https://github.com/rust-lang/crates.io-index"
 8127checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8128dependencies = [
 8129 "bitflags 2.10.0",
 8130 "byteorder",
 8131 "heed-traits",
 8132 "heed-types",
 8133 "libc",
 8134 "lmdb-master-sys",
 8135 "once_cell",
 8136 "page_size",
 8137 "serde",
 8138 "synchronoise",
 8139 "url",
 8140]
 8141
 8142[[package]]
 8143name = "heed-traits"
 8144version = "0.20.0"
 8145source = "registry+https://github.com/rust-lang/crates.io-index"
 8146checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8147
 8148[[package]]
 8149name = "heed-types"
 8150version = "0.21.0"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8153dependencies = [
 8154 "bincode",
 8155 "byteorder",
 8156 "heed-traits",
 8157 "serde",
 8158 "serde_json",
 8159]
 8160
 8161[[package]]
 8162name = "hermit-abi"
 8163version = "0.5.2"
 8164source = "registry+https://github.com/rust-lang/crates.io-index"
 8165checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8166
 8167[[package]]
 8168name = "hex"
 8169version = "0.4.3"
 8170source = "registry+https://github.com/rust-lang/crates.io-index"
 8171checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8172
 8173[[package]]
 8174name = "hexf-parse"
 8175version = "0.2.1"
 8176source = "registry+https://github.com/rust-lang/crates.io-index"
 8177checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8178
 8179[[package]]
 8180name = "hkdf"
 8181version = "0.12.4"
 8182source = "registry+https://github.com/rust-lang/crates.io-index"
 8183checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8184dependencies = [
 8185 "hmac",
 8186]
 8187
 8188[[package]]
 8189name = "hmac"
 8190version = "0.12.1"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8193dependencies = [
 8194 "digest",
 8195]
 8196
 8197[[package]]
 8198name = "home"
 8199version = "0.5.11"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8202dependencies = [
 8203 "windows-sys 0.59.0",
 8204]
 8205
 8206[[package]]
 8207name = "hound"
 8208version = "3.5.1"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8211
 8212[[package]]
 8213name = "html5ever"
 8214version = "0.27.0"
 8215source = "registry+https://github.com/rust-lang/crates.io-index"
 8216checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8217dependencies = [
 8218 "log",
 8219 "mac",
 8220 "markup5ever 0.12.1",
 8221 "proc-macro2",
 8222 "quote",
 8223 "syn 2.0.117",
 8224]
 8225
 8226[[package]]
 8227name = "html5ever"
 8228version = "0.35.0"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8231dependencies = [
 8232 "log",
 8233 "markup5ever 0.35.0",
 8234 "match_token",
 8235]
 8236
 8237[[package]]
 8238name = "html_to_markdown"
 8239version = "0.1.0"
 8240dependencies = [
 8241 "anyhow",
 8242 "html5ever 0.27.0",
 8243 "indoc",
 8244 "markup5ever_rcdom",
 8245 "pretty_assertions",
 8246 "regex",
 8247]
 8248
 8249[[package]]
 8250name = "http"
 8251version = "0.2.12"
 8252source = "registry+https://github.com/rust-lang/crates.io-index"
 8253checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8254dependencies = [
 8255 "bytes 1.11.1",
 8256 "fnv",
 8257 "itoa",
 8258]
 8259
 8260[[package]]
 8261name = "http"
 8262version = "1.3.1"
 8263source = "registry+https://github.com/rust-lang/crates.io-index"
 8264checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8265dependencies = [
 8266 "bytes 1.11.1",
 8267 "fnv",
 8268 "itoa",
 8269]
 8270
 8271[[package]]
 8272name = "http-body"
 8273version = "0.4.6"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8276dependencies = [
 8277 "bytes 1.11.1",
 8278 "http 0.2.12",
 8279 "pin-project-lite",
 8280]
 8281
 8282[[package]]
 8283name = "http-body"
 8284version = "1.0.1"
 8285source = "registry+https://github.com/rust-lang/crates.io-index"
 8286checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8287dependencies = [
 8288 "bytes 1.11.1",
 8289 "http 1.3.1",
 8290]
 8291
 8292[[package]]
 8293name = "http-body-util"
 8294version = "0.1.3"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8297dependencies = [
 8298 "bytes 1.11.1",
 8299 "futures-core",
 8300 "http 1.3.1",
 8301 "http-body 1.0.1",
 8302 "pin-project-lite",
 8303]
 8304
 8305[[package]]
 8306name = "http-range-header"
 8307version = "0.3.1"
 8308source = "registry+https://github.com/rust-lang/crates.io-index"
 8309checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8310
 8311[[package]]
 8312name = "http_client"
 8313version = "0.1.0"
 8314dependencies = [
 8315 "anyhow",
 8316 "async-compression",
 8317 "async-fs",
 8318 "async-tar",
 8319 "bytes 1.11.1",
 8320 "derive_more",
 8321 "futures 0.3.32",
 8322 "http 1.3.1",
 8323 "http-body 1.0.1",
 8324 "log",
 8325 "parking_lot",
 8326 "serde",
 8327 "serde_json",
 8328 "serde_urlencoded",
 8329 "sha2",
 8330 "tempfile",
 8331 "url",
 8332 "util",
 8333]
 8334
 8335[[package]]
 8336name = "http_client_tls"
 8337version = "0.1.0"
 8338dependencies = [
 8339 "rustls 0.23.33",
 8340 "rustls-platform-verifier",
 8341]
 8342
 8343[[package]]
 8344name = "httparse"
 8345version = "1.10.1"
 8346source = "registry+https://github.com/rust-lang/crates.io-index"
 8347checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8348
 8349[[package]]
 8350name = "httpdate"
 8351version = "1.0.3"
 8352source = "registry+https://github.com/rust-lang/crates.io-index"
 8353checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8354
 8355[[package]]
 8356name = "human_bytes"
 8357version = "0.4.3"
 8358source = "registry+https://github.com/rust-lang/crates.io-index"
 8359checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8360
 8361[[package]]
 8362name = "humantime"
 8363version = "2.3.0"
 8364source = "registry+https://github.com/rust-lang/crates.io-index"
 8365checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8366
 8367[[package]]
 8368name = "hyper"
 8369version = "0.14.32"
 8370source = "registry+https://github.com/rust-lang/crates.io-index"
 8371checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8372dependencies = [
 8373 "bytes 1.11.1",
 8374 "futures-channel",
 8375 "futures-core",
 8376 "futures-util",
 8377 "h2 0.3.27",
 8378 "http 0.2.12",
 8379 "http-body 0.4.6",
 8380 "httparse",
 8381 "httpdate",
 8382 "itoa",
 8383 "pin-project-lite",
 8384 "socket2 0.5.10",
 8385 "tokio",
 8386 "tower-service",
 8387 "tracing",
 8388 "want",
 8389]
 8390
 8391[[package]]
 8392name = "hyper"
 8393version = "1.7.0"
 8394source = "registry+https://github.com/rust-lang/crates.io-index"
 8395checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8396dependencies = [
 8397 "atomic-waker",
 8398 "bytes 1.11.1",
 8399 "futures-channel",
 8400 "futures-core",
 8401 "h2 0.4.12",
 8402 "http 1.3.1",
 8403 "http-body 1.0.1",
 8404 "httparse",
 8405 "itoa",
 8406 "pin-project-lite",
 8407 "pin-utils",
 8408 "smallvec",
 8409 "tokio",
 8410 "want",
 8411]
 8412
 8413[[package]]
 8414name = "hyper-rustls"
 8415version = "0.24.2"
 8416source = "registry+https://github.com/rust-lang/crates.io-index"
 8417checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8418dependencies = [
 8419 "futures-util",
 8420 "http 0.2.12",
 8421 "hyper 0.14.32",
 8422 "log",
 8423 "rustls 0.21.12",
 8424 "rustls-native-certs 0.6.3",
 8425 "tokio",
 8426 "tokio-rustls 0.24.1",
 8427]
 8428
 8429[[package]]
 8430name = "hyper-rustls"
 8431version = "0.27.7"
 8432source = "registry+https://github.com/rust-lang/crates.io-index"
 8433checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8434dependencies = [
 8435 "http 1.3.1",
 8436 "hyper 1.7.0",
 8437 "hyper-util",
 8438 "log",
 8439 "rustls 0.23.33",
 8440 "rustls-native-certs 0.8.2",
 8441 "rustls-pki-types",
 8442 "tokio",
 8443 "tokio-rustls 0.26.2",
 8444 "tower-service",
 8445]
 8446
 8447[[package]]
 8448name = "hyper-timeout"
 8449version = "0.5.2"
 8450source = "registry+https://github.com/rust-lang/crates.io-index"
 8451checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8452dependencies = [
 8453 "hyper 1.7.0",
 8454 "hyper-util",
 8455 "pin-project-lite",
 8456 "tokio",
 8457 "tower-service",
 8458]
 8459
 8460[[package]]
 8461name = "hyper-tls"
 8462version = "0.5.0"
 8463source = "registry+https://github.com/rust-lang/crates.io-index"
 8464checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8465dependencies = [
 8466 "bytes 1.11.1",
 8467 "hyper 0.14.32",
 8468 "native-tls",
 8469 "tokio",
 8470 "tokio-native-tls",
 8471]
 8472
 8473[[package]]
 8474name = "hyper-util"
 8475version = "0.1.17"
 8476source = "registry+https://github.com/rust-lang/crates.io-index"
 8477checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8478dependencies = [
 8479 "base64 0.22.1",
 8480 "bytes 1.11.1",
 8481 "futures-channel",
 8482 "futures-core",
 8483 "futures-util",
 8484 "http 1.3.1",
 8485 "http-body 1.0.1",
 8486 "hyper 1.7.0",
 8487 "ipnet",
 8488 "libc",
 8489 "percent-encoding",
 8490 "pin-project-lite",
 8491 "socket2 0.6.1",
 8492 "tokio",
 8493 "tower-service",
 8494 "tracing",
 8495]
 8496
 8497[[package]]
 8498name = "iana-time-zone"
 8499version = "0.1.64"
 8500source = "registry+https://github.com/rust-lang/crates.io-index"
 8501checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8502dependencies = [
 8503 "android_system_properties",
 8504 "core-foundation-sys",
 8505 "iana-time-zone-haiku",
 8506 "js-sys",
 8507 "log",
 8508 "wasm-bindgen",
 8509 "windows-core 0.62.2",
 8510]
 8511
 8512[[package]]
 8513name = "iana-time-zone-haiku"
 8514version = "0.1.2"
 8515source = "registry+https://github.com/rust-lang/crates.io-index"
 8516checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8517dependencies = [
 8518 "cc",
 8519]
 8520
 8521[[package]]
 8522name = "icons"
 8523version = "0.1.0"
 8524dependencies = [
 8525 "serde",
 8526 "strum 0.27.2",
 8527]
 8528
 8529[[package]]
 8530name = "icu_collections"
 8531version = "2.0.0"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8534dependencies = [
 8535 "displaydoc",
 8536 "potential_utf",
 8537 "yoke 0.8.0",
 8538 "zerofrom",
 8539 "zerovec",
 8540]
 8541
 8542[[package]]
 8543name = "icu_locale_core"
 8544version = "2.0.0"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8547dependencies = [
 8548 "displaydoc",
 8549 "litemap",
 8550 "tinystr",
 8551 "writeable",
 8552 "zerovec",
 8553]
 8554
 8555[[package]]
 8556name = "icu_normalizer"
 8557version = "2.0.0"
 8558source = "registry+https://github.com/rust-lang/crates.io-index"
 8559checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8560dependencies = [
 8561 "displaydoc",
 8562 "icu_collections",
 8563 "icu_normalizer_data",
 8564 "icu_properties",
 8565 "icu_provider",
 8566 "smallvec",
 8567 "zerovec",
 8568]
 8569
 8570[[package]]
 8571name = "icu_normalizer_data"
 8572version = "2.0.0"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8575
 8576[[package]]
 8577name = "icu_properties"
 8578version = "2.0.1"
 8579source = "registry+https://github.com/rust-lang/crates.io-index"
 8580checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8581dependencies = [
 8582 "displaydoc",
 8583 "icu_collections",
 8584 "icu_locale_core",
 8585 "icu_properties_data",
 8586 "icu_provider",
 8587 "potential_utf",
 8588 "zerotrie",
 8589 "zerovec",
 8590]
 8591
 8592[[package]]
 8593name = "icu_properties_data"
 8594version = "2.0.1"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8597
 8598[[package]]
 8599name = "icu_provider"
 8600version = "2.0.0"
 8601source = "registry+https://github.com/rust-lang/crates.io-index"
 8602checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8603dependencies = [
 8604 "displaydoc",
 8605 "icu_locale_core",
 8606 "stable_deref_trait",
 8607 "tinystr",
 8608 "writeable",
 8609 "yoke 0.8.0",
 8610 "zerofrom",
 8611 "zerotrie",
 8612 "zerovec",
 8613]
 8614
 8615[[package]]
 8616name = "id-arena"
 8617version = "2.2.1"
 8618source = "registry+https://github.com/rust-lang/crates.io-index"
 8619checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8620
 8621[[package]]
 8622name = "ident_case"
 8623version = "1.0.1"
 8624source = "registry+https://github.com/rust-lang/crates.io-index"
 8625checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8626
 8627[[package]]
 8628name = "idna"
 8629version = "1.1.0"
 8630source = "registry+https://github.com/rust-lang/crates.io-index"
 8631checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8632dependencies = [
 8633 "idna_adapter",
 8634 "smallvec",
 8635 "utf8_iter",
 8636]
 8637
 8638[[package]]
 8639name = "idna_adapter"
 8640version = "1.2.1"
 8641source = "registry+https://github.com/rust-lang/crates.io-index"
 8642checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8643dependencies = [
 8644 "icu_normalizer",
 8645 "icu_properties",
 8646]
 8647
 8648[[package]]
 8649name = "ignore"
 8650version = "0.4.24"
 8651source = "registry+https://github.com/rust-lang/crates.io-index"
 8652checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8653dependencies = [
 8654 "crossbeam-deque",
 8655 "globset",
 8656 "log",
 8657 "memchr",
 8658 "regex-automata",
 8659 "same-file",
 8660 "walkdir",
 8661 "winapi-util",
 8662]
 8663
 8664[[package]]
 8665name = "image"
 8666version = "0.25.10"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8669dependencies = [
 8670 "bytemuck",
 8671 "byteorder-lite",
 8672 "color_quant",
 8673 "exr",
 8674 "gif 0.14.2",
 8675 "image-webp",
 8676 "moxcms",
 8677 "num-traits",
 8678 "png 0.18.0",
 8679 "qoi",
 8680 "ravif",
 8681 "rayon",
 8682 "rgb",
 8683 "tiff",
 8684 "zune-core 0.5.1",
 8685 "zune-jpeg 0.5.15",
 8686]
 8687
 8688[[package]]
 8689name = "image-webp"
 8690version = "0.2.4"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8693dependencies = [
 8694 "byteorder-lite",
 8695 "quick-error 2.0.1",
 8696]
 8697
 8698[[package]]
 8699name = "image_viewer"
 8700version = "0.1.0"
 8701dependencies = [
 8702 "anyhow",
 8703 "db",
 8704 "editor",
 8705 "file_icons",
 8706 "gpui",
 8707 "language",
 8708 "log",
 8709 "project",
 8710 "serde",
 8711 "settings",
 8712 "theme_settings",
 8713 "ui",
 8714 "util",
 8715 "workspace",
 8716]
 8717
 8718[[package]]
 8719name = "imagesize"
 8720version = "0.13.0"
 8721source = "registry+https://github.com/rust-lang/crates.io-index"
 8722checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8723
 8724[[package]]
 8725name = "imara-diff"
 8726version = "0.1.8"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8729dependencies = [
 8730 "hashbrown 0.15.5",
 8731]
 8732
 8733[[package]]
 8734name = "imgref"
 8735version = "1.12.0"
 8736source = "registry+https://github.com/rust-lang/crates.io-index"
 8737checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8738
 8739[[package]]
 8740name = "indenter"
 8741version = "0.3.4"
 8742source = "registry+https://github.com/rust-lang/crates.io-index"
 8743checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8744
 8745[[package]]
 8746name = "indexmap"
 8747version = "2.11.4"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8750dependencies = [
 8751 "equivalent",
 8752 "hashbrown 0.15.5",
 8753 "serde",
 8754 "serde_core",
 8755]
 8756
 8757[[package]]
 8758name = "indoc"
 8759version = "2.0.6"
 8760source = "registry+https://github.com/rust-lang/crates.io-index"
 8761checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8762
 8763[[package]]
 8764name = "inherent"
 8765version = "1.0.13"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8768dependencies = [
 8769 "proc-macro2",
 8770 "quote",
 8771 "syn 2.0.117",
 8772]
 8773
 8774[[package]]
 8775name = "inotify"
 8776version = "0.9.6"
 8777source = "registry+https://github.com/rust-lang/crates.io-index"
 8778checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8779dependencies = [
 8780 "bitflags 1.3.2",
 8781 "inotify-sys",
 8782 "libc",
 8783]
 8784
 8785[[package]]
 8786name = "inotify"
 8787version = "0.11.0"
 8788source = "registry+https://github.com/rust-lang/crates.io-index"
 8789checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8790dependencies = [
 8791 "bitflags 2.10.0",
 8792 "inotify-sys",
 8793 "libc",
 8794]
 8795
 8796[[package]]
 8797name = "inotify-sys"
 8798version = "0.1.5"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8801dependencies = [
 8802 "libc",
 8803]
 8804
 8805[[package]]
 8806name = "inout"
 8807version = "0.1.4"
 8808source = "registry+https://github.com/rust-lang/crates.io-index"
 8809checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8810dependencies = [
 8811 "block-padding",
 8812 "generic-array",
 8813]
 8814
 8815[[package]]
 8816name = "inspector_ui"
 8817version = "0.1.0"
 8818dependencies = [
 8819 "anyhow",
 8820 "command_palette_hooks",
 8821 "editor",
 8822 "fuzzy",
 8823 "gpui",
 8824 "language",
 8825 "project",
 8826 "serde_json",
 8827 "serde_json_lenient",
 8828 "theme_settings",
 8829 "ui",
 8830 "util",
 8831 "util_macros",
 8832 "workspace",
 8833 "zed_actions",
 8834]
 8835
 8836[[package]]
 8837name = "install_cli"
 8838version = "0.1.0"
 8839dependencies = [
 8840 "anyhow",
 8841 "client",
 8842 "gpui",
 8843 "release_channel",
 8844 "smol",
 8845 "util",
 8846 "workspace",
 8847]
 8848
 8849[[package]]
 8850name = "instant"
 8851version = "0.1.13"
 8852source = "registry+https://github.com/rust-lang/crates.io-index"
 8853checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8854dependencies = [
 8855 "cfg-if",
 8856]
 8857
 8858[[package]]
 8859name = "interpolate_name"
 8860version = "0.2.4"
 8861source = "registry+https://github.com/rust-lang/crates.io-index"
 8862checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8863dependencies = [
 8864 "proc-macro2",
 8865 "quote",
 8866 "syn 2.0.117",
 8867]
 8868
 8869[[package]]
 8870name = "inventory"
 8871version = "0.3.21"
 8872source = "registry+https://github.com/rust-lang/crates.io-index"
 8873checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8874dependencies = [
 8875 "rustversion",
 8876]
 8877
 8878[[package]]
 8879name = "io-extras"
 8880version = "0.18.4"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8883dependencies = [
 8884 "io-lifetimes",
 8885 "windows-sys 0.59.0",
 8886]
 8887
 8888[[package]]
 8889name = "io-lifetimes"
 8890version = "2.0.4"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8893
 8894[[package]]
 8895name = "io-surface"
 8896version = "0.16.1"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8899dependencies = [
 8900 "cgl",
 8901 "core-foundation 0.10.0",
 8902 "core-foundation-sys",
 8903 "leaky-cow",
 8904]
 8905
 8906[[package]]
 8907name = "iovec"
 8908version = "0.1.4"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8911dependencies = [
 8912 "libc",
 8913]
 8914
 8915[[package]]
 8916name = "ipc-channel"
 8917version = "0.19.0"
 8918source = "registry+https://github.com/rust-lang/crates.io-index"
 8919checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8920dependencies = [
 8921 "bincode",
 8922 "crossbeam-channel",
 8923 "fnv",
 8924 "lazy_static",
 8925 "libc",
 8926 "mio 1.1.0",
 8927 "rand 0.8.5",
 8928 "serde",
 8929 "tempfile",
 8930 "uuid",
 8931 "windows 0.58.0",
 8932]
 8933
 8934[[package]]
 8935name = "ipnet"
 8936version = "2.11.0"
 8937source = "registry+https://github.com/rust-lang/crates.io-index"
 8938checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8939
 8940[[package]]
 8941name = "iri-string"
 8942version = "0.7.8"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8945dependencies = [
 8946 "memchr",
 8947 "serde",
 8948]
 8949
 8950[[package]]
 8951name = "is-docker"
 8952version = "0.2.0"
 8953source = "registry+https://github.com/rust-lang/crates.io-index"
 8954checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8955dependencies = [
 8956 "once_cell",
 8957]
 8958
 8959[[package]]
 8960name = "is-terminal"
 8961version = "0.4.16"
 8962source = "registry+https://github.com/rust-lang/crates.io-index"
 8963checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8964dependencies = [
 8965 "hermit-abi",
 8966 "libc",
 8967 "windows-sys 0.59.0",
 8968]
 8969
 8970[[package]]
 8971name = "is-wsl"
 8972version = "0.4.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8975dependencies = [
 8976 "is-docker",
 8977 "once_cell",
 8978]
 8979
 8980[[package]]
 8981name = "is_executable"
 8982version = "1.0.5"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8985dependencies = [
 8986 "windows-sys 0.60.2",
 8987]
 8988
 8989[[package]]
 8990name = "is_terminal_polyfill"
 8991version = "1.70.1"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8994
 8995[[package]]
 8996name = "itertools"
 8997version = "0.10.5"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9000dependencies = [
 9001 "either",
 9002]
 9003
 9004[[package]]
 9005name = "itertools"
 9006version = "0.11.0"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9009dependencies = [
 9010 "either",
 9011]
 9012
 9013[[package]]
 9014name = "itertools"
 9015version = "0.14.0"
 9016source = "registry+https://github.com/rust-lang/crates.io-index"
 9017checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9018dependencies = [
 9019 "either",
 9020]
 9021
 9022[[package]]
 9023name = "itoa"
 9024version = "1.0.15"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9027
 9028[[package]]
 9029name = "jiff"
 9030version = "0.2.15"
 9031source = "registry+https://github.com/rust-lang/crates.io-index"
 9032checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9033dependencies = [
 9034 "jiff-static",
 9035 "log",
 9036 "portable-atomic",
 9037 "portable-atomic-util",
 9038 "serde",
 9039]
 9040
 9041[[package]]
 9042name = "jiff-static"
 9043version = "0.2.15"
 9044source = "registry+https://github.com/rust-lang/crates.io-index"
 9045checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9046dependencies = [
 9047 "proc-macro2",
 9048 "quote",
 9049 "syn 2.0.117",
 9050]
 9051
 9052[[package]]
 9053name = "jni"
 9054version = "0.21.1"
 9055source = "registry+https://github.com/rust-lang/crates.io-index"
 9056checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9057dependencies = [
 9058 "cesu8",
 9059 "cfg-if",
 9060 "combine",
 9061 "jni-sys",
 9062 "log",
 9063 "thiserror 1.0.69",
 9064 "walkdir",
 9065 "windows-sys 0.45.0",
 9066]
 9067
 9068[[package]]
 9069name = "jni-sys"
 9070version = "0.3.0"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9073
 9074[[package]]
 9075name = "jobserver"
 9076version = "0.1.34"
 9077source = "registry+https://github.com/rust-lang/crates.io-index"
 9078checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9079dependencies = [
 9080 "getrandom 0.3.4",
 9081 "libc",
 9082]
 9083
 9084[[package]]
 9085name = "journal"
 9086version = "0.1.0"
 9087dependencies = [
 9088 "anyhow",
 9089 "chrono",
 9090 "editor",
 9091 "gpui",
 9092 "log",
 9093 "serde",
 9094 "settings",
 9095 "shellexpand",
 9096 "workspace",
 9097]
 9098
 9099[[package]]
 9100name = "js-sys"
 9101version = "0.3.90"
 9102source = "registry+https://github.com/rust-lang/crates.io-index"
 9103checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9104dependencies = [
 9105 "once_cell",
 9106 "wasm-bindgen",
 9107]
 9108
 9109[[package]]
 9110name = "json5"
 9111version = "0.4.1"
 9112source = "registry+https://github.com/rust-lang/crates.io-index"
 9113checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9114dependencies = [
 9115 "pest",
 9116 "pest_derive",
 9117 "serde",
 9118]
 9119
 9120[[package]]
 9121name = "json_dotpath"
 9122version = "1.1.0"
 9123source = "registry+https://github.com/rust-lang/crates.io-index"
 9124checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9125dependencies = [
 9126 "serde",
 9127 "serde_derive",
 9128 "serde_json",
 9129 "thiserror 1.0.69",
 9130]
 9131
 9132[[package]]
 9133name = "json_schema_store"
 9134version = "0.1.0"
 9135dependencies = [
 9136 "anyhow",
 9137 "collections",
 9138 "dap",
 9139 "extension",
 9140 "gpui",
 9141 "language",
 9142 "parking_lot",
 9143 "paths",
 9144 "project",
 9145 "schemars",
 9146 "serde",
 9147 "serde_json",
 9148 "settings",
 9149 "snippet_provider",
 9150 "task",
 9151 "theme",
 9152 "util",
 9153]
 9154
 9155[[package]]
 9156name = "jsonschema"
 9157version = "0.37.4"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9160dependencies = [
 9161 "ahash 0.8.12",
 9162 "bytecount",
 9163 "data-encoding",
 9164 "email_address",
 9165 "fancy-regex 0.16.2",
 9166 "fraction",
 9167 "getrandom 0.3.4",
 9168 "idna",
 9169 "itoa",
 9170 "num-cmp",
 9171 "num-traits",
 9172 "percent-encoding",
 9173 "referencing",
 9174 "regex",
 9175 "regex-syntax",
 9176 "reqwest 0.12.24",
 9177 "serde",
 9178 "serde_json",
 9179 "unicode-general-category",
 9180 "uuid-simd",
 9181]
 9182
 9183[[package]]
 9184name = "jsonwebtoken"
 9185version = "10.3.0"
 9186source = "registry+https://github.com/rust-lang/crates.io-index"
 9187checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9188dependencies = [
 9189 "aws-lc-rs",
 9190 "base64 0.22.1",
 9191 "getrandom 0.2.16",
 9192 "js-sys",
 9193 "pem",
 9194 "serde",
 9195 "serde_json",
 9196 "signature 2.2.0",
 9197 "simple_asn1",
 9198]
 9199
 9200[[package]]
 9201name = "jupyter-protocol"
 9202version = "1.4.0"
 9203source = "registry+https://github.com/rust-lang/crates.io-index"
 9204checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9205dependencies = [
 9206 "async-trait",
 9207 "bytes 1.11.1",
 9208 "chrono",
 9209 "futures 0.3.32",
 9210 "serde",
 9211 "serde_json",
 9212 "thiserror 2.0.17",
 9213 "uuid",
 9214]
 9215
 9216[[package]]
 9217name = "jupyter-websocket-client"
 9218version = "1.0.0"
 9219source = "registry+https://github.com/rust-lang/crates.io-index"
 9220checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9221dependencies = [
 9222 "anyhow",
 9223 "async-trait",
 9224 "async-tungstenite",
 9225 "futures 0.3.32",
 9226 "jupyter-protocol",
 9227 "serde",
 9228 "serde_json",
 9229 "tokio",
 9230 "url",
 9231 "uuid",
 9232]
 9233
 9234[[package]]
 9235name = "keymap_editor"
 9236version = "0.1.0"
 9237dependencies = [
 9238 "anyhow",
 9239 "collections",
 9240 "command_palette",
 9241 "component",
 9242 "db",
 9243 "editor",
 9244 "fs",
 9245 "fuzzy",
 9246 "gpui",
 9247 "itertools 0.14.0",
 9248 "json_schema_store",
 9249 "language",
 9250 "log",
 9251 "menu",
 9252 "notifications",
 9253 "paths",
 9254 "project",
 9255 "search",
 9256 "serde",
 9257 "serde_json",
 9258 "settings",
 9259 "telemetry",
 9260 "tempfile",
 9261 "theme",
 9262 "theme_settings",
 9263 "tree-sitter-json",
 9264 "tree-sitter-rust",
 9265 "ui",
 9266 "ui_input",
 9267 "util",
 9268 "workspace",
 9269 "zed_actions",
 9270]
 9271
 9272[[package]]
 9273name = "khronos-egl"
 9274version = "6.0.0"
 9275source = "registry+https://github.com/rust-lang/crates.io-index"
 9276checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9277dependencies = [
 9278 "libc",
 9279 "libloading",
 9280 "pkg-config",
 9281]
 9282
 9283[[package]]
 9284name = "khronos_api"
 9285version = "3.1.0"
 9286source = "registry+https://github.com/rust-lang/crates.io-index"
 9287checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9288
 9289[[package]]
 9290name = "kqueue"
 9291version = "1.1.1"
 9292source = "registry+https://github.com/rust-lang/crates.io-index"
 9293checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9294dependencies = [
 9295 "kqueue-sys",
 9296 "libc",
 9297]
 9298
 9299[[package]]
 9300name = "kqueue-sys"
 9301version = "1.0.4"
 9302source = "registry+https://github.com/rust-lang/crates.io-index"
 9303checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9304dependencies = [
 9305 "bitflags 1.3.2",
 9306 "libc",
 9307]
 9308
 9309[[package]]
 9310name = "kurbo"
 9311version = "0.11.3"
 9312source = "registry+https://github.com/rust-lang/crates.io-index"
 9313checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9314dependencies = [
 9315 "arrayvec",
 9316 "euclid",
 9317 "smallvec",
 9318]
 9319
 9320[[package]]
 9321name = "kv-log-macro"
 9322version = "1.0.7"
 9323source = "registry+https://github.com/rust-lang/crates.io-index"
 9324checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9325dependencies = [
 9326 "log",
 9327]
 9328
 9329[[package]]
 9330name = "language"
 9331version = "0.1.0"
 9332dependencies = [
 9333 "anyhow",
 9334 "async-trait",
 9335 "clock",
 9336 "collections",
 9337 "criterion",
 9338 "ctor",
 9339 "diffy",
 9340 "ec4rs",
 9341 "encoding_rs",
 9342 "fs",
 9343 "futures 0.3.32",
 9344 "fuzzy",
 9345 "globset",
 9346 "gpui",
 9347 "http_client",
 9348 "imara-diff",
 9349 "indoc",
 9350 "itertools 0.14.0",
 9351 "language_core",
 9352 "log",
 9353 "lsp",
 9354 "parking_lot",
 9355 "postage",
 9356 "pretty_assertions",
 9357 "rand 0.9.3",
 9358 "regex",
 9359 "rpc",
 9360 "semver",
 9361 "serde",
 9362 "serde_json",
 9363 "settings",
 9364 "shellexpand",
 9365 "smallvec",
 9366 "smol",
 9367 "streaming-iterator",
 9368 "strsim",
 9369 "sum_tree",
 9370 "task",
 9371 "text",
 9372 "theme",
 9373 "theme_settings",
 9374 "toml 0.8.23",
 9375 "tracing",
 9376 "tree-sitter",
 9377 "tree-sitter-elixir",
 9378 "tree-sitter-embedded-template",
 9379 "tree-sitter-heex",
 9380 "tree-sitter-html",
 9381 "tree-sitter-json",
 9382 "tree-sitter-md",
 9383 "tree-sitter-python",
 9384 "tree-sitter-ruby",
 9385 "tree-sitter-rust",
 9386 "tree-sitter-typescript",
 9387 "unicase",
 9388 "unindent",
 9389 "util",
 9390 "watch",
 9391 "zlog",
 9392 "ztracing",
 9393]
 9394
 9395[[package]]
 9396name = "language_core"
 9397version = "0.1.0"
 9398dependencies = [
 9399 "anyhow",
 9400 "collections",
 9401 "gpui_shared_string",
 9402 "log",
 9403 "lsp",
 9404 "parking_lot",
 9405 "regex",
 9406 "schemars",
 9407 "serde",
 9408 "serde_json",
 9409 "toml 0.8.23",
 9410 "tree-sitter",
 9411 "util",
 9412]
 9413
 9414[[package]]
 9415name = "language_extension"
 9416version = "0.1.0"
 9417dependencies = [
 9418 "anyhow",
 9419 "async-trait",
 9420 "collections",
 9421 "extension",
 9422 "fs",
 9423 "futures 0.3.32",
 9424 "gpui",
 9425 "language",
 9426 "log",
 9427 "lsp",
 9428 "project",
 9429 "serde",
 9430 "serde_json",
 9431 "tracing",
 9432 "util",
 9433 "ztracing",
 9434]
 9435
 9436[[package]]
 9437name = "language_model"
 9438version = "0.1.0"
 9439dependencies = [
 9440 "anyhow",
 9441 "base64 0.22.1",
 9442 "collections",
 9443 "credentials_provider",
 9444 "env_var",
 9445 "futures 0.3.32",
 9446 "gpui",
 9447 "http_client",
 9448 "icons",
 9449 "image",
 9450 "language_model_core",
 9451 "log",
 9452 "parking_lot",
 9453 "serde",
 9454 "serde_json",
 9455 "thiserror 2.0.17",
 9456 "util",
 9457]
 9458
 9459[[package]]
 9460name = "language_model_core"
 9461version = "0.1.0"
 9462dependencies = [
 9463 "anyhow",
 9464 "cloud_llm_client",
 9465 "futures 0.3.32",
 9466 "gpui_shared_string",
 9467 "http_client",
 9468 "partial-json-fixer",
 9469 "schemars",
 9470 "serde",
 9471 "serde_json",
 9472 "smol",
 9473 "strum 0.27.2",
 9474 "thiserror 2.0.17",
 9475]
 9476
 9477[[package]]
 9478name = "language_models"
 9479version = "0.1.0"
 9480dependencies = [
 9481 "ai_onboarding",
 9482 "anthropic",
 9483 "anyhow",
 9484 "aws-config",
 9485 "aws-credential-types",
 9486 "aws_http_client",
 9487 "base64 0.22.1",
 9488 "bedrock",
 9489 "client",
 9490 "cloud_api_client",
 9491 "cloud_api_types",
 9492 "collections",
 9493 "component",
 9494 "convert_case 0.8.0",
 9495 "copilot",
 9496 "copilot_chat",
 9497 "copilot_ui",
 9498 "credentials_provider",
 9499 "deepseek",
 9500 "extension",
 9501 "extension_host",
 9502 "fs",
 9503 "futures 0.3.32",
 9504 "google_ai",
 9505 "gpui",
 9506 "gpui_tokio",
 9507 "http_client",
 9508 "language",
 9509 "language_model",
 9510 "language_models_cloud",
 9511 "lmstudio",
 9512 "log",
 9513 "menu",
 9514 "mistral",
 9515 "ollama",
 9516 "open_ai",
 9517 "open_router",
 9518 "opencode",
 9519 "pretty_assertions",
 9520 "release_channel",
 9521 "schemars",
 9522 "serde",
 9523 "serde_json",
 9524 "settings",
 9525 "smol",
 9526 "strum 0.27.2",
 9527 "tiktoken-rs",
 9528 "tokio",
 9529 "ui",
 9530 "ui_input",
 9531 "util",
 9532 "vercel",
 9533 "x_ai",
 9534]
 9535
 9536[[package]]
 9537name = "language_models_cloud"
 9538version = "0.1.0"
 9539dependencies = [
 9540 "anthropic",
 9541 "anyhow",
 9542 "cloud_llm_client",
 9543 "futures 0.3.32",
 9544 "google_ai",
 9545 "gpui",
 9546 "http_client",
 9547 "language_model",
 9548 "open_ai",
 9549 "schemars",
 9550 "semver",
 9551 "serde",
 9552 "serde_json",
 9553 "smol",
 9554 "thiserror 2.0.17",
 9555 "x_ai",
 9556]
 9557
 9558[[package]]
 9559name = "language_onboarding"
 9560version = "0.1.0"
 9561dependencies = [
 9562 "db",
 9563 "editor",
 9564 "gpui",
 9565 "project",
 9566 "ui",
 9567 "workspace",
 9568]
 9569
 9570[[package]]
 9571name = "language_selector"
 9572version = "0.1.0"
 9573dependencies = [
 9574 "anyhow",
 9575 "editor",
 9576 "file_icons",
 9577 "fuzzy",
 9578 "gpui",
 9579 "language",
 9580 "open_path_prompt",
 9581 "picker",
 9582 "project",
 9583 "serde_json",
 9584 "settings",
 9585 "ui",
 9586 "util",
 9587 "workspace",
 9588]
 9589
 9590[[package]]
 9591name = "language_tools"
 9592version = "0.1.0"
 9593dependencies = [
 9594 "anyhow",
 9595 "client",
 9596 "collections",
 9597 "command_palette_hooks",
 9598 "edit_prediction",
 9599 "editor",
 9600 "futures 0.3.32",
 9601 "gpui",
 9602 "itertools 0.14.0",
 9603 "language",
 9604 "lsp",
 9605 "menu",
 9606 "project",
 9607 "proto",
 9608 "release_channel",
 9609 "semver",
 9610 "serde_json",
 9611 "settings",
 9612 "sysinfo 0.37.2",
 9613 "telemetry",
 9614 "theme",
 9615 "theme_settings",
 9616 "tree-sitter",
 9617 "ui",
 9618 "util",
 9619 "workspace",
 9620 "zed_actions",
 9621 "zlog",
 9622]
 9623
 9624[[package]]
 9625name = "languages"
 9626version = "0.1.0"
 9627dependencies = [
 9628 "anyhow",
 9629 "async-compression",
 9630 "async-fs",
 9631 "async-tar",
 9632 "async-trait",
 9633 "chrono",
 9634 "collections",
 9635 "fs",
 9636 "futures 0.3.32",
 9637 "globset",
 9638 "gpui",
 9639 "grammars",
 9640 "http_client",
 9641 "itertools 0.14.0",
 9642 "json_schema_store",
 9643 "language",
 9644 "log",
 9645 "lsp",
 9646 "node_runtime",
 9647 "parking_lot",
 9648 "pet",
 9649 "pet-conda",
 9650 "pet-core",
 9651 "pet-fs",
 9652 "pet-poetry",
 9653 "pet-reporter",
 9654 "pet-virtualenv",
 9655 "pretty_assertions",
 9656 "project",
 9657 "regex",
 9658 "rope",
 9659 "semver",
 9660 "serde",
 9661 "serde_json",
 9662 "serde_json_lenient",
 9663 "settings",
 9664 "smallvec",
 9665 "smol",
 9666 "snippet",
 9667 "task",
 9668 "terminal",
 9669 "theme",
 9670 "tree-sitter",
 9671 "tree-sitter-bash",
 9672 "tree-sitter-c",
 9673 "tree-sitter-cpp",
 9674 "tree-sitter-css",
 9675 "tree-sitter-gitcommit",
 9676 "tree-sitter-go",
 9677 "tree-sitter-python",
 9678 "tree-sitter-rust",
 9679 "tree-sitter-typescript",
 9680 "unindent",
 9681 "url",
 9682 "util",
 9683]
 9684
 9685[[package]]
 9686name = "lazy_static"
 9687version = "1.5.0"
 9688source = "registry+https://github.com/rust-lang/crates.io-index"
 9689checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9690dependencies = [
 9691 "spin 0.9.8",
 9692]
 9693
 9694[[package]]
 9695name = "leak"
 9696version = "0.1.2"
 9697source = "registry+https://github.com/rust-lang/crates.io-index"
 9698checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9699
 9700[[package]]
 9701name = "leaky-cow"
 9702version = "0.1.1"
 9703source = "registry+https://github.com/rust-lang/crates.io-index"
 9704checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9705dependencies = [
 9706 "leak",
 9707]
 9708
 9709[[package]]
 9710name = "leb128"
 9711version = "0.2.5"
 9712source = "registry+https://github.com/rust-lang/crates.io-index"
 9713checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9714
 9715[[package]]
 9716name = "leb128fmt"
 9717version = "0.1.0"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9720
 9721[[package]]
 9722name = "lebe"
 9723version = "0.5.3"
 9724source = "registry+https://github.com/rust-lang/crates.io-index"
 9725checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9726
 9727[[package]]
 9728name = "libbz2-rs-sys"
 9729version = "0.2.2"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9732
 9733[[package]]
 9734name = "libc"
 9735version = "0.2.182"
 9736source = "registry+https://github.com/rust-lang/crates.io-index"
 9737checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9738
 9739[[package]]
 9740name = "libdbus-sys"
 9741version = "0.2.6"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9744dependencies = [
 9745 "cc",
 9746 "pkg-config",
 9747]
 9748
 9749[[package]]
 9750name = "libfuzzer-sys"
 9751version = "0.4.10"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9754dependencies = [
 9755 "arbitrary",
 9756 "cc",
 9757]
 9758
 9759[[package]]
 9760name = "libgit2-sys"
 9761version = "0.18.3+1.9.2"
 9762source = "registry+https://github.com/rust-lang/crates.io-index"
 9763checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9764dependencies = [
 9765 "cc",
 9766 "libc",
 9767 "libz-sys",
 9768 "pkg-config",
 9769]
 9770
 9771[[package]]
 9772name = "libloading"
 9773version = "0.8.9"
 9774source = "registry+https://github.com/rust-lang/crates.io-index"
 9775checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9776dependencies = [
 9777 "cfg-if",
 9778 "windows-link 0.2.1",
 9779]
 9780
 9781[[package]]
 9782name = "libm"
 9783version = "0.2.15"
 9784source = "registry+https://github.com/rust-lang/crates.io-index"
 9785checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9786
 9787[[package]]
 9788name = "libmimalloc-sys"
 9789version = "0.1.44"
 9790source = "registry+https://github.com/rust-lang/crates.io-index"
 9791checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9792dependencies = [
 9793 "cc",
 9794 "libc",
 9795]
 9796
 9797[[package]]
 9798name = "libredox"
 9799version = "0.1.10"
 9800source = "registry+https://github.com/rust-lang/crates.io-index"
 9801checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9802dependencies = [
 9803 "bitflags 2.10.0",
 9804 "libc",
 9805 "redox_syscall 0.5.18",
 9806]
 9807
 9808[[package]]
 9809name = "libsqlite3-sys"
 9810version = "0.30.1"
 9811source = "registry+https://github.com/rust-lang/crates.io-index"
 9812checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9813dependencies = [
 9814 "cc",
 9815 "pkg-config",
 9816 "vcpkg",
 9817]
 9818
 9819[[package]]
 9820name = "libwebrtc"
 9821version = "0.3.26"
 9822source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9823dependencies = [
 9824 "cxx",
 9825 "glib",
 9826 "jni",
 9827 "js-sys",
 9828 "lazy_static",
 9829 "livekit-protocol",
 9830 "livekit-runtime",
 9831 "log",
 9832 "parking_lot",
 9833 "serde",
 9834 "serde_json",
 9835 "thiserror 1.0.69",
 9836 "tokio",
 9837 "wasm-bindgen",
 9838 "wasm-bindgen-futures",
 9839 "web-sys",
 9840 "webrtc-sys",
 9841]
 9842
 9843[[package]]
 9844name = "libz-sys"
 9845version = "1.1.22"
 9846source = "registry+https://github.com/rust-lang/crates.io-index"
 9847checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9848dependencies = [
 9849 "cc",
 9850 "libc",
 9851 "pkg-config",
 9852 "vcpkg",
 9853]
 9854
 9855[[package]]
 9856name = "line_ending_selector"
 9857version = "0.1.0"
 9858dependencies = [
 9859 "editor",
 9860 "gpui",
 9861 "language",
 9862 "picker",
 9863 "project",
 9864 "ui",
 9865 "util",
 9866 "workspace",
 9867]
 9868
 9869[[package]]
 9870name = "linebender_resource_handle"
 9871version = "0.1.1"
 9872source = "registry+https://github.com/rust-lang/crates.io-index"
 9873checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9874
 9875[[package]]
 9876name = "link-cplusplus"
 9877version = "1.0.12"
 9878source = "registry+https://github.com/rust-lang/crates.io-index"
 9879checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9880dependencies = [
 9881 "cc",
 9882]
 9883
 9884[[package]]
 9885name = "linkify"
 9886version = "0.10.0"
 9887source = "registry+https://github.com/rust-lang/crates.io-index"
 9888checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9889dependencies = [
 9890 "memchr",
 9891]
 9892
 9893[[package]]
 9894name = "linux-raw-sys"
 9895version = "0.4.15"
 9896source = "registry+https://github.com/rust-lang/crates.io-index"
 9897checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9898
 9899[[package]]
 9900name = "linux-raw-sys"
 9901version = "0.11.0"
 9902source = "registry+https://github.com/rust-lang/crates.io-index"
 9903checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9904
 9905[[package]]
 9906name = "litemap"
 9907version = "0.8.0"
 9908source = "registry+https://github.com/rust-lang/crates.io-index"
 9909checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9910
 9911[[package]]
 9912name = "litrs"
 9913version = "1.0.0"
 9914source = "registry+https://github.com/rust-lang/crates.io-index"
 9915checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9916
 9917[[package]]
 9918name = "livekit"
 9919version = "0.7.32"
 9920source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9921dependencies = [
 9922 "base64 0.22.1",
 9923 "bmrng",
 9924 "bytes 1.11.1",
 9925 "chrono",
 9926 "futures-util",
 9927 "lazy_static",
 9928 "libloading",
 9929 "libwebrtc",
 9930 "livekit-api",
 9931 "livekit-protocol",
 9932 "livekit-runtime",
 9933 "log",
 9934 "parking_lot",
 9935 "prost 0.12.6",
 9936 "semver",
 9937 "serde",
 9938 "serde_json",
 9939 "thiserror 1.0.69",
 9940 "tokio",
 9941]
 9942
 9943[[package]]
 9944name = "livekit-api"
 9945version = "0.4.14"
 9946source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9947dependencies = [
 9948 "base64 0.21.7",
 9949 "futures-util",
 9950 "http 1.3.1",
 9951 "livekit-protocol",
 9952 "livekit-runtime",
 9953 "log",
 9954 "parking_lot",
 9955 "pbjson-types",
 9956 "prost 0.12.6",
 9957 "rand 0.9.3",
 9958 "reqwest 0.12.24",
 9959 "rustls-native-certs 0.6.3",
 9960 "scopeguard",
 9961 "serde",
 9962 "sha2",
 9963 "thiserror 1.0.69",
 9964 "tokio",
 9965 "tokio-rustls 0.26.2",
 9966 "tokio-tungstenite 0.28.0",
 9967 "url",
 9968]
 9969
 9970[[package]]
 9971name = "livekit-protocol"
 9972version = "0.7.1"
 9973source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9974dependencies = [
 9975 "futures-util",
 9976 "livekit-runtime",
 9977 "parking_lot",
 9978 "pbjson",
 9979 "pbjson-types",
 9980 "prost 0.12.6",
 9981 "serde",
 9982 "thiserror 1.0.69",
 9983 "tokio",
 9984]
 9985
 9986[[package]]
 9987name = "livekit-runtime"
 9988version = "0.4.0"
 9989source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9990dependencies = [
 9991 "tokio",
 9992 "tokio-stream",
 9993]
 9994
 9995[[package]]
 9996name = "livekit_api"
 9997version = "0.1.0"
 9998dependencies = [
 9999 "anyhow",
10000 "async-trait",
10001 "jsonwebtoken",
10002 "log",
10003 "prost 0.9.0",
10004 "prost-build 0.9.0",
10005 "prost-types 0.9.0",
10006 "serde",
10007 "zed-reqwest",
10008]
10009
10010[[package]]
10011name = "livekit_client"
10012version = "0.1.0"
10013dependencies = [
10014 "anyhow",
10015 "async-trait",
10016 "audio",
10017 "cocoa 0.26.0",
10018 "collections",
10019 "core-foundation 0.10.0",
10020 "core-video",
10021 "coreaudio-rs 0.12.1",
10022 "cpal",
10023 "futures 0.3.32",
10024 "gpui",
10025 "gpui_platform",
10026 "gpui_tokio",
10027 "http_client_tls",
10028 "image",
10029 "libwebrtc",
10030 "livekit",
10031 "livekit_api",
10032 "log",
10033 "nanoid",
10034 "objc",
10035 "parking_lot",
10036 "postage",
10037 "rodio",
10038 "serde",
10039 "serde_json",
10040 "serde_urlencoded",
10041 "settings",
10042 "simplelog",
10043 "smallvec",
10044 "tokio",
10045 "ui",
10046 "util",
10047 "webrtc-sys",
10048 "zed-scap",
10049]
10050
10051[[package]]
10052name = "lmdb-master-sys"
10053version = "0.2.5"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10056dependencies = [
10057 "cc",
10058 "doxygen-rs",
10059 "libc",
10060]
10061
10062[[package]]
10063name = "lmstudio"
10064version = "0.1.0"
10065dependencies = [
10066 "anyhow",
10067 "futures 0.3.32",
10068 "http_client",
10069 "schemars",
10070 "serde",
10071 "serde_json",
10072]
10073
10074[[package]]
10075name = "lock_api"
10076version = "0.4.14"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10079dependencies = [
10080 "scopeguard",
10081]
10082
10083[[package]]
10084name = "log"
10085version = "0.4.29"
10086source = "registry+https://github.com/rust-lang/crates.io-index"
10087checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10088dependencies = [
10089 "serde_core",
10090 "value-bag",
10091]
10092
10093[[package]]
10094name = "loom"
10095version = "0.7.2"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10098dependencies = [
10099 "cfg-if",
10100 "generator",
10101 "scoped-tls",
10102 "tracing",
10103 "tracing-subscriber",
10104]
10105
10106[[package]]
10107name = "loop9"
10108version = "0.1.5"
10109source = "registry+https://github.com/rust-lang/crates.io-index"
10110checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10111dependencies = [
10112 "imgref",
10113]
10114
10115[[package]]
10116name = "lru"
10117version = "0.12.5"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10120dependencies = [
10121 "hashbrown 0.15.5",
10122]
10123
10124[[package]]
10125name = "lru-slab"
10126version = "0.1.2"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10129
10130[[package]]
10131name = "lsp"
10132version = "0.1.0"
10133dependencies = [
10134 "anyhow",
10135 "async-pipe",
10136 "collections",
10137 "ctor",
10138 "futures 0.3.32",
10139 "gpui",
10140 "gpui_util",
10141 "log",
10142 "lsp-types",
10143 "parking_lot",
10144 "postage",
10145 "release_channel",
10146 "schemars",
10147 "semver",
10148 "serde",
10149 "serde_json",
10150 "smol",
10151 "util",
10152 "zlog",
10153]
10154
10155[[package]]
10156name = "lsp-types"
10157version = "0.95.1"
10158source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10159dependencies = [
10160 "bitflags 1.3.2",
10161 "serde",
10162 "serde_json",
10163 "url",
10164]
10165
10166[[package]]
10167name = "lyon"
10168version = "1.0.16"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10171dependencies = [
10172 "lyon_algorithms",
10173 "lyon_extra",
10174 "lyon_tessellation",
10175]
10176
10177[[package]]
10178name = "lyon_algorithms"
10179version = "1.0.16"
10180source = "registry+https://github.com/rust-lang/crates.io-index"
10181checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10182dependencies = [
10183 "lyon_path",
10184 "num-traits",
10185]
10186
10187[[package]]
10188name = "lyon_extra"
10189version = "1.0.3"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10192dependencies = [
10193 "lyon_path",
10194 "thiserror 1.0.69",
10195]
10196
10197[[package]]
10198name = "lyon_geom"
10199version = "1.0.17"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10202dependencies = [
10203 "arrayvec",
10204 "euclid",
10205 "num-traits",
10206]
10207
10208[[package]]
10209name = "lyon_path"
10210version = "1.0.16"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10213dependencies = [
10214 "lyon_geom",
10215 "num-traits",
10216]
10217
10218[[package]]
10219name = "lyon_tessellation"
10220version = "1.0.16"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10223dependencies = [
10224 "float_next_after",
10225 "lyon_path",
10226 "num-traits",
10227]
10228
10229[[package]]
10230name = "mac"
10231version = "0.1.1"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10234
10235[[package]]
10236name = "mach2"
10237version = "0.4.3"
10238source = "registry+https://github.com/rust-lang/crates.io-index"
10239checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10240dependencies = [
10241 "libc",
10242]
10243
10244[[package]]
10245name = "mach2"
10246version = "0.5.0"
10247source = "registry+https://github.com/rust-lang/crates.io-index"
10248checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10249dependencies = [
10250 "libc",
10251]
10252
10253[[package]]
10254name = "malloc_buf"
10255version = "0.0.6"
10256source = "registry+https://github.com/rust-lang/crates.io-index"
10257checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10258dependencies = [
10259 "libc",
10260]
10261
10262[[package]]
10263name = "maplit"
10264version = "1.0.2"
10265source = "registry+https://github.com/rust-lang/crates.io-index"
10266checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10267
10268[[package]]
10269name = "markdown"
10270version = "0.1.0"
10271dependencies = [
10272 "anyhow",
10273 "assets",
10274 "base64 0.22.1",
10275 "collections",
10276 "env_logger 0.11.8",
10277 "fs",
10278 "futures 0.3.32",
10279 "gpui",
10280 "gpui_platform",
10281 "html5ever 0.27.0",
10282 "language",
10283 "languages",
10284 "linkify",
10285 "log",
10286 "markup5ever_rcdom",
10287 "mermaid-rs-renderer",
10288 "node_runtime",
10289 "pulldown-cmark 0.13.0",
10290 "settings",
10291 "stacksafe",
10292 "sum_tree",
10293 "theme",
10294 "theme_settings",
10295 "ui",
10296 "util",
10297]
10298
10299[[package]]
10300name = "markdown_preview"
10301version = "0.1.0"
10302dependencies = [
10303 "anyhow",
10304 "editor",
10305 "gpui",
10306 "language",
10307 "log",
10308 "markdown",
10309 "project",
10310 "settings",
10311 "tempfile",
10312 "theme_settings",
10313 "ui",
10314 "urlencoding",
10315 "util",
10316 "workspace",
10317 "zed_actions",
10318]
10319
10320[[package]]
10321name = "markup5ever"
10322version = "0.12.1"
10323source = "registry+https://github.com/rust-lang/crates.io-index"
10324checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10325dependencies = [
10326 "log",
10327 "phf 0.11.3",
10328 "phf_codegen",
10329 "string_cache",
10330 "string_cache_codegen",
10331 "tendril",
10332]
10333
10334[[package]]
10335name = "markup5ever"
10336version = "0.35.0"
10337source = "registry+https://github.com/rust-lang/crates.io-index"
10338checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10339dependencies = [
10340 "log",
10341 "tendril",
10342 "web_atoms",
10343]
10344
10345[[package]]
10346name = "markup5ever_rcdom"
10347version = "0.3.0"
10348source = "registry+https://github.com/rust-lang/crates.io-index"
10349checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10350dependencies = [
10351 "html5ever 0.27.0",
10352 "markup5ever 0.12.1",
10353 "tendril",
10354 "xml5ever",
10355]
10356
10357[[package]]
10358name = "match_token"
10359version = "0.35.0"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10362dependencies = [
10363 "proc-macro2",
10364 "quote",
10365 "syn 2.0.117",
10366]
10367
10368[[package]]
10369name = "matchers"
10370version = "0.2.0"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10373dependencies = [
10374 "regex-automata",
10375]
10376
10377[[package]]
10378name = "matchit"
10379version = "0.7.3"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10382
10383[[package]]
10384name = "maybe-owned"
10385version = "0.3.4"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10388
10389[[package]]
10390name = "maybe-rayon"
10391version = "0.1.1"
10392source = "registry+https://github.com/rust-lang/crates.io-index"
10393checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10394dependencies = [
10395 "cfg-if",
10396 "rayon",
10397]
10398
10399[[package]]
10400name = "md-5"
10401version = "0.10.6"
10402source = "registry+https://github.com/rust-lang/crates.io-index"
10403checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10404dependencies = [
10405 "cfg-if",
10406 "digest",
10407]
10408
10409[[package]]
10410name = "mdbook"
10411version = "0.4.40"
10412source = "registry+https://github.com/rust-lang/crates.io-index"
10413checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10414dependencies = [
10415 "ammonia",
10416 "anyhow",
10417 "chrono",
10418 "clap",
10419 "clap_complete",
10420 "elasticlunr-rs",
10421 "env_logger 0.11.8",
10422 "futures-util",
10423 "handlebars 5.1.2",
10424 "ignore",
10425 "log",
10426 "memchr",
10427 "notify 6.1.1",
10428 "notify-debouncer-mini",
10429 "once_cell",
10430 "opener",
10431 "pathdiff",
10432 "pulldown-cmark 0.10.3",
10433 "regex",
10434 "serde",
10435 "serde_json",
10436 "shlex",
10437 "tempfile",
10438 "tokio",
10439 "toml 0.5.11",
10440 "topological-sort",
10441 "walkdir",
10442 "warp",
10443]
10444
10445[[package]]
10446name = "media"
10447version = "0.1.0"
10448dependencies = [
10449 "anyhow",
10450 "bindgen 0.71.1",
10451 "core-foundation 0.10.0",
10452 "core-video",
10453 "ctor",
10454 "foreign-types 0.5.0",
10455 "metal",
10456 "objc",
10457]
10458
10459[[package]]
10460name = "memchr"
10461version = "2.7.6"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10464
10465[[package]]
10466name = "memfd"
10467version = "0.6.5"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10470dependencies = [
10471 "rustix 1.1.2",
10472]
10473
10474[[package]]
10475name = "memmap2"
10476version = "0.9.8"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10479dependencies = [
10480 "libc",
10481 "stable_deref_trait",
10482]
10483
10484[[package]]
10485name = "memoffset"
10486version = "0.9.1"
10487source = "registry+https://github.com/rust-lang/crates.io-index"
10488checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10489dependencies = [
10490 "autocfg",
10491]
10492
10493[[package]]
10494name = "menu"
10495version = "0.1.0"
10496dependencies = [
10497 "gpui",
10498]
10499
10500[[package]]
10501name = "merge"
10502version = "0.1.0"
10503source = "registry+https://github.com/rust-lang/crates.io-index"
10504checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10505dependencies = [
10506 "merge_derive",
10507 "num-traits",
10508]
10509
10510[[package]]
10511name = "merge_derive"
10512version = "0.1.0"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10515dependencies = [
10516 "proc-macro-error",
10517 "proc-macro2",
10518 "quote",
10519 "syn 1.0.109",
10520]
10521
10522[[package]]
10523name = "mermaid-rs-renderer"
10524version = "0.2.0"
10525source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10526dependencies = [
10527 "anyhow",
10528 "fontdb 0.16.2",
10529 "json5",
10530 "once_cell",
10531 "regex",
10532 "serde",
10533 "serde_json",
10534 "thiserror 2.0.17",
10535 "ttf-parser 0.20.0",
10536]
10537
10538[[package]]
10539name = "metal"
10540version = "0.33.0"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10543dependencies = [
10544 "bitflags 2.10.0",
10545 "block",
10546 "core-graphics-types 0.2.0",
10547 "foreign-types 0.5.0",
10548 "log",
10549 "objc",
10550 "paste",
10551]
10552
10553[[package]]
10554name = "migrator"
10555version = "0.1.0"
10556dependencies = [
10557 "anyhow",
10558 "collections",
10559 "convert_case 0.8.0",
10560 "log",
10561 "pretty_assertions",
10562 "serde_json",
10563 "serde_json_lenient",
10564 "settings_content",
10565 "settings_json",
10566 "streaming-iterator",
10567 "tree-sitter",
10568 "tree-sitter-json",
10569 "unindent",
10570]
10571
10572[[package]]
10573name = "mimalloc"
10574version = "0.1.48"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10577dependencies = [
10578 "libmimalloc-sys",
10579]
10580
10581[[package]]
10582name = "mime"
10583version = "0.3.17"
10584source = "registry+https://github.com/rust-lang/crates.io-index"
10585checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10586
10587[[package]]
10588name = "mime_guess"
10589version = "2.0.5"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10592dependencies = [
10593 "mime",
10594 "unicase",
10595]
10596
10597[[package]]
10598name = "minidump-common"
10599version = "0.26.1"
10600source = "registry+https://github.com/rust-lang/crates.io-index"
10601checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10602dependencies = [
10603 "bitflags 2.10.0",
10604 "debugid",
10605 "num-derive",
10606 "num-traits",
10607 "range-map",
10608 "scroll",
10609 "smart-default",
10610]
10611
10612[[package]]
10613name = "minidump-writer"
10614version = "0.11.0"
10615source = "registry+https://github.com/rust-lang/crates.io-index"
10616checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10617dependencies = [
10618 "bitflags 2.10.0",
10619 "byteorder",
10620 "cfg-if",
10621 "crash-context",
10622 "error-graph",
10623 "failspot",
10624 "goblin",
10625 "libc",
10626 "log",
10627 "mach2 0.4.3",
10628 "memmap2",
10629 "memoffset",
10630 "minidump-common",
10631 "nix 0.29.0",
10632 "procfs-core",
10633 "scroll",
10634 "serde",
10635 "serde_json",
10636 "tempfile",
10637 "thiserror 2.0.17",
10638]
10639
10640[[package]]
10641name = "minidumper"
10642version = "0.9.0"
10643source = "registry+https://github.com/rust-lang/crates.io-index"
10644checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10645dependencies = [
10646 "cfg-if",
10647 "crash-context",
10648 "libc",
10649 "log",
10650 "minidump-writer",
10651 "parking_lot",
10652 "polling",
10653 "scroll",
10654 "thiserror 2.0.17",
10655 "uds",
10656]
10657
10658[[package]]
10659name = "minimal-lexical"
10660version = "0.2.1"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10663
10664[[package]]
10665name = "miniprofiler_ui"
10666version = "0.1.0"
10667dependencies = [
10668 "gpui",
10669 "rpc",
10670 "serde_json",
10671 "smol",
10672 "theme_settings",
10673 "util",
10674 "workspace",
10675 "zed_actions",
10676]
10677
10678[[package]]
10679name = "miniz_oxide"
10680version = "0.8.9"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10683dependencies = [
10684 "adler2",
10685 "simd-adler32",
10686]
10687
10688[[package]]
10689name = "mio"
10690version = "0.8.11"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10693dependencies = [
10694 "libc",
10695 "log",
10696 "wasi",
10697 "windows-sys 0.48.0",
10698]
10699
10700[[package]]
10701name = "mio"
10702version = "1.1.0"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10705dependencies = [
10706 "libc",
10707 "log",
10708 "wasi",
10709 "windows-sys 0.61.2",
10710]
10711
10712[[package]]
10713name = "miow"
10714version = "0.6.1"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10717dependencies = [
10718 "windows-sys 0.61.2",
10719]
10720
10721[[package]]
10722name = "mistral"
10723version = "0.1.0"
10724dependencies = [
10725 "anyhow",
10726 "futures 0.3.32",
10727 "http_client",
10728 "schemars",
10729 "serde",
10730 "serde_json",
10731 "strum 0.27.2",
10732]
10733
10734[[package]]
10735name = "moka"
10736version = "0.12.11"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10739dependencies = [
10740 "crossbeam-channel",
10741 "crossbeam-epoch",
10742 "crossbeam-utils",
10743 "equivalent",
10744 "parking_lot",
10745 "portable-atomic",
10746 "rustc_version",
10747 "smallvec",
10748 "tagptr",
10749 "uuid",
10750]
10751
10752[[package]]
10753name = "moxcms"
10754version = "0.8.1"
10755source = "registry+https://github.com/rust-lang/crates.io-index"
10756checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10757dependencies = [
10758 "num-traits",
10759 "pxfm",
10760]
10761
10762[[package]]
10763name = "msvc_spectre_libs"
10764version = "0.1.3"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10767dependencies = [
10768 "cc",
10769]
10770
10771[[package]]
10772name = "multi_buffer"
10773version = "0.1.0"
10774dependencies = [
10775 "anyhow",
10776 "buffer_diff",
10777 "clock",
10778 "collections",
10779 "ctor",
10780 "gpui",
10781 "indoc",
10782 "itertools 0.14.0",
10783 "language",
10784 "log",
10785 "parking_lot",
10786 "pretty_assertions",
10787 "rand 0.9.3",
10788 "rope",
10789 "serde",
10790 "settings",
10791 "smallvec",
10792 "smol",
10793 "sum_tree",
10794 "text",
10795 "theme",
10796 "tracing",
10797 "tree-sitter",
10798 "unicode-segmentation",
10799 "util",
10800 "zlog",
10801 "ztracing",
10802]
10803
10804[[package]]
10805name = "multimap"
10806version = "0.8.3"
10807source = "registry+https://github.com/rust-lang/crates.io-index"
10808checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10809
10810[[package]]
10811name = "naga"
10812version = "29.0.0"
10813source = "registry+https://github.com/rust-lang/crates.io-index"
10814checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10815dependencies = [
10816 "arrayvec",
10817 "bit-set 0.9.1",
10818 "bitflags 2.10.0",
10819 "cfg-if",
10820 "cfg_aliases 0.2.1",
10821 "codespan-reporting",
10822 "half",
10823 "hashbrown 0.16.1",
10824 "hexf-parse",
10825 "indexmap",
10826 "libm",
10827 "log",
10828 "num-traits",
10829 "once_cell",
10830 "rustc-hash 1.1.0",
10831 "thiserror 2.0.17",
10832 "unicode-ident",
10833]
10834
10835[[package]]
10836name = "naga"
10837version = "29.0.0"
10838source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10839dependencies = [
10840 "arrayvec",
10841 "bit-set 0.9.1",
10842 "bitflags 2.10.0",
10843 "cfg-if",
10844 "cfg_aliases 0.2.1",
10845 "codespan-reporting",
10846 "half",
10847 "hashbrown 0.16.1",
10848 "hexf-parse",
10849 "indexmap",
10850 "libm",
10851 "log",
10852 "num-traits",
10853 "once_cell",
10854 "rustc-hash 1.1.0",
10855 "spirv",
10856 "thiserror 2.0.17",
10857 "unicode-ident",
10858]
10859
10860[[package]]
10861name = "nanoid"
10862version = "0.4.0"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10865dependencies = [
10866 "rand 0.8.5",
10867]
10868
10869[[package]]
10870name = "nanorand"
10871version = "0.7.0"
10872source = "registry+https://github.com/rust-lang/crates.io-index"
10873checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10874dependencies = [
10875 "getrandom 0.2.16",
10876]
10877
10878[[package]]
10879name = "native-tls"
10880version = "0.2.14"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10883dependencies = [
10884 "libc",
10885 "log",
10886 "openssl",
10887 "openssl-probe",
10888 "openssl-sys",
10889 "schannel",
10890 "security-framework 2.11.1",
10891 "security-framework-sys",
10892 "tempfile",
10893]
10894
10895[[package]]
10896name = "nbformat"
10897version = "1.2.0"
10898source = "registry+https://github.com/rust-lang/crates.io-index"
10899checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10900dependencies = [
10901 "anyhow",
10902 "chrono",
10903 "jupyter-protocol",
10904 "serde",
10905 "serde_json",
10906 "thiserror 1.0.69",
10907 "uuid",
10908]
10909
10910[[package]]
10911name = "nc"
10912version = "0.1.0"
10913dependencies = [
10914 "anyhow",
10915 "futures 0.3.32",
10916 "net",
10917 "smol",
10918]
10919
10920[[package]]
10921name = "ndk"
10922version = "0.9.0"
10923source = "registry+https://github.com/rust-lang/crates.io-index"
10924checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10925dependencies = [
10926 "bitflags 2.10.0",
10927 "jni-sys",
10928 "log",
10929 "ndk-sys",
10930 "num_enum",
10931 "thiserror 1.0.69",
10932]
10933
10934[[package]]
10935name = "ndk-context"
10936version = "0.1.1"
10937source = "registry+https://github.com/rust-lang/crates.io-index"
10938checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10939
10940[[package]]
10941name = "ndk-sys"
10942version = "0.6.0+11769913"
10943source = "registry+https://github.com/rust-lang/crates.io-index"
10944checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10945dependencies = [
10946 "jni-sys",
10947]
10948
10949[[package]]
10950name = "net"
10951version = "0.1.0"
10952dependencies = [
10953 "anyhow",
10954 "async-io",
10955 "smol",
10956 "tempfile",
10957 "windows 0.61.3",
10958]
10959
10960[[package]]
10961name = "new_debug_unreachable"
10962version = "1.0.6"
10963source = "registry+https://github.com/rust-lang/crates.io-index"
10964checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10965
10966[[package]]
10967name = "nix"
10968version = "0.28.0"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10971dependencies = [
10972 "bitflags 2.10.0",
10973 "cfg-if",
10974 "cfg_aliases 0.1.1",
10975 "libc",
10976]
10977
10978[[package]]
10979name = "nix"
10980version = "0.29.0"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10983dependencies = [
10984 "bitflags 2.10.0",
10985 "cfg-if",
10986 "cfg_aliases 0.2.1",
10987 "libc",
10988]
10989
10990[[package]]
10991name = "nix"
10992version = "0.30.1"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10995dependencies = [
10996 "bitflags 2.10.0",
10997 "cfg-if",
10998 "cfg_aliases 0.2.1",
10999 "libc",
11000]
11001
11002[[package]]
11003name = "node_runtime"
11004version = "0.1.0"
11005dependencies = [
11006 "anyhow",
11007 "async-compression",
11008 "async-std",
11009 "async-tar",
11010 "async-trait",
11011 "futures 0.3.32",
11012 "http_client",
11013 "log",
11014 "paths",
11015 "semver",
11016 "serde",
11017 "serde_json",
11018 "smol",
11019 "util",
11020 "watch",
11021 "which 6.0.3",
11022]
11023
11024[[package]]
11025name = "nom"
11026version = "7.1.3"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11029dependencies = [
11030 "memchr",
11031 "minimal-lexical",
11032]
11033
11034[[package]]
11035name = "nom"
11036version = "8.0.0"
11037source = "registry+https://github.com/rust-lang/crates.io-index"
11038checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11039dependencies = [
11040 "memchr",
11041]
11042
11043[[package]]
11044name = "noop_proc_macro"
11045version = "0.3.0"
11046source = "registry+https://github.com/rust-lang/crates.io-index"
11047checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11048
11049[[package]]
11050name = "normpath"
11051version = "1.5.0"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11054dependencies = [
11055 "windows-sys 0.61.2",
11056]
11057
11058[[package]]
11059name = "notifications"
11060version = "0.1.0"
11061dependencies = [
11062 "anyhow",
11063 "channel",
11064 "client",
11065 "component",
11066 "db",
11067 "gpui",
11068 "rpc",
11069 "sum_tree",
11070 "time",
11071 "ui",
11072 "util",
11073 "workspace",
11074 "zed_actions",
11075]
11076
11077[[package]]
11078name = "notify"
11079version = "6.1.1"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11082dependencies = [
11083 "bitflags 2.10.0",
11084 "crossbeam-channel",
11085 "filetime",
11086 "fsevent-sys",
11087 "inotify 0.9.6",
11088 "kqueue",
11089 "libc",
11090 "log",
11091 "mio 0.8.11",
11092 "walkdir",
11093 "windows-sys 0.48.0",
11094]
11095
11096[[package]]
11097name = "notify"
11098version = "8.2.0"
11099source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11100dependencies = [
11101 "bitflags 2.10.0",
11102 "fsevent-sys",
11103 "inotify 0.11.0",
11104 "kqueue",
11105 "libc",
11106 "log",
11107 "mio 1.1.0",
11108 "notify-types",
11109 "walkdir",
11110 "windows-sys 0.60.2",
11111]
11112
11113[[package]]
11114name = "notify-debouncer-mini"
11115version = "0.4.1"
11116source = "registry+https://github.com/rust-lang/crates.io-index"
11117checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11118dependencies = [
11119 "crossbeam-channel",
11120 "log",
11121 "notify 6.1.1",
11122]
11123
11124[[package]]
11125name = "notify-types"
11126version = "2.0.0"
11127source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11128
11129[[package]]
11130name = "ntapi"
11131version = "0.4.1"
11132source = "registry+https://github.com/rust-lang/crates.io-index"
11133checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11134dependencies = [
11135 "winapi",
11136]
11137
11138[[package]]
11139name = "nu-ansi-term"
11140version = "0.50.3"
11141source = "registry+https://github.com/rust-lang/crates.io-index"
11142checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11143dependencies = [
11144 "windows-sys 0.61.2",
11145]
11146
11147[[package]]
11148name = "nucleo"
11149version = "0.5.0"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11152dependencies = [
11153 "nucleo-matcher",
11154 "parking_lot",
11155 "rayon",
11156]
11157
11158[[package]]
11159name = "nucleo-matcher"
11160version = "0.3.1"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11163dependencies = [
11164 "memchr",
11165 "unicode-segmentation",
11166]
11167
11168[[package]]
11169name = "num"
11170version = "0.4.3"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11173dependencies = [
11174 "num-bigint",
11175 "num-complex",
11176 "num-integer",
11177 "num-iter",
11178 "num-rational",
11179 "num-traits",
11180]
11181
11182[[package]]
11183name = "num-bigint"
11184version = "0.4.6"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11187dependencies = [
11188 "num-integer",
11189 "num-traits",
11190]
11191
11192[[package]]
11193name = "num-bigint-dig"
11194version = "0.8.6"
11195source = "registry+https://github.com/rust-lang/crates.io-index"
11196checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11197dependencies = [
11198 "lazy_static",
11199 "libm",
11200 "num-integer",
11201 "num-iter",
11202 "num-traits",
11203 "rand 0.8.5",
11204 "smallvec",
11205 "zeroize",
11206]
11207
11208[[package]]
11209name = "num-bigint-dig"
11210version = "0.9.1"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11213dependencies = [
11214 "libm",
11215 "num-integer",
11216 "num-iter",
11217 "num-traits",
11218 "once_cell",
11219 "rand 0.9.3",
11220 "serde",
11221 "smallvec",
11222 "zeroize",
11223]
11224
11225[[package]]
11226name = "num-cmp"
11227version = "0.1.0"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11230
11231[[package]]
11232name = "num-complex"
11233version = "0.4.6"
11234source = "registry+https://github.com/rust-lang/crates.io-index"
11235checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11236dependencies = [
11237 "bytemuck",
11238 "num-traits",
11239]
11240
11241[[package]]
11242name = "num-conv"
11243version = "0.2.0"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11246
11247[[package]]
11248name = "num-derive"
11249version = "0.4.2"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11252dependencies = [
11253 "proc-macro2",
11254 "quote",
11255 "syn 2.0.117",
11256]
11257
11258[[package]]
11259name = "num-format"
11260version = "0.4.4"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11263dependencies = [
11264 "arrayvec",
11265 "itoa",
11266]
11267
11268[[package]]
11269name = "num-integer"
11270version = "0.1.46"
11271source = "registry+https://github.com/rust-lang/crates.io-index"
11272checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11273dependencies = [
11274 "num-traits",
11275]
11276
11277[[package]]
11278name = "num-iter"
11279version = "0.1.45"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11282dependencies = [
11283 "autocfg",
11284 "num-integer",
11285 "num-traits",
11286]
11287
11288[[package]]
11289name = "num-rational"
11290version = "0.4.2"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11293dependencies = [
11294 "num-bigint",
11295 "num-integer",
11296 "num-traits",
11297]
11298
11299[[package]]
11300name = "num-traits"
11301version = "0.2.19"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11304dependencies = [
11305 "autocfg",
11306 "libm",
11307]
11308
11309[[package]]
11310name = "num_cpus"
11311version = "1.17.0"
11312source = "registry+https://github.com/rust-lang/crates.io-index"
11313checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11314dependencies = [
11315 "hermit-abi",
11316 "libc",
11317]
11318
11319[[package]]
11320name = "num_enum"
11321version = "0.7.4"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11324dependencies = [
11325 "num_enum_derive",
11326 "rustversion",
11327]
11328
11329[[package]]
11330name = "num_enum_derive"
11331version = "0.7.4"
11332source = "registry+https://github.com/rust-lang/crates.io-index"
11333checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11334dependencies = [
11335 "proc-macro-crate",
11336 "proc-macro2",
11337 "quote",
11338 "syn 2.0.117",
11339]
11340
11341[[package]]
11342name = "num_threads"
11343version = "0.1.7"
11344source = "registry+https://github.com/rust-lang/crates.io-index"
11345checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11346dependencies = [
11347 "libc",
11348]
11349
11350[[package]]
11351name = "nvim-rs"
11352version = "0.9.2"
11353source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11354dependencies = [
11355 "async-trait",
11356 "futures 0.3.32",
11357 "log",
11358 "rmp",
11359 "rmpv",
11360 "tokio",
11361 "tokio-util",
11362]
11363
11364[[package]]
11365name = "objc"
11366version = "0.2.7"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11369dependencies = [
11370 "malloc_buf",
11371 "objc_exception",
11372]
11373
11374[[package]]
11375name = "objc-foundation"
11376version = "0.1.1"
11377source = "registry+https://github.com/rust-lang/crates.io-index"
11378checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11379dependencies = [
11380 "block",
11381 "objc",
11382 "objc_id",
11383]
11384
11385[[package]]
11386name = "objc2"
11387version = "0.6.3"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11390dependencies = [
11391 "objc2-encode",
11392]
11393
11394[[package]]
11395name = "objc2-app-kit"
11396version = "0.3.1"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11399dependencies = [
11400 "objc2",
11401 "objc2-foundation",
11402]
11403
11404[[package]]
11405name = "objc2-audio-toolbox"
11406version = "0.3.2"
11407source = "registry+https://github.com/rust-lang/crates.io-index"
11408checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11409dependencies = [
11410 "bitflags 2.10.0",
11411 "libc",
11412 "objc2",
11413 "objc2-core-audio",
11414 "objc2-core-audio-types",
11415 "objc2-core-foundation",
11416 "objc2-foundation",
11417]
11418
11419[[package]]
11420name = "objc2-avf-audio"
11421version = "0.3.2"
11422source = "registry+https://github.com/rust-lang/crates.io-index"
11423checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11424dependencies = [
11425 "objc2",
11426 "objc2-foundation",
11427]
11428
11429[[package]]
11430name = "objc2-core-audio"
11431version = "0.3.2"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11434dependencies = [
11435 "dispatch2",
11436 "objc2",
11437 "objc2-core-audio-types",
11438 "objc2-core-foundation",
11439 "objc2-foundation",
11440]
11441
11442[[package]]
11443name = "objc2-core-audio-types"
11444version = "0.3.2"
11445source = "registry+https://github.com/rust-lang/crates.io-index"
11446checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11447dependencies = [
11448 "bitflags 2.10.0",
11449 "objc2",
11450]
11451
11452[[package]]
11453name = "objc2-core-foundation"
11454version = "0.3.2"
11455source = "registry+https://github.com/rust-lang/crates.io-index"
11456checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11457dependencies = [
11458 "bitflags 2.10.0",
11459 "block2",
11460 "dispatch2",
11461 "libc",
11462 "objc2",
11463]
11464
11465[[package]]
11466name = "objc2-encode"
11467version = "4.1.0"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11470
11471[[package]]
11472name = "objc2-foundation"
11473version = "0.3.2"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11476dependencies = [
11477 "bitflags 2.10.0",
11478 "block2",
11479 "libc",
11480 "objc2",
11481 "objc2-core-foundation",
11482]
11483
11484[[package]]
11485name = "objc2-io-kit"
11486version = "0.3.2"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11489dependencies = [
11490 "libc",
11491 "objc2-core-foundation",
11492]
11493
11494[[package]]
11495name = "objc2-metal"
11496version = "0.3.2"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11499dependencies = [
11500 "bitflags 2.10.0",
11501 "block2",
11502 "dispatch2",
11503 "objc2",
11504 "objc2-core-foundation",
11505 "objc2-foundation",
11506]
11507
11508[[package]]
11509name = "objc2-quartz-core"
11510version = "0.3.2"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11513dependencies = [
11514 "bitflags 2.10.0",
11515 "objc2",
11516 "objc2-core-foundation",
11517 "objc2-foundation",
11518 "objc2-metal",
11519]
11520
11521[[package]]
11522name = "objc_exception"
11523version = "0.1.2"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11526dependencies = [
11527 "cc",
11528]
11529
11530[[package]]
11531name = "objc_id"
11532version = "0.1.1"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11535dependencies = [
11536 "objc",
11537]
11538
11539[[package]]
11540name = "object"
11541version = "0.37.3"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11544dependencies = [
11545 "crc32fast",
11546 "hashbrown 0.15.5",
11547 "indexmap",
11548 "memchr",
11549]
11550
11551[[package]]
11552name = "octocrab"
11553version = "0.49.7"
11554source = "registry+https://github.com/rust-lang/crates.io-index"
11555checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11556dependencies = [
11557 "arc-swap",
11558 "async-trait",
11559 "base64 0.22.1",
11560 "bytes 1.11.1",
11561 "cargo_metadata 0.23.1",
11562 "cfg-if",
11563 "chrono",
11564 "either",
11565 "futures 0.3.32",
11566 "futures-core",
11567 "futures-util",
11568 "getrandom 0.2.16",
11569 "http 1.3.1",
11570 "http-body 1.0.1",
11571 "http-body-util",
11572 "hyper 1.7.0",
11573 "hyper-rustls 0.27.7",
11574 "hyper-timeout",
11575 "hyper-util",
11576 "jsonwebtoken",
11577 "once_cell",
11578 "percent-encoding",
11579 "pin-project",
11580 "secrecy",
11581 "serde",
11582 "serde_json",
11583 "serde_path_to_error",
11584 "serde_urlencoded",
11585 "snafu",
11586 "tokio",
11587 "tower 0.5.2",
11588 "tower-http 0.6.6",
11589 "url",
11590 "web-time",
11591]
11592
11593[[package]]
11594name = "ollama"
11595version = "0.1.0"
11596dependencies = [
11597 "anyhow",
11598 "futures 0.3.32",
11599 "http_client",
11600 "schemars",
11601 "serde",
11602 "serde_json",
11603 "settings",
11604]
11605
11606[[package]]
11607name = "onboarding"
11608version = "0.1.0"
11609dependencies = [
11610 "anyhow",
11611 "client",
11612 "cloud_api_types",
11613 "collections",
11614 "component",
11615 "db",
11616 "documented",
11617 "fs",
11618 "fuzzy",
11619 "gpui",
11620 "menu",
11621 "notifications",
11622 "picker",
11623 "project",
11624 "schemars",
11625 "serde",
11626 "settings",
11627 "telemetry",
11628 "theme",
11629 "theme_settings",
11630 "ui",
11631 "util",
11632 "vim_mode_setting",
11633 "workspace",
11634 "zed_actions",
11635 "zlog",
11636]
11637
11638[[package]]
11639name = "once_cell"
11640version = "1.21.3"
11641source = "registry+https://github.com/rust-lang/crates.io-index"
11642checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11643
11644[[package]]
11645name = "once_cell_polyfill"
11646version = "1.70.1"
11647source = "registry+https://github.com/rust-lang/crates.io-index"
11648checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11649
11650[[package]]
11651name = "oo7"
11652version = "0.6.0"
11653source = "registry+https://github.com/rust-lang/crates.io-index"
11654checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11655dependencies = [
11656 "aes",
11657 "ashpd",
11658 "async-fs",
11659 "async-io",
11660 "async-lock 3.4.2",
11661 "blocking",
11662 "cbc",
11663 "cipher",
11664 "digest",
11665 "endi",
11666 "futures-lite 2.6.1",
11667 "futures-util",
11668 "getrandom 0.4.1",
11669 "hkdf",
11670 "hmac",
11671 "md-5",
11672 "num",
11673 "num-bigint-dig 0.9.1",
11674 "pbkdf2 0.12.2",
11675 "serde",
11676 "serde_bytes",
11677 "sha2",
11678 "subtle",
11679 "zbus",
11680 "zbus_macros",
11681 "zeroize",
11682 "zvariant",
11683]
11684
11685[[package]]
11686name = "oorandom"
11687version = "11.1.5"
11688source = "registry+https://github.com/rust-lang/crates.io-index"
11689checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11690
11691[[package]]
11692name = "open"
11693version = "5.3.2"
11694source = "registry+https://github.com/rust-lang/crates.io-index"
11695checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11696dependencies = [
11697 "is-wsl",
11698 "libc",
11699 "pathdiff",
11700]
11701
11702[[package]]
11703name = "open_ai"
11704version = "0.1.0"
11705dependencies = [
11706 "anyhow",
11707 "collections",
11708 "futures 0.3.32",
11709 "http_client",
11710 "language_model_core",
11711 "log",
11712 "pretty_assertions",
11713 "rand 0.9.3",
11714 "schemars",
11715 "serde",
11716 "serde_json",
11717 "strum 0.27.2",
11718 "thiserror 2.0.17",
11719 "tiktoken-rs",
11720]
11721
11722[[package]]
11723name = "open_path_prompt"
11724version = "0.1.0"
11725dependencies = [
11726 "editor",
11727 "file_icons",
11728 "futures 0.3.32",
11729 "fuzzy",
11730 "gpui",
11731 "picker",
11732 "project",
11733 "schemars",
11734 "serde",
11735 "serde_json",
11736 "settings",
11737 "theme",
11738 "theme_settings",
11739 "ui",
11740 "util",
11741 "workspace",
11742]
11743
11744[[package]]
11745name = "open_router"
11746version = "0.1.0"
11747dependencies = [
11748 "anyhow",
11749 "futures 0.3.32",
11750 "http_client",
11751 "language_model_core",
11752 "schemars",
11753 "serde",
11754 "serde_json",
11755 "settings",
11756 "strum 0.27.2",
11757 "thiserror 2.0.17",
11758]
11759
11760[[package]]
11761name = "opencode"
11762version = "0.1.0"
11763dependencies = [
11764 "anyhow",
11765 "futures 0.3.32",
11766 "google_ai",
11767 "http_client",
11768 "schemars",
11769 "serde",
11770 "serde_json",
11771 "strum 0.27.2",
11772]
11773
11774[[package]]
11775name = "opener"
11776version = "0.7.2"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11779dependencies = [
11780 "bstr",
11781 "dbus",
11782 "normpath",
11783 "windows-sys 0.59.0",
11784]
11785
11786[[package]]
11787name = "openssl"
11788version = "0.10.74"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11791dependencies = [
11792 "bitflags 2.10.0",
11793 "cfg-if",
11794 "foreign-types 0.3.2",
11795 "libc",
11796 "once_cell",
11797 "openssl-macros",
11798 "openssl-sys",
11799]
11800
11801[[package]]
11802name = "openssl-macros"
11803version = "0.1.1"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11806dependencies = [
11807 "proc-macro2",
11808 "quote",
11809 "syn 2.0.117",
11810]
11811
11812[[package]]
11813name = "openssl-probe"
11814version = "0.1.6"
11815source = "registry+https://github.com/rust-lang/crates.io-index"
11816checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11817
11818[[package]]
11819name = "openssl-sys"
11820version = "0.9.110"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11823dependencies = [
11824 "cc",
11825 "libc",
11826 "pkg-config",
11827 "vcpkg",
11828]
11829
11830[[package]]
11831name = "optfield"
11832version = "0.4.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11835dependencies = [
11836 "proc-macro2",
11837 "quote",
11838 "syn 2.0.117",
11839]
11840
11841[[package]]
11842name = "option-ext"
11843version = "0.2.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11846
11847[[package]]
11848name = "ordered-float"
11849version = "2.10.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11852dependencies = [
11853 "num-traits",
11854]
11855
11856[[package]]
11857name = "ordered-float"
11858version = "4.6.0"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11861dependencies = [
11862 "num-traits",
11863]
11864
11865[[package]]
11866name = "ordered-stream"
11867version = "0.2.0"
11868source = "registry+https://github.com/rust-lang/crates.io-index"
11869checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11870dependencies = [
11871 "futures-core",
11872 "pin-project-lite",
11873]
11874
11875[[package]]
11876name = "ouroboros"
11877version = "0.18.5"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11880dependencies = [
11881 "aliasable",
11882 "ouroboros_macro",
11883 "static_assertions",
11884]
11885
11886[[package]]
11887name = "ouroboros_macro"
11888version = "0.18.5"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11891dependencies = [
11892 "heck 0.4.1",
11893 "proc-macro2",
11894 "proc-macro2-diagnostics",
11895 "quote",
11896 "syn 2.0.117",
11897]
11898
11899[[package]]
11900name = "outline"
11901version = "0.1.0"
11902dependencies = [
11903 "editor",
11904 "fuzzy",
11905 "gpui",
11906 "indoc",
11907 "language",
11908 "lsp",
11909 "menu",
11910 "ordered-float 2.10.1",
11911 "picker",
11912 "project",
11913 "rope",
11914 "serde_json",
11915 "settings",
11916 "smol",
11917 "theme",
11918 "theme_settings",
11919 "ui",
11920 "util",
11921 "workspace",
11922 "zed_actions",
11923]
11924
11925[[package]]
11926name = "outline_panel"
11927version = "0.1.0"
11928dependencies = [
11929 "anyhow",
11930 "collections",
11931 "db",
11932 "editor",
11933 "file_icons",
11934 "fuzzy",
11935 "gpui",
11936 "itertools 0.14.0",
11937 "language",
11938 "log",
11939 "lsp",
11940 "menu",
11941 "outline",
11942 "pretty_assertions",
11943 "project",
11944 "search",
11945 "serde",
11946 "serde_json",
11947 "settings",
11948 "smallvec",
11949 "smol",
11950 "theme",
11951 "theme_settings",
11952 "ui",
11953 "util",
11954 "workspace",
11955 "worktree",
11956 "zed_actions",
11957]
11958
11959[[package]]
11960name = "outref"
11961version = "0.5.2"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11964
11965[[package]]
11966name = "p256"
11967version = "0.11.1"
11968source = "registry+https://github.com/rust-lang/crates.io-index"
11969checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11970dependencies = [
11971 "ecdsa",
11972 "elliptic-curve",
11973 "sha2",
11974]
11975
11976[[package]]
11977name = "page_size"
11978version = "0.6.0"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11981dependencies = [
11982 "libc",
11983 "winapi",
11984]
11985
11986[[package]]
11987name = "palette"
11988version = "0.7.6"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11991dependencies = [
11992 "approx",
11993 "fast-srgb8",
11994 "palette_derive",
11995]
11996
11997[[package]]
11998name = "palette_derive"
11999version = "0.7.6"
12000source = "registry+https://github.com/rust-lang/crates.io-index"
12001checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12002dependencies = [
12003 "by_address",
12004 "proc-macro2",
12005 "quote",
12006 "syn 2.0.117",
12007]
12008
12009[[package]]
12010name = "panel"
12011version = "0.1.0"
12012dependencies = [
12013 "gpui",
12014 "ui",
12015 "workspace",
12016]
12017
12018[[package]]
12019name = "parking"
12020version = "2.2.1"
12021source = "registry+https://github.com/rust-lang/crates.io-index"
12022checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12023
12024[[package]]
12025name = "parking_lot"
12026version = "0.12.5"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12029dependencies = [
12030 "lock_api",
12031 "parking_lot_core",
12032]
12033
12034[[package]]
12035name = "parking_lot_core"
12036version = "0.9.12"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12039dependencies = [
12040 "cfg-if",
12041 "libc",
12042 "redox_syscall 0.5.18",
12043 "smallvec",
12044 "windows-link 0.2.1",
12045]
12046
12047[[package]]
12048name = "parse_int"
12049version = "0.9.0"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12052dependencies = [
12053 "num-traits",
12054]
12055
12056[[package]]
12057name = "partial-json-fixer"
12058version = "0.5.3"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12061
12062[[package]]
12063name = "password-hash"
12064version = "0.4.2"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12067dependencies = [
12068 "base64ct",
12069 "rand_core 0.6.4",
12070 "subtle",
12071]
12072
12073[[package]]
12074name = "paste"
12075version = "1.0.15"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12078
12079[[package]]
12080name = "pastey"
12081version = "0.1.1"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12084
12085[[package]]
12086name = "pathdiff"
12087version = "0.2.3"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12090
12091[[package]]
12092name = "pathfinder_geometry"
12093version = "0.5.1"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12096dependencies = [
12097 "log",
12098 "pathfinder_simd",
12099]
12100
12101[[package]]
12102name = "pathfinder_simd"
12103version = "0.5.5"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12106dependencies = [
12107 "rustc_version",
12108]
12109
12110[[package]]
12111name = "paths"
12112version = "0.1.0"
12113dependencies = [
12114 "dirs",
12115 "ignore",
12116 "util",
12117]
12118
12119[[package]]
12120name = "pbjson"
12121version = "0.6.0"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12124dependencies = [
12125 "base64 0.21.7",
12126 "serde",
12127]
12128
12129[[package]]
12130name = "pbjson-build"
12131version = "0.6.2"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12134dependencies = [
12135 "heck 0.4.1",
12136 "itertools 0.11.0",
12137 "prost 0.12.6",
12138 "prost-types 0.12.6",
12139]
12140
12141[[package]]
12142name = "pbjson-types"
12143version = "0.6.0"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12146dependencies = [
12147 "bytes 1.11.1",
12148 "chrono",
12149 "pbjson",
12150 "pbjson-build",
12151 "prost 0.12.6",
12152 "prost-build 0.12.6",
12153 "serde",
12154]
12155
12156[[package]]
12157name = "pbkdf2"
12158version = "0.11.0"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12161dependencies = [
12162 "digest",
12163 "hmac",
12164 "password-hash",
12165 "sha2",
12166]
12167
12168[[package]]
12169name = "pbkdf2"
12170version = "0.12.2"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12173dependencies = [
12174 "digest",
12175 "hmac",
12176]
12177
12178[[package]]
12179name = "pciid-parser"
12180version = "0.8.0"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12183
12184[[package]]
12185name = "peg"
12186version = "0.8.5"
12187source = "registry+https://github.com/rust-lang/crates.io-index"
12188checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12189dependencies = [
12190 "peg-macros",
12191 "peg-runtime",
12192]
12193
12194[[package]]
12195name = "peg-macros"
12196version = "0.8.5"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12199dependencies = [
12200 "peg-runtime",
12201 "proc-macro2",
12202 "quote",
12203]
12204
12205[[package]]
12206name = "peg-runtime"
12207version = "0.8.5"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12210
12211[[package]]
12212name = "pem"
12213version = "3.0.6"
12214source = "registry+https://github.com/rust-lang/crates.io-index"
12215checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12216dependencies = [
12217 "base64 0.22.1",
12218 "serde_core",
12219]
12220
12221[[package]]
12222name = "pem-rfc7468"
12223version = "0.7.0"
12224source = "registry+https://github.com/rust-lang/crates.io-index"
12225checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12226dependencies = [
12227 "base64ct",
12228]
12229
12230[[package]]
12231name = "percent-encoding"
12232version = "2.3.2"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12235
12236[[package]]
12237name = "perf"
12238version = "0.1.0"
12239dependencies = [
12240 "collections",
12241 "serde",
12242 "serde_json",
12243]
12244
12245[[package]]
12246name = "pest"
12247version = "2.8.3"
12248source = "registry+https://github.com/rust-lang/crates.io-index"
12249checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12250dependencies = [
12251 "memchr",
12252 "ucd-trie",
12253]
12254
12255[[package]]
12256name = "pest_derive"
12257version = "2.8.3"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12260dependencies = [
12261 "pest",
12262 "pest_generator",
12263]
12264
12265[[package]]
12266name = "pest_generator"
12267version = "2.8.3"
12268source = "registry+https://github.com/rust-lang/crates.io-index"
12269checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12270dependencies = [
12271 "pest",
12272 "pest_meta",
12273 "proc-macro2",
12274 "quote",
12275 "syn 2.0.117",
12276]
12277
12278[[package]]
12279name = "pest_meta"
12280version = "2.8.3"
12281source = "registry+https://github.com/rust-lang/crates.io-index"
12282checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12283dependencies = [
12284 "pest",
12285 "sha2",
12286]
12287
12288[[package]]
12289name = "pet"
12290version = "0.1.0"
12291source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12292dependencies = [
12293 "clap",
12294 "env_logger 0.10.2",
12295 "lazy_static",
12296 "log",
12297 "msvc_spectre_libs",
12298 "pet-conda",
12299 "pet-core",
12300 "pet-env-var-path",
12301 "pet-fs",
12302 "pet-global-virtualenvs",
12303 "pet-homebrew",
12304 "pet-jsonrpc",
12305 "pet-linux-global-python",
12306 "pet-mac-commandlinetools",
12307 "pet-mac-python-org",
12308 "pet-mac-xcode",
12309 "pet-pipenv",
12310 "pet-pixi",
12311 "pet-poetry",
12312 "pet-pyenv",
12313 "pet-python-utils",
12314 "pet-reporter",
12315 "pet-telemetry",
12316 "pet-uv",
12317 "pet-venv",
12318 "pet-virtualenv",
12319 "pet-virtualenvwrapper",
12320 "pet-windows-registry",
12321 "pet-windows-store",
12322 "pet-winpython",
12323 "serde",
12324 "serde_json",
12325 "tracing",
12326 "tracing-subscriber",
12327 "winresource",
12328]
12329
12330[[package]]
12331name = "pet-conda"
12332version = "0.1.0"
12333source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12334dependencies = [
12335 "env_logger 0.10.2",
12336 "lazy_static",
12337 "log",
12338 "msvc_spectre_libs",
12339 "pet-core",
12340 "pet-fs",
12341 "pet-python-utils",
12342 "pet-reporter",
12343 "rayon",
12344 "regex",
12345 "serde",
12346 "serde_json",
12347 "yaml-rust2",
12348]
12349
12350[[package]]
12351name = "pet-core"
12352version = "0.1.0"
12353source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12354dependencies = [
12355 "clap",
12356 "lazy_static",
12357 "log",
12358 "msvc_spectre_libs",
12359 "pet-fs",
12360 "regex",
12361 "serde",
12362 "serde_json",
12363]
12364
12365[[package]]
12366name = "pet-env-var-path"
12367version = "0.1.0"
12368source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12369dependencies = [
12370 "lazy_static",
12371 "log",
12372 "msvc_spectre_libs",
12373 "pet-conda",
12374 "pet-core",
12375 "pet-fs",
12376 "pet-python-utils",
12377 "pet-virtualenv",
12378 "regex",
12379]
12380
12381[[package]]
12382name = "pet-fs"
12383version = "0.1.0"
12384source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12385dependencies = [
12386 "glob",
12387 "log",
12388 "msvc_spectre_libs",
12389 "windows-sys 0.59.0",
12390]
12391
12392[[package]]
12393name = "pet-global-virtualenvs"
12394version = "0.1.0"
12395source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12396dependencies = [
12397 "log",
12398 "msvc_spectre_libs",
12399 "pet-conda",
12400 "pet-core",
12401 "pet-fs",
12402 "pet-virtualenv",
12403]
12404
12405[[package]]
12406name = "pet-homebrew"
12407version = "0.1.0"
12408source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12409dependencies = [
12410 "lazy_static",
12411 "log",
12412 "msvc_spectre_libs",
12413 "pet-conda",
12414 "pet-core",
12415 "pet-fs",
12416 "pet-python-utils",
12417 "pet-virtualenv",
12418 "rayon",
12419 "regex",
12420 "serde",
12421 "serde_json",
12422]
12423
12424[[package]]
12425name = "pet-jsonrpc"
12426version = "0.1.0"
12427source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12428dependencies = [
12429 "env_logger 0.10.2",
12430 "log",
12431 "msvc_spectre_libs",
12432 "pet-core",
12433 "serde",
12434 "serde_json",
12435]
12436
12437[[package]]
12438name = "pet-linux-global-python"
12439version = "0.1.0"
12440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12441dependencies = [
12442 "log",
12443 "msvc_spectre_libs",
12444 "pet-core",
12445 "pet-fs",
12446 "pet-python-utils",
12447 "pet-virtualenv",
12448]
12449
12450[[package]]
12451name = "pet-mac-commandlinetools"
12452version = "0.1.0"
12453source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12454dependencies = [
12455 "log",
12456 "msvc_spectre_libs",
12457 "pet-core",
12458 "pet-fs",
12459 "pet-python-utils",
12460 "pet-virtualenv",
12461]
12462
12463[[package]]
12464name = "pet-mac-python-org"
12465version = "0.1.0"
12466source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12467dependencies = [
12468 "log",
12469 "msvc_spectre_libs",
12470 "pet-core",
12471 "pet-fs",
12472 "pet-python-utils",
12473 "pet-virtualenv",
12474]
12475
12476[[package]]
12477name = "pet-mac-xcode"
12478version = "0.1.0"
12479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12480dependencies = [
12481 "log",
12482 "msvc_spectre_libs",
12483 "pet-core",
12484 "pet-fs",
12485 "pet-python-utils",
12486 "pet-virtualenv",
12487]
12488
12489[[package]]
12490name = "pet-pipenv"
12491version = "0.1.0"
12492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12493dependencies = [
12494 "lazy_static",
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-core",
12498 "pet-fs",
12499 "pet-python-utils",
12500 "pet-virtualenv",
12501 "regex",
12502]
12503
12504[[package]]
12505name = "pet-pixi"
12506version = "0.1.0"
12507source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12508dependencies = [
12509 "log",
12510 "msvc_spectre_libs",
12511 "pet-conda",
12512 "pet-core",
12513 "pet-python-utils",
12514]
12515
12516[[package]]
12517name = "pet-poetry"
12518version = "0.1.0"
12519source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12520dependencies = [
12521 "base64 0.22.1",
12522 "lazy_static",
12523 "log",
12524 "msvc_spectre_libs",
12525 "pet-core",
12526 "pet-fs",
12527 "pet-python-utils",
12528 "pet-reporter",
12529 "pet-virtualenv",
12530 "regex",
12531 "serde",
12532 "serde_json",
12533 "sha2",
12534 "toml 0.8.23",
12535]
12536
12537[[package]]
12538name = "pet-pyenv"
12539version = "0.1.0"
12540source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12541dependencies = [
12542 "lazy_static",
12543 "log",
12544 "msvc_spectre_libs",
12545 "pet-conda",
12546 "pet-core",
12547 "pet-fs",
12548 "pet-python-utils",
12549 "pet-reporter",
12550 "regex",
12551 "serde",
12552 "serde_json",
12553]
12554
12555[[package]]
12556name = "pet-python-utils"
12557version = "0.1.0"
12558source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12559dependencies = [
12560 "env_logger 0.10.2",
12561 "lazy_static",
12562 "log",
12563 "msvc_spectre_libs",
12564 "pet-core",
12565 "pet-fs",
12566 "regex",
12567 "serde",
12568 "serde_json",
12569 "sha2",
12570]
12571
12572[[package]]
12573name = "pet-reporter"
12574version = "0.1.0"
12575source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12576dependencies = [
12577 "env_logger 0.10.2",
12578 "log",
12579 "msvc_spectre_libs",
12580 "pet-core",
12581 "pet-jsonrpc",
12582 "serde",
12583 "serde_json",
12584]
12585
12586[[package]]
12587name = "pet-telemetry"
12588version = "0.1.0"
12589source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12590dependencies = [
12591 "env_logger 0.10.2",
12592 "lazy_static",
12593 "log",
12594 "msvc_spectre_libs",
12595 "pet-core",
12596 "pet-fs",
12597 "pet-python-utils",
12598 "regex",
12599]
12600
12601[[package]]
12602name = "pet-uv"
12603version = "0.1.0"
12604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12605dependencies = [
12606 "log",
12607 "pet-core",
12608 "pet-python-utils",
12609 "serde",
12610 "toml 0.9.8",
12611]
12612
12613[[package]]
12614name = "pet-venv"
12615version = "0.1.0"
12616source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12617dependencies = [
12618 "log",
12619 "msvc_spectre_libs",
12620 "pet-core",
12621 "pet-python-utils",
12622 "pet-virtualenv",
12623]
12624
12625[[package]]
12626name = "pet-virtualenv"
12627version = "0.1.0"
12628source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12629dependencies = [
12630 "log",
12631 "msvc_spectre_libs",
12632 "pet-core",
12633 "pet-fs",
12634 "pet-python-utils",
12635]
12636
12637[[package]]
12638name = "pet-virtualenvwrapper"
12639version = "0.1.0"
12640source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12641dependencies = [
12642 "log",
12643 "msvc_spectre_libs",
12644 "pet-core",
12645 "pet-fs",
12646 "pet-python-utils",
12647 "pet-virtualenv",
12648]
12649
12650[[package]]
12651name = "pet-windows-registry"
12652version = "0.1.0"
12653source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12654dependencies = [
12655 "lazy_static",
12656 "log",
12657 "msvc_spectre_libs",
12658 "pet-conda",
12659 "pet-core",
12660 "pet-fs",
12661 "pet-python-utils",
12662 "pet-virtualenv",
12663 "pet-windows-store",
12664 "regex",
12665 "winreg 0.55.0",
12666]
12667
12668[[package]]
12669name = "pet-windows-store"
12670version = "0.1.0"
12671source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12672dependencies = [
12673 "lazy_static",
12674 "log",
12675 "msvc_spectre_libs",
12676 "pet-core",
12677 "pet-fs",
12678 "pet-python-utils",
12679 "pet-virtualenv",
12680 "regex",
12681 "winreg 0.55.0",
12682]
12683
12684[[package]]
12685name = "pet-winpython"
12686version = "0.1.0"
12687source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12688dependencies = [
12689 "lazy_static",
12690 "log",
12691 "pet-core",
12692 "pet-fs",
12693 "pet-python-utils",
12694 "pet-virtualenv",
12695 "regex",
12696]
12697
12698[[package]]
12699name = "petgraph"
12700version = "0.6.5"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12703dependencies = [
12704 "fixedbitset 0.4.2",
12705 "indexmap",
12706]
12707
12708[[package]]
12709name = "pgvector"
12710version = "0.4.1"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12713dependencies = [
12714 "serde",
12715]
12716
12717[[package]]
12718name = "phf"
12719version = "0.11.3"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12722dependencies = [
12723 "phf_macros 0.11.3",
12724 "phf_shared 0.11.3",
12725]
12726
12727[[package]]
12728name = "phf"
12729version = "0.12.1"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12732dependencies = [
12733 "phf_macros 0.12.1",
12734 "phf_shared 0.12.1",
12735]
12736
12737[[package]]
12738name = "phf_codegen"
12739version = "0.11.3"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12742dependencies = [
12743 "phf_generator 0.11.3",
12744 "phf_shared 0.11.3",
12745]
12746
12747[[package]]
12748name = "phf_generator"
12749version = "0.11.3"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12752dependencies = [
12753 "phf_shared 0.11.3",
12754 "rand 0.8.5",
12755]
12756
12757[[package]]
12758name = "phf_generator"
12759version = "0.12.1"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12762dependencies = [
12763 "fastrand 2.3.0",
12764 "phf_shared 0.12.1",
12765]
12766
12767[[package]]
12768name = "phf_macros"
12769version = "0.11.3"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12772dependencies = [
12773 "phf_generator 0.11.3",
12774 "phf_shared 0.11.3",
12775 "proc-macro2",
12776 "quote",
12777 "syn 2.0.117",
12778]
12779
12780[[package]]
12781name = "phf_macros"
12782version = "0.12.1"
12783source = "registry+https://github.com/rust-lang/crates.io-index"
12784checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12785dependencies = [
12786 "phf_generator 0.12.1",
12787 "phf_shared 0.12.1",
12788 "proc-macro2",
12789 "quote",
12790 "syn 2.0.117",
12791]
12792
12793[[package]]
12794name = "phf_shared"
12795version = "0.11.3"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12798dependencies = [
12799 "siphasher 1.0.1",
12800]
12801
12802[[package]]
12803name = "phf_shared"
12804version = "0.12.1"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12807dependencies = [
12808 "siphasher 1.0.1",
12809]
12810
12811[[package]]
12812name = "picker"
12813version = "0.1.0"
12814dependencies = [
12815 "anyhow",
12816 "editor",
12817 "gpui",
12818 "menu",
12819 "schemars",
12820 "serde",
12821 "settings",
12822 "theme",
12823 "theme_settings",
12824 "ui",
12825 "ui_input",
12826 "workspace",
12827 "zed_actions",
12828]
12829
12830[[package]]
12831name = "pico-args"
12832version = "0.5.0"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12835
12836[[package]]
12837name = "pin-project"
12838version = "1.1.10"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12841dependencies = [
12842 "pin-project-internal",
12843]
12844
12845[[package]]
12846name = "pin-project-internal"
12847version = "1.1.10"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12850dependencies = [
12851 "proc-macro2",
12852 "quote",
12853 "syn 2.0.117",
12854]
12855
12856[[package]]
12857name = "pin-project-lite"
12858version = "0.2.16"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12861
12862[[package]]
12863name = "pin-utils"
12864version = "0.1.0"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12867
12868[[package]]
12869name = "piper"
12870version = "0.2.4"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12873dependencies = [
12874 "atomic-waker",
12875 "fastrand 2.3.0",
12876 "futures-io",
12877]
12878
12879[[package]]
12880name = "pkcs1"
12881version = "0.7.5"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12884dependencies = [
12885 "der 0.7.10",
12886 "pkcs8 0.10.2",
12887 "spki 0.7.3",
12888]
12889
12890[[package]]
12891name = "pkcs8"
12892version = "0.9.0"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12895dependencies = [
12896 "der 0.6.1",
12897 "spki 0.6.0",
12898]
12899
12900[[package]]
12901name = "pkcs8"
12902version = "0.10.2"
12903source = "registry+https://github.com/rust-lang/crates.io-index"
12904checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12905dependencies = [
12906 "der 0.7.10",
12907 "spki 0.7.3",
12908]
12909
12910[[package]]
12911name = "pkg-config"
12912version = "0.3.32"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12915
12916[[package]]
12917name = "plain"
12918version = "0.2.3"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12921
12922[[package]]
12923name = "platform_title_bar"
12924version = "0.1.0"
12925dependencies = [
12926 "gpui",
12927 "project",
12928 "settings",
12929 "smallvec",
12930 "theme",
12931 "theme_settings",
12932 "ui",
12933 "windows 0.61.3",
12934 "workspace",
12935 "zed_actions",
12936]
12937
12938[[package]]
12939name = "plist"
12940version = "1.8.0"
12941source = "registry+https://github.com/rust-lang/crates.io-index"
12942checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12943dependencies = [
12944 "base64 0.22.1",
12945 "indexmap",
12946 "quick-xml 0.38.3",
12947 "serde",
12948 "time",
12949]
12950
12951[[package]]
12952name = "plotters"
12953version = "0.3.7"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12956dependencies = [
12957 "num-traits",
12958 "plotters-backend",
12959 "plotters-svg",
12960 "wasm-bindgen",
12961 "web-sys",
12962]
12963
12964[[package]]
12965name = "plotters-backend"
12966version = "0.3.7"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12969
12970[[package]]
12971name = "plotters-svg"
12972version = "0.3.7"
12973source = "registry+https://github.com/rust-lang/crates.io-index"
12974checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12975dependencies = [
12976 "plotters-backend",
12977]
12978
12979[[package]]
12980name = "png"
12981version = "0.17.16"
12982source = "registry+https://github.com/rust-lang/crates.io-index"
12983checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12984dependencies = [
12985 "bitflags 1.3.2",
12986 "crc32fast",
12987 "fdeflate",
12988 "flate2",
12989 "miniz_oxide",
12990]
12991
12992[[package]]
12993name = "png"
12994version = "0.18.0"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12997dependencies = [
12998 "bitflags 2.10.0",
12999 "crc32fast",
13000 "fdeflate",
13001 "flate2",
13002 "miniz_oxide",
13003]
13004
13005[[package]]
13006name = "polling"
13007version = "3.11.0"
13008source = "registry+https://github.com/rust-lang/crates.io-index"
13009checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13010dependencies = [
13011 "cfg-if",
13012 "concurrent-queue",
13013 "hermit-abi",
13014 "pin-project-lite",
13015 "rustix 1.1.2",
13016 "windows-sys 0.61.2",
13017]
13018
13019[[package]]
13020name = "pollster"
13021version = "0.2.5"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13024
13025[[package]]
13026name = "pollster"
13027version = "0.4.0"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13030
13031[[package]]
13032name = "pori"
13033version = "0.0.0"
13034source = "registry+https://github.com/rust-lang/crates.io-index"
13035checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13036dependencies = [
13037 "nom 7.1.3",
13038]
13039
13040[[package]]
13041name = "portable-atomic"
13042version = "1.11.1"
13043source = "registry+https://github.com/rust-lang/crates.io-index"
13044checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13045
13046[[package]]
13047name = "portable-atomic-util"
13048version = "0.2.4"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13051dependencies = [
13052 "portable-atomic",
13053]
13054
13055[[package]]
13056name = "portable-pty"
13057version = "0.9.0"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13060dependencies = [
13061 "anyhow",
13062 "bitflags 1.3.2",
13063 "downcast-rs",
13064 "filedescriptor",
13065 "lazy_static",
13066 "libc",
13067 "log",
13068 "nix 0.28.0",
13069 "serial2",
13070 "shared_library",
13071 "shell-words",
13072 "winapi",
13073 "winreg 0.10.1",
13074]
13075
13076[[package]]
13077name = "postage"
13078version = "0.5.0"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13081dependencies = [
13082 "atomic",
13083 "crossbeam-queue",
13084 "futures 0.3.32",
13085 "log",
13086 "parking_lot",
13087 "pin-project",
13088 "pollster 0.2.5",
13089 "static_assertions",
13090 "thiserror 1.0.69",
13091]
13092
13093[[package]]
13094name = "postcard"
13095version = "1.1.3"
13096source = "registry+https://github.com/rust-lang/crates.io-index"
13097checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13098dependencies = [
13099 "cobs",
13100 "embedded-io 0.4.0",
13101 "embedded-io 0.6.1",
13102 "serde",
13103]
13104
13105[[package]]
13106name = "potential_utf"
13107version = "0.1.3"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13110dependencies = [
13111 "zerovec",
13112]
13113
13114[[package]]
13115name = "powerfmt"
13116version = "0.2.0"
13117source = "registry+https://github.com/rust-lang/crates.io-index"
13118checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13119
13120[[package]]
13121name = "ppv-lite86"
13122version = "0.2.21"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13125dependencies = [
13126 "zerocopy",
13127]
13128
13129[[package]]
13130name = "precomputed-hash"
13131version = "0.1.1"
13132source = "registry+https://github.com/rust-lang/crates.io-index"
13133checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13134
13135[[package]]
13136name = "presser"
13137version = "0.3.1"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13140
13141[[package]]
13142name = "prettier"
13143version = "0.1.0"
13144dependencies = [
13145 "anyhow",
13146 "collections",
13147 "fs",
13148 "gpui",
13149 "language",
13150 "log",
13151 "lsp",
13152 "node_runtime",
13153 "parking_lot",
13154 "paths",
13155 "serde",
13156 "serde_json",
13157 "util",
13158]
13159
13160[[package]]
13161name = "pretty_assertions"
13162version = "1.4.1"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13165dependencies = [
13166 "diff",
13167 "yansi",
13168]
13169
13170[[package]]
13171name = "prettyplease"
13172version = "0.2.37"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13175dependencies = [
13176 "proc-macro2",
13177 "syn 2.0.117",
13178]
13179
13180[[package]]
13181name = "primal-check"
13182version = "0.3.4"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13185dependencies = [
13186 "num-integer",
13187]
13188
13189[[package]]
13190name = "proc-macro-crate"
13191version = "3.4.0"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13194dependencies = [
13195 "toml_edit 0.23.7",
13196]
13197
13198[[package]]
13199name = "proc-macro-error"
13200version = "1.0.4"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13203dependencies = [
13204 "proc-macro-error-attr",
13205 "proc-macro2",
13206 "quote",
13207 "syn 1.0.109",
13208 "version_check",
13209]
13210
13211[[package]]
13212name = "proc-macro-error-attr"
13213version = "1.0.4"
13214source = "registry+https://github.com/rust-lang/crates.io-index"
13215checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13216dependencies = [
13217 "proc-macro2",
13218 "quote",
13219 "version_check",
13220]
13221
13222[[package]]
13223name = "proc-macro-error-attr2"
13224version = "2.0.0"
13225source = "registry+https://github.com/rust-lang/crates.io-index"
13226checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13227dependencies = [
13228 "proc-macro2",
13229 "quote",
13230]
13231
13232[[package]]
13233name = "proc-macro-error2"
13234version = "2.0.1"
13235source = "registry+https://github.com/rust-lang/crates.io-index"
13236checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13237dependencies = [
13238 "proc-macro-error-attr2",
13239 "proc-macro2",
13240 "quote",
13241 "syn 2.0.117",
13242]
13243
13244[[package]]
13245name = "proc-macro2"
13246version = "1.0.101"
13247source = "registry+https://github.com/rust-lang/crates.io-index"
13248checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13249dependencies = [
13250 "unicode-ident",
13251]
13252
13253[[package]]
13254name = "proc-macro2-diagnostics"
13255version = "0.10.1"
13256source = "registry+https://github.com/rust-lang/crates.io-index"
13257checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13258dependencies = [
13259 "proc-macro2",
13260 "quote",
13261 "syn 2.0.117",
13262 "version_check",
13263 "yansi",
13264]
13265
13266[[package]]
13267name = "procfs-core"
13268version = "0.17.0"
13269source = "registry+https://github.com/rust-lang/crates.io-index"
13270checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13271dependencies = [
13272 "bitflags 2.10.0",
13273 "hex",
13274 "serde",
13275]
13276
13277[[package]]
13278name = "profiling"
13279version = "1.0.17"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13282dependencies = [
13283 "profiling-procmacros",
13284]
13285
13286[[package]]
13287name = "profiling-procmacros"
13288version = "1.0.17"
13289source = "registry+https://github.com/rust-lang/crates.io-index"
13290checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13291dependencies = [
13292 "quote",
13293 "syn 2.0.117",
13294]
13295
13296[[package]]
13297name = "project"
13298version = "0.1.0"
13299dependencies = [
13300 "aho-corasick",
13301 "anyhow",
13302 "askpass",
13303 "async-trait",
13304 "base64 0.22.1",
13305 "buffer_diff",
13306 "circular-buffer",
13307 "client",
13308 "clock",
13309 "collections",
13310 "context_server",
13311 "credentials_provider",
13312 "dap",
13313 "encoding_rs",
13314 "extension",
13315 "fancy-regex 0.17.0",
13316 "fs",
13317 "futures 0.3.32",
13318 "fuzzy",
13319 "fuzzy_nucleo",
13320 "git",
13321 "git2",
13322 "git_hosting_providers",
13323 "globset",
13324 "gpui",
13325 "http_client",
13326 "image",
13327 "indexmap",
13328 "itertools 0.14.0",
13329 "language",
13330 "log",
13331 "lsp",
13332 "markdown",
13333 "node_runtime",
13334 "parking_lot",
13335 "paths",
13336 "percent-encoding",
13337 "postage",
13338 "prettier",
13339 "pretty_assertions",
13340 "project",
13341 "rand 0.9.3",
13342 "regex",
13343 "release_channel",
13344 "remote",
13345 "rpc",
13346 "schemars",
13347 "semver",
13348 "serde",
13349 "serde_json",
13350 "settings",
13351 "sha2",
13352 "shellexpand",
13353 "smallvec",
13354 "smol",
13355 "snippet",
13356 "snippet_provider",
13357 "sum_tree",
13358 "task",
13359 "tempfile",
13360 "terminal",
13361 "text",
13362 "toml 0.8.23",
13363 "tracing",
13364 "unindent",
13365 "url",
13366 "util",
13367 "watch",
13368 "wax",
13369 "which 6.0.3",
13370 "worktree",
13371 "zed_credentials_provider",
13372 "zeroize",
13373 "zlog",
13374 "ztracing",
13375]
13376
13377[[package]]
13378name = "project_benchmarks"
13379version = "0.1.0"
13380dependencies = [
13381 "anyhow",
13382 "askpass",
13383 "clap",
13384 "client",
13385 "futures 0.3.32",
13386 "gpui",
13387 "gpui_platform",
13388 "http_client",
13389 "language",
13390 "node_runtime",
13391 "project",
13392 "release_channel",
13393 "remote",
13394 "rpassword",
13395 "semver",
13396 "settings",
13397 "watch",
13398]
13399
13400[[package]]
13401name = "project_panel"
13402version = "0.1.0"
13403dependencies = [
13404 "anyhow",
13405 "client",
13406 "collections",
13407 "command_palette_hooks",
13408 "criterion",
13409 "editor",
13410 "feature_flags",
13411 "file_icons",
13412 "fs",
13413 "futures 0.3.32",
13414 "git",
13415 "git_ui",
13416 "gpui",
13417 "itertools 0.14.0",
13418 "language",
13419 "menu",
13420 "notifications",
13421 "pretty_assertions",
13422 "project",
13423 "rayon",
13424 "remote_connection",
13425 "schemars",
13426 "search",
13427 "serde",
13428 "serde_json",
13429 "settings",
13430 "smallvec",
13431 "telemetry",
13432 "tempfile",
13433 "theme",
13434 "theme_settings",
13435 "ui",
13436 "util",
13437 "workspace",
13438 "worktree",
13439 "zed_actions",
13440]
13441
13442[[package]]
13443name = "project_symbols"
13444version = "0.1.0"
13445dependencies = [
13446 "anyhow",
13447 "editor",
13448 "futures 0.3.32",
13449 "fuzzy",
13450 "gpui",
13451 "language",
13452 "lsp",
13453 "ordered-float 2.10.1",
13454 "picker",
13455 "project",
13456 "release_channel",
13457 "semver",
13458 "serde_json",
13459 "settings",
13460 "theme",
13461 "theme_settings",
13462 "util",
13463 "workspace",
13464]
13465
13466[[package]]
13467name = "prometheus"
13468version = "0.14.0"
13469source = "registry+https://github.com/rust-lang/crates.io-index"
13470checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13471dependencies = [
13472 "cfg-if",
13473 "fnv",
13474 "lazy_static",
13475 "memchr",
13476 "parking_lot",
13477 "protobuf",
13478 "thiserror 2.0.17",
13479]
13480
13481[[package]]
13482name = "prompt_store"
13483version = "0.1.0"
13484dependencies = [
13485 "anyhow",
13486 "assets",
13487 "chrono",
13488 "collections",
13489 "fs",
13490 "futures 0.3.32",
13491 "fuzzy",
13492 "gpui",
13493 "handlebars 4.5.0",
13494 "heed",
13495 "language",
13496 "log",
13497 "parking_lot",
13498 "paths",
13499 "rope",
13500 "serde",
13501 "strum 0.27.2",
13502 "tempfile",
13503 "text",
13504 "util",
13505 "uuid",
13506]
13507
13508[[package]]
13509name = "proptest"
13510version = "1.10.0"
13511source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13512dependencies = [
13513 "bit-set 0.8.0",
13514 "bit-vec 0.8.0",
13515 "bitflags 2.10.0",
13516 "num-traits",
13517 "proptest-macro",
13518 "rand 0.9.3",
13519 "rand_chacha 0.9.0",
13520 "rand_xorshift",
13521 "regex-syntax",
13522 "rusty-fork",
13523 "tempfile",
13524 "unarray",
13525]
13526
13527[[package]]
13528name = "proptest-derive"
13529version = "0.8.0"
13530source = "registry+https://github.com/rust-lang/crates.io-index"
13531checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13532dependencies = [
13533 "proc-macro2",
13534 "quote",
13535 "syn 2.0.117",
13536]
13537
13538[[package]]
13539name = "proptest-macro"
13540version = "0.5.0"
13541source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13542dependencies = [
13543 "convert_case 0.11.0",
13544 "proc-macro2",
13545 "quote",
13546 "syn 2.0.117",
13547]
13548
13549[[package]]
13550name = "prost"
13551version = "0.9.0"
13552source = "registry+https://github.com/rust-lang/crates.io-index"
13553checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13554dependencies = [
13555 "bytes 1.11.1",
13556 "prost-derive 0.9.0",
13557]
13558
13559[[package]]
13560name = "prost"
13561version = "0.12.6"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13564dependencies = [
13565 "bytes 1.11.1",
13566 "prost-derive 0.12.6",
13567]
13568
13569[[package]]
13570name = "prost-build"
13571version = "0.9.0"
13572source = "registry+https://github.com/rust-lang/crates.io-index"
13573checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13574dependencies = [
13575 "bytes 1.11.1",
13576 "heck 0.3.3",
13577 "itertools 0.10.5",
13578 "lazy_static",
13579 "log",
13580 "multimap",
13581 "petgraph",
13582 "prost 0.9.0",
13583 "prost-types 0.9.0",
13584 "regex",
13585 "tempfile",
13586 "which 4.4.2",
13587]
13588
13589[[package]]
13590name = "prost-build"
13591version = "0.12.6"
13592source = "registry+https://github.com/rust-lang/crates.io-index"
13593checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13594dependencies = [
13595 "bytes 1.11.1",
13596 "heck 0.4.1",
13597 "itertools 0.10.5",
13598 "log",
13599 "multimap",
13600 "once_cell",
13601 "petgraph",
13602 "prettyplease",
13603 "prost 0.12.6",
13604 "prost-types 0.12.6",
13605 "regex",
13606 "syn 2.0.117",
13607 "tempfile",
13608]
13609
13610[[package]]
13611name = "prost-derive"
13612version = "0.9.0"
13613source = "registry+https://github.com/rust-lang/crates.io-index"
13614checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13615dependencies = [
13616 "anyhow",
13617 "itertools 0.10.5",
13618 "proc-macro2",
13619 "quote",
13620 "syn 1.0.109",
13621]
13622
13623[[package]]
13624name = "prost-derive"
13625version = "0.12.6"
13626source = "registry+https://github.com/rust-lang/crates.io-index"
13627checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13628dependencies = [
13629 "anyhow",
13630 "itertools 0.10.5",
13631 "proc-macro2",
13632 "quote",
13633 "syn 2.0.117",
13634]
13635
13636[[package]]
13637name = "prost-types"
13638version = "0.9.0"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13641dependencies = [
13642 "bytes 1.11.1",
13643 "prost 0.9.0",
13644]
13645
13646[[package]]
13647name = "prost-types"
13648version = "0.12.6"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13651dependencies = [
13652 "prost 0.12.6",
13653]
13654
13655[[package]]
13656name = "proto"
13657version = "0.1.0"
13658dependencies = [
13659 "anyhow",
13660 "prost 0.9.0",
13661 "prost-build 0.9.0",
13662 "serde",
13663]
13664
13665[[package]]
13666name = "protobuf"
13667version = "3.7.2"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13670dependencies = [
13671 "once_cell",
13672 "protobuf-support",
13673 "thiserror 1.0.69",
13674]
13675
13676[[package]]
13677name = "protobuf-support"
13678version = "3.7.2"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13681dependencies = [
13682 "thiserror 1.0.69",
13683]
13684
13685[[package]]
13686name = "psm"
13687version = "0.1.30"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13690dependencies = [
13691 "ar_archive_writer",
13692 "cc",
13693]
13694
13695[[package]]
13696name = "ptr_meta"
13697version = "0.1.4"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13700dependencies = [
13701 "ptr_meta_derive",
13702]
13703
13704[[package]]
13705name = "ptr_meta_derive"
13706version = "0.1.4"
13707source = "registry+https://github.com/rust-lang/crates.io-index"
13708checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13709dependencies = [
13710 "proc-macro2",
13711 "quote",
13712 "syn 1.0.109",
13713]
13714
13715[[package]]
13716name = "pulldown-cmark"
13717version = "0.10.3"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13720dependencies = [
13721 "bitflags 2.10.0",
13722 "memchr",
13723 "pulldown-cmark-escape",
13724 "unicase",
13725]
13726
13727[[package]]
13728name = "pulldown-cmark"
13729version = "0.13.0"
13730source = "registry+https://github.com/rust-lang/crates.io-index"
13731checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13732dependencies = [
13733 "bitflags 2.10.0",
13734 "memchr",
13735 "unicase",
13736]
13737
13738[[package]]
13739name = "pulldown-cmark-escape"
13740version = "0.10.1"
13741source = "registry+https://github.com/rust-lang/crates.io-index"
13742checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13743
13744[[package]]
13745name = "pulley-interpreter"
13746version = "36.0.7"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13749dependencies = [
13750 "cranelift-bitset",
13751 "log",
13752 "pulley-macros",
13753 "wasmtime-internal-math",
13754]
13755
13756[[package]]
13757name = "pulley-macros"
13758version = "36.0.7"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13761dependencies = [
13762 "proc-macro2",
13763 "quote",
13764 "syn 2.0.117",
13765]
13766
13767[[package]]
13768name = "pulp"
13769version = "0.18.22"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13772dependencies = [
13773 "bytemuck",
13774 "libm",
13775 "num-complex",
13776 "reborrow",
13777]
13778
13779[[package]]
13780name = "pulp"
13781version = "0.21.5"
13782source = "registry+https://github.com/rust-lang/crates.io-index"
13783checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13784dependencies = [
13785 "bytemuck",
13786 "cfg-if",
13787 "libm",
13788 "num-complex",
13789 "reborrow",
13790 "version_check",
13791]
13792
13793[[package]]
13794name = "pxfm"
13795version = "0.1.25"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13798dependencies = [
13799 "num-traits",
13800]
13801
13802[[package]]
13803name = "qoi"
13804version = "0.4.1"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13807dependencies = [
13808 "bytemuck",
13809]
13810
13811[[package]]
13812name = "quick-error"
13813version = "1.2.3"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13816
13817[[package]]
13818name = "quick-error"
13819version = "2.0.1"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13822
13823[[package]]
13824name = "quick-xml"
13825version = "0.30.0"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13828dependencies = [
13829 "memchr",
13830]
13831
13832[[package]]
13833name = "quick-xml"
13834version = "0.37.5"
13835source = "registry+https://github.com/rust-lang/crates.io-index"
13836checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13837dependencies = [
13838 "memchr",
13839]
13840
13841[[package]]
13842name = "quick-xml"
13843version = "0.38.3"
13844source = "registry+https://github.com/rust-lang/crates.io-index"
13845checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13846dependencies = [
13847 "memchr",
13848]
13849
13850[[package]]
13851name = "quinn"
13852version = "0.11.9"
13853source = "registry+https://github.com/rust-lang/crates.io-index"
13854checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13855dependencies = [
13856 "bytes 1.11.1",
13857 "cfg_aliases 0.2.1",
13858 "pin-project-lite",
13859 "quinn-proto",
13860 "quinn-udp",
13861 "rustc-hash 2.1.1",
13862 "rustls 0.23.33",
13863 "socket2 0.6.1",
13864 "thiserror 2.0.17",
13865 "tokio",
13866 "tracing",
13867 "web-time",
13868]
13869
13870[[package]]
13871name = "quinn-proto"
13872version = "0.11.13"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13875dependencies = [
13876 "bytes 1.11.1",
13877 "getrandom 0.3.4",
13878 "lru-slab",
13879 "rand 0.9.3",
13880 "ring",
13881 "rustc-hash 2.1.1",
13882 "rustls 0.23.33",
13883 "rustls-pki-types",
13884 "slab",
13885 "thiserror 2.0.17",
13886 "tinyvec",
13887 "tracing",
13888 "web-time",
13889]
13890
13891[[package]]
13892name = "quinn-udp"
13893version = "0.5.14"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13896dependencies = [
13897 "cfg_aliases 0.2.1",
13898 "libc",
13899 "once_cell",
13900 "socket2 0.6.1",
13901 "tracing",
13902 "windows-sys 0.60.2",
13903]
13904
13905[[package]]
13906name = "quote"
13907version = "1.0.41"
13908source = "registry+https://github.com/rust-lang/crates.io-index"
13909checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13910dependencies = [
13911 "proc-macro2",
13912]
13913
13914[[package]]
13915name = "r-efi"
13916version = "5.3.0"
13917source = "registry+https://github.com/rust-lang/crates.io-index"
13918checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13919
13920[[package]]
13921name = "radium"
13922version = "0.7.0"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13925
13926[[package]]
13927name = "rand"
13928version = "0.3.23"
13929source = "registry+https://github.com/rust-lang/crates.io-index"
13930checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13931dependencies = [
13932 "libc",
13933 "rand 0.4.6",
13934]
13935
13936[[package]]
13937name = "rand"
13938version = "0.4.6"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13941dependencies = [
13942 "fuchsia-cprng",
13943 "libc",
13944 "rand_core 0.3.1",
13945 "rdrand",
13946 "winapi",
13947]
13948
13949[[package]]
13950name = "rand"
13951version = "0.8.5"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13954dependencies = [
13955 "libc",
13956 "rand_chacha 0.3.1",
13957 "rand_core 0.6.4",
13958]
13959
13960[[package]]
13961name = "rand"
13962version = "0.9.3"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13965dependencies = [
13966 "rand_chacha 0.9.0",
13967 "rand_core 0.9.3",
13968]
13969
13970[[package]]
13971name = "rand_chacha"
13972version = "0.3.1"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13975dependencies = [
13976 "ppv-lite86",
13977 "rand_core 0.6.4",
13978]
13979
13980[[package]]
13981name = "rand_chacha"
13982version = "0.9.0"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13985dependencies = [
13986 "ppv-lite86",
13987 "rand_core 0.9.3",
13988]
13989
13990[[package]]
13991name = "rand_core"
13992version = "0.3.1"
13993source = "registry+https://github.com/rust-lang/crates.io-index"
13994checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13995dependencies = [
13996 "rand_core 0.4.2",
13997]
13998
13999[[package]]
14000name = "rand_core"
14001version = "0.4.2"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14004
14005[[package]]
14006name = "rand_core"
14007version = "0.6.4"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14010dependencies = [
14011 "getrandom 0.2.16",
14012]
14013
14014[[package]]
14015name = "rand_core"
14016version = "0.9.3"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14019dependencies = [
14020 "getrandom 0.3.4",
14021]
14022
14023[[package]]
14024name = "rand_distr"
14025version = "0.5.1"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14028dependencies = [
14029 "num-traits",
14030 "rand 0.9.3",
14031]
14032
14033[[package]]
14034name = "rand_pcg"
14035version = "0.3.1"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14038dependencies = [
14039 "rand_core 0.6.4",
14040]
14041
14042[[package]]
14043name = "rand_xorshift"
14044version = "0.4.0"
14045source = "registry+https://github.com/rust-lang/crates.io-index"
14046checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14047dependencies = [
14048 "rand_core 0.9.3",
14049]
14050
14051[[package]]
14052name = "random_choice"
14053version = "0.3.2"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14056dependencies = [
14057 "rand 0.3.23",
14058]
14059
14060[[package]]
14061name = "range-alloc"
14062version = "0.1.4"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14065
14066[[package]]
14067name = "range-map"
14068version = "0.2.0"
14069source = "registry+https://github.com/rust-lang/crates.io-index"
14070checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14071dependencies = [
14072 "num-traits",
14073]
14074
14075[[package]]
14076name = "rangemap"
14077version = "1.7.1"
14078source = "registry+https://github.com/rust-lang/crates.io-index"
14079checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14080
14081[[package]]
14082name = "rav1e"
14083version = "0.8.1"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14086dependencies = [
14087 "aligned-vec",
14088 "arbitrary",
14089 "arg_enum_proc_macro",
14090 "arrayvec",
14091 "av-scenechange",
14092 "av1-grain",
14093 "bitstream-io",
14094 "built",
14095 "cfg-if",
14096 "interpolate_name",
14097 "itertools 0.14.0",
14098 "libc",
14099 "libfuzzer-sys",
14100 "log",
14101 "maybe-rayon",
14102 "new_debug_unreachable",
14103 "noop_proc_macro",
14104 "num-derive",
14105 "num-traits",
14106 "paste",
14107 "profiling",
14108 "rand 0.9.3",
14109 "rand_chacha 0.9.0",
14110 "simd_helpers",
14111 "thiserror 2.0.17",
14112 "v_frame",
14113 "wasm-bindgen",
14114]
14115
14116[[package]]
14117name = "ravif"
14118version = "0.13.0"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14121dependencies = [
14122 "avif-serialize",
14123 "imgref",
14124 "loop9",
14125 "quick-error 2.0.1",
14126 "rav1e",
14127 "rayon",
14128 "rgb",
14129]
14130
14131[[package]]
14132name = "raw-cpuid"
14133version = "10.7.0"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14136dependencies = [
14137 "bitflags 1.3.2",
14138]
14139
14140[[package]]
14141name = "raw-cpuid"
14142version = "11.6.0"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14145dependencies = [
14146 "bitflags 2.10.0",
14147]
14148
14149[[package]]
14150name = "raw-window-handle"
14151version = "0.6.2"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14154
14155[[package]]
14156name = "raw-window-metal"
14157version = "1.1.0"
14158source = "registry+https://github.com/rust-lang/crates.io-index"
14159checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14160dependencies = [
14161 "objc2",
14162 "objc2-core-foundation",
14163 "objc2-foundation",
14164 "objc2-quartz-core",
14165]
14166
14167[[package]]
14168name = "rayon"
14169version = "1.11.0"
14170source = "registry+https://github.com/rust-lang/crates.io-index"
14171checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14172dependencies = [
14173 "either",
14174 "rayon-core",
14175]
14176
14177[[package]]
14178name = "rayon-core"
14179version = "1.13.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14182dependencies = [
14183 "crossbeam-deque",
14184 "crossbeam-utils",
14185]
14186
14187[[package]]
14188name = "rdrand"
14189version = "0.4.0"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14192dependencies = [
14193 "rand_core 0.3.1",
14194]
14195
14196[[package]]
14197name = "read-fonts"
14198version = "0.35.0"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14201dependencies = [
14202 "bytemuck",
14203 "font-types 0.10.0",
14204]
14205
14206[[package]]
14207name = "read-fonts"
14208version = "0.37.0"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14211dependencies = [
14212 "bytemuck",
14213 "core_maths",
14214 "font-types 0.11.0",
14215]
14216
14217[[package]]
14218name = "realfft"
14219version = "3.5.0"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14222dependencies = [
14223 "rustfft",
14224]
14225
14226[[package]]
14227name = "reborrow"
14228version = "0.5.5"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14231
14232[[package]]
14233name = "recent_projects"
14234version = "0.1.0"
14235dependencies = [
14236 "anyhow",
14237 "askpass",
14238 "chrono",
14239 "db",
14240 "dev_container",
14241 "editor",
14242 "extension",
14243 "extension_host",
14244 "fs",
14245 "futures 0.3.32",
14246 "fuzzy",
14247 "gpui",
14248 "http_client",
14249 "indoc",
14250 "language",
14251 "log",
14252 "menu",
14253 "node_runtime",
14254 "open_path_prompt",
14255 "ordered-float 2.10.1",
14256 "paths",
14257 "picker",
14258 "project",
14259 "release_channel",
14260 "remote",
14261 "remote_connection",
14262 "remote_server",
14263 "semver",
14264 "serde",
14265 "serde_json",
14266 "settings",
14267 "smol",
14268 "task",
14269 "telemetry",
14270 "ui",
14271 "ui_input",
14272 "util",
14273 "windows-registry 0.6.1",
14274 "workspace",
14275 "worktree",
14276 "zed_actions",
14277]
14278
14279[[package]]
14280name = "redox_syscall"
14281version = "0.2.16"
14282source = "registry+https://github.com/rust-lang/crates.io-index"
14283checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14284dependencies = [
14285 "bitflags 1.3.2",
14286]
14287
14288[[package]]
14289name = "redox_syscall"
14290version = "0.5.18"
14291source = "registry+https://github.com/rust-lang/crates.io-index"
14292checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14293dependencies = [
14294 "bitflags 2.10.0",
14295]
14296
14297[[package]]
14298name = "redox_users"
14299version = "0.5.2"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14302dependencies = [
14303 "getrandom 0.2.16",
14304 "libredox",
14305 "thiserror 2.0.17",
14306]
14307
14308[[package]]
14309name = "ref-cast"
14310version = "1.0.25"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14313dependencies = [
14314 "ref-cast-impl",
14315]
14316
14317[[package]]
14318name = "ref-cast-impl"
14319version = "1.0.25"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14322dependencies = [
14323 "proc-macro2",
14324 "quote",
14325 "syn 2.0.117",
14326]
14327
14328[[package]]
14329name = "referencing"
14330version = "0.37.4"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14333dependencies = [
14334 "ahash 0.8.12",
14335 "fluent-uri",
14336 "getrandom 0.3.4",
14337 "hashbrown 0.16.1",
14338 "parking_lot",
14339 "percent-encoding",
14340 "serde_json",
14341]
14342
14343[[package]]
14344name = "refineable"
14345version = "0.1.0"
14346dependencies = [
14347 "derive_refineable",
14348]
14349
14350[[package]]
14351name = "regalloc2"
14352version = "0.12.2"
14353source = "registry+https://github.com/rust-lang/crates.io-index"
14354checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14355dependencies = [
14356 "allocator-api2",
14357 "bumpalo",
14358 "hashbrown 0.15.5",
14359 "log",
14360 "rustc-hash 2.1.1",
14361 "serde",
14362 "smallvec",
14363]
14364
14365[[package]]
14366name = "regex"
14367version = "1.12.2"
14368source = "registry+https://github.com/rust-lang/crates.io-index"
14369checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14370dependencies = [
14371 "aho-corasick",
14372 "memchr",
14373 "regex-automata",
14374 "regex-syntax",
14375]
14376
14377[[package]]
14378name = "regex-automata"
14379version = "0.4.13"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14382dependencies = [
14383 "aho-corasick",
14384 "memchr",
14385 "regex-syntax",
14386]
14387
14388[[package]]
14389name = "regex-lite"
14390version = "0.1.8"
14391source = "registry+https://github.com/rust-lang/crates.io-index"
14392checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14393
14394[[package]]
14395name = "regex-syntax"
14396version = "0.8.8"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14399
14400[[package]]
14401name = "release_channel"
14402version = "0.1.0"
14403dependencies = [
14404 "gpui",
14405 "semver",
14406]
14407
14408[[package]]
14409name = "remote"
14410version = "0.1.0"
14411dependencies = [
14412 "anyhow",
14413 "askpass",
14414 "async-trait",
14415 "base64 0.22.1",
14416 "collections",
14417 "fs",
14418 "futures 0.3.32",
14419 "gpui",
14420 "log",
14421 "parking_lot",
14422 "paths",
14423 "prost 0.9.0",
14424 "release_channel",
14425 "rpc",
14426 "schemars",
14427 "semver",
14428 "serde",
14429 "serde_json",
14430 "settings",
14431 "smol",
14432 "tempfile",
14433 "thiserror 2.0.17",
14434 "urlencoding",
14435 "util",
14436 "which 6.0.3",
14437]
14438
14439[[package]]
14440name = "remote_connection"
14441version = "0.1.0"
14442dependencies = [
14443 "anyhow",
14444 "askpass",
14445 "auto_update",
14446 "futures 0.3.32",
14447 "gpui",
14448 "log",
14449 "markdown",
14450 "menu",
14451 "release_channel",
14452 "remote",
14453 "semver",
14454 "settings",
14455 "theme_settings",
14456 "ui",
14457 "ui_input",
14458 "workspace",
14459]
14460
14461[[package]]
14462name = "remote_server"
14463version = "0.1.0"
14464dependencies = [
14465 "action_log",
14466 "agent",
14467 "anyhow",
14468 "askpass",
14469 "cargo_toml",
14470 "clap",
14471 "client",
14472 "clock",
14473 "collections",
14474 "crash-handler",
14475 "crashes",
14476 "dap_adapters",
14477 "debug_adapter_extension",
14478 "editor",
14479 "env_logger 0.11.8",
14480 "extension",
14481 "extension_host",
14482 "fork",
14483 "fs",
14484 "futures 0.3.32",
14485 "git",
14486 "git2",
14487 "git_hosting_providers",
14488 "gpui",
14489 "gpui_platform",
14490 "gpui_tokio",
14491 "http_client",
14492 "image",
14493 "json_schema_store",
14494 "language",
14495 "language_extension",
14496 "language_model",
14497 "languages",
14498 "libc",
14499 "log",
14500 "lsp",
14501 "minidumper",
14502 "net",
14503 "node_runtime",
14504 "paths",
14505 "pretty_assertions",
14506 "project",
14507 "proto",
14508 "rayon",
14509 "release_channel",
14510 "remote",
14511 "reqwest_client",
14512 "rpc",
14513 "rust-embed",
14514 "semver",
14515 "serde",
14516 "serde_json",
14517 "settings",
14518 "shellexpand",
14519 "smol",
14520 "sysinfo 0.37.2",
14521 "task",
14522 "theme",
14523 "theme_settings",
14524 "thiserror 2.0.17",
14525 "toml 0.8.23",
14526 "unindent",
14527 "util",
14528 "uuid",
14529 "watch",
14530 "windows 0.61.3",
14531 "worktree",
14532 "zlog",
14533]
14534
14535[[package]]
14536name = "rend"
14537version = "0.4.2"
14538source = "registry+https://github.com/rust-lang/crates.io-index"
14539checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14540dependencies = [
14541 "bytecheck",
14542]
14543
14544[[package]]
14545name = "renderdoc-sys"
14546version = "1.1.0"
14547source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14549
14550[[package]]
14551name = "repl"
14552version = "0.1.0"
14553dependencies = [
14554 "alacritty_terminal",
14555 "anyhow",
14556 "async-dispatcher",
14557 "async-task",
14558 "async-tungstenite",
14559 "base64 0.22.1",
14560 "client",
14561 "collections",
14562 "command_palette_hooks",
14563 "editor",
14564 "feature_flags",
14565 "file_icons",
14566 "futures 0.3.32",
14567 "gpui",
14568 "html_to_markdown",
14569 "http_client",
14570 "image",
14571 "indoc",
14572 "jupyter-protocol",
14573 "jupyter-websocket-client",
14574 "language",
14575 "languages",
14576 "log",
14577 "markdown",
14578 "menu",
14579 "multi_buffer",
14580 "nbformat",
14581 "picker",
14582 "project",
14583 "remote",
14584 "runtimelib",
14585 "serde",
14586 "serde_json",
14587 "settings",
14588 "shlex",
14589 "smol",
14590 "telemetry",
14591 "terminal",
14592 "terminal_view",
14593 "theme",
14594 "theme_settings",
14595 "tree-sitter-md",
14596 "tree-sitter-python",
14597 "tree-sitter-typescript",
14598 "ui",
14599 "util",
14600 "uuid",
14601 "workspace",
14602 "zed_actions",
14603]
14604
14605[[package]]
14606name = "reqwest"
14607version = "0.11.27"
14608source = "registry+https://github.com/rust-lang/crates.io-index"
14609checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14610dependencies = [
14611 "base64 0.21.7",
14612 "bytes 1.11.1",
14613 "encoding_rs",
14614 "futures-core",
14615 "futures-util",
14616 "h2 0.3.27",
14617 "http 0.2.12",
14618 "http-body 0.4.6",
14619 "hyper 0.14.32",
14620 "hyper-tls",
14621 "ipnet",
14622 "js-sys",
14623 "log",
14624 "mime",
14625 "native-tls",
14626 "once_cell",
14627 "percent-encoding",
14628 "pin-project-lite",
14629 "rustls-pemfile 1.0.4",
14630 "serde",
14631 "serde_json",
14632 "serde_urlencoded",
14633 "sync_wrapper 0.1.2",
14634 "system-configuration 0.5.1",
14635 "tokio",
14636 "tokio-native-tls",
14637 "tower-service",
14638 "url",
14639 "wasm-bindgen",
14640 "wasm-bindgen-futures",
14641 "web-sys",
14642 "winreg 0.50.0",
14643]
14644
14645[[package]]
14646name = "reqwest"
14647version = "0.12.24"
14648source = "registry+https://github.com/rust-lang/crates.io-index"
14649checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14650dependencies = [
14651 "base64 0.22.1",
14652 "bytes 1.11.1",
14653 "futures-channel",
14654 "futures-core",
14655 "futures-util",
14656 "http 1.3.1",
14657 "http-body 1.0.1",
14658 "http-body-util",
14659 "hyper 1.7.0",
14660 "hyper-rustls 0.27.7",
14661 "hyper-util",
14662 "js-sys",
14663 "log",
14664 "percent-encoding",
14665 "pin-project-lite",
14666 "quinn",
14667 "rustls 0.23.33",
14668 "rustls-native-certs 0.8.2",
14669 "rustls-pki-types",
14670 "serde",
14671 "serde_json",
14672 "serde_urlencoded",
14673 "sync_wrapper 1.0.2",
14674 "tokio",
14675 "tokio-rustls 0.26.2",
14676 "tower 0.5.2",
14677 "tower-http 0.6.6",
14678 "tower-service",
14679 "url",
14680 "wasm-bindgen",
14681 "wasm-bindgen-futures",
14682 "web-sys",
14683]
14684
14685[[package]]
14686name = "reqwest_client"
14687version = "0.1.0"
14688dependencies = [
14689 "anyhow",
14690 "bytes 1.11.1",
14691 "futures 0.3.32",
14692 "gpui_util",
14693 "http_client",
14694 "http_client_tls",
14695 "log",
14696 "regex",
14697 "serde",
14698 "tokio",
14699 "zed-reqwest",
14700]
14701
14702[[package]]
14703name = "resvg"
14704version = "0.45.1"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14707dependencies = [
14708 "gif 0.13.3",
14709 "image-webp",
14710 "log",
14711 "pico-args",
14712 "rgb",
14713 "svgtypes",
14714 "tiny-skia",
14715 "usvg",
14716 "zune-jpeg 0.4.21",
14717]
14718
14719[[package]]
14720name = "rfc6979"
14721version = "0.3.1"
14722source = "registry+https://github.com/rust-lang/crates.io-index"
14723checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14724dependencies = [
14725 "crypto-bigint 0.4.9",
14726 "hmac",
14727 "zeroize",
14728]
14729
14730[[package]]
14731name = "rgb"
14732version = "0.8.52"
14733source = "registry+https://github.com/rust-lang/crates.io-index"
14734checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14735dependencies = [
14736 "bytemuck",
14737]
14738
14739[[package]]
14740name = "ring"
14741version = "0.17.14"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14744dependencies = [
14745 "cc",
14746 "cfg-if",
14747 "getrandom 0.2.16",
14748 "libc",
14749 "untrusted 0.9.0",
14750 "windows-sys 0.52.0",
14751]
14752
14753[[package]]
14754name = "rkyv"
14755version = "0.7.45"
14756source = "registry+https://github.com/rust-lang/crates.io-index"
14757checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14758dependencies = [
14759 "bitvec",
14760 "bytecheck",
14761 "bytes 1.11.1",
14762 "hashbrown 0.12.3",
14763 "ptr_meta",
14764 "rend",
14765 "rkyv_derive",
14766 "seahash",
14767 "tinyvec",
14768 "uuid",
14769]
14770
14771[[package]]
14772name = "rkyv_derive"
14773version = "0.7.45"
14774source = "registry+https://github.com/rust-lang/crates.io-index"
14775checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14776dependencies = [
14777 "proc-macro2",
14778 "quote",
14779 "syn 1.0.109",
14780]
14781
14782[[package]]
14783name = "rmp"
14784version = "0.8.14"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14787dependencies = [
14788 "byteorder",
14789 "num-traits",
14790 "paste",
14791]
14792
14793[[package]]
14794name = "rmpv"
14795version = "1.3.0"
14796source = "registry+https://github.com/rust-lang/crates.io-index"
14797checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14798dependencies = [
14799 "num-traits",
14800 "rmp",
14801]
14802
14803[[package]]
14804name = "rodio"
14805version = "0.21.1"
14806source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14807dependencies = [
14808 "cpal",
14809 "dasp_sample",
14810 "hound",
14811 "num-rational",
14812 "rand 0.9.3",
14813 "rand_distr",
14814 "rtrb",
14815 "symphonia",
14816 "thiserror 2.0.17",
14817]
14818
14819[[package]]
14820name = "rope"
14821version = "0.1.0"
14822dependencies = [
14823 "criterion",
14824 "ctor",
14825 "gpui",
14826 "heapless",
14827 "log",
14828 "rand 0.9.3",
14829 "rayon",
14830 "sum_tree",
14831 "tracing",
14832 "unicode-segmentation",
14833 "util",
14834 "zlog",
14835 "ztracing",
14836]
14837
14838[[package]]
14839name = "roxmltree"
14840version = "0.20.0"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14843
14844[[package]]
14845name = "rpassword"
14846version = "7.4.0"
14847source = "registry+https://github.com/rust-lang/crates.io-index"
14848checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14849dependencies = [
14850 "libc",
14851 "rtoolbox",
14852 "windows-sys 0.59.0",
14853]
14854
14855[[package]]
14856name = "rpc"
14857version = "0.1.0"
14858dependencies = [
14859 "anyhow",
14860 "async-tungstenite",
14861 "base64 0.22.1",
14862 "collections",
14863 "futures 0.3.32",
14864 "gpui",
14865 "parking_lot",
14866 "proto",
14867 "rand 0.9.3",
14868 "rsa",
14869 "serde",
14870 "serde_json",
14871 "sha2",
14872 "strum 0.27.2",
14873 "tracing",
14874 "util",
14875 "zlog",
14876 "zstd",
14877]
14878
14879[[package]]
14880name = "rsa"
14881version = "0.9.10"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14884dependencies = [
14885 "const-oid",
14886 "digest",
14887 "num-bigint-dig 0.8.6",
14888 "num-integer",
14889 "num-traits",
14890 "pkcs1",
14891 "pkcs8 0.10.2",
14892 "rand_core 0.6.4",
14893 "signature 2.2.0",
14894 "spki 0.7.3",
14895 "subtle",
14896 "zeroize",
14897]
14898
14899[[package]]
14900name = "rtoolbox"
14901version = "0.0.3"
14902source = "registry+https://github.com/rust-lang/crates.io-index"
14903checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14904dependencies = [
14905 "libc",
14906 "windows-sys 0.52.0",
14907]
14908
14909[[package]]
14910name = "rtrb"
14911version = "0.3.2"
14912source = "registry+https://github.com/rust-lang/crates.io-index"
14913checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14914
14915[[package]]
14916name = "rules_library"
14917version = "0.1.0"
14918dependencies = [
14919 "anyhow",
14920 "collections",
14921 "editor",
14922 "gpui",
14923 "language",
14924 "language_model",
14925 "log",
14926 "menu",
14927 "picker",
14928 "platform_title_bar",
14929 "prompt_store",
14930 "release_channel",
14931 "rope",
14932 "serde",
14933 "settings",
14934 "theme_settings",
14935 "ui",
14936 "ui_input",
14937 "util",
14938 "workspace",
14939 "zed_actions",
14940]
14941
14942[[package]]
14943name = "runtimelib"
14944version = "1.4.0"
14945source = "registry+https://github.com/rust-lang/crates.io-index"
14946checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14947dependencies = [
14948 "async-dispatcher",
14949 "async-std",
14950 "aws-lc-rs",
14951 "base64 0.22.1",
14952 "bytes 1.11.1",
14953 "chrono",
14954 "data-encoding",
14955 "dirs",
14956 "futures 0.3.32",
14957 "glob",
14958 "jupyter-protocol",
14959 "serde",
14960 "serde_json",
14961 "shellexpand",
14962 "smol",
14963 "thiserror 2.0.17",
14964 "uuid",
14965 "zeromq",
14966]
14967
14968[[package]]
14969name = "rust-embed"
14970version = "8.11.0"
14971source = "registry+https://github.com/rust-lang/crates.io-index"
14972checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14973dependencies = [
14974 "rust-embed-impl",
14975 "rust-embed-utils",
14976 "walkdir",
14977]
14978
14979[[package]]
14980name = "rust-embed-impl"
14981version = "8.11.0"
14982source = "registry+https://github.com/rust-lang/crates.io-index"
14983checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14984dependencies = [
14985 "proc-macro2",
14986 "quote",
14987 "rust-embed-utils",
14988 "syn 2.0.117",
14989 "walkdir",
14990]
14991
14992[[package]]
14993name = "rust-embed-utils"
14994version = "8.11.0"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14997dependencies = [
14998 "globset",
14999 "sha2",
15000 "walkdir",
15001]
15002
15003[[package]]
15004name = "rust_decimal"
15005version = "1.39.0"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15008dependencies = [
15009 "arrayvec",
15010 "borsh",
15011 "bytes 1.11.1",
15012 "num-traits",
15013 "rand 0.8.5",
15014 "rkyv",
15015 "serde",
15016 "serde_json",
15017]
15018
15019[[package]]
15020name = "rustc-demangle"
15021version = "0.1.26"
15022source = "registry+https://github.com/rust-lang/crates.io-index"
15023checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15024
15025[[package]]
15026name = "rustc-hash"
15027version = "1.1.0"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15030
15031[[package]]
15032name = "rustc-hash"
15033version = "2.1.1"
15034source = "registry+https://github.com/rust-lang/crates.io-index"
15035checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15036
15037[[package]]
15038name = "rustc_version"
15039version = "0.4.1"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15042dependencies = [
15043 "semver",
15044]
15045
15046[[package]]
15047name = "rustfft"
15048version = "6.4.1"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15051dependencies = [
15052 "num-complex",
15053 "num-integer",
15054 "num-traits",
15055 "primal-check",
15056 "strength_reduce",
15057 "transpose",
15058]
15059
15060[[package]]
15061name = "rustix"
15062version = "0.38.44"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15065dependencies = [
15066 "bitflags 2.10.0",
15067 "errno 0.3.14",
15068 "libc",
15069 "linux-raw-sys 0.4.15",
15070 "windows-sys 0.59.0",
15071]
15072
15073[[package]]
15074name = "rustix"
15075version = "1.1.2"
15076source = "registry+https://github.com/rust-lang/crates.io-index"
15077checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15078dependencies = [
15079 "bitflags 2.10.0",
15080 "errno 0.3.14",
15081 "libc",
15082 "linux-raw-sys 0.11.0",
15083 "windows-sys 0.61.2",
15084]
15085
15086[[package]]
15087name = "rustix-linux-procfs"
15088version = "0.1.1"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15091dependencies = [
15092 "once_cell",
15093 "rustix 1.1.2",
15094]
15095
15096[[package]]
15097name = "rustix-openpty"
15098version = "0.2.0"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15101dependencies = [
15102 "errno 0.3.14",
15103 "libc",
15104 "rustix 1.1.2",
15105]
15106
15107[[package]]
15108name = "rustls"
15109version = "0.21.12"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15112dependencies = [
15113 "log",
15114 "ring",
15115 "rustls-webpki 0.101.7",
15116 "sct",
15117]
15118
15119[[package]]
15120name = "rustls"
15121version = "0.23.33"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15124dependencies = [
15125 "aws-lc-rs",
15126 "log",
15127 "once_cell",
15128 "ring",
15129 "rustls-pki-types",
15130 "rustls-webpki 0.103.7",
15131 "subtle",
15132 "zeroize",
15133]
15134
15135[[package]]
15136name = "rustls-native-certs"
15137version = "0.6.3"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15140dependencies = [
15141 "openssl-probe",
15142 "rustls-pemfile 1.0.4",
15143 "schannel",
15144 "security-framework 2.11.1",
15145]
15146
15147[[package]]
15148name = "rustls-native-certs"
15149version = "0.8.2"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15152dependencies = [
15153 "openssl-probe",
15154 "rustls-pki-types",
15155 "schannel",
15156 "security-framework 3.5.1",
15157]
15158
15159[[package]]
15160name = "rustls-pemfile"
15161version = "1.0.4"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15164dependencies = [
15165 "base64 0.21.7",
15166]
15167
15168[[package]]
15169name = "rustls-pemfile"
15170version = "2.2.0"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15173dependencies = [
15174 "rustls-pki-types",
15175]
15176
15177[[package]]
15178name = "rustls-pki-types"
15179version = "1.12.0"
15180source = "registry+https://github.com/rust-lang/crates.io-index"
15181checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15182dependencies = [
15183 "web-time",
15184 "zeroize",
15185]
15186
15187[[package]]
15188name = "rustls-platform-verifier"
15189version = "0.5.3"
15190source = "registry+https://github.com/rust-lang/crates.io-index"
15191checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15192dependencies = [
15193 "core-foundation 0.10.0",
15194 "core-foundation-sys",
15195 "jni",
15196 "log",
15197 "once_cell",
15198 "rustls 0.23.33",
15199 "rustls-native-certs 0.8.2",
15200 "rustls-platform-verifier-android",
15201 "rustls-webpki 0.103.7",
15202 "security-framework 3.5.1",
15203 "security-framework-sys",
15204 "webpki-root-certs",
15205 "windows-sys 0.59.0",
15206]
15207
15208[[package]]
15209name = "rustls-platform-verifier-android"
15210version = "0.1.1"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15213
15214[[package]]
15215name = "rustls-webpki"
15216version = "0.101.7"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15219dependencies = [
15220 "ring",
15221 "untrusted 0.9.0",
15222]
15223
15224[[package]]
15225name = "rustls-webpki"
15226version = "0.103.7"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15229dependencies = [
15230 "aws-lc-rs",
15231 "ring",
15232 "rustls-pki-types",
15233 "untrusted 0.9.0",
15234]
15235
15236[[package]]
15237name = "rustversion"
15238version = "1.0.22"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15241
15242[[package]]
15243name = "rusty-fork"
15244version = "0.3.1"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15247dependencies = [
15248 "fnv",
15249 "quick-error 1.2.3",
15250 "tempfile",
15251 "wait-timeout",
15252]
15253
15254[[package]]
15255name = "rustybuzz"
15256version = "0.20.1"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15259dependencies = [
15260 "bitflags 2.10.0",
15261 "bytemuck",
15262 "core_maths",
15263 "log",
15264 "smallvec",
15265 "ttf-parser 0.25.1",
15266 "unicode-bidi-mirroring",
15267 "unicode-ccc",
15268 "unicode-properties",
15269 "unicode-script",
15270]
15271
15272[[package]]
15273name = "ryu"
15274version = "1.0.20"
15275source = "registry+https://github.com/rust-lang/crates.io-index"
15276checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15277
15278[[package]]
15279name = "saa"
15280version = "5.4.9"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15283
15284[[package]]
15285name = "safetensors"
15286version = "0.4.5"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15289dependencies = [
15290 "serde",
15291 "serde_json",
15292]
15293
15294[[package]]
15295name = "same-file"
15296version = "1.0.6"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15299dependencies = [
15300 "winapi-util",
15301]
15302
15303[[package]]
15304name = "scc"
15305version = "3.5.6"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15308dependencies = [
15309 "saa",
15310 "sdd",
15311]
15312
15313[[package]]
15314name = "schannel"
15315version = "0.1.28"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15318dependencies = [
15319 "windows-sys 0.61.2",
15320]
15321
15322[[package]]
15323name = "scheduler"
15324version = "0.1.0"
15325dependencies = [
15326 "async-task",
15327 "backtrace",
15328 "chrono",
15329 "flume",
15330 "futures 0.3.32",
15331 "parking_lot",
15332 "rand 0.9.3",
15333 "web-time",
15334]
15335
15336[[package]]
15337name = "schema_generator"
15338version = "0.1.0"
15339dependencies = [
15340 "anyhow",
15341 "clap",
15342 "env_logger 0.11.8",
15343 "schemars",
15344 "serde",
15345 "serde_json",
15346 "settings",
15347 "theme",
15348 "theme_settings",
15349]
15350
15351[[package]]
15352name = "schemars"
15353version = "1.0.4"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15356dependencies = [
15357 "dyn-clone",
15358 "indexmap",
15359 "ref-cast",
15360 "schemars_derive",
15361 "serde",
15362 "serde_json",
15363]
15364
15365[[package]]
15366name = "schemars_derive"
15367version = "1.0.4"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15370dependencies = [
15371 "proc-macro2",
15372 "quote",
15373 "serde_derive_internals",
15374 "syn 2.0.117",
15375]
15376
15377[[package]]
15378name = "scoped-tls"
15379version = "1.0.1"
15380source = "registry+https://github.com/rust-lang/crates.io-index"
15381checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15382
15383[[package]]
15384name = "scopeguard"
15385version = "1.2.0"
15386source = "registry+https://github.com/rust-lang/crates.io-index"
15387checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15388
15389[[package]]
15390name = "scratch"
15391version = "1.0.9"
15392source = "registry+https://github.com/rust-lang/crates.io-index"
15393checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15394
15395[[package]]
15396name = "screencapturekit"
15397version = "0.2.8"
15398source = "registry+https://github.com/rust-lang/crates.io-index"
15399checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15400dependencies = [
15401 "screencapturekit-sys",
15402]
15403
15404[[package]]
15405name = "screencapturekit-sys"
15406version = "0.2.8"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15409dependencies = [
15410 "block",
15411 "dispatch",
15412 "objc",
15413 "objc-foundation",
15414 "objc_id",
15415 "once_cell",
15416]
15417
15418[[package]]
15419name = "scroll"
15420version = "0.12.0"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15423dependencies = [
15424 "scroll_derive",
15425]
15426
15427[[package]]
15428name = "scroll_derive"
15429version = "0.12.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15432dependencies = [
15433 "proc-macro2",
15434 "quote",
15435 "syn 2.0.117",
15436]
15437
15438[[package]]
15439name = "sct"
15440version = "0.7.1"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15443dependencies = [
15444 "ring",
15445 "untrusted 0.9.0",
15446]
15447
15448[[package]]
15449name = "sdd"
15450version = "4.6.2"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15453
15454[[package]]
15455name = "sea-bae"
15456version = "0.2.1"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15459dependencies = [
15460 "heck 0.4.1",
15461 "proc-macro-error2",
15462 "proc-macro2",
15463 "quote",
15464 "syn 2.0.117",
15465]
15466
15467[[package]]
15468name = "sea-orm"
15469version = "1.1.10"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15472dependencies = [
15473 "async-stream",
15474 "async-trait",
15475 "bigdecimal",
15476 "chrono",
15477 "futures-util",
15478 "log",
15479 "ouroboros",
15480 "pgvector",
15481 "rust_decimal",
15482 "sea-orm-macros",
15483 "sea-query",
15484 "sea-query-binder",
15485 "serde",
15486 "serde_json",
15487 "sqlx",
15488 "strum 0.26.3",
15489 "thiserror 2.0.17",
15490 "time",
15491 "tracing",
15492 "url",
15493 "uuid",
15494]
15495
15496[[package]]
15497name = "sea-orm-macros"
15498version = "1.1.10"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15501dependencies = [
15502 "heck 0.4.1",
15503 "proc-macro2",
15504 "quote",
15505 "sea-bae",
15506 "syn 2.0.117",
15507 "unicode-ident",
15508]
15509
15510[[package]]
15511name = "sea-query"
15512version = "0.32.7"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15515dependencies = [
15516 "bigdecimal",
15517 "chrono",
15518 "inherent",
15519 "ordered-float 4.6.0",
15520 "rust_decimal",
15521 "serde_json",
15522 "time",
15523 "uuid",
15524]
15525
15526[[package]]
15527name = "sea-query-binder"
15528version = "0.7.0"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15531dependencies = [
15532 "bigdecimal",
15533 "chrono",
15534 "rust_decimal",
15535 "sea-query",
15536 "serde_json",
15537 "sqlx",
15538 "time",
15539 "uuid",
15540]
15541
15542[[package]]
15543name = "seahash"
15544version = "4.1.0"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15547
15548[[package]]
15549name = "search"
15550version = "0.1.0"
15551dependencies = [
15552 "any_vec",
15553 "anyhow",
15554 "bitflags 2.10.0",
15555 "collections",
15556 "editor",
15557 "fs",
15558 "futures 0.3.32",
15559 "gpui",
15560 "itertools 0.14.0",
15561 "language",
15562 "lsp",
15563 "menu",
15564 "multi_buffer",
15565 "pretty_assertions",
15566 "project",
15567 "serde",
15568 "serde_json",
15569 "settings",
15570 "smol",
15571 "theme",
15572 "theme_settings",
15573 "tracing",
15574 "ui",
15575 "unindent",
15576 "util",
15577 "util_macros",
15578 "workspace",
15579 "zed_actions",
15580 "ztracing",
15581]
15582
15583[[package]]
15584name = "sec1"
15585version = "0.3.0"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15588dependencies = [
15589 "base16ct",
15590 "der 0.6.1",
15591 "generic-array",
15592 "pkcs8 0.9.0",
15593 "subtle",
15594 "zeroize",
15595]
15596
15597[[package]]
15598name = "secrecy"
15599version = "0.10.3"
15600source = "registry+https://github.com/rust-lang/crates.io-index"
15601checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15602dependencies = [
15603 "zeroize",
15604]
15605
15606[[package]]
15607name = "security-framework"
15608version = "2.11.1"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15611dependencies = [
15612 "bitflags 2.10.0",
15613 "core-foundation 0.9.4",
15614 "core-foundation-sys",
15615 "libc",
15616 "security-framework-sys",
15617]
15618
15619[[package]]
15620name = "security-framework"
15621version = "3.5.1"
15622source = "registry+https://github.com/rust-lang/crates.io-index"
15623checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15624dependencies = [
15625 "bitflags 2.10.0",
15626 "core-foundation 0.10.0",
15627 "core-foundation-sys",
15628 "libc",
15629 "security-framework-sys",
15630]
15631
15632[[package]]
15633name = "security-framework-sys"
15634version = "2.15.0"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15637dependencies = [
15638 "core-foundation-sys",
15639 "libc",
15640]
15641
15642[[package]]
15643name = "self_cell"
15644version = "1.2.2"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15647
15648[[package]]
15649name = "semver"
15650version = "1.0.27"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15653dependencies = [
15654 "serde",
15655 "serde_core",
15656]
15657
15658[[package]]
15659name = "seq-macro"
15660version = "0.3.6"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15663
15664[[package]]
15665name = "serde"
15666version = "1.0.228"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15669dependencies = [
15670 "serde_core",
15671 "serde_derive",
15672]
15673
15674[[package]]
15675name = "serde_bytes"
15676version = "0.11.19"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15679dependencies = [
15680 "serde",
15681 "serde_core",
15682]
15683
15684[[package]]
15685name = "serde_core"
15686version = "1.0.228"
15687source = "registry+https://github.com/rust-lang/crates.io-index"
15688checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15689dependencies = [
15690 "serde_derive",
15691]
15692
15693[[package]]
15694name = "serde_derive"
15695version = "1.0.228"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15698dependencies = [
15699 "proc-macro2",
15700 "quote",
15701 "syn 2.0.117",
15702]
15703
15704[[package]]
15705name = "serde_derive_internals"
15706version = "0.29.1"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15709dependencies = [
15710 "proc-macro2",
15711 "quote",
15712 "syn 2.0.117",
15713]
15714
15715[[package]]
15716name = "serde_fmt"
15717version = "1.0.3"
15718source = "registry+https://github.com/rust-lang/crates.io-index"
15719checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15720dependencies = [
15721 "serde",
15722]
15723
15724[[package]]
15725name = "serde_json"
15726version = "1.0.145"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15729dependencies = [
15730 "indexmap",
15731 "itoa",
15732 "memchr",
15733 "ryu",
15734 "serde",
15735 "serde_core",
15736]
15737
15738[[package]]
15739name = "serde_json_lenient"
15740version = "0.2.4"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15743dependencies = [
15744 "indexmap",
15745 "itoa",
15746 "memchr",
15747 "ryu",
15748 "serde",
15749]
15750
15751[[package]]
15752name = "serde_path_to_error"
15753version = "0.1.20"
15754source = "registry+https://github.com/rust-lang/crates.io-index"
15755checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15756dependencies = [
15757 "itoa",
15758 "serde",
15759 "serde_core",
15760]
15761
15762[[package]]
15763name = "serde_repr"
15764version = "0.1.20"
15765source = "registry+https://github.com/rust-lang/crates.io-index"
15766checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15767dependencies = [
15768 "proc-macro2",
15769 "quote",
15770 "syn 2.0.117",
15771]
15772
15773[[package]]
15774name = "serde_spanned"
15775version = "0.6.9"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15778dependencies = [
15779 "serde",
15780]
15781
15782[[package]]
15783name = "serde_spanned"
15784version = "1.0.3"
15785source = "registry+https://github.com/rust-lang/crates.io-index"
15786checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15787dependencies = [
15788 "serde_core",
15789]
15790
15791[[package]]
15792name = "serde_urlencoded"
15793version = "0.7.1"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15796dependencies = [
15797 "form_urlencoded",
15798 "itoa",
15799 "ryu",
15800 "serde",
15801]
15802
15803[[package]]
15804name = "serde_yaml"
15805version = "0.9.34+deprecated"
15806source = "registry+https://github.com/rust-lang/crates.io-index"
15807checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15808dependencies = [
15809 "indexmap",
15810 "itoa",
15811 "ryu",
15812 "serde",
15813 "unsafe-libyaml",
15814]
15815
15816[[package]]
15817name = "serial2"
15818version = "0.2.33"
15819source = "registry+https://github.com/rust-lang/crates.io-index"
15820checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15821dependencies = [
15822 "cfg-if",
15823 "libc",
15824 "winapi",
15825]
15826
15827[[package]]
15828name = "session"
15829version = "0.1.0"
15830dependencies = [
15831 "db",
15832 "gpui",
15833 "serde_json",
15834 "util",
15835 "uuid",
15836]
15837
15838[[package]]
15839name = "settings"
15840version = "0.1.0"
15841dependencies = [
15842 "anyhow",
15843 "collections",
15844 "ec4rs",
15845 "fs",
15846 "futures 0.3.32",
15847 "gpui",
15848 "indoc",
15849 "inventory",
15850 "log",
15851 "migrator",
15852 "paths",
15853 "pretty_assertions",
15854 "release_channel",
15855 "rust-embed",
15856 "schemars",
15857 "serde",
15858 "serde_json",
15859 "serde_json_lenient",
15860 "settings_content",
15861 "settings_json",
15862 "settings_macros",
15863 "smallvec",
15864 "unindent",
15865 "util",
15866 "zlog",
15867]
15868
15869[[package]]
15870name = "settings_content"
15871version = "0.1.0"
15872dependencies = [
15873 "anyhow",
15874 "collections",
15875 "derive_more",
15876 "gpui",
15877 "language_model_core",
15878 "log",
15879 "schemars",
15880 "serde",
15881 "serde_json",
15882 "serde_json_lenient",
15883 "settings_json",
15884 "settings_macros",
15885 "strum 0.27.2",
15886 "util",
15887]
15888
15889[[package]]
15890name = "settings_json"
15891version = "0.1.0"
15892dependencies = [
15893 "anyhow",
15894 "pretty_assertions",
15895 "serde",
15896 "serde_json",
15897 "serde_json_lenient",
15898 "serde_path_to_error",
15899 "tree-sitter",
15900 "tree-sitter-json",
15901 "unindent",
15902 "util",
15903]
15904
15905[[package]]
15906name = "settings_macros"
15907version = "0.1.0"
15908dependencies = [
15909 "quote",
15910 "settings",
15911 "syn 2.0.117",
15912]
15913
15914[[package]]
15915name = "settings_profile_selector"
15916version = "0.1.0"
15917dependencies = [
15918 "editor",
15919 "fuzzy",
15920 "gpui",
15921 "menu",
15922 "picker",
15923 "project",
15924 "serde_json",
15925 "settings",
15926 "theme",
15927 "theme_settings",
15928 "ui",
15929 "workspace",
15930 "zed_actions",
15931]
15932
15933[[package]]
15934name = "settings_ui"
15935version = "0.1.0"
15936dependencies = [
15937 "agent",
15938 "agent_settings",
15939 "anyhow",
15940 "audio",
15941 "codestral",
15942 "component",
15943 "copilot",
15944 "copilot_ui",
15945 "cpal",
15946 "edit_prediction",
15947 "edit_prediction_ui",
15948 "editor",
15949 "feature_flags",
15950 "fs",
15951 "futures 0.3.32",
15952 "fuzzy",
15953 "gpui",
15954 "heck 0.5.0",
15955 "itertools 0.14.0",
15956 "language",
15957 "log",
15958 "menu",
15959 "paths",
15960 "picker",
15961 "platform_title_bar",
15962 "pretty_assertions",
15963 "project",
15964 "regex",
15965 "release_channel",
15966 "rodio",
15967 "schemars",
15968 "search",
15969 "serde",
15970 "serde_json",
15971 "settings",
15972 "shell_command_parser",
15973 "strum 0.27.2",
15974 "telemetry",
15975 "theme",
15976 "theme_settings",
15977 "title_bar",
15978 "ui",
15979 "util",
15980 "workspace",
15981 "zed_actions",
15982 "zed_credentials_provider",
15983]
15984
15985[[package]]
15986name = "sha-1"
15987version = "0.10.1"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15990dependencies = [
15991 "cfg-if",
15992 "cpufeatures",
15993 "digest",
15994]
15995
15996[[package]]
15997name = "sha1"
15998version = "0.10.6"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16001dependencies = [
16002 "cfg-if",
16003 "cpufeatures",
16004 "digest",
16005]
16006
16007[[package]]
16008name = "sha1_smol"
16009version = "1.0.1"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16012
16013[[package]]
16014name = "sha2"
16015version = "0.10.9"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16018dependencies = [
16019 "cfg-if",
16020 "cpufeatures",
16021 "digest",
16022]
16023
16024[[package]]
16025name = "sharded-slab"
16026version = "0.1.7"
16027source = "registry+https://github.com/rust-lang/crates.io-index"
16028checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16029dependencies = [
16030 "lazy_static",
16031]
16032
16033[[package]]
16034name = "shared_library"
16035version = "0.1.9"
16036source = "registry+https://github.com/rust-lang/crates.io-index"
16037checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16038dependencies = [
16039 "lazy_static",
16040 "libc",
16041]
16042
16043[[package]]
16044name = "shell-words"
16045version = "1.1.0"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16048
16049[[package]]
16050name = "shell_command_parser"
16051version = "0.1.0"
16052dependencies = [
16053 "brush-parser",
16054]
16055
16056[[package]]
16057name = "shellexpand"
16058version = "3.1.1"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16061dependencies = [
16062 "dirs",
16063]
16064
16065[[package]]
16066name = "shingles"
16067version = "0.1.1"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16070
16071[[package]]
16072name = "shlex"
16073version = "1.3.0"
16074source = "registry+https://github.com/rust-lang/crates.io-index"
16075checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16076
16077[[package]]
16078name = "sidebar"
16079version = "0.1.0"
16080dependencies = [
16081 "acp_thread",
16082 "action_log",
16083 "agent",
16084 "agent-client-protocol",
16085 "agent_settings",
16086 "agent_ui",
16087 "anyhow",
16088 "chrono",
16089 "client",
16090 "clock",
16091 "db",
16092 "editor",
16093 "extension",
16094 "fs",
16095 "git",
16096 "gpui",
16097 "http_client",
16098 "language",
16099 "language_model",
16100 "log",
16101 "menu",
16102 "node_runtime",
16103 "platform_title_bar",
16104 "pretty_assertions",
16105 "project",
16106 "prompt_store",
16107 "recent_projects",
16108 "release_channel",
16109 "remote",
16110 "remote_connection",
16111 "remote_server",
16112 "semver",
16113 "serde",
16114 "serde_json",
16115 "settings",
16116 "smol",
16117 "telemetry",
16118 "theme",
16119 "theme_settings",
16120 "ui",
16121 "util",
16122 "vim_mode_setting",
16123 "workspace",
16124 "zed_actions",
16125]
16126
16127[[package]]
16128name = "signal-hook"
16129version = "0.3.18"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16132dependencies = [
16133 "libc",
16134 "signal-hook-registry",
16135]
16136
16137[[package]]
16138name = "signal-hook-registry"
16139version = "1.4.6"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16142dependencies = [
16143 "libc",
16144]
16145
16146[[package]]
16147name = "signature"
16148version = "1.6.4"
16149source = "registry+https://github.com/rust-lang/crates.io-index"
16150checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16151dependencies = [
16152 "digest",
16153 "rand_core 0.6.4",
16154]
16155
16156[[package]]
16157name = "signature"
16158version = "2.2.0"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16161dependencies = [
16162 "digest",
16163 "rand_core 0.6.4",
16164]
16165
16166[[package]]
16167name = "simd-adler32"
16168version = "0.3.7"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16171
16172[[package]]
16173name = "simd_helpers"
16174version = "0.1.0"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16177dependencies = [
16178 "quote",
16179]
16180
16181[[package]]
16182name = "simdutf8"
16183version = "0.1.5"
16184source = "registry+https://github.com/rust-lang/crates.io-index"
16185checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16186
16187[[package]]
16188name = "similar"
16189version = "2.7.0"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16192
16193[[package]]
16194name = "simple_asn1"
16195version = "0.6.3"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16198dependencies = [
16199 "num-bigint",
16200 "num-traits",
16201 "thiserror 2.0.17",
16202 "time",
16203]
16204
16205[[package]]
16206name = "simplecss"
16207version = "0.2.2"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16210dependencies = [
16211 "log",
16212]
16213
16214[[package]]
16215name = "simplelog"
16216version = "0.12.2"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16219dependencies = [
16220 "log",
16221 "termcolor",
16222 "time",
16223]
16224
16225[[package]]
16226name = "siphasher"
16227version = "0.3.11"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16230
16231[[package]]
16232name = "siphasher"
16233version = "1.0.1"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16236
16237[[package]]
16238name = "skrifa"
16239version = "0.37.0"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16242dependencies = [
16243 "bytemuck",
16244 "read-fonts 0.35.0",
16245]
16246
16247[[package]]
16248name = "skrifa"
16249version = "0.40.0"
16250source = "registry+https://github.com/rust-lang/crates.io-index"
16251checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16252dependencies = [
16253 "bytemuck",
16254 "read-fonts 0.37.0",
16255]
16256
16257[[package]]
16258name = "slab"
16259version = "0.4.11"
16260source = "registry+https://github.com/rust-lang/crates.io-index"
16261checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16262
16263[[package]]
16264name = "slotmap"
16265version = "1.0.7"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16268dependencies = [
16269 "version_check",
16270]
16271
16272[[package]]
16273name = "smallvec"
16274version = "1.15.1"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16277dependencies = [
16278 "serde",
16279]
16280
16281[[package]]
16282name = "smart-default"
16283version = "0.7.1"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16286dependencies = [
16287 "proc-macro2",
16288 "quote",
16289 "syn 2.0.117",
16290]
16291
16292[[package]]
16293name = "smol"
16294version = "2.0.2"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16297dependencies = [
16298 "async-channel 2.5.0",
16299 "async-executor",
16300 "async-fs",
16301 "async-io",
16302 "async-lock 3.4.2",
16303 "async-net",
16304 "async-process",
16305 "blocking",
16306 "futures-lite 2.6.1",
16307]
16308
16309[[package]]
16310name = "smol_str"
16311version = "0.3.5"
16312source = "registry+https://github.com/rust-lang/crates.io-index"
16313checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16314
16315[[package]]
16316name = "snafu"
16317version = "0.8.9"
16318source = "registry+https://github.com/rust-lang/crates.io-index"
16319checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16320dependencies = [
16321 "snafu-derive",
16322]
16323
16324[[package]]
16325name = "snafu-derive"
16326version = "0.8.9"
16327source = "registry+https://github.com/rust-lang/crates.io-index"
16328checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16329dependencies = [
16330 "heck 0.4.1",
16331 "proc-macro2",
16332 "quote",
16333 "syn 2.0.117",
16334]
16335
16336[[package]]
16337name = "snippet"
16338version = "0.1.0"
16339dependencies = [
16340 "anyhow",
16341 "smallvec",
16342]
16343
16344[[package]]
16345name = "snippet_provider"
16346version = "0.1.0"
16347dependencies = [
16348 "anyhow",
16349 "collections",
16350 "extension",
16351 "fs",
16352 "futures 0.3.32",
16353 "gpui",
16354 "indoc",
16355 "parking_lot",
16356 "paths",
16357 "schemars",
16358 "serde",
16359 "serde_json",
16360 "serde_json_lenient",
16361 "snippet",
16362 "util",
16363]
16364
16365[[package]]
16366name = "snippets_ui"
16367version = "0.1.0"
16368dependencies = [
16369 "file_icons",
16370 "fuzzy",
16371 "gpui",
16372 "language",
16373 "open_path_prompt",
16374 "paths",
16375 "picker",
16376 "settings",
16377 "ui",
16378 "util",
16379 "workspace",
16380]
16381
16382[[package]]
16383name = "socket2"
16384version = "0.5.10"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16387dependencies = [
16388 "libc",
16389 "windows-sys 0.52.0",
16390]
16391
16392[[package]]
16393name = "socket2"
16394version = "0.6.1"
16395source = "registry+https://github.com/rust-lang/crates.io-index"
16396checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16397dependencies = [
16398 "libc",
16399 "windows-sys 0.60.2",
16400]
16401
16402[[package]]
16403name = "spdx"
16404version = "0.10.9"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16407dependencies = [
16408 "smallvec",
16409]
16410
16411[[package]]
16412name = "spin"
16413version = "0.9.8"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16416dependencies = [
16417 "lock_api",
16418]
16419
16420[[package]]
16421name = "spin"
16422version = "0.10.0"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16425dependencies = [
16426 "lock_api",
16427]
16428
16429[[package]]
16430name = "spirv"
16431version = "0.4.0+sdk-1.4.341.0"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16434dependencies = [
16435 "bitflags 2.10.0",
16436]
16437
16438[[package]]
16439name = "spki"
16440version = "0.6.0"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16443dependencies = [
16444 "base64ct",
16445 "der 0.6.1",
16446]
16447
16448[[package]]
16449name = "spki"
16450version = "0.7.3"
16451source = "registry+https://github.com/rust-lang/crates.io-index"
16452checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16453dependencies = [
16454 "base64ct",
16455 "der 0.7.10",
16456]
16457
16458[[package]]
16459name = "sqlez"
16460version = "0.1.0"
16461dependencies = [
16462 "anyhow",
16463 "collections",
16464 "futures 0.3.32",
16465 "indoc",
16466 "libsqlite3-sys",
16467 "log",
16468 "parking_lot",
16469 "smol",
16470 "sqlformat",
16471 "thread_local",
16472 "util",
16473 "uuid",
16474]
16475
16476[[package]]
16477name = "sqlez_macros"
16478version = "0.1.0"
16479dependencies = [
16480 "sqlez",
16481 "sqlformat",
16482 "syn 2.0.117",
16483]
16484
16485[[package]]
16486name = "sqlformat"
16487version = "0.2.6"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16490dependencies = [
16491 "nom 7.1.3",
16492 "unicode_categories",
16493]
16494
16495[[package]]
16496name = "sqlx"
16497version = "0.8.6"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16500dependencies = [
16501 "sqlx-core",
16502 "sqlx-macros",
16503 "sqlx-mysql",
16504 "sqlx-postgres",
16505 "sqlx-sqlite",
16506]
16507
16508[[package]]
16509name = "sqlx-core"
16510version = "0.8.6"
16511source = "registry+https://github.com/rust-lang/crates.io-index"
16512checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16513dependencies = [
16514 "base64 0.22.1",
16515 "bigdecimal",
16516 "bytes 1.11.1",
16517 "chrono",
16518 "crc",
16519 "crossbeam-queue",
16520 "either",
16521 "event-listener 5.4.1",
16522 "futures-core",
16523 "futures-intrusive",
16524 "futures-io",
16525 "futures-util",
16526 "hashbrown 0.15.5",
16527 "hashlink 0.10.0",
16528 "indexmap",
16529 "log",
16530 "memchr",
16531 "once_cell",
16532 "percent-encoding",
16533 "rust_decimal",
16534 "rustls 0.23.33",
16535 "serde",
16536 "serde_json",
16537 "sha2",
16538 "smallvec",
16539 "thiserror 2.0.17",
16540 "time",
16541 "tokio",
16542 "tokio-stream",
16543 "tracing",
16544 "url",
16545 "uuid",
16546 "webpki-roots",
16547]
16548
16549[[package]]
16550name = "sqlx-macros"
16551version = "0.8.6"
16552source = "registry+https://github.com/rust-lang/crates.io-index"
16553checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16554dependencies = [
16555 "proc-macro2",
16556 "quote",
16557 "sqlx-core",
16558 "sqlx-macros-core",
16559 "syn 2.0.117",
16560]
16561
16562[[package]]
16563name = "sqlx-macros-core"
16564version = "0.8.6"
16565source = "registry+https://github.com/rust-lang/crates.io-index"
16566checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16567dependencies = [
16568 "dotenvy",
16569 "either",
16570 "heck 0.5.0",
16571 "hex",
16572 "once_cell",
16573 "proc-macro2",
16574 "quote",
16575 "serde",
16576 "serde_json",
16577 "sha2",
16578 "sqlx-core",
16579 "sqlx-mysql",
16580 "sqlx-postgres",
16581 "sqlx-sqlite",
16582 "syn 2.0.117",
16583 "tokio",
16584 "url",
16585]
16586
16587[[package]]
16588name = "sqlx-mysql"
16589version = "0.8.6"
16590source = "registry+https://github.com/rust-lang/crates.io-index"
16591checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16592dependencies = [
16593 "atoi",
16594 "base64 0.22.1",
16595 "bigdecimal",
16596 "bitflags 2.10.0",
16597 "byteorder",
16598 "bytes 1.11.1",
16599 "chrono",
16600 "crc",
16601 "digest",
16602 "dotenvy",
16603 "either",
16604 "futures-channel",
16605 "futures-core",
16606 "futures-io",
16607 "futures-util",
16608 "generic-array",
16609 "hex",
16610 "hkdf",
16611 "hmac",
16612 "itoa",
16613 "log",
16614 "md-5",
16615 "memchr",
16616 "once_cell",
16617 "percent-encoding",
16618 "rand 0.8.5",
16619 "rsa",
16620 "rust_decimal",
16621 "serde",
16622 "sha1",
16623 "sha2",
16624 "smallvec",
16625 "sqlx-core",
16626 "stringprep",
16627 "thiserror 2.0.17",
16628 "time",
16629 "tracing",
16630 "uuid",
16631 "whoami",
16632]
16633
16634[[package]]
16635name = "sqlx-postgres"
16636version = "0.8.6"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16639dependencies = [
16640 "atoi",
16641 "base64 0.22.1",
16642 "bigdecimal",
16643 "bitflags 2.10.0",
16644 "byteorder",
16645 "chrono",
16646 "crc",
16647 "dotenvy",
16648 "etcetera",
16649 "futures-channel",
16650 "futures-core",
16651 "futures-util",
16652 "hex",
16653 "hkdf",
16654 "hmac",
16655 "home",
16656 "itoa",
16657 "log",
16658 "md-5",
16659 "memchr",
16660 "num-bigint",
16661 "once_cell",
16662 "rand 0.8.5",
16663 "rust_decimal",
16664 "serde",
16665 "serde_json",
16666 "sha2",
16667 "smallvec",
16668 "sqlx-core",
16669 "stringprep",
16670 "thiserror 2.0.17",
16671 "time",
16672 "tracing",
16673 "uuid",
16674 "whoami",
16675]
16676
16677[[package]]
16678name = "sqlx-sqlite"
16679version = "0.8.6"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16682dependencies = [
16683 "atoi",
16684 "chrono",
16685 "flume",
16686 "futures-channel",
16687 "futures-core",
16688 "futures-executor",
16689 "futures-intrusive",
16690 "futures-util",
16691 "libsqlite3-sys",
16692 "log",
16693 "percent-encoding",
16694 "serde",
16695 "serde_urlencoded",
16696 "sqlx-core",
16697 "thiserror 2.0.17",
16698 "time",
16699 "tracing",
16700 "url",
16701 "uuid",
16702]
16703
16704[[package]]
16705name = "stable_deref_trait"
16706version = "1.2.1"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16709
16710[[package]]
16711name = "stacker"
16712version = "0.1.23"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16715dependencies = [
16716 "cc",
16717 "cfg-if",
16718 "libc",
16719 "psm",
16720 "windows-sys 0.59.0",
16721]
16722
16723[[package]]
16724name = "stacksafe"
16725version = "0.1.4"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16728dependencies = [
16729 "stacker",
16730 "stacksafe-macro",
16731]
16732
16733[[package]]
16734name = "stacksafe-macro"
16735version = "0.1.4"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16738dependencies = [
16739 "proc-macro-error2",
16740 "quote",
16741 "syn 2.0.117",
16742]
16743
16744[[package]]
16745name = "static_assertions"
16746version = "1.1.0"
16747source = "registry+https://github.com/rust-lang/crates.io-index"
16748checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16749
16750[[package]]
16751name = "streaming-iterator"
16752version = "0.1.9"
16753source = "registry+https://github.com/rust-lang/crates.io-index"
16754checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16755
16756[[package]]
16757name = "streaming_diff"
16758version = "0.1.0"
16759dependencies = [
16760 "ordered-float 2.10.1",
16761 "rand 0.9.3",
16762 "rope",
16763 "util",
16764]
16765
16766[[package]]
16767name = "strength_reduce"
16768version = "0.2.4"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16771
16772[[package]]
16773name = "strict-num"
16774version = "0.1.1"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16777dependencies = [
16778 "float-cmp",
16779]
16780
16781[[package]]
16782name = "string_cache"
16783version = "0.8.9"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16786dependencies = [
16787 "new_debug_unreachable",
16788 "parking_lot",
16789 "phf_shared 0.11.3",
16790 "precomputed-hash",
16791 "serde",
16792]
16793
16794[[package]]
16795name = "string_cache_codegen"
16796version = "0.5.4"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16799dependencies = [
16800 "phf_generator 0.11.3",
16801 "phf_shared 0.11.3",
16802 "proc-macro2",
16803 "quote",
16804]
16805
16806[[package]]
16807name = "stringprep"
16808version = "0.1.5"
16809source = "registry+https://github.com/rust-lang/crates.io-index"
16810checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16811dependencies = [
16812 "unicode-bidi",
16813 "unicode-normalization",
16814 "unicode-properties",
16815]
16816
16817[[package]]
16818name = "strsim"
16819version = "0.11.1"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16822
16823[[package]]
16824name = "strum"
16825version = "0.26.3"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16828
16829[[package]]
16830name = "strum"
16831version = "0.27.2"
16832source = "registry+https://github.com/rust-lang/crates.io-index"
16833checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16834dependencies = [
16835 "strum_macros 0.27.2",
16836]
16837
16838[[package]]
16839name = "strum"
16840version = "0.28.0"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16843dependencies = [
16844 "strum_macros 0.28.0",
16845]
16846
16847[[package]]
16848name = "strum_macros"
16849version = "0.27.2"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16852dependencies = [
16853 "heck 0.5.0",
16854 "proc-macro2",
16855 "quote",
16856 "syn 2.0.117",
16857]
16858
16859[[package]]
16860name = "strum_macros"
16861version = "0.28.0"
16862source = "registry+https://github.com/rust-lang/crates.io-index"
16863checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16864dependencies = [
16865 "heck 0.5.0",
16866 "proc-macro2",
16867 "quote",
16868 "syn 2.0.117",
16869]
16870
16871[[package]]
16872name = "subtle"
16873version = "2.6.1"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16876
16877[[package]]
16878name = "sum_tree"
16879version = "0.1.0"
16880dependencies = [
16881 "ctor",
16882 "heapless",
16883 "log",
16884 "proptest",
16885 "rand 0.9.3",
16886 "rayon",
16887 "tracing",
16888 "zlog",
16889 "ztracing",
16890]
16891
16892[[package]]
16893name = "sval"
16894version = "2.15.0"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16897
16898[[package]]
16899name = "sval_buffer"
16900version = "2.15.0"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16903dependencies = [
16904 "sval",
16905 "sval_ref",
16906]
16907
16908[[package]]
16909name = "sval_dynamic"
16910version = "2.15.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16913dependencies = [
16914 "sval",
16915]
16916
16917[[package]]
16918name = "sval_fmt"
16919version = "2.15.0"
16920source = "registry+https://github.com/rust-lang/crates.io-index"
16921checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16922dependencies = [
16923 "itoa",
16924 "ryu",
16925 "sval",
16926]
16927
16928[[package]]
16929name = "sval_json"
16930version = "2.15.0"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16933dependencies = [
16934 "itoa",
16935 "ryu",
16936 "sval",
16937]
16938
16939[[package]]
16940name = "sval_nested"
16941version = "2.15.0"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16944dependencies = [
16945 "sval",
16946 "sval_buffer",
16947 "sval_ref",
16948]
16949
16950[[package]]
16951name = "sval_ref"
16952version = "2.15.0"
16953source = "registry+https://github.com/rust-lang/crates.io-index"
16954checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16955dependencies = [
16956 "sval",
16957]
16958
16959[[package]]
16960name = "sval_serde"
16961version = "2.15.0"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16964dependencies = [
16965 "serde_core",
16966 "sval",
16967 "sval_nested",
16968]
16969
16970[[package]]
16971name = "svg_fmt"
16972version = "0.4.5"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16975
16976[[package]]
16977name = "svg_preview"
16978version = "0.1.0"
16979dependencies = [
16980 "file_icons",
16981 "gpui",
16982 "language",
16983 "multi_buffer",
16984 "ui",
16985 "workspace",
16986 "zed_actions",
16987]
16988
16989[[package]]
16990name = "svgtypes"
16991version = "0.15.3"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16994dependencies = [
16995 "kurbo",
16996 "siphasher 1.0.1",
16997]
16998
16999[[package]]
17000name = "swash"
17001version = "0.2.6"
17002source = "registry+https://github.com/rust-lang/crates.io-index"
17003checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17004dependencies = [
17005 "skrifa 0.37.0",
17006 "yazi",
17007 "zeno",
17008]
17009
17010[[package]]
17011name = "symphonia"
17012version = "0.5.5"
17013source = "registry+https://github.com/rust-lang/crates.io-index"
17014checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17015dependencies = [
17016 "lazy_static",
17017 "symphonia-bundle-flac",
17018 "symphonia-bundle-mp3",
17019 "symphonia-codec-aac",
17020 "symphonia-codec-pcm",
17021 "symphonia-codec-vorbis",
17022 "symphonia-core",
17023 "symphonia-format-isomp4",
17024 "symphonia-format-ogg",
17025 "symphonia-format-riff",
17026 "symphonia-metadata",
17027]
17028
17029[[package]]
17030name = "symphonia-bundle-flac"
17031version = "0.5.5"
17032source = "registry+https://github.com/rust-lang/crates.io-index"
17033checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17034dependencies = [
17035 "log",
17036 "symphonia-core",
17037 "symphonia-metadata",
17038 "symphonia-utils-xiph",
17039]
17040
17041[[package]]
17042name = "symphonia-bundle-mp3"
17043version = "0.5.5"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17046dependencies = [
17047 "lazy_static",
17048 "log",
17049 "symphonia-core",
17050 "symphonia-metadata",
17051]
17052
17053[[package]]
17054name = "symphonia-codec-aac"
17055version = "0.5.5"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17058dependencies = [
17059 "lazy_static",
17060 "log",
17061 "symphonia-core",
17062]
17063
17064[[package]]
17065name = "symphonia-codec-pcm"
17066version = "0.5.5"
17067source = "registry+https://github.com/rust-lang/crates.io-index"
17068checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17069dependencies = [
17070 "log",
17071 "symphonia-core",
17072]
17073
17074[[package]]
17075name = "symphonia-codec-vorbis"
17076version = "0.5.5"
17077source = "registry+https://github.com/rust-lang/crates.io-index"
17078checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17079dependencies = [
17080 "log",
17081 "symphonia-core",
17082 "symphonia-utils-xiph",
17083]
17084
17085[[package]]
17086name = "symphonia-core"
17087version = "0.5.5"
17088source = "registry+https://github.com/rust-lang/crates.io-index"
17089checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17090dependencies = [
17091 "arrayvec",
17092 "bitflags 1.3.2",
17093 "bytemuck",
17094 "lazy_static",
17095 "log",
17096]
17097
17098[[package]]
17099name = "symphonia-format-isomp4"
17100version = "0.5.5"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17103dependencies = [
17104 "encoding_rs",
17105 "log",
17106 "symphonia-core",
17107 "symphonia-metadata",
17108 "symphonia-utils-xiph",
17109]
17110
17111[[package]]
17112name = "symphonia-format-ogg"
17113version = "0.5.5"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17116dependencies = [
17117 "log",
17118 "symphonia-core",
17119 "symphonia-metadata",
17120 "symphonia-utils-xiph",
17121]
17122
17123[[package]]
17124name = "symphonia-format-riff"
17125version = "0.5.5"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17128dependencies = [
17129 "extended",
17130 "log",
17131 "symphonia-core",
17132 "symphonia-metadata",
17133]
17134
17135[[package]]
17136name = "symphonia-metadata"
17137version = "0.5.5"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17140dependencies = [
17141 "encoding_rs",
17142 "lazy_static",
17143 "log",
17144 "symphonia-core",
17145]
17146
17147[[package]]
17148name = "symphonia-utils-xiph"
17149version = "0.5.5"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17152dependencies = [
17153 "symphonia-core",
17154 "symphonia-metadata",
17155]
17156
17157[[package]]
17158name = "syn"
17159version = "1.0.109"
17160source = "registry+https://github.com/rust-lang/crates.io-index"
17161checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17162dependencies = [
17163 "proc-macro2",
17164 "quote",
17165 "unicode-ident",
17166]
17167
17168[[package]]
17169name = "syn"
17170version = "2.0.117"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17173dependencies = [
17174 "proc-macro2",
17175 "quote",
17176 "unicode-ident",
17177]
17178
17179[[package]]
17180name = "sync_wrapper"
17181version = "0.1.2"
17182source = "registry+https://github.com/rust-lang/crates.io-index"
17183checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17184
17185[[package]]
17186name = "sync_wrapper"
17187version = "1.0.2"
17188source = "registry+https://github.com/rust-lang/crates.io-index"
17189checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17190dependencies = [
17191 "futures-core",
17192]
17193
17194[[package]]
17195name = "synchronoise"
17196version = "1.0.1"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17199dependencies = [
17200 "crossbeam-queue",
17201]
17202
17203[[package]]
17204name = "synstructure"
17205version = "0.13.2"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17208dependencies = [
17209 "proc-macro2",
17210 "quote",
17211 "syn 2.0.117",
17212]
17213
17214[[package]]
17215name = "syntax_theme"
17216version = "0.1.0"
17217dependencies = [
17218 "gpui",
17219 "serde",
17220 "serde_json",
17221]
17222
17223[[package]]
17224name = "sys-locale"
17225version = "0.3.2"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17228dependencies = [
17229 "libc",
17230]
17231
17232[[package]]
17233name = "sysctl"
17234version = "0.5.5"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17237dependencies = [
17238 "bitflags 2.10.0",
17239 "byteorder",
17240 "enum-as-inner",
17241 "libc",
17242 "thiserror 1.0.69",
17243 "walkdir",
17244]
17245
17246[[package]]
17247name = "sysctl"
17248version = "0.6.0"
17249source = "registry+https://github.com/rust-lang/crates.io-index"
17250checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17251dependencies = [
17252 "bitflags 2.10.0",
17253 "byteorder",
17254 "enum-as-inner",
17255 "libc",
17256 "thiserror 1.0.69",
17257 "walkdir",
17258]
17259
17260[[package]]
17261name = "sysinfo"
17262version = "0.31.4"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17265dependencies = [
17266 "core-foundation-sys",
17267 "libc",
17268 "memchr",
17269 "ntapi",
17270 "rayon",
17271 "windows 0.57.0",
17272]
17273
17274[[package]]
17275name = "sysinfo"
17276version = "0.37.2"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17279dependencies = [
17280 "libc",
17281 "memchr",
17282 "ntapi",
17283 "objc2-core-foundation",
17284 "objc2-io-kit",
17285 "windows 0.61.3",
17286]
17287
17288[[package]]
17289name = "system-configuration"
17290version = "0.5.1"
17291source = "registry+https://github.com/rust-lang/crates.io-index"
17292checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17293dependencies = [
17294 "bitflags 1.3.2",
17295 "core-foundation 0.9.4",
17296 "system-configuration-sys 0.5.0",
17297]
17298
17299[[package]]
17300name = "system-configuration"
17301version = "0.6.1"
17302source = "registry+https://github.com/rust-lang/crates.io-index"
17303checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17304dependencies = [
17305 "bitflags 2.10.0",
17306 "core-foundation 0.9.4",
17307 "system-configuration-sys 0.6.0",
17308]
17309
17310[[package]]
17311name = "system-configuration-sys"
17312version = "0.5.0"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17315dependencies = [
17316 "core-foundation-sys",
17317 "libc",
17318]
17319
17320[[package]]
17321name = "system-configuration-sys"
17322version = "0.6.0"
17323source = "registry+https://github.com/rust-lang/crates.io-index"
17324checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17325dependencies = [
17326 "core-foundation-sys",
17327 "libc",
17328]
17329
17330[[package]]
17331name = "system-deps"
17332version = "7.0.7"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17335dependencies = [
17336 "cfg-expr",
17337 "heck 0.5.0",
17338 "pkg-config",
17339 "toml 0.9.8",
17340 "version-compare",
17341]
17342
17343[[package]]
17344name = "system-interface"
17345version = "0.27.3"
17346source = "registry+https://github.com/rust-lang/crates.io-index"
17347checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17348dependencies = [
17349 "bitflags 2.10.0",
17350 "cap-fs-ext",
17351 "cap-std",
17352 "fd-lock",
17353 "io-lifetimes",
17354 "rustix 0.38.44",
17355 "windows-sys 0.59.0",
17356 "winx",
17357]
17358
17359[[package]]
17360name = "system_specs"
17361version = "0.1.0"
17362dependencies = [
17363 "anyhow",
17364 "client",
17365 "gpui",
17366 "human_bytes",
17367 "pciid-parser",
17368 "release_channel",
17369 "semver",
17370 "serde",
17371 "sysinfo 0.37.2",
17372]
17373
17374[[package]]
17375name = "tab_switcher"
17376version = "0.1.0"
17377dependencies = [
17378 "collections",
17379 "ctor",
17380 "editor",
17381 "fuzzy",
17382 "gpui",
17383 "menu",
17384 "picker",
17385 "project",
17386 "schemars",
17387 "serde",
17388 "serde_json",
17389 "settings",
17390 "smol",
17391 "theme",
17392 "theme_settings",
17393 "ui",
17394 "util",
17395 "workspace",
17396 "zlog",
17397]
17398
17399[[package]]
17400name = "taffy"
17401version = "0.9.0"
17402source = "registry+https://github.com/rust-lang/crates.io-index"
17403checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17404dependencies = [
17405 "arrayvec",
17406 "grid",
17407 "serde",
17408 "slotmap",
17409]
17410
17411[[package]]
17412name = "tagptr"
17413version = "0.2.0"
17414source = "registry+https://github.com/rust-lang/crates.io-index"
17415checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17416
17417[[package]]
17418name = "take-until"
17419version = "0.2.0"
17420source = "registry+https://github.com/rust-lang/crates.io-index"
17421checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17422
17423[[package]]
17424name = "tao-core-video-sys"
17425version = "0.2.0"
17426source = "registry+https://github.com/rust-lang/crates.io-index"
17427checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17428dependencies = [
17429 "cfg-if",
17430 "core-foundation-sys",
17431 "libc",
17432 "objc",
17433]
17434
17435[[package]]
17436name = "tap"
17437version = "1.0.1"
17438source = "registry+https://github.com/rust-lang/crates.io-index"
17439checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17440
17441[[package]]
17442name = "target-lexicon"
17443version = "0.13.3"
17444source = "registry+https://github.com/rust-lang/crates.io-index"
17445checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17446
17447[[package]]
17448name = "task"
17449version = "0.1.0"
17450dependencies = [
17451 "anyhow",
17452 "collections",
17453 "futures 0.3.32",
17454 "gpui",
17455 "hex",
17456 "log",
17457 "parking_lot",
17458 "pretty_assertions",
17459 "proto",
17460 "schemars",
17461 "serde",
17462 "serde_json",
17463 "serde_json_lenient",
17464 "sha2",
17465 "shellexpand",
17466 "util",
17467 "zed_actions",
17468]
17469
17470[[package]]
17471name = "tasks_ui"
17472version = "0.1.0"
17473dependencies = [
17474 "anyhow",
17475 "collections",
17476 "editor",
17477 "file_icons",
17478 "fuzzy",
17479 "gpui",
17480 "itertools 0.14.0",
17481 "language",
17482 "menu",
17483 "picker",
17484 "project",
17485 "serde",
17486 "serde_json",
17487 "task",
17488 "tree-sitter-rust",
17489 "tree-sitter-typescript",
17490 "ui",
17491 "util",
17492 "workspace",
17493 "zed_actions",
17494]
17495
17496[[package]]
17497name = "telemetry"
17498version = "0.1.0"
17499dependencies = [
17500 "futures 0.3.32",
17501 "serde",
17502 "serde_json",
17503 "telemetry_events",
17504]
17505
17506[[package]]
17507name = "telemetry_events"
17508version = "0.1.0"
17509dependencies = [
17510 "semver",
17511 "serde",
17512 "serde_json",
17513]
17514
17515[[package]]
17516name = "tempfile"
17517version = "3.23.0"
17518source = "registry+https://github.com/rust-lang/crates.io-index"
17519checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17520dependencies = [
17521 "fastrand 2.3.0",
17522 "getrandom 0.3.4",
17523 "once_cell",
17524 "rustix 1.1.2",
17525 "windows-sys 0.61.2",
17526]
17527
17528[[package]]
17529name = "tendril"
17530version = "0.4.3"
17531source = "registry+https://github.com/rust-lang/crates.io-index"
17532checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17533dependencies = [
17534 "futf",
17535 "mac",
17536 "utf-8",
17537]
17538
17539[[package]]
17540name = "termcolor"
17541version = "1.4.1"
17542source = "registry+https://github.com/rust-lang/crates.io-index"
17543checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17544dependencies = [
17545 "winapi-util",
17546]
17547
17548[[package]]
17549name = "terminal"
17550version = "0.1.0"
17551dependencies = [
17552 "alacritty_terminal",
17553 "anyhow",
17554 "collections",
17555 "futures 0.3.32",
17556 "gpui",
17557 "itertools 0.14.0",
17558 "libc",
17559 "log",
17560 "parking_lot",
17561 "rand 0.9.3",
17562 "regex",
17563 "release_channel",
17564 "schemars",
17565 "serde",
17566 "settings",
17567 "smol",
17568 "sysinfo 0.37.2",
17569 "task",
17570 "theme",
17571 "theme_settings",
17572 "thiserror 2.0.17",
17573 "url",
17574 "urlencoding",
17575 "util",
17576 "util_macros",
17577 "windows 0.61.3",
17578]
17579
17580[[package]]
17581name = "terminal_size"
17582version = "0.4.3"
17583source = "registry+https://github.com/rust-lang/crates.io-index"
17584checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17585dependencies = [
17586 "rustix 1.1.2",
17587 "windows-sys 0.60.2",
17588]
17589
17590[[package]]
17591name = "terminal_view"
17592version = "0.1.0"
17593dependencies = [
17594 "anyhow",
17595 "async-recursion",
17596 "breadcrumbs",
17597 "collections",
17598 "db",
17599 "dirs",
17600 "editor",
17601 "futures 0.3.32",
17602 "gpui",
17603 "itertools 0.14.0",
17604 "language",
17605 "log",
17606 "menu",
17607 "pretty_assertions",
17608 "project",
17609 "regex",
17610 "schemars",
17611 "serde",
17612 "serde_json",
17613 "settings",
17614 "shellexpand",
17615 "task",
17616 "terminal",
17617 "theme",
17618 "theme_settings",
17619 "ui",
17620 "util",
17621 "workspace",
17622 "zed_actions",
17623]
17624
17625[[package]]
17626name = "text"
17627version = "0.1.0"
17628dependencies = [
17629 "anyhow",
17630 "clock",
17631 "collections",
17632 "ctor",
17633 "gpui",
17634 "log",
17635 "parking_lot",
17636 "postage",
17637 "rand 0.9.3",
17638 "regex",
17639 "rope",
17640 "smallvec",
17641 "sum_tree",
17642 "util",
17643 "zlog",
17644]
17645
17646[[package]]
17647name = "theme"
17648version = "0.1.0"
17649dependencies = [
17650 "anyhow",
17651 "collections",
17652 "gpui",
17653 "palette",
17654 "parking_lot",
17655 "refineable",
17656 "schemars",
17657 "serde",
17658 "serde_json",
17659 "serde_json_lenient",
17660 "strum 0.27.2",
17661 "syntax_theme",
17662 "thiserror 2.0.17",
17663 "uuid",
17664]
17665
17666[[package]]
17667name = "theme_extension"
17668version = "0.1.0"
17669dependencies = [
17670 "anyhow",
17671 "extension",
17672 "fs",
17673 "gpui",
17674 "theme",
17675 "theme_settings",
17676]
17677
17678[[package]]
17679name = "theme_importer"
17680version = "0.1.0"
17681dependencies = [
17682 "anyhow",
17683 "clap",
17684 "collections",
17685 "gpui",
17686 "indexmap",
17687 "log",
17688 "palette",
17689 "serde",
17690 "serde_json",
17691 "serde_json_lenient",
17692 "simplelog",
17693 "strum 0.27.2",
17694 "theme",
17695 "theme_settings",
17696 "vscode_theme",
17697]
17698
17699[[package]]
17700name = "theme_selector"
17701version = "0.1.0"
17702dependencies = [
17703 "editor",
17704 "fs",
17705 "fuzzy",
17706 "gpui",
17707 "log",
17708 "picker",
17709 "project",
17710 "serde",
17711 "serde_json",
17712 "settings",
17713 "telemetry",
17714 "theme",
17715 "theme_settings",
17716 "ui",
17717 "util",
17718 "workspace",
17719 "zed_actions",
17720]
17721
17722[[package]]
17723name = "theme_settings"
17724version = "0.1.0"
17725dependencies = [
17726 "anyhow",
17727 "collections",
17728 "gpui",
17729 "gpui_util",
17730 "log",
17731 "palette",
17732 "refineable",
17733 "schemars",
17734 "serde",
17735 "serde_json",
17736 "serde_json_lenient",
17737 "settings",
17738 "theme",
17739 "uuid",
17740]
17741
17742[[package]]
17743name = "thiserror"
17744version = "1.0.69"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17747dependencies = [
17748 "thiserror-impl 1.0.69",
17749]
17750
17751[[package]]
17752name = "thiserror"
17753version = "2.0.17"
17754source = "registry+https://github.com/rust-lang/crates.io-index"
17755checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17756dependencies = [
17757 "thiserror-impl 2.0.17",
17758]
17759
17760[[package]]
17761name = "thiserror-impl"
17762version = "1.0.69"
17763source = "registry+https://github.com/rust-lang/crates.io-index"
17764checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17765dependencies = [
17766 "proc-macro2",
17767 "quote",
17768 "syn 2.0.117",
17769]
17770
17771[[package]]
17772name = "thiserror-impl"
17773version = "2.0.17"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17776dependencies = [
17777 "proc-macro2",
17778 "quote",
17779 "syn 2.0.117",
17780]
17781
17782[[package]]
17783name = "thread_local"
17784version = "1.1.9"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17787dependencies = [
17788 "cfg-if",
17789]
17790
17791[[package]]
17792name = "tiff"
17793version = "0.11.3"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17796dependencies = [
17797 "fax",
17798 "flate2",
17799 "half",
17800 "quick-error 2.0.1",
17801 "weezl",
17802 "zune-jpeg 0.5.15",
17803]
17804
17805[[package]]
17806name = "tiktoken-rs"
17807version = "0.9.1"
17808source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17809dependencies = [
17810 "anyhow",
17811 "base64 0.22.1",
17812 "bstr",
17813 "fancy-regex 0.16.2",
17814 "lazy_static",
17815 "regex",
17816 "rustc-hash 1.1.0",
17817]
17818
17819[[package]]
17820name = "time"
17821version = "0.3.47"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17824dependencies = [
17825 "deranged",
17826 "itoa",
17827 "libc",
17828 "num-conv",
17829 "num_threads",
17830 "powerfmt",
17831 "serde_core",
17832 "time-core",
17833 "time-macros",
17834]
17835
17836[[package]]
17837name = "time-core"
17838version = "0.1.8"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17841
17842[[package]]
17843name = "time-macros"
17844version = "0.2.27"
17845source = "registry+https://github.com/rust-lang/crates.io-index"
17846checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17847dependencies = [
17848 "num-conv",
17849 "time-core",
17850]
17851
17852[[package]]
17853name = "time_format"
17854version = "0.1.0"
17855dependencies = [
17856 "core-foundation 0.10.0",
17857 "core-foundation-sys",
17858 "sys-locale",
17859 "time",
17860 "windows 0.61.3",
17861]
17862
17863[[package]]
17864name = "tiny-keccak"
17865version = "2.0.2"
17866source = "registry+https://github.com/rust-lang/crates.io-index"
17867checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17868dependencies = [
17869 "crunchy",
17870]
17871
17872[[package]]
17873name = "tiny-skia"
17874version = "0.11.4"
17875source = "registry+https://github.com/rust-lang/crates.io-index"
17876checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17877dependencies = [
17878 "arrayref",
17879 "arrayvec",
17880 "bytemuck",
17881 "cfg-if",
17882 "log",
17883 "png 0.17.16",
17884 "tiny-skia-path",
17885]
17886
17887[[package]]
17888name = "tiny-skia-path"
17889version = "0.11.4"
17890source = "registry+https://github.com/rust-lang/crates.io-index"
17891checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17892dependencies = [
17893 "arrayref",
17894 "bytemuck",
17895 "strict-num",
17896]
17897
17898[[package]]
17899name = "tiny_http"
17900version = "0.12.0"
17901source = "registry+https://github.com/rust-lang/crates.io-index"
17902checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17903dependencies = [
17904 "ascii",
17905 "chunked_transfer",
17906 "httpdate",
17907 "log",
17908]
17909
17910[[package]]
17911name = "tinystr"
17912version = "0.8.1"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17915dependencies = [
17916 "displaydoc",
17917 "zerovec",
17918]
17919
17920[[package]]
17921name = "tinytemplate"
17922version = "1.2.1"
17923source = "registry+https://github.com/rust-lang/crates.io-index"
17924checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17925dependencies = [
17926 "serde",
17927 "serde_json",
17928]
17929
17930[[package]]
17931name = "tinyvec"
17932version = "1.10.0"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17935dependencies = [
17936 "tinyvec_macros",
17937]
17938
17939[[package]]
17940name = "tinyvec_macros"
17941version = "0.1.1"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17944
17945[[package]]
17946name = "title_bar"
17947version = "0.1.0"
17948dependencies = [
17949 "anyhow",
17950 "auto_update",
17951 "call",
17952 "channel",
17953 "chrono",
17954 "client",
17955 "cloud_api_types",
17956 "db",
17957 "git_ui",
17958 "gpui",
17959 "icons",
17960 "livekit_client",
17961 "notifications",
17962 "platform_title_bar",
17963 "project",
17964 "recent_projects",
17965 "release_channel",
17966 "remote",
17967 "remote_connection",
17968 "rpc",
17969 "schemars",
17970 "semver",
17971 "serde",
17972 "settings",
17973 "smallvec",
17974 "telemetry",
17975 "theme",
17976 "ui",
17977 "util",
17978 "windows 0.61.3",
17979 "workspace",
17980 "zed_actions",
17981]
17982
17983[[package]]
17984name = "tokio"
17985version = "1.48.0"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17988dependencies = [
17989 "bytes 1.11.1",
17990 "libc",
17991 "mio 1.1.0",
17992 "parking_lot",
17993 "pin-project-lite",
17994 "signal-hook-registry",
17995 "socket2 0.6.1",
17996 "tokio-macros",
17997 "windows-sys 0.61.2",
17998]
17999
18000[[package]]
18001name = "tokio-io"
18002version = "0.1.13"
18003source = "registry+https://github.com/rust-lang/crates.io-index"
18004checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18005dependencies = [
18006 "bytes 0.4.12",
18007 "futures 0.1.31",
18008 "log",
18009]
18010
18011[[package]]
18012name = "tokio-macros"
18013version = "2.6.0"
18014source = "registry+https://github.com/rust-lang/crates.io-index"
18015checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18016dependencies = [
18017 "proc-macro2",
18018 "quote",
18019 "syn 2.0.117",
18020]
18021
18022[[package]]
18023name = "tokio-native-tls"
18024version = "0.3.1"
18025source = "registry+https://github.com/rust-lang/crates.io-index"
18026checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18027dependencies = [
18028 "native-tls",
18029 "tokio",
18030]
18031
18032[[package]]
18033name = "tokio-rustls"
18034version = "0.24.1"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18037dependencies = [
18038 "rustls 0.21.12",
18039 "tokio",
18040]
18041
18042[[package]]
18043name = "tokio-rustls"
18044version = "0.26.2"
18045source = "registry+https://github.com/rust-lang/crates.io-index"
18046checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18047dependencies = [
18048 "rustls 0.23.33",
18049 "tokio",
18050]
18051
18052[[package]]
18053name = "tokio-socks"
18054version = "0.5.2"
18055source = "registry+https://github.com/rust-lang/crates.io-index"
18056checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18057dependencies = [
18058 "either",
18059 "futures-io",
18060 "futures-util",
18061 "thiserror 1.0.69",
18062 "tokio",
18063]
18064
18065[[package]]
18066name = "tokio-stream"
18067version = "0.1.17"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18070dependencies = [
18071 "futures-core",
18072 "pin-project-lite",
18073 "tokio",
18074]
18075
18076[[package]]
18077name = "tokio-tungstenite"
18078version = "0.20.1"
18079source = "registry+https://github.com/rust-lang/crates.io-index"
18080checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18081dependencies = [
18082 "futures-util",
18083 "log",
18084 "tokio",
18085 "tungstenite 0.20.1",
18086]
18087
18088[[package]]
18089name = "tokio-tungstenite"
18090version = "0.21.0"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18093dependencies = [
18094 "futures-util",
18095 "log",
18096 "tokio",
18097 "tungstenite 0.21.0",
18098]
18099
18100[[package]]
18101name = "tokio-tungstenite"
18102version = "0.28.0"
18103source = "registry+https://github.com/rust-lang/crates.io-index"
18104checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18105dependencies = [
18106 "futures-util",
18107 "log",
18108 "rustls 0.23.33",
18109 "rustls-native-certs 0.8.2",
18110 "rustls-pki-types",
18111 "tokio",
18112 "tokio-rustls 0.26.2",
18113 "tungstenite 0.28.0",
18114]
18115
18116[[package]]
18117name = "tokio-util"
18118version = "0.7.16"
18119source = "registry+https://github.com/rust-lang/crates.io-index"
18120checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18121dependencies = [
18122 "bytes 1.11.1",
18123 "futures-core",
18124 "futures-io",
18125 "futures-sink",
18126 "pin-project-lite",
18127 "tokio",
18128]
18129
18130[[package]]
18131name = "toml"
18132version = "0.5.11"
18133source = "registry+https://github.com/rust-lang/crates.io-index"
18134checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18135dependencies = [
18136 "serde",
18137]
18138
18139[[package]]
18140name = "toml"
18141version = "0.8.23"
18142source = "registry+https://github.com/rust-lang/crates.io-index"
18143checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18144dependencies = [
18145 "serde",
18146 "serde_spanned 0.6.9",
18147 "toml_datetime 0.6.11",
18148 "toml_edit 0.22.27",
18149]
18150
18151[[package]]
18152name = "toml"
18153version = "0.9.8"
18154source = "registry+https://github.com/rust-lang/crates.io-index"
18155checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18156dependencies = [
18157 "indexmap",
18158 "serde_core",
18159 "serde_spanned 1.0.3",
18160 "toml_datetime 0.7.3",
18161 "toml_parser",
18162 "toml_writer",
18163 "winnow",
18164]
18165
18166[[package]]
18167name = "toml_datetime"
18168version = "0.6.11"
18169source = "registry+https://github.com/rust-lang/crates.io-index"
18170checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18171dependencies = [
18172 "serde",
18173]
18174
18175[[package]]
18176name = "toml_datetime"
18177version = "0.7.3"
18178source = "registry+https://github.com/rust-lang/crates.io-index"
18179checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18180dependencies = [
18181 "serde_core",
18182]
18183
18184[[package]]
18185name = "toml_edit"
18186version = "0.22.27"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18189dependencies = [
18190 "indexmap",
18191 "serde",
18192 "serde_spanned 0.6.9",
18193 "toml_datetime 0.6.11",
18194 "toml_write",
18195 "winnow",
18196]
18197
18198[[package]]
18199name = "toml_edit"
18200version = "0.23.7"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18203dependencies = [
18204 "indexmap",
18205 "toml_datetime 0.7.3",
18206 "toml_parser",
18207 "winnow",
18208]
18209
18210[[package]]
18211name = "toml_parser"
18212version = "1.0.4"
18213source = "registry+https://github.com/rust-lang/crates.io-index"
18214checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18215dependencies = [
18216 "winnow",
18217]
18218
18219[[package]]
18220name = "toml_write"
18221version = "0.1.2"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18224
18225[[package]]
18226name = "toml_writer"
18227version = "1.0.4"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18230
18231[[package]]
18232name = "toolchain_selector"
18233version = "0.1.0"
18234dependencies = [
18235 "anyhow",
18236 "convert_case 0.8.0",
18237 "editor",
18238 "futures 0.3.32",
18239 "fuzzy",
18240 "gpui",
18241 "language",
18242 "menu",
18243 "open_path_prompt",
18244 "picker",
18245 "project",
18246 "ui",
18247 "util",
18248 "workspace",
18249]
18250
18251[[package]]
18252name = "topological-sort"
18253version = "0.2.2"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18256
18257[[package]]
18258name = "tower"
18259version = "0.4.13"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18262dependencies = [
18263 "futures-core",
18264 "futures-util",
18265 "pin-project",
18266 "pin-project-lite",
18267 "tokio",
18268 "tower-layer",
18269 "tower-service",
18270 "tracing",
18271]
18272
18273[[package]]
18274name = "tower"
18275version = "0.5.2"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18278dependencies = [
18279 "futures-core",
18280 "futures-util",
18281 "pin-project-lite",
18282 "sync_wrapper 1.0.2",
18283 "tokio",
18284 "tokio-util",
18285 "tower-layer",
18286 "tower-service",
18287 "tracing",
18288]
18289
18290[[package]]
18291name = "tower-http"
18292version = "0.4.4"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18295dependencies = [
18296 "bitflags 2.10.0",
18297 "bytes 1.11.1",
18298 "futures-core",
18299 "futures-util",
18300 "http 0.2.12",
18301 "http-body 0.4.6",
18302 "http-range-header",
18303 "pin-project-lite",
18304 "tower-layer",
18305 "tower-service",
18306 "tracing",
18307]
18308
18309[[package]]
18310name = "tower-http"
18311version = "0.6.6"
18312source = "registry+https://github.com/rust-lang/crates.io-index"
18313checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18314dependencies = [
18315 "bitflags 2.10.0",
18316 "bytes 1.11.1",
18317 "futures-util",
18318 "http 1.3.1",
18319 "http-body 1.0.1",
18320 "iri-string",
18321 "pin-project-lite",
18322 "tower 0.5.2",
18323 "tower-layer",
18324 "tower-service",
18325 "tracing",
18326]
18327
18328[[package]]
18329name = "tower-layer"
18330version = "0.3.3"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18333
18334[[package]]
18335name = "tower-service"
18336version = "0.3.3"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18339
18340[[package]]
18341name = "tracing"
18342version = "0.1.43"
18343source = "registry+https://github.com/rust-lang/crates.io-index"
18344checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18345dependencies = [
18346 "log",
18347 "pin-project-lite",
18348 "tracing-attributes",
18349 "tracing-core",
18350]
18351
18352[[package]]
18353name = "tracing-attributes"
18354version = "0.1.31"
18355source = "registry+https://github.com/rust-lang/crates.io-index"
18356checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18357dependencies = [
18358 "proc-macro2",
18359 "quote",
18360 "syn 2.0.117",
18361]
18362
18363[[package]]
18364name = "tracing-core"
18365version = "0.1.35"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18368dependencies = [
18369 "once_cell",
18370 "valuable",
18371]
18372
18373[[package]]
18374name = "tracing-log"
18375version = "0.2.0"
18376source = "registry+https://github.com/rust-lang/crates.io-index"
18377checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18378dependencies = [
18379 "log",
18380 "once_cell",
18381 "tracing-core",
18382]
18383
18384[[package]]
18385name = "tracing-serde"
18386version = "0.2.0"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18389dependencies = [
18390 "serde",
18391 "tracing-core",
18392]
18393
18394[[package]]
18395name = "tracing-subscriber"
18396version = "0.3.22"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18399dependencies = [
18400 "matchers",
18401 "nu-ansi-term",
18402 "once_cell",
18403 "regex-automata",
18404 "serde",
18405 "serde_json",
18406 "sharded-slab",
18407 "smallvec",
18408 "thread_local",
18409 "tracing",
18410 "tracing-core",
18411 "tracing-log",
18412 "tracing-serde",
18413]
18414
18415[[package]]
18416name = "tracing-tracy"
18417version = "0.11.4"
18418source = "registry+https://github.com/rust-lang/crates.io-index"
18419checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18420dependencies = [
18421 "tracing-core",
18422 "tracing-subscriber",
18423 "tracy-client",
18424]
18425
18426[[package]]
18427name = "tracy-client"
18428version = "0.18.3"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18431dependencies = [
18432 "loom",
18433 "once_cell",
18434 "tracy-client-sys",
18435]
18436
18437[[package]]
18438name = "tracy-client-sys"
18439version = "0.27.0"
18440source = "registry+https://github.com/rust-lang/crates.io-index"
18441checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18442dependencies = [
18443 "cc",
18444 "windows-targets 0.52.6",
18445]
18446
18447[[package]]
18448name = "transpose"
18449version = "0.2.3"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18452dependencies = [
18453 "num-integer",
18454 "strength_reduce",
18455]
18456
18457[[package]]
18458name = "trash"
18459version = "5.2.5"
18460source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18461dependencies = [
18462 "chrono",
18463 "libc",
18464 "log",
18465 "objc2",
18466 "objc2-foundation",
18467 "once_cell",
18468 "percent-encoding",
18469 "scopeguard",
18470 "urlencoding",
18471 "windows 0.56.0",
18472 "windows-core 0.56.0",
18473]
18474
18475[[package]]
18476name = "tree-sitter"
18477version = "0.26.8"
18478source = "registry+https://github.com/rust-lang/crates.io-index"
18479checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18480dependencies = [
18481 "cc",
18482 "regex",
18483 "regex-syntax",
18484 "serde_json",
18485 "streaming-iterator",
18486 "tree-sitter-language",
18487 "wasmtime-c-api-impl",
18488]
18489
18490[[package]]
18491name = "tree-sitter-bash"
18492version = "0.25.1"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18495dependencies = [
18496 "cc",
18497 "tree-sitter-language",
18498]
18499
18500[[package]]
18501name = "tree-sitter-c"
18502version = "0.24.1"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18505dependencies = [
18506 "cc",
18507 "tree-sitter-language",
18508]
18509
18510[[package]]
18511name = "tree-sitter-cpp"
18512version = "0.23.4"
18513source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18514dependencies = [
18515 "cc",
18516 "tree-sitter-language",
18517]
18518
18519[[package]]
18520name = "tree-sitter-css"
18521version = "0.23.2"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18524dependencies = [
18525 "cc",
18526 "tree-sitter-language",
18527]
18528
18529[[package]]
18530name = "tree-sitter-diff"
18531version = "0.1.0"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18534dependencies = [
18535 "cc",
18536 "tree-sitter-language",
18537]
18538
18539[[package]]
18540name = "tree-sitter-elixir"
18541version = "0.3.4"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18544dependencies = [
18545 "cc",
18546 "tree-sitter-language",
18547]
18548
18549[[package]]
18550name = "tree-sitter-embedded-template"
18551version = "0.23.2"
18552source = "registry+https://github.com/rust-lang/crates.io-index"
18553checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18554dependencies = [
18555 "cc",
18556 "tree-sitter-language",
18557]
18558
18559[[package]]
18560name = "tree-sitter-gitcommit"
18561version = "0.0.1"
18562source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18563dependencies = [
18564 "cc",
18565 "tree-sitter-language",
18566]
18567
18568[[package]]
18569name = "tree-sitter-go"
18570version = "0.25.0"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18573dependencies = [
18574 "cc",
18575 "tree-sitter-language",
18576]
18577
18578[[package]]
18579name = "tree-sitter-gomod"
18580version = "1.1.1"
18581source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18582dependencies = [
18583 "cc",
18584 "tree-sitter-language",
18585]
18586
18587[[package]]
18588name = "tree-sitter-gowork"
18589version = "0.0.1"
18590source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18591dependencies = [
18592 "cc",
18593 "tree-sitter-language",
18594]
18595
18596[[package]]
18597name = "tree-sitter-heex"
18598version = "0.0.1"
18599source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18600dependencies = [
18601 "cc",
18602 "tree-sitter-language",
18603]
18604
18605[[package]]
18606name = "tree-sitter-html"
18607version = "0.23.2"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18610dependencies = [
18611 "cc",
18612 "tree-sitter-language",
18613]
18614
18615[[package]]
18616name = "tree-sitter-jsdoc"
18617version = "0.23.2"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18620dependencies = [
18621 "cc",
18622 "tree-sitter-language",
18623]
18624
18625[[package]]
18626name = "tree-sitter-json"
18627version = "0.24.8"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18630dependencies = [
18631 "cc",
18632 "tree-sitter-language",
18633]
18634
18635[[package]]
18636name = "tree-sitter-language"
18637version = "0.1.5"
18638source = "registry+https://github.com/rust-lang/crates.io-index"
18639checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18640
18641[[package]]
18642name = "tree-sitter-md"
18643version = "0.3.2"
18644source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18645dependencies = [
18646 "cc",
18647 "tree-sitter-language",
18648]
18649
18650[[package]]
18651name = "tree-sitter-python"
18652version = "0.25.0"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18655dependencies = [
18656 "cc",
18657 "tree-sitter-language",
18658]
18659
18660[[package]]
18661name = "tree-sitter-regex"
18662version = "0.24.3"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18665dependencies = [
18666 "cc",
18667 "tree-sitter-language",
18668]
18669
18670[[package]]
18671name = "tree-sitter-ruby"
18672version = "0.23.1"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18675dependencies = [
18676 "cc",
18677 "tree-sitter-language",
18678]
18679
18680[[package]]
18681name = "tree-sitter-rust"
18682version = "0.24.2"
18683source = "registry+https://github.com/rust-lang/crates.io-index"
18684checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18685dependencies = [
18686 "cc",
18687 "tree-sitter-language",
18688]
18689
18690[[package]]
18691name = "tree-sitter-typescript"
18692version = "0.23.2"
18693source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18694dependencies = [
18695 "cc",
18696 "tree-sitter-language",
18697]
18698
18699[[package]]
18700name = "tree-sitter-yaml"
18701version = "0.6.1"
18702source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18703dependencies = [
18704 "cc",
18705 "tree-sitter-language",
18706]
18707
18708[[package]]
18709name = "triomphe"
18710version = "0.1.15"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18713dependencies = [
18714 "serde",
18715 "stable_deref_trait",
18716]
18717
18718[[package]]
18719name = "try-lock"
18720version = "0.2.5"
18721source = "registry+https://github.com/rust-lang/crates.io-index"
18722checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18723
18724[[package]]
18725name = "ttf-parser"
18726version = "0.20.0"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18729
18730[[package]]
18731name = "ttf-parser"
18732version = "0.25.1"
18733source = "registry+https://github.com/rust-lang/crates.io-index"
18734checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18735dependencies = [
18736 "core_maths",
18737]
18738
18739[[package]]
18740name = "tungstenite"
18741version = "0.20.1"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18744dependencies = [
18745 "byteorder",
18746 "bytes 1.11.1",
18747 "data-encoding",
18748 "http 0.2.12",
18749 "httparse",
18750 "log",
18751 "rand 0.8.5",
18752 "sha1",
18753 "thiserror 1.0.69",
18754 "url",
18755 "utf-8",
18756]
18757
18758[[package]]
18759name = "tungstenite"
18760version = "0.21.0"
18761source = "registry+https://github.com/rust-lang/crates.io-index"
18762checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18763dependencies = [
18764 "byteorder",
18765 "bytes 1.11.1",
18766 "data-encoding",
18767 "http 1.3.1",
18768 "httparse",
18769 "log",
18770 "rand 0.8.5",
18771 "sha1",
18772 "thiserror 1.0.69",
18773 "url",
18774 "utf-8",
18775]
18776
18777[[package]]
18778name = "tungstenite"
18779version = "0.27.0"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18782dependencies = [
18783 "bytes 1.11.1",
18784 "data-encoding",
18785 "http 1.3.1",
18786 "httparse",
18787 "log",
18788 "rand 0.9.3",
18789 "rustls 0.23.33",
18790 "rustls-pki-types",
18791 "sha1",
18792 "thiserror 2.0.17",
18793 "utf-8",
18794]
18795
18796[[package]]
18797name = "tungstenite"
18798version = "0.28.0"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18801dependencies = [
18802 "bytes 1.11.1",
18803 "data-encoding",
18804 "http 1.3.1",
18805 "httparse",
18806 "log",
18807 "rand 0.9.3",
18808 "rustls 0.23.33",
18809 "rustls-pki-types",
18810 "sha1",
18811 "thiserror 2.0.17",
18812 "utf-8",
18813]
18814
18815[[package]]
18816name = "typeid"
18817version = "1.0.3"
18818source = "registry+https://github.com/rust-lang/crates.io-index"
18819checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18820
18821[[package]]
18822name = "typenum"
18823version = "1.19.0"
18824source = "registry+https://github.com/rust-lang/crates.io-index"
18825checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18826
18827[[package]]
18828name = "ucd-trie"
18829version = "0.1.7"
18830source = "registry+https://github.com/rust-lang/crates.io-index"
18831checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18832
18833[[package]]
18834name = "uds"
18835version = "0.4.2"
18836source = "registry+https://github.com/rust-lang/crates.io-index"
18837checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18838dependencies = [
18839 "libc",
18840]
18841
18842[[package]]
18843name = "uds_windows"
18844version = "1.1.0"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18847dependencies = [
18848 "memoffset",
18849 "tempfile",
18850 "winapi",
18851]
18852
18853[[package]]
18854name = "ug"
18855version = "0.4.0"
18856source = "registry+https://github.com/rust-lang/crates.io-index"
18857checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18858dependencies = [
18859 "gemm 0.18.2",
18860 "half",
18861 "libloading",
18862 "memmap2",
18863 "num",
18864 "num-traits",
18865 "num_cpus",
18866 "rayon",
18867 "safetensors",
18868 "serde",
18869 "thiserror 1.0.69",
18870 "tracing",
18871 "yoke 0.7.5",
18872]
18873
18874[[package]]
18875name = "ui"
18876version = "0.1.0"
18877dependencies = [
18878 "chrono",
18879 "component",
18880 "documented",
18881 "gpui",
18882 "gpui_macros",
18883 "gpui_util",
18884 "icons",
18885 "itertools 0.14.0",
18886 "menu",
18887 "schemars",
18888 "serde",
18889 "smallvec",
18890 "strum 0.27.2",
18891 "theme",
18892 "ui_macros",
18893 "windows 0.61.3",
18894]
18895
18896[[package]]
18897name = "ui_input"
18898version = "0.1.0"
18899dependencies = [
18900 "component",
18901 "gpui",
18902 "ui",
18903]
18904
18905[[package]]
18906name = "ui_macros"
18907version = "0.1.0"
18908dependencies = [
18909 "component",
18910 "quote",
18911 "syn 2.0.117",
18912 "ui",
18913]
18914
18915[[package]]
18916name = "ui_prompt"
18917version = "0.1.0"
18918dependencies = [
18919 "gpui",
18920 "markdown",
18921 "menu",
18922 "settings",
18923 "theme_settings",
18924 "ui",
18925 "workspace",
18926]
18927
18928[[package]]
18929name = "unarray"
18930version = "0.1.4"
18931source = "registry+https://github.com/rust-lang/crates.io-index"
18932checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18933
18934[[package]]
18935name = "unicase"
18936version = "2.8.1"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18939
18940[[package]]
18941name = "unicode-bidi"
18942version = "0.3.18"
18943source = "registry+https://github.com/rust-lang/crates.io-index"
18944checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18945
18946[[package]]
18947name = "unicode-bidi-mirroring"
18948version = "0.4.0"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18951
18952[[package]]
18953name = "unicode-ccc"
18954version = "0.4.0"
18955source = "registry+https://github.com/rust-lang/crates.io-index"
18956checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18957
18958[[package]]
18959name = "unicode-general-category"
18960version = "1.1.0"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18963
18964[[package]]
18965name = "unicode-ident"
18966version = "1.0.19"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18969
18970[[package]]
18971name = "unicode-linebreak"
18972version = "0.1.5"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18975
18976[[package]]
18977name = "unicode-normalization"
18978version = "0.1.24"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18981dependencies = [
18982 "tinyvec",
18983]
18984
18985[[package]]
18986name = "unicode-properties"
18987version = "0.1.3"
18988source = "registry+https://github.com/rust-lang/crates.io-index"
18989checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18990
18991[[package]]
18992name = "unicode-script"
18993version = "0.5.8"
18994source = "registry+https://github.com/rust-lang/crates.io-index"
18995checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18996
18997[[package]]
18998name = "unicode-segmentation"
18999version = "1.12.0"
19000source = "registry+https://github.com/rust-lang/crates.io-index"
19001checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19002
19003[[package]]
19004name = "unicode-vo"
19005version = "0.1.0"
19006source = "registry+https://github.com/rust-lang/crates.io-index"
19007checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19008
19009[[package]]
19010name = "unicode-width"
19011version = "0.2.2"
19012source = "registry+https://github.com/rust-lang/crates.io-index"
19013checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19014
19015[[package]]
19016name = "unicode-xid"
19017version = "0.2.6"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19020
19021[[package]]
19022name = "unicode_categories"
19023version = "0.1.1"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19026
19027[[package]]
19028name = "unindent"
19029version = "0.2.4"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19032
19033[[package]]
19034name = "unsafe-libyaml"
19035version = "0.2.11"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19038
19039[[package]]
19040name = "untrusted"
19041version = "0.7.1"
19042source = "registry+https://github.com/rust-lang/crates.io-index"
19043checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19044
19045[[package]]
19046name = "untrusted"
19047version = "0.9.0"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19050
19051[[package]]
19052name = "url"
19053version = "2.5.7"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19056dependencies = [
19057 "form_urlencoded",
19058 "idna",
19059 "percent-encoding",
19060 "serde",
19061]
19062
19063[[package]]
19064name = "urlencoding"
19065version = "2.1.3"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19068
19069[[package]]
19070name = "usvg"
19071version = "0.45.1"
19072source = "registry+https://github.com/rust-lang/crates.io-index"
19073checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19074dependencies = [
19075 "base64 0.22.1",
19076 "data-url",
19077 "flate2",
19078 "fontdb 0.23.0",
19079 "imagesize",
19080 "kurbo",
19081 "log",
19082 "pico-args",
19083 "roxmltree",
19084 "rustybuzz",
19085 "simplecss",
19086 "siphasher 1.0.1",
19087 "strict-num",
19088 "svgtypes",
19089 "tiny-skia-path",
19090 "unicode-bidi",
19091 "unicode-script",
19092 "unicode-vo",
19093 "xmlwriter",
19094]
19095
19096[[package]]
19097name = "utf-8"
19098version = "0.7.6"
19099source = "registry+https://github.com/rust-lang/crates.io-index"
19100checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19101
19102[[package]]
19103name = "utf8-chars"
19104version = "3.0.6"
19105source = "registry+https://github.com/rust-lang/crates.io-index"
19106checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19107dependencies = [
19108 "arrayvec",
19109]
19110
19111[[package]]
19112name = "utf8_iter"
19113version = "1.0.4"
19114source = "registry+https://github.com/rust-lang/crates.io-index"
19115checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19116
19117[[package]]
19118name = "utf8parse"
19119version = "0.2.2"
19120source = "registry+https://github.com/rust-lang/crates.io-index"
19121checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19122
19123[[package]]
19124name = "util"
19125version = "0.1.0"
19126dependencies = [
19127 "anyhow",
19128 "async-fs",
19129 "async_zip",
19130 "collections",
19131 "command-fds",
19132 "dirs",
19133 "dunce",
19134 "futures 0.3.32",
19135 "futures-lite 1.13.0",
19136 "git2",
19137 "globset",
19138 "gpui_util",
19139 "itertools 0.14.0",
19140 "libc",
19141 "log",
19142 "mach2 0.5.0",
19143 "nix 0.29.0",
19144 "percent-encoding",
19145 "pretty_assertions",
19146 "rand 0.9.3",
19147 "regex",
19148 "rust-embed",
19149 "schemars",
19150 "serde",
19151 "serde_json",
19152 "serde_json_lenient",
19153 "shlex",
19154 "smol",
19155 "take-until",
19156 "tempfile",
19157 "tendril",
19158 "unicase",
19159 "url",
19160 "util_macros",
19161 "walkdir",
19162 "which 6.0.3",
19163]
19164
19165[[package]]
19166name = "util_macros"
19167version = "0.1.0"
19168dependencies = [
19169 "perf",
19170 "quote",
19171 "syn 2.0.117",
19172]
19173
19174[[package]]
19175name = "uuid"
19176version = "1.18.1"
19177source = "registry+https://github.com/rust-lang/crates.io-index"
19178checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19179dependencies = [
19180 "getrandom 0.3.4",
19181 "js-sys",
19182 "serde",
19183 "sha1_smol",
19184 "wasm-bindgen",
19185]
19186
19187[[package]]
19188name = "uuid-simd"
19189version = "0.8.0"
19190source = "registry+https://github.com/rust-lang/crates.io-index"
19191checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19192dependencies = [
19193 "outref",
19194 "vsimd",
19195]
19196
19197[[package]]
19198name = "v_frame"
19199version = "0.3.9"
19200source = "registry+https://github.com/rust-lang/crates.io-index"
19201checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19202dependencies = [
19203 "aligned-vec",
19204 "num-traits",
19205 "wasm-bindgen",
19206]
19207
19208[[package]]
19209name = "valuable"
19210version = "0.1.1"
19211source = "registry+https://github.com/rust-lang/crates.io-index"
19212checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19213
19214[[package]]
19215name = "value-bag"
19216version = "1.12.0"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19219dependencies = [
19220 "value-bag-serde1",
19221 "value-bag-sval2",
19222]
19223
19224[[package]]
19225name = "value-bag-serde1"
19226version = "1.12.0"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19229dependencies = [
19230 "erased-serde",
19231 "serde_core",
19232 "serde_fmt",
19233]
19234
19235[[package]]
19236name = "value-bag-sval2"
19237version = "1.12.0"
19238source = "registry+https://github.com/rust-lang/crates.io-index"
19239checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19240dependencies = [
19241 "sval",
19242 "sval_buffer",
19243 "sval_dynamic",
19244 "sval_fmt",
19245 "sval_json",
19246 "sval_ref",
19247 "sval_serde",
19248]
19249
19250[[package]]
19251name = "vcpkg"
19252version = "0.2.15"
19253source = "registry+https://github.com/rust-lang/crates.io-index"
19254checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19255
19256[[package]]
19257name = "vercel"
19258version = "0.1.0"
19259dependencies = [
19260 "anyhow",
19261 "schemars",
19262 "serde",
19263 "strum 0.27.2",
19264]
19265
19266[[package]]
19267name = "version-compare"
19268version = "0.2.0"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19271
19272[[package]]
19273name = "version_check"
19274version = "0.9.5"
19275source = "registry+https://github.com/rust-lang/crates.io-index"
19276checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19277
19278[[package]]
19279name = "vim"
19280version = "0.1.0"
19281dependencies = [
19282 "anyhow",
19283 "async-compat",
19284 "async-trait",
19285 "collections",
19286 "command_palette",
19287 "command_palette_hooks",
19288 "db",
19289 "editor",
19290 "env_logger 0.11.8",
19291 "futures 0.3.32",
19292 "fuzzy",
19293 "git_ui",
19294 "gpui",
19295 "indoc",
19296 "itertools 0.14.0",
19297 "language",
19298 "log",
19299 "lsp",
19300 "markdown_preview",
19301 "menu",
19302 "multi_buffer",
19303 "nvim-rs",
19304 "outline_panel",
19305 "parking_lot",
19306 "perf",
19307 "picker",
19308 "project",
19309 "project_panel",
19310 "regex",
19311 "release_channel",
19312 "schemars",
19313 "search",
19314 "semver",
19315 "serde",
19316 "serde_json",
19317 "settings",
19318 "settings_ui",
19319 "task",
19320 "text",
19321 "theme",
19322 "theme_settings",
19323 "tokio",
19324 "ui",
19325 "util",
19326 "util_macros",
19327 "vim_mode_setting",
19328 "workspace",
19329 "zed_actions",
19330]
19331
19332[[package]]
19333name = "vim_mode_setting"
19334version = "0.1.0"
19335dependencies = [
19336 "gpui",
19337 "settings",
19338]
19339
19340[[package]]
19341name = "vscode_theme"
19342version = "0.2.0"
19343source = "registry+https://github.com/rust-lang/crates.io-index"
19344checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19345dependencies = [
19346 "serde",
19347]
19348
19349[[package]]
19350name = "vsimd"
19351version = "0.8.0"
19352source = "registry+https://github.com/rust-lang/crates.io-index"
19353checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19354
19355[[package]]
19356name = "vswhom"
19357version = "0.1.0"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19360dependencies = [
19361 "libc",
19362 "vswhom-sys",
19363]
19364
19365[[package]]
19366name = "vswhom-sys"
19367version = "0.1.3"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19370dependencies = [
19371 "cc",
19372 "libc",
19373]
19374
19375[[package]]
19376name = "vte"
19377version = "0.15.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19380dependencies = [
19381 "arrayvec",
19382 "bitflags 2.10.0",
19383 "cursor-icon",
19384 "log",
19385 "memchr",
19386 "serde",
19387]
19388
19389[[package]]
19390name = "wait-timeout"
19391version = "0.2.1"
19392source = "registry+https://github.com/rust-lang/crates.io-index"
19393checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19394dependencies = [
19395 "libc",
19396]
19397
19398[[package]]
19399name = "waker-fn"
19400version = "1.2.0"
19401source = "registry+https://github.com/rust-lang/crates.io-index"
19402checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19403
19404[[package]]
19405name = "walkdir"
19406version = "2.5.0"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19409dependencies = [
19410 "same-file",
19411 "winapi-util",
19412]
19413
19414[[package]]
19415name = "want"
19416version = "0.3.1"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19419dependencies = [
19420 "try-lock",
19421]
19422
19423[[package]]
19424name = "warp"
19425version = "0.3.7"
19426source = "registry+https://github.com/rust-lang/crates.io-index"
19427checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19428dependencies = [
19429 "bytes 1.11.1",
19430 "futures-channel",
19431 "futures-util",
19432 "headers",
19433 "http 0.2.12",
19434 "hyper 0.14.32",
19435 "log",
19436 "mime",
19437 "mime_guess",
19438 "percent-encoding",
19439 "pin-project",
19440 "scoped-tls",
19441 "serde",
19442 "serde_json",
19443 "serde_urlencoded",
19444 "tokio",
19445 "tokio-tungstenite 0.21.0",
19446 "tokio-util",
19447 "tower-service",
19448 "tracing",
19449]
19450
19451[[package]]
19452name = "wasi"
19453version = "0.11.1+wasi-snapshot-preview1"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19456
19457[[package]]
19458name = "wasip2"
19459version = "1.0.1+wasi-0.2.4"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19462dependencies = [
19463 "wit-bindgen 0.46.0",
19464]
19465
19466[[package]]
19467name = "wasip3"
19468version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19469source = "registry+https://github.com/rust-lang/crates.io-index"
19470checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19471dependencies = [
19472 "wit-bindgen 0.51.0",
19473]
19474
19475[[package]]
19476name = "wasite"
19477version = "0.1.0"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19480
19481[[package]]
19482name = "wasm-bindgen"
19483version = "0.2.113"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19486dependencies = [
19487 "cfg-if",
19488 "once_cell",
19489 "rustversion",
19490 "wasm-bindgen-macro",
19491 "wasm-bindgen-shared",
19492]
19493
19494[[package]]
19495name = "wasm-bindgen-futures"
19496version = "0.4.63"
19497source = "registry+https://github.com/rust-lang/crates.io-index"
19498checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19499dependencies = [
19500 "cfg-if",
19501 "futures-util",
19502 "js-sys",
19503 "once_cell",
19504 "wasm-bindgen",
19505 "web-sys",
19506]
19507
19508[[package]]
19509name = "wasm-bindgen-macro"
19510version = "0.2.113"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19513dependencies = [
19514 "quote",
19515 "wasm-bindgen-macro-support",
19516]
19517
19518[[package]]
19519name = "wasm-bindgen-macro-support"
19520version = "0.2.113"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19523dependencies = [
19524 "bumpalo",
19525 "proc-macro2",
19526 "quote",
19527 "syn 2.0.117",
19528 "wasm-bindgen-shared",
19529]
19530
19531[[package]]
19532name = "wasm-bindgen-shared"
19533version = "0.2.113"
19534source = "registry+https://github.com/rust-lang/crates.io-index"
19535checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19536dependencies = [
19537 "unicode-ident",
19538]
19539
19540[[package]]
19541name = "wasm-encoder"
19542version = "0.201.0"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19545dependencies = [
19546 "leb128",
19547]
19548
19549[[package]]
19550name = "wasm-encoder"
19551version = "0.221.3"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19554dependencies = [
19555 "leb128",
19556 "wasmparser 0.221.3",
19557]
19558
19559[[package]]
19560name = "wasm-encoder"
19561version = "0.227.1"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19564dependencies = [
19565 "leb128fmt",
19566 "wasmparser 0.227.1",
19567]
19568
19569[[package]]
19570name = "wasm-encoder"
19571version = "0.236.1"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19574dependencies = [
19575 "leb128fmt",
19576 "wasmparser 0.236.1",
19577]
19578
19579[[package]]
19580name = "wasm-encoder"
19581version = "0.244.0"
19582source = "registry+https://github.com/rust-lang/crates.io-index"
19583checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19584dependencies = [
19585 "leb128fmt",
19586 "wasmparser 0.244.0",
19587]
19588
19589[[package]]
19590name = "wasm-metadata"
19591version = "0.201.0"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19594dependencies = [
19595 "anyhow",
19596 "indexmap",
19597 "serde",
19598 "serde_derive",
19599 "serde_json",
19600 "spdx",
19601 "wasm-encoder 0.201.0",
19602 "wasmparser 0.201.0",
19603]
19604
19605[[package]]
19606name = "wasm-metadata"
19607version = "0.227.1"
19608source = "registry+https://github.com/rust-lang/crates.io-index"
19609checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19610dependencies = [
19611 "anyhow",
19612 "auditable-serde",
19613 "flate2",
19614 "indexmap",
19615 "serde",
19616 "serde_derive",
19617 "serde_json",
19618 "spdx",
19619 "url",
19620 "wasm-encoder 0.227.1",
19621 "wasmparser 0.227.1",
19622]
19623
19624[[package]]
19625name = "wasm-metadata"
19626version = "0.244.0"
19627source = "registry+https://github.com/rust-lang/crates.io-index"
19628checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19629dependencies = [
19630 "anyhow",
19631 "indexmap",
19632 "wasm-encoder 0.244.0",
19633 "wasmparser 0.244.0",
19634]
19635
19636[[package]]
19637name = "wasm-streams"
19638version = "0.4.2"
19639source = "registry+https://github.com/rust-lang/crates.io-index"
19640checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19641dependencies = [
19642 "futures-util",
19643 "js-sys",
19644 "wasm-bindgen",
19645 "wasm-bindgen-futures",
19646 "web-sys",
19647]
19648
19649[[package]]
19650name = "wasm_thread"
19651version = "0.3.3"
19652source = "registry+https://github.com/rust-lang/crates.io-index"
19653checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19654dependencies = [
19655 "futures 0.3.32",
19656 "js-sys",
19657 "wasm-bindgen",
19658 "web-sys",
19659]
19660
19661[[package]]
19662name = "wasmparser"
19663version = "0.201.0"
19664source = "registry+https://github.com/rust-lang/crates.io-index"
19665checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19666dependencies = [
19667 "bitflags 2.10.0",
19668 "indexmap",
19669 "semver",
19670]
19671
19672[[package]]
19673name = "wasmparser"
19674version = "0.221.3"
19675source = "registry+https://github.com/rust-lang/crates.io-index"
19676checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19677dependencies = [
19678 "bitflags 2.10.0",
19679 "hashbrown 0.15.5",
19680 "indexmap",
19681 "semver",
19682 "serde",
19683]
19684
19685[[package]]
19686name = "wasmparser"
19687version = "0.227.1"
19688source = "registry+https://github.com/rust-lang/crates.io-index"
19689checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19690dependencies = [
19691 "bitflags 2.10.0",
19692 "hashbrown 0.15.5",
19693 "indexmap",
19694 "semver",
19695]
19696
19697[[package]]
19698name = "wasmparser"
19699version = "0.236.1"
19700source = "registry+https://github.com/rust-lang/crates.io-index"
19701checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19702dependencies = [
19703 "bitflags 2.10.0",
19704 "hashbrown 0.15.5",
19705 "indexmap",
19706 "semver",
19707 "serde",
19708]
19709
19710[[package]]
19711name = "wasmparser"
19712version = "0.244.0"
19713source = "registry+https://github.com/rust-lang/crates.io-index"
19714checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19715dependencies = [
19716 "bitflags 2.10.0",
19717 "hashbrown 0.15.5",
19718 "indexmap",
19719 "semver",
19720]
19721
19722[[package]]
19723name = "wasmprinter"
19724version = "0.236.1"
19725source = "registry+https://github.com/rust-lang/crates.io-index"
19726checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19727dependencies = [
19728 "anyhow",
19729 "termcolor",
19730 "wasmparser 0.236.1",
19731]
19732
19733[[package]]
19734name = "wasmtime"
19735version = "36.0.7"
19736source = "registry+https://github.com/rust-lang/crates.io-index"
19737checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19738dependencies = [
19739 "addr2line",
19740 "anyhow",
19741 "async-trait",
19742 "bitflags 2.10.0",
19743 "bumpalo",
19744 "cc",
19745 "cfg-if",
19746 "encoding_rs",
19747 "hashbrown 0.15.5",
19748 "indexmap",
19749 "libc",
19750 "log",
19751 "mach2 0.4.3",
19752 "memfd",
19753 "object",
19754 "once_cell",
19755 "postcard",
19756 "pulley-interpreter",
19757 "rayon",
19758 "rustix 1.1.2",
19759 "semver",
19760 "serde",
19761 "serde_derive",
19762 "smallvec",
19763 "target-lexicon",
19764 "wasmparser 0.236.1",
19765 "wasmtime-environ",
19766 "wasmtime-internal-asm-macros",
19767 "wasmtime-internal-component-macro",
19768 "wasmtime-internal-component-util",
19769 "wasmtime-internal-cranelift",
19770 "wasmtime-internal-fiber",
19771 "wasmtime-internal-jit-debug",
19772 "wasmtime-internal-jit-icache-coherence",
19773 "wasmtime-internal-math",
19774 "wasmtime-internal-slab",
19775 "wasmtime-internal-unwinder",
19776 "wasmtime-internal-versioned-export-macros",
19777 "wasmtime-internal-winch",
19778 "windows-sys 0.60.2",
19779]
19780
19781[[package]]
19782name = "wasmtime-c-api-impl"
19783version = "36.0.6"
19784source = "registry+https://github.com/rust-lang/crates.io-index"
19785checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19786dependencies = [
19787 "anyhow",
19788 "log",
19789 "tracing",
19790 "wasmtime",
19791 "wasmtime-internal-c-api-macros",
19792]
19793
19794[[package]]
19795name = "wasmtime-environ"
19796version = "36.0.7"
19797source = "registry+https://github.com/rust-lang/crates.io-index"
19798checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19799dependencies = [
19800 "anyhow",
19801 "cpp_demangle",
19802 "cranelift-bitset",
19803 "cranelift-entity",
19804 "gimli",
19805 "indexmap",
19806 "log",
19807 "object",
19808 "postcard",
19809 "rustc-demangle",
19810 "semver",
19811 "serde",
19812 "serde_derive",
19813 "smallvec",
19814 "target-lexicon",
19815 "wasm-encoder 0.236.1",
19816 "wasmparser 0.236.1",
19817 "wasmprinter",
19818 "wasmtime-internal-component-util",
19819]
19820
19821[[package]]
19822name = "wasmtime-internal-asm-macros"
19823version = "36.0.7"
19824source = "registry+https://github.com/rust-lang/crates.io-index"
19825checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19826dependencies = [
19827 "cfg-if",
19828]
19829
19830[[package]]
19831name = "wasmtime-internal-c-api-macros"
19832version = "36.0.6"
19833source = "registry+https://github.com/rust-lang/crates.io-index"
19834checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19835dependencies = [
19836 "proc-macro2",
19837 "quote",
19838]
19839
19840[[package]]
19841name = "wasmtime-internal-component-macro"
19842version = "36.0.7"
19843source = "registry+https://github.com/rust-lang/crates.io-index"
19844checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19845dependencies = [
19846 "anyhow",
19847 "proc-macro2",
19848 "quote",
19849 "syn 2.0.117",
19850 "wasmtime-internal-component-util",
19851 "wasmtime-internal-wit-bindgen",
19852 "wit-parser 0.236.1",
19853]
19854
19855[[package]]
19856name = "wasmtime-internal-component-util"
19857version = "36.0.7"
19858source = "registry+https://github.com/rust-lang/crates.io-index"
19859checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19860
19861[[package]]
19862name = "wasmtime-internal-cranelift"
19863version = "36.0.7"
19864source = "registry+https://github.com/rust-lang/crates.io-index"
19865checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19866dependencies = [
19867 "anyhow",
19868 "cfg-if",
19869 "cranelift-codegen",
19870 "cranelift-control",
19871 "cranelift-entity",
19872 "cranelift-frontend",
19873 "cranelift-native",
19874 "gimli",
19875 "itertools 0.14.0",
19876 "log",
19877 "object",
19878 "pulley-interpreter",
19879 "smallvec",
19880 "target-lexicon",
19881 "thiserror 2.0.17",
19882 "wasmparser 0.236.1",
19883 "wasmtime-environ",
19884 "wasmtime-internal-math",
19885 "wasmtime-internal-versioned-export-macros",
19886]
19887
19888[[package]]
19889name = "wasmtime-internal-fiber"
19890version = "36.0.7"
19891source = "registry+https://github.com/rust-lang/crates.io-index"
19892checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19893dependencies = [
19894 "anyhow",
19895 "cc",
19896 "cfg-if",
19897 "libc",
19898 "rustix 1.1.2",
19899 "wasmtime-internal-asm-macros",
19900 "wasmtime-internal-versioned-export-macros",
19901 "windows-sys 0.60.2",
19902]
19903
19904[[package]]
19905name = "wasmtime-internal-jit-debug"
19906version = "36.0.7"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19909dependencies = [
19910 "cc",
19911 "wasmtime-internal-versioned-export-macros",
19912]
19913
19914[[package]]
19915name = "wasmtime-internal-jit-icache-coherence"
19916version = "36.0.7"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19919dependencies = [
19920 "anyhow",
19921 "cfg-if",
19922 "libc",
19923 "windows-sys 0.60.2",
19924]
19925
19926[[package]]
19927name = "wasmtime-internal-math"
19928version = "36.0.7"
19929source = "registry+https://github.com/rust-lang/crates.io-index"
19930checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19931dependencies = [
19932 "libm",
19933]
19934
19935[[package]]
19936name = "wasmtime-internal-slab"
19937version = "36.0.7"
19938source = "registry+https://github.com/rust-lang/crates.io-index"
19939checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19940
19941[[package]]
19942name = "wasmtime-internal-unwinder"
19943version = "36.0.7"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19946dependencies = [
19947 "anyhow",
19948 "cfg-if",
19949 "cranelift-codegen",
19950 "log",
19951 "object",
19952]
19953
19954[[package]]
19955name = "wasmtime-internal-versioned-export-macros"
19956version = "36.0.7"
19957source = "registry+https://github.com/rust-lang/crates.io-index"
19958checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19959dependencies = [
19960 "proc-macro2",
19961 "quote",
19962 "syn 2.0.117",
19963]
19964
19965[[package]]
19966name = "wasmtime-internal-winch"
19967version = "36.0.7"
19968source = "registry+https://github.com/rust-lang/crates.io-index"
19969checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19970dependencies = [
19971 "anyhow",
19972 "cranelift-codegen",
19973 "gimli",
19974 "object",
19975 "target-lexicon",
19976 "wasmparser 0.236.1",
19977 "wasmtime-environ",
19978 "wasmtime-internal-cranelift",
19979 "winch-codegen",
19980]
19981
19982[[package]]
19983name = "wasmtime-internal-wit-bindgen"
19984version = "36.0.7"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19987dependencies = [
19988 "anyhow",
19989 "bitflags 2.10.0",
19990 "heck 0.5.0",
19991 "indexmap",
19992 "wit-parser 0.236.1",
19993]
19994
19995[[package]]
19996name = "wasmtime-wasi"
19997version = "36.0.6"
19998source = "registry+https://github.com/rust-lang/crates.io-index"
19999checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20000dependencies = [
20001 "anyhow",
20002 "async-trait",
20003 "bitflags 2.10.0",
20004 "bytes 1.11.1",
20005 "cap-fs-ext",
20006 "cap-net-ext",
20007 "cap-rand",
20008 "cap-std",
20009 "cap-time-ext",
20010 "fs-set-times",
20011 "futures 0.3.32",
20012 "io-extras",
20013 "io-lifetimes",
20014 "rustix 1.1.2",
20015 "system-interface",
20016 "thiserror 2.0.17",
20017 "tokio",
20018 "tracing",
20019 "url",
20020 "wasmtime",
20021 "wasmtime-wasi-io",
20022 "wiggle",
20023 "windows-sys 0.60.2",
20024]
20025
20026[[package]]
20027name = "wasmtime-wasi-io"
20028version = "36.0.6"
20029source = "registry+https://github.com/rust-lang/crates.io-index"
20030checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20031dependencies = [
20032 "anyhow",
20033 "async-trait",
20034 "bytes 1.11.1",
20035 "futures 0.3.32",
20036 "wasmtime",
20037]
20038
20039[[package]]
20040name = "wast"
20041version = "35.0.2"
20042source = "registry+https://github.com/rust-lang/crates.io-index"
20043checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20044dependencies = [
20045 "leb128",
20046]
20047
20048[[package]]
20049name = "watch"
20050version = "0.1.0"
20051dependencies = [
20052 "ctor",
20053 "futures 0.3.32",
20054 "gpui",
20055 "parking_lot",
20056 "zlog",
20057]
20058
20059[[package]]
20060name = "wax"
20061version = "0.7.0"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20064dependencies = [
20065 "const_format",
20066 "itertools 0.14.0",
20067 "nom 7.1.3",
20068 "pori",
20069 "regex",
20070 "thiserror 2.0.17",
20071 "walkdir",
20072]
20073
20074[[package]]
20075name = "wayland-backend"
20076version = "0.3.11"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20079dependencies = [
20080 "cc",
20081 "downcast-rs",
20082 "rustix 1.1.2",
20083 "scoped-tls",
20084 "smallvec",
20085 "wayland-sys",
20086]
20087
20088[[package]]
20089name = "wayland-client"
20090version = "0.31.11"
20091source = "registry+https://github.com/rust-lang/crates.io-index"
20092checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20093dependencies = [
20094 "bitflags 2.10.0",
20095 "rustix 1.1.2",
20096 "wayland-backend",
20097 "wayland-scanner",
20098]
20099
20100[[package]]
20101name = "wayland-cursor"
20102version = "0.31.11"
20103source = "registry+https://github.com/rust-lang/crates.io-index"
20104checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20105dependencies = [
20106 "rustix 1.1.2",
20107 "wayland-client",
20108 "xcursor",
20109]
20110
20111[[package]]
20112name = "wayland-protocols"
20113version = "0.32.9"
20114source = "registry+https://github.com/rust-lang/crates.io-index"
20115checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20116dependencies = [
20117 "bitflags 2.10.0",
20118 "wayland-backend",
20119 "wayland-client",
20120 "wayland-scanner",
20121]
20122
20123[[package]]
20124name = "wayland-protocols-plasma"
20125version = "0.3.9"
20126source = "registry+https://github.com/rust-lang/crates.io-index"
20127checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20128dependencies = [
20129 "bitflags 2.10.0",
20130 "wayland-backend",
20131 "wayland-client",
20132 "wayland-protocols",
20133 "wayland-scanner",
20134]
20135
20136[[package]]
20137name = "wayland-protocols-wlr"
20138version = "0.3.9"
20139source = "registry+https://github.com/rust-lang/crates.io-index"
20140checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20141dependencies = [
20142 "bitflags 2.10.0",
20143 "wayland-backend",
20144 "wayland-client",
20145 "wayland-protocols",
20146 "wayland-scanner",
20147]
20148
20149[[package]]
20150name = "wayland-scanner"
20151version = "0.31.7"
20152source = "registry+https://github.com/rust-lang/crates.io-index"
20153checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20154dependencies = [
20155 "proc-macro2",
20156 "quick-xml 0.37.5",
20157 "quote",
20158]
20159
20160[[package]]
20161name = "wayland-sys"
20162version = "0.31.7"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20165dependencies = [
20166 "dlib",
20167 "log",
20168 "once_cell",
20169 "pkg-config",
20170]
20171
20172[[package]]
20173name = "web-sys"
20174version = "0.3.90"
20175source = "registry+https://github.com/rust-lang/crates.io-index"
20176checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20177dependencies = [
20178 "js-sys",
20179 "wasm-bindgen",
20180]
20181
20182[[package]]
20183name = "web-time"
20184version = "1.1.0"
20185source = "registry+https://github.com/rust-lang/crates.io-index"
20186checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20187dependencies = [
20188 "js-sys",
20189 "serde",
20190 "wasm-bindgen",
20191]
20192
20193[[package]]
20194name = "web_atoms"
20195version = "0.1.3"
20196source = "registry+https://github.com/rust-lang/crates.io-index"
20197checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20198dependencies = [
20199 "phf 0.11.3",
20200 "phf_codegen",
20201 "string_cache",
20202 "string_cache_codegen",
20203]
20204
20205[[package]]
20206name = "web_search"
20207version = "0.1.0"
20208dependencies = [
20209 "anyhow",
20210 "cloud_llm_client",
20211 "collections",
20212 "gpui",
20213 "serde",
20214]
20215
20216[[package]]
20217name = "web_search_providers"
20218version = "0.1.0"
20219dependencies = [
20220 "anyhow",
20221 "client",
20222 "cloud_api_client",
20223 "cloud_api_types",
20224 "cloud_llm_client",
20225 "futures 0.3.32",
20226 "gpui",
20227 "http_client",
20228 "language_model",
20229 "serde",
20230 "serde_json",
20231 "web_search",
20232]
20233
20234[[package]]
20235name = "webpki-root-certs"
20236version = "0.26.8"
20237source = "registry+https://github.com/rust-lang/crates.io-index"
20238checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20239dependencies = [
20240 "rustls-pki-types",
20241]
20242
20243[[package]]
20244name = "webpki-roots"
20245version = "0.26.8"
20246source = "registry+https://github.com/rust-lang/crates.io-index"
20247checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20248dependencies = [
20249 "rustls-pki-types",
20250]
20251
20252[[package]]
20253name = "webrtc-sys"
20254version = "0.3.23"
20255source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20256dependencies = [
20257 "cc",
20258 "cxx",
20259 "cxx-build",
20260 "glob",
20261 "log",
20262 "pkg-config",
20263 "webrtc-sys-build",
20264]
20265
20266[[package]]
20267name = "webrtc-sys-build"
20268version = "0.3.13"
20269source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20270dependencies = [
20271 "anyhow",
20272 "fs2",
20273 "regex",
20274 "reqwest 0.12.24",
20275 "scratch",
20276 "semver",
20277 "zip 0.6.6",
20278]
20279
20280[[package]]
20281name = "weezl"
20282version = "0.1.10"
20283source = "registry+https://github.com/rust-lang/crates.io-index"
20284checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20285
20286[[package]]
20287name = "wgpu"
20288version = "29.0.0"
20289source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20290dependencies = [
20291 "arrayvec",
20292 "bitflags 2.10.0",
20293 "bytemuck",
20294 "cfg-if",
20295 "cfg_aliases 0.2.1",
20296 "document-features",
20297 "hashbrown 0.16.1",
20298 "js-sys",
20299 "log",
20300 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20301 "parking_lot",
20302 "portable-atomic",
20303 "profiling",
20304 "raw-window-handle",
20305 "smallvec",
20306 "static_assertions",
20307 "wasm-bindgen",
20308 "wasm-bindgen-futures",
20309 "web-sys",
20310 "wgpu-core",
20311 "wgpu-hal",
20312 "wgpu-types",
20313]
20314
20315[[package]]
20316name = "wgpu-core"
20317version = "29.0.0"
20318source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20319dependencies = [
20320 "arrayvec",
20321 "bit-set 0.9.1",
20322 "bit-vec 0.9.1",
20323 "bitflags 2.10.0",
20324 "bytemuck",
20325 "cfg_aliases 0.2.1",
20326 "document-features",
20327 "hashbrown 0.16.1",
20328 "indexmap",
20329 "log",
20330 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20331 "once_cell",
20332 "parking_lot",
20333 "portable-atomic",
20334 "profiling",
20335 "raw-window-handle",
20336 "rustc-hash 1.1.0",
20337 "smallvec",
20338 "thiserror 2.0.17",
20339 "wgpu-core-deps-apple",
20340 "wgpu-core-deps-emscripten",
20341 "wgpu-core-deps-windows-linux-android",
20342 "wgpu-hal",
20343 "wgpu-naga-bridge",
20344 "wgpu-types",
20345]
20346
20347[[package]]
20348name = "wgpu-core-deps-apple"
20349version = "29.0.0"
20350source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20351dependencies = [
20352 "wgpu-hal",
20353]
20354
20355[[package]]
20356name = "wgpu-core-deps-emscripten"
20357version = "29.0.0"
20358source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20359dependencies = [
20360 "wgpu-hal",
20361]
20362
20363[[package]]
20364name = "wgpu-core-deps-windows-linux-android"
20365version = "29.0.0"
20366source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20367dependencies = [
20368 "wgpu-hal",
20369]
20370
20371[[package]]
20372name = "wgpu-hal"
20373version = "29.0.0"
20374source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20375dependencies = [
20376 "android_system_properties",
20377 "arrayvec",
20378 "ash",
20379 "bit-set 0.9.1",
20380 "bitflags 2.10.0",
20381 "block2",
20382 "bytemuck",
20383 "cfg-if",
20384 "cfg_aliases 0.2.1",
20385 "glow",
20386 "glutin_wgl_sys",
20387 "gpu-allocator",
20388 "gpu-descriptor",
20389 "hashbrown 0.16.1",
20390 "js-sys",
20391 "khronos-egl",
20392 "libc",
20393 "libloading",
20394 "log",
20395 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20396 "ndk-sys",
20397 "objc2",
20398 "objc2-core-foundation",
20399 "objc2-foundation",
20400 "objc2-metal",
20401 "objc2-quartz-core",
20402 "once_cell",
20403 "ordered-float 4.6.0",
20404 "parking_lot",
20405 "portable-atomic",
20406 "portable-atomic-util",
20407 "profiling",
20408 "range-alloc",
20409 "raw-window-handle",
20410 "raw-window-metal",
20411 "renderdoc-sys",
20412 "smallvec",
20413 "thiserror 2.0.17",
20414 "wasm-bindgen",
20415 "wayland-sys",
20416 "web-sys",
20417 "wgpu-naga-bridge",
20418 "wgpu-types",
20419 "windows 0.62.2",
20420 "windows-core 0.62.2",
20421]
20422
20423[[package]]
20424name = "wgpu-naga-bridge"
20425version = "29.0.0"
20426source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20427dependencies = [
20428 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20429 "wgpu-types",
20430]
20431
20432[[package]]
20433name = "wgpu-types"
20434version = "29.0.0"
20435source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20436dependencies = [
20437 "bitflags 2.10.0",
20438 "bytemuck",
20439 "js-sys",
20440 "log",
20441 "raw-window-handle",
20442 "web-sys",
20443]
20444
20445[[package]]
20446name = "which"
20447version = "4.4.2"
20448source = "registry+https://github.com/rust-lang/crates.io-index"
20449checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20450dependencies = [
20451 "either",
20452 "home",
20453 "once_cell",
20454 "rustix 0.38.44",
20455]
20456
20457[[package]]
20458name = "which"
20459version = "6.0.3"
20460source = "registry+https://github.com/rust-lang/crates.io-index"
20461checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20462dependencies = [
20463 "either",
20464 "home",
20465 "rustix 0.38.44",
20466 "winsafe",
20467]
20468
20469[[package]]
20470name = "which_key"
20471version = "0.1.0"
20472dependencies = [
20473 "command_palette",
20474 "gpui",
20475 "serde",
20476 "settings",
20477 "theme_settings",
20478 "ui",
20479 "util",
20480 "workspace",
20481]
20482
20483[[package]]
20484name = "whoami"
20485version = "1.6.1"
20486source = "registry+https://github.com/rust-lang/crates.io-index"
20487checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20488dependencies = [
20489 "libredox",
20490 "wasite",
20491]
20492
20493[[package]]
20494name = "wiggle"
20495version = "36.0.6"
20496source = "registry+https://github.com/rust-lang/crates.io-index"
20497checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20498dependencies = [
20499 "anyhow",
20500 "async-trait",
20501 "bitflags 2.10.0",
20502 "thiserror 2.0.17",
20503 "tracing",
20504 "wasmtime",
20505 "wiggle-macro",
20506]
20507
20508[[package]]
20509name = "wiggle-generate"
20510version = "36.0.6"
20511source = "registry+https://github.com/rust-lang/crates.io-index"
20512checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20513dependencies = [
20514 "anyhow",
20515 "heck 0.5.0",
20516 "proc-macro2",
20517 "quote",
20518 "syn 2.0.117",
20519 "witx",
20520]
20521
20522[[package]]
20523name = "wiggle-macro"
20524version = "36.0.6"
20525source = "registry+https://github.com/rust-lang/crates.io-index"
20526checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20527dependencies = [
20528 "proc-macro2",
20529 "quote",
20530 "syn 2.0.117",
20531 "wiggle-generate",
20532]
20533
20534[[package]]
20535name = "winapi"
20536version = "0.3.9"
20537source = "registry+https://github.com/rust-lang/crates.io-index"
20538checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20539dependencies = [
20540 "winapi-i686-pc-windows-gnu",
20541 "winapi-x86_64-pc-windows-gnu",
20542]
20543
20544[[package]]
20545name = "winapi-i686-pc-windows-gnu"
20546version = "0.4.0"
20547source = "registry+https://github.com/rust-lang/crates.io-index"
20548checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20549
20550[[package]]
20551name = "winapi-util"
20552version = "0.1.11"
20553source = "registry+https://github.com/rust-lang/crates.io-index"
20554checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20555dependencies = [
20556 "windows-sys 0.61.2",
20557]
20558
20559[[package]]
20560name = "winapi-x86_64-pc-windows-gnu"
20561version = "0.4.0"
20562source = "registry+https://github.com/rust-lang/crates.io-index"
20563checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20564
20565[[package]]
20566name = "winch-codegen"
20567version = "36.0.7"
20568source = "registry+https://github.com/rust-lang/crates.io-index"
20569checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20570dependencies = [
20571 "anyhow",
20572 "cranelift-assembler-x64",
20573 "cranelift-codegen",
20574 "gimli",
20575 "regalloc2",
20576 "smallvec",
20577 "target-lexicon",
20578 "thiserror 2.0.17",
20579 "wasmparser 0.236.1",
20580 "wasmtime-environ",
20581 "wasmtime-internal-cranelift",
20582 "wasmtime-internal-math",
20583]
20584
20585[[package]]
20586name = "windows"
20587version = "0.56.0"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20590dependencies = [
20591 "windows-core 0.56.0",
20592 "windows-targets 0.52.6",
20593]
20594
20595[[package]]
20596name = "windows"
20597version = "0.57.0"
20598source = "registry+https://github.com/rust-lang/crates.io-index"
20599checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20600dependencies = [
20601 "windows-core 0.57.0",
20602 "windows-targets 0.52.6",
20603]
20604
20605[[package]]
20606name = "windows"
20607version = "0.58.0"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20610dependencies = [
20611 "windows-core 0.58.0",
20612 "windows-targets 0.52.6",
20613]
20614
20615[[package]]
20616name = "windows"
20617version = "0.61.3"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20620dependencies = [
20621 "windows-collections 0.2.0",
20622 "windows-core 0.61.2",
20623 "windows-future 0.2.1",
20624 "windows-link 0.1.3",
20625 "windows-numerics 0.2.0",
20626]
20627
20628[[package]]
20629name = "windows"
20630version = "0.62.2"
20631source = "registry+https://github.com/rust-lang/crates.io-index"
20632checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20633dependencies = [
20634 "windows-collections 0.3.2",
20635 "windows-core 0.62.2",
20636 "windows-future 0.3.2",
20637 "windows-numerics 0.3.1",
20638]
20639
20640[[package]]
20641name = "windows-bindgen"
20642version = "0.61.1"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20645dependencies = [
20646 "serde",
20647 "serde_json",
20648 "windows-threading 0.1.0",
20649]
20650
20651[[package]]
20652name = "windows-capture"
20653version = "1.4.3"
20654source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20655dependencies = [
20656 "clap",
20657 "ctrlc",
20658 "parking_lot",
20659 "rayon",
20660 "thiserror 2.0.17",
20661 "windows 0.61.3",
20662 "windows-future 0.2.1",
20663]
20664
20665[[package]]
20666name = "windows-collections"
20667version = "0.2.0"
20668source = "registry+https://github.com/rust-lang/crates.io-index"
20669checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20670dependencies = [
20671 "windows-core 0.61.2",
20672]
20673
20674[[package]]
20675name = "windows-collections"
20676version = "0.3.2"
20677source = "registry+https://github.com/rust-lang/crates.io-index"
20678checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20679dependencies = [
20680 "windows-core 0.62.2",
20681]
20682
20683[[package]]
20684name = "windows-core"
20685version = "0.56.0"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20688dependencies = [
20689 "windows-implement 0.56.0",
20690 "windows-interface 0.56.0",
20691 "windows-result 0.1.2",
20692 "windows-targets 0.52.6",
20693]
20694
20695[[package]]
20696name = "windows-core"
20697version = "0.57.0"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20700dependencies = [
20701 "windows-implement 0.57.0",
20702 "windows-interface 0.57.0",
20703 "windows-result 0.1.2",
20704 "windows-targets 0.52.6",
20705]
20706
20707[[package]]
20708name = "windows-core"
20709version = "0.58.0"
20710source = "registry+https://github.com/rust-lang/crates.io-index"
20711checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20712dependencies = [
20713 "windows-implement 0.58.0",
20714 "windows-interface 0.58.0",
20715 "windows-result 0.2.0",
20716 "windows-strings 0.1.0",
20717 "windows-targets 0.52.6",
20718]
20719
20720[[package]]
20721name = "windows-core"
20722version = "0.61.2"
20723source = "registry+https://github.com/rust-lang/crates.io-index"
20724checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20725dependencies = [
20726 "windows-implement 0.60.2",
20727 "windows-interface 0.59.3",
20728 "windows-link 0.1.3",
20729 "windows-result 0.3.4",
20730 "windows-strings 0.4.2",
20731]
20732
20733[[package]]
20734name = "windows-core"
20735version = "0.62.2"
20736source = "registry+https://github.com/rust-lang/crates.io-index"
20737checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20738dependencies = [
20739 "windows-implement 0.60.2",
20740 "windows-interface 0.59.3",
20741 "windows-link 0.2.1",
20742 "windows-result 0.4.1",
20743 "windows-strings 0.5.1",
20744]
20745
20746[[package]]
20747name = "windows-future"
20748version = "0.2.1"
20749source = "registry+https://github.com/rust-lang/crates.io-index"
20750checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20751dependencies = [
20752 "windows-core 0.61.2",
20753 "windows-link 0.1.3",
20754 "windows-threading 0.1.0",
20755]
20756
20757[[package]]
20758name = "windows-future"
20759version = "0.3.2"
20760source = "registry+https://github.com/rust-lang/crates.io-index"
20761checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20762dependencies = [
20763 "windows-core 0.62.2",
20764 "windows-link 0.2.1",
20765 "windows-threading 0.2.1",
20766]
20767
20768[[package]]
20769name = "windows-implement"
20770version = "0.56.0"
20771source = "registry+https://github.com/rust-lang/crates.io-index"
20772checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20773dependencies = [
20774 "proc-macro2",
20775 "quote",
20776 "syn 2.0.117",
20777]
20778
20779[[package]]
20780name = "windows-implement"
20781version = "0.57.0"
20782source = "registry+https://github.com/rust-lang/crates.io-index"
20783checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20784dependencies = [
20785 "proc-macro2",
20786 "quote",
20787 "syn 2.0.117",
20788]
20789
20790[[package]]
20791name = "windows-implement"
20792version = "0.58.0"
20793source = "registry+https://github.com/rust-lang/crates.io-index"
20794checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20795dependencies = [
20796 "proc-macro2",
20797 "quote",
20798 "syn 2.0.117",
20799]
20800
20801[[package]]
20802name = "windows-implement"
20803version = "0.60.2"
20804source = "registry+https://github.com/rust-lang/crates.io-index"
20805checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20806dependencies = [
20807 "proc-macro2",
20808 "quote",
20809 "syn 2.0.117",
20810]
20811
20812[[package]]
20813name = "windows-interface"
20814version = "0.56.0"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20817dependencies = [
20818 "proc-macro2",
20819 "quote",
20820 "syn 2.0.117",
20821]
20822
20823[[package]]
20824name = "windows-interface"
20825version = "0.57.0"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20828dependencies = [
20829 "proc-macro2",
20830 "quote",
20831 "syn 2.0.117",
20832]
20833
20834[[package]]
20835name = "windows-interface"
20836version = "0.58.0"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20839dependencies = [
20840 "proc-macro2",
20841 "quote",
20842 "syn 2.0.117",
20843]
20844
20845[[package]]
20846name = "windows-interface"
20847version = "0.59.3"
20848source = "registry+https://github.com/rust-lang/crates.io-index"
20849checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20850dependencies = [
20851 "proc-macro2",
20852 "quote",
20853 "syn 2.0.117",
20854]
20855
20856[[package]]
20857name = "windows-link"
20858version = "0.1.3"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20861
20862[[package]]
20863name = "windows-link"
20864version = "0.2.1"
20865source = "registry+https://github.com/rust-lang/crates.io-index"
20866checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20867
20868[[package]]
20869name = "windows-numerics"
20870version = "0.2.0"
20871source = "registry+https://github.com/rust-lang/crates.io-index"
20872checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20873dependencies = [
20874 "windows-core 0.61.2",
20875 "windows-link 0.1.3",
20876]
20877
20878[[package]]
20879name = "windows-numerics"
20880version = "0.3.1"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20883dependencies = [
20884 "windows-core 0.62.2",
20885 "windows-link 0.2.1",
20886]
20887
20888[[package]]
20889name = "windows-registry"
20890version = "0.4.0"
20891source = "registry+https://github.com/rust-lang/crates.io-index"
20892checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20893dependencies = [
20894 "windows-result 0.3.4",
20895 "windows-strings 0.3.1",
20896 "windows-targets 0.53.5",
20897]
20898
20899[[package]]
20900name = "windows-registry"
20901version = "0.5.3"
20902source = "registry+https://github.com/rust-lang/crates.io-index"
20903checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20904dependencies = [
20905 "windows-link 0.1.3",
20906 "windows-result 0.3.4",
20907 "windows-strings 0.4.2",
20908]
20909
20910[[package]]
20911name = "windows-registry"
20912version = "0.6.1"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20915dependencies = [
20916 "windows-link 0.2.1",
20917 "windows-result 0.4.1",
20918 "windows-strings 0.5.1",
20919]
20920
20921[[package]]
20922name = "windows-result"
20923version = "0.1.2"
20924source = "registry+https://github.com/rust-lang/crates.io-index"
20925checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20926dependencies = [
20927 "windows-targets 0.52.6",
20928]
20929
20930[[package]]
20931name = "windows-result"
20932version = "0.2.0"
20933source = "registry+https://github.com/rust-lang/crates.io-index"
20934checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20935dependencies = [
20936 "windows-targets 0.52.6",
20937]
20938
20939[[package]]
20940name = "windows-result"
20941version = "0.3.4"
20942source = "registry+https://github.com/rust-lang/crates.io-index"
20943checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20944dependencies = [
20945 "windows-link 0.1.3",
20946]
20947
20948[[package]]
20949name = "windows-result"
20950version = "0.4.1"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20953dependencies = [
20954 "windows-link 0.2.1",
20955]
20956
20957[[package]]
20958name = "windows-strings"
20959version = "0.1.0"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20962dependencies = [
20963 "windows-result 0.2.0",
20964 "windows-targets 0.52.6",
20965]
20966
20967[[package]]
20968name = "windows-strings"
20969version = "0.3.1"
20970source = "registry+https://github.com/rust-lang/crates.io-index"
20971checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20972dependencies = [
20973 "windows-link 0.1.3",
20974]
20975
20976[[package]]
20977name = "windows-strings"
20978version = "0.4.2"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20981dependencies = [
20982 "windows-link 0.1.3",
20983]
20984
20985[[package]]
20986name = "windows-strings"
20987version = "0.5.1"
20988source = "registry+https://github.com/rust-lang/crates.io-index"
20989checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20990dependencies = [
20991 "windows-link 0.2.1",
20992]
20993
20994[[package]]
20995name = "windows-sys"
20996version = "0.45.0"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20999dependencies = [
21000 "windows-targets 0.42.2",
21001]
21002
21003[[package]]
21004name = "windows-sys"
21005version = "0.48.0"
21006source = "registry+https://github.com/rust-lang/crates.io-index"
21007checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21008dependencies = [
21009 "windows-targets 0.48.5",
21010]
21011
21012[[package]]
21013name = "windows-sys"
21014version = "0.52.0"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21017dependencies = [
21018 "windows-targets 0.52.6",
21019]
21020
21021[[package]]
21022name = "windows-sys"
21023version = "0.59.0"
21024source = "registry+https://github.com/rust-lang/crates.io-index"
21025checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21026dependencies = [
21027 "windows-targets 0.52.6",
21028]
21029
21030[[package]]
21031name = "windows-sys"
21032version = "0.60.2"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21035dependencies = [
21036 "windows-targets 0.53.5",
21037]
21038
21039[[package]]
21040name = "windows-sys"
21041version = "0.61.2"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21044dependencies = [
21045 "windows-link 0.2.1",
21046]
21047
21048[[package]]
21049name = "windows-targets"
21050version = "0.42.2"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21053dependencies = [
21054 "windows_aarch64_gnullvm 0.42.2",
21055 "windows_aarch64_msvc 0.42.2",
21056 "windows_i686_gnu 0.42.2",
21057 "windows_i686_msvc 0.42.2",
21058 "windows_x86_64_gnu 0.42.2",
21059 "windows_x86_64_gnullvm 0.42.2",
21060 "windows_x86_64_msvc 0.42.2",
21061]
21062
21063[[package]]
21064name = "windows-targets"
21065version = "0.48.5"
21066source = "registry+https://github.com/rust-lang/crates.io-index"
21067checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21068dependencies = [
21069 "windows_aarch64_gnullvm 0.48.5",
21070 "windows_aarch64_msvc 0.48.5",
21071 "windows_i686_gnu 0.48.5",
21072 "windows_i686_msvc 0.48.5",
21073 "windows_x86_64_gnu 0.48.5",
21074 "windows_x86_64_gnullvm 0.48.5",
21075 "windows_x86_64_msvc 0.48.5",
21076]
21077
21078[[package]]
21079name = "windows-targets"
21080version = "0.52.6"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21083dependencies = [
21084 "windows_aarch64_gnullvm 0.52.6",
21085 "windows_aarch64_msvc 0.52.6",
21086 "windows_i686_gnu 0.52.6",
21087 "windows_i686_gnullvm 0.52.6",
21088 "windows_i686_msvc 0.52.6",
21089 "windows_x86_64_gnu 0.52.6",
21090 "windows_x86_64_gnullvm 0.52.6",
21091 "windows_x86_64_msvc 0.52.6",
21092]
21093
21094[[package]]
21095name = "windows-targets"
21096version = "0.53.5"
21097source = "registry+https://github.com/rust-lang/crates.io-index"
21098checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21099dependencies = [
21100 "windows-link 0.2.1",
21101 "windows_aarch64_gnullvm 0.53.1",
21102 "windows_aarch64_msvc 0.53.1",
21103 "windows_i686_gnu 0.53.1",
21104 "windows_i686_gnullvm 0.53.1",
21105 "windows_i686_msvc 0.53.1",
21106 "windows_x86_64_gnu 0.53.1",
21107 "windows_x86_64_gnullvm 0.53.1",
21108 "windows_x86_64_msvc 0.53.1",
21109]
21110
21111[[package]]
21112name = "windows-threading"
21113version = "0.1.0"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21116dependencies = [
21117 "windows-link 0.1.3",
21118]
21119
21120[[package]]
21121name = "windows-threading"
21122version = "0.2.1"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21125dependencies = [
21126 "windows-link 0.2.1",
21127]
21128
21129[[package]]
21130name = "windows_aarch64_gnullvm"
21131version = "0.42.2"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21134
21135[[package]]
21136name = "windows_aarch64_gnullvm"
21137version = "0.48.5"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21140
21141[[package]]
21142name = "windows_aarch64_gnullvm"
21143version = "0.52.6"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21146
21147[[package]]
21148name = "windows_aarch64_gnullvm"
21149version = "0.53.1"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21152
21153[[package]]
21154name = "windows_aarch64_msvc"
21155version = "0.42.2"
21156source = "registry+https://github.com/rust-lang/crates.io-index"
21157checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21158
21159[[package]]
21160name = "windows_aarch64_msvc"
21161version = "0.48.5"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21164
21165[[package]]
21166name = "windows_aarch64_msvc"
21167version = "0.52.6"
21168source = "registry+https://github.com/rust-lang/crates.io-index"
21169checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21170
21171[[package]]
21172name = "windows_aarch64_msvc"
21173version = "0.53.1"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21176
21177[[package]]
21178name = "windows_i686_gnu"
21179version = "0.42.2"
21180source = "registry+https://github.com/rust-lang/crates.io-index"
21181checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21182
21183[[package]]
21184name = "windows_i686_gnu"
21185version = "0.48.5"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21188
21189[[package]]
21190name = "windows_i686_gnu"
21191version = "0.52.6"
21192source = "registry+https://github.com/rust-lang/crates.io-index"
21193checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21194
21195[[package]]
21196name = "windows_i686_gnu"
21197version = "0.53.1"
21198source = "registry+https://github.com/rust-lang/crates.io-index"
21199checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21200
21201[[package]]
21202name = "windows_i686_gnullvm"
21203version = "0.52.6"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21206
21207[[package]]
21208name = "windows_i686_gnullvm"
21209version = "0.53.1"
21210source = "registry+https://github.com/rust-lang/crates.io-index"
21211checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21212
21213[[package]]
21214name = "windows_i686_msvc"
21215version = "0.42.2"
21216source = "registry+https://github.com/rust-lang/crates.io-index"
21217checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21218
21219[[package]]
21220name = "windows_i686_msvc"
21221version = "0.48.5"
21222source = "registry+https://github.com/rust-lang/crates.io-index"
21223checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21224
21225[[package]]
21226name = "windows_i686_msvc"
21227version = "0.52.6"
21228source = "registry+https://github.com/rust-lang/crates.io-index"
21229checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21230
21231[[package]]
21232name = "windows_i686_msvc"
21233version = "0.53.1"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21236
21237[[package]]
21238name = "windows_x86_64_gnu"
21239version = "0.42.2"
21240source = "registry+https://github.com/rust-lang/crates.io-index"
21241checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21242
21243[[package]]
21244name = "windows_x86_64_gnu"
21245version = "0.48.5"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21248
21249[[package]]
21250name = "windows_x86_64_gnu"
21251version = "0.52.6"
21252source = "registry+https://github.com/rust-lang/crates.io-index"
21253checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21254
21255[[package]]
21256name = "windows_x86_64_gnu"
21257version = "0.53.1"
21258source = "registry+https://github.com/rust-lang/crates.io-index"
21259checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21260
21261[[package]]
21262name = "windows_x86_64_gnullvm"
21263version = "0.42.2"
21264source = "registry+https://github.com/rust-lang/crates.io-index"
21265checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21266
21267[[package]]
21268name = "windows_x86_64_gnullvm"
21269version = "0.48.5"
21270source = "registry+https://github.com/rust-lang/crates.io-index"
21271checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21272
21273[[package]]
21274name = "windows_x86_64_gnullvm"
21275version = "0.52.6"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21278
21279[[package]]
21280name = "windows_x86_64_gnullvm"
21281version = "0.53.1"
21282source = "registry+https://github.com/rust-lang/crates.io-index"
21283checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21284
21285[[package]]
21286name = "windows_x86_64_msvc"
21287version = "0.42.2"
21288source = "registry+https://github.com/rust-lang/crates.io-index"
21289checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21290
21291[[package]]
21292name = "windows_x86_64_msvc"
21293version = "0.48.5"
21294source = "registry+https://github.com/rust-lang/crates.io-index"
21295checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21296
21297[[package]]
21298name = "windows_x86_64_msvc"
21299version = "0.52.6"
21300source = "registry+https://github.com/rust-lang/crates.io-index"
21301checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21302
21303[[package]]
21304name = "windows_x86_64_msvc"
21305version = "0.53.1"
21306source = "registry+https://github.com/rust-lang/crates.io-index"
21307checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21308
21309[[package]]
21310name = "winnow"
21311version = "0.7.13"
21312source = "registry+https://github.com/rust-lang/crates.io-index"
21313checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21314dependencies = [
21315 "memchr",
21316]
21317
21318[[package]]
21319name = "winreg"
21320version = "0.10.1"
21321source = "registry+https://github.com/rust-lang/crates.io-index"
21322checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21323dependencies = [
21324 "winapi",
21325]
21326
21327[[package]]
21328name = "winreg"
21329version = "0.50.0"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21332dependencies = [
21333 "cfg-if",
21334 "windows-sys 0.48.0",
21335]
21336
21337[[package]]
21338name = "winreg"
21339version = "0.55.0"
21340source = "registry+https://github.com/rust-lang/crates.io-index"
21341checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21342dependencies = [
21343 "cfg-if",
21344 "windows-sys 0.59.0",
21345]
21346
21347[[package]]
21348name = "winresource"
21349version = "0.1.23"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21352dependencies = [
21353 "toml 0.8.23",
21354 "version_check",
21355]
21356
21357[[package]]
21358name = "winsafe"
21359version = "0.0.19"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21362
21363[[package]]
21364name = "winx"
21365version = "0.36.4"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21368dependencies = [
21369 "bitflags 2.10.0",
21370 "windows-sys 0.59.0",
21371]
21372
21373[[package]]
21374name = "wio"
21375version = "0.2.2"
21376source = "registry+https://github.com/rust-lang/crates.io-index"
21377checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21378dependencies = [
21379 "winapi",
21380]
21381
21382[[package]]
21383name = "wit-bindgen"
21384version = "0.22.0"
21385source = "registry+https://github.com/rust-lang/crates.io-index"
21386checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21387dependencies = [
21388 "bitflags 2.10.0",
21389 "wit-bindgen-rt 0.22.0",
21390 "wit-bindgen-rust-macro 0.22.0",
21391]
21392
21393[[package]]
21394name = "wit-bindgen"
21395version = "0.41.0"
21396source = "registry+https://github.com/rust-lang/crates.io-index"
21397checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21398dependencies = [
21399 "wit-bindgen-rt 0.41.0",
21400 "wit-bindgen-rust-macro 0.41.0",
21401]
21402
21403[[package]]
21404name = "wit-bindgen"
21405version = "0.46.0"
21406source = "registry+https://github.com/rust-lang/crates.io-index"
21407checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21408
21409[[package]]
21410name = "wit-bindgen"
21411version = "0.51.0"
21412source = "registry+https://github.com/rust-lang/crates.io-index"
21413checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21414dependencies = [
21415 "wit-bindgen-rust-macro 0.51.0",
21416]
21417
21418[[package]]
21419name = "wit-bindgen-core"
21420version = "0.22.0"
21421source = "registry+https://github.com/rust-lang/crates.io-index"
21422checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21423dependencies = [
21424 "anyhow",
21425 "wit-parser 0.201.0",
21426]
21427
21428[[package]]
21429name = "wit-bindgen-core"
21430version = "0.41.0"
21431source = "registry+https://github.com/rust-lang/crates.io-index"
21432checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21433dependencies = [
21434 "anyhow",
21435 "heck 0.5.0",
21436 "wit-parser 0.227.1",
21437]
21438
21439[[package]]
21440name = "wit-bindgen-core"
21441version = "0.51.0"
21442source = "registry+https://github.com/rust-lang/crates.io-index"
21443checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21444dependencies = [
21445 "anyhow",
21446 "heck 0.5.0",
21447 "wit-parser 0.244.0",
21448]
21449
21450[[package]]
21451name = "wit-bindgen-rt"
21452version = "0.22.0"
21453source = "registry+https://github.com/rust-lang/crates.io-index"
21454checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21455
21456[[package]]
21457name = "wit-bindgen-rt"
21458version = "0.41.0"
21459source = "registry+https://github.com/rust-lang/crates.io-index"
21460checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21461dependencies = [
21462 "bitflags 2.10.0",
21463 "futures 0.3.32",
21464 "once_cell",
21465]
21466
21467[[package]]
21468name = "wit-bindgen-rust"
21469version = "0.22.0"
21470source = "registry+https://github.com/rust-lang/crates.io-index"
21471checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21472dependencies = [
21473 "anyhow",
21474 "heck 0.4.1",
21475 "indexmap",
21476 "wasm-metadata 0.201.0",
21477 "wit-bindgen-core 0.22.0",
21478 "wit-component 0.201.0",
21479]
21480
21481[[package]]
21482name = "wit-bindgen-rust"
21483version = "0.41.0"
21484source = "registry+https://github.com/rust-lang/crates.io-index"
21485checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21486dependencies = [
21487 "anyhow",
21488 "heck 0.5.0",
21489 "indexmap",
21490 "prettyplease",
21491 "syn 2.0.117",
21492 "wasm-metadata 0.227.1",
21493 "wit-bindgen-core 0.41.0",
21494 "wit-component 0.227.1",
21495]
21496
21497[[package]]
21498name = "wit-bindgen-rust"
21499version = "0.51.0"
21500source = "registry+https://github.com/rust-lang/crates.io-index"
21501checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21502dependencies = [
21503 "anyhow",
21504 "heck 0.5.0",
21505 "indexmap",
21506 "prettyplease",
21507 "syn 2.0.117",
21508 "wasm-metadata 0.244.0",
21509 "wit-bindgen-core 0.51.0",
21510 "wit-component 0.244.0",
21511]
21512
21513[[package]]
21514name = "wit-bindgen-rust-macro"
21515version = "0.22.0"
21516source = "registry+https://github.com/rust-lang/crates.io-index"
21517checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21518dependencies = [
21519 "anyhow",
21520 "proc-macro2",
21521 "quote",
21522 "syn 2.0.117",
21523 "wit-bindgen-core 0.22.0",
21524 "wit-bindgen-rust 0.22.0",
21525]
21526
21527[[package]]
21528name = "wit-bindgen-rust-macro"
21529version = "0.41.0"
21530source = "registry+https://github.com/rust-lang/crates.io-index"
21531checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21532dependencies = [
21533 "anyhow",
21534 "prettyplease",
21535 "proc-macro2",
21536 "quote",
21537 "syn 2.0.117",
21538 "wit-bindgen-core 0.41.0",
21539 "wit-bindgen-rust 0.41.0",
21540]
21541
21542[[package]]
21543name = "wit-bindgen-rust-macro"
21544version = "0.51.0"
21545source = "registry+https://github.com/rust-lang/crates.io-index"
21546checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21547dependencies = [
21548 "anyhow",
21549 "prettyplease",
21550 "proc-macro2",
21551 "quote",
21552 "syn 2.0.117",
21553 "wit-bindgen-core 0.51.0",
21554 "wit-bindgen-rust 0.51.0",
21555]
21556
21557[[package]]
21558name = "wit-component"
21559version = "0.201.0"
21560source = "registry+https://github.com/rust-lang/crates.io-index"
21561checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21562dependencies = [
21563 "anyhow",
21564 "bitflags 2.10.0",
21565 "indexmap",
21566 "log",
21567 "serde",
21568 "serde_derive",
21569 "serde_json",
21570 "wasm-encoder 0.201.0",
21571 "wasm-metadata 0.201.0",
21572 "wasmparser 0.201.0",
21573 "wit-parser 0.201.0",
21574]
21575
21576[[package]]
21577name = "wit-component"
21578version = "0.227.1"
21579source = "registry+https://github.com/rust-lang/crates.io-index"
21580checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21581dependencies = [
21582 "anyhow",
21583 "bitflags 2.10.0",
21584 "indexmap",
21585 "log",
21586 "serde",
21587 "serde_derive",
21588 "serde_json",
21589 "wasm-encoder 0.227.1",
21590 "wasm-metadata 0.227.1",
21591 "wasmparser 0.227.1",
21592 "wit-parser 0.227.1",
21593]
21594
21595[[package]]
21596name = "wit-component"
21597version = "0.244.0"
21598source = "registry+https://github.com/rust-lang/crates.io-index"
21599checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21600dependencies = [
21601 "anyhow",
21602 "bitflags 2.10.0",
21603 "indexmap",
21604 "log",
21605 "serde",
21606 "serde_derive",
21607 "serde_json",
21608 "wasm-encoder 0.244.0",
21609 "wasm-metadata 0.244.0",
21610 "wasmparser 0.244.0",
21611 "wit-parser 0.244.0",
21612]
21613
21614[[package]]
21615name = "wit-parser"
21616version = "0.201.0"
21617source = "registry+https://github.com/rust-lang/crates.io-index"
21618checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21619dependencies = [
21620 "anyhow",
21621 "id-arena",
21622 "indexmap",
21623 "log",
21624 "semver",
21625 "serde",
21626 "serde_derive",
21627 "serde_json",
21628 "unicode-xid",
21629 "wasmparser 0.201.0",
21630]
21631
21632[[package]]
21633name = "wit-parser"
21634version = "0.227.1"
21635source = "registry+https://github.com/rust-lang/crates.io-index"
21636checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21637dependencies = [
21638 "anyhow",
21639 "id-arena",
21640 "indexmap",
21641 "log",
21642 "semver",
21643 "serde",
21644 "serde_derive",
21645 "serde_json",
21646 "unicode-xid",
21647 "wasmparser 0.227.1",
21648]
21649
21650[[package]]
21651name = "wit-parser"
21652version = "0.236.1"
21653source = "registry+https://github.com/rust-lang/crates.io-index"
21654checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21655dependencies = [
21656 "anyhow",
21657 "id-arena",
21658 "indexmap",
21659 "log",
21660 "semver",
21661 "serde",
21662 "serde_derive",
21663 "serde_json",
21664 "unicode-xid",
21665 "wasmparser 0.236.1",
21666]
21667
21668[[package]]
21669name = "wit-parser"
21670version = "0.244.0"
21671source = "registry+https://github.com/rust-lang/crates.io-index"
21672checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21673dependencies = [
21674 "anyhow",
21675 "id-arena",
21676 "indexmap",
21677 "log",
21678 "semver",
21679 "serde",
21680 "serde_derive",
21681 "serde_json",
21682 "unicode-xid",
21683 "wasmparser 0.244.0",
21684]
21685
21686[[package]]
21687name = "witx"
21688version = "0.9.1"
21689source = "registry+https://github.com/rust-lang/crates.io-index"
21690checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21691dependencies = [
21692 "anyhow",
21693 "log",
21694 "thiserror 1.0.69",
21695 "wast",
21696]
21697
21698[[package]]
21699name = "workspace"
21700version = "0.1.0"
21701dependencies = [
21702 "agent_settings",
21703 "any_vec",
21704 "anyhow",
21705 "async-recursion",
21706 "chrono",
21707 "client",
21708 "clock",
21709 "collections",
21710 "component",
21711 "db",
21712 "fs",
21713 "futures 0.3.32",
21714 "git",
21715 "gpui",
21716 "http_client",
21717 "itertools 0.14.0",
21718 "language",
21719 "log",
21720 "markdown",
21721 "menu",
21722 "node_runtime",
21723 "parking_lot",
21724 "postage",
21725 "pretty_assertions",
21726 "project",
21727 "release_channel",
21728 "remote",
21729 "schemars",
21730 "serde",
21731 "serde_json",
21732 "session",
21733 "settings",
21734 "smallvec",
21735 "sqlez",
21736 "strum 0.27.2",
21737 "task",
21738 "telemetry",
21739 "tempfile",
21740 "theme",
21741 "theme_settings",
21742 "ui",
21743 "util",
21744 "uuid",
21745 "vim_mode_setting",
21746 "windows 0.61.3",
21747 "zed_actions",
21748 "zlog",
21749]
21750
21751[[package]]
21752name = "worktree"
21753version = "0.1.0"
21754dependencies = [
21755 "anyhow",
21756 "async-lock 2.8.0",
21757 "chardetng",
21758 "clock",
21759 "collections",
21760 "encoding_rs",
21761 "fs",
21762 "futures 0.3.32",
21763 "fuzzy",
21764 "git",
21765 "gpui",
21766 "ignore",
21767 "language",
21768 "log",
21769 "parking_lot",
21770 "paths",
21771 "postage",
21772 "pretty_assertions",
21773 "rand 0.9.3",
21774 "rpc",
21775 "serde",
21776 "serde_json",
21777 "settings",
21778 "smallvec",
21779 "smol",
21780 "sum_tree",
21781 "text",
21782 "tracing",
21783 "util",
21784 "worktree",
21785 "zlog",
21786 "ztracing",
21787]
21788
21789[[package]]
21790name = "worktree_benchmarks"
21791version = "0.1.0"
21792dependencies = [
21793 "fs",
21794 "gpui_platform",
21795 "settings",
21796 "worktree",
21797]
21798
21799[[package]]
21800name = "wprcontrol"
21801version = "0.1.0"
21802source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21803dependencies = [
21804 "windows 0.61.3",
21805 "windows-bindgen",
21806 "windows-core 0.61.2",
21807 "windows-link 0.2.1",
21808]
21809
21810[[package]]
21811name = "writeable"
21812version = "0.6.1"
21813source = "registry+https://github.com/rust-lang/crates.io-index"
21814checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21815
21816[[package]]
21817name = "wyz"
21818version = "0.5.1"
21819source = "registry+https://github.com/rust-lang/crates.io-index"
21820checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21821dependencies = [
21822 "tap",
21823]
21824
21825[[package]]
21826name = "x11"
21827version = "2.21.0"
21828source = "registry+https://github.com/rust-lang/crates.io-index"
21829checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21830dependencies = [
21831 "libc",
21832 "pkg-config",
21833]
21834
21835[[package]]
21836name = "x11-clipboard"
21837version = "0.9.3"
21838source = "registry+https://github.com/rust-lang/crates.io-index"
21839checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21840dependencies = [
21841 "libc",
21842 "x11rb",
21843]
21844
21845[[package]]
21846name = "x11rb"
21847version = "0.13.2"
21848source = "registry+https://github.com/rust-lang/crates.io-index"
21849checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21850dependencies = [
21851 "as-raw-xcb-connection",
21852 "gethostname",
21853 "libc",
21854 "rustix 1.1.2",
21855 "x11rb-protocol",
21856 "xcursor",
21857]
21858
21859[[package]]
21860name = "x11rb-protocol"
21861version = "0.13.2"
21862source = "registry+https://github.com/rust-lang/crates.io-index"
21863checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21864
21865[[package]]
21866name = "x_ai"
21867version = "0.1.0"
21868dependencies = [
21869 "anyhow",
21870 "language_model_core",
21871 "schemars",
21872 "serde",
21873 "strum 0.27.2",
21874 "tiktoken-rs",
21875]
21876
21877[[package]]
21878name = "xattr"
21879version = "0.2.3"
21880source = "registry+https://github.com/rust-lang/crates.io-index"
21881checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21882dependencies = [
21883 "libc",
21884]
21885
21886[[package]]
21887name = "xcb"
21888version = "1.6.0"
21889source = "registry+https://github.com/rust-lang/crates.io-index"
21890checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21891dependencies = [
21892 "bitflags 1.3.2",
21893 "libc",
21894 "quick-xml 0.30.0",
21895 "x11",
21896]
21897
21898[[package]]
21899name = "xcursor"
21900version = "0.3.10"
21901source = "registry+https://github.com/rust-lang/crates.io-index"
21902checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21903
21904[[package]]
21905name = "xim-ctext"
21906version = "0.3.0"
21907source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21908dependencies = [
21909 "encoding_rs",
21910]
21911
21912[[package]]
21913name = "xim-parser"
21914version = "0.2.1"
21915source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21916dependencies = [
21917 "bitflags 2.10.0",
21918]
21919
21920[[package]]
21921name = "xkbcommon"
21922version = "0.8.0"
21923source = "registry+https://github.com/rust-lang/crates.io-index"
21924checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21925dependencies = [
21926 "as-raw-xcb-connection",
21927 "libc",
21928 "memmap2",
21929 "xkeysym",
21930]
21931
21932[[package]]
21933name = "xkeysym"
21934version = "0.2.1"
21935source = "registry+https://github.com/rust-lang/crates.io-index"
21936checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21937
21938[[package]]
21939name = "xml-rs"
21940version = "0.8.28"
21941source = "registry+https://github.com/rust-lang/crates.io-index"
21942checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21943
21944[[package]]
21945name = "xml5ever"
21946version = "0.18.1"
21947source = "registry+https://github.com/rust-lang/crates.io-index"
21948checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21949dependencies = [
21950 "log",
21951 "mac",
21952 "markup5ever 0.12.1",
21953]
21954
21955[[package]]
21956name = "xmlparser"
21957version = "0.13.6"
21958source = "registry+https://github.com/rust-lang/crates.io-index"
21959checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21960
21961[[package]]
21962name = "xmlwriter"
21963version = "0.1.0"
21964source = "registry+https://github.com/rust-lang/crates.io-index"
21965checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21966
21967[[package]]
21968name = "xtask"
21969version = "0.1.0"
21970dependencies = [
21971 "annotate-snippets",
21972 "anyhow",
21973 "backtrace",
21974 "cargo_metadata 0.19.2",
21975 "cargo_toml",
21976 "clap",
21977 "compliance",
21978 "gh-workflow",
21979 "indexmap",
21980 "indoc",
21981 "itertools 0.14.0",
21982 "regex",
21983 "serde",
21984 "serde_json",
21985 "serde_yaml",
21986 "strum 0.27.2",
21987 "tokio",
21988 "toml 0.8.23",
21989 "toml_edit 0.22.27",
21990]
21991
21992[[package]]
21993name = "y4m"
21994version = "0.8.0"
21995source = "registry+https://github.com/rust-lang/crates.io-index"
21996checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
21997
21998[[package]]
21999name = "yaml-rust2"
22000version = "0.8.1"
22001source = "registry+https://github.com/rust-lang/crates.io-index"
22002checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22003dependencies = [
22004 "arraydeque",
22005 "encoding_rs",
22006 "hashlink 0.8.4",
22007]
22008
22009[[package]]
22010name = "yansi"
22011version = "1.0.1"
22012source = "registry+https://github.com/rust-lang/crates.io-index"
22013checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22014
22015[[package]]
22016name = "yawc"
22017version = "0.2.5"
22018source = "registry+https://github.com/rust-lang/crates.io-index"
22019checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22020dependencies = [
22021 "base64 0.22.1",
22022 "bytes 1.11.1",
22023 "flate2",
22024 "futures 0.3.32",
22025 "http-body-util",
22026 "hyper 1.7.0",
22027 "hyper-util",
22028 "js-sys",
22029 "nom 8.0.0",
22030 "pin-project",
22031 "rand 0.8.5",
22032 "sha1",
22033 "thiserror 1.0.69",
22034 "tokio",
22035 "tokio-rustls 0.26.2",
22036 "tokio-util",
22037 "url",
22038 "wasm-bindgen",
22039 "wasm-bindgen-futures",
22040 "web-sys",
22041 "webpki-roots",
22042]
22043
22044[[package]]
22045name = "yazi"
22046version = "0.2.1"
22047source = "registry+https://github.com/rust-lang/crates.io-index"
22048checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22049
22050[[package]]
22051name = "yeslogic-fontconfig-sys"
22052version = "6.0.0"
22053source = "registry+https://github.com/rust-lang/crates.io-index"
22054checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22055dependencies = [
22056 "dlib",
22057 "once_cell",
22058 "pkg-config",
22059]
22060
22061[[package]]
22062name = "yoke"
22063version = "0.7.5"
22064source = "registry+https://github.com/rust-lang/crates.io-index"
22065checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22066dependencies = [
22067 "serde",
22068 "stable_deref_trait",
22069 "yoke-derive 0.7.5",
22070 "zerofrom",
22071]
22072
22073[[package]]
22074name = "yoke"
22075version = "0.8.0"
22076source = "registry+https://github.com/rust-lang/crates.io-index"
22077checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22078dependencies = [
22079 "serde",
22080 "stable_deref_trait",
22081 "yoke-derive 0.8.0",
22082 "zerofrom",
22083]
22084
22085[[package]]
22086name = "yoke-derive"
22087version = "0.7.5"
22088source = "registry+https://github.com/rust-lang/crates.io-index"
22089checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22090dependencies = [
22091 "proc-macro2",
22092 "quote",
22093 "syn 2.0.117",
22094 "synstructure",
22095]
22096
22097[[package]]
22098name = "yoke-derive"
22099version = "0.8.0"
22100source = "registry+https://github.com/rust-lang/crates.io-index"
22101checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22102dependencies = [
22103 "proc-macro2",
22104 "quote",
22105 "syn 2.0.117",
22106 "synstructure",
22107]
22108
22109[[package]]
22110name = "zbus"
22111version = "5.13.2"
22112source = "registry+https://github.com/rust-lang/crates.io-index"
22113checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22114dependencies = [
22115 "async-broadcast",
22116 "async-executor",
22117 "async-io",
22118 "async-lock 3.4.2",
22119 "async-process",
22120 "async-recursion",
22121 "async-task",
22122 "async-trait",
22123 "blocking",
22124 "enumflags2",
22125 "event-listener 5.4.1",
22126 "futures-core",
22127 "futures-lite 2.6.1",
22128 "hex",
22129 "libc",
22130 "ordered-stream",
22131 "rustix 1.1.2",
22132 "serde",
22133 "serde_repr",
22134 "tracing",
22135 "uds_windows",
22136 "uuid",
22137 "windows-sys 0.61.2",
22138 "winnow",
22139 "zbus_macros",
22140 "zbus_names",
22141 "zvariant",
22142]
22143
22144[[package]]
22145name = "zbus_macros"
22146version = "5.13.2"
22147source = "registry+https://github.com/rust-lang/crates.io-index"
22148checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22149dependencies = [
22150 "proc-macro-crate",
22151 "proc-macro2",
22152 "quote",
22153 "syn 2.0.117",
22154 "zbus_names",
22155 "zvariant",
22156 "zvariant_utils",
22157]
22158
22159[[package]]
22160name = "zbus_names"
22161version = "4.3.1"
22162source = "registry+https://github.com/rust-lang/crates.io-index"
22163checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22164dependencies = [
22165 "serde",
22166 "winnow",
22167 "zvariant",
22168]
22169
22170[[package]]
22171name = "zed"
22172version = "0.234.0"
22173dependencies = [
22174 "acp_thread",
22175 "acp_tools",
22176 "action_log",
22177 "activity_indicator",
22178 "agent",
22179 "agent-client-protocol",
22180 "agent_servers",
22181 "agent_settings",
22182 "agent_ui",
22183 "anyhow",
22184 "ashpd",
22185 "askpass",
22186 "assets",
22187 "audio",
22188 "auto_update",
22189 "auto_update_ui",
22190 "breadcrumbs",
22191 "call",
22192 "channel",
22193 "chrono",
22194 "clap",
22195 "cli",
22196 "client",
22197 "clock",
22198 "codestral",
22199 "collab_ui",
22200 "collections",
22201 "command_palette",
22202 "component",
22203 "component_preview",
22204 "copilot",
22205 "copilot_chat",
22206 "copilot_ui",
22207 "crashes",
22208 "csv_preview",
22209 "dap_adapters",
22210 "db",
22211 "debug_adapter_extension",
22212 "debugger_tools",
22213 "debugger_ui",
22214 "dev_container",
22215 "diagnostics",
22216 "edit_prediction",
22217 "edit_prediction_ui",
22218 "editor",
22219 "encoding_selector",
22220 "env_logger 0.11.8",
22221 "etw_tracing",
22222 "extension",
22223 "extension_host",
22224 "extensions_ui",
22225 "feature_flags",
22226 "feedback",
22227 "file_finder",
22228 "fs",
22229 "futures 0.3.32",
22230 "git",
22231 "git_graph",
22232 "git_hosting_providers",
22233 "git_ui",
22234 "go_to_line",
22235 "gpui",
22236 "gpui_platform",
22237 "gpui_tokio",
22238 "http_client",
22239 "image",
22240 "image_viewer",
22241 "inspector_ui",
22242 "install_cli",
22243 "itertools 0.14.0",
22244 "journal",
22245 "json_schema_store",
22246 "keymap_editor",
22247 "language",
22248 "language_extension",
22249 "language_model",
22250 "language_models",
22251 "language_onboarding",
22252 "language_selector",
22253 "language_tools",
22254 "languages",
22255 "line_ending_selector",
22256 "log",
22257 "markdown",
22258 "markdown_preview",
22259 "menu",
22260 "migrator",
22261 "mimalloc",
22262 "miniprofiler_ui",
22263 "nc",
22264 "node_runtime",
22265 "notifications",
22266 "onboarding",
22267 "outline",
22268 "outline_panel",
22269 "parking_lot",
22270 "paths",
22271 "picker",
22272 "pkg-config",
22273 "pretty_assertions",
22274 "profiling",
22275 "project",
22276 "project_panel",
22277 "project_symbols",
22278 "prompt_store",
22279 "proto",
22280 "rayon",
22281 "recent_projects",
22282 "release_channel",
22283 "remote",
22284 "repl",
22285 "reqwest_client",
22286 "rope",
22287 "search",
22288 "semver",
22289 "serde",
22290 "serde_json",
22291 "session",
22292 "settings",
22293 "settings_profile_selector",
22294 "settings_ui",
22295 "shellexpand",
22296 "sidebar",
22297 "smol",
22298 "snippet_provider",
22299 "snippets_ui",
22300 "svg_preview",
22301 "sysinfo 0.37.2",
22302 "system_specs",
22303 "tab_switcher",
22304 "task",
22305 "tasks_ui",
22306 "telemetry",
22307 "telemetry_events",
22308 "tempfile",
22309 "terminal_view",
22310 "theme",
22311 "theme_extension",
22312 "theme_selector",
22313 "theme_settings",
22314 "time",
22315 "time_format",
22316 "title_bar",
22317 "toolchain_selector",
22318 "tracing",
22319 "ui",
22320 "ui_prompt",
22321 "url",
22322 "urlencoding",
22323 "util",
22324 "uuid",
22325 "vim",
22326 "vim_mode_setting",
22327 "watch",
22328 "web_search",
22329 "web_search_providers",
22330 "which_key",
22331 "windows 0.61.3",
22332 "winresource",
22333 "workspace",
22334 "zed-reqwest",
22335 "zed_actions",
22336 "zed_env_vars",
22337 "zlog",
22338 "zlog_settings",
22339 "ztracing",
22340]
22341
22342[[package]]
22343name = "zed-font-kit"
22344version = "0.14.1-zed"
22345source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22346dependencies = [
22347 "bitflags 2.10.0",
22348 "byteorder",
22349 "core-foundation 0.10.0",
22350 "core-graphics 0.24.0",
22351 "core-text",
22352 "dirs",
22353 "dwrote",
22354 "float-ord",
22355 "freetype-sys",
22356 "lazy_static",
22357 "libc",
22358 "log",
22359 "pathfinder_geometry",
22360 "pathfinder_simd",
22361 "walkdir",
22362 "winapi",
22363 "yeslogic-fontconfig-sys",
22364]
22365
22366[[package]]
22367name = "zed-reqwest"
22368version = "0.12.15-zed"
22369source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22370dependencies = [
22371 "base64 0.22.1",
22372 "bytes 1.11.1",
22373 "encoding_rs",
22374 "futures-core",
22375 "futures-util",
22376 "h2 0.4.12",
22377 "http 1.3.1",
22378 "http-body 1.0.1",
22379 "http-body-util",
22380 "hyper 1.7.0",
22381 "hyper-rustls 0.27.7",
22382 "hyper-util",
22383 "ipnet",
22384 "js-sys",
22385 "log",
22386 "mime",
22387 "mime_guess",
22388 "once_cell",
22389 "percent-encoding",
22390 "pin-project-lite",
22391 "quinn",
22392 "rustls 0.23.33",
22393 "rustls-native-certs 0.8.2",
22394 "rustls-pemfile 2.2.0",
22395 "rustls-pki-types",
22396 "serde",
22397 "serde_json",
22398 "serde_urlencoded",
22399 "sync_wrapper 1.0.2",
22400 "system-configuration 0.6.1",
22401 "tokio",
22402 "tokio-rustls 0.26.2",
22403 "tokio-socks",
22404 "tokio-util",
22405 "tower 0.5.2",
22406 "tower-service",
22407 "url",
22408 "wasm-bindgen",
22409 "wasm-bindgen-futures",
22410 "wasm-streams",
22411 "web-sys",
22412 "windows-registry 0.4.0",
22413]
22414
22415[[package]]
22416name = "zed-scap"
22417version = "0.0.8-zed"
22418source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22419dependencies = [
22420 "anyhow",
22421 "cocoa 0.25.0",
22422 "core-graphics-helmer-fork",
22423 "log",
22424 "objc",
22425 "rand 0.8.5",
22426 "screencapturekit",
22427 "screencapturekit-sys",
22428 "sysinfo 0.31.4",
22429 "tao-core-video-sys",
22430 "windows 0.61.3",
22431 "windows-capture",
22432 "x11",
22433 "xcb",
22434]
22435
22436[[package]]
22437name = "zed-xim"
22438version = "0.4.0-zed"
22439source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22440dependencies = [
22441 "ahash 0.8.12",
22442 "hashbrown 0.14.5",
22443 "log",
22444 "x11rb",
22445 "xim-ctext",
22446 "xim-parser",
22447]
22448
22449[[package]]
22450name = "zed_actions"
22451version = "0.1.0"
22452dependencies = [
22453 "gpui",
22454 "schemars",
22455 "serde",
22456 "util",
22457 "uuid",
22458]
22459
22460[[package]]
22461name = "zed_credentials_provider"
22462version = "0.1.0"
22463dependencies = [
22464 "anyhow",
22465 "credentials_provider",
22466 "futures 0.3.32",
22467 "gpui",
22468 "paths",
22469 "release_channel",
22470 "serde",
22471 "serde_json",
22472]
22473
22474[[package]]
22475name = "zed_env_vars"
22476version = "0.1.0"
22477dependencies = [
22478 "env_var",
22479]
22480
22481[[package]]
22482name = "zed_extension_api"
22483version = "0.1.0"
22484source = "registry+https://github.com/rust-lang/crates.io-index"
22485checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22486dependencies = [
22487 "serde",
22488 "serde_json",
22489 "wit-bindgen 0.22.0",
22490]
22491
22492[[package]]
22493name = "zed_extension_api"
22494version = "0.7.0"
22495source = "registry+https://github.com/rust-lang/crates.io-index"
22496checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22497dependencies = [
22498 "serde",
22499 "serde_json",
22500 "wit-bindgen 0.41.0",
22501]
22502
22503[[package]]
22504name = "zed_extension_api"
22505version = "0.8.0"
22506dependencies = [
22507 "serde",
22508 "serde_json",
22509 "wit-bindgen 0.41.0",
22510]
22511
22512[[package]]
22513name = "zed_glsl"
22514version = "0.2.3"
22515dependencies = [
22516 "zed_extension_api 0.1.0",
22517]
22518
22519[[package]]
22520name = "zed_html"
22521version = "0.3.1"
22522dependencies = [
22523 "zed_extension_api 0.7.0",
22524]
22525
22526[[package]]
22527name = "zed_proto"
22528version = "0.3.2"
22529dependencies = [
22530 "zed_extension_api 0.7.0",
22531]
22532
22533[[package]]
22534name = "zed_test_extension"
22535version = "0.1.0"
22536dependencies = [
22537 "zed_extension_api 0.8.0",
22538]
22539
22540[[package]]
22541name = "zeno"
22542version = "0.3.3"
22543source = "registry+https://github.com/rust-lang/crates.io-index"
22544checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22545
22546[[package]]
22547name = "zerocopy"
22548version = "0.8.27"
22549source = "registry+https://github.com/rust-lang/crates.io-index"
22550checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22551dependencies = [
22552 "zerocopy-derive",
22553]
22554
22555[[package]]
22556name = "zerocopy-derive"
22557version = "0.8.27"
22558source = "registry+https://github.com/rust-lang/crates.io-index"
22559checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22560dependencies = [
22561 "proc-macro2",
22562 "quote",
22563 "syn 2.0.117",
22564]
22565
22566[[package]]
22567name = "zerofrom"
22568version = "0.1.6"
22569source = "registry+https://github.com/rust-lang/crates.io-index"
22570checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22571dependencies = [
22572 "zerofrom-derive",
22573]
22574
22575[[package]]
22576name = "zerofrom-derive"
22577version = "0.1.6"
22578source = "registry+https://github.com/rust-lang/crates.io-index"
22579checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22580dependencies = [
22581 "proc-macro2",
22582 "quote",
22583 "syn 2.0.117",
22584 "synstructure",
22585]
22586
22587[[package]]
22588name = "zeroize"
22589version = "1.8.2"
22590source = "registry+https://github.com/rust-lang/crates.io-index"
22591checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22592dependencies = [
22593 "zeroize_derive",
22594]
22595
22596[[package]]
22597name = "zeroize_derive"
22598version = "1.4.2"
22599source = "registry+https://github.com/rust-lang/crates.io-index"
22600checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22601dependencies = [
22602 "proc-macro2",
22603 "quote",
22604 "syn 2.0.117",
22605]
22606
22607[[package]]
22608name = "zeromq"
22609version = "0.5.0"
22610source = "registry+https://github.com/rust-lang/crates.io-index"
22611checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22612dependencies = [
22613 "async-dispatcher",
22614 "async-std",
22615 "async-trait",
22616 "asynchronous-codec",
22617 "bytes 1.11.1",
22618 "crossbeam-queue",
22619 "futures 0.3.32",
22620 "log",
22621 "num-traits",
22622 "once_cell",
22623 "parking_lot",
22624 "rand 0.9.3",
22625 "regex",
22626 "scc",
22627 "thiserror 1.0.69",
22628 "uuid",
22629]
22630
22631[[package]]
22632name = "zerotrie"
22633version = "0.2.2"
22634source = "registry+https://github.com/rust-lang/crates.io-index"
22635checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22636dependencies = [
22637 "displaydoc",
22638 "yoke 0.8.0",
22639 "zerofrom",
22640]
22641
22642[[package]]
22643name = "zerovec"
22644version = "0.11.4"
22645source = "registry+https://github.com/rust-lang/crates.io-index"
22646checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22647dependencies = [
22648 "yoke 0.8.0",
22649 "zerofrom",
22650 "zerovec-derive",
22651]
22652
22653[[package]]
22654name = "zerovec-derive"
22655version = "0.11.1"
22656source = "registry+https://github.com/rust-lang/crates.io-index"
22657checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22658dependencies = [
22659 "proc-macro2",
22660 "quote",
22661 "syn 2.0.117",
22662]
22663
22664[[package]]
22665name = "zeta_prompt"
22666version = "0.1.0"
22667dependencies = [
22668 "anyhow",
22669 "imara-diff",
22670 "indoc",
22671 "serde",
22672 "strum 0.27.2",
22673]
22674
22675[[package]]
22676name = "zip"
22677version = "0.6.6"
22678source = "registry+https://github.com/rust-lang/crates.io-index"
22679checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22680dependencies = [
22681 "aes",
22682 "byteorder",
22683 "bzip2 0.4.4",
22684 "constant_time_eq",
22685 "crc32fast",
22686 "crossbeam-utils",
22687 "flate2",
22688 "hmac",
22689 "pbkdf2 0.11.0",
22690 "sha1",
22691 "time",
22692 "zstd",
22693]
22694
22695[[package]]
22696name = "zip"
22697version = "1.1.4"
22698source = "registry+https://github.com/rust-lang/crates.io-index"
22699checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22700dependencies = [
22701 "arbitrary",
22702 "crc32fast",
22703 "crossbeam-utils",
22704 "displaydoc",
22705 "indexmap",
22706 "num_enum",
22707 "thiserror 1.0.69",
22708]
22709
22710[[package]]
22711name = "zlog"
22712version = "0.1.0"
22713dependencies = [
22714 "anyhow",
22715 "chrono",
22716 "collections",
22717 "log",
22718 "tempfile",
22719]
22720
22721[[package]]
22722name = "zlog_settings"
22723version = "0.1.0"
22724dependencies = [
22725 "collections",
22726 "gpui",
22727 "settings",
22728 "zlog",
22729]
22730
22731[[package]]
22732name = "zstd"
22733version = "0.11.2+zstd.1.5.2"
22734source = "registry+https://github.com/rust-lang/crates.io-index"
22735checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22736dependencies = [
22737 "zstd-safe",
22738]
22739
22740[[package]]
22741name = "zstd-safe"
22742version = "5.0.2+zstd.1.5.2"
22743source = "registry+https://github.com/rust-lang/crates.io-index"
22744checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22745dependencies = [
22746 "libc",
22747 "zstd-sys",
22748]
22749
22750[[package]]
22751name = "zstd-sys"
22752version = "2.0.16+zstd.1.5.7"
22753source = "registry+https://github.com/rust-lang/crates.io-index"
22754checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22755dependencies = [
22756 "cc",
22757 "pkg-config",
22758]
22759
22760[[package]]
22761name = "ztracing"
22762version = "0.1.0"
22763dependencies = [
22764 "tracing",
22765 "tracing-subscriber",
22766 "tracing-tracy",
22767 "tracy-client",
22768 "zlog",
22769 "ztracing_macro",
22770]
22771
22772[[package]]
22773name = "ztracing_macro"
22774version = "0.1.0"
22775
22776[[package]]
22777name = "zune-core"
22778version = "0.4.12"
22779source = "registry+https://github.com/rust-lang/crates.io-index"
22780checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22781
22782[[package]]
22783name = "zune-core"
22784version = "0.5.1"
22785source = "registry+https://github.com/rust-lang/crates.io-index"
22786checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22787
22788[[package]]
22789name = "zune-inflate"
22790version = "0.2.54"
22791source = "registry+https://github.com/rust-lang/crates.io-index"
22792checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22793dependencies = [
22794 "simd-adler32",
22795]
22796
22797[[package]]
22798name = "zune-jpeg"
22799version = "0.4.21"
22800source = "registry+https://github.com/rust-lang/crates.io-index"
22801checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22802dependencies = [
22803 "zune-core 0.4.12",
22804]
22805
22806[[package]]
22807name = "zune-jpeg"
22808version = "0.5.15"
22809source = "registry+https://github.com/rust-lang/crates.io-index"
22810checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22811dependencies = [
22812 "zune-core 0.5.1",
22813]
22814
22815[[package]]
22816name = "zvariant"
22817version = "5.9.2"
22818source = "registry+https://github.com/rust-lang/crates.io-index"
22819checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22820dependencies = [
22821 "endi",
22822 "enumflags2",
22823 "serde",
22824 "serde_bytes",
22825 "winnow",
22826 "zvariant_derive",
22827 "zvariant_utils",
22828]
22829
22830[[package]]
22831name = "zvariant_derive"
22832version = "5.9.2"
22833source = "registry+https://github.com/rust-lang/crates.io-index"
22834checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22835dependencies = [
22836 "proc-macro-crate",
22837 "proc-macro2",
22838 "quote",
22839 "syn 2.0.117",
22840 "zvariant_utils",
22841]
22842
22843[[package]]
22844name = "zvariant_utils"
22845version = "3.3.0"
22846source = "registry+https://github.com/rust-lang/crates.io-index"
22847checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22848dependencies = [
22849 "proc-macro2",
22850 "quote",
22851 "serde",
22852 "syn 2.0.117",
22853 "winnow",
22854]