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 "gpui",
 6187 "system_specs",
 6188 "urlencoding",
 6189 "util",
 6190 "workspace",
 6191 "zed_actions",
 6192]
 6193
 6194[[package]]
 6195name = "ff"
 6196version = "0.12.1"
 6197source = "registry+https://github.com/rust-lang/crates.io-index"
 6198checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6199dependencies = [
 6200 "rand_core 0.6.4",
 6201 "subtle",
 6202]
 6203
 6204[[package]]
 6205name = "file_finder"
 6206version = "0.1.0"
 6207dependencies = [
 6208 "anyhow",
 6209 "channel",
 6210 "client",
 6211 "collections",
 6212 "ctor",
 6213 "editor",
 6214 "file_icons",
 6215 "futures 0.3.32",
 6216 "fuzzy",
 6217 "fuzzy_nucleo",
 6218 "gpui",
 6219 "menu",
 6220 "open_path_prompt",
 6221 "picker",
 6222 "pretty_assertions",
 6223 "project",
 6224 "project_panel",
 6225 "remote_connection",
 6226 "serde",
 6227 "serde_json",
 6228 "settings",
 6229 "theme",
 6230 "theme_settings",
 6231 "ui",
 6232 "util",
 6233 "workspace",
 6234 "zed_actions",
 6235 "zlog",
 6236]
 6237
 6238[[package]]
 6239name = "file_icons"
 6240version = "0.1.0"
 6241dependencies = [
 6242 "gpui",
 6243 "serde",
 6244 "theme",
 6245 "util",
 6246]
 6247
 6248[[package]]
 6249name = "filedescriptor"
 6250version = "0.8.3"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6253dependencies = [
 6254 "libc",
 6255 "thiserror 1.0.69",
 6256 "winapi",
 6257]
 6258
 6259[[package]]
 6260name = "filetime"
 6261version = "0.2.26"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6264dependencies = [
 6265 "cfg-if",
 6266 "libc",
 6267 "libredox",
 6268 "windows-sys 0.60.2",
 6269]
 6270
 6271[[package]]
 6272name = "find-msvc-tools"
 6273version = "0.1.5"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6276
 6277[[package]]
 6278name = "fixedbitset"
 6279version = "0.4.2"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6282
 6283[[package]]
 6284name = "fixedbitset"
 6285version = "0.5.7"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6288
 6289[[package]]
 6290name = "flate2"
 6291version = "1.1.8"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6294dependencies = [
 6295 "crc32fast",
 6296 "miniz_oxide",
 6297]
 6298
 6299[[package]]
 6300name = "float-cmp"
 6301version = "0.9.0"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6304
 6305[[package]]
 6306name = "float-ord"
 6307version = "0.3.2"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6310
 6311[[package]]
 6312name = "float8"
 6313version = "0.4.2"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6316dependencies = [
 6317 "half",
 6318 "num-traits",
 6319 "rand 0.9.3",
 6320 "rand_distr",
 6321]
 6322
 6323[[package]]
 6324name = "float_next_after"
 6325version = "1.0.0"
 6326source = "registry+https://github.com/rust-lang/crates.io-index"
 6327checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6328
 6329[[package]]
 6330name = "fluent-uri"
 6331version = "0.4.1"
 6332source = "registry+https://github.com/rust-lang/crates.io-index"
 6333checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6334dependencies = [
 6335 "borrow-or-share",
 6336 "ref-cast",
 6337 "serde",
 6338]
 6339
 6340[[package]]
 6341name = "flume"
 6342version = "0.11.1"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6345dependencies = [
 6346 "futures-core",
 6347 "futures-sink",
 6348 "nanorand",
 6349 "spin 0.9.8",
 6350]
 6351
 6352[[package]]
 6353name = "fnv"
 6354version = "1.0.7"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6357
 6358[[package]]
 6359name = "foldhash"
 6360version = "0.1.5"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6363
 6364[[package]]
 6365name = "foldhash"
 6366version = "0.2.0"
 6367source = "registry+https://github.com/rust-lang/crates.io-index"
 6368checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6369
 6370[[package]]
 6371name = "font-types"
 6372version = "0.10.0"
 6373source = "registry+https://github.com/rust-lang/crates.io-index"
 6374checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6375dependencies = [
 6376 "bytemuck",
 6377]
 6378
 6379[[package]]
 6380name = "font-types"
 6381version = "0.11.0"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6384dependencies = [
 6385 "bytemuck",
 6386]
 6387
 6388[[package]]
 6389name = "fontconfig-parser"
 6390version = "0.5.8"
 6391source = "registry+https://github.com/rust-lang/crates.io-index"
 6392checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6393dependencies = [
 6394 "roxmltree",
 6395]
 6396
 6397[[package]]
 6398name = "fontdb"
 6399version = "0.16.2"
 6400source = "registry+https://github.com/rust-lang/crates.io-index"
 6401checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6402dependencies = [
 6403 "fontconfig-parser",
 6404 "log",
 6405 "memmap2",
 6406 "slotmap",
 6407 "tinyvec",
 6408 "ttf-parser 0.20.0",
 6409]
 6410
 6411[[package]]
 6412name = "fontdb"
 6413version = "0.23.0"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6416dependencies = [
 6417 "fontconfig-parser",
 6418 "log",
 6419 "memmap2",
 6420 "slotmap",
 6421 "tinyvec",
 6422 "ttf-parser 0.25.1",
 6423]
 6424
 6425[[package]]
 6426name = "foreign-types"
 6427version = "0.3.2"
 6428source = "registry+https://github.com/rust-lang/crates.io-index"
 6429checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6430dependencies = [
 6431 "foreign-types-shared 0.1.1",
 6432]
 6433
 6434[[package]]
 6435name = "foreign-types"
 6436version = "0.5.0"
 6437source = "registry+https://github.com/rust-lang/crates.io-index"
 6438checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6439dependencies = [
 6440 "foreign-types-macros",
 6441 "foreign-types-shared 0.3.1",
 6442]
 6443
 6444[[package]]
 6445name = "foreign-types-macros"
 6446version = "0.2.3"
 6447source = "registry+https://github.com/rust-lang/crates.io-index"
 6448checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6449dependencies = [
 6450 "proc-macro2",
 6451 "quote",
 6452 "syn 2.0.117",
 6453]
 6454
 6455[[package]]
 6456name = "foreign-types-shared"
 6457version = "0.1.1"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6460
 6461[[package]]
 6462name = "foreign-types-shared"
 6463version = "0.3.1"
 6464source = "registry+https://github.com/rust-lang/crates.io-index"
 6465checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6466
 6467[[package]]
 6468name = "fork"
 6469version = "0.4.0"
 6470source = "registry+https://github.com/rust-lang/crates.io-index"
 6471checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6472dependencies = [
 6473 "libc",
 6474]
 6475
 6476[[package]]
 6477name = "form_urlencoded"
 6478version = "1.2.2"
 6479source = "registry+https://github.com/rust-lang/crates.io-index"
 6480checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6481dependencies = [
 6482 "percent-encoding",
 6483]
 6484
 6485[[package]]
 6486name = "fraction"
 6487version = "0.15.3"
 6488source = "registry+https://github.com/rust-lang/crates.io-index"
 6489checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6490dependencies = [
 6491 "lazy_static",
 6492 "num",
 6493]
 6494
 6495[[package]]
 6496name = "freetype-sys"
 6497version = "0.20.1"
 6498source = "registry+https://github.com/rust-lang/crates.io-index"
 6499checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6500dependencies = [
 6501 "cc",
 6502 "libc",
 6503 "pkg-config",
 6504]
 6505
 6506[[package]]
 6507name = "fs"
 6508version = "0.1.0"
 6509dependencies = [
 6510 "anyhow",
 6511 "ashpd",
 6512 "async-tar",
 6513 "async-trait",
 6514 "collections",
 6515 "dunce",
 6516 "fs",
 6517 "futures 0.3.32",
 6518 "git",
 6519 "gpui",
 6520 "ignore",
 6521 "is_executable",
 6522 "libc",
 6523 "log",
 6524 "notify 8.2.0",
 6525 "parking_lot",
 6526 "paths",
 6527 "proto",
 6528 "rope",
 6529 "serde",
 6530 "serde_json",
 6531 "smol",
 6532 "tempfile",
 6533 "text",
 6534 "thiserror 2.0.17",
 6535 "time",
 6536 "trash",
 6537 "util",
 6538 "windows 0.61.3",
 6539]
 6540
 6541[[package]]
 6542name = "fs-set-times"
 6543version = "0.20.3"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6546dependencies = [
 6547 "io-lifetimes",
 6548 "rustix 1.1.2",
 6549 "windows-sys 0.59.0",
 6550]
 6551
 6552[[package]]
 6553name = "fs2"
 6554version = "0.4.3"
 6555source = "registry+https://github.com/rust-lang/crates.io-index"
 6556checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6557dependencies = [
 6558 "libc",
 6559 "winapi",
 6560]
 6561
 6562[[package]]
 6563name = "fs_benchmarks"
 6564version = "0.1.0"
 6565dependencies = [
 6566 "fs",
 6567 "gpui",
 6568 "gpui_platform",
 6569]
 6570
 6571[[package]]
 6572name = "fs_extra"
 6573version = "1.3.0"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6576
 6577[[package]]
 6578name = "fsevent-sys"
 6579version = "4.1.0"
 6580source = "registry+https://github.com/rust-lang/crates.io-index"
 6581checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6582dependencies = [
 6583 "libc",
 6584]
 6585
 6586[[package]]
 6587name = "fuchsia-cprng"
 6588version = "0.1.1"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6591
 6592[[package]]
 6593name = "funty"
 6594version = "2.0.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6597
 6598[[package]]
 6599name = "futf"
 6600version = "0.1.5"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6603dependencies = [
 6604 "mac",
 6605 "new_debug_unreachable",
 6606]
 6607
 6608[[package]]
 6609name = "futures"
 6610version = "0.1.31"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6613
 6614[[package]]
 6615name = "futures"
 6616version = "0.3.32"
 6617source = "registry+https://github.com/rust-lang/crates.io-index"
 6618checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6619dependencies = [
 6620 "futures-channel",
 6621 "futures-core",
 6622 "futures-executor",
 6623 "futures-io",
 6624 "futures-sink",
 6625 "futures-task",
 6626 "futures-util",
 6627]
 6628
 6629[[package]]
 6630name = "futures-channel"
 6631version = "0.3.32"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6634dependencies = [
 6635 "futures-core",
 6636 "futures-sink",
 6637]
 6638
 6639[[package]]
 6640name = "futures-concurrency"
 6641version = "7.7.1"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6644dependencies = [
 6645 "fixedbitset 0.5.7",
 6646 "futures-core",
 6647 "futures-lite 2.6.1",
 6648 "pin-project",
 6649 "smallvec",
 6650]
 6651
 6652[[package]]
 6653name = "futures-core"
 6654version = "0.3.32"
 6655source = "registry+https://github.com/rust-lang/crates.io-index"
 6656checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6657
 6658[[package]]
 6659name = "futures-executor"
 6660version = "0.3.32"
 6661source = "registry+https://github.com/rust-lang/crates.io-index"
 6662checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6663dependencies = [
 6664 "futures-core",
 6665 "futures-task",
 6666 "futures-util",
 6667]
 6668
 6669[[package]]
 6670name = "futures-intrusive"
 6671version = "0.5.0"
 6672source = "registry+https://github.com/rust-lang/crates.io-index"
 6673checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6674dependencies = [
 6675 "futures-core",
 6676 "lock_api",
 6677 "parking_lot",
 6678]
 6679
 6680[[package]]
 6681name = "futures-io"
 6682version = "0.3.32"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6685
 6686[[package]]
 6687name = "futures-lite"
 6688version = "1.13.0"
 6689source = "registry+https://github.com/rust-lang/crates.io-index"
 6690checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6691dependencies = [
 6692 "fastrand 1.9.0",
 6693 "futures-core",
 6694 "futures-io",
 6695 "memchr",
 6696 "parking",
 6697 "pin-project-lite",
 6698 "waker-fn",
 6699]
 6700
 6701[[package]]
 6702name = "futures-lite"
 6703version = "2.6.1"
 6704source = "registry+https://github.com/rust-lang/crates.io-index"
 6705checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6706dependencies = [
 6707 "fastrand 2.3.0",
 6708 "futures-core",
 6709 "futures-io",
 6710 "parking",
 6711 "pin-project-lite",
 6712]
 6713
 6714[[package]]
 6715name = "futures-macro"
 6716version = "0.3.32"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6719dependencies = [
 6720 "proc-macro2",
 6721 "quote",
 6722 "syn 2.0.117",
 6723]
 6724
 6725[[package]]
 6726name = "futures-sink"
 6727version = "0.3.32"
 6728source = "registry+https://github.com/rust-lang/crates.io-index"
 6729checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6730
 6731[[package]]
 6732name = "futures-task"
 6733version = "0.3.32"
 6734source = "registry+https://github.com/rust-lang/crates.io-index"
 6735checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6736
 6737[[package]]
 6738name = "futures-util"
 6739version = "0.3.32"
 6740source = "registry+https://github.com/rust-lang/crates.io-index"
 6741checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6742dependencies = [
 6743 "futures 0.1.31",
 6744 "futures-channel",
 6745 "futures-core",
 6746 "futures-io",
 6747 "futures-macro",
 6748 "futures-sink",
 6749 "futures-task",
 6750 "libc",
 6751 "memchr",
 6752 "pin-project-lite",
 6753 "slab",
 6754 "tokio-io",
 6755]
 6756
 6757[[package]]
 6758name = "fuzzy"
 6759version = "0.1.0"
 6760dependencies = [
 6761 "gpui",
 6762 "log",
 6763 "util",
 6764]
 6765
 6766[[package]]
 6767name = "fuzzy_nucleo"
 6768version = "0.1.0"
 6769dependencies = [
 6770 "gpui",
 6771 "nucleo",
 6772 "util",
 6773]
 6774
 6775[[package]]
 6776name = "gaoya"
 6777version = "0.2.0"
 6778source = "registry+https://github.com/rust-lang/crates.io-index"
 6779checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6780dependencies = [
 6781 "ahash 0.8.12",
 6782 "crossbeam-utils",
 6783 "fnv",
 6784 "itertools 0.10.5",
 6785 "num-traits",
 6786 "rand 0.8.5",
 6787 "rand_pcg",
 6788 "random_choice",
 6789 "rayon",
 6790 "seahash",
 6791 "sha-1",
 6792 "shingles",
 6793 "siphasher 0.3.11",
 6794 "smallvec",
 6795 "triomphe",
 6796]
 6797
 6798[[package]]
 6799name = "gemm"
 6800version = "0.17.1"
 6801source = "registry+https://github.com/rust-lang/crates.io-index"
 6802checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6803dependencies = [
 6804 "dyn-stack 0.10.0",
 6805 "gemm-c32 0.17.1",
 6806 "gemm-c64 0.17.1",
 6807 "gemm-common 0.17.1",
 6808 "gemm-f16 0.17.1",
 6809 "gemm-f32 0.17.1",
 6810 "gemm-f64 0.17.1",
 6811 "num-complex",
 6812 "num-traits",
 6813 "paste",
 6814 "raw-cpuid 10.7.0",
 6815 "seq-macro",
 6816]
 6817
 6818[[package]]
 6819name = "gemm"
 6820version = "0.18.2"
 6821source = "registry+https://github.com/rust-lang/crates.io-index"
 6822checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6823dependencies = [
 6824 "dyn-stack 0.13.2",
 6825 "gemm-c32 0.18.2",
 6826 "gemm-c64 0.18.2",
 6827 "gemm-common 0.18.2",
 6828 "gemm-f16 0.18.2",
 6829 "gemm-f32 0.18.2",
 6830 "gemm-f64 0.18.2",
 6831 "num-complex",
 6832 "num-traits",
 6833 "paste",
 6834 "raw-cpuid 11.6.0",
 6835 "seq-macro",
 6836]
 6837
 6838[[package]]
 6839name = "gemm-c32"
 6840version = "0.17.1"
 6841source = "registry+https://github.com/rust-lang/crates.io-index"
 6842checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6843dependencies = [
 6844 "dyn-stack 0.10.0",
 6845 "gemm-common 0.17.1",
 6846 "num-complex",
 6847 "num-traits",
 6848 "paste",
 6849 "raw-cpuid 10.7.0",
 6850 "seq-macro",
 6851]
 6852
 6853[[package]]
 6854name = "gemm-c32"
 6855version = "0.18.2"
 6856source = "registry+https://github.com/rust-lang/crates.io-index"
 6857checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6858dependencies = [
 6859 "dyn-stack 0.13.2",
 6860 "gemm-common 0.18.2",
 6861 "num-complex",
 6862 "num-traits",
 6863 "paste",
 6864 "raw-cpuid 11.6.0",
 6865 "seq-macro",
 6866]
 6867
 6868[[package]]
 6869name = "gemm-c64"
 6870version = "0.17.1"
 6871source = "registry+https://github.com/rust-lang/crates.io-index"
 6872checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6873dependencies = [
 6874 "dyn-stack 0.10.0",
 6875 "gemm-common 0.17.1",
 6876 "num-complex",
 6877 "num-traits",
 6878 "paste",
 6879 "raw-cpuid 10.7.0",
 6880 "seq-macro",
 6881]
 6882
 6883[[package]]
 6884name = "gemm-c64"
 6885version = "0.18.2"
 6886source = "registry+https://github.com/rust-lang/crates.io-index"
 6887checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6888dependencies = [
 6889 "dyn-stack 0.13.2",
 6890 "gemm-common 0.18.2",
 6891 "num-complex",
 6892 "num-traits",
 6893 "paste",
 6894 "raw-cpuid 11.6.0",
 6895 "seq-macro",
 6896]
 6897
 6898[[package]]
 6899name = "gemm-common"
 6900version = "0.17.1"
 6901source = "registry+https://github.com/rust-lang/crates.io-index"
 6902checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6903dependencies = [
 6904 "bytemuck",
 6905 "dyn-stack 0.10.0",
 6906 "half",
 6907 "num-complex",
 6908 "num-traits",
 6909 "once_cell",
 6910 "paste",
 6911 "pulp 0.18.22",
 6912 "raw-cpuid 10.7.0",
 6913 "rayon",
 6914 "seq-macro",
 6915 "sysctl 0.5.5",
 6916]
 6917
 6918[[package]]
 6919name = "gemm-common"
 6920version = "0.18.2"
 6921source = "registry+https://github.com/rust-lang/crates.io-index"
 6922checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6923dependencies = [
 6924 "bytemuck",
 6925 "dyn-stack 0.13.2",
 6926 "half",
 6927 "libm",
 6928 "num-complex",
 6929 "num-traits",
 6930 "once_cell",
 6931 "paste",
 6932 "pulp 0.21.5",
 6933 "raw-cpuid 11.6.0",
 6934 "rayon",
 6935 "seq-macro",
 6936 "sysctl 0.6.0",
 6937]
 6938
 6939[[package]]
 6940name = "gemm-f16"
 6941version = "0.17.1"
 6942source = "registry+https://github.com/rust-lang/crates.io-index"
 6943checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6944dependencies = [
 6945 "dyn-stack 0.10.0",
 6946 "gemm-common 0.17.1",
 6947 "gemm-f32 0.17.1",
 6948 "half",
 6949 "num-complex",
 6950 "num-traits",
 6951 "paste",
 6952 "raw-cpuid 10.7.0",
 6953 "rayon",
 6954 "seq-macro",
 6955]
 6956
 6957[[package]]
 6958name = "gemm-f16"
 6959version = "0.18.2"
 6960source = "registry+https://github.com/rust-lang/crates.io-index"
 6961checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6962dependencies = [
 6963 "dyn-stack 0.13.2",
 6964 "gemm-common 0.18.2",
 6965 "gemm-f32 0.18.2",
 6966 "half",
 6967 "num-complex",
 6968 "num-traits",
 6969 "paste",
 6970 "raw-cpuid 11.6.0",
 6971 "rayon",
 6972 "seq-macro",
 6973]
 6974
 6975[[package]]
 6976name = "gemm-f32"
 6977version = "0.17.1"
 6978source = "registry+https://github.com/rust-lang/crates.io-index"
 6979checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6980dependencies = [
 6981 "dyn-stack 0.10.0",
 6982 "gemm-common 0.17.1",
 6983 "num-complex",
 6984 "num-traits",
 6985 "paste",
 6986 "raw-cpuid 10.7.0",
 6987 "seq-macro",
 6988]
 6989
 6990[[package]]
 6991name = "gemm-f32"
 6992version = "0.18.2"
 6993source = "registry+https://github.com/rust-lang/crates.io-index"
 6994checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6995dependencies = [
 6996 "dyn-stack 0.13.2",
 6997 "gemm-common 0.18.2",
 6998 "num-complex",
 6999 "num-traits",
 7000 "paste",
 7001 "raw-cpuid 11.6.0",
 7002 "seq-macro",
 7003]
 7004
 7005[[package]]
 7006name = "gemm-f64"
 7007version = "0.17.1"
 7008source = "registry+https://github.com/rust-lang/crates.io-index"
 7009checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7010dependencies = [
 7011 "dyn-stack 0.10.0",
 7012 "gemm-common 0.17.1",
 7013 "num-complex",
 7014 "num-traits",
 7015 "paste",
 7016 "raw-cpuid 10.7.0",
 7017 "seq-macro",
 7018]
 7019
 7020[[package]]
 7021name = "gemm-f64"
 7022version = "0.18.2"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7025dependencies = [
 7026 "dyn-stack 0.13.2",
 7027 "gemm-common 0.18.2",
 7028 "num-complex",
 7029 "num-traits",
 7030 "paste",
 7031 "raw-cpuid 11.6.0",
 7032 "seq-macro",
 7033]
 7034
 7035[[package]]
 7036name = "generator"
 7037version = "0.8.7"
 7038source = "registry+https://github.com/rust-lang/crates.io-index"
 7039checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7040dependencies = [
 7041 "cc",
 7042 "cfg-if",
 7043 "libc",
 7044 "log",
 7045 "rustversion",
 7046 "windows 0.61.3",
 7047]
 7048
 7049[[package]]
 7050name = "generic-array"
 7051version = "0.14.7"
 7052source = "registry+https://github.com/rust-lang/crates.io-index"
 7053checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7054dependencies = [
 7055 "typenum",
 7056 "version_check",
 7057]
 7058
 7059[[package]]
 7060name = "gethostname"
 7061version = "1.1.0"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7064dependencies = [
 7065 "rustix 1.1.2",
 7066 "windows-link 0.2.1",
 7067]
 7068
 7069[[package]]
 7070name = "getrandom"
 7071version = "0.2.16"
 7072source = "registry+https://github.com/rust-lang/crates.io-index"
 7073checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7074dependencies = [
 7075 "cfg-if",
 7076 "js-sys",
 7077 "libc",
 7078 "wasi",
 7079 "wasm-bindgen",
 7080]
 7081
 7082[[package]]
 7083name = "getrandom"
 7084version = "0.3.4"
 7085source = "registry+https://github.com/rust-lang/crates.io-index"
 7086checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7087dependencies = [
 7088 "cfg-if",
 7089 "js-sys",
 7090 "libc",
 7091 "r-efi",
 7092 "wasip2",
 7093 "wasm-bindgen",
 7094]
 7095
 7096[[package]]
 7097name = "getrandom"
 7098version = "0.4.1"
 7099source = "registry+https://github.com/rust-lang/crates.io-index"
 7100checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7101dependencies = [
 7102 "cfg-if",
 7103 "libc",
 7104 "r-efi",
 7105 "wasip2",
 7106 "wasip3",
 7107]
 7108
 7109[[package]]
 7110name = "gh-workflow"
 7111version = "0.8.0"
 7112source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7113dependencies = [
 7114 "async-trait",
 7115 "derive_more",
 7116 "derive_setters",
 7117 "gh-workflow-macros",
 7118 "indexmap",
 7119 "merge",
 7120 "serde",
 7121 "serde_json",
 7122 "serde_yaml",
 7123 "strum_macros 0.27.2",
 7124]
 7125
 7126[[package]]
 7127name = "gh-workflow-macros"
 7128version = "0.8.0"
 7129source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7130dependencies = [
 7131 "heck 0.5.0",
 7132 "quote",
 7133 "syn 2.0.117",
 7134]
 7135
 7136[[package]]
 7137name = "gif"
 7138version = "0.13.3"
 7139source = "registry+https://github.com/rust-lang/crates.io-index"
 7140checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7141dependencies = [
 7142 "color_quant",
 7143 "weezl",
 7144]
 7145
 7146[[package]]
 7147name = "gif"
 7148version = "0.14.2"
 7149source = "registry+https://github.com/rust-lang/crates.io-index"
 7150checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7151dependencies = [
 7152 "color_quant",
 7153 "weezl",
 7154]
 7155
 7156[[package]]
 7157name = "gimli"
 7158version = "0.32.3"
 7159source = "registry+https://github.com/rust-lang/crates.io-index"
 7160checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7161dependencies = [
 7162 "fallible-iterator",
 7163 "indexmap",
 7164 "stable_deref_trait",
 7165]
 7166
 7167[[package]]
 7168name = "gio-sys"
 7169version = "0.21.5"
 7170source = "registry+https://github.com/rust-lang/crates.io-index"
 7171checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7172dependencies = [
 7173 "glib-sys",
 7174 "gobject-sys",
 7175 "libc",
 7176 "system-deps",
 7177 "windows-sys 0.61.2",
 7178]
 7179
 7180[[package]]
 7181name = "git"
 7182version = "0.1.0"
 7183dependencies = [
 7184 "anyhow",
 7185 "askpass",
 7186 "async-trait",
 7187 "collections",
 7188 "derive_more",
 7189 "futures 0.3.32",
 7190 "git2",
 7191 "gpui",
 7192 "http_client",
 7193 "itertools 0.14.0",
 7194 "log",
 7195 "parking_lot",
 7196 "pretty_assertions",
 7197 "rand 0.9.3",
 7198 "regex",
 7199 "rope",
 7200 "schemars",
 7201 "serde",
 7202 "serde_json",
 7203 "smallvec",
 7204 "smol",
 7205 "sum_tree",
 7206 "tempfile",
 7207 "text",
 7208 "thiserror 2.0.17",
 7209 "time",
 7210 "url",
 7211 "urlencoding",
 7212 "util",
 7213 "uuid",
 7214 "ztracing",
 7215]
 7216
 7217[[package]]
 7218name = "git2"
 7219version = "0.20.4"
 7220source = "registry+https://github.com/rust-lang/crates.io-index"
 7221checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7222dependencies = [
 7223 "bitflags 2.10.0",
 7224 "libc",
 7225 "libgit2-sys",
 7226 "log",
 7227 "url",
 7228]
 7229
 7230[[package]]
 7231name = "git_graph"
 7232version = "0.1.0"
 7233dependencies = [
 7234 "anyhow",
 7235 "collections",
 7236 "db",
 7237 "editor",
 7238 "fs",
 7239 "git",
 7240 "git_ui",
 7241 "gpui",
 7242 "language",
 7243 "menu",
 7244 "project",
 7245 "rand 0.9.3",
 7246 "remote_connection",
 7247 "search",
 7248 "serde_json",
 7249 "settings",
 7250 "smallvec",
 7251 "smol",
 7252 "theme",
 7253 "theme_settings",
 7254 "time",
 7255 "ui",
 7256 "workspace",
 7257]
 7258
 7259[[package]]
 7260name = "git_hosting_providers"
 7261version = "0.1.0"
 7262dependencies = [
 7263 "anyhow",
 7264 "async-trait",
 7265 "futures 0.3.32",
 7266 "git",
 7267 "gpui",
 7268 "http_client",
 7269 "indoc",
 7270 "itertools 0.14.0",
 7271 "pretty_assertions",
 7272 "regex",
 7273 "serde",
 7274 "serde_json",
 7275 "settings",
 7276 "url",
 7277 "urlencoding",
 7278 "util",
 7279]
 7280
 7281[[package]]
 7282name = "git_ui"
 7283version = "0.1.0"
 7284dependencies = [
 7285 "agent_settings",
 7286 "alacritty_terminal",
 7287 "anyhow",
 7288 "askpass",
 7289 "buffer_diff",
 7290 "call",
 7291 "collections",
 7292 "component",
 7293 "ctor",
 7294 "db",
 7295 "editor",
 7296 "file_icons",
 7297 "futures 0.3.32",
 7298 "fuzzy",
 7299 "git",
 7300 "gpui",
 7301 "indoc",
 7302 "itertools 0.14.0",
 7303 "language",
 7304 "language_model",
 7305 "linkify",
 7306 "log",
 7307 "markdown",
 7308 "menu",
 7309 "multi_buffer",
 7310 "notifications",
 7311 "panel",
 7312 "picker",
 7313 "pretty_assertions",
 7314 "project",
 7315 "prompt_store",
 7316 "proto",
 7317 "rand 0.9.3",
 7318 "remote",
 7319 "remote_connection",
 7320 "schemars",
 7321 "serde",
 7322 "serde_json",
 7323 "settings",
 7324 "smallvec",
 7325 "smol",
 7326 "strum 0.27.2",
 7327 "telemetry",
 7328 "theme",
 7329 "theme_settings",
 7330 "time",
 7331 "time_format",
 7332 "tracing",
 7333 "ui",
 7334 "ui_input",
 7335 "unindent",
 7336 "util",
 7337 "watch",
 7338 "windows 0.61.3",
 7339 "workspace",
 7340 "zed_actions",
 7341 "zeroize",
 7342 "zlog",
 7343 "ztracing",
 7344]
 7345
 7346[[package]]
 7347name = "gl_generator"
 7348version = "0.14.0"
 7349source = "registry+https://github.com/rust-lang/crates.io-index"
 7350checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7351dependencies = [
 7352 "khronos_api",
 7353 "log",
 7354 "xml-rs",
 7355]
 7356
 7357[[package]]
 7358name = "glib"
 7359version = "0.21.5"
 7360source = "registry+https://github.com/rust-lang/crates.io-index"
 7361checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7362dependencies = [
 7363 "bitflags 2.10.0",
 7364 "futures-channel",
 7365 "futures-core",
 7366 "futures-executor",
 7367 "futures-task",
 7368 "futures-util",
 7369 "gio-sys",
 7370 "glib-macros",
 7371 "glib-sys",
 7372 "gobject-sys",
 7373 "libc",
 7374 "memchr",
 7375 "smallvec",
 7376]
 7377
 7378[[package]]
 7379name = "glib-macros"
 7380version = "0.21.5"
 7381source = "registry+https://github.com/rust-lang/crates.io-index"
 7382checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7383dependencies = [
 7384 "heck 0.5.0",
 7385 "proc-macro-crate",
 7386 "proc-macro2",
 7387 "quote",
 7388 "syn 2.0.117",
 7389]
 7390
 7391[[package]]
 7392name = "glib-sys"
 7393version = "0.21.5"
 7394source = "registry+https://github.com/rust-lang/crates.io-index"
 7395checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7396dependencies = [
 7397 "libc",
 7398 "system-deps",
 7399]
 7400
 7401[[package]]
 7402name = "glob"
 7403version = "0.3.3"
 7404source = "registry+https://github.com/rust-lang/crates.io-index"
 7405checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7406
 7407[[package]]
 7408name = "globset"
 7409version = "0.4.17"
 7410source = "registry+https://github.com/rust-lang/crates.io-index"
 7411checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7412dependencies = [
 7413 "aho-corasick",
 7414 "bstr",
 7415 "log",
 7416 "regex-automata",
 7417 "regex-syntax",
 7418]
 7419
 7420[[package]]
 7421name = "gloo-timers"
 7422version = "0.3.0"
 7423source = "registry+https://github.com/rust-lang/crates.io-index"
 7424checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7425dependencies = [
 7426 "futures-channel",
 7427 "futures-core",
 7428 "js-sys",
 7429 "wasm-bindgen",
 7430]
 7431
 7432[[package]]
 7433name = "glow"
 7434version = "0.17.0"
 7435source = "registry+https://github.com/rust-lang/crates.io-index"
 7436checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7437dependencies = [
 7438 "js-sys",
 7439 "slotmap",
 7440 "wasm-bindgen",
 7441 "web-sys",
 7442]
 7443
 7444[[package]]
 7445name = "glutin_wgl_sys"
 7446version = "0.6.1"
 7447source = "registry+https://github.com/rust-lang/crates.io-index"
 7448checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7449dependencies = [
 7450 "gl_generator",
 7451]
 7452
 7453[[package]]
 7454name = "go_to_line"
 7455version = "0.1.0"
 7456dependencies = [
 7457 "editor",
 7458 "gpui",
 7459 "indoc",
 7460 "language",
 7461 "menu",
 7462 "multi_buffer",
 7463 "project",
 7464 "rope",
 7465 "serde",
 7466 "serde_json",
 7467 "settings",
 7468 "text",
 7469 "theme",
 7470 "ui",
 7471 "util",
 7472 "workspace",
 7473]
 7474
 7475[[package]]
 7476name = "gobject-sys"
 7477version = "0.21.5"
 7478source = "registry+https://github.com/rust-lang/crates.io-index"
 7479checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7480dependencies = [
 7481 "glib-sys",
 7482 "libc",
 7483 "system-deps",
 7484]
 7485
 7486[[package]]
 7487name = "goblin"
 7488version = "0.9.3"
 7489source = "registry+https://github.com/rust-lang/crates.io-index"
 7490checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7491dependencies = [
 7492 "log",
 7493 "plain",
 7494 "scroll",
 7495]
 7496
 7497[[package]]
 7498name = "google_ai"
 7499version = "0.1.0"
 7500dependencies = [
 7501 "anyhow",
 7502 "futures 0.3.32",
 7503 "http_client",
 7504 "language_model_core",
 7505 "log",
 7506 "schemars",
 7507 "serde",
 7508 "serde_json",
 7509 "strum 0.27.2",
 7510 "tiktoken-rs",
 7511]
 7512
 7513[[package]]
 7514name = "gpu-allocator"
 7515version = "0.28.0"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7518dependencies = [
 7519 "ash",
 7520 "hashbrown 0.16.1",
 7521 "log",
 7522 "presser",
 7523 "thiserror 2.0.17",
 7524 "windows 0.62.2",
 7525]
 7526
 7527[[package]]
 7528name = "gpu-descriptor"
 7529version = "0.3.2"
 7530source = "registry+https://github.com/rust-lang/crates.io-index"
 7531checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7532dependencies = [
 7533 "bitflags 2.10.0",
 7534 "gpu-descriptor-types",
 7535 "hashbrown 0.15.5",
 7536]
 7537
 7538[[package]]
 7539name = "gpu-descriptor-types"
 7540version = "0.2.0"
 7541source = "registry+https://github.com/rust-lang/crates.io-index"
 7542checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7543dependencies = [
 7544 "bitflags 2.10.0",
 7545]
 7546
 7547[[package]]
 7548name = "gpui"
 7549version = "0.2.2"
 7550dependencies = [
 7551 "anyhow",
 7552 "async-channel 2.5.0",
 7553 "async-task",
 7554 "backtrace",
 7555 "bindgen 0.71.1",
 7556 "bitflags 2.10.0",
 7557 "block",
 7558 "cbindgen",
 7559 "chrono",
 7560 "cocoa 0.26.0",
 7561 "cocoa-foundation 0.2.0",
 7562 "collections",
 7563 "core-foundation 0.10.0",
 7564 "core-foundation-sys",
 7565 "core-graphics 0.24.0",
 7566 "core-text",
 7567 "core-video",
 7568 "ctor",
 7569 "derive_more",
 7570 "embed-resource",
 7571 "env_logger 0.11.8",
 7572 "etagere",
 7573 "foreign-types 0.5.0",
 7574 "futures 0.3.32",
 7575 "futures-concurrency",
 7576 "getrandom 0.3.4",
 7577 "gpui_macros",
 7578 "gpui_platform",
 7579 "gpui_shared_string",
 7580 "gpui_util",
 7581 "gpui_web",
 7582 "http_client",
 7583 "image",
 7584 "inventory",
 7585 "itertools 0.14.0",
 7586 "log",
 7587 "lyon",
 7588 "mach2 0.5.0",
 7589 "media",
 7590 "metal",
 7591 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7592 "num_cpus",
 7593 "objc",
 7594 "objc2",
 7595 "objc2-metal",
 7596 "parking",
 7597 "parking_lot",
 7598 "pathfinder_geometry",
 7599 "pin-project",
 7600 "pollster 0.4.0",
 7601 "postage",
 7602 "profiling",
 7603 "proptest",
 7604 "rand 0.9.3",
 7605 "raw-window-handle",
 7606 "refineable",
 7607 "regex",
 7608 "reqwest_client",
 7609 "resvg",
 7610 "scheduler",
 7611 "schemars",
 7612 "seahash",
 7613 "serde",
 7614 "serde_json",
 7615 "slotmap",
 7616 "smallvec",
 7617 "spin 0.10.0",
 7618 "stacksafe",
 7619 "strum 0.27.2",
 7620 "sum_tree",
 7621 "taffy",
 7622 "thiserror 2.0.17",
 7623 "ttf-parser 0.25.1",
 7624 "unicode-segmentation",
 7625 "url",
 7626 "usvg",
 7627 "util_macros",
 7628 "uuid",
 7629 "waker-fn",
 7630 "wasm-bindgen",
 7631 "web-time",
 7632 "windows 0.61.3",
 7633 "zed-font-kit",
 7634 "zed-scap",
 7635]
 7636
 7637[[package]]
 7638name = "gpui_linux"
 7639version = "0.1.0"
 7640dependencies = [
 7641 "anyhow",
 7642 "as-raw-xcb-connection",
 7643 "ashpd",
 7644 "bitflags 2.10.0",
 7645 "bytemuck",
 7646 "calloop",
 7647 "calloop-wayland-source",
 7648 "collections",
 7649 "filedescriptor",
 7650 "futures 0.3.32",
 7651 "gpui",
 7652 "gpui_wgpu",
 7653 "http_client",
 7654 "image",
 7655 "itertools 0.14.0",
 7656 "libc",
 7657 "log",
 7658 "oo7",
 7659 "open",
 7660 "parking_lot",
 7661 "pathfinder_geometry",
 7662 "pollster 0.4.0",
 7663 "profiling",
 7664 "raw-window-handle",
 7665 "smallvec",
 7666 "smol",
 7667 "strum 0.27.2",
 7668 "swash",
 7669 "url",
 7670 "util",
 7671 "uuid",
 7672 "wayland-backend",
 7673 "wayland-client",
 7674 "wayland-cursor",
 7675 "wayland-protocols",
 7676 "wayland-protocols-plasma",
 7677 "wayland-protocols-wlr",
 7678 "x11-clipboard",
 7679 "x11rb",
 7680 "xkbcommon",
 7681 "zed-scap",
 7682 "zed-xim",
 7683]
 7684
 7685[[package]]
 7686name = "gpui_macos"
 7687version = "0.1.0"
 7688dependencies = [
 7689 "anyhow",
 7690 "async-task",
 7691 "block",
 7692 "cbindgen",
 7693 "cocoa 0.26.0",
 7694 "collections",
 7695 "core-foundation 0.10.0",
 7696 "core-foundation-sys",
 7697 "core-graphics 0.24.0",
 7698 "core-text",
 7699 "core-video",
 7700 "ctor",
 7701 "derive_more",
 7702 "dispatch2",
 7703 "etagere",
 7704 "foreign-types 0.5.0",
 7705 "futures 0.3.32",
 7706 "gpui",
 7707 "image",
 7708 "itertools 0.14.0",
 7709 "libc",
 7710 "log",
 7711 "mach2 0.5.0",
 7712 "media",
 7713 "metal",
 7714 "objc",
 7715 "objc2-app-kit",
 7716 "parking_lot",
 7717 "pathfinder_geometry",
 7718 "raw-window-handle",
 7719 "semver",
 7720 "smallvec",
 7721 "strum 0.27.2",
 7722 "util",
 7723 "uuid",
 7724 "zed-font-kit",
 7725]
 7726
 7727[[package]]
 7728name = "gpui_macros"
 7729version = "0.1.0"
 7730dependencies = [
 7731 "gpui",
 7732 "heck 0.5.0",
 7733 "proc-macro2",
 7734 "quote",
 7735 "syn 2.0.117",
 7736]
 7737
 7738[[package]]
 7739name = "gpui_platform"
 7740version = "0.1.0"
 7741dependencies = [
 7742 "console_error_panic_hook",
 7743 "gpui",
 7744 "gpui_linux",
 7745 "gpui_macos",
 7746 "gpui_web",
 7747 "gpui_windows",
 7748]
 7749
 7750[[package]]
 7751name = "gpui_shared_string"
 7752version = "0.1.0"
 7753dependencies = [
 7754 "derive_more",
 7755 "gpui_util",
 7756 "schemars",
 7757 "serde",
 7758]
 7759
 7760[[package]]
 7761name = "gpui_tokio"
 7762version = "0.1.0"
 7763dependencies = [
 7764 "anyhow",
 7765 "gpui",
 7766 "tokio",
 7767 "util",
 7768]
 7769
 7770[[package]]
 7771name = "gpui_util"
 7772version = "0.1.0"
 7773dependencies = [
 7774 "anyhow",
 7775 "log",
 7776]
 7777
 7778[[package]]
 7779name = "gpui_web"
 7780version = "0.1.0"
 7781dependencies = [
 7782 "anyhow",
 7783 "console_error_panic_hook",
 7784 "futures 0.3.32",
 7785 "gpui",
 7786 "gpui_wgpu",
 7787 "http_client",
 7788 "js-sys",
 7789 "log",
 7790 "parking_lot",
 7791 "raw-window-handle",
 7792 "smallvec",
 7793 "uuid",
 7794 "wasm-bindgen",
 7795 "wasm-bindgen-futures",
 7796 "wasm_thread",
 7797 "web-sys",
 7798 "web-time",
 7799]
 7800
 7801[[package]]
 7802name = "gpui_wgpu"
 7803version = "0.1.0"
 7804dependencies = [
 7805 "anyhow",
 7806 "bytemuck",
 7807 "collections",
 7808 "cosmic-text",
 7809 "etagere",
 7810 "gpui",
 7811 "gpui_util",
 7812 "itertools 0.14.0",
 7813 "js-sys",
 7814 "log",
 7815 "parking_lot",
 7816 "pollster 0.4.0",
 7817 "profiling",
 7818 "raw-window-handle",
 7819 "smallvec",
 7820 "swash",
 7821 "wasm-bindgen",
 7822 "wasm-bindgen-futures",
 7823 "web-sys",
 7824 "wgpu",
 7825 "zed-font-kit",
 7826]
 7827
 7828[[package]]
 7829name = "gpui_windows"
 7830version = "0.1.0"
 7831dependencies = [
 7832 "anyhow",
 7833 "collections",
 7834 "etagere",
 7835 "futures 0.3.32",
 7836 "gpui",
 7837 "image",
 7838 "itertools 0.14.0",
 7839 "log",
 7840 "parking_lot",
 7841 "rand 0.9.3",
 7842 "raw-window-handle",
 7843 "smallvec",
 7844 "util",
 7845 "uuid",
 7846 "windows 0.61.3",
 7847 "windows-core 0.61.2",
 7848 "windows-numerics 0.2.0",
 7849 "windows-registry 0.5.3",
 7850 "zed-scap",
 7851]
 7852
 7853[[package]]
 7854name = "grammars"
 7855version = "0.1.0"
 7856dependencies = [
 7857 "anyhow",
 7858 "language_core",
 7859 "rust-embed",
 7860 "toml 0.8.23",
 7861 "tree-sitter",
 7862 "tree-sitter-bash",
 7863 "tree-sitter-c",
 7864 "tree-sitter-cpp",
 7865 "tree-sitter-css",
 7866 "tree-sitter-diff",
 7867 "tree-sitter-gitcommit",
 7868 "tree-sitter-go",
 7869 "tree-sitter-gomod",
 7870 "tree-sitter-gowork",
 7871 "tree-sitter-jsdoc",
 7872 "tree-sitter-json",
 7873 "tree-sitter-md",
 7874 "tree-sitter-python",
 7875 "tree-sitter-regex",
 7876 "tree-sitter-rust",
 7877 "tree-sitter-typescript",
 7878 "tree-sitter-yaml",
 7879 "util",
 7880]
 7881
 7882[[package]]
 7883name = "grid"
 7884version = "0.18.0"
 7885source = "registry+https://github.com/rust-lang/crates.io-index"
 7886checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7887
 7888[[package]]
 7889name = "group"
 7890version = "0.12.1"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7893dependencies = [
 7894 "ff",
 7895 "rand_core 0.6.4",
 7896 "subtle",
 7897]
 7898
 7899[[package]]
 7900name = "h2"
 7901version = "0.3.27"
 7902source = "registry+https://github.com/rust-lang/crates.io-index"
 7903checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7904dependencies = [
 7905 "bytes 1.11.1",
 7906 "fnv",
 7907 "futures-core",
 7908 "futures-sink",
 7909 "futures-util",
 7910 "http 0.2.12",
 7911 "indexmap",
 7912 "slab",
 7913 "tokio",
 7914 "tokio-util",
 7915 "tracing",
 7916]
 7917
 7918[[package]]
 7919name = "h2"
 7920version = "0.4.12"
 7921source = "registry+https://github.com/rust-lang/crates.io-index"
 7922checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7923dependencies = [
 7924 "atomic-waker",
 7925 "bytes 1.11.1",
 7926 "fnv",
 7927 "futures-core",
 7928 "futures-sink",
 7929 "http 1.3.1",
 7930 "indexmap",
 7931 "slab",
 7932 "tokio",
 7933 "tokio-util",
 7934 "tracing",
 7935]
 7936
 7937[[package]]
 7938name = "half"
 7939version = "2.7.1"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7942dependencies = [
 7943 "bytemuck",
 7944 "cfg-if",
 7945 "crunchy",
 7946 "num-traits",
 7947 "rand 0.9.3",
 7948 "rand_distr",
 7949 "zerocopy",
 7950]
 7951
 7952[[package]]
 7953name = "handlebars"
 7954version = "4.5.0"
 7955source = "registry+https://github.com/rust-lang/crates.io-index"
 7956checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7957dependencies = [
 7958 "log",
 7959 "pest",
 7960 "pest_derive",
 7961 "rust-embed",
 7962 "serde",
 7963 "serde_json",
 7964 "thiserror 1.0.69",
 7965]
 7966
 7967[[package]]
 7968name = "handlebars"
 7969version = "5.1.2"
 7970source = "registry+https://github.com/rust-lang/crates.io-index"
 7971checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7972dependencies = [
 7973 "log",
 7974 "pest",
 7975 "pest_derive",
 7976 "serde",
 7977 "serde_json",
 7978 "thiserror 1.0.69",
 7979]
 7980
 7981[[package]]
 7982name = "harfrust"
 7983version = "0.5.0"
 7984source = "registry+https://github.com/rust-lang/crates.io-index"
 7985checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7986dependencies = [
 7987 "bitflags 2.10.0",
 7988 "bytemuck",
 7989 "core_maths",
 7990 "read-fonts 0.37.0",
 7991 "smallvec",
 7992]
 7993
 7994[[package]]
 7995name = "hash32"
 7996version = "0.3.1"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7999dependencies = [
 8000 "byteorder",
 8001]
 8002
 8003[[package]]
 8004name = "hashbrown"
 8005version = "0.12.3"
 8006source = "registry+https://github.com/rust-lang/crates.io-index"
 8007checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8008dependencies = [
 8009 "ahash 0.7.8",
 8010]
 8011
 8012[[package]]
 8013name = "hashbrown"
 8014version = "0.14.5"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8017dependencies = [
 8018 "ahash 0.8.12",
 8019 "allocator-api2",
 8020]
 8021
 8022[[package]]
 8023name = "hashbrown"
 8024version = "0.15.5"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8027dependencies = [
 8028 "allocator-api2",
 8029 "equivalent",
 8030 "foldhash 0.1.5",
 8031 "serde",
 8032]
 8033
 8034[[package]]
 8035name = "hashbrown"
 8036version = "0.16.1"
 8037source = "registry+https://github.com/rust-lang/crates.io-index"
 8038checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8039dependencies = [
 8040 "allocator-api2",
 8041 "equivalent",
 8042 "foldhash 0.2.0",
 8043]
 8044
 8045[[package]]
 8046name = "hashlink"
 8047version = "0.8.4"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8050dependencies = [
 8051 "hashbrown 0.14.5",
 8052]
 8053
 8054[[package]]
 8055name = "hashlink"
 8056version = "0.10.0"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8059dependencies = [
 8060 "hashbrown 0.15.5",
 8061]
 8062
 8063[[package]]
 8064name = "headers"
 8065version = "0.3.9"
 8066source = "registry+https://github.com/rust-lang/crates.io-index"
 8067checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8068dependencies = [
 8069 "base64 0.21.7",
 8070 "bytes 1.11.1",
 8071 "headers-core",
 8072 "http 0.2.12",
 8073 "httpdate",
 8074 "mime",
 8075 "sha1",
 8076]
 8077
 8078[[package]]
 8079name = "headers-core"
 8080version = "0.2.0"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8083dependencies = [
 8084 "http 0.2.12",
 8085]
 8086
 8087[[package]]
 8088name = "heapless"
 8089version = "0.9.2"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8092dependencies = [
 8093 "hash32",
 8094 "stable_deref_trait",
 8095]
 8096
 8097[[package]]
 8098name = "heck"
 8099version = "0.3.3"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8102dependencies = [
 8103 "unicode-segmentation",
 8104]
 8105
 8106[[package]]
 8107name = "heck"
 8108version = "0.4.1"
 8109source = "registry+https://github.com/rust-lang/crates.io-index"
 8110checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8111dependencies = [
 8112 "unicode-segmentation",
 8113]
 8114
 8115[[package]]
 8116name = "heck"
 8117version = "0.5.0"
 8118source = "registry+https://github.com/rust-lang/crates.io-index"
 8119checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8120
 8121[[package]]
 8122name = "heed"
 8123version = "0.21.0"
 8124source = "registry+https://github.com/rust-lang/crates.io-index"
 8125checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8126dependencies = [
 8127 "bitflags 2.10.0",
 8128 "byteorder",
 8129 "heed-traits",
 8130 "heed-types",
 8131 "libc",
 8132 "lmdb-master-sys",
 8133 "once_cell",
 8134 "page_size",
 8135 "serde",
 8136 "synchronoise",
 8137 "url",
 8138]
 8139
 8140[[package]]
 8141name = "heed-traits"
 8142version = "0.20.0"
 8143source = "registry+https://github.com/rust-lang/crates.io-index"
 8144checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8145
 8146[[package]]
 8147name = "heed-types"
 8148version = "0.21.0"
 8149source = "registry+https://github.com/rust-lang/crates.io-index"
 8150checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8151dependencies = [
 8152 "bincode",
 8153 "byteorder",
 8154 "heed-traits",
 8155 "serde",
 8156 "serde_json",
 8157]
 8158
 8159[[package]]
 8160name = "hermit-abi"
 8161version = "0.5.2"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8164
 8165[[package]]
 8166name = "hex"
 8167version = "0.4.3"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8170
 8171[[package]]
 8172name = "hexf-parse"
 8173version = "0.2.1"
 8174source = "registry+https://github.com/rust-lang/crates.io-index"
 8175checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8176
 8177[[package]]
 8178name = "hkdf"
 8179version = "0.12.4"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8182dependencies = [
 8183 "hmac",
 8184]
 8185
 8186[[package]]
 8187name = "hmac"
 8188version = "0.12.1"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8191dependencies = [
 8192 "digest",
 8193]
 8194
 8195[[package]]
 8196name = "home"
 8197version = "0.5.11"
 8198source = "registry+https://github.com/rust-lang/crates.io-index"
 8199checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8200dependencies = [
 8201 "windows-sys 0.59.0",
 8202]
 8203
 8204[[package]]
 8205name = "hound"
 8206version = "3.5.1"
 8207source = "registry+https://github.com/rust-lang/crates.io-index"
 8208checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8209
 8210[[package]]
 8211name = "html5ever"
 8212version = "0.27.0"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8215dependencies = [
 8216 "log",
 8217 "mac",
 8218 "markup5ever 0.12.1",
 8219 "proc-macro2",
 8220 "quote",
 8221 "syn 2.0.117",
 8222]
 8223
 8224[[package]]
 8225name = "html5ever"
 8226version = "0.35.0"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8229dependencies = [
 8230 "log",
 8231 "markup5ever 0.35.0",
 8232 "match_token",
 8233]
 8234
 8235[[package]]
 8236name = "html_to_markdown"
 8237version = "0.1.0"
 8238dependencies = [
 8239 "anyhow",
 8240 "html5ever 0.27.0",
 8241 "indoc",
 8242 "markup5ever_rcdom",
 8243 "pretty_assertions",
 8244 "regex",
 8245]
 8246
 8247[[package]]
 8248name = "http"
 8249version = "0.2.12"
 8250source = "registry+https://github.com/rust-lang/crates.io-index"
 8251checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8252dependencies = [
 8253 "bytes 1.11.1",
 8254 "fnv",
 8255 "itoa",
 8256]
 8257
 8258[[package]]
 8259name = "http"
 8260version = "1.3.1"
 8261source = "registry+https://github.com/rust-lang/crates.io-index"
 8262checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8263dependencies = [
 8264 "bytes 1.11.1",
 8265 "fnv",
 8266 "itoa",
 8267]
 8268
 8269[[package]]
 8270name = "http-body"
 8271version = "0.4.6"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8274dependencies = [
 8275 "bytes 1.11.1",
 8276 "http 0.2.12",
 8277 "pin-project-lite",
 8278]
 8279
 8280[[package]]
 8281name = "http-body"
 8282version = "1.0.1"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8285dependencies = [
 8286 "bytes 1.11.1",
 8287 "http 1.3.1",
 8288]
 8289
 8290[[package]]
 8291name = "http-body-util"
 8292version = "0.1.3"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8295dependencies = [
 8296 "bytes 1.11.1",
 8297 "futures-core",
 8298 "http 1.3.1",
 8299 "http-body 1.0.1",
 8300 "pin-project-lite",
 8301]
 8302
 8303[[package]]
 8304name = "http-range-header"
 8305version = "0.3.1"
 8306source = "registry+https://github.com/rust-lang/crates.io-index"
 8307checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8308
 8309[[package]]
 8310name = "http_client"
 8311version = "0.1.0"
 8312dependencies = [
 8313 "anyhow",
 8314 "async-compression",
 8315 "async-fs",
 8316 "async-tar",
 8317 "bytes 1.11.1",
 8318 "derive_more",
 8319 "futures 0.3.32",
 8320 "http 1.3.1",
 8321 "http-body 1.0.1",
 8322 "log",
 8323 "parking_lot",
 8324 "serde",
 8325 "serde_json",
 8326 "serde_urlencoded",
 8327 "sha2",
 8328 "tempfile",
 8329 "url",
 8330 "util",
 8331]
 8332
 8333[[package]]
 8334name = "http_client_tls"
 8335version = "0.1.0"
 8336dependencies = [
 8337 "rustls 0.23.33",
 8338 "rustls-platform-verifier",
 8339]
 8340
 8341[[package]]
 8342name = "httparse"
 8343version = "1.10.1"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8346
 8347[[package]]
 8348name = "httpdate"
 8349version = "1.0.3"
 8350source = "registry+https://github.com/rust-lang/crates.io-index"
 8351checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8352
 8353[[package]]
 8354name = "human_bytes"
 8355version = "0.4.3"
 8356source = "registry+https://github.com/rust-lang/crates.io-index"
 8357checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8358
 8359[[package]]
 8360name = "humantime"
 8361version = "2.3.0"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8364
 8365[[package]]
 8366name = "hyper"
 8367version = "0.14.32"
 8368source = "registry+https://github.com/rust-lang/crates.io-index"
 8369checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8370dependencies = [
 8371 "bytes 1.11.1",
 8372 "futures-channel",
 8373 "futures-core",
 8374 "futures-util",
 8375 "h2 0.3.27",
 8376 "http 0.2.12",
 8377 "http-body 0.4.6",
 8378 "httparse",
 8379 "httpdate",
 8380 "itoa",
 8381 "pin-project-lite",
 8382 "socket2 0.5.10",
 8383 "tokio",
 8384 "tower-service",
 8385 "tracing",
 8386 "want",
 8387]
 8388
 8389[[package]]
 8390name = "hyper"
 8391version = "1.7.0"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8394dependencies = [
 8395 "atomic-waker",
 8396 "bytes 1.11.1",
 8397 "futures-channel",
 8398 "futures-core",
 8399 "h2 0.4.12",
 8400 "http 1.3.1",
 8401 "http-body 1.0.1",
 8402 "httparse",
 8403 "itoa",
 8404 "pin-project-lite",
 8405 "pin-utils",
 8406 "smallvec",
 8407 "tokio",
 8408 "want",
 8409]
 8410
 8411[[package]]
 8412name = "hyper-rustls"
 8413version = "0.24.2"
 8414source = "registry+https://github.com/rust-lang/crates.io-index"
 8415checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8416dependencies = [
 8417 "futures-util",
 8418 "http 0.2.12",
 8419 "hyper 0.14.32",
 8420 "log",
 8421 "rustls 0.21.12",
 8422 "rustls-native-certs 0.6.3",
 8423 "tokio",
 8424 "tokio-rustls 0.24.1",
 8425]
 8426
 8427[[package]]
 8428name = "hyper-rustls"
 8429version = "0.27.7"
 8430source = "registry+https://github.com/rust-lang/crates.io-index"
 8431checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8432dependencies = [
 8433 "http 1.3.1",
 8434 "hyper 1.7.0",
 8435 "hyper-util",
 8436 "log",
 8437 "rustls 0.23.33",
 8438 "rustls-native-certs 0.8.2",
 8439 "rustls-pki-types",
 8440 "tokio",
 8441 "tokio-rustls 0.26.2",
 8442 "tower-service",
 8443]
 8444
 8445[[package]]
 8446name = "hyper-timeout"
 8447version = "0.5.2"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8450dependencies = [
 8451 "hyper 1.7.0",
 8452 "hyper-util",
 8453 "pin-project-lite",
 8454 "tokio",
 8455 "tower-service",
 8456]
 8457
 8458[[package]]
 8459name = "hyper-tls"
 8460version = "0.5.0"
 8461source = "registry+https://github.com/rust-lang/crates.io-index"
 8462checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8463dependencies = [
 8464 "bytes 1.11.1",
 8465 "hyper 0.14.32",
 8466 "native-tls",
 8467 "tokio",
 8468 "tokio-native-tls",
 8469]
 8470
 8471[[package]]
 8472name = "hyper-util"
 8473version = "0.1.17"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8476dependencies = [
 8477 "base64 0.22.1",
 8478 "bytes 1.11.1",
 8479 "futures-channel",
 8480 "futures-core",
 8481 "futures-util",
 8482 "http 1.3.1",
 8483 "http-body 1.0.1",
 8484 "hyper 1.7.0",
 8485 "ipnet",
 8486 "libc",
 8487 "percent-encoding",
 8488 "pin-project-lite",
 8489 "socket2 0.6.1",
 8490 "tokio",
 8491 "tower-service",
 8492 "tracing",
 8493]
 8494
 8495[[package]]
 8496name = "iana-time-zone"
 8497version = "0.1.64"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8500dependencies = [
 8501 "android_system_properties",
 8502 "core-foundation-sys",
 8503 "iana-time-zone-haiku",
 8504 "js-sys",
 8505 "log",
 8506 "wasm-bindgen",
 8507 "windows-core 0.62.2",
 8508]
 8509
 8510[[package]]
 8511name = "iana-time-zone-haiku"
 8512version = "0.1.2"
 8513source = "registry+https://github.com/rust-lang/crates.io-index"
 8514checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8515dependencies = [
 8516 "cc",
 8517]
 8518
 8519[[package]]
 8520name = "icons"
 8521version = "0.1.0"
 8522dependencies = [
 8523 "serde",
 8524 "strum 0.27.2",
 8525]
 8526
 8527[[package]]
 8528name = "icu_collections"
 8529version = "2.0.0"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8532dependencies = [
 8533 "displaydoc",
 8534 "potential_utf",
 8535 "yoke 0.8.0",
 8536 "zerofrom",
 8537 "zerovec",
 8538]
 8539
 8540[[package]]
 8541name = "icu_locale_core"
 8542version = "2.0.0"
 8543source = "registry+https://github.com/rust-lang/crates.io-index"
 8544checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8545dependencies = [
 8546 "displaydoc",
 8547 "litemap",
 8548 "tinystr",
 8549 "writeable",
 8550 "zerovec",
 8551]
 8552
 8553[[package]]
 8554name = "icu_normalizer"
 8555version = "2.0.0"
 8556source = "registry+https://github.com/rust-lang/crates.io-index"
 8557checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8558dependencies = [
 8559 "displaydoc",
 8560 "icu_collections",
 8561 "icu_normalizer_data",
 8562 "icu_properties",
 8563 "icu_provider",
 8564 "smallvec",
 8565 "zerovec",
 8566]
 8567
 8568[[package]]
 8569name = "icu_normalizer_data"
 8570version = "2.0.0"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8573
 8574[[package]]
 8575name = "icu_properties"
 8576version = "2.0.1"
 8577source = "registry+https://github.com/rust-lang/crates.io-index"
 8578checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8579dependencies = [
 8580 "displaydoc",
 8581 "icu_collections",
 8582 "icu_locale_core",
 8583 "icu_properties_data",
 8584 "icu_provider",
 8585 "potential_utf",
 8586 "zerotrie",
 8587 "zerovec",
 8588]
 8589
 8590[[package]]
 8591name = "icu_properties_data"
 8592version = "2.0.1"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8595
 8596[[package]]
 8597name = "icu_provider"
 8598version = "2.0.0"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8601dependencies = [
 8602 "displaydoc",
 8603 "icu_locale_core",
 8604 "stable_deref_trait",
 8605 "tinystr",
 8606 "writeable",
 8607 "yoke 0.8.0",
 8608 "zerofrom",
 8609 "zerotrie",
 8610 "zerovec",
 8611]
 8612
 8613[[package]]
 8614name = "id-arena"
 8615version = "2.2.1"
 8616source = "registry+https://github.com/rust-lang/crates.io-index"
 8617checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8618
 8619[[package]]
 8620name = "ident_case"
 8621version = "1.0.1"
 8622source = "registry+https://github.com/rust-lang/crates.io-index"
 8623checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8624
 8625[[package]]
 8626name = "idna"
 8627version = "1.1.0"
 8628source = "registry+https://github.com/rust-lang/crates.io-index"
 8629checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8630dependencies = [
 8631 "idna_adapter",
 8632 "smallvec",
 8633 "utf8_iter",
 8634]
 8635
 8636[[package]]
 8637name = "idna_adapter"
 8638version = "1.2.1"
 8639source = "registry+https://github.com/rust-lang/crates.io-index"
 8640checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8641dependencies = [
 8642 "icu_normalizer",
 8643 "icu_properties",
 8644]
 8645
 8646[[package]]
 8647name = "ignore"
 8648version = "0.4.24"
 8649source = "registry+https://github.com/rust-lang/crates.io-index"
 8650checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8651dependencies = [
 8652 "crossbeam-deque",
 8653 "globset",
 8654 "log",
 8655 "memchr",
 8656 "regex-automata",
 8657 "same-file",
 8658 "walkdir",
 8659 "winapi-util",
 8660]
 8661
 8662[[package]]
 8663name = "image"
 8664version = "0.25.10"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8667dependencies = [
 8668 "bytemuck",
 8669 "byteorder-lite",
 8670 "color_quant",
 8671 "exr",
 8672 "gif 0.14.2",
 8673 "image-webp",
 8674 "moxcms",
 8675 "num-traits",
 8676 "png 0.18.0",
 8677 "qoi",
 8678 "ravif",
 8679 "rayon",
 8680 "rgb",
 8681 "tiff",
 8682 "zune-core 0.5.1",
 8683 "zune-jpeg 0.5.15",
 8684]
 8685
 8686[[package]]
 8687name = "image-webp"
 8688version = "0.2.4"
 8689source = "registry+https://github.com/rust-lang/crates.io-index"
 8690checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8691dependencies = [
 8692 "byteorder-lite",
 8693 "quick-error 2.0.1",
 8694]
 8695
 8696[[package]]
 8697name = "image_viewer"
 8698version = "0.1.0"
 8699dependencies = [
 8700 "anyhow",
 8701 "db",
 8702 "editor",
 8703 "file_icons",
 8704 "gpui",
 8705 "language",
 8706 "log",
 8707 "project",
 8708 "serde",
 8709 "settings",
 8710 "theme_settings",
 8711 "ui",
 8712 "util",
 8713 "workspace",
 8714]
 8715
 8716[[package]]
 8717name = "imagesize"
 8718version = "0.13.0"
 8719source = "registry+https://github.com/rust-lang/crates.io-index"
 8720checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8721
 8722[[package]]
 8723name = "imara-diff"
 8724version = "0.1.8"
 8725source = "registry+https://github.com/rust-lang/crates.io-index"
 8726checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8727dependencies = [
 8728 "hashbrown 0.15.5",
 8729]
 8730
 8731[[package]]
 8732name = "imgref"
 8733version = "1.12.0"
 8734source = "registry+https://github.com/rust-lang/crates.io-index"
 8735checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8736
 8737[[package]]
 8738name = "indenter"
 8739version = "0.3.4"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8742
 8743[[package]]
 8744name = "indexmap"
 8745version = "2.11.4"
 8746source = "registry+https://github.com/rust-lang/crates.io-index"
 8747checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8748dependencies = [
 8749 "equivalent",
 8750 "hashbrown 0.15.5",
 8751 "serde",
 8752 "serde_core",
 8753]
 8754
 8755[[package]]
 8756name = "indoc"
 8757version = "2.0.6"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8760
 8761[[package]]
 8762name = "inherent"
 8763version = "1.0.13"
 8764source = "registry+https://github.com/rust-lang/crates.io-index"
 8765checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8766dependencies = [
 8767 "proc-macro2",
 8768 "quote",
 8769 "syn 2.0.117",
 8770]
 8771
 8772[[package]]
 8773name = "inotify"
 8774version = "0.9.6"
 8775source = "registry+https://github.com/rust-lang/crates.io-index"
 8776checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8777dependencies = [
 8778 "bitflags 1.3.2",
 8779 "inotify-sys",
 8780 "libc",
 8781]
 8782
 8783[[package]]
 8784name = "inotify"
 8785version = "0.11.0"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8788dependencies = [
 8789 "bitflags 2.10.0",
 8790 "inotify-sys",
 8791 "libc",
 8792]
 8793
 8794[[package]]
 8795name = "inotify-sys"
 8796version = "0.1.5"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8799dependencies = [
 8800 "libc",
 8801]
 8802
 8803[[package]]
 8804name = "inout"
 8805version = "0.1.4"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8808dependencies = [
 8809 "block-padding",
 8810 "generic-array",
 8811]
 8812
 8813[[package]]
 8814name = "inspector_ui"
 8815version = "0.1.0"
 8816dependencies = [
 8817 "anyhow",
 8818 "command_palette_hooks",
 8819 "editor",
 8820 "fuzzy",
 8821 "gpui",
 8822 "language",
 8823 "project",
 8824 "serde_json",
 8825 "serde_json_lenient",
 8826 "theme_settings",
 8827 "ui",
 8828 "util",
 8829 "util_macros",
 8830 "workspace",
 8831 "zed_actions",
 8832]
 8833
 8834[[package]]
 8835name = "install_cli"
 8836version = "0.1.0"
 8837dependencies = [
 8838 "anyhow",
 8839 "client",
 8840 "gpui",
 8841 "release_channel",
 8842 "smol",
 8843 "util",
 8844 "workspace",
 8845]
 8846
 8847[[package]]
 8848name = "instant"
 8849version = "0.1.13"
 8850source = "registry+https://github.com/rust-lang/crates.io-index"
 8851checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8852dependencies = [
 8853 "cfg-if",
 8854]
 8855
 8856[[package]]
 8857name = "interpolate_name"
 8858version = "0.2.4"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8861dependencies = [
 8862 "proc-macro2",
 8863 "quote",
 8864 "syn 2.0.117",
 8865]
 8866
 8867[[package]]
 8868name = "inventory"
 8869version = "0.3.21"
 8870source = "registry+https://github.com/rust-lang/crates.io-index"
 8871checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8872dependencies = [
 8873 "rustversion",
 8874]
 8875
 8876[[package]]
 8877name = "io-extras"
 8878version = "0.18.4"
 8879source = "registry+https://github.com/rust-lang/crates.io-index"
 8880checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8881dependencies = [
 8882 "io-lifetimes",
 8883 "windows-sys 0.59.0",
 8884]
 8885
 8886[[package]]
 8887name = "io-lifetimes"
 8888version = "2.0.4"
 8889source = "registry+https://github.com/rust-lang/crates.io-index"
 8890checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8891
 8892[[package]]
 8893name = "io-surface"
 8894version = "0.16.1"
 8895source = "registry+https://github.com/rust-lang/crates.io-index"
 8896checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8897dependencies = [
 8898 "cgl",
 8899 "core-foundation 0.10.0",
 8900 "core-foundation-sys",
 8901 "leaky-cow",
 8902]
 8903
 8904[[package]]
 8905name = "iovec"
 8906version = "0.1.4"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8909dependencies = [
 8910 "libc",
 8911]
 8912
 8913[[package]]
 8914name = "ipc-channel"
 8915version = "0.19.0"
 8916source = "registry+https://github.com/rust-lang/crates.io-index"
 8917checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8918dependencies = [
 8919 "bincode",
 8920 "crossbeam-channel",
 8921 "fnv",
 8922 "lazy_static",
 8923 "libc",
 8924 "mio 1.1.0",
 8925 "rand 0.8.5",
 8926 "serde",
 8927 "tempfile",
 8928 "uuid",
 8929 "windows 0.58.0",
 8930]
 8931
 8932[[package]]
 8933name = "ipnet"
 8934version = "2.11.0"
 8935source = "registry+https://github.com/rust-lang/crates.io-index"
 8936checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8937
 8938[[package]]
 8939name = "iri-string"
 8940version = "0.7.8"
 8941source = "registry+https://github.com/rust-lang/crates.io-index"
 8942checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8943dependencies = [
 8944 "memchr",
 8945 "serde",
 8946]
 8947
 8948[[package]]
 8949name = "is-docker"
 8950version = "0.2.0"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8953dependencies = [
 8954 "once_cell",
 8955]
 8956
 8957[[package]]
 8958name = "is-terminal"
 8959version = "0.4.16"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8962dependencies = [
 8963 "hermit-abi",
 8964 "libc",
 8965 "windows-sys 0.59.0",
 8966]
 8967
 8968[[package]]
 8969name = "is-wsl"
 8970version = "0.4.0"
 8971source = "registry+https://github.com/rust-lang/crates.io-index"
 8972checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8973dependencies = [
 8974 "is-docker",
 8975 "once_cell",
 8976]
 8977
 8978[[package]]
 8979name = "is_executable"
 8980version = "1.0.5"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8983dependencies = [
 8984 "windows-sys 0.60.2",
 8985]
 8986
 8987[[package]]
 8988name = "is_terminal_polyfill"
 8989version = "1.70.1"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8992
 8993[[package]]
 8994name = "itertools"
 8995version = "0.10.5"
 8996source = "registry+https://github.com/rust-lang/crates.io-index"
 8997checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8998dependencies = [
 8999 "either",
 9000]
 9001
 9002[[package]]
 9003name = "itertools"
 9004version = "0.11.0"
 9005source = "registry+https://github.com/rust-lang/crates.io-index"
 9006checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9007dependencies = [
 9008 "either",
 9009]
 9010
 9011[[package]]
 9012name = "itertools"
 9013version = "0.14.0"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9016dependencies = [
 9017 "either",
 9018]
 9019
 9020[[package]]
 9021name = "itoa"
 9022version = "1.0.15"
 9023source = "registry+https://github.com/rust-lang/crates.io-index"
 9024checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9025
 9026[[package]]
 9027name = "jiff"
 9028version = "0.2.15"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9031dependencies = [
 9032 "jiff-static",
 9033 "log",
 9034 "portable-atomic",
 9035 "portable-atomic-util",
 9036 "serde",
 9037]
 9038
 9039[[package]]
 9040name = "jiff-static"
 9041version = "0.2.15"
 9042source = "registry+https://github.com/rust-lang/crates.io-index"
 9043checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9044dependencies = [
 9045 "proc-macro2",
 9046 "quote",
 9047 "syn 2.0.117",
 9048]
 9049
 9050[[package]]
 9051name = "jni"
 9052version = "0.21.1"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9055dependencies = [
 9056 "cesu8",
 9057 "cfg-if",
 9058 "combine",
 9059 "jni-sys",
 9060 "log",
 9061 "thiserror 1.0.69",
 9062 "walkdir",
 9063 "windows-sys 0.45.0",
 9064]
 9065
 9066[[package]]
 9067name = "jni-sys"
 9068version = "0.3.0"
 9069source = "registry+https://github.com/rust-lang/crates.io-index"
 9070checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9071
 9072[[package]]
 9073name = "jobserver"
 9074version = "0.1.34"
 9075source = "registry+https://github.com/rust-lang/crates.io-index"
 9076checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9077dependencies = [
 9078 "getrandom 0.3.4",
 9079 "libc",
 9080]
 9081
 9082[[package]]
 9083name = "journal"
 9084version = "0.1.0"
 9085dependencies = [
 9086 "anyhow",
 9087 "chrono",
 9088 "editor",
 9089 "gpui",
 9090 "log",
 9091 "serde",
 9092 "settings",
 9093 "shellexpand",
 9094 "workspace",
 9095]
 9096
 9097[[package]]
 9098name = "js-sys"
 9099version = "0.3.90"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9102dependencies = [
 9103 "once_cell",
 9104 "wasm-bindgen",
 9105]
 9106
 9107[[package]]
 9108name = "json5"
 9109version = "0.4.1"
 9110source = "registry+https://github.com/rust-lang/crates.io-index"
 9111checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9112dependencies = [
 9113 "pest",
 9114 "pest_derive",
 9115 "serde",
 9116]
 9117
 9118[[package]]
 9119name = "json_dotpath"
 9120version = "1.1.0"
 9121source = "registry+https://github.com/rust-lang/crates.io-index"
 9122checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9123dependencies = [
 9124 "serde",
 9125 "serde_derive",
 9126 "serde_json",
 9127 "thiserror 1.0.69",
 9128]
 9129
 9130[[package]]
 9131name = "json_schema_store"
 9132version = "0.1.0"
 9133dependencies = [
 9134 "anyhow",
 9135 "collections",
 9136 "dap",
 9137 "extension",
 9138 "gpui",
 9139 "language",
 9140 "parking_lot",
 9141 "paths",
 9142 "project",
 9143 "schemars",
 9144 "serde",
 9145 "serde_json",
 9146 "settings",
 9147 "snippet_provider",
 9148 "task",
 9149 "theme",
 9150 "util",
 9151]
 9152
 9153[[package]]
 9154name = "jsonschema"
 9155version = "0.37.4"
 9156source = "registry+https://github.com/rust-lang/crates.io-index"
 9157checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9158dependencies = [
 9159 "ahash 0.8.12",
 9160 "bytecount",
 9161 "data-encoding",
 9162 "email_address",
 9163 "fancy-regex 0.16.2",
 9164 "fraction",
 9165 "getrandom 0.3.4",
 9166 "idna",
 9167 "itoa",
 9168 "num-cmp",
 9169 "num-traits",
 9170 "percent-encoding",
 9171 "referencing",
 9172 "regex",
 9173 "regex-syntax",
 9174 "reqwest 0.12.24",
 9175 "serde",
 9176 "serde_json",
 9177 "unicode-general-category",
 9178 "uuid-simd",
 9179]
 9180
 9181[[package]]
 9182name = "jsonwebtoken"
 9183version = "10.3.0"
 9184source = "registry+https://github.com/rust-lang/crates.io-index"
 9185checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9186dependencies = [
 9187 "aws-lc-rs",
 9188 "base64 0.22.1",
 9189 "getrandom 0.2.16",
 9190 "js-sys",
 9191 "pem",
 9192 "serde",
 9193 "serde_json",
 9194 "signature 2.2.0",
 9195 "simple_asn1",
 9196]
 9197
 9198[[package]]
 9199name = "jupyter-protocol"
 9200version = "1.4.0"
 9201source = "registry+https://github.com/rust-lang/crates.io-index"
 9202checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9203dependencies = [
 9204 "async-trait",
 9205 "bytes 1.11.1",
 9206 "chrono",
 9207 "futures 0.3.32",
 9208 "serde",
 9209 "serde_json",
 9210 "thiserror 2.0.17",
 9211 "uuid",
 9212]
 9213
 9214[[package]]
 9215name = "jupyter-websocket-client"
 9216version = "1.0.0"
 9217source = "registry+https://github.com/rust-lang/crates.io-index"
 9218checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9219dependencies = [
 9220 "anyhow",
 9221 "async-trait",
 9222 "async-tungstenite",
 9223 "futures 0.3.32",
 9224 "jupyter-protocol",
 9225 "serde",
 9226 "serde_json",
 9227 "tokio",
 9228 "url",
 9229 "uuid",
 9230]
 9231
 9232[[package]]
 9233name = "keymap_editor"
 9234version = "0.1.0"
 9235dependencies = [
 9236 "anyhow",
 9237 "collections",
 9238 "command_palette",
 9239 "component",
 9240 "db",
 9241 "editor",
 9242 "fs",
 9243 "fuzzy",
 9244 "gpui",
 9245 "itertools 0.14.0",
 9246 "json_schema_store",
 9247 "language",
 9248 "log",
 9249 "menu",
 9250 "notifications",
 9251 "paths",
 9252 "project",
 9253 "search",
 9254 "serde",
 9255 "serde_json",
 9256 "settings",
 9257 "telemetry",
 9258 "tempfile",
 9259 "theme",
 9260 "theme_settings",
 9261 "tree-sitter-json",
 9262 "tree-sitter-rust",
 9263 "ui",
 9264 "ui_input",
 9265 "util",
 9266 "workspace",
 9267 "zed_actions",
 9268]
 9269
 9270[[package]]
 9271name = "khronos-egl"
 9272version = "6.0.0"
 9273source = "registry+https://github.com/rust-lang/crates.io-index"
 9274checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9275dependencies = [
 9276 "libc",
 9277 "libloading",
 9278 "pkg-config",
 9279]
 9280
 9281[[package]]
 9282name = "khronos_api"
 9283version = "3.1.0"
 9284source = "registry+https://github.com/rust-lang/crates.io-index"
 9285checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9286
 9287[[package]]
 9288name = "kqueue"
 9289version = "1.1.1"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9292dependencies = [
 9293 "kqueue-sys",
 9294 "libc",
 9295]
 9296
 9297[[package]]
 9298name = "kqueue-sys"
 9299version = "1.0.4"
 9300source = "registry+https://github.com/rust-lang/crates.io-index"
 9301checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9302dependencies = [
 9303 "bitflags 1.3.2",
 9304 "libc",
 9305]
 9306
 9307[[package]]
 9308name = "kurbo"
 9309version = "0.11.3"
 9310source = "registry+https://github.com/rust-lang/crates.io-index"
 9311checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9312dependencies = [
 9313 "arrayvec",
 9314 "euclid",
 9315 "smallvec",
 9316]
 9317
 9318[[package]]
 9319name = "kv-log-macro"
 9320version = "1.0.7"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9323dependencies = [
 9324 "log",
 9325]
 9326
 9327[[package]]
 9328name = "language"
 9329version = "0.1.0"
 9330dependencies = [
 9331 "anyhow",
 9332 "async-trait",
 9333 "clock",
 9334 "collections",
 9335 "criterion",
 9336 "ctor",
 9337 "diffy",
 9338 "ec4rs",
 9339 "encoding_rs",
 9340 "fs",
 9341 "futures 0.3.32",
 9342 "fuzzy",
 9343 "globset",
 9344 "gpui",
 9345 "http_client",
 9346 "imara-diff",
 9347 "indoc",
 9348 "itertools 0.14.0",
 9349 "language_core",
 9350 "log",
 9351 "lsp",
 9352 "parking_lot",
 9353 "postage",
 9354 "pretty_assertions",
 9355 "rand 0.9.3",
 9356 "regex",
 9357 "rpc",
 9358 "semver",
 9359 "serde",
 9360 "serde_json",
 9361 "settings",
 9362 "shellexpand",
 9363 "smallvec",
 9364 "smol",
 9365 "streaming-iterator",
 9366 "strsim",
 9367 "sum_tree",
 9368 "task",
 9369 "text",
 9370 "theme",
 9371 "theme_settings",
 9372 "toml 0.8.23",
 9373 "tracing",
 9374 "tree-sitter",
 9375 "tree-sitter-elixir",
 9376 "tree-sitter-embedded-template",
 9377 "tree-sitter-heex",
 9378 "tree-sitter-html",
 9379 "tree-sitter-json",
 9380 "tree-sitter-md",
 9381 "tree-sitter-python",
 9382 "tree-sitter-ruby",
 9383 "tree-sitter-rust",
 9384 "tree-sitter-typescript",
 9385 "unicase",
 9386 "unindent",
 9387 "util",
 9388 "watch",
 9389 "zlog",
 9390 "ztracing",
 9391]
 9392
 9393[[package]]
 9394name = "language_core"
 9395version = "0.1.0"
 9396dependencies = [
 9397 "anyhow",
 9398 "collections",
 9399 "gpui_shared_string",
 9400 "log",
 9401 "lsp",
 9402 "parking_lot",
 9403 "regex",
 9404 "schemars",
 9405 "serde",
 9406 "serde_json",
 9407 "toml 0.8.23",
 9408 "tree-sitter",
 9409 "util",
 9410]
 9411
 9412[[package]]
 9413name = "language_extension"
 9414version = "0.1.0"
 9415dependencies = [
 9416 "anyhow",
 9417 "async-trait",
 9418 "collections",
 9419 "extension",
 9420 "fs",
 9421 "futures 0.3.32",
 9422 "gpui",
 9423 "language",
 9424 "log",
 9425 "lsp",
 9426 "project",
 9427 "serde",
 9428 "serde_json",
 9429 "tracing",
 9430 "util",
 9431 "ztracing",
 9432]
 9433
 9434[[package]]
 9435name = "language_model"
 9436version = "0.1.0"
 9437dependencies = [
 9438 "anyhow",
 9439 "base64 0.22.1",
 9440 "collections",
 9441 "credentials_provider",
 9442 "env_var",
 9443 "futures 0.3.32",
 9444 "gpui",
 9445 "http_client",
 9446 "icons",
 9447 "image",
 9448 "language_model_core",
 9449 "log",
 9450 "parking_lot",
 9451 "serde",
 9452 "serde_json",
 9453 "thiserror 2.0.17",
 9454 "util",
 9455]
 9456
 9457[[package]]
 9458name = "language_model_core"
 9459version = "0.1.0"
 9460dependencies = [
 9461 "anyhow",
 9462 "cloud_llm_client",
 9463 "futures 0.3.32",
 9464 "gpui_shared_string",
 9465 "http_client",
 9466 "partial-json-fixer",
 9467 "schemars",
 9468 "serde",
 9469 "serde_json",
 9470 "smol",
 9471 "strum 0.27.2",
 9472 "thiserror 2.0.17",
 9473]
 9474
 9475[[package]]
 9476name = "language_models"
 9477version = "0.1.0"
 9478dependencies = [
 9479 "ai_onboarding",
 9480 "anthropic",
 9481 "anyhow",
 9482 "aws-config",
 9483 "aws-credential-types",
 9484 "aws_http_client",
 9485 "base64 0.22.1",
 9486 "bedrock",
 9487 "client",
 9488 "cloud_api_client",
 9489 "cloud_api_types",
 9490 "collections",
 9491 "component",
 9492 "convert_case 0.8.0",
 9493 "copilot",
 9494 "copilot_chat",
 9495 "copilot_ui",
 9496 "credentials_provider",
 9497 "deepseek",
 9498 "extension",
 9499 "extension_host",
 9500 "fs",
 9501 "futures 0.3.32",
 9502 "google_ai",
 9503 "gpui",
 9504 "gpui_tokio",
 9505 "http_client",
 9506 "language",
 9507 "language_model",
 9508 "language_models_cloud",
 9509 "lmstudio",
 9510 "log",
 9511 "menu",
 9512 "mistral",
 9513 "ollama",
 9514 "open_ai",
 9515 "open_router",
 9516 "opencode",
 9517 "pretty_assertions",
 9518 "release_channel",
 9519 "schemars",
 9520 "serde",
 9521 "serde_json",
 9522 "settings",
 9523 "smol",
 9524 "strum 0.27.2",
 9525 "tiktoken-rs",
 9526 "tokio",
 9527 "ui",
 9528 "ui_input",
 9529 "util",
 9530 "vercel",
 9531 "x_ai",
 9532]
 9533
 9534[[package]]
 9535name = "language_models_cloud"
 9536version = "0.1.0"
 9537dependencies = [
 9538 "anthropic",
 9539 "anyhow",
 9540 "cloud_llm_client",
 9541 "futures 0.3.32",
 9542 "google_ai",
 9543 "gpui",
 9544 "http_client",
 9545 "language_model",
 9546 "open_ai",
 9547 "schemars",
 9548 "semver",
 9549 "serde",
 9550 "serde_json",
 9551 "smol",
 9552 "thiserror 2.0.17",
 9553 "x_ai",
 9554]
 9555
 9556[[package]]
 9557name = "language_onboarding"
 9558version = "0.1.0"
 9559dependencies = [
 9560 "db",
 9561 "editor",
 9562 "gpui",
 9563 "project",
 9564 "ui",
 9565 "workspace",
 9566]
 9567
 9568[[package]]
 9569name = "language_selector"
 9570version = "0.1.0"
 9571dependencies = [
 9572 "anyhow",
 9573 "editor",
 9574 "file_icons",
 9575 "fuzzy",
 9576 "gpui",
 9577 "language",
 9578 "open_path_prompt",
 9579 "picker",
 9580 "project",
 9581 "serde_json",
 9582 "settings",
 9583 "ui",
 9584 "util",
 9585 "workspace",
 9586]
 9587
 9588[[package]]
 9589name = "language_tools"
 9590version = "0.1.0"
 9591dependencies = [
 9592 "anyhow",
 9593 "client",
 9594 "collections",
 9595 "command_palette_hooks",
 9596 "edit_prediction",
 9597 "editor",
 9598 "futures 0.3.32",
 9599 "gpui",
 9600 "itertools 0.14.0",
 9601 "language",
 9602 "lsp",
 9603 "menu",
 9604 "project",
 9605 "proto",
 9606 "release_channel",
 9607 "semver",
 9608 "serde_json",
 9609 "settings",
 9610 "sysinfo 0.37.2",
 9611 "telemetry",
 9612 "theme",
 9613 "theme_settings",
 9614 "tree-sitter",
 9615 "ui",
 9616 "util",
 9617 "workspace",
 9618 "zed_actions",
 9619 "zlog",
 9620]
 9621
 9622[[package]]
 9623name = "languages"
 9624version = "0.1.0"
 9625dependencies = [
 9626 "anyhow",
 9627 "async-compression",
 9628 "async-fs",
 9629 "async-tar",
 9630 "async-trait",
 9631 "chrono",
 9632 "collections",
 9633 "fs",
 9634 "futures 0.3.32",
 9635 "globset",
 9636 "gpui",
 9637 "grammars",
 9638 "http_client",
 9639 "itertools 0.14.0",
 9640 "json_schema_store",
 9641 "language",
 9642 "log",
 9643 "lsp",
 9644 "node_runtime",
 9645 "parking_lot",
 9646 "pet",
 9647 "pet-conda",
 9648 "pet-core",
 9649 "pet-fs",
 9650 "pet-poetry",
 9651 "pet-reporter",
 9652 "pet-virtualenv",
 9653 "pretty_assertions",
 9654 "project",
 9655 "regex",
 9656 "rope",
 9657 "semver",
 9658 "serde",
 9659 "serde_json",
 9660 "serde_json_lenient",
 9661 "settings",
 9662 "smallvec",
 9663 "smol",
 9664 "snippet",
 9665 "task",
 9666 "terminal",
 9667 "theme",
 9668 "tree-sitter",
 9669 "tree-sitter-bash",
 9670 "tree-sitter-c",
 9671 "tree-sitter-cpp",
 9672 "tree-sitter-css",
 9673 "tree-sitter-gitcommit",
 9674 "tree-sitter-go",
 9675 "tree-sitter-python",
 9676 "tree-sitter-rust",
 9677 "tree-sitter-typescript",
 9678 "unindent",
 9679 "url",
 9680 "util",
 9681]
 9682
 9683[[package]]
 9684name = "lazy_static"
 9685version = "1.5.0"
 9686source = "registry+https://github.com/rust-lang/crates.io-index"
 9687checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9688dependencies = [
 9689 "spin 0.9.8",
 9690]
 9691
 9692[[package]]
 9693name = "leak"
 9694version = "0.1.2"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9697
 9698[[package]]
 9699name = "leaky-cow"
 9700version = "0.1.1"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9703dependencies = [
 9704 "leak",
 9705]
 9706
 9707[[package]]
 9708name = "leb128"
 9709version = "0.2.5"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9712
 9713[[package]]
 9714name = "leb128fmt"
 9715version = "0.1.0"
 9716source = "registry+https://github.com/rust-lang/crates.io-index"
 9717checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9718
 9719[[package]]
 9720name = "lebe"
 9721version = "0.5.3"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9724
 9725[[package]]
 9726name = "libbz2-rs-sys"
 9727version = "0.2.2"
 9728source = "registry+https://github.com/rust-lang/crates.io-index"
 9729checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9730
 9731[[package]]
 9732name = "libc"
 9733version = "0.2.182"
 9734source = "registry+https://github.com/rust-lang/crates.io-index"
 9735checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9736
 9737[[package]]
 9738name = "libdbus-sys"
 9739version = "0.2.6"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9742dependencies = [
 9743 "cc",
 9744 "pkg-config",
 9745]
 9746
 9747[[package]]
 9748name = "libfuzzer-sys"
 9749version = "0.4.10"
 9750source = "registry+https://github.com/rust-lang/crates.io-index"
 9751checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9752dependencies = [
 9753 "arbitrary",
 9754 "cc",
 9755]
 9756
 9757[[package]]
 9758name = "libgit2-sys"
 9759version = "0.18.3+1.9.2"
 9760source = "registry+https://github.com/rust-lang/crates.io-index"
 9761checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9762dependencies = [
 9763 "cc",
 9764 "libc",
 9765 "libz-sys",
 9766 "pkg-config",
 9767]
 9768
 9769[[package]]
 9770name = "libloading"
 9771version = "0.8.9"
 9772source = "registry+https://github.com/rust-lang/crates.io-index"
 9773checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9774dependencies = [
 9775 "cfg-if",
 9776 "windows-link 0.2.1",
 9777]
 9778
 9779[[package]]
 9780name = "libm"
 9781version = "0.2.15"
 9782source = "registry+https://github.com/rust-lang/crates.io-index"
 9783checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9784
 9785[[package]]
 9786name = "libmimalloc-sys"
 9787version = "0.1.44"
 9788source = "registry+https://github.com/rust-lang/crates.io-index"
 9789checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9790dependencies = [
 9791 "cc",
 9792 "libc",
 9793]
 9794
 9795[[package]]
 9796name = "libredox"
 9797version = "0.1.10"
 9798source = "registry+https://github.com/rust-lang/crates.io-index"
 9799checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9800dependencies = [
 9801 "bitflags 2.10.0",
 9802 "libc",
 9803 "redox_syscall 0.5.18",
 9804]
 9805
 9806[[package]]
 9807name = "libsqlite3-sys"
 9808version = "0.30.1"
 9809source = "registry+https://github.com/rust-lang/crates.io-index"
 9810checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9811dependencies = [
 9812 "cc",
 9813 "pkg-config",
 9814 "vcpkg",
 9815]
 9816
 9817[[package]]
 9818name = "libwebrtc"
 9819version = "0.3.26"
 9820source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9821dependencies = [
 9822 "cxx",
 9823 "glib",
 9824 "jni",
 9825 "js-sys",
 9826 "lazy_static",
 9827 "livekit-protocol",
 9828 "livekit-runtime",
 9829 "log",
 9830 "parking_lot",
 9831 "serde",
 9832 "serde_json",
 9833 "thiserror 1.0.69",
 9834 "tokio",
 9835 "wasm-bindgen",
 9836 "wasm-bindgen-futures",
 9837 "web-sys",
 9838 "webrtc-sys",
 9839]
 9840
 9841[[package]]
 9842name = "libz-sys"
 9843version = "1.1.22"
 9844source = "registry+https://github.com/rust-lang/crates.io-index"
 9845checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9846dependencies = [
 9847 "cc",
 9848 "libc",
 9849 "pkg-config",
 9850 "vcpkg",
 9851]
 9852
 9853[[package]]
 9854name = "line_ending_selector"
 9855version = "0.1.0"
 9856dependencies = [
 9857 "editor",
 9858 "gpui",
 9859 "language",
 9860 "picker",
 9861 "project",
 9862 "ui",
 9863 "util",
 9864 "workspace",
 9865]
 9866
 9867[[package]]
 9868name = "linebender_resource_handle"
 9869version = "0.1.1"
 9870source = "registry+https://github.com/rust-lang/crates.io-index"
 9871checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9872
 9873[[package]]
 9874name = "link-cplusplus"
 9875version = "1.0.12"
 9876source = "registry+https://github.com/rust-lang/crates.io-index"
 9877checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9878dependencies = [
 9879 "cc",
 9880]
 9881
 9882[[package]]
 9883name = "linkify"
 9884version = "0.10.0"
 9885source = "registry+https://github.com/rust-lang/crates.io-index"
 9886checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9887dependencies = [
 9888 "memchr",
 9889]
 9890
 9891[[package]]
 9892name = "linux-raw-sys"
 9893version = "0.4.15"
 9894source = "registry+https://github.com/rust-lang/crates.io-index"
 9895checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9896
 9897[[package]]
 9898name = "linux-raw-sys"
 9899version = "0.11.0"
 9900source = "registry+https://github.com/rust-lang/crates.io-index"
 9901checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9902
 9903[[package]]
 9904name = "litemap"
 9905version = "0.8.0"
 9906source = "registry+https://github.com/rust-lang/crates.io-index"
 9907checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9908
 9909[[package]]
 9910name = "litrs"
 9911version = "1.0.0"
 9912source = "registry+https://github.com/rust-lang/crates.io-index"
 9913checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9914
 9915[[package]]
 9916name = "livekit"
 9917version = "0.7.32"
 9918source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9919dependencies = [
 9920 "base64 0.22.1",
 9921 "bmrng",
 9922 "bytes 1.11.1",
 9923 "chrono",
 9924 "futures-util",
 9925 "lazy_static",
 9926 "libloading",
 9927 "libwebrtc",
 9928 "livekit-api",
 9929 "livekit-protocol",
 9930 "livekit-runtime",
 9931 "log",
 9932 "parking_lot",
 9933 "prost 0.12.6",
 9934 "semver",
 9935 "serde",
 9936 "serde_json",
 9937 "thiserror 1.0.69",
 9938 "tokio",
 9939]
 9940
 9941[[package]]
 9942name = "livekit-api"
 9943version = "0.4.14"
 9944source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9945dependencies = [
 9946 "base64 0.21.7",
 9947 "futures-util",
 9948 "http 1.3.1",
 9949 "livekit-protocol",
 9950 "livekit-runtime",
 9951 "log",
 9952 "parking_lot",
 9953 "pbjson-types",
 9954 "prost 0.12.6",
 9955 "rand 0.9.3",
 9956 "reqwest 0.12.24",
 9957 "rustls-native-certs 0.6.3",
 9958 "scopeguard",
 9959 "serde",
 9960 "sha2",
 9961 "thiserror 1.0.69",
 9962 "tokio",
 9963 "tokio-rustls 0.26.2",
 9964 "tokio-tungstenite 0.28.0",
 9965 "url",
 9966]
 9967
 9968[[package]]
 9969name = "livekit-protocol"
 9970version = "0.7.1"
 9971source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9972dependencies = [
 9973 "futures-util",
 9974 "livekit-runtime",
 9975 "parking_lot",
 9976 "pbjson",
 9977 "pbjson-types",
 9978 "prost 0.12.6",
 9979 "serde",
 9980 "thiserror 1.0.69",
 9981 "tokio",
 9982]
 9983
 9984[[package]]
 9985name = "livekit-runtime"
 9986version = "0.4.0"
 9987source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9988dependencies = [
 9989 "tokio",
 9990 "tokio-stream",
 9991]
 9992
 9993[[package]]
 9994name = "livekit_api"
 9995version = "0.1.0"
 9996dependencies = [
 9997 "anyhow",
 9998 "async-trait",
 9999 "jsonwebtoken",
10000 "log",
10001 "prost 0.9.0",
10002 "prost-build 0.9.0",
10003 "prost-types 0.9.0",
10004 "serde",
10005 "zed-reqwest",
10006]
10007
10008[[package]]
10009name = "livekit_client"
10010version = "0.1.0"
10011dependencies = [
10012 "anyhow",
10013 "async-trait",
10014 "audio",
10015 "cocoa 0.26.0",
10016 "collections",
10017 "core-foundation 0.10.0",
10018 "core-video",
10019 "coreaudio-rs 0.12.1",
10020 "cpal",
10021 "futures 0.3.32",
10022 "gpui",
10023 "gpui_platform",
10024 "gpui_tokio",
10025 "http_client_tls",
10026 "image",
10027 "libwebrtc",
10028 "livekit",
10029 "livekit_api",
10030 "log",
10031 "nanoid",
10032 "objc",
10033 "parking_lot",
10034 "postage",
10035 "rodio",
10036 "serde",
10037 "serde_json",
10038 "serde_urlencoded",
10039 "settings",
10040 "simplelog",
10041 "smallvec",
10042 "tokio",
10043 "ui",
10044 "util",
10045 "webrtc-sys",
10046 "zed-scap",
10047]
10048
10049[[package]]
10050name = "lmdb-master-sys"
10051version = "0.2.5"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10054dependencies = [
10055 "cc",
10056 "doxygen-rs",
10057 "libc",
10058]
10059
10060[[package]]
10061name = "lmstudio"
10062version = "0.1.0"
10063dependencies = [
10064 "anyhow",
10065 "futures 0.3.32",
10066 "http_client",
10067 "schemars",
10068 "serde",
10069 "serde_json",
10070]
10071
10072[[package]]
10073name = "lock_api"
10074version = "0.4.14"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10077dependencies = [
10078 "scopeguard",
10079]
10080
10081[[package]]
10082name = "log"
10083version = "0.4.29"
10084source = "registry+https://github.com/rust-lang/crates.io-index"
10085checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10086dependencies = [
10087 "serde_core",
10088 "value-bag",
10089]
10090
10091[[package]]
10092name = "loom"
10093version = "0.7.2"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10096dependencies = [
10097 "cfg-if",
10098 "generator",
10099 "scoped-tls",
10100 "tracing",
10101 "tracing-subscriber",
10102]
10103
10104[[package]]
10105name = "loop9"
10106version = "0.1.5"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10109dependencies = [
10110 "imgref",
10111]
10112
10113[[package]]
10114name = "lru"
10115version = "0.12.5"
10116source = "registry+https://github.com/rust-lang/crates.io-index"
10117checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10118dependencies = [
10119 "hashbrown 0.15.5",
10120]
10121
10122[[package]]
10123name = "lru-slab"
10124version = "0.1.2"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10127
10128[[package]]
10129name = "lsp"
10130version = "0.1.0"
10131dependencies = [
10132 "anyhow",
10133 "async-pipe",
10134 "collections",
10135 "ctor",
10136 "futures 0.3.32",
10137 "gpui",
10138 "gpui_util",
10139 "log",
10140 "lsp-types",
10141 "parking_lot",
10142 "postage",
10143 "release_channel",
10144 "schemars",
10145 "semver",
10146 "serde",
10147 "serde_json",
10148 "smol",
10149 "util",
10150 "zlog",
10151]
10152
10153[[package]]
10154name = "lsp-types"
10155version = "0.95.1"
10156source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10157dependencies = [
10158 "bitflags 1.3.2",
10159 "serde",
10160 "serde_json",
10161 "url",
10162]
10163
10164[[package]]
10165name = "lyon"
10166version = "1.0.16"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10169dependencies = [
10170 "lyon_algorithms",
10171 "lyon_extra",
10172 "lyon_tessellation",
10173]
10174
10175[[package]]
10176name = "lyon_algorithms"
10177version = "1.0.16"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10180dependencies = [
10181 "lyon_path",
10182 "num-traits",
10183]
10184
10185[[package]]
10186name = "lyon_extra"
10187version = "1.0.3"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10190dependencies = [
10191 "lyon_path",
10192 "thiserror 1.0.69",
10193]
10194
10195[[package]]
10196name = "lyon_geom"
10197version = "1.0.17"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10200dependencies = [
10201 "arrayvec",
10202 "euclid",
10203 "num-traits",
10204]
10205
10206[[package]]
10207name = "lyon_path"
10208version = "1.0.16"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10211dependencies = [
10212 "lyon_geom",
10213 "num-traits",
10214]
10215
10216[[package]]
10217name = "lyon_tessellation"
10218version = "1.0.16"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10221dependencies = [
10222 "float_next_after",
10223 "lyon_path",
10224 "num-traits",
10225]
10226
10227[[package]]
10228name = "mac"
10229version = "0.1.1"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10232
10233[[package]]
10234name = "mach2"
10235version = "0.4.3"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10238dependencies = [
10239 "libc",
10240]
10241
10242[[package]]
10243name = "mach2"
10244version = "0.5.0"
10245source = "registry+https://github.com/rust-lang/crates.io-index"
10246checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10247dependencies = [
10248 "libc",
10249]
10250
10251[[package]]
10252name = "malloc_buf"
10253version = "0.0.6"
10254source = "registry+https://github.com/rust-lang/crates.io-index"
10255checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10256dependencies = [
10257 "libc",
10258]
10259
10260[[package]]
10261name = "maplit"
10262version = "1.0.2"
10263source = "registry+https://github.com/rust-lang/crates.io-index"
10264checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10265
10266[[package]]
10267name = "markdown"
10268version = "0.1.0"
10269dependencies = [
10270 "anyhow",
10271 "assets",
10272 "base64 0.22.1",
10273 "collections",
10274 "env_logger 0.11.8",
10275 "fs",
10276 "futures 0.3.32",
10277 "gpui",
10278 "gpui_platform",
10279 "html5ever 0.27.0",
10280 "language",
10281 "languages",
10282 "linkify",
10283 "log",
10284 "markup5ever_rcdom",
10285 "mermaid-rs-renderer",
10286 "node_runtime",
10287 "pulldown-cmark 0.13.0",
10288 "settings",
10289 "stacksafe",
10290 "sum_tree",
10291 "theme",
10292 "theme_settings",
10293 "ui",
10294 "util",
10295]
10296
10297[[package]]
10298name = "markdown_preview"
10299version = "0.1.0"
10300dependencies = [
10301 "anyhow",
10302 "editor",
10303 "gpui",
10304 "language",
10305 "log",
10306 "markdown",
10307 "project",
10308 "settings",
10309 "tempfile",
10310 "theme_settings",
10311 "ui",
10312 "urlencoding",
10313 "util",
10314 "workspace",
10315 "zed_actions",
10316]
10317
10318[[package]]
10319name = "markup5ever"
10320version = "0.12.1"
10321source = "registry+https://github.com/rust-lang/crates.io-index"
10322checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10323dependencies = [
10324 "log",
10325 "phf 0.11.3",
10326 "phf_codegen",
10327 "string_cache",
10328 "string_cache_codegen",
10329 "tendril",
10330]
10331
10332[[package]]
10333name = "markup5ever"
10334version = "0.35.0"
10335source = "registry+https://github.com/rust-lang/crates.io-index"
10336checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10337dependencies = [
10338 "log",
10339 "tendril",
10340 "web_atoms",
10341]
10342
10343[[package]]
10344name = "markup5ever_rcdom"
10345version = "0.3.0"
10346source = "registry+https://github.com/rust-lang/crates.io-index"
10347checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10348dependencies = [
10349 "html5ever 0.27.0",
10350 "markup5ever 0.12.1",
10351 "tendril",
10352 "xml5ever",
10353]
10354
10355[[package]]
10356name = "match_token"
10357version = "0.35.0"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10360dependencies = [
10361 "proc-macro2",
10362 "quote",
10363 "syn 2.0.117",
10364]
10365
10366[[package]]
10367name = "matchers"
10368version = "0.2.0"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10371dependencies = [
10372 "regex-automata",
10373]
10374
10375[[package]]
10376name = "matchit"
10377version = "0.7.3"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10380
10381[[package]]
10382name = "maybe-owned"
10383version = "0.3.4"
10384source = "registry+https://github.com/rust-lang/crates.io-index"
10385checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10386
10387[[package]]
10388name = "maybe-rayon"
10389version = "0.1.1"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10392dependencies = [
10393 "cfg-if",
10394 "rayon",
10395]
10396
10397[[package]]
10398name = "md-5"
10399version = "0.10.6"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10402dependencies = [
10403 "cfg-if",
10404 "digest",
10405]
10406
10407[[package]]
10408name = "mdbook"
10409version = "0.4.40"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10412dependencies = [
10413 "ammonia",
10414 "anyhow",
10415 "chrono",
10416 "clap",
10417 "clap_complete",
10418 "elasticlunr-rs",
10419 "env_logger 0.11.8",
10420 "futures-util",
10421 "handlebars 5.1.2",
10422 "ignore",
10423 "log",
10424 "memchr",
10425 "notify 6.1.1",
10426 "notify-debouncer-mini",
10427 "once_cell",
10428 "opener",
10429 "pathdiff",
10430 "pulldown-cmark 0.10.3",
10431 "regex",
10432 "serde",
10433 "serde_json",
10434 "shlex",
10435 "tempfile",
10436 "tokio",
10437 "toml 0.5.11",
10438 "topological-sort",
10439 "walkdir",
10440 "warp",
10441]
10442
10443[[package]]
10444name = "media"
10445version = "0.1.0"
10446dependencies = [
10447 "anyhow",
10448 "bindgen 0.71.1",
10449 "core-foundation 0.10.0",
10450 "core-video",
10451 "ctor",
10452 "foreign-types 0.5.0",
10453 "metal",
10454 "objc",
10455]
10456
10457[[package]]
10458name = "memchr"
10459version = "2.7.6"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10462
10463[[package]]
10464name = "memfd"
10465version = "0.6.5"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10468dependencies = [
10469 "rustix 1.1.2",
10470]
10471
10472[[package]]
10473name = "memmap2"
10474version = "0.9.8"
10475source = "registry+https://github.com/rust-lang/crates.io-index"
10476checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10477dependencies = [
10478 "libc",
10479 "stable_deref_trait",
10480]
10481
10482[[package]]
10483name = "memoffset"
10484version = "0.9.1"
10485source = "registry+https://github.com/rust-lang/crates.io-index"
10486checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10487dependencies = [
10488 "autocfg",
10489]
10490
10491[[package]]
10492name = "menu"
10493version = "0.1.0"
10494dependencies = [
10495 "gpui",
10496]
10497
10498[[package]]
10499name = "merge"
10500version = "0.1.0"
10501source = "registry+https://github.com/rust-lang/crates.io-index"
10502checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10503dependencies = [
10504 "merge_derive",
10505 "num-traits",
10506]
10507
10508[[package]]
10509name = "merge_derive"
10510version = "0.1.0"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10513dependencies = [
10514 "proc-macro-error",
10515 "proc-macro2",
10516 "quote",
10517 "syn 1.0.109",
10518]
10519
10520[[package]]
10521name = "mermaid-rs-renderer"
10522version = "0.2.0"
10523source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10524dependencies = [
10525 "anyhow",
10526 "fontdb 0.16.2",
10527 "json5",
10528 "once_cell",
10529 "regex",
10530 "serde",
10531 "serde_json",
10532 "thiserror 2.0.17",
10533 "ttf-parser 0.20.0",
10534]
10535
10536[[package]]
10537name = "metal"
10538version = "0.33.0"
10539source = "registry+https://github.com/rust-lang/crates.io-index"
10540checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10541dependencies = [
10542 "bitflags 2.10.0",
10543 "block",
10544 "core-graphics-types 0.2.0",
10545 "foreign-types 0.5.0",
10546 "log",
10547 "objc",
10548 "paste",
10549]
10550
10551[[package]]
10552name = "migrator"
10553version = "0.1.0"
10554dependencies = [
10555 "anyhow",
10556 "collections",
10557 "convert_case 0.8.0",
10558 "log",
10559 "pretty_assertions",
10560 "serde_json",
10561 "serde_json_lenient",
10562 "settings_content",
10563 "settings_json",
10564 "streaming-iterator",
10565 "tree-sitter",
10566 "tree-sitter-json",
10567 "unindent",
10568]
10569
10570[[package]]
10571name = "mimalloc"
10572version = "0.1.48"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10575dependencies = [
10576 "libmimalloc-sys",
10577]
10578
10579[[package]]
10580name = "mime"
10581version = "0.3.17"
10582source = "registry+https://github.com/rust-lang/crates.io-index"
10583checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10584
10585[[package]]
10586name = "mime_guess"
10587version = "2.0.5"
10588source = "registry+https://github.com/rust-lang/crates.io-index"
10589checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10590dependencies = [
10591 "mime",
10592 "unicase",
10593]
10594
10595[[package]]
10596name = "minidump-common"
10597version = "0.26.1"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10600dependencies = [
10601 "bitflags 2.10.0",
10602 "debugid",
10603 "num-derive",
10604 "num-traits",
10605 "range-map",
10606 "scroll",
10607 "smart-default",
10608]
10609
10610[[package]]
10611name = "minidump-writer"
10612version = "0.11.0"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10615dependencies = [
10616 "bitflags 2.10.0",
10617 "byteorder",
10618 "cfg-if",
10619 "crash-context",
10620 "error-graph",
10621 "failspot",
10622 "goblin",
10623 "libc",
10624 "log",
10625 "mach2 0.4.3",
10626 "memmap2",
10627 "memoffset",
10628 "minidump-common",
10629 "nix 0.29.0",
10630 "procfs-core",
10631 "scroll",
10632 "serde",
10633 "serde_json",
10634 "tempfile",
10635 "thiserror 2.0.17",
10636]
10637
10638[[package]]
10639name = "minidumper"
10640version = "0.9.0"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10643dependencies = [
10644 "cfg-if",
10645 "crash-context",
10646 "libc",
10647 "log",
10648 "minidump-writer",
10649 "parking_lot",
10650 "polling",
10651 "scroll",
10652 "thiserror 2.0.17",
10653 "uds",
10654]
10655
10656[[package]]
10657name = "minimal-lexical"
10658version = "0.2.1"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10661
10662[[package]]
10663name = "miniprofiler_ui"
10664version = "0.1.0"
10665dependencies = [
10666 "gpui",
10667 "rpc",
10668 "serde_json",
10669 "smol",
10670 "theme_settings",
10671 "util",
10672 "workspace",
10673 "zed_actions",
10674]
10675
10676[[package]]
10677name = "miniz_oxide"
10678version = "0.8.9"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10681dependencies = [
10682 "adler2",
10683 "simd-adler32",
10684]
10685
10686[[package]]
10687name = "mio"
10688version = "0.8.11"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10691dependencies = [
10692 "libc",
10693 "log",
10694 "wasi",
10695 "windows-sys 0.48.0",
10696]
10697
10698[[package]]
10699name = "mio"
10700version = "1.1.0"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10703dependencies = [
10704 "libc",
10705 "log",
10706 "wasi",
10707 "windows-sys 0.61.2",
10708]
10709
10710[[package]]
10711name = "miow"
10712version = "0.6.1"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10715dependencies = [
10716 "windows-sys 0.61.2",
10717]
10718
10719[[package]]
10720name = "mistral"
10721version = "0.1.0"
10722dependencies = [
10723 "anyhow",
10724 "futures 0.3.32",
10725 "http_client",
10726 "schemars",
10727 "serde",
10728 "serde_json",
10729 "strum 0.27.2",
10730]
10731
10732[[package]]
10733name = "moka"
10734version = "0.12.11"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10737dependencies = [
10738 "crossbeam-channel",
10739 "crossbeam-epoch",
10740 "crossbeam-utils",
10741 "equivalent",
10742 "parking_lot",
10743 "portable-atomic",
10744 "rustc_version",
10745 "smallvec",
10746 "tagptr",
10747 "uuid",
10748]
10749
10750[[package]]
10751name = "moxcms"
10752version = "0.8.1"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10755dependencies = [
10756 "num-traits",
10757 "pxfm",
10758]
10759
10760[[package]]
10761name = "msvc_spectre_libs"
10762version = "0.1.3"
10763source = "registry+https://github.com/rust-lang/crates.io-index"
10764checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10765dependencies = [
10766 "cc",
10767]
10768
10769[[package]]
10770name = "multi_buffer"
10771version = "0.1.0"
10772dependencies = [
10773 "anyhow",
10774 "buffer_diff",
10775 "clock",
10776 "collections",
10777 "ctor",
10778 "gpui",
10779 "indoc",
10780 "itertools 0.14.0",
10781 "language",
10782 "log",
10783 "parking_lot",
10784 "pretty_assertions",
10785 "rand 0.9.3",
10786 "rope",
10787 "serde",
10788 "settings",
10789 "smallvec",
10790 "smol",
10791 "sum_tree",
10792 "text",
10793 "theme",
10794 "tracing",
10795 "tree-sitter",
10796 "unicode-segmentation",
10797 "util",
10798 "zlog",
10799 "ztracing",
10800]
10801
10802[[package]]
10803name = "multimap"
10804version = "0.8.3"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10807
10808[[package]]
10809name = "naga"
10810version = "29.0.0"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10813dependencies = [
10814 "arrayvec",
10815 "bit-set 0.9.1",
10816 "bitflags 2.10.0",
10817 "cfg-if",
10818 "cfg_aliases 0.2.1",
10819 "codespan-reporting",
10820 "half",
10821 "hashbrown 0.16.1",
10822 "hexf-parse",
10823 "indexmap",
10824 "libm",
10825 "log",
10826 "num-traits",
10827 "once_cell",
10828 "rustc-hash 1.1.0",
10829 "thiserror 2.0.17",
10830 "unicode-ident",
10831]
10832
10833[[package]]
10834name = "naga"
10835version = "29.0.0"
10836source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10837dependencies = [
10838 "arrayvec",
10839 "bit-set 0.9.1",
10840 "bitflags 2.10.0",
10841 "cfg-if",
10842 "cfg_aliases 0.2.1",
10843 "codespan-reporting",
10844 "half",
10845 "hashbrown 0.16.1",
10846 "hexf-parse",
10847 "indexmap",
10848 "libm",
10849 "log",
10850 "num-traits",
10851 "once_cell",
10852 "rustc-hash 1.1.0",
10853 "spirv",
10854 "thiserror 2.0.17",
10855 "unicode-ident",
10856]
10857
10858[[package]]
10859name = "nanoid"
10860version = "0.4.0"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10863dependencies = [
10864 "rand 0.8.5",
10865]
10866
10867[[package]]
10868name = "nanorand"
10869version = "0.7.0"
10870source = "registry+https://github.com/rust-lang/crates.io-index"
10871checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10872dependencies = [
10873 "getrandom 0.2.16",
10874]
10875
10876[[package]]
10877name = "native-tls"
10878version = "0.2.14"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10881dependencies = [
10882 "libc",
10883 "log",
10884 "openssl",
10885 "openssl-probe",
10886 "openssl-sys",
10887 "schannel",
10888 "security-framework 2.11.1",
10889 "security-framework-sys",
10890 "tempfile",
10891]
10892
10893[[package]]
10894name = "nbformat"
10895version = "1.2.0"
10896source = "registry+https://github.com/rust-lang/crates.io-index"
10897checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10898dependencies = [
10899 "anyhow",
10900 "chrono",
10901 "jupyter-protocol",
10902 "serde",
10903 "serde_json",
10904 "thiserror 1.0.69",
10905 "uuid",
10906]
10907
10908[[package]]
10909name = "nc"
10910version = "0.1.0"
10911dependencies = [
10912 "anyhow",
10913 "futures 0.3.32",
10914 "net",
10915 "smol",
10916]
10917
10918[[package]]
10919name = "ndk"
10920version = "0.9.0"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10923dependencies = [
10924 "bitflags 2.10.0",
10925 "jni-sys",
10926 "log",
10927 "ndk-sys",
10928 "num_enum",
10929 "thiserror 1.0.69",
10930]
10931
10932[[package]]
10933name = "ndk-context"
10934version = "0.1.1"
10935source = "registry+https://github.com/rust-lang/crates.io-index"
10936checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10937
10938[[package]]
10939name = "ndk-sys"
10940version = "0.6.0+11769913"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10943dependencies = [
10944 "jni-sys",
10945]
10946
10947[[package]]
10948name = "net"
10949version = "0.1.0"
10950dependencies = [
10951 "anyhow",
10952 "async-io",
10953 "smol",
10954 "tempfile",
10955 "windows 0.61.3",
10956]
10957
10958[[package]]
10959name = "new_debug_unreachable"
10960version = "1.0.6"
10961source = "registry+https://github.com/rust-lang/crates.io-index"
10962checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10963
10964[[package]]
10965name = "nix"
10966version = "0.28.0"
10967source = "registry+https://github.com/rust-lang/crates.io-index"
10968checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10969dependencies = [
10970 "bitflags 2.10.0",
10971 "cfg-if",
10972 "cfg_aliases 0.1.1",
10973 "libc",
10974]
10975
10976[[package]]
10977name = "nix"
10978version = "0.29.0"
10979source = "registry+https://github.com/rust-lang/crates.io-index"
10980checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10981dependencies = [
10982 "bitflags 2.10.0",
10983 "cfg-if",
10984 "cfg_aliases 0.2.1",
10985 "libc",
10986]
10987
10988[[package]]
10989name = "nix"
10990version = "0.30.1"
10991source = "registry+https://github.com/rust-lang/crates.io-index"
10992checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10993dependencies = [
10994 "bitflags 2.10.0",
10995 "cfg-if",
10996 "cfg_aliases 0.2.1",
10997 "libc",
10998]
10999
11000[[package]]
11001name = "node_runtime"
11002version = "0.1.0"
11003dependencies = [
11004 "anyhow",
11005 "async-compression",
11006 "async-std",
11007 "async-tar",
11008 "async-trait",
11009 "futures 0.3.32",
11010 "http_client",
11011 "log",
11012 "paths",
11013 "semver",
11014 "serde",
11015 "serde_json",
11016 "smol",
11017 "util",
11018 "watch",
11019 "which 6.0.3",
11020]
11021
11022[[package]]
11023name = "nom"
11024version = "7.1.3"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11027dependencies = [
11028 "memchr",
11029 "minimal-lexical",
11030]
11031
11032[[package]]
11033name = "nom"
11034version = "8.0.0"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11037dependencies = [
11038 "memchr",
11039]
11040
11041[[package]]
11042name = "noop_proc_macro"
11043version = "0.3.0"
11044source = "registry+https://github.com/rust-lang/crates.io-index"
11045checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11046
11047[[package]]
11048name = "normpath"
11049version = "1.5.0"
11050source = "registry+https://github.com/rust-lang/crates.io-index"
11051checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11052dependencies = [
11053 "windows-sys 0.61.2",
11054]
11055
11056[[package]]
11057name = "notifications"
11058version = "0.1.0"
11059dependencies = [
11060 "anyhow",
11061 "channel",
11062 "client",
11063 "component",
11064 "db",
11065 "gpui",
11066 "rpc",
11067 "sum_tree",
11068 "time",
11069 "ui",
11070 "util",
11071 "workspace",
11072 "zed_actions",
11073]
11074
11075[[package]]
11076name = "notify"
11077version = "6.1.1"
11078source = "registry+https://github.com/rust-lang/crates.io-index"
11079checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11080dependencies = [
11081 "bitflags 2.10.0",
11082 "crossbeam-channel",
11083 "filetime",
11084 "fsevent-sys",
11085 "inotify 0.9.6",
11086 "kqueue",
11087 "libc",
11088 "log",
11089 "mio 0.8.11",
11090 "walkdir",
11091 "windows-sys 0.48.0",
11092]
11093
11094[[package]]
11095name = "notify"
11096version = "8.2.0"
11097source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11098dependencies = [
11099 "bitflags 2.10.0",
11100 "fsevent-sys",
11101 "inotify 0.11.0",
11102 "kqueue",
11103 "libc",
11104 "log",
11105 "mio 1.1.0",
11106 "notify-types",
11107 "walkdir",
11108 "windows-sys 0.60.2",
11109]
11110
11111[[package]]
11112name = "notify-debouncer-mini"
11113version = "0.4.1"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11116dependencies = [
11117 "crossbeam-channel",
11118 "log",
11119 "notify 6.1.1",
11120]
11121
11122[[package]]
11123name = "notify-types"
11124version = "2.0.0"
11125source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11126
11127[[package]]
11128name = "ntapi"
11129version = "0.4.1"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11132dependencies = [
11133 "winapi",
11134]
11135
11136[[package]]
11137name = "nu-ansi-term"
11138version = "0.50.3"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11141dependencies = [
11142 "windows-sys 0.61.2",
11143]
11144
11145[[package]]
11146name = "nucleo"
11147version = "0.5.0"
11148source = "registry+https://github.com/rust-lang/crates.io-index"
11149checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11150dependencies = [
11151 "nucleo-matcher",
11152 "parking_lot",
11153 "rayon",
11154]
11155
11156[[package]]
11157name = "nucleo-matcher"
11158version = "0.3.1"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11161dependencies = [
11162 "memchr",
11163 "unicode-segmentation",
11164]
11165
11166[[package]]
11167name = "num"
11168version = "0.4.3"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11171dependencies = [
11172 "num-bigint",
11173 "num-complex",
11174 "num-integer",
11175 "num-iter",
11176 "num-rational",
11177 "num-traits",
11178]
11179
11180[[package]]
11181name = "num-bigint"
11182version = "0.4.6"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11185dependencies = [
11186 "num-integer",
11187 "num-traits",
11188]
11189
11190[[package]]
11191name = "num-bigint-dig"
11192version = "0.8.6"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11195dependencies = [
11196 "lazy_static",
11197 "libm",
11198 "num-integer",
11199 "num-iter",
11200 "num-traits",
11201 "rand 0.8.5",
11202 "smallvec",
11203 "zeroize",
11204]
11205
11206[[package]]
11207name = "num-bigint-dig"
11208version = "0.9.1"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11211dependencies = [
11212 "libm",
11213 "num-integer",
11214 "num-iter",
11215 "num-traits",
11216 "once_cell",
11217 "rand 0.9.3",
11218 "serde",
11219 "smallvec",
11220 "zeroize",
11221]
11222
11223[[package]]
11224name = "num-cmp"
11225version = "0.1.0"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11228
11229[[package]]
11230name = "num-complex"
11231version = "0.4.6"
11232source = "registry+https://github.com/rust-lang/crates.io-index"
11233checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11234dependencies = [
11235 "bytemuck",
11236 "num-traits",
11237]
11238
11239[[package]]
11240name = "num-conv"
11241version = "0.2.0"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11244
11245[[package]]
11246name = "num-derive"
11247version = "0.4.2"
11248source = "registry+https://github.com/rust-lang/crates.io-index"
11249checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11250dependencies = [
11251 "proc-macro2",
11252 "quote",
11253 "syn 2.0.117",
11254]
11255
11256[[package]]
11257name = "num-format"
11258version = "0.4.4"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11261dependencies = [
11262 "arrayvec",
11263 "itoa",
11264]
11265
11266[[package]]
11267name = "num-integer"
11268version = "0.1.46"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11271dependencies = [
11272 "num-traits",
11273]
11274
11275[[package]]
11276name = "num-iter"
11277version = "0.1.45"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11280dependencies = [
11281 "autocfg",
11282 "num-integer",
11283 "num-traits",
11284]
11285
11286[[package]]
11287name = "num-rational"
11288version = "0.4.2"
11289source = "registry+https://github.com/rust-lang/crates.io-index"
11290checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11291dependencies = [
11292 "num-bigint",
11293 "num-integer",
11294 "num-traits",
11295]
11296
11297[[package]]
11298name = "num-traits"
11299version = "0.2.19"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11302dependencies = [
11303 "autocfg",
11304 "libm",
11305]
11306
11307[[package]]
11308name = "num_cpus"
11309version = "1.17.0"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11312dependencies = [
11313 "hermit-abi",
11314 "libc",
11315]
11316
11317[[package]]
11318name = "num_enum"
11319version = "0.7.4"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11322dependencies = [
11323 "num_enum_derive",
11324 "rustversion",
11325]
11326
11327[[package]]
11328name = "num_enum_derive"
11329version = "0.7.4"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11332dependencies = [
11333 "proc-macro-crate",
11334 "proc-macro2",
11335 "quote",
11336 "syn 2.0.117",
11337]
11338
11339[[package]]
11340name = "num_threads"
11341version = "0.1.7"
11342source = "registry+https://github.com/rust-lang/crates.io-index"
11343checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11344dependencies = [
11345 "libc",
11346]
11347
11348[[package]]
11349name = "nvim-rs"
11350version = "0.9.2"
11351source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11352dependencies = [
11353 "async-trait",
11354 "futures 0.3.32",
11355 "log",
11356 "rmp",
11357 "rmpv",
11358 "tokio",
11359 "tokio-util",
11360]
11361
11362[[package]]
11363name = "objc"
11364version = "0.2.7"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11367dependencies = [
11368 "malloc_buf",
11369 "objc_exception",
11370]
11371
11372[[package]]
11373name = "objc-foundation"
11374version = "0.1.1"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11377dependencies = [
11378 "block",
11379 "objc",
11380 "objc_id",
11381]
11382
11383[[package]]
11384name = "objc2"
11385version = "0.6.3"
11386source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11388dependencies = [
11389 "objc2-encode",
11390]
11391
11392[[package]]
11393name = "objc2-app-kit"
11394version = "0.3.1"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11397dependencies = [
11398 "objc2",
11399 "objc2-foundation",
11400]
11401
11402[[package]]
11403name = "objc2-audio-toolbox"
11404version = "0.3.2"
11405source = "registry+https://github.com/rust-lang/crates.io-index"
11406checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11407dependencies = [
11408 "bitflags 2.10.0",
11409 "libc",
11410 "objc2",
11411 "objc2-core-audio",
11412 "objc2-core-audio-types",
11413 "objc2-core-foundation",
11414 "objc2-foundation",
11415]
11416
11417[[package]]
11418name = "objc2-avf-audio"
11419version = "0.3.2"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11422dependencies = [
11423 "objc2",
11424 "objc2-foundation",
11425]
11426
11427[[package]]
11428name = "objc2-core-audio"
11429version = "0.3.2"
11430source = "registry+https://github.com/rust-lang/crates.io-index"
11431checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11432dependencies = [
11433 "dispatch2",
11434 "objc2",
11435 "objc2-core-audio-types",
11436 "objc2-core-foundation",
11437 "objc2-foundation",
11438]
11439
11440[[package]]
11441name = "objc2-core-audio-types"
11442version = "0.3.2"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11445dependencies = [
11446 "bitflags 2.10.0",
11447 "objc2",
11448]
11449
11450[[package]]
11451name = "objc2-core-foundation"
11452version = "0.3.2"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11455dependencies = [
11456 "bitflags 2.10.0",
11457 "block2",
11458 "dispatch2",
11459 "libc",
11460 "objc2",
11461]
11462
11463[[package]]
11464name = "objc2-encode"
11465version = "4.1.0"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11468
11469[[package]]
11470name = "objc2-foundation"
11471version = "0.3.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11474dependencies = [
11475 "bitflags 2.10.0",
11476 "block2",
11477 "libc",
11478 "objc2",
11479 "objc2-core-foundation",
11480]
11481
11482[[package]]
11483name = "objc2-io-kit"
11484version = "0.3.2"
11485source = "registry+https://github.com/rust-lang/crates.io-index"
11486checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11487dependencies = [
11488 "libc",
11489 "objc2-core-foundation",
11490]
11491
11492[[package]]
11493name = "objc2-metal"
11494version = "0.3.2"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11497dependencies = [
11498 "bitflags 2.10.0",
11499 "block2",
11500 "dispatch2",
11501 "objc2",
11502 "objc2-core-foundation",
11503 "objc2-foundation",
11504]
11505
11506[[package]]
11507name = "objc2-quartz-core"
11508version = "0.3.2"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11511dependencies = [
11512 "bitflags 2.10.0",
11513 "objc2",
11514 "objc2-core-foundation",
11515 "objc2-foundation",
11516 "objc2-metal",
11517]
11518
11519[[package]]
11520name = "objc_exception"
11521version = "0.1.2"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11524dependencies = [
11525 "cc",
11526]
11527
11528[[package]]
11529name = "objc_id"
11530version = "0.1.1"
11531source = "registry+https://github.com/rust-lang/crates.io-index"
11532checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11533dependencies = [
11534 "objc",
11535]
11536
11537[[package]]
11538name = "object"
11539version = "0.37.3"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11542dependencies = [
11543 "crc32fast",
11544 "hashbrown 0.15.5",
11545 "indexmap",
11546 "memchr",
11547]
11548
11549[[package]]
11550name = "octocrab"
11551version = "0.49.7"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11554dependencies = [
11555 "arc-swap",
11556 "async-trait",
11557 "base64 0.22.1",
11558 "bytes 1.11.1",
11559 "cargo_metadata 0.23.1",
11560 "cfg-if",
11561 "chrono",
11562 "either",
11563 "futures 0.3.32",
11564 "futures-core",
11565 "futures-util",
11566 "getrandom 0.2.16",
11567 "http 1.3.1",
11568 "http-body 1.0.1",
11569 "http-body-util",
11570 "hyper 1.7.0",
11571 "hyper-rustls 0.27.7",
11572 "hyper-timeout",
11573 "hyper-util",
11574 "jsonwebtoken",
11575 "once_cell",
11576 "percent-encoding",
11577 "pin-project",
11578 "secrecy",
11579 "serde",
11580 "serde_json",
11581 "serde_path_to_error",
11582 "serde_urlencoded",
11583 "snafu",
11584 "tokio",
11585 "tower 0.5.2",
11586 "tower-http 0.6.6",
11587 "url",
11588 "web-time",
11589]
11590
11591[[package]]
11592name = "ollama"
11593version = "0.1.0"
11594dependencies = [
11595 "anyhow",
11596 "futures 0.3.32",
11597 "http_client",
11598 "schemars",
11599 "serde",
11600 "serde_json",
11601 "settings",
11602]
11603
11604[[package]]
11605name = "onboarding"
11606version = "0.1.0"
11607dependencies = [
11608 "anyhow",
11609 "client",
11610 "cloud_api_types",
11611 "collections",
11612 "component",
11613 "db",
11614 "documented",
11615 "fs",
11616 "fuzzy",
11617 "gpui",
11618 "menu",
11619 "notifications",
11620 "picker",
11621 "project",
11622 "schemars",
11623 "serde",
11624 "settings",
11625 "telemetry",
11626 "theme",
11627 "theme_settings",
11628 "ui",
11629 "util",
11630 "vim_mode_setting",
11631 "workspace",
11632 "zed_actions",
11633 "zlog",
11634]
11635
11636[[package]]
11637name = "once_cell"
11638version = "1.21.3"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11641
11642[[package]]
11643name = "once_cell_polyfill"
11644version = "1.70.1"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11647
11648[[package]]
11649name = "oo7"
11650version = "0.6.0"
11651source = "registry+https://github.com/rust-lang/crates.io-index"
11652checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11653dependencies = [
11654 "aes",
11655 "ashpd",
11656 "async-fs",
11657 "async-io",
11658 "async-lock 3.4.2",
11659 "blocking",
11660 "cbc",
11661 "cipher",
11662 "digest",
11663 "endi",
11664 "futures-lite 2.6.1",
11665 "futures-util",
11666 "getrandom 0.4.1",
11667 "hkdf",
11668 "hmac",
11669 "md-5",
11670 "num",
11671 "num-bigint-dig 0.9.1",
11672 "pbkdf2 0.12.2",
11673 "serde",
11674 "serde_bytes",
11675 "sha2",
11676 "subtle",
11677 "zbus",
11678 "zbus_macros",
11679 "zeroize",
11680 "zvariant",
11681]
11682
11683[[package]]
11684name = "oorandom"
11685version = "11.1.5"
11686source = "registry+https://github.com/rust-lang/crates.io-index"
11687checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11688
11689[[package]]
11690name = "open"
11691version = "5.3.2"
11692source = "registry+https://github.com/rust-lang/crates.io-index"
11693checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11694dependencies = [
11695 "is-wsl",
11696 "libc",
11697 "pathdiff",
11698]
11699
11700[[package]]
11701name = "open_ai"
11702version = "0.1.0"
11703dependencies = [
11704 "anyhow",
11705 "collections",
11706 "futures 0.3.32",
11707 "http_client",
11708 "language_model_core",
11709 "log",
11710 "pretty_assertions",
11711 "rand 0.9.3",
11712 "schemars",
11713 "serde",
11714 "serde_json",
11715 "strum 0.27.2",
11716 "thiserror 2.0.17",
11717 "tiktoken-rs",
11718]
11719
11720[[package]]
11721name = "open_path_prompt"
11722version = "0.1.0"
11723dependencies = [
11724 "editor",
11725 "file_icons",
11726 "futures 0.3.32",
11727 "fuzzy",
11728 "gpui",
11729 "picker",
11730 "project",
11731 "schemars",
11732 "serde",
11733 "serde_json",
11734 "settings",
11735 "theme",
11736 "theme_settings",
11737 "ui",
11738 "util",
11739 "workspace",
11740]
11741
11742[[package]]
11743name = "open_router"
11744version = "0.1.0"
11745dependencies = [
11746 "anyhow",
11747 "futures 0.3.32",
11748 "http_client",
11749 "language_model_core",
11750 "schemars",
11751 "serde",
11752 "serde_json",
11753 "settings",
11754 "strum 0.27.2",
11755 "thiserror 2.0.17",
11756]
11757
11758[[package]]
11759name = "opencode"
11760version = "0.1.0"
11761dependencies = [
11762 "anyhow",
11763 "futures 0.3.32",
11764 "google_ai",
11765 "http_client",
11766 "schemars",
11767 "serde",
11768 "serde_json",
11769 "strum 0.27.2",
11770]
11771
11772[[package]]
11773name = "opener"
11774version = "0.7.2"
11775source = "registry+https://github.com/rust-lang/crates.io-index"
11776checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11777dependencies = [
11778 "bstr",
11779 "dbus",
11780 "normpath",
11781 "windows-sys 0.59.0",
11782]
11783
11784[[package]]
11785name = "openssl"
11786version = "0.10.74"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11789dependencies = [
11790 "bitflags 2.10.0",
11791 "cfg-if",
11792 "foreign-types 0.3.2",
11793 "libc",
11794 "once_cell",
11795 "openssl-macros",
11796 "openssl-sys",
11797]
11798
11799[[package]]
11800name = "openssl-macros"
11801version = "0.1.1"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11804dependencies = [
11805 "proc-macro2",
11806 "quote",
11807 "syn 2.0.117",
11808]
11809
11810[[package]]
11811name = "openssl-probe"
11812version = "0.1.6"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11815
11816[[package]]
11817name = "openssl-sys"
11818version = "0.9.110"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11821dependencies = [
11822 "cc",
11823 "libc",
11824 "pkg-config",
11825 "vcpkg",
11826]
11827
11828[[package]]
11829name = "optfield"
11830version = "0.4.0"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11833dependencies = [
11834 "proc-macro2",
11835 "quote",
11836 "syn 2.0.117",
11837]
11838
11839[[package]]
11840name = "option-ext"
11841version = "0.2.0"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11844
11845[[package]]
11846name = "ordered-float"
11847version = "2.10.1"
11848source = "registry+https://github.com/rust-lang/crates.io-index"
11849checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11850dependencies = [
11851 "num-traits",
11852]
11853
11854[[package]]
11855name = "ordered-float"
11856version = "4.6.0"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11859dependencies = [
11860 "num-traits",
11861]
11862
11863[[package]]
11864name = "ordered-stream"
11865version = "0.2.0"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11868dependencies = [
11869 "futures-core",
11870 "pin-project-lite",
11871]
11872
11873[[package]]
11874name = "ouroboros"
11875version = "0.18.5"
11876source = "registry+https://github.com/rust-lang/crates.io-index"
11877checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11878dependencies = [
11879 "aliasable",
11880 "ouroboros_macro",
11881 "static_assertions",
11882]
11883
11884[[package]]
11885name = "ouroboros_macro"
11886version = "0.18.5"
11887source = "registry+https://github.com/rust-lang/crates.io-index"
11888checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11889dependencies = [
11890 "heck 0.4.1",
11891 "proc-macro2",
11892 "proc-macro2-diagnostics",
11893 "quote",
11894 "syn 2.0.117",
11895]
11896
11897[[package]]
11898name = "outline"
11899version = "0.1.0"
11900dependencies = [
11901 "editor",
11902 "fuzzy",
11903 "gpui",
11904 "indoc",
11905 "language",
11906 "lsp",
11907 "menu",
11908 "ordered-float 2.10.1",
11909 "picker",
11910 "project",
11911 "rope",
11912 "serde_json",
11913 "settings",
11914 "smol",
11915 "theme",
11916 "theme_settings",
11917 "ui",
11918 "util",
11919 "workspace",
11920 "zed_actions",
11921]
11922
11923[[package]]
11924name = "outline_panel"
11925version = "0.1.0"
11926dependencies = [
11927 "anyhow",
11928 "collections",
11929 "db",
11930 "editor",
11931 "file_icons",
11932 "fuzzy",
11933 "gpui",
11934 "itertools 0.14.0",
11935 "language",
11936 "log",
11937 "lsp",
11938 "menu",
11939 "outline",
11940 "pretty_assertions",
11941 "project",
11942 "search",
11943 "serde",
11944 "serde_json",
11945 "settings",
11946 "smallvec",
11947 "smol",
11948 "theme",
11949 "theme_settings",
11950 "ui",
11951 "util",
11952 "workspace",
11953 "worktree",
11954 "zed_actions",
11955]
11956
11957[[package]]
11958name = "outref"
11959version = "0.5.2"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11962
11963[[package]]
11964name = "p256"
11965version = "0.11.1"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11968dependencies = [
11969 "ecdsa",
11970 "elliptic-curve",
11971 "sha2",
11972]
11973
11974[[package]]
11975name = "page_size"
11976version = "0.6.0"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11979dependencies = [
11980 "libc",
11981 "winapi",
11982]
11983
11984[[package]]
11985name = "palette"
11986version = "0.7.6"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11989dependencies = [
11990 "approx",
11991 "fast-srgb8",
11992 "palette_derive",
11993]
11994
11995[[package]]
11996name = "palette_derive"
11997version = "0.7.6"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12000dependencies = [
12001 "by_address",
12002 "proc-macro2",
12003 "quote",
12004 "syn 2.0.117",
12005]
12006
12007[[package]]
12008name = "panel"
12009version = "0.1.0"
12010dependencies = [
12011 "gpui",
12012 "ui",
12013 "workspace",
12014]
12015
12016[[package]]
12017name = "parking"
12018version = "2.2.1"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12021
12022[[package]]
12023name = "parking_lot"
12024version = "0.12.5"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12027dependencies = [
12028 "lock_api",
12029 "parking_lot_core",
12030]
12031
12032[[package]]
12033name = "parking_lot_core"
12034version = "0.9.12"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12037dependencies = [
12038 "cfg-if",
12039 "libc",
12040 "redox_syscall 0.5.18",
12041 "smallvec",
12042 "windows-link 0.2.1",
12043]
12044
12045[[package]]
12046name = "parse_int"
12047version = "0.9.0"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12050dependencies = [
12051 "num-traits",
12052]
12053
12054[[package]]
12055name = "partial-json-fixer"
12056version = "0.5.3"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12059
12060[[package]]
12061name = "password-hash"
12062version = "0.4.2"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12065dependencies = [
12066 "base64ct",
12067 "rand_core 0.6.4",
12068 "subtle",
12069]
12070
12071[[package]]
12072name = "paste"
12073version = "1.0.15"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12076
12077[[package]]
12078name = "pastey"
12079version = "0.1.1"
12080source = "registry+https://github.com/rust-lang/crates.io-index"
12081checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12082
12083[[package]]
12084name = "pathdiff"
12085version = "0.2.3"
12086source = "registry+https://github.com/rust-lang/crates.io-index"
12087checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12088
12089[[package]]
12090name = "pathfinder_geometry"
12091version = "0.5.1"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12094dependencies = [
12095 "log",
12096 "pathfinder_simd",
12097]
12098
12099[[package]]
12100name = "pathfinder_simd"
12101version = "0.5.5"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12104dependencies = [
12105 "rustc_version",
12106]
12107
12108[[package]]
12109name = "paths"
12110version = "0.1.0"
12111dependencies = [
12112 "dirs",
12113 "ignore",
12114 "util",
12115]
12116
12117[[package]]
12118name = "pbjson"
12119version = "0.6.0"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12122dependencies = [
12123 "base64 0.21.7",
12124 "serde",
12125]
12126
12127[[package]]
12128name = "pbjson-build"
12129version = "0.6.2"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12132dependencies = [
12133 "heck 0.4.1",
12134 "itertools 0.11.0",
12135 "prost 0.12.6",
12136 "prost-types 0.12.6",
12137]
12138
12139[[package]]
12140name = "pbjson-types"
12141version = "0.6.0"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12144dependencies = [
12145 "bytes 1.11.1",
12146 "chrono",
12147 "pbjson",
12148 "pbjson-build",
12149 "prost 0.12.6",
12150 "prost-build 0.12.6",
12151 "serde",
12152]
12153
12154[[package]]
12155name = "pbkdf2"
12156version = "0.11.0"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12159dependencies = [
12160 "digest",
12161 "hmac",
12162 "password-hash",
12163 "sha2",
12164]
12165
12166[[package]]
12167name = "pbkdf2"
12168version = "0.12.2"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12171dependencies = [
12172 "digest",
12173 "hmac",
12174]
12175
12176[[package]]
12177name = "pciid-parser"
12178version = "0.8.0"
12179source = "registry+https://github.com/rust-lang/crates.io-index"
12180checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12181
12182[[package]]
12183name = "peg"
12184version = "0.8.5"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12187dependencies = [
12188 "peg-macros",
12189 "peg-runtime",
12190]
12191
12192[[package]]
12193name = "peg-macros"
12194version = "0.8.5"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12197dependencies = [
12198 "peg-runtime",
12199 "proc-macro2",
12200 "quote",
12201]
12202
12203[[package]]
12204name = "peg-runtime"
12205version = "0.8.5"
12206source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12208
12209[[package]]
12210name = "pem"
12211version = "3.0.6"
12212source = "registry+https://github.com/rust-lang/crates.io-index"
12213checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12214dependencies = [
12215 "base64 0.22.1",
12216 "serde_core",
12217]
12218
12219[[package]]
12220name = "pem-rfc7468"
12221version = "0.7.0"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12224dependencies = [
12225 "base64ct",
12226]
12227
12228[[package]]
12229name = "percent-encoding"
12230version = "2.3.2"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12233
12234[[package]]
12235name = "perf"
12236version = "0.1.0"
12237dependencies = [
12238 "collections",
12239 "serde",
12240 "serde_json",
12241]
12242
12243[[package]]
12244name = "pest"
12245version = "2.8.3"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12248dependencies = [
12249 "memchr",
12250 "ucd-trie",
12251]
12252
12253[[package]]
12254name = "pest_derive"
12255version = "2.8.3"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12258dependencies = [
12259 "pest",
12260 "pest_generator",
12261]
12262
12263[[package]]
12264name = "pest_generator"
12265version = "2.8.3"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12268dependencies = [
12269 "pest",
12270 "pest_meta",
12271 "proc-macro2",
12272 "quote",
12273 "syn 2.0.117",
12274]
12275
12276[[package]]
12277name = "pest_meta"
12278version = "2.8.3"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12281dependencies = [
12282 "pest",
12283 "sha2",
12284]
12285
12286[[package]]
12287name = "pet"
12288version = "0.1.0"
12289source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12290dependencies = [
12291 "clap",
12292 "env_logger 0.10.2",
12293 "lazy_static",
12294 "log",
12295 "msvc_spectre_libs",
12296 "pet-conda",
12297 "pet-core",
12298 "pet-env-var-path",
12299 "pet-fs",
12300 "pet-global-virtualenvs",
12301 "pet-homebrew",
12302 "pet-jsonrpc",
12303 "pet-linux-global-python",
12304 "pet-mac-commandlinetools",
12305 "pet-mac-python-org",
12306 "pet-mac-xcode",
12307 "pet-pipenv",
12308 "pet-pixi",
12309 "pet-poetry",
12310 "pet-pyenv",
12311 "pet-python-utils",
12312 "pet-reporter",
12313 "pet-telemetry",
12314 "pet-uv",
12315 "pet-venv",
12316 "pet-virtualenv",
12317 "pet-virtualenvwrapper",
12318 "pet-windows-registry",
12319 "pet-windows-store",
12320 "pet-winpython",
12321 "serde",
12322 "serde_json",
12323 "tracing",
12324 "tracing-subscriber",
12325 "winresource",
12326]
12327
12328[[package]]
12329name = "pet-conda"
12330version = "0.1.0"
12331source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12332dependencies = [
12333 "env_logger 0.10.2",
12334 "lazy_static",
12335 "log",
12336 "msvc_spectre_libs",
12337 "pet-core",
12338 "pet-fs",
12339 "pet-python-utils",
12340 "pet-reporter",
12341 "rayon",
12342 "regex",
12343 "serde",
12344 "serde_json",
12345 "yaml-rust2",
12346]
12347
12348[[package]]
12349name = "pet-core"
12350version = "0.1.0"
12351source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12352dependencies = [
12353 "clap",
12354 "lazy_static",
12355 "log",
12356 "msvc_spectre_libs",
12357 "pet-fs",
12358 "regex",
12359 "serde",
12360 "serde_json",
12361]
12362
12363[[package]]
12364name = "pet-env-var-path"
12365version = "0.1.0"
12366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12367dependencies = [
12368 "lazy_static",
12369 "log",
12370 "msvc_spectre_libs",
12371 "pet-conda",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-python-utils",
12375 "pet-virtualenv",
12376 "regex",
12377]
12378
12379[[package]]
12380name = "pet-fs"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "glob",
12385 "log",
12386 "msvc_spectre_libs",
12387 "windows-sys 0.59.0",
12388]
12389
12390[[package]]
12391name = "pet-global-virtualenvs"
12392version = "0.1.0"
12393source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12394dependencies = [
12395 "log",
12396 "msvc_spectre_libs",
12397 "pet-conda",
12398 "pet-core",
12399 "pet-fs",
12400 "pet-virtualenv",
12401]
12402
12403[[package]]
12404name = "pet-homebrew"
12405version = "0.1.0"
12406source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12407dependencies = [
12408 "lazy_static",
12409 "log",
12410 "msvc_spectre_libs",
12411 "pet-conda",
12412 "pet-core",
12413 "pet-fs",
12414 "pet-python-utils",
12415 "pet-virtualenv",
12416 "rayon",
12417 "regex",
12418 "serde",
12419 "serde_json",
12420]
12421
12422[[package]]
12423name = "pet-jsonrpc"
12424version = "0.1.0"
12425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12426dependencies = [
12427 "env_logger 0.10.2",
12428 "log",
12429 "msvc_spectre_libs",
12430 "pet-core",
12431 "serde",
12432 "serde_json",
12433]
12434
12435[[package]]
12436name = "pet-linux-global-python"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-core",
12443 "pet-fs",
12444 "pet-python-utils",
12445 "pet-virtualenv",
12446]
12447
12448[[package]]
12449name = "pet-mac-commandlinetools"
12450version = "0.1.0"
12451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12452dependencies = [
12453 "log",
12454 "msvc_spectre_libs",
12455 "pet-core",
12456 "pet-fs",
12457 "pet-python-utils",
12458 "pet-virtualenv",
12459]
12460
12461[[package]]
12462name = "pet-mac-python-org"
12463version = "0.1.0"
12464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12465dependencies = [
12466 "log",
12467 "msvc_spectre_libs",
12468 "pet-core",
12469 "pet-fs",
12470 "pet-python-utils",
12471 "pet-virtualenv",
12472]
12473
12474[[package]]
12475name = "pet-mac-xcode"
12476version = "0.1.0"
12477source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12478dependencies = [
12479 "log",
12480 "msvc_spectre_libs",
12481 "pet-core",
12482 "pet-fs",
12483 "pet-python-utils",
12484 "pet-virtualenv",
12485]
12486
12487[[package]]
12488name = "pet-pipenv"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "lazy_static",
12493 "log",
12494 "msvc_spectre_libs",
12495 "pet-core",
12496 "pet-fs",
12497 "pet-python-utils",
12498 "pet-virtualenv",
12499 "regex",
12500]
12501
12502[[package]]
12503name = "pet-pixi"
12504version = "0.1.0"
12505source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12506dependencies = [
12507 "log",
12508 "msvc_spectre_libs",
12509 "pet-conda",
12510 "pet-core",
12511 "pet-python-utils",
12512]
12513
12514[[package]]
12515name = "pet-poetry"
12516version = "0.1.0"
12517source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12518dependencies = [
12519 "base64 0.22.1",
12520 "lazy_static",
12521 "log",
12522 "msvc_spectre_libs",
12523 "pet-core",
12524 "pet-fs",
12525 "pet-python-utils",
12526 "pet-reporter",
12527 "pet-virtualenv",
12528 "regex",
12529 "serde",
12530 "serde_json",
12531 "sha2",
12532 "toml 0.8.23",
12533]
12534
12535[[package]]
12536name = "pet-pyenv"
12537version = "0.1.0"
12538source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12539dependencies = [
12540 "lazy_static",
12541 "log",
12542 "msvc_spectre_libs",
12543 "pet-conda",
12544 "pet-core",
12545 "pet-fs",
12546 "pet-python-utils",
12547 "pet-reporter",
12548 "regex",
12549 "serde",
12550 "serde_json",
12551]
12552
12553[[package]]
12554name = "pet-python-utils"
12555version = "0.1.0"
12556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12557dependencies = [
12558 "env_logger 0.10.2",
12559 "lazy_static",
12560 "log",
12561 "msvc_spectre_libs",
12562 "pet-core",
12563 "pet-fs",
12564 "regex",
12565 "serde",
12566 "serde_json",
12567 "sha2",
12568]
12569
12570[[package]]
12571name = "pet-reporter"
12572version = "0.1.0"
12573source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12574dependencies = [
12575 "env_logger 0.10.2",
12576 "log",
12577 "msvc_spectre_libs",
12578 "pet-core",
12579 "pet-jsonrpc",
12580 "serde",
12581 "serde_json",
12582]
12583
12584[[package]]
12585name = "pet-telemetry"
12586version = "0.1.0"
12587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12588dependencies = [
12589 "env_logger 0.10.2",
12590 "lazy_static",
12591 "log",
12592 "msvc_spectre_libs",
12593 "pet-core",
12594 "pet-fs",
12595 "pet-python-utils",
12596 "regex",
12597]
12598
12599[[package]]
12600name = "pet-uv"
12601version = "0.1.0"
12602source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12603dependencies = [
12604 "log",
12605 "pet-core",
12606 "pet-python-utils",
12607 "serde",
12608 "toml 0.9.8",
12609]
12610
12611[[package]]
12612name = "pet-venv"
12613version = "0.1.0"
12614source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12615dependencies = [
12616 "log",
12617 "msvc_spectre_libs",
12618 "pet-core",
12619 "pet-python-utils",
12620 "pet-virtualenv",
12621]
12622
12623[[package]]
12624name = "pet-virtualenv"
12625version = "0.1.0"
12626source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12627dependencies = [
12628 "log",
12629 "msvc_spectre_libs",
12630 "pet-core",
12631 "pet-fs",
12632 "pet-python-utils",
12633]
12634
12635[[package]]
12636name = "pet-virtualenvwrapper"
12637version = "0.1.0"
12638source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12639dependencies = [
12640 "log",
12641 "msvc_spectre_libs",
12642 "pet-core",
12643 "pet-fs",
12644 "pet-python-utils",
12645 "pet-virtualenv",
12646]
12647
12648[[package]]
12649name = "pet-windows-registry"
12650version = "0.1.0"
12651source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12652dependencies = [
12653 "lazy_static",
12654 "log",
12655 "msvc_spectre_libs",
12656 "pet-conda",
12657 "pet-core",
12658 "pet-fs",
12659 "pet-python-utils",
12660 "pet-virtualenv",
12661 "pet-windows-store",
12662 "regex",
12663 "winreg 0.55.0",
12664]
12665
12666[[package]]
12667name = "pet-windows-store"
12668version = "0.1.0"
12669source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12670dependencies = [
12671 "lazy_static",
12672 "log",
12673 "msvc_spectre_libs",
12674 "pet-core",
12675 "pet-fs",
12676 "pet-python-utils",
12677 "pet-virtualenv",
12678 "regex",
12679 "winreg 0.55.0",
12680]
12681
12682[[package]]
12683name = "pet-winpython"
12684version = "0.1.0"
12685source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12686dependencies = [
12687 "lazy_static",
12688 "log",
12689 "pet-core",
12690 "pet-fs",
12691 "pet-python-utils",
12692 "pet-virtualenv",
12693 "regex",
12694]
12695
12696[[package]]
12697name = "petgraph"
12698version = "0.6.5"
12699source = "registry+https://github.com/rust-lang/crates.io-index"
12700checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12701dependencies = [
12702 "fixedbitset 0.4.2",
12703 "indexmap",
12704]
12705
12706[[package]]
12707name = "pgvector"
12708version = "0.4.1"
12709source = "registry+https://github.com/rust-lang/crates.io-index"
12710checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12711dependencies = [
12712 "serde",
12713]
12714
12715[[package]]
12716name = "phf"
12717version = "0.11.3"
12718source = "registry+https://github.com/rust-lang/crates.io-index"
12719checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12720dependencies = [
12721 "phf_macros 0.11.3",
12722 "phf_shared 0.11.3",
12723]
12724
12725[[package]]
12726name = "phf"
12727version = "0.12.1"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12730dependencies = [
12731 "phf_macros 0.12.1",
12732 "phf_shared 0.12.1",
12733]
12734
12735[[package]]
12736name = "phf_codegen"
12737version = "0.11.3"
12738source = "registry+https://github.com/rust-lang/crates.io-index"
12739checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12740dependencies = [
12741 "phf_generator 0.11.3",
12742 "phf_shared 0.11.3",
12743]
12744
12745[[package]]
12746name = "phf_generator"
12747version = "0.11.3"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12750dependencies = [
12751 "phf_shared 0.11.3",
12752 "rand 0.8.5",
12753]
12754
12755[[package]]
12756name = "phf_generator"
12757version = "0.12.1"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12760dependencies = [
12761 "fastrand 2.3.0",
12762 "phf_shared 0.12.1",
12763]
12764
12765[[package]]
12766name = "phf_macros"
12767version = "0.11.3"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12770dependencies = [
12771 "phf_generator 0.11.3",
12772 "phf_shared 0.11.3",
12773 "proc-macro2",
12774 "quote",
12775 "syn 2.0.117",
12776]
12777
12778[[package]]
12779name = "phf_macros"
12780version = "0.12.1"
12781source = "registry+https://github.com/rust-lang/crates.io-index"
12782checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12783dependencies = [
12784 "phf_generator 0.12.1",
12785 "phf_shared 0.12.1",
12786 "proc-macro2",
12787 "quote",
12788 "syn 2.0.117",
12789]
12790
12791[[package]]
12792name = "phf_shared"
12793version = "0.11.3"
12794source = "registry+https://github.com/rust-lang/crates.io-index"
12795checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12796dependencies = [
12797 "siphasher 1.0.1",
12798]
12799
12800[[package]]
12801name = "phf_shared"
12802version = "0.12.1"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12805dependencies = [
12806 "siphasher 1.0.1",
12807]
12808
12809[[package]]
12810name = "picker"
12811version = "0.1.0"
12812dependencies = [
12813 "anyhow",
12814 "editor",
12815 "gpui",
12816 "menu",
12817 "schemars",
12818 "serde",
12819 "settings",
12820 "theme",
12821 "theme_settings",
12822 "ui",
12823 "ui_input",
12824 "workspace",
12825 "zed_actions",
12826]
12827
12828[[package]]
12829name = "pico-args"
12830version = "0.5.0"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12833
12834[[package]]
12835name = "pin-project"
12836version = "1.1.10"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12839dependencies = [
12840 "pin-project-internal",
12841]
12842
12843[[package]]
12844name = "pin-project-internal"
12845version = "1.1.10"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12848dependencies = [
12849 "proc-macro2",
12850 "quote",
12851 "syn 2.0.117",
12852]
12853
12854[[package]]
12855name = "pin-project-lite"
12856version = "0.2.16"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12859
12860[[package]]
12861name = "pin-utils"
12862version = "0.1.0"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12865
12866[[package]]
12867name = "piper"
12868version = "0.2.4"
12869source = "registry+https://github.com/rust-lang/crates.io-index"
12870checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12871dependencies = [
12872 "atomic-waker",
12873 "fastrand 2.3.0",
12874 "futures-io",
12875]
12876
12877[[package]]
12878name = "pkcs1"
12879version = "0.7.5"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12882dependencies = [
12883 "der 0.7.10",
12884 "pkcs8 0.10.2",
12885 "spki 0.7.3",
12886]
12887
12888[[package]]
12889name = "pkcs8"
12890version = "0.9.0"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12893dependencies = [
12894 "der 0.6.1",
12895 "spki 0.6.0",
12896]
12897
12898[[package]]
12899name = "pkcs8"
12900version = "0.10.2"
12901source = "registry+https://github.com/rust-lang/crates.io-index"
12902checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12903dependencies = [
12904 "der 0.7.10",
12905 "spki 0.7.3",
12906]
12907
12908[[package]]
12909name = "pkg-config"
12910version = "0.3.32"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12913
12914[[package]]
12915name = "plain"
12916version = "0.2.3"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12919
12920[[package]]
12921name = "platform_title_bar"
12922version = "0.1.0"
12923dependencies = [
12924 "gpui",
12925 "project",
12926 "settings",
12927 "smallvec",
12928 "theme",
12929 "theme_settings",
12930 "ui",
12931 "windows 0.61.3",
12932 "workspace",
12933 "zed_actions",
12934]
12935
12936[[package]]
12937name = "plist"
12938version = "1.8.0"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12941dependencies = [
12942 "base64 0.22.1",
12943 "indexmap",
12944 "quick-xml 0.38.3",
12945 "serde",
12946 "time",
12947]
12948
12949[[package]]
12950name = "plotters"
12951version = "0.3.7"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12954dependencies = [
12955 "num-traits",
12956 "plotters-backend",
12957 "plotters-svg",
12958 "wasm-bindgen",
12959 "web-sys",
12960]
12961
12962[[package]]
12963name = "plotters-backend"
12964version = "0.3.7"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12967
12968[[package]]
12969name = "plotters-svg"
12970version = "0.3.7"
12971source = "registry+https://github.com/rust-lang/crates.io-index"
12972checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12973dependencies = [
12974 "plotters-backend",
12975]
12976
12977[[package]]
12978name = "png"
12979version = "0.17.16"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12982dependencies = [
12983 "bitflags 1.3.2",
12984 "crc32fast",
12985 "fdeflate",
12986 "flate2",
12987 "miniz_oxide",
12988]
12989
12990[[package]]
12991name = "png"
12992version = "0.18.0"
12993source = "registry+https://github.com/rust-lang/crates.io-index"
12994checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12995dependencies = [
12996 "bitflags 2.10.0",
12997 "crc32fast",
12998 "fdeflate",
12999 "flate2",
13000 "miniz_oxide",
13001]
13002
13003[[package]]
13004name = "polling"
13005version = "3.11.0"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13008dependencies = [
13009 "cfg-if",
13010 "concurrent-queue",
13011 "hermit-abi",
13012 "pin-project-lite",
13013 "rustix 1.1.2",
13014 "windows-sys 0.61.2",
13015]
13016
13017[[package]]
13018name = "pollster"
13019version = "0.2.5"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13022
13023[[package]]
13024name = "pollster"
13025version = "0.4.0"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13028
13029[[package]]
13030name = "pori"
13031version = "0.0.0"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13034dependencies = [
13035 "nom 7.1.3",
13036]
13037
13038[[package]]
13039name = "portable-atomic"
13040version = "1.11.1"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13043
13044[[package]]
13045name = "portable-atomic-util"
13046version = "0.2.4"
13047source = "registry+https://github.com/rust-lang/crates.io-index"
13048checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13049dependencies = [
13050 "portable-atomic",
13051]
13052
13053[[package]]
13054name = "portable-pty"
13055version = "0.9.0"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13058dependencies = [
13059 "anyhow",
13060 "bitflags 1.3.2",
13061 "downcast-rs",
13062 "filedescriptor",
13063 "lazy_static",
13064 "libc",
13065 "log",
13066 "nix 0.28.0",
13067 "serial2",
13068 "shared_library",
13069 "shell-words",
13070 "winapi",
13071 "winreg 0.10.1",
13072]
13073
13074[[package]]
13075name = "postage"
13076version = "0.5.0"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13079dependencies = [
13080 "atomic",
13081 "crossbeam-queue",
13082 "futures 0.3.32",
13083 "log",
13084 "parking_lot",
13085 "pin-project",
13086 "pollster 0.2.5",
13087 "static_assertions",
13088 "thiserror 1.0.69",
13089]
13090
13091[[package]]
13092name = "postcard"
13093version = "1.1.3"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13096dependencies = [
13097 "cobs",
13098 "embedded-io 0.4.0",
13099 "embedded-io 0.6.1",
13100 "serde",
13101]
13102
13103[[package]]
13104name = "potential_utf"
13105version = "0.1.3"
13106source = "registry+https://github.com/rust-lang/crates.io-index"
13107checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13108dependencies = [
13109 "zerovec",
13110]
13111
13112[[package]]
13113name = "powerfmt"
13114version = "0.2.0"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13117
13118[[package]]
13119name = "ppv-lite86"
13120version = "0.2.21"
13121source = "registry+https://github.com/rust-lang/crates.io-index"
13122checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13123dependencies = [
13124 "zerocopy",
13125]
13126
13127[[package]]
13128name = "precomputed-hash"
13129version = "0.1.1"
13130source = "registry+https://github.com/rust-lang/crates.io-index"
13131checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13132
13133[[package]]
13134name = "presser"
13135version = "0.3.1"
13136source = "registry+https://github.com/rust-lang/crates.io-index"
13137checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13138
13139[[package]]
13140name = "prettier"
13141version = "0.1.0"
13142dependencies = [
13143 "anyhow",
13144 "collections",
13145 "fs",
13146 "gpui",
13147 "language",
13148 "log",
13149 "lsp",
13150 "node_runtime",
13151 "parking_lot",
13152 "paths",
13153 "serde",
13154 "serde_json",
13155 "util",
13156]
13157
13158[[package]]
13159name = "pretty_assertions"
13160version = "1.4.1"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13163dependencies = [
13164 "diff",
13165 "yansi",
13166]
13167
13168[[package]]
13169name = "prettyplease"
13170version = "0.2.37"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13173dependencies = [
13174 "proc-macro2",
13175 "syn 2.0.117",
13176]
13177
13178[[package]]
13179name = "primal-check"
13180version = "0.3.4"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13183dependencies = [
13184 "num-integer",
13185]
13186
13187[[package]]
13188name = "proc-macro-crate"
13189version = "3.4.0"
13190source = "registry+https://github.com/rust-lang/crates.io-index"
13191checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13192dependencies = [
13193 "toml_edit 0.23.7",
13194]
13195
13196[[package]]
13197name = "proc-macro-error"
13198version = "1.0.4"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13201dependencies = [
13202 "proc-macro-error-attr",
13203 "proc-macro2",
13204 "quote",
13205 "syn 1.0.109",
13206 "version_check",
13207]
13208
13209[[package]]
13210name = "proc-macro-error-attr"
13211version = "1.0.4"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13214dependencies = [
13215 "proc-macro2",
13216 "quote",
13217 "version_check",
13218]
13219
13220[[package]]
13221name = "proc-macro-error-attr2"
13222version = "2.0.0"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13225dependencies = [
13226 "proc-macro2",
13227 "quote",
13228]
13229
13230[[package]]
13231name = "proc-macro-error2"
13232version = "2.0.1"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13235dependencies = [
13236 "proc-macro-error-attr2",
13237 "proc-macro2",
13238 "quote",
13239 "syn 2.0.117",
13240]
13241
13242[[package]]
13243name = "proc-macro2"
13244version = "1.0.101"
13245source = "registry+https://github.com/rust-lang/crates.io-index"
13246checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13247dependencies = [
13248 "unicode-ident",
13249]
13250
13251[[package]]
13252name = "proc-macro2-diagnostics"
13253version = "0.10.1"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13256dependencies = [
13257 "proc-macro2",
13258 "quote",
13259 "syn 2.0.117",
13260 "version_check",
13261 "yansi",
13262]
13263
13264[[package]]
13265name = "procfs-core"
13266version = "0.17.0"
13267source = "registry+https://github.com/rust-lang/crates.io-index"
13268checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13269dependencies = [
13270 "bitflags 2.10.0",
13271 "hex",
13272 "serde",
13273]
13274
13275[[package]]
13276name = "profiling"
13277version = "1.0.17"
13278source = "registry+https://github.com/rust-lang/crates.io-index"
13279checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13280dependencies = [
13281 "profiling-procmacros",
13282]
13283
13284[[package]]
13285name = "profiling-procmacros"
13286version = "1.0.17"
13287source = "registry+https://github.com/rust-lang/crates.io-index"
13288checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13289dependencies = [
13290 "quote",
13291 "syn 2.0.117",
13292]
13293
13294[[package]]
13295name = "project"
13296version = "0.1.0"
13297dependencies = [
13298 "aho-corasick",
13299 "anyhow",
13300 "askpass",
13301 "async-trait",
13302 "base64 0.22.1",
13303 "buffer_diff",
13304 "circular-buffer",
13305 "client",
13306 "clock",
13307 "collections",
13308 "context_server",
13309 "credentials_provider",
13310 "dap",
13311 "encoding_rs",
13312 "extension",
13313 "fancy-regex 0.17.0",
13314 "fs",
13315 "futures 0.3.32",
13316 "fuzzy",
13317 "fuzzy_nucleo",
13318 "git",
13319 "git2",
13320 "git_hosting_providers",
13321 "globset",
13322 "gpui",
13323 "http_client",
13324 "image",
13325 "indexmap",
13326 "itertools 0.14.0",
13327 "language",
13328 "log",
13329 "lsp",
13330 "markdown",
13331 "node_runtime",
13332 "parking_lot",
13333 "paths",
13334 "percent-encoding",
13335 "postage",
13336 "prettier",
13337 "pretty_assertions",
13338 "project",
13339 "rand 0.9.3",
13340 "regex",
13341 "release_channel",
13342 "remote",
13343 "rpc",
13344 "schemars",
13345 "semver",
13346 "serde",
13347 "serde_json",
13348 "settings",
13349 "sha2",
13350 "shellexpand",
13351 "smallvec",
13352 "smol",
13353 "snippet",
13354 "snippet_provider",
13355 "sum_tree",
13356 "task",
13357 "tempfile",
13358 "terminal",
13359 "text",
13360 "toml 0.8.23",
13361 "tracing",
13362 "unindent",
13363 "url",
13364 "util",
13365 "watch",
13366 "wax",
13367 "which 6.0.3",
13368 "worktree",
13369 "zed_credentials_provider",
13370 "zeroize",
13371 "zlog",
13372 "ztracing",
13373]
13374
13375[[package]]
13376name = "project_benchmarks"
13377version = "0.1.0"
13378dependencies = [
13379 "anyhow",
13380 "askpass",
13381 "clap",
13382 "client",
13383 "futures 0.3.32",
13384 "gpui",
13385 "gpui_platform",
13386 "http_client",
13387 "language",
13388 "node_runtime",
13389 "project",
13390 "release_channel",
13391 "remote",
13392 "rpassword",
13393 "semver",
13394 "settings",
13395 "watch",
13396]
13397
13398[[package]]
13399name = "project_panel"
13400version = "0.1.0"
13401dependencies = [
13402 "anyhow",
13403 "client",
13404 "collections",
13405 "command_palette_hooks",
13406 "criterion",
13407 "editor",
13408 "feature_flags",
13409 "file_icons",
13410 "fs",
13411 "futures 0.3.32",
13412 "git",
13413 "git_ui",
13414 "gpui",
13415 "itertools 0.14.0",
13416 "language",
13417 "menu",
13418 "notifications",
13419 "pretty_assertions",
13420 "project",
13421 "rayon",
13422 "remote_connection",
13423 "schemars",
13424 "search",
13425 "serde",
13426 "serde_json",
13427 "settings",
13428 "smallvec",
13429 "telemetry",
13430 "tempfile",
13431 "theme",
13432 "theme_settings",
13433 "ui",
13434 "util",
13435 "workspace",
13436 "worktree",
13437 "zed_actions",
13438]
13439
13440[[package]]
13441name = "project_symbols"
13442version = "0.1.0"
13443dependencies = [
13444 "anyhow",
13445 "editor",
13446 "futures 0.3.32",
13447 "fuzzy",
13448 "gpui",
13449 "language",
13450 "lsp",
13451 "ordered-float 2.10.1",
13452 "picker",
13453 "project",
13454 "release_channel",
13455 "semver",
13456 "serde_json",
13457 "settings",
13458 "theme",
13459 "theme_settings",
13460 "util",
13461 "workspace",
13462]
13463
13464[[package]]
13465name = "prometheus"
13466version = "0.14.0"
13467source = "registry+https://github.com/rust-lang/crates.io-index"
13468checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13469dependencies = [
13470 "cfg-if",
13471 "fnv",
13472 "lazy_static",
13473 "memchr",
13474 "parking_lot",
13475 "protobuf",
13476 "thiserror 2.0.17",
13477]
13478
13479[[package]]
13480name = "prompt_store"
13481version = "0.1.0"
13482dependencies = [
13483 "anyhow",
13484 "assets",
13485 "chrono",
13486 "collections",
13487 "fs",
13488 "futures 0.3.32",
13489 "fuzzy",
13490 "gpui",
13491 "handlebars 4.5.0",
13492 "heed",
13493 "language",
13494 "log",
13495 "parking_lot",
13496 "paths",
13497 "rope",
13498 "serde",
13499 "strum 0.27.2",
13500 "tempfile",
13501 "text",
13502 "util",
13503 "uuid",
13504]
13505
13506[[package]]
13507name = "proptest"
13508version = "1.10.0"
13509source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13510dependencies = [
13511 "bit-set 0.8.0",
13512 "bit-vec 0.8.0",
13513 "bitflags 2.10.0",
13514 "num-traits",
13515 "proptest-macro",
13516 "rand 0.9.3",
13517 "rand_chacha 0.9.0",
13518 "rand_xorshift",
13519 "regex-syntax",
13520 "rusty-fork",
13521 "tempfile",
13522 "unarray",
13523]
13524
13525[[package]]
13526name = "proptest-derive"
13527version = "0.8.0"
13528source = "registry+https://github.com/rust-lang/crates.io-index"
13529checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13530dependencies = [
13531 "proc-macro2",
13532 "quote",
13533 "syn 2.0.117",
13534]
13535
13536[[package]]
13537name = "proptest-macro"
13538version = "0.5.0"
13539source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13540dependencies = [
13541 "convert_case 0.11.0",
13542 "proc-macro2",
13543 "quote",
13544 "syn 2.0.117",
13545]
13546
13547[[package]]
13548name = "prost"
13549version = "0.9.0"
13550source = "registry+https://github.com/rust-lang/crates.io-index"
13551checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13552dependencies = [
13553 "bytes 1.11.1",
13554 "prost-derive 0.9.0",
13555]
13556
13557[[package]]
13558name = "prost"
13559version = "0.12.6"
13560source = "registry+https://github.com/rust-lang/crates.io-index"
13561checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13562dependencies = [
13563 "bytes 1.11.1",
13564 "prost-derive 0.12.6",
13565]
13566
13567[[package]]
13568name = "prost-build"
13569version = "0.9.0"
13570source = "registry+https://github.com/rust-lang/crates.io-index"
13571checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13572dependencies = [
13573 "bytes 1.11.1",
13574 "heck 0.3.3",
13575 "itertools 0.10.5",
13576 "lazy_static",
13577 "log",
13578 "multimap",
13579 "petgraph",
13580 "prost 0.9.0",
13581 "prost-types 0.9.0",
13582 "regex",
13583 "tempfile",
13584 "which 4.4.2",
13585]
13586
13587[[package]]
13588name = "prost-build"
13589version = "0.12.6"
13590source = "registry+https://github.com/rust-lang/crates.io-index"
13591checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13592dependencies = [
13593 "bytes 1.11.1",
13594 "heck 0.4.1",
13595 "itertools 0.10.5",
13596 "log",
13597 "multimap",
13598 "once_cell",
13599 "petgraph",
13600 "prettyplease",
13601 "prost 0.12.6",
13602 "prost-types 0.12.6",
13603 "regex",
13604 "syn 2.0.117",
13605 "tempfile",
13606]
13607
13608[[package]]
13609name = "prost-derive"
13610version = "0.9.0"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13613dependencies = [
13614 "anyhow",
13615 "itertools 0.10.5",
13616 "proc-macro2",
13617 "quote",
13618 "syn 1.0.109",
13619]
13620
13621[[package]]
13622name = "prost-derive"
13623version = "0.12.6"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13626dependencies = [
13627 "anyhow",
13628 "itertools 0.10.5",
13629 "proc-macro2",
13630 "quote",
13631 "syn 2.0.117",
13632]
13633
13634[[package]]
13635name = "prost-types"
13636version = "0.9.0"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13639dependencies = [
13640 "bytes 1.11.1",
13641 "prost 0.9.0",
13642]
13643
13644[[package]]
13645name = "prost-types"
13646version = "0.12.6"
13647source = "registry+https://github.com/rust-lang/crates.io-index"
13648checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13649dependencies = [
13650 "prost 0.12.6",
13651]
13652
13653[[package]]
13654name = "proto"
13655version = "0.1.0"
13656dependencies = [
13657 "anyhow",
13658 "prost 0.9.0",
13659 "prost-build 0.9.0",
13660 "serde",
13661]
13662
13663[[package]]
13664name = "protobuf"
13665version = "3.7.2"
13666source = "registry+https://github.com/rust-lang/crates.io-index"
13667checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13668dependencies = [
13669 "once_cell",
13670 "protobuf-support",
13671 "thiserror 1.0.69",
13672]
13673
13674[[package]]
13675name = "protobuf-support"
13676version = "3.7.2"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13679dependencies = [
13680 "thiserror 1.0.69",
13681]
13682
13683[[package]]
13684name = "psm"
13685version = "0.1.30"
13686source = "registry+https://github.com/rust-lang/crates.io-index"
13687checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13688dependencies = [
13689 "ar_archive_writer",
13690 "cc",
13691]
13692
13693[[package]]
13694name = "ptr_meta"
13695version = "0.1.4"
13696source = "registry+https://github.com/rust-lang/crates.io-index"
13697checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13698dependencies = [
13699 "ptr_meta_derive",
13700]
13701
13702[[package]]
13703name = "ptr_meta_derive"
13704version = "0.1.4"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13707dependencies = [
13708 "proc-macro2",
13709 "quote",
13710 "syn 1.0.109",
13711]
13712
13713[[package]]
13714name = "pulldown-cmark"
13715version = "0.10.3"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13718dependencies = [
13719 "bitflags 2.10.0",
13720 "memchr",
13721 "pulldown-cmark-escape",
13722 "unicase",
13723]
13724
13725[[package]]
13726name = "pulldown-cmark"
13727version = "0.13.0"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13730dependencies = [
13731 "bitflags 2.10.0",
13732 "memchr",
13733 "unicase",
13734]
13735
13736[[package]]
13737name = "pulldown-cmark-escape"
13738version = "0.10.1"
13739source = "registry+https://github.com/rust-lang/crates.io-index"
13740checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13741
13742[[package]]
13743name = "pulley-interpreter"
13744version = "36.0.7"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13747dependencies = [
13748 "cranelift-bitset",
13749 "log",
13750 "pulley-macros",
13751 "wasmtime-internal-math",
13752]
13753
13754[[package]]
13755name = "pulley-macros"
13756version = "36.0.7"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13759dependencies = [
13760 "proc-macro2",
13761 "quote",
13762 "syn 2.0.117",
13763]
13764
13765[[package]]
13766name = "pulp"
13767version = "0.18.22"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13770dependencies = [
13771 "bytemuck",
13772 "libm",
13773 "num-complex",
13774 "reborrow",
13775]
13776
13777[[package]]
13778name = "pulp"
13779version = "0.21.5"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13782dependencies = [
13783 "bytemuck",
13784 "cfg-if",
13785 "libm",
13786 "num-complex",
13787 "reborrow",
13788 "version_check",
13789]
13790
13791[[package]]
13792name = "pxfm"
13793version = "0.1.25"
13794source = "registry+https://github.com/rust-lang/crates.io-index"
13795checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13796dependencies = [
13797 "num-traits",
13798]
13799
13800[[package]]
13801name = "qoi"
13802version = "0.4.1"
13803source = "registry+https://github.com/rust-lang/crates.io-index"
13804checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13805dependencies = [
13806 "bytemuck",
13807]
13808
13809[[package]]
13810name = "quick-error"
13811version = "1.2.3"
13812source = "registry+https://github.com/rust-lang/crates.io-index"
13813checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13814
13815[[package]]
13816name = "quick-error"
13817version = "2.0.1"
13818source = "registry+https://github.com/rust-lang/crates.io-index"
13819checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13820
13821[[package]]
13822name = "quick-xml"
13823version = "0.30.0"
13824source = "registry+https://github.com/rust-lang/crates.io-index"
13825checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13826dependencies = [
13827 "memchr",
13828]
13829
13830[[package]]
13831name = "quick-xml"
13832version = "0.37.5"
13833source = "registry+https://github.com/rust-lang/crates.io-index"
13834checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13835dependencies = [
13836 "memchr",
13837]
13838
13839[[package]]
13840name = "quick-xml"
13841version = "0.38.3"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13844dependencies = [
13845 "memchr",
13846]
13847
13848[[package]]
13849name = "quinn"
13850version = "0.11.9"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13853dependencies = [
13854 "bytes 1.11.1",
13855 "cfg_aliases 0.2.1",
13856 "pin-project-lite",
13857 "quinn-proto",
13858 "quinn-udp",
13859 "rustc-hash 2.1.1",
13860 "rustls 0.23.33",
13861 "socket2 0.6.1",
13862 "thiserror 2.0.17",
13863 "tokio",
13864 "tracing",
13865 "web-time",
13866]
13867
13868[[package]]
13869name = "quinn-proto"
13870version = "0.11.13"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13873dependencies = [
13874 "bytes 1.11.1",
13875 "getrandom 0.3.4",
13876 "lru-slab",
13877 "rand 0.9.3",
13878 "ring",
13879 "rustc-hash 2.1.1",
13880 "rustls 0.23.33",
13881 "rustls-pki-types",
13882 "slab",
13883 "thiserror 2.0.17",
13884 "tinyvec",
13885 "tracing",
13886 "web-time",
13887]
13888
13889[[package]]
13890name = "quinn-udp"
13891version = "0.5.14"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13894dependencies = [
13895 "cfg_aliases 0.2.1",
13896 "libc",
13897 "once_cell",
13898 "socket2 0.6.1",
13899 "tracing",
13900 "windows-sys 0.60.2",
13901]
13902
13903[[package]]
13904name = "quote"
13905version = "1.0.41"
13906source = "registry+https://github.com/rust-lang/crates.io-index"
13907checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13908dependencies = [
13909 "proc-macro2",
13910]
13911
13912[[package]]
13913name = "r-efi"
13914version = "5.3.0"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13917
13918[[package]]
13919name = "radium"
13920version = "0.7.0"
13921source = "registry+https://github.com/rust-lang/crates.io-index"
13922checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13923
13924[[package]]
13925name = "rand"
13926version = "0.3.23"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13929dependencies = [
13930 "libc",
13931 "rand 0.4.6",
13932]
13933
13934[[package]]
13935name = "rand"
13936version = "0.4.6"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13939dependencies = [
13940 "fuchsia-cprng",
13941 "libc",
13942 "rand_core 0.3.1",
13943 "rdrand",
13944 "winapi",
13945]
13946
13947[[package]]
13948name = "rand"
13949version = "0.8.5"
13950source = "registry+https://github.com/rust-lang/crates.io-index"
13951checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13952dependencies = [
13953 "libc",
13954 "rand_chacha 0.3.1",
13955 "rand_core 0.6.4",
13956]
13957
13958[[package]]
13959name = "rand"
13960version = "0.9.3"
13961source = "registry+https://github.com/rust-lang/crates.io-index"
13962checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13963dependencies = [
13964 "rand_chacha 0.9.0",
13965 "rand_core 0.9.3",
13966]
13967
13968[[package]]
13969name = "rand_chacha"
13970version = "0.3.1"
13971source = "registry+https://github.com/rust-lang/crates.io-index"
13972checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13973dependencies = [
13974 "ppv-lite86",
13975 "rand_core 0.6.4",
13976]
13977
13978[[package]]
13979name = "rand_chacha"
13980version = "0.9.0"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13983dependencies = [
13984 "ppv-lite86",
13985 "rand_core 0.9.3",
13986]
13987
13988[[package]]
13989name = "rand_core"
13990version = "0.3.1"
13991source = "registry+https://github.com/rust-lang/crates.io-index"
13992checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13993dependencies = [
13994 "rand_core 0.4.2",
13995]
13996
13997[[package]]
13998name = "rand_core"
13999version = "0.4.2"
14000source = "registry+https://github.com/rust-lang/crates.io-index"
14001checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14002
14003[[package]]
14004name = "rand_core"
14005version = "0.6.4"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14008dependencies = [
14009 "getrandom 0.2.16",
14010]
14011
14012[[package]]
14013name = "rand_core"
14014version = "0.9.3"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14017dependencies = [
14018 "getrandom 0.3.4",
14019]
14020
14021[[package]]
14022name = "rand_distr"
14023version = "0.5.1"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14026dependencies = [
14027 "num-traits",
14028 "rand 0.9.3",
14029]
14030
14031[[package]]
14032name = "rand_pcg"
14033version = "0.3.1"
14034source = "registry+https://github.com/rust-lang/crates.io-index"
14035checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14036dependencies = [
14037 "rand_core 0.6.4",
14038]
14039
14040[[package]]
14041name = "rand_xorshift"
14042version = "0.4.0"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14045dependencies = [
14046 "rand_core 0.9.3",
14047]
14048
14049[[package]]
14050name = "random_choice"
14051version = "0.3.2"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14054dependencies = [
14055 "rand 0.3.23",
14056]
14057
14058[[package]]
14059name = "range-alloc"
14060version = "0.1.4"
14061source = "registry+https://github.com/rust-lang/crates.io-index"
14062checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14063
14064[[package]]
14065name = "range-map"
14066version = "0.2.0"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14069dependencies = [
14070 "num-traits",
14071]
14072
14073[[package]]
14074name = "rangemap"
14075version = "1.7.1"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14078
14079[[package]]
14080name = "rav1e"
14081version = "0.8.1"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14084dependencies = [
14085 "aligned-vec",
14086 "arbitrary",
14087 "arg_enum_proc_macro",
14088 "arrayvec",
14089 "av-scenechange",
14090 "av1-grain",
14091 "bitstream-io",
14092 "built",
14093 "cfg-if",
14094 "interpolate_name",
14095 "itertools 0.14.0",
14096 "libc",
14097 "libfuzzer-sys",
14098 "log",
14099 "maybe-rayon",
14100 "new_debug_unreachable",
14101 "noop_proc_macro",
14102 "num-derive",
14103 "num-traits",
14104 "paste",
14105 "profiling",
14106 "rand 0.9.3",
14107 "rand_chacha 0.9.0",
14108 "simd_helpers",
14109 "thiserror 2.0.17",
14110 "v_frame",
14111 "wasm-bindgen",
14112]
14113
14114[[package]]
14115name = "ravif"
14116version = "0.13.0"
14117source = "registry+https://github.com/rust-lang/crates.io-index"
14118checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14119dependencies = [
14120 "avif-serialize",
14121 "imgref",
14122 "loop9",
14123 "quick-error 2.0.1",
14124 "rav1e",
14125 "rayon",
14126 "rgb",
14127]
14128
14129[[package]]
14130name = "raw-cpuid"
14131version = "10.7.0"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14134dependencies = [
14135 "bitflags 1.3.2",
14136]
14137
14138[[package]]
14139name = "raw-cpuid"
14140version = "11.6.0"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14143dependencies = [
14144 "bitflags 2.10.0",
14145]
14146
14147[[package]]
14148name = "raw-window-handle"
14149version = "0.6.2"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14152
14153[[package]]
14154name = "raw-window-metal"
14155version = "1.1.0"
14156source = "registry+https://github.com/rust-lang/crates.io-index"
14157checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14158dependencies = [
14159 "objc2",
14160 "objc2-core-foundation",
14161 "objc2-foundation",
14162 "objc2-quartz-core",
14163]
14164
14165[[package]]
14166name = "rayon"
14167version = "1.11.0"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14170dependencies = [
14171 "either",
14172 "rayon-core",
14173]
14174
14175[[package]]
14176name = "rayon-core"
14177version = "1.13.0"
14178source = "registry+https://github.com/rust-lang/crates.io-index"
14179checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14180dependencies = [
14181 "crossbeam-deque",
14182 "crossbeam-utils",
14183]
14184
14185[[package]]
14186name = "rdrand"
14187version = "0.4.0"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14190dependencies = [
14191 "rand_core 0.3.1",
14192]
14193
14194[[package]]
14195name = "read-fonts"
14196version = "0.35.0"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14199dependencies = [
14200 "bytemuck",
14201 "font-types 0.10.0",
14202]
14203
14204[[package]]
14205name = "read-fonts"
14206version = "0.37.0"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14209dependencies = [
14210 "bytemuck",
14211 "core_maths",
14212 "font-types 0.11.0",
14213]
14214
14215[[package]]
14216name = "realfft"
14217version = "3.5.0"
14218source = "registry+https://github.com/rust-lang/crates.io-index"
14219checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14220dependencies = [
14221 "rustfft",
14222]
14223
14224[[package]]
14225name = "reborrow"
14226version = "0.5.5"
14227source = "registry+https://github.com/rust-lang/crates.io-index"
14228checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14229
14230[[package]]
14231name = "recent_projects"
14232version = "0.1.0"
14233dependencies = [
14234 "anyhow",
14235 "askpass",
14236 "chrono",
14237 "db",
14238 "dev_container",
14239 "editor",
14240 "extension",
14241 "extension_host",
14242 "fs",
14243 "futures 0.3.32",
14244 "fuzzy",
14245 "gpui",
14246 "http_client",
14247 "indoc",
14248 "language",
14249 "log",
14250 "menu",
14251 "node_runtime",
14252 "open_path_prompt",
14253 "ordered-float 2.10.1",
14254 "paths",
14255 "picker",
14256 "project",
14257 "release_channel",
14258 "remote",
14259 "remote_connection",
14260 "remote_server",
14261 "semver",
14262 "serde",
14263 "serde_json",
14264 "settings",
14265 "smol",
14266 "task",
14267 "telemetry",
14268 "ui",
14269 "ui_input",
14270 "util",
14271 "windows-registry 0.6.1",
14272 "workspace",
14273 "worktree",
14274 "zed_actions",
14275]
14276
14277[[package]]
14278name = "redox_syscall"
14279version = "0.2.16"
14280source = "registry+https://github.com/rust-lang/crates.io-index"
14281checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14282dependencies = [
14283 "bitflags 1.3.2",
14284]
14285
14286[[package]]
14287name = "redox_syscall"
14288version = "0.5.18"
14289source = "registry+https://github.com/rust-lang/crates.io-index"
14290checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14291dependencies = [
14292 "bitflags 2.10.0",
14293]
14294
14295[[package]]
14296name = "redox_users"
14297version = "0.5.2"
14298source = "registry+https://github.com/rust-lang/crates.io-index"
14299checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14300dependencies = [
14301 "getrandom 0.2.16",
14302 "libredox",
14303 "thiserror 2.0.17",
14304]
14305
14306[[package]]
14307name = "ref-cast"
14308version = "1.0.25"
14309source = "registry+https://github.com/rust-lang/crates.io-index"
14310checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14311dependencies = [
14312 "ref-cast-impl",
14313]
14314
14315[[package]]
14316name = "ref-cast-impl"
14317version = "1.0.25"
14318source = "registry+https://github.com/rust-lang/crates.io-index"
14319checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14320dependencies = [
14321 "proc-macro2",
14322 "quote",
14323 "syn 2.0.117",
14324]
14325
14326[[package]]
14327name = "referencing"
14328version = "0.37.4"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14331dependencies = [
14332 "ahash 0.8.12",
14333 "fluent-uri",
14334 "getrandom 0.3.4",
14335 "hashbrown 0.16.1",
14336 "parking_lot",
14337 "percent-encoding",
14338 "serde_json",
14339]
14340
14341[[package]]
14342name = "refineable"
14343version = "0.1.0"
14344dependencies = [
14345 "derive_refineable",
14346]
14347
14348[[package]]
14349name = "regalloc2"
14350version = "0.12.2"
14351source = "registry+https://github.com/rust-lang/crates.io-index"
14352checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14353dependencies = [
14354 "allocator-api2",
14355 "bumpalo",
14356 "hashbrown 0.15.5",
14357 "log",
14358 "rustc-hash 2.1.1",
14359 "serde",
14360 "smallvec",
14361]
14362
14363[[package]]
14364name = "regex"
14365version = "1.12.2"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14368dependencies = [
14369 "aho-corasick",
14370 "memchr",
14371 "regex-automata",
14372 "regex-syntax",
14373]
14374
14375[[package]]
14376name = "regex-automata"
14377version = "0.4.13"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14380dependencies = [
14381 "aho-corasick",
14382 "memchr",
14383 "regex-syntax",
14384]
14385
14386[[package]]
14387name = "regex-lite"
14388version = "0.1.8"
14389source = "registry+https://github.com/rust-lang/crates.io-index"
14390checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14391
14392[[package]]
14393name = "regex-syntax"
14394version = "0.8.8"
14395source = "registry+https://github.com/rust-lang/crates.io-index"
14396checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14397
14398[[package]]
14399name = "release_channel"
14400version = "0.1.0"
14401dependencies = [
14402 "gpui",
14403 "semver",
14404]
14405
14406[[package]]
14407name = "remote"
14408version = "0.1.0"
14409dependencies = [
14410 "anyhow",
14411 "askpass",
14412 "async-trait",
14413 "base64 0.22.1",
14414 "collections",
14415 "fs",
14416 "futures 0.3.32",
14417 "gpui",
14418 "log",
14419 "parking_lot",
14420 "paths",
14421 "prost 0.9.0",
14422 "release_channel",
14423 "rpc",
14424 "schemars",
14425 "semver",
14426 "serde",
14427 "serde_json",
14428 "settings",
14429 "smol",
14430 "tempfile",
14431 "thiserror 2.0.17",
14432 "urlencoding",
14433 "util",
14434 "which 6.0.3",
14435]
14436
14437[[package]]
14438name = "remote_connection"
14439version = "0.1.0"
14440dependencies = [
14441 "anyhow",
14442 "askpass",
14443 "auto_update",
14444 "futures 0.3.32",
14445 "gpui",
14446 "log",
14447 "markdown",
14448 "menu",
14449 "release_channel",
14450 "remote",
14451 "semver",
14452 "settings",
14453 "theme_settings",
14454 "ui",
14455 "ui_input",
14456 "workspace",
14457]
14458
14459[[package]]
14460name = "remote_server"
14461version = "0.1.0"
14462dependencies = [
14463 "action_log",
14464 "agent",
14465 "anyhow",
14466 "askpass",
14467 "cargo_toml",
14468 "clap",
14469 "client",
14470 "clock",
14471 "collections",
14472 "crash-handler",
14473 "crashes",
14474 "dap_adapters",
14475 "debug_adapter_extension",
14476 "editor",
14477 "env_logger 0.11.8",
14478 "extension",
14479 "extension_host",
14480 "fork",
14481 "fs",
14482 "futures 0.3.32",
14483 "git",
14484 "git2",
14485 "git_hosting_providers",
14486 "gpui",
14487 "gpui_platform",
14488 "gpui_tokio",
14489 "http_client",
14490 "image",
14491 "json_schema_store",
14492 "language",
14493 "language_extension",
14494 "language_model",
14495 "languages",
14496 "libc",
14497 "log",
14498 "lsp",
14499 "minidumper",
14500 "net",
14501 "node_runtime",
14502 "paths",
14503 "pretty_assertions",
14504 "project",
14505 "proto",
14506 "rayon",
14507 "release_channel",
14508 "remote",
14509 "reqwest_client",
14510 "rpc",
14511 "rust-embed",
14512 "semver",
14513 "serde",
14514 "serde_json",
14515 "settings",
14516 "shellexpand",
14517 "smol",
14518 "sysinfo 0.37.2",
14519 "task",
14520 "theme",
14521 "theme_settings",
14522 "thiserror 2.0.17",
14523 "toml 0.8.23",
14524 "unindent",
14525 "util",
14526 "uuid",
14527 "watch",
14528 "windows 0.61.3",
14529 "worktree",
14530 "zlog",
14531]
14532
14533[[package]]
14534name = "rend"
14535version = "0.4.2"
14536source = "registry+https://github.com/rust-lang/crates.io-index"
14537checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14538dependencies = [
14539 "bytecheck",
14540]
14541
14542[[package]]
14543name = "renderdoc-sys"
14544version = "1.1.0"
14545source = "registry+https://github.com/rust-lang/crates.io-index"
14546checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14547
14548[[package]]
14549name = "repl"
14550version = "0.1.0"
14551dependencies = [
14552 "alacritty_terminal",
14553 "anyhow",
14554 "async-dispatcher",
14555 "async-task",
14556 "async-tungstenite",
14557 "base64 0.22.1",
14558 "client",
14559 "collections",
14560 "command_palette_hooks",
14561 "editor",
14562 "feature_flags",
14563 "file_icons",
14564 "futures 0.3.32",
14565 "gpui",
14566 "html_to_markdown",
14567 "http_client",
14568 "image",
14569 "indoc",
14570 "jupyter-protocol",
14571 "jupyter-websocket-client",
14572 "language",
14573 "languages",
14574 "log",
14575 "markdown",
14576 "menu",
14577 "multi_buffer",
14578 "nbformat",
14579 "picker",
14580 "project",
14581 "remote",
14582 "runtimelib",
14583 "serde",
14584 "serde_json",
14585 "settings",
14586 "shlex",
14587 "smol",
14588 "telemetry",
14589 "terminal",
14590 "terminal_view",
14591 "theme",
14592 "theme_settings",
14593 "tree-sitter-md",
14594 "tree-sitter-python",
14595 "tree-sitter-typescript",
14596 "ui",
14597 "util",
14598 "uuid",
14599 "workspace",
14600 "zed_actions",
14601]
14602
14603[[package]]
14604name = "reqwest"
14605version = "0.11.27"
14606source = "registry+https://github.com/rust-lang/crates.io-index"
14607checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14608dependencies = [
14609 "base64 0.21.7",
14610 "bytes 1.11.1",
14611 "encoding_rs",
14612 "futures-core",
14613 "futures-util",
14614 "h2 0.3.27",
14615 "http 0.2.12",
14616 "http-body 0.4.6",
14617 "hyper 0.14.32",
14618 "hyper-tls",
14619 "ipnet",
14620 "js-sys",
14621 "log",
14622 "mime",
14623 "native-tls",
14624 "once_cell",
14625 "percent-encoding",
14626 "pin-project-lite",
14627 "rustls-pemfile 1.0.4",
14628 "serde",
14629 "serde_json",
14630 "serde_urlencoded",
14631 "sync_wrapper 0.1.2",
14632 "system-configuration 0.5.1",
14633 "tokio",
14634 "tokio-native-tls",
14635 "tower-service",
14636 "url",
14637 "wasm-bindgen",
14638 "wasm-bindgen-futures",
14639 "web-sys",
14640 "winreg 0.50.0",
14641]
14642
14643[[package]]
14644name = "reqwest"
14645version = "0.12.24"
14646source = "registry+https://github.com/rust-lang/crates.io-index"
14647checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14648dependencies = [
14649 "base64 0.22.1",
14650 "bytes 1.11.1",
14651 "futures-channel",
14652 "futures-core",
14653 "futures-util",
14654 "http 1.3.1",
14655 "http-body 1.0.1",
14656 "http-body-util",
14657 "hyper 1.7.0",
14658 "hyper-rustls 0.27.7",
14659 "hyper-util",
14660 "js-sys",
14661 "log",
14662 "percent-encoding",
14663 "pin-project-lite",
14664 "quinn",
14665 "rustls 0.23.33",
14666 "rustls-native-certs 0.8.2",
14667 "rustls-pki-types",
14668 "serde",
14669 "serde_json",
14670 "serde_urlencoded",
14671 "sync_wrapper 1.0.2",
14672 "tokio",
14673 "tokio-rustls 0.26.2",
14674 "tower 0.5.2",
14675 "tower-http 0.6.6",
14676 "tower-service",
14677 "url",
14678 "wasm-bindgen",
14679 "wasm-bindgen-futures",
14680 "web-sys",
14681]
14682
14683[[package]]
14684name = "reqwest_client"
14685version = "0.1.0"
14686dependencies = [
14687 "anyhow",
14688 "bytes 1.11.1",
14689 "futures 0.3.32",
14690 "gpui_util",
14691 "http_client",
14692 "http_client_tls",
14693 "log",
14694 "regex",
14695 "serde",
14696 "tokio",
14697 "zed-reqwest",
14698]
14699
14700[[package]]
14701name = "resvg"
14702version = "0.45.1"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14705dependencies = [
14706 "gif 0.13.3",
14707 "image-webp",
14708 "log",
14709 "pico-args",
14710 "rgb",
14711 "svgtypes",
14712 "tiny-skia",
14713 "usvg",
14714 "zune-jpeg 0.4.21",
14715]
14716
14717[[package]]
14718name = "rfc6979"
14719version = "0.3.1"
14720source = "registry+https://github.com/rust-lang/crates.io-index"
14721checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14722dependencies = [
14723 "crypto-bigint 0.4.9",
14724 "hmac",
14725 "zeroize",
14726]
14727
14728[[package]]
14729name = "rgb"
14730version = "0.8.52"
14731source = "registry+https://github.com/rust-lang/crates.io-index"
14732checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14733dependencies = [
14734 "bytemuck",
14735]
14736
14737[[package]]
14738name = "ring"
14739version = "0.17.14"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14742dependencies = [
14743 "cc",
14744 "cfg-if",
14745 "getrandom 0.2.16",
14746 "libc",
14747 "untrusted 0.9.0",
14748 "windows-sys 0.52.0",
14749]
14750
14751[[package]]
14752name = "rkyv"
14753version = "0.7.45"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14756dependencies = [
14757 "bitvec",
14758 "bytecheck",
14759 "bytes 1.11.1",
14760 "hashbrown 0.12.3",
14761 "ptr_meta",
14762 "rend",
14763 "rkyv_derive",
14764 "seahash",
14765 "tinyvec",
14766 "uuid",
14767]
14768
14769[[package]]
14770name = "rkyv_derive"
14771version = "0.7.45"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14774dependencies = [
14775 "proc-macro2",
14776 "quote",
14777 "syn 1.0.109",
14778]
14779
14780[[package]]
14781name = "rmp"
14782version = "0.8.14"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14785dependencies = [
14786 "byteorder",
14787 "num-traits",
14788 "paste",
14789]
14790
14791[[package]]
14792name = "rmpv"
14793version = "1.3.0"
14794source = "registry+https://github.com/rust-lang/crates.io-index"
14795checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14796dependencies = [
14797 "num-traits",
14798 "rmp",
14799]
14800
14801[[package]]
14802name = "rodio"
14803version = "0.21.1"
14804source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14805dependencies = [
14806 "cpal",
14807 "dasp_sample",
14808 "hound",
14809 "num-rational",
14810 "rand 0.9.3",
14811 "rand_distr",
14812 "rtrb",
14813 "symphonia",
14814 "thiserror 2.0.17",
14815]
14816
14817[[package]]
14818name = "rope"
14819version = "0.1.0"
14820dependencies = [
14821 "criterion",
14822 "ctor",
14823 "gpui",
14824 "heapless",
14825 "log",
14826 "rand 0.9.3",
14827 "rayon",
14828 "sum_tree",
14829 "tracing",
14830 "unicode-segmentation",
14831 "util",
14832 "zlog",
14833 "ztracing",
14834]
14835
14836[[package]]
14837name = "roxmltree"
14838version = "0.20.0"
14839source = "registry+https://github.com/rust-lang/crates.io-index"
14840checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14841
14842[[package]]
14843name = "rpassword"
14844version = "7.4.0"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14847dependencies = [
14848 "libc",
14849 "rtoolbox",
14850 "windows-sys 0.59.0",
14851]
14852
14853[[package]]
14854name = "rpc"
14855version = "0.1.0"
14856dependencies = [
14857 "anyhow",
14858 "async-tungstenite",
14859 "base64 0.22.1",
14860 "collections",
14861 "futures 0.3.32",
14862 "gpui",
14863 "parking_lot",
14864 "proto",
14865 "rand 0.9.3",
14866 "rsa",
14867 "serde",
14868 "serde_json",
14869 "sha2",
14870 "strum 0.27.2",
14871 "tracing",
14872 "util",
14873 "zlog",
14874 "zstd",
14875]
14876
14877[[package]]
14878name = "rsa"
14879version = "0.9.10"
14880source = "registry+https://github.com/rust-lang/crates.io-index"
14881checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14882dependencies = [
14883 "const-oid",
14884 "digest",
14885 "num-bigint-dig 0.8.6",
14886 "num-integer",
14887 "num-traits",
14888 "pkcs1",
14889 "pkcs8 0.10.2",
14890 "rand_core 0.6.4",
14891 "signature 2.2.0",
14892 "spki 0.7.3",
14893 "subtle",
14894 "zeroize",
14895]
14896
14897[[package]]
14898name = "rtoolbox"
14899version = "0.0.3"
14900source = "registry+https://github.com/rust-lang/crates.io-index"
14901checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14902dependencies = [
14903 "libc",
14904 "windows-sys 0.52.0",
14905]
14906
14907[[package]]
14908name = "rtrb"
14909version = "0.3.2"
14910source = "registry+https://github.com/rust-lang/crates.io-index"
14911checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14912
14913[[package]]
14914name = "rules_library"
14915version = "0.1.0"
14916dependencies = [
14917 "anyhow",
14918 "collections",
14919 "editor",
14920 "gpui",
14921 "language",
14922 "language_model",
14923 "log",
14924 "menu",
14925 "picker",
14926 "platform_title_bar",
14927 "prompt_store",
14928 "release_channel",
14929 "rope",
14930 "serde",
14931 "settings",
14932 "theme_settings",
14933 "ui",
14934 "ui_input",
14935 "util",
14936 "workspace",
14937 "zed_actions",
14938]
14939
14940[[package]]
14941name = "runtimelib"
14942version = "1.4.0"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14945dependencies = [
14946 "async-dispatcher",
14947 "async-std",
14948 "aws-lc-rs",
14949 "base64 0.22.1",
14950 "bytes 1.11.1",
14951 "chrono",
14952 "data-encoding",
14953 "dirs",
14954 "futures 0.3.32",
14955 "glob",
14956 "jupyter-protocol",
14957 "serde",
14958 "serde_json",
14959 "shellexpand",
14960 "smol",
14961 "thiserror 2.0.17",
14962 "uuid",
14963 "zeromq",
14964]
14965
14966[[package]]
14967name = "rust-embed"
14968version = "8.11.0"
14969source = "registry+https://github.com/rust-lang/crates.io-index"
14970checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14971dependencies = [
14972 "rust-embed-impl",
14973 "rust-embed-utils",
14974 "walkdir",
14975]
14976
14977[[package]]
14978name = "rust-embed-impl"
14979version = "8.11.0"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14982dependencies = [
14983 "proc-macro2",
14984 "quote",
14985 "rust-embed-utils",
14986 "syn 2.0.117",
14987 "walkdir",
14988]
14989
14990[[package]]
14991name = "rust-embed-utils"
14992version = "8.11.0"
14993source = "registry+https://github.com/rust-lang/crates.io-index"
14994checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14995dependencies = [
14996 "globset",
14997 "sha2",
14998 "walkdir",
14999]
15000
15001[[package]]
15002name = "rust_decimal"
15003version = "1.39.0"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15006dependencies = [
15007 "arrayvec",
15008 "borsh",
15009 "bytes 1.11.1",
15010 "num-traits",
15011 "rand 0.8.5",
15012 "rkyv",
15013 "serde",
15014 "serde_json",
15015]
15016
15017[[package]]
15018name = "rustc-demangle"
15019version = "0.1.26"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15022
15023[[package]]
15024name = "rustc-hash"
15025version = "1.1.0"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15028
15029[[package]]
15030name = "rustc-hash"
15031version = "2.1.1"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15034
15035[[package]]
15036name = "rustc_version"
15037version = "0.4.1"
15038source = "registry+https://github.com/rust-lang/crates.io-index"
15039checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15040dependencies = [
15041 "semver",
15042]
15043
15044[[package]]
15045name = "rustfft"
15046version = "6.4.1"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15049dependencies = [
15050 "num-complex",
15051 "num-integer",
15052 "num-traits",
15053 "primal-check",
15054 "strength_reduce",
15055 "transpose",
15056]
15057
15058[[package]]
15059name = "rustix"
15060version = "0.38.44"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15063dependencies = [
15064 "bitflags 2.10.0",
15065 "errno 0.3.14",
15066 "libc",
15067 "linux-raw-sys 0.4.15",
15068 "windows-sys 0.59.0",
15069]
15070
15071[[package]]
15072name = "rustix"
15073version = "1.1.2"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15076dependencies = [
15077 "bitflags 2.10.0",
15078 "errno 0.3.14",
15079 "libc",
15080 "linux-raw-sys 0.11.0",
15081 "windows-sys 0.61.2",
15082]
15083
15084[[package]]
15085name = "rustix-linux-procfs"
15086version = "0.1.1"
15087source = "registry+https://github.com/rust-lang/crates.io-index"
15088checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15089dependencies = [
15090 "once_cell",
15091 "rustix 1.1.2",
15092]
15093
15094[[package]]
15095name = "rustix-openpty"
15096version = "0.2.0"
15097source = "registry+https://github.com/rust-lang/crates.io-index"
15098checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15099dependencies = [
15100 "errno 0.3.14",
15101 "libc",
15102 "rustix 1.1.2",
15103]
15104
15105[[package]]
15106name = "rustls"
15107version = "0.21.12"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15110dependencies = [
15111 "log",
15112 "ring",
15113 "rustls-webpki 0.101.7",
15114 "sct",
15115]
15116
15117[[package]]
15118name = "rustls"
15119version = "0.23.33"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15122dependencies = [
15123 "aws-lc-rs",
15124 "log",
15125 "once_cell",
15126 "ring",
15127 "rustls-pki-types",
15128 "rustls-webpki 0.103.7",
15129 "subtle",
15130 "zeroize",
15131]
15132
15133[[package]]
15134name = "rustls-native-certs"
15135version = "0.6.3"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15138dependencies = [
15139 "openssl-probe",
15140 "rustls-pemfile 1.0.4",
15141 "schannel",
15142 "security-framework 2.11.1",
15143]
15144
15145[[package]]
15146name = "rustls-native-certs"
15147version = "0.8.2"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15150dependencies = [
15151 "openssl-probe",
15152 "rustls-pki-types",
15153 "schannel",
15154 "security-framework 3.5.1",
15155]
15156
15157[[package]]
15158name = "rustls-pemfile"
15159version = "1.0.4"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15162dependencies = [
15163 "base64 0.21.7",
15164]
15165
15166[[package]]
15167name = "rustls-pemfile"
15168version = "2.2.0"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15171dependencies = [
15172 "rustls-pki-types",
15173]
15174
15175[[package]]
15176name = "rustls-pki-types"
15177version = "1.12.0"
15178source = "registry+https://github.com/rust-lang/crates.io-index"
15179checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15180dependencies = [
15181 "web-time",
15182 "zeroize",
15183]
15184
15185[[package]]
15186name = "rustls-platform-verifier"
15187version = "0.5.3"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15190dependencies = [
15191 "core-foundation 0.10.0",
15192 "core-foundation-sys",
15193 "jni",
15194 "log",
15195 "once_cell",
15196 "rustls 0.23.33",
15197 "rustls-native-certs 0.8.2",
15198 "rustls-platform-verifier-android",
15199 "rustls-webpki 0.103.7",
15200 "security-framework 3.5.1",
15201 "security-framework-sys",
15202 "webpki-root-certs",
15203 "windows-sys 0.59.0",
15204]
15205
15206[[package]]
15207name = "rustls-platform-verifier-android"
15208version = "0.1.1"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15211
15212[[package]]
15213name = "rustls-webpki"
15214version = "0.101.7"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15217dependencies = [
15218 "ring",
15219 "untrusted 0.9.0",
15220]
15221
15222[[package]]
15223name = "rustls-webpki"
15224version = "0.103.7"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15227dependencies = [
15228 "aws-lc-rs",
15229 "ring",
15230 "rustls-pki-types",
15231 "untrusted 0.9.0",
15232]
15233
15234[[package]]
15235name = "rustversion"
15236version = "1.0.22"
15237source = "registry+https://github.com/rust-lang/crates.io-index"
15238checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15239
15240[[package]]
15241name = "rusty-fork"
15242version = "0.3.1"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15245dependencies = [
15246 "fnv",
15247 "quick-error 1.2.3",
15248 "tempfile",
15249 "wait-timeout",
15250]
15251
15252[[package]]
15253name = "rustybuzz"
15254version = "0.20.1"
15255source = "registry+https://github.com/rust-lang/crates.io-index"
15256checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15257dependencies = [
15258 "bitflags 2.10.0",
15259 "bytemuck",
15260 "core_maths",
15261 "log",
15262 "smallvec",
15263 "ttf-parser 0.25.1",
15264 "unicode-bidi-mirroring",
15265 "unicode-ccc",
15266 "unicode-properties",
15267 "unicode-script",
15268]
15269
15270[[package]]
15271name = "ryu"
15272version = "1.0.20"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15275
15276[[package]]
15277name = "saa"
15278version = "5.4.9"
15279source = "registry+https://github.com/rust-lang/crates.io-index"
15280checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15281
15282[[package]]
15283name = "safetensors"
15284version = "0.4.5"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15287dependencies = [
15288 "serde",
15289 "serde_json",
15290]
15291
15292[[package]]
15293name = "same-file"
15294version = "1.0.6"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15297dependencies = [
15298 "winapi-util",
15299]
15300
15301[[package]]
15302name = "scc"
15303version = "3.5.6"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15306dependencies = [
15307 "saa",
15308 "sdd",
15309]
15310
15311[[package]]
15312name = "schannel"
15313version = "0.1.28"
15314source = "registry+https://github.com/rust-lang/crates.io-index"
15315checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15316dependencies = [
15317 "windows-sys 0.61.2",
15318]
15319
15320[[package]]
15321name = "scheduler"
15322version = "0.1.0"
15323dependencies = [
15324 "async-task",
15325 "backtrace",
15326 "chrono",
15327 "flume",
15328 "futures 0.3.32",
15329 "parking_lot",
15330 "rand 0.9.3",
15331 "web-time",
15332]
15333
15334[[package]]
15335name = "schema_generator"
15336version = "0.1.0"
15337dependencies = [
15338 "anyhow",
15339 "clap",
15340 "env_logger 0.11.8",
15341 "schemars",
15342 "serde",
15343 "serde_json",
15344 "settings",
15345 "theme",
15346 "theme_settings",
15347]
15348
15349[[package]]
15350name = "schemars"
15351version = "1.0.4"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15354dependencies = [
15355 "dyn-clone",
15356 "indexmap",
15357 "ref-cast",
15358 "schemars_derive",
15359 "serde",
15360 "serde_json",
15361]
15362
15363[[package]]
15364name = "schemars_derive"
15365version = "1.0.4"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15368dependencies = [
15369 "proc-macro2",
15370 "quote",
15371 "serde_derive_internals",
15372 "syn 2.0.117",
15373]
15374
15375[[package]]
15376name = "scoped-tls"
15377version = "1.0.1"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15380
15381[[package]]
15382name = "scopeguard"
15383version = "1.2.0"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15386
15387[[package]]
15388name = "scratch"
15389version = "1.0.9"
15390source = "registry+https://github.com/rust-lang/crates.io-index"
15391checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15392
15393[[package]]
15394name = "screencapturekit"
15395version = "0.2.8"
15396source = "registry+https://github.com/rust-lang/crates.io-index"
15397checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15398dependencies = [
15399 "screencapturekit-sys",
15400]
15401
15402[[package]]
15403name = "screencapturekit-sys"
15404version = "0.2.8"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15407dependencies = [
15408 "block",
15409 "dispatch",
15410 "objc",
15411 "objc-foundation",
15412 "objc_id",
15413 "once_cell",
15414]
15415
15416[[package]]
15417name = "scroll"
15418version = "0.12.0"
15419source = "registry+https://github.com/rust-lang/crates.io-index"
15420checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15421dependencies = [
15422 "scroll_derive",
15423]
15424
15425[[package]]
15426name = "scroll_derive"
15427version = "0.12.1"
15428source = "registry+https://github.com/rust-lang/crates.io-index"
15429checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15430dependencies = [
15431 "proc-macro2",
15432 "quote",
15433 "syn 2.0.117",
15434]
15435
15436[[package]]
15437name = "sct"
15438version = "0.7.1"
15439source = "registry+https://github.com/rust-lang/crates.io-index"
15440checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15441dependencies = [
15442 "ring",
15443 "untrusted 0.9.0",
15444]
15445
15446[[package]]
15447name = "sdd"
15448version = "4.6.2"
15449source = "registry+https://github.com/rust-lang/crates.io-index"
15450checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15451
15452[[package]]
15453name = "sea-bae"
15454version = "0.2.1"
15455source = "registry+https://github.com/rust-lang/crates.io-index"
15456checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15457dependencies = [
15458 "heck 0.4.1",
15459 "proc-macro-error2",
15460 "proc-macro2",
15461 "quote",
15462 "syn 2.0.117",
15463]
15464
15465[[package]]
15466name = "sea-orm"
15467version = "1.1.10"
15468source = "registry+https://github.com/rust-lang/crates.io-index"
15469checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15470dependencies = [
15471 "async-stream",
15472 "async-trait",
15473 "bigdecimal",
15474 "chrono",
15475 "futures-util",
15476 "log",
15477 "ouroboros",
15478 "pgvector",
15479 "rust_decimal",
15480 "sea-orm-macros",
15481 "sea-query",
15482 "sea-query-binder",
15483 "serde",
15484 "serde_json",
15485 "sqlx",
15486 "strum 0.26.3",
15487 "thiserror 2.0.17",
15488 "time",
15489 "tracing",
15490 "url",
15491 "uuid",
15492]
15493
15494[[package]]
15495name = "sea-orm-macros"
15496version = "1.1.10"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15499dependencies = [
15500 "heck 0.4.1",
15501 "proc-macro2",
15502 "quote",
15503 "sea-bae",
15504 "syn 2.0.117",
15505 "unicode-ident",
15506]
15507
15508[[package]]
15509name = "sea-query"
15510version = "0.32.7"
15511source = "registry+https://github.com/rust-lang/crates.io-index"
15512checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15513dependencies = [
15514 "bigdecimal",
15515 "chrono",
15516 "inherent",
15517 "ordered-float 4.6.0",
15518 "rust_decimal",
15519 "serde_json",
15520 "time",
15521 "uuid",
15522]
15523
15524[[package]]
15525name = "sea-query-binder"
15526version = "0.7.0"
15527source = "registry+https://github.com/rust-lang/crates.io-index"
15528checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15529dependencies = [
15530 "bigdecimal",
15531 "chrono",
15532 "rust_decimal",
15533 "sea-query",
15534 "serde_json",
15535 "sqlx",
15536 "time",
15537 "uuid",
15538]
15539
15540[[package]]
15541name = "seahash"
15542version = "4.1.0"
15543source = "registry+https://github.com/rust-lang/crates.io-index"
15544checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15545
15546[[package]]
15547name = "search"
15548version = "0.1.0"
15549dependencies = [
15550 "any_vec",
15551 "anyhow",
15552 "bitflags 2.10.0",
15553 "collections",
15554 "editor",
15555 "fs",
15556 "futures 0.3.32",
15557 "gpui",
15558 "itertools 0.14.0",
15559 "language",
15560 "lsp",
15561 "menu",
15562 "multi_buffer",
15563 "pretty_assertions",
15564 "project",
15565 "serde",
15566 "serde_json",
15567 "settings",
15568 "smol",
15569 "theme",
15570 "theme_settings",
15571 "tracing",
15572 "ui",
15573 "unindent",
15574 "util",
15575 "util_macros",
15576 "workspace",
15577 "zed_actions",
15578 "ztracing",
15579]
15580
15581[[package]]
15582name = "sec1"
15583version = "0.3.0"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15586dependencies = [
15587 "base16ct",
15588 "der 0.6.1",
15589 "generic-array",
15590 "pkcs8 0.9.0",
15591 "subtle",
15592 "zeroize",
15593]
15594
15595[[package]]
15596name = "secrecy"
15597version = "0.10.3"
15598source = "registry+https://github.com/rust-lang/crates.io-index"
15599checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15600dependencies = [
15601 "zeroize",
15602]
15603
15604[[package]]
15605name = "security-framework"
15606version = "2.11.1"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15609dependencies = [
15610 "bitflags 2.10.0",
15611 "core-foundation 0.9.4",
15612 "core-foundation-sys",
15613 "libc",
15614 "security-framework-sys",
15615]
15616
15617[[package]]
15618name = "security-framework"
15619version = "3.5.1"
15620source = "registry+https://github.com/rust-lang/crates.io-index"
15621checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15622dependencies = [
15623 "bitflags 2.10.0",
15624 "core-foundation 0.10.0",
15625 "core-foundation-sys",
15626 "libc",
15627 "security-framework-sys",
15628]
15629
15630[[package]]
15631name = "security-framework-sys"
15632version = "2.15.0"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15635dependencies = [
15636 "core-foundation-sys",
15637 "libc",
15638]
15639
15640[[package]]
15641name = "self_cell"
15642version = "1.2.2"
15643source = "registry+https://github.com/rust-lang/crates.io-index"
15644checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15645
15646[[package]]
15647name = "semver"
15648version = "1.0.27"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15651dependencies = [
15652 "serde",
15653 "serde_core",
15654]
15655
15656[[package]]
15657name = "seq-macro"
15658version = "0.3.6"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15661
15662[[package]]
15663name = "serde"
15664version = "1.0.228"
15665source = "registry+https://github.com/rust-lang/crates.io-index"
15666checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15667dependencies = [
15668 "serde_core",
15669 "serde_derive",
15670]
15671
15672[[package]]
15673name = "serde_bytes"
15674version = "0.11.19"
15675source = "registry+https://github.com/rust-lang/crates.io-index"
15676checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15677dependencies = [
15678 "serde",
15679 "serde_core",
15680]
15681
15682[[package]]
15683name = "serde_core"
15684version = "1.0.228"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15687dependencies = [
15688 "serde_derive",
15689]
15690
15691[[package]]
15692name = "serde_derive"
15693version = "1.0.228"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15696dependencies = [
15697 "proc-macro2",
15698 "quote",
15699 "syn 2.0.117",
15700]
15701
15702[[package]]
15703name = "serde_derive_internals"
15704version = "0.29.1"
15705source = "registry+https://github.com/rust-lang/crates.io-index"
15706checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15707dependencies = [
15708 "proc-macro2",
15709 "quote",
15710 "syn 2.0.117",
15711]
15712
15713[[package]]
15714name = "serde_fmt"
15715version = "1.0.3"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15718dependencies = [
15719 "serde",
15720]
15721
15722[[package]]
15723name = "serde_json"
15724version = "1.0.145"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15727dependencies = [
15728 "indexmap",
15729 "itoa",
15730 "memchr",
15731 "ryu",
15732 "serde",
15733 "serde_core",
15734]
15735
15736[[package]]
15737name = "serde_json_lenient"
15738version = "0.2.4"
15739source = "registry+https://github.com/rust-lang/crates.io-index"
15740checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15741dependencies = [
15742 "indexmap",
15743 "itoa",
15744 "memchr",
15745 "ryu",
15746 "serde",
15747]
15748
15749[[package]]
15750name = "serde_path_to_error"
15751version = "0.1.20"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15754dependencies = [
15755 "itoa",
15756 "serde",
15757 "serde_core",
15758]
15759
15760[[package]]
15761name = "serde_repr"
15762version = "0.1.20"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15765dependencies = [
15766 "proc-macro2",
15767 "quote",
15768 "syn 2.0.117",
15769]
15770
15771[[package]]
15772name = "serde_spanned"
15773version = "0.6.9"
15774source = "registry+https://github.com/rust-lang/crates.io-index"
15775checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15776dependencies = [
15777 "serde",
15778]
15779
15780[[package]]
15781name = "serde_spanned"
15782version = "1.0.3"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15785dependencies = [
15786 "serde_core",
15787]
15788
15789[[package]]
15790name = "serde_urlencoded"
15791version = "0.7.1"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15794dependencies = [
15795 "form_urlencoded",
15796 "itoa",
15797 "ryu",
15798 "serde",
15799]
15800
15801[[package]]
15802name = "serde_yaml"
15803version = "0.9.34+deprecated"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15806dependencies = [
15807 "indexmap",
15808 "itoa",
15809 "ryu",
15810 "serde",
15811 "unsafe-libyaml",
15812]
15813
15814[[package]]
15815name = "serial2"
15816version = "0.2.33"
15817source = "registry+https://github.com/rust-lang/crates.io-index"
15818checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15819dependencies = [
15820 "cfg-if",
15821 "libc",
15822 "winapi",
15823]
15824
15825[[package]]
15826name = "session"
15827version = "0.1.0"
15828dependencies = [
15829 "db",
15830 "gpui",
15831 "serde_json",
15832 "util",
15833 "uuid",
15834]
15835
15836[[package]]
15837name = "settings"
15838version = "0.1.0"
15839dependencies = [
15840 "anyhow",
15841 "collections",
15842 "ec4rs",
15843 "fs",
15844 "futures 0.3.32",
15845 "gpui",
15846 "indoc",
15847 "inventory",
15848 "log",
15849 "migrator",
15850 "paths",
15851 "pretty_assertions",
15852 "release_channel",
15853 "rust-embed",
15854 "schemars",
15855 "serde",
15856 "serde_json",
15857 "serde_json_lenient",
15858 "settings_content",
15859 "settings_json",
15860 "settings_macros",
15861 "smallvec",
15862 "unindent",
15863 "util",
15864 "zlog",
15865]
15866
15867[[package]]
15868name = "settings_content"
15869version = "0.1.0"
15870dependencies = [
15871 "anyhow",
15872 "collections",
15873 "derive_more",
15874 "gpui",
15875 "language_model_core",
15876 "log",
15877 "schemars",
15878 "serde",
15879 "serde_json",
15880 "serde_json_lenient",
15881 "settings_json",
15882 "settings_macros",
15883 "strum 0.27.2",
15884 "util",
15885]
15886
15887[[package]]
15888name = "settings_json"
15889version = "0.1.0"
15890dependencies = [
15891 "anyhow",
15892 "pretty_assertions",
15893 "serde",
15894 "serde_json",
15895 "serde_json_lenient",
15896 "serde_path_to_error",
15897 "tree-sitter",
15898 "tree-sitter-json",
15899 "unindent",
15900 "util",
15901]
15902
15903[[package]]
15904name = "settings_macros"
15905version = "0.1.0"
15906dependencies = [
15907 "quote",
15908 "settings",
15909 "syn 2.0.117",
15910]
15911
15912[[package]]
15913name = "settings_profile_selector"
15914version = "0.1.0"
15915dependencies = [
15916 "editor",
15917 "fuzzy",
15918 "gpui",
15919 "menu",
15920 "picker",
15921 "project",
15922 "serde_json",
15923 "settings",
15924 "theme",
15925 "theme_settings",
15926 "ui",
15927 "workspace",
15928 "zed_actions",
15929]
15930
15931[[package]]
15932name = "settings_ui"
15933version = "0.1.0"
15934dependencies = [
15935 "agent",
15936 "agent_settings",
15937 "anyhow",
15938 "audio",
15939 "codestral",
15940 "component",
15941 "copilot",
15942 "copilot_ui",
15943 "cpal",
15944 "edit_prediction",
15945 "edit_prediction_ui",
15946 "editor",
15947 "feature_flags",
15948 "fs",
15949 "futures 0.3.32",
15950 "fuzzy",
15951 "gpui",
15952 "heck 0.5.0",
15953 "itertools 0.14.0",
15954 "language",
15955 "log",
15956 "menu",
15957 "paths",
15958 "picker",
15959 "platform_title_bar",
15960 "pretty_assertions",
15961 "project",
15962 "regex",
15963 "release_channel",
15964 "rodio",
15965 "schemars",
15966 "search",
15967 "serde",
15968 "serde_json",
15969 "settings",
15970 "shell_command_parser",
15971 "strum 0.27.2",
15972 "telemetry",
15973 "theme",
15974 "theme_settings",
15975 "title_bar",
15976 "ui",
15977 "util",
15978 "workspace",
15979 "zed_actions",
15980 "zed_credentials_provider",
15981]
15982
15983[[package]]
15984name = "sha-1"
15985version = "0.10.1"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15988dependencies = [
15989 "cfg-if",
15990 "cpufeatures",
15991 "digest",
15992]
15993
15994[[package]]
15995name = "sha1"
15996version = "0.10.6"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15999dependencies = [
16000 "cfg-if",
16001 "cpufeatures",
16002 "digest",
16003]
16004
16005[[package]]
16006name = "sha1_smol"
16007version = "1.0.1"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16010
16011[[package]]
16012name = "sha2"
16013version = "0.10.9"
16014source = "registry+https://github.com/rust-lang/crates.io-index"
16015checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16016dependencies = [
16017 "cfg-if",
16018 "cpufeatures",
16019 "digest",
16020]
16021
16022[[package]]
16023name = "sharded-slab"
16024version = "0.1.7"
16025source = "registry+https://github.com/rust-lang/crates.io-index"
16026checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16027dependencies = [
16028 "lazy_static",
16029]
16030
16031[[package]]
16032name = "shared_library"
16033version = "0.1.9"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16036dependencies = [
16037 "lazy_static",
16038 "libc",
16039]
16040
16041[[package]]
16042name = "shell-words"
16043version = "1.1.0"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16046
16047[[package]]
16048name = "shell_command_parser"
16049version = "0.1.0"
16050dependencies = [
16051 "brush-parser",
16052]
16053
16054[[package]]
16055name = "shellexpand"
16056version = "3.1.1"
16057source = "registry+https://github.com/rust-lang/crates.io-index"
16058checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16059dependencies = [
16060 "dirs",
16061]
16062
16063[[package]]
16064name = "shingles"
16065version = "0.1.1"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16068
16069[[package]]
16070name = "shlex"
16071version = "1.3.0"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16074
16075[[package]]
16076name = "sidebar"
16077version = "0.1.0"
16078dependencies = [
16079 "acp_thread",
16080 "action_log",
16081 "agent",
16082 "agent-client-protocol",
16083 "agent_settings",
16084 "agent_ui",
16085 "anyhow",
16086 "chrono",
16087 "client",
16088 "clock",
16089 "db",
16090 "editor",
16091 "extension",
16092 "fs",
16093 "git",
16094 "gpui",
16095 "http_client",
16096 "language",
16097 "language_model",
16098 "log",
16099 "menu",
16100 "node_runtime",
16101 "platform_title_bar",
16102 "pretty_assertions",
16103 "project",
16104 "prompt_store",
16105 "recent_projects",
16106 "release_channel",
16107 "remote",
16108 "remote_connection",
16109 "remote_server",
16110 "semver",
16111 "serde",
16112 "serde_json",
16113 "settings",
16114 "smol",
16115 "telemetry",
16116 "theme",
16117 "theme_settings",
16118 "ui",
16119 "util",
16120 "vim_mode_setting",
16121 "workspace",
16122 "zed_actions",
16123]
16124
16125[[package]]
16126name = "signal-hook"
16127version = "0.3.18"
16128source = "registry+https://github.com/rust-lang/crates.io-index"
16129checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16130dependencies = [
16131 "libc",
16132 "signal-hook-registry",
16133]
16134
16135[[package]]
16136name = "signal-hook-registry"
16137version = "1.4.6"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16140dependencies = [
16141 "libc",
16142]
16143
16144[[package]]
16145name = "signature"
16146version = "1.6.4"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16149dependencies = [
16150 "digest",
16151 "rand_core 0.6.4",
16152]
16153
16154[[package]]
16155name = "signature"
16156version = "2.2.0"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16159dependencies = [
16160 "digest",
16161 "rand_core 0.6.4",
16162]
16163
16164[[package]]
16165name = "simd-adler32"
16166version = "0.3.7"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16169
16170[[package]]
16171name = "simd_helpers"
16172version = "0.1.0"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16175dependencies = [
16176 "quote",
16177]
16178
16179[[package]]
16180name = "simdutf8"
16181version = "0.1.5"
16182source = "registry+https://github.com/rust-lang/crates.io-index"
16183checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16184
16185[[package]]
16186name = "similar"
16187version = "2.7.0"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16190
16191[[package]]
16192name = "simple_asn1"
16193version = "0.6.3"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16196dependencies = [
16197 "num-bigint",
16198 "num-traits",
16199 "thiserror 2.0.17",
16200 "time",
16201]
16202
16203[[package]]
16204name = "simplecss"
16205version = "0.2.2"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16208dependencies = [
16209 "log",
16210]
16211
16212[[package]]
16213name = "simplelog"
16214version = "0.12.2"
16215source = "registry+https://github.com/rust-lang/crates.io-index"
16216checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16217dependencies = [
16218 "log",
16219 "termcolor",
16220 "time",
16221]
16222
16223[[package]]
16224name = "siphasher"
16225version = "0.3.11"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16228
16229[[package]]
16230name = "siphasher"
16231version = "1.0.1"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16234
16235[[package]]
16236name = "skrifa"
16237version = "0.37.0"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16240dependencies = [
16241 "bytemuck",
16242 "read-fonts 0.35.0",
16243]
16244
16245[[package]]
16246name = "skrifa"
16247version = "0.40.0"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16250dependencies = [
16251 "bytemuck",
16252 "read-fonts 0.37.0",
16253]
16254
16255[[package]]
16256name = "slab"
16257version = "0.4.11"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16260
16261[[package]]
16262name = "slotmap"
16263version = "1.0.7"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16266dependencies = [
16267 "version_check",
16268]
16269
16270[[package]]
16271name = "smallvec"
16272version = "1.15.1"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16275dependencies = [
16276 "serde",
16277]
16278
16279[[package]]
16280name = "smart-default"
16281version = "0.7.1"
16282source = "registry+https://github.com/rust-lang/crates.io-index"
16283checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16284dependencies = [
16285 "proc-macro2",
16286 "quote",
16287 "syn 2.0.117",
16288]
16289
16290[[package]]
16291name = "smol"
16292version = "2.0.2"
16293source = "registry+https://github.com/rust-lang/crates.io-index"
16294checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16295dependencies = [
16296 "async-channel 2.5.0",
16297 "async-executor",
16298 "async-fs",
16299 "async-io",
16300 "async-lock 3.4.2",
16301 "async-net",
16302 "async-process",
16303 "blocking",
16304 "futures-lite 2.6.1",
16305]
16306
16307[[package]]
16308name = "smol_str"
16309version = "0.3.5"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16312
16313[[package]]
16314name = "snafu"
16315version = "0.8.9"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16318dependencies = [
16319 "snafu-derive",
16320]
16321
16322[[package]]
16323name = "snafu-derive"
16324version = "0.8.9"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16327dependencies = [
16328 "heck 0.4.1",
16329 "proc-macro2",
16330 "quote",
16331 "syn 2.0.117",
16332]
16333
16334[[package]]
16335name = "snippet"
16336version = "0.1.0"
16337dependencies = [
16338 "anyhow",
16339 "smallvec",
16340]
16341
16342[[package]]
16343name = "snippet_provider"
16344version = "0.1.0"
16345dependencies = [
16346 "anyhow",
16347 "collections",
16348 "extension",
16349 "fs",
16350 "futures 0.3.32",
16351 "gpui",
16352 "indoc",
16353 "parking_lot",
16354 "paths",
16355 "schemars",
16356 "serde",
16357 "serde_json",
16358 "serde_json_lenient",
16359 "snippet",
16360 "util",
16361]
16362
16363[[package]]
16364name = "snippets_ui"
16365version = "0.1.0"
16366dependencies = [
16367 "file_icons",
16368 "fuzzy",
16369 "gpui",
16370 "language",
16371 "open_path_prompt",
16372 "paths",
16373 "picker",
16374 "settings",
16375 "ui",
16376 "util",
16377 "workspace",
16378]
16379
16380[[package]]
16381name = "socket2"
16382version = "0.5.10"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16385dependencies = [
16386 "libc",
16387 "windows-sys 0.52.0",
16388]
16389
16390[[package]]
16391name = "socket2"
16392version = "0.6.1"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16395dependencies = [
16396 "libc",
16397 "windows-sys 0.60.2",
16398]
16399
16400[[package]]
16401name = "spdx"
16402version = "0.10.9"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16405dependencies = [
16406 "smallvec",
16407]
16408
16409[[package]]
16410name = "spin"
16411version = "0.9.8"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16414dependencies = [
16415 "lock_api",
16416]
16417
16418[[package]]
16419name = "spin"
16420version = "0.10.0"
16421source = "registry+https://github.com/rust-lang/crates.io-index"
16422checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16423dependencies = [
16424 "lock_api",
16425]
16426
16427[[package]]
16428name = "spirv"
16429version = "0.4.0+sdk-1.4.341.0"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16432dependencies = [
16433 "bitflags 2.10.0",
16434]
16435
16436[[package]]
16437name = "spki"
16438version = "0.6.0"
16439source = "registry+https://github.com/rust-lang/crates.io-index"
16440checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16441dependencies = [
16442 "base64ct",
16443 "der 0.6.1",
16444]
16445
16446[[package]]
16447name = "spki"
16448version = "0.7.3"
16449source = "registry+https://github.com/rust-lang/crates.io-index"
16450checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16451dependencies = [
16452 "base64ct",
16453 "der 0.7.10",
16454]
16455
16456[[package]]
16457name = "sqlez"
16458version = "0.1.0"
16459dependencies = [
16460 "anyhow",
16461 "collections",
16462 "futures 0.3.32",
16463 "indoc",
16464 "libsqlite3-sys",
16465 "log",
16466 "parking_lot",
16467 "smol",
16468 "sqlformat",
16469 "thread_local",
16470 "util",
16471 "uuid",
16472]
16473
16474[[package]]
16475name = "sqlez_macros"
16476version = "0.1.0"
16477dependencies = [
16478 "sqlez",
16479 "sqlformat",
16480 "syn 2.0.117",
16481]
16482
16483[[package]]
16484name = "sqlformat"
16485version = "0.2.6"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16488dependencies = [
16489 "nom 7.1.3",
16490 "unicode_categories",
16491]
16492
16493[[package]]
16494name = "sqlx"
16495version = "0.8.6"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16498dependencies = [
16499 "sqlx-core",
16500 "sqlx-macros",
16501 "sqlx-mysql",
16502 "sqlx-postgres",
16503 "sqlx-sqlite",
16504]
16505
16506[[package]]
16507name = "sqlx-core"
16508version = "0.8.6"
16509source = "registry+https://github.com/rust-lang/crates.io-index"
16510checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16511dependencies = [
16512 "base64 0.22.1",
16513 "bigdecimal",
16514 "bytes 1.11.1",
16515 "chrono",
16516 "crc",
16517 "crossbeam-queue",
16518 "either",
16519 "event-listener 5.4.1",
16520 "futures-core",
16521 "futures-intrusive",
16522 "futures-io",
16523 "futures-util",
16524 "hashbrown 0.15.5",
16525 "hashlink 0.10.0",
16526 "indexmap",
16527 "log",
16528 "memchr",
16529 "once_cell",
16530 "percent-encoding",
16531 "rust_decimal",
16532 "rustls 0.23.33",
16533 "serde",
16534 "serde_json",
16535 "sha2",
16536 "smallvec",
16537 "thiserror 2.0.17",
16538 "time",
16539 "tokio",
16540 "tokio-stream",
16541 "tracing",
16542 "url",
16543 "uuid",
16544 "webpki-roots",
16545]
16546
16547[[package]]
16548name = "sqlx-macros"
16549version = "0.8.6"
16550source = "registry+https://github.com/rust-lang/crates.io-index"
16551checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16552dependencies = [
16553 "proc-macro2",
16554 "quote",
16555 "sqlx-core",
16556 "sqlx-macros-core",
16557 "syn 2.0.117",
16558]
16559
16560[[package]]
16561name = "sqlx-macros-core"
16562version = "0.8.6"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16565dependencies = [
16566 "dotenvy",
16567 "either",
16568 "heck 0.5.0",
16569 "hex",
16570 "once_cell",
16571 "proc-macro2",
16572 "quote",
16573 "serde",
16574 "serde_json",
16575 "sha2",
16576 "sqlx-core",
16577 "sqlx-mysql",
16578 "sqlx-postgres",
16579 "sqlx-sqlite",
16580 "syn 2.0.117",
16581 "tokio",
16582 "url",
16583]
16584
16585[[package]]
16586name = "sqlx-mysql"
16587version = "0.8.6"
16588source = "registry+https://github.com/rust-lang/crates.io-index"
16589checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16590dependencies = [
16591 "atoi",
16592 "base64 0.22.1",
16593 "bigdecimal",
16594 "bitflags 2.10.0",
16595 "byteorder",
16596 "bytes 1.11.1",
16597 "chrono",
16598 "crc",
16599 "digest",
16600 "dotenvy",
16601 "either",
16602 "futures-channel",
16603 "futures-core",
16604 "futures-io",
16605 "futures-util",
16606 "generic-array",
16607 "hex",
16608 "hkdf",
16609 "hmac",
16610 "itoa",
16611 "log",
16612 "md-5",
16613 "memchr",
16614 "once_cell",
16615 "percent-encoding",
16616 "rand 0.8.5",
16617 "rsa",
16618 "rust_decimal",
16619 "serde",
16620 "sha1",
16621 "sha2",
16622 "smallvec",
16623 "sqlx-core",
16624 "stringprep",
16625 "thiserror 2.0.17",
16626 "time",
16627 "tracing",
16628 "uuid",
16629 "whoami",
16630]
16631
16632[[package]]
16633name = "sqlx-postgres"
16634version = "0.8.6"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16637dependencies = [
16638 "atoi",
16639 "base64 0.22.1",
16640 "bigdecimal",
16641 "bitflags 2.10.0",
16642 "byteorder",
16643 "chrono",
16644 "crc",
16645 "dotenvy",
16646 "etcetera",
16647 "futures-channel",
16648 "futures-core",
16649 "futures-util",
16650 "hex",
16651 "hkdf",
16652 "hmac",
16653 "home",
16654 "itoa",
16655 "log",
16656 "md-5",
16657 "memchr",
16658 "num-bigint",
16659 "once_cell",
16660 "rand 0.8.5",
16661 "rust_decimal",
16662 "serde",
16663 "serde_json",
16664 "sha2",
16665 "smallvec",
16666 "sqlx-core",
16667 "stringprep",
16668 "thiserror 2.0.17",
16669 "time",
16670 "tracing",
16671 "uuid",
16672 "whoami",
16673]
16674
16675[[package]]
16676name = "sqlx-sqlite"
16677version = "0.8.6"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16680dependencies = [
16681 "atoi",
16682 "chrono",
16683 "flume",
16684 "futures-channel",
16685 "futures-core",
16686 "futures-executor",
16687 "futures-intrusive",
16688 "futures-util",
16689 "libsqlite3-sys",
16690 "log",
16691 "percent-encoding",
16692 "serde",
16693 "serde_urlencoded",
16694 "sqlx-core",
16695 "thiserror 2.0.17",
16696 "time",
16697 "tracing",
16698 "url",
16699 "uuid",
16700]
16701
16702[[package]]
16703name = "stable_deref_trait"
16704version = "1.2.1"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16707
16708[[package]]
16709name = "stacker"
16710version = "0.1.23"
16711source = "registry+https://github.com/rust-lang/crates.io-index"
16712checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16713dependencies = [
16714 "cc",
16715 "cfg-if",
16716 "libc",
16717 "psm",
16718 "windows-sys 0.59.0",
16719]
16720
16721[[package]]
16722name = "stacksafe"
16723version = "0.1.4"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16726dependencies = [
16727 "stacker",
16728 "stacksafe-macro",
16729]
16730
16731[[package]]
16732name = "stacksafe-macro"
16733version = "0.1.4"
16734source = "registry+https://github.com/rust-lang/crates.io-index"
16735checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16736dependencies = [
16737 "proc-macro-error2",
16738 "quote",
16739 "syn 2.0.117",
16740]
16741
16742[[package]]
16743name = "static_assertions"
16744version = "1.1.0"
16745source = "registry+https://github.com/rust-lang/crates.io-index"
16746checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16747
16748[[package]]
16749name = "streaming-iterator"
16750version = "0.1.9"
16751source = "registry+https://github.com/rust-lang/crates.io-index"
16752checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16753
16754[[package]]
16755name = "streaming_diff"
16756version = "0.1.0"
16757dependencies = [
16758 "ordered-float 2.10.1",
16759 "rand 0.9.3",
16760 "rope",
16761 "util",
16762]
16763
16764[[package]]
16765name = "strength_reduce"
16766version = "0.2.4"
16767source = "registry+https://github.com/rust-lang/crates.io-index"
16768checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16769
16770[[package]]
16771name = "strict-num"
16772version = "0.1.1"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16775dependencies = [
16776 "float-cmp",
16777]
16778
16779[[package]]
16780name = "string_cache"
16781version = "0.8.9"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16784dependencies = [
16785 "new_debug_unreachable",
16786 "parking_lot",
16787 "phf_shared 0.11.3",
16788 "precomputed-hash",
16789 "serde",
16790]
16791
16792[[package]]
16793name = "string_cache_codegen"
16794version = "0.5.4"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16797dependencies = [
16798 "phf_generator 0.11.3",
16799 "phf_shared 0.11.3",
16800 "proc-macro2",
16801 "quote",
16802]
16803
16804[[package]]
16805name = "stringprep"
16806version = "0.1.5"
16807source = "registry+https://github.com/rust-lang/crates.io-index"
16808checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16809dependencies = [
16810 "unicode-bidi",
16811 "unicode-normalization",
16812 "unicode-properties",
16813]
16814
16815[[package]]
16816name = "strsim"
16817version = "0.11.1"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16820
16821[[package]]
16822name = "strum"
16823version = "0.26.3"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16826
16827[[package]]
16828name = "strum"
16829version = "0.27.2"
16830source = "registry+https://github.com/rust-lang/crates.io-index"
16831checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16832dependencies = [
16833 "strum_macros 0.27.2",
16834]
16835
16836[[package]]
16837name = "strum"
16838version = "0.28.0"
16839source = "registry+https://github.com/rust-lang/crates.io-index"
16840checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16841dependencies = [
16842 "strum_macros 0.28.0",
16843]
16844
16845[[package]]
16846name = "strum_macros"
16847version = "0.27.2"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16850dependencies = [
16851 "heck 0.5.0",
16852 "proc-macro2",
16853 "quote",
16854 "syn 2.0.117",
16855]
16856
16857[[package]]
16858name = "strum_macros"
16859version = "0.28.0"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16862dependencies = [
16863 "heck 0.5.0",
16864 "proc-macro2",
16865 "quote",
16866 "syn 2.0.117",
16867]
16868
16869[[package]]
16870name = "subtle"
16871version = "2.6.1"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16874
16875[[package]]
16876name = "sum_tree"
16877version = "0.1.0"
16878dependencies = [
16879 "ctor",
16880 "heapless",
16881 "log",
16882 "proptest",
16883 "rand 0.9.3",
16884 "rayon",
16885 "tracing",
16886 "zlog",
16887 "ztracing",
16888]
16889
16890[[package]]
16891name = "sval"
16892version = "2.15.0"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16895
16896[[package]]
16897name = "sval_buffer"
16898version = "2.15.0"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16901dependencies = [
16902 "sval",
16903 "sval_ref",
16904]
16905
16906[[package]]
16907name = "sval_dynamic"
16908version = "2.15.0"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16911dependencies = [
16912 "sval",
16913]
16914
16915[[package]]
16916name = "sval_fmt"
16917version = "2.15.0"
16918source = "registry+https://github.com/rust-lang/crates.io-index"
16919checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16920dependencies = [
16921 "itoa",
16922 "ryu",
16923 "sval",
16924]
16925
16926[[package]]
16927name = "sval_json"
16928version = "2.15.0"
16929source = "registry+https://github.com/rust-lang/crates.io-index"
16930checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16931dependencies = [
16932 "itoa",
16933 "ryu",
16934 "sval",
16935]
16936
16937[[package]]
16938name = "sval_nested"
16939version = "2.15.0"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16942dependencies = [
16943 "sval",
16944 "sval_buffer",
16945 "sval_ref",
16946]
16947
16948[[package]]
16949name = "sval_ref"
16950version = "2.15.0"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16953dependencies = [
16954 "sval",
16955]
16956
16957[[package]]
16958name = "sval_serde"
16959version = "2.15.0"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16962dependencies = [
16963 "serde_core",
16964 "sval",
16965 "sval_nested",
16966]
16967
16968[[package]]
16969name = "svg_fmt"
16970version = "0.4.5"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16973
16974[[package]]
16975name = "svg_preview"
16976version = "0.1.0"
16977dependencies = [
16978 "file_icons",
16979 "gpui",
16980 "language",
16981 "multi_buffer",
16982 "ui",
16983 "workspace",
16984 "zed_actions",
16985]
16986
16987[[package]]
16988name = "svgtypes"
16989version = "0.15.3"
16990source = "registry+https://github.com/rust-lang/crates.io-index"
16991checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16992dependencies = [
16993 "kurbo",
16994 "siphasher 1.0.1",
16995]
16996
16997[[package]]
16998name = "swash"
16999version = "0.2.6"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17002dependencies = [
17003 "skrifa 0.37.0",
17004 "yazi",
17005 "zeno",
17006]
17007
17008[[package]]
17009name = "symphonia"
17010version = "0.5.5"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17013dependencies = [
17014 "lazy_static",
17015 "symphonia-bundle-flac",
17016 "symphonia-bundle-mp3",
17017 "symphonia-codec-aac",
17018 "symphonia-codec-pcm",
17019 "symphonia-codec-vorbis",
17020 "symphonia-core",
17021 "symphonia-format-isomp4",
17022 "symphonia-format-ogg",
17023 "symphonia-format-riff",
17024 "symphonia-metadata",
17025]
17026
17027[[package]]
17028name = "symphonia-bundle-flac"
17029version = "0.5.5"
17030source = "registry+https://github.com/rust-lang/crates.io-index"
17031checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17032dependencies = [
17033 "log",
17034 "symphonia-core",
17035 "symphonia-metadata",
17036 "symphonia-utils-xiph",
17037]
17038
17039[[package]]
17040name = "symphonia-bundle-mp3"
17041version = "0.5.5"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17044dependencies = [
17045 "lazy_static",
17046 "log",
17047 "symphonia-core",
17048 "symphonia-metadata",
17049]
17050
17051[[package]]
17052name = "symphonia-codec-aac"
17053version = "0.5.5"
17054source = "registry+https://github.com/rust-lang/crates.io-index"
17055checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17056dependencies = [
17057 "lazy_static",
17058 "log",
17059 "symphonia-core",
17060]
17061
17062[[package]]
17063name = "symphonia-codec-pcm"
17064version = "0.5.5"
17065source = "registry+https://github.com/rust-lang/crates.io-index"
17066checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17067dependencies = [
17068 "log",
17069 "symphonia-core",
17070]
17071
17072[[package]]
17073name = "symphonia-codec-vorbis"
17074version = "0.5.5"
17075source = "registry+https://github.com/rust-lang/crates.io-index"
17076checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17077dependencies = [
17078 "log",
17079 "symphonia-core",
17080 "symphonia-utils-xiph",
17081]
17082
17083[[package]]
17084name = "symphonia-core"
17085version = "0.5.5"
17086source = "registry+https://github.com/rust-lang/crates.io-index"
17087checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17088dependencies = [
17089 "arrayvec",
17090 "bitflags 1.3.2",
17091 "bytemuck",
17092 "lazy_static",
17093 "log",
17094]
17095
17096[[package]]
17097name = "symphonia-format-isomp4"
17098version = "0.5.5"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17101dependencies = [
17102 "encoding_rs",
17103 "log",
17104 "symphonia-core",
17105 "symphonia-metadata",
17106 "symphonia-utils-xiph",
17107]
17108
17109[[package]]
17110name = "symphonia-format-ogg"
17111version = "0.5.5"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17114dependencies = [
17115 "log",
17116 "symphonia-core",
17117 "symphonia-metadata",
17118 "symphonia-utils-xiph",
17119]
17120
17121[[package]]
17122name = "symphonia-format-riff"
17123version = "0.5.5"
17124source = "registry+https://github.com/rust-lang/crates.io-index"
17125checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17126dependencies = [
17127 "extended",
17128 "log",
17129 "symphonia-core",
17130 "symphonia-metadata",
17131]
17132
17133[[package]]
17134name = "symphonia-metadata"
17135version = "0.5.5"
17136source = "registry+https://github.com/rust-lang/crates.io-index"
17137checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17138dependencies = [
17139 "encoding_rs",
17140 "lazy_static",
17141 "log",
17142 "symphonia-core",
17143]
17144
17145[[package]]
17146name = "symphonia-utils-xiph"
17147version = "0.5.5"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17150dependencies = [
17151 "symphonia-core",
17152 "symphonia-metadata",
17153]
17154
17155[[package]]
17156name = "syn"
17157version = "1.0.109"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17160dependencies = [
17161 "proc-macro2",
17162 "quote",
17163 "unicode-ident",
17164]
17165
17166[[package]]
17167name = "syn"
17168version = "2.0.117"
17169source = "registry+https://github.com/rust-lang/crates.io-index"
17170checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17171dependencies = [
17172 "proc-macro2",
17173 "quote",
17174 "unicode-ident",
17175]
17176
17177[[package]]
17178name = "sync_wrapper"
17179version = "0.1.2"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17182
17183[[package]]
17184name = "sync_wrapper"
17185version = "1.0.2"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17188dependencies = [
17189 "futures-core",
17190]
17191
17192[[package]]
17193name = "synchronoise"
17194version = "1.0.1"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17197dependencies = [
17198 "crossbeam-queue",
17199]
17200
17201[[package]]
17202name = "synstructure"
17203version = "0.13.2"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17206dependencies = [
17207 "proc-macro2",
17208 "quote",
17209 "syn 2.0.117",
17210]
17211
17212[[package]]
17213name = "syntax_theme"
17214version = "0.1.0"
17215dependencies = [
17216 "gpui",
17217 "serde",
17218 "serde_json",
17219]
17220
17221[[package]]
17222name = "sys-locale"
17223version = "0.3.2"
17224source = "registry+https://github.com/rust-lang/crates.io-index"
17225checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17226dependencies = [
17227 "libc",
17228]
17229
17230[[package]]
17231name = "sysctl"
17232version = "0.5.5"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17235dependencies = [
17236 "bitflags 2.10.0",
17237 "byteorder",
17238 "enum-as-inner",
17239 "libc",
17240 "thiserror 1.0.69",
17241 "walkdir",
17242]
17243
17244[[package]]
17245name = "sysctl"
17246version = "0.6.0"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17249dependencies = [
17250 "bitflags 2.10.0",
17251 "byteorder",
17252 "enum-as-inner",
17253 "libc",
17254 "thiserror 1.0.69",
17255 "walkdir",
17256]
17257
17258[[package]]
17259name = "sysinfo"
17260version = "0.31.4"
17261source = "registry+https://github.com/rust-lang/crates.io-index"
17262checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17263dependencies = [
17264 "core-foundation-sys",
17265 "libc",
17266 "memchr",
17267 "ntapi",
17268 "rayon",
17269 "windows 0.57.0",
17270]
17271
17272[[package]]
17273name = "sysinfo"
17274version = "0.37.2"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17277dependencies = [
17278 "libc",
17279 "memchr",
17280 "ntapi",
17281 "objc2-core-foundation",
17282 "objc2-io-kit",
17283 "windows 0.61.3",
17284]
17285
17286[[package]]
17287name = "system-configuration"
17288version = "0.5.1"
17289source = "registry+https://github.com/rust-lang/crates.io-index"
17290checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17291dependencies = [
17292 "bitflags 1.3.2",
17293 "core-foundation 0.9.4",
17294 "system-configuration-sys 0.5.0",
17295]
17296
17297[[package]]
17298name = "system-configuration"
17299version = "0.6.1"
17300source = "registry+https://github.com/rust-lang/crates.io-index"
17301checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17302dependencies = [
17303 "bitflags 2.10.0",
17304 "core-foundation 0.9.4",
17305 "system-configuration-sys 0.6.0",
17306]
17307
17308[[package]]
17309name = "system-configuration-sys"
17310version = "0.5.0"
17311source = "registry+https://github.com/rust-lang/crates.io-index"
17312checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17313dependencies = [
17314 "core-foundation-sys",
17315 "libc",
17316]
17317
17318[[package]]
17319name = "system-configuration-sys"
17320version = "0.6.0"
17321source = "registry+https://github.com/rust-lang/crates.io-index"
17322checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17323dependencies = [
17324 "core-foundation-sys",
17325 "libc",
17326]
17327
17328[[package]]
17329name = "system-deps"
17330version = "7.0.7"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17333dependencies = [
17334 "cfg-expr",
17335 "heck 0.5.0",
17336 "pkg-config",
17337 "toml 0.9.8",
17338 "version-compare",
17339]
17340
17341[[package]]
17342name = "system-interface"
17343version = "0.27.3"
17344source = "registry+https://github.com/rust-lang/crates.io-index"
17345checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17346dependencies = [
17347 "bitflags 2.10.0",
17348 "cap-fs-ext",
17349 "cap-std",
17350 "fd-lock",
17351 "io-lifetimes",
17352 "rustix 0.38.44",
17353 "windows-sys 0.59.0",
17354 "winx",
17355]
17356
17357[[package]]
17358name = "system_specs"
17359version = "0.1.0"
17360dependencies = [
17361 "anyhow",
17362 "client",
17363 "gpui",
17364 "human_bytes",
17365 "pciid-parser",
17366 "release_channel",
17367 "semver",
17368 "serde",
17369 "sysinfo 0.37.2",
17370]
17371
17372[[package]]
17373name = "tab_switcher"
17374version = "0.1.0"
17375dependencies = [
17376 "collections",
17377 "ctor",
17378 "editor",
17379 "fuzzy",
17380 "gpui",
17381 "menu",
17382 "picker",
17383 "project",
17384 "schemars",
17385 "serde",
17386 "serde_json",
17387 "settings",
17388 "smol",
17389 "theme",
17390 "theme_settings",
17391 "ui",
17392 "util",
17393 "workspace",
17394 "zlog",
17395]
17396
17397[[package]]
17398name = "taffy"
17399version = "0.9.0"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17402dependencies = [
17403 "arrayvec",
17404 "grid",
17405 "serde",
17406 "slotmap",
17407]
17408
17409[[package]]
17410name = "tagptr"
17411version = "0.2.0"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17414
17415[[package]]
17416name = "take-until"
17417version = "0.2.0"
17418source = "registry+https://github.com/rust-lang/crates.io-index"
17419checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17420
17421[[package]]
17422name = "tao-core-video-sys"
17423version = "0.2.0"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17426dependencies = [
17427 "cfg-if",
17428 "core-foundation-sys",
17429 "libc",
17430 "objc",
17431]
17432
17433[[package]]
17434name = "tap"
17435version = "1.0.1"
17436source = "registry+https://github.com/rust-lang/crates.io-index"
17437checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17438
17439[[package]]
17440name = "target-lexicon"
17441version = "0.13.3"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17444
17445[[package]]
17446name = "task"
17447version = "0.1.0"
17448dependencies = [
17449 "anyhow",
17450 "collections",
17451 "futures 0.3.32",
17452 "gpui",
17453 "hex",
17454 "log",
17455 "parking_lot",
17456 "pretty_assertions",
17457 "proto",
17458 "schemars",
17459 "serde",
17460 "serde_json",
17461 "serde_json_lenient",
17462 "sha2",
17463 "shellexpand",
17464 "util",
17465 "zed_actions",
17466]
17467
17468[[package]]
17469name = "tasks_ui"
17470version = "0.1.0"
17471dependencies = [
17472 "anyhow",
17473 "collections",
17474 "editor",
17475 "file_icons",
17476 "fuzzy",
17477 "gpui",
17478 "itertools 0.14.0",
17479 "language",
17480 "menu",
17481 "picker",
17482 "project",
17483 "serde",
17484 "serde_json",
17485 "task",
17486 "tree-sitter-rust",
17487 "tree-sitter-typescript",
17488 "ui",
17489 "util",
17490 "workspace",
17491 "zed_actions",
17492]
17493
17494[[package]]
17495name = "telemetry"
17496version = "0.1.0"
17497dependencies = [
17498 "futures 0.3.32",
17499 "serde",
17500 "serde_json",
17501 "telemetry_events",
17502]
17503
17504[[package]]
17505name = "telemetry_events"
17506version = "0.1.0"
17507dependencies = [
17508 "semver",
17509 "serde",
17510 "serde_json",
17511]
17512
17513[[package]]
17514name = "tempfile"
17515version = "3.23.0"
17516source = "registry+https://github.com/rust-lang/crates.io-index"
17517checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17518dependencies = [
17519 "fastrand 2.3.0",
17520 "getrandom 0.3.4",
17521 "once_cell",
17522 "rustix 1.1.2",
17523 "windows-sys 0.61.2",
17524]
17525
17526[[package]]
17527name = "tendril"
17528version = "0.4.3"
17529source = "registry+https://github.com/rust-lang/crates.io-index"
17530checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17531dependencies = [
17532 "futf",
17533 "mac",
17534 "utf-8",
17535]
17536
17537[[package]]
17538name = "termcolor"
17539version = "1.4.1"
17540source = "registry+https://github.com/rust-lang/crates.io-index"
17541checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17542dependencies = [
17543 "winapi-util",
17544]
17545
17546[[package]]
17547name = "terminal"
17548version = "0.1.0"
17549dependencies = [
17550 "alacritty_terminal",
17551 "anyhow",
17552 "collections",
17553 "futures 0.3.32",
17554 "gpui",
17555 "itertools 0.14.0",
17556 "libc",
17557 "log",
17558 "parking_lot",
17559 "rand 0.9.3",
17560 "regex",
17561 "release_channel",
17562 "schemars",
17563 "serde",
17564 "settings",
17565 "smol",
17566 "sysinfo 0.37.2",
17567 "task",
17568 "theme",
17569 "theme_settings",
17570 "thiserror 2.0.17",
17571 "url",
17572 "urlencoding",
17573 "util",
17574 "util_macros",
17575 "windows 0.61.3",
17576]
17577
17578[[package]]
17579name = "terminal_size"
17580version = "0.4.3"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17583dependencies = [
17584 "rustix 1.1.2",
17585 "windows-sys 0.60.2",
17586]
17587
17588[[package]]
17589name = "terminal_view"
17590version = "0.1.0"
17591dependencies = [
17592 "anyhow",
17593 "async-recursion",
17594 "breadcrumbs",
17595 "collections",
17596 "db",
17597 "dirs",
17598 "editor",
17599 "futures 0.3.32",
17600 "gpui",
17601 "itertools 0.14.0",
17602 "language",
17603 "log",
17604 "menu",
17605 "pretty_assertions",
17606 "project",
17607 "regex",
17608 "schemars",
17609 "serde",
17610 "serde_json",
17611 "settings",
17612 "shellexpand",
17613 "task",
17614 "terminal",
17615 "theme",
17616 "theme_settings",
17617 "ui",
17618 "util",
17619 "workspace",
17620 "zed_actions",
17621]
17622
17623[[package]]
17624name = "text"
17625version = "0.1.0"
17626dependencies = [
17627 "anyhow",
17628 "clock",
17629 "collections",
17630 "ctor",
17631 "gpui",
17632 "log",
17633 "parking_lot",
17634 "postage",
17635 "rand 0.9.3",
17636 "regex",
17637 "rope",
17638 "smallvec",
17639 "sum_tree",
17640 "util",
17641 "zlog",
17642]
17643
17644[[package]]
17645name = "theme"
17646version = "0.1.0"
17647dependencies = [
17648 "anyhow",
17649 "collections",
17650 "gpui",
17651 "palette",
17652 "parking_lot",
17653 "refineable",
17654 "schemars",
17655 "serde",
17656 "serde_json",
17657 "serde_json_lenient",
17658 "strum 0.27.2",
17659 "syntax_theme",
17660 "thiserror 2.0.17",
17661 "uuid",
17662]
17663
17664[[package]]
17665name = "theme_extension"
17666version = "0.1.0"
17667dependencies = [
17668 "anyhow",
17669 "extension",
17670 "fs",
17671 "gpui",
17672 "theme",
17673 "theme_settings",
17674]
17675
17676[[package]]
17677name = "theme_importer"
17678version = "0.1.0"
17679dependencies = [
17680 "anyhow",
17681 "clap",
17682 "collections",
17683 "gpui",
17684 "indexmap",
17685 "log",
17686 "palette",
17687 "serde",
17688 "serde_json",
17689 "serde_json_lenient",
17690 "simplelog",
17691 "strum 0.27.2",
17692 "theme",
17693 "theme_settings",
17694 "vscode_theme",
17695]
17696
17697[[package]]
17698name = "theme_selector"
17699version = "0.1.0"
17700dependencies = [
17701 "editor",
17702 "fs",
17703 "fuzzy",
17704 "gpui",
17705 "log",
17706 "picker",
17707 "project",
17708 "serde",
17709 "serde_json",
17710 "settings",
17711 "telemetry",
17712 "theme",
17713 "theme_settings",
17714 "ui",
17715 "util",
17716 "workspace",
17717 "zed_actions",
17718]
17719
17720[[package]]
17721name = "theme_settings"
17722version = "0.1.0"
17723dependencies = [
17724 "anyhow",
17725 "collections",
17726 "gpui",
17727 "gpui_util",
17728 "log",
17729 "palette",
17730 "refineable",
17731 "schemars",
17732 "serde",
17733 "serde_json",
17734 "serde_json_lenient",
17735 "settings",
17736 "theme",
17737 "uuid",
17738]
17739
17740[[package]]
17741name = "thiserror"
17742version = "1.0.69"
17743source = "registry+https://github.com/rust-lang/crates.io-index"
17744checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17745dependencies = [
17746 "thiserror-impl 1.0.69",
17747]
17748
17749[[package]]
17750name = "thiserror"
17751version = "2.0.17"
17752source = "registry+https://github.com/rust-lang/crates.io-index"
17753checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17754dependencies = [
17755 "thiserror-impl 2.0.17",
17756]
17757
17758[[package]]
17759name = "thiserror-impl"
17760version = "1.0.69"
17761source = "registry+https://github.com/rust-lang/crates.io-index"
17762checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17763dependencies = [
17764 "proc-macro2",
17765 "quote",
17766 "syn 2.0.117",
17767]
17768
17769[[package]]
17770name = "thiserror-impl"
17771version = "2.0.17"
17772source = "registry+https://github.com/rust-lang/crates.io-index"
17773checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17774dependencies = [
17775 "proc-macro2",
17776 "quote",
17777 "syn 2.0.117",
17778]
17779
17780[[package]]
17781name = "thread_local"
17782version = "1.1.9"
17783source = "registry+https://github.com/rust-lang/crates.io-index"
17784checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17785dependencies = [
17786 "cfg-if",
17787]
17788
17789[[package]]
17790name = "tiff"
17791version = "0.11.3"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17794dependencies = [
17795 "fax",
17796 "flate2",
17797 "half",
17798 "quick-error 2.0.1",
17799 "weezl",
17800 "zune-jpeg 0.5.15",
17801]
17802
17803[[package]]
17804name = "tiktoken-rs"
17805version = "0.9.1"
17806source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17807dependencies = [
17808 "anyhow",
17809 "base64 0.22.1",
17810 "bstr",
17811 "fancy-regex 0.16.2",
17812 "lazy_static",
17813 "regex",
17814 "rustc-hash 1.1.0",
17815]
17816
17817[[package]]
17818name = "time"
17819version = "0.3.47"
17820source = "registry+https://github.com/rust-lang/crates.io-index"
17821checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17822dependencies = [
17823 "deranged",
17824 "itoa",
17825 "libc",
17826 "num-conv",
17827 "num_threads",
17828 "powerfmt",
17829 "serde_core",
17830 "time-core",
17831 "time-macros",
17832]
17833
17834[[package]]
17835name = "time-core"
17836version = "0.1.8"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17839
17840[[package]]
17841name = "time-macros"
17842version = "0.2.27"
17843source = "registry+https://github.com/rust-lang/crates.io-index"
17844checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17845dependencies = [
17846 "num-conv",
17847 "time-core",
17848]
17849
17850[[package]]
17851name = "time_format"
17852version = "0.1.0"
17853dependencies = [
17854 "core-foundation 0.10.0",
17855 "core-foundation-sys",
17856 "sys-locale",
17857 "time",
17858 "windows 0.61.3",
17859]
17860
17861[[package]]
17862name = "tiny-keccak"
17863version = "2.0.2"
17864source = "registry+https://github.com/rust-lang/crates.io-index"
17865checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17866dependencies = [
17867 "crunchy",
17868]
17869
17870[[package]]
17871name = "tiny-skia"
17872version = "0.11.4"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17875dependencies = [
17876 "arrayref",
17877 "arrayvec",
17878 "bytemuck",
17879 "cfg-if",
17880 "log",
17881 "png 0.17.16",
17882 "tiny-skia-path",
17883]
17884
17885[[package]]
17886name = "tiny-skia-path"
17887version = "0.11.4"
17888source = "registry+https://github.com/rust-lang/crates.io-index"
17889checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17890dependencies = [
17891 "arrayref",
17892 "bytemuck",
17893 "strict-num",
17894]
17895
17896[[package]]
17897name = "tiny_http"
17898version = "0.12.0"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17901dependencies = [
17902 "ascii",
17903 "chunked_transfer",
17904 "httpdate",
17905 "log",
17906]
17907
17908[[package]]
17909name = "tinystr"
17910version = "0.8.1"
17911source = "registry+https://github.com/rust-lang/crates.io-index"
17912checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17913dependencies = [
17914 "displaydoc",
17915 "zerovec",
17916]
17917
17918[[package]]
17919name = "tinytemplate"
17920version = "1.2.1"
17921source = "registry+https://github.com/rust-lang/crates.io-index"
17922checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17923dependencies = [
17924 "serde",
17925 "serde_json",
17926]
17927
17928[[package]]
17929name = "tinyvec"
17930version = "1.10.0"
17931source = "registry+https://github.com/rust-lang/crates.io-index"
17932checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17933dependencies = [
17934 "tinyvec_macros",
17935]
17936
17937[[package]]
17938name = "tinyvec_macros"
17939version = "0.1.1"
17940source = "registry+https://github.com/rust-lang/crates.io-index"
17941checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17942
17943[[package]]
17944name = "title_bar"
17945version = "0.1.0"
17946dependencies = [
17947 "anyhow",
17948 "auto_update",
17949 "call",
17950 "channel",
17951 "chrono",
17952 "client",
17953 "cloud_api_types",
17954 "db",
17955 "git_ui",
17956 "gpui",
17957 "icons",
17958 "livekit_client",
17959 "notifications",
17960 "platform_title_bar",
17961 "project",
17962 "recent_projects",
17963 "release_channel",
17964 "remote",
17965 "remote_connection",
17966 "rpc",
17967 "schemars",
17968 "semver",
17969 "serde",
17970 "settings",
17971 "smallvec",
17972 "telemetry",
17973 "theme",
17974 "ui",
17975 "util",
17976 "windows 0.61.3",
17977 "workspace",
17978 "zed_actions",
17979]
17980
17981[[package]]
17982name = "tokio"
17983version = "1.48.0"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17986dependencies = [
17987 "bytes 1.11.1",
17988 "libc",
17989 "mio 1.1.0",
17990 "parking_lot",
17991 "pin-project-lite",
17992 "signal-hook-registry",
17993 "socket2 0.6.1",
17994 "tokio-macros",
17995 "windows-sys 0.61.2",
17996]
17997
17998[[package]]
17999name = "tokio-io"
18000version = "0.1.13"
18001source = "registry+https://github.com/rust-lang/crates.io-index"
18002checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18003dependencies = [
18004 "bytes 0.4.12",
18005 "futures 0.1.31",
18006 "log",
18007]
18008
18009[[package]]
18010name = "tokio-macros"
18011version = "2.6.0"
18012source = "registry+https://github.com/rust-lang/crates.io-index"
18013checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18014dependencies = [
18015 "proc-macro2",
18016 "quote",
18017 "syn 2.0.117",
18018]
18019
18020[[package]]
18021name = "tokio-native-tls"
18022version = "0.3.1"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18025dependencies = [
18026 "native-tls",
18027 "tokio",
18028]
18029
18030[[package]]
18031name = "tokio-rustls"
18032version = "0.24.1"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18035dependencies = [
18036 "rustls 0.21.12",
18037 "tokio",
18038]
18039
18040[[package]]
18041name = "tokio-rustls"
18042version = "0.26.2"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18045dependencies = [
18046 "rustls 0.23.33",
18047 "tokio",
18048]
18049
18050[[package]]
18051name = "tokio-socks"
18052version = "0.5.2"
18053source = "registry+https://github.com/rust-lang/crates.io-index"
18054checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18055dependencies = [
18056 "either",
18057 "futures-io",
18058 "futures-util",
18059 "thiserror 1.0.69",
18060 "tokio",
18061]
18062
18063[[package]]
18064name = "tokio-stream"
18065version = "0.1.17"
18066source = "registry+https://github.com/rust-lang/crates.io-index"
18067checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18068dependencies = [
18069 "futures-core",
18070 "pin-project-lite",
18071 "tokio",
18072]
18073
18074[[package]]
18075name = "tokio-tungstenite"
18076version = "0.20.1"
18077source = "registry+https://github.com/rust-lang/crates.io-index"
18078checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18079dependencies = [
18080 "futures-util",
18081 "log",
18082 "tokio",
18083 "tungstenite 0.20.1",
18084]
18085
18086[[package]]
18087name = "tokio-tungstenite"
18088version = "0.21.0"
18089source = "registry+https://github.com/rust-lang/crates.io-index"
18090checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18091dependencies = [
18092 "futures-util",
18093 "log",
18094 "tokio",
18095 "tungstenite 0.21.0",
18096]
18097
18098[[package]]
18099name = "tokio-tungstenite"
18100version = "0.28.0"
18101source = "registry+https://github.com/rust-lang/crates.io-index"
18102checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18103dependencies = [
18104 "futures-util",
18105 "log",
18106 "rustls 0.23.33",
18107 "rustls-native-certs 0.8.2",
18108 "rustls-pki-types",
18109 "tokio",
18110 "tokio-rustls 0.26.2",
18111 "tungstenite 0.28.0",
18112]
18113
18114[[package]]
18115name = "tokio-util"
18116version = "0.7.16"
18117source = "registry+https://github.com/rust-lang/crates.io-index"
18118checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18119dependencies = [
18120 "bytes 1.11.1",
18121 "futures-core",
18122 "futures-io",
18123 "futures-sink",
18124 "pin-project-lite",
18125 "tokio",
18126]
18127
18128[[package]]
18129name = "toml"
18130version = "0.5.11"
18131source = "registry+https://github.com/rust-lang/crates.io-index"
18132checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18133dependencies = [
18134 "serde",
18135]
18136
18137[[package]]
18138name = "toml"
18139version = "0.8.23"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18142dependencies = [
18143 "serde",
18144 "serde_spanned 0.6.9",
18145 "toml_datetime 0.6.11",
18146 "toml_edit 0.22.27",
18147]
18148
18149[[package]]
18150name = "toml"
18151version = "0.9.8"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18154dependencies = [
18155 "indexmap",
18156 "serde_core",
18157 "serde_spanned 1.0.3",
18158 "toml_datetime 0.7.3",
18159 "toml_parser",
18160 "toml_writer",
18161 "winnow",
18162]
18163
18164[[package]]
18165name = "toml_datetime"
18166version = "0.6.11"
18167source = "registry+https://github.com/rust-lang/crates.io-index"
18168checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18169dependencies = [
18170 "serde",
18171]
18172
18173[[package]]
18174name = "toml_datetime"
18175version = "0.7.3"
18176source = "registry+https://github.com/rust-lang/crates.io-index"
18177checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18178dependencies = [
18179 "serde_core",
18180]
18181
18182[[package]]
18183name = "toml_edit"
18184version = "0.22.27"
18185source = "registry+https://github.com/rust-lang/crates.io-index"
18186checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18187dependencies = [
18188 "indexmap",
18189 "serde",
18190 "serde_spanned 0.6.9",
18191 "toml_datetime 0.6.11",
18192 "toml_write",
18193 "winnow",
18194]
18195
18196[[package]]
18197name = "toml_edit"
18198version = "0.23.7"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18201dependencies = [
18202 "indexmap",
18203 "toml_datetime 0.7.3",
18204 "toml_parser",
18205 "winnow",
18206]
18207
18208[[package]]
18209name = "toml_parser"
18210version = "1.0.4"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18213dependencies = [
18214 "winnow",
18215]
18216
18217[[package]]
18218name = "toml_write"
18219version = "0.1.2"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18222
18223[[package]]
18224name = "toml_writer"
18225version = "1.0.4"
18226source = "registry+https://github.com/rust-lang/crates.io-index"
18227checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18228
18229[[package]]
18230name = "toolchain_selector"
18231version = "0.1.0"
18232dependencies = [
18233 "anyhow",
18234 "convert_case 0.8.0",
18235 "editor",
18236 "futures 0.3.32",
18237 "fuzzy",
18238 "gpui",
18239 "language",
18240 "menu",
18241 "open_path_prompt",
18242 "picker",
18243 "project",
18244 "ui",
18245 "util",
18246 "workspace",
18247]
18248
18249[[package]]
18250name = "topological-sort"
18251version = "0.2.2"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18254
18255[[package]]
18256name = "tower"
18257version = "0.4.13"
18258source = "registry+https://github.com/rust-lang/crates.io-index"
18259checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18260dependencies = [
18261 "futures-core",
18262 "futures-util",
18263 "pin-project",
18264 "pin-project-lite",
18265 "tokio",
18266 "tower-layer",
18267 "tower-service",
18268 "tracing",
18269]
18270
18271[[package]]
18272name = "tower"
18273version = "0.5.2"
18274source = "registry+https://github.com/rust-lang/crates.io-index"
18275checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18276dependencies = [
18277 "futures-core",
18278 "futures-util",
18279 "pin-project-lite",
18280 "sync_wrapper 1.0.2",
18281 "tokio",
18282 "tokio-util",
18283 "tower-layer",
18284 "tower-service",
18285 "tracing",
18286]
18287
18288[[package]]
18289name = "tower-http"
18290version = "0.4.4"
18291source = "registry+https://github.com/rust-lang/crates.io-index"
18292checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18293dependencies = [
18294 "bitflags 2.10.0",
18295 "bytes 1.11.1",
18296 "futures-core",
18297 "futures-util",
18298 "http 0.2.12",
18299 "http-body 0.4.6",
18300 "http-range-header",
18301 "pin-project-lite",
18302 "tower-layer",
18303 "tower-service",
18304 "tracing",
18305]
18306
18307[[package]]
18308name = "tower-http"
18309version = "0.6.6"
18310source = "registry+https://github.com/rust-lang/crates.io-index"
18311checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18312dependencies = [
18313 "bitflags 2.10.0",
18314 "bytes 1.11.1",
18315 "futures-util",
18316 "http 1.3.1",
18317 "http-body 1.0.1",
18318 "iri-string",
18319 "pin-project-lite",
18320 "tower 0.5.2",
18321 "tower-layer",
18322 "tower-service",
18323 "tracing",
18324]
18325
18326[[package]]
18327name = "tower-layer"
18328version = "0.3.3"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18331
18332[[package]]
18333name = "tower-service"
18334version = "0.3.3"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18337
18338[[package]]
18339name = "tracing"
18340version = "0.1.43"
18341source = "registry+https://github.com/rust-lang/crates.io-index"
18342checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18343dependencies = [
18344 "log",
18345 "pin-project-lite",
18346 "tracing-attributes",
18347 "tracing-core",
18348]
18349
18350[[package]]
18351name = "tracing-attributes"
18352version = "0.1.31"
18353source = "registry+https://github.com/rust-lang/crates.io-index"
18354checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18355dependencies = [
18356 "proc-macro2",
18357 "quote",
18358 "syn 2.0.117",
18359]
18360
18361[[package]]
18362name = "tracing-core"
18363version = "0.1.35"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18366dependencies = [
18367 "once_cell",
18368 "valuable",
18369]
18370
18371[[package]]
18372name = "tracing-log"
18373version = "0.2.0"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18376dependencies = [
18377 "log",
18378 "once_cell",
18379 "tracing-core",
18380]
18381
18382[[package]]
18383name = "tracing-serde"
18384version = "0.2.0"
18385source = "registry+https://github.com/rust-lang/crates.io-index"
18386checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18387dependencies = [
18388 "serde",
18389 "tracing-core",
18390]
18391
18392[[package]]
18393name = "tracing-subscriber"
18394version = "0.3.22"
18395source = "registry+https://github.com/rust-lang/crates.io-index"
18396checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18397dependencies = [
18398 "matchers",
18399 "nu-ansi-term",
18400 "once_cell",
18401 "regex-automata",
18402 "serde",
18403 "serde_json",
18404 "sharded-slab",
18405 "smallvec",
18406 "thread_local",
18407 "tracing",
18408 "tracing-core",
18409 "tracing-log",
18410 "tracing-serde",
18411]
18412
18413[[package]]
18414name = "tracing-tracy"
18415version = "0.11.4"
18416source = "registry+https://github.com/rust-lang/crates.io-index"
18417checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18418dependencies = [
18419 "tracing-core",
18420 "tracing-subscriber",
18421 "tracy-client",
18422]
18423
18424[[package]]
18425name = "tracy-client"
18426version = "0.18.3"
18427source = "registry+https://github.com/rust-lang/crates.io-index"
18428checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18429dependencies = [
18430 "loom",
18431 "once_cell",
18432 "tracy-client-sys",
18433]
18434
18435[[package]]
18436name = "tracy-client-sys"
18437version = "0.27.0"
18438source = "registry+https://github.com/rust-lang/crates.io-index"
18439checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18440dependencies = [
18441 "cc",
18442 "windows-targets 0.52.6",
18443]
18444
18445[[package]]
18446name = "transpose"
18447version = "0.2.3"
18448source = "registry+https://github.com/rust-lang/crates.io-index"
18449checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18450dependencies = [
18451 "num-integer",
18452 "strength_reduce",
18453]
18454
18455[[package]]
18456name = "trash"
18457version = "5.2.5"
18458source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18459dependencies = [
18460 "chrono",
18461 "libc",
18462 "log",
18463 "objc2",
18464 "objc2-foundation",
18465 "once_cell",
18466 "percent-encoding",
18467 "scopeguard",
18468 "urlencoding",
18469 "windows 0.56.0",
18470 "windows-core 0.56.0",
18471]
18472
18473[[package]]
18474name = "tree-sitter"
18475version = "0.26.8"
18476source = "registry+https://github.com/rust-lang/crates.io-index"
18477checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18478dependencies = [
18479 "cc",
18480 "regex",
18481 "regex-syntax",
18482 "serde_json",
18483 "streaming-iterator",
18484 "tree-sitter-language",
18485 "wasmtime-c-api-impl",
18486]
18487
18488[[package]]
18489name = "tree-sitter-bash"
18490version = "0.25.1"
18491source = "registry+https://github.com/rust-lang/crates.io-index"
18492checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18493dependencies = [
18494 "cc",
18495 "tree-sitter-language",
18496]
18497
18498[[package]]
18499name = "tree-sitter-c"
18500version = "0.24.1"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18503dependencies = [
18504 "cc",
18505 "tree-sitter-language",
18506]
18507
18508[[package]]
18509name = "tree-sitter-cpp"
18510version = "0.23.4"
18511source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18512dependencies = [
18513 "cc",
18514 "tree-sitter-language",
18515]
18516
18517[[package]]
18518name = "tree-sitter-css"
18519version = "0.23.2"
18520source = "registry+https://github.com/rust-lang/crates.io-index"
18521checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18522dependencies = [
18523 "cc",
18524 "tree-sitter-language",
18525]
18526
18527[[package]]
18528name = "tree-sitter-diff"
18529version = "0.1.0"
18530source = "registry+https://github.com/rust-lang/crates.io-index"
18531checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18532dependencies = [
18533 "cc",
18534 "tree-sitter-language",
18535]
18536
18537[[package]]
18538name = "tree-sitter-elixir"
18539version = "0.3.4"
18540source = "registry+https://github.com/rust-lang/crates.io-index"
18541checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18542dependencies = [
18543 "cc",
18544 "tree-sitter-language",
18545]
18546
18547[[package]]
18548name = "tree-sitter-embedded-template"
18549version = "0.23.2"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18552dependencies = [
18553 "cc",
18554 "tree-sitter-language",
18555]
18556
18557[[package]]
18558name = "tree-sitter-gitcommit"
18559version = "0.0.1"
18560source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18561dependencies = [
18562 "cc",
18563 "tree-sitter-language",
18564]
18565
18566[[package]]
18567name = "tree-sitter-go"
18568version = "0.25.0"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-gomod"
18578version = "1.1.1"
18579source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18580dependencies = [
18581 "cc",
18582 "tree-sitter-language",
18583]
18584
18585[[package]]
18586name = "tree-sitter-gowork"
18587version = "0.0.1"
18588source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18589dependencies = [
18590 "cc",
18591 "tree-sitter-language",
18592]
18593
18594[[package]]
18595name = "tree-sitter-heex"
18596version = "0.0.1"
18597source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18598dependencies = [
18599 "cc",
18600 "tree-sitter-language",
18601]
18602
18603[[package]]
18604name = "tree-sitter-html"
18605version = "0.23.2"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18608dependencies = [
18609 "cc",
18610 "tree-sitter-language",
18611]
18612
18613[[package]]
18614name = "tree-sitter-jsdoc"
18615version = "0.23.2"
18616source = "registry+https://github.com/rust-lang/crates.io-index"
18617checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18618dependencies = [
18619 "cc",
18620 "tree-sitter-language",
18621]
18622
18623[[package]]
18624name = "tree-sitter-json"
18625version = "0.24.8"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18628dependencies = [
18629 "cc",
18630 "tree-sitter-language",
18631]
18632
18633[[package]]
18634name = "tree-sitter-language"
18635version = "0.1.5"
18636source = "registry+https://github.com/rust-lang/crates.io-index"
18637checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18638
18639[[package]]
18640name = "tree-sitter-md"
18641version = "0.3.2"
18642source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18643dependencies = [
18644 "cc",
18645 "tree-sitter-language",
18646]
18647
18648[[package]]
18649name = "tree-sitter-python"
18650version = "0.25.0"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18653dependencies = [
18654 "cc",
18655 "tree-sitter-language",
18656]
18657
18658[[package]]
18659name = "tree-sitter-regex"
18660version = "0.24.3"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18663dependencies = [
18664 "cc",
18665 "tree-sitter-language",
18666]
18667
18668[[package]]
18669name = "tree-sitter-ruby"
18670version = "0.23.1"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18673dependencies = [
18674 "cc",
18675 "tree-sitter-language",
18676]
18677
18678[[package]]
18679name = "tree-sitter-rust"
18680version = "0.24.2"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18683dependencies = [
18684 "cc",
18685 "tree-sitter-language",
18686]
18687
18688[[package]]
18689name = "tree-sitter-typescript"
18690version = "0.23.2"
18691source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18692dependencies = [
18693 "cc",
18694 "tree-sitter-language",
18695]
18696
18697[[package]]
18698name = "tree-sitter-yaml"
18699version = "0.6.1"
18700source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18701dependencies = [
18702 "cc",
18703 "tree-sitter-language",
18704]
18705
18706[[package]]
18707name = "triomphe"
18708version = "0.1.15"
18709source = "registry+https://github.com/rust-lang/crates.io-index"
18710checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18711dependencies = [
18712 "serde",
18713 "stable_deref_trait",
18714]
18715
18716[[package]]
18717name = "try-lock"
18718version = "0.2.5"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18721
18722[[package]]
18723name = "ttf-parser"
18724version = "0.20.0"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18727
18728[[package]]
18729name = "ttf-parser"
18730version = "0.25.1"
18731source = "registry+https://github.com/rust-lang/crates.io-index"
18732checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18733dependencies = [
18734 "core_maths",
18735]
18736
18737[[package]]
18738name = "tungstenite"
18739version = "0.20.1"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18742dependencies = [
18743 "byteorder",
18744 "bytes 1.11.1",
18745 "data-encoding",
18746 "http 0.2.12",
18747 "httparse",
18748 "log",
18749 "rand 0.8.5",
18750 "sha1",
18751 "thiserror 1.0.69",
18752 "url",
18753 "utf-8",
18754]
18755
18756[[package]]
18757name = "tungstenite"
18758version = "0.21.0"
18759source = "registry+https://github.com/rust-lang/crates.io-index"
18760checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18761dependencies = [
18762 "byteorder",
18763 "bytes 1.11.1",
18764 "data-encoding",
18765 "http 1.3.1",
18766 "httparse",
18767 "log",
18768 "rand 0.8.5",
18769 "sha1",
18770 "thiserror 1.0.69",
18771 "url",
18772 "utf-8",
18773]
18774
18775[[package]]
18776name = "tungstenite"
18777version = "0.27.0"
18778source = "registry+https://github.com/rust-lang/crates.io-index"
18779checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18780dependencies = [
18781 "bytes 1.11.1",
18782 "data-encoding",
18783 "http 1.3.1",
18784 "httparse",
18785 "log",
18786 "rand 0.9.3",
18787 "rustls 0.23.33",
18788 "rustls-pki-types",
18789 "sha1",
18790 "thiserror 2.0.17",
18791 "utf-8",
18792]
18793
18794[[package]]
18795name = "tungstenite"
18796version = "0.28.0"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18799dependencies = [
18800 "bytes 1.11.1",
18801 "data-encoding",
18802 "http 1.3.1",
18803 "httparse",
18804 "log",
18805 "rand 0.9.3",
18806 "rustls 0.23.33",
18807 "rustls-pki-types",
18808 "sha1",
18809 "thiserror 2.0.17",
18810 "utf-8",
18811]
18812
18813[[package]]
18814name = "typeid"
18815version = "1.0.3"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18818
18819[[package]]
18820name = "typenum"
18821version = "1.19.0"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18824
18825[[package]]
18826name = "ucd-trie"
18827version = "0.1.7"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18830
18831[[package]]
18832name = "uds"
18833version = "0.4.2"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18836dependencies = [
18837 "libc",
18838]
18839
18840[[package]]
18841name = "uds_windows"
18842version = "1.1.0"
18843source = "registry+https://github.com/rust-lang/crates.io-index"
18844checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18845dependencies = [
18846 "memoffset",
18847 "tempfile",
18848 "winapi",
18849]
18850
18851[[package]]
18852name = "ug"
18853version = "0.4.0"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18856dependencies = [
18857 "gemm 0.18.2",
18858 "half",
18859 "libloading",
18860 "memmap2",
18861 "num",
18862 "num-traits",
18863 "num_cpus",
18864 "rayon",
18865 "safetensors",
18866 "serde",
18867 "thiserror 1.0.69",
18868 "tracing",
18869 "yoke 0.7.5",
18870]
18871
18872[[package]]
18873name = "ui"
18874version = "0.1.0"
18875dependencies = [
18876 "chrono",
18877 "component",
18878 "documented",
18879 "gpui",
18880 "gpui_macros",
18881 "gpui_util",
18882 "icons",
18883 "itertools 0.14.0",
18884 "menu",
18885 "schemars",
18886 "serde",
18887 "smallvec",
18888 "strum 0.27.2",
18889 "theme",
18890 "ui_macros",
18891 "windows 0.61.3",
18892]
18893
18894[[package]]
18895name = "ui_input"
18896version = "0.1.0"
18897dependencies = [
18898 "component",
18899 "gpui",
18900 "ui",
18901]
18902
18903[[package]]
18904name = "ui_macros"
18905version = "0.1.0"
18906dependencies = [
18907 "component",
18908 "quote",
18909 "syn 2.0.117",
18910 "ui",
18911]
18912
18913[[package]]
18914name = "ui_prompt"
18915version = "0.1.0"
18916dependencies = [
18917 "gpui",
18918 "markdown",
18919 "menu",
18920 "settings",
18921 "theme_settings",
18922 "ui",
18923 "workspace",
18924]
18925
18926[[package]]
18927name = "unarray"
18928version = "0.1.4"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18931
18932[[package]]
18933name = "unicase"
18934version = "2.8.1"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18937
18938[[package]]
18939name = "unicode-bidi"
18940version = "0.3.18"
18941source = "registry+https://github.com/rust-lang/crates.io-index"
18942checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18943
18944[[package]]
18945name = "unicode-bidi-mirroring"
18946version = "0.4.0"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18949
18950[[package]]
18951name = "unicode-ccc"
18952version = "0.4.0"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18955
18956[[package]]
18957name = "unicode-general-category"
18958version = "1.1.0"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18961
18962[[package]]
18963name = "unicode-ident"
18964version = "1.0.19"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18967
18968[[package]]
18969name = "unicode-linebreak"
18970version = "0.1.5"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18973
18974[[package]]
18975name = "unicode-normalization"
18976version = "0.1.24"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18979dependencies = [
18980 "tinyvec",
18981]
18982
18983[[package]]
18984name = "unicode-properties"
18985version = "0.1.3"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18988
18989[[package]]
18990name = "unicode-script"
18991version = "0.5.8"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18994
18995[[package]]
18996name = "unicode-segmentation"
18997version = "1.12.0"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19000
19001[[package]]
19002name = "unicode-vo"
19003version = "0.1.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19006
19007[[package]]
19008name = "unicode-width"
19009version = "0.2.2"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19012
19013[[package]]
19014name = "unicode-xid"
19015version = "0.2.6"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19018
19019[[package]]
19020name = "unicode_categories"
19021version = "0.1.1"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19024
19025[[package]]
19026name = "unindent"
19027version = "0.2.4"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19030
19031[[package]]
19032name = "unsafe-libyaml"
19033version = "0.2.11"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19036
19037[[package]]
19038name = "untrusted"
19039version = "0.7.1"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19042
19043[[package]]
19044name = "untrusted"
19045version = "0.9.0"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19048
19049[[package]]
19050name = "url"
19051version = "2.5.7"
19052source = "registry+https://github.com/rust-lang/crates.io-index"
19053checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19054dependencies = [
19055 "form_urlencoded",
19056 "idna",
19057 "percent-encoding",
19058 "serde",
19059]
19060
19061[[package]]
19062name = "urlencoding"
19063version = "2.1.3"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19066
19067[[package]]
19068name = "usvg"
19069version = "0.45.1"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19072dependencies = [
19073 "base64 0.22.1",
19074 "data-url",
19075 "flate2",
19076 "fontdb 0.23.0",
19077 "imagesize",
19078 "kurbo",
19079 "log",
19080 "pico-args",
19081 "roxmltree",
19082 "rustybuzz",
19083 "simplecss",
19084 "siphasher 1.0.1",
19085 "strict-num",
19086 "svgtypes",
19087 "tiny-skia-path",
19088 "unicode-bidi",
19089 "unicode-script",
19090 "unicode-vo",
19091 "xmlwriter",
19092]
19093
19094[[package]]
19095name = "utf-8"
19096version = "0.7.6"
19097source = "registry+https://github.com/rust-lang/crates.io-index"
19098checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19099
19100[[package]]
19101name = "utf8-chars"
19102version = "3.0.6"
19103source = "registry+https://github.com/rust-lang/crates.io-index"
19104checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19105dependencies = [
19106 "arrayvec",
19107]
19108
19109[[package]]
19110name = "utf8_iter"
19111version = "1.0.4"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19114
19115[[package]]
19116name = "utf8parse"
19117version = "0.2.2"
19118source = "registry+https://github.com/rust-lang/crates.io-index"
19119checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19120
19121[[package]]
19122name = "util"
19123version = "0.1.0"
19124dependencies = [
19125 "anyhow",
19126 "async-fs",
19127 "async_zip",
19128 "collections",
19129 "command-fds",
19130 "dirs",
19131 "dunce",
19132 "futures 0.3.32",
19133 "futures-lite 1.13.0",
19134 "git2",
19135 "globset",
19136 "gpui_util",
19137 "itertools 0.14.0",
19138 "libc",
19139 "log",
19140 "mach2 0.5.0",
19141 "nix 0.29.0",
19142 "percent-encoding",
19143 "pretty_assertions",
19144 "rand 0.9.3",
19145 "regex",
19146 "rust-embed",
19147 "schemars",
19148 "serde",
19149 "serde_json",
19150 "serde_json_lenient",
19151 "shlex",
19152 "smol",
19153 "take-until",
19154 "tempfile",
19155 "tendril",
19156 "unicase",
19157 "url",
19158 "util_macros",
19159 "walkdir",
19160 "which 6.0.3",
19161]
19162
19163[[package]]
19164name = "util_macros"
19165version = "0.1.0"
19166dependencies = [
19167 "perf",
19168 "quote",
19169 "syn 2.0.117",
19170]
19171
19172[[package]]
19173name = "uuid"
19174version = "1.18.1"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19177dependencies = [
19178 "getrandom 0.3.4",
19179 "js-sys",
19180 "serde",
19181 "sha1_smol",
19182 "wasm-bindgen",
19183]
19184
19185[[package]]
19186name = "uuid-simd"
19187version = "0.8.0"
19188source = "registry+https://github.com/rust-lang/crates.io-index"
19189checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19190dependencies = [
19191 "outref",
19192 "vsimd",
19193]
19194
19195[[package]]
19196name = "v_frame"
19197version = "0.3.9"
19198source = "registry+https://github.com/rust-lang/crates.io-index"
19199checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19200dependencies = [
19201 "aligned-vec",
19202 "num-traits",
19203 "wasm-bindgen",
19204]
19205
19206[[package]]
19207name = "valuable"
19208version = "0.1.1"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19211
19212[[package]]
19213name = "value-bag"
19214version = "1.12.0"
19215source = "registry+https://github.com/rust-lang/crates.io-index"
19216checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19217dependencies = [
19218 "value-bag-serde1",
19219 "value-bag-sval2",
19220]
19221
19222[[package]]
19223name = "value-bag-serde1"
19224version = "1.12.0"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19227dependencies = [
19228 "erased-serde",
19229 "serde_core",
19230 "serde_fmt",
19231]
19232
19233[[package]]
19234name = "value-bag-sval2"
19235version = "1.12.0"
19236source = "registry+https://github.com/rust-lang/crates.io-index"
19237checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19238dependencies = [
19239 "sval",
19240 "sval_buffer",
19241 "sval_dynamic",
19242 "sval_fmt",
19243 "sval_json",
19244 "sval_ref",
19245 "sval_serde",
19246]
19247
19248[[package]]
19249name = "vcpkg"
19250version = "0.2.15"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19253
19254[[package]]
19255name = "vercel"
19256version = "0.1.0"
19257dependencies = [
19258 "anyhow",
19259 "schemars",
19260 "serde",
19261 "strum 0.27.2",
19262]
19263
19264[[package]]
19265name = "version-compare"
19266version = "0.2.0"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19269
19270[[package]]
19271name = "version_check"
19272version = "0.9.5"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19275
19276[[package]]
19277name = "vim"
19278version = "0.1.0"
19279dependencies = [
19280 "anyhow",
19281 "async-compat",
19282 "async-trait",
19283 "collections",
19284 "command_palette",
19285 "command_palette_hooks",
19286 "db",
19287 "editor",
19288 "env_logger 0.11.8",
19289 "futures 0.3.32",
19290 "fuzzy",
19291 "git_ui",
19292 "gpui",
19293 "indoc",
19294 "itertools 0.14.0",
19295 "language",
19296 "log",
19297 "lsp",
19298 "markdown_preview",
19299 "menu",
19300 "multi_buffer",
19301 "nvim-rs",
19302 "outline_panel",
19303 "parking_lot",
19304 "perf",
19305 "picker",
19306 "project",
19307 "project_panel",
19308 "regex",
19309 "release_channel",
19310 "schemars",
19311 "search",
19312 "semver",
19313 "serde",
19314 "serde_json",
19315 "settings",
19316 "settings_ui",
19317 "task",
19318 "text",
19319 "theme",
19320 "theme_settings",
19321 "tokio",
19322 "ui",
19323 "util",
19324 "util_macros",
19325 "vim_mode_setting",
19326 "workspace",
19327 "zed_actions",
19328]
19329
19330[[package]]
19331name = "vim_mode_setting"
19332version = "0.1.0"
19333dependencies = [
19334 "gpui",
19335 "settings",
19336]
19337
19338[[package]]
19339name = "vscode_theme"
19340version = "0.2.0"
19341source = "registry+https://github.com/rust-lang/crates.io-index"
19342checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19343dependencies = [
19344 "serde",
19345]
19346
19347[[package]]
19348name = "vsimd"
19349version = "0.8.0"
19350source = "registry+https://github.com/rust-lang/crates.io-index"
19351checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19352
19353[[package]]
19354name = "vswhom"
19355version = "0.1.0"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19358dependencies = [
19359 "libc",
19360 "vswhom-sys",
19361]
19362
19363[[package]]
19364name = "vswhom-sys"
19365version = "0.1.3"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19368dependencies = [
19369 "cc",
19370 "libc",
19371]
19372
19373[[package]]
19374name = "vte"
19375version = "0.15.0"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19378dependencies = [
19379 "arrayvec",
19380 "bitflags 2.10.0",
19381 "cursor-icon",
19382 "log",
19383 "memchr",
19384 "serde",
19385]
19386
19387[[package]]
19388name = "wait-timeout"
19389version = "0.2.1"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19392dependencies = [
19393 "libc",
19394]
19395
19396[[package]]
19397name = "waker-fn"
19398version = "1.2.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19401
19402[[package]]
19403name = "walkdir"
19404version = "2.5.0"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19407dependencies = [
19408 "same-file",
19409 "winapi-util",
19410]
19411
19412[[package]]
19413name = "want"
19414version = "0.3.1"
19415source = "registry+https://github.com/rust-lang/crates.io-index"
19416checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19417dependencies = [
19418 "try-lock",
19419]
19420
19421[[package]]
19422name = "warp"
19423version = "0.3.7"
19424source = "registry+https://github.com/rust-lang/crates.io-index"
19425checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19426dependencies = [
19427 "bytes 1.11.1",
19428 "futures-channel",
19429 "futures-util",
19430 "headers",
19431 "http 0.2.12",
19432 "hyper 0.14.32",
19433 "log",
19434 "mime",
19435 "mime_guess",
19436 "percent-encoding",
19437 "pin-project",
19438 "scoped-tls",
19439 "serde",
19440 "serde_json",
19441 "serde_urlencoded",
19442 "tokio",
19443 "tokio-tungstenite 0.21.0",
19444 "tokio-util",
19445 "tower-service",
19446 "tracing",
19447]
19448
19449[[package]]
19450name = "wasi"
19451version = "0.11.1+wasi-snapshot-preview1"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19454
19455[[package]]
19456name = "wasip2"
19457version = "1.0.1+wasi-0.2.4"
19458source = "registry+https://github.com/rust-lang/crates.io-index"
19459checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19460dependencies = [
19461 "wit-bindgen 0.46.0",
19462]
19463
19464[[package]]
19465name = "wasip3"
19466version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19467source = "registry+https://github.com/rust-lang/crates.io-index"
19468checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19469dependencies = [
19470 "wit-bindgen 0.51.0",
19471]
19472
19473[[package]]
19474name = "wasite"
19475version = "0.1.0"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19478
19479[[package]]
19480name = "wasm-bindgen"
19481version = "0.2.113"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19484dependencies = [
19485 "cfg-if",
19486 "once_cell",
19487 "rustversion",
19488 "wasm-bindgen-macro",
19489 "wasm-bindgen-shared",
19490]
19491
19492[[package]]
19493name = "wasm-bindgen-futures"
19494version = "0.4.63"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19497dependencies = [
19498 "cfg-if",
19499 "futures-util",
19500 "js-sys",
19501 "once_cell",
19502 "wasm-bindgen",
19503 "web-sys",
19504]
19505
19506[[package]]
19507name = "wasm-bindgen-macro"
19508version = "0.2.113"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19511dependencies = [
19512 "quote",
19513 "wasm-bindgen-macro-support",
19514]
19515
19516[[package]]
19517name = "wasm-bindgen-macro-support"
19518version = "0.2.113"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19521dependencies = [
19522 "bumpalo",
19523 "proc-macro2",
19524 "quote",
19525 "syn 2.0.117",
19526 "wasm-bindgen-shared",
19527]
19528
19529[[package]]
19530name = "wasm-bindgen-shared"
19531version = "0.2.113"
19532source = "registry+https://github.com/rust-lang/crates.io-index"
19533checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19534dependencies = [
19535 "unicode-ident",
19536]
19537
19538[[package]]
19539name = "wasm-encoder"
19540version = "0.201.0"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19543dependencies = [
19544 "leb128",
19545]
19546
19547[[package]]
19548name = "wasm-encoder"
19549version = "0.221.3"
19550source = "registry+https://github.com/rust-lang/crates.io-index"
19551checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19552dependencies = [
19553 "leb128",
19554 "wasmparser 0.221.3",
19555]
19556
19557[[package]]
19558name = "wasm-encoder"
19559version = "0.227.1"
19560source = "registry+https://github.com/rust-lang/crates.io-index"
19561checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19562dependencies = [
19563 "leb128fmt",
19564 "wasmparser 0.227.1",
19565]
19566
19567[[package]]
19568name = "wasm-encoder"
19569version = "0.236.1"
19570source = "registry+https://github.com/rust-lang/crates.io-index"
19571checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19572dependencies = [
19573 "leb128fmt",
19574 "wasmparser 0.236.1",
19575]
19576
19577[[package]]
19578name = "wasm-encoder"
19579version = "0.244.0"
19580source = "registry+https://github.com/rust-lang/crates.io-index"
19581checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19582dependencies = [
19583 "leb128fmt",
19584 "wasmparser 0.244.0",
19585]
19586
19587[[package]]
19588name = "wasm-metadata"
19589version = "0.201.0"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19592dependencies = [
19593 "anyhow",
19594 "indexmap",
19595 "serde",
19596 "serde_derive",
19597 "serde_json",
19598 "spdx",
19599 "wasm-encoder 0.201.0",
19600 "wasmparser 0.201.0",
19601]
19602
19603[[package]]
19604name = "wasm-metadata"
19605version = "0.227.1"
19606source = "registry+https://github.com/rust-lang/crates.io-index"
19607checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19608dependencies = [
19609 "anyhow",
19610 "auditable-serde",
19611 "flate2",
19612 "indexmap",
19613 "serde",
19614 "serde_derive",
19615 "serde_json",
19616 "spdx",
19617 "url",
19618 "wasm-encoder 0.227.1",
19619 "wasmparser 0.227.1",
19620]
19621
19622[[package]]
19623name = "wasm-metadata"
19624version = "0.244.0"
19625source = "registry+https://github.com/rust-lang/crates.io-index"
19626checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19627dependencies = [
19628 "anyhow",
19629 "indexmap",
19630 "wasm-encoder 0.244.0",
19631 "wasmparser 0.244.0",
19632]
19633
19634[[package]]
19635name = "wasm-streams"
19636version = "0.4.2"
19637source = "registry+https://github.com/rust-lang/crates.io-index"
19638checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19639dependencies = [
19640 "futures-util",
19641 "js-sys",
19642 "wasm-bindgen",
19643 "wasm-bindgen-futures",
19644 "web-sys",
19645]
19646
19647[[package]]
19648name = "wasm_thread"
19649version = "0.3.3"
19650source = "registry+https://github.com/rust-lang/crates.io-index"
19651checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19652dependencies = [
19653 "futures 0.3.32",
19654 "js-sys",
19655 "wasm-bindgen",
19656 "web-sys",
19657]
19658
19659[[package]]
19660name = "wasmparser"
19661version = "0.201.0"
19662source = "registry+https://github.com/rust-lang/crates.io-index"
19663checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19664dependencies = [
19665 "bitflags 2.10.0",
19666 "indexmap",
19667 "semver",
19668]
19669
19670[[package]]
19671name = "wasmparser"
19672version = "0.221.3"
19673source = "registry+https://github.com/rust-lang/crates.io-index"
19674checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19675dependencies = [
19676 "bitflags 2.10.0",
19677 "hashbrown 0.15.5",
19678 "indexmap",
19679 "semver",
19680 "serde",
19681]
19682
19683[[package]]
19684name = "wasmparser"
19685version = "0.227.1"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19688dependencies = [
19689 "bitflags 2.10.0",
19690 "hashbrown 0.15.5",
19691 "indexmap",
19692 "semver",
19693]
19694
19695[[package]]
19696name = "wasmparser"
19697version = "0.236.1"
19698source = "registry+https://github.com/rust-lang/crates.io-index"
19699checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19700dependencies = [
19701 "bitflags 2.10.0",
19702 "hashbrown 0.15.5",
19703 "indexmap",
19704 "semver",
19705 "serde",
19706]
19707
19708[[package]]
19709name = "wasmparser"
19710version = "0.244.0"
19711source = "registry+https://github.com/rust-lang/crates.io-index"
19712checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19713dependencies = [
19714 "bitflags 2.10.0",
19715 "hashbrown 0.15.5",
19716 "indexmap",
19717 "semver",
19718]
19719
19720[[package]]
19721name = "wasmprinter"
19722version = "0.236.1"
19723source = "registry+https://github.com/rust-lang/crates.io-index"
19724checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19725dependencies = [
19726 "anyhow",
19727 "termcolor",
19728 "wasmparser 0.236.1",
19729]
19730
19731[[package]]
19732name = "wasmtime"
19733version = "36.0.7"
19734source = "registry+https://github.com/rust-lang/crates.io-index"
19735checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19736dependencies = [
19737 "addr2line",
19738 "anyhow",
19739 "async-trait",
19740 "bitflags 2.10.0",
19741 "bumpalo",
19742 "cc",
19743 "cfg-if",
19744 "encoding_rs",
19745 "hashbrown 0.15.5",
19746 "indexmap",
19747 "libc",
19748 "log",
19749 "mach2 0.4.3",
19750 "memfd",
19751 "object",
19752 "once_cell",
19753 "postcard",
19754 "pulley-interpreter",
19755 "rayon",
19756 "rustix 1.1.2",
19757 "semver",
19758 "serde",
19759 "serde_derive",
19760 "smallvec",
19761 "target-lexicon",
19762 "wasmparser 0.236.1",
19763 "wasmtime-environ",
19764 "wasmtime-internal-asm-macros",
19765 "wasmtime-internal-component-macro",
19766 "wasmtime-internal-component-util",
19767 "wasmtime-internal-cranelift",
19768 "wasmtime-internal-fiber",
19769 "wasmtime-internal-jit-debug",
19770 "wasmtime-internal-jit-icache-coherence",
19771 "wasmtime-internal-math",
19772 "wasmtime-internal-slab",
19773 "wasmtime-internal-unwinder",
19774 "wasmtime-internal-versioned-export-macros",
19775 "wasmtime-internal-winch",
19776 "windows-sys 0.60.2",
19777]
19778
19779[[package]]
19780name = "wasmtime-c-api-impl"
19781version = "36.0.6"
19782source = "registry+https://github.com/rust-lang/crates.io-index"
19783checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19784dependencies = [
19785 "anyhow",
19786 "log",
19787 "tracing",
19788 "wasmtime",
19789 "wasmtime-internal-c-api-macros",
19790]
19791
19792[[package]]
19793name = "wasmtime-environ"
19794version = "36.0.7"
19795source = "registry+https://github.com/rust-lang/crates.io-index"
19796checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19797dependencies = [
19798 "anyhow",
19799 "cpp_demangle",
19800 "cranelift-bitset",
19801 "cranelift-entity",
19802 "gimli",
19803 "indexmap",
19804 "log",
19805 "object",
19806 "postcard",
19807 "rustc-demangle",
19808 "semver",
19809 "serde",
19810 "serde_derive",
19811 "smallvec",
19812 "target-lexicon",
19813 "wasm-encoder 0.236.1",
19814 "wasmparser 0.236.1",
19815 "wasmprinter",
19816 "wasmtime-internal-component-util",
19817]
19818
19819[[package]]
19820name = "wasmtime-internal-asm-macros"
19821version = "36.0.7"
19822source = "registry+https://github.com/rust-lang/crates.io-index"
19823checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19824dependencies = [
19825 "cfg-if",
19826]
19827
19828[[package]]
19829name = "wasmtime-internal-c-api-macros"
19830version = "36.0.6"
19831source = "registry+https://github.com/rust-lang/crates.io-index"
19832checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19833dependencies = [
19834 "proc-macro2",
19835 "quote",
19836]
19837
19838[[package]]
19839name = "wasmtime-internal-component-macro"
19840version = "36.0.7"
19841source = "registry+https://github.com/rust-lang/crates.io-index"
19842checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19843dependencies = [
19844 "anyhow",
19845 "proc-macro2",
19846 "quote",
19847 "syn 2.0.117",
19848 "wasmtime-internal-component-util",
19849 "wasmtime-internal-wit-bindgen",
19850 "wit-parser 0.236.1",
19851]
19852
19853[[package]]
19854name = "wasmtime-internal-component-util"
19855version = "36.0.7"
19856source = "registry+https://github.com/rust-lang/crates.io-index"
19857checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19858
19859[[package]]
19860name = "wasmtime-internal-cranelift"
19861version = "36.0.7"
19862source = "registry+https://github.com/rust-lang/crates.io-index"
19863checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19864dependencies = [
19865 "anyhow",
19866 "cfg-if",
19867 "cranelift-codegen",
19868 "cranelift-control",
19869 "cranelift-entity",
19870 "cranelift-frontend",
19871 "cranelift-native",
19872 "gimli",
19873 "itertools 0.14.0",
19874 "log",
19875 "object",
19876 "pulley-interpreter",
19877 "smallvec",
19878 "target-lexicon",
19879 "thiserror 2.0.17",
19880 "wasmparser 0.236.1",
19881 "wasmtime-environ",
19882 "wasmtime-internal-math",
19883 "wasmtime-internal-versioned-export-macros",
19884]
19885
19886[[package]]
19887name = "wasmtime-internal-fiber"
19888version = "36.0.7"
19889source = "registry+https://github.com/rust-lang/crates.io-index"
19890checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19891dependencies = [
19892 "anyhow",
19893 "cc",
19894 "cfg-if",
19895 "libc",
19896 "rustix 1.1.2",
19897 "wasmtime-internal-asm-macros",
19898 "wasmtime-internal-versioned-export-macros",
19899 "windows-sys 0.60.2",
19900]
19901
19902[[package]]
19903name = "wasmtime-internal-jit-debug"
19904version = "36.0.7"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19907dependencies = [
19908 "cc",
19909 "wasmtime-internal-versioned-export-macros",
19910]
19911
19912[[package]]
19913name = "wasmtime-internal-jit-icache-coherence"
19914version = "36.0.7"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19917dependencies = [
19918 "anyhow",
19919 "cfg-if",
19920 "libc",
19921 "windows-sys 0.60.2",
19922]
19923
19924[[package]]
19925name = "wasmtime-internal-math"
19926version = "36.0.7"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19929dependencies = [
19930 "libm",
19931]
19932
19933[[package]]
19934name = "wasmtime-internal-slab"
19935version = "36.0.7"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19938
19939[[package]]
19940name = "wasmtime-internal-unwinder"
19941version = "36.0.7"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19944dependencies = [
19945 "anyhow",
19946 "cfg-if",
19947 "cranelift-codegen",
19948 "log",
19949 "object",
19950]
19951
19952[[package]]
19953name = "wasmtime-internal-versioned-export-macros"
19954version = "36.0.7"
19955source = "registry+https://github.com/rust-lang/crates.io-index"
19956checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19957dependencies = [
19958 "proc-macro2",
19959 "quote",
19960 "syn 2.0.117",
19961]
19962
19963[[package]]
19964name = "wasmtime-internal-winch"
19965version = "36.0.7"
19966source = "registry+https://github.com/rust-lang/crates.io-index"
19967checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19968dependencies = [
19969 "anyhow",
19970 "cranelift-codegen",
19971 "gimli",
19972 "object",
19973 "target-lexicon",
19974 "wasmparser 0.236.1",
19975 "wasmtime-environ",
19976 "wasmtime-internal-cranelift",
19977 "winch-codegen",
19978]
19979
19980[[package]]
19981name = "wasmtime-internal-wit-bindgen"
19982version = "36.0.7"
19983source = "registry+https://github.com/rust-lang/crates.io-index"
19984checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19985dependencies = [
19986 "anyhow",
19987 "bitflags 2.10.0",
19988 "heck 0.5.0",
19989 "indexmap",
19990 "wit-parser 0.236.1",
19991]
19992
19993[[package]]
19994name = "wasmtime-wasi"
19995version = "36.0.6"
19996source = "registry+https://github.com/rust-lang/crates.io-index"
19997checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19998dependencies = [
19999 "anyhow",
20000 "async-trait",
20001 "bitflags 2.10.0",
20002 "bytes 1.11.1",
20003 "cap-fs-ext",
20004 "cap-net-ext",
20005 "cap-rand",
20006 "cap-std",
20007 "cap-time-ext",
20008 "fs-set-times",
20009 "futures 0.3.32",
20010 "io-extras",
20011 "io-lifetimes",
20012 "rustix 1.1.2",
20013 "system-interface",
20014 "thiserror 2.0.17",
20015 "tokio",
20016 "tracing",
20017 "url",
20018 "wasmtime",
20019 "wasmtime-wasi-io",
20020 "wiggle",
20021 "windows-sys 0.60.2",
20022]
20023
20024[[package]]
20025name = "wasmtime-wasi-io"
20026version = "36.0.6"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20029dependencies = [
20030 "anyhow",
20031 "async-trait",
20032 "bytes 1.11.1",
20033 "futures 0.3.32",
20034 "wasmtime",
20035]
20036
20037[[package]]
20038name = "wast"
20039version = "35.0.2"
20040source = "registry+https://github.com/rust-lang/crates.io-index"
20041checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20042dependencies = [
20043 "leb128",
20044]
20045
20046[[package]]
20047name = "watch"
20048version = "0.1.0"
20049dependencies = [
20050 "ctor",
20051 "futures 0.3.32",
20052 "gpui",
20053 "parking_lot",
20054 "zlog",
20055]
20056
20057[[package]]
20058name = "wax"
20059version = "0.7.0"
20060source = "registry+https://github.com/rust-lang/crates.io-index"
20061checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20062dependencies = [
20063 "const_format",
20064 "itertools 0.14.0",
20065 "nom 7.1.3",
20066 "pori",
20067 "regex",
20068 "thiserror 2.0.17",
20069 "walkdir",
20070]
20071
20072[[package]]
20073name = "wayland-backend"
20074version = "0.3.11"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20077dependencies = [
20078 "cc",
20079 "downcast-rs",
20080 "rustix 1.1.2",
20081 "scoped-tls",
20082 "smallvec",
20083 "wayland-sys",
20084]
20085
20086[[package]]
20087name = "wayland-client"
20088version = "0.31.11"
20089source = "registry+https://github.com/rust-lang/crates.io-index"
20090checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20091dependencies = [
20092 "bitflags 2.10.0",
20093 "rustix 1.1.2",
20094 "wayland-backend",
20095 "wayland-scanner",
20096]
20097
20098[[package]]
20099name = "wayland-cursor"
20100version = "0.31.11"
20101source = "registry+https://github.com/rust-lang/crates.io-index"
20102checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20103dependencies = [
20104 "rustix 1.1.2",
20105 "wayland-client",
20106 "xcursor",
20107]
20108
20109[[package]]
20110name = "wayland-protocols"
20111version = "0.32.9"
20112source = "registry+https://github.com/rust-lang/crates.io-index"
20113checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20114dependencies = [
20115 "bitflags 2.10.0",
20116 "wayland-backend",
20117 "wayland-client",
20118 "wayland-scanner",
20119]
20120
20121[[package]]
20122name = "wayland-protocols-plasma"
20123version = "0.3.9"
20124source = "registry+https://github.com/rust-lang/crates.io-index"
20125checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20126dependencies = [
20127 "bitflags 2.10.0",
20128 "wayland-backend",
20129 "wayland-client",
20130 "wayland-protocols",
20131 "wayland-scanner",
20132]
20133
20134[[package]]
20135name = "wayland-protocols-wlr"
20136version = "0.3.9"
20137source = "registry+https://github.com/rust-lang/crates.io-index"
20138checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20139dependencies = [
20140 "bitflags 2.10.0",
20141 "wayland-backend",
20142 "wayland-client",
20143 "wayland-protocols",
20144 "wayland-scanner",
20145]
20146
20147[[package]]
20148name = "wayland-scanner"
20149version = "0.31.7"
20150source = "registry+https://github.com/rust-lang/crates.io-index"
20151checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20152dependencies = [
20153 "proc-macro2",
20154 "quick-xml 0.37.5",
20155 "quote",
20156]
20157
20158[[package]]
20159name = "wayland-sys"
20160version = "0.31.7"
20161source = "registry+https://github.com/rust-lang/crates.io-index"
20162checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20163dependencies = [
20164 "dlib",
20165 "log",
20166 "once_cell",
20167 "pkg-config",
20168]
20169
20170[[package]]
20171name = "web-sys"
20172version = "0.3.90"
20173source = "registry+https://github.com/rust-lang/crates.io-index"
20174checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20175dependencies = [
20176 "js-sys",
20177 "wasm-bindgen",
20178]
20179
20180[[package]]
20181name = "web-time"
20182version = "1.1.0"
20183source = "registry+https://github.com/rust-lang/crates.io-index"
20184checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20185dependencies = [
20186 "js-sys",
20187 "serde",
20188 "wasm-bindgen",
20189]
20190
20191[[package]]
20192name = "web_atoms"
20193version = "0.1.3"
20194source = "registry+https://github.com/rust-lang/crates.io-index"
20195checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20196dependencies = [
20197 "phf 0.11.3",
20198 "phf_codegen",
20199 "string_cache",
20200 "string_cache_codegen",
20201]
20202
20203[[package]]
20204name = "web_search"
20205version = "0.1.0"
20206dependencies = [
20207 "anyhow",
20208 "cloud_llm_client",
20209 "collections",
20210 "gpui",
20211 "serde",
20212]
20213
20214[[package]]
20215name = "web_search_providers"
20216version = "0.1.0"
20217dependencies = [
20218 "anyhow",
20219 "client",
20220 "cloud_api_client",
20221 "cloud_api_types",
20222 "cloud_llm_client",
20223 "futures 0.3.32",
20224 "gpui",
20225 "http_client",
20226 "language_model",
20227 "serde",
20228 "serde_json",
20229 "web_search",
20230]
20231
20232[[package]]
20233name = "webpki-root-certs"
20234version = "0.26.8"
20235source = "registry+https://github.com/rust-lang/crates.io-index"
20236checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20237dependencies = [
20238 "rustls-pki-types",
20239]
20240
20241[[package]]
20242name = "webpki-roots"
20243version = "0.26.8"
20244source = "registry+https://github.com/rust-lang/crates.io-index"
20245checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20246dependencies = [
20247 "rustls-pki-types",
20248]
20249
20250[[package]]
20251name = "webrtc-sys"
20252version = "0.3.23"
20253source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20254dependencies = [
20255 "cc",
20256 "cxx",
20257 "cxx-build",
20258 "glob",
20259 "log",
20260 "pkg-config",
20261 "webrtc-sys-build",
20262]
20263
20264[[package]]
20265name = "webrtc-sys-build"
20266version = "0.3.13"
20267source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20268dependencies = [
20269 "anyhow",
20270 "fs2",
20271 "regex",
20272 "reqwest 0.12.24",
20273 "scratch",
20274 "semver",
20275 "zip 0.6.6",
20276]
20277
20278[[package]]
20279name = "weezl"
20280version = "0.1.10"
20281source = "registry+https://github.com/rust-lang/crates.io-index"
20282checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20283
20284[[package]]
20285name = "wgpu"
20286version = "29.0.0"
20287source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20288dependencies = [
20289 "arrayvec",
20290 "bitflags 2.10.0",
20291 "bytemuck",
20292 "cfg-if",
20293 "cfg_aliases 0.2.1",
20294 "document-features",
20295 "hashbrown 0.16.1",
20296 "js-sys",
20297 "log",
20298 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20299 "parking_lot",
20300 "portable-atomic",
20301 "profiling",
20302 "raw-window-handle",
20303 "smallvec",
20304 "static_assertions",
20305 "wasm-bindgen",
20306 "wasm-bindgen-futures",
20307 "web-sys",
20308 "wgpu-core",
20309 "wgpu-hal",
20310 "wgpu-types",
20311]
20312
20313[[package]]
20314name = "wgpu-core"
20315version = "29.0.0"
20316source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20317dependencies = [
20318 "arrayvec",
20319 "bit-set 0.9.1",
20320 "bit-vec 0.9.1",
20321 "bitflags 2.10.0",
20322 "bytemuck",
20323 "cfg_aliases 0.2.1",
20324 "document-features",
20325 "hashbrown 0.16.1",
20326 "indexmap",
20327 "log",
20328 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20329 "once_cell",
20330 "parking_lot",
20331 "portable-atomic",
20332 "profiling",
20333 "raw-window-handle",
20334 "rustc-hash 1.1.0",
20335 "smallvec",
20336 "thiserror 2.0.17",
20337 "wgpu-core-deps-apple",
20338 "wgpu-core-deps-emscripten",
20339 "wgpu-core-deps-windows-linux-android",
20340 "wgpu-hal",
20341 "wgpu-naga-bridge",
20342 "wgpu-types",
20343]
20344
20345[[package]]
20346name = "wgpu-core-deps-apple"
20347version = "29.0.0"
20348source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20349dependencies = [
20350 "wgpu-hal",
20351]
20352
20353[[package]]
20354name = "wgpu-core-deps-emscripten"
20355version = "29.0.0"
20356source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20357dependencies = [
20358 "wgpu-hal",
20359]
20360
20361[[package]]
20362name = "wgpu-core-deps-windows-linux-android"
20363version = "29.0.0"
20364source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20365dependencies = [
20366 "wgpu-hal",
20367]
20368
20369[[package]]
20370name = "wgpu-hal"
20371version = "29.0.0"
20372source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20373dependencies = [
20374 "android_system_properties",
20375 "arrayvec",
20376 "ash",
20377 "bit-set 0.9.1",
20378 "bitflags 2.10.0",
20379 "block2",
20380 "bytemuck",
20381 "cfg-if",
20382 "cfg_aliases 0.2.1",
20383 "glow",
20384 "glutin_wgl_sys",
20385 "gpu-allocator",
20386 "gpu-descriptor",
20387 "hashbrown 0.16.1",
20388 "js-sys",
20389 "khronos-egl",
20390 "libc",
20391 "libloading",
20392 "log",
20393 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20394 "ndk-sys",
20395 "objc2",
20396 "objc2-core-foundation",
20397 "objc2-foundation",
20398 "objc2-metal",
20399 "objc2-quartz-core",
20400 "once_cell",
20401 "ordered-float 4.6.0",
20402 "parking_lot",
20403 "portable-atomic",
20404 "portable-atomic-util",
20405 "profiling",
20406 "range-alloc",
20407 "raw-window-handle",
20408 "raw-window-metal",
20409 "renderdoc-sys",
20410 "smallvec",
20411 "thiserror 2.0.17",
20412 "wasm-bindgen",
20413 "wayland-sys",
20414 "web-sys",
20415 "wgpu-naga-bridge",
20416 "wgpu-types",
20417 "windows 0.62.2",
20418 "windows-core 0.62.2",
20419]
20420
20421[[package]]
20422name = "wgpu-naga-bridge"
20423version = "29.0.0"
20424source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20425dependencies = [
20426 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20427 "wgpu-types",
20428]
20429
20430[[package]]
20431name = "wgpu-types"
20432version = "29.0.0"
20433source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20434dependencies = [
20435 "bitflags 2.10.0",
20436 "bytemuck",
20437 "js-sys",
20438 "log",
20439 "raw-window-handle",
20440 "web-sys",
20441]
20442
20443[[package]]
20444name = "which"
20445version = "4.4.2"
20446source = "registry+https://github.com/rust-lang/crates.io-index"
20447checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20448dependencies = [
20449 "either",
20450 "home",
20451 "once_cell",
20452 "rustix 0.38.44",
20453]
20454
20455[[package]]
20456name = "which"
20457version = "6.0.3"
20458source = "registry+https://github.com/rust-lang/crates.io-index"
20459checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20460dependencies = [
20461 "either",
20462 "home",
20463 "rustix 0.38.44",
20464 "winsafe",
20465]
20466
20467[[package]]
20468name = "which_key"
20469version = "0.1.0"
20470dependencies = [
20471 "command_palette",
20472 "gpui",
20473 "serde",
20474 "settings",
20475 "theme_settings",
20476 "ui",
20477 "util",
20478 "workspace",
20479]
20480
20481[[package]]
20482name = "whoami"
20483version = "1.6.1"
20484source = "registry+https://github.com/rust-lang/crates.io-index"
20485checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20486dependencies = [
20487 "libredox",
20488 "wasite",
20489]
20490
20491[[package]]
20492name = "wiggle"
20493version = "36.0.6"
20494source = "registry+https://github.com/rust-lang/crates.io-index"
20495checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20496dependencies = [
20497 "anyhow",
20498 "async-trait",
20499 "bitflags 2.10.0",
20500 "thiserror 2.0.17",
20501 "tracing",
20502 "wasmtime",
20503 "wiggle-macro",
20504]
20505
20506[[package]]
20507name = "wiggle-generate"
20508version = "36.0.6"
20509source = "registry+https://github.com/rust-lang/crates.io-index"
20510checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20511dependencies = [
20512 "anyhow",
20513 "heck 0.5.0",
20514 "proc-macro2",
20515 "quote",
20516 "syn 2.0.117",
20517 "witx",
20518]
20519
20520[[package]]
20521name = "wiggle-macro"
20522version = "36.0.6"
20523source = "registry+https://github.com/rust-lang/crates.io-index"
20524checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20525dependencies = [
20526 "proc-macro2",
20527 "quote",
20528 "syn 2.0.117",
20529 "wiggle-generate",
20530]
20531
20532[[package]]
20533name = "winapi"
20534version = "0.3.9"
20535source = "registry+https://github.com/rust-lang/crates.io-index"
20536checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20537dependencies = [
20538 "winapi-i686-pc-windows-gnu",
20539 "winapi-x86_64-pc-windows-gnu",
20540]
20541
20542[[package]]
20543name = "winapi-i686-pc-windows-gnu"
20544version = "0.4.0"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20547
20548[[package]]
20549name = "winapi-util"
20550version = "0.1.11"
20551source = "registry+https://github.com/rust-lang/crates.io-index"
20552checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20553dependencies = [
20554 "windows-sys 0.61.2",
20555]
20556
20557[[package]]
20558name = "winapi-x86_64-pc-windows-gnu"
20559version = "0.4.0"
20560source = "registry+https://github.com/rust-lang/crates.io-index"
20561checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20562
20563[[package]]
20564name = "winch-codegen"
20565version = "36.0.7"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20568dependencies = [
20569 "anyhow",
20570 "cranelift-assembler-x64",
20571 "cranelift-codegen",
20572 "gimli",
20573 "regalloc2",
20574 "smallvec",
20575 "target-lexicon",
20576 "thiserror 2.0.17",
20577 "wasmparser 0.236.1",
20578 "wasmtime-environ",
20579 "wasmtime-internal-cranelift",
20580 "wasmtime-internal-math",
20581]
20582
20583[[package]]
20584name = "windows"
20585version = "0.56.0"
20586source = "registry+https://github.com/rust-lang/crates.io-index"
20587checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20588dependencies = [
20589 "windows-core 0.56.0",
20590 "windows-targets 0.52.6",
20591]
20592
20593[[package]]
20594name = "windows"
20595version = "0.57.0"
20596source = "registry+https://github.com/rust-lang/crates.io-index"
20597checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20598dependencies = [
20599 "windows-core 0.57.0",
20600 "windows-targets 0.52.6",
20601]
20602
20603[[package]]
20604name = "windows"
20605version = "0.58.0"
20606source = "registry+https://github.com/rust-lang/crates.io-index"
20607checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20608dependencies = [
20609 "windows-core 0.58.0",
20610 "windows-targets 0.52.6",
20611]
20612
20613[[package]]
20614name = "windows"
20615version = "0.61.3"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20618dependencies = [
20619 "windows-collections 0.2.0",
20620 "windows-core 0.61.2",
20621 "windows-future 0.2.1",
20622 "windows-link 0.1.3",
20623 "windows-numerics 0.2.0",
20624]
20625
20626[[package]]
20627name = "windows"
20628version = "0.62.2"
20629source = "registry+https://github.com/rust-lang/crates.io-index"
20630checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20631dependencies = [
20632 "windows-collections 0.3.2",
20633 "windows-core 0.62.2",
20634 "windows-future 0.3.2",
20635 "windows-numerics 0.3.1",
20636]
20637
20638[[package]]
20639name = "windows-bindgen"
20640version = "0.61.1"
20641source = "registry+https://github.com/rust-lang/crates.io-index"
20642checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20643dependencies = [
20644 "serde",
20645 "serde_json",
20646 "windows-threading 0.1.0",
20647]
20648
20649[[package]]
20650name = "windows-capture"
20651version = "1.4.3"
20652source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20653dependencies = [
20654 "clap",
20655 "ctrlc",
20656 "parking_lot",
20657 "rayon",
20658 "thiserror 2.0.17",
20659 "windows 0.61.3",
20660 "windows-future 0.2.1",
20661]
20662
20663[[package]]
20664name = "windows-collections"
20665version = "0.2.0"
20666source = "registry+https://github.com/rust-lang/crates.io-index"
20667checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20668dependencies = [
20669 "windows-core 0.61.2",
20670]
20671
20672[[package]]
20673name = "windows-collections"
20674version = "0.3.2"
20675source = "registry+https://github.com/rust-lang/crates.io-index"
20676checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20677dependencies = [
20678 "windows-core 0.62.2",
20679]
20680
20681[[package]]
20682name = "windows-core"
20683version = "0.56.0"
20684source = "registry+https://github.com/rust-lang/crates.io-index"
20685checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20686dependencies = [
20687 "windows-implement 0.56.0",
20688 "windows-interface 0.56.0",
20689 "windows-result 0.1.2",
20690 "windows-targets 0.52.6",
20691]
20692
20693[[package]]
20694name = "windows-core"
20695version = "0.57.0"
20696source = "registry+https://github.com/rust-lang/crates.io-index"
20697checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20698dependencies = [
20699 "windows-implement 0.57.0",
20700 "windows-interface 0.57.0",
20701 "windows-result 0.1.2",
20702 "windows-targets 0.52.6",
20703]
20704
20705[[package]]
20706name = "windows-core"
20707version = "0.58.0"
20708source = "registry+https://github.com/rust-lang/crates.io-index"
20709checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20710dependencies = [
20711 "windows-implement 0.58.0",
20712 "windows-interface 0.58.0",
20713 "windows-result 0.2.0",
20714 "windows-strings 0.1.0",
20715 "windows-targets 0.52.6",
20716]
20717
20718[[package]]
20719name = "windows-core"
20720version = "0.61.2"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20723dependencies = [
20724 "windows-implement 0.60.2",
20725 "windows-interface 0.59.3",
20726 "windows-link 0.1.3",
20727 "windows-result 0.3.4",
20728 "windows-strings 0.4.2",
20729]
20730
20731[[package]]
20732name = "windows-core"
20733version = "0.62.2"
20734source = "registry+https://github.com/rust-lang/crates.io-index"
20735checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20736dependencies = [
20737 "windows-implement 0.60.2",
20738 "windows-interface 0.59.3",
20739 "windows-link 0.2.1",
20740 "windows-result 0.4.1",
20741 "windows-strings 0.5.1",
20742]
20743
20744[[package]]
20745name = "windows-future"
20746version = "0.2.1"
20747source = "registry+https://github.com/rust-lang/crates.io-index"
20748checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20749dependencies = [
20750 "windows-core 0.61.2",
20751 "windows-link 0.1.3",
20752 "windows-threading 0.1.0",
20753]
20754
20755[[package]]
20756name = "windows-future"
20757version = "0.3.2"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20760dependencies = [
20761 "windows-core 0.62.2",
20762 "windows-link 0.2.1",
20763 "windows-threading 0.2.1",
20764]
20765
20766[[package]]
20767name = "windows-implement"
20768version = "0.56.0"
20769source = "registry+https://github.com/rust-lang/crates.io-index"
20770checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20771dependencies = [
20772 "proc-macro2",
20773 "quote",
20774 "syn 2.0.117",
20775]
20776
20777[[package]]
20778name = "windows-implement"
20779version = "0.57.0"
20780source = "registry+https://github.com/rust-lang/crates.io-index"
20781checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20782dependencies = [
20783 "proc-macro2",
20784 "quote",
20785 "syn 2.0.117",
20786]
20787
20788[[package]]
20789name = "windows-implement"
20790version = "0.58.0"
20791source = "registry+https://github.com/rust-lang/crates.io-index"
20792checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20793dependencies = [
20794 "proc-macro2",
20795 "quote",
20796 "syn 2.0.117",
20797]
20798
20799[[package]]
20800name = "windows-implement"
20801version = "0.60.2"
20802source = "registry+https://github.com/rust-lang/crates.io-index"
20803checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20804dependencies = [
20805 "proc-macro2",
20806 "quote",
20807 "syn 2.0.117",
20808]
20809
20810[[package]]
20811name = "windows-interface"
20812version = "0.56.0"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20815dependencies = [
20816 "proc-macro2",
20817 "quote",
20818 "syn 2.0.117",
20819]
20820
20821[[package]]
20822name = "windows-interface"
20823version = "0.57.0"
20824source = "registry+https://github.com/rust-lang/crates.io-index"
20825checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20826dependencies = [
20827 "proc-macro2",
20828 "quote",
20829 "syn 2.0.117",
20830]
20831
20832[[package]]
20833name = "windows-interface"
20834version = "0.58.0"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20837dependencies = [
20838 "proc-macro2",
20839 "quote",
20840 "syn 2.0.117",
20841]
20842
20843[[package]]
20844name = "windows-interface"
20845version = "0.59.3"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20848dependencies = [
20849 "proc-macro2",
20850 "quote",
20851 "syn 2.0.117",
20852]
20853
20854[[package]]
20855name = "windows-link"
20856version = "0.1.3"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20859
20860[[package]]
20861name = "windows-link"
20862version = "0.2.1"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20865
20866[[package]]
20867name = "windows-numerics"
20868version = "0.2.0"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20871dependencies = [
20872 "windows-core 0.61.2",
20873 "windows-link 0.1.3",
20874]
20875
20876[[package]]
20877name = "windows-numerics"
20878version = "0.3.1"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20881dependencies = [
20882 "windows-core 0.62.2",
20883 "windows-link 0.2.1",
20884]
20885
20886[[package]]
20887name = "windows-registry"
20888version = "0.4.0"
20889source = "registry+https://github.com/rust-lang/crates.io-index"
20890checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20891dependencies = [
20892 "windows-result 0.3.4",
20893 "windows-strings 0.3.1",
20894 "windows-targets 0.53.5",
20895]
20896
20897[[package]]
20898name = "windows-registry"
20899version = "0.5.3"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20902dependencies = [
20903 "windows-link 0.1.3",
20904 "windows-result 0.3.4",
20905 "windows-strings 0.4.2",
20906]
20907
20908[[package]]
20909name = "windows-registry"
20910version = "0.6.1"
20911source = "registry+https://github.com/rust-lang/crates.io-index"
20912checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20913dependencies = [
20914 "windows-link 0.2.1",
20915 "windows-result 0.4.1",
20916 "windows-strings 0.5.1",
20917]
20918
20919[[package]]
20920name = "windows-result"
20921version = "0.1.2"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20924dependencies = [
20925 "windows-targets 0.52.6",
20926]
20927
20928[[package]]
20929name = "windows-result"
20930version = "0.2.0"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20933dependencies = [
20934 "windows-targets 0.52.6",
20935]
20936
20937[[package]]
20938name = "windows-result"
20939version = "0.3.4"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20942dependencies = [
20943 "windows-link 0.1.3",
20944]
20945
20946[[package]]
20947name = "windows-result"
20948version = "0.4.1"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20951dependencies = [
20952 "windows-link 0.2.1",
20953]
20954
20955[[package]]
20956name = "windows-strings"
20957version = "0.1.0"
20958source = "registry+https://github.com/rust-lang/crates.io-index"
20959checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20960dependencies = [
20961 "windows-result 0.2.0",
20962 "windows-targets 0.52.6",
20963]
20964
20965[[package]]
20966name = "windows-strings"
20967version = "0.3.1"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20970dependencies = [
20971 "windows-link 0.1.3",
20972]
20973
20974[[package]]
20975name = "windows-strings"
20976version = "0.4.2"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20979dependencies = [
20980 "windows-link 0.1.3",
20981]
20982
20983[[package]]
20984name = "windows-strings"
20985version = "0.5.1"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20988dependencies = [
20989 "windows-link 0.2.1",
20990]
20991
20992[[package]]
20993name = "windows-sys"
20994version = "0.45.0"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20997dependencies = [
20998 "windows-targets 0.42.2",
20999]
21000
21001[[package]]
21002name = "windows-sys"
21003version = "0.48.0"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21006dependencies = [
21007 "windows-targets 0.48.5",
21008]
21009
21010[[package]]
21011name = "windows-sys"
21012version = "0.52.0"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21015dependencies = [
21016 "windows-targets 0.52.6",
21017]
21018
21019[[package]]
21020name = "windows-sys"
21021version = "0.59.0"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21024dependencies = [
21025 "windows-targets 0.52.6",
21026]
21027
21028[[package]]
21029name = "windows-sys"
21030version = "0.60.2"
21031source = "registry+https://github.com/rust-lang/crates.io-index"
21032checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21033dependencies = [
21034 "windows-targets 0.53.5",
21035]
21036
21037[[package]]
21038name = "windows-sys"
21039version = "0.61.2"
21040source = "registry+https://github.com/rust-lang/crates.io-index"
21041checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21042dependencies = [
21043 "windows-link 0.2.1",
21044]
21045
21046[[package]]
21047name = "windows-targets"
21048version = "0.42.2"
21049source = "registry+https://github.com/rust-lang/crates.io-index"
21050checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21051dependencies = [
21052 "windows_aarch64_gnullvm 0.42.2",
21053 "windows_aarch64_msvc 0.42.2",
21054 "windows_i686_gnu 0.42.2",
21055 "windows_i686_msvc 0.42.2",
21056 "windows_x86_64_gnu 0.42.2",
21057 "windows_x86_64_gnullvm 0.42.2",
21058 "windows_x86_64_msvc 0.42.2",
21059]
21060
21061[[package]]
21062name = "windows-targets"
21063version = "0.48.5"
21064source = "registry+https://github.com/rust-lang/crates.io-index"
21065checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21066dependencies = [
21067 "windows_aarch64_gnullvm 0.48.5",
21068 "windows_aarch64_msvc 0.48.5",
21069 "windows_i686_gnu 0.48.5",
21070 "windows_i686_msvc 0.48.5",
21071 "windows_x86_64_gnu 0.48.5",
21072 "windows_x86_64_gnullvm 0.48.5",
21073 "windows_x86_64_msvc 0.48.5",
21074]
21075
21076[[package]]
21077name = "windows-targets"
21078version = "0.52.6"
21079source = "registry+https://github.com/rust-lang/crates.io-index"
21080checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21081dependencies = [
21082 "windows_aarch64_gnullvm 0.52.6",
21083 "windows_aarch64_msvc 0.52.6",
21084 "windows_i686_gnu 0.52.6",
21085 "windows_i686_gnullvm 0.52.6",
21086 "windows_i686_msvc 0.52.6",
21087 "windows_x86_64_gnu 0.52.6",
21088 "windows_x86_64_gnullvm 0.52.6",
21089 "windows_x86_64_msvc 0.52.6",
21090]
21091
21092[[package]]
21093name = "windows-targets"
21094version = "0.53.5"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21097dependencies = [
21098 "windows-link 0.2.1",
21099 "windows_aarch64_gnullvm 0.53.1",
21100 "windows_aarch64_msvc 0.53.1",
21101 "windows_i686_gnu 0.53.1",
21102 "windows_i686_gnullvm 0.53.1",
21103 "windows_i686_msvc 0.53.1",
21104 "windows_x86_64_gnu 0.53.1",
21105 "windows_x86_64_gnullvm 0.53.1",
21106 "windows_x86_64_msvc 0.53.1",
21107]
21108
21109[[package]]
21110name = "windows-threading"
21111version = "0.1.0"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21114dependencies = [
21115 "windows-link 0.1.3",
21116]
21117
21118[[package]]
21119name = "windows-threading"
21120version = "0.2.1"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21123dependencies = [
21124 "windows-link 0.2.1",
21125]
21126
21127[[package]]
21128name = "windows_aarch64_gnullvm"
21129version = "0.42.2"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21132
21133[[package]]
21134name = "windows_aarch64_gnullvm"
21135version = "0.48.5"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21138
21139[[package]]
21140name = "windows_aarch64_gnullvm"
21141version = "0.52.6"
21142source = "registry+https://github.com/rust-lang/crates.io-index"
21143checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21144
21145[[package]]
21146name = "windows_aarch64_gnullvm"
21147version = "0.53.1"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21150
21151[[package]]
21152name = "windows_aarch64_msvc"
21153version = "0.42.2"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21156
21157[[package]]
21158name = "windows_aarch64_msvc"
21159version = "0.48.5"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21162
21163[[package]]
21164name = "windows_aarch64_msvc"
21165version = "0.52.6"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21168
21169[[package]]
21170name = "windows_aarch64_msvc"
21171version = "0.53.1"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21174
21175[[package]]
21176name = "windows_i686_gnu"
21177version = "0.42.2"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21180
21181[[package]]
21182name = "windows_i686_gnu"
21183version = "0.48.5"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21186
21187[[package]]
21188name = "windows_i686_gnu"
21189version = "0.52.6"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21192
21193[[package]]
21194name = "windows_i686_gnu"
21195version = "0.53.1"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21198
21199[[package]]
21200name = "windows_i686_gnullvm"
21201version = "0.52.6"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21204
21205[[package]]
21206name = "windows_i686_gnullvm"
21207version = "0.53.1"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21210
21211[[package]]
21212name = "windows_i686_msvc"
21213version = "0.42.2"
21214source = "registry+https://github.com/rust-lang/crates.io-index"
21215checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21216
21217[[package]]
21218name = "windows_i686_msvc"
21219version = "0.48.5"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21222
21223[[package]]
21224name = "windows_i686_msvc"
21225version = "0.52.6"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21228
21229[[package]]
21230name = "windows_i686_msvc"
21231version = "0.53.1"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21234
21235[[package]]
21236name = "windows_x86_64_gnu"
21237version = "0.42.2"
21238source = "registry+https://github.com/rust-lang/crates.io-index"
21239checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21240
21241[[package]]
21242name = "windows_x86_64_gnu"
21243version = "0.48.5"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21246
21247[[package]]
21248name = "windows_x86_64_gnu"
21249version = "0.52.6"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21252
21253[[package]]
21254name = "windows_x86_64_gnu"
21255version = "0.53.1"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21258
21259[[package]]
21260name = "windows_x86_64_gnullvm"
21261version = "0.42.2"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21264
21265[[package]]
21266name = "windows_x86_64_gnullvm"
21267version = "0.48.5"
21268source = "registry+https://github.com/rust-lang/crates.io-index"
21269checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21270
21271[[package]]
21272name = "windows_x86_64_gnullvm"
21273version = "0.52.6"
21274source = "registry+https://github.com/rust-lang/crates.io-index"
21275checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21276
21277[[package]]
21278name = "windows_x86_64_gnullvm"
21279version = "0.53.1"
21280source = "registry+https://github.com/rust-lang/crates.io-index"
21281checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21282
21283[[package]]
21284name = "windows_x86_64_msvc"
21285version = "0.42.2"
21286source = "registry+https://github.com/rust-lang/crates.io-index"
21287checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21288
21289[[package]]
21290name = "windows_x86_64_msvc"
21291version = "0.48.5"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21294
21295[[package]]
21296name = "windows_x86_64_msvc"
21297version = "0.52.6"
21298source = "registry+https://github.com/rust-lang/crates.io-index"
21299checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21300
21301[[package]]
21302name = "windows_x86_64_msvc"
21303version = "0.53.1"
21304source = "registry+https://github.com/rust-lang/crates.io-index"
21305checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21306
21307[[package]]
21308name = "winnow"
21309version = "0.7.13"
21310source = "registry+https://github.com/rust-lang/crates.io-index"
21311checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21312dependencies = [
21313 "memchr",
21314]
21315
21316[[package]]
21317name = "winreg"
21318version = "0.10.1"
21319source = "registry+https://github.com/rust-lang/crates.io-index"
21320checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21321dependencies = [
21322 "winapi",
21323]
21324
21325[[package]]
21326name = "winreg"
21327version = "0.50.0"
21328source = "registry+https://github.com/rust-lang/crates.io-index"
21329checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21330dependencies = [
21331 "cfg-if",
21332 "windows-sys 0.48.0",
21333]
21334
21335[[package]]
21336name = "winreg"
21337version = "0.55.0"
21338source = "registry+https://github.com/rust-lang/crates.io-index"
21339checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21340dependencies = [
21341 "cfg-if",
21342 "windows-sys 0.59.0",
21343]
21344
21345[[package]]
21346name = "winresource"
21347version = "0.1.23"
21348source = "registry+https://github.com/rust-lang/crates.io-index"
21349checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21350dependencies = [
21351 "toml 0.8.23",
21352 "version_check",
21353]
21354
21355[[package]]
21356name = "winsafe"
21357version = "0.0.19"
21358source = "registry+https://github.com/rust-lang/crates.io-index"
21359checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21360
21361[[package]]
21362name = "winx"
21363version = "0.36.4"
21364source = "registry+https://github.com/rust-lang/crates.io-index"
21365checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21366dependencies = [
21367 "bitflags 2.10.0",
21368 "windows-sys 0.59.0",
21369]
21370
21371[[package]]
21372name = "wio"
21373version = "0.2.2"
21374source = "registry+https://github.com/rust-lang/crates.io-index"
21375checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21376dependencies = [
21377 "winapi",
21378]
21379
21380[[package]]
21381name = "wit-bindgen"
21382version = "0.22.0"
21383source = "registry+https://github.com/rust-lang/crates.io-index"
21384checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21385dependencies = [
21386 "bitflags 2.10.0",
21387 "wit-bindgen-rt 0.22.0",
21388 "wit-bindgen-rust-macro 0.22.0",
21389]
21390
21391[[package]]
21392name = "wit-bindgen"
21393version = "0.41.0"
21394source = "registry+https://github.com/rust-lang/crates.io-index"
21395checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21396dependencies = [
21397 "wit-bindgen-rt 0.41.0",
21398 "wit-bindgen-rust-macro 0.41.0",
21399]
21400
21401[[package]]
21402name = "wit-bindgen"
21403version = "0.46.0"
21404source = "registry+https://github.com/rust-lang/crates.io-index"
21405checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21406
21407[[package]]
21408name = "wit-bindgen"
21409version = "0.51.0"
21410source = "registry+https://github.com/rust-lang/crates.io-index"
21411checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21412dependencies = [
21413 "wit-bindgen-rust-macro 0.51.0",
21414]
21415
21416[[package]]
21417name = "wit-bindgen-core"
21418version = "0.22.0"
21419source = "registry+https://github.com/rust-lang/crates.io-index"
21420checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21421dependencies = [
21422 "anyhow",
21423 "wit-parser 0.201.0",
21424]
21425
21426[[package]]
21427name = "wit-bindgen-core"
21428version = "0.41.0"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21431dependencies = [
21432 "anyhow",
21433 "heck 0.5.0",
21434 "wit-parser 0.227.1",
21435]
21436
21437[[package]]
21438name = "wit-bindgen-core"
21439version = "0.51.0"
21440source = "registry+https://github.com/rust-lang/crates.io-index"
21441checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21442dependencies = [
21443 "anyhow",
21444 "heck 0.5.0",
21445 "wit-parser 0.244.0",
21446]
21447
21448[[package]]
21449name = "wit-bindgen-rt"
21450version = "0.22.0"
21451source = "registry+https://github.com/rust-lang/crates.io-index"
21452checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21453
21454[[package]]
21455name = "wit-bindgen-rt"
21456version = "0.41.0"
21457source = "registry+https://github.com/rust-lang/crates.io-index"
21458checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21459dependencies = [
21460 "bitflags 2.10.0",
21461 "futures 0.3.32",
21462 "once_cell",
21463]
21464
21465[[package]]
21466name = "wit-bindgen-rust"
21467version = "0.22.0"
21468source = "registry+https://github.com/rust-lang/crates.io-index"
21469checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21470dependencies = [
21471 "anyhow",
21472 "heck 0.4.1",
21473 "indexmap",
21474 "wasm-metadata 0.201.0",
21475 "wit-bindgen-core 0.22.0",
21476 "wit-component 0.201.0",
21477]
21478
21479[[package]]
21480name = "wit-bindgen-rust"
21481version = "0.41.0"
21482source = "registry+https://github.com/rust-lang/crates.io-index"
21483checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21484dependencies = [
21485 "anyhow",
21486 "heck 0.5.0",
21487 "indexmap",
21488 "prettyplease",
21489 "syn 2.0.117",
21490 "wasm-metadata 0.227.1",
21491 "wit-bindgen-core 0.41.0",
21492 "wit-component 0.227.1",
21493]
21494
21495[[package]]
21496name = "wit-bindgen-rust"
21497version = "0.51.0"
21498source = "registry+https://github.com/rust-lang/crates.io-index"
21499checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21500dependencies = [
21501 "anyhow",
21502 "heck 0.5.0",
21503 "indexmap",
21504 "prettyplease",
21505 "syn 2.0.117",
21506 "wasm-metadata 0.244.0",
21507 "wit-bindgen-core 0.51.0",
21508 "wit-component 0.244.0",
21509]
21510
21511[[package]]
21512name = "wit-bindgen-rust-macro"
21513version = "0.22.0"
21514source = "registry+https://github.com/rust-lang/crates.io-index"
21515checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21516dependencies = [
21517 "anyhow",
21518 "proc-macro2",
21519 "quote",
21520 "syn 2.0.117",
21521 "wit-bindgen-core 0.22.0",
21522 "wit-bindgen-rust 0.22.0",
21523]
21524
21525[[package]]
21526name = "wit-bindgen-rust-macro"
21527version = "0.41.0"
21528source = "registry+https://github.com/rust-lang/crates.io-index"
21529checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21530dependencies = [
21531 "anyhow",
21532 "prettyplease",
21533 "proc-macro2",
21534 "quote",
21535 "syn 2.0.117",
21536 "wit-bindgen-core 0.41.0",
21537 "wit-bindgen-rust 0.41.0",
21538]
21539
21540[[package]]
21541name = "wit-bindgen-rust-macro"
21542version = "0.51.0"
21543source = "registry+https://github.com/rust-lang/crates.io-index"
21544checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21545dependencies = [
21546 "anyhow",
21547 "prettyplease",
21548 "proc-macro2",
21549 "quote",
21550 "syn 2.0.117",
21551 "wit-bindgen-core 0.51.0",
21552 "wit-bindgen-rust 0.51.0",
21553]
21554
21555[[package]]
21556name = "wit-component"
21557version = "0.201.0"
21558source = "registry+https://github.com/rust-lang/crates.io-index"
21559checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21560dependencies = [
21561 "anyhow",
21562 "bitflags 2.10.0",
21563 "indexmap",
21564 "log",
21565 "serde",
21566 "serde_derive",
21567 "serde_json",
21568 "wasm-encoder 0.201.0",
21569 "wasm-metadata 0.201.0",
21570 "wasmparser 0.201.0",
21571 "wit-parser 0.201.0",
21572]
21573
21574[[package]]
21575name = "wit-component"
21576version = "0.227.1"
21577source = "registry+https://github.com/rust-lang/crates.io-index"
21578checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21579dependencies = [
21580 "anyhow",
21581 "bitflags 2.10.0",
21582 "indexmap",
21583 "log",
21584 "serde",
21585 "serde_derive",
21586 "serde_json",
21587 "wasm-encoder 0.227.1",
21588 "wasm-metadata 0.227.1",
21589 "wasmparser 0.227.1",
21590 "wit-parser 0.227.1",
21591]
21592
21593[[package]]
21594name = "wit-component"
21595version = "0.244.0"
21596source = "registry+https://github.com/rust-lang/crates.io-index"
21597checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21598dependencies = [
21599 "anyhow",
21600 "bitflags 2.10.0",
21601 "indexmap",
21602 "log",
21603 "serde",
21604 "serde_derive",
21605 "serde_json",
21606 "wasm-encoder 0.244.0",
21607 "wasm-metadata 0.244.0",
21608 "wasmparser 0.244.0",
21609 "wit-parser 0.244.0",
21610]
21611
21612[[package]]
21613name = "wit-parser"
21614version = "0.201.0"
21615source = "registry+https://github.com/rust-lang/crates.io-index"
21616checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21617dependencies = [
21618 "anyhow",
21619 "id-arena",
21620 "indexmap",
21621 "log",
21622 "semver",
21623 "serde",
21624 "serde_derive",
21625 "serde_json",
21626 "unicode-xid",
21627 "wasmparser 0.201.0",
21628]
21629
21630[[package]]
21631name = "wit-parser"
21632version = "0.227.1"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21635dependencies = [
21636 "anyhow",
21637 "id-arena",
21638 "indexmap",
21639 "log",
21640 "semver",
21641 "serde",
21642 "serde_derive",
21643 "serde_json",
21644 "unicode-xid",
21645 "wasmparser 0.227.1",
21646]
21647
21648[[package]]
21649name = "wit-parser"
21650version = "0.236.1"
21651source = "registry+https://github.com/rust-lang/crates.io-index"
21652checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21653dependencies = [
21654 "anyhow",
21655 "id-arena",
21656 "indexmap",
21657 "log",
21658 "semver",
21659 "serde",
21660 "serde_derive",
21661 "serde_json",
21662 "unicode-xid",
21663 "wasmparser 0.236.1",
21664]
21665
21666[[package]]
21667name = "wit-parser"
21668version = "0.244.0"
21669source = "registry+https://github.com/rust-lang/crates.io-index"
21670checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21671dependencies = [
21672 "anyhow",
21673 "id-arena",
21674 "indexmap",
21675 "log",
21676 "semver",
21677 "serde",
21678 "serde_derive",
21679 "serde_json",
21680 "unicode-xid",
21681 "wasmparser 0.244.0",
21682]
21683
21684[[package]]
21685name = "witx"
21686version = "0.9.1"
21687source = "registry+https://github.com/rust-lang/crates.io-index"
21688checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21689dependencies = [
21690 "anyhow",
21691 "log",
21692 "thiserror 1.0.69",
21693 "wast",
21694]
21695
21696[[package]]
21697name = "workspace"
21698version = "0.1.0"
21699dependencies = [
21700 "agent_settings",
21701 "any_vec",
21702 "anyhow",
21703 "async-recursion",
21704 "chrono",
21705 "client",
21706 "clock",
21707 "collections",
21708 "component",
21709 "db",
21710 "fs",
21711 "futures 0.3.32",
21712 "git",
21713 "gpui",
21714 "http_client",
21715 "itertools 0.14.0",
21716 "language",
21717 "log",
21718 "markdown",
21719 "menu",
21720 "node_runtime",
21721 "parking_lot",
21722 "postage",
21723 "pretty_assertions",
21724 "project",
21725 "release_channel",
21726 "remote",
21727 "schemars",
21728 "serde",
21729 "serde_json",
21730 "session",
21731 "settings",
21732 "smallvec",
21733 "sqlez",
21734 "strum 0.27.2",
21735 "task",
21736 "telemetry",
21737 "tempfile",
21738 "theme",
21739 "theme_settings",
21740 "ui",
21741 "util",
21742 "uuid",
21743 "vim_mode_setting",
21744 "windows 0.61.3",
21745 "zed_actions",
21746 "zlog",
21747]
21748
21749[[package]]
21750name = "worktree"
21751version = "0.1.0"
21752dependencies = [
21753 "anyhow",
21754 "async-lock 2.8.0",
21755 "chardetng",
21756 "clock",
21757 "collections",
21758 "encoding_rs",
21759 "fs",
21760 "futures 0.3.32",
21761 "fuzzy",
21762 "git",
21763 "gpui",
21764 "ignore",
21765 "language",
21766 "log",
21767 "parking_lot",
21768 "paths",
21769 "postage",
21770 "pretty_assertions",
21771 "rand 0.9.3",
21772 "rpc",
21773 "serde",
21774 "serde_json",
21775 "settings",
21776 "smallvec",
21777 "smol",
21778 "sum_tree",
21779 "text",
21780 "tracing",
21781 "util",
21782 "worktree",
21783 "zlog",
21784 "ztracing",
21785]
21786
21787[[package]]
21788name = "worktree_benchmarks"
21789version = "0.1.0"
21790dependencies = [
21791 "fs",
21792 "gpui_platform",
21793 "settings",
21794 "worktree",
21795]
21796
21797[[package]]
21798name = "wprcontrol"
21799version = "0.1.0"
21800source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21801dependencies = [
21802 "windows 0.61.3",
21803 "windows-bindgen",
21804 "windows-core 0.61.2",
21805 "windows-link 0.2.1",
21806]
21807
21808[[package]]
21809name = "writeable"
21810version = "0.6.1"
21811source = "registry+https://github.com/rust-lang/crates.io-index"
21812checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21813
21814[[package]]
21815name = "wyz"
21816version = "0.5.1"
21817source = "registry+https://github.com/rust-lang/crates.io-index"
21818checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21819dependencies = [
21820 "tap",
21821]
21822
21823[[package]]
21824name = "x11"
21825version = "2.21.0"
21826source = "registry+https://github.com/rust-lang/crates.io-index"
21827checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21828dependencies = [
21829 "libc",
21830 "pkg-config",
21831]
21832
21833[[package]]
21834name = "x11-clipboard"
21835version = "0.9.3"
21836source = "registry+https://github.com/rust-lang/crates.io-index"
21837checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21838dependencies = [
21839 "libc",
21840 "x11rb",
21841]
21842
21843[[package]]
21844name = "x11rb"
21845version = "0.13.2"
21846source = "registry+https://github.com/rust-lang/crates.io-index"
21847checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21848dependencies = [
21849 "as-raw-xcb-connection",
21850 "gethostname",
21851 "libc",
21852 "rustix 1.1.2",
21853 "x11rb-protocol",
21854 "xcursor",
21855]
21856
21857[[package]]
21858name = "x11rb-protocol"
21859version = "0.13.2"
21860source = "registry+https://github.com/rust-lang/crates.io-index"
21861checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21862
21863[[package]]
21864name = "x_ai"
21865version = "0.1.0"
21866dependencies = [
21867 "anyhow",
21868 "language_model_core",
21869 "schemars",
21870 "serde",
21871 "strum 0.27.2",
21872 "tiktoken-rs",
21873]
21874
21875[[package]]
21876name = "xattr"
21877version = "0.2.3"
21878source = "registry+https://github.com/rust-lang/crates.io-index"
21879checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21880dependencies = [
21881 "libc",
21882]
21883
21884[[package]]
21885name = "xcb"
21886version = "1.6.0"
21887source = "registry+https://github.com/rust-lang/crates.io-index"
21888checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21889dependencies = [
21890 "bitflags 1.3.2",
21891 "libc",
21892 "quick-xml 0.30.0",
21893 "x11",
21894]
21895
21896[[package]]
21897name = "xcursor"
21898version = "0.3.10"
21899source = "registry+https://github.com/rust-lang/crates.io-index"
21900checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21901
21902[[package]]
21903name = "xim-ctext"
21904version = "0.3.0"
21905source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21906dependencies = [
21907 "encoding_rs",
21908]
21909
21910[[package]]
21911name = "xim-parser"
21912version = "0.2.1"
21913source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21914dependencies = [
21915 "bitflags 2.10.0",
21916]
21917
21918[[package]]
21919name = "xkbcommon"
21920version = "0.8.0"
21921source = "registry+https://github.com/rust-lang/crates.io-index"
21922checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21923dependencies = [
21924 "as-raw-xcb-connection",
21925 "libc",
21926 "memmap2",
21927 "xkeysym",
21928]
21929
21930[[package]]
21931name = "xkeysym"
21932version = "0.2.1"
21933source = "registry+https://github.com/rust-lang/crates.io-index"
21934checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21935
21936[[package]]
21937name = "xml-rs"
21938version = "0.8.28"
21939source = "registry+https://github.com/rust-lang/crates.io-index"
21940checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21941
21942[[package]]
21943name = "xml5ever"
21944version = "0.18.1"
21945source = "registry+https://github.com/rust-lang/crates.io-index"
21946checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21947dependencies = [
21948 "log",
21949 "mac",
21950 "markup5ever 0.12.1",
21951]
21952
21953[[package]]
21954name = "xmlparser"
21955version = "0.13.6"
21956source = "registry+https://github.com/rust-lang/crates.io-index"
21957checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21958
21959[[package]]
21960name = "xmlwriter"
21961version = "0.1.0"
21962source = "registry+https://github.com/rust-lang/crates.io-index"
21963checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21964
21965[[package]]
21966name = "xtask"
21967version = "0.1.0"
21968dependencies = [
21969 "annotate-snippets",
21970 "anyhow",
21971 "backtrace",
21972 "cargo_metadata 0.19.2",
21973 "cargo_toml",
21974 "clap",
21975 "compliance",
21976 "gh-workflow",
21977 "indexmap",
21978 "indoc",
21979 "itertools 0.14.0",
21980 "regex",
21981 "serde",
21982 "serde_json",
21983 "serde_yaml",
21984 "strum 0.27.2",
21985 "tokio",
21986 "toml 0.8.23",
21987 "toml_edit 0.22.27",
21988]
21989
21990[[package]]
21991name = "y4m"
21992version = "0.8.0"
21993source = "registry+https://github.com/rust-lang/crates.io-index"
21994checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
21995
21996[[package]]
21997name = "yaml-rust2"
21998version = "0.8.1"
21999source = "registry+https://github.com/rust-lang/crates.io-index"
22000checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22001dependencies = [
22002 "arraydeque",
22003 "encoding_rs",
22004 "hashlink 0.8.4",
22005]
22006
22007[[package]]
22008name = "yansi"
22009version = "1.0.1"
22010source = "registry+https://github.com/rust-lang/crates.io-index"
22011checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22012
22013[[package]]
22014name = "yawc"
22015version = "0.2.5"
22016source = "registry+https://github.com/rust-lang/crates.io-index"
22017checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22018dependencies = [
22019 "base64 0.22.1",
22020 "bytes 1.11.1",
22021 "flate2",
22022 "futures 0.3.32",
22023 "http-body-util",
22024 "hyper 1.7.0",
22025 "hyper-util",
22026 "js-sys",
22027 "nom 8.0.0",
22028 "pin-project",
22029 "rand 0.8.5",
22030 "sha1",
22031 "thiserror 1.0.69",
22032 "tokio",
22033 "tokio-rustls 0.26.2",
22034 "tokio-util",
22035 "url",
22036 "wasm-bindgen",
22037 "wasm-bindgen-futures",
22038 "web-sys",
22039 "webpki-roots",
22040]
22041
22042[[package]]
22043name = "yazi"
22044version = "0.2.1"
22045source = "registry+https://github.com/rust-lang/crates.io-index"
22046checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22047
22048[[package]]
22049name = "yeslogic-fontconfig-sys"
22050version = "6.0.0"
22051source = "registry+https://github.com/rust-lang/crates.io-index"
22052checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22053dependencies = [
22054 "dlib",
22055 "once_cell",
22056 "pkg-config",
22057]
22058
22059[[package]]
22060name = "yoke"
22061version = "0.7.5"
22062source = "registry+https://github.com/rust-lang/crates.io-index"
22063checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22064dependencies = [
22065 "serde",
22066 "stable_deref_trait",
22067 "yoke-derive 0.7.5",
22068 "zerofrom",
22069]
22070
22071[[package]]
22072name = "yoke"
22073version = "0.8.0"
22074source = "registry+https://github.com/rust-lang/crates.io-index"
22075checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22076dependencies = [
22077 "serde",
22078 "stable_deref_trait",
22079 "yoke-derive 0.8.0",
22080 "zerofrom",
22081]
22082
22083[[package]]
22084name = "yoke-derive"
22085version = "0.7.5"
22086source = "registry+https://github.com/rust-lang/crates.io-index"
22087checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22088dependencies = [
22089 "proc-macro2",
22090 "quote",
22091 "syn 2.0.117",
22092 "synstructure",
22093]
22094
22095[[package]]
22096name = "yoke-derive"
22097version = "0.8.0"
22098source = "registry+https://github.com/rust-lang/crates.io-index"
22099checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22100dependencies = [
22101 "proc-macro2",
22102 "quote",
22103 "syn 2.0.117",
22104 "synstructure",
22105]
22106
22107[[package]]
22108name = "zbus"
22109version = "5.13.2"
22110source = "registry+https://github.com/rust-lang/crates.io-index"
22111checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22112dependencies = [
22113 "async-broadcast",
22114 "async-executor",
22115 "async-io",
22116 "async-lock 3.4.2",
22117 "async-process",
22118 "async-recursion",
22119 "async-task",
22120 "async-trait",
22121 "blocking",
22122 "enumflags2",
22123 "event-listener 5.4.1",
22124 "futures-core",
22125 "futures-lite 2.6.1",
22126 "hex",
22127 "libc",
22128 "ordered-stream",
22129 "rustix 1.1.2",
22130 "serde",
22131 "serde_repr",
22132 "tracing",
22133 "uds_windows",
22134 "uuid",
22135 "windows-sys 0.61.2",
22136 "winnow",
22137 "zbus_macros",
22138 "zbus_names",
22139 "zvariant",
22140]
22141
22142[[package]]
22143name = "zbus_macros"
22144version = "5.13.2"
22145source = "registry+https://github.com/rust-lang/crates.io-index"
22146checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22147dependencies = [
22148 "proc-macro-crate",
22149 "proc-macro2",
22150 "quote",
22151 "syn 2.0.117",
22152 "zbus_names",
22153 "zvariant",
22154 "zvariant_utils",
22155]
22156
22157[[package]]
22158name = "zbus_names"
22159version = "4.3.1"
22160source = "registry+https://github.com/rust-lang/crates.io-index"
22161checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22162dependencies = [
22163 "serde",
22164 "winnow",
22165 "zvariant",
22166]
22167
22168[[package]]
22169name = "zed"
22170version = "0.234.0"
22171dependencies = [
22172 "acp_thread",
22173 "acp_tools",
22174 "action_log",
22175 "activity_indicator",
22176 "agent",
22177 "agent-client-protocol",
22178 "agent_servers",
22179 "agent_settings",
22180 "agent_ui",
22181 "anyhow",
22182 "ashpd",
22183 "askpass",
22184 "assets",
22185 "audio",
22186 "auto_update",
22187 "auto_update_ui",
22188 "breadcrumbs",
22189 "call",
22190 "channel",
22191 "chrono",
22192 "clap",
22193 "cli",
22194 "client",
22195 "clock",
22196 "codestral",
22197 "collab_ui",
22198 "collections",
22199 "command_palette",
22200 "component",
22201 "component_preview",
22202 "copilot",
22203 "copilot_chat",
22204 "copilot_ui",
22205 "crashes",
22206 "csv_preview",
22207 "dap_adapters",
22208 "db",
22209 "debug_adapter_extension",
22210 "debugger_tools",
22211 "debugger_ui",
22212 "dev_container",
22213 "diagnostics",
22214 "edit_prediction",
22215 "edit_prediction_ui",
22216 "editor",
22217 "encoding_selector",
22218 "env_logger 0.11.8",
22219 "etw_tracing",
22220 "extension",
22221 "extension_host",
22222 "extensions_ui",
22223 "feature_flags",
22224 "feedback",
22225 "file_finder",
22226 "fs",
22227 "futures 0.3.32",
22228 "git",
22229 "git_graph",
22230 "git_hosting_providers",
22231 "git_ui",
22232 "go_to_line",
22233 "gpui",
22234 "gpui_platform",
22235 "gpui_tokio",
22236 "http_client",
22237 "image",
22238 "image_viewer",
22239 "inspector_ui",
22240 "install_cli",
22241 "itertools 0.14.0",
22242 "journal",
22243 "json_schema_store",
22244 "keymap_editor",
22245 "language",
22246 "language_extension",
22247 "language_model",
22248 "language_models",
22249 "language_onboarding",
22250 "language_selector",
22251 "language_tools",
22252 "languages",
22253 "line_ending_selector",
22254 "log",
22255 "markdown",
22256 "markdown_preview",
22257 "menu",
22258 "migrator",
22259 "mimalloc",
22260 "miniprofiler_ui",
22261 "nc",
22262 "node_runtime",
22263 "notifications",
22264 "onboarding",
22265 "outline",
22266 "outline_panel",
22267 "parking_lot",
22268 "paths",
22269 "picker",
22270 "pkg-config",
22271 "pretty_assertions",
22272 "profiling",
22273 "project",
22274 "project_panel",
22275 "project_symbols",
22276 "prompt_store",
22277 "proto",
22278 "rayon",
22279 "recent_projects",
22280 "release_channel",
22281 "remote",
22282 "repl",
22283 "reqwest_client",
22284 "rope",
22285 "search",
22286 "semver",
22287 "serde",
22288 "serde_json",
22289 "session",
22290 "settings",
22291 "settings_profile_selector",
22292 "settings_ui",
22293 "shellexpand",
22294 "sidebar",
22295 "smol",
22296 "snippet_provider",
22297 "snippets_ui",
22298 "svg_preview",
22299 "sysinfo 0.37.2",
22300 "system_specs",
22301 "tab_switcher",
22302 "task",
22303 "tasks_ui",
22304 "telemetry",
22305 "telemetry_events",
22306 "tempfile",
22307 "terminal_view",
22308 "theme",
22309 "theme_extension",
22310 "theme_selector",
22311 "theme_settings",
22312 "time",
22313 "time_format",
22314 "title_bar",
22315 "toolchain_selector",
22316 "tracing",
22317 "ui",
22318 "ui_prompt",
22319 "url",
22320 "urlencoding",
22321 "util",
22322 "uuid",
22323 "vim",
22324 "vim_mode_setting",
22325 "watch",
22326 "web_search",
22327 "web_search_providers",
22328 "which_key",
22329 "windows 0.61.3",
22330 "winresource",
22331 "workspace",
22332 "zed-reqwest",
22333 "zed_actions",
22334 "zed_env_vars",
22335 "zlog",
22336 "zlog_settings",
22337 "ztracing",
22338]
22339
22340[[package]]
22341name = "zed-font-kit"
22342version = "0.14.1-zed"
22343source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22344dependencies = [
22345 "bitflags 2.10.0",
22346 "byteorder",
22347 "core-foundation 0.10.0",
22348 "core-graphics 0.24.0",
22349 "core-text",
22350 "dirs",
22351 "dwrote",
22352 "float-ord",
22353 "freetype-sys",
22354 "lazy_static",
22355 "libc",
22356 "log",
22357 "pathfinder_geometry",
22358 "pathfinder_simd",
22359 "walkdir",
22360 "winapi",
22361 "yeslogic-fontconfig-sys",
22362]
22363
22364[[package]]
22365name = "zed-reqwest"
22366version = "0.12.15-zed"
22367source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22368dependencies = [
22369 "base64 0.22.1",
22370 "bytes 1.11.1",
22371 "encoding_rs",
22372 "futures-core",
22373 "futures-util",
22374 "h2 0.4.12",
22375 "http 1.3.1",
22376 "http-body 1.0.1",
22377 "http-body-util",
22378 "hyper 1.7.0",
22379 "hyper-rustls 0.27.7",
22380 "hyper-util",
22381 "ipnet",
22382 "js-sys",
22383 "log",
22384 "mime",
22385 "mime_guess",
22386 "once_cell",
22387 "percent-encoding",
22388 "pin-project-lite",
22389 "quinn",
22390 "rustls 0.23.33",
22391 "rustls-native-certs 0.8.2",
22392 "rustls-pemfile 2.2.0",
22393 "rustls-pki-types",
22394 "serde",
22395 "serde_json",
22396 "serde_urlencoded",
22397 "sync_wrapper 1.0.2",
22398 "system-configuration 0.6.1",
22399 "tokio",
22400 "tokio-rustls 0.26.2",
22401 "tokio-socks",
22402 "tokio-util",
22403 "tower 0.5.2",
22404 "tower-service",
22405 "url",
22406 "wasm-bindgen",
22407 "wasm-bindgen-futures",
22408 "wasm-streams",
22409 "web-sys",
22410 "windows-registry 0.4.0",
22411]
22412
22413[[package]]
22414name = "zed-scap"
22415version = "0.0.8-zed"
22416source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22417dependencies = [
22418 "anyhow",
22419 "cocoa 0.25.0",
22420 "core-graphics-helmer-fork",
22421 "log",
22422 "objc",
22423 "rand 0.8.5",
22424 "screencapturekit",
22425 "screencapturekit-sys",
22426 "sysinfo 0.31.4",
22427 "tao-core-video-sys",
22428 "windows 0.61.3",
22429 "windows-capture",
22430 "x11",
22431 "xcb",
22432]
22433
22434[[package]]
22435name = "zed-xim"
22436version = "0.4.0-zed"
22437source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22438dependencies = [
22439 "ahash 0.8.12",
22440 "hashbrown 0.14.5",
22441 "log",
22442 "x11rb",
22443 "xim-ctext",
22444 "xim-parser",
22445]
22446
22447[[package]]
22448name = "zed_actions"
22449version = "0.1.0"
22450dependencies = [
22451 "gpui",
22452 "schemars",
22453 "serde",
22454 "util",
22455 "uuid",
22456]
22457
22458[[package]]
22459name = "zed_credentials_provider"
22460version = "0.1.0"
22461dependencies = [
22462 "anyhow",
22463 "credentials_provider",
22464 "futures 0.3.32",
22465 "gpui",
22466 "paths",
22467 "release_channel",
22468 "serde",
22469 "serde_json",
22470]
22471
22472[[package]]
22473name = "zed_env_vars"
22474version = "0.1.0"
22475dependencies = [
22476 "env_var",
22477]
22478
22479[[package]]
22480name = "zed_extension_api"
22481version = "0.1.0"
22482source = "registry+https://github.com/rust-lang/crates.io-index"
22483checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22484dependencies = [
22485 "serde",
22486 "serde_json",
22487 "wit-bindgen 0.22.0",
22488]
22489
22490[[package]]
22491name = "zed_extension_api"
22492version = "0.7.0"
22493source = "registry+https://github.com/rust-lang/crates.io-index"
22494checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22495dependencies = [
22496 "serde",
22497 "serde_json",
22498 "wit-bindgen 0.41.0",
22499]
22500
22501[[package]]
22502name = "zed_extension_api"
22503version = "0.8.0"
22504dependencies = [
22505 "serde",
22506 "serde_json",
22507 "wit-bindgen 0.41.0",
22508]
22509
22510[[package]]
22511name = "zed_glsl"
22512version = "0.2.3"
22513dependencies = [
22514 "zed_extension_api 0.1.0",
22515]
22516
22517[[package]]
22518name = "zed_html"
22519version = "0.3.1"
22520dependencies = [
22521 "zed_extension_api 0.7.0",
22522]
22523
22524[[package]]
22525name = "zed_proto"
22526version = "0.3.2"
22527dependencies = [
22528 "zed_extension_api 0.7.0",
22529]
22530
22531[[package]]
22532name = "zed_test_extension"
22533version = "0.1.0"
22534dependencies = [
22535 "zed_extension_api 0.8.0",
22536]
22537
22538[[package]]
22539name = "zeno"
22540version = "0.3.3"
22541source = "registry+https://github.com/rust-lang/crates.io-index"
22542checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22543
22544[[package]]
22545name = "zerocopy"
22546version = "0.8.27"
22547source = "registry+https://github.com/rust-lang/crates.io-index"
22548checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22549dependencies = [
22550 "zerocopy-derive",
22551]
22552
22553[[package]]
22554name = "zerocopy-derive"
22555version = "0.8.27"
22556source = "registry+https://github.com/rust-lang/crates.io-index"
22557checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22558dependencies = [
22559 "proc-macro2",
22560 "quote",
22561 "syn 2.0.117",
22562]
22563
22564[[package]]
22565name = "zerofrom"
22566version = "0.1.6"
22567source = "registry+https://github.com/rust-lang/crates.io-index"
22568checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22569dependencies = [
22570 "zerofrom-derive",
22571]
22572
22573[[package]]
22574name = "zerofrom-derive"
22575version = "0.1.6"
22576source = "registry+https://github.com/rust-lang/crates.io-index"
22577checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22578dependencies = [
22579 "proc-macro2",
22580 "quote",
22581 "syn 2.0.117",
22582 "synstructure",
22583]
22584
22585[[package]]
22586name = "zeroize"
22587version = "1.8.2"
22588source = "registry+https://github.com/rust-lang/crates.io-index"
22589checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22590dependencies = [
22591 "zeroize_derive",
22592]
22593
22594[[package]]
22595name = "zeroize_derive"
22596version = "1.4.2"
22597source = "registry+https://github.com/rust-lang/crates.io-index"
22598checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22599dependencies = [
22600 "proc-macro2",
22601 "quote",
22602 "syn 2.0.117",
22603]
22604
22605[[package]]
22606name = "zeromq"
22607version = "0.5.0"
22608source = "registry+https://github.com/rust-lang/crates.io-index"
22609checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22610dependencies = [
22611 "async-dispatcher",
22612 "async-std",
22613 "async-trait",
22614 "asynchronous-codec",
22615 "bytes 1.11.1",
22616 "crossbeam-queue",
22617 "futures 0.3.32",
22618 "log",
22619 "num-traits",
22620 "once_cell",
22621 "parking_lot",
22622 "rand 0.9.3",
22623 "regex",
22624 "scc",
22625 "thiserror 1.0.69",
22626 "uuid",
22627]
22628
22629[[package]]
22630name = "zerotrie"
22631version = "0.2.2"
22632source = "registry+https://github.com/rust-lang/crates.io-index"
22633checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22634dependencies = [
22635 "displaydoc",
22636 "yoke 0.8.0",
22637 "zerofrom",
22638]
22639
22640[[package]]
22641name = "zerovec"
22642version = "0.11.4"
22643source = "registry+https://github.com/rust-lang/crates.io-index"
22644checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22645dependencies = [
22646 "yoke 0.8.0",
22647 "zerofrom",
22648 "zerovec-derive",
22649]
22650
22651[[package]]
22652name = "zerovec-derive"
22653version = "0.11.1"
22654source = "registry+https://github.com/rust-lang/crates.io-index"
22655checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22656dependencies = [
22657 "proc-macro2",
22658 "quote",
22659 "syn 2.0.117",
22660]
22661
22662[[package]]
22663name = "zeta_prompt"
22664version = "0.1.0"
22665dependencies = [
22666 "anyhow",
22667 "imara-diff",
22668 "indoc",
22669 "serde",
22670 "strum 0.27.2",
22671]
22672
22673[[package]]
22674name = "zip"
22675version = "0.6.6"
22676source = "registry+https://github.com/rust-lang/crates.io-index"
22677checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22678dependencies = [
22679 "aes",
22680 "byteorder",
22681 "bzip2 0.4.4",
22682 "constant_time_eq",
22683 "crc32fast",
22684 "crossbeam-utils",
22685 "flate2",
22686 "hmac",
22687 "pbkdf2 0.11.0",
22688 "sha1",
22689 "time",
22690 "zstd",
22691]
22692
22693[[package]]
22694name = "zip"
22695version = "1.1.4"
22696source = "registry+https://github.com/rust-lang/crates.io-index"
22697checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22698dependencies = [
22699 "arbitrary",
22700 "crc32fast",
22701 "crossbeam-utils",
22702 "displaydoc",
22703 "indexmap",
22704 "num_enum",
22705 "thiserror 1.0.69",
22706]
22707
22708[[package]]
22709name = "zlog"
22710version = "0.1.0"
22711dependencies = [
22712 "anyhow",
22713 "chrono",
22714 "collections",
22715 "log",
22716 "tempfile",
22717]
22718
22719[[package]]
22720name = "zlog_settings"
22721version = "0.1.0"
22722dependencies = [
22723 "collections",
22724 "gpui",
22725 "settings",
22726 "zlog",
22727]
22728
22729[[package]]
22730name = "zstd"
22731version = "0.11.2+zstd.1.5.2"
22732source = "registry+https://github.com/rust-lang/crates.io-index"
22733checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22734dependencies = [
22735 "zstd-safe",
22736]
22737
22738[[package]]
22739name = "zstd-safe"
22740version = "5.0.2+zstd.1.5.2"
22741source = "registry+https://github.com/rust-lang/crates.io-index"
22742checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22743dependencies = [
22744 "libc",
22745 "zstd-sys",
22746]
22747
22748[[package]]
22749name = "zstd-sys"
22750version = "2.0.16+zstd.1.5.7"
22751source = "registry+https://github.com/rust-lang/crates.io-index"
22752checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22753dependencies = [
22754 "cc",
22755 "pkg-config",
22756]
22757
22758[[package]]
22759name = "ztracing"
22760version = "0.1.0"
22761dependencies = [
22762 "tracing",
22763 "tracing-subscriber",
22764 "tracing-tracy",
22765 "tracy-client",
22766 "zlog",
22767 "ztracing_macro",
22768]
22769
22770[[package]]
22771name = "ztracing_macro"
22772version = "0.1.0"
22773
22774[[package]]
22775name = "zune-core"
22776version = "0.4.12"
22777source = "registry+https://github.com/rust-lang/crates.io-index"
22778checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22779
22780[[package]]
22781name = "zune-core"
22782version = "0.5.1"
22783source = "registry+https://github.com/rust-lang/crates.io-index"
22784checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22785
22786[[package]]
22787name = "zune-inflate"
22788version = "0.2.54"
22789source = "registry+https://github.com/rust-lang/crates.io-index"
22790checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22791dependencies = [
22792 "simd-adler32",
22793]
22794
22795[[package]]
22796name = "zune-jpeg"
22797version = "0.4.21"
22798source = "registry+https://github.com/rust-lang/crates.io-index"
22799checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22800dependencies = [
22801 "zune-core 0.4.12",
22802]
22803
22804[[package]]
22805name = "zune-jpeg"
22806version = "0.5.15"
22807source = "registry+https://github.com/rust-lang/crates.io-index"
22808checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22809dependencies = [
22810 "zune-core 0.5.1",
22811]
22812
22813[[package]]
22814name = "zvariant"
22815version = "5.9.2"
22816source = "registry+https://github.com/rust-lang/crates.io-index"
22817checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22818dependencies = [
22819 "endi",
22820 "enumflags2",
22821 "serde",
22822 "serde_bytes",
22823 "winnow",
22824 "zvariant_derive",
22825 "zvariant_utils",
22826]
22827
22828[[package]]
22829name = "zvariant_derive"
22830version = "5.9.2"
22831source = "registry+https://github.com/rust-lang/crates.io-index"
22832checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22833dependencies = [
22834 "proc-macro-crate",
22835 "proc-macro2",
22836 "quote",
22837 "syn 2.0.117",
22838 "zvariant_utils",
22839]
22840
22841[[package]]
22842name = "zvariant_utils"
22843version = "3.3.0"
22844source = "registry+https://github.com/rust-lang/crates.io-index"
22845checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22846dependencies = [
22847 "proc-macro2",
22848 "quote",
22849 "serde",
22850 "syn 2.0.117",
22851 "winnow",
22852]