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 "cloud_api_types",
  336 "collections",
  337 "command_palette_hooks",
  338 "component",
  339 "context_server",
  340 "db",
  341 "editor",
  342 "eval_utils",
  343 "extension",
  344 "extension_host",
  345 "feature_flags",
  346 "file_icons",
  347 "fs",
  348 "futures 0.3.32",
  349 "fuzzy",
  350 "git",
  351 "gpui",
  352 "gpui_tokio",
  353 "heapless",
  354 "html_to_markdown",
  355 "http_client",
  356 "image",
  357 "indoc",
  358 "itertools 0.14.0",
  359 "jsonschema",
  360 "language",
  361 "language_model",
  362 "language_models",
  363 "languages",
  364 "log",
  365 "lsp",
  366 "markdown",
  367 "menu",
  368 "multi_buffer",
  369 "notifications",
  370 "ordered-float 2.10.1",
  371 "parking_lot",
  372 "paths",
  373 "picker",
  374 "postage",
  375 "pretty_assertions",
  376 "project",
  377 "prompt_store",
  378 "proto",
  379 "rand 0.9.2",
  380 "release_channel",
  381 "reqwest_client",
  382 "rope",
  383 "rules_library",
  384 "schemars",
  385 "semver",
  386 "serde",
  387 "serde_json",
  388 "serde_json_lenient",
  389 "settings",
  390 "smol",
  391 "streaming_diff",
  392 "task",
  393 "telemetry",
  394 "terminal",
  395 "terminal_view",
  396 "text",
  397 "theme",
  398 "theme_settings",
  399 "time",
  400 "time_format",
  401 "tree-sitter-md",
  402 "ui",
  403 "ui_input",
  404 "unindent",
  405 "url",
  406 "util",
  407 "uuid",
  408 "watch",
  409 "workspace",
  410 "zed_actions",
  411]
  412
  413[[package]]
  414name = "ahash"
  415version = "0.7.8"
  416source = "registry+https://github.com/rust-lang/crates.io-index"
  417checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  418dependencies = [
  419 "getrandom 0.2.16",
  420 "once_cell",
  421 "version_check",
  422]
  423
  424[[package]]
  425name = "ahash"
  426version = "0.8.12"
  427source = "registry+https://github.com/rust-lang/crates.io-index"
  428checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  429dependencies = [
  430 "cfg-if",
  431 "const-random",
  432 "getrandom 0.3.4",
  433 "once_cell",
  434 "serde",
  435 "version_check",
  436 "zerocopy",
  437]
  438
  439[[package]]
  440name = "aho-corasick"
  441version = "1.1.3"
  442source = "registry+https://github.com/rust-lang/crates.io-index"
  443checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  444dependencies = [
  445 "memchr",
  446]
  447
  448[[package]]
  449name = "ai_onboarding"
  450version = "0.1.0"
  451dependencies = [
  452 "client",
  453 "cloud_api_types",
  454 "component",
  455 "gpui",
  456 "language_model",
  457 "serde",
  458 "smallvec",
  459 "telemetry",
  460 "ui",
  461 "zed_actions",
  462]
  463
  464[[package]]
  465name = "alacritty_terminal"
  466version = "0.25.1"
  467source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  468dependencies = [
  469 "base64 0.22.1",
  470 "bitflags 2.10.0",
  471 "home",
  472 "libc",
  473 "log",
  474 "mach2 0.5.0",
  475 "miow",
  476 "parking_lot",
  477 "piper",
  478 "polling",
  479 "regex-automata",
  480 "rustix 1.1.2",
  481 "rustix-openpty",
  482 "serde",
  483 "signal-hook",
  484 "unicode-width",
  485 "vte",
  486 "windows-sys 0.59.0",
  487]
  488
  489[[package]]
  490name = "aliasable"
  491version = "0.1.3"
  492source = "registry+https://github.com/rust-lang/crates.io-index"
  493checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  494
  495[[package]]
  496name = "aligned-vec"
  497version = "0.6.4"
  498source = "registry+https://github.com/rust-lang/crates.io-index"
  499checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  500dependencies = [
  501 "equator",
  502]
  503
  504[[package]]
  505name = "allocator-api2"
  506version = "0.2.21"
  507source = "registry+https://github.com/rust-lang/crates.io-index"
  508checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  509
  510[[package]]
  511name = "alsa"
  512version = "0.10.0"
  513source = "registry+https://github.com/rust-lang/crates.io-index"
  514checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  515dependencies = [
  516 "alsa-sys",
  517 "bitflags 2.10.0",
  518 "cfg-if",
  519 "libc",
  520]
  521
  522[[package]]
  523name = "alsa-sys"
  524version = "0.3.1"
  525source = "registry+https://github.com/rust-lang/crates.io-index"
  526checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  527dependencies = [
  528 "libc",
  529 "pkg-config",
  530]
  531
  532[[package]]
  533name = "ambient-authority"
  534version = "0.0.2"
  535source = "registry+https://github.com/rust-lang/crates.io-index"
  536checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  537
  538[[package]]
  539name = "ammonia"
  540version = "4.1.2"
  541source = "registry+https://github.com/rust-lang/crates.io-index"
  542checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  543dependencies = [
  544 "cssparser",
  545 "html5ever 0.35.0",
  546 "maplit",
  547 "tendril",
  548 "url",
  549]
  550
  551[[package]]
  552name = "android_system_properties"
  553version = "0.1.5"
  554source = "registry+https://github.com/rust-lang/crates.io-index"
  555checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  556dependencies = [
  557 "libc",
  558]
  559
  560[[package]]
  561name = "anes"
  562version = "0.1.6"
  563source = "registry+https://github.com/rust-lang/crates.io-index"
  564checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  565
  566[[package]]
  567name = "annotate-snippets"
  568version = "0.12.12"
  569source = "registry+https://github.com/rust-lang/crates.io-index"
  570checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  571dependencies = [
  572 "anstyle",
  573 "memchr",
  574 "unicode-width",
  575]
  576
  577[[package]]
  578name = "anstream"
  579version = "0.6.21"
  580source = "registry+https://github.com/rust-lang/crates.io-index"
  581checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  582dependencies = [
  583 "anstyle",
  584 "anstyle-parse",
  585 "anstyle-query",
  586 "anstyle-wincon",
  587 "colorchoice",
  588 "is_terminal_polyfill",
  589 "utf8parse",
  590]
  591
  592[[package]]
  593name = "anstyle"
  594version = "1.0.13"
  595source = "registry+https://github.com/rust-lang/crates.io-index"
  596checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  597
  598[[package]]
  599name = "anstyle-parse"
  600version = "0.2.7"
  601source = "registry+https://github.com/rust-lang/crates.io-index"
  602checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  603dependencies = [
  604 "utf8parse",
  605]
  606
  607[[package]]
  608name = "anstyle-query"
  609version = "1.1.4"
  610source = "registry+https://github.com/rust-lang/crates.io-index"
  611checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  612dependencies = [
  613 "windows-sys 0.60.2",
  614]
  615
  616[[package]]
  617name = "anstyle-wincon"
  618version = "3.0.10"
  619source = "registry+https://github.com/rust-lang/crates.io-index"
  620checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  621dependencies = [
  622 "anstyle",
  623 "once_cell_polyfill",
  624 "windows-sys 0.60.2",
  625]
  626
  627[[package]]
  628name = "anthropic"
  629version = "0.1.0"
  630dependencies = [
  631 "anyhow",
  632 "chrono",
  633 "collections",
  634 "futures 0.3.32",
  635 "http_client",
  636 "language_model_core",
  637 "log",
  638 "schemars",
  639 "serde",
  640 "serde_json",
  641 "strum 0.27.2",
  642 "thiserror 2.0.17",
  643 "tiktoken-rs",
  644]
  645
  646[[package]]
  647name = "any_vec"
  648version = "0.14.0"
  649source = "registry+https://github.com/rust-lang/crates.io-index"
  650checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  651
  652[[package]]
  653name = "anyhow"
  654version = "1.0.100"
  655source = "registry+https://github.com/rust-lang/crates.io-index"
  656checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  657
  658[[package]]
  659name = "approx"
  660version = "0.5.1"
  661source = "registry+https://github.com/rust-lang/crates.io-index"
  662checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  663dependencies = [
  664 "num-traits",
  665]
  666
  667[[package]]
  668name = "ar_archive_writer"
  669version = "0.5.1"
  670source = "registry+https://github.com/rust-lang/crates.io-index"
  671checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  672dependencies = [
  673 "object",
  674]
  675
  676[[package]]
  677name = "arbitrary"
  678version = "1.4.2"
  679source = "registry+https://github.com/rust-lang/crates.io-index"
  680checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  681dependencies = [
  682 "derive_arbitrary",
  683]
  684
  685[[package]]
  686name = "arc-swap"
  687version = "1.9.0"
  688source = "registry+https://github.com/rust-lang/crates.io-index"
  689checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  690dependencies = [
  691 "rustversion",
  692]
  693
  694[[package]]
  695name = "arg_enum_proc_macro"
  696version = "0.3.4"
  697source = "registry+https://github.com/rust-lang/crates.io-index"
  698checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  699dependencies = [
  700 "proc-macro2",
  701 "quote",
  702 "syn 2.0.117",
  703]
  704
  705[[package]]
  706name = "arraydeque"
  707version = "0.5.1"
  708source = "registry+https://github.com/rust-lang/crates.io-index"
  709checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  710
  711[[package]]
  712name = "arrayref"
  713version = "0.3.9"
  714source = "registry+https://github.com/rust-lang/crates.io-index"
  715checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  716
  717[[package]]
  718name = "arrayvec"
  719version = "0.7.6"
  720source = "registry+https://github.com/rust-lang/crates.io-index"
  721checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  722
  723[[package]]
  724name = "as-raw-xcb-connection"
  725version = "1.0.1"
  726source = "registry+https://github.com/rust-lang/crates.io-index"
  727checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  728
  729[[package]]
  730name = "ascii"
  731version = "1.1.0"
  732source = "registry+https://github.com/rust-lang/crates.io-index"
  733checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  734
  735[[package]]
  736name = "ash"
  737version = "0.38.0+1.3.281"
  738source = "registry+https://github.com/rust-lang/crates.io-index"
  739checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  740dependencies = [
  741 "libloading",
  742]
  743
  744[[package]]
  745name = "ashpd"
  746version = "0.13.2"
  747source = "registry+https://github.com/rust-lang/crates.io-index"
  748checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  749dependencies = [
  750 "enumflags2",
  751 "futures-channel",
  752 "futures-util",
  753 "getrandom 0.4.1",
  754 "serde",
  755 "serde_repr",
  756 "wayland-backend",
  757 "wayland-client",
  758 "wayland-protocols",
  759 "zbus",
  760]
  761
  762[[package]]
  763name = "askpass"
  764version = "0.1.0"
  765dependencies = [
  766 "anyhow",
  767 "futures 0.3.32",
  768 "gpui",
  769 "log",
  770 "net",
  771 "smol",
  772 "tempfile",
  773 "util",
  774 "windows 0.61.3",
  775 "zeroize",
  776]
  777
  778[[package]]
  779name = "assets"
  780version = "0.1.0"
  781dependencies = [
  782 "anyhow",
  783 "gpui",
  784 "rust-embed",
  785]
  786
  787[[package]]
  788name = "async-attributes"
  789version = "1.1.2"
  790source = "registry+https://github.com/rust-lang/crates.io-index"
  791checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  792dependencies = [
  793 "quote",
  794 "syn 1.0.109",
  795]
  796
  797[[package]]
  798name = "async-broadcast"
  799version = "0.7.2"
  800source = "registry+https://github.com/rust-lang/crates.io-index"
  801checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  802dependencies = [
  803 "event-listener 5.4.1",
  804 "event-listener-strategy",
  805 "futures-core",
  806 "pin-project-lite",
  807]
  808
  809[[package]]
  810name = "async-channel"
  811version = "1.9.0"
  812source = "registry+https://github.com/rust-lang/crates.io-index"
  813checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  814dependencies = [
  815 "concurrent-queue",
  816 "event-listener 2.5.3",
  817 "futures-core",
  818]
  819
  820[[package]]
  821name = "async-channel"
  822version = "2.5.0"
  823source = "registry+https://github.com/rust-lang/crates.io-index"
  824checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  825dependencies = [
  826 "concurrent-queue",
  827 "event-listener-strategy",
  828 "futures-core",
  829 "pin-project-lite",
  830]
  831
  832[[package]]
  833name = "async-compat"
  834version = "0.2.5"
  835source = "registry+https://github.com/rust-lang/crates.io-index"
  836checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  837dependencies = [
  838 "futures-core",
  839 "futures-io",
  840 "once_cell",
  841 "pin-project-lite",
  842 "tokio",
  843]
  844
  845[[package]]
  846name = "async-compression"
  847version = "0.4.32"
  848source = "registry+https://github.com/rust-lang/crates.io-index"
  849checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  850dependencies = [
  851 "compression-codecs",
  852 "compression-core",
  853 "futures-core",
  854 "futures-io",
  855 "pin-project-lite",
  856]
  857
  858[[package]]
  859name = "async-dispatcher"
  860version = "0.1.2"
  861source = "registry+https://github.com/rust-lang/crates.io-index"
  862checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  863dependencies = [
  864 "async-task",
  865 "futures-lite 1.13.0",
  866]
  867
  868[[package]]
  869name = "async-executor"
  870version = "1.13.3"
  871source = "registry+https://github.com/rust-lang/crates.io-index"
  872checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  873dependencies = [
  874 "async-task",
  875 "concurrent-queue",
  876 "fastrand 2.3.0",
  877 "futures-lite 2.6.1",
  878 "pin-project-lite",
  879 "slab",
  880]
  881
  882[[package]]
  883name = "async-fs"
  884version = "2.2.0"
  885source = "registry+https://github.com/rust-lang/crates.io-index"
  886checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  887dependencies = [
  888 "async-lock 3.4.2",
  889 "blocking",
  890 "futures-lite 2.6.1",
  891]
  892
  893[[package]]
  894name = "async-global-executor"
  895version = "2.4.1"
  896source = "registry+https://github.com/rust-lang/crates.io-index"
  897checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  898dependencies = [
  899 "async-channel 2.5.0",
  900 "async-executor",
  901 "async-io",
  902 "async-lock 3.4.2",
  903 "blocking",
  904 "futures-lite 2.6.1",
  905 "once_cell",
  906]
  907
  908[[package]]
  909name = "async-io"
  910version = "2.6.0"
  911source = "registry+https://github.com/rust-lang/crates.io-index"
  912checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  913dependencies = [
  914 "autocfg",
  915 "cfg-if",
  916 "concurrent-queue",
  917 "futures-io",
  918 "futures-lite 2.6.1",
  919 "parking",
  920 "polling",
  921 "rustix 1.1.2",
  922 "slab",
  923 "windows-sys 0.61.2",
  924]
  925
  926[[package]]
  927name = "async-lock"
  928version = "2.8.0"
  929source = "registry+https://github.com/rust-lang/crates.io-index"
  930checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  931dependencies = [
  932 "event-listener 2.5.3",
  933]
  934
  935[[package]]
  936name = "async-lock"
  937version = "3.4.2"
  938source = "registry+https://github.com/rust-lang/crates.io-index"
  939checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  940dependencies = [
  941 "event-listener 5.4.1",
  942 "event-listener-strategy",
  943 "pin-project-lite",
  944]
  945
  946[[package]]
  947name = "async-net"
  948version = "2.0.0"
  949source = "registry+https://github.com/rust-lang/crates.io-index"
  950checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  951dependencies = [
  952 "async-io",
  953 "blocking",
  954 "futures-lite 2.6.1",
  955]
  956
  957[[package]]
  958name = "async-pipe"
  959version = "0.1.3"
  960source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  961dependencies = [
  962 "futures 0.3.32",
  963 "log",
  964]
  965
  966[[package]]
  967name = "async-process"
  968version = "2.5.0"
  969source = "registry+https://github.com/rust-lang/crates.io-index"
  970checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  971dependencies = [
  972 "async-channel 2.5.0",
  973 "async-io",
  974 "async-lock 3.4.2",
  975 "async-signal",
  976 "async-task",
  977 "blocking",
  978 "cfg-if",
  979 "event-listener 5.4.1",
  980 "futures-lite 2.6.1",
  981 "rustix 1.1.2",
  982]
  983
  984[[package]]
  985name = "async-recursion"
  986version = "1.1.1"
  987source = "registry+https://github.com/rust-lang/crates.io-index"
  988checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  989dependencies = [
  990 "proc-macro2",
  991 "quote",
  992 "syn 2.0.117",
  993]
  994
  995[[package]]
  996name = "async-signal"
  997version = "0.2.13"
  998source = "registry+https://github.com/rust-lang/crates.io-index"
  999checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1000dependencies = [
 1001 "async-io",
 1002 "async-lock 3.4.2",
 1003 "atomic-waker",
 1004 "cfg-if",
 1005 "futures-core",
 1006 "futures-io",
 1007 "rustix 1.1.2",
 1008 "signal-hook-registry",
 1009 "slab",
 1010 "windows-sys 0.61.2",
 1011]
 1012
 1013[[package]]
 1014name = "async-std"
 1015version = "1.13.2"
 1016source = "registry+https://github.com/rust-lang/crates.io-index"
 1017checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1018dependencies = [
 1019 "async-attributes",
 1020 "async-channel 1.9.0",
 1021 "async-global-executor",
 1022 "async-io",
 1023 "async-lock 3.4.2",
 1024 "async-process",
 1025 "crossbeam-utils",
 1026 "futures-channel",
 1027 "futures-core",
 1028 "futures-io",
 1029 "futures-lite 2.6.1",
 1030 "gloo-timers",
 1031 "kv-log-macro",
 1032 "log",
 1033 "memchr",
 1034 "once_cell",
 1035 "pin-project-lite",
 1036 "pin-utils",
 1037 "slab",
 1038 "wasm-bindgen-futures",
 1039]
 1040
 1041[[package]]
 1042name = "async-stream"
 1043version = "0.3.6"
 1044source = "registry+https://github.com/rust-lang/crates.io-index"
 1045checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1046dependencies = [
 1047 "async-stream-impl",
 1048 "futures-core",
 1049 "pin-project-lite",
 1050]
 1051
 1052[[package]]
 1053name = "async-stream-impl"
 1054version = "0.3.6"
 1055source = "registry+https://github.com/rust-lang/crates.io-index"
 1056checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1057dependencies = [
 1058 "proc-macro2",
 1059 "quote",
 1060 "syn 2.0.117",
 1061]
 1062
 1063[[package]]
 1064name = "async-tar"
 1065version = "0.5.1"
 1066source = "registry+https://github.com/rust-lang/crates.io-index"
 1067checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1068dependencies = [
 1069 "async-std",
 1070 "filetime",
 1071 "libc",
 1072 "pin-project",
 1073 "redox_syscall 0.2.16",
 1074 "xattr",
 1075]
 1076
 1077[[package]]
 1078name = "async-task"
 1079version = "4.7.1"
 1080source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1081
 1082[[package]]
 1083name = "async-trait"
 1084version = "0.1.89"
 1085source = "registry+https://github.com/rust-lang/crates.io-index"
 1086checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1087dependencies = [
 1088 "proc-macro2",
 1089 "quote",
 1090 "syn 2.0.117",
 1091]
 1092
 1093[[package]]
 1094name = "async-tungstenite"
 1095version = "0.31.0"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1098dependencies = [
 1099 "atomic-waker",
 1100 "futures-core",
 1101 "futures-io",
 1102 "futures-task",
 1103 "futures-util",
 1104 "log",
 1105 "pin-project-lite",
 1106 "rustls-pki-types",
 1107 "tokio",
 1108 "tokio-rustls 0.26.2",
 1109 "tungstenite 0.27.0",
 1110]
 1111
 1112[[package]]
 1113name = "async_zip"
 1114version = "0.0.18"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1117dependencies = [
 1118 "async-compression",
 1119 "crc32fast",
 1120 "futures-lite 2.6.1",
 1121 "pin-project",
 1122 "thiserror 2.0.17",
 1123]
 1124
 1125[[package]]
 1126name = "asynchronous-codec"
 1127version = "0.7.0"
 1128source = "registry+https://github.com/rust-lang/crates.io-index"
 1129checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1130dependencies = [
 1131 "bytes 1.11.1",
 1132 "futures-sink",
 1133 "futures-util",
 1134 "memchr",
 1135 "pin-project-lite",
 1136]
 1137
 1138[[package]]
 1139name = "atoi"
 1140version = "2.0.0"
 1141source = "registry+https://github.com/rust-lang/crates.io-index"
 1142checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1143dependencies = [
 1144 "num-traits",
 1145]
 1146
 1147[[package]]
 1148name = "atomic"
 1149version = "0.5.3"
 1150source = "registry+https://github.com/rust-lang/crates.io-index"
 1151checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1152
 1153[[package]]
 1154name = "atomic-waker"
 1155version = "1.1.2"
 1156source = "registry+https://github.com/rust-lang/crates.io-index"
 1157checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1158
 1159[[package]]
 1160name = "audio"
 1161version = "0.1.0"
 1162dependencies = [
 1163 "anyhow",
 1164 "collections",
 1165 "cpal",
 1166 "crossbeam",
 1167 "denoise",
 1168 "gpui",
 1169 "libwebrtc",
 1170 "log",
 1171 "parking_lot",
 1172 "rodio",
 1173 "serde",
 1174 "settings",
 1175 "thiserror 2.0.17",
 1176 "util",
 1177]
 1178
 1179[[package]]
 1180name = "auditable-serde"
 1181version = "0.8.0"
 1182source = "registry+https://github.com/rust-lang/crates.io-index"
 1183checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1184dependencies = [
 1185 "semver",
 1186 "serde",
 1187 "serde_json",
 1188 "topological-sort",
 1189]
 1190
 1191[[package]]
 1192name = "auto_update"
 1193version = "0.1.0"
 1194dependencies = [
 1195 "anyhow",
 1196 "client",
 1197 "clock",
 1198 "ctor",
 1199 "db",
 1200 "futures 0.3.32",
 1201 "futures-lite 1.13.0",
 1202 "gpui",
 1203 "http_client",
 1204 "log",
 1205 "parking_lot",
 1206 "paths",
 1207 "release_channel",
 1208 "semver",
 1209 "serde",
 1210 "serde_json",
 1211 "settings",
 1212 "smol",
 1213 "tempfile",
 1214 "util",
 1215 "which 6.0.3",
 1216 "workspace",
 1217 "zlog",
 1218]
 1219
 1220[[package]]
 1221name = "auto_update_helper"
 1222version = "0.1.0"
 1223dependencies = [
 1224 "anyhow",
 1225 "log",
 1226 "scopeguard",
 1227 "simplelog",
 1228 "tempfile",
 1229 "windows 0.61.3",
 1230 "winresource",
 1231]
 1232
 1233[[package]]
 1234name = "auto_update_ui"
 1235version = "0.1.0"
 1236dependencies = [
 1237 "agent_settings",
 1238 "anyhow",
 1239 "auto_update",
 1240 "client",
 1241 "db",
 1242 "editor",
 1243 "fs",
 1244 "gpui",
 1245 "markdown_preview",
 1246 "release_channel",
 1247 "semver",
 1248 "serde",
 1249 "serde_json",
 1250 "smol",
 1251 "telemetry",
 1252 "ui",
 1253 "util",
 1254 "workspace",
 1255 "zed_actions",
 1256]
 1257
 1258[[package]]
 1259name = "autocfg"
 1260version = "1.5.0"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1263
 1264[[package]]
 1265name = "av1-grain"
 1266version = "0.2.4"
 1267source = "registry+https://github.com/rust-lang/crates.io-index"
 1268checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1269dependencies = [
 1270 "anyhow",
 1271 "arrayvec",
 1272 "log",
 1273 "nom 7.1.3",
 1274 "num-rational",
 1275 "v_frame",
 1276]
 1277
 1278[[package]]
 1279name = "avif-serialize"
 1280version = "0.8.6"
 1281source = "registry+https://github.com/rust-lang/crates.io-index"
 1282checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1283dependencies = [
 1284 "arrayvec",
 1285]
 1286
 1287[[package]]
 1288name = "aws-config"
 1289version = "1.8.10"
 1290source = "registry+https://github.com/rust-lang/crates.io-index"
 1291checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1292dependencies = [
 1293 "aws-credential-types",
 1294 "aws-runtime",
 1295 "aws-sdk-sso",
 1296 "aws-sdk-ssooidc",
 1297 "aws-sdk-sts",
 1298 "aws-smithy-async",
 1299 "aws-smithy-http",
 1300 "aws-smithy-json",
 1301 "aws-smithy-runtime",
 1302 "aws-smithy-runtime-api",
 1303 "aws-smithy-types",
 1304 "aws-types",
 1305 "bytes 1.11.1",
 1306 "fastrand 2.3.0",
 1307 "hex",
 1308 "http 1.3.1",
 1309 "ring",
 1310 "time",
 1311 "tokio",
 1312 "tracing",
 1313 "url",
 1314 "zeroize",
 1315]
 1316
 1317[[package]]
 1318name = "aws-credential-types"
 1319version = "1.2.10"
 1320source = "registry+https://github.com/rust-lang/crates.io-index"
 1321checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1322dependencies = [
 1323 "aws-smithy-async",
 1324 "aws-smithy-runtime-api",
 1325 "aws-smithy-types",
 1326 "zeroize",
 1327]
 1328
 1329[[package]]
 1330name = "aws-lc-rs"
 1331version = "1.15.4"
 1332source = "registry+https://github.com/rust-lang/crates.io-index"
 1333checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1334dependencies = [
 1335 "aws-lc-sys",
 1336 "untrusted 0.7.1",
 1337 "zeroize",
 1338]
 1339
 1340[[package]]
 1341name = "aws-lc-sys"
 1342version = "0.37.0"
 1343source = "registry+https://github.com/rust-lang/crates.io-index"
 1344checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1345dependencies = [
 1346 "cc",
 1347 "cmake",
 1348 "dunce",
 1349 "fs_extra",
 1350]
 1351
 1352[[package]]
 1353name = "aws-runtime"
 1354version = "1.5.16"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1357dependencies = [
 1358 "aws-credential-types",
 1359 "aws-sigv4",
 1360 "aws-smithy-async",
 1361 "aws-smithy-eventstream",
 1362 "aws-smithy-http",
 1363 "aws-smithy-runtime",
 1364 "aws-smithy-runtime-api",
 1365 "aws-smithy-types",
 1366 "aws-types",
 1367 "bytes 1.11.1",
 1368 "fastrand 2.3.0",
 1369 "http 0.2.12",
 1370 "http-body 0.4.6",
 1371 "percent-encoding",
 1372 "pin-project-lite",
 1373 "tracing",
 1374 "uuid",
 1375]
 1376
 1377[[package]]
 1378name = "aws-sdk-bedrockruntime"
 1379version = "1.113.0"
 1380source = "registry+https://github.com/rust-lang/crates.io-index"
 1381checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1382dependencies = [
 1383 "aws-credential-types",
 1384 "aws-runtime",
 1385 "aws-sigv4",
 1386 "aws-smithy-async",
 1387 "aws-smithy-eventstream",
 1388 "aws-smithy-http",
 1389 "aws-smithy-json",
 1390 "aws-smithy-runtime",
 1391 "aws-smithy-runtime-api",
 1392 "aws-smithy-types",
 1393 "aws-types",
 1394 "bytes 1.11.1",
 1395 "fastrand 2.3.0",
 1396 "http 0.2.12",
 1397 "hyper 0.14.32",
 1398 "regex-lite",
 1399 "tracing",
 1400]
 1401
 1402[[package]]
 1403name = "aws-sdk-kinesis"
 1404version = "1.95.0"
 1405source = "registry+https://github.com/rust-lang/crates.io-index"
 1406checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1407dependencies = [
 1408 "aws-credential-types",
 1409 "aws-runtime",
 1410 "aws-smithy-async",
 1411 "aws-smithy-eventstream",
 1412 "aws-smithy-http",
 1413 "aws-smithy-json",
 1414 "aws-smithy-runtime",
 1415 "aws-smithy-runtime-api",
 1416 "aws-smithy-types",
 1417 "aws-types",
 1418 "bytes 1.11.1",
 1419 "fastrand 2.3.0",
 1420 "http 0.2.12",
 1421 "regex-lite",
 1422 "tracing",
 1423]
 1424
 1425[[package]]
 1426name = "aws-sdk-s3"
 1427version = "1.112.0"
 1428source = "registry+https://github.com/rust-lang/crates.io-index"
 1429checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1430dependencies = [
 1431 "aws-credential-types",
 1432 "aws-runtime",
 1433 "aws-sigv4",
 1434 "aws-smithy-async",
 1435 "aws-smithy-checksums",
 1436 "aws-smithy-eventstream",
 1437 "aws-smithy-http",
 1438 "aws-smithy-json",
 1439 "aws-smithy-runtime",
 1440 "aws-smithy-runtime-api",
 1441 "aws-smithy-types",
 1442 "aws-smithy-xml",
 1443 "aws-types",
 1444 "bytes 1.11.1",
 1445 "fastrand 2.3.0",
 1446 "hex",
 1447 "hmac",
 1448 "http 0.2.12",
 1449 "http 1.3.1",
 1450 "http-body 0.4.6",
 1451 "lru",
 1452 "percent-encoding",
 1453 "regex-lite",
 1454 "sha2",
 1455 "tracing",
 1456 "url",
 1457]
 1458
 1459[[package]]
 1460name = "aws-sdk-sso"
 1461version = "1.88.0"
 1462source = "registry+https://github.com/rust-lang/crates.io-index"
 1463checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1464dependencies = [
 1465 "aws-credential-types",
 1466 "aws-runtime",
 1467 "aws-smithy-async",
 1468 "aws-smithy-http",
 1469 "aws-smithy-json",
 1470 "aws-smithy-runtime",
 1471 "aws-smithy-runtime-api",
 1472 "aws-smithy-types",
 1473 "aws-types",
 1474 "bytes 1.11.1",
 1475 "fastrand 2.3.0",
 1476 "http 0.2.12",
 1477 "regex-lite",
 1478 "tracing",
 1479]
 1480
 1481[[package]]
 1482name = "aws-sdk-ssooidc"
 1483version = "1.90.0"
 1484source = "registry+https://github.com/rust-lang/crates.io-index"
 1485checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1486dependencies = [
 1487 "aws-credential-types",
 1488 "aws-runtime",
 1489 "aws-smithy-async",
 1490 "aws-smithy-http",
 1491 "aws-smithy-json",
 1492 "aws-smithy-runtime",
 1493 "aws-smithy-runtime-api",
 1494 "aws-smithy-types",
 1495 "aws-types",
 1496 "bytes 1.11.1",
 1497 "fastrand 2.3.0",
 1498 "http 0.2.12",
 1499 "regex-lite",
 1500 "tracing",
 1501]
 1502
 1503[[package]]
 1504name = "aws-sdk-sts"
 1505version = "1.90.0"
 1506source = "registry+https://github.com/rust-lang/crates.io-index"
 1507checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1508dependencies = [
 1509 "aws-credential-types",
 1510 "aws-runtime",
 1511 "aws-smithy-async",
 1512 "aws-smithy-http",
 1513 "aws-smithy-json",
 1514 "aws-smithy-query",
 1515 "aws-smithy-runtime",
 1516 "aws-smithy-runtime-api",
 1517 "aws-smithy-types",
 1518 "aws-smithy-xml",
 1519 "aws-types",
 1520 "fastrand 2.3.0",
 1521 "http 0.2.12",
 1522 "regex-lite",
 1523 "tracing",
 1524]
 1525
 1526[[package]]
 1527name = "aws-sigv4"
 1528version = "1.3.6"
 1529source = "registry+https://github.com/rust-lang/crates.io-index"
 1530checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1531dependencies = [
 1532 "aws-credential-types",
 1533 "aws-smithy-eventstream",
 1534 "aws-smithy-http",
 1535 "aws-smithy-runtime-api",
 1536 "aws-smithy-types",
 1537 "bytes 1.11.1",
 1538 "crypto-bigint 0.5.5",
 1539 "form_urlencoded",
 1540 "hex",
 1541 "hmac",
 1542 "http 0.2.12",
 1543 "http 1.3.1",
 1544 "p256",
 1545 "percent-encoding",
 1546 "ring",
 1547 "sha2",
 1548 "subtle",
 1549 "time",
 1550 "tracing",
 1551 "zeroize",
 1552]
 1553
 1554[[package]]
 1555name = "aws-smithy-async"
 1556version = "1.2.6"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1559dependencies = [
 1560 "futures-util",
 1561 "pin-project-lite",
 1562 "tokio",
 1563]
 1564
 1565[[package]]
 1566name = "aws-smithy-checksums"
 1567version = "0.63.11"
 1568source = "registry+https://github.com/rust-lang/crates.io-index"
 1569checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1570dependencies = [
 1571 "aws-smithy-http",
 1572 "aws-smithy-types",
 1573 "bytes 1.11.1",
 1574 "crc-fast",
 1575 "hex",
 1576 "http 0.2.12",
 1577 "http-body 0.4.6",
 1578 "md-5",
 1579 "pin-project-lite",
 1580 "sha1",
 1581 "sha2",
 1582 "tracing",
 1583]
 1584
 1585[[package]]
 1586name = "aws-smithy-eventstream"
 1587version = "0.60.13"
 1588source = "registry+https://github.com/rust-lang/crates.io-index"
 1589checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1590dependencies = [
 1591 "aws-smithy-types",
 1592 "bytes 1.11.1",
 1593 "crc32fast",
 1594]
 1595
 1596[[package]]
 1597name = "aws-smithy-http"
 1598version = "0.62.5"
 1599source = "registry+https://github.com/rust-lang/crates.io-index"
 1600checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1601dependencies = [
 1602 "aws-smithy-eventstream",
 1603 "aws-smithy-runtime-api",
 1604 "aws-smithy-types",
 1605 "bytes 1.11.1",
 1606 "bytes-utils",
 1607 "futures-core",
 1608 "futures-util",
 1609 "http 0.2.12",
 1610 "http 1.3.1",
 1611 "http-body 0.4.6",
 1612 "percent-encoding",
 1613 "pin-project-lite",
 1614 "pin-utils",
 1615 "tracing",
 1616]
 1617
 1618[[package]]
 1619name = "aws-smithy-http-client"
 1620version = "1.1.4"
 1621source = "registry+https://github.com/rust-lang/crates.io-index"
 1622checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1623dependencies = [
 1624 "aws-smithy-async",
 1625 "aws-smithy-runtime-api",
 1626 "aws-smithy-types",
 1627 "h2 0.3.27",
 1628 "h2 0.4.12",
 1629 "http 0.2.12",
 1630 "http 1.3.1",
 1631 "http-body 0.4.6",
 1632 "hyper 0.14.32",
 1633 "hyper 1.7.0",
 1634 "hyper-rustls 0.24.2",
 1635 "hyper-rustls 0.27.7",
 1636 "hyper-util",
 1637 "pin-project-lite",
 1638 "rustls 0.21.12",
 1639 "rustls 0.23.33",
 1640 "rustls-native-certs 0.8.2",
 1641 "rustls-pki-types",
 1642 "tokio",
 1643 "tokio-rustls 0.26.2",
 1644 "tower 0.5.2",
 1645 "tracing",
 1646]
 1647
 1648[[package]]
 1649name = "aws-smithy-json"
 1650version = "0.61.7"
 1651source = "registry+https://github.com/rust-lang/crates.io-index"
 1652checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1653dependencies = [
 1654 "aws-smithy-types",
 1655]
 1656
 1657[[package]]
 1658name = "aws-smithy-observability"
 1659version = "0.1.4"
 1660source = "registry+https://github.com/rust-lang/crates.io-index"
 1661checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1662dependencies = [
 1663 "aws-smithy-runtime-api",
 1664]
 1665
 1666[[package]]
 1667name = "aws-smithy-query"
 1668version = "0.60.8"
 1669source = "registry+https://github.com/rust-lang/crates.io-index"
 1670checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1671dependencies = [
 1672 "aws-smithy-types",
 1673 "urlencoding",
 1674]
 1675
 1676[[package]]
 1677name = "aws-smithy-runtime"
 1678version = "1.9.4"
 1679source = "registry+https://github.com/rust-lang/crates.io-index"
 1680checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1681dependencies = [
 1682 "aws-smithy-async",
 1683 "aws-smithy-http",
 1684 "aws-smithy-http-client",
 1685 "aws-smithy-observability",
 1686 "aws-smithy-runtime-api",
 1687 "aws-smithy-types",
 1688 "bytes 1.11.1",
 1689 "fastrand 2.3.0",
 1690 "http 0.2.12",
 1691 "http 1.3.1",
 1692 "http-body 0.4.6",
 1693 "http-body 1.0.1",
 1694 "pin-project-lite",
 1695 "pin-utils",
 1696 "tokio",
 1697 "tracing",
 1698]
 1699
 1700[[package]]
 1701name = "aws-smithy-runtime-api"
 1702version = "1.9.2"
 1703source = "registry+https://github.com/rust-lang/crates.io-index"
 1704checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1705dependencies = [
 1706 "aws-smithy-async",
 1707 "aws-smithy-types",
 1708 "bytes 1.11.1",
 1709 "http 0.2.12",
 1710 "http 1.3.1",
 1711 "pin-project-lite",
 1712 "tokio",
 1713 "tracing",
 1714 "zeroize",
 1715]
 1716
 1717[[package]]
 1718name = "aws-smithy-types"
 1719version = "1.3.4"
 1720source = "registry+https://github.com/rust-lang/crates.io-index"
 1721checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1722dependencies = [
 1723 "base64-simd",
 1724 "bytes 1.11.1",
 1725 "bytes-utils",
 1726 "futures-core",
 1727 "http 0.2.12",
 1728 "http 1.3.1",
 1729 "http-body 0.4.6",
 1730 "http-body 1.0.1",
 1731 "http-body-util",
 1732 "itoa",
 1733 "num-integer",
 1734 "pin-project-lite",
 1735 "pin-utils",
 1736 "ryu",
 1737 "serde",
 1738 "time",
 1739 "tokio",
 1740 "tokio-util",
 1741]
 1742
 1743[[package]]
 1744name = "aws-smithy-xml"
 1745version = "0.60.12"
 1746source = "registry+https://github.com/rust-lang/crates.io-index"
 1747checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1748dependencies = [
 1749 "xmlparser",
 1750]
 1751
 1752[[package]]
 1753name = "aws-types"
 1754version = "1.3.10"
 1755source = "registry+https://github.com/rust-lang/crates.io-index"
 1756checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1757dependencies = [
 1758 "aws-credential-types",
 1759 "aws-smithy-async",
 1760 "aws-smithy-runtime-api",
 1761 "aws-smithy-types",
 1762 "rustc_version",
 1763 "tracing",
 1764]
 1765
 1766[[package]]
 1767name = "aws_http_client"
 1768version = "0.1.0"
 1769dependencies = [
 1770 "aws-smithy-runtime-api",
 1771 "aws-smithy-types",
 1772 "http_client",
 1773]
 1774
 1775[[package]]
 1776name = "axum"
 1777version = "0.6.20"
 1778source = "registry+https://github.com/rust-lang/crates.io-index"
 1779checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1780dependencies = [
 1781 "async-trait",
 1782 "axum-core",
 1783 "base64 0.21.7",
 1784 "bitflags 1.3.2",
 1785 "bytes 1.11.1",
 1786 "futures-util",
 1787 "headers",
 1788 "http 0.2.12",
 1789 "http-body 0.4.6",
 1790 "hyper 0.14.32",
 1791 "itoa",
 1792 "matchit",
 1793 "memchr",
 1794 "mime",
 1795 "percent-encoding",
 1796 "pin-project-lite",
 1797 "rustversion",
 1798 "serde",
 1799 "serde_json",
 1800 "serde_path_to_error",
 1801 "serde_urlencoded",
 1802 "sha1",
 1803 "sync_wrapper 0.1.2",
 1804 "tokio",
 1805 "tokio-tungstenite 0.20.1",
 1806 "tower 0.4.13",
 1807 "tower-layer",
 1808 "tower-service",
 1809]
 1810
 1811[[package]]
 1812name = "axum-core"
 1813version = "0.3.4"
 1814source = "registry+https://github.com/rust-lang/crates.io-index"
 1815checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1816dependencies = [
 1817 "async-trait",
 1818 "bytes 1.11.1",
 1819 "futures-util",
 1820 "http 0.2.12",
 1821 "http-body 0.4.6",
 1822 "mime",
 1823 "rustversion",
 1824 "tower-layer",
 1825 "tower-service",
 1826]
 1827
 1828[[package]]
 1829name = "backtrace"
 1830version = "0.3.76"
 1831source = "registry+https://github.com/rust-lang/crates.io-index"
 1832checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1833dependencies = [
 1834 "addr2line",
 1835 "cfg-if",
 1836 "libc",
 1837 "miniz_oxide",
 1838 "object",
 1839 "rustc-demangle",
 1840 "windows-link 0.2.1",
 1841]
 1842
 1843[[package]]
 1844name = "base16ct"
 1845version = "0.1.1"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1848
 1849[[package]]
 1850name = "base64"
 1851version = "0.21.7"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1854
 1855[[package]]
 1856name = "base64"
 1857version = "0.22.1"
 1858source = "registry+https://github.com/rust-lang/crates.io-index"
 1859checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1860
 1861[[package]]
 1862name = "base64-simd"
 1863version = "0.8.0"
 1864source = "registry+https://github.com/rust-lang/crates.io-index"
 1865checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1866dependencies = [
 1867 "outref",
 1868 "vsimd",
 1869]
 1870
 1871[[package]]
 1872name = "base64ct"
 1873version = "1.8.0"
 1874source = "registry+https://github.com/rust-lang/crates.io-index"
 1875checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1876
 1877[[package]]
 1878name = "bedrock"
 1879version = "0.1.0"
 1880dependencies = [
 1881 "anyhow",
 1882 "aws-sdk-bedrockruntime",
 1883 "aws-smithy-types",
 1884 "futures 0.3.32",
 1885 "schemars",
 1886 "serde",
 1887 "serde_json",
 1888 "strum 0.27.2",
 1889 "thiserror 2.0.17",
 1890]
 1891
 1892[[package]]
 1893name = "bigdecimal"
 1894version = "0.4.8"
 1895source = "registry+https://github.com/rust-lang/crates.io-index"
 1896checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1897dependencies = [
 1898 "autocfg",
 1899 "libm",
 1900 "num-bigint",
 1901 "num-integer",
 1902 "num-traits",
 1903 "serde",
 1904]
 1905
 1906[[package]]
 1907name = "bincode"
 1908version = "1.3.3"
 1909source = "registry+https://github.com/rust-lang/crates.io-index"
 1910checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1911dependencies = [
 1912 "serde",
 1913]
 1914
 1915[[package]]
 1916name = "bindgen"
 1917version = "0.71.1"
 1918source = "registry+https://github.com/rust-lang/crates.io-index"
 1919checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1920dependencies = [
 1921 "bitflags 2.10.0",
 1922 "cexpr",
 1923 "clang-sys",
 1924 "itertools 0.12.1",
 1925 "log",
 1926 "prettyplease",
 1927 "proc-macro2",
 1928 "quote",
 1929 "regex",
 1930 "rustc-hash 2.1.1",
 1931 "shlex",
 1932 "syn 2.0.117",
 1933]
 1934
 1935[[package]]
 1936name = "bindgen"
 1937version = "0.72.1"
 1938source = "registry+https://github.com/rust-lang/crates.io-index"
 1939checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1940dependencies = [
 1941 "bitflags 2.10.0",
 1942 "cexpr",
 1943 "clang-sys",
 1944 "itertools 0.12.1",
 1945 "proc-macro2",
 1946 "quote",
 1947 "regex",
 1948 "rustc-hash 2.1.1",
 1949 "shlex",
 1950 "syn 2.0.117",
 1951]
 1952
 1953[[package]]
 1954name = "bit-set"
 1955version = "0.8.0"
 1956source = "registry+https://github.com/rust-lang/crates.io-index"
 1957checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1958dependencies = [
 1959 "bit-vec 0.8.0",
 1960]
 1961
 1962[[package]]
 1963name = "bit-set"
 1964version = "0.9.1"
 1965source = "registry+https://github.com/rust-lang/crates.io-index"
 1966checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1967dependencies = [
 1968 "bit-vec 0.9.1",
 1969]
 1970
 1971[[package]]
 1972name = "bit-vec"
 1973version = "0.8.0"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1976
 1977[[package]]
 1978name = "bit-vec"
 1979version = "0.9.1"
 1980source = "registry+https://github.com/rust-lang/crates.io-index"
 1981checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1982
 1983[[package]]
 1984name = "bit_field"
 1985version = "0.10.3"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1988
 1989[[package]]
 1990name = "bitflags"
 1991version = "1.3.2"
 1992source = "registry+https://github.com/rust-lang/crates.io-index"
 1993checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1994
 1995[[package]]
 1996name = "bitflags"
 1997version = "2.10.0"
 1998source = "registry+https://github.com/rust-lang/crates.io-index"
 1999checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2000dependencies = [
 2001 "serde_core",
 2002]
 2003
 2004[[package]]
 2005name = "bitstream-io"
 2006version = "2.6.0"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2009
 2010[[package]]
 2011name = "bitvec"
 2012version = "1.0.1"
 2013source = "registry+https://github.com/rust-lang/crates.io-index"
 2014checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2015dependencies = [
 2016 "funty",
 2017 "radium",
 2018 "tap",
 2019 "wyz",
 2020]
 2021
 2022[[package]]
 2023name = "block"
 2024version = "0.1.6"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2027
 2028[[package]]
 2029name = "block-buffer"
 2030version = "0.10.4"
 2031source = "registry+https://github.com/rust-lang/crates.io-index"
 2032checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2033dependencies = [
 2034 "generic-array",
 2035]
 2036
 2037[[package]]
 2038name = "block-padding"
 2039version = "0.3.3"
 2040source = "registry+https://github.com/rust-lang/crates.io-index"
 2041checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2042dependencies = [
 2043 "generic-array",
 2044]
 2045
 2046[[package]]
 2047name = "block2"
 2048version = "0.6.2"
 2049source = "registry+https://github.com/rust-lang/crates.io-index"
 2050checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2051dependencies = [
 2052 "objc2",
 2053]
 2054
 2055[[package]]
 2056name = "blocking"
 2057version = "1.6.2"
 2058source = "registry+https://github.com/rust-lang/crates.io-index"
 2059checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2060dependencies = [
 2061 "async-channel 2.5.0",
 2062 "async-task",
 2063 "futures-io",
 2064 "futures-lite 2.6.1",
 2065 "piper",
 2066]
 2067
 2068[[package]]
 2069name = "bmrng"
 2070version = "0.5.2"
 2071source = "registry+https://github.com/rust-lang/crates.io-index"
 2072checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2073dependencies = [
 2074 "futures-core",
 2075 "tokio",
 2076]
 2077
 2078[[package]]
 2079name = "bon"
 2080version = "3.8.2"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2083dependencies = [
 2084 "bon-macros",
 2085 "rustversion",
 2086]
 2087
 2088[[package]]
 2089name = "bon-macros"
 2090version = "3.8.2"
 2091source = "registry+https://github.com/rust-lang/crates.io-index"
 2092checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2093dependencies = [
 2094 "darling 0.21.3",
 2095 "ident_case",
 2096 "prettyplease",
 2097 "proc-macro2",
 2098 "quote",
 2099 "rustversion",
 2100 "syn 2.0.117",
 2101]
 2102
 2103[[package]]
 2104name = "borrow-or-share"
 2105version = "0.2.4"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2108
 2109[[package]]
 2110name = "borsh"
 2111version = "1.5.7"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2114dependencies = [
 2115 "borsh-derive",
 2116 "cfg_aliases 0.2.1",
 2117]
 2118
 2119[[package]]
 2120name = "borsh-derive"
 2121version = "1.5.7"
 2122source = "registry+https://github.com/rust-lang/crates.io-index"
 2123checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2124dependencies = [
 2125 "once_cell",
 2126 "proc-macro-crate",
 2127 "proc-macro2",
 2128 "quote",
 2129 "syn 2.0.117",
 2130]
 2131
 2132[[package]]
 2133name = "breadcrumbs"
 2134version = "0.1.0"
 2135dependencies = [
 2136 "gpui",
 2137 "ui",
 2138 "workspace",
 2139]
 2140
 2141[[package]]
 2142name = "brush-parser"
 2143version = "0.3.0"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2146dependencies = [
 2147 "bon",
 2148 "cached",
 2149 "indenter",
 2150 "peg",
 2151 "thiserror 2.0.17",
 2152 "tracing",
 2153 "utf8-chars",
 2154]
 2155
 2156[[package]]
 2157name = "bstr"
 2158version = "1.12.0"
 2159source = "registry+https://github.com/rust-lang/crates.io-index"
 2160checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2161dependencies = [
 2162 "memchr",
 2163 "regex-automata",
 2164 "serde",
 2165]
 2166
 2167[[package]]
 2168name = "buffer_diff"
 2169version = "0.1.0"
 2170dependencies = [
 2171 "clock",
 2172 "ctor",
 2173 "futures 0.3.32",
 2174 "git2",
 2175 "gpui",
 2176 "language",
 2177 "log",
 2178 "pretty_assertions",
 2179 "rand 0.9.2",
 2180 "rope",
 2181 "settings",
 2182 "sum_tree",
 2183 "text",
 2184 "tracing",
 2185 "unindent",
 2186 "util",
 2187 "zlog",
 2188 "ztracing",
 2189]
 2190
 2191[[package]]
 2192name = "built"
 2193version = "0.7.7"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2196
 2197[[package]]
 2198name = "bumpalo"
 2199version = "3.19.0"
 2200source = "registry+https://github.com/rust-lang/crates.io-index"
 2201checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2202dependencies = [
 2203 "allocator-api2",
 2204]
 2205
 2206[[package]]
 2207name = "by_address"
 2208version = "1.2.1"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2211
 2212[[package]]
 2213name = "bytecheck"
 2214version = "0.6.12"
 2215source = "registry+https://github.com/rust-lang/crates.io-index"
 2216checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2217dependencies = [
 2218 "bytecheck_derive",
 2219 "ptr_meta",
 2220 "simdutf8",
 2221]
 2222
 2223[[package]]
 2224name = "bytecheck_derive"
 2225version = "0.6.12"
 2226source = "registry+https://github.com/rust-lang/crates.io-index"
 2227checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2228dependencies = [
 2229 "proc-macro2",
 2230 "quote",
 2231 "syn 1.0.109",
 2232]
 2233
 2234[[package]]
 2235name = "bytecount"
 2236version = "0.6.9"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2239
 2240[[package]]
 2241name = "bytemuck"
 2242version = "1.24.0"
 2243source = "registry+https://github.com/rust-lang/crates.io-index"
 2244checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2245dependencies = [
 2246 "bytemuck_derive",
 2247]
 2248
 2249[[package]]
 2250name = "bytemuck_derive"
 2251version = "1.10.2"
 2252source = "registry+https://github.com/rust-lang/crates.io-index"
 2253checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2254dependencies = [
 2255 "proc-macro2",
 2256 "quote",
 2257 "syn 2.0.117",
 2258]
 2259
 2260[[package]]
 2261name = "byteorder"
 2262version = "1.5.0"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2265
 2266[[package]]
 2267name = "byteorder-lite"
 2268version = "0.1.0"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2271
 2272[[package]]
 2273name = "bytes"
 2274version = "0.4.12"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2277dependencies = [
 2278 "byteorder",
 2279 "iovec",
 2280]
 2281
 2282[[package]]
 2283name = "bytes"
 2284version = "1.11.1"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2287
 2288[[package]]
 2289name = "bytes-utils"
 2290version = "0.1.4"
 2291source = "registry+https://github.com/rust-lang/crates.io-index"
 2292checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2293dependencies = [
 2294 "bytes 1.11.1",
 2295 "either",
 2296]
 2297
 2298[[package]]
 2299name = "bzip2"
 2300version = "0.4.4"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2303dependencies = [
 2304 "bzip2-sys",
 2305 "libc",
 2306]
 2307
 2308[[package]]
 2309name = "bzip2"
 2310version = "0.6.1"
 2311source = "registry+https://github.com/rust-lang/crates.io-index"
 2312checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2313dependencies = [
 2314 "libbz2-rs-sys",
 2315]
 2316
 2317[[package]]
 2318name = "bzip2-sys"
 2319version = "0.1.13+1.0.8"
 2320source = "registry+https://github.com/rust-lang/crates.io-index"
 2321checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2322dependencies = [
 2323 "cc",
 2324 "pkg-config",
 2325]
 2326
 2327[[package]]
 2328name = "cached"
 2329version = "0.56.0"
 2330source = "registry+https://github.com/rust-lang/crates.io-index"
 2331checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2332dependencies = [
 2333 "ahash 0.8.12",
 2334 "cached_proc_macro",
 2335 "cached_proc_macro_types",
 2336 "hashbrown 0.15.5",
 2337 "once_cell",
 2338 "thiserror 2.0.17",
 2339 "web-time",
 2340]
 2341
 2342[[package]]
 2343name = "cached_proc_macro"
 2344version = "0.25.0"
 2345source = "registry+https://github.com/rust-lang/crates.io-index"
 2346checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2347dependencies = [
 2348 "darling 0.20.11",
 2349 "proc-macro2",
 2350 "quote",
 2351 "syn 2.0.117",
 2352]
 2353
 2354[[package]]
 2355name = "cached_proc_macro_types"
 2356version = "0.1.1"
 2357source = "registry+https://github.com/rust-lang/crates.io-index"
 2358checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2359
 2360[[package]]
 2361name = "call"
 2362version = "0.1.0"
 2363dependencies = [
 2364 "anyhow",
 2365 "audio",
 2366 "client",
 2367 "collections",
 2368 "feature_flags",
 2369 "fs",
 2370 "futures 0.3.32",
 2371 "gpui",
 2372 "gpui_tokio",
 2373 "language",
 2374 "livekit_client",
 2375 "log",
 2376 "postage",
 2377 "project",
 2378 "serde",
 2379 "settings",
 2380 "telemetry",
 2381 "util",
 2382 "workspace",
 2383]
 2384
 2385[[package]]
 2386name = "calloop"
 2387version = "0.14.3"
 2388source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2389dependencies = [
 2390 "bitflags 2.10.0",
 2391 "polling",
 2392 "rustix 1.1.2",
 2393 "slab",
 2394 "tracing",
 2395]
 2396
 2397[[package]]
 2398name = "calloop-wayland-source"
 2399version = "0.4.1"
 2400source = "registry+https://github.com/rust-lang/crates.io-index"
 2401checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2402dependencies = [
 2403 "calloop",
 2404 "rustix 1.1.2",
 2405 "wayland-backend",
 2406 "wayland-client",
 2407]
 2408
 2409[[package]]
 2410name = "camino"
 2411version = "1.2.1"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2414dependencies = [
 2415 "serde_core",
 2416]
 2417
 2418[[package]]
 2419name = "candle-core"
 2420version = "0.9.1"
 2421source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2422dependencies = [
 2423 "byteorder",
 2424 "float8",
 2425 "gemm 0.17.1",
 2426 "half",
 2427 "memmap2",
 2428 "num-traits",
 2429 "num_cpus",
 2430 "rand 0.9.2",
 2431 "rand_distr",
 2432 "rayon",
 2433 "safetensors",
 2434 "thiserror 1.0.69",
 2435 "ug",
 2436 "yoke 0.7.5",
 2437 "zip 1.1.4",
 2438]
 2439
 2440[[package]]
 2441name = "candle-nn"
 2442version = "0.9.1"
 2443source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2444dependencies = [
 2445 "candle-core",
 2446 "half",
 2447 "libc",
 2448 "num-traits",
 2449 "rayon",
 2450 "safetensors",
 2451 "serde",
 2452 "thiserror 1.0.69",
 2453]
 2454
 2455[[package]]
 2456name = "candle-onnx"
 2457version = "0.9.1"
 2458source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2459dependencies = [
 2460 "candle-core",
 2461 "candle-nn",
 2462 "prost 0.12.6",
 2463]
 2464
 2465[[package]]
 2466name = "cap-fs-ext"
 2467version = "3.4.4"
 2468source = "registry+https://github.com/rust-lang/crates.io-index"
 2469checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2470dependencies = [
 2471 "cap-primitives",
 2472 "cap-std",
 2473 "io-lifetimes",
 2474 "windows-sys 0.59.0",
 2475]
 2476
 2477[[package]]
 2478name = "cap-net-ext"
 2479version = "3.4.4"
 2480source = "registry+https://github.com/rust-lang/crates.io-index"
 2481checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2482dependencies = [
 2483 "cap-primitives",
 2484 "cap-std",
 2485 "rustix 1.1.2",
 2486 "smallvec",
 2487]
 2488
 2489[[package]]
 2490name = "cap-primitives"
 2491version = "3.4.4"
 2492source = "registry+https://github.com/rust-lang/crates.io-index"
 2493checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2494dependencies = [
 2495 "ambient-authority",
 2496 "fs-set-times",
 2497 "io-extras",
 2498 "io-lifetimes",
 2499 "ipnet",
 2500 "maybe-owned",
 2501 "rustix 1.1.2",
 2502 "rustix-linux-procfs",
 2503 "windows-sys 0.59.0",
 2504 "winx",
 2505]
 2506
 2507[[package]]
 2508name = "cap-rand"
 2509version = "3.4.4"
 2510source = "registry+https://github.com/rust-lang/crates.io-index"
 2511checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2512dependencies = [
 2513 "ambient-authority",
 2514 "rand 0.8.5",
 2515]
 2516
 2517[[package]]
 2518name = "cap-std"
 2519version = "3.4.4"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2522dependencies = [
 2523 "cap-primitives",
 2524 "io-extras",
 2525 "io-lifetimes",
 2526 "rustix 1.1.2",
 2527]
 2528
 2529[[package]]
 2530name = "cap-time-ext"
 2531version = "3.4.4"
 2532source = "registry+https://github.com/rust-lang/crates.io-index"
 2533checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2534dependencies = [
 2535 "ambient-authority",
 2536 "cap-primitives",
 2537 "iana-time-zone",
 2538 "once_cell",
 2539 "rustix 1.1.2",
 2540 "winx",
 2541]
 2542
 2543[[package]]
 2544name = "cargo-platform"
 2545version = "0.1.9"
 2546source = "registry+https://github.com/rust-lang/crates.io-index"
 2547checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2548dependencies = [
 2549 "serde",
 2550]
 2551
 2552[[package]]
 2553name = "cargo-platform"
 2554version = "0.3.2"
 2555source = "registry+https://github.com/rust-lang/crates.io-index"
 2556checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2557dependencies = [
 2558 "serde",
 2559 "serde_core",
 2560]
 2561
 2562[[package]]
 2563name = "cargo_metadata"
 2564version = "0.19.2"
 2565source = "registry+https://github.com/rust-lang/crates.io-index"
 2566checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2567dependencies = [
 2568 "camino",
 2569 "cargo-platform 0.1.9",
 2570 "semver",
 2571 "serde",
 2572 "serde_json",
 2573 "thiserror 2.0.17",
 2574]
 2575
 2576[[package]]
 2577name = "cargo_metadata"
 2578version = "0.23.1"
 2579source = "registry+https://github.com/rust-lang/crates.io-index"
 2580checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2581dependencies = [
 2582 "camino",
 2583 "cargo-platform 0.3.2",
 2584 "semver",
 2585 "serde",
 2586 "serde_json",
 2587 "thiserror 2.0.17",
 2588]
 2589
 2590[[package]]
 2591name = "cargo_toml"
 2592version = "0.21.0"
 2593source = "registry+https://github.com/rust-lang/crates.io-index"
 2594checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2595dependencies = [
 2596 "serde",
 2597 "toml 0.8.23",
 2598]
 2599
 2600[[package]]
 2601name = "cast"
 2602version = "0.3.0"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2605
 2606[[package]]
 2607name = "cbc"
 2608version = "0.1.2"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2611dependencies = [
 2612 "cipher",
 2613]
 2614
 2615[[package]]
 2616name = "cbindgen"
 2617version = "0.28.0"
 2618source = "registry+https://github.com/rust-lang/crates.io-index"
 2619checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2620dependencies = [
 2621 "heck 0.4.1",
 2622 "indexmap",
 2623 "log",
 2624 "proc-macro2",
 2625 "quote",
 2626 "serde",
 2627 "serde_json",
 2628 "syn 2.0.117",
 2629 "tempfile",
 2630 "toml 0.8.23",
 2631]
 2632
 2633[[package]]
 2634name = "cc"
 2635version = "1.2.49"
 2636source = "registry+https://github.com/rust-lang/crates.io-index"
 2637checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2638dependencies = [
 2639 "find-msvc-tools",
 2640 "jobserver",
 2641 "libc",
 2642 "shlex",
 2643]
 2644
 2645[[package]]
 2646name = "cesu8"
 2647version = "1.1.0"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2650
 2651[[package]]
 2652name = "cexpr"
 2653version = "0.6.0"
 2654source = "registry+https://github.com/rust-lang/crates.io-index"
 2655checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2656dependencies = [
 2657 "nom 7.1.3",
 2658]
 2659
 2660[[package]]
 2661name = "cfg-expr"
 2662version = "0.15.8"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2665dependencies = [
 2666 "smallvec",
 2667 "target-lexicon 0.12.16",
 2668]
 2669
 2670[[package]]
 2671name = "cfg-expr"
 2672version = "0.20.6"
 2673source = "registry+https://github.com/rust-lang/crates.io-index"
 2674checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2675dependencies = [
 2676 "smallvec",
 2677 "target-lexicon 0.13.3",
 2678]
 2679
 2680[[package]]
 2681name = "cfg-if"
 2682version = "1.0.4"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2685
 2686[[package]]
 2687name = "cfg_aliases"
 2688version = "0.1.1"
 2689source = "registry+https://github.com/rust-lang/crates.io-index"
 2690checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2691
 2692[[package]]
 2693name = "cfg_aliases"
 2694version = "0.2.1"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2697
 2698[[package]]
 2699name = "cgl"
 2700version = "0.3.2"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2703dependencies = [
 2704 "libc",
 2705]
 2706
 2707[[package]]
 2708name = "channel"
 2709version = "0.1.0"
 2710dependencies = [
 2711 "anyhow",
 2712 "client",
 2713 "clock",
 2714 "collections",
 2715 "futures 0.3.32",
 2716 "gpui",
 2717 "http_client",
 2718 "language",
 2719 "log",
 2720 "postage",
 2721 "release_channel",
 2722 "rpc",
 2723 "semver",
 2724 "settings",
 2725 "text",
 2726 "time",
 2727 "util",
 2728]
 2729
 2730[[package]]
 2731name = "chardetng"
 2732version = "0.1.17"
 2733source = "registry+https://github.com/rust-lang/crates.io-index"
 2734checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2735dependencies = [
 2736 "cfg-if",
 2737 "encoding_rs",
 2738 "memchr",
 2739]
 2740
 2741[[package]]
 2742name = "chrono"
 2743version = "0.4.42"
 2744source = "registry+https://github.com/rust-lang/crates.io-index"
 2745checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2746dependencies = [
 2747 "iana-time-zone",
 2748 "js-sys",
 2749 "num-traits",
 2750 "serde",
 2751 "wasm-bindgen",
 2752 "windows-link 0.2.1",
 2753]
 2754
 2755[[package]]
 2756name = "chunked_transfer"
 2757version = "1.5.0"
 2758source = "registry+https://github.com/rust-lang/crates.io-index"
 2759checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2760
 2761[[package]]
 2762name = "ciborium"
 2763version = "0.2.2"
 2764source = "registry+https://github.com/rust-lang/crates.io-index"
 2765checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2766dependencies = [
 2767 "ciborium-io",
 2768 "ciborium-ll",
 2769 "serde",
 2770]
 2771
 2772[[package]]
 2773name = "ciborium-io"
 2774version = "0.2.2"
 2775source = "registry+https://github.com/rust-lang/crates.io-index"
 2776checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2777
 2778[[package]]
 2779name = "ciborium-ll"
 2780version = "0.2.2"
 2781source = "registry+https://github.com/rust-lang/crates.io-index"
 2782checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2783dependencies = [
 2784 "ciborium-io",
 2785 "half",
 2786]
 2787
 2788[[package]]
 2789name = "cipher"
 2790version = "0.4.4"
 2791source = "registry+https://github.com/rust-lang/crates.io-index"
 2792checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2793dependencies = [
 2794 "crypto-common",
 2795 "inout",
 2796 "zeroize",
 2797]
 2798
 2799[[package]]
 2800name = "circular-buffer"
 2801version = "1.2.0"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2804
 2805[[package]]
 2806name = "clang-sys"
 2807version = "1.8.1"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2810dependencies = [
 2811 "glob",
 2812 "libc",
 2813 "libloading",
 2814]
 2815
 2816[[package]]
 2817name = "clap"
 2818version = "4.5.49"
 2819source = "registry+https://github.com/rust-lang/crates.io-index"
 2820checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2821dependencies = [
 2822 "clap_builder",
 2823 "clap_derive",
 2824]
 2825
 2826[[package]]
 2827name = "clap_builder"
 2828version = "4.5.49"
 2829source = "registry+https://github.com/rust-lang/crates.io-index"
 2830checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2831dependencies = [
 2832 "anstream",
 2833 "anstyle",
 2834 "clap_lex",
 2835 "strsim",
 2836 "terminal_size",
 2837]
 2838
 2839[[package]]
 2840name = "clap_complete"
 2841version = "4.5.59"
 2842source = "registry+https://github.com/rust-lang/crates.io-index"
 2843checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2844dependencies = [
 2845 "clap",
 2846]
 2847
 2848[[package]]
 2849name = "clap_derive"
 2850version = "4.5.49"
 2851source = "registry+https://github.com/rust-lang/crates.io-index"
 2852checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2853dependencies = [
 2854 "heck 0.5.0",
 2855 "proc-macro2",
 2856 "quote",
 2857 "syn 2.0.117",
 2858]
 2859
 2860[[package]]
 2861name = "clap_lex"
 2862version = "0.7.6"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2865
 2866[[package]]
 2867name = "cli"
 2868version = "0.1.0"
 2869dependencies = [
 2870 "anyhow",
 2871 "askpass",
 2872 "clap",
 2873 "collections",
 2874 "core-foundation 0.10.0",
 2875 "core-services",
 2876 "exec",
 2877 "fork",
 2878 "ipc-channel",
 2879 "parking_lot",
 2880 "paths",
 2881 "plist",
 2882 "rayon",
 2883 "release_channel",
 2884 "serde",
 2885 "serde_json",
 2886 "tempfile",
 2887 "util",
 2888 "walkdir",
 2889 "windows 0.61.3",
 2890]
 2891
 2892[[package]]
 2893name = "client"
 2894version = "0.1.0"
 2895dependencies = [
 2896 "anyhow",
 2897 "async-tungstenite",
 2898 "base64 0.22.1",
 2899 "chrono",
 2900 "clock",
 2901 "cloud_api_client",
 2902 "cloud_api_types",
 2903 "cloud_llm_client",
 2904 "collections",
 2905 "credentials_provider",
 2906 "db",
 2907 "derive_more",
 2908 "feature_flags",
 2909 "fs",
 2910 "futures 0.3.32",
 2911 "gpui",
 2912 "gpui_tokio",
 2913 "http_client",
 2914 "http_client_tls",
 2915 "httparse",
 2916 "log",
 2917 "objc2-foundation",
 2918 "parking_lot",
 2919 "paths",
 2920 "postage",
 2921 "rand 0.9.2",
 2922 "regex",
 2923 "release_channel",
 2924 "rpc",
 2925 "rustls-pki-types",
 2926 "semver",
 2927 "serde",
 2928 "serde_json",
 2929 "serde_urlencoded",
 2930 "settings",
 2931 "sha2",
 2932 "smol",
 2933 "telemetry",
 2934 "telemetry_events",
 2935 "text",
 2936 "thiserror 2.0.17",
 2937 "time",
 2938 "tiny_http",
 2939 "tokio",
 2940 "tokio-native-tls",
 2941 "tokio-rustls 0.26.2",
 2942 "tokio-socks",
 2943 "url",
 2944 "util",
 2945 "windows 0.61.3",
 2946 "worktree",
 2947 "zed_credentials_provider",
 2948]
 2949
 2950[[package]]
 2951name = "clock"
 2952version = "0.1.0"
 2953dependencies = [
 2954 "parking_lot",
 2955 "serde",
 2956 "smallvec",
 2957]
 2958
 2959[[package]]
 2960name = "cloud_api_client"
 2961version = "0.1.0"
 2962dependencies = [
 2963 "anyhow",
 2964 "cloud_api_types",
 2965 "futures 0.3.32",
 2966 "gpui",
 2967 "gpui_tokio",
 2968 "http_client",
 2969 "parking_lot",
 2970 "serde_json",
 2971 "smol",
 2972 "thiserror 2.0.17",
 2973 "yawc",
 2974]
 2975
 2976[[package]]
 2977name = "cloud_api_types"
 2978version = "0.1.0"
 2979dependencies = [
 2980 "anyhow",
 2981 "chrono",
 2982 "ciborium",
 2983 "cloud_llm_client",
 2984 "pretty_assertions",
 2985 "serde",
 2986 "serde_json",
 2987 "strum 0.27.2",
 2988]
 2989
 2990[[package]]
 2991name = "cloud_llm_client"
 2992version = "0.1.0"
 2993dependencies = [
 2994 "anyhow",
 2995 "serde",
 2996 "serde_json",
 2997 "strum 0.27.2",
 2998 "uuid",
 2999 "zeta_prompt",
 3000]
 3001
 3002[[package]]
 3003name = "cmake"
 3004version = "0.1.56"
 3005source = "registry+https://github.com/rust-lang/crates.io-index"
 3006checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3007dependencies = [
 3008 "cc",
 3009]
 3010
 3011[[package]]
 3012name = "cobs"
 3013version = "0.3.0"
 3014source = "registry+https://github.com/rust-lang/crates.io-index"
 3015checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3016dependencies = [
 3017 "thiserror 2.0.17",
 3018]
 3019
 3020[[package]]
 3021name = "cocoa"
 3022version = "0.25.0"
 3023source = "registry+https://github.com/rust-lang/crates.io-index"
 3024checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3025dependencies = [
 3026 "bitflags 1.3.2",
 3027 "block",
 3028 "cocoa-foundation 0.1.2",
 3029 "core-foundation 0.9.4",
 3030 "core-graphics 0.23.2",
 3031 "foreign-types 0.5.0",
 3032 "libc",
 3033 "objc",
 3034]
 3035
 3036[[package]]
 3037name = "cocoa"
 3038version = "0.26.0"
 3039source = "registry+https://github.com/rust-lang/crates.io-index"
 3040checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3041dependencies = [
 3042 "bitflags 2.10.0",
 3043 "block",
 3044 "cocoa-foundation 0.2.0",
 3045 "core-foundation 0.10.0",
 3046 "core-graphics 0.24.0",
 3047 "foreign-types 0.5.0",
 3048 "libc",
 3049 "objc",
 3050]
 3051
 3052[[package]]
 3053name = "cocoa-foundation"
 3054version = "0.1.2"
 3055source = "registry+https://github.com/rust-lang/crates.io-index"
 3056checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3057dependencies = [
 3058 "bitflags 1.3.2",
 3059 "block",
 3060 "core-foundation 0.9.4",
 3061 "core-graphics-types 0.1.3",
 3062 "libc",
 3063 "objc",
 3064]
 3065
 3066[[package]]
 3067name = "cocoa-foundation"
 3068version = "0.2.0"
 3069source = "registry+https://github.com/rust-lang/crates.io-index"
 3070checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3071dependencies = [
 3072 "bitflags 2.10.0",
 3073 "block",
 3074 "core-foundation 0.10.0",
 3075 "core-graphics-types 0.2.0",
 3076 "libc",
 3077 "objc",
 3078]
 3079
 3080[[package]]
 3081name = "codespan-reporting"
 3082version = "0.13.0"
 3083source = "registry+https://github.com/rust-lang/crates.io-index"
 3084checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3085dependencies = [
 3086 "serde",
 3087 "termcolor",
 3088 "unicode-width",
 3089]
 3090
 3091[[package]]
 3092name = "codestral"
 3093version = "0.1.0"
 3094dependencies = [
 3095 "anyhow",
 3096 "edit_prediction",
 3097 "edit_prediction_types",
 3098 "futures 0.3.32",
 3099 "gpui",
 3100 "http_client",
 3101 "icons",
 3102 "language",
 3103 "language_model",
 3104 "log",
 3105 "serde",
 3106 "serde_json",
 3107 "text",
 3108 "zed_credentials_provider",
 3109 "zeta_prompt",
 3110]
 3111
 3112[[package]]
 3113name = "collab"
 3114version = "0.44.0"
 3115dependencies = [
 3116 "agent",
 3117 "anyhow",
 3118 "async-trait",
 3119 "async-tungstenite",
 3120 "aws-config",
 3121 "aws-sdk-kinesis",
 3122 "aws-sdk-s3",
 3123 "axum",
 3124 "buffer_diff",
 3125 "call",
 3126 "channel",
 3127 "chrono",
 3128 "client",
 3129 "clock",
 3130 "cloud_api_types",
 3131 "collab",
 3132 "collab_ui",
 3133 "collections",
 3134 "command_palette_hooks",
 3135 "ctor",
 3136 "dap",
 3137 "dap_adapters",
 3138 "dashmap",
 3139 "debugger_ui",
 3140 "editor",
 3141 "envy",
 3142 "extension",
 3143 "file_finder",
 3144 "fs",
 3145 "futures 0.3.32",
 3146 "git",
 3147 "git_hosting_providers",
 3148 "git_ui",
 3149 "gpui",
 3150 "gpui_tokio",
 3151 "hex",
 3152 "http_client",
 3153 "indoc",
 3154 "language",
 3155 "language_model",
 3156 "livekit_api",
 3157 "livekit_client",
 3158 "log",
 3159 "lsp",
 3160 "menu",
 3161 "multi_buffer",
 3162 "nanoid",
 3163 "node_runtime",
 3164 "notifications",
 3165 "parking_lot",
 3166 "pretty_assertions",
 3167 "project",
 3168 "prometheus",
 3169 "prompt_store",
 3170 "prost 0.9.0",
 3171 "rand 0.9.2",
 3172 "recent_projects",
 3173 "release_channel",
 3174 "remote",
 3175 "remote_server",
 3176 "reqwest 0.11.27",
 3177 "rpc",
 3178 "sea-orm",
 3179 "sea-orm-macros",
 3180 "semver",
 3181 "serde",
 3182 "serde_json",
 3183 "session",
 3184 "settings",
 3185 "sha2",
 3186 "smol",
 3187 "sqlx",
 3188 "strum 0.27.2",
 3189 "task",
 3190 "telemetry_events",
 3191 "text",
 3192 "theme",
 3193 "theme_settings",
 3194 "time",
 3195 "tokio",
 3196 "toml 0.8.23",
 3197 "tower 0.4.13",
 3198 "tower-http 0.4.4",
 3199 "tracing",
 3200 "tracing-subscriber",
 3201 "unindent",
 3202 "util",
 3203 "uuid",
 3204 "workspace",
 3205 "worktree",
 3206 "zed_actions",
 3207 "zlog",
 3208]
 3209
 3210[[package]]
 3211name = "collab_ui"
 3212version = "0.1.0"
 3213dependencies = [
 3214 "anyhow",
 3215 "call",
 3216 "channel",
 3217 "client",
 3218 "collections",
 3219 "db",
 3220 "editor",
 3221 "futures 0.3.32",
 3222 "fuzzy",
 3223 "gpui",
 3224 "livekit_client",
 3225 "menu",
 3226 "notifications",
 3227 "picker",
 3228 "project",
 3229 "release_channel",
 3230 "rpc",
 3231 "serde",
 3232 "serde_json",
 3233 "settings",
 3234 "smallvec",
 3235 "telemetry",
 3236 "theme",
 3237 "theme_settings",
 3238 "time",
 3239 "title_bar",
 3240 "ui",
 3241 "util",
 3242 "workspace",
 3243 "zed_actions",
 3244]
 3245
 3246[[package]]
 3247name = "collections"
 3248version = "0.1.0"
 3249dependencies = [
 3250 "indexmap",
 3251 "rustc-hash 2.1.1",
 3252]
 3253
 3254[[package]]
 3255name = "color_quant"
 3256version = "1.1.0"
 3257source = "registry+https://github.com/rust-lang/crates.io-index"
 3258checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3259
 3260[[package]]
 3261name = "colorchoice"
 3262version = "1.0.4"
 3263source = "registry+https://github.com/rust-lang/crates.io-index"
 3264checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3265
 3266[[package]]
 3267name = "combine"
 3268version = "4.6.7"
 3269source = "registry+https://github.com/rust-lang/crates.io-index"
 3270checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3271dependencies = [
 3272 "bytes 1.11.1",
 3273 "memchr",
 3274]
 3275
 3276[[package]]
 3277name = "command-fds"
 3278version = "0.3.2"
 3279source = "registry+https://github.com/rust-lang/crates.io-index"
 3280checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3281dependencies = [
 3282 "nix 0.30.1",
 3283 "thiserror 2.0.17",
 3284]
 3285
 3286[[package]]
 3287name = "command_palette"
 3288version = "0.1.0"
 3289dependencies = [
 3290 "anyhow",
 3291 "client",
 3292 "collections",
 3293 "command_palette_hooks",
 3294 "db",
 3295 "editor",
 3296 "fuzzy",
 3297 "go_to_line",
 3298 "gpui",
 3299 "language",
 3300 "log",
 3301 "menu",
 3302 "picker",
 3303 "postage",
 3304 "project",
 3305 "serde",
 3306 "settings",
 3307 "telemetry",
 3308 "theme",
 3309 "theme_settings",
 3310 "time",
 3311 "ui",
 3312 "util",
 3313 "workspace",
 3314 "zed_actions",
 3315]
 3316
 3317[[package]]
 3318name = "command_palette_hooks"
 3319version = "0.1.0"
 3320dependencies = [
 3321 "collections",
 3322 "derive_more",
 3323 "gpui",
 3324 "workspace",
 3325]
 3326
 3327[[package]]
 3328name = "compliance"
 3329version = "0.1.0"
 3330dependencies = [
 3331 "anyhow",
 3332 "async-trait",
 3333 "derive_more",
 3334 "futures 0.3.32",
 3335 "indoc",
 3336 "itertools 0.14.0",
 3337 "jsonwebtoken",
 3338 "octocrab",
 3339 "regex",
 3340 "semver",
 3341 "serde",
 3342 "serde_json",
 3343 "tokio",
 3344]
 3345
 3346[[package]]
 3347name = "component"
 3348version = "0.1.0"
 3349dependencies = [
 3350 "collections",
 3351 "documented",
 3352 "gpui",
 3353 "inventory",
 3354 "parking_lot",
 3355 "strum 0.27.2",
 3356 "theme",
 3357]
 3358
 3359[[package]]
 3360name = "component_preview"
 3361version = "0.1.0"
 3362dependencies = [
 3363 "anyhow",
 3364 "client",
 3365 "collections",
 3366 "component",
 3367 "db",
 3368 "fs",
 3369 "gpui",
 3370 "gpui_platform",
 3371 "language",
 3372 "log",
 3373 "node_runtime",
 3374 "notifications",
 3375 "project",
 3376 "release_channel",
 3377 "reqwest_client",
 3378 "session",
 3379 "settings",
 3380 "theme",
 3381 "theme_settings",
 3382 "ui",
 3383 "ui_input",
 3384 "uuid",
 3385 "workspace",
 3386]
 3387
 3388[[package]]
 3389name = "compression-codecs"
 3390version = "0.4.31"
 3391source = "registry+https://github.com/rust-lang/crates.io-index"
 3392checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3393dependencies = [
 3394 "bzip2 0.6.1",
 3395 "compression-core",
 3396 "deflate64",
 3397 "flate2",
 3398 "memchr",
 3399]
 3400
 3401[[package]]
 3402name = "compression-core"
 3403version = "0.4.29"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3406
 3407[[package]]
 3408name = "concurrent-queue"
 3409version = "2.5.0"
 3410source = "registry+https://github.com/rust-lang/crates.io-index"
 3411checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3412dependencies = [
 3413 "crossbeam-utils",
 3414]
 3415
 3416[[package]]
 3417name = "console"
 3418version = "0.15.11"
 3419source = "registry+https://github.com/rust-lang/crates.io-index"
 3420checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3421dependencies = [
 3422 "encode_unicode",
 3423 "libc",
 3424 "once_cell",
 3425 "unicode-width",
 3426 "windows-sys 0.59.0",
 3427]
 3428
 3429[[package]]
 3430name = "console_error_panic_hook"
 3431version = "0.1.7"
 3432source = "registry+https://github.com/rust-lang/crates.io-index"
 3433checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3434dependencies = [
 3435 "cfg-if",
 3436 "wasm-bindgen",
 3437]
 3438
 3439[[package]]
 3440name = "const-oid"
 3441version = "0.9.6"
 3442source = "registry+https://github.com/rust-lang/crates.io-index"
 3443checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3444
 3445[[package]]
 3446name = "const-random"
 3447version = "0.1.18"
 3448source = "registry+https://github.com/rust-lang/crates.io-index"
 3449checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3450dependencies = [
 3451 "const-random-macro",
 3452]
 3453
 3454[[package]]
 3455name = "const-random-macro"
 3456version = "0.1.16"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3459dependencies = [
 3460 "getrandom 0.2.16",
 3461 "once_cell",
 3462 "tiny-keccak",
 3463]
 3464
 3465[[package]]
 3466name = "const_format"
 3467version = "0.2.35"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3470dependencies = [
 3471 "const_format_proc_macros",
 3472]
 3473
 3474[[package]]
 3475name = "const_format_proc_macros"
 3476version = "0.2.34"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3479dependencies = [
 3480 "proc-macro2",
 3481 "quote",
 3482 "unicode-xid",
 3483]
 3484
 3485[[package]]
 3486name = "constant_time_eq"
 3487version = "0.1.5"
 3488source = "registry+https://github.com/rust-lang/crates.io-index"
 3489checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3490
 3491[[package]]
 3492name = "context_server"
 3493version = "0.1.0"
 3494dependencies = [
 3495 "anyhow",
 3496 "async-trait",
 3497 "base64 0.22.1",
 3498 "collections",
 3499 "futures 0.3.32",
 3500 "gpui",
 3501 "http_client",
 3502 "log",
 3503 "net",
 3504 "parking_lot",
 3505 "postage",
 3506 "rand 0.9.2",
 3507 "schemars",
 3508 "serde",
 3509 "serde_json",
 3510 "settings",
 3511 "sha2",
 3512 "slotmap",
 3513 "smol",
 3514 "tempfile",
 3515 "terminal",
 3516 "tiny_http",
 3517 "url",
 3518 "util",
 3519]
 3520
 3521[[package]]
 3522name = "convert_case"
 3523version = "0.8.0"
 3524source = "registry+https://github.com/rust-lang/crates.io-index"
 3525checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3526dependencies = [
 3527 "unicode-segmentation",
 3528]
 3529
 3530[[package]]
 3531name = "convert_case"
 3532version = "0.10.0"
 3533source = "registry+https://github.com/rust-lang/crates.io-index"
 3534checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3535dependencies = [
 3536 "unicode-segmentation",
 3537]
 3538
 3539[[package]]
 3540name = "convert_case"
 3541version = "0.11.0"
 3542source = "registry+https://github.com/rust-lang/crates.io-index"
 3543checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3544dependencies = [
 3545 "unicode-segmentation",
 3546]
 3547
 3548[[package]]
 3549name = "copilot"
 3550version = "0.1.0"
 3551dependencies = [
 3552 "anyhow",
 3553 "async-std",
 3554 "collections",
 3555 "command_palette_hooks",
 3556 "copilot_chat",
 3557 "edit_prediction_types",
 3558 "editor",
 3559 "fs",
 3560 "futures 0.3.32",
 3561 "gpui",
 3562 "icons",
 3563 "indoc",
 3564 "language",
 3565 "log",
 3566 "lsp",
 3567 "node_runtime",
 3568 "parking_lot",
 3569 "paths",
 3570 "pretty_assertions",
 3571 "project",
 3572 "rpc",
 3573 "semver",
 3574 "serde",
 3575 "serde_json",
 3576 "settings",
 3577 "sum_tree",
 3578 "theme",
 3579 "theme_settings",
 3580 "util",
 3581 "workspace",
 3582 "zlog",
 3583]
 3584
 3585[[package]]
 3586name = "copilot_chat"
 3587version = "0.1.0"
 3588dependencies = [
 3589 "anthropic",
 3590 "anyhow",
 3591 "collections",
 3592 "dirs 4.0.0",
 3593 "fs",
 3594 "futures 0.3.32",
 3595 "gpui",
 3596 "http_client",
 3597 "log",
 3598 "paths",
 3599 "serde",
 3600 "serde_json",
 3601 "settings",
 3602]
 3603
 3604[[package]]
 3605name = "copilot_ui"
 3606version = "0.1.0"
 3607dependencies = [
 3608 "anyhow",
 3609 "copilot",
 3610 "gpui",
 3611 "language",
 3612 "log",
 3613 "lsp",
 3614 "menu",
 3615 "project",
 3616 "serde_json",
 3617 "settings",
 3618 "ui",
 3619 "util",
 3620 "workspace",
 3621]
 3622
 3623[[package]]
 3624name = "core-foundation"
 3625version = "0.9.4"
 3626source = "registry+https://github.com/rust-lang/crates.io-index"
 3627checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3628dependencies = [
 3629 "core-foundation-sys",
 3630 "libc",
 3631]
 3632
 3633[[package]]
 3634name = "core-foundation"
 3635version = "0.10.0"
 3636source = "registry+https://github.com/rust-lang/crates.io-index"
 3637checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3638dependencies = [
 3639 "core-foundation-sys",
 3640 "libc",
 3641]
 3642
 3643[[package]]
 3644name = "core-foundation-sys"
 3645version = "0.8.7"
 3646source = "registry+https://github.com/rust-lang/crates.io-index"
 3647checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3648
 3649[[package]]
 3650name = "core-graphics"
 3651version = "0.23.2"
 3652source = "registry+https://github.com/rust-lang/crates.io-index"
 3653checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3654dependencies = [
 3655 "bitflags 1.3.2",
 3656 "core-foundation 0.9.4",
 3657 "core-graphics-types 0.1.3",
 3658 "foreign-types 0.5.0",
 3659 "libc",
 3660]
 3661
 3662[[package]]
 3663name = "core-graphics"
 3664version = "0.24.0"
 3665source = "registry+https://github.com/rust-lang/crates.io-index"
 3666checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3667dependencies = [
 3668 "bitflags 2.10.0",
 3669 "core-foundation 0.10.0",
 3670 "core-graphics-types 0.2.0",
 3671 "foreign-types 0.5.0",
 3672 "libc",
 3673]
 3674
 3675[[package]]
 3676name = "core-graphics-helmer-fork"
 3677version = "0.24.0"
 3678source = "registry+https://github.com/rust-lang/crates.io-index"
 3679checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3680dependencies = [
 3681 "bitflags 2.10.0",
 3682 "core-foundation 0.9.4",
 3683 "core-graphics-types 0.1.3",
 3684 "foreign-types 0.5.0",
 3685 "libc",
 3686]
 3687
 3688[[package]]
 3689name = "core-graphics-types"
 3690version = "0.1.3"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3693dependencies = [
 3694 "bitflags 1.3.2",
 3695 "core-foundation 0.9.4",
 3696 "libc",
 3697]
 3698
 3699[[package]]
 3700name = "core-graphics-types"
 3701version = "0.2.0"
 3702source = "registry+https://github.com/rust-lang/crates.io-index"
 3703checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3704dependencies = [
 3705 "bitflags 2.10.0",
 3706 "core-foundation 0.10.0",
 3707 "libc",
 3708]
 3709
 3710[[package]]
 3711name = "core-graphics2"
 3712version = "0.5.2"
 3713source = "registry+https://github.com/rust-lang/crates.io-index"
 3714checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3715dependencies = [
 3716 "bitflags 2.10.0",
 3717 "block",
 3718 "cfg-if",
 3719 "core-foundation 0.10.0",
 3720 "libc",
 3721]
 3722
 3723[[package]]
 3724name = "core-services"
 3725version = "0.2.1"
 3726source = "registry+https://github.com/rust-lang/crates.io-index"
 3727checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3728dependencies = [
 3729 "core-foundation 0.9.4",
 3730]
 3731
 3732[[package]]
 3733name = "core-text"
 3734version = "21.0.0"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3737dependencies = [
 3738 "core-foundation 0.10.0",
 3739 "core-graphics 0.24.0",
 3740 "foreign-types 0.5.0",
 3741 "libc",
 3742]
 3743
 3744[[package]]
 3745name = "core-video"
 3746version = "0.5.2"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3749dependencies = [
 3750 "block",
 3751 "core-foundation 0.10.0",
 3752 "core-graphics2",
 3753 "io-surface",
 3754 "libc",
 3755 "metal",
 3756]
 3757
 3758[[package]]
 3759name = "core_maths"
 3760version = "0.1.1"
 3761source = "registry+https://github.com/rust-lang/crates.io-index"
 3762checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3763dependencies = [
 3764 "libm",
 3765]
 3766
 3767[[package]]
 3768name = "coreaudio-rs"
 3769version = "0.12.1"
 3770source = "registry+https://github.com/rust-lang/crates.io-index"
 3771checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3772dependencies = [
 3773 "bitflags 1.3.2",
 3774 "core-foundation-sys",
 3775 "coreaudio-sys",
 3776]
 3777
 3778[[package]]
 3779name = "coreaudio-rs"
 3780version = "0.13.0"
 3781source = "registry+https://github.com/rust-lang/crates.io-index"
 3782checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3783dependencies = [
 3784 "bitflags 1.3.2",
 3785 "libc",
 3786 "objc2-audio-toolbox",
 3787 "objc2-core-audio",
 3788 "objc2-core-audio-types",
 3789 "objc2-core-foundation",
 3790]
 3791
 3792[[package]]
 3793name = "coreaudio-sys"
 3794version = "0.2.17"
 3795source = "registry+https://github.com/rust-lang/crates.io-index"
 3796checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3797dependencies = [
 3798 "bindgen 0.72.1",
 3799]
 3800
 3801[[package]]
 3802name = "cosmic-text"
 3803version = "0.17.1"
 3804source = "registry+https://github.com/rust-lang/crates.io-index"
 3805checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3806dependencies = [
 3807 "bitflags 2.10.0",
 3808 "fontdb 0.23.0",
 3809 "harfrust",
 3810 "linebender_resource_handle",
 3811 "log",
 3812 "rangemap",
 3813 "rustc-hash 2.1.1",
 3814 "self_cell",
 3815 "skrifa 0.40.0",
 3816 "smol_str",
 3817 "swash",
 3818 "sys-locale",
 3819 "unicode-bidi",
 3820 "unicode-linebreak",
 3821 "unicode-script",
 3822 "unicode-segmentation",
 3823]
 3824
 3825[[package]]
 3826name = "cpal"
 3827version = "0.17.1"
 3828source = "registry+https://github.com/rust-lang/crates.io-index"
 3829checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3830dependencies = [
 3831 "alsa",
 3832 "coreaudio-rs 0.13.0",
 3833 "dasp_sample",
 3834 "jni",
 3835 "js-sys",
 3836 "libc",
 3837 "mach2 0.5.0",
 3838 "ndk",
 3839 "ndk-context",
 3840 "num-derive",
 3841 "num-traits",
 3842 "objc2",
 3843 "objc2-audio-toolbox",
 3844 "objc2-avf-audio",
 3845 "objc2-core-audio",
 3846 "objc2-core-audio-types",
 3847 "objc2-core-foundation",
 3848 "objc2-foundation",
 3849 "wasm-bindgen",
 3850 "wasm-bindgen-futures",
 3851 "web-sys",
 3852 "windows 0.62.2",
 3853]
 3854
 3855[[package]]
 3856name = "cpp_demangle"
 3857version = "0.4.5"
 3858source = "registry+https://github.com/rust-lang/crates.io-index"
 3859checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3860dependencies = [
 3861 "cfg-if",
 3862]
 3863
 3864[[package]]
 3865name = "cpufeatures"
 3866version = "0.2.17"
 3867source = "registry+https://github.com/rust-lang/crates.io-index"
 3868checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3869dependencies = [
 3870 "libc",
 3871]
 3872
 3873[[package]]
 3874name = "cranelift-assembler-x64"
 3875version = "0.123.6"
 3876source = "registry+https://github.com/rust-lang/crates.io-index"
 3877checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3878dependencies = [
 3879 "cranelift-assembler-x64-meta",
 3880]
 3881
 3882[[package]]
 3883name = "cranelift-assembler-x64-meta"
 3884version = "0.123.6"
 3885source = "registry+https://github.com/rust-lang/crates.io-index"
 3886checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3887dependencies = [
 3888 "cranelift-srcgen",
 3889]
 3890
 3891[[package]]
 3892name = "cranelift-bforest"
 3893version = "0.123.6"
 3894source = "registry+https://github.com/rust-lang/crates.io-index"
 3895checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3896dependencies = [
 3897 "cranelift-entity",
 3898]
 3899
 3900[[package]]
 3901name = "cranelift-bitset"
 3902version = "0.123.6"
 3903source = "registry+https://github.com/rust-lang/crates.io-index"
 3904checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3905dependencies = [
 3906 "serde",
 3907 "serde_derive",
 3908]
 3909
 3910[[package]]
 3911name = "cranelift-codegen"
 3912version = "0.123.6"
 3913source = "registry+https://github.com/rust-lang/crates.io-index"
 3914checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3915dependencies = [
 3916 "bumpalo",
 3917 "cranelift-assembler-x64",
 3918 "cranelift-bforest",
 3919 "cranelift-bitset",
 3920 "cranelift-codegen-meta",
 3921 "cranelift-codegen-shared",
 3922 "cranelift-control",
 3923 "cranelift-entity",
 3924 "cranelift-isle",
 3925 "gimli",
 3926 "hashbrown 0.15.5",
 3927 "log",
 3928 "postcard",
 3929 "pulley-interpreter",
 3930 "regalloc2",
 3931 "rustc-hash 2.1.1",
 3932 "serde",
 3933 "serde_derive",
 3934 "sha2",
 3935 "smallvec",
 3936 "target-lexicon 0.13.3",
 3937 "wasmtime-internal-math",
 3938]
 3939
 3940[[package]]
 3941name = "cranelift-codegen-meta"
 3942version = "0.123.6"
 3943source = "registry+https://github.com/rust-lang/crates.io-index"
 3944checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3945dependencies = [
 3946 "cranelift-assembler-x64-meta",
 3947 "cranelift-codegen-shared",
 3948 "cranelift-srcgen",
 3949 "heck 0.5.0",
 3950 "pulley-interpreter",
 3951]
 3952
 3953[[package]]
 3954name = "cranelift-codegen-shared"
 3955version = "0.123.6"
 3956source = "registry+https://github.com/rust-lang/crates.io-index"
 3957checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3958
 3959[[package]]
 3960name = "cranelift-control"
 3961version = "0.123.6"
 3962source = "registry+https://github.com/rust-lang/crates.io-index"
 3963checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3964dependencies = [
 3965 "arbitrary",
 3966]
 3967
 3968[[package]]
 3969name = "cranelift-entity"
 3970version = "0.123.6"
 3971source = "registry+https://github.com/rust-lang/crates.io-index"
 3972checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3973dependencies = [
 3974 "cranelift-bitset",
 3975 "serde",
 3976 "serde_derive",
 3977]
 3978
 3979[[package]]
 3980name = "cranelift-frontend"
 3981version = "0.123.6"
 3982source = "registry+https://github.com/rust-lang/crates.io-index"
 3983checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3984dependencies = [
 3985 "cranelift-codegen",
 3986 "log",
 3987 "smallvec",
 3988 "target-lexicon 0.13.3",
 3989]
 3990
 3991[[package]]
 3992name = "cranelift-isle"
 3993version = "0.123.6"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3996
 3997[[package]]
 3998name = "cranelift-native"
 3999version = "0.123.6"
 4000source = "registry+https://github.com/rust-lang/crates.io-index"
 4001checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 4002dependencies = [
 4003 "cranelift-codegen",
 4004 "libc",
 4005 "target-lexicon 0.13.3",
 4006]
 4007
 4008[[package]]
 4009name = "cranelift-srcgen"
 4010version = "0.123.6"
 4011source = "registry+https://github.com/rust-lang/crates.io-index"
 4012checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4013
 4014[[package]]
 4015name = "crash-context"
 4016version = "0.6.3"
 4017source = "registry+https://github.com/rust-lang/crates.io-index"
 4018checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4019dependencies = [
 4020 "cfg-if",
 4021 "libc",
 4022 "mach2 0.4.3",
 4023]
 4024
 4025[[package]]
 4026name = "crash-handler"
 4027version = "0.6.3"
 4028source = "registry+https://github.com/rust-lang/crates.io-index"
 4029checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4030dependencies = [
 4031 "cfg-if",
 4032 "crash-context",
 4033 "libc",
 4034 "mach2 0.4.3",
 4035 "parking_lot",
 4036]
 4037
 4038[[package]]
 4039name = "crashes"
 4040version = "0.1.0"
 4041dependencies = [
 4042 "cfg-if",
 4043 "crash-handler",
 4044 "futures 0.3.32",
 4045 "log",
 4046 "mach2 0.5.0",
 4047 "minidumper",
 4048 "parking_lot",
 4049 "paths",
 4050 "release_channel",
 4051 "serde",
 4052 "serde_json",
 4053 "smol",
 4054 "system_specs",
 4055 "windows 0.61.3",
 4056 "zstd",
 4057]
 4058
 4059[[package]]
 4060name = "crc"
 4061version = "3.3.0"
 4062source = "registry+https://github.com/rust-lang/crates.io-index"
 4063checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4064dependencies = [
 4065 "crc-catalog",
 4066]
 4067
 4068[[package]]
 4069name = "crc-catalog"
 4070version = "2.4.0"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4073
 4074[[package]]
 4075name = "crc-fast"
 4076version = "1.6.0"
 4077source = "registry+https://github.com/rust-lang/crates.io-index"
 4078checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4079dependencies = [
 4080 "crc",
 4081 "digest",
 4082 "rand 0.9.2",
 4083 "regex",
 4084 "rustversion",
 4085]
 4086
 4087[[package]]
 4088name = "crc32fast"
 4089version = "1.5.0"
 4090source = "registry+https://github.com/rust-lang/crates.io-index"
 4091checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4092dependencies = [
 4093 "cfg-if",
 4094]
 4095
 4096[[package]]
 4097name = "credentials_provider"
 4098version = "0.1.0"
 4099dependencies = [
 4100 "anyhow",
 4101 "gpui",
 4102 "serde",
 4103]
 4104
 4105[[package]]
 4106name = "criterion"
 4107version = "0.5.1"
 4108source = "registry+https://github.com/rust-lang/crates.io-index"
 4109checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4110dependencies = [
 4111 "anes",
 4112 "cast",
 4113 "ciborium",
 4114 "clap",
 4115 "criterion-plot",
 4116 "is-terminal",
 4117 "itertools 0.10.5",
 4118 "num-traits",
 4119 "once_cell",
 4120 "oorandom",
 4121 "plotters",
 4122 "rayon",
 4123 "regex",
 4124 "serde",
 4125 "serde_derive",
 4126 "serde_json",
 4127 "tinytemplate",
 4128 "walkdir",
 4129]
 4130
 4131[[package]]
 4132name = "criterion-plot"
 4133version = "0.5.0"
 4134source = "registry+https://github.com/rust-lang/crates.io-index"
 4135checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4136dependencies = [
 4137 "cast",
 4138 "itertools 0.10.5",
 4139]
 4140
 4141[[package]]
 4142name = "crossbeam"
 4143version = "0.8.4"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4146dependencies = [
 4147 "crossbeam-channel",
 4148 "crossbeam-deque",
 4149 "crossbeam-epoch",
 4150 "crossbeam-queue",
 4151 "crossbeam-utils",
 4152]
 4153
 4154[[package]]
 4155name = "crossbeam-channel"
 4156version = "0.5.15"
 4157source = "registry+https://github.com/rust-lang/crates.io-index"
 4158checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4159dependencies = [
 4160 "crossbeam-utils",
 4161]
 4162
 4163[[package]]
 4164name = "crossbeam-deque"
 4165version = "0.8.6"
 4166source = "registry+https://github.com/rust-lang/crates.io-index"
 4167checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4168dependencies = [
 4169 "crossbeam-epoch",
 4170 "crossbeam-utils",
 4171]
 4172
 4173[[package]]
 4174name = "crossbeam-epoch"
 4175version = "0.9.18"
 4176source = "registry+https://github.com/rust-lang/crates.io-index"
 4177checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4178dependencies = [
 4179 "crossbeam-utils",
 4180]
 4181
 4182[[package]]
 4183name = "crossbeam-queue"
 4184version = "0.3.12"
 4185source = "registry+https://github.com/rust-lang/crates.io-index"
 4186checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4187dependencies = [
 4188 "crossbeam-utils",
 4189]
 4190
 4191[[package]]
 4192name = "crossbeam-utils"
 4193version = "0.8.21"
 4194source = "registry+https://github.com/rust-lang/crates.io-index"
 4195checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4196
 4197[[package]]
 4198name = "crunchy"
 4199version = "0.2.4"
 4200source = "registry+https://github.com/rust-lang/crates.io-index"
 4201checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4202
 4203[[package]]
 4204name = "crypto-bigint"
 4205version = "0.4.9"
 4206source = "registry+https://github.com/rust-lang/crates.io-index"
 4207checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4208dependencies = [
 4209 "generic-array",
 4210 "rand_core 0.6.4",
 4211 "subtle",
 4212 "zeroize",
 4213]
 4214
 4215[[package]]
 4216name = "crypto-bigint"
 4217version = "0.5.5"
 4218source = "registry+https://github.com/rust-lang/crates.io-index"
 4219checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4220dependencies = [
 4221 "rand_core 0.6.4",
 4222 "subtle",
 4223]
 4224
 4225[[package]]
 4226name = "crypto-common"
 4227version = "0.1.6"
 4228source = "registry+https://github.com/rust-lang/crates.io-index"
 4229checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4230dependencies = [
 4231 "generic-array",
 4232 "typenum",
 4233]
 4234
 4235[[package]]
 4236name = "cssparser"
 4237version = "0.35.0"
 4238source = "registry+https://github.com/rust-lang/crates.io-index"
 4239checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4240dependencies = [
 4241 "cssparser-macros",
 4242 "dtoa-short",
 4243 "itoa",
 4244 "phf 0.11.3",
 4245 "smallvec",
 4246]
 4247
 4248[[package]]
 4249name = "cssparser-macros"
 4250version = "0.6.1"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4253dependencies = [
 4254 "quote",
 4255 "syn 2.0.117",
 4256]
 4257
 4258[[package]]
 4259name = "csv_preview"
 4260version = "0.1.0"
 4261dependencies = [
 4262 "anyhow",
 4263 "editor",
 4264 "feature_flags",
 4265 "gpui",
 4266 "log",
 4267 "text",
 4268 "ui",
 4269 "workspace",
 4270]
 4271
 4272[[package]]
 4273name = "ctor"
 4274version = "0.4.3"
 4275source = "registry+https://github.com/rust-lang/crates.io-index"
 4276checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4277dependencies = [
 4278 "ctor-proc-macro",
 4279 "dtor",
 4280]
 4281
 4282[[package]]
 4283name = "ctor-proc-macro"
 4284version = "0.0.6"
 4285source = "registry+https://github.com/rust-lang/crates.io-index"
 4286checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4287
 4288[[package]]
 4289name = "ctrlc"
 4290version = "3.5.0"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4293dependencies = [
 4294 "dispatch",
 4295 "nix 0.30.1",
 4296 "windows-sys 0.61.2",
 4297]
 4298
 4299[[package]]
 4300name = "cursor-icon"
 4301version = "1.2.0"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4304
 4305[[package]]
 4306name = "cxx"
 4307version = "1.0.187"
 4308source = "registry+https://github.com/rust-lang/crates.io-index"
 4309checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4310dependencies = [
 4311 "cc",
 4312 "cxx-build",
 4313 "cxxbridge-cmd",
 4314 "cxxbridge-flags",
 4315 "cxxbridge-macro",
 4316 "foldhash 0.2.0",
 4317 "link-cplusplus",
 4318]
 4319
 4320[[package]]
 4321name = "cxx-build"
 4322version = "1.0.187"
 4323source = "registry+https://github.com/rust-lang/crates.io-index"
 4324checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4325dependencies = [
 4326 "cc",
 4327 "codespan-reporting",
 4328 "indexmap",
 4329 "proc-macro2",
 4330 "quote",
 4331 "scratch",
 4332 "syn 2.0.117",
 4333]
 4334
 4335[[package]]
 4336name = "cxxbridge-cmd"
 4337version = "1.0.187"
 4338source = "registry+https://github.com/rust-lang/crates.io-index"
 4339checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4340dependencies = [
 4341 "clap",
 4342 "codespan-reporting",
 4343 "indexmap",
 4344 "proc-macro2",
 4345 "quote",
 4346 "syn 2.0.117",
 4347]
 4348
 4349[[package]]
 4350name = "cxxbridge-flags"
 4351version = "1.0.187"
 4352source = "registry+https://github.com/rust-lang/crates.io-index"
 4353checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4354
 4355[[package]]
 4356name = "cxxbridge-macro"
 4357version = "1.0.187"
 4358source = "registry+https://github.com/rust-lang/crates.io-index"
 4359checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4360dependencies = [
 4361 "indexmap",
 4362 "proc-macro2",
 4363 "quote",
 4364 "syn 2.0.117",
 4365]
 4366
 4367[[package]]
 4368name = "dap"
 4369version = "0.1.0"
 4370dependencies = [
 4371 "anyhow",
 4372 "async-compression",
 4373 "async-pipe",
 4374 "async-tar",
 4375 "async-trait",
 4376 "client",
 4377 "collections",
 4378 "dap-types",
 4379 "fs",
 4380 "futures 0.3.32",
 4381 "gpui",
 4382 "http_client",
 4383 "language",
 4384 "libc",
 4385 "log",
 4386 "node_runtime",
 4387 "parking_lot",
 4388 "paths",
 4389 "proto",
 4390 "schemars",
 4391 "serde",
 4392 "serde_json",
 4393 "settings",
 4394 "smallvec",
 4395 "smol",
 4396 "task",
 4397 "telemetry",
 4398 "util",
 4399 "zlog",
 4400]
 4401
 4402[[package]]
 4403name = "dap-types"
 4404version = "0.0.1"
 4405source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4406dependencies = [
 4407 "schemars",
 4408 "serde",
 4409 "serde_json",
 4410]
 4411
 4412[[package]]
 4413name = "dap_adapters"
 4414version = "0.1.0"
 4415dependencies = [
 4416 "anyhow",
 4417 "async-trait",
 4418 "collections",
 4419 "dap",
 4420 "dotenvy",
 4421 "fs",
 4422 "futures 0.3.32",
 4423 "gpui",
 4424 "http_client",
 4425 "json_dotpath",
 4426 "language",
 4427 "log",
 4428 "node_runtime",
 4429 "paths",
 4430 "serde",
 4431 "serde_json",
 4432 "settings",
 4433 "smol",
 4434 "task",
 4435 "util",
 4436]
 4437
 4438[[package]]
 4439name = "darling"
 4440version = "0.20.11"
 4441source = "registry+https://github.com/rust-lang/crates.io-index"
 4442checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4443dependencies = [
 4444 "darling_core 0.20.11",
 4445 "darling_macro 0.20.11",
 4446]
 4447
 4448[[package]]
 4449name = "darling"
 4450version = "0.21.3"
 4451source = "registry+https://github.com/rust-lang/crates.io-index"
 4452checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4453dependencies = [
 4454 "darling_core 0.21.3",
 4455 "darling_macro 0.21.3",
 4456]
 4457
 4458[[package]]
 4459name = "darling_core"
 4460version = "0.20.11"
 4461source = "registry+https://github.com/rust-lang/crates.io-index"
 4462checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4463dependencies = [
 4464 "fnv",
 4465 "ident_case",
 4466 "proc-macro2",
 4467 "quote",
 4468 "strsim",
 4469 "syn 2.0.117",
 4470]
 4471
 4472[[package]]
 4473name = "darling_core"
 4474version = "0.21.3"
 4475source = "registry+https://github.com/rust-lang/crates.io-index"
 4476checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4477dependencies = [
 4478 "fnv",
 4479 "ident_case",
 4480 "proc-macro2",
 4481 "quote",
 4482 "strsim",
 4483 "syn 2.0.117",
 4484]
 4485
 4486[[package]]
 4487name = "darling_macro"
 4488version = "0.20.11"
 4489source = "registry+https://github.com/rust-lang/crates.io-index"
 4490checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4491dependencies = [
 4492 "darling_core 0.20.11",
 4493 "quote",
 4494 "syn 2.0.117",
 4495]
 4496
 4497[[package]]
 4498name = "darling_macro"
 4499version = "0.21.3"
 4500source = "registry+https://github.com/rust-lang/crates.io-index"
 4501checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4502dependencies = [
 4503 "darling_core 0.21.3",
 4504 "quote",
 4505 "syn 2.0.117",
 4506]
 4507
 4508[[package]]
 4509name = "dashmap"
 4510version = "6.1.0"
 4511source = "registry+https://github.com/rust-lang/crates.io-index"
 4512checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4513dependencies = [
 4514 "cfg-if",
 4515 "crossbeam-utils",
 4516 "hashbrown 0.14.5",
 4517 "lock_api",
 4518 "once_cell",
 4519 "parking_lot_core",
 4520]
 4521
 4522[[package]]
 4523name = "dasp_sample"
 4524version = "0.11.0"
 4525source = "registry+https://github.com/rust-lang/crates.io-index"
 4526checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4527
 4528[[package]]
 4529name = "data-encoding"
 4530version = "2.9.0"
 4531source = "registry+https://github.com/rust-lang/crates.io-index"
 4532checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4533
 4534[[package]]
 4535name = "data-url"
 4536version = "0.3.2"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4539
 4540[[package]]
 4541name = "db"
 4542version = "0.1.0"
 4543dependencies = [
 4544 "anyhow",
 4545 "gpui",
 4546 "indoc",
 4547 "inventory",
 4548 "log",
 4549 "paths",
 4550 "release_channel",
 4551 "smol",
 4552 "sqlez",
 4553 "sqlez_macros",
 4554 "tempfile",
 4555 "util",
 4556 "uuid",
 4557 "zed_env_vars",
 4558]
 4559
 4560[[package]]
 4561name = "dbus"
 4562version = "0.9.9"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4565dependencies = [
 4566 "libc",
 4567 "libdbus-sys",
 4568 "windows-sys 0.59.0",
 4569]
 4570
 4571[[package]]
 4572name = "debug_adapter_extension"
 4573version = "0.1.0"
 4574dependencies = [
 4575 "anyhow",
 4576 "async-trait",
 4577 "collections",
 4578 "dap",
 4579 "extension",
 4580 "gpui",
 4581 "serde_json",
 4582 "task",
 4583 "util",
 4584]
 4585
 4586[[package]]
 4587name = "debugger_tools"
 4588version = "0.1.0"
 4589dependencies = [
 4590 "anyhow",
 4591 "dap",
 4592 "editor",
 4593 "futures 0.3.32",
 4594 "gpui",
 4595 "project",
 4596 "serde_json",
 4597 "settings",
 4598 "smol",
 4599 "util",
 4600 "workspace",
 4601]
 4602
 4603[[package]]
 4604name = "debugger_ui"
 4605version = "0.1.0"
 4606dependencies = [
 4607 "alacritty_terminal",
 4608 "anyhow",
 4609 "bitflags 2.10.0",
 4610 "client",
 4611 "collections",
 4612 "command_palette_hooks",
 4613 "dap",
 4614 "dap_adapters",
 4615 "db",
 4616 "debugger_tools",
 4617 "editor",
 4618 "feature_flags",
 4619 "file_icons",
 4620 "futures 0.3.32",
 4621 "fuzzy",
 4622 "gpui",
 4623 "hex",
 4624 "indoc",
 4625 "itertools 0.14.0",
 4626 "language",
 4627 "log",
 4628 "menu",
 4629 "notifications",
 4630 "parking_lot",
 4631 "parse_int",
 4632 "paths",
 4633 "picker",
 4634 "pretty_assertions",
 4635 "project",
 4636 "rpc",
 4637 "schemars",
 4638 "serde",
 4639 "serde_json",
 4640 "serde_json_lenient",
 4641 "settings",
 4642 "sysinfo 0.37.2",
 4643 "task",
 4644 "tasks_ui",
 4645 "terminal_view",
 4646 "text",
 4647 "theme",
 4648 "theme_settings",
 4649 "tree-sitter",
 4650 "tree-sitter-go",
 4651 "tree-sitter-json",
 4652 "ui",
 4653 "ui_input",
 4654 "unindent",
 4655 "util",
 4656 "workspace",
 4657 "zed_actions",
 4658 "zlog",
 4659]
 4660
 4661[[package]]
 4662name = "debugid"
 4663version = "0.8.0"
 4664source = "registry+https://github.com/rust-lang/crates.io-index"
 4665checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4666dependencies = [
 4667 "uuid",
 4668]
 4669
 4670[[package]]
 4671name = "deepseek"
 4672version = "0.1.0"
 4673dependencies = [
 4674 "anyhow",
 4675 "futures 0.3.32",
 4676 "http_client",
 4677 "schemars",
 4678 "serde",
 4679 "serde_json",
 4680]
 4681
 4682[[package]]
 4683name = "deflate64"
 4684version = "0.1.10"
 4685source = "registry+https://github.com/rust-lang/crates.io-index"
 4686checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4687
 4688[[package]]
 4689name = "denoise"
 4690version = "0.1.0"
 4691dependencies = [
 4692 "candle-core",
 4693 "candle-onnx",
 4694 "log",
 4695 "realfft",
 4696 "rodio",
 4697 "rustfft",
 4698 "thiserror 2.0.17",
 4699]
 4700
 4701[[package]]
 4702name = "der"
 4703version = "0.6.1"
 4704source = "registry+https://github.com/rust-lang/crates.io-index"
 4705checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4706dependencies = [
 4707 "const-oid",
 4708 "zeroize",
 4709]
 4710
 4711[[package]]
 4712name = "der"
 4713version = "0.7.10"
 4714source = "registry+https://github.com/rust-lang/crates.io-index"
 4715checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4716dependencies = [
 4717 "const-oid",
 4718 "pem-rfc7468",
 4719 "zeroize",
 4720]
 4721
 4722[[package]]
 4723name = "deranged"
 4724version = "0.5.4"
 4725source = "registry+https://github.com/rust-lang/crates.io-index"
 4726checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4727dependencies = [
 4728 "powerfmt",
 4729 "serde_core",
 4730]
 4731
 4732[[package]]
 4733name = "derive_arbitrary"
 4734version = "1.4.2"
 4735source = "registry+https://github.com/rust-lang/crates.io-index"
 4736checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4737dependencies = [
 4738 "proc-macro2",
 4739 "quote",
 4740 "syn 2.0.117",
 4741]
 4742
 4743[[package]]
 4744name = "derive_more"
 4745version = "2.1.1"
 4746source = "registry+https://github.com/rust-lang/crates.io-index"
 4747checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4748dependencies = [
 4749 "derive_more-impl",
 4750]
 4751
 4752[[package]]
 4753name = "derive_more-impl"
 4754version = "2.1.1"
 4755source = "registry+https://github.com/rust-lang/crates.io-index"
 4756checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4757dependencies = [
 4758 "convert_case 0.10.0",
 4759 "proc-macro2",
 4760 "quote",
 4761 "rustc_version",
 4762 "syn 2.0.117",
 4763 "unicode-xid",
 4764]
 4765
 4766[[package]]
 4767name = "derive_refineable"
 4768version = "0.1.0"
 4769dependencies = [
 4770 "proc-macro2",
 4771 "quote",
 4772 "syn 2.0.117",
 4773]
 4774
 4775[[package]]
 4776name = "derive_setters"
 4777version = "0.1.9"
 4778source = "registry+https://github.com/rust-lang/crates.io-index"
 4779checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4780dependencies = [
 4781 "darling 0.21.3",
 4782 "proc-macro2",
 4783 "quote",
 4784 "syn 2.0.117",
 4785]
 4786
 4787[[package]]
 4788name = "dev_container"
 4789version = "0.1.0"
 4790dependencies = [
 4791 "async-tar",
 4792 "async-trait",
 4793 "env_logger 0.11.8",
 4794 "fs",
 4795 "futures 0.3.32",
 4796 "gpui",
 4797 "http 1.3.1",
 4798 "http_client",
 4799 "log",
 4800 "menu",
 4801 "paths",
 4802 "picker",
 4803 "project",
 4804 "serde",
 4805 "serde_json",
 4806 "serde_json_lenient",
 4807 "settings",
 4808 "shlex",
 4809 "ui",
 4810 "util",
 4811 "walkdir",
 4812 "workspace",
 4813 "worktree",
 4814]
 4815
 4816[[package]]
 4817name = "diagnostics"
 4818version = "0.1.0"
 4819dependencies = [
 4820 "anyhow",
 4821 "collections",
 4822 "component",
 4823 "ctor",
 4824 "editor",
 4825 "gpui",
 4826 "indoc",
 4827 "itertools 0.14.0",
 4828 "language",
 4829 "log",
 4830 "lsp",
 4831 "markdown",
 4832 "pretty_assertions",
 4833 "project",
 4834 "rand 0.9.2",
 4835 "serde",
 4836 "serde_json",
 4837 "settings",
 4838 "text",
 4839 "theme",
 4840 "theme_settings",
 4841 "ui",
 4842 "unindent",
 4843 "util",
 4844 "workspace",
 4845 "zed_actions",
 4846 "zlog",
 4847]
 4848
 4849[[package]]
 4850name = "dialoguer"
 4851version = "0.11.0"
 4852source = "registry+https://github.com/rust-lang/crates.io-index"
 4853checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4854dependencies = [
 4855 "console",
 4856 "fuzzy-matcher",
 4857 "shell-words",
 4858 "tempfile",
 4859 "thiserror 1.0.69",
 4860 "zeroize",
 4861]
 4862
 4863[[package]]
 4864name = "diff"
 4865version = "0.1.13"
 4866source = "registry+https://github.com/rust-lang/crates.io-index"
 4867checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4868
 4869[[package]]
 4870name = "diffy"
 4871version = "0.4.2"
 4872source = "registry+https://github.com/rust-lang/crates.io-index"
 4873checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4874dependencies = [
 4875 "nu-ansi-term",
 4876]
 4877
 4878[[package]]
 4879name = "digest"
 4880version = "0.10.7"
 4881source = "registry+https://github.com/rust-lang/crates.io-index"
 4882checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4883dependencies = [
 4884 "block-buffer",
 4885 "const-oid",
 4886 "crypto-common",
 4887 "subtle",
 4888]
 4889
 4890[[package]]
 4891name = "dirs"
 4892version = "4.0.0"
 4893source = "registry+https://github.com/rust-lang/crates.io-index"
 4894checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4895dependencies = [
 4896 "dirs-sys 0.3.7",
 4897]
 4898
 4899[[package]]
 4900name = "dirs"
 4901version = "5.0.1"
 4902source = "registry+https://github.com/rust-lang/crates.io-index"
 4903checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4904dependencies = [
 4905 "dirs-sys 0.4.1",
 4906]
 4907
 4908[[package]]
 4909name = "dirs"
 4910version = "6.0.0"
 4911source = "registry+https://github.com/rust-lang/crates.io-index"
 4912checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4913dependencies = [
 4914 "dirs-sys 0.5.0",
 4915]
 4916
 4917[[package]]
 4918name = "dirs-sys"
 4919version = "0.3.7"
 4920source = "registry+https://github.com/rust-lang/crates.io-index"
 4921checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4922dependencies = [
 4923 "libc",
 4924 "redox_users 0.4.6",
 4925 "winapi",
 4926]
 4927
 4928[[package]]
 4929name = "dirs-sys"
 4930version = "0.4.1"
 4931source = "registry+https://github.com/rust-lang/crates.io-index"
 4932checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4933dependencies = [
 4934 "libc",
 4935 "option-ext",
 4936 "redox_users 0.4.6",
 4937 "windows-sys 0.48.0",
 4938]
 4939
 4940[[package]]
 4941name = "dirs-sys"
 4942version = "0.5.0"
 4943source = "registry+https://github.com/rust-lang/crates.io-index"
 4944checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4945dependencies = [
 4946 "libc",
 4947 "option-ext",
 4948 "redox_users 0.5.2",
 4949 "windows-sys 0.61.2",
 4950]
 4951
 4952[[package]]
 4953name = "dispatch"
 4954version = "0.2.0"
 4955source = "registry+https://github.com/rust-lang/crates.io-index"
 4956checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4957
 4958[[package]]
 4959name = "dispatch2"
 4960version = "0.3.1"
 4961source = "registry+https://github.com/rust-lang/crates.io-index"
 4962checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4963dependencies = [
 4964 "bitflags 2.10.0",
 4965 "block2",
 4966 "libc",
 4967 "objc2",
 4968]
 4969
 4970[[package]]
 4971name = "displaydoc"
 4972version = "0.2.5"
 4973source = "registry+https://github.com/rust-lang/crates.io-index"
 4974checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4975dependencies = [
 4976 "proc-macro2",
 4977 "quote",
 4978 "syn 2.0.117",
 4979]
 4980
 4981[[package]]
 4982name = "dlib"
 4983version = "0.5.2"
 4984source = "registry+https://github.com/rust-lang/crates.io-index"
 4985checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4986dependencies = [
 4987 "libloading",
 4988]
 4989
 4990[[package]]
 4991name = "docs_preprocessor"
 4992version = "0.1.0"
 4993dependencies = [
 4994 "anyhow",
 4995 "collections",
 4996 "jsonschema",
 4997 "mdbook",
 4998 "regex",
 4999 "schemars",
 5000 "serde",
 5001 "serde_json",
 5002 "settings",
 5003 "task",
 5004 "theme",
 5005 "util",
 5006 "zlog",
 5007]
 5008
 5009[[package]]
 5010name = "document-features"
 5011version = "0.2.12"
 5012source = "registry+https://github.com/rust-lang/crates.io-index"
 5013checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5014dependencies = [
 5015 "litrs",
 5016]
 5017
 5018[[package]]
 5019name = "documented"
 5020version = "0.9.2"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5023dependencies = [
 5024 "documented-macros",
 5025 "phf 0.12.1",
 5026 "thiserror 2.0.17",
 5027]
 5028
 5029[[package]]
 5030name = "documented-macros"
 5031version = "0.9.2"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5034dependencies = [
 5035 "convert_case 0.8.0",
 5036 "itertools 0.14.0",
 5037 "optfield",
 5038 "proc-macro2",
 5039 "quote",
 5040 "strum 0.27.2",
 5041 "syn 2.0.117",
 5042]
 5043
 5044[[package]]
 5045name = "dotenvy"
 5046version = "0.15.7"
 5047source = "registry+https://github.com/rust-lang/crates.io-index"
 5048checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5049
 5050[[package]]
 5051name = "downcast-rs"
 5052version = "1.2.1"
 5053source = "registry+https://github.com/rust-lang/crates.io-index"
 5054checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5055
 5056[[package]]
 5057name = "doxygen-rs"
 5058version = "0.4.2"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5061dependencies = [
 5062 "phf 0.11.3",
 5063]
 5064
 5065[[package]]
 5066name = "dtoa"
 5067version = "1.0.10"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5070
 5071[[package]]
 5072name = "dtoa-short"
 5073version = "0.3.5"
 5074source = "registry+https://github.com/rust-lang/crates.io-index"
 5075checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5076dependencies = [
 5077 "dtoa",
 5078]
 5079
 5080[[package]]
 5081name = "dtor"
 5082version = "0.0.6"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5085dependencies = [
 5086 "dtor-proc-macro",
 5087]
 5088
 5089[[package]]
 5090name = "dtor-proc-macro"
 5091version = "0.0.5"
 5092source = "registry+https://github.com/rust-lang/crates.io-index"
 5093checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5094
 5095[[package]]
 5096name = "dunce"
 5097version = "1.0.5"
 5098source = "registry+https://github.com/rust-lang/crates.io-index"
 5099checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5100
 5101[[package]]
 5102name = "dwrote"
 5103version = "0.11.5"
 5104source = "registry+https://github.com/rust-lang/crates.io-index"
 5105checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5106dependencies = [
 5107 "lazy_static",
 5108 "libc",
 5109 "winapi",
 5110 "wio",
 5111]
 5112
 5113[[package]]
 5114name = "dyn-clone"
 5115version = "1.0.20"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5118
 5119[[package]]
 5120name = "dyn-stack"
 5121version = "0.10.0"
 5122source = "registry+https://github.com/rust-lang/crates.io-index"
 5123checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5124dependencies = [
 5125 "bytemuck",
 5126 "reborrow",
 5127]
 5128
 5129[[package]]
 5130name = "dyn-stack"
 5131version = "0.13.2"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5134dependencies = [
 5135 "bytemuck",
 5136 "dyn-stack-macros",
 5137]
 5138
 5139[[package]]
 5140name = "dyn-stack-macros"
 5141version = "0.1.3"
 5142source = "registry+https://github.com/rust-lang/crates.io-index"
 5143checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5144
 5145[[package]]
 5146name = "ec4rs"
 5147version = "1.2.0"
 5148source = "registry+https://github.com/rust-lang/crates.io-index"
 5149checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5150
 5151[[package]]
 5152name = "ecdsa"
 5153version = "0.14.8"
 5154source = "registry+https://github.com/rust-lang/crates.io-index"
 5155checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5156dependencies = [
 5157 "der 0.6.1",
 5158 "elliptic-curve",
 5159 "rfc6979",
 5160 "signature 1.6.4",
 5161]
 5162
 5163[[package]]
 5164name = "edit_prediction"
 5165version = "0.1.0"
 5166dependencies = [
 5167 "ai_onboarding",
 5168 "anyhow",
 5169 "buffer_diff",
 5170 "client",
 5171 "clock",
 5172 "cloud_api_client",
 5173 "cloud_api_types",
 5174 "cloud_llm_client",
 5175 "collections",
 5176 "copilot",
 5177 "copilot_ui",
 5178 "credentials_provider",
 5179 "criterion",
 5180 "ctor",
 5181 "db",
 5182 "edit_prediction_context",
 5183 "edit_prediction_types",
 5184 "feature_flags",
 5185 "fs",
 5186 "futures 0.3.32",
 5187 "gpui",
 5188 "heapless",
 5189 "indoc",
 5190 "itertools 0.14.0",
 5191 "language",
 5192 "language_model",
 5193 "languages",
 5194 "log",
 5195 "lsp",
 5196 "menu",
 5197 "node_runtime",
 5198 "open_ai",
 5199 "parking_lot",
 5200 "postage",
 5201 "pretty_assertions",
 5202 "project",
 5203 "pulldown-cmark 0.13.0",
 5204 "rand 0.9.2",
 5205 "regex",
 5206 "release_channel",
 5207 "semver",
 5208 "serde",
 5209 "serde_json",
 5210 "settings",
 5211 "strum 0.27.2",
 5212 "telemetry",
 5213 "telemetry_events",
 5214 "text",
 5215 "thiserror 2.0.17",
 5216 "time",
 5217 "toml 0.8.23",
 5218 "ui",
 5219 "util",
 5220 "uuid",
 5221 "workspace",
 5222 "worktree",
 5223 "zed_actions",
 5224 "zed_credentials_provider",
 5225 "zeta_prompt",
 5226 "zlog",
 5227 "zstd",
 5228]
 5229
 5230[[package]]
 5231name = "edit_prediction_cli"
 5232version = "0.1.0"
 5233dependencies = [
 5234 "anthropic",
 5235 "anyhow",
 5236 "chrono",
 5237 "clap",
 5238 "client",
 5239 "cloud_llm_client",
 5240 "collections",
 5241 "db",
 5242 "debug_adapter_extension",
 5243 "dirs 4.0.0",
 5244 "edit_prediction",
 5245 "extension",
 5246 "flate2",
 5247 "fs",
 5248 "futures 0.3.32",
 5249 "gaoya",
 5250 "gpui",
 5251 "gpui_platform",
 5252 "gpui_tokio",
 5253 "http_client",
 5254 "indoc",
 5255 "language",
 5256 "language_extension",
 5257 "language_model",
 5258 "language_models",
 5259 "languages",
 5260 "libc",
 5261 "log",
 5262 "node_runtime",
 5263 "open_ai",
 5264 "paths",
 5265 "pretty_assertions",
 5266 "project",
 5267 "prompt_store",
 5268 "rand 0.9.2",
 5269 "release_channel",
 5270 "reqwest_client",
 5271 "rust-embed",
 5272 "serde",
 5273 "serde_json",
 5274 "settings",
 5275 "shellexpand 2.1.2",
 5276 "similar",
 5277 "smol",
 5278 "sqlez",
 5279 "sqlez_macros",
 5280 "strum 0.27.2",
 5281 "telemetry_events",
 5282 "tempfile",
 5283 "terminal_view",
 5284 "toml 0.8.23",
 5285 "util",
 5286 "wasmtime",
 5287 "watch",
 5288 "workspace",
 5289 "zeta_prompt",
 5290]
 5291
 5292[[package]]
 5293name = "edit_prediction_context"
 5294version = "0.1.0"
 5295dependencies = [
 5296 "anyhow",
 5297 "clock",
 5298 "collections",
 5299 "env_logger 0.11.8",
 5300 "futures 0.3.32",
 5301 "gpui",
 5302 "indoc",
 5303 "language",
 5304 "log",
 5305 "lsp",
 5306 "parking_lot",
 5307 "pretty_assertions",
 5308 "project",
 5309 "serde",
 5310 "serde_json",
 5311 "settings",
 5312 "smallvec",
 5313 "text",
 5314 "tree-sitter",
 5315 "util",
 5316 "zeta_prompt",
 5317]
 5318
 5319[[package]]
 5320name = "edit_prediction_types"
 5321version = "0.1.0"
 5322dependencies = [
 5323 "client",
 5324 "gpui",
 5325 "icons",
 5326 "language",
 5327 "text",
 5328]
 5329
 5330[[package]]
 5331name = "edit_prediction_ui"
 5332version = "0.1.0"
 5333dependencies = [
 5334 "anyhow",
 5335 "buffer_diff",
 5336 "client",
 5337 "cloud_llm_client",
 5338 "codestral",
 5339 "collections",
 5340 "command_palette_hooks",
 5341 "copilot",
 5342 "copilot_chat",
 5343 "copilot_ui",
 5344 "edit_prediction",
 5345 "edit_prediction_types",
 5346 "editor",
 5347 "feature_flags",
 5348 "fs",
 5349 "futures 0.3.32",
 5350 "gpui",
 5351 "indoc",
 5352 "language",
 5353 "markdown",
 5354 "menu",
 5355 "multi_buffer",
 5356 "paths",
 5357 "project",
 5358 "regex",
 5359 "settings",
 5360 "telemetry",
 5361 "text",
 5362 "theme",
 5363 "theme_settings",
 5364 "time",
 5365 "ui",
 5366 "util",
 5367 "workspace",
 5368 "zed_actions",
 5369 "zeta_prompt",
 5370]
 5371
 5372[[package]]
 5373name = "editor"
 5374version = "0.1.0"
 5375dependencies = [
 5376 "aho-corasick",
 5377 "anyhow",
 5378 "assets",
 5379 "breadcrumbs",
 5380 "buffer_diff",
 5381 "client",
 5382 "clock",
 5383 "collections",
 5384 "convert_case 0.8.0",
 5385 "criterion",
 5386 "ctor",
 5387 "dap",
 5388 "db",
 5389 "edit_prediction_types",
 5390 "emojis",
 5391 "feature_flags",
 5392 "file_icons",
 5393 "fs",
 5394 "futures 0.3.32",
 5395 "fuzzy",
 5396 "git",
 5397 "gpui",
 5398 "indoc",
 5399 "itertools 0.14.0",
 5400 "language",
 5401 "languages",
 5402 "linkify",
 5403 "log",
 5404 "lsp",
 5405 "markdown",
 5406 "menu",
 5407 "multi_buffer",
 5408 "ordered-float 2.10.1",
 5409 "parking_lot",
 5410 "pretty_assertions",
 5411 "project",
 5412 "proptest",
 5413 "proptest-derive",
 5414 "rand 0.9.2",
 5415 "regex",
 5416 "release_channel",
 5417 "rope",
 5418 "rpc",
 5419 "schemars",
 5420 "semver",
 5421 "serde",
 5422 "serde_json",
 5423 "settings",
 5424 "smallvec",
 5425 "smol",
 5426 "snippet",
 5427 "sum_tree",
 5428 "task",
 5429 "telemetry",
 5430 "text",
 5431 "theme",
 5432 "theme_settings",
 5433 "time",
 5434 "tracing",
 5435 "tree-sitter-bash",
 5436 "tree-sitter-c",
 5437 "tree-sitter-html",
 5438 "tree-sitter-md",
 5439 "tree-sitter-python",
 5440 "tree-sitter-rust",
 5441 "tree-sitter-typescript",
 5442 "tree-sitter-yaml",
 5443 "ui",
 5444 "ui_input",
 5445 "unicode-script",
 5446 "unicode-segmentation",
 5447 "unicode-width",
 5448 "unindent",
 5449 "url",
 5450 "util",
 5451 "uuid",
 5452 "vim_mode_setting",
 5453 "workspace",
 5454 "zed_actions",
 5455 "zlog",
 5456 "ztracing",
 5457]
 5458
 5459[[package]]
 5460name = "either"
 5461version = "1.15.0"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5464dependencies = [
 5465 "serde",
 5466]
 5467
 5468[[package]]
 5469name = "elasticlunr-rs"
 5470version = "3.0.2"
 5471source = "registry+https://github.com/rust-lang/crates.io-index"
 5472checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5473dependencies = [
 5474 "regex",
 5475 "serde",
 5476 "serde_derive",
 5477 "serde_json",
 5478]
 5479
 5480[[package]]
 5481name = "elliptic-curve"
 5482version = "0.12.3"
 5483source = "registry+https://github.com/rust-lang/crates.io-index"
 5484checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5485dependencies = [
 5486 "base16ct",
 5487 "crypto-bigint 0.4.9",
 5488 "der 0.6.1",
 5489 "digest",
 5490 "ff",
 5491 "generic-array",
 5492 "group",
 5493 "pkcs8 0.9.0",
 5494 "rand_core 0.6.4",
 5495 "sec1",
 5496 "subtle",
 5497 "zeroize",
 5498]
 5499
 5500[[package]]
 5501name = "email_address"
 5502version = "0.2.9"
 5503source = "registry+https://github.com/rust-lang/crates.io-index"
 5504checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5505dependencies = [
 5506 "serde",
 5507]
 5508
 5509[[package]]
 5510name = "embed-resource"
 5511version = "3.0.6"
 5512source = "registry+https://github.com/rust-lang/crates.io-index"
 5513checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5514dependencies = [
 5515 "cc",
 5516 "memchr",
 5517 "rustc_version",
 5518 "toml 0.9.8",
 5519 "vswhom",
 5520 "winreg 0.55.0",
 5521]
 5522
 5523[[package]]
 5524name = "embedded-io"
 5525version = "0.4.0"
 5526source = "registry+https://github.com/rust-lang/crates.io-index"
 5527checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5528
 5529[[package]]
 5530name = "embedded-io"
 5531version = "0.6.1"
 5532source = "registry+https://github.com/rust-lang/crates.io-index"
 5533checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5534
 5535[[package]]
 5536name = "emojis"
 5537version = "0.6.4"
 5538source = "registry+https://github.com/rust-lang/crates.io-index"
 5539checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5540dependencies = [
 5541 "phf 0.11.3",
 5542]
 5543
 5544[[package]]
 5545name = "encode_unicode"
 5546version = "1.0.0"
 5547source = "registry+https://github.com/rust-lang/crates.io-index"
 5548checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5549
 5550[[package]]
 5551name = "encoding_rs"
 5552version = "0.8.35"
 5553source = "registry+https://github.com/rust-lang/crates.io-index"
 5554checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5555dependencies = [
 5556 "cfg-if",
 5557]
 5558
 5559[[package]]
 5560name = "encoding_selector"
 5561version = "0.1.0"
 5562dependencies = [
 5563 "editor",
 5564 "encoding_rs",
 5565 "fuzzy",
 5566 "gpui",
 5567 "language",
 5568 "picker",
 5569 "project",
 5570 "ui",
 5571 "util",
 5572 "workspace",
 5573]
 5574
 5575[[package]]
 5576name = "endi"
 5577version = "1.1.0"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5580
 5581[[package]]
 5582name = "enum-as-inner"
 5583version = "0.6.1"
 5584source = "registry+https://github.com/rust-lang/crates.io-index"
 5585checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5586dependencies = [
 5587 "heck 0.5.0",
 5588 "proc-macro2",
 5589 "quote",
 5590 "syn 2.0.117",
 5591]
 5592
 5593[[package]]
 5594name = "enumflags2"
 5595version = "0.7.12"
 5596source = "registry+https://github.com/rust-lang/crates.io-index"
 5597checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5598dependencies = [
 5599 "enumflags2_derive",
 5600 "serde",
 5601]
 5602
 5603[[package]]
 5604name = "enumflags2_derive"
 5605version = "0.7.12"
 5606source = "registry+https://github.com/rust-lang/crates.io-index"
 5607checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5608dependencies = [
 5609 "proc-macro2",
 5610 "quote",
 5611 "syn 2.0.117",
 5612]
 5613
 5614[[package]]
 5615name = "env_filter"
 5616version = "0.1.4"
 5617source = "registry+https://github.com/rust-lang/crates.io-index"
 5618checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5619dependencies = [
 5620 "log",
 5621 "regex",
 5622]
 5623
 5624[[package]]
 5625name = "env_logger"
 5626version = "0.10.2"
 5627source = "registry+https://github.com/rust-lang/crates.io-index"
 5628checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5629dependencies = [
 5630 "humantime",
 5631 "is-terminal",
 5632 "log",
 5633 "regex",
 5634 "termcolor",
 5635]
 5636
 5637[[package]]
 5638name = "env_logger"
 5639version = "0.11.8"
 5640source = "registry+https://github.com/rust-lang/crates.io-index"
 5641checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5642dependencies = [
 5643 "anstream",
 5644 "anstyle",
 5645 "env_filter",
 5646 "jiff",
 5647 "log",
 5648]
 5649
 5650[[package]]
 5651name = "env_var"
 5652version = "0.1.0"
 5653dependencies = [
 5654 "gpui_shared_string",
 5655]
 5656
 5657[[package]]
 5658name = "envy"
 5659version = "0.4.2"
 5660source = "registry+https://github.com/rust-lang/crates.io-index"
 5661checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5662dependencies = [
 5663 "serde",
 5664]
 5665
 5666[[package]]
 5667name = "equator"
 5668version = "0.4.2"
 5669source = "registry+https://github.com/rust-lang/crates.io-index"
 5670checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5671dependencies = [
 5672 "equator-macro",
 5673]
 5674
 5675[[package]]
 5676name = "equator-macro"
 5677version = "0.4.2"
 5678source = "registry+https://github.com/rust-lang/crates.io-index"
 5679checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5680dependencies = [
 5681 "proc-macro2",
 5682 "quote",
 5683 "syn 2.0.117",
 5684]
 5685
 5686[[package]]
 5687name = "equivalent"
 5688version = "1.0.2"
 5689source = "registry+https://github.com/rust-lang/crates.io-index"
 5690checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5691
 5692[[package]]
 5693name = "erased-serde"
 5694version = "0.4.9"
 5695source = "registry+https://github.com/rust-lang/crates.io-index"
 5696checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5697dependencies = [
 5698 "serde",
 5699 "serde_core",
 5700 "typeid",
 5701]
 5702
 5703[[package]]
 5704name = "errno"
 5705version = "0.2.8"
 5706source = "registry+https://github.com/rust-lang/crates.io-index"
 5707checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5708dependencies = [
 5709 "errno-dragonfly",
 5710 "libc",
 5711 "winapi",
 5712]
 5713
 5714[[package]]
 5715name = "errno"
 5716version = "0.3.14"
 5717source = "registry+https://github.com/rust-lang/crates.io-index"
 5718checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5719dependencies = [
 5720 "libc",
 5721 "windows-sys 0.61.2",
 5722]
 5723
 5724[[package]]
 5725name = "errno-dragonfly"
 5726version = "0.1.2"
 5727source = "registry+https://github.com/rust-lang/crates.io-index"
 5728checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5729dependencies = [
 5730 "cc",
 5731 "libc",
 5732]
 5733
 5734[[package]]
 5735name = "error-graph"
 5736version = "0.1.1"
 5737source = "registry+https://github.com/rust-lang/crates.io-index"
 5738checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5739dependencies = [
 5740 "serde",
 5741]
 5742
 5743[[package]]
 5744name = "etagere"
 5745version = "0.2.15"
 5746source = "registry+https://github.com/rust-lang/crates.io-index"
 5747checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5748dependencies = [
 5749 "euclid",
 5750 "svg_fmt",
 5751]
 5752
 5753[[package]]
 5754name = "etcetera"
 5755version = "0.8.0"
 5756source = "registry+https://github.com/rust-lang/crates.io-index"
 5757checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5758dependencies = [
 5759 "cfg-if",
 5760 "home",
 5761 "windows-sys 0.48.0",
 5762]
 5763
 5764[[package]]
 5765name = "etw_tracing"
 5766version = "0.1.0"
 5767dependencies = [
 5768 "anyhow",
 5769 "gpui",
 5770 "log",
 5771 "net",
 5772 "serde",
 5773 "serde_json",
 5774 "util",
 5775 "windows 0.61.3",
 5776 "windows-core 0.61.2",
 5777 "workspace",
 5778 "wprcontrol",
 5779]
 5780
 5781[[package]]
 5782name = "euclid"
 5783version = "0.22.11"
 5784source = "registry+https://github.com/rust-lang/crates.io-index"
 5785checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5786dependencies = [
 5787 "num-traits",
 5788]
 5789
 5790[[package]]
 5791name = "eval_cli"
 5792version = "0.1.0"
 5793dependencies = [
 5794 "acp_thread",
 5795 "agent",
 5796 "agent-client-protocol",
 5797 "agent_ui",
 5798 "anyhow",
 5799 "clap",
 5800 "client",
 5801 "ctrlc",
 5802 "db",
 5803 "debug_adapter_extension",
 5804 "env_logger 0.11.8",
 5805 "extension",
 5806 "feature_flags",
 5807 "fs",
 5808 "futures 0.3.32",
 5809 "gpui",
 5810 "gpui_platform",
 5811 "gpui_tokio",
 5812 "language",
 5813 "language_extension",
 5814 "language_model",
 5815 "language_models",
 5816 "languages",
 5817 "node_runtime",
 5818 "paths",
 5819 "project",
 5820 "prompt_store",
 5821 "release_channel",
 5822 "reqwest_client",
 5823 "serde",
 5824 "serde_json",
 5825 "settings",
 5826 "shellexpand 2.1.2",
 5827 "terminal_view",
 5828 "util",
 5829 "watch",
 5830]
 5831
 5832[[package]]
 5833name = "eval_utils"
 5834version = "0.1.0"
 5835dependencies = [
 5836 "gpui_platform",
 5837 "serde",
 5838 "smol",
 5839]
 5840
 5841[[package]]
 5842name = "event-listener"
 5843version = "2.5.3"
 5844source = "registry+https://github.com/rust-lang/crates.io-index"
 5845checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5846
 5847[[package]]
 5848name = "event-listener"
 5849version = "5.4.1"
 5850source = "registry+https://github.com/rust-lang/crates.io-index"
 5851checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5852dependencies = [
 5853 "concurrent-queue",
 5854 "parking",
 5855 "pin-project-lite",
 5856]
 5857
 5858[[package]]
 5859name = "event-listener-strategy"
 5860version = "0.5.4"
 5861source = "registry+https://github.com/rust-lang/crates.io-index"
 5862checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5863dependencies = [
 5864 "event-listener 5.4.1",
 5865 "pin-project-lite",
 5866]
 5867
 5868[[package]]
 5869name = "exec"
 5870version = "0.3.1"
 5871source = "registry+https://github.com/rust-lang/crates.io-index"
 5872checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5873dependencies = [
 5874 "errno 0.2.8",
 5875 "libc",
 5876]
 5877
 5878[[package]]
 5879name = "explorer_command_injector"
 5880version = "0.1.0"
 5881dependencies = [
 5882 "windows 0.61.3",
 5883 "windows-core 0.61.2",
 5884 "windows-registry 0.5.3",
 5885]
 5886
 5887[[package]]
 5888name = "exr"
 5889version = "1.73.0"
 5890source = "registry+https://github.com/rust-lang/crates.io-index"
 5891checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5892dependencies = [
 5893 "bit_field",
 5894 "half",
 5895 "lebe",
 5896 "miniz_oxide",
 5897 "rayon-core",
 5898 "smallvec",
 5899 "zune-inflate",
 5900]
 5901
 5902[[package]]
 5903name = "extended"
 5904version = "0.1.0"
 5905source = "registry+https://github.com/rust-lang/crates.io-index"
 5906checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5907
 5908[[package]]
 5909name = "extension"
 5910version = "0.1.0"
 5911dependencies = [
 5912 "anyhow",
 5913 "async-trait",
 5914 "cloud_api_types",
 5915 "collections",
 5916 "dap",
 5917 "fs",
 5918 "futures 0.3.32",
 5919 "gpui",
 5920 "heck 0.5.0",
 5921 "http_client",
 5922 "indoc",
 5923 "language",
 5924 "log",
 5925 "lsp",
 5926 "parking_lot",
 5927 "pretty_assertions",
 5928 "proto",
 5929 "semver",
 5930 "serde",
 5931 "serde_json",
 5932 "task",
 5933 "tempfile",
 5934 "toml 0.8.23",
 5935 "tracing",
 5936 "url",
 5937 "util",
 5938 "wasm-encoder 0.221.3",
 5939 "wasmparser 0.221.3",
 5940 "ztracing",
 5941]
 5942
 5943[[package]]
 5944name = "extension_cli"
 5945version = "0.1.0"
 5946dependencies = [
 5947 "anyhow",
 5948 "clap",
 5949 "cloud_api_types",
 5950 "env_logger 0.11.8",
 5951 "extension",
 5952 "fs",
 5953 "gpui_platform",
 5954 "language",
 5955 "log",
 5956 "reqwest_client",
 5957 "serde",
 5958 "serde_json",
 5959 "serde_json_lenient",
 5960 "settings_content",
 5961 "snippet_provider",
 5962 "task",
 5963 "theme_settings",
 5964 "tokio",
 5965 "toml 0.8.23",
 5966 "tree-sitter",
 5967 "wasmtime",
 5968]
 5969
 5970[[package]]
 5971name = "extension_host"
 5972version = "0.1.0"
 5973dependencies = [
 5974 "anyhow",
 5975 "async-compression",
 5976 "async-tar",
 5977 "async-trait",
 5978 "client",
 5979 "cloud_api_types",
 5980 "collections",
 5981 "criterion",
 5982 "ctor",
 5983 "dap",
 5984 "extension",
 5985 "fs",
 5986 "futures 0.3.32",
 5987 "gpui",
 5988 "gpui_tokio",
 5989 "http_client",
 5990 "language",
 5991 "language_extension",
 5992 "log",
 5993 "lsp",
 5994 "moka",
 5995 "node_runtime",
 5996 "parking_lot",
 5997 "paths",
 5998 "project",
 5999 "release_channel",
 6000 "remote",
 6001 "reqwest_client",
 6002 "semver",
 6003 "serde",
 6004 "serde_json",
 6005 "serde_json_lenient",
 6006 "settings",
 6007 "task",
 6008 "telemetry",
 6009 "tempfile",
 6010 "theme",
 6011 "theme_extension",
 6012 "theme_settings",
 6013 "toml 0.8.23",
 6014 "tracing",
 6015 "url",
 6016 "util",
 6017 "wasmparser 0.221.3",
 6018 "wasmtime",
 6019 "wasmtime-wasi",
 6020 "zlog",
 6021 "ztracing",
 6022]
 6023
 6024[[package]]
 6025name = "extensions_ui"
 6026version = "0.1.0"
 6027dependencies = [
 6028 "anyhow",
 6029 "client",
 6030 "cloud_api_types",
 6031 "collections",
 6032 "db",
 6033 "editor",
 6034 "extension",
 6035 "extension_host",
 6036 "fs",
 6037 "fuzzy",
 6038 "gpui",
 6039 "language",
 6040 "log",
 6041 "num-format",
 6042 "picker",
 6043 "project",
 6044 "release_channel",
 6045 "semver",
 6046 "serde",
 6047 "settings",
 6048 "smallvec",
 6049 "strum 0.27.2",
 6050 "telemetry",
 6051 "theme_settings",
 6052 "ui",
 6053 "util",
 6054 "vim_mode_setting",
 6055 "workspace",
 6056 "zed_actions",
 6057]
 6058
 6059[[package]]
 6060name = "failspot"
 6061version = "0.2.0"
 6062source = "registry+https://github.com/rust-lang/crates.io-index"
 6063checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6064
 6065[[package]]
 6066name = "fallible-iterator"
 6067version = "0.3.0"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6070
 6071[[package]]
 6072name = "fancy-regex"
 6073version = "0.16.2"
 6074source = "registry+https://github.com/rust-lang/crates.io-index"
 6075checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6076dependencies = [
 6077 "bit-set 0.8.0",
 6078 "regex-automata",
 6079 "regex-syntax",
 6080]
 6081
 6082[[package]]
 6083name = "fancy-regex"
 6084version = "0.17.0"
 6085source = "registry+https://github.com/rust-lang/crates.io-index"
 6086checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6087dependencies = [
 6088 "bit-set 0.8.0",
 6089 "regex-automata",
 6090 "regex-syntax",
 6091]
 6092
 6093[[package]]
 6094name = "fast-srgb8"
 6095version = "1.0.0"
 6096source = "registry+https://github.com/rust-lang/crates.io-index"
 6097checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6098
 6099[[package]]
 6100name = "fastrand"
 6101version = "1.9.0"
 6102source = "registry+https://github.com/rust-lang/crates.io-index"
 6103checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6104dependencies = [
 6105 "instant",
 6106]
 6107
 6108[[package]]
 6109name = "fastrand"
 6110version = "2.3.0"
 6111source = "registry+https://github.com/rust-lang/crates.io-index"
 6112checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6113
 6114[[package]]
 6115name = "fax"
 6116version = "0.2.6"
 6117source = "registry+https://github.com/rust-lang/crates.io-index"
 6118checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6119dependencies = [
 6120 "fax_derive",
 6121]
 6122
 6123[[package]]
 6124name = "fax_derive"
 6125version = "0.2.0"
 6126source = "registry+https://github.com/rust-lang/crates.io-index"
 6127checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6128dependencies = [
 6129 "proc-macro2",
 6130 "quote",
 6131 "syn 2.0.117",
 6132]
 6133
 6134[[package]]
 6135name = "fd-lock"
 6136version = "4.0.4"
 6137source = "registry+https://github.com/rust-lang/crates.io-index"
 6138checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6139dependencies = [
 6140 "cfg-if",
 6141 "rustix 1.1.2",
 6142 "windows-sys 0.59.0",
 6143]
 6144
 6145[[package]]
 6146name = "fdeflate"
 6147version = "0.3.7"
 6148source = "registry+https://github.com/rust-lang/crates.io-index"
 6149checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6150dependencies = [
 6151 "simd-adler32",
 6152]
 6153
 6154[[package]]
 6155name = "feature_flags"
 6156version = "0.1.0"
 6157dependencies = [
 6158 "gpui",
 6159]
 6160
 6161[[package]]
 6162name = "feedback"
 6163version = "0.1.0"
 6164dependencies = [
 6165 "gpui",
 6166 "system_specs",
 6167 "urlencoding",
 6168 "util",
 6169 "workspace",
 6170 "zed_actions",
 6171]
 6172
 6173[[package]]
 6174name = "ff"
 6175version = "0.12.1"
 6176source = "registry+https://github.com/rust-lang/crates.io-index"
 6177checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6178dependencies = [
 6179 "rand_core 0.6.4",
 6180 "subtle",
 6181]
 6182
 6183[[package]]
 6184name = "file_finder"
 6185version = "0.1.0"
 6186dependencies = [
 6187 "anyhow",
 6188 "channel",
 6189 "client",
 6190 "collections",
 6191 "ctor",
 6192 "editor",
 6193 "file_icons",
 6194 "futures 0.3.32",
 6195 "fuzzy",
 6196 "fuzzy_nucleo",
 6197 "gpui",
 6198 "menu",
 6199 "open_path_prompt",
 6200 "picker",
 6201 "pretty_assertions",
 6202 "project",
 6203 "project_panel",
 6204 "remote_connection",
 6205 "serde",
 6206 "serde_json",
 6207 "settings",
 6208 "theme",
 6209 "theme_settings",
 6210 "ui",
 6211 "util",
 6212 "workspace",
 6213 "zed_actions",
 6214 "zlog",
 6215]
 6216
 6217[[package]]
 6218name = "file_icons"
 6219version = "0.1.0"
 6220dependencies = [
 6221 "gpui",
 6222 "serde",
 6223 "theme",
 6224 "util",
 6225]
 6226
 6227[[package]]
 6228name = "filedescriptor"
 6229version = "0.8.3"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6232dependencies = [
 6233 "libc",
 6234 "thiserror 1.0.69",
 6235 "winapi",
 6236]
 6237
 6238[[package]]
 6239name = "filetime"
 6240version = "0.2.26"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6243dependencies = [
 6244 "cfg-if",
 6245 "libc",
 6246 "libredox",
 6247 "windows-sys 0.60.2",
 6248]
 6249
 6250[[package]]
 6251name = "find-msvc-tools"
 6252version = "0.1.5"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6255
 6256[[package]]
 6257name = "fixedbitset"
 6258version = "0.4.2"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6261
 6262[[package]]
 6263name = "fixedbitset"
 6264version = "0.5.7"
 6265source = "registry+https://github.com/rust-lang/crates.io-index"
 6266checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6267
 6268[[package]]
 6269name = "flate2"
 6270version = "1.1.8"
 6271source = "registry+https://github.com/rust-lang/crates.io-index"
 6272checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6273dependencies = [
 6274 "crc32fast",
 6275 "miniz_oxide",
 6276]
 6277
 6278[[package]]
 6279name = "float-cmp"
 6280version = "0.9.0"
 6281source = "registry+https://github.com/rust-lang/crates.io-index"
 6282checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6283
 6284[[package]]
 6285name = "float-ord"
 6286version = "0.3.2"
 6287source = "registry+https://github.com/rust-lang/crates.io-index"
 6288checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6289
 6290[[package]]
 6291name = "float8"
 6292version = "0.4.2"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6295dependencies = [
 6296 "half",
 6297 "num-traits",
 6298 "rand 0.9.2",
 6299 "rand_distr",
 6300]
 6301
 6302[[package]]
 6303name = "float_next_after"
 6304version = "1.0.0"
 6305source = "registry+https://github.com/rust-lang/crates.io-index"
 6306checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6307
 6308[[package]]
 6309name = "fluent-uri"
 6310version = "0.4.1"
 6311source = "registry+https://github.com/rust-lang/crates.io-index"
 6312checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6313dependencies = [
 6314 "borrow-or-share",
 6315 "ref-cast",
 6316 "serde",
 6317]
 6318
 6319[[package]]
 6320name = "flume"
 6321version = "0.11.1"
 6322source = "registry+https://github.com/rust-lang/crates.io-index"
 6323checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6324dependencies = [
 6325 "futures-core",
 6326 "futures-sink",
 6327 "nanorand",
 6328 "spin 0.9.8",
 6329]
 6330
 6331[[package]]
 6332name = "fnv"
 6333version = "1.0.7"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6336
 6337[[package]]
 6338name = "foldhash"
 6339version = "0.1.5"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6342
 6343[[package]]
 6344name = "foldhash"
 6345version = "0.2.0"
 6346source = "registry+https://github.com/rust-lang/crates.io-index"
 6347checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6348
 6349[[package]]
 6350name = "font-types"
 6351version = "0.10.0"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6354dependencies = [
 6355 "bytemuck",
 6356]
 6357
 6358[[package]]
 6359name = "font-types"
 6360version = "0.11.0"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6363dependencies = [
 6364 "bytemuck",
 6365]
 6366
 6367[[package]]
 6368name = "fontconfig-parser"
 6369version = "0.5.8"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6372dependencies = [
 6373 "roxmltree",
 6374]
 6375
 6376[[package]]
 6377name = "fontdb"
 6378version = "0.16.2"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6381dependencies = [
 6382 "fontconfig-parser",
 6383 "log",
 6384 "memmap2",
 6385 "slotmap",
 6386 "tinyvec",
 6387 "ttf-parser 0.20.0",
 6388]
 6389
 6390[[package]]
 6391name = "fontdb"
 6392version = "0.23.0"
 6393source = "registry+https://github.com/rust-lang/crates.io-index"
 6394checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6395dependencies = [
 6396 "fontconfig-parser",
 6397 "log",
 6398 "memmap2",
 6399 "slotmap",
 6400 "tinyvec",
 6401 "ttf-parser 0.25.1",
 6402]
 6403
 6404[[package]]
 6405name = "foreign-types"
 6406version = "0.3.2"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6409dependencies = [
 6410 "foreign-types-shared 0.1.1",
 6411]
 6412
 6413[[package]]
 6414name = "foreign-types"
 6415version = "0.5.0"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6418dependencies = [
 6419 "foreign-types-macros",
 6420 "foreign-types-shared 0.3.1",
 6421]
 6422
 6423[[package]]
 6424name = "foreign-types-macros"
 6425version = "0.2.3"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6428dependencies = [
 6429 "proc-macro2",
 6430 "quote",
 6431 "syn 2.0.117",
 6432]
 6433
 6434[[package]]
 6435name = "foreign-types-shared"
 6436version = "0.1.1"
 6437source = "registry+https://github.com/rust-lang/crates.io-index"
 6438checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6439
 6440[[package]]
 6441name = "foreign-types-shared"
 6442version = "0.3.1"
 6443source = "registry+https://github.com/rust-lang/crates.io-index"
 6444checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6445
 6446[[package]]
 6447name = "fork"
 6448version = "0.4.0"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6451dependencies = [
 6452 "libc",
 6453]
 6454
 6455[[package]]
 6456name = "form_urlencoded"
 6457version = "1.2.2"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6460dependencies = [
 6461 "percent-encoding",
 6462]
 6463
 6464[[package]]
 6465name = "fraction"
 6466version = "0.15.3"
 6467source = "registry+https://github.com/rust-lang/crates.io-index"
 6468checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6469dependencies = [
 6470 "lazy_static",
 6471 "num",
 6472]
 6473
 6474[[package]]
 6475name = "freetype-sys"
 6476version = "0.20.1"
 6477source = "registry+https://github.com/rust-lang/crates.io-index"
 6478checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6479dependencies = [
 6480 "cc",
 6481 "libc",
 6482 "pkg-config",
 6483]
 6484
 6485[[package]]
 6486name = "fs"
 6487version = "0.1.0"
 6488dependencies = [
 6489 "anyhow",
 6490 "ashpd",
 6491 "async-tar",
 6492 "async-trait",
 6493 "cocoa 0.26.0",
 6494 "collections",
 6495 "dunce",
 6496 "fs",
 6497 "futures 0.3.32",
 6498 "git",
 6499 "gpui",
 6500 "ignore",
 6501 "is_executable",
 6502 "libc",
 6503 "log",
 6504 "notify 8.2.0",
 6505 "objc",
 6506 "parking_lot",
 6507 "paths",
 6508 "proto",
 6509 "rope",
 6510 "serde",
 6511 "serde_json",
 6512 "smol",
 6513 "tempfile",
 6514 "text",
 6515 "time",
 6516 "util",
 6517 "windows 0.61.3",
 6518]
 6519
 6520[[package]]
 6521name = "fs-set-times"
 6522version = "0.20.3"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6525dependencies = [
 6526 "io-lifetimes",
 6527 "rustix 1.1.2",
 6528 "windows-sys 0.59.0",
 6529]
 6530
 6531[[package]]
 6532name = "fs2"
 6533version = "0.4.3"
 6534source = "registry+https://github.com/rust-lang/crates.io-index"
 6535checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6536dependencies = [
 6537 "libc",
 6538 "winapi",
 6539]
 6540
 6541[[package]]
 6542name = "fs_benchmarks"
 6543version = "0.1.0"
 6544dependencies = [
 6545 "fs",
 6546 "gpui",
 6547 "gpui_platform",
 6548]
 6549
 6550[[package]]
 6551name = "fs_extra"
 6552version = "1.3.0"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6555
 6556[[package]]
 6557name = "fsevent-sys"
 6558version = "4.1.0"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6561dependencies = [
 6562 "libc",
 6563]
 6564
 6565[[package]]
 6566name = "fuchsia-cprng"
 6567version = "0.1.1"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6570
 6571[[package]]
 6572name = "funty"
 6573version = "2.0.0"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6576
 6577[[package]]
 6578name = "futf"
 6579version = "0.1.5"
 6580source = "registry+https://github.com/rust-lang/crates.io-index"
 6581checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6582dependencies = [
 6583 "mac",
 6584 "new_debug_unreachable",
 6585]
 6586
 6587[[package]]
 6588name = "futures"
 6589version = "0.1.31"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6592
 6593[[package]]
 6594name = "futures"
 6595version = "0.3.32"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6598dependencies = [
 6599 "futures-channel",
 6600 "futures-core",
 6601 "futures-executor",
 6602 "futures-io",
 6603 "futures-sink",
 6604 "futures-task",
 6605 "futures-util",
 6606]
 6607
 6608[[package]]
 6609name = "futures-channel"
 6610version = "0.3.32"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6613dependencies = [
 6614 "futures-core",
 6615 "futures-sink",
 6616]
 6617
 6618[[package]]
 6619name = "futures-concurrency"
 6620version = "7.7.1"
 6621source = "registry+https://github.com/rust-lang/crates.io-index"
 6622checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6623dependencies = [
 6624 "fixedbitset 0.5.7",
 6625 "futures-core",
 6626 "futures-lite 2.6.1",
 6627 "pin-project",
 6628 "smallvec",
 6629]
 6630
 6631[[package]]
 6632name = "futures-core"
 6633version = "0.3.32"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6636
 6637[[package]]
 6638name = "futures-executor"
 6639version = "0.3.32"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6642dependencies = [
 6643 "futures-core",
 6644 "futures-task",
 6645 "futures-util",
 6646]
 6647
 6648[[package]]
 6649name = "futures-intrusive"
 6650version = "0.5.0"
 6651source = "registry+https://github.com/rust-lang/crates.io-index"
 6652checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6653dependencies = [
 6654 "futures-core",
 6655 "lock_api",
 6656 "parking_lot",
 6657]
 6658
 6659[[package]]
 6660name = "futures-io"
 6661version = "0.3.32"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6664
 6665[[package]]
 6666name = "futures-lite"
 6667version = "1.13.0"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6670dependencies = [
 6671 "fastrand 1.9.0",
 6672 "futures-core",
 6673 "futures-io",
 6674 "memchr",
 6675 "parking",
 6676 "pin-project-lite",
 6677 "waker-fn",
 6678]
 6679
 6680[[package]]
 6681name = "futures-lite"
 6682version = "2.6.1"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6685dependencies = [
 6686 "fastrand 2.3.0",
 6687 "futures-core",
 6688 "futures-io",
 6689 "parking",
 6690 "pin-project-lite",
 6691]
 6692
 6693[[package]]
 6694name = "futures-macro"
 6695version = "0.3.32"
 6696source = "registry+https://github.com/rust-lang/crates.io-index"
 6697checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6698dependencies = [
 6699 "proc-macro2",
 6700 "quote",
 6701 "syn 2.0.117",
 6702]
 6703
 6704[[package]]
 6705name = "futures-sink"
 6706version = "0.3.32"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6709
 6710[[package]]
 6711name = "futures-task"
 6712version = "0.3.32"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6715
 6716[[package]]
 6717name = "futures-util"
 6718version = "0.3.32"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6721dependencies = [
 6722 "futures 0.1.31",
 6723 "futures-channel",
 6724 "futures-core",
 6725 "futures-io",
 6726 "futures-macro",
 6727 "futures-sink",
 6728 "futures-task",
 6729 "libc",
 6730 "memchr",
 6731 "pin-project-lite",
 6732 "slab",
 6733 "tokio-io",
 6734]
 6735
 6736[[package]]
 6737name = "fuzzy"
 6738version = "0.1.0"
 6739dependencies = [
 6740 "gpui",
 6741 "log",
 6742 "util",
 6743]
 6744
 6745[[package]]
 6746name = "fuzzy-matcher"
 6747version = "0.3.7"
 6748source = "registry+https://github.com/rust-lang/crates.io-index"
 6749checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6750dependencies = [
 6751 "thread_local",
 6752]
 6753
 6754[[package]]
 6755name = "fuzzy_nucleo"
 6756version = "0.1.0"
 6757dependencies = [
 6758 "gpui",
 6759 "nucleo",
 6760 "util",
 6761]
 6762
 6763[[package]]
 6764name = "gaoya"
 6765version = "0.2.0"
 6766source = "registry+https://github.com/rust-lang/crates.io-index"
 6767checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6768dependencies = [
 6769 "ahash 0.8.12",
 6770 "crossbeam-utils",
 6771 "fnv",
 6772 "itertools 0.10.5",
 6773 "num-traits",
 6774 "rand 0.8.5",
 6775 "rand_pcg",
 6776 "random_choice",
 6777 "rayon",
 6778 "seahash",
 6779 "sha-1",
 6780 "shingles",
 6781 "siphasher 0.3.11",
 6782 "smallvec",
 6783 "triomphe",
 6784]
 6785
 6786[[package]]
 6787name = "gemm"
 6788version = "0.17.1"
 6789source = "registry+https://github.com/rust-lang/crates.io-index"
 6790checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6791dependencies = [
 6792 "dyn-stack 0.10.0",
 6793 "gemm-c32 0.17.1",
 6794 "gemm-c64 0.17.1",
 6795 "gemm-common 0.17.1",
 6796 "gemm-f16 0.17.1",
 6797 "gemm-f32 0.17.1",
 6798 "gemm-f64 0.17.1",
 6799 "num-complex",
 6800 "num-traits",
 6801 "paste",
 6802 "raw-cpuid 10.7.0",
 6803 "seq-macro",
 6804]
 6805
 6806[[package]]
 6807name = "gemm"
 6808version = "0.18.2"
 6809source = "registry+https://github.com/rust-lang/crates.io-index"
 6810checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6811dependencies = [
 6812 "dyn-stack 0.13.2",
 6813 "gemm-c32 0.18.2",
 6814 "gemm-c64 0.18.2",
 6815 "gemm-common 0.18.2",
 6816 "gemm-f16 0.18.2",
 6817 "gemm-f32 0.18.2",
 6818 "gemm-f64 0.18.2",
 6819 "num-complex",
 6820 "num-traits",
 6821 "paste",
 6822 "raw-cpuid 11.6.0",
 6823 "seq-macro",
 6824]
 6825
 6826[[package]]
 6827name = "gemm-c32"
 6828version = "0.17.1"
 6829source = "registry+https://github.com/rust-lang/crates.io-index"
 6830checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6831dependencies = [
 6832 "dyn-stack 0.10.0",
 6833 "gemm-common 0.17.1",
 6834 "num-complex",
 6835 "num-traits",
 6836 "paste",
 6837 "raw-cpuid 10.7.0",
 6838 "seq-macro",
 6839]
 6840
 6841[[package]]
 6842name = "gemm-c32"
 6843version = "0.18.2"
 6844source = "registry+https://github.com/rust-lang/crates.io-index"
 6845checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6846dependencies = [
 6847 "dyn-stack 0.13.2",
 6848 "gemm-common 0.18.2",
 6849 "num-complex",
 6850 "num-traits",
 6851 "paste",
 6852 "raw-cpuid 11.6.0",
 6853 "seq-macro",
 6854]
 6855
 6856[[package]]
 6857name = "gemm-c64"
 6858version = "0.17.1"
 6859source = "registry+https://github.com/rust-lang/crates.io-index"
 6860checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6861dependencies = [
 6862 "dyn-stack 0.10.0",
 6863 "gemm-common 0.17.1",
 6864 "num-complex",
 6865 "num-traits",
 6866 "paste",
 6867 "raw-cpuid 10.7.0",
 6868 "seq-macro",
 6869]
 6870
 6871[[package]]
 6872name = "gemm-c64"
 6873version = "0.18.2"
 6874source = "registry+https://github.com/rust-lang/crates.io-index"
 6875checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6876dependencies = [
 6877 "dyn-stack 0.13.2",
 6878 "gemm-common 0.18.2",
 6879 "num-complex",
 6880 "num-traits",
 6881 "paste",
 6882 "raw-cpuid 11.6.0",
 6883 "seq-macro",
 6884]
 6885
 6886[[package]]
 6887name = "gemm-common"
 6888version = "0.17.1"
 6889source = "registry+https://github.com/rust-lang/crates.io-index"
 6890checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6891dependencies = [
 6892 "bytemuck",
 6893 "dyn-stack 0.10.0",
 6894 "half",
 6895 "num-complex",
 6896 "num-traits",
 6897 "once_cell",
 6898 "paste",
 6899 "pulp 0.18.22",
 6900 "raw-cpuid 10.7.0",
 6901 "rayon",
 6902 "seq-macro",
 6903 "sysctl 0.5.5",
 6904]
 6905
 6906[[package]]
 6907name = "gemm-common"
 6908version = "0.18.2"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6911dependencies = [
 6912 "bytemuck",
 6913 "dyn-stack 0.13.2",
 6914 "half",
 6915 "libm",
 6916 "num-complex",
 6917 "num-traits",
 6918 "once_cell",
 6919 "paste",
 6920 "pulp 0.21.5",
 6921 "raw-cpuid 11.6.0",
 6922 "rayon",
 6923 "seq-macro",
 6924 "sysctl 0.6.0",
 6925]
 6926
 6927[[package]]
 6928name = "gemm-f16"
 6929version = "0.17.1"
 6930source = "registry+https://github.com/rust-lang/crates.io-index"
 6931checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6932dependencies = [
 6933 "dyn-stack 0.10.0",
 6934 "gemm-common 0.17.1",
 6935 "gemm-f32 0.17.1",
 6936 "half",
 6937 "num-complex",
 6938 "num-traits",
 6939 "paste",
 6940 "raw-cpuid 10.7.0",
 6941 "rayon",
 6942 "seq-macro",
 6943]
 6944
 6945[[package]]
 6946name = "gemm-f16"
 6947version = "0.18.2"
 6948source = "registry+https://github.com/rust-lang/crates.io-index"
 6949checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6950dependencies = [
 6951 "dyn-stack 0.13.2",
 6952 "gemm-common 0.18.2",
 6953 "gemm-f32 0.18.2",
 6954 "half",
 6955 "num-complex",
 6956 "num-traits",
 6957 "paste",
 6958 "raw-cpuid 11.6.0",
 6959 "rayon",
 6960 "seq-macro",
 6961]
 6962
 6963[[package]]
 6964name = "gemm-f32"
 6965version = "0.17.1"
 6966source = "registry+https://github.com/rust-lang/crates.io-index"
 6967checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6968dependencies = [
 6969 "dyn-stack 0.10.0",
 6970 "gemm-common 0.17.1",
 6971 "num-complex",
 6972 "num-traits",
 6973 "paste",
 6974 "raw-cpuid 10.7.0",
 6975 "seq-macro",
 6976]
 6977
 6978[[package]]
 6979name = "gemm-f32"
 6980version = "0.18.2"
 6981source = "registry+https://github.com/rust-lang/crates.io-index"
 6982checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6983dependencies = [
 6984 "dyn-stack 0.13.2",
 6985 "gemm-common 0.18.2",
 6986 "num-complex",
 6987 "num-traits",
 6988 "paste",
 6989 "raw-cpuid 11.6.0",
 6990 "seq-macro",
 6991]
 6992
 6993[[package]]
 6994name = "gemm-f64"
 6995version = "0.17.1"
 6996source = "registry+https://github.com/rust-lang/crates.io-index"
 6997checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6998dependencies = [
 6999 "dyn-stack 0.10.0",
 7000 "gemm-common 0.17.1",
 7001 "num-complex",
 7002 "num-traits",
 7003 "paste",
 7004 "raw-cpuid 10.7.0",
 7005 "seq-macro",
 7006]
 7007
 7008[[package]]
 7009name = "gemm-f64"
 7010version = "0.18.2"
 7011source = "registry+https://github.com/rust-lang/crates.io-index"
 7012checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7013dependencies = [
 7014 "dyn-stack 0.13.2",
 7015 "gemm-common 0.18.2",
 7016 "num-complex",
 7017 "num-traits",
 7018 "paste",
 7019 "raw-cpuid 11.6.0",
 7020 "seq-macro",
 7021]
 7022
 7023[[package]]
 7024name = "generator"
 7025version = "0.8.7"
 7026source = "registry+https://github.com/rust-lang/crates.io-index"
 7027checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7028dependencies = [
 7029 "cc",
 7030 "cfg-if",
 7031 "libc",
 7032 "log",
 7033 "rustversion",
 7034 "windows 0.61.3",
 7035]
 7036
 7037[[package]]
 7038name = "generic-array"
 7039version = "0.14.7"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7042dependencies = [
 7043 "typenum",
 7044 "version_check",
 7045]
 7046
 7047[[package]]
 7048name = "gethostname"
 7049version = "1.1.0"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7052dependencies = [
 7053 "rustix 1.1.2",
 7054 "windows-link 0.2.1",
 7055]
 7056
 7057[[package]]
 7058name = "getrandom"
 7059version = "0.2.16"
 7060source = "registry+https://github.com/rust-lang/crates.io-index"
 7061checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7062dependencies = [
 7063 "cfg-if",
 7064 "js-sys",
 7065 "libc",
 7066 "wasi",
 7067 "wasm-bindgen",
 7068]
 7069
 7070[[package]]
 7071name = "getrandom"
 7072version = "0.3.4"
 7073source = "registry+https://github.com/rust-lang/crates.io-index"
 7074checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7075dependencies = [
 7076 "cfg-if",
 7077 "js-sys",
 7078 "libc",
 7079 "r-efi",
 7080 "wasip2",
 7081 "wasm-bindgen",
 7082]
 7083
 7084[[package]]
 7085name = "getrandom"
 7086version = "0.4.1"
 7087source = "registry+https://github.com/rust-lang/crates.io-index"
 7088checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7089dependencies = [
 7090 "cfg-if",
 7091 "libc",
 7092 "r-efi",
 7093 "wasip2",
 7094 "wasip3",
 7095]
 7096
 7097[[package]]
 7098name = "gh-workflow"
 7099version = "0.8.0"
 7100source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7101dependencies = [
 7102 "async-trait",
 7103 "derive_more",
 7104 "derive_setters",
 7105 "gh-workflow-macros",
 7106 "indexmap",
 7107 "merge",
 7108 "serde",
 7109 "serde_json",
 7110 "serde_yaml",
 7111 "strum_macros 0.27.2",
 7112]
 7113
 7114[[package]]
 7115name = "gh-workflow-macros"
 7116version = "0.8.0"
 7117source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7118dependencies = [
 7119 "heck 0.5.0",
 7120 "quote",
 7121 "syn 2.0.117",
 7122]
 7123
 7124[[package]]
 7125name = "gif"
 7126version = "0.13.3"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7129dependencies = [
 7130 "color_quant",
 7131 "weezl",
 7132]
 7133
 7134[[package]]
 7135name = "gimli"
 7136version = "0.32.3"
 7137source = "registry+https://github.com/rust-lang/crates.io-index"
 7138checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7139dependencies = [
 7140 "fallible-iterator",
 7141 "indexmap",
 7142 "stable_deref_trait",
 7143]
 7144
 7145[[package]]
 7146name = "gio-sys"
 7147version = "0.21.5"
 7148source = "registry+https://github.com/rust-lang/crates.io-index"
 7149checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7150dependencies = [
 7151 "glib-sys",
 7152 "gobject-sys",
 7153 "libc",
 7154 "system-deps 7.0.7",
 7155 "windows-sys 0.61.2",
 7156]
 7157
 7158[[package]]
 7159name = "git"
 7160version = "0.1.0"
 7161dependencies = [
 7162 "anyhow",
 7163 "askpass",
 7164 "async-trait",
 7165 "collections",
 7166 "derive_more",
 7167 "futures 0.3.32",
 7168 "git2",
 7169 "gpui",
 7170 "http_client",
 7171 "itertools 0.14.0",
 7172 "log",
 7173 "parking_lot",
 7174 "pretty_assertions",
 7175 "rand 0.9.2",
 7176 "regex",
 7177 "rope",
 7178 "schemars",
 7179 "serde",
 7180 "serde_json",
 7181 "smallvec",
 7182 "smol",
 7183 "sum_tree",
 7184 "tempfile",
 7185 "text",
 7186 "thiserror 2.0.17",
 7187 "time",
 7188 "url",
 7189 "urlencoding",
 7190 "util",
 7191 "uuid",
 7192 "ztracing",
 7193]
 7194
 7195[[package]]
 7196name = "git2"
 7197version = "0.20.4"
 7198source = "registry+https://github.com/rust-lang/crates.io-index"
 7199checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7200dependencies = [
 7201 "bitflags 2.10.0",
 7202 "libc",
 7203 "libgit2-sys",
 7204 "log",
 7205 "url",
 7206]
 7207
 7208[[package]]
 7209name = "git_graph"
 7210version = "0.1.0"
 7211dependencies = [
 7212 "anyhow",
 7213 "collections",
 7214 "db",
 7215 "editor",
 7216 "fs",
 7217 "git",
 7218 "git_ui",
 7219 "gpui",
 7220 "language",
 7221 "menu",
 7222 "project",
 7223 "rand 0.9.2",
 7224 "remote_connection",
 7225 "search",
 7226 "serde_json",
 7227 "settings",
 7228 "smallvec",
 7229 "smol",
 7230 "theme",
 7231 "theme_settings",
 7232 "time",
 7233 "ui",
 7234 "workspace",
 7235]
 7236
 7237[[package]]
 7238name = "git_hosting_providers"
 7239version = "0.1.0"
 7240dependencies = [
 7241 "anyhow",
 7242 "async-trait",
 7243 "futures 0.3.32",
 7244 "git",
 7245 "gpui",
 7246 "http_client",
 7247 "indoc",
 7248 "itertools 0.14.0",
 7249 "pretty_assertions",
 7250 "regex",
 7251 "serde",
 7252 "serde_json",
 7253 "settings",
 7254 "url",
 7255 "urlencoding",
 7256 "util",
 7257]
 7258
 7259[[package]]
 7260name = "git_ui"
 7261version = "0.1.0"
 7262dependencies = [
 7263 "agent_settings",
 7264 "anyhow",
 7265 "askpass",
 7266 "buffer_diff",
 7267 "call",
 7268 "collections",
 7269 "component",
 7270 "ctor",
 7271 "db",
 7272 "editor",
 7273 "file_icons",
 7274 "futures 0.3.32",
 7275 "fuzzy",
 7276 "git",
 7277 "gpui",
 7278 "indoc",
 7279 "itertools 0.14.0",
 7280 "language",
 7281 "language_model",
 7282 "linkify",
 7283 "log",
 7284 "markdown",
 7285 "menu",
 7286 "multi_buffer",
 7287 "notifications",
 7288 "panel",
 7289 "picker",
 7290 "pretty_assertions",
 7291 "project",
 7292 "prompt_store",
 7293 "proto",
 7294 "rand 0.9.2",
 7295 "remote",
 7296 "remote_connection",
 7297 "schemars",
 7298 "serde",
 7299 "serde_json",
 7300 "settings",
 7301 "smallvec",
 7302 "smol",
 7303 "strum 0.27.2",
 7304 "telemetry",
 7305 "theme",
 7306 "theme_settings",
 7307 "time",
 7308 "time_format",
 7309 "tracing",
 7310 "ui",
 7311 "ui_input",
 7312 "unindent",
 7313 "util",
 7314 "watch",
 7315 "windows 0.61.3",
 7316 "workspace",
 7317 "zed_actions",
 7318 "zeroize",
 7319 "zlog",
 7320 "ztracing",
 7321]
 7322
 7323[[package]]
 7324name = "gl_generator"
 7325version = "0.14.0"
 7326source = "registry+https://github.com/rust-lang/crates.io-index"
 7327checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7328dependencies = [
 7329 "khronos_api",
 7330 "log",
 7331 "xml-rs",
 7332]
 7333
 7334[[package]]
 7335name = "glib"
 7336version = "0.21.5"
 7337source = "registry+https://github.com/rust-lang/crates.io-index"
 7338checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7339dependencies = [
 7340 "bitflags 2.10.0",
 7341 "futures-channel",
 7342 "futures-core",
 7343 "futures-executor",
 7344 "futures-task",
 7345 "futures-util",
 7346 "gio-sys",
 7347 "glib-macros",
 7348 "glib-sys",
 7349 "gobject-sys",
 7350 "libc",
 7351 "memchr",
 7352 "smallvec",
 7353]
 7354
 7355[[package]]
 7356name = "glib-macros"
 7357version = "0.21.5"
 7358source = "registry+https://github.com/rust-lang/crates.io-index"
 7359checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7360dependencies = [
 7361 "heck 0.5.0",
 7362 "proc-macro-crate",
 7363 "proc-macro2",
 7364 "quote",
 7365 "syn 2.0.117",
 7366]
 7367
 7368[[package]]
 7369name = "glib-sys"
 7370version = "0.21.5"
 7371source = "registry+https://github.com/rust-lang/crates.io-index"
 7372checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7373dependencies = [
 7374 "libc",
 7375 "system-deps 7.0.7",
 7376]
 7377
 7378[[package]]
 7379name = "glob"
 7380version = "0.3.3"
 7381source = "registry+https://github.com/rust-lang/crates.io-index"
 7382checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7383
 7384[[package]]
 7385name = "globset"
 7386version = "0.4.17"
 7387source = "registry+https://github.com/rust-lang/crates.io-index"
 7388checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7389dependencies = [
 7390 "aho-corasick",
 7391 "bstr",
 7392 "log",
 7393 "regex-automata",
 7394 "regex-syntax",
 7395]
 7396
 7397[[package]]
 7398name = "gloo-timers"
 7399version = "0.3.0"
 7400source = "registry+https://github.com/rust-lang/crates.io-index"
 7401checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7402dependencies = [
 7403 "futures-channel",
 7404 "futures-core",
 7405 "js-sys",
 7406 "wasm-bindgen",
 7407]
 7408
 7409[[package]]
 7410name = "glow"
 7411version = "0.17.0"
 7412source = "registry+https://github.com/rust-lang/crates.io-index"
 7413checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7414dependencies = [
 7415 "js-sys",
 7416 "slotmap",
 7417 "wasm-bindgen",
 7418 "web-sys",
 7419]
 7420
 7421[[package]]
 7422name = "glutin_wgl_sys"
 7423version = "0.6.1"
 7424source = "registry+https://github.com/rust-lang/crates.io-index"
 7425checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7426dependencies = [
 7427 "gl_generator",
 7428]
 7429
 7430[[package]]
 7431name = "go_to_line"
 7432version = "0.1.0"
 7433dependencies = [
 7434 "editor",
 7435 "gpui",
 7436 "indoc",
 7437 "language",
 7438 "menu",
 7439 "multi_buffer",
 7440 "project",
 7441 "rope",
 7442 "serde",
 7443 "serde_json",
 7444 "settings",
 7445 "text",
 7446 "theme",
 7447 "ui",
 7448 "util",
 7449 "workspace",
 7450]
 7451
 7452[[package]]
 7453name = "gobject-sys"
 7454version = "0.21.5"
 7455source = "registry+https://github.com/rust-lang/crates.io-index"
 7456checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7457dependencies = [
 7458 "glib-sys",
 7459 "libc",
 7460 "system-deps 7.0.7",
 7461]
 7462
 7463[[package]]
 7464name = "goblin"
 7465version = "0.9.3"
 7466source = "registry+https://github.com/rust-lang/crates.io-index"
 7467checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7468dependencies = [
 7469 "log",
 7470 "plain",
 7471 "scroll",
 7472]
 7473
 7474[[package]]
 7475name = "google_ai"
 7476version = "0.1.0"
 7477dependencies = [
 7478 "anyhow",
 7479 "futures 0.3.32",
 7480 "http_client",
 7481 "language_model_core",
 7482 "log",
 7483 "schemars",
 7484 "serde",
 7485 "serde_json",
 7486 "strum 0.27.2",
 7487 "tiktoken-rs",
 7488]
 7489
 7490[[package]]
 7491name = "gpu-allocator"
 7492version = "0.28.0"
 7493source = "registry+https://github.com/rust-lang/crates.io-index"
 7494checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7495dependencies = [
 7496 "ash",
 7497 "hashbrown 0.16.1",
 7498 "log",
 7499 "presser",
 7500 "thiserror 2.0.17",
 7501 "windows 0.62.2",
 7502]
 7503
 7504[[package]]
 7505name = "gpu-descriptor"
 7506version = "0.3.2"
 7507source = "registry+https://github.com/rust-lang/crates.io-index"
 7508checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7509dependencies = [
 7510 "bitflags 2.10.0",
 7511 "gpu-descriptor-types",
 7512 "hashbrown 0.15.5",
 7513]
 7514
 7515[[package]]
 7516name = "gpu-descriptor-types"
 7517version = "0.2.0"
 7518source = "registry+https://github.com/rust-lang/crates.io-index"
 7519checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7520dependencies = [
 7521 "bitflags 2.10.0",
 7522]
 7523
 7524[[package]]
 7525name = "gpui"
 7526version = "0.2.2"
 7527dependencies = [
 7528 "anyhow",
 7529 "async-channel 2.5.0",
 7530 "async-task",
 7531 "backtrace",
 7532 "bindgen 0.71.1",
 7533 "bitflags 2.10.0",
 7534 "block",
 7535 "cbindgen",
 7536 "chrono",
 7537 "cocoa 0.26.0",
 7538 "cocoa-foundation 0.2.0",
 7539 "collections",
 7540 "core-foundation 0.10.0",
 7541 "core-foundation-sys",
 7542 "core-graphics 0.24.0",
 7543 "core-text",
 7544 "core-video",
 7545 "ctor",
 7546 "derive_more",
 7547 "embed-resource",
 7548 "env_logger 0.11.8",
 7549 "etagere",
 7550 "foreign-types 0.5.0",
 7551 "futures 0.3.32",
 7552 "futures-concurrency",
 7553 "getrandom 0.3.4",
 7554 "gpui_macros",
 7555 "gpui_platform",
 7556 "gpui_shared_string",
 7557 "gpui_util",
 7558 "gpui_web",
 7559 "http_client",
 7560 "image",
 7561 "inventory",
 7562 "itertools 0.14.0",
 7563 "log",
 7564 "lyon",
 7565 "mach2 0.5.0",
 7566 "media",
 7567 "metal",
 7568 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7569 "num_cpus",
 7570 "objc",
 7571 "objc2",
 7572 "objc2-metal",
 7573 "parking",
 7574 "parking_lot",
 7575 "pathfinder_geometry",
 7576 "pin-project",
 7577 "pollster 0.4.0",
 7578 "postage",
 7579 "profiling",
 7580 "proptest",
 7581 "rand 0.9.2",
 7582 "raw-window-handle",
 7583 "refineable",
 7584 "regex",
 7585 "reqwest_client",
 7586 "resvg",
 7587 "scheduler",
 7588 "schemars",
 7589 "seahash",
 7590 "serde",
 7591 "serde_json",
 7592 "slotmap",
 7593 "smallvec",
 7594 "spin 0.10.0",
 7595 "stacksafe",
 7596 "strum 0.27.2",
 7597 "sum_tree",
 7598 "taffy",
 7599 "thiserror 2.0.17",
 7600 "ttf-parser 0.25.1",
 7601 "unicode-segmentation",
 7602 "url",
 7603 "usvg",
 7604 "util_macros",
 7605 "uuid",
 7606 "waker-fn",
 7607 "wasm-bindgen",
 7608 "web-time",
 7609 "windows 0.61.3",
 7610 "zed-font-kit",
 7611 "zed-scap",
 7612]
 7613
 7614[[package]]
 7615name = "gpui_linux"
 7616version = "0.1.0"
 7617dependencies = [
 7618 "anyhow",
 7619 "as-raw-xcb-connection",
 7620 "ashpd",
 7621 "bitflags 2.10.0",
 7622 "bytemuck",
 7623 "calloop",
 7624 "calloop-wayland-source",
 7625 "collections",
 7626 "filedescriptor",
 7627 "futures 0.3.32",
 7628 "gpui",
 7629 "gpui_wgpu",
 7630 "http_client",
 7631 "itertools 0.14.0",
 7632 "libc",
 7633 "log",
 7634 "oo7",
 7635 "open",
 7636 "parking_lot",
 7637 "pathfinder_geometry",
 7638 "pollster 0.4.0",
 7639 "profiling",
 7640 "raw-window-handle",
 7641 "smallvec",
 7642 "smol",
 7643 "strum 0.27.2",
 7644 "swash",
 7645 "url",
 7646 "util",
 7647 "uuid",
 7648 "wayland-backend",
 7649 "wayland-client",
 7650 "wayland-cursor",
 7651 "wayland-protocols",
 7652 "wayland-protocols-plasma",
 7653 "wayland-protocols-wlr",
 7654 "x11-clipboard",
 7655 "x11rb",
 7656 "xkbcommon",
 7657 "zed-scap",
 7658 "zed-xim",
 7659]
 7660
 7661[[package]]
 7662name = "gpui_macos"
 7663version = "0.1.0"
 7664dependencies = [
 7665 "anyhow",
 7666 "async-task",
 7667 "block",
 7668 "cbindgen",
 7669 "cocoa 0.26.0",
 7670 "collections",
 7671 "core-foundation 0.10.0",
 7672 "core-foundation-sys",
 7673 "core-graphics 0.24.0",
 7674 "core-text",
 7675 "core-video",
 7676 "ctor",
 7677 "derive_more",
 7678 "dispatch2",
 7679 "etagere",
 7680 "foreign-types 0.5.0",
 7681 "futures 0.3.32",
 7682 "gpui",
 7683 "image",
 7684 "itertools 0.14.0",
 7685 "libc",
 7686 "log",
 7687 "mach2 0.5.0",
 7688 "media",
 7689 "metal",
 7690 "objc",
 7691 "objc2-app-kit",
 7692 "parking_lot",
 7693 "pathfinder_geometry",
 7694 "raw-window-handle",
 7695 "semver",
 7696 "smallvec",
 7697 "strum 0.27.2",
 7698 "util",
 7699 "uuid",
 7700 "zed-font-kit",
 7701]
 7702
 7703[[package]]
 7704name = "gpui_macros"
 7705version = "0.1.0"
 7706dependencies = [
 7707 "gpui",
 7708 "heck 0.5.0",
 7709 "proc-macro2",
 7710 "quote",
 7711 "syn 2.0.117",
 7712]
 7713
 7714[[package]]
 7715name = "gpui_platform"
 7716version = "0.1.0"
 7717dependencies = [
 7718 "console_error_panic_hook",
 7719 "gpui",
 7720 "gpui_linux",
 7721 "gpui_macos",
 7722 "gpui_web",
 7723 "gpui_windows",
 7724]
 7725
 7726[[package]]
 7727name = "gpui_shared_string"
 7728version = "0.1.0"
 7729dependencies = [
 7730 "derive_more",
 7731 "gpui_util",
 7732 "schemars",
 7733 "serde",
 7734]
 7735
 7736[[package]]
 7737name = "gpui_tokio"
 7738version = "0.1.0"
 7739dependencies = [
 7740 "anyhow",
 7741 "gpui",
 7742 "tokio",
 7743 "util",
 7744]
 7745
 7746[[package]]
 7747name = "gpui_util"
 7748version = "0.1.0"
 7749dependencies = [
 7750 "anyhow",
 7751 "log",
 7752]
 7753
 7754[[package]]
 7755name = "gpui_web"
 7756version = "0.1.0"
 7757dependencies = [
 7758 "anyhow",
 7759 "console_error_panic_hook",
 7760 "futures 0.3.32",
 7761 "gpui",
 7762 "gpui_wgpu",
 7763 "http_client",
 7764 "js-sys",
 7765 "log",
 7766 "parking_lot",
 7767 "raw-window-handle",
 7768 "smallvec",
 7769 "uuid",
 7770 "wasm-bindgen",
 7771 "wasm-bindgen-futures",
 7772 "wasm_thread",
 7773 "web-sys",
 7774 "web-time",
 7775]
 7776
 7777[[package]]
 7778name = "gpui_wgpu"
 7779version = "0.1.0"
 7780dependencies = [
 7781 "anyhow",
 7782 "bytemuck",
 7783 "collections",
 7784 "cosmic-text",
 7785 "etagere",
 7786 "gpui",
 7787 "gpui_util",
 7788 "itertools 0.14.0",
 7789 "js-sys",
 7790 "log",
 7791 "parking_lot",
 7792 "pollster 0.4.0",
 7793 "profiling",
 7794 "raw-window-handle",
 7795 "smallvec",
 7796 "swash",
 7797 "wasm-bindgen",
 7798 "wasm-bindgen-futures",
 7799 "web-sys",
 7800 "wgpu",
 7801 "zed-font-kit",
 7802]
 7803
 7804[[package]]
 7805name = "gpui_windows"
 7806version = "0.1.0"
 7807dependencies = [
 7808 "anyhow",
 7809 "collections",
 7810 "etagere",
 7811 "futures 0.3.32",
 7812 "gpui",
 7813 "image",
 7814 "itertools 0.14.0",
 7815 "log",
 7816 "parking_lot",
 7817 "rand 0.9.2",
 7818 "raw-window-handle",
 7819 "smallvec",
 7820 "util",
 7821 "uuid",
 7822 "windows 0.61.3",
 7823 "windows-core 0.61.2",
 7824 "windows-numerics 0.2.0",
 7825 "windows-registry 0.5.3",
 7826 "zed-scap",
 7827]
 7828
 7829[[package]]
 7830name = "grammars"
 7831version = "0.1.0"
 7832dependencies = [
 7833 "anyhow",
 7834 "language_core",
 7835 "rust-embed",
 7836 "toml 0.8.23",
 7837 "tree-sitter",
 7838 "tree-sitter-bash",
 7839 "tree-sitter-c",
 7840 "tree-sitter-cpp",
 7841 "tree-sitter-css",
 7842 "tree-sitter-diff",
 7843 "tree-sitter-gitcommit",
 7844 "tree-sitter-go",
 7845 "tree-sitter-gomod",
 7846 "tree-sitter-gowork",
 7847 "tree-sitter-jsdoc",
 7848 "tree-sitter-json",
 7849 "tree-sitter-md",
 7850 "tree-sitter-python",
 7851 "tree-sitter-regex",
 7852 "tree-sitter-rust",
 7853 "tree-sitter-typescript",
 7854 "tree-sitter-yaml",
 7855 "util",
 7856]
 7857
 7858[[package]]
 7859name = "grid"
 7860version = "0.18.0"
 7861source = "registry+https://github.com/rust-lang/crates.io-index"
 7862checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7863
 7864[[package]]
 7865name = "group"
 7866version = "0.12.1"
 7867source = "registry+https://github.com/rust-lang/crates.io-index"
 7868checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7869dependencies = [
 7870 "ff",
 7871 "rand_core 0.6.4",
 7872 "subtle",
 7873]
 7874
 7875[[package]]
 7876name = "h2"
 7877version = "0.3.27"
 7878source = "registry+https://github.com/rust-lang/crates.io-index"
 7879checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7880dependencies = [
 7881 "bytes 1.11.1",
 7882 "fnv",
 7883 "futures-core",
 7884 "futures-sink",
 7885 "futures-util",
 7886 "http 0.2.12",
 7887 "indexmap",
 7888 "slab",
 7889 "tokio",
 7890 "tokio-util",
 7891 "tracing",
 7892]
 7893
 7894[[package]]
 7895name = "h2"
 7896version = "0.4.12"
 7897source = "registry+https://github.com/rust-lang/crates.io-index"
 7898checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7899dependencies = [
 7900 "atomic-waker",
 7901 "bytes 1.11.1",
 7902 "fnv",
 7903 "futures-core",
 7904 "futures-sink",
 7905 "http 1.3.1",
 7906 "indexmap",
 7907 "slab",
 7908 "tokio",
 7909 "tokio-util",
 7910 "tracing",
 7911]
 7912
 7913[[package]]
 7914name = "half"
 7915version = "2.7.1"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7918dependencies = [
 7919 "bytemuck",
 7920 "cfg-if",
 7921 "crunchy",
 7922 "num-traits",
 7923 "rand 0.9.2",
 7924 "rand_distr",
 7925 "zerocopy",
 7926]
 7927
 7928[[package]]
 7929name = "handlebars"
 7930version = "4.5.0"
 7931source = "registry+https://github.com/rust-lang/crates.io-index"
 7932checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7933dependencies = [
 7934 "log",
 7935 "pest",
 7936 "pest_derive",
 7937 "rust-embed",
 7938 "serde",
 7939 "serde_json",
 7940 "thiserror 1.0.69",
 7941]
 7942
 7943[[package]]
 7944name = "handlebars"
 7945version = "5.1.2"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7948dependencies = [
 7949 "log",
 7950 "pest",
 7951 "pest_derive",
 7952 "serde",
 7953 "serde_json",
 7954 "thiserror 1.0.69",
 7955]
 7956
 7957[[package]]
 7958name = "harfrust"
 7959version = "0.5.0"
 7960source = "registry+https://github.com/rust-lang/crates.io-index"
 7961checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7962dependencies = [
 7963 "bitflags 2.10.0",
 7964 "bytemuck",
 7965 "core_maths",
 7966 "read-fonts 0.37.0",
 7967 "smallvec",
 7968]
 7969
 7970[[package]]
 7971name = "hash32"
 7972version = "0.3.1"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7975dependencies = [
 7976 "byteorder",
 7977]
 7978
 7979[[package]]
 7980name = "hashbrown"
 7981version = "0.12.3"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7984dependencies = [
 7985 "ahash 0.7.8",
 7986]
 7987
 7988[[package]]
 7989name = "hashbrown"
 7990version = "0.14.5"
 7991source = "registry+https://github.com/rust-lang/crates.io-index"
 7992checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7993dependencies = [
 7994 "ahash 0.8.12",
 7995 "allocator-api2",
 7996]
 7997
 7998[[package]]
 7999name = "hashbrown"
 8000version = "0.15.5"
 8001source = "registry+https://github.com/rust-lang/crates.io-index"
 8002checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8003dependencies = [
 8004 "allocator-api2",
 8005 "equivalent",
 8006 "foldhash 0.1.5",
 8007 "serde",
 8008]
 8009
 8010[[package]]
 8011name = "hashbrown"
 8012version = "0.16.1"
 8013source = "registry+https://github.com/rust-lang/crates.io-index"
 8014checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8015dependencies = [
 8016 "allocator-api2",
 8017 "equivalent",
 8018 "foldhash 0.2.0",
 8019]
 8020
 8021[[package]]
 8022name = "hashlink"
 8023version = "0.8.4"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8026dependencies = [
 8027 "hashbrown 0.14.5",
 8028]
 8029
 8030[[package]]
 8031name = "hashlink"
 8032version = "0.10.0"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8035dependencies = [
 8036 "hashbrown 0.15.5",
 8037]
 8038
 8039[[package]]
 8040name = "headers"
 8041version = "0.3.9"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8044dependencies = [
 8045 "base64 0.21.7",
 8046 "bytes 1.11.1",
 8047 "headers-core",
 8048 "http 0.2.12",
 8049 "httpdate",
 8050 "mime",
 8051 "sha1",
 8052]
 8053
 8054[[package]]
 8055name = "headers-core"
 8056version = "0.2.0"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8059dependencies = [
 8060 "http 0.2.12",
 8061]
 8062
 8063[[package]]
 8064name = "heapless"
 8065version = "0.9.2"
 8066source = "registry+https://github.com/rust-lang/crates.io-index"
 8067checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8068dependencies = [
 8069 "hash32",
 8070 "stable_deref_trait",
 8071]
 8072
 8073[[package]]
 8074name = "heck"
 8075version = "0.3.3"
 8076source = "registry+https://github.com/rust-lang/crates.io-index"
 8077checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8078dependencies = [
 8079 "unicode-segmentation",
 8080]
 8081
 8082[[package]]
 8083name = "heck"
 8084version = "0.4.1"
 8085source = "registry+https://github.com/rust-lang/crates.io-index"
 8086checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8087dependencies = [
 8088 "unicode-segmentation",
 8089]
 8090
 8091[[package]]
 8092name = "heck"
 8093version = "0.5.0"
 8094source = "registry+https://github.com/rust-lang/crates.io-index"
 8095checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8096
 8097[[package]]
 8098name = "heed"
 8099version = "0.21.0"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8102dependencies = [
 8103 "bitflags 2.10.0",
 8104 "byteorder",
 8105 "heed-traits",
 8106 "heed-types",
 8107 "libc",
 8108 "lmdb-master-sys",
 8109 "once_cell",
 8110 "page_size",
 8111 "serde",
 8112 "synchronoise",
 8113 "url",
 8114]
 8115
 8116[[package]]
 8117name = "heed-traits"
 8118version = "0.20.0"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8121
 8122[[package]]
 8123name = "heed-types"
 8124version = "0.21.0"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8127dependencies = [
 8128 "bincode",
 8129 "byteorder",
 8130 "heed-traits",
 8131 "serde",
 8132 "serde_json",
 8133]
 8134
 8135[[package]]
 8136name = "hermit-abi"
 8137version = "0.5.2"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8140
 8141[[package]]
 8142name = "hex"
 8143version = "0.4.3"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8146
 8147[[package]]
 8148name = "hexf-parse"
 8149version = "0.2.1"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8152
 8153[[package]]
 8154name = "hkdf"
 8155version = "0.12.4"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8158dependencies = [
 8159 "hmac",
 8160]
 8161
 8162[[package]]
 8163name = "hmac"
 8164version = "0.12.1"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8167dependencies = [
 8168 "digest",
 8169]
 8170
 8171[[package]]
 8172name = "home"
 8173version = "0.5.11"
 8174source = "registry+https://github.com/rust-lang/crates.io-index"
 8175checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8176dependencies = [
 8177 "windows-sys 0.59.0",
 8178]
 8179
 8180[[package]]
 8181name = "hound"
 8182version = "3.5.1"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8185
 8186[[package]]
 8187name = "html5ever"
 8188version = "0.27.0"
 8189source = "registry+https://github.com/rust-lang/crates.io-index"
 8190checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8191dependencies = [
 8192 "log",
 8193 "mac",
 8194 "markup5ever 0.12.1",
 8195 "proc-macro2",
 8196 "quote",
 8197 "syn 2.0.117",
 8198]
 8199
 8200[[package]]
 8201name = "html5ever"
 8202version = "0.35.0"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8205dependencies = [
 8206 "log",
 8207 "markup5ever 0.35.0",
 8208 "match_token",
 8209]
 8210
 8211[[package]]
 8212name = "html_to_markdown"
 8213version = "0.1.0"
 8214dependencies = [
 8215 "anyhow",
 8216 "html5ever 0.27.0",
 8217 "indoc",
 8218 "markup5ever_rcdom",
 8219 "pretty_assertions",
 8220 "regex",
 8221]
 8222
 8223[[package]]
 8224name = "http"
 8225version = "0.2.12"
 8226source = "registry+https://github.com/rust-lang/crates.io-index"
 8227checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8228dependencies = [
 8229 "bytes 1.11.1",
 8230 "fnv",
 8231 "itoa",
 8232]
 8233
 8234[[package]]
 8235name = "http"
 8236version = "1.3.1"
 8237source = "registry+https://github.com/rust-lang/crates.io-index"
 8238checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8239dependencies = [
 8240 "bytes 1.11.1",
 8241 "fnv",
 8242 "itoa",
 8243]
 8244
 8245[[package]]
 8246name = "http-body"
 8247version = "0.4.6"
 8248source = "registry+https://github.com/rust-lang/crates.io-index"
 8249checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8250dependencies = [
 8251 "bytes 1.11.1",
 8252 "http 0.2.12",
 8253 "pin-project-lite",
 8254]
 8255
 8256[[package]]
 8257name = "http-body"
 8258version = "1.0.1"
 8259source = "registry+https://github.com/rust-lang/crates.io-index"
 8260checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8261dependencies = [
 8262 "bytes 1.11.1",
 8263 "http 1.3.1",
 8264]
 8265
 8266[[package]]
 8267name = "http-body-util"
 8268version = "0.1.3"
 8269source = "registry+https://github.com/rust-lang/crates.io-index"
 8270checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8271dependencies = [
 8272 "bytes 1.11.1",
 8273 "futures-core",
 8274 "http 1.3.1",
 8275 "http-body 1.0.1",
 8276 "pin-project-lite",
 8277]
 8278
 8279[[package]]
 8280name = "http-range-header"
 8281version = "0.3.1"
 8282source = "registry+https://github.com/rust-lang/crates.io-index"
 8283checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8284
 8285[[package]]
 8286name = "http_client"
 8287version = "0.1.0"
 8288dependencies = [
 8289 "anyhow",
 8290 "async-compression",
 8291 "async-fs",
 8292 "async-tar",
 8293 "bytes 1.11.1",
 8294 "derive_more",
 8295 "futures 0.3.32",
 8296 "http 1.3.1",
 8297 "http-body 1.0.1",
 8298 "log",
 8299 "parking_lot",
 8300 "serde",
 8301 "serde_json",
 8302 "serde_urlencoded",
 8303 "sha2",
 8304 "tempfile",
 8305 "url",
 8306 "util",
 8307]
 8308
 8309[[package]]
 8310name = "http_client_tls"
 8311version = "0.1.0"
 8312dependencies = [
 8313 "rustls 0.23.33",
 8314 "rustls-platform-verifier",
 8315]
 8316
 8317[[package]]
 8318name = "httparse"
 8319version = "1.10.1"
 8320source = "registry+https://github.com/rust-lang/crates.io-index"
 8321checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8322
 8323[[package]]
 8324name = "httpdate"
 8325version = "1.0.3"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8328
 8329[[package]]
 8330name = "human_bytes"
 8331version = "0.4.3"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8334
 8335[[package]]
 8336name = "humantime"
 8337version = "2.3.0"
 8338source = "registry+https://github.com/rust-lang/crates.io-index"
 8339checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8340
 8341[[package]]
 8342name = "hyper"
 8343version = "0.14.32"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8346dependencies = [
 8347 "bytes 1.11.1",
 8348 "futures-channel",
 8349 "futures-core",
 8350 "futures-util",
 8351 "h2 0.3.27",
 8352 "http 0.2.12",
 8353 "http-body 0.4.6",
 8354 "httparse",
 8355 "httpdate",
 8356 "itoa",
 8357 "pin-project-lite",
 8358 "socket2 0.5.10",
 8359 "tokio",
 8360 "tower-service",
 8361 "tracing",
 8362 "want",
 8363]
 8364
 8365[[package]]
 8366name = "hyper"
 8367version = "1.7.0"
 8368source = "registry+https://github.com/rust-lang/crates.io-index"
 8369checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8370dependencies = [
 8371 "atomic-waker",
 8372 "bytes 1.11.1",
 8373 "futures-channel",
 8374 "futures-core",
 8375 "h2 0.4.12",
 8376 "http 1.3.1",
 8377 "http-body 1.0.1",
 8378 "httparse",
 8379 "itoa",
 8380 "pin-project-lite",
 8381 "pin-utils",
 8382 "smallvec",
 8383 "tokio",
 8384 "want",
 8385]
 8386
 8387[[package]]
 8388name = "hyper-rustls"
 8389version = "0.24.2"
 8390source = "registry+https://github.com/rust-lang/crates.io-index"
 8391checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8392dependencies = [
 8393 "futures-util",
 8394 "http 0.2.12",
 8395 "hyper 0.14.32",
 8396 "log",
 8397 "rustls 0.21.12",
 8398 "rustls-native-certs 0.6.3",
 8399 "tokio",
 8400 "tokio-rustls 0.24.1",
 8401]
 8402
 8403[[package]]
 8404name = "hyper-rustls"
 8405version = "0.27.7"
 8406source = "registry+https://github.com/rust-lang/crates.io-index"
 8407checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8408dependencies = [
 8409 "http 1.3.1",
 8410 "hyper 1.7.0",
 8411 "hyper-util",
 8412 "log",
 8413 "rustls 0.23.33",
 8414 "rustls-native-certs 0.8.2",
 8415 "rustls-pki-types",
 8416 "tokio",
 8417 "tokio-rustls 0.26.2",
 8418 "tower-service",
 8419]
 8420
 8421[[package]]
 8422name = "hyper-timeout"
 8423version = "0.5.2"
 8424source = "registry+https://github.com/rust-lang/crates.io-index"
 8425checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8426dependencies = [
 8427 "hyper 1.7.0",
 8428 "hyper-util",
 8429 "pin-project-lite",
 8430 "tokio",
 8431 "tower-service",
 8432]
 8433
 8434[[package]]
 8435name = "hyper-tls"
 8436version = "0.5.0"
 8437source = "registry+https://github.com/rust-lang/crates.io-index"
 8438checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8439dependencies = [
 8440 "bytes 1.11.1",
 8441 "hyper 0.14.32",
 8442 "native-tls",
 8443 "tokio",
 8444 "tokio-native-tls",
 8445]
 8446
 8447[[package]]
 8448name = "hyper-util"
 8449version = "0.1.17"
 8450source = "registry+https://github.com/rust-lang/crates.io-index"
 8451checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8452dependencies = [
 8453 "base64 0.22.1",
 8454 "bytes 1.11.1",
 8455 "futures-channel",
 8456 "futures-core",
 8457 "futures-util",
 8458 "http 1.3.1",
 8459 "http-body 1.0.1",
 8460 "hyper 1.7.0",
 8461 "ipnet",
 8462 "libc",
 8463 "percent-encoding",
 8464 "pin-project-lite",
 8465 "socket2 0.6.1",
 8466 "tokio",
 8467 "tower-service",
 8468 "tracing",
 8469]
 8470
 8471[[package]]
 8472name = "iana-time-zone"
 8473version = "0.1.64"
 8474source = "registry+https://github.com/rust-lang/crates.io-index"
 8475checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8476dependencies = [
 8477 "android_system_properties",
 8478 "core-foundation-sys",
 8479 "iana-time-zone-haiku",
 8480 "js-sys",
 8481 "log",
 8482 "wasm-bindgen",
 8483 "windows-core 0.62.2",
 8484]
 8485
 8486[[package]]
 8487name = "iana-time-zone-haiku"
 8488version = "0.1.2"
 8489source = "registry+https://github.com/rust-lang/crates.io-index"
 8490checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8491dependencies = [
 8492 "cc",
 8493]
 8494
 8495[[package]]
 8496name = "icons"
 8497version = "0.1.0"
 8498dependencies = [
 8499 "serde",
 8500 "strum 0.27.2",
 8501]
 8502
 8503[[package]]
 8504name = "icu_collections"
 8505version = "2.0.0"
 8506source = "registry+https://github.com/rust-lang/crates.io-index"
 8507checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8508dependencies = [
 8509 "displaydoc",
 8510 "potential_utf",
 8511 "yoke 0.8.0",
 8512 "zerofrom",
 8513 "zerovec",
 8514]
 8515
 8516[[package]]
 8517name = "icu_locale_core"
 8518version = "2.0.0"
 8519source = "registry+https://github.com/rust-lang/crates.io-index"
 8520checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8521dependencies = [
 8522 "displaydoc",
 8523 "litemap",
 8524 "tinystr",
 8525 "writeable",
 8526 "zerovec",
 8527]
 8528
 8529[[package]]
 8530name = "icu_normalizer"
 8531version = "2.0.0"
 8532source = "registry+https://github.com/rust-lang/crates.io-index"
 8533checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8534dependencies = [
 8535 "displaydoc",
 8536 "icu_collections",
 8537 "icu_normalizer_data",
 8538 "icu_properties",
 8539 "icu_provider",
 8540 "smallvec",
 8541 "zerovec",
 8542]
 8543
 8544[[package]]
 8545name = "icu_normalizer_data"
 8546version = "2.0.0"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8549
 8550[[package]]
 8551name = "icu_properties"
 8552version = "2.0.1"
 8553source = "registry+https://github.com/rust-lang/crates.io-index"
 8554checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8555dependencies = [
 8556 "displaydoc",
 8557 "icu_collections",
 8558 "icu_locale_core",
 8559 "icu_properties_data",
 8560 "icu_provider",
 8561 "potential_utf",
 8562 "zerotrie",
 8563 "zerovec",
 8564]
 8565
 8566[[package]]
 8567name = "icu_properties_data"
 8568version = "2.0.1"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8571
 8572[[package]]
 8573name = "icu_provider"
 8574version = "2.0.0"
 8575source = "registry+https://github.com/rust-lang/crates.io-index"
 8576checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8577dependencies = [
 8578 "displaydoc",
 8579 "icu_locale_core",
 8580 "stable_deref_trait",
 8581 "tinystr",
 8582 "writeable",
 8583 "yoke 0.8.0",
 8584 "zerofrom",
 8585 "zerotrie",
 8586 "zerovec",
 8587]
 8588
 8589[[package]]
 8590name = "id-arena"
 8591version = "2.2.1"
 8592source = "registry+https://github.com/rust-lang/crates.io-index"
 8593checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8594
 8595[[package]]
 8596name = "ident_case"
 8597version = "1.0.1"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8600
 8601[[package]]
 8602name = "idna"
 8603version = "1.1.0"
 8604source = "registry+https://github.com/rust-lang/crates.io-index"
 8605checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8606dependencies = [
 8607 "idna_adapter",
 8608 "smallvec",
 8609 "utf8_iter",
 8610]
 8611
 8612[[package]]
 8613name = "idna_adapter"
 8614version = "1.2.1"
 8615source = "registry+https://github.com/rust-lang/crates.io-index"
 8616checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8617dependencies = [
 8618 "icu_normalizer",
 8619 "icu_properties",
 8620]
 8621
 8622[[package]]
 8623name = "ignore"
 8624version = "0.4.24"
 8625source = "registry+https://github.com/rust-lang/crates.io-index"
 8626checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8627dependencies = [
 8628 "crossbeam-deque",
 8629 "globset",
 8630 "log",
 8631 "memchr",
 8632 "regex-automata",
 8633 "same-file",
 8634 "walkdir",
 8635 "winapi-util",
 8636]
 8637
 8638[[package]]
 8639name = "image"
 8640version = "0.25.8"
 8641source = "registry+https://github.com/rust-lang/crates.io-index"
 8642checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8643dependencies = [
 8644 "bytemuck",
 8645 "byteorder-lite",
 8646 "color_quant",
 8647 "exr",
 8648 "gif",
 8649 "image-webp",
 8650 "moxcms",
 8651 "num-traits",
 8652 "png 0.18.0",
 8653 "qoi",
 8654 "ravif",
 8655 "rayon",
 8656 "rgb",
 8657 "tiff",
 8658 "zune-core",
 8659 "zune-jpeg",
 8660]
 8661
 8662[[package]]
 8663name = "image-webp"
 8664version = "0.2.4"
 8665source = "registry+https://github.com/rust-lang/crates.io-index"
 8666checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8667dependencies = [
 8668 "byteorder-lite",
 8669 "quick-error 2.0.1",
 8670]
 8671
 8672[[package]]
 8673name = "image_viewer"
 8674version = "0.1.0"
 8675dependencies = [
 8676 "anyhow",
 8677 "db",
 8678 "editor",
 8679 "file_icons",
 8680 "gpui",
 8681 "language",
 8682 "log",
 8683 "project",
 8684 "serde",
 8685 "settings",
 8686 "theme_settings",
 8687 "ui",
 8688 "util",
 8689 "workspace",
 8690]
 8691
 8692[[package]]
 8693name = "imagesize"
 8694version = "0.13.0"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8697
 8698[[package]]
 8699name = "imara-diff"
 8700version = "0.1.8"
 8701source = "registry+https://github.com/rust-lang/crates.io-index"
 8702checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8703dependencies = [
 8704 "hashbrown 0.15.5",
 8705]
 8706
 8707[[package]]
 8708name = "imgref"
 8709version = "1.12.0"
 8710source = "registry+https://github.com/rust-lang/crates.io-index"
 8711checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8712
 8713[[package]]
 8714name = "indenter"
 8715version = "0.3.4"
 8716source = "registry+https://github.com/rust-lang/crates.io-index"
 8717checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8718
 8719[[package]]
 8720name = "indexmap"
 8721version = "2.11.4"
 8722source = "registry+https://github.com/rust-lang/crates.io-index"
 8723checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8724dependencies = [
 8725 "equivalent",
 8726 "hashbrown 0.16.1",
 8727 "serde",
 8728 "serde_core",
 8729]
 8730
 8731[[package]]
 8732name = "indoc"
 8733version = "2.0.6"
 8734source = "registry+https://github.com/rust-lang/crates.io-index"
 8735checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8736
 8737[[package]]
 8738name = "inherent"
 8739version = "1.0.13"
 8740source = "registry+https://github.com/rust-lang/crates.io-index"
 8741checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8742dependencies = [
 8743 "proc-macro2",
 8744 "quote",
 8745 "syn 2.0.117",
 8746]
 8747
 8748[[package]]
 8749name = "inotify"
 8750version = "0.9.6"
 8751source = "registry+https://github.com/rust-lang/crates.io-index"
 8752checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8753dependencies = [
 8754 "bitflags 1.3.2",
 8755 "inotify-sys",
 8756 "libc",
 8757]
 8758
 8759[[package]]
 8760name = "inotify"
 8761version = "0.11.0"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8764dependencies = [
 8765 "bitflags 2.10.0",
 8766 "inotify-sys",
 8767 "libc",
 8768]
 8769
 8770[[package]]
 8771name = "inotify-sys"
 8772version = "0.1.5"
 8773source = "registry+https://github.com/rust-lang/crates.io-index"
 8774checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8775dependencies = [
 8776 "libc",
 8777]
 8778
 8779[[package]]
 8780name = "inout"
 8781version = "0.1.4"
 8782source = "registry+https://github.com/rust-lang/crates.io-index"
 8783checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8784dependencies = [
 8785 "block-padding",
 8786 "generic-array",
 8787]
 8788
 8789[[package]]
 8790name = "inspector_ui"
 8791version = "0.1.0"
 8792dependencies = [
 8793 "anyhow",
 8794 "command_palette_hooks",
 8795 "editor",
 8796 "fuzzy",
 8797 "gpui",
 8798 "language",
 8799 "project",
 8800 "serde_json",
 8801 "serde_json_lenient",
 8802 "theme_settings",
 8803 "ui",
 8804 "util",
 8805 "util_macros",
 8806 "workspace",
 8807 "zed_actions",
 8808]
 8809
 8810[[package]]
 8811name = "install_cli"
 8812version = "0.1.0"
 8813dependencies = [
 8814 "anyhow",
 8815 "client",
 8816 "gpui",
 8817 "release_channel",
 8818 "smol",
 8819 "util",
 8820 "workspace",
 8821]
 8822
 8823[[package]]
 8824name = "instant"
 8825version = "0.1.13"
 8826source = "registry+https://github.com/rust-lang/crates.io-index"
 8827checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8828dependencies = [
 8829 "cfg-if",
 8830]
 8831
 8832[[package]]
 8833name = "interpolate_name"
 8834version = "0.2.4"
 8835source = "registry+https://github.com/rust-lang/crates.io-index"
 8836checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8837dependencies = [
 8838 "proc-macro2",
 8839 "quote",
 8840 "syn 2.0.117",
 8841]
 8842
 8843[[package]]
 8844name = "inventory"
 8845version = "0.3.21"
 8846source = "registry+https://github.com/rust-lang/crates.io-index"
 8847checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8848dependencies = [
 8849 "rustversion",
 8850]
 8851
 8852[[package]]
 8853name = "io-extras"
 8854version = "0.18.4"
 8855source = "registry+https://github.com/rust-lang/crates.io-index"
 8856checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8857dependencies = [
 8858 "io-lifetimes",
 8859 "windows-sys 0.59.0",
 8860]
 8861
 8862[[package]]
 8863name = "io-lifetimes"
 8864version = "2.0.4"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8867
 8868[[package]]
 8869name = "io-surface"
 8870version = "0.16.1"
 8871source = "registry+https://github.com/rust-lang/crates.io-index"
 8872checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8873dependencies = [
 8874 "cgl",
 8875 "core-foundation 0.10.0",
 8876 "core-foundation-sys",
 8877 "leaky-cow",
 8878]
 8879
 8880[[package]]
 8881name = "iovec"
 8882version = "0.1.4"
 8883source = "registry+https://github.com/rust-lang/crates.io-index"
 8884checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8885dependencies = [
 8886 "libc",
 8887]
 8888
 8889[[package]]
 8890name = "ipc-channel"
 8891version = "0.19.0"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8894dependencies = [
 8895 "bincode",
 8896 "crossbeam-channel",
 8897 "fnv",
 8898 "lazy_static",
 8899 "libc",
 8900 "mio 1.1.0",
 8901 "rand 0.8.5",
 8902 "serde",
 8903 "tempfile",
 8904 "uuid",
 8905 "windows 0.58.0",
 8906]
 8907
 8908[[package]]
 8909name = "ipnet"
 8910version = "2.11.0"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8913
 8914[[package]]
 8915name = "iri-string"
 8916version = "0.7.8"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8919dependencies = [
 8920 "memchr",
 8921 "serde",
 8922]
 8923
 8924[[package]]
 8925name = "is-docker"
 8926version = "0.2.0"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8929dependencies = [
 8930 "once_cell",
 8931]
 8932
 8933[[package]]
 8934name = "is-terminal"
 8935version = "0.4.16"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8938dependencies = [
 8939 "hermit-abi",
 8940 "libc",
 8941 "windows-sys 0.59.0",
 8942]
 8943
 8944[[package]]
 8945name = "is-wsl"
 8946version = "0.4.0"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8949dependencies = [
 8950 "is-docker",
 8951 "once_cell",
 8952]
 8953
 8954[[package]]
 8955name = "is_executable"
 8956version = "1.0.5"
 8957source = "registry+https://github.com/rust-lang/crates.io-index"
 8958checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8959dependencies = [
 8960 "windows-sys 0.60.2",
 8961]
 8962
 8963[[package]]
 8964name = "is_terminal_polyfill"
 8965version = "1.70.1"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8968
 8969[[package]]
 8970name = "itertools"
 8971version = "0.10.5"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8974dependencies = [
 8975 "either",
 8976]
 8977
 8978[[package]]
 8979name = "itertools"
 8980version = "0.11.0"
 8981source = "registry+https://github.com/rust-lang/crates.io-index"
 8982checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8983dependencies = [
 8984 "either",
 8985]
 8986
 8987[[package]]
 8988name = "itertools"
 8989version = "0.12.1"
 8990source = "registry+https://github.com/rust-lang/crates.io-index"
 8991checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8992dependencies = [
 8993 "either",
 8994]
 8995
 8996[[package]]
 8997name = "itertools"
 8998version = "0.14.0"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9001dependencies = [
 9002 "either",
 9003]
 9004
 9005[[package]]
 9006name = "itoa"
 9007version = "1.0.15"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9010
 9011[[package]]
 9012name = "jiff"
 9013version = "0.2.15"
 9014source = "registry+https://github.com/rust-lang/crates.io-index"
 9015checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9016dependencies = [
 9017 "jiff-static",
 9018 "log",
 9019 "portable-atomic",
 9020 "portable-atomic-util",
 9021 "serde",
 9022]
 9023
 9024[[package]]
 9025name = "jiff-static"
 9026version = "0.2.15"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9029dependencies = [
 9030 "proc-macro2",
 9031 "quote",
 9032 "syn 2.0.117",
 9033]
 9034
 9035[[package]]
 9036name = "jni"
 9037version = "0.21.1"
 9038source = "registry+https://github.com/rust-lang/crates.io-index"
 9039checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9040dependencies = [
 9041 "cesu8",
 9042 "cfg-if",
 9043 "combine",
 9044 "jni-sys",
 9045 "log",
 9046 "thiserror 1.0.69",
 9047 "walkdir",
 9048 "windows-sys 0.45.0",
 9049]
 9050
 9051[[package]]
 9052name = "jni-sys"
 9053version = "0.3.0"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9056
 9057[[package]]
 9058name = "jobserver"
 9059version = "0.1.34"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9062dependencies = [
 9063 "getrandom 0.3.4",
 9064 "libc",
 9065]
 9066
 9067[[package]]
 9068name = "journal"
 9069version = "0.1.0"
 9070dependencies = [
 9071 "anyhow",
 9072 "chrono",
 9073 "editor",
 9074 "gpui",
 9075 "log",
 9076 "serde",
 9077 "settings",
 9078 "shellexpand 2.1.2",
 9079 "workspace",
 9080]
 9081
 9082[[package]]
 9083name = "js-sys"
 9084version = "0.3.90"
 9085source = "registry+https://github.com/rust-lang/crates.io-index"
 9086checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9087dependencies = [
 9088 "once_cell",
 9089 "wasm-bindgen",
 9090]
 9091
 9092[[package]]
 9093name = "json5"
 9094version = "0.4.1"
 9095source = "registry+https://github.com/rust-lang/crates.io-index"
 9096checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9097dependencies = [
 9098 "pest",
 9099 "pest_derive",
 9100 "serde",
 9101]
 9102
 9103[[package]]
 9104name = "json_dotpath"
 9105version = "1.1.0"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9108dependencies = [
 9109 "serde",
 9110 "serde_derive",
 9111 "serde_json",
 9112 "thiserror 1.0.69",
 9113]
 9114
 9115[[package]]
 9116name = "json_schema_store"
 9117version = "0.1.0"
 9118dependencies = [
 9119 "anyhow",
 9120 "collections",
 9121 "dap",
 9122 "extension",
 9123 "gpui",
 9124 "language",
 9125 "parking_lot",
 9126 "paths",
 9127 "project",
 9128 "schemars",
 9129 "serde",
 9130 "serde_json",
 9131 "settings",
 9132 "snippet_provider",
 9133 "task",
 9134 "theme",
 9135 "util",
 9136]
 9137
 9138[[package]]
 9139name = "jsonschema"
 9140version = "0.37.4"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9143dependencies = [
 9144 "ahash 0.8.12",
 9145 "bytecount",
 9146 "data-encoding",
 9147 "email_address",
 9148 "fancy-regex 0.16.2",
 9149 "fraction",
 9150 "getrandom 0.3.4",
 9151 "idna",
 9152 "itoa",
 9153 "num-cmp",
 9154 "num-traits",
 9155 "percent-encoding",
 9156 "referencing",
 9157 "regex",
 9158 "regex-syntax",
 9159 "reqwest 0.12.24",
 9160 "serde",
 9161 "serde_json",
 9162 "unicode-general-category",
 9163 "uuid-simd",
 9164]
 9165
 9166[[package]]
 9167name = "jsonwebtoken"
 9168version = "10.3.0"
 9169source = "registry+https://github.com/rust-lang/crates.io-index"
 9170checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9171dependencies = [
 9172 "aws-lc-rs",
 9173 "base64 0.22.1",
 9174 "getrandom 0.2.16",
 9175 "js-sys",
 9176 "pem",
 9177 "serde",
 9178 "serde_json",
 9179 "signature 2.2.0",
 9180 "simple_asn1",
 9181]
 9182
 9183[[package]]
 9184name = "jupyter-protocol"
 9185version = "1.4.0"
 9186source = "registry+https://github.com/rust-lang/crates.io-index"
 9187checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9188dependencies = [
 9189 "async-trait",
 9190 "bytes 1.11.1",
 9191 "chrono",
 9192 "futures 0.3.32",
 9193 "serde",
 9194 "serde_json",
 9195 "thiserror 2.0.17",
 9196 "uuid",
 9197]
 9198
 9199[[package]]
 9200name = "jupyter-websocket-client"
 9201version = "1.0.0"
 9202source = "registry+https://github.com/rust-lang/crates.io-index"
 9203checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9204dependencies = [
 9205 "anyhow",
 9206 "async-trait",
 9207 "async-tungstenite",
 9208 "futures 0.3.32",
 9209 "jupyter-protocol",
 9210 "serde",
 9211 "serde_json",
 9212 "tokio",
 9213 "url",
 9214 "uuid",
 9215]
 9216
 9217[[package]]
 9218name = "keymap_editor"
 9219version = "0.1.0"
 9220dependencies = [
 9221 "anyhow",
 9222 "collections",
 9223 "command_palette",
 9224 "component",
 9225 "db",
 9226 "editor",
 9227 "fs",
 9228 "fuzzy",
 9229 "gpui",
 9230 "itertools 0.14.0",
 9231 "json_schema_store",
 9232 "language",
 9233 "log",
 9234 "menu",
 9235 "notifications",
 9236 "paths",
 9237 "project",
 9238 "search",
 9239 "serde",
 9240 "serde_json",
 9241 "settings",
 9242 "telemetry",
 9243 "tempfile",
 9244 "theme",
 9245 "theme_settings",
 9246 "tree-sitter-json",
 9247 "tree-sitter-rust",
 9248 "ui",
 9249 "ui_input",
 9250 "util",
 9251 "workspace",
 9252 "zed_actions",
 9253]
 9254
 9255[[package]]
 9256name = "khronos-egl"
 9257version = "6.0.0"
 9258source = "registry+https://github.com/rust-lang/crates.io-index"
 9259checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9260dependencies = [
 9261 "libc",
 9262 "libloading",
 9263 "pkg-config",
 9264]
 9265
 9266[[package]]
 9267name = "khronos_api"
 9268version = "3.1.0"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9271
 9272[[package]]
 9273name = "kqueue"
 9274version = "1.1.1"
 9275source = "registry+https://github.com/rust-lang/crates.io-index"
 9276checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9277dependencies = [
 9278 "kqueue-sys",
 9279 "libc",
 9280]
 9281
 9282[[package]]
 9283name = "kqueue-sys"
 9284version = "1.0.4"
 9285source = "registry+https://github.com/rust-lang/crates.io-index"
 9286checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9287dependencies = [
 9288 "bitflags 1.3.2",
 9289 "libc",
 9290]
 9291
 9292[[package]]
 9293name = "kurbo"
 9294version = "0.11.3"
 9295source = "registry+https://github.com/rust-lang/crates.io-index"
 9296checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9297dependencies = [
 9298 "arrayvec",
 9299 "euclid",
 9300 "smallvec",
 9301]
 9302
 9303[[package]]
 9304name = "kv-log-macro"
 9305version = "1.0.7"
 9306source = "registry+https://github.com/rust-lang/crates.io-index"
 9307checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9308dependencies = [
 9309 "log",
 9310]
 9311
 9312[[package]]
 9313name = "language"
 9314version = "0.1.0"
 9315dependencies = [
 9316 "anyhow",
 9317 "async-trait",
 9318 "clock",
 9319 "collections",
 9320 "criterion",
 9321 "ctor",
 9322 "diffy",
 9323 "ec4rs",
 9324 "encoding_rs",
 9325 "fs",
 9326 "futures 0.3.32",
 9327 "fuzzy",
 9328 "globset",
 9329 "gpui",
 9330 "http_client",
 9331 "imara-diff",
 9332 "indoc",
 9333 "itertools 0.14.0",
 9334 "language_core",
 9335 "log",
 9336 "lsp",
 9337 "parking_lot",
 9338 "postage",
 9339 "pretty_assertions",
 9340 "rand 0.9.2",
 9341 "regex",
 9342 "rpc",
 9343 "semver",
 9344 "serde",
 9345 "serde_json",
 9346 "settings",
 9347 "shellexpand 2.1.2",
 9348 "smallvec",
 9349 "smol",
 9350 "streaming-iterator",
 9351 "strsim",
 9352 "sum_tree",
 9353 "task",
 9354 "text",
 9355 "theme",
 9356 "theme_settings",
 9357 "toml 0.8.23",
 9358 "tracing",
 9359 "tree-sitter",
 9360 "tree-sitter-elixir",
 9361 "tree-sitter-embedded-template",
 9362 "tree-sitter-heex",
 9363 "tree-sitter-html",
 9364 "tree-sitter-json",
 9365 "tree-sitter-md",
 9366 "tree-sitter-python",
 9367 "tree-sitter-ruby",
 9368 "tree-sitter-rust",
 9369 "tree-sitter-typescript",
 9370 "unicase",
 9371 "unindent",
 9372 "util",
 9373 "watch",
 9374 "zlog",
 9375 "ztracing",
 9376]
 9377
 9378[[package]]
 9379name = "language_core"
 9380version = "0.1.0"
 9381dependencies = [
 9382 "anyhow",
 9383 "collections",
 9384 "gpui_shared_string",
 9385 "log",
 9386 "lsp",
 9387 "parking_lot",
 9388 "regex",
 9389 "schemars",
 9390 "serde",
 9391 "serde_json",
 9392 "toml 0.8.23",
 9393 "tree-sitter",
 9394 "util",
 9395]
 9396
 9397[[package]]
 9398name = "language_extension"
 9399version = "0.1.0"
 9400dependencies = [
 9401 "anyhow",
 9402 "async-trait",
 9403 "collections",
 9404 "extension",
 9405 "fs",
 9406 "futures 0.3.32",
 9407 "gpui",
 9408 "language",
 9409 "log",
 9410 "lsp",
 9411 "project",
 9412 "serde",
 9413 "serde_json",
 9414 "tracing",
 9415 "util",
 9416 "ztracing",
 9417]
 9418
 9419[[package]]
 9420name = "language_model"
 9421version = "0.1.0"
 9422dependencies = [
 9423 "anyhow",
 9424 "base64 0.22.1",
 9425 "collections",
 9426 "credentials_provider",
 9427 "env_var",
 9428 "futures 0.3.32",
 9429 "gpui",
 9430 "http_client",
 9431 "icons",
 9432 "image",
 9433 "language_model_core",
 9434 "log",
 9435 "parking_lot",
 9436 "serde",
 9437 "serde_json",
 9438 "thiserror 2.0.17",
 9439 "util",
 9440]
 9441
 9442[[package]]
 9443name = "language_model_core"
 9444version = "0.1.0"
 9445dependencies = [
 9446 "anyhow",
 9447 "cloud_llm_client",
 9448 "futures 0.3.32",
 9449 "gpui_shared_string",
 9450 "http_client",
 9451 "partial-json-fixer",
 9452 "schemars",
 9453 "serde",
 9454 "serde_json",
 9455 "smol",
 9456 "strum 0.27.2",
 9457 "thiserror 2.0.17",
 9458]
 9459
 9460[[package]]
 9461name = "language_models"
 9462version = "0.1.0"
 9463dependencies = [
 9464 "ai_onboarding",
 9465 "anthropic",
 9466 "anyhow",
 9467 "aws-config",
 9468 "aws-credential-types",
 9469 "aws_http_client",
 9470 "base64 0.22.1",
 9471 "bedrock",
 9472 "client",
 9473 "cloud_api_client",
 9474 "cloud_api_types",
 9475 "collections",
 9476 "component",
 9477 "convert_case 0.8.0",
 9478 "copilot",
 9479 "copilot_chat",
 9480 "copilot_ui",
 9481 "credentials_provider",
 9482 "deepseek",
 9483 "extension",
 9484 "extension_host",
 9485 "fs",
 9486 "futures 0.3.32",
 9487 "google_ai",
 9488 "gpui",
 9489 "gpui_tokio",
 9490 "http_client",
 9491 "language",
 9492 "language_model",
 9493 "language_models_cloud",
 9494 "lmstudio",
 9495 "log",
 9496 "menu",
 9497 "mistral",
 9498 "ollama",
 9499 "open_ai",
 9500 "open_router",
 9501 "opencode",
 9502 "pretty_assertions",
 9503 "release_channel",
 9504 "schemars",
 9505 "serde",
 9506 "serde_json",
 9507 "settings",
 9508 "smol",
 9509 "strum 0.27.2",
 9510 "tiktoken-rs",
 9511 "tokio",
 9512 "ui",
 9513 "ui_input",
 9514 "util",
 9515 "vercel",
 9516 "x_ai",
 9517]
 9518
 9519[[package]]
 9520name = "language_models_cloud"
 9521version = "0.1.0"
 9522dependencies = [
 9523 "anthropic",
 9524 "anyhow",
 9525 "cloud_llm_client",
 9526 "futures 0.3.32",
 9527 "google_ai",
 9528 "gpui",
 9529 "http_client",
 9530 "language_model",
 9531 "open_ai",
 9532 "schemars",
 9533 "semver",
 9534 "serde",
 9535 "serde_json",
 9536 "smol",
 9537 "thiserror 2.0.17",
 9538 "x_ai",
 9539]
 9540
 9541[[package]]
 9542name = "language_onboarding"
 9543version = "0.1.0"
 9544dependencies = [
 9545 "db",
 9546 "editor",
 9547 "gpui",
 9548 "project",
 9549 "ui",
 9550 "workspace",
 9551]
 9552
 9553[[package]]
 9554name = "language_selector"
 9555version = "0.1.0"
 9556dependencies = [
 9557 "anyhow",
 9558 "editor",
 9559 "file_icons",
 9560 "fuzzy",
 9561 "gpui",
 9562 "language",
 9563 "open_path_prompt",
 9564 "picker",
 9565 "project",
 9566 "serde_json",
 9567 "settings",
 9568 "ui",
 9569 "util",
 9570 "workspace",
 9571]
 9572
 9573[[package]]
 9574name = "language_tools"
 9575version = "0.1.0"
 9576dependencies = [
 9577 "anyhow",
 9578 "client",
 9579 "collections",
 9580 "command_palette_hooks",
 9581 "edit_prediction",
 9582 "editor",
 9583 "futures 0.3.32",
 9584 "gpui",
 9585 "itertools 0.14.0",
 9586 "language",
 9587 "lsp",
 9588 "menu",
 9589 "project",
 9590 "proto",
 9591 "release_channel",
 9592 "semver",
 9593 "serde_json",
 9594 "settings",
 9595 "sysinfo 0.37.2",
 9596 "telemetry",
 9597 "theme",
 9598 "theme_settings",
 9599 "tree-sitter",
 9600 "ui",
 9601 "util",
 9602 "workspace",
 9603 "zed_actions",
 9604 "zlog",
 9605]
 9606
 9607[[package]]
 9608name = "languages"
 9609version = "0.1.0"
 9610dependencies = [
 9611 "anyhow",
 9612 "async-compression",
 9613 "async-fs",
 9614 "async-tar",
 9615 "async-trait",
 9616 "chrono",
 9617 "collections",
 9618 "fs",
 9619 "futures 0.3.32",
 9620 "globset",
 9621 "gpui",
 9622 "grammars",
 9623 "http_client",
 9624 "itertools 0.14.0",
 9625 "json_schema_store",
 9626 "language",
 9627 "log",
 9628 "lsp",
 9629 "node_runtime",
 9630 "parking_lot",
 9631 "pet",
 9632 "pet-conda",
 9633 "pet-core",
 9634 "pet-fs",
 9635 "pet-poetry",
 9636 "pet-reporter",
 9637 "pet-virtualenv",
 9638 "pretty_assertions",
 9639 "project",
 9640 "regex",
 9641 "rope",
 9642 "semver",
 9643 "serde",
 9644 "serde_json",
 9645 "serde_json_lenient",
 9646 "settings",
 9647 "smallvec",
 9648 "smol",
 9649 "snippet",
 9650 "task",
 9651 "terminal",
 9652 "theme",
 9653 "tree-sitter",
 9654 "tree-sitter-bash",
 9655 "tree-sitter-c",
 9656 "tree-sitter-cpp",
 9657 "tree-sitter-css",
 9658 "tree-sitter-gitcommit",
 9659 "tree-sitter-go",
 9660 "tree-sitter-python",
 9661 "tree-sitter-rust",
 9662 "tree-sitter-typescript",
 9663 "unindent",
 9664 "url",
 9665 "util",
 9666]
 9667
 9668[[package]]
 9669name = "lazy_static"
 9670version = "1.5.0"
 9671source = "registry+https://github.com/rust-lang/crates.io-index"
 9672checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9673dependencies = [
 9674 "spin 0.9.8",
 9675]
 9676
 9677[[package]]
 9678name = "leak"
 9679version = "0.1.2"
 9680source = "registry+https://github.com/rust-lang/crates.io-index"
 9681checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9682
 9683[[package]]
 9684name = "leaky-cow"
 9685version = "0.1.1"
 9686source = "registry+https://github.com/rust-lang/crates.io-index"
 9687checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9688dependencies = [
 9689 "leak",
 9690]
 9691
 9692[[package]]
 9693name = "leb128"
 9694version = "0.2.5"
 9695source = "registry+https://github.com/rust-lang/crates.io-index"
 9696checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9697
 9698[[package]]
 9699name = "leb128fmt"
 9700version = "0.1.0"
 9701source = "registry+https://github.com/rust-lang/crates.io-index"
 9702checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9703
 9704[[package]]
 9705name = "lebe"
 9706version = "0.5.3"
 9707source = "registry+https://github.com/rust-lang/crates.io-index"
 9708checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9709
 9710[[package]]
 9711name = "libbz2-rs-sys"
 9712version = "0.2.2"
 9713source = "registry+https://github.com/rust-lang/crates.io-index"
 9714checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9715
 9716[[package]]
 9717name = "libc"
 9718version = "0.2.182"
 9719source = "registry+https://github.com/rust-lang/crates.io-index"
 9720checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9721
 9722[[package]]
 9723name = "libdbus-sys"
 9724version = "0.2.6"
 9725source = "registry+https://github.com/rust-lang/crates.io-index"
 9726checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9727dependencies = [
 9728 "cc",
 9729 "pkg-config",
 9730]
 9731
 9732[[package]]
 9733name = "libfuzzer-sys"
 9734version = "0.4.10"
 9735source = "registry+https://github.com/rust-lang/crates.io-index"
 9736checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9737dependencies = [
 9738 "arbitrary",
 9739 "cc",
 9740]
 9741
 9742[[package]]
 9743name = "libgit2-sys"
 9744version = "0.18.3+1.9.2"
 9745source = "registry+https://github.com/rust-lang/crates.io-index"
 9746checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9747dependencies = [
 9748 "cc",
 9749 "libc",
 9750 "libz-sys",
 9751 "pkg-config",
 9752]
 9753
 9754[[package]]
 9755name = "libloading"
 9756version = "0.8.9"
 9757source = "registry+https://github.com/rust-lang/crates.io-index"
 9758checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9759dependencies = [
 9760 "cfg-if",
 9761 "windows-link 0.2.1",
 9762]
 9763
 9764[[package]]
 9765name = "libm"
 9766version = "0.2.15"
 9767source = "registry+https://github.com/rust-lang/crates.io-index"
 9768checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9769
 9770[[package]]
 9771name = "libmimalloc-sys"
 9772version = "0.1.44"
 9773source = "registry+https://github.com/rust-lang/crates.io-index"
 9774checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9775dependencies = [
 9776 "cc",
 9777 "libc",
 9778]
 9779
 9780[[package]]
 9781name = "libredox"
 9782version = "0.1.10"
 9783source = "registry+https://github.com/rust-lang/crates.io-index"
 9784checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9785dependencies = [
 9786 "bitflags 2.10.0",
 9787 "libc",
 9788 "redox_syscall 0.5.18",
 9789]
 9790
 9791[[package]]
 9792name = "libsqlite3-sys"
 9793version = "0.30.1"
 9794source = "registry+https://github.com/rust-lang/crates.io-index"
 9795checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9796dependencies = [
 9797 "cc",
 9798 "pkg-config",
 9799 "vcpkg",
 9800]
 9801
 9802[[package]]
 9803name = "libwebrtc"
 9804version = "0.3.26"
 9805source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9806dependencies = [
 9807 "cxx",
 9808 "glib",
 9809 "jni",
 9810 "js-sys",
 9811 "lazy_static",
 9812 "livekit-protocol",
 9813 "livekit-runtime",
 9814 "log",
 9815 "parking_lot",
 9816 "serde",
 9817 "serde_json",
 9818 "thiserror 1.0.69",
 9819 "tokio",
 9820 "wasm-bindgen",
 9821 "wasm-bindgen-futures",
 9822 "web-sys",
 9823 "webrtc-sys",
 9824]
 9825
 9826[[package]]
 9827name = "libz-sys"
 9828version = "1.1.22"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9831dependencies = [
 9832 "cc",
 9833 "libc",
 9834 "pkg-config",
 9835 "vcpkg",
 9836]
 9837
 9838[[package]]
 9839name = "line_ending_selector"
 9840version = "0.1.0"
 9841dependencies = [
 9842 "editor",
 9843 "gpui",
 9844 "language",
 9845 "picker",
 9846 "project",
 9847 "ui",
 9848 "util",
 9849 "workspace",
 9850]
 9851
 9852[[package]]
 9853name = "linebender_resource_handle"
 9854version = "0.1.1"
 9855source = "registry+https://github.com/rust-lang/crates.io-index"
 9856checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9857
 9858[[package]]
 9859name = "link-cplusplus"
 9860version = "1.0.12"
 9861source = "registry+https://github.com/rust-lang/crates.io-index"
 9862checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9863dependencies = [
 9864 "cc",
 9865]
 9866
 9867[[package]]
 9868name = "linkify"
 9869version = "0.10.0"
 9870source = "registry+https://github.com/rust-lang/crates.io-index"
 9871checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9872dependencies = [
 9873 "memchr",
 9874]
 9875
 9876[[package]]
 9877name = "linux-raw-sys"
 9878version = "0.4.15"
 9879source = "registry+https://github.com/rust-lang/crates.io-index"
 9880checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9881
 9882[[package]]
 9883name = "linux-raw-sys"
 9884version = "0.11.0"
 9885source = "registry+https://github.com/rust-lang/crates.io-index"
 9886checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9887
 9888[[package]]
 9889name = "litemap"
 9890version = "0.8.0"
 9891source = "registry+https://github.com/rust-lang/crates.io-index"
 9892checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9893
 9894[[package]]
 9895name = "litrs"
 9896version = "1.0.0"
 9897source = "registry+https://github.com/rust-lang/crates.io-index"
 9898checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9899
 9900[[package]]
 9901name = "livekit"
 9902version = "0.7.32"
 9903source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9904dependencies = [
 9905 "base64 0.22.1",
 9906 "bmrng",
 9907 "bytes 1.11.1",
 9908 "chrono",
 9909 "futures-util",
 9910 "lazy_static",
 9911 "libloading",
 9912 "libwebrtc",
 9913 "livekit-api",
 9914 "livekit-protocol",
 9915 "livekit-runtime",
 9916 "log",
 9917 "parking_lot",
 9918 "prost 0.12.6",
 9919 "semver",
 9920 "serde",
 9921 "serde_json",
 9922 "thiserror 1.0.69",
 9923 "tokio",
 9924]
 9925
 9926[[package]]
 9927name = "livekit-api"
 9928version = "0.4.14"
 9929source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9930dependencies = [
 9931 "base64 0.21.7",
 9932 "futures-util",
 9933 "http 1.3.1",
 9934 "livekit-protocol",
 9935 "livekit-runtime",
 9936 "log",
 9937 "parking_lot",
 9938 "pbjson-types",
 9939 "prost 0.12.6",
 9940 "rand 0.9.2",
 9941 "reqwest 0.12.24",
 9942 "rustls-native-certs 0.6.3",
 9943 "scopeguard",
 9944 "serde",
 9945 "sha2",
 9946 "thiserror 1.0.69",
 9947 "tokio",
 9948 "tokio-rustls 0.26.2",
 9949 "tokio-tungstenite 0.28.0",
 9950 "url",
 9951]
 9952
 9953[[package]]
 9954name = "livekit-protocol"
 9955version = "0.7.1"
 9956source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9957dependencies = [
 9958 "futures-util",
 9959 "livekit-runtime",
 9960 "parking_lot",
 9961 "pbjson",
 9962 "pbjson-types",
 9963 "prost 0.12.6",
 9964 "serde",
 9965 "thiserror 1.0.69",
 9966 "tokio",
 9967]
 9968
 9969[[package]]
 9970name = "livekit-runtime"
 9971version = "0.4.0"
 9972source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9973dependencies = [
 9974 "tokio",
 9975 "tokio-stream",
 9976]
 9977
 9978[[package]]
 9979name = "livekit_api"
 9980version = "0.1.0"
 9981dependencies = [
 9982 "anyhow",
 9983 "async-trait",
 9984 "jsonwebtoken",
 9985 "log",
 9986 "prost 0.9.0",
 9987 "prost-build 0.9.0",
 9988 "prost-types 0.9.0",
 9989 "serde",
 9990 "zed-reqwest",
 9991]
 9992
 9993[[package]]
 9994name = "livekit_client"
 9995version = "0.1.0"
 9996dependencies = [
 9997 "anyhow",
 9998 "async-trait",
 9999 "audio",
10000 "cocoa 0.26.0",
10001 "collections",
10002 "core-foundation 0.10.0",
10003 "core-video",
10004 "coreaudio-rs 0.12.1",
10005 "cpal",
10006 "futures 0.3.32",
10007 "gpui",
10008 "gpui_platform",
10009 "gpui_tokio",
10010 "http_client_tls",
10011 "image",
10012 "libwebrtc",
10013 "livekit",
10014 "livekit_api",
10015 "log",
10016 "nanoid",
10017 "objc",
10018 "parking_lot",
10019 "postage",
10020 "rodio",
10021 "serde",
10022 "serde_json",
10023 "serde_urlencoded",
10024 "settings",
10025 "simplelog",
10026 "smallvec",
10027 "tokio",
10028 "ui",
10029 "util",
10030 "webrtc-sys",
10031 "zed-scap",
10032]
10033
10034[[package]]
10035name = "lmdb-master-sys"
10036version = "0.2.5"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10039dependencies = [
10040 "cc",
10041 "doxygen-rs",
10042 "libc",
10043]
10044
10045[[package]]
10046name = "lmstudio"
10047version = "0.1.0"
10048dependencies = [
10049 "anyhow",
10050 "futures 0.3.32",
10051 "http_client",
10052 "schemars",
10053 "serde",
10054 "serde_json",
10055]
10056
10057[[package]]
10058name = "lock_api"
10059version = "0.4.14"
10060source = "registry+https://github.com/rust-lang/crates.io-index"
10061checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10062dependencies = [
10063 "scopeguard",
10064]
10065
10066[[package]]
10067name = "log"
10068version = "0.4.29"
10069source = "registry+https://github.com/rust-lang/crates.io-index"
10070checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10071dependencies = [
10072 "serde_core",
10073 "value-bag",
10074]
10075
10076[[package]]
10077name = "loom"
10078version = "0.7.2"
10079source = "registry+https://github.com/rust-lang/crates.io-index"
10080checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10081dependencies = [
10082 "cfg-if",
10083 "generator",
10084 "scoped-tls",
10085 "tracing",
10086 "tracing-subscriber",
10087]
10088
10089[[package]]
10090name = "loop9"
10091version = "0.1.5"
10092source = "registry+https://github.com/rust-lang/crates.io-index"
10093checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10094dependencies = [
10095 "imgref",
10096]
10097
10098[[package]]
10099name = "lru"
10100version = "0.12.5"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10103dependencies = [
10104 "hashbrown 0.15.5",
10105]
10106
10107[[package]]
10108name = "lru-slab"
10109version = "0.1.2"
10110source = "registry+https://github.com/rust-lang/crates.io-index"
10111checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10112
10113[[package]]
10114name = "lsp"
10115version = "0.1.0"
10116dependencies = [
10117 "anyhow",
10118 "async-pipe",
10119 "collections",
10120 "ctor",
10121 "futures 0.3.32",
10122 "gpui",
10123 "gpui_util",
10124 "log",
10125 "lsp-types",
10126 "parking_lot",
10127 "postage",
10128 "release_channel",
10129 "schemars",
10130 "semver",
10131 "serde",
10132 "serde_json",
10133 "smol",
10134 "util",
10135 "zlog",
10136]
10137
10138[[package]]
10139name = "lsp-types"
10140version = "0.95.1"
10141source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10142dependencies = [
10143 "bitflags 1.3.2",
10144 "serde",
10145 "serde_json",
10146 "url",
10147]
10148
10149[[package]]
10150name = "lyon"
10151version = "1.0.16"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10154dependencies = [
10155 "lyon_algorithms",
10156 "lyon_extra",
10157 "lyon_tessellation",
10158]
10159
10160[[package]]
10161name = "lyon_algorithms"
10162version = "1.0.16"
10163source = "registry+https://github.com/rust-lang/crates.io-index"
10164checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10165dependencies = [
10166 "lyon_path",
10167 "num-traits",
10168]
10169
10170[[package]]
10171name = "lyon_extra"
10172version = "1.0.3"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10175dependencies = [
10176 "lyon_path",
10177 "thiserror 1.0.69",
10178]
10179
10180[[package]]
10181name = "lyon_geom"
10182version = "1.0.17"
10183source = "registry+https://github.com/rust-lang/crates.io-index"
10184checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10185dependencies = [
10186 "arrayvec",
10187 "euclid",
10188 "num-traits",
10189]
10190
10191[[package]]
10192name = "lyon_path"
10193version = "1.0.16"
10194source = "registry+https://github.com/rust-lang/crates.io-index"
10195checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10196dependencies = [
10197 "lyon_geom",
10198 "num-traits",
10199]
10200
10201[[package]]
10202name = "lyon_tessellation"
10203version = "1.0.16"
10204source = "registry+https://github.com/rust-lang/crates.io-index"
10205checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10206dependencies = [
10207 "float_next_after",
10208 "lyon_path",
10209 "num-traits",
10210]
10211
10212[[package]]
10213name = "mac"
10214version = "0.1.1"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10217
10218[[package]]
10219name = "mach2"
10220version = "0.4.3"
10221source = "registry+https://github.com/rust-lang/crates.io-index"
10222checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10223dependencies = [
10224 "libc",
10225]
10226
10227[[package]]
10228name = "mach2"
10229version = "0.5.0"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10232dependencies = [
10233 "libc",
10234]
10235
10236[[package]]
10237name = "malloc_buf"
10238version = "0.0.6"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10241dependencies = [
10242 "libc",
10243]
10244
10245[[package]]
10246name = "maplit"
10247version = "1.0.2"
10248source = "registry+https://github.com/rust-lang/crates.io-index"
10249checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10250
10251[[package]]
10252name = "markdown"
10253version = "0.1.0"
10254dependencies = [
10255 "anyhow",
10256 "assets",
10257 "base64 0.22.1",
10258 "collections",
10259 "env_logger 0.11.8",
10260 "fs",
10261 "futures 0.3.32",
10262 "gpui",
10263 "gpui_platform",
10264 "html5ever 0.27.0",
10265 "language",
10266 "languages",
10267 "linkify",
10268 "log",
10269 "markup5ever_rcdom",
10270 "mermaid-rs-renderer",
10271 "node_runtime",
10272 "pulldown-cmark 0.13.0",
10273 "settings",
10274 "stacksafe",
10275 "sum_tree",
10276 "theme",
10277 "theme_settings",
10278 "ui",
10279 "util",
10280]
10281
10282[[package]]
10283name = "markdown_preview"
10284version = "0.1.0"
10285dependencies = [
10286 "anyhow",
10287 "editor",
10288 "gpui",
10289 "language",
10290 "log",
10291 "markdown",
10292 "project",
10293 "settings",
10294 "tempfile",
10295 "theme_settings",
10296 "ui",
10297 "urlencoding",
10298 "util",
10299 "workspace",
10300 "zed_actions",
10301]
10302
10303[[package]]
10304name = "markup5ever"
10305version = "0.12.1"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10308dependencies = [
10309 "log",
10310 "phf 0.11.3",
10311 "phf_codegen",
10312 "string_cache",
10313 "string_cache_codegen",
10314 "tendril",
10315]
10316
10317[[package]]
10318name = "markup5ever"
10319version = "0.35.0"
10320source = "registry+https://github.com/rust-lang/crates.io-index"
10321checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10322dependencies = [
10323 "log",
10324 "tendril",
10325 "web_atoms",
10326]
10327
10328[[package]]
10329name = "markup5ever_rcdom"
10330version = "0.3.0"
10331source = "registry+https://github.com/rust-lang/crates.io-index"
10332checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10333dependencies = [
10334 "html5ever 0.27.0",
10335 "markup5ever 0.12.1",
10336 "tendril",
10337 "xml5ever",
10338]
10339
10340[[package]]
10341name = "match_token"
10342version = "0.35.0"
10343source = "registry+https://github.com/rust-lang/crates.io-index"
10344checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10345dependencies = [
10346 "proc-macro2",
10347 "quote",
10348 "syn 2.0.117",
10349]
10350
10351[[package]]
10352name = "matchers"
10353version = "0.2.0"
10354source = "registry+https://github.com/rust-lang/crates.io-index"
10355checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10356dependencies = [
10357 "regex-automata",
10358]
10359
10360[[package]]
10361name = "matchit"
10362version = "0.7.3"
10363source = "registry+https://github.com/rust-lang/crates.io-index"
10364checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10365
10366[[package]]
10367name = "maybe-owned"
10368version = "0.3.4"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10371
10372[[package]]
10373name = "maybe-rayon"
10374version = "0.1.1"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10377dependencies = [
10378 "cfg-if",
10379 "rayon",
10380]
10381
10382[[package]]
10383name = "md-5"
10384version = "0.10.6"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10387dependencies = [
10388 "cfg-if",
10389 "digest",
10390]
10391
10392[[package]]
10393name = "mdbook"
10394version = "0.4.40"
10395source = "registry+https://github.com/rust-lang/crates.io-index"
10396checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10397dependencies = [
10398 "ammonia",
10399 "anyhow",
10400 "chrono",
10401 "clap",
10402 "clap_complete",
10403 "elasticlunr-rs",
10404 "env_logger 0.11.8",
10405 "futures-util",
10406 "handlebars 5.1.2",
10407 "ignore",
10408 "log",
10409 "memchr",
10410 "notify 6.1.1",
10411 "notify-debouncer-mini",
10412 "once_cell",
10413 "opener",
10414 "pathdiff",
10415 "pulldown-cmark 0.10.3",
10416 "regex",
10417 "serde",
10418 "serde_json",
10419 "shlex",
10420 "tempfile",
10421 "tokio",
10422 "toml 0.5.11",
10423 "topological-sort",
10424 "walkdir",
10425 "warp",
10426]
10427
10428[[package]]
10429name = "media"
10430version = "0.1.0"
10431dependencies = [
10432 "anyhow",
10433 "bindgen 0.71.1",
10434 "core-foundation 0.10.0",
10435 "core-video",
10436 "ctor",
10437 "foreign-types 0.5.0",
10438 "metal",
10439 "objc",
10440]
10441
10442[[package]]
10443name = "memchr"
10444version = "2.7.6"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10447
10448[[package]]
10449name = "memfd"
10450version = "0.6.5"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10453dependencies = [
10454 "rustix 1.1.2",
10455]
10456
10457[[package]]
10458name = "memmap2"
10459version = "0.9.8"
10460source = "registry+https://github.com/rust-lang/crates.io-index"
10461checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10462dependencies = [
10463 "libc",
10464 "stable_deref_trait",
10465]
10466
10467[[package]]
10468name = "memoffset"
10469version = "0.9.1"
10470source = "registry+https://github.com/rust-lang/crates.io-index"
10471checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10472dependencies = [
10473 "autocfg",
10474]
10475
10476[[package]]
10477name = "menu"
10478version = "0.1.0"
10479dependencies = [
10480 "gpui",
10481]
10482
10483[[package]]
10484name = "merge"
10485version = "0.1.0"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10488dependencies = [
10489 "merge_derive",
10490 "num-traits",
10491]
10492
10493[[package]]
10494name = "merge_derive"
10495version = "0.1.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10498dependencies = [
10499 "proc-macro-error",
10500 "proc-macro2",
10501 "quote",
10502 "syn 1.0.109",
10503]
10504
10505[[package]]
10506name = "mermaid-rs-renderer"
10507version = "0.2.0"
10508source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10509dependencies = [
10510 "anyhow",
10511 "fontdb 0.16.2",
10512 "json5",
10513 "once_cell",
10514 "regex",
10515 "serde",
10516 "serde_json",
10517 "thiserror 2.0.17",
10518 "ttf-parser 0.20.0",
10519]
10520
10521[[package]]
10522name = "metal"
10523version = "0.33.0"
10524source = "registry+https://github.com/rust-lang/crates.io-index"
10525checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10526dependencies = [
10527 "bitflags 2.10.0",
10528 "block",
10529 "core-graphics-types 0.2.0",
10530 "foreign-types 0.5.0",
10531 "log",
10532 "objc",
10533 "paste",
10534]
10535
10536[[package]]
10537name = "migrator"
10538version = "0.1.0"
10539dependencies = [
10540 "anyhow",
10541 "collections",
10542 "convert_case 0.8.0",
10543 "log",
10544 "pretty_assertions",
10545 "serde_json",
10546 "serde_json_lenient",
10547 "settings_content",
10548 "settings_json",
10549 "streaming-iterator",
10550 "tree-sitter",
10551 "tree-sitter-json",
10552 "unindent",
10553]
10554
10555[[package]]
10556name = "mimalloc"
10557version = "0.1.48"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10560dependencies = [
10561 "libmimalloc-sys",
10562]
10563
10564[[package]]
10565name = "mime"
10566version = "0.3.17"
10567source = "registry+https://github.com/rust-lang/crates.io-index"
10568checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10569
10570[[package]]
10571name = "mime_guess"
10572version = "2.0.5"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10575dependencies = [
10576 "mime",
10577 "unicase",
10578]
10579
10580[[package]]
10581name = "minidump-common"
10582version = "0.26.1"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10585dependencies = [
10586 "bitflags 2.10.0",
10587 "debugid",
10588 "num-derive",
10589 "num-traits",
10590 "range-map",
10591 "scroll",
10592 "smart-default",
10593]
10594
10595[[package]]
10596name = "minidump-writer"
10597version = "0.11.0"
10598source = "registry+https://github.com/rust-lang/crates.io-index"
10599checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10600dependencies = [
10601 "bitflags 2.10.0",
10602 "byteorder",
10603 "cfg-if",
10604 "crash-context",
10605 "error-graph",
10606 "failspot",
10607 "goblin",
10608 "libc",
10609 "log",
10610 "mach2 0.4.3",
10611 "memmap2",
10612 "memoffset",
10613 "minidump-common",
10614 "nix 0.29.0",
10615 "procfs-core",
10616 "scroll",
10617 "serde",
10618 "serde_json",
10619 "tempfile",
10620 "thiserror 2.0.17",
10621]
10622
10623[[package]]
10624name = "minidumper"
10625version = "0.9.0"
10626source = "registry+https://github.com/rust-lang/crates.io-index"
10627checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10628dependencies = [
10629 "cfg-if",
10630 "crash-context",
10631 "libc",
10632 "log",
10633 "minidump-writer",
10634 "parking_lot",
10635 "polling",
10636 "scroll",
10637 "thiserror 2.0.17",
10638 "uds",
10639]
10640
10641[[package]]
10642name = "minimal-lexical"
10643version = "0.2.1"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10646
10647[[package]]
10648name = "miniprofiler_ui"
10649version = "0.1.0"
10650dependencies = [
10651 "gpui",
10652 "rpc",
10653 "serde_json",
10654 "smol",
10655 "theme_settings",
10656 "util",
10657 "workspace",
10658 "zed_actions",
10659]
10660
10661[[package]]
10662name = "miniz_oxide"
10663version = "0.8.9"
10664source = "registry+https://github.com/rust-lang/crates.io-index"
10665checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10666dependencies = [
10667 "adler2",
10668 "simd-adler32",
10669]
10670
10671[[package]]
10672name = "mio"
10673version = "0.8.11"
10674source = "registry+https://github.com/rust-lang/crates.io-index"
10675checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10676dependencies = [
10677 "libc",
10678 "log",
10679 "wasi",
10680 "windows-sys 0.48.0",
10681]
10682
10683[[package]]
10684name = "mio"
10685version = "1.1.0"
10686source = "registry+https://github.com/rust-lang/crates.io-index"
10687checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10688dependencies = [
10689 "libc",
10690 "log",
10691 "wasi",
10692 "windows-sys 0.61.2",
10693]
10694
10695[[package]]
10696name = "miow"
10697version = "0.6.1"
10698source = "registry+https://github.com/rust-lang/crates.io-index"
10699checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10700dependencies = [
10701 "windows-sys 0.61.2",
10702]
10703
10704[[package]]
10705name = "mistral"
10706version = "0.1.0"
10707dependencies = [
10708 "anyhow",
10709 "futures 0.3.32",
10710 "http_client",
10711 "schemars",
10712 "serde",
10713 "serde_json",
10714 "strum 0.27.2",
10715]
10716
10717[[package]]
10718name = "moka"
10719version = "0.12.11"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10722dependencies = [
10723 "crossbeam-channel",
10724 "crossbeam-epoch",
10725 "crossbeam-utils",
10726 "equivalent",
10727 "parking_lot",
10728 "portable-atomic",
10729 "rustc_version",
10730 "smallvec",
10731 "tagptr",
10732 "uuid",
10733]
10734
10735[[package]]
10736name = "moxcms"
10737version = "0.7.7"
10738source = "registry+https://github.com/rust-lang/crates.io-index"
10739checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10740dependencies = [
10741 "num-traits",
10742 "pxfm",
10743]
10744
10745[[package]]
10746name = "msvc_spectre_libs"
10747version = "0.1.3"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10750dependencies = [
10751 "cc",
10752]
10753
10754[[package]]
10755name = "multi_buffer"
10756version = "0.1.0"
10757dependencies = [
10758 "anyhow",
10759 "buffer_diff",
10760 "clock",
10761 "collections",
10762 "ctor",
10763 "gpui",
10764 "indoc",
10765 "itertools 0.14.0",
10766 "language",
10767 "log",
10768 "parking_lot",
10769 "pretty_assertions",
10770 "rand 0.9.2",
10771 "rope",
10772 "serde",
10773 "settings",
10774 "smallvec",
10775 "smol",
10776 "sum_tree",
10777 "text",
10778 "theme",
10779 "tracing",
10780 "tree-sitter",
10781 "unicode-segmentation",
10782 "util",
10783 "zlog",
10784 "ztracing",
10785]
10786
10787[[package]]
10788name = "multimap"
10789version = "0.8.3"
10790source = "registry+https://github.com/rust-lang/crates.io-index"
10791checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10792
10793[[package]]
10794name = "naga"
10795version = "29.0.0"
10796source = "registry+https://github.com/rust-lang/crates.io-index"
10797checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10798dependencies = [
10799 "arrayvec",
10800 "bit-set 0.9.1",
10801 "bitflags 2.10.0",
10802 "cfg-if",
10803 "cfg_aliases 0.2.1",
10804 "codespan-reporting",
10805 "half",
10806 "hashbrown 0.16.1",
10807 "hexf-parse",
10808 "indexmap",
10809 "libm",
10810 "log",
10811 "num-traits",
10812 "once_cell",
10813 "rustc-hash 1.1.0",
10814 "thiserror 2.0.17",
10815 "unicode-ident",
10816]
10817
10818[[package]]
10819name = "naga"
10820version = "29.0.0"
10821source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10822dependencies = [
10823 "arrayvec",
10824 "bit-set 0.9.1",
10825 "bitflags 2.10.0",
10826 "cfg-if",
10827 "cfg_aliases 0.2.1",
10828 "codespan-reporting",
10829 "half",
10830 "hashbrown 0.16.1",
10831 "hexf-parse",
10832 "indexmap",
10833 "libm",
10834 "log",
10835 "num-traits",
10836 "once_cell",
10837 "rustc-hash 1.1.0",
10838 "spirv",
10839 "thiserror 2.0.17",
10840 "unicode-ident",
10841]
10842
10843[[package]]
10844name = "nanoid"
10845version = "0.4.0"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10848dependencies = [
10849 "rand 0.8.5",
10850]
10851
10852[[package]]
10853name = "nanorand"
10854version = "0.7.0"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10857dependencies = [
10858 "getrandom 0.2.16",
10859]
10860
10861[[package]]
10862name = "native-tls"
10863version = "0.2.14"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10866dependencies = [
10867 "libc",
10868 "log",
10869 "openssl",
10870 "openssl-probe",
10871 "openssl-sys",
10872 "schannel",
10873 "security-framework 2.11.1",
10874 "security-framework-sys",
10875 "tempfile",
10876]
10877
10878[[package]]
10879name = "nbformat"
10880version = "1.2.0"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10883dependencies = [
10884 "anyhow",
10885 "chrono",
10886 "jupyter-protocol",
10887 "serde",
10888 "serde_json",
10889 "thiserror 1.0.69",
10890 "uuid",
10891]
10892
10893[[package]]
10894name = "nc"
10895version = "0.1.0"
10896dependencies = [
10897 "anyhow",
10898 "futures 0.3.32",
10899 "net",
10900 "smol",
10901]
10902
10903[[package]]
10904name = "ndk"
10905version = "0.9.0"
10906source = "registry+https://github.com/rust-lang/crates.io-index"
10907checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10908dependencies = [
10909 "bitflags 2.10.0",
10910 "jni-sys",
10911 "log",
10912 "ndk-sys",
10913 "num_enum",
10914 "thiserror 1.0.69",
10915]
10916
10917[[package]]
10918name = "ndk-context"
10919version = "0.1.1"
10920source = "registry+https://github.com/rust-lang/crates.io-index"
10921checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10922
10923[[package]]
10924name = "ndk-sys"
10925version = "0.6.0+11769913"
10926source = "registry+https://github.com/rust-lang/crates.io-index"
10927checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10928dependencies = [
10929 "jni-sys",
10930]
10931
10932[[package]]
10933name = "net"
10934version = "0.1.0"
10935dependencies = [
10936 "anyhow",
10937 "async-io",
10938 "smol",
10939 "tempfile",
10940 "windows 0.61.3",
10941]
10942
10943[[package]]
10944name = "new_debug_unreachable"
10945version = "1.0.6"
10946source = "registry+https://github.com/rust-lang/crates.io-index"
10947checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10948
10949[[package]]
10950name = "nix"
10951version = "0.28.0"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10954dependencies = [
10955 "bitflags 2.10.0",
10956 "cfg-if",
10957 "cfg_aliases 0.1.1",
10958 "libc",
10959]
10960
10961[[package]]
10962name = "nix"
10963version = "0.29.0"
10964source = "registry+https://github.com/rust-lang/crates.io-index"
10965checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10966dependencies = [
10967 "bitflags 2.10.0",
10968 "cfg-if",
10969 "cfg_aliases 0.2.1",
10970 "libc",
10971]
10972
10973[[package]]
10974name = "nix"
10975version = "0.30.1"
10976source = "registry+https://github.com/rust-lang/crates.io-index"
10977checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10978dependencies = [
10979 "bitflags 2.10.0",
10980 "cfg-if",
10981 "cfg_aliases 0.2.1",
10982 "libc",
10983]
10984
10985[[package]]
10986name = "node_runtime"
10987version = "0.1.0"
10988dependencies = [
10989 "anyhow",
10990 "async-compression",
10991 "async-std",
10992 "async-tar",
10993 "async-trait",
10994 "futures 0.3.32",
10995 "http_client",
10996 "log",
10997 "paths",
10998 "semver",
10999 "serde",
11000 "serde_json",
11001 "smol",
11002 "util",
11003 "watch",
11004 "which 6.0.3",
11005]
11006
11007[[package]]
11008name = "nom"
11009version = "7.1.3"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11012dependencies = [
11013 "memchr",
11014 "minimal-lexical",
11015]
11016
11017[[package]]
11018name = "nom"
11019version = "8.0.0"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11022dependencies = [
11023 "memchr",
11024]
11025
11026[[package]]
11027name = "noop_proc_macro"
11028version = "0.3.0"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11031
11032[[package]]
11033name = "normpath"
11034version = "1.5.0"
11035source = "registry+https://github.com/rust-lang/crates.io-index"
11036checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11037dependencies = [
11038 "windows-sys 0.61.2",
11039]
11040
11041[[package]]
11042name = "notifications"
11043version = "0.1.0"
11044dependencies = [
11045 "anyhow",
11046 "channel",
11047 "client",
11048 "component",
11049 "db",
11050 "gpui",
11051 "rpc",
11052 "sum_tree",
11053 "time",
11054 "ui",
11055 "util",
11056 "workspace",
11057 "zed_actions",
11058]
11059
11060[[package]]
11061name = "notify"
11062version = "6.1.1"
11063source = "registry+https://github.com/rust-lang/crates.io-index"
11064checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11065dependencies = [
11066 "bitflags 2.10.0",
11067 "crossbeam-channel",
11068 "filetime",
11069 "fsevent-sys",
11070 "inotify 0.9.6",
11071 "kqueue",
11072 "libc",
11073 "log",
11074 "mio 0.8.11",
11075 "walkdir",
11076 "windows-sys 0.48.0",
11077]
11078
11079[[package]]
11080name = "notify"
11081version = "8.2.0"
11082source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11083dependencies = [
11084 "bitflags 2.10.0",
11085 "fsevent-sys",
11086 "inotify 0.11.0",
11087 "kqueue",
11088 "libc",
11089 "log",
11090 "mio 1.1.0",
11091 "notify-types",
11092 "walkdir",
11093 "windows-sys 0.60.2",
11094]
11095
11096[[package]]
11097name = "notify-debouncer-mini"
11098version = "0.4.1"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11101dependencies = [
11102 "crossbeam-channel",
11103 "log",
11104 "notify 6.1.1",
11105]
11106
11107[[package]]
11108name = "notify-types"
11109version = "2.0.0"
11110source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11111
11112[[package]]
11113name = "ntapi"
11114version = "0.4.1"
11115source = "registry+https://github.com/rust-lang/crates.io-index"
11116checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11117dependencies = [
11118 "winapi",
11119]
11120
11121[[package]]
11122name = "nu-ansi-term"
11123version = "0.50.3"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11126dependencies = [
11127 "windows-sys 0.61.2",
11128]
11129
11130[[package]]
11131name = "nucleo"
11132version = "0.5.0"
11133source = "registry+https://github.com/rust-lang/crates.io-index"
11134checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11135dependencies = [
11136 "nucleo-matcher",
11137 "parking_lot",
11138 "rayon",
11139]
11140
11141[[package]]
11142name = "nucleo-matcher"
11143version = "0.3.1"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11146dependencies = [
11147 "memchr",
11148 "unicode-segmentation",
11149]
11150
11151[[package]]
11152name = "num"
11153version = "0.4.3"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11156dependencies = [
11157 "num-bigint",
11158 "num-complex",
11159 "num-integer",
11160 "num-iter",
11161 "num-rational",
11162 "num-traits",
11163]
11164
11165[[package]]
11166name = "num-bigint"
11167version = "0.4.6"
11168source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11170dependencies = [
11171 "num-integer",
11172 "num-traits",
11173]
11174
11175[[package]]
11176name = "num-bigint-dig"
11177version = "0.8.6"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11180dependencies = [
11181 "lazy_static",
11182 "libm",
11183 "num-integer",
11184 "num-iter",
11185 "num-traits",
11186 "rand 0.8.5",
11187 "smallvec",
11188 "zeroize",
11189]
11190
11191[[package]]
11192name = "num-bigint-dig"
11193version = "0.9.1"
11194source = "registry+https://github.com/rust-lang/crates.io-index"
11195checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11196dependencies = [
11197 "libm",
11198 "num-integer",
11199 "num-iter",
11200 "num-traits",
11201 "once_cell",
11202 "rand 0.9.2",
11203 "serde",
11204 "smallvec",
11205 "zeroize",
11206]
11207
11208[[package]]
11209name = "num-cmp"
11210version = "0.1.0"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11213
11214[[package]]
11215name = "num-complex"
11216version = "0.4.6"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11219dependencies = [
11220 "bytemuck",
11221 "num-traits",
11222]
11223
11224[[package]]
11225name = "num-conv"
11226version = "0.2.0"
11227source = "registry+https://github.com/rust-lang/crates.io-index"
11228checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11229
11230[[package]]
11231name = "num-derive"
11232version = "0.4.2"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11235dependencies = [
11236 "proc-macro2",
11237 "quote",
11238 "syn 2.0.117",
11239]
11240
11241[[package]]
11242name = "num-format"
11243version = "0.4.4"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11246dependencies = [
11247 "arrayvec",
11248 "itoa",
11249]
11250
11251[[package]]
11252name = "num-integer"
11253version = "0.1.46"
11254source = "registry+https://github.com/rust-lang/crates.io-index"
11255checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11256dependencies = [
11257 "num-traits",
11258]
11259
11260[[package]]
11261name = "num-iter"
11262version = "0.1.45"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11265dependencies = [
11266 "autocfg",
11267 "num-integer",
11268 "num-traits",
11269]
11270
11271[[package]]
11272name = "num-rational"
11273version = "0.4.2"
11274source = "registry+https://github.com/rust-lang/crates.io-index"
11275checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11276dependencies = [
11277 "num-bigint",
11278 "num-integer",
11279 "num-traits",
11280]
11281
11282[[package]]
11283name = "num-traits"
11284version = "0.2.19"
11285source = "registry+https://github.com/rust-lang/crates.io-index"
11286checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11287dependencies = [
11288 "autocfg",
11289 "libm",
11290]
11291
11292[[package]]
11293name = "num_cpus"
11294version = "1.17.0"
11295source = "registry+https://github.com/rust-lang/crates.io-index"
11296checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11297dependencies = [
11298 "hermit-abi",
11299 "libc",
11300]
11301
11302[[package]]
11303name = "num_enum"
11304version = "0.7.4"
11305source = "registry+https://github.com/rust-lang/crates.io-index"
11306checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11307dependencies = [
11308 "num_enum_derive",
11309 "rustversion",
11310]
11311
11312[[package]]
11313name = "num_enum_derive"
11314version = "0.7.4"
11315source = "registry+https://github.com/rust-lang/crates.io-index"
11316checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11317dependencies = [
11318 "proc-macro-crate",
11319 "proc-macro2",
11320 "quote",
11321 "syn 2.0.117",
11322]
11323
11324[[package]]
11325name = "num_threads"
11326version = "0.1.7"
11327source = "registry+https://github.com/rust-lang/crates.io-index"
11328checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11329dependencies = [
11330 "libc",
11331]
11332
11333[[package]]
11334name = "nvim-rs"
11335version = "0.9.2"
11336source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11337dependencies = [
11338 "async-trait",
11339 "futures 0.3.32",
11340 "log",
11341 "rmp",
11342 "rmpv",
11343 "tokio",
11344 "tokio-util",
11345]
11346
11347[[package]]
11348name = "objc"
11349version = "0.2.7"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11352dependencies = [
11353 "malloc_buf",
11354 "objc_exception",
11355]
11356
11357[[package]]
11358name = "objc-foundation"
11359version = "0.1.1"
11360source = "registry+https://github.com/rust-lang/crates.io-index"
11361checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11362dependencies = [
11363 "block",
11364 "objc",
11365 "objc_id",
11366]
11367
11368[[package]]
11369name = "objc2"
11370version = "0.6.3"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11373dependencies = [
11374 "objc2-encode",
11375]
11376
11377[[package]]
11378name = "objc2-app-kit"
11379version = "0.3.1"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11382dependencies = [
11383 "objc2",
11384 "objc2-foundation",
11385]
11386
11387[[package]]
11388name = "objc2-audio-toolbox"
11389version = "0.3.2"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11392dependencies = [
11393 "bitflags 2.10.0",
11394 "libc",
11395 "objc2",
11396 "objc2-core-audio",
11397 "objc2-core-audio-types",
11398 "objc2-core-foundation",
11399 "objc2-foundation",
11400]
11401
11402[[package]]
11403name = "objc2-avf-audio"
11404version = "0.3.2"
11405source = "registry+https://github.com/rust-lang/crates.io-index"
11406checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11407dependencies = [
11408 "objc2",
11409 "objc2-foundation",
11410]
11411
11412[[package]]
11413name = "objc2-core-audio"
11414version = "0.3.2"
11415source = "registry+https://github.com/rust-lang/crates.io-index"
11416checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11417dependencies = [
11418 "dispatch2",
11419 "objc2",
11420 "objc2-core-audio-types",
11421 "objc2-core-foundation",
11422 "objc2-foundation",
11423]
11424
11425[[package]]
11426name = "objc2-core-audio-types"
11427version = "0.3.2"
11428source = "registry+https://github.com/rust-lang/crates.io-index"
11429checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11430dependencies = [
11431 "bitflags 2.10.0",
11432 "objc2",
11433]
11434
11435[[package]]
11436name = "objc2-core-foundation"
11437version = "0.3.2"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11440dependencies = [
11441 "bitflags 2.10.0",
11442 "block2",
11443 "dispatch2",
11444 "libc",
11445 "objc2",
11446]
11447
11448[[package]]
11449name = "objc2-encode"
11450version = "4.1.0"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11453
11454[[package]]
11455name = "objc2-foundation"
11456version = "0.3.2"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11459dependencies = [
11460 "bitflags 2.10.0",
11461 "block2",
11462 "libc",
11463 "objc2",
11464 "objc2-core-foundation",
11465]
11466
11467[[package]]
11468name = "objc2-io-kit"
11469version = "0.3.2"
11470source = "registry+https://github.com/rust-lang/crates.io-index"
11471checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11472dependencies = [
11473 "libc",
11474 "objc2-core-foundation",
11475]
11476
11477[[package]]
11478name = "objc2-metal"
11479version = "0.3.2"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11482dependencies = [
11483 "bitflags 2.10.0",
11484 "block2",
11485 "dispatch2",
11486 "objc2",
11487 "objc2-core-foundation",
11488 "objc2-foundation",
11489]
11490
11491[[package]]
11492name = "objc2-quartz-core"
11493version = "0.3.2"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11496dependencies = [
11497 "bitflags 2.10.0",
11498 "objc2",
11499 "objc2-core-foundation",
11500 "objc2-foundation",
11501 "objc2-metal",
11502]
11503
11504[[package]]
11505name = "objc_exception"
11506version = "0.1.2"
11507source = "registry+https://github.com/rust-lang/crates.io-index"
11508checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11509dependencies = [
11510 "cc",
11511]
11512
11513[[package]]
11514name = "objc_id"
11515version = "0.1.1"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11518dependencies = [
11519 "objc",
11520]
11521
11522[[package]]
11523name = "object"
11524version = "0.37.3"
11525source = "registry+https://github.com/rust-lang/crates.io-index"
11526checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11527dependencies = [
11528 "crc32fast",
11529 "hashbrown 0.15.5",
11530 "indexmap",
11531 "memchr",
11532]
11533
11534[[package]]
11535name = "octocrab"
11536version = "0.49.7"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11539dependencies = [
11540 "arc-swap",
11541 "async-trait",
11542 "base64 0.22.1",
11543 "bytes 1.11.1",
11544 "cargo_metadata 0.23.1",
11545 "cfg-if",
11546 "chrono",
11547 "either",
11548 "futures 0.3.32",
11549 "futures-core",
11550 "futures-util",
11551 "getrandom 0.2.16",
11552 "http 1.3.1",
11553 "http-body 1.0.1",
11554 "http-body-util",
11555 "hyper 1.7.0",
11556 "hyper-rustls 0.27.7",
11557 "hyper-timeout",
11558 "hyper-util",
11559 "jsonwebtoken",
11560 "once_cell",
11561 "percent-encoding",
11562 "pin-project",
11563 "secrecy",
11564 "serde",
11565 "serde_json",
11566 "serde_path_to_error",
11567 "serde_urlencoded",
11568 "snafu",
11569 "tokio",
11570 "tower 0.5.2",
11571 "tower-http 0.6.6",
11572 "url",
11573 "web-time",
11574]
11575
11576[[package]]
11577name = "ollama"
11578version = "0.1.0"
11579dependencies = [
11580 "anyhow",
11581 "futures 0.3.32",
11582 "http_client",
11583 "schemars",
11584 "serde",
11585 "serde_json",
11586 "settings",
11587]
11588
11589[[package]]
11590name = "onboarding"
11591version = "0.1.0"
11592dependencies = [
11593 "anyhow",
11594 "client",
11595 "cloud_api_types",
11596 "collections",
11597 "component",
11598 "db",
11599 "documented",
11600 "fs",
11601 "fuzzy",
11602 "gpui",
11603 "menu",
11604 "notifications",
11605 "picker",
11606 "project",
11607 "schemars",
11608 "serde",
11609 "settings",
11610 "telemetry",
11611 "theme",
11612 "theme_settings",
11613 "ui",
11614 "util",
11615 "vim_mode_setting",
11616 "workspace",
11617 "zed_actions",
11618 "zlog",
11619]
11620
11621[[package]]
11622name = "once_cell"
11623version = "1.21.3"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11626
11627[[package]]
11628name = "once_cell_polyfill"
11629version = "1.70.1"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11632
11633[[package]]
11634name = "oo7"
11635version = "0.6.0"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11638dependencies = [
11639 "aes",
11640 "ashpd",
11641 "async-fs",
11642 "async-io",
11643 "async-lock 3.4.2",
11644 "blocking",
11645 "cbc",
11646 "cipher",
11647 "digest",
11648 "endi",
11649 "futures-lite 2.6.1",
11650 "futures-util",
11651 "getrandom 0.4.1",
11652 "hkdf",
11653 "hmac",
11654 "md-5",
11655 "num",
11656 "num-bigint-dig 0.9.1",
11657 "pbkdf2 0.12.2",
11658 "serde",
11659 "serde_bytes",
11660 "sha2",
11661 "subtle",
11662 "zbus",
11663 "zbus_macros",
11664 "zeroize",
11665 "zvariant",
11666]
11667
11668[[package]]
11669name = "oorandom"
11670version = "11.1.5"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11673
11674[[package]]
11675name = "open"
11676version = "5.3.2"
11677source = "registry+https://github.com/rust-lang/crates.io-index"
11678checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11679dependencies = [
11680 "is-wsl",
11681 "libc",
11682 "pathdiff",
11683]
11684
11685[[package]]
11686name = "open_ai"
11687version = "0.1.0"
11688dependencies = [
11689 "anyhow",
11690 "collections",
11691 "futures 0.3.32",
11692 "http_client",
11693 "language_model_core",
11694 "log",
11695 "pretty_assertions",
11696 "rand 0.9.2",
11697 "schemars",
11698 "serde",
11699 "serde_json",
11700 "strum 0.27.2",
11701 "thiserror 2.0.17",
11702 "tiktoken-rs",
11703]
11704
11705[[package]]
11706name = "open_path_prompt"
11707version = "0.1.0"
11708dependencies = [
11709 "editor",
11710 "file_icons",
11711 "futures 0.3.32",
11712 "fuzzy",
11713 "gpui",
11714 "picker",
11715 "project",
11716 "schemars",
11717 "serde",
11718 "serde_json",
11719 "settings",
11720 "theme",
11721 "theme_settings",
11722 "ui",
11723 "util",
11724 "workspace",
11725]
11726
11727[[package]]
11728name = "open_router"
11729version = "0.1.0"
11730dependencies = [
11731 "anyhow",
11732 "futures 0.3.32",
11733 "http_client",
11734 "language_model_core",
11735 "schemars",
11736 "serde",
11737 "serde_json",
11738 "settings",
11739 "strum 0.27.2",
11740 "thiserror 2.0.17",
11741]
11742
11743[[package]]
11744name = "opencode"
11745version = "0.1.0"
11746dependencies = [
11747 "anyhow",
11748 "futures 0.3.32",
11749 "google_ai",
11750 "http_client",
11751 "schemars",
11752 "serde",
11753 "serde_json",
11754 "strum 0.27.2",
11755]
11756
11757[[package]]
11758name = "opener"
11759version = "0.7.2"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11762dependencies = [
11763 "bstr",
11764 "dbus",
11765 "normpath",
11766 "windows-sys 0.59.0",
11767]
11768
11769[[package]]
11770name = "openssl"
11771version = "0.10.74"
11772source = "registry+https://github.com/rust-lang/crates.io-index"
11773checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11774dependencies = [
11775 "bitflags 2.10.0",
11776 "cfg-if",
11777 "foreign-types 0.3.2",
11778 "libc",
11779 "once_cell",
11780 "openssl-macros",
11781 "openssl-sys",
11782]
11783
11784[[package]]
11785name = "openssl-macros"
11786version = "0.1.1"
11787source = "registry+https://github.com/rust-lang/crates.io-index"
11788checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11789dependencies = [
11790 "proc-macro2",
11791 "quote",
11792 "syn 2.0.117",
11793]
11794
11795[[package]]
11796name = "openssl-probe"
11797version = "0.1.6"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11800
11801[[package]]
11802name = "openssl-sys"
11803version = "0.9.110"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11806dependencies = [
11807 "cc",
11808 "libc",
11809 "pkg-config",
11810 "vcpkg",
11811]
11812
11813[[package]]
11814name = "optfield"
11815version = "0.4.0"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11818dependencies = [
11819 "proc-macro2",
11820 "quote",
11821 "syn 2.0.117",
11822]
11823
11824[[package]]
11825name = "option-ext"
11826version = "0.2.0"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11829
11830[[package]]
11831name = "ordered-float"
11832version = "2.10.1"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11835dependencies = [
11836 "num-traits",
11837]
11838
11839[[package]]
11840name = "ordered-float"
11841version = "4.6.0"
11842source = "registry+https://github.com/rust-lang/crates.io-index"
11843checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11844dependencies = [
11845 "num-traits",
11846]
11847
11848[[package]]
11849name = "ordered-stream"
11850version = "0.2.0"
11851source = "registry+https://github.com/rust-lang/crates.io-index"
11852checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11853dependencies = [
11854 "futures-core",
11855 "pin-project-lite",
11856]
11857
11858[[package]]
11859name = "ouroboros"
11860version = "0.18.5"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11863dependencies = [
11864 "aliasable",
11865 "ouroboros_macro",
11866 "static_assertions",
11867]
11868
11869[[package]]
11870name = "ouroboros_macro"
11871version = "0.18.5"
11872source = "registry+https://github.com/rust-lang/crates.io-index"
11873checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11874dependencies = [
11875 "heck 0.4.1",
11876 "proc-macro2",
11877 "proc-macro2-diagnostics",
11878 "quote",
11879 "syn 2.0.117",
11880]
11881
11882[[package]]
11883name = "outline"
11884version = "0.1.0"
11885dependencies = [
11886 "editor",
11887 "fuzzy",
11888 "gpui",
11889 "indoc",
11890 "language",
11891 "lsp",
11892 "menu",
11893 "ordered-float 2.10.1",
11894 "picker",
11895 "project",
11896 "rope",
11897 "serde_json",
11898 "settings",
11899 "smol",
11900 "theme",
11901 "theme_settings",
11902 "ui",
11903 "util",
11904 "workspace",
11905 "zed_actions",
11906]
11907
11908[[package]]
11909name = "outline_panel"
11910version = "0.1.0"
11911dependencies = [
11912 "anyhow",
11913 "collections",
11914 "db",
11915 "editor",
11916 "file_icons",
11917 "fuzzy",
11918 "gpui",
11919 "itertools 0.14.0",
11920 "language",
11921 "log",
11922 "lsp",
11923 "menu",
11924 "outline",
11925 "pretty_assertions",
11926 "project",
11927 "search",
11928 "serde",
11929 "serde_json",
11930 "settings",
11931 "smallvec",
11932 "smol",
11933 "theme",
11934 "theme_settings",
11935 "ui",
11936 "util",
11937 "workspace",
11938 "worktree",
11939 "zed_actions",
11940]
11941
11942[[package]]
11943name = "outref"
11944version = "0.5.2"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11947
11948[[package]]
11949name = "p256"
11950version = "0.11.1"
11951source = "registry+https://github.com/rust-lang/crates.io-index"
11952checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11953dependencies = [
11954 "ecdsa",
11955 "elliptic-curve",
11956 "sha2",
11957]
11958
11959[[package]]
11960name = "page_size"
11961version = "0.6.0"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11964dependencies = [
11965 "libc",
11966 "winapi",
11967]
11968
11969[[package]]
11970name = "palette"
11971version = "0.7.6"
11972source = "registry+https://github.com/rust-lang/crates.io-index"
11973checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11974dependencies = [
11975 "approx",
11976 "fast-srgb8",
11977 "palette_derive",
11978]
11979
11980[[package]]
11981name = "palette_derive"
11982version = "0.7.6"
11983source = "registry+https://github.com/rust-lang/crates.io-index"
11984checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11985dependencies = [
11986 "by_address",
11987 "proc-macro2",
11988 "quote",
11989 "syn 2.0.117",
11990]
11991
11992[[package]]
11993name = "panel"
11994version = "0.1.0"
11995dependencies = [
11996 "gpui",
11997 "ui",
11998 "workspace",
11999]
12000
12001[[package]]
12002name = "parking"
12003version = "2.2.1"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12006
12007[[package]]
12008name = "parking_lot"
12009version = "0.12.5"
12010source = "registry+https://github.com/rust-lang/crates.io-index"
12011checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12012dependencies = [
12013 "lock_api",
12014 "parking_lot_core",
12015]
12016
12017[[package]]
12018name = "parking_lot_core"
12019version = "0.9.12"
12020source = "registry+https://github.com/rust-lang/crates.io-index"
12021checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12022dependencies = [
12023 "cfg-if",
12024 "libc",
12025 "redox_syscall 0.5.18",
12026 "smallvec",
12027 "windows-link 0.2.1",
12028]
12029
12030[[package]]
12031name = "parse_int"
12032version = "0.9.0"
12033source = "registry+https://github.com/rust-lang/crates.io-index"
12034checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12035dependencies = [
12036 "num-traits",
12037]
12038
12039[[package]]
12040name = "partial-json-fixer"
12041version = "0.5.3"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12044
12045[[package]]
12046name = "password-hash"
12047version = "0.4.2"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12050dependencies = [
12051 "base64ct",
12052 "rand_core 0.6.4",
12053 "subtle",
12054]
12055
12056[[package]]
12057name = "paste"
12058version = "1.0.15"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12061
12062[[package]]
12063name = "pathdiff"
12064version = "0.2.3"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12067
12068[[package]]
12069name = "pathfinder_geometry"
12070version = "0.5.1"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12073dependencies = [
12074 "log",
12075 "pathfinder_simd",
12076]
12077
12078[[package]]
12079name = "pathfinder_simd"
12080version = "0.5.5"
12081source = "registry+https://github.com/rust-lang/crates.io-index"
12082checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12083dependencies = [
12084 "rustc_version",
12085]
12086
12087[[package]]
12088name = "paths"
12089version = "0.1.0"
12090dependencies = [
12091 "dirs 4.0.0",
12092 "ignore",
12093 "util",
12094]
12095
12096[[package]]
12097name = "pbjson"
12098version = "0.6.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12101dependencies = [
12102 "base64 0.21.7",
12103 "serde",
12104]
12105
12106[[package]]
12107name = "pbjson-build"
12108version = "0.6.2"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12111dependencies = [
12112 "heck 0.4.1",
12113 "itertools 0.11.0",
12114 "prost 0.12.6",
12115 "prost-types 0.12.6",
12116]
12117
12118[[package]]
12119name = "pbjson-types"
12120version = "0.6.0"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12123dependencies = [
12124 "bytes 1.11.1",
12125 "chrono",
12126 "pbjson",
12127 "pbjson-build",
12128 "prost 0.12.6",
12129 "prost-build 0.12.6",
12130 "serde",
12131]
12132
12133[[package]]
12134name = "pbkdf2"
12135version = "0.11.0"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12138dependencies = [
12139 "digest",
12140 "hmac",
12141 "password-hash",
12142 "sha2",
12143]
12144
12145[[package]]
12146name = "pbkdf2"
12147version = "0.12.2"
12148source = "registry+https://github.com/rust-lang/crates.io-index"
12149checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12150dependencies = [
12151 "digest",
12152 "hmac",
12153]
12154
12155[[package]]
12156name = "pciid-parser"
12157version = "0.8.0"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12160
12161[[package]]
12162name = "peg"
12163version = "0.8.5"
12164source = "registry+https://github.com/rust-lang/crates.io-index"
12165checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12166dependencies = [
12167 "peg-macros",
12168 "peg-runtime",
12169]
12170
12171[[package]]
12172name = "peg-macros"
12173version = "0.8.5"
12174source = "registry+https://github.com/rust-lang/crates.io-index"
12175checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12176dependencies = [
12177 "peg-runtime",
12178 "proc-macro2",
12179 "quote",
12180]
12181
12182[[package]]
12183name = "peg-runtime"
12184version = "0.8.5"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12187
12188[[package]]
12189name = "pem"
12190version = "3.0.6"
12191source = "registry+https://github.com/rust-lang/crates.io-index"
12192checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12193dependencies = [
12194 "base64 0.22.1",
12195 "serde_core",
12196]
12197
12198[[package]]
12199name = "pem-rfc7468"
12200version = "0.7.0"
12201source = "registry+https://github.com/rust-lang/crates.io-index"
12202checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12203dependencies = [
12204 "base64ct",
12205]
12206
12207[[package]]
12208name = "percent-encoding"
12209version = "2.3.2"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12212
12213[[package]]
12214name = "perf"
12215version = "0.1.0"
12216dependencies = [
12217 "collections",
12218 "serde",
12219 "serde_json",
12220]
12221
12222[[package]]
12223name = "pest"
12224version = "2.8.3"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12227dependencies = [
12228 "memchr",
12229 "ucd-trie",
12230]
12231
12232[[package]]
12233name = "pest_derive"
12234version = "2.8.3"
12235source = "registry+https://github.com/rust-lang/crates.io-index"
12236checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12237dependencies = [
12238 "pest",
12239 "pest_generator",
12240]
12241
12242[[package]]
12243name = "pest_generator"
12244version = "2.8.3"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12247dependencies = [
12248 "pest",
12249 "pest_meta",
12250 "proc-macro2",
12251 "quote",
12252 "syn 2.0.117",
12253]
12254
12255[[package]]
12256name = "pest_meta"
12257version = "2.8.3"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12260dependencies = [
12261 "pest",
12262 "sha2",
12263]
12264
12265[[package]]
12266name = "pet"
12267version = "0.1.0"
12268source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12269dependencies = [
12270 "clap",
12271 "env_logger 0.10.2",
12272 "lazy_static",
12273 "log",
12274 "msvc_spectre_libs",
12275 "pet-conda",
12276 "pet-core",
12277 "pet-env-var-path",
12278 "pet-fs",
12279 "pet-global-virtualenvs",
12280 "pet-homebrew",
12281 "pet-jsonrpc",
12282 "pet-linux-global-python",
12283 "pet-mac-commandlinetools",
12284 "pet-mac-python-org",
12285 "pet-mac-xcode",
12286 "pet-pipenv",
12287 "pet-pixi",
12288 "pet-poetry",
12289 "pet-pyenv",
12290 "pet-python-utils",
12291 "pet-reporter",
12292 "pet-telemetry",
12293 "pet-uv",
12294 "pet-venv",
12295 "pet-virtualenv",
12296 "pet-virtualenvwrapper",
12297 "pet-windows-registry",
12298 "pet-windows-store",
12299 "pet-winpython",
12300 "serde",
12301 "serde_json",
12302 "tracing",
12303 "tracing-subscriber",
12304 "winresource",
12305]
12306
12307[[package]]
12308name = "pet-conda"
12309version = "0.1.0"
12310source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12311dependencies = [
12312 "env_logger 0.10.2",
12313 "lazy_static",
12314 "log",
12315 "msvc_spectre_libs",
12316 "pet-core",
12317 "pet-fs",
12318 "pet-python-utils",
12319 "pet-reporter",
12320 "rayon",
12321 "regex",
12322 "serde",
12323 "serde_json",
12324 "yaml-rust2",
12325]
12326
12327[[package]]
12328name = "pet-core"
12329version = "0.1.0"
12330source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12331dependencies = [
12332 "clap",
12333 "lazy_static",
12334 "log",
12335 "msvc_spectre_libs",
12336 "pet-fs",
12337 "regex",
12338 "serde",
12339 "serde_json",
12340]
12341
12342[[package]]
12343name = "pet-env-var-path"
12344version = "0.1.0"
12345source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12346dependencies = [
12347 "lazy_static",
12348 "log",
12349 "msvc_spectre_libs",
12350 "pet-conda",
12351 "pet-core",
12352 "pet-fs",
12353 "pet-python-utils",
12354 "pet-virtualenv",
12355 "regex",
12356]
12357
12358[[package]]
12359name = "pet-fs"
12360version = "0.1.0"
12361source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12362dependencies = [
12363 "glob",
12364 "log",
12365 "msvc_spectre_libs",
12366 "windows-sys 0.59.0",
12367]
12368
12369[[package]]
12370name = "pet-global-virtualenvs"
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-conda",
12377 "pet-core",
12378 "pet-fs",
12379 "pet-virtualenv",
12380]
12381
12382[[package]]
12383name = "pet-homebrew"
12384version = "0.1.0"
12385source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12386dependencies = [
12387 "lazy_static",
12388 "log",
12389 "msvc_spectre_libs",
12390 "pet-conda",
12391 "pet-core",
12392 "pet-fs",
12393 "pet-python-utils",
12394 "pet-virtualenv",
12395 "rayon",
12396 "regex",
12397 "serde",
12398 "serde_json",
12399]
12400
12401[[package]]
12402name = "pet-jsonrpc"
12403version = "0.1.0"
12404source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12405dependencies = [
12406 "env_logger 0.10.2",
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-core",
12410 "serde",
12411 "serde_json",
12412]
12413
12414[[package]]
12415name = "pet-linux-global-python"
12416version = "0.1.0"
12417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12418dependencies = [
12419 "log",
12420 "msvc_spectre_libs",
12421 "pet-core",
12422 "pet-fs",
12423 "pet-python-utils",
12424 "pet-virtualenv",
12425]
12426
12427[[package]]
12428name = "pet-mac-commandlinetools"
12429version = "0.1.0"
12430source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12431dependencies = [
12432 "log",
12433 "msvc_spectre_libs",
12434 "pet-core",
12435 "pet-fs",
12436 "pet-python-utils",
12437 "pet-virtualenv",
12438]
12439
12440[[package]]
12441name = "pet-mac-python-org"
12442version = "0.1.0"
12443source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12444dependencies = [
12445 "log",
12446 "msvc_spectre_libs",
12447 "pet-core",
12448 "pet-fs",
12449 "pet-python-utils",
12450 "pet-virtualenv",
12451]
12452
12453[[package]]
12454name = "pet-mac-xcode"
12455version = "0.1.0"
12456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12457dependencies = [
12458 "log",
12459 "msvc_spectre_libs",
12460 "pet-core",
12461 "pet-fs",
12462 "pet-python-utils",
12463 "pet-virtualenv",
12464]
12465
12466[[package]]
12467name = "pet-pipenv"
12468version = "0.1.0"
12469source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12470dependencies = [
12471 "lazy_static",
12472 "log",
12473 "msvc_spectre_libs",
12474 "pet-core",
12475 "pet-fs",
12476 "pet-python-utils",
12477 "pet-virtualenv",
12478 "regex",
12479]
12480
12481[[package]]
12482name = "pet-pixi"
12483version = "0.1.0"
12484source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12485dependencies = [
12486 "log",
12487 "msvc_spectre_libs",
12488 "pet-conda",
12489 "pet-core",
12490 "pet-python-utils",
12491]
12492
12493[[package]]
12494name = "pet-poetry"
12495version = "0.1.0"
12496source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12497dependencies = [
12498 "base64 0.22.1",
12499 "lazy_static",
12500 "log",
12501 "msvc_spectre_libs",
12502 "pet-core",
12503 "pet-fs",
12504 "pet-python-utils",
12505 "pet-reporter",
12506 "pet-virtualenv",
12507 "regex",
12508 "serde",
12509 "serde_json",
12510 "sha2",
12511 "toml 0.8.23",
12512]
12513
12514[[package]]
12515name = "pet-pyenv"
12516version = "0.1.0"
12517source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12518dependencies = [
12519 "lazy_static",
12520 "log",
12521 "msvc_spectre_libs",
12522 "pet-conda",
12523 "pet-core",
12524 "pet-fs",
12525 "pet-python-utils",
12526 "pet-reporter",
12527 "regex",
12528 "serde",
12529 "serde_json",
12530]
12531
12532[[package]]
12533name = "pet-python-utils"
12534version = "0.1.0"
12535source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12536dependencies = [
12537 "env_logger 0.10.2",
12538 "lazy_static",
12539 "log",
12540 "msvc_spectre_libs",
12541 "pet-core",
12542 "pet-fs",
12543 "regex",
12544 "serde",
12545 "serde_json",
12546 "sha2",
12547]
12548
12549[[package]]
12550name = "pet-reporter"
12551version = "0.1.0"
12552source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12553dependencies = [
12554 "env_logger 0.10.2",
12555 "log",
12556 "msvc_spectre_libs",
12557 "pet-core",
12558 "pet-jsonrpc",
12559 "serde",
12560 "serde_json",
12561]
12562
12563[[package]]
12564name = "pet-telemetry"
12565version = "0.1.0"
12566source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12567dependencies = [
12568 "env_logger 0.10.2",
12569 "lazy_static",
12570 "log",
12571 "msvc_spectre_libs",
12572 "pet-core",
12573 "pet-fs",
12574 "pet-python-utils",
12575 "regex",
12576]
12577
12578[[package]]
12579name = "pet-uv"
12580version = "0.1.0"
12581source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12582dependencies = [
12583 "log",
12584 "pet-core",
12585 "pet-python-utils",
12586 "serde",
12587 "toml 0.9.8",
12588]
12589
12590[[package]]
12591name = "pet-venv"
12592version = "0.1.0"
12593source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12594dependencies = [
12595 "log",
12596 "msvc_spectre_libs",
12597 "pet-core",
12598 "pet-python-utils",
12599 "pet-virtualenv",
12600]
12601
12602[[package]]
12603name = "pet-virtualenv"
12604version = "0.1.0"
12605source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12606dependencies = [
12607 "log",
12608 "msvc_spectre_libs",
12609 "pet-core",
12610 "pet-fs",
12611 "pet-python-utils",
12612]
12613
12614[[package]]
12615name = "pet-virtualenvwrapper"
12616version = "0.1.0"
12617source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12618dependencies = [
12619 "log",
12620 "msvc_spectre_libs",
12621 "pet-core",
12622 "pet-fs",
12623 "pet-python-utils",
12624 "pet-virtualenv",
12625]
12626
12627[[package]]
12628name = "pet-windows-registry"
12629version = "0.1.0"
12630source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12631dependencies = [
12632 "lazy_static",
12633 "log",
12634 "msvc_spectre_libs",
12635 "pet-conda",
12636 "pet-core",
12637 "pet-fs",
12638 "pet-python-utils",
12639 "pet-virtualenv",
12640 "pet-windows-store",
12641 "regex",
12642 "winreg 0.55.0",
12643]
12644
12645[[package]]
12646name = "pet-windows-store"
12647version = "0.1.0"
12648source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12649dependencies = [
12650 "lazy_static",
12651 "log",
12652 "msvc_spectre_libs",
12653 "pet-core",
12654 "pet-fs",
12655 "pet-python-utils",
12656 "pet-virtualenv",
12657 "regex",
12658 "winreg 0.55.0",
12659]
12660
12661[[package]]
12662name = "pet-winpython"
12663version = "0.1.0"
12664source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12665dependencies = [
12666 "lazy_static",
12667 "log",
12668 "pet-core",
12669 "pet-fs",
12670 "pet-python-utils",
12671 "pet-virtualenv",
12672 "regex",
12673]
12674
12675[[package]]
12676name = "petgraph"
12677version = "0.6.5"
12678source = "registry+https://github.com/rust-lang/crates.io-index"
12679checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12680dependencies = [
12681 "fixedbitset 0.4.2",
12682 "indexmap",
12683]
12684
12685[[package]]
12686name = "pgvector"
12687version = "0.4.1"
12688source = "registry+https://github.com/rust-lang/crates.io-index"
12689checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12690dependencies = [
12691 "serde",
12692]
12693
12694[[package]]
12695name = "phf"
12696version = "0.11.3"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12699dependencies = [
12700 "phf_macros 0.11.3",
12701 "phf_shared 0.11.3",
12702]
12703
12704[[package]]
12705name = "phf"
12706version = "0.12.1"
12707source = "registry+https://github.com/rust-lang/crates.io-index"
12708checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12709dependencies = [
12710 "phf_macros 0.12.1",
12711 "phf_shared 0.12.1",
12712]
12713
12714[[package]]
12715name = "phf_codegen"
12716version = "0.11.3"
12717source = "registry+https://github.com/rust-lang/crates.io-index"
12718checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12719dependencies = [
12720 "phf_generator 0.11.3",
12721 "phf_shared 0.11.3",
12722]
12723
12724[[package]]
12725name = "phf_generator"
12726version = "0.11.3"
12727source = "registry+https://github.com/rust-lang/crates.io-index"
12728checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12729dependencies = [
12730 "phf_shared 0.11.3",
12731 "rand 0.8.5",
12732]
12733
12734[[package]]
12735name = "phf_generator"
12736version = "0.12.1"
12737source = "registry+https://github.com/rust-lang/crates.io-index"
12738checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12739dependencies = [
12740 "fastrand 2.3.0",
12741 "phf_shared 0.12.1",
12742]
12743
12744[[package]]
12745name = "phf_macros"
12746version = "0.11.3"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12749dependencies = [
12750 "phf_generator 0.11.3",
12751 "phf_shared 0.11.3",
12752 "proc-macro2",
12753 "quote",
12754 "syn 2.0.117",
12755]
12756
12757[[package]]
12758name = "phf_macros"
12759version = "0.12.1"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12762dependencies = [
12763 "phf_generator 0.12.1",
12764 "phf_shared 0.12.1",
12765 "proc-macro2",
12766 "quote",
12767 "syn 2.0.117",
12768]
12769
12770[[package]]
12771name = "phf_shared"
12772version = "0.11.3"
12773source = "registry+https://github.com/rust-lang/crates.io-index"
12774checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12775dependencies = [
12776 "siphasher 1.0.1",
12777]
12778
12779[[package]]
12780name = "phf_shared"
12781version = "0.12.1"
12782source = "registry+https://github.com/rust-lang/crates.io-index"
12783checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12784dependencies = [
12785 "siphasher 1.0.1",
12786]
12787
12788[[package]]
12789name = "picker"
12790version = "0.1.0"
12791dependencies = [
12792 "anyhow",
12793 "editor",
12794 "gpui",
12795 "menu",
12796 "schemars",
12797 "serde",
12798 "settings",
12799 "theme",
12800 "theme_settings",
12801 "ui",
12802 "ui_input",
12803 "workspace",
12804 "zed_actions",
12805]
12806
12807[[package]]
12808name = "pico-args"
12809version = "0.5.0"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12812
12813[[package]]
12814name = "pin-project"
12815version = "1.1.10"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12818dependencies = [
12819 "pin-project-internal",
12820]
12821
12822[[package]]
12823name = "pin-project-internal"
12824version = "1.1.10"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12827dependencies = [
12828 "proc-macro2",
12829 "quote",
12830 "syn 2.0.117",
12831]
12832
12833[[package]]
12834name = "pin-project-lite"
12835version = "0.2.16"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12838
12839[[package]]
12840name = "pin-utils"
12841version = "0.1.0"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12844
12845[[package]]
12846name = "piper"
12847version = "0.2.4"
12848source = "registry+https://github.com/rust-lang/crates.io-index"
12849checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12850dependencies = [
12851 "atomic-waker",
12852 "fastrand 2.3.0",
12853 "futures-io",
12854]
12855
12856[[package]]
12857name = "pkcs1"
12858version = "0.7.5"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12861dependencies = [
12862 "der 0.7.10",
12863 "pkcs8 0.10.2",
12864 "spki 0.7.3",
12865]
12866
12867[[package]]
12868name = "pkcs8"
12869version = "0.9.0"
12870source = "registry+https://github.com/rust-lang/crates.io-index"
12871checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12872dependencies = [
12873 "der 0.6.1",
12874 "spki 0.6.0",
12875]
12876
12877[[package]]
12878name = "pkcs8"
12879version = "0.10.2"
12880source = "registry+https://github.com/rust-lang/crates.io-index"
12881checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12882dependencies = [
12883 "der 0.7.10",
12884 "spki 0.7.3",
12885]
12886
12887[[package]]
12888name = "pkg-config"
12889version = "0.3.32"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12892
12893[[package]]
12894name = "plain"
12895version = "0.2.3"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12898
12899[[package]]
12900name = "platform_title_bar"
12901version = "0.1.0"
12902dependencies = [
12903 "gpui",
12904 "project",
12905 "settings",
12906 "smallvec",
12907 "theme",
12908 "theme_settings",
12909 "ui",
12910 "windows 0.61.3",
12911 "workspace",
12912 "zed_actions",
12913]
12914
12915[[package]]
12916name = "plist"
12917version = "1.8.0"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12920dependencies = [
12921 "base64 0.22.1",
12922 "indexmap",
12923 "quick-xml 0.38.3",
12924 "serde",
12925 "time",
12926]
12927
12928[[package]]
12929name = "plotters"
12930version = "0.3.7"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12933dependencies = [
12934 "num-traits",
12935 "plotters-backend",
12936 "plotters-svg",
12937 "wasm-bindgen",
12938 "web-sys",
12939]
12940
12941[[package]]
12942name = "plotters-backend"
12943version = "0.3.7"
12944source = "registry+https://github.com/rust-lang/crates.io-index"
12945checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12946
12947[[package]]
12948name = "plotters-svg"
12949version = "0.3.7"
12950source = "registry+https://github.com/rust-lang/crates.io-index"
12951checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12952dependencies = [
12953 "plotters-backend",
12954]
12955
12956[[package]]
12957name = "png"
12958version = "0.17.16"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12961dependencies = [
12962 "bitflags 1.3.2",
12963 "crc32fast",
12964 "fdeflate",
12965 "flate2",
12966 "miniz_oxide",
12967]
12968
12969[[package]]
12970name = "png"
12971version = "0.18.0"
12972source = "registry+https://github.com/rust-lang/crates.io-index"
12973checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12974dependencies = [
12975 "bitflags 2.10.0",
12976 "crc32fast",
12977 "fdeflate",
12978 "flate2",
12979 "miniz_oxide",
12980]
12981
12982[[package]]
12983name = "polling"
12984version = "3.11.0"
12985source = "registry+https://github.com/rust-lang/crates.io-index"
12986checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12987dependencies = [
12988 "cfg-if",
12989 "concurrent-queue",
12990 "hermit-abi",
12991 "pin-project-lite",
12992 "rustix 1.1.2",
12993 "windows-sys 0.61.2",
12994]
12995
12996[[package]]
12997name = "pollster"
12998version = "0.2.5"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13001
13002[[package]]
13003name = "pollster"
13004version = "0.4.0"
13005source = "registry+https://github.com/rust-lang/crates.io-index"
13006checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13007
13008[[package]]
13009name = "pori"
13010version = "0.0.0"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13013dependencies = [
13014 "nom 7.1.3",
13015]
13016
13017[[package]]
13018name = "portable-atomic"
13019version = "1.11.1"
13020source = "registry+https://github.com/rust-lang/crates.io-index"
13021checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13022
13023[[package]]
13024name = "portable-atomic-util"
13025version = "0.2.4"
13026source = "registry+https://github.com/rust-lang/crates.io-index"
13027checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13028dependencies = [
13029 "portable-atomic",
13030]
13031
13032[[package]]
13033name = "portable-pty"
13034version = "0.9.0"
13035source = "registry+https://github.com/rust-lang/crates.io-index"
13036checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13037dependencies = [
13038 "anyhow",
13039 "bitflags 1.3.2",
13040 "downcast-rs",
13041 "filedescriptor",
13042 "lazy_static",
13043 "libc",
13044 "log",
13045 "nix 0.28.0",
13046 "serial2",
13047 "shared_library",
13048 "shell-words",
13049 "winapi",
13050 "winreg 0.10.1",
13051]
13052
13053[[package]]
13054name = "postage"
13055version = "0.5.0"
13056source = "registry+https://github.com/rust-lang/crates.io-index"
13057checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13058dependencies = [
13059 "atomic",
13060 "crossbeam-queue",
13061 "futures 0.3.32",
13062 "log",
13063 "parking_lot",
13064 "pin-project",
13065 "pollster 0.2.5",
13066 "static_assertions",
13067 "thiserror 1.0.69",
13068]
13069
13070[[package]]
13071name = "postcard"
13072version = "1.1.3"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13075dependencies = [
13076 "cobs",
13077 "embedded-io 0.4.0",
13078 "embedded-io 0.6.1",
13079 "serde",
13080]
13081
13082[[package]]
13083name = "potential_utf"
13084version = "0.1.3"
13085source = "registry+https://github.com/rust-lang/crates.io-index"
13086checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13087dependencies = [
13088 "zerovec",
13089]
13090
13091[[package]]
13092name = "powerfmt"
13093version = "0.2.0"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13096
13097[[package]]
13098name = "ppv-lite86"
13099version = "0.2.21"
13100source = "registry+https://github.com/rust-lang/crates.io-index"
13101checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13102dependencies = [
13103 "zerocopy",
13104]
13105
13106[[package]]
13107name = "precomputed-hash"
13108version = "0.1.1"
13109source = "registry+https://github.com/rust-lang/crates.io-index"
13110checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13111
13112[[package]]
13113name = "presser"
13114version = "0.3.1"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13117
13118[[package]]
13119name = "prettier"
13120version = "0.1.0"
13121dependencies = [
13122 "anyhow",
13123 "collections",
13124 "fs",
13125 "gpui",
13126 "language",
13127 "log",
13128 "lsp",
13129 "node_runtime",
13130 "parking_lot",
13131 "paths",
13132 "serde",
13133 "serde_json",
13134 "util",
13135]
13136
13137[[package]]
13138name = "pretty_assertions"
13139version = "1.4.1"
13140source = "registry+https://github.com/rust-lang/crates.io-index"
13141checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13142dependencies = [
13143 "diff",
13144 "yansi",
13145]
13146
13147[[package]]
13148name = "prettyplease"
13149version = "0.2.37"
13150source = "registry+https://github.com/rust-lang/crates.io-index"
13151checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13152dependencies = [
13153 "proc-macro2",
13154 "syn 2.0.117",
13155]
13156
13157[[package]]
13158name = "primal-check"
13159version = "0.3.4"
13160source = "registry+https://github.com/rust-lang/crates.io-index"
13161checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13162dependencies = [
13163 "num-integer",
13164]
13165
13166[[package]]
13167name = "proc-macro-crate"
13168version = "3.4.0"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13171dependencies = [
13172 "toml_edit 0.23.7",
13173]
13174
13175[[package]]
13176name = "proc-macro-error"
13177version = "1.0.4"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13180dependencies = [
13181 "proc-macro-error-attr",
13182 "proc-macro2",
13183 "quote",
13184 "syn 1.0.109",
13185 "version_check",
13186]
13187
13188[[package]]
13189name = "proc-macro-error-attr"
13190version = "1.0.4"
13191source = "registry+https://github.com/rust-lang/crates.io-index"
13192checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13193dependencies = [
13194 "proc-macro2",
13195 "quote",
13196 "version_check",
13197]
13198
13199[[package]]
13200name = "proc-macro-error-attr2"
13201version = "2.0.0"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13204dependencies = [
13205 "proc-macro2",
13206 "quote",
13207]
13208
13209[[package]]
13210name = "proc-macro-error2"
13211version = "2.0.1"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13214dependencies = [
13215 "proc-macro-error-attr2",
13216 "proc-macro2",
13217 "quote",
13218 "syn 2.0.117",
13219]
13220
13221[[package]]
13222name = "proc-macro2"
13223version = "1.0.101"
13224source = "registry+https://github.com/rust-lang/crates.io-index"
13225checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13226dependencies = [
13227 "unicode-ident",
13228]
13229
13230[[package]]
13231name = "proc-macro2-diagnostics"
13232version = "0.10.1"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13235dependencies = [
13236 "proc-macro2",
13237 "quote",
13238 "syn 2.0.117",
13239 "version_check",
13240 "yansi",
13241]
13242
13243[[package]]
13244name = "procfs-core"
13245version = "0.17.0"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13248dependencies = [
13249 "bitflags 2.10.0",
13250 "hex",
13251 "serde",
13252]
13253
13254[[package]]
13255name = "profiling"
13256version = "1.0.17"
13257source = "registry+https://github.com/rust-lang/crates.io-index"
13258checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13259dependencies = [
13260 "profiling-procmacros",
13261]
13262
13263[[package]]
13264name = "profiling-procmacros"
13265version = "1.0.17"
13266source = "registry+https://github.com/rust-lang/crates.io-index"
13267checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13268dependencies = [
13269 "quote",
13270 "syn 2.0.117",
13271]
13272
13273[[package]]
13274name = "project"
13275version = "0.1.0"
13276dependencies = [
13277 "aho-corasick",
13278 "anyhow",
13279 "askpass",
13280 "async-trait",
13281 "base64 0.22.1",
13282 "buffer_diff",
13283 "circular-buffer",
13284 "client",
13285 "clock",
13286 "collections",
13287 "context_server",
13288 "credentials_provider",
13289 "dap",
13290 "encoding_rs",
13291 "extension",
13292 "fancy-regex 0.17.0",
13293 "fs",
13294 "futures 0.3.32",
13295 "fuzzy",
13296 "fuzzy_nucleo",
13297 "git",
13298 "git2",
13299 "git_hosting_providers",
13300 "globset",
13301 "gpui",
13302 "http_client",
13303 "image",
13304 "indexmap",
13305 "itertools 0.14.0",
13306 "language",
13307 "log",
13308 "lsp",
13309 "markdown",
13310 "node_runtime",
13311 "parking_lot",
13312 "paths",
13313 "percent-encoding",
13314 "postage",
13315 "prettier",
13316 "pretty_assertions",
13317 "project",
13318 "rand 0.9.2",
13319 "regex",
13320 "release_channel",
13321 "remote",
13322 "rpc",
13323 "schemars",
13324 "semver",
13325 "serde",
13326 "serde_json",
13327 "settings",
13328 "sha2",
13329 "shellexpand 2.1.2",
13330 "smallvec",
13331 "smol",
13332 "snippet",
13333 "snippet_provider",
13334 "sum_tree",
13335 "task",
13336 "tempfile",
13337 "terminal",
13338 "text",
13339 "toml 0.8.23",
13340 "tracing",
13341 "unindent",
13342 "url",
13343 "util",
13344 "watch",
13345 "wax",
13346 "which 6.0.3",
13347 "worktree",
13348 "zed_credentials_provider",
13349 "zeroize",
13350 "zlog",
13351 "ztracing",
13352]
13353
13354[[package]]
13355name = "project_benchmarks"
13356version = "0.1.0"
13357dependencies = [
13358 "anyhow",
13359 "askpass",
13360 "clap",
13361 "client",
13362 "futures 0.3.32",
13363 "gpui",
13364 "gpui_platform",
13365 "http_client",
13366 "language",
13367 "node_runtime",
13368 "project",
13369 "release_channel",
13370 "remote",
13371 "rpassword",
13372 "semver",
13373 "settings",
13374 "watch",
13375]
13376
13377[[package]]
13378name = "project_panel"
13379version = "0.1.0"
13380dependencies = [
13381 "anyhow",
13382 "client",
13383 "collections",
13384 "command_palette_hooks",
13385 "criterion",
13386 "editor",
13387 "feature_flags",
13388 "file_icons",
13389 "git",
13390 "git_ui",
13391 "gpui",
13392 "itertools 0.14.0",
13393 "language",
13394 "menu",
13395 "notifications",
13396 "pretty_assertions",
13397 "project",
13398 "rayon",
13399 "remote_connection",
13400 "schemars",
13401 "search",
13402 "serde",
13403 "serde_json",
13404 "settings",
13405 "smallvec",
13406 "telemetry",
13407 "tempfile",
13408 "theme",
13409 "theme_settings",
13410 "ui",
13411 "util",
13412 "workspace",
13413 "worktree",
13414 "zed_actions",
13415]
13416
13417[[package]]
13418name = "project_symbols"
13419version = "0.1.0"
13420dependencies = [
13421 "anyhow",
13422 "editor",
13423 "futures 0.3.32",
13424 "fuzzy",
13425 "gpui",
13426 "language",
13427 "lsp",
13428 "ordered-float 2.10.1",
13429 "picker",
13430 "project",
13431 "release_channel",
13432 "semver",
13433 "serde_json",
13434 "settings",
13435 "theme",
13436 "theme_settings",
13437 "util",
13438 "workspace",
13439]
13440
13441[[package]]
13442name = "prometheus"
13443version = "0.14.0"
13444source = "registry+https://github.com/rust-lang/crates.io-index"
13445checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13446dependencies = [
13447 "cfg-if",
13448 "fnv",
13449 "lazy_static",
13450 "memchr",
13451 "parking_lot",
13452 "protobuf",
13453 "thiserror 2.0.17",
13454]
13455
13456[[package]]
13457name = "prompt_store"
13458version = "0.1.0"
13459dependencies = [
13460 "anyhow",
13461 "assets",
13462 "chrono",
13463 "collections",
13464 "fs",
13465 "futures 0.3.32",
13466 "fuzzy",
13467 "gpui",
13468 "handlebars 4.5.0",
13469 "heed",
13470 "language",
13471 "log",
13472 "parking_lot",
13473 "paths",
13474 "rope",
13475 "serde",
13476 "strum 0.27.2",
13477 "tempfile",
13478 "text",
13479 "util",
13480 "uuid",
13481]
13482
13483[[package]]
13484name = "proptest"
13485version = "1.10.0"
13486source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13487dependencies = [
13488 "bit-set 0.8.0",
13489 "bit-vec 0.8.0",
13490 "bitflags 2.10.0",
13491 "num-traits",
13492 "proptest-macro",
13493 "rand 0.9.2",
13494 "rand_chacha 0.9.0",
13495 "rand_xorshift",
13496 "regex-syntax",
13497 "rusty-fork",
13498 "tempfile",
13499 "unarray",
13500]
13501
13502[[package]]
13503name = "proptest-derive"
13504version = "0.8.0"
13505source = "registry+https://github.com/rust-lang/crates.io-index"
13506checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13507dependencies = [
13508 "proc-macro2",
13509 "quote",
13510 "syn 2.0.117",
13511]
13512
13513[[package]]
13514name = "proptest-macro"
13515version = "0.5.0"
13516source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13517dependencies = [
13518 "convert_case 0.11.0",
13519 "proc-macro2",
13520 "quote",
13521 "syn 2.0.117",
13522]
13523
13524[[package]]
13525name = "prost"
13526version = "0.9.0"
13527source = "registry+https://github.com/rust-lang/crates.io-index"
13528checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13529dependencies = [
13530 "bytes 1.11.1",
13531 "prost-derive 0.9.0",
13532]
13533
13534[[package]]
13535name = "prost"
13536version = "0.12.6"
13537source = "registry+https://github.com/rust-lang/crates.io-index"
13538checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13539dependencies = [
13540 "bytes 1.11.1",
13541 "prost-derive 0.12.6",
13542]
13543
13544[[package]]
13545name = "prost-build"
13546version = "0.9.0"
13547source = "registry+https://github.com/rust-lang/crates.io-index"
13548checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13549dependencies = [
13550 "bytes 1.11.1",
13551 "heck 0.3.3",
13552 "itertools 0.10.5",
13553 "lazy_static",
13554 "log",
13555 "multimap",
13556 "petgraph",
13557 "prost 0.9.0",
13558 "prost-types 0.9.0",
13559 "regex",
13560 "tempfile",
13561 "which 4.4.2",
13562]
13563
13564[[package]]
13565name = "prost-build"
13566version = "0.12.6"
13567source = "registry+https://github.com/rust-lang/crates.io-index"
13568checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13569dependencies = [
13570 "bytes 1.11.1",
13571 "heck 0.5.0",
13572 "itertools 0.12.1",
13573 "log",
13574 "multimap",
13575 "once_cell",
13576 "petgraph",
13577 "prettyplease",
13578 "prost 0.12.6",
13579 "prost-types 0.12.6",
13580 "regex",
13581 "syn 2.0.117",
13582 "tempfile",
13583]
13584
13585[[package]]
13586name = "prost-derive"
13587version = "0.9.0"
13588source = "registry+https://github.com/rust-lang/crates.io-index"
13589checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13590dependencies = [
13591 "anyhow",
13592 "itertools 0.10.5",
13593 "proc-macro2",
13594 "quote",
13595 "syn 1.0.109",
13596]
13597
13598[[package]]
13599name = "prost-derive"
13600version = "0.12.6"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13603dependencies = [
13604 "anyhow",
13605 "itertools 0.12.1",
13606 "proc-macro2",
13607 "quote",
13608 "syn 2.0.117",
13609]
13610
13611[[package]]
13612name = "prost-types"
13613version = "0.9.0"
13614source = "registry+https://github.com/rust-lang/crates.io-index"
13615checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13616dependencies = [
13617 "bytes 1.11.1",
13618 "prost 0.9.0",
13619]
13620
13621[[package]]
13622name = "prost-types"
13623version = "0.12.6"
13624source = "registry+https://github.com/rust-lang/crates.io-index"
13625checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13626dependencies = [
13627 "prost 0.12.6",
13628]
13629
13630[[package]]
13631name = "proto"
13632version = "0.1.0"
13633dependencies = [
13634 "anyhow",
13635 "prost 0.9.0",
13636 "prost-build 0.9.0",
13637 "serde",
13638]
13639
13640[[package]]
13641name = "protobuf"
13642version = "3.7.2"
13643source = "registry+https://github.com/rust-lang/crates.io-index"
13644checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13645dependencies = [
13646 "once_cell",
13647 "protobuf-support",
13648 "thiserror 1.0.69",
13649]
13650
13651[[package]]
13652name = "protobuf-support"
13653version = "3.7.2"
13654source = "registry+https://github.com/rust-lang/crates.io-index"
13655checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13656dependencies = [
13657 "thiserror 1.0.69",
13658]
13659
13660[[package]]
13661name = "psm"
13662version = "0.1.30"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13665dependencies = [
13666 "ar_archive_writer",
13667 "cc",
13668]
13669
13670[[package]]
13671name = "ptr_meta"
13672version = "0.1.4"
13673source = "registry+https://github.com/rust-lang/crates.io-index"
13674checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13675dependencies = [
13676 "ptr_meta_derive",
13677]
13678
13679[[package]]
13680name = "ptr_meta_derive"
13681version = "0.1.4"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13684dependencies = [
13685 "proc-macro2",
13686 "quote",
13687 "syn 1.0.109",
13688]
13689
13690[[package]]
13691name = "pulldown-cmark"
13692version = "0.10.3"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13695dependencies = [
13696 "bitflags 2.10.0",
13697 "memchr",
13698 "pulldown-cmark-escape",
13699 "unicase",
13700]
13701
13702[[package]]
13703name = "pulldown-cmark"
13704version = "0.13.0"
13705source = "registry+https://github.com/rust-lang/crates.io-index"
13706checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13707dependencies = [
13708 "bitflags 2.10.0",
13709 "memchr",
13710 "unicase",
13711]
13712
13713[[package]]
13714name = "pulldown-cmark-escape"
13715version = "0.10.1"
13716source = "registry+https://github.com/rust-lang/crates.io-index"
13717checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13718
13719[[package]]
13720name = "pulley-interpreter"
13721version = "36.0.6"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13724dependencies = [
13725 "cranelift-bitset",
13726 "log",
13727 "pulley-macros",
13728 "wasmtime-internal-math",
13729]
13730
13731[[package]]
13732name = "pulley-macros"
13733version = "36.0.6"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13736dependencies = [
13737 "proc-macro2",
13738 "quote",
13739 "syn 2.0.117",
13740]
13741
13742[[package]]
13743name = "pulp"
13744version = "0.18.22"
13745source = "registry+https://github.com/rust-lang/crates.io-index"
13746checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13747dependencies = [
13748 "bytemuck",
13749 "libm",
13750 "num-complex",
13751 "reborrow",
13752]
13753
13754[[package]]
13755name = "pulp"
13756version = "0.21.5"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13759dependencies = [
13760 "bytemuck",
13761 "cfg-if",
13762 "libm",
13763 "num-complex",
13764 "reborrow",
13765 "version_check",
13766]
13767
13768[[package]]
13769name = "pxfm"
13770version = "0.1.25"
13771source = "registry+https://github.com/rust-lang/crates.io-index"
13772checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13773dependencies = [
13774 "num-traits",
13775]
13776
13777[[package]]
13778name = "qoi"
13779version = "0.4.1"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13782dependencies = [
13783 "bytemuck",
13784]
13785
13786[[package]]
13787name = "quick-error"
13788version = "1.2.3"
13789source = "registry+https://github.com/rust-lang/crates.io-index"
13790checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13791
13792[[package]]
13793name = "quick-error"
13794version = "2.0.1"
13795source = "registry+https://github.com/rust-lang/crates.io-index"
13796checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13797
13798[[package]]
13799name = "quick-xml"
13800version = "0.30.0"
13801source = "registry+https://github.com/rust-lang/crates.io-index"
13802checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13803dependencies = [
13804 "memchr",
13805]
13806
13807[[package]]
13808name = "quick-xml"
13809version = "0.37.5"
13810source = "registry+https://github.com/rust-lang/crates.io-index"
13811checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13812dependencies = [
13813 "memchr",
13814]
13815
13816[[package]]
13817name = "quick-xml"
13818version = "0.38.3"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13821dependencies = [
13822 "memchr",
13823]
13824
13825[[package]]
13826name = "quinn"
13827version = "0.11.9"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13830dependencies = [
13831 "bytes 1.11.1",
13832 "cfg_aliases 0.2.1",
13833 "pin-project-lite",
13834 "quinn-proto",
13835 "quinn-udp",
13836 "rustc-hash 2.1.1",
13837 "rustls 0.23.33",
13838 "socket2 0.6.1",
13839 "thiserror 2.0.17",
13840 "tokio",
13841 "tracing",
13842 "web-time",
13843]
13844
13845[[package]]
13846name = "quinn-proto"
13847version = "0.11.13"
13848source = "registry+https://github.com/rust-lang/crates.io-index"
13849checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13850dependencies = [
13851 "bytes 1.11.1",
13852 "getrandom 0.3.4",
13853 "lru-slab",
13854 "rand 0.9.2",
13855 "ring",
13856 "rustc-hash 2.1.1",
13857 "rustls 0.23.33",
13858 "rustls-pki-types",
13859 "slab",
13860 "thiserror 2.0.17",
13861 "tinyvec",
13862 "tracing",
13863 "web-time",
13864]
13865
13866[[package]]
13867name = "quinn-udp"
13868version = "0.5.14"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13871dependencies = [
13872 "cfg_aliases 0.2.1",
13873 "libc",
13874 "once_cell",
13875 "socket2 0.6.1",
13876 "tracing",
13877 "windows-sys 0.60.2",
13878]
13879
13880[[package]]
13881name = "quote"
13882version = "1.0.41"
13883source = "registry+https://github.com/rust-lang/crates.io-index"
13884checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13885dependencies = [
13886 "proc-macro2",
13887]
13888
13889[[package]]
13890name = "r-efi"
13891version = "5.3.0"
13892source = "registry+https://github.com/rust-lang/crates.io-index"
13893checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13894
13895[[package]]
13896name = "radium"
13897version = "0.7.0"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13900
13901[[package]]
13902name = "rand"
13903version = "0.3.23"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13906dependencies = [
13907 "libc",
13908 "rand 0.4.6",
13909]
13910
13911[[package]]
13912name = "rand"
13913version = "0.4.6"
13914source = "registry+https://github.com/rust-lang/crates.io-index"
13915checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13916dependencies = [
13917 "fuchsia-cprng",
13918 "libc",
13919 "rand_core 0.3.1",
13920 "rdrand",
13921 "winapi",
13922]
13923
13924[[package]]
13925name = "rand"
13926version = "0.8.5"
13927source = "registry+https://github.com/rust-lang/crates.io-index"
13928checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13929dependencies = [
13930 "libc",
13931 "rand_chacha 0.3.1",
13932 "rand_core 0.6.4",
13933]
13934
13935[[package]]
13936name = "rand"
13937version = "0.9.2"
13938source = "registry+https://github.com/rust-lang/crates.io-index"
13939checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13940dependencies = [
13941 "rand_chacha 0.9.0",
13942 "rand_core 0.9.3",
13943]
13944
13945[[package]]
13946name = "rand_chacha"
13947version = "0.3.1"
13948source = "registry+https://github.com/rust-lang/crates.io-index"
13949checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13950dependencies = [
13951 "ppv-lite86",
13952 "rand_core 0.6.4",
13953]
13954
13955[[package]]
13956name = "rand_chacha"
13957version = "0.9.0"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13960dependencies = [
13961 "ppv-lite86",
13962 "rand_core 0.9.3",
13963]
13964
13965[[package]]
13966name = "rand_core"
13967version = "0.3.1"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13970dependencies = [
13971 "rand_core 0.4.2",
13972]
13973
13974[[package]]
13975name = "rand_core"
13976version = "0.4.2"
13977source = "registry+https://github.com/rust-lang/crates.io-index"
13978checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13979
13980[[package]]
13981name = "rand_core"
13982version = "0.6.4"
13983source = "registry+https://github.com/rust-lang/crates.io-index"
13984checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13985dependencies = [
13986 "getrandom 0.2.16",
13987]
13988
13989[[package]]
13990name = "rand_core"
13991version = "0.9.3"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13994dependencies = [
13995 "getrandom 0.3.4",
13996]
13997
13998[[package]]
13999name = "rand_distr"
14000version = "0.5.1"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14003dependencies = [
14004 "num-traits",
14005 "rand 0.9.2",
14006]
14007
14008[[package]]
14009name = "rand_pcg"
14010version = "0.3.1"
14011source = "registry+https://github.com/rust-lang/crates.io-index"
14012checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14013dependencies = [
14014 "rand_core 0.6.4",
14015]
14016
14017[[package]]
14018name = "rand_xorshift"
14019version = "0.4.0"
14020source = "registry+https://github.com/rust-lang/crates.io-index"
14021checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14022dependencies = [
14023 "rand_core 0.9.3",
14024]
14025
14026[[package]]
14027name = "random_choice"
14028version = "0.3.2"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14031dependencies = [
14032 "rand 0.3.23",
14033]
14034
14035[[package]]
14036name = "range-alloc"
14037version = "0.1.4"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14040
14041[[package]]
14042name = "range-map"
14043version = "0.2.0"
14044source = "registry+https://github.com/rust-lang/crates.io-index"
14045checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14046dependencies = [
14047 "num-traits",
14048]
14049
14050[[package]]
14051name = "rangemap"
14052version = "1.7.1"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14055
14056[[package]]
14057name = "rav1e"
14058version = "0.7.1"
14059source = "registry+https://github.com/rust-lang/crates.io-index"
14060checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14061dependencies = [
14062 "arbitrary",
14063 "arg_enum_proc_macro",
14064 "arrayvec",
14065 "av1-grain",
14066 "bitstream-io",
14067 "built",
14068 "cfg-if",
14069 "interpolate_name",
14070 "itertools 0.12.1",
14071 "libc",
14072 "libfuzzer-sys",
14073 "log",
14074 "maybe-rayon",
14075 "new_debug_unreachable",
14076 "noop_proc_macro",
14077 "num-derive",
14078 "num-traits",
14079 "once_cell",
14080 "paste",
14081 "profiling",
14082 "rand 0.8.5",
14083 "rand_chacha 0.3.1",
14084 "simd_helpers",
14085 "system-deps 6.2.2",
14086 "thiserror 1.0.69",
14087 "v_frame",
14088 "wasm-bindgen",
14089]
14090
14091[[package]]
14092name = "ravif"
14093version = "0.11.20"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14096dependencies = [
14097 "avif-serialize",
14098 "imgref",
14099 "loop9",
14100 "quick-error 2.0.1",
14101 "rav1e",
14102 "rayon",
14103 "rgb",
14104]
14105
14106[[package]]
14107name = "raw-cpuid"
14108version = "10.7.0"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14111dependencies = [
14112 "bitflags 1.3.2",
14113]
14114
14115[[package]]
14116name = "raw-cpuid"
14117version = "11.6.0"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14120dependencies = [
14121 "bitflags 2.10.0",
14122]
14123
14124[[package]]
14125name = "raw-window-handle"
14126version = "0.6.2"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14129
14130[[package]]
14131name = "raw-window-metal"
14132version = "1.1.0"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14135dependencies = [
14136 "objc2",
14137 "objc2-core-foundation",
14138 "objc2-foundation",
14139 "objc2-quartz-core",
14140]
14141
14142[[package]]
14143name = "rayon"
14144version = "1.11.0"
14145source = "registry+https://github.com/rust-lang/crates.io-index"
14146checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14147dependencies = [
14148 "either",
14149 "rayon-core",
14150]
14151
14152[[package]]
14153name = "rayon-core"
14154version = "1.13.0"
14155source = "registry+https://github.com/rust-lang/crates.io-index"
14156checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14157dependencies = [
14158 "crossbeam-deque",
14159 "crossbeam-utils",
14160]
14161
14162[[package]]
14163name = "rdrand"
14164version = "0.4.0"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14167dependencies = [
14168 "rand_core 0.3.1",
14169]
14170
14171[[package]]
14172name = "read-fonts"
14173version = "0.35.0"
14174source = "registry+https://github.com/rust-lang/crates.io-index"
14175checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14176dependencies = [
14177 "bytemuck",
14178 "font-types 0.10.0",
14179]
14180
14181[[package]]
14182name = "read-fonts"
14183version = "0.37.0"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14186dependencies = [
14187 "bytemuck",
14188 "core_maths",
14189 "font-types 0.11.0",
14190]
14191
14192[[package]]
14193name = "realfft"
14194version = "3.5.0"
14195source = "registry+https://github.com/rust-lang/crates.io-index"
14196checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14197dependencies = [
14198 "rustfft",
14199]
14200
14201[[package]]
14202name = "reborrow"
14203version = "0.5.5"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14206
14207[[package]]
14208name = "recent_projects"
14209version = "0.1.0"
14210dependencies = [
14211 "anyhow",
14212 "askpass",
14213 "chrono",
14214 "db",
14215 "dev_container",
14216 "editor",
14217 "extension",
14218 "extension_host",
14219 "fs",
14220 "futures 0.3.32",
14221 "fuzzy",
14222 "gpui",
14223 "http_client",
14224 "indoc",
14225 "language",
14226 "log",
14227 "menu",
14228 "node_runtime",
14229 "open_path_prompt",
14230 "ordered-float 2.10.1",
14231 "paths",
14232 "picker",
14233 "project",
14234 "release_channel",
14235 "remote",
14236 "remote_connection",
14237 "remote_server",
14238 "semver",
14239 "serde",
14240 "serde_json",
14241 "settings",
14242 "smol",
14243 "task",
14244 "telemetry",
14245 "ui",
14246 "ui_input",
14247 "util",
14248 "windows-registry 0.6.1",
14249 "workspace",
14250 "worktree",
14251 "zed_actions",
14252]
14253
14254[[package]]
14255name = "redox_syscall"
14256version = "0.2.16"
14257source = "registry+https://github.com/rust-lang/crates.io-index"
14258checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14259dependencies = [
14260 "bitflags 1.3.2",
14261]
14262
14263[[package]]
14264name = "redox_syscall"
14265version = "0.5.18"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14268dependencies = [
14269 "bitflags 2.10.0",
14270]
14271
14272[[package]]
14273name = "redox_users"
14274version = "0.4.6"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14277dependencies = [
14278 "getrandom 0.2.16",
14279 "libredox",
14280 "thiserror 1.0.69",
14281]
14282
14283[[package]]
14284name = "redox_users"
14285version = "0.5.2"
14286source = "registry+https://github.com/rust-lang/crates.io-index"
14287checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14288dependencies = [
14289 "getrandom 0.2.16",
14290 "libredox",
14291 "thiserror 2.0.17",
14292]
14293
14294[[package]]
14295name = "ref-cast"
14296version = "1.0.25"
14297source = "registry+https://github.com/rust-lang/crates.io-index"
14298checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14299dependencies = [
14300 "ref-cast-impl",
14301]
14302
14303[[package]]
14304name = "ref-cast-impl"
14305version = "1.0.25"
14306source = "registry+https://github.com/rust-lang/crates.io-index"
14307checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14308dependencies = [
14309 "proc-macro2",
14310 "quote",
14311 "syn 2.0.117",
14312]
14313
14314[[package]]
14315name = "referencing"
14316version = "0.37.4"
14317source = "registry+https://github.com/rust-lang/crates.io-index"
14318checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14319dependencies = [
14320 "ahash 0.8.12",
14321 "fluent-uri",
14322 "getrandom 0.3.4",
14323 "hashbrown 0.16.1",
14324 "parking_lot",
14325 "percent-encoding",
14326 "serde_json",
14327]
14328
14329[[package]]
14330name = "refineable"
14331version = "0.1.0"
14332dependencies = [
14333 "derive_refineable",
14334]
14335
14336[[package]]
14337name = "regalloc2"
14338version = "0.12.2"
14339source = "registry+https://github.com/rust-lang/crates.io-index"
14340checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14341dependencies = [
14342 "allocator-api2",
14343 "bumpalo",
14344 "hashbrown 0.15.5",
14345 "log",
14346 "rustc-hash 2.1.1",
14347 "serde",
14348 "smallvec",
14349]
14350
14351[[package]]
14352name = "regex"
14353version = "1.12.2"
14354source = "registry+https://github.com/rust-lang/crates.io-index"
14355checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14356dependencies = [
14357 "aho-corasick",
14358 "memchr",
14359 "regex-automata",
14360 "regex-syntax",
14361]
14362
14363[[package]]
14364name = "regex-automata"
14365version = "0.4.13"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14368dependencies = [
14369 "aho-corasick",
14370 "memchr",
14371 "regex-syntax",
14372]
14373
14374[[package]]
14375name = "regex-lite"
14376version = "0.1.8"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14379
14380[[package]]
14381name = "regex-syntax"
14382version = "0.8.8"
14383source = "registry+https://github.com/rust-lang/crates.io-index"
14384checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14385
14386[[package]]
14387name = "release_channel"
14388version = "0.1.0"
14389dependencies = [
14390 "gpui",
14391 "semver",
14392]
14393
14394[[package]]
14395name = "remote"
14396version = "0.1.0"
14397dependencies = [
14398 "anyhow",
14399 "askpass",
14400 "async-trait",
14401 "base64 0.22.1",
14402 "collections",
14403 "fs",
14404 "futures 0.3.32",
14405 "gpui",
14406 "log",
14407 "parking_lot",
14408 "paths",
14409 "prost 0.9.0",
14410 "release_channel",
14411 "rpc",
14412 "schemars",
14413 "semver",
14414 "serde",
14415 "serde_json",
14416 "settings",
14417 "smol",
14418 "tempfile",
14419 "thiserror 2.0.17",
14420 "urlencoding",
14421 "util",
14422 "which 6.0.3",
14423]
14424
14425[[package]]
14426name = "remote_connection"
14427version = "0.1.0"
14428dependencies = [
14429 "anyhow",
14430 "askpass",
14431 "auto_update",
14432 "futures 0.3.32",
14433 "gpui",
14434 "log",
14435 "markdown",
14436 "menu",
14437 "release_channel",
14438 "remote",
14439 "semver",
14440 "settings",
14441 "theme_settings",
14442 "ui",
14443 "ui_input",
14444 "workspace",
14445]
14446
14447[[package]]
14448name = "remote_server"
14449version = "0.1.0"
14450dependencies = [
14451 "action_log",
14452 "agent",
14453 "anyhow",
14454 "askpass",
14455 "cargo_toml",
14456 "clap",
14457 "client",
14458 "clock",
14459 "collections",
14460 "crash-handler",
14461 "crashes",
14462 "dap_adapters",
14463 "debug_adapter_extension",
14464 "editor",
14465 "env_logger 0.11.8",
14466 "extension",
14467 "extension_host",
14468 "fork",
14469 "fs",
14470 "futures 0.3.32",
14471 "git",
14472 "git2",
14473 "git_hosting_providers",
14474 "gpui",
14475 "gpui_platform",
14476 "gpui_tokio",
14477 "http_client",
14478 "image",
14479 "json_schema_store",
14480 "language",
14481 "language_extension",
14482 "language_model",
14483 "languages",
14484 "libc",
14485 "log",
14486 "lsp",
14487 "minidumper",
14488 "net",
14489 "node_runtime",
14490 "paths",
14491 "pretty_assertions",
14492 "project",
14493 "proto",
14494 "rayon",
14495 "release_channel",
14496 "remote",
14497 "reqwest_client",
14498 "rpc",
14499 "rust-embed",
14500 "semver",
14501 "serde",
14502 "serde_json",
14503 "settings",
14504 "shellexpand 2.1.2",
14505 "smol",
14506 "sysinfo 0.37.2",
14507 "task",
14508 "theme",
14509 "theme_settings",
14510 "thiserror 2.0.17",
14511 "toml 0.8.23",
14512 "unindent",
14513 "util",
14514 "uuid",
14515 "watch",
14516 "windows 0.61.3",
14517 "worktree",
14518 "zlog",
14519]
14520
14521[[package]]
14522name = "rend"
14523version = "0.4.2"
14524source = "registry+https://github.com/rust-lang/crates.io-index"
14525checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14526dependencies = [
14527 "bytecheck",
14528]
14529
14530[[package]]
14531name = "renderdoc-sys"
14532version = "1.1.0"
14533source = "registry+https://github.com/rust-lang/crates.io-index"
14534checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14535
14536[[package]]
14537name = "repl"
14538version = "0.1.0"
14539dependencies = [
14540 "alacritty_terminal",
14541 "anyhow",
14542 "async-dispatcher",
14543 "async-task",
14544 "async-tungstenite",
14545 "base64 0.22.1",
14546 "client",
14547 "collections",
14548 "command_palette_hooks",
14549 "editor",
14550 "feature_flags",
14551 "file_icons",
14552 "futures 0.3.32",
14553 "gpui",
14554 "html_to_markdown",
14555 "http_client",
14556 "image",
14557 "indoc",
14558 "jupyter-protocol",
14559 "jupyter-websocket-client",
14560 "language",
14561 "languages",
14562 "log",
14563 "markdown",
14564 "menu",
14565 "multi_buffer",
14566 "nbformat",
14567 "picker",
14568 "project",
14569 "remote",
14570 "runtimelib",
14571 "serde",
14572 "serde_json",
14573 "settings",
14574 "shlex",
14575 "smol",
14576 "telemetry",
14577 "terminal",
14578 "terminal_view",
14579 "theme",
14580 "theme_settings",
14581 "tree-sitter-md",
14582 "tree-sitter-python",
14583 "tree-sitter-typescript",
14584 "ui",
14585 "util",
14586 "uuid",
14587 "workspace",
14588 "zed_actions",
14589]
14590
14591[[package]]
14592name = "reqwest"
14593version = "0.11.27"
14594source = "registry+https://github.com/rust-lang/crates.io-index"
14595checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14596dependencies = [
14597 "base64 0.21.7",
14598 "bytes 1.11.1",
14599 "encoding_rs",
14600 "futures-core",
14601 "futures-util",
14602 "h2 0.3.27",
14603 "http 0.2.12",
14604 "http-body 0.4.6",
14605 "hyper 0.14.32",
14606 "hyper-tls",
14607 "ipnet",
14608 "js-sys",
14609 "log",
14610 "mime",
14611 "native-tls",
14612 "once_cell",
14613 "percent-encoding",
14614 "pin-project-lite",
14615 "rustls-pemfile 1.0.4",
14616 "serde",
14617 "serde_json",
14618 "serde_urlencoded",
14619 "sync_wrapper 0.1.2",
14620 "system-configuration 0.5.1",
14621 "tokio",
14622 "tokio-native-tls",
14623 "tower-service",
14624 "url",
14625 "wasm-bindgen",
14626 "wasm-bindgen-futures",
14627 "web-sys",
14628 "winreg 0.50.0",
14629]
14630
14631[[package]]
14632name = "reqwest"
14633version = "0.12.24"
14634source = "registry+https://github.com/rust-lang/crates.io-index"
14635checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14636dependencies = [
14637 "base64 0.22.1",
14638 "bytes 1.11.1",
14639 "futures-channel",
14640 "futures-core",
14641 "futures-util",
14642 "http 1.3.1",
14643 "http-body 1.0.1",
14644 "http-body-util",
14645 "hyper 1.7.0",
14646 "hyper-rustls 0.27.7",
14647 "hyper-util",
14648 "js-sys",
14649 "log",
14650 "percent-encoding",
14651 "pin-project-lite",
14652 "quinn",
14653 "rustls 0.23.33",
14654 "rustls-native-certs 0.8.2",
14655 "rustls-pki-types",
14656 "serde",
14657 "serde_json",
14658 "serde_urlencoded",
14659 "sync_wrapper 1.0.2",
14660 "tokio",
14661 "tokio-rustls 0.26.2",
14662 "tower 0.5.2",
14663 "tower-http 0.6.6",
14664 "tower-service",
14665 "url",
14666 "wasm-bindgen",
14667 "wasm-bindgen-futures",
14668 "web-sys",
14669]
14670
14671[[package]]
14672name = "reqwest_client"
14673version = "0.1.0"
14674dependencies = [
14675 "anyhow",
14676 "bytes 1.11.1",
14677 "futures 0.3.32",
14678 "gpui_util",
14679 "http_client",
14680 "http_client_tls",
14681 "log",
14682 "regex",
14683 "serde",
14684 "tokio",
14685 "zed-reqwest",
14686]
14687
14688[[package]]
14689name = "resvg"
14690version = "0.45.1"
14691source = "registry+https://github.com/rust-lang/crates.io-index"
14692checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14693dependencies = [
14694 "gif",
14695 "image-webp",
14696 "log",
14697 "pico-args",
14698 "rgb",
14699 "svgtypes",
14700 "tiny-skia",
14701 "usvg",
14702 "zune-jpeg",
14703]
14704
14705[[package]]
14706name = "rfc6979"
14707version = "0.3.1"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14710dependencies = [
14711 "crypto-bigint 0.4.9",
14712 "hmac",
14713 "zeroize",
14714]
14715
14716[[package]]
14717name = "rgb"
14718version = "0.8.52"
14719source = "registry+https://github.com/rust-lang/crates.io-index"
14720checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14721dependencies = [
14722 "bytemuck",
14723]
14724
14725[[package]]
14726name = "ring"
14727version = "0.17.14"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14730dependencies = [
14731 "cc",
14732 "cfg-if",
14733 "getrandom 0.2.16",
14734 "libc",
14735 "untrusted 0.9.0",
14736 "windows-sys 0.52.0",
14737]
14738
14739[[package]]
14740name = "rkyv"
14741version = "0.7.45"
14742source = "registry+https://github.com/rust-lang/crates.io-index"
14743checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14744dependencies = [
14745 "bitvec",
14746 "bytecheck",
14747 "bytes 1.11.1",
14748 "hashbrown 0.12.3",
14749 "ptr_meta",
14750 "rend",
14751 "rkyv_derive",
14752 "seahash",
14753 "tinyvec",
14754 "uuid",
14755]
14756
14757[[package]]
14758name = "rkyv_derive"
14759version = "0.7.45"
14760source = "registry+https://github.com/rust-lang/crates.io-index"
14761checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14762dependencies = [
14763 "proc-macro2",
14764 "quote",
14765 "syn 1.0.109",
14766]
14767
14768[[package]]
14769name = "rmp"
14770version = "0.8.14"
14771source = "registry+https://github.com/rust-lang/crates.io-index"
14772checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14773dependencies = [
14774 "byteorder",
14775 "num-traits",
14776 "paste",
14777]
14778
14779[[package]]
14780name = "rmpv"
14781version = "1.3.0"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14784dependencies = [
14785 "num-traits",
14786 "rmp",
14787]
14788
14789[[package]]
14790name = "rodio"
14791version = "0.21.1"
14792source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14793dependencies = [
14794 "cpal",
14795 "dasp_sample",
14796 "hound",
14797 "num-rational",
14798 "rand 0.9.2",
14799 "rand_distr",
14800 "rtrb",
14801 "symphonia",
14802 "thiserror 2.0.17",
14803]
14804
14805[[package]]
14806name = "rope"
14807version = "0.1.0"
14808dependencies = [
14809 "criterion",
14810 "ctor",
14811 "gpui",
14812 "heapless",
14813 "log",
14814 "rand 0.9.2",
14815 "rayon",
14816 "sum_tree",
14817 "tracing",
14818 "unicode-segmentation",
14819 "util",
14820 "zlog",
14821 "ztracing",
14822]
14823
14824[[package]]
14825name = "roxmltree"
14826version = "0.20.0"
14827source = "registry+https://github.com/rust-lang/crates.io-index"
14828checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14829
14830[[package]]
14831name = "rpassword"
14832version = "7.4.0"
14833source = "registry+https://github.com/rust-lang/crates.io-index"
14834checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14835dependencies = [
14836 "libc",
14837 "rtoolbox",
14838 "windows-sys 0.59.0",
14839]
14840
14841[[package]]
14842name = "rpc"
14843version = "0.1.0"
14844dependencies = [
14845 "anyhow",
14846 "async-tungstenite",
14847 "base64 0.22.1",
14848 "collections",
14849 "futures 0.3.32",
14850 "gpui",
14851 "parking_lot",
14852 "proto",
14853 "rand 0.9.2",
14854 "rsa",
14855 "serde",
14856 "serde_json",
14857 "sha2",
14858 "strum 0.27.2",
14859 "tracing",
14860 "util",
14861 "zlog",
14862 "zstd",
14863]
14864
14865[[package]]
14866name = "rsa"
14867version = "0.9.10"
14868source = "registry+https://github.com/rust-lang/crates.io-index"
14869checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14870dependencies = [
14871 "const-oid",
14872 "digest",
14873 "num-bigint-dig 0.8.6",
14874 "num-integer",
14875 "num-traits",
14876 "pkcs1",
14877 "pkcs8 0.10.2",
14878 "rand_core 0.6.4",
14879 "signature 2.2.0",
14880 "spki 0.7.3",
14881 "subtle",
14882 "zeroize",
14883]
14884
14885[[package]]
14886name = "rtoolbox"
14887version = "0.0.3"
14888source = "registry+https://github.com/rust-lang/crates.io-index"
14889checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14890dependencies = [
14891 "libc",
14892 "windows-sys 0.52.0",
14893]
14894
14895[[package]]
14896name = "rtrb"
14897version = "0.3.2"
14898source = "registry+https://github.com/rust-lang/crates.io-index"
14899checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14900
14901[[package]]
14902name = "rules_library"
14903version = "0.1.0"
14904dependencies = [
14905 "anyhow",
14906 "collections",
14907 "editor",
14908 "gpui",
14909 "language",
14910 "language_model",
14911 "log",
14912 "menu",
14913 "picker",
14914 "platform_title_bar",
14915 "prompt_store",
14916 "release_channel",
14917 "rope",
14918 "serde",
14919 "settings",
14920 "theme_settings",
14921 "ui",
14922 "ui_input",
14923 "util",
14924 "workspace",
14925 "zed_actions",
14926]
14927
14928[[package]]
14929name = "runtimelib"
14930version = "1.4.0"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14933dependencies = [
14934 "async-dispatcher",
14935 "async-std",
14936 "aws-lc-rs",
14937 "base64 0.22.1",
14938 "bytes 1.11.1",
14939 "chrono",
14940 "data-encoding",
14941 "dirs 6.0.0",
14942 "futures 0.3.32",
14943 "glob",
14944 "jupyter-protocol",
14945 "serde",
14946 "serde_json",
14947 "shellexpand 3.1.1",
14948 "smol",
14949 "thiserror 2.0.17",
14950 "uuid",
14951 "zeromq",
14952]
14953
14954[[package]]
14955name = "rust-embed"
14956version = "8.11.0"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14959dependencies = [
14960 "rust-embed-impl",
14961 "rust-embed-utils",
14962 "walkdir",
14963]
14964
14965[[package]]
14966name = "rust-embed-impl"
14967version = "8.11.0"
14968source = "registry+https://github.com/rust-lang/crates.io-index"
14969checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14970dependencies = [
14971 "proc-macro2",
14972 "quote",
14973 "rust-embed-utils",
14974 "syn 2.0.117",
14975 "walkdir",
14976]
14977
14978[[package]]
14979name = "rust-embed-utils"
14980version = "8.11.0"
14981source = "registry+https://github.com/rust-lang/crates.io-index"
14982checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14983dependencies = [
14984 "globset",
14985 "sha2",
14986 "walkdir",
14987]
14988
14989[[package]]
14990name = "rust_decimal"
14991version = "1.39.0"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14994dependencies = [
14995 "arrayvec",
14996 "borsh",
14997 "bytes 1.11.1",
14998 "num-traits",
14999 "rand 0.8.5",
15000 "rkyv",
15001 "serde",
15002 "serde_json",
15003]
15004
15005[[package]]
15006name = "rustc-demangle"
15007version = "0.1.26"
15008source = "registry+https://github.com/rust-lang/crates.io-index"
15009checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15010
15011[[package]]
15012name = "rustc-hash"
15013version = "1.1.0"
15014source = "registry+https://github.com/rust-lang/crates.io-index"
15015checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15016
15017[[package]]
15018name = "rustc-hash"
15019version = "2.1.1"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15022
15023[[package]]
15024name = "rustc_version"
15025version = "0.4.1"
15026source = "registry+https://github.com/rust-lang/crates.io-index"
15027checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15028dependencies = [
15029 "semver",
15030]
15031
15032[[package]]
15033name = "rustfft"
15034version = "6.4.1"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15037dependencies = [
15038 "num-complex",
15039 "num-integer",
15040 "num-traits",
15041 "primal-check",
15042 "strength_reduce",
15043 "transpose",
15044]
15045
15046[[package]]
15047name = "rustix"
15048version = "0.38.44"
15049source = "registry+https://github.com/rust-lang/crates.io-index"
15050checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15051dependencies = [
15052 "bitflags 2.10.0",
15053 "errno 0.3.14",
15054 "libc",
15055 "linux-raw-sys 0.4.15",
15056 "windows-sys 0.59.0",
15057]
15058
15059[[package]]
15060name = "rustix"
15061version = "1.1.2"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15064dependencies = [
15065 "bitflags 2.10.0",
15066 "errno 0.3.14",
15067 "libc",
15068 "linux-raw-sys 0.11.0",
15069 "windows-sys 0.61.2",
15070]
15071
15072[[package]]
15073name = "rustix-linux-procfs"
15074version = "0.1.1"
15075source = "registry+https://github.com/rust-lang/crates.io-index"
15076checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15077dependencies = [
15078 "once_cell",
15079 "rustix 1.1.2",
15080]
15081
15082[[package]]
15083name = "rustix-openpty"
15084version = "0.2.0"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15087dependencies = [
15088 "errno 0.3.14",
15089 "libc",
15090 "rustix 1.1.2",
15091]
15092
15093[[package]]
15094name = "rustls"
15095version = "0.21.12"
15096source = "registry+https://github.com/rust-lang/crates.io-index"
15097checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15098dependencies = [
15099 "log",
15100 "ring",
15101 "rustls-webpki 0.101.7",
15102 "sct",
15103]
15104
15105[[package]]
15106name = "rustls"
15107version = "0.23.33"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15110dependencies = [
15111 "aws-lc-rs",
15112 "log",
15113 "once_cell",
15114 "ring",
15115 "rustls-pki-types",
15116 "rustls-webpki 0.103.7",
15117 "subtle",
15118 "zeroize",
15119]
15120
15121[[package]]
15122name = "rustls-native-certs"
15123version = "0.6.3"
15124source = "registry+https://github.com/rust-lang/crates.io-index"
15125checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15126dependencies = [
15127 "openssl-probe",
15128 "rustls-pemfile 1.0.4",
15129 "schannel",
15130 "security-framework 2.11.1",
15131]
15132
15133[[package]]
15134name = "rustls-native-certs"
15135version = "0.8.2"
15136source = "registry+https://github.com/rust-lang/crates.io-index"
15137checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15138dependencies = [
15139 "openssl-probe",
15140 "rustls-pki-types",
15141 "schannel",
15142 "security-framework 3.5.1",
15143]
15144
15145[[package]]
15146name = "rustls-pemfile"
15147version = "1.0.4"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15150dependencies = [
15151 "base64 0.21.7",
15152]
15153
15154[[package]]
15155name = "rustls-pemfile"
15156version = "2.2.0"
15157source = "registry+https://github.com/rust-lang/crates.io-index"
15158checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15159dependencies = [
15160 "rustls-pki-types",
15161]
15162
15163[[package]]
15164name = "rustls-pki-types"
15165version = "1.12.0"
15166source = "registry+https://github.com/rust-lang/crates.io-index"
15167checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15168dependencies = [
15169 "web-time",
15170 "zeroize",
15171]
15172
15173[[package]]
15174name = "rustls-platform-verifier"
15175version = "0.5.3"
15176source = "registry+https://github.com/rust-lang/crates.io-index"
15177checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15178dependencies = [
15179 "core-foundation 0.10.0",
15180 "core-foundation-sys",
15181 "jni",
15182 "log",
15183 "once_cell",
15184 "rustls 0.23.33",
15185 "rustls-native-certs 0.8.2",
15186 "rustls-platform-verifier-android",
15187 "rustls-webpki 0.103.7",
15188 "security-framework 3.5.1",
15189 "security-framework-sys",
15190 "webpki-root-certs",
15191 "windows-sys 0.59.0",
15192]
15193
15194[[package]]
15195name = "rustls-platform-verifier-android"
15196version = "0.1.1"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15199
15200[[package]]
15201name = "rustls-webpki"
15202version = "0.101.7"
15203source = "registry+https://github.com/rust-lang/crates.io-index"
15204checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15205dependencies = [
15206 "ring",
15207 "untrusted 0.9.0",
15208]
15209
15210[[package]]
15211name = "rustls-webpki"
15212version = "0.103.7"
15213source = "registry+https://github.com/rust-lang/crates.io-index"
15214checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15215dependencies = [
15216 "aws-lc-rs",
15217 "ring",
15218 "rustls-pki-types",
15219 "untrusted 0.9.0",
15220]
15221
15222[[package]]
15223name = "rustversion"
15224version = "1.0.22"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15227
15228[[package]]
15229name = "rusty-fork"
15230version = "0.3.1"
15231source = "registry+https://github.com/rust-lang/crates.io-index"
15232checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15233dependencies = [
15234 "fnv",
15235 "quick-error 1.2.3",
15236 "tempfile",
15237 "wait-timeout",
15238]
15239
15240[[package]]
15241name = "rustybuzz"
15242version = "0.20.1"
15243source = "registry+https://github.com/rust-lang/crates.io-index"
15244checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15245dependencies = [
15246 "bitflags 2.10.0",
15247 "bytemuck",
15248 "core_maths",
15249 "log",
15250 "smallvec",
15251 "ttf-parser 0.25.1",
15252 "unicode-bidi-mirroring",
15253 "unicode-ccc",
15254 "unicode-properties",
15255 "unicode-script",
15256]
15257
15258[[package]]
15259name = "ryu"
15260version = "1.0.20"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15263
15264[[package]]
15265name = "saa"
15266version = "5.4.9"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15269
15270[[package]]
15271name = "safetensors"
15272version = "0.4.5"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15275dependencies = [
15276 "serde",
15277 "serde_json",
15278]
15279
15280[[package]]
15281name = "same-file"
15282version = "1.0.6"
15283source = "registry+https://github.com/rust-lang/crates.io-index"
15284checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15285dependencies = [
15286 "winapi-util",
15287]
15288
15289[[package]]
15290name = "scc"
15291version = "3.5.6"
15292source = "registry+https://github.com/rust-lang/crates.io-index"
15293checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15294dependencies = [
15295 "saa",
15296 "sdd",
15297]
15298
15299[[package]]
15300name = "schannel"
15301version = "0.1.28"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15304dependencies = [
15305 "windows-sys 0.61.2",
15306]
15307
15308[[package]]
15309name = "scheduler"
15310version = "0.1.0"
15311dependencies = [
15312 "async-task",
15313 "backtrace",
15314 "chrono",
15315 "flume",
15316 "futures 0.3.32",
15317 "parking_lot",
15318 "rand 0.9.2",
15319 "web-time",
15320]
15321
15322[[package]]
15323name = "schema_generator"
15324version = "0.1.0"
15325dependencies = [
15326 "anyhow",
15327 "clap",
15328 "env_logger 0.11.8",
15329 "schemars",
15330 "serde",
15331 "serde_json",
15332 "settings",
15333 "theme",
15334 "theme_settings",
15335]
15336
15337[[package]]
15338name = "schemars"
15339version = "1.0.4"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15342dependencies = [
15343 "dyn-clone",
15344 "indexmap",
15345 "ref-cast",
15346 "schemars_derive",
15347 "serde",
15348 "serde_json",
15349]
15350
15351[[package]]
15352name = "schemars_derive"
15353version = "1.0.4"
15354source = "registry+https://github.com/rust-lang/crates.io-index"
15355checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15356dependencies = [
15357 "proc-macro2",
15358 "quote",
15359 "serde_derive_internals",
15360 "syn 2.0.117",
15361]
15362
15363[[package]]
15364name = "scoped-tls"
15365version = "1.0.1"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15368
15369[[package]]
15370name = "scopeguard"
15371version = "1.2.0"
15372source = "registry+https://github.com/rust-lang/crates.io-index"
15373checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15374
15375[[package]]
15376name = "scratch"
15377version = "1.0.9"
15378source = "registry+https://github.com/rust-lang/crates.io-index"
15379checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15380
15381[[package]]
15382name = "screencapturekit"
15383version = "0.2.8"
15384source = "registry+https://github.com/rust-lang/crates.io-index"
15385checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15386dependencies = [
15387 "screencapturekit-sys",
15388]
15389
15390[[package]]
15391name = "screencapturekit-sys"
15392version = "0.2.8"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15395dependencies = [
15396 "block",
15397 "dispatch",
15398 "objc",
15399 "objc-foundation",
15400 "objc_id",
15401 "once_cell",
15402]
15403
15404[[package]]
15405name = "scroll"
15406version = "0.12.0"
15407source = "registry+https://github.com/rust-lang/crates.io-index"
15408checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15409dependencies = [
15410 "scroll_derive",
15411]
15412
15413[[package]]
15414name = "scroll_derive"
15415version = "0.12.1"
15416source = "registry+https://github.com/rust-lang/crates.io-index"
15417checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15418dependencies = [
15419 "proc-macro2",
15420 "quote",
15421 "syn 2.0.117",
15422]
15423
15424[[package]]
15425name = "sct"
15426version = "0.7.1"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15429dependencies = [
15430 "ring",
15431 "untrusted 0.9.0",
15432]
15433
15434[[package]]
15435name = "sdd"
15436version = "4.6.2"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15439
15440[[package]]
15441name = "sea-bae"
15442version = "0.2.1"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15445dependencies = [
15446 "heck 0.4.1",
15447 "proc-macro-error2",
15448 "proc-macro2",
15449 "quote",
15450 "syn 2.0.117",
15451]
15452
15453[[package]]
15454name = "sea-orm"
15455version = "1.1.10"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15458dependencies = [
15459 "async-stream",
15460 "async-trait",
15461 "bigdecimal",
15462 "chrono",
15463 "futures-util",
15464 "log",
15465 "ouroboros",
15466 "pgvector",
15467 "rust_decimal",
15468 "sea-orm-macros",
15469 "sea-query",
15470 "sea-query-binder",
15471 "serde",
15472 "serde_json",
15473 "sqlx",
15474 "strum 0.26.3",
15475 "thiserror 2.0.17",
15476 "time",
15477 "tracing",
15478 "url",
15479 "uuid",
15480]
15481
15482[[package]]
15483name = "sea-orm-macros"
15484version = "1.1.10"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15487dependencies = [
15488 "heck 0.4.1",
15489 "proc-macro2",
15490 "quote",
15491 "sea-bae",
15492 "syn 2.0.117",
15493 "unicode-ident",
15494]
15495
15496[[package]]
15497name = "sea-query"
15498version = "0.32.7"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15501dependencies = [
15502 "bigdecimal",
15503 "chrono",
15504 "inherent",
15505 "ordered-float 4.6.0",
15506 "rust_decimal",
15507 "serde_json",
15508 "time",
15509 "uuid",
15510]
15511
15512[[package]]
15513name = "sea-query-binder"
15514version = "0.7.0"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15517dependencies = [
15518 "bigdecimal",
15519 "chrono",
15520 "rust_decimal",
15521 "sea-query",
15522 "serde_json",
15523 "sqlx",
15524 "time",
15525 "uuid",
15526]
15527
15528[[package]]
15529name = "seahash"
15530version = "4.1.0"
15531source = "registry+https://github.com/rust-lang/crates.io-index"
15532checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15533
15534[[package]]
15535name = "search"
15536version = "0.1.0"
15537dependencies = [
15538 "any_vec",
15539 "anyhow",
15540 "bitflags 2.10.0",
15541 "collections",
15542 "editor",
15543 "fs",
15544 "futures 0.3.32",
15545 "gpui",
15546 "itertools 0.14.0",
15547 "language",
15548 "lsp",
15549 "menu",
15550 "multi_buffer",
15551 "pretty_assertions",
15552 "project",
15553 "serde",
15554 "serde_json",
15555 "settings",
15556 "smol",
15557 "theme",
15558 "theme_settings",
15559 "tracing",
15560 "ui",
15561 "unindent",
15562 "util",
15563 "util_macros",
15564 "workspace",
15565 "zed_actions",
15566 "ztracing",
15567]
15568
15569[[package]]
15570name = "sec1"
15571version = "0.3.0"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15574dependencies = [
15575 "base16ct",
15576 "der 0.6.1",
15577 "generic-array",
15578 "pkcs8 0.9.0",
15579 "subtle",
15580 "zeroize",
15581]
15582
15583[[package]]
15584name = "secrecy"
15585version = "0.10.3"
15586source = "registry+https://github.com/rust-lang/crates.io-index"
15587checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15588dependencies = [
15589 "zeroize",
15590]
15591
15592[[package]]
15593name = "security-framework"
15594version = "2.11.1"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15597dependencies = [
15598 "bitflags 2.10.0",
15599 "core-foundation 0.9.4",
15600 "core-foundation-sys",
15601 "libc",
15602 "security-framework-sys",
15603]
15604
15605[[package]]
15606name = "security-framework"
15607version = "3.5.1"
15608source = "registry+https://github.com/rust-lang/crates.io-index"
15609checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15610dependencies = [
15611 "bitflags 2.10.0",
15612 "core-foundation 0.10.0",
15613 "core-foundation-sys",
15614 "libc",
15615 "security-framework-sys",
15616]
15617
15618[[package]]
15619name = "security-framework-sys"
15620version = "2.15.0"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15623dependencies = [
15624 "core-foundation-sys",
15625 "libc",
15626]
15627
15628[[package]]
15629name = "self_cell"
15630version = "1.2.2"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15633
15634[[package]]
15635name = "semver"
15636version = "1.0.27"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15639dependencies = [
15640 "serde",
15641 "serde_core",
15642]
15643
15644[[package]]
15645name = "seq-macro"
15646version = "0.3.6"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15649
15650[[package]]
15651name = "serde"
15652version = "1.0.228"
15653source = "registry+https://github.com/rust-lang/crates.io-index"
15654checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15655dependencies = [
15656 "serde_core",
15657 "serde_derive",
15658]
15659
15660[[package]]
15661name = "serde_bytes"
15662version = "0.11.19"
15663source = "registry+https://github.com/rust-lang/crates.io-index"
15664checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15665dependencies = [
15666 "serde",
15667 "serde_core",
15668]
15669
15670[[package]]
15671name = "serde_core"
15672version = "1.0.228"
15673source = "registry+https://github.com/rust-lang/crates.io-index"
15674checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15675dependencies = [
15676 "serde_derive",
15677]
15678
15679[[package]]
15680name = "serde_derive"
15681version = "1.0.228"
15682source = "registry+https://github.com/rust-lang/crates.io-index"
15683checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15684dependencies = [
15685 "proc-macro2",
15686 "quote",
15687 "syn 2.0.117",
15688]
15689
15690[[package]]
15691name = "serde_derive_internals"
15692version = "0.29.1"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15695dependencies = [
15696 "proc-macro2",
15697 "quote",
15698 "syn 2.0.117",
15699]
15700
15701[[package]]
15702name = "serde_fmt"
15703version = "1.0.3"
15704source = "registry+https://github.com/rust-lang/crates.io-index"
15705checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15706dependencies = [
15707 "serde",
15708]
15709
15710[[package]]
15711name = "serde_json"
15712version = "1.0.145"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15715dependencies = [
15716 "indexmap",
15717 "itoa",
15718 "memchr",
15719 "ryu",
15720 "serde",
15721 "serde_core",
15722]
15723
15724[[package]]
15725name = "serde_json_lenient"
15726version = "0.2.4"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15729dependencies = [
15730 "indexmap",
15731 "itoa",
15732 "memchr",
15733 "ryu",
15734 "serde",
15735]
15736
15737[[package]]
15738name = "serde_path_to_error"
15739version = "0.1.20"
15740source = "registry+https://github.com/rust-lang/crates.io-index"
15741checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15742dependencies = [
15743 "itoa",
15744 "serde",
15745 "serde_core",
15746]
15747
15748[[package]]
15749name = "serde_repr"
15750version = "0.1.20"
15751source = "registry+https://github.com/rust-lang/crates.io-index"
15752checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15753dependencies = [
15754 "proc-macro2",
15755 "quote",
15756 "syn 2.0.117",
15757]
15758
15759[[package]]
15760name = "serde_spanned"
15761version = "0.6.9"
15762source = "registry+https://github.com/rust-lang/crates.io-index"
15763checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15764dependencies = [
15765 "serde",
15766]
15767
15768[[package]]
15769name = "serde_spanned"
15770version = "1.0.3"
15771source = "registry+https://github.com/rust-lang/crates.io-index"
15772checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15773dependencies = [
15774 "serde_core",
15775]
15776
15777[[package]]
15778name = "serde_urlencoded"
15779version = "0.7.1"
15780source = "registry+https://github.com/rust-lang/crates.io-index"
15781checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15782dependencies = [
15783 "form_urlencoded",
15784 "itoa",
15785 "ryu",
15786 "serde",
15787]
15788
15789[[package]]
15790name = "serde_yaml"
15791version = "0.9.34+deprecated"
15792source = "registry+https://github.com/rust-lang/crates.io-index"
15793checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15794dependencies = [
15795 "indexmap",
15796 "itoa",
15797 "ryu",
15798 "serde",
15799 "unsafe-libyaml",
15800]
15801
15802[[package]]
15803name = "serial2"
15804version = "0.2.33"
15805source = "registry+https://github.com/rust-lang/crates.io-index"
15806checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15807dependencies = [
15808 "cfg-if",
15809 "libc",
15810 "winapi",
15811]
15812
15813[[package]]
15814name = "session"
15815version = "0.1.0"
15816dependencies = [
15817 "db",
15818 "gpui",
15819 "serde_json",
15820 "util",
15821 "uuid",
15822]
15823
15824[[package]]
15825name = "settings"
15826version = "0.1.0"
15827dependencies = [
15828 "anyhow",
15829 "collections",
15830 "ec4rs",
15831 "fs",
15832 "futures 0.3.32",
15833 "gpui",
15834 "indoc",
15835 "inventory",
15836 "log",
15837 "migrator",
15838 "paths",
15839 "pretty_assertions",
15840 "release_channel",
15841 "rust-embed",
15842 "schemars",
15843 "serde",
15844 "serde_json",
15845 "serde_json_lenient",
15846 "settings_content",
15847 "settings_json",
15848 "settings_macros",
15849 "smallvec",
15850 "unindent",
15851 "util",
15852 "zlog",
15853]
15854
15855[[package]]
15856name = "settings_content"
15857version = "0.1.0"
15858dependencies = [
15859 "anyhow",
15860 "collections",
15861 "derive_more",
15862 "gpui",
15863 "language_model_core",
15864 "log",
15865 "schemars",
15866 "serde",
15867 "serde_json",
15868 "serde_json_lenient",
15869 "settings_json",
15870 "settings_macros",
15871 "strum 0.27.2",
15872 "util",
15873]
15874
15875[[package]]
15876name = "settings_json"
15877version = "0.1.0"
15878dependencies = [
15879 "anyhow",
15880 "pretty_assertions",
15881 "serde",
15882 "serde_json",
15883 "serde_json_lenient",
15884 "serde_path_to_error",
15885 "tree-sitter",
15886 "tree-sitter-json",
15887 "unindent",
15888 "util",
15889]
15890
15891[[package]]
15892name = "settings_macros"
15893version = "0.1.0"
15894dependencies = [
15895 "quote",
15896 "settings",
15897 "syn 2.0.117",
15898]
15899
15900[[package]]
15901name = "settings_profile_selector"
15902version = "0.1.0"
15903dependencies = [
15904 "editor",
15905 "fuzzy",
15906 "gpui",
15907 "menu",
15908 "picker",
15909 "project",
15910 "serde_json",
15911 "settings",
15912 "theme",
15913 "theme_settings",
15914 "ui",
15915 "workspace",
15916 "zed_actions",
15917]
15918
15919[[package]]
15920name = "settings_ui"
15921version = "0.1.0"
15922dependencies = [
15923 "agent",
15924 "agent_settings",
15925 "anyhow",
15926 "audio",
15927 "codestral",
15928 "component",
15929 "copilot",
15930 "copilot_ui",
15931 "cpal",
15932 "edit_prediction",
15933 "edit_prediction_ui",
15934 "editor",
15935 "fs",
15936 "futures 0.3.32",
15937 "fuzzy",
15938 "gpui",
15939 "heck 0.5.0",
15940 "itertools 0.14.0",
15941 "language",
15942 "log",
15943 "menu",
15944 "paths",
15945 "picker",
15946 "platform_title_bar",
15947 "pretty_assertions",
15948 "project",
15949 "regex",
15950 "release_channel",
15951 "rodio",
15952 "schemars",
15953 "search",
15954 "serde",
15955 "serde_json",
15956 "settings",
15957 "shell_command_parser",
15958 "strum 0.27.2",
15959 "telemetry",
15960 "theme",
15961 "theme_settings",
15962 "title_bar",
15963 "ui",
15964 "util",
15965 "workspace",
15966 "zed_actions",
15967 "zed_credentials_provider",
15968]
15969
15970[[package]]
15971name = "sha-1"
15972version = "0.10.1"
15973source = "registry+https://github.com/rust-lang/crates.io-index"
15974checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15975dependencies = [
15976 "cfg-if",
15977 "cpufeatures",
15978 "digest",
15979]
15980
15981[[package]]
15982name = "sha1"
15983version = "0.10.6"
15984source = "registry+https://github.com/rust-lang/crates.io-index"
15985checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15986dependencies = [
15987 "cfg-if",
15988 "cpufeatures",
15989 "digest",
15990]
15991
15992[[package]]
15993name = "sha1_smol"
15994version = "1.0.1"
15995source = "registry+https://github.com/rust-lang/crates.io-index"
15996checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15997
15998[[package]]
15999name = "sha2"
16000version = "0.10.9"
16001source = "registry+https://github.com/rust-lang/crates.io-index"
16002checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16003dependencies = [
16004 "cfg-if",
16005 "cpufeatures",
16006 "digest",
16007]
16008
16009[[package]]
16010name = "sharded-slab"
16011version = "0.1.7"
16012source = "registry+https://github.com/rust-lang/crates.io-index"
16013checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16014dependencies = [
16015 "lazy_static",
16016]
16017
16018[[package]]
16019name = "shared_library"
16020version = "0.1.9"
16021source = "registry+https://github.com/rust-lang/crates.io-index"
16022checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16023dependencies = [
16024 "lazy_static",
16025 "libc",
16026]
16027
16028[[package]]
16029name = "shell-words"
16030version = "1.1.0"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16033
16034[[package]]
16035name = "shell_command_parser"
16036version = "0.1.0"
16037dependencies = [
16038 "brush-parser",
16039]
16040
16041[[package]]
16042name = "shellexpand"
16043version = "2.1.2"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16046dependencies = [
16047 "dirs 4.0.0",
16048]
16049
16050[[package]]
16051name = "shellexpand"
16052version = "3.1.1"
16053source = "registry+https://github.com/rust-lang/crates.io-index"
16054checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16055dependencies = [
16056 "dirs 6.0.0",
16057]
16058
16059[[package]]
16060name = "shingles"
16061version = "0.1.1"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16064
16065[[package]]
16066name = "shlex"
16067version = "1.3.0"
16068source = "registry+https://github.com/rust-lang/crates.io-index"
16069checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16070
16071[[package]]
16072name = "sidebar"
16073version = "0.1.0"
16074dependencies = [
16075 "acp_thread",
16076 "action_log",
16077 "agent",
16078 "agent-client-protocol",
16079 "agent_settings",
16080 "agent_ui",
16081 "anyhow",
16082 "chrono",
16083 "editor",
16084 "fs",
16085 "git",
16086 "gpui",
16087 "language_model",
16088 "log",
16089 "menu",
16090 "platform_title_bar",
16091 "pretty_assertions",
16092 "project",
16093 "prompt_store",
16094 "recent_projects",
16095 "remote",
16096 "serde",
16097 "serde_json",
16098 "settings",
16099 "smol",
16100 "theme",
16101 "theme_settings",
16102 "ui",
16103 "util",
16104 "vim_mode_setting",
16105 "workspace",
16106 "zed_actions",
16107]
16108
16109[[package]]
16110name = "signal-hook"
16111version = "0.3.18"
16112source = "registry+https://github.com/rust-lang/crates.io-index"
16113checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16114dependencies = [
16115 "libc",
16116 "signal-hook-registry",
16117]
16118
16119[[package]]
16120name = "signal-hook-registry"
16121version = "1.4.6"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16124dependencies = [
16125 "libc",
16126]
16127
16128[[package]]
16129name = "signature"
16130version = "1.6.4"
16131source = "registry+https://github.com/rust-lang/crates.io-index"
16132checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16133dependencies = [
16134 "digest",
16135 "rand_core 0.6.4",
16136]
16137
16138[[package]]
16139name = "signature"
16140version = "2.2.0"
16141source = "registry+https://github.com/rust-lang/crates.io-index"
16142checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16143dependencies = [
16144 "digest",
16145 "rand_core 0.6.4",
16146]
16147
16148[[package]]
16149name = "simd-adler32"
16150version = "0.3.7"
16151source = "registry+https://github.com/rust-lang/crates.io-index"
16152checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16153
16154[[package]]
16155name = "simd_helpers"
16156version = "0.1.0"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16159dependencies = [
16160 "quote",
16161]
16162
16163[[package]]
16164name = "simdutf8"
16165version = "0.1.5"
16166source = "registry+https://github.com/rust-lang/crates.io-index"
16167checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16168
16169[[package]]
16170name = "similar"
16171version = "2.7.0"
16172source = "registry+https://github.com/rust-lang/crates.io-index"
16173checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16174
16175[[package]]
16176name = "simple_asn1"
16177version = "0.6.3"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16180dependencies = [
16181 "num-bigint",
16182 "num-traits",
16183 "thiserror 2.0.17",
16184 "time",
16185]
16186
16187[[package]]
16188name = "simplecss"
16189version = "0.2.2"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16192dependencies = [
16193 "log",
16194]
16195
16196[[package]]
16197name = "simplelog"
16198version = "0.12.2"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16201dependencies = [
16202 "log",
16203 "termcolor",
16204 "time",
16205]
16206
16207[[package]]
16208name = "siphasher"
16209version = "0.3.11"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16212
16213[[package]]
16214name = "siphasher"
16215version = "1.0.1"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16218
16219[[package]]
16220name = "skrifa"
16221version = "0.37.0"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16224dependencies = [
16225 "bytemuck",
16226 "read-fonts 0.35.0",
16227]
16228
16229[[package]]
16230name = "skrifa"
16231version = "0.40.0"
16232source = "registry+https://github.com/rust-lang/crates.io-index"
16233checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16234dependencies = [
16235 "bytemuck",
16236 "read-fonts 0.37.0",
16237]
16238
16239[[package]]
16240name = "slab"
16241version = "0.4.11"
16242source = "registry+https://github.com/rust-lang/crates.io-index"
16243checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16244
16245[[package]]
16246name = "slotmap"
16247version = "1.0.7"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16250dependencies = [
16251 "version_check",
16252]
16253
16254[[package]]
16255name = "smallvec"
16256version = "1.15.1"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16259dependencies = [
16260 "serde",
16261]
16262
16263[[package]]
16264name = "smart-default"
16265version = "0.7.1"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16268dependencies = [
16269 "proc-macro2",
16270 "quote",
16271 "syn 2.0.117",
16272]
16273
16274[[package]]
16275name = "smol"
16276version = "2.0.2"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16279dependencies = [
16280 "async-channel 2.5.0",
16281 "async-executor",
16282 "async-fs",
16283 "async-io",
16284 "async-lock 3.4.2",
16285 "async-net",
16286 "async-process",
16287 "blocking",
16288 "futures-lite 2.6.1",
16289]
16290
16291[[package]]
16292name = "smol_str"
16293version = "0.3.5"
16294source = "registry+https://github.com/rust-lang/crates.io-index"
16295checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16296
16297[[package]]
16298name = "snafu"
16299version = "0.8.9"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16302dependencies = [
16303 "snafu-derive",
16304]
16305
16306[[package]]
16307name = "snafu-derive"
16308version = "0.8.9"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16311dependencies = [
16312 "heck 0.5.0",
16313 "proc-macro2",
16314 "quote",
16315 "syn 2.0.117",
16316]
16317
16318[[package]]
16319name = "snippet"
16320version = "0.1.0"
16321dependencies = [
16322 "anyhow",
16323 "smallvec",
16324]
16325
16326[[package]]
16327name = "snippet_provider"
16328version = "0.1.0"
16329dependencies = [
16330 "anyhow",
16331 "collections",
16332 "extension",
16333 "fs",
16334 "futures 0.3.32",
16335 "gpui",
16336 "indoc",
16337 "parking_lot",
16338 "paths",
16339 "schemars",
16340 "serde",
16341 "serde_json",
16342 "serde_json_lenient",
16343 "snippet",
16344 "util",
16345]
16346
16347[[package]]
16348name = "snippets_ui"
16349version = "0.1.0"
16350dependencies = [
16351 "file_icons",
16352 "fuzzy",
16353 "gpui",
16354 "language",
16355 "open_path_prompt",
16356 "paths",
16357 "picker",
16358 "settings",
16359 "ui",
16360 "util",
16361 "workspace",
16362]
16363
16364[[package]]
16365name = "socket2"
16366version = "0.5.10"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16369dependencies = [
16370 "libc",
16371 "windows-sys 0.52.0",
16372]
16373
16374[[package]]
16375name = "socket2"
16376version = "0.6.1"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16379dependencies = [
16380 "libc",
16381 "windows-sys 0.60.2",
16382]
16383
16384[[package]]
16385name = "spdx"
16386version = "0.10.9"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16389dependencies = [
16390 "smallvec",
16391]
16392
16393[[package]]
16394name = "spin"
16395version = "0.9.8"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16398dependencies = [
16399 "lock_api",
16400]
16401
16402[[package]]
16403name = "spin"
16404version = "0.10.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16407dependencies = [
16408 "lock_api",
16409]
16410
16411[[package]]
16412name = "spirv"
16413version = "0.4.0+sdk-1.4.341.0"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16416dependencies = [
16417 "bitflags 2.10.0",
16418]
16419
16420[[package]]
16421name = "spki"
16422version = "0.6.0"
16423source = "registry+https://github.com/rust-lang/crates.io-index"
16424checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16425dependencies = [
16426 "base64ct",
16427 "der 0.6.1",
16428]
16429
16430[[package]]
16431name = "spki"
16432version = "0.7.3"
16433source = "registry+https://github.com/rust-lang/crates.io-index"
16434checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16435dependencies = [
16436 "base64ct",
16437 "der 0.7.10",
16438]
16439
16440[[package]]
16441name = "sqlez"
16442version = "0.1.0"
16443dependencies = [
16444 "anyhow",
16445 "collections",
16446 "futures 0.3.32",
16447 "indoc",
16448 "libsqlite3-sys",
16449 "log",
16450 "parking_lot",
16451 "smol",
16452 "sqlformat",
16453 "thread_local",
16454 "util",
16455 "uuid",
16456]
16457
16458[[package]]
16459name = "sqlez_macros"
16460version = "0.1.0"
16461dependencies = [
16462 "sqlez",
16463 "sqlformat",
16464 "syn 2.0.117",
16465]
16466
16467[[package]]
16468name = "sqlformat"
16469version = "0.2.6"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16472dependencies = [
16473 "nom 7.1.3",
16474 "unicode_categories",
16475]
16476
16477[[package]]
16478name = "sqlx"
16479version = "0.8.6"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16482dependencies = [
16483 "sqlx-core",
16484 "sqlx-macros",
16485 "sqlx-mysql",
16486 "sqlx-postgres",
16487 "sqlx-sqlite",
16488]
16489
16490[[package]]
16491name = "sqlx-core"
16492version = "0.8.6"
16493source = "registry+https://github.com/rust-lang/crates.io-index"
16494checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16495dependencies = [
16496 "base64 0.22.1",
16497 "bigdecimal",
16498 "bytes 1.11.1",
16499 "chrono",
16500 "crc",
16501 "crossbeam-queue",
16502 "either",
16503 "event-listener 5.4.1",
16504 "futures-core",
16505 "futures-intrusive",
16506 "futures-io",
16507 "futures-util",
16508 "hashbrown 0.15.5",
16509 "hashlink 0.10.0",
16510 "indexmap",
16511 "log",
16512 "memchr",
16513 "once_cell",
16514 "percent-encoding",
16515 "rust_decimal",
16516 "rustls 0.23.33",
16517 "serde",
16518 "serde_json",
16519 "sha2",
16520 "smallvec",
16521 "thiserror 2.0.17",
16522 "time",
16523 "tokio",
16524 "tokio-stream",
16525 "tracing",
16526 "url",
16527 "uuid",
16528 "webpki-roots",
16529]
16530
16531[[package]]
16532name = "sqlx-macros"
16533version = "0.8.6"
16534source = "registry+https://github.com/rust-lang/crates.io-index"
16535checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16536dependencies = [
16537 "proc-macro2",
16538 "quote",
16539 "sqlx-core",
16540 "sqlx-macros-core",
16541 "syn 2.0.117",
16542]
16543
16544[[package]]
16545name = "sqlx-macros-core"
16546version = "0.8.6"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16549dependencies = [
16550 "dotenvy",
16551 "either",
16552 "heck 0.5.0",
16553 "hex",
16554 "once_cell",
16555 "proc-macro2",
16556 "quote",
16557 "serde",
16558 "serde_json",
16559 "sha2",
16560 "sqlx-core",
16561 "sqlx-mysql",
16562 "sqlx-postgres",
16563 "sqlx-sqlite",
16564 "syn 2.0.117",
16565 "tokio",
16566 "url",
16567]
16568
16569[[package]]
16570name = "sqlx-mysql"
16571version = "0.8.6"
16572source = "registry+https://github.com/rust-lang/crates.io-index"
16573checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16574dependencies = [
16575 "atoi",
16576 "base64 0.22.1",
16577 "bigdecimal",
16578 "bitflags 2.10.0",
16579 "byteorder",
16580 "bytes 1.11.1",
16581 "chrono",
16582 "crc",
16583 "digest",
16584 "dotenvy",
16585 "either",
16586 "futures-channel",
16587 "futures-core",
16588 "futures-io",
16589 "futures-util",
16590 "generic-array",
16591 "hex",
16592 "hkdf",
16593 "hmac",
16594 "itoa",
16595 "log",
16596 "md-5",
16597 "memchr",
16598 "once_cell",
16599 "percent-encoding",
16600 "rand 0.8.5",
16601 "rsa",
16602 "rust_decimal",
16603 "serde",
16604 "sha1",
16605 "sha2",
16606 "smallvec",
16607 "sqlx-core",
16608 "stringprep",
16609 "thiserror 2.0.17",
16610 "time",
16611 "tracing",
16612 "uuid",
16613 "whoami",
16614]
16615
16616[[package]]
16617name = "sqlx-postgres"
16618version = "0.8.6"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16621dependencies = [
16622 "atoi",
16623 "base64 0.22.1",
16624 "bigdecimal",
16625 "bitflags 2.10.0",
16626 "byteorder",
16627 "chrono",
16628 "crc",
16629 "dotenvy",
16630 "etcetera",
16631 "futures-channel",
16632 "futures-core",
16633 "futures-util",
16634 "hex",
16635 "hkdf",
16636 "hmac",
16637 "home",
16638 "itoa",
16639 "log",
16640 "md-5",
16641 "memchr",
16642 "num-bigint",
16643 "once_cell",
16644 "rand 0.8.5",
16645 "rust_decimal",
16646 "serde",
16647 "serde_json",
16648 "sha2",
16649 "smallvec",
16650 "sqlx-core",
16651 "stringprep",
16652 "thiserror 2.0.17",
16653 "time",
16654 "tracing",
16655 "uuid",
16656 "whoami",
16657]
16658
16659[[package]]
16660name = "sqlx-sqlite"
16661version = "0.8.6"
16662source = "registry+https://github.com/rust-lang/crates.io-index"
16663checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16664dependencies = [
16665 "atoi",
16666 "chrono",
16667 "flume",
16668 "futures-channel",
16669 "futures-core",
16670 "futures-executor",
16671 "futures-intrusive",
16672 "futures-util",
16673 "libsqlite3-sys",
16674 "log",
16675 "percent-encoding",
16676 "serde",
16677 "serde_urlencoded",
16678 "sqlx-core",
16679 "thiserror 2.0.17",
16680 "time",
16681 "tracing",
16682 "url",
16683 "uuid",
16684]
16685
16686[[package]]
16687name = "stable_deref_trait"
16688version = "1.2.1"
16689source = "registry+https://github.com/rust-lang/crates.io-index"
16690checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16691
16692[[package]]
16693name = "stacker"
16694version = "0.1.23"
16695source = "registry+https://github.com/rust-lang/crates.io-index"
16696checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16697dependencies = [
16698 "cc",
16699 "cfg-if",
16700 "libc",
16701 "psm",
16702 "windows-sys 0.59.0",
16703]
16704
16705[[package]]
16706name = "stacksafe"
16707version = "0.1.4"
16708source = "registry+https://github.com/rust-lang/crates.io-index"
16709checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16710dependencies = [
16711 "stacker",
16712 "stacksafe-macro",
16713]
16714
16715[[package]]
16716name = "stacksafe-macro"
16717version = "0.1.4"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16720dependencies = [
16721 "proc-macro-error2",
16722 "quote",
16723 "syn 2.0.117",
16724]
16725
16726[[package]]
16727name = "static_assertions"
16728version = "1.1.0"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16731
16732[[package]]
16733name = "story"
16734version = "0.1.0"
16735dependencies = [
16736 "gpui",
16737 "itertools 0.14.0",
16738 "smallvec",
16739]
16740
16741[[package]]
16742name = "storybook"
16743version = "0.1.0"
16744dependencies = [
16745 "anyhow",
16746 "clap",
16747 "ctrlc",
16748 "dialoguer",
16749 "editor",
16750 "fuzzy",
16751 "gpui",
16752 "gpui_platform",
16753 "indoc",
16754 "language",
16755 "log",
16756 "menu",
16757 "picker",
16758 "reqwest_client",
16759 "rust-embed",
16760 "settings",
16761 "simplelog",
16762 "story",
16763 "strum 0.27.2",
16764 "theme",
16765 "theme_settings",
16766 "title_bar",
16767 "ui",
16768]
16769
16770[[package]]
16771name = "streaming-iterator"
16772version = "0.1.9"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16775
16776[[package]]
16777name = "streaming_diff"
16778version = "0.1.0"
16779dependencies = [
16780 "ordered-float 2.10.1",
16781 "rand 0.9.2",
16782 "rope",
16783 "util",
16784]
16785
16786[[package]]
16787name = "strength_reduce"
16788version = "0.2.4"
16789source = "registry+https://github.com/rust-lang/crates.io-index"
16790checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16791
16792[[package]]
16793name = "strict-num"
16794version = "0.1.1"
16795source = "registry+https://github.com/rust-lang/crates.io-index"
16796checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16797dependencies = [
16798 "float-cmp",
16799]
16800
16801[[package]]
16802name = "string_cache"
16803version = "0.8.9"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16806dependencies = [
16807 "new_debug_unreachable",
16808 "parking_lot",
16809 "phf_shared 0.11.3",
16810 "precomputed-hash",
16811 "serde",
16812]
16813
16814[[package]]
16815name = "string_cache_codegen"
16816version = "0.5.4"
16817source = "registry+https://github.com/rust-lang/crates.io-index"
16818checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16819dependencies = [
16820 "phf_generator 0.11.3",
16821 "phf_shared 0.11.3",
16822 "proc-macro2",
16823 "quote",
16824]
16825
16826[[package]]
16827name = "stringprep"
16828version = "0.1.5"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16831dependencies = [
16832 "unicode-bidi",
16833 "unicode-normalization",
16834 "unicode-properties",
16835]
16836
16837[[package]]
16838name = "strsim"
16839version = "0.11.1"
16840source = "registry+https://github.com/rust-lang/crates.io-index"
16841checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16842
16843[[package]]
16844name = "strum"
16845version = "0.26.3"
16846source = "registry+https://github.com/rust-lang/crates.io-index"
16847checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16848
16849[[package]]
16850name = "strum"
16851version = "0.27.2"
16852source = "registry+https://github.com/rust-lang/crates.io-index"
16853checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16854dependencies = [
16855 "strum_macros 0.27.2",
16856]
16857
16858[[package]]
16859name = "strum"
16860version = "0.28.0"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16863dependencies = [
16864 "strum_macros 0.28.0",
16865]
16866
16867[[package]]
16868name = "strum_macros"
16869version = "0.27.2"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16872dependencies = [
16873 "heck 0.5.0",
16874 "proc-macro2",
16875 "quote",
16876 "syn 2.0.117",
16877]
16878
16879[[package]]
16880name = "strum_macros"
16881version = "0.28.0"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16884dependencies = [
16885 "heck 0.5.0",
16886 "proc-macro2",
16887 "quote",
16888 "syn 2.0.117",
16889]
16890
16891[[package]]
16892name = "subtle"
16893version = "2.6.1"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16896
16897[[package]]
16898name = "sum_tree"
16899version = "0.1.0"
16900dependencies = [
16901 "ctor",
16902 "heapless",
16903 "log",
16904 "proptest",
16905 "rand 0.9.2",
16906 "rayon",
16907 "tracing",
16908 "zlog",
16909 "ztracing",
16910]
16911
16912[[package]]
16913name = "sval"
16914version = "2.15.0"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16917
16918[[package]]
16919name = "sval_buffer"
16920version = "2.15.0"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16923dependencies = [
16924 "sval",
16925 "sval_ref",
16926]
16927
16928[[package]]
16929name = "sval_dynamic"
16930version = "2.15.0"
16931source = "registry+https://github.com/rust-lang/crates.io-index"
16932checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16933dependencies = [
16934 "sval",
16935]
16936
16937[[package]]
16938name = "sval_fmt"
16939version = "2.15.0"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16942dependencies = [
16943 "itoa",
16944 "ryu",
16945 "sval",
16946]
16947
16948[[package]]
16949name = "sval_json"
16950version = "2.15.0"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16953dependencies = [
16954 "itoa",
16955 "ryu",
16956 "sval",
16957]
16958
16959[[package]]
16960name = "sval_nested"
16961version = "2.15.0"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16964dependencies = [
16965 "sval",
16966 "sval_buffer",
16967 "sval_ref",
16968]
16969
16970[[package]]
16971name = "sval_ref"
16972version = "2.15.0"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16975dependencies = [
16976 "sval",
16977]
16978
16979[[package]]
16980name = "sval_serde"
16981version = "2.15.0"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16984dependencies = [
16985 "serde_core",
16986 "sval",
16987 "sval_nested",
16988]
16989
16990[[package]]
16991name = "svg_fmt"
16992version = "0.4.5"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16995
16996[[package]]
16997name = "svg_preview"
16998version = "0.1.0"
16999dependencies = [
17000 "file_icons",
17001 "gpui",
17002 "language",
17003 "multi_buffer",
17004 "ui",
17005 "workspace",
17006 "zed_actions",
17007]
17008
17009[[package]]
17010name = "svgtypes"
17011version = "0.15.3"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17014dependencies = [
17015 "kurbo",
17016 "siphasher 1.0.1",
17017]
17018
17019[[package]]
17020name = "swash"
17021version = "0.2.6"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17024dependencies = [
17025 "skrifa 0.37.0",
17026 "yazi",
17027 "zeno",
17028]
17029
17030[[package]]
17031name = "symphonia"
17032version = "0.5.5"
17033source = "registry+https://github.com/rust-lang/crates.io-index"
17034checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17035dependencies = [
17036 "lazy_static",
17037 "symphonia-bundle-flac",
17038 "symphonia-bundle-mp3",
17039 "symphonia-codec-aac",
17040 "symphonia-codec-pcm",
17041 "symphonia-codec-vorbis",
17042 "symphonia-core",
17043 "symphonia-format-isomp4",
17044 "symphonia-format-ogg",
17045 "symphonia-format-riff",
17046 "symphonia-metadata",
17047]
17048
17049[[package]]
17050name = "symphonia-bundle-flac"
17051version = "0.5.5"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17054dependencies = [
17055 "log",
17056 "symphonia-core",
17057 "symphonia-metadata",
17058 "symphonia-utils-xiph",
17059]
17060
17061[[package]]
17062name = "symphonia-bundle-mp3"
17063version = "0.5.5"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17066dependencies = [
17067 "lazy_static",
17068 "log",
17069 "symphonia-core",
17070 "symphonia-metadata",
17071]
17072
17073[[package]]
17074name = "symphonia-codec-aac"
17075version = "0.5.5"
17076source = "registry+https://github.com/rust-lang/crates.io-index"
17077checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17078dependencies = [
17079 "lazy_static",
17080 "log",
17081 "symphonia-core",
17082]
17083
17084[[package]]
17085name = "symphonia-codec-pcm"
17086version = "0.5.5"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17089dependencies = [
17090 "log",
17091 "symphonia-core",
17092]
17093
17094[[package]]
17095name = "symphonia-codec-vorbis"
17096version = "0.5.5"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17099dependencies = [
17100 "log",
17101 "symphonia-core",
17102 "symphonia-utils-xiph",
17103]
17104
17105[[package]]
17106name = "symphonia-core"
17107version = "0.5.5"
17108source = "registry+https://github.com/rust-lang/crates.io-index"
17109checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17110dependencies = [
17111 "arrayvec",
17112 "bitflags 1.3.2",
17113 "bytemuck",
17114 "lazy_static",
17115 "log",
17116]
17117
17118[[package]]
17119name = "symphonia-format-isomp4"
17120version = "0.5.5"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17123dependencies = [
17124 "encoding_rs",
17125 "log",
17126 "symphonia-core",
17127 "symphonia-metadata",
17128 "symphonia-utils-xiph",
17129]
17130
17131[[package]]
17132name = "symphonia-format-ogg"
17133version = "0.5.5"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17136dependencies = [
17137 "log",
17138 "symphonia-core",
17139 "symphonia-metadata",
17140 "symphonia-utils-xiph",
17141]
17142
17143[[package]]
17144name = "symphonia-format-riff"
17145version = "0.5.5"
17146source = "registry+https://github.com/rust-lang/crates.io-index"
17147checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17148dependencies = [
17149 "extended",
17150 "log",
17151 "symphonia-core",
17152 "symphonia-metadata",
17153]
17154
17155[[package]]
17156name = "symphonia-metadata"
17157version = "0.5.5"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17160dependencies = [
17161 "encoding_rs",
17162 "lazy_static",
17163 "log",
17164 "symphonia-core",
17165]
17166
17167[[package]]
17168name = "symphonia-utils-xiph"
17169version = "0.5.5"
17170source = "registry+https://github.com/rust-lang/crates.io-index"
17171checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17172dependencies = [
17173 "symphonia-core",
17174 "symphonia-metadata",
17175]
17176
17177[[package]]
17178name = "syn"
17179version = "1.0.109"
17180source = "registry+https://github.com/rust-lang/crates.io-index"
17181checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17182dependencies = [
17183 "proc-macro2",
17184 "quote",
17185 "unicode-ident",
17186]
17187
17188[[package]]
17189name = "syn"
17190version = "2.0.117"
17191source = "registry+https://github.com/rust-lang/crates.io-index"
17192checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17193dependencies = [
17194 "proc-macro2",
17195 "quote",
17196 "unicode-ident",
17197]
17198
17199[[package]]
17200name = "sync_wrapper"
17201version = "0.1.2"
17202source = "registry+https://github.com/rust-lang/crates.io-index"
17203checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17204
17205[[package]]
17206name = "sync_wrapper"
17207version = "1.0.2"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17210dependencies = [
17211 "futures-core",
17212]
17213
17214[[package]]
17215name = "synchronoise"
17216version = "1.0.1"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17219dependencies = [
17220 "crossbeam-queue",
17221]
17222
17223[[package]]
17224name = "synstructure"
17225version = "0.13.2"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17228dependencies = [
17229 "proc-macro2",
17230 "quote",
17231 "syn 2.0.117",
17232]
17233
17234[[package]]
17235name = "syntax_theme"
17236version = "0.1.0"
17237dependencies = [
17238 "gpui",
17239 "serde",
17240 "serde_json",
17241]
17242
17243[[package]]
17244name = "sys-locale"
17245version = "0.3.2"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17248dependencies = [
17249 "libc",
17250]
17251
17252[[package]]
17253name = "sysctl"
17254version = "0.5.5"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17257dependencies = [
17258 "bitflags 2.10.0",
17259 "byteorder",
17260 "enum-as-inner",
17261 "libc",
17262 "thiserror 1.0.69",
17263 "walkdir",
17264]
17265
17266[[package]]
17267name = "sysctl"
17268version = "0.6.0"
17269source = "registry+https://github.com/rust-lang/crates.io-index"
17270checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17271dependencies = [
17272 "bitflags 2.10.0",
17273 "byteorder",
17274 "enum-as-inner",
17275 "libc",
17276 "thiserror 1.0.69",
17277 "walkdir",
17278]
17279
17280[[package]]
17281name = "sysinfo"
17282version = "0.31.4"
17283source = "registry+https://github.com/rust-lang/crates.io-index"
17284checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17285dependencies = [
17286 "core-foundation-sys",
17287 "libc",
17288 "memchr",
17289 "ntapi",
17290 "rayon",
17291 "windows 0.57.0",
17292]
17293
17294[[package]]
17295name = "sysinfo"
17296version = "0.37.2"
17297source = "registry+https://github.com/rust-lang/crates.io-index"
17298checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17299dependencies = [
17300 "libc",
17301 "memchr",
17302 "ntapi",
17303 "objc2-core-foundation",
17304 "objc2-io-kit",
17305 "windows 0.61.3",
17306]
17307
17308[[package]]
17309name = "system-configuration"
17310version = "0.5.1"
17311source = "registry+https://github.com/rust-lang/crates.io-index"
17312checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17313dependencies = [
17314 "bitflags 1.3.2",
17315 "core-foundation 0.9.4",
17316 "system-configuration-sys 0.5.0",
17317]
17318
17319[[package]]
17320name = "system-configuration"
17321version = "0.6.1"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17324dependencies = [
17325 "bitflags 2.10.0",
17326 "core-foundation 0.9.4",
17327 "system-configuration-sys 0.6.0",
17328]
17329
17330[[package]]
17331name = "system-configuration-sys"
17332version = "0.5.0"
17333source = "registry+https://github.com/rust-lang/crates.io-index"
17334checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17335dependencies = [
17336 "core-foundation-sys",
17337 "libc",
17338]
17339
17340[[package]]
17341name = "system-configuration-sys"
17342version = "0.6.0"
17343source = "registry+https://github.com/rust-lang/crates.io-index"
17344checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17345dependencies = [
17346 "core-foundation-sys",
17347 "libc",
17348]
17349
17350[[package]]
17351name = "system-deps"
17352version = "6.2.2"
17353source = "registry+https://github.com/rust-lang/crates.io-index"
17354checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17355dependencies = [
17356 "cfg-expr 0.15.8",
17357 "heck 0.5.0",
17358 "pkg-config",
17359 "toml 0.8.23",
17360 "version-compare",
17361]
17362
17363[[package]]
17364name = "system-deps"
17365version = "7.0.7"
17366source = "registry+https://github.com/rust-lang/crates.io-index"
17367checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17368dependencies = [
17369 "cfg-expr 0.20.6",
17370 "heck 0.5.0",
17371 "pkg-config",
17372 "toml 0.9.8",
17373 "version-compare",
17374]
17375
17376[[package]]
17377name = "system-interface"
17378version = "0.27.3"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17381dependencies = [
17382 "bitflags 2.10.0",
17383 "cap-fs-ext",
17384 "cap-std",
17385 "fd-lock",
17386 "io-lifetimes",
17387 "rustix 0.38.44",
17388 "windows-sys 0.59.0",
17389 "winx",
17390]
17391
17392[[package]]
17393name = "system_specs"
17394version = "0.1.0"
17395dependencies = [
17396 "anyhow",
17397 "client",
17398 "gpui",
17399 "human_bytes",
17400 "pciid-parser",
17401 "release_channel",
17402 "semver",
17403 "serde",
17404 "sysinfo 0.37.2",
17405]
17406
17407[[package]]
17408name = "tab_switcher"
17409version = "0.1.0"
17410dependencies = [
17411 "collections",
17412 "ctor",
17413 "editor",
17414 "fuzzy",
17415 "gpui",
17416 "menu",
17417 "picker",
17418 "project",
17419 "schemars",
17420 "serde",
17421 "serde_json",
17422 "settings",
17423 "smol",
17424 "theme",
17425 "theme_settings",
17426 "ui",
17427 "util",
17428 "workspace",
17429 "zlog",
17430]
17431
17432[[package]]
17433name = "taffy"
17434version = "0.9.0"
17435source = "registry+https://github.com/rust-lang/crates.io-index"
17436checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17437dependencies = [
17438 "arrayvec",
17439 "grid",
17440 "serde",
17441 "slotmap",
17442]
17443
17444[[package]]
17445name = "tagptr"
17446version = "0.2.0"
17447source = "registry+https://github.com/rust-lang/crates.io-index"
17448checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17449
17450[[package]]
17451name = "take-until"
17452version = "0.2.0"
17453source = "registry+https://github.com/rust-lang/crates.io-index"
17454checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17455
17456[[package]]
17457name = "tao-core-video-sys"
17458version = "0.2.0"
17459source = "registry+https://github.com/rust-lang/crates.io-index"
17460checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17461dependencies = [
17462 "cfg-if",
17463 "core-foundation-sys",
17464 "libc",
17465 "objc",
17466]
17467
17468[[package]]
17469name = "tap"
17470version = "1.0.1"
17471source = "registry+https://github.com/rust-lang/crates.io-index"
17472checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17473
17474[[package]]
17475name = "target-lexicon"
17476version = "0.12.16"
17477source = "registry+https://github.com/rust-lang/crates.io-index"
17478checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17479
17480[[package]]
17481name = "target-lexicon"
17482version = "0.13.3"
17483source = "registry+https://github.com/rust-lang/crates.io-index"
17484checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17485
17486[[package]]
17487name = "task"
17488version = "0.1.0"
17489dependencies = [
17490 "anyhow",
17491 "collections",
17492 "futures 0.3.32",
17493 "gpui",
17494 "hex",
17495 "log",
17496 "parking_lot",
17497 "pretty_assertions",
17498 "proto",
17499 "schemars",
17500 "serde",
17501 "serde_json",
17502 "serde_json_lenient",
17503 "sha2",
17504 "shellexpand 2.1.2",
17505 "util",
17506 "zed_actions",
17507]
17508
17509[[package]]
17510name = "tasks_ui"
17511version = "0.1.0"
17512dependencies = [
17513 "anyhow",
17514 "collections",
17515 "editor",
17516 "file_icons",
17517 "fuzzy",
17518 "gpui",
17519 "itertools 0.14.0",
17520 "language",
17521 "menu",
17522 "picker",
17523 "project",
17524 "serde",
17525 "serde_json",
17526 "task",
17527 "tree-sitter-rust",
17528 "tree-sitter-typescript",
17529 "ui",
17530 "util",
17531 "workspace",
17532 "zed_actions",
17533]
17534
17535[[package]]
17536name = "telemetry"
17537version = "0.1.0"
17538dependencies = [
17539 "futures 0.3.32",
17540 "serde",
17541 "serde_json",
17542 "telemetry_events",
17543]
17544
17545[[package]]
17546name = "telemetry_events"
17547version = "0.1.0"
17548dependencies = [
17549 "semver",
17550 "serde",
17551 "serde_json",
17552]
17553
17554[[package]]
17555name = "tempfile"
17556version = "3.23.0"
17557source = "registry+https://github.com/rust-lang/crates.io-index"
17558checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17559dependencies = [
17560 "fastrand 2.3.0",
17561 "getrandom 0.3.4",
17562 "once_cell",
17563 "rustix 1.1.2",
17564 "windows-sys 0.61.2",
17565]
17566
17567[[package]]
17568name = "tendril"
17569version = "0.4.3"
17570source = "registry+https://github.com/rust-lang/crates.io-index"
17571checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17572dependencies = [
17573 "futf",
17574 "mac",
17575 "utf-8",
17576]
17577
17578[[package]]
17579name = "termcolor"
17580version = "1.4.1"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17583dependencies = [
17584 "winapi-util",
17585]
17586
17587[[package]]
17588name = "terminal"
17589version = "0.1.0"
17590dependencies = [
17591 "alacritty_terminal",
17592 "anyhow",
17593 "collections",
17594 "futures 0.3.32",
17595 "gpui",
17596 "itertools 0.14.0",
17597 "libc",
17598 "log",
17599 "parking_lot",
17600 "rand 0.9.2",
17601 "regex",
17602 "release_channel",
17603 "schemars",
17604 "serde",
17605 "settings",
17606 "smol",
17607 "sysinfo 0.37.2",
17608 "task",
17609 "theme",
17610 "theme_settings",
17611 "thiserror 2.0.17",
17612 "url",
17613 "urlencoding",
17614 "util",
17615 "util_macros",
17616 "windows 0.61.3",
17617]
17618
17619[[package]]
17620name = "terminal_size"
17621version = "0.4.3"
17622source = "registry+https://github.com/rust-lang/crates.io-index"
17623checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17624dependencies = [
17625 "rustix 1.1.2",
17626 "windows-sys 0.60.2",
17627]
17628
17629[[package]]
17630name = "terminal_view"
17631version = "0.1.0"
17632dependencies = [
17633 "anyhow",
17634 "async-recursion",
17635 "breadcrumbs",
17636 "collections",
17637 "db",
17638 "dirs 4.0.0",
17639 "editor",
17640 "futures 0.3.32",
17641 "gpui",
17642 "itertools 0.14.0",
17643 "language",
17644 "log",
17645 "menu",
17646 "pretty_assertions",
17647 "project",
17648 "regex",
17649 "schemars",
17650 "serde",
17651 "serde_json",
17652 "settings",
17653 "shellexpand 2.1.2",
17654 "task",
17655 "terminal",
17656 "theme",
17657 "theme_settings",
17658 "ui",
17659 "util",
17660 "workspace",
17661 "zed_actions",
17662]
17663
17664[[package]]
17665name = "text"
17666version = "0.1.0"
17667dependencies = [
17668 "anyhow",
17669 "clock",
17670 "collections",
17671 "ctor",
17672 "gpui",
17673 "log",
17674 "parking_lot",
17675 "postage",
17676 "rand 0.9.2",
17677 "regex",
17678 "rope",
17679 "smallvec",
17680 "sum_tree",
17681 "util",
17682 "zlog",
17683]
17684
17685[[package]]
17686name = "theme"
17687version = "0.1.0"
17688dependencies = [
17689 "anyhow",
17690 "collections",
17691 "derive_more",
17692 "gpui",
17693 "palette",
17694 "parking_lot",
17695 "refineable",
17696 "schemars",
17697 "serde",
17698 "serde_json",
17699 "serde_json_lenient",
17700 "strum 0.27.2",
17701 "syntax_theme",
17702 "thiserror 2.0.17",
17703 "uuid",
17704]
17705
17706[[package]]
17707name = "theme_extension"
17708version = "0.1.0"
17709dependencies = [
17710 "anyhow",
17711 "extension",
17712 "fs",
17713 "gpui",
17714 "theme",
17715 "theme_settings",
17716]
17717
17718[[package]]
17719name = "theme_importer"
17720version = "0.1.0"
17721dependencies = [
17722 "anyhow",
17723 "clap",
17724 "collections",
17725 "gpui",
17726 "indexmap",
17727 "log",
17728 "palette",
17729 "serde",
17730 "serde_json",
17731 "serde_json_lenient",
17732 "simplelog",
17733 "strum 0.27.2",
17734 "theme",
17735 "theme_settings",
17736 "vscode_theme",
17737]
17738
17739[[package]]
17740name = "theme_selector"
17741version = "0.1.0"
17742dependencies = [
17743 "editor",
17744 "fs",
17745 "fuzzy",
17746 "gpui",
17747 "log",
17748 "picker",
17749 "project",
17750 "serde",
17751 "serde_json",
17752 "settings",
17753 "telemetry",
17754 "theme",
17755 "theme_settings",
17756 "ui",
17757 "util",
17758 "workspace",
17759 "zed_actions",
17760]
17761
17762[[package]]
17763name = "theme_settings"
17764version = "0.1.0"
17765dependencies = [
17766 "anyhow",
17767 "collections",
17768 "gpui",
17769 "gpui_util",
17770 "log",
17771 "palette",
17772 "refineable",
17773 "schemars",
17774 "serde",
17775 "serde_json",
17776 "serde_json_lenient",
17777 "settings",
17778 "theme",
17779 "uuid",
17780]
17781
17782[[package]]
17783name = "thiserror"
17784version = "1.0.69"
17785source = "registry+https://github.com/rust-lang/crates.io-index"
17786checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17787dependencies = [
17788 "thiserror-impl 1.0.69",
17789]
17790
17791[[package]]
17792name = "thiserror"
17793version = "2.0.17"
17794source = "registry+https://github.com/rust-lang/crates.io-index"
17795checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17796dependencies = [
17797 "thiserror-impl 2.0.17",
17798]
17799
17800[[package]]
17801name = "thiserror-impl"
17802version = "1.0.69"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17805dependencies = [
17806 "proc-macro2",
17807 "quote",
17808 "syn 2.0.117",
17809]
17810
17811[[package]]
17812name = "thiserror-impl"
17813version = "2.0.17"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17816dependencies = [
17817 "proc-macro2",
17818 "quote",
17819 "syn 2.0.117",
17820]
17821
17822[[package]]
17823name = "thread_local"
17824version = "1.1.9"
17825source = "registry+https://github.com/rust-lang/crates.io-index"
17826checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17827dependencies = [
17828 "cfg-if",
17829]
17830
17831[[package]]
17832name = "tiff"
17833version = "0.10.3"
17834source = "registry+https://github.com/rust-lang/crates.io-index"
17835checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17836dependencies = [
17837 "fax",
17838 "flate2",
17839 "half",
17840 "quick-error 2.0.1",
17841 "weezl",
17842 "zune-jpeg",
17843]
17844
17845[[package]]
17846name = "tiktoken-rs"
17847version = "0.9.1"
17848source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17849dependencies = [
17850 "anyhow",
17851 "base64 0.22.1",
17852 "bstr",
17853 "fancy-regex 0.16.2",
17854 "lazy_static",
17855 "regex",
17856 "rustc-hash 1.1.0",
17857]
17858
17859[[package]]
17860name = "time"
17861version = "0.3.47"
17862source = "registry+https://github.com/rust-lang/crates.io-index"
17863checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17864dependencies = [
17865 "deranged",
17866 "itoa",
17867 "libc",
17868 "num-conv",
17869 "num_threads",
17870 "powerfmt",
17871 "serde_core",
17872 "time-core",
17873 "time-macros",
17874]
17875
17876[[package]]
17877name = "time-core"
17878version = "0.1.8"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17881
17882[[package]]
17883name = "time-macros"
17884version = "0.2.27"
17885source = "registry+https://github.com/rust-lang/crates.io-index"
17886checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17887dependencies = [
17888 "num-conv",
17889 "time-core",
17890]
17891
17892[[package]]
17893name = "time_format"
17894version = "0.1.0"
17895dependencies = [
17896 "core-foundation 0.10.0",
17897 "core-foundation-sys",
17898 "sys-locale",
17899 "time",
17900 "windows 0.61.3",
17901]
17902
17903[[package]]
17904name = "tiny-keccak"
17905version = "2.0.2"
17906source = "registry+https://github.com/rust-lang/crates.io-index"
17907checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17908dependencies = [
17909 "crunchy",
17910]
17911
17912[[package]]
17913name = "tiny-skia"
17914version = "0.11.4"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17917dependencies = [
17918 "arrayref",
17919 "arrayvec",
17920 "bytemuck",
17921 "cfg-if",
17922 "log",
17923 "png 0.17.16",
17924 "tiny-skia-path",
17925]
17926
17927[[package]]
17928name = "tiny-skia-path"
17929version = "0.11.4"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17932dependencies = [
17933 "arrayref",
17934 "bytemuck",
17935 "strict-num",
17936]
17937
17938[[package]]
17939name = "tiny_http"
17940version = "0.12.0"
17941source = "registry+https://github.com/rust-lang/crates.io-index"
17942checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17943dependencies = [
17944 "ascii",
17945 "chunked_transfer",
17946 "httpdate",
17947 "log",
17948]
17949
17950[[package]]
17951name = "tinystr"
17952version = "0.8.1"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17955dependencies = [
17956 "displaydoc",
17957 "zerovec",
17958]
17959
17960[[package]]
17961name = "tinytemplate"
17962version = "1.2.1"
17963source = "registry+https://github.com/rust-lang/crates.io-index"
17964checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17965dependencies = [
17966 "serde",
17967 "serde_json",
17968]
17969
17970[[package]]
17971name = "tinyvec"
17972version = "1.10.0"
17973source = "registry+https://github.com/rust-lang/crates.io-index"
17974checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17975dependencies = [
17976 "tinyvec_macros",
17977]
17978
17979[[package]]
17980name = "tinyvec_macros"
17981version = "0.1.1"
17982source = "registry+https://github.com/rust-lang/crates.io-index"
17983checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17984
17985[[package]]
17986name = "title_bar"
17987version = "0.1.0"
17988dependencies = [
17989 "anyhow",
17990 "auto_update",
17991 "call",
17992 "channel",
17993 "chrono",
17994 "client",
17995 "cloud_api_types",
17996 "db",
17997 "git_ui",
17998 "gpui",
17999 "icons",
18000 "livekit_client",
18001 "notifications",
18002 "platform_title_bar",
18003 "project",
18004 "recent_projects",
18005 "release_channel",
18006 "remote",
18007 "remote_connection",
18008 "rpc",
18009 "schemars",
18010 "semver",
18011 "serde",
18012 "settings",
18013 "smallvec",
18014 "story",
18015 "telemetry",
18016 "theme",
18017 "ui",
18018 "util",
18019 "windows 0.61.3",
18020 "workspace",
18021 "zed_actions",
18022]
18023
18024[[package]]
18025name = "tokio"
18026version = "1.48.0"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18029dependencies = [
18030 "bytes 1.11.1",
18031 "libc",
18032 "mio 1.1.0",
18033 "parking_lot",
18034 "pin-project-lite",
18035 "signal-hook-registry",
18036 "socket2 0.6.1",
18037 "tokio-macros",
18038 "windows-sys 0.61.2",
18039]
18040
18041[[package]]
18042name = "tokio-io"
18043version = "0.1.13"
18044source = "registry+https://github.com/rust-lang/crates.io-index"
18045checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18046dependencies = [
18047 "bytes 0.4.12",
18048 "futures 0.1.31",
18049 "log",
18050]
18051
18052[[package]]
18053name = "tokio-macros"
18054version = "2.6.0"
18055source = "registry+https://github.com/rust-lang/crates.io-index"
18056checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18057dependencies = [
18058 "proc-macro2",
18059 "quote",
18060 "syn 2.0.117",
18061]
18062
18063[[package]]
18064name = "tokio-native-tls"
18065version = "0.3.1"
18066source = "registry+https://github.com/rust-lang/crates.io-index"
18067checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18068dependencies = [
18069 "native-tls",
18070 "tokio",
18071]
18072
18073[[package]]
18074name = "tokio-rustls"
18075version = "0.24.1"
18076source = "registry+https://github.com/rust-lang/crates.io-index"
18077checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18078dependencies = [
18079 "rustls 0.21.12",
18080 "tokio",
18081]
18082
18083[[package]]
18084name = "tokio-rustls"
18085version = "0.26.2"
18086source = "registry+https://github.com/rust-lang/crates.io-index"
18087checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18088dependencies = [
18089 "rustls 0.23.33",
18090 "tokio",
18091]
18092
18093[[package]]
18094name = "tokio-socks"
18095version = "0.5.2"
18096source = "registry+https://github.com/rust-lang/crates.io-index"
18097checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18098dependencies = [
18099 "either",
18100 "futures-io",
18101 "futures-util",
18102 "thiserror 1.0.69",
18103 "tokio",
18104]
18105
18106[[package]]
18107name = "tokio-stream"
18108version = "0.1.17"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18111dependencies = [
18112 "futures-core",
18113 "pin-project-lite",
18114 "tokio",
18115]
18116
18117[[package]]
18118name = "tokio-tungstenite"
18119version = "0.20.1"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18122dependencies = [
18123 "futures-util",
18124 "log",
18125 "tokio",
18126 "tungstenite 0.20.1",
18127]
18128
18129[[package]]
18130name = "tokio-tungstenite"
18131version = "0.21.0"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18134dependencies = [
18135 "futures-util",
18136 "log",
18137 "tokio",
18138 "tungstenite 0.21.0",
18139]
18140
18141[[package]]
18142name = "tokio-tungstenite"
18143version = "0.28.0"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18146dependencies = [
18147 "futures-util",
18148 "log",
18149 "rustls 0.23.33",
18150 "rustls-native-certs 0.8.2",
18151 "rustls-pki-types",
18152 "tokio",
18153 "tokio-rustls 0.26.2",
18154 "tungstenite 0.28.0",
18155]
18156
18157[[package]]
18158name = "tokio-util"
18159version = "0.7.16"
18160source = "registry+https://github.com/rust-lang/crates.io-index"
18161checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18162dependencies = [
18163 "bytes 1.11.1",
18164 "futures-core",
18165 "futures-io",
18166 "futures-sink",
18167 "pin-project-lite",
18168 "tokio",
18169]
18170
18171[[package]]
18172name = "toml"
18173version = "0.5.11"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18176dependencies = [
18177 "serde",
18178]
18179
18180[[package]]
18181name = "toml"
18182version = "0.8.23"
18183source = "registry+https://github.com/rust-lang/crates.io-index"
18184checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18185dependencies = [
18186 "serde",
18187 "serde_spanned 0.6.9",
18188 "toml_datetime 0.6.11",
18189 "toml_edit 0.22.27",
18190]
18191
18192[[package]]
18193name = "toml"
18194version = "0.9.8"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18197dependencies = [
18198 "indexmap",
18199 "serde_core",
18200 "serde_spanned 1.0.3",
18201 "toml_datetime 0.7.3",
18202 "toml_parser",
18203 "toml_writer",
18204 "winnow",
18205]
18206
18207[[package]]
18208name = "toml_datetime"
18209version = "0.6.11"
18210source = "registry+https://github.com/rust-lang/crates.io-index"
18211checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18212dependencies = [
18213 "serde",
18214]
18215
18216[[package]]
18217name = "toml_datetime"
18218version = "0.7.3"
18219source = "registry+https://github.com/rust-lang/crates.io-index"
18220checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18221dependencies = [
18222 "serde_core",
18223]
18224
18225[[package]]
18226name = "toml_edit"
18227version = "0.22.27"
18228source = "registry+https://github.com/rust-lang/crates.io-index"
18229checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18230dependencies = [
18231 "indexmap",
18232 "serde",
18233 "serde_spanned 0.6.9",
18234 "toml_datetime 0.6.11",
18235 "toml_write",
18236 "winnow",
18237]
18238
18239[[package]]
18240name = "toml_edit"
18241version = "0.23.7"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18244dependencies = [
18245 "indexmap",
18246 "toml_datetime 0.7.3",
18247 "toml_parser",
18248 "winnow",
18249]
18250
18251[[package]]
18252name = "toml_parser"
18253version = "1.0.4"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18256dependencies = [
18257 "winnow",
18258]
18259
18260[[package]]
18261name = "toml_write"
18262version = "0.1.2"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18265
18266[[package]]
18267name = "toml_writer"
18268version = "1.0.4"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18271
18272[[package]]
18273name = "toolchain_selector"
18274version = "0.1.0"
18275dependencies = [
18276 "anyhow",
18277 "convert_case 0.8.0",
18278 "editor",
18279 "futures 0.3.32",
18280 "fuzzy",
18281 "gpui",
18282 "language",
18283 "menu",
18284 "open_path_prompt",
18285 "picker",
18286 "project",
18287 "ui",
18288 "util",
18289 "workspace",
18290]
18291
18292[[package]]
18293name = "topological-sort"
18294version = "0.2.2"
18295source = "registry+https://github.com/rust-lang/crates.io-index"
18296checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18297
18298[[package]]
18299name = "tower"
18300version = "0.4.13"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18303dependencies = [
18304 "futures-core",
18305 "futures-util",
18306 "pin-project",
18307 "pin-project-lite",
18308 "tokio",
18309 "tower-layer",
18310 "tower-service",
18311 "tracing",
18312]
18313
18314[[package]]
18315name = "tower"
18316version = "0.5.2"
18317source = "registry+https://github.com/rust-lang/crates.io-index"
18318checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18319dependencies = [
18320 "futures-core",
18321 "futures-util",
18322 "pin-project-lite",
18323 "sync_wrapper 1.0.2",
18324 "tokio",
18325 "tokio-util",
18326 "tower-layer",
18327 "tower-service",
18328 "tracing",
18329]
18330
18331[[package]]
18332name = "tower-http"
18333version = "0.4.4"
18334source = "registry+https://github.com/rust-lang/crates.io-index"
18335checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18336dependencies = [
18337 "bitflags 2.10.0",
18338 "bytes 1.11.1",
18339 "futures-core",
18340 "futures-util",
18341 "http 0.2.12",
18342 "http-body 0.4.6",
18343 "http-range-header",
18344 "pin-project-lite",
18345 "tower-layer",
18346 "tower-service",
18347 "tracing",
18348]
18349
18350[[package]]
18351name = "tower-http"
18352version = "0.6.6"
18353source = "registry+https://github.com/rust-lang/crates.io-index"
18354checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18355dependencies = [
18356 "bitflags 2.10.0",
18357 "bytes 1.11.1",
18358 "futures-util",
18359 "http 1.3.1",
18360 "http-body 1.0.1",
18361 "iri-string",
18362 "pin-project-lite",
18363 "tower 0.5.2",
18364 "tower-layer",
18365 "tower-service",
18366 "tracing",
18367]
18368
18369[[package]]
18370name = "tower-layer"
18371version = "0.3.3"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18374
18375[[package]]
18376name = "tower-service"
18377version = "0.3.3"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18380
18381[[package]]
18382name = "tracing"
18383version = "0.1.43"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18386dependencies = [
18387 "log",
18388 "pin-project-lite",
18389 "tracing-attributes",
18390 "tracing-core",
18391]
18392
18393[[package]]
18394name = "tracing-attributes"
18395version = "0.1.31"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18398dependencies = [
18399 "proc-macro2",
18400 "quote",
18401 "syn 2.0.117",
18402]
18403
18404[[package]]
18405name = "tracing-core"
18406version = "0.1.35"
18407source = "registry+https://github.com/rust-lang/crates.io-index"
18408checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18409dependencies = [
18410 "once_cell",
18411 "valuable",
18412]
18413
18414[[package]]
18415name = "tracing-log"
18416version = "0.2.0"
18417source = "registry+https://github.com/rust-lang/crates.io-index"
18418checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18419dependencies = [
18420 "log",
18421 "once_cell",
18422 "tracing-core",
18423]
18424
18425[[package]]
18426name = "tracing-serde"
18427version = "0.2.0"
18428source = "registry+https://github.com/rust-lang/crates.io-index"
18429checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18430dependencies = [
18431 "serde",
18432 "tracing-core",
18433]
18434
18435[[package]]
18436name = "tracing-subscriber"
18437version = "0.3.22"
18438source = "registry+https://github.com/rust-lang/crates.io-index"
18439checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18440dependencies = [
18441 "matchers",
18442 "nu-ansi-term",
18443 "once_cell",
18444 "regex-automata",
18445 "serde",
18446 "serde_json",
18447 "sharded-slab",
18448 "smallvec",
18449 "thread_local",
18450 "tracing",
18451 "tracing-core",
18452 "tracing-log",
18453 "tracing-serde",
18454]
18455
18456[[package]]
18457name = "tracing-tracy"
18458version = "0.11.4"
18459source = "registry+https://github.com/rust-lang/crates.io-index"
18460checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18461dependencies = [
18462 "tracing-core",
18463 "tracing-subscriber",
18464 "tracy-client",
18465]
18466
18467[[package]]
18468name = "tracy-client"
18469version = "0.18.3"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18472dependencies = [
18473 "loom",
18474 "once_cell",
18475 "tracy-client-sys",
18476]
18477
18478[[package]]
18479name = "tracy-client-sys"
18480version = "0.27.0"
18481source = "registry+https://github.com/rust-lang/crates.io-index"
18482checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18483dependencies = [
18484 "cc",
18485 "windows-targets 0.52.6",
18486]
18487
18488[[package]]
18489name = "transpose"
18490version = "0.2.3"
18491source = "registry+https://github.com/rust-lang/crates.io-index"
18492checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18493dependencies = [
18494 "num-integer",
18495 "strength_reduce",
18496]
18497
18498[[package]]
18499name = "tree-sitter"
18500version = "0.26.8"
18501source = "registry+https://github.com/rust-lang/crates.io-index"
18502checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18503dependencies = [
18504 "cc",
18505 "regex",
18506 "regex-syntax",
18507 "serde_json",
18508 "streaming-iterator",
18509 "tree-sitter-language",
18510 "wasmtime-c-api-impl",
18511]
18512
18513[[package]]
18514name = "tree-sitter-bash"
18515version = "0.25.1"
18516source = "registry+https://github.com/rust-lang/crates.io-index"
18517checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18518dependencies = [
18519 "cc",
18520 "tree-sitter-language",
18521]
18522
18523[[package]]
18524name = "tree-sitter-c"
18525version = "0.24.1"
18526source = "registry+https://github.com/rust-lang/crates.io-index"
18527checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18528dependencies = [
18529 "cc",
18530 "tree-sitter-language",
18531]
18532
18533[[package]]
18534name = "tree-sitter-cpp"
18535version = "0.23.4"
18536source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18537dependencies = [
18538 "cc",
18539 "tree-sitter-language",
18540]
18541
18542[[package]]
18543name = "tree-sitter-css"
18544version = "0.23.2"
18545source = "registry+https://github.com/rust-lang/crates.io-index"
18546checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18547dependencies = [
18548 "cc",
18549 "tree-sitter-language",
18550]
18551
18552[[package]]
18553name = "tree-sitter-diff"
18554version = "0.1.0"
18555source = "registry+https://github.com/rust-lang/crates.io-index"
18556checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18557dependencies = [
18558 "cc",
18559 "tree-sitter-language",
18560]
18561
18562[[package]]
18563name = "tree-sitter-elixir"
18564version = "0.3.4"
18565source = "registry+https://github.com/rust-lang/crates.io-index"
18566checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18567dependencies = [
18568 "cc",
18569 "tree-sitter-language",
18570]
18571
18572[[package]]
18573name = "tree-sitter-embedded-template"
18574version = "0.23.2"
18575source = "registry+https://github.com/rust-lang/crates.io-index"
18576checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18577dependencies = [
18578 "cc",
18579 "tree-sitter-language",
18580]
18581
18582[[package]]
18583name = "tree-sitter-gitcommit"
18584version = "0.0.1"
18585source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18586dependencies = [
18587 "cc",
18588 "tree-sitter-language",
18589]
18590
18591[[package]]
18592name = "tree-sitter-go"
18593version = "0.25.0"
18594source = "registry+https://github.com/rust-lang/crates.io-index"
18595checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18596dependencies = [
18597 "cc",
18598 "tree-sitter-language",
18599]
18600
18601[[package]]
18602name = "tree-sitter-gomod"
18603version = "1.1.1"
18604source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18605dependencies = [
18606 "cc",
18607 "tree-sitter-language",
18608]
18609
18610[[package]]
18611name = "tree-sitter-gowork"
18612version = "0.0.1"
18613source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18614dependencies = [
18615 "cc",
18616 "tree-sitter-language",
18617]
18618
18619[[package]]
18620name = "tree-sitter-heex"
18621version = "0.0.1"
18622source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18623dependencies = [
18624 "cc",
18625 "tree-sitter-language",
18626]
18627
18628[[package]]
18629name = "tree-sitter-html"
18630version = "0.23.2"
18631source = "registry+https://github.com/rust-lang/crates.io-index"
18632checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18633dependencies = [
18634 "cc",
18635 "tree-sitter-language",
18636]
18637
18638[[package]]
18639name = "tree-sitter-jsdoc"
18640version = "0.23.2"
18641source = "registry+https://github.com/rust-lang/crates.io-index"
18642checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18643dependencies = [
18644 "cc",
18645 "tree-sitter-language",
18646]
18647
18648[[package]]
18649name = "tree-sitter-json"
18650version = "0.24.8"
18651source = "registry+https://github.com/rust-lang/crates.io-index"
18652checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18653dependencies = [
18654 "cc",
18655 "tree-sitter-language",
18656]
18657
18658[[package]]
18659name = "tree-sitter-language"
18660version = "0.1.5"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18663
18664[[package]]
18665name = "tree-sitter-md"
18666version = "0.3.2"
18667source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18668dependencies = [
18669 "cc",
18670 "tree-sitter-language",
18671]
18672
18673[[package]]
18674name = "tree-sitter-python"
18675version = "0.25.0"
18676source = "registry+https://github.com/rust-lang/crates.io-index"
18677checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18678dependencies = [
18679 "cc",
18680 "tree-sitter-language",
18681]
18682
18683[[package]]
18684name = "tree-sitter-regex"
18685version = "0.24.3"
18686source = "registry+https://github.com/rust-lang/crates.io-index"
18687checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18688dependencies = [
18689 "cc",
18690 "tree-sitter-language",
18691]
18692
18693[[package]]
18694name = "tree-sitter-ruby"
18695version = "0.23.1"
18696source = "registry+https://github.com/rust-lang/crates.io-index"
18697checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18698dependencies = [
18699 "cc",
18700 "tree-sitter-language",
18701]
18702
18703[[package]]
18704name = "tree-sitter-rust"
18705version = "0.24.2"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18708dependencies = [
18709 "cc",
18710 "tree-sitter-language",
18711]
18712
18713[[package]]
18714name = "tree-sitter-typescript"
18715version = "0.23.2"
18716source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18717dependencies = [
18718 "cc",
18719 "tree-sitter-language",
18720]
18721
18722[[package]]
18723name = "tree-sitter-yaml"
18724version = "0.6.1"
18725source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18726dependencies = [
18727 "cc",
18728 "tree-sitter-language",
18729]
18730
18731[[package]]
18732name = "triomphe"
18733version = "0.1.15"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18736dependencies = [
18737 "serde",
18738 "stable_deref_trait",
18739]
18740
18741[[package]]
18742name = "try-lock"
18743version = "0.2.5"
18744source = "registry+https://github.com/rust-lang/crates.io-index"
18745checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18746
18747[[package]]
18748name = "ttf-parser"
18749version = "0.20.0"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18752
18753[[package]]
18754name = "ttf-parser"
18755version = "0.25.1"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18758dependencies = [
18759 "core_maths",
18760]
18761
18762[[package]]
18763name = "tungstenite"
18764version = "0.20.1"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18767dependencies = [
18768 "byteorder",
18769 "bytes 1.11.1",
18770 "data-encoding",
18771 "http 0.2.12",
18772 "httparse",
18773 "log",
18774 "rand 0.8.5",
18775 "sha1",
18776 "thiserror 1.0.69",
18777 "url",
18778 "utf-8",
18779]
18780
18781[[package]]
18782name = "tungstenite"
18783version = "0.21.0"
18784source = "registry+https://github.com/rust-lang/crates.io-index"
18785checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18786dependencies = [
18787 "byteorder",
18788 "bytes 1.11.1",
18789 "data-encoding",
18790 "http 1.3.1",
18791 "httparse",
18792 "log",
18793 "rand 0.8.5",
18794 "sha1",
18795 "thiserror 1.0.69",
18796 "url",
18797 "utf-8",
18798]
18799
18800[[package]]
18801name = "tungstenite"
18802version = "0.27.0"
18803source = "registry+https://github.com/rust-lang/crates.io-index"
18804checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18805dependencies = [
18806 "bytes 1.11.1",
18807 "data-encoding",
18808 "http 1.3.1",
18809 "httparse",
18810 "log",
18811 "rand 0.9.2",
18812 "rustls 0.23.33",
18813 "rustls-pki-types",
18814 "sha1",
18815 "thiserror 2.0.17",
18816 "utf-8",
18817]
18818
18819[[package]]
18820name = "tungstenite"
18821version = "0.28.0"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18824dependencies = [
18825 "bytes 1.11.1",
18826 "data-encoding",
18827 "http 1.3.1",
18828 "httparse",
18829 "log",
18830 "rand 0.9.2",
18831 "rustls 0.23.33",
18832 "rustls-pki-types",
18833 "sha1",
18834 "thiserror 2.0.17",
18835 "utf-8",
18836]
18837
18838[[package]]
18839name = "typeid"
18840version = "1.0.3"
18841source = "registry+https://github.com/rust-lang/crates.io-index"
18842checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18843
18844[[package]]
18845name = "typenum"
18846version = "1.19.0"
18847source = "registry+https://github.com/rust-lang/crates.io-index"
18848checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18849
18850[[package]]
18851name = "ucd-trie"
18852version = "0.1.7"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18855
18856[[package]]
18857name = "uds"
18858version = "0.4.2"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18861dependencies = [
18862 "libc",
18863]
18864
18865[[package]]
18866name = "uds_windows"
18867version = "1.1.0"
18868source = "registry+https://github.com/rust-lang/crates.io-index"
18869checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18870dependencies = [
18871 "memoffset",
18872 "tempfile",
18873 "winapi",
18874]
18875
18876[[package]]
18877name = "ug"
18878version = "0.4.0"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18881dependencies = [
18882 "gemm 0.18.2",
18883 "half",
18884 "libloading",
18885 "memmap2",
18886 "num",
18887 "num-traits",
18888 "num_cpus",
18889 "rayon",
18890 "safetensors",
18891 "serde",
18892 "thiserror 1.0.69",
18893 "tracing",
18894 "yoke 0.7.5",
18895]
18896
18897[[package]]
18898name = "ui"
18899version = "0.1.0"
18900dependencies = [
18901 "chrono",
18902 "component",
18903 "documented",
18904 "gpui",
18905 "gpui_macros",
18906 "gpui_util",
18907 "icons",
18908 "itertools 0.14.0",
18909 "menu",
18910 "schemars",
18911 "serde",
18912 "smallvec",
18913 "story",
18914 "strum 0.27.2",
18915 "theme",
18916 "ui_macros",
18917 "windows 0.61.3",
18918]
18919
18920[[package]]
18921name = "ui_input"
18922version = "0.1.0"
18923dependencies = [
18924 "component",
18925 "gpui",
18926 "ui",
18927]
18928
18929[[package]]
18930name = "ui_macros"
18931version = "0.1.0"
18932dependencies = [
18933 "component",
18934 "quote",
18935 "syn 2.0.117",
18936 "ui",
18937]
18938
18939[[package]]
18940name = "ui_prompt"
18941version = "0.1.0"
18942dependencies = [
18943 "gpui",
18944 "markdown",
18945 "menu",
18946 "settings",
18947 "theme_settings",
18948 "ui",
18949 "workspace",
18950]
18951
18952[[package]]
18953name = "unarray"
18954version = "0.1.4"
18955source = "registry+https://github.com/rust-lang/crates.io-index"
18956checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18957
18958[[package]]
18959name = "unicase"
18960version = "2.8.1"
18961source = "registry+https://github.com/rust-lang/crates.io-index"
18962checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18963
18964[[package]]
18965name = "unicode-bidi"
18966version = "0.3.18"
18967source = "registry+https://github.com/rust-lang/crates.io-index"
18968checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18969
18970[[package]]
18971name = "unicode-bidi-mirroring"
18972version = "0.4.0"
18973source = "registry+https://github.com/rust-lang/crates.io-index"
18974checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18975
18976[[package]]
18977name = "unicode-ccc"
18978version = "0.4.0"
18979source = "registry+https://github.com/rust-lang/crates.io-index"
18980checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18981
18982[[package]]
18983name = "unicode-general-category"
18984version = "1.1.0"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18987
18988[[package]]
18989name = "unicode-ident"
18990version = "1.0.19"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18993
18994[[package]]
18995name = "unicode-linebreak"
18996version = "0.1.5"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18999
19000[[package]]
19001name = "unicode-normalization"
19002version = "0.1.24"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19005dependencies = [
19006 "tinyvec",
19007]
19008
19009[[package]]
19010name = "unicode-properties"
19011version = "0.1.3"
19012source = "registry+https://github.com/rust-lang/crates.io-index"
19013checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19014
19015[[package]]
19016name = "unicode-script"
19017version = "0.5.8"
19018source = "registry+https://github.com/rust-lang/crates.io-index"
19019checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19020
19021[[package]]
19022name = "unicode-segmentation"
19023version = "1.12.0"
19024source = "registry+https://github.com/rust-lang/crates.io-index"
19025checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19026
19027[[package]]
19028name = "unicode-vo"
19029version = "0.1.0"
19030source = "registry+https://github.com/rust-lang/crates.io-index"
19031checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19032
19033[[package]]
19034name = "unicode-width"
19035version = "0.2.2"
19036source = "registry+https://github.com/rust-lang/crates.io-index"
19037checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19038
19039[[package]]
19040name = "unicode-xid"
19041version = "0.2.6"
19042source = "registry+https://github.com/rust-lang/crates.io-index"
19043checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19044
19045[[package]]
19046name = "unicode_categories"
19047version = "0.1.1"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19050
19051[[package]]
19052name = "unindent"
19053version = "0.2.4"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19056
19057[[package]]
19058name = "unsafe-libyaml"
19059version = "0.2.11"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19062
19063[[package]]
19064name = "untrusted"
19065version = "0.7.1"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19068
19069[[package]]
19070name = "untrusted"
19071version = "0.9.0"
19072source = "registry+https://github.com/rust-lang/crates.io-index"
19073checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19074
19075[[package]]
19076name = "url"
19077version = "2.5.7"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19080dependencies = [
19081 "form_urlencoded",
19082 "idna",
19083 "percent-encoding",
19084 "serde",
19085]
19086
19087[[package]]
19088name = "urlencoding"
19089version = "2.1.3"
19090source = "registry+https://github.com/rust-lang/crates.io-index"
19091checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19092
19093[[package]]
19094name = "usvg"
19095version = "0.45.1"
19096source = "registry+https://github.com/rust-lang/crates.io-index"
19097checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19098dependencies = [
19099 "base64 0.22.1",
19100 "data-url",
19101 "flate2",
19102 "fontdb 0.23.0",
19103 "imagesize",
19104 "kurbo",
19105 "log",
19106 "pico-args",
19107 "roxmltree",
19108 "rustybuzz",
19109 "simplecss",
19110 "siphasher 1.0.1",
19111 "strict-num",
19112 "svgtypes",
19113 "tiny-skia-path",
19114 "unicode-bidi",
19115 "unicode-script",
19116 "unicode-vo",
19117 "xmlwriter",
19118]
19119
19120[[package]]
19121name = "utf-8"
19122version = "0.7.6"
19123source = "registry+https://github.com/rust-lang/crates.io-index"
19124checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19125
19126[[package]]
19127name = "utf8-chars"
19128version = "3.0.6"
19129source = "registry+https://github.com/rust-lang/crates.io-index"
19130checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19131dependencies = [
19132 "arrayvec",
19133]
19134
19135[[package]]
19136name = "utf8_iter"
19137version = "1.0.4"
19138source = "registry+https://github.com/rust-lang/crates.io-index"
19139checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19140
19141[[package]]
19142name = "utf8parse"
19143version = "0.2.2"
19144source = "registry+https://github.com/rust-lang/crates.io-index"
19145checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19146
19147[[package]]
19148name = "util"
19149version = "0.1.0"
19150dependencies = [
19151 "anyhow",
19152 "async-fs",
19153 "async_zip",
19154 "collections",
19155 "command-fds",
19156 "dirs 4.0.0",
19157 "dunce",
19158 "futures 0.3.32",
19159 "futures-lite 1.13.0",
19160 "git2",
19161 "globset",
19162 "gpui_util",
19163 "itertools 0.14.0",
19164 "libc",
19165 "log",
19166 "mach2 0.5.0",
19167 "nix 0.29.0",
19168 "percent-encoding",
19169 "pretty_assertions",
19170 "rand 0.9.2",
19171 "regex",
19172 "rust-embed",
19173 "schemars",
19174 "serde",
19175 "serde_json",
19176 "serde_json_lenient",
19177 "shlex",
19178 "smol",
19179 "take-until",
19180 "tempfile",
19181 "tendril",
19182 "unicase",
19183 "url",
19184 "util_macros",
19185 "walkdir",
19186 "which 6.0.3",
19187]
19188
19189[[package]]
19190name = "util_macros"
19191version = "0.1.0"
19192dependencies = [
19193 "perf",
19194 "quote",
19195 "syn 2.0.117",
19196]
19197
19198[[package]]
19199name = "uuid"
19200version = "1.18.1"
19201source = "registry+https://github.com/rust-lang/crates.io-index"
19202checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19203dependencies = [
19204 "getrandom 0.3.4",
19205 "js-sys",
19206 "serde",
19207 "sha1_smol",
19208 "wasm-bindgen",
19209]
19210
19211[[package]]
19212name = "uuid-simd"
19213version = "0.8.0"
19214source = "registry+https://github.com/rust-lang/crates.io-index"
19215checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19216dependencies = [
19217 "outref",
19218 "vsimd",
19219]
19220
19221[[package]]
19222name = "v_frame"
19223version = "0.3.9"
19224source = "registry+https://github.com/rust-lang/crates.io-index"
19225checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19226dependencies = [
19227 "aligned-vec",
19228 "num-traits",
19229 "wasm-bindgen",
19230]
19231
19232[[package]]
19233name = "valuable"
19234version = "0.1.1"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19237
19238[[package]]
19239name = "value-bag"
19240version = "1.12.0"
19241source = "registry+https://github.com/rust-lang/crates.io-index"
19242checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19243dependencies = [
19244 "value-bag-serde1",
19245 "value-bag-sval2",
19246]
19247
19248[[package]]
19249name = "value-bag-serde1"
19250version = "1.12.0"
19251source = "registry+https://github.com/rust-lang/crates.io-index"
19252checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19253dependencies = [
19254 "erased-serde",
19255 "serde_core",
19256 "serde_fmt",
19257]
19258
19259[[package]]
19260name = "value-bag-sval2"
19261version = "1.12.0"
19262source = "registry+https://github.com/rust-lang/crates.io-index"
19263checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19264dependencies = [
19265 "sval",
19266 "sval_buffer",
19267 "sval_dynamic",
19268 "sval_fmt",
19269 "sval_json",
19270 "sval_ref",
19271 "sval_serde",
19272]
19273
19274[[package]]
19275name = "vcpkg"
19276version = "0.2.15"
19277source = "registry+https://github.com/rust-lang/crates.io-index"
19278checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19279
19280[[package]]
19281name = "vercel"
19282version = "0.1.0"
19283dependencies = [
19284 "anyhow",
19285 "schemars",
19286 "serde",
19287 "strum 0.27.2",
19288]
19289
19290[[package]]
19291name = "version-compare"
19292version = "0.2.0"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19295
19296[[package]]
19297name = "version_check"
19298version = "0.9.5"
19299source = "registry+https://github.com/rust-lang/crates.io-index"
19300checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19301
19302[[package]]
19303name = "vim"
19304version = "0.1.0"
19305dependencies = [
19306 "anyhow",
19307 "async-compat",
19308 "async-trait",
19309 "collections",
19310 "command_palette",
19311 "command_palette_hooks",
19312 "db",
19313 "editor",
19314 "env_logger 0.11.8",
19315 "futures 0.3.32",
19316 "fuzzy",
19317 "git_ui",
19318 "gpui",
19319 "indoc",
19320 "itertools 0.14.0",
19321 "language",
19322 "log",
19323 "lsp",
19324 "markdown_preview",
19325 "menu",
19326 "multi_buffer",
19327 "nvim-rs",
19328 "outline_panel",
19329 "parking_lot",
19330 "perf",
19331 "picker",
19332 "project",
19333 "project_panel",
19334 "regex",
19335 "release_channel",
19336 "schemars",
19337 "search",
19338 "semver",
19339 "serde",
19340 "serde_json",
19341 "settings",
19342 "settings_ui",
19343 "task",
19344 "text",
19345 "theme",
19346 "theme_settings",
19347 "tokio",
19348 "ui",
19349 "util",
19350 "util_macros",
19351 "vim_mode_setting",
19352 "workspace",
19353 "zed_actions",
19354]
19355
19356[[package]]
19357name = "vim_mode_setting"
19358version = "0.1.0"
19359dependencies = [
19360 "gpui",
19361 "settings",
19362]
19363
19364[[package]]
19365name = "vscode_theme"
19366version = "0.2.0"
19367source = "registry+https://github.com/rust-lang/crates.io-index"
19368checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19369dependencies = [
19370 "serde",
19371]
19372
19373[[package]]
19374name = "vsimd"
19375version = "0.8.0"
19376source = "registry+https://github.com/rust-lang/crates.io-index"
19377checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19378
19379[[package]]
19380name = "vswhom"
19381version = "0.1.0"
19382source = "registry+https://github.com/rust-lang/crates.io-index"
19383checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19384dependencies = [
19385 "libc",
19386 "vswhom-sys",
19387]
19388
19389[[package]]
19390name = "vswhom-sys"
19391version = "0.1.3"
19392source = "registry+https://github.com/rust-lang/crates.io-index"
19393checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19394dependencies = [
19395 "cc",
19396 "libc",
19397]
19398
19399[[package]]
19400name = "vte"
19401version = "0.15.0"
19402source = "registry+https://github.com/rust-lang/crates.io-index"
19403checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19404dependencies = [
19405 "arrayvec",
19406 "bitflags 2.10.0",
19407 "cursor-icon",
19408 "log",
19409 "memchr",
19410 "serde",
19411]
19412
19413[[package]]
19414name = "wait-timeout"
19415version = "0.2.1"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19418dependencies = [
19419 "libc",
19420]
19421
19422[[package]]
19423name = "waker-fn"
19424version = "1.2.0"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19427
19428[[package]]
19429name = "walkdir"
19430version = "2.5.0"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19433dependencies = [
19434 "same-file",
19435 "winapi-util",
19436]
19437
19438[[package]]
19439name = "want"
19440version = "0.3.1"
19441source = "registry+https://github.com/rust-lang/crates.io-index"
19442checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19443dependencies = [
19444 "try-lock",
19445]
19446
19447[[package]]
19448name = "warp"
19449version = "0.3.7"
19450source = "registry+https://github.com/rust-lang/crates.io-index"
19451checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19452dependencies = [
19453 "bytes 1.11.1",
19454 "futures-channel",
19455 "futures-util",
19456 "headers",
19457 "http 0.2.12",
19458 "hyper 0.14.32",
19459 "log",
19460 "mime",
19461 "mime_guess",
19462 "percent-encoding",
19463 "pin-project",
19464 "scoped-tls",
19465 "serde",
19466 "serde_json",
19467 "serde_urlencoded",
19468 "tokio",
19469 "tokio-tungstenite 0.21.0",
19470 "tokio-util",
19471 "tower-service",
19472 "tracing",
19473]
19474
19475[[package]]
19476name = "wasi"
19477version = "0.11.1+wasi-snapshot-preview1"
19478source = "registry+https://github.com/rust-lang/crates.io-index"
19479checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19480
19481[[package]]
19482name = "wasip2"
19483version = "1.0.1+wasi-0.2.4"
19484source = "registry+https://github.com/rust-lang/crates.io-index"
19485checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19486dependencies = [
19487 "wit-bindgen 0.46.0",
19488]
19489
19490[[package]]
19491name = "wasip3"
19492version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19493source = "registry+https://github.com/rust-lang/crates.io-index"
19494checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19495dependencies = [
19496 "wit-bindgen 0.51.0",
19497]
19498
19499[[package]]
19500name = "wasite"
19501version = "0.1.0"
19502source = "registry+https://github.com/rust-lang/crates.io-index"
19503checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19504
19505[[package]]
19506name = "wasm-bindgen"
19507version = "0.2.113"
19508source = "registry+https://github.com/rust-lang/crates.io-index"
19509checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19510dependencies = [
19511 "cfg-if",
19512 "once_cell",
19513 "rustversion",
19514 "wasm-bindgen-macro",
19515 "wasm-bindgen-shared",
19516]
19517
19518[[package]]
19519name = "wasm-bindgen-futures"
19520version = "0.4.63"
19521source = "registry+https://github.com/rust-lang/crates.io-index"
19522checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19523dependencies = [
19524 "cfg-if",
19525 "futures-util",
19526 "js-sys",
19527 "once_cell",
19528 "wasm-bindgen",
19529 "web-sys",
19530]
19531
19532[[package]]
19533name = "wasm-bindgen-macro"
19534version = "0.2.113"
19535source = "registry+https://github.com/rust-lang/crates.io-index"
19536checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19537dependencies = [
19538 "quote",
19539 "wasm-bindgen-macro-support",
19540]
19541
19542[[package]]
19543name = "wasm-bindgen-macro-support"
19544version = "0.2.113"
19545source = "registry+https://github.com/rust-lang/crates.io-index"
19546checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19547dependencies = [
19548 "bumpalo",
19549 "proc-macro2",
19550 "quote",
19551 "syn 2.0.117",
19552 "wasm-bindgen-shared",
19553]
19554
19555[[package]]
19556name = "wasm-bindgen-shared"
19557version = "0.2.113"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19560dependencies = [
19561 "unicode-ident",
19562]
19563
19564[[package]]
19565name = "wasm-encoder"
19566version = "0.201.0"
19567source = "registry+https://github.com/rust-lang/crates.io-index"
19568checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19569dependencies = [
19570 "leb128",
19571]
19572
19573[[package]]
19574name = "wasm-encoder"
19575version = "0.221.3"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19578dependencies = [
19579 "leb128",
19580 "wasmparser 0.221.3",
19581]
19582
19583[[package]]
19584name = "wasm-encoder"
19585version = "0.227.1"
19586source = "registry+https://github.com/rust-lang/crates.io-index"
19587checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19588dependencies = [
19589 "leb128fmt",
19590 "wasmparser 0.227.1",
19591]
19592
19593[[package]]
19594name = "wasm-encoder"
19595version = "0.236.1"
19596source = "registry+https://github.com/rust-lang/crates.io-index"
19597checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19598dependencies = [
19599 "leb128fmt",
19600 "wasmparser 0.236.1",
19601]
19602
19603[[package]]
19604name = "wasm-encoder"
19605version = "0.244.0"
19606source = "registry+https://github.com/rust-lang/crates.io-index"
19607checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19608dependencies = [
19609 "leb128fmt",
19610 "wasmparser 0.244.0",
19611]
19612
19613[[package]]
19614name = "wasm-metadata"
19615version = "0.201.0"
19616source = "registry+https://github.com/rust-lang/crates.io-index"
19617checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19618dependencies = [
19619 "anyhow",
19620 "indexmap",
19621 "serde",
19622 "serde_derive",
19623 "serde_json",
19624 "spdx",
19625 "wasm-encoder 0.201.0",
19626 "wasmparser 0.201.0",
19627]
19628
19629[[package]]
19630name = "wasm-metadata"
19631version = "0.227.1"
19632source = "registry+https://github.com/rust-lang/crates.io-index"
19633checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19634dependencies = [
19635 "anyhow",
19636 "auditable-serde",
19637 "flate2",
19638 "indexmap",
19639 "serde",
19640 "serde_derive",
19641 "serde_json",
19642 "spdx",
19643 "url",
19644 "wasm-encoder 0.227.1",
19645 "wasmparser 0.227.1",
19646]
19647
19648[[package]]
19649name = "wasm-metadata"
19650version = "0.244.0"
19651source = "registry+https://github.com/rust-lang/crates.io-index"
19652checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19653dependencies = [
19654 "anyhow",
19655 "indexmap",
19656 "wasm-encoder 0.244.0",
19657 "wasmparser 0.244.0",
19658]
19659
19660[[package]]
19661name = "wasm-streams"
19662version = "0.4.2"
19663source = "registry+https://github.com/rust-lang/crates.io-index"
19664checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19665dependencies = [
19666 "futures-util",
19667 "js-sys",
19668 "wasm-bindgen",
19669 "wasm-bindgen-futures",
19670 "web-sys",
19671]
19672
19673[[package]]
19674name = "wasm_thread"
19675version = "0.3.3"
19676source = "registry+https://github.com/rust-lang/crates.io-index"
19677checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19678dependencies = [
19679 "futures 0.3.32",
19680 "js-sys",
19681 "wasm-bindgen",
19682 "web-sys",
19683]
19684
19685[[package]]
19686name = "wasmparser"
19687version = "0.201.0"
19688source = "registry+https://github.com/rust-lang/crates.io-index"
19689checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19690dependencies = [
19691 "bitflags 2.10.0",
19692 "indexmap",
19693 "semver",
19694]
19695
19696[[package]]
19697name = "wasmparser"
19698version = "0.221.3"
19699source = "registry+https://github.com/rust-lang/crates.io-index"
19700checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19701dependencies = [
19702 "bitflags 2.10.0",
19703 "hashbrown 0.15.5",
19704 "indexmap",
19705 "semver",
19706 "serde",
19707]
19708
19709[[package]]
19710name = "wasmparser"
19711version = "0.227.1"
19712source = "registry+https://github.com/rust-lang/crates.io-index"
19713checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19714dependencies = [
19715 "bitflags 2.10.0",
19716 "hashbrown 0.15.5",
19717 "indexmap",
19718 "semver",
19719]
19720
19721[[package]]
19722name = "wasmparser"
19723version = "0.236.1"
19724source = "registry+https://github.com/rust-lang/crates.io-index"
19725checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19726dependencies = [
19727 "bitflags 2.10.0",
19728 "hashbrown 0.15.5",
19729 "indexmap",
19730 "semver",
19731 "serde",
19732]
19733
19734[[package]]
19735name = "wasmparser"
19736version = "0.244.0"
19737source = "registry+https://github.com/rust-lang/crates.io-index"
19738checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19739dependencies = [
19740 "bitflags 2.10.0",
19741 "hashbrown 0.15.5",
19742 "indexmap",
19743 "semver",
19744]
19745
19746[[package]]
19747name = "wasmprinter"
19748version = "0.236.1"
19749source = "registry+https://github.com/rust-lang/crates.io-index"
19750checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19751dependencies = [
19752 "anyhow",
19753 "termcolor",
19754 "wasmparser 0.236.1",
19755]
19756
19757[[package]]
19758name = "wasmtime"
19759version = "36.0.6"
19760source = "registry+https://github.com/rust-lang/crates.io-index"
19761checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19762dependencies = [
19763 "addr2line",
19764 "anyhow",
19765 "async-trait",
19766 "bitflags 2.10.0",
19767 "bumpalo",
19768 "cc",
19769 "cfg-if",
19770 "encoding_rs",
19771 "hashbrown 0.15.5",
19772 "indexmap",
19773 "libc",
19774 "log",
19775 "mach2 0.4.3",
19776 "memfd",
19777 "object",
19778 "once_cell",
19779 "postcard",
19780 "pulley-interpreter",
19781 "rayon",
19782 "rustix 1.1.2",
19783 "semver",
19784 "serde",
19785 "serde_derive",
19786 "smallvec",
19787 "target-lexicon 0.13.3",
19788 "wasmparser 0.236.1",
19789 "wasmtime-environ",
19790 "wasmtime-internal-asm-macros",
19791 "wasmtime-internal-component-macro",
19792 "wasmtime-internal-component-util",
19793 "wasmtime-internal-cranelift",
19794 "wasmtime-internal-fiber",
19795 "wasmtime-internal-jit-debug",
19796 "wasmtime-internal-jit-icache-coherence",
19797 "wasmtime-internal-math",
19798 "wasmtime-internal-slab",
19799 "wasmtime-internal-unwinder",
19800 "wasmtime-internal-versioned-export-macros",
19801 "wasmtime-internal-winch",
19802 "windows-sys 0.60.2",
19803]
19804
19805[[package]]
19806name = "wasmtime-c-api-impl"
19807version = "36.0.6"
19808source = "registry+https://github.com/rust-lang/crates.io-index"
19809checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19810dependencies = [
19811 "anyhow",
19812 "log",
19813 "tracing",
19814 "wasmtime",
19815 "wasmtime-internal-c-api-macros",
19816]
19817
19818[[package]]
19819name = "wasmtime-environ"
19820version = "36.0.6"
19821source = "registry+https://github.com/rust-lang/crates.io-index"
19822checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19823dependencies = [
19824 "anyhow",
19825 "cpp_demangle",
19826 "cranelift-bitset",
19827 "cranelift-entity",
19828 "gimli",
19829 "indexmap",
19830 "log",
19831 "object",
19832 "postcard",
19833 "rustc-demangle",
19834 "semver",
19835 "serde",
19836 "serde_derive",
19837 "smallvec",
19838 "target-lexicon 0.13.3",
19839 "wasm-encoder 0.236.1",
19840 "wasmparser 0.236.1",
19841 "wasmprinter",
19842 "wasmtime-internal-component-util",
19843]
19844
19845[[package]]
19846name = "wasmtime-internal-asm-macros"
19847version = "36.0.6"
19848source = "registry+https://github.com/rust-lang/crates.io-index"
19849checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19850dependencies = [
19851 "cfg-if",
19852]
19853
19854[[package]]
19855name = "wasmtime-internal-c-api-macros"
19856version = "36.0.6"
19857source = "registry+https://github.com/rust-lang/crates.io-index"
19858checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19859dependencies = [
19860 "proc-macro2",
19861 "quote",
19862]
19863
19864[[package]]
19865name = "wasmtime-internal-component-macro"
19866version = "36.0.6"
19867source = "registry+https://github.com/rust-lang/crates.io-index"
19868checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19869dependencies = [
19870 "anyhow",
19871 "proc-macro2",
19872 "quote",
19873 "syn 2.0.117",
19874 "wasmtime-internal-component-util",
19875 "wasmtime-internal-wit-bindgen",
19876 "wit-parser 0.236.1",
19877]
19878
19879[[package]]
19880name = "wasmtime-internal-component-util"
19881version = "36.0.6"
19882source = "registry+https://github.com/rust-lang/crates.io-index"
19883checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19884
19885[[package]]
19886name = "wasmtime-internal-cranelift"
19887version = "36.0.6"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19890dependencies = [
19891 "anyhow",
19892 "cfg-if",
19893 "cranelift-codegen",
19894 "cranelift-control",
19895 "cranelift-entity",
19896 "cranelift-frontend",
19897 "cranelift-native",
19898 "gimli",
19899 "itertools 0.14.0",
19900 "log",
19901 "object",
19902 "pulley-interpreter",
19903 "smallvec",
19904 "target-lexicon 0.13.3",
19905 "thiserror 2.0.17",
19906 "wasmparser 0.236.1",
19907 "wasmtime-environ",
19908 "wasmtime-internal-math",
19909 "wasmtime-internal-versioned-export-macros",
19910]
19911
19912[[package]]
19913name = "wasmtime-internal-fiber"
19914version = "36.0.6"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19917dependencies = [
19918 "anyhow",
19919 "cc",
19920 "cfg-if",
19921 "libc",
19922 "rustix 1.1.2",
19923 "wasmtime-internal-asm-macros",
19924 "wasmtime-internal-versioned-export-macros",
19925 "windows-sys 0.60.2",
19926]
19927
19928[[package]]
19929name = "wasmtime-internal-jit-debug"
19930version = "36.0.6"
19931source = "registry+https://github.com/rust-lang/crates.io-index"
19932checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19933dependencies = [
19934 "cc",
19935 "wasmtime-internal-versioned-export-macros",
19936]
19937
19938[[package]]
19939name = "wasmtime-internal-jit-icache-coherence"
19940version = "36.0.6"
19941source = "registry+https://github.com/rust-lang/crates.io-index"
19942checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19943dependencies = [
19944 "anyhow",
19945 "cfg-if",
19946 "libc",
19947 "windows-sys 0.60.2",
19948]
19949
19950[[package]]
19951name = "wasmtime-internal-math"
19952version = "36.0.6"
19953source = "registry+https://github.com/rust-lang/crates.io-index"
19954checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19955dependencies = [
19956 "libm",
19957]
19958
19959[[package]]
19960name = "wasmtime-internal-slab"
19961version = "36.0.6"
19962source = "registry+https://github.com/rust-lang/crates.io-index"
19963checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19964
19965[[package]]
19966name = "wasmtime-internal-unwinder"
19967version = "36.0.6"
19968source = "registry+https://github.com/rust-lang/crates.io-index"
19969checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19970dependencies = [
19971 "anyhow",
19972 "cfg-if",
19973 "cranelift-codegen",
19974 "log",
19975 "object",
19976]
19977
19978[[package]]
19979name = "wasmtime-internal-versioned-export-macros"
19980version = "36.0.6"
19981source = "registry+https://github.com/rust-lang/crates.io-index"
19982checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19983dependencies = [
19984 "proc-macro2",
19985 "quote",
19986 "syn 2.0.117",
19987]
19988
19989[[package]]
19990name = "wasmtime-internal-winch"
19991version = "36.0.6"
19992source = "registry+https://github.com/rust-lang/crates.io-index"
19993checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19994dependencies = [
19995 "anyhow",
19996 "cranelift-codegen",
19997 "gimli",
19998 "object",
19999 "target-lexicon 0.13.3",
20000 "wasmparser 0.236.1",
20001 "wasmtime-environ",
20002 "wasmtime-internal-cranelift",
20003 "winch-codegen",
20004]
20005
20006[[package]]
20007name = "wasmtime-internal-wit-bindgen"
20008version = "36.0.6"
20009source = "registry+https://github.com/rust-lang/crates.io-index"
20010checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20011dependencies = [
20012 "anyhow",
20013 "bitflags 2.10.0",
20014 "heck 0.5.0",
20015 "indexmap",
20016 "wit-parser 0.236.1",
20017]
20018
20019[[package]]
20020name = "wasmtime-wasi"
20021version = "36.0.6"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20024dependencies = [
20025 "anyhow",
20026 "async-trait",
20027 "bitflags 2.10.0",
20028 "bytes 1.11.1",
20029 "cap-fs-ext",
20030 "cap-net-ext",
20031 "cap-rand",
20032 "cap-std",
20033 "cap-time-ext",
20034 "fs-set-times",
20035 "futures 0.3.32",
20036 "io-extras",
20037 "io-lifetimes",
20038 "rustix 1.1.2",
20039 "system-interface",
20040 "thiserror 2.0.17",
20041 "tokio",
20042 "tracing",
20043 "url",
20044 "wasmtime",
20045 "wasmtime-wasi-io",
20046 "wiggle",
20047 "windows-sys 0.60.2",
20048]
20049
20050[[package]]
20051name = "wasmtime-wasi-io"
20052version = "36.0.6"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20055dependencies = [
20056 "anyhow",
20057 "async-trait",
20058 "bytes 1.11.1",
20059 "futures 0.3.32",
20060 "wasmtime",
20061]
20062
20063[[package]]
20064name = "wast"
20065version = "35.0.2"
20066source = "registry+https://github.com/rust-lang/crates.io-index"
20067checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20068dependencies = [
20069 "leb128",
20070]
20071
20072[[package]]
20073name = "watch"
20074version = "0.1.0"
20075dependencies = [
20076 "ctor",
20077 "futures 0.3.32",
20078 "gpui",
20079 "parking_lot",
20080 "zlog",
20081]
20082
20083[[package]]
20084name = "wax"
20085version = "0.7.0"
20086source = "registry+https://github.com/rust-lang/crates.io-index"
20087checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20088dependencies = [
20089 "const_format",
20090 "itertools 0.14.0",
20091 "nom 7.1.3",
20092 "pori",
20093 "regex",
20094 "thiserror 2.0.17",
20095 "walkdir",
20096]
20097
20098[[package]]
20099name = "wayland-backend"
20100version = "0.3.11"
20101source = "registry+https://github.com/rust-lang/crates.io-index"
20102checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20103dependencies = [
20104 "cc",
20105 "downcast-rs",
20106 "rustix 1.1.2",
20107 "scoped-tls",
20108 "smallvec",
20109 "wayland-sys",
20110]
20111
20112[[package]]
20113name = "wayland-client"
20114version = "0.31.11"
20115source = "registry+https://github.com/rust-lang/crates.io-index"
20116checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20117dependencies = [
20118 "bitflags 2.10.0",
20119 "rustix 1.1.2",
20120 "wayland-backend",
20121 "wayland-scanner",
20122]
20123
20124[[package]]
20125name = "wayland-cursor"
20126version = "0.31.11"
20127source = "registry+https://github.com/rust-lang/crates.io-index"
20128checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20129dependencies = [
20130 "rustix 1.1.2",
20131 "wayland-client",
20132 "xcursor",
20133]
20134
20135[[package]]
20136name = "wayland-protocols"
20137version = "0.32.9"
20138source = "registry+https://github.com/rust-lang/crates.io-index"
20139checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20140dependencies = [
20141 "bitflags 2.10.0",
20142 "wayland-backend",
20143 "wayland-client",
20144 "wayland-scanner",
20145]
20146
20147[[package]]
20148name = "wayland-protocols-plasma"
20149version = "0.3.9"
20150source = "registry+https://github.com/rust-lang/crates.io-index"
20151checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20152dependencies = [
20153 "bitflags 2.10.0",
20154 "wayland-backend",
20155 "wayland-client",
20156 "wayland-protocols",
20157 "wayland-scanner",
20158]
20159
20160[[package]]
20161name = "wayland-protocols-wlr"
20162version = "0.3.9"
20163source = "registry+https://github.com/rust-lang/crates.io-index"
20164checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20165dependencies = [
20166 "bitflags 2.10.0",
20167 "wayland-backend",
20168 "wayland-client",
20169 "wayland-protocols",
20170 "wayland-scanner",
20171]
20172
20173[[package]]
20174name = "wayland-scanner"
20175version = "0.31.7"
20176source = "registry+https://github.com/rust-lang/crates.io-index"
20177checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20178dependencies = [
20179 "proc-macro2",
20180 "quick-xml 0.37.5",
20181 "quote",
20182]
20183
20184[[package]]
20185name = "wayland-sys"
20186version = "0.31.7"
20187source = "registry+https://github.com/rust-lang/crates.io-index"
20188checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20189dependencies = [
20190 "dlib",
20191 "log",
20192 "once_cell",
20193 "pkg-config",
20194]
20195
20196[[package]]
20197name = "web-sys"
20198version = "0.3.90"
20199source = "registry+https://github.com/rust-lang/crates.io-index"
20200checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20201dependencies = [
20202 "js-sys",
20203 "wasm-bindgen",
20204]
20205
20206[[package]]
20207name = "web-time"
20208version = "1.1.0"
20209source = "registry+https://github.com/rust-lang/crates.io-index"
20210checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20211dependencies = [
20212 "js-sys",
20213 "serde",
20214 "wasm-bindgen",
20215]
20216
20217[[package]]
20218name = "web_atoms"
20219version = "0.1.3"
20220source = "registry+https://github.com/rust-lang/crates.io-index"
20221checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20222dependencies = [
20223 "phf 0.11.3",
20224 "phf_codegen",
20225 "string_cache",
20226 "string_cache_codegen",
20227]
20228
20229[[package]]
20230name = "web_search"
20231version = "0.1.0"
20232dependencies = [
20233 "anyhow",
20234 "cloud_llm_client",
20235 "collections",
20236 "gpui",
20237 "serde",
20238]
20239
20240[[package]]
20241name = "web_search_providers"
20242version = "0.1.0"
20243dependencies = [
20244 "anyhow",
20245 "client",
20246 "cloud_api_client",
20247 "cloud_api_types",
20248 "cloud_llm_client",
20249 "futures 0.3.32",
20250 "gpui",
20251 "http_client",
20252 "language_model",
20253 "serde",
20254 "serde_json",
20255 "web_search",
20256]
20257
20258[[package]]
20259name = "webpki-root-certs"
20260version = "0.26.8"
20261source = "registry+https://github.com/rust-lang/crates.io-index"
20262checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20263dependencies = [
20264 "rustls-pki-types",
20265]
20266
20267[[package]]
20268name = "webpki-roots"
20269version = "0.26.8"
20270source = "registry+https://github.com/rust-lang/crates.io-index"
20271checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20272dependencies = [
20273 "rustls-pki-types",
20274]
20275
20276[[package]]
20277name = "webrtc-sys"
20278version = "0.3.23"
20279source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20280dependencies = [
20281 "cc",
20282 "cxx",
20283 "cxx-build",
20284 "glob",
20285 "log",
20286 "pkg-config",
20287 "webrtc-sys-build",
20288]
20289
20290[[package]]
20291name = "webrtc-sys-build"
20292version = "0.3.13"
20293source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20294dependencies = [
20295 "anyhow",
20296 "fs2",
20297 "regex",
20298 "reqwest 0.12.24",
20299 "scratch",
20300 "semver",
20301 "zip 0.6.6",
20302]
20303
20304[[package]]
20305name = "weezl"
20306version = "0.1.10"
20307source = "registry+https://github.com/rust-lang/crates.io-index"
20308checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20309
20310[[package]]
20311name = "wgpu"
20312version = "29.0.0"
20313source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20314dependencies = [
20315 "arrayvec",
20316 "bitflags 2.10.0",
20317 "bytemuck",
20318 "cfg-if",
20319 "cfg_aliases 0.2.1",
20320 "document-features",
20321 "hashbrown 0.16.1",
20322 "js-sys",
20323 "log",
20324 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20325 "parking_lot",
20326 "portable-atomic",
20327 "profiling",
20328 "raw-window-handle",
20329 "smallvec",
20330 "static_assertions",
20331 "wasm-bindgen",
20332 "wasm-bindgen-futures",
20333 "web-sys",
20334 "wgpu-core",
20335 "wgpu-hal",
20336 "wgpu-types",
20337]
20338
20339[[package]]
20340name = "wgpu-core"
20341version = "29.0.0"
20342source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20343dependencies = [
20344 "arrayvec",
20345 "bit-set 0.9.1",
20346 "bit-vec 0.9.1",
20347 "bitflags 2.10.0",
20348 "bytemuck",
20349 "cfg_aliases 0.2.1",
20350 "document-features",
20351 "hashbrown 0.16.1",
20352 "indexmap",
20353 "log",
20354 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20355 "once_cell",
20356 "parking_lot",
20357 "portable-atomic",
20358 "profiling",
20359 "raw-window-handle",
20360 "rustc-hash 1.1.0",
20361 "smallvec",
20362 "thiserror 2.0.17",
20363 "wgpu-core-deps-apple",
20364 "wgpu-core-deps-emscripten",
20365 "wgpu-core-deps-windows-linux-android",
20366 "wgpu-hal",
20367 "wgpu-naga-bridge",
20368 "wgpu-types",
20369]
20370
20371[[package]]
20372name = "wgpu-core-deps-apple"
20373version = "29.0.0"
20374source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20375dependencies = [
20376 "wgpu-hal",
20377]
20378
20379[[package]]
20380name = "wgpu-core-deps-emscripten"
20381version = "29.0.0"
20382source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20383dependencies = [
20384 "wgpu-hal",
20385]
20386
20387[[package]]
20388name = "wgpu-core-deps-windows-linux-android"
20389version = "29.0.0"
20390source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20391dependencies = [
20392 "wgpu-hal",
20393]
20394
20395[[package]]
20396name = "wgpu-hal"
20397version = "29.0.0"
20398source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20399dependencies = [
20400 "android_system_properties",
20401 "arrayvec",
20402 "ash",
20403 "bit-set 0.9.1",
20404 "bitflags 2.10.0",
20405 "block2",
20406 "bytemuck",
20407 "cfg-if",
20408 "cfg_aliases 0.2.1",
20409 "glow",
20410 "glutin_wgl_sys",
20411 "gpu-allocator",
20412 "gpu-descriptor",
20413 "hashbrown 0.16.1",
20414 "js-sys",
20415 "khronos-egl",
20416 "libc",
20417 "libloading",
20418 "log",
20419 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20420 "ndk-sys",
20421 "objc2",
20422 "objc2-core-foundation",
20423 "objc2-foundation",
20424 "objc2-metal",
20425 "objc2-quartz-core",
20426 "once_cell",
20427 "ordered-float 4.6.0",
20428 "parking_lot",
20429 "portable-atomic",
20430 "portable-atomic-util",
20431 "profiling",
20432 "range-alloc",
20433 "raw-window-handle",
20434 "raw-window-metal",
20435 "renderdoc-sys",
20436 "smallvec",
20437 "thiserror 2.0.17",
20438 "wasm-bindgen",
20439 "wayland-sys",
20440 "web-sys",
20441 "wgpu-naga-bridge",
20442 "wgpu-types",
20443 "windows 0.62.2",
20444 "windows-core 0.62.2",
20445]
20446
20447[[package]]
20448name = "wgpu-naga-bridge"
20449version = "29.0.0"
20450source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20451dependencies = [
20452 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20453 "wgpu-types",
20454]
20455
20456[[package]]
20457name = "wgpu-types"
20458version = "29.0.0"
20459source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20460dependencies = [
20461 "bitflags 2.10.0",
20462 "bytemuck",
20463 "js-sys",
20464 "log",
20465 "raw-window-handle",
20466 "web-sys",
20467]
20468
20469[[package]]
20470name = "which"
20471version = "4.4.2"
20472source = "registry+https://github.com/rust-lang/crates.io-index"
20473checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20474dependencies = [
20475 "either",
20476 "home",
20477 "once_cell",
20478 "rustix 0.38.44",
20479]
20480
20481[[package]]
20482name = "which"
20483version = "6.0.3"
20484source = "registry+https://github.com/rust-lang/crates.io-index"
20485checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20486dependencies = [
20487 "either",
20488 "home",
20489 "rustix 0.38.44",
20490 "winsafe",
20491]
20492
20493[[package]]
20494name = "which_key"
20495version = "0.1.0"
20496dependencies = [
20497 "command_palette",
20498 "gpui",
20499 "serde",
20500 "settings",
20501 "theme_settings",
20502 "ui",
20503 "util",
20504 "workspace",
20505]
20506
20507[[package]]
20508name = "whoami"
20509version = "1.6.1"
20510source = "registry+https://github.com/rust-lang/crates.io-index"
20511checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20512dependencies = [
20513 "libredox",
20514 "wasite",
20515]
20516
20517[[package]]
20518name = "wiggle"
20519version = "36.0.6"
20520source = "registry+https://github.com/rust-lang/crates.io-index"
20521checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20522dependencies = [
20523 "anyhow",
20524 "async-trait",
20525 "bitflags 2.10.0",
20526 "thiserror 2.0.17",
20527 "tracing",
20528 "wasmtime",
20529 "wiggle-macro",
20530]
20531
20532[[package]]
20533name = "wiggle-generate"
20534version = "36.0.6"
20535source = "registry+https://github.com/rust-lang/crates.io-index"
20536checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20537dependencies = [
20538 "anyhow",
20539 "heck 0.5.0",
20540 "proc-macro2",
20541 "quote",
20542 "syn 2.0.117",
20543 "witx",
20544]
20545
20546[[package]]
20547name = "wiggle-macro"
20548version = "36.0.6"
20549source = "registry+https://github.com/rust-lang/crates.io-index"
20550checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20551dependencies = [
20552 "proc-macro2",
20553 "quote",
20554 "syn 2.0.117",
20555 "wiggle-generate",
20556]
20557
20558[[package]]
20559name = "winapi"
20560version = "0.3.9"
20561source = "registry+https://github.com/rust-lang/crates.io-index"
20562checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20563dependencies = [
20564 "winapi-i686-pc-windows-gnu",
20565 "winapi-x86_64-pc-windows-gnu",
20566]
20567
20568[[package]]
20569name = "winapi-i686-pc-windows-gnu"
20570version = "0.4.0"
20571source = "registry+https://github.com/rust-lang/crates.io-index"
20572checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20573
20574[[package]]
20575name = "winapi-util"
20576version = "0.1.11"
20577source = "registry+https://github.com/rust-lang/crates.io-index"
20578checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20579dependencies = [
20580 "windows-sys 0.61.2",
20581]
20582
20583[[package]]
20584name = "winapi-x86_64-pc-windows-gnu"
20585version = "0.4.0"
20586source = "registry+https://github.com/rust-lang/crates.io-index"
20587checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20588
20589[[package]]
20590name = "winch-codegen"
20591version = "36.0.6"
20592source = "registry+https://github.com/rust-lang/crates.io-index"
20593checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20594dependencies = [
20595 "anyhow",
20596 "cranelift-assembler-x64",
20597 "cranelift-codegen",
20598 "gimli",
20599 "regalloc2",
20600 "smallvec",
20601 "target-lexicon 0.13.3",
20602 "thiserror 2.0.17",
20603 "wasmparser 0.236.1",
20604 "wasmtime-environ",
20605 "wasmtime-internal-cranelift",
20606 "wasmtime-internal-math",
20607]
20608
20609[[package]]
20610name = "windows"
20611version = "0.57.0"
20612source = "registry+https://github.com/rust-lang/crates.io-index"
20613checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20614dependencies = [
20615 "windows-core 0.57.0",
20616 "windows-targets 0.52.6",
20617]
20618
20619[[package]]
20620name = "windows"
20621version = "0.58.0"
20622source = "registry+https://github.com/rust-lang/crates.io-index"
20623checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20624dependencies = [
20625 "windows-core 0.58.0",
20626 "windows-targets 0.52.6",
20627]
20628
20629[[package]]
20630name = "windows"
20631version = "0.61.3"
20632source = "registry+https://github.com/rust-lang/crates.io-index"
20633checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20634dependencies = [
20635 "windows-collections 0.2.0",
20636 "windows-core 0.61.2",
20637 "windows-future 0.2.1",
20638 "windows-link 0.1.3",
20639 "windows-numerics 0.2.0",
20640]
20641
20642[[package]]
20643name = "windows"
20644version = "0.62.2"
20645source = "registry+https://github.com/rust-lang/crates.io-index"
20646checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20647dependencies = [
20648 "windows-collections 0.3.2",
20649 "windows-core 0.62.2",
20650 "windows-future 0.3.2",
20651 "windows-numerics 0.3.1",
20652]
20653
20654[[package]]
20655name = "windows-bindgen"
20656version = "0.61.1"
20657source = "registry+https://github.com/rust-lang/crates.io-index"
20658checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20659dependencies = [
20660 "serde",
20661 "serde_json",
20662 "windows-threading 0.1.0",
20663]
20664
20665[[package]]
20666name = "windows-capture"
20667version = "1.4.3"
20668source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20669dependencies = [
20670 "clap",
20671 "ctrlc",
20672 "parking_lot",
20673 "rayon",
20674 "thiserror 2.0.17",
20675 "windows 0.61.3",
20676 "windows-future 0.2.1",
20677]
20678
20679[[package]]
20680name = "windows-collections"
20681version = "0.2.0"
20682source = "registry+https://github.com/rust-lang/crates.io-index"
20683checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20684dependencies = [
20685 "windows-core 0.61.2",
20686]
20687
20688[[package]]
20689name = "windows-collections"
20690version = "0.3.2"
20691source = "registry+https://github.com/rust-lang/crates.io-index"
20692checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20693dependencies = [
20694 "windows-core 0.62.2",
20695]
20696
20697[[package]]
20698name = "windows-core"
20699version = "0.57.0"
20700source = "registry+https://github.com/rust-lang/crates.io-index"
20701checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20702dependencies = [
20703 "windows-implement 0.57.0",
20704 "windows-interface 0.57.0",
20705 "windows-result 0.1.2",
20706 "windows-targets 0.52.6",
20707]
20708
20709[[package]]
20710name = "windows-core"
20711version = "0.58.0"
20712source = "registry+https://github.com/rust-lang/crates.io-index"
20713checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20714dependencies = [
20715 "windows-implement 0.58.0",
20716 "windows-interface 0.58.0",
20717 "windows-result 0.2.0",
20718 "windows-strings 0.1.0",
20719 "windows-targets 0.52.6",
20720]
20721
20722[[package]]
20723name = "windows-core"
20724version = "0.61.2"
20725source = "registry+https://github.com/rust-lang/crates.io-index"
20726checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20727dependencies = [
20728 "windows-implement 0.60.2",
20729 "windows-interface 0.59.3",
20730 "windows-link 0.1.3",
20731 "windows-result 0.3.4",
20732 "windows-strings 0.4.2",
20733]
20734
20735[[package]]
20736name = "windows-core"
20737version = "0.62.2"
20738source = "registry+https://github.com/rust-lang/crates.io-index"
20739checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20740dependencies = [
20741 "windows-implement 0.60.2",
20742 "windows-interface 0.59.3",
20743 "windows-link 0.2.1",
20744 "windows-result 0.4.1",
20745 "windows-strings 0.5.1",
20746]
20747
20748[[package]]
20749name = "windows-future"
20750version = "0.2.1"
20751source = "registry+https://github.com/rust-lang/crates.io-index"
20752checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20753dependencies = [
20754 "windows-core 0.61.2",
20755 "windows-link 0.1.3",
20756 "windows-threading 0.1.0",
20757]
20758
20759[[package]]
20760name = "windows-future"
20761version = "0.3.2"
20762source = "registry+https://github.com/rust-lang/crates.io-index"
20763checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20764dependencies = [
20765 "windows-core 0.62.2",
20766 "windows-link 0.2.1",
20767 "windows-threading 0.2.1",
20768]
20769
20770[[package]]
20771name = "windows-implement"
20772version = "0.57.0"
20773source = "registry+https://github.com/rust-lang/crates.io-index"
20774checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20775dependencies = [
20776 "proc-macro2",
20777 "quote",
20778 "syn 2.0.117",
20779]
20780
20781[[package]]
20782name = "windows-implement"
20783version = "0.58.0"
20784source = "registry+https://github.com/rust-lang/crates.io-index"
20785checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20786dependencies = [
20787 "proc-macro2",
20788 "quote",
20789 "syn 2.0.117",
20790]
20791
20792[[package]]
20793name = "windows-implement"
20794version = "0.60.2"
20795source = "registry+https://github.com/rust-lang/crates.io-index"
20796checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20797dependencies = [
20798 "proc-macro2",
20799 "quote",
20800 "syn 2.0.117",
20801]
20802
20803[[package]]
20804name = "windows-interface"
20805version = "0.57.0"
20806source = "registry+https://github.com/rust-lang/crates.io-index"
20807checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20808dependencies = [
20809 "proc-macro2",
20810 "quote",
20811 "syn 2.0.117",
20812]
20813
20814[[package]]
20815name = "windows-interface"
20816version = "0.58.0"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20819dependencies = [
20820 "proc-macro2",
20821 "quote",
20822 "syn 2.0.117",
20823]
20824
20825[[package]]
20826name = "windows-interface"
20827version = "0.59.3"
20828source = "registry+https://github.com/rust-lang/crates.io-index"
20829checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20830dependencies = [
20831 "proc-macro2",
20832 "quote",
20833 "syn 2.0.117",
20834]
20835
20836[[package]]
20837name = "windows-link"
20838version = "0.1.3"
20839source = "registry+https://github.com/rust-lang/crates.io-index"
20840checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20841
20842[[package]]
20843name = "windows-link"
20844version = "0.2.1"
20845source = "registry+https://github.com/rust-lang/crates.io-index"
20846checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20847
20848[[package]]
20849name = "windows-numerics"
20850version = "0.2.0"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20853dependencies = [
20854 "windows-core 0.61.2",
20855 "windows-link 0.1.3",
20856]
20857
20858[[package]]
20859name = "windows-numerics"
20860version = "0.3.1"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20863dependencies = [
20864 "windows-core 0.62.2",
20865 "windows-link 0.2.1",
20866]
20867
20868[[package]]
20869name = "windows-registry"
20870version = "0.4.0"
20871source = "registry+https://github.com/rust-lang/crates.io-index"
20872checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20873dependencies = [
20874 "windows-result 0.3.4",
20875 "windows-strings 0.3.1",
20876 "windows-targets 0.53.5",
20877]
20878
20879[[package]]
20880name = "windows-registry"
20881version = "0.5.3"
20882source = "registry+https://github.com/rust-lang/crates.io-index"
20883checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20884dependencies = [
20885 "windows-link 0.1.3",
20886 "windows-result 0.3.4",
20887 "windows-strings 0.4.2",
20888]
20889
20890[[package]]
20891name = "windows-registry"
20892version = "0.6.1"
20893source = "registry+https://github.com/rust-lang/crates.io-index"
20894checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20895dependencies = [
20896 "windows-link 0.2.1",
20897 "windows-result 0.4.1",
20898 "windows-strings 0.5.1",
20899]
20900
20901[[package]]
20902name = "windows-result"
20903version = "0.1.2"
20904source = "registry+https://github.com/rust-lang/crates.io-index"
20905checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20906dependencies = [
20907 "windows-targets 0.52.6",
20908]
20909
20910[[package]]
20911name = "windows-result"
20912version = "0.2.0"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20915dependencies = [
20916 "windows-targets 0.52.6",
20917]
20918
20919[[package]]
20920name = "windows-result"
20921version = "0.3.4"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20924dependencies = [
20925 "windows-link 0.1.3",
20926]
20927
20928[[package]]
20929name = "windows-result"
20930version = "0.4.1"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20933dependencies = [
20934 "windows-link 0.2.1",
20935]
20936
20937[[package]]
20938name = "windows-strings"
20939version = "0.1.0"
20940source = "registry+https://github.com/rust-lang/crates.io-index"
20941checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20942dependencies = [
20943 "windows-result 0.2.0",
20944 "windows-targets 0.52.6",
20945]
20946
20947[[package]]
20948name = "windows-strings"
20949version = "0.3.1"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20952dependencies = [
20953 "windows-link 0.1.3",
20954]
20955
20956[[package]]
20957name = "windows-strings"
20958version = "0.4.2"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20961dependencies = [
20962 "windows-link 0.1.3",
20963]
20964
20965[[package]]
20966name = "windows-strings"
20967version = "0.5.1"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20970dependencies = [
20971 "windows-link 0.2.1",
20972]
20973
20974[[package]]
20975name = "windows-sys"
20976version = "0.45.0"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20979dependencies = [
20980 "windows-targets 0.42.2",
20981]
20982
20983[[package]]
20984name = "windows-sys"
20985version = "0.48.0"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20988dependencies = [
20989 "windows-targets 0.48.5",
20990]
20991
20992[[package]]
20993name = "windows-sys"
20994version = "0.52.0"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20997dependencies = [
20998 "windows-targets 0.52.6",
20999]
21000
21001[[package]]
21002name = "windows-sys"
21003version = "0.59.0"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21006dependencies = [
21007 "windows-targets 0.52.6",
21008]
21009
21010[[package]]
21011name = "windows-sys"
21012version = "0.60.2"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21015dependencies = [
21016 "windows-targets 0.53.5",
21017]
21018
21019[[package]]
21020name = "windows-sys"
21021version = "0.61.2"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21024dependencies = [
21025 "windows-link 0.2.1",
21026]
21027
21028[[package]]
21029name = "windows-targets"
21030version = "0.42.2"
21031source = "registry+https://github.com/rust-lang/crates.io-index"
21032checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21033dependencies = [
21034 "windows_aarch64_gnullvm 0.42.2",
21035 "windows_aarch64_msvc 0.42.2",
21036 "windows_i686_gnu 0.42.2",
21037 "windows_i686_msvc 0.42.2",
21038 "windows_x86_64_gnu 0.42.2",
21039 "windows_x86_64_gnullvm 0.42.2",
21040 "windows_x86_64_msvc 0.42.2",
21041]
21042
21043[[package]]
21044name = "windows-targets"
21045version = "0.48.5"
21046source = "registry+https://github.com/rust-lang/crates.io-index"
21047checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21048dependencies = [
21049 "windows_aarch64_gnullvm 0.48.5",
21050 "windows_aarch64_msvc 0.48.5",
21051 "windows_i686_gnu 0.48.5",
21052 "windows_i686_msvc 0.48.5",
21053 "windows_x86_64_gnu 0.48.5",
21054 "windows_x86_64_gnullvm 0.48.5",
21055 "windows_x86_64_msvc 0.48.5",
21056]
21057
21058[[package]]
21059name = "windows-targets"
21060version = "0.52.6"
21061source = "registry+https://github.com/rust-lang/crates.io-index"
21062checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21063dependencies = [
21064 "windows_aarch64_gnullvm 0.52.6",
21065 "windows_aarch64_msvc 0.52.6",
21066 "windows_i686_gnu 0.52.6",
21067 "windows_i686_gnullvm 0.52.6",
21068 "windows_i686_msvc 0.52.6",
21069 "windows_x86_64_gnu 0.52.6",
21070 "windows_x86_64_gnullvm 0.52.6",
21071 "windows_x86_64_msvc 0.52.6",
21072]
21073
21074[[package]]
21075name = "windows-targets"
21076version = "0.53.5"
21077source = "registry+https://github.com/rust-lang/crates.io-index"
21078checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21079dependencies = [
21080 "windows-link 0.2.1",
21081 "windows_aarch64_gnullvm 0.53.1",
21082 "windows_aarch64_msvc 0.53.1",
21083 "windows_i686_gnu 0.53.1",
21084 "windows_i686_gnullvm 0.53.1",
21085 "windows_i686_msvc 0.53.1",
21086 "windows_x86_64_gnu 0.53.1",
21087 "windows_x86_64_gnullvm 0.53.1",
21088 "windows_x86_64_msvc 0.53.1",
21089]
21090
21091[[package]]
21092name = "windows-threading"
21093version = "0.1.0"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21096dependencies = [
21097 "windows-link 0.1.3",
21098]
21099
21100[[package]]
21101name = "windows-threading"
21102version = "0.2.1"
21103source = "registry+https://github.com/rust-lang/crates.io-index"
21104checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21105dependencies = [
21106 "windows-link 0.2.1",
21107]
21108
21109[[package]]
21110name = "windows_aarch64_gnullvm"
21111version = "0.42.2"
21112source = "registry+https://github.com/rust-lang/crates.io-index"
21113checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21114
21115[[package]]
21116name = "windows_aarch64_gnullvm"
21117version = "0.48.5"
21118source = "registry+https://github.com/rust-lang/crates.io-index"
21119checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21120
21121[[package]]
21122name = "windows_aarch64_gnullvm"
21123version = "0.52.6"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21126
21127[[package]]
21128name = "windows_aarch64_gnullvm"
21129version = "0.53.1"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21132
21133[[package]]
21134name = "windows_aarch64_msvc"
21135version = "0.42.2"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21138
21139[[package]]
21140name = "windows_aarch64_msvc"
21141version = "0.48.5"
21142source = "registry+https://github.com/rust-lang/crates.io-index"
21143checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21144
21145[[package]]
21146name = "windows_aarch64_msvc"
21147version = "0.52.6"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21150
21151[[package]]
21152name = "windows_aarch64_msvc"
21153version = "0.53.1"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21156
21157[[package]]
21158name = "windows_i686_gnu"
21159version = "0.42.2"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21162
21163[[package]]
21164name = "windows_i686_gnu"
21165version = "0.48.5"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21168
21169[[package]]
21170name = "windows_i686_gnu"
21171version = "0.52.6"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21174
21175[[package]]
21176name = "windows_i686_gnu"
21177version = "0.53.1"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21180
21181[[package]]
21182name = "windows_i686_gnullvm"
21183version = "0.52.6"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21186
21187[[package]]
21188name = "windows_i686_gnullvm"
21189version = "0.53.1"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21192
21193[[package]]
21194name = "windows_i686_msvc"
21195version = "0.42.2"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21198
21199[[package]]
21200name = "windows_i686_msvc"
21201version = "0.48.5"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21204
21205[[package]]
21206name = "windows_i686_msvc"
21207version = "0.52.6"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21210
21211[[package]]
21212name = "windows_i686_msvc"
21213version = "0.53.1"
21214source = "registry+https://github.com/rust-lang/crates.io-index"
21215checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21216
21217[[package]]
21218name = "windows_x86_64_gnu"
21219version = "0.42.2"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21222
21223[[package]]
21224name = "windows_x86_64_gnu"
21225version = "0.48.5"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21228
21229[[package]]
21230name = "windows_x86_64_gnu"
21231version = "0.52.6"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21234
21235[[package]]
21236name = "windows_x86_64_gnu"
21237version = "0.53.1"
21238source = "registry+https://github.com/rust-lang/crates.io-index"
21239checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21240
21241[[package]]
21242name = "windows_x86_64_gnullvm"
21243version = "0.42.2"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21246
21247[[package]]
21248name = "windows_x86_64_gnullvm"
21249version = "0.48.5"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21252
21253[[package]]
21254name = "windows_x86_64_gnullvm"
21255version = "0.52.6"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21258
21259[[package]]
21260name = "windows_x86_64_gnullvm"
21261version = "0.53.1"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21264
21265[[package]]
21266name = "windows_x86_64_msvc"
21267version = "0.42.2"
21268source = "registry+https://github.com/rust-lang/crates.io-index"
21269checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21270
21271[[package]]
21272name = "windows_x86_64_msvc"
21273version = "0.48.5"
21274source = "registry+https://github.com/rust-lang/crates.io-index"
21275checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21276
21277[[package]]
21278name = "windows_x86_64_msvc"
21279version = "0.52.6"
21280source = "registry+https://github.com/rust-lang/crates.io-index"
21281checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21282
21283[[package]]
21284name = "windows_x86_64_msvc"
21285version = "0.53.1"
21286source = "registry+https://github.com/rust-lang/crates.io-index"
21287checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21288
21289[[package]]
21290name = "winnow"
21291version = "0.7.13"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21294dependencies = [
21295 "memchr",
21296]
21297
21298[[package]]
21299name = "winreg"
21300version = "0.10.1"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21303dependencies = [
21304 "winapi",
21305]
21306
21307[[package]]
21308name = "winreg"
21309version = "0.50.0"
21310source = "registry+https://github.com/rust-lang/crates.io-index"
21311checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21312dependencies = [
21313 "cfg-if",
21314 "windows-sys 0.48.0",
21315]
21316
21317[[package]]
21318name = "winreg"
21319version = "0.55.0"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21322dependencies = [
21323 "cfg-if",
21324 "windows-sys 0.59.0",
21325]
21326
21327[[package]]
21328name = "winresource"
21329version = "0.1.23"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21332dependencies = [
21333 "toml 0.8.23",
21334 "version_check",
21335]
21336
21337[[package]]
21338name = "winsafe"
21339version = "0.0.19"
21340source = "registry+https://github.com/rust-lang/crates.io-index"
21341checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21342
21343[[package]]
21344name = "winx"
21345version = "0.36.4"
21346source = "registry+https://github.com/rust-lang/crates.io-index"
21347checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21348dependencies = [
21349 "bitflags 2.10.0",
21350 "windows-sys 0.59.0",
21351]
21352
21353[[package]]
21354name = "wio"
21355version = "0.2.2"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21358dependencies = [
21359 "winapi",
21360]
21361
21362[[package]]
21363name = "wit-bindgen"
21364version = "0.22.0"
21365source = "registry+https://github.com/rust-lang/crates.io-index"
21366checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21367dependencies = [
21368 "bitflags 2.10.0",
21369 "wit-bindgen-rt 0.22.0",
21370 "wit-bindgen-rust-macro 0.22.0",
21371]
21372
21373[[package]]
21374name = "wit-bindgen"
21375version = "0.41.0"
21376source = "registry+https://github.com/rust-lang/crates.io-index"
21377checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21378dependencies = [
21379 "wit-bindgen-rt 0.41.0",
21380 "wit-bindgen-rust-macro 0.41.0",
21381]
21382
21383[[package]]
21384name = "wit-bindgen"
21385version = "0.46.0"
21386source = "registry+https://github.com/rust-lang/crates.io-index"
21387checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21388
21389[[package]]
21390name = "wit-bindgen"
21391version = "0.51.0"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21394dependencies = [
21395 "wit-bindgen-rust-macro 0.51.0",
21396]
21397
21398[[package]]
21399name = "wit-bindgen-core"
21400version = "0.22.0"
21401source = "registry+https://github.com/rust-lang/crates.io-index"
21402checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21403dependencies = [
21404 "anyhow",
21405 "wit-parser 0.201.0",
21406]
21407
21408[[package]]
21409name = "wit-bindgen-core"
21410version = "0.41.0"
21411source = "registry+https://github.com/rust-lang/crates.io-index"
21412checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21413dependencies = [
21414 "anyhow",
21415 "heck 0.5.0",
21416 "wit-parser 0.227.1",
21417]
21418
21419[[package]]
21420name = "wit-bindgen-core"
21421version = "0.51.0"
21422source = "registry+https://github.com/rust-lang/crates.io-index"
21423checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21424dependencies = [
21425 "anyhow",
21426 "heck 0.5.0",
21427 "wit-parser 0.244.0",
21428]
21429
21430[[package]]
21431name = "wit-bindgen-rt"
21432version = "0.22.0"
21433source = "registry+https://github.com/rust-lang/crates.io-index"
21434checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21435
21436[[package]]
21437name = "wit-bindgen-rt"
21438version = "0.41.0"
21439source = "registry+https://github.com/rust-lang/crates.io-index"
21440checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21441dependencies = [
21442 "bitflags 2.10.0",
21443 "futures 0.3.32",
21444 "once_cell",
21445]
21446
21447[[package]]
21448name = "wit-bindgen-rust"
21449version = "0.22.0"
21450source = "registry+https://github.com/rust-lang/crates.io-index"
21451checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21452dependencies = [
21453 "anyhow",
21454 "heck 0.4.1",
21455 "indexmap",
21456 "wasm-metadata 0.201.0",
21457 "wit-bindgen-core 0.22.0",
21458 "wit-component 0.201.0",
21459]
21460
21461[[package]]
21462name = "wit-bindgen-rust"
21463version = "0.41.0"
21464source = "registry+https://github.com/rust-lang/crates.io-index"
21465checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21466dependencies = [
21467 "anyhow",
21468 "heck 0.5.0",
21469 "indexmap",
21470 "prettyplease",
21471 "syn 2.0.117",
21472 "wasm-metadata 0.227.1",
21473 "wit-bindgen-core 0.41.0",
21474 "wit-component 0.227.1",
21475]
21476
21477[[package]]
21478name = "wit-bindgen-rust"
21479version = "0.51.0"
21480source = "registry+https://github.com/rust-lang/crates.io-index"
21481checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21482dependencies = [
21483 "anyhow",
21484 "heck 0.5.0",
21485 "indexmap",
21486 "prettyplease",
21487 "syn 2.0.117",
21488 "wasm-metadata 0.244.0",
21489 "wit-bindgen-core 0.51.0",
21490 "wit-component 0.244.0",
21491]
21492
21493[[package]]
21494name = "wit-bindgen-rust-macro"
21495version = "0.22.0"
21496source = "registry+https://github.com/rust-lang/crates.io-index"
21497checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21498dependencies = [
21499 "anyhow",
21500 "proc-macro2",
21501 "quote",
21502 "syn 2.0.117",
21503 "wit-bindgen-core 0.22.0",
21504 "wit-bindgen-rust 0.22.0",
21505]
21506
21507[[package]]
21508name = "wit-bindgen-rust-macro"
21509version = "0.41.0"
21510source = "registry+https://github.com/rust-lang/crates.io-index"
21511checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21512dependencies = [
21513 "anyhow",
21514 "prettyplease",
21515 "proc-macro2",
21516 "quote",
21517 "syn 2.0.117",
21518 "wit-bindgen-core 0.41.0",
21519 "wit-bindgen-rust 0.41.0",
21520]
21521
21522[[package]]
21523name = "wit-bindgen-rust-macro"
21524version = "0.51.0"
21525source = "registry+https://github.com/rust-lang/crates.io-index"
21526checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21527dependencies = [
21528 "anyhow",
21529 "prettyplease",
21530 "proc-macro2",
21531 "quote",
21532 "syn 2.0.117",
21533 "wit-bindgen-core 0.51.0",
21534 "wit-bindgen-rust 0.51.0",
21535]
21536
21537[[package]]
21538name = "wit-component"
21539version = "0.201.0"
21540source = "registry+https://github.com/rust-lang/crates.io-index"
21541checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21542dependencies = [
21543 "anyhow",
21544 "bitflags 2.10.0",
21545 "indexmap",
21546 "log",
21547 "serde",
21548 "serde_derive",
21549 "serde_json",
21550 "wasm-encoder 0.201.0",
21551 "wasm-metadata 0.201.0",
21552 "wasmparser 0.201.0",
21553 "wit-parser 0.201.0",
21554]
21555
21556[[package]]
21557name = "wit-component"
21558version = "0.227.1"
21559source = "registry+https://github.com/rust-lang/crates.io-index"
21560checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21561dependencies = [
21562 "anyhow",
21563 "bitflags 2.10.0",
21564 "indexmap",
21565 "log",
21566 "serde",
21567 "serde_derive",
21568 "serde_json",
21569 "wasm-encoder 0.227.1",
21570 "wasm-metadata 0.227.1",
21571 "wasmparser 0.227.1",
21572 "wit-parser 0.227.1",
21573]
21574
21575[[package]]
21576name = "wit-component"
21577version = "0.244.0"
21578source = "registry+https://github.com/rust-lang/crates.io-index"
21579checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21580dependencies = [
21581 "anyhow",
21582 "bitflags 2.10.0",
21583 "indexmap",
21584 "log",
21585 "serde",
21586 "serde_derive",
21587 "serde_json",
21588 "wasm-encoder 0.244.0",
21589 "wasm-metadata 0.244.0",
21590 "wasmparser 0.244.0",
21591 "wit-parser 0.244.0",
21592]
21593
21594[[package]]
21595name = "wit-parser"
21596version = "0.201.0"
21597source = "registry+https://github.com/rust-lang/crates.io-index"
21598checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21599dependencies = [
21600 "anyhow",
21601 "id-arena",
21602 "indexmap",
21603 "log",
21604 "semver",
21605 "serde",
21606 "serde_derive",
21607 "serde_json",
21608 "unicode-xid",
21609 "wasmparser 0.201.0",
21610]
21611
21612[[package]]
21613name = "wit-parser"
21614version = "0.227.1"
21615source = "registry+https://github.com/rust-lang/crates.io-index"
21616checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21617dependencies = [
21618 "anyhow",
21619 "id-arena",
21620 "indexmap",
21621 "log",
21622 "semver",
21623 "serde",
21624 "serde_derive",
21625 "serde_json",
21626 "unicode-xid",
21627 "wasmparser 0.227.1",
21628]
21629
21630[[package]]
21631name = "wit-parser"
21632version = "0.236.1"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21635dependencies = [
21636 "anyhow",
21637 "id-arena",
21638 "indexmap",
21639 "log",
21640 "semver",
21641 "serde",
21642 "serde_derive",
21643 "serde_json",
21644 "unicode-xid",
21645 "wasmparser 0.236.1",
21646]
21647
21648[[package]]
21649name = "wit-parser"
21650version = "0.244.0"
21651source = "registry+https://github.com/rust-lang/crates.io-index"
21652checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21653dependencies = [
21654 "anyhow",
21655 "id-arena",
21656 "indexmap",
21657 "log",
21658 "semver",
21659 "serde",
21660 "serde_derive",
21661 "serde_json",
21662 "unicode-xid",
21663 "wasmparser 0.244.0",
21664]
21665
21666[[package]]
21667name = "witx"
21668version = "0.9.1"
21669source = "registry+https://github.com/rust-lang/crates.io-index"
21670checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21671dependencies = [
21672 "anyhow",
21673 "log",
21674 "thiserror 1.0.69",
21675 "wast",
21676]
21677
21678[[package]]
21679name = "workspace"
21680version = "0.1.0"
21681dependencies = [
21682 "agent_settings",
21683 "any_vec",
21684 "anyhow",
21685 "async-recursion",
21686 "chrono",
21687 "client",
21688 "clock",
21689 "collections",
21690 "component",
21691 "db",
21692 "feature_flags",
21693 "fs",
21694 "futures 0.3.32",
21695 "git",
21696 "gpui",
21697 "http_client",
21698 "itertools 0.14.0",
21699 "language",
21700 "log",
21701 "markdown",
21702 "menu",
21703 "node_runtime",
21704 "parking_lot",
21705 "postage",
21706 "pretty_assertions",
21707 "project",
21708 "remote",
21709 "schemars",
21710 "serde",
21711 "serde_json",
21712 "session",
21713 "settings",
21714 "smallvec",
21715 "sqlez",
21716 "strum 0.27.2",
21717 "task",
21718 "telemetry",
21719 "tempfile",
21720 "theme",
21721 "theme_settings",
21722 "ui",
21723 "util",
21724 "uuid",
21725 "vim_mode_setting",
21726 "windows 0.61.3",
21727 "zed_actions",
21728 "zlog",
21729]
21730
21731[[package]]
21732name = "worktree"
21733version = "0.1.0"
21734dependencies = [
21735 "anyhow",
21736 "async-lock 2.8.0",
21737 "chardetng",
21738 "clock",
21739 "collections",
21740 "encoding_rs",
21741 "fs",
21742 "futures 0.3.32",
21743 "fuzzy",
21744 "git",
21745 "gpui",
21746 "ignore",
21747 "language",
21748 "log",
21749 "parking_lot",
21750 "paths",
21751 "postage",
21752 "pretty_assertions",
21753 "rand 0.9.2",
21754 "rpc",
21755 "serde",
21756 "serde_json",
21757 "settings",
21758 "smallvec",
21759 "smol",
21760 "sum_tree",
21761 "text",
21762 "tracing",
21763 "util",
21764 "worktree",
21765 "zlog",
21766 "ztracing",
21767]
21768
21769[[package]]
21770name = "worktree_benchmarks"
21771version = "0.1.0"
21772dependencies = [
21773 "fs",
21774 "gpui_platform",
21775 "settings",
21776 "worktree",
21777]
21778
21779[[package]]
21780name = "wprcontrol"
21781version = "0.1.0"
21782source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21783dependencies = [
21784 "windows 0.61.3",
21785 "windows-bindgen",
21786 "windows-core 0.61.2",
21787 "windows-link 0.2.1",
21788]
21789
21790[[package]]
21791name = "writeable"
21792version = "0.6.1"
21793source = "registry+https://github.com/rust-lang/crates.io-index"
21794checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21795
21796[[package]]
21797name = "wyz"
21798version = "0.5.1"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21801dependencies = [
21802 "tap",
21803]
21804
21805[[package]]
21806name = "x11"
21807version = "2.21.0"
21808source = "registry+https://github.com/rust-lang/crates.io-index"
21809checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21810dependencies = [
21811 "libc",
21812 "pkg-config",
21813]
21814
21815[[package]]
21816name = "x11-clipboard"
21817version = "0.9.3"
21818source = "registry+https://github.com/rust-lang/crates.io-index"
21819checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21820dependencies = [
21821 "libc",
21822 "x11rb",
21823]
21824
21825[[package]]
21826name = "x11rb"
21827version = "0.13.2"
21828source = "registry+https://github.com/rust-lang/crates.io-index"
21829checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21830dependencies = [
21831 "as-raw-xcb-connection",
21832 "gethostname",
21833 "libc",
21834 "rustix 1.1.2",
21835 "x11rb-protocol",
21836 "xcursor",
21837]
21838
21839[[package]]
21840name = "x11rb-protocol"
21841version = "0.13.2"
21842source = "registry+https://github.com/rust-lang/crates.io-index"
21843checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21844
21845[[package]]
21846name = "x_ai"
21847version = "0.1.0"
21848dependencies = [
21849 "anyhow",
21850 "language_model_core",
21851 "schemars",
21852 "serde",
21853 "strum 0.27.2",
21854 "tiktoken-rs",
21855]
21856
21857[[package]]
21858name = "xattr"
21859version = "0.2.3"
21860source = "registry+https://github.com/rust-lang/crates.io-index"
21861checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21862dependencies = [
21863 "libc",
21864]
21865
21866[[package]]
21867name = "xcb"
21868version = "1.6.0"
21869source = "registry+https://github.com/rust-lang/crates.io-index"
21870checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21871dependencies = [
21872 "bitflags 1.3.2",
21873 "libc",
21874 "quick-xml 0.30.0",
21875 "x11",
21876]
21877
21878[[package]]
21879name = "xcursor"
21880version = "0.3.10"
21881source = "registry+https://github.com/rust-lang/crates.io-index"
21882checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21883
21884[[package]]
21885name = "xim-ctext"
21886version = "0.3.0"
21887source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21888dependencies = [
21889 "encoding_rs",
21890]
21891
21892[[package]]
21893name = "xim-parser"
21894version = "0.2.1"
21895source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21896dependencies = [
21897 "bitflags 2.10.0",
21898]
21899
21900[[package]]
21901name = "xkbcommon"
21902version = "0.8.0"
21903source = "registry+https://github.com/rust-lang/crates.io-index"
21904checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21905dependencies = [
21906 "as-raw-xcb-connection",
21907 "libc",
21908 "memmap2",
21909 "xkeysym",
21910]
21911
21912[[package]]
21913name = "xkeysym"
21914version = "0.2.1"
21915source = "registry+https://github.com/rust-lang/crates.io-index"
21916checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21917
21918[[package]]
21919name = "xml-rs"
21920version = "0.8.28"
21921source = "registry+https://github.com/rust-lang/crates.io-index"
21922checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21923
21924[[package]]
21925name = "xml5ever"
21926version = "0.18.1"
21927source = "registry+https://github.com/rust-lang/crates.io-index"
21928checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21929dependencies = [
21930 "log",
21931 "mac",
21932 "markup5ever 0.12.1",
21933]
21934
21935[[package]]
21936name = "xmlparser"
21937version = "0.13.6"
21938source = "registry+https://github.com/rust-lang/crates.io-index"
21939checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21940
21941[[package]]
21942name = "xmlwriter"
21943version = "0.1.0"
21944source = "registry+https://github.com/rust-lang/crates.io-index"
21945checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21946
21947[[package]]
21948name = "xtask"
21949version = "0.1.0"
21950dependencies = [
21951 "annotate-snippets",
21952 "anyhow",
21953 "backtrace",
21954 "cargo_metadata 0.19.2",
21955 "cargo_toml",
21956 "clap",
21957 "compliance",
21958 "gh-workflow",
21959 "indexmap",
21960 "indoc",
21961 "itertools 0.14.0",
21962 "regex",
21963 "serde",
21964 "serde_json",
21965 "serde_yaml",
21966 "strum 0.27.2",
21967 "tokio",
21968 "toml 0.8.23",
21969 "toml_edit 0.22.27",
21970]
21971
21972[[package]]
21973name = "yaml-rust2"
21974version = "0.8.1"
21975source = "registry+https://github.com/rust-lang/crates.io-index"
21976checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21977dependencies = [
21978 "arraydeque",
21979 "encoding_rs",
21980 "hashlink 0.8.4",
21981]
21982
21983[[package]]
21984name = "yansi"
21985version = "1.0.1"
21986source = "registry+https://github.com/rust-lang/crates.io-index"
21987checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21988
21989[[package]]
21990name = "yawc"
21991version = "0.2.5"
21992source = "registry+https://github.com/rust-lang/crates.io-index"
21993checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21994dependencies = [
21995 "base64 0.22.1",
21996 "bytes 1.11.1",
21997 "flate2",
21998 "futures 0.3.32",
21999 "http-body-util",
22000 "hyper 1.7.0",
22001 "hyper-util",
22002 "js-sys",
22003 "nom 8.0.0",
22004 "pin-project",
22005 "rand 0.8.5",
22006 "sha1",
22007 "thiserror 1.0.69",
22008 "tokio",
22009 "tokio-rustls 0.26.2",
22010 "tokio-util",
22011 "url",
22012 "wasm-bindgen",
22013 "wasm-bindgen-futures",
22014 "web-sys",
22015 "webpki-roots",
22016]
22017
22018[[package]]
22019name = "yazi"
22020version = "0.2.1"
22021source = "registry+https://github.com/rust-lang/crates.io-index"
22022checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22023
22024[[package]]
22025name = "yeslogic-fontconfig-sys"
22026version = "6.0.0"
22027source = "registry+https://github.com/rust-lang/crates.io-index"
22028checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22029dependencies = [
22030 "dlib",
22031 "once_cell",
22032 "pkg-config",
22033]
22034
22035[[package]]
22036name = "yoke"
22037version = "0.7.5"
22038source = "registry+https://github.com/rust-lang/crates.io-index"
22039checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22040dependencies = [
22041 "serde",
22042 "stable_deref_trait",
22043 "yoke-derive 0.7.5",
22044 "zerofrom",
22045]
22046
22047[[package]]
22048name = "yoke"
22049version = "0.8.0"
22050source = "registry+https://github.com/rust-lang/crates.io-index"
22051checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22052dependencies = [
22053 "serde",
22054 "stable_deref_trait",
22055 "yoke-derive 0.8.0",
22056 "zerofrom",
22057]
22058
22059[[package]]
22060name = "yoke-derive"
22061version = "0.7.5"
22062source = "registry+https://github.com/rust-lang/crates.io-index"
22063checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22064dependencies = [
22065 "proc-macro2",
22066 "quote",
22067 "syn 2.0.117",
22068 "synstructure",
22069]
22070
22071[[package]]
22072name = "yoke-derive"
22073version = "0.8.0"
22074source = "registry+https://github.com/rust-lang/crates.io-index"
22075checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22076dependencies = [
22077 "proc-macro2",
22078 "quote",
22079 "syn 2.0.117",
22080 "synstructure",
22081]
22082
22083[[package]]
22084name = "zbus"
22085version = "5.13.2"
22086source = "registry+https://github.com/rust-lang/crates.io-index"
22087checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22088dependencies = [
22089 "async-broadcast",
22090 "async-executor",
22091 "async-io",
22092 "async-lock 3.4.2",
22093 "async-process",
22094 "async-recursion",
22095 "async-task",
22096 "async-trait",
22097 "blocking",
22098 "enumflags2",
22099 "event-listener 5.4.1",
22100 "futures-core",
22101 "futures-lite 2.6.1",
22102 "hex",
22103 "libc",
22104 "ordered-stream",
22105 "rustix 1.1.2",
22106 "serde",
22107 "serde_repr",
22108 "tracing",
22109 "uds_windows",
22110 "uuid",
22111 "windows-sys 0.61.2",
22112 "winnow",
22113 "zbus_macros",
22114 "zbus_names",
22115 "zvariant",
22116]
22117
22118[[package]]
22119name = "zbus_macros"
22120version = "5.13.2"
22121source = "registry+https://github.com/rust-lang/crates.io-index"
22122checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22123dependencies = [
22124 "proc-macro-crate",
22125 "proc-macro2",
22126 "quote",
22127 "syn 2.0.117",
22128 "zbus_names",
22129 "zvariant",
22130 "zvariant_utils",
22131]
22132
22133[[package]]
22134name = "zbus_names"
22135version = "4.3.1"
22136source = "registry+https://github.com/rust-lang/crates.io-index"
22137checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22138dependencies = [
22139 "serde",
22140 "winnow",
22141 "zvariant",
22142]
22143
22144[[package]]
22145name = "zed"
22146version = "0.233.0"
22147dependencies = [
22148 "acp_thread",
22149 "acp_tools",
22150 "action_log",
22151 "activity_indicator",
22152 "agent",
22153 "agent-client-protocol",
22154 "agent_servers",
22155 "agent_settings",
22156 "agent_ui",
22157 "anyhow",
22158 "ashpd",
22159 "askpass",
22160 "assets",
22161 "audio",
22162 "auto_update",
22163 "auto_update_ui",
22164 "breadcrumbs",
22165 "call",
22166 "channel",
22167 "chrono",
22168 "clap",
22169 "cli",
22170 "client",
22171 "clock",
22172 "codestral",
22173 "collab_ui",
22174 "collections",
22175 "command_palette",
22176 "component",
22177 "component_preview",
22178 "copilot",
22179 "copilot_chat",
22180 "copilot_ui",
22181 "crashes",
22182 "csv_preview",
22183 "dap_adapters",
22184 "db",
22185 "debug_adapter_extension",
22186 "debugger_tools",
22187 "debugger_ui",
22188 "dev_container",
22189 "diagnostics",
22190 "edit_prediction",
22191 "edit_prediction_ui",
22192 "editor",
22193 "encoding_selector",
22194 "env_logger 0.11.8",
22195 "etw_tracing",
22196 "extension",
22197 "extension_host",
22198 "extensions_ui",
22199 "feature_flags",
22200 "feedback",
22201 "file_finder",
22202 "fs",
22203 "futures 0.3.32",
22204 "git",
22205 "git_graph",
22206 "git_hosting_providers",
22207 "git_ui",
22208 "go_to_line",
22209 "gpui",
22210 "gpui_platform",
22211 "gpui_tokio",
22212 "http_client",
22213 "image",
22214 "image_viewer",
22215 "inspector_ui",
22216 "install_cli",
22217 "itertools 0.14.0",
22218 "journal",
22219 "json_schema_store",
22220 "keymap_editor",
22221 "language",
22222 "language_extension",
22223 "language_model",
22224 "language_models",
22225 "language_onboarding",
22226 "language_selector",
22227 "language_tools",
22228 "languages",
22229 "line_ending_selector",
22230 "log",
22231 "markdown",
22232 "markdown_preview",
22233 "menu",
22234 "migrator",
22235 "mimalloc",
22236 "miniprofiler_ui",
22237 "nc",
22238 "node_runtime",
22239 "notifications",
22240 "onboarding",
22241 "outline",
22242 "outline_panel",
22243 "parking_lot",
22244 "paths",
22245 "picker",
22246 "pkg-config",
22247 "pretty_assertions",
22248 "profiling",
22249 "project",
22250 "project_panel",
22251 "project_symbols",
22252 "prompt_store",
22253 "proto",
22254 "rayon",
22255 "recent_projects",
22256 "release_channel",
22257 "remote",
22258 "repl",
22259 "reqwest_client",
22260 "rope",
22261 "search",
22262 "semver",
22263 "serde",
22264 "serde_json",
22265 "session",
22266 "settings",
22267 "settings_profile_selector",
22268 "settings_ui",
22269 "shellexpand 2.1.2",
22270 "sidebar",
22271 "smol",
22272 "snippet_provider",
22273 "snippets_ui",
22274 "svg_preview",
22275 "sysinfo 0.37.2",
22276 "system_specs",
22277 "tab_switcher",
22278 "task",
22279 "tasks_ui",
22280 "telemetry",
22281 "telemetry_events",
22282 "tempfile",
22283 "terminal_view",
22284 "theme",
22285 "theme_extension",
22286 "theme_selector",
22287 "theme_settings",
22288 "time",
22289 "time_format",
22290 "title_bar",
22291 "toolchain_selector",
22292 "tracing",
22293 "ui",
22294 "ui_prompt",
22295 "url",
22296 "urlencoding",
22297 "util",
22298 "uuid",
22299 "vim",
22300 "vim_mode_setting",
22301 "watch",
22302 "web_search",
22303 "web_search_providers",
22304 "which_key",
22305 "windows 0.61.3",
22306 "winresource",
22307 "workspace",
22308 "zed-reqwest",
22309 "zed_actions",
22310 "zed_env_vars",
22311 "zlog",
22312 "zlog_settings",
22313 "ztracing",
22314]
22315
22316[[package]]
22317name = "zed-font-kit"
22318version = "0.14.1-zed"
22319source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22320dependencies = [
22321 "bitflags 2.10.0",
22322 "byteorder",
22323 "core-foundation 0.10.0",
22324 "core-graphics 0.24.0",
22325 "core-text",
22326 "dirs 5.0.1",
22327 "dwrote",
22328 "float-ord",
22329 "freetype-sys",
22330 "lazy_static",
22331 "libc",
22332 "log",
22333 "pathfinder_geometry",
22334 "pathfinder_simd",
22335 "walkdir",
22336 "winapi",
22337 "yeslogic-fontconfig-sys",
22338]
22339
22340[[package]]
22341name = "zed-reqwest"
22342version = "0.12.15-zed"
22343source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22344dependencies = [
22345 "base64 0.22.1",
22346 "bytes 1.11.1",
22347 "encoding_rs",
22348 "futures-core",
22349 "futures-util",
22350 "h2 0.4.12",
22351 "http 1.3.1",
22352 "http-body 1.0.1",
22353 "http-body-util",
22354 "hyper 1.7.0",
22355 "hyper-rustls 0.27.7",
22356 "hyper-util",
22357 "ipnet",
22358 "js-sys",
22359 "log",
22360 "mime",
22361 "mime_guess",
22362 "once_cell",
22363 "percent-encoding",
22364 "pin-project-lite",
22365 "quinn",
22366 "rustls 0.23.33",
22367 "rustls-native-certs 0.8.2",
22368 "rustls-pemfile 2.2.0",
22369 "rustls-pki-types",
22370 "serde",
22371 "serde_json",
22372 "serde_urlencoded",
22373 "sync_wrapper 1.0.2",
22374 "system-configuration 0.6.1",
22375 "tokio",
22376 "tokio-rustls 0.26.2",
22377 "tokio-socks",
22378 "tokio-util",
22379 "tower 0.5.2",
22380 "tower-service",
22381 "url",
22382 "wasm-bindgen",
22383 "wasm-bindgen-futures",
22384 "wasm-streams",
22385 "web-sys",
22386 "windows-registry 0.4.0",
22387]
22388
22389[[package]]
22390name = "zed-scap"
22391version = "0.0.8-zed"
22392source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22393dependencies = [
22394 "anyhow",
22395 "cocoa 0.25.0",
22396 "core-graphics-helmer-fork",
22397 "log",
22398 "objc",
22399 "rand 0.8.5",
22400 "screencapturekit",
22401 "screencapturekit-sys",
22402 "sysinfo 0.31.4",
22403 "tao-core-video-sys",
22404 "windows 0.61.3",
22405 "windows-capture",
22406 "x11",
22407 "xcb",
22408]
22409
22410[[package]]
22411name = "zed-xim"
22412version = "0.4.0-zed"
22413source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22414dependencies = [
22415 "ahash 0.8.12",
22416 "hashbrown 0.14.5",
22417 "log",
22418 "x11rb",
22419 "xim-ctext",
22420 "xim-parser",
22421]
22422
22423[[package]]
22424name = "zed_actions"
22425version = "0.1.0"
22426dependencies = [
22427 "gpui",
22428 "schemars",
22429 "serde",
22430 "util",
22431 "uuid",
22432]
22433
22434[[package]]
22435name = "zed_credentials_provider"
22436version = "0.1.0"
22437dependencies = [
22438 "anyhow",
22439 "credentials_provider",
22440 "futures 0.3.32",
22441 "gpui",
22442 "paths",
22443 "release_channel",
22444 "serde",
22445 "serde_json",
22446]
22447
22448[[package]]
22449name = "zed_env_vars"
22450version = "0.1.0"
22451dependencies = [
22452 "env_var",
22453]
22454
22455[[package]]
22456name = "zed_extension_api"
22457version = "0.1.0"
22458source = "registry+https://github.com/rust-lang/crates.io-index"
22459checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22460dependencies = [
22461 "serde",
22462 "serde_json",
22463 "wit-bindgen 0.22.0",
22464]
22465
22466[[package]]
22467name = "zed_extension_api"
22468version = "0.7.0"
22469source = "registry+https://github.com/rust-lang/crates.io-index"
22470checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22471dependencies = [
22472 "serde",
22473 "serde_json",
22474 "wit-bindgen 0.41.0",
22475]
22476
22477[[package]]
22478name = "zed_extension_api"
22479version = "0.8.0"
22480dependencies = [
22481 "serde",
22482 "serde_json",
22483 "wit-bindgen 0.41.0",
22484]
22485
22486[[package]]
22487name = "zed_glsl"
22488version = "0.2.3"
22489dependencies = [
22490 "zed_extension_api 0.1.0",
22491]
22492
22493[[package]]
22494name = "zed_html"
22495version = "0.3.1"
22496dependencies = [
22497 "zed_extension_api 0.7.0",
22498]
22499
22500[[package]]
22501name = "zed_proto"
22502version = "0.3.2"
22503dependencies = [
22504 "zed_extension_api 0.7.0",
22505]
22506
22507[[package]]
22508name = "zed_test_extension"
22509version = "0.1.0"
22510dependencies = [
22511 "zed_extension_api 0.8.0",
22512]
22513
22514[[package]]
22515name = "zeno"
22516version = "0.3.3"
22517source = "registry+https://github.com/rust-lang/crates.io-index"
22518checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22519
22520[[package]]
22521name = "zerocopy"
22522version = "0.8.27"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22525dependencies = [
22526 "zerocopy-derive",
22527]
22528
22529[[package]]
22530name = "zerocopy-derive"
22531version = "0.8.27"
22532source = "registry+https://github.com/rust-lang/crates.io-index"
22533checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22534dependencies = [
22535 "proc-macro2",
22536 "quote",
22537 "syn 2.0.117",
22538]
22539
22540[[package]]
22541name = "zerofrom"
22542version = "0.1.6"
22543source = "registry+https://github.com/rust-lang/crates.io-index"
22544checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22545dependencies = [
22546 "zerofrom-derive",
22547]
22548
22549[[package]]
22550name = "zerofrom-derive"
22551version = "0.1.6"
22552source = "registry+https://github.com/rust-lang/crates.io-index"
22553checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22554dependencies = [
22555 "proc-macro2",
22556 "quote",
22557 "syn 2.0.117",
22558 "synstructure",
22559]
22560
22561[[package]]
22562name = "zeroize"
22563version = "1.8.2"
22564source = "registry+https://github.com/rust-lang/crates.io-index"
22565checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22566dependencies = [
22567 "zeroize_derive",
22568]
22569
22570[[package]]
22571name = "zeroize_derive"
22572version = "1.4.2"
22573source = "registry+https://github.com/rust-lang/crates.io-index"
22574checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22575dependencies = [
22576 "proc-macro2",
22577 "quote",
22578 "syn 2.0.117",
22579]
22580
22581[[package]]
22582name = "zeromq"
22583version = "0.5.0"
22584source = "registry+https://github.com/rust-lang/crates.io-index"
22585checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22586dependencies = [
22587 "async-dispatcher",
22588 "async-std",
22589 "async-trait",
22590 "asynchronous-codec",
22591 "bytes 1.11.1",
22592 "crossbeam-queue",
22593 "futures 0.3.32",
22594 "log",
22595 "num-traits",
22596 "once_cell",
22597 "parking_lot",
22598 "rand 0.9.2",
22599 "regex",
22600 "scc",
22601 "thiserror 1.0.69",
22602 "uuid",
22603]
22604
22605[[package]]
22606name = "zerotrie"
22607version = "0.2.2"
22608source = "registry+https://github.com/rust-lang/crates.io-index"
22609checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22610dependencies = [
22611 "displaydoc",
22612 "yoke 0.8.0",
22613 "zerofrom",
22614]
22615
22616[[package]]
22617name = "zerovec"
22618version = "0.11.4"
22619source = "registry+https://github.com/rust-lang/crates.io-index"
22620checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22621dependencies = [
22622 "yoke 0.8.0",
22623 "zerofrom",
22624 "zerovec-derive",
22625]
22626
22627[[package]]
22628name = "zerovec-derive"
22629version = "0.11.1"
22630source = "registry+https://github.com/rust-lang/crates.io-index"
22631checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22632dependencies = [
22633 "proc-macro2",
22634 "quote",
22635 "syn 2.0.117",
22636]
22637
22638[[package]]
22639name = "zeta_prompt"
22640version = "0.1.0"
22641dependencies = [
22642 "anyhow",
22643 "imara-diff",
22644 "indoc",
22645 "serde",
22646 "strum 0.27.2",
22647]
22648
22649[[package]]
22650name = "zip"
22651version = "0.6.6"
22652source = "registry+https://github.com/rust-lang/crates.io-index"
22653checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22654dependencies = [
22655 "aes",
22656 "byteorder",
22657 "bzip2 0.4.4",
22658 "constant_time_eq",
22659 "crc32fast",
22660 "crossbeam-utils",
22661 "flate2",
22662 "hmac",
22663 "pbkdf2 0.11.0",
22664 "sha1",
22665 "time",
22666 "zstd",
22667]
22668
22669[[package]]
22670name = "zip"
22671version = "1.1.4"
22672source = "registry+https://github.com/rust-lang/crates.io-index"
22673checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22674dependencies = [
22675 "arbitrary",
22676 "crc32fast",
22677 "crossbeam-utils",
22678 "displaydoc",
22679 "indexmap",
22680 "num_enum",
22681 "thiserror 1.0.69",
22682]
22683
22684[[package]]
22685name = "zlog"
22686version = "0.1.0"
22687dependencies = [
22688 "anyhow",
22689 "chrono",
22690 "collections",
22691 "log",
22692 "tempfile",
22693]
22694
22695[[package]]
22696name = "zlog_settings"
22697version = "0.1.0"
22698dependencies = [
22699 "collections",
22700 "gpui",
22701 "settings",
22702 "zlog",
22703]
22704
22705[[package]]
22706name = "zstd"
22707version = "0.11.2+zstd.1.5.2"
22708source = "registry+https://github.com/rust-lang/crates.io-index"
22709checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22710dependencies = [
22711 "zstd-safe",
22712]
22713
22714[[package]]
22715name = "zstd-safe"
22716version = "5.0.2+zstd.1.5.2"
22717source = "registry+https://github.com/rust-lang/crates.io-index"
22718checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22719dependencies = [
22720 "libc",
22721 "zstd-sys",
22722]
22723
22724[[package]]
22725name = "zstd-sys"
22726version = "2.0.16+zstd.1.5.7"
22727source = "registry+https://github.com/rust-lang/crates.io-index"
22728checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22729dependencies = [
22730 "cc",
22731 "pkg-config",
22732]
22733
22734[[package]]
22735name = "ztracing"
22736version = "0.1.0"
22737dependencies = [
22738 "tracing",
22739 "tracing-subscriber",
22740 "tracing-tracy",
22741 "tracy-client",
22742 "zlog",
22743 "ztracing_macro",
22744]
22745
22746[[package]]
22747name = "ztracing_macro"
22748version = "0.1.0"
22749
22750[[package]]
22751name = "zune-core"
22752version = "0.4.12"
22753source = "registry+https://github.com/rust-lang/crates.io-index"
22754checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22755
22756[[package]]
22757name = "zune-inflate"
22758version = "0.2.54"
22759source = "registry+https://github.com/rust-lang/crates.io-index"
22760checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22761dependencies = [
22762 "simd-adler32",
22763]
22764
22765[[package]]
22766name = "zune-jpeg"
22767version = "0.4.21"
22768source = "registry+https://github.com/rust-lang/crates.io-index"
22769checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22770dependencies = [
22771 "zune-core",
22772]
22773
22774[[package]]
22775name = "zvariant"
22776version = "5.9.2"
22777source = "registry+https://github.com/rust-lang/crates.io-index"
22778checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22779dependencies = [
22780 "endi",
22781 "enumflags2",
22782 "serde",
22783 "serde_bytes",
22784 "winnow",
22785 "zvariant_derive",
22786 "zvariant_utils",
22787]
22788
22789[[package]]
22790name = "zvariant_derive"
22791version = "5.9.2"
22792source = "registry+https://github.com/rust-lang/crates.io-index"
22793checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22794dependencies = [
22795 "proc-macro-crate",
22796 "proc-macro2",
22797 "quote",
22798 "syn 2.0.117",
22799 "zvariant_utils",
22800]
22801
22802[[package]]
22803name = "zvariant_utils"
22804version = "3.3.0"
22805source = "registry+https://github.com/rust-lang/crates.io-index"
22806checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22807dependencies = [
22808 "proc-macro2",
22809 "quote",
22810 "serde",
22811 "syn 2.0.117",
22812 "winnow",
22813]