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 "project",
  278 "release_channel",
  279 "remote",
  280 "reqwest_client",
  281 "serde",
  282 "serde_json",
  283 "settings",
  284 "smol",
  285 "task",
  286 "tempfile",
  287 "terminal",
  288 "thiserror 2.0.17",
  289 "ui",
  290 "util",
  291 "uuid",
  292 "watch",
  293 "zed_credentials_provider",
  294]
  295
  296[[package]]
  297name = "agent_settings"
  298version = "0.1.0"
  299dependencies = [
  300 "agent-client-protocol",
  301 "anyhow",
  302 "collections",
  303 "convert_case 0.8.0",
  304 "fs",
  305 "futures 0.3.32",
  306 "gpui",
  307 "language_model",
  308 "log",
  309 "paths",
  310 "project",
  311 "regex",
  312 "schemars",
  313 "serde",
  314 "serde_json",
  315 "serde_json_lenient",
  316 "settings",
  317 "util",
  318]
  319
  320[[package]]
  321name = "agent_ui"
  322version = "0.1.0"
  323dependencies = [
  324 "acp_thread",
  325 "action_log",
  326 "agent",
  327 "agent-client-protocol",
  328 "agent_servers",
  329 "agent_settings",
  330 "ai_onboarding",
  331 "anyhow",
  332 "audio",
  333 "base64 0.22.1",
  334 "buffer_diff",
  335 "chrono",
  336 "client",
  337 "clock",
  338 "cloud_api_types",
  339 "collections",
  340 "command_palette_hooks",
  341 "component",
  342 "context_server",
  343 "db",
  344 "editor",
  345 "eval_utils",
  346 "extension",
  347 "extension_host",
  348 "feature_flags",
  349 "file_icons",
  350 "fs",
  351 "futures 0.3.32",
  352 "fuzzy",
  353 "git",
  354 "gpui",
  355 "gpui_tokio",
  356 "heapless",
  357 "html_to_markdown",
  358 "http_client",
  359 "image",
  360 "indoc",
  361 "itertools 0.14.0",
  362 "jsonschema",
  363 "language",
  364 "language_model",
  365 "language_models",
  366 "languages",
  367 "log",
  368 "lsp",
  369 "markdown",
  370 "menu",
  371 "multi_buffer",
  372 "node_runtime",
  373 "notifications",
  374 "ordered-float 2.10.1",
  375 "parking_lot",
  376 "paths",
  377 "picker",
  378 "postage",
  379 "pretty_assertions",
  380 "project",
  381 "prompt_store",
  382 "proto",
  383 "rand 0.9.3",
  384 "release_channel",
  385 "remote",
  386 "remote_connection",
  387 "remote_server",
  388 "reqwest_client",
  389 "rope",
  390 "rules_library",
  391 "schemars",
  392 "semver",
  393 "serde",
  394 "serde_json",
  395 "serde_json_lenient",
  396 "settings",
  397 "smol",
  398 "streaming_diff",
  399 "task",
  400 "telemetry",
  401 "tempfile",
  402 "terminal",
  403 "terminal_view",
  404 "text",
  405 "theme",
  406 "theme_settings",
  407 "time",
  408 "time_format",
  409 "tree-sitter-md",
  410 "ui",
  411 "ui_input",
  412 "unindent",
  413 "url",
  414 "util",
  415 "uuid",
  416 "watch",
  417 "workspace",
  418 "zed_actions",
  419]
  420
  421[[package]]
  422name = "ahash"
  423version = "0.7.8"
  424source = "registry+https://github.com/rust-lang/crates.io-index"
  425checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  426dependencies = [
  427 "getrandom 0.2.16",
  428 "once_cell",
  429 "version_check",
  430]
  431
  432[[package]]
  433name = "ahash"
  434version = "0.8.12"
  435source = "registry+https://github.com/rust-lang/crates.io-index"
  436checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  437dependencies = [
  438 "cfg-if",
  439 "const-random",
  440 "getrandom 0.3.4",
  441 "once_cell",
  442 "serde",
  443 "version_check",
  444 "zerocopy",
  445]
  446
  447[[package]]
  448name = "aho-corasick"
  449version = "1.1.3"
  450source = "registry+https://github.com/rust-lang/crates.io-index"
  451checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  452dependencies = [
  453 "memchr",
  454]
  455
  456[[package]]
  457name = "ai_onboarding"
  458version = "0.1.0"
  459dependencies = [
  460 "client",
  461 "cloud_api_types",
  462 "component",
  463 "gpui",
  464 "language_model",
  465 "serde",
  466 "smallvec",
  467 "telemetry",
  468 "ui",
  469 "zed_actions",
  470]
  471
  472[[package]]
  473name = "alacritty_terminal"
  474version = "0.25.1"
  475source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  476dependencies = [
  477 "base64 0.22.1",
  478 "bitflags 2.10.0",
  479 "home",
  480 "libc",
  481 "log",
  482 "mach2 0.5.0",
  483 "miow",
  484 "parking_lot",
  485 "piper",
  486 "polling",
  487 "regex-automata",
  488 "rustix 1.1.2",
  489 "rustix-openpty",
  490 "serde",
  491 "signal-hook",
  492 "unicode-width",
  493 "vte",
  494 "windows-sys 0.59.0",
  495]
  496
  497[[package]]
  498name = "aliasable"
  499version = "0.1.3"
  500source = "registry+https://github.com/rust-lang/crates.io-index"
  501checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  502
  503[[package]]
  504name = "aligned"
  505version = "0.4.3"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
  508dependencies = [
  509 "as-slice",
  510]
  511
  512[[package]]
  513name = "aligned-vec"
  514version = "0.6.4"
  515source = "registry+https://github.com/rust-lang/crates.io-index"
  516checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  517dependencies = [
  518 "equator",
  519]
  520
  521[[package]]
  522name = "allocator-api2"
  523version = "0.2.21"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  526
  527[[package]]
  528name = "alsa"
  529version = "0.10.0"
  530source = "registry+https://github.com/rust-lang/crates.io-index"
  531checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  532dependencies = [
  533 "alsa-sys",
  534 "bitflags 2.10.0",
  535 "cfg-if",
  536 "libc",
  537]
  538
  539[[package]]
  540name = "alsa-sys"
  541version = "0.3.1"
  542source = "registry+https://github.com/rust-lang/crates.io-index"
  543checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  544dependencies = [
  545 "libc",
  546 "pkg-config",
  547]
  548
  549[[package]]
  550name = "ambient-authority"
  551version = "0.0.2"
  552source = "registry+https://github.com/rust-lang/crates.io-index"
  553checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  554
  555[[package]]
  556name = "ammonia"
  557version = "4.1.2"
  558source = "registry+https://github.com/rust-lang/crates.io-index"
  559checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  560dependencies = [
  561 "cssparser",
  562 "html5ever 0.35.0",
  563 "maplit",
  564 "tendril",
  565 "url",
  566]
  567
  568[[package]]
  569name = "android_system_properties"
  570version = "0.1.5"
  571source = "registry+https://github.com/rust-lang/crates.io-index"
  572checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  573dependencies = [
  574 "libc",
  575]
  576
  577[[package]]
  578name = "anes"
  579version = "0.1.6"
  580source = "registry+https://github.com/rust-lang/crates.io-index"
  581checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  582
  583[[package]]
  584name = "annotate-snippets"
  585version = "0.12.12"
  586source = "registry+https://github.com/rust-lang/crates.io-index"
  587checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  588dependencies = [
  589 "anstyle",
  590 "memchr",
  591 "unicode-width",
  592]
  593
  594[[package]]
  595name = "anstream"
  596version = "0.6.21"
  597source = "registry+https://github.com/rust-lang/crates.io-index"
  598checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  599dependencies = [
  600 "anstyle",
  601 "anstyle-parse",
  602 "anstyle-query",
  603 "anstyle-wincon",
  604 "colorchoice",
  605 "is_terminal_polyfill",
  606 "utf8parse",
  607]
  608
  609[[package]]
  610name = "anstyle"
  611version = "1.0.13"
  612source = "registry+https://github.com/rust-lang/crates.io-index"
  613checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  614
  615[[package]]
  616name = "anstyle-parse"
  617version = "0.2.7"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  620dependencies = [
  621 "utf8parse",
  622]
  623
  624[[package]]
  625name = "anstyle-query"
  626version = "1.1.4"
  627source = "registry+https://github.com/rust-lang/crates.io-index"
  628checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  629dependencies = [
  630 "windows-sys 0.60.2",
  631]
  632
  633[[package]]
  634name = "anstyle-wincon"
  635version = "3.0.10"
  636source = "registry+https://github.com/rust-lang/crates.io-index"
  637checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  638dependencies = [
  639 "anstyle",
  640 "once_cell_polyfill",
  641 "windows-sys 0.60.2",
  642]
  643
  644[[package]]
  645name = "anthropic"
  646version = "0.1.0"
  647dependencies = [
  648 "anyhow",
  649 "chrono",
  650 "collections",
  651 "futures 0.3.32",
  652 "http_client",
  653 "language_model_core",
  654 "log",
  655 "schemars",
  656 "serde",
  657 "serde_json",
  658 "strum 0.27.2",
  659 "thiserror 2.0.17",
  660 "tiktoken-rs",
  661]
  662
  663[[package]]
  664name = "any_vec"
  665version = "0.14.0"
  666source = "registry+https://github.com/rust-lang/crates.io-index"
  667checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  668
  669[[package]]
  670name = "anyhow"
  671version = "1.0.100"
  672source = "registry+https://github.com/rust-lang/crates.io-index"
  673checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  674
  675[[package]]
  676name = "approx"
  677version = "0.5.1"
  678source = "registry+https://github.com/rust-lang/crates.io-index"
  679checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  680dependencies = [
  681 "num-traits",
  682]
  683
  684[[package]]
  685name = "ar_archive_writer"
  686version = "0.5.1"
  687source = "registry+https://github.com/rust-lang/crates.io-index"
  688checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  689dependencies = [
  690 "object",
  691]
  692
  693[[package]]
  694name = "arbitrary"
  695version = "1.4.2"
  696source = "registry+https://github.com/rust-lang/crates.io-index"
  697checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  698dependencies = [
  699 "derive_arbitrary",
  700]
  701
  702[[package]]
  703name = "arc-swap"
  704version = "1.9.0"
  705source = "registry+https://github.com/rust-lang/crates.io-index"
  706checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  707dependencies = [
  708 "rustversion",
  709]
  710
  711[[package]]
  712name = "arg_enum_proc_macro"
  713version = "0.3.4"
  714source = "registry+https://github.com/rust-lang/crates.io-index"
  715checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  716dependencies = [
  717 "proc-macro2",
  718 "quote",
  719 "syn 2.0.117",
  720]
  721
  722[[package]]
  723name = "arraydeque"
  724version = "0.5.1"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  727
  728[[package]]
  729name = "arrayref"
  730version = "0.3.9"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  733
  734[[package]]
  735name = "arrayvec"
  736version = "0.7.6"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  739
  740[[package]]
  741name = "as-raw-xcb-connection"
  742version = "1.0.1"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  745
  746[[package]]
  747name = "as-slice"
  748version = "0.2.1"
  749source = "registry+https://github.com/rust-lang/crates.io-index"
  750checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
  751dependencies = [
  752 "stable_deref_trait",
  753]
  754
  755[[package]]
  756name = "ascii"
  757version = "1.1.0"
  758source = "registry+https://github.com/rust-lang/crates.io-index"
  759checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  760
  761[[package]]
  762name = "ash"
  763version = "0.38.0+1.3.281"
  764source = "registry+https://github.com/rust-lang/crates.io-index"
  765checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  766dependencies = [
  767 "libloading",
  768]
  769
  770[[package]]
  771name = "ashpd"
  772version = "0.13.2"
  773source = "registry+https://github.com/rust-lang/crates.io-index"
  774checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  775dependencies = [
  776 "enumflags2",
  777 "futures-channel",
  778 "futures-util",
  779 "getrandom 0.4.1",
  780 "serde",
  781 "serde_repr",
  782 "wayland-backend",
  783 "wayland-client",
  784 "wayland-protocols",
  785 "zbus",
  786]
  787
  788[[package]]
  789name = "askpass"
  790version = "0.1.0"
  791dependencies = [
  792 "anyhow",
  793 "futures 0.3.32",
  794 "gpui",
  795 "log",
  796 "net",
  797 "smol",
  798 "tempfile",
  799 "util",
  800 "windows 0.61.3",
  801 "zeroize",
  802]
  803
  804[[package]]
  805name = "assets"
  806version = "0.1.0"
  807dependencies = [
  808 "anyhow",
  809 "gpui",
  810 "rust-embed",
  811]
  812
  813[[package]]
  814name = "async-attributes"
  815version = "1.1.2"
  816source = "registry+https://github.com/rust-lang/crates.io-index"
  817checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  818dependencies = [
  819 "quote",
  820 "syn 1.0.109",
  821]
  822
  823[[package]]
  824name = "async-broadcast"
  825version = "0.7.2"
  826source = "registry+https://github.com/rust-lang/crates.io-index"
  827checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  828dependencies = [
  829 "event-listener 5.4.1",
  830 "event-listener-strategy",
  831 "futures-core",
  832 "pin-project-lite",
  833]
  834
  835[[package]]
  836name = "async-channel"
  837version = "1.9.0"
  838source = "registry+https://github.com/rust-lang/crates.io-index"
  839checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  840dependencies = [
  841 "concurrent-queue",
  842 "event-listener 2.5.3",
  843 "futures-core",
  844]
  845
  846[[package]]
  847name = "async-channel"
  848version = "2.5.0"
  849source = "registry+https://github.com/rust-lang/crates.io-index"
  850checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  851dependencies = [
  852 "concurrent-queue",
  853 "event-listener-strategy",
  854 "futures-core",
  855 "pin-project-lite",
  856]
  857
  858[[package]]
  859name = "async-compat"
  860version = "0.2.5"
  861source = "registry+https://github.com/rust-lang/crates.io-index"
  862checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  863dependencies = [
  864 "futures-core",
  865 "futures-io",
  866 "once_cell",
  867 "pin-project-lite",
  868 "tokio",
  869]
  870
  871[[package]]
  872name = "async-compression"
  873version = "0.4.32"
  874source = "registry+https://github.com/rust-lang/crates.io-index"
  875checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  876dependencies = [
  877 "compression-codecs",
  878 "compression-core",
  879 "futures-core",
  880 "futures-io",
  881 "pin-project-lite",
  882]
  883
  884[[package]]
  885name = "async-dispatcher"
  886version = "0.1.2"
  887source = "registry+https://github.com/rust-lang/crates.io-index"
  888checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  889dependencies = [
  890 "async-task",
  891 "futures-lite 1.13.0",
  892]
  893
  894[[package]]
  895name = "async-executor"
  896version = "1.13.3"
  897source = "registry+https://github.com/rust-lang/crates.io-index"
  898checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  899dependencies = [
  900 "async-task",
  901 "concurrent-queue",
  902 "fastrand 2.3.0",
  903 "futures-lite 2.6.1",
  904 "pin-project-lite",
  905 "slab",
  906]
  907
  908[[package]]
  909name = "async-fs"
  910version = "2.2.0"
  911source = "registry+https://github.com/rust-lang/crates.io-index"
  912checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  913dependencies = [
  914 "async-lock 3.4.2",
  915 "blocking",
  916 "futures-lite 2.6.1",
  917]
  918
  919[[package]]
  920name = "async-global-executor"
  921version = "2.4.1"
  922source = "registry+https://github.com/rust-lang/crates.io-index"
  923checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  924dependencies = [
  925 "async-channel 2.5.0",
  926 "async-executor",
  927 "async-io",
  928 "async-lock 3.4.2",
  929 "blocking",
  930 "futures-lite 2.6.1",
  931 "once_cell",
  932]
  933
  934[[package]]
  935name = "async-io"
  936version = "2.6.0"
  937source = "registry+https://github.com/rust-lang/crates.io-index"
  938checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  939dependencies = [
  940 "autocfg",
  941 "cfg-if",
  942 "concurrent-queue",
  943 "futures-io",
  944 "futures-lite 2.6.1",
  945 "parking",
  946 "polling",
  947 "rustix 1.1.2",
  948 "slab",
  949 "windows-sys 0.61.2",
  950]
  951
  952[[package]]
  953name = "async-lock"
  954version = "2.8.0"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  957dependencies = [
  958 "event-listener 2.5.3",
  959]
  960
  961[[package]]
  962name = "async-lock"
  963version = "3.4.2"
  964source = "registry+https://github.com/rust-lang/crates.io-index"
  965checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  966dependencies = [
  967 "event-listener 5.4.1",
  968 "event-listener-strategy",
  969 "pin-project-lite",
  970]
  971
  972[[package]]
  973name = "async-net"
  974version = "2.0.0"
  975source = "registry+https://github.com/rust-lang/crates.io-index"
  976checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  977dependencies = [
  978 "async-io",
  979 "blocking",
  980 "futures-lite 2.6.1",
  981]
  982
  983[[package]]
  984name = "async-pipe"
  985version = "0.1.3"
  986source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  987dependencies = [
  988 "futures 0.3.32",
  989 "log",
  990]
  991
  992[[package]]
  993name = "async-process"
  994version = "2.5.0"
  995source = "registry+https://github.com/rust-lang/crates.io-index"
  996checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  997dependencies = [
  998 "async-channel 2.5.0",
  999 "async-io",
 1000 "async-lock 3.4.2",
 1001 "async-signal",
 1002 "async-task",
 1003 "blocking",
 1004 "cfg-if",
 1005 "event-listener 5.4.1",
 1006 "futures-lite 2.6.1",
 1007 "rustix 1.1.2",
 1008]
 1009
 1010[[package]]
 1011name = "async-recursion"
 1012version = "1.1.1"
 1013source = "registry+https://github.com/rust-lang/crates.io-index"
 1014checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1015dependencies = [
 1016 "proc-macro2",
 1017 "quote",
 1018 "syn 2.0.117",
 1019]
 1020
 1021[[package]]
 1022name = "async-signal"
 1023version = "0.2.13"
 1024source = "registry+https://github.com/rust-lang/crates.io-index"
 1025checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1026dependencies = [
 1027 "async-io",
 1028 "async-lock 3.4.2",
 1029 "atomic-waker",
 1030 "cfg-if",
 1031 "futures-core",
 1032 "futures-io",
 1033 "rustix 1.1.2",
 1034 "signal-hook-registry",
 1035 "slab",
 1036 "windows-sys 0.61.2",
 1037]
 1038
 1039[[package]]
 1040name = "async-std"
 1041version = "1.13.2"
 1042source = "registry+https://github.com/rust-lang/crates.io-index"
 1043checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1044dependencies = [
 1045 "async-attributes",
 1046 "async-channel 1.9.0",
 1047 "async-global-executor",
 1048 "async-io",
 1049 "async-lock 3.4.2",
 1050 "async-process",
 1051 "crossbeam-utils",
 1052 "futures-channel",
 1053 "futures-core",
 1054 "futures-io",
 1055 "futures-lite 2.6.1",
 1056 "gloo-timers",
 1057 "kv-log-macro",
 1058 "log",
 1059 "memchr",
 1060 "once_cell",
 1061 "pin-project-lite",
 1062 "pin-utils",
 1063 "slab",
 1064 "wasm-bindgen-futures",
 1065]
 1066
 1067[[package]]
 1068name = "async-stream"
 1069version = "0.3.6"
 1070source = "registry+https://github.com/rust-lang/crates.io-index"
 1071checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1072dependencies = [
 1073 "async-stream-impl",
 1074 "futures-core",
 1075 "pin-project-lite",
 1076]
 1077
 1078[[package]]
 1079name = "async-stream-impl"
 1080version = "0.3.6"
 1081source = "registry+https://github.com/rust-lang/crates.io-index"
 1082checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1083dependencies = [
 1084 "proc-macro2",
 1085 "quote",
 1086 "syn 2.0.117",
 1087]
 1088
 1089[[package]]
 1090name = "async-tar"
 1091version = "0.5.1"
 1092source = "registry+https://github.com/rust-lang/crates.io-index"
 1093checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1094dependencies = [
 1095 "async-std",
 1096 "filetime",
 1097 "libc",
 1098 "pin-project",
 1099 "redox_syscall 0.2.16",
 1100 "xattr",
 1101]
 1102
 1103[[package]]
 1104name = "async-task"
 1105version = "4.7.1"
 1106source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1107
 1108[[package]]
 1109name = "async-trait"
 1110version = "0.1.89"
 1111source = "registry+https://github.com/rust-lang/crates.io-index"
 1112checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1113dependencies = [
 1114 "proc-macro2",
 1115 "quote",
 1116 "syn 2.0.117",
 1117]
 1118
 1119[[package]]
 1120name = "async-tungstenite"
 1121version = "0.31.0"
 1122source = "registry+https://github.com/rust-lang/crates.io-index"
 1123checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1124dependencies = [
 1125 "atomic-waker",
 1126 "futures-core",
 1127 "futures-io",
 1128 "futures-task",
 1129 "futures-util",
 1130 "log",
 1131 "pin-project-lite",
 1132 "rustls-pki-types",
 1133 "tokio",
 1134 "tokio-rustls 0.26.2",
 1135 "tungstenite 0.27.0",
 1136]
 1137
 1138[[package]]
 1139name = "async_zip"
 1140version = "0.0.18"
 1141source = "registry+https://github.com/rust-lang/crates.io-index"
 1142checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1143dependencies = [
 1144 "async-compression",
 1145 "crc32fast",
 1146 "futures-lite 2.6.1",
 1147 "pin-project",
 1148 "thiserror 2.0.17",
 1149]
 1150
 1151[[package]]
 1152name = "asynchronous-codec"
 1153version = "0.7.0"
 1154source = "registry+https://github.com/rust-lang/crates.io-index"
 1155checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1156dependencies = [
 1157 "bytes 1.11.1",
 1158 "futures-sink",
 1159 "futures-util",
 1160 "memchr",
 1161 "pin-project-lite",
 1162]
 1163
 1164[[package]]
 1165name = "atoi"
 1166version = "2.0.0"
 1167source = "registry+https://github.com/rust-lang/crates.io-index"
 1168checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1169dependencies = [
 1170 "num-traits",
 1171]
 1172
 1173[[package]]
 1174name = "atomic"
 1175version = "0.5.3"
 1176source = "registry+https://github.com/rust-lang/crates.io-index"
 1177checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1178
 1179[[package]]
 1180name = "atomic-waker"
 1181version = "1.1.2"
 1182source = "registry+https://github.com/rust-lang/crates.io-index"
 1183checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1184
 1185[[package]]
 1186name = "audio"
 1187version = "0.1.0"
 1188dependencies = [
 1189 "anyhow",
 1190 "collections",
 1191 "cpal",
 1192 "crossbeam",
 1193 "denoise",
 1194 "gpui",
 1195 "libwebrtc",
 1196 "log",
 1197 "parking_lot",
 1198 "rodio",
 1199 "serde",
 1200 "settings",
 1201 "thiserror 2.0.17",
 1202 "util",
 1203]
 1204
 1205[[package]]
 1206name = "auditable-serde"
 1207version = "0.8.0"
 1208source = "registry+https://github.com/rust-lang/crates.io-index"
 1209checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1210dependencies = [
 1211 "semver",
 1212 "serde",
 1213 "serde_json",
 1214 "topological-sort",
 1215]
 1216
 1217[[package]]
 1218name = "auto_update"
 1219version = "0.1.0"
 1220dependencies = [
 1221 "anyhow",
 1222 "client",
 1223 "clock",
 1224 "ctor",
 1225 "db",
 1226 "futures 0.3.32",
 1227 "futures-lite 1.13.0",
 1228 "gpui",
 1229 "http_client",
 1230 "log",
 1231 "parking_lot",
 1232 "paths",
 1233 "release_channel",
 1234 "semver",
 1235 "serde",
 1236 "serde_json",
 1237 "settings",
 1238 "smol",
 1239 "tempfile",
 1240 "util",
 1241 "which 6.0.3",
 1242 "workspace",
 1243 "zlog",
 1244]
 1245
 1246[[package]]
 1247name = "auto_update_helper"
 1248version = "0.1.0"
 1249dependencies = [
 1250 "anyhow",
 1251 "log",
 1252 "scopeguard",
 1253 "simplelog",
 1254 "tempfile",
 1255 "windows 0.61.3",
 1256 "winresource",
 1257]
 1258
 1259[[package]]
 1260name = "auto_update_ui"
 1261version = "0.1.0"
 1262dependencies = [
 1263 "agent_settings",
 1264 "anyhow",
 1265 "auto_update",
 1266 "client",
 1267 "db",
 1268 "editor",
 1269 "fs",
 1270 "gpui",
 1271 "markdown_preview",
 1272 "notifications",
 1273 "release_channel",
 1274 "semver",
 1275 "serde",
 1276 "serde_json",
 1277 "smol",
 1278 "telemetry",
 1279 "ui",
 1280 "util",
 1281 "workspace",
 1282 "zed_actions",
 1283]
 1284
 1285[[package]]
 1286name = "autocfg"
 1287version = "1.5.0"
 1288source = "registry+https://github.com/rust-lang/crates.io-index"
 1289checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1290
 1291[[package]]
 1292name = "av-scenechange"
 1293version = "0.14.1"
 1294source = "registry+https://github.com/rust-lang/crates.io-index"
 1295checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
 1296dependencies = [
 1297 "aligned",
 1298 "anyhow",
 1299 "arg_enum_proc_macro",
 1300 "arrayvec",
 1301 "log",
 1302 "num-rational",
 1303 "num-traits",
 1304 "pastey",
 1305 "rayon",
 1306 "thiserror 2.0.17",
 1307 "v_frame",
 1308 "y4m",
 1309]
 1310
 1311[[package]]
 1312name = "av1-grain"
 1313version = "0.2.4"
 1314source = "registry+https://github.com/rust-lang/crates.io-index"
 1315checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1316dependencies = [
 1317 "anyhow",
 1318 "arrayvec",
 1319 "log",
 1320 "nom 7.1.3",
 1321 "num-rational",
 1322 "v_frame",
 1323]
 1324
 1325[[package]]
 1326name = "avif-serialize"
 1327version = "0.8.6"
 1328source = "registry+https://github.com/rust-lang/crates.io-index"
 1329checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1330dependencies = [
 1331 "arrayvec",
 1332]
 1333
 1334[[package]]
 1335name = "aws-config"
 1336version = "1.8.10"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1339dependencies = [
 1340 "aws-credential-types",
 1341 "aws-runtime",
 1342 "aws-sdk-sso",
 1343 "aws-sdk-ssooidc",
 1344 "aws-sdk-sts",
 1345 "aws-smithy-async",
 1346 "aws-smithy-http",
 1347 "aws-smithy-json",
 1348 "aws-smithy-runtime",
 1349 "aws-smithy-runtime-api",
 1350 "aws-smithy-types",
 1351 "aws-types",
 1352 "bytes 1.11.1",
 1353 "fastrand 2.3.0",
 1354 "hex",
 1355 "http 1.3.1",
 1356 "ring",
 1357 "time",
 1358 "tokio",
 1359 "tracing",
 1360 "url",
 1361 "zeroize",
 1362]
 1363
 1364[[package]]
 1365name = "aws-credential-types"
 1366version = "1.2.10"
 1367source = "registry+https://github.com/rust-lang/crates.io-index"
 1368checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1369dependencies = [
 1370 "aws-smithy-async",
 1371 "aws-smithy-runtime-api",
 1372 "aws-smithy-types",
 1373 "zeroize",
 1374]
 1375
 1376[[package]]
 1377name = "aws-lc-rs"
 1378version = "1.15.4"
 1379source = "registry+https://github.com/rust-lang/crates.io-index"
 1380checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1381dependencies = [
 1382 "aws-lc-sys",
 1383 "untrusted 0.7.1",
 1384 "zeroize",
 1385]
 1386
 1387[[package]]
 1388name = "aws-lc-sys"
 1389version = "0.37.0"
 1390source = "registry+https://github.com/rust-lang/crates.io-index"
 1391checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1392dependencies = [
 1393 "cc",
 1394 "cmake",
 1395 "dunce",
 1396 "fs_extra",
 1397]
 1398
 1399[[package]]
 1400name = "aws-runtime"
 1401version = "1.5.16"
 1402source = "registry+https://github.com/rust-lang/crates.io-index"
 1403checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1404dependencies = [
 1405 "aws-credential-types",
 1406 "aws-sigv4",
 1407 "aws-smithy-async",
 1408 "aws-smithy-eventstream",
 1409 "aws-smithy-http",
 1410 "aws-smithy-runtime",
 1411 "aws-smithy-runtime-api",
 1412 "aws-smithy-types",
 1413 "aws-types",
 1414 "bytes 1.11.1",
 1415 "fastrand 2.3.0",
 1416 "http 0.2.12",
 1417 "http-body 0.4.6",
 1418 "percent-encoding",
 1419 "pin-project-lite",
 1420 "tracing",
 1421 "uuid",
 1422]
 1423
 1424[[package]]
 1425name = "aws-sdk-bedrockruntime"
 1426version = "1.113.0"
 1427source = "registry+https://github.com/rust-lang/crates.io-index"
 1428checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1429dependencies = [
 1430 "aws-credential-types",
 1431 "aws-runtime",
 1432 "aws-sigv4",
 1433 "aws-smithy-async",
 1434 "aws-smithy-eventstream",
 1435 "aws-smithy-http",
 1436 "aws-smithy-json",
 1437 "aws-smithy-runtime",
 1438 "aws-smithy-runtime-api",
 1439 "aws-smithy-types",
 1440 "aws-types",
 1441 "bytes 1.11.1",
 1442 "fastrand 2.3.0",
 1443 "http 0.2.12",
 1444 "hyper 0.14.32",
 1445 "regex-lite",
 1446 "tracing",
 1447]
 1448
 1449[[package]]
 1450name = "aws-sdk-kinesis"
 1451version = "1.95.0"
 1452source = "registry+https://github.com/rust-lang/crates.io-index"
 1453checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1454dependencies = [
 1455 "aws-credential-types",
 1456 "aws-runtime",
 1457 "aws-smithy-async",
 1458 "aws-smithy-eventstream",
 1459 "aws-smithy-http",
 1460 "aws-smithy-json",
 1461 "aws-smithy-runtime",
 1462 "aws-smithy-runtime-api",
 1463 "aws-smithy-types",
 1464 "aws-types",
 1465 "bytes 1.11.1",
 1466 "fastrand 2.3.0",
 1467 "http 0.2.12",
 1468 "regex-lite",
 1469 "tracing",
 1470]
 1471
 1472[[package]]
 1473name = "aws-sdk-s3"
 1474version = "1.112.0"
 1475source = "registry+https://github.com/rust-lang/crates.io-index"
 1476checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1477dependencies = [
 1478 "aws-credential-types",
 1479 "aws-runtime",
 1480 "aws-sigv4",
 1481 "aws-smithy-async",
 1482 "aws-smithy-checksums",
 1483 "aws-smithy-eventstream",
 1484 "aws-smithy-http",
 1485 "aws-smithy-json",
 1486 "aws-smithy-runtime",
 1487 "aws-smithy-runtime-api",
 1488 "aws-smithy-types",
 1489 "aws-smithy-xml",
 1490 "aws-types",
 1491 "bytes 1.11.1",
 1492 "fastrand 2.3.0",
 1493 "hex",
 1494 "hmac",
 1495 "http 0.2.12",
 1496 "http 1.3.1",
 1497 "http-body 0.4.6",
 1498 "lru",
 1499 "percent-encoding",
 1500 "regex-lite",
 1501 "sha2",
 1502 "tracing",
 1503 "url",
 1504]
 1505
 1506[[package]]
 1507name = "aws-sdk-sso"
 1508version = "1.88.0"
 1509source = "registry+https://github.com/rust-lang/crates.io-index"
 1510checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1511dependencies = [
 1512 "aws-credential-types",
 1513 "aws-runtime",
 1514 "aws-smithy-async",
 1515 "aws-smithy-http",
 1516 "aws-smithy-json",
 1517 "aws-smithy-runtime",
 1518 "aws-smithy-runtime-api",
 1519 "aws-smithy-types",
 1520 "aws-types",
 1521 "bytes 1.11.1",
 1522 "fastrand 2.3.0",
 1523 "http 0.2.12",
 1524 "regex-lite",
 1525 "tracing",
 1526]
 1527
 1528[[package]]
 1529name = "aws-sdk-ssooidc"
 1530version = "1.90.0"
 1531source = "registry+https://github.com/rust-lang/crates.io-index"
 1532checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1533dependencies = [
 1534 "aws-credential-types",
 1535 "aws-runtime",
 1536 "aws-smithy-async",
 1537 "aws-smithy-http",
 1538 "aws-smithy-json",
 1539 "aws-smithy-runtime",
 1540 "aws-smithy-runtime-api",
 1541 "aws-smithy-types",
 1542 "aws-types",
 1543 "bytes 1.11.1",
 1544 "fastrand 2.3.0",
 1545 "http 0.2.12",
 1546 "regex-lite",
 1547 "tracing",
 1548]
 1549
 1550[[package]]
 1551name = "aws-sdk-sts"
 1552version = "1.90.0"
 1553source = "registry+https://github.com/rust-lang/crates.io-index"
 1554checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1555dependencies = [
 1556 "aws-credential-types",
 1557 "aws-runtime",
 1558 "aws-smithy-async",
 1559 "aws-smithy-http",
 1560 "aws-smithy-json",
 1561 "aws-smithy-query",
 1562 "aws-smithy-runtime",
 1563 "aws-smithy-runtime-api",
 1564 "aws-smithy-types",
 1565 "aws-smithy-xml",
 1566 "aws-types",
 1567 "fastrand 2.3.0",
 1568 "http 0.2.12",
 1569 "regex-lite",
 1570 "tracing",
 1571]
 1572
 1573[[package]]
 1574name = "aws-sigv4"
 1575version = "1.3.6"
 1576source = "registry+https://github.com/rust-lang/crates.io-index"
 1577checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1578dependencies = [
 1579 "aws-credential-types",
 1580 "aws-smithy-eventstream",
 1581 "aws-smithy-http",
 1582 "aws-smithy-runtime-api",
 1583 "aws-smithy-types",
 1584 "bytes 1.11.1",
 1585 "crypto-bigint 0.5.5",
 1586 "form_urlencoded",
 1587 "hex",
 1588 "hmac",
 1589 "http 0.2.12",
 1590 "http 1.3.1",
 1591 "p256",
 1592 "percent-encoding",
 1593 "ring",
 1594 "sha2",
 1595 "subtle",
 1596 "time",
 1597 "tracing",
 1598 "zeroize",
 1599]
 1600
 1601[[package]]
 1602name = "aws-smithy-async"
 1603version = "1.2.6"
 1604source = "registry+https://github.com/rust-lang/crates.io-index"
 1605checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1606dependencies = [
 1607 "futures-util",
 1608 "pin-project-lite",
 1609 "tokio",
 1610]
 1611
 1612[[package]]
 1613name = "aws-smithy-checksums"
 1614version = "0.63.11"
 1615source = "registry+https://github.com/rust-lang/crates.io-index"
 1616checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1617dependencies = [
 1618 "aws-smithy-http",
 1619 "aws-smithy-types",
 1620 "bytes 1.11.1",
 1621 "crc-fast",
 1622 "hex",
 1623 "http 0.2.12",
 1624 "http-body 0.4.6",
 1625 "md-5",
 1626 "pin-project-lite",
 1627 "sha1",
 1628 "sha2",
 1629 "tracing",
 1630]
 1631
 1632[[package]]
 1633name = "aws-smithy-eventstream"
 1634version = "0.60.13"
 1635source = "registry+https://github.com/rust-lang/crates.io-index"
 1636checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1637dependencies = [
 1638 "aws-smithy-types",
 1639 "bytes 1.11.1",
 1640 "crc32fast",
 1641]
 1642
 1643[[package]]
 1644name = "aws-smithy-http"
 1645version = "0.62.5"
 1646source = "registry+https://github.com/rust-lang/crates.io-index"
 1647checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1648dependencies = [
 1649 "aws-smithy-eventstream",
 1650 "aws-smithy-runtime-api",
 1651 "aws-smithy-types",
 1652 "bytes 1.11.1",
 1653 "bytes-utils",
 1654 "futures-core",
 1655 "futures-util",
 1656 "http 0.2.12",
 1657 "http 1.3.1",
 1658 "http-body 0.4.6",
 1659 "percent-encoding",
 1660 "pin-project-lite",
 1661 "pin-utils",
 1662 "tracing",
 1663]
 1664
 1665[[package]]
 1666name = "aws-smithy-http-client"
 1667version = "1.1.4"
 1668source = "registry+https://github.com/rust-lang/crates.io-index"
 1669checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1670dependencies = [
 1671 "aws-smithy-async",
 1672 "aws-smithy-runtime-api",
 1673 "aws-smithy-types",
 1674 "h2 0.3.27",
 1675 "h2 0.4.12",
 1676 "http 0.2.12",
 1677 "http 1.3.1",
 1678 "http-body 0.4.6",
 1679 "hyper 0.14.32",
 1680 "hyper 1.7.0",
 1681 "hyper-rustls 0.24.2",
 1682 "hyper-rustls 0.27.7",
 1683 "hyper-util",
 1684 "pin-project-lite",
 1685 "rustls 0.21.12",
 1686 "rustls 0.23.33",
 1687 "rustls-native-certs 0.8.2",
 1688 "rustls-pki-types",
 1689 "tokio",
 1690 "tokio-rustls 0.26.2",
 1691 "tower 0.5.2",
 1692 "tracing",
 1693]
 1694
 1695[[package]]
 1696name = "aws-smithy-json"
 1697version = "0.61.7"
 1698source = "registry+https://github.com/rust-lang/crates.io-index"
 1699checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1700dependencies = [
 1701 "aws-smithy-types",
 1702]
 1703
 1704[[package]]
 1705name = "aws-smithy-observability"
 1706version = "0.1.4"
 1707source = "registry+https://github.com/rust-lang/crates.io-index"
 1708checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1709dependencies = [
 1710 "aws-smithy-runtime-api",
 1711]
 1712
 1713[[package]]
 1714name = "aws-smithy-query"
 1715version = "0.60.8"
 1716source = "registry+https://github.com/rust-lang/crates.io-index"
 1717checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1718dependencies = [
 1719 "aws-smithy-types",
 1720 "urlencoding",
 1721]
 1722
 1723[[package]]
 1724name = "aws-smithy-runtime"
 1725version = "1.9.4"
 1726source = "registry+https://github.com/rust-lang/crates.io-index"
 1727checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1728dependencies = [
 1729 "aws-smithy-async",
 1730 "aws-smithy-http",
 1731 "aws-smithy-http-client",
 1732 "aws-smithy-observability",
 1733 "aws-smithy-runtime-api",
 1734 "aws-smithy-types",
 1735 "bytes 1.11.1",
 1736 "fastrand 2.3.0",
 1737 "http 0.2.12",
 1738 "http 1.3.1",
 1739 "http-body 0.4.6",
 1740 "http-body 1.0.1",
 1741 "pin-project-lite",
 1742 "pin-utils",
 1743 "tokio",
 1744 "tracing",
 1745]
 1746
 1747[[package]]
 1748name = "aws-smithy-runtime-api"
 1749version = "1.9.2"
 1750source = "registry+https://github.com/rust-lang/crates.io-index"
 1751checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1752dependencies = [
 1753 "aws-smithy-async",
 1754 "aws-smithy-types",
 1755 "bytes 1.11.1",
 1756 "http 0.2.12",
 1757 "http 1.3.1",
 1758 "pin-project-lite",
 1759 "tokio",
 1760 "tracing",
 1761 "zeroize",
 1762]
 1763
 1764[[package]]
 1765name = "aws-smithy-types"
 1766version = "1.3.4"
 1767source = "registry+https://github.com/rust-lang/crates.io-index"
 1768checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1769dependencies = [
 1770 "base64-simd",
 1771 "bytes 1.11.1",
 1772 "bytes-utils",
 1773 "futures-core",
 1774 "http 0.2.12",
 1775 "http 1.3.1",
 1776 "http-body 0.4.6",
 1777 "http-body 1.0.1",
 1778 "http-body-util",
 1779 "itoa",
 1780 "num-integer",
 1781 "pin-project-lite",
 1782 "pin-utils",
 1783 "ryu",
 1784 "serde",
 1785 "time",
 1786 "tokio",
 1787 "tokio-util",
 1788]
 1789
 1790[[package]]
 1791name = "aws-smithy-xml"
 1792version = "0.60.12"
 1793source = "registry+https://github.com/rust-lang/crates.io-index"
 1794checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1795dependencies = [
 1796 "xmlparser",
 1797]
 1798
 1799[[package]]
 1800name = "aws-types"
 1801version = "1.3.10"
 1802source = "registry+https://github.com/rust-lang/crates.io-index"
 1803checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1804dependencies = [
 1805 "aws-credential-types",
 1806 "aws-smithy-async",
 1807 "aws-smithy-runtime-api",
 1808 "aws-smithy-types",
 1809 "rustc_version",
 1810 "tracing",
 1811]
 1812
 1813[[package]]
 1814name = "aws_http_client"
 1815version = "0.1.0"
 1816dependencies = [
 1817 "aws-smithy-runtime-api",
 1818 "aws-smithy-types",
 1819 "http_client",
 1820]
 1821
 1822[[package]]
 1823name = "axum"
 1824version = "0.6.20"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1827dependencies = [
 1828 "async-trait",
 1829 "axum-core",
 1830 "base64 0.21.7",
 1831 "bitflags 1.3.2",
 1832 "bytes 1.11.1",
 1833 "futures-util",
 1834 "headers",
 1835 "http 0.2.12",
 1836 "http-body 0.4.6",
 1837 "hyper 0.14.32",
 1838 "itoa",
 1839 "matchit",
 1840 "memchr",
 1841 "mime",
 1842 "percent-encoding",
 1843 "pin-project-lite",
 1844 "rustversion",
 1845 "serde",
 1846 "serde_json",
 1847 "serde_path_to_error",
 1848 "serde_urlencoded",
 1849 "sha1",
 1850 "sync_wrapper 0.1.2",
 1851 "tokio",
 1852 "tokio-tungstenite 0.20.1",
 1853 "tower 0.4.13",
 1854 "tower-layer",
 1855 "tower-service",
 1856]
 1857
 1858[[package]]
 1859name = "axum-core"
 1860version = "0.3.4"
 1861source = "registry+https://github.com/rust-lang/crates.io-index"
 1862checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1863dependencies = [
 1864 "async-trait",
 1865 "bytes 1.11.1",
 1866 "futures-util",
 1867 "http 0.2.12",
 1868 "http-body 0.4.6",
 1869 "mime",
 1870 "rustversion",
 1871 "tower-layer",
 1872 "tower-service",
 1873]
 1874
 1875[[package]]
 1876name = "backtrace"
 1877version = "0.3.76"
 1878source = "registry+https://github.com/rust-lang/crates.io-index"
 1879checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1880dependencies = [
 1881 "addr2line",
 1882 "cfg-if",
 1883 "libc",
 1884 "miniz_oxide",
 1885 "object",
 1886 "rustc-demangle",
 1887 "windows-link 0.2.1",
 1888]
 1889
 1890[[package]]
 1891name = "base16ct"
 1892version = "0.1.1"
 1893source = "registry+https://github.com/rust-lang/crates.io-index"
 1894checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1895
 1896[[package]]
 1897name = "base64"
 1898version = "0.21.7"
 1899source = "registry+https://github.com/rust-lang/crates.io-index"
 1900checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1901
 1902[[package]]
 1903name = "base64"
 1904version = "0.22.1"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1907
 1908[[package]]
 1909name = "base64-simd"
 1910version = "0.8.0"
 1911source = "registry+https://github.com/rust-lang/crates.io-index"
 1912checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1913dependencies = [
 1914 "outref",
 1915 "vsimd",
 1916]
 1917
 1918[[package]]
 1919name = "base64ct"
 1920version = "1.8.0"
 1921source = "registry+https://github.com/rust-lang/crates.io-index"
 1922checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1923
 1924[[package]]
 1925name = "bedrock"
 1926version = "0.1.0"
 1927dependencies = [
 1928 "anyhow",
 1929 "aws-sdk-bedrockruntime",
 1930 "aws-smithy-types",
 1931 "futures 0.3.32",
 1932 "schemars",
 1933 "serde",
 1934 "serde_json",
 1935 "strum 0.27.2",
 1936 "thiserror 2.0.17",
 1937]
 1938
 1939[[package]]
 1940name = "bigdecimal"
 1941version = "0.4.8"
 1942source = "registry+https://github.com/rust-lang/crates.io-index"
 1943checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1944dependencies = [
 1945 "autocfg",
 1946 "libm",
 1947 "num-bigint",
 1948 "num-integer",
 1949 "num-traits",
 1950 "serde",
 1951]
 1952
 1953[[package]]
 1954name = "bincode"
 1955version = "1.3.3"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1958dependencies = [
 1959 "serde",
 1960]
 1961
 1962[[package]]
 1963name = "bindgen"
 1964version = "0.71.1"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1967dependencies = [
 1968 "bitflags 2.10.0",
 1969 "cexpr",
 1970 "clang-sys",
 1971 "itertools 0.10.5",
 1972 "log",
 1973 "prettyplease",
 1974 "proc-macro2",
 1975 "quote",
 1976 "regex",
 1977 "rustc-hash 2.1.1",
 1978 "shlex",
 1979 "syn 2.0.117",
 1980]
 1981
 1982[[package]]
 1983name = "bindgen"
 1984version = "0.72.1"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1987dependencies = [
 1988 "bitflags 2.10.0",
 1989 "cexpr",
 1990 "clang-sys",
 1991 "itertools 0.10.5",
 1992 "proc-macro2",
 1993 "quote",
 1994 "regex",
 1995 "rustc-hash 2.1.1",
 1996 "shlex",
 1997 "syn 2.0.117",
 1998]
 1999
 2000[[package]]
 2001name = "bit-set"
 2002version = "0.8.0"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2005dependencies = [
 2006 "bit-vec 0.8.0",
 2007]
 2008
 2009[[package]]
 2010name = "bit-set"
 2011version = "0.9.1"
 2012source = "registry+https://github.com/rust-lang/crates.io-index"
 2013checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2014dependencies = [
 2015 "bit-vec 0.9.1",
 2016]
 2017
 2018[[package]]
 2019name = "bit-vec"
 2020version = "0.8.0"
 2021source = "registry+https://github.com/rust-lang/crates.io-index"
 2022checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2023
 2024[[package]]
 2025name = "bit-vec"
 2026version = "0.9.1"
 2027source = "registry+https://github.com/rust-lang/crates.io-index"
 2028checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2029
 2030[[package]]
 2031name = "bit_field"
 2032version = "0.10.3"
 2033source = "registry+https://github.com/rust-lang/crates.io-index"
 2034checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2035
 2036[[package]]
 2037name = "bitflags"
 2038version = "1.3.2"
 2039source = "registry+https://github.com/rust-lang/crates.io-index"
 2040checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2041
 2042[[package]]
 2043name = "bitflags"
 2044version = "2.10.0"
 2045source = "registry+https://github.com/rust-lang/crates.io-index"
 2046checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2047dependencies = [
 2048 "serde_core",
 2049]
 2050
 2051[[package]]
 2052name = "bitstream-io"
 2053version = "4.9.0"
 2054source = "registry+https://github.com/rust-lang/crates.io-index"
 2055checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
 2056dependencies = [
 2057 "core2",
 2058]
 2059
 2060[[package]]
 2061name = "bitvec"
 2062version = "1.0.1"
 2063source = "registry+https://github.com/rust-lang/crates.io-index"
 2064checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2065dependencies = [
 2066 "funty",
 2067 "radium",
 2068 "tap",
 2069 "wyz",
 2070]
 2071
 2072[[package]]
 2073name = "block"
 2074version = "0.1.6"
 2075source = "registry+https://github.com/rust-lang/crates.io-index"
 2076checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2077
 2078[[package]]
 2079name = "block-buffer"
 2080version = "0.10.4"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2083dependencies = [
 2084 "generic-array",
 2085]
 2086
 2087[[package]]
 2088name = "block-padding"
 2089version = "0.3.3"
 2090source = "registry+https://github.com/rust-lang/crates.io-index"
 2091checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2092dependencies = [
 2093 "generic-array",
 2094]
 2095
 2096[[package]]
 2097name = "block2"
 2098version = "0.6.2"
 2099source = "registry+https://github.com/rust-lang/crates.io-index"
 2100checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2101dependencies = [
 2102 "objc2",
 2103]
 2104
 2105[[package]]
 2106name = "blocking"
 2107version = "1.6.2"
 2108source = "registry+https://github.com/rust-lang/crates.io-index"
 2109checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2110dependencies = [
 2111 "async-channel 2.5.0",
 2112 "async-task",
 2113 "futures-io",
 2114 "futures-lite 2.6.1",
 2115 "piper",
 2116]
 2117
 2118[[package]]
 2119name = "bmrng"
 2120version = "0.5.2"
 2121source = "registry+https://github.com/rust-lang/crates.io-index"
 2122checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2123dependencies = [
 2124 "futures-core",
 2125 "tokio",
 2126]
 2127
 2128[[package]]
 2129name = "bon"
 2130version = "3.8.2"
 2131source = "registry+https://github.com/rust-lang/crates.io-index"
 2132checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2133dependencies = [
 2134 "bon-macros",
 2135 "rustversion",
 2136]
 2137
 2138[[package]]
 2139name = "bon-macros"
 2140version = "3.8.2"
 2141source = "registry+https://github.com/rust-lang/crates.io-index"
 2142checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2143dependencies = [
 2144 "darling 0.21.3",
 2145 "ident_case",
 2146 "prettyplease",
 2147 "proc-macro2",
 2148 "quote",
 2149 "rustversion",
 2150 "syn 2.0.117",
 2151]
 2152
 2153[[package]]
 2154name = "borrow-or-share"
 2155version = "0.2.4"
 2156source = "registry+https://github.com/rust-lang/crates.io-index"
 2157checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2158
 2159[[package]]
 2160name = "borsh"
 2161version = "1.5.7"
 2162source = "registry+https://github.com/rust-lang/crates.io-index"
 2163checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2164dependencies = [
 2165 "borsh-derive",
 2166 "cfg_aliases 0.2.1",
 2167]
 2168
 2169[[package]]
 2170name = "borsh-derive"
 2171version = "1.5.7"
 2172source = "registry+https://github.com/rust-lang/crates.io-index"
 2173checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2174dependencies = [
 2175 "once_cell",
 2176 "proc-macro-crate",
 2177 "proc-macro2",
 2178 "quote",
 2179 "syn 2.0.117",
 2180]
 2181
 2182[[package]]
 2183name = "breadcrumbs"
 2184version = "0.1.0"
 2185dependencies = [
 2186 "gpui",
 2187 "ui",
 2188 "workspace",
 2189]
 2190
 2191[[package]]
 2192name = "brush-parser"
 2193version = "0.3.0"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2196dependencies = [
 2197 "bon",
 2198 "cached",
 2199 "indenter",
 2200 "peg",
 2201 "thiserror 2.0.17",
 2202 "tracing",
 2203 "utf8-chars",
 2204]
 2205
 2206[[package]]
 2207name = "bstr"
 2208version = "1.12.0"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2211dependencies = [
 2212 "memchr",
 2213 "regex-automata",
 2214 "serde",
 2215]
 2216
 2217[[package]]
 2218name = "buffer_diff"
 2219version = "0.1.0"
 2220dependencies = [
 2221 "clock",
 2222 "ctor",
 2223 "futures 0.3.32",
 2224 "git2",
 2225 "gpui",
 2226 "language",
 2227 "log",
 2228 "pretty_assertions",
 2229 "rand 0.9.3",
 2230 "rope",
 2231 "settings",
 2232 "sum_tree",
 2233 "text",
 2234 "tracing",
 2235 "unindent",
 2236 "util",
 2237 "zlog",
 2238 "ztracing",
 2239]
 2240
 2241[[package]]
 2242name = "built"
 2243version = "0.8.0"
 2244source = "registry+https://github.com/rust-lang/crates.io-index"
 2245checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
 2246
 2247[[package]]
 2248name = "bumpalo"
 2249version = "3.19.0"
 2250source = "registry+https://github.com/rust-lang/crates.io-index"
 2251checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2252dependencies = [
 2253 "allocator-api2",
 2254]
 2255
 2256[[package]]
 2257name = "by_address"
 2258version = "1.2.1"
 2259source = "registry+https://github.com/rust-lang/crates.io-index"
 2260checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2261
 2262[[package]]
 2263name = "bytecheck"
 2264version = "0.6.12"
 2265source = "registry+https://github.com/rust-lang/crates.io-index"
 2266checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2267dependencies = [
 2268 "bytecheck_derive",
 2269 "ptr_meta",
 2270 "simdutf8",
 2271]
 2272
 2273[[package]]
 2274name = "bytecheck_derive"
 2275version = "0.6.12"
 2276source = "registry+https://github.com/rust-lang/crates.io-index"
 2277checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2278dependencies = [
 2279 "proc-macro2",
 2280 "quote",
 2281 "syn 1.0.109",
 2282]
 2283
 2284[[package]]
 2285name = "bytecount"
 2286version = "0.6.9"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2289
 2290[[package]]
 2291name = "bytemuck"
 2292version = "1.24.0"
 2293source = "registry+https://github.com/rust-lang/crates.io-index"
 2294checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2295dependencies = [
 2296 "bytemuck_derive",
 2297]
 2298
 2299[[package]]
 2300name = "bytemuck_derive"
 2301version = "1.10.2"
 2302source = "registry+https://github.com/rust-lang/crates.io-index"
 2303checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2304dependencies = [
 2305 "proc-macro2",
 2306 "quote",
 2307 "syn 2.0.117",
 2308]
 2309
 2310[[package]]
 2311name = "byteorder"
 2312version = "1.5.0"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2315
 2316[[package]]
 2317name = "byteorder-lite"
 2318version = "0.1.0"
 2319source = "registry+https://github.com/rust-lang/crates.io-index"
 2320checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2321
 2322[[package]]
 2323name = "bytes"
 2324version = "0.4.12"
 2325source = "registry+https://github.com/rust-lang/crates.io-index"
 2326checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2327dependencies = [
 2328 "byteorder",
 2329 "iovec",
 2330]
 2331
 2332[[package]]
 2333name = "bytes"
 2334version = "1.11.1"
 2335source = "registry+https://github.com/rust-lang/crates.io-index"
 2336checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2337
 2338[[package]]
 2339name = "bytes-utils"
 2340version = "0.1.4"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2343dependencies = [
 2344 "bytes 1.11.1",
 2345 "either",
 2346]
 2347
 2348[[package]]
 2349name = "bzip2"
 2350version = "0.4.4"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2353dependencies = [
 2354 "bzip2-sys",
 2355 "libc",
 2356]
 2357
 2358[[package]]
 2359name = "bzip2"
 2360version = "0.6.1"
 2361source = "registry+https://github.com/rust-lang/crates.io-index"
 2362checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2363dependencies = [
 2364 "libbz2-rs-sys",
 2365]
 2366
 2367[[package]]
 2368name = "bzip2-sys"
 2369version = "0.1.13+1.0.8"
 2370source = "registry+https://github.com/rust-lang/crates.io-index"
 2371checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2372dependencies = [
 2373 "cc",
 2374 "pkg-config",
 2375]
 2376
 2377[[package]]
 2378name = "cached"
 2379version = "0.56.0"
 2380source = "registry+https://github.com/rust-lang/crates.io-index"
 2381checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2382dependencies = [
 2383 "ahash 0.8.12",
 2384 "cached_proc_macro",
 2385 "cached_proc_macro_types",
 2386 "hashbrown 0.15.5",
 2387 "once_cell",
 2388 "thiserror 2.0.17",
 2389 "web-time",
 2390]
 2391
 2392[[package]]
 2393name = "cached_proc_macro"
 2394version = "0.25.0"
 2395source = "registry+https://github.com/rust-lang/crates.io-index"
 2396checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2397dependencies = [
 2398 "darling 0.20.11",
 2399 "proc-macro2",
 2400 "quote",
 2401 "syn 2.0.117",
 2402]
 2403
 2404[[package]]
 2405name = "cached_proc_macro_types"
 2406version = "0.1.1"
 2407source = "registry+https://github.com/rust-lang/crates.io-index"
 2408checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2409
 2410[[package]]
 2411name = "call"
 2412version = "0.1.0"
 2413dependencies = [
 2414 "anyhow",
 2415 "audio",
 2416 "client",
 2417 "collections",
 2418 "feature_flags",
 2419 "fs",
 2420 "futures 0.3.32",
 2421 "gpui",
 2422 "gpui_tokio",
 2423 "language",
 2424 "livekit_client",
 2425 "log",
 2426 "postage",
 2427 "project",
 2428 "serde",
 2429 "settings",
 2430 "telemetry",
 2431 "util",
 2432 "workspace",
 2433]
 2434
 2435[[package]]
 2436name = "calloop"
 2437version = "0.14.3"
 2438source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2439dependencies = [
 2440 "bitflags 2.10.0",
 2441 "polling",
 2442 "rustix 1.1.2",
 2443 "slab",
 2444 "tracing",
 2445]
 2446
 2447[[package]]
 2448name = "calloop-wayland-source"
 2449version = "0.4.1"
 2450source = "registry+https://github.com/rust-lang/crates.io-index"
 2451checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2452dependencies = [
 2453 "calloop",
 2454 "rustix 1.1.2",
 2455 "wayland-backend",
 2456 "wayland-client",
 2457]
 2458
 2459[[package]]
 2460name = "camino"
 2461version = "1.2.1"
 2462source = "registry+https://github.com/rust-lang/crates.io-index"
 2463checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2464dependencies = [
 2465 "serde_core",
 2466]
 2467
 2468[[package]]
 2469name = "candle-core"
 2470version = "0.9.1"
 2471source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2472dependencies = [
 2473 "byteorder",
 2474 "float8",
 2475 "gemm 0.17.1",
 2476 "half",
 2477 "memmap2",
 2478 "num-traits",
 2479 "num_cpus",
 2480 "rand 0.9.3",
 2481 "rand_distr",
 2482 "rayon",
 2483 "safetensors",
 2484 "thiserror 1.0.69",
 2485 "ug",
 2486 "yoke 0.7.5",
 2487 "zip 1.1.4",
 2488]
 2489
 2490[[package]]
 2491name = "candle-nn"
 2492version = "0.9.1"
 2493source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2494dependencies = [
 2495 "candle-core",
 2496 "half",
 2497 "libc",
 2498 "num-traits",
 2499 "rayon",
 2500 "safetensors",
 2501 "serde",
 2502 "thiserror 1.0.69",
 2503]
 2504
 2505[[package]]
 2506name = "candle-onnx"
 2507version = "0.9.1"
 2508source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2509dependencies = [
 2510 "candle-core",
 2511 "candle-nn",
 2512 "prost 0.12.6",
 2513]
 2514
 2515[[package]]
 2516name = "cap-fs-ext"
 2517version = "3.4.4"
 2518source = "registry+https://github.com/rust-lang/crates.io-index"
 2519checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2520dependencies = [
 2521 "cap-primitives",
 2522 "cap-std",
 2523 "io-lifetimes",
 2524 "windows-sys 0.59.0",
 2525]
 2526
 2527[[package]]
 2528name = "cap-net-ext"
 2529version = "3.4.4"
 2530source = "registry+https://github.com/rust-lang/crates.io-index"
 2531checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2532dependencies = [
 2533 "cap-primitives",
 2534 "cap-std",
 2535 "rustix 1.1.2",
 2536 "smallvec",
 2537]
 2538
 2539[[package]]
 2540name = "cap-primitives"
 2541version = "3.4.4"
 2542source = "registry+https://github.com/rust-lang/crates.io-index"
 2543checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2544dependencies = [
 2545 "ambient-authority",
 2546 "fs-set-times",
 2547 "io-extras",
 2548 "io-lifetimes",
 2549 "ipnet",
 2550 "maybe-owned",
 2551 "rustix 1.1.2",
 2552 "rustix-linux-procfs",
 2553 "windows-sys 0.59.0",
 2554 "winx",
 2555]
 2556
 2557[[package]]
 2558name = "cap-rand"
 2559version = "3.4.4"
 2560source = "registry+https://github.com/rust-lang/crates.io-index"
 2561checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2562dependencies = [
 2563 "ambient-authority",
 2564 "rand 0.8.5",
 2565]
 2566
 2567[[package]]
 2568name = "cap-std"
 2569version = "3.4.4"
 2570source = "registry+https://github.com/rust-lang/crates.io-index"
 2571checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2572dependencies = [
 2573 "cap-primitives",
 2574 "io-extras",
 2575 "io-lifetimes",
 2576 "rustix 1.1.2",
 2577]
 2578
 2579[[package]]
 2580name = "cap-time-ext"
 2581version = "3.4.4"
 2582source = "registry+https://github.com/rust-lang/crates.io-index"
 2583checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2584dependencies = [
 2585 "ambient-authority",
 2586 "cap-primitives",
 2587 "iana-time-zone",
 2588 "once_cell",
 2589 "rustix 1.1.2",
 2590 "winx",
 2591]
 2592
 2593[[package]]
 2594name = "cargo-platform"
 2595version = "0.1.9"
 2596source = "registry+https://github.com/rust-lang/crates.io-index"
 2597checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2598dependencies = [
 2599 "serde",
 2600]
 2601
 2602[[package]]
 2603name = "cargo-platform"
 2604version = "0.3.2"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2607dependencies = [
 2608 "serde",
 2609 "serde_core",
 2610]
 2611
 2612[[package]]
 2613name = "cargo_metadata"
 2614version = "0.19.2"
 2615source = "registry+https://github.com/rust-lang/crates.io-index"
 2616checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2617dependencies = [
 2618 "camino",
 2619 "cargo-platform 0.1.9",
 2620 "semver",
 2621 "serde",
 2622 "serde_json",
 2623 "thiserror 2.0.17",
 2624]
 2625
 2626[[package]]
 2627name = "cargo_metadata"
 2628version = "0.23.1"
 2629source = "registry+https://github.com/rust-lang/crates.io-index"
 2630checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2631dependencies = [
 2632 "camino",
 2633 "cargo-platform 0.3.2",
 2634 "semver",
 2635 "serde",
 2636 "serde_json",
 2637 "thiserror 2.0.17",
 2638]
 2639
 2640[[package]]
 2641name = "cargo_toml"
 2642version = "0.21.0"
 2643source = "registry+https://github.com/rust-lang/crates.io-index"
 2644checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2645dependencies = [
 2646 "serde",
 2647 "toml 0.8.23",
 2648]
 2649
 2650[[package]]
 2651name = "cast"
 2652version = "0.3.0"
 2653source = "registry+https://github.com/rust-lang/crates.io-index"
 2654checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2655
 2656[[package]]
 2657name = "cbc"
 2658version = "0.1.2"
 2659source = "registry+https://github.com/rust-lang/crates.io-index"
 2660checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2661dependencies = [
 2662 "cipher",
 2663]
 2664
 2665[[package]]
 2666name = "cbindgen"
 2667version = "0.28.0"
 2668source = "registry+https://github.com/rust-lang/crates.io-index"
 2669checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2670dependencies = [
 2671 "heck 0.4.1",
 2672 "indexmap",
 2673 "log",
 2674 "proc-macro2",
 2675 "quote",
 2676 "serde",
 2677 "serde_json",
 2678 "syn 2.0.117",
 2679 "tempfile",
 2680 "toml 0.8.23",
 2681]
 2682
 2683[[package]]
 2684name = "cc"
 2685version = "1.2.49"
 2686source = "registry+https://github.com/rust-lang/crates.io-index"
 2687checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2688dependencies = [
 2689 "find-msvc-tools",
 2690 "jobserver",
 2691 "libc",
 2692 "shlex",
 2693]
 2694
 2695[[package]]
 2696name = "cesu8"
 2697version = "1.1.0"
 2698source = "registry+https://github.com/rust-lang/crates.io-index"
 2699checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2700
 2701[[package]]
 2702name = "cexpr"
 2703version = "0.6.0"
 2704source = "registry+https://github.com/rust-lang/crates.io-index"
 2705checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2706dependencies = [
 2707 "nom 7.1.3",
 2708]
 2709
 2710[[package]]
 2711name = "cfg-expr"
 2712version = "0.20.6"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2715dependencies = [
 2716 "smallvec",
 2717 "target-lexicon",
 2718]
 2719
 2720[[package]]
 2721name = "cfg-if"
 2722version = "1.0.4"
 2723source = "registry+https://github.com/rust-lang/crates.io-index"
 2724checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2725
 2726[[package]]
 2727name = "cfg_aliases"
 2728version = "0.1.1"
 2729source = "registry+https://github.com/rust-lang/crates.io-index"
 2730checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2731
 2732[[package]]
 2733name = "cfg_aliases"
 2734version = "0.2.1"
 2735source = "registry+https://github.com/rust-lang/crates.io-index"
 2736checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2737
 2738[[package]]
 2739name = "cgl"
 2740version = "0.3.2"
 2741source = "registry+https://github.com/rust-lang/crates.io-index"
 2742checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2743dependencies = [
 2744 "libc",
 2745]
 2746
 2747[[package]]
 2748name = "channel"
 2749version = "0.1.0"
 2750dependencies = [
 2751 "anyhow",
 2752 "client",
 2753 "clock",
 2754 "collections",
 2755 "futures 0.3.32",
 2756 "gpui",
 2757 "http_client",
 2758 "language",
 2759 "log",
 2760 "postage",
 2761 "release_channel",
 2762 "rpc",
 2763 "semver",
 2764 "settings",
 2765 "text",
 2766 "time",
 2767 "util",
 2768]
 2769
 2770[[package]]
 2771name = "chardetng"
 2772version = "0.1.17"
 2773source = "registry+https://github.com/rust-lang/crates.io-index"
 2774checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2775dependencies = [
 2776 "cfg-if",
 2777 "encoding_rs",
 2778 "memchr",
 2779]
 2780
 2781[[package]]
 2782name = "chrono"
 2783version = "0.4.42"
 2784source = "registry+https://github.com/rust-lang/crates.io-index"
 2785checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2786dependencies = [
 2787 "iana-time-zone",
 2788 "js-sys",
 2789 "num-traits",
 2790 "serde",
 2791 "wasm-bindgen",
 2792 "windows-link 0.2.1",
 2793]
 2794
 2795[[package]]
 2796name = "chunked_transfer"
 2797version = "1.5.0"
 2798source = "registry+https://github.com/rust-lang/crates.io-index"
 2799checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2800
 2801[[package]]
 2802name = "ciborium"
 2803version = "0.2.2"
 2804source = "registry+https://github.com/rust-lang/crates.io-index"
 2805checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2806dependencies = [
 2807 "ciborium-io",
 2808 "ciborium-ll",
 2809 "serde",
 2810]
 2811
 2812[[package]]
 2813name = "ciborium-io"
 2814version = "0.2.2"
 2815source = "registry+https://github.com/rust-lang/crates.io-index"
 2816checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2817
 2818[[package]]
 2819name = "ciborium-ll"
 2820version = "0.2.2"
 2821source = "registry+https://github.com/rust-lang/crates.io-index"
 2822checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2823dependencies = [
 2824 "ciborium-io",
 2825 "half",
 2826]
 2827
 2828[[package]]
 2829name = "cipher"
 2830version = "0.4.4"
 2831source = "registry+https://github.com/rust-lang/crates.io-index"
 2832checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2833dependencies = [
 2834 "crypto-common",
 2835 "inout",
 2836 "zeroize",
 2837]
 2838
 2839[[package]]
 2840name = "circular-buffer"
 2841version = "1.2.0"
 2842source = "registry+https://github.com/rust-lang/crates.io-index"
 2843checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2844
 2845[[package]]
 2846name = "clang-sys"
 2847version = "1.8.1"
 2848source = "registry+https://github.com/rust-lang/crates.io-index"
 2849checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2850dependencies = [
 2851 "glob",
 2852 "libc",
 2853 "libloading",
 2854]
 2855
 2856[[package]]
 2857name = "clap"
 2858version = "4.5.49"
 2859source = "registry+https://github.com/rust-lang/crates.io-index"
 2860checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2861dependencies = [
 2862 "clap_builder",
 2863 "clap_derive",
 2864]
 2865
 2866[[package]]
 2867name = "clap_builder"
 2868version = "4.5.49"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2871dependencies = [
 2872 "anstream",
 2873 "anstyle",
 2874 "clap_lex",
 2875 "strsim",
 2876 "terminal_size",
 2877]
 2878
 2879[[package]]
 2880name = "clap_complete"
 2881version = "4.5.59"
 2882source = "registry+https://github.com/rust-lang/crates.io-index"
 2883checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2884dependencies = [
 2885 "clap",
 2886]
 2887
 2888[[package]]
 2889name = "clap_derive"
 2890version = "4.5.49"
 2891source = "registry+https://github.com/rust-lang/crates.io-index"
 2892checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2893dependencies = [
 2894 "heck 0.5.0",
 2895 "proc-macro2",
 2896 "quote",
 2897 "syn 2.0.117",
 2898]
 2899
 2900[[package]]
 2901name = "clap_lex"
 2902version = "0.7.6"
 2903source = "registry+https://github.com/rust-lang/crates.io-index"
 2904checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2905
 2906[[package]]
 2907name = "cli"
 2908version = "0.1.0"
 2909dependencies = [
 2910 "anyhow",
 2911 "askpass",
 2912 "clap",
 2913 "collections",
 2914 "console",
 2915 "core-foundation 0.10.0",
 2916 "core-services",
 2917 "dialoguer",
 2918 "exec",
 2919 "fork",
 2920 "ipc-channel",
 2921 "parking_lot",
 2922 "paths",
 2923 "plist",
 2924 "rayon",
 2925 "release_channel",
 2926 "serde",
 2927 "serde_json",
 2928 "tempfile",
 2929 "util",
 2930 "walkdir",
 2931 "windows 0.61.3",
 2932]
 2933
 2934[[package]]
 2935name = "client"
 2936version = "0.1.0"
 2937dependencies = [
 2938 "anyhow",
 2939 "async-tungstenite",
 2940 "base64 0.22.1",
 2941 "chrono",
 2942 "clock",
 2943 "cloud_api_client",
 2944 "cloud_api_types",
 2945 "cloud_llm_client",
 2946 "collections",
 2947 "credentials_provider",
 2948 "db",
 2949 "derive_more",
 2950 "feature_flags",
 2951 "fs",
 2952 "futures 0.3.32",
 2953 "gpui",
 2954 "gpui_tokio",
 2955 "http_client",
 2956 "http_client_tls",
 2957 "httparse",
 2958 "log",
 2959 "objc2-foundation",
 2960 "parking_lot",
 2961 "paths",
 2962 "postage",
 2963 "rand 0.9.3",
 2964 "regex",
 2965 "release_channel",
 2966 "rpc",
 2967 "rustls-pki-types",
 2968 "semver",
 2969 "serde",
 2970 "serde_json",
 2971 "serde_urlencoded",
 2972 "settings",
 2973 "sha2",
 2974 "smol",
 2975 "telemetry",
 2976 "telemetry_events",
 2977 "text",
 2978 "thiserror 2.0.17",
 2979 "time",
 2980 "tiny_http",
 2981 "tokio",
 2982 "tokio-native-tls",
 2983 "tokio-rustls 0.26.2",
 2984 "tokio-socks",
 2985 "url",
 2986 "util",
 2987 "windows 0.61.3",
 2988 "worktree",
 2989 "zed_credentials_provider",
 2990]
 2991
 2992[[package]]
 2993name = "clock"
 2994version = "0.1.0"
 2995dependencies = [
 2996 "parking_lot",
 2997 "serde",
 2998 "smallvec",
 2999]
 3000
 3001[[package]]
 3002name = "cloud_api_client"
 3003version = "0.1.0"
 3004dependencies = [
 3005 "anyhow",
 3006 "cloud_api_types",
 3007 "futures 0.3.32",
 3008 "gpui",
 3009 "gpui_tokio",
 3010 "http_client",
 3011 "parking_lot",
 3012 "serde_json",
 3013 "smol",
 3014 "thiserror 2.0.17",
 3015 "yawc",
 3016]
 3017
 3018[[package]]
 3019name = "cloud_api_types"
 3020version = "0.1.0"
 3021dependencies = [
 3022 "anyhow",
 3023 "chrono",
 3024 "ciborium",
 3025 "cloud_llm_client",
 3026 "pretty_assertions",
 3027 "serde",
 3028 "serde_json",
 3029 "strum 0.27.2",
 3030]
 3031
 3032[[package]]
 3033name = "cloud_llm_client"
 3034version = "0.1.0"
 3035dependencies = [
 3036 "anyhow",
 3037 "serde",
 3038 "serde_json",
 3039 "strum 0.27.2",
 3040 "uuid",
 3041 "zeta_prompt",
 3042]
 3043
 3044[[package]]
 3045name = "cmake"
 3046version = "0.1.56"
 3047source = "registry+https://github.com/rust-lang/crates.io-index"
 3048checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3049dependencies = [
 3050 "cc",
 3051]
 3052
 3053[[package]]
 3054name = "cobs"
 3055version = "0.3.0"
 3056source = "registry+https://github.com/rust-lang/crates.io-index"
 3057checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3058dependencies = [
 3059 "thiserror 2.0.17",
 3060]
 3061
 3062[[package]]
 3063name = "cocoa"
 3064version = "0.25.0"
 3065source = "registry+https://github.com/rust-lang/crates.io-index"
 3066checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3067dependencies = [
 3068 "bitflags 1.3.2",
 3069 "block",
 3070 "cocoa-foundation 0.1.2",
 3071 "core-foundation 0.9.4",
 3072 "core-graphics 0.23.2",
 3073 "foreign-types 0.5.0",
 3074 "libc",
 3075 "objc",
 3076]
 3077
 3078[[package]]
 3079name = "cocoa"
 3080version = "0.26.0"
 3081source = "registry+https://github.com/rust-lang/crates.io-index"
 3082checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3083dependencies = [
 3084 "bitflags 2.10.0",
 3085 "block",
 3086 "cocoa-foundation 0.2.0",
 3087 "core-foundation 0.10.0",
 3088 "core-graphics 0.24.0",
 3089 "foreign-types 0.5.0",
 3090 "libc",
 3091 "objc",
 3092]
 3093
 3094[[package]]
 3095name = "cocoa-foundation"
 3096version = "0.1.2"
 3097source = "registry+https://github.com/rust-lang/crates.io-index"
 3098checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3099dependencies = [
 3100 "bitflags 1.3.2",
 3101 "block",
 3102 "core-foundation 0.9.4",
 3103 "core-graphics-types 0.1.3",
 3104 "libc",
 3105 "objc",
 3106]
 3107
 3108[[package]]
 3109name = "cocoa-foundation"
 3110version = "0.2.0"
 3111source = "registry+https://github.com/rust-lang/crates.io-index"
 3112checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3113dependencies = [
 3114 "bitflags 2.10.0",
 3115 "block",
 3116 "core-foundation 0.10.0",
 3117 "core-graphics-types 0.2.0",
 3118 "libc",
 3119 "objc",
 3120]
 3121
 3122[[package]]
 3123name = "codespan-reporting"
 3124version = "0.13.0"
 3125source = "registry+https://github.com/rust-lang/crates.io-index"
 3126checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3127dependencies = [
 3128 "serde",
 3129 "termcolor",
 3130 "unicode-width",
 3131]
 3132
 3133[[package]]
 3134name = "codestral"
 3135version = "0.1.0"
 3136dependencies = [
 3137 "anyhow",
 3138 "edit_prediction",
 3139 "edit_prediction_types",
 3140 "futures 0.3.32",
 3141 "gpui",
 3142 "http_client",
 3143 "icons",
 3144 "language",
 3145 "language_model",
 3146 "log",
 3147 "serde",
 3148 "serde_json",
 3149 "text",
 3150 "zed_credentials_provider",
 3151 "zeta_prompt",
 3152]
 3153
 3154[[package]]
 3155name = "collab"
 3156version = "0.44.0"
 3157dependencies = [
 3158 "agent",
 3159 "anyhow",
 3160 "async-trait",
 3161 "async-tungstenite",
 3162 "aws-config",
 3163 "aws-sdk-kinesis",
 3164 "aws-sdk-s3",
 3165 "axum",
 3166 "buffer_diff",
 3167 "call",
 3168 "channel",
 3169 "chrono",
 3170 "client",
 3171 "clock",
 3172 "cloud_api_types",
 3173 "collab",
 3174 "collab_ui",
 3175 "collections",
 3176 "command_palette_hooks",
 3177 "ctor",
 3178 "dap",
 3179 "dap_adapters",
 3180 "dashmap",
 3181 "debugger_ui",
 3182 "editor",
 3183 "envy",
 3184 "extension",
 3185 "file_finder",
 3186 "fs",
 3187 "futures 0.3.32",
 3188 "git",
 3189 "git_hosting_providers",
 3190 "git_ui",
 3191 "gpui",
 3192 "gpui_tokio",
 3193 "hex",
 3194 "http_client",
 3195 "indoc",
 3196 "language",
 3197 "language_model",
 3198 "livekit_api",
 3199 "livekit_client",
 3200 "log",
 3201 "lsp",
 3202 "menu",
 3203 "multi_buffer",
 3204 "nanoid",
 3205 "node_runtime",
 3206 "notifications",
 3207 "parking_lot",
 3208 "pretty_assertions",
 3209 "project",
 3210 "prometheus",
 3211 "prompt_store",
 3212 "prost 0.9.0",
 3213 "rand 0.9.3",
 3214 "recent_projects",
 3215 "release_channel",
 3216 "remote",
 3217 "remote_server",
 3218 "reqwest 0.11.27",
 3219 "rpc",
 3220 "sea-orm",
 3221 "sea-orm-macros",
 3222 "semver",
 3223 "serde",
 3224 "serde_json",
 3225 "session",
 3226 "settings",
 3227 "sha2",
 3228 "smol",
 3229 "sqlx",
 3230 "strum 0.27.2",
 3231 "task",
 3232 "telemetry_events",
 3233 "text",
 3234 "theme",
 3235 "theme_settings",
 3236 "time",
 3237 "tokio",
 3238 "toml 0.8.23",
 3239 "tower 0.4.13",
 3240 "tower-http 0.4.4",
 3241 "tracing",
 3242 "tracing-subscriber",
 3243 "unindent",
 3244 "util",
 3245 "uuid",
 3246 "workspace",
 3247 "worktree",
 3248 "zed_actions",
 3249 "zlog",
 3250]
 3251
 3252[[package]]
 3253name = "collab_ui"
 3254version = "0.1.0"
 3255dependencies = [
 3256 "anyhow",
 3257 "call",
 3258 "channel",
 3259 "client",
 3260 "collections",
 3261 "db",
 3262 "editor",
 3263 "futures 0.3.32",
 3264 "fuzzy",
 3265 "gpui",
 3266 "livekit_client",
 3267 "menu",
 3268 "notifications",
 3269 "picker",
 3270 "project",
 3271 "release_channel",
 3272 "rpc",
 3273 "serde",
 3274 "serde_json",
 3275 "settings",
 3276 "smallvec",
 3277 "telemetry",
 3278 "theme",
 3279 "theme_settings",
 3280 "time",
 3281 "title_bar",
 3282 "ui",
 3283 "util",
 3284 "workspace",
 3285 "zed_actions",
 3286]
 3287
 3288[[package]]
 3289name = "collections"
 3290version = "0.1.0"
 3291dependencies = [
 3292 "indexmap",
 3293 "rustc-hash 2.1.1",
 3294]
 3295
 3296[[package]]
 3297name = "color_quant"
 3298version = "1.1.0"
 3299source = "registry+https://github.com/rust-lang/crates.io-index"
 3300checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3301
 3302[[package]]
 3303name = "colorchoice"
 3304version = "1.0.4"
 3305source = "registry+https://github.com/rust-lang/crates.io-index"
 3306checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3307
 3308[[package]]
 3309name = "combine"
 3310version = "4.6.7"
 3311source = "registry+https://github.com/rust-lang/crates.io-index"
 3312checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3313dependencies = [
 3314 "bytes 1.11.1",
 3315 "memchr",
 3316]
 3317
 3318[[package]]
 3319name = "command-fds"
 3320version = "0.3.2"
 3321source = "registry+https://github.com/rust-lang/crates.io-index"
 3322checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3323dependencies = [
 3324 "nix 0.30.1",
 3325 "thiserror 2.0.17",
 3326]
 3327
 3328[[package]]
 3329name = "command_palette"
 3330version = "0.1.0"
 3331dependencies = [
 3332 "anyhow",
 3333 "client",
 3334 "collections",
 3335 "command_palette_hooks",
 3336 "db",
 3337 "editor",
 3338 "fuzzy",
 3339 "go_to_line",
 3340 "gpui",
 3341 "language",
 3342 "log",
 3343 "menu",
 3344 "picker",
 3345 "postage",
 3346 "project",
 3347 "serde",
 3348 "settings",
 3349 "telemetry",
 3350 "theme",
 3351 "theme_settings",
 3352 "time",
 3353 "ui",
 3354 "util",
 3355 "workspace",
 3356 "zed_actions",
 3357]
 3358
 3359[[package]]
 3360name = "command_palette_hooks"
 3361version = "0.1.0"
 3362dependencies = [
 3363 "collections",
 3364 "derive_more",
 3365 "gpui",
 3366 "workspace",
 3367]
 3368
 3369[[package]]
 3370name = "compliance"
 3371version = "0.1.0"
 3372dependencies = [
 3373 "anyhow",
 3374 "async-trait",
 3375 "derive_more",
 3376 "futures 0.3.32",
 3377 "indoc",
 3378 "itertools 0.14.0",
 3379 "jsonwebtoken",
 3380 "octocrab",
 3381 "regex",
 3382 "semver",
 3383 "serde",
 3384 "serde_json",
 3385 "tokio",
 3386]
 3387
 3388[[package]]
 3389name = "component"
 3390version = "0.1.0"
 3391dependencies = [
 3392 "collections",
 3393 "documented",
 3394 "gpui",
 3395 "inventory",
 3396 "parking_lot",
 3397 "strum 0.27.2",
 3398 "theme",
 3399]
 3400
 3401[[package]]
 3402name = "component_preview"
 3403version = "0.1.0"
 3404dependencies = [
 3405 "anyhow",
 3406 "client",
 3407 "collections",
 3408 "component",
 3409 "db",
 3410 "fs",
 3411 "gpui",
 3412 "gpui_platform",
 3413 "language",
 3414 "log",
 3415 "node_runtime",
 3416 "notifications",
 3417 "project",
 3418 "release_channel",
 3419 "reqwest_client",
 3420 "session",
 3421 "settings",
 3422 "theme",
 3423 "theme_settings",
 3424 "ui",
 3425 "ui_input",
 3426 "uuid",
 3427 "workspace",
 3428]
 3429
 3430[[package]]
 3431name = "compression-codecs"
 3432version = "0.4.31"
 3433source = "registry+https://github.com/rust-lang/crates.io-index"
 3434checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3435dependencies = [
 3436 "bzip2 0.6.1",
 3437 "compression-core",
 3438 "deflate64",
 3439 "flate2",
 3440 "memchr",
 3441]
 3442
 3443[[package]]
 3444name = "compression-core"
 3445version = "0.4.29"
 3446source = "registry+https://github.com/rust-lang/crates.io-index"
 3447checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3448
 3449[[package]]
 3450name = "concurrent-queue"
 3451version = "2.5.0"
 3452source = "registry+https://github.com/rust-lang/crates.io-index"
 3453checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3454dependencies = [
 3455 "crossbeam-utils",
 3456]
 3457
 3458[[package]]
 3459name = "console"
 3460version = "0.16.3"
 3461source = "registry+https://github.com/rust-lang/crates.io-index"
 3462checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3463dependencies = [
 3464 "encode_unicode",
 3465 "libc",
 3466 "unicode-width",
 3467 "windows-sys 0.61.2",
 3468]
 3469
 3470[[package]]
 3471name = "console_error_panic_hook"
 3472version = "0.1.7"
 3473source = "registry+https://github.com/rust-lang/crates.io-index"
 3474checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3475dependencies = [
 3476 "cfg-if",
 3477 "wasm-bindgen",
 3478]
 3479
 3480[[package]]
 3481name = "const-oid"
 3482version = "0.9.6"
 3483source = "registry+https://github.com/rust-lang/crates.io-index"
 3484checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3485
 3486[[package]]
 3487name = "const-random"
 3488version = "0.1.18"
 3489source = "registry+https://github.com/rust-lang/crates.io-index"
 3490checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3491dependencies = [
 3492 "const-random-macro",
 3493]
 3494
 3495[[package]]
 3496name = "const-random-macro"
 3497version = "0.1.16"
 3498source = "registry+https://github.com/rust-lang/crates.io-index"
 3499checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3500dependencies = [
 3501 "getrandom 0.2.16",
 3502 "once_cell",
 3503 "tiny-keccak",
 3504]
 3505
 3506[[package]]
 3507name = "const_format"
 3508version = "0.2.35"
 3509source = "registry+https://github.com/rust-lang/crates.io-index"
 3510checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3511dependencies = [
 3512 "const_format_proc_macros",
 3513]
 3514
 3515[[package]]
 3516name = "const_format_proc_macros"
 3517version = "0.2.34"
 3518source = "registry+https://github.com/rust-lang/crates.io-index"
 3519checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3520dependencies = [
 3521 "proc-macro2",
 3522 "quote",
 3523 "unicode-xid",
 3524]
 3525
 3526[[package]]
 3527name = "constant_time_eq"
 3528version = "0.1.5"
 3529source = "registry+https://github.com/rust-lang/crates.io-index"
 3530checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3531
 3532[[package]]
 3533name = "context_server"
 3534version = "0.1.0"
 3535dependencies = [
 3536 "anyhow",
 3537 "async-trait",
 3538 "base64 0.22.1",
 3539 "collections",
 3540 "futures 0.3.32",
 3541 "gpui",
 3542 "http_client",
 3543 "log",
 3544 "net",
 3545 "parking_lot",
 3546 "postage",
 3547 "rand 0.9.3",
 3548 "schemars",
 3549 "serde",
 3550 "serde_json",
 3551 "settings",
 3552 "sha2",
 3553 "slotmap",
 3554 "smol",
 3555 "tempfile",
 3556 "terminal",
 3557 "tiny_http",
 3558 "url",
 3559 "util",
 3560]
 3561
 3562[[package]]
 3563name = "convert_case"
 3564version = "0.8.0"
 3565source = "registry+https://github.com/rust-lang/crates.io-index"
 3566checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3567dependencies = [
 3568 "unicode-segmentation",
 3569]
 3570
 3571[[package]]
 3572name = "convert_case"
 3573version = "0.10.0"
 3574source = "registry+https://github.com/rust-lang/crates.io-index"
 3575checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3576dependencies = [
 3577 "unicode-segmentation",
 3578]
 3579
 3580[[package]]
 3581name = "convert_case"
 3582version = "0.11.0"
 3583source = "registry+https://github.com/rust-lang/crates.io-index"
 3584checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3585dependencies = [
 3586 "unicode-segmentation",
 3587]
 3588
 3589[[package]]
 3590name = "copilot"
 3591version = "0.1.0"
 3592dependencies = [
 3593 "anyhow",
 3594 "async-std",
 3595 "collections",
 3596 "command_palette_hooks",
 3597 "copilot_chat",
 3598 "edit_prediction_types",
 3599 "editor",
 3600 "fs",
 3601 "futures 0.3.32",
 3602 "gpui",
 3603 "icons",
 3604 "indoc",
 3605 "language",
 3606 "log",
 3607 "lsp",
 3608 "node_runtime",
 3609 "parking_lot",
 3610 "paths",
 3611 "pretty_assertions",
 3612 "project",
 3613 "rpc",
 3614 "semver",
 3615 "serde",
 3616 "serde_json",
 3617 "settings",
 3618 "sum_tree",
 3619 "theme",
 3620 "theme_settings",
 3621 "util",
 3622 "workspace",
 3623 "zlog",
 3624]
 3625
 3626[[package]]
 3627name = "copilot_chat"
 3628version = "0.1.0"
 3629dependencies = [
 3630 "anthropic",
 3631 "anyhow",
 3632 "collections",
 3633 "dirs",
 3634 "fs",
 3635 "futures 0.3.32",
 3636 "gpui",
 3637 "http_client",
 3638 "log",
 3639 "paths",
 3640 "serde",
 3641 "serde_json",
 3642 "settings",
 3643]
 3644
 3645[[package]]
 3646name = "copilot_ui"
 3647version = "0.1.0"
 3648dependencies = [
 3649 "anyhow",
 3650 "copilot",
 3651 "gpui",
 3652 "language",
 3653 "log",
 3654 "lsp",
 3655 "menu",
 3656 "project",
 3657 "serde_json",
 3658 "settings",
 3659 "ui",
 3660 "util",
 3661 "workspace",
 3662]
 3663
 3664[[package]]
 3665name = "core-foundation"
 3666version = "0.9.4"
 3667source = "registry+https://github.com/rust-lang/crates.io-index"
 3668checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3669dependencies = [
 3670 "core-foundation-sys",
 3671 "libc",
 3672]
 3673
 3674[[package]]
 3675name = "core-foundation"
 3676version = "0.10.0"
 3677source = "registry+https://github.com/rust-lang/crates.io-index"
 3678checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3679dependencies = [
 3680 "core-foundation-sys",
 3681 "libc",
 3682]
 3683
 3684[[package]]
 3685name = "core-foundation-sys"
 3686version = "0.8.7"
 3687source = "registry+https://github.com/rust-lang/crates.io-index"
 3688checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3689
 3690[[package]]
 3691name = "core-graphics"
 3692version = "0.23.2"
 3693source = "registry+https://github.com/rust-lang/crates.io-index"
 3694checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3695dependencies = [
 3696 "bitflags 1.3.2",
 3697 "core-foundation 0.9.4",
 3698 "core-graphics-types 0.1.3",
 3699 "foreign-types 0.5.0",
 3700 "libc",
 3701]
 3702
 3703[[package]]
 3704name = "core-graphics"
 3705version = "0.24.0"
 3706source = "registry+https://github.com/rust-lang/crates.io-index"
 3707checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3708dependencies = [
 3709 "bitflags 2.10.0",
 3710 "core-foundation 0.10.0",
 3711 "core-graphics-types 0.2.0",
 3712 "foreign-types 0.5.0",
 3713 "libc",
 3714]
 3715
 3716[[package]]
 3717name = "core-graphics-helmer-fork"
 3718version = "0.24.0"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3721dependencies = [
 3722 "bitflags 2.10.0",
 3723 "core-foundation 0.9.4",
 3724 "core-graphics-types 0.1.3",
 3725 "foreign-types 0.5.0",
 3726 "libc",
 3727]
 3728
 3729[[package]]
 3730name = "core-graphics-types"
 3731version = "0.1.3"
 3732source = "registry+https://github.com/rust-lang/crates.io-index"
 3733checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3734dependencies = [
 3735 "bitflags 1.3.2",
 3736 "core-foundation 0.9.4",
 3737 "libc",
 3738]
 3739
 3740[[package]]
 3741name = "core-graphics-types"
 3742version = "0.2.0"
 3743source = "registry+https://github.com/rust-lang/crates.io-index"
 3744checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3745dependencies = [
 3746 "bitflags 2.10.0",
 3747 "core-foundation 0.10.0",
 3748 "libc",
 3749]
 3750
 3751[[package]]
 3752name = "core-graphics2"
 3753version = "0.5.2"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3756dependencies = [
 3757 "bitflags 2.10.0",
 3758 "block",
 3759 "cfg-if",
 3760 "core-foundation 0.10.0",
 3761 "libc",
 3762]
 3763
 3764[[package]]
 3765name = "core-services"
 3766version = "0.2.1"
 3767source = "registry+https://github.com/rust-lang/crates.io-index"
 3768checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3769dependencies = [
 3770 "core-foundation 0.9.4",
 3771]
 3772
 3773[[package]]
 3774name = "core-text"
 3775version = "21.0.0"
 3776source = "registry+https://github.com/rust-lang/crates.io-index"
 3777checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3778dependencies = [
 3779 "core-foundation 0.10.0",
 3780 "core-graphics 0.24.0",
 3781 "foreign-types 0.5.0",
 3782 "libc",
 3783]
 3784
 3785[[package]]
 3786name = "core-video"
 3787version = "0.5.2"
 3788source = "registry+https://github.com/rust-lang/crates.io-index"
 3789checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3790dependencies = [
 3791 "block",
 3792 "core-foundation 0.10.0",
 3793 "core-graphics2",
 3794 "io-surface",
 3795 "libc",
 3796 "metal",
 3797]
 3798
 3799[[package]]
 3800name = "core2"
 3801version = "0.4.0"
 3802source = "registry+https://github.com/rust-lang/crates.io-index"
 3803checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3804dependencies = [
 3805 "memchr",
 3806]
 3807
 3808[[package]]
 3809name = "core_maths"
 3810version = "0.1.1"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3813dependencies = [
 3814 "libm",
 3815]
 3816
 3817[[package]]
 3818name = "coreaudio-rs"
 3819version = "0.12.1"
 3820source = "registry+https://github.com/rust-lang/crates.io-index"
 3821checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3822dependencies = [
 3823 "bitflags 1.3.2",
 3824 "core-foundation-sys",
 3825 "coreaudio-sys",
 3826]
 3827
 3828[[package]]
 3829name = "coreaudio-rs"
 3830version = "0.13.0"
 3831source = "registry+https://github.com/rust-lang/crates.io-index"
 3832checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3833dependencies = [
 3834 "bitflags 1.3.2",
 3835 "libc",
 3836 "objc2-audio-toolbox",
 3837 "objc2-core-audio",
 3838 "objc2-core-audio-types",
 3839 "objc2-core-foundation",
 3840]
 3841
 3842[[package]]
 3843name = "coreaudio-sys"
 3844version = "0.2.17"
 3845source = "registry+https://github.com/rust-lang/crates.io-index"
 3846checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3847dependencies = [
 3848 "bindgen 0.72.1",
 3849]
 3850
 3851[[package]]
 3852name = "cosmic-text"
 3853version = "0.17.1"
 3854source = "registry+https://github.com/rust-lang/crates.io-index"
 3855checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3856dependencies = [
 3857 "bitflags 2.10.0",
 3858 "fontdb 0.23.0",
 3859 "harfrust",
 3860 "linebender_resource_handle",
 3861 "log",
 3862 "rangemap",
 3863 "rustc-hash 2.1.1",
 3864 "self_cell",
 3865 "skrifa 0.40.0",
 3866 "smol_str",
 3867 "swash",
 3868 "sys-locale",
 3869 "unicode-bidi",
 3870 "unicode-linebreak",
 3871 "unicode-script",
 3872 "unicode-segmentation",
 3873]
 3874
 3875[[package]]
 3876name = "cpal"
 3877version = "0.17.1"
 3878source = "registry+https://github.com/rust-lang/crates.io-index"
 3879checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3880dependencies = [
 3881 "alsa",
 3882 "coreaudio-rs 0.13.0",
 3883 "dasp_sample",
 3884 "jni",
 3885 "js-sys",
 3886 "libc",
 3887 "mach2 0.5.0",
 3888 "ndk",
 3889 "ndk-context",
 3890 "num-derive",
 3891 "num-traits",
 3892 "objc2",
 3893 "objc2-audio-toolbox",
 3894 "objc2-avf-audio",
 3895 "objc2-core-audio",
 3896 "objc2-core-audio-types",
 3897 "objc2-core-foundation",
 3898 "objc2-foundation",
 3899 "wasm-bindgen",
 3900 "wasm-bindgen-futures",
 3901 "web-sys",
 3902 "windows 0.62.2",
 3903]
 3904
 3905[[package]]
 3906name = "cpp_demangle"
 3907version = "0.4.5"
 3908source = "registry+https://github.com/rust-lang/crates.io-index"
 3909checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3910dependencies = [
 3911 "cfg-if",
 3912]
 3913
 3914[[package]]
 3915name = "cpufeatures"
 3916version = "0.2.17"
 3917source = "registry+https://github.com/rust-lang/crates.io-index"
 3918checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3919dependencies = [
 3920 "libc",
 3921]
 3922
 3923[[package]]
 3924name = "cranelift-assembler-x64"
 3925version = "0.123.7"
 3926source = "registry+https://github.com/rust-lang/crates.io-index"
 3927checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3928dependencies = [
 3929 "cranelift-assembler-x64-meta",
 3930]
 3931
 3932[[package]]
 3933name = "cranelift-assembler-x64-meta"
 3934version = "0.123.7"
 3935source = "registry+https://github.com/rust-lang/crates.io-index"
 3936checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3937dependencies = [
 3938 "cranelift-srcgen",
 3939]
 3940
 3941[[package]]
 3942name = "cranelift-bforest"
 3943version = "0.123.7"
 3944source = "registry+https://github.com/rust-lang/crates.io-index"
 3945checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3946dependencies = [
 3947 "cranelift-entity",
 3948]
 3949
 3950[[package]]
 3951name = "cranelift-bitset"
 3952version = "0.123.7"
 3953source = "registry+https://github.com/rust-lang/crates.io-index"
 3954checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3955dependencies = [
 3956 "serde",
 3957 "serde_derive",
 3958]
 3959
 3960[[package]]
 3961name = "cranelift-codegen"
 3962version = "0.123.7"
 3963source = "registry+https://github.com/rust-lang/crates.io-index"
 3964checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3965dependencies = [
 3966 "bumpalo",
 3967 "cranelift-assembler-x64",
 3968 "cranelift-bforest",
 3969 "cranelift-bitset",
 3970 "cranelift-codegen-meta",
 3971 "cranelift-codegen-shared",
 3972 "cranelift-control",
 3973 "cranelift-entity",
 3974 "cranelift-isle",
 3975 "gimli",
 3976 "hashbrown 0.15.5",
 3977 "log",
 3978 "postcard",
 3979 "pulley-interpreter",
 3980 "regalloc2",
 3981 "rustc-hash 2.1.1",
 3982 "serde",
 3983 "serde_derive",
 3984 "sha2",
 3985 "smallvec",
 3986 "target-lexicon",
 3987 "wasmtime-internal-math",
 3988]
 3989
 3990[[package]]
 3991name = "cranelift-codegen-meta"
 3992version = "0.123.7"
 3993source = "registry+https://github.com/rust-lang/crates.io-index"
 3994checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3995dependencies = [
 3996 "cranelift-assembler-x64-meta",
 3997 "cranelift-codegen-shared",
 3998 "cranelift-srcgen",
 3999 "heck 0.5.0",
 4000 "pulley-interpreter",
 4001]
 4002
 4003[[package]]
 4004name = "cranelift-codegen-shared"
 4005version = "0.123.7"
 4006source = "registry+https://github.com/rust-lang/crates.io-index"
 4007checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4008
 4009[[package]]
 4010name = "cranelift-control"
 4011version = "0.123.7"
 4012source = "registry+https://github.com/rust-lang/crates.io-index"
 4013checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4014dependencies = [
 4015 "arbitrary",
 4016]
 4017
 4018[[package]]
 4019name = "cranelift-entity"
 4020version = "0.123.7"
 4021source = "registry+https://github.com/rust-lang/crates.io-index"
 4022checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4023dependencies = [
 4024 "cranelift-bitset",
 4025 "serde",
 4026 "serde_derive",
 4027]
 4028
 4029[[package]]
 4030name = "cranelift-frontend"
 4031version = "0.123.7"
 4032source = "registry+https://github.com/rust-lang/crates.io-index"
 4033checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4034dependencies = [
 4035 "cranelift-codegen",
 4036 "log",
 4037 "smallvec",
 4038 "target-lexicon",
 4039]
 4040
 4041[[package]]
 4042name = "cranelift-isle"
 4043version = "0.123.7"
 4044source = "registry+https://github.com/rust-lang/crates.io-index"
 4045checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4046
 4047[[package]]
 4048name = "cranelift-native"
 4049version = "0.123.7"
 4050source = "registry+https://github.com/rust-lang/crates.io-index"
 4051checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4052dependencies = [
 4053 "cranelift-codegen",
 4054 "libc",
 4055 "target-lexicon",
 4056]
 4057
 4058[[package]]
 4059name = "cranelift-srcgen"
 4060version = "0.123.7"
 4061source = "registry+https://github.com/rust-lang/crates.io-index"
 4062checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4063
 4064[[package]]
 4065name = "crash-context"
 4066version = "0.6.3"
 4067source = "registry+https://github.com/rust-lang/crates.io-index"
 4068checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4069dependencies = [
 4070 "cfg-if",
 4071 "libc",
 4072 "mach2 0.4.3",
 4073]
 4074
 4075[[package]]
 4076name = "crash-handler"
 4077version = "0.6.3"
 4078source = "registry+https://github.com/rust-lang/crates.io-index"
 4079checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4080dependencies = [
 4081 "cfg-if",
 4082 "crash-context",
 4083 "libc",
 4084 "mach2 0.4.3",
 4085 "parking_lot",
 4086]
 4087
 4088[[package]]
 4089name = "crashes"
 4090version = "0.1.0"
 4091dependencies = [
 4092 "cfg-if",
 4093 "crash-handler",
 4094 "futures 0.3.32",
 4095 "log",
 4096 "mach2 0.5.0",
 4097 "minidumper",
 4098 "parking_lot",
 4099 "paths",
 4100 "release_channel",
 4101 "serde",
 4102 "serde_json",
 4103 "smol",
 4104 "system_specs",
 4105 "windows 0.61.3",
 4106 "zstd",
 4107]
 4108
 4109[[package]]
 4110name = "crc"
 4111version = "3.3.0"
 4112source = "registry+https://github.com/rust-lang/crates.io-index"
 4113checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4114dependencies = [
 4115 "crc-catalog",
 4116]
 4117
 4118[[package]]
 4119name = "crc-catalog"
 4120version = "2.4.0"
 4121source = "registry+https://github.com/rust-lang/crates.io-index"
 4122checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4123
 4124[[package]]
 4125name = "crc-fast"
 4126version = "1.6.0"
 4127source = "registry+https://github.com/rust-lang/crates.io-index"
 4128checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4129dependencies = [
 4130 "crc",
 4131 "digest",
 4132 "rand 0.9.3",
 4133 "regex",
 4134 "rustversion",
 4135]
 4136
 4137[[package]]
 4138name = "crc32fast"
 4139version = "1.5.0"
 4140source = "registry+https://github.com/rust-lang/crates.io-index"
 4141checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4142dependencies = [
 4143 "cfg-if",
 4144]
 4145
 4146[[package]]
 4147name = "credentials_provider"
 4148version = "0.1.0"
 4149dependencies = [
 4150 "anyhow",
 4151 "gpui",
 4152 "serde",
 4153]
 4154
 4155[[package]]
 4156name = "criterion"
 4157version = "0.5.1"
 4158source = "registry+https://github.com/rust-lang/crates.io-index"
 4159checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4160dependencies = [
 4161 "anes",
 4162 "cast",
 4163 "ciborium",
 4164 "clap",
 4165 "criterion-plot",
 4166 "is-terminal",
 4167 "itertools 0.10.5",
 4168 "num-traits",
 4169 "once_cell",
 4170 "oorandom",
 4171 "plotters",
 4172 "rayon",
 4173 "regex",
 4174 "serde",
 4175 "serde_derive",
 4176 "serde_json",
 4177 "tinytemplate",
 4178 "walkdir",
 4179]
 4180
 4181[[package]]
 4182name = "criterion-plot"
 4183version = "0.5.0"
 4184source = "registry+https://github.com/rust-lang/crates.io-index"
 4185checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4186dependencies = [
 4187 "cast",
 4188 "itertools 0.10.5",
 4189]
 4190
 4191[[package]]
 4192name = "crossbeam"
 4193version = "0.8.4"
 4194source = "registry+https://github.com/rust-lang/crates.io-index"
 4195checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4196dependencies = [
 4197 "crossbeam-channel",
 4198 "crossbeam-deque",
 4199 "crossbeam-epoch",
 4200 "crossbeam-queue",
 4201 "crossbeam-utils",
 4202]
 4203
 4204[[package]]
 4205name = "crossbeam-channel"
 4206version = "0.5.15"
 4207source = "registry+https://github.com/rust-lang/crates.io-index"
 4208checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4209dependencies = [
 4210 "crossbeam-utils",
 4211]
 4212
 4213[[package]]
 4214name = "crossbeam-deque"
 4215version = "0.8.6"
 4216source = "registry+https://github.com/rust-lang/crates.io-index"
 4217checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4218dependencies = [
 4219 "crossbeam-epoch",
 4220 "crossbeam-utils",
 4221]
 4222
 4223[[package]]
 4224name = "crossbeam-epoch"
 4225version = "0.9.18"
 4226source = "registry+https://github.com/rust-lang/crates.io-index"
 4227checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4228dependencies = [
 4229 "crossbeam-utils",
 4230]
 4231
 4232[[package]]
 4233name = "crossbeam-queue"
 4234version = "0.3.12"
 4235source = "registry+https://github.com/rust-lang/crates.io-index"
 4236checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4237dependencies = [
 4238 "crossbeam-utils",
 4239]
 4240
 4241[[package]]
 4242name = "crossbeam-utils"
 4243version = "0.8.21"
 4244source = "registry+https://github.com/rust-lang/crates.io-index"
 4245checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4246
 4247[[package]]
 4248name = "crunchy"
 4249version = "0.2.4"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4252
 4253[[package]]
 4254name = "crypto-bigint"
 4255version = "0.4.9"
 4256source = "registry+https://github.com/rust-lang/crates.io-index"
 4257checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4258dependencies = [
 4259 "generic-array",
 4260 "rand_core 0.6.4",
 4261 "subtle",
 4262 "zeroize",
 4263]
 4264
 4265[[package]]
 4266name = "crypto-bigint"
 4267version = "0.5.5"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4270dependencies = [
 4271 "rand_core 0.6.4",
 4272 "subtle",
 4273]
 4274
 4275[[package]]
 4276name = "crypto-common"
 4277version = "0.1.6"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4280dependencies = [
 4281 "generic-array",
 4282 "typenum",
 4283]
 4284
 4285[[package]]
 4286name = "cssparser"
 4287version = "0.35.0"
 4288source = "registry+https://github.com/rust-lang/crates.io-index"
 4289checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4290dependencies = [
 4291 "cssparser-macros",
 4292 "dtoa-short",
 4293 "itoa",
 4294 "phf 0.11.3",
 4295 "smallvec",
 4296]
 4297
 4298[[package]]
 4299name = "cssparser-macros"
 4300version = "0.6.1"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4303dependencies = [
 4304 "quote",
 4305 "syn 2.0.117",
 4306]
 4307
 4308[[package]]
 4309name = "csv_preview"
 4310version = "0.1.0"
 4311dependencies = [
 4312 "anyhow",
 4313 "editor",
 4314 "feature_flags",
 4315 "gpui",
 4316 "log",
 4317 "text",
 4318 "ui",
 4319 "workspace",
 4320]
 4321
 4322[[package]]
 4323name = "ctor"
 4324version = "0.4.3"
 4325source = "registry+https://github.com/rust-lang/crates.io-index"
 4326checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4327dependencies = [
 4328 "ctor-proc-macro",
 4329 "dtor",
 4330]
 4331
 4332[[package]]
 4333name = "ctor-proc-macro"
 4334version = "0.0.6"
 4335source = "registry+https://github.com/rust-lang/crates.io-index"
 4336checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4337
 4338[[package]]
 4339name = "ctrlc"
 4340version = "3.5.0"
 4341source = "registry+https://github.com/rust-lang/crates.io-index"
 4342checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4343dependencies = [
 4344 "dispatch",
 4345 "nix 0.30.1",
 4346 "windows-sys 0.61.2",
 4347]
 4348
 4349[[package]]
 4350name = "cursor-icon"
 4351version = "1.2.0"
 4352source = "registry+https://github.com/rust-lang/crates.io-index"
 4353checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4354
 4355[[package]]
 4356name = "cxx"
 4357version = "1.0.187"
 4358source = "registry+https://github.com/rust-lang/crates.io-index"
 4359checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4360dependencies = [
 4361 "cc",
 4362 "cxx-build",
 4363 "cxxbridge-cmd",
 4364 "cxxbridge-flags",
 4365 "cxxbridge-macro",
 4366 "foldhash 0.2.0",
 4367 "link-cplusplus",
 4368]
 4369
 4370[[package]]
 4371name = "cxx-build"
 4372version = "1.0.187"
 4373source = "registry+https://github.com/rust-lang/crates.io-index"
 4374checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4375dependencies = [
 4376 "cc",
 4377 "codespan-reporting",
 4378 "indexmap",
 4379 "proc-macro2",
 4380 "quote",
 4381 "scratch",
 4382 "syn 2.0.117",
 4383]
 4384
 4385[[package]]
 4386name = "cxxbridge-cmd"
 4387version = "1.0.187"
 4388source = "registry+https://github.com/rust-lang/crates.io-index"
 4389checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4390dependencies = [
 4391 "clap",
 4392 "codespan-reporting",
 4393 "indexmap",
 4394 "proc-macro2",
 4395 "quote",
 4396 "syn 2.0.117",
 4397]
 4398
 4399[[package]]
 4400name = "cxxbridge-flags"
 4401version = "1.0.187"
 4402source = "registry+https://github.com/rust-lang/crates.io-index"
 4403checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4404
 4405[[package]]
 4406name = "cxxbridge-macro"
 4407version = "1.0.187"
 4408source = "registry+https://github.com/rust-lang/crates.io-index"
 4409checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4410dependencies = [
 4411 "indexmap",
 4412 "proc-macro2",
 4413 "quote",
 4414 "syn 2.0.117",
 4415]
 4416
 4417[[package]]
 4418name = "dap"
 4419version = "0.1.0"
 4420dependencies = [
 4421 "anyhow",
 4422 "async-compression",
 4423 "async-pipe",
 4424 "async-tar",
 4425 "async-trait",
 4426 "client",
 4427 "collections",
 4428 "dap-types",
 4429 "fs",
 4430 "futures 0.3.32",
 4431 "gpui",
 4432 "http_client",
 4433 "language",
 4434 "libc",
 4435 "log",
 4436 "node_runtime",
 4437 "parking_lot",
 4438 "paths",
 4439 "proto",
 4440 "schemars",
 4441 "serde",
 4442 "serde_json",
 4443 "settings",
 4444 "smallvec",
 4445 "smol",
 4446 "task",
 4447 "telemetry",
 4448 "util",
 4449 "zlog",
 4450]
 4451
 4452[[package]]
 4453name = "dap-types"
 4454version = "0.0.1"
 4455source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4456dependencies = [
 4457 "schemars",
 4458 "serde",
 4459 "serde_json",
 4460]
 4461
 4462[[package]]
 4463name = "dap_adapters"
 4464version = "0.1.0"
 4465dependencies = [
 4466 "anyhow",
 4467 "async-trait",
 4468 "collections",
 4469 "dap",
 4470 "dotenvy",
 4471 "fs",
 4472 "futures 0.3.32",
 4473 "gpui",
 4474 "http_client",
 4475 "json_dotpath",
 4476 "language",
 4477 "log",
 4478 "node_runtime",
 4479 "paths",
 4480 "serde",
 4481 "serde_json",
 4482 "settings",
 4483 "smol",
 4484 "task",
 4485 "util",
 4486]
 4487
 4488[[package]]
 4489name = "darling"
 4490version = "0.20.11"
 4491source = "registry+https://github.com/rust-lang/crates.io-index"
 4492checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4493dependencies = [
 4494 "darling_core 0.20.11",
 4495 "darling_macro 0.20.11",
 4496]
 4497
 4498[[package]]
 4499name = "darling"
 4500version = "0.21.3"
 4501source = "registry+https://github.com/rust-lang/crates.io-index"
 4502checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4503dependencies = [
 4504 "darling_core 0.21.3",
 4505 "darling_macro 0.21.3",
 4506]
 4507
 4508[[package]]
 4509name = "darling_core"
 4510version = "0.20.11"
 4511source = "registry+https://github.com/rust-lang/crates.io-index"
 4512checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4513dependencies = [
 4514 "fnv",
 4515 "ident_case",
 4516 "proc-macro2",
 4517 "quote",
 4518 "strsim",
 4519 "syn 2.0.117",
 4520]
 4521
 4522[[package]]
 4523name = "darling_core"
 4524version = "0.21.3"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4527dependencies = [
 4528 "fnv",
 4529 "ident_case",
 4530 "proc-macro2",
 4531 "quote",
 4532 "strsim",
 4533 "syn 2.0.117",
 4534]
 4535
 4536[[package]]
 4537name = "darling_macro"
 4538version = "0.20.11"
 4539source = "registry+https://github.com/rust-lang/crates.io-index"
 4540checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4541dependencies = [
 4542 "darling_core 0.20.11",
 4543 "quote",
 4544 "syn 2.0.117",
 4545]
 4546
 4547[[package]]
 4548name = "darling_macro"
 4549version = "0.21.3"
 4550source = "registry+https://github.com/rust-lang/crates.io-index"
 4551checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4552dependencies = [
 4553 "darling_core 0.21.3",
 4554 "quote",
 4555 "syn 2.0.117",
 4556]
 4557
 4558[[package]]
 4559name = "dashmap"
 4560version = "6.1.0"
 4561source = "registry+https://github.com/rust-lang/crates.io-index"
 4562checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4563dependencies = [
 4564 "cfg-if",
 4565 "crossbeam-utils",
 4566 "hashbrown 0.14.5",
 4567 "lock_api",
 4568 "once_cell",
 4569 "parking_lot_core",
 4570]
 4571
 4572[[package]]
 4573name = "dasp_sample"
 4574version = "0.11.0"
 4575source = "registry+https://github.com/rust-lang/crates.io-index"
 4576checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4577
 4578[[package]]
 4579name = "data-encoding"
 4580version = "2.9.0"
 4581source = "registry+https://github.com/rust-lang/crates.io-index"
 4582checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4583
 4584[[package]]
 4585name = "data-url"
 4586version = "0.3.2"
 4587source = "registry+https://github.com/rust-lang/crates.io-index"
 4588checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4589
 4590[[package]]
 4591name = "db"
 4592version = "0.1.0"
 4593dependencies = [
 4594 "anyhow",
 4595 "gpui",
 4596 "indoc",
 4597 "inventory",
 4598 "log",
 4599 "paths",
 4600 "release_channel",
 4601 "smol",
 4602 "sqlez",
 4603 "sqlez_macros",
 4604 "tempfile",
 4605 "util",
 4606 "uuid",
 4607 "zed_env_vars",
 4608]
 4609
 4610[[package]]
 4611name = "dbus"
 4612version = "0.9.9"
 4613source = "registry+https://github.com/rust-lang/crates.io-index"
 4614checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4615dependencies = [
 4616 "libc",
 4617 "libdbus-sys",
 4618 "windows-sys 0.59.0",
 4619]
 4620
 4621[[package]]
 4622name = "debug_adapter_extension"
 4623version = "0.1.0"
 4624dependencies = [
 4625 "anyhow",
 4626 "async-trait",
 4627 "collections",
 4628 "dap",
 4629 "extension",
 4630 "gpui",
 4631 "serde_json",
 4632 "task",
 4633 "util",
 4634]
 4635
 4636[[package]]
 4637name = "debugger_tools"
 4638version = "0.1.0"
 4639dependencies = [
 4640 "anyhow",
 4641 "dap",
 4642 "editor",
 4643 "futures 0.3.32",
 4644 "gpui",
 4645 "project",
 4646 "serde_json",
 4647 "settings",
 4648 "smol",
 4649 "util",
 4650 "workspace",
 4651]
 4652
 4653[[package]]
 4654name = "debugger_ui"
 4655version = "0.1.0"
 4656dependencies = [
 4657 "alacritty_terminal",
 4658 "anyhow",
 4659 "bitflags 2.10.0",
 4660 "client",
 4661 "collections",
 4662 "command_palette_hooks",
 4663 "dap",
 4664 "dap_adapters",
 4665 "db",
 4666 "debugger_tools",
 4667 "editor",
 4668 "feature_flags",
 4669 "file_icons",
 4670 "futures 0.3.32",
 4671 "fuzzy",
 4672 "gpui",
 4673 "hex",
 4674 "indoc",
 4675 "itertools 0.14.0",
 4676 "language",
 4677 "log",
 4678 "menu",
 4679 "notifications",
 4680 "parking_lot",
 4681 "parse_int",
 4682 "paths",
 4683 "picker",
 4684 "pretty_assertions",
 4685 "project",
 4686 "rpc",
 4687 "schemars",
 4688 "serde",
 4689 "serde_json",
 4690 "serde_json_lenient",
 4691 "settings",
 4692 "sysinfo 0.37.2",
 4693 "task",
 4694 "tasks_ui",
 4695 "terminal_view",
 4696 "text",
 4697 "theme",
 4698 "theme_settings",
 4699 "tree-sitter",
 4700 "tree-sitter-go",
 4701 "tree-sitter-json",
 4702 "ui",
 4703 "ui_input",
 4704 "unindent",
 4705 "util",
 4706 "workspace",
 4707 "zed_actions",
 4708 "zlog",
 4709]
 4710
 4711[[package]]
 4712name = "debugid"
 4713version = "0.8.0"
 4714source = "registry+https://github.com/rust-lang/crates.io-index"
 4715checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4716dependencies = [
 4717 "uuid",
 4718]
 4719
 4720[[package]]
 4721name = "deepseek"
 4722version = "0.1.0"
 4723dependencies = [
 4724 "anyhow",
 4725 "futures 0.3.32",
 4726 "http_client",
 4727 "schemars",
 4728 "serde",
 4729 "serde_json",
 4730]
 4731
 4732[[package]]
 4733name = "deflate64"
 4734version = "0.1.10"
 4735source = "registry+https://github.com/rust-lang/crates.io-index"
 4736checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4737
 4738[[package]]
 4739name = "denoise"
 4740version = "0.1.0"
 4741dependencies = [
 4742 "candle-core",
 4743 "candle-onnx",
 4744 "log",
 4745 "realfft",
 4746 "rodio",
 4747 "rustfft",
 4748 "thiserror 2.0.17",
 4749]
 4750
 4751[[package]]
 4752name = "der"
 4753version = "0.6.1"
 4754source = "registry+https://github.com/rust-lang/crates.io-index"
 4755checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4756dependencies = [
 4757 "const-oid",
 4758 "zeroize",
 4759]
 4760
 4761[[package]]
 4762name = "der"
 4763version = "0.7.10"
 4764source = "registry+https://github.com/rust-lang/crates.io-index"
 4765checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4766dependencies = [
 4767 "const-oid",
 4768 "pem-rfc7468",
 4769 "zeroize",
 4770]
 4771
 4772[[package]]
 4773name = "deranged"
 4774version = "0.5.4"
 4775source = "registry+https://github.com/rust-lang/crates.io-index"
 4776checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4777dependencies = [
 4778 "powerfmt",
 4779 "serde_core",
 4780]
 4781
 4782[[package]]
 4783name = "derive_arbitrary"
 4784version = "1.4.2"
 4785source = "registry+https://github.com/rust-lang/crates.io-index"
 4786checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4787dependencies = [
 4788 "proc-macro2",
 4789 "quote",
 4790 "syn 2.0.117",
 4791]
 4792
 4793[[package]]
 4794name = "derive_more"
 4795version = "2.1.1"
 4796source = "registry+https://github.com/rust-lang/crates.io-index"
 4797checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4798dependencies = [
 4799 "derive_more-impl",
 4800]
 4801
 4802[[package]]
 4803name = "derive_more-impl"
 4804version = "2.1.1"
 4805source = "registry+https://github.com/rust-lang/crates.io-index"
 4806checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4807dependencies = [
 4808 "convert_case 0.10.0",
 4809 "proc-macro2",
 4810 "quote",
 4811 "rustc_version",
 4812 "syn 2.0.117",
 4813 "unicode-xid",
 4814]
 4815
 4816[[package]]
 4817name = "derive_refineable"
 4818version = "0.1.0"
 4819dependencies = [
 4820 "proc-macro2",
 4821 "quote",
 4822 "syn 2.0.117",
 4823]
 4824
 4825[[package]]
 4826name = "derive_setters"
 4827version = "0.1.9"
 4828source = "registry+https://github.com/rust-lang/crates.io-index"
 4829checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4830dependencies = [
 4831 "darling 0.21.3",
 4832 "proc-macro2",
 4833 "quote",
 4834 "syn 2.0.117",
 4835]
 4836
 4837[[package]]
 4838name = "dev_container"
 4839version = "0.1.0"
 4840dependencies = [
 4841 "async-tar",
 4842 "async-trait",
 4843 "env_logger 0.11.8",
 4844 "fs",
 4845 "futures 0.3.32",
 4846 "gpui",
 4847 "http 1.3.1",
 4848 "http_client",
 4849 "log",
 4850 "menu",
 4851 "paths",
 4852 "picker",
 4853 "project",
 4854 "regex",
 4855 "serde",
 4856 "serde_json",
 4857 "serde_json_lenient",
 4858 "settings",
 4859 "shlex",
 4860 "ui",
 4861 "util",
 4862 "walkdir",
 4863 "workspace",
 4864 "worktree",
 4865]
 4866
 4867[[package]]
 4868name = "diagnostics"
 4869version = "0.1.0"
 4870dependencies = [
 4871 "anyhow",
 4872 "collections",
 4873 "component",
 4874 "ctor",
 4875 "editor",
 4876 "gpui",
 4877 "indoc",
 4878 "itertools 0.14.0",
 4879 "language",
 4880 "log",
 4881 "lsp",
 4882 "markdown",
 4883 "pretty_assertions",
 4884 "project",
 4885 "rand 0.9.3",
 4886 "serde",
 4887 "serde_json",
 4888 "settings",
 4889 "text",
 4890 "theme",
 4891 "theme_settings",
 4892 "ui",
 4893 "unindent",
 4894 "util",
 4895 "workspace",
 4896 "zed_actions",
 4897 "zlog",
 4898]
 4899
 4900[[package]]
 4901name = "dialoguer"
 4902version = "0.12.0"
 4903source = "registry+https://github.com/rust-lang/crates.io-index"
 4904checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4905dependencies = [
 4906 "console",
 4907 "shell-words",
 4908]
 4909
 4910[[package]]
 4911name = "diff"
 4912version = "0.1.13"
 4913source = "registry+https://github.com/rust-lang/crates.io-index"
 4914checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4915
 4916[[package]]
 4917name = "diffy"
 4918version = "0.4.2"
 4919source = "registry+https://github.com/rust-lang/crates.io-index"
 4920checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4921dependencies = [
 4922 "nu-ansi-term",
 4923]
 4924
 4925[[package]]
 4926name = "digest"
 4927version = "0.10.7"
 4928source = "registry+https://github.com/rust-lang/crates.io-index"
 4929checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4930dependencies = [
 4931 "block-buffer",
 4932 "const-oid",
 4933 "crypto-common",
 4934 "subtle",
 4935]
 4936
 4937[[package]]
 4938name = "dirs"
 4939version = "6.0.0"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4942dependencies = [
 4943 "dirs-sys",
 4944]
 4945
 4946[[package]]
 4947name = "dirs-sys"
 4948version = "0.5.0"
 4949source = "registry+https://github.com/rust-lang/crates.io-index"
 4950checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4951dependencies = [
 4952 "libc",
 4953 "option-ext",
 4954 "redox_users",
 4955 "windows-sys 0.61.2",
 4956]
 4957
 4958[[package]]
 4959name = "dispatch"
 4960version = "0.2.0"
 4961source = "registry+https://github.com/rust-lang/crates.io-index"
 4962checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4963
 4964[[package]]
 4965name = "dispatch2"
 4966version = "0.3.1"
 4967source = "registry+https://github.com/rust-lang/crates.io-index"
 4968checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4969dependencies = [
 4970 "bitflags 2.10.0",
 4971 "block2",
 4972 "libc",
 4973 "objc2",
 4974]
 4975
 4976[[package]]
 4977name = "displaydoc"
 4978version = "0.2.5"
 4979source = "registry+https://github.com/rust-lang/crates.io-index"
 4980checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4981dependencies = [
 4982 "proc-macro2",
 4983 "quote",
 4984 "syn 2.0.117",
 4985]
 4986
 4987[[package]]
 4988name = "dlib"
 4989version = "0.5.2"
 4990source = "registry+https://github.com/rust-lang/crates.io-index"
 4991checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4992dependencies = [
 4993 "libloading",
 4994]
 4995
 4996[[package]]
 4997name = "docs_preprocessor"
 4998version = "0.1.0"
 4999dependencies = [
 5000 "anyhow",
 5001 "collections",
 5002 "jsonschema",
 5003 "mdbook",
 5004 "regex",
 5005 "schemars",
 5006 "serde",
 5007 "serde_json",
 5008 "settings",
 5009 "task",
 5010 "theme",
 5011 "util",
 5012 "zlog",
 5013]
 5014
 5015[[package]]
 5016name = "document-features"
 5017version = "0.2.12"
 5018source = "registry+https://github.com/rust-lang/crates.io-index"
 5019checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5020dependencies = [
 5021 "litrs",
 5022]
 5023
 5024[[package]]
 5025name = "documented"
 5026version = "0.9.2"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5029dependencies = [
 5030 "documented-macros",
 5031 "phf 0.12.1",
 5032 "thiserror 2.0.17",
 5033]
 5034
 5035[[package]]
 5036name = "documented-macros"
 5037version = "0.9.2"
 5038source = "registry+https://github.com/rust-lang/crates.io-index"
 5039checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5040dependencies = [
 5041 "convert_case 0.8.0",
 5042 "itertools 0.14.0",
 5043 "optfield",
 5044 "proc-macro2",
 5045 "quote",
 5046 "strum 0.27.2",
 5047 "syn 2.0.117",
 5048]
 5049
 5050[[package]]
 5051name = "dotenvy"
 5052version = "0.15.7"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5055
 5056[[package]]
 5057name = "downcast-rs"
 5058version = "1.2.1"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5061
 5062[[package]]
 5063name = "doxygen-rs"
 5064version = "0.4.2"
 5065source = "registry+https://github.com/rust-lang/crates.io-index"
 5066checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5067dependencies = [
 5068 "phf 0.11.3",
 5069]
 5070
 5071[[package]]
 5072name = "dtoa"
 5073version = "1.0.10"
 5074source = "registry+https://github.com/rust-lang/crates.io-index"
 5075checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5076
 5077[[package]]
 5078name = "dtoa-short"
 5079version = "0.3.5"
 5080source = "registry+https://github.com/rust-lang/crates.io-index"
 5081checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5082dependencies = [
 5083 "dtoa",
 5084]
 5085
 5086[[package]]
 5087name = "dtor"
 5088version = "0.0.6"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5091dependencies = [
 5092 "dtor-proc-macro",
 5093]
 5094
 5095[[package]]
 5096name = "dtor-proc-macro"
 5097version = "0.0.5"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5100
 5101[[package]]
 5102name = "dunce"
 5103version = "1.0.5"
 5104source = "registry+https://github.com/rust-lang/crates.io-index"
 5105checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5106
 5107[[package]]
 5108name = "dwrote"
 5109version = "0.11.5"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5112dependencies = [
 5113 "lazy_static",
 5114 "libc",
 5115 "winapi",
 5116 "wio",
 5117]
 5118
 5119[[package]]
 5120name = "dyn-clone"
 5121version = "1.0.20"
 5122source = "registry+https://github.com/rust-lang/crates.io-index"
 5123checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5124
 5125[[package]]
 5126name = "dyn-stack"
 5127version = "0.10.0"
 5128source = "registry+https://github.com/rust-lang/crates.io-index"
 5129checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5130dependencies = [
 5131 "bytemuck",
 5132 "reborrow",
 5133]
 5134
 5135[[package]]
 5136name = "dyn-stack"
 5137version = "0.13.2"
 5138source = "registry+https://github.com/rust-lang/crates.io-index"
 5139checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5140dependencies = [
 5141 "bytemuck",
 5142 "dyn-stack-macros",
 5143]
 5144
 5145[[package]]
 5146name = "dyn-stack-macros"
 5147version = "0.1.3"
 5148source = "registry+https://github.com/rust-lang/crates.io-index"
 5149checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5150
 5151[[package]]
 5152name = "ec4rs"
 5153version = "1.2.0"
 5154source = "registry+https://github.com/rust-lang/crates.io-index"
 5155checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5156
 5157[[package]]
 5158name = "ecdsa"
 5159version = "0.14.8"
 5160source = "registry+https://github.com/rust-lang/crates.io-index"
 5161checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5162dependencies = [
 5163 "der 0.6.1",
 5164 "elliptic-curve",
 5165 "rfc6979",
 5166 "signature 1.6.4",
 5167]
 5168
 5169[[package]]
 5170name = "edit_prediction"
 5171version = "0.1.0"
 5172dependencies = [
 5173 "ai_onboarding",
 5174 "anyhow",
 5175 "buffer_diff",
 5176 "client",
 5177 "clock",
 5178 "cloud_api_client",
 5179 "cloud_api_types",
 5180 "cloud_llm_client",
 5181 "collections",
 5182 "copilot",
 5183 "copilot_ui",
 5184 "credentials_provider",
 5185 "criterion",
 5186 "ctor",
 5187 "db",
 5188 "edit_prediction_context",
 5189 "edit_prediction_metrics",
 5190 "edit_prediction_types",
 5191 "feature_flags",
 5192 "fs",
 5193 "futures 0.3.32",
 5194 "gpui",
 5195 "heapless",
 5196 "indoc",
 5197 "itertools 0.14.0",
 5198 "language",
 5199 "language_model",
 5200 "languages",
 5201 "log",
 5202 "lsp",
 5203 "menu",
 5204 "node_runtime",
 5205 "open_ai",
 5206 "parking_lot",
 5207 "postage",
 5208 "pretty_assertions",
 5209 "project",
 5210 "pulldown-cmark 0.13.0",
 5211 "rand 0.9.3",
 5212 "regex",
 5213 "release_channel",
 5214 "semver",
 5215 "serde",
 5216 "serde_json",
 5217 "settings",
 5218 "strum 0.27.2",
 5219 "telemetry",
 5220 "telemetry_events",
 5221 "text",
 5222 "thiserror 2.0.17",
 5223 "time",
 5224 "toml 0.8.23",
 5225 "ui",
 5226 "util",
 5227 "uuid",
 5228 "workspace",
 5229 "worktree",
 5230 "zed_actions",
 5231 "zed_credentials_provider",
 5232 "zeta_prompt",
 5233 "zlog",
 5234 "zstd",
 5235]
 5236
 5237[[package]]
 5238name = "edit_prediction_cli"
 5239version = "0.1.0"
 5240dependencies = [
 5241 "anthropic",
 5242 "anyhow",
 5243 "chrono",
 5244 "clap",
 5245 "client",
 5246 "cloud_llm_client",
 5247 "collections",
 5248 "db",
 5249 "debug_adapter_extension",
 5250 "dirs",
 5251 "edit_prediction",
 5252 "edit_prediction_metrics",
 5253 "extension",
 5254 "flate2",
 5255 "fs",
 5256 "futures 0.3.32",
 5257 "gaoya",
 5258 "gpui",
 5259 "gpui_platform",
 5260 "gpui_tokio",
 5261 "http_client",
 5262 "indoc",
 5263 "language",
 5264 "language_extension",
 5265 "language_model",
 5266 "language_models",
 5267 "languages",
 5268 "libc",
 5269 "log",
 5270 "node_runtime",
 5271 "open_ai",
 5272 "paths",
 5273 "pretty_assertions",
 5274 "project",
 5275 "prompt_store",
 5276 "rand 0.9.3",
 5277 "release_channel",
 5278 "reqwest_client",
 5279 "rust-embed",
 5280 "serde",
 5281 "serde_json",
 5282 "settings",
 5283 "shellexpand",
 5284 "similar",
 5285 "smol",
 5286 "sqlez",
 5287 "sqlez_macros",
 5288 "strum 0.27.2",
 5289 "telemetry_events",
 5290 "tempfile",
 5291 "terminal_view",
 5292 "toml 0.8.23",
 5293 "util",
 5294 "wasmtime",
 5295 "watch",
 5296 "workspace",
 5297 "zeta_prompt",
 5298]
 5299
 5300[[package]]
 5301name = "edit_prediction_context"
 5302version = "0.1.0"
 5303dependencies = [
 5304 "anyhow",
 5305 "clock",
 5306 "collections",
 5307 "env_logger 0.11.8",
 5308 "futures 0.3.32",
 5309 "gpui",
 5310 "indoc",
 5311 "language",
 5312 "log",
 5313 "lsp",
 5314 "parking_lot",
 5315 "pretty_assertions",
 5316 "project",
 5317 "serde",
 5318 "serde_json",
 5319 "settings",
 5320 "smallvec",
 5321 "text",
 5322 "tree-sitter",
 5323 "util",
 5324 "zeta_prompt",
 5325]
 5326
 5327[[package]]
 5328name = "edit_prediction_metrics"
 5329version = "0.1.0"
 5330dependencies = [
 5331 "indoc",
 5332 "language",
 5333 "pretty_assertions",
 5334 "serde",
 5335 "similar",
 5336 "tree-sitter",
 5337 "zeta_prompt",
 5338]
 5339
 5340[[package]]
 5341name = "edit_prediction_types"
 5342version = "0.1.0"
 5343dependencies = [
 5344 "client",
 5345 "gpui",
 5346 "icons",
 5347 "language",
 5348 "text",
 5349]
 5350
 5351[[package]]
 5352name = "edit_prediction_ui"
 5353version = "0.1.0"
 5354dependencies = [
 5355 "anyhow",
 5356 "buffer_diff",
 5357 "client",
 5358 "cloud_llm_client",
 5359 "codestral",
 5360 "collections",
 5361 "command_palette_hooks",
 5362 "copilot",
 5363 "copilot_chat",
 5364 "copilot_ui",
 5365 "edit_prediction",
 5366 "edit_prediction_types",
 5367 "editor",
 5368 "feature_flags",
 5369 "fs",
 5370 "futures 0.3.32",
 5371 "gpui",
 5372 "indoc",
 5373 "language",
 5374 "markdown",
 5375 "menu",
 5376 "multi_buffer",
 5377 "paths",
 5378 "project",
 5379 "regex",
 5380 "settings",
 5381 "telemetry",
 5382 "text",
 5383 "theme",
 5384 "theme_settings",
 5385 "time",
 5386 "ui",
 5387 "util",
 5388 "workspace",
 5389 "zed_actions",
 5390 "zeta_prompt",
 5391]
 5392
 5393[[package]]
 5394name = "editor"
 5395version = "0.1.0"
 5396dependencies = [
 5397 "aho-corasick",
 5398 "anyhow",
 5399 "assets",
 5400 "breadcrumbs",
 5401 "buffer_diff",
 5402 "client",
 5403 "clock",
 5404 "collections",
 5405 "convert_case 0.8.0",
 5406 "criterion",
 5407 "ctor",
 5408 "dap",
 5409 "db",
 5410 "edit_prediction_types",
 5411 "emojis",
 5412 "feature_flags",
 5413 "file_icons",
 5414 "fs",
 5415 "futures 0.3.32",
 5416 "fuzzy",
 5417 "git",
 5418 "gpui",
 5419 "indoc",
 5420 "itertools 0.14.0",
 5421 "language",
 5422 "languages",
 5423 "linkify",
 5424 "log",
 5425 "lsp",
 5426 "markdown",
 5427 "menu",
 5428 "multi_buffer",
 5429 "ordered-float 2.10.1",
 5430 "parking_lot",
 5431 "pretty_assertions",
 5432 "project",
 5433 "proptest",
 5434 "proptest-derive",
 5435 "rand 0.9.3",
 5436 "regex",
 5437 "release_channel",
 5438 "rope",
 5439 "rpc",
 5440 "schemars",
 5441 "semver",
 5442 "serde",
 5443 "serde_json",
 5444 "settings",
 5445 "smallvec",
 5446 "smol",
 5447 "snippet",
 5448 "sum_tree",
 5449 "task",
 5450 "telemetry",
 5451 "text",
 5452 "theme",
 5453 "theme_settings",
 5454 "time",
 5455 "tracing",
 5456 "tree-sitter-bash",
 5457 "tree-sitter-c",
 5458 "tree-sitter-html",
 5459 "tree-sitter-md",
 5460 "tree-sitter-python",
 5461 "tree-sitter-rust",
 5462 "tree-sitter-typescript",
 5463 "tree-sitter-yaml",
 5464 "ui",
 5465 "ui_input",
 5466 "unicode-script",
 5467 "unicode-segmentation",
 5468 "unicode-width",
 5469 "unindent",
 5470 "url",
 5471 "util",
 5472 "uuid",
 5473 "vim_mode_setting",
 5474 "workspace",
 5475 "zed_actions",
 5476 "zlog",
 5477 "ztracing",
 5478]
 5479
 5480[[package]]
 5481name = "either"
 5482version = "1.15.0"
 5483source = "registry+https://github.com/rust-lang/crates.io-index"
 5484checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5485dependencies = [
 5486 "serde",
 5487]
 5488
 5489[[package]]
 5490name = "elasticlunr-rs"
 5491version = "3.0.2"
 5492source = "registry+https://github.com/rust-lang/crates.io-index"
 5493checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5494dependencies = [
 5495 "regex",
 5496 "serde",
 5497 "serde_derive",
 5498 "serde_json",
 5499]
 5500
 5501[[package]]
 5502name = "elliptic-curve"
 5503version = "0.12.3"
 5504source = "registry+https://github.com/rust-lang/crates.io-index"
 5505checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5506dependencies = [
 5507 "base16ct",
 5508 "crypto-bigint 0.4.9",
 5509 "der 0.6.1",
 5510 "digest",
 5511 "ff",
 5512 "generic-array",
 5513 "group",
 5514 "pkcs8 0.9.0",
 5515 "rand_core 0.6.4",
 5516 "sec1",
 5517 "subtle",
 5518 "zeroize",
 5519]
 5520
 5521[[package]]
 5522name = "email_address"
 5523version = "0.2.9"
 5524source = "registry+https://github.com/rust-lang/crates.io-index"
 5525checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5526dependencies = [
 5527 "serde",
 5528]
 5529
 5530[[package]]
 5531name = "embed-resource"
 5532version = "3.0.6"
 5533source = "registry+https://github.com/rust-lang/crates.io-index"
 5534checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5535dependencies = [
 5536 "cc",
 5537 "memchr",
 5538 "rustc_version",
 5539 "toml 0.9.8",
 5540 "vswhom",
 5541 "winreg 0.55.0",
 5542]
 5543
 5544[[package]]
 5545name = "embedded-io"
 5546version = "0.4.0"
 5547source = "registry+https://github.com/rust-lang/crates.io-index"
 5548checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5549
 5550[[package]]
 5551name = "embedded-io"
 5552version = "0.6.1"
 5553source = "registry+https://github.com/rust-lang/crates.io-index"
 5554checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5555
 5556[[package]]
 5557name = "emojis"
 5558version = "0.6.4"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5561dependencies = [
 5562 "phf 0.11.3",
 5563]
 5564
 5565[[package]]
 5566name = "encode_unicode"
 5567version = "1.0.0"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5570
 5571[[package]]
 5572name = "encoding_rs"
 5573version = "0.8.35"
 5574source = "registry+https://github.com/rust-lang/crates.io-index"
 5575checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5576dependencies = [
 5577 "cfg-if",
 5578]
 5579
 5580[[package]]
 5581name = "encoding_selector"
 5582version = "0.1.0"
 5583dependencies = [
 5584 "editor",
 5585 "encoding_rs",
 5586 "fuzzy",
 5587 "gpui",
 5588 "language",
 5589 "picker",
 5590 "project",
 5591 "ui",
 5592 "util",
 5593 "workspace",
 5594]
 5595
 5596[[package]]
 5597name = "endi"
 5598version = "1.1.0"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5601
 5602[[package]]
 5603name = "enum-as-inner"
 5604version = "0.6.1"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5607dependencies = [
 5608 "heck 0.5.0",
 5609 "proc-macro2",
 5610 "quote",
 5611 "syn 2.0.117",
 5612]
 5613
 5614[[package]]
 5615name = "enumflags2"
 5616version = "0.7.12"
 5617source = "registry+https://github.com/rust-lang/crates.io-index"
 5618checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5619dependencies = [
 5620 "enumflags2_derive",
 5621 "serde",
 5622]
 5623
 5624[[package]]
 5625name = "enumflags2_derive"
 5626version = "0.7.12"
 5627source = "registry+https://github.com/rust-lang/crates.io-index"
 5628checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5629dependencies = [
 5630 "proc-macro2",
 5631 "quote",
 5632 "syn 2.0.117",
 5633]
 5634
 5635[[package]]
 5636name = "env_filter"
 5637version = "0.1.4"
 5638source = "registry+https://github.com/rust-lang/crates.io-index"
 5639checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5640dependencies = [
 5641 "log",
 5642 "regex",
 5643]
 5644
 5645[[package]]
 5646name = "env_logger"
 5647version = "0.10.2"
 5648source = "registry+https://github.com/rust-lang/crates.io-index"
 5649checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5650dependencies = [
 5651 "humantime",
 5652 "is-terminal",
 5653 "log",
 5654 "regex",
 5655 "termcolor",
 5656]
 5657
 5658[[package]]
 5659name = "env_logger"
 5660version = "0.11.8"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5663dependencies = [
 5664 "anstream",
 5665 "anstyle",
 5666 "env_filter",
 5667 "jiff",
 5668 "log",
 5669]
 5670
 5671[[package]]
 5672name = "env_var"
 5673version = "0.1.0"
 5674dependencies = [
 5675 "gpui_shared_string",
 5676]
 5677
 5678[[package]]
 5679name = "envy"
 5680version = "0.4.2"
 5681source = "registry+https://github.com/rust-lang/crates.io-index"
 5682checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5683dependencies = [
 5684 "serde",
 5685]
 5686
 5687[[package]]
 5688name = "equator"
 5689version = "0.4.2"
 5690source = "registry+https://github.com/rust-lang/crates.io-index"
 5691checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5692dependencies = [
 5693 "equator-macro",
 5694]
 5695
 5696[[package]]
 5697name = "equator-macro"
 5698version = "0.4.2"
 5699source = "registry+https://github.com/rust-lang/crates.io-index"
 5700checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5701dependencies = [
 5702 "proc-macro2",
 5703 "quote",
 5704 "syn 2.0.117",
 5705]
 5706
 5707[[package]]
 5708name = "equivalent"
 5709version = "1.0.2"
 5710source = "registry+https://github.com/rust-lang/crates.io-index"
 5711checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5712
 5713[[package]]
 5714name = "erased-serde"
 5715version = "0.4.9"
 5716source = "registry+https://github.com/rust-lang/crates.io-index"
 5717checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5718dependencies = [
 5719 "serde",
 5720 "serde_core",
 5721 "typeid",
 5722]
 5723
 5724[[package]]
 5725name = "errno"
 5726version = "0.2.8"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5729dependencies = [
 5730 "errno-dragonfly",
 5731 "libc",
 5732 "winapi",
 5733]
 5734
 5735[[package]]
 5736name = "errno"
 5737version = "0.3.14"
 5738source = "registry+https://github.com/rust-lang/crates.io-index"
 5739checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5740dependencies = [
 5741 "libc",
 5742 "windows-sys 0.61.2",
 5743]
 5744
 5745[[package]]
 5746name = "errno-dragonfly"
 5747version = "0.1.2"
 5748source = "registry+https://github.com/rust-lang/crates.io-index"
 5749checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5750dependencies = [
 5751 "cc",
 5752 "libc",
 5753]
 5754
 5755[[package]]
 5756name = "error-graph"
 5757version = "0.1.1"
 5758source = "registry+https://github.com/rust-lang/crates.io-index"
 5759checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5760dependencies = [
 5761 "serde",
 5762]
 5763
 5764[[package]]
 5765name = "etagere"
 5766version = "0.2.15"
 5767source = "registry+https://github.com/rust-lang/crates.io-index"
 5768checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5769dependencies = [
 5770 "euclid",
 5771 "svg_fmt",
 5772]
 5773
 5774[[package]]
 5775name = "etcetera"
 5776version = "0.8.0"
 5777source = "registry+https://github.com/rust-lang/crates.io-index"
 5778checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5779dependencies = [
 5780 "cfg-if",
 5781 "home",
 5782 "windows-sys 0.48.0",
 5783]
 5784
 5785[[package]]
 5786name = "etw_tracing"
 5787version = "0.1.0"
 5788dependencies = [
 5789 "anyhow",
 5790 "gpui",
 5791 "log",
 5792 "net",
 5793 "serde",
 5794 "serde_json",
 5795 "util",
 5796 "windows 0.61.3",
 5797 "windows-core 0.61.2",
 5798 "workspace",
 5799 "wprcontrol",
 5800]
 5801
 5802[[package]]
 5803name = "euclid"
 5804version = "0.22.11"
 5805source = "registry+https://github.com/rust-lang/crates.io-index"
 5806checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5807dependencies = [
 5808 "num-traits",
 5809]
 5810
 5811[[package]]
 5812name = "eval_cli"
 5813version = "0.1.0"
 5814dependencies = [
 5815 "acp_thread",
 5816 "agent",
 5817 "agent-client-protocol",
 5818 "agent_ui",
 5819 "anyhow",
 5820 "clap",
 5821 "client",
 5822 "ctrlc",
 5823 "db",
 5824 "debug_adapter_extension",
 5825 "env_logger 0.11.8",
 5826 "extension",
 5827 "feature_flags",
 5828 "fs",
 5829 "futures 0.3.32",
 5830 "gpui",
 5831 "gpui_platform",
 5832 "gpui_tokio",
 5833 "language",
 5834 "language_extension",
 5835 "language_model",
 5836 "language_models",
 5837 "languages",
 5838 "node_runtime",
 5839 "paths",
 5840 "project",
 5841 "prompt_store",
 5842 "release_channel",
 5843 "reqwest_client",
 5844 "serde",
 5845 "serde_json",
 5846 "settings",
 5847 "shellexpand",
 5848 "terminal_view",
 5849 "util",
 5850 "watch",
 5851]
 5852
 5853[[package]]
 5854name = "eval_utils"
 5855version = "0.1.0"
 5856dependencies = [
 5857 "gpui_platform",
 5858 "serde",
 5859 "smol",
 5860]
 5861
 5862[[package]]
 5863name = "event-listener"
 5864version = "2.5.3"
 5865source = "registry+https://github.com/rust-lang/crates.io-index"
 5866checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5867
 5868[[package]]
 5869name = "event-listener"
 5870version = "5.4.1"
 5871source = "registry+https://github.com/rust-lang/crates.io-index"
 5872checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5873dependencies = [
 5874 "concurrent-queue",
 5875 "parking",
 5876 "pin-project-lite",
 5877]
 5878
 5879[[package]]
 5880name = "event-listener-strategy"
 5881version = "0.5.4"
 5882source = "registry+https://github.com/rust-lang/crates.io-index"
 5883checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5884dependencies = [
 5885 "event-listener 5.4.1",
 5886 "pin-project-lite",
 5887]
 5888
 5889[[package]]
 5890name = "exec"
 5891version = "0.3.1"
 5892source = "registry+https://github.com/rust-lang/crates.io-index"
 5893checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5894dependencies = [
 5895 "errno 0.2.8",
 5896 "libc",
 5897]
 5898
 5899[[package]]
 5900name = "explorer_command_injector"
 5901version = "0.1.0"
 5902dependencies = [
 5903 "windows 0.61.3",
 5904 "windows-core 0.61.2",
 5905 "windows-registry 0.5.3",
 5906]
 5907
 5908[[package]]
 5909name = "exr"
 5910version = "1.74.0"
 5911source = "registry+https://github.com/rust-lang/crates.io-index"
 5912checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
 5913dependencies = [
 5914 "bit_field",
 5915 "half",
 5916 "lebe",
 5917 "miniz_oxide",
 5918 "rayon-core",
 5919 "smallvec",
 5920 "zune-inflate",
 5921]
 5922
 5923[[package]]
 5924name = "extended"
 5925version = "0.1.0"
 5926source = "registry+https://github.com/rust-lang/crates.io-index"
 5927checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5928
 5929[[package]]
 5930name = "extension"
 5931version = "0.1.0"
 5932dependencies = [
 5933 "anyhow",
 5934 "async-trait",
 5935 "cloud_api_types",
 5936 "collections",
 5937 "dap",
 5938 "fs",
 5939 "futures 0.3.32",
 5940 "gpui",
 5941 "heck 0.5.0",
 5942 "http_client",
 5943 "indoc",
 5944 "language",
 5945 "log",
 5946 "lsp",
 5947 "parking_lot",
 5948 "pretty_assertions",
 5949 "proto",
 5950 "semver",
 5951 "serde",
 5952 "serde_json",
 5953 "task",
 5954 "tempfile",
 5955 "toml 0.8.23",
 5956 "tracing",
 5957 "url",
 5958 "util",
 5959 "wasm-encoder 0.221.3",
 5960 "wasmparser 0.221.3",
 5961 "ztracing",
 5962]
 5963
 5964[[package]]
 5965name = "extension_cli"
 5966version = "0.1.0"
 5967dependencies = [
 5968 "anyhow",
 5969 "clap",
 5970 "cloud_api_types",
 5971 "env_logger 0.11.8",
 5972 "extension",
 5973 "fs",
 5974 "gpui_platform",
 5975 "language",
 5976 "log",
 5977 "reqwest_client",
 5978 "serde",
 5979 "serde_json",
 5980 "serde_json_lenient",
 5981 "settings_content",
 5982 "snippet_provider",
 5983 "task",
 5984 "theme_settings",
 5985 "tokio",
 5986 "toml 0.8.23",
 5987 "tree-sitter",
 5988 "wasmtime",
 5989]
 5990
 5991[[package]]
 5992name = "extension_host"
 5993version = "0.1.0"
 5994dependencies = [
 5995 "anyhow",
 5996 "async-compression",
 5997 "async-tar",
 5998 "async-trait",
 5999 "client",
 6000 "cloud_api_types",
 6001 "collections",
 6002 "criterion",
 6003 "ctor",
 6004 "dap",
 6005 "extension",
 6006 "fs",
 6007 "futures 0.3.32",
 6008 "gpui",
 6009 "gpui_tokio",
 6010 "http_client",
 6011 "language",
 6012 "language_extension",
 6013 "log",
 6014 "lsp",
 6015 "moka",
 6016 "node_runtime",
 6017 "parking_lot",
 6018 "paths",
 6019 "project",
 6020 "release_channel",
 6021 "remote",
 6022 "reqwest_client",
 6023 "semver",
 6024 "serde",
 6025 "serde_json",
 6026 "serde_json_lenient",
 6027 "settings",
 6028 "task",
 6029 "telemetry",
 6030 "tempfile",
 6031 "theme",
 6032 "theme_extension",
 6033 "theme_settings",
 6034 "toml 0.8.23",
 6035 "tracing",
 6036 "url",
 6037 "util",
 6038 "wasmparser 0.221.3",
 6039 "wasmtime",
 6040 "wasmtime-wasi",
 6041 "zlog",
 6042 "ztracing",
 6043]
 6044
 6045[[package]]
 6046name = "extensions_ui"
 6047version = "0.1.0"
 6048dependencies = [
 6049 "anyhow",
 6050 "client",
 6051 "cloud_api_types",
 6052 "collections",
 6053 "db",
 6054 "editor",
 6055 "extension",
 6056 "extension_host",
 6057 "fs",
 6058 "fuzzy",
 6059 "gpui",
 6060 "language",
 6061 "log",
 6062 "num-format",
 6063 "picker",
 6064 "project",
 6065 "release_channel",
 6066 "semver",
 6067 "serde",
 6068 "settings",
 6069 "smallvec",
 6070 "strum 0.27.2",
 6071 "telemetry",
 6072 "theme_settings",
 6073 "ui",
 6074 "util",
 6075 "vim_mode_setting",
 6076 "workspace",
 6077 "zed_actions",
 6078]
 6079
 6080[[package]]
 6081name = "failspot"
 6082version = "0.2.0"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6085
 6086[[package]]
 6087name = "fallible-iterator"
 6088version = "0.3.0"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6091
 6092[[package]]
 6093name = "fancy-regex"
 6094version = "0.16.2"
 6095source = "registry+https://github.com/rust-lang/crates.io-index"
 6096checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6097dependencies = [
 6098 "bit-set 0.8.0",
 6099 "regex-automata",
 6100 "regex-syntax",
 6101]
 6102
 6103[[package]]
 6104name = "fancy-regex"
 6105version = "0.17.0"
 6106source = "registry+https://github.com/rust-lang/crates.io-index"
 6107checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6108dependencies = [
 6109 "bit-set 0.8.0",
 6110 "regex-automata",
 6111 "regex-syntax",
 6112]
 6113
 6114[[package]]
 6115name = "fast-srgb8"
 6116version = "1.0.0"
 6117source = "registry+https://github.com/rust-lang/crates.io-index"
 6118checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6119
 6120[[package]]
 6121name = "fastrand"
 6122version = "1.9.0"
 6123source = "registry+https://github.com/rust-lang/crates.io-index"
 6124checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6125dependencies = [
 6126 "instant",
 6127]
 6128
 6129[[package]]
 6130name = "fastrand"
 6131version = "2.3.0"
 6132source = "registry+https://github.com/rust-lang/crates.io-index"
 6133checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6134
 6135[[package]]
 6136name = "fax"
 6137version = "0.2.6"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6140dependencies = [
 6141 "fax_derive",
 6142]
 6143
 6144[[package]]
 6145name = "fax_derive"
 6146version = "0.2.0"
 6147source = "registry+https://github.com/rust-lang/crates.io-index"
 6148checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6149dependencies = [
 6150 "proc-macro2",
 6151 "quote",
 6152 "syn 2.0.117",
 6153]
 6154
 6155[[package]]
 6156name = "fd-lock"
 6157version = "4.0.4"
 6158source = "registry+https://github.com/rust-lang/crates.io-index"
 6159checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6160dependencies = [
 6161 "cfg-if",
 6162 "rustix 1.1.2",
 6163 "windows-sys 0.59.0",
 6164]
 6165
 6166[[package]]
 6167name = "fdeflate"
 6168version = "0.3.7"
 6169source = "registry+https://github.com/rust-lang/crates.io-index"
 6170checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6171dependencies = [
 6172 "simd-adler32",
 6173]
 6174
 6175[[package]]
 6176name = "feature_flags"
 6177version = "0.1.0"
 6178dependencies = [
 6179 "gpui",
 6180]
 6181
 6182[[package]]
 6183name = "feedback"
 6184version = "0.1.0"
 6185dependencies = [
 6186 "extension_host",
 6187 "gpui",
 6188 "system_specs",
 6189 "urlencoding",
 6190 "util",
 6191 "workspace",
 6192 "zed_actions",
 6193]
 6194
 6195[[package]]
 6196name = "ff"
 6197version = "0.12.1"
 6198source = "registry+https://github.com/rust-lang/crates.io-index"
 6199checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6200dependencies = [
 6201 "rand_core 0.6.4",
 6202 "subtle",
 6203]
 6204
 6205[[package]]
 6206name = "file_finder"
 6207version = "0.1.0"
 6208dependencies = [
 6209 "anyhow",
 6210 "channel",
 6211 "client",
 6212 "collections",
 6213 "ctor",
 6214 "editor",
 6215 "file_icons",
 6216 "futures 0.3.32",
 6217 "fuzzy",
 6218 "fuzzy_nucleo",
 6219 "gpui",
 6220 "menu",
 6221 "open_path_prompt",
 6222 "picker",
 6223 "pretty_assertions",
 6224 "project",
 6225 "project_panel",
 6226 "remote_connection",
 6227 "serde",
 6228 "serde_json",
 6229 "settings",
 6230 "theme",
 6231 "theme_settings",
 6232 "ui",
 6233 "util",
 6234 "workspace",
 6235 "zed_actions",
 6236 "zlog",
 6237]
 6238
 6239[[package]]
 6240name = "file_icons"
 6241version = "0.1.0"
 6242dependencies = [
 6243 "gpui",
 6244 "serde",
 6245 "theme",
 6246 "util",
 6247]
 6248
 6249[[package]]
 6250name = "filedescriptor"
 6251version = "0.8.3"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6254dependencies = [
 6255 "libc",
 6256 "thiserror 1.0.69",
 6257 "winapi",
 6258]
 6259
 6260[[package]]
 6261name = "filetime"
 6262version = "0.2.26"
 6263source = "registry+https://github.com/rust-lang/crates.io-index"
 6264checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6265dependencies = [
 6266 "cfg-if",
 6267 "libc",
 6268 "libredox",
 6269 "windows-sys 0.60.2",
 6270]
 6271
 6272[[package]]
 6273name = "find-msvc-tools"
 6274version = "0.1.5"
 6275source = "registry+https://github.com/rust-lang/crates.io-index"
 6276checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6277
 6278[[package]]
 6279name = "fixedbitset"
 6280version = "0.4.2"
 6281source = "registry+https://github.com/rust-lang/crates.io-index"
 6282checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6283
 6284[[package]]
 6285name = "fixedbitset"
 6286version = "0.5.7"
 6287source = "registry+https://github.com/rust-lang/crates.io-index"
 6288checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6289
 6290[[package]]
 6291name = "flate2"
 6292version = "1.1.8"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6295dependencies = [
 6296 "crc32fast",
 6297 "miniz_oxide",
 6298]
 6299
 6300[[package]]
 6301name = "float-cmp"
 6302version = "0.9.0"
 6303source = "registry+https://github.com/rust-lang/crates.io-index"
 6304checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6305
 6306[[package]]
 6307name = "float-ord"
 6308version = "0.3.2"
 6309source = "registry+https://github.com/rust-lang/crates.io-index"
 6310checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6311
 6312[[package]]
 6313name = "float8"
 6314version = "0.4.2"
 6315source = "registry+https://github.com/rust-lang/crates.io-index"
 6316checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6317dependencies = [
 6318 "half",
 6319 "num-traits",
 6320 "rand 0.9.3",
 6321 "rand_distr",
 6322]
 6323
 6324[[package]]
 6325name = "float_next_after"
 6326version = "1.0.0"
 6327source = "registry+https://github.com/rust-lang/crates.io-index"
 6328checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6329
 6330[[package]]
 6331name = "fluent-uri"
 6332version = "0.4.1"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6335dependencies = [
 6336 "borrow-or-share",
 6337 "ref-cast",
 6338 "serde",
 6339]
 6340
 6341[[package]]
 6342name = "flume"
 6343version = "0.11.1"
 6344source = "registry+https://github.com/rust-lang/crates.io-index"
 6345checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6346dependencies = [
 6347 "futures-core",
 6348 "futures-sink",
 6349 "nanorand",
 6350 "spin 0.9.8",
 6351]
 6352
 6353[[package]]
 6354name = "fnv"
 6355version = "1.0.7"
 6356source = "registry+https://github.com/rust-lang/crates.io-index"
 6357checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6358
 6359[[package]]
 6360name = "foldhash"
 6361version = "0.1.5"
 6362source = "registry+https://github.com/rust-lang/crates.io-index"
 6363checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6364
 6365[[package]]
 6366name = "foldhash"
 6367version = "0.2.0"
 6368source = "registry+https://github.com/rust-lang/crates.io-index"
 6369checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6370
 6371[[package]]
 6372name = "font-types"
 6373version = "0.10.0"
 6374source = "registry+https://github.com/rust-lang/crates.io-index"
 6375checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6376dependencies = [
 6377 "bytemuck",
 6378]
 6379
 6380[[package]]
 6381name = "font-types"
 6382version = "0.11.0"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6385dependencies = [
 6386 "bytemuck",
 6387]
 6388
 6389[[package]]
 6390name = "fontconfig-parser"
 6391version = "0.5.8"
 6392source = "registry+https://github.com/rust-lang/crates.io-index"
 6393checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6394dependencies = [
 6395 "roxmltree",
 6396]
 6397
 6398[[package]]
 6399name = "fontdb"
 6400version = "0.16.2"
 6401source = "registry+https://github.com/rust-lang/crates.io-index"
 6402checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6403dependencies = [
 6404 "fontconfig-parser",
 6405 "log",
 6406 "memmap2",
 6407 "slotmap",
 6408 "tinyvec",
 6409 "ttf-parser 0.20.0",
 6410]
 6411
 6412[[package]]
 6413name = "fontdb"
 6414version = "0.23.0"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6417dependencies = [
 6418 "fontconfig-parser",
 6419 "log",
 6420 "memmap2",
 6421 "slotmap",
 6422 "tinyvec",
 6423 "ttf-parser 0.25.1",
 6424]
 6425
 6426[[package]]
 6427name = "foreign-types"
 6428version = "0.3.2"
 6429source = "registry+https://github.com/rust-lang/crates.io-index"
 6430checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6431dependencies = [
 6432 "foreign-types-shared 0.1.1",
 6433]
 6434
 6435[[package]]
 6436name = "foreign-types"
 6437version = "0.5.0"
 6438source = "registry+https://github.com/rust-lang/crates.io-index"
 6439checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6440dependencies = [
 6441 "foreign-types-macros",
 6442 "foreign-types-shared 0.3.1",
 6443]
 6444
 6445[[package]]
 6446name = "foreign-types-macros"
 6447version = "0.2.3"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6450dependencies = [
 6451 "proc-macro2",
 6452 "quote",
 6453 "syn 2.0.117",
 6454]
 6455
 6456[[package]]
 6457name = "foreign-types-shared"
 6458version = "0.1.1"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6461
 6462[[package]]
 6463name = "foreign-types-shared"
 6464version = "0.3.1"
 6465source = "registry+https://github.com/rust-lang/crates.io-index"
 6466checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6467
 6468[[package]]
 6469name = "fork"
 6470version = "0.4.0"
 6471source = "registry+https://github.com/rust-lang/crates.io-index"
 6472checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6473dependencies = [
 6474 "libc",
 6475]
 6476
 6477[[package]]
 6478name = "form_urlencoded"
 6479version = "1.2.2"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6482dependencies = [
 6483 "percent-encoding",
 6484]
 6485
 6486[[package]]
 6487name = "fraction"
 6488version = "0.15.3"
 6489source = "registry+https://github.com/rust-lang/crates.io-index"
 6490checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6491dependencies = [
 6492 "lazy_static",
 6493 "num",
 6494]
 6495
 6496[[package]]
 6497name = "freetype-sys"
 6498version = "0.20.1"
 6499source = "registry+https://github.com/rust-lang/crates.io-index"
 6500checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6501dependencies = [
 6502 "cc",
 6503 "libc",
 6504 "pkg-config",
 6505]
 6506
 6507[[package]]
 6508name = "fs"
 6509version = "0.1.0"
 6510dependencies = [
 6511 "anyhow",
 6512 "ashpd",
 6513 "async-tar",
 6514 "async-trait",
 6515 "collections",
 6516 "dunce",
 6517 "fs",
 6518 "futures 0.3.32",
 6519 "git",
 6520 "gpui",
 6521 "ignore",
 6522 "is_executable",
 6523 "libc",
 6524 "log",
 6525 "notify 8.2.0",
 6526 "parking_lot",
 6527 "paths",
 6528 "proto",
 6529 "rope",
 6530 "serde",
 6531 "serde_json",
 6532 "smol",
 6533 "tempfile",
 6534 "text",
 6535 "thiserror 2.0.17",
 6536 "time",
 6537 "trash",
 6538 "util",
 6539 "windows 0.61.3",
 6540]
 6541
 6542[[package]]
 6543name = "fs-set-times"
 6544version = "0.20.3"
 6545source = "registry+https://github.com/rust-lang/crates.io-index"
 6546checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6547dependencies = [
 6548 "io-lifetimes",
 6549 "rustix 1.1.2",
 6550 "windows-sys 0.59.0",
 6551]
 6552
 6553[[package]]
 6554name = "fs2"
 6555version = "0.4.3"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6558dependencies = [
 6559 "libc",
 6560 "winapi",
 6561]
 6562
 6563[[package]]
 6564name = "fs_benchmarks"
 6565version = "0.1.0"
 6566dependencies = [
 6567 "fs",
 6568 "gpui",
 6569 "gpui_platform",
 6570]
 6571
 6572[[package]]
 6573name = "fs_extra"
 6574version = "1.3.0"
 6575source = "registry+https://github.com/rust-lang/crates.io-index"
 6576checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6577
 6578[[package]]
 6579name = "fsevent-sys"
 6580version = "4.1.0"
 6581source = "registry+https://github.com/rust-lang/crates.io-index"
 6582checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6583dependencies = [
 6584 "libc",
 6585]
 6586
 6587[[package]]
 6588name = "fuchsia-cprng"
 6589version = "0.1.1"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6592
 6593[[package]]
 6594name = "funty"
 6595version = "2.0.0"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6598
 6599[[package]]
 6600name = "futf"
 6601version = "0.1.5"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6604dependencies = [
 6605 "mac",
 6606 "new_debug_unreachable",
 6607]
 6608
 6609[[package]]
 6610name = "futures"
 6611version = "0.1.31"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6614
 6615[[package]]
 6616name = "futures"
 6617version = "0.3.32"
 6618source = "registry+https://github.com/rust-lang/crates.io-index"
 6619checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6620dependencies = [
 6621 "futures-channel",
 6622 "futures-core",
 6623 "futures-executor",
 6624 "futures-io",
 6625 "futures-sink",
 6626 "futures-task",
 6627 "futures-util",
 6628]
 6629
 6630[[package]]
 6631name = "futures-channel"
 6632version = "0.3.32"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6635dependencies = [
 6636 "futures-core",
 6637 "futures-sink",
 6638]
 6639
 6640[[package]]
 6641name = "futures-concurrency"
 6642version = "7.7.1"
 6643source = "registry+https://github.com/rust-lang/crates.io-index"
 6644checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6645dependencies = [
 6646 "fixedbitset 0.5.7",
 6647 "futures-core",
 6648 "futures-lite 2.6.1",
 6649 "pin-project",
 6650 "smallvec",
 6651]
 6652
 6653[[package]]
 6654name = "futures-core"
 6655version = "0.3.32"
 6656source = "registry+https://github.com/rust-lang/crates.io-index"
 6657checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6658
 6659[[package]]
 6660name = "futures-executor"
 6661version = "0.3.32"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6664dependencies = [
 6665 "futures-core",
 6666 "futures-task",
 6667 "futures-util",
 6668]
 6669
 6670[[package]]
 6671name = "futures-intrusive"
 6672version = "0.5.0"
 6673source = "registry+https://github.com/rust-lang/crates.io-index"
 6674checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6675dependencies = [
 6676 "futures-core",
 6677 "lock_api",
 6678 "parking_lot",
 6679]
 6680
 6681[[package]]
 6682name = "futures-io"
 6683version = "0.3.32"
 6684source = "registry+https://github.com/rust-lang/crates.io-index"
 6685checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6686
 6687[[package]]
 6688name = "futures-lite"
 6689version = "1.13.0"
 6690source = "registry+https://github.com/rust-lang/crates.io-index"
 6691checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6692dependencies = [
 6693 "fastrand 1.9.0",
 6694 "futures-core",
 6695 "futures-io",
 6696 "memchr",
 6697 "parking",
 6698 "pin-project-lite",
 6699 "waker-fn",
 6700]
 6701
 6702[[package]]
 6703name = "futures-lite"
 6704version = "2.6.1"
 6705source = "registry+https://github.com/rust-lang/crates.io-index"
 6706checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6707dependencies = [
 6708 "fastrand 2.3.0",
 6709 "futures-core",
 6710 "futures-io",
 6711 "parking",
 6712 "pin-project-lite",
 6713]
 6714
 6715[[package]]
 6716name = "futures-macro"
 6717version = "0.3.32"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6720dependencies = [
 6721 "proc-macro2",
 6722 "quote",
 6723 "syn 2.0.117",
 6724]
 6725
 6726[[package]]
 6727name = "futures-sink"
 6728version = "0.3.32"
 6729source = "registry+https://github.com/rust-lang/crates.io-index"
 6730checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6731
 6732[[package]]
 6733name = "futures-task"
 6734version = "0.3.32"
 6735source = "registry+https://github.com/rust-lang/crates.io-index"
 6736checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6737
 6738[[package]]
 6739name = "futures-util"
 6740version = "0.3.32"
 6741source = "registry+https://github.com/rust-lang/crates.io-index"
 6742checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6743dependencies = [
 6744 "futures 0.1.31",
 6745 "futures-channel",
 6746 "futures-core",
 6747 "futures-io",
 6748 "futures-macro",
 6749 "futures-sink",
 6750 "futures-task",
 6751 "libc",
 6752 "memchr",
 6753 "pin-project-lite",
 6754 "slab",
 6755 "tokio-io",
 6756]
 6757
 6758[[package]]
 6759name = "fuzzy"
 6760version = "0.1.0"
 6761dependencies = [
 6762 "gpui",
 6763 "log",
 6764 "util",
 6765]
 6766
 6767[[package]]
 6768name = "fuzzy_nucleo"
 6769version = "0.1.0"
 6770dependencies = [
 6771 "gpui",
 6772 "nucleo",
 6773 "util",
 6774]
 6775
 6776[[package]]
 6777name = "gaoya"
 6778version = "0.2.0"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6781dependencies = [
 6782 "ahash 0.8.12",
 6783 "crossbeam-utils",
 6784 "fnv",
 6785 "itertools 0.10.5",
 6786 "num-traits",
 6787 "rand 0.8.5",
 6788 "rand_pcg",
 6789 "random_choice",
 6790 "rayon",
 6791 "seahash",
 6792 "sha-1",
 6793 "shingles",
 6794 "siphasher 0.3.11",
 6795 "smallvec",
 6796 "triomphe",
 6797]
 6798
 6799[[package]]
 6800name = "gemm"
 6801version = "0.17.1"
 6802source = "registry+https://github.com/rust-lang/crates.io-index"
 6803checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6804dependencies = [
 6805 "dyn-stack 0.10.0",
 6806 "gemm-c32 0.17.1",
 6807 "gemm-c64 0.17.1",
 6808 "gemm-common 0.17.1",
 6809 "gemm-f16 0.17.1",
 6810 "gemm-f32 0.17.1",
 6811 "gemm-f64 0.17.1",
 6812 "num-complex",
 6813 "num-traits",
 6814 "paste",
 6815 "raw-cpuid 10.7.0",
 6816 "seq-macro",
 6817]
 6818
 6819[[package]]
 6820name = "gemm"
 6821version = "0.18.2"
 6822source = "registry+https://github.com/rust-lang/crates.io-index"
 6823checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6824dependencies = [
 6825 "dyn-stack 0.13.2",
 6826 "gemm-c32 0.18.2",
 6827 "gemm-c64 0.18.2",
 6828 "gemm-common 0.18.2",
 6829 "gemm-f16 0.18.2",
 6830 "gemm-f32 0.18.2",
 6831 "gemm-f64 0.18.2",
 6832 "num-complex",
 6833 "num-traits",
 6834 "paste",
 6835 "raw-cpuid 11.6.0",
 6836 "seq-macro",
 6837]
 6838
 6839[[package]]
 6840name = "gemm-c32"
 6841version = "0.17.1"
 6842source = "registry+https://github.com/rust-lang/crates.io-index"
 6843checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6844dependencies = [
 6845 "dyn-stack 0.10.0",
 6846 "gemm-common 0.17.1",
 6847 "num-complex",
 6848 "num-traits",
 6849 "paste",
 6850 "raw-cpuid 10.7.0",
 6851 "seq-macro",
 6852]
 6853
 6854[[package]]
 6855name = "gemm-c32"
 6856version = "0.18.2"
 6857source = "registry+https://github.com/rust-lang/crates.io-index"
 6858checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6859dependencies = [
 6860 "dyn-stack 0.13.2",
 6861 "gemm-common 0.18.2",
 6862 "num-complex",
 6863 "num-traits",
 6864 "paste",
 6865 "raw-cpuid 11.6.0",
 6866 "seq-macro",
 6867]
 6868
 6869[[package]]
 6870name = "gemm-c64"
 6871version = "0.17.1"
 6872source = "registry+https://github.com/rust-lang/crates.io-index"
 6873checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6874dependencies = [
 6875 "dyn-stack 0.10.0",
 6876 "gemm-common 0.17.1",
 6877 "num-complex",
 6878 "num-traits",
 6879 "paste",
 6880 "raw-cpuid 10.7.0",
 6881 "seq-macro",
 6882]
 6883
 6884[[package]]
 6885name = "gemm-c64"
 6886version = "0.18.2"
 6887source = "registry+https://github.com/rust-lang/crates.io-index"
 6888checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6889dependencies = [
 6890 "dyn-stack 0.13.2",
 6891 "gemm-common 0.18.2",
 6892 "num-complex",
 6893 "num-traits",
 6894 "paste",
 6895 "raw-cpuid 11.6.0",
 6896 "seq-macro",
 6897]
 6898
 6899[[package]]
 6900name = "gemm-common"
 6901version = "0.17.1"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6904dependencies = [
 6905 "bytemuck",
 6906 "dyn-stack 0.10.0",
 6907 "half",
 6908 "num-complex",
 6909 "num-traits",
 6910 "once_cell",
 6911 "paste",
 6912 "pulp 0.18.22",
 6913 "raw-cpuid 10.7.0",
 6914 "rayon",
 6915 "seq-macro",
 6916 "sysctl 0.5.5",
 6917]
 6918
 6919[[package]]
 6920name = "gemm-common"
 6921version = "0.18.2"
 6922source = "registry+https://github.com/rust-lang/crates.io-index"
 6923checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6924dependencies = [
 6925 "bytemuck",
 6926 "dyn-stack 0.13.2",
 6927 "half",
 6928 "libm",
 6929 "num-complex",
 6930 "num-traits",
 6931 "once_cell",
 6932 "paste",
 6933 "pulp 0.21.5",
 6934 "raw-cpuid 11.6.0",
 6935 "rayon",
 6936 "seq-macro",
 6937 "sysctl 0.6.0",
 6938]
 6939
 6940[[package]]
 6941name = "gemm-f16"
 6942version = "0.17.1"
 6943source = "registry+https://github.com/rust-lang/crates.io-index"
 6944checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6945dependencies = [
 6946 "dyn-stack 0.10.0",
 6947 "gemm-common 0.17.1",
 6948 "gemm-f32 0.17.1",
 6949 "half",
 6950 "num-complex",
 6951 "num-traits",
 6952 "paste",
 6953 "raw-cpuid 10.7.0",
 6954 "rayon",
 6955 "seq-macro",
 6956]
 6957
 6958[[package]]
 6959name = "gemm-f16"
 6960version = "0.18.2"
 6961source = "registry+https://github.com/rust-lang/crates.io-index"
 6962checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6963dependencies = [
 6964 "dyn-stack 0.13.2",
 6965 "gemm-common 0.18.2",
 6966 "gemm-f32 0.18.2",
 6967 "half",
 6968 "num-complex",
 6969 "num-traits",
 6970 "paste",
 6971 "raw-cpuid 11.6.0",
 6972 "rayon",
 6973 "seq-macro",
 6974]
 6975
 6976[[package]]
 6977name = "gemm-f32"
 6978version = "0.17.1"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6981dependencies = [
 6982 "dyn-stack 0.10.0",
 6983 "gemm-common 0.17.1",
 6984 "num-complex",
 6985 "num-traits",
 6986 "paste",
 6987 "raw-cpuid 10.7.0",
 6988 "seq-macro",
 6989]
 6990
 6991[[package]]
 6992name = "gemm-f32"
 6993version = "0.18.2"
 6994source = "registry+https://github.com/rust-lang/crates.io-index"
 6995checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6996dependencies = [
 6997 "dyn-stack 0.13.2",
 6998 "gemm-common 0.18.2",
 6999 "num-complex",
 7000 "num-traits",
 7001 "paste",
 7002 "raw-cpuid 11.6.0",
 7003 "seq-macro",
 7004]
 7005
 7006[[package]]
 7007name = "gemm-f64"
 7008version = "0.17.1"
 7009source = "registry+https://github.com/rust-lang/crates.io-index"
 7010checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7011dependencies = [
 7012 "dyn-stack 0.10.0",
 7013 "gemm-common 0.17.1",
 7014 "num-complex",
 7015 "num-traits",
 7016 "paste",
 7017 "raw-cpuid 10.7.0",
 7018 "seq-macro",
 7019]
 7020
 7021[[package]]
 7022name = "gemm-f64"
 7023version = "0.18.2"
 7024source = "registry+https://github.com/rust-lang/crates.io-index"
 7025checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7026dependencies = [
 7027 "dyn-stack 0.13.2",
 7028 "gemm-common 0.18.2",
 7029 "num-complex",
 7030 "num-traits",
 7031 "paste",
 7032 "raw-cpuid 11.6.0",
 7033 "seq-macro",
 7034]
 7035
 7036[[package]]
 7037name = "generator"
 7038version = "0.8.7"
 7039source = "registry+https://github.com/rust-lang/crates.io-index"
 7040checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7041dependencies = [
 7042 "cc",
 7043 "cfg-if",
 7044 "libc",
 7045 "log",
 7046 "rustversion",
 7047 "windows 0.61.3",
 7048]
 7049
 7050[[package]]
 7051name = "generic-array"
 7052version = "0.14.7"
 7053source = "registry+https://github.com/rust-lang/crates.io-index"
 7054checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7055dependencies = [
 7056 "typenum",
 7057 "version_check",
 7058]
 7059
 7060[[package]]
 7061name = "gethostname"
 7062version = "1.1.0"
 7063source = "registry+https://github.com/rust-lang/crates.io-index"
 7064checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7065dependencies = [
 7066 "rustix 1.1.2",
 7067 "windows-link 0.2.1",
 7068]
 7069
 7070[[package]]
 7071name = "getrandom"
 7072version = "0.2.16"
 7073source = "registry+https://github.com/rust-lang/crates.io-index"
 7074checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7075dependencies = [
 7076 "cfg-if",
 7077 "js-sys",
 7078 "libc",
 7079 "wasi",
 7080 "wasm-bindgen",
 7081]
 7082
 7083[[package]]
 7084name = "getrandom"
 7085version = "0.3.4"
 7086source = "registry+https://github.com/rust-lang/crates.io-index"
 7087checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7088dependencies = [
 7089 "cfg-if",
 7090 "js-sys",
 7091 "libc",
 7092 "r-efi",
 7093 "wasip2",
 7094 "wasm-bindgen",
 7095]
 7096
 7097[[package]]
 7098name = "getrandom"
 7099version = "0.4.1"
 7100source = "registry+https://github.com/rust-lang/crates.io-index"
 7101checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7102dependencies = [
 7103 "cfg-if",
 7104 "libc",
 7105 "r-efi",
 7106 "wasip2",
 7107 "wasip3",
 7108]
 7109
 7110[[package]]
 7111name = "gh-workflow"
 7112version = "0.8.0"
 7113source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7114dependencies = [
 7115 "async-trait",
 7116 "derive_more",
 7117 "derive_setters",
 7118 "gh-workflow-macros",
 7119 "indexmap",
 7120 "merge",
 7121 "serde",
 7122 "serde_json",
 7123 "serde_yaml",
 7124 "strum_macros 0.27.2",
 7125]
 7126
 7127[[package]]
 7128name = "gh-workflow-macros"
 7129version = "0.8.0"
 7130source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7131dependencies = [
 7132 "heck 0.5.0",
 7133 "quote",
 7134 "syn 2.0.117",
 7135]
 7136
 7137[[package]]
 7138name = "gif"
 7139version = "0.13.3"
 7140source = "registry+https://github.com/rust-lang/crates.io-index"
 7141checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7142dependencies = [
 7143 "color_quant",
 7144 "weezl",
 7145]
 7146
 7147[[package]]
 7148name = "gif"
 7149version = "0.14.2"
 7150source = "registry+https://github.com/rust-lang/crates.io-index"
 7151checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7152dependencies = [
 7153 "color_quant",
 7154 "weezl",
 7155]
 7156
 7157[[package]]
 7158name = "gimli"
 7159version = "0.32.3"
 7160source = "registry+https://github.com/rust-lang/crates.io-index"
 7161checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7162dependencies = [
 7163 "fallible-iterator",
 7164 "indexmap",
 7165 "stable_deref_trait",
 7166]
 7167
 7168[[package]]
 7169name = "gio-sys"
 7170version = "0.21.5"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7173dependencies = [
 7174 "glib-sys",
 7175 "gobject-sys",
 7176 "libc",
 7177 "system-deps",
 7178 "windows-sys 0.61.2",
 7179]
 7180
 7181[[package]]
 7182name = "git"
 7183version = "0.1.0"
 7184dependencies = [
 7185 "anyhow",
 7186 "askpass",
 7187 "async-trait",
 7188 "collections",
 7189 "derive_more",
 7190 "futures 0.3.32",
 7191 "git2",
 7192 "gpui",
 7193 "http_client",
 7194 "itertools 0.14.0",
 7195 "log",
 7196 "parking_lot",
 7197 "pretty_assertions",
 7198 "rand 0.9.3",
 7199 "regex",
 7200 "rope",
 7201 "schemars",
 7202 "serde",
 7203 "serde_json",
 7204 "smallvec",
 7205 "smol",
 7206 "sum_tree",
 7207 "tempfile",
 7208 "text",
 7209 "thiserror 2.0.17",
 7210 "time",
 7211 "url",
 7212 "urlencoding",
 7213 "util",
 7214 "uuid",
 7215 "ztracing",
 7216]
 7217
 7218[[package]]
 7219name = "git2"
 7220version = "0.20.4"
 7221source = "registry+https://github.com/rust-lang/crates.io-index"
 7222checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7223dependencies = [
 7224 "bitflags 2.10.0",
 7225 "libc",
 7226 "libgit2-sys",
 7227 "log",
 7228 "url",
 7229]
 7230
 7231[[package]]
 7232name = "git_graph"
 7233version = "0.1.0"
 7234dependencies = [
 7235 "anyhow",
 7236 "collections",
 7237 "db",
 7238 "editor",
 7239 "fs",
 7240 "git",
 7241 "git_ui",
 7242 "gpui",
 7243 "language",
 7244 "menu",
 7245 "project",
 7246 "rand 0.9.3",
 7247 "remote_connection",
 7248 "search",
 7249 "serde_json",
 7250 "settings",
 7251 "smallvec",
 7252 "smol",
 7253 "theme",
 7254 "theme_settings",
 7255 "time",
 7256 "ui",
 7257 "workspace",
 7258]
 7259
 7260[[package]]
 7261name = "git_hosting_providers"
 7262version = "0.1.0"
 7263dependencies = [
 7264 "anyhow",
 7265 "async-trait",
 7266 "futures 0.3.32",
 7267 "git",
 7268 "gpui",
 7269 "http_client",
 7270 "indoc",
 7271 "itertools 0.14.0",
 7272 "pretty_assertions",
 7273 "regex",
 7274 "serde",
 7275 "serde_json",
 7276 "settings",
 7277 "url",
 7278 "urlencoding",
 7279 "util",
 7280]
 7281
 7282[[package]]
 7283name = "git_ui"
 7284version = "0.1.0"
 7285dependencies = [
 7286 "agent_settings",
 7287 "alacritty_terminal",
 7288 "anyhow",
 7289 "askpass",
 7290 "buffer_diff",
 7291 "call",
 7292 "collections",
 7293 "component",
 7294 "ctor",
 7295 "db",
 7296 "editor",
 7297 "file_icons",
 7298 "futures 0.3.32",
 7299 "fuzzy",
 7300 "git",
 7301 "gpui",
 7302 "indoc",
 7303 "itertools 0.14.0",
 7304 "language",
 7305 "language_model",
 7306 "linkify",
 7307 "log",
 7308 "markdown",
 7309 "menu",
 7310 "multi_buffer",
 7311 "notifications",
 7312 "panel",
 7313 "picker",
 7314 "pretty_assertions",
 7315 "project",
 7316 "prompt_store",
 7317 "proto",
 7318 "rand 0.9.3",
 7319 "remote",
 7320 "remote_connection",
 7321 "schemars",
 7322 "serde",
 7323 "serde_json",
 7324 "settings",
 7325 "smallvec",
 7326 "smol",
 7327 "strum 0.27.2",
 7328 "telemetry",
 7329 "theme",
 7330 "theme_settings",
 7331 "time",
 7332 "time_format",
 7333 "tracing",
 7334 "ui",
 7335 "ui_input",
 7336 "unindent",
 7337 "util",
 7338 "watch",
 7339 "windows 0.61.3",
 7340 "workspace",
 7341 "zed_actions",
 7342 "zeroize",
 7343 "zlog",
 7344 "ztracing",
 7345]
 7346
 7347[[package]]
 7348name = "gl_generator"
 7349version = "0.14.0"
 7350source = "registry+https://github.com/rust-lang/crates.io-index"
 7351checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7352dependencies = [
 7353 "khronos_api",
 7354 "log",
 7355 "xml-rs",
 7356]
 7357
 7358[[package]]
 7359name = "glib"
 7360version = "0.21.5"
 7361source = "registry+https://github.com/rust-lang/crates.io-index"
 7362checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7363dependencies = [
 7364 "bitflags 2.10.0",
 7365 "futures-channel",
 7366 "futures-core",
 7367 "futures-executor",
 7368 "futures-task",
 7369 "futures-util",
 7370 "gio-sys",
 7371 "glib-macros",
 7372 "glib-sys",
 7373 "gobject-sys",
 7374 "libc",
 7375 "memchr",
 7376 "smallvec",
 7377]
 7378
 7379[[package]]
 7380name = "glib-macros"
 7381version = "0.21.5"
 7382source = "registry+https://github.com/rust-lang/crates.io-index"
 7383checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7384dependencies = [
 7385 "heck 0.5.0",
 7386 "proc-macro-crate",
 7387 "proc-macro2",
 7388 "quote",
 7389 "syn 2.0.117",
 7390]
 7391
 7392[[package]]
 7393name = "glib-sys"
 7394version = "0.21.5"
 7395source = "registry+https://github.com/rust-lang/crates.io-index"
 7396checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7397dependencies = [
 7398 "libc",
 7399 "system-deps",
 7400]
 7401
 7402[[package]]
 7403name = "glob"
 7404version = "0.3.3"
 7405source = "registry+https://github.com/rust-lang/crates.io-index"
 7406checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7407
 7408[[package]]
 7409name = "globset"
 7410version = "0.4.17"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7413dependencies = [
 7414 "aho-corasick",
 7415 "bstr",
 7416 "log",
 7417 "regex-automata",
 7418 "regex-syntax",
 7419]
 7420
 7421[[package]]
 7422name = "gloo-timers"
 7423version = "0.3.0"
 7424source = "registry+https://github.com/rust-lang/crates.io-index"
 7425checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7426dependencies = [
 7427 "futures-channel",
 7428 "futures-core",
 7429 "js-sys",
 7430 "wasm-bindgen",
 7431]
 7432
 7433[[package]]
 7434name = "glow"
 7435version = "0.17.0"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7438dependencies = [
 7439 "js-sys",
 7440 "slotmap",
 7441 "wasm-bindgen",
 7442 "web-sys",
 7443]
 7444
 7445[[package]]
 7446name = "glutin_wgl_sys"
 7447version = "0.6.1"
 7448source = "registry+https://github.com/rust-lang/crates.io-index"
 7449checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7450dependencies = [
 7451 "gl_generator",
 7452]
 7453
 7454[[package]]
 7455name = "go_to_line"
 7456version = "0.1.0"
 7457dependencies = [
 7458 "editor",
 7459 "gpui",
 7460 "indoc",
 7461 "language",
 7462 "menu",
 7463 "multi_buffer",
 7464 "project",
 7465 "rope",
 7466 "serde",
 7467 "serde_json",
 7468 "settings",
 7469 "text",
 7470 "theme",
 7471 "ui",
 7472 "util",
 7473 "workspace",
 7474]
 7475
 7476[[package]]
 7477name = "gobject-sys"
 7478version = "0.21.5"
 7479source = "registry+https://github.com/rust-lang/crates.io-index"
 7480checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7481dependencies = [
 7482 "glib-sys",
 7483 "libc",
 7484 "system-deps",
 7485]
 7486
 7487[[package]]
 7488name = "goblin"
 7489version = "0.9.3"
 7490source = "registry+https://github.com/rust-lang/crates.io-index"
 7491checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7492dependencies = [
 7493 "log",
 7494 "plain",
 7495 "scroll",
 7496]
 7497
 7498[[package]]
 7499name = "google_ai"
 7500version = "0.1.0"
 7501dependencies = [
 7502 "anyhow",
 7503 "futures 0.3.32",
 7504 "http_client",
 7505 "language_model_core",
 7506 "log",
 7507 "schemars",
 7508 "serde",
 7509 "serde_json",
 7510 "strum 0.27.2",
 7511 "tiktoken-rs",
 7512]
 7513
 7514[[package]]
 7515name = "gpu-allocator"
 7516version = "0.28.0"
 7517source = "registry+https://github.com/rust-lang/crates.io-index"
 7518checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7519dependencies = [
 7520 "ash",
 7521 "hashbrown 0.16.1",
 7522 "log",
 7523 "presser",
 7524 "thiserror 2.0.17",
 7525 "windows 0.62.2",
 7526]
 7527
 7528[[package]]
 7529name = "gpu-descriptor"
 7530version = "0.3.2"
 7531source = "registry+https://github.com/rust-lang/crates.io-index"
 7532checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7533dependencies = [
 7534 "bitflags 2.10.0",
 7535 "gpu-descriptor-types",
 7536 "hashbrown 0.15.5",
 7537]
 7538
 7539[[package]]
 7540name = "gpu-descriptor-types"
 7541version = "0.2.0"
 7542source = "registry+https://github.com/rust-lang/crates.io-index"
 7543checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7544dependencies = [
 7545 "bitflags 2.10.0",
 7546]
 7547
 7548[[package]]
 7549name = "gpui"
 7550version = "0.2.2"
 7551dependencies = [
 7552 "anyhow",
 7553 "async-channel 2.5.0",
 7554 "async-task",
 7555 "backtrace",
 7556 "bindgen 0.71.1",
 7557 "bitflags 2.10.0",
 7558 "block",
 7559 "cbindgen",
 7560 "chrono",
 7561 "cocoa 0.26.0",
 7562 "cocoa-foundation 0.2.0",
 7563 "collections",
 7564 "core-foundation 0.10.0",
 7565 "core-foundation-sys",
 7566 "core-graphics 0.24.0",
 7567 "core-text",
 7568 "core-video",
 7569 "ctor",
 7570 "derive_more",
 7571 "embed-resource",
 7572 "env_logger 0.11.8",
 7573 "etagere",
 7574 "foreign-types 0.5.0",
 7575 "futures 0.3.32",
 7576 "futures-concurrency",
 7577 "getrandom 0.3.4",
 7578 "gpui_macros",
 7579 "gpui_platform",
 7580 "gpui_shared_string",
 7581 "gpui_util",
 7582 "gpui_web",
 7583 "http_client",
 7584 "image",
 7585 "inventory",
 7586 "itertools 0.14.0",
 7587 "log",
 7588 "lyon",
 7589 "mach2 0.5.0",
 7590 "media",
 7591 "metal",
 7592 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7593 "num_cpus",
 7594 "objc",
 7595 "objc2",
 7596 "objc2-metal",
 7597 "parking",
 7598 "parking_lot",
 7599 "pathfinder_geometry",
 7600 "pin-project",
 7601 "pollster 0.4.0",
 7602 "postage",
 7603 "profiling",
 7604 "proptest",
 7605 "rand 0.9.3",
 7606 "raw-window-handle",
 7607 "refineable",
 7608 "regex",
 7609 "reqwest_client",
 7610 "resvg",
 7611 "scheduler",
 7612 "schemars",
 7613 "seahash",
 7614 "serde",
 7615 "serde_json",
 7616 "slotmap",
 7617 "smallvec",
 7618 "spin 0.10.0",
 7619 "stacksafe",
 7620 "strum 0.27.2",
 7621 "sum_tree",
 7622 "taffy",
 7623 "thiserror 2.0.17",
 7624 "ttf-parser 0.25.1",
 7625 "unicode-segmentation",
 7626 "url",
 7627 "usvg",
 7628 "util_macros",
 7629 "uuid",
 7630 "waker-fn",
 7631 "wasm-bindgen",
 7632 "web-time",
 7633 "windows 0.61.3",
 7634 "zed-font-kit",
 7635 "zed-scap",
 7636]
 7637
 7638[[package]]
 7639name = "gpui_linux"
 7640version = "0.1.0"
 7641dependencies = [
 7642 "anyhow",
 7643 "as-raw-xcb-connection",
 7644 "ashpd",
 7645 "bitflags 2.10.0",
 7646 "bytemuck",
 7647 "calloop",
 7648 "calloop-wayland-source",
 7649 "collections",
 7650 "filedescriptor",
 7651 "futures 0.3.32",
 7652 "gpui",
 7653 "gpui_wgpu",
 7654 "http_client",
 7655 "image",
 7656 "itertools 0.14.0",
 7657 "libc",
 7658 "log",
 7659 "oo7",
 7660 "open",
 7661 "parking_lot",
 7662 "pathfinder_geometry",
 7663 "pollster 0.4.0",
 7664 "profiling",
 7665 "raw-window-handle",
 7666 "smallvec",
 7667 "smol",
 7668 "strum 0.27.2",
 7669 "swash",
 7670 "url",
 7671 "util",
 7672 "uuid",
 7673 "wayland-backend",
 7674 "wayland-client",
 7675 "wayland-cursor",
 7676 "wayland-protocols",
 7677 "wayland-protocols-plasma",
 7678 "wayland-protocols-wlr",
 7679 "x11-clipboard",
 7680 "x11rb",
 7681 "xkbcommon",
 7682 "zed-scap",
 7683 "zed-xim",
 7684]
 7685
 7686[[package]]
 7687name = "gpui_macos"
 7688version = "0.1.0"
 7689dependencies = [
 7690 "anyhow",
 7691 "async-task",
 7692 "block",
 7693 "cbindgen",
 7694 "cocoa 0.26.0",
 7695 "collections",
 7696 "core-foundation 0.10.0",
 7697 "core-foundation-sys",
 7698 "core-graphics 0.24.0",
 7699 "core-text",
 7700 "core-video",
 7701 "ctor",
 7702 "derive_more",
 7703 "dispatch2",
 7704 "etagere",
 7705 "foreign-types 0.5.0",
 7706 "futures 0.3.32",
 7707 "gpui",
 7708 "image",
 7709 "itertools 0.14.0",
 7710 "libc",
 7711 "log",
 7712 "mach2 0.5.0",
 7713 "media",
 7714 "metal",
 7715 "objc",
 7716 "objc2-app-kit",
 7717 "parking_lot",
 7718 "pathfinder_geometry",
 7719 "raw-window-handle",
 7720 "semver",
 7721 "smallvec",
 7722 "strum 0.27.2",
 7723 "util",
 7724 "uuid",
 7725 "zed-font-kit",
 7726]
 7727
 7728[[package]]
 7729name = "gpui_macros"
 7730version = "0.1.0"
 7731dependencies = [
 7732 "gpui",
 7733 "heck 0.5.0",
 7734 "proc-macro2",
 7735 "quote",
 7736 "syn 2.0.117",
 7737]
 7738
 7739[[package]]
 7740name = "gpui_platform"
 7741version = "0.1.0"
 7742dependencies = [
 7743 "console_error_panic_hook",
 7744 "gpui",
 7745 "gpui_linux",
 7746 "gpui_macos",
 7747 "gpui_web",
 7748 "gpui_windows",
 7749]
 7750
 7751[[package]]
 7752name = "gpui_shared_string"
 7753version = "0.1.0"
 7754dependencies = [
 7755 "derive_more",
 7756 "gpui_util",
 7757 "schemars",
 7758 "serde",
 7759]
 7760
 7761[[package]]
 7762name = "gpui_tokio"
 7763version = "0.1.0"
 7764dependencies = [
 7765 "anyhow",
 7766 "gpui",
 7767 "tokio",
 7768 "util",
 7769]
 7770
 7771[[package]]
 7772name = "gpui_util"
 7773version = "0.1.0"
 7774dependencies = [
 7775 "anyhow",
 7776 "log",
 7777]
 7778
 7779[[package]]
 7780name = "gpui_web"
 7781version = "0.1.0"
 7782dependencies = [
 7783 "anyhow",
 7784 "console_error_panic_hook",
 7785 "futures 0.3.32",
 7786 "gpui",
 7787 "gpui_wgpu",
 7788 "http_client",
 7789 "js-sys",
 7790 "log",
 7791 "parking_lot",
 7792 "raw-window-handle",
 7793 "smallvec",
 7794 "uuid",
 7795 "wasm-bindgen",
 7796 "wasm-bindgen-futures",
 7797 "wasm_thread",
 7798 "web-sys",
 7799 "web-time",
 7800]
 7801
 7802[[package]]
 7803name = "gpui_wgpu"
 7804version = "0.1.0"
 7805dependencies = [
 7806 "anyhow",
 7807 "bytemuck",
 7808 "collections",
 7809 "cosmic-text",
 7810 "etagere",
 7811 "gpui",
 7812 "gpui_util",
 7813 "itertools 0.14.0",
 7814 "js-sys",
 7815 "log",
 7816 "parking_lot",
 7817 "pollster 0.4.0",
 7818 "profiling",
 7819 "raw-window-handle",
 7820 "smallvec",
 7821 "swash",
 7822 "wasm-bindgen",
 7823 "wasm-bindgen-futures",
 7824 "web-sys",
 7825 "wgpu",
 7826 "zed-font-kit",
 7827]
 7828
 7829[[package]]
 7830name = "gpui_windows"
 7831version = "0.1.0"
 7832dependencies = [
 7833 "anyhow",
 7834 "collections",
 7835 "etagere",
 7836 "futures 0.3.32",
 7837 "gpui",
 7838 "image",
 7839 "itertools 0.14.0",
 7840 "log",
 7841 "parking_lot",
 7842 "rand 0.9.3",
 7843 "raw-window-handle",
 7844 "smallvec",
 7845 "util",
 7846 "uuid",
 7847 "windows 0.61.3",
 7848 "windows-core 0.61.2",
 7849 "windows-numerics 0.2.0",
 7850 "windows-registry 0.5.3",
 7851 "zed-scap",
 7852]
 7853
 7854[[package]]
 7855name = "grammars"
 7856version = "0.1.0"
 7857dependencies = [
 7858 "anyhow",
 7859 "language_core",
 7860 "rust-embed",
 7861 "toml 0.8.23",
 7862 "tree-sitter",
 7863 "tree-sitter-bash",
 7864 "tree-sitter-c",
 7865 "tree-sitter-cpp",
 7866 "tree-sitter-css",
 7867 "tree-sitter-diff",
 7868 "tree-sitter-gitcommit",
 7869 "tree-sitter-go",
 7870 "tree-sitter-gomod",
 7871 "tree-sitter-gowork",
 7872 "tree-sitter-jsdoc",
 7873 "tree-sitter-json",
 7874 "tree-sitter-md",
 7875 "tree-sitter-python",
 7876 "tree-sitter-regex",
 7877 "tree-sitter-rust",
 7878 "tree-sitter-typescript",
 7879 "tree-sitter-yaml",
 7880 "util",
 7881]
 7882
 7883[[package]]
 7884name = "grid"
 7885version = "0.18.0"
 7886source = "registry+https://github.com/rust-lang/crates.io-index"
 7887checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7888
 7889[[package]]
 7890name = "group"
 7891version = "0.12.1"
 7892source = "registry+https://github.com/rust-lang/crates.io-index"
 7893checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7894dependencies = [
 7895 "ff",
 7896 "rand_core 0.6.4",
 7897 "subtle",
 7898]
 7899
 7900[[package]]
 7901name = "h2"
 7902version = "0.3.27"
 7903source = "registry+https://github.com/rust-lang/crates.io-index"
 7904checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7905dependencies = [
 7906 "bytes 1.11.1",
 7907 "fnv",
 7908 "futures-core",
 7909 "futures-sink",
 7910 "futures-util",
 7911 "http 0.2.12",
 7912 "indexmap",
 7913 "slab",
 7914 "tokio",
 7915 "tokio-util",
 7916 "tracing",
 7917]
 7918
 7919[[package]]
 7920name = "h2"
 7921version = "0.4.12"
 7922source = "registry+https://github.com/rust-lang/crates.io-index"
 7923checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7924dependencies = [
 7925 "atomic-waker",
 7926 "bytes 1.11.1",
 7927 "fnv",
 7928 "futures-core",
 7929 "futures-sink",
 7930 "http 1.3.1",
 7931 "indexmap",
 7932 "slab",
 7933 "tokio",
 7934 "tokio-util",
 7935 "tracing",
 7936]
 7937
 7938[[package]]
 7939name = "half"
 7940version = "2.7.1"
 7941source = "registry+https://github.com/rust-lang/crates.io-index"
 7942checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7943dependencies = [
 7944 "bytemuck",
 7945 "cfg-if",
 7946 "crunchy",
 7947 "num-traits",
 7948 "rand 0.9.3",
 7949 "rand_distr",
 7950 "zerocopy",
 7951]
 7952
 7953[[package]]
 7954name = "handlebars"
 7955version = "4.5.0"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7958dependencies = [
 7959 "log",
 7960 "pest",
 7961 "pest_derive",
 7962 "rust-embed",
 7963 "serde",
 7964 "serde_json",
 7965 "thiserror 1.0.69",
 7966]
 7967
 7968[[package]]
 7969name = "handlebars"
 7970version = "5.1.2"
 7971source = "registry+https://github.com/rust-lang/crates.io-index"
 7972checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7973dependencies = [
 7974 "log",
 7975 "pest",
 7976 "pest_derive",
 7977 "serde",
 7978 "serde_json",
 7979 "thiserror 1.0.69",
 7980]
 7981
 7982[[package]]
 7983name = "harfrust"
 7984version = "0.5.0"
 7985source = "registry+https://github.com/rust-lang/crates.io-index"
 7986checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7987dependencies = [
 7988 "bitflags 2.10.0",
 7989 "bytemuck",
 7990 "core_maths",
 7991 "read-fonts 0.37.0",
 7992 "smallvec",
 7993]
 7994
 7995[[package]]
 7996name = "hash32"
 7997version = "0.3.1"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8000dependencies = [
 8001 "byteorder",
 8002]
 8003
 8004[[package]]
 8005name = "hashbrown"
 8006version = "0.12.3"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8009dependencies = [
 8010 "ahash 0.7.8",
 8011]
 8012
 8013[[package]]
 8014name = "hashbrown"
 8015version = "0.14.5"
 8016source = "registry+https://github.com/rust-lang/crates.io-index"
 8017checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8018dependencies = [
 8019 "ahash 0.8.12",
 8020 "allocator-api2",
 8021]
 8022
 8023[[package]]
 8024name = "hashbrown"
 8025version = "0.15.5"
 8026source = "registry+https://github.com/rust-lang/crates.io-index"
 8027checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8028dependencies = [
 8029 "allocator-api2",
 8030 "equivalent",
 8031 "foldhash 0.1.5",
 8032 "serde",
 8033]
 8034
 8035[[package]]
 8036name = "hashbrown"
 8037version = "0.16.1"
 8038source = "registry+https://github.com/rust-lang/crates.io-index"
 8039checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8040dependencies = [
 8041 "allocator-api2",
 8042 "equivalent",
 8043 "foldhash 0.2.0",
 8044]
 8045
 8046[[package]]
 8047name = "hashlink"
 8048version = "0.8.4"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8051dependencies = [
 8052 "hashbrown 0.14.5",
 8053]
 8054
 8055[[package]]
 8056name = "hashlink"
 8057version = "0.10.0"
 8058source = "registry+https://github.com/rust-lang/crates.io-index"
 8059checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8060dependencies = [
 8061 "hashbrown 0.15.5",
 8062]
 8063
 8064[[package]]
 8065name = "headers"
 8066version = "0.3.9"
 8067source = "registry+https://github.com/rust-lang/crates.io-index"
 8068checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8069dependencies = [
 8070 "base64 0.21.7",
 8071 "bytes 1.11.1",
 8072 "headers-core",
 8073 "http 0.2.12",
 8074 "httpdate",
 8075 "mime",
 8076 "sha1",
 8077]
 8078
 8079[[package]]
 8080name = "headers-core"
 8081version = "0.2.0"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8084dependencies = [
 8085 "http 0.2.12",
 8086]
 8087
 8088[[package]]
 8089name = "heapless"
 8090version = "0.9.2"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8093dependencies = [
 8094 "hash32",
 8095 "stable_deref_trait",
 8096]
 8097
 8098[[package]]
 8099name = "heck"
 8100version = "0.3.3"
 8101source = "registry+https://github.com/rust-lang/crates.io-index"
 8102checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8103dependencies = [
 8104 "unicode-segmentation",
 8105]
 8106
 8107[[package]]
 8108name = "heck"
 8109version = "0.4.1"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8112dependencies = [
 8113 "unicode-segmentation",
 8114]
 8115
 8116[[package]]
 8117name = "heck"
 8118version = "0.5.0"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8121
 8122[[package]]
 8123name = "heed"
 8124version = "0.21.0"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8127dependencies = [
 8128 "bitflags 2.10.0",
 8129 "byteorder",
 8130 "heed-traits",
 8131 "heed-types",
 8132 "libc",
 8133 "lmdb-master-sys",
 8134 "once_cell",
 8135 "page_size",
 8136 "serde",
 8137 "synchronoise",
 8138 "url",
 8139]
 8140
 8141[[package]]
 8142name = "heed-traits"
 8143version = "0.20.0"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8146
 8147[[package]]
 8148name = "heed-types"
 8149version = "0.21.0"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8152dependencies = [
 8153 "bincode",
 8154 "byteorder",
 8155 "heed-traits",
 8156 "serde",
 8157 "serde_json",
 8158]
 8159
 8160[[package]]
 8161name = "hermit-abi"
 8162version = "0.5.2"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8165
 8166[[package]]
 8167name = "hex"
 8168version = "0.4.3"
 8169source = "registry+https://github.com/rust-lang/crates.io-index"
 8170checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8171
 8172[[package]]
 8173name = "hexf-parse"
 8174version = "0.2.1"
 8175source = "registry+https://github.com/rust-lang/crates.io-index"
 8176checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8177
 8178[[package]]
 8179name = "hkdf"
 8180version = "0.12.4"
 8181source = "registry+https://github.com/rust-lang/crates.io-index"
 8182checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8183dependencies = [
 8184 "hmac",
 8185]
 8186
 8187[[package]]
 8188name = "hmac"
 8189version = "0.12.1"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8192dependencies = [
 8193 "digest",
 8194]
 8195
 8196[[package]]
 8197name = "home"
 8198version = "0.5.11"
 8199source = "registry+https://github.com/rust-lang/crates.io-index"
 8200checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8201dependencies = [
 8202 "windows-sys 0.59.0",
 8203]
 8204
 8205[[package]]
 8206name = "hound"
 8207version = "3.5.1"
 8208source = "registry+https://github.com/rust-lang/crates.io-index"
 8209checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8210
 8211[[package]]
 8212name = "html5ever"
 8213version = "0.27.0"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8216dependencies = [
 8217 "log",
 8218 "mac",
 8219 "markup5ever 0.12.1",
 8220 "proc-macro2",
 8221 "quote",
 8222 "syn 2.0.117",
 8223]
 8224
 8225[[package]]
 8226name = "html5ever"
 8227version = "0.35.0"
 8228source = "registry+https://github.com/rust-lang/crates.io-index"
 8229checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8230dependencies = [
 8231 "log",
 8232 "markup5ever 0.35.0",
 8233 "match_token",
 8234]
 8235
 8236[[package]]
 8237name = "html_to_markdown"
 8238version = "0.1.0"
 8239dependencies = [
 8240 "anyhow",
 8241 "html5ever 0.27.0",
 8242 "indoc",
 8243 "markup5ever_rcdom",
 8244 "pretty_assertions",
 8245 "regex",
 8246]
 8247
 8248[[package]]
 8249name = "http"
 8250version = "0.2.12"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8253dependencies = [
 8254 "bytes 1.11.1",
 8255 "fnv",
 8256 "itoa",
 8257]
 8258
 8259[[package]]
 8260name = "http"
 8261version = "1.3.1"
 8262source = "registry+https://github.com/rust-lang/crates.io-index"
 8263checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8264dependencies = [
 8265 "bytes 1.11.1",
 8266 "fnv",
 8267 "itoa",
 8268]
 8269
 8270[[package]]
 8271name = "http-body"
 8272version = "0.4.6"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8275dependencies = [
 8276 "bytes 1.11.1",
 8277 "http 0.2.12",
 8278 "pin-project-lite",
 8279]
 8280
 8281[[package]]
 8282name = "http-body"
 8283version = "1.0.1"
 8284source = "registry+https://github.com/rust-lang/crates.io-index"
 8285checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8286dependencies = [
 8287 "bytes 1.11.1",
 8288 "http 1.3.1",
 8289]
 8290
 8291[[package]]
 8292name = "http-body-util"
 8293version = "0.1.3"
 8294source = "registry+https://github.com/rust-lang/crates.io-index"
 8295checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8296dependencies = [
 8297 "bytes 1.11.1",
 8298 "futures-core",
 8299 "http 1.3.1",
 8300 "http-body 1.0.1",
 8301 "pin-project-lite",
 8302]
 8303
 8304[[package]]
 8305name = "http-range-header"
 8306version = "0.3.1"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8309
 8310[[package]]
 8311name = "http_client"
 8312version = "0.1.0"
 8313dependencies = [
 8314 "anyhow",
 8315 "async-compression",
 8316 "async-fs",
 8317 "async-tar",
 8318 "bytes 1.11.1",
 8319 "derive_more",
 8320 "futures 0.3.32",
 8321 "http 1.3.1",
 8322 "http-body 1.0.1",
 8323 "log",
 8324 "parking_lot",
 8325 "serde",
 8326 "serde_json",
 8327 "serde_urlencoded",
 8328 "sha2",
 8329 "tempfile",
 8330 "url",
 8331 "util",
 8332]
 8333
 8334[[package]]
 8335name = "http_client_tls"
 8336version = "0.1.0"
 8337dependencies = [
 8338 "rustls 0.23.33",
 8339 "rustls-platform-verifier",
 8340]
 8341
 8342[[package]]
 8343name = "httparse"
 8344version = "1.10.1"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8347
 8348[[package]]
 8349name = "httpdate"
 8350version = "1.0.3"
 8351source = "registry+https://github.com/rust-lang/crates.io-index"
 8352checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8353
 8354[[package]]
 8355name = "human_bytes"
 8356version = "0.4.3"
 8357source = "registry+https://github.com/rust-lang/crates.io-index"
 8358checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8359
 8360[[package]]
 8361name = "humantime"
 8362version = "2.3.0"
 8363source = "registry+https://github.com/rust-lang/crates.io-index"
 8364checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8365
 8366[[package]]
 8367name = "hyper"
 8368version = "0.14.32"
 8369source = "registry+https://github.com/rust-lang/crates.io-index"
 8370checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8371dependencies = [
 8372 "bytes 1.11.1",
 8373 "futures-channel",
 8374 "futures-core",
 8375 "futures-util",
 8376 "h2 0.3.27",
 8377 "http 0.2.12",
 8378 "http-body 0.4.6",
 8379 "httparse",
 8380 "httpdate",
 8381 "itoa",
 8382 "pin-project-lite",
 8383 "socket2 0.5.10",
 8384 "tokio",
 8385 "tower-service",
 8386 "tracing",
 8387 "want",
 8388]
 8389
 8390[[package]]
 8391name = "hyper"
 8392version = "1.7.0"
 8393source = "registry+https://github.com/rust-lang/crates.io-index"
 8394checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8395dependencies = [
 8396 "atomic-waker",
 8397 "bytes 1.11.1",
 8398 "futures-channel",
 8399 "futures-core",
 8400 "h2 0.4.12",
 8401 "http 1.3.1",
 8402 "http-body 1.0.1",
 8403 "httparse",
 8404 "itoa",
 8405 "pin-project-lite",
 8406 "pin-utils",
 8407 "smallvec",
 8408 "tokio",
 8409 "want",
 8410]
 8411
 8412[[package]]
 8413name = "hyper-rustls"
 8414version = "0.24.2"
 8415source = "registry+https://github.com/rust-lang/crates.io-index"
 8416checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8417dependencies = [
 8418 "futures-util",
 8419 "http 0.2.12",
 8420 "hyper 0.14.32",
 8421 "log",
 8422 "rustls 0.21.12",
 8423 "rustls-native-certs 0.6.3",
 8424 "tokio",
 8425 "tokio-rustls 0.24.1",
 8426]
 8427
 8428[[package]]
 8429name = "hyper-rustls"
 8430version = "0.27.7"
 8431source = "registry+https://github.com/rust-lang/crates.io-index"
 8432checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8433dependencies = [
 8434 "http 1.3.1",
 8435 "hyper 1.7.0",
 8436 "hyper-util",
 8437 "log",
 8438 "rustls 0.23.33",
 8439 "rustls-native-certs 0.8.2",
 8440 "rustls-pki-types",
 8441 "tokio",
 8442 "tokio-rustls 0.26.2",
 8443 "tower-service",
 8444]
 8445
 8446[[package]]
 8447name = "hyper-timeout"
 8448version = "0.5.2"
 8449source = "registry+https://github.com/rust-lang/crates.io-index"
 8450checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8451dependencies = [
 8452 "hyper 1.7.0",
 8453 "hyper-util",
 8454 "pin-project-lite",
 8455 "tokio",
 8456 "tower-service",
 8457]
 8458
 8459[[package]]
 8460name = "hyper-tls"
 8461version = "0.5.0"
 8462source = "registry+https://github.com/rust-lang/crates.io-index"
 8463checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8464dependencies = [
 8465 "bytes 1.11.1",
 8466 "hyper 0.14.32",
 8467 "native-tls",
 8468 "tokio",
 8469 "tokio-native-tls",
 8470]
 8471
 8472[[package]]
 8473name = "hyper-util"
 8474version = "0.1.17"
 8475source = "registry+https://github.com/rust-lang/crates.io-index"
 8476checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8477dependencies = [
 8478 "base64 0.22.1",
 8479 "bytes 1.11.1",
 8480 "futures-channel",
 8481 "futures-core",
 8482 "futures-util",
 8483 "http 1.3.1",
 8484 "http-body 1.0.1",
 8485 "hyper 1.7.0",
 8486 "ipnet",
 8487 "libc",
 8488 "percent-encoding",
 8489 "pin-project-lite",
 8490 "socket2 0.6.1",
 8491 "tokio",
 8492 "tower-service",
 8493 "tracing",
 8494]
 8495
 8496[[package]]
 8497name = "iana-time-zone"
 8498version = "0.1.64"
 8499source = "registry+https://github.com/rust-lang/crates.io-index"
 8500checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8501dependencies = [
 8502 "android_system_properties",
 8503 "core-foundation-sys",
 8504 "iana-time-zone-haiku",
 8505 "js-sys",
 8506 "log",
 8507 "wasm-bindgen",
 8508 "windows-core 0.62.2",
 8509]
 8510
 8511[[package]]
 8512name = "iana-time-zone-haiku"
 8513version = "0.1.2"
 8514source = "registry+https://github.com/rust-lang/crates.io-index"
 8515checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8516dependencies = [
 8517 "cc",
 8518]
 8519
 8520[[package]]
 8521name = "icons"
 8522version = "0.1.0"
 8523dependencies = [
 8524 "serde",
 8525 "strum 0.27.2",
 8526]
 8527
 8528[[package]]
 8529name = "icu_collections"
 8530version = "2.0.0"
 8531source = "registry+https://github.com/rust-lang/crates.io-index"
 8532checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8533dependencies = [
 8534 "displaydoc",
 8535 "potential_utf",
 8536 "yoke 0.8.0",
 8537 "zerofrom",
 8538 "zerovec",
 8539]
 8540
 8541[[package]]
 8542name = "icu_locale_core"
 8543version = "2.0.0"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8546dependencies = [
 8547 "displaydoc",
 8548 "litemap",
 8549 "tinystr",
 8550 "writeable",
 8551 "zerovec",
 8552]
 8553
 8554[[package]]
 8555name = "icu_normalizer"
 8556version = "2.0.0"
 8557source = "registry+https://github.com/rust-lang/crates.io-index"
 8558checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8559dependencies = [
 8560 "displaydoc",
 8561 "icu_collections",
 8562 "icu_normalizer_data",
 8563 "icu_properties",
 8564 "icu_provider",
 8565 "smallvec",
 8566 "zerovec",
 8567]
 8568
 8569[[package]]
 8570name = "icu_normalizer_data"
 8571version = "2.0.0"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8574
 8575[[package]]
 8576name = "icu_properties"
 8577version = "2.0.1"
 8578source = "registry+https://github.com/rust-lang/crates.io-index"
 8579checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8580dependencies = [
 8581 "displaydoc",
 8582 "icu_collections",
 8583 "icu_locale_core",
 8584 "icu_properties_data",
 8585 "icu_provider",
 8586 "potential_utf",
 8587 "zerotrie",
 8588 "zerovec",
 8589]
 8590
 8591[[package]]
 8592name = "icu_properties_data"
 8593version = "2.0.1"
 8594source = "registry+https://github.com/rust-lang/crates.io-index"
 8595checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8596
 8597[[package]]
 8598name = "icu_provider"
 8599version = "2.0.0"
 8600source = "registry+https://github.com/rust-lang/crates.io-index"
 8601checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8602dependencies = [
 8603 "displaydoc",
 8604 "icu_locale_core",
 8605 "stable_deref_trait",
 8606 "tinystr",
 8607 "writeable",
 8608 "yoke 0.8.0",
 8609 "zerofrom",
 8610 "zerotrie",
 8611 "zerovec",
 8612]
 8613
 8614[[package]]
 8615name = "id-arena"
 8616version = "2.2.1"
 8617source = "registry+https://github.com/rust-lang/crates.io-index"
 8618checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8619
 8620[[package]]
 8621name = "ident_case"
 8622version = "1.0.1"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8625
 8626[[package]]
 8627name = "idna"
 8628version = "1.1.0"
 8629source = "registry+https://github.com/rust-lang/crates.io-index"
 8630checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8631dependencies = [
 8632 "idna_adapter",
 8633 "smallvec",
 8634 "utf8_iter",
 8635]
 8636
 8637[[package]]
 8638name = "idna_adapter"
 8639version = "1.2.1"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8642dependencies = [
 8643 "icu_normalizer",
 8644 "icu_properties",
 8645]
 8646
 8647[[package]]
 8648name = "ignore"
 8649version = "0.4.24"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8652dependencies = [
 8653 "crossbeam-deque",
 8654 "globset",
 8655 "log",
 8656 "memchr",
 8657 "regex-automata",
 8658 "same-file",
 8659 "walkdir",
 8660 "winapi-util",
 8661]
 8662
 8663[[package]]
 8664name = "image"
 8665version = "0.25.10"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8668dependencies = [
 8669 "bytemuck",
 8670 "byteorder-lite",
 8671 "color_quant",
 8672 "exr",
 8673 "gif 0.14.2",
 8674 "image-webp",
 8675 "moxcms",
 8676 "num-traits",
 8677 "png 0.18.0",
 8678 "qoi",
 8679 "ravif",
 8680 "rayon",
 8681 "rgb",
 8682 "tiff",
 8683 "zune-core 0.5.1",
 8684 "zune-jpeg 0.5.15",
 8685]
 8686
 8687[[package]]
 8688name = "image-webp"
 8689version = "0.2.4"
 8690source = "registry+https://github.com/rust-lang/crates.io-index"
 8691checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8692dependencies = [
 8693 "byteorder-lite",
 8694 "quick-error 2.0.1",
 8695]
 8696
 8697[[package]]
 8698name = "image_viewer"
 8699version = "0.1.0"
 8700dependencies = [
 8701 "anyhow",
 8702 "db",
 8703 "editor",
 8704 "file_icons",
 8705 "gpui",
 8706 "language",
 8707 "log",
 8708 "project",
 8709 "serde",
 8710 "settings",
 8711 "theme_settings",
 8712 "ui",
 8713 "util",
 8714 "workspace",
 8715]
 8716
 8717[[package]]
 8718name = "imagesize"
 8719version = "0.13.0"
 8720source = "registry+https://github.com/rust-lang/crates.io-index"
 8721checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8722
 8723[[package]]
 8724name = "imara-diff"
 8725version = "0.1.8"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8728dependencies = [
 8729 "hashbrown 0.15.5",
 8730]
 8731
 8732[[package]]
 8733name = "imgref"
 8734version = "1.12.0"
 8735source = "registry+https://github.com/rust-lang/crates.io-index"
 8736checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8737
 8738[[package]]
 8739name = "indenter"
 8740version = "0.3.4"
 8741source = "registry+https://github.com/rust-lang/crates.io-index"
 8742checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8743
 8744[[package]]
 8745name = "indexmap"
 8746version = "2.11.4"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8749dependencies = [
 8750 "equivalent",
 8751 "hashbrown 0.15.5",
 8752 "serde",
 8753 "serde_core",
 8754]
 8755
 8756[[package]]
 8757name = "indoc"
 8758version = "2.0.6"
 8759source = "registry+https://github.com/rust-lang/crates.io-index"
 8760checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8761
 8762[[package]]
 8763name = "inherent"
 8764version = "1.0.13"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8767dependencies = [
 8768 "proc-macro2",
 8769 "quote",
 8770 "syn 2.0.117",
 8771]
 8772
 8773[[package]]
 8774name = "inotify"
 8775version = "0.9.6"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8778dependencies = [
 8779 "bitflags 1.3.2",
 8780 "inotify-sys",
 8781 "libc",
 8782]
 8783
 8784[[package]]
 8785name = "inotify"
 8786version = "0.11.0"
 8787source = "registry+https://github.com/rust-lang/crates.io-index"
 8788checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8789dependencies = [
 8790 "bitflags 2.10.0",
 8791 "inotify-sys",
 8792 "libc",
 8793]
 8794
 8795[[package]]
 8796name = "inotify-sys"
 8797version = "0.1.5"
 8798source = "registry+https://github.com/rust-lang/crates.io-index"
 8799checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8800dependencies = [
 8801 "libc",
 8802]
 8803
 8804[[package]]
 8805name = "inout"
 8806version = "0.1.4"
 8807source = "registry+https://github.com/rust-lang/crates.io-index"
 8808checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8809dependencies = [
 8810 "block-padding",
 8811 "generic-array",
 8812]
 8813
 8814[[package]]
 8815name = "inspector_ui"
 8816version = "0.1.0"
 8817dependencies = [
 8818 "anyhow",
 8819 "command_palette_hooks",
 8820 "editor",
 8821 "fuzzy",
 8822 "gpui",
 8823 "language",
 8824 "project",
 8825 "serde_json",
 8826 "serde_json_lenient",
 8827 "theme_settings",
 8828 "ui",
 8829 "util",
 8830 "util_macros",
 8831 "workspace",
 8832 "zed_actions",
 8833]
 8834
 8835[[package]]
 8836name = "install_cli"
 8837version = "0.1.0"
 8838dependencies = [
 8839 "anyhow",
 8840 "client",
 8841 "gpui",
 8842 "release_channel",
 8843 "smol",
 8844 "util",
 8845 "workspace",
 8846]
 8847
 8848[[package]]
 8849name = "instant"
 8850version = "0.1.13"
 8851source = "registry+https://github.com/rust-lang/crates.io-index"
 8852checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8853dependencies = [
 8854 "cfg-if",
 8855]
 8856
 8857[[package]]
 8858name = "interpolate_name"
 8859version = "0.2.4"
 8860source = "registry+https://github.com/rust-lang/crates.io-index"
 8861checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8862dependencies = [
 8863 "proc-macro2",
 8864 "quote",
 8865 "syn 2.0.117",
 8866]
 8867
 8868[[package]]
 8869name = "inventory"
 8870version = "0.3.21"
 8871source = "registry+https://github.com/rust-lang/crates.io-index"
 8872checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8873dependencies = [
 8874 "rustversion",
 8875]
 8876
 8877[[package]]
 8878name = "io-extras"
 8879version = "0.18.4"
 8880source = "registry+https://github.com/rust-lang/crates.io-index"
 8881checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8882dependencies = [
 8883 "io-lifetimes",
 8884 "windows-sys 0.59.0",
 8885]
 8886
 8887[[package]]
 8888name = "io-lifetimes"
 8889version = "2.0.4"
 8890source = "registry+https://github.com/rust-lang/crates.io-index"
 8891checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8892
 8893[[package]]
 8894name = "io-surface"
 8895version = "0.16.1"
 8896source = "registry+https://github.com/rust-lang/crates.io-index"
 8897checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8898dependencies = [
 8899 "cgl",
 8900 "core-foundation 0.10.0",
 8901 "core-foundation-sys",
 8902 "leaky-cow",
 8903]
 8904
 8905[[package]]
 8906name = "iovec"
 8907version = "0.1.4"
 8908source = "registry+https://github.com/rust-lang/crates.io-index"
 8909checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8910dependencies = [
 8911 "libc",
 8912]
 8913
 8914[[package]]
 8915name = "ipc-channel"
 8916version = "0.19.0"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8919dependencies = [
 8920 "bincode",
 8921 "crossbeam-channel",
 8922 "fnv",
 8923 "lazy_static",
 8924 "libc",
 8925 "mio 1.1.0",
 8926 "rand 0.8.5",
 8927 "serde",
 8928 "tempfile",
 8929 "uuid",
 8930 "windows 0.58.0",
 8931]
 8932
 8933[[package]]
 8934name = "ipnet"
 8935version = "2.11.0"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8938
 8939[[package]]
 8940name = "iri-string"
 8941version = "0.7.8"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8944dependencies = [
 8945 "memchr",
 8946 "serde",
 8947]
 8948
 8949[[package]]
 8950name = "is-docker"
 8951version = "0.2.0"
 8952source = "registry+https://github.com/rust-lang/crates.io-index"
 8953checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8954dependencies = [
 8955 "once_cell",
 8956]
 8957
 8958[[package]]
 8959name = "is-terminal"
 8960version = "0.4.16"
 8961source = "registry+https://github.com/rust-lang/crates.io-index"
 8962checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8963dependencies = [
 8964 "hermit-abi",
 8965 "libc",
 8966 "windows-sys 0.59.0",
 8967]
 8968
 8969[[package]]
 8970name = "is-wsl"
 8971version = "0.4.0"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8974dependencies = [
 8975 "is-docker",
 8976 "once_cell",
 8977]
 8978
 8979[[package]]
 8980name = "is_executable"
 8981version = "1.0.5"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8984dependencies = [
 8985 "windows-sys 0.60.2",
 8986]
 8987
 8988[[package]]
 8989name = "is_terminal_polyfill"
 8990version = "1.70.1"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8993
 8994[[package]]
 8995name = "itertools"
 8996version = "0.10.5"
 8997source = "registry+https://github.com/rust-lang/crates.io-index"
 8998checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8999dependencies = [
 9000 "either",
 9001]
 9002
 9003[[package]]
 9004name = "itertools"
 9005version = "0.11.0"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9008dependencies = [
 9009 "either",
 9010]
 9011
 9012[[package]]
 9013name = "itertools"
 9014version = "0.14.0"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9017dependencies = [
 9018 "either",
 9019]
 9020
 9021[[package]]
 9022name = "itoa"
 9023version = "1.0.15"
 9024source = "registry+https://github.com/rust-lang/crates.io-index"
 9025checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9026
 9027[[package]]
 9028name = "jiff"
 9029version = "0.2.15"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9032dependencies = [
 9033 "jiff-static",
 9034 "log",
 9035 "portable-atomic",
 9036 "portable-atomic-util",
 9037 "serde",
 9038]
 9039
 9040[[package]]
 9041name = "jiff-static"
 9042version = "0.2.15"
 9043source = "registry+https://github.com/rust-lang/crates.io-index"
 9044checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9045dependencies = [
 9046 "proc-macro2",
 9047 "quote",
 9048 "syn 2.0.117",
 9049]
 9050
 9051[[package]]
 9052name = "jni"
 9053version = "0.21.1"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9056dependencies = [
 9057 "cesu8",
 9058 "cfg-if",
 9059 "combine",
 9060 "jni-sys",
 9061 "log",
 9062 "thiserror 1.0.69",
 9063 "walkdir",
 9064 "windows-sys 0.45.0",
 9065]
 9066
 9067[[package]]
 9068name = "jni-sys"
 9069version = "0.3.0"
 9070source = "registry+https://github.com/rust-lang/crates.io-index"
 9071checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9072
 9073[[package]]
 9074name = "jobserver"
 9075version = "0.1.34"
 9076source = "registry+https://github.com/rust-lang/crates.io-index"
 9077checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9078dependencies = [
 9079 "getrandom 0.3.4",
 9080 "libc",
 9081]
 9082
 9083[[package]]
 9084name = "journal"
 9085version = "0.1.0"
 9086dependencies = [
 9087 "anyhow",
 9088 "chrono",
 9089 "editor",
 9090 "gpui",
 9091 "log",
 9092 "serde",
 9093 "settings",
 9094 "shellexpand",
 9095 "workspace",
 9096]
 9097
 9098[[package]]
 9099name = "js-sys"
 9100version = "0.3.90"
 9101source = "registry+https://github.com/rust-lang/crates.io-index"
 9102checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9103dependencies = [
 9104 "once_cell",
 9105 "wasm-bindgen",
 9106]
 9107
 9108[[package]]
 9109name = "json5"
 9110version = "0.4.1"
 9111source = "registry+https://github.com/rust-lang/crates.io-index"
 9112checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9113dependencies = [
 9114 "pest",
 9115 "pest_derive",
 9116 "serde",
 9117]
 9118
 9119[[package]]
 9120name = "json_dotpath"
 9121version = "1.1.0"
 9122source = "registry+https://github.com/rust-lang/crates.io-index"
 9123checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9124dependencies = [
 9125 "serde",
 9126 "serde_derive",
 9127 "serde_json",
 9128 "thiserror 1.0.69",
 9129]
 9130
 9131[[package]]
 9132name = "json_schema_store"
 9133version = "0.1.0"
 9134dependencies = [
 9135 "anyhow",
 9136 "collections",
 9137 "dap",
 9138 "extension",
 9139 "gpui",
 9140 "language",
 9141 "parking_lot",
 9142 "paths",
 9143 "project",
 9144 "schemars",
 9145 "serde",
 9146 "serde_json",
 9147 "settings",
 9148 "snippet_provider",
 9149 "task",
 9150 "theme",
 9151 "util",
 9152]
 9153
 9154[[package]]
 9155name = "jsonschema"
 9156version = "0.37.4"
 9157source = "registry+https://github.com/rust-lang/crates.io-index"
 9158checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9159dependencies = [
 9160 "ahash 0.8.12",
 9161 "bytecount",
 9162 "data-encoding",
 9163 "email_address",
 9164 "fancy-regex 0.16.2",
 9165 "fraction",
 9166 "getrandom 0.3.4",
 9167 "idna",
 9168 "itoa",
 9169 "num-cmp",
 9170 "num-traits",
 9171 "percent-encoding",
 9172 "referencing",
 9173 "regex",
 9174 "regex-syntax",
 9175 "reqwest 0.12.24",
 9176 "serde",
 9177 "serde_json",
 9178 "unicode-general-category",
 9179 "uuid-simd",
 9180]
 9181
 9182[[package]]
 9183name = "jsonwebtoken"
 9184version = "10.3.0"
 9185source = "registry+https://github.com/rust-lang/crates.io-index"
 9186checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9187dependencies = [
 9188 "aws-lc-rs",
 9189 "base64 0.22.1",
 9190 "getrandom 0.2.16",
 9191 "js-sys",
 9192 "pem",
 9193 "serde",
 9194 "serde_json",
 9195 "signature 2.2.0",
 9196 "simple_asn1",
 9197]
 9198
 9199[[package]]
 9200name = "jupyter-protocol"
 9201version = "1.4.0"
 9202source = "registry+https://github.com/rust-lang/crates.io-index"
 9203checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9204dependencies = [
 9205 "async-trait",
 9206 "bytes 1.11.1",
 9207 "chrono",
 9208 "futures 0.3.32",
 9209 "serde",
 9210 "serde_json",
 9211 "thiserror 2.0.17",
 9212 "uuid",
 9213]
 9214
 9215[[package]]
 9216name = "jupyter-websocket-client"
 9217version = "1.0.0"
 9218source = "registry+https://github.com/rust-lang/crates.io-index"
 9219checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9220dependencies = [
 9221 "anyhow",
 9222 "async-trait",
 9223 "async-tungstenite",
 9224 "futures 0.3.32",
 9225 "jupyter-protocol",
 9226 "serde",
 9227 "serde_json",
 9228 "tokio",
 9229 "url",
 9230 "uuid",
 9231]
 9232
 9233[[package]]
 9234name = "keymap_editor"
 9235version = "0.1.0"
 9236dependencies = [
 9237 "anyhow",
 9238 "collections",
 9239 "command_palette",
 9240 "component",
 9241 "db",
 9242 "editor",
 9243 "fs",
 9244 "fuzzy",
 9245 "gpui",
 9246 "itertools 0.14.0",
 9247 "json_schema_store",
 9248 "language",
 9249 "log",
 9250 "menu",
 9251 "notifications",
 9252 "paths",
 9253 "project",
 9254 "search",
 9255 "serde",
 9256 "serde_json",
 9257 "settings",
 9258 "telemetry",
 9259 "tempfile",
 9260 "theme",
 9261 "theme_settings",
 9262 "tree-sitter-json",
 9263 "tree-sitter-rust",
 9264 "ui",
 9265 "ui_input",
 9266 "util",
 9267 "workspace",
 9268 "zed_actions",
 9269]
 9270
 9271[[package]]
 9272name = "khronos-egl"
 9273version = "6.0.0"
 9274source = "registry+https://github.com/rust-lang/crates.io-index"
 9275checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9276dependencies = [
 9277 "libc",
 9278 "libloading",
 9279 "pkg-config",
 9280]
 9281
 9282[[package]]
 9283name = "khronos_api"
 9284version = "3.1.0"
 9285source = "registry+https://github.com/rust-lang/crates.io-index"
 9286checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9287
 9288[[package]]
 9289name = "kqueue"
 9290version = "1.1.1"
 9291source = "registry+https://github.com/rust-lang/crates.io-index"
 9292checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9293dependencies = [
 9294 "kqueue-sys",
 9295 "libc",
 9296]
 9297
 9298[[package]]
 9299name = "kqueue-sys"
 9300version = "1.0.4"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9303dependencies = [
 9304 "bitflags 1.3.2",
 9305 "libc",
 9306]
 9307
 9308[[package]]
 9309name = "kurbo"
 9310version = "0.11.3"
 9311source = "registry+https://github.com/rust-lang/crates.io-index"
 9312checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9313dependencies = [
 9314 "arrayvec",
 9315 "euclid",
 9316 "smallvec",
 9317]
 9318
 9319[[package]]
 9320name = "kv-log-macro"
 9321version = "1.0.7"
 9322source = "registry+https://github.com/rust-lang/crates.io-index"
 9323checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9324dependencies = [
 9325 "log",
 9326]
 9327
 9328[[package]]
 9329name = "language"
 9330version = "0.1.0"
 9331dependencies = [
 9332 "anyhow",
 9333 "async-trait",
 9334 "clock",
 9335 "collections",
 9336 "criterion",
 9337 "ctor",
 9338 "diffy",
 9339 "ec4rs",
 9340 "encoding_rs",
 9341 "fs",
 9342 "futures 0.3.32",
 9343 "fuzzy",
 9344 "globset",
 9345 "gpui",
 9346 "http_client",
 9347 "imara-diff",
 9348 "indoc",
 9349 "itertools 0.14.0",
 9350 "language_core",
 9351 "log",
 9352 "lsp",
 9353 "parking_lot",
 9354 "postage",
 9355 "pretty_assertions",
 9356 "rand 0.9.3",
 9357 "regex",
 9358 "rpc",
 9359 "semver",
 9360 "serde",
 9361 "serde_json",
 9362 "settings",
 9363 "shellexpand",
 9364 "smallvec",
 9365 "smol",
 9366 "streaming-iterator",
 9367 "strsim",
 9368 "sum_tree",
 9369 "task",
 9370 "text",
 9371 "theme",
 9372 "theme_settings",
 9373 "toml 0.8.23",
 9374 "tracing",
 9375 "tree-sitter",
 9376 "tree-sitter-elixir",
 9377 "tree-sitter-embedded-template",
 9378 "tree-sitter-heex",
 9379 "tree-sitter-html",
 9380 "tree-sitter-json",
 9381 "tree-sitter-md",
 9382 "tree-sitter-python",
 9383 "tree-sitter-ruby",
 9384 "tree-sitter-rust",
 9385 "tree-sitter-typescript",
 9386 "unicase",
 9387 "unindent",
 9388 "util",
 9389 "watch",
 9390 "zlog",
 9391 "ztracing",
 9392]
 9393
 9394[[package]]
 9395name = "language_core"
 9396version = "0.1.0"
 9397dependencies = [
 9398 "anyhow",
 9399 "collections",
 9400 "gpui_shared_string",
 9401 "log",
 9402 "lsp",
 9403 "parking_lot",
 9404 "regex",
 9405 "schemars",
 9406 "serde",
 9407 "serde_json",
 9408 "toml 0.8.23",
 9409 "tree-sitter",
 9410 "util",
 9411]
 9412
 9413[[package]]
 9414name = "language_extension"
 9415version = "0.1.0"
 9416dependencies = [
 9417 "anyhow",
 9418 "async-trait",
 9419 "collections",
 9420 "extension",
 9421 "fs",
 9422 "futures 0.3.32",
 9423 "gpui",
 9424 "language",
 9425 "log",
 9426 "lsp",
 9427 "project",
 9428 "serde",
 9429 "serde_json",
 9430 "tracing",
 9431 "util",
 9432 "ztracing",
 9433]
 9434
 9435[[package]]
 9436name = "language_model"
 9437version = "0.1.0"
 9438dependencies = [
 9439 "anyhow",
 9440 "base64 0.22.1",
 9441 "collections",
 9442 "credentials_provider",
 9443 "env_var",
 9444 "futures 0.3.32",
 9445 "gpui",
 9446 "http_client",
 9447 "icons",
 9448 "image",
 9449 "language_model_core",
 9450 "log",
 9451 "parking_lot",
 9452 "serde",
 9453 "serde_json",
 9454 "thiserror 2.0.17",
 9455 "util",
 9456]
 9457
 9458[[package]]
 9459name = "language_model_core"
 9460version = "0.1.0"
 9461dependencies = [
 9462 "anyhow",
 9463 "cloud_llm_client",
 9464 "futures 0.3.32",
 9465 "gpui_shared_string",
 9466 "http_client",
 9467 "partial-json-fixer",
 9468 "schemars",
 9469 "serde",
 9470 "serde_json",
 9471 "smol",
 9472 "strum 0.27.2",
 9473 "thiserror 2.0.17",
 9474]
 9475
 9476[[package]]
 9477name = "language_models"
 9478version = "0.1.0"
 9479dependencies = [
 9480 "ai_onboarding",
 9481 "anthropic",
 9482 "anyhow",
 9483 "aws-config",
 9484 "aws-credential-types",
 9485 "aws_http_client",
 9486 "base64 0.22.1",
 9487 "bedrock",
 9488 "client",
 9489 "cloud_api_client",
 9490 "cloud_api_types",
 9491 "collections",
 9492 "component",
 9493 "convert_case 0.8.0",
 9494 "copilot",
 9495 "copilot_chat",
 9496 "copilot_ui",
 9497 "credentials_provider",
 9498 "deepseek",
 9499 "extension",
 9500 "extension_host",
 9501 "fs",
 9502 "futures 0.3.32",
 9503 "google_ai",
 9504 "gpui",
 9505 "gpui_tokio",
 9506 "http_client",
 9507 "language",
 9508 "language_model",
 9509 "language_models_cloud",
 9510 "lmstudio",
 9511 "log",
 9512 "menu",
 9513 "mistral",
 9514 "ollama",
 9515 "open_ai",
 9516 "open_router",
 9517 "opencode",
 9518 "pretty_assertions",
 9519 "release_channel",
 9520 "schemars",
 9521 "serde",
 9522 "serde_json",
 9523 "settings",
 9524 "smol",
 9525 "strum 0.27.2",
 9526 "tiktoken-rs",
 9527 "tokio",
 9528 "ui",
 9529 "ui_input",
 9530 "util",
 9531 "vercel",
 9532 "x_ai",
 9533]
 9534
 9535[[package]]
 9536name = "language_models_cloud"
 9537version = "0.1.0"
 9538dependencies = [
 9539 "anthropic",
 9540 "anyhow",
 9541 "cloud_llm_client",
 9542 "futures 0.3.32",
 9543 "google_ai",
 9544 "gpui",
 9545 "http_client",
 9546 "language_model",
 9547 "open_ai",
 9548 "schemars",
 9549 "semver",
 9550 "serde",
 9551 "serde_json",
 9552 "smol",
 9553 "thiserror 2.0.17",
 9554 "x_ai",
 9555]
 9556
 9557[[package]]
 9558name = "language_onboarding"
 9559version = "0.1.0"
 9560dependencies = [
 9561 "db",
 9562 "editor",
 9563 "gpui",
 9564 "project",
 9565 "ui",
 9566 "workspace",
 9567]
 9568
 9569[[package]]
 9570name = "language_selector"
 9571version = "0.1.0"
 9572dependencies = [
 9573 "anyhow",
 9574 "editor",
 9575 "file_icons",
 9576 "fuzzy",
 9577 "gpui",
 9578 "language",
 9579 "open_path_prompt",
 9580 "picker",
 9581 "project",
 9582 "serde_json",
 9583 "settings",
 9584 "ui",
 9585 "util",
 9586 "workspace",
 9587]
 9588
 9589[[package]]
 9590name = "language_tools"
 9591version = "0.1.0"
 9592dependencies = [
 9593 "anyhow",
 9594 "client",
 9595 "collections",
 9596 "command_palette_hooks",
 9597 "edit_prediction",
 9598 "editor",
 9599 "futures 0.3.32",
 9600 "gpui",
 9601 "itertools 0.14.0",
 9602 "language",
 9603 "lsp",
 9604 "menu",
 9605 "project",
 9606 "proto",
 9607 "release_channel",
 9608 "semver",
 9609 "serde_json",
 9610 "settings",
 9611 "sysinfo 0.37.2",
 9612 "telemetry",
 9613 "theme",
 9614 "theme_settings",
 9615 "tree-sitter",
 9616 "ui",
 9617 "util",
 9618 "workspace",
 9619 "zed_actions",
 9620 "zlog",
 9621]
 9622
 9623[[package]]
 9624name = "languages"
 9625version = "0.1.0"
 9626dependencies = [
 9627 "anyhow",
 9628 "async-compression",
 9629 "async-fs",
 9630 "async-tar",
 9631 "async-trait",
 9632 "chrono",
 9633 "collections",
 9634 "fs",
 9635 "futures 0.3.32",
 9636 "globset",
 9637 "gpui",
 9638 "grammars",
 9639 "http_client",
 9640 "itertools 0.14.0",
 9641 "json_schema_store",
 9642 "language",
 9643 "log",
 9644 "lsp",
 9645 "node_runtime",
 9646 "parking_lot",
 9647 "pet",
 9648 "pet-conda",
 9649 "pet-core",
 9650 "pet-fs",
 9651 "pet-poetry",
 9652 "pet-reporter",
 9653 "pet-virtualenv",
 9654 "pretty_assertions",
 9655 "project",
 9656 "regex",
 9657 "rope",
 9658 "semver",
 9659 "serde",
 9660 "serde_json",
 9661 "serde_json_lenient",
 9662 "settings",
 9663 "smallvec",
 9664 "smol",
 9665 "snippet",
 9666 "task",
 9667 "terminal",
 9668 "theme",
 9669 "tree-sitter",
 9670 "tree-sitter-bash",
 9671 "tree-sitter-c",
 9672 "tree-sitter-cpp",
 9673 "tree-sitter-css",
 9674 "tree-sitter-gitcommit",
 9675 "tree-sitter-go",
 9676 "tree-sitter-python",
 9677 "tree-sitter-rust",
 9678 "tree-sitter-typescript",
 9679 "unindent",
 9680 "url",
 9681 "util",
 9682]
 9683
 9684[[package]]
 9685name = "lazy_static"
 9686version = "1.5.0"
 9687source = "registry+https://github.com/rust-lang/crates.io-index"
 9688checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9689dependencies = [
 9690 "spin 0.9.8",
 9691]
 9692
 9693[[package]]
 9694name = "leak"
 9695version = "0.1.2"
 9696source = "registry+https://github.com/rust-lang/crates.io-index"
 9697checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9698
 9699[[package]]
 9700name = "leaky-cow"
 9701version = "0.1.1"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9704dependencies = [
 9705 "leak",
 9706]
 9707
 9708[[package]]
 9709name = "leb128"
 9710version = "0.2.5"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9713
 9714[[package]]
 9715name = "leb128fmt"
 9716version = "0.1.0"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9719
 9720[[package]]
 9721name = "lebe"
 9722version = "0.5.3"
 9723source = "registry+https://github.com/rust-lang/crates.io-index"
 9724checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9725
 9726[[package]]
 9727name = "libbz2-rs-sys"
 9728version = "0.2.2"
 9729source = "registry+https://github.com/rust-lang/crates.io-index"
 9730checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9731
 9732[[package]]
 9733name = "libc"
 9734version = "0.2.182"
 9735source = "registry+https://github.com/rust-lang/crates.io-index"
 9736checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9737
 9738[[package]]
 9739name = "libdbus-sys"
 9740version = "0.2.6"
 9741source = "registry+https://github.com/rust-lang/crates.io-index"
 9742checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9743dependencies = [
 9744 "cc",
 9745 "pkg-config",
 9746]
 9747
 9748[[package]]
 9749name = "libfuzzer-sys"
 9750version = "0.4.10"
 9751source = "registry+https://github.com/rust-lang/crates.io-index"
 9752checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9753dependencies = [
 9754 "arbitrary",
 9755 "cc",
 9756]
 9757
 9758[[package]]
 9759name = "libgit2-sys"
 9760version = "0.18.3+1.9.2"
 9761source = "registry+https://github.com/rust-lang/crates.io-index"
 9762checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9763dependencies = [
 9764 "cc",
 9765 "libc",
 9766 "libz-sys",
 9767 "pkg-config",
 9768]
 9769
 9770[[package]]
 9771name = "libloading"
 9772version = "0.8.9"
 9773source = "registry+https://github.com/rust-lang/crates.io-index"
 9774checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9775dependencies = [
 9776 "cfg-if",
 9777 "windows-link 0.2.1",
 9778]
 9779
 9780[[package]]
 9781name = "libm"
 9782version = "0.2.15"
 9783source = "registry+https://github.com/rust-lang/crates.io-index"
 9784checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9785
 9786[[package]]
 9787name = "libmimalloc-sys"
 9788version = "0.1.44"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9791dependencies = [
 9792 "cc",
 9793 "libc",
 9794]
 9795
 9796[[package]]
 9797name = "libredox"
 9798version = "0.1.10"
 9799source = "registry+https://github.com/rust-lang/crates.io-index"
 9800checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9801dependencies = [
 9802 "bitflags 2.10.0",
 9803 "libc",
 9804 "redox_syscall 0.5.18",
 9805]
 9806
 9807[[package]]
 9808name = "libsqlite3-sys"
 9809version = "0.30.1"
 9810source = "registry+https://github.com/rust-lang/crates.io-index"
 9811checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9812dependencies = [
 9813 "cc",
 9814 "pkg-config",
 9815 "vcpkg",
 9816]
 9817
 9818[[package]]
 9819name = "libwebrtc"
 9820version = "0.3.26"
 9821source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9822dependencies = [
 9823 "cxx",
 9824 "glib",
 9825 "jni",
 9826 "js-sys",
 9827 "lazy_static",
 9828 "livekit-protocol",
 9829 "livekit-runtime",
 9830 "log",
 9831 "parking_lot",
 9832 "serde",
 9833 "serde_json",
 9834 "thiserror 1.0.69",
 9835 "tokio",
 9836 "wasm-bindgen",
 9837 "wasm-bindgen-futures",
 9838 "web-sys",
 9839 "webrtc-sys",
 9840]
 9841
 9842[[package]]
 9843name = "libz-sys"
 9844version = "1.1.22"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9847dependencies = [
 9848 "cc",
 9849 "libc",
 9850 "pkg-config",
 9851 "vcpkg",
 9852]
 9853
 9854[[package]]
 9855name = "line_ending_selector"
 9856version = "0.1.0"
 9857dependencies = [
 9858 "editor",
 9859 "gpui",
 9860 "language",
 9861 "picker",
 9862 "project",
 9863 "ui",
 9864 "util",
 9865 "workspace",
 9866]
 9867
 9868[[package]]
 9869name = "linebender_resource_handle"
 9870version = "0.1.1"
 9871source = "registry+https://github.com/rust-lang/crates.io-index"
 9872checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9873
 9874[[package]]
 9875name = "link-cplusplus"
 9876version = "1.0.12"
 9877source = "registry+https://github.com/rust-lang/crates.io-index"
 9878checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9879dependencies = [
 9880 "cc",
 9881]
 9882
 9883[[package]]
 9884name = "linkify"
 9885version = "0.10.0"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9888dependencies = [
 9889 "memchr",
 9890]
 9891
 9892[[package]]
 9893name = "linux-raw-sys"
 9894version = "0.4.15"
 9895source = "registry+https://github.com/rust-lang/crates.io-index"
 9896checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9897
 9898[[package]]
 9899name = "linux-raw-sys"
 9900version = "0.11.0"
 9901source = "registry+https://github.com/rust-lang/crates.io-index"
 9902checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9903
 9904[[package]]
 9905name = "litemap"
 9906version = "0.8.0"
 9907source = "registry+https://github.com/rust-lang/crates.io-index"
 9908checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9909
 9910[[package]]
 9911name = "litrs"
 9912version = "1.0.0"
 9913source = "registry+https://github.com/rust-lang/crates.io-index"
 9914checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9915
 9916[[package]]
 9917name = "livekit"
 9918version = "0.7.32"
 9919source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9920dependencies = [
 9921 "base64 0.22.1",
 9922 "bmrng",
 9923 "bytes 1.11.1",
 9924 "chrono",
 9925 "futures-util",
 9926 "lazy_static",
 9927 "libloading",
 9928 "libwebrtc",
 9929 "livekit-api",
 9930 "livekit-protocol",
 9931 "livekit-runtime",
 9932 "log",
 9933 "parking_lot",
 9934 "prost 0.12.6",
 9935 "semver",
 9936 "serde",
 9937 "serde_json",
 9938 "thiserror 1.0.69",
 9939 "tokio",
 9940]
 9941
 9942[[package]]
 9943name = "livekit-api"
 9944version = "0.4.14"
 9945source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9946dependencies = [
 9947 "base64 0.21.7",
 9948 "futures-util",
 9949 "http 1.3.1",
 9950 "livekit-protocol",
 9951 "livekit-runtime",
 9952 "log",
 9953 "parking_lot",
 9954 "pbjson-types",
 9955 "prost 0.12.6",
 9956 "rand 0.9.3",
 9957 "reqwest 0.12.24",
 9958 "rustls-native-certs 0.6.3",
 9959 "scopeguard",
 9960 "serde",
 9961 "sha2",
 9962 "thiserror 1.0.69",
 9963 "tokio",
 9964 "tokio-rustls 0.26.2",
 9965 "tokio-tungstenite 0.28.0",
 9966 "url",
 9967]
 9968
 9969[[package]]
 9970name = "livekit-protocol"
 9971version = "0.7.1"
 9972source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9973dependencies = [
 9974 "futures-util",
 9975 "livekit-runtime",
 9976 "parking_lot",
 9977 "pbjson",
 9978 "pbjson-types",
 9979 "prost 0.12.6",
 9980 "serde",
 9981 "thiserror 1.0.69",
 9982 "tokio",
 9983]
 9984
 9985[[package]]
 9986name = "livekit-runtime"
 9987version = "0.4.0"
 9988source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9989dependencies = [
 9990 "tokio",
 9991 "tokio-stream",
 9992]
 9993
 9994[[package]]
 9995name = "livekit_api"
 9996version = "0.1.0"
 9997dependencies = [
 9998 "anyhow",
 9999 "async-trait",
10000 "jsonwebtoken",
10001 "log",
10002 "prost 0.9.0",
10003 "prost-build 0.9.0",
10004 "prost-types 0.9.0",
10005 "serde",
10006 "zed-reqwest",
10007]
10008
10009[[package]]
10010name = "livekit_client"
10011version = "0.1.0"
10012dependencies = [
10013 "anyhow",
10014 "async-trait",
10015 "audio",
10016 "cocoa 0.26.0",
10017 "collections",
10018 "core-foundation 0.10.0",
10019 "core-video",
10020 "coreaudio-rs 0.12.1",
10021 "cpal",
10022 "futures 0.3.32",
10023 "gpui",
10024 "gpui_platform",
10025 "gpui_tokio",
10026 "http_client_tls",
10027 "image",
10028 "libwebrtc",
10029 "livekit",
10030 "livekit_api",
10031 "log",
10032 "nanoid",
10033 "objc",
10034 "parking_lot",
10035 "postage",
10036 "rodio",
10037 "serde",
10038 "serde_json",
10039 "serde_urlencoded",
10040 "settings",
10041 "simplelog",
10042 "smallvec",
10043 "tokio",
10044 "ui",
10045 "util",
10046 "webrtc-sys",
10047 "zed-scap",
10048]
10049
10050[[package]]
10051name = "lmdb-master-sys"
10052version = "0.2.5"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10055dependencies = [
10056 "cc",
10057 "doxygen-rs",
10058 "libc",
10059]
10060
10061[[package]]
10062name = "lmstudio"
10063version = "0.1.0"
10064dependencies = [
10065 "anyhow",
10066 "futures 0.3.32",
10067 "http_client",
10068 "schemars",
10069 "serde",
10070 "serde_json",
10071]
10072
10073[[package]]
10074name = "lock_api"
10075version = "0.4.14"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10078dependencies = [
10079 "scopeguard",
10080]
10081
10082[[package]]
10083name = "log"
10084version = "0.4.29"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10087dependencies = [
10088 "serde_core",
10089 "value-bag",
10090]
10091
10092[[package]]
10093name = "loom"
10094version = "0.7.2"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10097dependencies = [
10098 "cfg-if",
10099 "generator",
10100 "scoped-tls",
10101 "tracing",
10102 "tracing-subscriber",
10103]
10104
10105[[package]]
10106name = "loop9"
10107version = "0.1.5"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10110dependencies = [
10111 "imgref",
10112]
10113
10114[[package]]
10115name = "lru"
10116version = "0.12.5"
10117source = "registry+https://github.com/rust-lang/crates.io-index"
10118checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10119dependencies = [
10120 "hashbrown 0.15.5",
10121]
10122
10123[[package]]
10124name = "lru-slab"
10125version = "0.1.2"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10128
10129[[package]]
10130name = "lsp"
10131version = "0.1.0"
10132dependencies = [
10133 "anyhow",
10134 "async-pipe",
10135 "collections",
10136 "ctor",
10137 "futures 0.3.32",
10138 "gpui",
10139 "gpui_util",
10140 "log",
10141 "lsp-types",
10142 "parking_lot",
10143 "postage",
10144 "release_channel",
10145 "schemars",
10146 "semver",
10147 "serde",
10148 "serde_json",
10149 "smol",
10150 "util",
10151 "zlog",
10152]
10153
10154[[package]]
10155name = "lsp-types"
10156version = "0.95.1"
10157source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10158dependencies = [
10159 "bitflags 1.3.2",
10160 "serde",
10161 "serde_json",
10162 "url",
10163]
10164
10165[[package]]
10166name = "lyon"
10167version = "1.0.16"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10170dependencies = [
10171 "lyon_algorithms",
10172 "lyon_extra",
10173 "lyon_tessellation",
10174]
10175
10176[[package]]
10177name = "lyon_algorithms"
10178version = "1.0.16"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10181dependencies = [
10182 "lyon_path",
10183 "num-traits",
10184]
10185
10186[[package]]
10187name = "lyon_extra"
10188version = "1.0.3"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10191dependencies = [
10192 "lyon_path",
10193 "thiserror 1.0.69",
10194]
10195
10196[[package]]
10197name = "lyon_geom"
10198version = "1.0.17"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10201dependencies = [
10202 "arrayvec",
10203 "euclid",
10204 "num-traits",
10205]
10206
10207[[package]]
10208name = "lyon_path"
10209version = "1.0.16"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10212dependencies = [
10213 "lyon_geom",
10214 "num-traits",
10215]
10216
10217[[package]]
10218name = "lyon_tessellation"
10219version = "1.0.16"
10220source = "registry+https://github.com/rust-lang/crates.io-index"
10221checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10222dependencies = [
10223 "float_next_after",
10224 "lyon_path",
10225 "num-traits",
10226]
10227
10228[[package]]
10229name = "mac"
10230version = "0.1.1"
10231source = "registry+https://github.com/rust-lang/crates.io-index"
10232checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10233
10234[[package]]
10235name = "mach2"
10236version = "0.4.3"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10239dependencies = [
10240 "libc",
10241]
10242
10243[[package]]
10244name = "mach2"
10245version = "0.5.0"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10248dependencies = [
10249 "libc",
10250]
10251
10252[[package]]
10253name = "malloc_buf"
10254version = "0.0.6"
10255source = "registry+https://github.com/rust-lang/crates.io-index"
10256checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10257dependencies = [
10258 "libc",
10259]
10260
10261[[package]]
10262name = "maplit"
10263version = "1.0.2"
10264source = "registry+https://github.com/rust-lang/crates.io-index"
10265checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10266
10267[[package]]
10268name = "markdown"
10269version = "0.1.0"
10270dependencies = [
10271 "anyhow",
10272 "assets",
10273 "base64 0.22.1",
10274 "collections",
10275 "env_logger 0.11.8",
10276 "fs",
10277 "futures 0.3.32",
10278 "gpui",
10279 "gpui_platform",
10280 "html5ever 0.27.0",
10281 "language",
10282 "languages",
10283 "linkify",
10284 "log",
10285 "markup5ever_rcdom",
10286 "mermaid-rs-renderer",
10287 "node_runtime",
10288 "pulldown-cmark 0.13.0",
10289 "settings",
10290 "stacksafe",
10291 "sum_tree",
10292 "theme",
10293 "theme_settings",
10294 "ui",
10295 "util",
10296]
10297
10298[[package]]
10299name = "markdown_preview"
10300version = "0.1.0"
10301dependencies = [
10302 "anyhow",
10303 "editor",
10304 "gpui",
10305 "language",
10306 "log",
10307 "markdown",
10308 "project",
10309 "settings",
10310 "tempfile",
10311 "theme_settings",
10312 "ui",
10313 "urlencoding",
10314 "util",
10315 "workspace",
10316 "zed_actions",
10317]
10318
10319[[package]]
10320name = "markup5ever"
10321version = "0.12.1"
10322source = "registry+https://github.com/rust-lang/crates.io-index"
10323checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10324dependencies = [
10325 "log",
10326 "phf 0.11.3",
10327 "phf_codegen",
10328 "string_cache",
10329 "string_cache_codegen",
10330 "tendril",
10331]
10332
10333[[package]]
10334name = "markup5ever"
10335version = "0.35.0"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10338dependencies = [
10339 "log",
10340 "tendril",
10341 "web_atoms",
10342]
10343
10344[[package]]
10345name = "markup5ever_rcdom"
10346version = "0.3.0"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10349dependencies = [
10350 "html5ever 0.27.0",
10351 "markup5ever 0.12.1",
10352 "tendril",
10353 "xml5ever",
10354]
10355
10356[[package]]
10357name = "match_token"
10358version = "0.35.0"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10361dependencies = [
10362 "proc-macro2",
10363 "quote",
10364 "syn 2.0.117",
10365]
10366
10367[[package]]
10368name = "matchers"
10369version = "0.2.0"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10372dependencies = [
10373 "regex-automata",
10374]
10375
10376[[package]]
10377name = "matchit"
10378version = "0.7.3"
10379source = "registry+https://github.com/rust-lang/crates.io-index"
10380checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10381
10382[[package]]
10383name = "maybe-owned"
10384version = "0.3.4"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10387
10388[[package]]
10389name = "maybe-rayon"
10390version = "0.1.1"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10393dependencies = [
10394 "cfg-if",
10395 "rayon",
10396]
10397
10398[[package]]
10399name = "md-5"
10400version = "0.10.6"
10401source = "registry+https://github.com/rust-lang/crates.io-index"
10402checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10403dependencies = [
10404 "cfg-if",
10405 "digest",
10406]
10407
10408[[package]]
10409name = "mdbook"
10410version = "0.4.40"
10411source = "registry+https://github.com/rust-lang/crates.io-index"
10412checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10413dependencies = [
10414 "ammonia",
10415 "anyhow",
10416 "chrono",
10417 "clap",
10418 "clap_complete",
10419 "elasticlunr-rs",
10420 "env_logger 0.11.8",
10421 "futures-util",
10422 "handlebars 5.1.2",
10423 "ignore",
10424 "log",
10425 "memchr",
10426 "notify 6.1.1",
10427 "notify-debouncer-mini",
10428 "once_cell",
10429 "opener",
10430 "pathdiff",
10431 "pulldown-cmark 0.10.3",
10432 "regex",
10433 "serde",
10434 "serde_json",
10435 "shlex",
10436 "tempfile",
10437 "tokio",
10438 "toml 0.5.11",
10439 "topological-sort",
10440 "walkdir",
10441 "warp",
10442]
10443
10444[[package]]
10445name = "media"
10446version = "0.1.0"
10447dependencies = [
10448 "anyhow",
10449 "bindgen 0.71.1",
10450 "core-foundation 0.10.0",
10451 "core-video",
10452 "ctor",
10453 "foreign-types 0.5.0",
10454 "metal",
10455 "objc",
10456]
10457
10458[[package]]
10459name = "memchr"
10460version = "2.7.6"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10463
10464[[package]]
10465name = "memfd"
10466version = "0.6.5"
10467source = "registry+https://github.com/rust-lang/crates.io-index"
10468checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10469dependencies = [
10470 "rustix 1.1.2",
10471]
10472
10473[[package]]
10474name = "memmap2"
10475version = "0.9.8"
10476source = "registry+https://github.com/rust-lang/crates.io-index"
10477checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10478dependencies = [
10479 "libc",
10480 "stable_deref_trait",
10481]
10482
10483[[package]]
10484name = "memoffset"
10485version = "0.9.1"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10488dependencies = [
10489 "autocfg",
10490]
10491
10492[[package]]
10493name = "menu"
10494version = "0.1.0"
10495dependencies = [
10496 "gpui",
10497]
10498
10499[[package]]
10500name = "merge"
10501version = "0.1.0"
10502source = "registry+https://github.com/rust-lang/crates.io-index"
10503checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10504dependencies = [
10505 "merge_derive",
10506 "num-traits",
10507]
10508
10509[[package]]
10510name = "merge_derive"
10511version = "0.1.0"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10514dependencies = [
10515 "proc-macro-error",
10516 "proc-macro2",
10517 "quote",
10518 "syn 1.0.109",
10519]
10520
10521[[package]]
10522name = "mermaid-rs-renderer"
10523version = "0.2.0"
10524source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10525dependencies = [
10526 "anyhow",
10527 "fontdb 0.16.2",
10528 "json5",
10529 "once_cell",
10530 "regex",
10531 "serde",
10532 "serde_json",
10533 "thiserror 2.0.17",
10534 "ttf-parser 0.20.0",
10535]
10536
10537[[package]]
10538name = "metal"
10539version = "0.33.0"
10540source = "registry+https://github.com/rust-lang/crates.io-index"
10541checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10542dependencies = [
10543 "bitflags 2.10.0",
10544 "block",
10545 "core-graphics-types 0.2.0",
10546 "foreign-types 0.5.0",
10547 "log",
10548 "objc",
10549 "paste",
10550]
10551
10552[[package]]
10553name = "migrator"
10554version = "0.1.0"
10555dependencies = [
10556 "anyhow",
10557 "collections",
10558 "convert_case 0.8.0",
10559 "log",
10560 "pretty_assertions",
10561 "serde_json",
10562 "serde_json_lenient",
10563 "settings_content",
10564 "settings_json",
10565 "streaming-iterator",
10566 "tree-sitter",
10567 "tree-sitter-json",
10568 "unindent",
10569]
10570
10571[[package]]
10572name = "mimalloc"
10573version = "0.1.48"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10576dependencies = [
10577 "libmimalloc-sys",
10578]
10579
10580[[package]]
10581name = "mime"
10582version = "0.3.17"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10585
10586[[package]]
10587name = "mime_guess"
10588version = "2.0.5"
10589source = "registry+https://github.com/rust-lang/crates.io-index"
10590checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10591dependencies = [
10592 "mime",
10593 "unicase",
10594]
10595
10596[[package]]
10597name = "minidump-common"
10598version = "0.26.1"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10601dependencies = [
10602 "bitflags 2.10.0",
10603 "debugid",
10604 "num-derive",
10605 "num-traits",
10606 "range-map",
10607 "scroll",
10608 "smart-default",
10609]
10610
10611[[package]]
10612name = "minidump-writer"
10613version = "0.11.0"
10614source = "registry+https://github.com/rust-lang/crates.io-index"
10615checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10616dependencies = [
10617 "bitflags 2.10.0",
10618 "byteorder",
10619 "cfg-if",
10620 "crash-context",
10621 "error-graph",
10622 "failspot",
10623 "goblin",
10624 "libc",
10625 "log",
10626 "mach2 0.4.3",
10627 "memmap2",
10628 "memoffset",
10629 "minidump-common",
10630 "nix 0.29.0",
10631 "procfs-core",
10632 "scroll",
10633 "serde",
10634 "serde_json",
10635 "tempfile",
10636 "thiserror 2.0.17",
10637]
10638
10639[[package]]
10640name = "minidumper"
10641version = "0.9.0"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10644dependencies = [
10645 "cfg-if",
10646 "crash-context",
10647 "libc",
10648 "log",
10649 "minidump-writer",
10650 "parking_lot",
10651 "polling",
10652 "scroll",
10653 "thiserror 2.0.17",
10654 "uds",
10655]
10656
10657[[package]]
10658name = "minimal-lexical"
10659version = "0.2.1"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10662
10663[[package]]
10664name = "miniprofiler_ui"
10665version = "0.1.0"
10666dependencies = [
10667 "gpui",
10668 "rpc",
10669 "serde_json",
10670 "smol",
10671 "theme_settings",
10672 "util",
10673 "workspace",
10674 "zed_actions",
10675]
10676
10677[[package]]
10678name = "miniz_oxide"
10679version = "0.8.9"
10680source = "registry+https://github.com/rust-lang/crates.io-index"
10681checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10682dependencies = [
10683 "adler2",
10684 "simd-adler32",
10685]
10686
10687[[package]]
10688name = "mio"
10689version = "0.8.11"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10692dependencies = [
10693 "libc",
10694 "log",
10695 "wasi",
10696 "windows-sys 0.48.0",
10697]
10698
10699[[package]]
10700name = "mio"
10701version = "1.1.0"
10702source = "registry+https://github.com/rust-lang/crates.io-index"
10703checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10704dependencies = [
10705 "libc",
10706 "log",
10707 "wasi",
10708 "windows-sys 0.61.2",
10709]
10710
10711[[package]]
10712name = "miow"
10713version = "0.6.1"
10714source = "registry+https://github.com/rust-lang/crates.io-index"
10715checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10716dependencies = [
10717 "windows-sys 0.61.2",
10718]
10719
10720[[package]]
10721name = "mistral"
10722version = "0.1.0"
10723dependencies = [
10724 "anyhow",
10725 "futures 0.3.32",
10726 "http_client",
10727 "schemars",
10728 "serde",
10729 "serde_json",
10730 "strum 0.27.2",
10731]
10732
10733[[package]]
10734name = "moka"
10735version = "0.12.11"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10738dependencies = [
10739 "crossbeam-channel",
10740 "crossbeam-epoch",
10741 "crossbeam-utils",
10742 "equivalent",
10743 "parking_lot",
10744 "portable-atomic",
10745 "rustc_version",
10746 "smallvec",
10747 "tagptr",
10748 "uuid",
10749]
10750
10751[[package]]
10752name = "moxcms"
10753version = "0.8.1"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10756dependencies = [
10757 "num-traits",
10758 "pxfm",
10759]
10760
10761[[package]]
10762name = "msvc_spectre_libs"
10763version = "0.1.3"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10766dependencies = [
10767 "cc",
10768]
10769
10770[[package]]
10771name = "multi_buffer"
10772version = "0.1.0"
10773dependencies = [
10774 "anyhow",
10775 "buffer_diff",
10776 "clock",
10777 "collections",
10778 "ctor",
10779 "gpui",
10780 "indoc",
10781 "itertools 0.14.0",
10782 "language",
10783 "log",
10784 "parking_lot",
10785 "pretty_assertions",
10786 "rand 0.9.3",
10787 "rope",
10788 "serde",
10789 "settings",
10790 "smallvec",
10791 "smol",
10792 "sum_tree",
10793 "text",
10794 "theme",
10795 "tracing",
10796 "tree-sitter",
10797 "unicode-segmentation",
10798 "util",
10799 "zlog",
10800 "ztracing",
10801]
10802
10803[[package]]
10804name = "multimap"
10805version = "0.8.3"
10806source = "registry+https://github.com/rust-lang/crates.io-index"
10807checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10808
10809[[package]]
10810name = "naga"
10811version = "29.0.0"
10812source = "registry+https://github.com/rust-lang/crates.io-index"
10813checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10814dependencies = [
10815 "arrayvec",
10816 "bit-set 0.9.1",
10817 "bitflags 2.10.0",
10818 "cfg-if",
10819 "cfg_aliases 0.2.1",
10820 "codespan-reporting",
10821 "half",
10822 "hashbrown 0.16.1",
10823 "hexf-parse",
10824 "indexmap",
10825 "libm",
10826 "log",
10827 "num-traits",
10828 "once_cell",
10829 "rustc-hash 1.1.0",
10830 "thiserror 2.0.17",
10831 "unicode-ident",
10832]
10833
10834[[package]]
10835name = "naga"
10836version = "29.0.0"
10837source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10838dependencies = [
10839 "arrayvec",
10840 "bit-set 0.9.1",
10841 "bitflags 2.10.0",
10842 "cfg-if",
10843 "cfg_aliases 0.2.1",
10844 "codespan-reporting",
10845 "half",
10846 "hashbrown 0.16.1",
10847 "hexf-parse",
10848 "indexmap",
10849 "libm",
10850 "log",
10851 "num-traits",
10852 "once_cell",
10853 "rustc-hash 1.1.0",
10854 "spirv",
10855 "thiserror 2.0.17",
10856 "unicode-ident",
10857]
10858
10859[[package]]
10860name = "nanoid"
10861version = "0.4.0"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10864dependencies = [
10865 "rand 0.8.5",
10866]
10867
10868[[package]]
10869name = "nanorand"
10870version = "0.7.0"
10871source = "registry+https://github.com/rust-lang/crates.io-index"
10872checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10873dependencies = [
10874 "getrandom 0.2.16",
10875]
10876
10877[[package]]
10878name = "native-tls"
10879version = "0.2.14"
10880source = "registry+https://github.com/rust-lang/crates.io-index"
10881checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10882dependencies = [
10883 "libc",
10884 "log",
10885 "openssl",
10886 "openssl-probe",
10887 "openssl-sys",
10888 "schannel",
10889 "security-framework 2.11.1",
10890 "security-framework-sys",
10891 "tempfile",
10892]
10893
10894[[package]]
10895name = "nbformat"
10896version = "1.2.0"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10899dependencies = [
10900 "anyhow",
10901 "chrono",
10902 "jupyter-protocol",
10903 "serde",
10904 "serde_json",
10905 "thiserror 1.0.69",
10906 "uuid",
10907]
10908
10909[[package]]
10910name = "nc"
10911version = "0.1.0"
10912dependencies = [
10913 "anyhow",
10914 "futures 0.3.32",
10915 "net",
10916 "smol",
10917]
10918
10919[[package]]
10920name = "ndk"
10921version = "0.9.0"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10924dependencies = [
10925 "bitflags 2.10.0",
10926 "jni-sys",
10927 "log",
10928 "ndk-sys",
10929 "num_enum",
10930 "thiserror 1.0.69",
10931]
10932
10933[[package]]
10934name = "ndk-context"
10935version = "0.1.1"
10936source = "registry+https://github.com/rust-lang/crates.io-index"
10937checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10938
10939[[package]]
10940name = "ndk-sys"
10941version = "0.6.0+11769913"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10944dependencies = [
10945 "jni-sys",
10946]
10947
10948[[package]]
10949name = "net"
10950version = "0.1.0"
10951dependencies = [
10952 "anyhow",
10953 "async-io",
10954 "smol",
10955 "tempfile",
10956 "windows 0.61.3",
10957]
10958
10959[[package]]
10960name = "new_debug_unreachable"
10961version = "1.0.6"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10964
10965[[package]]
10966name = "nix"
10967version = "0.28.0"
10968source = "registry+https://github.com/rust-lang/crates.io-index"
10969checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10970dependencies = [
10971 "bitflags 2.10.0",
10972 "cfg-if",
10973 "cfg_aliases 0.1.1",
10974 "libc",
10975]
10976
10977[[package]]
10978name = "nix"
10979version = "0.29.0"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10982dependencies = [
10983 "bitflags 2.10.0",
10984 "cfg-if",
10985 "cfg_aliases 0.2.1",
10986 "libc",
10987]
10988
10989[[package]]
10990name = "nix"
10991version = "0.30.1"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10994dependencies = [
10995 "bitflags 2.10.0",
10996 "cfg-if",
10997 "cfg_aliases 0.2.1",
10998 "libc",
10999]
11000
11001[[package]]
11002name = "node_runtime"
11003version = "0.1.0"
11004dependencies = [
11005 "anyhow",
11006 "async-compression",
11007 "async-std",
11008 "async-tar",
11009 "async-trait",
11010 "futures 0.3.32",
11011 "http_client",
11012 "log",
11013 "paths",
11014 "semver",
11015 "serde",
11016 "serde_json",
11017 "smol",
11018 "util",
11019 "watch",
11020 "which 6.0.3",
11021]
11022
11023[[package]]
11024name = "nom"
11025version = "7.1.3"
11026source = "registry+https://github.com/rust-lang/crates.io-index"
11027checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11028dependencies = [
11029 "memchr",
11030 "minimal-lexical",
11031]
11032
11033[[package]]
11034name = "nom"
11035version = "8.0.0"
11036source = "registry+https://github.com/rust-lang/crates.io-index"
11037checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11038dependencies = [
11039 "memchr",
11040]
11041
11042[[package]]
11043name = "noop_proc_macro"
11044version = "0.3.0"
11045source = "registry+https://github.com/rust-lang/crates.io-index"
11046checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11047
11048[[package]]
11049name = "normpath"
11050version = "1.5.0"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11053dependencies = [
11054 "windows-sys 0.61.2",
11055]
11056
11057[[package]]
11058name = "notifications"
11059version = "0.1.0"
11060dependencies = [
11061 "anyhow",
11062 "channel",
11063 "client",
11064 "component",
11065 "db",
11066 "gpui",
11067 "rpc",
11068 "sum_tree",
11069 "time",
11070 "ui",
11071 "util",
11072 "workspace",
11073 "zed_actions",
11074]
11075
11076[[package]]
11077name = "notify"
11078version = "6.1.1"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11081dependencies = [
11082 "bitflags 2.10.0",
11083 "crossbeam-channel",
11084 "filetime",
11085 "fsevent-sys",
11086 "inotify 0.9.6",
11087 "kqueue",
11088 "libc",
11089 "log",
11090 "mio 0.8.11",
11091 "walkdir",
11092 "windows-sys 0.48.0",
11093]
11094
11095[[package]]
11096name = "notify"
11097version = "8.2.0"
11098source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11099dependencies = [
11100 "bitflags 2.10.0",
11101 "fsevent-sys",
11102 "inotify 0.11.0",
11103 "kqueue",
11104 "libc",
11105 "log",
11106 "mio 1.1.0",
11107 "notify-types",
11108 "walkdir",
11109 "windows-sys 0.60.2",
11110]
11111
11112[[package]]
11113name = "notify-debouncer-mini"
11114version = "0.4.1"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11117dependencies = [
11118 "crossbeam-channel",
11119 "log",
11120 "notify 6.1.1",
11121]
11122
11123[[package]]
11124name = "notify-types"
11125version = "2.0.0"
11126source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11127
11128[[package]]
11129name = "ntapi"
11130version = "0.4.1"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11133dependencies = [
11134 "winapi",
11135]
11136
11137[[package]]
11138name = "nu-ansi-term"
11139version = "0.50.3"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11142dependencies = [
11143 "windows-sys 0.61.2",
11144]
11145
11146[[package]]
11147name = "nucleo"
11148version = "0.5.0"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11151dependencies = [
11152 "nucleo-matcher",
11153 "parking_lot",
11154 "rayon",
11155]
11156
11157[[package]]
11158name = "nucleo-matcher"
11159version = "0.3.1"
11160source = "registry+https://github.com/rust-lang/crates.io-index"
11161checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11162dependencies = [
11163 "memchr",
11164 "unicode-segmentation",
11165]
11166
11167[[package]]
11168name = "num"
11169version = "0.4.3"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11172dependencies = [
11173 "num-bigint",
11174 "num-complex",
11175 "num-integer",
11176 "num-iter",
11177 "num-rational",
11178 "num-traits",
11179]
11180
11181[[package]]
11182name = "num-bigint"
11183version = "0.4.6"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11186dependencies = [
11187 "num-integer",
11188 "num-traits",
11189]
11190
11191[[package]]
11192name = "num-bigint-dig"
11193version = "0.8.6"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11196dependencies = [
11197 "lazy_static",
11198 "libm",
11199 "num-integer",
11200 "num-iter",
11201 "num-traits",
11202 "rand 0.8.5",
11203 "smallvec",
11204 "zeroize",
11205]
11206
11207[[package]]
11208name = "num-bigint-dig"
11209version = "0.9.1"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11212dependencies = [
11213 "libm",
11214 "num-integer",
11215 "num-iter",
11216 "num-traits",
11217 "once_cell",
11218 "rand 0.9.3",
11219 "serde",
11220 "smallvec",
11221 "zeroize",
11222]
11223
11224[[package]]
11225name = "num-cmp"
11226version = "0.1.0"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11229
11230[[package]]
11231name = "num-complex"
11232version = "0.4.6"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11235dependencies = [
11236 "bytemuck",
11237 "num-traits",
11238]
11239
11240[[package]]
11241name = "num-conv"
11242version = "0.2.0"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11245
11246[[package]]
11247name = "num-derive"
11248version = "0.4.2"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11251dependencies = [
11252 "proc-macro2",
11253 "quote",
11254 "syn 2.0.117",
11255]
11256
11257[[package]]
11258name = "num-format"
11259version = "0.4.4"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11262dependencies = [
11263 "arrayvec",
11264 "itoa",
11265]
11266
11267[[package]]
11268name = "num-integer"
11269version = "0.1.46"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11272dependencies = [
11273 "num-traits",
11274]
11275
11276[[package]]
11277name = "num-iter"
11278version = "0.1.45"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11281dependencies = [
11282 "autocfg",
11283 "num-integer",
11284 "num-traits",
11285]
11286
11287[[package]]
11288name = "num-rational"
11289version = "0.4.2"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11292dependencies = [
11293 "num-bigint",
11294 "num-integer",
11295 "num-traits",
11296]
11297
11298[[package]]
11299name = "num-traits"
11300version = "0.2.19"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11303dependencies = [
11304 "autocfg",
11305 "libm",
11306]
11307
11308[[package]]
11309name = "num_cpus"
11310version = "1.17.0"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11313dependencies = [
11314 "hermit-abi",
11315 "libc",
11316]
11317
11318[[package]]
11319name = "num_enum"
11320version = "0.7.4"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11323dependencies = [
11324 "num_enum_derive",
11325 "rustversion",
11326]
11327
11328[[package]]
11329name = "num_enum_derive"
11330version = "0.7.4"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11333dependencies = [
11334 "proc-macro-crate",
11335 "proc-macro2",
11336 "quote",
11337 "syn 2.0.117",
11338]
11339
11340[[package]]
11341name = "num_threads"
11342version = "0.1.7"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11345dependencies = [
11346 "libc",
11347]
11348
11349[[package]]
11350name = "nvim-rs"
11351version = "0.9.2"
11352source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11353dependencies = [
11354 "async-trait",
11355 "futures 0.3.32",
11356 "log",
11357 "rmp",
11358 "rmpv",
11359 "tokio",
11360 "tokio-util",
11361]
11362
11363[[package]]
11364name = "objc"
11365version = "0.2.7"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11368dependencies = [
11369 "malloc_buf",
11370 "objc_exception",
11371]
11372
11373[[package]]
11374name = "objc-foundation"
11375version = "0.1.1"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11378dependencies = [
11379 "block",
11380 "objc",
11381 "objc_id",
11382]
11383
11384[[package]]
11385name = "objc2"
11386version = "0.6.3"
11387source = "registry+https://github.com/rust-lang/crates.io-index"
11388checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11389dependencies = [
11390 "objc2-encode",
11391]
11392
11393[[package]]
11394name = "objc2-app-kit"
11395version = "0.3.1"
11396source = "registry+https://github.com/rust-lang/crates.io-index"
11397checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11398dependencies = [
11399 "objc2",
11400 "objc2-foundation",
11401]
11402
11403[[package]]
11404name = "objc2-audio-toolbox"
11405version = "0.3.2"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11408dependencies = [
11409 "bitflags 2.10.0",
11410 "libc",
11411 "objc2",
11412 "objc2-core-audio",
11413 "objc2-core-audio-types",
11414 "objc2-core-foundation",
11415 "objc2-foundation",
11416]
11417
11418[[package]]
11419name = "objc2-avf-audio"
11420version = "0.3.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11423dependencies = [
11424 "objc2",
11425 "objc2-foundation",
11426]
11427
11428[[package]]
11429name = "objc2-core-audio"
11430version = "0.3.2"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11433dependencies = [
11434 "dispatch2",
11435 "objc2",
11436 "objc2-core-audio-types",
11437 "objc2-core-foundation",
11438 "objc2-foundation",
11439]
11440
11441[[package]]
11442name = "objc2-core-audio-types"
11443version = "0.3.2"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11446dependencies = [
11447 "bitflags 2.10.0",
11448 "objc2",
11449]
11450
11451[[package]]
11452name = "objc2-core-foundation"
11453version = "0.3.2"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11456dependencies = [
11457 "bitflags 2.10.0",
11458 "block2",
11459 "dispatch2",
11460 "libc",
11461 "objc2",
11462]
11463
11464[[package]]
11465name = "objc2-encode"
11466version = "4.1.0"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11469
11470[[package]]
11471name = "objc2-foundation"
11472version = "0.3.2"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11475dependencies = [
11476 "bitflags 2.10.0",
11477 "block2",
11478 "libc",
11479 "objc2",
11480 "objc2-core-foundation",
11481]
11482
11483[[package]]
11484name = "objc2-io-kit"
11485version = "0.3.2"
11486source = "registry+https://github.com/rust-lang/crates.io-index"
11487checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11488dependencies = [
11489 "libc",
11490 "objc2-core-foundation",
11491]
11492
11493[[package]]
11494name = "objc2-metal"
11495version = "0.3.2"
11496source = "registry+https://github.com/rust-lang/crates.io-index"
11497checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11498dependencies = [
11499 "bitflags 2.10.0",
11500 "block2",
11501 "dispatch2",
11502 "objc2",
11503 "objc2-core-foundation",
11504 "objc2-foundation",
11505]
11506
11507[[package]]
11508name = "objc2-quartz-core"
11509version = "0.3.2"
11510source = "registry+https://github.com/rust-lang/crates.io-index"
11511checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11512dependencies = [
11513 "bitflags 2.10.0",
11514 "objc2",
11515 "objc2-core-foundation",
11516 "objc2-foundation",
11517 "objc2-metal",
11518]
11519
11520[[package]]
11521name = "objc_exception"
11522version = "0.1.2"
11523source = "registry+https://github.com/rust-lang/crates.io-index"
11524checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11525dependencies = [
11526 "cc",
11527]
11528
11529[[package]]
11530name = "objc_id"
11531version = "0.1.1"
11532source = "registry+https://github.com/rust-lang/crates.io-index"
11533checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11534dependencies = [
11535 "objc",
11536]
11537
11538[[package]]
11539name = "object"
11540version = "0.37.3"
11541source = "registry+https://github.com/rust-lang/crates.io-index"
11542checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11543dependencies = [
11544 "crc32fast",
11545 "hashbrown 0.15.5",
11546 "indexmap",
11547 "memchr",
11548]
11549
11550[[package]]
11551name = "octocrab"
11552version = "0.49.7"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11555dependencies = [
11556 "arc-swap",
11557 "async-trait",
11558 "base64 0.22.1",
11559 "bytes 1.11.1",
11560 "cargo_metadata 0.23.1",
11561 "cfg-if",
11562 "chrono",
11563 "either",
11564 "futures 0.3.32",
11565 "futures-core",
11566 "futures-util",
11567 "getrandom 0.2.16",
11568 "http 1.3.1",
11569 "http-body 1.0.1",
11570 "http-body-util",
11571 "hyper 1.7.0",
11572 "hyper-rustls 0.27.7",
11573 "hyper-timeout",
11574 "hyper-util",
11575 "jsonwebtoken",
11576 "once_cell",
11577 "percent-encoding",
11578 "pin-project",
11579 "secrecy",
11580 "serde",
11581 "serde_json",
11582 "serde_path_to_error",
11583 "serde_urlencoded",
11584 "snafu",
11585 "tokio",
11586 "tower 0.5.2",
11587 "tower-http 0.6.6",
11588 "url",
11589 "web-time",
11590]
11591
11592[[package]]
11593name = "ollama"
11594version = "0.1.0"
11595dependencies = [
11596 "anyhow",
11597 "futures 0.3.32",
11598 "http_client",
11599 "schemars",
11600 "serde",
11601 "serde_json",
11602 "settings",
11603]
11604
11605[[package]]
11606name = "onboarding"
11607version = "0.1.0"
11608dependencies = [
11609 "anyhow",
11610 "client",
11611 "cloud_api_types",
11612 "collections",
11613 "component",
11614 "db",
11615 "documented",
11616 "fs",
11617 "fuzzy",
11618 "gpui",
11619 "menu",
11620 "notifications",
11621 "picker",
11622 "project",
11623 "schemars",
11624 "serde",
11625 "settings",
11626 "telemetry",
11627 "theme",
11628 "theme_settings",
11629 "ui",
11630 "util",
11631 "vim_mode_setting",
11632 "workspace",
11633 "zed_actions",
11634 "zlog",
11635]
11636
11637[[package]]
11638name = "once_cell"
11639version = "1.21.3"
11640source = "registry+https://github.com/rust-lang/crates.io-index"
11641checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11642
11643[[package]]
11644name = "once_cell_polyfill"
11645version = "1.70.1"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11648
11649[[package]]
11650name = "oo7"
11651version = "0.6.0"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11654dependencies = [
11655 "aes",
11656 "ashpd",
11657 "async-fs",
11658 "async-io",
11659 "async-lock 3.4.2",
11660 "blocking",
11661 "cbc",
11662 "cipher",
11663 "digest",
11664 "endi",
11665 "futures-lite 2.6.1",
11666 "futures-util",
11667 "getrandom 0.4.1",
11668 "hkdf",
11669 "hmac",
11670 "md-5",
11671 "num",
11672 "num-bigint-dig 0.9.1",
11673 "pbkdf2 0.12.2",
11674 "serde",
11675 "serde_bytes",
11676 "sha2",
11677 "subtle",
11678 "zbus",
11679 "zbus_macros",
11680 "zeroize",
11681 "zvariant",
11682]
11683
11684[[package]]
11685name = "oorandom"
11686version = "11.1.5"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11689
11690[[package]]
11691name = "open"
11692version = "5.3.2"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11695dependencies = [
11696 "is-wsl",
11697 "libc",
11698 "pathdiff",
11699]
11700
11701[[package]]
11702name = "open_ai"
11703version = "0.1.0"
11704dependencies = [
11705 "anyhow",
11706 "collections",
11707 "futures 0.3.32",
11708 "http_client",
11709 "language_model_core",
11710 "log",
11711 "pretty_assertions",
11712 "rand 0.9.3",
11713 "schemars",
11714 "serde",
11715 "serde_json",
11716 "strum 0.27.2",
11717 "thiserror 2.0.17",
11718 "tiktoken-rs",
11719]
11720
11721[[package]]
11722name = "open_path_prompt"
11723version = "0.1.0"
11724dependencies = [
11725 "editor",
11726 "file_icons",
11727 "futures 0.3.32",
11728 "fuzzy",
11729 "gpui",
11730 "picker",
11731 "project",
11732 "schemars",
11733 "serde",
11734 "serde_json",
11735 "settings",
11736 "theme",
11737 "theme_settings",
11738 "ui",
11739 "util",
11740 "workspace",
11741]
11742
11743[[package]]
11744name = "open_router"
11745version = "0.1.0"
11746dependencies = [
11747 "anyhow",
11748 "futures 0.3.32",
11749 "http_client",
11750 "language_model_core",
11751 "schemars",
11752 "serde",
11753 "serde_json",
11754 "settings",
11755 "strum 0.27.2",
11756 "thiserror 2.0.17",
11757]
11758
11759[[package]]
11760name = "opencode"
11761version = "0.1.0"
11762dependencies = [
11763 "anyhow",
11764 "futures 0.3.32",
11765 "google_ai",
11766 "http_client",
11767 "schemars",
11768 "serde",
11769 "serde_json",
11770 "strum 0.27.2",
11771]
11772
11773[[package]]
11774name = "opener"
11775version = "0.7.2"
11776source = "registry+https://github.com/rust-lang/crates.io-index"
11777checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11778dependencies = [
11779 "bstr",
11780 "dbus",
11781 "normpath",
11782 "windows-sys 0.59.0",
11783]
11784
11785[[package]]
11786name = "openssl"
11787version = "0.10.74"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11790dependencies = [
11791 "bitflags 2.10.0",
11792 "cfg-if",
11793 "foreign-types 0.3.2",
11794 "libc",
11795 "once_cell",
11796 "openssl-macros",
11797 "openssl-sys",
11798]
11799
11800[[package]]
11801name = "openssl-macros"
11802version = "0.1.1"
11803source = "registry+https://github.com/rust-lang/crates.io-index"
11804checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11805dependencies = [
11806 "proc-macro2",
11807 "quote",
11808 "syn 2.0.117",
11809]
11810
11811[[package]]
11812name = "openssl-probe"
11813version = "0.1.6"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11816
11817[[package]]
11818name = "openssl-sys"
11819version = "0.9.110"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11822dependencies = [
11823 "cc",
11824 "libc",
11825 "pkg-config",
11826 "vcpkg",
11827]
11828
11829[[package]]
11830name = "optfield"
11831version = "0.4.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11834dependencies = [
11835 "proc-macro2",
11836 "quote",
11837 "syn 2.0.117",
11838]
11839
11840[[package]]
11841name = "option-ext"
11842version = "0.2.0"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11845
11846[[package]]
11847name = "ordered-float"
11848version = "2.10.1"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11851dependencies = [
11852 "num-traits",
11853]
11854
11855[[package]]
11856name = "ordered-float"
11857version = "4.6.0"
11858source = "registry+https://github.com/rust-lang/crates.io-index"
11859checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11860dependencies = [
11861 "num-traits",
11862]
11863
11864[[package]]
11865name = "ordered-stream"
11866version = "0.2.0"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11869dependencies = [
11870 "futures-core",
11871 "pin-project-lite",
11872]
11873
11874[[package]]
11875name = "ouroboros"
11876version = "0.18.5"
11877source = "registry+https://github.com/rust-lang/crates.io-index"
11878checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11879dependencies = [
11880 "aliasable",
11881 "ouroboros_macro",
11882 "static_assertions",
11883]
11884
11885[[package]]
11886name = "ouroboros_macro"
11887version = "0.18.5"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11890dependencies = [
11891 "heck 0.4.1",
11892 "proc-macro2",
11893 "proc-macro2-diagnostics",
11894 "quote",
11895 "syn 2.0.117",
11896]
11897
11898[[package]]
11899name = "outline"
11900version = "0.1.0"
11901dependencies = [
11902 "editor",
11903 "fuzzy",
11904 "gpui",
11905 "indoc",
11906 "language",
11907 "lsp",
11908 "menu",
11909 "ordered-float 2.10.1",
11910 "picker",
11911 "project",
11912 "rope",
11913 "serde_json",
11914 "settings",
11915 "smol",
11916 "theme",
11917 "theme_settings",
11918 "ui",
11919 "util",
11920 "workspace",
11921 "zed_actions",
11922]
11923
11924[[package]]
11925name = "outline_panel"
11926version = "0.1.0"
11927dependencies = [
11928 "anyhow",
11929 "collections",
11930 "db",
11931 "editor",
11932 "file_icons",
11933 "fuzzy",
11934 "gpui",
11935 "itertools 0.14.0",
11936 "language",
11937 "log",
11938 "lsp",
11939 "menu",
11940 "outline",
11941 "pretty_assertions",
11942 "project",
11943 "search",
11944 "serde",
11945 "serde_json",
11946 "settings",
11947 "smallvec",
11948 "smol",
11949 "theme",
11950 "theme_settings",
11951 "ui",
11952 "util",
11953 "workspace",
11954 "worktree",
11955 "zed_actions",
11956]
11957
11958[[package]]
11959name = "outref"
11960version = "0.5.2"
11961source = "registry+https://github.com/rust-lang/crates.io-index"
11962checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11963
11964[[package]]
11965name = "p256"
11966version = "0.11.1"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11969dependencies = [
11970 "ecdsa",
11971 "elliptic-curve",
11972 "sha2",
11973]
11974
11975[[package]]
11976name = "page_size"
11977version = "0.6.0"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11980dependencies = [
11981 "libc",
11982 "winapi",
11983]
11984
11985[[package]]
11986name = "palette"
11987version = "0.7.6"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11990dependencies = [
11991 "approx",
11992 "fast-srgb8",
11993 "palette_derive",
11994]
11995
11996[[package]]
11997name = "palette_derive"
11998version = "0.7.6"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12001dependencies = [
12002 "by_address",
12003 "proc-macro2",
12004 "quote",
12005 "syn 2.0.117",
12006]
12007
12008[[package]]
12009name = "panel"
12010version = "0.1.0"
12011dependencies = [
12012 "gpui",
12013 "ui",
12014 "workspace",
12015]
12016
12017[[package]]
12018name = "parking"
12019version = "2.2.1"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12022
12023[[package]]
12024name = "parking_lot"
12025version = "0.12.5"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12028dependencies = [
12029 "lock_api",
12030 "parking_lot_core",
12031]
12032
12033[[package]]
12034name = "parking_lot_core"
12035version = "0.9.12"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12038dependencies = [
12039 "cfg-if",
12040 "libc",
12041 "redox_syscall 0.5.18",
12042 "smallvec",
12043 "windows-link 0.2.1",
12044]
12045
12046[[package]]
12047name = "parse_int"
12048version = "0.9.0"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12051dependencies = [
12052 "num-traits",
12053]
12054
12055[[package]]
12056name = "partial-json-fixer"
12057version = "0.5.3"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12060
12061[[package]]
12062name = "password-hash"
12063version = "0.4.2"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12066dependencies = [
12067 "base64ct",
12068 "rand_core 0.6.4",
12069 "subtle",
12070]
12071
12072[[package]]
12073name = "paste"
12074version = "1.0.15"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12077
12078[[package]]
12079name = "pastey"
12080version = "0.1.1"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12083
12084[[package]]
12085name = "pathdiff"
12086version = "0.2.3"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12089
12090[[package]]
12091name = "pathfinder_geometry"
12092version = "0.5.1"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12095dependencies = [
12096 "log",
12097 "pathfinder_simd",
12098]
12099
12100[[package]]
12101name = "pathfinder_simd"
12102version = "0.5.5"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12105dependencies = [
12106 "rustc_version",
12107]
12108
12109[[package]]
12110name = "paths"
12111version = "0.1.0"
12112dependencies = [
12113 "dirs",
12114 "ignore",
12115 "util",
12116]
12117
12118[[package]]
12119name = "pbjson"
12120version = "0.6.0"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12123dependencies = [
12124 "base64 0.21.7",
12125 "serde",
12126]
12127
12128[[package]]
12129name = "pbjson-build"
12130version = "0.6.2"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12133dependencies = [
12134 "heck 0.4.1",
12135 "itertools 0.11.0",
12136 "prost 0.12.6",
12137 "prost-types 0.12.6",
12138]
12139
12140[[package]]
12141name = "pbjson-types"
12142version = "0.6.0"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12145dependencies = [
12146 "bytes 1.11.1",
12147 "chrono",
12148 "pbjson",
12149 "pbjson-build",
12150 "prost 0.12.6",
12151 "prost-build 0.12.6",
12152 "serde",
12153]
12154
12155[[package]]
12156name = "pbkdf2"
12157version = "0.11.0"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12160dependencies = [
12161 "digest",
12162 "hmac",
12163 "password-hash",
12164 "sha2",
12165]
12166
12167[[package]]
12168name = "pbkdf2"
12169version = "0.12.2"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12172dependencies = [
12173 "digest",
12174 "hmac",
12175]
12176
12177[[package]]
12178name = "pciid-parser"
12179version = "0.8.0"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12182
12183[[package]]
12184name = "peg"
12185version = "0.8.5"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12188dependencies = [
12189 "peg-macros",
12190 "peg-runtime",
12191]
12192
12193[[package]]
12194name = "peg-macros"
12195version = "0.8.5"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12198dependencies = [
12199 "peg-runtime",
12200 "proc-macro2",
12201 "quote",
12202]
12203
12204[[package]]
12205name = "peg-runtime"
12206version = "0.8.5"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12209
12210[[package]]
12211name = "pem"
12212version = "3.0.6"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12215dependencies = [
12216 "base64 0.22.1",
12217 "serde_core",
12218]
12219
12220[[package]]
12221name = "pem-rfc7468"
12222version = "0.7.0"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12225dependencies = [
12226 "base64ct",
12227]
12228
12229[[package]]
12230name = "percent-encoding"
12231version = "2.3.2"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12234
12235[[package]]
12236name = "perf"
12237version = "0.1.0"
12238dependencies = [
12239 "collections",
12240 "serde",
12241 "serde_json",
12242]
12243
12244[[package]]
12245name = "pest"
12246version = "2.8.3"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12249dependencies = [
12250 "memchr",
12251 "ucd-trie",
12252]
12253
12254[[package]]
12255name = "pest_derive"
12256version = "2.8.3"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12259dependencies = [
12260 "pest",
12261 "pest_generator",
12262]
12263
12264[[package]]
12265name = "pest_generator"
12266version = "2.8.3"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12269dependencies = [
12270 "pest",
12271 "pest_meta",
12272 "proc-macro2",
12273 "quote",
12274 "syn 2.0.117",
12275]
12276
12277[[package]]
12278name = "pest_meta"
12279version = "2.8.3"
12280source = "registry+https://github.com/rust-lang/crates.io-index"
12281checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12282dependencies = [
12283 "pest",
12284 "sha2",
12285]
12286
12287[[package]]
12288name = "pet"
12289version = "0.1.0"
12290source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12291dependencies = [
12292 "clap",
12293 "env_logger 0.10.2",
12294 "lazy_static",
12295 "log",
12296 "msvc_spectre_libs",
12297 "pet-conda",
12298 "pet-core",
12299 "pet-env-var-path",
12300 "pet-fs",
12301 "pet-global-virtualenvs",
12302 "pet-homebrew",
12303 "pet-jsonrpc",
12304 "pet-linux-global-python",
12305 "pet-mac-commandlinetools",
12306 "pet-mac-python-org",
12307 "pet-mac-xcode",
12308 "pet-pipenv",
12309 "pet-pixi",
12310 "pet-poetry",
12311 "pet-pyenv",
12312 "pet-python-utils",
12313 "pet-reporter",
12314 "pet-telemetry",
12315 "pet-uv",
12316 "pet-venv",
12317 "pet-virtualenv",
12318 "pet-virtualenvwrapper",
12319 "pet-windows-registry",
12320 "pet-windows-store",
12321 "pet-winpython",
12322 "serde",
12323 "serde_json",
12324 "tracing",
12325 "tracing-subscriber",
12326 "winresource",
12327]
12328
12329[[package]]
12330name = "pet-conda"
12331version = "0.1.0"
12332source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12333dependencies = [
12334 "env_logger 0.10.2",
12335 "lazy_static",
12336 "log",
12337 "msvc_spectre_libs",
12338 "pet-core",
12339 "pet-fs",
12340 "pet-python-utils",
12341 "pet-reporter",
12342 "rayon",
12343 "regex",
12344 "serde",
12345 "serde_json",
12346 "yaml-rust2",
12347]
12348
12349[[package]]
12350name = "pet-core"
12351version = "0.1.0"
12352source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12353dependencies = [
12354 "clap",
12355 "lazy_static",
12356 "log",
12357 "msvc_spectre_libs",
12358 "pet-fs",
12359 "regex",
12360 "serde",
12361 "serde_json",
12362]
12363
12364[[package]]
12365name = "pet-env-var-path"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "lazy_static",
12370 "log",
12371 "msvc_spectre_libs",
12372 "pet-conda",
12373 "pet-core",
12374 "pet-fs",
12375 "pet-python-utils",
12376 "pet-virtualenv",
12377 "regex",
12378]
12379
12380[[package]]
12381name = "pet-fs"
12382version = "0.1.0"
12383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12384dependencies = [
12385 "glob",
12386 "log",
12387 "msvc_spectre_libs",
12388 "windows-sys 0.59.0",
12389]
12390
12391[[package]]
12392name = "pet-global-virtualenvs"
12393version = "0.1.0"
12394source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12395dependencies = [
12396 "log",
12397 "msvc_spectre_libs",
12398 "pet-conda",
12399 "pet-core",
12400 "pet-fs",
12401 "pet-virtualenv",
12402]
12403
12404[[package]]
12405name = "pet-homebrew"
12406version = "0.1.0"
12407source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12408dependencies = [
12409 "lazy_static",
12410 "log",
12411 "msvc_spectre_libs",
12412 "pet-conda",
12413 "pet-core",
12414 "pet-fs",
12415 "pet-python-utils",
12416 "pet-virtualenv",
12417 "rayon",
12418 "regex",
12419 "serde",
12420 "serde_json",
12421]
12422
12423[[package]]
12424name = "pet-jsonrpc"
12425version = "0.1.0"
12426source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12427dependencies = [
12428 "env_logger 0.10.2",
12429 "log",
12430 "msvc_spectre_libs",
12431 "pet-core",
12432 "serde",
12433 "serde_json",
12434]
12435
12436[[package]]
12437name = "pet-linux-global-python"
12438version = "0.1.0"
12439source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12440dependencies = [
12441 "log",
12442 "msvc_spectre_libs",
12443 "pet-core",
12444 "pet-fs",
12445 "pet-python-utils",
12446 "pet-virtualenv",
12447]
12448
12449[[package]]
12450name = "pet-mac-commandlinetools"
12451version = "0.1.0"
12452source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12453dependencies = [
12454 "log",
12455 "msvc_spectre_libs",
12456 "pet-core",
12457 "pet-fs",
12458 "pet-python-utils",
12459 "pet-virtualenv",
12460]
12461
12462[[package]]
12463name = "pet-mac-python-org"
12464version = "0.1.0"
12465source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12466dependencies = [
12467 "log",
12468 "msvc_spectre_libs",
12469 "pet-core",
12470 "pet-fs",
12471 "pet-python-utils",
12472 "pet-virtualenv",
12473]
12474
12475[[package]]
12476name = "pet-mac-xcode"
12477version = "0.1.0"
12478source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12479dependencies = [
12480 "log",
12481 "msvc_spectre_libs",
12482 "pet-core",
12483 "pet-fs",
12484 "pet-python-utils",
12485 "pet-virtualenv",
12486]
12487
12488[[package]]
12489name = "pet-pipenv"
12490version = "0.1.0"
12491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12492dependencies = [
12493 "lazy_static",
12494 "log",
12495 "msvc_spectre_libs",
12496 "pet-core",
12497 "pet-fs",
12498 "pet-python-utils",
12499 "pet-virtualenv",
12500 "regex",
12501]
12502
12503[[package]]
12504name = "pet-pixi"
12505version = "0.1.0"
12506source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12507dependencies = [
12508 "log",
12509 "msvc_spectre_libs",
12510 "pet-conda",
12511 "pet-core",
12512 "pet-python-utils",
12513]
12514
12515[[package]]
12516name = "pet-poetry"
12517version = "0.1.0"
12518source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12519dependencies = [
12520 "base64 0.22.1",
12521 "lazy_static",
12522 "log",
12523 "msvc_spectre_libs",
12524 "pet-core",
12525 "pet-fs",
12526 "pet-python-utils",
12527 "pet-reporter",
12528 "pet-virtualenv",
12529 "regex",
12530 "serde",
12531 "serde_json",
12532 "sha2",
12533 "toml 0.8.23",
12534]
12535
12536[[package]]
12537name = "pet-pyenv"
12538version = "0.1.0"
12539source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12540dependencies = [
12541 "lazy_static",
12542 "log",
12543 "msvc_spectre_libs",
12544 "pet-conda",
12545 "pet-core",
12546 "pet-fs",
12547 "pet-python-utils",
12548 "pet-reporter",
12549 "regex",
12550 "serde",
12551 "serde_json",
12552]
12553
12554[[package]]
12555name = "pet-python-utils"
12556version = "0.1.0"
12557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12558dependencies = [
12559 "env_logger 0.10.2",
12560 "lazy_static",
12561 "log",
12562 "msvc_spectre_libs",
12563 "pet-core",
12564 "pet-fs",
12565 "regex",
12566 "serde",
12567 "serde_json",
12568 "sha2",
12569]
12570
12571[[package]]
12572name = "pet-reporter"
12573version = "0.1.0"
12574source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12575dependencies = [
12576 "env_logger 0.10.2",
12577 "log",
12578 "msvc_spectre_libs",
12579 "pet-core",
12580 "pet-jsonrpc",
12581 "serde",
12582 "serde_json",
12583]
12584
12585[[package]]
12586name = "pet-telemetry"
12587version = "0.1.0"
12588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12589dependencies = [
12590 "env_logger 0.10.2",
12591 "lazy_static",
12592 "log",
12593 "msvc_spectre_libs",
12594 "pet-core",
12595 "pet-fs",
12596 "pet-python-utils",
12597 "regex",
12598]
12599
12600[[package]]
12601name = "pet-uv"
12602version = "0.1.0"
12603source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12604dependencies = [
12605 "log",
12606 "pet-core",
12607 "pet-python-utils",
12608 "serde",
12609 "toml 0.9.8",
12610]
12611
12612[[package]]
12613name = "pet-venv"
12614version = "0.1.0"
12615source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12616dependencies = [
12617 "log",
12618 "msvc_spectre_libs",
12619 "pet-core",
12620 "pet-python-utils",
12621 "pet-virtualenv",
12622]
12623
12624[[package]]
12625name = "pet-virtualenv"
12626version = "0.1.0"
12627source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12628dependencies = [
12629 "log",
12630 "msvc_spectre_libs",
12631 "pet-core",
12632 "pet-fs",
12633 "pet-python-utils",
12634]
12635
12636[[package]]
12637name = "pet-virtualenvwrapper"
12638version = "0.1.0"
12639source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12640dependencies = [
12641 "log",
12642 "msvc_spectre_libs",
12643 "pet-core",
12644 "pet-fs",
12645 "pet-python-utils",
12646 "pet-virtualenv",
12647]
12648
12649[[package]]
12650name = "pet-windows-registry"
12651version = "0.1.0"
12652source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12653dependencies = [
12654 "lazy_static",
12655 "log",
12656 "msvc_spectre_libs",
12657 "pet-conda",
12658 "pet-core",
12659 "pet-fs",
12660 "pet-python-utils",
12661 "pet-virtualenv",
12662 "pet-windows-store",
12663 "regex",
12664 "winreg 0.55.0",
12665]
12666
12667[[package]]
12668name = "pet-windows-store"
12669version = "0.1.0"
12670source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12671dependencies = [
12672 "lazy_static",
12673 "log",
12674 "msvc_spectre_libs",
12675 "pet-core",
12676 "pet-fs",
12677 "pet-python-utils",
12678 "pet-virtualenv",
12679 "regex",
12680 "winreg 0.55.0",
12681]
12682
12683[[package]]
12684name = "pet-winpython"
12685version = "0.1.0"
12686source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12687dependencies = [
12688 "lazy_static",
12689 "log",
12690 "pet-core",
12691 "pet-fs",
12692 "pet-python-utils",
12693 "pet-virtualenv",
12694 "regex",
12695]
12696
12697[[package]]
12698name = "petgraph"
12699version = "0.6.5"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12702dependencies = [
12703 "fixedbitset 0.4.2",
12704 "indexmap",
12705]
12706
12707[[package]]
12708name = "pgvector"
12709version = "0.4.1"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12712dependencies = [
12713 "serde",
12714]
12715
12716[[package]]
12717name = "phf"
12718version = "0.11.3"
12719source = "registry+https://github.com/rust-lang/crates.io-index"
12720checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12721dependencies = [
12722 "phf_macros 0.11.3",
12723 "phf_shared 0.11.3",
12724]
12725
12726[[package]]
12727name = "phf"
12728version = "0.12.1"
12729source = "registry+https://github.com/rust-lang/crates.io-index"
12730checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12731dependencies = [
12732 "phf_macros 0.12.1",
12733 "phf_shared 0.12.1",
12734]
12735
12736[[package]]
12737name = "phf_codegen"
12738version = "0.11.3"
12739source = "registry+https://github.com/rust-lang/crates.io-index"
12740checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12741dependencies = [
12742 "phf_generator 0.11.3",
12743 "phf_shared 0.11.3",
12744]
12745
12746[[package]]
12747name = "phf_generator"
12748version = "0.11.3"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12751dependencies = [
12752 "phf_shared 0.11.3",
12753 "rand 0.8.5",
12754]
12755
12756[[package]]
12757name = "phf_generator"
12758version = "0.12.1"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12761dependencies = [
12762 "fastrand 2.3.0",
12763 "phf_shared 0.12.1",
12764]
12765
12766[[package]]
12767name = "phf_macros"
12768version = "0.11.3"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12771dependencies = [
12772 "phf_generator 0.11.3",
12773 "phf_shared 0.11.3",
12774 "proc-macro2",
12775 "quote",
12776 "syn 2.0.117",
12777]
12778
12779[[package]]
12780name = "phf_macros"
12781version = "0.12.1"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12784dependencies = [
12785 "phf_generator 0.12.1",
12786 "phf_shared 0.12.1",
12787 "proc-macro2",
12788 "quote",
12789 "syn 2.0.117",
12790]
12791
12792[[package]]
12793name = "phf_shared"
12794version = "0.11.3"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12797dependencies = [
12798 "siphasher 1.0.1",
12799]
12800
12801[[package]]
12802name = "phf_shared"
12803version = "0.12.1"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12806dependencies = [
12807 "siphasher 1.0.1",
12808]
12809
12810[[package]]
12811name = "picker"
12812version = "0.1.0"
12813dependencies = [
12814 "anyhow",
12815 "editor",
12816 "gpui",
12817 "menu",
12818 "schemars",
12819 "serde",
12820 "settings",
12821 "theme",
12822 "theme_settings",
12823 "ui",
12824 "ui_input",
12825 "workspace",
12826 "zed_actions",
12827]
12828
12829[[package]]
12830name = "pico-args"
12831version = "0.5.0"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12834
12835[[package]]
12836name = "pin-project"
12837version = "1.1.10"
12838source = "registry+https://github.com/rust-lang/crates.io-index"
12839checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12840dependencies = [
12841 "pin-project-internal",
12842]
12843
12844[[package]]
12845name = "pin-project-internal"
12846version = "1.1.10"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12849dependencies = [
12850 "proc-macro2",
12851 "quote",
12852 "syn 2.0.117",
12853]
12854
12855[[package]]
12856name = "pin-project-lite"
12857version = "0.2.16"
12858source = "registry+https://github.com/rust-lang/crates.io-index"
12859checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12860
12861[[package]]
12862name = "pin-utils"
12863version = "0.1.0"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12866
12867[[package]]
12868name = "piper"
12869version = "0.2.4"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12872dependencies = [
12873 "atomic-waker",
12874 "fastrand 2.3.0",
12875 "futures-io",
12876]
12877
12878[[package]]
12879name = "pkcs1"
12880version = "0.7.5"
12881source = "registry+https://github.com/rust-lang/crates.io-index"
12882checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12883dependencies = [
12884 "der 0.7.10",
12885 "pkcs8 0.10.2",
12886 "spki 0.7.3",
12887]
12888
12889[[package]]
12890name = "pkcs8"
12891version = "0.9.0"
12892source = "registry+https://github.com/rust-lang/crates.io-index"
12893checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12894dependencies = [
12895 "der 0.6.1",
12896 "spki 0.6.0",
12897]
12898
12899[[package]]
12900name = "pkcs8"
12901version = "0.10.2"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12904dependencies = [
12905 "der 0.7.10",
12906 "spki 0.7.3",
12907]
12908
12909[[package]]
12910name = "pkg-config"
12911version = "0.3.32"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12914
12915[[package]]
12916name = "plain"
12917version = "0.2.3"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12920
12921[[package]]
12922name = "platform_title_bar"
12923version = "0.1.0"
12924dependencies = [
12925 "gpui",
12926 "project",
12927 "settings",
12928 "smallvec",
12929 "theme",
12930 "theme_settings",
12931 "ui",
12932 "windows 0.61.3",
12933 "workspace",
12934 "zed_actions",
12935]
12936
12937[[package]]
12938name = "plist"
12939version = "1.8.0"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12942dependencies = [
12943 "base64 0.22.1",
12944 "indexmap",
12945 "quick-xml 0.38.3",
12946 "serde",
12947 "time",
12948]
12949
12950[[package]]
12951name = "plotters"
12952version = "0.3.7"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12955dependencies = [
12956 "num-traits",
12957 "plotters-backend",
12958 "plotters-svg",
12959 "wasm-bindgen",
12960 "web-sys",
12961]
12962
12963[[package]]
12964name = "plotters-backend"
12965version = "0.3.7"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12968
12969[[package]]
12970name = "plotters-svg"
12971version = "0.3.7"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12974dependencies = [
12975 "plotters-backend",
12976]
12977
12978[[package]]
12979name = "png"
12980version = "0.17.16"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12983dependencies = [
12984 "bitflags 1.3.2",
12985 "crc32fast",
12986 "fdeflate",
12987 "flate2",
12988 "miniz_oxide",
12989]
12990
12991[[package]]
12992name = "png"
12993version = "0.18.0"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12996dependencies = [
12997 "bitflags 2.10.0",
12998 "crc32fast",
12999 "fdeflate",
13000 "flate2",
13001 "miniz_oxide",
13002]
13003
13004[[package]]
13005name = "polling"
13006version = "3.11.0"
13007source = "registry+https://github.com/rust-lang/crates.io-index"
13008checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13009dependencies = [
13010 "cfg-if",
13011 "concurrent-queue",
13012 "hermit-abi",
13013 "pin-project-lite",
13014 "rustix 1.1.2",
13015 "windows-sys 0.61.2",
13016]
13017
13018[[package]]
13019name = "pollster"
13020version = "0.2.5"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13023
13024[[package]]
13025name = "pollster"
13026version = "0.4.0"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13029
13030[[package]]
13031name = "pori"
13032version = "0.0.0"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13035dependencies = [
13036 "nom 7.1.3",
13037]
13038
13039[[package]]
13040name = "portable-atomic"
13041version = "1.11.1"
13042source = "registry+https://github.com/rust-lang/crates.io-index"
13043checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13044
13045[[package]]
13046name = "portable-atomic-util"
13047version = "0.2.4"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13050dependencies = [
13051 "portable-atomic",
13052]
13053
13054[[package]]
13055name = "portable-pty"
13056version = "0.9.0"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13059dependencies = [
13060 "anyhow",
13061 "bitflags 1.3.2",
13062 "downcast-rs",
13063 "filedescriptor",
13064 "lazy_static",
13065 "libc",
13066 "log",
13067 "nix 0.28.0",
13068 "serial2",
13069 "shared_library",
13070 "shell-words",
13071 "winapi",
13072 "winreg 0.10.1",
13073]
13074
13075[[package]]
13076name = "postage"
13077version = "0.5.0"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13080dependencies = [
13081 "atomic",
13082 "crossbeam-queue",
13083 "futures 0.3.32",
13084 "log",
13085 "parking_lot",
13086 "pin-project",
13087 "pollster 0.2.5",
13088 "static_assertions",
13089 "thiserror 1.0.69",
13090]
13091
13092[[package]]
13093name = "postcard"
13094version = "1.1.3"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13097dependencies = [
13098 "cobs",
13099 "embedded-io 0.4.0",
13100 "embedded-io 0.6.1",
13101 "serde",
13102]
13103
13104[[package]]
13105name = "potential_utf"
13106version = "0.1.3"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13109dependencies = [
13110 "zerovec",
13111]
13112
13113[[package]]
13114name = "powerfmt"
13115version = "0.2.0"
13116source = "registry+https://github.com/rust-lang/crates.io-index"
13117checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13118
13119[[package]]
13120name = "ppv-lite86"
13121version = "0.2.21"
13122source = "registry+https://github.com/rust-lang/crates.io-index"
13123checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13124dependencies = [
13125 "zerocopy",
13126]
13127
13128[[package]]
13129name = "precomputed-hash"
13130version = "0.1.1"
13131source = "registry+https://github.com/rust-lang/crates.io-index"
13132checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13133
13134[[package]]
13135name = "presser"
13136version = "0.3.1"
13137source = "registry+https://github.com/rust-lang/crates.io-index"
13138checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13139
13140[[package]]
13141name = "prettier"
13142version = "0.1.0"
13143dependencies = [
13144 "anyhow",
13145 "collections",
13146 "fs",
13147 "gpui",
13148 "language",
13149 "log",
13150 "lsp",
13151 "node_runtime",
13152 "parking_lot",
13153 "paths",
13154 "serde",
13155 "serde_json",
13156 "util",
13157]
13158
13159[[package]]
13160name = "pretty_assertions"
13161version = "1.4.1"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13164dependencies = [
13165 "diff",
13166 "yansi",
13167]
13168
13169[[package]]
13170name = "prettyplease"
13171version = "0.2.37"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13174dependencies = [
13175 "proc-macro2",
13176 "syn 2.0.117",
13177]
13178
13179[[package]]
13180name = "primal-check"
13181version = "0.3.4"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13184dependencies = [
13185 "num-integer",
13186]
13187
13188[[package]]
13189name = "proc-macro-crate"
13190version = "3.4.0"
13191source = "registry+https://github.com/rust-lang/crates.io-index"
13192checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13193dependencies = [
13194 "toml_edit 0.23.7",
13195]
13196
13197[[package]]
13198name = "proc-macro-error"
13199version = "1.0.4"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13202dependencies = [
13203 "proc-macro-error-attr",
13204 "proc-macro2",
13205 "quote",
13206 "syn 1.0.109",
13207 "version_check",
13208]
13209
13210[[package]]
13211name = "proc-macro-error-attr"
13212version = "1.0.4"
13213source = "registry+https://github.com/rust-lang/crates.io-index"
13214checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13215dependencies = [
13216 "proc-macro2",
13217 "quote",
13218 "version_check",
13219]
13220
13221[[package]]
13222name = "proc-macro-error-attr2"
13223version = "2.0.0"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13226dependencies = [
13227 "proc-macro2",
13228 "quote",
13229]
13230
13231[[package]]
13232name = "proc-macro-error2"
13233version = "2.0.1"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13236dependencies = [
13237 "proc-macro-error-attr2",
13238 "proc-macro2",
13239 "quote",
13240 "syn 2.0.117",
13241]
13242
13243[[package]]
13244name = "proc-macro2"
13245version = "1.0.101"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13248dependencies = [
13249 "unicode-ident",
13250]
13251
13252[[package]]
13253name = "proc-macro2-diagnostics"
13254version = "0.10.1"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13257dependencies = [
13258 "proc-macro2",
13259 "quote",
13260 "syn 2.0.117",
13261 "version_check",
13262 "yansi",
13263]
13264
13265[[package]]
13266name = "procfs-core"
13267version = "0.17.0"
13268source = "registry+https://github.com/rust-lang/crates.io-index"
13269checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13270dependencies = [
13271 "bitflags 2.10.0",
13272 "hex",
13273 "serde",
13274]
13275
13276[[package]]
13277name = "profiling"
13278version = "1.0.17"
13279source = "registry+https://github.com/rust-lang/crates.io-index"
13280checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13281dependencies = [
13282 "profiling-procmacros",
13283]
13284
13285[[package]]
13286name = "profiling-procmacros"
13287version = "1.0.17"
13288source = "registry+https://github.com/rust-lang/crates.io-index"
13289checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13290dependencies = [
13291 "quote",
13292 "syn 2.0.117",
13293]
13294
13295[[package]]
13296name = "project"
13297version = "0.1.0"
13298dependencies = [
13299 "aho-corasick",
13300 "anyhow",
13301 "askpass",
13302 "async-trait",
13303 "base64 0.22.1",
13304 "buffer_diff",
13305 "circular-buffer",
13306 "client",
13307 "clock",
13308 "collections",
13309 "context_server",
13310 "credentials_provider",
13311 "dap",
13312 "encoding_rs",
13313 "extension",
13314 "fancy-regex 0.17.0",
13315 "fs",
13316 "futures 0.3.32",
13317 "fuzzy",
13318 "fuzzy_nucleo",
13319 "git",
13320 "git2",
13321 "git_hosting_providers",
13322 "globset",
13323 "gpui",
13324 "http_client",
13325 "image",
13326 "indexmap",
13327 "itertools 0.14.0",
13328 "language",
13329 "log",
13330 "lsp",
13331 "markdown",
13332 "node_runtime",
13333 "parking_lot",
13334 "paths",
13335 "percent-encoding",
13336 "postage",
13337 "prettier",
13338 "pretty_assertions",
13339 "project",
13340 "rand 0.9.3",
13341 "regex",
13342 "release_channel",
13343 "remote",
13344 "rpc",
13345 "schemars",
13346 "semver",
13347 "serde",
13348 "serde_json",
13349 "settings",
13350 "sha2",
13351 "shellexpand",
13352 "smallvec",
13353 "smol",
13354 "snippet",
13355 "snippet_provider",
13356 "sum_tree",
13357 "task",
13358 "tempfile",
13359 "terminal",
13360 "text",
13361 "toml 0.8.23",
13362 "tracing",
13363 "unindent",
13364 "url",
13365 "util",
13366 "watch",
13367 "wax",
13368 "which 6.0.3",
13369 "worktree",
13370 "zed_credentials_provider",
13371 "zeroize",
13372 "zlog",
13373 "ztracing",
13374]
13375
13376[[package]]
13377name = "project_benchmarks"
13378version = "0.1.0"
13379dependencies = [
13380 "anyhow",
13381 "askpass",
13382 "clap",
13383 "client",
13384 "futures 0.3.32",
13385 "gpui",
13386 "gpui_platform",
13387 "http_client",
13388 "language",
13389 "node_runtime",
13390 "project",
13391 "release_channel",
13392 "remote",
13393 "rpassword",
13394 "semver",
13395 "settings",
13396 "watch",
13397]
13398
13399[[package]]
13400name = "project_panel"
13401version = "0.1.0"
13402dependencies = [
13403 "anyhow",
13404 "client",
13405 "collections",
13406 "command_palette_hooks",
13407 "criterion",
13408 "editor",
13409 "feature_flags",
13410 "file_icons",
13411 "fs",
13412 "futures 0.3.32",
13413 "git",
13414 "git_ui",
13415 "gpui",
13416 "itertools 0.14.0",
13417 "language",
13418 "menu",
13419 "notifications",
13420 "pretty_assertions",
13421 "project",
13422 "rayon",
13423 "remote_connection",
13424 "schemars",
13425 "search",
13426 "serde",
13427 "serde_json",
13428 "settings",
13429 "smallvec",
13430 "telemetry",
13431 "tempfile",
13432 "theme",
13433 "theme_settings",
13434 "ui",
13435 "util",
13436 "workspace",
13437 "worktree",
13438 "zed_actions",
13439]
13440
13441[[package]]
13442name = "project_symbols"
13443version = "0.1.0"
13444dependencies = [
13445 "anyhow",
13446 "editor",
13447 "futures 0.3.32",
13448 "fuzzy",
13449 "gpui",
13450 "language",
13451 "lsp",
13452 "ordered-float 2.10.1",
13453 "picker",
13454 "project",
13455 "release_channel",
13456 "semver",
13457 "serde_json",
13458 "settings",
13459 "theme",
13460 "theme_settings",
13461 "util",
13462 "workspace",
13463]
13464
13465[[package]]
13466name = "prometheus"
13467version = "0.14.0"
13468source = "registry+https://github.com/rust-lang/crates.io-index"
13469checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13470dependencies = [
13471 "cfg-if",
13472 "fnv",
13473 "lazy_static",
13474 "memchr",
13475 "parking_lot",
13476 "protobuf",
13477 "thiserror 2.0.17",
13478]
13479
13480[[package]]
13481name = "prompt_store"
13482version = "0.1.0"
13483dependencies = [
13484 "anyhow",
13485 "assets",
13486 "chrono",
13487 "collections",
13488 "fs",
13489 "futures 0.3.32",
13490 "fuzzy",
13491 "gpui",
13492 "handlebars 4.5.0",
13493 "heed",
13494 "language",
13495 "log",
13496 "parking_lot",
13497 "paths",
13498 "rope",
13499 "serde",
13500 "strum 0.27.2",
13501 "tempfile",
13502 "text",
13503 "util",
13504 "uuid",
13505]
13506
13507[[package]]
13508name = "proptest"
13509version = "1.10.0"
13510source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13511dependencies = [
13512 "bit-set 0.8.0",
13513 "bit-vec 0.8.0",
13514 "bitflags 2.10.0",
13515 "num-traits",
13516 "proptest-macro",
13517 "rand 0.9.3",
13518 "rand_chacha 0.9.0",
13519 "rand_xorshift",
13520 "regex-syntax",
13521 "rusty-fork",
13522 "tempfile",
13523 "unarray",
13524]
13525
13526[[package]]
13527name = "proptest-derive"
13528version = "0.8.0"
13529source = "registry+https://github.com/rust-lang/crates.io-index"
13530checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13531dependencies = [
13532 "proc-macro2",
13533 "quote",
13534 "syn 2.0.117",
13535]
13536
13537[[package]]
13538name = "proptest-macro"
13539version = "0.5.0"
13540source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13541dependencies = [
13542 "convert_case 0.11.0",
13543 "proc-macro2",
13544 "quote",
13545 "syn 2.0.117",
13546]
13547
13548[[package]]
13549name = "prost"
13550version = "0.9.0"
13551source = "registry+https://github.com/rust-lang/crates.io-index"
13552checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13553dependencies = [
13554 "bytes 1.11.1",
13555 "prost-derive 0.9.0",
13556]
13557
13558[[package]]
13559name = "prost"
13560version = "0.12.6"
13561source = "registry+https://github.com/rust-lang/crates.io-index"
13562checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13563dependencies = [
13564 "bytes 1.11.1",
13565 "prost-derive 0.12.6",
13566]
13567
13568[[package]]
13569name = "prost-build"
13570version = "0.9.0"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13573dependencies = [
13574 "bytes 1.11.1",
13575 "heck 0.3.3",
13576 "itertools 0.10.5",
13577 "lazy_static",
13578 "log",
13579 "multimap",
13580 "petgraph",
13581 "prost 0.9.0",
13582 "prost-types 0.9.0",
13583 "regex",
13584 "tempfile",
13585 "which 4.4.2",
13586]
13587
13588[[package]]
13589name = "prost-build"
13590version = "0.12.6"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13593dependencies = [
13594 "bytes 1.11.1",
13595 "heck 0.4.1",
13596 "itertools 0.10.5",
13597 "log",
13598 "multimap",
13599 "once_cell",
13600 "petgraph",
13601 "prettyplease",
13602 "prost 0.12.6",
13603 "prost-types 0.12.6",
13604 "regex",
13605 "syn 2.0.117",
13606 "tempfile",
13607]
13608
13609[[package]]
13610name = "prost-derive"
13611version = "0.9.0"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13614dependencies = [
13615 "anyhow",
13616 "itertools 0.10.5",
13617 "proc-macro2",
13618 "quote",
13619 "syn 1.0.109",
13620]
13621
13622[[package]]
13623name = "prost-derive"
13624version = "0.12.6"
13625source = "registry+https://github.com/rust-lang/crates.io-index"
13626checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13627dependencies = [
13628 "anyhow",
13629 "itertools 0.10.5",
13630 "proc-macro2",
13631 "quote",
13632 "syn 2.0.117",
13633]
13634
13635[[package]]
13636name = "prost-types"
13637version = "0.9.0"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13640dependencies = [
13641 "bytes 1.11.1",
13642 "prost 0.9.0",
13643]
13644
13645[[package]]
13646name = "prost-types"
13647version = "0.12.6"
13648source = "registry+https://github.com/rust-lang/crates.io-index"
13649checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13650dependencies = [
13651 "prost 0.12.6",
13652]
13653
13654[[package]]
13655name = "proto"
13656version = "0.1.0"
13657dependencies = [
13658 "anyhow",
13659 "prost 0.9.0",
13660 "prost-build 0.9.0",
13661 "serde",
13662]
13663
13664[[package]]
13665name = "protobuf"
13666version = "3.7.2"
13667source = "registry+https://github.com/rust-lang/crates.io-index"
13668checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13669dependencies = [
13670 "once_cell",
13671 "protobuf-support",
13672 "thiserror 1.0.69",
13673]
13674
13675[[package]]
13676name = "protobuf-support"
13677version = "3.7.2"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13680dependencies = [
13681 "thiserror 1.0.69",
13682]
13683
13684[[package]]
13685name = "psm"
13686version = "0.1.30"
13687source = "registry+https://github.com/rust-lang/crates.io-index"
13688checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13689dependencies = [
13690 "ar_archive_writer",
13691 "cc",
13692]
13693
13694[[package]]
13695name = "ptr_meta"
13696version = "0.1.4"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13699dependencies = [
13700 "ptr_meta_derive",
13701]
13702
13703[[package]]
13704name = "ptr_meta_derive"
13705version = "0.1.4"
13706source = "registry+https://github.com/rust-lang/crates.io-index"
13707checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13708dependencies = [
13709 "proc-macro2",
13710 "quote",
13711 "syn 1.0.109",
13712]
13713
13714[[package]]
13715name = "pulldown-cmark"
13716version = "0.10.3"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13719dependencies = [
13720 "bitflags 2.10.0",
13721 "memchr",
13722 "pulldown-cmark-escape",
13723 "unicase",
13724]
13725
13726[[package]]
13727name = "pulldown-cmark"
13728version = "0.13.0"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13731dependencies = [
13732 "bitflags 2.10.0",
13733 "memchr",
13734 "unicase",
13735]
13736
13737[[package]]
13738name = "pulldown-cmark-escape"
13739version = "0.10.1"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13742
13743[[package]]
13744name = "pulley-interpreter"
13745version = "36.0.7"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13748dependencies = [
13749 "cranelift-bitset",
13750 "log",
13751 "pulley-macros",
13752 "wasmtime-internal-math",
13753]
13754
13755[[package]]
13756name = "pulley-macros"
13757version = "36.0.7"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13760dependencies = [
13761 "proc-macro2",
13762 "quote",
13763 "syn 2.0.117",
13764]
13765
13766[[package]]
13767name = "pulp"
13768version = "0.18.22"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13771dependencies = [
13772 "bytemuck",
13773 "libm",
13774 "num-complex",
13775 "reborrow",
13776]
13777
13778[[package]]
13779name = "pulp"
13780version = "0.21.5"
13781source = "registry+https://github.com/rust-lang/crates.io-index"
13782checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13783dependencies = [
13784 "bytemuck",
13785 "cfg-if",
13786 "libm",
13787 "num-complex",
13788 "reborrow",
13789 "version_check",
13790]
13791
13792[[package]]
13793name = "pxfm"
13794version = "0.1.25"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13797dependencies = [
13798 "num-traits",
13799]
13800
13801[[package]]
13802name = "qoi"
13803version = "0.4.1"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13806dependencies = [
13807 "bytemuck",
13808]
13809
13810[[package]]
13811name = "quick-error"
13812version = "1.2.3"
13813source = "registry+https://github.com/rust-lang/crates.io-index"
13814checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13815
13816[[package]]
13817name = "quick-error"
13818version = "2.0.1"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13821
13822[[package]]
13823name = "quick-xml"
13824version = "0.30.0"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13827dependencies = [
13828 "memchr",
13829]
13830
13831[[package]]
13832name = "quick-xml"
13833version = "0.37.5"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13836dependencies = [
13837 "memchr",
13838]
13839
13840[[package]]
13841name = "quick-xml"
13842version = "0.38.3"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13845dependencies = [
13846 "memchr",
13847]
13848
13849[[package]]
13850name = "quinn"
13851version = "0.11.9"
13852source = "registry+https://github.com/rust-lang/crates.io-index"
13853checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13854dependencies = [
13855 "bytes 1.11.1",
13856 "cfg_aliases 0.2.1",
13857 "pin-project-lite",
13858 "quinn-proto",
13859 "quinn-udp",
13860 "rustc-hash 2.1.1",
13861 "rustls 0.23.33",
13862 "socket2 0.6.1",
13863 "thiserror 2.0.17",
13864 "tokio",
13865 "tracing",
13866 "web-time",
13867]
13868
13869[[package]]
13870name = "quinn-proto"
13871version = "0.11.13"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13874dependencies = [
13875 "bytes 1.11.1",
13876 "getrandom 0.3.4",
13877 "lru-slab",
13878 "rand 0.9.3",
13879 "ring",
13880 "rustc-hash 2.1.1",
13881 "rustls 0.23.33",
13882 "rustls-pki-types",
13883 "slab",
13884 "thiserror 2.0.17",
13885 "tinyvec",
13886 "tracing",
13887 "web-time",
13888]
13889
13890[[package]]
13891name = "quinn-udp"
13892version = "0.5.14"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13895dependencies = [
13896 "cfg_aliases 0.2.1",
13897 "libc",
13898 "once_cell",
13899 "socket2 0.6.1",
13900 "tracing",
13901 "windows-sys 0.60.2",
13902]
13903
13904[[package]]
13905name = "quote"
13906version = "1.0.41"
13907source = "registry+https://github.com/rust-lang/crates.io-index"
13908checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13909dependencies = [
13910 "proc-macro2",
13911]
13912
13913[[package]]
13914name = "r-efi"
13915version = "5.3.0"
13916source = "registry+https://github.com/rust-lang/crates.io-index"
13917checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13918
13919[[package]]
13920name = "radium"
13921version = "0.7.0"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13924
13925[[package]]
13926name = "rand"
13927version = "0.3.23"
13928source = "registry+https://github.com/rust-lang/crates.io-index"
13929checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13930dependencies = [
13931 "libc",
13932 "rand 0.4.6",
13933]
13934
13935[[package]]
13936name = "rand"
13937version = "0.4.6"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13940dependencies = [
13941 "fuchsia-cprng",
13942 "libc",
13943 "rand_core 0.3.1",
13944 "rdrand",
13945 "winapi",
13946]
13947
13948[[package]]
13949name = "rand"
13950version = "0.8.5"
13951source = "registry+https://github.com/rust-lang/crates.io-index"
13952checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13953dependencies = [
13954 "libc",
13955 "rand_chacha 0.3.1",
13956 "rand_core 0.6.4",
13957]
13958
13959[[package]]
13960name = "rand"
13961version = "0.9.3"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13964dependencies = [
13965 "rand_chacha 0.9.0",
13966 "rand_core 0.9.3",
13967]
13968
13969[[package]]
13970name = "rand_chacha"
13971version = "0.3.1"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13974dependencies = [
13975 "ppv-lite86",
13976 "rand_core 0.6.4",
13977]
13978
13979[[package]]
13980name = "rand_chacha"
13981version = "0.9.0"
13982source = "registry+https://github.com/rust-lang/crates.io-index"
13983checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13984dependencies = [
13985 "ppv-lite86",
13986 "rand_core 0.9.3",
13987]
13988
13989[[package]]
13990name = "rand_core"
13991version = "0.3.1"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13994dependencies = [
13995 "rand_core 0.4.2",
13996]
13997
13998[[package]]
13999name = "rand_core"
14000version = "0.4.2"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14003
14004[[package]]
14005name = "rand_core"
14006version = "0.6.4"
14007source = "registry+https://github.com/rust-lang/crates.io-index"
14008checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14009dependencies = [
14010 "getrandom 0.2.16",
14011]
14012
14013[[package]]
14014name = "rand_core"
14015version = "0.9.3"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14018dependencies = [
14019 "getrandom 0.3.4",
14020]
14021
14022[[package]]
14023name = "rand_distr"
14024version = "0.5.1"
14025source = "registry+https://github.com/rust-lang/crates.io-index"
14026checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14027dependencies = [
14028 "num-traits",
14029 "rand 0.9.3",
14030]
14031
14032[[package]]
14033name = "rand_pcg"
14034version = "0.3.1"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14037dependencies = [
14038 "rand_core 0.6.4",
14039]
14040
14041[[package]]
14042name = "rand_xorshift"
14043version = "0.4.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14046dependencies = [
14047 "rand_core 0.9.3",
14048]
14049
14050[[package]]
14051name = "random_choice"
14052version = "0.3.2"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14055dependencies = [
14056 "rand 0.3.23",
14057]
14058
14059[[package]]
14060name = "range-alloc"
14061version = "0.1.4"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14064
14065[[package]]
14066name = "range-map"
14067version = "0.2.0"
14068source = "registry+https://github.com/rust-lang/crates.io-index"
14069checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14070dependencies = [
14071 "num-traits",
14072]
14073
14074[[package]]
14075name = "rangemap"
14076version = "1.7.1"
14077source = "registry+https://github.com/rust-lang/crates.io-index"
14078checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14079
14080[[package]]
14081name = "rav1e"
14082version = "0.8.1"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14085dependencies = [
14086 "aligned-vec",
14087 "arbitrary",
14088 "arg_enum_proc_macro",
14089 "arrayvec",
14090 "av-scenechange",
14091 "av1-grain",
14092 "bitstream-io",
14093 "built",
14094 "cfg-if",
14095 "interpolate_name",
14096 "itertools 0.14.0",
14097 "libc",
14098 "libfuzzer-sys",
14099 "log",
14100 "maybe-rayon",
14101 "new_debug_unreachable",
14102 "noop_proc_macro",
14103 "num-derive",
14104 "num-traits",
14105 "paste",
14106 "profiling",
14107 "rand 0.9.3",
14108 "rand_chacha 0.9.0",
14109 "simd_helpers",
14110 "thiserror 2.0.17",
14111 "v_frame",
14112 "wasm-bindgen",
14113]
14114
14115[[package]]
14116name = "ravif"
14117version = "0.13.0"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14120dependencies = [
14121 "avif-serialize",
14122 "imgref",
14123 "loop9",
14124 "quick-error 2.0.1",
14125 "rav1e",
14126 "rayon",
14127 "rgb",
14128]
14129
14130[[package]]
14131name = "raw-cpuid"
14132version = "10.7.0"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14135dependencies = [
14136 "bitflags 1.3.2",
14137]
14138
14139[[package]]
14140name = "raw-cpuid"
14141version = "11.6.0"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14144dependencies = [
14145 "bitflags 2.10.0",
14146]
14147
14148[[package]]
14149name = "raw-window-handle"
14150version = "0.6.2"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14153
14154[[package]]
14155name = "raw-window-metal"
14156version = "1.1.0"
14157source = "registry+https://github.com/rust-lang/crates.io-index"
14158checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14159dependencies = [
14160 "objc2",
14161 "objc2-core-foundation",
14162 "objc2-foundation",
14163 "objc2-quartz-core",
14164]
14165
14166[[package]]
14167name = "rayon"
14168version = "1.11.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14171dependencies = [
14172 "either",
14173 "rayon-core",
14174]
14175
14176[[package]]
14177name = "rayon-core"
14178version = "1.13.0"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14181dependencies = [
14182 "crossbeam-deque",
14183 "crossbeam-utils",
14184]
14185
14186[[package]]
14187name = "rdrand"
14188version = "0.4.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14191dependencies = [
14192 "rand_core 0.3.1",
14193]
14194
14195[[package]]
14196name = "read-fonts"
14197version = "0.35.0"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14200dependencies = [
14201 "bytemuck",
14202 "font-types 0.10.0",
14203]
14204
14205[[package]]
14206name = "read-fonts"
14207version = "0.37.0"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14210dependencies = [
14211 "bytemuck",
14212 "core_maths",
14213 "font-types 0.11.0",
14214]
14215
14216[[package]]
14217name = "realfft"
14218version = "3.5.0"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14221dependencies = [
14222 "rustfft",
14223]
14224
14225[[package]]
14226name = "reborrow"
14227version = "0.5.5"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14230
14231[[package]]
14232name = "recent_projects"
14233version = "0.1.0"
14234dependencies = [
14235 "anyhow",
14236 "askpass",
14237 "chrono",
14238 "db",
14239 "dev_container",
14240 "editor",
14241 "extension",
14242 "extension_host",
14243 "fs",
14244 "futures 0.3.32",
14245 "fuzzy",
14246 "gpui",
14247 "http_client",
14248 "indoc",
14249 "language",
14250 "log",
14251 "menu",
14252 "node_runtime",
14253 "open_path_prompt",
14254 "ordered-float 2.10.1",
14255 "paths",
14256 "picker",
14257 "project",
14258 "release_channel",
14259 "remote",
14260 "remote_connection",
14261 "remote_server",
14262 "semver",
14263 "serde",
14264 "serde_json",
14265 "settings",
14266 "smol",
14267 "task",
14268 "telemetry",
14269 "ui",
14270 "ui_input",
14271 "util",
14272 "windows-registry 0.6.1",
14273 "workspace",
14274 "worktree",
14275 "zed_actions",
14276]
14277
14278[[package]]
14279name = "redox_syscall"
14280version = "0.2.16"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14283dependencies = [
14284 "bitflags 1.3.2",
14285]
14286
14287[[package]]
14288name = "redox_syscall"
14289version = "0.5.18"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14292dependencies = [
14293 "bitflags 2.10.0",
14294]
14295
14296[[package]]
14297name = "redox_users"
14298version = "0.5.2"
14299source = "registry+https://github.com/rust-lang/crates.io-index"
14300checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14301dependencies = [
14302 "getrandom 0.2.16",
14303 "libredox",
14304 "thiserror 2.0.17",
14305]
14306
14307[[package]]
14308name = "ref-cast"
14309version = "1.0.25"
14310source = "registry+https://github.com/rust-lang/crates.io-index"
14311checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14312dependencies = [
14313 "ref-cast-impl",
14314]
14315
14316[[package]]
14317name = "ref-cast-impl"
14318version = "1.0.25"
14319source = "registry+https://github.com/rust-lang/crates.io-index"
14320checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14321dependencies = [
14322 "proc-macro2",
14323 "quote",
14324 "syn 2.0.117",
14325]
14326
14327[[package]]
14328name = "referencing"
14329version = "0.37.4"
14330source = "registry+https://github.com/rust-lang/crates.io-index"
14331checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14332dependencies = [
14333 "ahash 0.8.12",
14334 "fluent-uri",
14335 "getrandom 0.3.4",
14336 "hashbrown 0.16.1",
14337 "parking_lot",
14338 "percent-encoding",
14339 "serde_json",
14340]
14341
14342[[package]]
14343name = "refineable"
14344version = "0.1.0"
14345dependencies = [
14346 "derive_refineable",
14347]
14348
14349[[package]]
14350name = "regalloc2"
14351version = "0.12.2"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14354dependencies = [
14355 "allocator-api2",
14356 "bumpalo",
14357 "hashbrown 0.15.5",
14358 "log",
14359 "rustc-hash 2.1.1",
14360 "serde",
14361 "smallvec",
14362]
14363
14364[[package]]
14365name = "regex"
14366version = "1.12.2"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14369dependencies = [
14370 "aho-corasick",
14371 "memchr",
14372 "regex-automata",
14373 "regex-syntax",
14374]
14375
14376[[package]]
14377name = "regex-automata"
14378version = "0.4.13"
14379source = "registry+https://github.com/rust-lang/crates.io-index"
14380checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14381dependencies = [
14382 "aho-corasick",
14383 "memchr",
14384 "regex-syntax",
14385]
14386
14387[[package]]
14388name = "regex-lite"
14389version = "0.1.8"
14390source = "registry+https://github.com/rust-lang/crates.io-index"
14391checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14392
14393[[package]]
14394name = "regex-syntax"
14395version = "0.8.8"
14396source = "registry+https://github.com/rust-lang/crates.io-index"
14397checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14398
14399[[package]]
14400name = "release_channel"
14401version = "0.1.0"
14402dependencies = [
14403 "gpui",
14404 "semver",
14405]
14406
14407[[package]]
14408name = "remote"
14409version = "0.1.0"
14410dependencies = [
14411 "anyhow",
14412 "askpass",
14413 "async-trait",
14414 "base64 0.22.1",
14415 "collections",
14416 "fs",
14417 "futures 0.3.32",
14418 "gpui",
14419 "log",
14420 "parking_lot",
14421 "paths",
14422 "prost 0.9.0",
14423 "release_channel",
14424 "rpc",
14425 "schemars",
14426 "semver",
14427 "serde",
14428 "serde_json",
14429 "settings",
14430 "smol",
14431 "tempfile",
14432 "thiserror 2.0.17",
14433 "urlencoding",
14434 "util",
14435 "which 6.0.3",
14436]
14437
14438[[package]]
14439name = "remote_connection"
14440version = "0.1.0"
14441dependencies = [
14442 "anyhow",
14443 "askpass",
14444 "auto_update",
14445 "futures 0.3.32",
14446 "gpui",
14447 "log",
14448 "markdown",
14449 "menu",
14450 "release_channel",
14451 "remote",
14452 "semver",
14453 "settings",
14454 "theme_settings",
14455 "ui",
14456 "ui_input",
14457 "workspace",
14458]
14459
14460[[package]]
14461name = "remote_server"
14462version = "0.1.0"
14463dependencies = [
14464 "action_log",
14465 "agent",
14466 "anyhow",
14467 "askpass",
14468 "cargo_toml",
14469 "clap",
14470 "client",
14471 "clock",
14472 "collections",
14473 "crash-handler",
14474 "crashes",
14475 "dap_adapters",
14476 "debug_adapter_extension",
14477 "editor",
14478 "env_logger 0.11.8",
14479 "extension",
14480 "extension_host",
14481 "fork",
14482 "fs",
14483 "futures 0.3.32",
14484 "git",
14485 "git2",
14486 "git_hosting_providers",
14487 "gpui",
14488 "gpui_platform",
14489 "gpui_tokio",
14490 "http_client",
14491 "image",
14492 "json_schema_store",
14493 "language",
14494 "language_extension",
14495 "language_model",
14496 "languages",
14497 "libc",
14498 "log",
14499 "lsp",
14500 "minidumper",
14501 "net",
14502 "node_runtime",
14503 "paths",
14504 "pretty_assertions",
14505 "project",
14506 "proto",
14507 "rayon",
14508 "release_channel",
14509 "remote",
14510 "reqwest_client",
14511 "rpc",
14512 "rust-embed",
14513 "semver",
14514 "serde",
14515 "serde_json",
14516 "settings",
14517 "shellexpand",
14518 "smol",
14519 "sysinfo 0.37.2",
14520 "task",
14521 "theme",
14522 "theme_settings",
14523 "thiserror 2.0.17",
14524 "toml 0.8.23",
14525 "unindent",
14526 "util",
14527 "uuid",
14528 "watch",
14529 "windows 0.61.3",
14530 "worktree",
14531 "zlog",
14532]
14533
14534[[package]]
14535name = "rend"
14536version = "0.4.2"
14537source = "registry+https://github.com/rust-lang/crates.io-index"
14538checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14539dependencies = [
14540 "bytecheck",
14541]
14542
14543[[package]]
14544name = "renderdoc-sys"
14545version = "1.1.0"
14546source = "registry+https://github.com/rust-lang/crates.io-index"
14547checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14548
14549[[package]]
14550name = "repl"
14551version = "0.1.0"
14552dependencies = [
14553 "alacritty_terminal",
14554 "anyhow",
14555 "async-dispatcher",
14556 "async-task",
14557 "async-tungstenite",
14558 "base64 0.22.1",
14559 "client",
14560 "collections",
14561 "command_palette_hooks",
14562 "editor",
14563 "feature_flags",
14564 "file_icons",
14565 "futures 0.3.32",
14566 "gpui",
14567 "html_to_markdown",
14568 "http_client",
14569 "image",
14570 "indoc",
14571 "jupyter-protocol",
14572 "jupyter-websocket-client",
14573 "language",
14574 "languages",
14575 "log",
14576 "markdown",
14577 "menu",
14578 "multi_buffer",
14579 "nbformat",
14580 "picker",
14581 "project",
14582 "remote",
14583 "runtimelib",
14584 "serde",
14585 "serde_json",
14586 "settings",
14587 "shlex",
14588 "smol",
14589 "telemetry",
14590 "terminal",
14591 "terminal_view",
14592 "theme",
14593 "theme_settings",
14594 "tree-sitter-md",
14595 "tree-sitter-python",
14596 "tree-sitter-typescript",
14597 "ui",
14598 "util",
14599 "uuid",
14600 "workspace",
14601 "zed_actions",
14602]
14603
14604[[package]]
14605name = "reqwest"
14606version = "0.11.27"
14607source = "registry+https://github.com/rust-lang/crates.io-index"
14608checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14609dependencies = [
14610 "base64 0.21.7",
14611 "bytes 1.11.1",
14612 "encoding_rs",
14613 "futures-core",
14614 "futures-util",
14615 "h2 0.3.27",
14616 "http 0.2.12",
14617 "http-body 0.4.6",
14618 "hyper 0.14.32",
14619 "hyper-tls",
14620 "ipnet",
14621 "js-sys",
14622 "log",
14623 "mime",
14624 "native-tls",
14625 "once_cell",
14626 "percent-encoding",
14627 "pin-project-lite",
14628 "rustls-pemfile 1.0.4",
14629 "serde",
14630 "serde_json",
14631 "serde_urlencoded",
14632 "sync_wrapper 0.1.2",
14633 "system-configuration 0.5.1",
14634 "tokio",
14635 "tokio-native-tls",
14636 "tower-service",
14637 "url",
14638 "wasm-bindgen",
14639 "wasm-bindgen-futures",
14640 "web-sys",
14641 "winreg 0.50.0",
14642]
14643
14644[[package]]
14645name = "reqwest"
14646version = "0.12.24"
14647source = "registry+https://github.com/rust-lang/crates.io-index"
14648checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14649dependencies = [
14650 "base64 0.22.1",
14651 "bytes 1.11.1",
14652 "futures-channel",
14653 "futures-core",
14654 "futures-util",
14655 "http 1.3.1",
14656 "http-body 1.0.1",
14657 "http-body-util",
14658 "hyper 1.7.0",
14659 "hyper-rustls 0.27.7",
14660 "hyper-util",
14661 "js-sys",
14662 "log",
14663 "percent-encoding",
14664 "pin-project-lite",
14665 "quinn",
14666 "rustls 0.23.33",
14667 "rustls-native-certs 0.8.2",
14668 "rustls-pki-types",
14669 "serde",
14670 "serde_json",
14671 "serde_urlencoded",
14672 "sync_wrapper 1.0.2",
14673 "tokio",
14674 "tokio-rustls 0.26.2",
14675 "tower 0.5.2",
14676 "tower-http 0.6.6",
14677 "tower-service",
14678 "url",
14679 "wasm-bindgen",
14680 "wasm-bindgen-futures",
14681 "web-sys",
14682]
14683
14684[[package]]
14685name = "reqwest_client"
14686version = "0.1.0"
14687dependencies = [
14688 "anyhow",
14689 "bytes 1.11.1",
14690 "futures 0.3.32",
14691 "gpui_util",
14692 "http_client",
14693 "http_client_tls",
14694 "log",
14695 "regex",
14696 "serde",
14697 "tokio",
14698 "zed-reqwest",
14699]
14700
14701[[package]]
14702name = "resvg"
14703version = "0.45.1"
14704source = "registry+https://github.com/rust-lang/crates.io-index"
14705checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14706dependencies = [
14707 "gif 0.13.3",
14708 "image-webp",
14709 "log",
14710 "pico-args",
14711 "rgb",
14712 "svgtypes",
14713 "tiny-skia",
14714 "usvg",
14715 "zune-jpeg 0.4.21",
14716]
14717
14718[[package]]
14719name = "rfc6979"
14720version = "0.3.1"
14721source = "registry+https://github.com/rust-lang/crates.io-index"
14722checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14723dependencies = [
14724 "crypto-bigint 0.4.9",
14725 "hmac",
14726 "zeroize",
14727]
14728
14729[[package]]
14730name = "rgb"
14731version = "0.8.52"
14732source = "registry+https://github.com/rust-lang/crates.io-index"
14733checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14734dependencies = [
14735 "bytemuck",
14736]
14737
14738[[package]]
14739name = "ring"
14740version = "0.17.14"
14741source = "registry+https://github.com/rust-lang/crates.io-index"
14742checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14743dependencies = [
14744 "cc",
14745 "cfg-if",
14746 "getrandom 0.2.16",
14747 "libc",
14748 "untrusted 0.9.0",
14749 "windows-sys 0.52.0",
14750]
14751
14752[[package]]
14753name = "rkyv"
14754version = "0.7.45"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14757dependencies = [
14758 "bitvec",
14759 "bytecheck",
14760 "bytes 1.11.1",
14761 "hashbrown 0.12.3",
14762 "ptr_meta",
14763 "rend",
14764 "rkyv_derive",
14765 "seahash",
14766 "tinyvec",
14767 "uuid",
14768]
14769
14770[[package]]
14771name = "rkyv_derive"
14772version = "0.7.45"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14775dependencies = [
14776 "proc-macro2",
14777 "quote",
14778 "syn 1.0.109",
14779]
14780
14781[[package]]
14782name = "rmp"
14783version = "0.8.14"
14784source = "registry+https://github.com/rust-lang/crates.io-index"
14785checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14786dependencies = [
14787 "byteorder",
14788 "num-traits",
14789 "paste",
14790]
14791
14792[[package]]
14793name = "rmpv"
14794version = "1.3.0"
14795source = "registry+https://github.com/rust-lang/crates.io-index"
14796checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14797dependencies = [
14798 "num-traits",
14799 "rmp",
14800]
14801
14802[[package]]
14803name = "rodio"
14804version = "0.21.1"
14805source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14806dependencies = [
14807 "cpal",
14808 "dasp_sample",
14809 "hound",
14810 "num-rational",
14811 "rand 0.9.3",
14812 "rand_distr",
14813 "rtrb",
14814 "symphonia",
14815 "thiserror 2.0.17",
14816]
14817
14818[[package]]
14819name = "rope"
14820version = "0.1.0"
14821dependencies = [
14822 "criterion",
14823 "ctor",
14824 "gpui",
14825 "heapless",
14826 "log",
14827 "rand 0.9.3",
14828 "rayon",
14829 "sum_tree",
14830 "tracing",
14831 "unicode-segmentation",
14832 "util",
14833 "zlog",
14834 "ztracing",
14835]
14836
14837[[package]]
14838name = "roxmltree"
14839version = "0.20.0"
14840source = "registry+https://github.com/rust-lang/crates.io-index"
14841checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14842
14843[[package]]
14844name = "rpassword"
14845version = "7.4.0"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14848dependencies = [
14849 "libc",
14850 "rtoolbox",
14851 "windows-sys 0.59.0",
14852]
14853
14854[[package]]
14855name = "rpc"
14856version = "0.1.0"
14857dependencies = [
14858 "anyhow",
14859 "async-tungstenite",
14860 "base64 0.22.1",
14861 "collections",
14862 "futures 0.3.32",
14863 "gpui",
14864 "parking_lot",
14865 "proto",
14866 "rand 0.9.3",
14867 "rsa",
14868 "serde",
14869 "serde_json",
14870 "sha2",
14871 "strum 0.27.2",
14872 "tracing",
14873 "util",
14874 "zlog",
14875 "zstd",
14876]
14877
14878[[package]]
14879name = "rsa"
14880version = "0.9.10"
14881source = "registry+https://github.com/rust-lang/crates.io-index"
14882checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14883dependencies = [
14884 "const-oid",
14885 "digest",
14886 "num-bigint-dig 0.8.6",
14887 "num-integer",
14888 "num-traits",
14889 "pkcs1",
14890 "pkcs8 0.10.2",
14891 "rand_core 0.6.4",
14892 "signature 2.2.0",
14893 "spki 0.7.3",
14894 "subtle",
14895 "zeroize",
14896]
14897
14898[[package]]
14899name = "rtoolbox"
14900version = "0.0.3"
14901source = "registry+https://github.com/rust-lang/crates.io-index"
14902checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14903dependencies = [
14904 "libc",
14905 "windows-sys 0.52.0",
14906]
14907
14908[[package]]
14909name = "rtrb"
14910version = "0.3.2"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14913
14914[[package]]
14915name = "rules_library"
14916version = "0.1.0"
14917dependencies = [
14918 "anyhow",
14919 "collections",
14920 "editor",
14921 "gpui",
14922 "language",
14923 "language_model",
14924 "log",
14925 "menu",
14926 "picker",
14927 "platform_title_bar",
14928 "prompt_store",
14929 "release_channel",
14930 "rope",
14931 "serde",
14932 "settings",
14933 "theme_settings",
14934 "ui",
14935 "ui_input",
14936 "util",
14937 "workspace",
14938 "zed_actions",
14939]
14940
14941[[package]]
14942name = "runtimelib"
14943version = "1.4.0"
14944source = "registry+https://github.com/rust-lang/crates.io-index"
14945checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14946dependencies = [
14947 "async-dispatcher",
14948 "async-std",
14949 "aws-lc-rs",
14950 "base64 0.22.1",
14951 "bytes 1.11.1",
14952 "chrono",
14953 "data-encoding",
14954 "dirs",
14955 "futures 0.3.32",
14956 "glob",
14957 "jupyter-protocol",
14958 "serde",
14959 "serde_json",
14960 "shellexpand",
14961 "smol",
14962 "thiserror 2.0.17",
14963 "uuid",
14964 "zeromq",
14965]
14966
14967[[package]]
14968name = "rust-embed"
14969version = "8.11.0"
14970source = "registry+https://github.com/rust-lang/crates.io-index"
14971checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14972dependencies = [
14973 "rust-embed-impl",
14974 "rust-embed-utils",
14975 "walkdir",
14976]
14977
14978[[package]]
14979name = "rust-embed-impl"
14980version = "8.11.0"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14983dependencies = [
14984 "proc-macro2",
14985 "quote",
14986 "rust-embed-utils",
14987 "syn 2.0.117",
14988 "walkdir",
14989]
14990
14991[[package]]
14992name = "rust-embed-utils"
14993version = "8.11.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14996dependencies = [
14997 "globset",
14998 "sha2",
14999 "walkdir",
15000]
15001
15002[[package]]
15003name = "rust_decimal"
15004version = "1.39.0"
15005source = "registry+https://github.com/rust-lang/crates.io-index"
15006checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15007dependencies = [
15008 "arrayvec",
15009 "borsh",
15010 "bytes 1.11.1",
15011 "num-traits",
15012 "rand 0.8.5",
15013 "rkyv",
15014 "serde",
15015 "serde_json",
15016]
15017
15018[[package]]
15019name = "rustc-demangle"
15020version = "0.1.26"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15023
15024[[package]]
15025name = "rustc-hash"
15026version = "1.1.0"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15029
15030[[package]]
15031name = "rustc-hash"
15032version = "2.1.1"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15035
15036[[package]]
15037name = "rustc_version"
15038version = "0.4.1"
15039source = "registry+https://github.com/rust-lang/crates.io-index"
15040checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15041dependencies = [
15042 "semver",
15043]
15044
15045[[package]]
15046name = "rustfft"
15047version = "6.4.1"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15050dependencies = [
15051 "num-complex",
15052 "num-integer",
15053 "num-traits",
15054 "primal-check",
15055 "strength_reduce",
15056 "transpose",
15057]
15058
15059[[package]]
15060name = "rustix"
15061version = "0.38.44"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15064dependencies = [
15065 "bitflags 2.10.0",
15066 "errno 0.3.14",
15067 "libc",
15068 "linux-raw-sys 0.4.15",
15069 "windows-sys 0.59.0",
15070]
15071
15072[[package]]
15073name = "rustix"
15074version = "1.1.2"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15077dependencies = [
15078 "bitflags 2.10.0",
15079 "errno 0.3.14",
15080 "libc",
15081 "linux-raw-sys 0.11.0",
15082 "windows-sys 0.61.2",
15083]
15084
15085[[package]]
15086name = "rustix-linux-procfs"
15087version = "0.1.1"
15088source = "registry+https://github.com/rust-lang/crates.io-index"
15089checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15090dependencies = [
15091 "once_cell",
15092 "rustix 1.1.2",
15093]
15094
15095[[package]]
15096name = "rustix-openpty"
15097version = "0.2.0"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15100dependencies = [
15101 "errno 0.3.14",
15102 "libc",
15103 "rustix 1.1.2",
15104]
15105
15106[[package]]
15107name = "rustls"
15108version = "0.21.12"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15111dependencies = [
15112 "log",
15113 "ring",
15114 "rustls-webpki 0.101.7",
15115 "sct",
15116]
15117
15118[[package]]
15119name = "rustls"
15120version = "0.23.33"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15123dependencies = [
15124 "aws-lc-rs",
15125 "log",
15126 "once_cell",
15127 "ring",
15128 "rustls-pki-types",
15129 "rustls-webpki 0.103.7",
15130 "subtle",
15131 "zeroize",
15132]
15133
15134[[package]]
15135name = "rustls-native-certs"
15136version = "0.6.3"
15137source = "registry+https://github.com/rust-lang/crates.io-index"
15138checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15139dependencies = [
15140 "openssl-probe",
15141 "rustls-pemfile 1.0.4",
15142 "schannel",
15143 "security-framework 2.11.1",
15144]
15145
15146[[package]]
15147name = "rustls-native-certs"
15148version = "0.8.2"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15151dependencies = [
15152 "openssl-probe",
15153 "rustls-pki-types",
15154 "schannel",
15155 "security-framework 3.5.1",
15156]
15157
15158[[package]]
15159name = "rustls-pemfile"
15160version = "1.0.4"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15163dependencies = [
15164 "base64 0.21.7",
15165]
15166
15167[[package]]
15168name = "rustls-pemfile"
15169version = "2.2.0"
15170source = "registry+https://github.com/rust-lang/crates.io-index"
15171checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15172dependencies = [
15173 "rustls-pki-types",
15174]
15175
15176[[package]]
15177name = "rustls-pki-types"
15178version = "1.12.0"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15181dependencies = [
15182 "web-time",
15183 "zeroize",
15184]
15185
15186[[package]]
15187name = "rustls-platform-verifier"
15188version = "0.5.3"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15191dependencies = [
15192 "core-foundation 0.10.0",
15193 "core-foundation-sys",
15194 "jni",
15195 "log",
15196 "once_cell",
15197 "rustls 0.23.33",
15198 "rustls-native-certs 0.8.2",
15199 "rustls-platform-verifier-android",
15200 "rustls-webpki 0.103.7",
15201 "security-framework 3.5.1",
15202 "security-framework-sys",
15203 "webpki-root-certs",
15204 "windows-sys 0.59.0",
15205]
15206
15207[[package]]
15208name = "rustls-platform-verifier-android"
15209version = "0.1.1"
15210source = "registry+https://github.com/rust-lang/crates.io-index"
15211checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15212
15213[[package]]
15214name = "rustls-webpki"
15215version = "0.101.7"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15218dependencies = [
15219 "ring",
15220 "untrusted 0.9.0",
15221]
15222
15223[[package]]
15224name = "rustls-webpki"
15225version = "0.103.7"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15228dependencies = [
15229 "aws-lc-rs",
15230 "ring",
15231 "rustls-pki-types",
15232 "untrusted 0.9.0",
15233]
15234
15235[[package]]
15236name = "rustversion"
15237version = "1.0.22"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15240
15241[[package]]
15242name = "rusty-fork"
15243version = "0.3.1"
15244source = "registry+https://github.com/rust-lang/crates.io-index"
15245checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15246dependencies = [
15247 "fnv",
15248 "quick-error 1.2.3",
15249 "tempfile",
15250 "wait-timeout",
15251]
15252
15253[[package]]
15254name = "rustybuzz"
15255version = "0.20.1"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15258dependencies = [
15259 "bitflags 2.10.0",
15260 "bytemuck",
15261 "core_maths",
15262 "log",
15263 "smallvec",
15264 "ttf-parser 0.25.1",
15265 "unicode-bidi-mirroring",
15266 "unicode-ccc",
15267 "unicode-properties",
15268 "unicode-script",
15269]
15270
15271[[package]]
15272name = "ryu"
15273version = "1.0.20"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15276
15277[[package]]
15278name = "saa"
15279version = "5.4.9"
15280source = "registry+https://github.com/rust-lang/crates.io-index"
15281checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15282
15283[[package]]
15284name = "safetensors"
15285version = "0.4.5"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15288dependencies = [
15289 "serde",
15290 "serde_json",
15291]
15292
15293[[package]]
15294name = "same-file"
15295version = "1.0.6"
15296source = "registry+https://github.com/rust-lang/crates.io-index"
15297checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15298dependencies = [
15299 "winapi-util",
15300]
15301
15302[[package]]
15303name = "scc"
15304version = "3.5.6"
15305source = "registry+https://github.com/rust-lang/crates.io-index"
15306checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15307dependencies = [
15308 "saa",
15309 "sdd",
15310]
15311
15312[[package]]
15313name = "schannel"
15314version = "0.1.28"
15315source = "registry+https://github.com/rust-lang/crates.io-index"
15316checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15317dependencies = [
15318 "windows-sys 0.61.2",
15319]
15320
15321[[package]]
15322name = "scheduler"
15323version = "0.1.0"
15324dependencies = [
15325 "async-task",
15326 "backtrace",
15327 "chrono",
15328 "flume",
15329 "futures 0.3.32",
15330 "parking_lot",
15331 "rand 0.9.3",
15332 "web-time",
15333]
15334
15335[[package]]
15336name = "schema_generator"
15337version = "0.1.0"
15338dependencies = [
15339 "anyhow",
15340 "clap",
15341 "env_logger 0.11.8",
15342 "schemars",
15343 "serde",
15344 "serde_json",
15345 "settings",
15346 "theme",
15347 "theme_settings",
15348]
15349
15350[[package]]
15351name = "schemars"
15352version = "1.0.4"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15355dependencies = [
15356 "dyn-clone",
15357 "indexmap",
15358 "ref-cast",
15359 "schemars_derive",
15360 "serde",
15361 "serde_json",
15362]
15363
15364[[package]]
15365name = "schemars_derive"
15366version = "1.0.4"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15369dependencies = [
15370 "proc-macro2",
15371 "quote",
15372 "serde_derive_internals",
15373 "syn 2.0.117",
15374]
15375
15376[[package]]
15377name = "scoped-tls"
15378version = "1.0.1"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15381
15382[[package]]
15383name = "scopeguard"
15384version = "1.2.0"
15385source = "registry+https://github.com/rust-lang/crates.io-index"
15386checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15387
15388[[package]]
15389name = "scratch"
15390version = "1.0.9"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15393
15394[[package]]
15395name = "screencapturekit"
15396version = "0.2.8"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15399dependencies = [
15400 "screencapturekit-sys",
15401]
15402
15403[[package]]
15404name = "screencapturekit-sys"
15405version = "0.2.8"
15406source = "registry+https://github.com/rust-lang/crates.io-index"
15407checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15408dependencies = [
15409 "block",
15410 "dispatch",
15411 "objc",
15412 "objc-foundation",
15413 "objc_id",
15414 "once_cell",
15415]
15416
15417[[package]]
15418name = "scroll"
15419version = "0.12.0"
15420source = "registry+https://github.com/rust-lang/crates.io-index"
15421checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15422dependencies = [
15423 "scroll_derive",
15424]
15425
15426[[package]]
15427name = "scroll_derive"
15428version = "0.12.1"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15431dependencies = [
15432 "proc-macro2",
15433 "quote",
15434 "syn 2.0.117",
15435]
15436
15437[[package]]
15438name = "sct"
15439version = "0.7.1"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15442dependencies = [
15443 "ring",
15444 "untrusted 0.9.0",
15445]
15446
15447[[package]]
15448name = "sdd"
15449version = "4.6.2"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15452
15453[[package]]
15454name = "sea-bae"
15455version = "0.2.1"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15458dependencies = [
15459 "heck 0.4.1",
15460 "proc-macro-error2",
15461 "proc-macro2",
15462 "quote",
15463 "syn 2.0.117",
15464]
15465
15466[[package]]
15467name = "sea-orm"
15468version = "1.1.10"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15471dependencies = [
15472 "async-stream",
15473 "async-trait",
15474 "bigdecimal",
15475 "chrono",
15476 "futures-util",
15477 "log",
15478 "ouroboros",
15479 "pgvector",
15480 "rust_decimal",
15481 "sea-orm-macros",
15482 "sea-query",
15483 "sea-query-binder",
15484 "serde",
15485 "serde_json",
15486 "sqlx",
15487 "strum 0.26.3",
15488 "thiserror 2.0.17",
15489 "time",
15490 "tracing",
15491 "url",
15492 "uuid",
15493]
15494
15495[[package]]
15496name = "sea-orm-macros"
15497version = "1.1.10"
15498source = "registry+https://github.com/rust-lang/crates.io-index"
15499checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15500dependencies = [
15501 "heck 0.4.1",
15502 "proc-macro2",
15503 "quote",
15504 "sea-bae",
15505 "syn 2.0.117",
15506 "unicode-ident",
15507]
15508
15509[[package]]
15510name = "sea-query"
15511version = "0.32.7"
15512source = "registry+https://github.com/rust-lang/crates.io-index"
15513checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15514dependencies = [
15515 "bigdecimal",
15516 "chrono",
15517 "inherent",
15518 "ordered-float 4.6.0",
15519 "rust_decimal",
15520 "serde_json",
15521 "time",
15522 "uuid",
15523]
15524
15525[[package]]
15526name = "sea-query-binder"
15527version = "0.7.0"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15530dependencies = [
15531 "bigdecimal",
15532 "chrono",
15533 "rust_decimal",
15534 "sea-query",
15535 "serde_json",
15536 "sqlx",
15537 "time",
15538 "uuid",
15539]
15540
15541[[package]]
15542name = "seahash"
15543version = "4.1.0"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15546
15547[[package]]
15548name = "search"
15549version = "0.1.0"
15550dependencies = [
15551 "any_vec",
15552 "anyhow",
15553 "bitflags 2.10.0",
15554 "collections",
15555 "editor",
15556 "fs",
15557 "futures 0.3.32",
15558 "gpui",
15559 "itertools 0.14.0",
15560 "language",
15561 "lsp",
15562 "menu",
15563 "multi_buffer",
15564 "pretty_assertions",
15565 "project",
15566 "serde",
15567 "serde_json",
15568 "settings",
15569 "smol",
15570 "theme",
15571 "theme_settings",
15572 "tracing",
15573 "ui",
15574 "unindent",
15575 "util",
15576 "util_macros",
15577 "workspace",
15578 "zed_actions",
15579 "ztracing",
15580]
15581
15582[[package]]
15583name = "sec1"
15584version = "0.3.0"
15585source = "registry+https://github.com/rust-lang/crates.io-index"
15586checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15587dependencies = [
15588 "base16ct",
15589 "der 0.6.1",
15590 "generic-array",
15591 "pkcs8 0.9.0",
15592 "subtle",
15593 "zeroize",
15594]
15595
15596[[package]]
15597name = "secrecy"
15598version = "0.10.3"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15601dependencies = [
15602 "zeroize",
15603]
15604
15605[[package]]
15606name = "security-framework"
15607version = "2.11.1"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15610dependencies = [
15611 "bitflags 2.10.0",
15612 "core-foundation 0.9.4",
15613 "core-foundation-sys",
15614 "libc",
15615 "security-framework-sys",
15616]
15617
15618[[package]]
15619name = "security-framework"
15620version = "3.5.1"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15623dependencies = [
15624 "bitflags 2.10.0",
15625 "core-foundation 0.10.0",
15626 "core-foundation-sys",
15627 "libc",
15628 "security-framework-sys",
15629]
15630
15631[[package]]
15632name = "security-framework-sys"
15633version = "2.15.0"
15634source = "registry+https://github.com/rust-lang/crates.io-index"
15635checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15636dependencies = [
15637 "core-foundation-sys",
15638 "libc",
15639]
15640
15641[[package]]
15642name = "self_cell"
15643version = "1.2.2"
15644source = "registry+https://github.com/rust-lang/crates.io-index"
15645checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15646
15647[[package]]
15648name = "semver"
15649version = "1.0.27"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15652dependencies = [
15653 "serde",
15654 "serde_core",
15655]
15656
15657[[package]]
15658name = "seq-macro"
15659version = "0.3.6"
15660source = "registry+https://github.com/rust-lang/crates.io-index"
15661checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15662
15663[[package]]
15664name = "serde"
15665version = "1.0.228"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15668dependencies = [
15669 "serde_core",
15670 "serde_derive",
15671]
15672
15673[[package]]
15674name = "serde_bytes"
15675version = "0.11.19"
15676source = "registry+https://github.com/rust-lang/crates.io-index"
15677checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15678dependencies = [
15679 "serde",
15680 "serde_core",
15681]
15682
15683[[package]]
15684name = "serde_core"
15685version = "1.0.228"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15688dependencies = [
15689 "serde_derive",
15690]
15691
15692[[package]]
15693name = "serde_derive"
15694version = "1.0.228"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15697dependencies = [
15698 "proc-macro2",
15699 "quote",
15700 "syn 2.0.117",
15701]
15702
15703[[package]]
15704name = "serde_derive_internals"
15705version = "0.29.1"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15708dependencies = [
15709 "proc-macro2",
15710 "quote",
15711 "syn 2.0.117",
15712]
15713
15714[[package]]
15715name = "serde_fmt"
15716version = "1.0.3"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15719dependencies = [
15720 "serde",
15721]
15722
15723[[package]]
15724name = "serde_json"
15725version = "1.0.145"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15728dependencies = [
15729 "indexmap",
15730 "itoa",
15731 "memchr",
15732 "ryu",
15733 "serde",
15734 "serde_core",
15735]
15736
15737[[package]]
15738name = "serde_json_lenient"
15739version = "0.2.4"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15742dependencies = [
15743 "indexmap",
15744 "itoa",
15745 "memchr",
15746 "ryu",
15747 "serde",
15748]
15749
15750[[package]]
15751name = "serde_path_to_error"
15752version = "0.1.20"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15755dependencies = [
15756 "itoa",
15757 "serde",
15758 "serde_core",
15759]
15760
15761[[package]]
15762name = "serde_repr"
15763version = "0.1.20"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15766dependencies = [
15767 "proc-macro2",
15768 "quote",
15769 "syn 2.0.117",
15770]
15771
15772[[package]]
15773name = "serde_spanned"
15774version = "0.6.9"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15777dependencies = [
15778 "serde",
15779]
15780
15781[[package]]
15782name = "serde_spanned"
15783version = "1.0.3"
15784source = "registry+https://github.com/rust-lang/crates.io-index"
15785checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15786dependencies = [
15787 "serde_core",
15788]
15789
15790[[package]]
15791name = "serde_urlencoded"
15792version = "0.7.1"
15793source = "registry+https://github.com/rust-lang/crates.io-index"
15794checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15795dependencies = [
15796 "form_urlencoded",
15797 "itoa",
15798 "ryu",
15799 "serde",
15800]
15801
15802[[package]]
15803name = "serde_yaml"
15804version = "0.9.34+deprecated"
15805source = "registry+https://github.com/rust-lang/crates.io-index"
15806checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15807dependencies = [
15808 "indexmap",
15809 "itoa",
15810 "ryu",
15811 "serde",
15812 "unsafe-libyaml",
15813]
15814
15815[[package]]
15816name = "serial2"
15817version = "0.2.33"
15818source = "registry+https://github.com/rust-lang/crates.io-index"
15819checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15820dependencies = [
15821 "cfg-if",
15822 "libc",
15823 "winapi",
15824]
15825
15826[[package]]
15827name = "session"
15828version = "0.1.0"
15829dependencies = [
15830 "db",
15831 "gpui",
15832 "serde_json",
15833 "util",
15834 "uuid",
15835]
15836
15837[[package]]
15838name = "settings"
15839version = "0.1.0"
15840dependencies = [
15841 "anyhow",
15842 "collections",
15843 "ec4rs",
15844 "fs",
15845 "futures 0.3.32",
15846 "gpui",
15847 "indoc",
15848 "inventory",
15849 "log",
15850 "migrator",
15851 "paths",
15852 "pretty_assertions",
15853 "release_channel",
15854 "rust-embed",
15855 "schemars",
15856 "serde",
15857 "serde_json",
15858 "serde_json_lenient",
15859 "settings_content",
15860 "settings_json",
15861 "settings_macros",
15862 "smallvec",
15863 "unindent",
15864 "util",
15865 "zlog",
15866]
15867
15868[[package]]
15869name = "settings_content"
15870version = "0.1.0"
15871dependencies = [
15872 "anyhow",
15873 "collections",
15874 "derive_more",
15875 "gpui",
15876 "language_model_core",
15877 "log",
15878 "schemars",
15879 "serde",
15880 "serde_json",
15881 "serde_json_lenient",
15882 "settings_json",
15883 "settings_macros",
15884 "strum 0.27.2",
15885 "util",
15886]
15887
15888[[package]]
15889name = "settings_json"
15890version = "0.1.0"
15891dependencies = [
15892 "anyhow",
15893 "pretty_assertions",
15894 "serde",
15895 "serde_json",
15896 "serde_json_lenient",
15897 "serde_path_to_error",
15898 "tree-sitter",
15899 "tree-sitter-json",
15900 "unindent",
15901 "util",
15902]
15903
15904[[package]]
15905name = "settings_macros"
15906version = "0.1.0"
15907dependencies = [
15908 "quote",
15909 "settings",
15910 "syn 2.0.117",
15911]
15912
15913[[package]]
15914name = "settings_profile_selector"
15915version = "0.1.0"
15916dependencies = [
15917 "editor",
15918 "fuzzy",
15919 "gpui",
15920 "menu",
15921 "picker",
15922 "project",
15923 "serde_json",
15924 "settings",
15925 "theme",
15926 "theme_settings",
15927 "ui",
15928 "workspace",
15929 "zed_actions",
15930]
15931
15932[[package]]
15933name = "settings_ui"
15934version = "0.1.0"
15935dependencies = [
15936 "agent",
15937 "agent_settings",
15938 "anyhow",
15939 "audio",
15940 "codestral",
15941 "component",
15942 "copilot",
15943 "copilot_ui",
15944 "cpal",
15945 "edit_prediction",
15946 "edit_prediction_ui",
15947 "editor",
15948 "feature_flags",
15949 "fs",
15950 "futures 0.3.32",
15951 "fuzzy",
15952 "gpui",
15953 "heck 0.5.0",
15954 "itertools 0.14.0",
15955 "language",
15956 "log",
15957 "menu",
15958 "paths",
15959 "picker",
15960 "platform_title_bar",
15961 "pretty_assertions",
15962 "project",
15963 "regex",
15964 "release_channel",
15965 "rodio",
15966 "schemars",
15967 "search",
15968 "serde",
15969 "serde_json",
15970 "settings",
15971 "shell_command_parser",
15972 "strum 0.27.2",
15973 "telemetry",
15974 "theme",
15975 "theme_settings",
15976 "title_bar",
15977 "ui",
15978 "util",
15979 "workspace",
15980 "zed_actions",
15981 "zed_credentials_provider",
15982]
15983
15984[[package]]
15985name = "sha-1"
15986version = "0.10.1"
15987source = "registry+https://github.com/rust-lang/crates.io-index"
15988checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15989dependencies = [
15990 "cfg-if",
15991 "cpufeatures",
15992 "digest",
15993]
15994
15995[[package]]
15996name = "sha1"
15997version = "0.10.6"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16000dependencies = [
16001 "cfg-if",
16002 "cpufeatures",
16003 "digest",
16004]
16005
16006[[package]]
16007name = "sha1_smol"
16008version = "1.0.1"
16009source = "registry+https://github.com/rust-lang/crates.io-index"
16010checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16011
16012[[package]]
16013name = "sha2"
16014version = "0.10.9"
16015source = "registry+https://github.com/rust-lang/crates.io-index"
16016checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16017dependencies = [
16018 "cfg-if",
16019 "cpufeatures",
16020 "digest",
16021]
16022
16023[[package]]
16024name = "sharded-slab"
16025version = "0.1.7"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16028dependencies = [
16029 "lazy_static",
16030]
16031
16032[[package]]
16033name = "shared_library"
16034version = "0.1.9"
16035source = "registry+https://github.com/rust-lang/crates.io-index"
16036checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16037dependencies = [
16038 "lazy_static",
16039 "libc",
16040]
16041
16042[[package]]
16043name = "shell-words"
16044version = "1.1.0"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16047
16048[[package]]
16049name = "shell_command_parser"
16050version = "0.1.0"
16051dependencies = [
16052 "brush-parser",
16053]
16054
16055[[package]]
16056name = "shellexpand"
16057version = "3.1.1"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16060dependencies = [
16061 "dirs",
16062]
16063
16064[[package]]
16065name = "shingles"
16066version = "0.1.1"
16067source = "registry+https://github.com/rust-lang/crates.io-index"
16068checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16069
16070[[package]]
16071name = "shlex"
16072version = "1.3.0"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16075
16076[[package]]
16077name = "sidebar"
16078version = "0.1.0"
16079dependencies = [
16080 "acp_thread",
16081 "action_log",
16082 "agent",
16083 "agent-client-protocol",
16084 "agent_settings",
16085 "agent_ui",
16086 "anyhow",
16087 "chrono",
16088 "client",
16089 "clock",
16090 "db",
16091 "editor",
16092 "extension",
16093 "fs",
16094 "git",
16095 "gpui",
16096 "http_client",
16097 "language",
16098 "language_model",
16099 "log",
16100 "menu",
16101 "node_runtime",
16102 "platform_title_bar",
16103 "pretty_assertions",
16104 "project",
16105 "prompt_store",
16106 "recent_projects",
16107 "release_channel",
16108 "remote",
16109 "remote_connection",
16110 "remote_server",
16111 "semver",
16112 "serde",
16113 "serde_json",
16114 "settings",
16115 "smol",
16116 "telemetry",
16117 "theme",
16118 "theme_settings",
16119 "ui",
16120 "util",
16121 "vim_mode_setting",
16122 "workspace",
16123 "zed_actions",
16124]
16125
16126[[package]]
16127name = "signal-hook"
16128version = "0.3.18"
16129source = "registry+https://github.com/rust-lang/crates.io-index"
16130checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16131dependencies = [
16132 "libc",
16133 "signal-hook-registry",
16134]
16135
16136[[package]]
16137name = "signal-hook-registry"
16138version = "1.4.6"
16139source = "registry+https://github.com/rust-lang/crates.io-index"
16140checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16141dependencies = [
16142 "libc",
16143]
16144
16145[[package]]
16146name = "signature"
16147version = "1.6.4"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16150dependencies = [
16151 "digest",
16152 "rand_core 0.6.4",
16153]
16154
16155[[package]]
16156name = "signature"
16157version = "2.2.0"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16160dependencies = [
16161 "digest",
16162 "rand_core 0.6.4",
16163]
16164
16165[[package]]
16166name = "simd-adler32"
16167version = "0.3.7"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16170
16171[[package]]
16172name = "simd_helpers"
16173version = "0.1.0"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16176dependencies = [
16177 "quote",
16178]
16179
16180[[package]]
16181name = "simdutf8"
16182version = "0.1.5"
16183source = "registry+https://github.com/rust-lang/crates.io-index"
16184checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16185
16186[[package]]
16187name = "similar"
16188version = "2.7.0"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16191
16192[[package]]
16193name = "simple_asn1"
16194version = "0.6.3"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16197dependencies = [
16198 "num-bigint",
16199 "num-traits",
16200 "thiserror 2.0.17",
16201 "time",
16202]
16203
16204[[package]]
16205name = "simplecss"
16206version = "0.2.2"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16209dependencies = [
16210 "log",
16211]
16212
16213[[package]]
16214name = "simplelog"
16215version = "0.12.2"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16218dependencies = [
16219 "log",
16220 "termcolor",
16221 "time",
16222]
16223
16224[[package]]
16225name = "siphasher"
16226version = "0.3.11"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16229
16230[[package]]
16231name = "siphasher"
16232version = "1.0.1"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16235
16236[[package]]
16237name = "skrifa"
16238version = "0.37.0"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16241dependencies = [
16242 "bytemuck",
16243 "read-fonts 0.35.0",
16244]
16245
16246[[package]]
16247name = "skrifa"
16248version = "0.40.0"
16249source = "registry+https://github.com/rust-lang/crates.io-index"
16250checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16251dependencies = [
16252 "bytemuck",
16253 "read-fonts 0.37.0",
16254]
16255
16256[[package]]
16257name = "slab"
16258version = "0.4.11"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16261
16262[[package]]
16263name = "slotmap"
16264version = "1.0.7"
16265source = "registry+https://github.com/rust-lang/crates.io-index"
16266checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16267dependencies = [
16268 "version_check",
16269]
16270
16271[[package]]
16272name = "smallvec"
16273version = "1.15.1"
16274source = "registry+https://github.com/rust-lang/crates.io-index"
16275checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16276dependencies = [
16277 "serde",
16278]
16279
16280[[package]]
16281name = "smart-default"
16282version = "0.7.1"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16285dependencies = [
16286 "proc-macro2",
16287 "quote",
16288 "syn 2.0.117",
16289]
16290
16291[[package]]
16292name = "smol"
16293version = "2.0.2"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16296dependencies = [
16297 "async-channel 2.5.0",
16298 "async-executor",
16299 "async-fs",
16300 "async-io",
16301 "async-lock 3.4.2",
16302 "async-net",
16303 "async-process",
16304 "blocking",
16305 "futures-lite 2.6.1",
16306]
16307
16308[[package]]
16309name = "smol_str"
16310version = "0.3.5"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16313
16314[[package]]
16315name = "snafu"
16316version = "0.8.9"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16319dependencies = [
16320 "snafu-derive",
16321]
16322
16323[[package]]
16324name = "snafu-derive"
16325version = "0.8.9"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16328dependencies = [
16329 "heck 0.4.1",
16330 "proc-macro2",
16331 "quote",
16332 "syn 2.0.117",
16333]
16334
16335[[package]]
16336name = "snippet"
16337version = "0.1.0"
16338dependencies = [
16339 "anyhow",
16340 "smallvec",
16341]
16342
16343[[package]]
16344name = "snippet_provider"
16345version = "0.1.0"
16346dependencies = [
16347 "anyhow",
16348 "collections",
16349 "extension",
16350 "fs",
16351 "futures 0.3.32",
16352 "gpui",
16353 "indoc",
16354 "parking_lot",
16355 "paths",
16356 "schemars",
16357 "serde",
16358 "serde_json",
16359 "serde_json_lenient",
16360 "snippet",
16361 "util",
16362]
16363
16364[[package]]
16365name = "snippets_ui"
16366version = "0.1.0"
16367dependencies = [
16368 "file_icons",
16369 "fuzzy",
16370 "gpui",
16371 "language",
16372 "open_path_prompt",
16373 "paths",
16374 "picker",
16375 "settings",
16376 "ui",
16377 "util",
16378 "workspace",
16379]
16380
16381[[package]]
16382name = "socket2"
16383version = "0.5.10"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16386dependencies = [
16387 "libc",
16388 "windows-sys 0.52.0",
16389]
16390
16391[[package]]
16392name = "socket2"
16393version = "0.6.1"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16396dependencies = [
16397 "libc",
16398 "windows-sys 0.60.2",
16399]
16400
16401[[package]]
16402name = "spdx"
16403version = "0.10.9"
16404source = "registry+https://github.com/rust-lang/crates.io-index"
16405checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16406dependencies = [
16407 "smallvec",
16408]
16409
16410[[package]]
16411name = "spin"
16412version = "0.9.8"
16413source = "registry+https://github.com/rust-lang/crates.io-index"
16414checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16415dependencies = [
16416 "lock_api",
16417]
16418
16419[[package]]
16420name = "spin"
16421version = "0.10.0"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16424dependencies = [
16425 "lock_api",
16426]
16427
16428[[package]]
16429name = "spirv"
16430version = "0.4.0+sdk-1.4.341.0"
16431source = "registry+https://github.com/rust-lang/crates.io-index"
16432checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16433dependencies = [
16434 "bitflags 2.10.0",
16435]
16436
16437[[package]]
16438name = "spki"
16439version = "0.6.0"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16442dependencies = [
16443 "base64ct",
16444 "der 0.6.1",
16445]
16446
16447[[package]]
16448name = "spki"
16449version = "0.7.3"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16452dependencies = [
16453 "base64ct",
16454 "der 0.7.10",
16455]
16456
16457[[package]]
16458name = "sqlez"
16459version = "0.1.0"
16460dependencies = [
16461 "anyhow",
16462 "collections",
16463 "futures 0.3.32",
16464 "indoc",
16465 "libsqlite3-sys",
16466 "log",
16467 "parking_lot",
16468 "smol",
16469 "sqlformat",
16470 "thread_local",
16471 "util",
16472 "uuid",
16473]
16474
16475[[package]]
16476name = "sqlez_macros"
16477version = "0.1.0"
16478dependencies = [
16479 "sqlez",
16480 "sqlformat",
16481 "syn 2.0.117",
16482]
16483
16484[[package]]
16485name = "sqlformat"
16486version = "0.2.6"
16487source = "registry+https://github.com/rust-lang/crates.io-index"
16488checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16489dependencies = [
16490 "nom 7.1.3",
16491 "unicode_categories",
16492]
16493
16494[[package]]
16495name = "sqlx"
16496version = "0.8.6"
16497source = "registry+https://github.com/rust-lang/crates.io-index"
16498checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16499dependencies = [
16500 "sqlx-core",
16501 "sqlx-macros",
16502 "sqlx-mysql",
16503 "sqlx-postgres",
16504 "sqlx-sqlite",
16505]
16506
16507[[package]]
16508name = "sqlx-core"
16509version = "0.8.6"
16510source = "registry+https://github.com/rust-lang/crates.io-index"
16511checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16512dependencies = [
16513 "base64 0.22.1",
16514 "bigdecimal",
16515 "bytes 1.11.1",
16516 "chrono",
16517 "crc",
16518 "crossbeam-queue",
16519 "either",
16520 "event-listener 5.4.1",
16521 "futures-core",
16522 "futures-intrusive",
16523 "futures-io",
16524 "futures-util",
16525 "hashbrown 0.15.5",
16526 "hashlink 0.10.0",
16527 "indexmap",
16528 "log",
16529 "memchr",
16530 "once_cell",
16531 "percent-encoding",
16532 "rust_decimal",
16533 "rustls 0.23.33",
16534 "serde",
16535 "serde_json",
16536 "sha2",
16537 "smallvec",
16538 "thiserror 2.0.17",
16539 "time",
16540 "tokio",
16541 "tokio-stream",
16542 "tracing",
16543 "url",
16544 "uuid",
16545 "webpki-roots",
16546]
16547
16548[[package]]
16549name = "sqlx-macros"
16550version = "0.8.6"
16551source = "registry+https://github.com/rust-lang/crates.io-index"
16552checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16553dependencies = [
16554 "proc-macro2",
16555 "quote",
16556 "sqlx-core",
16557 "sqlx-macros-core",
16558 "syn 2.0.117",
16559]
16560
16561[[package]]
16562name = "sqlx-macros-core"
16563version = "0.8.6"
16564source = "registry+https://github.com/rust-lang/crates.io-index"
16565checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16566dependencies = [
16567 "dotenvy",
16568 "either",
16569 "heck 0.5.0",
16570 "hex",
16571 "once_cell",
16572 "proc-macro2",
16573 "quote",
16574 "serde",
16575 "serde_json",
16576 "sha2",
16577 "sqlx-core",
16578 "sqlx-mysql",
16579 "sqlx-postgres",
16580 "sqlx-sqlite",
16581 "syn 2.0.117",
16582 "tokio",
16583 "url",
16584]
16585
16586[[package]]
16587name = "sqlx-mysql"
16588version = "0.8.6"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16591dependencies = [
16592 "atoi",
16593 "base64 0.22.1",
16594 "bigdecimal",
16595 "bitflags 2.10.0",
16596 "byteorder",
16597 "bytes 1.11.1",
16598 "chrono",
16599 "crc",
16600 "digest",
16601 "dotenvy",
16602 "either",
16603 "futures-channel",
16604 "futures-core",
16605 "futures-io",
16606 "futures-util",
16607 "generic-array",
16608 "hex",
16609 "hkdf",
16610 "hmac",
16611 "itoa",
16612 "log",
16613 "md-5",
16614 "memchr",
16615 "once_cell",
16616 "percent-encoding",
16617 "rand 0.8.5",
16618 "rsa",
16619 "rust_decimal",
16620 "serde",
16621 "sha1",
16622 "sha2",
16623 "smallvec",
16624 "sqlx-core",
16625 "stringprep",
16626 "thiserror 2.0.17",
16627 "time",
16628 "tracing",
16629 "uuid",
16630 "whoami",
16631]
16632
16633[[package]]
16634name = "sqlx-postgres"
16635version = "0.8.6"
16636source = "registry+https://github.com/rust-lang/crates.io-index"
16637checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16638dependencies = [
16639 "atoi",
16640 "base64 0.22.1",
16641 "bigdecimal",
16642 "bitflags 2.10.0",
16643 "byteorder",
16644 "chrono",
16645 "crc",
16646 "dotenvy",
16647 "etcetera",
16648 "futures-channel",
16649 "futures-core",
16650 "futures-util",
16651 "hex",
16652 "hkdf",
16653 "hmac",
16654 "home",
16655 "itoa",
16656 "log",
16657 "md-5",
16658 "memchr",
16659 "num-bigint",
16660 "once_cell",
16661 "rand 0.8.5",
16662 "rust_decimal",
16663 "serde",
16664 "serde_json",
16665 "sha2",
16666 "smallvec",
16667 "sqlx-core",
16668 "stringprep",
16669 "thiserror 2.0.17",
16670 "time",
16671 "tracing",
16672 "uuid",
16673 "whoami",
16674]
16675
16676[[package]]
16677name = "sqlx-sqlite"
16678version = "0.8.6"
16679source = "registry+https://github.com/rust-lang/crates.io-index"
16680checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16681dependencies = [
16682 "atoi",
16683 "chrono",
16684 "flume",
16685 "futures-channel",
16686 "futures-core",
16687 "futures-executor",
16688 "futures-intrusive",
16689 "futures-util",
16690 "libsqlite3-sys",
16691 "log",
16692 "percent-encoding",
16693 "serde",
16694 "serde_urlencoded",
16695 "sqlx-core",
16696 "thiserror 2.0.17",
16697 "time",
16698 "tracing",
16699 "url",
16700 "uuid",
16701]
16702
16703[[package]]
16704name = "stable_deref_trait"
16705version = "1.2.1"
16706source = "registry+https://github.com/rust-lang/crates.io-index"
16707checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16708
16709[[package]]
16710name = "stacker"
16711version = "0.1.23"
16712source = "registry+https://github.com/rust-lang/crates.io-index"
16713checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16714dependencies = [
16715 "cc",
16716 "cfg-if",
16717 "libc",
16718 "psm",
16719 "windows-sys 0.59.0",
16720]
16721
16722[[package]]
16723name = "stacksafe"
16724version = "0.1.4"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16727dependencies = [
16728 "stacker",
16729 "stacksafe-macro",
16730]
16731
16732[[package]]
16733name = "stacksafe-macro"
16734version = "0.1.4"
16735source = "registry+https://github.com/rust-lang/crates.io-index"
16736checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16737dependencies = [
16738 "proc-macro-error2",
16739 "quote",
16740 "syn 2.0.117",
16741]
16742
16743[[package]]
16744name = "static_assertions"
16745version = "1.1.0"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16748
16749[[package]]
16750name = "streaming-iterator"
16751version = "0.1.9"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16754
16755[[package]]
16756name = "streaming_diff"
16757version = "0.1.0"
16758dependencies = [
16759 "ordered-float 2.10.1",
16760 "rand 0.9.3",
16761 "rope",
16762 "util",
16763]
16764
16765[[package]]
16766name = "strength_reduce"
16767version = "0.2.4"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16770
16771[[package]]
16772name = "strict-num"
16773version = "0.1.1"
16774source = "registry+https://github.com/rust-lang/crates.io-index"
16775checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16776dependencies = [
16777 "float-cmp",
16778]
16779
16780[[package]]
16781name = "string_cache"
16782version = "0.8.9"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16785dependencies = [
16786 "new_debug_unreachable",
16787 "parking_lot",
16788 "phf_shared 0.11.3",
16789 "precomputed-hash",
16790 "serde",
16791]
16792
16793[[package]]
16794name = "string_cache_codegen"
16795version = "0.5.4"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16798dependencies = [
16799 "phf_generator 0.11.3",
16800 "phf_shared 0.11.3",
16801 "proc-macro2",
16802 "quote",
16803]
16804
16805[[package]]
16806name = "stringprep"
16807version = "0.1.5"
16808source = "registry+https://github.com/rust-lang/crates.io-index"
16809checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16810dependencies = [
16811 "unicode-bidi",
16812 "unicode-normalization",
16813 "unicode-properties",
16814]
16815
16816[[package]]
16817name = "strsim"
16818version = "0.11.1"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16821
16822[[package]]
16823name = "strum"
16824version = "0.26.3"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16827
16828[[package]]
16829name = "strum"
16830version = "0.27.2"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16833dependencies = [
16834 "strum_macros 0.27.2",
16835]
16836
16837[[package]]
16838name = "strum"
16839version = "0.28.0"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16842dependencies = [
16843 "strum_macros 0.28.0",
16844]
16845
16846[[package]]
16847name = "strum_macros"
16848version = "0.27.2"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16851dependencies = [
16852 "heck 0.5.0",
16853 "proc-macro2",
16854 "quote",
16855 "syn 2.0.117",
16856]
16857
16858[[package]]
16859name = "strum_macros"
16860version = "0.28.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16863dependencies = [
16864 "heck 0.5.0",
16865 "proc-macro2",
16866 "quote",
16867 "syn 2.0.117",
16868]
16869
16870[[package]]
16871name = "subtle"
16872version = "2.6.1"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16875
16876[[package]]
16877name = "sum_tree"
16878version = "0.1.0"
16879dependencies = [
16880 "ctor",
16881 "heapless",
16882 "log",
16883 "proptest",
16884 "rand 0.9.3",
16885 "rayon",
16886 "tracing",
16887 "zlog",
16888 "ztracing",
16889]
16890
16891[[package]]
16892name = "sval"
16893version = "2.15.0"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16896
16897[[package]]
16898name = "sval_buffer"
16899version = "2.15.0"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16902dependencies = [
16903 "sval",
16904 "sval_ref",
16905]
16906
16907[[package]]
16908name = "sval_dynamic"
16909version = "2.15.0"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16912dependencies = [
16913 "sval",
16914]
16915
16916[[package]]
16917name = "sval_fmt"
16918version = "2.15.0"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16921dependencies = [
16922 "itoa",
16923 "ryu",
16924 "sval",
16925]
16926
16927[[package]]
16928name = "sval_json"
16929version = "2.15.0"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16932dependencies = [
16933 "itoa",
16934 "ryu",
16935 "sval",
16936]
16937
16938[[package]]
16939name = "sval_nested"
16940version = "2.15.0"
16941source = "registry+https://github.com/rust-lang/crates.io-index"
16942checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16943dependencies = [
16944 "sval",
16945 "sval_buffer",
16946 "sval_ref",
16947]
16948
16949[[package]]
16950name = "sval_ref"
16951version = "2.15.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16954dependencies = [
16955 "sval",
16956]
16957
16958[[package]]
16959name = "sval_serde"
16960version = "2.15.0"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16963dependencies = [
16964 "serde_core",
16965 "sval",
16966 "sval_nested",
16967]
16968
16969[[package]]
16970name = "svg_fmt"
16971version = "0.4.5"
16972source = "registry+https://github.com/rust-lang/crates.io-index"
16973checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16974
16975[[package]]
16976name = "svg_preview"
16977version = "0.1.0"
16978dependencies = [
16979 "file_icons",
16980 "gpui",
16981 "language",
16982 "multi_buffer",
16983 "ui",
16984 "workspace",
16985 "zed_actions",
16986]
16987
16988[[package]]
16989name = "svgtypes"
16990version = "0.15.3"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16993dependencies = [
16994 "kurbo",
16995 "siphasher 1.0.1",
16996]
16997
16998[[package]]
16999name = "swash"
17000version = "0.2.6"
17001source = "registry+https://github.com/rust-lang/crates.io-index"
17002checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17003dependencies = [
17004 "skrifa 0.37.0",
17005 "yazi",
17006 "zeno",
17007]
17008
17009[[package]]
17010name = "symphonia"
17011version = "0.5.5"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17014dependencies = [
17015 "lazy_static",
17016 "symphonia-bundle-flac",
17017 "symphonia-bundle-mp3",
17018 "symphonia-codec-aac",
17019 "symphonia-codec-pcm",
17020 "symphonia-codec-vorbis",
17021 "symphonia-core",
17022 "symphonia-format-isomp4",
17023 "symphonia-format-ogg",
17024 "symphonia-format-riff",
17025 "symphonia-metadata",
17026]
17027
17028[[package]]
17029name = "symphonia-bundle-flac"
17030version = "0.5.5"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17033dependencies = [
17034 "log",
17035 "symphonia-core",
17036 "symphonia-metadata",
17037 "symphonia-utils-xiph",
17038]
17039
17040[[package]]
17041name = "symphonia-bundle-mp3"
17042version = "0.5.5"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17045dependencies = [
17046 "lazy_static",
17047 "log",
17048 "symphonia-core",
17049 "symphonia-metadata",
17050]
17051
17052[[package]]
17053name = "symphonia-codec-aac"
17054version = "0.5.5"
17055source = "registry+https://github.com/rust-lang/crates.io-index"
17056checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17057dependencies = [
17058 "lazy_static",
17059 "log",
17060 "symphonia-core",
17061]
17062
17063[[package]]
17064name = "symphonia-codec-pcm"
17065version = "0.5.5"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17068dependencies = [
17069 "log",
17070 "symphonia-core",
17071]
17072
17073[[package]]
17074name = "symphonia-codec-vorbis"
17075version = "0.5.5"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17078dependencies = [
17079 "log",
17080 "symphonia-core",
17081 "symphonia-utils-xiph",
17082]
17083
17084[[package]]
17085name = "symphonia-core"
17086version = "0.5.5"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17089dependencies = [
17090 "arrayvec",
17091 "bitflags 1.3.2",
17092 "bytemuck",
17093 "lazy_static",
17094 "log",
17095]
17096
17097[[package]]
17098name = "symphonia-format-isomp4"
17099version = "0.5.5"
17100source = "registry+https://github.com/rust-lang/crates.io-index"
17101checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17102dependencies = [
17103 "encoding_rs",
17104 "log",
17105 "symphonia-core",
17106 "symphonia-metadata",
17107 "symphonia-utils-xiph",
17108]
17109
17110[[package]]
17111name = "symphonia-format-ogg"
17112version = "0.5.5"
17113source = "registry+https://github.com/rust-lang/crates.io-index"
17114checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17115dependencies = [
17116 "log",
17117 "symphonia-core",
17118 "symphonia-metadata",
17119 "symphonia-utils-xiph",
17120]
17121
17122[[package]]
17123name = "symphonia-format-riff"
17124version = "0.5.5"
17125source = "registry+https://github.com/rust-lang/crates.io-index"
17126checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17127dependencies = [
17128 "extended",
17129 "log",
17130 "symphonia-core",
17131 "symphonia-metadata",
17132]
17133
17134[[package]]
17135name = "symphonia-metadata"
17136version = "0.5.5"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17139dependencies = [
17140 "encoding_rs",
17141 "lazy_static",
17142 "log",
17143 "symphonia-core",
17144]
17145
17146[[package]]
17147name = "symphonia-utils-xiph"
17148version = "0.5.5"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17151dependencies = [
17152 "symphonia-core",
17153 "symphonia-metadata",
17154]
17155
17156[[package]]
17157name = "syn"
17158version = "1.0.109"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17161dependencies = [
17162 "proc-macro2",
17163 "quote",
17164 "unicode-ident",
17165]
17166
17167[[package]]
17168name = "syn"
17169version = "2.0.117"
17170source = "registry+https://github.com/rust-lang/crates.io-index"
17171checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17172dependencies = [
17173 "proc-macro2",
17174 "quote",
17175 "unicode-ident",
17176]
17177
17178[[package]]
17179name = "sync_wrapper"
17180version = "0.1.2"
17181source = "registry+https://github.com/rust-lang/crates.io-index"
17182checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17183
17184[[package]]
17185name = "sync_wrapper"
17186version = "1.0.2"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17189dependencies = [
17190 "futures-core",
17191]
17192
17193[[package]]
17194name = "synchronoise"
17195version = "1.0.1"
17196source = "registry+https://github.com/rust-lang/crates.io-index"
17197checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17198dependencies = [
17199 "crossbeam-queue",
17200]
17201
17202[[package]]
17203name = "synstructure"
17204version = "0.13.2"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17207dependencies = [
17208 "proc-macro2",
17209 "quote",
17210 "syn 2.0.117",
17211]
17212
17213[[package]]
17214name = "syntax_theme"
17215version = "0.1.0"
17216dependencies = [
17217 "gpui",
17218 "serde",
17219 "serde_json",
17220]
17221
17222[[package]]
17223name = "sys-locale"
17224version = "0.3.2"
17225source = "registry+https://github.com/rust-lang/crates.io-index"
17226checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17227dependencies = [
17228 "libc",
17229]
17230
17231[[package]]
17232name = "sysctl"
17233version = "0.5.5"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17236dependencies = [
17237 "bitflags 2.10.0",
17238 "byteorder",
17239 "enum-as-inner",
17240 "libc",
17241 "thiserror 1.0.69",
17242 "walkdir",
17243]
17244
17245[[package]]
17246name = "sysctl"
17247version = "0.6.0"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17250dependencies = [
17251 "bitflags 2.10.0",
17252 "byteorder",
17253 "enum-as-inner",
17254 "libc",
17255 "thiserror 1.0.69",
17256 "walkdir",
17257]
17258
17259[[package]]
17260name = "sysinfo"
17261version = "0.31.4"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17264dependencies = [
17265 "core-foundation-sys",
17266 "libc",
17267 "memchr",
17268 "ntapi",
17269 "rayon",
17270 "windows 0.57.0",
17271]
17272
17273[[package]]
17274name = "sysinfo"
17275version = "0.37.2"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17278dependencies = [
17279 "libc",
17280 "memchr",
17281 "ntapi",
17282 "objc2-core-foundation",
17283 "objc2-io-kit",
17284 "windows 0.61.3",
17285]
17286
17287[[package]]
17288name = "system-configuration"
17289version = "0.5.1"
17290source = "registry+https://github.com/rust-lang/crates.io-index"
17291checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17292dependencies = [
17293 "bitflags 1.3.2",
17294 "core-foundation 0.9.4",
17295 "system-configuration-sys 0.5.0",
17296]
17297
17298[[package]]
17299name = "system-configuration"
17300version = "0.6.1"
17301source = "registry+https://github.com/rust-lang/crates.io-index"
17302checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17303dependencies = [
17304 "bitflags 2.10.0",
17305 "core-foundation 0.9.4",
17306 "system-configuration-sys 0.6.0",
17307]
17308
17309[[package]]
17310name = "system-configuration-sys"
17311version = "0.5.0"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17314dependencies = [
17315 "core-foundation-sys",
17316 "libc",
17317]
17318
17319[[package]]
17320name = "system-configuration-sys"
17321version = "0.6.0"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17324dependencies = [
17325 "core-foundation-sys",
17326 "libc",
17327]
17328
17329[[package]]
17330name = "system-deps"
17331version = "7.0.7"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17334dependencies = [
17335 "cfg-expr",
17336 "heck 0.5.0",
17337 "pkg-config",
17338 "toml 0.9.8",
17339 "version-compare",
17340]
17341
17342[[package]]
17343name = "system-interface"
17344version = "0.27.3"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17347dependencies = [
17348 "bitflags 2.10.0",
17349 "cap-fs-ext",
17350 "cap-std",
17351 "fd-lock",
17352 "io-lifetimes",
17353 "rustix 0.38.44",
17354 "windows-sys 0.59.0",
17355 "winx",
17356]
17357
17358[[package]]
17359name = "system_specs"
17360version = "0.1.0"
17361dependencies = [
17362 "anyhow",
17363 "client",
17364 "gpui",
17365 "human_bytes",
17366 "pciid-parser",
17367 "release_channel",
17368 "semver",
17369 "serde",
17370 "sysinfo 0.37.2",
17371]
17372
17373[[package]]
17374name = "tab_switcher"
17375version = "0.1.0"
17376dependencies = [
17377 "collections",
17378 "ctor",
17379 "editor",
17380 "fuzzy",
17381 "gpui",
17382 "menu",
17383 "picker",
17384 "project",
17385 "schemars",
17386 "serde",
17387 "serde_json",
17388 "settings",
17389 "smol",
17390 "theme",
17391 "theme_settings",
17392 "ui",
17393 "util",
17394 "workspace",
17395 "zlog",
17396]
17397
17398[[package]]
17399name = "taffy"
17400version = "0.9.0"
17401source = "registry+https://github.com/rust-lang/crates.io-index"
17402checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17403dependencies = [
17404 "arrayvec",
17405 "grid",
17406 "serde",
17407 "slotmap",
17408]
17409
17410[[package]]
17411name = "tagptr"
17412version = "0.2.0"
17413source = "registry+https://github.com/rust-lang/crates.io-index"
17414checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17415
17416[[package]]
17417name = "take-until"
17418version = "0.2.0"
17419source = "registry+https://github.com/rust-lang/crates.io-index"
17420checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17421
17422[[package]]
17423name = "tao-core-video-sys"
17424version = "0.2.0"
17425source = "registry+https://github.com/rust-lang/crates.io-index"
17426checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17427dependencies = [
17428 "cfg-if",
17429 "core-foundation-sys",
17430 "libc",
17431 "objc",
17432]
17433
17434[[package]]
17435name = "tap"
17436version = "1.0.1"
17437source = "registry+https://github.com/rust-lang/crates.io-index"
17438checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17439
17440[[package]]
17441name = "target-lexicon"
17442version = "0.13.3"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17445
17446[[package]]
17447name = "task"
17448version = "0.1.0"
17449dependencies = [
17450 "anyhow",
17451 "collections",
17452 "futures 0.3.32",
17453 "gpui",
17454 "hex",
17455 "log",
17456 "parking_lot",
17457 "pretty_assertions",
17458 "proto",
17459 "schemars",
17460 "serde",
17461 "serde_json",
17462 "serde_json_lenient",
17463 "sha2",
17464 "shellexpand",
17465 "util",
17466 "zed_actions",
17467]
17468
17469[[package]]
17470name = "tasks_ui"
17471version = "0.1.0"
17472dependencies = [
17473 "anyhow",
17474 "collections",
17475 "editor",
17476 "file_icons",
17477 "fuzzy",
17478 "gpui",
17479 "itertools 0.14.0",
17480 "language",
17481 "menu",
17482 "picker",
17483 "project",
17484 "serde",
17485 "serde_json",
17486 "task",
17487 "tree-sitter-rust",
17488 "tree-sitter-typescript",
17489 "ui",
17490 "util",
17491 "workspace",
17492 "zed_actions",
17493]
17494
17495[[package]]
17496name = "telemetry"
17497version = "0.1.0"
17498dependencies = [
17499 "futures 0.3.32",
17500 "serde",
17501 "serde_json",
17502 "telemetry_events",
17503]
17504
17505[[package]]
17506name = "telemetry_events"
17507version = "0.1.0"
17508dependencies = [
17509 "semver",
17510 "serde",
17511 "serde_json",
17512]
17513
17514[[package]]
17515name = "tempfile"
17516version = "3.23.0"
17517source = "registry+https://github.com/rust-lang/crates.io-index"
17518checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17519dependencies = [
17520 "fastrand 2.3.0",
17521 "getrandom 0.3.4",
17522 "once_cell",
17523 "rustix 1.1.2",
17524 "windows-sys 0.61.2",
17525]
17526
17527[[package]]
17528name = "tendril"
17529version = "0.4.3"
17530source = "registry+https://github.com/rust-lang/crates.io-index"
17531checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17532dependencies = [
17533 "futf",
17534 "mac",
17535 "utf-8",
17536]
17537
17538[[package]]
17539name = "termcolor"
17540version = "1.4.1"
17541source = "registry+https://github.com/rust-lang/crates.io-index"
17542checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17543dependencies = [
17544 "winapi-util",
17545]
17546
17547[[package]]
17548name = "terminal"
17549version = "0.1.0"
17550dependencies = [
17551 "alacritty_terminal",
17552 "anyhow",
17553 "collections",
17554 "futures 0.3.32",
17555 "gpui",
17556 "itertools 0.14.0",
17557 "libc",
17558 "log",
17559 "parking_lot",
17560 "rand 0.9.3",
17561 "regex",
17562 "release_channel",
17563 "schemars",
17564 "serde",
17565 "settings",
17566 "smol",
17567 "sysinfo 0.37.2",
17568 "task",
17569 "theme",
17570 "theme_settings",
17571 "thiserror 2.0.17",
17572 "url",
17573 "urlencoding",
17574 "util",
17575 "util_macros",
17576 "windows 0.61.3",
17577]
17578
17579[[package]]
17580name = "terminal_size"
17581version = "0.4.3"
17582source = "registry+https://github.com/rust-lang/crates.io-index"
17583checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17584dependencies = [
17585 "rustix 1.1.2",
17586 "windows-sys 0.60.2",
17587]
17588
17589[[package]]
17590name = "terminal_view"
17591version = "0.1.0"
17592dependencies = [
17593 "anyhow",
17594 "async-recursion",
17595 "breadcrumbs",
17596 "collections",
17597 "db",
17598 "dirs",
17599 "editor",
17600 "futures 0.3.32",
17601 "gpui",
17602 "itertools 0.14.0",
17603 "language",
17604 "log",
17605 "menu",
17606 "pretty_assertions",
17607 "project",
17608 "regex",
17609 "schemars",
17610 "serde",
17611 "serde_json",
17612 "settings",
17613 "shellexpand",
17614 "task",
17615 "terminal",
17616 "theme",
17617 "theme_settings",
17618 "ui",
17619 "util",
17620 "workspace",
17621 "zed_actions",
17622]
17623
17624[[package]]
17625name = "text"
17626version = "0.1.0"
17627dependencies = [
17628 "anyhow",
17629 "clock",
17630 "collections",
17631 "ctor",
17632 "gpui",
17633 "log",
17634 "parking_lot",
17635 "postage",
17636 "rand 0.9.3",
17637 "regex",
17638 "rope",
17639 "smallvec",
17640 "sum_tree",
17641 "util",
17642 "zlog",
17643]
17644
17645[[package]]
17646name = "theme"
17647version = "0.1.0"
17648dependencies = [
17649 "anyhow",
17650 "collections",
17651 "gpui",
17652 "palette",
17653 "parking_lot",
17654 "refineable",
17655 "schemars",
17656 "serde",
17657 "serde_json",
17658 "serde_json_lenient",
17659 "strum 0.27.2",
17660 "syntax_theme",
17661 "thiserror 2.0.17",
17662 "uuid",
17663]
17664
17665[[package]]
17666name = "theme_extension"
17667version = "0.1.0"
17668dependencies = [
17669 "anyhow",
17670 "extension",
17671 "fs",
17672 "gpui",
17673 "theme",
17674 "theme_settings",
17675]
17676
17677[[package]]
17678name = "theme_importer"
17679version = "0.1.0"
17680dependencies = [
17681 "anyhow",
17682 "clap",
17683 "collections",
17684 "gpui",
17685 "indexmap",
17686 "log",
17687 "palette",
17688 "serde",
17689 "serde_json",
17690 "serde_json_lenient",
17691 "simplelog",
17692 "strum 0.27.2",
17693 "theme",
17694 "theme_settings",
17695 "vscode_theme",
17696]
17697
17698[[package]]
17699name = "theme_selector"
17700version = "0.1.0"
17701dependencies = [
17702 "editor",
17703 "fs",
17704 "fuzzy",
17705 "gpui",
17706 "log",
17707 "picker",
17708 "project",
17709 "serde",
17710 "serde_json",
17711 "settings",
17712 "telemetry",
17713 "theme",
17714 "theme_settings",
17715 "ui",
17716 "util",
17717 "workspace",
17718 "zed_actions",
17719]
17720
17721[[package]]
17722name = "theme_settings"
17723version = "0.1.0"
17724dependencies = [
17725 "anyhow",
17726 "collections",
17727 "gpui",
17728 "gpui_util",
17729 "log",
17730 "palette",
17731 "refineable",
17732 "schemars",
17733 "serde",
17734 "serde_json",
17735 "serde_json_lenient",
17736 "settings",
17737 "theme",
17738 "uuid",
17739]
17740
17741[[package]]
17742name = "thiserror"
17743version = "1.0.69"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17746dependencies = [
17747 "thiserror-impl 1.0.69",
17748]
17749
17750[[package]]
17751name = "thiserror"
17752version = "2.0.17"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17755dependencies = [
17756 "thiserror-impl 2.0.17",
17757]
17758
17759[[package]]
17760name = "thiserror-impl"
17761version = "1.0.69"
17762source = "registry+https://github.com/rust-lang/crates.io-index"
17763checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17764dependencies = [
17765 "proc-macro2",
17766 "quote",
17767 "syn 2.0.117",
17768]
17769
17770[[package]]
17771name = "thiserror-impl"
17772version = "2.0.17"
17773source = "registry+https://github.com/rust-lang/crates.io-index"
17774checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17775dependencies = [
17776 "proc-macro2",
17777 "quote",
17778 "syn 2.0.117",
17779]
17780
17781[[package]]
17782name = "thread_local"
17783version = "1.1.9"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17786dependencies = [
17787 "cfg-if",
17788]
17789
17790[[package]]
17791name = "tiff"
17792version = "0.11.3"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17795dependencies = [
17796 "fax",
17797 "flate2",
17798 "half",
17799 "quick-error 2.0.1",
17800 "weezl",
17801 "zune-jpeg 0.5.15",
17802]
17803
17804[[package]]
17805name = "tiktoken-rs"
17806version = "0.9.1"
17807source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17808dependencies = [
17809 "anyhow",
17810 "base64 0.22.1",
17811 "bstr",
17812 "fancy-regex 0.16.2",
17813 "lazy_static",
17814 "regex",
17815 "rustc-hash 1.1.0",
17816]
17817
17818[[package]]
17819name = "time"
17820version = "0.3.47"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17823dependencies = [
17824 "deranged",
17825 "itoa",
17826 "libc",
17827 "num-conv",
17828 "num_threads",
17829 "powerfmt",
17830 "serde_core",
17831 "time-core",
17832 "time-macros",
17833]
17834
17835[[package]]
17836name = "time-core"
17837version = "0.1.8"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17840
17841[[package]]
17842name = "time-macros"
17843version = "0.2.27"
17844source = "registry+https://github.com/rust-lang/crates.io-index"
17845checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17846dependencies = [
17847 "num-conv",
17848 "time-core",
17849]
17850
17851[[package]]
17852name = "time_format"
17853version = "0.1.0"
17854dependencies = [
17855 "core-foundation 0.10.0",
17856 "core-foundation-sys",
17857 "sys-locale",
17858 "time",
17859 "windows 0.61.3",
17860]
17861
17862[[package]]
17863name = "tiny-keccak"
17864version = "2.0.2"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17867dependencies = [
17868 "crunchy",
17869]
17870
17871[[package]]
17872name = "tiny-skia"
17873version = "0.11.4"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17876dependencies = [
17877 "arrayref",
17878 "arrayvec",
17879 "bytemuck",
17880 "cfg-if",
17881 "log",
17882 "png 0.17.16",
17883 "tiny-skia-path",
17884]
17885
17886[[package]]
17887name = "tiny-skia-path"
17888version = "0.11.4"
17889source = "registry+https://github.com/rust-lang/crates.io-index"
17890checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17891dependencies = [
17892 "arrayref",
17893 "bytemuck",
17894 "strict-num",
17895]
17896
17897[[package]]
17898name = "tiny_http"
17899version = "0.12.0"
17900source = "registry+https://github.com/rust-lang/crates.io-index"
17901checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17902dependencies = [
17903 "ascii",
17904 "chunked_transfer",
17905 "httpdate",
17906 "log",
17907]
17908
17909[[package]]
17910name = "tinystr"
17911version = "0.8.1"
17912source = "registry+https://github.com/rust-lang/crates.io-index"
17913checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17914dependencies = [
17915 "displaydoc",
17916 "zerovec",
17917]
17918
17919[[package]]
17920name = "tinytemplate"
17921version = "1.2.1"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17924dependencies = [
17925 "serde",
17926 "serde_json",
17927]
17928
17929[[package]]
17930name = "tinyvec"
17931version = "1.10.0"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17934dependencies = [
17935 "tinyvec_macros",
17936]
17937
17938[[package]]
17939name = "tinyvec_macros"
17940version = "0.1.1"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17943
17944[[package]]
17945name = "title_bar"
17946version = "0.1.0"
17947dependencies = [
17948 "anyhow",
17949 "auto_update",
17950 "call",
17951 "channel",
17952 "chrono",
17953 "client",
17954 "cloud_api_types",
17955 "db",
17956 "git_ui",
17957 "gpui",
17958 "icons",
17959 "livekit_client",
17960 "notifications",
17961 "platform_title_bar",
17962 "project",
17963 "recent_projects",
17964 "release_channel",
17965 "remote",
17966 "remote_connection",
17967 "rpc",
17968 "schemars",
17969 "semver",
17970 "serde",
17971 "settings",
17972 "smallvec",
17973 "telemetry",
17974 "theme",
17975 "ui",
17976 "util",
17977 "windows 0.61.3",
17978 "workspace",
17979 "zed_actions",
17980]
17981
17982[[package]]
17983name = "tokio"
17984version = "1.48.0"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17987dependencies = [
17988 "bytes 1.11.1",
17989 "libc",
17990 "mio 1.1.0",
17991 "parking_lot",
17992 "pin-project-lite",
17993 "signal-hook-registry",
17994 "socket2 0.6.1",
17995 "tokio-macros",
17996 "windows-sys 0.61.2",
17997]
17998
17999[[package]]
18000name = "tokio-io"
18001version = "0.1.13"
18002source = "registry+https://github.com/rust-lang/crates.io-index"
18003checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18004dependencies = [
18005 "bytes 0.4.12",
18006 "futures 0.1.31",
18007 "log",
18008]
18009
18010[[package]]
18011name = "tokio-macros"
18012version = "2.6.0"
18013source = "registry+https://github.com/rust-lang/crates.io-index"
18014checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18015dependencies = [
18016 "proc-macro2",
18017 "quote",
18018 "syn 2.0.117",
18019]
18020
18021[[package]]
18022name = "tokio-native-tls"
18023version = "0.3.1"
18024source = "registry+https://github.com/rust-lang/crates.io-index"
18025checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18026dependencies = [
18027 "native-tls",
18028 "tokio",
18029]
18030
18031[[package]]
18032name = "tokio-rustls"
18033version = "0.24.1"
18034source = "registry+https://github.com/rust-lang/crates.io-index"
18035checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18036dependencies = [
18037 "rustls 0.21.12",
18038 "tokio",
18039]
18040
18041[[package]]
18042name = "tokio-rustls"
18043version = "0.26.2"
18044source = "registry+https://github.com/rust-lang/crates.io-index"
18045checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18046dependencies = [
18047 "rustls 0.23.33",
18048 "tokio",
18049]
18050
18051[[package]]
18052name = "tokio-socks"
18053version = "0.5.2"
18054source = "registry+https://github.com/rust-lang/crates.io-index"
18055checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18056dependencies = [
18057 "either",
18058 "futures-io",
18059 "futures-util",
18060 "thiserror 1.0.69",
18061 "tokio",
18062]
18063
18064[[package]]
18065name = "tokio-stream"
18066version = "0.1.17"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18069dependencies = [
18070 "futures-core",
18071 "pin-project-lite",
18072 "tokio",
18073]
18074
18075[[package]]
18076name = "tokio-tungstenite"
18077version = "0.20.1"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18080dependencies = [
18081 "futures-util",
18082 "log",
18083 "tokio",
18084 "tungstenite 0.20.1",
18085]
18086
18087[[package]]
18088name = "tokio-tungstenite"
18089version = "0.21.0"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18092dependencies = [
18093 "futures-util",
18094 "log",
18095 "tokio",
18096 "tungstenite 0.21.0",
18097]
18098
18099[[package]]
18100name = "tokio-tungstenite"
18101version = "0.28.0"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18104dependencies = [
18105 "futures-util",
18106 "log",
18107 "rustls 0.23.33",
18108 "rustls-native-certs 0.8.2",
18109 "rustls-pki-types",
18110 "tokio",
18111 "tokio-rustls 0.26.2",
18112 "tungstenite 0.28.0",
18113]
18114
18115[[package]]
18116name = "tokio-util"
18117version = "0.7.16"
18118source = "registry+https://github.com/rust-lang/crates.io-index"
18119checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18120dependencies = [
18121 "bytes 1.11.1",
18122 "futures-core",
18123 "futures-io",
18124 "futures-sink",
18125 "pin-project-lite",
18126 "tokio",
18127]
18128
18129[[package]]
18130name = "toml"
18131version = "0.5.11"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18134dependencies = [
18135 "serde",
18136]
18137
18138[[package]]
18139name = "toml"
18140version = "0.8.23"
18141source = "registry+https://github.com/rust-lang/crates.io-index"
18142checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18143dependencies = [
18144 "serde",
18145 "serde_spanned 0.6.9",
18146 "toml_datetime 0.6.11",
18147 "toml_edit 0.22.27",
18148]
18149
18150[[package]]
18151name = "toml"
18152version = "0.9.8"
18153source = "registry+https://github.com/rust-lang/crates.io-index"
18154checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18155dependencies = [
18156 "indexmap",
18157 "serde_core",
18158 "serde_spanned 1.0.3",
18159 "toml_datetime 0.7.3",
18160 "toml_parser",
18161 "toml_writer",
18162 "winnow",
18163]
18164
18165[[package]]
18166name = "toml_datetime"
18167version = "0.6.11"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18170dependencies = [
18171 "serde",
18172]
18173
18174[[package]]
18175name = "toml_datetime"
18176version = "0.7.3"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18179dependencies = [
18180 "serde_core",
18181]
18182
18183[[package]]
18184name = "toml_edit"
18185version = "0.22.27"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18188dependencies = [
18189 "indexmap",
18190 "serde",
18191 "serde_spanned 0.6.9",
18192 "toml_datetime 0.6.11",
18193 "toml_write",
18194 "winnow",
18195]
18196
18197[[package]]
18198name = "toml_edit"
18199version = "0.23.7"
18200source = "registry+https://github.com/rust-lang/crates.io-index"
18201checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18202dependencies = [
18203 "indexmap",
18204 "toml_datetime 0.7.3",
18205 "toml_parser",
18206 "winnow",
18207]
18208
18209[[package]]
18210name = "toml_parser"
18211version = "1.0.4"
18212source = "registry+https://github.com/rust-lang/crates.io-index"
18213checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18214dependencies = [
18215 "winnow",
18216]
18217
18218[[package]]
18219name = "toml_write"
18220version = "0.1.2"
18221source = "registry+https://github.com/rust-lang/crates.io-index"
18222checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18223
18224[[package]]
18225name = "toml_writer"
18226version = "1.0.4"
18227source = "registry+https://github.com/rust-lang/crates.io-index"
18228checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18229
18230[[package]]
18231name = "toolchain_selector"
18232version = "0.1.0"
18233dependencies = [
18234 "anyhow",
18235 "convert_case 0.8.0",
18236 "editor",
18237 "futures 0.3.32",
18238 "fuzzy",
18239 "gpui",
18240 "language",
18241 "menu",
18242 "open_path_prompt",
18243 "picker",
18244 "project",
18245 "ui",
18246 "util",
18247 "workspace",
18248]
18249
18250[[package]]
18251name = "topological-sort"
18252version = "0.2.2"
18253source = "registry+https://github.com/rust-lang/crates.io-index"
18254checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18255
18256[[package]]
18257name = "tower"
18258version = "0.4.13"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18261dependencies = [
18262 "futures-core",
18263 "futures-util",
18264 "pin-project",
18265 "pin-project-lite",
18266 "tokio",
18267 "tower-layer",
18268 "tower-service",
18269 "tracing",
18270]
18271
18272[[package]]
18273name = "tower"
18274version = "0.5.2"
18275source = "registry+https://github.com/rust-lang/crates.io-index"
18276checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18277dependencies = [
18278 "futures-core",
18279 "futures-util",
18280 "pin-project-lite",
18281 "sync_wrapper 1.0.2",
18282 "tokio",
18283 "tokio-util",
18284 "tower-layer",
18285 "tower-service",
18286 "tracing",
18287]
18288
18289[[package]]
18290name = "tower-http"
18291version = "0.4.4"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18294dependencies = [
18295 "bitflags 2.10.0",
18296 "bytes 1.11.1",
18297 "futures-core",
18298 "futures-util",
18299 "http 0.2.12",
18300 "http-body 0.4.6",
18301 "http-range-header",
18302 "pin-project-lite",
18303 "tower-layer",
18304 "tower-service",
18305 "tracing",
18306]
18307
18308[[package]]
18309name = "tower-http"
18310version = "0.6.6"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18313dependencies = [
18314 "bitflags 2.10.0",
18315 "bytes 1.11.1",
18316 "futures-util",
18317 "http 1.3.1",
18318 "http-body 1.0.1",
18319 "iri-string",
18320 "pin-project-lite",
18321 "tower 0.5.2",
18322 "tower-layer",
18323 "tower-service",
18324 "tracing",
18325]
18326
18327[[package]]
18328name = "tower-layer"
18329version = "0.3.3"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18332
18333[[package]]
18334name = "tower-service"
18335version = "0.3.3"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18338
18339[[package]]
18340name = "tracing"
18341version = "0.1.43"
18342source = "registry+https://github.com/rust-lang/crates.io-index"
18343checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18344dependencies = [
18345 "log",
18346 "pin-project-lite",
18347 "tracing-attributes",
18348 "tracing-core",
18349]
18350
18351[[package]]
18352name = "tracing-attributes"
18353version = "0.1.31"
18354source = "registry+https://github.com/rust-lang/crates.io-index"
18355checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18356dependencies = [
18357 "proc-macro2",
18358 "quote",
18359 "syn 2.0.117",
18360]
18361
18362[[package]]
18363name = "tracing-core"
18364version = "0.1.35"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18367dependencies = [
18368 "once_cell",
18369 "valuable",
18370]
18371
18372[[package]]
18373name = "tracing-log"
18374version = "0.2.0"
18375source = "registry+https://github.com/rust-lang/crates.io-index"
18376checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18377dependencies = [
18378 "log",
18379 "once_cell",
18380 "tracing-core",
18381]
18382
18383[[package]]
18384name = "tracing-serde"
18385version = "0.2.0"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18388dependencies = [
18389 "serde",
18390 "tracing-core",
18391]
18392
18393[[package]]
18394name = "tracing-subscriber"
18395version = "0.3.22"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18398dependencies = [
18399 "matchers",
18400 "nu-ansi-term",
18401 "once_cell",
18402 "regex-automata",
18403 "serde",
18404 "serde_json",
18405 "sharded-slab",
18406 "smallvec",
18407 "thread_local",
18408 "tracing",
18409 "tracing-core",
18410 "tracing-log",
18411 "tracing-serde",
18412]
18413
18414[[package]]
18415name = "tracing-tracy"
18416version = "0.11.4"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18419dependencies = [
18420 "tracing-core",
18421 "tracing-subscriber",
18422 "tracy-client",
18423]
18424
18425[[package]]
18426name = "tracy-client"
18427version = "0.18.3"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18430dependencies = [
18431 "loom",
18432 "once_cell",
18433 "tracy-client-sys",
18434]
18435
18436[[package]]
18437name = "tracy-client-sys"
18438version = "0.27.0"
18439source = "registry+https://github.com/rust-lang/crates.io-index"
18440checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18441dependencies = [
18442 "cc",
18443 "windows-targets 0.52.6",
18444]
18445
18446[[package]]
18447name = "transpose"
18448version = "0.2.3"
18449source = "registry+https://github.com/rust-lang/crates.io-index"
18450checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18451dependencies = [
18452 "num-integer",
18453 "strength_reduce",
18454]
18455
18456[[package]]
18457name = "trash"
18458version = "5.2.5"
18459source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18460dependencies = [
18461 "chrono",
18462 "libc",
18463 "log",
18464 "objc2",
18465 "objc2-foundation",
18466 "once_cell",
18467 "percent-encoding",
18468 "scopeguard",
18469 "urlencoding",
18470 "windows 0.56.0",
18471 "windows-core 0.56.0",
18472]
18473
18474[[package]]
18475name = "tree-sitter"
18476version = "0.26.8"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18479dependencies = [
18480 "cc",
18481 "regex",
18482 "regex-syntax",
18483 "serde_json",
18484 "streaming-iterator",
18485 "tree-sitter-language",
18486 "wasmtime-c-api-impl",
18487]
18488
18489[[package]]
18490name = "tree-sitter-bash"
18491version = "0.25.1"
18492source = "registry+https://github.com/rust-lang/crates.io-index"
18493checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18494dependencies = [
18495 "cc",
18496 "tree-sitter-language",
18497]
18498
18499[[package]]
18500name = "tree-sitter-c"
18501version = "0.24.1"
18502source = "registry+https://github.com/rust-lang/crates.io-index"
18503checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18504dependencies = [
18505 "cc",
18506 "tree-sitter-language",
18507]
18508
18509[[package]]
18510name = "tree-sitter-cpp"
18511version = "0.23.4"
18512source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18513dependencies = [
18514 "cc",
18515 "tree-sitter-language",
18516]
18517
18518[[package]]
18519name = "tree-sitter-css"
18520version = "0.23.2"
18521source = "registry+https://github.com/rust-lang/crates.io-index"
18522checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18523dependencies = [
18524 "cc",
18525 "tree-sitter-language",
18526]
18527
18528[[package]]
18529name = "tree-sitter-diff"
18530version = "0.1.0"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18533dependencies = [
18534 "cc",
18535 "tree-sitter-language",
18536]
18537
18538[[package]]
18539name = "tree-sitter-elixir"
18540version = "0.3.4"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18543dependencies = [
18544 "cc",
18545 "tree-sitter-language",
18546]
18547
18548[[package]]
18549name = "tree-sitter-embedded-template"
18550version = "0.23.2"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18553dependencies = [
18554 "cc",
18555 "tree-sitter-language",
18556]
18557
18558[[package]]
18559name = "tree-sitter-gitcommit"
18560version = "0.0.1"
18561source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18562dependencies = [
18563 "cc",
18564 "tree-sitter-language",
18565]
18566
18567[[package]]
18568name = "tree-sitter-go"
18569version = "0.25.0"
18570source = "registry+https://github.com/rust-lang/crates.io-index"
18571checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18572dependencies = [
18573 "cc",
18574 "tree-sitter-language",
18575]
18576
18577[[package]]
18578name = "tree-sitter-gomod"
18579version = "1.1.1"
18580source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-gowork"
18588version = "0.0.1"
18589source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18590dependencies = [
18591 "cc",
18592 "tree-sitter-language",
18593]
18594
18595[[package]]
18596name = "tree-sitter-heex"
18597version = "0.0.1"
18598source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18599dependencies = [
18600 "cc",
18601 "tree-sitter-language",
18602]
18603
18604[[package]]
18605name = "tree-sitter-html"
18606version = "0.23.2"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18609dependencies = [
18610 "cc",
18611 "tree-sitter-language",
18612]
18613
18614[[package]]
18615name = "tree-sitter-jsdoc"
18616version = "0.23.2"
18617source = "registry+https://github.com/rust-lang/crates.io-index"
18618checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18619dependencies = [
18620 "cc",
18621 "tree-sitter-language",
18622]
18623
18624[[package]]
18625name = "tree-sitter-json"
18626version = "0.24.8"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18629dependencies = [
18630 "cc",
18631 "tree-sitter-language",
18632]
18633
18634[[package]]
18635name = "tree-sitter-language"
18636version = "0.1.5"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18639
18640[[package]]
18641name = "tree-sitter-md"
18642version = "0.3.2"
18643source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18644dependencies = [
18645 "cc",
18646 "tree-sitter-language",
18647]
18648
18649[[package]]
18650name = "tree-sitter-python"
18651version = "0.25.0"
18652source = "registry+https://github.com/rust-lang/crates.io-index"
18653checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18654dependencies = [
18655 "cc",
18656 "tree-sitter-language",
18657]
18658
18659[[package]]
18660name = "tree-sitter-regex"
18661version = "0.24.3"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18664dependencies = [
18665 "cc",
18666 "tree-sitter-language",
18667]
18668
18669[[package]]
18670name = "tree-sitter-ruby"
18671version = "0.23.1"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18674dependencies = [
18675 "cc",
18676 "tree-sitter-language",
18677]
18678
18679[[package]]
18680name = "tree-sitter-rust"
18681version = "0.24.2"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18684dependencies = [
18685 "cc",
18686 "tree-sitter-language",
18687]
18688
18689[[package]]
18690name = "tree-sitter-typescript"
18691version = "0.23.2"
18692source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18693dependencies = [
18694 "cc",
18695 "tree-sitter-language",
18696]
18697
18698[[package]]
18699name = "tree-sitter-yaml"
18700version = "0.6.1"
18701source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18702dependencies = [
18703 "cc",
18704 "tree-sitter-language",
18705]
18706
18707[[package]]
18708name = "triomphe"
18709version = "0.1.15"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18712dependencies = [
18713 "serde",
18714 "stable_deref_trait",
18715]
18716
18717[[package]]
18718name = "try-lock"
18719version = "0.2.5"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18722
18723[[package]]
18724name = "ttf-parser"
18725version = "0.20.0"
18726source = "registry+https://github.com/rust-lang/crates.io-index"
18727checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18728
18729[[package]]
18730name = "ttf-parser"
18731version = "0.25.1"
18732source = "registry+https://github.com/rust-lang/crates.io-index"
18733checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18734dependencies = [
18735 "core_maths",
18736]
18737
18738[[package]]
18739name = "tungstenite"
18740version = "0.20.1"
18741source = "registry+https://github.com/rust-lang/crates.io-index"
18742checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18743dependencies = [
18744 "byteorder",
18745 "bytes 1.11.1",
18746 "data-encoding",
18747 "http 0.2.12",
18748 "httparse",
18749 "log",
18750 "rand 0.8.5",
18751 "sha1",
18752 "thiserror 1.0.69",
18753 "url",
18754 "utf-8",
18755]
18756
18757[[package]]
18758name = "tungstenite"
18759version = "0.21.0"
18760source = "registry+https://github.com/rust-lang/crates.io-index"
18761checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18762dependencies = [
18763 "byteorder",
18764 "bytes 1.11.1",
18765 "data-encoding",
18766 "http 1.3.1",
18767 "httparse",
18768 "log",
18769 "rand 0.8.5",
18770 "sha1",
18771 "thiserror 1.0.69",
18772 "url",
18773 "utf-8",
18774]
18775
18776[[package]]
18777name = "tungstenite"
18778version = "0.27.0"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18781dependencies = [
18782 "bytes 1.11.1",
18783 "data-encoding",
18784 "http 1.3.1",
18785 "httparse",
18786 "log",
18787 "rand 0.9.3",
18788 "rustls 0.23.33",
18789 "rustls-pki-types",
18790 "sha1",
18791 "thiserror 2.0.17",
18792 "utf-8",
18793]
18794
18795[[package]]
18796name = "tungstenite"
18797version = "0.28.0"
18798source = "registry+https://github.com/rust-lang/crates.io-index"
18799checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18800dependencies = [
18801 "bytes 1.11.1",
18802 "data-encoding",
18803 "http 1.3.1",
18804 "httparse",
18805 "log",
18806 "rand 0.9.3",
18807 "rustls 0.23.33",
18808 "rustls-pki-types",
18809 "sha1",
18810 "thiserror 2.0.17",
18811 "utf-8",
18812]
18813
18814[[package]]
18815name = "typeid"
18816version = "1.0.3"
18817source = "registry+https://github.com/rust-lang/crates.io-index"
18818checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18819
18820[[package]]
18821name = "typenum"
18822version = "1.19.0"
18823source = "registry+https://github.com/rust-lang/crates.io-index"
18824checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18825
18826[[package]]
18827name = "ucd-trie"
18828version = "0.1.7"
18829source = "registry+https://github.com/rust-lang/crates.io-index"
18830checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18831
18832[[package]]
18833name = "uds"
18834version = "0.4.2"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18837dependencies = [
18838 "libc",
18839]
18840
18841[[package]]
18842name = "uds_windows"
18843version = "1.1.0"
18844source = "registry+https://github.com/rust-lang/crates.io-index"
18845checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18846dependencies = [
18847 "memoffset",
18848 "tempfile",
18849 "winapi",
18850]
18851
18852[[package]]
18853name = "ug"
18854version = "0.4.0"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18857dependencies = [
18858 "gemm 0.18.2",
18859 "half",
18860 "libloading",
18861 "memmap2",
18862 "num",
18863 "num-traits",
18864 "num_cpus",
18865 "rayon",
18866 "safetensors",
18867 "serde",
18868 "thiserror 1.0.69",
18869 "tracing",
18870 "yoke 0.7.5",
18871]
18872
18873[[package]]
18874name = "ui"
18875version = "0.1.0"
18876dependencies = [
18877 "chrono",
18878 "component",
18879 "documented",
18880 "gpui",
18881 "gpui_macros",
18882 "gpui_util",
18883 "icons",
18884 "itertools 0.14.0",
18885 "menu",
18886 "schemars",
18887 "serde",
18888 "smallvec",
18889 "strum 0.27.2",
18890 "theme",
18891 "ui_macros",
18892 "windows 0.61.3",
18893]
18894
18895[[package]]
18896name = "ui_input"
18897version = "0.1.0"
18898dependencies = [
18899 "component",
18900 "gpui",
18901 "ui",
18902]
18903
18904[[package]]
18905name = "ui_macros"
18906version = "0.1.0"
18907dependencies = [
18908 "component",
18909 "quote",
18910 "syn 2.0.117",
18911 "ui",
18912]
18913
18914[[package]]
18915name = "ui_prompt"
18916version = "0.1.0"
18917dependencies = [
18918 "gpui",
18919 "markdown",
18920 "menu",
18921 "settings",
18922 "theme_settings",
18923 "ui",
18924 "workspace",
18925]
18926
18927[[package]]
18928name = "unarray"
18929version = "0.1.4"
18930source = "registry+https://github.com/rust-lang/crates.io-index"
18931checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18932
18933[[package]]
18934name = "unicase"
18935version = "2.8.1"
18936source = "registry+https://github.com/rust-lang/crates.io-index"
18937checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18938
18939[[package]]
18940name = "unicode-bidi"
18941version = "0.3.18"
18942source = "registry+https://github.com/rust-lang/crates.io-index"
18943checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18944
18945[[package]]
18946name = "unicode-bidi-mirroring"
18947version = "0.4.0"
18948source = "registry+https://github.com/rust-lang/crates.io-index"
18949checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18950
18951[[package]]
18952name = "unicode-ccc"
18953version = "0.4.0"
18954source = "registry+https://github.com/rust-lang/crates.io-index"
18955checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18956
18957[[package]]
18958name = "unicode-general-category"
18959version = "1.1.0"
18960source = "registry+https://github.com/rust-lang/crates.io-index"
18961checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18962
18963[[package]]
18964name = "unicode-ident"
18965version = "1.0.19"
18966source = "registry+https://github.com/rust-lang/crates.io-index"
18967checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18968
18969[[package]]
18970name = "unicode-linebreak"
18971version = "0.1.5"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18974
18975[[package]]
18976name = "unicode-normalization"
18977version = "0.1.24"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18980dependencies = [
18981 "tinyvec",
18982]
18983
18984[[package]]
18985name = "unicode-properties"
18986version = "0.1.3"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18989
18990[[package]]
18991name = "unicode-script"
18992version = "0.5.8"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18995
18996[[package]]
18997name = "unicode-segmentation"
18998version = "1.12.0"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19001
19002[[package]]
19003name = "unicode-vo"
19004version = "0.1.0"
19005source = "registry+https://github.com/rust-lang/crates.io-index"
19006checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19007
19008[[package]]
19009name = "unicode-width"
19010version = "0.2.2"
19011source = "registry+https://github.com/rust-lang/crates.io-index"
19012checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19013
19014[[package]]
19015name = "unicode-xid"
19016version = "0.2.6"
19017source = "registry+https://github.com/rust-lang/crates.io-index"
19018checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19019
19020[[package]]
19021name = "unicode_categories"
19022version = "0.1.1"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19025
19026[[package]]
19027name = "unindent"
19028version = "0.2.4"
19029source = "registry+https://github.com/rust-lang/crates.io-index"
19030checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19031
19032[[package]]
19033name = "unsafe-libyaml"
19034version = "0.2.11"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19037
19038[[package]]
19039name = "untrusted"
19040version = "0.7.1"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19043
19044[[package]]
19045name = "untrusted"
19046version = "0.9.0"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19049
19050[[package]]
19051name = "url"
19052version = "2.5.7"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19055dependencies = [
19056 "form_urlencoded",
19057 "idna",
19058 "percent-encoding",
19059 "serde",
19060]
19061
19062[[package]]
19063name = "urlencoding"
19064version = "2.1.3"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19067
19068[[package]]
19069name = "usvg"
19070version = "0.45.1"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19073dependencies = [
19074 "base64 0.22.1",
19075 "data-url",
19076 "flate2",
19077 "fontdb 0.23.0",
19078 "imagesize",
19079 "kurbo",
19080 "log",
19081 "pico-args",
19082 "roxmltree",
19083 "rustybuzz",
19084 "simplecss",
19085 "siphasher 1.0.1",
19086 "strict-num",
19087 "svgtypes",
19088 "tiny-skia-path",
19089 "unicode-bidi",
19090 "unicode-script",
19091 "unicode-vo",
19092 "xmlwriter",
19093]
19094
19095[[package]]
19096name = "utf-8"
19097version = "0.7.6"
19098source = "registry+https://github.com/rust-lang/crates.io-index"
19099checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19100
19101[[package]]
19102name = "utf8-chars"
19103version = "3.0.6"
19104source = "registry+https://github.com/rust-lang/crates.io-index"
19105checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19106dependencies = [
19107 "arrayvec",
19108]
19109
19110[[package]]
19111name = "utf8_iter"
19112version = "1.0.4"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19115
19116[[package]]
19117name = "utf8parse"
19118version = "0.2.2"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19121
19122[[package]]
19123name = "util"
19124version = "0.1.0"
19125dependencies = [
19126 "anyhow",
19127 "async-fs",
19128 "async_zip",
19129 "collections",
19130 "command-fds",
19131 "dirs",
19132 "dunce",
19133 "futures 0.3.32",
19134 "futures-lite 1.13.0",
19135 "git2",
19136 "globset",
19137 "gpui_util",
19138 "itertools 0.14.0",
19139 "libc",
19140 "log",
19141 "mach2 0.5.0",
19142 "nix 0.29.0",
19143 "percent-encoding",
19144 "pretty_assertions",
19145 "rand 0.9.3",
19146 "regex",
19147 "rust-embed",
19148 "schemars",
19149 "serde",
19150 "serde_json",
19151 "serde_json_lenient",
19152 "shlex",
19153 "smol",
19154 "take-until",
19155 "tempfile",
19156 "tendril",
19157 "unicase",
19158 "url",
19159 "util_macros",
19160 "walkdir",
19161 "which 6.0.3",
19162]
19163
19164[[package]]
19165name = "util_macros"
19166version = "0.1.0"
19167dependencies = [
19168 "perf",
19169 "quote",
19170 "syn 2.0.117",
19171]
19172
19173[[package]]
19174name = "uuid"
19175version = "1.18.1"
19176source = "registry+https://github.com/rust-lang/crates.io-index"
19177checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19178dependencies = [
19179 "getrandom 0.3.4",
19180 "js-sys",
19181 "serde",
19182 "sha1_smol",
19183 "wasm-bindgen",
19184]
19185
19186[[package]]
19187name = "uuid-simd"
19188version = "0.8.0"
19189source = "registry+https://github.com/rust-lang/crates.io-index"
19190checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19191dependencies = [
19192 "outref",
19193 "vsimd",
19194]
19195
19196[[package]]
19197name = "v_frame"
19198version = "0.3.9"
19199source = "registry+https://github.com/rust-lang/crates.io-index"
19200checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19201dependencies = [
19202 "aligned-vec",
19203 "num-traits",
19204 "wasm-bindgen",
19205]
19206
19207[[package]]
19208name = "valuable"
19209version = "0.1.1"
19210source = "registry+https://github.com/rust-lang/crates.io-index"
19211checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19212
19213[[package]]
19214name = "value-bag"
19215version = "1.12.0"
19216source = "registry+https://github.com/rust-lang/crates.io-index"
19217checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19218dependencies = [
19219 "value-bag-serde1",
19220 "value-bag-sval2",
19221]
19222
19223[[package]]
19224name = "value-bag-serde1"
19225version = "1.12.0"
19226source = "registry+https://github.com/rust-lang/crates.io-index"
19227checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19228dependencies = [
19229 "erased-serde",
19230 "serde_core",
19231 "serde_fmt",
19232]
19233
19234[[package]]
19235name = "value-bag-sval2"
19236version = "1.12.0"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19239dependencies = [
19240 "sval",
19241 "sval_buffer",
19242 "sval_dynamic",
19243 "sval_fmt",
19244 "sval_json",
19245 "sval_ref",
19246 "sval_serde",
19247]
19248
19249[[package]]
19250name = "vcpkg"
19251version = "0.2.15"
19252source = "registry+https://github.com/rust-lang/crates.io-index"
19253checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19254
19255[[package]]
19256name = "vercel"
19257version = "0.1.0"
19258dependencies = [
19259 "anyhow",
19260 "schemars",
19261 "serde",
19262 "strum 0.27.2",
19263]
19264
19265[[package]]
19266name = "version-compare"
19267version = "0.2.0"
19268source = "registry+https://github.com/rust-lang/crates.io-index"
19269checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19270
19271[[package]]
19272name = "version_check"
19273version = "0.9.5"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19276
19277[[package]]
19278name = "vim"
19279version = "0.1.0"
19280dependencies = [
19281 "anyhow",
19282 "async-compat",
19283 "async-trait",
19284 "collections",
19285 "command_palette",
19286 "command_palette_hooks",
19287 "db",
19288 "editor",
19289 "env_logger 0.11.8",
19290 "futures 0.3.32",
19291 "fuzzy",
19292 "git_ui",
19293 "gpui",
19294 "indoc",
19295 "itertools 0.14.0",
19296 "language",
19297 "log",
19298 "lsp",
19299 "markdown_preview",
19300 "menu",
19301 "multi_buffer",
19302 "nvim-rs",
19303 "outline_panel",
19304 "parking_lot",
19305 "perf",
19306 "picker",
19307 "project",
19308 "project_panel",
19309 "regex",
19310 "release_channel",
19311 "schemars",
19312 "search",
19313 "semver",
19314 "serde",
19315 "serde_json",
19316 "settings",
19317 "settings_ui",
19318 "task",
19319 "text",
19320 "theme",
19321 "theme_settings",
19322 "tokio",
19323 "ui",
19324 "util",
19325 "util_macros",
19326 "vim_mode_setting",
19327 "workspace",
19328 "zed_actions",
19329]
19330
19331[[package]]
19332name = "vim_mode_setting"
19333version = "0.1.0"
19334dependencies = [
19335 "gpui",
19336 "settings",
19337]
19338
19339[[package]]
19340name = "vscode_theme"
19341version = "0.2.0"
19342source = "registry+https://github.com/rust-lang/crates.io-index"
19343checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19344dependencies = [
19345 "serde",
19346]
19347
19348[[package]]
19349name = "vsimd"
19350version = "0.8.0"
19351source = "registry+https://github.com/rust-lang/crates.io-index"
19352checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19353
19354[[package]]
19355name = "vswhom"
19356version = "0.1.0"
19357source = "registry+https://github.com/rust-lang/crates.io-index"
19358checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19359dependencies = [
19360 "libc",
19361 "vswhom-sys",
19362]
19363
19364[[package]]
19365name = "vswhom-sys"
19366version = "0.1.3"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19369dependencies = [
19370 "cc",
19371 "libc",
19372]
19373
19374[[package]]
19375name = "vte"
19376version = "0.15.0"
19377source = "registry+https://github.com/rust-lang/crates.io-index"
19378checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19379dependencies = [
19380 "arrayvec",
19381 "bitflags 2.10.0",
19382 "cursor-icon",
19383 "log",
19384 "memchr",
19385 "serde",
19386]
19387
19388[[package]]
19389name = "wait-timeout"
19390version = "0.2.1"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19393dependencies = [
19394 "libc",
19395]
19396
19397[[package]]
19398name = "waker-fn"
19399version = "1.2.0"
19400source = "registry+https://github.com/rust-lang/crates.io-index"
19401checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19402
19403[[package]]
19404name = "walkdir"
19405version = "2.5.0"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19408dependencies = [
19409 "same-file",
19410 "winapi-util",
19411]
19412
19413[[package]]
19414name = "want"
19415version = "0.3.1"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19418dependencies = [
19419 "try-lock",
19420]
19421
19422[[package]]
19423name = "warp"
19424version = "0.3.7"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19427dependencies = [
19428 "bytes 1.11.1",
19429 "futures-channel",
19430 "futures-util",
19431 "headers",
19432 "http 0.2.12",
19433 "hyper 0.14.32",
19434 "log",
19435 "mime",
19436 "mime_guess",
19437 "percent-encoding",
19438 "pin-project",
19439 "scoped-tls",
19440 "serde",
19441 "serde_json",
19442 "serde_urlencoded",
19443 "tokio",
19444 "tokio-tungstenite 0.21.0",
19445 "tokio-util",
19446 "tower-service",
19447 "tracing",
19448]
19449
19450[[package]]
19451name = "wasi"
19452version = "0.11.1+wasi-snapshot-preview1"
19453source = "registry+https://github.com/rust-lang/crates.io-index"
19454checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19455
19456[[package]]
19457name = "wasip2"
19458version = "1.0.1+wasi-0.2.4"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19461dependencies = [
19462 "wit-bindgen 0.46.0",
19463]
19464
19465[[package]]
19466name = "wasip3"
19467version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19470dependencies = [
19471 "wit-bindgen 0.51.0",
19472]
19473
19474[[package]]
19475name = "wasite"
19476version = "0.1.0"
19477source = "registry+https://github.com/rust-lang/crates.io-index"
19478checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19479
19480[[package]]
19481name = "wasm-bindgen"
19482version = "0.2.113"
19483source = "registry+https://github.com/rust-lang/crates.io-index"
19484checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19485dependencies = [
19486 "cfg-if",
19487 "once_cell",
19488 "rustversion",
19489 "wasm-bindgen-macro",
19490 "wasm-bindgen-shared",
19491]
19492
19493[[package]]
19494name = "wasm-bindgen-futures"
19495version = "0.4.63"
19496source = "registry+https://github.com/rust-lang/crates.io-index"
19497checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19498dependencies = [
19499 "cfg-if",
19500 "futures-util",
19501 "js-sys",
19502 "once_cell",
19503 "wasm-bindgen",
19504 "web-sys",
19505]
19506
19507[[package]]
19508name = "wasm-bindgen-macro"
19509version = "0.2.113"
19510source = "registry+https://github.com/rust-lang/crates.io-index"
19511checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19512dependencies = [
19513 "quote",
19514 "wasm-bindgen-macro-support",
19515]
19516
19517[[package]]
19518name = "wasm-bindgen-macro-support"
19519version = "0.2.113"
19520source = "registry+https://github.com/rust-lang/crates.io-index"
19521checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19522dependencies = [
19523 "bumpalo",
19524 "proc-macro2",
19525 "quote",
19526 "syn 2.0.117",
19527 "wasm-bindgen-shared",
19528]
19529
19530[[package]]
19531name = "wasm-bindgen-shared"
19532version = "0.2.113"
19533source = "registry+https://github.com/rust-lang/crates.io-index"
19534checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19535dependencies = [
19536 "unicode-ident",
19537]
19538
19539[[package]]
19540name = "wasm-encoder"
19541version = "0.201.0"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19544dependencies = [
19545 "leb128",
19546]
19547
19548[[package]]
19549name = "wasm-encoder"
19550version = "0.221.3"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19553dependencies = [
19554 "leb128",
19555 "wasmparser 0.221.3",
19556]
19557
19558[[package]]
19559name = "wasm-encoder"
19560version = "0.227.1"
19561source = "registry+https://github.com/rust-lang/crates.io-index"
19562checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19563dependencies = [
19564 "leb128fmt",
19565 "wasmparser 0.227.1",
19566]
19567
19568[[package]]
19569name = "wasm-encoder"
19570version = "0.236.1"
19571source = "registry+https://github.com/rust-lang/crates.io-index"
19572checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19573dependencies = [
19574 "leb128fmt",
19575 "wasmparser 0.236.1",
19576]
19577
19578[[package]]
19579name = "wasm-encoder"
19580version = "0.244.0"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19583dependencies = [
19584 "leb128fmt",
19585 "wasmparser 0.244.0",
19586]
19587
19588[[package]]
19589name = "wasm-metadata"
19590version = "0.201.0"
19591source = "registry+https://github.com/rust-lang/crates.io-index"
19592checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19593dependencies = [
19594 "anyhow",
19595 "indexmap",
19596 "serde",
19597 "serde_derive",
19598 "serde_json",
19599 "spdx",
19600 "wasm-encoder 0.201.0",
19601 "wasmparser 0.201.0",
19602]
19603
19604[[package]]
19605name = "wasm-metadata"
19606version = "0.227.1"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19609dependencies = [
19610 "anyhow",
19611 "auditable-serde",
19612 "flate2",
19613 "indexmap",
19614 "serde",
19615 "serde_derive",
19616 "serde_json",
19617 "spdx",
19618 "url",
19619 "wasm-encoder 0.227.1",
19620 "wasmparser 0.227.1",
19621]
19622
19623[[package]]
19624name = "wasm-metadata"
19625version = "0.244.0"
19626source = "registry+https://github.com/rust-lang/crates.io-index"
19627checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19628dependencies = [
19629 "anyhow",
19630 "indexmap",
19631 "wasm-encoder 0.244.0",
19632 "wasmparser 0.244.0",
19633]
19634
19635[[package]]
19636name = "wasm-streams"
19637version = "0.4.2"
19638source = "registry+https://github.com/rust-lang/crates.io-index"
19639checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19640dependencies = [
19641 "futures-util",
19642 "js-sys",
19643 "wasm-bindgen",
19644 "wasm-bindgen-futures",
19645 "web-sys",
19646]
19647
19648[[package]]
19649name = "wasm_thread"
19650version = "0.3.3"
19651source = "registry+https://github.com/rust-lang/crates.io-index"
19652checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19653dependencies = [
19654 "futures 0.3.32",
19655 "js-sys",
19656 "wasm-bindgen",
19657 "web-sys",
19658]
19659
19660[[package]]
19661name = "wasmparser"
19662version = "0.201.0"
19663source = "registry+https://github.com/rust-lang/crates.io-index"
19664checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19665dependencies = [
19666 "bitflags 2.10.0",
19667 "indexmap",
19668 "semver",
19669]
19670
19671[[package]]
19672name = "wasmparser"
19673version = "0.221.3"
19674source = "registry+https://github.com/rust-lang/crates.io-index"
19675checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19676dependencies = [
19677 "bitflags 2.10.0",
19678 "hashbrown 0.15.5",
19679 "indexmap",
19680 "semver",
19681 "serde",
19682]
19683
19684[[package]]
19685name = "wasmparser"
19686version = "0.227.1"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19689dependencies = [
19690 "bitflags 2.10.0",
19691 "hashbrown 0.15.5",
19692 "indexmap",
19693 "semver",
19694]
19695
19696[[package]]
19697name = "wasmparser"
19698version = "0.236.1"
19699source = "registry+https://github.com/rust-lang/crates.io-index"
19700checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19701dependencies = [
19702 "bitflags 2.10.0",
19703 "hashbrown 0.15.5",
19704 "indexmap",
19705 "semver",
19706 "serde",
19707]
19708
19709[[package]]
19710name = "wasmparser"
19711version = "0.244.0"
19712source = "registry+https://github.com/rust-lang/crates.io-index"
19713checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19714dependencies = [
19715 "bitflags 2.10.0",
19716 "hashbrown 0.15.5",
19717 "indexmap",
19718 "semver",
19719]
19720
19721[[package]]
19722name = "wasmprinter"
19723version = "0.236.1"
19724source = "registry+https://github.com/rust-lang/crates.io-index"
19725checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19726dependencies = [
19727 "anyhow",
19728 "termcolor",
19729 "wasmparser 0.236.1",
19730]
19731
19732[[package]]
19733name = "wasmtime"
19734version = "36.0.7"
19735source = "registry+https://github.com/rust-lang/crates.io-index"
19736checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19737dependencies = [
19738 "addr2line",
19739 "anyhow",
19740 "async-trait",
19741 "bitflags 2.10.0",
19742 "bumpalo",
19743 "cc",
19744 "cfg-if",
19745 "encoding_rs",
19746 "hashbrown 0.15.5",
19747 "indexmap",
19748 "libc",
19749 "log",
19750 "mach2 0.4.3",
19751 "memfd",
19752 "object",
19753 "once_cell",
19754 "postcard",
19755 "pulley-interpreter",
19756 "rayon",
19757 "rustix 1.1.2",
19758 "semver",
19759 "serde",
19760 "serde_derive",
19761 "smallvec",
19762 "target-lexicon",
19763 "wasmparser 0.236.1",
19764 "wasmtime-environ",
19765 "wasmtime-internal-asm-macros",
19766 "wasmtime-internal-component-macro",
19767 "wasmtime-internal-component-util",
19768 "wasmtime-internal-cranelift",
19769 "wasmtime-internal-fiber",
19770 "wasmtime-internal-jit-debug",
19771 "wasmtime-internal-jit-icache-coherence",
19772 "wasmtime-internal-math",
19773 "wasmtime-internal-slab",
19774 "wasmtime-internal-unwinder",
19775 "wasmtime-internal-versioned-export-macros",
19776 "wasmtime-internal-winch",
19777 "windows-sys 0.60.2",
19778]
19779
19780[[package]]
19781name = "wasmtime-c-api-impl"
19782version = "36.0.6"
19783source = "registry+https://github.com/rust-lang/crates.io-index"
19784checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19785dependencies = [
19786 "anyhow",
19787 "log",
19788 "tracing",
19789 "wasmtime",
19790 "wasmtime-internal-c-api-macros",
19791]
19792
19793[[package]]
19794name = "wasmtime-environ"
19795version = "36.0.7"
19796source = "registry+https://github.com/rust-lang/crates.io-index"
19797checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19798dependencies = [
19799 "anyhow",
19800 "cpp_demangle",
19801 "cranelift-bitset",
19802 "cranelift-entity",
19803 "gimli",
19804 "indexmap",
19805 "log",
19806 "object",
19807 "postcard",
19808 "rustc-demangle",
19809 "semver",
19810 "serde",
19811 "serde_derive",
19812 "smallvec",
19813 "target-lexicon",
19814 "wasm-encoder 0.236.1",
19815 "wasmparser 0.236.1",
19816 "wasmprinter",
19817 "wasmtime-internal-component-util",
19818]
19819
19820[[package]]
19821name = "wasmtime-internal-asm-macros"
19822version = "36.0.7"
19823source = "registry+https://github.com/rust-lang/crates.io-index"
19824checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19825dependencies = [
19826 "cfg-if",
19827]
19828
19829[[package]]
19830name = "wasmtime-internal-c-api-macros"
19831version = "36.0.6"
19832source = "registry+https://github.com/rust-lang/crates.io-index"
19833checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19834dependencies = [
19835 "proc-macro2",
19836 "quote",
19837]
19838
19839[[package]]
19840name = "wasmtime-internal-component-macro"
19841version = "36.0.7"
19842source = "registry+https://github.com/rust-lang/crates.io-index"
19843checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19844dependencies = [
19845 "anyhow",
19846 "proc-macro2",
19847 "quote",
19848 "syn 2.0.117",
19849 "wasmtime-internal-component-util",
19850 "wasmtime-internal-wit-bindgen",
19851 "wit-parser 0.236.1",
19852]
19853
19854[[package]]
19855name = "wasmtime-internal-component-util"
19856version = "36.0.7"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19859
19860[[package]]
19861name = "wasmtime-internal-cranelift"
19862version = "36.0.7"
19863source = "registry+https://github.com/rust-lang/crates.io-index"
19864checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19865dependencies = [
19866 "anyhow",
19867 "cfg-if",
19868 "cranelift-codegen",
19869 "cranelift-control",
19870 "cranelift-entity",
19871 "cranelift-frontend",
19872 "cranelift-native",
19873 "gimli",
19874 "itertools 0.14.0",
19875 "log",
19876 "object",
19877 "pulley-interpreter",
19878 "smallvec",
19879 "target-lexicon",
19880 "thiserror 2.0.17",
19881 "wasmparser 0.236.1",
19882 "wasmtime-environ",
19883 "wasmtime-internal-math",
19884 "wasmtime-internal-versioned-export-macros",
19885]
19886
19887[[package]]
19888name = "wasmtime-internal-fiber"
19889version = "36.0.7"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19892dependencies = [
19893 "anyhow",
19894 "cc",
19895 "cfg-if",
19896 "libc",
19897 "rustix 1.1.2",
19898 "wasmtime-internal-asm-macros",
19899 "wasmtime-internal-versioned-export-macros",
19900 "windows-sys 0.60.2",
19901]
19902
19903[[package]]
19904name = "wasmtime-internal-jit-debug"
19905version = "36.0.7"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19908dependencies = [
19909 "cc",
19910 "wasmtime-internal-versioned-export-macros",
19911]
19912
19913[[package]]
19914name = "wasmtime-internal-jit-icache-coherence"
19915version = "36.0.7"
19916source = "registry+https://github.com/rust-lang/crates.io-index"
19917checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19918dependencies = [
19919 "anyhow",
19920 "cfg-if",
19921 "libc",
19922 "windows-sys 0.60.2",
19923]
19924
19925[[package]]
19926name = "wasmtime-internal-math"
19927version = "36.0.7"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19930dependencies = [
19931 "libm",
19932]
19933
19934[[package]]
19935name = "wasmtime-internal-slab"
19936version = "36.0.7"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19939
19940[[package]]
19941name = "wasmtime-internal-unwinder"
19942version = "36.0.7"
19943source = "registry+https://github.com/rust-lang/crates.io-index"
19944checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19945dependencies = [
19946 "anyhow",
19947 "cfg-if",
19948 "cranelift-codegen",
19949 "log",
19950 "object",
19951]
19952
19953[[package]]
19954name = "wasmtime-internal-versioned-export-macros"
19955version = "36.0.7"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19958dependencies = [
19959 "proc-macro2",
19960 "quote",
19961 "syn 2.0.117",
19962]
19963
19964[[package]]
19965name = "wasmtime-internal-winch"
19966version = "36.0.7"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19969dependencies = [
19970 "anyhow",
19971 "cranelift-codegen",
19972 "gimli",
19973 "object",
19974 "target-lexicon",
19975 "wasmparser 0.236.1",
19976 "wasmtime-environ",
19977 "wasmtime-internal-cranelift",
19978 "winch-codegen",
19979]
19980
19981[[package]]
19982name = "wasmtime-internal-wit-bindgen"
19983version = "36.0.7"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19986dependencies = [
19987 "anyhow",
19988 "bitflags 2.10.0",
19989 "heck 0.5.0",
19990 "indexmap",
19991 "wit-parser 0.236.1",
19992]
19993
19994[[package]]
19995name = "wasmtime-wasi"
19996version = "36.0.6"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19999dependencies = [
20000 "anyhow",
20001 "async-trait",
20002 "bitflags 2.10.0",
20003 "bytes 1.11.1",
20004 "cap-fs-ext",
20005 "cap-net-ext",
20006 "cap-rand",
20007 "cap-std",
20008 "cap-time-ext",
20009 "fs-set-times",
20010 "futures 0.3.32",
20011 "io-extras",
20012 "io-lifetimes",
20013 "rustix 1.1.2",
20014 "system-interface",
20015 "thiserror 2.0.17",
20016 "tokio",
20017 "tracing",
20018 "url",
20019 "wasmtime",
20020 "wasmtime-wasi-io",
20021 "wiggle",
20022 "windows-sys 0.60.2",
20023]
20024
20025[[package]]
20026name = "wasmtime-wasi-io"
20027version = "36.0.6"
20028source = "registry+https://github.com/rust-lang/crates.io-index"
20029checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20030dependencies = [
20031 "anyhow",
20032 "async-trait",
20033 "bytes 1.11.1",
20034 "futures 0.3.32",
20035 "wasmtime",
20036]
20037
20038[[package]]
20039name = "wast"
20040version = "35.0.2"
20041source = "registry+https://github.com/rust-lang/crates.io-index"
20042checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20043dependencies = [
20044 "leb128",
20045]
20046
20047[[package]]
20048name = "watch"
20049version = "0.1.0"
20050dependencies = [
20051 "ctor",
20052 "futures 0.3.32",
20053 "gpui",
20054 "parking_lot",
20055 "zlog",
20056]
20057
20058[[package]]
20059name = "wax"
20060version = "0.7.0"
20061source = "registry+https://github.com/rust-lang/crates.io-index"
20062checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20063dependencies = [
20064 "const_format",
20065 "itertools 0.14.0",
20066 "nom 7.1.3",
20067 "pori",
20068 "regex",
20069 "thiserror 2.0.17",
20070 "walkdir",
20071]
20072
20073[[package]]
20074name = "wayland-backend"
20075version = "0.3.11"
20076source = "registry+https://github.com/rust-lang/crates.io-index"
20077checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20078dependencies = [
20079 "cc",
20080 "downcast-rs",
20081 "rustix 1.1.2",
20082 "scoped-tls",
20083 "smallvec",
20084 "wayland-sys",
20085]
20086
20087[[package]]
20088name = "wayland-client"
20089version = "0.31.11"
20090source = "registry+https://github.com/rust-lang/crates.io-index"
20091checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20092dependencies = [
20093 "bitflags 2.10.0",
20094 "rustix 1.1.2",
20095 "wayland-backend",
20096 "wayland-scanner",
20097]
20098
20099[[package]]
20100name = "wayland-cursor"
20101version = "0.31.11"
20102source = "registry+https://github.com/rust-lang/crates.io-index"
20103checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20104dependencies = [
20105 "rustix 1.1.2",
20106 "wayland-client",
20107 "xcursor",
20108]
20109
20110[[package]]
20111name = "wayland-protocols"
20112version = "0.32.9"
20113source = "registry+https://github.com/rust-lang/crates.io-index"
20114checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20115dependencies = [
20116 "bitflags 2.10.0",
20117 "wayland-backend",
20118 "wayland-client",
20119 "wayland-scanner",
20120]
20121
20122[[package]]
20123name = "wayland-protocols-plasma"
20124version = "0.3.9"
20125source = "registry+https://github.com/rust-lang/crates.io-index"
20126checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20127dependencies = [
20128 "bitflags 2.10.0",
20129 "wayland-backend",
20130 "wayland-client",
20131 "wayland-protocols",
20132 "wayland-scanner",
20133]
20134
20135[[package]]
20136name = "wayland-protocols-wlr"
20137version = "0.3.9"
20138source = "registry+https://github.com/rust-lang/crates.io-index"
20139checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20140dependencies = [
20141 "bitflags 2.10.0",
20142 "wayland-backend",
20143 "wayland-client",
20144 "wayland-protocols",
20145 "wayland-scanner",
20146]
20147
20148[[package]]
20149name = "wayland-scanner"
20150version = "0.31.7"
20151source = "registry+https://github.com/rust-lang/crates.io-index"
20152checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20153dependencies = [
20154 "proc-macro2",
20155 "quick-xml 0.37.5",
20156 "quote",
20157]
20158
20159[[package]]
20160name = "wayland-sys"
20161version = "0.31.7"
20162source = "registry+https://github.com/rust-lang/crates.io-index"
20163checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20164dependencies = [
20165 "dlib",
20166 "log",
20167 "once_cell",
20168 "pkg-config",
20169]
20170
20171[[package]]
20172name = "web-sys"
20173version = "0.3.90"
20174source = "registry+https://github.com/rust-lang/crates.io-index"
20175checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20176dependencies = [
20177 "js-sys",
20178 "wasm-bindgen",
20179]
20180
20181[[package]]
20182name = "web-time"
20183version = "1.1.0"
20184source = "registry+https://github.com/rust-lang/crates.io-index"
20185checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20186dependencies = [
20187 "js-sys",
20188 "serde",
20189 "wasm-bindgen",
20190]
20191
20192[[package]]
20193name = "web_atoms"
20194version = "0.1.3"
20195source = "registry+https://github.com/rust-lang/crates.io-index"
20196checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20197dependencies = [
20198 "phf 0.11.3",
20199 "phf_codegen",
20200 "string_cache",
20201 "string_cache_codegen",
20202]
20203
20204[[package]]
20205name = "web_search"
20206version = "0.1.0"
20207dependencies = [
20208 "anyhow",
20209 "cloud_llm_client",
20210 "collections",
20211 "gpui",
20212 "serde",
20213]
20214
20215[[package]]
20216name = "web_search_providers"
20217version = "0.1.0"
20218dependencies = [
20219 "anyhow",
20220 "client",
20221 "cloud_api_client",
20222 "cloud_api_types",
20223 "cloud_llm_client",
20224 "futures 0.3.32",
20225 "gpui",
20226 "http_client",
20227 "language_model",
20228 "serde",
20229 "serde_json",
20230 "web_search",
20231]
20232
20233[[package]]
20234name = "webpki-root-certs"
20235version = "0.26.8"
20236source = "registry+https://github.com/rust-lang/crates.io-index"
20237checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20238dependencies = [
20239 "rustls-pki-types",
20240]
20241
20242[[package]]
20243name = "webpki-roots"
20244version = "0.26.8"
20245source = "registry+https://github.com/rust-lang/crates.io-index"
20246checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20247dependencies = [
20248 "rustls-pki-types",
20249]
20250
20251[[package]]
20252name = "webrtc-sys"
20253version = "0.3.23"
20254source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20255dependencies = [
20256 "cc",
20257 "cxx",
20258 "cxx-build",
20259 "glob",
20260 "log",
20261 "pkg-config",
20262 "webrtc-sys-build",
20263]
20264
20265[[package]]
20266name = "webrtc-sys-build"
20267version = "0.3.13"
20268source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20269dependencies = [
20270 "anyhow",
20271 "fs2",
20272 "regex",
20273 "reqwest 0.12.24",
20274 "scratch",
20275 "semver",
20276 "zip 0.6.6",
20277]
20278
20279[[package]]
20280name = "weezl"
20281version = "0.1.10"
20282source = "registry+https://github.com/rust-lang/crates.io-index"
20283checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20284
20285[[package]]
20286name = "wgpu"
20287version = "29.0.0"
20288source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20289dependencies = [
20290 "arrayvec",
20291 "bitflags 2.10.0",
20292 "bytemuck",
20293 "cfg-if",
20294 "cfg_aliases 0.2.1",
20295 "document-features",
20296 "hashbrown 0.16.1",
20297 "js-sys",
20298 "log",
20299 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20300 "parking_lot",
20301 "portable-atomic",
20302 "profiling",
20303 "raw-window-handle",
20304 "smallvec",
20305 "static_assertions",
20306 "wasm-bindgen",
20307 "wasm-bindgen-futures",
20308 "web-sys",
20309 "wgpu-core",
20310 "wgpu-hal",
20311 "wgpu-types",
20312]
20313
20314[[package]]
20315name = "wgpu-core"
20316version = "29.0.0"
20317source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20318dependencies = [
20319 "arrayvec",
20320 "bit-set 0.9.1",
20321 "bit-vec 0.9.1",
20322 "bitflags 2.10.0",
20323 "bytemuck",
20324 "cfg_aliases 0.2.1",
20325 "document-features",
20326 "hashbrown 0.16.1",
20327 "indexmap",
20328 "log",
20329 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20330 "once_cell",
20331 "parking_lot",
20332 "portable-atomic",
20333 "profiling",
20334 "raw-window-handle",
20335 "rustc-hash 1.1.0",
20336 "smallvec",
20337 "thiserror 2.0.17",
20338 "wgpu-core-deps-apple",
20339 "wgpu-core-deps-emscripten",
20340 "wgpu-core-deps-windows-linux-android",
20341 "wgpu-hal",
20342 "wgpu-naga-bridge",
20343 "wgpu-types",
20344]
20345
20346[[package]]
20347name = "wgpu-core-deps-apple"
20348version = "29.0.0"
20349source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20350dependencies = [
20351 "wgpu-hal",
20352]
20353
20354[[package]]
20355name = "wgpu-core-deps-emscripten"
20356version = "29.0.0"
20357source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20358dependencies = [
20359 "wgpu-hal",
20360]
20361
20362[[package]]
20363name = "wgpu-core-deps-windows-linux-android"
20364version = "29.0.0"
20365source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20366dependencies = [
20367 "wgpu-hal",
20368]
20369
20370[[package]]
20371name = "wgpu-hal"
20372version = "29.0.0"
20373source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20374dependencies = [
20375 "android_system_properties",
20376 "arrayvec",
20377 "ash",
20378 "bit-set 0.9.1",
20379 "bitflags 2.10.0",
20380 "block2",
20381 "bytemuck",
20382 "cfg-if",
20383 "cfg_aliases 0.2.1",
20384 "glow",
20385 "glutin_wgl_sys",
20386 "gpu-allocator",
20387 "gpu-descriptor",
20388 "hashbrown 0.16.1",
20389 "js-sys",
20390 "khronos-egl",
20391 "libc",
20392 "libloading",
20393 "log",
20394 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20395 "ndk-sys",
20396 "objc2",
20397 "objc2-core-foundation",
20398 "objc2-foundation",
20399 "objc2-metal",
20400 "objc2-quartz-core",
20401 "once_cell",
20402 "ordered-float 4.6.0",
20403 "parking_lot",
20404 "portable-atomic",
20405 "portable-atomic-util",
20406 "profiling",
20407 "range-alloc",
20408 "raw-window-handle",
20409 "raw-window-metal",
20410 "renderdoc-sys",
20411 "smallvec",
20412 "thiserror 2.0.17",
20413 "wasm-bindgen",
20414 "wayland-sys",
20415 "web-sys",
20416 "wgpu-naga-bridge",
20417 "wgpu-types",
20418 "windows 0.62.2",
20419 "windows-core 0.62.2",
20420]
20421
20422[[package]]
20423name = "wgpu-naga-bridge"
20424version = "29.0.0"
20425source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20426dependencies = [
20427 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20428 "wgpu-types",
20429]
20430
20431[[package]]
20432name = "wgpu-types"
20433version = "29.0.0"
20434source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20435dependencies = [
20436 "bitflags 2.10.0",
20437 "bytemuck",
20438 "js-sys",
20439 "log",
20440 "raw-window-handle",
20441 "web-sys",
20442]
20443
20444[[package]]
20445name = "which"
20446version = "4.4.2"
20447source = "registry+https://github.com/rust-lang/crates.io-index"
20448checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20449dependencies = [
20450 "either",
20451 "home",
20452 "once_cell",
20453 "rustix 0.38.44",
20454]
20455
20456[[package]]
20457name = "which"
20458version = "6.0.3"
20459source = "registry+https://github.com/rust-lang/crates.io-index"
20460checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20461dependencies = [
20462 "either",
20463 "home",
20464 "rustix 0.38.44",
20465 "winsafe",
20466]
20467
20468[[package]]
20469name = "which_key"
20470version = "0.1.0"
20471dependencies = [
20472 "command_palette",
20473 "gpui",
20474 "serde",
20475 "settings",
20476 "theme_settings",
20477 "ui",
20478 "util",
20479 "workspace",
20480]
20481
20482[[package]]
20483name = "whoami"
20484version = "1.6.1"
20485source = "registry+https://github.com/rust-lang/crates.io-index"
20486checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20487dependencies = [
20488 "libredox",
20489 "wasite",
20490]
20491
20492[[package]]
20493name = "wiggle"
20494version = "36.0.6"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20497dependencies = [
20498 "anyhow",
20499 "async-trait",
20500 "bitflags 2.10.0",
20501 "thiserror 2.0.17",
20502 "tracing",
20503 "wasmtime",
20504 "wiggle-macro",
20505]
20506
20507[[package]]
20508name = "wiggle-generate"
20509version = "36.0.6"
20510source = "registry+https://github.com/rust-lang/crates.io-index"
20511checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20512dependencies = [
20513 "anyhow",
20514 "heck 0.5.0",
20515 "proc-macro2",
20516 "quote",
20517 "syn 2.0.117",
20518 "witx",
20519]
20520
20521[[package]]
20522name = "wiggle-macro"
20523version = "36.0.6"
20524source = "registry+https://github.com/rust-lang/crates.io-index"
20525checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20526dependencies = [
20527 "proc-macro2",
20528 "quote",
20529 "syn 2.0.117",
20530 "wiggle-generate",
20531]
20532
20533[[package]]
20534name = "winapi"
20535version = "0.3.9"
20536source = "registry+https://github.com/rust-lang/crates.io-index"
20537checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20538dependencies = [
20539 "winapi-i686-pc-windows-gnu",
20540 "winapi-x86_64-pc-windows-gnu",
20541]
20542
20543[[package]]
20544name = "winapi-i686-pc-windows-gnu"
20545version = "0.4.0"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20548
20549[[package]]
20550name = "winapi-util"
20551version = "0.1.11"
20552source = "registry+https://github.com/rust-lang/crates.io-index"
20553checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20554dependencies = [
20555 "windows-sys 0.61.2",
20556]
20557
20558[[package]]
20559name = "winapi-x86_64-pc-windows-gnu"
20560version = "0.4.0"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20563
20564[[package]]
20565name = "winch-codegen"
20566version = "36.0.7"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20569dependencies = [
20570 "anyhow",
20571 "cranelift-assembler-x64",
20572 "cranelift-codegen",
20573 "gimli",
20574 "regalloc2",
20575 "smallvec",
20576 "target-lexicon",
20577 "thiserror 2.0.17",
20578 "wasmparser 0.236.1",
20579 "wasmtime-environ",
20580 "wasmtime-internal-cranelift",
20581 "wasmtime-internal-math",
20582]
20583
20584[[package]]
20585name = "windows"
20586version = "0.56.0"
20587source = "registry+https://github.com/rust-lang/crates.io-index"
20588checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20589dependencies = [
20590 "windows-core 0.56.0",
20591 "windows-targets 0.52.6",
20592]
20593
20594[[package]]
20595name = "windows"
20596version = "0.57.0"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20599dependencies = [
20600 "windows-core 0.57.0",
20601 "windows-targets 0.52.6",
20602]
20603
20604[[package]]
20605name = "windows"
20606version = "0.58.0"
20607source = "registry+https://github.com/rust-lang/crates.io-index"
20608checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20609dependencies = [
20610 "windows-core 0.58.0",
20611 "windows-targets 0.52.6",
20612]
20613
20614[[package]]
20615name = "windows"
20616version = "0.61.3"
20617source = "registry+https://github.com/rust-lang/crates.io-index"
20618checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20619dependencies = [
20620 "windows-collections 0.2.0",
20621 "windows-core 0.61.2",
20622 "windows-future 0.2.1",
20623 "windows-link 0.1.3",
20624 "windows-numerics 0.2.0",
20625]
20626
20627[[package]]
20628name = "windows"
20629version = "0.62.2"
20630source = "registry+https://github.com/rust-lang/crates.io-index"
20631checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20632dependencies = [
20633 "windows-collections 0.3.2",
20634 "windows-core 0.62.2",
20635 "windows-future 0.3.2",
20636 "windows-numerics 0.3.1",
20637]
20638
20639[[package]]
20640name = "windows-bindgen"
20641version = "0.61.1"
20642source = "registry+https://github.com/rust-lang/crates.io-index"
20643checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20644dependencies = [
20645 "serde",
20646 "serde_json",
20647 "windows-threading 0.1.0",
20648]
20649
20650[[package]]
20651name = "windows-capture"
20652version = "1.4.3"
20653source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20654dependencies = [
20655 "clap",
20656 "ctrlc",
20657 "parking_lot",
20658 "rayon",
20659 "thiserror 2.0.17",
20660 "windows 0.61.3",
20661 "windows-future 0.2.1",
20662]
20663
20664[[package]]
20665name = "windows-collections"
20666version = "0.2.0"
20667source = "registry+https://github.com/rust-lang/crates.io-index"
20668checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20669dependencies = [
20670 "windows-core 0.61.2",
20671]
20672
20673[[package]]
20674name = "windows-collections"
20675version = "0.3.2"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20678dependencies = [
20679 "windows-core 0.62.2",
20680]
20681
20682[[package]]
20683name = "windows-core"
20684version = "0.56.0"
20685source = "registry+https://github.com/rust-lang/crates.io-index"
20686checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20687dependencies = [
20688 "windows-implement 0.56.0",
20689 "windows-interface 0.56.0",
20690 "windows-result 0.1.2",
20691 "windows-targets 0.52.6",
20692]
20693
20694[[package]]
20695name = "windows-core"
20696version = "0.57.0"
20697source = "registry+https://github.com/rust-lang/crates.io-index"
20698checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20699dependencies = [
20700 "windows-implement 0.57.0",
20701 "windows-interface 0.57.0",
20702 "windows-result 0.1.2",
20703 "windows-targets 0.52.6",
20704]
20705
20706[[package]]
20707name = "windows-core"
20708version = "0.58.0"
20709source = "registry+https://github.com/rust-lang/crates.io-index"
20710checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20711dependencies = [
20712 "windows-implement 0.58.0",
20713 "windows-interface 0.58.0",
20714 "windows-result 0.2.0",
20715 "windows-strings 0.1.0",
20716 "windows-targets 0.52.6",
20717]
20718
20719[[package]]
20720name = "windows-core"
20721version = "0.61.2"
20722source = "registry+https://github.com/rust-lang/crates.io-index"
20723checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20724dependencies = [
20725 "windows-implement 0.60.2",
20726 "windows-interface 0.59.3",
20727 "windows-link 0.1.3",
20728 "windows-result 0.3.4",
20729 "windows-strings 0.4.2",
20730]
20731
20732[[package]]
20733name = "windows-core"
20734version = "0.62.2"
20735source = "registry+https://github.com/rust-lang/crates.io-index"
20736checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20737dependencies = [
20738 "windows-implement 0.60.2",
20739 "windows-interface 0.59.3",
20740 "windows-link 0.2.1",
20741 "windows-result 0.4.1",
20742 "windows-strings 0.5.1",
20743]
20744
20745[[package]]
20746name = "windows-future"
20747version = "0.2.1"
20748source = "registry+https://github.com/rust-lang/crates.io-index"
20749checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20750dependencies = [
20751 "windows-core 0.61.2",
20752 "windows-link 0.1.3",
20753 "windows-threading 0.1.0",
20754]
20755
20756[[package]]
20757name = "windows-future"
20758version = "0.3.2"
20759source = "registry+https://github.com/rust-lang/crates.io-index"
20760checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20761dependencies = [
20762 "windows-core 0.62.2",
20763 "windows-link 0.2.1",
20764 "windows-threading 0.2.1",
20765]
20766
20767[[package]]
20768name = "windows-implement"
20769version = "0.56.0"
20770source = "registry+https://github.com/rust-lang/crates.io-index"
20771checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20772dependencies = [
20773 "proc-macro2",
20774 "quote",
20775 "syn 2.0.117",
20776]
20777
20778[[package]]
20779name = "windows-implement"
20780version = "0.57.0"
20781source = "registry+https://github.com/rust-lang/crates.io-index"
20782checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20783dependencies = [
20784 "proc-macro2",
20785 "quote",
20786 "syn 2.0.117",
20787]
20788
20789[[package]]
20790name = "windows-implement"
20791version = "0.58.0"
20792source = "registry+https://github.com/rust-lang/crates.io-index"
20793checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20794dependencies = [
20795 "proc-macro2",
20796 "quote",
20797 "syn 2.0.117",
20798]
20799
20800[[package]]
20801name = "windows-implement"
20802version = "0.60.2"
20803source = "registry+https://github.com/rust-lang/crates.io-index"
20804checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20805dependencies = [
20806 "proc-macro2",
20807 "quote",
20808 "syn 2.0.117",
20809]
20810
20811[[package]]
20812name = "windows-interface"
20813version = "0.56.0"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20816dependencies = [
20817 "proc-macro2",
20818 "quote",
20819 "syn 2.0.117",
20820]
20821
20822[[package]]
20823name = "windows-interface"
20824version = "0.57.0"
20825source = "registry+https://github.com/rust-lang/crates.io-index"
20826checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20827dependencies = [
20828 "proc-macro2",
20829 "quote",
20830 "syn 2.0.117",
20831]
20832
20833[[package]]
20834name = "windows-interface"
20835version = "0.58.0"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20838dependencies = [
20839 "proc-macro2",
20840 "quote",
20841 "syn 2.0.117",
20842]
20843
20844[[package]]
20845name = "windows-interface"
20846version = "0.59.3"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20849dependencies = [
20850 "proc-macro2",
20851 "quote",
20852 "syn 2.0.117",
20853]
20854
20855[[package]]
20856name = "windows-link"
20857version = "0.1.3"
20858source = "registry+https://github.com/rust-lang/crates.io-index"
20859checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20860
20861[[package]]
20862name = "windows-link"
20863version = "0.2.1"
20864source = "registry+https://github.com/rust-lang/crates.io-index"
20865checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20866
20867[[package]]
20868name = "windows-numerics"
20869version = "0.2.0"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20872dependencies = [
20873 "windows-core 0.61.2",
20874 "windows-link 0.1.3",
20875]
20876
20877[[package]]
20878name = "windows-numerics"
20879version = "0.3.1"
20880source = "registry+https://github.com/rust-lang/crates.io-index"
20881checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20882dependencies = [
20883 "windows-core 0.62.2",
20884 "windows-link 0.2.1",
20885]
20886
20887[[package]]
20888name = "windows-registry"
20889version = "0.4.0"
20890source = "registry+https://github.com/rust-lang/crates.io-index"
20891checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20892dependencies = [
20893 "windows-result 0.3.4",
20894 "windows-strings 0.3.1",
20895 "windows-targets 0.53.5",
20896]
20897
20898[[package]]
20899name = "windows-registry"
20900version = "0.5.3"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20903dependencies = [
20904 "windows-link 0.1.3",
20905 "windows-result 0.3.4",
20906 "windows-strings 0.4.2",
20907]
20908
20909[[package]]
20910name = "windows-registry"
20911version = "0.6.1"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20914dependencies = [
20915 "windows-link 0.2.1",
20916 "windows-result 0.4.1",
20917 "windows-strings 0.5.1",
20918]
20919
20920[[package]]
20921name = "windows-result"
20922version = "0.1.2"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20925dependencies = [
20926 "windows-targets 0.52.6",
20927]
20928
20929[[package]]
20930name = "windows-result"
20931version = "0.2.0"
20932source = "registry+https://github.com/rust-lang/crates.io-index"
20933checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20934dependencies = [
20935 "windows-targets 0.52.6",
20936]
20937
20938[[package]]
20939name = "windows-result"
20940version = "0.3.4"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20943dependencies = [
20944 "windows-link 0.1.3",
20945]
20946
20947[[package]]
20948name = "windows-result"
20949version = "0.4.1"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20952dependencies = [
20953 "windows-link 0.2.1",
20954]
20955
20956[[package]]
20957name = "windows-strings"
20958version = "0.1.0"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20961dependencies = [
20962 "windows-result 0.2.0",
20963 "windows-targets 0.52.6",
20964]
20965
20966[[package]]
20967name = "windows-strings"
20968version = "0.3.1"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20971dependencies = [
20972 "windows-link 0.1.3",
20973]
20974
20975[[package]]
20976name = "windows-strings"
20977version = "0.4.2"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20980dependencies = [
20981 "windows-link 0.1.3",
20982]
20983
20984[[package]]
20985name = "windows-strings"
20986version = "0.5.1"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20989dependencies = [
20990 "windows-link 0.2.1",
20991]
20992
20993[[package]]
20994name = "windows-sys"
20995version = "0.45.0"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20998dependencies = [
20999 "windows-targets 0.42.2",
21000]
21001
21002[[package]]
21003name = "windows-sys"
21004version = "0.48.0"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21007dependencies = [
21008 "windows-targets 0.48.5",
21009]
21010
21011[[package]]
21012name = "windows-sys"
21013version = "0.52.0"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21016dependencies = [
21017 "windows-targets 0.52.6",
21018]
21019
21020[[package]]
21021name = "windows-sys"
21022version = "0.59.0"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21025dependencies = [
21026 "windows-targets 0.52.6",
21027]
21028
21029[[package]]
21030name = "windows-sys"
21031version = "0.60.2"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21034dependencies = [
21035 "windows-targets 0.53.5",
21036]
21037
21038[[package]]
21039name = "windows-sys"
21040version = "0.61.2"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21043dependencies = [
21044 "windows-link 0.2.1",
21045]
21046
21047[[package]]
21048name = "windows-targets"
21049version = "0.42.2"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21052dependencies = [
21053 "windows_aarch64_gnullvm 0.42.2",
21054 "windows_aarch64_msvc 0.42.2",
21055 "windows_i686_gnu 0.42.2",
21056 "windows_i686_msvc 0.42.2",
21057 "windows_x86_64_gnu 0.42.2",
21058 "windows_x86_64_gnullvm 0.42.2",
21059 "windows_x86_64_msvc 0.42.2",
21060]
21061
21062[[package]]
21063name = "windows-targets"
21064version = "0.48.5"
21065source = "registry+https://github.com/rust-lang/crates.io-index"
21066checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21067dependencies = [
21068 "windows_aarch64_gnullvm 0.48.5",
21069 "windows_aarch64_msvc 0.48.5",
21070 "windows_i686_gnu 0.48.5",
21071 "windows_i686_msvc 0.48.5",
21072 "windows_x86_64_gnu 0.48.5",
21073 "windows_x86_64_gnullvm 0.48.5",
21074 "windows_x86_64_msvc 0.48.5",
21075]
21076
21077[[package]]
21078name = "windows-targets"
21079version = "0.52.6"
21080source = "registry+https://github.com/rust-lang/crates.io-index"
21081checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21082dependencies = [
21083 "windows_aarch64_gnullvm 0.52.6",
21084 "windows_aarch64_msvc 0.52.6",
21085 "windows_i686_gnu 0.52.6",
21086 "windows_i686_gnullvm 0.52.6",
21087 "windows_i686_msvc 0.52.6",
21088 "windows_x86_64_gnu 0.52.6",
21089 "windows_x86_64_gnullvm 0.52.6",
21090 "windows_x86_64_msvc 0.52.6",
21091]
21092
21093[[package]]
21094name = "windows-targets"
21095version = "0.53.5"
21096source = "registry+https://github.com/rust-lang/crates.io-index"
21097checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21098dependencies = [
21099 "windows-link 0.2.1",
21100 "windows_aarch64_gnullvm 0.53.1",
21101 "windows_aarch64_msvc 0.53.1",
21102 "windows_i686_gnu 0.53.1",
21103 "windows_i686_gnullvm 0.53.1",
21104 "windows_i686_msvc 0.53.1",
21105 "windows_x86_64_gnu 0.53.1",
21106 "windows_x86_64_gnullvm 0.53.1",
21107 "windows_x86_64_msvc 0.53.1",
21108]
21109
21110[[package]]
21111name = "windows-threading"
21112version = "0.1.0"
21113source = "registry+https://github.com/rust-lang/crates.io-index"
21114checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21115dependencies = [
21116 "windows-link 0.1.3",
21117]
21118
21119[[package]]
21120name = "windows-threading"
21121version = "0.2.1"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21124dependencies = [
21125 "windows-link 0.2.1",
21126]
21127
21128[[package]]
21129name = "windows_aarch64_gnullvm"
21130version = "0.42.2"
21131source = "registry+https://github.com/rust-lang/crates.io-index"
21132checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21133
21134[[package]]
21135name = "windows_aarch64_gnullvm"
21136version = "0.48.5"
21137source = "registry+https://github.com/rust-lang/crates.io-index"
21138checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21139
21140[[package]]
21141name = "windows_aarch64_gnullvm"
21142version = "0.52.6"
21143source = "registry+https://github.com/rust-lang/crates.io-index"
21144checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21145
21146[[package]]
21147name = "windows_aarch64_gnullvm"
21148version = "0.53.1"
21149source = "registry+https://github.com/rust-lang/crates.io-index"
21150checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21151
21152[[package]]
21153name = "windows_aarch64_msvc"
21154version = "0.42.2"
21155source = "registry+https://github.com/rust-lang/crates.io-index"
21156checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21157
21158[[package]]
21159name = "windows_aarch64_msvc"
21160version = "0.48.5"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21163
21164[[package]]
21165name = "windows_aarch64_msvc"
21166version = "0.52.6"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21169
21170[[package]]
21171name = "windows_aarch64_msvc"
21172version = "0.53.1"
21173source = "registry+https://github.com/rust-lang/crates.io-index"
21174checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21175
21176[[package]]
21177name = "windows_i686_gnu"
21178version = "0.42.2"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21181
21182[[package]]
21183name = "windows_i686_gnu"
21184version = "0.48.5"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21187
21188[[package]]
21189name = "windows_i686_gnu"
21190version = "0.52.6"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21193
21194[[package]]
21195name = "windows_i686_gnu"
21196version = "0.53.1"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21199
21200[[package]]
21201name = "windows_i686_gnullvm"
21202version = "0.52.6"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21205
21206[[package]]
21207name = "windows_i686_gnullvm"
21208version = "0.53.1"
21209source = "registry+https://github.com/rust-lang/crates.io-index"
21210checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21211
21212[[package]]
21213name = "windows_i686_msvc"
21214version = "0.42.2"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21217
21218[[package]]
21219name = "windows_i686_msvc"
21220version = "0.48.5"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21223
21224[[package]]
21225name = "windows_i686_msvc"
21226version = "0.52.6"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21229
21230[[package]]
21231name = "windows_i686_msvc"
21232version = "0.53.1"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21235
21236[[package]]
21237name = "windows_x86_64_gnu"
21238version = "0.42.2"
21239source = "registry+https://github.com/rust-lang/crates.io-index"
21240checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21241
21242[[package]]
21243name = "windows_x86_64_gnu"
21244version = "0.48.5"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21247
21248[[package]]
21249name = "windows_x86_64_gnu"
21250version = "0.52.6"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21253
21254[[package]]
21255name = "windows_x86_64_gnu"
21256version = "0.53.1"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21259
21260[[package]]
21261name = "windows_x86_64_gnullvm"
21262version = "0.42.2"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21265
21266[[package]]
21267name = "windows_x86_64_gnullvm"
21268version = "0.48.5"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21271
21272[[package]]
21273name = "windows_x86_64_gnullvm"
21274version = "0.52.6"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21277
21278[[package]]
21279name = "windows_x86_64_gnullvm"
21280version = "0.53.1"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21283
21284[[package]]
21285name = "windows_x86_64_msvc"
21286version = "0.42.2"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21289
21290[[package]]
21291name = "windows_x86_64_msvc"
21292version = "0.48.5"
21293source = "registry+https://github.com/rust-lang/crates.io-index"
21294checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21295
21296[[package]]
21297name = "windows_x86_64_msvc"
21298version = "0.52.6"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21301
21302[[package]]
21303name = "windows_x86_64_msvc"
21304version = "0.53.1"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21307
21308[[package]]
21309name = "winnow"
21310version = "0.7.13"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21313dependencies = [
21314 "memchr",
21315]
21316
21317[[package]]
21318name = "winreg"
21319version = "0.10.1"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21322dependencies = [
21323 "winapi",
21324]
21325
21326[[package]]
21327name = "winreg"
21328version = "0.50.0"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21331dependencies = [
21332 "cfg-if",
21333 "windows-sys 0.48.0",
21334]
21335
21336[[package]]
21337name = "winreg"
21338version = "0.55.0"
21339source = "registry+https://github.com/rust-lang/crates.io-index"
21340checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21341dependencies = [
21342 "cfg-if",
21343 "windows-sys 0.59.0",
21344]
21345
21346[[package]]
21347name = "winresource"
21348version = "0.1.23"
21349source = "registry+https://github.com/rust-lang/crates.io-index"
21350checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21351dependencies = [
21352 "toml 0.8.23",
21353 "version_check",
21354]
21355
21356[[package]]
21357name = "winsafe"
21358version = "0.0.19"
21359source = "registry+https://github.com/rust-lang/crates.io-index"
21360checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21361
21362[[package]]
21363name = "winx"
21364version = "0.36.4"
21365source = "registry+https://github.com/rust-lang/crates.io-index"
21366checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21367dependencies = [
21368 "bitflags 2.10.0",
21369 "windows-sys 0.59.0",
21370]
21371
21372[[package]]
21373name = "wio"
21374version = "0.2.2"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21377dependencies = [
21378 "winapi",
21379]
21380
21381[[package]]
21382name = "wit-bindgen"
21383version = "0.22.0"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21386dependencies = [
21387 "bitflags 2.10.0",
21388 "wit-bindgen-rt 0.22.0",
21389 "wit-bindgen-rust-macro 0.22.0",
21390]
21391
21392[[package]]
21393name = "wit-bindgen"
21394version = "0.41.0"
21395source = "registry+https://github.com/rust-lang/crates.io-index"
21396checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21397dependencies = [
21398 "wit-bindgen-rt 0.41.0",
21399 "wit-bindgen-rust-macro 0.41.0",
21400]
21401
21402[[package]]
21403name = "wit-bindgen"
21404version = "0.46.0"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21407
21408[[package]]
21409name = "wit-bindgen"
21410version = "0.51.0"
21411source = "registry+https://github.com/rust-lang/crates.io-index"
21412checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21413dependencies = [
21414 "wit-bindgen-rust-macro 0.51.0",
21415]
21416
21417[[package]]
21418name = "wit-bindgen-core"
21419version = "0.22.0"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21422dependencies = [
21423 "anyhow",
21424 "wit-parser 0.201.0",
21425]
21426
21427[[package]]
21428name = "wit-bindgen-core"
21429version = "0.41.0"
21430source = "registry+https://github.com/rust-lang/crates.io-index"
21431checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21432dependencies = [
21433 "anyhow",
21434 "heck 0.5.0",
21435 "wit-parser 0.227.1",
21436]
21437
21438[[package]]
21439name = "wit-bindgen-core"
21440version = "0.51.0"
21441source = "registry+https://github.com/rust-lang/crates.io-index"
21442checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21443dependencies = [
21444 "anyhow",
21445 "heck 0.5.0",
21446 "wit-parser 0.244.0",
21447]
21448
21449[[package]]
21450name = "wit-bindgen-rt"
21451version = "0.22.0"
21452source = "registry+https://github.com/rust-lang/crates.io-index"
21453checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21454
21455[[package]]
21456name = "wit-bindgen-rt"
21457version = "0.41.0"
21458source = "registry+https://github.com/rust-lang/crates.io-index"
21459checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21460dependencies = [
21461 "bitflags 2.10.0",
21462 "futures 0.3.32",
21463 "once_cell",
21464]
21465
21466[[package]]
21467name = "wit-bindgen-rust"
21468version = "0.22.0"
21469source = "registry+https://github.com/rust-lang/crates.io-index"
21470checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21471dependencies = [
21472 "anyhow",
21473 "heck 0.4.1",
21474 "indexmap",
21475 "wasm-metadata 0.201.0",
21476 "wit-bindgen-core 0.22.0",
21477 "wit-component 0.201.0",
21478]
21479
21480[[package]]
21481name = "wit-bindgen-rust"
21482version = "0.41.0"
21483source = "registry+https://github.com/rust-lang/crates.io-index"
21484checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21485dependencies = [
21486 "anyhow",
21487 "heck 0.5.0",
21488 "indexmap",
21489 "prettyplease",
21490 "syn 2.0.117",
21491 "wasm-metadata 0.227.1",
21492 "wit-bindgen-core 0.41.0",
21493 "wit-component 0.227.1",
21494]
21495
21496[[package]]
21497name = "wit-bindgen-rust"
21498version = "0.51.0"
21499source = "registry+https://github.com/rust-lang/crates.io-index"
21500checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21501dependencies = [
21502 "anyhow",
21503 "heck 0.5.0",
21504 "indexmap",
21505 "prettyplease",
21506 "syn 2.0.117",
21507 "wasm-metadata 0.244.0",
21508 "wit-bindgen-core 0.51.0",
21509 "wit-component 0.244.0",
21510]
21511
21512[[package]]
21513name = "wit-bindgen-rust-macro"
21514version = "0.22.0"
21515source = "registry+https://github.com/rust-lang/crates.io-index"
21516checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21517dependencies = [
21518 "anyhow",
21519 "proc-macro2",
21520 "quote",
21521 "syn 2.0.117",
21522 "wit-bindgen-core 0.22.0",
21523 "wit-bindgen-rust 0.22.0",
21524]
21525
21526[[package]]
21527name = "wit-bindgen-rust-macro"
21528version = "0.41.0"
21529source = "registry+https://github.com/rust-lang/crates.io-index"
21530checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21531dependencies = [
21532 "anyhow",
21533 "prettyplease",
21534 "proc-macro2",
21535 "quote",
21536 "syn 2.0.117",
21537 "wit-bindgen-core 0.41.0",
21538 "wit-bindgen-rust 0.41.0",
21539]
21540
21541[[package]]
21542name = "wit-bindgen-rust-macro"
21543version = "0.51.0"
21544source = "registry+https://github.com/rust-lang/crates.io-index"
21545checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21546dependencies = [
21547 "anyhow",
21548 "prettyplease",
21549 "proc-macro2",
21550 "quote",
21551 "syn 2.0.117",
21552 "wit-bindgen-core 0.51.0",
21553 "wit-bindgen-rust 0.51.0",
21554]
21555
21556[[package]]
21557name = "wit-component"
21558version = "0.201.0"
21559source = "registry+https://github.com/rust-lang/crates.io-index"
21560checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21561dependencies = [
21562 "anyhow",
21563 "bitflags 2.10.0",
21564 "indexmap",
21565 "log",
21566 "serde",
21567 "serde_derive",
21568 "serde_json",
21569 "wasm-encoder 0.201.0",
21570 "wasm-metadata 0.201.0",
21571 "wasmparser 0.201.0",
21572 "wit-parser 0.201.0",
21573]
21574
21575[[package]]
21576name = "wit-component"
21577version = "0.227.1"
21578source = "registry+https://github.com/rust-lang/crates.io-index"
21579checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21580dependencies = [
21581 "anyhow",
21582 "bitflags 2.10.0",
21583 "indexmap",
21584 "log",
21585 "serde",
21586 "serde_derive",
21587 "serde_json",
21588 "wasm-encoder 0.227.1",
21589 "wasm-metadata 0.227.1",
21590 "wasmparser 0.227.1",
21591 "wit-parser 0.227.1",
21592]
21593
21594[[package]]
21595name = "wit-component"
21596version = "0.244.0"
21597source = "registry+https://github.com/rust-lang/crates.io-index"
21598checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21599dependencies = [
21600 "anyhow",
21601 "bitflags 2.10.0",
21602 "indexmap",
21603 "log",
21604 "serde",
21605 "serde_derive",
21606 "serde_json",
21607 "wasm-encoder 0.244.0",
21608 "wasm-metadata 0.244.0",
21609 "wasmparser 0.244.0",
21610 "wit-parser 0.244.0",
21611]
21612
21613[[package]]
21614name = "wit-parser"
21615version = "0.201.0"
21616source = "registry+https://github.com/rust-lang/crates.io-index"
21617checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21618dependencies = [
21619 "anyhow",
21620 "id-arena",
21621 "indexmap",
21622 "log",
21623 "semver",
21624 "serde",
21625 "serde_derive",
21626 "serde_json",
21627 "unicode-xid",
21628 "wasmparser 0.201.0",
21629]
21630
21631[[package]]
21632name = "wit-parser"
21633version = "0.227.1"
21634source = "registry+https://github.com/rust-lang/crates.io-index"
21635checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21636dependencies = [
21637 "anyhow",
21638 "id-arena",
21639 "indexmap",
21640 "log",
21641 "semver",
21642 "serde",
21643 "serde_derive",
21644 "serde_json",
21645 "unicode-xid",
21646 "wasmparser 0.227.1",
21647]
21648
21649[[package]]
21650name = "wit-parser"
21651version = "0.236.1"
21652source = "registry+https://github.com/rust-lang/crates.io-index"
21653checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21654dependencies = [
21655 "anyhow",
21656 "id-arena",
21657 "indexmap",
21658 "log",
21659 "semver",
21660 "serde",
21661 "serde_derive",
21662 "serde_json",
21663 "unicode-xid",
21664 "wasmparser 0.236.1",
21665]
21666
21667[[package]]
21668name = "wit-parser"
21669version = "0.244.0"
21670source = "registry+https://github.com/rust-lang/crates.io-index"
21671checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21672dependencies = [
21673 "anyhow",
21674 "id-arena",
21675 "indexmap",
21676 "log",
21677 "semver",
21678 "serde",
21679 "serde_derive",
21680 "serde_json",
21681 "unicode-xid",
21682 "wasmparser 0.244.0",
21683]
21684
21685[[package]]
21686name = "witx"
21687version = "0.9.1"
21688source = "registry+https://github.com/rust-lang/crates.io-index"
21689checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21690dependencies = [
21691 "anyhow",
21692 "log",
21693 "thiserror 1.0.69",
21694 "wast",
21695]
21696
21697[[package]]
21698name = "workspace"
21699version = "0.1.0"
21700dependencies = [
21701 "agent_settings",
21702 "any_vec",
21703 "anyhow",
21704 "async-recursion",
21705 "chrono",
21706 "client",
21707 "clock",
21708 "collections",
21709 "component",
21710 "db",
21711 "fs",
21712 "futures 0.3.32",
21713 "git",
21714 "gpui",
21715 "http_client",
21716 "itertools 0.14.0",
21717 "language",
21718 "log",
21719 "markdown",
21720 "menu",
21721 "node_runtime",
21722 "parking_lot",
21723 "postage",
21724 "pretty_assertions",
21725 "project",
21726 "release_channel",
21727 "remote",
21728 "schemars",
21729 "serde",
21730 "serde_json",
21731 "session",
21732 "settings",
21733 "smallvec",
21734 "sqlez",
21735 "strum 0.27.2",
21736 "task",
21737 "telemetry",
21738 "tempfile",
21739 "theme",
21740 "theme_settings",
21741 "ui",
21742 "util",
21743 "uuid",
21744 "vim_mode_setting",
21745 "windows 0.61.3",
21746 "zed_actions",
21747 "zlog",
21748]
21749
21750[[package]]
21751name = "worktree"
21752version = "0.1.0"
21753dependencies = [
21754 "anyhow",
21755 "async-lock 2.8.0",
21756 "chardetng",
21757 "clock",
21758 "collections",
21759 "encoding_rs",
21760 "fs",
21761 "futures 0.3.32",
21762 "fuzzy",
21763 "git",
21764 "gpui",
21765 "ignore",
21766 "language",
21767 "log",
21768 "parking_lot",
21769 "paths",
21770 "postage",
21771 "pretty_assertions",
21772 "rand 0.9.3",
21773 "rpc",
21774 "serde",
21775 "serde_json",
21776 "settings",
21777 "smallvec",
21778 "smol",
21779 "sum_tree",
21780 "text",
21781 "tracing",
21782 "util",
21783 "worktree",
21784 "zlog",
21785 "ztracing",
21786]
21787
21788[[package]]
21789name = "worktree_benchmarks"
21790version = "0.1.0"
21791dependencies = [
21792 "fs",
21793 "gpui_platform",
21794 "settings",
21795 "worktree",
21796]
21797
21798[[package]]
21799name = "wprcontrol"
21800version = "0.1.0"
21801source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21802dependencies = [
21803 "windows 0.61.3",
21804 "windows-bindgen",
21805 "windows-core 0.61.2",
21806 "windows-link 0.2.1",
21807]
21808
21809[[package]]
21810name = "writeable"
21811version = "0.6.1"
21812source = "registry+https://github.com/rust-lang/crates.io-index"
21813checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21814
21815[[package]]
21816name = "wyz"
21817version = "0.5.1"
21818source = "registry+https://github.com/rust-lang/crates.io-index"
21819checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21820dependencies = [
21821 "tap",
21822]
21823
21824[[package]]
21825name = "x11"
21826version = "2.21.0"
21827source = "registry+https://github.com/rust-lang/crates.io-index"
21828checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21829dependencies = [
21830 "libc",
21831 "pkg-config",
21832]
21833
21834[[package]]
21835name = "x11-clipboard"
21836version = "0.9.3"
21837source = "registry+https://github.com/rust-lang/crates.io-index"
21838checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21839dependencies = [
21840 "libc",
21841 "x11rb",
21842]
21843
21844[[package]]
21845name = "x11rb"
21846version = "0.13.2"
21847source = "registry+https://github.com/rust-lang/crates.io-index"
21848checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21849dependencies = [
21850 "as-raw-xcb-connection",
21851 "gethostname",
21852 "libc",
21853 "rustix 1.1.2",
21854 "x11rb-protocol",
21855 "xcursor",
21856]
21857
21858[[package]]
21859name = "x11rb-protocol"
21860version = "0.13.2"
21861source = "registry+https://github.com/rust-lang/crates.io-index"
21862checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21863
21864[[package]]
21865name = "x_ai"
21866version = "0.1.0"
21867dependencies = [
21868 "anyhow",
21869 "language_model_core",
21870 "schemars",
21871 "serde",
21872 "strum 0.27.2",
21873 "tiktoken-rs",
21874]
21875
21876[[package]]
21877name = "xattr"
21878version = "0.2.3"
21879source = "registry+https://github.com/rust-lang/crates.io-index"
21880checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21881dependencies = [
21882 "libc",
21883]
21884
21885[[package]]
21886name = "xcb"
21887version = "1.6.0"
21888source = "registry+https://github.com/rust-lang/crates.io-index"
21889checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21890dependencies = [
21891 "bitflags 1.3.2",
21892 "libc",
21893 "quick-xml 0.30.0",
21894 "x11",
21895]
21896
21897[[package]]
21898name = "xcursor"
21899version = "0.3.10"
21900source = "registry+https://github.com/rust-lang/crates.io-index"
21901checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21902
21903[[package]]
21904name = "xim-ctext"
21905version = "0.3.0"
21906source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21907dependencies = [
21908 "encoding_rs",
21909]
21910
21911[[package]]
21912name = "xim-parser"
21913version = "0.2.1"
21914source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21915dependencies = [
21916 "bitflags 2.10.0",
21917]
21918
21919[[package]]
21920name = "xkbcommon"
21921version = "0.8.0"
21922source = "registry+https://github.com/rust-lang/crates.io-index"
21923checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21924dependencies = [
21925 "as-raw-xcb-connection",
21926 "libc",
21927 "memmap2",
21928 "xkeysym",
21929]
21930
21931[[package]]
21932name = "xkeysym"
21933version = "0.2.1"
21934source = "registry+https://github.com/rust-lang/crates.io-index"
21935checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21936
21937[[package]]
21938name = "xml-rs"
21939version = "0.8.28"
21940source = "registry+https://github.com/rust-lang/crates.io-index"
21941checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21942
21943[[package]]
21944name = "xml5ever"
21945version = "0.18.1"
21946source = "registry+https://github.com/rust-lang/crates.io-index"
21947checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21948dependencies = [
21949 "log",
21950 "mac",
21951 "markup5ever 0.12.1",
21952]
21953
21954[[package]]
21955name = "xmlparser"
21956version = "0.13.6"
21957source = "registry+https://github.com/rust-lang/crates.io-index"
21958checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21959
21960[[package]]
21961name = "xmlwriter"
21962version = "0.1.0"
21963source = "registry+https://github.com/rust-lang/crates.io-index"
21964checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21965
21966[[package]]
21967name = "xtask"
21968version = "0.1.0"
21969dependencies = [
21970 "annotate-snippets",
21971 "anyhow",
21972 "backtrace",
21973 "cargo_metadata 0.19.2",
21974 "cargo_toml",
21975 "clap",
21976 "compliance",
21977 "gh-workflow",
21978 "indexmap",
21979 "indoc",
21980 "itertools 0.14.0",
21981 "regex",
21982 "serde",
21983 "serde_json",
21984 "serde_yaml",
21985 "strum 0.27.2",
21986 "tokio",
21987 "toml 0.8.23",
21988 "toml_edit 0.22.27",
21989]
21990
21991[[package]]
21992name = "y4m"
21993version = "0.8.0"
21994source = "registry+https://github.com/rust-lang/crates.io-index"
21995checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
21996
21997[[package]]
21998name = "yaml-rust2"
21999version = "0.8.1"
22000source = "registry+https://github.com/rust-lang/crates.io-index"
22001checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22002dependencies = [
22003 "arraydeque",
22004 "encoding_rs",
22005 "hashlink 0.8.4",
22006]
22007
22008[[package]]
22009name = "yansi"
22010version = "1.0.1"
22011source = "registry+https://github.com/rust-lang/crates.io-index"
22012checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22013
22014[[package]]
22015name = "yawc"
22016version = "0.2.5"
22017source = "registry+https://github.com/rust-lang/crates.io-index"
22018checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22019dependencies = [
22020 "base64 0.22.1",
22021 "bytes 1.11.1",
22022 "flate2",
22023 "futures 0.3.32",
22024 "http-body-util",
22025 "hyper 1.7.0",
22026 "hyper-util",
22027 "js-sys",
22028 "nom 8.0.0",
22029 "pin-project",
22030 "rand 0.8.5",
22031 "sha1",
22032 "thiserror 1.0.69",
22033 "tokio",
22034 "tokio-rustls 0.26.2",
22035 "tokio-util",
22036 "url",
22037 "wasm-bindgen",
22038 "wasm-bindgen-futures",
22039 "web-sys",
22040 "webpki-roots",
22041]
22042
22043[[package]]
22044name = "yazi"
22045version = "0.2.1"
22046source = "registry+https://github.com/rust-lang/crates.io-index"
22047checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22048
22049[[package]]
22050name = "yeslogic-fontconfig-sys"
22051version = "6.0.0"
22052source = "registry+https://github.com/rust-lang/crates.io-index"
22053checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22054dependencies = [
22055 "dlib",
22056 "once_cell",
22057 "pkg-config",
22058]
22059
22060[[package]]
22061name = "yoke"
22062version = "0.7.5"
22063source = "registry+https://github.com/rust-lang/crates.io-index"
22064checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22065dependencies = [
22066 "serde",
22067 "stable_deref_trait",
22068 "yoke-derive 0.7.5",
22069 "zerofrom",
22070]
22071
22072[[package]]
22073name = "yoke"
22074version = "0.8.0"
22075source = "registry+https://github.com/rust-lang/crates.io-index"
22076checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22077dependencies = [
22078 "serde",
22079 "stable_deref_trait",
22080 "yoke-derive 0.8.0",
22081 "zerofrom",
22082]
22083
22084[[package]]
22085name = "yoke-derive"
22086version = "0.7.5"
22087source = "registry+https://github.com/rust-lang/crates.io-index"
22088checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22089dependencies = [
22090 "proc-macro2",
22091 "quote",
22092 "syn 2.0.117",
22093 "synstructure",
22094]
22095
22096[[package]]
22097name = "yoke-derive"
22098version = "0.8.0"
22099source = "registry+https://github.com/rust-lang/crates.io-index"
22100checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22101dependencies = [
22102 "proc-macro2",
22103 "quote",
22104 "syn 2.0.117",
22105 "synstructure",
22106]
22107
22108[[package]]
22109name = "zbus"
22110version = "5.13.2"
22111source = "registry+https://github.com/rust-lang/crates.io-index"
22112checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22113dependencies = [
22114 "async-broadcast",
22115 "async-executor",
22116 "async-io",
22117 "async-lock 3.4.2",
22118 "async-process",
22119 "async-recursion",
22120 "async-task",
22121 "async-trait",
22122 "blocking",
22123 "enumflags2",
22124 "event-listener 5.4.1",
22125 "futures-core",
22126 "futures-lite 2.6.1",
22127 "hex",
22128 "libc",
22129 "ordered-stream",
22130 "rustix 1.1.2",
22131 "serde",
22132 "serde_repr",
22133 "tracing",
22134 "uds_windows",
22135 "uuid",
22136 "windows-sys 0.61.2",
22137 "winnow",
22138 "zbus_macros",
22139 "zbus_names",
22140 "zvariant",
22141]
22142
22143[[package]]
22144name = "zbus_macros"
22145version = "5.13.2"
22146source = "registry+https://github.com/rust-lang/crates.io-index"
22147checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22148dependencies = [
22149 "proc-macro-crate",
22150 "proc-macro2",
22151 "quote",
22152 "syn 2.0.117",
22153 "zbus_names",
22154 "zvariant",
22155 "zvariant_utils",
22156]
22157
22158[[package]]
22159name = "zbus_names"
22160version = "4.3.1"
22161source = "registry+https://github.com/rust-lang/crates.io-index"
22162checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22163dependencies = [
22164 "serde",
22165 "winnow",
22166 "zvariant",
22167]
22168
22169[[package]]
22170name = "zed"
22171version = "0.234.0"
22172dependencies = [
22173 "acp_thread",
22174 "acp_tools",
22175 "action_log",
22176 "activity_indicator",
22177 "agent",
22178 "agent-client-protocol",
22179 "agent_servers",
22180 "agent_settings",
22181 "agent_ui",
22182 "anyhow",
22183 "ashpd",
22184 "askpass",
22185 "assets",
22186 "audio",
22187 "auto_update",
22188 "auto_update_ui",
22189 "breadcrumbs",
22190 "call",
22191 "channel",
22192 "chrono",
22193 "clap",
22194 "cli",
22195 "client",
22196 "clock",
22197 "codestral",
22198 "collab_ui",
22199 "collections",
22200 "command_palette",
22201 "component",
22202 "component_preview",
22203 "copilot",
22204 "copilot_chat",
22205 "copilot_ui",
22206 "crashes",
22207 "csv_preview",
22208 "dap_adapters",
22209 "db",
22210 "debug_adapter_extension",
22211 "debugger_tools",
22212 "debugger_ui",
22213 "dev_container",
22214 "diagnostics",
22215 "edit_prediction",
22216 "edit_prediction_ui",
22217 "editor",
22218 "encoding_selector",
22219 "env_logger 0.11.8",
22220 "etw_tracing",
22221 "extension",
22222 "extension_host",
22223 "extensions_ui",
22224 "feature_flags",
22225 "feedback",
22226 "file_finder",
22227 "fs",
22228 "futures 0.3.32",
22229 "git",
22230 "git_graph",
22231 "git_hosting_providers",
22232 "git_ui",
22233 "go_to_line",
22234 "gpui",
22235 "gpui_platform",
22236 "gpui_tokio",
22237 "http_client",
22238 "image",
22239 "image_viewer",
22240 "inspector_ui",
22241 "install_cli",
22242 "itertools 0.14.0",
22243 "journal",
22244 "json_schema_store",
22245 "keymap_editor",
22246 "language",
22247 "language_extension",
22248 "language_model",
22249 "language_models",
22250 "language_onboarding",
22251 "language_selector",
22252 "language_tools",
22253 "languages",
22254 "line_ending_selector",
22255 "log",
22256 "markdown",
22257 "markdown_preview",
22258 "menu",
22259 "migrator",
22260 "mimalloc",
22261 "miniprofiler_ui",
22262 "nc",
22263 "node_runtime",
22264 "notifications",
22265 "onboarding",
22266 "outline",
22267 "outline_panel",
22268 "parking_lot",
22269 "paths",
22270 "picker",
22271 "pkg-config",
22272 "pretty_assertions",
22273 "profiling",
22274 "project",
22275 "project_panel",
22276 "project_symbols",
22277 "prompt_store",
22278 "proto",
22279 "rayon",
22280 "recent_projects",
22281 "release_channel",
22282 "remote",
22283 "repl",
22284 "reqwest_client",
22285 "rope",
22286 "search",
22287 "semver",
22288 "serde",
22289 "serde_json",
22290 "session",
22291 "settings",
22292 "settings_profile_selector",
22293 "settings_ui",
22294 "shellexpand",
22295 "sidebar",
22296 "smol",
22297 "snippet_provider",
22298 "snippets_ui",
22299 "svg_preview",
22300 "sysinfo 0.37.2",
22301 "system_specs",
22302 "tab_switcher",
22303 "task",
22304 "tasks_ui",
22305 "telemetry",
22306 "telemetry_events",
22307 "tempfile",
22308 "terminal_view",
22309 "theme",
22310 "theme_extension",
22311 "theme_selector",
22312 "theme_settings",
22313 "time",
22314 "time_format",
22315 "title_bar",
22316 "toolchain_selector",
22317 "tracing",
22318 "ui",
22319 "ui_prompt",
22320 "url",
22321 "urlencoding",
22322 "util",
22323 "uuid",
22324 "vim",
22325 "vim_mode_setting",
22326 "watch",
22327 "web_search",
22328 "web_search_providers",
22329 "which_key",
22330 "windows 0.61.3",
22331 "winresource",
22332 "workspace",
22333 "zed-reqwest",
22334 "zed_actions",
22335 "zed_env_vars",
22336 "zlog",
22337 "zlog_settings",
22338 "ztracing",
22339]
22340
22341[[package]]
22342name = "zed-font-kit"
22343version = "0.14.1-zed"
22344source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22345dependencies = [
22346 "bitflags 2.10.0",
22347 "byteorder",
22348 "core-foundation 0.10.0",
22349 "core-graphics 0.24.0",
22350 "core-text",
22351 "dirs",
22352 "dwrote",
22353 "float-ord",
22354 "freetype-sys",
22355 "lazy_static",
22356 "libc",
22357 "log",
22358 "pathfinder_geometry",
22359 "pathfinder_simd",
22360 "walkdir",
22361 "winapi",
22362 "yeslogic-fontconfig-sys",
22363]
22364
22365[[package]]
22366name = "zed-reqwest"
22367version = "0.12.15-zed"
22368source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22369dependencies = [
22370 "base64 0.22.1",
22371 "bytes 1.11.1",
22372 "encoding_rs",
22373 "futures-core",
22374 "futures-util",
22375 "h2 0.4.12",
22376 "http 1.3.1",
22377 "http-body 1.0.1",
22378 "http-body-util",
22379 "hyper 1.7.0",
22380 "hyper-rustls 0.27.7",
22381 "hyper-util",
22382 "ipnet",
22383 "js-sys",
22384 "log",
22385 "mime",
22386 "mime_guess",
22387 "once_cell",
22388 "percent-encoding",
22389 "pin-project-lite",
22390 "quinn",
22391 "rustls 0.23.33",
22392 "rustls-native-certs 0.8.2",
22393 "rustls-pemfile 2.2.0",
22394 "rustls-pki-types",
22395 "serde",
22396 "serde_json",
22397 "serde_urlencoded",
22398 "sync_wrapper 1.0.2",
22399 "system-configuration 0.6.1",
22400 "tokio",
22401 "tokio-rustls 0.26.2",
22402 "tokio-socks",
22403 "tokio-util",
22404 "tower 0.5.2",
22405 "tower-service",
22406 "url",
22407 "wasm-bindgen",
22408 "wasm-bindgen-futures",
22409 "wasm-streams",
22410 "web-sys",
22411 "windows-registry 0.4.0",
22412]
22413
22414[[package]]
22415name = "zed-scap"
22416version = "0.0.8-zed"
22417source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22418dependencies = [
22419 "anyhow",
22420 "cocoa 0.25.0",
22421 "core-graphics-helmer-fork",
22422 "log",
22423 "objc",
22424 "rand 0.8.5",
22425 "screencapturekit",
22426 "screencapturekit-sys",
22427 "sysinfo 0.31.4",
22428 "tao-core-video-sys",
22429 "windows 0.61.3",
22430 "windows-capture",
22431 "x11",
22432 "xcb",
22433]
22434
22435[[package]]
22436name = "zed-xim"
22437version = "0.4.0-zed"
22438source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22439dependencies = [
22440 "ahash 0.8.12",
22441 "hashbrown 0.14.5",
22442 "log",
22443 "x11rb",
22444 "xim-ctext",
22445 "xim-parser",
22446]
22447
22448[[package]]
22449name = "zed_actions"
22450version = "0.1.0"
22451dependencies = [
22452 "gpui",
22453 "schemars",
22454 "serde",
22455 "util",
22456 "uuid",
22457]
22458
22459[[package]]
22460name = "zed_credentials_provider"
22461version = "0.1.0"
22462dependencies = [
22463 "anyhow",
22464 "credentials_provider",
22465 "futures 0.3.32",
22466 "gpui",
22467 "paths",
22468 "release_channel",
22469 "serde",
22470 "serde_json",
22471]
22472
22473[[package]]
22474name = "zed_env_vars"
22475version = "0.1.0"
22476dependencies = [
22477 "env_var",
22478]
22479
22480[[package]]
22481name = "zed_extension_api"
22482version = "0.1.0"
22483source = "registry+https://github.com/rust-lang/crates.io-index"
22484checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22485dependencies = [
22486 "serde",
22487 "serde_json",
22488 "wit-bindgen 0.22.0",
22489]
22490
22491[[package]]
22492name = "zed_extension_api"
22493version = "0.7.0"
22494source = "registry+https://github.com/rust-lang/crates.io-index"
22495checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22496dependencies = [
22497 "serde",
22498 "serde_json",
22499 "wit-bindgen 0.41.0",
22500]
22501
22502[[package]]
22503name = "zed_extension_api"
22504version = "0.8.0"
22505dependencies = [
22506 "serde",
22507 "serde_json",
22508 "wit-bindgen 0.41.0",
22509]
22510
22511[[package]]
22512name = "zed_glsl"
22513version = "0.2.3"
22514dependencies = [
22515 "zed_extension_api 0.1.0",
22516]
22517
22518[[package]]
22519name = "zed_html"
22520version = "0.3.1"
22521dependencies = [
22522 "zed_extension_api 0.7.0",
22523]
22524
22525[[package]]
22526name = "zed_proto"
22527version = "0.3.2"
22528dependencies = [
22529 "zed_extension_api 0.7.0",
22530]
22531
22532[[package]]
22533name = "zed_test_extension"
22534version = "0.1.0"
22535dependencies = [
22536 "zed_extension_api 0.8.0",
22537]
22538
22539[[package]]
22540name = "zeno"
22541version = "0.3.3"
22542source = "registry+https://github.com/rust-lang/crates.io-index"
22543checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22544
22545[[package]]
22546name = "zerocopy"
22547version = "0.8.27"
22548source = "registry+https://github.com/rust-lang/crates.io-index"
22549checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22550dependencies = [
22551 "zerocopy-derive",
22552]
22553
22554[[package]]
22555name = "zerocopy-derive"
22556version = "0.8.27"
22557source = "registry+https://github.com/rust-lang/crates.io-index"
22558checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22559dependencies = [
22560 "proc-macro2",
22561 "quote",
22562 "syn 2.0.117",
22563]
22564
22565[[package]]
22566name = "zerofrom"
22567version = "0.1.6"
22568source = "registry+https://github.com/rust-lang/crates.io-index"
22569checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22570dependencies = [
22571 "zerofrom-derive",
22572]
22573
22574[[package]]
22575name = "zerofrom-derive"
22576version = "0.1.6"
22577source = "registry+https://github.com/rust-lang/crates.io-index"
22578checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22579dependencies = [
22580 "proc-macro2",
22581 "quote",
22582 "syn 2.0.117",
22583 "synstructure",
22584]
22585
22586[[package]]
22587name = "zeroize"
22588version = "1.8.2"
22589source = "registry+https://github.com/rust-lang/crates.io-index"
22590checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22591dependencies = [
22592 "zeroize_derive",
22593]
22594
22595[[package]]
22596name = "zeroize_derive"
22597version = "1.4.2"
22598source = "registry+https://github.com/rust-lang/crates.io-index"
22599checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22600dependencies = [
22601 "proc-macro2",
22602 "quote",
22603 "syn 2.0.117",
22604]
22605
22606[[package]]
22607name = "zeromq"
22608version = "0.5.0"
22609source = "registry+https://github.com/rust-lang/crates.io-index"
22610checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22611dependencies = [
22612 "async-dispatcher",
22613 "async-std",
22614 "async-trait",
22615 "asynchronous-codec",
22616 "bytes 1.11.1",
22617 "crossbeam-queue",
22618 "futures 0.3.32",
22619 "log",
22620 "num-traits",
22621 "once_cell",
22622 "parking_lot",
22623 "rand 0.9.3",
22624 "regex",
22625 "scc",
22626 "thiserror 1.0.69",
22627 "uuid",
22628]
22629
22630[[package]]
22631name = "zerotrie"
22632version = "0.2.2"
22633source = "registry+https://github.com/rust-lang/crates.io-index"
22634checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22635dependencies = [
22636 "displaydoc",
22637 "yoke 0.8.0",
22638 "zerofrom",
22639]
22640
22641[[package]]
22642name = "zerovec"
22643version = "0.11.4"
22644source = "registry+https://github.com/rust-lang/crates.io-index"
22645checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22646dependencies = [
22647 "yoke 0.8.0",
22648 "zerofrom",
22649 "zerovec-derive",
22650]
22651
22652[[package]]
22653name = "zerovec-derive"
22654version = "0.11.1"
22655source = "registry+https://github.com/rust-lang/crates.io-index"
22656checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22657dependencies = [
22658 "proc-macro2",
22659 "quote",
22660 "syn 2.0.117",
22661]
22662
22663[[package]]
22664name = "zeta_prompt"
22665version = "0.1.0"
22666dependencies = [
22667 "anyhow",
22668 "imara-diff",
22669 "indoc",
22670 "serde",
22671 "strum 0.27.2",
22672]
22673
22674[[package]]
22675name = "zip"
22676version = "0.6.6"
22677source = "registry+https://github.com/rust-lang/crates.io-index"
22678checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22679dependencies = [
22680 "aes",
22681 "byteorder",
22682 "bzip2 0.4.4",
22683 "constant_time_eq",
22684 "crc32fast",
22685 "crossbeam-utils",
22686 "flate2",
22687 "hmac",
22688 "pbkdf2 0.11.0",
22689 "sha1",
22690 "time",
22691 "zstd",
22692]
22693
22694[[package]]
22695name = "zip"
22696version = "1.1.4"
22697source = "registry+https://github.com/rust-lang/crates.io-index"
22698checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22699dependencies = [
22700 "arbitrary",
22701 "crc32fast",
22702 "crossbeam-utils",
22703 "displaydoc",
22704 "indexmap",
22705 "num_enum",
22706 "thiserror 1.0.69",
22707]
22708
22709[[package]]
22710name = "zlog"
22711version = "0.1.0"
22712dependencies = [
22713 "anyhow",
22714 "chrono",
22715 "collections",
22716 "log",
22717 "tempfile",
22718]
22719
22720[[package]]
22721name = "zlog_settings"
22722version = "0.1.0"
22723dependencies = [
22724 "collections",
22725 "gpui",
22726 "settings",
22727 "zlog",
22728]
22729
22730[[package]]
22731name = "zstd"
22732version = "0.11.2+zstd.1.5.2"
22733source = "registry+https://github.com/rust-lang/crates.io-index"
22734checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22735dependencies = [
22736 "zstd-safe",
22737]
22738
22739[[package]]
22740name = "zstd-safe"
22741version = "5.0.2+zstd.1.5.2"
22742source = "registry+https://github.com/rust-lang/crates.io-index"
22743checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22744dependencies = [
22745 "libc",
22746 "zstd-sys",
22747]
22748
22749[[package]]
22750name = "zstd-sys"
22751version = "2.0.16+zstd.1.5.7"
22752source = "registry+https://github.com/rust-lang/crates.io-index"
22753checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22754dependencies = [
22755 "cc",
22756 "pkg-config",
22757]
22758
22759[[package]]
22760name = "ztracing"
22761version = "0.1.0"
22762dependencies = [
22763 "tracing",
22764 "tracing-subscriber",
22765 "tracing-tracy",
22766 "tracy-client",
22767 "zlog",
22768 "ztracing_macro",
22769]
22770
22771[[package]]
22772name = "ztracing_macro"
22773version = "0.1.0"
22774
22775[[package]]
22776name = "zune-core"
22777version = "0.4.12"
22778source = "registry+https://github.com/rust-lang/crates.io-index"
22779checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22780
22781[[package]]
22782name = "zune-core"
22783version = "0.5.1"
22784source = "registry+https://github.com/rust-lang/crates.io-index"
22785checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22786
22787[[package]]
22788name = "zune-inflate"
22789version = "0.2.54"
22790source = "registry+https://github.com/rust-lang/crates.io-index"
22791checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22792dependencies = [
22793 "simd-adler32",
22794]
22795
22796[[package]]
22797name = "zune-jpeg"
22798version = "0.4.21"
22799source = "registry+https://github.com/rust-lang/crates.io-index"
22800checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22801dependencies = [
22802 "zune-core 0.4.12",
22803]
22804
22805[[package]]
22806name = "zune-jpeg"
22807version = "0.5.15"
22808source = "registry+https://github.com/rust-lang/crates.io-index"
22809checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22810dependencies = [
22811 "zune-core 0.5.1",
22812]
22813
22814[[package]]
22815name = "zvariant"
22816version = "5.9.2"
22817source = "registry+https://github.com/rust-lang/crates.io-index"
22818checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22819dependencies = [
22820 "endi",
22821 "enumflags2",
22822 "serde",
22823 "serde_bytes",
22824 "winnow",
22825 "zvariant_derive",
22826 "zvariant_utils",
22827]
22828
22829[[package]]
22830name = "zvariant_derive"
22831version = "5.9.2"
22832source = "registry+https://github.com/rust-lang/crates.io-index"
22833checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22834dependencies = [
22835 "proc-macro-crate",
22836 "proc-macro2",
22837 "quote",
22838 "syn 2.0.117",
22839 "zvariant_utils",
22840]
22841
22842[[package]]
22843name = "zvariant_utils"
22844version = "3.3.0"
22845source = "registry+https://github.com/rust-lang/crates.io-index"
22846checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22847dependencies = [
22848 "proc-macro2",
22849 "quote",
22850 "serde",
22851 "syn 2.0.117",
22852 "winnow",
22853]