Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "file_icons",
   18 "futures 0.3.32",
   19 "gpui",
   20 "image",
   21 "indoc",
   22 "itertools 0.14.0",
   23 "language",
   24 "language_model",
   25 "log",
   26 "markdown",
   27 "multi_buffer",
   28 "parking_lot",
   29 "portable-pty",
   30 "project",
   31 "prompt_store",
   32 "rand 0.9.2",
   33 "serde",
   34 "serde_json",
   35 "settings",
   36 "smol",
   37 "task",
   38 "telemetry",
   39 "terminal",
   40 "text",
   41 "ui",
   42 "url",
   43 "urlencoding",
   44 "util",
   45 "uuid",
   46 "watch",
   47]
   48
   49[[package]]
   50name = "acp_tools"
   51version = "0.1.0"
   52dependencies = [
   53 "agent-client-protocol",
   54 "collections",
   55 "gpui",
   56 "language",
   57 "markdown",
   58 "project",
   59 "serde",
   60 "serde_json",
   61 "settings",
   62 "theme_settings",
   63 "ui",
   64 "util",
   65 "workspace",
   66]
   67
   68[[package]]
   69name = "action_log"
   70version = "0.1.0"
   71dependencies = [
   72 "anyhow",
   73 "buffer_diff",
   74 "clock",
   75 "collections",
   76 "ctor",
   77 "fs",
   78 "futures 0.3.32",
   79 "gpui",
   80 "language",
   81 "log",
   82 "pretty_assertions",
   83 "project",
   84 "rand 0.9.2",
   85 "serde_json",
   86 "settings",
   87 "telemetry",
   88 "text",
   89 "util",
   90 "watch",
   91 "zlog",
   92]
   93
   94[[package]]
   95name = "activity_indicator"
   96version = "0.1.0"
   97dependencies = [
   98 "anyhow",
   99 "auto_update",
  100 "editor",
  101 "extension_host",
  102 "fs",
  103 "futures 0.3.32",
  104 "gpui",
  105 "language",
  106 "project",
  107 "proto",
  108 "smallvec",
  109 "ui",
  110 "util",
  111 "workspace",
  112]
  113
  114[[package]]
  115name = "addr2line"
  116version = "0.25.1"
  117source = "registry+https://github.com/rust-lang/crates.io-index"
  118checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  119dependencies = [
  120 "gimli",
  121]
  122
  123[[package]]
  124name = "adler2"
  125version = "2.0.1"
  126source = "registry+https://github.com/rust-lang/crates.io-index"
  127checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  128
  129[[package]]
  130name = "aes"
  131version = "0.8.4"
  132source = "registry+https://github.com/rust-lang/crates.io-index"
  133checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  134dependencies = [
  135 "cfg-if",
  136 "cipher",
  137 "cpufeatures",
  138 "zeroize",
  139]
  140
  141[[package]]
  142name = "agent"
  143version = "0.1.0"
  144dependencies = [
  145 "acp_thread",
  146 "action_log",
  147 "agent-client-protocol",
  148 "agent_servers",
  149 "agent_settings",
  150 "anyhow",
  151 "chrono",
  152 "client",
  153 "clock",
  154 "cloud_api_types",
  155 "cloud_llm_client",
  156 "collections",
  157 "context_server",
  158 "ctor",
  159 "db",
  160 "derive_more",
  161 "editor",
  162 "env_logger 0.11.8",
  163 "eval_utils",
  164 "feature_flags",
  165 "fs",
  166 "futures 0.3.32",
  167 "git",
  168 "gpui",
  169 "gpui_tokio",
  170 "handlebars 4.5.0",
  171 "heck 0.5.0",
  172 "html_to_markdown",
  173 "http_client",
  174 "indoc",
  175 "itertools 0.14.0",
  176 "language",
  177 "language_model",
  178 "language_models",
  179 "log",
  180 "lsp",
  181 "open",
  182 "parking_lot",
  183 "paths",
  184 "pretty_assertions",
  185 "project",
  186 "prompt_store",
  187 "rand 0.9.2",
  188 "regex",
  189 "reqwest_client",
  190 "rust-embed",
  191 "schemars",
  192 "serde",
  193 "serde_json",
  194 "settings",
  195 "shell_command_parser",
  196 "smallvec",
  197 "smol",
  198 "sqlez",
  199 "streaming_diff",
  200 "strsim",
  201 "task",
  202 "telemetry",
  203 "tempfile",
  204 "text",
  205 "theme",
  206 "thiserror 2.0.17",
  207 "ui",
  208 "unindent",
  209 "url",
  210 "util",
  211 "uuid",
  212 "watch",
  213 "web_search",
  214 "zed_env_vars",
  215 "zlog",
  216 "zstd",
  217]
  218
  219[[package]]
  220name = "agent-client-protocol"
  221version = "0.10.2"
  222source = "registry+https://github.com/rust-lang/crates.io-index"
  223checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  224dependencies = [
  225 "agent-client-protocol-schema",
  226 "anyhow",
  227 "async-broadcast",
  228 "async-trait",
  229 "derive_more",
  230 "futures 0.3.32",
  231 "log",
  232 "serde",
  233 "serde_json",
  234]
  235
  236[[package]]
  237name = "agent-client-protocol-schema"
  238version = "0.11.2"
  239source = "registry+https://github.com/rust-lang/crates.io-index"
  240checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  241dependencies = [
  242 "anyhow",
  243 "derive_more",
  244 "schemars",
  245 "serde",
  246 "serde_json",
  247 "strum 0.28.0",
  248]
  249
  250[[package]]
  251name = "agent_servers"
  252version = "0.1.0"
  253dependencies = [
  254 "acp_thread",
  255 "acp_tools",
  256 "action_log",
  257 "agent-client-protocol",
  258 "anyhow",
  259 "async-trait",
  260 "chrono",
  261 "client",
  262 "collections",
  263 "env_logger 0.11.8",
  264 "feature_flags",
  265 "fs",
  266 "futures 0.3.32",
  267 "google_ai",
  268 "gpui",
  269 "gpui_tokio",
  270 "http_client",
  271 "indoc",
  272 "language_model",
  273 "libc",
  274 "log",
  275 "nix 0.29.0",
  276 "project",
  277 "release_channel",
  278 "remote",
  279 "reqwest_client",
  280 "serde",
  281 "serde_json",
  282 "settings",
  283 "smol",
  284 "task",
  285 "tempfile",
  286 "terminal",
  287 "thiserror 2.0.17",
  288 "ui",
  289 "util",
  290 "uuid",
  291 "watch",
  292 "zed_credentials_provider",
  293]
  294
  295[[package]]
  296name = "agent_settings"
  297version = "0.1.0"
  298dependencies = [
  299 "agent-client-protocol",
  300 "anyhow",
  301 "collections",
  302 "convert_case 0.8.0",
  303 "fs",
  304 "gpui",
  305 "language_model",
  306 "log",
  307 "paths",
  308 "project",
  309 "regex",
  310 "schemars",
  311 "serde",
  312 "serde_json",
  313 "serde_json_lenient",
  314 "settings",
  315 "util",
  316]
  317
  318[[package]]
  319name = "agent_ui"
  320version = "0.1.0"
  321dependencies = [
  322 "acp_thread",
  323 "action_log",
  324 "agent",
  325 "agent-client-protocol",
  326 "agent_servers",
  327 "agent_settings",
  328 "ai_onboarding",
  329 "anyhow",
  330 "audio",
  331 "base64 0.22.1",
  332 "buffer_diff",
  333 "chrono",
  334 "client",
  335 "clock",
  336 "cloud_api_types",
  337 "collections",
  338 "command_palette_hooks",
  339 "component",
  340 "context_server",
  341 "db",
  342 "editor",
  343 "eval_utils",
  344 "extension",
  345 "extension_host",
  346 "feature_flags",
  347 "file_icons",
  348 "fs",
  349 "futures 0.3.32",
  350 "fuzzy",
  351 "git",
  352 "gpui",
  353 "gpui_tokio",
  354 "heapless",
  355 "html_to_markdown",
  356 "http_client",
  357 "image",
  358 "indoc",
  359 "itertools 0.14.0",
  360 "jsonschema",
  361 "language",
  362 "language_model",
  363 "language_models",
  364 "languages",
  365 "log",
  366 "lsp",
  367 "markdown",
  368 "menu",
  369 "multi_buffer",
  370 "node_runtime",
  371 "notifications",
  372 "ordered-float 2.10.1",
  373 "parking_lot",
  374 "paths",
  375 "picker",
  376 "postage",
  377 "pretty_assertions",
  378 "project",
  379 "prompt_store",
  380 "proto",
  381 "rand 0.9.2",
  382 "release_channel",
  383 "remote",
  384 "remote_connection",
  385 "remote_server",
  386 "reqwest_client",
  387 "rope",
  388 "rules_library",
  389 "schemars",
  390 "semver",
  391 "serde",
  392 "serde_json",
  393 "serde_json_lenient",
  394 "settings",
  395 "smol",
  396 "streaming_diff",
  397 "task",
  398 "telemetry",
  399 "tempfile",
  400 "terminal",
  401 "terminal_view",
  402 "text",
  403 "theme",
  404 "theme_settings",
  405 "time",
  406 "time_format",
  407 "tree-sitter-md",
  408 "ui",
  409 "ui_input",
  410 "unindent",
  411 "url",
  412 "util",
  413 "uuid",
  414 "watch",
  415 "workspace",
  416 "zed_actions",
  417]
  418
  419[[package]]
  420name = "ahash"
  421version = "0.7.8"
  422source = "registry+https://github.com/rust-lang/crates.io-index"
  423checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  424dependencies = [
  425 "getrandom 0.2.16",
  426 "once_cell",
  427 "version_check",
  428]
  429
  430[[package]]
  431name = "ahash"
  432version = "0.8.12"
  433source = "registry+https://github.com/rust-lang/crates.io-index"
  434checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  435dependencies = [
  436 "cfg-if",
  437 "const-random",
  438 "getrandom 0.3.4",
  439 "once_cell",
  440 "serde",
  441 "version_check",
  442 "zerocopy",
  443]
  444
  445[[package]]
  446name = "aho-corasick"
  447version = "1.1.3"
  448source = "registry+https://github.com/rust-lang/crates.io-index"
  449checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  450dependencies = [
  451 "memchr",
  452]
  453
  454[[package]]
  455name = "ai_onboarding"
  456version = "0.1.0"
  457dependencies = [
  458 "client",
  459 "cloud_api_types",
  460 "component",
  461 "gpui",
  462 "language_model",
  463 "serde",
  464 "smallvec",
  465 "telemetry",
  466 "ui",
  467 "zed_actions",
  468]
  469
  470[[package]]
  471name = "alacritty_terminal"
  472version = "0.25.1"
  473source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  474dependencies = [
  475 "base64 0.22.1",
  476 "bitflags 2.10.0",
  477 "home",
  478 "libc",
  479 "log",
  480 "mach2 0.5.0",
  481 "miow",
  482 "parking_lot",
  483 "piper",
  484 "polling",
  485 "regex-automata",
  486 "rustix 1.1.2",
  487 "rustix-openpty",
  488 "serde",
  489 "signal-hook",
  490 "unicode-width",
  491 "vte",
  492 "windows-sys 0.59.0",
  493]
  494
  495[[package]]
  496name = "aliasable"
  497version = "0.1.3"
  498source = "registry+https://github.com/rust-lang/crates.io-index"
  499checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  500
  501[[package]]
  502name = "aligned-vec"
  503version = "0.6.4"
  504source = "registry+https://github.com/rust-lang/crates.io-index"
  505checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  506dependencies = [
  507 "equator",
  508]
  509
  510[[package]]
  511name = "allocator-api2"
  512version = "0.2.21"
  513source = "registry+https://github.com/rust-lang/crates.io-index"
  514checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  515
  516[[package]]
  517name = "alsa"
  518version = "0.10.0"
  519source = "registry+https://github.com/rust-lang/crates.io-index"
  520checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  521dependencies = [
  522 "alsa-sys",
  523 "bitflags 2.10.0",
  524 "cfg-if",
  525 "libc",
  526]
  527
  528[[package]]
  529name = "alsa-sys"
  530version = "0.3.1"
  531source = "registry+https://github.com/rust-lang/crates.io-index"
  532checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  533dependencies = [
  534 "libc",
  535 "pkg-config",
  536]
  537
  538[[package]]
  539name = "ambient-authority"
  540version = "0.0.2"
  541source = "registry+https://github.com/rust-lang/crates.io-index"
  542checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  543
  544[[package]]
  545name = "ammonia"
  546version = "4.1.2"
  547source = "registry+https://github.com/rust-lang/crates.io-index"
  548checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  549dependencies = [
  550 "cssparser",
  551 "html5ever 0.35.0",
  552 "maplit",
  553 "tendril",
  554 "url",
  555]
  556
  557[[package]]
  558name = "android_system_properties"
  559version = "0.1.5"
  560source = "registry+https://github.com/rust-lang/crates.io-index"
  561checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  562dependencies = [
  563 "libc",
  564]
  565
  566[[package]]
  567name = "anes"
  568version = "0.1.6"
  569source = "registry+https://github.com/rust-lang/crates.io-index"
  570checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  571
  572[[package]]
  573name = "annotate-snippets"
  574version = "0.12.12"
  575source = "registry+https://github.com/rust-lang/crates.io-index"
  576checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  577dependencies = [
  578 "anstyle",
  579 "memchr",
  580 "unicode-width",
  581]
  582
  583[[package]]
  584name = "anstream"
  585version = "0.6.21"
  586source = "registry+https://github.com/rust-lang/crates.io-index"
  587checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  588dependencies = [
  589 "anstyle",
  590 "anstyle-parse",
  591 "anstyle-query",
  592 "anstyle-wincon",
  593 "colorchoice",
  594 "is_terminal_polyfill",
  595 "utf8parse",
  596]
  597
  598[[package]]
  599name = "anstyle"
  600version = "1.0.13"
  601source = "registry+https://github.com/rust-lang/crates.io-index"
  602checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  603
  604[[package]]
  605name = "anstyle-parse"
  606version = "0.2.7"
  607source = "registry+https://github.com/rust-lang/crates.io-index"
  608checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  609dependencies = [
  610 "utf8parse",
  611]
  612
  613[[package]]
  614name = "anstyle-query"
  615version = "1.1.4"
  616source = "registry+https://github.com/rust-lang/crates.io-index"
  617checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  618dependencies = [
  619 "windows-sys 0.60.2",
  620]
  621
  622[[package]]
  623name = "anstyle-wincon"
  624version = "3.0.10"
  625source = "registry+https://github.com/rust-lang/crates.io-index"
  626checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  627dependencies = [
  628 "anstyle",
  629 "once_cell_polyfill",
  630 "windows-sys 0.60.2",
  631]
  632
  633[[package]]
  634name = "anthropic"
  635version = "0.1.0"
  636dependencies = [
  637 "anyhow",
  638 "chrono",
  639 "collections",
  640 "futures 0.3.32",
  641 "http_client",
  642 "language_model_core",
  643 "log",
  644 "schemars",
  645 "serde",
  646 "serde_json",
  647 "strum 0.27.2",
  648 "thiserror 2.0.17",
  649 "tiktoken-rs",
  650]
  651
  652[[package]]
  653name = "any_vec"
  654version = "0.14.0"
  655source = "registry+https://github.com/rust-lang/crates.io-index"
  656checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  657
  658[[package]]
  659name = "anyhow"
  660version = "1.0.100"
  661source = "registry+https://github.com/rust-lang/crates.io-index"
  662checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  663
  664[[package]]
  665name = "approx"
  666version = "0.5.1"
  667source = "registry+https://github.com/rust-lang/crates.io-index"
  668checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  669dependencies = [
  670 "num-traits",
  671]
  672
  673[[package]]
  674name = "ar_archive_writer"
  675version = "0.5.1"
  676source = "registry+https://github.com/rust-lang/crates.io-index"
  677checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  678dependencies = [
  679 "object",
  680]
  681
  682[[package]]
  683name = "arbitrary"
  684version = "1.4.2"
  685source = "registry+https://github.com/rust-lang/crates.io-index"
  686checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  687dependencies = [
  688 "derive_arbitrary",
  689]
  690
  691[[package]]
  692name = "arc-swap"
  693version = "1.9.0"
  694source = "registry+https://github.com/rust-lang/crates.io-index"
  695checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  696dependencies = [
  697 "rustversion",
  698]
  699
  700[[package]]
  701name = "arg_enum_proc_macro"
  702version = "0.3.4"
  703source = "registry+https://github.com/rust-lang/crates.io-index"
  704checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  705dependencies = [
  706 "proc-macro2",
  707 "quote",
  708 "syn 2.0.117",
  709]
  710
  711[[package]]
  712name = "arraydeque"
  713version = "0.5.1"
  714source = "registry+https://github.com/rust-lang/crates.io-index"
  715checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  716
  717[[package]]
  718name = "arrayref"
  719version = "0.3.9"
  720source = "registry+https://github.com/rust-lang/crates.io-index"
  721checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  722
  723[[package]]
  724name = "arrayvec"
  725version = "0.7.6"
  726source = "registry+https://github.com/rust-lang/crates.io-index"
  727checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  728
  729[[package]]
  730name = "as-raw-xcb-connection"
  731version = "1.0.1"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  734
  735[[package]]
  736name = "ascii"
  737version = "1.1.0"
  738source = "registry+https://github.com/rust-lang/crates.io-index"
  739checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  740
  741[[package]]
  742name = "ash"
  743version = "0.38.0+1.3.281"
  744source = "registry+https://github.com/rust-lang/crates.io-index"
  745checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  746dependencies = [
  747 "libloading",
  748]
  749
  750[[package]]
  751name = "ashpd"
  752version = "0.13.2"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  755dependencies = [
  756 "enumflags2",
  757 "futures-channel",
  758 "futures-util",
  759 "getrandom 0.4.1",
  760 "serde",
  761 "serde_repr",
  762 "wayland-backend",
  763 "wayland-client",
  764 "wayland-protocols",
  765 "zbus",
  766]
  767
  768[[package]]
  769name = "askpass"
  770version = "0.1.0"
  771dependencies = [
  772 "anyhow",
  773 "futures 0.3.32",
  774 "gpui",
  775 "log",
  776 "net",
  777 "smol",
  778 "tempfile",
  779 "util",
  780 "windows 0.61.3",
  781 "zeroize",
  782]
  783
  784[[package]]
  785name = "assets"
  786version = "0.1.0"
  787dependencies = [
  788 "anyhow",
  789 "gpui",
  790 "rust-embed",
  791]
  792
  793[[package]]
  794name = "async-attributes"
  795version = "1.1.2"
  796source = "registry+https://github.com/rust-lang/crates.io-index"
  797checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  798dependencies = [
  799 "quote",
  800 "syn 1.0.109",
  801]
  802
  803[[package]]
  804name = "async-broadcast"
  805version = "0.7.2"
  806source = "registry+https://github.com/rust-lang/crates.io-index"
  807checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  808dependencies = [
  809 "event-listener 5.4.1",
  810 "event-listener-strategy",
  811 "futures-core",
  812 "pin-project-lite",
  813]
  814
  815[[package]]
  816name = "async-channel"
  817version = "1.9.0"
  818source = "registry+https://github.com/rust-lang/crates.io-index"
  819checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  820dependencies = [
  821 "concurrent-queue",
  822 "event-listener 2.5.3",
  823 "futures-core",
  824]
  825
  826[[package]]
  827name = "async-channel"
  828version = "2.5.0"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  831dependencies = [
  832 "concurrent-queue",
  833 "event-listener-strategy",
  834 "futures-core",
  835 "pin-project-lite",
  836]
  837
  838[[package]]
  839name = "async-compat"
  840version = "0.2.5"
  841source = "registry+https://github.com/rust-lang/crates.io-index"
  842checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  843dependencies = [
  844 "futures-core",
  845 "futures-io",
  846 "once_cell",
  847 "pin-project-lite",
  848 "tokio",
  849]
  850
  851[[package]]
  852name = "async-compression"
  853version = "0.4.32"
  854source = "registry+https://github.com/rust-lang/crates.io-index"
  855checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  856dependencies = [
  857 "compression-codecs",
  858 "compression-core",
  859 "futures-core",
  860 "futures-io",
  861 "pin-project-lite",
  862]
  863
  864[[package]]
  865name = "async-dispatcher"
  866version = "0.1.2"
  867source = "registry+https://github.com/rust-lang/crates.io-index"
  868checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  869dependencies = [
  870 "async-task",
  871 "futures-lite 1.13.0",
  872]
  873
  874[[package]]
  875name = "async-executor"
  876version = "1.13.3"
  877source = "registry+https://github.com/rust-lang/crates.io-index"
  878checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  879dependencies = [
  880 "async-task",
  881 "concurrent-queue",
  882 "fastrand 2.3.0",
  883 "futures-lite 2.6.1",
  884 "pin-project-lite",
  885 "slab",
  886]
  887
  888[[package]]
  889name = "async-fs"
  890version = "2.2.0"
  891source = "registry+https://github.com/rust-lang/crates.io-index"
  892checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  893dependencies = [
  894 "async-lock 3.4.2",
  895 "blocking",
  896 "futures-lite 2.6.1",
  897]
  898
  899[[package]]
  900name = "async-global-executor"
  901version = "2.4.1"
  902source = "registry+https://github.com/rust-lang/crates.io-index"
  903checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  904dependencies = [
  905 "async-channel 2.5.0",
  906 "async-executor",
  907 "async-io",
  908 "async-lock 3.4.2",
  909 "blocking",
  910 "futures-lite 2.6.1",
  911 "once_cell",
  912]
  913
  914[[package]]
  915name = "async-io"
  916version = "2.6.0"
  917source = "registry+https://github.com/rust-lang/crates.io-index"
  918checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  919dependencies = [
  920 "autocfg",
  921 "cfg-if",
  922 "concurrent-queue",
  923 "futures-io",
  924 "futures-lite 2.6.1",
  925 "parking",
  926 "polling",
  927 "rustix 1.1.2",
  928 "slab",
  929 "windows-sys 0.61.2",
  930]
  931
  932[[package]]
  933name = "async-lock"
  934version = "2.8.0"
  935source = "registry+https://github.com/rust-lang/crates.io-index"
  936checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  937dependencies = [
  938 "event-listener 2.5.3",
  939]
  940
  941[[package]]
  942name = "async-lock"
  943version = "3.4.2"
  944source = "registry+https://github.com/rust-lang/crates.io-index"
  945checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  946dependencies = [
  947 "event-listener 5.4.1",
  948 "event-listener-strategy",
  949 "pin-project-lite",
  950]
  951
  952[[package]]
  953name = "async-net"
  954version = "2.0.0"
  955source = "registry+https://github.com/rust-lang/crates.io-index"
  956checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  957dependencies = [
  958 "async-io",
  959 "blocking",
  960 "futures-lite 2.6.1",
  961]
  962
  963[[package]]
  964name = "async-pipe"
  965version = "0.1.3"
  966source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  967dependencies = [
  968 "futures 0.3.32",
  969 "log",
  970]
  971
  972[[package]]
  973name = "async-process"
  974version = "2.5.0"
  975source = "registry+https://github.com/rust-lang/crates.io-index"
  976checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  977dependencies = [
  978 "async-channel 2.5.0",
  979 "async-io",
  980 "async-lock 3.4.2",
  981 "async-signal",
  982 "async-task",
  983 "blocking",
  984 "cfg-if",
  985 "event-listener 5.4.1",
  986 "futures-lite 2.6.1",
  987 "rustix 1.1.2",
  988]
  989
  990[[package]]
  991name = "async-recursion"
  992version = "1.1.1"
  993source = "registry+https://github.com/rust-lang/crates.io-index"
  994checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  995dependencies = [
  996 "proc-macro2",
  997 "quote",
  998 "syn 2.0.117",
  999]
 1000
 1001[[package]]
 1002name = "async-signal"
 1003version = "0.2.13"
 1004source = "registry+https://github.com/rust-lang/crates.io-index"
 1005checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1006dependencies = [
 1007 "async-io",
 1008 "async-lock 3.4.2",
 1009 "atomic-waker",
 1010 "cfg-if",
 1011 "futures-core",
 1012 "futures-io",
 1013 "rustix 1.1.2",
 1014 "signal-hook-registry",
 1015 "slab",
 1016 "windows-sys 0.61.2",
 1017]
 1018
 1019[[package]]
 1020name = "async-std"
 1021version = "1.13.2"
 1022source = "registry+https://github.com/rust-lang/crates.io-index"
 1023checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1024dependencies = [
 1025 "async-attributes",
 1026 "async-channel 1.9.0",
 1027 "async-global-executor",
 1028 "async-io",
 1029 "async-lock 3.4.2",
 1030 "async-process",
 1031 "crossbeam-utils",
 1032 "futures-channel",
 1033 "futures-core",
 1034 "futures-io",
 1035 "futures-lite 2.6.1",
 1036 "gloo-timers",
 1037 "kv-log-macro",
 1038 "log",
 1039 "memchr",
 1040 "once_cell",
 1041 "pin-project-lite",
 1042 "pin-utils",
 1043 "slab",
 1044 "wasm-bindgen-futures",
 1045]
 1046
 1047[[package]]
 1048name = "async-stream"
 1049version = "0.3.6"
 1050source = "registry+https://github.com/rust-lang/crates.io-index"
 1051checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1052dependencies = [
 1053 "async-stream-impl",
 1054 "futures-core",
 1055 "pin-project-lite",
 1056]
 1057
 1058[[package]]
 1059name = "async-stream-impl"
 1060version = "0.3.6"
 1061source = "registry+https://github.com/rust-lang/crates.io-index"
 1062checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1063dependencies = [
 1064 "proc-macro2",
 1065 "quote",
 1066 "syn 2.0.117",
 1067]
 1068
 1069[[package]]
 1070name = "async-tar"
 1071version = "0.5.1"
 1072source = "registry+https://github.com/rust-lang/crates.io-index"
 1073checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1074dependencies = [
 1075 "async-std",
 1076 "filetime",
 1077 "libc",
 1078 "pin-project",
 1079 "redox_syscall 0.2.16",
 1080 "xattr",
 1081]
 1082
 1083[[package]]
 1084name = "async-task"
 1085version = "4.7.1"
 1086source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1087
 1088[[package]]
 1089name = "async-trait"
 1090version = "0.1.89"
 1091source = "registry+https://github.com/rust-lang/crates.io-index"
 1092checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1093dependencies = [
 1094 "proc-macro2",
 1095 "quote",
 1096 "syn 2.0.117",
 1097]
 1098
 1099[[package]]
 1100name = "async-tungstenite"
 1101version = "0.31.0"
 1102source = "registry+https://github.com/rust-lang/crates.io-index"
 1103checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1104dependencies = [
 1105 "atomic-waker",
 1106 "futures-core",
 1107 "futures-io",
 1108 "futures-task",
 1109 "futures-util",
 1110 "log",
 1111 "pin-project-lite",
 1112 "rustls-pki-types",
 1113 "tokio",
 1114 "tokio-rustls 0.26.2",
 1115 "tungstenite 0.27.0",
 1116]
 1117
 1118[[package]]
 1119name = "async_zip"
 1120version = "0.0.18"
 1121source = "registry+https://github.com/rust-lang/crates.io-index"
 1122checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1123dependencies = [
 1124 "async-compression",
 1125 "crc32fast",
 1126 "futures-lite 2.6.1",
 1127 "pin-project",
 1128 "thiserror 2.0.17",
 1129]
 1130
 1131[[package]]
 1132name = "asynchronous-codec"
 1133version = "0.7.0"
 1134source = "registry+https://github.com/rust-lang/crates.io-index"
 1135checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1136dependencies = [
 1137 "bytes 1.11.1",
 1138 "futures-sink",
 1139 "futures-util",
 1140 "memchr",
 1141 "pin-project-lite",
 1142]
 1143
 1144[[package]]
 1145name = "atoi"
 1146version = "2.0.0"
 1147source = "registry+https://github.com/rust-lang/crates.io-index"
 1148checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1149dependencies = [
 1150 "num-traits",
 1151]
 1152
 1153[[package]]
 1154name = "atomic"
 1155version = "0.5.3"
 1156source = "registry+https://github.com/rust-lang/crates.io-index"
 1157checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1158
 1159[[package]]
 1160name = "atomic-waker"
 1161version = "1.1.2"
 1162source = "registry+https://github.com/rust-lang/crates.io-index"
 1163checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1164
 1165[[package]]
 1166name = "audio"
 1167version = "0.1.0"
 1168dependencies = [
 1169 "anyhow",
 1170 "collections",
 1171 "cpal",
 1172 "crossbeam",
 1173 "denoise",
 1174 "gpui",
 1175 "libwebrtc",
 1176 "log",
 1177 "parking_lot",
 1178 "rodio",
 1179 "serde",
 1180 "settings",
 1181 "thiserror 2.0.17",
 1182 "util",
 1183]
 1184
 1185[[package]]
 1186name = "auditable-serde"
 1187version = "0.8.0"
 1188source = "registry+https://github.com/rust-lang/crates.io-index"
 1189checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1190dependencies = [
 1191 "semver",
 1192 "serde",
 1193 "serde_json",
 1194 "topological-sort",
 1195]
 1196
 1197[[package]]
 1198name = "auto_update"
 1199version = "0.1.0"
 1200dependencies = [
 1201 "anyhow",
 1202 "client",
 1203 "clock",
 1204 "ctor",
 1205 "db",
 1206 "futures 0.3.32",
 1207 "futures-lite 1.13.0",
 1208 "gpui",
 1209 "http_client",
 1210 "log",
 1211 "parking_lot",
 1212 "paths",
 1213 "release_channel",
 1214 "semver",
 1215 "serde",
 1216 "serde_json",
 1217 "settings",
 1218 "smol",
 1219 "tempfile",
 1220 "util",
 1221 "which 6.0.3",
 1222 "workspace",
 1223 "zlog",
 1224]
 1225
 1226[[package]]
 1227name = "auto_update_helper"
 1228version = "0.1.0"
 1229dependencies = [
 1230 "anyhow",
 1231 "log",
 1232 "scopeguard",
 1233 "simplelog",
 1234 "tempfile",
 1235 "windows 0.61.3",
 1236 "winresource",
 1237]
 1238
 1239[[package]]
 1240name = "auto_update_ui"
 1241version = "0.1.0"
 1242dependencies = [
 1243 "agent_settings",
 1244 "anyhow",
 1245 "auto_update",
 1246 "client",
 1247 "db",
 1248 "editor",
 1249 "fs",
 1250 "gpui",
 1251 "markdown_preview",
 1252 "release_channel",
 1253 "semver",
 1254 "serde",
 1255 "serde_json",
 1256 "smol",
 1257 "telemetry",
 1258 "ui",
 1259 "util",
 1260 "workspace",
 1261 "zed_actions",
 1262]
 1263
 1264[[package]]
 1265name = "autocfg"
 1266version = "1.5.0"
 1267source = "registry+https://github.com/rust-lang/crates.io-index"
 1268checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1269
 1270[[package]]
 1271name = "av1-grain"
 1272version = "0.2.4"
 1273source = "registry+https://github.com/rust-lang/crates.io-index"
 1274checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1275dependencies = [
 1276 "anyhow",
 1277 "arrayvec",
 1278 "log",
 1279 "nom 7.1.3",
 1280 "num-rational",
 1281 "v_frame",
 1282]
 1283
 1284[[package]]
 1285name = "avif-serialize"
 1286version = "0.8.6"
 1287source = "registry+https://github.com/rust-lang/crates.io-index"
 1288checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1289dependencies = [
 1290 "arrayvec",
 1291]
 1292
 1293[[package]]
 1294name = "aws-config"
 1295version = "1.8.10"
 1296source = "registry+https://github.com/rust-lang/crates.io-index"
 1297checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1298dependencies = [
 1299 "aws-credential-types",
 1300 "aws-runtime",
 1301 "aws-sdk-sso",
 1302 "aws-sdk-ssooidc",
 1303 "aws-sdk-sts",
 1304 "aws-smithy-async",
 1305 "aws-smithy-http",
 1306 "aws-smithy-json",
 1307 "aws-smithy-runtime",
 1308 "aws-smithy-runtime-api",
 1309 "aws-smithy-types",
 1310 "aws-types",
 1311 "bytes 1.11.1",
 1312 "fastrand 2.3.0",
 1313 "hex",
 1314 "http 1.3.1",
 1315 "ring",
 1316 "time",
 1317 "tokio",
 1318 "tracing",
 1319 "url",
 1320 "zeroize",
 1321]
 1322
 1323[[package]]
 1324name = "aws-credential-types"
 1325version = "1.2.10"
 1326source = "registry+https://github.com/rust-lang/crates.io-index"
 1327checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1328dependencies = [
 1329 "aws-smithy-async",
 1330 "aws-smithy-runtime-api",
 1331 "aws-smithy-types",
 1332 "zeroize",
 1333]
 1334
 1335[[package]]
 1336name = "aws-lc-rs"
 1337version = "1.15.4"
 1338source = "registry+https://github.com/rust-lang/crates.io-index"
 1339checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1340dependencies = [
 1341 "aws-lc-sys",
 1342 "untrusted 0.7.1",
 1343 "zeroize",
 1344]
 1345
 1346[[package]]
 1347name = "aws-lc-sys"
 1348version = "0.37.0"
 1349source = "registry+https://github.com/rust-lang/crates.io-index"
 1350checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1351dependencies = [
 1352 "cc",
 1353 "cmake",
 1354 "dunce",
 1355 "fs_extra",
 1356]
 1357
 1358[[package]]
 1359name = "aws-runtime"
 1360version = "1.5.16"
 1361source = "registry+https://github.com/rust-lang/crates.io-index"
 1362checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1363dependencies = [
 1364 "aws-credential-types",
 1365 "aws-sigv4",
 1366 "aws-smithy-async",
 1367 "aws-smithy-eventstream",
 1368 "aws-smithy-http",
 1369 "aws-smithy-runtime",
 1370 "aws-smithy-runtime-api",
 1371 "aws-smithy-types",
 1372 "aws-types",
 1373 "bytes 1.11.1",
 1374 "fastrand 2.3.0",
 1375 "http 0.2.12",
 1376 "http-body 0.4.6",
 1377 "percent-encoding",
 1378 "pin-project-lite",
 1379 "tracing",
 1380 "uuid",
 1381]
 1382
 1383[[package]]
 1384name = "aws-sdk-bedrockruntime"
 1385version = "1.113.0"
 1386source = "registry+https://github.com/rust-lang/crates.io-index"
 1387checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1388dependencies = [
 1389 "aws-credential-types",
 1390 "aws-runtime",
 1391 "aws-sigv4",
 1392 "aws-smithy-async",
 1393 "aws-smithy-eventstream",
 1394 "aws-smithy-http",
 1395 "aws-smithy-json",
 1396 "aws-smithy-runtime",
 1397 "aws-smithy-runtime-api",
 1398 "aws-smithy-types",
 1399 "aws-types",
 1400 "bytes 1.11.1",
 1401 "fastrand 2.3.0",
 1402 "http 0.2.12",
 1403 "hyper 0.14.32",
 1404 "regex-lite",
 1405 "tracing",
 1406]
 1407
 1408[[package]]
 1409name = "aws-sdk-kinesis"
 1410version = "1.95.0"
 1411source = "registry+https://github.com/rust-lang/crates.io-index"
 1412checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1413dependencies = [
 1414 "aws-credential-types",
 1415 "aws-runtime",
 1416 "aws-smithy-async",
 1417 "aws-smithy-eventstream",
 1418 "aws-smithy-http",
 1419 "aws-smithy-json",
 1420 "aws-smithy-runtime",
 1421 "aws-smithy-runtime-api",
 1422 "aws-smithy-types",
 1423 "aws-types",
 1424 "bytes 1.11.1",
 1425 "fastrand 2.3.0",
 1426 "http 0.2.12",
 1427 "regex-lite",
 1428 "tracing",
 1429]
 1430
 1431[[package]]
 1432name = "aws-sdk-s3"
 1433version = "1.112.0"
 1434source = "registry+https://github.com/rust-lang/crates.io-index"
 1435checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1436dependencies = [
 1437 "aws-credential-types",
 1438 "aws-runtime",
 1439 "aws-sigv4",
 1440 "aws-smithy-async",
 1441 "aws-smithy-checksums",
 1442 "aws-smithy-eventstream",
 1443 "aws-smithy-http",
 1444 "aws-smithy-json",
 1445 "aws-smithy-runtime",
 1446 "aws-smithy-runtime-api",
 1447 "aws-smithy-types",
 1448 "aws-smithy-xml",
 1449 "aws-types",
 1450 "bytes 1.11.1",
 1451 "fastrand 2.3.0",
 1452 "hex",
 1453 "hmac",
 1454 "http 0.2.12",
 1455 "http 1.3.1",
 1456 "http-body 0.4.6",
 1457 "lru",
 1458 "percent-encoding",
 1459 "regex-lite",
 1460 "sha2",
 1461 "tracing",
 1462 "url",
 1463]
 1464
 1465[[package]]
 1466name = "aws-sdk-sso"
 1467version = "1.88.0"
 1468source = "registry+https://github.com/rust-lang/crates.io-index"
 1469checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1470dependencies = [
 1471 "aws-credential-types",
 1472 "aws-runtime",
 1473 "aws-smithy-async",
 1474 "aws-smithy-http",
 1475 "aws-smithy-json",
 1476 "aws-smithy-runtime",
 1477 "aws-smithy-runtime-api",
 1478 "aws-smithy-types",
 1479 "aws-types",
 1480 "bytes 1.11.1",
 1481 "fastrand 2.3.0",
 1482 "http 0.2.12",
 1483 "regex-lite",
 1484 "tracing",
 1485]
 1486
 1487[[package]]
 1488name = "aws-sdk-ssooidc"
 1489version = "1.90.0"
 1490source = "registry+https://github.com/rust-lang/crates.io-index"
 1491checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1492dependencies = [
 1493 "aws-credential-types",
 1494 "aws-runtime",
 1495 "aws-smithy-async",
 1496 "aws-smithy-http",
 1497 "aws-smithy-json",
 1498 "aws-smithy-runtime",
 1499 "aws-smithy-runtime-api",
 1500 "aws-smithy-types",
 1501 "aws-types",
 1502 "bytes 1.11.1",
 1503 "fastrand 2.3.0",
 1504 "http 0.2.12",
 1505 "regex-lite",
 1506 "tracing",
 1507]
 1508
 1509[[package]]
 1510name = "aws-sdk-sts"
 1511version = "1.90.0"
 1512source = "registry+https://github.com/rust-lang/crates.io-index"
 1513checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1514dependencies = [
 1515 "aws-credential-types",
 1516 "aws-runtime",
 1517 "aws-smithy-async",
 1518 "aws-smithy-http",
 1519 "aws-smithy-json",
 1520 "aws-smithy-query",
 1521 "aws-smithy-runtime",
 1522 "aws-smithy-runtime-api",
 1523 "aws-smithy-types",
 1524 "aws-smithy-xml",
 1525 "aws-types",
 1526 "fastrand 2.3.0",
 1527 "http 0.2.12",
 1528 "regex-lite",
 1529 "tracing",
 1530]
 1531
 1532[[package]]
 1533name = "aws-sigv4"
 1534version = "1.3.6"
 1535source = "registry+https://github.com/rust-lang/crates.io-index"
 1536checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1537dependencies = [
 1538 "aws-credential-types",
 1539 "aws-smithy-eventstream",
 1540 "aws-smithy-http",
 1541 "aws-smithy-runtime-api",
 1542 "aws-smithy-types",
 1543 "bytes 1.11.1",
 1544 "crypto-bigint 0.5.5",
 1545 "form_urlencoded",
 1546 "hex",
 1547 "hmac",
 1548 "http 0.2.12",
 1549 "http 1.3.1",
 1550 "p256",
 1551 "percent-encoding",
 1552 "ring",
 1553 "sha2",
 1554 "subtle",
 1555 "time",
 1556 "tracing",
 1557 "zeroize",
 1558]
 1559
 1560[[package]]
 1561name = "aws-smithy-async"
 1562version = "1.2.6"
 1563source = "registry+https://github.com/rust-lang/crates.io-index"
 1564checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1565dependencies = [
 1566 "futures-util",
 1567 "pin-project-lite",
 1568 "tokio",
 1569]
 1570
 1571[[package]]
 1572name = "aws-smithy-checksums"
 1573version = "0.63.11"
 1574source = "registry+https://github.com/rust-lang/crates.io-index"
 1575checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1576dependencies = [
 1577 "aws-smithy-http",
 1578 "aws-smithy-types",
 1579 "bytes 1.11.1",
 1580 "crc-fast",
 1581 "hex",
 1582 "http 0.2.12",
 1583 "http-body 0.4.6",
 1584 "md-5",
 1585 "pin-project-lite",
 1586 "sha1",
 1587 "sha2",
 1588 "tracing",
 1589]
 1590
 1591[[package]]
 1592name = "aws-smithy-eventstream"
 1593version = "0.60.13"
 1594source = "registry+https://github.com/rust-lang/crates.io-index"
 1595checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1596dependencies = [
 1597 "aws-smithy-types",
 1598 "bytes 1.11.1",
 1599 "crc32fast",
 1600]
 1601
 1602[[package]]
 1603name = "aws-smithy-http"
 1604version = "0.62.5"
 1605source = "registry+https://github.com/rust-lang/crates.io-index"
 1606checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1607dependencies = [
 1608 "aws-smithy-eventstream",
 1609 "aws-smithy-runtime-api",
 1610 "aws-smithy-types",
 1611 "bytes 1.11.1",
 1612 "bytes-utils",
 1613 "futures-core",
 1614 "futures-util",
 1615 "http 0.2.12",
 1616 "http 1.3.1",
 1617 "http-body 0.4.6",
 1618 "percent-encoding",
 1619 "pin-project-lite",
 1620 "pin-utils",
 1621 "tracing",
 1622]
 1623
 1624[[package]]
 1625name = "aws-smithy-http-client"
 1626version = "1.1.4"
 1627source = "registry+https://github.com/rust-lang/crates.io-index"
 1628checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1629dependencies = [
 1630 "aws-smithy-async",
 1631 "aws-smithy-runtime-api",
 1632 "aws-smithy-types",
 1633 "h2 0.3.27",
 1634 "h2 0.4.12",
 1635 "http 0.2.12",
 1636 "http 1.3.1",
 1637 "http-body 0.4.6",
 1638 "hyper 0.14.32",
 1639 "hyper 1.7.0",
 1640 "hyper-rustls 0.24.2",
 1641 "hyper-rustls 0.27.7",
 1642 "hyper-util",
 1643 "pin-project-lite",
 1644 "rustls 0.21.12",
 1645 "rustls 0.23.33",
 1646 "rustls-native-certs 0.8.2",
 1647 "rustls-pki-types",
 1648 "tokio",
 1649 "tokio-rustls 0.26.2",
 1650 "tower 0.5.2",
 1651 "tracing",
 1652]
 1653
 1654[[package]]
 1655name = "aws-smithy-json"
 1656version = "0.61.7"
 1657source = "registry+https://github.com/rust-lang/crates.io-index"
 1658checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1659dependencies = [
 1660 "aws-smithy-types",
 1661]
 1662
 1663[[package]]
 1664name = "aws-smithy-observability"
 1665version = "0.1.4"
 1666source = "registry+https://github.com/rust-lang/crates.io-index"
 1667checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1668dependencies = [
 1669 "aws-smithy-runtime-api",
 1670]
 1671
 1672[[package]]
 1673name = "aws-smithy-query"
 1674version = "0.60.8"
 1675source = "registry+https://github.com/rust-lang/crates.io-index"
 1676checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1677dependencies = [
 1678 "aws-smithy-types",
 1679 "urlencoding",
 1680]
 1681
 1682[[package]]
 1683name = "aws-smithy-runtime"
 1684version = "1.9.4"
 1685source = "registry+https://github.com/rust-lang/crates.io-index"
 1686checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1687dependencies = [
 1688 "aws-smithy-async",
 1689 "aws-smithy-http",
 1690 "aws-smithy-http-client",
 1691 "aws-smithy-observability",
 1692 "aws-smithy-runtime-api",
 1693 "aws-smithy-types",
 1694 "bytes 1.11.1",
 1695 "fastrand 2.3.0",
 1696 "http 0.2.12",
 1697 "http 1.3.1",
 1698 "http-body 0.4.6",
 1699 "http-body 1.0.1",
 1700 "pin-project-lite",
 1701 "pin-utils",
 1702 "tokio",
 1703 "tracing",
 1704]
 1705
 1706[[package]]
 1707name = "aws-smithy-runtime-api"
 1708version = "1.9.2"
 1709source = "registry+https://github.com/rust-lang/crates.io-index"
 1710checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1711dependencies = [
 1712 "aws-smithy-async",
 1713 "aws-smithy-types",
 1714 "bytes 1.11.1",
 1715 "http 0.2.12",
 1716 "http 1.3.1",
 1717 "pin-project-lite",
 1718 "tokio",
 1719 "tracing",
 1720 "zeroize",
 1721]
 1722
 1723[[package]]
 1724name = "aws-smithy-types"
 1725version = "1.3.4"
 1726source = "registry+https://github.com/rust-lang/crates.io-index"
 1727checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1728dependencies = [
 1729 "base64-simd",
 1730 "bytes 1.11.1",
 1731 "bytes-utils",
 1732 "futures-core",
 1733 "http 0.2.12",
 1734 "http 1.3.1",
 1735 "http-body 0.4.6",
 1736 "http-body 1.0.1",
 1737 "http-body-util",
 1738 "itoa",
 1739 "num-integer",
 1740 "pin-project-lite",
 1741 "pin-utils",
 1742 "ryu",
 1743 "serde",
 1744 "time",
 1745 "tokio",
 1746 "tokio-util",
 1747]
 1748
 1749[[package]]
 1750name = "aws-smithy-xml"
 1751version = "0.60.12"
 1752source = "registry+https://github.com/rust-lang/crates.io-index"
 1753checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1754dependencies = [
 1755 "xmlparser",
 1756]
 1757
 1758[[package]]
 1759name = "aws-types"
 1760version = "1.3.10"
 1761source = "registry+https://github.com/rust-lang/crates.io-index"
 1762checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1763dependencies = [
 1764 "aws-credential-types",
 1765 "aws-smithy-async",
 1766 "aws-smithy-runtime-api",
 1767 "aws-smithy-types",
 1768 "rustc_version",
 1769 "tracing",
 1770]
 1771
 1772[[package]]
 1773name = "aws_http_client"
 1774version = "0.1.0"
 1775dependencies = [
 1776 "aws-smithy-runtime-api",
 1777 "aws-smithy-types",
 1778 "http_client",
 1779]
 1780
 1781[[package]]
 1782name = "axum"
 1783version = "0.6.20"
 1784source = "registry+https://github.com/rust-lang/crates.io-index"
 1785checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1786dependencies = [
 1787 "async-trait",
 1788 "axum-core",
 1789 "base64 0.21.7",
 1790 "bitflags 1.3.2",
 1791 "bytes 1.11.1",
 1792 "futures-util",
 1793 "headers",
 1794 "http 0.2.12",
 1795 "http-body 0.4.6",
 1796 "hyper 0.14.32",
 1797 "itoa",
 1798 "matchit",
 1799 "memchr",
 1800 "mime",
 1801 "percent-encoding",
 1802 "pin-project-lite",
 1803 "rustversion",
 1804 "serde",
 1805 "serde_json",
 1806 "serde_path_to_error",
 1807 "serde_urlencoded",
 1808 "sha1",
 1809 "sync_wrapper 0.1.2",
 1810 "tokio",
 1811 "tokio-tungstenite 0.20.1",
 1812 "tower 0.4.13",
 1813 "tower-layer",
 1814 "tower-service",
 1815]
 1816
 1817[[package]]
 1818name = "axum-core"
 1819version = "0.3.4"
 1820source = "registry+https://github.com/rust-lang/crates.io-index"
 1821checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1822dependencies = [
 1823 "async-trait",
 1824 "bytes 1.11.1",
 1825 "futures-util",
 1826 "http 0.2.12",
 1827 "http-body 0.4.6",
 1828 "mime",
 1829 "rustversion",
 1830 "tower-layer",
 1831 "tower-service",
 1832]
 1833
 1834[[package]]
 1835name = "backtrace"
 1836version = "0.3.76"
 1837source = "registry+https://github.com/rust-lang/crates.io-index"
 1838checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1839dependencies = [
 1840 "addr2line",
 1841 "cfg-if",
 1842 "libc",
 1843 "miniz_oxide",
 1844 "object",
 1845 "rustc-demangle",
 1846 "windows-link 0.2.1",
 1847]
 1848
 1849[[package]]
 1850name = "base16ct"
 1851version = "0.1.1"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1854
 1855[[package]]
 1856name = "base64"
 1857version = "0.21.7"
 1858source = "registry+https://github.com/rust-lang/crates.io-index"
 1859checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1860
 1861[[package]]
 1862name = "base64"
 1863version = "0.22.1"
 1864source = "registry+https://github.com/rust-lang/crates.io-index"
 1865checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1866
 1867[[package]]
 1868name = "base64-simd"
 1869version = "0.8.0"
 1870source = "registry+https://github.com/rust-lang/crates.io-index"
 1871checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1872dependencies = [
 1873 "outref",
 1874 "vsimd",
 1875]
 1876
 1877[[package]]
 1878name = "base64ct"
 1879version = "1.8.0"
 1880source = "registry+https://github.com/rust-lang/crates.io-index"
 1881checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1882
 1883[[package]]
 1884name = "bedrock"
 1885version = "0.1.0"
 1886dependencies = [
 1887 "anyhow",
 1888 "aws-sdk-bedrockruntime",
 1889 "aws-smithy-types",
 1890 "futures 0.3.32",
 1891 "schemars",
 1892 "serde",
 1893 "serde_json",
 1894 "strum 0.27.2",
 1895 "thiserror 2.0.17",
 1896]
 1897
 1898[[package]]
 1899name = "bigdecimal"
 1900version = "0.4.8"
 1901source = "registry+https://github.com/rust-lang/crates.io-index"
 1902checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1903dependencies = [
 1904 "autocfg",
 1905 "libm",
 1906 "num-bigint",
 1907 "num-integer",
 1908 "num-traits",
 1909 "serde",
 1910]
 1911
 1912[[package]]
 1913name = "bincode"
 1914version = "1.3.3"
 1915source = "registry+https://github.com/rust-lang/crates.io-index"
 1916checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1917dependencies = [
 1918 "serde",
 1919]
 1920
 1921[[package]]
 1922name = "bindgen"
 1923version = "0.71.1"
 1924source = "registry+https://github.com/rust-lang/crates.io-index"
 1925checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1926dependencies = [
 1927 "bitflags 2.10.0",
 1928 "cexpr",
 1929 "clang-sys",
 1930 "itertools 0.12.1",
 1931 "log",
 1932 "prettyplease",
 1933 "proc-macro2",
 1934 "quote",
 1935 "regex",
 1936 "rustc-hash 2.1.1",
 1937 "shlex",
 1938 "syn 2.0.117",
 1939]
 1940
 1941[[package]]
 1942name = "bindgen"
 1943version = "0.72.1"
 1944source = "registry+https://github.com/rust-lang/crates.io-index"
 1945checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1946dependencies = [
 1947 "bitflags 2.10.0",
 1948 "cexpr",
 1949 "clang-sys",
 1950 "itertools 0.12.1",
 1951 "proc-macro2",
 1952 "quote",
 1953 "regex",
 1954 "rustc-hash 2.1.1",
 1955 "shlex",
 1956 "syn 2.0.117",
 1957]
 1958
 1959[[package]]
 1960name = "bit-set"
 1961version = "0.8.0"
 1962source = "registry+https://github.com/rust-lang/crates.io-index"
 1963checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1964dependencies = [
 1965 "bit-vec 0.8.0",
 1966]
 1967
 1968[[package]]
 1969name = "bit-set"
 1970version = "0.9.1"
 1971source = "registry+https://github.com/rust-lang/crates.io-index"
 1972checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1973dependencies = [
 1974 "bit-vec 0.9.1",
 1975]
 1976
 1977[[package]]
 1978name = "bit-vec"
 1979version = "0.8.0"
 1980source = "registry+https://github.com/rust-lang/crates.io-index"
 1981checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1982
 1983[[package]]
 1984name = "bit-vec"
 1985version = "0.9.1"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1988
 1989[[package]]
 1990name = "bit_field"
 1991version = "0.10.3"
 1992source = "registry+https://github.com/rust-lang/crates.io-index"
 1993checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1994
 1995[[package]]
 1996name = "bitflags"
 1997version = "1.3.2"
 1998source = "registry+https://github.com/rust-lang/crates.io-index"
 1999checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2000
 2001[[package]]
 2002name = "bitflags"
 2003version = "2.10.0"
 2004source = "registry+https://github.com/rust-lang/crates.io-index"
 2005checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2006dependencies = [
 2007 "serde_core",
 2008]
 2009
 2010[[package]]
 2011name = "bitstream-io"
 2012version = "2.6.0"
 2013source = "registry+https://github.com/rust-lang/crates.io-index"
 2014checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2015
 2016[[package]]
 2017name = "bitvec"
 2018version = "1.0.1"
 2019source = "registry+https://github.com/rust-lang/crates.io-index"
 2020checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2021dependencies = [
 2022 "funty",
 2023 "radium",
 2024 "tap",
 2025 "wyz",
 2026]
 2027
 2028[[package]]
 2029name = "block"
 2030version = "0.1.6"
 2031source = "registry+https://github.com/rust-lang/crates.io-index"
 2032checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2033
 2034[[package]]
 2035name = "block-buffer"
 2036version = "0.10.4"
 2037source = "registry+https://github.com/rust-lang/crates.io-index"
 2038checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2039dependencies = [
 2040 "generic-array",
 2041]
 2042
 2043[[package]]
 2044name = "block-padding"
 2045version = "0.3.3"
 2046source = "registry+https://github.com/rust-lang/crates.io-index"
 2047checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2048dependencies = [
 2049 "generic-array",
 2050]
 2051
 2052[[package]]
 2053name = "block2"
 2054version = "0.6.2"
 2055source = "registry+https://github.com/rust-lang/crates.io-index"
 2056checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2057dependencies = [
 2058 "objc2",
 2059]
 2060
 2061[[package]]
 2062name = "blocking"
 2063version = "1.6.2"
 2064source = "registry+https://github.com/rust-lang/crates.io-index"
 2065checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2066dependencies = [
 2067 "async-channel 2.5.0",
 2068 "async-task",
 2069 "futures-io",
 2070 "futures-lite 2.6.1",
 2071 "piper",
 2072]
 2073
 2074[[package]]
 2075name = "bmrng"
 2076version = "0.5.2"
 2077source = "registry+https://github.com/rust-lang/crates.io-index"
 2078checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2079dependencies = [
 2080 "futures-core",
 2081 "tokio",
 2082]
 2083
 2084[[package]]
 2085name = "bon"
 2086version = "3.8.2"
 2087source = "registry+https://github.com/rust-lang/crates.io-index"
 2088checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2089dependencies = [
 2090 "bon-macros",
 2091 "rustversion",
 2092]
 2093
 2094[[package]]
 2095name = "bon-macros"
 2096version = "3.8.2"
 2097source = "registry+https://github.com/rust-lang/crates.io-index"
 2098checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2099dependencies = [
 2100 "darling 0.21.3",
 2101 "ident_case",
 2102 "prettyplease",
 2103 "proc-macro2",
 2104 "quote",
 2105 "rustversion",
 2106 "syn 2.0.117",
 2107]
 2108
 2109[[package]]
 2110name = "borrow-or-share"
 2111version = "0.2.4"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2114
 2115[[package]]
 2116name = "borsh"
 2117version = "1.5.7"
 2118source = "registry+https://github.com/rust-lang/crates.io-index"
 2119checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2120dependencies = [
 2121 "borsh-derive",
 2122 "cfg_aliases 0.2.1",
 2123]
 2124
 2125[[package]]
 2126name = "borsh-derive"
 2127version = "1.5.7"
 2128source = "registry+https://github.com/rust-lang/crates.io-index"
 2129checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2130dependencies = [
 2131 "once_cell",
 2132 "proc-macro-crate",
 2133 "proc-macro2",
 2134 "quote",
 2135 "syn 2.0.117",
 2136]
 2137
 2138[[package]]
 2139name = "breadcrumbs"
 2140version = "0.1.0"
 2141dependencies = [
 2142 "gpui",
 2143 "ui",
 2144 "workspace",
 2145]
 2146
 2147[[package]]
 2148name = "brush-parser"
 2149version = "0.3.0"
 2150source = "registry+https://github.com/rust-lang/crates.io-index"
 2151checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2152dependencies = [
 2153 "bon",
 2154 "cached",
 2155 "indenter",
 2156 "peg",
 2157 "thiserror 2.0.17",
 2158 "tracing",
 2159 "utf8-chars",
 2160]
 2161
 2162[[package]]
 2163name = "bstr"
 2164version = "1.12.0"
 2165source = "registry+https://github.com/rust-lang/crates.io-index"
 2166checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2167dependencies = [
 2168 "memchr",
 2169 "regex-automata",
 2170 "serde",
 2171]
 2172
 2173[[package]]
 2174name = "buffer_diff"
 2175version = "0.1.0"
 2176dependencies = [
 2177 "clock",
 2178 "ctor",
 2179 "futures 0.3.32",
 2180 "git2",
 2181 "gpui",
 2182 "language",
 2183 "log",
 2184 "pretty_assertions",
 2185 "rand 0.9.2",
 2186 "rope",
 2187 "settings",
 2188 "sum_tree",
 2189 "text",
 2190 "tracing",
 2191 "unindent",
 2192 "util",
 2193 "zlog",
 2194 "ztracing",
 2195]
 2196
 2197[[package]]
 2198name = "built"
 2199version = "0.7.7"
 2200source = "registry+https://github.com/rust-lang/crates.io-index"
 2201checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2202
 2203[[package]]
 2204name = "bumpalo"
 2205version = "3.19.0"
 2206source = "registry+https://github.com/rust-lang/crates.io-index"
 2207checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2208dependencies = [
 2209 "allocator-api2",
 2210]
 2211
 2212[[package]]
 2213name = "by_address"
 2214version = "1.2.1"
 2215source = "registry+https://github.com/rust-lang/crates.io-index"
 2216checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2217
 2218[[package]]
 2219name = "bytecheck"
 2220version = "0.6.12"
 2221source = "registry+https://github.com/rust-lang/crates.io-index"
 2222checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2223dependencies = [
 2224 "bytecheck_derive",
 2225 "ptr_meta",
 2226 "simdutf8",
 2227]
 2228
 2229[[package]]
 2230name = "bytecheck_derive"
 2231version = "0.6.12"
 2232source = "registry+https://github.com/rust-lang/crates.io-index"
 2233checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2234dependencies = [
 2235 "proc-macro2",
 2236 "quote",
 2237 "syn 1.0.109",
 2238]
 2239
 2240[[package]]
 2241name = "bytecount"
 2242version = "0.6.9"
 2243source = "registry+https://github.com/rust-lang/crates.io-index"
 2244checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2245
 2246[[package]]
 2247name = "bytemuck"
 2248version = "1.24.0"
 2249source = "registry+https://github.com/rust-lang/crates.io-index"
 2250checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2251dependencies = [
 2252 "bytemuck_derive",
 2253]
 2254
 2255[[package]]
 2256name = "bytemuck_derive"
 2257version = "1.10.2"
 2258source = "registry+https://github.com/rust-lang/crates.io-index"
 2259checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2260dependencies = [
 2261 "proc-macro2",
 2262 "quote",
 2263 "syn 2.0.117",
 2264]
 2265
 2266[[package]]
 2267name = "byteorder"
 2268version = "1.5.0"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2271
 2272[[package]]
 2273name = "byteorder-lite"
 2274version = "0.1.0"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2277
 2278[[package]]
 2279name = "bytes"
 2280version = "0.4.12"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2283dependencies = [
 2284 "byteorder",
 2285 "iovec",
 2286]
 2287
 2288[[package]]
 2289name = "bytes"
 2290version = "1.11.1"
 2291source = "registry+https://github.com/rust-lang/crates.io-index"
 2292checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2293
 2294[[package]]
 2295name = "bytes-utils"
 2296version = "0.1.4"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2299dependencies = [
 2300 "bytes 1.11.1",
 2301 "either",
 2302]
 2303
 2304[[package]]
 2305name = "bzip2"
 2306version = "0.4.4"
 2307source = "registry+https://github.com/rust-lang/crates.io-index"
 2308checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2309dependencies = [
 2310 "bzip2-sys",
 2311 "libc",
 2312]
 2313
 2314[[package]]
 2315name = "bzip2"
 2316version = "0.6.1"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2319dependencies = [
 2320 "libbz2-rs-sys",
 2321]
 2322
 2323[[package]]
 2324name = "bzip2-sys"
 2325version = "0.1.13+1.0.8"
 2326source = "registry+https://github.com/rust-lang/crates.io-index"
 2327checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2328dependencies = [
 2329 "cc",
 2330 "pkg-config",
 2331]
 2332
 2333[[package]]
 2334name = "cached"
 2335version = "0.56.0"
 2336source = "registry+https://github.com/rust-lang/crates.io-index"
 2337checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2338dependencies = [
 2339 "ahash 0.8.12",
 2340 "cached_proc_macro",
 2341 "cached_proc_macro_types",
 2342 "hashbrown 0.15.5",
 2343 "once_cell",
 2344 "thiserror 2.0.17",
 2345 "web-time",
 2346]
 2347
 2348[[package]]
 2349name = "cached_proc_macro"
 2350version = "0.25.0"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2353dependencies = [
 2354 "darling 0.20.11",
 2355 "proc-macro2",
 2356 "quote",
 2357 "syn 2.0.117",
 2358]
 2359
 2360[[package]]
 2361name = "cached_proc_macro_types"
 2362version = "0.1.1"
 2363source = "registry+https://github.com/rust-lang/crates.io-index"
 2364checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2365
 2366[[package]]
 2367name = "call"
 2368version = "0.1.0"
 2369dependencies = [
 2370 "anyhow",
 2371 "audio",
 2372 "client",
 2373 "collections",
 2374 "feature_flags",
 2375 "fs",
 2376 "futures 0.3.32",
 2377 "gpui",
 2378 "gpui_tokio",
 2379 "language",
 2380 "livekit_client",
 2381 "log",
 2382 "postage",
 2383 "project",
 2384 "serde",
 2385 "settings",
 2386 "telemetry",
 2387 "util",
 2388 "workspace",
 2389]
 2390
 2391[[package]]
 2392name = "calloop"
 2393version = "0.14.3"
 2394source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2395dependencies = [
 2396 "bitflags 2.10.0",
 2397 "polling",
 2398 "rustix 1.1.2",
 2399 "slab",
 2400 "tracing",
 2401]
 2402
 2403[[package]]
 2404name = "calloop-wayland-source"
 2405version = "0.4.1"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2408dependencies = [
 2409 "calloop",
 2410 "rustix 1.1.2",
 2411 "wayland-backend",
 2412 "wayland-client",
 2413]
 2414
 2415[[package]]
 2416name = "camino"
 2417version = "1.2.1"
 2418source = "registry+https://github.com/rust-lang/crates.io-index"
 2419checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2420dependencies = [
 2421 "serde_core",
 2422]
 2423
 2424[[package]]
 2425name = "candle-core"
 2426version = "0.9.1"
 2427source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2428dependencies = [
 2429 "byteorder",
 2430 "float8",
 2431 "gemm 0.17.1",
 2432 "half",
 2433 "memmap2",
 2434 "num-traits",
 2435 "num_cpus",
 2436 "rand 0.9.2",
 2437 "rand_distr",
 2438 "rayon",
 2439 "safetensors",
 2440 "thiserror 1.0.69",
 2441 "ug",
 2442 "yoke 0.7.5",
 2443 "zip 1.1.4",
 2444]
 2445
 2446[[package]]
 2447name = "candle-nn"
 2448version = "0.9.1"
 2449source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2450dependencies = [
 2451 "candle-core",
 2452 "half",
 2453 "libc",
 2454 "num-traits",
 2455 "rayon",
 2456 "safetensors",
 2457 "serde",
 2458 "thiserror 1.0.69",
 2459]
 2460
 2461[[package]]
 2462name = "candle-onnx"
 2463version = "0.9.1"
 2464source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2465dependencies = [
 2466 "candle-core",
 2467 "candle-nn",
 2468 "prost 0.12.6",
 2469]
 2470
 2471[[package]]
 2472name = "cap-fs-ext"
 2473version = "3.4.4"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2476dependencies = [
 2477 "cap-primitives",
 2478 "cap-std",
 2479 "io-lifetimes",
 2480 "windows-sys 0.59.0",
 2481]
 2482
 2483[[package]]
 2484name = "cap-net-ext"
 2485version = "3.4.4"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2488dependencies = [
 2489 "cap-primitives",
 2490 "cap-std",
 2491 "rustix 1.1.2",
 2492 "smallvec",
 2493]
 2494
 2495[[package]]
 2496name = "cap-primitives"
 2497version = "3.4.4"
 2498source = "registry+https://github.com/rust-lang/crates.io-index"
 2499checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2500dependencies = [
 2501 "ambient-authority",
 2502 "fs-set-times",
 2503 "io-extras",
 2504 "io-lifetimes",
 2505 "ipnet",
 2506 "maybe-owned",
 2507 "rustix 1.1.2",
 2508 "rustix-linux-procfs",
 2509 "windows-sys 0.59.0",
 2510 "winx",
 2511]
 2512
 2513[[package]]
 2514name = "cap-rand"
 2515version = "3.4.4"
 2516source = "registry+https://github.com/rust-lang/crates.io-index"
 2517checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2518dependencies = [
 2519 "ambient-authority",
 2520 "rand 0.8.5",
 2521]
 2522
 2523[[package]]
 2524name = "cap-std"
 2525version = "3.4.4"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2528dependencies = [
 2529 "cap-primitives",
 2530 "io-extras",
 2531 "io-lifetimes",
 2532 "rustix 1.1.2",
 2533]
 2534
 2535[[package]]
 2536name = "cap-time-ext"
 2537version = "3.4.4"
 2538source = "registry+https://github.com/rust-lang/crates.io-index"
 2539checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2540dependencies = [
 2541 "ambient-authority",
 2542 "cap-primitives",
 2543 "iana-time-zone",
 2544 "once_cell",
 2545 "rustix 1.1.2",
 2546 "winx",
 2547]
 2548
 2549[[package]]
 2550name = "cargo-platform"
 2551version = "0.1.9"
 2552source = "registry+https://github.com/rust-lang/crates.io-index"
 2553checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2554dependencies = [
 2555 "serde",
 2556]
 2557
 2558[[package]]
 2559name = "cargo-platform"
 2560version = "0.3.2"
 2561source = "registry+https://github.com/rust-lang/crates.io-index"
 2562checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2563dependencies = [
 2564 "serde",
 2565 "serde_core",
 2566]
 2567
 2568[[package]]
 2569name = "cargo_metadata"
 2570version = "0.19.2"
 2571source = "registry+https://github.com/rust-lang/crates.io-index"
 2572checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2573dependencies = [
 2574 "camino",
 2575 "cargo-platform 0.1.9",
 2576 "semver",
 2577 "serde",
 2578 "serde_json",
 2579 "thiserror 2.0.17",
 2580]
 2581
 2582[[package]]
 2583name = "cargo_metadata"
 2584version = "0.23.1"
 2585source = "registry+https://github.com/rust-lang/crates.io-index"
 2586checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2587dependencies = [
 2588 "camino",
 2589 "cargo-platform 0.3.2",
 2590 "semver",
 2591 "serde",
 2592 "serde_json",
 2593 "thiserror 2.0.17",
 2594]
 2595
 2596[[package]]
 2597name = "cargo_toml"
 2598version = "0.21.0"
 2599source = "registry+https://github.com/rust-lang/crates.io-index"
 2600checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2601dependencies = [
 2602 "serde",
 2603 "toml 0.8.23",
 2604]
 2605
 2606[[package]]
 2607name = "cast"
 2608version = "0.3.0"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2611
 2612[[package]]
 2613name = "cbc"
 2614version = "0.1.2"
 2615source = "registry+https://github.com/rust-lang/crates.io-index"
 2616checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2617dependencies = [
 2618 "cipher",
 2619]
 2620
 2621[[package]]
 2622name = "cbindgen"
 2623version = "0.28.0"
 2624source = "registry+https://github.com/rust-lang/crates.io-index"
 2625checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2626dependencies = [
 2627 "heck 0.4.1",
 2628 "indexmap",
 2629 "log",
 2630 "proc-macro2",
 2631 "quote",
 2632 "serde",
 2633 "serde_json",
 2634 "syn 2.0.117",
 2635 "tempfile",
 2636 "toml 0.8.23",
 2637]
 2638
 2639[[package]]
 2640name = "cc"
 2641version = "1.2.49"
 2642source = "registry+https://github.com/rust-lang/crates.io-index"
 2643checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2644dependencies = [
 2645 "find-msvc-tools",
 2646 "jobserver",
 2647 "libc",
 2648 "shlex",
 2649]
 2650
 2651[[package]]
 2652name = "cesu8"
 2653version = "1.1.0"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2656
 2657[[package]]
 2658name = "cexpr"
 2659version = "0.6.0"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2662dependencies = [
 2663 "nom 7.1.3",
 2664]
 2665
 2666[[package]]
 2667name = "cfg-expr"
 2668version = "0.15.8"
 2669source = "registry+https://github.com/rust-lang/crates.io-index"
 2670checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2671dependencies = [
 2672 "smallvec",
 2673 "target-lexicon 0.12.16",
 2674]
 2675
 2676[[package]]
 2677name = "cfg-expr"
 2678version = "0.20.6"
 2679source = "registry+https://github.com/rust-lang/crates.io-index"
 2680checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2681dependencies = [
 2682 "smallvec",
 2683 "target-lexicon 0.13.3",
 2684]
 2685
 2686[[package]]
 2687name = "cfg-if"
 2688version = "1.0.4"
 2689source = "registry+https://github.com/rust-lang/crates.io-index"
 2690checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2691
 2692[[package]]
 2693name = "cfg_aliases"
 2694version = "0.1.1"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2697
 2698[[package]]
 2699name = "cfg_aliases"
 2700version = "0.2.1"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2703
 2704[[package]]
 2705name = "cgl"
 2706version = "0.3.2"
 2707source = "registry+https://github.com/rust-lang/crates.io-index"
 2708checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2709dependencies = [
 2710 "libc",
 2711]
 2712
 2713[[package]]
 2714name = "channel"
 2715version = "0.1.0"
 2716dependencies = [
 2717 "anyhow",
 2718 "client",
 2719 "clock",
 2720 "collections",
 2721 "futures 0.3.32",
 2722 "gpui",
 2723 "http_client",
 2724 "language",
 2725 "log",
 2726 "postage",
 2727 "release_channel",
 2728 "rpc",
 2729 "semver",
 2730 "settings",
 2731 "text",
 2732 "time",
 2733 "util",
 2734]
 2735
 2736[[package]]
 2737name = "chardetng"
 2738version = "0.1.17"
 2739source = "registry+https://github.com/rust-lang/crates.io-index"
 2740checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2741dependencies = [
 2742 "cfg-if",
 2743 "encoding_rs",
 2744 "memchr",
 2745]
 2746
 2747[[package]]
 2748name = "chrono"
 2749version = "0.4.42"
 2750source = "registry+https://github.com/rust-lang/crates.io-index"
 2751checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2752dependencies = [
 2753 "iana-time-zone",
 2754 "js-sys",
 2755 "num-traits",
 2756 "serde",
 2757 "wasm-bindgen",
 2758 "windows-link 0.2.1",
 2759]
 2760
 2761[[package]]
 2762name = "chunked_transfer"
 2763version = "1.5.0"
 2764source = "registry+https://github.com/rust-lang/crates.io-index"
 2765checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2766
 2767[[package]]
 2768name = "ciborium"
 2769version = "0.2.2"
 2770source = "registry+https://github.com/rust-lang/crates.io-index"
 2771checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2772dependencies = [
 2773 "ciborium-io",
 2774 "ciborium-ll",
 2775 "serde",
 2776]
 2777
 2778[[package]]
 2779name = "ciborium-io"
 2780version = "0.2.2"
 2781source = "registry+https://github.com/rust-lang/crates.io-index"
 2782checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2783
 2784[[package]]
 2785name = "ciborium-ll"
 2786version = "0.2.2"
 2787source = "registry+https://github.com/rust-lang/crates.io-index"
 2788checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2789dependencies = [
 2790 "ciborium-io",
 2791 "half",
 2792]
 2793
 2794[[package]]
 2795name = "cipher"
 2796version = "0.4.4"
 2797source = "registry+https://github.com/rust-lang/crates.io-index"
 2798checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2799dependencies = [
 2800 "crypto-common",
 2801 "inout",
 2802 "zeroize",
 2803]
 2804
 2805[[package]]
 2806name = "circular-buffer"
 2807version = "1.2.0"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2810
 2811[[package]]
 2812name = "clang-sys"
 2813version = "1.8.1"
 2814source = "registry+https://github.com/rust-lang/crates.io-index"
 2815checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2816dependencies = [
 2817 "glob",
 2818 "libc",
 2819 "libloading",
 2820]
 2821
 2822[[package]]
 2823name = "clap"
 2824version = "4.5.49"
 2825source = "registry+https://github.com/rust-lang/crates.io-index"
 2826checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2827dependencies = [
 2828 "clap_builder",
 2829 "clap_derive",
 2830]
 2831
 2832[[package]]
 2833name = "clap_builder"
 2834version = "4.5.49"
 2835source = "registry+https://github.com/rust-lang/crates.io-index"
 2836checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2837dependencies = [
 2838 "anstream",
 2839 "anstyle",
 2840 "clap_lex",
 2841 "strsim",
 2842 "terminal_size",
 2843]
 2844
 2845[[package]]
 2846name = "clap_complete"
 2847version = "4.5.59"
 2848source = "registry+https://github.com/rust-lang/crates.io-index"
 2849checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2850dependencies = [
 2851 "clap",
 2852]
 2853
 2854[[package]]
 2855name = "clap_derive"
 2856version = "4.5.49"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2859dependencies = [
 2860 "heck 0.5.0",
 2861 "proc-macro2",
 2862 "quote",
 2863 "syn 2.0.117",
 2864]
 2865
 2866[[package]]
 2867name = "clap_lex"
 2868version = "0.7.6"
 2869source = "registry+https://github.com/rust-lang/crates.io-index"
 2870checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2871
 2872[[package]]
 2873name = "cli"
 2874version = "0.1.0"
 2875dependencies = [
 2876 "anyhow",
 2877 "askpass",
 2878 "clap",
 2879 "collections",
 2880 "console",
 2881 "core-foundation 0.10.0",
 2882 "core-services",
 2883 "dialoguer",
 2884 "exec",
 2885 "fork",
 2886 "ipc-channel",
 2887 "parking_lot",
 2888 "paths",
 2889 "plist",
 2890 "rayon",
 2891 "release_channel",
 2892 "serde",
 2893 "serde_json",
 2894 "tempfile",
 2895 "util",
 2896 "walkdir",
 2897 "windows 0.61.3",
 2898]
 2899
 2900[[package]]
 2901name = "client"
 2902version = "0.1.0"
 2903dependencies = [
 2904 "anyhow",
 2905 "async-tungstenite",
 2906 "base64 0.22.1",
 2907 "chrono",
 2908 "clock",
 2909 "cloud_api_client",
 2910 "cloud_api_types",
 2911 "cloud_llm_client",
 2912 "collections",
 2913 "credentials_provider",
 2914 "db",
 2915 "derive_more",
 2916 "feature_flags",
 2917 "fs",
 2918 "futures 0.3.32",
 2919 "gpui",
 2920 "gpui_tokio",
 2921 "http_client",
 2922 "http_client_tls",
 2923 "httparse",
 2924 "log",
 2925 "objc2-foundation",
 2926 "parking_lot",
 2927 "paths",
 2928 "postage",
 2929 "rand 0.9.2",
 2930 "regex",
 2931 "release_channel",
 2932 "rpc",
 2933 "rustls-pki-types",
 2934 "semver",
 2935 "serde",
 2936 "serde_json",
 2937 "serde_urlencoded",
 2938 "settings",
 2939 "sha2",
 2940 "smol",
 2941 "telemetry",
 2942 "telemetry_events",
 2943 "text",
 2944 "thiserror 2.0.17",
 2945 "time",
 2946 "tiny_http",
 2947 "tokio",
 2948 "tokio-native-tls",
 2949 "tokio-rustls 0.26.2",
 2950 "tokio-socks",
 2951 "url",
 2952 "util",
 2953 "windows 0.61.3",
 2954 "worktree",
 2955 "zed_credentials_provider",
 2956]
 2957
 2958[[package]]
 2959name = "clock"
 2960version = "0.1.0"
 2961dependencies = [
 2962 "parking_lot",
 2963 "serde",
 2964 "smallvec",
 2965]
 2966
 2967[[package]]
 2968name = "cloud_api_client"
 2969version = "0.1.0"
 2970dependencies = [
 2971 "anyhow",
 2972 "cloud_api_types",
 2973 "futures 0.3.32",
 2974 "gpui",
 2975 "gpui_tokio",
 2976 "http_client",
 2977 "parking_lot",
 2978 "serde_json",
 2979 "smol",
 2980 "thiserror 2.0.17",
 2981 "yawc",
 2982]
 2983
 2984[[package]]
 2985name = "cloud_api_types"
 2986version = "0.1.0"
 2987dependencies = [
 2988 "anyhow",
 2989 "chrono",
 2990 "ciborium",
 2991 "cloud_llm_client",
 2992 "pretty_assertions",
 2993 "serde",
 2994 "serde_json",
 2995 "strum 0.27.2",
 2996]
 2997
 2998[[package]]
 2999name = "cloud_llm_client"
 3000version = "0.1.0"
 3001dependencies = [
 3002 "anyhow",
 3003 "serde",
 3004 "serde_json",
 3005 "strum 0.27.2",
 3006 "uuid",
 3007 "zeta_prompt",
 3008]
 3009
 3010[[package]]
 3011name = "cmake"
 3012version = "0.1.56"
 3013source = "registry+https://github.com/rust-lang/crates.io-index"
 3014checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3015dependencies = [
 3016 "cc",
 3017]
 3018
 3019[[package]]
 3020name = "cobs"
 3021version = "0.3.0"
 3022source = "registry+https://github.com/rust-lang/crates.io-index"
 3023checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3024dependencies = [
 3025 "thiserror 2.0.17",
 3026]
 3027
 3028[[package]]
 3029name = "cocoa"
 3030version = "0.25.0"
 3031source = "registry+https://github.com/rust-lang/crates.io-index"
 3032checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3033dependencies = [
 3034 "bitflags 1.3.2",
 3035 "block",
 3036 "cocoa-foundation 0.1.2",
 3037 "core-foundation 0.9.4",
 3038 "core-graphics 0.23.2",
 3039 "foreign-types 0.5.0",
 3040 "libc",
 3041 "objc",
 3042]
 3043
 3044[[package]]
 3045name = "cocoa"
 3046version = "0.26.0"
 3047source = "registry+https://github.com/rust-lang/crates.io-index"
 3048checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3049dependencies = [
 3050 "bitflags 2.10.0",
 3051 "block",
 3052 "cocoa-foundation 0.2.0",
 3053 "core-foundation 0.10.0",
 3054 "core-graphics 0.24.0",
 3055 "foreign-types 0.5.0",
 3056 "libc",
 3057 "objc",
 3058]
 3059
 3060[[package]]
 3061name = "cocoa-foundation"
 3062version = "0.1.2"
 3063source = "registry+https://github.com/rust-lang/crates.io-index"
 3064checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3065dependencies = [
 3066 "bitflags 1.3.2",
 3067 "block",
 3068 "core-foundation 0.9.4",
 3069 "core-graphics-types 0.1.3",
 3070 "libc",
 3071 "objc",
 3072]
 3073
 3074[[package]]
 3075name = "cocoa-foundation"
 3076version = "0.2.0"
 3077source = "registry+https://github.com/rust-lang/crates.io-index"
 3078checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3079dependencies = [
 3080 "bitflags 2.10.0",
 3081 "block",
 3082 "core-foundation 0.10.0",
 3083 "core-graphics-types 0.2.0",
 3084 "libc",
 3085 "objc",
 3086]
 3087
 3088[[package]]
 3089name = "codespan-reporting"
 3090version = "0.13.0"
 3091source = "registry+https://github.com/rust-lang/crates.io-index"
 3092checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3093dependencies = [
 3094 "serde",
 3095 "termcolor",
 3096 "unicode-width",
 3097]
 3098
 3099[[package]]
 3100name = "codestral"
 3101version = "0.1.0"
 3102dependencies = [
 3103 "anyhow",
 3104 "edit_prediction",
 3105 "edit_prediction_types",
 3106 "futures 0.3.32",
 3107 "gpui",
 3108 "http_client",
 3109 "icons",
 3110 "language",
 3111 "language_model",
 3112 "log",
 3113 "serde",
 3114 "serde_json",
 3115 "text",
 3116 "zed_credentials_provider",
 3117 "zeta_prompt",
 3118]
 3119
 3120[[package]]
 3121name = "collab"
 3122version = "0.44.0"
 3123dependencies = [
 3124 "agent",
 3125 "anyhow",
 3126 "async-trait",
 3127 "async-tungstenite",
 3128 "aws-config",
 3129 "aws-sdk-kinesis",
 3130 "aws-sdk-s3",
 3131 "axum",
 3132 "buffer_diff",
 3133 "call",
 3134 "channel",
 3135 "chrono",
 3136 "client",
 3137 "clock",
 3138 "cloud_api_types",
 3139 "collab",
 3140 "collab_ui",
 3141 "collections",
 3142 "command_palette_hooks",
 3143 "ctor",
 3144 "dap",
 3145 "dap_adapters",
 3146 "dashmap",
 3147 "debugger_ui",
 3148 "editor",
 3149 "envy",
 3150 "extension",
 3151 "file_finder",
 3152 "fs",
 3153 "futures 0.3.32",
 3154 "git",
 3155 "git_hosting_providers",
 3156 "git_ui",
 3157 "gpui",
 3158 "gpui_tokio",
 3159 "hex",
 3160 "http_client",
 3161 "indoc",
 3162 "language",
 3163 "language_model",
 3164 "livekit_api",
 3165 "livekit_client",
 3166 "log",
 3167 "lsp",
 3168 "menu",
 3169 "multi_buffer",
 3170 "nanoid",
 3171 "node_runtime",
 3172 "notifications",
 3173 "parking_lot",
 3174 "pretty_assertions",
 3175 "project",
 3176 "prometheus",
 3177 "prompt_store",
 3178 "prost 0.9.0",
 3179 "rand 0.9.2",
 3180 "recent_projects",
 3181 "release_channel",
 3182 "remote",
 3183 "remote_server",
 3184 "reqwest 0.11.27",
 3185 "rpc",
 3186 "sea-orm",
 3187 "sea-orm-macros",
 3188 "semver",
 3189 "serde",
 3190 "serde_json",
 3191 "session",
 3192 "settings",
 3193 "sha2",
 3194 "smol",
 3195 "sqlx",
 3196 "strum 0.27.2",
 3197 "task",
 3198 "telemetry_events",
 3199 "text",
 3200 "theme",
 3201 "theme_settings",
 3202 "time",
 3203 "tokio",
 3204 "toml 0.8.23",
 3205 "tower 0.4.13",
 3206 "tower-http 0.4.4",
 3207 "tracing",
 3208 "tracing-subscriber",
 3209 "unindent",
 3210 "util",
 3211 "uuid",
 3212 "workspace",
 3213 "worktree",
 3214 "zed_actions",
 3215 "zlog",
 3216]
 3217
 3218[[package]]
 3219name = "collab_ui"
 3220version = "0.1.0"
 3221dependencies = [
 3222 "anyhow",
 3223 "call",
 3224 "channel",
 3225 "client",
 3226 "collections",
 3227 "db",
 3228 "editor",
 3229 "futures 0.3.32",
 3230 "fuzzy",
 3231 "gpui",
 3232 "livekit_client",
 3233 "menu",
 3234 "notifications",
 3235 "picker",
 3236 "project",
 3237 "release_channel",
 3238 "rpc",
 3239 "serde",
 3240 "serde_json",
 3241 "settings",
 3242 "smallvec",
 3243 "telemetry",
 3244 "theme",
 3245 "theme_settings",
 3246 "time",
 3247 "title_bar",
 3248 "ui",
 3249 "util",
 3250 "workspace",
 3251 "zed_actions",
 3252]
 3253
 3254[[package]]
 3255name = "collections"
 3256version = "0.1.0"
 3257dependencies = [
 3258 "indexmap",
 3259 "rustc-hash 2.1.1",
 3260]
 3261
 3262[[package]]
 3263name = "color_quant"
 3264version = "1.1.0"
 3265source = "registry+https://github.com/rust-lang/crates.io-index"
 3266checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3267
 3268[[package]]
 3269name = "colorchoice"
 3270version = "1.0.4"
 3271source = "registry+https://github.com/rust-lang/crates.io-index"
 3272checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3273
 3274[[package]]
 3275name = "combine"
 3276version = "4.6.7"
 3277source = "registry+https://github.com/rust-lang/crates.io-index"
 3278checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3279dependencies = [
 3280 "bytes 1.11.1",
 3281 "memchr",
 3282]
 3283
 3284[[package]]
 3285name = "command-fds"
 3286version = "0.3.2"
 3287source = "registry+https://github.com/rust-lang/crates.io-index"
 3288checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3289dependencies = [
 3290 "nix 0.30.1",
 3291 "thiserror 2.0.17",
 3292]
 3293
 3294[[package]]
 3295name = "command_palette"
 3296version = "0.1.0"
 3297dependencies = [
 3298 "anyhow",
 3299 "client",
 3300 "collections",
 3301 "command_palette_hooks",
 3302 "db",
 3303 "editor",
 3304 "fuzzy",
 3305 "go_to_line",
 3306 "gpui",
 3307 "language",
 3308 "log",
 3309 "menu",
 3310 "picker",
 3311 "postage",
 3312 "project",
 3313 "serde",
 3314 "settings",
 3315 "telemetry",
 3316 "theme",
 3317 "theme_settings",
 3318 "time",
 3319 "ui",
 3320 "util",
 3321 "workspace",
 3322 "zed_actions",
 3323]
 3324
 3325[[package]]
 3326name = "command_palette_hooks"
 3327version = "0.1.0"
 3328dependencies = [
 3329 "collections",
 3330 "derive_more",
 3331 "gpui",
 3332 "workspace",
 3333]
 3334
 3335[[package]]
 3336name = "compliance"
 3337version = "0.1.0"
 3338dependencies = [
 3339 "anyhow",
 3340 "async-trait",
 3341 "derive_more",
 3342 "futures 0.3.32",
 3343 "indoc",
 3344 "itertools 0.14.0",
 3345 "jsonwebtoken",
 3346 "octocrab",
 3347 "regex",
 3348 "semver",
 3349 "serde",
 3350 "serde_json",
 3351 "tokio",
 3352]
 3353
 3354[[package]]
 3355name = "component"
 3356version = "0.1.0"
 3357dependencies = [
 3358 "collections",
 3359 "documented",
 3360 "gpui",
 3361 "inventory",
 3362 "parking_lot",
 3363 "strum 0.27.2",
 3364 "theme",
 3365]
 3366
 3367[[package]]
 3368name = "component_preview"
 3369version = "0.1.0"
 3370dependencies = [
 3371 "anyhow",
 3372 "client",
 3373 "collections",
 3374 "component",
 3375 "db",
 3376 "fs",
 3377 "gpui",
 3378 "gpui_platform",
 3379 "language",
 3380 "log",
 3381 "node_runtime",
 3382 "notifications",
 3383 "project",
 3384 "release_channel",
 3385 "reqwest_client",
 3386 "session",
 3387 "settings",
 3388 "theme",
 3389 "theme_settings",
 3390 "ui",
 3391 "ui_input",
 3392 "uuid",
 3393 "workspace",
 3394]
 3395
 3396[[package]]
 3397name = "compression-codecs"
 3398version = "0.4.31"
 3399source = "registry+https://github.com/rust-lang/crates.io-index"
 3400checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3401dependencies = [
 3402 "bzip2 0.6.1",
 3403 "compression-core",
 3404 "deflate64",
 3405 "flate2",
 3406 "memchr",
 3407]
 3408
 3409[[package]]
 3410name = "compression-core"
 3411version = "0.4.29"
 3412source = "registry+https://github.com/rust-lang/crates.io-index"
 3413checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3414
 3415[[package]]
 3416name = "concurrent-queue"
 3417version = "2.5.0"
 3418source = "registry+https://github.com/rust-lang/crates.io-index"
 3419checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3420dependencies = [
 3421 "crossbeam-utils",
 3422]
 3423
 3424[[package]]
 3425name = "console"
 3426version = "0.16.3"
 3427source = "registry+https://github.com/rust-lang/crates.io-index"
 3428checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3429dependencies = [
 3430 "encode_unicode",
 3431 "libc",
 3432 "unicode-width",
 3433 "windows-sys 0.61.2",
 3434]
 3435
 3436[[package]]
 3437name = "console_error_panic_hook"
 3438version = "0.1.7"
 3439source = "registry+https://github.com/rust-lang/crates.io-index"
 3440checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3441dependencies = [
 3442 "cfg-if",
 3443 "wasm-bindgen",
 3444]
 3445
 3446[[package]]
 3447name = "const-oid"
 3448version = "0.9.6"
 3449source = "registry+https://github.com/rust-lang/crates.io-index"
 3450checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3451
 3452[[package]]
 3453name = "const-random"
 3454version = "0.1.18"
 3455source = "registry+https://github.com/rust-lang/crates.io-index"
 3456checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3457dependencies = [
 3458 "const-random-macro",
 3459]
 3460
 3461[[package]]
 3462name = "const-random-macro"
 3463version = "0.1.16"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3466dependencies = [
 3467 "getrandom 0.2.16",
 3468 "once_cell",
 3469 "tiny-keccak",
 3470]
 3471
 3472[[package]]
 3473name = "const_format"
 3474version = "0.2.35"
 3475source = "registry+https://github.com/rust-lang/crates.io-index"
 3476checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3477dependencies = [
 3478 "const_format_proc_macros",
 3479]
 3480
 3481[[package]]
 3482name = "const_format_proc_macros"
 3483version = "0.2.34"
 3484source = "registry+https://github.com/rust-lang/crates.io-index"
 3485checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3486dependencies = [
 3487 "proc-macro2",
 3488 "quote",
 3489 "unicode-xid",
 3490]
 3491
 3492[[package]]
 3493name = "constant_time_eq"
 3494version = "0.1.5"
 3495source = "registry+https://github.com/rust-lang/crates.io-index"
 3496checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3497
 3498[[package]]
 3499name = "context_server"
 3500version = "0.1.0"
 3501dependencies = [
 3502 "anyhow",
 3503 "async-trait",
 3504 "base64 0.22.1",
 3505 "collections",
 3506 "futures 0.3.32",
 3507 "gpui",
 3508 "http_client",
 3509 "log",
 3510 "net",
 3511 "parking_lot",
 3512 "postage",
 3513 "rand 0.9.2",
 3514 "schemars",
 3515 "serde",
 3516 "serde_json",
 3517 "settings",
 3518 "sha2",
 3519 "slotmap",
 3520 "smol",
 3521 "tempfile",
 3522 "terminal",
 3523 "tiny_http",
 3524 "url",
 3525 "util",
 3526]
 3527
 3528[[package]]
 3529name = "convert_case"
 3530version = "0.8.0"
 3531source = "registry+https://github.com/rust-lang/crates.io-index"
 3532checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3533dependencies = [
 3534 "unicode-segmentation",
 3535]
 3536
 3537[[package]]
 3538name = "convert_case"
 3539version = "0.10.0"
 3540source = "registry+https://github.com/rust-lang/crates.io-index"
 3541checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3542dependencies = [
 3543 "unicode-segmentation",
 3544]
 3545
 3546[[package]]
 3547name = "convert_case"
 3548version = "0.11.0"
 3549source = "registry+https://github.com/rust-lang/crates.io-index"
 3550checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3551dependencies = [
 3552 "unicode-segmentation",
 3553]
 3554
 3555[[package]]
 3556name = "copilot"
 3557version = "0.1.0"
 3558dependencies = [
 3559 "anyhow",
 3560 "async-std",
 3561 "collections",
 3562 "command_palette_hooks",
 3563 "copilot_chat",
 3564 "edit_prediction_types",
 3565 "editor",
 3566 "fs",
 3567 "futures 0.3.32",
 3568 "gpui",
 3569 "icons",
 3570 "indoc",
 3571 "language",
 3572 "log",
 3573 "lsp",
 3574 "node_runtime",
 3575 "parking_lot",
 3576 "paths",
 3577 "pretty_assertions",
 3578 "project",
 3579 "rpc",
 3580 "semver",
 3581 "serde",
 3582 "serde_json",
 3583 "settings",
 3584 "sum_tree",
 3585 "theme",
 3586 "theme_settings",
 3587 "util",
 3588 "workspace",
 3589 "zlog",
 3590]
 3591
 3592[[package]]
 3593name = "copilot_chat"
 3594version = "0.1.0"
 3595dependencies = [
 3596 "anthropic",
 3597 "anyhow",
 3598 "collections",
 3599 "dirs",
 3600 "fs",
 3601 "futures 0.3.32",
 3602 "gpui",
 3603 "http_client",
 3604 "log",
 3605 "paths",
 3606 "serde",
 3607 "serde_json",
 3608 "settings",
 3609]
 3610
 3611[[package]]
 3612name = "copilot_ui"
 3613version = "0.1.0"
 3614dependencies = [
 3615 "anyhow",
 3616 "copilot",
 3617 "gpui",
 3618 "language",
 3619 "log",
 3620 "lsp",
 3621 "menu",
 3622 "project",
 3623 "serde_json",
 3624 "settings",
 3625 "ui",
 3626 "util",
 3627 "workspace",
 3628]
 3629
 3630[[package]]
 3631name = "core-foundation"
 3632version = "0.9.4"
 3633source = "registry+https://github.com/rust-lang/crates.io-index"
 3634checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3635dependencies = [
 3636 "core-foundation-sys",
 3637 "libc",
 3638]
 3639
 3640[[package]]
 3641name = "core-foundation"
 3642version = "0.10.0"
 3643source = "registry+https://github.com/rust-lang/crates.io-index"
 3644checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3645dependencies = [
 3646 "core-foundation-sys",
 3647 "libc",
 3648]
 3649
 3650[[package]]
 3651name = "core-foundation-sys"
 3652version = "0.8.7"
 3653source = "registry+https://github.com/rust-lang/crates.io-index"
 3654checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3655
 3656[[package]]
 3657name = "core-graphics"
 3658version = "0.23.2"
 3659source = "registry+https://github.com/rust-lang/crates.io-index"
 3660checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3661dependencies = [
 3662 "bitflags 1.3.2",
 3663 "core-foundation 0.9.4",
 3664 "core-graphics-types 0.1.3",
 3665 "foreign-types 0.5.0",
 3666 "libc",
 3667]
 3668
 3669[[package]]
 3670name = "core-graphics"
 3671version = "0.24.0"
 3672source = "registry+https://github.com/rust-lang/crates.io-index"
 3673checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3674dependencies = [
 3675 "bitflags 2.10.0",
 3676 "core-foundation 0.10.0",
 3677 "core-graphics-types 0.2.0",
 3678 "foreign-types 0.5.0",
 3679 "libc",
 3680]
 3681
 3682[[package]]
 3683name = "core-graphics-helmer-fork"
 3684version = "0.24.0"
 3685source = "registry+https://github.com/rust-lang/crates.io-index"
 3686checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3687dependencies = [
 3688 "bitflags 2.10.0",
 3689 "core-foundation 0.9.4",
 3690 "core-graphics-types 0.1.3",
 3691 "foreign-types 0.5.0",
 3692 "libc",
 3693]
 3694
 3695[[package]]
 3696name = "core-graphics-types"
 3697version = "0.1.3"
 3698source = "registry+https://github.com/rust-lang/crates.io-index"
 3699checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3700dependencies = [
 3701 "bitflags 1.3.2",
 3702 "core-foundation 0.9.4",
 3703 "libc",
 3704]
 3705
 3706[[package]]
 3707name = "core-graphics-types"
 3708version = "0.2.0"
 3709source = "registry+https://github.com/rust-lang/crates.io-index"
 3710checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3711dependencies = [
 3712 "bitflags 2.10.0",
 3713 "core-foundation 0.10.0",
 3714 "libc",
 3715]
 3716
 3717[[package]]
 3718name = "core-graphics2"
 3719version = "0.5.2"
 3720source = "registry+https://github.com/rust-lang/crates.io-index"
 3721checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3722dependencies = [
 3723 "bitflags 2.10.0",
 3724 "block",
 3725 "cfg-if",
 3726 "core-foundation 0.10.0",
 3727 "libc",
 3728]
 3729
 3730[[package]]
 3731name = "core-services"
 3732version = "0.2.1"
 3733source = "registry+https://github.com/rust-lang/crates.io-index"
 3734checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3735dependencies = [
 3736 "core-foundation 0.9.4",
 3737]
 3738
 3739[[package]]
 3740name = "core-text"
 3741version = "21.0.0"
 3742source = "registry+https://github.com/rust-lang/crates.io-index"
 3743checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3744dependencies = [
 3745 "core-foundation 0.10.0",
 3746 "core-graphics 0.24.0",
 3747 "foreign-types 0.5.0",
 3748 "libc",
 3749]
 3750
 3751[[package]]
 3752name = "core-video"
 3753version = "0.5.2"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3756dependencies = [
 3757 "block",
 3758 "core-foundation 0.10.0",
 3759 "core-graphics2",
 3760 "io-surface",
 3761 "libc",
 3762 "metal",
 3763]
 3764
 3765[[package]]
 3766name = "core_maths"
 3767version = "0.1.1"
 3768source = "registry+https://github.com/rust-lang/crates.io-index"
 3769checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3770dependencies = [
 3771 "libm",
 3772]
 3773
 3774[[package]]
 3775name = "coreaudio-rs"
 3776version = "0.12.1"
 3777source = "registry+https://github.com/rust-lang/crates.io-index"
 3778checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3779dependencies = [
 3780 "bitflags 1.3.2",
 3781 "core-foundation-sys",
 3782 "coreaudio-sys",
 3783]
 3784
 3785[[package]]
 3786name = "coreaudio-rs"
 3787version = "0.13.0"
 3788source = "registry+https://github.com/rust-lang/crates.io-index"
 3789checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3790dependencies = [
 3791 "bitflags 1.3.2",
 3792 "libc",
 3793 "objc2-audio-toolbox",
 3794 "objc2-core-audio",
 3795 "objc2-core-audio-types",
 3796 "objc2-core-foundation",
 3797]
 3798
 3799[[package]]
 3800name = "coreaudio-sys"
 3801version = "0.2.17"
 3802source = "registry+https://github.com/rust-lang/crates.io-index"
 3803checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3804dependencies = [
 3805 "bindgen 0.72.1",
 3806]
 3807
 3808[[package]]
 3809name = "cosmic-text"
 3810version = "0.17.1"
 3811source = "registry+https://github.com/rust-lang/crates.io-index"
 3812checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3813dependencies = [
 3814 "bitflags 2.10.0",
 3815 "fontdb 0.23.0",
 3816 "harfrust",
 3817 "linebender_resource_handle",
 3818 "log",
 3819 "rangemap",
 3820 "rustc-hash 2.1.1",
 3821 "self_cell",
 3822 "skrifa 0.40.0",
 3823 "smol_str",
 3824 "swash",
 3825 "sys-locale",
 3826 "unicode-bidi",
 3827 "unicode-linebreak",
 3828 "unicode-script",
 3829 "unicode-segmentation",
 3830]
 3831
 3832[[package]]
 3833name = "cpal"
 3834version = "0.17.1"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3837dependencies = [
 3838 "alsa",
 3839 "coreaudio-rs 0.13.0",
 3840 "dasp_sample",
 3841 "jni",
 3842 "js-sys",
 3843 "libc",
 3844 "mach2 0.5.0",
 3845 "ndk",
 3846 "ndk-context",
 3847 "num-derive",
 3848 "num-traits",
 3849 "objc2",
 3850 "objc2-audio-toolbox",
 3851 "objc2-avf-audio",
 3852 "objc2-core-audio",
 3853 "objc2-core-audio-types",
 3854 "objc2-core-foundation",
 3855 "objc2-foundation",
 3856 "wasm-bindgen",
 3857 "wasm-bindgen-futures",
 3858 "web-sys",
 3859 "windows 0.62.2",
 3860]
 3861
 3862[[package]]
 3863name = "cpp_demangle"
 3864version = "0.4.5"
 3865source = "registry+https://github.com/rust-lang/crates.io-index"
 3866checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3867dependencies = [
 3868 "cfg-if",
 3869]
 3870
 3871[[package]]
 3872name = "cpufeatures"
 3873version = "0.2.17"
 3874source = "registry+https://github.com/rust-lang/crates.io-index"
 3875checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3876dependencies = [
 3877 "libc",
 3878]
 3879
 3880[[package]]
 3881name = "cranelift-assembler-x64"
 3882version = "0.123.7"
 3883source = "registry+https://github.com/rust-lang/crates.io-index"
 3884checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3885dependencies = [
 3886 "cranelift-assembler-x64-meta",
 3887]
 3888
 3889[[package]]
 3890name = "cranelift-assembler-x64-meta"
 3891version = "0.123.7"
 3892source = "registry+https://github.com/rust-lang/crates.io-index"
 3893checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3894dependencies = [
 3895 "cranelift-srcgen",
 3896]
 3897
 3898[[package]]
 3899name = "cranelift-bforest"
 3900version = "0.123.7"
 3901source = "registry+https://github.com/rust-lang/crates.io-index"
 3902checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3903dependencies = [
 3904 "cranelift-entity",
 3905]
 3906
 3907[[package]]
 3908name = "cranelift-bitset"
 3909version = "0.123.7"
 3910source = "registry+https://github.com/rust-lang/crates.io-index"
 3911checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3912dependencies = [
 3913 "serde",
 3914 "serde_derive",
 3915]
 3916
 3917[[package]]
 3918name = "cranelift-codegen"
 3919version = "0.123.7"
 3920source = "registry+https://github.com/rust-lang/crates.io-index"
 3921checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3922dependencies = [
 3923 "bumpalo",
 3924 "cranelift-assembler-x64",
 3925 "cranelift-bforest",
 3926 "cranelift-bitset",
 3927 "cranelift-codegen-meta",
 3928 "cranelift-codegen-shared",
 3929 "cranelift-control",
 3930 "cranelift-entity",
 3931 "cranelift-isle",
 3932 "gimli",
 3933 "hashbrown 0.15.5",
 3934 "log",
 3935 "postcard",
 3936 "pulley-interpreter",
 3937 "regalloc2",
 3938 "rustc-hash 2.1.1",
 3939 "serde",
 3940 "serde_derive",
 3941 "sha2",
 3942 "smallvec",
 3943 "target-lexicon 0.13.3",
 3944 "wasmtime-internal-math",
 3945]
 3946
 3947[[package]]
 3948name = "cranelift-codegen-meta"
 3949version = "0.123.7"
 3950source = "registry+https://github.com/rust-lang/crates.io-index"
 3951checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3952dependencies = [
 3953 "cranelift-assembler-x64-meta",
 3954 "cranelift-codegen-shared",
 3955 "cranelift-srcgen",
 3956 "heck 0.5.0",
 3957 "pulley-interpreter",
 3958]
 3959
 3960[[package]]
 3961name = "cranelift-codegen-shared"
 3962version = "0.123.7"
 3963source = "registry+https://github.com/rust-lang/crates.io-index"
 3964checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3965
 3966[[package]]
 3967name = "cranelift-control"
 3968version = "0.123.7"
 3969source = "registry+https://github.com/rust-lang/crates.io-index"
 3970checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3971dependencies = [
 3972 "arbitrary",
 3973]
 3974
 3975[[package]]
 3976name = "cranelift-entity"
 3977version = "0.123.7"
 3978source = "registry+https://github.com/rust-lang/crates.io-index"
 3979checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3980dependencies = [
 3981 "cranelift-bitset",
 3982 "serde",
 3983 "serde_derive",
 3984]
 3985
 3986[[package]]
 3987name = "cranelift-frontend"
 3988version = "0.123.7"
 3989source = "registry+https://github.com/rust-lang/crates.io-index"
 3990checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3991dependencies = [
 3992 "cranelift-codegen",
 3993 "log",
 3994 "smallvec",
 3995 "target-lexicon 0.13.3",
 3996]
 3997
 3998[[package]]
 3999name = "cranelift-isle"
 4000version = "0.123.7"
 4001source = "registry+https://github.com/rust-lang/crates.io-index"
 4002checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4003
 4004[[package]]
 4005name = "cranelift-native"
 4006version = "0.123.7"
 4007source = "registry+https://github.com/rust-lang/crates.io-index"
 4008checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4009dependencies = [
 4010 "cranelift-codegen",
 4011 "libc",
 4012 "target-lexicon 0.13.3",
 4013]
 4014
 4015[[package]]
 4016name = "cranelift-srcgen"
 4017version = "0.123.7"
 4018source = "registry+https://github.com/rust-lang/crates.io-index"
 4019checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4020
 4021[[package]]
 4022name = "crash-context"
 4023version = "0.6.3"
 4024source = "registry+https://github.com/rust-lang/crates.io-index"
 4025checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4026dependencies = [
 4027 "cfg-if",
 4028 "libc",
 4029 "mach2 0.4.3",
 4030]
 4031
 4032[[package]]
 4033name = "crash-handler"
 4034version = "0.6.3"
 4035source = "registry+https://github.com/rust-lang/crates.io-index"
 4036checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4037dependencies = [
 4038 "cfg-if",
 4039 "crash-context",
 4040 "libc",
 4041 "mach2 0.4.3",
 4042 "parking_lot",
 4043]
 4044
 4045[[package]]
 4046name = "crashes"
 4047version = "0.1.0"
 4048dependencies = [
 4049 "cfg-if",
 4050 "crash-handler",
 4051 "futures 0.3.32",
 4052 "log",
 4053 "mach2 0.5.0",
 4054 "minidumper",
 4055 "parking_lot",
 4056 "paths",
 4057 "release_channel",
 4058 "serde",
 4059 "serde_json",
 4060 "smol",
 4061 "system_specs",
 4062 "windows 0.61.3",
 4063 "zstd",
 4064]
 4065
 4066[[package]]
 4067name = "crc"
 4068version = "3.3.0"
 4069source = "registry+https://github.com/rust-lang/crates.io-index"
 4070checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4071dependencies = [
 4072 "crc-catalog",
 4073]
 4074
 4075[[package]]
 4076name = "crc-catalog"
 4077version = "2.4.0"
 4078source = "registry+https://github.com/rust-lang/crates.io-index"
 4079checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4080
 4081[[package]]
 4082name = "crc-fast"
 4083version = "1.6.0"
 4084source = "registry+https://github.com/rust-lang/crates.io-index"
 4085checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4086dependencies = [
 4087 "crc",
 4088 "digest",
 4089 "rand 0.9.2",
 4090 "regex",
 4091 "rustversion",
 4092]
 4093
 4094[[package]]
 4095name = "crc32fast"
 4096version = "1.5.0"
 4097source = "registry+https://github.com/rust-lang/crates.io-index"
 4098checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4099dependencies = [
 4100 "cfg-if",
 4101]
 4102
 4103[[package]]
 4104name = "credentials_provider"
 4105version = "0.1.0"
 4106dependencies = [
 4107 "anyhow",
 4108 "gpui",
 4109 "serde",
 4110]
 4111
 4112[[package]]
 4113name = "criterion"
 4114version = "0.5.1"
 4115source = "registry+https://github.com/rust-lang/crates.io-index"
 4116checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4117dependencies = [
 4118 "anes",
 4119 "cast",
 4120 "ciborium",
 4121 "clap",
 4122 "criterion-plot",
 4123 "is-terminal",
 4124 "itertools 0.10.5",
 4125 "num-traits",
 4126 "once_cell",
 4127 "oorandom",
 4128 "plotters",
 4129 "rayon",
 4130 "regex",
 4131 "serde",
 4132 "serde_derive",
 4133 "serde_json",
 4134 "tinytemplate",
 4135 "walkdir",
 4136]
 4137
 4138[[package]]
 4139name = "criterion-plot"
 4140version = "0.5.0"
 4141source = "registry+https://github.com/rust-lang/crates.io-index"
 4142checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4143dependencies = [
 4144 "cast",
 4145 "itertools 0.10.5",
 4146]
 4147
 4148[[package]]
 4149name = "crossbeam"
 4150version = "0.8.4"
 4151source = "registry+https://github.com/rust-lang/crates.io-index"
 4152checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4153dependencies = [
 4154 "crossbeam-channel",
 4155 "crossbeam-deque",
 4156 "crossbeam-epoch",
 4157 "crossbeam-queue",
 4158 "crossbeam-utils",
 4159]
 4160
 4161[[package]]
 4162name = "crossbeam-channel"
 4163version = "0.5.15"
 4164source = "registry+https://github.com/rust-lang/crates.io-index"
 4165checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4166dependencies = [
 4167 "crossbeam-utils",
 4168]
 4169
 4170[[package]]
 4171name = "crossbeam-deque"
 4172version = "0.8.6"
 4173source = "registry+https://github.com/rust-lang/crates.io-index"
 4174checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4175dependencies = [
 4176 "crossbeam-epoch",
 4177 "crossbeam-utils",
 4178]
 4179
 4180[[package]]
 4181name = "crossbeam-epoch"
 4182version = "0.9.18"
 4183source = "registry+https://github.com/rust-lang/crates.io-index"
 4184checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4185dependencies = [
 4186 "crossbeam-utils",
 4187]
 4188
 4189[[package]]
 4190name = "crossbeam-queue"
 4191version = "0.3.12"
 4192source = "registry+https://github.com/rust-lang/crates.io-index"
 4193checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4194dependencies = [
 4195 "crossbeam-utils",
 4196]
 4197
 4198[[package]]
 4199name = "crossbeam-utils"
 4200version = "0.8.21"
 4201source = "registry+https://github.com/rust-lang/crates.io-index"
 4202checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4203
 4204[[package]]
 4205name = "crunchy"
 4206version = "0.2.4"
 4207source = "registry+https://github.com/rust-lang/crates.io-index"
 4208checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4209
 4210[[package]]
 4211name = "crypto-bigint"
 4212version = "0.4.9"
 4213source = "registry+https://github.com/rust-lang/crates.io-index"
 4214checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4215dependencies = [
 4216 "generic-array",
 4217 "rand_core 0.6.4",
 4218 "subtle",
 4219 "zeroize",
 4220]
 4221
 4222[[package]]
 4223name = "crypto-bigint"
 4224version = "0.5.5"
 4225source = "registry+https://github.com/rust-lang/crates.io-index"
 4226checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4227dependencies = [
 4228 "rand_core 0.6.4",
 4229 "subtle",
 4230]
 4231
 4232[[package]]
 4233name = "crypto-common"
 4234version = "0.1.6"
 4235source = "registry+https://github.com/rust-lang/crates.io-index"
 4236checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4237dependencies = [
 4238 "generic-array",
 4239 "typenum",
 4240]
 4241
 4242[[package]]
 4243name = "cssparser"
 4244version = "0.35.0"
 4245source = "registry+https://github.com/rust-lang/crates.io-index"
 4246checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4247dependencies = [
 4248 "cssparser-macros",
 4249 "dtoa-short",
 4250 "itoa",
 4251 "phf 0.11.3",
 4252 "smallvec",
 4253]
 4254
 4255[[package]]
 4256name = "cssparser-macros"
 4257version = "0.6.1"
 4258source = "registry+https://github.com/rust-lang/crates.io-index"
 4259checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4260dependencies = [
 4261 "quote",
 4262 "syn 2.0.117",
 4263]
 4264
 4265[[package]]
 4266name = "csv_preview"
 4267version = "0.1.0"
 4268dependencies = [
 4269 "anyhow",
 4270 "editor",
 4271 "feature_flags",
 4272 "gpui",
 4273 "log",
 4274 "text",
 4275 "ui",
 4276 "workspace",
 4277]
 4278
 4279[[package]]
 4280name = "ctor"
 4281version = "0.4.3"
 4282source = "registry+https://github.com/rust-lang/crates.io-index"
 4283checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4284dependencies = [
 4285 "ctor-proc-macro",
 4286 "dtor",
 4287]
 4288
 4289[[package]]
 4290name = "ctor-proc-macro"
 4291version = "0.0.6"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4294
 4295[[package]]
 4296name = "ctrlc"
 4297version = "3.5.0"
 4298source = "registry+https://github.com/rust-lang/crates.io-index"
 4299checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4300dependencies = [
 4301 "dispatch",
 4302 "nix 0.30.1",
 4303 "windows-sys 0.61.2",
 4304]
 4305
 4306[[package]]
 4307name = "cursor-icon"
 4308version = "1.2.0"
 4309source = "registry+https://github.com/rust-lang/crates.io-index"
 4310checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4311
 4312[[package]]
 4313name = "cxx"
 4314version = "1.0.187"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4317dependencies = [
 4318 "cc",
 4319 "cxx-build",
 4320 "cxxbridge-cmd",
 4321 "cxxbridge-flags",
 4322 "cxxbridge-macro",
 4323 "foldhash 0.2.0",
 4324 "link-cplusplus",
 4325]
 4326
 4327[[package]]
 4328name = "cxx-build"
 4329version = "1.0.187"
 4330source = "registry+https://github.com/rust-lang/crates.io-index"
 4331checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4332dependencies = [
 4333 "cc",
 4334 "codespan-reporting",
 4335 "indexmap",
 4336 "proc-macro2",
 4337 "quote",
 4338 "scratch",
 4339 "syn 2.0.117",
 4340]
 4341
 4342[[package]]
 4343name = "cxxbridge-cmd"
 4344version = "1.0.187"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4347dependencies = [
 4348 "clap",
 4349 "codespan-reporting",
 4350 "indexmap",
 4351 "proc-macro2",
 4352 "quote",
 4353 "syn 2.0.117",
 4354]
 4355
 4356[[package]]
 4357name = "cxxbridge-flags"
 4358version = "1.0.187"
 4359source = "registry+https://github.com/rust-lang/crates.io-index"
 4360checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4361
 4362[[package]]
 4363name = "cxxbridge-macro"
 4364version = "1.0.187"
 4365source = "registry+https://github.com/rust-lang/crates.io-index"
 4366checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4367dependencies = [
 4368 "indexmap",
 4369 "proc-macro2",
 4370 "quote",
 4371 "syn 2.0.117",
 4372]
 4373
 4374[[package]]
 4375name = "dap"
 4376version = "0.1.0"
 4377dependencies = [
 4378 "anyhow",
 4379 "async-compression",
 4380 "async-pipe",
 4381 "async-tar",
 4382 "async-trait",
 4383 "client",
 4384 "collections",
 4385 "dap-types",
 4386 "fs",
 4387 "futures 0.3.32",
 4388 "gpui",
 4389 "http_client",
 4390 "language",
 4391 "libc",
 4392 "log",
 4393 "node_runtime",
 4394 "parking_lot",
 4395 "paths",
 4396 "proto",
 4397 "schemars",
 4398 "serde",
 4399 "serde_json",
 4400 "settings",
 4401 "smallvec",
 4402 "smol",
 4403 "task",
 4404 "telemetry",
 4405 "util",
 4406 "zlog",
 4407]
 4408
 4409[[package]]
 4410name = "dap-types"
 4411version = "0.0.1"
 4412source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4413dependencies = [
 4414 "schemars",
 4415 "serde",
 4416 "serde_json",
 4417]
 4418
 4419[[package]]
 4420name = "dap_adapters"
 4421version = "0.1.0"
 4422dependencies = [
 4423 "anyhow",
 4424 "async-trait",
 4425 "collections",
 4426 "dap",
 4427 "dotenvy",
 4428 "fs",
 4429 "futures 0.3.32",
 4430 "gpui",
 4431 "http_client",
 4432 "json_dotpath",
 4433 "language",
 4434 "log",
 4435 "node_runtime",
 4436 "paths",
 4437 "serde",
 4438 "serde_json",
 4439 "settings",
 4440 "smol",
 4441 "task",
 4442 "util",
 4443]
 4444
 4445[[package]]
 4446name = "darling"
 4447version = "0.20.11"
 4448source = "registry+https://github.com/rust-lang/crates.io-index"
 4449checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4450dependencies = [
 4451 "darling_core 0.20.11",
 4452 "darling_macro 0.20.11",
 4453]
 4454
 4455[[package]]
 4456name = "darling"
 4457version = "0.21.3"
 4458source = "registry+https://github.com/rust-lang/crates.io-index"
 4459checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4460dependencies = [
 4461 "darling_core 0.21.3",
 4462 "darling_macro 0.21.3",
 4463]
 4464
 4465[[package]]
 4466name = "darling_core"
 4467version = "0.20.11"
 4468source = "registry+https://github.com/rust-lang/crates.io-index"
 4469checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4470dependencies = [
 4471 "fnv",
 4472 "ident_case",
 4473 "proc-macro2",
 4474 "quote",
 4475 "strsim",
 4476 "syn 2.0.117",
 4477]
 4478
 4479[[package]]
 4480name = "darling_core"
 4481version = "0.21.3"
 4482source = "registry+https://github.com/rust-lang/crates.io-index"
 4483checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4484dependencies = [
 4485 "fnv",
 4486 "ident_case",
 4487 "proc-macro2",
 4488 "quote",
 4489 "strsim",
 4490 "syn 2.0.117",
 4491]
 4492
 4493[[package]]
 4494name = "darling_macro"
 4495version = "0.20.11"
 4496source = "registry+https://github.com/rust-lang/crates.io-index"
 4497checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4498dependencies = [
 4499 "darling_core 0.20.11",
 4500 "quote",
 4501 "syn 2.0.117",
 4502]
 4503
 4504[[package]]
 4505name = "darling_macro"
 4506version = "0.21.3"
 4507source = "registry+https://github.com/rust-lang/crates.io-index"
 4508checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4509dependencies = [
 4510 "darling_core 0.21.3",
 4511 "quote",
 4512 "syn 2.0.117",
 4513]
 4514
 4515[[package]]
 4516name = "dashmap"
 4517version = "6.1.0"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4520dependencies = [
 4521 "cfg-if",
 4522 "crossbeam-utils",
 4523 "hashbrown 0.14.5",
 4524 "lock_api",
 4525 "once_cell",
 4526 "parking_lot_core",
 4527]
 4528
 4529[[package]]
 4530name = "dasp_sample"
 4531version = "0.11.0"
 4532source = "registry+https://github.com/rust-lang/crates.io-index"
 4533checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4534
 4535[[package]]
 4536name = "data-encoding"
 4537version = "2.9.0"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4540
 4541[[package]]
 4542name = "data-url"
 4543version = "0.3.2"
 4544source = "registry+https://github.com/rust-lang/crates.io-index"
 4545checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4546
 4547[[package]]
 4548name = "db"
 4549version = "0.1.0"
 4550dependencies = [
 4551 "anyhow",
 4552 "gpui",
 4553 "indoc",
 4554 "inventory",
 4555 "log",
 4556 "paths",
 4557 "release_channel",
 4558 "smol",
 4559 "sqlez",
 4560 "sqlez_macros",
 4561 "tempfile",
 4562 "util",
 4563 "uuid",
 4564 "zed_env_vars",
 4565]
 4566
 4567[[package]]
 4568name = "dbus"
 4569version = "0.9.9"
 4570source = "registry+https://github.com/rust-lang/crates.io-index"
 4571checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4572dependencies = [
 4573 "libc",
 4574 "libdbus-sys",
 4575 "windows-sys 0.59.0",
 4576]
 4577
 4578[[package]]
 4579name = "debug_adapter_extension"
 4580version = "0.1.0"
 4581dependencies = [
 4582 "anyhow",
 4583 "async-trait",
 4584 "collections",
 4585 "dap",
 4586 "extension",
 4587 "gpui",
 4588 "serde_json",
 4589 "task",
 4590 "util",
 4591]
 4592
 4593[[package]]
 4594name = "debugger_tools"
 4595version = "0.1.0"
 4596dependencies = [
 4597 "anyhow",
 4598 "dap",
 4599 "editor",
 4600 "futures 0.3.32",
 4601 "gpui",
 4602 "project",
 4603 "serde_json",
 4604 "settings",
 4605 "smol",
 4606 "util",
 4607 "workspace",
 4608]
 4609
 4610[[package]]
 4611name = "debugger_ui"
 4612version = "0.1.0"
 4613dependencies = [
 4614 "alacritty_terminal",
 4615 "anyhow",
 4616 "bitflags 2.10.0",
 4617 "client",
 4618 "collections",
 4619 "command_palette_hooks",
 4620 "dap",
 4621 "dap_adapters",
 4622 "db",
 4623 "debugger_tools",
 4624 "editor",
 4625 "feature_flags",
 4626 "file_icons",
 4627 "futures 0.3.32",
 4628 "fuzzy",
 4629 "gpui",
 4630 "hex",
 4631 "indoc",
 4632 "itertools 0.14.0",
 4633 "language",
 4634 "log",
 4635 "menu",
 4636 "notifications",
 4637 "parking_lot",
 4638 "parse_int",
 4639 "paths",
 4640 "picker",
 4641 "pretty_assertions",
 4642 "project",
 4643 "rpc",
 4644 "schemars",
 4645 "serde",
 4646 "serde_json",
 4647 "serde_json_lenient",
 4648 "settings",
 4649 "sysinfo 0.37.2",
 4650 "task",
 4651 "tasks_ui",
 4652 "terminal_view",
 4653 "text",
 4654 "theme",
 4655 "theme_settings",
 4656 "tree-sitter",
 4657 "tree-sitter-go",
 4658 "tree-sitter-json",
 4659 "ui",
 4660 "ui_input",
 4661 "unindent",
 4662 "util",
 4663 "workspace",
 4664 "zed_actions",
 4665 "zlog",
 4666]
 4667
 4668[[package]]
 4669name = "debugid"
 4670version = "0.8.0"
 4671source = "registry+https://github.com/rust-lang/crates.io-index"
 4672checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4673dependencies = [
 4674 "uuid",
 4675]
 4676
 4677[[package]]
 4678name = "deepseek"
 4679version = "0.1.0"
 4680dependencies = [
 4681 "anyhow",
 4682 "futures 0.3.32",
 4683 "http_client",
 4684 "schemars",
 4685 "serde",
 4686 "serde_json",
 4687]
 4688
 4689[[package]]
 4690name = "deflate64"
 4691version = "0.1.10"
 4692source = "registry+https://github.com/rust-lang/crates.io-index"
 4693checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4694
 4695[[package]]
 4696name = "denoise"
 4697version = "0.1.0"
 4698dependencies = [
 4699 "candle-core",
 4700 "candle-onnx",
 4701 "log",
 4702 "realfft",
 4703 "rodio",
 4704 "rustfft",
 4705 "thiserror 2.0.17",
 4706]
 4707
 4708[[package]]
 4709name = "der"
 4710version = "0.6.1"
 4711source = "registry+https://github.com/rust-lang/crates.io-index"
 4712checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4713dependencies = [
 4714 "const-oid",
 4715 "zeroize",
 4716]
 4717
 4718[[package]]
 4719name = "der"
 4720version = "0.7.10"
 4721source = "registry+https://github.com/rust-lang/crates.io-index"
 4722checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4723dependencies = [
 4724 "const-oid",
 4725 "pem-rfc7468",
 4726 "zeroize",
 4727]
 4728
 4729[[package]]
 4730name = "deranged"
 4731version = "0.5.4"
 4732source = "registry+https://github.com/rust-lang/crates.io-index"
 4733checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4734dependencies = [
 4735 "powerfmt",
 4736 "serde_core",
 4737]
 4738
 4739[[package]]
 4740name = "derive_arbitrary"
 4741version = "1.4.2"
 4742source = "registry+https://github.com/rust-lang/crates.io-index"
 4743checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4744dependencies = [
 4745 "proc-macro2",
 4746 "quote",
 4747 "syn 2.0.117",
 4748]
 4749
 4750[[package]]
 4751name = "derive_more"
 4752version = "2.1.1"
 4753source = "registry+https://github.com/rust-lang/crates.io-index"
 4754checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4755dependencies = [
 4756 "derive_more-impl",
 4757]
 4758
 4759[[package]]
 4760name = "derive_more-impl"
 4761version = "2.1.1"
 4762source = "registry+https://github.com/rust-lang/crates.io-index"
 4763checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4764dependencies = [
 4765 "convert_case 0.10.0",
 4766 "proc-macro2",
 4767 "quote",
 4768 "rustc_version",
 4769 "syn 2.0.117",
 4770 "unicode-xid",
 4771]
 4772
 4773[[package]]
 4774name = "derive_refineable"
 4775version = "0.1.0"
 4776dependencies = [
 4777 "proc-macro2",
 4778 "quote",
 4779 "syn 2.0.117",
 4780]
 4781
 4782[[package]]
 4783name = "derive_setters"
 4784version = "0.1.9"
 4785source = "registry+https://github.com/rust-lang/crates.io-index"
 4786checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4787dependencies = [
 4788 "darling 0.21.3",
 4789 "proc-macro2",
 4790 "quote",
 4791 "syn 2.0.117",
 4792]
 4793
 4794[[package]]
 4795name = "dev_container"
 4796version = "0.1.0"
 4797dependencies = [
 4798 "async-tar",
 4799 "async-trait",
 4800 "env_logger 0.11.8",
 4801 "fs",
 4802 "futures 0.3.32",
 4803 "gpui",
 4804 "http 1.3.1",
 4805 "http_client",
 4806 "log",
 4807 "menu",
 4808 "paths",
 4809 "picker",
 4810 "project",
 4811 "regex",
 4812 "serde",
 4813 "serde_json",
 4814 "serde_json_lenient",
 4815 "settings",
 4816 "shlex",
 4817 "ui",
 4818 "util",
 4819 "walkdir",
 4820 "workspace",
 4821 "worktree",
 4822]
 4823
 4824[[package]]
 4825name = "diagnostics"
 4826version = "0.1.0"
 4827dependencies = [
 4828 "anyhow",
 4829 "collections",
 4830 "component",
 4831 "ctor",
 4832 "editor",
 4833 "gpui",
 4834 "indoc",
 4835 "itertools 0.14.0",
 4836 "language",
 4837 "log",
 4838 "lsp",
 4839 "markdown",
 4840 "pretty_assertions",
 4841 "project",
 4842 "rand 0.9.2",
 4843 "serde",
 4844 "serde_json",
 4845 "settings",
 4846 "text",
 4847 "theme",
 4848 "theme_settings",
 4849 "ui",
 4850 "unindent",
 4851 "util",
 4852 "workspace",
 4853 "zed_actions",
 4854 "zlog",
 4855]
 4856
 4857[[package]]
 4858name = "dialoguer"
 4859version = "0.12.0"
 4860source = "registry+https://github.com/rust-lang/crates.io-index"
 4861checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4862dependencies = [
 4863 "console",
 4864 "shell-words",
 4865]
 4866
 4867[[package]]
 4868name = "diff"
 4869version = "0.1.13"
 4870source = "registry+https://github.com/rust-lang/crates.io-index"
 4871checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4872
 4873[[package]]
 4874name = "diffy"
 4875version = "0.4.2"
 4876source = "registry+https://github.com/rust-lang/crates.io-index"
 4877checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4878dependencies = [
 4879 "nu-ansi-term",
 4880]
 4881
 4882[[package]]
 4883name = "digest"
 4884version = "0.10.7"
 4885source = "registry+https://github.com/rust-lang/crates.io-index"
 4886checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4887dependencies = [
 4888 "block-buffer",
 4889 "const-oid",
 4890 "crypto-common",
 4891 "subtle",
 4892]
 4893
 4894[[package]]
 4895name = "dirs"
 4896version = "6.0.0"
 4897source = "registry+https://github.com/rust-lang/crates.io-index"
 4898checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4899dependencies = [
 4900 "dirs-sys",
 4901]
 4902
 4903[[package]]
 4904name = "dirs-sys"
 4905version = "0.5.0"
 4906source = "registry+https://github.com/rust-lang/crates.io-index"
 4907checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4908dependencies = [
 4909 "libc",
 4910 "option-ext",
 4911 "redox_users",
 4912 "windows-sys 0.61.2",
 4913]
 4914
 4915[[package]]
 4916name = "dispatch"
 4917version = "0.2.0"
 4918source = "registry+https://github.com/rust-lang/crates.io-index"
 4919checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4920
 4921[[package]]
 4922name = "dispatch2"
 4923version = "0.3.1"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4926dependencies = [
 4927 "bitflags 2.10.0",
 4928 "block2",
 4929 "libc",
 4930 "objc2",
 4931]
 4932
 4933[[package]]
 4934name = "displaydoc"
 4935version = "0.2.5"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4938dependencies = [
 4939 "proc-macro2",
 4940 "quote",
 4941 "syn 2.0.117",
 4942]
 4943
 4944[[package]]
 4945name = "dlib"
 4946version = "0.5.2"
 4947source = "registry+https://github.com/rust-lang/crates.io-index"
 4948checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4949dependencies = [
 4950 "libloading",
 4951]
 4952
 4953[[package]]
 4954name = "docs_preprocessor"
 4955version = "0.1.0"
 4956dependencies = [
 4957 "anyhow",
 4958 "collections",
 4959 "jsonschema",
 4960 "mdbook",
 4961 "regex",
 4962 "schemars",
 4963 "serde",
 4964 "serde_json",
 4965 "settings",
 4966 "task",
 4967 "theme",
 4968 "util",
 4969 "zlog",
 4970]
 4971
 4972[[package]]
 4973name = "document-features"
 4974version = "0.2.12"
 4975source = "registry+https://github.com/rust-lang/crates.io-index"
 4976checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4977dependencies = [
 4978 "litrs",
 4979]
 4980
 4981[[package]]
 4982name = "documented"
 4983version = "0.9.2"
 4984source = "registry+https://github.com/rust-lang/crates.io-index"
 4985checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4986dependencies = [
 4987 "documented-macros",
 4988 "phf 0.12.1",
 4989 "thiserror 2.0.17",
 4990]
 4991
 4992[[package]]
 4993name = "documented-macros"
 4994version = "0.9.2"
 4995source = "registry+https://github.com/rust-lang/crates.io-index"
 4996checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 4997dependencies = [
 4998 "convert_case 0.8.0",
 4999 "itertools 0.14.0",
 5000 "optfield",
 5001 "proc-macro2",
 5002 "quote",
 5003 "strum 0.27.2",
 5004 "syn 2.0.117",
 5005]
 5006
 5007[[package]]
 5008name = "dotenvy"
 5009version = "0.15.7"
 5010source = "registry+https://github.com/rust-lang/crates.io-index"
 5011checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5012
 5013[[package]]
 5014name = "downcast-rs"
 5015version = "1.2.1"
 5016source = "registry+https://github.com/rust-lang/crates.io-index"
 5017checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5018
 5019[[package]]
 5020name = "doxygen-rs"
 5021version = "0.4.2"
 5022source = "registry+https://github.com/rust-lang/crates.io-index"
 5023checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5024dependencies = [
 5025 "phf 0.11.3",
 5026]
 5027
 5028[[package]]
 5029name = "dtoa"
 5030version = "1.0.10"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5033
 5034[[package]]
 5035name = "dtoa-short"
 5036version = "0.3.5"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5039dependencies = [
 5040 "dtoa",
 5041]
 5042
 5043[[package]]
 5044name = "dtor"
 5045version = "0.0.6"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5048dependencies = [
 5049 "dtor-proc-macro",
 5050]
 5051
 5052[[package]]
 5053name = "dtor-proc-macro"
 5054version = "0.0.5"
 5055source = "registry+https://github.com/rust-lang/crates.io-index"
 5056checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5057
 5058[[package]]
 5059name = "dunce"
 5060version = "1.0.5"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5063
 5064[[package]]
 5065name = "dwrote"
 5066version = "0.11.5"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5069dependencies = [
 5070 "lazy_static",
 5071 "libc",
 5072 "winapi",
 5073 "wio",
 5074]
 5075
 5076[[package]]
 5077name = "dyn-clone"
 5078version = "1.0.20"
 5079source = "registry+https://github.com/rust-lang/crates.io-index"
 5080checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5081
 5082[[package]]
 5083name = "dyn-stack"
 5084version = "0.10.0"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5087dependencies = [
 5088 "bytemuck",
 5089 "reborrow",
 5090]
 5091
 5092[[package]]
 5093name = "dyn-stack"
 5094version = "0.13.2"
 5095source = "registry+https://github.com/rust-lang/crates.io-index"
 5096checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5097dependencies = [
 5098 "bytemuck",
 5099 "dyn-stack-macros",
 5100]
 5101
 5102[[package]]
 5103name = "dyn-stack-macros"
 5104version = "0.1.3"
 5105source = "registry+https://github.com/rust-lang/crates.io-index"
 5106checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5107
 5108[[package]]
 5109name = "ec4rs"
 5110version = "1.2.0"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5113
 5114[[package]]
 5115name = "ecdsa"
 5116version = "0.14.8"
 5117source = "registry+https://github.com/rust-lang/crates.io-index"
 5118checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5119dependencies = [
 5120 "der 0.6.1",
 5121 "elliptic-curve",
 5122 "rfc6979",
 5123 "signature 1.6.4",
 5124]
 5125
 5126[[package]]
 5127name = "edit_prediction"
 5128version = "0.1.0"
 5129dependencies = [
 5130 "ai_onboarding",
 5131 "anyhow",
 5132 "buffer_diff",
 5133 "client",
 5134 "clock",
 5135 "cloud_api_client",
 5136 "cloud_api_types",
 5137 "cloud_llm_client",
 5138 "collections",
 5139 "copilot",
 5140 "copilot_ui",
 5141 "credentials_provider",
 5142 "criterion",
 5143 "ctor",
 5144 "db",
 5145 "edit_prediction_context",
 5146 "edit_prediction_types",
 5147 "feature_flags",
 5148 "fs",
 5149 "futures 0.3.32",
 5150 "gpui",
 5151 "heapless",
 5152 "indoc",
 5153 "itertools 0.14.0",
 5154 "language",
 5155 "language_model",
 5156 "languages",
 5157 "log",
 5158 "lsp",
 5159 "menu",
 5160 "node_runtime",
 5161 "open_ai",
 5162 "parking_lot",
 5163 "postage",
 5164 "pretty_assertions",
 5165 "project",
 5166 "pulldown-cmark 0.13.0",
 5167 "rand 0.9.2",
 5168 "regex",
 5169 "release_channel",
 5170 "semver",
 5171 "serde",
 5172 "serde_json",
 5173 "settings",
 5174 "strum 0.27.2",
 5175 "telemetry",
 5176 "telemetry_events",
 5177 "text",
 5178 "thiserror 2.0.17",
 5179 "time",
 5180 "toml 0.8.23",
 5181 "ui",
 5182 "util",
 5183 "uuid",
 5184 "workspace",
 5185 "worktree",
 5186 "zed_actions",
 5187 "zed_credentials_provider",
 5188 "zeta_prompt",
 5189 "zlog",
 5190 "zstd",
 5191]
 5192
 5193[[package]]
 5194name = "edit_prediction_cli"
 5195version = "0.1.0"
 5196dependencies = [
 5197 "anthropic",
 5198 "anyhow",
 5199 "chrono",
 5200 "clap",
 5201 "client",
 5202 "cloud_llm_client",
 5203 "collections",
 5204 "db",
 5205 "debug_adapter_extension",
 5206 "dirs",
 5207 "edit_prediction",
 5208 "extension",
 5209 "flate2",
 5210 "fs",
 5211 "futures 0.3.32",
 5212 "gaoya",
 5213 "gpui",
 5214 "gpui_platform",
 5215 "gpui_tokio",
 5216 "http_client",
 5217 "indoc",
 5218 "language",
 5219 "language_extension",
 5220 "language_model",
 5221 "language_models",
 5222 "languages",
 5223 "libc",
 5224 "log",
 5225 "node_runtime",
 5226 "open_ai",
 5227 "paths",
 5228 "pretty_assertions",
 5229 "project",
 5230 "prompt_store",
 5231 "rand 0.9.2",
 5232 "release_channel",
 5233 "reqwest_client",
 5234 "rust-embed",
 5235 "serde",
 5236 "serde_json",
 5237 "settings",
 5238 "shellexpand",
 5239 "similar",
 5240 "smol",
 5241 "sqlez",
 5242 "sqlez_macros",
 5243 "strum 0.27.2",
 5244 "telemetry_events",
 5245 "tempfile",
 5246 "terminal_view",
 5247 "toml 0.8.23",
 5248 "util",
 5249 "wasmtime",
 5250 "watch",
 5251 "workspace",
 5252 "zeta_prompt",
 5253]
 5254
 5255[[package]]
 5256name = "edit_prediction_context"
 5257version = "0.1.0"
 5258dependencies = [
 5259 "anyhow",
 5260 "clock",
 5261 "collections",
 5262 "env_logger 0.11.8",
 5263 "futures 0.3.32",
 5264 "gpui",
 5265 "indoc",
 5266 "language",
 5267 "log",
 5268 "lsp",
 5269 "parking_lot",
 5270 "pretty_assertions",
 5271 "project",
 5272 "serde",
 5273 "serde_json",
 5274 "settings",
 5275 "smallvec",
 5276 "text",
 5277 "tree-sitter",
 5278 "util",
 5279 "zeta_prompt",
 5280]
 5281
 5282[[package]]
 5283name = "edit_prediction_types"
 5284version = "0.1.0"
 5285dependencies = [
 5286 "client",
 5287 "gpui",
 5288 "icons",
 5289 "language",
 5290 "text",
 5291]
 5292
 5293[[package]]
 5294name = "edit_prediction_ui"
 5295version = "0.1.0"
 5296dependencies = [
 5297 "anyhow",
 5298 "buffer_diff",
 5299 "client",
 5300 "cloud_llm_client",
 5301 "codestral",
 5302 "collections",
 5303 "command_palette_hooks",
 5304 "copilot",
 5305 "copilot_chat",
 5306 "copilot_ui",
 5307 "edit_prediction",
 5308 "edit_prediction_types",
 5309 "editor",
 5310 "feature_flags",
 5311 "fs",
 5312 "futures 0.3.32",
 5313 "gpui",
 5314 "indoc",
 5315 "language",
 5316 "markdown",
 5317 "menu",
 5318 "multi_buffer",
 5319 "paths",
 5320 "project",
 5321 "regex",
 5322 "settings",
 5323 "telemetry",
 5324 "text",
 5325 "theme",
 5326 "theme_settings",
 5327 "time",
 5328 "ui",
 5329 "util",
 5330 "workspace",
 5331 "zed_actions",
 5332 "zeta_prompt",
 5333]
 5334
 5335[[package]]
 5336name = "editor"
 5337version = "0.1.0"
 5338dependencies = [
 5339 "aho-corasick",
 5340 "anyhow",
 5341 "assets",
 5342 "breadcrumbs",
 5343 "buffer_diff",
 5344 "client",
 5345 "clock",
 5346 "collections",
 5347 "convert_case 0.8.0",
 5348 "criterion",
 5349 "ctor",
 5350 "dap",
 5351 "db",
 5352 "edit_prediction_types",
 5353 "emojis",
 5354 "feature_flags",
 5355 "file_icons",
 5356 "fs",
 5357 "futures 0.3.32",
 5358 "fuzzy",
 5359 "git",
 5360 "gpui",
 5361 "indoc",
 5362 "itertools 0.14.0",
 5363 "language",
 5364 "languages",
 5365 "linkify",
 5366 "log",
 5367 "lsp",
 5368 "markdown",
 5369 "menu",
 5370 "multi_buffer",
 5371 "ordered-float 2.10.1",
 5372 "parking_lot",
 5373 "pretty_assertions",
 5374 "project",
 5375 "proptest",
 5376 "proptest-derive",
 5377 "rand 0.9.2",
 5378 "regex",
 5379 "release_channel",
 5380 "rope",
 5381 "rpc",
 5382 "schemars",
 5383 "semver",
 5384 "serde",
 5385 "serde_json",
 5386 "settings",
 5387 "smallvec",
 5388 "smol",
 5389 "snippet",
 5390 "sum_tree",
 5391 "task",
 5392 "telemetry",
 5393 "text",
 5394 "theme",
 5395 "theme_settings",
 5396 "time",
 5397 "tracing",
 5398 "tree-sitter-bash",
 5399 "tree-sitter-c",
 5400 "tree-sitter-html",
 5401 "tree-sitter-md",
 5402 "tree-sitter-python",
 5403 "tree-sitter-rust",
 5404 "tree-sitter-typescript",
 5405 "tree-sitter-yaml",
 5406 "ui",
 5407 "ui_input",
 5408 "unicode-script",
 5409 "unicode-segmentation",
 5410 "unicode-width",
 5411 "unindent",
 5412 "url",
 5413 "util",
 5414 "uuid",
 5415 "vim_mode_setting",
 5416 "workspace",
 5417 "zed_actions",
 5418 "zlog",
 5419 "ztracing",
 5420]
 5421
 5422[[package]]
 5423name = "either"
 5424version = "1.15.0"
 5425source = "registry+https://github.com/rust-lang/crates.io-index"
 5426checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5427dependencies = [
 5428 "serde",
 5429]
 5430
 5431[[package]]
 5432name = "elasticlunr-rs"
 5433version = "3.0.2"
 5434source = "registry+https://github.com/rust-lang/crates.io-index"
 5435checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5436dependencies = [
 5437 "regex",
 5438 "serde",
 5439 "serde_derive",
 5440 "serde_json",
 5441]
 5442
 5443[[package]]
 5444name = "elliptic-curve"
 5445version = "0.12.3"
 5446source = "registry+https://github.com/rust-lang/crates.io-index"
 5447checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5448dependencies = [
 5449 "base16ct",
 5450 "crypto-bigint 0.4.9",
 5451 "der 0.6.1",
 5452 "digest",
 5453 "ff",
 5454 "generic-array",
 5455 "group",
 5456 "pkcs8 0.9.0",
 5457 "rand_core 0.6.4",
 5458 "sec1",
 5459 "subtle",
 5460 "zeroize",
 5461]
 5462
 5463[[package]]
 5464name = "email_address"
 5465version = "0.2.9"
 5466source = "registry+https://github.com/rust-lang/crates.io-index"
 5467checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5468dependencies = [
 5469 "serde",
 5470]
 5471
 5472[[package]]
 5473name = "embed-resource"
 5474version = "3.0.6"
 5475source = "registry+https://github.com/rust-lang/crates.io-index"
 5476checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5477dependencies = [
 5478 "cc",
 5479 "memchr",
 5480 "rustc_version",
 5481 "toml 0.9.8",
 5482 "vswhom",
 5483 "winreg 0.55.0",
 5484]
 5485
 5486[[package]]
 5487name = "embedded-io"
 5488version = "0.4.0"
 5489source = "registry+https://github.com/rust-lang/crates.io-index"
 5490checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5491
 5492[[package]]
 5493name = "embedded-io"
 5494version = "0.6.1"
 5495source = "registry+https://github.com/rust-lang/crates.io-index"
 5496checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5497
 5498[[package]]
 5499name = "emojis"
 5500version = "0.6.4"
 5501source = "registry+https://github.com/rust-lang/crates.io-index"
 5502checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5503dependencies = [
 5504 "phf 0.11.3",
 5505]
 5506
 5507[[package]]
 5508name = "encode_unicode"
 5509version = "1.0.0"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5512
 5513[[package]]
 5514name = "encoding_rs"
 5515version = "0.8.35"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5518dependencies = [
 5519 "cfg-if",
 5520]
 5521
 5522[[package]]
 5523name = "encoding_selector"
 5524version = "0.1.0"
 5525dependencies = [
 5526 "editor",
 5527 "encoding_rs",
 5528 "fuzzy",
 5529 "gpui",
 5530 "language",
 5531 "picker",
 5532 "project",
 5533 "ui",
 5534 "util",
 5535 "workspace",
 5536]
 5537
 5538[[package]]
 5539name = "endi"
 5540version = "1.1.0"
 5541source = "registry+https://github.com/rust-lang/crates.io-index"
 5542checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5543
 5544[[package]]
 5545name = "enum-as-inner"
 5546version = "0.6.1"
 5547source = "registry+https://github.com/rust-lang/crates.io-index"
 5548checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5549dependencies = [
 5550 "heck 0.5.0",
 5551 "proc-macro2",
 5552 "quote",
 5553 "syn 2.0.117",
 5554]
 5555
 5556[[package]]
 5557name = "enumflags2"
 5558version = "0.7.12"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5561dependencies = [
 5562 "enumflags2_derive",
 5563 "serde",
 5564]
 5565
 5566[[package]]
 5567name = "enumflags2_derive"
 5568version = "0.7.12"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5571dependencies = [
 5572 "proc-macro2",
 5573 "quote",
 5574 "syn 2.0.117",
 5575]
 5576
 5577[[package]]
 5578name = "env_filter"
 5579version = "0.1.4"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5582dependencies = [
 5583 "log",
 5584 "regex",
 5585]
 5586
 5587[[package]]
 5588name = "env_logger"
 5589version = "0.10.2"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5592dependencies = [
 5593 "humantime",
 5594 "is-terminal",
 5595 "log",
 5596 "regex",
 5597 "termcolor",
 5598]
 5599
 5600[[package]]
 5601name = "env_logger"
 5602version = "0.11.8"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5605dependencies = [
 5606 "anstream",
 5607 "anstyle",
 5608 "env_filter",
 5609 "jiff",
 5610 "log",
 5611]
 5612
 5613[[package]]
 5614name = "env_var"
 5615version = "0.1.0"
 5616dependencies = [
 5617 "gpui_shared_string",
 5618]
 5619
 5620[[package]]
 5621name = "envy"
 5622version = "0.4.2"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5625dependencies = [
 5626 "serde",
 5627]
 5628
 5629[[package]]
 5630name = "equator"
 5631version = "0.4.2"
 5632source = "registry+https://github.com/rust-lang/crates.io-index"
 5633checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5634dependencies = [
 5635 "equator-macro",
 5636]
 5637
 5638[[package]]
 5639name = "equator-macro"
 5640version = "0.4.2"
 5641source = "registry+https://github.com/rust-lang/crates.io-index"
 5642checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5643dependencies = [
 5644 "proc-macro2",
 5645 "quote",
 5646 "syn 2.0.117",
 5647]
 5648
 5649[[package]]
 5650name = "equivalent"
 5651version = "1.0.2"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5654
 5655[[package]]
 5656name = "erased-serde"
 5657version = "0.4.9"
 5658source = "registry+https://github.com/rust-lang/crates.io-index"
 5659checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5660dependencies = [
 5661 "serde",
 5662 "serde_core",
 5663 "typeid",
 5664]
 5665
 5666[[package]]
 5667name = "errno"
 5668version = "0.2.8"
 5669source = "registry+https://github.com/rust-lang/crates.io-index"
 5670checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5671dependencies = [
 5672 "errno-dragonfly",
 5673 "libc",
 5674 "winapi",
 5675]
 5676
 5677[[package]]
 5678name = "errno"
 5679version = "0.3.14"
 5680source = "registry+https://github.com/rust-lang/crates.io-index"
 5681checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5682dependencies = [
 5683 "libc",
 5684 "windows-sys 0.61.2",
 5685]
 5686
 5687[[package]]
 5688name = "errno-dragonfly"
 5689version = "0.1.2"
 5690source = "registry+https://github.com/rust-lang/crates.io-index"
 5691checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5692dependencies = [
 5693 "cc",
 5694 "libc",
 5695]
 5696
 5697[[package]]
 5698name = "error-graph"
 5699version = "0.1.1"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5702dependencies = [
 5703 "serde",
 5704]
 5705
 5706[[package]]
 5707name = "etagere"
 5708version = "0.2.15"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5711dependencies = [
 5712 "euclid",
 5713 "svg_fmt",
 5714]
 5715
 5716[[package]]
 5717name = "etcetera"
 5718version = "0.8.0"
 5719source = "registry+https://github.com/rust-lang/crates.io-index"
 5720checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5721dependencies = [
 5722 "cfg-if",
 5723 "home",
 5724 "windows-sys 0.48.0",
 5725]
 5726
 5727[[package]]
 5728name = "etw_tracing"
 5729version = "0.1.0"
 5730dependencies = [
 5731 "anyhow",
 5732 "gpui",
 5733 "log",
 5734 "net",
 5735 "serde",
 5736 "serde_json",
 5737 "util",
 5738 "windows 0.61.3",
 5739 "windows-core 0.61.2",
 5740 "workspace",
 5741 "wprcontrol",
 5742]
 5743
 5744[[package]]
 5745name = "euclid"
 5746version = "0.22.11"
 5747source = "registry+https://github.com/rust-lang/crates.io-index"
 5748checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5749dependencies = [
 5750 "num-traits",
 5751]
 5752
 5753[[package]]
 5754name = "eval_cli"
 5755version = "0.1.0"
 5756dependencies = [
 5757 "acp_thread",
 5758 "agent",
 5759 "agent-client-protocol",
 5760 "agent_ui",
 5761 "anyhow",
 5762 "clap",
 5763 "client",
 5764 "ctrlc",
 5765 "db",
 5766 "debug_adapter_extension",
 5767 "env_logger 0.11.8",
 5768 "extension",
 5769 "feature_flags",
 5770 "fs",
 5771 "futures 0.3.32",
 5772 "gpui",
 5773 "gpui_platform",
 5774 "gpui_tokio",
 5775 "language",
 5776 "language_extension",
 5777 "language_model",
 5778 "language_models",
 5779 "languages",
 5780 "node_runtime",
 5781 "paths",
 5782 "project",
 5783 "prompt_store",
 5784 "release_channel",
 5785 "reqwest_client",
 5786 "serde",
 5787 "serde_json",
 5788 "settings",
 5789 "shellexpand",
 5790 "terminal_view",
 5791 "util",
 5792 "watch",
 5793]
 5794
 5795[[package]]
 5796name = "eval_utils"
 5797version = "0.1.0"
 5798dependencies = [
 5799 "gpui_platform",
 5800 "serde",
 5801 "smol",
 5802]
 5803
 5804[[package]]
 5805name = "event-listener"
 5806version = "2.5.3"
 5807source = "registry+https://github.com/rust-lang/crates.io-index"
 5808checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5809
 5810[[package]]
 5811name = "event-listener"
 5812version = "5.4.1"
 5813source = "registry+https://github.com/rust-lang/crates.io-index"
 5814checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5815dependencies = [
 5816 "concurrent-queue",
 5817 "parking",
 5818 "pin-project-lite",
 5819]
 5820
 5821[[package]]
 5822name = "event-listener-strategy"
 5823version = "0.5.4"
 5824source = "registry+https://github.com/rust-lang/crates.io-index"
 5825checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5826dependencies = [
 5827 "event-listener 5.4.1",
 5828 "pin-project-lite",
 5829]
 5830
 5831[[package]]
 5832name = "exec"
 5833version = "0.3.1"
 5834source = "registry+https://github.com/rust-lang/crates.io-index"
 5835checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5836dependencies = [
 5837 "errno 0.2.8",
 5838 "libc",
 5839]
 5840
 5841[[package]]
 5842name = "explorer_command_injector"
 5843version = "0.1.0"
 5844dependencies = [
 5845 "windows 0.61.3",
 5846 "windows-core 0.61.2",
 5847 "windows-registry 0.5.3",
 5848]
 5849
 5850[[package]]
 5851name = "exr"
 5852version = "1.73.0"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5855dependencies = [
 5856 "bit_field",
 5857 "half",
 5858 "lebe",
 5859 "miniz_oxide",
 5860 "rayon-core",
 5861 "smallvec",
 5862 "zune-inflate",
 5863]
 5864
 5865[[package]]
 5866name = "extended"
 5867version = "0.1.0"
 5868source = "registry+https://github.com/rust-lang/crates.io-index"
 5869checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5870
 5871[[package]]
 5872name = "extension"
 5873version = "0.1.0"
 5874dependencies = [
 5875 "anyhow",
 5876 "async-trait",
 5877 "cloud_api_types",
 5878 "collections",
 5879 "dap",
 5880 "fs",
 5881 "futures 0.3.32",
 5882 "gpui",
 5883 "heck 0.5.0",
 5884 "http_client",
 5885 "indoc",
 5886 "language",
 5887 "log",
 5888 "lsp",
 5889 "parking_lot",
 5890 "pretty_assertions",
 5891 "proto",
 5892 "semver",
 5893 "serde",
 5894 "serde_json",
 5895 "task",
 5896 "tempfile",
 5897 "toml 0.8.23",
 5898 "tracing",
 5899 "url",
 5900 "util",
 5901 "wasm-encoder 0.221.3",
 5902 "wasmparser 0.221.3",
 5903 "ztracing",
 5904]
 5905
 5906[[package]]
 5907name = "extension_cli"
 5908version = "0.1.0"
 5909dependencies = [
 5910 "anyhow",
 5911 "clap",
 5912 "cloud_api_types",
 5913 "env_logger 0.11.8",
 5914 "extension",
 5915 "fs",
 5916 "gpui_platform",
 5917 "language",
 5918 "log",
 5919 "reqwest_client",
 5920 "serde",
 5921 "serde_json",
 5922 "serde_json_lenient",
 5923 "settings_content",
 5924 "snippet_provider",
 5925 "task",
 5926 "theme_settings",
 5927 "tokio",
 5928 "toml 0.8.23",
 5929 "tree-sitter",
 5930 "wasmtime",
 5931]
 5932
 5933[[package]]
 5934name = "extension_host"
 5935version = "0.1.0"
 5936dependencies = [
 5937 "anyhow",
 5938 "async-compression",
 5939 "async-tar",
 5940 "async-trait",
 5941 "client",
 5942 "cloud_api_types",
 5943 "collections",
 5944 "criterion",
 5945 "ctor",
 5946 "dap",
 5947 "extension",
 5948 "fs",
 5949 "futures 0.3.32",
 5950 "gpui",
 5951 "gpui_tokio",
 5952 "http_client",
 5953 "language",
 5954 "language_extension",
 5955 "log",
 5956 "lsp",
 5957 "moka",
 5958 "node_runtime",
 5959 "parking_lot",
 5960 "paths",
 5961 "project",
 5962 "release_channel",
 5963 "remote",
 5964 "reqwest_client",
 5965 "semver",
 5966 "serde",
 5967 "serde_json",
 5968 "serde_json_lenient",
 5969 "settings",
 5970 "task",
 5971 "telemetry",
 5972 "tempfile",
 5973 "theme",
 5974 "theme_extension",
 5975 "theme_settings",
 5976 "toml 0.8.23",
 5977 "tracing",
 5978 "url",
 5979 "util",
 5980 "wasmparser 0.221.3",
 5981 "wasmtime",
 5982 "wasmtime-wasi",
 5983 "zlog",
 5984 "ztracing",
 5985]
 5986
 5987[[package]]
 5988name = "extensions_ui"
 5989version = "0.1.0"
 5990dependencies = [
 5991 "anyhow",
 5992 "client",
 5993 "cloud_api_types",
 5994 "collections",
 5995 "db",
 5996 "editor",
 5997 "extension",
 5998 "extension_host",
 5999 "fs",
 6000 "fuzzy",
 6001 "gpui",
 6002 "language",
 6003 "log",
 6004 "num-format",
 6005 "picker",
 6006 "project",
 6007 "release_channel",
 6008 "semver",
 6009 "serde",
 6010 "settings",
 6011 "smallvec",
 6012 "strum 0.27.2",
 6013 "telemetry",
 6014 "theme_settings",
 6015 "ui",
 6016 "util",
 6017 "vim_mode_setting",
 6018 "workspace",
 6019 "zed_actions",
 6020]
 6021
 6022[[package]]
 6023name = "failspot"
 6024version = "0.2.0"
 6025source = "registry+https://github.com/rust-lang/crates.io-index"
 6026checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6027
 6028[[package]]
 6029name = "fallible-iterator"
 6030version = "0.3.0"
 6031source = "registry+https://github.com/rust-lang/crates.io-index"
 6032checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6033
 6034[[package]]
 6035name = "fancy-regex"
 6036version = "0.16.2"
 6037source = "registry+https://github.com/rust-lang/crates.io-index"
 6038checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6039dependencies = [
 6040 "bit-set 0.8.0",
 6041 "regex-automata",
 6042 "regex-syntax",
 6043]
 6044
 6045[[package]]
 6046name = "fancy-regex"
 6047version = "0.17.0"
 6048source = "registry+https://github.com/rust-lang/crates.io-index"
 6049checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6050dependencies = [
 6051 "bit-set 0.8.0",
 6052 "regex-automata",
 6053 "regex-syntax",
 6054]
 6055
 6056[[package]]
 6057name = "fast-srgb8"
 6058version = "1.0.0"
 6059source = "registry+https://github.com/rust-lang/crates.io-index"
 6060checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6061
 6062[[package]]
 6063name = "fastrand"
 6064version = "1.9.0"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6067dependencies = [
 6068 "instant",
 6069]
 6070
 6071[[package]]
 6072name = "fastrand"
 6073version = "2.3.0"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6076
 6077[[package]]
 6078name = "fax"
 6079version = "0.2.6"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6082dependencies = [
 6083 "fax_derive",
 6084]
 6085
 6086[[package]]
 6087name = "fax_derive"
 6088version = "0.2.0"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6091dependencies = [
 6092 "proc-macro2",
 6093 "quote",
 6094 "syn 2.0.117",
 6095]
 6096
 6097[[package]]
 6098name = "fd-lock"
 6099version = "4.0.4"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6102dependencies = [
 6103 "cfg-if",
 6104 "rustix 1.1.2",
 6105 "windows-sys 0.59.0",
 6106]
 6107
 6108[[package]]
 6109name = "fdeflate"
 6110version = "0.3.7"
 6111source = "registry+https://github.com/rust-lang/crates.io-index"
 6112checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6113dependencies = [
 6114 "simd-adler32",
 6115]
 6116
 6117[[package]]
 6118name = "feature_flags"
 6119version = "0.1.0"
 6120dependencies = [
 6121 "gpui",
 6122]
 6123
 6124[[package]]
 6125name = "feedback"
 6126version = "0.1.0"
 6127dependencies = [
 6128 "gpui",
 6129 "system_specs",
 6130 "urlencoding",
 6131 "util",
 6132 "workspace",
 6133 "zed_actions",
 6134]
 6135
 6136[[package]]
 6137name = "ff"
 6138version = "0.12.1"
 6139source = "registry+https://github.com/rust-lang/crates.io-index"
 6140checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6141dependencies = [
 6142 "rand_core 0.6.4",
 6143 "subtle",
 6144]
 6145
 6146[[package]]
 6147name = "file_finder"
 6148version = "0.1.0"
 6149dependencies = [
 6150 "anyhow",
 6151 "channel",
 6152 "client",
 6153 "collections",
 6154 "ctor",
 6155 "editor",
 6156 "file_icons",
 6157 "futures 0.3.32",
 6158 "fuzzy",
 6159 "fuzzy_nucleo",
 6160 "gpui",
 6161 "menu",
 6162 "open_path_prompt",
 6163 "picker",
 6164 "pretty_assertions",
 6165 "project",
 6166 "project_panel",
 6167 "remote_connection",
 6168 "serde",
 6169 "serde_json",
 6170 "settings",
 6171 "theme",
 6172 "theme_settings",
 6173 "ui",
 6174 "util",
 6175 "workspace",
 6176 "zed_actions",
 6177 "zlog",
 6178]
 6179
 6180[[package]]
 6181name = "file_icons"
 6182version = "0.1.0"
 6183dependencies = [
 6184 "gpui",
 6185 "serde",
 6186 "theme",
 6187 "util",
 6188]
 6189
 6190[[package]]
 6191name = "filedescriptor"
 6192version = "0.8.3"
 6193source = "registry+https://github.com/rust-lang/crates.io-index"
 6194checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6195dependencies = [
 6196 "libc",
 6197 "thiserror 1.0.69",
 6198 "winapi",
 6199]
 6200
 6201[[package]]
 6202name = "filetime"
 6203version = "0.2.26"
 6204source = "registry+https://github.com/rust-lang/crates.io-index"
 6205checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6206dependencies = [
 6207 "cfg-if",
 6208 "libc",
 6209 "libredox",
 6210 "windows-sys 0.60.2",
 6211]
 6212
 6213[[package]]
 6214name = "find-msvc-tools"
 6215version = "0.1.5"
 6216source = "registry+https://github.com/rust-lang/crates.io-index"
 6217checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6218
 6219[[package]]
 6220name = "fixedbitset"
 6221version = "0.4.2"
 6222source = "registry+https://github.com/rust-lang/crates.io-index"
 6223checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6224
 6225[[package]]
 6226name = "fixedbitset"
 6227version = "0.5.7"
 6228source = "registry+https://github.com/rust-lang/crates.io-index"
 6229checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6230
 6231[[package]]
 6232name = "flate2"
 6233version = "1.1.8"
 6234source = "registry+https://github.com/rust-lang/crates.io-index"
 6235checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6236dependencies = [
 6237 "crc32fast",
 6238 "miniz_oxide",
 6239]
 6240
 6241[[package]]
 6242name = "float-cmp"
 6243version = "0.9.0"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6246
 6247[[package]]
 6248name = "float-ord"
 6249version = "0.3.2"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6252
 6253[[package]]
 6254name = "float8"
 6255version = "0.4.2"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6258dependencies = [
 6259 "half",
 6260 "num-traits",
 6261 "rand 0.9.2",
 6262 "rand_distr",
 6263]
 6264
 6265[[package]]
 6266name = "float_next_after"
 6267version = "1.0.0"
 6268source = "registry+https://github.com/rust-lang/crates.io-index"
 6269checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6270
 6271[[package]]
 6272name = "fluent-uri"
 6273version = "0.4.1"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6276dependencies = [
 6277 "borrow-or-share",
 6278 "ref-cast",
 6279 "serde",
 6280]
 6281
 6282[[package]]
 6283name = "flume"
 6284version = "0.11.1"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6287dependencies = [
 6288 "futures-core",
 6289 "futures-sink",
 6290 "nanorand",
 6291 "spin 0.9.8",
 6292]
 6293
 6294[[package]]
 6295name = "fnv"
 6296version = "1.0.7"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6299
 6300[[package]]
 6301name = "foldhash"
 6302version = "0.1.5"
 6303source = "registry+https://github.com/rust-lang/crates.io-index"
 6304checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6305
 6306[[package]]
 6307name = "foldhash"
 6308version = "0.2.0"
 6309source = "registry+https://github.com/rust-lang/crates.io-index"
 6310checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6311
 6312[[package]]
 6313name = "font-types"
 6314version = "0.10.0"
 6315source = "registry+https://github.com/rust-lang/crates.io-index"
 6316checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6317dependencies = [
 6318 "bytemuck",
 6319]
 6320
 6321[[package]]
 6322name = "font-types"
 6323version = "0.11.0"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6326dependencies = [
 6327 "bytemuck",
 6328]
 6329
 6330[[package]]
 6331name = "fontconfig-parser"
 6332version = "0.5.8"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6335dependencies = [
 6336 "roxmltree",
 6337]
 6338
 6339[[package]]
 6340name = "fontdb"
 6341version = "0.16.2"
 6342source = "registry+https://github.com/rust-lang/crates.io-index"
 6343checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6344dependencies = [
 6345 "fontconfig-parser",
 6346 "log",
 6347 "memmap2",
 6348 "slotmap",
 6349 "tinyvec",
 6350 "ttf-parser 0.20.0",
 6351]
 6352
 6353[[package]]
 6354name = "fontdb"
 6355version = "0.23.0"
 6356source = "registry+https://github.com/rust-lang/crates.io-index"
 6357checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6358dependencies = [
 6359 "fontconfig-parser",
 6360 "log",
 6361 "memmap2",
 6362 "slotmap",
 6363 "tinyvec",
 6364 "ttf-parser 0.25.1",
 6365]
 6366
 6367[[package]]
 6368name = "foreign-types"
 6369version = "0.3.2"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6372dependencies = [
 6373 "foreign-types-shared 0.1.1",
 6374]
 6375
 6376[[package]]
 6377name = "foreign-types"
 6378version = "0.5.0"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6381dependencies = [
 6382 "foreign-types-macros",
 6383 "foreign-types-shared 0.3.1",
 6384]
 6385
 6386[[package]]
 6387name = "foreign-types-macros"
 6388version = "0.2.3"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6391dependencies = [
 6392 "proc-macro2",
 6393 "quote",
 6394 "syn 2.0.117",
 6395]
 6396
 6397[[package]]
 6398name = "foreign-types-shared"
 6399version = "0.1.1"
 6400source = "registry+https://github.com/rust-lang/crates.io-index"
 6401checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6402
 6403[[package]]
 6404name = "foreign-types-shared"
 6405version = "0.3.1"
 6406source = "registry+https://github.com/rust-lang/crates.io-index"
 6407checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6408
 6409[[package]]
 6410name = "fork"
 6411version = "0.4.0"
 6412source = "registry+https://github.com/rust-lang/crates.io-index"
 6413checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6414dependencies = [
 6415 "libc",
 6416]
 6417
 6418[[package]]
 6419name = "form_urlencoded"
 6420version = "1.2.2"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6423dependencies = [
 6424 "percent-encoding",
 6425]
 6426
 6427[[package]]
 6428name = "fraction"
 6429version = "0.15.3"
 6430source = "registry+https://github.com/rust-lang/crates.io-index"
 6431checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6432dependencies = [
 6433 "lazy_static",
 6434 "num",
 6435]
 6436
 6437[[package]]
 6438name = "freetype-sys"
 6439version = "0.20.1"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6442dependencies = [
 6443 "cc",
 6444 "libc",
 6445 "pkg-config",
 6446]
 6447
 6448[[package]]
 6449name = "fs"
 6450version = "0.1.0"
 6451dependencies = [
 6452 "anyhow",
 6453 "ashpd",
 6454 "async-tar",
 6455 "async-trait",
 6456 "collections",
 6457 "dunce",
 6458 "fs",
 6459 "futures 0.3.32",
 6460 "git",
 6461 "gpui",
 6462 "ignore",
 6463 "is_executable",
 6464 "libc",
 6465 "log",
 6466 "notify 8.2.0",
 6467 "parking_lot",
 6468 "paths",
 6469 "proto",
 6470 "rope",
 6471 "serde",
 6472 "serde_json",
 6473 "smol",
 6474 "tempfile",
 6475 "text",
 6476 "thiserror 2.0.17",
 6477 "time",
 6478 "trash",
 6479 "util",
 6480 "windows 0.61.3",
 6481]
 6482
 6483[[package]]
 6484name = "fs-set-times"
 6485version = "0.20.3"
 6486source = "registry+https://github.com/rust-lang/crates.io-index"
 6487checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6488dependencies = [
 6489 "io-lifetimes",
 6490 "rustix 1.1.2",
 6491 "windows-sys 0.59.0",
 6492]
 6493
 6494[[package]]
 6495name = "fs2"
 6496version = "0.4.3"
 6497source = "registry+https://github.com/rust-lang/crates.io-index"
 6498checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6499dependencies = [
 6500 "libc",
 6501 "winapi",
 6502]
 6503
 6504[[package]]
 6505name = "fs_benchmarks"
 6506version = "0.1.0"
 6507dependencies = [
 6508 "fs",
 6509 "gpui",
 6510 "gpui_platform",
 6511]
 6512
 6513[[package]]
 6514name = "fs_extra"
 6515version = "1.3.0"
 6516source = "registry+https://github.com/rust-lang/crates.io-index"
 6517checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6518
 6519[[package]]
 6520name = "fsevent-sys"
 6521version = "4.1.0"
 6522source = "registry+https://github.com/rust-lang/crates.io-index"
 6523checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6524dependencies = [
 6525 "libc",
 6526]
 6527
 6528[[package]]
 6529name = "fuchsia-cprng"
 6530version = "0.1.1"
 6531source = "registry+https://github.com/rust-lang/crates.io-index"
 6532checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6533
 6534[[package]]
 6535name = "funty"
 6536version = "2.0.0"
 6537source = "registry+https://github.com/rust-lang/crates.io-index"
 6538checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6539
 6540[[package]]
 6541name = "futf"
 6542version = "0.1.5"
 6543source = "registry+https://github.com/rust-lang/crates.io-index"
 6544checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6545dependencies = [
 6546 "mac",
 6547 "new_debug_unreachable",
 6548]
 6549
 6550[[package]]
 6551name = "futures"
 6552version = "0.1.31"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6555
 6556[[package]]
 6557name = "futures"
 6558version = "0.3.32"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6561dependencies = [
 6562 "futures-channel",
 6563 "futures-core",
 6564 "futures-executor",
 6565 "futures-io",
 6566 "futures-sink",
 6567 "futures-task",
 6568 "futures-util",
 6569]
 6570
 6571[[package]]
 6572name = "futures-channel"
 6573version = "0.3.32"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6576dependencies = [
 6577 "futures-core",
 6578 "futures-sink",
 6579]
 6580
 6581[[package]]
 6582name = "futures-concurrency"
 6583version = "7.7.1"
 6584source = "registry+https://github.com/rust-lang/crates.io-index"
 6585checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6586dependencies = [
 6587 "fixedbitset 0.5.7",
 6588 "futures-core",
 6589 "futures-lite 2.6.1",
 6590 "pin-project",
 6591 "smallvec",
 6592]
 6593
 6594[[package]]
 6595name = "futures-core"
 6596version = "0.3.32"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6599
 6600[[package]]
 6601name = "futures-executor"
 6602version = "0.3.32"
 6603source = "registry+https://github.com/rust-lang/crates.io-index"
 6604checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6605dependencies = [
 6606 "futures-core",
 6607 "futures-task",
 6608 "futures-util",
 6609]
 6610
 6611[[package]]
 6612name = "futures-intrusive"
 6613version = "0.5.0"
 6614source = "registry+https://github.com/rust-lang/crates.io-index"
 6615checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6616dependencies = [
 6617 "futures-core",
 6618 "lock_api",
 6619 "parking_lot",
 6620]
 6621
 6622[[package]]
 6623name = "futures-io"
 6624version = "0.3.32"
 6625source = "registry+https://github.com/rust-lang/crates.io-index"
 6626checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6627
 6628[[package]]
 6629name = "futures-lite"
 6630version = "1.13.0"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6633dependencies = [
 6634 "fastrand 1.9.0",
 6635 "futures-core",
 6636 "futures-io",
 6637 "memchr",
 6638 "parking",
 6639 "pin-project-lite",
 6640 "waker-fn",
 6641]
 6642
 6643[[package]]
 6644name = "futures-lite"
 6645version = "2.6.1"
 6646source = "registry+https://github.com/rust-lang/crates.io-index"
 6647checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6648dependencies = [
 6649 "fastrand 2.3.0",
 6650 "futures-core",
 6651 "futures-io",
 6652 "parking",
 6653 "pin-project-lite",
 6654]
 6655
 6656[[package]]
 6657name = "futures-macro"
 6658version = "0.3.32"
 6659source = "registry+https://github.com/rust-lang/crates.io-index"
 6660checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6661dependencies = [
 6662 "proc-macro2",
 6663 "quote",
 6664 "syn 2.0.117",
 6665]
 6666
 6667[[package]]
 6668name = "futures-sink"
 6669version = "0.3.32"
 6670source = "registry+https://github.com/rust-lang/crates.io-index"
 6671checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6672
 6673[[package]]
 6674name = "futures-task"
 6675version = "0.3.32"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6678
 6679[[package]]
 6680name = "futures-util"
 6681version = "0.3.32"
 6682source = "registry+https://github.com/rust-lang/crates.io-index"
 6683checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6684dependencies = [
 6685 "futures 0.1.31",
 6686 "futures-channel",
 6687 "futures-core",
 6688 "futures-io",
 6689 "futures-macro",
 6690 "futures-sink",
 6691 "futures-task",
 6692 "libc",
 6693 "memchr",
 6694 "pin-project-lite",
 6695 "slab",
 6696 "tokio-io",
 6697]
 6698
 6699[[package]]
 6700name = "fuzzy"
 6701version = "0.1.0"
 6702dependencies = [
 6703 "gpui",
 6704 "log",
 6705 "util",
 6706]
 6707
 6708[[package]]
 6709name = "fuzzy_nucleo"
 6710version = "0.1.0"
 6711dependencies = [
 6712 "gpui",
 6713 "nucleo",
 6714 "util",
 6715]
 6716
 6717[[package]]
 6718name = "gaoya"
 6719version = "0.2.0"
 6720source = "registry+https://github.com/rust-lang/crates.io-index"
 6721checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6722dependencies = [
 6723 "ahash 0.8.12",
 6724 "crossbeam-utils",
 6725 "fnv",
 6726 "itertools 0.10.5",
 6727 "num-traits",
 6728 "rand 0.8.5",
 6729 "rand_pcg",
 6730 "random_choice",
 6731 "rayon",
 6732 "seahash",
 6733 "sha-1",
 6734 "shingles",
 6735 "siphasher 0.3.11",
 6736 "smallvec",
 6737 "triomphe",
 6738]
 6739
 6740[[package]]
 6741name = "gemm"
 6742version = "0.17.1"
 6743source = "registry+https://github.com/rust-lang/crates.io-index"
 6744checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6745dependencies = [
 6746 "dyn-stack 0.10.0",
 6747 "gemm-c32 0.17.1",
 6748 "gemm-c64 0.17.1",
 6749 "gemm-common 0.17.1",
 6750 "gemm-f16 0.17.1",
 6751 "gemm-f32 0.17.1",
 6752 "gemm-f64 0.17.1",
 6753 "num-complex",
 6754 "num-traits",
 6755 "paste",
 6756 "raw-cpuid 10.7.0",
 6757 "seq-macro",
 6758]
 6759
 6760[[package]]
 6761name = "gemm"
 6762version = "0.18.2"
 6763source = "registry+https://github.com/rust-lang/crates.io-index"
 6764checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6765dependencies = [
 6766 "dyn-stack 0.13.2",
 6767 "gemm-c32 0.18.2",
 6768 "gemm-c64 0.18.2",
 6769 "gemm-common 0.18.2",
 6770 "gemm-f16 0.18.2",
 6771 "gemm-f32 0.18.2",
 6772 "gemm-f64 0.18.2",
 6773 "num-complex",
 6774 "num-traits",
 6775 "paste",
 6776 "raw-cpuid 11.6.0",
 6777 "seq-macro",
 6778]
 6779
 6780[[package]]
 6781name = "gemm-c32"
 6782version = "0.17.1"
 6783source = "registry+https://github.com/rust-lang/crates.io-index"
 6784checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6785dependencies = [
 6786 "dyn-stack 0.10.0",
 6787 "gemm-common 0.17.1",
 6788 "num-complex",
 6789 "num-traits",
 6790 "paste",
 6791 "raw-cpuid 10.7.0",
 6792 "seq-macro",
 6793]
 6794
 6795[[package]]
 6796name = "gemm-c32"
 6797version = "0.18.2"
 6798source = "registry+https://github.com/rust-lang/crates.io-index"
 6799checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6800dependencies = [
 6801 "dyn-stack 0.13.2",
 6802 "gemm-common 0.18.2",
 6803 "num-complex",
 6804 "num-traits",
 6805 "paste",
 6806 "raw-cpuid 11.6.0",
 6807 "seq-macro",
 6808]
 6809
 6810[[package]]
 6811name = "gemm-c64"
 6812version = "0.17.1"
 6813source = "registry+https://github.com/rust-lang/crates.io-index"
 6814checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6815dependencies = [
 6816 "dyn-stack 0.10.0",
 6817 "gemm-common 0.17.1",
 6818 "num-complex",
 6819 "num-traits",
 6820 "paste",
 6821 "raw-cpuid 10.7.0",
 6822 "seq-macro",
 6823]
 6824
 6825[[package]]
 6826name = "gemm-c64"
 6827version = "0.18.2"
 6828source = "registry+https://github.com/rust-lang/crates.io-index"
 6829checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6830dependencies = [
 6831 "dyn-stack 0.13.2",
 6832 "gemm-common 0.18.2",
 6833 "num-complex",
 6834 "num-traits",
 6835 "paste",
 6836 "raw-cpuid 11.6.0",
 6837 "seq-macro",
 6838]
 6839
 6840[[package]]
 6841name = "gemm-common"
 6842version = "0.17.1"
 6843source = "registry+https://github.com/rust-lang/crates.io-index"
 6844checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6845dependencies = [
 6846 "bytemuck",
 6847 "dyn-stack 0.10.0",
 6848 "half",
 6849 "num-complex",
 6850 "num-traits",
 6851 "once_cell",
 6852 "paste",
 6853 "pulp 0.18.22",
 6854 "raw-cpuid 10.7.0",
 6855 "rayon",
 6856 "seq-macro",
 6857 "sysctl 0.5.5",
 6858]
 6859
 6860[[package]]
 6861name = "gemm-common"
 6862version = "0.18.2"
 6863source = "registry+https://github.com/rust-lang/crates.io-index"
 6864checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6865dependencies = [
 6866 "bytemuck",
 6867 "dyn-stack 0.13.2",
 6868 "half",
 6869 "libm",
 6870 "num-complex",
 6871 "num-traits",
 6872 "once_cell",
 6873 "paste",
 6874 "pulp 0.21.5",
 6875 "raw-cpuid 11.6.0",
 6876 "rayon",
 6877 "seq-macro",
 6878 "sysctl 0.6.0",
 6879]
 6880
 6881[[package]]
 6882name = "gemm-f16"
 6883version = "0.17.1"
 6884source = "registry+https://github.com/rust-lang/crates.io-index"
 6885checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6886dependencies = [
 6887 "dyn-stack 0.10.0",
 6888 "gemm-common 0.17.1",
 6889 "gemm-f32 0.17.1",
 6890 "half",
 6891 "num-complex",
 6892 "num-traits",
 6893 "paste",
 6894 "raw-cpuid 10.7.0",
 6895 "rayon",
 6896 "seq-macro",
 6897]
 6898
 6899[[package]]
 6900name = "gemm-f16"
 6901version = "0.18.2"
 6902source = "registry+https://github.com/rust-lang/crates.io-index"
 6903checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6904dependencies = [
 6905 "dyn-stack 0.13.2",
 6906 "gemm-common 0.18.2",
 6907 "gemm-f32 0.18.2",
 6908 "half",
 6909 "num-complex",
 6910 "num-traits",
 6911 "paste",
 6912 "raw-cpuid 11.6.0",
 6913 "rayon",
 6914 "seq-macro",
 6915]
 6916
 6917[[package]]
 6918name = "gemm-f32"
 6919version = "0.17.1"
 6920source = "registry+https://github.com/rust-lang/crates.io-index"
 6921checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6922dependencies = [
 6923 "dyn-stack 0.10.0",
 6924 "gemm-common 0.17.1",
 6925 "num-complex",
 6926 "num-traits",
 6927 "paste",
 6928 "raw-cpuid 10.7.0",
 6929 "seq-macro",
 6930]
 6931
 6932[[package]]
 6933name = "gemm-f32"
 6934version = "0.18.2"
 6935source = "registry+https://github.com/rust-lang/crates.io-index"
 6936checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6937dependencies = [
 6938 "dyn-stack 0.13.2",
 6939 "gemm-common 0.18.2",
 6940 "num-complex",
 6941 "num-traits",
 6942 "paste",
 6943 "raw-cpuid 11.6.0",
 6944 "seq-macro",
 6945]
 6946
 6947[[package]]
 6948name = "gemm-f64"
 6949version = "0.17.1"
 6950source = "registry+https://github.com/rust-lang/crates.io-index"
 6951checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6952dependencies = [
 6953 "dyn-stack 0.10.0",
 6954 "gemm-common 0.17.1",
 6955 "num-complex",
 6956 "num-traits",
 6957 "paste",
 6958 "raw-cpuid 10.7.0",
 6959 "seq-macro",
 6960]
 6961
 6962[[package]]
 6963name = "gemm-f64"
 6964version = "0.18.2"
 6965source = "registry+https://github.com/rust-lang/crates.io-index"
 6966checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6967dependencies = [
 6968 "dyn-stack 0.13.2",
 6969 "gemm-common 0.18.2",
 6970 "num-complex",
 6971 "num-traits",
 6972 "paste",
 6973 "raw-cpuid 11.6.0",
 6974 "seq-macro",
 6975]
 6976
 6977[[package]]
 6978name = "generator"
 6979version = "0.8.7"
 6980source = "registry+https://github.com/rust-lang/crates.io-index"
 6981checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 6982dependencies = [
 6983 "cc",
 6984 "cfg-if",
 6985 "libc",
 6986 "log",
 6987 "rustversion",
 6988 "windows 0.61.3",
 6989]
 6990
 6991[[package]]
 6992name = "generic-array"
 6993version = "0.14.7"
 6994source = "registry+https://github.com/rust-lang/crates.io-index"
 6995checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 6996dependencies = [
 6997 "typenum",
 6998 "version_check",
 6999]
 7000
 7001[[package]]
 7002name = "gethostname"
 7003version = "1.1.0"
 7004source = "registry+https://github.com/rust-lang/crates.io-index"
 7005checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7006dependencies = [
 7007 "rustix 1.1.2",
 7008 "windows-link 0.2.1",
 7009]
 7010
 7011[[package]]
 7012name = "getrandom"
 7013version = "0.2.16"
 7014source = "registry+https://github.com/rust-lang/crates.io-index"
 7015checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7016dependencies = [
 7017 "cfg-if",
 7018 "js-sys",
 7019 "libc",
 7020 "wasi",
 7021 "wasm-bindgen",
 7022]
 7023
 7024[[package]]
 7025name = "getrandom"
 7026version = "0.3.4"
 7027source = "registry+https://github.com/rust-lang/crates.io-index"
 7028checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7029dependencies = [
 7030 "cfg-if",
 7031 "js-sys",
 7032 "libc",
 7033 "r-efi",
 7034 "wasip2",
 7035 "wasm-bindgen",
 7036]
 7037
 7038[[package]]
 7039name = "getrandom"
 7040version = "0.4.1"
 7041source = "registry+https://github.com/rust-lang/crates.io-index"
 7042checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7043dependencies = [
 7044 "cfg-if",
 7045 "libc",
 7046 "r-efi",
 7047 "wasip2",
 7048 "wasip3",
 7049]
 7050
 7051[[package]]
 7052name = "gh-workflow"
 7053version = "0.8.0"
 7054source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7055dependencies = [
 7056 "async-trait",
 7057 "derive_more",
 7058 "derive_setters",
 7059 "gh-workflow-macros",
 7060 "indexmap",
 7061 "merge",
 7062 "serde",
 7063 "serde_json",
 7064 "serde_yaml",
 7065 "strum_macros 0.27.2",
 7066]
 7067
 7068[[package]]
 7069name = "gh-workflow-macros"
 7070version = "0.8.0"
 7071source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7072dependencies = [
 7073 "heck 0.5.0",
 7074 "quote",
 7075 "syn 2.0.117",
 7076]
 7077
 7078[[package]]
 7079name = "gif"
 7080version = "0.13.3"
 7081source = "registry+https://github.com/rust-lang/crates.io-index"
 7082checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7083dependencies = [
 7084 "color_quant",
 7085 "weezl",
 7086]
 7087
 7088[[package]]
 7089name = "gimli"
 7090version = "0.32.3"
 7091source = "registry+https://github.com/rust-lang/crates.io-index"
 7092checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7093dependencies = [
 7094 "fallible-iterator",
 7095 "indexmap",
 7096 "stable_deref_trait",
 7097]
 7098
 7099[[package]]
 7100name = "gio-sys"
 7101version = "0.21.5"
 7102source = "registry+https://github.com/rust-lang/crates.io-index"
 7103checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7104dependencies = [
 7105 "glib-sys",
 7106 "gobject-sys",
 7107 "libc",
 7108 "system-deps 7.0.7",
 7109 "windows-sys 0.61.2",
 7110]
 7111
 7112[[package]]
 7113name = "git"
 7114version = "0.1.0"
 7115dependencies = [
 7116 "anyhow",
 7117 "askpass",
 7118 "async-trait",
 7119 "collections",
 7120 "derive_more",
 7121 "futures 0.3.32",
 7122 "git2",
 7123 "gpui",
 7124 "http_client",
 7125 "itertools 0.14.0",
 7126 "log",
 7127 "parking_lot",
 7128 "pretty_assertions",
 7129 "rand 0.9.2",
 7130 "regex",
 7131 "rope",
 7132 "schemars",
 7133 "serde",
 7134 "serde_json",
 7135 "smallvec",
 7136 "smol",
 7137 "sum_tree",
 7138 "tempfile",
 7139 "text",
 7140 "thiserror 2.0.17",
 7141 "time",
 7142 "url",
 7143 "urlencoding",
 7144 "util",
 7145 "uuid",
 7146 "ztracing",
 7147]
 7148
 7149[[package]]
 7150name = "git2"
 7151version = "0.20.4"
 7152source = "registry+https://github.com/rust-lang/crates.io-index"
 7153checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7154dependencies = [
 7155 "bitflags 2.10.0",
 7156 "libc",
 7157 "libgit2-sys",
 7158 "log",
 7159 "url",
 7160]
 7161
 7162[[package]]
 7163name = "git_graph"
 7164version = "0.1.0"
 7165dependencies = [
 7166 "anyhow",
 7167 "collections",
 7168 "db",
 7169 "editor",
 7170 "fs",
 7171 "git",
 7172 "git_ui",
 7173 "gpui",
 7174 "language",
 7175 "menu",
 7176 "project",
 7177 "rand 0.9.2",
 7178 "remote_connection",
 7179 "search",
 7180 "serde_json",
 7181 "settings",
 7182 "smallvec",
 7183 "smol",
 7184 "theme",
 7185 "theme_settings",
 7186 "time",
 7187 "ui",
 7188 "workspace",
 7189]
 7190
 7191[[package]]
 7192name = "git_hosting_providers"
 7193version = "0.1.0"
 7194dependencies = [
 7195 "anyhow",
 7196 "async-trait",
 7197 "futures 0.3.32",
 7198 "git",
 7199 "gpui",
 7200 "http_client",
 7201 "indoc",
 7202 "itertools 0.14.0",
 7203 "pretty_assertions",
 7204 "regex",
 7205 "serde",
 7206 "serde_json",
 7207 "settings",
 7208 "url",
 7209 "urlencoding",
 7210 "util",
 7211]
 7212
 7213[[package]]
 7214name = "git_ui"
 7215version = "0.1.0"
 7216dependencies = [
 7217 "agent_settings",
 7218 "alacritty_terminal",
 7219 "anyhow",
 7220 "askpass",
 7221 "buffer_diff",
 7222 "call",
 7223 "collections",
 7224 "component",
 7225 "ctor",
 7226 "db",
 7227 "editor",
 7228 "file_icons",
 7229 "futures 0.3.32",
 7230 "fuzzy",
 7231 "git",
 7232 "gpui",
 7233 "indoc",
 7234 "itertools 0.14.0",
 7235 "language",
 7236 "language_model",
 7237 "linkify",
 7238 "log",
 7239 "markdown",
 7240 "menu",
 7241 "multi_buffer",
 7242 "notifications",
 7243 "panel",
 7244 "picker",
 7245 "pretty_assertions",
 7246 "project",
 7247 "prompt_store",
 7248 "proto",
 7249 "rand 0.9.2",
 7250 "remote",
 7251 "remote_connection",
 7252 "schemars",
 7253 "serde",
 7254 "serde_json",
 7255 "settings",
 7256 "smallvec",
 7257 "smol",
 7258 "strum 0.27.2",
 7259 "telemetry",
 7260 "theme",
 7261 "theme_settings",
 7262 "time",
 7263 "time_format",
 7264 "tracing",
 7265 "ui",
 7266 "ui_input",
 7267 "unindent",
 7268 "util",
 7269 "watch",
 7270 "windows 0.61.3",
 7271 "workspace",
 7272 "zed_actions",
 7273 "zeroize",
 7274 "zlog",
 7275 "ztracing",
 7276]
 7277
 7278[[package]]
 7279name = "gl_generator"
 7280version = "0.14.0"
 7281source = "registry+https://github.com/rust-lang/crates.io-index"
 7282checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7283dependencies = [
 7284 "khronos_api",
 7285 "log",
 7286 "xml-rs",
 7287]
 7288
 7289[[package]]
 7290name = "glib"
 7291version = "0.21.5"
 7292source = "registry+https://github.com/rust-lang/crates.io-index"
 7293checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7294dependencies = [
 7295 "bitflags 2.10.0",
 7296 "futures-channel",
 7297 "futures-core",
 7298 "futures-executor",
 7299 "futures-task",
 7300 "futures-util",
 7301 "gio-sys",
 7302 "glib-macros",
 7303 "glib-sys",
 7304 "gobject-sys",
 7305 "libc",
 7306 "memchr",
 7307 "smallvec",
 7308]
 7309
 7310[[package]]
 7311name = "glib-macros"
 7312version = "0.21.5"
 7313source = "registry+https://github.com/rust-lang/crates.io-index"
 7314checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7315dependencies = [
 7316 "heck 0.5.0",
 7317 "proc-macro-crate",
 7318 "proc-macro2",
 7319 "quote",
 7320 "syn 2.0.117",
 7321]
 7322
 7323[[package]]
 7324name = "glib-sys"
 7325version = "0.21.5"
 7326source = "registry+https://github.com/rust-lang/crates.io-index"
 7327checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7328dependencies = [
 7329 "libc",
 7330 "system-deps 7.0.7",
 7331]
 7332
 7333[[package]]
 7334name = "glob"
 7335version = "0.3.3"
 7336source = "registry+https://github.com/rust-lang/crates.io-index"
 7337checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7338
 7339[[package]]
 7340name = "globset"
 7341version = "0.4.17"
 7342source = "registry+https://github.com/rust-lang/crates.io-index"
 7343checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7344dependencies = [
 7345 "aho-corasick",
 7346 "bstr",
 7347 "log",
 7348 "regex-automata",
 7349 "regex-syntax",
 7350]
 7351
 7352[[package]]
 7353name = "gloo-timers"
 7354version = "0.3.0"
 7355source = "registry+https://github.com/rust-lang/crates.io-index"
 7356checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7357dependencies = [
 7358 "futures-channel",
 7359 "futures-core",
 7360 "js-sys",
 7361 "wasm-bindgen",
 7362]
 7363
 7364[[package]]
 7365name = "glow"
 7366version = "0.17.0"
 7367source = "registry+https://github.com/rust-lang/crates.io-index"
 7368checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7369dependencies = [
 7370 "js-sys",
 7371 "slotmap",
 7372 "wasm-bindgen",
 7373 "web-sys",
 7374]
 7375
 7376[[package]]
 7377name = "glutin_wgl_sys"
 7378version = "0.6.1"
 7379source = "registry+https://github.com/rust-lang/crates.io-index"
 7380checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7381dependencies = [
 7382 "gl_generator",
 7383]
 7384
 7385[[package]]
 7386name = "go_to_line"
 7387version = "0.1.0"
 7388dependencies = [
 7389 "editor",
 7390 "gpui",
 7391 "indoc",
 7392 "language",
 7393 "menu",
 7394 "multi_buffer",
 7395 "project",
 7396 "rope",
 7397 "serde",
 7398 "serde_json",
 7399 "settings",
 7400 "text",
 7401 "theme",
 7402 "ui",
 7403 "util",
 7404 "workspace",
 7405]
 7406
 7407[[package]]
 7408name = "gobject-sys"
 7409version = "0.21.5"
 7410source = "registry+https://github.com/rust-lang/crates.io-index"
 7411checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7412dependencies = [
 7413 "glib-sys",
 7414 "libc",
 7415 "system-deps 7.0.7",
 7416]
 7417
 7418[[package]]
 7419name = "goblin"
 7420version = "0.9.3"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7423dependencies = [
 7424 "log",
 7425 "plain",
 7426 "scroll",
 7427]
 7428
 7429[[package]]
 7430name = "google_ai"
 7431version = "0.1.0"
 7432dependencies = [
 7433 "anyhow",
 7434 "futures 0.3.32",
 7435 "http_client",
 7436 "language_model_core",
 7437 "log",
 7438 "schemars",
 7439 "serde",
 7440 "serde_json",
 7441 "strum 0.27.2",
 7442 "tiktoken-rs",
 7443]
 7444
 7445[[package]]
 7446name = "gpu-allocator"
 7447version = "0.28.0"
 7448source = "registry+https://github.com/rust-lang/crates.io-index"
 7449checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7450dependencies = [
 7451 "ash",
 7452 "hashbrown 0.16.1",
 7453 "log",
 7454 "presser",
 7455 "thiserror 2.0.17",
 7456 "windows 0.62.2",
 7457]
 7458
 7459[[package]]
 7460name = "gpu-descriptor"
 7461version = "0.3.2"
 7462source = "registry+https://github.com/rust-lang/crates.io-index"
 7463checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7464dependencies = [
 7465 "bitflags 2.10.0",
 7466 "gpu-descriptor-types",
 7467 "hashbrown 0.15.5",
 7468]
 7469
 7470[[package]]
 7471name = "gpu-descriptor-types"
 7472version = "0.2.0"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7475dependencies = [
 7476 "bitflags 2.10.0",
 7477]
 7478
 7479[[package]]
 7480name = "gpui"
 7481version = "0.2.2"
 7482dependencies = [
 7483 "anyhow",
 7484 "async-channel 2.5.0",
 7485 "async-task",
 7486 "backtrace",
 7487 "bindgen 0.71.1",
 7488 "bitflags 2.10.0",
 7489 "block",
 7490 "cbindgen",
 7491 "chrono",
 7492 "cocoa 0.26.0",
 7493 "cocoa-foundation 0.2.0",
 7494 "collections",
 7495 "core-foundation 0.10.0",
 7496 "core-foundation-sys",
 7497 "core-graphics 0.24.0",
 7498 "core-text",
 7499 "core-video",
 7500 "ctor",
 7501 "derive_more",
 7502 "embed-resource",
 7503 "env_logger 0.11.8",
 7504 "etagere",
 7505 "foreign-types 0.5.0",
 7506 "futures 0.3.32",
 7507 "futures-concurrency",
 7508 "getrandom 0.3.4",
 7509 "gpui_macros",
 7510 "gpui_platform",
 7511 "gpui_shared_string",
 7512 "gpui_util",
 7513 "gpui_web",
 7514 "http_client",
 7515 "image",
 7516 "inventory",
 7517 "itertools 0.14.0",
 7518 "log",
 7519 "lyon",
 7520 "mach2 0.5.0",
 7521 "media",
 7522 "metal",
 7523 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7524 "num_cpus",
 7525 "objc",
 7526 "objc2",
 7527 "objc2-metal",
 7528 "parking",
 7529 "parking_lot",
 7530 "pathfinder_geometry",
 7531 "pin-project",
 7532 "pollster 0.4.0",
 7533 "postage",
 7534 "profiling",
 7535 "proptest",
 7536 "rand 0.9.2",
 7537 "raw-window-handle",
 7538 "refineable",
 7539 "regex",
 7540 "reqwest_client",
 7541 "resvg",
 7542 "scheduler",
 7543 "schemars",
 7544 "seahash",
 7545 "serde",
 7546 "serde_json",
 7547 "slotmap",
 7548 "smallvec",
 7549 "spin 0.10.0",
 7550 "stacksafe",
 7551 "strum 0.27.2",
 7552 "sum_tree",
 7553 "taffy",
 7554 "thiserror 2.0.17",
 7555 "ttf-parser 0.25.1",
 7556 "unicode-segmentation",
 7557 "url",
 7558 "usvg",
 7559 "util_macros",
 7560 "uuid",
 7561 "waker-fn",
 7562 "wasm-bindgen",
 7563 "web-time",
 7564 "windows 0.61.3",
 7565 "zed-font-kit",
 7566 "zed-scap",
 7567]
 7568
 7569[[package]]
 7570name = "gpui_linux"
 7571version = "0.1.0"
 7572dependencies = [
 7573 "anyhow",
 7574 "as-raw-xcb-connection",
 7575 "ashpd",
 7576 "bitflags 2.10.0",
 7577 "bytemuck",
 7578 "calloop",
 7579 "calloop-wayland-source",
 7580 "collections",
 7581 "filedescriptor",
 7582 "futures 0.3.32",
 7583 "gpui",
 7584 "gpui_wgpu",
 7585 "http_client",
 7586 "itertools 0.14.0",
 7587 "libc",
 7588 "log",
 7589 "oo7",
 7590 "open",
 7591 "parking_lot",
 7592 "pathfinder_geometry",
 7593 "pollster 0.4.0",
 7594 "profiling",
 7595 "raw-window-handle",
 7596 "smallvec",
 7597 "smol",
 7598 "strum 0.27.2",
 7599 "swash",
 7600 "url",
 7601 "util",
 7602 "uuid",
 7603 "wayland-backend",
 7604 "wayland-client",
 7605 "wayland-cursor",
 7606 "wayland-protocols",
 7607 "wayland-protocols-plasma",
 7608 "wayland-protocols-wlr",
 7609 "x11-clipboard",
 7610 "x11rb",
 7611 "xkbcommon",
 7612 "zed-scap",
 7613 "zed-xim",
 7614]
 7615
 7616[[package]]
 7617name = "gpui_macos"
 7618version = "0.1.0"
 7619dependencies = [
 7620 "anyhow",
 7621 "async-task",
 7622 "block",
 7623 "cbindgen",
 7624 "cocoa 0.26.0",
 7625 "collections",
 7626 "core-foundation 0.10.0",
 7627 "core-foundation-sys",
 7628 "core-graphics 0.24.0",
 7629 "core-text",
 7630 "core-video",
 7631 "ctor",
 7632 "derive_more",
 7633 "dispatch2",
 7634 "etagere",
 7635 "foreign-types 0.5.0",
 7636 "futures 0.3.32",
 7637 "gpui",
 7638 "image",
 7639 "itertools 0.14.0",
 7640 "libc",
 7641 "log",
 7642 "mach2 0.5.0",
 7643 "media",
 7644 "metal",
 7645 "objc",
 7646 "objc2-app-kit",
 7647 "parking_lot",
 7648 "pathfinder_geometry",
 7649 "raw-window-handle",
 7650 "semver",
 7651 "smallvec",
 7652 "strum 0.27.2",
 7653 "util",
 7654 "uuid",
 7655 "zed-font-kit",
 7656]
 7657
 7658[[package]]
 7659name = "gpui_macros"
 7660version = "0.1.0"
 7661dependencies = [
 7662 "gpui",
 7663 "heck 0.5.0",
 7664 "proc-macro2",
 7665 "quote",
 7666 "syn 2.0.117",
 7667]
 7668
 7669[[package]]
 7670name = "gpui_platform"
 7671version = "0.1.0"
 7672dependencies = [
 7673 "console_error_panic_hook",
 7674 "gpui",
 7675 "gpui_linux",
 7676 "gpui_macos",
 7677 "gpui_web",
 7678 "gpui_windows",
 7679]
 7680
 7681[[package]]
 7682name = "gpui_shared_string"
 7683version = "0.1.0"
 7684dependencies = [
 7685 "derive_more",
 7686 "gpui_util",
 7687 "schemars",
 7688 "serde",
 7689]
 7690
 7691[[package]]
 7692name = "gpui_tokio"
 7693version = "0.1.0"
 7694dependencies = [
 7695 "anyhow",
 7696 "gpui",
 7697 "tokio",
 7698 "util",
 7699]
 7700
 7701[[package]]
 7702name = "gpui_util"
 7703version = "0.1.0"
 7704dependencies = [
 7705 "anyhow",
 7706 "log",
 7707]
 7708
 7709[[package]]
 7710name = "gpui_web"
 7711version = "0.1.0"
 7712dependencies = [
 7713 "anyhow",
 7714 "console_error_panic_hook",
 7715 "futures 0.3.32",
 7716 "gpui",
 7717 "gpui_wgpu",
 7718 "http_client",
 7719 "js-sys",
 7720 "log",
 7721 "parking_lot",
 7722 "raw-window-handle",
 7723 "smallvec",
 7724 "uuid",
 7725 "wasm-bindgen",
 7726 "wasm-bindgen-futures",
 7727 "wasm_thread",
 7728 "web-sys",
 7729 "web-time",
 7730]
 7731
 7732[[package]]
 7733name = "gpui_wgpu"
 7734version = "0.1.0"
 7735dependencies = [
 7736 "anyhow",
 7737 "bytemuck",
 7738 "collections",
 7739 "cosmic-text",
 7740 "etagere",
 7741 "gpui",
 7742 "gpui_util",
 7743 "itertools 0.14.0",
 7744 "js-sys",
 7745 "log",
 7746 "parking_lot",
 7747 "pollster 0.4.0",
 7748 "profiling",
 7749 "raw-window-handle",
 7750 "smallvec",
 7751 "swash",
 7752 "wasm-bindgen",
 7753 "wasm-bindgen-futures",
 7754 "web-sys",
 7755 "wgpu",
 7756 "zed-font-kit",
 7757]
 7758
 7759[[package]]
 7760name = "gpui_windows"
 7761version = "0.1.0"
 7762dependencies = [
 7763 "anyhow",
 7764 "collections",
 7765 "etagere",
 7766 "futures 0.3.32",
 7767 "gpui",
 7768 "image",
 7769 "itertools 0.14.0",
 7770 "log",
 7771 "parking_lot",
 7772 "rand 0.9.2",
 7773 "raw-window-handle",
 7774 "smallvec",
 7775 "util",
 7776 "uuid",
 7777 "windows 0.61.3",
 7778 "windows-core 0.61.2",
 7779 "windows-numerics 0.2.0",
 7780 "windows-registry 0.5.3",
 7781 "zed-scap",
 7782]
 7783
 7784[[package]]
 7785name = "grammars"
 7786version = "0.1.0"
 7787dependencies = [
 7788 "anyhow",
 7789 "language_core",
 7790 "rust-embed",
 7791 "toml 0.8.23",
 7792 "tree-sitter",
 7793 "tree-sitter-bash",
 7794 "tree-sitter-c",
 7795 "tree-sitter-cpp",
 7796 "tree-sitter-css",
 7797 "tree-sitter-diff",
 7798 "tree-sitter-gitcommit",
 7799 "tree-sitter-go",
 7800 "tree-sitter-gomod",
 7801 "tree-sitter-gowork",
 7802 "tree-sitter-jsdoc",
 7803 "tree-sitter-json",
 7804 "tree-sitter-md",
 7805 "tree-sitter-python",
 7806 "tree-sitter-regex",
 7807 "tree-sitter-rust",
 7808 "tree-sitter-typescript",
 7809 "tree-sitter-yaml",
 7810 "util",
 7811]
 7812
 7813[[package]]
 7814name = "grid"
 7815version = "0.18.0"
 7816source = "registry+https://github.com/rust-lang/crates.io-index"
 7817checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7818
 7819[[package]]
 7820name = "group"
 7821version = "0.12.1"
 7822source = "registry+https://github.com/rust-lang/crates.io-index"
 7823checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7824dependencies = [
 7825 "ff",
 7826 "rand_core 0.6.4",
 7827 "subtle",
 7828]
 7829
 7830[[package]]
 7831name = "h2"
 7832version = "0.3.27"
 7833source = "registry+https://github.com/rust-lang/crates.io-index"
 7834checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7835dependencies = [
 7836 "bytes 1.11.1",
 7837 "fnv",
 7838 "futures-core",
 7839 "futures-sink",
 7840 "futures-util",
 7841 "http 0.2.12",
 7842 "indexmap",
 7843 "slab",
 7844 "tokio",
 7845 "tokio-util",
 7846 "tracing",
 7847]
 7848
 7849[[package]]
 7850name = "h2"
 7851version = "0.4.12"
 7852source = "registry+https://github.com/rust-lang/crates.io-index"
 7853checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7854dependencies = [
 7855 "atomic-waker",
 7856 "bytes 1.11.1",
 7857 "fnv",
 7858 "futures-core",
 7859 "futures-sink",
 7860 "http 1.3.1",
 7861 "indexmap",
 7862 "slab",
 7863 "tokio",
 7864 "tokio-util",
 7865 "tracing",
 7866]
 7867
 7868[[package]]
 7869name = "half"
 7870version = "2.7.1"
 7871source = "registry+https://github.com/rust-lang/crates.io-index"
 7872checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7873dependencies = [
 7874 "bytemuck",
 7875 "cfg-if",
 7876 "crunchy",
 7877 "num-traits",
 7878 "rand 0.9.2",
 7879 "rand_distr",
 7880 "zerocopy",
 7881]
 7882
 7883[[package]]
 7884name = "handlebars"
 7885version = "4.5.0"
 7886source = "registry+https://github.com/rust-lang/crates.io-index"
 7887checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7888dependencies = [
 7889 "log",
 7890 "pest",
 7891 "pest_derive",
 7892 "rust-embed",
 7893 "serde",
 7894 "serde_json",
 7895 "thiserror 1.0.69",
 7896]
 7897
 7898[[package]]
 7899name = "handlebars"
 7900version = "5.1.2"
 7901source = "registry+https://github.com/rust-lang/crates.io-index"
 7902checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7903dependencies = [
 7904 "log",
 7905 "pest",
 7906 "pest_derive",
 7907 "serde",
 7908 "serde_json",
 7909 "thiserror 1.0.69",
 7910]
 7911
 7912[[package]]
 7913name = "harfrust"
 7914version = "0.5.0"
 7915source = "registry+https://github.com/rust-lang/crates.io-index"
 7916checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7917dependencies = [
 7918 "bitflags 2.10.0",
 7919 "bytemuck",
 7920 "core_maths",
 7921 "read-fonts 0.37.0",
 7922 "smallvec",
 7923]
 7924
 7925[[package]]
 7926name = "hash32"
 7927version = "0.3.1"
 7928source = "registry+https://github.com/rust-lang/crates.io-index"
 7929checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7930dependencies = [
 7931 "byteorder",
 7932]
 7933
 7934[[package]]
 7935name = "hashbrown"
 7936version = "0.12.3"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7939dependencies = [
 7940 "ahash 0.7.8",
 7941]
 7942
 7943[[package]]
 7944name = "hashbrown"
 7945version = "0.14.5"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7948dependencies = [
 7949 "ahash 0.8.12",
 7950 "allocator-api2",
 7951]
 7952
 7953[[package]]
 7954name = "hashbrown"
 7955version = "0.15.5"
 7956source = "registry+https://github.com/rust-lang/crates.io-index"
 7957checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7958dependencies = [
 7959 "allocator-api2",
 7960 "equivalent",
 7961 "foldhash 0.1.5",
 7962 "serde",
 7963]
 7964
 7965[[package]]
 7966name = "hashbrown"
 7967version = "0.16.1"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7970dependencies = [
 7971 "allocator-api2",
 7972 "equivalent",
 7973 "foldhash 0.2.0",
 7974]
 7975
 7976[[package]]
 7977name = "hashlink"
 7978version = "0.8.4"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 7981dependencies = [
 7982 "hashbrown 0.14.5",
 7983]
 7984
 7985[[package]]
 7986name = "hashlink"
 7987version = "0.10.0"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 7990dependencies = [
 7991 "hashbrown 0.15.5",
 7992]
 7993
 7994[[package]]
 7995name = "headers"
 7996version = "0.3.9"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 7999dependencies = [
 8000 "base64 0.21.7",
 8001 "bytes 1.11.1",
 8002 "headers-core",
 8003 "http 0.2.12",
 8004 "httpdate",
 8005 "mime",
 8006 "sha1",
 8007]
 8008
 8009[[package]]
 8010name = "headers-core"
 8011version = "0.2.0"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8014dependencies = [
 8015 "http 0.2.12",
 8016]
 8017
 8018[[package]]
 8019name = "heapless"
 8020version = "0.9.2"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8023dependencies = [
 8024 "hash32",
 8025 "stable_deref_trait",
 8026]
 8027
 8028[[package]]
 8029name = "heck"
 8030version = "0.3.3"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8033dependencies = [
 8034 "unicode-segmentation",
 8035]
 8036
 8037[[package]]
 8038name = "heck"
 8039version = "0.4.1"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8042dependencies = [
 8043 "unicode-segmentation",
 8044]
 8045
 8046[[package]]
 8047name = "heck"
 8048version = "0.5.0"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8051
 8052[[package]]
 8053name = "heed"
 8054version = "0.21.0"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8057dependencies = [
 8058 "bitflags 2.10.0",
 8059 "byteorder",
 8060 "heed-traits",
 8061 "heed-types",
 8062 "libc",
 8063 "lmdb-master-sys",
 8064 "once_cell",
 8065 "page_size",
 8066 "serde",
 8067 "synchronoise",
 8068 "url",
 8069]
 8070
 8071[[package]]
 8072name = "heed-traits"
 8073version = "0.20.0"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8076
 8077[[package]]
 8078name = "heed-types"
 8079version = "0.21.0"
 8080source = "registry+https://github.com/rust-lang/crates.io-index"
 8081checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8082dependencies = [
 8083 "bincode",
 8084 "byteorder",
 8085 "heed-traits",
 8086 "serde",
 8087 "serde_json",
 8088]
 8089
 8090[[package]]
 8091name = "hermit-abi"
 8092version = "0.5.2"
 8093source = "registry+https://github.com/rust-lang/crates.io-index"
 8094checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8095
 8096[[package]]
 8097name = "hex"
 8098version = "0.4.3"
 8099source = "registry+https://github.com/rust-lang/crates.io-index"
 8100checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8101
 8102[[package]]
 8103name = "hexf-parse"
 8104version = "0.2.1"
 8105source = "registry+https://github.com/rust-lang/crates.io-index"
 8106checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8107
 8108[[package]]
 8109name = "hkdf"
 8110version = "0.12.4"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8113dependencies = [
 8114 "hmac",
 8115]
 8116
 8117[[package]]
 8118name = "hmac"
 8119version = "0.12.1"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8122dependencies = [
 8123 "digest",
 8124]
 8125
 8126[[package]]
 8127name = "home"
 8128version = "0.5.11"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8131dependencies = [
 8132 "windows-sys 0.59.0",
 8133]
 8134
 8135[[package]]
 8136name = "hound"
 8137version = "3.5.1"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8140
 8141[[package]]
 8142name = "html5ever"
 8143version = "0.27.0"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8146dependencies = [
 8147 "log",
 8148 "mac",
 8149 "markup5ever 0.12.1",
 8150 "proc-macro2",
 8151 "quote",
 8152 "syn 2.0.117",
 8153]
 8154
 8155[[package]]
 8156name = "html5ever"
 8157version = "0.35.0"
 8158source = "registry+https://github.com/rust-lang/crates.io-index"
 8159checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8160dependencies = [
 8161 "log",
 8162 "markup5ever 0.35.0",
 8163 "match_token",
 8164]
 8165
 8166[[package]]
 8167name = "html_to_markdown"
 8168version = "0.1.0"
 8169dependencies = [
 8170 "anyhow",
 8171 "html5ever 0.27.0",
 8172 "indoc",
 8173 "markup5ever_rcdom",
 8174 "pretty_assertions",
 8175 "regex",
 8176]
 8177
 8178[[package]]
 8179name = "http"
 8180version = "0.2.12"
 8181source = "registry+https://github.com/rust-lang/crates.io-index"
 8182checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8183dependencies = [
 8184 "bytes 1.11.1",
 8185 "fnv",
 8186 "itoa",
 8187]
 8188
 8189[[package]]
 8190name = "http"
 8191version = "1.3.1"
 8192source = "registry+https://github.com/rust-lang/crates.io-index"
 8193checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8194dependencies = [
 8195 "bytes 1.11.1",
 8196 "fnv",
 8197 "itoa",
 8198]
 8199
 8200[[package]]
 8201name = "http-body"
 8202version = "0.4.6"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8205dependencies = [
 8206 "bytes 1.11.1",
 8207 "http 0.2.12",
 8208 "pin-project-lite",
 8209]
 8210
 8211[[package]]
 8212name = "http-body"
 8213version = "1.0.1"
 8214source = "registry+https://github.com/rust-lang/crates.io-index"
 8215checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8216dependencies = [
 8217 "bytes 1.11.1",
 8218 "http 1.3.1",
 8219]
 8220
 8221[[package]]
 8222name = "http-body-util"
 8223version = "0.1.3"
 8224source = "registry+https://github.com/rust-lang/crates.io-index"
 8225checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8226dependencies = [
 8227 "bytes 1.11.1",
 8228 "futures-core",
 8229 "http 1.3.1",
 8230 "http-body 1.0.1",
 8231 "pin-project-lite",
 8232]
 8233
 8234[[package]]
 8235name = "http-range-header"
 8236version = "0.3.1"
 8237source = "registry+https://github.com/rust-lang/crates.io-index"
 8238checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8239
 8240[[package]]
 8241name = "http_client"
 8242version = "0.1.0"
 8243dependencies = [
 8244 "anyhow",
 8245 "async-compression",
 8246 "async-fs",
 8247 "async-tar",
 8248 "bytes 1.11.1",
 8249 "derive_more",
 8250 "futures 0.3.32",
 8251 "http 1.3.1",
 8252 "http-body 1.0.1",
 8253 "log",
 8254 "parking_lot",
 8255 "serde",
 8256 "serde_json",
 8257 "serde_urlencoded",
 8258 "sha2",
 8259 "tempfile",
 8260 "url",
 8261 "util",
 8262]
 8263
 8264[[package]]
 8265name = "http_client_tls"
 8266version = "0.1.0"
 8267dependencies = [
 8268 "rustls 0.23.33",
 8269 "rustls-platform-verifier",
 8270]
 8271
 8272[[package]]
 8273name = "httparse"
 8274version = "1.10.1"
 8275source = "registry+https://github.com/rust-lang/crates.io-index"
 8276checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8277
 8278[[package]]
 8279name = "httpdate"
 8280version = "1.0.3"
 8281source = "registry+https://github.com/rust-lang/crates.io-index"
 8282checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8283
 8284[[package]]
 8285name = "human_bytes"
 8286version = "0.4.3"
 8287source = "registry+https://github.com/rust-lang/crates.io-index"
 8288checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8289
 8290[[package]]
 8291name = "humantime"
 8292version = "2.3.0"
 8293source = "registry+https://github.com/rust-lang/crates.io-index"
 8294checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8295
 8296[[package]]
 8297name = "hyper"
 8298version = "0.14.32"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8301dependencies = [
 8302 "bytes 1.11.1",
 8303 "futures-channel",
 8304 "futures-core",
 8305 "futures-util",
 8306 "h2 0.3.27",
 8307 "http 0.2.12",
 8308 "http-body 0.4.6",
 8309 "httparse",
 8310 "httpdate",
 8311 "itoa",
 8312 "pin-project-lite",
 8313 "socket2 0.5.10",
 8314 "tokio",
 8315 "tower-service",
 8316 "tracing",
 8317 "want",
 8318]
 8319
 8320[[package]]
 8321name = "hyper"
 8322version = "1.7.0"
 8323source = "registry+https://github.com/rust-lang/crates.io-index"
 8324checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8325dependencies = [
 8326 "atomic-waker",
 8327 "bytes 1.11.1",
 8328 "futures-channel",
 8329 "futures-core",
 8330 "h2 0.4.12",
 8331 "http 1.3.1",
 8332 "http-body 1.0.1",
 8333 "httparse",
 8334 "itoa",
 8335 "pin-project-lite",
 8336 "pin-utils",
 8337 "smallvec",
 8338 "tokio",
 8339 "want",
 8340]
 8341
 8342[[package]]
 8343name = "hyper-rustls"
 8344version = "0.24.2"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8347dependencies = [
 8348 "futures-util",
 8349 "http 0.2.12",
 8350 "hyper 0.14.32",
 8351 "log",
 8352 "rustls 0.21.12",
 8353 "rustls-native-certs 0.6.3",
 8354 "tokio",
 8355 "tokio-rustls 0.24.1",
 8356]
 8357
 8358[[package]]
 8359name = "hyper-rustls"
 8360version = "0.27.7"
 8361source = "registry+https://github.com/rust-lang/crates.io-index"
 8362checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8363dependencies = [
 8364 "http 1.3.1",
 8365 "hyper 1.7.0",
 8366 "hyper-util",
 8367 "log",
 8368 "rustls 0.23.33",
 8369 "rustls-native-certs 0.8.2",
 8370 "rustls-pki-types",
 8371 "tokio",
 8372 "tokio-rustls 0.26.2",
 8373 "tower-service",
 8374]
 8375
 8376[[package]]
 8377name = "hyper-timeout"
 8378version = "0.5.2"
 8379source = "registry+https://github.com/rust-lang/crates.io-index"
 8380checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8381dependencies = [
 8382 "hyper 1.7.0",
 8383 "hyper-util",
 8384 "pin-project-lite",
 8385 "tokio",
 8386 "tower-service",
 8387]
 8388
 8389[[package]]
 8390name = "hyper-tls"
 8391version = "0.5.0"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8394dependencies = [
 8395 "bytes 1.11.1",
 8396 "hyper 0.14.32",
 8397 "native-tls",
 8398 "tokio",
 8399 "tokio-native-tls",
 8400]
 8401
 8402[[package]]
 8403name = "hyper-util"
 8404version = "0.1.17"
 8405source = "registry+https://github.com/rust-lang/crates.io-index"
 8406checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8407dependencies = [
 8408 "base64 0.22.1",
 8409 "bytes 1.11.1",
 8410 "futures-channel",
 8411 "futures-core",
 8412 "futures-util",
 8413 "http 1.3.1",
 8414 "http-body 1.0.1",
 8415 "hyper 1.7.0",
 8416 "ipnet",
 8417 "libc",
 8418 "percent-encoding",
 8419 "pin-project-lite",
 8420 "socket2 0.6.1",
 8421 "tokio",
 8422 "tower-service",
 8423 "tracing",
 8424]
 8425
 8426[[package]]
 8427name = "iana-time-zone"
 8428version = "0.1.64"
 8429source = "registry+https://github.com/rust-lang/crates.io-index"
 8430checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8431dependencies = [
 8432 "android_system_properties",
 8433 "core-foundation-sys",
 8434 "iana-time-zone-haiku",
 8435 "js-sys",
 8436 "log",
 8437 "wasm-bindgen",
 8438 "windows-core 0.62.2",
 8439]
 8440
 8441[[package]]
 8442name = "iana-time-zone-haiku"
 8443version = "0.1.2"
 8444source = "registry+https://github.com/rust-lang/crates.io-index"
 8445checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8446dependencies = [
 8447 "cc",
 8448]
 8449
 8450[[package]]
 8451name = "icons"
 8452version = "0.1.0"
 8453dependencies = [
 8454 "serde",
 8455 "strum 0.27.2",
 8456]
 8457
 8458[[package]]
 8459name = "icu_collections"
 8460version = "2.0.0"
 8461source = "registry+https://github.com/rust-lang/crates.io-index"
 8462checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8463dependencies = [
 8464 "displaydoc",
 8465 "potential_utf",
 8466 "yoke 0.8.0",
 8467 "zerofrom",
 8468 "zerovec",
 8469]
 8470
 8471[[package]]
 8472name = "icu_locale_core"
 8473version = "2.0.0"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8476dependencies = [
 8477 "displaydoc",
 8478 "litemap",
 8479 "tinystr",
 8480 "writeable",
 8481 "zerovec",
 8482]
 8483
 8484[[package]]
 8485name = "icu_normalizer"
 8486version = "2.0.0"
 8487source = "registry+https://github.com/rust-lang/crates.io-index"
 8488checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8489dependencies = [
 8490 "displaydoc",
 8491 "icu_collections",
 8492 "icu_normalizer_data",
 8493 "icu_properties",
 8494 "icu_provider",
 8495 "smallvec",
 8496 "zerovec",
 8497]
 8498
 8499[[package]]
 8500name = "icu_normalizer_data"
 8501version = "2.0.0"
 8502source = "registry+https://github.com/rust-lang/crates.io-index"
 8503checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8504
 8505[[package]]
 8506name = "icu_properties"
 8507version = "2.0.1"
 8508source = "registry+https://github.com/rust-lang/crates.io-index"
 8509checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8510dependencies = [
 8511 "displaydoc",
 8512 "icu_collections",
 8513 "icu_locale_core",
 8514 "icu_properties_data",
 8515 "icu_provider",
 8516 "potential_utf",
 8517 "zerotrie",
 8518 "zerovec",
 8519]
 8520
 8521[[package]]
 8522name = "icu_properties_data"
 8523version = "2.0.1"
 8524source = "registry+https://github.com/rust-lang/crates.io-index"
 8525checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8526
 8527[[package]]
 8528name = "icu_provider"
 8529version = "2.0.0"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8532dependencies = [
 8533 "displaydoc",
 8534 "icu_locale_core",
 8535 "stable_deref_trait",
 8536 "tinystr",
 8537 "writeable",
 8538 "yoke 0.8.0",
 8539 "zerofrom",
 8540 "zerotrie",
 8541 "zerovec",
 8542]
 8543
 8544[[package]]
 8545name = "id-arena"
 8546version = "2.2.1"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8549
 8550[[package]]
 8551name = "ident_case"
 8552version = "1.0.1"
 8553source = "registry+https://github.com/rust-lang/crates.io-index"
 8554checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8555
 8556[[package]]
 8557name = "idna"
 8558version = "1.1.0"
 8559source = "registry+https://github.com/rust-lang/crates.io-index"
 8560checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8561dependencies = [
 8562 "idna_adapter",
 8563 "smallvec",
 8564 "utf8_iter",
 8565]
 8566
 8567[[package]]
 8568name = "idna_adapter"
 8569version = "1.2.1"
 8570source = "registry+https://github.com/rust-lang/crates.io-index"
 8571checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8572dependencies = [
 8573 "icu_normalizer",
 8574 "icu_properties",
 8575]
 8576
 8577[[package]]
 8578name = "ignore"
 8579version = "0.4.24"
 8580source = "registry+https://github.com/rust-lang/crates.io-index"
 8581checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8582dependencies = [
 8583 "crossbeam-deque",
 8584 "globset",
 8585 "log",
 8586 "memchr",
 8587 "regex-automata",
 8588 "same-file",
 8589 "walkdir",
 8590 "winapi-util",
 8591]
 8592
 8593[[package]]
 8594name = "image"
 8595version = "0.25.8"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8598dependencies = [
 8599 "bytemuck",
 8600 "byteorder-lite",
 8601 "color_quant",
 8602 "exr",
 8603 "gif",
 8604 "image-webp",
 8605 "moxcms",
 8606 "num-traits",
 8607 "png 0.18.0",
 8608 "qoi",
 8609 "ravif",
 8610 "rayon",
 8611 "rgb",
 8612 "tiff",
 8613 "zune-core",
 8614 "zune-jpeg",
 8615]
 8616
 8617[[package]]
 8618name = "image-webp"
 8619version = "0.2.4"
 8620source = "registry+https://github.com/rust-lang/crates.io-index"
 8621checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8622dependencies = [
 8623 "byteorder-lite",
 8624 "quick-error 2.0.1",
 8625]
 8626
 8627[[package]]
 8628name = "image_viewer"
 8629version = "0.1.0"
 8630dependencies = [
 8631 "anyhow",
 8632 "db",
 8633 "editor",
 8634 "file_icons",
 8635 "gpui",
 8636 "language",
 8637 "log",
 8638 "project",
 8639 "serde",
 8640 "settings",
 8641 "theme_settings",
 8642 "ui",
 8643 "util",
 8644 "workspace",
 8645]
 8646
 8647[[package]]
 8648name = "imagesize"
 8649version = "0.13.0"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8652
 8653[[package]]
 8654name = "imara-diff"
 8655version = "0.1.8"
 8656source = "registry+https://github.com/rust-lang/crates.io-index"
 8657checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8658dependencies = [
 8659 "hashbrown 0.15.5",
 8660]
 8661
 8662[[package]]
 8663name = "imgref"
 8664version = "1.12.0"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8667
 8668[[package]]
 8669name = "indenter"
 8670version = "0.3.4"
 8671source = "registry+https://github.com/rust-lang/crates.io-index"
 8672checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8673
 8674[[package]]
 8675name = "indexmap"
 8676version = "2.11.4"
 8677source = "registry+https://github.com/rust-lang/crates.io-index"
 8678checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8679dependencies = [
 8680 "equivalent",
 8681 "hashbrown 0.16.1",
 8682 "serde",
 8683 "serde_core",
 8684]
 8685
 8686[[package]]
 8687name = "indoc"
 8688version = "2.0.6"
 8689source = "registry+https://github.com/rust-lang/crates.io-index"
 8690checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8691
 8692[[package]]
 8693name = "inherent"
 8694version = "1.0.13"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8697dependencies = [
 8698 "proc-macro2",
 8699 "quote",
 8700 "syn 2.0.117",
 8701]
 8702
 8703[[package]]
 8704name = "inotify"
 8705version = "0.9.6"
 8706source = "registry+https://github.com/rust-lang/crates.io-index"
 8707checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8708dependencies = [
 8709 "bitflags 1.3.2",
 8710 "inotify-sys",
 8711 "libc",
 8712]
 8713
 8714[[package]]
 8715name = "inotify"
 8716version = "0.11.0"
 8717source = "registry+https://github.com/rust-lang/crates.io-index"
 8718checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8719dependencies = [
 8720 "bitflags 2.10.0",
 8721 "inotify-sys",
 8722 "libc",
 8723]
 8724
 8725[[package]]
 8726name = "inotify-sys"
 8727version = "0.1.5"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8730dependencies = [
 8731 "libc",
 8732]
 8733
 8734[[package]]
 8735name = "inout"
 8736version = "0.1.4"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8739dependencies = [
 8740 "block-padding",
 8741 "generic-array",
 8742]
 8743
 8744[[package]]
 8745name = "inspector_ui"
 8746version = "0.1.0"
 8747dependencies = [
 8748 "anyhow",
 8749 "command_palette_hooks",
 8750 "editor",
 8751 "fuzzy",
 8752 "gpui",
 8753 "language",
 8754 "project",
 8755 "serde_json",
 8756 "serde_json_lenient",
 8757 "theme_settings",
 8758 "ui",
 8759 "util",
 8760 "util_macros",
 8761 "workspace",
 8762 "zed_actions",
 8763]
 8764
 8765[[package]]
 8766name = "install_cli"
 8767version = "0.1.0"
 8768dependencies = [
 8769 "anyhow",
 8770 "client",
 8771 "gpui",
 8772 "release_channel",
 8773 "smol",
 8774 "util",
 8775 "workspace",
 8776]
 8777
 8778[[package]]
 8779name = "instant"
 8780version = "0.1.13"
 8781source = "registry+https://github.com/rust-lang/crates.io-index"
 8782checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8783dependencies = [
 8784 "cfg-if",
 8785]
 8786
 8787[[package]]
 8788name = "interpolate_name"
 8789version = "0.2.4"
 8790source = "registry+https://github.com/rust-lang/crates.io-index"
 8791checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8792dependencies = [
 8793 "proc-macro2",
 8794 "quote",
 8795 "syn 2.0.117",
 8796]
 8797
 8798[[package]]
 8799name = "inventory"
 8800version = "0.3.21"
 8801source = "registry+https://github.com/rust-lang/crates.io-index"
 8802checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8803dependencies = [
 8804 "rustversion",
 8805]
 8806
 8807[[package]]
 8808name = "io-extras"
 8809version = "0.18.4"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8812dependencies = [
 8813 "io-lifetimes",
 8814 "windows-sys 0.59.0",
 8815]
 8816
 8817[[package]]
 8818name = "io-lifetimes"
 8819version = "2.0.4"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8822
 8823[[package]]
 8824name = "io-surface"
 8825version = "0.16.1"
 8826source = "registry+https://github.com/rust-lang/crates.io-index"
 8827checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8828dependencies = [
 8829 "cgl",
 8830 "core-foundation 0.10.0",
 8831 "core-foundation-sys",
 8832 "leaky-cow",
 8833]
 8834
 8835[[package]]
 8836name = "iovec"
 8837version = "0.1.4"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8840dependencies = [
 8841 "libc",
 8842]
 8843
 8844[[package]]
 8845name = "ipc-channel"
 8846version = "0.19.0"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8849dependencies = [
 8850 "bincode",
 8851 "crossbeam-channel",
 8852 "fnv",
 8853 "lazy_static",
 8854 "libc",
 8855 "mio 1.1.0",
 8856 "rand 0.8.5",
 8857 "serde",
 8858 "tempfile",
 8859 "uuid",
 8860 "windows 0.58.0",
 8861]
 8862
 8863[[package]]
 8864name = "ipnet"
 8865version = "2.11.0"
 8866source = "registry+https://github.com/rust-lang/crates.io-index"
 8867checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8868
 8869[[package]]
 8870name = "iri-string"
 8871version = "0.7.8"
 8872source = "registry+https://github.com/rust-lang/crates.io-index"
 8873checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8874dependencies = [
 8875 "memchr",
 8876 "serde",
 8877]
 8878
 8879[[package]]
 8880name = "is-docker"
 8881version = "0.2.0"
 8882source = "registry+https://github.com/rust-lang/crates.io-index"
 8883checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8884dependencies = [
 8885 "once_cell",
 8886]
 8887
 8888[[package]]
 8889name = "is-terminal"
 8890version = "0.4.16"
 8891source = "registry+https://github.com/rust-lang/crates.io-index"
 8892checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8893dependencies = [
 8894 "hermit-abi",
 8895 "libc",
 8896 "windows-sys 0.59.0",
 8897]
 8898
 8899[[package]]
 8900name = "is-wsl"
 8901version = "0.4.0"
 8902source = "registry+https://github.com/rust-lang/crates.io-index"
 8903checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8904dependencies = [
 8905 "is-docker",
 8906 "once_cell",
 8907]
 8908
 8909[[package]]
 8910name = "is_executable"
 8911version = "1.0.5"
 8912source = "registry+https://github.com/rust-lang/crates.io-index"
 8913checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8914dependencies = [
 8915 "windows-sys 0.60.2",
 8916]
 8917
 8918[[package]]
 8919name = "is_terminal_polyfill"
 8920version = "1.70.1"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8923
 8924[[package]]
 8925name = "itertools"
 8926version = "0.10.5"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8929dependencies = [
 8930 "either",
 8931]
 8932
 8933[[package]]
 8934name = "itertools"
 8935version = "0.11.0"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8938dependencies = [
 8939 "either",
 8940]
 8941
 8942[[package]]
 8943name = "itertools"
 8944version = "0.12.1"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8947dependencies = [
 8948 "either",
 8949]
 8950
 8951[[package]]
 8952name = "itertools"
 8953version = "0.14.0"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8956dependencies = [
 8957 "either",
 8958]
 8959
 8960[[package]]
 8961name = "itoa"
 8962version = "1.0.15"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8965
 8966[[package]]
 8967name = "jiff"
 8968version = "0.2.15"
 8969source = "registry+https://github.com/rust-lang/crates.io-index"
 8970checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8971dependencies = [
 8972 "jiff-static",
 8973 "log",
 8974 "portable-atomic",
 8975 "portable-atomic-util",
 8976 "serde",
 8977]
 8978
 8979[[package]]
 8980name = "jiff-static"
 8981version = "0.2.15"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 8984dependencies = [
 8985 "proc-macro2",
 8986 "quote",
 8987 "syn 2.0.117",
 8988]
 8989
 8990[[package]]
 8991name = "jni"
 8992version = "0.21.1"
 8993source = "registry+https://github.com/rust-lang/crates.io-index"
 8994checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 8995dependencies = [
 8996 "cesu8",
 8997 "cfg-if",
 8998 "combine",
 8999 "jni-sys",
 9000 "log",
 9001 "thiserror 1.0.69",
 9002 "walkdir",
 9003 "windows-sys 0.45.0",
 9004]
 9005
 9006[[package]]
 9007name = "jni-sys"
 9008version = "0.3.0"
 9009source = "registry+https://github.com/rust-lang/crates.io-index"
 9010checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9011
 9012[[package]]
 9013name = "jobserver"
 9014version = "0.1.34"
 9015source = "registry+https://github.com/rust-lang/crates.io-index"
 9016checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9017dependencies = [
 9018 "getrandom 0.3.4",
 9019 "libc",
 9020]
 9021
 9022[[package]]
 9023name = "journal"
 9024version = "0.1.0"
 9025dependencies = [
 9026 "anyhow",
 9027 "chrono",
 9028 "editor",
 9029 "gpui",
 9030 "log",
 9031 "serde",
 9032 "settings",
 9033 "shellexpand",
 9034 "workspace",
 9035]
 9036
 9037[[package]]
 9038name = "js-sys"
 9039version = "0.3.90"
 9040source = "registry+https://github.com/rust-lang/crates.io-index"
 9041checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9042dependencies = [
 9043 "once_cell",
 9044 "wasm-bindgen",
 9045]
 9046
 9047[[package]]
 9048name = "json5"
 9049version = "0.4.1"
 9050source = "registry+https://github.com/rust-lang/crates.io-index"
 9051checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9052dependencies = [
 9053 "pest",
 9054 "pest_derive",
 9055 "serde",
 9056]
 9057
 9058[[package]]
 9059name = "json_dotpath"
 9060version = "1.1.0"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9063dependencies = [
 9064 "serde",
 9065 "serde_derive",
 9066 "serde_json",
 9067 "thiserror 1.0.69",
 9068]
 9069
 9070[[package]]
 9071name = "json_schema_store"
 9072version = "0.1.0"
 9073dependencies = [
 9074 "anyhow",
 9075 "collections",
 9076 "dap",
 9077 "extension",
 9078 "gpui",
 9079 "language",
 9080 "parking_lot",
 9081 "paths",
 9082 "project",
 9083 "schemars",
 9084 "serde",
 9085 "serde_json",
 9086 "settings",
 9087 "snippet_provider",
 9088 "task",
 9089 "theme",
 9090 "util",
 9091]
 9092
 9093[[package]]
 9094name = "jsonschema"
 9095version = "0.37.4"
 9096source = "registry+https://github.com/rust-lang/crates.io-index"
 9097checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9098dependencies = [
 9099 "ahash 0.8.12",
 9100 "bytecount",
 9101 "data-encoding",
 9102 "email_address",
 9103 "fancy-regex 0.16.2",
 9104 "fraction",
 9105 "getrandom 0.3.4",
 9106 "idna",
 9107 "itoa",
 9108 "num-cmp",
 9109 "num-traits",
 9110 "percent-encoding",
 9111 "referencing",
 9112 "regex",
 9113 "regex-syntax",
 9114 "reqwest 0.12.24",
 9115 "serde",
 9116 "serde_json",
 9117 "unicode-general-category",
 9118 "uuid-simd",
 9119]
 9120
 9121[[package]]
 9122name = "jsonwebtoken"
 9123version = "10.3.0"
 9124source = "registry+https://github.com/rust-lang/crates.io-index"
 9125checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9126dependencies = [
 9127 "aws-lc-rs",
 9128 "base64 0.22.1",
 9129 "getrandom 0.2.16",
 9130 "js-sys",
 9131 "pem",
 9132 "serde",
 9133 "serde_json",
 9134 "signature 2.2.0",
 9135 "simple_asn1",
 9136]
 9137
 9138[[package]]
 9139name = "jupyter-protocol"
 9140version = "1.4.0"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9143dependencies = [
 9144 "async-trait",
 9145 "bytes 1.11.1",
 9146 "chrono",
 9147 "futures 0.3.32",
 9148 "serde",
 9149 "serde_json",
 9150 "thiserror 2.0.17",
 9151 "uuid",
 9152]
 9153
 9154[[package]]
 9155name = "jupyter-websocket-client"
 9156version = "1.0.0"
 9157source = "registry+https://github.com/rust-lang/crates.io-index"
 9158checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9159dependencies = [
 9160 "anyhow",
 9161 "async-trait",
 9162 "async-tungstenite",
 9163 "futures 0.3.32",
 9164 "jupyter-protocol",
 9165 "serde",
 9166 "serde_json",
 9167 "tokio",
 9168 "url",
 9169 "uuid",
 9170]
 9171
 9172[[package]]
 9173name = "keymap_editor"
 9174version = "0.1.0"
 9175dependencies = [
 9176 "anyhow",
 9177 "collections",
 9178 "command_palette",
 9179 "component",
 9180 "db",
 9181 "editor",
 9182 "fs",
 9183 "fuzzy",
 9184 "gpui",
 9185 "itertools 0.14.0",
 9186 "json_schema_store",
 9187 "language",
 9188 "log",
 9189 "menu",
 9190 "notifications",
 9191 "paths",
 9192 "project",
 9193 "search",
 9194 "serde",
 9195 "serde_json",
 9196 "settings",
 9197 "telemetry",
 9198 "tempfile",
 9199 "theme",
 9200 "theme_settings",
 9201 "tree-sitter-json",
 9202 "tree-sitter-rust",
 9203 "ui",
 9204 "ui_input",
 9205 "util",
 9206 "workspace",
 9207 "zed_actions",
 9208]
 9209
 9210[[package]]
 9211name = "khronos-egl"
 9212version = "6.0.0"
 9213source = "registry+https://github.com/rust-lang/crates.io-index"
 9214checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9215dependencies = [
 9216 "libc",
 9217 "libloading",
 9218 "pkg-config",
 9219]
 9220
 9221[[package]]
 9222name = "khronos_api"
 9223version = "3.1.0"
 9224source = "registry+https://github.com/rust-lang/crates.io-index"
 9225checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9226
 9227[[package]]
 9228name = "kqueue"
 9229version = "1.1.1"
 9230source = "registry+https://github.com/rust-lang/crates.io-index"
 9231checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9232dependencies = [
 9233 "kqueue-sys",
 9234 "libc",
 9235]
 9236
 9237[[package]]
 9238name = "kqueue-sys"
 9239version = "1.0.4"
 9240source = "registry+https://github.com/rust-lang/crates.io-index"
 9241checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9242dependencies = [
 9243 "bitflags 1.3.2",
 9244 "libc",
 9245]
 9246
 9247[[package]]
 9248name = "kurbo"
 9249version = "0.11.3"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9252dependencies = [
 9253 "arrayvec",
 9254 "euclid",
 9255 "smallvec",
 9256]
 9257
 9258[[package]]
 9259name = "kv-log-macro"
 9260version = "1.0.7"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9263dependencies = [
 9264 "log",
 9265]
 9266
 9267[[package]]
 9268name = "language"
 9269version = "0.1.0"
 9270dependencies = [
 9271 "anyhow",
 9272 "async-trait",
 9273 "clock",
 9274 "collections",
 9275 "criterion",
 9276 "ctor",
 9277 "diffy",
 9278 "ec4rs",
 9279 "encoding_rs",
 9280 "fs",
 9281 "futures 0.3.32",
 9282 "fuzzy",
 9283 "globset",
 9284 "gpui",
 9285 "http_client",
 9286 "imara-diff",
 9287 "indoc",
 9288 "itertools 0.14.0",
 9289 "language_core",
 9290 "log",
 9291 "lsp",
 9292 "parking_lot",
 9293 "postage",
 9294 "pretty_assertions",
 9295 "rand 0.9.2",
 9296 "regex",
 9297 "rpc",
 9298 "semver",
 9299 "serde",
 9300 "serde_json",
 9301 "settings",
 9302 "shellexpand",
 9303 "smallvec",
 9304 "smol",
 9305 "streaming-iterator",
 9306 "strsim",
 9307 "sum_tree",
 9308 "task",
 9309 "text",
 9310 "theme",
 9311 "theme_settings",
 9312 "toml 0.8.23",
 9313 "tracing",
 9314 "tree-sitter",
 9315 "tree-sitter-elixir",
 9316 "tree-sitter-embedded-template",
 9317 "tree-sitter-heex",
 9318 "tree-sitter-html",
 9319 "tree-sitter-json",
 9320 "tree-sitter-md",
 9321 "tree-sitter-python",
 9322 "tree-sitter-ruby",
 9323 "tree-sitter-rust",
 9324 "tree-sitter-typescript",
 9325 "unicase",
 9326 "unindent",
 9327 "util",
 9328 "watch",
 9329 "zlog",
 9330 "ztracing",
 9331]
 9332
 9333[[package]]
 9334name = "language_core"
 9335version = "0.1.0"
 9336dependencies = [
 9337 "anyhow",
 9338 "collections",
 9339 "gpui_shared_string",
 9340 "log",
 9341 "lsp",
 9342 "parking_lot",
 9343 "regex",
 9344 "schemars",
 9345 "serde",
 9346 "serde_json",
 9347 "toml 0.8.23",
 9348 "tree-sitter",
 9349 "util",
 9350]
 9351
 9352[[package]]
 9353name = "language_extension"
 9354version = "0.1.0"
 9355dependencies = [
 9356 "anyhow",
 9357 "async-trait",
 9358 "collections",
 9359 "extension",
 9360 "fs",
 9361 "futures 0.3.32",
 9362 "gpui",
 9363 "language",
 9364 "log",
 9365 "lsp",
 9366 "project",
 9367 "serde",
 9368 "serde_json",
 9369 "tracing",
 9370 "util",
 9371 "ztracing",
 9372]
 9373
 9374[[package]]
 9375name = "language_model"
 9376version = "0.1.0"
 9377dependencies = [
 9378 "anyhow",
 9379 "base64 0.22.1",
 9380 "collections",
 9381 "credentials_provider",
 9382 "env_var",
 9383 "futures 0.3.32",
 9384 "gpui",
 9385 "http_client",
 9386 "icons",
 9387 "image",
 9388 "language_model_core",
 9389 "log",
 9390 "parking_lot",
 9391 "serde",
 9392 "serde_json",
 9393 "thiserror 2.0.17",
 9394 "util",
 9395]
 9396
 9397[[package]]
 9398name = "language_model_core"
 9399version = "0.1.0"
 9400dependencies = [
 9401 "anyhow",
 9402 "cloud_llm_client",
 9403 "futures 0.3.32",
 9404 "gpui_shared_string",
 9405 "http_client",
 9406 "partial-json-fixer",
 9407 "schemars",
 9408 "serde",
 9409 "serde_json",
 9410 "smol",
 9411 "strum 0.27.2",
 9412 "thiserror 2.0.17",
 9413]
 9414
 9415[[package]]
 9416name = "language_models"
 9417version = "0.1.0"
 9418dependencies = [
 9419 "ai_onboarding",
 9420 "anthropic",
 9421 "anyhow",
 9422 "aws-config",
 9423 "aws-credential-types",
 9424 "aws_http_client",
 9425 "base64 0.22.1",
 9426 "bedrock",
 9427 "client",
 9428 "cloud_api_client",
 9429 "cloud_api_types",
 9430 "collections",
 9431 "component",
 9432 "convert_case 0.8.0",
 9433 "copilot",
 9434 "copilot_chat",
 9435 "copilot_ui",
 9436 "credentials_provider",
 9437 "deepseek",
 9438 "extension",
 9439 "extension_host",
 9440 "fs",
 9441 "futures 0.3.32",
 9442 "google_ai",
 9443 "gpui",
 9444 "gpui_tokio",
 9445 "http_client",
 9446 "language",
 9447 "language_model",
 9448 "language_models_cloud",
 9449 "lmstudio",
 9450 "log",
 9451 "menu",
 9452 "mistral",
 9453 "ollama",
 9454 "open_ai",
 9455 "open_router",
 9456 "opencode",
 9457 "pretty_assertions",
 9458 "release_channel",
 9459 "schemars",
 9460 "serde",
 9461 "serde_json",
 9462 "settings",
 9463 "smol",
 9464 "strum 0.27.2",
 9465 "tiktoken-rs",
 9466 "tokio",
 9467 "ui",
 9468 "ui_input",
 9469 "util",
 9470 "vercel",
 9471 "x_ai",
 9472]
 9473
 9474[[package]]
 9475name = "language_models_cloud"
 9476version = "0.1.0"
 9477dependencies = [
 9478 "anthropic",
 9479 "anyhow",
 9480 "cloud_llm_client",
 9481 "futures 0.3.32",
 9482 "google_ai",
 9483 "gpui",
 9484 "http_client",
 9485 "language_model",
 9486 "open_ai",
 9487 "schemars",
 9488 "semver",
 9489 "serde",
 9490 "serde_json",
 9491 "smol",
 9492 "thiserror 2.0.17",
 9493 "x_ai",
 9494]
 9495
 9496[[package]]
 9497name = "language_onboarding"
 9498version = "0.1.0"
 9499dependencies = [
 9500 "db",
 9501 "editor",
 9502 "gpui",
 9503 "project",
 9504 "ui",
 9505 "workspace",
 9506]
 9507
 9508[[package]]
 9509name = "language_selector"
 9510version = "0.1.0"
 9511dependencies = [
 9512 "anyhow",
 9513 "editor",
 9514 "file_icons",
 9515 "fuzzy",
 9516 "gpui",
 9517 "language",
 9518 "open_path_prompt",
 9519 "picker",
 9520 "project",
 9521 "serde_json",
 9522 "settings",
 9523 "ui",
 9524 "util",
 9525 "workspace",
 9526]
 9527
 9528[[package]]
 9529name = "language_tools"
 9530version = "0.1.0"
 9531dependencies = [
 9532 "anyhow",
 9533 "client",
 9534 "collections",
 9535 "command_palette_hooks",
 9536 "edit_prediction",
 9537 "editor",
 9538 "futures 0.3.32",
 9539 "gpui",
 9540 "itertools 0.14.0",
 9541 "language",
 9542 "lsp",
 9543 "menu",
 9544 "project",
 9545 "proto",
 9546 "release_channel",
 9547 "semver",
 9548 "serde_json",
 9549 "settings",
 9550 "sysinfo 0.37.2",
 9551 "telemetry",
 9552 "theme",
 9553 "theme_settings",
 9554 "tree-sitter",
 9555 "ui",
 9556 "util",
 9557 "workspace",
 9558 "zed_actions",
 9559 "zlog",
 9560]
 9561
 9562[[package]]
 9563name = "languages"
 9564version = "0.1.0"
 9565dependencies = [
 9566 "anyhow",
 9567 "async-compression",
 9568 "async-fs",
 9569 "async-tar",
 9570 "async-trait",
 9571 "chrono",
 9572 "collections",
 9573 "fs",
 9574 "futures 0.3.32",
 9575 "globset",
 9576 "gpui",
 9577 "grammars",
 9578 "http_client",
 9579 "itertools 0.14.0",
 9580 "json_schema_store",
 9581 "language",
 9582 "log",
 9583 "lsp",
 9584 "node_runtime",
 9585 "parking_lot",
 9586 "pet",
 9587 "pet-conda",
 9588 "pet-core",
 9589 "pet-fs",
 9590 "pet-poetry",
 9591 "pet-reporter",
 9592 "pet-virtualenv",
 9593 "pretty_assertions",
 9594 "project",
 9595 "regex",
 9596 "rope",
 9597 "semver",
 9598 "serde",
 9599 "serde_json",
 9600 "serde_json_lenient",
 9601 "settings",
 9602 "smallvec",
 9603 "smol",
 9604 "snippet",
 9605 "task",
 9606 "terminal",
 9607 "theme",
 9608 "tree-sitter",
 9609 "tree-sitter-bash",
 9610 "tree-sitter-c",
 9611 "tree-sitter-cpp",
 9612 "tree-sitter-css",
 9613 "tree-sitter-gitcommit",
 9614 "tree-sitter-go",
 9615 "tree-sitter-python",
 9616 "tree-sitter-rust",
 9617 "tree-sitter-typescript",
 9618 "unindent",
 9619 "url",
 9620 "util",
 9621]
 9622
 9623[[package]]
 9624name = "lazy_static"
 9625version = "1.5.0"
 9626source = "registry+https://github.com/rust-lang/crates.io-index"
 9627checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9628dependencies = [
 9629 "spin 0.9.8",
 9630]
 9631
 9632[[package]]
 9633name = "leak"
 9634version = "0.1.2"
 9635source = "registry+https://github.com/rust-lang/crates.io-index"
 9636checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9637
 9638[[package]]
 9639name = "leaky-cow"
 9640version = "0.1.1"
 9641source = "registry+https://github.com/rust-lang/crates.io-index"
 9642checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9643dependencies = [
 9644 "leak",
 9645]
 9646
 9647[[package]]
 9648name = "leb128"
 9649version = "0.2.5"
 9650source = "registry+https://github.com/rust-lang/crates.io-index"
 9651checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9652
 9653[[package]]
 9654name = "leb128fmt"
 9655version = "0.1.0"
 9656source = "registry+https://github.com/rust-lang/crates.io-index"
 9657checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9658
 9659[[package]]
 9660name = "lebe"
 9661version = "0.5.3"
 9662source = "registry+https://github.com/rust-lang/crates.io-index"
 9663checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9664
 9665[[package]]
 9666name = "libbz2-rs-sys"
 9667version = "0.2.2"
 9668source = "registry+https://github.com/rust-lang/crates.io-index"
 9669checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9670
 9671[[package]]
 9672name = "libc"
 9673version = "0.2.182"
 9674source = "registry+https://github.com/rust-lang/crates.io-index"
 9675checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9676
 9677[[package]]
 9678name = "libdbus-sys"
 9679version = "0.2.6"
 9680source = "registry+https://github.com/rust-lang/crates.io-index"
 9681checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9682dependencies = [
 9683 "cc",
 9684 "pkg-config",
 9685]
 9686
 9687[[package]]
 9688name = "libfuzzer-sys"
 9689version = "0.4.10"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9692dependencies = [
 9693 "arbitrary",
 9694 "cc",
 9695]
 9696
 9697[[package]]
 9698name = "libgit2-sys"
 9699version = "0.18.3+1.9.2"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9702dependencies = [
 9703 "cc",
 9704 "libc",
 9705 "libz-sys",
 9706 "pkg-config",
 9707]
 9708
 9709[[package]]
 9710name = "libloading"
 9711version = "0.8.9"
 9712source = "registry+https://github.com/rust-lang/crates.io-index"
 9713checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9714dependencies = [
 9715 "cfg-if",
 9716 "windows-link 0.2.1",
 9717]
 9718
 9719[[package]]
 9720name = "libm"
 9721version = "0.2.15"
 9722source = "registry+https://github.com/rust-lang/crates.io-index"
 9723checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9724
 9725[[package]]
 9726name = "libmimalloc-sys"
 9727version = "0.1.44"
 9728source = "registry+https://github.com/rust-lang/crates.io-index"
 9729checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9730dependencies = [
 9731 "cc",
 9732 "libc",
 9733]
 9734
 9735[[package]]
 9736name = "libredox"
 9737version = "0.1.10"
 9738source = "registry+https://github.com/rust-lang/crates.io-index"
 9739checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9740dependencies = [
 9741 "bitflags 2.10.0",
 9742 "libc",
 9743 "redox_syscall 0.5.18",
 9744]
 9745
 9746[[package]]
 9747name = "libsqlite3-sys"
 9748version = "0.30.1"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9751dependencies = [
 9752 "cc",
 9753 "pkg-config",
 9754 "vcpkg",
 9755]
 9756
 9757[[package]]
 9758name = "libwebrtc"
 9759version = "0.3.26"
 9760source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9761dependencies = [
 9762 "cxx",
 9763 "glib",
 9764 "jni",
 9765 "js-sys",
 9766 "lazy_static",
 9767 "livekit-protocol",
 9768 "livekit-runtime",
 9769 "log",
 9770 "parking_lot",
 9771 "serde",
 9772 "serde_json",
 9773 "thiserror 1.0.69",
 9774 "tokio",
 9775 "wasm-bindgen",
 9776 "wasm-bindgen-futures",
 9777 "web-sys",
 9778 "webrtc-sys",
 9779]
 9780
 9781[[package]]
 9782name = "libz-sys"
 9783version = "1.1.22"
 9784source = "registry+https://github.com/rust-lang/crates.io-index"
 9785checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9786dependencies = [
 9787 "cc",
 9788 "libc",
 9789 "pkg-config",
 9790 "vcpkg",
 9791]
 9792
 9793[[package]]
 9794name = "line_ending_selector"
 9795version = "0.1.0"
 9796dependencies = [
 9797 "editor",
 9798 "gpui",
 9799 "language",
 9800 "picker",
 9801 "project",
 9802 "ui",
 9803 "util",
 9804 "workspace",
 9805]
 9806
 9807[[package]]
 9808name = "linebender_resource_handle"
 9809version = "0.1.1"
 9810source = "registry+https://github.com/rust-lang/crates.io-index"
 9811checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9812
 9813[[package]]
 9814name = "link-cplusplus"
 9815version = "1.0.12"
 9816source = "registry+https://github.com/rust-lang/crates.io-index"
 9817checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9818dependencies = [
 9819 "cc",
 9820]
 9821
 9822[[package]]
 9823name = "linkify"
 9824version = "0.10.0"
 9825source = "registry+https://github.com/rust-lang/crates.io-index"
 9826checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9827dependencies = [
 9828 "memchr",
 9829]
 9830
 9831[[package]]
 9832name = "linux-raw-sys"
 9833version = "0.4.15"
 9834source = "registry+https://github.com/rust-lang/crates.io-index"
 9835checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9836
 9837[[package]]
 9838name = "linux-raw-sys"
 9839version = "0.11.0"
 9840source = "registry+https://github.com/rust-lang/crates.io-index"
 9841checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9842
 9843[[package]]
 9844name = "litemap"
 9845version = "0.8.0"
 9846source = "registry+https://github.com/rust-lang/crates.io-index"
 9847checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9848
 9849[[package]]
 9850name = "litrs"
 9851version = "1.0.0"
 9852source = "registry+https://github.com/rust-lang/crates.io-index"
 9853checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9854
 9855[[package]]
 9856name = "livekit"
 9857version = "0.7.32"
 9858source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9859dependencies = [
 9860 "base64 0.22.1",
 9861 "bmrng",
 9862 "bytes 1.11.1",
 9863 "chrono",
 9864 "futures-util",
 9865 "lazy_static",
 9866 "libloading",
 9867 "libwebrtc",
 9868 "livekit-api",
 9869 "livekit-protocol",
 9870 "livekit-runtime",
 9871 "log",
 9872 "parking_lot",
 9873 "prost 0.12.6",
 9874 "semver",
 9875 "serde",
 9876 "serde_json",
 9877 "thiserror 1.0.69",
 9878 "tokio",
 9879]
 9880
 9881[[package]]
 9882name = "livekit-api"
 9883version = "0.4.14"
 9884source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9885dependencies = [
 9886 "base64 0.21.7",
 9887 "futures-util",
 9888 "http 1.3.1",
 9889 "livekit-protocol",
 9890 "livekit-runtime",
 9891 "log",
 9892 "parking_lot",
 9893 "pbjson-types",
 9894 "prost 0.12.6",
 9895 "rand 0.9.2",
 9896 "reqwest 0.12.24",
 9897 "rustls-native-certs 0.6.3",
 9898 "scopeguard",
 9899 "serde",
 9900 "sha2",
 9901 "thiserror 1.0.69",
 9902 "tokio",
 9903 "tokio-rustls 0.26.2",
 9904 "tokio-tungstenite 0.28.0",
 9905 "url",
 9906]
 9907
 9908[[package]]
 9909name = "livekit-protocol"
 9910version = "0.7.1"
 9911source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9912dependencies = [
 9913 "futures-util",
 9914 "livekit-runtime",
 9915 "parking_lot",
 9916 "pbjson",
 9917 "pbjson-types",
 9918 "prost 0.12.6",
 9919 "serde",
 9920 "thiserror 1.0.69",
 9921 "tokio",
 9922]
 9923
 9924[[package]]
 9925name = "livekit-runtime"
 9926version = "0.4.0"
 9927source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9928dependencies = [
 9929 "tokio",
 9930 "tokio-stream",
 9931]
 9932
 9933[[package]]
 9934name = "livekit_api"
 9935version = "0.1.0"
 9936dependencies = [
 9937 "anyhow",
 9938 "async-trait",
 9939 "jsonwebtoken",
 9940 "log",
 9941 "prost 0.9.0",
 9942 "prost-build 0.9.0",
 9943 "prost-types 0.9.0",
 9944 "serde",
 9945 "zed-reqwest",
 9946]
 9947
 9948[[package]]
 9949name = "livekit_client"
 9950version = "0.1.0"
 9951dependencies = [
 9952 "anyhow",
 9953 "async-trait",
 9954 "audio",
 9955 "cocoa 0.26.0",
 9956 "collections",
 9957 "core-foundation 0.10.0",
 9958 "core-video",
 9959 "coreaudio-rs 0.12.1",
 9960 "cpal",
 9961 "futures 0.3.32",
 9962 "gpui",
 9963 "gpui_platform",
 9964 "gpui_tokio",
 9965 "http_client_tls",
 9966 "image",
 9967 "libwebrtc",
 9968 "livekit",
 9969 "livekit_api",
 9970 "log",
 9971 "nanoid",
 9972 "objc",
 9973 "parking_lot",
 9974 "postage",
 9975 "rodio",
 9976 "serde",
 9977 "serde_json",
 9978 "serde_urlencoded",
 9979 "settings",
 9980 "simplelog",
 9981 "smallvec",
 9982 "tokio",
 9983 "ui",
 9984 "util",
 9985 "webrtc-sys",
 9986 "zed-scap",
 9987]
 9988
 9989[[package]]
 9990name = "lmdb-master-sys"
 9991version = "0.2.5"
 9992source = "registry+https://github.com/rust-lang/crates.io-index"
 9993checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
 9994dependencies = [
 9995 "cc",
 9996 "doxygen-rs",
 9997 "libc",
 9998]
 9999
10000[[package]]
10001name = "lmstudio"
10002version = "0.1.0"
10003dependencies = [
10004 "anyhow",
10005 "futures 0.3.32",
10006 "http_client",
10007 "schemars",
10008 "serde",
10009 "serde_json",
10010]
10011
10012[[package]]
10013name = "lock_api"
10014version = "0.4.14"
10015source = "registry+https://github.com/rust-lang/crates.io-index"
10016checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10017dependencies = [
10018 "scopeguard",
10019]
10020
10021[[package]]
10022name = "log"
10023version = "0.4.29"
10024source = "registry+https://github.com/rust-lang/crates.io-index"
10025checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10026dependencies = [
10027 "serde_core",
10028 "value-bag",
10029]
10030
10031[[package]]
10032name = "loom"
10033version = "0.7.2"
10034source = "registry+https://github.com/rust-lang/crates.io-index"
10035checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10036dependencies = [
10037 "cfg-if",
10038 "generator",
10039 "scoped-tls",
10040 "tracing",
10041 "tracing-subscriber",
10042]
10043
10044[[package]]
10045name = "loop9"
10046version = "0.1.5"
10047source = "registry+https://github.com/rust-lang/crates.io-index"
10048checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10049dependencies = [
10050 "imgref",
10051]
10052
10053[[package]]
10054name = "lru"
10055version = "0.12.5"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10058dependencies = [
10059 "hashbrown 0.15.5",
10060]
10061
10062[[package]]
10063name = "lru-slab"
10064version = "0.1.2"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10067
10068[[package]]
10069name = "lsp"
10070version = "0.1.0"
10071dependencies = [
10072 "anyhow",
10073 "async-pipe",
10074 "collections",
10075 "ctor",
10076 "futures 0.3.32",
10077 "gpui",
10078 "gpui_util",
10079 "log",
10080 "lsp-types",
10081 "parking_lot",
10082 "postage",
10083 "release_channel",
10084 "schemars",
10085 "semver",
10086 "serde",
10087 "serde_json",
10088 "smol",
10089 "util",
10090 "zlog",
10091]
10092
10093[[package]]
10094name = "lsp-types"
10095version = "0.95.1"
10096source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10097dependencies = [
10098 "bitflags 1.3.2",
10099 "serde",
10100 "serde_json",
10101 "url",
10102]
10103
10104[[package]]
10105name = "lyon"
10106version = "1.0.16"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10109dependencies = [
10110 "lyon_algorithms",
10111 "lyon_extra",
10112 "lyon_tessellation",
10113]
10114
10115[[package]]
10116name = "lyon_algorithms"
10117version = "1.0.16"
10118source = "registry+https://github.com/rust-lang/crates.io-index"
10119checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10120dependencies = [
10121 "lyon_path",
10122 "num-traits",
10123]
10124
10125[[package]]
10126name = "lyon_extra"
10127version = "1.0.3"
10128source = "registry+https://github.com/rust-lang/crates.io-index"
10129checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10130dependencies = [
10131 "lyon_path",
10132 "thiserror 1.0.69",
10133]
10134
10135[[package]]
10136name = "lyon_geom"
10137version = "1.0.17"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10140dependencies = [
10141 "arrayvec",
10142 "euclid",
10143 "num-traits",
10144]
10145
10146[[package]]
10147name = "lyon_path"
10148version = "1.0.16"
10149source = "registry+https://github.com/rust-lang/crates.io-index"
10150checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10151dependencies = [
10152 "lyon_geom",
10153 "num-traits",
10154]
10155
10156[[package]]
10157name = "lyon_tessellation"
10158version = "1.0.16"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10161dependencies = [
10162 "float_next_after",
10163 "lyon_path",
10164 "num-traits",
10165]
10166
10167[[package]]
10168name = "mac"
10169version = "0.1.1"
10170source = "registry+https://github.com/rust-lang/crates.io-index"
10171checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10172
10173[[package]]
10174name = "mach2"
10175version = "0.4.3"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10178dependencies = [
10179 "libc",
10180]
10181
10182[[package]]
10183name = "mach2"
10184version = "0.5.0"
10185source = "registry+https://github.com/rust-lang/crates.io-index"
10186checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10187dependencies = [
10188 "libc",
10189]
10190
10191[[package]]
10192name = "malloc_buf"
10193version = "0.0.6"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10196dependencies = [
10197 "libc",
10198]
10199
10200[[package]]
10201name = "maplit"
10202version = "1.0.2"
10203source = "registry+https://github.com/rust-lang/crates.io-index"
10204checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10205
10206[[package]]
10207name = "markdown"
10208version = "0.1.0"
10209dependencies = [
10210 "anyhow",
10211 "assets",
10212 "base64 0.22.1",
10213 "collections",
10214 "env_logger 0.11.8",
10215 "fs",
10216 "futures 0.3.32",
10217 "gpui",
10218 "gpui_platform",
10219 "html5ever 0.27.0",
10220 "language",
10221 "languages",
10222 "linkify",
10223 "log",
10224 "markup5ever_rcdom",
10225 "mermaid-rs-renderer",
10226 "node_runtime",
10227 "pulldown-cmark 0.13.0",
10228 "settings",
10229 "stacksafe",
10230 "sum_tree",
10231 "theme",
10232 "theme_settings",
10233 "ui",
10234 "util",
10235]
10236
10237[[package]]
10238name = "markdown_preview"
10239version = "0.1.0"
10240dependencies = [
10241 "anyhow",
10242 "editor",
10243 "gpui",
10244 "language",
10245 "log",
10246 "markdown",
10247 "project",
10248 "settings",
10249 "tempfile",
10250 "theme_settings",
10251 "ui",
10252 "urlencoding",
10253 "util",
10254 "workspace",
10255 "zed_actions",
10256]
10257
10258[[package]]
10259name = "markup5ever"
10260version = "0.12.1"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10263dependencies = [
10264 "log",
10265 "phf 0.11.3",
10266 "phf_codegen",
10267 "string_cache",
10268 "string_cache_codegen",
10269 "tendril",
10270]
10271
10272[[package]]
10273name = "markup5ever"
10274version = "0.35.0"
10275source = "registry+https://github.com/rust-lang/crates.io-index"
10276checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10277dependencies = [
10278 "log",
10279 "tendril",
10280 "web_atoms",
10281]
10282
10283[[package]]
10284name = "markup5ever_rcdom"
10285version = "0.3.0"
10286source = "registry+https://github.com/rust-lang/crates.io-index"
10287checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10288dependencies = [
10289 "html5ever 0.27.0",
10290 "markup5ever 0.12.1",
10291 "tendril",
10292 "xml5ever",
10293]
10294
10295[[package]]
10296name = "match_token"
10297version = "0.35.0"
10298source = "registry+https://github.com/rust-lang/crates.io-index"
10299checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10300dependencies = [
10301 "proc-macro2",
10302 "quote",
10303 "syn 2.0.117",
10304]
10305
10306[[package]]
10307name = "matchers"
10308version = "0.2.0"
10309source = "registry+https://github.com/rust-lang/crates.io-index"
10310checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10311dependencies = [
10312 "regex-automata",
10313]
10314
10315[[package]]
10316name = "matchit"
10317version = "0.7.3"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10320
10321[[package]]
10322name = "maybe-owned"
10323version = "0.3.4"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10326
10327[[package]]
10328name = "maybe-rayon"
10329version = "0.1.1"
10330source = "registry+https://github.com/rust-lang/crates.io-index"
10331checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10332dependencies = [
10333 "cfg-if",
10334 "rayon",
10335]
10336
10337[[package]]
10338name = "md-5"
10339version = "0.10.6"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10342dependencies = [
10343 "cfg-if",
10344 "digest",
10345]
10346
10347[[package]]
10348name = "mdbook"
10349version = "0.4.40"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10352dependencies = [
10353 "ammonia",
10354 "anyhow",
10355 "chrono",
10356 "clap",
10357 "clap_complete",
10358 "elasticlunr-rs",
10359 "env_logger 0.11.8",
10360 "futures-util",
10361 "handlebars 5.1.2",
10362 "ignore",
10363 "log",
10364 "memchr",
10365 "notify 6.1.1",
10366 "notify-debouncer-mini",
10367 "once_cell",
10368 "opener",
10369 "pathdiff",
10370 "pulldown-cmark 0.10.3",
10371 "regex",
10372 "serde",
10373 "serde_json",
10374 "shlex",
10375 "tempfile",
10376 "tokio",
10377 "toml 0.5.11",
10378 "topological-sort",
10379 "walkdir",
10380 "warp",
10381]
10382
10383[[package]]
10384name = "media"
10385version = "0.1.0"
10386dependencies = [
10387 "anyhow",
10388 "bindgen 0.71.1",
10389 "core-foundation 0.10.0",
10390 "core-video",
10391 "ctor",
10392 "foreign-types 0.5.0",
10393 "metal",
10394 "objc",
10395]
10396
10397[[package]]
10398name = "memchr"
10399version = "2.7.6"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10402
10403[[package]]
10404name = "memfd"
10405version = "0.6.5"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10408dependencies = [
10409 "rustix 1.1.2",
10410]
10411
10412[[package]]
10413name = "memmap2"
10414version = "0.9.8"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10417dependencies = [
10418 "libc",
10419 "stable_deref_trait",
10420]
10421
10422[[package]]
10423name = "memoffset"
10424version = "0.9.1"
10425source = "registry+https://github.com/rust-lang/crates.io-index"
10426checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10427dependencies = [
10428 "autocfg",
10429]
10430
10431[[package]]
10432name = "menu"
10433version = "0.1.0"
10434dependencies = [
10435 "gpui",
10436]
10437
10438[[package]]
10439name = "merge"
10440version = "0.1.0"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10443dependencies = [
10444 "merge_derive",
10445 "num-traits",
10446]
10447
10448[[package]]
10449name = "merge_derive"
10450version = "0.1.0"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10453dependencies = [
10454 "proc-macro-error",
10455 "proc-macro2",
10456 "quote",
10457 "syn 1.0.109",
10458]
10459
10460[[package]]
10461name = "mermaid-rs-renderer"
10462version = "0.2.0"
10463source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10464dependencies = [
10465 "anyhow",
10466 "fontdb 0.16.2",
10467 "json5",
10468 "once_cell",
10469 "regex",
10470 "serde",
10471 "serde_json",
10472 "thiserror 2.0.17",
10473 "ttf-parser 0.20.0",
10474]
10475
10476[[package]]
10477name = "metal"
10478version = "0.33.0"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10481dependencies = [
10482 "bitflags 2.10.0",
10483 "block",
10484 "core-graphics-types 0.2.0",
10485 "foreign-types 0.5.0",
10486 "log",
10487 "objc",
10488 "paste",
10489]
10490
10491[[package]]
10492name = "migrator"
10493version = "0.1.0"
10494dependencies = [
10495 "anyhow",
10496 "collections",
10497 "convert_case 0.8.0",
10498 "log",
10499 "pretty_assertions",
10500 "serde_json",
10501 "serde_json_lenient",
10502 "settings_content",
10503 "settings_json",
10504 "streaming-iterator",
10505 "tree-sitter",
10506 "tree-sitter-json",
10507 "unindent",
10508]
10509
10510[[package]]
10511name = "mimalloc"
10512version = "0.1.48"
10513source = "registry+https://github.com/rust-lang/crates.io-index"
10514checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10515dependencies = [
10516 "libmimalloc-sys",
10517]
10518
10519[[package]]
10520name = "mime"
10521version = "0.3.17"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10524
10525[[package]]
10526name = "mime_guess"
10527version = "2.0.5"
10528source = "registry+https://github.com/rust-lang/crates.io-index"
10529checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10530dependencies = [
10531 "mime",
10532 "unicase",
10533]
10534
10535[[package]]
10536name = "minidump-common"
10537version = "0.26.1"
10538source = "registry+https://github.com/rust-lang/crates.io-index"
10539checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10540dependencies = [
10541 "bitflags 2.10.0",
10542 "debugid",
10543 "num-derive",
10544 "num-traits",
10545 "range-map",
10546 "scroll",
10547 "smart-default",
10548]
10549
10550[[package]]
10551name = "minidump-writer"
10552version = "0.11.0"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10555dependencies = [
10556 "bitflags 2.10.0",
10557 "byteorder",
10558 "cfg-if",
10559 "crash-context",
10560 "error-graph",
10561 "failspot",
10562 "goblin",
10563 "libc",
10564 "log",
10565 "mach2 0.4.3",
10566 "memmap2",
10567 "memoffset",
10568 "minidump-common",
10569 "nix 0.29.0",
10570 "procfs-core",
10571 "scroll",
10572 "serde",
10573 "serde_json",
10574 "tempfile",
10575 "thiserror 2.0.17",
10576]
10577
10578[[package]]
10579name = "minidumper"
10580version = "0.9.0"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10583dependencies = [
10584 "cfg-if",
10585 "crash-context",
10586 "libc",
10587 "log",
10588 "minidump-writer",
10589 "parking_lot",
10590 "polling",
10591 "scroll",
10592 "thiserror 2.0.17",
10593 "uds",
10594]
10595
10596[[package]]
10597name = "minimal-lexical"
10598version = "0.2.1"
10599source = "registry+https://github.com/rust-lang/crates.io-index"
10600checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10601
10602[[package]]
10603name = "miniprofiler_ui"
10604version = "0.1.0"
10605dependencies = [
10606 "gpui",
10607 "rpc",
10608 "serde_json",
10609 "smol",
10610 "theme_settings",
10611 "util",
10612 "workspace",
10613 "zed_actions",
10614]
10615
10616[[package]]
10617name = "miniz_oxide"
10618version = "0.8.9"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10621dependencies = [
10622 "adler2",
10623 "simd-adler32",
10624]
10625
10626[[package]]
10627name = "mio"
10628version = "0.8.11"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10631dependencies = [
10632 "libc",
10633 "log",
10634 "wasi",
10635 "windows-sys 0.48.0",
10636]
10637
10638[[package]]
10639name = "mio"
10640version = "1.1.0"
10641source = "registry+https://github.com/rust-lang/crates.io-index"
10642checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10643dependencies = [
10644 "libc",
10645 "log",
10646 "wasi",
10647 "windows-sys 0.61.2",
10648]
10649
10650[[package]]
10651name = "miow"
10652version = "0.6.1"
10653source = "registry+https://github.com/rust-lang/crates.io-index"
10654checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10655dependencies = [
10656 "windows-sys 0.61.2",
10657]
10658
10659[[package]]
10660name = "mistral"
10661version = "0.1.0"
10662dependencies = [
10663 "anyhow",
10664 "futures 0.3.32",
10665 "http_client",
10666 "schemars",
10667 "serde",
10668 "serde_json",
10669 "strum 0.27.2",
10670]
10671
10672[[package]]
10673name = "moka"
10674version = "0.12.11"
10675source = "registry+https://github.com/rust-lang/crates.io-index"
10676checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10677dependencies = [
10678 "crossbeam-channel",
10679 "crossbeam-epoch",
10680 "crossbeam-utils",
10681 "equivalent",
10682 "parking_lot",
10683 "portable-atomic",
10684 "rustc_version",
10685 "smallvec",
10686 "tagptr",
10687 "uuid",
10688]
10689
10690[[package]]
10691name = "moxcms"
10692version = "0.7.7"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10695dependencies = [
10696 "num-traits",
10697 "pxfm",
10698]
10699
10700[[package]]
10701name = "msvc_spectre_libs"
10702version = "0.1.3"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10705dependencies = [
10706 "cc",
10707]
10708
10709[[package]]
10710name = "multi_buffer"
10711version = "0.1.0"
10712dependencies = [
10713 "anyhow",
10714 "buffer_diff",
10715 "clock",
10716 "collections",
10717 "ctor",
10718 "gpui",
10719 "indoc",
10720 "itertools 0.14.0",
10721 "language",
10722 "log",
10723 "parking_lot",
10724 "pretty_assertions",
10725 "rand 0.9.2",
10726 "rope",
10727 "serde",
10728 "settings",
10729 "smallvec",
10730 "smol",
10731 "sum_tree",
10732 "text",
10733 "theme",
10734 "tracing",
10735 "tree-sitter",
10736 "unicode-segmentation",
10737 "util",
10738 "zlog",
10739 "ztracing",
10740]
10741
10742[[package]]
10743name = "multimap"
10744version = "0.8.3"
10745source = "registry+https://github.com/rust-lang/crates.io-index"
10746checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10747
10748[[package]]
10749name = "naga"
10750version = "29.0.0"
10751source = "registry+https://github.com/rust-lang/crates.io-index"
10752checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10753dependencies = [
10754 "arrayvec",
10755 "bit-set 0.9.1",
10756 "bitflags 2.10.0",
10757 "cfg-if",
10758 "cfg_aliases 0.2.1",
10759 "codespan-reporting",
10760 "half",
10761 "hashbrown 0.16.1",
10762 "hexf-parse",
10763 "indexmap",
10764 "libm",
10765 "log",
10766 "num-traits",
10767 "once_cell",
10768 "rustc-hash 1.1.0",
10769 "thiserror 2.0.17",
10770 "unicode-ident",
10771]
10772
10773[[package]]
10774name = "naga"
10775version = "29.0.0"
10776source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10777dependencies = [
10778 "arrayvec",
10779 "bit-set 0.9.1",
10780 "bitflags 2.10.0",
10781 "cfg-if",
10782 "cfg_aliases 0.2.1",
10783 "codespan-reporting",
10784 "half",
10785 "hashbrown 0.16.1",
10786 "hexf-parse",
10787 "indexmap",
10788 "libm",
10789 "log",
10790 "num-traits",
10791 "once_cell",
10792 "rustc-hash 1.1.0",
10793 "spirv",
10794 "thiserror 2.0.17",
10795 "unicode-ident",
10796]
10797
10798[[package]]
10799name = "nanoid"
10800version = "0.4.0"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10803dependencies = [
10804 "rand 0.8.5",
10805]
10806
10807[[package]]
10808name = "nanorand"
10809version = "0.7.0"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10812dependencies = [
10813 "getrandom 0.2.16",
10814]
10815
10816[[package]]
10817name = "native-tls"
10818version = "0.2.14"
10819source = "registry+https://github.com/rust-lang/crates.io-index"
10820checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10821dependencies = [
10822 "libc",
10823 "log",
10824 "openssl",
10825 "openssl-probe",
10826 "openssl-sys",
10827 "schannel",
10828 "security-framework 2.11.1",
10829 "security-framework-sys",
10830 "tempfile",
10831]
10832
10833[[package]]
10834name = "nbformat"
10835version = "1.2.0"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10838dependencies = [
10839 "anyhow",
10840 "chrono",
10841 "jupyter-protocol",
10842 "serde",
10843 "serde_json",
10844 "thiserror 1.0.69",
10845 "uuid",
10846]
10847
10848[[package]]
10849name = "nc"
10850version = "0.1.0"
10851dependencies = [
10852 "anyhow",
10853 "futures 0.3.32",
10854 "net",
10855 "smol",
10856]
10857
10858[[package]]
10859name = "ndk"
10860version = "0.9.0"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10863dependencies = [
10864 "bitflags 2.10.0",
10865 "jni-sys",
10866 "log",
10867 "ndk-sys",
10868 "num_enum",
10869 "thiserror 1.0.69",
10870]
10871
10872[[package]]
10873name = "ndk-context"
10874version = "0.1.1"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10877
10878[[package]]
10879name = "ndk-sys"
10880version = "0.6.0+11769913"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10883dependencies = [
10884 "jni-sys",
10885]
10886
10887[[package]]
10888name = "net"
10889version = "0.1.0"
10890dependencies = [
10891 "anyhow",
10892 "async-io",
10893 "smol",
10894 "tempfile",
10895 "windows 0.61.3",
10896]
10897
10898[[package]]
10899name = "new_debug_unreachable"
10900version = "1.0.6"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10903
10904[[package]]
10905name = "nix"
10906version = "0.28.0"
10907source = "registry+https://github.com/rust-lang/crates.io-index"
10908checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10909dependencies = [
10910 "bitflags 2.10.0",
10911 "cfg-if",
10912 "cfg_aliases 0.1.1",
10913 "libc",
10914]
10915
10916[[package]]
10917name = "nix"
10918version = "0.29.0"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10921dependencies = [
10922 "bitflags 2.10.0",
10923 "cfg-if",
10924 "cfg_aliases 0.2.1",
10925 "libc",
10926]
10927
10928[[package]]
10929name = "nix"
10930version = "0.30.1"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10933dependencies = [
10934 "bitflags 2.10.0",
10935 "cfg-if",
10936 "cfg_aliases 0.2.1",
10937 "libc",
10938]
10939
10940[[package]]
10941name = "node_runtime"
10942version = "0.1.0"
10943dependencies = [
10944 "anyhow",
10945 "async-compression",
10946 "async-std",
10947 "async-tar",
10948 "async-trait",
10949 "futures 0.3.32",
10950 "http_client",
10951 "log",
10952 "paths",
10953 "semver",
10954 "serde",
10955 "serde_json",
10956 "smol",
10957 "util",
10958 "watch",
10959 "which 6.0.3",
10960]
10961
10962[[package]]
10963name = "nom"
10964version = "7.1.3"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10967dependencies = [
10968 "memchr",
10969 "minimal-lexical",
10970]
10971
10972[[package]]
10973name = "nom"
10974version = "8.0.0"
10975source = "registry+https://github.com/rust-lang/crates.io-index"
10976checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10977dependencies = [
10978 "memchr",
10979]
10980
10981[[package]]
10982name = "noop_proc_macro"
10983version = "0.3.0"
10984source = "registry+https://github.com/rust-lang/crates.io-index"
10985checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
10986
10987[[package]]
10988name = "normpath"
10989version = "1.5.0"
10990source = "registry+https://github.com/rust-lang/crates.io-index"
10991checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
10992dependencies = [
10993 "windows-sys 0.61.2",
10994]
10995
10996[[package]]
10997name = "notifications"
10998version = "0.1.0"
10999dependencies = [
11000 "anyhow",
11001 "channel",
11002 "client",
11003 "component",
11004 "db",
11005 "gpui",
11006 "rpc",
11007 "sum_tree",
11008 "time",
11009 "ui",
11010 "util",
11011 "workspace",
11012 "zed_actions",
11013]
11014
11015[[package]]
11016name = "notify"
11017version = "6.1.1"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11020dependencies = [
11021 "bitflags 2.10.0",
11022 "crossbeam-channel",
11023 "filetime",
11024 "fsevent-sys",
11025 "inotify 0.9.6",
11026 "kqueue",
11027 "libc",
11028 "log",
11029 "mio 0.8.11",
11030 "walkdir",
11031 "windows-sys 0.48.0",
11032]
11033
11034[[package]]
11035name = "notify"
11036version = "8.2.0"
11037source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11038dependencies = [
11039 "bitflags 2.10.0",
11040 "fsevent-sys",
11041 "inotify 0.11.0",
11042 "kqueue",
11043 "libc",
11044 "log",
11045 "mio 1.1.0",
11046 "notify-types",
11047 "walkdir",
11048 "windows-sys 0.60.2",
11049]
11050
11051[[package]]
11052name = "notify-debouncer-mini"
11053version = "0.4.1"
11054source = "registry+https://github.com/rust-lang/crates.io-index"
11055checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11056dependencies = [
11057 "crossbeam-channel",
11058 "log",
11059 "notify 6.1.1",
11060]
11061
11062[[package]]
11063name = "notify-types"
11064version = "2.0.0"
11065source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11066
11067[[package]]
11068name = "ntapi"
11069version = "0.4.1"
11070source = "registry+https://github.com/rust-lang/crates.io-index"
11071checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11072dependencies = [
11073 "winapi",
11074]
11075
11076[[package]]
11077name = "nu-ansi-term"
11078version = "0.50.3"
11079source = "registry+https://github.com/rust-lang/crates.io-index"
11080checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11081dependencies = [
11082 "windows-sys 0.61.2",
11083]
11084
11085[[package]]
11086name = "nucleo"
11087version = "0.5.0"
11088source = "registry+https://github.com/rust-lang/crates.io-index"
11089checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11090dependencies = [
11091 "nucleo-matcher",
11092 "parking_lot",
11093 "rayon",
11094]
11095
11096[[package]]
11097name = "nucleo-matcher"
11098version = "0.3.1"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11101dependencies = [
11102 "memchr",
11103 "unicode-segmentation",
11104]
11105
11106[[package]]
11107name = "num"
11108version = "0.4.3"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11111dependencies = [
11112 "num-bigint",
11113 "num-complex",
11114 "num-integer",
11115 "num-iter",
11116 "num-rational",
11117 "num-traits",
11118]
11119
11120[[package]]
11121name = "num-bigint"
11122version = "0.4.6"
11123source = "registry+https://github.com/rust-lang/crates.io-index"
11124checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11125dependencies = [
11126 "num-integer",
11127 "num-traits",
11128]
11129
11130[[package]]
11131name = "num-bigint-dig"
11132version = "0.8.6"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11135dependencies = [
11136 "lazy_static",
11137 "libm",
11138 "num-integer",
11139 "num-iter",
11140 "num-traits",
11141 "rand 0.8.5",
11142 "smallvec",
11143 "zeroize",
11144]
11145
11146[[package]]
11147name = "num-bigint-dig"
11148version = "0.9.1"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11151dependencies = [
11152 "libm",
11153 "num-integer",
11154 "num-iter",
11155 "num-traits",
11156 "once_cell",
11157 "rand 0.9.2",
11158 "serde",
11159 "smallvec",
11160 "zeroize",
11161]
11162
11163[[package]]
11164name = "num-cmp"
11165version = "0.1.0"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11168
11169[[package]]
11170name = "num-complex"
11171version = "0.4.6"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11174dependencies = [
11175 "bytemuck",
11176 "num-traits",
11177]
11178
11179[[package]]
11180name = "num-conv"
11181version = "0.2.0"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11184
11185[[package]]
11186name = "num-derive"
11187version = "0.4.2"
11188source = "registry+https://github.com/rust-lang/crates.io-index"
11189checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11190dependencies = [
11191 "proc-macro2",
11192 "quote",
11193 "syn 2.0.117",
11194]
11195
11196[[package]]
11197name = "num-format"
11198version = "0.4.4"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11201dependencies = [
11202 "arrayvec",
11203 "itoa",
11204]
11205
11206[[package]]
11207name = "num-integer"
11208version = "0.1.46"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11211dependencies = [
11212 "num-traits",
11213]
11214
11215[[package]]
11216name = "num-iter"
11217version = "0.1.45"
11218source = "registry+https://github.com/rust-lang/crates.io-index"
11219checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11220dependencies = [
11221 "autocfg",
11222 "num-integer",
11223 "num-traits",
11224]
11225
11226[[package]]
11227name = "num-rational"
11228version = "0.4.2"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11231dependencies = [
11232 "num-bigint",
11233 "num-integer",
11234 "num-traits",
11235]
11236
11237[[package]]
11238name = "num-traits"
11239version = "0.2.19"
11240source = "registry+https://github.com/rust-lang/crates.io-index"
11241checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11242dependencies = [
11243 "autocfg",
11244 "libm",
11245]
11246
11247[[package]]
11248name = "num_cpus"
11249version = "1.17.0"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11252dependencies = [
11253 "hermit-abi",
11254 "libc",
11255]
11256
11257[[package]]
11258name = "num_enum"
11259version = "0.7.4"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11262dependencies = [
11263 "num_enum_derive",
11264 "rustversion",
11265]
11266
11267[[package]]
11268name = "num_enum_derive"
11269version = "0.7.4"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11272dependencies = [
11273 "proc-macro-crate",
11274 "proc-macro2",
11275 "quote",
11276 "syn 2.0.117",
11277]
11278
11279[[package]]
11280name = "num_threads"
11281version = "0.1.7"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11284dependencies = [
11285 "libc",
11286]
11287
11288[[package]]
11289name = "nvim-rs"
11290version = "0.9.2"
11291source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11292dependencies = [
11293 "async-trait",
11294 "futures 0.3.32",
11295 "log",
11296 "rmp",
11297 "rmpv",
11298 "tokio",
11299 "tokio-util",
11300]
11301
11302[[package]]
11303name = "objc"
11304version = "0.2.7"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11307dependencies = [
11308 "malloc_buf",
11309 "objc_exception",
11310]
11311
11312[[package]]
11313name = "objc-foundation"
11314version = "0.1.1"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11317dependencies = [
11318 "block",
11319 "objc",
11320 "objc_id",
11321]
11322
11323[[package]]
11324name = "objc2"
11325version = "0.6.3"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11328dependencies = [
11329 "objc2-encode",
11330]
11331
11332[[package]]
11333name = "objc2-app-kit"
11334version = "0.3.1"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11337dependencies = [
11338 "objc2",
11339 "objc2-foundation",
11340]
11341
11342[[package]]
11343name = "objc2-audio-toolbox"
11344version = "0.3.2"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11347dependencies = [
11348 "bitflags 2.10.0",
11349 "libc",
11350 "objc2",
11351 "objc2-core-audio",
11352 "objc2-core-audio-types",
11353 "objc2-core-foundation",
11354 "objc2-foundation",
11355]
11356
11357[[package]]
11358name = "objc2-avf-audio"
11359version = "0.3.2"
11360source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11362dependencies = [
11363 "objc2",
11364 "objc2-foundation",
11365]
11366
11367[[package]]
11368name = "objc2-core-audio"
11369version = "0.3.2"
11370source = "registry+https://github.com/rust-lang/crates.io-index"
11371checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11372dependencies = [
11373 "dispatch2",
11374 "objc2",
11375 "objc2-core-audio-types",
11376 "objc2-core-foundation",
11377 "objc2-foundation",
11378]
11379
11380[[package]]
11381name = "objc2-core-audio-types"
11382version = "0.3.2"
11383source = "registry+https://github.com/rust-lang/crates.io-index"
11384checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11385dependencies = [
11386 "bitflags 2.10.0",
11387 "objc2",
11388]
11389
11390[[package]]
11391name = "objc2-core-foundation"
11392version = "0.3.2"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11395dependencies = [
11396 "bitflags 2.10.0",
11397 "block2",
11398 "dispatch2",
11399 "libc",
11400 "objc2",
11401]
11402
11403[[package]]
11404name = "objc2-encode"
11405version = "4.1.0"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11408
11409[[package]]
11410name = "objc2-foundation"
11411version = "0.3.2"
11412source = "registry+https://github.com/rust-lang/crates.io-index"
11413checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11414dependencies = [
11415 "bitflags 2.10.0",
11416 "block2",
11417 "libc",
11418 "objc2",
11419 "objc2-core-foundation",
11420]
11421
11422[[package]]
11423name = "objc2-io-kit"
11424version = "0.3.2"
11425source = "registry+https://github.com/rust-lang/crates.io-index"
11426checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11427dependencies = [
11428 "libc",
11429 "objc2-core-foundation",
11430]
11431
11432[[package]]
11433name = "objc2-metal"
11434version = "0.3.2"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11437dependencies = [
11438 "bitflags 2.10.0",
11439 "block2",
11440 "dispatch2",
11441 "objc2",
11442 "objc2-core-foundation",
11443 "objc2-foundation",
11444]
11445
11446[[package]]
11447name = "objc2-quartz-core"
11448version = "0.3.2"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11451dependencies = [
11452 "bitflags 2.10.0",
11453 "objc2",
11454 "objc2-core-foundation",
11455 "objc2-foundation",
11456 "objc2-metal",
11457]
11458
11459[[package]]
11460name = "objc_exception"
11461version = "0.1.2"
11462source = "registry+https://github.com/rust-lang/crates.io-index"
11463checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11464dependencies = [
11465 "cc",
11466]
11467
11468[[package]]
11469name = "objc_id"
11470version = "0.1.1"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11473dependencies = [
11474 "objc",
11475]
11476
11477[[package]]
11478name = "object"
11479version = "0.37.3"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11482dependencies = [
11483 "crc32fast",
11484 "hashbrown 0.15.5",
11485 "indexmap",
11486 "memchr",
11487]
11488
11489[[package]]
11490name = "octocrab"
11491version = "0.49.7"
11492source = "registry+https://github.com/rust-lang/crates.io-index"
11493checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11494dependencies = [
11495 "arc-swap",
11496 "async-trait",
11497 "base64 0.22.1",
11498 "bytes 1.11.1",
11499 "cargo_metadata 0.23.1",
11500 "cfg-if",
11501 "chrono",
11502 "either",
11503 "futures 0.3.32",
11504 "futures-core",
11505 "futures-util",
11506 "getrandom 0.2.16",
11507 "http 1.3.1",
11508 "http-body 1.0.1",
11509 "http-body-util",
11510 "hyper 1.7.0",
11511 "hyper-rustls 0.27.7",
11512 "hyper-timeout",
11513 "hyper-util",
11514 "jsonwebtoken",
11515 "once_cell",
11516 "percent-encoding",
11517 "pin-project",
11518 "secrecy",
11519 "serde",
11520 "serde_json",
11521 "serde_path_to_error",
11522 "serde_urlencoded",
11523 "snafu",
11524 "tokio",
11525 "tower 0.5.2",
11526 "tower-http 0.6.6",
11527 "url",
11528 "web-time",
11529]
11530
11531[[package]]
11532name = "ollama"
11533version = "0.1.0"
11534dependencies = [
11535 "anyhow",
11536 "futures 0.3.32",
11537 "http_client",
11538 "schemars",
11539 "serde",
11540 "serde_json",
11541 "settings",
11542]
11543
11544[[package]]
11545name = "onboarding"
11546version = "0.1.0"
11547dependencies = [
11548 "anyhow",
11549 "client",
11550 "cloud_api_types",
11551 "collections",
11552 "component",
11553 "db",
11554 "documented",
11555 "fs",
11556 "fuzzy",
11557 "gpui",
11558 "menu",
11559 "notifications",
11560 "picker",
11561 "project",
11562 "schemars",
11563 "serde",
11564 "settings",
11565 "telemetry",
11566 "theme",
11567 "theme_settings",
11568 "ui",
11569 "util",
11570 "vim_mode_setting",
11571 "workspace",
11572 "zed_actions",
11573 "zlog",
11574]
11575
11576[[package]]
11577name = "once_cell"
11578version = "1.21.3"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11581
11582[[package]]
11583name = "once_cell_polyfill"
11584version = "1.70.1"
11585source = "registry+https://github.com/rust-lang/crates.io-index"
11586checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11587
11588[[package]]
11589name = "oo7"
11590version = "0.6.0"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11593dependencies = [
11594 "aes",
11595 "ashpd",
11596 "async-fs",
11597 "async-io",
11598 "async-lock 3.4.2",
11599 "blocking",
11600 "cbc",
11601 "cipher",
11602 "digest",
11603 "endi",
11604 "futures-lite 2.6.1",
11605 "futures-util",
11606 "getrandom 0.4.1",
11607 "hkdf",
11608 "hmac",
11609 "md-5",
11610 "num",
11611 "num-bigint-dig 0.9.1",
11612 "pbkdf2 0.12.2",
11613 "serde",
11614 "serde_bytes",
11615 "sha2",
11616 "subtle",
11617 "zbus",
11618 "zbus_macros",
11619 "zeroize",
11620 "zvariant",
11621]
11622
11623[[package]]
11624name = "oorandom"
11625version = "11.1.5"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11628
11629[[package]]
11630name = "open"
11631version = "5.3.2"
11632source = "registry+https://github.com/rust-lang/crates.io-index"
11633checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11634dependencies = [
11635 "is-wsl",
11636 "libc",
11637 "pathdiff",
11638]
11639
11640[[package]]
11641name = "open_ai"
11642version = "0.1.0"
11643dependencies = [
11644 "anyhow",
11645 "collections",
11646 "futures 0.3.32",
11647 "http_client",
11648 "language_model_core",
11649 "log",
11650 "pretty_assertions",
11651 "rand 0.9.2",
11652 "schemars",
11653 "serde",
11654 "serde_json",
11655 "strum 0.27.2",
11656 "thiserror 2.0.17",
11657 "tiktoken-rs",
11658]
11659
11660[[package]]
11661name = "open_path_prompt"
11662version = "0.1.0"
11663dependencies = [
11664 "editor",
11665 "file_icons",
11666 "futures 0.3.32",
11667 "fuzzy",
11668 "gpui",
11669 "picker",
11670 "project",
11671 "schemars",
11672 "serde",
11673 "serde_json",
11674 "settings",
11675 "theme",
11676 "theme_settings",
11677 "ui",
11678 "util",
11679 "workspace",
11680]
11681
11682[[package]]
11683name = "open_router"
11684version = "0.1.0"
11685dependencies = [
11686 "anyhow",
11687 "futures 0.3.32",
11688 "http_client",
11689 "language_model_core",
11690 "schemars",
11691 "serde",
11692 "serde_json",
11693 "settings",
11694 "strum 0.27.2",
11695 "thiserror 2.0.17",
11696]
11697
11698[[package]]
11699name = "opencode"
11700version = "0.1.0"
11701dependencies = [
11702 "anyhow",
11703 "futures 0.3.32",
11704 "google_ai",
11705 "http_client",
11706 "schemars",
11707 "serde",
11708 "serde_json",
11709 "strum 0.27.2",
11710]
11711
11712[[package]]
11713name = "opener"
11714version = "0.7.2"
11715source = "registry+https://github.com/rust-lang/crates.io-index"
11716checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11717dependencies = [
11718 "bstr",
11719 "dbus",
11720 "normpath",
11721 "windows-sys 0.59.0",
11722]
11723
11724[[package]]
11725name = "openssl"
11726version = "0.10.74"
11727source = "registry+https://github.com/rust-lang/crates.io-index"
11728checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11729dependencies = [
11730 "bitflags 2.10.0",
11731 "cfg-if",
11732 "foreign-types 0.3.2",
11733 "libc",
11734 "once_cell",
11735 "openssl-macros",
11736 "openssl-sys",
11737]
11738
11739[[package]]
11740name = "openssl-macros"
11741version = "0.1.1"
11742source = "registry+https://github.com/rust-lang/crates.io-index"
11743checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11744dependencies = [
11745 "proc-macro2",
11746 "quote",
11747 "syn 2.0.117",
11748]
11749
11750[[package]]
11751name = "openssl-probe"
11752version = "0.1.6"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11755
11756[[package]]
11757name = "openssl-sys"
11758version = "0.9.110"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11761dependencies = [
11762 "cc",
11763 "libc",
11764 "pkg-config",
11765 "vcpkg",
11766]
11767
11768[[package]]
11769name = "optfield"
11770version = "0.4.0"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11773dependencies = [
11774 "proc-macro2",
11775 "quote",
11776 "syn 2.0.117",
11777]
11778
11779[[package]]
11780name = "option-ext"
11781version = "0.2.0"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11784
11785[[package]]
11786name = "ordered-float"
11787version = "2.10.1"
11788source = "registry+https://github.com/rust-lang/crates.io-index"
11789checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11790dependencies = [
11791 "num-traits",
11792]
11793
11794[[package]]
11795name = "ordered-float"
11796version = "4.6.0"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11799dependencies = [
11800 "num-traits",
11801]
11802
11803[[package]]
11804name = "ordered-stream"
11805version = "0.2.0"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11808dependencies = [
11809 "futures-core",
11810 "pin-project-lite",
11811]
11812
11813[[package]]
11814name = "ouroboros"
11815version = "0.18.5"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11818dependencies = [
11819 "aliasable",
11820 "ouroboros_macro",
11821 "static_assertions",
11822]
11823
11824[[package]]
11825name = "ouroboros_macro"
11826version = "0.18.5"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11829dependencies = [
11830 "heck 0.4.1",
11831 "proc-macro2",
11832 "proc-macro2-diagnostics",
11833 "quote",
11834 "syn 2.0.117",
11835]
11836
11837[[package]]
11838name = "outline"
11839version = "0.1.0"
11840dependencies = [
11841 "editor",
11842 "fuzzy",
11843 "gpui",
11844 "indoc",
11845 "language",
11846 "lsp",
11847 "menu",
11848 "ordered-float 2.10.1",
11849 "picker",
11850 "project",
11851 "rope",
11852 "serde_json",
11853 "settings",
11854 "smol",
11855 "theme",
11856 "theme_settings",
11857 "ui",
11858 "util",
11859 "workspace",
11860 "zed_actions",
11861]
11862
11863[[package]]
11864name = "outline_panel"
11865version = "0.1.0"
11866dependencies = [
11867 "anyhow",
11868 "collections",
11869 "db",
11870 "editor",
11871 "file_icons",
11872 "fuzzy",
11873 "gpui",
11874 "itertools 0.14.0",
11875 "language",
11876 "log",
11877 "lsp",
11878 "menu",
11879 "outline",
11880 "pretty_assertions",
11881 "project",
11882 "search",
11883 "serde",
11884 "serde_json",
11885 "settings",
11886 "smallvec",
11887 "smol",
11888 "theme",
11889 "theme_settings",
11890 "ui",
11891 "util",
11892 "workspace",
11893 "worktree",
11894 "zed_actions",
11895]
11896
11897[[package]]
11898name = "outref"
11899version = "0.5.2"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11902
11903[[package]]
11904name = "p256"
11905version = "0.11.1"
11906source = "registry+https://github.com/rust-lang/crates.io-index"
11907checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11908dependencies = [
11909 "ecdsa",
11910 "elliptic-curve",
11911 "sha2",
11912]
11913
11914[[package]]
11915name = "page_size"
11916version = "0.6.0"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11919dependencies = [
11920 "libc",
11921 "winapi",
11922]
11923
11924[[package]]
11925name = "palette"
11926version = "0.7.6"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11929dependencies = [
11930 "approx",
11931 "fast-srgb8",
11932 "palette_derive",
11933]
11934
11935[[package]]
11936name = "palette_derive"
11937version = "0.7.6"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11940dependencies = [
11941 "by_address",
11942 "proc-macro2",
11943 "quote",
11944 "syn 2.0.117",
11945]
11946
11947[[package]]
11948name = "panel"
11949version = "0.1.0"
11950dependencies = [
11951 "gpui",
11952 "ui",
11953 "workspace",
11954]
11955
11956[[package]]
11957name = "parking"
11958version = "2.2.1"
11959source = "registry+https://github.com/rust-lang/crates.io-index"
11960checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11961
11962[[package]]
11963name = "parking_lot"
11964version = "0.12.5"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11967dependencies = [
11968 "lock_api",
11969 "parking_lot_core",
11970]
11971
11972[[package]]
11973name = "parking_lot_core"
11974version = "0.9.12"
11975source = "registry+https://github.com/rust-lang/crates.io-index"
11976checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11977dependencies = [
11978 "cfg-if",
11979 "libc",
11980 "redox_syscall 0.5.18",
11981 "smallvec",
11982 "windows-link 0.2.1",
11983]
11984
11985[[package]]
11986name = "parse_int"
11987version = "0.9.0"
11988source = "registry+https://github.com/rust-lang/crates.io-index"
11989checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
11990dependencies = [
11991 "num-traits",
11992]
11993
11994[[package]]
11995name = "partial-json-fixer"
11996version = "0.5.3"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
11999
12000[[package]]
12001name = "password-hash"
12002version = "0.4.2"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12005dependencies = [
12006 "base64ct",
12007 "rand_core 0.6.4",
12008 "subtle",
12009]
12010
12011[[package]]
12012name = "paste"
12013version = "1.0.15"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12016
12017[[package]]
12018name = "pathdiff"
12019version = "0.2.3"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12022
12023[[package]]
12024name = "pathfinder_geometry"
12025version = "0.5.1"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12028dependencies = [
12029 "log",
12030 "pathfinder_simd",
12031]
12032
12033[[package]]
12034name = "pathfinder_simd"
12035version = "0.5.5"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12038dependencies = [
12039 "rustc_version",
12040]
12041
12042[[package]]
12043name = "paths"
12044version = "0.1.0"
12045dependencies = [
12046 "dirs",
12047 "ignore",
12048 "util",
12049]
12050
12051[[package]]
12052name = "pbjson"
12053version = "0.6.0"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12056dependencies = [
12057 "base64 0.21.7",
12058 "serde",
12059]
12060
12061[[package]]
12062name = "pbjson-build"
12063version = "0.6.2"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12066dependencies = [
12067 "heck 0.4.1",
12068 "itertools 0.11.0",
12069 "prost 0.12.6",
12070 "prost-types 0.12.6",
12071]
12072
12073[[package]]
12074name = "pbjson-types"
12075version = "0.6.0"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12078dependencies = [
12079 "bytes 1.11.1",
12080 "chrono",
12081 "pbjson",
12082 "pbjson-build",
12083 "prost 0.12.6",
12084 "prost-build 0.12.6",
12085 "serde",
12086]
12087
12088[[package]]
12089name = "pbkdf2"
12090version = "0.11.0"
12091source = "registry+https://github.com/rust-lang/crates.io-index"
12092checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12093dependencies = [
12094 "digest",
12095 "hmac",
12096 "password-hash",
12097 "sha2",
12098]
12099
12100[[package]]
12101name = "pbkdf2"
12102version = "0.12.2"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12105dependencies = [
12106 "digest",
12107 "hmac",
12108]
12109
12110[[package]]
12111name = "pciid-parser"
12112version = "0.8.0"
12113source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12115
12116[[package]]
12117name = "peg"
12118version = "0.8.5"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12121dependencies = [
12122 "peg-macros",
12123 "peg-runtime",
12124]
12125
12126[[package]]
12127name = "peg-macros"
12128version = "0.8.5"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12131dependencies = [
12132 "peg-runtime",
12133 "proc-macro2",
12134 "quote",
12135]
12136
12137[[package]]
12138name = "peg-runtime"
12139version = "0.8.5"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12142
12143[[package]]
12144name = "pem"
12145version = "3.0.6"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12148dependencies = [
12149 "base64 0.22.1",
12150 "serde_core",
12151]
12152
12153[[package]]
12154name = "pem-rfc7468"
12155version = "0.7.0"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12158dependencies = [
12159 "base64ct",
12160]
12161
12162[[package]]
12163name = "percent-encoding"
12164version = "2.3.2"
12165source = "registry+https://github.com/rust-lang/crates.io-index"
12166checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12167
12168[[package]]
12169name = "perf"
12170version = "0.1.0"
12171dependencies = [
12172 "collections",
12173 "serde",
12174 "serde_json",
12175]
12176
12177[[package]]
12178name = "pest"
12179version = "2.8.3"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12182dependencies = [
12183 "memchr",
12184 "ucd-trie",
12185]
12186
12187[[package]]
12188name = "pest_derive"
12189version = "2.8.3"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12192dependencies = [
12193 "pest",
12194 "pest_generator",
12195]
12196
12197[[package]]
12198name = "pest_generator"
12199version = "2.8.3"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12202dependencies = [
12203 "pest",
12204 "pest_meta",
12205 "proc-macro2",
12206 "quote",
12207 "syn 2.0.117",
12208]
12209
12210[[package]]
12211name = "pest_meta"
12212version = "2.8.3"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12215dependencies = [
12216 "pest",
12217 "sha2",
12218]
12219
12220[[package]]
12221name = "pet"
12222version = "0.1.0"
12223source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12224dependencies = [
12225 "clap",
12226 "env_logger 0.10.2",
12227 "lazy_static",
12228 "log",
12229 "msvc_spectre_libs",
12230 "pet-conda",
12231 "pet-core",
12232 "pet-env-var-path",
12233 "pet-fs",
12234 "pet-global-virtualenvs",
12235 "pet-homebrew",
12236 "pet-jsonrpc",
12237 "pet-linux-global-python",
12238 "pet-mac-commandlinetools",
12239 "pet-mac-python-org",
12240 "pet-mac-xcode",
12241 "pet-pipenv",
12242 "pet-pixi",
12243 "pet-poetry",
12244 "pet-pyenv",
12245 "pet-python-utils",
12246 "pet-reporter",
12247 "pet-telemetry",
12248 "pet-uv",
12249 "pet-venv",
12250 "pet-virtualenv",
12251 "pet-virtualenvwrapper",
12252 "pet-windows-registry",
12253 "pet-windows-store",
12254 "pet-winpython",
12255 "serde",
12256 "serde_json",
12257 "tracing",
12258 "tracing-subscriber",
12259 "winresource",
12260]
12261
12262[[package]]
12263name = "pet-conda"
12264version = "0.1.0"
12265source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12266dependencies = [
12267 "env_logger 0.10.2",
12268 "lazy_static",
12269 "log",
12270 "msvc_spectre_libs",
12271 "pet-core",
12272 "pet-fs",
12273 "pet-python-utils",
12274 "pet-reporter",
12275 "rayon",
12276 "regex",
12277 "serde",
12278 "serde_json",
12279 "yaml-rust2",
12280]
12281
12282[[package]]
12283name = "pet-core"
12284version = "0.1.0"
12285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12286dependencies = [
12287 "clap",
12288 "lazy_static",
12289 "log",
12290 "msvc_spectre_libs",
12291 "pet-fs",
12292 "regex",
12293 "serde",
12294 "serde_json",
12295]
12296
12297[[package]]
12298name = "pet-env-var-path"
12299version = "0.1.0"
12300source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12301dependencies = [
12302 "lazy_static",
12303 "log",
12304 "msvc_spectre_libs",
12305 "pet-conda",
12306 "pet-core",
12307 "pet-fs",
12308 "pet-python-utils",
12309 "pet-virtualenv",
12310 "regex",
12311]
12312
12313[[package]]
12314name = "pet-fs"
12315version = "0.1.0"
12316source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12317dependencies = [
12318 "glob",
12319 "log",
12320 "msvc_spectre_libs",
12321 "windows-sys 0.59.0",
12322]
12323
12324[[package]]
12325name = "pet-global-virtualenvs"
12326version = "0.1.0"
12327source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12328dependencies = [
12329 "log",
12330 "msvc_spectre_libs",
12331 "pet-conda",
12332 "pet-core",
12333 "pet-fs",
12334 "pet-virtualenv",
12335]
12336
12337[[package]]
12338name = "pet-homebrew"
12339version = "0.1.0"
12340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12341dependencies = [
12342 "lazy_static",
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-conda",
12346 "pet-core",
12347 "pet-fs",
12348 "pet-python-utils",
12349 "pet-virtualenv",
12350 "rayon",
12351 "regex",
12352 "serde",
12353 "serde_json",
12354]
12355
12356[[package]]
12357name = "pet-jsonrpc"
12358version = "0.1.0"
12359source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12360dependencies = [
12361 "env_logger 0.10.2",
12362 "log",
12363 "msvc_spectre_libs",
12364 "pet-core",
12365 "serde",
12366 "serde_json",
12367]
12368
12369[[package]]
12370name = "pet-linux-global-python"
12371version = "0.1.0"
12372source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12373dependencies = [
12374 "log",
12375 "msvc_spectre_libs",
12376 "pet-core",
12377 "pet-fs",
12378 "pet-python-utils",
12379 "pet-virtualenv",
12380]
12381
12382[[package]]
12383name = "pet-mac-commandlinetools"
12384version = "0.1.0"
12385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12386dependencies = [
12387 "log",
12388 "msvc_spectre_libs",
12389 "pet-core",
12390 "pet-fs",
12391 "pet-python-utils",
12392 "pet-virtualenv",
12393]
12394
12395[[package]]
12396name = "pet-mac-python-org"
12397version = "0.1.0"
12398source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12399dependencies = [
12400 "log",
12401 "msvc_spectre_libs",
12402 "pet-core",
12403 "pet-fs",
12404 "pet-python-utils",
12405 "pet-virtualenv",
12406]
12407
12408[[package]]
12409name = "pet-mac-xcode"
12410version = "0.1.0"
12411source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12412dependencies = [
12413 "log",
12414 "msvc_spectre_libs",
12415 "pet-core",
12416 "pet-fs",
12417 "pet-python-utils",
12418 "pet-virtualenv",
12419]
12420
12421[[package]]
12422name = "pet-pipenv"
12423version = "0.1.0"
12424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12425dependencies = [
12426 "lazy_static",
12427 "log",
12428 "msvc_spectre_libs",
12429 "pet-core",
12430 "pet-fs",
12431 "pet-python-utils",
12432 "pet-virtualenv",
12433 "regex",
12434]
12435
12436[[package]]
12437name = "pet-pixi"
12438version = "0.1.0"
12439source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12440dependencies = [
12441 "log",
12442 "msvc_spectre_libs",
12443 "pet-conda",
12444 "pet-core",
12445 "pet-python-utils",
12446]
12447
12448[[package]]
12449name = "pet-poetry"
12450version = "0.1.0"
12451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12452dependencies = [
12453 "base64 0.22.1",
12454 "lazy_static",
12455 "log",
12456 "msvc_spectre_libs",
12457 "pet-core",
12458 "pet-fs",
12459 "pet-python-utils",
12460 "pet-reporter",
12461 "pet-virtualenv",
12462 "regex",
12463 "serde",
12464 "serde_json",
12465 "sha2",
12466 "toml 0.8.23",
12467]
12468
12469[[package]]
12470name = "pet-pyenv"
12471version = "0.1.0"
12472source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12473dependencies = [
12474 "lazy_static",
12475 "log",
12476 "msvc_spectre_libs",
12477 "pet-conda",
12478 "pet-core",
12479 "pet-fs",
12480 "pet-python-utils",
12481 "pet-reporter",
12482 "regex",
12483 "serde",
12484 "serde_json",
12485]
12486
12487[[package]]
12488name = "pet-python-utils"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "env_logger 0.10.2",
12493 "lazy_static",
12494 "log",
12495 "msvc_spectre_libs",
12496 "pet-core",
12497 "pet-fs",
12498 "regex",
12499 "serde",
12500 "serde_json",
12501 "sha2",
12502]
12503
12504[[package]]
12505name = "pet-reporter"
12506version = "0.1.0"
12507source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12508dependencies = [
12509 "env_logger 0.10.2",
12510 "log",
12511 "msvc_spectre_libs",
12512 "pet-core",
12513 "pet-jsonrpc",
12514 "serde",
12515 "serde_json",
12516]
12517
12518[[package]]
12519name = "pet-telemetry"
12520version = "0.1.0"
12521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12522dependencies = [
12523 "env_logger 0.10.2",
12524 "lazy_static",
12525 "log",
12526 "msvc_spectre_libs",
12527 "pet-core",
12528 "pet-fs",
12529 "pet-python-utils",
12530 "regex",
12531]
12532
12533[[package]]
12534name = "pet-uv"
12535version = "0.1.0"
12536source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12537dependencies = [
12538 "log",
12539 "pet-core",
12540 "pet-python-utils",
12541 "serde",
12542 "toml 0.9.8",
12543]
12544
12545[[package]]
12546name = "pet-venv"
12547version = "0.1.0"
12548source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12549dependencies = [
12550 "log",
12551 "msvc_spectre_libs",
12552 "pet-core",
12553 "pet-python-utils",
12554 "pet-virtualenv",
12555]
12556
12557[[package]]
12558name = "pet-virtualenv"
12559version = "0.1.0"
12560source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12561dependencies = [
12562 "log",
12563 "msvc_spectre_libs",
12564 "pet-core",
12565 "pet-fs",
12566 "pet-python-utils",
12567]
12568
12569[[package]]
12570name = "pet-virtualenvwrapper"
12571version = "0.1.0"
12572source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12573dependencies = [
12574 "log",
12575 "msvc_spectre_libs",
12576 "pet-core",
12577 "pet-fs",
12578 "pet-python-utils",
12579 "pet-virtualenv",
12580]
12581
12582[[package]]
12583name = "pet-windows-registry"
12584version = "0.1.0"
12585source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12586dependencies = [
12587 "lazy_static",
12588 "log",
12589 "msvc_spectre_libs",
12590 "pet-conda",
12591 "pet-core",
12592 "pet-fs",
12593 "pet-python-utils",
12594 "pet-virtualenv",
12595 "pet-windows-store",
12596 "regex",
12597 "winreg 0.55.0",
12598]
12599
12600[[package]]
12601name = "pet-windows-store"
12602version = "0.1.0"
12603source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12604dependencies = [
12605 "lazy_static",
12606 "log",
12607 "msvc_spectre_libs",
12608 "pet-core",
12609 "pet-fs",
12610 "pet-python-utils",
12611 "pet-virtualenv",
12612 "regex",
12613 "winreg 0.55.0",
12614]
12615
12616[[package]]
12617name = "pet-winpython"
12618version = "0.1.0"
12619source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12620dependencies = [
12621 "lazy_static",
12622 "log",
12623 "pet-core",
12624 "pet-fs",
12625 "pet-python-utils",
12626 "pet-virtualenv",
12627 "regex",
12628]
12629
12630[[package]]
12631name = "petgraph"
12632version = "0.6.5"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12635dependencies = [
12636 "fixedbitset 0.4.2",
12637 "indexmap",
12638]
12639
12640[[package]]
12641name = "pgvector"
12642version = "0.4.1"
12643source = "registry+https://github.com/rust-lang/crates.io-index"
12644checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12645dependencies = [
12646 "serde",
12647]
12648
12649[[package]]
12650name = "phf"
12651version = "0.11.3"
12652source = "registry+https://github.com/rust-lang/crates.io-index"
12653checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12654dependencies = [
12655 "phf_macros 0.11.3",
12656 "phf_shared 0.11.3",
12657]
12658
12659[[package]]
12660name = "phf"
12661version = "0.12.1"
12662source = "registry+https://github.com/rust-lang/crates.io-index"
12663checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12664dependencies = [
12665 "phf_macros 0.12.1",
12666 "phf_shared 0.12.1",
12667]
12668
12669[[package]]
12670name = "phf_codegen"
12671version = "0.11.3"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12674dependencies = [
12675 "phf_generator 0.11.3",
12676 "phf_shared 0.11.3",
12677]
12678
12679[[package]]
12680name = "phf_generator"
12681version = "0.11.3"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12684dependencies = [
12685 "phf_shared 0.11.3",
12686 "rand 0.8.5",
12687]
12688
12689[[package]]
12690name = "phf_generator"
12691version = "0.12.1"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12694dependencies = [
12695 "fastrand 2.3.0",
12696 "phf_shared 0.12.1",
12697]
12698
12699[[package]]
12700name = "phf_macros"
12701version = "0.11.3"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12704dependencies = [
12705 "phf_generator 0.11.3",
12706 "phf_shared 0.11.3",
12707 "proc-macro2",
12708 "quote",
12709 "syn 2.0.117",
12710]
12711
12712[[package]]
12713name = "phf_macros"
12714version = "0.12.1"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12717dependencies = [
12718 "phf_generator 0.12.1",
12719 "phf_shared 0.12.1",
12720 "proc-macro2",
12721 "quote",
12722 "syn 2.0.117",
12723]
12724
12725[[package]]
12726name = "phf_shared"
12727version = "0.11.3"
12728source = "registry+https://github.com/rust-lang/crates.io-index"
12729checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12730dependencies = [
12731 "siphasher 1.0.1",
12732]
12733
12734[[package]]
12735name = "phf_shared"
12736version = "0.12.1"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12739dependencies = [
12740 "siphasher 1.0.1",
12741]
12742
12743[[package]]
12744name = "picker"
12745version = "0.1.0"
12746dependencies = [
12747 "anyhow",
12748 "editor",
12749 "gpui",
12750 "menu",
12751 "schemars",
12752 "serde",
12753 "settings",
12754 "theme",
12755 "theme_settings",
12756 "ui",
12757 "ui_input",
12758 "workspace",
12759 "zed_actions",
12760]
12761
12762[[package]]
12763name = "pico-args"
12764version = "0.5.0"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12767
12768[[package]]
12769name = "pin-project"
12770version = "1.1.10"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12773dependencies = [
12774 "pin-project-internal",
12775]
12776
12777[[package]]
12778name = "pin-project-internal"
12779version = "1.1.10"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12782dependencies = [
12783 "proc-macro2",
12784 "quote",
12785 "syn 2.0.117",
12786]
12787
12788[[package]]
12789name = "pin-project-lite"
12790version = "0.2.16"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12793
12794[[package]]
12795name = "pin-utils"
12796version = "0.1.0"
12797source = "registry+https://github.com/rust-lang/crates.io-index"
12798checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12799
12800[[package]]
12801name = "piper"
12802version = "0.2.4"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12805dependencies = [
12806 "atomic-waker",
12807 "fastrand 2.3.0",
12808 "futures-io",
12809]
12810
12811[[package]]
12812name = "pkcs1"
12813version = "0.7.5"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12816dependencies = [
12817 "der 0.7.10",
12818 "pkcs8 0.10.2",
12819 "spki 0.7.3",
12820]
12821
12822[[package]]
12823name = "pkcs8"
12824version = "0.9.0"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12827dependencies = [
12828 "der 0.6.1",
12829 "spki 0.6.0",
12830]
12831
12832[[package]]
12833name = "pkcs8"
12834version = "0.10.2"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12837dependencies = [
12838 "der 0.7.10",
12839 "spki 0.7.3",
12840]
12841
12842[[package]]
12843name = "pkg-config"
12844version = "0.3.32"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12847
12848[[package]]
12849name = "plain"
12850version = "0.2.3"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12853
12854[[package]]
12855name = "platform_title_bar"
12856version = "0.1.0"
12857dependencies = [
12858 "gpui",
12859 "project",
12860 "settings",
12861 "smallvec",
12862 "theme",
12863 "theme_settings",
12864 "ui",
12865 "windows 0.61.3",
12866 "workspace",
12867 "zed_actions",
12868]
12869
12870[[package]]
12871name = "plist"
12872version = "1.8.0"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12875dependencies = [
12876 "base64 0.22.1",
12877 "indexmap",
12878 "quick-xml 0.38.3",
12879 "serde",
12880 "time",
12881]
12882
12883[[package]]
12884name = "plotters"
12885version = "0.3.7"
12886source = "registry+https://github.com/rust-lang/crates.io-index"
12887checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12888dependencies = [
12889 "num-traits",
12890 "plotters-backend",
12891 "plotters-svg",
12892 "wasm-bindgen",
12893 "web-sys",
12894]
12895
12896[[package]]
12897name = "plotters-backend"
12898version = "0.3.7"
12899source = "registry+https://github.com/rust-lang/crates.io-index"
12900checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12901
12902[[package]]
12903name = "plotters-svg"
12904version = "0.3.7"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12907dependencies = [
12908 "plotters-backend",
12909]
12910
12911[[package]]
12912name = "png"
12913version = "0.17.16"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12916dependencies = [
12917 "bitflags 1.3.2",
12918 "crc32fast",
12919 "fdeflate",
12920 "flate2",
12921 "miniz_oxide",
12922]
12923
12924[[package]]
12925name = "png"
12926version = "0.18.0"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12929dependencies = [
12930 "bitflags 2.10.0",
12931 "crc32fast",
12932 "fdeflate",
12933 "flate2",
12934 "miniz_oxide",
12935]
12936
12937[[package]]
12938name = "polling"
12939version = "3.11.0"
12940source = "registry+https://github.com/rust-lang/crates.io-index"
12941checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12942dependencies = [
12943 "cfg-if",
12944 "concurrent-queue",
12945 "hermit-abi",
12946 "pin-project-lite",
12947 "rustix 1.1.2",
12948 "windows-sys 0.61.2",
12949]
12950
12951[[package]]
12952name = "pollster"
12953version = "0.2.5"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12956
12957[[package]]
12958name = "pollster"
12959version = "0.4.0"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12962
12963[[package]]
12964name = "pori"
12965version = "0.0.0"
12966source = "registry+https://github.com/rust-lang/crates.io-index"
12967checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12968dependencies = [
12969 "nom 7.1.3",
12970]
12971
12972[[package]]
12973name = "portable-atomic"
12974version = "1.11.1"
12975source = "registry+https://github.com/rust-lang/crates.io-index"
12976checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12977
12978[[package]]
12979name = "portable-atomic-util"
12980version = "0.2.4"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
12983dependencies = [
12984 "portable-atomic",
12985]
12986
12987[[package]]
12988name = "portable-pty"
12989version = "0.9.0"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
12992dependencies = [
12993 "anyhow",
12994 "bitflags 1.3.2",
12995 "downcast-rs",
12996 "filedescriptor",
12997 "lazy_static",
12998 "libc",
12999 "log",
13000 "nix 0.28.0",
13001 "serial2",
13002 "shared_library",
13003 "shell-words",
13004 "winapi",
13005 "winreg 0.10.1",
13006]
13007
13008[[package]]
13009name = "postage"
13010version = "0.5.0"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13013dependencies = [
13014 "atomic",
13015 "crossbeam-queue",
13016 "futures 0.3.32",
13017 "log",
13018 "parking_lot",
13019 "pin-project",
13020 "pollster 0.2.5",
13021 "static_assertions",
13022 "thiserror 1.0.69",
13023]
13024
13025[[package]]
13026name = "postcard"
13027version = "1.1.3"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13030dependencies = [
13031 "cobs",
13032 "embedded-io 0.4.0",
13033 "embedded-io 0.6.1",
13034 "serde",
13035]
13036
13037[[package]]
13038name = "potential_utf"
13039version = "0.1.3"
13040source = "registry+https://github.com/rust-lang/crates.io-index"
13041checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13042dependencies = [
13043 "zerovec",
13044]
13045
13046[[package]]
13047name = "powerfmt"
13048version = "0.2.0"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13051
13052[[package]]
13053name = "ppv-lite86"
13054version = "0.2.21"
13055source = "registry+https://github.com/rust-lang/crates.io-index"
13056checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13057dependencies = [
13058 "zerocopy",
13059]
13060
13061[[package]]
13062name = "precomputed-hash"
13063version = "0.1.1"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13066
13067[[package]]
13068name = "presser"
13069version = "0.3.1"
13070source = "registry+https://github.com/rust-lang/crates.io-index"
13071checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13072
13073[[package]]
13074name = "prettier"
13075version = "0.1.0"
13076dependencies = [
13077 "anyhow",
13078 "collections",
13079 "fs",
13080 "gpui",
13081 "language",
13082 "log",
13083 "lsp",
13084 "node_runtime",
13085 "parking_lot",
13086 "paths",
13087 "serde",
13088 "serde_json",
13089 "util",
13090]
13091
13092[[package]]
13093name = "pretty_assertions"
13094version = "1.4.1"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13097dependencies = [
13098 "diff",
13099 "yansi",
13100]
13101
13102[[package]]
13103name = "prettyplease"
13104version = "0.2.37"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13107dependencies = [
13108 "proc-macro2",
13109 "syn 2.0.117",
13110]
13111
13112[[package]]
13113name = "primal-check"
13114version = "0.3.4"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13117dependencies = [
13118 "num-integer",
13119]
13120
13121[[package]]
13122name = "proc-macro-crate"
13123version = "3.4.0"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13126dependencies = [
13127 "toml_edit 0.23.7",
13128]
13129
13130[[package]]
13131name = "proc-macro-error"
13132version = "1.0.4"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13135dependencies = [
13136 "proc-macro-error-attr",
13137 "proc-macro2",
13138 "quote",
13139 "syn 1.0.109",
13140 "version_check",
13141]
13142
13143[[package]]
13144name = "proc-macro-error-attr"
13145version = "1.0.4"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13148dependencies = [
13149 "proc-macro2",
13150 "quote",
13151 "version_check",
13152]
13153
13154[[package]]
13155name = "proc-macro-error-attr2"
13156version = "2.0.0"
13157source = "registry+https://github.com/rust-lang/crates.io-index"
13158checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13159dependencies = [
13160 "proc-macro2",
13161 "quote",
13162]
13163
13164[[package]]
13165name = "proc-macro-error2"
13166version = "2.0.1"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13169dependencies = [
13170 "proc-macro-error-attr2",
13171 "proc-macro2",
13172 "quote",
13173 "syn 2.0.117",
13174]
13175
13176[[package]]
13177name = "proc-macro2"
13178version = "1.0.101"
13179source = "registry+https://github.com/rust-lang/crates.io-index"
13180checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13181dependencies = [
13182 "unicode-ident",
13183]
13184
13185[[package]]
13186name = "proc-macro2-diagnostics"
13187version = "0.10.1"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13190dependencies = [
13191 "proc-macro2",
13192 "quote",
13193 "syn 2.0.117",
13194 "version_check",
13195 "yansi",
13196]
13197
13198[[package]]
13199name = "procfs-core"
13200version = "0.17.0"
13201source = "registry+https://github.com/rust-lang/crates.io-index"
13202checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13203dependencies = [
13204 "bitflags 2.10.0",
13205 "hex",
13206 "serde",
13207]
13208
13209[[package]]
13210name = "profiling"
13211version = "1.0.17"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13214dependencies = [
13215 "profiling-procmacros",
13216]
13217
13218[[package]]
13219name = "profiling-procmacros"
13220version = "1.0.17"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13223dependencies = [
13224 "quote",
13225 "syn 2.0.117",
13226]
13227
13228[[package]]
13229name = "project"
13230version = "0.1.0"
13231dependencies = [
13232 "aho-corasick",
13233 "anyhow",
13234 "askpass",
13235 "async-trait",
13236 "base64 0.22.1",
13237 "buffer_diff",
13238 "circular-buffer",
13239 "client",
13240 "clock",
13241 "collections",
13242 "context_server",
13243 "credentials_provider",
13244 "dap",
13245 "encoding_rs",
13246 "extension",
13247 "fancy-regex 0.17.0",
13248 "fs",
13249 "futures 0.3.32",
13250 "fuzzy",
13251 "fuzzy_nucleo",
13252 "git",
13253 "git2",
13254 "git_hosting_providers",
13255 "globset",
13256 "gpui",
13257 "http_client",
13258 "image",
13259 "indexmap",
13260 "itertools 0.14.0",
13261 "language",
13262 "log",
13263 "lsp",
13264 "markdown",
13265 "node_runtime",
13266 "parking_lot",
13267 "paths",
13268 "percent-encoding",
13269 "postage",
13270 "prettier",
13271 "pretty_assertions",
13272 "project",
13273 "rand 0.9.2",
13274 "regex",
13275 "release_channel",
13276 "remote",
13277 "rpc",
13278 "schemars",
13279 "semver",
13280 "serde",
13281 "serde_json",
13282 "settings",
13283 "sha2",
13284 "shellexpand",
13285 "smallvec",
13286 "smol",
13287 "snippet",
13288 "snippet_provider",
13289 "sum_tree",
13290 "task",
13291 "tempfile",
13292 "terminal",
13293 "text",
13294 "toml 0.8.23",
13295 "tracing",
13296 "unindent",
13297 "url",
13298 "util",
13299 "watch",
13300 "wax",
13301 "which 6.0.3",
13302 "worktree",
13303 "zed_credentials_provider",
13304 "zeroize",
13305 "zlog",
13306 "ztracing",
13307]
13308
13309[[package]]
13310name = "project_benchmarks"
13311version = "0.1.0"
13312dependencies = [
13313 "anyhow",
13314 "askpass",
13315 "clap",
13316 "client",
13317 "futures 0.3.32",
13318 "gpui",
13319 "gpui_platform",
13320 "http_client",
13321 "language",
13322 "node_runtime",
13323 "project",
13324 "release_channel",
13325 "remote",
13326 "rpassword",
13327 "semver",
13328 "settings",
13329 "watch",
13330]
13331
13332[[package]]
13333name = "project_panel"
13334version = "0.1.0"
13335dependencies = [
13336 "anyhow",
13337 "client",
13338 "collections",
13339 "command_palette_hooks",
13340 "criterion",
13341 "editor",
13342 "feature_flags",
13343 "file_icons",
13344 "fs",
13345 "futures 0.3.32",
13346 "git",
13347 "git_ui",
13348 "gpui",
13349 "itertools 0.14.0",
13350 "language",
13351 "menu",
13352 "notifications",
13353 "pretty_assertions",
13354 "project",
13355 "rayon",
13356 "remote_connection",
13357 "schemars",
13358 "search",
13359 "serde",
13360 "serde_json",
13361 "settings",
13362 "smallvec",
13363 "telemetry",
13364 "tempfile",
13365 "theme",
13366 "theme_settings",
13367 "ui",
13368 "util",
13369 "workspace",
13370 "worktree",
13371 "zed_actions",
13372]
13373
13374[[package]]
13375name = "project_symbols"
13376version = "0.1.0"
13377dependencies = [
13378 "anyhow",
13379 "editor",
13380 "futures 0.3.32",
13381 "fuzzy",
13382 "gpui",
13383 "language",
13384 "lsp",
13385 "ordered-float 2.10.1",
13386 "picker",
13387 "project",
13388 "release_channel",
13389 "semver",
13390 "serde_json",
13391 "settings",
13392 "theme",
13393 "theme_settings",
13394 "util",
13395 "workspace",
13396]
13397
13398[[package]]
13399name = "prometheus"
13400version = "0.14.0"
13401source = "registry+https://github.com/rust-lang/crates.io-index"
13402checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13403dependencies = [
13404 "cfg-if",
13405 "fnv",
13406 "lazy_static",
13407 "memchr",
13408 "parking_lot",
13409 "protobuf",
13410 "thiserror 2.0.17",
13411]
13412
13413[[package]]
13414name = "prompt_store"
13415version = "0.1.0"
13416dependencies = [
13417 "anyhow",
13418 "assets",
13419 "chrono",
13420 "collections",
13421 "fs",
13422 "futures 0.3.32",
13423 "fuzzy",
13424 "gpui",
13425 "handlebars 4.5.0",
13426 "heed",
13427 "language",
13428 "log",
13429 "parking_lot",
13430 "paths",
13431 "rope",
13432 "serde",
13433 "strum 0.27.2",
13434 "tempfile",
13435 "text",
13436 "util",
13437 "uuid",
13438]
13439
13440[[package]]
13441name = "proptest"
13442version = "1.10.0"
13443source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13444dependencies = [
13445 "bit-set 0.8.0",
13446 "bit-vec 0.8.0",
13447 "bitflags 2.10.0",
13448 "num-traits",
13449 "proptest-macro",
13450 "rand 0.9.2",
13451 "rand_chacha 0.9.0",
13452 "rand_xorshift",
13453 "regex-syntax",
13454 "rusty-fork",
13455 "tempfile",
13456 "unarray",
13457]
13458
13459[[package]]
13460name = "proptest-derive"
13461version = "0.8.0"
13462source = "registry+https://github.com/rust-lang/crates.io-index"
13463checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13464dependencies = [
13465 "proc-macro2",
13466 "quote",
13467 "syn 2.0.117",
13468]
13469
13470[[package]]
13471name = "proptest-macro"
13472version = "0.5.0"
13473source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13474dependencies = [
13475 "convert_case 0.11.0",
13476 "proc-macro2",
13477 "quote",
13478 "syn 2.0.117",
13479]
13480
13481[[package]]
13482name = "prost"
13483version = "0.9.0"
13484source = "registry+https://github.com/rust-lang/crates.io-index"
13485checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13486dependencies = [
13487 "bytes 1.11.1",
13488 "prost-derive 0.9.0",
13489]
13490
13491[[package]]
13492name = "prost"
13493version = "0.12.6"
13494source = "registry+https://github.com/rust-lang/crates.io-index"
13495checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13496dependencies = [
13497 "bytes 1.11.1",
13498 "prost-derive 0.12.6",
13499]
13500
13501[[package]]
13502name = "prost-build"
13503version = "0.9.0"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13506dependencies = [
13507 "bytes 1.11.1",
13508 "heck 0.3.3",
13509 "itertools 0.10.5",
13510 "lazy_static",
13511 "log",
13512 "multimap",
13513 "petgraph",
13514 "prost 0.9.0",
13515 "prost-types 0.9.0",
13516 "regex",
13517 "tempfile",
13518 "which 4.4.2",
13519]
13520
13521[[package]]
13522name = "prost-build"
13523version = "0.12.6"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13526dependencies = [
13527 "bytes 1.11.1",
13528 "heck 0.5.0",
13529 "itertools 0.12.1",
13530 "log",
13531 "multimap",
13532 "once_cell",
13533 "petgraph",
13534 "prettyplease",
13535 "prost 0.12.6",
13536 "prost-types 0.12.6",
13537 "regex",
13538 "syn 2.0.117",
13539 "tempfile",
13540]
13541
13542[[package]]
13543name = "prost-derive"
13544version = "0.9.0"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13547dependencies = [
13548 "anyhow",
13549 "itertools 0.10.5",
13550 "proc-macro2",
13551 "quote",
13552 "syn 1.0.109",
13553]
13554
13555[[package]]
13556name = "prost-derive"
13557version = "0.12.6"
13558source = "registry+https://github.com/rust-lang/crates.io-index"
13559checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13560dependencies = [
13561 "anyhow",
13562 "itertools 0.12.1",
13563 "proc-macro2",
13564 "quote",
13565 "syn 2.0.117",
13566]
13567
13568[[package]]
13569name = "prost-types"
13570version = "0.9.0"
13571source = "registry+https://github.com/rust-lang/crates.io-index"
13572checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13573dependencies = [
13574 "bytes 1.11.1",
13575 "prost 0.9.0",
13576]
13577
13578[[package]]
13579name = "prost-types"
13580version = "0.12.6"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13583dependencies = [
13584 "prost 0.12.6",
13585]
13586
13587[[package]]
13588name = "proto"
13589version = "0.1.0"
13590dependencies = [
13591 "anyhow",
13592 "prost 0.9.0",
13593 "prost-build 0.9.0",
13594 "serde",
13595]
13596
13597[[package]]
13598name = "protobuf"
13599version = "3.7.2"
13600source = "registry+https://github.com/rust-lang/crates.io-index"
13601checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13602dependencies = [
13603 "once_cell",
13604 "protobuf-support",
13605 "thiserror 1.0.69",
13606]
13607
13608[[package]]
13609name = "protobuf-support"
13610version = "3.7.2"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13613dependencies = [
13614 "thiserror 1.0.69",
13615]
13616
13617[[package]]
13618name = "psm"
13619version = "0.1.30"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13622dependencies = [
13623 "ar_archive_writer",
13624 "cc",
13625]
13626
13627[[package]]
13628name = "ptr_meta"
13629version = "0.1.4"
13630source = "registry+https://github.com/rust-lang/crates.io-index"
13631checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13632dependencies = [
13633 "ptr_meta_derive",
13634]
13635
13636[[package]]
13637name = "ptr_meta_derive"
13638version = "0.1.4"
13639source = "registry+https://github.com/rust-lang/crates.io-index"
13640checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13641dependencies = [
13642 "proc-macro2",
13643 "quote",
13644 "syn 1.0.109",
13645]
13646
13647[[package]]
13648name = "pulldown-cmark"
13649version = "0.10.3"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13652dependencies = [
13653 "bitflags 2.10.0",
13654 "memchr",
13655 "pulldown-cmark-escape",
13656 "unicase",
13657]
13658
13659[[package]]
13660name = "pulldown-cmark"
13661version = "0.13.0"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13664dependencies = [
13665 "bitflags 2.10.0",
13666 "memchr",
13667 "unicase",
13668]
13669
13670[[package]]
13671name = "pulldown-cmark-escape"
13672version = "0.10.1"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13675
13676[[package]]
13677name = "pulley-interpreter"
13678version = "36.0.7"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13681dependencies = [
13682 "cranelift-bitset",
13683 "log",
13684 "pulley-macros",
13685 "wasmtime-internal-math",
13686]
13687
13688[[package]]
13689name = "pulley-macros"
13690version = "36.0.7"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13693dependencies = [
13694 "proc-macro2",
13695 "quote",
13696 "syn 2.0.117",
13697]
13698
13699[[package]]
13700name = "pulp"
13701version = "0.18.22"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13704dependencies = [
13705 "bytemuck",
13706 "libm",
13707 "num-complex",
13708 "reborrow",
13709]
13710
13711[[package]]
13712name = "pulp"
13713version = "0.21.5"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13716dependencies = [
13717 "bytemuck",
13718 "cfg-if",
13719 "libm",
13720 "num-complex",
13721 "reborrow",
13722 "version_check",
13723]
13724
13725[[package]]
13726name = "pxfm"
13727version = "0.1.25"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13730dependencies = [
13731 "num-traits",
13732]
13733
13734[[package]]
13735name = "qoi"
13736version = "0.4.1"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13739dependencies = [
13740 "bytemuck",
13741]
13742
13743[[package]]
13744name = "quick-error"
13745version = "1.2.3"
13746source = "registry+https://github.com/rust-lang/crates.io-index"
13747checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13748
13749[[package]]
13750name = "quick-error"
13751version = "2.0.1"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13754
13755[[package]]
13756name = "quick-xml"
13757version = "0.30.0"
13758source = "registry+https://github.com/rust-lang/crates.io-index"
13759checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13760dependencies = [
13761 "memchr",
13762]
13763
13764[[package]]
13765name = "quick-xml"
13766version = "0.37.5"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13769dependencies = [
13770 "memchr",
13771]
13772
13773[[package]]
13774name = "quick-xml"
13775version = "0.38.3"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13778dependencies = [
13779 "memchr",
13780]
13781
13782[[package]]
13783name = "quinn"
13784version = "0.11.9"
13785source = "registry+https://github.com/rust-lang/crates.io-index"
13786checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13787dependencies = [
13788 "bytes 1.11.1",
13789 "cfg_aliases 0.2.1",
13790 "pin-project-lite",
13791 "quinn-proto",
13792 "quinn-udp",
13793 "rustc-hash 2.1.1",
13794 "rustls 0.23.33",
13795 "socket2 0.6.1",
13796 "thiserror 2.0.17",
13797 "tokio",
13798 "tracing",
13799 "web-time",
13800]
13801
13802[[package]]
13803name = "quinn-proto"
13804version = "0.11.13"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13807dependencies = [
13808 "bytes 1.11.1",
13809 "getrandom 0.3.4",
13810 "lru-slab",
13811 "rand 0.9.2",
13812 "ring",
13813 "rustc-hash 2.1.1",
13814 "rustls 0.23.33",
13815 "rustls-pki-types",
13816 "slab",
13817 "thiserror 2.0.17",
13818 "tinyvec",
13819 "tracing",
13820 "web-time",
13821]
13822
13823[[package]]
13824name = "quinn-udp"
13825version = "0.5.14"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13828dependencies = [
13829 "cfg_aliases 0.2.1",
13830 "libc",
13831 "once_cell",
13832 "socket2 0.6.1",
13833 "tracing",
13834 "windows-sys 0.60.2",
13835]
13836
13837[[package]]
13838name = "quote"
13839version = "1.0.41"
13840source = "registry+https://github.com/rust-lang/crates.io-index"
13841checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13842dependencies = [
13843 "proc-macro2",
13844]
13845
13846[[package]]
13847name = "r-efi"
13848version = "5.3.0"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13851
13852[[package]]
13853name = "radium"
13854version = "0.7.0"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13857
13858[[package]]
13859name = "rand"
13860version = "0.3.23"
13861source = "registry+https://github.com/rust-lang/crates.io-index"
13862checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13863dependencies = [
13864 "libc",
13865 "rand 0.4.6",
13866]
13867
13868[[package]]
13869name = "rand"
13870version = "0.4.6"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13873dependencies = [
13874 "fuchsia-cprng",
13875 "libc",
13876 "rand_core 0.3.1",
13877 "rdrand",
13878 "winapi",
13879]
13880
13881[[package]]
13882name = "rand"
13883version = "0.8.5"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13886dependencies = [
13887 "libc",
13888 "rand_chacha 0.3.1",
13889 "rand_core 0.6.4",
13890]
13891
13892[[package]]
13893name = "rand"
13894version = "0.9.2"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13897dependencies = [
13898 "rand_chacha 0.9.0",
13899 "rand_core 0.9.3",
13900]
13901
13902[[package]]
13903name = "rand_chacha"
13904version = "0.3.1"
13905source = "registry+https://github.com/rust-lang/crates.io-index"
13906checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13907dependencies = [
13908 "ppv-lite86",
13909 "rand_core 0.6.4",
13910]
13911
13912[[package]]
13913name = "rand_chacha"
13914version = "0.9.0"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13917dependencies = [
13918 "ppv-lite86",
13919 "rand_core 0.9.3",
13920]
13921
13922[[package]]
13923name = "rand_core"
13924version = "0.3.1"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13927dependencies = [
13928 "rand_core 0.4.2",
13929]
13930
13931[[package]]
13932name = "rand_core"
13933version = "0.4.2"
13934source = "registry+https://github.com/rust-lang/crates.io-index"
13935checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13936
13937[[package]]
13938name = "rand_core"
13939version = "0.6.4"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13942dependencies = [
13943 "getrandom 0.2.16",
13944]
13945
13946[[package]]
13947name = "rand_core"
13948version = "0.9.3"
13949source = "registry+https://github.com/rust-lang/crates.io-index"
13950checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13951dependencies = [
13952 "getrandom 0.3.4",
13953]
13954
13955[[package]]
13956name = "rand_distr"
13957version = "0.5.1"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13960dependencies = [
13961 "num-traits",
13962 "rand 0.9.2",
13963]
13964
13965[[package]]
13966name = "rand_pcg"
13967version = "0.3.1"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13970dependencies = [
13971 "rand_core 0.6.4",
13972]
13973
13974[[package]]
13975name = "rand_xorshift"
13976version = "0.4.0"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13979dependencies = [
13980 "rand_core 0.9.3",
13981]
13982
13983[[package]]
13984name = "random_choice"
13985version = "0.3.2"
13986source = "registry+https://github.com/rust-lang/crates.io-index"
13987checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
13988dependencies = [
13989 "rand 0.3.23",
13990]
13991
13992[[package]]
13993name = "range-alloc"
13994version = "0.1.4"
13995source = "registry+https://github.com/rust-lang/crates.io-index"
13996checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
13997
13998[[package]]
13999name = "range-map"
14000version = "0.2.0"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14003dependencies = [
14004 "num-traits",
14005]
14006
14007[[package]]
14008name = "rangemap"
14009version = "1.7.1"
14010source = "registry+https://github.com/rust-lang/crates.io-index"
14011checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14012
14013[[package]]
14014name = "rav1e"
14015version = "0.7.1"
14016source = "registry+https://github.com/rust-lang/crates.io-index"
14017checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14018dependencies = [
14019 "arbitrary",
14020 "arg_enum_proc_macro",
14021 "arrayvec",
14022 "av1-grain",
14023 "bitstream-io",
14024 "built",
14025 "cfg-if",
14026 "interpolate_name",
14027 "itertools 0.12.1",
14028 "libc",
14029 "libfuzzer-sys",
14030 "log",
14031 "maybe-rayon",
14032 "new_debug_unreachable",
14033 "noop_proc_macro",
14034 "num-derive",
14035 "num-traits",
14036 "once_cell",
14037 "paste",
14038 "profiling",
14039 "rand 0.8.5",
14040 "rand_chacha 0.3.1",
14041 "simd_helpers",
14042 "system-deps 6.2.2",
14043 "thiserror 1.0.69",
14044 "v_frame",
14045 "wasm-bindgen",
14046]
14047
14048[[package]]
14049name = "ravif"
14050version = "0.11.20"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14053dependencies = [
14054 "avif-serialize",
14055 "imgref",
14056 "loop9",
14057 "quick-error 2.0.1",
14058 "rav1e",
14059 "rayon",
14060 "rgb",
14061]
14062
14063[[package]]
14064name = "raw-cpuid"
14065version = "10.7.0"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14068dependencies = [
14069 "bitflags 1.3.2",
14070]
14071
14072[[package]]
14073name = "raw-cpuid"
14074version = "11.6.0"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14077dependencies = [
14078 "bitflags 2.10.0",
14079]
14080
14081[[package]]
14082name = "raw-window-handle"
14083version = "0.6.2"
14084source = "registry+https://github.com/rust-lang/crates.io-index"
14085checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14086
14087[[package]]
14088name = "raw-window-metal"
14089version = "1.1.0"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14092dependencies = [
14093 "objc2",
14094 "objc2-core-foundation",
14095 "objc2-foundation",
14096 "objc2-quartz-core",
14097]
14098
14099[[package]]
14100name = "rayon"
14101version = "1.11.0"
14102source = "registry+https://github.com/rust-lang/crates.io-index"
14103checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14104dependencies = [
14105 "either",
14106 "rayon-core",
14107]
14108
14109[[package]]
14110name = "rayon-core"
14111version = "1.13.0"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14114dependencies = [
14115 "crossbeam-deque",
14116 "crossbeam-utils",
14117]
14118
14119[[package]]
14120name = "rdrand"
14121version = "0.4.0"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14124dependencies = [
14125 "rand_core 0.3.1",
14126]
14127
14128[[package]]
14129name = "read-fonts"
14130version = "0.35.0"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14133dependencies = [
14134 "bytemuck",
14135 "font-types 0.10.0",
14136]
14137
14138[[package]]
14139name = "read-fonts"
14140version = "0.37.0"
14141source = "registry+https://github.com/rust-lang/crates.io-index"
14142checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14143dependencies = [
14144 "bytemuck",
14145 "core_maths",
14146 "font-types 0.11.0",
14147]
14148
14149[[package]]
14150name = "realfft"
14151version = "3.5.0"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14154dependencies = [
14155 "rustfft",
14156]
14157
14158[[package]]
14159name = "reborrow"
14160version = "0.5.5"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14163
14164[[package]]
14165name = "recent_projects"
14166version = "0.1.0"
14167dependencies = [
14168 "anyhow",
14169 "askpass",
14170 "chrono",
14171 "db",
14172 "dev_container",
14173 "editor",
14174 "extension",
14175 "extension_host",
14176 "fs",
14177 "futures 0.3.32",
14178 "fuzzy",
14179 "gpui",
14180 "http_client",
14181 "indoc",
14182 "language",
14183 "log",
14184 "menu",
14185 "node_runtime",
14186 "open_path_prompt",
14187 "ordered-float 2.10.1",
14188 "paths",
14189 "picker",
14190 "project",
14191 "release_channel",
14192 "remote",
14193 "remote_connection",
14194 "remote_server",
14195 "semver",
14196 "serde",
14197 "serde_json",
14198 "settings",
14199 "smol",
14200 "task",
14201 "telemetry",
14202 "ui",
14203 "ui_input",
14204 "util",
14205 "windows-registry 0.6.1",
14206 "workspace",
14207 "worktree",
14208 "zed_actions",
14209]
14210
14211[[package]]
14212name = "redox_syscall"
14213version = "0.2.16"
14214source = "registry+https://github.com/rust-lang/crates.io-index"
14215checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14216dependencies = [
14217 "bitflags 1.3.2",
14218]
14219
14220[[package]]
14221name = "redox_syscall"
14222version = "0.5.18"
14223source = "registry+https://github.com/rust-lang/crates.io-index"
14224checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14225dependencies = [
14226 "bitflags 2.10.0",
14227]
14228
14229[[package]]
14230name = "redox_users"
14231version = "0.5.2"
14232source = "registry+https://github.com/rust-lang/crates.io-index"
14233checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14234dependencies = [
14235 "getrandom 0.2.16",
14236 "libredox",
14237 "thiserror 2.0.17",
14238]
14239
14240[[package]]
14241name = "ref-cast"
14242version = "1.0.25"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14245dependencies = [
14246 "ref-cast-impl",
14247]
14248
14249[[package]]
14250name = "ref-cast-impl"
14251version = "1.0.25"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14254dependencies = [
14255 "proc-macro2",
14256 "quote",
14257 "syn 2.0.117",
14258]
14259
14260[[package]]
14261name = "referencing"
14262version = "0.37.4"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14265dependencies = [
14266 "ahash 0.8.12",
14267 "fluent-uri",
14268 "getrandom 0.3.4",
14269 "hashbrown 0.16.1",
14270 "parking_lot",
14271 "percent-encoding",
14272 "serde_json",
14273]
14274
14275[[package]]
14276name = "refineable"
14277version = "0.1.0"
14278dependencies = [
14279 "derive_refineable",
14280]
14281
14282[[package]]
14283name = "regalloc2"
14284version = "0.12.2"
14285source = "registry+https://github.com/rust-lang/crates.io-index"
14286checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14287dependencies = [
14288 "allocator-api2",
14289 "bumpalo",
14290 "hashbrown 0.15.5",
14291 "log",
14292 "rustc-hash 2.1.1",
14293 "serde",
14294 "smallvec",
14295]
14296
14297[[package]]
14298name = "regex"
14299version = "1.12.2"
14300source = "registry+https://github.com/rust-lang/crates.io-index"
14301checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14302dependencies = [
14303 "aho-corasick",
14304 "memchr",
14305 "regex-automata",
14306 "regex-syntax",
14307]
14308
14309[[package]]
14310name = "regex-automata"
14311version = "0.4.13"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14314dependencies = [
14315 "aho-corasick",
14316 "memchr",
14317 "regex-syntax",
14318]
14319
14320[[package]]
14321name = "regex-lite"
14322version = "0.1.8"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14325
14326[[package]]
14327name = "regex-syntax"
14328version = "0.8.8"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14331
14332[[package]]
14333name = "release_channel"
14334version = "0.1.0"
14335dependencies = [
14336 "gpui",
14337 "semver",
14338]
14339
14340[[package]]
14341name = "remote"
14342version = "0.1.0"
14343dependencies = [
14344 "anyhow",
14345 "askpass",
14346 "async-trait",
14347 "base64 0.22.1",
14348 "collections",
14349 "fs",
14350 "futures 0.3.32",
14351 "gpui",
14352 "log",
14353 "parking_lot",
14354 "paths",
14355 "prost 0.9.0",
14356 "release_channel",
14357 "rpc",
14358 "schemars",
14359 "semver",
14360 "serde",
14361 "serde_json",
14362 "settings",
14363 "smol",
14364 "tempfile",
14365 "thiserror 2.0.17",
14366 "urlencoding",
14367 "util",
14368 "which 6.0.3",
14369]
14370
14371[[package]]
14372name = "remote_connection"
14373version = "0.1.0"
14374dependencies = [
14375 "anyhow",
14376 "askpass",
14377 "auto_update",
14378 "futures 0.3.32",
14379 "gpui",
14380 "log",
14381 "markdown",
14382 "menu",
14383 "release_channel",
14384 "remote",
14385 "semver",
14386 "settings",
14387 "theme_settings",
14388 "ui",
14389 "ui_input",
14390 "workspace",
14391]
14392
14393[[package]]
14394name = "remote_server"
14395version = "0.1.0"
14396dependencies = [
14397 "action_log",
14398 "agent",
14399 "anyhow",
14400 "askpass",
14401 "cargo_toml",
14402 "clap",
14403 "client",
14404 "clock",
14405 "collections",
14406 "crash-handler",
14407 "crashes",
14408 "dap_adapters",
14409 "debug_adapter_extension",
14410 "editor",
14411 "env_logger 0.11.8",
14412 "extension",
14413 "extension_host",
14414 "fork",
14415 "fs",
14416 "futures 0.3.32",
14417 "git",
14418 "git2",
14419 "git_hosting_providers",
14420 "gpui",
14421 "gpui_platform",
14422 "gpui_tokio",
14423 "http_client",
14424 "image",
14425 "json_schema_store",
14426 "language",
14427 "language_extension",
14428 "language_model",
14429 "languages",
14430 "libc",
14431 "log",
14432 "lsp",
14433 "minidumper",
14434 "net",
14435 "node_runtime",
14436 "paths",
14437 "pretty_assertions",
14438 "project",
14439 "proto",
14440 "rayon",
14441 "release_channel",
14442 "remote",
14443 "reqwest_client",
14444 "rpc",
14445 "rust-embed",
14446 "semver",
14447 "serde",
14448 "serde_json",
14449 "settings",
14450 "shellexpand",
14451 "smol",
14452 "sysinfo 0.37.2",
14453 "task",
14454 "theme",
14455 "theme_settings",
14456 "thiserror 2.0.17",
14457 "toml 0.8.23",
14458 "unindent",
14459 "util",
14460 "uuid",
14461 "watch",
14462 "windows 0.61.3",
14463 "worktree",
14464 "zlog",
14465]
14466
14467[[package]]
14468name = "rend"
14469version = "0.4.2"
14470source = "registry+https://github.com/rust-lang/crates.io-index"
14471checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14472dependencies = [
14473 "bytecheck",
14474]
14475
14476[[package]]
14477name = "renderdoc-sys"
14478version = "1.1.0"
14479source = "registry+https://github.com/rust-lang/crates.io-index"
14480checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14481
14482[[package]]
14483name = "repl"
14484version = "0.1.0"
14485dependencies = [
14486 "alacritty_terminal",
14487 "anyhow",
14488 "async-dispatcher",
14489 "async-task",
14490 "async-tungstenite",
14491 "base64 0.22.1",
14492 "client",
14493 "collections",
14494 "command_palette_hooks",
14495 "editor",
14496 "feature_flags",
14497 "file_icons",
14498 "futures 0.3.32",
14499 "gpui",
14500 "html_to_markdown",
14501 "http_client",
14502 "image",
14503 "indoc",
14504 "jupyter-protocol",
14505 "jupyter-websocket-client",
14506 "language",
14507 "languages",
14508 "log",
14509 "markdown",
14510 "menu",
14511 "multi_buffer",
14512 "nbformat",
14513 "picker",
14514 "project",
14515 "remote",
14516 "runtimelib",
14517 "serde",
14518 "serde_json",
14519 "settings",
14520 "shlex",
14521 "smol",
14522 "telemetry",
14523 "terminal",
14524 "terminal_view",
14525 "theme",
14526 "theme_settings",
14527 "tree-sitter-md",
14528 "tree-sitter-python",
14529 "tree-sitter-typescript",
14530 "ui",
14531 "util",
14532 "uuid",
14533 "workspace",
14534 "zed_actions",
14535]
14536
14537[[package]]
14538name = "reqwest"
14539version = "0.11.27"
14540source = "registry+https://github.com/rust-lang/crates.io-index"
14541checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14542dependencies = [
14543 "base64 0.21.7",
14544 "bytes 1.11.1",
14545 "encoding_rs",
14546 "futures-core",
14547 "futures-util",
14548 "h2 0.3.27",
14549 "http 0.2.12",
14550 "http-body 0.4.6",
14551 "hyper 0.14.32",
14552 "hyper-tls",
14553 "ipnet",
14554 "js-sys",
14555 "log",
14556 "mime",
14557 "native-tls",
14558 "once_cell",
14559 "percent-encoding",
14560 "pin-project-lite",
14561 "rustls-pemfile 1.0.4",
14562 "serde",
14563 "serde_json",
14564 "serde_urlencoded",
14565 "sync_wrapper 0.1.2",
14566 "system-configuration 0.5.1",
14567 "tokio",
14568 "tokio-native-tls",
14569 "tower-service",
14570 "url",
14571 "wasm-bindgen",
14572 "wasm-bindgen-futures",
14573 "web-sys",
14574 "winreg 0.50.0",
14575]
14576
14577[[package]]
14578name = "reqwest"
14579version = "0.12.24"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14582dependencies = [
14583 "base64 0.22.1",
14584 "bytes 1.11.1",
14585 "futures-channel",
14586 "futures-core",
14587 "futures-util",
14588 "http 1.3.1",
14589 "http-body 1.0.1",
14590 "http-body-util",
14591 "hyper 1.7.0",
14592 "hyper-rustls 0.27.7",
14593 "hyper-util",
14594 "js-sys",
14595 "log",
14596 "percent-encoding",
14597 "pin-project-lite",
14598 "quinn",
14599 "rustls 0.23.33",
14600 "rustls-native-certs 0.8.2",
14601 "rustls-pki-types",
14602 "serde",
14603 "serde_json",
14604 "serde_urlencoded",
14605 "sync_wrapper 1.0.2",
14606 "tokio",
14607 "tokio-rustls 0.26.2",
14608 "tower 0.5.2",
14609 "tower-http 0.6.6",
14610 "tower-service",
14611 "url",
14612 "wasm-bindgen",
14613 "wasm-bindgen-futures",
14614 "web-sys",
14615]
14616
14617[[package]]
14618name = "reqwest_client"
14619version = "0.1.0"
14620dependencies = [
14621 "anyhow",
14622 "bytes 1.11.1",
14623 "futures 0.3.32",
14624 "gpui_util",
14625 "http_client",
14626 "http_client_tls",
14627 "log",
14628 "regex",
14629 "serde",
14630 "tokio",
14631 "zed-reqwest",
14632]
14633
14634[[package]]
14635name = "resvg"
14636version = "0.45.1"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14639dependencies = [
14640 "gif",
14641 "image-webp",
14642 "log",
14643 "pico-args",
14644 "rgb",
14645 "svgtypes",
14646 "tiny-skia",
14647 "usvg",
14648 "zune-jpeg",
14649]
14650
14651[[package]]
14652name = "rfc6979"
14653version = "0.3.1"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14656dependencies = [
14657 "crypto-bigint 0.4.9",
14658 "hmac",
14659 "zeroize",
14660]
14661
14662[[package]]
14663name = "rgb"
14664version = "0.8.52"
14665source = "registry+https://github.com/rust-lang/crates.io-index"
14666checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14667dependencies = [
14668 "bytemuck",
14669]
14670
14671[[package]]
14672name = "ring"
14673version = "0.17.14"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14676dependencies = [
14677 "cc",
14678 "cfg-if",
14679 "getrandom 0.2.16",
14680 "libc",
14681 "untrusted 0.9.0",
14682 "windows-sys 0.52.0",
14683]
14684
14685[[package]]
14686name = "rkyv"
14687version = "0.7.45"
14688source = "registry+https://github.com/rust-lang/crates.io-index"
14689checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14690dependencies = [
14691 "bitvec",
14692 "bytecheck",
14693 "bytes 1.11.1",
14694 "hashbrown 0.12.3",
14695 "ptr_meta",
14696 "rend",
14697 "rkyv_derive",
14698 "seahash",
14699 "tinyvec",
14700 "uuid",
14701]
14702
14703[[package]]
14704name = "rkyv_derive"
14705version = "0.7.45"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14708dependencies = [
14709 "proc-macro2",
14710 "quote",
14711 "syn 1.0.109",
14712]
14713
14714[[package]]
14715name = "rmp"
14716version = "0.8.14"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14719dependencies = [
14720 "byteorder",
14721 "num-traits",
14722 "paste",
14723]
14724
14725[[package]]
14726name = "rmpv"
14727version = "1.3.0"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14730dependencies = [
14731 "num-traits",
14732 "rmp",
14733]
14734
14735[[package]]
14736name = "rodio"
14737version = "0.21.1"
14738source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14739dependencies = [
14740 "cpal",
14741 "dasp_sample",
14742 "hound",
14743 "num-rational",
14744 "rand 0.9.2",
14745 "rand_distr",
14746 "rtrb",
14747 "symphonia",
14748 "thiserror 2.0.17",
14749]
14750
14751[[package]]
14752name = "rope"
14753version = "0.1.0"
14754dependencies = [
14755 "criterion",
14756 "ctor",
14757 "gpui",
14758 "heapless",
14759 "log",
14760 "rand 0.9.2",
14761 "rayon",
14762 "sum_tree",
14763 "tracing",
14764 "unicode-segmentation",
14765 "util",
14766 "zlog",
14767 "ztracing",
14768]
14769
14770[[package]]
14771name = "roxmltree"
14772version = "0.20.0"
14773source = "registry+https://github.com/rust-lang/crates.io-index"
14774checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14775
14776[[package]]
14777name = "rpassword"
14778version = "7.4.0"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14781dependencies = [
14782 "libc",
14783 "rtoolbox",
14784 "windows-sys 0.59.0",
14785]
14786
14787[[package]]
14788name = "rpc"
14789version = "0.1.0"
14790dependencies = [
14791 "anyhow",
14792 "async-tungstenite",
14793 "base64 0.22.1",
14794 "collections",
14795 "futures 0.3.32",
14796 "gpui",
14797 "parking_lot",
14798 "proto",
14799 "rand 0.9.2",
14800 "rsa",
14801 "serde",
14802 "serde_json",
14803 "sha2",
14804 "strum 0.27.2",
14805 "tracing",
14806 "util",
14807 "zlog",
14808 "zstd",
14809]
14810
14811[[package]]
14812name = "rsa"
14813version = "0.9.10"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14816dependencies = [
14817 "const-oid",
14818 "digest",
14819 "num-bigint-dig 0.8.6",
14820 "num-integer",
14821 "num-traits",
14822 "pkcs1",
14823 "pkcs8 0.10.2",
14824 "rand_core 0.6.4",
14825 "signature 2.2.0",
14826 "spki 0.7.3",
14827 "subtle",
14828 "zeroize",
14829]
14830
14831[[package]]
14832name = "rtoolbox"
14833version = "0.0.3"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14836dependencies = [
14837 "libc",
14838 "windows-sys 0.52.0",
14839]
14840
14841[[package]]
14842name = "rtrb"
14843version = "0.3.2"
14844source = "registry+https://github.com/rust-lang/crates.io-index"
14845checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14846
14847[[package]]
14848name = "rules_library"
14849version = "0.1.0"
14850dependencies = [
14851 "anyhow",
14852 "collections",
14853 "editor",
14854 "gpui",
14855 "language",
14856 "language_model",
14857 "log",
14858 "menu",
14859 "picker",
14860 "platform_title_bar",
14861 "prompt_store",
14862 "release_channel",
14863 "rope",
14864 "serde",
14865 "settings",
14866 "theme_settings",
14867 "ui",
14868 "ui_input",
14869 "util",
14870 "workspace",
14871 "zed_actions",
14872]
14873
14874[[package]]
14875name = "runtimelib"
14876version = "1.4.0"
14877source = "registry+https://github.com/rust-lang/crates.io-index"
14878checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14879dependencies = [
14880 "async-dispatcher",
14881 "async-std",
14882 "aws-lc-rs",
14883 "base64 0.22.1",
14884 "bytes 1.11.1",
14885 "chrono",
14886 "data-encoding",
14887 "dirs",
14888 "futures 0.3.32",
14889 "glob",
14890 "jupyter-protocol",
14891 "serde",
14892 "serde_json",
14893 "shellexpand",
14894 "smol",
14895 "thiserror 2.0.17",
14896 "uuid",
14897 "zeromq",
14898]
14899
14900[[package]]
14901name = "rust-embed"
14902version = "8.11.0"
14903source = "registry+https://github.com/rust-lang/crates.io-index"
14904checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14905dependencies = [
14906 "rust-embed-impl",
14907 "rust-embed-utils",
14908 "walkdir",
14909]
14910
14911[[package]]
14912name = "rust-embed-impl"
14913version = "8.11.0"
14914source = "registry+https://github.com/rust-lang/crates.io-index"
14915checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14916dependencies = [
14917 "proc-macro2",
14918 "quote",
14919 "rust-embed-utils",
14920 "syn 2.0.117",
14921 "walkdir",
14922]
14923
14924[[package]]
14925name = "rust-embed-utils"
14926version = "8.11.0"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14929dependencies = [
14930 "globset",
14931 "sha2",
14932 "walkdir",
14933]
14934
14935[[package]]
14936name = "rust_decimal"
14937version = "1.39.0"
14938source = "registry+https://github.com/rust-lang/crates.io-index"
14939checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14940dependencies = [
14941 "arrayvec",
14942 "borsh",
14943 "bytes 1.11.1",
14944 "num-traits",
14945 "rand 0.8.5",
14946 "rkyv",
14947 "serde",
14948 "serde_json",
14949]
14950
14951[[package]]
14952name = "rustc-demangle"
14953version = "0.1.26"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14956
14957[[package]]
14958name = "rustc-hash"
14959version = "1.1.0"
14960source = "registry+https://github.com/rust-lang/crates.io-index"
14961checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14962
14963[[package]]
14964name = "rustc-hash"
14965version = "2.1.1"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14968
14969[[package]]
14970name = "rustc_version"
14971version = "0.4.1"
14972source = "registry+https://github.com/rust-lang/crates.io-index"
14973checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14974dependencies = [
14975 "semver",
14976]
14977
14978[[package]]
14979name = "rustfft"
14980version = "6.4.1"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
14983dependencies = [
14984 "num-complex",
14985 "num-integer",
14986 "num-traits",
14987 "primal-check",
14988 "strength_reduce",
14989 "transpose",
14990]
14991
14992[[package]]
14993name = "rustix"
14994version = "0.38.44"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
14997dependencies = [
14998 "bitflags 2.10.0",
14999 "errno 0.3.14",
15000 "libc",
15001 "linux-raw-sys 0.4.15",
15002 "windows-sys 0.59.0",
15003]
15004
15005[[package]]
15006name = "rustix"
15007version = "1.1.2"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15010dependencies = [
15011 "bitflags 2.10.0",
15012 "errno 0.3.14",
15013 "libc",
15014 "linux-raw-sys 0.11.0",
15015 "windows-sys 0.61.2",
15016]
15017
15018[[package]]
15019name = "rustix-linux-procfs"
15020version = "0.1.1"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15023dependencies = [
15024 "once_cell",
15025 "rustix 1.1.2",
15026]
15027
15028[[package]]
15029name = "rustix-openpty"
15030version = "0.2.0"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15033dependencies = [
15034 "errno 0.3.14",
15035 "libc",
15036 "rustix 1.1.2",
15037]
15038
15039[[package]]
15040name = "rustls"
15041version = "0.21.12"
15042source = "registry+https://github.com/rust-lang/crates.io-index"
15043checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15044dependencies = [
15045 "log",
15046 "ring",
15047 "rustls-webpki 0.101.7",
15048 "sct",
15049]
15050
15051[[package]]
15052name = "rustls"
15053version = "0.23.33"
15054source = "registry+https://github.com/rust-lang/crates.io-index"
15055checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15056dependencies = [
15057 "aws-lc-rs",
15058 "log",
15059 "once_cell",
15060 "ring",
15061 "rustls-pki-types",
15062 "rustls-webpki 0.103.7",
15063 "subtle",
15064 "zeroize",
15065]
15066
15067[[package]]
15068name = "rustls-native-certs"
15069version = "0.6.3"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15072dependencies = [
15073 "openssl-probe",
15074 "rustls-pemfile 1.0.4",
15075 "schannel",
15076 "security-framework 2.11.1",
15077]
15078
15079[[package]]
15080name = "rustls-native-certs"
15081version = "0.8.2"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15084dependencies = [
15085 "openssl-probe",
15086 "rustls-pki-types",
15087 "schannel",
15088 "security-framework 3.5.1",
15089]
15090
15091[[package]]
15092name = "rustls-pemfile"
15093version = "1.0.4"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15096dependencies = [
15097 "base64 0.21.7",
15098]
15099
15100[[package]]
15101name = "rustls-pemfile"
15102version = "2.2.0"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15105dependencies = [
15106 "rustls-pki-types",
15107]
15108
15109[[package]]
15110name = "rustls-pki-types"
15111version = "1.12.0"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15114dependencies = [
15115 "web-time",
15116 "zeroize",
15117]
15118
15119[[package]]
15120name = "rustls-platform-verifier"
15121version = "0.5.3"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15124dependencies = [
15125 "core-foundation 0.10.0",
15126 "core-foundation-sys",
15127 "jni",
15128 "log",
15129 "once_cell",
15130 "rustls 0.23.33",
15131 "rustls-native-certs 0.8.2",
15132 "rustls-platform-verifier-android",
15133 "rustls-webpki 0.103.7",
15134 "security-framework 3.5.1",
15135 "security-framework-sys",
15136 "webpki-root-certs",
15137 "windows-sys 0.59.0",
15138]
15139
15140[[package]]
15141name = "rustls-platform-verifier-android"
15142version = "0.1.1"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15145
15146[[package]]
15147name = "rustls-webpki"
15148version = "0.101.7"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15151dependencies = [
15152 "ring",
15153 "untrusted 0.9.0",
15154]
15155
15156[[package]]
15157name = "rustls-webpki"
15158version = "0.103.7"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15161dependencies = [
15162 "aws-lc-rs",
15163 "ring",
15164 "rustls-pki-types",
15165 "untrusted 0.9.0",
15166]
15167
15168[[package]]
15169name = "rustversion"
15170version = "1.0.22"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15173
15174[[package]]
15175name = "rusty-fork"
15176version = "0.3.1"
15177source = "registry+https://github.com/rust-lang/crates.io-index"
15178checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15179dependencies = [
15180 "fnv",
15181 "quick-error 1.2.3",
15182 "tempfile",
15183 "wait-timeout",
15184]
15185
15186[[package]]
15187name = "rustybuzz"
15188version = "0.20.1"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15191dependencies = [
15192 "bitflags 2.10.0",
15193 "bytemuck",
15194 "core_maths",
15195 "log",
15196 "smallvec",
15197 "ttf-parser 0.25.1",
15198 "unicode-bidi-mirroring",
15199 "unicode-ccc",
15200 "unicode-properties",
15201 "unicode-script",
15202]
15203
15204[[package]]
15205name = "ryu"
15206version = "1.0.20"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15209
15210[[package]]
15211name = "saa"
15212version = "5.4.9"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15215
15216[[package]]
15217name = "safetensors"
15218version = "0.4.5"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15221dependencies = [
15222 "serde",
15223 "serde_json",
15224]
15225
15226[[package]]
15227name = "same-file"
15228version = "1.0.6"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15231dependencies = [
15232 "winapi-util",
15233]
15234
15235[[package]]
15236name = "scc"
15237version = "3.5.6"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15240dependencies = [
15241 "saa",
15242 "sdd",
15243]
15244
15245[[package]]
15246name = "schannel"
15247version = "0.1.28"
15248source = "registry+https://github.com/rust-lang/crates.io-index"
15249checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15250dependencies = [
15251 "windows-sys 0.61.2",
15252]
15253
15254[[package]]
15255name = "scheduler"
15256version = "0.1.0"
15257dependencies = [
15258 "async-task",
15259 "backtrace",
15260 "chrono",
15261 "flume",
15262 "futures 0.3.32",
15263 "parking_lot",
15264 "rand 0.9.2",
15265 "web-time",
15266]
15267
15268[[package]]
15269name = "schema_generator"
15270version = "0.1.0"
15271dependencies = [
15272 "anyhow",
15273 "clap",
15274 "env_logger 0.11.8",
15275 "schemars",
15276 "serde",
15277 "serde_json",
15278 "settings",
15279 "theme",
15280 "theme_settings",
15281]
15282
15283[[package]]
15284name = "schemars"
15285version = "1.0.4"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15288dependencies = [
15289 "dyn-clone",
15290 "indexmap",
15291 "ref-cast",
15292 "schemars_derive",
15293 "serde",
15294 "serde_json",
15295]
15296
15297[[package]]
15298name = "schemars_derive"
15299version = "1.0.4"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15302dependencies = [
15303 "proc-macro2",
15304 "quote",
15305 "serde_derive_internals",
15306 "syn 2.0.117",
15307]
15308
15309[[package]]
15310name = "scoped-tls"
15311version = "1.0.1"
15312source = "registry+https://github.com/rust-lang/crates.io-index"
15313checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15314
15315[[package]]
15316name = "scopeguard"
15317version = "1.2.0"
15318source = "registry+https://github.com/rust-lang/crates.io-index"
15319checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15320
15321[[package]]
15322name = "scratch"
15323version = "1.0.9"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15326
15327[[package]]
15328name = "screencapturekit"
15329version = "0.2.8"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15332dependencies = [
15333 "screencapturekit-sys",
15334]
15335
15336[[package]]
15337name = "screencapturekit-sys"
15338version = "0.2.8"
15339source = "registry+https://github.com/rust-lang/crates.io-index"
15340checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15341dependencies = [
15342 "block",
15343 "dispatch",
15344 "objc",
15345 "objc-foundation",
15346 "objc_id",
15347 "once_cell",
15348]
15349
15350[[package]]
15351name = "scroll"
15352version = "0.12.0"
15353source = "registry+https://github.com/rust-lang/crates.io-index"
15354checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15355dependencies = [
15356 "scroll_derive",
15357]
15358
15359[[package]]
15360name = "scroll_derive"
15361version = "0.12.1"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15364dependencies = [
15365 "proc-macro2",
15366 "quote",
15367 "syn 2.0.117",
15368]
15369
15370[[package]]
15371name = "sct"
15372version = "0.7.1"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15375dependencies = [
15376 "ring",
15377 "untrusted 0.9.0",
15378]
15379
15380[[package]]
15381name = "sdd"
15382version = "4.6.2"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15385
15386[[package]]
15387name = "sea-bae"
15388version = "0.2.1"
15389source = "registry+https://github.com/rust-lang/crates.io-index"
15390checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15391dependencies = [
15392 "heck 0.4.1",
15393 "proc-macro-error2",
15394 "proc-macro2",
15395 "quote",
15396 "syn 2.0.117",
15397]
15398
15399[[package]]
15400name = "sea-orm"
15401version = "1.1.10"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15404dependencies = [
15405 "async-stream",
15406 "async-trait",
15407 "bigdecimal",
15408 "chrono",
15409 "futures-util",
15410 "log",
15411 "ouroboros",
15412 "pgvector",
15413 "rust_decimal",
15414 "sea-orm-macros",
15415 "sea-query",
15416 "sea-query-binder",
15417 "serde",
15418 "serde_json",
15419 "sqlx",
15420 "strum 0.26.3",
15421 "thiserror 2.0.17",
15422 "time",
15423 "tracing",
15424 "url",
15425 "uuid",
15426]
15427
15428[[package]]
15429name = "sea-orm-macros"
15430version = "1.1.10"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15433dependencies = [
15434 "heck 0.4.1",
15435 "proc-macro2",
15436 "quote",
15437 "sea-bae",
15438 "syn 2.0.117",
15439 "unicode-ident",
15440]
15441
15442[[package]]
15443name = "sea-query"
15444version = "0.32.7"
15445source = "registry+https://github.com/rust-lang/crates.io-index"
15446checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15447dependencies = [
15448 "bigdecimal",
15449 "chrono",
15450 "inherent",
15451 "ordered-float 4.6.0",
15452 "rust_decimal",
15453 "serde_json",
15454 "time",
15455 "uuid",
15456]
15457
15458[[package]]
15459name = "sea-query-binder"
15460version = "0.7.0"
15461source = "registry+https://github.com/rust-lang/crates.io-index"
15462checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15463dependencies = [
15464 "bigdecimal",
15465 "chrono",
15466 "rust_decimal",
15467 "sea-query",
15468 "serde_json",
15469 "sqlx",
15470 "time",
15471 "uuid",
15472]
15473
15474[[package]]
15475name = "seahash"
15476version = "4.1.0"
15477source = "registry+https://github.com/rust-lang/crates.io-index"
15478checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15479
15480[[package]]
15481name = "search"
15482version = "0.1.0"
15483dependencies = [
15484 "any_vec",
15485 "anyhow",
15486 "bitflags 2.10.0",
15487 "collections",
15488 "editor",
15489 "fs",
15490 "futures 0.3.32",
15491 "gpui",
15492 "itertools 0.14.0",
15493 "language",
15494 "lsp",
15495 "menu",
15496 "multi_buffer",
15497 "pretty_assertions",
15498 "project",
15499 "serde",
15500 "serde_json",
15501 "settings",
15502 "smol",
15503 "theme",
15504 "theme_settings",
15505 "tracing",
15506 "ui",
15507 "unindent",
15508 "util",
15509 "util_macros",
15510 "workspace",
15511 "zed_actions",
15512 "ztracing",
15513]
15514
15515[[package]]
15516name = "sec1"
15517version = "0.3.0"
15518source = "registry+https://github.com/rust-lang/crates.io-index"
15519checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15520dependencies = [
15521 "base16ct",
15522 "der 0.6.1",
15523 "generic-array",
15524 "pkcs8 0.9.0",
15525 "subtle",
15526 "zeroize",
15527]
15528
15529[[package]]
15530name = "secrecy"
15531version = "0.10.3"
15532source = "registry+https://github.com/rust-lang/crates.io-index"
15533checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15534dependencies = [
15535 "zeroize",
15536]
15537
15538[[package]]
15539name = "security-framework"
15540version = "2.11.1"
15541source = "registry+https://github.com/rust-lang/crates.io-index"
15542checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15543dependencies = [
15544 "bitflags 2.10.0",
15545 "core-foundation 0.9.4",
15546 "core-foundation-sys",
15547 "libc",
15548 "security-framework-sys",
15549]
15550
15551[[package]]
15552name = "security-framework"
15553version = "3.5.1"
15554source = "registry+https://github.com/rust-lang/crates.io-index"
15555checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15556dependencies = [
15557 "bitflags 2.10.0",
15558 "core-foundation 0.10.0",
15559 "core-foundation-sys",
15560 "libc",
15561 "security-framework-sys",
15562]
15563
15564[[package]]
15565name = "security-framework-sys"
15566version = "2.15.0"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15569dependencies = [
15570 "core-foundation-sys",
15571 "libc",
15572]
15573
15574[[package]]
15575name = "self_cell"
15576version = "1.2.2"
15577source = "registry+https://github.com/rust-lang/crates.io-index"
15578checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15579
15580[[package]]
15581name = "semver"
15582version = "1.0.27"
15583source = "registry+https://github.com/rust-lang/crates.io-index"
15584checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15585dependencies = [
15586 "serde",
15587 "serde_core",
15588]
15589
15590[[package]]
15591name = "seq-macro"
15592version = "0.3.6"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15595
15596[[package]]
15597name = "serde"
15598version = "1.0.228"
15599source = "registry+https://github.com/rust-lang/crates.io-index"
15600checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15601dependencies = [
15602 "serde_core",
15603 "serde_derive",
15604]
15605
15606[[package]]
15607name = "serde_bytes"
15608version = "0.11.19"
15609source = "registry+https://github.com/rust-lang/crates.io-index"
15610checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15611dependencies = [
15612 "serde",
15613 "serde_core",
15614]
15615
15616[[package]]
15617name = "serde_core"
15618version = "1.0.228"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15621dependencies = [
15622 "serde_derive",
15623]
15624
15625[[package]]
15626name = "serde_derive"
15627version = "1.0.228"
15628source = "registry+https://github.com/rust-lang/crates.io-index"
15629checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15630dependencies = [
15631 "proc-macro2",
15632 "quote",
15633 "syn 2.0.117",
15634]
15635
15636[[package]]
15637name = "serde_derive_internals"
15638version = "0.29.1"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15641dependencies = [
15642 "proc-macro2",
15643 "quote",
15644 "syn 2.0.117",
15645]
15646
15647[[package]]
15648name = "serde_fmt"
15649version = "1.0.3"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15652dependencies = [
15653 "serde",
15654]
15655
15656[[package]]
15657name = "serde_json"
15658version = "1.0.145"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15661dependencies = [
15662 "indexmap",
15663 "itoa",
15664 "memchr",
15665 "ryu",
15666 "serde",
15667 "serde_core",
15668]
15669
15670[[package]]
15671name = "serde_json_lenient"
15672version = "0.2.4"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15675dependencies = [
15676 "indexmap",
15677 "itoa",
15678 "memchr",
15679 "ryu",
15680 "serde",
15681]
15682
15683[[package]]
15684name = "serde_path_to_error"
15685version = "0.1.20"
15686source = "registry+https://github.com/rust-lang/crates.io-index"
15687checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15688dependencies = [
15689 "itoa",
15690 "serde",
15691 "serde_core",
15692]
15693
15694[[package]]
15695name = "serde_repr"
15696version = "0.1.20"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15699dependencies = [
15700 "proc-macro2",
15701 "quote",
15702 "syn 2.0.117",
15703]
15704
15705[[package]]
15706name = "serde_spanned"
15707version = "0.6.9"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15710dependencies = [
15711 "serde",
15712]
15713
15714[[package]]
15715name = "serde_spanned"
15716version = "1.0.3"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15719dependencies = [
15720 "serde_core",
15721]
15722
15723[[package]]
15724name = "serde_urlencoded"
15725version = "0.7.1"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15728dependencies = [
15729 "form_urlencoded",
15730 "itoa",
15731 "ryu",
15732 "serde",
15733]
15734
15735[[package]]
15736name = "serde_yaml"
15737version = "0.9.34+deprecated"
15738source = "registry+https://github.com/rust-lang/crates.io-index"
15739checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15740dependencies = [
15741 "indexmap",
15742 "itoa",
15743 "ryu",
15744 "serde",
15745 "unsafe-libyaml",
15746]
15747
15748[[package]]
15749name = "serial2"
15750version = "0.2.33"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15753dependencies = [
15754 "cfg-if",
15755 "libc",
15756 "winapi",
15757]
15758
15759[[package]]
15760name = "session"
15761version = "0.1.0"
15762dependencies = [
15763 "db",
15764 "gpui",
15765 "serde_json",
15766 "util",
15767 "uuid",
15768]
15769
15770[[package]]
15771name = "settings"
15772version = "0.1.0"
15773dependencies = [
15774 "anyhow",
15775 "collections",
15776 "ec4rs",
15777 "fs",
15778 "futures 0.3.32",
15779 "gpui",
15780 "indoc",
15781 "inventory",
15782 "log",
15783 "migrator",
15784 "paths",
15785 "pretty_assertions",
15786 "release_channel",
15787 "rust-embed",
15788 "schemars",
15789 "serde",
15790 "serde_json",
15791 "serde_json_lenient",
15792 "settings_content",
15793 "settings_json",
15794 "settings_macros",
15795 "smallvec",
15796 "unindent",
15797 "util",
15798 "zlog",
15799]
15800
15801[[package]]
15802name = "settings_content"
15803version = "0.1.0"
15804dependencies = [
15805 "anyhow",
15806 "collections",
15807 "derive_more",
15808 "gpui",
15809 "language_model_core",
15810 "log",
15811 "schemars",
15812 "serde",
15813 "serde_json",
15814 "serde_json_lenient",
15815 "settings_json",
15816 "settings_macros",
15817 "strum 0.27.2",
15818 "util",
15819]
15820
15821[[package]]
15822name = "settings_json"
15823version = "0.1.0"
15824dependencies = [
15825 "anyhow",
15826 "pretty_assertions",
15827 "serde",
15828 "serde_json",
15829 "serde_json_lenient",
15830 "serde_path_to_error",
15831 "tree-sitter",
15832 "tree-sitter-json",
15833 "unindent",
15834 "util",
15835]
15836
15837[[package]]
15838name = "settings_macros"
15839version = "0.1.0"
15840dependencies = [
15841 "quote",
15842 "settings",
15843 "syn 2.0.117",
15844]
15845
15846[[package]]
15847name = "settings_profile_selector"
15848version = "0.1.0"
15849dependencies = [
15850 "editor",
15851 "fuzzy",
15852 "gpui",
15853 "menu",
15854 "picker",
15855 "project",
15856 "serde_json",
15857 "settings",
15858 "theme",
15859 "theme_settings",
15860 "ui",
15861 "workspace",
15862 "zed_actions",
15863]
15864
15865[[package]]
15866name = "settings_ui"
15867version = "0.1.0"
15868dependencies = [
15869 "agent",
15870 "agent_settings",
15871 "anyhow",
15872 "audio",
15873 "codestral",
15874 "component",
15875 "copilot",
15876 "copilot_ui",
15877 "cpal",
15878 "edit_prediction",
15879 "edit_prediction_ui",
15880 "editor",
15881 "fs",
15882 "futures 0.3.32",
15883 "fuzzy",
15884 "gpui",
15885 "heck 0.5.0",
15886 "itertools 0.14.0",
15887 "language",
15888 "log",
15889 "menu",
15890 "paths",
15891 "picker",
15892 "platform_title_bar",
15893 "pretty_assertions",
15894 "project",
15895 "regex",
15896 "release_channel",
15897 "rodio",
15898 "schemars",
15899 "search",
15900 "serde",
15901 "serde_json",
15902 "settings",
15903 "shell_command_parser",
15904 "strum 0.27.2",
15905 "telemetry",
15906 "theme",
15907 "theme_settings",
15908 "title_bar",
15909 "ui",
15910 "util",
15911 "workspace",
15912 "zed_actions",
15913 "zed_credentials_provider",
15914]
15915
15916[[package]]
15917name = "sha-1"
15918version = "0.10.1"
15919source = "registry+https://github.com/rust-lang/crates.io-index"
15920checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15921dependencies = [
15922 "cfg-if",
15923 "cpufeatures",
15924 "digest",
15925]
15926
15927[[package]]
15928name = "sha1"
15929version = "0.10.6"
15930source = "registry+https://github.com/rust-lang/crates.io-index"
15931checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15932dependencies = [
15933 "cfg-if",
15934 "cpufeatures",
15935 "digest",
15936]
15937
15938[[package]]
15939name = "sha1_smol"
15940version = "1.0.1"
15941source = "registry+https://github.com/rust-lang/crates.io-index"
15942checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15943
15944[[package]]
15945name = "sha2"
15946version = "0.10.9"
15947source = "registry+https://github.com/rust-lang/crates.io-index"
15948checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15949dependencies = [
15950 "cfg-if",
15951 "cpufeatures",
15952 "digest",
15953]
15954
15955[[package]]
15956name = "sharded-slab"
15957version = "0.1.7"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15960dependencies = [
15961 "lazy_static",
15962]
15963
15964[[package]]
15965name = "shared_library"
15966version = "0.1.9"
15967source = "registry+https://github.com/rust-lang/crates.io-index"
15968checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15969dependencies = [
15970 "lazy_static",
15971 "libc",
15972]
15973
15974[[package]]
15975name = "shell-words"
15976version = "1.1.0"
15977source = "registry+https://github.com/rust-lang/crates.io-index"
15978checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
15979
15980[[package]]
15981name = "shell_command_parser"
15982version = "0.1.0"
15983dependencies = [
15984 "brush-parser",
15985]
15986
15987[[package]]
15988name = "shellexpand"
15989version = "3.1.1"
15990source = "registry+https://github.com/rust-lang/crates.io-index"
15991checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
15992dependencies = [
15993 "dirs",
15994]
15995
15996[[package]]
15997name = "shingles"
15998version = "0.1.1"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16001
16002[[package]]
16003name = "shlex"
16004version = "1.3.0"
16005source = "registry+https://github.com/rust-lang/crates.io-index"
16006checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16007
16008[[package]]
16009name = "sidebar"
16010version = "0.1.0"
16011dependencies = [
16012 "acp_thread",
16013 "action_log",
16014 "agent",
16015 "agent-client-protocol",
16016 "agent_settings",
16017 "agent_ui",
16018 "anyhow",
16019 "chrono",
16020 "client",
16021 "clock",
16022 "db",
16023 "editor",
16024 "extension",
16025 "fs",
16026 "git",
16027 "gpui",
16028 "http_client",
16029 "language",
16030 "language_model",
16031 "log",
16032 "menu",
16033 "node_runtime",
16034 "platform_title_bar",
16035 "pretty_assertions",
16036 "project",
16037 "prompt_store",
16038 "recent_projects",
16039 "release_channel",
16040 "remote",
16041 "remote_connection",
16042 "remote_server",
16043 "semver",
16044 "serde",
16045 "serde_json",
16046 "settings",
16047 "smol",
16048 "theme",
16049 "theme_settings",
16050 "ui",
16051 "util",
16052 "vim_mode_setting",
16053 "workspace",
16054 "zed_actions",
16055]
16056
16057[[package]]
16058name = "signal-hook"
16059version = "0.3.18"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16062dependencies = [
16063 "libc",
16064 "signal-hook-registry",
16065]
16066
16067[[package]]
16068name = "signal-hook-registry"
16069version = "1.4.6"
16070source = "registry+https://github.com/rust-lang/crates.io-index"
16071checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16072dependencies = [
16073 "libc",
16074]
16075
16076[[package]]
16077name = "signature"
16078version = "1.6.4"
16079source = "registry+https://github.com/rust-lang/crates.io-index"
16080checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16081dependencies = [
16082 "digest",
16083 "rand_core 0.6.4",
16084]
16085
16086[[package]]
16087name = "signature"
16088version = "2.2.0"
16089source = "registry+https://github.com/rust-lang/crates.io-index"
16090checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16091dependencies = [
16092 "digest",
16093 "rand_core 0.6.4",
16094]
16095
16096[[package]]
16097name = "simd-adler32"
16098version = "0.3.7"
16099source = "registry+https://github.com/rust-lang/crates.io-index"
16100checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16101
16102[[package]]
16103name = "simd_helpers"
16104version = "0.1.0"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16107dependencies = [
16108 "quote",
16109]
16110
16111[[package]]
16112name = "simdutf8"
16113version = "0.1.5"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16116
16117[[package]]
16118name = "similar"
16119version = "2.7.0"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16122
16123[[package]]
16124name = "simple_asn1"
16125version = "0.6.3"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16128dependencies = [
16129 "num-bigint",
16130 "num-traits",
16131 "thiserror 2.0.17",
16132 "time",
16133]
16134
16135[[package]]
16136name = "simplecss"
16137version = "0.2.2"
16138source = "registry+https://github.com/rust-lang/crates.io-index"
16139checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16140dependencies = [
16141 "log",
16142]
16143
16144[[package]]
16145name = "simplelog"
16146version = "0.12.2"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16149dependencies = [
16150 "log",
16151 "termcolor",
16152 "time",
16153]
16154
16155[[package]]
16156name = "siphasher"
16157version = "0.3.11"
16158source = "registry+https://github.com/rust-lang/crates.io-index"
16159checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16160
16161[[package]]
16162name = "siphasher"
16163version = "1.0.1"
16164source = "registry+https://github.com/rust-lang/crates.io-index"
16165checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16166
16167[[package]]
16168name = "skrifa"
16169version = "0.37.0"
16170source = "registry+https://github.com/rust-lang/crates.io-index"
16171checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16172dependencies = [
16173 "bytemuck",
16174 "read-fonts 0.35.0",
16175]
16176
16177[[package]]
16178name = "skrifa"
16179version = "0.40.0"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16182dependencies = [
16183 "bytemuck",
16184 "read-fonts 0.37.0",
16185]
16186
16187[[package]]
16188name = "slab"
16189version = "0.4.11"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16192
16193[[package]]
16194name = "slotmap"
16195version = "1.0.7"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16198dependencies = [
16199 "version_check",
16200]
16201
16202[[package]]
16203name = "smallvec"
16204version = "1.15.1"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16207dependencies = [
16208 "serde",
16209]
16210
16211[[package]]
16212name = "smart-default"
16213version = "0.7.1"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16216dependencies = [
16217 "proc-macro2",
16218 "quote",
16219 "syn 2.0.117",
16220]
16221
16222[[package]]
16223name = "smol"
16224version = "2.0.2"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16227dependencies = [
16228 "async-channel 2.5.0",
16229 "async-executor",
16230 "async-fs",
16231 "async-io",
16232 "async-lock 3.4.2",
16233 "async-net",
16234 "async-process",
16235 "blocking",
16236 "futures-lite 2.6.1",
16237]
16238
16239[[package]]
16240name = "smol_str"
16241version = "0.3.5"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16244
16245[[package]]
16246name = "snafu"
16247version = "0.8.9"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16250dependencies = [
16251 "snafu-derive",
16252]
16253
16254[[package]]
16255name = "snafu-derive"
16256version = "0.8.9"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16259dependencies = [
16260 "heck 0.5.0",
16261 "proc-macro2",
16262 "quote",
16263 "syn 2.0.117",
16264]
16265
16266[[package]]
16267name = "snippet"
16268version = "0.1.0"
16269dependencies = [
16270 "anyhow",
16271 "smallvec",
16272]
16273
16274[[package]]
16275name = "snippet_provider"
16276version = "0.1.0"
16277dependencies = [
16278 "anyhow",
16279 "collections",
16280 "extension",
16281 "fs",
16282 "futures 0.3.32",
16283 "gpui",
16284 "indoc",
16285 "parking_lot",
16286 "paths",
16287 "schemars",
16288 "serde",
16289 "serde_json",
16290 "serde_json_lenient",
16291 "snippet",
16292 "util",
16293]
16294
16295[[package]]
16296name = "snippets_ui"
16297version = "0.1.0"
16298dependencies = [
16299 "file_icons",
16300 "fuzzy",
16301 "gpui",
16302 "language",
16303 "open_path_prompt",
16304 "paths",
16305 "picker",
16306 "settings",
16307 "ui",
16308 "util",
16309 "workspace",
16310]
16311
16312[[package]]
16313name = "socket2"
16314version = "0.5.10"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16317dependencies = [
16318 "libc",
16319 "windows-sys 0.52.0",
16320]
16321
16322[[package]]
16323name = "socket2"
16324version = "0.6.1"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16327dependencies = [
16328 "libc",
16329 "windows-sys 0.60.2",
16330]
16331
16332[[package]]
16333name = "spdx"
16334version = "0.10.9"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16337dependencies = [
16338 "smallvec",
16339]
16340
16341[[package]]
16342name = "spin"
16343version = "0.9.8"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16346dependencies = [
16347 "lock_api",
16348]
16349
16350[[package]]
16351name = "spin"
16352version = "0.10.0"
16353source = "registry+https://github.com/rust-lang/crates.io-index"
16354checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16355dependencies = [
16356 "lock_api",
16357]
16358
16359[[package]]
16360name = "spirv"
16361version = "0.4.0+sdk-1.4.341.0"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16364dependencies = [
16365 "bitflags 2.10.0",
16366]
16367
16368[[package]]
16369name = "spki"
16370version = "0.6.0"
16371source = "registry+https://github.com/rust-lang/crates.io-index"
16372checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16373dependencies = [
16374 "base64ct",
16375 "der 0.6.1",
16376]
16377
16378[[package]]
16379name = "spki"
16380version = "0.7.3"
16381source = "registry+https://github.com/rust-lang/crates.io-index"
16382checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16383dependencies = [
16384 "base64ct",
16385 "der 0.7.10",
16386]
16387
16388[[package]]
16389name = "sqlez"
16390version = "0.1.0"
16391dependencies = [
16392 "anyhow",
16393 "collections",
16394 "futures 0.3.32",
16395 "indoc",
16396 "libsqlite3-sys",
16397 "log",
16398 "parking_lot",
16399 "smol",
16400 "sqlformat",
16401 "thread_local",
16402 "util",
16403 "uuid",
16404]
16405
16406[[package]]
16407name = "sqlez_macros"
16408version = "0.1.0"
16409dependencies = [
16410 "sqlez",
16411 "sqlformat",
16412 "syn 2.0.117",
16413]
16414
16415[[package]]
16416name = "sqlformat"
16417version = "0.2.6"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16420dependencies = [
16421 "nom 7.1.3",
16422 "unicode_categories",
16423]
16424
16425[[package]]
16426name = "sqlx"
16427version = "0.8.6"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16430dependencies = [
16431 "sqlx-core",
16432 "sqlx-macros",
16433 "sqlx-mysql",
16434 "sqlx-postgres",
16435 "sqlx-sqlite",
16436]
16437
16438[[package]]
16439name = "sqlx-core"
16440version = "0.8.6"
16441source = "registry+https://github.com/rust-lang/crates.io-index"
16442checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16443dependencies = [
16444 "base64 0.22.1",
16445 "bigdecimal",
16446 "bytes 1.11.1",
16447 "chrono",
16448 "crc",
16449 "crossbeam-queue",
16450 "either",
16451 "event-listener 5.4.1",
16452 "futures-core",
16453 "futures-intrusive",
16454 "futures-io",
16455 "futures-util",
16456 "hashbrown 0.15.5",
16457 "hashlink 0.10.0",
16458 "indexmap",
16459 "log",
16460 "memchr",
16461 "once_cell",
16462 "percent-encoding",
16463 "rust_decimal",
16464 "rustls 0.23.33",
16465 "serde",
16466 "serde_json",
16467 "sha2",
16468 "smallvec",
16469 "thiserror 2.0.17",
16470 "time",
16471 "tokio",
16472 "tokio-stream",
16473 "tracing",
16474 "url",
16475 "uuid",
16476 "webpki-roots",
16477]
16478
16479[[package]]
16480name = "sqlx-macros"
16481version = "0.8.6"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16484dependencies = [
16485 "proc-macro2",
16486 "quote",
16487 "sqlx-core",
16488 "sqlx-macros-core",
16489 "syn 2.0.117",
16490]
16491
16492[[package]]
16493name = "sqlx-macros-core"
16494version = "0.8.6"
16495source = "registry+https://github.com/rust-lang/crates.io-index"
16496checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16497dependencies = [
16498 "dotenvy",
16499 "either",
16500 "heck 0.5.0",
16501 "hex",
16502 "once_cell",
16503 "proc-macro2",
16504 "quote",
16505 "serde",
16506 "serde_json",
16507 "sha2",
16508 "sqlx-core",
16509 "sqlx-mysql",
16510 "sqlx-postgres",
16511 "sqlx-sqlite",
16512 "syn 2.0.117",
16513 "tokio",
16514 "url",
16515]
16516
16517[[package]]
16518name = "sqlx-mysql"
16519version = "0.8.6"
16520source = "registry+https://github.com/rust-lang/crates.io-index"
16521checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16522dependencies = [
16523 "atoi",
16524 "base64 0.22.1",
16525 "bigdecimal",
16526 "bitflags 2.10.0",
16527 "byteorder",
16528 "bytes 1.11.1",
16529 "chrono",
16530 "crc",
16531 "digest",
16532 "dotenvy",
16533 "either",
16534 "futures-channel",
16535 "futures-core",
16536 "futures-io",
16537 "futures-util",
16538 "generic-array",
16539 "hex",
16540 "hkdf",
16541 "hmac",
16542 "itoa",
16543 "log",
16544 "md-5",
16545 "memchr",
16546 "once_cell",
16547 "percent-encoding",
16548 "rand 0.8.5",
16549 "rsa",
16550 "rust_decimal",
16551 "serde",
16552 "sha1",
16553 "sha2",
16554 "smallvec",
16555 "sqlx-core",
16556 "stringprep",
16557 "thiserror 2.0.17",
16558 "time",
16559 "tracing",
16560 "uuid",
16561 "whoami",
16562]
16563
16564[[package]]
16565name = "sqlx-postgres"
16566version = "0.8.6"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16569dependencies = [
16570 "atoi",
16571 "base64 0.22.1",
16572 "bigdecimal",
16573 "bitflags 2.10.0",
16574 "byteorder",
16575 "chrono",
16576 "crc",
16577 "dotenvy",
16578 "etcetera",
16579 "futures-channel",
16580 "futures-core",
16581 "futures-util",
16582 "hex",
16583 "hkdf",
16584 "hmac",
16585 "home",
16586 "itoa",
16587 "log",
16588 "md-5",
16589 "memchr",
16590 "num-bigint",
16591 "once_cell",
16592 "rand 0.8.5",
16593 "rust_decimal",
16594 "serde",
16595 "serde_json",
16596 "sha2",
16597 "smallvec",
16598 "sqlx-core",
16599 "stringprep",
16600 "thiserror 2.0.17",
16601 "time",
16602 "tracing",
16603 "uuid",
16604 "whoami",
16605]
16606
16607[[package]]
16608name = "sqlx-sqlite"
16609version = "0.8.6"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16612dependencies = [
16613 "atoi",
16614 "chrono",
16615 "flume",
16616 "futures-channel",
16617 "futures-core",
16618 "futures-executor",
16619 "futures-intrusive",
16620 "futures-util",
16621 "libsqlite3-sys",
16622 "log",
16623 "percent-encoding",
16624 "serde",
16625 "serde_urlencoded",
16626 "sqlx-core",
16627 "thiserror 2.0.17",
16628 "time",
16629 "tracing",
16630 "url",
16631 "uuid",
16632]
16633
16634[[package]]
16635name = "stable_deref_trait"
16636version = "1.2.1"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16639
16640[[package]]
16641name = "stacker"
16642version = "0.1.23"
16643source = "registry+https://github.com/rust-lang/crates.io-index"
16644checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16645dependencies = [
16646 "cc",
16647 "cfg-if",
16648 "libc",
16649 "psm",
16650 "windows-sys 0.59.0",
16651]
16652
16653[[package]]
16654name = "stacksafe"
16655version = "0.1.4"
16656source = "registry+https://github.com/rust-lang/crates.io-index"
16657checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16658dependencies = [
16659 "stacker",
16660 "stacksafe-macro",
16661]
16662
16663[[package]]
16664name = "stacksafe-macro"
16665version = "0.1.4"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16668dependencies = [
16669 "proc-macro-error2",
16670 "quote",
16671 "syn 2.0.117",
16672]
16673
16674[[package]]
16675name = "static_assertions"
16676version = "1.1.0"
16677source = "registry+https://github.com/rust-lang/crates.io-index"
16678checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16679
16680[[package]]
16681name = "streaming-iterator"
16682version = "0.1.9"
16683source = "registry+https://github.com/rust-lang/crates.io-index"
16684checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16685
16686[[package]]
16687name = "streaming_diff"
16688version = "0.1.0"
16689dependencies = [
16690 "ordered-float 2.10.1",
16691 "rand 0.9.2",
16692 "rope",
16693 "util",
16694]
16695
16696[[package]]
16697name = "strength_reduce"
16698version = "0.2.4"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16701
16702[[package]]
16703name = "strict-num"
16704version = "0.1.1"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16707dependencies = [
16708 "float-cmp",
16709]
16710
16711[[package]]
16712name = "string_cache"
16713version = "0.8.9"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16716dependencies = [
16717 "new_debug_unreachable",
16718 "parking_lot",
16719 "phf_shared 0.11.3",
16720 "precomputed-hash",
16721 "serde",
16722]
16723
16724[[package]]
16725name = "string_cache_codegen"
16726version = "0.5.4"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16729dependencies = [
16730 "phf_generator 0.11.3",
16731 "phf_shared 0.11.3",
16732 "proc-macro2",
16733 "quote",
16734]
16735
16736[[package]]
16737name = "stringprep"
16738version = "0.1.5"
16739source = "registry+https://github.com/rust-lang/crates.io-index"
16740checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16741dependencies = [
16742 "unicode-bidi",
16743 "unicode-normalization",
16744 "unicode-properties",
16745]
16746
16747[[package]]
16748name = "strsim"
16749version = "0.11.1"
16750source = "registry+https://github.com/rust-lang/crates.io-index"
16751checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16752
16753[[package]]
16754name = "strum"
16755version = "0.26.3"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16758
16759[[package]]
16760name = "strum"
16761version = "0.27.2"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16764dependencies = [
16765 "strum_macros 0.27.2",
16766]
16767
16768[[package]]
16769name = "strum"
16770version = "0.28.0"
16771source = "registry+https://github.com/rust-lang/crates.io-index"
16772checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16773dependencies = [
16774 "strum_macros 0.28.0",
16775]
16776
16777[[package]]
16778name = "strum_macros"
16779version = "0.27.2"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16782dependencies = [
16783 "heck 0.5.0",
16784 "proc-macro2",
16785 "quote",
16786 "syn 2.0.117",
16787]
16788
16789[[package]]
16790name = "strum_macros"
16791version = "0.28.0"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16794dependencies = [
16795 "heck 0.5.0",
16796 "proc-macro2",
16797 "quote",
16798 "syn 2.0.117",
16799]
16800
16801[[package]]
16802name = "subtle"
16803version = "2.6.1"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16806
16807[[package]]
16808name = "sum_tree"
16809version = "0.1.0"
16810dependencies = [
16811 "ctor",
16812 "heapless",
16813 "log",
16814 "proptest",
16815 "rand 0.9.2",
16816 "rayon",
16817 "tracing",
16818 "zlog",
16819 "ztracing",
16820]
16821
16822[[package]]
16823name = "sval"
16824version = "2.15.0"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16827
16828[[package]]
16829name = "sval_buffer"
16830version = "2.15.0"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16833dependencies = [
16834 "sval",
16835 "sval_ref",
16836]
16837
16838[[package]]
16839name = "sval_dynamic"
16840version = "2.15.0"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16843dependencies = [
16844 "sval",
16845]
16846
16847[[package]]
16848name = "sval_fmt"
16849version = "2.15.0"
16850source = "registry+https://github.com/rust-lang/crates.io-index"
16851checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16852dependencies = [
16853 "itoa",
16854 "ryu",
16855 "sval",
16856]
16857
16858[[package]]
16859name = "sval_json"
16860version = "2.15.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16863dependencies = [
16864 "itoa",
16865 "ryu",
16866 "sval",
16867]
16868
16869[[package]]
16870name = "sval_nested"
16871version = "2.15.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16874dependencies = [
16875 "sval",
16876 "sval_buffer",
16877 "sval_ref",
16878]
16879
16880[[package]]
16881name = "sval_ref"
16882version = "2.15.0"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16885dependencies = [
16886 "sval",
16887]
16888
16889[[package]]
16890name = "sval_serde"
16891version = "2.15.0"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16894dependencies = [
16895 "serde_core",
16896 "sval",
16897 "sval_nested",
16898]
16899
16900[[package]]
16901name = "svg_fmt"
16902version = "0.4.5"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16905
16906[[package]]
16907name = "svg_preview"
16908version = "0.1.0"
16909dependencies = [
16910 "file_icons",
16911 "gpui",
16912 "language",
16913 "multi_buffer",
16914 "ui",
16915 "workspace",
16916 "zed_actions",
16917]
16918
16919[[package]]
16920name = "svgtypes"
16921version = "0.15.3"
16922source = "registry+https://github.com/rust-lang/crates.io-index"
16923checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16924dependencies = [
16925 "kurbo",
16926 "siphasher 1.0.1",
16927]
16928
16929[[package]]
16930name = "swash"
16931version = "0.2.6"
16932source = "registry+https://github.com/rust-lang/crates.io-index"
16933checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16934dependencies = [
16935 "skrifa 0.37.0",
16936 "yazi",
16937 "zeno",
16938]
16939
16940[[package]]
16941name = "symphonia"
16942version = "0.5.5"
16943source = "registry+https://github.com/rust-lang/crates.io-index"
16944checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16945dependencies = [
16946 "lazy_static",
16947 "symphonia-bundle-flac",
16948 "symphonia-bundle-mp3",
16949 "symphonia-codec-aac",
16950 "symphonia-codec-pcm",
16951 "symphonia-codec-vorbis",
16952 "symphonia-core",
16953 "symphonia-format-isomp4",
16954 "symphonia-format-ogg",
16955 "symphonia-format-riff",
16956 "symphonia-metadata",
16957]
16958
16959[[package]]
16960name = "symphonia-bundle-flac"
16961version = "0.5.5"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16964dependencies = [
16965 "log",
16966 "symphonia-core",
16967 "symphonia-metadata",
16968 "symphonia-utils-xiph",
16969]
16970
16971[[package]]
16972name = "symphonia-bundle-mp3"
16973version = "0.5.5"
16974source = "registry+https://github.com/rust-lang/crates.io-index"
16975checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16976dependencies = [
16977 "lazy_static",
16978 "log",
16979 "symphonia-core",
16980 "symphonia-metadata",
16981]
16982
16983[[package]]
16984name = "symphonia-codec-aac"
16985version = "0.5.5"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
16988dependencies = [
16989 "lazy_static",
16990 "log",
16991 "symphonia-core",
16992]
16993
16994[[package]]
16995name = "symphonia-codec-pcm"
16996version = "0.5.5"
16997source = "registry+https://github.com/rust-lang/crates.io-index"
16998checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
16999dependencies = [
17000 "log",
17001 "symphonia-core",
17002]
17003
17004[[package]]
17005name = "symphonia-codec-vorbis"
17006version = "0.5.5"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17009dependencies = [
17010 "log",
17011 "symphonia-core",
17012 "symphonia-utils-xiph",
17013]
17014
17015[[package]]
17016name = "symphonia-core"
17017version = "0.5.5"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17020dependencies = [
17021 "arrayvec",
17022 "bitflags 1.3.2",
17023 "bytemuck",
17024 "lazy_static",
17025 "log",
17026]
17027
17028[[package]]
17029name = "symphonia-format-isomp4"
17030version = "0.5.5"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17033dependencies = [
17034 "encoding_rs",
17035 "log",
17036 "symphonia-core",
17037 "symphonia-metadata",
17038 "symphonia-utils-xiph",
17039]
17040
17041[[package]]
17042name = "symphonia-format-ogg"
17043version = "0.5.5"
17044source = "registry+https://github.com/rust-lang/crates.io-index"
17045checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17046dependencies = [
17047 "log",
17048 "symphonia-core",
17049 "symphonia-metadata",
17050 "symphonia-utils-xiph",
17051]
17052
17053[[package]]
17054name = "symphonia-format-riff"
17055version = "0.5.5"
17056source = "registry+https://github.com/rust-lang/crates.io-index"
17057checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17058dependencies = [
17059 "extended",
17060 "log",
17061 "symphonia-core",
17062 "symphonia-metadata",
17063]
17064
17065[[package]]
17066name = "symphonia-metadata"
17067version = "0.5.5"
17068source = "registry+https://github.com/rust-lang/crates.io-index"
17069checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17070dependencies = [
17071 "encoding_rs",
17072 "lazy_static",
17073 "log",
17074 "symphonia-core",
17075]
17076
17077[[package]]
17078name = "symphonia-utils-xiph"
17079version = "0.5.5"
17080source = "registry+https://github.com/rust-lang/crates.io-index"
17081checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17082dependencies = [
17083 "symphonia-core",
17084 "symphonia-metadata",
17085]
17086
17087[[package]]
17088name = "syn"
17089version = "1.0.109"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17092dependencies = [
17093 "proc-macro2",
17094 "quote",
17095 "unicode-ident",
17096]
17097
17098[[package]]
17099name = "syn"
17100version = "2.0.117"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17103dependencies = [
17104 "proc-macro2",
17105 "quote",
17106 "unicode-ident",
17107]
17108
17109[[package]]
17110name = "sync_wrapper"
17111version = "0.1.2"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17114
17115[[package]]
17116name = "sync_wrapper"
17117version = "1.0.2"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17120dependencies = [
17121 "futures-core",
17122]
17123
17124[[package]]
17125name = "synchronoise"
17126version = "1.0.1"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17129dependencies = [
17130 "crossbeam-queue",
17131]
17132
17133[[package]]
17134name = "synstructure"
17135version = "0.13.2"
17136source = "registry+https://github.com/rust-lang/crates.io-index"
17137checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17138dependencies = [
17139 "proc-macro2",
17140 "quote",
17141 "syn 2.0.117",
17142]
17143
17144[[package]]
17145name = "syntax_theme"
17146version = "0.1.0"
17147dependencies = [
17148 "gpui",
17149 "serde",
17150 "serde_json",
17151]
17152
17153[[package]]
17154name = "sys-locale"
17155version = "0.3.2"
17156source = "registry+https://github.com/rust-lang/crates.io-index"
17157checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17158dependencies = [
17159 "libc",
17160]
17161
17162[[package]]
17163name = "sysctl"
17164version = "0.5.5"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17167dependencies = [
17168 "bitflags 2.10.0",
17169 "byteorder",
17170 "enum-as-inner",
17171 "libc",
17172 "thiserror 1.0.69",
17173 "walkdir",
17174]
17175
17176[[package]]
17177name = "sysctl"
17178version = "0.6.0"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17181dependencies = [
17182 "bitflags 2.10.0",
17183 "byteorder",
17184 "enum-as-inner",
17185 "libc",
17186 "thiserror 1.0.69",
17187 "walkdir",
17188]
17189
17190[[package]]
17191name = "sysinfo"
17192version = "0.31.4"
17193source = "registry+https://github.com/rust-lang/crates.io-index"
17194checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17195dependencies = [
17196 "core-foundation-sys",
17197 "libc",
17198 "memchr",
17199 "ntapi",
17200 "rayon",
17201 "windows 0.57.0",
17202]
17203
17204[[package]]
17205name = "sysinfo"
17206version = "0.37.2"
17207source = "registry+https://github.com/rust-lang/crates.io-index"
17208checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17209dependencies = [
17210 "libc",
17211 "memchr",
17212 "ntapi",
17213 "objc2-core-foundation",
17214 "objc2-io-kit",
17215 "windows 0.61.3",
17216]
17217
17218[[package]]
17219name = "system-configuration"
17220version = "0.5.1"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17223dependencies = [
17224 "bitflags 1.3.2",
17225 "core-foundation 0.9.4",
17226 "system-configuration-sys 0.5.0",
17227]
17228
17229[[package]]
17230name = "system-configuration"
17231version = "0.6.1"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17234dependencies = [
17235 "bitflags 2.10.0",
17236 "core-foundation 0.9.4",
17237 "system-configuration-sys 0.6.0",
17238]
17239
17240[[package]]
17241name = "system-configuration-sys"
17242version = "0.5.0"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17245dependencies = [
17246 "core-foundation-sys",
17247 "libc",
17248]
17249
17250[[package]]
17251name = "system-configuration-sys"
17252version = "0.6.0"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17255dependencies = [
17256 "core-foundation-sys",
17257 "libc",
17258]
17259
17260[[package]]
17261name = "system-deps"
17262version = "6.2.2"
17263source = "registry+https://github.com/rust-lang/crates.io-index"
17264checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17265dependencies = [
17266 "cfg-expr 0.15.8",
17267 "heck 0.5.0",
17268 "pkg-config",
17269 "toml 0.8.23",
17270 "version-compare",
17271]
17272
17273[[package]]
17274name = "system-deps"
17275version = "7.0.7"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17278dependencies = [
17279 "cfg-expr 0.20.6",
17280 "heck 0.5.0",
17281 "pkg-config",
17282 "toml 0.9.8",
17283 "version-compare",
17284]
17285
17286[[package]]
17287name = "system-interface"
17288version = "0.27.3"
17289source = "registry+https://github.com/rust-lang/crates.io-index"
17290checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17291dependencies = [
17292 "bitflags 2.10.0",
17293 "cap-fs-ext",
17294 "cap-std",
17295 "fd-lock",
17296 "io-lifetimes",
17297 "rustix 0.38.44",
17298 "windows-sys 0.59.0",
17299 "winx",
17300]
17301
17302[[package]]
17303name = "system_specs"
17304version = "0.1.0"
17305dependencies = [
17306 "anyhow",
17307 "client",
17308 "gpui",
17309 "human_bytes",
17310 "pciid-parser",
17311 "release_channel",
17312 "semver",
17313 "serde",
17314 "sysinfo 0.37.2",
17315]
17316
17317[[package]]
17318name = "tab_switcher"
17319version = "0.1.0"
17320dependencies = [
17321 "collections",
17322 "ctor",
17323 "editor",
17324 "fuzzy",
17325 "gpui",
17326 "menu",
17327 "picker",
17328 "project",
17329 "schemars",
17330 "serde",
17331 "serde_json",
17332 "settings",
17333 "smol",
17334 "theme",
17335 "theme_settings",
17336 "ui",
17337 "util",
17338 "workspace",
17339 "zlog",
17340]
17341
17342[[package]]
17343name = "taffy"
17344version = "0.9.0"
17345source = "registry+https://github.com/rust-lang/crates.io-index"
17346checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17347dependencies = [
17348 "arrayvec",
17349 "grid",
17350 "serde",
17351 "slotmap",
17352]
17353
17354[[package]]
17355name = "tagptr"
17356version = "0.2.0"
17357source = "registry+https://github.com/rust-lang/crates.io-index"
17358checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17359
17360[[package]]
17361name = "take-until"
17362version = "0.2.0"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17365
17366[[package]]
17367name = "tao-core-video-sys"
17368version = "0.2.0"
17369source = "registry+https://github.com/rust-lang/crates.io-index"
17370checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17371dependencies = [
17372 "cfg-if",
17373 "core-foundation-sys",
17374 "libc",
17375 "objc",
17376]
17377
17378[[package]]
17379name = "tap"
17380version = "1.0.1"
17381source = "registry+https://github.com/rust-lang/crates.io-index"
17382checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17383
17384[[package]]
17385name = "target-lexicon"
17386version = "0.12.16"
17387source = "registry+https://github.com/rust-lang/crates.io-index"
17388checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17389
17390[[package]]
17391name = "target-lexicon"
17392version = "0.13.3"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17395
17396[[package]]
17397name = "task"
17398version = "0.1.0"
17399dependencies = [
17400 "anyhow",
17401 "collections",
17402 "futures 0.3.32",
17403 "gpui",
17404 "hex",
17405 "log",
17406 "parking_lot",
17407 "pretty_assertions",
17408 "proto",
17409 "schemars",
17410 "serde",
17411 "serde_json",
17412 "serde_json_lenient",
17413 "sha2",
17414 "shellexpand",
17415 "util",
17416 "zed_actions",
17417]
17418
17419[[package]]
17420name = "tasks_ui"
17421version = "0.1.0"
17422dependencies = [
17423 "anyhow",
17424 "collections",
17425 "editor",
17426 "file_icons",
17427 "fuzzy",
17428 "gpui",
17429 "itertools 0.14.0",
17430 "language",
17431 "menu",
17432 "picker",
17433 "project",
17434 "serde",
17435 "serde_json",
17436 "task",
17437 "tree-sitter-rust",
17438 "tree-sitter-typescript",
17439 "ui",
17440 "util",
17441 "workspace",
17442 "zed_actions",
17443]
17444
17445[[package]]
17446name = "telemetry"
17447version = "0.1.0"
17448dependencies = [
17449 "futures 0.3.32",
17450 "serde",
17451 "serde_json",
17452 "telemetry_events",
17453]
17454
17455[[package]]
17456name = "telemetry_events"
17457version = "0.1.0"
17458dependencies = [
17459 "semver",
17460 "serde",
17461 "serde_json",
17462]
17463
17464[[package]]
17465name = "tempfile"
17466version = "3.23.0"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17469dependencies = [
17470 "fastrand 2.3.0",
17471 "getrandom 0.3.4",
17472 "once_cell",
17473 "rustix 1.1.2",
17474 "windows-sys 0.61.2",
17475]
17476
17477[[package]]
17478name = "tendril"
17479version = "0.4.3"
17480source = "registry+https://github.com/rust-lang/crates.io-index"
17481checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17482dependencies = [
17483 "futf",
17484 "mac",
17485 "utf-8",
17486]
17487
17488[[package]]
17489name = "termcolor"
17490version = "1.4.1"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17493dependencies = [
17494 "winapi-util",
17495]
17496
17497[[package]]
17498name = "terminal"
17499version = "0.1.0"
17500dependencies = [
17501 "alacritty_terminal",
17502 "anyhow",
17503 "collections",
17504 "futures 0.3.32",
17505 "gpui",
17506 "itertools 0.14.0",
17507 "libc",
17508 "log",
17509 "parking_lot",
17510 "rand 0.9.2",
17511 "regex",
17512 "release_channel",
17513 "schemars",
17514 "serde",
17515 "settings",
17516 "smol",
17517 "sysinfo 0.37.2",
17518 "task",
17519 "theme",
17520 "theme_settings",
17521 "thiserror 2.0.17",
17522 "url",
17523 "urlencoding",
17524 "util",
17525 "util_macros",
17526 "windows 0.61.3",
17527]
17528
17529[[package]]
17530name = "terminal_size"
17531version = "0.4.3"
17532source = "registry+https://github.com/rust-lang/crates.io-index"
17533checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17534dependencies = [
17535 "rustix 1.1.2",
17536 "windows-sys 0.60.2",
17537]
17538
17539[[package]]
17540name = "terminal_view"
17541version = "0.1.0"
17542dependencies = [
17543 "anyhow",
17544 "async-recursion",
17545 "breadcrumbs",
17546 "collections",
17547 "db",
17548 "dirs",
17549 "editor",
17550 "futures 0.3.32",
17551 "gpui",
17552 "itertools 0.14.0",
17553 "language",
17554 "log",
17555 "menu",
17556 "pretty_assertions",
17557 "project",
17558 "regex",
17559 "schemars",
17560 "serde",
17561 "serde_json",
17562 "settings",
17563 "shellexpand",
17564 "task",
17565 "terminal",
17566 "theme",
17567 "theme_settings",
17568 "ui",
17569 "util",
17570 "workspace",
17571 "zed_actions",
17572]
17573
17574[[package]]
17575name = "text"
17576version = "0.1.0"
17577dependencies = [
17578 "anyhow",
17579 "clock",
17580 "collections",
17581 "ctor",
17582 "gpui",
17583 "log",
17584 "parking_lot",
17585 "postage",
17586 "rand 0.9.2",
17587 "regex",
17588 "rope",
17589 "smallvec",
17590 "sum_tree",
17591 "util",
17592 "zlog",
17593]
17594
17595[[package]]
17596name = "theme"
17597version = "0.1.0"
17598dependencies = [
17599 "anyhow",
17600 "collections",
17601 "gpui",
17602 "palette",
17603 "parking_lot",
17604 "refineable",
17605 "schemars",
17606 "serde",
17607 "serde_json",
17608 "serde_json_lenient",
17609 "strum 0.27.2",
17610 "syntax_theme",
17611 "thiserror 2.0.17",
17612 "uuid",
17613]
17614
17615[[package]]
17616name = "theme_extension"
17617version = "0.1.0"
17618dependencies = [
17619 "anyhow",
17620 "extension",
17621 "fs",
17622 "gpui",
17623 "theme",
17624 "theme_settings",
17625]
17626
17627[[package]]
17628name = "theme_importer"
17629version = "0.1.0"
17630dependencies = [
17631 "anyhow",
17632 "clap",
17633 "collections",
17634 "gpui",
17635 "indexmap",
17636 "log",
17637 "palette",
17638 "serde",
17639 "serde_json",
17640 "serde_json_lenient",
17641 "simplelog",
17642 "strum 0.27.2",
17643 "theme",
17644 "theme_settings",
17645 "vscode_theme",
17646]
17647
17648[[package]]
17649name = "theme_selector"
17650version = "0.1.0"
17651dependencies = [
17652 "editor",
17653 "fs",
17654 "fuzzy",
17655 "gpui",
17656 "log",
17657 "picker",
17658 "project",
17659 "serde",
17660 "serde_json",
17661 "settings",
17662 "telemetry",
17663 "theme",
17664 "theme_settings",
17665 "ui",
17666 "util",
17667 "workspace",
17668 "zed_actions",
17669]
17670
17671[[package]]
17672name = "theme_settings"
17673version = "0.1.0"
17674dependencies = [
17675 "anyhow",
17676 "collections",
17677 "gpui",
17678 "gpui_util",
17679 "log",
17680 "palette",
17681 "refineable",
17682 "schemars",
17683 "serde",
17684 "serde_json",
17685 "serde_json_lenient",
17686 "settings",
17687 "theme",
17688 "uuid",
17689]
17690
17691[[package]]
17692name = "thiserror"
17693version = "1.0.69"
17694source = "registry+https://github.com/rust-lang/crates.io-index"
17695checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17696dependencies = [
17697 "thiserror-impl 1.0.69",
17698]
17699
17700[[package]]
17701name = "thiserror"
17702version = "2.0.17"
17703source = "registry+https://github.com/rust-lang/crates.io-index"
17704checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17705dependencies = [
17706 "thiserror-impl 2.0.17",
17707]
17708
17709[[package]]
17710name = "thiserror-impl"
17711version = "1.0.69"
17712source = "registry+https://github.com/rust-lang/crates.io-index"
17713checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17714dependencies = [
17715 "proc-macro2",
17716 "quote",
17717 "syn 2.0.117",
17718]
17719
17720[[package]]
17721name = "thiserror-impl"
17722version = "2.0.17"
17723source = "registry+https://github.com/rust-lang/crates.io-index"
17724checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17725dependencies = [
17726 "proc-macro2",
17727 "quote",
17728 "syn 2.0.117",
17729]
17730
17731[[package]]
17732name = "thread_local"
17733version = "1.1.9"
17734source = "registry+https://github.com/rust-lang/crates.io-index"
17735checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17736dependencies = [
17737 "cfg-if",
17738]
17739
17740[[package]]
17741name = "tiff"
17742version = "0.10.3"
17743source = "registry+https://github.com/rust-lang/crates.io-index"
17744checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17745dependencies = [
17746 "fax",
17747 "flate2",
17748 "half",
17749 "quick-error 2.0.1",
17750 "weezl",
17751 "zune-jpeg",
17752]
17753
17754[[package]]
17755name = "tiktoken-rs"
17756version = "0.9.1"
17757source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17758dependencies = [
17759 "anyhow",
17760 "base64 0.22.1",
17761 "bstr",
17762 "fancy-regex 0.16.2",
17763 "lazy_static",
17764 "regex",
17765 "rustc-hash 1.1.0",
17766]
17767
17768[[package]]
17769name = "time"
17770version = "0.3.47"
17771source = "registry+https://github.com/rust-lang/crates.io-index"
17772checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17773dependencies = [
17774 "deranged",
17775 "itoa",
17776 "libc",
17777 "num-conv",
17778 "num_threads",
17779 "powerfmt",
17780 "serde_core",
17781 "time-core",
17782 "time-macros",
17783]
17784
17785[[package]]
17786name = "time-core"
17787version = "0.1.8"
17788source = "registry+https://github.com/rust-lang/crates.io-index"
17789checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17790
17791[[package]]
17792name = "time-macros"
17793version = "0.2.27"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17796dependencies = [
17797 "num-conv",
17798 "time-core",
17799]
17800
17801[[package]]
17802name = "time_format"
17803version = "0.1.0"
17804dependencies = [
17805 "core-foundation 0.10.0",
17806 "core-foundation-sys",
17807 "sys-locale",
17808 "time",
17809 "windows 0.61.3",
17810]
17811
17812[[package]]
17813name = "tiny-keccak"
17814version = "2.0.2"
17815source = "registry+https://github.com/rust-lang/crates.io-index"
17816checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17817dependencies = [
17818 "crunchy",
17819]
17820
17821[[package]]
17822name = "tiny-skia"
17823version = "0.11.4"
17824source = "registry+https://github.com/rust-lang/crates.io-index"
17825checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17826dependencies = [
17827 "arrayref",
17828 "arrayvec",
17829 "bytemuck",
17830 "cfg-if",
17831 "log",
17832 "png 0.17.16",
17833 "tiny-skia-path",
17834]
17835
17836[[package]]
17837name = "tiny-skia-path"
17838version = "0.11.4"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17841dependencies = [
17842 "arrayref",
17843 "bytemuck",
17844 "strict-num",
17845]
17846
17847[[package]]
17848name = "tiny_http"
17849version = "0.12.0"
17850source = "registry+https://github.com/rust-lang/crates.io-index"
17851checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17852dependencies = [
17853 "ascii",
17854 "chunked_transfer",
17855 "httpdate",
17856 "log",
17857]
17858
17859[[package]]
17860name = "tinystr"
17861version = "0.8.1"
17862source = "registry+https://github.com/rust-lang/crates.io-index"
17863checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17864dependencies = [
17865 "displaydoc",
17866 "zerovec",
17867]
17868
17869[[package]]
17870name = "tinytemplate"
17871version = "1.2.1"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17874dependencies = [
17875 "serde",
17876 "serde_json",
17877]
17878
17879[[package]]
17880name = "tinyvec"
17881version = "1.10.0"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17884dependencies = [
17885 "tinyvec_macros",
17886]
17887
17888[[package]]
17889name = "tinyvec_macros"
17890version = "0.1.1"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17893
17894[[package]]
17895name = "title_bar"
17896version = "0.1.0"
17897dependencies = [
17898 "anyhow",
17899 "auto_update",
17900 "call",
17901 "channel",
17902 "chrono",
17903 "client",
17904 "cloud_api_types",
17905 "db",
17906 "git_ui",
17907 "gpui",
17908 "icons",
17909 "livekit_client",
17910 "notifications",
17911 "platform_title_bar",
17912 "project",
17913 "recent_projects",
17914 "release_channel",
17915 "remote",
17916 "remote_connection",
17917 "rpc",
17918 "schemars",
17919 "semver",
17920 "serde",
17921 "settings",
17922 "smallvec",
17923 "telemetry",
17924 "theme",
17925 "ui",
17926 "util",
17927 "windows 0.61.3",
17928 "workspace",
17929 "zed_actions",
17930]
17931
17932[[package]]
17933name = "tokio"
17934version = "1.48.0"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17937dependencies = [
17938 "bytes 1.11.1",
17939 "libc",
17940 "mio 1.1.0",
17941 "parking_lot",
17942 "pin-project-lite",
17943 "signal-hook-registry",
17944 "socket2 0.6.1",
17945 "tokio-macros",
17946 "windows-sys 0.61.2",
17947]
17948
17949[[package]]
17950name = "tokio-io"
17951version = "0.1.13"
17952source = "registry+https://github.com/rust-lang/crates.io-index"
17953checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17954dependencies = [
17955 "bytes 0.4.12",
17956 "futures 0.1.31",
17957 "log",
17958]
17959
17960[[package]]
17961name = "tokio-macros"
17962version = "2.6.0"
17963source = "registry+https://github.com/rust-lang/crates.io-index"
17964checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17965dependencies = [
17966 "proc-macro2",
17967 "quote",
17968 "syn 2.0.117",
17969]
17970
17971[[package]]
17972name = "tokio-native-tls"
17973version = "0.3.1"
17974source = "registry+https://github.com/rust-lang/crates.io-index"
17975checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17976dependencies = [
17977 "native-tls",
17978 "tokio",
17979]
17980
17981[[package]]
17982name = "tokio-rustls"
17983version = "0.24.1"
17984source = "registry+https://github.com/rust-lang/crates.io-index"
17985checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
17986dependencies = [
17987 "rustls 0.21.12",
17988 "tokio",
17989]
17990
17991[[package]]
17992name = "tokio-rustls"
17993version = "0.26.2"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
17996dependencies = [
17997 "rustls 0.23.33",
17998 "tokio",
17999]
18000
18001[[package]]
18002name = "tokio-socks"
18003version = "0.5.2"
18004source = "registry+https://github.com/rust-lang/crates.io-index"
18005checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18006dependencies = [
18007 "either",
18008 "futures-io",
18009 "futures-util",
18010 "thiserror 1.0.69",
18011 "tokio",
18012]
18013
18014[[package]]
18015name = "tokio-stream"
18016version = "0.1.17"
18017source = "registry+https://github.com/rust-lang/crates.io-index"
18018checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18019dependencies = [
18020 "futures-core",
18021 "pin-project-lite",
18022 "tokio",
18023]
18024
18025[[package]]
18026name = "tokio-tungstenite"
18027version = "0.20.1"
18028source = "registry+https://github.com/rust-lang/crates.io-index"
18029checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18030dependencies = [
18031 "futures-util",
18032 "log",
18033 "tokio",
18034 "tungstenite 0.20.1",
18035]
18036
18037[[package]]
18038name = "tokio-tungstenite"
18039version = "0.21.0"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18042dependencies = [
18043 "futures-util",
18044 "log",
18045 "tokio",
18046 "tungstenite 0.21.0",
18047]
18048
18049[[package]]
18050name = "tokio-tungstenite"
18051version = "0.28.0"
18052source = "registry+https://github.com/rust-lang/crates.io-index"
18053checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18054dependencies = [
18055 "futures-util",
18056 "log",
18057 "rustls 0.23.33",
18058 "rustls-native-certs 0.8.2",
18059 "rustls-pki-types",
18060 "tokio",
18061 "tokio-rustls 0.26.2",
18062 "tungstenite 0.28.0",
18063]
18064
18065[[package]]
18066name = "tokio-util"
18067version = "0.7.16"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18070dependencies = [
18071 "bytes 1.11.1",
18072 "futures-core",
18073 "futures-io",
18074 "futures-sink",
18075 "pin-project-lite",
18076 "tokio",
18077]
18078
18079[[package]]
18080name = "toml"
18081version = "0.5.11"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18084dependencies = [
18085 "serde",
18086]
18087
18088[[package]]
18089name = "toml"
18090version = "0.8.23"
18091source = "registry+https://github.com/rust-lang/crates.io-index"
18092checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18093dependencies = [
18094 "serde",
18095 "serde_spanned 0.6.9",
18096 "toml_datetime 0.6.11",
18097 "toml_edit 0.22.27",
18098]
18099
18100[[package]]
18101name = "toml"
18102version = "0.9.8"
18103source = "registry+https://github.com/rust-lang/crates.io-index"
18104checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18105dependencies = [
18106 "indexmap",
18107 "serde_core",
18108 "serde_spanned 1.0.3",
18109 "toml_datetime 0.7.3",
18110 "toml_parser",
18111 "toml_writer",
18112 "winnow",
18113]
18114
18115[[package]]
18116name = "toml_datetime"
18117version = "0.6.11"
18118source = "registry+https://github.com/rust-lang/crates.io-index"
18119checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18120dependencies = [
18121 "serde",
18122]
18123
18124[[package]]
18125name = "toml_datetime"
18126version = "0.7.3"
18127source = "registry+https://github.com/rust-lang/crates.io-index"
18128checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18129dependencies = [
18130 "serde_core",
18131]
18132
18133[[package]]
18134name = "toml_edit"
18135version = "0.22.27"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18138dependencies = [
18139 "indexmap",
18140 "serde",
18141 "serde_spanned 0.6.9",
18142 "toml_datetime 0.6.11",
18143 "toml_write",
18144 "winnow",
18145]
18146
18147[[package]]
18148name = "toml_edit"
18149version = "0.23.7"
18150source = "registry+https://github.com/rust-lang/crates.io-index"
18151checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18152dependencies = [
18153 "indexmap",
18154 "toml_datetime 0.7.3",
18155 "toml_parser",
18156 "winnow",
18157]
18158
18159[[package]]
18160name = "toml_parser"
18161version = "1.0.4"
18162source = "registry+https://github.com/rust-lang/crates.io-index"
18163checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18164dependencies = [
18165 "winnow",
18166]
18167
18168[[package]]
18169name = "toml_write"
18170version = "0.1.2"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18173
18174[[package]]
18175name = "toml_writer"
18176version = "1.0.4"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18179
18180[[package]]
18181name = "toolchain_selector"
18182version = "0.1.0"
18183dependencies = [
18184 "anyhow",
18185 "convert_case 0.8.0",
18186 "editor",
18187 "futures 0.3.32",
18188 "fuzzy",
18189 "gpui",
18190 "language",
18191 "menu",
18192 "open_path_prompt",
18193 "picker",
18194 "project",
18195 "ui",
18196 "util",
18197 "workspace",
18198]
18199
18200[[package]]
18201name = "topological-sort"
18202version = "0.2.2"
18203source = "registry+https://github.com/rust-lang/crates.io-index"
18204checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18205
18206[[package]]
18207name = "tower"
18208version = "0.4.13"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18211dependencies = [
18212 "futures-core",
18213 "futures-util",
18214 "pin-project",
18215 "pin-project-lite",
18216 "tokio",
18217 "tower-layer",
18218 "tower-service",
18219 "tracing",
18220]
18221
18222[[package]]
18223name = "tower"
18224version = "0.5.2"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18227dependencies = [
18228 "futures-core",
18229 "futures-util",
18230 "pin-project-lite",
18231 "sync_wrapper 1.0.2",
18232 "tokio",
18233 "tokio-util",
18234 "tower-layer",
18235 "tower-service",
18236 "tracing",
18237]
18238
18239[[package]]
18240name = "tower-http"
18241version = "0.4.4"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18244dependencies = [
18245 "bitflags 2.10.0",
18246 "bytes 1.11.1",
18247 "futures-core",
18248 "futures-util",
18249 "http 0.2.12",
18250 "http-body 0.4.6",
18251 "http-range-header",
18252 "pin-project-lite",
18253 "tower-layer",
18254 "tower-service",
18255 "tracing",
18256]
18257
18258[[package]]
18259name = "tower-http"
18260version = "0.6.6"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18263dependencies = [
18264 "bitflags 2.10.0",
18265 "bytes 1.11.1",
18266 "futures-util",
18267 "http 1.3.1",
18268 "http-body 1.0.1",
18269 "iri-string",
18270 "pin-project-lite",
18271 "tower 0.5.2",
18272 "tower-layer",
18273 "tower-service",
18274 "tracing",
18275]
18276
18277[[package]]
18278name = "tower-layer"
18279version = "0.3.3"
18280source = "registry+https://github.com/rust-lang/crates.io-index"
18281checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18282
18283[[package]]
18284name = "tower-service"
18285version = "0.3.3"
18286source = "registry+https://github.com/rust-lang/crates.io-index"
18287checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18288
18289[[package]]
18290name = "tracing"
18291version = "0.1.43"
18292source = "registry+https://github.com/rust-lang/crates.io-index"
18293checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18294dependencies = [
18295 "log",
18296 "pin-project-lite",
18297 "tracing-attributes",
18298 "tracing-core",
18299]
18300
18301[[package]]
18302name = "tracing-attributes"
18303version = "0.1.31"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18306dependencies = [
18307 "proc-macro2",
18308 "quote",
18309 "syn 2.0.117",
18310]
18311
18312[[package]]
18313name = "tracing-core"
18314version = "0.1.35"
18315source = "registry+https://github.com/rust-lang/crates.io-index"
18316checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18317dependencies = [
18318 "once_cell",
18319 "valuable",
18320]
18321
18322[[package]]
18323name = "tracing-log"
18324version = "0.2.0"
18325source = "registry+https://github.com/rust-lang/crates.io-index"
18326checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18327dependencies = [
18328 "log",
18329 "once_cell",
18330 "tracing-core",
18331]
18332
18333[[package]]
18334name = "tracing-serde"
18335version = "0.2.0"
18336source = "registry+https://github.com/rust-lang/crates.io-index"
18337checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18338dependencies = [
18339 "serde",
18340 "tracing-core",
18341]
18342
18343[[package]]
18344name = "tracing-subscriber"
18345version = "0.3.22"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18348dependencies = [
18349 "matchers",
18350 "nu-ansi-term",
18351 "once_cell",
18352 "regex-automata",
18353 "serde",
18354 "serde_json",
18355 "sharded-slab",
18356 "smallvec",
18357 "thread_local",
18358 "tracing",
18359 "tracing-core",
18360 "tracing-log",
18361 "tracing-serde",
18362]
18363
18364[[package]]
18365name = "tracing-tracy"
18366version = "0.11.4"
18367source = "registry+https://github.com/rust-lang/crates.io-index"
18368checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18369dependencies = [
18370 "tracing-core",
18371 "tracing-subscriber",
18372 "tracy-client",
18373]
18374
18375[[package]]
18376name = "tracy-client"
18377version = "0.18.3"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18380dependencies = [
18381 "loom",
18382 "once_cell",
18383 "tracy-client-sys",
18384]
18385
18386[[package]]
18387name = "tracy-client-sys"
18388version = "0.27.0"
18389source = "registry+https://github.com/rust-lang/crates.io-index"
18390checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18391dependencies = [
18392 "cc",
18393 "windows-targets 0.52.6",
18394]
18395
18396[[package]]
18397name = "transpose"
18398version = "0.2.3"
18399source = "registry+https://github.com/rust-lang/crates.io-index"
18400checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18401dependencies = [
18402 "num-integer",
18403 "strength_reduce",
18404]
18405
18406[[package]]
18407name = "trash"
18408version = "5.2.5"
18409source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18410dependencies = [
18411 "chrono",
18412 "libc",
18413 "log",
18414 "objc2",
18415 "objc2-foundation",
18416 "once_cell",
18417 "percent-encoding",
18418 "scopeguard",
18419 "urlencoding",
18420 "windows 0.56.0",
18421 "windows-core 0.56.0",
18422]
18423
18424[[package]]
18425name = "tree-sitter"
18426version = "0.26.8"
18427source = "registry+https://github.com/rust-lang/crates.io-index"
18428checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18429dependencies = [
18430 "cc",
18431 "regex",
18432 "regex-syntax",
18433 "serde_json",
18434 "streaming-iterator",
18435 "tree-sitter-language",
18436 "wasmtime-c-api-impl",
18437]
18438
18439[[package]]
18440name = "tree-sitter-bash"
18441version = "0.25.1"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18444dependencies = [
18445 "cc",
18446 "tree-sitter-language",
18447]
18448
18449[[package]]
18450name = "tree-sitter-c"
18451version = "0.24.1"
18452source = "registry+https://github.com/rust-lang/crates.io-index"
18453checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18454dependencies = [
18455 "cc",
18456 "tree-sitter-language",
18457]
18458
18459[[package]]
18460name = "tree-sitter-cpp"
18461version = "0.23.4"
18462source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18463dependencies = [
18464 "cc",
18465 "tree-sitter-language",
18466]
18467
18468[[package]]
18469name = "tree-sitter-css"
18470version = "0.23.2"
18471source = "registry+https://github.com/rust-lang/crates.io-index"
18472checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18473dependencies = [
18474 "cc",
18475 "tree-sitter-language",
18476]
18477
18478[[package]]
18479name = "tree-sitter-diff"
18480version = "0.1.0"
18481source = "registry+https://github.com/rust-lang/crates.io-index"
18482checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18483dependencies = [
18484 "cc",
18485 "tree-sitter-language",
18486]
18487
18488[[package]]
18489name = "tree-sitter-elixir"
18490version = "0.3.4"
18491source = "registry+https://github.com/rust-lang/crates.io-index"
18492checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18493dependencies = [
18494 "cc",
18495 "tree-sitter-language",
18496]
18497
18498[[package]]
18499name = "tree-sitter-embedded-template"
18500version = "0.23.2"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18503dependencies = [
18504 "cc",
18505 "tree-sitter-language",
18506]
18507
18508[[package]]
18509name = "tree-sitter-gitcommit"
18510version = "0.0.1"
18511source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18512dependencies = [
18513 "cc",
18514 "tree-sitter-language",
18515]
18516
18517[[package]]
18518name = "tree-sitter-go"
18519version = "0.25.0"
18520source = "registry+https://github.com/rust-lang/crates.io-index"
18521checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18522dependencies = [
18523 "cc",
18524 "tree-sitter-language",
18525]
18526
18527[[package]]
18528name = "tree-sitter-gomod"
18529version = "1.1.1"
18530source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18531dependencies = [
18532 "cc",
18533 "tree-sitter-language",
18534]
18535
18536[[package]]
18537name = "tree-sitter-gowork"
18538version = "0.0.1"
18539source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18540dependencies = [
18541 "cc",
18542 "tree-sitter-language",
18543]
18544
18545[[package]]
18546name = "tree-sitter-heex"
18547version = "0.0.1"
18548source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18549dependencies = [
18550 "cc",
18551 "tree-sitter-language",
18552]
18553
18554[[package]]
18555name = "tree-sitter-html"
18556version = "0.23.2"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18559dependencies = [
18560 "cc",
18561 "tree-sitter-language",
18562]
18563
18564[[package]]
18565name = "tree-sitter-jsdoc"
18566version = "0.23.2"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18569dependencies = [
18570 "cc",
18571 "tree-sitter-language",
18572]
18573
18574[[package]]
18575name = "tree-sitter-json"
18576version = "0.24.8"
18577source = "registry+https://github.com/rust-lang/crates.io-index"
18578checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18579dependencies = [
18580 "cc",
18581 "tree-sitter-language",
18582]
18583
18584[[package]]
18585name = "tree-sitter-language"
18586version = "0.1.5"
18587source = "registry+https://github.com/rust-lang/crates.io-index"
18588checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18589
18590[[package]]
18591name = "tree-sitter-md"
18592version = "0.3.2"
18593source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18594dependencies = [
18595 "cc",
18596 "tree-sitter-language",
18597]
18598
18599[[package]]
18600name = "tree-sitter-python"
18601version = "0.25.0"
18602source = "registry+https://github.com/rust-lang/crates.io-index"
18603checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18604dependencies = [
18605 "cc",
18606 "tree-sitter-language",
18607]
18608
18609[[package]]
18610name = "tree-sitter-regex"
18611version = "0.24.3"
18612source = "registry+https://github.com/rust-lang/crates.io-index"
18613checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18614dependencies = [
18615 "cc",
18616 "tree-sitter-language",
18617]
18618
18619[[package]]
18620name = "tree-sitter-ruby"
18621version = "0.23.1"
18622source = "registry+https://github.com/rust-lang/crates.io-index"
18623checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18624dependencies = [
18625 "cc",
18626 "tree-sitter-language",
18627]
18628
18629[[package]]
18630name = "tree-sitter-rust"
18631version = "0.24.2"
18632source = "registry+https://github.com/rust-lang/crates.io-index"
18633checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18634dependencies = [
18635 "cc",
18636 "tree-sitter-language",
18637]
18638
18639[[package]]
18640name = "tree-sitter-typescript"
18641version = "0.23.2"
18642source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18643dependencies = [
18644 "cc",
18645 "tree-sitter-language",
18646]
18647
18648[[package]]
18649name = "tree-sitter-yaml"
18650version = "0.6.1"
18651source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18652dependencies = [
18653 "cc",
18654 "tree-sitter-language",
18655]
18656
18657[[package]]
18658name = "triomphe"
18659version = "0.1.15"
18660source = "registry+https://github.com/rust-lang/crates.io-index"
18661checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18662dependencies = [
18663 "serde",
18664 "stable_deref_trait",
18665]
18666
18667[[package]]
18668name = "try-lock"
18669version = "0.2.5"
18670source = "registry+https://github.com/rust-lang/crates.io-index"
18671checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18672
18673[[package]]
18674name = "ttf-parser"
18675version = "0.20.0"
18676source = "registry+https://github.com/rust-lang/crates.io-index"
18677checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18678
18679[[package]]
18680name = "ttf-parser"
18681version = "0.25.1"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18684dependencies = [
18685 "core_maths",
18686]
18687
18688[[package]]
18689name = "tungstenite"
18690version = "0.20.1"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18693dependencies = [
18694 "byteorder",
18695 "bytes 1.11.1",
18696 "data-encoding",
18697 "http 0.2.12",
18698 "httparse",
18699 "log",
18700 "rand 0.8.5",
18701 "sha1",
18702 "thiserror 1.0.69",
18703 "url",
18704 "utf-8",
18705]
18706
18707[[package]]
18708name = "tungstenite"
18709version = "0.21.0"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18712dependencies = [
18713 "byteorder",
18714 "bytes 1.11.1",
18715 "data-encoding",
18716 "http 1.3.1",
18717 "httparse",
18718 "log",
18719 "rand 0.8.5",
18720 "sha1",
18721 "thiserror 1.0.69",
18722 "url",
18723 "utf-8",
18724]
18725
18726[[package]]
18727name = "tungstenite"
18728version = "0.27.0"
18729source = "registry+https://github.com/rust-lang/crates.io-index"
18730checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18731dependencies = [
18732 "bytes 1.11.1",
18733 "data-encoding",
18734 "http 1.3.1",
18735 "httparse",
18736 "log",
18737 "rand 0.9.2",
18738 "rustls 0.23.33",
18739 "rustls-pki-types",
18740 "sha1",
18741 "thiserror 2.0.17",
18742 "utf-8",
18743]
18744
18745[[package]]
18746name = "tungstenite"
18747version = "0.28.0"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18750dependencies = [
18751 "bytes 1.11.1",
18752 "data-encoding",
18753 "http 1.3.1",
18754 "httparse",
18755 "log",
18756 "rand 0.9.2",
18757 "rustls 0.23.33",
18758 "rustls-pki-types",
18759 "sha1",
18760 "thiserror 2.0.17",
18761 "utf-8",
18762]
18763
18764[[package]]
18765name = "typeid"
18766version = "1.0.3"
18767source = "registry+https://github.com/rust-lang/crates.io-index"
18768checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18769
18770[[package]]
18771name = "typenum"
18772version = "1.19.0"
18773source = "registry+https://github.com/rust-lang/crates.io-index"
18774checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18775
18776[[package]]
18777name = "ucd-trie"
18778version = "0.1.7"
18779source = "registry+https://github.com/rust-lang/crates.io-index"
18780checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18781
18782[[package]]
18783name = "uds"
18784version = "0.4.2"
18785source = "registry+https://github.com/rust-lang/crates.io-index"
18786checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18787dependencies = [
18788 "libc",
18789]
18790
18791[[package]]
18792name = "uds_windows"
18793version = "1.1.0"
18794source = "registry+https://github.com/rust-lang/crates.io-index"
18795checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18796dependencies = [
18797 "memoffset",
18798 "tempfile",
18799 "winapi",
18800]
18801
18802[[package]]
18803name = "ug"
18804version = "0.4.0"
18805source = "registry+https://github.com/rust-lang/crates.io-index"
18806checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18807dependencies = [
18808 "gemm 0.18.2",
18809 "half",
18810 "libloading",
18811 "memmap2",
18812 "num",
18813 "num-traits",
18814 "num_cpus",
18815 "rayon",
18816 "safetensors",
18817 "serde",
18818 "thiserror 1.0.69",
18819 "tracing",
18820 "yoke 0.7.5",
18821]
18822
18823[[package]]
18824name = "ui"
18825version = "0.1.0"
18826dependencies = [
18827 "chrono",
18828 "component",
18829 "documented",
18830 "gpui",
18831 "gpui_macros",
18832 "gpui_util",
18833 "icons",
18834 "itertools 0.14.0",
18835 "menu",
18836 "schemars",
18837 "serde",
18838 "smallvec",
18839 "strum 0.27.2",
18840 "theme",
18841 "ui_macros",
18842 "windows 0.61.3",
18843]
18844
18845[[package]]
18846name = "ui_input"
18847version = "0.1.0"
18848dependencies = [
18849 "component",
18850 "gpui",
18851 "ui",
18852]
18853
18854[[package]]
18855name = "ui_macros"
18856version = "0.1.0"
18857dependencies = [
18858 "component",
18859 "quote",
18860 "syn 2.0.117",
18861 "ui",
18862]
18863
18864[[package]]
18865name = "ui_prompt"
18866version = "0.1.0"
18867dependencies = [
18868 "gpui",
18869 "markdown",
18870 "menu",
18871 "settings",
18872 "theme_settings",
18873 "ui",
18874 "workspace",
18875]
18876
18877[[package]]
18878name = "unarray"
18879version = "0.1.4"
18880source = "registry+https://github.com/rust-lang/crates.io-index"
18881checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18882
18883[[package]]
18884name = "unicase"
18885version = "2.8.1"
18886source = "registry+https://github.com/rust-lang/crates.io-index"
18887checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18888
18889[[package]]
18890name = "unicode-bidi"
18891version = "0.3.18"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18894
18895[[package]]
18896name = "unicode-bidi-mirroring"
18897version = "0.4.0"
18898source = "registry+https://github.com/rust-lang/crates.io-index"
18899checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18900
18901[[package]]
18902name = "unicode-ccc"
18903version = "0.4.0"
18904source = "registry+https://github.com/rust-lang/crates.io-index"
18905checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18906
18907[[package]]
18908name = "unicode-general-category"
18909version = "1.1.0"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18912
18913[[package]]
18914name = "unicode-ident"
18915version = "1.0.19"
18916source = "registry+https://github.com/rust-lang/crates.io-index"
18917checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18918
18919[[package]]
18920name = "unicode-linebreak"
18921version = "0.1.5"
18922source = "registry+https://github.com/rust-lang/crates.io-index"
18923checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18924
18925[[package]]
18926name = "unicode-normalization"
18927version = "0.1.24"
18928source = "registry+https://github.com/rust-lang/crates.io-index"
18929checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18930dependencies = [
18931 "tinyvec",
18932]
18933
18934[[package]]
18935name = "unicode-properties"
18936version = "0.1.3"
18937source = "registry+https://github.com/rust-lang/crates.io-index"
18938checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18939
18940[[package]]
18941name = "unicode-script"
18942version = "0.5.8"
18943source = "registry+https://github.com/rust-lang/crates.io-index"
18944checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18945
18946[[package]]
18947name = "unicode-segmentation"
18948version = "1.12.0"
18949source = "registry+https://github.com/rust-lang/crates.io-index"
18950checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18951
18952[[package]]
18953name = "unicode-vo"
18954version = "0.1.0"
18955source = "registry+https://github.com/rust-lang/crates.io-index"
18956checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18957
18958[[package]]
18959name = "unicode-width"
18960version = "0.2.2"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18963
18964[[package]]
18965name = "unicode-xid"
18966version = "0.2.6"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18969
18970[[package]]
18971name = "unicode_categories"
18972version = "0.1.1"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18975
18976[[package]]
18977name = "unindent"
18978version = "0.2.4"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
18981
18982[[package]]
18983name = "unsafe-libyaml"
18984version = "0.2.11"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
18987
18988[[package]]
18989name = "untrusted"
18990version = "0.7.1"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
18993
18994[[package]]
18995name = "untrusted"
18996version = "0.9.0"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
18999
19000[[package]]
19001name = "url"
19002version = "2.5.7"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19005dependencies = [
19006 "form_urlencoded",
19007 "idna",
19008 "percent-encoding",
19009 "serde",
19010]
19011
19012[[package]]
19013name = "urlencoding"
19014version = "2.1.3"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19017
19018[[package]]
19019name = "usvg"
19020version = "0.45.1"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19023dependencies = [
19024 "base64 0.22.1",
19025 "data-url",
19026 "flate2",
19027 "fontdb 0.23.0",
19028 "imagesize",
19029 "kurbo",
19030 "log",
19031 "pico-args",
19032 "roxmltree",
19033 "rustybuzz",
19034 "simplecss",
19035 "siphasher 1.0.1",
19036 "strict-num",
19037 "svgtypes",
19038 "tiny-skia-path",
19039 "unicode-bidi",
19040 "unicode-script",
19041 "unicode-vo",
19042 "xmlwriter",
19043]
19044
19045[[package]]
19046name = "utf-8"
19047version = "0.7.6"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19050
19051[[package]]
19052name = "utf8-chars"
19053version = "3.0.6"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19056dependencies = [
19057 "arrayvec",
19058]
19059
19060[[package]]
19061name = "utf8_iter"
19062version = "1.0.4"
19063source = "registry+https://github.com/rust-lang/crates.io-index"
19064checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19065
19066[[package]]
19067name = "utf8parse"
19068version = "0.2.2"
19069source = "registry+https://github.com/rust-lang/crates.io-index"
19070checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19071
19072[[package]]
19073name = "util"
19074version = "0.1.0"
19075dependencies = [
19076 "anyhow",
19077 "async-fs",
19078 "async_zip",
19079 "collections",
19080 "command-fds",
19081 "dirs",
19082 "dunce",
19083 "futures 0.3.32",
19084 "futures-lite 1.13.0",
19085 "git2",
19086 "globset",
19087 "gpui_util",
19088 "itertools 0.14.0",
19089 "libc",
19090 "log",
19091 "mach2 0.5.0",
19092 "nix 0.29.0",
19093 "percent-encoding",
19094 "pretty_assertions",
19095 "rand 0.9.2",
19096 "regex",
19097 "rust-embed",
19098 "schemars",
19099 "serde",
19100 "serde_json",
19101 "serde_json_lenient",
19102 "shlex",
19103 "smol",
19104 "take-until",
19105 "tempfile",
19106 "tendril",
19107 "unicase",
19108 "url",
19109 "util_macros",
19110 "walkdir",
19111 "which 6.0.3",
19112]
19113
19114[[package]]
19115name = "util_macros"
19116version = "0.1.0"
19117dependencies = [
19118 "perf",
19119 "quote",
19120 "syn 2.0.117",
19121]
19122
19123[[package]]
19124name = "uuid"
19125version = "1.18.1"
19126source = "registry+https://github.com/rust-lang/crates.io-index"
19127checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19128dependencies = [
19129 "getrandom 0.3.4",
19130 "js-sys",
19131 "serde",
19132 "sha1_smol",
19133 "wasm-bindgen",
19134]
19135
19136[[package]]
19137name = "uuid-simd"
19138version = "0.8.0"
19139source = "registry+https://github.com/rust-lang/crates.io-index"
19140checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19141dependencies = [
19142 "outref",
19143 "vsimd",
19144]
19145
19146[[package]]
19147name = "v_frame"
19148version = "0.3.9"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19151dependencies = [
19152 "aligned-vec",
19153 "num-traits",
19154 "wasm-bindgen",
19155]
19156
19157[[package]]
19158name = "valuable"
19159version = "0.1.1"
19160source = "registry+https://github.com/rust-lang/crates.io-index"
19161checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19162
19163[[package]]
19164name = "value-bag"
19165version = "1.12.0"
19166source = "registry+https://github.com/rust-lang/crates.io-index"
19167checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19168dependencies = [
19169 "value-bag-serde1",
19170 "value-bag-sval2",
19171]
19172
19173[[package]]
19174name = "value-bag-serde1"
19175version = "1.12.0"
19176source = "registry+https://github.com/rust-lang/crates.io-index"
19177checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19178dependencies = [
19179 "erased-serde",
19180 "serde_core",
19181 "serde_fmt",
19182]
19183
19184[[package]]
19185name = "value-bag-sval2"
19186version = "1.12.0"
19187source = "registry+https://github.com/rust-lang/crates.io-index"
19188checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19189dependencies = [
19190 "sval",
19191 "sval_buffer",
19192 "sval_dynamic",
19193 "sval_fmt",
19194 "sval_json",
19195 "sval_ref",
19196 "sval_serde",
19197]
19198
19199[[package]]
19200name = "vcpkg"
19201version = "0.2.15"
19202source = "registry+https://github.com/rust-lang/crates.io-index"
19203checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19204
19205[[package]]
19206name = "vercel"
19207version = "0.1.0"
19208dependencies = [
19209 "anyhow",
19210 "schemars",
19211 "serde",
19212 "strum 0.27.2",
19213]
19214
19215[[package]]
19216name = "version-compare"
19217version = "0.2.0"
19218source = "registry+https://github.com/rust-lang/crates.io-index"
19219checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19220
19221[[package]]
19222name = "version_check"
19223version = "0.9.5"
19224source = "registry+https://github.com/rust-lang/crates.io-index"
19225checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19226
19227[[package]]
19228name = "vim"
19229version = "0.1.0"
19230dependencies = [
19231 "anyhow",
19232 "async-compat",
19233 "async-trait",
19234 "collections",
19235 "command_palette",
19236 "command_palette_hooks",
19237 "db",
19238 "editor",
19239 "env_logger 0.11.8",
19240 "futures 0.3.32",
19241 "fuzzy",
19242 "git_ui",
19243 "gpui",
19244 "indoc",
19245 "itertools 0.14.0",
19246 "language",
19247 "log",
19248 "lsp",
19249 "markdown_preview",
19250 "menu",
19251 "multi_buffer",
19252 "nvim-rs",
19253 "outline_panel",
19254 "parking_lot",
19255 "perf",
19256 "picker",
19257 "project",
19258 "project_panel",
19259 "regex",
19260 "release_channel",
19261 "schemars",
19262 "search",
19263 "semver",
19264 "serde",
19265 "serde_json",
19266 "settings",
19267 "settings_ui",
19268 "task",
19269 "text",
19270 "theme",
19271 "theme_settings",
19272 "tokio",
19273 "ui",
19274 "util",
19275 "util_macros",
19276 "vim_mode_setting",
19277 "workspace",
19278 "zed_actions",
19279]
19280
19281[[package]]
19282name = "vim_mode_setting"
19283version = "0.1.0"
19284dependencies = [
19285 "gpui",
19286 "settings",
19287]
19288
19289[[package]]
19290name = "vscode_theme"
19291version = "0.2.0"
19292source = "registry+https://github.com/rust-lang/crates.io-index"
19293checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19294dependencies = [
19295 "serde",
19296]
19297
19298[[package]]
19299name = "vsimd"
19300version = "0.8.0"
19301source = "registry+https://github.com/rust-lang/crates.io-index"
19302checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19303
19304[[package]]
19305name = "vswhom"
19306version = "0.1.0"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19309dependencies = [
19310 "libc",
19311 "vswhom-sys",
19312]
19313
19314[[package]]
19315name = "vswhom-sys"
19316version = "0.1.3"
19317source = "registry+https://github.com/rust-lang/crates.io-index"
19318checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19319dependencies = [
19320 "cc",
19321 "libc",
19322]
19323
19324[[package]]
19325name = "vte"
19326version = "0.15.0"
19327source = "registry+https://github.com/rust-lang/crates.io-index"
19328checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19329dependencies = [
19330 "arrayvec",
19331 "bitflags 2.10.0",
19332 "cursor-icon",
19333 "log",
19334 "memchr",
19335 "serde",
19336]
19337
19338[[package]]
19339name = "wait-timeout"
19340version = "0.2.1"
19341source = "registry+https://github.com/rust-lang/crates.io-index"
19342checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19343dependencies = [
19344 "libc",
19345]
19346
19347[[package]]
19348name = "waker-fn"
19349version = "1.2.0"
19350source = "registry+https://github.com/rust-lang/crates.io-index"
19351checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19352
19353[[package]]
19354name = "walkdir"
19355version = "2.5.0"
19356source = "registry+https://github.com/rust-lang/crates.io-index"
19357checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19358dependencies = [
19359 "same-file",
19360 "winapi-util",
19361]
19362
19363[[package]]
19364name = "want"
19365version = "0.3.1"
19366source = "registry+https://github.com/rust-lang/crates.io-index"
19367checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19368dependencies = [
19369 "try-lock",
19370]
19371
19372[[package]]
19373name = "warp"
19374version = "0.3.7"
19375source = "registry+https://github.com/rust-lang/crates.io-index"
19376checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19377dependencies = [
19378 "bytes 1.11.1",
19379 "futures-channel",
19380 "futures-util",
19381 "headers",
19382 "http 0.2.12",
19383 "hyper 0.14.32",
19384 "log",
19385 "mime",
19386 "mime_guess",
19387 "percent-encoding",
19388 "pin-project",
19389 "scoped-tls",
19390 "serde",
19391 "serde_json",
19392 "serde_urlencoded",
19393 "tokio",
19394 "tokio-tungstenite 0.21.0",
19395 "tokio-util",
19396 "tower-service",
19397 "tracing",
19398]
19399
19400[[package]]
19401name = "wasi"
19402version = "0.11.1+wasi-snapshot-preview1"
19403source = "registry+https://github.com/rust-lang/crates.io-index"
19404checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19405
19406[[package]]
19407name = "wasip2"
19408version = "1.0.1+wasi-0.2.4"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19411dependencies = [
19412 "wit-bindgen 0.46.0",
19413]
19414
19415[[package]]
19416name = "wasip3"
19417version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19420dependencies = [
19421 "wit-bindgen 0.51.0",
19422]
19423
19424[[package]]
19425name = "wasite"
19426version = "0.1.0"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19429
19430[[package]]
19431name = "wasm-bindgen"
19432version = "0.2.113"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19435dependencies = [
19436 "cfg-if",
19437 "once_cell",
19438 "rustversion",
19439 "wasm-bindgen-macro",
19440 "wasm-bindgen-shared",
19441]
19442
19443[[package]]
19444name = "wasm-bindgen-futures"
19445version = "0.4.63"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19448dependencies = [
19449 "cfg-if",
19450 "futures-util",
19451 "js-sys",
19452 "once_cell",
19453 "wasm-bindgen",
19454 "web-sys",
19455]
19456
19457[[package]]
19458name = "wasm-bindgen-macro"
19459version = "0.2.113"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19462dependencies = [
19463 "quote",
19464 "wasm-bindgen-macro-support",
19465]
19466
19467[[package]]
19468name = "wasm-bindgen-macro-support"
19469version = "0.2.113"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19472dependencies = [
19473 "bumpalo",
19474 "proc-macro2",
19475 "quote",
19476 "syn 2.0.117",
19477 "wasm-bindgen-shared",
19478]
19479
19480[[package]]
19481name = "wasm-bindgen-shared"
19482version = "0.2.113"
19483source = "registry+https://github.com/rust-lang/crates.io-index"
19484checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19485dependencies = [
19486 "unicode-ident",
19487]
19488
19489[[package]]
19490name = "wasm-encoder"
19491version = "0.201.0"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19494dependencies = [
19495 "leb128",
19496]
19497
19498[[package]]
19499name = "wasm-encoder"
19500version = "0.221.3"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19503dependencies = [
19504 "leb128",
19505 "wasmparser 0.221.3",
19506]
19507
19508[[package]]
19509name = "wasm-encoder"
19510version = "0.227.1"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19513dependencies = [
19514 "leb128fmt",
19515 "wasmparser 0.227.1",
19516]
19517
19518[[package]]
19519name = "wasm-encoder"
19520version = "0.236.1"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19523dependencies = [
19524 "leb128fmt",
19525 "wasmparser 0.236.1",
19526]
19527
19528[[package]]
19529name = "wasm-encoder"
19530version = "0.244.0"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19533dependencies = [
19534 "leb128fmt",
19535 "wasmparser 0.244.0",
19536]
19537
19538[[package]]
19539name = "wasm-metadata"
19540version = "0.201.0"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19543dependencies = [
19544 "anyhow",
19545 "indexmap",
19546 "serde",
19547 "serde_derive",
19548 "serde_json",
19549 "spdx",
19550 "wasm-encoder 0.201.0",
19551 "wasmparser 0.201.0",
19552]
19553
19554[[package]]
19555name = "wasm-metadata"
19556version = "0.227.1"
19557source = "registry+https://github.com/rust-lang/crates.io-index"
19558checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19559dependencies = [
19560 "anyhow",
19561 "auditable-serde",
19562 "flate2",
19563 "indexmap",
19564 "serde",
19565 "serde_derive",
19566 "serde_json",
19567 "spdx",
19568 "url",
19569 "wasm-encoder 0.227.1",
19570 "wasmparser 0.227.1",
19571]
19572
19573[[package]]
19574name = "wasm-metadata"
19575version = "0.244.0"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19578dependencies = [
19579 "anyhow",
19580 "indexmap",
19581 "wasm-encoder 0.244.0",
19582 "wasmparser 0.244.0",
19583]
19584
19585[[package]]
19586name = "wasm-streams"
19587version = "0.4.2"
19588source = "registry+https://github.com/rust-lang/crates.io-index"
19589checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19590dependencies = [
19591 "futures-util",
19592 "js-sys",
19593 "wasm-bindgen",
19594 "wasm-bindgen-futures",
19595 "web-sys",
19596]
19597
19598[[package]]
19599name = "wasm_thread"
19600version = "0.3.3"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19603dependencies = [
19604 "futures 0.3.32",
19605 "js-sys",
19606 "wasm-bindgen",
19607 "web-sys",
19608]
19609
19610[[package]]
19611name = "wasmparser"
19612version = "0.201.0"
19613source = "registry+https://github.com/rust-lang/crates.io-index"
19614checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19615dependencies = [
19616 "bitflags 2.10.0",
19617 "indexmap",
19618 "semver",
19619]
19620
19621[[package]]
19622name = "wasmparser"
19623version = "0.221.3"
19624source = "registry+https://github.com/rust-lang/crates.io-index"
19625checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19626dependencies = [
19627 "bitflags 2.10.0",
19628 "hashbrown 0.15.5",
19629 "indexmap",
19630 "semver",
19631 "serde",
19632]
19633
19634[[package]]
19635name = "wasmparser"
19636version = "0.227.1"
19637source = "registry+https://github.com/rust-lang/crates.io-index"
19638checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19639dependencies = [
19640 "bitflags 2.10.0",
19641 "hashbrown 0.15.5",
19642 "indexmap",
19643 "semver",
19644]
19645
19646[[package]]
19647name = "wasmparser"
19648version = "0.236.1"
19649source = "registry+https://github.com/rust-lang/crates.io-index"
19650checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19651dependencies = [
19652 "bitflags 2.10.0",
19653 "hashbrown 0.15.5",
19654 "indexmap",
19655 "semver",
19656 "serde",
19657]
19658
19659[[package]]
19660name = "wasmparser"
19661version = "0.244.0"
19662source = "registry+https://github.com/rust-lang/crates.io-index"
19663checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19664dependencies = [
19665 "bitflags 2.10.0",
19666 "hashbrown 0.15.5",
19667 "indexmap",
19668 "semver",
19669]
19670
19671[[package]]
19672name = "wasmprinter"
19673version = "0.236.1"
19674source = "registry+https://github.com/rust-lang/crates.io-index"
19675checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19676dependencies = [
19677 "anyhow",
19678 "termcolor",
19679 "wasmparser 0.236.1",
19680]
19681
19682[[package]]
19683name = "wasmtime"
19684version = "36.0.7"
19685source = "registry+https://github.com/rust-lang/crates.io-index"
19686checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19687dependencies = [
19688 "addr2line",
19689 "anyhow",
19690 "async-trait",
19691 "bitflags 2.10.0",
19692 "bumpalo",
19693 "cc",
19694 "cfg-if",
19695 "encoding_rs",
19696 "hashbrown 0.15.5",
19697 "indexmap",
19698 "libc",
19699 "log",
19700 "mach2 0.4.3",
19701 "memfd",
19702 "object",
19703 "once_cell",
19704 "postcard",
19705 "pulley-interpreter",
19706 "rayon",
19707 "rustix 1.1.2",
19708 "semver",
19709 "serde",
19710 "serde_derive",
19711 "smallvec",
19712 "target-lexicon 0.13.3",
19713 "wasmparser 0.236.1",
19714 "wasmtime-environ",
19715 "wasmtime-internal-asm-macros",
19716 "wasmtime-internal-component-macro",
19717 "wasmtime-internal-component-util",
19718 "wasmtime-internal-cranelift",
19719 "wasmtime-internal-fiber",
19720 "wasmtime-internal-jit-debug",
19721 "wasmtime-internal-jit-icache-coherence",
19722 "wasmtime-internal-math",
19723 "wasmtime-internal-slab",
19724 "wasmtime-internal-unwinder",
19725 "wasmtime-internal-versioned-export-macros",
19726 "wasmtime-internal-winch",
19727 "windows-sys 0.60.2",
19728]
19729
19730[[package]]
19731name = "wasmtime-c-api-impl"
19732version = "36.0.6"
19733source = "registry+https://github.com/rust-lang/crates.io-index"
19734checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19735dependencies = [
19736 "anyhow",
19737 "log",
19738 "tracing",
19739 "wasmtime",
19740 "wasmtime-internal-c-api-macros",
19741]
19742
19743[[package]]
19744name = "wasmtime-environ"
19745version = "36.0.7"
19746source = "registry+https://github.com/rust-lang/crates.io-index"
19747checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19748dependencies = [
19749 "anyhow",
19750 "cpp_demangle",
19751 "cranelift-bitset",
19752 "cranelift-entity",
19753 "gimli",
19754 "indexmap",
19755 "log",
19756 "object",
19757 "postcard",
19758 "rustc-demangle",
19759 "semver",
19760 "serde",
19761 "serde_derive",
19762 "smallvec",
19763 "target-lexicon 0.13.3",
19764 "wasm-encoder 0.236.1",
19765 "wasmparser 0.236.1",
19766 "wasmprinter",
19767 "wasmtime-internal-component-util",
19768]
19769
19770[[package]]
19771name = "wasmtime-internal-asm-macros"
19772version = "36.0.7"
19773source = "registry+https://github.com/rust-lang/crates.io-index"
19774checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19775dependencies = [
19776 "cfg-if",
19777]
19778
19779[[package]]
19780name = "wasmtime-internal-c-api-macros"
19781version = "36.0.6"
19782source = "registry+https://github.com/rust-lang/crates.io-index"
19783checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19784dependencies = [
19785 "proc-macro2",
19786 "quote",
19787]
19788
19789[[package]]
19790name = "wasmtime-internal-component-macro"
19791version = "36.0.7"
19792source = "registry+https://github.com/rust-lang/crates.io-index"
19793checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19794dependencies = [
19795 "anyhow",
19796 "proc-macro2",
19797 "quote",
19798 "syn 2.0.117",
19799 "wasmtime-internal-component-util",
19800 "wasmtime-internal-wit-bindgen",
19801 "wit-parser 0.236.1",
19802]
19803
19804[[package]]
19805name = "wasmtime-internal-component-util"
19806version = "36.0.7"
19807source = "registry+https://github.com/rust-lang/crates.io-index"
19808checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19809
19810[[package]]
19811name = "wasmtime-internal-cranelift"
19812version = "36.0.7"
19813source = "registry+https://github.com/rust-lang/crates.io-index"
19814checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19815dependencies = [
19816 "anyhow",
19817 "cfg-if",
19818 "cranelift-codegen",
19819 "cranelift-control",
19820 "cranelift-entity",
19821 "cranelift-frontend",
19822 "cranelift-native",
19823 "gimli",
19824 "itertools 0.14.0",
19825 "log",
19826 "object",
19827 "pulley-interpreter",
19828 "smallvec",
19829 "target-lexicon 0.13.3",
19830 "thiserror 2.0.17",
19831 "wasmparser 0.236.1",
19832 "wasmtime-environ",
19833 "wasmtime-internal-math",
19834 "wasmtime-internal-versioned-export-macros",
19835]
19836
19837[[package]]
19838name = "wasmtime-internal-fiber"
19839version = "36.0.7"
19840source = "registry+https://github.com/rust-lang/crates.io-index"
19841checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19842dependencies = [
19843 "anyhow",
19844 "cc",
19845 "cfg-if",
19846 "libc",
19847 "rustix 1.1.2",
19848 "wasmtime-internal-asm-macros",
19849 "wasmtime-internal-versioned-export-macros",
19850 "windows-sys 0.60.2",
19851]
19852
19853[[package]]
19854name = "wasmtime-internal-jit-debug"
19855version = "36.0.7"
19856source = "registry+https://github.com/rust-lang/crates.io-index"
19857checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19858dependencies = [
19859 "cc",
19860 "wasmtime-internal-versioned-export-macros",
19861]
19862
19863[[package]]
19864name = "wasmtime-internal-jit-icache-coherence"
19865version = "36.0.7"
19866source = "registry+https://github.com/rust-lang/crates.io-index"
19867checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19868dependencies = [
19869 "anyhow",
19870 "cfg-if",
19871 "libc",
19872 "windows-sys 0.60.2",
19873]
19874
19875[[package]]
19876name = "wasmtime-internal-math"
19877version = "36.0.7"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19880dependencies = [
19881 "libm",
19882]
19883
19884[[package]]
19885name = "wasmtime-internal-slab"
19886version = "36.0.7"
19887source = "registry+https://github.com/rust-lang/crates.io-index"
19888checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19889
19890[[package]]
19891name = "wasmtime-internal-unwinder"
19892version = "36.0.7"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19895dependencies = [
19896 "anyhow",
19897 "cfg-if",
19898 "cranelift-codegen",
19899 "log",
19900 "object",
19901]
19902
19903[[package]]
19904name = "wasmtime-internal-versioned-export-macros"
19905version = "36.0.7"
19906source = "registry+https://github.com/rust-lang/crates.io-index"
19907checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19908dependencies = [
19909 "proc-macro2",
19910 "quote",
19911 "syn 2.0.117",
19912]
19913
19914[[package]]
19915name = "wasmtime-internal-winch"
19916version = "36.0.7"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19919dependencies = [
19920 "anyhow",
19921 "cranelift-codegen",
19922 "gimli",
19923 "object",
19924 "target-lexicon 0.13.3",
19925 "wasmparser 0.236.1",
19926 "wasmtime-environ",
19927 "wasmtime-internal-cranelift",
19928 "winch-codegen",
19929]
19930
19931[[package]]
19932name = "wasmtime-internal-wit-bindgen"
19933version = "36.0.7"
19934source = "registry+https://github.com/rust-lang/crates.io-index"
19935checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19936dependencies = [
19937 "anyhow",
19938 "bitflags 2.10.0",
19939 "heck 0.5.0",
19940 "indexmap",
19941 "wit-parser 0.236.1",
19942]
19943
19944[[package]]
19945name = "wasmtime-wasi"
19946version = "36.0.6"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19949dependencies = [
19950 "anyhow",
19951 "async-trait",
19952 "bitflags 2.10.0",
19953 "bytes 1.11.1",
19954 "cap-fs-ext",
19955 "cap-net-ext",
19956 "cap-rand",
19957 "cap-std",
19958 "cap-time-ext",
19959 "fs-set-times",
19960 "futures 0.3.32",
19961 "io-extras",
19962 "io-lifetimes",
19963 "rustix 1.1.2",
19964 "system-interface",
19965 "thiserror 2.0.17",
19966 "tokio",
19967 "tracing",
19968 "url",
19969 "wasmtime",
19970 "wasmtime-wasi-io",
19971 "wiggle",
19972 "windows-sys 0.60.2",
19973]
19974
19975[[package]]
19976name = "wasmtime-wasi-io"
19977version = "36.0.6"
19978source = "registry+https://github.com/rust-lang/crates.io-index"
19979checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
19980dependencies = [
19981 "anyhow",
19982 "async-trait",
19983 "bytes 1.11.1",
19984 "futures 0.3.32",
19985 "wasmtime",
19986]
19987
19988[[package]]
19989name = "wast"
19990version = "35.0.2"
19991source = "registry+https://github.com/rust-lang/crates.io-index"
19992checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
19993dependencies = [
19994 "leb128",
19995]
19996
19997[[package]]
19998name = "watch"
19999version = "0.1.0"
20000dependencies = [
20001 "ctor",
20002 "futures 0.3.32",
20003 "gpui",
20004 "parking_lot",
20005 "zlog",
20006]
20007
20008[[package]]
20009name = "wax"
20010version = "0.7.0"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20013dependencies = [
20014 "const_format",
20015 "itertools 0.14.0",
20016 "nom 7.1.3",
20017 "pori",
20018 "regex",
20019 "thiserror 2.0.17",
20020 "walkdir",
20021]
20022
20023[[package]]
20024name = "wayland-backend"
20025version = "0.3.11"
20026source = "registry+https://github.com/rust-lang/crates.io-index"
20027checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20028dependencies = [
20029 "cc",
20030 "downcast-rs",
20031 "rustix 1.1.2",
20032 "scoped-tls",
20033 "smallvec",
20034 "wayland-sys",
20035]
20036
20037[[package]]
20038name = "wayland-client"
20039version = "0.31.11"
20040source = "registry+https://github.com/rust-lang/crates.io-index"
20041checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20042dependencies = [
20043 "bitflags 2.10.0",
20044 "rustix 1.1.2",
20045 "wayland-backend",
20046 "wayland-scanner",
20047]
20048
20049[[package]]
20050name = "wayland-cursor"
20051version = "0.31.11"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20054dependencies = [
20055 "rustix 1.1.2",
20056 "wayland-client",
20057 "xcursor",
20058]
20059
20060[[package]]
20061name = "wayland-protocols"
20062version = "0.32.9"
20063source = "registry+https://github.com/rust-lang/crates.io-index"
20064checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20065dependencies = [
20066 "bitflags 2.10.0",
20067 "wayland-backend",
20068 "wayland-client",
20069 "wayland-scanner",
20070]
20071
20072[[package]]
20073name = "wayland-protocols-plasma"
20074version = "0.3.9"
20075source = "registry+https://github.com/rust-lang/crates.io-index"
20076checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20077dependencies = [
20078 "bitflags 2.10.0",
20079 "wayland-backend",
20080 "wayland-client",
20081 "wayland-protocols",
20082 "wayland-scanner",
20083]
20084
20085[[package]]
20086name = "wayland-protocols-wlr"
20087version = "0.3.9"
20088source = "registry+https://github.com/rust-lang/crates.io-index"
20089checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20090dependencies = [
20091 "bitflags 2.10.0",
20092 "wayland-backend",
20093 "wayland-client",
20094 "wayland-protocols",
20095 "wayland-scanner",
20096]
20097
20098[[package]]
20099name = "wayland-scanner"
20100version = "0.31.7"
20101source = "registry+https://github.com/rust-lang/crates.io-index"
20102checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20103dependencies = [
20104 "proc-macro2",
20105 "quick-xml 0.37.5",
20106 "quote",
20107]
20108
20109[[package]]
20110name = "wayland-sys"
20111version = "0.31.7"
20112source = "registry+https://github.com/rust-lang/crates.io-index"
20113checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20114dependencies = [
20115 "dlib",
20116 "log",
20117 "once_cell",
20118 "pkg-config",
20119]
20120
20121[[package]]
20122name = "web-sys"
20123version = "0.3.90"
20124source = "registry+https://github.com/rust-lang/crates.io-index"
20125checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20126dependencies = [
20127 "js-sys",
20128 "wasm-bindgen",
20129]
20130
20131[[package]]
20132name = "web-time"
20133version = "1.1.0"
20134source = "registry+https://github.com/rust-lang/crates.io-index"
20135checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20136dependencies = [
20137 "js-sys",
20138 "serde",
20139 "wasm-bindgen",
20140]
20141
20142[[package]]
20143name = "web_atoms"
20144version = "0.1.3"
20145source = "registry+https://github.com/rust-lang/crates.io-index"
20146checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20147dependencies = [
20148 "phf 0.11.3",
20149 "phf_codegen",
20150 "string_cache",
20151 "string_cache_codegen",
20152]
20153
20154[[package]]
20155name = "web_search"
20156version = "0.1.0"
20157dependencies = [
20158 "anyhow",
20159 "cloud_llm_client",
20160 "collections",
20161 "gpui",
20162 "serde",
20163]
20164
20165[[package]]
20166name = "web_search_providers"
20167version = "0.1.0"
20168dependencies = [
20169 "anyhow",
20170 "client",
20171 "cloud_api_client",
20172 "cloud_api_types",
20173 "cloud_llm_client",
20174 "futures 0.3.32",
20175 "gpui",
20176 "http_client",
20177 "language_model",
20178 "serde",
20179 "serde_json",
20180 "web_search",
20181]
20182
20183[[package]]
20184name = "webpki-root-certs"
20185version = "0.26.8"
20186source = "registry+https://github.com/rust-lang/crates.io-index"
20187checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20188dependencies = [
20189 "rustls-pki-types",
20190]
20191
20192[[package]]
20193name = "webpki-roots"
20194version = "0.26.8"
20195source = "registry+https://github.com/rust-lang/crates.io-index"
20196checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20197dependencies = [
20198 "rustls-pki-types",
20199]
20200
20201[[package]]
20202name = "webrtc-sys"
20203version = "0.3.23"
20204source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20205dependencies = [
20206 "cc",
20207 "cxx",
20208 "cxx-build",
20209 "glob",
20210 "log",
20211 "pkg-config",
20212 "webrtc-sys-build",
20213]
20214
20215[[package]]
20216name = "webrtc-sys-build"
20217version = "0.3.13"
20218source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20219dependencies = [
20220 "anyhow",
20221 "fs2",
20222 "regex",
20223 "reqwest 0.12.24",
20224 "scratch",
20225 "semver",
20226 "zip 0.6.6",
20227]
20228
20229[[package]]
20230name = "weezl"
20231version = "0.1.10"
20232source = "registry+https://github.com/rust-lang/crates.io-index"
20233checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20234
20235[[package]]
20236name = "wgpu"
20237version = "29.0.0"
20238source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20239dependencies = [
20240 "arrayvec",
20241 "bitflags 2.10.0",
20242 "bytemuck",
20243 "cfg-if",
20244 "cfg_aliases 0.2.1",
20245 "document-features",
20246 "hashbrown 0.16.1",
20247 "js-sys",
20248 "log",
20249 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20250 "parking_lot",
20251 "portable-atomic",
20252 "profiling",
20253 "raw-window-handle",
20254 "smallvec",
20255 "static_assertions",
20256 "wasm-bindgen",
20257 "wasm-bindgen-futures",
20258 "web-sys",
20259 "wgpu-core",
20260 "wgpu-hal",
20261 "wgpu-types",
20262]
20263
20264[[package]]
20265name = "wgpu-core"
20266version = "29.0.0"
20267source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20268dependencies = [
20269 "arrayvec",
20270 "bit-set 0.9.1",
20271 "bit-vec 0.9.1",
20272 "bitflags 2.10.0",
20273 "bytemuck",
20274 "cfg_aliases 0.2.1",
20275 "document-features",
20276 "hashbrown 0.16.1",
20277 "indexmap",
20278 "log",
20279 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20280 "once_cell",
20281 "parking_lot",
20282 "portable-atomic",
20283 "profiling",
20284 "raw-window-handle",
20285 "rustc-hash 1.1.0",
20286 "smallvec",
20287 "thiserror 2.0.17",
20288 "wgpu-core-deps-apple",
20289 "wgpu-core-deps-emscripten",
20290 "wgpu-core-deps-windows-linux-android",
20291 "wgpu-hal",
20292 "wgpu-naga-bridge",
20293 "wgpu-types",
20294]
20295
20296[[package]]
20297name = "wgpu-core-deps-apple"
20298version = "29.0.0"
20299source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20300dependencies = [
20301 "wgpu-hal",
20302]
20303
20304[[package]]
20305name = "wgpu-core-deps-emscripten"
20306version = "29.0.0"
20307source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20308dependencies = [
20309 "wgpu-hal",
20310]
20311
20312[[package]]
20313name = "wgpu-core-deps-windows-linux-android"
20314version = "29.0.0"
20315source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20316dependencies = [
20317 "wgpu-hal",
20318]
20319
20320[[package]]
20321name = "wgpu-hal"
20322version = "29.0.0"
20323source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20324dependencies = [
20325 "android_system_properties",
20326 "arrayvec",
20327 "ash",
20328 "bit-set 0.9.1",
20329 "bitflags 2.10.0",
20330 "block2",
20331 "bytemuck",
20332 "cfg-if",
20333 "cfg_aliases 0.2.1",
20334 "glow",
20335 "glutin_wgl_sys",
20336 "gpu-allocator",
20337 "gpu-descriptor",
20338 "hashbrown 0.16.1",
20339 "js-sys",
20340 "khronos-egl",
20341 "libc",
20342 "libloading",
20343 "log",
20344 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20345 "ndk-sys",
20346 "objc2",
20347 "objc2-core-foundation",
20348 "objc2-foundation",
20349 "objc2-metal",
20350 "objc2-quartz-core",
20351 "once_cell",
20352 "ordered-float 4.6.0",
20353 "parking_lot",
20354 "portable-atomic",
20355 "portable-atomic-util",
20356 "profiling",
20357 "range-alloc",
20358 "raw-window-handle",
20359 "raw-window-metal",
20360 "renderdoc-sys",
20361 "smallvec",
20362 "thiserror 2.0.17",
20363 "wasm-bindgen",
20364 "wayland-sys",
20365 "web-sys",
20366 "wgpu-naga-bridge",
20367 "wgpu-types",
20368 "windows 0.62.2",
20369 "windows-core 0.62.2",
20370]
20371
20372[[package]]
20373name = "wgpu-naga-bridge"
20374version = "29.0.0"
20375source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20376dependencies = [
20377 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20378 "wgpu-types",
20379]
20380
20381[[package]]
20382name = "wgpu-types"
20383version = "29.0.0"
20384source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20385dependencies = [
20386 "bitflags 2.10.0",
20387 "bytemuck",
20388 "js-sys",
20389 "log",
20390 "raw-window-handle",
20391 "web-sys",
20392]
20393
20394[[package]]
20395name = "which"
20396version = "4.4.2"
20397source = "registry+https://github.com/rust-lang/crates.io-index"
20398checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20399dependencies = [
20400 "either",
20401 "home",
20402 "once_cell",
20403 "rustix 0.38.44",
20404]
20405
20406[[package]]
20407name = "which"
20408version = "6.0.3"
20409source = "registry+https://github.com/rust-lang/crates.io-index"
20410checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20411dependencies = [
20412 "either",
20413 "home",
20414 "rustix 0.38.44",
20415 "winsafe",
20416]
20417
20418[[package]]
20419name = "which_key"
20420version = "0.1.0"
20421dependencies = [
20422 "command_palette",
20423 "gpui",
20424 "serde",
20425 "settings",
20426 "theme_settings",
20427 "ui",
20428 "util",
20429 "workspace",
20430]
20431
20432[[package]]
20433name = "whoami"
20434version = "1.6.1"
20435source = "registry+https://github.com/rust-lang/crates.io-index"
20436checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20437dependencies = [
20438 "libredox",
20439 "wasite",
20440]
20441
20442[[package]]
20443name = "wiggle"
20444version = "36.0.6"
20445source = "registry+https://github.com/rust-lang/crates.io-index"
20446checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20447dependencies = [
20448 "anyhow",
20449 "async-trait",
20450 "bitflags 2.10.0",
20451 "thiserror 2.0.17",
20452 "tracing",
20453 "wasmtime",
20454 "wiggle-macro",
20455]
20456
20457[[package]]
20458name = "wiggle-generate"
20459version = "36.0.6"
20460source = "registry+https://github.com/rust-lang/crates.io-index"
20461checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20462dependencies = [
20463 "anyhow",
20464 "heck 0.5.0",
20465 "proc-macro2",
20466 "quote",
20467 "syn 2.0.117",
20468 "witx",
20469]
20470
20471[[package]]
20472name = "wiggle-macro"
20473version = "36.0.6"
20474source = "registry+https://github.com/rust-lang/crates.io-index"
20475checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20476dependencies = [
20477 "proc-macro2",
20478 "quote",
20479 "syn 2.0.117",
20480 "wiggle-generate",
20481]
20482
20483[[package]]
20484name = "winapi"
20485version = "0.3.9"
20486source = "registry+https://github.com/rust-lang/crates.io-index"
20487checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20488dependencies = [
20489 "winapi-i686-pc-windows-gnu",
20490 "winapi-x86_64-pc-windows-gnu",
20491]
20492
20493[[package]]
20494name = "winapi-i686-pc-windows-gnu"
20495version = "0.4.0"
20496source = "registry+https://github.com/rust-lang/crates.io-index"
20497checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20498
20499[[package]]
20500name = "winapi-util"
20501version = "0.1.11"
20502source = "registry+https://github.com/rust-lang/crates.io-index"
20503checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20504dependencies = [
20505 "windows-sys 0.61.2",
20506]
20507
20508[[package]]
20509name = "winapi-x86_64-pc-windows-gnu"
20510version = "0.4.0"
20511source = "registry+https://github.com/rust-lang/crates.io-index"
20512checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20513
20514[[package]]
20515name = "winch-codegen"
20516version = "36.0.7"
20517source = "registry+https://github.com/rust-lang/crates.io-index"
20518checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20519dependencies = [
20520 "anyhow",
20521 "cranelift-assembler-x64",
20522 "cranelift-codegen",
20523 "gimli",
20524 "regalloc2",
20525 "smallvec",
20526 "target-lexicon 0.13.3",
20527 "thiserror 2.0.17",
20528 "wasmparser 0.236.1",
20529 "wasmtime-environ",
20530 "wasmtime-internal-cranelift",
20531 "wasmtime-internal-math",
20532]
20533
20534[[package]]
20535name = "windows"
20536version = "0.56.0"
20537source = "registry+https://github.com/rust-lang/crates.io-index"
20538checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20539dependencies = [
20540 "windows-core 0.56.0",
20541 "windows-targets 0.52.6",
20542]
20543
20544[[package]]
20545name = "windows"
20546version = "0.57.0"
20547source = "registry+https://github.com/rust-lang/crates.io-index"
20548checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20549dependencies = [
20550 "windows-core 0.57.0",
20551 "windows-targets 0.52.6",
20552]
20553
20554[[package]]
20555name = "windows"
20556version = "0.58.0"
20557source = "registry+https://github.com/rust-lang/crates.io-index"
20558checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20559dependencies = [
20560 "windows-core 0.58.0",
20561 "windows-targets 0.52.6",
20562]
20563
20564[[package]]
20565name = "windows"
20566version = "0.61.3"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20569dependencies = [
20570 "windows-collections 0.2.0",
20571 "windows-core 0.61.2",
20572 "windows-future 0.2.1",
20573 "windows-link 0.1.3",
20574 "windows-numerics 0.2.0",
20575]
20576
20577[[package]]
20578name = "windows"
20579version = "0.62.2"
20580source = "registry+https://github.com/rust-lang/crates.io-index"
20581checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20582dependencies = [
20583 "windows-collections 0.3.2",
20584 "windows-core 0.62.2",
20585 "windows-future 0.3.2",
20586 "windows-numerics 0.3.1",
20587]
20588
20589[[package]]
20590name = "windows-bindgen"
20591version = "0.61.1"
20592source = "registry+https://github.com/rust-lang/crates.io-index"
20593checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20594dependencies = [
20595 "serde",
20596 "serde_json",
20597 "windows-threading 0.1.0",
20598]
20599
20600[[package]]
20601name = "windows-capture"
20602version = "1.4.3"
20603source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20604dependencies = [
20605 "clap",
20606 "ctrlc",
20607 "parking_lot",
20608 "rayon",
20609 "thiserror 2.0.17",
20610 "windows 0.61.3",
20611 "windows-future 0.2.1",
20612]
20613
20614[[package]]
20615name = "windows-collections"
20616version = "0.2.0"
20617source = "registry+https://github.com/rust-lang/crates.io-index"
20618checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20619dependencies = [
20620 "windows-core 0.61.2",
20621]
20622
20623[[package]]
20624name = "windows-collections"
20625version = "0.3.2"
20626source = "registry+https://github.com/rust-lang/crates.io-index"
20627checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20628dependencies = [
20629 "windows-core 0.62.2",
20630]
20631
20632[[package]]
20633name = "windows-core"
20634version = "0.56.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20637dependencies = [
20638 "windows-implement 0.56.0",
20639 "windows-interface 0.56.0",
20640 "windows-result 0.1.2",
20641 "windows-targets 0.52.6",
20642]
20643
20644[[package]]
20645name = "windows-core"
20646version = "0.57.0"
20647source = "registry+https://github.com/rust-lang/crates.io-index"
20648checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20649dependencies = [
20650 "windows-implement 0.57.0",
20651 "windows-interface 0.57.0",
20652 "windows-result 0.1.2",
20653 "windows-targets 0.52.6",
20654]
20655
20656[[package]]
20657name = "windows-core"
20658version = "0.58.0"
20659source = "registry+https://github.com/rust-lang/crates.io-index"
20660checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20661dependencies = [
20662 "windows-implement 0.58.0",
20663 "windows-interface 0.58.0",
20664 "windows-result 0.2.0",
20665 "windows-strings 0.1.0",
20666 "windows-targets 0.52.6",
20667]
20668
20669[[package]]
20670name = "windows-core"
20671version = "0.61.2"
20672source = "registry+https://github.com/rust-lang/crates.io-index"
20673checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20674dependencies = [
20675 "windows-implement 0.60.2",
20676 "windows-interface 0.59.3",
20677 "windows-link 0.1.3",
20678 "windows-result 0.3.4",
20679 "windows-strings 0.4.2",
20680]
20681
20682[[package]]
20683name = "windows-core"
20684version = "0.62.2"
20685source = "registry+https://github.com/rust-lang/crates.io-index"
20686checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20687dependencies = [
20688 "windows-implement 0.60.2",
20689 "windows-interface 0.59.3",
20690 "windows-link 0.2.1",
20691 "windows-result 0.4.1",
20692 "windows-strings 0.5.1",
20693]
20694
20695[[package]]
20696name = "windows-future"
20697version = "0.2.1"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20700dependencies = [
20701 "windows-core 0.61.2",
20702 "windows-link 0.1.3",
20703 "windows-threading 0.1.0",
20704]
20705
20706[[package]]
20707name = "windows-future"
20708version = "0.3.2"
20709source = "registry+https://github.com/rust-lang/crates.io-index"
20710checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20711dependencies = [
20712 "windows-core 0.62.2",
20713 "windows-link 0.2.1",
20714 "windows-threading 0.2.1",
20715]
20716
20717[[package]]
20718name = "windows-implement"
20719version = "0.56.0"
20720source = "registry+https://github.com/rust-lang/crates.io-index"
20721checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20722dependencies = [
20723 "proc-macro2",
20724 "quote",
20725 "syn 2.0.117",
20726]
20727
20728[[package]]
20729name = "windows-implement"
20730version = "0.57.0"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20733dependencies = [
20734 "proc-macro2",
20735 "quote",
20736 "syn 2.0.117",
20737]
20738
20739[[package]]
20740name = "windows-implement"
20741version = "0.58.0"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20744dependencies = [
20745 "proc-macro2",
20746 "quote",
20747 "syn 2.0.117",
20748]
20749
20750[[package]]
20751name = "windows-implement"
20752version = "0.60.2"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20755dependencies = [
20756 "proc-macro2",
20757 "quote",
20758 "syn 2.0.117",
20759]
20760
20761[[package]]
20762name = "windows-interface"
20763version = "0.56.0"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20766dependencies = [
20767 "proc-macro2",
20768 "quote",
20769 "syn 2.0.117",
20770]
20771
20772[[package]]
20773name = "windows-interface"
20774version = "0.57.0"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20777dependencies = [
20778 "proc-macro2",
20779 "quote",
20780 "syn 2.0.117",
20781]
20782
20783[[package]]
20784name = "windows-interface"
20785version = "0.58.0"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20788dependencies = [
20789 "proc-macro2",
20790 "quote",
20791 "syn 2.0.117",
20792]
20793
20794[[package]]
20795name = "windows-interface"
20796version = "0.59.3"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20799dependencies = [
20800 "proc-macro2",
20801 "quote",
20802 "syn 2.0.117",
20803]
20804
20805[[package]]
20806name = "windows-link"
20807version = "0.1.3"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20810
20811[[package]]
20812name = "windows-link"
20813version = "0.2.1"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20816
20817[[package]]
20818name = "windows-numerics"
20819version = "0.2.0"
20820source = "registry+https://github.com/rust-lang/crates.io-index"
20821checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20822dependencies = [
20823 "windows-core 0.61.2",
20824 "windows-link 0.1.3",
20825]
20826
20827[[package]]
20828name = "windows-numerics"
20829version = "0.3.1"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20832dependencies = [
20833 "windows-core 0.62.2",
20834 "windows-link 0.2.1",
20835]
20836
20837[[package]]
20838name = "windows-registry"
20839version = "0.4.0"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20842dependencies = [
20843 "windows-result 0.3.4",
20844 "windows-strings 0.3.1",
20845 "windows-targets 0.53.5",
20846]
20847
20848[[package]]
20849name = "windows-registry"
20850version = "0.5.3"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20853dependencies = [
20854 "windows-link 0.1.3",
20855 "windows-result 0.3.4",
20856 "windows-strings 0.4.2",
20857]
20858
20859[[package]]
20860name = "windows-registry"
20861version = "0.6.1"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20864dependencies = [
20865 "windows-link 0.2.1",
20866 "windows-result 0.4.1",
20867 "windows-strings 0.5.1",
20868]
20869
20870[[package]]
20871name = "windows-result"
20872version = "0.1.2"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20875dependencies = [
20876 "windows-targets 0.52.6",
20877]
20878
20879[[package]]
20880name = "windows-result"
20881version = "0.2.0"
20882source = "registry+https://github.com/rust-lang/crates.io-index"
20883checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20884dependencies = [
20885 "windows-targets 0.52.6",
20886]
20887
20888[[package]]
20889name = "windows-result"
20890version = "0.3.4"
20891source = "registry+https://github.com/rust-lang/crates.io-index"
20892checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20893dependencies = [
20894 "windows-link 0.1.3",
20895]
20896
20897[[package]]
20898name = "windows-result"
20899version = "0.4.1"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20902dependencies = [
20903 "windows-link 0.2.1",
20904]
20905
20906[[package]]
20907name = "windows-strings"
20908version = "0.1.0"
20909source = "registry+https://github.com/rust-lang/crates.io-index"
20910checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20911dependencies = [
20912 "windows-result 0.2.0",
20913 "windows-targets 0.52.6",
20914]
20915
20916[[package]]
20917name = "windows-strings"
20918version = "0.3.1"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20921dependencies = [
20922 "windows-link 0.1.3",
20923]
20924
20925[[package]]
20926name = "windows-strings"
20927version = "0.4.2"
20928source = "registry+https://github.com/rust-lang/crates.io-index"
20929checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20930dependencies = [
20931 "windows-link 0.1.3",
20932]
20933
20934[[package]]
20935name = "windows-strings"
20936version = "0.5.1"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20939dependencies = [
20940 "windows-link 0.2.1",
20941]
20942
20943[[package]]
20944name = "windows-sys"
20945version = "0.45.0"
20946source = "registry+https://github.com/rust-lang/crates.io-index"
20947checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20948dependencies = [
20949 "windows-targets 0.42.2",
20950]
20951
20952[[package]]
20953name = "windows-sys"
20954version = "0.48.0"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20957dependencies = [
20958 "windows-targets 0.48.5",
20959]
20960
20961[[package]]
20962name = "windows-sys"
20963version = "0.52.0"
20964source = "registry+https://github.com/rust-lang/crates.io-index"
20965checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20966dependencies = [
20967 "windows-targets 0.52.6",
20968]
20969
20970[[package]]
20971name = "windows-sys"
20972version = "0.59.0"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20975dependencies = [
20976 "windows-targets 0.52.6",
20977]
20978
20979[[package]]
20980name = "windows-sys"
20981version = "0.60.2"
20982source = "registry+https://github.com/rust-lang/crates.io-index"
20983checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
20984dependencies = [
20985 "windows-targets 0.53.5",
20986]
20987
20988[[package]]
20989name = "windows-sys"
20990version = "0.61.2"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
20993dependencies = [
20994 "windows-link 0.2.1",
20995]
20996
20997[[package]]
20998name = "windows-targets"
20999version = "0.42.2"
21000source = "registry+https://github.com/rust-lang/crates.io-index"
21001checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21002dependencies = [
21003 "windows_aarch64_gnullvm 0.42.2",
21004 "windows_aarch64_msvc 0.42.2",
21005 "windows_i686_gnu 0.42.2",
21006 "windows_i686_msvc 0.42.2",
21007 "windows_x86_64_gnu 0.42.2",
21008 "windows_x86_64_gnullvm 0.42.2",
21009 "windows_x86_64_msvc 0.42.2",
21010]
21011
21012[[package]]
21013name = "windows-targets"
21014version = "0.48.5"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21017dependencies = [
21018 "windows_aarch64_gnullvm 0.48.5",
21019 "windows_aarch64_msvc 0.48.5",
21020 "windows_i686_gnu 0.48.5",
21021 "windows_i686_msvc 0.48.5",
21022 "windows_x86_64_gnu 0.48.5",
21023 "windows_x86_64_gnullvm 0.48.5",
21024 "windows_x86_64_msvc 0.48.5",
21025]
21026
21027[[package]]
21028name = "windows-targets"
21029version = "0.52.6"
21030source = "registry+https://github.com/rust-lang/crates.io-index"
21031checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21032dependencies = [
21033 "windows_aarch64_gnullvm 0.52.6",
21034 "windows_aarch64_msvc 0.52.6",
21035 "windows_i686_gnu 0.52.6",
21036 "windows_i686_gnullvm 0.52.6",
21037 "windows_i686_msvc 0.52.6",
21038 "windows_x86_64_gnu 0.52.6",
21039 "windows_x86_64_gnullvm 0.52.6",
21040 "windows_x86_64_msvc 0.52.6",
21041]
21042
21043[[package]]
21044name = "windows-targets"
21045version = "0.53.5"
21046source = "registry+https://github.com/rust-lang/crates.io-index"
21047checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21048dependencies = [
21049 "windows-link 0.2.1",
21050 "windows_aarch64_gnullvm 0.53.1",
21051 "windows_aarch64_msvc 0.53.1",
21052 "windows_i686_gnu 0.53.1",
21053 "windows_i686_gnullvm 0.53.1",
21054 "windows_i686_msvc 0.53.1",
21055 "windows_x86_64_gnu 0.53.1",
21056 "windows_x86_64_gnullvm 0.53.1",
21057 "windows_x86_64_msvc 0.53.1",
21058]
21059
21060[[package]]
21061name = "windows-threading"
21062version = "0.1.0"
21063source = "registry+https://github.com/rust-lang/crates.io-index"
21064checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21065dependencies = [
21066 "windows-link 0.1.3",
21067]
21068
21069[[package]]
21070name = "windows-threading"
21071version = "0.2.1"
21072source = "registry+https://github.com/rust-lang/crates.io-index"
21073checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21074dependencies = [
21075 "windows-link 0.2.1",
21076]
21077
21078[[package]]
21079name = "windows_aarch64_gnullvm"
21080version = "0.42.2"
21081source = "registry+https://github.com/rust-lang/crates.io-index"
21082checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21083
21084[[package]]
21085name = "windows_aarch64_gnullvm"
21086version = "0.48.5"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21089
21090[[package]]
21091name = "windows_aarch64_gnullvm"
21092version = "0.52.6"
21093source = "registry+https://github.com/rust-lang/crates.io-index"
21094checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21095
21096[[package]]
21097name = "windows_aarch64_gnullvm"
21098version = "0.53.1"
21099source = "registry+https://github.com/rust-lang/crates.io-index"
21100checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21101
21102[[package]]
21103name = "windows_aarch64_msvc"
21104version = "0.42.2"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21107
21108[[package]]
21109name = "windows_aarch64_msvc"
21110version = "0.48.5"
21111source = "registry+https://github.com/rust-lang/crates.io-index"
21112checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21113
21114[[package]]
21115name = "windows_aarch64_msvc"
21116version = "0.52.6"
21117source = "registry+https://github.com/rust-lang/crates.io-index"
21118checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21119
21120[[package]]
21121name = "windows_aarch64_msvc"
21122version = "0.53.1"
21123source = "registry+https://github.com/rust-lang/crates.io-index"
21124checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21125
21126[[package]]
21127name = "windows_i686_gnu"
21128version = "0.42.2"
21129source = "registry+https://github.com/rust-lang/crates.io-index"
21130checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21131
21132[[package]]
21133name = "windows_i686_gnu"
21134version = "0.48.5"
21135source = "registry+https://github.com/rust-lang/crates.io-index"
21136checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21137
21138[[package]]
21139name = "windows_i686_gnu"
21140version = "0.52.6"
21141source = "registry+https://github.com/rust-lang/crates.io-index"
21142checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21143
21144[[package]]
21145name = "windows_i686_gnu"
21146version = "0.53.1"
21147source = "registry+https://github.com/rust-lang/crates.io-index"
21148checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21149
21150[[package]]
21151name = "windows_i686_gnullvm"
21152version = "0.52.6"
21153source = "registry+https://github.com/rust-lang/crates.io-index"
21154checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21155
21156[[package]]
21157name = "windows_i686_gnullvm"
21158version = "0.53.1"
21159source = "registry+https://github.com/rust-lang/crates.io-index"
21160checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21161
21162[[package]]
21163name = "windows_i686_msvc"
21164version = "0.42.2"
21165source = "registry+https://github.com/rust-lang/crates.io-index"
21166checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21167
21168[[package]]
21169name = "windows_i686_msvc"
21170version = "0.48.5"
21171source = "registry+https://github.com/rust-lang/crates.io-index"
21172checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21173
21174[[package]]
21175name = "windows_i686_msvc"
21176version = "0.52.6"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21179
21180[[package]]
21181name = "windows_i686_msvc"
21182version = "0.53.1"
21183source = "registry+https://github.com/rust-lang/crates.io-index"
21184checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21185
21186[[package]]
21187name = "windows_x86_64_gnu"
21188version = "0.42.2"
21189source = "registry+https://github.com/rust-lang/crates.io-index"
21190checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21191
21192[[package]]
21193name = "windows_x86_64_gnu"
21194version = "0.48.5"
21195source = "registry+https://github.com/rust-lang/crates.io-index"
21196checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21197
21198[[package]]
21199name = "windows_x86_64_gnu"
21200version = "0.52.6"
21201source = "registry+https://github.com/rust-lang/crates.io-index"
21202checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21203
21204[[package]]
21205name = "windows_x86_64_gnu"
21206version = "0.53.1"
21207source = "registry+https://github.com/rust-lang/crates.io-index"
21208checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21209
21210[[package]]
21211name = "windows_x86_64_gnullvm"
21212version = "0.42.2"
21213source = "registry+https://github.com/rust-lang/crates.io-index"
21214checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21215
21216[[package]]
21217name = "windows_x86_64_gnullvm"
21218version = "0.48.5"
21219source = "registry+https://github.com/rust-lang/crates.io-index"
21220checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21221
21222[[package]]
21223name = "windows_x86_64_gnullvm"
21224version = "0.52.6"
21225source = "registry+https://github.com/rust-lang/crates.io-index"
21226checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21227
21228[[package]]
21229name = "windows_x86_64_gnullvm"
21230version = "0.53.1"
21231source = "registry+https://github.com/rust-lang/crates.io-index"
21232checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21233
21234[[package]]
21235name = "windows_x86_64_msvc"
21236version = "0.42.2"
21237source = "registry+https://github.com/rust-lang/crates.io-index"
21238checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21239
21240[[package]]
21241name = "windows_x86_64_msvc"
21242version = "0.48.5"
21243source = "registry+https://github.com/rust-lang/crates.io-index"
21244checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21245
21246[[package]]
21247name = "windows_x86_64_msvc"
21248version = "0.52.6"
21249source = "registry+https://github.com/rust-lang/crates.io-index"
21250checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21251
21252[[package]]
21253name = "windows_x86_64_msvc"
21254version = "0.53.1"
21255source = "registry+https://github.com/rust-lang/crates.io-index"
21256checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21257
21258[[package]]
21259name = "winnow"
21260version = "0.7.13"
21261source = "registry+https://github.com/rust-lang/crates.io-index"
21262checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21263dependencies = [
21264 "memchr",
21265]
21266
21267[[package]]
21268name = "winreg"
21269version = "0.10.1"
21270source = "registry+https://github.com/rust-lang/crates.io-index"
21271checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21272dependencies = [
21273 "winapi",
21274]
21275
21276[[package]]
21277name = "winreg"
21278version = "0.50.0"
21279source = "registry+https://github.com/rust-lang/crates.io-index"
21280checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21281dependencies = [
21282 "cfg-if",
21283 "windows-sys 0.48.0",
21284]
21285
21286[[package]]
21287name = "winreg"
21288version = "0.55.0"
21289source = "registry+https://github.com/rust-lang/crates.io-index"
21290checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21291dependencies = [
21292 "cfg-if",
21293 "windows-sys 0.59.0",
21294]
21295
21296[[package]]
21297name = "winresource"
21298version = "0.1.23"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21301dependencies = [
21302 "toml 0.8.23",
21303 "version_check",
21304]
21305
21306[[package]]
21307name = "winsafe"
21308version = "0.0.19"
21309source = "registry+https://github.com/rust-lang/crates.io-index"
21310checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21311
21312[[package]]
21313name = "winx"
21314version = "0.36.4"
21315source = "registry+https://github.com/rust-lang/crates.io-index"
21316checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21317dependencies = [
21318 "bitflags 2.10.0",
21319 "windows-sys 0.59.0",
21320]
21321
21322[[package]]
21323name = "wio"
21324version = "0.2.2"
21325source = "registry+https://github.com/rust-lang/crates.io-index"
21326checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21327dependencies = [
21328 "winapi",
21329]
21330
21331[[package]]
21332name = "wit-bindgen"
21333version = "0.22.0"
21334source = "registry+https://github.com/rust-lang/crates.io-index"
21335checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21336dependencies = [
21337 "bitflags 2.10.0",
21338 "wit-bindgen-rt 0.22.0",
21339 "wit-bindgen-rust-macro 0.22.0",
21340]
21341
21342[[package]]
21343name = "wit-bindgen"
21344version = "0.41.0"
21345source = "registry+https://github.com/rust-lang/crates.io-index"
21346checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21347dependencies = [
21348 "wit-bindgen-rt 0.41.0",
21349 "wit-bindgen-rust-macro 0.41.0",
21350]
21351
21352[[package]]
21353name = "wit-bindgen"
21354version = "0.46.0"
21355source = "registry+https://github.com/rust-lang/crates.io-index"
21356checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21357
21358[[package]]
21359name = "wit-bindgen"
21360version = "0.51.0"
21361source = "registry+https://github.com/rust-lang/crates.io-index"
21362checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21363dependencies = [
21364 "wit-bindgen-rust-macro 0.51.0",
21365]
21366
21367[[package]]
21368name = "wit-bindgen-core"
21369version = "0.22.0"
21370source = "registry+https://github.com/rust-lang/crates.io-index"
21371checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21372dependencies = [
21373 "anyhow",
21374 "wit-parser 0.201.0",
21375]
21376
21377[[package]]
21378name = "wit-bindgen-core"
21379version = "0.41.0"
21380source = "registry+https://github.com/rust-lang/crates.io-index"
21381checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21382dependencies = [
21383 "anyhow",
21384 "heck 0.5.0",
21385 "wit-parser 0.227.1",
21386]
21387
21388[[package]]
21389name = "wit-bindgen-core"
21390version = "0.51.0"
21391source = "registry+https://github.com/rust-lang/crates.io-index"
21392checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21393dependencies = [
21394 "anyhow",
21395 "heck 0.5.0",
21396 "wit-parser 0.244.0",
21397]
21398
21399[[package]]
21400name = "wit-bindgen-rt"
21401version = "0.22.0"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21404
21405[[package]]
21406name = "wit-bindgen-rt"
21407version = "0.41.0"
21408source = "registry+https://github.com/rust-lang/crates.io-index"
21409checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21410dependencies = [
21411 "bitflags 2.10.0",
21412 "futures 0.3.32",
21413 "once_cell",
21414]
21415
21416[[package]]
21417name = "wit-bindgen-rust"
21418version = "0.22.0"
21419source = "registry+https://github.com/rust-lang/crates.io-index"
21420checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21421dependencies = [
21422 "anyhow",
21423 "heck 0.4.1",
21424 "indexmap",
21425 "wasm-metadata 0.201.0",
21426 "wit-bindgen-core 0.22.0",
21427 "wit-component 0.201.0",
21428]
21429
21430[[package]]
21431name = "wit-bindgen-rust"
21432version = "0.41.0"
21433source = "registry+https://github.com/rust-lang/crates.io-index"
21434checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21435dependencies = [
21436 "anyhow",
21437 "heck 0.5.0",
21438 "indexmap",
21439 "prettyplease",
21440 "syn 2.0.117",
21441 "wasm-metadata 0.227.1",
21442 "wit-bindgen-core 0.41.0",
21443 "wit-component 0.227.1",
21444]
21445
21446[[package]]
21447name = "wit-bindgen-rust"
21448version = "0.51.0"
21449source = "registry+https://github.com/rust-lang/crates.io-index"
21450checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21451dependencies = [
21452 "anyhow",
21453 "heck 0.5.0",
21454 "indexmap",
21455 "prettyplease",
21456 "syn 2.0.117",
21457 "wasm-metadata 0.244.0",
21458 "wit-bindgen-core 0.51.0",
21459 "wit-component 0.244.0",
21460]
21461
21462[[package]]
21463name = "wit-bindgen-rust-macro"
21464version = "0.22.0"
21465source = "registry+https://github.com/rust-lang/crates.io-index"
21466checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21467dependencies = [
21468 "anyhow",
21469 "proc-macro2",
21470 "quote",
21471 "syn 2.0.117",
21472 "wit-bindgen-core 0.22.0",
21473 "wit-bindgen-rust 0.22.0",
21474]
21475
21476[[package]]
21477name = "wit-bindgen-rust-macro"
21478version = "0.41.0"
21479source = "registry+https://github.com/rust-lang/crates.io-index"
21480checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21481dependencies = [
21482 "anyhow",
21483 "prettyplease",
21484 "proc-macro2",
21485 "quote",
21486 "syn 2.0.117",
21487 "wit-bindgen-core 0.41.0",
21488 "wit-bindgen-rust 0.41.0",
21489]
21490
21491[[package]]
21492name = "wit-bindgen-rust-macro"
21493version = "0.51.0"
21494source = "registry+https://github.com/rust-lang/crates.io-index"
21495checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21496dependencies = [
21497 "anyhow",
21498 "prettyplease",
21499 "proc-macro2",
21500 "quote",
21501 "syn 2.0.117",
21502 "wit-bindgen-core 0.51.0",
21503 "wit-bindgen-rust 0.51.0",
21504]
21505
21506[[package]]
21507name = "wit-component"
21508version = "0.201.0"
21509source = "registry+https://github.com/rust-lang/crates.io-index"
21510checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21511dependencies = [
21512 "anyhow",
21513 "bitflags 2.10.0",
21514 "indexmap",
21515 "log",
21516 "serde",
21517 "serde_derive",
21518 "serde_json",
21519 "wasm-encoder 0.201.0",
21520 "wasm-metadata 0.201.0",
21521 "wasmparser 0.201.0",
21522 "wit-parser 0.201.0",
21523]
21524
21525[[package]]
21526name = "wit-component"
21527version = "0.227.1"
21528source = "registry+https://github.com/rust-lang/crates.io-index"
21529checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21530dependencies = [
21531 "anyhow",
21532 "bitflags 2.10.0",
21533 "indexmap",
21534 "log",
21535 "serde",
21536 "serde_derive",
21537 "serde_json",
21538 "wasm-encoder 0.227.1",
21539 "wasm-metadata 0.227.1",
21540 "wasmparser 0.227.1",
21541 "wit-parser 0.227.1",
21542]
21543
21544[[package]]
21545name = "wit-component"
21546version = "0.244.0"
21547source = "registry+https://github.com/rust-lang/crates.io-index"
21548checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21549dependencies = [
21550 "anyhow",
21551 "bitflags 2.10.0",
21552 "indexmap",
21553 "log",
21554 "serde",
21555 "serde_derive",
21556 "serde_json",
21557 "wasm-encoder 0.244.0",
21558 "wasm-metadata 0.244.0",
21559 "wasmparser 0.244.0",
21560 "wit-parser 0.244.0",
21561]
21562
21563[[package]]
21564name = "wit-parser"
21565version = "0.201.0"
21566source = "registry+https://github.com/rust-lang/crates.io-index"
21567checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21568dependencies = [
21569 "anyhow",
21570 "id-arena",
21571 "indexmap",
21572 "log",
21573 "semver",
21574 "serde",
21575 "serde_derive",
21576 "serde_json",
21577 "unicode-xid",
21578 "wasmparser 0.201.0",
21579]
21580
21581[[package]]
21582name = "wit-parser"
21583version = "0.227.1"
21584source = "registry+https://github.com/rust-lang/crates.io-index"
21585checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21586dependencies = [
21587 "anyhow",
21588 "id-arena",
21589 "indexmap",
21590 "log",
21591 "semver",
21592 "serde",
21593 "serde_derive",
21594 "serde_json",
21595 "unicode-xid",
21596 "wasmparser 0.227.1",
21597]
21598
21599[[package]]
21600name = "wit-parser"
21601version = "0.236.1"
21602source = "registry+https://github.com/rust-lang/crates.io-index"
21603checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21604dependencies = [
21605 "anyhow",
21606 "id-arena",
21607 "indexmap",
21608 "log",
21609 "semver",
21610 "serde",
21611 "serde_derive",
21612 "serde_json",
21613 "unicode-xid",
21614 "wasmparser 0.236.1",
21615]
21616
21617[[package]]
21618name = "wit-parser"
21619version = "0.244.0"
21620source = "registry+https://github.com/rust-lang/crates.io-index"
21621checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21622dependencies = [
21623 "anyhow",
21624 "id-arena",
21625 "indexmap",
21626 "log",
21627 "semver",
21628 "serde",
21629 "serde_derive",
21630 "serde_json",
21631 "unicode-xid",
21632 "wasmparser 0.244.0",
21633]
21634
21635[[package]]
21636name = "witx"
21637version = "0.9.1"
21638source = "registry+https://github.com/rust-lang/crates.io-index"
21639checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21640dependencies = [
21641 "anyhow",
21642 "log",
21643 "thiserror 1.0.69",
21644 "wast",
21645]
21646
21647[[package]]
21648name = "workspace"
21649version = "0.1.0"
21650dependencies = [
21651 "agent_settings",
21652 "any_vec",
21653 "anyhow",
21654 "async-recursion",
21655 "chrono",
21656 "client",
21657 "clock",
21658 "collections",
21659 "component",
21660 "db",
21661 "feature_flags",
21662 "fs",
21663 "futures 0.3.32",
21664 "git",
21665 "gpui",
21666 "http_client",
21667 "itertools 0.14.0",
21668 "language",
21669 "log",
21670 "markdown",
21671 "menu",
21672 "node_runtime",
21673 "parking_lot",
21674 "postage",
21675 "pretty_assertions",
21676 "project",
21677 "remote",
21678 "schemars",
21679 "serde",
21680 "serde_json",
21681 "session",
21682 "settings",
21683 "smallvec",
21684 "sqlez",
21685 "strum 0.27.2",
21686 "task",
21687 "telemetry",
21688 "tempfile",
21689 "theme",
21690 "theme_settings",
21691 "ui",
21692 "util",
21693 "uuid",
21694 "vim_mode_setting",
21695 "windows 0.61.3",
21696 "zed_actions",
21697 "zlog",
21698]
21699
21700[[package]]
21701name = "worktree"
21702version = "0.1.0"
21703dependencies = [
21704 "anyhow",
21705 "async-lock 2.8.0",
21706 "chardetng",
21707 "clock",
21708 "collections",
21709 "encoding_rs",
21710 "fs",
21711 "futures 0.3.32",
21712 "fuzzy",
21713 "git",
21714 "gpui",
21715 "ignore",
21716 "language",
21717 "log",
21718 "parking_lot",
21719 "paths",
21720 "postage",
21721 "pretty_assertions",
21722 "rand 0.9.2",
21723 "rpc",
21724 "serde",
21725 "serde_json",
21726 "settings",
21727 "smallvec",
21728 "smol",
21729 "sum_tree",
21730 "text",
21731 "tracing",
21732 "util",
21733 "worktree",
21734 "zlog",
21735 "ztracing",
21736]
21737
21738[[package]]
21739name = "worktree_benchmarks"
21740version = "0.1.0"
21741dependencies = [
21742 "fs",
21743 "gpui_platform",
21744 "settings",
21745 "worktree",
21746]
21747
21748[[package]]
21749name = "wprcontrol"
21750version = "0.1.0"
21751source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21752dependencies = [
21753 "windows 0.61.3",
21754 "windows-bindgen",
21755 "windows-core 0.61.2",
21756 "windows-link 0.2.1",
21757]
21758
21759[[package]]
21760name = "writeable"
21761version = "0.6.1"
21762source = "registry+https://github.com/rust-lang/crates.io-index"
21763checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21764
21765[[package]]
21766name = "wyz"
21767version = "0.5.1"
21768source = "registry+https://github.com/rust-lang/crates.io-index"
21769checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21770dependencies = [
21771 "tap",
21772]
21773
21774[[package]]
21775name = "x11"
21776version = "2.21.0"
21777source = "registry+https://github.com/rust-lang/crates.io-index"
21778checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21779dependencies = [
21780 "libc",
21781 "pkg-config",
21782]
21783
21784[[package]]
21785name = "x11-clipboard"
21786version = "0.9.3"
21787source = "registry+https://github.com/rust-lang/crates.io-index"
21788checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21789dependencies = [
21790 "libc",
21791 "x11rb",
21792]
21793
21794[[package]]
21795name = "x11rb"
21796version = "0.13.2"
21797source = "registry+https://github.com/rust-lang/crates.io-index"
21798checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21799dependencies = [
21800 "as-raw-xcb-connection",
21801 "gethostname",
21802 "libc",
21803 "rustix 1.1.2",
21804 "x11rb-protocol",
21805 "xcursor",
21806]
21807
21808[[package]]
21809name = "x11rb-protocol"
21810version = "0.13.2"
21811source = "registry+https://github.com/rust-lang/crates.io-index"
21812checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21813
21814[[package]]
21815name = "x_ai"
21816version = "0.1.0"
21817dependencies = [
21818 "anyhow",
21819 "language_model_core",
21820 "schemars",
21821 "serde",
21822 "strum 0.27.2",
21823 "tiktoken-rs",
21824]
21825
21826[[package]]
21827name = "xattr"
21828version = "0.2.3"
21829source = "registry+https://github.com/rust-lang/crates.io-index"
21830checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21831dependencies = [
21832 "libc",
21833]
21834
21835[[package]]
21836name = "xcb"
21837version = "1.6.0"
21838source = "registry+https://github.com/rust-lang/crates.io-index"
21839checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21840dependencies = [
21841 "bitflags 1.3.2",
21842 "libc",
21843 "quick-xml 0.30.0",
21844 "x11",
21845]
21846
21847[[package]]
21848name = "xcursor"
21849version = "0.3.10"
21850source = "registry+https://github.com/rust-lang/crates.io-index"
21851checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21852
21853[[package]]
21854name = "xim-ctext"
21855version = "0.3.0"
21856source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21857dependencies = [
21858 "encoding_rs",
21859]
21860
21861[[package]]
21862name = "xim-parser"
21863version = "0.2.1"
21864source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21865dependencies = [
21866 "bitflags 2.10.0",
21867]
21868
21869[[package]]
21870name = "xkbcommon"
21871version = "0.8.0"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21874dependencies = [
21875 "as-raw-xcb-connection",
21876 "libc",
21877 "memmap2",
21878 "xkeysym",
21879]
21880
21881[[package]]
21882name = "xkeysym"
21883version = "0.2.1"
21884source = "registry+https://github.com/rust-lang/crates.io-index"
21885checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21886
21887[[package]]
21888name = "xml-rs"
21889version = "0.8.28"
21890source = "registry+https://github.com/rust-lang/crates.io-index"
21891checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21892
21893[[package]]
21894name = "xml5ever"
21895version = "0.18.1"
21896source = "registry+https://github.com/rust-lang/crates.io-index"
21897checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21898dependencies = [
21899 "log",
21900 "mac",
21901 "markup5ever 0.12.1",
21902]
21903
21904[[package]]
21905name = "xmlparser"
21906version = "0.13.6"
21907source = "registry+https://github.com/rust-lang/crates.io-index"
21908checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21909
21910[[package]]
21911name = "xmlwriter"
21912version = "0.1.0"
21913source = "registry+https://github.com/rust-lang/crates.io-index"
21914checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21915
21916[[package]]
21917name = "xtask"
21918version = "0.1.0"
21919dependencies = [
21920 "annotate-snippets",
21921 "anyhow",
21922 "backtrace",
21923 "cargo_metadata 0.19.2",
21924 "cargo_toml",
21925 "clap",
21926 "compliance",
21927 "gh-workflow",
21928 "indexmap",
21929 "indoc",
21930 "itertools 0.14.0",
21931 "regex",
21932 "serde",
21933 "serde_json",
21934 "serde_yaml",
21935 "strum 0.27.2",
21936 "tokio",
21937 "toml 0.8.23",
21938 "toml_edit 0.22.27",
21939]
21940
21941[[package]]
21942name = "yaml-rust2"
21943version = "0.8.1"
21944source = "registry+https://github.com/rust-lang/crates.io-index"
21945checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21946dependencies = [
21947 "arraydeque",
21948 "encoding_rs",
21949 "hashlink 0.8.4",
21950]
21951
21952[[package]]
21953name = "yansi"
21954version = "1.0.1"
21955source = "registry+https://github.com/rust-lang/crates.io-index"
21956checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21957
21958[[package]]
21959name = "yawc"
21960version = "0.2.5"
21961source = "registry+https://github.com/rust-lang/crates.io-index"
21962checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21963dependencies = [
21964 "base64 0.22.1",
21965 "bytes 1.11.1",
21966 "flate2",
21967 "futures 0.3.32",
21968 "http-body-util",
21969 "hyper 1.7.0",
21970 "hyper-util",
21971 "js-sys",
21972 "nom 8.0.0",
21973 "pin-project",
21974 "rand 0.8.5",
21975 "sha1",
21976 "thiserror 1.0.69",
21977 "tokio",
21978 "tokio-rustls 0.26.2",
21979 "tokio-util",
21980 "url",
21981 "wasm-bindgen",
21982 "wasm-bindgen-futures",
21983 "web-sys",
21984 "webpki-roots",
21985]
21986
21987[[package]]
21988name = "yazi"
21989version = "0.2.1"
21990source = "registry+https://github.com/rust-lang/crates.io-index"
21991checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
21992
21993[[package]]
21994name = "yeslogic-fontconfig-sys"
21995version = "6.0.0"
21996source = "registry+https://github.com/rust-lang/crates.io-index"
21997checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
21998dependencies = [
21999 "dlib",
22000 "once_cell",
22001 "pkg-config",
22002]
22003
22004[[package]]
22005name = "yoke"
22006version = "0.7.5"
22007source = "registry+https://github.com/rust-lang/crates.io-index"
22008checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22009dependencies = [
22010 "serde",
22011 "stable_deref_trait",
22012 "yoke-derive 0.7.5",
22013 "zerofrom",
22014]
22015
22016[[package]]
22017name = "yoke"
22018version = "0.8.0"
22019source = "registry+https://github.com/rust-lang/crates.io-index"
22020checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22021dependencies = [
22022 "serde",
22023 "stable_deref_trait",
22024 "yoke-derive 0.8.0",
22025 "zerofrom",
22026]
22027
22028[[package]]
22029name = "yoke-derive"
22030version = "0.7.5"
22031source = "registry+https://github.com/rust-lang/crates.io-index"
22032checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22033dependencies = [
22034 "proc-macro2",
22035 "quote",
22036 "syn 2.0.117",
22037 "synstructure",
22038]
22039
22040[[package]]
22041name = "yoke-derive"
22042version = "0.8.0"
22043source = "registry+https://github.com/rust-lang/crates.io-index"
22044checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22045dependencies = [
22046 "proc-macro2",
22047 "quote",
22048 "syn 2.0.117",
22049 "synstructure",
22050]
22051
22052[[package]]
22053name = "zbus"
22054version = "5.13.2"
22055source = "registry+https://github.com/rust-lang/crates.io-index"
22056checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22057dependencies = [
22058 "async-broadcast",
22059 "async-executor",
22060 "async-io",
22061 "async-lock 3.4.2",
22062 "async-process",
22063 "async-recursion",
22064 "async-task",
22065 "async-trait",
22066 "blocking",
22067 "enumflags2",
22068 "event-listener 5.4.1",
22069 "futures-core",
22070 "futures-lite 2.6.1",
22071 "hex",
22072 "libc",
22073 "ordered-stream",
22074 "rustix 1.1.2",
22075 "serde",
22076 "serde_repr",
22077 "tracing",
22078 "uds_windows",
22079 "uuid",
22080 "windows-sys 0.61.2",
22081 "winnow",
22082 "zbus_macros",
22083 "zbus_names",
22084 "zvariant",
22085]
22086
22087[[package]]
22088name = "zbus_macros"
22089version = "5.13.2"
22090source = "registry+https://github.com/rust-lang/crates.io-index"
22091checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22092dependencies = [
22093 "proc-macro-crate",
22094 "proc-macro2",
22095 "quote",
22096 "syn 2.0.117",
22097 "zbus_names",
22098 "zvariant",
22099 "zvariant_utils",
22100]
22101
22102[[package]]
22103name = "zbus_names"
22104version = "4.3.1"
22105source = "registry+https://github.com/rust-lang/crates.io-index"
22106checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22107dependencies = [
22108 "serde",
22109 "winnow",
22110 "zvariant",
22111]
22112
22113[[package]]
22114name = "zed"
22115version = "0.233.0"
22116dependencies = [
22117 "acp_thread",
22118 "acp_tools",
22119 "action_log",
22120 "activity_indicator",
22121 "agent",
22122 "agent-client-protocol",
22123 "agent_servers",
22124 "agent_settings",
22125 "agent_ui",
22126 "anyhow",
22127 "ashpd",
22128 "askpass",
22129 "assets",
22130 "audio",
22131 "auto_update",
22132 "auto_update_ui",
22133 "breadcrumbs",
22134 "call",
22135 "channel",
22136 "chrono",
22137 "clap",
22138 "cli",
22139 "client",
22140 "clock",
22141 "codestral",
22142 "collab_ui",
22143 "collections",
22144 "command_palette",
22145 "component",
22146 "component_preview",
22147 "copilot",
22148 "copilot_chat",
22149 "copilot_ui",
22150 "crashes",
22151 "csv_preview",
22152 "dap_adapters",
22153 "db",
22154 "debug_adapter_extension",
22155 "debugger_tools",
22156 "debugger_ui",
22157 "dev_container",
22158 "diagnostics",
22159 "edit_prediction",
22160 "edit_prediction_ui",
22161 "editor",
22162 "encoding_selector",
22163 "env_logger 0.11.8",
22164 "etw_tracing",
22165 "extension",
22166 "extension_host",
22167 "extensions_ui",
22168 "feature_flags",
22169 "feedback",
22170 "file_finder",
22171 "fs",
22172 "futures 0.3.32",
22173 "git",
22174 "git_graph",
22175 "git_hosting_providers",
22176 "git_ui",
22177 "go_to_line",
22178 "gpui",
22179 "gpui_platform",
22180 "gpui_tokio",
22181 "http_client",
22182 "image",
22183 "image_viewer",
22184 "inspector_ui",
22185 "install_cli",
22186 "itertools 0.14.0",
22187 "journal",
22188 "json_schema_store",
22189 "keymap_editor",
22190 "language",
22191 "language_extension",
22192 "language_model",
22193 "language_models",
22194 "language_onboarding",
22195 "language_selector",
22196 "language_tools",
22197 "languages",
22198 "line_ending_selector",
22199 "log",
22200 "markdown",
22201 "markdown_preview",
22202 "menu",
22203 "migrator",
22204 "mimalloc",
22205 "miniprofiler_ui",
22206 "nc",
22207 "node_runtime",
22208 "notifications",
22209 "onboarding",
22210 "outline",
22211 "outline_panel",
22212 "parking_lot",
22213 "paths",
22214 "picker",
22215 "pkg-config",
22216 "pretty_assertions",
22217 "profiling",
22218 "project",
22219 "project_panel",
22220 "project_symbols",
22221 "prompt_store",
22222 "proto",
22223 "rayon",
22224 "recent_projects",
22225 "release_channel",
22226 "remote",
22227 "repl",
22228 "reqwest_client",
22229 "rope",
22230 "search",
22231 "semver",
22232 "serde",
22233 "serde_json",
22234 "session",
22235 "settings",
22236 "settings_profile_selector",
22237 "settings_ui",
22238 "shellexpand",
22239 "sidebar",
22240 "smol",
22241 "snippet_provider",
22242 "snippets_ui",
22243 "svg_preview",
22244 "sysinfo 0.37.2",
22245 "system_specs",
22246 "tab_switcher",
22247 "task",
22248 "tasks_ui",
22249 "telemetry",
22250 "telemetry_events",
22251 "tempfile",
22252 "terminal_view",
22253 "theme",
22254 "theme_extension",
22255 "theme_selector",
22256 "theme_settings",
22257 "time",
22258 "time_format",
22259 "title_bar",
22260 "toolchain_selector",
22261 "tracing",
22262 "ui",
22263 "ui_prompt",
22264 "url",
22265 "urlencoding",
22266 "util",
22267 "uuid",
22268 "vim",
22269 "vim_mode_setting",
22270 "watch",
22271 "web_search",
22272 "web_search_providers",
22273 "which_key",
22274 "windows 0.61.3",
22275 "winresource",
22276 "workspace",
22277 "zed-reqwest",
22278 "zed_actions",
22279 "zed_env_vars",
22280 "zlog",
22281 "zlog_settings",
22282 "ztracing",
22283]
22284
22285[[package]]
22286name = "zed-font-kit"
22287version = "0.14.1-zed"
22288source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22289dependencies = [
22290 "bitflags 2.10.0",
22291 "byteorder",
22292 "core-foundation 0.10.0",
22293 "core-graphics 0.24.0",
22294 "core-text",
22295 "dirs",
22296 "dwrote",
22297 "float-ord",
22298 "freetype-sys",
22299 "lazy_static",
22300 "libc",
22301 "log",
22302 "pathfinder_geometry",
22303 "pathfinder_simd",
22304 "walkdir",
22305 "winapi",
22306 "yeslogic-fontconfig-sys",
22307]
22308
22309[[package]]
22310name = "zed-reqwest"
22311version = "0.12.15-zed"
22312source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22313dependencies = [
22314 "base64 0.22.1",
22315 "bytes 1.11.1",
22316 "encoding_rs",
22317 "futures-core",
22318 "futures-util",
22319 "h2 0.4.12",
22320 "http 1.3.1",
22321 "http-body 1.0.1",
22322 "http-body-util",
22323 "hyper 1.7.0",
22324 "hyper-rustls 0.27.7",
22325 "hyper-util",
22326 "ipnet",
22327 "js-sys",
22328 "log",
22329 "mime",
22330 "mime_guess",
22331 "once_cell",
22332 "percent-encoding",
22333 "pin-project-lite",
22334 "quinn",
22335 "rustls 0.23.33",
22336 "rustls-native-certs 0.8.2",
22337 "rustls-pemfile 2.2.0",
22338 "rustls-pki-types",
22339 "serde",
22340 "serde_json",
22341 "serde_urlencoded",
22342 "sync_wrapper 1.0.2",
22343 "system-configuration 0.6.1",
22344 "tokio",
22345 "tokio-rustls 0.26.2",
22346 "tokio-socks",
22347 "tokio-util",
22348 "tower 0.5.2",
22349 "tower-service",
22350 "url",
22351 "wasm-bindgen",
22352 "wasm-bindgen-futures",
22353 "wasm-streams",
22354 "web-sys",
22355 "windows-registry 0.4.0",
22356]
22357
22358[[package]]
22359name = "zed-scap"
22360version = "0.0.8-zed"
22361source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22362dependencies = [
22363 "anyhow",
22364 "cocoa 0.25.0",
22365 "core-graphics-helmer-fork",
22366 "log",
22367 "objc",
22368 "rand 0.8.5",
22369 "screencapturekit",
22370 "screencapturekit-sys",
22371 "sysinfo 0.31.4",
22372 "tao-core-video-sys",
22373 "windows 0.61.3",
22374 "windows-capture",
22375 "x11",
22376 "xcb",
22377]
22378
22379[[package]]
22380name = "zed-xim"
22381version = "0.4.0-zed"
22382source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22383dependencies = [
22384 "ahash 0.8.12",
22385 "hashbrown 0.14.5",
22386 "log",
22387 "x11rb",
22388 "xim-ctext",
22389 "xim-parser",
22390]
22391
22392[[package]]
22393name = "zed_actions"
22394version = "0.1.0"
22395dependencies = [
22396 "gpui",
22397 "schemars",
22398 "serde",
22399 "util",
22400 "uuid",
22401]
22402
22403[[package]]
22404name = "zed_credentials_provider"
22405version = "0.1.0"
22406dependencies = [
22407 "anyhow",
22408 "credentials_provider",
22409 "futures 0.3.32",
22410 "gpui",
22411 "paths",
22412 "release_channel",
22413 "serde",
22414 "serde_json",
22415]
22416
22417[[package]]
22418name = "zed_env_vars"
22419version = "0.1.0"
22420dependencies = [
22421 "env_var",
22422]
22423
22424[[package]]
22425name = "zed_extension_api"
22426version = "0.1.0"
22427source = "registry+https://github.com/rust-lang/crates.io-index"
22428checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22429dependencies = [
22430 "serde",
22431 "serde_json",
22432 "wit-bindgen 0.22.0",
22433]
22434
22435[[package]]
22436name = "zed_extension_api"
22437version = "0.7.0"
22438source = "registry+https://github.com/rust-lang/crates.io-index"
22439checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22440dependencies = [
22441 "serde",
22442 "serde_json",
22443 "wit-bindgen 0.41.0",
22444]
22445
22446[[package]]
22447name = "zed_extension_api"
22448version = "0.8.0"
22449dependencies = [
22450 "serde",
22451 "serde_json",
22452 "wit-bindgen 0.41.0",
22453]
22454
22455[[package]]
22456name = "zed_glsl"
22457version = "0.2.3"
22458dependencies = [
22459 "zed_extension_api 0.1.0",
22460]
22461
22462[[package]]
22463name = "zed_html"
22464version = "0.3.1"
22465dependencies = [
22466 "zed_extension_api 0.7.0",
22467]
22468
22469[[package]]
22470name = "zed_proto"
22471version = "0.3.2"
22472dependencies = [
22473 "zed_extension_api 0.7.0",
22474]
22475
22476[[package]]
22477name = "zed_test_extension"
22478version = "0.1.0"
22479dependencies = [
22480 "zed_extension_api 0.8.0",
22481]
22482
22483[[package]]
22484name = "zeno"
22485version = "0.3.3"
22486source = "registry+https://github.com/rust-lang/crates.io-index"
22487checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22488
22489[[package]]
22490name = "zerocopy"
22491version = "0.8.27"
22492source = "registry+https://github.com/rust-lang/crates.io-index"
22493checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22494dependencies = [
22495 "zerocopy-derive",
22496]
22497
22498[[package]]
22499name = "zerocopy-derive"
22500version = "0.8.27"
22501source = "registry+https://github.com/rust-lang/crates.io-index"
22502checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22503dependencies = [
22504 "proc-macro2",
22505 "quote",
22506 "syn 2.0.117",
22507]
22508
22509[[package]]
22510name = "zerofrom"
22511version = "0.1.6"
22512source = "registry+https://github.com/rust-lang/crates.io-index"
22513checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22514dependencies = [
22515 "zerofrom-derive",
22516]
22517
22518[[package]]
22519name = "zerofrom-derive"
22520version = "0.1.6"
22521source = "registry+https://github.com/rust-lang/crates.io-index"
22522checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22523dependencies = [
22524 "proc-macro2",
22525 "quote",
22526 "syn 2.0.117",
22527 "synstructure",
22528]
22529
22530[[package]]
22531name = "zeroize"
22532version = "1.8.2"
22533source = "registry+https://github.com/rust-lang/crates.io-index"
22534checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22535dependencies = [
22536 "zeroize_derive",
22537]
22538
22539[[package]]
22540name = "zeroize_derive"
22541version = "1.4.2"
22542source = "registry+https://github.com/rust-lang/crates.io-index"
22543checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22544dependencies = [
22545 "proc-macro2",
22546 "quote",
22547 "syn 2.0.117",
22548]
22549
22550[[package]]
22551name = "zeromq"
22552version = "0.5.0"
22553source = "registry+https://github.com/rust-lang/crates.io-index"
22554checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22555dependencies = [
22556 "async-dispatcher",
22557 "async-std",
22558 "async-trait",
22559 "asynchronous-codec",
22560 "bytes 1.11.1",
22561 "crossbeam-queue",
22562 "futures 0.3.32",
22563 "log",
22564 "num-traits",
22565 "once_cell",
22566 "parking_lot",
22567 "rand 0.9.2",
22568 "regex",
22569 "scc",
22570 "thiserror 1.0.69",
22571 "uuid",
22572]
22573
22574[[package]]
22575name = "zerotrie"
22576version = "0.2.2"
22577source = "registry+https://github.com/rust-lang/crates.io-index"
22578checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22579dependencies = [
22580 "displaydoc",
22581 "yoke 0.8.0",
22582 "zerofrom",
22583]
22584
22585[[package]]
22586name = "zerovec"
22587version = "0.11.4"
22588source = "registry+https://github.com/rust-lang/crates.io-index"
22589checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22590dependencies = [
22591 "yoke 0.8.0",
22592 "zerofrom",
22593 "zerovec-derive",
22594]
22595
22596[[package]]
22597name = "zerovec-derive"
22598version = "0.11.1"
22599source = "registry+https://github.com/rust-lang/crates.io-index"
22600checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22601dependencies = [
22602 "proc-macro2",
22603 "quote",
22604 "syn 2.0.117",
22605]
22606
22607[[package]]
22608name = "zeta_prompt"
22609version = "0.1.0"
22610dependencies = [
22611 "anyhow",
22612 "imara-diff",
22613 "indoc",
22614 "serde",
22615 "strum 0.27.2",
22616]
22617
22618[[package]]
22619name = "zip"
22620version = "0.6.6"
22621source = "registry+https://github.com/rust-lang/crates.io-index"
22622checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22623dependencies = [
22624 "aes",
22625 "byteorder",
22626 "bzip2 0.4.4",
22627 "constant_time_eq",
22628 "crc32fast",
22629 "crossbeam-utils",
22630 "flate2",
22631 "hmac",
22632 "pbkdf2 0.11.0",
22633 "sha1",
22634 "time",
22635 "zstd",
22636]
22637
22638[[package]]
22639name = "zip"
22640version = "1.1.4"
22641source = "registry+https://github.com/rust-lang/crates.io-index"
22642checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22643dependencies = [
22644 "arbitrary",
22645 "crc32fast",
22646 "crossbeam-utils",
22647 "displaydoc",
22648 "indexmap",
22649 "num_enum",
22650 "thiserror 1.0.69",
22651]
22652
22653[[package]]
22654name = "zlog"
22655version = "0.1.0"
22656dependencies = [
22657 "anyhow",
22658 "chrono",
22659 "collections",
22660 "log",
22661 "tempfile",
22662]
22663
22664[[package]]
22665name = "zlog_settings"
22666version = "0.1.0"
22667dependencies = [
22668 "collections",
22669 "gpui",
22670 "settings",
22671 "zlog",
22672]
22673
22674[[package]]
22675name = "zstd"
22676version = "0.11.2+zstd.1.5.2"
22677source = "registry+https://github.com/rust-lang/crates.io-index"
22678checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22679dependencies = [
22680 "zstd-safe",
22681]
22682
22683[[package]]
22684name = "zstd-safe"
22685version = "5.0.2+zstd.1.5.2"
22686source = "registry+https://github.com/rust-lang/crates.io-index"
22687checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22688dependencies = [
22689 "libc",
22690 "zstd-sys",
22691]
22692
22693[[package]]
22694name = "zstd-sys"
22695version = "2.0.16+zstd.1.5.7"
22696source = "registry+https://github.com/rust-lang/crates.io-index"
22697checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22698dependencies = [
22699 "cc",
22700 "pkg-config",
22701]
22702
22703[[package]]
22704name = "ztracing"
22705version = "0.1.0"
22706dependencies = [
22707 "tracing",
22708 "tracing-subscriber",
22709 "tracing-tracy",
22710 "tracy-client",
22711 "zlog",
22712 "ztracing_macro",
22713]
22714
22715[[package]]
22716name = "ztracing_macro"
22717version = "0.1.0"
22718
22719[[package]]
22720name = "zune-core"
22721version = "0.4.12"
22722source = "registry+https://github.com/rust-lang/crates.io-index"
22723checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22724
22725[[package]]
22726name = "zune-inflate"
22727version = "0.2.54"
22728source = "registry+https://github.com/rust-lang/crates.io-index"
22729checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22730dependencies = [
22731 "simd-adler32",
22732]
22733
22734[[package]]
22735name = "zune-jpeg"
22736version = "0.4.21"
22737source = "registry+https://github.com/rust-lang/crates.io-index"
22738checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22739dependencies = [
22740 "zune-core",
22741]
22742
22743[[package]]
22744name = "zvariant"
22745version = "5.9.2"
22746source = "registry+https://github.com/rust-lang/crates.io-index"
22747checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22748dependencies = [
22749 "endi",
22750 "enumflags2",
22751 "serde",
22752 "serde_bytes",
22753 "winnow",
22754 "zvariant_derive",
22755 "zvariant_utils",
22756]
22757
22758[[package]]
22759name = "zvariant_derive"
22760version = "5.9.2"
22761source = "registry+https://github.com/rust-lang/crates.io-index"
22762checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22763dependencies = [
22764 "proc-macro-crate",
22765 "proc-macro2",
22766 "quote",
22767 "syn 2.0.117",
22768 "zvariant_utils",
22769]
22770
22771[[package]]
22772name = "zvariant_utils"
22773version = "3.3.0"
22774source = "registry+https://github.com/rust-lang/crates.io-index"
22775checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22776dependencies = [
22777 "proc-macro2",
22778 "quote",
22779 "serde",
22780 "syn 2.0.117",
22781 "winnow",
22782]