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 "ctor",
 5180 "db",
 5181 "edit_prediction_context",
 5182 "edit_prediction_types",
 5183 "feature_flags",
 5184 "fs",
 5185 "futures 0.3.32",
 5186 "gpui",
 5187 "heapless",
 5188 "indoc",
 5189 "itertools 0.14.0",
 5190 "language",
 5191 "language_model",
 5192 "log",
 5193 "lsp",
 5194 "menu",
 5195 "open_ai",
 5196 "parking_lot",
 5197 "postage",
 5198 "pretty_assertions",
 5199 "project",
 5200 "pulldown-cmark 0.13.0",
 5201 "rand 0.9.2",
 5202 "regex",
 5203 "release_channel",
 5204 "semver",
 5205 "serde",
 5206 "serde_json",
 5207 "settings",
 5208 "strum 0.27.2",
 5209 "telemetry",
 5210 "telemetry_events",
 5211 "text",
 5212 "thiserror 2.0.17",
 5213 "time",
 5214 "toml 0.8.23",
 5215 "ui",
 5216 "util",
 5217 "uuid",
 5218 "workspace",
 5219 "worktree",
 5220 "zed_actions",
 5221 "zed_credentials_provider",
 5222 "zeta_prompt",
 5223 "zlog",
 5224 "zstd",
 5225]
 5226
 5227[[package]]
 5228name = "edit_prediction_cli"
 5229version = "0.1.0"
 5230dependencies = [
 5231 "anthropic",
 5232 "anyhow",
 5233 "chrono",
 5234 "clap",
 5235 "client",
 5236 "cloud_llm_client",
 5237 "collections",
 5238 "criterion",
 5239 "db",
 5240 "debug_adapter_extension",
 5241 "dirs 4.0.0",
 5242 "edit_prediction",
 5243 "extension",
 5244 "flate2",
 5245 "fs",
 5246 "futures 0.3.32",
 5247 "gaoya",
 5248 "gpui",
 5249 "gpui_platform",
 5250 "gpui_tokio",
 5251 "http_client",
 5252 "indoc",
 5253 "language",
 5254 "language_extension",
 5255 "language_model",
 5256 "language_models",
 5257 "languages",
 5258 "libc",
 5259 "log",
 5260 "node_runtime",
 5261 "open_ai",
 5262 "paths",
 5263 "pretty_assertions",
 5264 "project",
 5265 "prompt_store",
 5266 "rand 0.9.2",
 5267 "release_channel",
 5268 "reqwest_client",
 5269 "rust-embed",
 5270 "serde",
 5271 "serde_json",
 5272 "settings",
 5273 "shellexpand 2.1.2",
 5274 "similar",
 5275 "smol",
 5276 "sqlez",
 5277 "sqlez_macros",
 5278 "strum 0.27.2",
 5279 "telemetry_events",
 5280 "tempfile",
 5281 "terminal_view",
 5282 "toml 0.8.23",
 5283 "util",
 5284 "wasmtime",
 5285 "watch",
 5286 "workspace",
 5287 "zeta_prompt",
 5288]
 5289
 5290[[package]]
 5291name = "edit_prediction_context"
 5292version = "0.1.0"
 5293dependencies = [
 5294 "anyhow",
 5295 "clock",
 5296 "collections",
 5297 "env_logger 0.11.8",
 5298 "futures 0.3.32",
 5299 "gpui",
 5300 "indoc",
 5301 "language",
 5302 "log",
 5303 "lsp",
 5304 "parking_lot",
 5305 "pretty_assertions",
 5306 "project",
 5307 "serde",
 5308 "serde_json",
 5309 "settings",
 5310 "smallvec",
 5311 "text",
 5312 "tree-sitter",
 5313 "util",
 5314 "zeta_prompt",
 5315]
 5316
 5317[[package]]
 5318name = "edit_prediction_types"
 5319version = "0.1.0"
 5320dependencies = [
 5321 "client",
 5322 "gpui",
 5323 "icons",
 5324 "language",
 5325 "text",
 5326]
 5327
 5328[[package]]
 5329name = "edit_prediction_ui"
 5330version = "0.1.0"
 5331dependencies = [
 5332 "anyhow",
 5333 "buffer_diff",
 5334 "client",
 5335 "cloud_llm_client",
 5336 "codestral",
 5337 "collections",
 5338 "command_palette_hooks",
 5339 "copilot",
 5340 "copilot_chat",
 5341 "copilot_ui",
 5342 "edit_prediction",
 5343 "edit_prediction_types",
 5344 "editor",
 5345 "feature_flags",
 5346 "fs",
 5347 "futures 0.3.32",
 5348 "gpui",
 5349 "indoc",
 5350 "language",
 5351 "markdown",
 5352 "menu",
 5353 "multi_buffer",
 5354 "paths",
 5355 "project",
 5356 "regex",
 5357 "settings",
 5358 "telemetry",
 5359 "text",
 5360 "theme",
 5361 "theme_settings",
 5362 "time",
 5363 "ui",
 5364 "util",
 5365 "workspace",
 5366 "zed_actions",
 5367 "zeta_prompt",
 5368]
 5369
 5370[[package]]
 5371name = "editor"
 5372version = "0.1.0"
 5373dependencies = [
 5374 "aho-corasick",
 5375 "anyhow",
 5376 "assets",
 5377 "breadcrumbs",
 5378 "buffer_diff",
 5379 "client",
 5380 "clock",
 5381 "collections",
 5382 "convert_case 0.8.0",
 5383 "criterion",
 5384 "ctor",
 5385 "dap",
 5386 "db",
 5387 "edit_prediction_types",
 5388 "emojis",
 5389 "feature_flags",
 5390 "file_icons",
 5391 "fs",
 5392 "futures 0.3.32",
 5393 "fuzzy",
 5394 "git",
 5395 "gpui",
 5396 "indoc",
 5397 "itertools 0.14.0",
 5398 "language",
 5399 "languages",
 5400 "linkify",
 5401 "log",
 5402 "lsp",
 5403 "markdown",
 5404 "menu",
 5405 "multi_buffer",
 5406 "ordered-float 2.10.1",
 5407 "parking_lot",
 5408 "pretty_assertions",
 5409 "project",
 5410 "proptest",
 5411 "proptest-derive",
 5412 "rand 0.9.2",
 5413 "regex",
 5414 "release_channel",
 5415 "rope",
 5416 "rpc",
 5417 "schemars",
 5418 "semver",
 5419 "serde",
 5420 "serde_json",
 5421 "settings",
 5422 "smallvec",
 5423 "smol",
 5424 "snippet",
 5425 "sum_tree",
 5426 "task",
 5427 "telemetry",
 5428 "text",
 5429 "theme",
 5430 "theme_settings",
 5431 "time",
 5432 "tracing",
 5433 "tree-sitter-bash",
 5434 "tree-sitter-c",
 5435 "tree-sitter-html",
 5436 "tree-sitter-md",
 5437 "tree-sitter-python",
 5438 "tree-sitter-rust",
 5439 "tree-sitter-typescript",
 5440 "tree-sitter-yaml",
 5441 "ui",
 5442 "ui_input",
 5443 "unicode-script",
 5444 "unicode-segmentation",
 5445 "unicode-width",
 5446 "unindent",
 5447 "url",
 5448 "util",
 5449 "uuid",
 5450 "vim_mode_setting",
 5451 "workspace",
 5452 "zed_actions",
 5453 "zlog",
 5454 "ztracing",
 5455]
 5456
 5457[[package]]
 5458name = "either"
 5459version = "1.15.0"
 5460source = "registry+https://github.com/rust-lang/crates.io-index"
 5461checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5462dependencies = [
 5463 "serde",
 5464]
 5465
 5466[[package]]
 5467name = "elasticlunr-rs"
 5468version = "3.0.2"
 5469source = "registry+https://github.com/rust-lang/crates.io-index"
 5470checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5471dependencies = [
 5472 "regex",
 5473 "serde",
 5474 "serde_derive",
 5475 "serde_json",
 5476]
 5477
 5478[[package]]
 5479name = "elliptic-curve"
 5480version = "0.12.3"
 5481source = "registry+https://github.com/rust-lang/crates.io-index"
 5482checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5483dependencies = [
 5484 "base16ct",
 5485 "crypto-bigint 0.4.9",
 5486 "der 0.6.1",
 5487 "digest",
 5488 "ff",
 5489 "generic-array",
 5490 "group",
 5491 "pkcs8 0.9.0",
 5492 "rand_core 0.6.4",
 5493 "sec1",
 5494 "subtle",
 5495 "zeroize",
 5496]
 5497
 5498[[package]]
 5499name = "email_address"
 5500version = "0.2.9"
 5501source = "registry+https://github.com/rust-lang/crates.io-index"
 5502checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5503dependencies = [
 5504 "serde",
 5505]
 5506
 5507[[package]]
 5508name = "embed-resource"
 5509version = "3.0.6"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5512dependencies = [
 5513 "cc",
 5514 "memchr",
 5515 "rustc_version",
 5516 "toml 0.9.8",
 5517 "vswhom",
 5518 "winreg 0.55.0",
 5519]
 5520
 5521[[package]]
 5522name = "embedded-io"
 5523version = "0.4.0"
 5524source = "registry+https://github.com/rust-lang/crates.io-index"
 5525checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5526
 5527[[package]]
 5528name = "embedded-io"
 5529version = "0.6.1"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5532
 5533[[package]]
 5534name = "emojis"
 5535version = "0.6.4"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5538dependencies = [
 5539 "phf 0.11.3",
 5540]
 5541
 5542[[package]]
 5543name = "encode_unicode"
 5544version = "1.0.0"
 5545source = "registry+https://github.com/rust-lang/crates.io-index"
 5546checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5547
 5548[[package]]
 5549name = "encoding_rs"
 5550version = "0.8.35"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5553dependencies = [
 5554 "cfg-if",
 5555]
 5556
 5557[[package]]
 5558name = "encoding_selector"
 5559version = "0.1.0"
 5560dependencies = [
 5561 "editor",
 5562 "encoding_rs",
 5563 "fuzzy",
 5564 "gpui",
 5565 "language",
 5566 "picker",
 5567 "project",
 5568 "ui",
 5569 "util",
 5570 "workspace",
 5571]
 5572
 5573[[package]]
 5574name = "endi"
 5575version = "1.1.0"
 5576source = "registry+https://github.com/rust-lang/crates.io-index"
 5577checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5578
 5579[[package]]
 5580name = "enum-as-inner"
 5581version = "0.6.1"
 5582source = "registry+https://github.com/rust-lang/crates.io-index"
 5583checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5584dependencies = [
 5585 "heck 0.5.0",
 5586 "proc-macro2",
 5587 "quote",
 5588 "syn 2.0.117",
 5589]
 5590
 5591[[package]]
 5592name = "enumflags2"
 5593version = "0.7.12"
 5594source = "registry+https://github.com/rust-lang/crates.io-index"
 5595checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5596dependencies = [
 5597 "enumflags2_derive",
 5598 "serde",
 5599]
 5600
 5601[[package]]
 5602name = "enumflags2_derive"
 5603version = "0.7.12"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5606dependencies = [
 5607 "proc-macro2",
 5608 "quote",
 5609 "syn 2.0.117",
 5610]
 5611
 5612[[package]]
 5613name = "env_filter"
 5614version = "0.1.4"
 5615source = "registry+https://github.com/rust-lang/crates.io-index"
 5616checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5617dependencies = [
 5618 "log",
 5619 "regex",
 5620]
 5621
 5622[[package]]
 5623name = "env_logger"
 5624version = "0.10.2"
 5625source = "registry+https://github.com/rust-lang/crates.io-index"
 5626checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5627dependencies = [
 5628 "humantime",
 5629 "is-terminal",
 5630 "log",
 5631 "regex",
 5632 "termcolor",
 5633]
 5634
 5635[[package]]
 5636name = "env_logger"
 5637version = "0.11.8"
 5638source = "registry+https://github.com/rust-lang/crates.io-index"
 5639checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5640dependencies = [
 5641 "anstream",
 5642 "anstyle",
 5643 "env_filter",
 5644 "jiff",
 5645 "log",
 5646]
 5647
 5648[[package]]
 5649name = "env_var"
 5650version = "0.1.0"
 5651dependencies = [
 5652 "gpui_shared_string",
 5653]
 5654
 5655[[package]]
 5656name = "envy"
 5657version = "0.4.2"
 5658source = "registry+https://github.com/rust-lang/crates.io-index"
 5659checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5660dependencies = [
 5661 "serde",
 5662]
 5663
 5664[[package]]
 5665name = "equator"
 5666version = "0.4.2"
 5667source = "registry+https://github.com/rust-lang/crates.io-index"
 5668checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5669dependencies = [
 5670 "equator-macro",
 5671]
 5672
 5673[[package]]
 5674name = "equator-macro"
 5675version = "0.4.2"
 5676source = "registry+https://github.com/rust-lang/crates.io-index"
 5677checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5678dependencies = [
 5679 "proc-macro2",
 5680 "quote",
 5681 "syn 2.0.117",
 5682]
 5683
 5684[[package]]
 5685name = "equivalent"
 5686version = "1.0.2"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5689
 5690[[package]]
 5691name = "erased-serde"
 5692version = "0.4.9"
 5693source = "registry+https://github.com/rust-lang/crates.io-index"
 5694checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5695dependencies = [
 5696 "serde",
 5697 "serde_core",
 5698 "typeid",
 5699]
 5700
 5701[[package]]
 5702name = "errno"
 5703version = "0.2.8"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5706dependencies = [
 5707 "errno-dragonfly",
 5708 "libc",
 5709 "winapi",
 5710]
 5711
 5712[[package]]
 5713name = "errno"
 5714version = "0.3.14"
 5715source = "registry+https://github.com/rust-lang/crates.io-index"
 5716checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5717dependencies = [
 5718 "libc",
 5719 "windows-sys 0.61.2",
 5720]
 5721
 5722[[package]]
 5723name = "errno-dragonfly"
 5724version = "0.1.2"
 5725source = "registry+https://github.com/rust-lang/crates.io-index"
 5726checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5727dependencies = [
 5728 "cc",
 5729 "libc",
 5730]
 5731
 5732[[package]]
 5733name = "error-graph"
 5734version = "0.1.1"
 5735source = "registry+https://github.com/rust-lang/crates.io-index"
 5736checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5737dependencies = [
 5738 "serde",
 5739]
 5740
 5741[[package]]
 5742name = "etagere"
 5743version = "0.2.15"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5746dependencies = [
 5747 "euclid",
 5748 "svg_fmt",
 5749]
 5750
 5751[[package]]
 5752name = "etcetera"
 5753version = "0.8.0"
 5754source = "registry+https://github.com/rust-lang/crates.io-index"
 5755checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5756dependencies = [
 5757 "cfg-if",
 5758 "home",
 5759 "windows-sys 0.48.0",
 5760]
 5761
 5762[[package]]
 5763name = "etw_tracing"
 5764version = "0.1.0"
 5765dependencies = [
 5766 "anyhow",
 5767 "gpui",
 5768 "log",
 5769 "net",
 5770 "serde",
 5771 "serde_json",
 5772 "util",
 5773 "windows 0.61.3",
 5774 "windows-core 0.61.2",
 5775 "workspace",
 5776 "wprcontrol",
 5777]
 5778
 5779[[package]]
 5780name = "euclid"
 5781version = "0.22.11"
 5782source = "registry+https://github.com/rust-lang/crates.io-index"
 5783checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5784dependencies = [
 5785 "num-traits",
 5786]
 5787
 5788[[package]]
 5789name = "eval_cli"
 5790version = "0.1.0"
 5791dependencies = [
 5792 "acp_thread",
 5793 "agent",
 5794 "agent-client-protocol",
 5795 "agent_ui",
 5796 "anyhow",
 5797 "clap",
 5798 "client",
 5799 "ctrlc",
 5800 "db",
 5801 "debug_adapter_extension",
 5802 "env_logger 0.11.8",
 5803 "extension",
 5804 "feature_flags",
 5805 "fs",
 5806 "futures 0.3.32",
 5807 "gpui",
 5808 "gpui_platform",
 5809 "gpui_tokio",
 5810 "language",
 5811 "language_extension",
 5812 "language_model",
 5813 "language_models",
 5814 "languages",
 5815 "node_runtime",
 5816 "paths",
 5817 "project",
 5818 "prompt_store",
 5819 "release_channel",
 5820 "reqwest_client",
 5821 "serde",
 5822 "serde_json",
 5823 "settings",
 5824 "shellexpand 2.1.2",
 5825 "terminal_view",
 5826 "util",
 5827 "watch",
 5828]
 5829
 5830[[package]]
 5831name = "eval_utils"
 5832version = "0.1.0"
 5833dependencies = [
 5834 "gpui_platform",
 5835 "serde",
 5836 "smol",
 5837]
 5838
 5839[[package]]
 5840name = "event-listener"
 5841version = "2.5.3"
 5842source = "registry+https://github.com/rust-lang/crates.io-index"
 5843checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5844
 5845[[package]]
 5846name = "event-listener"
 5847version = "5.4.1"
 5848source = "registry+https://github.com/rust-lang/crates.io-index"
 5849checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5850dependencies = [
 5851 "concurrent-queue",
 5852 "parking",
 5853 "pin-project-lite",
 5854]
 5855
 5856[[package]]
 5857name = "event-listener-strategy"
 5858version = "0.5.4"
 5859source = "registry+https://github.com/rust-lang/crates.io-index"
 5860checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5861dependencies = [
 5862 "event-listener 5.4.1",
 5863 "pin-project-lite",
 5864]
 5865
 5866[[package]]
 5867name = "exec"
 5868version = "0.3.1"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5871dependencies = [
 5872 "errno 0.2.8",
 5873 "libc",
 5874]
 5875
 5876[[package]]
 5877name = "explorer_command_injector"
 5878version = "0.1.0"
 5879dependencies = [
 5880 "windows 0.61.3",
 5881 "windows-core 0.61.2",
 5882 "windows-registry 0.5.3",
 5883]
 5884
 5885[[package]]
 5886name = "exr"
 5887version = "1.73.0"
 5888source = "registry+https://github.com/rust-lang/crates.io-index"
 5889checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5890dependencies = [
 5891 "bit_field",
 5892 "half",
 5893 "lebe",
 5894 "miniz_oxide",
 5895 "rayon-core",
 5896 "smallvec",
 5897 "zune-inflate",
 5898]
 5899
 5900[[package]]
 5901name = "extended"
 5902version = "0.1.0"
 5903source = "registry+https://github.com/rust-lang/crates.io-index"
 5904checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5905
 5906[[package]]
 5907name = "extension"
 5908version = "0.1.0"
 5909dependencies = [
 5910 "anyhow",
 5911 "async-trait",
 5912 "cloud_api_types",
 5913 "collections",
 5914 "dap",
 5915 "fs",
 5916 "futures 0.3.32",
 5917 "gpui",
 5918 "heck 0.5.0",
 5919 "http_client",
 5920 "indoc",
 5921 "language",
 5922 "log",
 5923 "lsp",
 5924 "parking_lot",
 5925 "pretty_assertions",
 5926 "proto",
 5927 "semver",
 5928 "serde",
 5929 "serde_json",
 5930 "task",
 5931 "tempfile",
 5932 "toml 0.8.23",
 5933 "tracing",
 5934 "url",
 5935 "util",
 5936 "wasm-encoder 0.221.3",
 5937 "wasmparser 0.221.3",
 5938 "ztracing",
 5939]
 5940
 5941[[package]]
 5942name = "extension_cli"
 5943version = "0.1.0"
 5944dependencies = [
 5945 "anyhow",
 5946 "clap",
 5947 "cloud_api_types",
 5948 "env_logger 0.11.8",
 5949 "extension",
 5950 "fs",
 5951 "gpui_platform",
 5952 "language",
 5953 "log",
 5954 "reqwest_client",
 5955 "serde",
 5956 "serde_json",
 5957 "serde_json_lenient",
 5958 "settings_content",
 5959 "snippet_provider",
 5960 "task",
 5961 "theme_settings",
 5962 "tokio",
 5963 "toml 0.8.23",
 5964 "tree-sitter",
 5965 "wasmtime",
 5966]
 5967
 5968[[package]]
 5969name = "extension_host"
 5970version = "0.1.0"
 5971dependencies = [
 5972 "anyhow",
 5973 "async-compression",
 5974 "async-tar",
 5975 "async-trait",
 5976 "client",
 5977 "cloud_api_types",
 5978 "collections",
 5979 "criterion",
 5980 "ctor",
 5981 "dap",
 5982 "extension",
 5983 "fs",
 5984 "futures 0.3.32",
 5985 "gpui",
 5986 "gpui_tokio",
 5987 "http_client",
 5988 "language",
 5989 "language_extension",
 5990 "log",
 5991 "lsp",
 5992 "moka",
 5993 "node_runtime",
 5994 "parking_lot",
 5995 "paths",
 5996 "project",
 5997 "release_channel",
 5998 "remote",
 5999 "reqwest_client",
 6000 "semver",
 6001 "serde",
 6002 "serde_json",
 6003 "serde_json_lenient",
 6004 "settings",
 6005 "task",
 6006 "telemetry",
 6007 "tempfile",
 6008 "theme",
 6009 "theme_extension",
 6010 "theme_settings",
 6011 "toml 0.8.23",
 6012 "tracing",
 6013 "url",
 6014 "util",
 6015 "wasmparser 0.221.3",
 6016 "wasmtime",
 6017 "wasmtime-wasi",
 6018 "zlog",
 6019 "ztracing",
 6020]
 6021
 6022[[package]]
 6023name = "extensions_ui"
 6024version = "0.1.0"
 6025dependencies = [
 6026 "anyhow",
 6027 "client",
 6028 "cloud_api_types",
 6029 "collections",
 6030 "db",
 6031 "editor",
 6032 "extension",
 6033 "extension_host",
 6034 "fs",
 6035 "fuzzy",
 6036 "gpui",
 6037 "language",
 6038 "log",
 6039 "num-format",
 6040 "picker",
 6041 "project",
 6042 "release_channel",
 6043 "semver",
 6044 "serde",
 6045 "settings",
 6046 "smallvec",
 6047 "strum 0.27.2",
 6048 "telemetry",
 6049 "theme_settings",
 6050 "ui",
 6051 "util",
 6052 "vim_mode_setting",
 6053 "workspace",
 6054 "zed_actions",
 6055]
 6056
 6057[[package]]
 6058name = "failspot"
 6059version = "0.2.0"
 6060source = "registry+https://github.com/rust-lang/crates.io-index"
 6061checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6062
 6063[[package]]
 6064name = "fallible-iterator"
 6065version = "0.3.0"
 6066source = "registry+https://github.com/rust-lang/crates.io-index"
 6067checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6068
 6069[[package]]
 6070name = "fancy-regex"
 6071version = "0.16.2"
 6072source = "registry+https://github.com/rust-lang/crates.io-index"
 6073checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6074dependencies = [
 6075 "bit-set 0.8.0",
 6076 "regex-automata",
 6077 "regex-syntax",
 6078]
 6079
 6080[[package]]
 6081name = "fancy-regex"
 6082version = "0.17.0"
 6083source = "registry+https://github.com/rust-lang/crates.io-index"
 6084checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6085dependencies = [
 6086 "bit-set 0.8.0",
 6087 "regex-automata",
 6088 "regex-syntax",
 6089]
 6090
 6091[[package]]
 6092name = "fast-srgb8"
 6093version = "1.0.0"
 6094source = "registry+https://github.com/rust-lang/crates.io-index"
 6095checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6096
 6097[[package]]
 6098name = "fastrand"
 6099version = "1.9.0"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6102dependencies = [
 6103 "instant",
 6104]
 6105
 6106[[package]]
 6107name = "fastrand"
 6108version = "2.3.0"
 6109source = "registry+https://github.com/rust-lang/crates.io-index"
 6110checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6111
 6112[[package]]
 6113name = "fax"
 6114version = "0.2.6"
 6115source = "registry+https://github.com/rust-lang/crates.io-index"
 6116checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6117dependencies = [
 6118 "fax_derive",
 6119]
 6120
 6121[[package]]
 6122name = "fax_derive"
 6123version = "0.2.0"
 6124source = "registry+https://github.com/rust-lang/crates.io-index"
 6125checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6126dependencies = [
 6127 "proc-macro2",
 6128 "quote",
 6129 "syn 2.0.117",
 6130]
 6131
 6132[[package]]
 6133name = "fd-lock"
 6134version = "4.0.4"
 6135source = "registry+https://github.com/rust-lang/crates.io-index"
 6136checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6137dependencies = [
 6138 "cfg-if",
 6139 "rustix 1.1.2",
 6140 "windows-sys 0.59.0",
 6141]
 6142
 6143[[package]]
 6144name = "fdeflate"
 6145version = "0.3.7"
 6146source = "registry+https://github.com/rust-lang/crates.io-index"
 6147checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6148dependencies = [
 6149 "simd-adler32",
 6150]
 6151
 6152[[package]]
 6153name = "feature_flags"
 6154version = "0.1.0"
 6155dependencies = [
 6156 "gpui",
 6157]
 6158
 6159[[package]]
 6160name = "feedback"
 6161version = "0.1.0"
 6162dependencies = [
 6163 "gpui",
 6164 "system_specs",
 6165 "urlencoding",
 6166 "util",
 6167 "workspace",
 6168 "zed_actions",
 6169]
 6170
 6171[[package]]
 6172name = "ff"
 6173version = "0.12.1"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6176dependencies = [
 6177 "rand_core 0.6.4",
 6178 "subtle",
 6179]
 6180
 6181[[package]]
 6182name = "file_finder"
 6183version = "0.1.0"
 6184dependencies = [
 6185 "anyhow",
 6186 "channel",
 6187 "client",
 6188 "collections",
 6189 "ctor",
 6190 "editor",
 6191 "file_icons",
 6192 "futures 0.3.32",
 6193 "fuzzy",
 6194 "fuzzy_nucleo",
 6195 "gpui",
 6196 "menu",
 6197 "open_path_prompt",
 6198 "picker",
 6199 "pretty_assertions",
 6200 "project",
 6201 "project_panel",
 6202 "remote_connection",
 6203 "serde",
 6204 "serde_json",
 6205 "settings",
 6206 "theme",
 6207 "theme_settings",
 6208 "ui",
 6209 "util",
 6210 "workspace",
 6211 "zed_actions",
 6212 "zlog",
 6213]
 6214
 6215[[package]]
 6216name = "file_icons"
 6217version = "0.1.0"
 6218dependencies = [
 6219 "gpui",
 6220 "serde",
 6221 "theme",
 6222 "util",
 6223]
 6224
 6225[[package]]
 6226name = "filedescriptor"
 6227version = "0.8.3"
 6228source = "registry+https://github.com/rust-lang/crates.io-index"
 6229checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6230dependencies = [
 6231 "libc",
 6232 "thiserror 1.0.69",
 6233 "winapi",
 6234]
 6235
 6236[[package]]
 6237name = "filetime"
 6238version = "0.2.26"
 6239source = "registry+https://github.com/rust-lang/crates.io-index"
 6240checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6241dependencies = [
 6242 "cfg-if",
 6243 "libc",
 6244 "libredox",
 6245 "windows-sys 0.60.2",
 6246]
 6247
 6248[[package]]
 6249name = "find-msvc-tools"
 6250version = "0.1.5"
 6251source = "registry+https://github.com/rust-lang/crates.io-index"
 6252checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6253
 6254[[package]]
 6255name = "fixedbitset"
 6256version = "0.4.2"
 6257source = "registry+https://github.com/rust-lang/crates.io-index"
 6258checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6259
 6260[[package]]
 6261name = "fixedbitset"
 6262version = "0.5.7"
 6263source = "registry+https://github.com/rust-lang/crates.io-index"
 6264checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6265
 6266[[package]]
 6267name = "flate2"
 6268version = "1.1.8"
 6269source = "registry+https://github.com/rust-lang/crates.io-index"
 6270checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6271dependencies = [
 6272 "crc32fast",
 6273 "miniz_oxide",
 6274]
 6275
 6276[[package]]
 6277name = "float-cmp"
 6278version = "0.9.0"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6281
 6282[[package]]
 6283name = "float-ord"
 6284version = "0.3.2"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6287
 6288[[package]]
 6289name = "float8"
 6290version = "0.4.2"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6293dependencies = [
 6294 "half",
 6295 "num-traits",
 6296 "rand 0.9.2",
 6297 "rand_distr",
 6298]
 6299
 6300[[package]]
 6301name = "float_next_after"
 6302version = "1.0.0"
 6303source = "registry+https://github.com/rust-lang/crates.io-index"
 6304checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6305
 6306[[package]]
 6307name = "fluent-uri"
 6308version = "0.4.1"
 6309source = "registry+https://github.com/rust-lang/crates.io-index"
 6310checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6311dependencies = [
 6312 "borrow-or-share",
 6313 "ref-cast",
 6314 "serde",
 6315]
 6316
 6317[[package]]
 6318name = "flume"
 6319version = "0.11.1"
 6320source = "registry+https://github.com/rust-lang/crates.io-index"
 6321checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6322dependencies = [
 6323 "futures-core",
 6324 "futures-sink",
 6325 "nanorand",
 6326 "spin 0.9.8",
 6327]
 6328
 6329[[package]]
 6330name = "fnv"
 6331version = "1.0.7"
 6332source = "registry+https://github.com/rust-lang/crates.io-index"
 6333checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6334
 6335[[package]]
 6336name = "foldhash"
 6337version = "0.1.5"
 6338source = "registry+https://github.com/rust-lang/crates.io-index"
 6339checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6340
 6341[[package]]
 6342name = "foldhash"
 6343version = "0.2.0"
 6344source = "registry+https://github.com/rust-lang/crates.io-index"
 6345checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6346
 6347[[package]]
 6348name = "font-types"
 6349version = "0.10.0"
 6350source = "registry+https://github.com/rust-lang/crates.io-index"
 6351checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6352dependencies = [
 6353 "bytemuck",
 6354]
 6355
 6356[[package]]
 6357name = "font-types"
 6358version = "0.11.0"
 6359source = "registry+https://github.com/rust-lang/crates.io-index"
 6360checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6361dependencies = [
 6362 "bytemuck",
 6363]
 6364
 6365[[package]]
 6366name = "fontconfig-parser"
 6367version = "0.5.8"
 6368source = "registry+https://github.com/rust-lang/crates.io-index"
 6369checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6370dependencies = [
 6371 "roxmltree",
 6372]
 6373
 6374[[package]]
 6375name = "fontdb"
 6376version = "0.16.2"
 6377source = "registry+https://github.com/rust-lang/crates.io-index"
 6378checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6379dependencies = [
 6380 "fontconfig-parser",
 6381 "log",
 6382 "memmap2",
 6383 "slotmap",
 6384 "tinyvec",
 6385 "ttf-parser 0.20.0",
 6386]
 6387
 6388[[package]]
 6389name = "fontdb"
 6390version = "0.23.0"
 6391source = "registry+https://github.com/rust-lang/crates.io-index"
 6392checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6393dependencies = [
 6394 "fontconfig-parser",
 6395 "log",
 6396 "memmap2",
 6397 "slotmap",
 6398 "tinyvec",
 6399 "ttf-parser 0.25.1",
 6400]
 6401
 6402[[package]]
 6403name = "foreign-types"
 6404version = "0.3.2"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6407dependencies = [
 6408 "foreign-types-shared 0.1.1",
 6409]
 6410
 6411[[package]]
 6412name = "foreign-types"
 6413version = "0.5.0"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6416dependencies = [
 6417 "foreign-types-macros",
 6418 "foreign-types-shared 0.3.1",
 6419]
 6420
 6421[[package]]
 6422name = "foreign-types-macros"
 6423version = "0.2.3"
 6424source = "registry+https://github.com/rust-lang/crates.io-index"
 6425checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6426dependencies = [
 6427 "proc-macro2",
 6428 "quote",
 6429 "syn 2.0.117",
 6430]
 6431
 6432[[package]]
 6433name = "foreign-types-shared"
 6434version = "0.1.1"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6437
 6438[[package]]
 6439name = "foreign-types-shared"
 6440version = "0.3.1"
 6441source = "registry+https://github.com/rust-lang/crates.io-index"
 6442checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6443
 6444[[package]]
 6445name = "fork"
 6446version = "0.4.0"
 6447source = "registry+https://github.com/rust-lang/crates.io-index"
 6448checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6449dependencies = [
 6450 "libc",
 6451]
 6452
 6453[[package]]
 6454name = "form_urlencoded"
 6455version = "1.2.2"
 6456source = "registry+https://github.com/rust-lang/crates.io-index"
 6457checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6458dependencies = [
 6459 "percent-encoding",
 6460]
 6461
 6462[[package]]
 6463name = "fraction"
 6464version = "0.15.3"
 6465source = "registry+https://github.com/rust-lang/crates.io-index"
 6466checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6467dependencies = [
 6468 "lazy_static",
 6469 "num",
 6470]
 6471
 6472[[package]]
 6473name = "freetype-sys"
 6474version = "0.20.1"
 6475source = "registry+https://github.com/rust-lang/crates.io-index"
 6476checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6477dependencies = [
 6478 "cc",
 6479 "libc",
 6480 "pkg-config",
 6481]
 6482
 6483[[package]]
 6484name = "fs"
 6485version = "0.1.0"
 6486dependencies = [
 6487 "anyhow",
 6488 "ashpd",
 6489 "async-tar",
 6490 "async-trait",
 6491 "cocoa 0.26.0",
 6492 "collections",
 6493 "dunce",
 6494 "fs",
 6495 "futures 0.3.32",
 6496 "git",
 6497 "gpui",
 6498 "ignore",
 6499 "is_executable",
 6500 "libc",
 6501 "log",
 6502 "notify 8.2.0",
 6503 "objc",
 6504 "parking_lot",
 6505 "paths",
 6506 "proto",
 6507 "rope",
 6508 "serde",
 6509 "serde_json",
 6510 "smol",
 6511 "tempfile",
 6512 "text",
 6513 "time",
 6514 "util",
 6515 "windows 0.61.3",
 6516]
 6517
 6518[[package]]
 6519name = "fs-set-times"
 6520version = "0.20.3"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6523dependencies = [
 6524 "io-lifetimes",
 6525 "rustix 1.1.2",
 6526 "windows-sys 0.59.0",
 6527]
 6528
 6529[[package]]
 6530name = "fs2"
 6531version = "0.4.3"
 6532source = "registry+https://github.com/rust-lang/crates.io-index"
 6533checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6534dependencies = [
 6535 "libc",
 6536 "winapi",
 6537]
 6538
 6539[[package]]
 6540name = "fs_benchmarks"
 6541version = "0.1.0"
 6542dependencies = [
 6543 "fs",
 6544 "gpui",
 6545 "gpui_platform",
 6546]
 6547
 6548[[package]]
 6549name = "fs_extra"
 6550version = "1.3.0"
 6551source = "registry+https://github.com/rust-lang/crates.io-index"
 6552checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6553
 6554[[package]]
 6555name = "fsevent-sys"
 6556version = "4.1.0"
 6557source = "registry+https://github.com/rust-lang/crates.io-index"
 6558checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6559dependencies = [
 6560 "libc",
 6561]
 6562
 6563[[package]]
 6564name = "fuchsia-cprng"
 6565version = "0.1.1"
 6566source = "registry+https://github.com/rust-lang/crates.io-index"
 6567checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6568
 6569[[package]]
 6570name = "funty"
 6571version = "2.0.0"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6574
 6575[[package]]
 6576name = "futf"
 6577version = "0.1.5"
 6578source = "registry+https://github.com/rust-lang/crates.io-index"
 6579checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6580dependencies = [
 6581 "mac",
 6582 "new_debug_unreachable",
 6583]
 6584
 6585[[package]]
 6586name = "futures"
 6587version = "0.1.31"
 6588source = "registry+https://github.com/rust-lang/crates.io-index"
 6589checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6590
 6591[[package]]
 6592name = "futures"
 6593version = "0.3.32"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6596dependencies = [
 6597 "futures-channel",
 6598 "futures-core",
 6599 "futures-executor",
 6600 "futures-io",
 6601 "futures-sink",
 6602 "futures-task",
 6603 "futures-util",
 6604]
 6605
 6606[[package]]
 6607name = "futures-channel"
 6608version = "0.3.32"
 6609source = "registry+https://github.com/rust-lang/crates.io-index"
 6610checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6611dependencies = [
 6612 "futures-core",
 6613 "futures-sink",
 6614]
 6615
 6616[[package]]
 6617name = "futures-concurrency"
 6618version = "7.7.1"
 6619source = "registry+https://github.com/rust-lang/crates.io-index"
 6620checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6621dependencies = [
 6622 "fixedbitset 0.5.7",
 6623 "futures-core",
 6624 "futures-lite 2.6.1",
 6625 "pin-project",
 6626 "smallvec",
 6627]
 6628
 6629[[package]]
 6630name = "futures-core"
 6631version = "0.3.32"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6634
 6635[[package]]
 6636name = "futures-executor"
 6637version = "0.3.32"
 6638source = "registry+https://github.com/rust-lang/crates.io-index"
 6639checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6640dependencies = [
 6641 "futures-core",
 6642 "futures-task",
 6643 "futures-util",
 6644]
 6645
 6646[[package]]
 6647name = "futures-intrusive"
 6648version = "0.5.0"
 6649source = "registry+https://github.com/rust-lang/crates.io-index"
 6650checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6651dependencies = [
 6652 "futures-core",
 6653 "lock_api",
 6654 "parking_lot",
 6655]
 6656
 6657[[package]]
 6658name = "futures-io"
 6659version = "0.3.32"
 6660source = "registry+https://github.com/rust-lang/crates.io-index"
 6661checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6662
 6663[[package]]
 6664name = "futures-lite"
 6665version = "1.13.0"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6668dependencies = [
 6669 "fastrand 1.9.0",
 6670 "futures-core",
 6671 "futures-io",
 6672 "memchr",
 6673 "parking",
 6674 "pin-project-lite",
 6675 "waker-fn",
 6676]
 6677
 6678[[package]]
 6679name = "futures-lite"
 6680version = "2.6.1"
 6681source = "registry+https://github.com/rust-lang/crates.io-index"
 6682checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6683dependencies = [
 6684 "fastrand 2.3.0",
 6685 "futures-core",
 6686 "futures-io",
 6687 "parking",
 6688 "pin-project-lite",
 6689]
 6690
 6691[[package]]
 6692name = "futures-macro"
 6693version = "0.3.32"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6696dependencies = [
 6697 "proc-macro2",
 6698 "quote",
 6699 "syn 2.0.117",
 6700]
 6701
 6702[[package]]
 6703name = "futures-sink"
 6704version = "0.3.32"
 6705source = "registry+https://github.com/rust-lang/crates.io-index"
 6706checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6707
 6708[[package]]
 6709name = "futures-task"
 6710version = "0.3.32"
 6711source = "registry+https://github.com/rust-lang/crates.io-index"
 6712checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6713
 6714[[package]]
 6715name = "futures-util"
 6716version = "0.3.32"
 6717source = "registry+https://github.com/rust-lang/crates.io-index"
 6718checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6719dependencies = [
 6720 "futures 0.1.31",
 6721 "futures-channel",
 6722 "futures-core",
 6723 "futures-io",
 6724 "futures-macro",
 6725 "futures-sink",
 6726 "futures-task",
 6727 "libc",
 6728 "memchr",
 6729 "pin-project-lite",
 6730 "slab",
 6731 "tokio-io",
 6732]
 6733
 6734[[package]]
 6735name = "fuzzy"
 6736version = "0.1.0"
 6737dependencies = [
 6738 "gpui",
 6739 "log",
 6740 "util",
 6741]
 6742
 6743[[package]]
 6744name = "fuzzy-matcher"
 6745version = "0.3.7"
 6746source = "registry+https://github.com/rust-lang/crates.io-index"
 6747checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6748dependencies = [
 6749 "thread_local",
 6750]
 6751
 6752[[package]]
 6753name = "fuzzy_nucleo"
 6754version = "0.1.0"
 6755dependencies = [
 6756 "gpui",
 6757 "nucleo",
 6758 "util",
 6759]
 6760
 6761[[package]]
 6762name = "gaoya"
 6763version = "0.2.0"
 6764source = "registry+https://github.com/rust-lang/crates.io-index"
 6765checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6766dependencies = [
 6767 "ahash 0.8.12",
 6768 "crossbeam-utils",
 6769 "fnv",
 6770 "itertools 0.10.5",
 6771 "num-traits",
 6772 "rand 0.8.5",
 6773 "rand_pcg",
 6774 "random_choice",
 6775 "rayon",
 6776 "seahash",
 6777 "sha-1",
 6778 "shingles",
 6779 "siphasher 0.3.11",
 6780 "smallvec",
 6781 "triomphe",
 6782]
 6783
 6784[[package]]
 6785name = "gemm"
 6786version = "0.17.1"
 6787source = "registry+https://github.com/rust-lang/crates.io-index"
 6788checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6789dependencies = [
 6790 "dyn-stack 0.10.0",
 6791 "gemm-c32 0.17.1",
 6792 "gemm-c64 0.17.1",
 6793 "gemm-common 0.17.1",
 6794 "gemm-f16 0.17.1",
 6795 "gemm-f32 0.17.1",
 6796 "gemm-f64 0.17.1",
 6797 "num-complex",
 6798 "num-traits",
 6799 "paste",
 6800 "raw-cpuid 10.7.0",
 6801 "seq-macro",
 6802]
 6803
 6804[[package]]
 6805name = "gemm"
 6806version = "0.18.2"
 6807source = "registry+https://github.com/rust-lang/crates.io-index"
 6808checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6809dependencies = [
 6810 "dyn-stack 0.13.2",
 6811 "gemm-c32 0.18.2",
 6812 "gemm-c64 0.18.2",
 6813 "gemm-common 0.18.2",
 6814 "gemm-f16 0.18.2",
 6815 "gemm-f32 0.18.2",
 6816 "gemm-f64 0.18.2",
 6817 "num-complex",
 6818 "num-traits",
 6819 "paste",
 6820 "raw-cpuid 11.6.0",
 6821 "seq-macro",
 6822]
 6823
 6824[[package]]
 6825name = "gemm-c32"
 6826version = "0.17.1"
 6827source = "registry+https://github.com/rust-lang/crates.io-index"
 6828checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6829dependencies = [
 6830 "dyn-stack 0.10.0",
 6831 "gemm-common 0.17.1",
 6832 "num-complex",
 6833 "num-traits",
 6834 "paste",
 6835 "raw-cpuid 10.7.0",
 6836 "seq-macro",
 6837]
 6838
 6839[[package]]
 6840name = "gemm-c32"
 6841version = "0.18.2"
 6842source = "registry+https://github.com/rust-lang/crates.io-index"
 6843checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6844dependencies = [
 6845 "dyn-stack 0.13.2",
 6846 "gemm-common 0.18.2",
 6847 "num-complex",
 6848 "num-traits",
 6849 "paste",
 6850 "raw-cpuid 11.6.0",
 6851 "seq-macro",
 6852]
 6853
 6854[[package]]
 6855name = "gemm-c64"
 6856version = "0.17.1"
 6857source = "registry+https://github.com/rust-lang/crates.io-index"
 6858checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6859dependencies = [
 6860 "dyn-stack 0.10.0",
 6861 "gemm-common 0.17.1",
 6862 "num-complex",
 6863 "num-traits",
 6864 "paste",
 6865 "raw-cpuid 10.7.0",
 6866 "seq-macro",
 6867]
 6868
 6869[[package]]
 6870name = "gemm-c64"
 6871version = "0.18.2"
 6872source = "registry+https://github.com/rust-lang/crates.io-index"
 6873checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6874dependencies = [
 6875 "dyn-stack 0.13.2",
 6876 "gemm-common 0.18.2",
 6877 "num-complex",
 6878 "num-traits",
 6879 "paste",
 6880 "raw-cpuid 11.6.0",
 6881 "seq-macro",
 6882]
 6883
 6884[[package]]
 6885name = "gemm-common"
 6886version = "0.17.1"
 6887source = "registry+https://github.com/rust-lang/crates.io-index"
 6888checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6889dependencies = [
 6890 "bytemuck",
 6891 "dyn-stack 0.10.0",
 6892 "half",
 6893 "num-complex",
 6894 "num-traits",
 6895 "once_cell",
 6896 "paste",
 6897 "pulp 0.18.22",
 6898 "raw-cpuid 10.7.0",
 6899 "rayon",
 6900 "seq-macro",
 6901 "sysctl 0.5.5",
 6902]
 6903
 6904[[package]]
 6905name = "gemm-common"
 6906version = "0.18.2"
 6907source = "registry+https://github.com/rust-lang/crates.io-index"
 6908checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6909dependencies = [
 6910 "bytemuck",
 6911 "dyn-stack 0.13.2",
 6912 "half",
 6913 "libm",
 6914 "num-complex",
 6915 "num-traits",
 6916 "once_cell",
 6917 "paste",
 6918 "pulp 0.21.5",
 6919 "raw-cpuid 11.6.0",
 6920 "rayon",
 6921 "seq-macro",
 6922 "sysctl 0.6.0",
 6923]
 6924
 6925[[package]]
 6926name = "gemm-f16"
 6927version = "0.17.1"
 6928source = "registry+https://github.com/rust-lang/crates.io-index"
 6929checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6930dependencies = [
 6931 "dyn-stack 0.10.0",
 6932 "gemm-common 0.17.1",
 6933 "gemm-f32 0.17.1",
 6934 "half",
 6935 "num-complex",
 6936 "num-traits",
 6937 "paste",
 6938 "raw-cpuid 10.7.0",
 6939 "rayon",
 6940 "seq-macro",
 6941]
 6942
 6943[[package]]
 6944name = "gemm-f16"
 6945version = "0.18.2"
 6946source = "registry+https://github.com/rust-lang/crates.io-index"
 6947checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6948dependencies = [
 6949 "dyn-stack 0.13.2",
 6950 "gemm-common 0.18.2",
 6951 "gemm-f32 0.18.2",
 6952 "half",
 6953 "num-complex",
 6954 "num-traits",
 6955 "paste",
 6956 "raw-cpuid 11.6.0",
 6957 "rayon",
 6958 "seq-macro",
 6959]
 6960
 6961[[package]]
 6962name = "gemm-f32"
 6963version = "0.17.1"
 6964source = "registry+https://github.com/rust-lang/crates.io-index"
 6965checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6966dependencies = [
 6967 "dyn-stack 0.10.0",
 6968 "gemm-common 0.17.1",
 6969 "num-complex",
 6970 "num-traits",
 6971 "paste",
 6972 "raw-cpuid 10.7.0",
 6973 "seq-macro",
 6974]
 6975
 6976[[package]]
 6977name = "gemm-f32"
 6978version = "0.18.2"
 6979source = "registry+https://github.com/rust-lang/crates.io-index"
 6980checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6981dependencies = [
 6982 "dyn-stack 0.13.2",
 6983 "gemm-common 0.18.2",
 6984 "num-complex",
 6985 "num-traits",
 6986 "paste",
 6987 "raw-cpuid 11.6.0",
 6988 "seq-macro",
 6989]
 6990
 6991[[package]]
 6992name = "gemm-f64"
 6993version = "0.17.1"
 6994source = "registry+https://github.com/rust-lang/crates.io-index"
 6995checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6996dependencies = [
 6997 "dyn-stack 0.10.0",
 6998 "gemm-common 0.17.1",
 6999 "num-complex",
 7000 "num-traits",
 7001 "paste",
 7002 "raw-cpuid 10.7.0",
 7003 "seq-macro",
 7004]
 7005
 7006[[package]]
 7007name = "gemm-f64"
 7008version = "0.18.2"
 7009source = "registry+https://github.com/rust-lang/crates.io-index"
 7010checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7011dependencies = [
 7012 "dyn-stack 0.13.2",
 7013 "gemm-common 0.18.2",
 7014 "num-complex",
 7015 "num-traits",
 7016 "paste",
 7017 "raw-cpuid 11.6.0",
 7018 "seq-macro",
 7019]
 7020
 7021[[package]]
 7022name = "generator"
 7023version = "0.8.7"
 7024source = "registry+https://github.com/rust-lang/crates.io-index"
 7025checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7026dependencies = [
 7027 "cc",
 7028 "cfg-if",
 7029 "libc",
 7030 "log",
 7031 "rustversion",
 7032 "windows 0.61.3",
 7033]
 7034
 7035[[package]]
 7036name = "generic-array"
 7037version = "0.14.7"
 7038source = "registry+https://github.com/rust-lang/crates.io-index"
 7039checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7040dependencies = [
 7041 "typenum",
 7042 "version_check",
 7043]
 7044
 7045[[package]]
 7046name = "gethostname"
 7047version = "1.1.0"
 7048source = "registry+https://github.com/rust-lang/crates.io-index"
 7049checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7050dependencies = [
 7051 "rustix 1.1.2",
 7052 "windows-link 0.2.1",
 7053]
 7054
 7055[[package]]
 7056name = "getrandom"
 7057version = "0.2.16"
 7058source = "registry+https://github.com/rust-lang/crates.io-index"
 7059checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7060dependencies = [
 7061 "cfg-if",
 7062 "js-sys",
 7063 "libc",
 7064 "wasi",
 7065 "wasm-bindgen",
 7066]
 7067
 7068[[package]]
 7069name = "getrandom"
 7070version = "0.3.4"
 7071source = "registry+https://github.com/rust-lang/crates.io-index"
 7072checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7073dependencies = [
 7074 "cfg-if",
 7075 "js-sys",
 7076 "libc",
 7077 "r-efi",
 7078 "wasip2",
 7079 "wasm-bindgen",
 7080]
 7081
 7082[[package]]
 7083name = "getrandom"
 7084version = "0.4.1"
 7085source = "registry+https://github.com/rust-lang/crates.io-index"
 7086checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7087dependencies = [
 7088 "cfg-if",
 7089 "libc",
 7090 "r-efi",
 7091 "wasip2",
 7092 "wasip3",
 7093]
 7094
 7095[[package]]
 7096name = "gh-workflow"
 7097version = "0.8.0"
 7098source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7099dependencies = [
 7100 "async-trait",
 7101 "derive_more",
 7102 "derive_setters",
 7103 "gh-workflow-macros",
 7104 "indexmap",
 7105 "merge",
 7106 "serde",
 7107 "serde_json",
 7108 "serde_yaml",
 7109 "strum_macros 0.27.2",
 7110]
 7111
 7112[[package]]
 7113name = "gh-workflow-macros"
 7114version = "0.8.0"
 7115source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7116dependencies = [
 7117 "heck 0.5.0",
 7118 "quote",
 7119 "syn 2.0.117",
 7120]
 7121
 7122[[package]]
 7123name = "gif"
 7124version = "0.13.3"
 7125source = "registry+https://github.com/rust-lang/crates.io-index"
 7126checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7127dependencies = [
 7128 "color_quant",
 7129 "weezl",
 7130]
 7131
 7132[[package]]
 7133name = "gimli"
 7134version = "0.32.3"
 7135source = "registry+https://github.com/rust-lang/crates.io-index"
 7136checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7137dependencies = [
 7138 "fallible-iterator",
 7139 "indexmap",
 7140 "stable_deref_trait",
 7141]
 7142
 7143[[package]]
 7144name = "gio-sys"
 7145version = "0.21.5"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7148dependencies = [
 7149 "glib-sys",
 7150 "gobject-sys",
 7151 "libc",
 7152 "system-deps 7.0.7",
 7153 "windows-sys 0.61.2",
 7154]
 7155
 7156[[package]]
 7157name = "git"
 7158version = "0.1.0"
 7159dependencies = [
 7160 "anyhow",
 7161 "askpass",
 7162 "async-trait",
 7163 "collections",
 7164 "derive_more",
 7165 "futures 0.3.32",
 7166 "git2",
 7167 "gpui",
 7168 "http_client",
 7169 "itertools 0.14.0",
 7170 "log",
 7171 "parking_lot",
 7172 "pretty_assertions",
 7173 "rand 0.9.2",
 7174 "regex",
 7175 "rope",
 7176 "schemars",
 7177 "serde",
 7178 "serde_json",
 7179 "smallvec",
 7180 "smol",
 7181 "sum_tree",
 7182 "tempfile",
 7183 "text",
 7184 "thiserror 2.0.17",
 7185 "time",
 7186 "url",
 7187 "urlencoding",
 7188 "util",
 7189 "uuid",
 7190 "ztracing",
 7191]
 7192
 7193[[package]]
 7194name = "git2"
 7195version = "0.20.4"
 7196source = "registry+https://github.com/rust-lang/crates.io-index"
 7197checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7198dependencies = [
 7199 "bitflags 2.10.0",
 7200 "libc",
 7201 "libgit2-sys",
 7202 "log",
 7203 "url",
 7204]
 7205
 7206[[package]]
 7207name = "git_graph"
 7208version = "0.1.0"
 7209dependencies = [
 7210 "anyhow",
 7211 "collections",
 7212 "db",
 7213 "editor",
 7214 "fs",
 7215 "git",
 7216 "git_ui",
 7217 "gpui",
 7218 "language",
 7219 "menu",
 7220 "project",
 7221 "rand 0.9.2",
 7222 "remote_connection",
 7223 "search",
 7224 "serde_json",
 7225 "settings",
 7226 "smallvec",
 7227 "smol",
 7228 "theme",
 7229 "theme_settings",
 7230 "time",
 7231 "ui",
 7232 "workspace",
 7233]
 7234
 7235[[package]]
 7236name = "git_hosting_providers"
 7237version = "0.1.0"
 7238dependencies = [
 7239 "anyhow",
 7240 "async-trait",
 7241 "futures 0.3.32",
 7242 "git",
 7243 "gpui",
 7244 "http_client",
 7245 "indoc",
 7246 "itertools 0.14.0",
 7247 "pretty_assertions",
 7248 "regex",
 7249 "serde",
 7250 "serde_json",
 7251 "settings",
 7252 "url",
 7253 "urlencoding",
 7254 "util",
 7255]
 7256
 7257[[package]]
 7258name = "git_ui"
 7259version = "0.1.0"
 7260dependencies = [
 7261 "agent_settings",
 7262 "anyhow",
 7263 "askpass",
 7264 "buffer_diff",
 7265 "call",
 7266 "collections",
 7267 "component",
 7268 "ctor",
 7269 "db",
 7270 "editor",
 7271 "file_icons",
 7272 "futures 0.3.32",
 7273 "fuzzy",
 7274 "git",
 7275 "gpui",
 7276 "indoc",
 7277 "itertools 0.14.0",
 7278 "language",
 7279 "language_model",
 7280 "linkify",
 7281 "log",
 7282 "markdown",
 7283 "menu",
 7284 "multi_buffer",
 7285 "notifications",
 7286 "panel",
 7287 "picker",
 7288 "pretty_assertions",
 7289 "project",
 7290 "prompt_store",
 7291 "proto",
 7292 "rand 0.9.2",
 7293 "remote",
 7294 "remote_connection",
 7295 "schemars",
 7296 "serde",
 7297 "serde_json",
 7298 "settings",
 7299 "smallvec",
 7300 "smol",
 7301 "strum 0.27.2",
 7302 "telemetry",
 7303 "theme",
 7304 "theme_settings",
 7305 "time",
 7306 "time_format",
 7307 "tracing",
 7308 "ui",
 7309 "ui_input",
 7310 "unindent",
 7311 "util",
 7312 "watch",
 7313 "windows 0.61.3",
 7314 "workspace",
 7315 "zed_actions",
 7316 "zeroize",
 7317 "zlog",
 7318 "ztracing",
 7319]
 7320
 7321[[package]]
 7322name = "gl_generator"
 7323version = "0.14.0"
 7324source = "registry+https://github.com/rust-lang/crates.io-index"
 7325checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7326dependencies = [
 7327 "khronos_api",
 7328 "log",
 7329 "xml-rs",
 7330]
 7331
 7332[[package]]
 7333name = "glib"
 7334version = "0.21.5"
 7335source = "registry+https://github.com/rust-lang/crates.io-index"
 7336checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7337dependencies = [
 7338 "bitflags 2.10.0",
 7339 "futures-channel",
 7340 "futures-core",
 7341 "futures-executor",
 7342 "futures-task",
 7343 "futures-util",
 7344 "gio-sys",
 7345 "glib-macros",
 7346 "glib-sys",
 7347 "gobject-sys",
 7348 "libc",
 7349 "memchr",
 7350 "smallvec",
 7351]
 7352
 7353[[package]]
 7354name = "glib-macros"
 7355version = "0.21.5"
 7356source = "registry+https://github.com/rust-lang/crates.io-index"
 7357checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7358dependencies = [
 7359 "heck 0.5.0",
 7360 "proc-macro-crate",
 7361 "proc-macro2",
 7362 "quote",
 7363 "syn 2.0.117",
 7364]
 7365
 7366[[package]]
 7367name = "glib-sys"
 7368version = "0.21.5"
 7369source = "registry+https://github.com/rust-lang/crates.io-index"
 7370checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7371dependencies = [
 7372 "libc",
 7373 "system-deps 7.0.7",
 7374]
 7375
 7376[[package]]
 7377name = "glob"
 7378version = "0.3.3"
 7379source = "registry+https://github.com/rust-lang/crates.io-index"
 7380checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7381
 7382[[package]]
 7383name = "globset"
 7384version = "0.4.17"
 7385source = "registry+https://github.com/rust-lang/crates.io-index"
 7386checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7387dependencies = [
 7388 "aho-corasick",
 7389 "bstr",
 7390 "log",
 7391 "regex-automata",
 7392 "regex-syntax",
 7393]
 7394
 7395[[package]]
 7396name = "gloo-timers"
 7397version = "0.3.0"
 7398source = "registry+https://github.com/rust-lang/crates.io-index"
 7399checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7400dependencies = [
 7401 "futures-channel",
 7402 "futures-core",
 7403 "js-sys",
 7404 "wasm-bindgen",
 7405]
 7406
 7407[[package]]
 7408name = "glow"
 7409version = "0.17.0"
 7410source = "registry+https://github.com/rust-lang/crates.io-index"
 7411checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7412dependencies = [
 7413 "js-sys",
 7414 "slotmap",
 7415 "wasm-bindgen",
 7416 "web-sys",
 7417]
 7418
 7419[[package]]
 7420name = "glutin_wgl_sys"
 7421version = "0.6.1"
 7422source = "registry+https://github.com/rust-lang/crates.io-index"
 7423checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7424dependencies = [
 7425 "gl_generator",
 7426]
 7427
 7428[[package]]
 7429name = "go_to_line"
 7430version = "0.1.0"
 7431dependencies = [
 7432 "editor",
 7433 "gpui",
 7434 "indoc",
 7435 "language",
 7436 "menu",
 7437 "multi_buffer",
 7438 "project",
 7439 "rope",
 7440 "serde",
 7441 "serde_json",
 7442 "settings",
 7443 "text",
 7444 "theme",
 7445 "ui",
 7446 "util",
 7447 "workspace",
 7448]
 7449
 7450[[package]]
 7451name = "gobject-sys"
 7452version = "0.21.5"
 7453source = "registry+https://github.com/rust-lang/crates.io-index"
 7454checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7455dependencies = [
 7456 "glib-sys",
 7457 "libc",
 7458 "system-deps 7.0.7",
 7459]
 7460
 7461[[package]]
 7462name = "goblin"
 7463version = "0.9.3"
 7464source = "registry+https://github.com/rust-lang/crates.io-index"
 7465checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7466dependencies = [
 7467 "log",
 7468 "plain",
 7469 "scroll",
 7470]
 7471
 7472[[package]]
 7473name = "google_ai"
 7474version = "0.1.0"
 7475dependencies = [
 7476 "anyhow",
 7477 "futures 0.3.32",
 7478 "http_client",
 7479 "language_model_core",
 7480 "log",
 7481 "schemars",
 7482 "serde",
 7483 "serde_json",
 7484 "strum 0.27.2",
 7485 "tiktoken-rs",
 7486]
 7487
 7488[[package]]
 7489name = "gpu-allocator"
 7490version = "0.28.0"
 7491source = "registry+https://github.com/rust-lang/crates.io-index"
 7492checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7493dependencies = [
 7494 "ash",
 7495 "hashbrown 0.16.1",
 7496 "log",
 7497 "presser",
 7498 "thiserror 2.0.17",
 7499 "windows 0.62.2",
 7500]
 7501
 7502[[package]]
 7503name = "gpu-descriptor"
 7504version = "0.3.2"
 7505source = "registry+https://github.com/rust-lang/crates.io-index"
 7506checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7507dependencies = [
 7508 "bitflags 2.10.0",
 7509 "gpu-descriptor-types",
 7510 "hashbrown 0.15.5",
 7511]
 7512
 7513[[package]]
 7514name = "gpu-descriptor-types"
 7515version = "0.2.0"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7518dependencies = [
 7519 "bitflags 2.10.0",
 7520]
 7521
 7522[[package]]
 7523name = "gpui"
 7524version = "0.2.2"
 7525dependencies = [
 7526 "anyhow",
 7527 "async-channel 2.5.0",
 7528 "async-task",
 7529 "backtrace",
 7530 "bindgen 0.71.1",
 7531 "bitflags 2.10.0",
 7532 "block",
 7533 "cbindgen",
 7534 "chrono",
 7535 "cocoa 0.26.0",
 7536 "cocoa-foundation 0.2.0",
 7537 "collections",
 7538 "core-foundation 0.10.0",
 7539 "core-foundation-sys",
 7540 "core-graphics 0.24.0",
 7541 "core-text",
 7542 "core-video",
 7543 "ctor",
 7544 "derive_more",
 7545 "embed-resource",
 7546 "env_logger 0.11.8",
 7547 "etagere",
 7548 "foreign-types 0.5.0",
 7549 "futures 0.3.32",
 7550 "futures-concurrency",
 7551 "getrandom 0.3.4",
 7552 "gpui_macros",
 7553 "gpui_platform",
 7554 "gpui_shared_string",
 7555 "gpui_util",
 7556 "gpui_web",
 7557 "http_client",
 7558 "image",
 7559 "inventory",
 7560 "itertools 0.14.0",
 7561 "log",
 7562 "lyon",
 7563 "mach2 0.5.0",
 7564 "media",
 7565 "metal",
 7566 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7567 "num_cpus",
 7568 "objc",
 7569 "objc2",
 7570 "objc2-metal",
 7571 "parking",
 7572 "parking_lot",
 7573 "pathfinder_geometry",
 7574 "pin-project",
 7575 "pollster 0.4.0",
 7576 "postage",
 7577 "profiling",
 7578 "proptest",
 7579 "rand 0.9.2",
 7580 "raw-window-handle",
 7581 "refineable",
 7582 "regex",
 7583 "reqwest_client",
 7584 "resvg",
 7585 "scheduler",
 7586 "schemars",
 7587 "seahash",
 7588 "serde",
 7589 "serde_json",
 7590 "slotmap",
 7591 "smallvec",
 7592 "spin 0.10.0",
 7593 "stacksafe",
 7594 "strum 0.27.2",
 7595 "sum_tree",
 7596 "taffy",
 7597 "thiserror 2.0.17",
 7598 "ttf-parser 0.25.1",
 7599 "unicode-segmentation",
 7600 "url",
 7601 "usvg",
 7602 "util_macros",
 7603 "uuid",
 7604 "waker-fn",
 7605 "wasm-bindgen",
 7606 "web-time",
 7607 "windows 0.61.3",
 7608 "zed-font-kit",
 7609 "zed-scap",
 7610]
 7611
 7612[[package]]
 7613name = "gpui_linux"
 7614version = "0.1.0"
 7615dependencies = [
 7616 "anyhow",
 7617 "as-raw-xcb-connection",
 7618 "ashpd",
 7619 "bitflags 2.10.0",
 7620 "bytemuck",
 7621 "calloop",
 7622 "calloop-wayland-source",
 7623 "collections",
 7624 "filedescriptor",
 7625 "futures 0.3.32",
 7626 "gpui",
 7627 "gpui_wgpu",
 7628 "http_client",
 7629 "itertools 0.14.0",
 7630 "libc",
 7631 "log",
 7632 "oo7",
 7633 "open",
 7634 "parking_lot",
 7635 "pathfinder_geometry",
 7636 "pollster 0.4.0",
 7637 "profiling",
 7638 "raw-window-handle",
 7639 "smallvec",
 7640 "smol",
 7641 "strum 0.27.2",
 7642 "swash",
 7643 "url",
 7644 "util",
 7645 "uuid",
 7646 "wayland-backend",
 7647 "wayland-client",
 7648 "wayland-cursor",
 7649 "wayland-protocols",
 7650 "wayland-protocols-plasma",
 7651 "wayland-protocols-wlr",
 7652 "x11-clipboard",
 7653 "x11rb",
 7654 "xkbcommon",
 7655 "zed-scap",
 7656 "zed-xim",
 7657]
 7658
 7659[[package]]
 7660name = "gpui_macos"
 7661version = "0.1.0"
 7662dependencies = [
 7663 "anyhow",
 7664 "async-task",
 7665 "block",
 7666 "cbindgen",
 7667 "cocoa 0.26.0",
 7668 "collections",
 7669 "core-foundation 0.10.0",
 7670 "core-foundation-sys",
 7671 "core-graphics 0.24.0",
 7672 "core-text",
 7673 "core-video",
 7674 "ctor",
 7675 "derive_more",
 7676 "dispatch2",
 7677 "etagere",
 7678 "foreign-types 0.5.0",
 7679 "futures 0.3.32",
 7680 "gpui",
 7681 "image",
 7682 "itertools 0.14.0",
 7683 "libc",
 7684 "log",
 7685 "mach2 0.5.0",
 7686 "media",
 7687 "metal",
 7688 "objc",
 7689 "objc2-app-kit",
 7690 "parking_lot",
 7691 "pathfinder_geometry",
 7692 "raw-window-handle",
 7693 "semver",
 7694 "smallvec",
 7695 "strum 0.27.2",
 7696 "util",
 7697 "uuid",
 7698 "zed-font-kit",
 7699]
 7700
 7701[[package]]
 7702name = "gpui_macros"
 7703version = "0.1.0"
 7704dependencies = [
 7705 "gpui",
 7706 "heck 0.5.0",
 7707 "proc-macro2",
 7708 "quote",
 7709 "syn 2.0.117",
 7710]
 7711
 7712[[package]]
 7713name = "gpui_platform"
 7714version = "0.1.0"
 7715dependencies = [
 7716 "console_error_panic_hook",
 7717 "gpui",
 7718 "gpui_linux",
 7719 "gpui_macos",
 7720 "gpui_web",
 7721 "gpui_windows",
 7722]
 7723
 7724[[package]]
 7725name = "gpui_shared_string"
 7726version = "0.1.0"
 7727dependencies = [
 7728 "derive_more",
 7729 "gpui_util",
 7730 "schemars",
 7731 "serde",
 7732]
 7733
 7734[[package]]
 7735name = "gpui_tokio"
 7736version = "0.1.0"
 7737dependencies = [
 7738 "anyhow",
 7739 "gpui",
 7740 "tokio",
 7741 "util",
 7742]
 7743
 7744[[package]]
 7745name = "gpui_util"
 7746version = "0.1.0"
 7747dependencies = [
 7748 "anyhow",
 7749 "log",
 7750]
 7751
 7752[[package]]
 7753name = "gpui_web"
 7754version = "0.1.0"
 7755dependencies = [
 7756 "anyhow",
 7757 "console_error_panic_hook",
 7758 "futures 0.3.32",
 7759 "gpui",
 7760 "gpui_wgpu",
 7761 "http_client",
 7762 "js-sys",
 7763 "log",
 7764 "parking_lot",
 7765 "raw-window-handle",
 7766 "smallvec",
 7767 "uuid",
 7768 "wasm-bindgen",
 7769 "wasm-bindgen-futures",
 7770 "wasm_thread",
 7771 "web-sys",
 7772 "web-time",
 7773]
 7774
 7775[[package]]
 7776name = "gpui_wgpu"
 7777version = "0.1.0"
 7778dependencies = [
 7779 "anyhow",
 7780 "bytemuck",
 7781 "collections",
 7782 "cosmic-text",
 7783 "etagere",
 7784 "gpui",
 7785 "gpui_util",
 7786 "itertools 0.14.0",
 7787 "js-sys",
 7788 "log",
 7789 "parking_lot",
 7790 "pollster 0.4.0",
 7791 "profiling",
 7792 "raw-window-handle",
 7793 "smallvec",
 7794 "swash",
 7795 "wasm-bindgen",
 7796 "wasm-bindgen-futures",
 7797 "web-sys",
 7798 "wgpu",
 7799 "zed-font-kit",
 7800]
 7801
 7802[[package]]
 7803name = "gpui_windows"
 7804version = "0.1.0"
 7805dependencies = [
 7806 "anyhow",
 7807 "collections",
 7808 "etagere",
 7809 "futures 0.3.32",
 7810 "gpui",
 7811 "image",
 7812 "itertools 0.14.0",
 7813 "log",
 7814 "parking_lot",
 7815 "rand 0.9.2",
 7816 "raw-window-handle",
 7817 "smallvec",
 7818 "util",
 7819 "uuid",
 7820 "windows 0.61.3",
 7821 "windows-core 0.61.2",
 7822 "windows-numerics 0.2.0",
 7823 "windows-registry 0.5.3",
 7824 "zed-scap",
 7825]
 7826
 7827[[package]]
 7828name = "grammars"
 7829version = "0.1.0"
 7830dependencies = [
 7831 "anyhow",
 7832 "language_core",
 7833 "rust-embed",
 7834 "toml 0.8.23",
 7835 "tree-sitter",
 7836 "tree-sitter-bash",
 7837 "tree-sitter-c",
 7838 "tree-sitter-cpp",
 7839 "tree-sitter-css",
 7840 "tree-sitter-diff",
 7841 "tree-sitter-gitcommit",
 7842 "tree-sitter-go",
 7843 "tree-sitter-gomod",
 7844 "tree-sitter-gowork",
 7845 "tree-sitter-jsdoc",
 7846 "tree-sitter-json",
 7847 "tree-sitter-md",
 7848 "tree-sitter-python",
 7849 "tree-sitter-regex",
 7850 "tree-sitter-rust",
 7851 "tree-sitter-typescript",
 7852 "tree-sitter-yaml",
 7853 "util",
 7854]
 7855
 7856[[package]]
 7857name = "grid"
 7858version = "0.18.0"
 7859source = "registry+https://github.com/rust-lang/crates.io-index"
 7860checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7861
 7862[[package]]
 7863name = "group"
 7864version = "0.12.1"
 7865source = "registry+https://github.com/rust-lang/crates.io-index"
 7866checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7867dependencies = [
 7868 "ff",
 7869 "rand_core 0.6.4",
 7870 "subtle",
 7871]
 7872
 7873[[package]]
 7874name = "h2"
 7875version = "0.3.27"
 7876source = "registry+https://github.com/rust-lang/crates.io-index"
 7877checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7878dependencies = [
 7879 "bytes 1.11.1",
 7880 "fnv",
 7881 "futures-core",
 7882 "futures-sink",
 7883 "futures-util",
 7884 "http 0.2.12",
 7885 "indexmap",
 7886 "slab",
 7887 "tokio",
 7888 "tokio-util",
 7889 "tracing",
 7890]
 7891
 7892[[package]]
 7893name = "h2"
 7894version = "0.4.12"
 7895source = "registry+https://github.com/rust-lang/crates.io-index"
 7896checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7897dependencies = [
 7898 "atomic-waker",
 7899 "bytes 1.11.1",
 7900 "fnv",
 7901 "futures-core",
 7902 "futures-sink",
 7903 "http 1.3.1",
 7904 "indexmap",
 7905 "slab",
 7906 "tokio",
 7907 "tokio-util",
 7908 "tracing",
 7909]
 7910
 7911[[package]]
 7912name = "half"
 7913version = "2.7.1"
 7914source = "registry+https://github.com/rust-lang/crates.io-index"
 7915checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7916dependencies = [
 7917 "bytemuck",
 7918 "cfg-if",
 7919 "crunchy",
 7920 "num-traits",
 7921 "rand 0.9.2",
 7922 "rand_distr",
 7923 "zerocopy",
 7924]
 7925
 7926[[package]]
 7927name = "handlebars"
 7928version = "4.5.0"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7931dependencies = [
 7932 "log",
 7933 "pest",
 7934 "pest_derive",
 7935 "rust-embed",
 7936 "serde",
 7937 "serde_json",
 7938 "thiserror 1.0.69",
 7939]
 7940
 7941[[package]]
 7942name = "handlebars"
 7943version = "5.1.2"
 7944source = "registry+https://github.com/rust-lang/crates.io-index"
 7945checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7946dependencies = [
 7947 "log",
 7948 "pest",
 7949 "pest_derive",
 7950 "serde",
 7951 "serde_json",
 7952 "thiserror 1.0.69",
 7953]
 7954
 7955[[package]]
 7956name = "harfrust"
 7957version = "0.5.0"
 7958source = "registry+https://github.com/rust-lang/crates.io-index"
 7959checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7960dependencies = [
 7961 "bitflags 2.10.0",
 7962 "bytemuck",
 7963 "core_maths",
 7964 "read-fonts 0.37.0",
 7965 "smallvec",
 7966]
 7967
 7968[[package]]
 7969name = "hash32"
 7970version = "0.3.1"
 7971source = "registry+https://github.com/rust-lang/crates.io-index"
 7972checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7973dependencies = [
 7974 "byteorder",
 7975]
 7976
 7977[[package]]
 7978name = "hashbrown"
 7979version = "0.12.3"
 7980source = "registry+https://github.com/rust-lang/crates.io-index"
 7981checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7982dependencies = [
 7983 "ahash 0.7.8",
 7984]
 7985
 7986[[package]]
 7987name = "hashbrown"
 7988version = "0.14.5"
 7989source = "registry+https://github.com/rust-lang/crates.io-index"
 7990checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7991dependencies = [
 7992 "ahash 0.8.12",
 7993 "allocator-api2",
 7994]
 7995
 7996[[package]]
 7997name = "hashbrown"
 7998version = "0.15.5"
 7999source = "registry+https://github.com/rust-lang/crates.io-index"
 8000checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8001dependencies = [
 8002 "allocator-api2",
 8003 "equivalent",
 8004 "foldhash 0.1.5",
 8005 "serde",
 8006]
 8007
 8008[[package]]
 8009name = "hashbrown"
 8010version = "0.16.1"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8013dependencies = [
 8014 "allocator-api2",
 8015 "equivalent",
 8016 "foldhash 0.2.0",
 8017]
 8018
 8019[[package]]
 8020name = "hashlink"
 8021version = "0.8.4"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8024dependencies = [
 8025 "hashbrown 0.14.5",
 8026]
 8027
 8028[[package]]
 8029name = "hashlink"
 8030version = "0.10.0"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8033dependencies = [
 8034 "hashbrown 0.15.5",
 8035]
 8036
 8037[[package]]
 8038name = "headers"
 8039version = "0.3.9"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8042dependencies = [
 8043 "base64 0.21.7",
 8044 "bytes 1.11.1",
 8045 "headers-core",
 8046 "http 0.2.12",
 8047 "httpdate",
 8048 "mime",
 8049 "sha1",
 8050]
 8051
 8052[[package]]
 8053name = "headers-core"
 8054version = "0.2.0"
 8055source = "registry+https://github.com/rust-lang/crates.io-index"
 8056checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8057dependencies = [
 8058 "http 0.2.12",
 8059]
 8060
 8061[[package]]
 8062name = "heapless"
 8063version = "0.9.2"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8066dependencies = [
 8067 "hash32",
 8068 "stable_deref_trait",
 8069]
 8070
 8071[[package]]
 8072name = "heck"
 8073version = "0.3.3"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8076dependencies = [
 8077 "unicode-segmentation",
 8078]
 8079
 8080[[package]]
 8081name = "heck"
 8082version = "0.4.1"
 8083source = "registry+https://github.com/rust-lang/crates.io-index"
 8084checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8085dependencies = [
 8086 "unicode-segmentation",
 8087]
 8088
 8089[[package]]
 8090name = "heck"
 8091version = "0.5.0"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8094
 8095[[package]]
 8096name = "heed"
 8097version = "0.21.0"
 8098source = "registry+https://github.com/rust-lang/crates.io-index"
 8099checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8100dependencies = [
 8101 "bitflags 2.10.0",
 8102 "byteorder",
 8103 "heed-traits",
 8104 "heed-types",
 8105 "libc",
 8106 "lmdb-master-sys",
 8107 "once_cell",
 8108 "page_size",
 8109 "serde",
 8110 "synchronoise",
 8111 "url",
 8112]
 8113
 8114[[package]]
 8115name = "heed-traits"
 8116version = "0.20.0"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8119
 8120[[package]]
 8121name = "heed-types"
 8122version = "0.21.0"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8125dependencies = [
 8126 "bincode",
 8127 "byteorder",
 8128 "heed-traits",
 8129 "serde",
 8130 "serde_json",
 8131]
 8132
 8133[[package]]
 8134name = "hermit-abi"
 8135version = "0.5.2"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8138
 8139[[package]]
 8140name = "hex"
 8141version = "0.4.3"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8144
 8145[[package]]
 8146name = "hexf-parse"
 8147version = "0.2.1"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8150
 8151[[package]]
 8152name = "hkdf"
 8153version = "0.12.4"
 8154source = "registry+https://github.com/rust-lang/crates.io-index"
 8155checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8156dependencies = [
 8157 "hmac",
 8158]
 8159
 8160[[package]]
 8161name = "hmac"
 8162version = "0.12.1"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8165dependencies = [
 8166 "digest",
 8167]
 8168
 8169[[package]]
 8170name = "home"
 8171version = "0.5.11"
 8172source = "registry+https://github.com/rust-lang/crates.io-index"
 8173checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8174dependencies = [
 8175 "windows-sys 0.59.0",
 8176]
 8177
 8178[[package]]
 8179name = "hound"
 8180version = "3.5.1"
 8181source = "registry+https://github.com/rust-lang/crates.io-index"
 8182checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8183
 8184[[package]]
 8185name = "html5ever"
 8186version = "0.27.0"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8189dependencies = [
 8190 "log",
 8191 "mac",
 8192 "markup5ever 0.12.1",
 8193 "proc-macro2",
 8194 "quote",
 8195 "syn 2.0.117",
 8196]
 8197
 8198[[package]]
 8199name = "html5ever"
 8200version = "0.35.0"
 8201source = "registry+https://github.com/rust-lang/crates.io-index"
 8202checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8203dependencies = [
 8204 "log",
 8205 "markup5ever 0.35.0",
 8206 "match_token",
 8207]
 8208
 8209[[package]]
 8210name = "html_to_markdown"
 8211version = "0.1.0"
 8212dependencies = [
 8213 "anyhow",
 8214 "html5ever 0.27.0",
 8215 "indoc",
 8216 "markup5ever_rcdom",
 8217 "pretty_assertions",
 8218 "regex",
 8219]
 8220
 8221[[package]]
 8222name = "http"
 8223version = "0.2.12"
 8224source = "registry+https://github.com/rust-lang/crates.io-index"
 8225checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8226dependencies = [
 8227 "bytes 1.11.1",
 8228 "fnv",
 8229 "itoa",
 8230]
 8231
 8232[[package]]
 8233name = "http"
 8234version = "1.3.1"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8237dependencies = [
 8238 "bytes 1.11.1",
 8239 "fnv",
 8240 "itoa",
 8241]
 8242
 8243[[package]]
 8244name = "http-body"
 8245version = "0.4.6"
 8246source = "registry+https://github.com/rust-lang/crates.io-index"
 8247checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8248dependencies = [
 8249 "bytes 1.11.1",
 8250 "http 0.2.12",
 8251 "pin-project-lite",
 8252]
 8253
 8254[[package]]
 8255name = "http-body"
 8256version = "1.0.1"
 8257source = "registry+https://github.com/rust-lang/crates.io-index"
 8258checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8259dependencies = [
 8260 "bytes 1.11.1",
 8261 "http 1.3.1",
 8262]
 8263
 8264[[package]]
 8265name = "http-body-util"
 8266version = "0.1.3"
 8267source = "registry+https://github.com/rust-lang/crates.io-index"
 8268checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8269dependencies = [
 8270 "bytes 1.11.1",
 8271 "futures-core",
 8272 "http 1.3.1",
 8273 "http-body 1.0.1",
 8274 "pin-project-lite",
 8275]
 8276
 8277[[package]]
 8278name = "http-range-header"
 8279version = "0.3.1"
 8280source = "registry+https://github.com/rust-lang/crates.io-index"
 8281checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8282
 8283[[package]]
 8284name = "http_client"
 8285version = "0.1.0"
 8286dependencies = [
 8287 "anyhow",
 8288 "async-compression",
 8289 "async-fs",
 8290 "async-tar",
 8291 "bytes 1.11.1",
 8292 "derive_more",
 8293 "futures 0.3.32",
 8294 "http 1.3.1",
 8295 "http-body 1.0.1",
 8296 "log",
 8297 "parking_lot",
 8298 "serde",
 8299 "serde_json",
 8300 "serde_urlencoded",
 8301 "sha2",
 8302 "tempfile",
 8303 "url",
 8304 "util",
 8305]
 8306
 8307[[package]]
 8308name = "http_client_tls"
 8309version = "0.1.0"
 8310dependencies = [
 8311 "rustls 0.23.33",
 8312 "rustls-platform-verifier",
 8313]
 8314
 8315[[package]]
 8316name = "httparse"
 8317version = "1.10.1"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8320
 8321[[package]]
 8322name = "httpdate"
 8323version = "1.0.3"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8326
 8327[[package]]
 8328name = "human_bytes"
 8329version = "0.4.3"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8332
 8333[[package]]
 8334name = "humantime"
 8335version = "2.3.0"
 8336source = "registry+https://github.com/rust-lang/crates.io-index"
 8337checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8338
 8339[[package]]
 8340name = "hyper"
 8341version = "0.14.32"
 8342source = "registry+https://github.com/rust-lang/crates.io-index"
 8343checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8344dependencies = [
 8345 "bytes 1.11.1",
 8346 "futures-channel",
 8347 "futures-core",
 8348 "futures-util",
 8349 "h2 0.3.27",
 8350 "http 0.2.12",
 8351 "http-body 0.4.6",
 8352 "httparse",
 8353 "httpdate",
 8354 "itoa",
 8355 "pin-project-lite",
 8356 "socket2 0.5.10",
 8357 "tokio",
 8358 "tower-service",
 8359 "tracing",
 8360 "want",
 8361]
 8362
 8363[[package]]
 8364name = "hyper"
 8365version = "1.7.0"
 8366source = "registry+https://github.com/rust-lang/crates.io-index"
 8367checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8368dependencies = [
 8369 "atomic-waker",
 8370 "bytes 1.11.1",
 8371 "futures-channel",
 8372 "futures-core",
 8373 "h2 0.4.12",
 8374 "http 1.3.1",
 8375 "http-body 1.0.1",
 8376 "httparse",
 8377 "itoa",
 8378 "pin-project-lite",
 8379 "pin-utils",
 8380 "smallvec",
 8381 "tokio",
 8382 "want",
 8383]
 8384
 8385[[package]]
 8386name = "hyper-rustls"
 8387version = "0.24.2"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8390dependencies = [
 8391 "futures-util",
 8392 "http 0.2.12",
 8393 "hyper 0.14.32",
 8394 "log",
 8395 "rustls 0.21.12",
 8396 "rustls-native-certs 0.6.3",
 8397 "tokio",
 8398 "tokio-rustls 0.24.1",
 8399]
 8400
 8401[[package]]
 8402name = "hyper-rustls"
 8403version = "0.27.7"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8406dependencies = [
 8407 "http 1.3.1",
 8408 "hyper 1.7.0",
 8409 "hyper-util",
 8410 "log",
 8411 "rustls 0.23.33",
 8412 "rustls-native-certs 0.8.2",
 8413 "rustls-pki-types",
 8414 "tokio",
 8415 "tokio-rustls 0.26.2",
 8416 "tower-service",
 8417]
 8418
 8419[[package]]
 8420name = "hyper-timeout"
 8421version = "0.5.2"
 8422source = "registry+https://github.com/rust-lang/crates.io-index"
 8423checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8424dependencies = [
 8425 "hyper 1.7.0",
 8426 "hyper-util",
 8427 "pin-project-lite",
 8428 "tokio",
 8429 "tower-service",
 8430]
 8431
 8432[[package]]
 8433name = "hyper-tls"
 8434version = "0.5.0"
 8435source = "registry+https://github.com/rust-lang/crates.io-index"
 8436checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8437dependencies = [
 8438 "bytes 1.11.1",
 8439 "hyper 0.14.32",
 8440 "native-tls",
 8441 "tokio",
 8442 "tokio-native-tls",
 8443]
 8444
 8445[[package]]
 8446name = "hyper-util"
 8447version = "0.1.17"
 8448source = "registry+https://github.com/rust-lang/crates.io-index"
 8449checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8450dependencies = [
 8451 "base64 0.22.1",
 8452 "bytes 1.11.1",
 8453 "futures-channel",
 8454 "futures-core",
 8455 "futures-util",
 8456 "http 1.3.1",
 8457 "http-body 1.0.1",
 8458 "hyper 1.7.0",
 8459 "ipnet",
 8460 "libc",
 8461 "percent-encoding",
 8462 "pin-project-lite",
 8463 "socket2 0.6.1",
 8464 "tokio",
 8465 "tower-service",
 8466 "tracing",
 8467]
 8468
 8469[[package]]
 8470name = "iana-time-zone"
 8471version = "0.1.64"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8474dependencies = [
 8475 "android_system_properties",
 8476 "core-foundation-sys",
 8477 "iana-time-zone-haiku",
 8478 "js-sys",
 8479 "log",
 8480 "wasm-bindgen",
 8481 "windows-core 0.62.2",
 8482]
 8483
 8484[[package]]
 8485name = "iana-time-zone-haiku"
 8486version = "0.1.2"
 8487source = "registry+https://github.com/rust-lang/crates.io-index"
 8488checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8489dependencies = [
 8490 "cc",
 8491]
 8492
 8493[[package]]
 8494name = "icons"
 8495version = "0.1.0"
 8496dependencies = [
 8497 "serde",
 8498 "strum 0.27.2",
 8499]
 8500
 8501[[package]]
 8502name = "icu_collections"
 8503version = "2.0.0"
 8504source = "registry+https://github.com/rust-lang/crates.io-index"
 8505checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8506dependencies = [
 8507 "displaydoc",
 8508 "potential_utf",
 8509 "yoke 0.8.0",
 8510 "zerofrom",
 8511 "zerovec",
 8512]
 8513
 8514[[package]]
 8515name = "icu_locale_core"
 8516version = "2.0.0"
 8517source = "registry+https://github.com/rust-lang/crates.io-index"
 8518checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8519dependencies = [
 8520 "displaydoc",
 8521 "litemap",
 8522 "tinystr",
 8523 "writeable",
 8524 "zerovec",
 8525]
 8526
 8527[[package]]
 8528name = "icu_normalizer"
 8529version = "2.0.0"
 8530source = "registry+https://github.com/rust-lang/crates.io-index"
 8531checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8532dependencies = [
 8533 "displaydoc",
 8534 "icu_collections",
 8535 "icu_normalizer_data",
 8536 "icu_properties",
 8537 "icu_provider",
 8538 "smallvec",
 8539 "zerovec",
 8540]
 8541
 8542[[package]]
 8543name = "icu_normalizer_data"
 8544version = "2.0.0"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8547
 8548[[package]]
 8549name = "icu_properties"
 8550version = "2.0.1"
 8551source = "registry+https://github.com/rust-lang/crates.io-index"
 8552checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8553dependencies = [
 8554 "displaydoc",
 8555 "icu_collections",
 8556 "icu_locale_core",
 8557 "icu_properties_data",
 8558 "icu_provider",
 8559 "potential_utf",
 8560 "zerotrie",
 8561 "zerovec",
 8562]
 8563
 8564[[package]]
 8565name = "icu_properties_data"
 8566version = "2.0.1"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8569
 8570[[package]]
 8571name = "icu_provider"
 8572version = "2.0.0"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8575dependencies = [
 8576 "displaydoc",
 8577 "icu_locale_core",
 8578 "stable_deref_trait",
 8579 "tinystr",
 8580 "writeable",
 8581 "yoke 0.8.0",
 8582 "zerofrom",
 8583 "zerotrie",
 8584 "zerovec",
 8585]
 8586
 8587[[package]]
 8588name = "id-arena"
 8589version = "2.2.1"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8592
 8593[[package]]
 8594name = "ident_case"
 8595version = "1.0.1"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8598
 8599[[package]]
 8600name = "idna"
 8601version = "1.1.0"
 8602source = "registry+https://github.com/rust-lang/crates.io-index"
 8603checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8604dependencies = [
 8605 "idna_adapter",
 8606 "smallvec",
 8607 "utf8_iter",
 8608]
 8609
 8610[[package]]
 8611name = "idna_adapter"
 8612version = "1.2.1"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8615dependencies = [
 8616 "icu_normalizer",
 8617 "icu_properties",
 8618]
 8619
 8620[[package]]
 8621name = "ignore"
 8622version = "0.4.24"
 8623source = "registry+https://github.com/rust-lang/crates.io-index"
 8624checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8625dependencies = [
 8626 "crossbeam-deque",
 8627 "globset",
 8628 "log",
 8629 "memchr",
 8630 "regex-automata",
 8631 "same-file",
 8632 "walkdir",
 8633 "winapi-util",
 8634]
 8635
 8636[[package]]
 8637name = "image"
 8638version = "0.25.8"
 8639source = "registry+https://github.com/rust-lang/crates.io-index"
 8640checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8641dependencies = [
 8642 "bytemuck",
 8643 "byteorder-lite",
 8644 "color_quant",
 8645 "exr",
 8646 "gif",
 8647 "image-webp",
 8648 "moxcms",
 8649 "num-traits",
 8650 "png 0.18.0",
 8651 "qoi",
 8652 "ravif",
 8653 "rayon",
 8654 "rgb",
 8655 "tiff",
 8656 "zune-core",
 8657 "zune-jpeg",
 8658]
 8659
 8660[[package]]
 8661name = "image-webp"
 8662version = "0.2.4"
 8663source = "registry+https://github.com/rust-lang/crates.io-index"
 8664checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8665dependencies = [
 8666 "byteorder-lite",
 8667 "quick-error 2.0.1",
 8668]
 8669
 8670[[package]]
 8671name = "image_viewer"
 8672version = "0.1.0"
 8673dependencies = [
 8674 "anyhow",
 8675 "db",
 8676 "editor",
 8677 "file_icons",
 8678 "gpui",
 8679 "language",
 8680 "log",
 8681 "project",
 8682 "serde",
 8683 "settings",
 8684 "theme_settings",
 8685 "ui",
 8686 "util",
 8687 "workspace",
 8688]
 8689
 8690[[package]]
 8691name = "imagesize"
 8692version = "0.13.0"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8695
 8696[[package]]
 8697name = "imara-diff"
 8698version = "0.1.8"
 8699source = "registry+https://github.com/rust-lang/crates.io-index"
 8700checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8701dependencies = [
 8702 "hashbrown 0.15.5",
 8703]
 8704
 8705[[package]]
 8706name = "imgref"
 8707version = "1.12.0"
 8708source = "registry+https://github.com/rust-lang/crates.io-index"
 8709checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8710
 8711[[package]]
 8712name = "indenter"
 8713version = "0.3.4"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8716
 8717[[package]]
 8718name = "indexmap"
 8719version = "2.11.4"
 8720source = "registry+https://github.com/rust-lang/crates.io-index"
 8721checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8722dependencies = [
 8723 "equivalent",
 8724 "hashbrown 0.16.1",
 8725 "serde",
 8726 "serde_core",
 8727]
 8728
 8729[[package]]
 8730name = "indoc"
 8731version = "2.0.6"
 8732source = "registry+https://github.com/rust-lang/crates.io-index"
 8733checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8734
 8735[[package]]
 8736name = "inherent"
 8737version = "1.0.13"
 8738source = "registry+https://github.com/rust-lang/crates.io-index"
 8739checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8740dependencies = [
 8741 "proc-macro2",
 8742 "quote",
 8743 "syn 2.0.117",
 8744]
 8745
 8746[[package]]
 8747name = "inotify"
 8748version = "0.9.6"
 8749source = "registry+https://github.com/rust-lang/crates.io-index"
 8750checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8751dependencies = [
 8752 "bitflags 1.3.2",
 8753 "inotify-sys",
 8754 "libc",
 8755]
 8756
 8757[[package]]
 8758name = "inotify"
 8759version = "0.11.0"
 8760source = "registry+https://github.com/rust-lang/crates.io-index"
 8761checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8762dependencies = [
 8763 "bitflags 2.10.0",
 8764 "inotify-sys",
 8765 "libc",
 8766]
 8767
 8768[[package]]
 8769name = "inotify-sys"
 8770version = "0.1.5"
 8771source = "registry+https://github.com/rust-lang/crates.io-index"
 8772checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8773dependencies = [
 8774 "libc",
 8775]
 8776
 8777[[package]]
 8778name = "inout"
 8779version = "0.1.4"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8782dependencies = [
 8783 "block-padding",
 8784 "generic-array",
 8785]
 8786
 8787[[package]]
 8788name = "inspector_ui"
 8789version = "0.1.0"
 8790dependencies = [
 8791 "anyhow",
 8792 "command_palette_hooks",
 8793 "editor",
 8794 "fuzzy",
 8795 "gpui",
 8796 "language",
 8797 "project",
 8798 "serde_json",
 8799 "serde_json_lenient",
 8800 "theme_settings",
 8801 "ui",
 8802 "util",
 8803 "util_macros",
 8804 "workspace",
 8805 "zed_actions",
 8806]
 8807
 8808[[package]]
 8809name = "install_cli"
 8810version = "0.1.0"
 8811dependencies = [
 8812 "anyhow",
 8813 "client",
 8814 "gpui",
 8815 "release_channel",
 8816 "smol",
 8817 "util",
 8818 "workspace",
 8819]
 8820
 8821[[package]]
 8822name = "instant"
 8823version = "0.1.13"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8826dependencies = [
 8827 "cfg-if",
 8828]
 8829
 8830[[package]]
 8831name = "interpolate_name"
 8832version = "0.2.4"
 8833source = "registry+https://github.com/rust-lang/crates.io-index"
 8834checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8835dependencies = [
 8836 "proc-macro2",
 8837 "quote",
 8838 "syn 2.0.117",
 8839]
 8840
 8841[[package]]
 8842name = "inventory"
 8843version = "0.3.21"
 8844source = "registry+https://github.com/rust-lang/crates.io-index"
 8845checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8846dependencies = [
 8847 "rustversion",
 8848]
 8849
 8850[[package]]
 8851name = "io-extras"
 8852version = "0.18.4"
 8853source = "registry+https://github.com/rust-lang/crates.io-index"
 8854checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8855dependencies = [
 8856 "io-lifetimes",
 8857 "windows-sys 0.59.0",
 8858]
 8859
 8860[[package]]
 8861name = "io-lifetimes"
 8862version = "2.0.4"
 8863source = "registry+https://github.com/rust-lang/crates.io-index"
 8864checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8865
 8866[[package]]
 8867name = "io-surface"
 8868version = "0.16.1"
 8869source = "registry+https://github.com/rust-lang/crates.io-index"
 8870checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8871dependencies = [
 8872 "cgl",
 8873 "core-foundation 0.10.0",
 8874 "core-foundation-sys",
 8875 "leaky-cow",
 8876]
 8877
 8878[[package]]
 8879name = "iovec"
 8880version = "0.1.4"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8883dependencies = [
 8884 "libc",
 8885]
 8886
 8887[[package]]
 8888name = "ipc-channel"
 8889version = "0.19.0"
 8890source = "registry+https://github.com/rust-lang/crates.io-index"
 8891checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8892dependencies = [
 8893 "bincode",
 8894 "crossbeam-channel",
 8895 "fnv",
 8896 "lazy_static",
 8897 "libc",
 8898 "mio 1.1.0",
 8899 "rand 0.8.5",
 8900 "serde",
 8901 "tempfile",
 8902 "uuid",
 8903 "windows 0.58.0",
 8904]
 8905
 8906[[package]]
 8907name = "ipnet"
 8908version = "2.11.0"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8911
 8912[[package]]
 8913name = "iri-string"
 8914version = "0.7.8"
 8915source = "registry+https://github.com/rust-lang/crates.io-index"
 8916checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8917dependencies = [
 8918 "memchr",
 8919 "serde",
 8920]
 8921
 8922[[package]]
 8923name = "is-docker"
 8924version = "0.2.0"
 8925source = "registry+https://github.com/rust-lang/crates.io-index"
 8926checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8927dependencies = [
 8928 "once_cell",
 8929]
 8930
 8931[[package]]
 8932name = "is-terminal"
 8933version = "0.4.16"
 8934source = "registry+https://github.com/rust-lang/crates.io-index"
 8935checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8936dependencies = [
 8937 "hermit-abi",
 8938 "libc",
 8939 "windows-sys 0.59.0",
 8940]
 8941
 8942[[package]]
 8943name = "is-wsl"
 8944version = "0.4.0"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8947dependencies = [
 8948 "is-docker",
 8949 "once_cell",
 8950]
 8951
 8952[[package]]
 8953name = "is_executable"
 8954version = "1.0.5"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8957dependencies = [
 8958 "windows-sys 0.60.2",
 8959]
 8960
 8961[[package]]
 8962name = "is_terminal_polyfill"
 8963version = "1.70.1"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8966
 8967[[package]]
 8968name = "itertools"
 8969version = "0.10.5"
 8970source = "registry+https://github.com/rust-lang/crates.io-index"
 8971checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8972dependencies = [
 8973 "either",
 8974]
 8975
 8976[[package]]
 8977name = "itertools"
 8978version = "0.11.0"
 8979source = "registry+https://github.com/rust-lang/crates.io-index"
 8980checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8981dependencies = [
 8982 "either",
 8983]
 8984
 8985[[package]]
 8986name = "itertools"
 8987version = "0.12.1"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8990dependencies = [
 8991 "either",
 8992]
 8993
 8994[[package]]
 8995name = "itertools"
 8996version = "0.14.0"
 8997source = "registry+https://github.com/rust-lang/crates.io-index"
 8998checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8999dependencies = [
 9000 "either",
 9001]
 9002
 9003[[package]]
 9004name = "itoa"
 9005version = "1.0.15"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9008
 9009[[package]]
 9010name = "jiff"
 9011version = "0.2.15"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9014dependencies = [
 9015 "jiff-static",
 9016 "log",
 9017 "portable-atomic",
 9018 "portable-atomic-util",
 9019 "serde",
 9020]
 9021
 9022[[package]]
 9023name = "jiff-static"
 9024version = "0.2.15"
 9025source = "registry+https://github.com/rust-lang/crates.io-index"
 9026checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9027dependencies = [
 9028 "proc-macro2",
 9029 "quote",
 9030 "syn 2.0.117",
 9031]
 9032
 9033[[package]]
 9034name = "jni"
 9035version = "0.21.1"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9038dependencies = [
 9039 "cesu8",
 9040 "cfg-if",
 9041 "combine",
 9042 "jni-sys",
 9043 "log",
 9044 "thiserror 1.0.69",
 9045 "walkdir",
 9046 "windows-sys 0.45.0",
 9047]
 9048
 9049[[package]]
 9050name = "jni-sys"
 9051version = "0.3.0"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9054
 9055[[package]]
 9056name = "jobserver"
 9057version = "0.1.34"
 9058source = "registry+https://github.com/rust-lang/crates.io-index"
 9059checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9060dependencies = [
 9061 "getrandom 0.3.4",
 9062 "libc",
 9063]
 9064
 9065[[package]]
 9066name = "journal"
 9067version = "0.1.0"
 9068dependencies = [
 9069 "anyhow",
 9070 "chrono",
 9071 "editor",
 9072 "gpui",
 9073 "log",
 9074 "serde",
 9075 "settings",
 9076 "shellexpand 2.1.2",
 9077 "workspace",
 9078]
 9079
 9080[[package]]
 9081name = "js-sys"
 9082version = "0.3.90"
 9083source = "registry+https://github.com/rust-lang/crates.io-index"
 9084checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9085dependencies = [
 9086 "once_cell",
 9087 "wasm-bindgen",
 9088]
 9089
 9090[[package]]
 9091name = "json5"
 9092version = "0.4.1"
 9093source = "registry+https://github.com/rust-lang/crates.io-index"
 9094checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9095dependencies = [
 9096 "pest",
 9097 "pest_derive",
 9098 "serde",
 9099]
 9100
 9101[[package]]
 9102name = "json_dotpath"
 9103version = "1.1.0"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9106dependencies = [
 9107 "serde",
 9108 "serde_derive",
 9109 "serde_json",
 9110 "thiserror 1.0.69",
 9111]
 9112
 9113[[package]]
 9114name = "json_schema_store"
 9115version = "0.1.0"
 9116dependencies = [
 9117 "anyhow",
 9118 "collections",
 9119 "dap",
 9120 "extension",
 9121 "gpui",
 9122 "language",
 9123 "parking_lot",
 9124 "paths",
 9125 "project",
 9126 "schemars",
 9127 "serde",
 9128 "serde_json",
 9129 "settings",
 9130 "snippet_provider",
 9131 "task",
 9132 "theme",
 9133 "util",
 9134]
 9135
 9136[[package]]
 9137name = "jsonschema"
 9138version = "0.37.4"
 9139source = "registry+https://github.com/rust-lang/crates.io-index"
 9140checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9141dependencies = [
 9142 "ahash 0.8.12",
 9143 "bytecount",
 9144 "data-encoding",
 9145 "email_address",
 9146 "fancy-regex 0.16.2",
 9147 "fraction",
 9148 "getrandom 0.3.4",
 9149 "idna",
 9150 "itoa",
 9151 "num-cmp",
 9152 "num-traits",
 9153 "percent-encoding",
 9154 "referencing",
 9155 "regex",
 9156 "regex-syntax",
 9157 "reqwest 0.12.24",
 9158 "serde",
 9159 "serde_json",
 9160 "unicode-general-category",
 9161 "uuid-simd",
 9162]
 9163
 9164[[package]]
 9165name = "jsonwebtoken"
 9166version = "10.3.0"
 9167source = "registry+https://github.com/rust-lang/crates.io-index"
 9168checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9169dependencies = [
 9170 "aws-lc-rs",
 9171 "base64 0.22.1",
 9172 "getrandom 0.2.16",
 9173 "js-sys",
 9174 "pem",
 9175 "serde",
 9176 "serde_json",
 9177 "signature 2.2.0",
 9178 "simple_asn1",
 9179]
 9180
 9181[[package]]
 9182name = "jupyter-protocol"
 9183version = "1.4.0"
 9184source = "registry+https://github.com/rust-lang/crates.io-index"
 9185checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9186dependencies = [
 9187 "async-trait",
 9188 "bytes 1.11.1",
 9189 "chrono",
 9190 "futures 0.3.32",
 9191 "serde",
 9192 "serde_json",
 9193 "thiserror 2.0.17",
 9194 "uuid",
 9195]
 9196
 9197[[package]]
 9198name = "jupyter-websocket-client"
 9199version = "1.0.0"
 9200source = "registry+https://github.com/rust-lang/crates.io-index"
 9201checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9202dependencies = [
 9203 "anyhow",
 9204 "async-trait",
 9205 "async-tungstenite",
 9206 "futures 0.3.32",
 9207 "jupyter-protocol",
 9208 "serde",
 9209 "serde_json",
 9210 "tokio",
 9211 "url",
 9212 "uuid",
 9213]
 9214
 9215[[package]]
 9216name = "keymap_editor"
 9217version = "0.1.0"
 9218dependencies = [
 9219 "anyhow",
 9220 "collections",
 9221 "command_palette",
 9222 "component",
 9223 "db",
 9224 "editor",
 9225 "fs",
 9226 "fuzzy",
 9227 "gpui",
 9228 "itertools 0.14.0",
 9229 "json_schema_store",
 9230 "language",
 9231 "log",
 9232 "menu",
 9233 "notifications",
 9234 "paths",
 9235 "project",
 9236 "search",
 9237 "serde",
 9238 "serde_json",
 9239 "settings",
 9240 "telemetry",
 9241 "tempfile",
 9242 "theme",
 9243 "theme_settings",
 9244 "tree-sitter-json",
 9245 "tree-sitter-rust",
 9246 "ui",
 9247 "ui_input",
 9248 "util",
 9249 "workspace",
 9250 "zed_actions",
 9251]
 9252
 9253[[package]]
 9254name = "khronos-egl"
 9255version = "6.0.0"
 9256source = "registry+https://github.com/rust-lang/crates.io-index"
 9257checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9258dependencies = [
 9259 "libc",
 9260 "libloading",
 9261 "pkg-config",
 9262]
 9263
 9264[[package]]
 9265name = "khronos_api"
 9266version = "3.1.0"
 9267source = "registry+https://github.com/rust-lang/crates.io-index"
 9268checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9269
 9270[[package]]
 9271name = "kqueue"
 9272version = "1.1.1"
 9273source = "registry+https://github.com/rust-lang/crates.io-index"
 9274checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9275dependencies = [
 9276 "kqueue-sys",
 9277 "libc",
 9278]
 9279
 9280[[package]]
 9281name = "kqueue-sys"
 9282version = "1.0.4"
 9283source = "registry+https://github.com/rust-lang/crates.io-index"
 9284checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9285dependencies = [
 9286 "bitflags 1.3.2",
 9287 "libc",
 9288]
 9289
 9290[[package]]
 9291name = "kurbo"
 9292version = "0.11.3"
 9293source = "registry+https://github.com/rust-lang/crates.io-index"
 9294checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9295dependencies = [
 9296 "arrayvec",
 9297 "euclid",
 9298 "smallvec",
 9299]
 9300
 9301[[package]]
 9302name = "kv-log-macro"
 9303version = "1.0.7"
 9304source = "registry+https://github.com/rust-lang/crates.io-index"
 9305checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9306dependencies = [
 9307 "log",
 9308]
 9309
 9310[[package]]
 9311name = "language"
 9312version = "0.1.0"
 9313dependencies = [
 9314 "anyhow",
 9315 "async-trait",
 9316 "clock",
 9317 "collections",
 9318 "criterion",
 9319 "ctor",
 9320 "diffy",
 9321 "ec4rs",
 9322 "encoding_rs",
 9323 "fs",
 9324 "futures 0.3.32",
 9325 "fuzzy",
 9326 "globset",
 9327 "gpui",
 9328 "http_client",
 9329 "imara-diff",
 9330 "indoc",
 9331 "itertools 0.14.0",
 9332 "language_core",
 9333 "log",
 9334 "lsp",
 9335 "parking_lot",
 9336 "postage",
 9337 "pretty_assertions",
 9338 "rand 0.9.2",
 9339 "regex",
 9340 "rpc",
 9341 "semver",
 9342 "serde",
 9343 "serde_json",
 9344 "settings",
 9345 "shellexpand 2.1.2",
 9346 "smallvec",
 9347 "smol",
 9348 "streaming-iterator",
 9349 "strsim",
 9350 "sum_tree",
 9351 "task",
 9352 "text",
 9353 "theme",
 9354 "theme_settings",
 9355 "toml 0.8.23",
 9356 "tracing",
 9357 "tree-sitter",
 9358 "tree-sitter-elixir",
 9359 "tree-sitter-embedded-template",
 9360 "tree-sitter-heex",
 9361 "tree-sitter-html",
 9362 "tree-sitter-json",
 9363 "tree-sitter-md",
 9364 "tree-sitter-python",
 9365 "tree-sitter-ruby",
 9366 "tree-sitter-rust",
 9367 "tree-sitter-typescript",
 9368 "unicase",
 9369 "unindent",
 9370 "util",
 9371 "watch",
 9372 "zlog",
 9373 "ztracing",
 9374]
 9375
 9376[[package]]
 9377name = "language_core"
 9378version = "0.1.0"
 9379dependencies = [
 9380 "anyhow",
 9381 "collections",
 9382 "gpui_shared_string",
 9383 "log",
 9384 "lsp",
 9385 "parking_lot",
 9386 "regex",
 9387 "schemars",
 9388 "serde",
 9389 "serde_json",
 9390 "toml 0.8.23",
 9391 "tree-sitter",
 9392 "util",
 9393]
 9394
 9395[[package]]
 9396name = "language_extension"
 9397version = "0.1.0"
 9398dependencies = [
 9399 "anyhow",
 9400 "async-trait",
 9401 "collections",
 9402 "extension",
 9403 "fs",
 9404 "futures 0.3.32",
 9405 "gpui",
 9406 "language",
 9407 "log",
 9408 "lsp",
 9409 "project",
 9410 "serde",
 9411 "serde_json",
 9412 "tracing",
 9413 "util",
 9414 "ztracing",
 9415]
 9416
 9417[[package]]
 9418name = "language_model"
 9419version = "0.1.0"
 9420dependencies = [
 9421 "anyhow",
 9422 "base64 0.22.1",
 9423 "collections",
 9424 "credentials_provider",
 9425 "env_var",
 9426 "futures 0.3.32",
 9427 "gpui",
 9428 "http_client",
 9429 "icons",
 9430 "image",
 9431 "language_model_core",
 9432 "log",
 9433 "parking_lot",
 9434 "serde",
 9435 "serde_json",
 9436 "thiserror 2.0.17",
 9437 "util",
 9438]
 9439
 9440[[package]]
 9441name = "language_model_core"
 9442version = "0.1.0"
 9443dependencies = [
 9444 "anyhow",
 9445 "cloud_llm_client",
 9446 "futures 0.3.32",
 9447 "gpui_shared_string",
 9448 "http_client",
 9449 "partial-json-fixer",
 9450 "schemars",
 9451 "serde",
 9452 "serde_json",
 9453 "smol",
 9454 "strum 0.27.2",
 9455 "thiserror 2.0.17",
 9456]
 9457
 9458[[package]]
 9459name = "language_models"
 9460version = "0.1.0"
 9461dependencies = [
 9462 "ai_onboarding",
 9463 "anthropic",
 9464 "anyhow",
 9465 "aws-config",
 9466 "aws-credential-types",
 9467 "aws_http_client",
 9468 "base64 0.22.1",
 9469 "bedrock",
 9470 "client",
 9471 "cloud_api_client",
 9472 "cloud_api_types",
 9473 "collections",
 9474 "component",
 9475 "convert_case 0.8.0",
 9476 "copilot",
 9477 "copilot_chat",
 9478 "copilot_ui",
 9479 "credentials_provider",
 9480 "deepseek",
 9481 "extension",
 9482 "extension_host",
 9483 "fs",
 9484 "futures 0.3.32",
 9485 "google_ai",
 9486 "gpui",
 9487 "gpui_tokio",
 9488 "http_client",
 9489 "language",
 9490 "language_model",
 9491 "language_models_cloud",
 9492 "lmstudio",
 9493 "log",
 9494 "menu",
 9495 "mistral",
 9496 "ollama",
 9497 "open_ai",
 9498 "open_router",
 9499 "opencode",
 9500 "pretty_assertions",
 9501 "release_channel",
 9502 "schemars",
 9503 "serde",
 9504 "serde_json",
 9505 "settings",
 9506 "smol",
 9507 "strum 0.27.2",
 9508 "tiktoken-rs",
 9509 "tokio",
 9510 "ui",
 9511 "ui_input",
 9512 "util",
 9513 "vercel",
 9514 "x_ai",
 9515]
 9516
 9517[[package]]
 9518name = "language_models_cloud"
 9519version = "0.1.0"
 9520dependencies = [
 9521 "anthropic",
 9522 "anyhow",
 9523 "cloud_llm_client",
 9524 "futures 0.3.32",
 9525 "google_ai",
 9526 "gpui",
 9527 "http_client",
 9528 "language_model",
 9529 "open_ai",
 9530 "schemars",
 9531 "semver",
 9532 "serde",
 9533 "serde_json",
 9534 "smol",
 9535 "thiserror 2.0.17",
 9536 "x_ai",
 9537]
 9538
 9539[[package]]
 9540name = "language_onboarding"
 9541version = "0.1.0"
 9542dependencies = [
 9543 "db",
 9544 "editor",
 9545 "gpui",
 9546 "project",
 9547 "ui",
 9548 "workspace",
 9549]
 9550
 9551[[package]]
 9552name = "language_selector"
 9553version = "0.1.0"
 9554dependencies = [
 9555 "anyhow",
 9556 "editor",
 9557 "file_icons",
 9558 "fuzzy",
 9559 "gpui",
 9560 "language",
 9561 "open_path_prompt",
 9562 "picker",
 9563 "project",
 9564 "serde_json",
 9565 "settings",
 9566 "ui",
 9567 "util",
 9568 "workspace",
 9569]
 9570
 9571[[package]]
 9572name = "language_tools"
 9573version = "0.1.0"
 9574dependencies = [
 9575 "anyhow",
 9576 "client",
 9577 "collections",
 9578 "command_palette_hooks",
 9579 "edit_prediction",
 9580 "editor",
 9581 "futures 0.3.32",
 9582 "gpui",
 9583 "itertools 0.14.0",
 9584 "language",
 9585 "lsp",
 9586 "menu",
 9587 "project",
 9588 "proto",
 9589 "release_channel",
 9590 "semver",
 9591 "serde_json",
 9592 "settings",
 9593 "sysinfo 0.37.2",
 9594 "telemetry",
 9595 "theme",
 9596 "theme_settings",
 9597 "tree-sitter",
 9598 "ui",
 9599 "util",
 9600 "workspace",
 9601 "zed_actions",
 9602 "zlog",
 9603]
 9604
 9605[[package]]
 9606name = "languages"
 9607version = "0.1.0"
 9608dependencies = [
 9609 "anyhow",
 9610 "async-compression",
 9611 "async-fs",
 9612 "async-tar",
 9613 "async-trait",
 9614 "chrono",
 9615 "collections",
 9616 "fs",
 9617 "futures 0.3.32",
 9618 "globset",
 9619 "gpui",
 9620 "grammars",
 9621 "http_client",
 9622 "itertools 0.14.0",
 9623 "json_schema_store",
 9624 "language",
 9625 "log",
 9626 "lsp",
 9627 "node_runtime",
 9628 "parking_lot",
 9629 "pet",
 9630 "pet-conda",
 9631 "pet-core",
 9632 "pet-fs",
 9633 "pet-poetry",
 9634 "pet-reporter",
 9635 "pet-virtualenv",
 9636 "pretty_assertions",
 9637 "project",
 9638 "regex",
 9639 "rope",
 9640 "semver",
 9641 "serde",
 9642 "serde_json",
 9643 "serde_json_lenient",
 9644 "settings",
 9645 "smallvec",
 9646 "smol",
 9647 "snippet",
 9648 "task",
 9649 "terminal",
 9650 "theme",
 9651 "tree-sitter",
 9652 "tree-sitter-bash",
 9653 "tree-sitter-c",
 9654 "tree-sitter-cpp",
 9655 "tree-sitter-css",
 9656 "tree-sitter-gitcommit",
 9657 "tree-sitter-go",
 9658 "tree-sitter-python",
 9659 "tree-sitter-rust",
 9660 "tree-sitter-typescript",
 9661 "unindent",
 9662 "url",
 9663 "util",
 9664]
 9665
 9666[[package]]
 9667name = "lazy_static"
 9668version = "1.5.0"
 9669source = "registry+https://github.com/rust-lang/crates.io-index"
 9670checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9671dependencies = [
 9672 "spin 0.9.8",
 9673]
 9674
 9675[[package]]
 9676name = "leak"
 9677version = "0.1.2"
 9678source = "registry+https://github.com/rust-lang/crates.io-index"
 9679checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9680
 9681[[package]]
 9682name = "leaky-cow"
 9683version = "0.1.1"
 9684source = "registry+https://github.com/rust-lang/crates.io-index"
 9685checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9686dependencies = [
 9687 "leak",
 9688]
 9689
 9690[[package]]
 9691name = "leb128"
 9692version = "0.2.5"
 9693source = "registry+https://github.com/rust-lang/crates.io-index"
 9694checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9695
 9696[[package]]
 9697name = "leb128fmt"
 9698version = "0.1.0"
 9699source = "registry+https://github.com/rust-lang/crates.io-index"
 9700checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9701
 9702[[package]]
 9703name = "lebe"
 9704version = "0.5.3"
 9705source = "registry+https://github.com/rust-lang/crates.io-index"
 9706checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9707
 9708[[package]]
 9709name = "libbz2-rs-sys"
 9710version = "0.2.2"
 9711source = "registry+https://github.com/rust-lang/crates.io-index"
 9712checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9713
 9714[[package]]
 9715name = "libc"
 9716version = "0.2.182"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9719
 9720[[package]]
 9721name = "libdbus-sys"
 9722version = "0.2.6"
 9723source = "registry+https://github.com/rust-lang/crates.io-index"
 9724checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9725dependencies = [
 9726 "cc",
 9727 "pkg-config",
 9728]
 9729
 9730[[package]]
 9731name = "libfuzzer-sys"
 9732version = "0.4.10"
 9733source = "registry+https://github.com/rust-lang/crates.io-index"
 9734checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9735dependencies = [
 9736 "arbitrary",
 9737 "cc",
 9738]
 9739
 9740[[package]]
 9741name = "libgit2-sys"
 9742version = "0.18.3+1.9.2"
 9743source = "registry+https://github.com/rust-lang/crates.io-index"
 9744checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9745dependencies = [
 9746 "cc",
 9747 "libc",
 9748 "libz-sys",
 9749 "pkg-config",
 9750]
 9751
 9752[[package]]
 9753name = "libloading"
 9754version = "0.8.9"
 9755source = "registry+https://github.com/rust-lang/crates.io-index"
 9756checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9757dependencies = [
 9758 "cfg-if",
 9759 "windows-link 0.2.1",
 9760]
 9761
 9762[[package]]
 9763name = "libm"
 9764version = "0.2.15"
 9765source = "registry+https://github.com/rust-lang/crates.io-index"
 9766checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9767
 9768[[package]]
 9769name = "libmimalloc-sys"
 9770version = "0.1.44"
 9771source = "registry+https://github.com/rust-lang/crates.io-index"
 9772checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9773dependencies = [
 9774 "cc",
 9775 "libc",
 9776]
 9777
 9778[[package]]
 9779name = "libredox"
 9780version = "0.1.10"
 9781source = "registry+https://github.com/rust-lang/crates.io-index"
 9782checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9783dependencies = [
 9784 "bitflags 2.10.0",
 9785 "libc",
 9786 "redox_syscall 0.5.18",
 9787]
 9788
 9789[[package]]
 9790name = "libsqlite3-sys"
 9791version = "0.30.1"
 9792source = "registry+https://github.com/rust-lang/crates.io-index"
 9793checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9794dependencies = [
 9795 "cc",
 9796 "pkg-config",
 9797 "vcpkg",
 9798]
 9799
 9800[[package]]
 9801name = "libwebrtc"
 9802version = "0.3.26"
 9803source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9804dependencies = [
 9805 "cxx",
 9806 "glib",
 9807 "jni",
 9808 "js-sys",
 9809 "lazy_static",
 9810 "livekit-protocol",
 9811 "livekit-runtime",
 9812 "log",
 9813 "parking_lot",
 9814 "serde",
 9815 "serde_json",
 9816 "thiserror 1.0.69",
 9817 "tokio",
 9818 "wasm-bindgen",
 9819 "wasm-bindgen-futures",
 9820 "web-sys",
 9821 "webrtc-sys",
 9822]
 9823
 9824[[package]]
 9825name = "libz-sys"
 9826version = "1.1.22"
 9827source = "registry+https://github.com/rust-lang/crates.io-index"
 9828checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9829dependencies = [
 9830 "cc",
 9831 "libc",
 9832 "pkg-config",
 9833 "vcpkg",
 9834]
 9835
 9836[[package]]
 9837name = "line_ending_selector"
 9838version = "0.1.0"
 9839dependencies = [
 9840 "editor",
 9841 "gpui",
 9842 "language",
 9843 "picker",
 9844 "project",
 9845 "ui",
 9846 "util",
 9847 "workspace",
 9848]
 9849
 9850[[package]]
 9851name = "linebender_resource_handle"
 9852version = "0.1.1"
 9853source = "registry+https://github.com/rust-lang/crates.io-index"
 9854checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9855
 9856[[package]]
 9857name = "link-cplusplus"
 9858version = "1.0.12"
 9859source = "registry+https://github.com/rust-lang/crates.io-index"
 9860checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9861dependencies = [
 9862 "cc",
 9863]
 9864
 9865[[package]]
 9866name = "linkify"
 9867version = "0.10.0"
 9868source = "registry+https://github.com/rust-lang/crates.io-index"
 9869checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9870dependencies = [
 9871 "memchr",
 9872]
 9873
 9874[[package]]
 9875name = "linux-raw-sys"
 9876version = "0.4.15"
 9877source = "registry+https://github.com/rust-lang/crates.io-index"
 9878checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9879
 9880[[package]]
 9881name = "linux-raw-sys"
 9882version = "0.11.0"
 9883source = "registry+https://github.com/rust-lang/crates.io-index"
 9884checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9885
 9886[[package]]
 9887name = "litemap"
 9888version = "0.8.0"
 9889source = "registry+https://github.com/rust-lang/crates.io-index"
 9890checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9891
 9892[[package]]
 9893name = "litrs"
 9894version = "1.0.0"
 9895source = "registry+https://github.com/rust-lang/crates.io-index"
 9896checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9897
 9898[[package]]
 9899name = "livekit"
 9900version = "0.7.32"
 9901source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9902dependencies = [
 9903 "base64 0.22.1",
 9904 "bmrng",
 9905 "bytes 1.11.1",
 9906 "chrono",
 9907 "futures-util",
 9908 "lazy_static",
 9909 "libloading",
 9910 "libwebrtc",
 9911 "livekit-api",
 9912 "livekit-protocol",
 9913 "livekit-runtime",
 9914 "log",
 9915 "parking_lot",
 9916 "prost 0.12.6",
 9917 "semver",
 9918 "serde",
 9919 "serde_json",
 9920 "thiserror 1.0.69",
 9921 "tokio",
 9922]
 9923
 9924[[package]]
 9925name = "livekit-api"
 9926version = "0.4.14"
 9927source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9928dependencies = [
 9929 "base64 0.21.7",
 9930 "futures-util",
 9931 "http 1.3.1",
 9932 "livekit-protocol",
 9933 "livekit-runtime",
 9934 "log",
 9935 "parking_lot",
 9936 "pbjson-types",
 9937 "prost 0.12.6",
 9938 "rand 0.9.2",
 9939 "reqwest 0.12.24",
 9940 "rustls-native-certs 0.6.3",
 9941 "scopeguard",
 9942 "serde",
 9943 "sha2",
 9944 "thiserror 1.0.69",
 9945 "tokio",
 9946 "tokio-rustls 0.26.2",
 9947 "tokio-tungstenite 0.28.0",
 9948 "url",
 9949]
 9950
 9951[[package]]
 9952name = "livekit-protocol"
 9953version = "0.7.1"
 9954source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9955dependencies = [
 9956 "futures-util",
 9957 "livekit-runtime",
 9958 "parking_lot",
 9959 "pbjson",
 9960 "pbjson-types",
 9961 "prost 0.12.6",
 9962 "serde",
 9963 "thiserror 1.0.69",
 9964 "tokio",
 9965]
 9966
 9967[[package]]
 9968name = "livekit-runtime"
 9969version = "0.4.0"
 9970source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9971dependencies = [
 9972 "tokio",
 9973 "tokio-stream",
 9974]
 9975
 9976[[package]]
 9977name = "livekit_api"
 9978version = "0.1.0"
 9979dependencies = [
 9980 "anyhow",
 9981 "async-trait",
 9982 "jsonwebtoken",
 9983 "log",
 9984 "prost 0.9.0",
 9985 "prost-build 0.9.0",
 9986 "prost-types 0.9.0",
 9987 "serde",
 9988 "zed-reqwest",
 9989]
 9990
 9991[[package]]
 9992name = "livekit_client"
 9993version = "0.1.0"
 9994dependencies = [
 9995 "anyhow",
 9996 "async-trait",
 9997 "audio",
 9998 "cocoa 0.26.0",
 9999 "collections",
10000 "core-foundation 0.10.0",
10001 "core-video",
10002 "coreaudio-rs 0.12.1",
10003 "cpal",
10004 "futures 0.3.32",
10005 "gpui",
10006 "gpui_platform",
10007 "gpui_tokio",
10008 "http_client_tls",
10009 "image",
10010 "libwebrtc",
10011 "livekit",
10012 "livekit_api",
10013 "log",
10014 "nanoid",
10015 "objc",
10016 "parking_lot",
10017 "postage",
10018 "rodio",
10019 "serde",
10020 "serde_json",
10021 "serde_urlencoded",
10022 "settings",
10023 "simplelog",
10024 "smallvec",
10025 "tokio",
10026 "ui",
10027 "util",
10028 "webrtc-sys",
10029 "zed-scap",
10030]
10031
10032[[package]]
10033name = "lmdb-master-sys"
10034version = "0.2.5"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10037dependencies = [
10038 "cc",
10039 "doxygen-rs",
10040 "libc",
10041]
10042
10043[[package]]
10044name = "lmstudio"
10045version = "0.1.0"
10046dependencies = [
10047 "anyhow",
10048 "futures 0.3.32",
10049 "http_client",
10050 "schemars",
10051 "serde",
10052 "serde_json",
10053]
10054
10055[[package]]
10056name = "lock_api"
10057version = "0.4.14"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10060dependencies = [
10061 "scopeguard",
10062]
10063
10064[[package]]
10065name = "log"
10066version = "0.4.29"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10069dependencies = [
10070 "serde_core",
10071 "value-bag",
10072]
10073
10074[[package]]
10075name = "loom"
10076version = "0.7.2"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10079dependencies = [
10080 "cfg-if",
10081 "generator",
10082 "scoped-tls",
10083 "tracing",
10084 "tracing-subscriber",
10085]
10086
10087[[package]]
10088name = "loop9"
10089version = "0.1.5"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10092dependencies = [
10093 "imgref",
10094]
10095
10096[[package]]
10097name = "lru"
10098version = "0.12.5"
10099source = "registry+https://github.com/rust-lang/crates.io-index"
10100checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10101dependencies = [
10102 "hashbrown 0.15.5",
10103]
10104
10105[[package]]
10106name = "lru-slab"
10107version = "0.1.2"
10108source = "registry+https://github.com/rust-lang/crates.io-index"
10109checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10110
10111[[package]]
10112name = "lsp"
10113version = "0.1.0"
10114dependencies = [
10115 "anyhow",
10116 "async-pipe",
10117 "collections",
10118 "ctor",
10119 "futures 0.3.32",
10120 "gpui",
10121 "gpui_util",
10122 "log",
10123 "lsp-types",
10124 "parking_lot",
10125 "postage",
10126 "release_channel",
10127 "schemars",
10128 "semver",
10129 "serde",
10130 "serde_json",
10131 "smol",
10132 "util",
10133 "zlog",
10134]
10135
10136[[package]]
10137name = "lsp-types"
10138version = "0.95.1"
10139source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10140dependencies = [
10141 "bitflags 1.3.2",
10142 "serde",
10143 "serde_json",
10144 "url",
10145]
10146
10147[[package]]
10148name = "lyon"
10149version = "1.0.16"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10152dependencies = [
10153 "lyon_algorithms",
10154 "lyon_extra",
10155 "lyon_tessellation",
10156]
10157
10158[[package]]
10159name = "lyon_algorithms"
10160version = "1.0.16"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10163dependencies = [
10164 "lyon_path",
10165 "num-traits",
10166]
10167
10168[[package]]
10169name = "lyon_extra"
10170version = "1.0.3"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10173dependencies = [
10174 "lyon_path",
10175 "thiserror 1.0.69",
10176]
10177
10178[[package]]
10179name = "lyon_geom"
10180version = "1.0.17"
10181source = "registry+https://github.com/rust-lang/crates.io-index"
10182checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10183dependencies = [
10184 "arrayvec",
10185 "euclid",
10186 "num-traits",
10187]
10188
10189[[package]]
10190name = "lyon_path"
10191version = "1.0.16"
10192source = "registry+https://github.com/rust-lang/crates.io-index"
10193checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10194dependencies = [
10195 "lyon_geom",
10196 "num-traits",
10197]
10198
10199[[package]]
10200name = "lyon_tessellation"
10201version = "1.0.16"
10202source = "registry+https://github.com/rust-lang/crates.io-index"
10203checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10204dependencies = [
10205 "float_next_after",
10206 "lyon_path",
10207 "num-traits",
10208]
10209
10210[[package]]
10211name = "mac"
10212version = "0.1.1"
10213source = "registry+https://github.com/rust-lang/crates.io-index"
10214checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10215
10216[[package]]
10217name = "mach2"
10218version = "0.4.3"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10221dependencies = [
10222 "libc",
10223]
10224
10225[[package]]
10226name = "mach2"
10227version = "0.5.0"
10228source = "registry+https://github.com/rust-lang/crates.io-index"
10229checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10230dependencies = [
10231 "libc",
10232]
10233
10234[[package]]
10235name = "malloc_buf"
10236version = "0.0.6"
10237source = "registry+https://github.com/rust-lang/crates.io-index"
10238checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10239dependencies = [
10240 "libc",
10241]
10242
10243[[package]]
10244name = "maplit"
10245version = "1.0.2"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10248
10249[[package]]
10250name = "markdown"
10251version = "0.1.0"
10252dependencies = [
10253 "anyhow",
10254 "assets",
10255 "base64 0.22.1",
10256 "collections",
10257 "env_logger 0.11.8",
10258 "fs",
10259 "futures 0.3.32",
10260 "gpui",
10261 "gpui_platform",
10262 "html5ever 0.27.0",
10263 "language",
10264 "languages",
10265 "linkify",
10266 "log",
10267 "markup5ever_rcdom",
10268 "mermaid-rs-renderer",
10269 "node_runtime",
10270 "pulldown-cmark 0.13.0",
10271 "settings",
10272 "stacksafe",
10273 "sum_tree",
10274 "theme",
10275 "theme_settings",
10276 "ui",
10277 "util",
10278]
10279
10280[[package]]
10281name = "markdown_preview"
10282version = "0.1.0"
10283dependencies = [
10284 "anyhow",
10285 "editor",
10286 "gpui",
10287 "language",
10288 "log",
10289 "markdown",
10290 "project",
10291 "settings",
10292 "tempfile",
10293 "theme_settings",
10294 "ui",
10295 "urlencoding",
10296 "util",
10297 "workspace",
10298 "zed_actions",
10299]
10300
10301[[package]]
10302name = "markup5ever"
10303version = "0.12.1"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10306dependencies = [
10307 "log",
10308 "phf 0.11.3",
10309 "phf_codegen",
10310 "string_cache",
10311 "string_cache_codegen",
10312 "tendril",
10313]
10314
10315[[package]]
10316name = "markup5ever"
10317version = "0.35.0"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10320dependencies = [
10321 "log",
10322 "tendril",
10323 "web_atoms",
10324]
10325
10326[[package]]
10327name = "markup5ever_rcdom"
10328version = "0.3.0"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10331dependencies = [
10332 "html5ever 0.27.0",
10333 "markup5ever 0.12.1",
10334 "tendril",
10335 "xml5ever",
10336]
10337
10338[[package]]
10339name = "match_token"
10340version = "0.35.0"
10341source = "registry+https://github.com/rust-lang/crates.io-index"
10342checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10343dependencies = [
10344 "proc-macro2",
10345 "quote",
10346 "syn 2.0.117",
10347]
10348
10349[[package]]
10350name = "matchers"
10351version = "0.2.0"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10354dependencies = [
10355 "regex-automata",
10356]
10357
10358[[package]]
10359name = "matchit"
10360version = "0.7.3"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10363
10364[[package]]
10365name = "maybe-owned"
10366version = "0.3.4"
10367source = "registry+https://github.com/rust-lang/crates.io-index"
10368checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10369
10370[[package]]
10371name = "maybe-rayon"
10372version = "0.1.1"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10375dependencies = [
10376 "cfg-if",
10377 "rayon",
10378]
10379
10380[[package]]
10381name = "md-5"
10382version = "0.10.6"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10385dependencies = [
10386 "cfg-if",
10387 "digest",
10388]
10389
10390[[package]]
10391name = "mdbook"
10392version = "0.4.40"
10393source = "registry+https://github.com/rust-lang/crates.io-index"
10394checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10395dependencies = [
10396 "ammonia",
10397 "anyhow",
10398 "chrono",
10399 "clap",
10400 "clap_complete",
10401 "elasticlunr-rs",
10402 "env_logger 0.11.8",
10403 "futures-util",
10404 "handlebars 5.1.2",
10405 "ignore",
10406 "log",
10407 "memchr",
10408 "notify 6.1.1",
10409 "notify-debouncer-mini",
10410 "once_cell",
10411 "opener",
10412 "pathdiff",
10413 "pulldown-cmark 0.10.3",
10414 "regex",
10415 "serde",
10416 "serde_json",
10417 "shlex",
10418 "tempfile",
10419 "tokio",
10420 "toml 0.5.11",
10421 "topological-sort",
10422 "walkdir",
10423 "warp",
10424]
10425
10426[[package]]
10427name = "media"
10428version = "0.1.0"
10429dependencies = [
10430 "anyhow",
10431 "bindgen 0.71.1",
10432 "core-foundation 0.10.0",
10433 "core-video",
10434 "ctor",
10435 "foreign-types 0.5.0",
10436 "metal",
10437 "objc",
10438]
10439
10440[[package]]
10441name = "memchr"
10442version = "2.7.6"
10443source = "registry+https://github.com/rust-lang/crates.io-index"
10444checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10445
10446[[package]]
10447name = "memfd"
10448version = "0.6.5"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10451dependencies = [
10452 "rustix 1.1.2",
10453]
10454
10455[[package]]
10456name = "memmap2"
10457version = "0.9.8"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10460dependencies = [
10461 "libc",
10462 "stable_deref_trait",
10463]
10464
10465[[package]]
10466name = "memoffset"
10467version = "0.9.1"
10468source = "registry+https://github.com/rust-lang/crates.io-index"
10469checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10470dependencies = [
10471 "autocfg",
10472]
10473
10474[[package]]
10475name = "menu"
10476version = "0.1.0"
10477dependencies = [
10478 "gpui",
10479]
10480
10481[[package]]
10482name = "merge"
10483version = "0.1.0"
10484source = "registry+https://github.com/rust-lang/crates.io-index"
10485checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10486dependencies = [
10487 "merge_derive",
10488 "num-traits",
10489]
10490
10491[[package]]
10492name = "merge_derive"
10493version = "0.1.0"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10496dependencies = [
10497 "proc-macro-error",
10498 "proc-macro2",
10499 "quote",
10500 "syn 1.0.109",
10501]
10502
10503[[package]]
10504name = "mermaid-rs-renderer"
10505version = "0.2.0"
10506source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10507dependencies = [
10508 "anyhow",
10509 "fontdb 0.16.2",
10510 "json5",
10511 "once_cell",
10512 "regex",
10513 "serde",
10514 "serde_json",
10515 "thiserror 2.0.17",
10516 "ttf-parser 0.20.0",
10517]
10518
10519[[package]]
10520name = "metal"
10521version = "0.33.0"
10522source = "registry+https://github.com/rust-lang/crates.io-index"
10523checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10524dependencies = [
10525 "bitflags 2.10.0",
10526 "block",
10527 "core-graphics-types 0.2.0",
10528 "foreign-types 0.5.0",
10529 "log",
10530 "objc",
10531 "paste",
10532]
10533
10534[[package]]
10535name = "migrator"
10536version = "0.1.0"
10537dependencies = [
10538 "anyhow",
10539 "collections",
10540 "convert_case 0.8.0",
10541 "log",
10542 "pretty_assertions",
10543 "serde_json",
10544 "serde_json_lenient",
10545 "settings_content",
10546 "settings_json",
10547 "streaming-iterator",
10548 "tree-sitter",
10549 "tree-sitter-json",
10550 "unindent",
10551]
10552
10553[[package]]
10554name = "mimalloc"
10555version = "0.1.48"
10556source = "registry+https://github.com/rust-lang/crates.io-index"
10557checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10558dependencies = [
10559 "libmimalloc-sys",
10560]
10561
10562[[package]]
10563name = "mime"
10564version = "0.3.17"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10567
10568[[package]]
10569name = "mime_guess"
10570version = "2.0.5"
10571source = "registry+https://github.com/rust-lang/crates.io-index"
10572checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10573dependencies = [
10574 "mime",
10575 "unicase",
10576]
10577
10578[[package]]
10579name = "minidump-common"
10580version = "0.26.1"
10581source = "registry+https://github.com/rust-lang/crates.io-index"
10582checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10583dependencies = [
10584 "bitflags 2.10.0",
10585 "debugid",
10586 "num-derive",
10587 "num-traits",
10588 "range-map",
10589 "scroll",
10590 "smart-default",
10591]
10592
10593[[package]]
10594name = "minidump-writer"
10595version = "0.11.0"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10598dependencies = [
10599 "bitflags 2.10.0",
10600 "byteorder",
10601 "cfg-if",
10602 "crash-context",
10603 "error-graph",
10604 "failspot",
10605 "goblin",
10606 "libc",
10607 "log",
10608 "mach2 0.4.3",
10609 "memmap2",
10610 "memoffset",
10611 "minidump-common",
10612 "nix 0.29.0",
10613 "procfs-core",
10614 "scroll",
10615 "serde",
10616 "serde_json",
10617 "tempfile",
10618 "thiserror 2.0.17",
10619]
10620
10621[[package]]
10622name = "minidumper"
10623version = "0.9.0"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10626dependencies = [
10627 "cfg-if",
10628 "crash-context",
10629 "libc",
10630 "log",
10631 "minidump-writer",
10632 "parking_lot",
10633 "polling",
10634 "scroll",
10635 "thiserror 2.0.17",
10636 "uds",
10637]
10638
10639[[package]]
10640name = "minimal-lexical"
10641version = "0.2.1"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10644
10645[[package]]
10646name = "miniprofiler_ui"
10647version = "0.1.0"
10648dependencies = [
10649 "gpui",
10650 "rpc",
10651 "serde_json",
10652 "smol",
10653 "theme_settings",
10654 "util",
10655 "workspace",
10656 "zed_actions",
10657]
10658
10659[[package]]
10660name = "miniz_oxide"
10661version = "0.8.9"
10662source = "registry+https://github.com/rust-lang/crates.io-index"
10663checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10664dependencies = [
10665 "adler2",
10666 "simd-adler32",
10667]
10668
10669[[package]]
10670name = "mio"
10671version = "0.8.11"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10674dependencies = [
10675 "libc",
10676 "log",
10677 "wasi",
10678 "windows-sys 0.48.0",
10679]
10680
10681[[package]]
10682name = "mio"
10683version = "1.1.0"
10684source = "registry+https://github.com/rust-lang/crates.io-index"
10685checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10686dependencies = [
10687 "libc",
10688 "log",
10689 "wasi",
10690 "windows-sys 0.61.2",
10691]
10692
10693[[package]]
10694name = "miow"
10695version = "0.6.1"
10696source = "registry+https://github.com/rust-lang/crates.io-index"
10697checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10698dependencies = [
10699 "windows-sys 0.61.2",
10700]
10701
10702[[package]]
10703name = "mistral"
10704version = "0.1.0"
10705dependencies = [
10706 "anyhow",
10707 "futures 0.3.32",
10708 "http_client",
10709 "schemars",
10710 "serde",
10711 "serde_json",
10712 "strum 0.27.2",
10713]
10714
10715[[package]]
10716name = "moka"
10717version = "0.12.11"
10718source = "registry+https://github.com/rust-lang/crates.io-index"
10719checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10720dependencies = [
10721 "crossbeam-channel",
10722 "crossbeam-epoch",
10723 "crossbeam-utils",
10724 "equivalent",
10725 "parking_lot",
10726 "portable-atomic",
10727 "rustc_version",
10728 "smallvec",
10729 "tagptr",
10730 "uuid",
10731]
10732
10733[[package]]
10734name = "moxcms"
10735version = "0.7.7"
10736source = "registry+https://github.com/rust-lang/crates.io-index"
10737checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10738dependencies = [
10739 "num-traits",
10740 "pxfm",
10741]
10742
10743[[package]]
10744name = "msvc_spectre_libs"
10745version = "0.1.3"
10746source = "registry+https://github.com/rust-lang/crates.io-index"
10747checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10748dependencies = [
10749 "cc",
10750]
10751
10752[[package]]
10753name = "multi_buffer"
10754version = "0.1.0"
10755dependencies = [
10756 "anyhow",
10757 "buffer_diff",
10758 "clock",
10759 "collections",
10760 "ctor",
10761 "gpui",
10762 "indoc",
10763 "itertools 0.14.0",
10764 "language",
10765 "log",
10766 "parking_lot",
10767 "pretty_assertions",
10768 "rand 0.9.2",
10769 "rope",
10770 "serde",
10771 "settings",
10772 "smallvec",
10773 "smol",
10774 "sum_tree",
10775 "text",
10776 "theme",
10777 "tracing",
10778 "tree-sitter",
10779 "unicode-segmentation",
10780 "util",
10781 "zlog",
10782 "ztracing",
10783]
10784
10785[[package]]
10786name = "multimap"
10787version = "0.8.3"
10788source = "registry+https://github.com/rust-lang/crates.io-index"
10789checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10790
10791[[package]]
10792name = "naga"
10793version = "29.0.0"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10796dependencies = [
10797 "arrayvec",
10798 "bit-set 0.9.1",
10799 "bitflags 2.10.0",
10800 "cfg-if",
10801 "cfg_aliases 0.2.1",
10802 "codespan-reporting",
10803 "half",
10804 "hashbrown 0.16.1",
10805 "hexf-parse",
10806 "indexmap",
10807 "libm",
10808 "log",
10809 "num-traits",
10810 "once_cell",
10811 "rustc-hash 1.1.0",
10812 "thiserror 2.0.17",
10813 "unicode-ident",
10814]
10815
10816[[package]]
10817name = "naga"
10818version = "29.0.0"
10819source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10820dependencies = [
10821 "arrayvec",
10822 "bit-set 0.9.1",
10823 "bitflags 2.10.0",
10824 "cfg-if",
10825 "cfg_aliases 0.2.1",
10826 "codespan-reporting",
10827 "half",
10828 "hashbrown 0.16.1",
10829 "hexf-parse",
10830 "indexmap",
10831 "libm",
10832 "log",
10833 "num-traits",
10834 "once_cell",
10835 "rustc-hash 1.1.0",
10836 "spirv",
10837 "thiserror 2.0.17",
10838 "unicode-ident",
10839]
10840
10841[[package]]
10842name = "nanoid"
10843version = "0.4.0"
10844source = "registry+https://github.com/rust-lang/crates.io-index"
10845checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10846dependencies = [
10847 "rand 0.8.5",
10848]
10849
10850[[package]]
10851name = "nanorand"
10852version = "0.7.0"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10855dependencies = [
10856 "getrandom 0.2.16",
10857]
10858
10859[[package]]
10860name = "native-tls"
10861version = "0.2.14"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10864dependencies = [
10865 "libc",
10866 "log",
10867 "openssl",
10868 "openssl-probe",
10869 "openssl-sys",
10870 "schannel",
10871 "security-framework 2.11.1",
10872 "security-framework-sys",
10873 "tempfile",
10874]
10875
10876[[package]]
10877name = "nbformat"
10878version = "1.2.0"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10881dependencies = [
10882 "anyhow",
10883 "chrono",
10884 "jupyter-protocol",
10885 "serde",
10886 "serde_json",
10887 "thiserror 1.0.69",
10888 "uuid",
10889]
10890
10891[[package]]
10892name = "nc"
10893version = "0.1.0"
10894dependencies = [
10895 "anyhow",
10896 "futures 0.3.32",
10897 "net",
10898 "smol",
10899]
10900
10901[[package]]
10902name = "ndk"
10903version = "0.9.0"
10904source = "registry+https://github.com/rust-lang/crates.io-index"
10905checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10906dependencies = [
10907 "bitflags 2.10.0",
10908 "jni-sys",
10909 "log",
10910 "ndk-sys",
10911 "num_enum",
10912 "thiserror 1.0.69",
10913]
10914
10915[[package]]
10916name = "ndk-context"
10917version = "0.1.1"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10920
10921[[package]]
10922name = "ndk-sys"
10923version = "0.6.0+11769913"
10924source = "registry+https://github.com/rust-lang/crates.io-index"
10925checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10926dependencies = [
10927 "jni-sys",
10928]
10929
10930[[package]]
10931name = "net"
10932version = "0.1.0"
10933dependencies = [
10934 "anyhow",
10935 "async-io",
10936 "smol",
10937 "tempfile",
10938 "windows 0.61.3",
10939]
10940
10941[[package]]
10942name = "new_debug_unreachable"
10943version = "1.0.6"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10946
10947[[package]]
10948name = "nix"
10949version = "0.28.0"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10952dependencies = [
10953 "bitflags 2.10.0",
10954 "cfg-if",
10955 "cfg_aliases 0.1.1",
10956 "libc",
10957]
10958
10959[[package]]
10960name = "nix"
10961version = "0.29.0"
10962source = "registry+https://github.com/rust-lang/crates.io-index"
10963checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10964dependencies = [
10965 "bitflags 2.10.0",
10966 "cfg-if",
10967 "cfg_aliases 0.2.1",
10968 "libc",
10969]
10970
10971[[package]]
10972name = "nix"
10973version = "0.30.1"
10974source = "registry+https://github.com/rust-lang/crates.io-index"
10975checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10976dependencies = [
10977 "bitflags 2.10.0",
10978 "cfg-if",
10979 "cfg_aliases 0.2.1",
10980 "libc",
10981]
10982
10983[[package]]
10984name = "node_runtime"
10985version = "0.1.0"
10986dependencies = [
10987 "anyhow",
10988 "async-compression",
10989 "async-std",
10990 "async-tar",
10991 "async-trait",
10992 "futures 0.3.32",
10993 "http_client",
10994 "log",
10995 "paths",
10996 "semver",
10997 "serde",
10998 "serde_json",
10999 "smol",
11000 "util",
11001 "watch",
11002 "which 6.0.3",
11003]
11004
11005[[package]]
11006name = "nom"
11007version = "7.1.3"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11010dependencies = [
11011 "memchr",
11012 "minimal-lexical",
11013]
11014
11015[[package]]
11016name = "nom"
11017version = "8.0.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11020dependencies = [
11021 "memchr",
11022]
11023
11024[[package]]
11025name = "noop_proc_macro"
11026version = "0.3.0"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11029
11030[[package]]
11031name = "normpath"
11032version = "1.5.0"
11033source = "registry+https://github.com/rust-lang/crates.io-index"
11034checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11035dependencies = [
11036 "windows-sys 0.61.2",
11037]
11038
11039[[package]]
11040name = "notifications"
11041version = "0.1.0"
11042dependencies = [
11043 "anyhow",
11044 "channel",
11045 "client",
11046 "component",
11047 "db",
11048 "gpui",
11049 "rpc",
11050 "sum_tree",
11051 "time",
11052 "ui",
11053 "util",
11054 "workspace",
11055 "zed_actions",
11056]
11057
11058[[package]]
11059name = "notify"
11060version = "6.1.1"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11063dependencies = [
11064 "bitflags 2.10.0",
11065 "crossbeam-channel",
11066 "filetime",
11067 "fsevent-sys",
11068 "inotify 0.9.6",
11069 "kqueue",
11070 "libc",
11071 "log",
11072 "mio 0.8.11",
11073 "walkdir",
11074 "windows-sys 0.48.0",
11075]
11076
11077[[package]]
11078name = "notify"
11079version = "8.2.0"
11080source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11081dependencies = [
11082 "bitflags 2.10.0",
11083 "fsevent-sys",
11084 "inotify 0.11.0",
11085 "kqueue",
11086 "libc",
11087 "log",
11088 "mio 1.1.0",
11089 "notify-types",
11090 "walkdir",
11091 "windows-sys 0.60.2",
11092]
11093
11094[[package]]
11095name = "notify-debouncer-mini"
11096version = "0.4.1"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11099dependencies = [
11100 "crossbeam-channel",
11101 "log",
11102 "notify 6.1.1",
11103]
11104
11105[[package]]
11106name = "notify-types"
11107version = "2.0.0"
11108source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11109
11110[[package]]
11111name = "ntapi"
11112version = "0.4.1"
11113source = "registry+https://github.com/rust-lang/crates.io-index"
11114checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11115dependencies = [
11116 "winapi",
11117]
11118
11119[[package]]
11120name = "nu-ansi-term"
11121version = "0.50.3"
11122source = "registry+https://github.com/rust-lang/crates.io-index"
11123checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11124dependencies = [
11125 "windows-sys 0.61.2",
11126]
11127
11128[[package]]
11129name = "nucleo"
11130version = "0.5.0"
11131source = "registry+https://github.com/rust-lang/crates.io-index"
11132checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11133dependencies = [
11134 "nucleo-matcher",
11135 "parking_lot",
11136 "rayon",
11137]
11138
11139[[package]]
11140name = "nucleo-matcher"
11141version = "0.3.1"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11144dependencies = [
11145 "memchr",
11146 "unicode-segmentation",
11147]
11148
11149[[package]]
11150name = "num"
11151version = "0.4.3"
11152source = "registry+https://github.com/rust-lang/crates.io-index"
11153checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11154dependencies = [
11155 "num-bigint",
11156 "num-complex",
11157 "num-integer",
11158 "num-iter",
11159 "num-rational",
11160 "num-traits",
11161]
11162
11163[[package]]
11164name = "num-bigint"
11165version = "0.4.6"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11168dependencies = [
11169 "num-integer",
11170 "num-traits",
11171]
11172
11173[[package]]
11174name = "num-bigint-dig"
11175version = "0.8.6"
11176source = "registry+https://github.com/rust-lang/crates.io-index"
11177checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11178dependencies = [
11179 "lazy_static",
11180 "libm",
11181 "num-integer",
11182 "num-iter",
11183 "num-traits",
11184 "rand 0.8.5",
11185 "smallvec",
11186 "zeroize",
11187]
11188
11189[[package]]
11190name = "num-bigint-dig"
11191version = "0.9.1"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11194dependencies = [
11195 "libm",
11196 "num-integer",
11197 "num-iter",
11198 "num-traits",
11199 "once_cell",
11200 "rand 0.9.2",
11201 "serde",
11202 "smallvec",
11203 "zeroize",
11204]
11205
11206[[package]]
11207name = "num-cmp"
11208version = "0.1.0"
11209source = "registry+https://github.com/rust-lang/crates.io-index"
11210checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11211
11212[[package]]
11213name = "num-complex"
11214version = "0.4.6"
11215source = "registry+https://github.com/rust-lang/crates.io-index"
11216checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11217dependencies = [
11218 "bytemuck",
11219 "num-traits",
11220]
11221
11222[[package]]
11223name = "num-conv"
11224version = "0.2.0"
11225source = "registry+https://github.com/rust-lang/crates.io-index"
11226checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11227
11228[[package]]
11229name = "num-derive"
11230version = "0.4.2"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11233dependencies = [
11234 "proc-macro2",
11235 "quote",
11236 "syn 2.0.117",
11237]
11238
11239[[package]]
11240name = "num-format"
11241version = "0.4.4"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11244dependencies = [
11245 "arrayvec",
11246 "itoa",
11247]
11248
11249[[package]]
11250name = "num-integer"
11251version = "0.1.46"
11252source = "registry+https://github.com/rust-lang/crates.io-index"
11253checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11254dependencies = [
11255 "num-traits",
11256]
11257
11258[[package]]
11259name = "num-iter"
11260version = "0.1.45"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11263dependencies = [
11264 "autocfg",
11265 "num-integer",
11266 "num-traits",
11267]
11268
11269[[package]]
11270name = "num-rational"
11271version = "0.4.2"
11272source = "registry+https://github.com/rust-lang/crates.io-index"
11273checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11274dependencies = [
11275 "num-bigint",
11276 "num-integer",
11277 "num-traits",
11278]
11279
11280[[package]]
11281name = "num-traits"
11282version = "0.2.19"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11285dependencies = [
11286 "autocfg",
11287 "libm",
11288]
11289
11290[[package]]
11291name = "num_cpus"
11292version = "1.17.0"
11293source = "registry+https://github.com/rust-lang/crates.io-index"
11294checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11295dependencies = [
11296 "hermit-abi",
11297 "libc",
11298]
11299
11300[[package]]
11301name = "num_enum"
11302version = "0.7.4"
11303source = "registry+https://github.com/rust-lang/crates.io-index"
11304checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11305dependencies = [
11306 "num_enum_derive",
11307 "rustversion",
11308]
11309
11310[[package]]
11311name = "num_enum_derive"
11312version = "0.7.4"
11313source = "registry+https://github.com/rust-lang/crates.io-index"
11314checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11315dependencies = [
11316 "proc-macro-crate",
11317 "proc-macro2",
11318 "quote",
11319 "syn 2.0.117",
11320]
11321
11322[[package]]
11323name = "num_threads"
11324version = "0.1.7"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11327dependencies = [
11328 "libc",
11329]
11330
11331[[package]]
11332name = "nvim-rs"
11333version = "0.9.2"
11334source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11335dependencies = [
11336 "async-trait",
11337 "futures 0.3.32",
11338 "log",
11339 "rmp",
11340 "rmpv",
11341 "tokio",
11342 "tokio-util",
11343]
11344
11345[[package]]
11346name = "objc"
11347version = "0.2.7"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11350dependencies = [
11351 "malloc_buf",
11352 "objc_exception",
11353]
11354
11355[[package]]
11356name = "objc-foundation"
11357version = "0.1.1"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11360dependencies = [
11361 "block",
11362 "objc",
11363 "objc_id",
11364]
11365
11366[[package]]
11367name = "objc2"
11368version = "0.6.3"
11369source = "registry+https://github.com/rust-lang/crates.io-index"
11370checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11371dependencies = [
11372 "objc2-encode",
11373]
11374
11375[[package]]
11376name = "objc2-app-kit"
11377version = "0.3.1"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11380dependencies = [
11381 "objc2",
11382 "objc2-foundation",
11383]
11384
11385[[package]]
11386name = "objc2-audio-toolbox"
11387version = "0.3.2"
11388source = "registry+https://github.com/rust-lang/crates.io-index"
11389checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11390dependencies = [
11391 "bitflags 2.10.0",
11392 "libc",
11393 "objc2",
11394 "objc2-core-audio",
11395 "objc2-core-audio-types",
11396 "objc2-core-foundation",
11397 "objc2-foundation",
11398]
11399
11400[[package]]
11401name = "objc2-avf-audio"
11402version = "0.3.2"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11405dependencies = [
11406 "objc2",
11407 "objc2-foundation",
11408]
11409
11410[[package]]
11411name = "objc2-core-audio"
11412version = "0.3.2"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11415dependencies = [
11416 "dispatch2",
11417 "objc2",
11418 "objc2-core-audio-types",
11419 "objc2-core-foundation",
11420 "objc2-foundation",
11421]
11422
11423[[package]]
11424name = "objc2-core-audio-types"
11425version = "0.3.2"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11428dependencies = [
11429 "bitflags 2.10.0",
11430 "objc2",
11431]
11432
11433[[package]]
11434name = "objc2-core-foundation"
11435version = "0.3.2"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11438dependencies = [
11439 "bitflags 2.10.0",
11440 "block2",
11441 "dispatch2",
11442 "libc",
11443 "objc2",
11444]
11445
11446[[package]]
11447name = "objc2-encode"
11448version = "4.1.0"
11449source = "registry+https://github.com/rust-lang/crates.io-index"
11450checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11451
11452[[package]]
11453name = "objc2-foundation"
11454version = "0.3.2"
11455source = "registry+https://github.com/rust-lang/crates.io-index"
11456checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11457dependencies = [
11458 "bitflags 2.10.0",
11459 "block2",
11460 "libc",
11461 "objc2",
11462 "objc2-core-foundation",
11463]
11464
11465[[package]]
11466name = "objc2-io-kit"
11467version = "0.3.2"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11470dependencies = [
11471 "libc",
11472 "objc2-core-foundation",
11473]
11474
11475[[package]]
11476name = "objc2-metal"
11477version = "0.3.2"
11478source = "registry+https://github.com/rust-lang/crates.io-index"
11479checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11480dependencies = [
11481 "bitflags 2.10.0",
11482 "block2",
11483 "dispatch2",
11484 "objc2",
11485 "objc2-core-foundation",
11486 "objc2-foundation",
11487]
11488
11489[[package]]
11490name = "objc2-quartz-core"
11491version = "0.3.2"
11492source = "registry+https://github.com/rust-lang/crates.io-index"
11493checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11494dependencies = [
11495 "bitflags 2.10.0",
11496 "objc2",
11497 "objc2-core-foundation",
11498 "objc2-foundation",
11499 "objc2-metal",
11500]
11501
11502[[package]]
11503name = "objc_exception"
11504version = "0.1.2"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11507dependencies = [
11508 "cc",
11509]
11510
11511[[package]]
11512name = "objc_id"
11513version = "0.1.1"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11516dependencies = [
11517 "objc",
11518]
11519
11520[[package]]
11521name = "object"
11522version = "0.37.3"
11523source = "registry+https://github.com/rust-lang/crates.io-index"
11524checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11525dependencies = [
11526 "crc32fast",
11527 "hashbrown 0.15.5",
11528 "indexmap",
11529 "memchr",
11530]
11531
11532[[package]]
11533name = "octocrab"
11534version = "0.49.7"
11535source = "registry+https://github.com/rust-lang/crates.io-index"
11536checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11537dependencies = [
11538 "arc-swap",
11539 "async-trait",
11540 "base64 0.22.1",
11541 "bytes 1.11.1",
11542 "cargo_metadata 0.23.1",
11543 "cfg-if",
11544 "chrono",
11545 "either",
11546 "futures 0.3.32",
11547 "futures-core",
11548 "futures-util",
11549 "getrandom 0.2.16",
11550 "http 1.3.1",
11551 "http-body 1.0.1",
11552 "http-body-util",
11553 "hyper 1.7.0",
11554 "hyper-rustls 0.27.7",
11555 "hyper-timeout",
11556 "hyper-util",
11557 "jsonwebtoken",
11558 "once_cell",
11559 "percent-encoding",
11560 "pin-project",
11561 "secrecy",
11562 "serde",
11563 "serde_json",
11564 "serde_path_to_error",
11565 "serde_urlencoded",
11566 "snafu",
11567 "tokio",
11568 "tower 0.5.2",
11569 "tower-http 0.6.6",
11570 "url",
11571 "web-time",
11572]
11573
11574[[package]]
11575name = "ollama"
11576version = "0.1.0"
11577dependencies = [
11578 "anyhow",
11579 "futures 0.3.32",
11580 "http_client",
11581 "schemars",
11582 "serde",
11583 "serde_json",
11584 "settings",
11585]
11586
11587[[package]]
11588name = "onboarding"
11589version = "0.1.0"
11590dependencies = [
11591 "anyhow",
11592 "client",
11593 "cloud_api_types",
11594 "collections",
11595 "component",
11596 "db",
11597 "documented",
11598 "fs",
11599 "fuzzy",
11600 "gpui",
11601 "menu",
11602 "notifications",
11603 "picker",
11604 "project",
11605 "schemars",
11606 "serde",
11607 "settings",
11608 "telemetry",
11609 "theme",
11610 "theme_settings",
11611 "ui",
11612 "util",
11613 "vim_mode_setting",
11614 "workspace",
11615 "zed_actions",
11616 "zlog",
11617]
11618
11619[[package]]
11620name = "once_cell"
11621version = "1.21.3"
11622source = "registry+https://github.com/rust-lang/crates.io-index"
11623checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11624
11625[[package]]
11626name = "once_cell_polyfill"
11627version = "1.70.1"
11628source = "registry+https://github.com/rust-lang/crates.io-index"
11629checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11630
11631[[package]]
11632name = "oo7"
11633version = "0.6.0"
11634source = "registry+https://github.com/rust-lang/crates.io-index"
11635checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11636dependencies = [
11637 "aes",
11638 "ashpd",
11639 "async-fs",
11640 "async-io",
11641 "async-lock 3.4.2",
11642 "blocking",
11643 "cbc",
11644 "cipher",
11645 "digest",
11646 "endi",
11647 "futures-lite 2.6.1",
11648 "futures-util",
11649 "getrandom 0.4.1",
11650 "hkdf",
11651 "hmac",
11652 "md-5",
11653 "num",
11654 "num-bigint-dig 0.9.1",
11655 "pbkdf2 0.12.2",
11656 "serde",
11657 "serde_bytes",
11658 "sha2",
11659 "subtle",
11660 "zbus",
11661 "zbus_macros",
11662 "zeroize",
11663 "zvariant",
11664]
11665
11666[[package]]
11667name = "oorandom"
11668version = "11.1.5"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11671
11672[[package]]
11673name = "open"
11674version = "5.3.2"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11677dependencies = [
11678 "is-wsl",
11679 "libc",
11680 "pathdiff",
11681]
11682
11683[[package]]
11684name = "open_ai"
11685version = "0.1.0"
11686dependencies = [
11687 "anyhow",
11688 "collections",
11689 "futures 0.3.32",
11690 "http_client",
11691 "language_model_core",
11692 "log",
11693 "pretty_assertions",
11694 "rand 0.9.2",
11695 "schemars",
11696 "serde",
11697 "serde_json",
11698 "strum 0.27.2",
11699 "thiserror 2.0.17",
11700 "tiktoken-rs",
11701]
11702
11703[[package]]
11704name = "open_path_prompt"
11705version = "0.1.0"
11706dependencies = [
11707 "editor",
11708 "file_icons",
11709 "futures 0.3.32",
11710 "fuzzy",
11711 "gpui",
11712 "picker",
11713 "project",
11714 "schemars",
11715 "serde",
11716 "serde_json",
11717 "settings",
11718 "theme",
11719 "theme_settings",
11720 "ui",
11721 "util",
11722 "workspace",
11723]
11724
11725[[package]]
11726name = "open_router"
11727version = "0.1.0"
11728dependencies = [
11729 "anyhow",
11730 "futures 0.3.32",
11731 "http_client",
11732 "language_model_core",
11733 "schemars",
11734 "serde",
11735 "serde_json",
11736 "settings",
11737 "strum 0.27.2",
11738 "thiserror 2.0.17",
11739]
11740
11741[[package]]
11742name = "opencode"
11743version = "0.1.0"
11744dependencies = [
11745 "anyhow",
11746 "futures 0.3.32",
11747 "google_ai",
11748 "http_client",
11749 "schemars",
11750 "serde",
11751 "serde_json",
11752 "strum 0.27.2",
11753]
11754
11755[[package]]
11756name = "opener"
11757version = "0.7.2"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11760dependencies = [
11761 "bstr",
11762 "dbus",
11763 "normpath",
11764 "windows-sys 0.59.0",
11765]
11766
11767[[package]]
11768name = "openssl"
11769version = "0.10.74"
11770source = "registry+https://github.com/rust-lang/crates.io-index"
11771checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11772dependencies = [
11773 "bitflags 2.10.0",
11774 "cfg-if",
11775 "foreign-types 0.3.2",
11776 "libc",
11777 "once_cell",
11778 "openssl-macros",
11779 "openssl-sys",
11780]
11781
11782[[package]]
11783name = "openssl-macros"
11784version = "0.1.1"
11785source = "registry+https://github.com/rust-lang/crates.io-index"
11786checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11787dependencies = [
11788 "proc-macro2",
11789 "quote",
11790 "syn 2.0.117",
11791]
11792
11793[[package]]
11794name = "openssl-probe"
11795version = "0.1.6"
11796source = "registry+https://github.com/rust-lang/crates.io-index"
11797checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11798
11799[[package]]
11800name = "openssl-sys"
11801version = "0.9.110"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11804dependencies = [
11805 "cc",
11806 "libc",
11807 "pkg-config",
11808 "vcpkg",
11809]
11810
11811[[package]]
11812name = "optfield"
11813version = "0.4.0"
11814source = "registry+https://github.com/rust-lang/crates.io-index"
11815checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11816dependencies = [
11817 "proc-macro2",
11818 "quote",
11819 "syn 2.0.117",
11820]
11821
11822[[package]]
11823name = "option-ext"
11824version = "0.2.0"
11825source = "registry+https://github.com/rust-lang/crates.io-index"
11826checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11827
11828[[package]]
11829name = "ordered-float"
11830version = "2.10.1"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11833dependencies = [
11834 "num-traits",
11835]
11836
11837[[package]]
11838name = "ordered-float"
11839version = "4.6.0"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11842dependencies = [
11843 "num-traits",
11844]
11845
11846[[package]]
11847name = "ordered-stream"
11848version = "0.2.0"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11851dependencies = [
11852 "futures-core",
11853 "pin-project-lite",
11854]
11855
11856[[package]]
11857name = "ouroboros"
11858version = "0.18.5"
11859source = "registry+https://github.com/rust-lang/crates.io-index"
11860checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11861dependencies = [
11862 "aliasable",
11863 "ouroboros_macro",
11864 "static_assertions",
11865]
11866
11867[[package]]
11868name = "ouroboros_macro"
11869version = "0.18.5"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11872dependencies = [
11873 "heck 0.4.1",
11874 "proc-macro2",
11875 "proc-macro2-diagnostics",
11876 "quote",
11877 "syn 2.0.117",
11878]
11879
11880[[package]]
11881name = "outline"
11882version = "0.1.0"
11883dependencies = [
11884 "editor",
11885 "fuzzy",
11886 "gpui",
11887 "indoc",
11888 "language",
11889 "lsp",
11890 "menu",
11891 "ordered-float 2.10.1",
11892 "picker",
11893 "project",
11894 "rope",
11895 "serde_json",
11896 "settings",
11897 "smol",
11898 "theme",
11899 "theme_settings",
11900 "ui",
11901 "util",
11902 "workspace",
11903 "zed_actions",
11904]
11905
11906[[package]]
11907name = "outline_panel"
11908version = "0.1.0"
11909dependencies = [
11910 "anyhow",
11911 "collections",
11912 "db",
11913 "editor",
11914 "file_icons",
11915 "fuzzy",
11916 "gpui",
11917 "itertools 0.14.0",
11918 "language",
11919 "log",
11920 "lsp",
11921 "menu",
11922 "outline",
11923 "pretty_assertions",
11924 "project",
11925 "search",
11926 "serde",
11927 "serde_json",
11928 "settings",
11929 "smallvec",
11930 "smol",
11931 "theme",
11932 "theme_settings",
11933 "ui",
11934 "util",
11935 "workspace",
11936 "worktree",
11937 "zed_actions",
11938]
11939
11940[[package]]
11941name = "outref"
11942version = "0.5.2"
11943source = "registry+https://github.com/rust-lang/crates.io-index"
11944checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11945
11946[[package]]
11947name = "p256"
11948version = "0.11.1"
11949source = "registry+https://github.com/rust-lang/crates.io-index"
11950checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11951dependencies = [
11952 "ecdsa",
11953 "elliptic-curve",
11954 "sha2",
11955]
11956
11957[[package]]
11958name = "page_size"
11959version = "0.6.0"
11960source = "registry+https://github.com/rust-lang/crates.io-index"
11961checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11962dependencies = [
11963 "libc",
11964 "winapi",
11965]
11966
11967[[package]]
11968name = "palette"
11969version = "0.7.6"
11970source = "registry+https://github.com/rust-lang/crates.io-index"
11971checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11972dependencies = [
11973 "approx",
11974 "fast-srgb8",
11975 "palette_derive",
11976]
11977
11978[[package]]
11979name = "palette_derive"
11980version = "0.7.6"
11981source = "registry+https://github.com/rust-lang/crates.io-index"
11982checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11983dependencies = [
11984 "by_address",
11985 "proc-macro2",
11986 "quote",
11987 "syn 2.0.117",
11988]
11989
11990[[package]]
11991name = "panel"
11992version = "0.1.0"
11993dependencies = [
11994 "gpui",
11995 "ui",
11996 "workspace",
11997]
11998
11999[[package]]
12000name = "parking"
12001version = "2.2.1"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12004
12005[[package]]
12006name = "parking_lot"
12007version = "0.12.5"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12010dependencies = [
12011 "lock_api",
12012 "parking_lot_core",
12013]
12014
12015[[package]]
12016name = "parking_lot_core"
12017version = "0.9.12"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12020dependencies = [
12021 "cfg-if",
12022 "libc",
12023 "redox_syscall 0.5.18",
12024 "smallvec",
12025 "windows-link 0.2.1",
12026]
12027
12028[[package]]
12029name = "parse_int"
12030version = "0.9.0"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12033dependencies = [
12034 "num-traits",
12035]
12036
12037[[package]]
12038name = "partial-json-fixer"
12039version = "0.5.3"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12042
12043[[package]]
12044name = "password-hash"
12045version = "0.4.2"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12048dependencies = [
12049 "base64ct",
12050 "rand_core 0.6.4",
12051 "subtle",
12052]
12053
12054[[package]]
12055name = "paste"
12056version = "1.0.15"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12059
12060[[package]]
12061name = "pathdiff"
12062version = "0.2.3"
12063source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12065
12066[[package]]
12067name = "pathfinder_geometry"
12068version = "0.5.1"
12069source = "registry+https://github.com/rust-lang/crates.io-index"
12070checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12071dependencies = [
12072 "log",
12073 "pathfinder_simd",
12074]
12075
12076[[package]]
12077name = "pathfinder_simd"
12078version = "0.5.5"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12081dependencies = [
12082 "rustc_version",
12083]
12084
12085[[package]]
12086name = "paths"
12087version = "0.1.0"
12088dependencies = [
12089 "dirs 4.0.0",
12090 "ignore",
12091 "util",
12092]
12093
12094[[package]]
12095name = "pbjson"
12096version = "0.6.0"
12097source = "registry+https://github.com/rust-lang/crates.io-index"
12098checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12099dependencies = [
12100 "base64 0.21.7",
12101 "serde",
12102]
12103
12104[[package]]
12105name = "pbjson-build"
12106version = "0.6.2"
12107source = "registry+https://github.com/rust-lang/crates.io-index"
12108checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12109dependencies = [
12110 "heck 0.4.1",
12111 "itertools 0.11.0",
12112 "prost 0.12.6",
12113 "prost-types 0.12.6",
12114]
12115
12116[[package]]
12117name = "pbjson-types"
12118version = "0.6.0"
12119source = "registry+https://github.com/rust-lang/crates.io-index"
12120checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12121dependencies = [
12122 "bytes 1.11.1",
12123 "chrono",
12124 "pbjson",
12125 "pbjson-build",
12126 "prost 0.12.6",
12127 "prost-build 0.12.6",
12128 "serde",
12129]
12130
12131[[package]]
12132name = "pbkdf2"
12133version = "0.11.0"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12136dependencies = [
12137 "digest",
12138 "hmac",
12139 "password-hash",
12140 "sha2",
12141]
12142
12143[[package]]
12144name = "pbkdf2"
12145version = "0.12.2"
12146source = "registry+https://github.com/rust-lang/crates.io-index"
12147checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12148dependencies = [
12149 "digest",
12150 "hmac",
12151]
12152
12153[[package]]
12154name = "pciid-parser"
12155version = "0.8.0"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12158
12159[[package]]
12160name = "peg"
12161version = "0.8.5"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12164dependencies = [
12165 "peg-macros",
12166 "peg-runtime",
12167]
12168
12169[[package]]
12170name = "peg-macros"
12171version = "0.8.5"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12174dependencies = [
12175 "peg-runtime",
12176 "proc-macro2",
12177 "quote",
12178]
12179
12180[[package]]
12181name = "peg-runtime"
12182version = "0.8.5"
12183source = "registry+https://github.com/rust-lang/crates.io-index"
12184checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12185
12186[[package]]
12187name = "pem"
12188version = "3.0.6"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12191dependencies = [
12192 "base64 0.22.1",
12193 "serde_core",
12194]
12195
12196[[package]]
12197name = "pem-rfc7468"
12198version = "0.7.0"
12199source = "registry+https://github.com/rust-lang/crates.io-index"
12200checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12201dependencies = [
12202 "base64ct",
12203]
12204
12205[[package]]
12206name = "percent-encoding"
12207version = "2.3.2"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12210
12211[[package]]
12212name = "perf"
12213version = "0.1.0"
12214dependencies = [
12215 "collections",
12216 "serde",
12217 "serde_json",
12218]
12219
12220[[package]]
12221name = "pest"
12222version = "2.8.3"
12223source = "registry+https://github.com/rust-lang/crates.io-index"
12224checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12225dependencies = [
12226 "memchr",
12227 "ucd-trie",
12228]
12229
12230[[package]]
12231name = "pest_derive"
12232version = "2.8.3"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12235dependencies = [
12236 "pest",
12237 "pest_generator",
12238]
12239
12240[[package]]
12241name = "pest_generator"
12242version = "2.8.3"
12243source = "registry+https://github.com/rust-lang/crates.io-index"
12244checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12245dependencies = [
12246 "pest",
12247 "pest_meta",
12248 "proc-macro2",
12249 "quote",
12250 "syn 2.0.117",
12251]
12252
12253[[package]]
12254name = "pest_meta"
12255version = "2.8.3"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12258dependencies = [
12259 "pest",
12260 "sha2",
12261]
12262
12263[[package]]
12264name = "pet"
12265version = "0.1.0"
12266source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12267dependencies = [
12268 "clap",
12269 "env_logger 0.10.2",
12270 "lazy_static",
12271 "log",
12272 "msvc_spectre_libs",
12273 "pet-conda",
12274 "pet-core",
12275 "pet-env-var-path",
12276 "pet-fs",
12277 "pet-global-virtualenvs",
12278 "pet-homebrew",
12279 "pet-jsonrpc",
12280 "pet-linux-global-python",
12281 "pet-mac-commandlinetools",
12282 "pet-mac-python-org",
12283 "pet-mac-xcode",
12284 "pet-pipenv",
12285 "pet-pixi",
12286 "pet-poetry",
12287 "pet-pyenv",
12288 "pet-python-utils",
12289 "pet-reporter",
12290 "pet-telemetry",
12291 "pet-uv",
12292 "pet-venv",
12293 "pet-virtualenv",
12294 "pet-virtualenvwrapper",
12295 "pet-windows-registry",
12296 "pet-windows-store",
12297 "pet-winpython",
12298 "serde",
12299 "serde_json",
12300 "tracing",
12301 "tracing-subscriber",
12302 "winresource",
12303]
12304
12305[[package]]
12306name = "pet-conda"
12307version = "0.1.0"
12308source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12309dependencies = [
12310 "env_logger 0.10.2",
12311 "lazy_static",
12312 "log",
12313 "msvc_spectre_libs",
12314 "pet-core",
12315 "pet-fs",
12316 "pet-python-utils",
12317 "pet-reporter",
12318 "rayon",
12319 "regex",
12320 "serde",
12321 "serde_json",
12322 "yaml-rust2",
12323]
12324
12325[[package]]
12326name = "pet-core"
12327version = "0.1.0"
12328source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12329dependencies = [
12330 "clap",
12331 "lazy_static",
12332 "log",
12333 "msvc_spectre_libs",
12334 "pet-fs",
12335 "regex",
12336 "serde",
12337 "serde_json",
12338]
12339
12340[[package]]
12341name = "pet-env-var-path"
12342version = "0.1.0"
12343source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12344dependencies = [
12345 "lazy_static",
12346 "log",
12347 "msvc_spectre_libs",
12348 "pet-conda",
12349 "pet-core",
12350 "pet-fs",
12351 "pet-python-utils",
12352 "pet-virtualenv",
12353 "regex",
12354]
12355
12356[[package]]
12357name = "pet-fs"
12358version = "0.1.0"
12359source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12360dependencies = [
12361 "glob",
12362 "log",
12363 "msvc_spectre_libs",
12364 "windows-sys 0.59.0",
12365]
12366
12367[[package]]
12368name = "pet-global-virtualenvs"
12369version = "0.1.0"
12370source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12371dependencies = [
12372 "log",
12373 "msvc_spectre_libs",
12374 "pet-conda",
12375 "pet-core",
12376 "pet-fs",
12377 "pet-virtualenv",
12378]
12379
12380[[package]]
12381name = "pet-homebrew"
12382version = "0.1.0"
12383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12384dependencies = [
12385 "lazy_static",
12386 "log",
12387 "msvc_spectre_libs",
12388 "pet-conda",
12389 "pet-core",
12390 "pet-fs",
12391 "pet-python-utils",
12392 "pet-virtualenv",
12393 "rayon",
12394 "regex",
12395 "serde",
12396 "serde_json",
12397]
12398
12399[[package]]
12400name = "pet-jsonrpc"
12401version = "0.1.0"
12402source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12403dependencies = [
12404 "env_logger 0.10.2",
12405 "log",
12406 "msvc_spectre_libs",
12407 "pet-core",
12408 "serde",
12409 "serde_json",
12410]
12411
12412[[package]]
12413name = "pet-linux-global-python"
12414version = "0.1.0"
12415source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12416dependencies = [
12417 "log",
12418 "msvc_spectre_libs",
12419 "pet-core",
12420 "pet-fs",
12421 "pet-python-utils",
12422 "pet-virtualenv",
12423]
12424
12425[[package]]
12426name = "pet-mac-commandlinetools"
12427version = "0.1.0"
12428source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12429dependencies = [
12430 "log",
12431 "msvc_spectre_libs",
12432 "pet-core",
12433 "pet-fs",
12434 "pet-python-utils",
12435 "pet-virtualenv",
12436]
12437
12438[[package]]
12439name = "pet-mac-python-org"
12440version = "0.1.0"
12441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12442dependencies = [
12443 "log",
12444 "msvc_spectre_libs",
12445 "pet-core",
12446 "pet-fs",
12447 "pet-python-utils",
12448 "pet-virtualenv",
12449]
12450
12451[[package]]
12452name = "pet-mac-xcode"
12453version = "0.1.0"
12454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12455dependencies = [
12456 "log",
12457 "msvc_spectre_libs",
12458 "pet-core",
12459 "pet-fs",
12460 "pet-python-utils",
12461 "pet-virtualenv",
12462]
12463
12464[[package]]
12465name = "pet-pipenv"
12466version = "0.1.0"
12467source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12468dependencies = [
12469 "lazy_static",
12470 "log",
12471 "msvc_spectre_libs",
12472 "pet-core",
12473 "pet-fs",
12474 "pet-python-utils",
12475 "pet-virtualenv",
12476 "regex",
12477]
12478
12479[[package]]
12480name = "pet-pixi"
12481version = "0.1.0"
12482source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12483dependencies = [
12484 "log",
12485 "msvc_spectre_libs",
12486 "pet-conda",
12487 "pet-core",
12488 "pet-python-utils",
12489]
12490
12491[[package]]
12492name = "pet-poetry"
12493version = "0.1.0"
12494source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12495dependencies = [
12496 "base64 0.22.1",
12497 "lazy_static",
12498 "log",
12499 "msvc_spectre_libs",
12500 "pet-core",
12501 "pet-fs",
12502 "pet-python-utils",
12503 "pet-reporter",
12504 "pet-virtualenv",
12505 "regex",
12506 "serde",
12507 "serde_json",
12508 "sha2",
12509 "toml 0.8.23",
12510]
12511
12512[[package]]
12513name = "pet-pyenv"
12514version = "0.1.0"
12515source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12516dependencies = [
12517 "lazy_static",
12518 "log",
12519 "msvc_spectre_libs",
12520 "pet-conda",
12521 "pet-core",
12522 "pet-fs",
12523 "pet-python-utils",
12524 "pet-reporter",
12525 "regex",
12526 "serde",
12527 "serde_json",
12528]
12529
12530[[package]]
12531name = "pet-python-utils"
12532version = "0.1.0"
12533source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12534dependencies = [
12535 "env_logger 0.10.2",
12536 "lazy_static",
12537 "log",
12538 "msvc_spectre_libs",
12539 "pet-core",
12540 "pet-fs",
12541 "regex",
12542 "serde",
12543 "serde_json",
12544 "sha2",
12545]
12546
12547[[package]]
12548name = "pet-reporter"
12549version = "0.1.0"
12550source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12551dependencies = [
12552 "env_logger 0.10.2",
12553 "log",
12554 "msvc_spectre_libs",
12555 "pet-core",
12556 "pet-jsonrpc",
12557 "serde",
12558 "serde_json",
12559]
12560
12561[[package]]
12562name = "pet-telemetry"
12563version = "0.1.0"
12564source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12565dependencies = [
12566 "env_logger 0.10.2",
12567 "lazy_static",
12568 "log",
12569 "msvc_spectre_libs",
12570 "pet-core",
12571 "pet-fs",
12572 "pet-python-utils",
12573 "regex",
12574]
12575
12576[[package]]
12577name = "pet-uv"
12578version = "0.1.0"
12579source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12580dependencies = [
12581 "log",
12582 "pet-core",
12583 "pet-python-utils",
12584 "serde",
12585 "toml 0.9.8",
12586]
12587
12588[[package]]
12589name = "pet-venv"
12590version = "0.1.0"
12591source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12592dependencies = [
12593 "log",
12594 "msvc_spectre_libs",
12595 "pet-core",
12596 "pet-python-utils",
12597 "pet-virtualenv",
12598]
12599
12600[[package]]
12601name = "pet-virtualenv"
12602version = "0.1.0"
12603source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12604dependencies = [
12605 "log",
12606 "msvc_spectre_libs",
12607 "pet-core",
12608 "pet-fs",
12609 "pet-python-utils",
12610]
12611
12612[[package]]
12613name = "pet-virtualenvwrapper"
12614version = "0.1.0"
12615source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12616dependencies = [
12617 "log",
12618 "msvc_spectre_libs",
12619 "pet-core",
12620 "pet-fs",
12621 "pet-python-utils",
12622 "pet-virtualenv",
12623]
12624
12625[[package]]
12626name = "pet-windows-registry"
12627version = "0.1.0"
12628source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12629dependencies = [
12630 "lazy_static",
12631 "log",
12632 "msvc_spectre_libs",
12633 "pet-conda",
12634 "pet-core",
12635 "pet-fs",
12636 "pet-python-utils",
12637 "pet-virtualenv",
12638 "pet-windows-store",
12639 "regex",
12640 "winreg 0.55.0",
12641]
12642
12643[[package]]
12644name = "pet-windows-store"
12645version = "0.1.0"
12646source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12647dependencies = [
12648 "lazy_static",
12649 "log",
12650 "msvc_spectre_libs",
12651 "pet-core",
12652 "pet-fs",
12653 "pet-python-utils",
12654 "pet-virtualenv",
12655 "regex",
12656 "winreg 0.55.0",
12657]
12658
12659[[package]]
12660name = "pet-winpython"
12661version = "0.1.0"
12662source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12663dependencies = [
12664 "lazy_static",
12665 "log",
12666 "pet-core",
12667 "pet-fs",
12668 "pet-python-utils",
12669 "pet-virtualenv",
12670 "regex",
12671]
12672
12673[[package]]
12674name = "petgraph"
12675version = "0.6.5"
12676source = "registry+https://github.com/rust-lang/crates.io-index"
12677checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12678dependencies = [
12679 "fixedbitset 0.4.2",
12680 "indexmap",
12681]
12682
12683[[package]]
12684name = "pgvector"
12685version = "0.4.1"
12686source = "registry+https://github.com/rust-lang/crates.io-index"
12687checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12688dependencies = [
12689 "serde",
12690]
12691
12692[[package]]
12693name = "phf"
12694version = "0.11.3"
12695source = "registry+https://github.com/rust-lang/crates.io-index"
12696checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12697dependencies = [
12698 "phf_macros 0.11.3",
12699 "phf_shared 0.11.3",
12700]
12701
12702[[package]]
12703name = "phf"
12704version = "0.12.1"
12705source = "registry+https://github.com/rust-lang/crates.io-index"
12706checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12707dependencies = [
12708 "phf_macros 0.12.1",
12709 "phf_shared 0.12.1",
12710]
12711
12712[[package]]
12713name = "phf_codegen"
12714version = "0.11.3"
12715source = "registry+https://github.com/rust-lang/crates.io-index"
12716checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12717dependencies = [
12718 "phf_generator 0.11.3",
12719 "phf_shared 0.11.3",
12720]
12721
12722[[package]]
12723name = "phf_generator"
12724version = "0.11.3"
12725source = "registry+https://github.com/rust-lang/crates.io-index"
12726checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12727dependencies = [
12728 "phf_shared 0.11.3",
12729 "rand 0.8.5",
12730]
12731
12732[[package]]
12733name = "phf_generator"
12734version = "0.12.1"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12737dependencies = [
12738 "fastrand 2.3.0",
12739 "phf_shared 0.12.1",
12740]
12741
12742[[package]]
12743name = "phf_macros"
12744version = "0.11.3"
12745source = "registry+https://github.com/rust-lang/crates.io-index"
12746checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12747dependencies = [
12748 "phf_generator 0.11.3",
12749 "phf_shared 0.11.3",
12750 "proc-macro2",
12751 "quote",
12752 "syn 2.0.117",
12753]
12754
12755[[package]]
12756name = "phf_macros"
12757version = "0.12.1"
12758source = "registry+https://github.com/rust-lang/crates.io-index"
12759checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12760dependencies = [
12761 "phf_generator 0.12.1",
12762 "phf_shared 0.12.1",
12763 "proc-macro2",
12764 "quote",
12765 "syn 2.0.117",
12766]
12767
12768[[package]]
12769name = "phf_shared"
12770version = "0.11.3"
12771source = "registry+https://github.com/rust-lang/crates.io-index"
12772checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12773dependencies = [
12774 "siphasher 1.0.1",
12775]
12776
12777[[package]]
12778name = "phf_shared"
12779version = "0.12.1"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12782dependencies = [
12783 "siphasher 1.0.1",
12784]
12785
12786[[package]]
12787name = "picker"
12788version = "0.1.0"
12789dependencies = [
12790 "anyhow",
12791 "editor",
12792 "gpui",
12793 "menu",
12794 "schemars",
12795 "serde",
12796 "settings",
12797 "theme",
12798 "theme_settings",
12799 "ui",
12800 "ui_input",
12801 "workspace",
12802 "zed_actions",
12803]
12804
12805[[package]]
12806name = "pico-args"
12807version = "0.5.0"
12808source = "registry+https://github.com/rust-lang/crates.io-index"
12809checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12810
12811[[package]]
12812name = "pin-project"
12813version = "1.1.10"
12814source = "registry+https://github.com/rust-lang/crates.io-index"
12815checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12816dependencies = [
12817 "pin-project-internal",
12818]
12819
12820[[package]]
12821name = "pin-project-internal"
12822version = "1.1.10"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12825dependencies = [
12826 "proc-macro2",
12827 "quote",
12828 "syn 2.0.117",
12829]
12830
12831[[package]]
12832name = "pin-project-lite"
12833version = "0.2.16"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12836
12837[[package]]
12838name = "pin-utils"
12839version = "0.1.0"
12840source = "registry+https://github.com/rust-lang/crates.io-index"
12841checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12842
12843[[package]]
12844name = "piper"
12845version = "0.2.4"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12848dependencies = [
12849 "atomic-waker",
12850 "fastrand 2.3.0",
12851 "futures-io",
12852]
12853
12854[[package]]
12855name = "pkcs1"
12856version = "0.7.5"
12857source = "registry+https://github.com/rust-lang/crates.io-index"
12858checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12859dependencies = [
12860 "der 0.7.10",
12861 "pkcs8 0.10.2",
12862 "spki 0.7.3",
12863]
12864
12865[[package]]
12866name = "pkcs8"
12867version = "0.9.0"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12870dependencies = [
12871 "der 0.6.1",
12872 "spki 0.6.0",
12873]
12874
12875[[package]]
12876name = "pkcs8"
12877version = "0.10.2"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12880dependencies = [
12881 "der 0.7.10",
12882 "spki 0.7.3",
12883]
12884
12885[[package]]
12886name = "pkg-config"
12887version = "0.3.32"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12890
12891[[package]]
12892name = "plain"
12893version = "0.2.3"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12896
12897[[package]]
12898name = "platform_title_bar"
12899version = "0.1.0"
12900dependencies = [
12901 "gpui",
12902 "project",
12903 "settings",
12904 "smallvec",
12905 "theme",
12906 "theme_settings",
12907 "ui",
12908 "windows 0.61.3",
12909 "workspace",
12910 "zed_actions",
12911]
12912
12913[[package]]
12914name = "plist"
12915version = "1.8.0"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12918dependencies = [
12919 "base64 0.22.1",
12920 "indexmap",
12921 "quick-xml 0.38.3",
12922 "serde",
12923 "time",
12924]
12925
12926[[package]]
12927name = "plotters"
12928version = "0.3.7"
12929source = "registry+https://github.com/rust-lang/crates.io-index"
12930checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12931dependencies = [
12932 "num-traits",
12933 "plotters-backend",
12934 "plotters-svg",
12935 "wasm-bindgen",
12936 "web-sys",
12937]
12938
12939[[package]]
12940name = "plotters-backend"
12941version = "0.3.7"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12944
12945[[package]]
12946name = "plotters-svg"
12947version = "0.3.7"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12950dependencies = [
12951 "plotters-backend",
12952]
12953
12954[[package]]
12955name = "png"
12956version = "0.17.16"
12957source = "registry+https://github.com/rust-lang/crates.io-index"
12958checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12959dependencies = [
12960 "bitflags 1.3.2",
12961 "crc32fast",
12962 "fdeflate",
12963 "flate2",
12964 "miniz_oxide",
12965]
12966
12967[[package]]
12968name = "png"
12969version = "0.18.0"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12972dependencies = [
12973 "bitflags 2.10.0",
12974 "crc32fast",
12975 "fdeflate",
12976 "flate2",
12977 "miniz_oxide",
12978]
12979
12980[[package]]
12981name = "polling"
12982version = "3.11.0"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12985dependencies = [
12986 "cfg-if",
12987 "concurrent-queue",
12988 "hermit-abi",
12989 "pin-project-lite",
12990 "rustix 1.1.2",
12991 "windows-sys 0.61.2",
12992]
12993
12994[[package]]
12995name = "pollster"
12996version = "0.2.5"
12997source = "registry+https://github.com/rust-lang/crates.io-index"
12998checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12999
13000[[package]]
13001name = "pollster"
13002version = "0.4.0"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13005
13006[[package]]
13007name = "pori"
13008version = "0.0.0"
13009source = "registry+https://github.com/rust-lang/crates.io-index"
13010checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13011dependencies = [
13012 "nom 7.1.3",
13013]
13014
13015[[package]]
13016name = "portable-atomic"
13017version = "1.11.1"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13020
13021[[package]]
13022name = "portable-atomic-util"
13023version = "0.2.4"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13026dependencies = [
13027 "portable-atomic",
13028]
13029
13030[[package]]
13031name = "portable-pty"
13032version = "0.9.0"
13033source = "registry+https://github.com/rust-lang/crates.io-index"
13034checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13035dependencies = [
13036 "anyhow",
13037 "bitflags 1.3.2",
13038 "downcast-rs",
13039 "filedescriptor",
13040 "lazy_static",
13041 "libc",
13042 "log",
13043 "nix 0.28.0",
13044 "serial2",
13045 "shared_library",
13046 "shell-words",
13047 "winapi",
13048 "winreg 0.10.1",
13049]
13050
13051[[package]]
13052name = "postage"
13053version = "0.5.0"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13056dependencies = [
13057 "atomic",
13058 "crossbeam-queue",
13059 "futures 0.3.32",
13060 "log",
13061 "parking_lot",
13062 "pin-project",
13063 "pollster 0.2.5",
13064 "static_assertions",
13065 "thiserror 1.0.69",
13066]
13067
13068[[package]]
13069name = "postcard"
13070version = "1.1.3"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13073dependencies = [
13074 "cobs",
13075 "embedded-io 0.4.0",
13076 "embedded-io 0.6.1",
13077 "serde",
13078]
13079
13080[[package]]
13081name = "potential_utf"
13082version = "0.1.3"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13085dependencies = [
13086 "zerovec",
13087]
13088
13089[[package]]
13090name = "powerfmt"
13091version = "0.2.0"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13094
13095[[package]]
13096name = "ppv-lite86"
13097version = "0.2.21"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13100dependencies = [
13101 "zerocopy",
13102]
13103
13104[[package]]
13105name = "precomputed-hash"
13106version = "0.1.1"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13109
13110[[package]]
13111name = "presser"
13112version = "0.3.1"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13115
13116[[package]]
13117name = "prettier"
13118version = "0.1.0"
13119dependencies = [
13120 "anyhow",
13121 "collections",
13122 "fs",
13123 "gpui",
13124 "language",
13125 "log",
13126 "lsp",
13127 "node_runtime",
13128 "parking_lot",
13129 "paths",
13130 "serde",
13131 "serde_json",
13132 "util",
13133]
13134
13135[[package]]
13136name = "pretty_assertions"
13137version = "1.4.1"
13138source = "registry+https://github.com/rust-lang/crates.io-index"
13139checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13140dependencies = [
13141 "diff",
13142 "yansi",
13143]
13144
13145[[package]]
13146name = "prettyplease"
13147version = "0.2.37"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13150dependencies = [
13151 "proc-macro2",
13152 "syn 2.0.117",
13153]
13154
13155[[package]]
13156name = "primal-check"
13157version = "0.3.4"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13160dependencies = [
13161 "num-integer",
13162]
13163
13164[[package]]
13165name = "proc-macro-crate"
13166version = "3.4.0"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13169dependencies = [
13170 "toml_edit 0.23.7",
13171]
13172
13173[[package]]
13174name = "proc-macro-error"
13175version = "1.0.4"
13176source = "registry+https://github.com/rust-lang/crates.io-index"
13177checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13178dependencies = [
13179 "proc-macro-error-attr",
13180 "proc-macro2",
13181 "quote",
13182 "syn 1.0.109",
13183 "version_check",
13184]
13185
13186[[package]]
13187name = "proc-macro-error-attr"
13188version = "1.0.4"
13189source = "registry+https://github.com/rust-lang/crates.io-index"
13190checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13191dependencies = [
13192 "proc-macro2",
13193 "quote",
13194 "version_check",
13195]
13196
13197[[package]]
13198name = "proc-macro-error-attr2"
13199version = "2.0.0"
13200source = "registry+https://github.com/rust-lang/crates.io-index"
13201checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13202dependencies = [
13203 "proc-macro2",
13204 "quote",
13205]
13206
13207[[package]]
13208name = "proc-macro-error2"
13209version = "2.0.1"
13210source = "registry+https://github.com/rust-lang/crates.io-index"
13211checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13212dependencies = [
13213 "proc-macro-error-attr2",
13214 "proc-macro2",
13215 "quote",
13216 "syn 2.0.117",
13217]
13218
13219[[package]]
13220name = "proc-macro2"
13221version = "1.0.101"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13224dependencies = [
13225 "unicode-ident",
13226]
13227
13228[[package]]
13229name = "proc-macro2-diagnostics"
13230version = "0.10.1"
13231source = "registry+https://github.com/rust-lang/crates.io-index"
13232checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13233dependencies = [
13234 "proc-macro2",
13235 "quote",
13236 "syn 2.0.117",
13237 "version_check",
13238 "yansi",
13239]
13240
13241[[package]]
13242name = "procfs-core"
13243version = "0.17.0"
13244source = "registry+https://github.com/rust-lang/crates.io-index"
13245checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13246dependencies = [
13247 "bitflags 2.10.0",
13248 "hex",
13249 "serde",
13250]
13251
13252[[package]]
13253name = "profiling"
13254version = "1.0.17"
13255source = "registry+https://github.com/rust-lang/crates.io-index"
13256checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13257dependencies = [
13258 "profiling-procmacros",
13259]
13260
13261[[package]]
13262name = "profiling-procmacros"
13263version = "1.0.17"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13266dependencies = [
13267 "quote",
13268 "syn 2.0.117",
13269]
13270
13271[[package]]
13272name = "project"
13273version = "0.1.0"
13274dependencies = [
13275 "aho-corasick",
13276 "anyhow",
13277 "askpass",
13278 "async-trait",
13279 "base64 0.22.1",
13280 "buffer_diff",
13281 "circular-buffer",
13282 "client",
13283 "clock",
13284 "collections",
13285 "context_server",
13286 "credentials_provider",
13287 "dap",
13288 "encoding_rs",
13289 "extension",
13290 "fancy-regex 0.17.0",
13291 "fs",
13292 "futures 0.3.32",
13293 "fuzzy",
13294 "fuzzy_nucleo",
13295 "git",
13296 "git2",
13297 "git_hosting_providers",
13298 "globset",
13299 "gpui",
13300 "http_client",
13301 "image",
13302 "indexmap",
13303 "itertools 0.14.0",
13304 "language",
13305 "log",
13306 "lsp",
13307 "markdown",
13308 "node_runtime",
13309 "parking_lot",
13310 "paths",
13311 "percent-encoding",
13312 "postage",
13313 "prettier",
13314 "pretty_assertions",
13315 "project",
13316 "rand 0.9.2",
13317 "regex",
13318 "release_channel",
13319 "remote",
13320 "rpc",
13321 "schemars",
13322 "semver",
13323 "serde",
13324 "serde_json",
13325 "settings",
13326 "sha2",
13327 "shellexpand 2.1.2",
13328 "smallvec",
13329 "smol",
13330 "snippet",
13331 "snippet_provider",
13332 "sum_tree",
13333 "task",
13334 "tempfile",
13335 "terminal",
13336 "text",
13337 "toml 0.8.23",
13338 "tracing",
13339 "unindent",
13340 "url",
13341 "util",
13342 "watch",
13343 "wax",
13344 "which 6.0.3",
13345 "worktree",
13346 "zed_credentials_provider",
13347 "zeroize",
13348 "zlog",
13349 "ztracing",
13350]
13351
13352[[package]]
13353name = "project_benchmarks"
13354version = "0.1.0"
13355dependencies = [
13356 "anyhow",
13357 "askpass",
13358 "clap",
13359 "client",
13360 "futures 0.3.32",
13361 "gpui",
13362 "gpui_platform",
13363 "http_client",
13364 "language",
13365 "node_runtime",
13366 "project",
13367 "release_channel",
13368 "remote",
13369 "rpassword",
13370 "semver",
13371 "settings",
13372 "watch",
13373]
13374
13375[[package]]
13376name = "project_panel"
13377version = "0.1.0"
13378dependencies = [
13379 "anyhow",
13380 "client",
13381 "collections",
13382 "command_palette_hooks",
13383 "criterion",
13384 "editor",
13385 "feature_flags",
13386 "file_icons",
13387 "git",
13388 "git_ui",
13389 "gpui",
13390 "itertools 0.14.0",
13391 "language",
13392 "menu",
13393 "notifications",
13394 "pretty_assertions",
13395 "project",
13396 "rayon",
13397 "remote_connection",
13398 "schemars",
13399 "search",
13400 "serde",
13401 "serde_json",
13402 "settings",
13403 "smallvec",
13404 "telemetry",
13405 "tempfile",
13406 "theme",
13407 "theme_settings",
13408 "ui",
13409 "util",
13410 "workspace",
13411 "worktree",
13412 "zed_actions",
13413]
13414
13415[[package]]
13416name = "project_symbols"
13417version = "0.1.0"
13418dependencies = [
13419 "anyhow",
13420 "editor",
13421 "futures 0.3.32",
13422 "fuzzy",
13423 "gpui",
13424 "language",
13425 "lsp",
13426 "ordered-float 2.10.1",
13427 "picker",
13428 "project",
13429 "release_channel",
13430 "semver",
13431 "serde_json",
13432 "settings",
13433 "theme",
13434 "theme_settings",
13435 "util",
13436 "workspace",
13437]
13438
13439[[package]]
13440name = "prometheus"
13441version = "0.14.0"
13442source = "registry+https://github.com/rust-lang/crates.io-index"
13443checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13444dependencies = [
13445 "cfg-if",
13446 "fnv",
13447 "lazy_static",
13448 "memchr",
13449 "parking_lot",
13450 "protobuf",
13451 "thiserror 2.0.17",
13452]
13453
13454[[package]]
13455name = "prompt_store"
13456version = "0.1.0"
13457dependencies = [
13458 "anyhow",
13459 "assets",
13460 "chrono",
13461 "collections",
13462 "fs",
13463 "futures 0.3.32",
13464 "fuzzy",
13465 "gpui",
13466 "handlebars 4.5.0",
13467 "heed",
13468 "language",
13469 "log",
13470 "parking_lot",
13471 "paths",
13472 "rope",
13473 "serde",
13474 "strum 0.27.2",
13475 "tempfile",
13476 "text",
13477 "util",
13478 "uuid",
13479]
13480
13481[[package]]
13482name = "proptest"
13483version = "1.10.0"
13484source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13485dependencies = [
13486 "bit-set 0.8.0",
13487 "bit-vec 0.8.0",
13488 "bitflags 2.10.0",
13489 "num-traits",
13490 "proptest-macro",
13491 "rand 0.9.2",
13492 "rand_chacha 0.9.0",
13493 "rand_xorshift",
13494 "regex-syntax",
13495 "rusty-fork",
13496 "tempfile",
13497 "unarray",
13498]
13499
13500[[package]]
13501name = "proptest-derive"
13502version = "0.8.0"
13503source = "registry+https://github.com/rust-lang/crates.io-index"
13504checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13505dependencies = [
13506 "proc-macro2",
13507 "quote",
13508 "syn 2.0.117",
13509]
13510
13511[[package]]
13512name = "proptest-macro"
13513version = "0.5.0"
13514source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13515dependencies = [
13516 "convert_case 0.11.0",
13517 "proc-macro2",
13518 "quote",
13519 "syn 2.0.117",
13520]
13521
13522[[package]]
13523name = "prost"
13524version = "0.9.0"
13525source = "registry+https://github.com/rust-lang/crates.io-index"
13526checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13527dependencies = [
13528 "bytes 1.11.1",
13529 "prost-derive 0.9.0",
13530]
13531
13532[[package]]
13533name = "prost"
13534version = "0.12.6"
13535source = "registry+https://github.com/rust-lang/crates.io-index"
13536checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13537dependencies = [
13538 "bytes 1.11.1",
13539 "prost-derive 0.12.6",
13540]
13541
13542[[package]]
13543name = "prost-build"
13544version = "0.9.0"
13545source = "registry+https://github.com/rust-lang/crates.io-index"
13546checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13547dependencies = [
13548 "bytes 1.11.1",
13549 "heck 0.3.3",
13550 "itertools 0.10.5",
13551 "lazy_static",
13552 "log",
13553 "multimap",
13554 "petgraph",
13555 "prost 0.9.0",
13556 "prost-types 0.9.0",
13557 "regex",
13558 "tempfile",
13559 "which 4.4.2",
13560]
13561
13562[[package]]
13563name = "prost-build"
13564version = "0.12.6"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13567dependencies = [
13568 "bytes 1.11.1",
13569 "heck 0.5.0",
13570 "itertools 0.12.1",
13571 "log",
13572 "multimap",
13573 "once_cell",
13574 "petgraph",
13575 "prettyplease",
13576 "prost 0.12.6",
13577 "prost-types 0.12.6",
13578 "regex",
13579 "syn 2.0.117",
13580 "tempfile",
13581]
13582
13583[[package]]
13584name = "prost-derive"
13585version = "0.9.0"
13586source = "registry+https://github.com/rust-lang/crates.io-index"
13587checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13588dependencies = [
13589 "anyhow",
13590 "itertools 0.10.5",
13591 "proc-macro2",
13592 "quote",
13593 "syn 1.0.109",
13594]
13595
13596[[package]]
13597name = "prost-derive"
13598version = "0.12.6"
13599source = "registry+https://github.com/rust-lang/crates.io-index"
13600checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13601dependencies = [
13602 "anyhow",
13603 "itertools 0.12.1",
13604 "proc-macro2",
13605 "quote",
13606 "syn 2.0.117",
13607]
13608
13609[[package]]
13610name = "prost-types"
13611version = "0.9.0"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13614dependencies = [
13615 "bytes 1.11.1",
13616 "prost 0.9.0",
13617]
13618
13619[[package]]
13620name = "prost-types"
13621version = "0.12.6"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13624dependencies = [
13625 "prost 0.12.6",
13626]
13627
13628[[package]]
13629name = "proto"
13630version = "0.1.0"
13631dependencies = [
13632 "anyhow",
13633 "prost 0.9.0",
13634 "prost-build 0.9.0",
13635 "serde",
13636]
13637
13638[[package]]
13639name = "protobuf"
13640version = "3.7.2"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13643dependencies = [
13644 "once_cell",
13645 "protobuf-support",
13646 "thiserror 1.0.69",
13647]
13648
13649[[package]]
13650name = "protobuf-support"
13651version = "3.7.2"
13652source = "registry+https://github.com/rust-lang/crates.io-index"
13653checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13654dependencies = [
13655 "thiserror 1.0.69",
13656]
13657
13658[[package]]
13659name = "psm"
13660version = "0.1.30"
13661source = "registry+https://github.com/rust-lang/crates.io-index"
13662checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13663dependencies = [
13664 "ar_archive_writer",
13665 "cc",
13666]
13667
13668[[package]]
13669name = "ptr_meta"
13670version = "0.1.4"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13673dependencies = [
13674 "ptr_meta_derive",
13675]
13676
13677[[package]]
13678name = "ptr_meta_derive"
13679version = "0.1.4"
13680source = "registry+https://github.com/rust-lang/crates.io-index"
13681checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13682dependencies = [
13683 "proc-macro2",
13684 "quote",
13685 "syn 1.0.109",
13686]
13687
13688[[package]]
13689name = "pulldown-cmark"
13690version = "0.10.3"
13691source = "registry+https://github.com/rust-lang/crates.io-index"
13692checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13693dependencies = [
13694 "bitflags 2.10.0",
13695 "memchr",
13696 "pulldown-cmark-escape",
13697 "unicase",
13698]
13699
13700[[package]]
13701name = "pulldown-cmark"
13702version = "0.13.0"
13703source = "registry+https://github.com/rust-lang/crates.io-index"
13704checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13705dependencies = [
13706 "bitflags 2.10.0",
13707 "memchr",
13708 "unicase",
13709]
13710
13711[[package]]
13712name = "pulldown-cmark-escape"
13713version = "0.10.1"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13716
13717[[package]]
13718name = "pulley-interpreter"
13719version = "36.0.6"
13720source = "registry+https://github.com/rust-lang/crates.io-index"
13721checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13722dependencies = [
13723 "cranelift-bitset",
13724 "log",
13725 "pulley-macros",
13726 "wasmtime-internal-math",
13727]
13728
13729[[package]]
13730name = "pulley-macros"
13731version = "36.0.6"
13732source = "registry+https://github.com/rust-lang/crates.io-index"
13733checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13734dependencies = [
13735 "proc-macro2",
13736 "quote",
13737 "syn 2.0.117",
13738]
13739
13740[[package]]
13741name = "pulp"
13742version = "0.18.22"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13745dependencies = [
13746 "bytemuck",
13747 "libm",
13748 "num-complex",
13749 "reborrow",
13750]
13751
13752[[package]]
13753name = "pulp"
13754version = "0.21.5"
13755source = "registry+https://github.com/rust-lang/crates.io-index"
13756checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13757dependencies = [
13758 "bytemuck",
13759 "cfg-if",
13760 "libm",
13761 "num-complex",
13762 "reborrow",
13763 "version_check",
13764]
13765
13766[[package]]
13767name = "pxfm"
13768version = "0.1.25"
13769source = "registry+https://github.com/rust-lang/crates.io-index"
13770checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13771dependencies = [
13772 "num-traits",
13773]
13774
13775[[package]]
13776name = "qoi"
13777version = "0.4.1"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13780dependencies = [
13781 "bytemuck",
13782]
13783
13784[[package]]
13785name = "quick-error"
13786version = "1.2.3"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13789
13790[[package]]
13791name = "quick-error"
13792version = "2.0.1"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13795
13796[[package]]
13797name = "quick-xml"
13798version = "0.30.0"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13801dependencies = [
13802 "memchr",
13803]
13804
13805[[package]]
13806name = "quick-xml"
13807version = "0.37.5"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13810dependencies = [
13811 "memchr",
13812]
13813
13814[[package]]
13815name = "quick-xml"
13816version = "0.38.3"
13817source = "registry+https://github.com/rust-lang/crates.io-index"
13818checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13819dependencies = [
13820 "memchr",
13821]
13822
13823[[package]]
13824name = "quinn"
13825version = "0.11.9"
13826source = "registry+https://github.com/rust-lang/crates.io-index"
13827checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13828dependencies = [
13829 "bytes 1.11.1",
13830 "cfg_aliases 0.2.1",
13831 "pin-project-lite",
13832 "quinn-proto",
13833 "quinn-udp",
13834 "rustc-hash 2.1.1",
13835 "rustls 0.23.33",
13836 "socket2 0.6.1",
13837 "thiserror 2.0.17",
13838 "tokio",
13839 "tracing",
13840 "web-time",
13841]
13842
13843[[package]]
13844name = "quinn-proto"
13845version = "0.11.13"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13848dependencies = [
13849 "bytes 1.11.1",
13850 "getrandom 0.3.4",
13851 "lru-slab",
13852 "rand 0.9.2",
13853 "ring",
13854 "rustc-hash 2.1.1",
13855 "rustls 0.23.33",
13856 "rustls-pki-types",
13857 "slab",
13858 "thiserror 2.0.17",
13859 "tinyvec",
13860 "tracing",
13861 "web-time",
13862]
13863
13864[[package]]
13865name = "quinn-udp"
13866version = "0.5.14"
13867source = "registry+https://github.com/rust-lang/crates.io-index"
13868checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13869dependencies = [
13870 "cfg_aliases 0.2.1",
13871 "libc",
13872 "once_cell",
13873 "socket2 0.6.1",
13874 "tracing",
13875 "windows-sys 0.60.2",
13876]
13877
13878[[package]]
13879name = "quote"
13880version = "1.0.41"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13883dependencies = [
13884 "proc-macro2",
13885]
13886
13887[[package]]
13888name = "r-efi"
13889version = "5.3.0"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13892
13893[[package]]
13894name = "radium"
13895version = "0.7.0"
13896source = "registry+https://github.com/rust-lang/crates.io-index"
13897checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13898
13899[[package]]
13900name = "rand"
13901version = "0.3.23"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13904dependencies = [
13905 "libc",
13906 "rand 0.4.6",
13907]
13908
13909[[package]]
13910name = "rand"
13911version = "0.4.6"
13912source = "registry+https://github.com/rust-lang/crates.io-index"
13913checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13914dependencies = [
13915 "fuchsia-cprng",
13916 "libc",
13917 "rand_core 0.3.1",
13918 "rdrand",
13919 "winapi",
13920]
13921
13922[[package]]
13923name = "rand"
13924version = "0.8.5"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13927dependencies = [
13928 "libc",
13929 "rand_chacha 0.3.1",
13930 "rand_core 0.6.4",
13931]
13932
13933[[package]]
13934name = "rand"
13935version = "0.9.2"
13936source = "registry+https://github.com/rust-lang/crates.io-index"
13937checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13938dependencies = [
13939 "rand_chacha 0.9.0",
13940 "rand_core 0.9.3",
13941]
13942
13943[[package]]
13944name = "rand_chacha"
13945version = "0.3.1"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13948dependencies = [
13949 "ppv-lite86",
13950 "rand_core 0.6.4",
13951]
13952
13953[[package]]
13954name = "rand_chacha"
13955version = "0.9.0"
13956source = "registry+https://github.com/rust-lang/crates.io-index"
13957checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13958dependencies = [
13959 "ppv-lite86",
13960 "rand_core 0.9.3",
13961]
13962
13963[[package]]
13964name = "rand_core"
13965version = "0.3.1"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13968dependencies = [
13969 "rand_core 0.4.2",
13970]
13971
13972[[package]]
13973name = "rand_core"
13974version = "0.4.2"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13977
13978[[package]]
13979name = "rand_core"
13980version = "0.6.4"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13983dependencies = [
13984 "getrandom 0.2.16",
13985]
13986
13987[[package]]
13988name = "rand_core"
13989version = "0.9.3"
13990source = "registry+https://github.com/rust-lang/crates.io-index"
13991checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13992dependencies = [
13993 "getrandom 0.3.4",
13994]
13995
13996[[package]]
13997name = "rand_distr"
13998version = "0.5.1"
13999source = "registry+https://github.com/rust-lang/crates.io-index"
14000checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14001dependencies = [
14002 "num-traits",
14003 "rand 0.9.2",
14004]
14005
14006[[package]]
14007name = "rand_pcg"
14008version = "0.3.1"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14011dependencies = [
14012 "rand_core 0.6.4",
14013]
14014
14015[[package]]
14016name = "rand_xorshift"
14017version = "0.4.0"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14020dependencies = [
14021 "rand_core 0.9.3",
14022]
14023
14024[[package]]
14025name = "random_choice"
14026version = "0.3.2"
14027source = "registry+https://github.com/rust-lang/crates.io-index"
14028checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14029dependencies = [
14030 "rand 0.3.23",
14031]
14032
14033[[package]]
14034name = "range-alloc"
14035version = "0.1.4"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14038
14039[[package]]
14040name = "range-map"
14041version = "0.2.0"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14044dependencies = [
14045 "num-traits",
14046]
14047
14048[[package]]
14049name = "rangemap"
14050version = "1.7.1"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14053
14054[[package]]
14055name = "rav1e"
14056version = "0.7.1"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14059dependencies = [
14060 "arbitrary",
14061 "arg_enum_proc_macro",
14062 "arrayvec",
14063 "av1-grain",
14064 "bitstream-io",
14065 "built",
14066 "cfg-if",
14067 "interpolate_name",
14068 "itertools 0.12.1",
14069 "libc",
14070 "libfuzzer-sys",
14071 "log",
14072 "maybe-rayon",
14073 "new_debug_unreachable",
14074 "noop_proc_macro",
14075 "num-derive",
14076 "num-traits",
14077 "once_cell",
14078 "paste",
14079 "profiling",
14080 "rand 0.8.5",
14081 "rand_chacha 0.3.1",
14082 "simd_helpers",
14083 "system-deps 6.2.2",
14084 "thiserror 1.0.69",
14085 "v_frame",
14086 "wasm-bindgen",
14087]
14088
14089[[package]]
14090name = "ravif"
14091version = "0.11.20"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14094dependencies = [
14095 "avif-serialize",
14096 "imgref",
14097 "loop9",
14098 "quick-error 2.0.1",
14099 "rav1e",
14100 "rayon",
14101 "rgb",
14102]
14103
14104[[package]]
14105name = "raw-cpuid"
14106version = "10.7.0"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14109dependencies = [
14110 "bitflags 1.3.2",
14111]
14112
14113[[package]]
14114name = "raw-cpuid"
14115version = "11.6.0"
14116source = "registry+https://github.com/rust-lang/crates.io-index"
14117checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14118dependencies = [
14119 "bitflags 2.10.0",
14120]
14121
14122[[package]]
14123name = "raw-window-handle"
14124version = "0.6.2"
14125source = "registry+https://github.com/rust-lang/crates.io-index"
14126checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14127
14128[[package]]
14129name = "raw-window-metal"
14130version = "1.1.0"
14131source = "registry+https://github.com/rust-lang/crates.io-index"
14132checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14133dependencies = [
14134 "objc2",
14135 "objc2-core-foundation",
14136 "objc2-foundation",
14137 "objc2-quartz-core",
14138]
14139
14140[[package]]
14141name = "rayon"
14142version = "1.11.0"
14143source = "registry+https://github.com/rust-lang/crates.io-index"
14144checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14145dependencies = [
14146 "either",
14147 "rayon-core",
14148]
14149
14150[[package]]
14151name = "rayon-core"
14152version = "1.13.0"
14153source = "registry+https://github.com/rust-lang/crates.io-index"
14154checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14155dependencies = [
14156 "crossbeam-deque",
14157 "crossbeam-utils",
14158]
14159
14160[[package]]
14161name = "rdrand"
14162version = "0.4.0"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14165dependencies = [
14166 "rand_core 0.3.1",
14167]
14168
14169[[package]]
14170name = "read-fonts"
14171version = "0.35.0"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14174dependencies = [
14175 "bytemuck",
14176 "font-types 0.10.0",
14177]
14178
14179[[package]]
14180name = "read-fonts"
14181version = "0.37.0"
14182source = "registry+https://github.com/rust-lang/crates.io-index"
14183checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14184dependencies = [
14185 "bytemuck",
14186 "core_maths",
14187 "font-types 0.11.0",
14188]
14189
14190[[package]]
14191name = "realfft"
14192version = "3.5.0"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14195dependencies = [
14196 "rustfft",
14197]
14198
14199[[package]]
14200name = "reborrow"
14201version = "0.5.5"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14204
14205[[package]]
14206name = "recent_projects"
14207version = "0.1.0"
14208dependencies = [
14209 "anyhow",
14210 "askpass",
14211 "chrono",
14212 "db",
14213 "dev_container",
14214 "editor",
14215 "extension",
14216 "extension_host",
14217 "fs",
14218 "futures 0.3.32",
14219 "fuzzy",
14220 "gpui",
14221 "http_client",
14222 "indoc",
14223 "language",
14224 "log",
14225 "menu",
14226 "node_runtime",
14227 "open_path_prompt",
14228 "ordered-float 2.10.1",
14229 "paths",
14230 "picker",
14231 "project",
14232 "release_channel",
14233 "remote",
14234 "remote_connection",
14235 "remote_server",
14236 "semver",
14237 "serde",
14238 "serde_json",
14239 "settings",
14240 "smol",
14241 "task",
14242 "telemetry",
14243 "ui",
14244 "ui_input",
14245 "util",
14246 "windows-registry 0.6.1",
14247 "workspace",
14248 "worktree",
14249 "zed_actions",
14250]
14251
14252[[package]]
14253name = "redox_syscall"
14254version = "0.2.16"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14257dependencies = [
14258 "bitflags 1.3.2",
14259]
14260
14261[[package]]
14262name = "redox_syscall"
14263version = "0.5.18"
14264source = "registry+https://github.com/rust-lang/crates.io-index"
14265checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14266dependencies = [
14267 "bitflags 2.10.0",
14268]
14269
14270[[package]]
14271name = "redox_users"
14272version = "0.4.6"
14273source = "registry+https://github.com/rust-lang/crates.io-index"
14274checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14275dependencies = [
14276 "getrandom 0.2.16",
14277 "libredox",
14278 "thiserror 1.0.69",
14279]
14280
14281[[package]]
14282name = "redox_users"
14283version = "0.5.2"
14284source = "registry+https://github.com/rust-lang/crates.io-index"
14285checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14286dependencies = [
14287 "getrandom 0.2.16",
14288 "libredox",
14289 "thiserror 2.0.17",
14290]
14291
14292[[package]]
14293name = "ref-cast"
14294version = "1.0.25"
14295source = "registry+https://github.com/rust-lang/crates.io-index"
14296checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14297dependencies = [
14298 "ref-cast-impl",
14299]
14300
14301[[package]]
14302name = "ref-cast-impl"
14303version = "1.0.25"
14304source = "registry+https://github.com/rust-lang/crates.io-index"
14305checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14306dependencies = [
14307 "proc-macro2",
14308 "quote",
14309 "syn 2.0.117",
14310]
14311
14312[[package]]
14313name = "referencing"
14314version = "0.37.4"
14315source = "registry+https://github.com/rust-lang/crates.io-index"
14316checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14317dependencies = [
14318 "ahash 0.8.12",
14319 "fluent-uri",
14320 "getrandom 0.3.4",
14321 "hashbrown 0.16.1",
14322 "parking_lot",
14323 "percent-encoding",
14324 "serde_json",
14325]
14326
14327[[package]]
14328name = "refineable"
14329version = "0.1.0"
14330dependencies = [
14331 "derive_refineable",
14332]
14333
14334[[package]]
14335name = "regalloc2"
14336version = "0.12.2"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14339dependencies = [
14340 "allocator-api2",
14341 "bumpalo",
14342 "hashbrown 0.15.5",
14343 "log",
14344 "rustc-hash 2.1.1",
14345 "serde",
14346 "smallvec",
14347]
14348
14349[[package]]
14350name = "regex"
14351version = "1.12.2"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14354dependencies = [
14355 "aho-corasick",
14356 "memchr",
14357 "regex-automata",
14358 "regex-syntax",
14359]
14360
14361[[package]]
14362name = "regex-automata"
14363version = "0.4.13"
14364source = "registry+https://github.com/rust-lang/crates.io-index"
14365checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14366dependencies = [
14367 "aho-corasick",
14368 "memchr",
14369 "regex-syntax",
14370]
14371
14372[[package]]
14373name = "regex-lite"
14374version = "0.1.8"
14375source = "registry+https://github.com/rust-lang/crates.io-index"
14376checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14377
14378[[package]]
14379name = "regex-syntax"
14380version = "0.8.8"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14383
14384[[package]]
14385name = "release_channel"
14386version = "0.1.0"
14387dependencies = [
14388 "gpui",
14389 "semver",
14390]
14391
14392[[package]]
14393name = "remote"
14394version = "0.1.0"
14395dependencies = [
14396 "anyhow",
14397 "askpass",
14398 "async-trait",
14399 "base64 0.22.1",
14400 "collections",
14401 "fs",
14402 "futures 0.3.32",
14403 "gpui",
14404 "log",
14405 "parking_lot",
14406 "paths",
14407 "prost 0.9.0",
14408 "release_channel",
14409 "rpc",
14410 "schemars",
14411 "semver",
14412 "serde",
14413 "serde_json",
14414 "settings",
14415 "smol",
14416 "tempfile",
14417 "thiserror 2.0.17",
14418 "urlencoding",
14419 "util",
14420 "which 6.0.3",
14421]
14422
14423[[package]]
14424name = "remote_connection"
14425version = "0.1.0"
14426dependencies = [
14427 "anyhow",
14428 "askpass",
14429 "auto_update",
14430 "futures 0.3.32",
14431 "gpui",
14432 "log",
14433 "markdown",
14434 "menu",
14435 "release_channel",
14436 "remote",
14437 "semver",
14438 "settings",
14439 "theme_settings",
14440 "ui",
14441 "ui_input",
14442 "workspace",
14443]
14444
14445[[package]]
14446name = "remote_server"
14447version = "0.1.0"
14448dependencies = [
14449 "action_log",
14450 "agent",
14451 "anyhow",
14452 "askpass",
14453 "cargo_toml",
14454 "clap",
14455 "client",
14456 "clock",
14457 "collections",
14458 "crash-handler",
14459 "crashes",
14460 "dap_adapters",
14461 "debug_adapter_extension",
14462 "editor",
14463 "env_logger 0.11.8",
14464 "extension",
14465 "extension_host",
14466 "fork",
14467 "fs",
14468 "futures 0.3.32",
14469 "git",
14470 "git2",
14471 "git_hosting_providers",
14472 "gpui",
14473 "gpui_platform",
14474 "gpui_tokio",
14475 "http_client",
14476 "image",
14477 "json_schema_store",
14478 "language",
14479 "language_extension",
14480 "language_model",
14481 "languages",
14482 "libc",
14483 "log",
14484 "lsp",
14485 "minidumper",
14486 "net",
14487 "node_runtime",
14488 "paths",
14489 "pretty_assertions",
14490 "project",
14491 "proto",
14492 "rayon",
14493 "release_channel",
14494 "remote",
14495 "reqwest_client",
14496 "rpc",
14497 "rust-embed",
14498 "semver",
14499 "serde",
14500 "serde_json",
14501 "settings",
14502 "shellexpand 2.1.2",
14503 "smol",
14504 "sysinfo 0.37.2",
14505 "task",
14506 "theme",
14507 "theme_settings",
14508 "thiserror 2.0.17",
14509 "toml 0.8.23",
14510 "unindent",
14511 "util",
14512 "uuid",
14513 "watch",
14514 "windows 0.61.3",
14515 "worktree",
14516 "zlog",
14517]
14518
14519[[package]]
14520name = "rend"
14521version = "0.4.2"
14522source = "registry+https://github.com/rust-lang/crates.io-index"
14523checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14524dependencies = [
14525 "bytecheck",
14526]
14527
14528[[package]]
14529name = "renderdoc-sys"
14530version = "1.1.0"
14531source = "registry+https://github.com/rust-lang/crates.io-index"
14532checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14533
14534[[package]]
14535name = "repl"
14536version = "0.1.0"
14537dependencies = [
14538 "alacritty_terminal",
14539 "anyhow",
14540 "async-dispatcher",
14541 "async-task",
14542 "async-tungstenite",
14543 "base64 0.22.1",
14544 "client",
14545 "collections",
14546 "command_palette_hooks",
14547 "editor",
14548 "feature_flags",
14549 "file_icons",
14550 "futures 0.3.32",
14551 "gpui",
14552 "html_to_markdown",
14553 "http_client",
14554 "image",
14555 "indoc",
14556 "jupyter-protocol",
14557 "jupyter-websocket-client",
14558 "language",
14559 "languages",
14560 "log",
14561 "markdown",
14562 "menu",
14563 "multi_buffer",
14564 "nbformat",
14565 "picker",
14566 "project",
14567 "remote",
14568 "runtimelib",
14569 "serde",
14570 "serde_json",
14571 "settings",
14572 "shlex",
14573 "smol",
14574 "telemetry",
14575 "terminal",
14576 "terminal_view",
14577 "theme",
14578 "theme_settings",
14579 "tree-sitter-md",
14580 "tree-sitter-python",
14581 "tree-sitter-typescript",
14582 "ui",
14583 "util",
14584 "uuid",
14585 "workspace",
14586 "zed_actions",
14587]
14588
14589[[package]]
14590name = "reqwest"
14591version = "0.11.27"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14594dependencies = [
14595 "base64 0.21.7",
14596 "bytes 1.11.1",
14597 "encoding_rs",
14598 "futures-core",
14599 "futures-util",
14600 "h2 0.3.27",
14601 "http 0.2.12",
14602 "http-body 0.4.6",
14603 "hyper 0.14.32",
14604 "hyper-tls",
14605 "ipnet",
14606 "js-sys",
14607 "log",
14608 "mime",
14609 "native-tls",
14610 "once_cell",
14611 "percent-encoding",
14612 "pin-project-lite",
14613 "rustls-pemfile 1.0.4",
14614 "serde",
14615 "serde_json",
14616 "serde_urlencoded",
14617 "sync_wrapper 0.1.2",
14618 "system-configuration 0.5.1",
14619 "tokio",
14620 "tokio-native-tls",
14621 "tower-service",
14622 "url",
14623 "wasm-bindgen",
14624 "wasm-bindgen-futures",
14625 "web-sys",
14626 "winreg 0.50.0",
14627]
14628
14629[[package]]
14630name = "reqwest"
14631version = "0.12.24"
14632source = "registry+https://github.com/rust-lang/crates.io-index"
14633checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14634dependencies = [
14635 "base64 0.22.1",
14636 "bytes 1.11.1",
14637 "futures-channel",
14638 "futures-core",
14639 "futures-util",
14640 "http 1.3.1",
14641 "http-body 1.0.1",
14642 "http-body-util",
14643 "hyper 1.7.0",
14644 "hyper-rustls 0.27.7",
14645 "hyper-util",
14646 "js-sys",
14647 "log",
14648 "percent-encoding",
14649 "pin-project-lite",
14650 "quinn",
14651 "rustls 0.23.33",
14652 "rustls-native-certs 0.8.2",
14653 "rustls-pki-types",
14654 "serde",
14655 "serde_json",
14656 "serde_urlencoded",
14657 "sync_wrapper 1.0.2",
14658 "tokio",
14659 "tokio-rustls 0.26.2",
14660 "tower 0.5.2",
14661 "tower-http 0.6.6",
14662 "tower-service",
14663 "url",
14664 "wasm-bindgen",
14665 "wasm-bindgen-futures",
14666 "web-sys",
14667]
14668
14669[[package]]
14670name = "reqwest_client"
14671version = "0.1.0"
14672dependencies = [
14673 "anyhow",
14674 "bytes 1.11.1",
14675 "futures 0.3.32",
14676 "gpui_util",
14677 "http_client",
14678 "http_client_tls",
14679 "log",
14680 "regex",
14681 "serde",
14682 "tokio",
14683 "zed-reqwest",
14684]
14685
14686[[package]]
14687name = "resvg"
14688version = "0.45.1"
14689source = "registry+https://github.com/rust-lang/crates.io-index"
14690checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14691dependencies = [
14692 "gif",
14693 "image-webp",
14694 "log",
14695 "pico-args",
14696 "rgb",
14697 "svgtypes",
14698 "tiny-skia",
14699 "usvg",
14700 "zune-jpeg",
14701]
14702
14703[[package]]
14704name = "rfc6979"
14705version = "0.3.1"
14706source = "registry+https://github.com/rust-lang/crates.io-index"
14707checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14708dependencies = [
14709 "crypto-bigint 0.4.9",
14710 "hmac",
14711 "zeroize",
14712]
14713
14714[[package]]
14715name = "rgb"
14716version = "0.8.52"
14717source = "registry+https://github.com/rust-lang/crates.io-index"
14718checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14719dependencies = [
14720 "bytemuck",
14721]
14722
14723[[package]]
14724name = "ring"
14725version = "0.17.14"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14728dependencies = [
14729 "cc",
14730 "cfg-if",
14731 "getrandom 0.2.16",
14732 "libc",
14733 "untrusted 0.9.0",
14734 "windows-sys 0.52.0",
14735]
14736
14737[[package]]
14738name = "rkyv"
14739version = "0.7.45"
14740source = "registry+https://github.com/rust-lang/crates.io-index"
14741checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14742dependencies = [
14743 "bitvec",
14744 "bytecheck",
14745 "bytes 1.11.1",
14746 "hashbrown 0.12.3",
14747 "ptr_meta",
14748 "rend",
14749 "rkyv_derive",
14750 "seahash",
14751 "tinyvec",
14752 "uuid",
14753]
14754
14755[[package]]
14756name = "rkyv_derive"
14757version = "0.7.45"
14758source = "registry+https://github.com/rust-lang/crates.io-index"
14759checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14760dependencies = [
14761 "proc-macro2",
14762 "quote",
14763 "syn 1.0.109",
14764]
14765
14766[[package]]
14767name = "rmp"
14768version = "0.8.14"
14769source = "registry+https://github.com/rust-lang/crates.io-index"
14770checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14771dependencies = [
14772 "byteorder",
14773 "num-traits",
14774 "paste",
14775]
14776
14777[[package]]
14778name = "rmpv"
14779version = "1.3.0"
14780source = "registry+https://github.com/rust-lang/crates.io-index"
14781checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14782dependencies = [
14783 "num-traits",
14784 "rmp",
14785]
14786
14787[[package]]
14788name = "rodio"
14789version = "0.21.1"
14790source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14791dependencies = [
14792 "cpal",
14793 "dasp_sample",
14794 "hound",
14795 "num-rational",
14796 "rand 0.9.2",
14797 "rand_distr",
14798 "rtrb",
14799 "symphonia",
14800 "thiserror 2.0.17",
14801]
14802
14803[[package]]
14804name = "rope"
14805version = "0.1.0"
14806dependencies = [
14807 "criterion",
14808 "ctor",
14809 "gpui",
14810 "heapless",
14811 "log",
14812 "rand 0.9.2",
14813 "rayon",
14814 "sum_tree",
14815 "tracing",
14816 "unicode-segmentation",
14817 "util",
14818 "zlog",
14819 "ztracing",
14820]
14821
14822[[package]]
14823name = "roxmltree"
14824version = "0.20.0"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14827
14828[[package]]
14829name = "rpassword"
14830version = "7.4.0"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14833dependencies = [
14834 "libc",
14835 "rtoolbox",
14836 "windows-sys 0.59.0",
14837]
14838
14839[[package]]
14840name = "rpc"
14841version = "0.1.0"
14842dependencies = [
14843 "anyhow",
14844 "async-tungstenite",
14845 "base64 0.22.1",
14846 "collections",
14847 "futures 0.3.32",
14848 "gpui",
14849 "parking_lot",
14850 "proto",
14851 "rand 0.9.2",
14852 "rsa",
14853 "serde",
14854 "serde_json",
14855 "sha2",
14856 "strum 0.27.2",
14857 "tracing",
14858 "util",
14859 "zlog",
14860 "zstd",
14861]
14862
14863[[package]]
14864name = "rsa"
14865version = "0.9.10"
14866source = "registry+https://github.com/rust-lang/crates.io-index"
14867checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14868dependencies = [
14869 "const-oid",
14870 "digest",
14871 "num-bigint-dig 0.8.6",
14872 "num-integer",
14873 "num-traits",
14874 "pkcs1",
14875 "pkcs8 0.10.2",
14876 "rand_core 0.6.4",
14877 "signature 2.2.0",
14878 "spki 0.7.3",
14879 "subtle",
14880 "zeroize",
14881]
14882
14883[[package]]
14884name = "rtoolbox"
14885version = "0.0.3"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14888dependencies = [
14889 "libc",
14890 "windows-sys 0.52.0",
14891]
14892
14893[[package]]
14894name = "rtrb"
14895version = "0.3.2"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14898
14899[[package]]
14900name = "rules_library"
14901version = "0.1.0"
14902dependencies = [
14903 "anyhow",
14904 "collections",
14905 "editor",
14906 "gpui",
14907 "language",
14908 "language_model",
14909 "log",
14910 "menu",
14911 "picker",
14912 "platform_title_bar",
14913 "prompt_store",
14914 "release_channel",
14915 "rope",
14916 "serde",
14917 "settings",
14918 "theme_settings",
14919 "ui",
14920 "ui_input",
14921 "util",
14922 "workspace",
14923 "zed_actions",
14924]
14925
14926[[package]]
14927name = "runtimelib"
14928version = "1.4.0"
14929source = "registry+https://github.com/rust-lang/crates.io-index"
14930checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14931dependencies = [
14932 "async-dispatcher",
14933 "async-std",
14934 "aws-lc-rs",
14935 "base64 0.22.1",
14936 "bytes 1.11.1",
14937 "chrono",
14938 "data-encoding",
14939 "dirs 6.0.0",
14940 "futures 0.3.32",
14941 "glob",
14942 "jupyter-protocol",
14943 "serde",
14944 "serde_json",
14945 "shellexpand 3.1.1",
14946 "smol",
14947 "thiserror 2.0.17",
14948 "uuid",
14949 "zeromq",
14950]
14951
14952[[package]]
14953name = "rust-embed"
14954version = "8.11.0"
14955source = "registry+https://github.com/rust-lang/crates.io-index"
14956checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14957dependencies = [
14958 "rust-embed-impl",
14959 "rust-embed-utils",
14960 "walkdir",
14961]
14962
14963[[package]]
14964name = "rust-embed-impl"
14965version = "8.11.0"
14966source = "registry+https://github.com/rust-lang/crates.io-index"
14967checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14968dependencies = [
14969 "proc-macro2",
14970 "quote",
14971 "rust-embed-utils",
14972 "syn 2.0.117",
14973 "walkdir",
14974]
14975
14976[[package]]
14977name = "rust-embed-utils"
14978version = "8.11.0"
14979source = "registry+https://github.com/rust-lang/crates.io-index"
14980checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14981dependencies = [
14982 "globset",
14983 "sha2",
14984 "walkdir",
14985]
14986
14987[[package]]
14988name = "rust_decimal"
14989version = "1.39.0"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14992dependencies = [
14993 "arrayvec",
14994 "borsh",
14995 "bytes 1.11.1",
14996 "num-traits",
14997 "rand 0.8.5",
14998 "rkyv",
14999 "serde",
15000 "serde_json",
15001]
15002
15003[[package]]
15004name = "rustc-demangle"
15005version = "0.1.26"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15008
15009[[package]]
15010name = "rustc-hash"
15011version = "1.1.0"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15014
15015[[package]]
15016name = "rustc-hash"
15017version = "2.1.1"
15018source = "registry+https://github.com/rust-lang/crates.io-index"
15019checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15020
15021[[package]]
15022name = "rustc_version"
15023version = "0.4.1"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15026dependencies = [
15027 "semver",
15028]
15029
15030[[package]]
15031name = "rustfft"
15032version = "6.4.1"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15035dependencies = [
15036 "num-complex",
15037 "num-integer",
15038 "num-traits",
15039 "primal-check",
15040 "strength_reduce",
15041 "transpose",
15042]
15043
15044[[package]]
15045name = "rustix"
15046version = "0.38.44"
15047source = "registry+https://github.com/rust-lang/crates.io-index"
15048checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15049dependencies = [
15050 "bitflags 2.10.0",
15051 "errno 0.3.14",
15052 "libc",
15053 "linux-raw-sys 0.4.15",
15054 "windows-sys 0.59.0",
15055]
15056
15057[[package]]
15058name = "rustix"
15059version = "1.1.2"
15060source = "registry+https://github.com/rust-lang/crates.io-index"
15061checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15062dependencies = [
15063 "bitflags 2.10.0",
15064 "errno 0.3.14",
15065 "libc",
15066 "linux-raw-sys 0.11.0",
15067 "windows-sys 0.61.2",
15068]
15069
15070[[package]]
15071name = "rustix-linux-procfs"
15072version = "0.1.1"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15075dependencies = [
15076 "once_cell",
15077 "rustix 1.1.2",
15078]
15079
15080[[package]]
15081name = "rustix-openpty"
15082version = "0.2.0"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15085dependencies = [
15086 "errno 0.3.14",
15087 "libc",
15088 "rustix 1.1.2",
15089]
15090
15091[[package]]
15092name = "rustls"
15093version = "0.21.12"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15096dependencies = [
15097 "log",
15098 "ring",
15099 "rustls-webpki 0.101.7",
15100 "sct",
15101]
15102
15103[[package]]
15104name = "rustls"
15105version = "0.23.33"
15106source = "registry+https://github.com/rust-lang/crates.io-index"
15107checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15108dependencies = [
15109 "aws-lc-rs",
15110 "log",
15111 "once_cell",
15112 "ring",
15113 "rustls-pki-types",
15114 "rustls-webpki 0.103.7",
15115 "subtle",
15116 "zeroize",
15117]
15118
15119[[package]]
15120name = "rustls-native-certs"
15121version = "0.6.3"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15124dependencies = [
15125 "openssl-probe",
15126 "rustls-pemfile 1.0.4",
15127 "schannel",
15128 "security-framework 2.11.1",
15129]
15130
15131[[package]]
15132name = "rustls-native-certs"
15133version = "0.8.2"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15136dependencies = [
15137 "openssl-probe",
15138 "rustls-pki-types",
15139 "schannel",
15140 "security-framework 3.5.1",
15141]
15142
15143[[package]]
15144name = "rustls-pemfile"
15145version = "1.0.4"
15146source = "registry+https://github.com/rust-lang/crates.io-index"
15147checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15148dependencies = [
15149 "base64 0.21.7",
15150]
15151
15152[[package]]
15153name = "rustls-pemfile"
15154version = "2.2.0"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15157dependencies = [
15158 "rustls-pki-types",
15159]
15160
15161[[package]]
15162name = "rustls-pki-types"
15163version = "1.12.0"
15164source = "registry+https://github.com/rust-lang/crates.io-index"
15165checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15166dependencies = [
15167 "web-time",
15168 "zeroize",
15169]
15170
15171[[package]]
15172name = "rustls-platform-verifier"
15173version = "0.5.3"
15174source = "registry+https://github.com/rust-lang/crates.io-index"
15175checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15176dependencies = [
15177 "core-foundation 0.10.0",
15178 "core-foundation-sys",
15179 "jni",
15180 "log",
15181 "once_cell",
15182 "rustls 0.23.33",
15183 "rustls-native-certs 0.8.2",
15184 "rustls-platform-verifier-android",
15185 "rustls-webpki 0.103.7",
15186 "security-framework 3.5.1",
15187 "security-framework-sys",
15188 "webpki-root-certs",
15189 "windows-sys 0.59.0",
15190]
15191
15192[[package]]
15193name = "rustls-platform-verifier-android"
15194version = "0.1.1"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15197
15198[[package]]
15199name = "rustls-webpki"
15200version = "0.101.7"
15201source = "registry+https://github.com/rust-lang/crates.io-index"
15202checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15203dependencies = [
15204 "ring",
15205 "untrusted 0.9.0",
15206]
15207
15208[[package]]
15209name = "rustls-webpki"
15210version = "0.103.7"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15213dependencies = [
15214 "aws-lc-rs",
15215 "ring",
15216 "rustls-pki-types",
15217 "untrusted 0.9.0",
15218]
15219
15220[[package]]
15221name = "rustversion"
15222version = "1.0.22"
15223source = "registry+https://github.com/rust-lang/crates.io-index"
15224checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15225
15226[[package]]
15227name = "rusty-fork"
15228version = "0.3.1"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15231dependencies = [
15232 "fnv",
15233 "quick-error 1.2.3",
15234 "tempfile",
15235 "wait-timeout",
15236]
15237
15238[[package]]
15239name = "rustybuzz"
15240version = "0.20.1"
15241source = "registry+https://github.com/rust-lang/crates.io-index"
15242checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15243dependencies = [
15244 "bitflags 2.10.0",
15245 "bytemuck",
15246 "core_maths",
15247 "log",
15248 "smallvec",
15249 "ttf-parser 0.25.1",
15250 "unicode-bidi-mirroring",
15251 "unicode-ccc",
15252 "unicode-properties",
15253 "unicode-script",
15254]
15255
15256[[package]]
15257name = "ryu"
15258version = "1.0.20"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15261
15262[[package]]
15263name = "saa"
15264version = "5.4.9"
15265source = "registry+https://github.com/rust-lang/crates.io-index"
15266checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15267
15268[[package]]
15269name = "safetensors"
15270version = "0.4.5"
15271source = "registry+https://github.com/rust-lang/crates.io-index"
15272checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15273dependencies = [
15274 "serde",
15275 "serde_json",
15276]
15277
15278[[package]]
15279name = "same-file"
15280version = "1.0.6"
15281source = "registry+https://github.com/rust-lang/crates.io-index"
15282checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15283dependencies = [
15284 "winapi-util",
15285]
15286
15287[[package]]
15288name = "scc"
15289version = "3.5.6"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15292dependencies = [
15293 "saa",
15294 "sdd",
15295]
15296
15297[[package]]
15298name = "schannel"
15299version = "0.1.28"
15300source = "registry+https://github.com/rust-lang/crates.io-index"
15301checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15302dependencies = [
15303 "windows-sys 0.61.2",
15304]
15305
15306[[package]]
15307name = "scheduler"
15308version = "0.1.0"
15309dependencies = [
15310 "async-task",
15311 "backtrace",
15312 "chrono",
15313 "flume",
15314 "futures 0.3.32",
15315 "parking_lot",
15316 "rand 0.9.2",
15317 "web-time",
15318]
15319
15320[[package]]
15321name = "schema_generator"
15322version = "0.1.0"
15323dependencies = [
15324 "anyhow",
15325 "clap",
15326 "env_logger 0.11.8",
15327 "schemars",
15328 "serde",
15329 "serde_json",
15330 "settings",
15331 "theme",
15332 "theme_settings",
15333]
15334
15335[[package]]
15336name = "schemars"
15337version = "1.0.4"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15340dependencies = [
15341 "dyn-clone",
15342 "indexmap",
15343 "ref-cast",
15344 "schemars_derive",
15345 "serde",
15346 "serde_json",
15347]
15348
15349[[package]]
15350name = "schemars_derive"
15351version = "1.0.4"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15354dependencies = [
15355 "proc-macro2",
15356 "quote",
15357 "serde_derive_internals",
15358 "syn 2.0.117",
15359]
15360
15361[[package]]
15362name = "scoped-tls"
15363version = "1.0.1"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15366
15367[[package]]
15368name = "scopeguard"
15369version = "1.2.0"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15372
15373[[package]]
15374name = "scratch"
15375version = "1.0.9"
15376source = "registry+https://github.com/rust-lang/crates.io-index"
15377checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15378
15379[[package]]
15380name = "screencapturekit"
15381version = "0.2.8"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15384dependencies = [
15385 "screencapturekit-sys",
15386]
15387
15388[[package]]
15389name = "screencapturekit-sys"
15390version = "0.2.8"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15393dependencies = [
15394 "block",
15395 "dispatch",
15396 "objc",
15397 "objc-foundation",
15398 "objc_id",
15399 "once_cell",
15400]
15401
15402[[package]]
15403name = "scroll"
15404version = "0.12.0"
15405source = "registry+https://github.com/rust-lang/crates.io-index"
15406checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15407dependencies = [
15408 "scroll_derive",
15409]
15410
15411[[package]]
15412name = "scroll_derive"
15413version = "0.12.1"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15416dependencies = [
15417 "proc-macro2",
15418 "quote",
15419 "syn 2.0.117",
15420]
15421
15422[[package]]
15423name = "sct"
15424version = "0.7.1"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15427dependencies = [
15428 "ring",
15429 "untrusted 0.9.0",
15430]
15431
15432[[package]]
15433name = "sdd"
15434version = "4.6.2"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15437
15438[[package]]
15439name = "sea-bae"
15440version = "0.2.1"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15443dependencies = [
15444 "heck 0.4.1",
15445 "proc-macro-error2",
15446 "proc-macro2",
15447 "quote",
15448 "syn 2.0.117",
15449]
15450
15451[[package]]
15452name = "sea-orm"
15453version = "1.1.10"
15454source = "registry+https://github.com/rust-lang/crates.io-index"
15455checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15456dependencies = [
15457 "async-stream",
15458 "async-trait",
15459 "bigdecimal",
15460 "chrono",
15461 "futures-util",
15462 "log",
15463 "ouroboros",
15464 "pgvector",
15465 "rust_decimal",
15466 "sea-orm-macros",
15467 "sea-query",
15468 "sea-query-binder",
15469 "serde",
15470 "serde_json",
15471 "sqlx",
15472 "strum 0.26.3",
15473 "thiserror 2.0.17",
15474 "time",
15475 "tracing",
15476 "url",
15477 "uuid",
15478]
15479
15480[[package]]
15481name = "sea-orm-macros"
15482version = "1.1.10"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15485dependencies = [
15486 "heck 0.4.1",
15487 "proc-macro2",
15488 "quote",
15489 "sea-bae",
15490 "syn 2.0.117",
15491 "unicode-ident",
15492]
15493
15494[[package]]
15495name = "sea-query"
15496version = "0.32.7"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15499dependencies = [
15500 "bigdecimal",
15501 "chrono",
15502 "inherent",
15503 "ordered-float 4.6.0",
15504 "rust_decimal",
15505 "serde_json",
15506 "time",
15507 "uuid",
15508]
15509
15510[[package]]
15511name = "sea-query-binder"
15512version = "0.7.0"
15513source = "registry+https://github.com/rust-lang/crates.io-index"
15514checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15515dependencies = [
15516 "bigdecimal",
15517 "chrono",
15518 "rust_decimal",
15519 "sea-query",
15520 "serde_json",
15521 "sqlx",
15522 "time",
15523 "uuid",
15524]
15525
15526[[package]]
15527name = "seahash"
15528version = "4.1.0"
15529source = "registry+https://github.com/rust-lang/crates.io-index"
15530checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15531
15532[[package]]
15533name = "search"
15534version = "0.1.0"
15535dependencies = [
15536 "any_vec",
15537 "anyhow",
15538 "bitflags 2.10.0",
15539 "collections",
15540 "editor",
15541 "fs",
15542 "futures 0.3.32",
15543 "gpui",
15544 "itertools 0.14.0",
15545 "language",
15546 "lsp",
15547 "menu",
15548 "multi_buffer",
15549 "pretty_assertions",
15550 "project",
15551 "serde",
15552 "serde_json",
15553 "settings",
15554 "smol",
15555 "theme",
15556 "theme_settings",
15557 "tracing",
15558 "ui",
15559 "unindent",
15560 "util",
15561 "util_macros",
15562 "workspace",
15563 "zed_actions",
15564 "ztracing",
15565]
15566
15567[[package]]
15568name = "sec1"
15569version = "0.3.0"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15572dependencies = [
15573 "base16ct",
15574 "der 0.6.1",
15575 "generic-array",
15576 "pkcs8 0.9.0",
15577 "subtle",
15578 "zeroize",
15579]
15580
15581[[package]]
15582name = "secrecy"
15583version = "0.10.3"
15584source = "registry+https://github.com/rust-lang/crates.io-index"
15585checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15586dependencies = [
15587 "zeroize",
15588]
15589
15590[[package]]
15591name = "security-framework"
15592version = "2.11.1"
15593source = "registry+https://github.com/rust-lang/crates.io-index"
15594checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15595dependencies = [
15596 "bitflags 2.10.0",
15597 "core-foundation 0.9.4",
15598 "core-foundation-sys",
15599 "libc",
15600 "security-framework-sys",
15601]
15602
15603[[package]]
15604name = "security-framework"
15605version = "3.5.1"
15606source = "registry+https://github.com/rust-lang/crates.io-index"
15607checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15608dependencies = [
15609 "bitflags 2.10.0",
15610 "core-foundation 0.10.0",
15611 "core-foundation-sys",
15612 "libc",
15613 "security-framework-sys",
15614]
15615
15616[[package]]
15617name = "security-framework-sys"
15618version = "2.15.0"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15621dependencies = [
15622 "core-foundation-sys",
15623 "libc",
15624]
15625
15626[[package]]
15627name = "self_cell"
15628version = "1.2.2"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15631
15632[[package]]
15633name = "semver"
15634version = "1.0.27"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15637dependencies = [
15638 "serde",
15639 "serde_core",
15640]
15641
15642[[package]]
15643name = "seq-macro"
15644version = "0.3.6"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15647
15648[[package]]
15649name = "serde"
15650version = "1.0.228"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15653dependencies = [
15654 "serde_core",
15655 "serde_derive",
15656]
15657
15658[[package]]
15659name = "serde_bytes"
15660version = "0.11.19"
15661source = "registry+https://github.com/rust-lang/crates.io-index"
15662checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15663dependencies = [
15664 "serde",
15665 "serde_core",
15666]
15667
15668[[package]]
15669name = "serde_core"
15670version = "1.0.228"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15673dependencies = [
15674 "serde_derive",
15675]
15676
15677[[package]]
15678name = "serde_derive"
15679version = "1.0.228"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15682dependencies = [
15683 "proc-macro2",
15684 "quote",
15685 "syn 2.0.117",
15686]
15687
15688[[package]]
15689name = "serde_derive_internals"
15690version = "0.29.1"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15693dependencies = [
15694 "proc-macro2",
15695 "quote",
15696 "syn 2.0.117",
15697]
15698
15699[[package]]
15700name = "serde_fmt"
15701version = "1.0.3"
15702source = "registry+https://github.com/rust-lang/crates.io-index"
15703checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15704dependencies = [
15705 "serde",
15706]
15707
15708[[package]]
15709name = "serde_json"
15710version = "1.0.145"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15713dependencies = [
15714 "indexmap",
15715 "itoa",
15716 "memchr",
15717 "ryu",
15718 "serde",
15719 "serde_core",
15720]
15721
15722[[package]]
15723name = "serde_json_lenient"
15724version = "0.2.4"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15727dependencies = [
15728 "indexmap",
15729 "itoa",
15730 "memchr",
15731 "ryu",
15732 "serde",
15733]
15734
15735[[package]]
15736name = "serde_path_to_error"
15737version = "0.1.20"
15738source = "registry+https://github.com/rust-lang/crates.io-index"
15739checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15740dependencies = [
15741 "itoa",
15742 "serde",
15743 "serde_core",
15744]
15745
15746[[package]]
15747name = "serde_repr"
15748version = "0.1.20"
15749source = "registry+https://github.com/rust-lang/crates.io-index"
15750checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15751dependencies = [
15752 "proc-macro2",
15753 "quote",
15754 "syn 2.0.117",
15755]
15756
15757[[package]]
15758name = "serde_spanned"
15759version = "0.6.9"
15760source = "registry+https://github.com/rust-lang/crates.io-index"
15761checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15762dependencies = [
15763 "serde",
15764]
15765
15766[[package]]
15767name = "serde_spanned"
15768version = "1.0.3"
15769source = "registry+https://github.com/rust-lang/crates.io-index"
15770checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15771dependencies = [
15772 "serde_core",
15773]
15774
15775[[package]]
15776name = "serde_urlencoded"
15777version = "0.7.1"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15780dependencies = [
15781 "form_urlencoded",
15782 "itoa",
15783 "ryu",
15784 "serde",
15785]
15786
15787[[package]]
15788name = "serde_yaml"
15789version = "0.9.34+deprecated"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15792dependencies = [
15793 "indexmap",
15794 "itoa",
15795 "ryu",
15796 "serde",
15797 "unsafe-libyaml",
15798]
15799
15800[[package]]
15801name = "serial2"
15802version = "0.2.33"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15805dependencies = [
15806 "cfg-if",
15807 "libc",
15808 "winapi",
15809]
15810
15811[[package]]
15812name = "session"
15813version = "0.1.0"
15814dependencies = [
15815 "db",
15816 "gpui",
15817 "serde_json",
15818 "util",
15819 "uuid",
15820]
15821
15822[[package]]
15823name = "settings"
15824version = "0.1.0"
15825dependencies = [
15826 "anyhow",
15827 "collections",
15828 "ec4rs",
15829 "fs",
15830 "futures 0.3.32",
15831 "gpui",
15832 "indoc",
15833 "inventory",
15834 "log",
15835 "migrator",
15836 "paths",
15837 "pretty_assertions",
15838 "release_channel",
15839 "rust-embed",
15840 "schemars",
15841 "serde",
15842 "serde_json",
15843 "serde_json_lenient",
15844 "settings_content",
15845 "settings_json",
15846 "settings_macros",
15847 "smallvec",
15848 "unindent",
15849 "util",
15850 "zlog",
15851]
15852
15853[[package]]
15854name = "settings_content"
15855version = "0.1.0"
15856dependencies = [
15857 "anyhow",
15858 "collections",
15859 "derive_more",
15860 "gpui",
15861 "language_model_core",
15862 "log",
15863 "schemars",
15864 "serde",
15865 "serde_json",
15866 "serde_json_lenient",
15867 "settings_json",
15868 "settings_macros",
15869 "strum 0.27.2",
15870 "util",
15871]
15872
15873[[package]]
15874name = "settings_json"
15875version = "0.1.0"
15876dependencies = [
15877 "anyhow",
15878 "pretty_assertions",
15879 "serde",
15880 "serde_json",
15881 "serde_json_lenient",
15882 "serde_path_to_error",
15883 "tree-sitter",
15884 "tree-sitter-json",
15885 "unindent",
15886 "util",
15887]
15888
15889[[package]]
15890name = "settings_macros"
15891version = "0.1.0"
15892dependencies = [
15893 "quote",
15894 "settings",
15895 "syn 2.0.117",
15896]
15897
15898[[package]]
15899name = "settings_profile_selector"
15900version = "0.1.0"
15901dependencies = [
15902 "editor",
15903 "fuzzy",
15904 "gpui",
15905 "menu",
15906 "picker",
15907 "project",
15908 "serde_json",
15909 "settings",
15910 "theme",
15911 "theme_settings",
15912 "ui",
15913 "workspace",
15914 "zed_actions",
15915]
15916
15917[[package]]
15918name = "settings_ui"
15919version = "0.1.0"
15920dependencies = [
15921 "agent",
15922 "agent_settings",
15923 "anyhow",
15924 "audio",
15925 "codestral",
15926 "component",
15927 "copilot",
15928 "copilot_ui",
15929 "cpal",
15930 "edit_prediction",
15931 "edit_prediction_ui",
15932 "editor",
15933 "fs",
15934 "futures 0.3.32",
15935 "fuzzy",
15936 "gpui",
15937 "heck 0.5.0",
15938 "itertools 0.14.0",
15939 "language",
15940 "log",
15941 "menu",
15942 "paths",
15943 "picker",
15944 "platform_title_bar",
15945 "pretty_assertions",
15946 "project",
15947 "regex",
15948 "release_channel",
15949 "rodio",
15950 "schemars",
15951 "search",
15952 "serde",
15953 "serde_json",
15954 "settings",
15955 "shell_command_parser",
15956 "strum 0.27.2",
15957 "telemetry",
15958 "theme",
15959 "theme_settings",
15960 "title_bar",
15961 "ui",
15962 "util",
15963 "workspace",
15964 "zed_actions",
15965 "zed_credentials_provider",
15966]
15967
15968[[package]]
15969name = "sha-1"
15970version = "0.10.1"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15973dependencies = [
15974 "cfg-if",
15975 "cpufeatures",
15976 "digest",
15977]
15978
15979[[package]]
15980name = "sha1"
15981version = "0.10.6"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15984dependencies = [
15985 "cfg-if",
15986 "cpufeatures",
15987 "digest",
15988]
15989
15990[[package]]
15991name = "sha1_smol"
15992version = "1.0.1"
15993source = "registry+https://github.com/rust-lang/crates.io-index"
15994checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15995
15996[[package]]
15997name = "sha2"
15998version = "0.10.9"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16001dependencies = [
16002 "cfg-if",
16003 "cpufeatures",
16004 "digest",
16005]
16006
16007[[package]]
16008name = "sharded-slab"
16009version = "0.1.7"
16010source = "registry+https://github.com/rust-lang/crates.io-index"
16011checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16012dependencies = [
16013 "lazy_static",
16014]
16015
16016[[package]]
16017name = "shared_library"
16018version = "0.1.9"
16019source = "registry+https://github.com/rust-lang/crates.io-index"
16020checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16021dependencies = [
16022 "lazy_static",
16023 "libc",
16024]
16025
16026[[package]]
16027name = "shell-words"
16028version = "1.1.0"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16031
16032[[package]]
16033name = "shell_command_parser"
16034version = "0.1.0"
16035dependencies = [
16036 "brush-parser",
16037]
16038
16039[[package]]
16040name = "shellexpand"
16041version = "2.1.2"
16042source = "registry+https://github.com/rust-lang/crates.io-index"
16043checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16044dependencies = [
16045 "dirs 4.0.0",
16046]
16047
16048[[package]]
16049name = "shellexpand"
16050version = "3.1.1"
16051source = "registry+https://github.com/rust-lang/crates.io-index"
16052checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16053dependencies = [
16054 "dirs 6.0.0",
16055]
16056
16057[[package]]
16058name = "shingles"
16059version = "0.1.1"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16062
16063[[package]]
16064name = "shlex"
16065version = "1.3.0"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16068
16069[[package]]
16070name = "sidebar"
16071version = "0.1.0"
16072dependencies = [
16073 "acp_thread",
16074 "action_log",
16075 "agent",
16076 "agent-client-protocol",
16077 "agent_settings",
16078 "agent_ui",
16079 "anyhow",
16080 "chrono",
16081 "editor",
16082 "fs",
16083 "git",
16084 "gpui",
16085 "language_model",
16086 "menu",
16087 "platform_title_bar",
16088 "pretty_assertions",
16089 "project",
16090 "prompt_store",
16091 "recent_projects",
16092 "remote",
16093 "serde",
16094 "serde_json",
16095 "settings",
16096 "theme",
16097 "theme_settings",
16098 "ui",
16099 "util",
16100 "vim_mode_setting",
16101 "workspace",
16102 "zed_actions",
16103]
16104
16105[[package]]
16106name = "signal-hook"
16107version = "0.3.18"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16110dependencies = [
16111 "libc",
16112 "signal-hook-registry",
16113]
16114
16115[[package]]
16116name = "signal-hook-registry"
16117version = "1.4.6"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16120dependencies = [
16121 "libc",
16122]
16123
16124[[package]]
16125name = "signature"
16126version = "1.6.4"
16127source = "registry+https://github.com/rust-lang/crates.io-index"
16128checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16129dependencies = [
16130 "digest",
16131 "rand_core 0.6.4",
16132]
16133
16134[[package]]
16135name = "signature"
16136version = "2.2.0"
16137source = "registry+https://github.com/rust-lang/crates.io-index"
16138checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16139dependencies = [
16140 "digest",
16141 "rand_core 0.6.4",
16142]
16143
16144[[package]]
16145name = "simd-adler32"
16146version = "0.3.7"
16147source = "registry+https://github.com/rust-lang/crates.io-index"
16148checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16149
16150[[package]]
16151name = "simd_helpers"
16152version = "0.1.0"
16153source = "registry+https://github.com/rust-lang/crates.io-index"
16154checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16155dependencies = [
16156 "quote",
16157]
16158
16159[[package]]
16160name = "simdutf8"
16161version = "0.1.5"
16162source = "registry+https://github.com/rust-lang/crates.io-index"
16163checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16164
16165[[package]]
16166name = "similar"
16167version = "2.7.0"
16168source = "registry+https://github.com/rust-lang/crates.io-index"
16169checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16170
16171[[package]]
16172name = "simple_asn1"
16173version = "0.6.3"
16174source = "registry+https://github.com/rust-lang/crates.io-index"
16175checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16176dependencies = [
16177 "num-bigint",
16178 "num-traits",
16179 "thiserror 2.0.17",
16180 "time",
16181]
16182
16183[[package]]
16184name = "simplecss"
16185version = "0.2.2"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16188dependencies = [
16189 "log",
16190]
16191
16192[[package]]
16193name = "simplelog"
16194version = "0.12.2"
16195source = "registry+https://github.com/rust-lang/crates.io-index"
16196checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16197dependencies = [
16198 "log",
16199 "termcolor",
16200 "time",
16201]
16202
16203[[package]]
16204name = "siphasher"
16205version = "0.3.11"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16208
16209[[package]]
16210name = "siphasher"
16211version = "1.0.1"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16214
16215[[package]]
16216name = "skrifa"
16217version = "0.37.0"
16218source = "registry+https://github.com/rust-lang/crates.io-index"
16219checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16220dependencies = [
16221 "bytemuck",
16222 "read-fonts 0.35.0",
16223]
16224
16225[[package]]
16226name = "skrifa"
16227version = "0.40.0"
16228source = "registry+https://github.com/rust-lang/crates.io-index"
16229checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16230dependencies = [
16231 "bytemuck",
16232 "read-fonts 0.37.0",
16233]
16234
16235[[package]]
16236name = "slab"
16237version = "0.4.11"
16238source = "registry+https://github.com/rust-lang/crates.io-index"
16239checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16240
16241[[package]]
16242name = "slotmap"
16243version = "1.0.7"
16244source = "registry+https://github.com/rust-lang/crates.io-index"
16245checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16246dependencies = [
16247 "version_check",
16248]
16249
16250[[package]]
16251name = "smallvec"
16252version = "1.15.1"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16255dependencies = [
16256 "serde",
16257]
16258
16259[[package]]
16260name = "smart-default"
16261version = "0.7.1"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16264dependencies = [
16265 "proc-macro2",
16266 "quote",
16267 "syn 2.0.117",
16268]
16269
16270[[package]]
16271name = "smol"
16272version = "2.0.2"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16275dependencies = [
16276 "async-channel 2.5.0",
16277 "async-executor",
16278 "async-fs",
16279 "async-io",
16280 "async-lock 3.4.2",
16281 "async-net",
16282 "async-process",
16283 "blocking",
16284 "futures-lite 2.6.1",
16285]
16286
16287[[package]]
16288name = "smol_str"
16289version = "0.3.5"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16292
16293[[package]]
16294name = "snafu"
16295version = "0.8.9"
16296source = "registry+https://github.com/rust-lang/crates.io-index"
16297checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16298dependencies = [
16299 "snafu-derive",
16300]
16301
16302[[package]]
16303name = "snafu-derive"
16304version = "0.8.9"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16307dependencies = [
16308 "heck 0.5.0",
16309 "proc-macro2",
16310 "quote",
16311 "syn 2.0.117",
16312]
16313
16314[[package]]
16315name = "snippet"
16316version = "0.1.0"
16317dependencies = [
16318 "anyhow",
16319 "smallvec",
16320]
16321
16322[[package]]
16323name = "snippet_provider"
16324version = "0.1.0"
16325dependencies = [
16326 "anyhow",
16327 "collections",
16328 "extension",
16329 "fs",
16330 "futures 0.3.32",
16331 "gpui",
16332 "indoc",
16333 "parking_lot",
16334 "paths",
16335 "schemars",
16336 "serde",
16337 "serde_json",
16338 "serde_json_lenient",
16339 "snippet",
16340 "util",
16341]
16342
16343[[package]]
16344name = "snippets_ui"
16345version = "0.1.0"
16346dependencies = [
16347 "file_icons",
16348 "fuzzy",
16349 "gpui",
16350 "language",
16351 "open_path_prompt",
16352 "paths",
16353 "picker",
16354 "settings",
16355 "ui",
16356 "util",
16357 "workspace",
16358]
16359
16360[[package]]
16361name = "socket2"
16362version = "0.5.10"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16365dependencies = [
16366 "libc",
16367 "windows-sys 0.52.0",
16368]
16369
16370[[package]]
16371name = "socket2"
16372version = "0.6.1"
16373source = "registry+https://github.com/rust-lang/crates.io-index"
16374checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16375dependencies = [
16376 "libc",
16377 "windows-sys 0.60.2",
16378]
16379
16380[[package]]
16381name = "spdx"
16382version = "0.10.9"
16383source = "registry+https://github.com/rust-lang/crates.io-index"
16384checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16385dependencies = [
16386 "smallvec",
16387]
16388
16389[[package]]
16390name = "spin"
16391version = "0.9.8"
16392source = "registry+https://github.com/rust-lang/crates.io-index"
16393checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16394dependencies = [
16395 "lock_api",
16396]
16397
16398[[package]]
16399name = "spin"
16400version = "0.10.0"
16401source = "registry+https://github.com/rust-lang/crates.io-index"
16402checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16403dependencies = [
16404 "lock_api",
16405]
16406
16407[[package]]
16408name = "spirv"
16409version = "0.4.0+sdk-1.4.341.0"
16410source = "registry+https://github.com/rust-lang/crates.io-index"
16411checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16412dependencies = [
16413 "bitflags 2.10.0",
16414]
16415
16416[[package]]
16417name = "spki"
16418version = "0.6.0"
16419source = "registry+https://github.com/rust-lang/crates.io-index"
16420checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16421dependencies = [
16422 "base64ct",
16423 "der 0.6.1",
16424]
16425
16426[[package]]
16427name = "spki"
16428version = "0.7.3"
16429source = "registry+https://github.com/rust-lang/crates.io-index"
16430checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16431dependencies = [
16432 "base64ct",
16433 "der 0.7.10",
16434]
16435
16436[[package]]
16437name = "sqlez"
16438version = "0.1.0"
16439dependencies = [
16440 "anyhow",
16441 "collections",
16442 "futures 0.3.32",
16443 "indoc",
16444 "libsqlite3-sys",
16445 "log",
16446 "parking_lot",
16447 "smol",
16448 "sqlformat",
16449 "thread_local",
16450 "util",
16451 "uuid",
16452]
16453
16454[[package]]
16455name = "sqlez_macros"
16456version = "0.1.0"
16457dependencies = [
16458 "sqlez",
16459 "sqlformat",
16460 "syn 2.0.117",
16461]
16462
16463[[package]]
16464name = "sqlformat"
16465version = "0.2.6"
16466source = "registry+https://github.com/rust-lang/crates.io-index"
16467checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16468dependencies = [
16469 "nom 7.1.3",
16470 "unicode_categories",
16471]
16472
16473[[package]]
16474name = "sqlx"
16475version = "0.8.6"
16476source = "registry+https://github.com/rust-lang/crates.io-index"
16477checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16478dependencies = [
16479 "sqlx-core",
16480 "sqlx-macros",
16481 "sqlx-mysql",
16482 "sqlx-postgres",
16483 "sqlx-sqlite",
16484]
16485
16486[[package]]
16487name = "sqlx-core"
16488version = "0.8.6"
16489source = "registry+https://github.com/rust-lang/crates.io-index"
16490checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16491dependencies = [
16492 "base64 0.22.1",
16493 "bigdecimal",
16494 "bytes 1.11.1",
16495 "chrono",
16496 "crc",
16497 "crossbeam-queue",
16498 "either",
16499 "event-listener 5.4.1",
16500 "futures-core",
16501 "futures-intrusive",
16502 "futures-io",
16503 "futures-util",
16504 "hashbrown 0.15.5",
16505 "hashlink 0.10.0",
16506 "indexmap",
16507 "log",
16508 "memchr",
16509 "once_cell",
16510 "percent-encoding",
16511 "rust_decimal",
16512 "rustls 0.23.33",
16513 "serde",
16514 "serde_json",
16515 "sha2",
16516 "smallvec",
16517 "thiserror 2.0.17",
16518 "time",
16519 "tokio",
16520 "tokio-stream",
16521 "tracing",
16522 "url",
16523 "uuid",
16524 "webpki-roots",
16525]
16526
16527[[package]]
16528name = "sqlx-macros"
16529version = "0.8.6"
16530source = "registry+https://github.com/rust-lang/crates.io-index"
16531checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16532dependencies = [
16533 "proc-macro2",
16534 "quote",
16535 "sqlx-core",
16536 "sqlx-macros-core",
16537 "syn 2.0.117",
16538]
16539
16540[[package]]
16541name = "sqlx-macros-core"
16542version = "0.8.6"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16545dependencies = [
16546 "dotenvy",
16547 "either",
16548 "heck 0.5.0",
16549 "hex",
16550 "once_cell",
16551 "proc-macro2",
16552 "quote",
16553 "serde",
16554 "serde_json",
16555 "sha2",
16556 "sqlx-core",
16557 "sqlx-mysql",
16558 "sqlx-postgres",
16559 "sqlx-sqlite",
16560 "syn 2.0.117",
16561 "tokio",
16562 "url",
16563]
16564
16565[[package]]
16566name = "sqlx-mysql"
16567version = "0.8.6"
16568source = "registry+https://github.com/rust-lang/crates.io-index"
16569checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16570dependencies = [
16571 "atoi",
16572 "base64 0.22.1",
16573 "bigdecimal",
16574 "bitflags 2.10.0",
16575 "byteorder",
16576 "bytes 1.11.1",
16577 "chrono",
16578 "crc",
16579 "digest",
16580 "dotenvy",
16581 "either",
16582 "futures-channel",
16583 "futures-core",
16584 "futures-io",
16585 "futures-util",
16586 "generic-array",
16587 "hex",
16588 "hkdf",
16589 "hmac",
16590 "itoa",
16591 "log",
16592 "md-5",
16593 "memchr",
16594 "once_cell",
16595 "percent-encoding",
16596 "rand 0.8.5",
16597 "rsa",
16598 "rust_decimal",
16599 "serde",
16600 "sha1",
16601 "sha2",
16602 "smallvec",
16603 "sqlx-core",
16604 "stringprep",
16605 "thiserror 2.0.17",
16606 "time",
16607 "tracing",
16608 "uuid",
16609 "whoami",
16610]
16611
16612[[package]]
16613name = "sqlx-postgres"
16614version = "0.8.6"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16617dependencies = [
16618 "atoi",
16619 "base64 0.22.1",
16620 "bigdecimal",
16621 "bitflags 2.10.0",
16622 "byteorder",
16623 "chrono",
16624 "crc",
16625 "dotenvy",
16626 "etcetera",
16627 "futures-channel",
16628 "futures-core",
16629 "futures-util",
16630 "hex",
16631 "hkdf",
16632 "hmac",
16633 "home",
16634 "itoa",
16635 "log",
16636 "md-5",
16637 "memchr",
16638 "num-bigint",
16639 "once_cell",
16640 "rand 0.8.5",
16641 "rust_decimal",
16642 "serde",
16643 "serde_json",
16644 "sha2",
16645 "smallvec",
16646 "sqlx-core",
16647 "stringprep",
16648 "thiserror 2.0.17",
16649 "time",
16650 "tracing",
16651 "uuid",
16652 "whoami",
16653]
16654
16655[[package]]
16656name = "sqlx-sqlite"
16657version = "0.8.6"
16658source = "registry+https://github.com/rust-lang/crates.io-index"
16659checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16660dependencies = [
16661 "atoi",
16662 "chrono",
16663 "flume",
16664 "futures-channel",
16665 "futures-core",
16666 "futures-executor",
16667 "futures-intrusive",
16668 "futures-util",
16669 "libsqlite3-sys",
16670 "log",
16671 "percent-encoding",
16672 "serde",
16673 "serde_urlencoded",
16674 "sqlx-core",
16675 "thiserror 2.0.17",
16676 "time",
16677 "tracing",
16678 "url",
16679 "uuid",
16680]
16681
16682[[package]]
16683name = "stable_deref_trait"
16684version = "1.2.1"
16685source = "registry+https://github.com/rust-lang/crates.io-index"
16686checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16687
16688[[package]]
16689name = "stacker"
16690version = "0.1.23"
16691source = "registry+https://github.com/rust-lang/crates.io-index"
16692checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16693dependencies = [
16694 "cc",
16695 "cfg-if",
16696 "libc",
16697 "psm",
16698 "windows-sys 0.59.0",
16699]
16700
16701[[package]]
16702name = "stacksafe"
16703version = "0.1.4"
16704source = "registry+https://github.com/rust-lang/crates.io-index"
16705checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16706dependencies = [
16707 "stacker",
16708 "stacksafe-macro",
16709]
16710
16711[[package]]
16712name = "stacksafe-macro"
16713version = "0.1.4"
16714source = "registry+https://github.com/rust-lang/crates.io-index"
16715checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16716dependencies = [
16717 "proc-macro-error2",
16718 "quote",
16719 "syn 2.0.117",
16720]
16721
16722[[package]]
16723name = "static_assertions"
16724version = "1.1.0"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16727
16728[[package]]
16729name = "story"
16730version = "0.1.0"
16731dependencies = [
16732 "gpui",
16733 "itertools 0.14.0",
16734 "smallvec",
16735]
16736
16737[[package]]
16738name = "storybook"
16739version = "0.1.0"
16740dependencies = [
16741 "anyhow",
16742 "clap",
16743 "ctrlc",
16744 "dialoguer",
16745 "editor",
16746 "fuzzy",
16747 "gpui",
16748 "gpui_platform",
16749 "indoc",
16750 "language",
16751 "log",
16752 "menu",
16753 "picker",
16754 "reqwest_client",
16755 "rust-embed",
16756 "settings",
16757 "simplelog",
16758 "story",
16759 "strum 0.27.2",
16760 "theme",
16761 "theme_settings",
16762 "title_bar",
16763 "ui",
16764]
16765
16766[[package]]
16767name = "streaming-iterator"
16768version = "0.1.9"
16769source = "registry+https://github.com/rust-lang/crates.io-index"
16770checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16771
16772[[package]]
16773name = "streaming_diff"
16774version = "0.1.0"
16775dependencies = [
16776 "ordered-float 2.10.1",
16777 "rand 0.9.2",
16778 "rope",
16779 "util",
16780]
16781
16782[[package]]
16783name = "strength_reduce"
16784version = "0.2.4"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16787
16788[[package]]
16789name = "strict-num"
16790version = "0.1.1"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16793dependencies = [
16794 "float-cmp",
16795]
16796
16797[[package]]
16798name = "string_cache"
16799version = "0.8.9"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16802dependencies = [
16803 "new_debug_unreachable",
16804 "parking_lot",
16805 "phf_shared 0.11.3",
16806 "precomputed-hash",
16807 "serde",
16808]
16809
16810[[package]]
16811name = "string_cache_codegen"
16812version = "0.5.4"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16815dependencies = [
16816 "phf_generator 0.11.3",
16817 "phf_shared 0.11.3",
16818 "proc-macro2",
16819 "quote",
16820]
16821
16822[[package]]
16823name = "stringprep"
16824version = "0.1.5"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16827dependencies = [
16828 "unicode-bidi",
16829 "unicode-normalization",
16830 "unicode-properties",
16831]
16832
16833[[package]]
16834name = "strsim"
16835version = "0.11.1"
16836source = "registry+https://github.com/rust-lang/crates.io-index"
16837checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16838
16839[[package]]
16840name = "strum"
16841version = "0.26.3"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16844
16845[[package]]
16846name = "strum"
16847version = "0.27.2"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16850dependencies = [
16851 "strum_macros 0.27.2",
16852]
16853
16854[[package]]
16855name = "strum"
16856version = "0.28.0"
16857source = "registry+https://github.com/rust-lang/crates.io-index"
16858checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16859dependencies = [
16860 "strum_macros 0.28.0",
16861]
16862
16863[[package]]
16864name = "strum_macros"
16865version = "0.27.2"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16868dependencies = [
16869 "heck 0.5.0",
16870 "proc-macro2",
16871 "quote",
16872 "syn 2.0.117",
16873]
16874
16875[[package]]
16876name = "strum_macros"
16877version = "0.28.0"
16878source = "registry+https://github.com/rust-lang/crates.io-index"
16879checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16880dependencies = [
16881 "heck 0.5.0",
16882 "proc-macro2",
16883 "quote",
16884 "syn 2.0.117",
16885]
16886
16887[[package]]
16888name = "subtle"
16889version = "2.6.1"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16892
16893[[package]]
16894name = "sum_tree"
16895version = "0.1.0"
16896dependencies = [
16897 "ctor",
16898 "heapless",
16899 "log",
16900 "proptest",
16901 "rand 0.9.2",
16902 "rayon",
16903 "tracing",
16904 "zlog",
16905 "ztracing",
16906]
16907
16908[[package]]
16909name = "sval"
16910version = "2.15.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16913
16914[[package]]
16915name = "sval_buffer"
16916version = "2.15.0"
16917source = "registry+https://github.com/rust-lang/crates.io-index"
16918checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16919dependencies = [
16920 "sval",
16921 "sval_ref",
16922]
16923
16924[[package]]
16925name = "sval_dynamic"
16926version = "2.15.0"
16927source = "registry+https://github.com/rust-lang/crates.io-index"
16928checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16929dependencies = [
16930 "sval",
16931]
16932
16933[[package]]
16934name = "sval_fmt"
16935version = "2.15.0"
16936source = "registry+https://github.com/rust-lang/crates.io-index"
16937checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16938dependencies = [
16939 "itoa",
16940 "ryu",
16941 "sval",
16942]
16943
16944[[package]]
16945name = "sval_json"
16946version = "2.15.0"
16947source = "registry+https://github.com/rust-lang/crates.io-index"
16948checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16949dependencies = [
16950 "itoa",
16951 "ryu",
16952 "sval",
16953]
16954
16955[[package]]
16956name = "sval_nested"
16957version = "2.15.0"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16960dependencies = [
16961 "sval",
16962 "sval_buffer",
16963 "sval_ref",
16964]
16965
16966[[package]]
16967name = "sval_ref"
16968version = "2.15.0"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16971dependencies = [
16972 "sval",
16973]
16974
16975[[package]]
16976name = "sval_serde"
16977version = "2.15.0"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16980dependencies = [
16981 "serde_core",
16982 "sval",
16983 "sval_nested",
16984]
16985
16986[[package]]
16987name = "svg_fmt"
16988version = "0.4.5"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16991
16992[[package]]
16993name = "svg_preview"
16994version = "0.1.0"
16995dependencies = [
16996 "file_icons",
16997 "gpui",
16998 "language",
16999 "multi_buffer",
17000 "ui",
17001 "workspace",
17002 "zed_actions",
17003]
17004
17005[[package]]
17006name = "svgtypes"
17007version = "0.15.3"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17010dependencies = [
17011 "kurbo",
17012 "siphasher 1.0.1",
17013]
17014
17015[[package]]
17016name = "swash"
17017version = "0.2.6"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17020dependencies = [
17021 "skrifa 0.37.0",
17022 "yazi",
17023 "zeno",
17024]
17025
17026[[package]]
17027name = "symphonia"
17028version = "0.5.5"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17031dependencies = [
17032 "lazy_static",
17033 "symphonia-bundle-flac",
17034 "symphonia-bundle-mp3",
17035 "symphonia-codec-aac",
17036 "symphonia-codec-pcm",
17037 "symphonia-codec-vorbis",
17038 "symphonia-core",
17039 "symphonia-format-isomp4",
17040 "symphonia-format-ogg",
17041 "symphonia-format-riff",
17042 "symphonia-metadata",
17043]
17044
17045[[package]]
17046name = "symphonia-bundle-flac"
17047version = "0.5.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17050dependencies = [
17051 "log",
17052 "symphonia-core",
17053 "symphonia-metadata",
17054 "symphonia-utils-xiph",
17055]
17056
17057[[package]]
17058name = "symphonia-bundle-mp3"
17059version = "0.5.5"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17062dependencies = [
17063 "lazy_static",
17064 "log",
17065 "symphonia-core",
17066 "symphonia-metadata",
17067]
17068
17069[[package]]
17070name = "symphonia-codec-aac"
17071version = "0.5.5"
17072source = "registry+https://github.com/rust-lang/crates.io-index"
17073checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17074dependencies = [
17075 "lazy_static",
17076 "log",
17077 "symphonia-core",
17078]
17079
17080[[package]]
17081name = "symphonia-codec-pcm"
17082version = "0.5.5"
17083source = "registry+https://github.com/rust-lang/crates.io-index"
17084checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17085dependencies = [
17086 "log",
17087 "symphonia-core",
17088]
17089
17090[[package]]
17091name = "symphonia-codec-vorbis"
17092version = "0.5.5"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17095dependencies = [
17096 "log",
17097 "symphonia-core",
17098 "symphonia-utils-xiph",
17099]
17100
17101[[package]]
17102name = "symphonia-core"
17103version = "0.5.5"
17104source = "registry+https://github.com/rust-lang/crates.io-index"
17105checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17106dependencies = [
17107 "arrayvec",
17108 "bitflags 1.3.2",
17109 "bytemuck",
17110 "lazy_static",
17111 "log",
17112]
17113
17114[[package]]
17115name = "symphonia-format-isomp4"
17116version = "0.5.5"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17119dependencies = [
17120 "encoding_rs",
17121 "log",
17122 "symphonia-core",
17123 "symphonia-metadata",
17124 "symphonia-utils-xiph",
17125]
17126
17127[[package]]
17128name = "symphonia-format-ogg"
17129version = "0.5.5"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17132dependencies = [
17133 "log",
17134 "symphonia-core",
17135 "symphonia-metadata",
17136 "symphonia-utils-xiph",
17137]
17138
17139[[package]]
17140name = "symphonia-format-riff"
17141version = "0.5.5"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17144dependencies = [
17145 "extended",
17146 "log",
17147 "symphonia-core",
17148 "symphonia-metadata",
17149]
17150
17151[[package]]
17152name = "symphonia-metadata"
17153version = "0.5.5"
17154source = "registry+https://github.com/rust-lang/crates.io-index"
17155checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17156dependencies = [
17157 "encoding_rs",
17158 "lazy_static",
17159 "log",
17160 "symphonia-core",
17161]
17162
17163[[package]]
17164name = "symphonia-utils-xiph"
17165version = "0.5.5"
17166source = "registry+https://github.com/rust-lang/crates.io-index"
17167checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17168dependencies = [
17169 "symphonia-core",
17170 "symphonia-metadata",
17171]
17172
17173[[package]]
17174name = "syn"
17175version = "1.0.109"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17178dependencies = [
17179 "proc-macro2",
17180 "quote",
17181 "unicode-ident",
17182]
17183
17184[[package]]
17185name = "syn"
17186version = "2.0.117"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17189dependencies = [
17190 "proc-macro2",
17191 "quote",
17192 "unicode-ident",
17193]
17194
17195[[package]]
17196name = "sync_wrapper"
17197version = "0.1.2"
17198source = "registry+https://github.com/rust-lang/crates.io-index"
17199checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17200
17201[[package]]
17202name = "sync_wrapper"
17203version = "1.0.2"
17204source = "registry+https://github.com/rust-lang/crates.io-index"
17205checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17206dependencies = [
17207 "futures-core",
17208]
17209
17210[[package]]
17211name = "synchronoise"
17212version = "1.0.1"
17213source = "registry+https://github.com/rust-lang/crates.io-index"
17214checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17215dependencies = [
17216 "crossbeam-queue",
17217]
17218
17219[[package]]
17220name = "synstructure"
17221version = "0.13.2"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17224dependencies = [
17225 "proc-macro2",
17226 "quote",
17227 "syn 2.0.117",
17228]
17229
17230[[package]]
17231name = "syntax_theme"
17232version = "0.1.0"
17233dependencies = [
17234 "gpui",
17235 "serde",
17236 "serde_json",
17237]
17238
17239[[package]]
17240name = "sys-locale"
17241version = "0.3.2"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17244dependencies = [
17245 "libc",
17246]
17247
17248[[package]]
17249name = "sysctl"
17250version = "0.5.5"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17253dependencies = [
17254 "bitflags 2.10.0",
17255 "byteorder",
17256 "enum-as-inner",
17257 "libc",
17258 "thiserror 1.0.69",
17259 "walkdir",
17260]
17261
17262[[package]]
17263name = "sysctl"
17264version = "0.6.0"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17267dependencies = [
17268 "bitflags 2.10.0",
17269 "byteorder",
17270 "enum-as-inner",
17271 "libc",
17272 "thiserror 1.0.69",
17273 "walkdir",
17274]
17275
17276[[package]]
17277name = "sysinfo"
17278version = "0.31.4"
17279source = "registry+https://github.com/rust-lang/crates.io-index"
17280checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17281dependencies = [
17282 "core-foundation-sys",
17283 "libc",
17284 "memchr",
17285 "ntapi",
17286 "rayon",
17287 "windows 0.57.0",
17288]
17289
17290[[package]]
17291name = "sysinfo"
17292version = "0.37.2"
17293source = "registry+https://github.com/rust-lang/crates.io-index"
17294checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17295dependencies = [
17296 "libc",
17297 "memchr",
17298 "ntapi",
17299 "objc2-core-foundation",
17300 "objc2-io-kit",
17301 "windows 0.61.3",
17302]
17303
17304[[package]]
17305name = "system-configuration"
17306version = "0.5.1"
17307source = "registry+https://github.com/rust-lang/crates.io-index"
17308checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17309dependencies = [
17310 "bitflags 1.3.2",
17311 "core-foundation 0.9.4",
17312 "system-configuration-sys 0.5.0",
17313]
17314
17315[[package]]
17316name = "system-configuration"
17317version = "0.6.1"
17318source = "registry+https://github.com/rust-lang/crates.io-index"
17319checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17320dependencies = [
17321 "bitflags 2.10.0",
17322 "core-foundation 0.9.4",
17323 "system-configuration-sys 0.6.0",
17324]
17325
17326[[package]]
17327name = "system-configuration-sys"
17328version = "0.5.0"
17329source = "registry+https://github.com/rust-lang/crates.io-index"
17330checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17331dependencies = [
17332 "core-foundation-sys",
17333 "libc",
17334]
17335
17336[[package]]
17337name = "system-configuration-sys"
17338version = "0.6.0"
17339source = "registry+https://github.com/rust-lang/crates.io-index"
17340checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17341dependencies = [
17342 "core-foundation-sys",
17343 "libc",
17344]
17345
17346[[package]]
17347name = "system-deps"
17348version = "6.2.2"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17351dependencies = [
17352 "cfg-expr 0.15.8",
17353 "heck 0.5.0",
17354 "pkg-config",
17355 "toml 0.8.23",
17356 "version-compare",
17357]
17358
17359[[package]]
17360name = "system-deps"
17361version = "7.0.7"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17364dependencies = [
17365 "cfg-expr 0.20.6",
17366 "heck 0.5.0",
17367 "pkg-config",
17368 "toml 0.9.8",
17369 "version-compare",
17370]
17371
17372[[package]]
17373name = "system-interface"
17374version = "0.27.3"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17377dependencies = [
17378 "bitflags 2.10.0",
17379 "cap-fs-ext",
17380 "cap-std",
17381 "fd-lock",
17382 "io-lifetimes",
17383 "rustix 0.38.44",
17384 "windows-sys 0.59.0",
17385 "winx",
17386]
17387
17388[[package]]
17389name = "system_specs"
17390version = "0.1.0"
17391dependencies = [
17392 "anyhow",
17393 "client",
17394 "gpui",
17395 "human_bytes",
17396 "pciid-parser",
17397 "release_channel",
17398 "semver",
17399 "serde",
17400 "sysinfo 0.37.2",
17401]
17402
17403[[package]]
17404name = "tab_switcher"
17405version = "0.1.0"
17406dependencies = [
17407 "collections",
17408 "ctor",
17409 "editor",
17410 "fuzzy",
17411 "gpui",
17412 "menu",
17413 "picker",
17414 "project",
17415 "schemars",
17416 "serde",
17417 "serde_json",
17418 "settings",
17419 "smol",
17420 "theme",
17421 "theme_settings",
17422 "ui",
17423 "util",
17424 "workspace",
17425 "zlog",
17426]
17427
17428[[package]]
17429name = "taffy"
17430version = "0.9.0"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17433dependencies = [
17434 "arrayvec",
17435 "grid",
17436 "serde",
17437 "slotmap",
17438]
17439
17440[[package]]
17441name = "tagptr"
17442version = "0.2.0"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17445
17446[[package]]
17447name = "take-until"
17448version = "0.2.0"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17451
17452[[package]]
17453name = "tao-core-video-sys"
17454version = "0.2.0"
17455source = "registry+https://github.com/rust-lang/crates.io-index"
17456checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17457dependencies = [
17458 "cfg-if",
17459 "core-foundation-sys",
17460 "libc",
17461 "objc",
17462]
17463
17464[[package]]
17465name = "tap"
17466version = "1.0.1"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17469
17470[[package]]
17471name = "target-lexicon"
17472version = "0.12.16"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17475
17476[[package]]
17477name = "target-lexicon"
17478version = "0.13.3"
17479source = "registry+https://github.com/rust-lang/crates.io-index"
17480checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17481
17482[[package]]
17483name = "task"
17484version = "0.1.0"
17485dependencies = [
17486 "anyhow",
17487 "collections",
17488 "futures 0.3.32",
17489 "gpui",
17490 "hex",
17491 "log",
17492 "parking_lot",
17493 "pretty_assertions",
17494 "proto",
17495 "schemars",
17496 "serde",
17497 "serde_json",
17498 "serde_json_lenient",
17499 "sha2",
17500 "shellexpand 2.1.2",
17501 "util",
17502 "zed_actions",
17503]
17504
17505[[package]]
17506name = "tasks_ui"
17507version = "0.1.0"
17508dependencies = [
17509 "anyhow",
17510 "collections",
17511 "editor",
17512 "file_icons",
17513 "fuzzy",
17514 "gpui",
17515 "itertools 0.14.0",
17516 "language",
17517 "menu",
17518 "picker",
17519 "project",
17520 "serde",
17521 "serde_json",
17522 "task",
17523 "tree-sitter-rust",
17524 "tree-sitter-typescript",
17525 "ui",
17526 "util",
17527 "workspace",
17528 "zed_actions",
17529]
17530
17531[[package]]
17532name = "telemetry"
17533version = "0.1.0"
17534dependencies = [
17535 "futures 0.3.32",
17536 "serde",
17537 "serde_json",
17538 "telemetry_events",
17539]
17540
17541[[package]]
17542name = "telemetry_events"
17543version = "0.1.0"
17544dependencies = [
17545 "semver",
17546 "serde",
17547 "serde_json",
17548]
17549
17550[[package]]
17551name = "tempfile"
17552version = "3.23.0"
17553source = "registry+https://github.com/rust-lang/crates.io-index"
17554checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17555dependencies = [
17556 "fastrand 2.3.0",
17557 "getrandom 0.3.4",
17558 "once_cell",
17559 "rustix 1.1.2",
17560 "windows-sys 0.61.2",
17561]
17562
17563[[package]]
17564name = "tendril"
17565version = "0.4.3"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17568dependencies = [
17569 "futf",
17570 "mac",
17571 "utf-8",
17572]
17573
17574[[package]]
17575name = "termcolor"
17576version = "1.4.1"
17577source = "registry+https://github.com/rust-lang/crates.io-index"
17578checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17579dependencies = [
17580 "winapi-util",
17581]
17582
17583[[package]]
17584name = "terminal"
17585version = "0.1.0"
17586dependencies = [
17587 "alacritty_terminal",
17588 "anyhow",
17589 "collections",
17590 "futures 0.3.32",
17591 "gpui",
17592 "itertools 0.14.0",
17593 "libc",
17594 "log",
17595 "parking_lot",
17596 "rand 0.9.2",
17597 "regex",
17598 "release_channel",
17599 "schemars",
17600 "serde",
17601 "settings",
17602 "smol",
17603 "sysinfo 0.37.2",
17604 "task",
17605 "theme",
17606 "theme_settings",
17607 "thiserror 2.0.17",
17608 "url",
17609 "urlencoding",
17610 "util",
17611 "util_macros",
17612 "windows 0.61.3",
17613]
17614
17615[[package]]
17616name = "terminal_size"
17617version = "0.4.3"
17618source = "registry+https://github.com/rust-lang/crates.io-index"
17619checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17620dependencies = [
17621 "rustix 1.1.2",
17622 "windows-sys 0.60.2",
17623]
17624
17625[[package]]
17626name = "terminal_view"
17627version = "0.1.0"
17628dependencies = [
17629 "anyhow",
17630 "async-recursion",
17631 "breadcrumbs",
17632 "collections",
17633 "db",
17634 "dirs 4.0.0",
17635 "editor",
17636 "futures 0.3.32",
17637 "gpui",
17638 "itertools 0.14.0",
17639 "language",
17640 "log",
17641 "menu",
17642 "pretty_assertions",
17643 "project",
17644 "regex",
17645 "schemars",
17646 "serde",
17647 "serde_json",
17648 "settings",
17649 "shellexpand 2.1.2",
17650 "task",
17651 "terminal",
17652 "theme",
17653 "theme_settings",
17654 "ui",
17655 "util",
17656 "workspace",
17657 "zed_actions",
17658]
17659
17660[[package]]
17661name = "text"
17662version = "0.1.0"
17663dependencies = [
17664 "anyhow",
17665 "clock",
17666 "collections",
17667 "ctor",
17668 "gpui",
17669 "log",
17670 "parking_lot",
17671 "postage",
17672 "rand 0.9.2",
17673 "regex",
17674 "rope",
17675 "smallvec",
17676 "sum_tree",
17677 "util",
17678 "zlog",
17679]
17680
17681[[package]]
17682name = "theme"
17683version = "0.1.0"
17684dependencies = [
17685 "anyhow",
17686 "collections",
17687 "derive_more",
17688 "gpui",
17689 "palette",
17690 "parking_lot",
17691 "refineable",
17692 "schemars",
17693 "serde",
17694 "serde_json",
17695 "serde_json_lenient",
17696 "strum 0.27.2",
17697 "syntax_theme",
17698 "thiserror 2.0.17",
17699 "uuid",
17700]
17701
17702[[package]]
17703name = "theme_extension"
17704version = "0.1.0"
17705dependencies = [
17706 "anyhow",
17707 "extension",
17708 "fs",
17709 "gpui",
17710 "theme",
17711 "theme_settings",
17712]
17713
17714[[package]]
17715name = "theme_importer"
17716version = "0.1.0"
17717dependencies = [
17718 "anyhow",
17719 "clap",
17720 "collections",
17721 "gpui",
17722 "indexmap",
17723 "log",
17724 "palette",
17725 "serde",
17726 "serde_json",
17727 "serde_json_lenient",
17728 "simplelog",
17729 "strum 0.27.2",
17730 "theme",
17731 "theme_settings",
17732 "vscode_theme",
17733]
17734
17735[[package]]
17736name = "theme_selector"
17737version = "0.1.0"
17738dependencies = [
17739 "editor",
17740 "fs",
17741 "fuzzy",
17742 "gpui",
17743 "log",
17744 "picker",
17745 "project",
17746 "serde",
17747 "serde_json",
17748 "settings",
17749 "telemetry",
17750 "theme",
17751 "theme_settings",
17752 "ui",
17753 "util",
17754 "workspace",
17755 "zed_actions",
17756]
17757
17758[[package]]
17759name = "theme_settings"
17760version = "0.1.0"
17761dependencies = [
17762 "anyhow",
17763 "collections",
17764 "gpui",
17765 "gpui_util",
17766 "log",
17767 "palette",
17768 "refineable",
17769 "schemars",
17770 "serde",
17771 "serde_json",
17772 "serde_json_lenient",
17773 "settings",
17774 "theme",
17775 "uuid",
17776]
17777
17778[[package]]
17779name = "thiserror"
17780version = "1.0.69"
17781source = "registry+https://github.com/rust-lang/crates.io-index"
17782checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17783dependencies = [
17784 "thiserror-impl 1.0.69",
17785]
17786
17787[[package]]
17788name = "thiserror"
17789version = "2.0.17"
17790source = "registry+https://github.com/rust-lang/crates.io-index"
17791checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17792dependencies = [
17793 "thiserror-impl 2.0.17",
17794]
17795
17796[[package]]
17797name = "thiserror-impl"
17798version = "1.0.69"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17801dependencies = [
17802 "proc-macro2",
17803 "quote",
17804 "syn 2.0.117",
17805]
17806
17807[[package]]
17808name = "thiserror-impl"
17809version = "2.0.17"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17812dependencies = [
17813 "proc-macro2",
17814 "quote",
17815 "syn 2.0.117",
17816]
17817
17818[[package]]
17819name = "thread_local"
17820version = "1.1.9"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17823dependencies = [
17824 "cfg-if",
17825]
17826
17827[[package]]
17828name = "tiff"
17829version = "0.10.3"
17830source = "registry+https://github.com/rust-lang/crates.io-index"
17831checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17832dependencies = [
17833 "fax",
17834 "flate2",
17835 "half",
17836 "quick-error 2.0.1",
17837 "weezl",
17838 "zune-jpeg",
17839]
17840
17841[[package]]
17842name = "tiktoken-rs"
17843version = "0.9.1"
17844source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17845dependencies = [
17846 "anyhow",
17847 "base64 0.22.1",
17848 "bstr",
17849 "fancy-regex 0.16.2",
17850 "lazy_static",
17851 "regex",
17852 "rustc-hash 1.1.0",
17853]
17854
17855[[package]]
17856name = "time"
17857version = "0.3.47"
17858source = "registry+https://github.com/rust-lang/crates.io-index"
17859checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17860dependencies = [
17861 "deranged",
17862 "itoa",
17863 "libc",
17864 "num-conv",
17865 "num_threads",
17866 "powerfmt",
17867 "serde_core",
17868 "time-core",
17869 "time-macros",
17870]
17871
17872[[package]]
17873name = "time-core"
17874version = "0.1.8"
17875source = "registry+https://github.com/rust-lang/crates.io-index"
17876checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17877
17878[[package]]
17879name = "time-macros"
17880version = "0.2.27"
17881source = "registry+https://github.com/rust-lang/crates.io-index"
17882checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17883dependencies = [
17884 "num-conv",
17885 "time-core",
17886]
17887
17888[[package]]
17889name = "time_format"
17890version = "0.1.0"
17891dependencies = [
17892 "core-foundation 0.10.0",
17893 "core-foundation-sys",
17894 "sys-locale",
17895 "time",
17896 "windows 0.61.3",
17897]
17898
17899[[package]]
17900name = "tiny-keccak"
17901version = "2.0.2"
17902source = "registry+https://github.com/rust-lang/crates.io-index"
17903checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17904dependencies = [
17905 "crunchy",
17906]
17907
17908[[package]]
17909name = "tiny-skia"
17910version = "0.11.4"
17911source = "registry+https://github.com/rust-lang/crates.io-index"
17912checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17913dependencies = [
17914 "arrayref",
17915 "arrayvec",
17916 "bytemuck",
17917 "cfg-if",
17918 "log",
17919 "png 0.17.16",
17920 "tiny-skia-path",
17921]
17922
17923[[package]]
17924name = "tiny-skia-path"
17925version = "0.11.4"
17926source = "registry+https://github.com/rust-lang/crates.io-index"
17927checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17928dependencies = [
17929 "arrayref",
17930 "bytemuck",
17931 "strict-num",
17932]
17933
17934[[package]]
17935name = "tiny_http"
17936version = "0.12.0"
17937source = "registry+https://github.com/rust-lang/crates.io-index"
17938checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17939dependencies = [
17940 "ascii",
17941 "chunked_transfer",
17942 "httpdate",
17943 "log",
17944]
17945
17946[[package]]
17947name = "tinystr"
17948version = "0.8.1"
17949source = "registry+https://github.com/rust-lang/crates.io-index"
17950checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17951dependencies = [
17952 "displaydoc",
17953 "zerovec",
17954]
17955
17956[[package]]
17957name = "tinytemplate"
17958version = "1.2.1"
17959source = "registry+https://github.com/rust-lang/crates.io-index"
17960checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17961dependencies = [
17962 "serde",
17963 "serde_json",
17964]
17965
17966[[package]]
17967name = "tinyvec"
17968version = "1.10.0"
17969source = "registry+https://github.com/rust-lang/crates.io-index"
17970checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17971dependencies = [
17972 "tinyvec_macros",
17973]
17974
17975[[package]]
17976name = "tinyvec_macros"
17977version = "0.1.1"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17980
17981[[package]]
17982name = "title_bar"
17983version = "0.1.0"
17984dependencies = [
17985 "anyhow",
17986 "auto_update",
17987 "call",
17988 "channel",
17989 "chrono",
17990 "client",
17991 "cloud_api_types",
17992 "db",
17993 "git_ui",
17994 "gpui",
17995 "icons",
17996 "livekit_client",
17997 "notifications",
17998 "platform_title_bar",
17999 "project",
18000 "recent_projects",
18001 "release_channel",
18002 "remote",
18003 "remote_connection",
18004 "rpc",
18005 "schemars",
18006 "semver",
18007 "serde",
18008 "settings",
18009 "smallvec",
18010 "story",
18011 "telemetry",
18012 "theme",
18013 "ui",
18014 "util",
18015 "windows 0.61.3",
18016 "workspace",
18017 "zed_actions",
18018]
18019
18020[[package]]
18021name = "tokio"
18022version = "1.48.0"
18023source = "registry+https://github.com/rust-lang/crates.io-index"
18024checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18025dependencies = [
18026 "bytes 1.11.1",
18027 "libc",
18028 "mio 1.1.0",
18029 "parking_lot",
18030 "pin-project-lite",
18031 "signal-hook-registry",
18032 "socket2 0.6.1",
18033 "tokio-macros",
18034 "windows-sys 0.61.2",
18035]
18036
18037[[package]]
18038name = "tokio-io"
18039version = "0.1.13"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18042dependencies = [
18043 "bytes 0.4.12",
18044 "futures 0.1.31",
18045 "log",
18046]
18047
18048[[package]]
18049name = "tokio-macros"
18050version = "2.6.0"
18051source = "registry+https://github.com/rust-lang/crates.io-index"
18052checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18053dependencies = [
18054 "proc-macro2",
18055 "quote",
18056 "syn 2.0.117",
18057]
18058
18059[[package]]
18060name = "tokio-native-tls"
18061version = "0.3.1"
18062source = "registry+https://github.com/rust-lang/crates.io-index"
18063checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18064dependencies = [
18065 "native-tls",
18066 "tokio",
18067]
18068
18069[[package]]
18070name = "tokio-rustls"
18071version = "0.24.1"
18072source = "registry+https://github.com/rust-lang/crates.io-index"
18073checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18074dependencies = [
18075 "rustls 0.21.12",
18076 "tokio",
18077]
18078
18079[[package]]
18080name = "tokio-rustls"
18081version = "0.26.2"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18084dependencies = [
18085 "rustls 0.23.33",
18086 "tokio",
18087]
18088
18089[[package]]
18090name = "tokio-socks"
18091version = "0.5.2"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18094dependencies = [
18095 "either",
18096 "futures-io",
18097 "futures-util",
18098 "thiserror 1.0.69",
18099 "tokio",
18100]
18101
18102[[package]]
18103name = "tokio-stream"
18104version = "0.1.17"
18105source = "registry+https://github.com/rust-lang/crates.io-index"
18106checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18107dependencies = [
18108 "futures-core",
18109 "pin-project-lite",
18110 "tokio",
18111]
18112
18113[[package]]
18114name = "tokio-tungstenite"
18115version = "0.20.1"
18116source = "registry+https://github.com/rust-lang/crates.io-index"
18117checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18118dependencies = [
18119 "futures-util",
18120 "log",
18121 "tokio",
18122 "tungstenite 0.20.1",
18123]
18124
18125[[package]]
18126name = "tokio-tungstenite"
18127version = "0.21.0"
18128source = "registry+https://github.com/rust-lang/crates.io-index"
18129checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18130dependencies = [
18131 "futures-util",
18132 "log",
18133 "tokio",
18134 "tungstenite 0.21.0",
18135]
18136
18137[[package]]
18138name = "tokio-tungstenite"
18139version = "0.28.0"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18142dependencies = [
18143 "futures-util",
18144 "log",
18145 "rustls 0.23.33",
18146 "rustls-native-certs 0.8.2",
18147 "rustls-pki-types",
18148 "tokio",
18149 "tokio-rustls 0.26.2",
18150 "tungstenite 0.28.0",
18151]
18152
18153[[package]]
18154name = "tokio-util"
18155version = "0.7.16"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18158dependencies = [
18159 "bytes 1.11.1",
18160 "futures-core",
18161 "futures-io",
18162 "futures-sink",
18163 "pin-project-lite",
18164 "tokio",
18165]
18166
18167[[package]]
18168name = "toml"
18169version = "0.5.11"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18172dependencies = [
18173 "serde",
18174]
18175
18176[[package]]
18177name = "toml"
18178version = "0.8.23"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18181dependencies = [
18182 "serde",
18183 "serde_spanned 0.6.9",
18184 "toml_datetime 0.6.11",
18185 "toml_edit 0.22.27",
18186]
18187
18188[[package]]
18189name = "toml"
18190version = "0.9.8"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18193dependencies = [
18194 "indexmap",
18195 "serde_core",
18196 "serde_spanned 1.0.3",
18197 "toml_datetime 0.7.3",
18198 "toml_parser",
18199 "toml_writer",
18200 "winnow",
18201]
18202
18203[[package]]
18204name = "toml_datetime"
18205version = "0.6.11"
18206source = "registry+https://github.com/rust-lang/crates.io-index"
18207checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18208dependencies = [
18209 "serde",
18210]
18211
18212[[package]]
18213name = "toml_datetime"
18214version = "0.7.3"
18215source = "registry+https://github.com/rust-lang/crates.io-index"
18216checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18217dependencies = [
18218 "serde_core",
18219]
18220
18221[[package]]
18222name = "toml_edit"
18223version = "0.22.27"
18224source = "registry+https://github.com/rust-lang/crates.io-index"
18225checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18226dependencies = [
18227 "indexmap",
18228 "serde",
18229 "serde_spanned 0.6.9",
18230 "toml_datetime 0.6.11",
18231 "toml_write",
18232 "winnow",
18233]
18234
18235[[package]]
18236name = "toml_edit"
18237version = "0.23.7"
18238source = "registry+https://github.com/rust-lang/crates.io-index"
18239checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18240dependencies = [
18241 "indexmap",
18242 "toml_datetime 0.7.3",
18243 "toml_parser",
18244 "winnow",
18245]
18246
18247[[package]]
18248name = "toml_parser"
18249version = "1.0.4"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18252dependencies = [
18253 "winnow",
18254]
18255
18256[[package]]
18257name = "toml_write"
18258version = "0.1.2"
18259source = "registry+https://github.com/rust-lang/crates.io-index"
18260checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18261
18262[[package]]
18263name = "toml_writer"
18264version = "1.0.4"
18265source = "registry+https://github.com/rust-lang/crates.io-index"
18266checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18267
18268[[package]]
18269name = "toolchain_selector"
18270version = "0.1.0"
18271dependencies = [
18272 "anyhow",
18273 "convert_case 0.8.0",
18274 "editor",
18275 "futures 0.3.32",
18276 "fuzzy",
18277 "gpui",
18278 "language",
18279 "menu",
18280 "open_path_prompt",
18281 "picker",
18282 "project",
18283 "ui",
18284 "util",
18285 "workspace",
18286]
18287
18288[[package]]
18289name = "topological-sort"
18290version = "0.2.2"
18291source = "registry+https://github.com/rust-lang/crates.io-index"
18292checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18293
18294[[package]]
18295name = "tower"
18296version = "0.4.13"
18297source = "registry+https://github.com/rust-lang/crates.io-index"
18298checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18299dependencies = [
18300 "futures-core",
18301 "futures-util",
18302 "pin-project",
18303 "pin-project-lite",
18304 "tokio",
18305 "tower-layer",
18306 "tower-service",
18307 "tracing",
18308]
18309
18310[[package]]
18311name = "tower"
18312version = "0.5.2"
18313source = "registry+https://github.com/rust-lang/crates.io-index"
18314checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18315dependencies = [
18316 "futures-core",
18317 "futures-util",
18318 "pin-project-lite",
18319 "sync_wrapper 1.0.2",
18320 "tokio",
18321 "tokio-util",
18322 "tower-layer",
18323 "tower-service",
18324 "tracing",
18325]
18326
18327[[package]]
18328name = "tower-http"
18329version = "0.4.4"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18332dependencies = [
18333 "bitflags 2.10.0",
18334 "bytes 1.11.1",
18335 "futures-core",
18336 "futures-util",
18337 "http 0.2.12",
18338 "http-body 0.4.6",
18339 "http-range-header",
18340 "pin-project-lite",
18341 "tower-layer",
18342 "tower-service",
18343 "tracing",
18344]
18345
18346[[package]]
18347name = "tower-http"
18348version = "0.6.6"
18349source = "registry+https://github.com/rust-lang/crates.io-index"
18350checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18351dependencies = [
18352 "bitflags 2.10.0",
18353 "bytes 1.11.1",
18354 "futures-util",
18355 "http 1.3.1",
18356 "http-body 1.0.1",
18357 "iri-string",
18358 "pin-project-lite",
18359 "tower 0.5.2",
18360 "tower-layer",
18361 "tower-service",
18362 "tracing",
18363]
18364
18365[[package]]
18366name = "tower-layer"
18367version = "0.3.3"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18370
18371[[package]]
18372name = "tower-service"
18373version = "0.3.3"
18374source = "registry+https://github.com/rust-lang/crates.io-index"
18375checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18376
18377[[package]]
18378name = "tracing"
18379version = "0.1.43"
18380source = "registry+https://github.com/rust-lang/crates.io-index"
18381checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18382dependencies = [
18383 "log",
18384 "pin-project-lite",
18385 "tracing-attributes",
18386 "tracing-core",
18387]
18388
18389[[package]]
18390name = "tracing-attributes"
18391version = "0.1.31"
18392source = "registry+https://github.com/rust-lang/crates.io-index"
18393checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18394dependencies = [
18395 "proc-macro2",
18396 "quote",
18397 "syn 2.0.117",
18398]
18399
18400[[package]]
18401name = "tracing-core"
18402version = "0.1.35"
18403source = "registry+https://github.com/rust-lang/crates.io-index"
18404checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18405dependencies = [
18406 "once_cell",
18407 "valuable",
18408]
18409
18410[[package]]
18411name = "tracing-log"
18412version = "0.2.0"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18415dependencies = [
18416 "log",
18417 "once_cell",
18418 "tracing-core",
18419]
18420
18421[[package]]
18422name = "tracing-serde"
18423version = "0.2.0"
18424source = "registry+https://github.com/rust-lang/crates.io-index"
18425checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18426dependencies = [
18427 "serde",
18428 "tracing-core",
18429]
18430
18431[[package]]
18432name = "tracing-subscriber"
18433version = "0.3.22"
18434source = "registry+https://github.com/rust-lang/crates.io-index"
18435checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18436dependencies = [
18437 "matchers",
18438 "nu-ansi-term",
18439 "once_cell",
18440 "regex-automata",
18441 "serde",
18442 "serde_json",
18443 "sharded-slab",
18444 "smallvec",
18445 "thread_local",
18446 "tracing",
18447 "tracing-core",
18448 "tracing-log",
18449 "tracing-serde",
18450]
18451
18452[[package]]
18453name = "tracing-tracy"
18454version = "0.11.4"
18455source = "registry+https://github.com/rust-lang/crates.io-index"
18456checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18457dependencies = [
18458 "tracing-core",
18459 "tracing-subscriber",
18460 "tracy-client",
18461]
18462
18463[[package]]
18464name = "tracy-client"
18465version = "0.18.3"
18466source = "registry+https://github.com/rust-lang/crates.io-index"
18467checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18468dependencies = [
18469 "loom",
18470 "once_cell",
18471 "tracy-client-sys",
18472]
18473
18474[[package]]
18475name = "tracy-client-sys"
18476version = "0.27.0"
18477source = "registry+https://github.com/rust-lang/crates.io-index"
18478checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18479dependencies = [
18480 "cc",
18481 "windows-targets 0.52.6",
18482]
18483
18484[[package]]
18485name = "transpose"
18486version = "0.2.3"
18487source = "registry+https://github.com/rust-lang/crates.io-index"
18488checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18489dependencies = [
18490 "num-integer",
18491 "strength_reduce",
18492]
18493
18494[[package]]
18495name = "tree-sitter"
18496version = "0.26.8"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18499dependencies = [
18500 "cc",
18501 "regex",
18502 "regex-syntax",
18503 "serde_json",
18504 "streaming-iterator",
18505 "tree-sitter-language",
18506 "wasmtime-c-api-impl",
18507]
18508
18509[[package]]
18510name = "tree-sitter-bash"
18511version = "0.25.1"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18514dependencies = [
18515 "cc",
18516 "tree-sitter-language",
18517]
18518
18519[[package]]
18520name = "tree-sitter-c"
18521version = "0.24.1"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18524dependencies = [
18525 "cc",
18526 "tree-sitter-language",
18527]
18528
18529[[package]]
18530name = "tree-sitter-cpp"
18531version = "0.23.4"
18532source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18533dependencies = [
18534 "cc",
18535 "tree-sitter-language",
18536]
18537
18538[[package]]
18539name = "tree-sitter-css"
18540version = "0.23.2"
18541source = "registry+https://github.com/rust-lang/crates.io-index"
18542checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18543dependencies = [
18544 "cc",
18545 "tree-sitter-language",
18546]
18547
18548[[package]]
18549name = "tree-sitter-diff"
18550version = "0.1.0"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18553dependencies = [
18554 "cc",
18555 "tree-sitter-language",
18556]
18557
18558[[package]]
18559name = "tree-sitter-elixir"
18560version = "0.3.4"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18563dependencies = [
18564 "cc",
18565 "tree-sitter-language",
18566]
18567
18568[[package]]
18569name = "tree-sitter-embedded-template"
18570version = "0.23.2"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18573dependencies = [
18574 "cc",
18575 "tree-sitter-language",
18576]
18577
18578[[package]]
18579name = "tree-sitter-gitcommit"
18580version = "0.0.1"
18581source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18582dependencies = [
18583 "cc",
18584 "tree-sitter-language",
18585]
18586
18587[[package]]
18588name = "tree-sitter-go"
18589version = "0.25.0"
18590source = "registry+https://github.com/rust-lang/crates.io-index"
18591checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18592dependencies = [
18593 "cc",
18594 "tree-sitter-language",
18595]
18596
18597[[package]]
18598name = "tree-sitter-gomod"
18599version = "1.1.1"
18600source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18601dependencies = [
18602 "cc",
18603 "tree-sitter-language",
18604]
18605
18606[[package]]
18607name = "tree-sitter-gowork"
18608version = "0.0.1"
18609source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18610dependencies = [
18611 "cc",
18612 "tree-sitter-language",
18613]
18614
18615[[package]]
18616name = "tree-sitter-heex"
18617version = "0.0.1"
18618source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18619dependencies = [
18620 "cc",
18621 "tree-sitter-language",
18622]
18623
18624[[package]]
18625name = "tree-sitter-html"
18626version = "0.23.2"
18627source = "registry+https://github.com/rust-lang/crates.io-index"
18628checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18629dependencies = [
18630 "cc",
18631 "tree-sitter-language",
18632]
18633
18634[[package]]
18635name = "tree-sitter-jsdoc"
18636version = "0.23.2"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18639dependencies = [
18640 "cc",
18641 "tree-sitter-language",
18642]
18643
18644[[package]]
18645name = "tree-sitter-json"
18646version = "0.24.8"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18649dependencies = [
18650 "cc",
18651 "tree-sitter-language",
18652]
18653
18654[[package]]
18655name = "tree-sitter-language"
18656version = "0.1.5"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18659
18660[[package]]
18661name = "tree-sitter-md"
18662version = "0.3.2"
18663source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18664dependencies = [
18665 "cc",
18666 "tree-sitter-language",
18667]
18668
18669[[package]]
18670name = "tree-sitter-python"
18671version = "0.25.0"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18674dependencies = [
18675 "cc",
18676 "tree-sitter-language",
18677]
18678
18679[[package]]
18680name = "tree-sitter-regex"
18681version = "0.24.3"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18684dependencies = [
18685 "cc",
18686 "tree-sitter-language",
18687]
18688
18689[[package]]
18690name = "tree-sitter-ruby"
18691version = "0.23.1"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18694dependencies = [
18695 "cc",
18696 "tree-sitter-language",
18697]
18698
18699[[package]]
18700name = "tree-sitter-rust"
18701version = "0.24.2"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18704dependencies = [
18705 "cc",
18706 "tree-sitter-language",
18707]
18708
18709[[package]]
18710name = "tree-sitter-typescript"
18711version = "0.23.2"
18712source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18713dependencies = [
18714 "cc",
18715 "tree-sitter-language",
18716]
18717
18718[[package]]
18719name = "tree-sitter-yaml"
18720version = "0.6.1"
18721source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18722dependencies = [
18723 "cc",
18724 "tree-sitter-language",
18725]
18726
18727[[package]]
18728name = "triomphe"
18729version = "0.1.15"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18732dependencies = [
18733 "serde",
18734 "stable_deref_trait",
18735]
18736
18737[[package]]
18738name = "try-lock"
18739version = "0.2.5"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18742
18743[[package]]
18744name = "ttf-parser"
18745version = "0.20.0"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18748
18749[[package]]
18750name = "ttf-parser"
18751version = "0.25.1"
18752source = "registry+https://github.com/rust-lang/crates.io-index"
18753checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18754dependencies = [
18755 "core_maths",
18756]
18757
18758[[package]]
18759name = "tungstenite"
18760version = "0.20.1"
18761source = "registry+https://github.com/rust-lang/crates.io-index"
18762checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18763dependencies = [
18764 "byteorder",
18765 "bytes 1.11.1",
18766 "data-encoding",
18767 "http 0.2.12",
18768 "httparse",
18769 "log",
18770 "rand 0.8.5",
18771 "sha1",
18772 "thiserror 1.0.69",
18773 "url",
18774 "utf-8",
18775]
18776
18777[[package]]
18778name = "tungstenite"
18779version = "0.21.0"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18782dependencies = [
18783 "byteorder",
18784 "bytes 1.11.1",
18785 "data-encoding",
18786 "http 1.3.1",
18787 "httparse",
18788 "log",
18789 "rand 0.8.5",
18790 "sha1",
18791 "thiserror 1.0.69",
18792 "url",
18793 "utf-8",
18794]
18795
18796[[package]]
18797name = "tungstenite"
18798version = "0.27.0"
18799source = "registry+https://github.com/rust-lang/crates.io-index"
18800checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18801dependencies = [
18802 "bytes 1.11.1",
18803 "data-encoding",
18804 "http 1.3.1",
18805 "httparse",
18806 "log",
18807 "rand 0.9.2",
18808 "rustls 0.23.33",
18809 "rustls-pki-types",
18810 "sha1",
18811 "thiserror 2.0.17",
18812 "utf-8",
18813]
18814
18815[[package]]
18816name = "tungstenite"
18817version = "0.28.0"
18818source = "registry+https://github.com/rust-lang/crates.io-index"
18819checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18820dependencies = [
18821 "bytes 1.11.1",
18822 "data-encoding",
18823 "http 1.3.1",
18824 "httparse",
18825 "log",
18826 "rand 0.9.2",
18827 "rustls 0.23.33",
18828 "rustls-pki-types",
18829 "sha1",
18830 "thiserror 2.0.17",
18831 "utf-8",
18832]
18833
18834[[package]]
18835name = "typeid"
18836version = "1.0.3"
18837source = "registry+https://github.com/rust-lang/crates.io-index"
18838checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18839
18840[[package]]
18841name = "typenum"
18842version = "1.19.0"
18843source = "registry+https://github.com/rust-lang/crates.io-index"
18844checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18845
18846[[package]]
18847name = "ucd-trie"
18848version = "0.1.7"
18849source = "registry+https://github.com/rust-lang/crates.io-index"
18850checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18851
18852[[package]]
18853name = "uds"
18854version = "0.4.2"
18855source = "registry+https://github.com/rust-lang/crates.io-index"
18856checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18857dependencies = [
18858 "libc",
18859]
18860
18861[[package]]
18862name = "uds_windows"
18863version = "1.1.0"
18864source = "registry+https://github.com/rust-lang/crates.io-index"
18865checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18866dependencies = [
18867 "memoffset",
18868 "tempfile",
18869 "winapi",
18870]
18871
18872[[package]]
18873name = "ug"
18874version = "0.4.0"
18875source = "registry+https://github.com/rust-lang/crates.io-index"
18876checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18877dependencies = [
18878 "gemm 0.18.2",
18879 "half",
18880 "libloading",
18881 "memmap2",
18882 "num",
18883 "num-traits",
18884 "num_cpus",
18885 "rayon",
18886 "safetensors",
18887 "serde",
18888 "thiserror 1.0.69",
18889 "tracing",
18890 "yoke 0.7.5",
18891]
18892
18893[[package]]
18894name = "ui"
18895version = "0.1.0"
18896dependencies = [
18897 "chrono",
18898 "component",
18899 "documented",
18900 "gpui",
18901 "gpui_macros",
18902 "gpui_util",
18903 "icons",
18904 "itertools 0.14.0",
18905 "menu",
18906 "schemars",
18907 "serde",
18908 "smallvec",
18909 "story",
18910 "strum 0.27.2",
18911 "theme",
18912 "ui_macros",
18913 "windows 0.61.3",
18914]
18915
18916[[package]]
18917name = "ui_input"
18918version = "0.1.0"
18919dependencies = [
18920 "component",
18921 "gpui",
18922 "ui",
18923]
18924
18925[[package]]
18926name = "ui_macros"
18927version = "0.1.0"
18928dependencies = [
18929 "component",
18930 "quote",
18931 "syn 2.0.117",
18932 "ui",
18933]
18934
18935[[package]]
18936name = "ui_prompt"
18937version = "0.1.0"
18938dependencies = [
18939 "gpui",
18940 "markdown",
18941 "menu",
18942 "settings",
18943 "theme_settings",
18944 "ui",
18945 "workspace",
18946]
18947
18948[[package]]
18949name = "unarray"
18950version = "0.1.4"
18951source = "registry+https://github.com/rust-lang/crates.io-index"
18952checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18953
18954[[package]]
18955name = "unicase"
18956version = "2.8.1"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18959
18960[[package]]
18961name = "unicode-bidi"
18962version = "0.3.18"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18965
18966[[package]]
18967name = "unicode-bidi-mirroring"
18968version = "0.4.0"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18971
18972[[package]]
18973name = "unicode-ccc"
18974version = "0.4.0"
18975source = "registry+https://github.com/rust-lang/crates.io-index"
18976checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18977
18978[[package]]
18979name = "unicode-general-category"
18980version = "1.1.0"
18981source = "registry+https://github.com/rust-lang/crates.io-index"
18982checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18983
18984[[package]]
18985name = "unicode-ident"
18986version = "1.0.19"
18987source = "registry+https://github.com/rust-lang/crates.io-index"
18988checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18989
18990[[package]]
18991name = "unicode-linebreak"
18992version = "0.1.5"
18993source = "registry+https://github.com/rust-lang/crates.io-index"
18994checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18995
18996[[package]]
18997name = "unicode-normalization"
18998version = "0.1.24"
18999source = "registry+https://github.com/rust-lang/crates.io-index"
19000checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19001dependencies = [
19002 "tinyvec",
19003]
19004
19005[[package]]
19006name = "unicode-properties"
19007version = "0.1.3"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19010
19011[[package]]
19012name = "unicode-script"
19013version = "0.5.8"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19016
19017[[package]]
19018name = "unicode-segmentation"
19019version = "1.12.0"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19022
19023[[package]]
19024name = "unicode-vo"
19025version = "0.1.0"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19028
19029[[package]]
19030name = "unicode-width"
19031version = "0.2.2"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19034
19035[[package]]
19036name = "unicode-xid"
19037version = "0.2.6"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19040
19041[[package]]
19042name = "unicode_categories"
19043version = "0.1.1"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19046
19047[[package]]
19048name = "unindent"
19049version = "0.2.4"
19050source = "registry+https://github.com/rust-lang/crates.io-index"
19051checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19052
19053[[package]]
19054name = "unsafe-libyaml"
19055version = "0.2.11"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19058
19059[[package]]
19060name = "untrusted"
19061version = "0.7.1"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19064
19065[[package]]
19066name = "untrusted"
19067version = "0.9.0"
19068source = "registry+https://github.com/rust-lang/crates.io-index"
19069checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19070
19071[[package]]
19072name = "url"
19073version = "2.5.7"
19074source = "registry+https://github.com/rust-lang/crates.io-index"
19075checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19076dependencies = [
19077 "form_urlencoded",
19078 "idna",
19079 "percent-encoding",
19080 "serde",
19081]
19082
19083[[package]]
19084name = "urlencoding"
19085version = "2.1.3"
19086source = "registry+https://github.com/rust-lang/crates.io-index"
19087checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19088
19089[[package]]
19090name = "usvg"
19091version = "0.45.1"
19092source = "registry+https://github.com/rust-lang/crates.io-index"
19093checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19094dependencies = [
19095 "base64 0.22.1",
19096 "data-url",
19097 "flate2",
19098 "fontdb 0.23.0",
19099 "imagesize",
19100 "kurbo",
19101 "log",
19102 "pico-args",
19103 "roxmltree",
19104 "rustybuzz",
19105 "simplecss",
19106 "siphasher 1.0.1",
19107 "strict-num",
19108 "svgtypes",
19109 "tiny-skia-path",
19110 "unicode-bidi",
19111 "unicode-script",
19112 "unicode-vo",
19113 "xmlwriter",
19114]
19115
19116[[package]]
19117name = "utf-8"
19118version = "0.7.6"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19121
19122[[package]]
19123name = "utf8-chars"
19124version = "3.0.6"
19125source = "registry+https://github.com/rust-lang/crates.io-index"
19126checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19127dependencies = [
19128 "arrayvec",
19129]
19130
19131[[package]]
19132name = "utf8_iter"
19133version = "1.0.4"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19136
19137[[package]]
19138name = "utf8parse"
19139version = "0.2.2"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19142
19143[[package]]
19144name = "util"
19145version = "0.1.0"
19146dependencies = [
19147 "anyhow",
19148 "async-fs",
19149 "async_zip",
19150 "collections",
19151 "command-fds",
19152 "dirs 4.0.0",
19153 "dunce",
19154 "futures 0.3.32",
19155 "futures-lite 1.13.0",
19156 "git2",
19157 "globset",
19158 "gpui_util",
19159 "itertools 0.14.0",
19160 "libc",
19161 "log",
19162 "mach2 0.5.0",
19163 "nix 0.29.0",
19164 "percent-encoding",
19165 "pretty_assertions",
19166 "rand 0.9.2",
19167 "regex",
19168 "rust-embed",
19169 "schemars",
19170 "serde",
19171 "serde_json",
19172 "serde_json_lenient",
19173 "shlex",
19174 "smol",
19175 "take-until",
19176 "tempfile",
19177 "tendril",
19178 "unicase",
19179 "url",
19180 "util_macros",
19181 "walkdir",
19182 "which 6.0.3",
19183]
19184
19185[[package]]
19186name = "util_macros"
19187version = "0.1.0"
19188dependencies = [
19189 "perf",
19190 "quote",
19191 "syn 2.0.117",
19192]
19193
19194[[package]]
19195name = "uuid"
19196version = "1.18.1"
19197source = "registry+https://github.com/rust-lang/crates.io-index"
19198checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19199dependencies = [
19200 "getrandom 0.3.4",
19201 "js-sys",
19202 "serde",
19203 "sha1_smol",
19204 "wasm-bindgen",
19205]
19206
19207[[package]]
19208name = "uuid-simd"
19209version = "0.8.0"
19210source = "registry+https://github.com/rust-lang/crates.io-index"
19211checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19212dependencies = [
19213 "outref",
19214 "vsimd",
19215]
19216
19217[[package]]
19218name = "v_frame"
19219version = "0.3.9"
19220source = "registry+https://github.com/rust-lang/crates.io-index"
19221checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19222dependencies = [
19223 "aligned-vec",
19224 "num-traits",
19225 "wasm-bindgen",
19226]
19227
19228[[package]]
19229name = "valuable"
19230version = "0.1.1"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19233
19234[[package]]
19235name = "value-bag"
19236version = "1.12.0"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19239dependencies = [
19240 "value-bag-serde1",
19241 "value-bag-sval2",
19242]
19243
19244[[package]]
19245name = "value-bag-serde1"
19246version = "1.12.0"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19249dependencies = [
19250 "erased-serde",
19251 "serde_core",
19252 "serde_fmt",
19253]
19254
19255[[package]]
19256name = "value-bag-sval2"
19257version = "1.12.0"
19258source = "registry+https://github.com/rust-lang/crates.io-index"
19259checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19260dependencies = [
19261 "sval",
19262 "sval_buffer",
19263 "sval_dynamic",
19264 "sval_fmt",
19265 "sval_json",
19266 "sval_ref",
19267 "sval_serde",
19268]
19269
19270[[package]]
19271name = "vcpkg"
19272version = "0.2.15"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19275
19276[[package]]
19277name = "vercel"
19278version = "0.1.0"
19279dependencies = [
19280 "anyhow",
19281 "schemars",
19282 "serde",
19283 "strum 0.27.2",
19284]
19285
19286[[package]]
19287name = "version-compare"
19288version = "0.2.0"
19289source = "registry+https://github.com/rust-lang/crates.io-index"
19290checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19291
19292[[package]]
19293name = "version_check"
19294version = "0.9.5"
19295source = "registry+https://github.com/rust-lang/crates.io-index"
19296checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19297
19298[[package]]
19299name = "vim"
19300version = "0.1.0"
19301dependencies = [
19302 "anyhow",
19303 "async-compat",
19304 "async-trait",
19305 "collections",
19306 "command_palette",
19307 "command_palette_hooks",
19308 "db",
19309 "editor",
19310 "env_logger 0.11.8",
19311 "futures 0.3.32",
19312 "fuzzy",
19313 "git_ui",
19314 "gpui",
19315 "indoc",
19316 "itertools 0.14.0",
19317 "language",
19318 "log",
19319 "lsp",
19320 "markdown_preview",
19321 "menu",
19322 "multi_buffer",
19323 "nvim-rs",
19324 "outline_panel",
19325 "parking_lot",
19326 "perf",
19327 "picker",
19328 "project",
19329 "project_panel",
19330 "regex",
19331 "release_channel",
19332 "schemars",
19333 "search",
19334 "semver",
19335 "serde",
19336 "serde_json",
19337 "settings",
19338 "settings_ui",
19339 "task",
19340 "text",
19341 "theme",
19342 "theme_settings",
19343 "tokio",
19344 "ui",
19345 "util",
19346 "util_macros",
19347 "vim_mode_setting",
19348 "workspace",
19349 "zed_actions",
19350]
19351
19352[[package]]
19353name = "vim_mode_setting"
19354version = "0.1.0"
19355dependencies = [
19356 "gpui",
19357 "settings",
19358]
19359
19360[[package]]
19361name = "vscode_theme"
19362version = "0.2.0"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19365dependencies = [
19366 "serde",
19367]
19368
19369[[package]]
19370name = "vsimd"
19371version = "0.8.0"
19372source = "registry+https://github.com/rust-lang/crates.io-index"
19373checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19374
19375[[package]]
19376name = "vswhom"
19377version = "0.1.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19380dependencies = [
19381 "libc",
19382 "vswhom-sys",
19383]
19384
19385[[package]]
19386name = "vswhom-sys"
19387version = "0.1.3"
19388source = "registry+https://github.com/rust-lang/crates.io-index"
19389checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19390dependencies = [
19391 "cc",
19392 "libc",
19393]
19394
19395[[package]]
19396name = "vte"
19397version = "0.15.0"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19400dependencies = [
19401 "arrayvec",
19402 "bitflags 2.10.0",
19403 "cursor-icon",
19404 "log",
19405 "memchr",
19406 "serde",
19407]
19408
19409[[package]]
19410name = "wait-timeout"
19411version = "0.2.1"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19414dependencies = [
19415 "libc",
19416]
19417
19418[[package]]
19419name = "waker-fn"
19420version = "1.2.0"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19423
19424[[package]]
19425name = "walkdir"
19426version = "2.5.0"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19429dependencies = [
19430 "same-file",
19431 "winapi-util",
19432]
19433
19434[[package]]
19435name = "want"
19436version = "0.3.1"
19437source = "registry+https://github.com/rust-lang/crates.io-index"
19438checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19439dependencies = [
19440 "try-lock",
19441]
19442
19443[[package]]
19444name = "warp"
19445version = "0.3.7"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19448dependencies = [
19449 "bytes 1.11.1",
19450 "futures-channel",
19451 "futures-util",
19452 "headers",
19453 "http 0.2.12",
19454 "hyper 0.14.32",
19455 "log",
19456 "mime",
19457 "mime_guess",
19458 "percent-encoding",
19459 "pin-project",
19460 "scoped-tls",
19461 "serde",
19462 "serde_json",
19463 "serde_urlencoded",
19464 "tokio",
19465 "tokio-tungstenite 0.21.0",
19466 "tokio-util",
19467 "tower-service",
19468 "tracing",
19469]
19470
19471[[package]]
19472name = "wasi"
19473version = "0.11.1+wasi-snapshot-preview1"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19476
19477[[package]]
19478name = "wasip2"
19479version = "1.0.1+wasi-0.2.4"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19482dependencies = [
19483 "wit-bindgen 0.46.0",
19484]
19485
19486[[package]]
19487name = "wasip3"
19488version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19491dependencies = [
19492 "wit-bindgen 0.51.0",
19493]
19494
19495[[package]]
19496name = "wasite"
19497version = "0.1.0"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19500
19501[[package]]
19502name = "wasm-bindgen"
19503version = "0.2.113"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19506dependencies = [
19507 "cfg-if",
19508 "once_cell",
19509 "rustversion",
19510 "wasm-bindgen-macro",
19511 "wasm-bindgen-shared",
19512]
19513
19514[[package]]
19515name = "wasm-bindgen-futures"
19516version = "0.4.63"
19517source = "registry+https://github.com/rust-lang/crates.io-index"
19518checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19519dependencies = [
19520 "cfg-if",
19521 "futures-util",
19522 "js-sys",
19523 "once_cell",
19524 "wasm-bindgen",
19525 "web-sys",
19526]
19527
19528[[package]]
19529name = "wasm-bindgen-macro"
19530version = "0.2.113"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19533dependencies = [
19534 "quote",
19535 "wasm-bindgen-macro-support",
19536]
19537
19538[[package]]
19539name = "wasm-bindgen-macro-support"
19540version = "0.2.113"
19541source = "registry+https://github.com/rust-lang/crates.io-index"
19542checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19543dependencies = [
19544 "bumpalo",
19545 "proc-macro2",
19546 "quote",
19547 "syn 2.0.117",
19548 "wasm-bindgen-shared",
19549]
19550
19551[[package]]
19552name = "wasm-bindgen-shared"
19553version = "0.2.113"
19554source = "registry+https://github.com/rust-lang/crates.io-index"
19555checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19556dependencies = [
19557 "unicode-ident",
19558]
19559
19560[[package]]
19561name = "wasm-encoder"
19562version = "0.201.0"
19563source = "registry+https://github.com/rust-lang/crates.io-index"
19564checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19565dependencies = [
19566 "leb128",
19567]
19568
19569[[package]]
19570name = "wasm-encoder"
19571version = "0.221.3"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19574dependencies = [
19575 "leb128",
19576 "wasmparser 0.221.3",
19577]
19578
19579[[package]]
19580name = "wasm-encoder"
19581version = "0.227.1"
19582source = "registry+https://github.com/rust-lang/crates.io-index"
19583checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19584dependencies = [
19585 "leb128fmt",
19586 "wasmparser 0.227.1",
19587]
19588
19589[[package]]
19590name = "wasm-encoder"
19591version = "0.236.1"
19592source = "registry+https://github.com/rust-lang/crates.io-index"
19593checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19594dependencies = [
19595 "leb128fmt",
19596 "wasmparser 0.236.1",
19597]
19598
19599[[package]]
19600name = "wasm-encoder"
19601version = "0.244.0"
19602source = "registry+https://github.com/rust-lang/crates.io-index"
19603checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19604dependencies = [
19605 "leb128fmt",
19606 "wasmparser 0.244.0",
19607]
19608
19609[[package]]
19610name = "wasm-metadata"
19611version = "0.201.0"
19612source = "registry+https://github.com/rust-lang/crates.io-index"
19613checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19614dependencies = [
19615 "anyhow",
19616 "indexmap",
19617 "serde",
19618 "serde_derive",
19619 "serde_json",
19620 "spdx",
19621 "wasm-encoder 0.201.0",
19622 "wasmparser 0.201.0",
19623]
19624
19625[[package]]
19626name = "wasm-metadata"
19627version = "0.227.1"
19628source = "registry+https://github.com/rust-lang/crates.io-index"
19629checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19630dependencies = [
19631 "anyhow",
19632 "auditable-serde",
19633 "flate2",
19634 "indexmap",
19635 "serde",
19636 "serde_derive",
19637 "serde_json",
19638 "spdx",
19639 "url",
19640 "wasm-encoder 0.227.1",
19641 "wasmparser 0.227.1",
19642]
19643
19644[[package]]
19645name = "wasm-metadata"
19646version = "0.244.0"
19647source = "registry+https://github.com/rust-lang/crates.io-index"
19648checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19649dependencies = [
19650 "anyhow",
19651 "indexmap",
19652 "wasm-encoder 0.244.0",
19653 "wasmparser 0.244.0",
19654]
19655
19656[[package]]
19657name = "wasm-streams"
19658version = "0.4.2"
19659source = "registry+https://github.com/rust-lang/crates.io-index"
19660checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19661dependencies = [
19662 "futures-util",
19663 "js-sys",
19664 "wasm-bindgen",
19665 "wasm-bindgen-futures",
19666 "web-sys",
19667]
19668
19669[[package]]
19670name = "wasm_thread"
19671version = "0.3.3"
19672source = "registry+https://github.com/rust-lang/crates.io-index"
19673checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19674dependencies = [
19675 "futures 0.3.32",
19676 "js-sys",
19677 "wasm-bindgen",
19678 "web-sys",
19679]
19680
19681[[package]]
19682name = "wasmparser"
19683version = "0.201.0"
19684source = "registry+https://github.com/rust-lang/crates.io-index"
19685checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19686dependencies = [
19687 "bitflags 2.10.0",
19688 "indexmap",
19689 "semver",
19690]
19691
19692[[package]]
19693name = "wasmparser"
19694version = "0.221.3"
19695source = "registry+https://github.com/rust-lang/crates.io-index"
19696checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19697dependencies = [
19698 "bitflags 2.10.0",
19699 "hashbrown 0.15.5",
19700 "indexmap",
19701 "semver",
19702 "serde",
19703]
19704
19705[[package]]
19706name = "wasmparser"
19707version = "0.227.1"
19708source = "registry+https://github.com/rust-lang/crates.io-index"
19709checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19710dependencies = [
19711 "bitflags 2.10.0",
19712 "hashbrown 0.15.5",
19713 "indexmap",
19714 "semver",
19715]
19716
19717[[package]]
19718name = "wasmparser"
19719version = "0.236.1"
19720source = "registry+https://github.com/rust-lang/crates.io-index"
19721checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19722dependencies = [
19723 "bitflags 2.10.0",
19724 "hashbrown 0.15.5",
19725 "indexmap",
19726 "semver",
19727 "serde",
19728]
19729
19730[[package]]
19731name = "wasmparser"
19732version = "0.244.0"
19733source = "registry+https://github.com/rust-lang/crates.io-index"
19734checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19735dependencies = [
19736 "bitflags 2.10.0",
19737 "hashbrown 0.15.5",
19738 "indexmap",
19739 "semver",
19740]
19741
19742[[package]]
19743name = "wasmprinter"
19744version = "0.236.1"
19745source = "registry+https://github.com/rust-lang/crates.io-index"
19746checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19747dependencies = [
19748 "anyhow",
19749 "termcolor",
19750 "wasmparser 0.236.1",
19751]
19752
19753[[package]]
19754name = "wasmtime"
19755version = "36.0.6"
19756source = "registry+https://github.com/rust-lang/crates.io-index"
19757checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19758dependencies = [
19759 "addr2line",
19760 "anyhow",
19761 "async-trait",
19762 "bitflags 2.10.0",
19763 "bumpalo",
19764 "cc",
19765 "cfg-if",
19766 "encoding_rs",
19767 "hashbrown 0.15.5",
19768 "indexmap",
19769 "libc",
19770 "log",
19771 "mach2 0.4.3",
19772 "memfd",
19773 "object",
19774 "once_cell",
19775 "postcard",
19776 "pulley-interpreter",
19777 "rayon",
19778 "rustix 1.1.2",
19779 "semver",
19780 "serde",
19781 "serde_derive",
19782 "smallvec",
19783 "target-lexicon 0.13.3",
19784 "wasmparser 0.236.1",
19785 "wasmtime-environ",
19786 "wasmtime-internal-asm-macros",
19787 "wasmtime-internal-component-macro",
19788 "wasmtime-internal-component-util",
19789 "wasmtime-internal-cranelift",
19790 "wasmtime-internal-fiber",
19791 "wasmtime-internal-jit-debug",
19792 "wasmtime-internal-jit-icache-coherence",
19793 "wasmtime-internal-math",
19794 "wasmtime-internal-slab",
19795 "wasmtime-internal-unwinder",
19796 "wasmtime-internal-versioned-export-macros",
19797 "wasmtime-internal-winch",
19798 "windows-sys 0.60.2",
19799]
19800
19801[[package]]
19802name = "wasmtime-c-api-impl"
19803version = "36.0.6"
19804source = "registry+https://github.com/rust-lang/crates.io-index"
19805checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19806dependencies = [
19807 "anyhow",
19808 "log",
19809 "tracing",
19810 "wasmtime",
19811 "wasmtime-internal-c-api-macros",
19812]
19813
19814[[package]]
19815name = "wasmtime-environ"
19816version = "36.0.6"
19817source = "registry+https://github.com/rust-lang/crates.io-index"
19818checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19819dependencies = [
19820 "anyhow",
19821 "cpp_demangle",
19822 "cranelift-bitset",
19823 "cranelift-entity",
19824 "gimli",
19825 "indexmap",
19826 "log",
19827 "object",
19828 "postcard",
19829 "rustc-demangle",
19830 "semver",
19831 "serde",
19832 "serde_derive",
19833 "smallvec",
19834 "target-lexicon 0.13.3",
19835 "wasm-encoder 0.236.1",
19836 "wasmparser 0.236.1",
19837 "wasmprinter",
19838 "wasmtime-internal-component-util",
19839]
19840
19841[[package]]
19842name = "wasmtime-internal-asm-macros"
19843version = "36.0.6"
19844source = "registry+https://github.com/rust-lang/crates.io-index"
19845checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19846dependencies = [
19847 "cfg-if",
19848]
19849
19850[[package]]
19851name = "wasmtime-internal-c-api-macros"
19852version = "36.0.6"
19853source = "registry+https://github.com/rust-lang/crates.io-index"
19854checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19855dependencies = [
19856 "proc-macro2",
19857 "quote",
19858]
19859
19860[[package]]
19861name = "wasmtime-internal-component-macro"
19862version = "36.0.6"
19863source = "registry+https://github.com/rust-lang/crates.io-index"
19864checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19865dependencies = [
19866 "anyhow",
19867 "proc-macro2",
19868 "quote",
19869 "syn 2.0.117",
19870 "wasmtime-internal-component-util",
19871 "wasmtime-internal-wit-bindgen",
19872 "wit-parser 0.236.1",
19873]
19874
19875[[package]]
19876name = "wasmtime-internal-component-util"
19877version = "36.0.6"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19880
19881[[package]]
19882name = "wasmtime-internal-cranelift"
19883version = "36.0.6"
19884source = "registry+https://github.com/rust-lang/crates.io-index"
19885checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19886dependencies = [
19887 "anyhow",
19888 "cfg-if",
19889 "cranelift-codegen",
19890 "cranelift-control",
19891 "cranelift-entity",
19892 "cranelift-frontend",
19893 "cranelift-native",
19894 "gimli",
19895 "itertools 0.14.0",
19896 "log",
19897 "object",
19898 "pulley-interpreter",
19899 "smallvec",
19900 "target-lexicon 0.13.3",
19901 "thiserror 2.0.17",
19902 "wasmparser 0.236.1",
19903 "wasmtime-environ",
19904 "wasmtime-internal-math",
19905 "wasmtime-internal-versioned-export-macros",
19906]
19907
19908[[package]]
19909name = "wasmtime-internal-fiber"
19910version = "36.0.6"
19911source = "registry+https://github.com/rust-lang/crates.io-index"
19912checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19913dependencies = [
19914 "anyhow",
19915 "cc",
19916 "cfg-if",
19917 "libc",
19918 "rustix 1.1.2",
19919 "wasmtime-internal-asm-macros",
19920 "wasmtime-internal-versioned-export-macros",
19921 "windows-sys 0.60.2",
19922]
19923
19924[[package]]
19925name = "wasmtime-internal-jit-debug"
19926version = "36.0.6"
19927source = "registry+https://github.com/rust-lang/crates.io-index"
19928checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19929dependencies = [
19930 "cc",
19931 "wasmtime-internal-versioned-export-macros",
19932]
19933
19934[[package]]
19935name = "wasmtime-internal-jit-icache-coherence"
19936version = "36.0.6"
19937source = "registry+https://github.com/rust-lang/crates.io-index"
19938checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19939dependencies = [
19940 "anyhow",
19941 "cfg-if",
19942 "libc",
19943 "windows-sys 0.60.2",
19944]
19945
19946[[package]]
19947name = "wasmtime-internal-math"
19948version = "36.0.6"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19951dependencies = [
19952 "libm",
19953]
19954
19955[[package]]
19956name = "wasmtime-internal-slab"
19957version = "36.0.6"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19960
19961[[package]]
19962name = "wasmtime-internal-unwinder"
19963version = "36.0.6"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19966dependencies = [
19967 "anyhow",
19968 "cfg-if",
19969 "cranelift-codegen",
19970 "log",
19971 "object",
19972]
19973
19974[[package]]
19975name = "wasmtime-internal-versioned-export-macros"
19976version = "36.0.6"
19977source = "registry+https://github.com/rust-lang/crates.io-index"
19978checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19979dependencies = [
19980 "proc-macro2",
19981 "quote",
19982 "syn 2.0.117",
19983]
19984
19985[[package]]
19986name = "wasmtime-internal-winch"
19987version = "36.0.6"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19990dependencies = [
19991 "anyhow",
19992 "cranelift-codegen",
19993 "gimli",
19994 "object",
19995 "target-lexicon 0.13.3",
19996 "wasmparser 0.236.1",
19997 "wasmtime-environ",
19998 "wasmtime-internal-cranelift",
19999 "winch-codegen",
20000]
20001
20002[[package]]
20003name = "wasmtime-internal-wit-bindgen"
20004version = "36.0.6"
20005source = "registry+https://github.com/rust-lang/crates.io-index"
20006checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20007dependencies = [
20008 "anyhow",
20009 "bitflags 2.10.0",
20010 "heck 0.5.0",
20011 "indexmap",
20012 "wit-parser 0.236.1",
20013]
20014
20015[[package]]
20016name = "wasmtime-wasi"
20017version = "36.0.6"
20018source = "registry+https://github.com/rust-lang/crates.io-index"
20019checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20020dependencies = [
20021 "anyhow",
20022 "async-trait",
20023 "bitflags 2.10.0",
20024 "bytes 1.11.1",
20025 "cap-fs-ext",
20026 "cap-net-ext",
20027 "cap-rand",
20028 "cap-std",
20029 "cap-time-ext",
20030 "fs-set-times",
20031 "futures 0.3.32",
20032 "io-extras",
20033 "io-lifetimes",
20034 "rustix 1.1.2",
20035 "system-interface",
20036 "thiserror 2.0.17",
20037 "tokio",
20038 "tracing",
20039 "url",
20040 "wasmtime",
20041 "wasmtime-wasi-io",
20042 "wiggle",
20043 "windows-sys 0.60.2",
20044]
20045
20046[[package]]
20047name = "wasmtime-wasi-io"
20048version = "36.0.6"
20049source = "registry+https://github.com/rust-lang/crates.io-index"
20050checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20051dependencies = [
20052 "anyhow",
20053 "async-trait",
20054 "bytes 1.11.1",
20055 "futures 0.3.32",
20056 "wasmtime",
20057]
20058
20059[[package]]
20060name = "wast"
20061version = "35.0.2"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20064dependencies = [
20065 "leb128",
20066]
20067
20068[[package]]
20069name = "watch"
20070version = "0.1.0"
20071dependencies = [
20072 "ctor",
20073 "futures 0.3.32",
20074 "gpui",
20075 "parking_lot",
20076 "zlog",
20077]
20078
20079[[package]]
20080name = "wax"
20081version = "0.7.0"
20082source = "registry+https://github.com/rust-lang/crates.io-index"
20083checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20084dependencies = [
20085 "const_format",
20086 "itertools 0.14.0",
20087 "nom 7.1.3",
20088 "pori",
20089 "regex",
20090 "thiserror 2.0.17",
20091 "walkdir",
20092]
20093
20094[[package]]
20095name = "wayland-backend"
20096version = "0.3.11"
20097source = "registry+https://github.com/rust-lang/crates.io-index"
20098checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20099dependencies = [
20100 "cc",
20101 "downcast-rs",
20102 "rustix 1.1.2",
20103 "scoped-tls",
20104 "smallvec",
20105 "wayland-sys",
20106]
20107
20108[[package]]
20109name = "wayland-client"
20110version = "0.31.11"
20111source = "registry+https://github.com/rust-lang/crates.io-index"
20112checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20113dependencies = [
20114 "bitflags 2.10.0",
20115 "rustix 1.1.2",
20116 "wayland-backend",
20117 "wayland-scanner",
20118]
20119
20120[[package]]
20121name = "wayland-cursor"
20122version = "0.31.11"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20125dependencies = [
20126 "rustix 1.1.2",
20127 "wayland-client",
20128 "xcursor",
20129]
20130
20131[[package]]
20132name = "wayland-protocols"
20133version = "0.32.9"
20134source = "registry+https://github.com/rust-lang/crates.io-index"
20135checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20136dependencies = [
20137 "bitflags 2.10.0",
20138 "wayland-backend",
20139 "wayland-client",
20140 "wayland-scanner",
20141]
20142
20143[[package]]
20144name = "wayland-protocols-plasma"
20145version = "0.3.9"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20148dependencies = [
20149 "bitflags 2.10.0",
20150 "wayland-backend",
20151 "wayland-client",
20152 "wayland-protocols",
20153 "wayland-scanner",
20154]
20155
20156[[package]]
20157name = "wayland-protocols-wlr"
20158version = "0.3.9"
20159source = "registry+https://github.com/rust-lang/crates.io-index"
20160checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20161dependencies = [
20162 "bitflags 2.10.0",
20163 "wayland-backend",
20164 "wayland-client",
20165 "wayland-protocols",
20166 "wayland-scanner",
20167]
20168
20169[[package]]
20170name = "wayland-scanner"
20171version = "0.31.7"
20172source = "registry+https://github.com/rust-lang/crates.io-index"
20173checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20174dependencies = [
20175 "proc-macro2",
20176 "quick-xml 0.37.5",
20177 "quote",
20178]
20179
20180[[package]]
20181name = "wayland-sys"
20182version = "0.31.7"
20183source = "registry+https://github.com/rust-lang/crates.io-index"
20184checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20185dependencies = [
20186 "dlib",
20187 "log",
20188 "once_cell",
20189 "pkg-config",
20190]
20191
20192[[package]]
20193name = "web-sys"
20194version = "0.3.90"
20195source = "registry+https://github.com/rust-lang/crates.io-index"
20196checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20197dependencies = [
20198 "js-sys",
20199 "wasm-bindgen",
20200]
20201
20202[[package]]
20203name = "web-time"
20204version = "1.1.0"
20205source = "registry+https://github.com/rust-lang/crates.io-index"
20206checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20207dependencies = [
20208 "js-sys",
20209 "serde",
20210 "wasm-bindgen",
20211]
20212
20213[[package]]
20214name = "web_atoms"
20215version = "0.1.3"
20216source = "registry+https://github.com/rust-lang/crates.io-index"
20217checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20218dependencies = [
20219 "phf 0.11.3",
20220 "phf_codegen",
20221 "string_cache",
20222 "string_cache_codegen",
20223]
20224
20225[[package]]
20226name = "web_search"
20227version = "0.1.0"
20228dependencies = [
20229 "anyhow",
20230 "cloud_llm_client",
20231 "collections",
20232 "gpui",
20233 "serde",
20234]
20235
20236[[package]]
20237name = "web_search_providers"
20238version = "0.1.0"
20239dependencies = [
20240 "anyhow",
20241 "client",
20242 "cloud_api_client",
20243 "cloud_api_types",
20244 "cloud_llm_client",
20245 "futures 0.3.32",
20246 "gpui",
20247 "http_client",
20248 "language_model",
20249 "serde",
20250 "serde_json",
20251 "web_search",
20252]
20253
20254[[package]]
20255name = "webpki-root-certs"
20256version = "0.26.8"
20257source = "registry+https://github.com/rust-lang/crates.io-index"
20258checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20259dependencies = [
20260 "rustls-pki-types",
20261]
20262
20263[[package]]
20264name = "webpki-roots"
20265version = "0.26.8"
20266source = "registry+https://github.com/rust-lang/crates.io-index"
20267checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20268dependencies = [
20269 "rustls-pki-types",
20270]
20271
20272[[package]]
20273name = "webrtc-sys"
20274version = "0.3.23"
20275source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20276dependencies = [
20277 "cc",
20278 "cxx",
20279 "cxx-build",
20280 "glob",
20281 "log",
20282 "pkg-config",
20283 "webrtc-sys-build",
20284]
20285
20286[[package]]
20287name = "webrtc-sys-build"
20288version = "0.3.13"
20289source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20290dependencies = [
20291 "anyhow",
20292 "fs2",
20293 "regex",
20294 "reqwest 0.12.24",
20295 "scratch",
20296 "semver",
20297 "zip 0.6.6",
20298]
20299
20300[[package]]
20301name = "weezl"
20302version = "0.1.10"
20303source = "registry+https://github.com/rust-lang/crates.io-index"
20304checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20305
20306[[package]]
20307name = "wgpu"
20308version = "29.0.0"
20309source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20310dependencies = [
20311 "arrayvec",
20312 "bitflags 2.10.0",
20313 "bytemuck",
20314 "cfg-if",
20315 "cfg_aliases 0.2.1",
20316 "document-features",
20317 "hashbrown 0.16.1",
20318 "js-sys",
20319 "log",
20320 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20321 "parking_lot",
20322 "portable-atomic",
20323 "profiling",
20324 "raw-window-handle",
20325 "smallvec",
20326 "static_assertions",
20327 "wasm-bindgen",
20328 "wasm-bindgen-futures",
20329 "web-sys",
20330 "wgpu-core",
20331 "wgpu-hal",
20332 "wgpu-types",
20333]
20334
20335[[package]]
20336name = "wgpu-core"
20337version = "29.0.0"
20338source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20339dependencies = [
20340 "arrayvec",
20341 "bit-set 0.9.1",
20342 "bit-vec 0.9.1",
20343 "bitflags 2.10.0",
20344 "bytemuck",
20345 "cfg_aliases 0.2.1",
20346 "document-features",
20347 "hashbrown 0.16.1",
20348 "indexmap",
20349 "log",
20350 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20351 "once_cell",
20352 "parking_lot",
20353 "portable-atomic",
20354 "profiling",
20355 "raw-window-handle",
20356 "rustc-hash 1.1.0",
20357 "smallvec",
20358 "thiserror 2.0.17",
20359 "wgpu-core-deps-apple",
20360 "wgpu-core-deps-emscripten",
20361 "wgpu-core-deps-windows-linux-android",
20362 "wgpu-hal",
20363 "wgpu-naga-bridge",
20364 "wgpu-types",
20365]
20366
20367[[package]]
20368name = "wgpu-core-deps-apple"
20369version = "29.0.0"
20370source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20371dependencies = [
20372 "wgpu-hal",
20373]
20374
20375[[package]]
20376name = "wgpu-core-deps-emscripten"
20377version = "29.0.0"
20378source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20379dependencies = [
20380 "wgpu-hal",
20381]
20382
20383[[package]]
20384name = "wgpu-core-deps-windows-linux-android"
20385version = "29.0.0"
20386source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20387dependencies = [
20388 "wgpu-hal",
20389]
20390
20391[[package]]
20392name = "wgpu-hal"
20393version = "29.0.0"
20394source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20395dependencies = [
20396 "android_system_properties",
20397 "arrayvec",
20398 "ash",
20399 "bit-set 0.9.1",
20400 "bitflags 2.10.0",
20401 "block2",
20402 "bytemuck",
20403 "cfg-if",
20404 "cfg_aliases 0.2.1",
20405 "glow",
20406 "glutin_wgl_sys",
20407 "gpu-allocator",
20408 "gpu-descriptor",
20409 "hashbrown 0.16.1",
20410 "js-sys",
20411 "khronos-egl",
20412 "libc",
20413 "libloading",
20414 "log",
20415 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20416 "ndk-sys",
20417 "objc2",
20418 "objc2-core-foundation",
20419 "objc2-foundation",
20420 "objc2-metal",
20421 "objc2-quartz-core",
20422 "once_cell",
20423 "ordered-float 4.6.0",
20424 "parking_lot",
20425 "portable-atomic",
20426 "portable-atomic-util",
20427 "profiling",
20428 "range-alloc",
20429 "raw-window-handle",
20430 "raw-window-metal",
20431 "renderdoc-sys",
20432 "smallvec",
20433 "thiserror 2.0.17",
20434 "wasm-bindgen",
20435 "wayland-sys",
20436 "web-sys",
20437 "wgpu-naga-bridge",
20438 "wgpu-types",
20439 "windows 0.62.2",
20440 "windows-core 0.62.2",
20441]
20442
20443[[package]]
20444name = "wgpu-naga-bridge"
20445version = "29.0.0"
20446source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20447dependencies = [
20448 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20449 "wgpu-types",
20450]
20451
20452[[package]]
20453name = "wgpu-types"
20454version = "29.0.0"
20455source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20456dependencies = [
20457 "bitflags 2.10.0",
20458 "bytemuck",
20459 "js-sys",
20460 "log",
20461 "raw-window-handle",
20462 "web-sys",
20463]
20464
20465[[package]]
20466name = "which"
20467version = "4.4.2"
20468source = "registry+https://github.com/rust-lang/crates.io-index"
20469checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20470dependencies = [
20471 "either",
20472 "home",
20473 "once_cell",
20474 "rustix 0.38.44",
20475]
20476
20477[[package]]
20478name = "which"
20479version = "6.0.3"
20480source = "registry+https://github.com/rust-lang/crates.io-index"
20481checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20482dependencies = [
20483 "either",
20484 "home",
20485 "rustix 0.38.44",
20486 "winsafe",
20487]
20488
20489[[package]]
20490name = "which_key"
20491version = "0.1.0"
20492dependencies = [
20493 "command_palette",
20494 "gpui",
20495 "serde",
20496 "settings",
20497 "theme_settings",
20498 "ui",
20499 "util",
20500 "workspace",
20501]
20502
20503[[package]]
20504name = "whoami"
20505version = "1.6.1"
20506source = "registry+https://github.com/rust-lang/crates.io-index"
20507checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20508dependencies = [
20509 "libredox",
20510 "wasite",
20511]
20512
20513[[package]]
20514name = "wiggle"
20515version = "36.0.6"
20516source = "registry+https://github.com/rust-lang/crates.io-index"
20517checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20518dependencies = [
20519 "anyhow",
20520 "async-trait",
20521 "bitflags 2.10.0",
20522 "thiserror 2.0.17",
20523 "tracing",
20524 "wasmtime",
20525 "wiggle-macro",
20526]
20527
20528[[package]]
20529name = "wiggle-generate"
20530version = "36.0.6"
20531source = "registry+https://github.com/rust-lang/crates.io-index"
20532checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20533dependencies = [
20534 "anyhow",
20535 "heck 0.5.0",
20536 "proc-macro2",
20537 "quote",
20538 "syn 2.0.117",
20539 "witx",
20540]
20541
20542[[package]]
20543name = "wiggle-macro"
20544version = "36.0.6"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20547dependencies = [
20548 "proc-macro2",
20549 "quote",
20550 "syn 2.0.117",
20551 "wiggle-generate",
20552]
20553
20554[[package]]
20555name = "winapi"
20556version = "0.3.9"
20557source = "registry+https://github.com/rust-lang/crates.io-index"
20558checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20559dependencies = [
20560 "winapi-i686-pc-windows-gnu",
20561 "winapi-x86_64-pc-windows-gnu",
20562]
20563
20564[[package]]
20565name = "winapi-i686-pc-windows-gnu"
20566version = "0.4.0"
20567source = "registry+https://github.com/rust-lang/crates.io-index"
20568checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20569
20570[[package]]
20571name = "winapi-util"
20572version = "0.1.11"
20573source = "registry+https://github.com/rust-lang/crates.io-index"
20574checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20575dependencies = [
20576 "windows-sys 0.61.2",
20577]
20578
20579[[package]]
20580name = "winapi-x86_64-pc-windows-gnu"
20581version = "0.4.0"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20584
20585[[package]]
20586name = "winch-codegen"
20587version = "36.0.6"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20590dependencies = [
20591 "anyhow",
20592 "cranelift-assembler-x64",
20593 "cranelift-codegen",
20594 "gimli",
20595 "regalloc2",
20596 "smallvec",
20597 "target-lexicon 0.13.3",
20598 "thiserror 2.0.17",
20599 "wasmparser 0.236.1",
20600 "wasmtime-environ",
20601 "wasmtime-internal-cranelift",
20602 "wasmtime-internal-math",
20603]
20604
20605[[package]]
20606name = "windows"
20607version = "0.57.0"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20610dependencies = [
20611 "windows-core 0.57.0",
20612 "windows-targets 0.52.6",
20613]
20614
20615[[package]]
20616name = "windows"
20617version = "0.58.0"
20618source = "registry+https://github.com/rust-lang/crates.io-index"
20619checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20620dependencies = [
20621 "windows-core 0.58.0",
20622 "windows-targets 0.52.6",
20623]
20624
20625[[package]]
20626name = "windows"
20627version = "0.61.3"
20628source = "registry+https://github.com/rust-lang/crates.io-index"
20629checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20630dependencies = [
20631 "windows-collections 0.2.0",
20632 "windows-core 0.61.2",
20633 "windows-future 0.2.1",
20634 "windows-link 0.1.3",
20635 "windows-numerics 0.2.0",
20636]
20637
20638[[package]]
20639name = "windows"
20640version = "0.62.2"
20641source = "registry+https://github.com/rust-lang/crates.io-index"
20642checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20643dependencies = [
20644 "windows-collections 0.3.2",
20645 "windows-core 0.62.2",
20646 "windows-future 0.3.2",
20647 "windows-numerics 0.3.1",
20648]
20649
20650[[package]]
20651name = "windows-bindgen"
20652version = "0.61.1"
20653source = "registry+https://github.com/rust-lang/crates.io-index"
20654checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20655dependencies = [
20656 "serde",
20657 "serde_json",
20658 "windows-threading 0.1.0",
20659]
20660
20661[[package]]
20662name = "windows-capture"
20663version = "1.4.3"
20664source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20665dependencies = [
20666 "clap",
20667 "ctrlc",
20668 "parking_lot",
20669 "rayon",
20670 "thiserror 2.0.17",
20671 "windows 0.61.3",
20672 "windows-future 0.2.1",
20673]
20674
20675[[package]]
20676name = "windows-collections"
20677version = "0.2.0"
20678source = "registry+https://github.com/rust-lang/crates.io-index"
20679checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20680dependencies = [
20681 "windows-core 0.61.2",
20682]
20683
20684[[package]]
20685name = "windows-collections"
20686version = "0.3.2"
20687source = "registry+https://github.com/rust-lang/crates.io-index"
20688checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20689dependencies = [
20690 "windows-core 0.62.2",
20691]
20692
20693[[package]]
20694name = "windows-core"
20695version = "0.57.0"
20696source = "registry+https://github.com/rust-lang/crates.io-index"
20697checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20698dependencies = [
20699 "windows-implement 0.57.0",
20700 "windows-interface 0.57.0",
20701 "windows-result 0.1.2",
20702 "windows-targets 0.52.6",
20703]
20704
20705[[package]]
20706name = "windows-core"
20707version = "0.58.0"
20708source = "registry+https://github.com/rust-lang/crates.io-index"
20709checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20710dependencies = [
20711 "windows-implement 0.58.0",
20712 "windows-interface 0.58.0",
20713 "windows-result 0.2.0",
20714 "windows-strings 0.1.0",
20715 "windows-targets 0.52.6",
20716]
20717
20718[[package]]
20719name = "windows-core"
20720version = "0.61.2"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20723dependencies = [
20724 "windows-implement 0.60.2",
20725 "windows-interface 0.59.3",
20726 "windows-link 0.1.3",
20727 "windows-result 0.3.4",
20728 "windows-strings 0.4.2",
20729]
20730
20731[[package]]
20732name = "windows-core"
20733version = "0.62.2"
20734source = "registry+https://github.com/rust-lang/crates.io-index"
20735checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20736dependencies = [
20737 "windows-implement 0.60.2",
20738 "windows-interface 0.59.3",
20739 "windows-link 0.2.1",
20740 "windows-result 0.4.1",
20741 "windows-strings 0.5.1",
20742]
20743
20744[[package]]
20745name = "windows-future"
20746version = "0.2.1"
20747source = "registry+https://github.com/rust-lang/crates.io-index"
20748checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20749dependencies = [
20750 "windows-core 0.61.2",
20751 "windows-link 0.1.3",
20752 "windows-threading 0.1.0",
20753]
20754
20755[[package]]
20756name = "windows-future"
20757version = "0.3.2"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20760dependencies = [
20761 "windows-core 0.62.2",
20762 "windows-link 0.2.1",
20763 "windows-threading 0.2.1",
20764]
20765
20766[[package]]
20767name = "windows-implement"
20768version = "0.57.0"
20769source = "registry+https://github.com/rust-lang/crates.io-index"
20770checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20771dependencies = [
20772 "proc-macro2",
20773 "quote",
20774 "syn 2.0.117",
20775]
20776
20777[[package]]
20778name = "windows-implement"
20779version = "0.58.0"
20780source = "registry+https://github.com/rust-lang/crates.io-index"
20781checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20782dependencies = [
20783 "proc-macro2",
20784 "quote",
20785 "syn 2.0.117",
20786]
20787
20788[[package]]
20789name = "windows-implement"
20790version = "0.60.2"
20791source = "registry+https://github.com/rust-lang/crates.io-index"
20792checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20793dependencies = [
20794 "proc-macro2",
20795 "quote",
20796 "syn 2.0.117",
20797]
20798
20799[[package]]
20800name = "windows-interface"
20801version = "0.57.0"
20802source = "registry+https://github.com/rust-lang/crates.io-index"
20803checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20804dependencies = [
20805 "proc-macro2",
20806 "quote",
20807 "syn 2.0.117",
20808]
20809
20810[[package]]
20811name = "windows-interface"
20812version = "0.58.0"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20815dependencies = [
20816 "proc-macro2",
20817 "quote",
20818 "syn 2.0.117",
20819]
20820
20821[[package]]
20822name = "windows-interface"
20823version = "0.59.3"
20824source = "registry+https://github.com/rust-lang/crates.io-index"
20825checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20826dependencies = [
20827 "proc-macro2",
20828 "quote",
20829 "syn 2.0.117",
20830]
20831
20832[[package]]
20833name = "windows-link"
20834version = "0.1.3"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20837
20838[[package]]
20839name = "windows-link"
20840version = "0.2.1"
20841source = "registry+https://github.com/rust-lang/crates.io-index"
20842checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20843
20844[[package]]
20845name = "windows-numerics"
20846version = "0.2.0"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20849dependencies = [
20850 "windows-core 0.61.2",
20851 "windows-link 0.1.3",
20852]
20853
20854[[package]]
20855name = "windows-numerics"
20856version = "0.3.1"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20859dependencies = [
20860 "windows-core 0.62.2",
20861 "windows-link 0.2.1",
20862]
20863
20864[[package]]
20865name = "windows-registry"
20866version = "0.4.0"
20867source = "registry+https://github.com/rust-lang/crates.io-index"
20868checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20869dependencies = [
20870 "windows-result 0.3.4",
20871 "windows-strings 0.3.1",
20872 "windows-targets 0.53.5",
20873]
20874
20875[[package]]
20876name = "windows-registry"
20877version = "0.5.3"
20878source = "registry+https://github.com/rust-lang/crates.io-index"
20879checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20880dependencies = [
20881 "windows-link 0.1.3",
20882 "windows-result 0.3.4",
20883 "windows-strings 0.4.2",
20884]
20885
20886[[package]]
20887name = "windows-registry"
20888version = "0.6.1"
20889source = "registry+https://github.com/rust-lang/crates.io-index"
20890checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20891dependencies = [
20892 "windows-link 0.2.1",
20893 "windows-result 0.4.1",
20894 "windows-strings 0.5.1",
20895]
20896
20897[[package]]
20898name = "windows-result"
20899version = "0.1.2"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20902dependencies = [
20903 "windows-targets 0.52.6",
20904]
20905
20906[[package]]
20907name = "windows-result"
20908version = "0.2.0"
20909source = "registry+https://github.com/rust-lang/crates.io-index"
20910checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20911dependencies = [
20912 "windows-targets 0.52.6",
20913]
20914
20915[[package]]
20916name = "windows-result"
20917version = "0.3.4"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20920dependencies = [
20921 "windows-link 0.1.3",
20922]
20923
20924[[package]]
20925name = "windows-result"
20926version = "0.4.1"
20927source = "registry+https://github.com/rust-lang/crates.io-index"
20928checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20929dependencies = [
20930 "windows-link 0.2.1",
20931]
20932
20933[[package]]
20934name = "windows-strings"
20935version = "0.1.0"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20938dependencies = [
20939 "windows-result 0.2.0",
20940 "windows-targets 0.52.6",
20941]
20942
20943[[package]]
20944name = "windows-strings"
20945version = "0.3.1"
20946source = "registry+https://github.com/rust-lang/crates.io-index"
20947checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20948dependencies = [
20949 "windows-link 0.1.3",
20950]
20951
20952[[package]]
20953name = "windows-strings"
20954version = "0.4.2"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20957dependencies = [
20958 "windows-link 0.1.3",
20959]
20960
20961[[package]]
20962name = "windows-strings"
20963version = "0.5.1"
20964source = "registry+https://github.com/rust-lang/crates.io-index"
20965checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20966dependencies = [
20967 "windows-link 0.2.1",
20968]
20969
20970[[package]]
20971name = "windows-sys"
20972version = "0.45.0"
20973source = "registry+https://github.com/rust-lang/crates.io-index"
20974checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20975dependencies = [
20976 "windows-targets 0.42.2",
20977]
20978
20979[[package]]
20980name = "windows-sys"
20981version = "0.48.0"
20982source = "registry+https://github.com/rust-lang/crates.io-index"
20983checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20984dependencies = [
20985 "windows-targets 0.48.5",
20986]
20987
20988[[package]]
20989name = "windows-sys"
20990version = "0.52.0"
20991source = "registry+https://github.com/rust-lang/crates.io-index"
20992checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20993dependencies = [
20994 "windows-targets 0.52.6",
20995]
20996
20997[[package]]
20998name = "windows-sys"
20999version = "0.59.0"
21000source = "registry+https://github.com/rust-lang/crates.io-index"
21001checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21002dependencies = [
21003 "windows-targets 0.52.6",
21004]
21005
21006[[package]]
21007name = "windows-sys"
21008version = "0.60.2"
21009source = "registry+https://github.com/rust-lang/crates.io-index"
21010checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21011dependencies = [
21012 "windows-targets 0.53.5",
21013]
21014
21015[[package]]
21016name = "windows-sys"
21017version = "0.61.2"
21018source = "registry+https://github.com/rust-lang/crates.io-index"
21019checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21020dependencies = [
21021 "windows-link 0.2.1",
21022]
21023
21024[[package]]
21025name = "windows-targets"
21026version = "0.42.2"
21027source = "registry+https://github.com/rust-lang/crates.io-index"
21028checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21029dependencies = [
21030 "windows_aarch64_gnullvm 0.42.2",
21031 "windows_aarch64_msvc 0.42.2",
21032 "windows_i686_gnu 0.42.2",
21033 "windows_i686_msvc 0.42.2",
21034 "windows_x86_64_gnu 0.42.2",
21035 "windows_x86_64_gnullvm 0.42.2",
21036 "windows_x86_64_msvc 0.42.2",
21037]
21038
21039[[package]]
21040name = "windows-targets"
21041version = "0.48.5"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21044dependencies = [
21045 "windows_aarch64_gnullvm 0.48.5",
21046 "windows_aarch64_msvc 0.48.5",
21047 "windows_i686_gnu 0.48.5",
21048 "windows_i686_msvc 0.48.5",
21049 "windows_x86_64_gnu 0.48.5",
21050 "windows_x86_64_gnullvm 0.48.5",
21051 "windows_x86_64_msvc 0.48.5",
21052]
21053
21054[[package]]
21055name = "windows-targets"
21056version = "0.52.6"
21057source = "registry+https://github.com/rust-lang/crates.io-index"
21058checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21059dependencies = [
21060 "windows_aarch64_gnullvm 0.52.6",
21061 "windows_aarch64_msvc 0.52.6",
21062 "windows_i686_gnu 0.52.6",
21063 "windows_i686_gnullvm 0.52.6",
21064 "windows_i686_msvc 0.52.6",
21065 "windows_x86_64_gnu 0.52.6",
21066 "windows_x86_64_gnullvm 0.52.6",
21067 "windows_x86_64_msvc 0.52.6",
21068]
21069
21070[[package]]
21071name = "windows-targets"
21072version = "0.53.5"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21075dependencies = [
21076 "windows-link 0.2.1",
21077 "windows_aarch64_gnullvm 0.53.1",
21078 "windows_aarch64_msvc 0.53.1",
21079 "windows_i686_gnu 0.53.1",
21080 "windows_i686_gnullvm 0.53.1",
21081 "windows_i686_msvc 0.53.1",
21082 "windows_x86_64_gnu 0.53.1",
21083 "windows_x86_64_gnullvm 0.53.1",
21084 "windows_x86_64_msvc 0.53.1",
21085]
21086
21087[[package]]
21088name = "windows-threading"
21089version = "0.1.0"
21090source = "registry+https://github.com/rust-lang/crates.io-index"
21091checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21092dependencies = [
21093 "windows-link 0.1.3",
21094]
21095
21096[[package]]
21097name = "windows-threading"
21098version = "0.2.1"
21099source = "registry+https://github.com/rust-lang/crates.io-index"
21100checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21101dependencies = [
21102 "windows-link 0.2.1",
21103]
21104
21105[[package]]
21106name = "windows_aarch64_gnullvm"
21107version = "0.42.2"
21108source = "registry+https://github.com/rust-lang/crates.io-index"
21109checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21110
21111[[package]]
21112name = "windows_aarch64_gnullvm"
21113version = "0.48.5"
21114source = "registry+https://github.com/rust-lang/crates.io-index"
21115checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21116
21117[[package]]
21118name = "windows_aarch64_gnullvm"
21119version = "0.52.6"
21120source = "registry+https://github.com/rust-lang/crates.io-index"
21121checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21122
21123[[package]]
21124name = "windows_aarch64_gnullvm"
21125version = "0.53.1"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21128
21129[[package]]
21130name = "windows_aarch64_msvc"
21131version = "0.42.2"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21134
21135[[package]]
21136name = "windows_aarch64_msvc"
21137version = "0.48.5"
21138source = "registry+https://github.com/rust-lang/crates.io-index"
21139checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21140
21141[[package]]
21142name = "windows_aarch64_msvc"
21143version = "0.52.6"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21146
21147[[package]]
21148name = "windows_aarch64_msvc"
21149version = "0.53.1"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21152
21153[[package]]
21154name = "windows_i686_gnu"
21155version = "0.42.2"
21156source = "registry+https://github.com/rust-lang/crates.io-index"
21157checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21158
21159[[package]]
21160name = "windows_i686_gnu"
21161version = "0.48.5"
21162source = "registry+https://github.com/rust-lang/crates.io-index"
21163checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21164
21165[[package]]
21166name = "windows_i686_gnu"
21167version = "0.52.6"
21168source = "registry+https://github.com/rust-lang/crates.io-index"
21169checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21170
21171[[package]]
21172name = "windows_i686_gnu"
21173version = "0.53.1"
21174source = "registry+https://github.com/rust-lang/crates.io-index"
21175checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21176
21177[[package]]
21178name = "windows_i686_gnullvm"
21179version = "0.52.6"
21180source = "registry+https://github.com/rust-lang/crates.io-index"
21181checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21182
21183[[package]]
21184name = "windows_i686_gnullvm"
21185version = "0.53.1"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21188
21189[[package]]
21190name = "windows_i686_msvc"
21191version = "0.42.2"
21192source = "registry+https://github.com/rust-lang/crates.io-index"
21193checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21194
21195[[package]]
21196name = "windows_i686_msvc"
21197version = "0.48.5"
21198source = "registry+https://github.com/rust-lang/crates.io-index"
21199checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21200
21201[[package]]
21202name = "windows_i686_msvc"
21203version = "0.52.6"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21206
21207[[package]]
21208name = "windows_i686_msvc"
21209version = "0.53.1"
21210source = "registry+https://github.com/rust-lang/crates.io-index"
21211checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21212
21213[[package]]
21214name = "windows_x86_64_gnu"
21215version = "0.42.2"
21216source = "registry+https://github.com/rust-lang/crates.io-index"
21217checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21218
21219[[package]]
21220name = "windows_x86_64_gnu"
21221version = "0.48.5"
21222source = "registry+https://github.com/rust-lang/crates.io-index"
21223checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21224
21225[[package]]
21226name = "windows_x86_64_gnu"
21227version = "0.52.6"
21228source = "registry+https://github.com/rust-lang/crates.io-index"
21229checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21230
21231[[package]]
21232name = "windows_x86_64_gnu"
21233version = "0.53.1"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21236
21237[[package]]
21238name = "windows_x86_64_gnullvm"
21239version = "0.42.2"
21240source = "registry+https://github.com/rust-lang/crates.io-index"
21241checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21242
21243[[package]]
21244name = "windows_x86_64_gnullvm"
21245version = "0.48.5"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21248
21249[[package]]
21250name = "windows_x86_64_gnullvm"
21251version = "0.52.6"
21252source = "registry+https://github.com/rust-lang/crates.io-index"
21253checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21254
21255[[package]]
21256name = "windows_x86_64_gnullvm"
21257version = "0.53.1"
21258source = "registry+https://github.com/rust-lang/crates.io-index"
21259checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21260
21261[[package]]
21262name = "windows_x86_64_msvc"
21263version = "0.42.2"
21264source = "registry+https://github.com/rust-lang/crates.io-index"
21265checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21266
21267[[package]]
21268name = "windows_x86_64_msvc"
21269version = "0.48.5"
21270source = "registry+https://github.com/rust-lang/crates.io-index"
21271checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21272
21273[[package]]
21274name = "windows_x86_64_msvc"
21275version = "0.52.6"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21278
21279[[package]]
21280name = "windows_x86_64_msvc"
21281version = "0.53.1"
21282source = "registry+https://github.com/rust-lang/crates.io-index"
21283checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21284
21285[[package]]
21286name = "winnow"
21287version = "0.7.13"
21288source = "registry+https://github.com/rust-lang/crates.io-index"
21289checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21290dependencies = [
21291 "memchr",
21292]
21293
21294[[package]]
21295name = "winreg"
21296version = "0.10.1"
21297source = "registry+https://github.com/rust-lang/crates.io-index"
21298checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21299dependencies = [
21300 "winapi",
21301]
21302
21303[[package]]
21304name = "winreg"
21305version = "0.50.0"
21306source = "registry+https://github.com/rust-lang/crates.io-index"
21307checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21308dependencies = [
21309 "cfg-if",
21310 "windows-sys 0.48.0",
21311]
21312
21313[[package]]
21314name = "winreg"
21315version = "0.55.0"
21316source = "registry+https://github.com/rust-lang/crates.io-index"
21317checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21318dependencies = [
21319 "cfg-if",
21320 "windows-sys 0.59.0",
21321]
21322
21323[[package]]
21324name = "winresource"
21325version = "0.1.23"
21326source = "registry+https://github.com/rust-lang/crates.io-index"
21327checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21328dependencies = [
21329 "toml 0.8.23",
21330 "version_check",
21331]
21332
21333[[package]]
21334name = "winsafe"
21335version = "0.0.19"
21336source = "registry+https://github.com/rust-lang/crates.io-index"
21337checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21338
21339[[package]]
21340name = "winx"
21341version = "0.36.4"
21342source = "registry+https://github.com/rust-lang/crates.io-index"
21343checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21344dependencies = [
21345 "bitflags 2.10.0",
21346 "windows-sys 0.59.0",
21347]
21348
21349[[package]]
21350name = "wio"
21351version = "0.2.2"
21352source = "registry+https://github.com/rust-lang/crates.io-index"
21353checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21354dependencies = [
21355 "winapi",
21356]
21357
21358[[package]]
21359name = "wit-bindgen"
21360version = "0.22.0"
21361source = "registry+https://github.com/rust-lang/crates.io-index"
21362checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21363dependencies = [
21364 "bitflags 2.10.0",
21365 "wit-bindgen-rt 0.22.0",
21366 "wit-bindgen-rust-macro 0.22.0",
21367]
21368
21369[[package]]
21370name = "wit-bindgen"
21371version = "0.41.0"
21372source = "registry+https://github.com/rust-lang/crates.io-index"
21373checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21374dependencies = [
21375 "wit-bindgen-rt 0.41.0",
21376 "wit-bindgen-rust-macro 0.41.0",
21377]
21378
21379[[package]]
21380name = "wit-bindgen"
21381version = "0.46.0"
21382source = "registry+https://github.com/rust-lang/crates.io-index"
21383checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21384
21385[[package]]
21386name = "wit-bindgen"
21387version = "0.51.0"
21388source = "registry+https://github.com/rust-lang/crates.io-index"
21389checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21390dependencies = [
21391 "wit-bindgen-rust-macro 0.51.0",
21392]
21393
21394[[package]]
21395name = "wit-bindgen-core"
21396version = "0.22.0"
21397source = "registry+https://github.com/rust-lang/crates.io-index"
21398checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21399dependencies = [
21400 "anyhow",
21401 "wit-parser 0.201.0",
21402]
21403
21404[[package]]
21405name = "wit-bindgen-core"
21406version = "0.41.0"
21407source = "registry+https://github.com/rust-lang/crates.io-index"
21408checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21409dependencies = [
21410 "anyhow",
21411 "heck 0.5.0",
21412 "wit-parser 0.227.1",
21413]
21414
21415[[package]]
21416name = "wit-bindgen-core"
21417version = "0.51.0"
21418source = "registry+https://github.com/rust-lang/crates.io-index"
21419checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21420dependencies = [
21421 "anyhow",
21422 "heck 0.5.0",
21423 "wit-parser 0.244.0",
21424]
21425
21426[[package]]
21427name = "wit-bindgen-rt"
21428version = "0.22.0"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21431
21432[[package]]
21433name = "wit-bindgen-rt"
21434version = "0.41.0"
21435source = "registry+https://github.com/rust-lang/crates.io-index"
21436checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21437dependencies = [
21438 "bitflags 2.10.0",
21439 "futures 0.3.32",
21440 "once_cell",
21441]
21442
21443[[package]]
21444name = "wit-bindgen-rust"
21445version = "0.22.0"
21446source = "registry+https://github.com/rust-lang/crates.io-index"
21447checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21448dependencies = [
21449 "anyhow",
21450 "heck 0.4.1",
21451 "indexmap",
21452 "wasm-metadata 0.201.0",
21453 "wit-bindgen-core 0.22.0",
21454 "wit-component 0.201.0",
21455]
21456
21457[[package]]
21458name = "wit-bindgen-rust"
21459version = "0.41.0"
21460source = "registry+https://github.com/rust-lang/crates.io-index"
21461checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21462dependencies = [
21463 "anyhow",
21464 "heck 0.5.0",
21465 "indexmap",
21466 "prettyplease",
21467 "syn 2.0.117",
21468 "wasm-metadata 0.227.1",
21469 "wit-bindgen-core 0.41.0",
21470 "wit-component 0.227.1",
21471]
21472
21473[[package]]
21474name = "wit-bindgen-rust"
21475version = "0.51.0"
21476source = "registry+https://github.com/rust-lang/crates.io-index"
21477checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21478dependencies = [
21479 "anyhow",
21480 "heck 0.5.0",
21481 "indexmap",
21482 "prettyplease",
21483 "syn 2.0.117",
21484 "wasm-metadata 0.244.0",
21485 "wit-bindgen-core 0.51.0",
21486 "wit-component 0.244.0",
21487]
21488
21489[[package]]
21490name = "wit-bindgen-rust-macro"
21491version = "0.22.0"
21492source = "registry+https://github.com/rust-lang/crates.io-index"
21493checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21494dependencies = [
21495 "anyhow",
21496 "proc-macro2",
21497 "quote",
21498 "syn 2.0.117",
21499 "wit-bindgen-core 0.22.0",
21500 "wit-bindgen-rust 0.22.0",
21501]
21502
21503[[package]]
21504name = "wit-bindgen-rust-macro"
21505version = "0.41.0"
21506source = "registry+https://github.com/rust-lang/crates.io-index"
21507checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21508dependencies = [
21509 "anyhow",
21510 "prettyplease",
21511 "proc-macro2",
21512 "quote",
21513 "syn 2.0.117",
21514 "wit-bindgen-core 0.41.0",
21515 "wit-bindgen-rust 0.41.0",
21516]
21517
21518[[package]]
21519name = "wit-bindgen-rust-macro"
21520version = "0.51.0"
21521source = "registry+https://github.com/rust-lang/crates.io-index"
21522checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21523dependencies = [
21524 "anyhow",
21525 "prettyplease",
21526 "proc-macro2",
21527 "quote",
21528 "syn 2.0.117",
21529 "wit-bindgen-core 0.51.0",
21530 "wit-bindgen-rust 0.51.0",
21531]
21532
21533[[package]]
21534name = "wit-component"
21535version = "0.201.0"
21536source = "registry+https://github.com/rust-lang/crates.io-index"
21537checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21538dependencies = [
21539 "anyhow",
21540 "bitflags 2.10.0",
21541 "indexmap",
21542 "log",
21543 "serde",
21544 "serde_derive",
21545 "serde_json",
21546 "wasm-encoder 0.201.0",
21547 "wasm-metadata 0.201.0",
21548 "wasmparser 0.201.0",
21549 "wit-parser 0.201.0",
21550]
21551
21552[[package]]
21553name = "wit-component"
21554version = "0.227.1"
21555source = "registry+https://github.com/rust-lang/crates.io-index"
21556checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21557dependencies = [
21558 "anyhow",
21559 "bitflags 2.10.0",
21560 "indexmap",
21561 "log",
21562 "serde",
21563 "serde_derive",
21564 "serde_json",
21565 "wasm-encoder 0.227.1",
21566 "wasm-metadata 0.227.1",
21567 "wasmparser 0.227.1",
21568 "wit-parser 0.227.1",
21569]
21570
21571[[package]]
21572name = "wit-component"
21573version = "0.244.0"
21574source = "registry+https://github.com/rust-lang/crates.io-index"
21575checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21576dependencies = [
21577 "anyhow",
21578 "bitflags 2.10.0",
21579 "indexmap",
21580 "log",
21581 "serde",
21582 "serde_derive",
21583 "serde_json",
21584 "wasm-encoder 0.244.0",
21585 "wasm-metadata 0.244.0",
21586 "wasmparser 0.244.0",
21587 "wit-parser 0.244.0",
21588]
21589
21590[[package]]
21591name = "wit-parser"
21592version = "0.201.0"
21593source = "registry+https://github.com/rust-lang/crates.io-index"
21594checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21595dependencies = [
21596 "anyhow",
21597 "id-arena",
21598 "indexmap",
21599 "log",
21600 "semver",
21601 "serde",
21602 "serde_derive",
21603 "serde_json",
21604 "unicode-xid",
21605 "wasmparser 0.201.0",
21606]
21607
21608[[package]]
21609name = "wit-parser"
21610version = "0.227.1"
21611source = "registry+https://github.com/rust-lang/crates.io-index"
21612checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21613dependencies = [
21614 "anyhow",
21615 "id-arena",
21616 "indexmap",
21617 "log",
21618 "semver",
21619 "serde",
21620 "serde_derive",
21621 "serde_json",
21622 "unicode-xid",
21623 "wasmparser 0.227.1",
21624]
21625
21626[[package]]
21627name = "wit-parser"
21628version = "0.236.1"
21629source = "registry+https://github.com/rust-lang/crates.io-index"
21630checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21631dependencies = [
21632 "anyhow",
21633 "id-arena",
21634 "indexmap",
21635 "log",
21636 "semver",
21637 "serde",
21638 "serde_derive",
21639 "serde_json",
21640 "unicode-xid",
21641 "wasmparser 0.236.1",
21642]
21643
21644[[package]]
21645name = "wit-parser"
21646version = "0.244.0"
21647source = "registry+https://github.com/rust-lang/crates.io-index"
21648checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21649dependencies = [
21650 "anyhow",
21651 "id-arena",
21652 "indexmap",
21653 "log",
21654 "semver",
21655 "serde",
21656 "serde_derive",
21657 "serde_json",
21658 "unicode-xid",
21659 "wasmparser 0.244.0",
21660]
21661
21662[[package]]
21663name = "witx"
21664version = "0.9.1"
21665source = "registry+https://github.com/rust-lang/crates.io-index"
21666checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21667dependencies = [
21668 "anyhow",
21669 "log",
21670 "thiserror 1.0.69",
21671 "wast",
21672]
21673
21674[[package]]
21675name = "workspace"
21676version = "0.1.0"
21677dependencies = [
21678 "agent_settings",
21679 "any_vec",
21680 "anyhow",
21681 "async-recursion",
21682 "chrono",
21683 "client",
21684 "clock",
21685 "collections",
21686 "component",
21687 "db",
21688 "feature_flags",
21689 "fs",
21690 "futures 0.3.32",
21691 "git",
21692 "gpui",
21693 "http_client",
21694 "itertools 0.14.0",
21695 "language",
21696 "log",
21697 "markdown",
21698 "menu",
21699 "node_runtime",
21700 "parking_lot",
21701 "postage",
21702 "pretty_assertions",
21703 "project",
21704 "remote",
21705 "schemars",
21706 "serde",
21707 "serde_json",
21708 "session",
21709 "settings",
21710 "smallvec",
21711 "sqlez",
21712 "strum 0.27.2",
21713 "task",
21714 "telemetry",
21715 "tempfile",
21716 "theme",
21717 "theme_settings",
21718 "ui",
21719 "util",
21720 "uuid",
21721 "vim_mode_setting",
21722 "windows 0.61.3",
21723 "zed_actions",
21724 "zlog",
21725]
21726
21727[[package]]
21728name = "worktree"
21729version = "0.1.0"
21730dependencies = [
21731 "anyhow",
21732 "async-lock 2.8.0",
21733 "chardetng",
21734 "clock",
21735 "collections",
21736 "encoding_rs",
21737 "fs",
21738 "futures 0.3.32",
21739 "fuzzy",
21740 "git",
21741 "gpui",
21742 "ignore",
21743 "language",
21744 "log",
21745 "parking_lot",
21746 "paths",
21747 "postage",
21748 "pretty_assertions",
21749 "rand 0.9.2",
21750 "rpc",
21751 "serde",
21752 "serde_json",
21753 "settings",
21754 "smallvec",
21755 "smol",
21756 "sum_tree",
21757 "text",
21758 "tracing",
21759 "util",
21760 "worktree",
21761 "zlog",
21762 "ztracing",
21763]
21764
21765[[package]]
21766name = "worktree_benchmarks"
21767version = "0.1.0"
21768dependencies = [
21769 "fs",
21770 "gpui_platform",
21771 "settings",
21772 "worktree",
21773]
21774
21775[[package]]
21776name = "wprcontrol"
21777version = "0.1.0"
21778source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21779dependencies = [
21780 "windows 0.61.3",
21781 "windows-bindgen",
21782 "windows-core 0.61.2",
21783 "windows-link 0.2.1",
21784]
21785
21786[[package]]
21787name = "writeable"
21788version = "0.6.1"
21789source = "registry+https://github.com/rust-lang/crates.io-index"
21790checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21791
21792[[package]]
21793name = "wyz"
21794version = "0.5.1"
21795source = "registry+https://github.com/rust-lang/crates.io-index"
21796checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21797dependencies = [
21798 "tap",
21799]
21800
21801[[package]]
21802name = "x11"
21803version = "2.21.0"
21804source = "registry+https://github.com/rust-lang/crates.io-index"
21805checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21806dependencies = [
21807 "libc",
21808 "pkg-config",
21809]
21810
21811[[package]]
21812name = "x11-clipboard"
21813version = "0.9.3"
21814source = "registry+https://github.com/rust-lang/crates.io-index"
21815checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21816dependencies = [
21817 "libc",
21818 "x11rb",
21819]
21820
21821[[package]]
21822name = "x11rb"
21823version = "0.13.2"
21824source = "registry+https://github.com/rust-lang/crates.io-index"
21825checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21826dependencies = [
21827 "as-raw-xcb-connection",
21828 "gethostname",
21829 "libc",
21830 "rustix 1.1.2",
21831 "x11rb-protocol",
21832 "xcursor",
21833]
21834
21835[[package]]
21836name = "x11rb-protocol"
21837version = "0.13.2"
21838source = "registry+https://github.com/rust-lang/crates.io-index"
21839checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21840
21841[[package]]
21842name = "x_ai"
21843version = "0.1.0"
21844dependencies = [
21845 "anyhow",
21846 "language_model_core",
21847 "schemars",
21848 "serde",
21849 "strum 0.27.2",
21850 "tiktoken-rs",
21851]
21852
21853[[package]]
21854name = "xattr"
21855version = "0.2.3"
21856source = "registry+https://github.com/rust-lang/crates.io-index"
21857checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21858dependencies = [
21859 "libc",
21860]
21861
21862[[package]]
21863name = "xcb"
21864version = "1.6.0"
21865source = "registry+https://github.com/rust-lang/crates.io-index"
21866checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21867dependencies = [
21868 "bitflags 1.3.2",
21869 "libc",
21870 "quick-xml 0.30.0",
21871 "x11",
21872]
21873
21874[[package]]
21875name = "xcursor"
21876version = "0.3.10"
21877source = "registry+https://github.com/rust-lang/crates.io-index"
21878checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21879
21880[[package]]
21881name = "xim-ctext"
21882version = "0.3.0"
21883source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21884dependencies = [
21885 "encoding_rs",
21886]
21887
21888[[package]]
21889name = "xim-parser"
21890version = "0.2.1"
21891source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21892dependencies = [
21893 "bitflags 2.10.0",
21894]
21895
21896[[package]]
21897name = "xkbcommon"
21898version = "0.8.0"
21899source = "registry+https://github.com/rust-lang/crates.io-index"
21900checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21901dependencies = [
21902 "as-raw-xcb-connection",
21903 "libc",
21904 "memmap2",
21905 "xkeysym",
21906]
21907
21908[[package]]
21909name = "xkeysym"
21910version = "0.2.1"
21911source = "registry+https://github.com/rust-lang/crates.io-index"
21912checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21913
21914[[package]]
21915name = "xml-rs"
21916version = "0.8.28"
21917source = "registry+https://github.com/rust-lang/crates.io-index"
21918checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21919
21920[[package]]
21921name = "xml5ever"
21922version = "0.18.1"
21923source = "registry+https://github.com/rust-lang/crates.io-index"
21924checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21925dependencies = [
21926 "log",
21927 "mac",
21928 "markup5ever 0.12.1",
21929]
21930
21931[[package]]
21932name = "xmlparser"
21933version = "0.13.6"
21934source = "registry+https://github.com/rust-lang/crates.io-index"
21935checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21936
21937[[package]]
21938name = "xmlwriter"
21939version = "0.1.0"
21940source = "registry+https://github.com/rust-lang/crates.io-index"
21941checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21942
21943[[package]]
21944name = "xtask"
21945version = "0.1.0"
21946dependencies = [
21947 "annotate-snippets",
21948 "anyhow",
21949 "backtrace",
21950 "cargo_metadata 0.19.2",
21951 "cargo_toml",
21952 "clap",
21953 "compliance",
21954 "gh-workflow",
21955 "indexmap",
21956 "indoc",
21957 "itertools 0.14.0",
21958 "regex",
21959 "serde",
21960 "serde_json",
21961 "serde_yaml",
21962 "strum 0.27.2",
21963 "tokio",
21964 "toml 0.8.23",
21965 "toml_edit 0.22.27",
21966]
21967
21968[[package]]
21969name = "yaml-rust2"
21970version = "0.8.1"
21971source = "registry+https://github.com/rust-lang/crates.io-index"
21972checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21973dependencies = [
21974 "arraydeque",
21975 "encoding_rs",
21976 "hashlink 0.8.4",
21977]
21978
21979[[package]]
21980name = "yansi"
21981version = "1.0.1"
21982source = "registry+https://github.com/rust-lang/crates.io-index"
21983checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21984
21985[[package]]
21986name = "yawc"
21987version = "0.2.5"
21988source = "registry+https://github.com/rust-lang/crates.io-index"
21989checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21990dependencies = [
21991 "base64 0.22.1",
21992 "bytes 1.11.1",
21993 "flate2",
21994 "futures 0.3.32",
21995 "http-body-util",
21996 "hyper 1.7.0",
21997 "hyper-util",
21998 "js-sys",
21999 "nom 8.0.0",
22000 "pin-project",
22001 "rand 0.8.5",
22002 "sha1",
22003 "thiserror 1.0.69",
22004 "tokio",
22005 "tokio-rustls 0.26.2",
22006 "tokio-util",
22007 "url",
22008 "wasm-bindgen",
22009 "wasm-bindgen-futures",
22010 "web-sys",
22011 "webpki-roots",
22012]
22013
22014[[package]]
22015name = "yazi"
22016version = "0.2.1"
22017source = "registry+https://github.com/rust-lang/crates.io-index"
22018checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22019
22020[[package]]
22021name = "yeslogic-fontconfig-sys"
22022version = "6.0.0"
22023source = "registry+https://github.com/rust-lang/crates.io-index"
22024checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22025dependencies = [
22026 "dlib",
22027 "once_cell",
22028 "pkg-config",
22029]
22030
22031[[package]]
22032name = "yoke"
22033version = "0.7.5"
22034source = "registry+https://github.com/rust-lang/crates.io-index"
22035checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22036dependencies = [
22037 "serde",
22038 "stable_deref_trait",
22039 "yoke-derive 0.7.5",
22040 "zerofrom",
22041]
22042
22043[[package]]
22044name = "yoke"
22045version = "0.8.0"
22046source = "registry+https://github.com/rust-lang/crates.io-index"
22047checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22048dependencies = [
22049 "serde",
22050 "stable_deref_trait",
22051 "yoke-derive 0.8.0",
22052 "zerofrom",
22053]
22054
22055[[package]]
22056name = "yoke-derive"
22057version = "0.7.5"
22058source = "registry+https://github.com/rust-lang/crates.io-index"
22059checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22060dependencies = [
22061 "proc-macro2",
22062 "quote",
22063 "syn 2.0.117",
22064 "synstructure",
22065]
22066
22067[[package]]
22068name = "yoke-derive"
22069version = "0.8.0"
22070source = "registry+https://github.com/rust-lang/crates.io-index"
22071checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22072dependencies = [
22073 "proc-macro2",
22074 "quote",
22075 "syn 2.0.117",
22076 "synstructure",
22077]
22078
22079[[package]]
22080name = "zbus"
22081version = "5.13.2"
22082source = "registry+https://github.com/rust-lang/crates.io-index"
22083checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22084dependencies = [
22085 "async-broadcast",
22086 "async-executor",
22087 "async-io",
22088 "async-lock 3.4.2",
22089 "async-process",
22090 "async-recursion",
22091 "async-task",
22092 "async-trait",
22093 "blocking",
22094 "enumflags2",
22095 "event-listener 5.4.1",
22096 "futures-core",
22097 "futures-lite 2.6.1",
22098 "hex",
22099 "libc",
22100 "ordered-stream",
22101 "rustix 1.1.2",
22102 "serde",
22103 "serde_repr",
22104 "tracing",
22105 "uds_windows",
22106 "uuid",
22107 "windows-sys 0.61.2",
22108 "winnow",
22109 "zbus_macros",
22110 "zbus_names",
22111 "zvariant",
22112]
22113
22114[[package]]
22115name = "zbus_macros"
22116version = "5.13.2"
22117source = "registry+https://github.com/rust-lang/crates.io-index"
22118checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22119dependencies = [
22120 "proc-macro-crate",
22121 "proc-macro2",
22122 "quote",
22123 "syn 2.0.117",
22124 "zbus_names",
22125 "zvariant",
22126 "zvariant_utils",
22127]
22128
22129[[package]]
22130name = "zbus_names"
22131version = "4.3.1"
22132source = "registry+https://github.com/rust-lang/crates.io-index"
22133checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22134dependencies = [
22135 "serde",
22136 "winnow",
22137 "zvariant",
22138]
22139
22140[[package]]
22141name = "zed"
22142version = "0.233.0"
22143dependencies = [
22144 "acp_thread",
22145 "acp_tools",
22146 "action_log",
22147 "activity_indicator",
22148 "agent",
22149 "agent-client-protocol",
22150 "agent_servers",
22151 "agent_settings",
22152 "agent_ui",
22153 "anyhow",
22154 "ashpd",
22155 "askpass",
22156 "assets",
22157 "audio",
22158 "auto_update",
22159 "auto_update_ui",
22160 "breadcrumbs",
22161 "call",
22162 "channel",
22163 "chrono",
22164 "clap",
22165 "cli",
22166 "client",
22167 "clock",
22168 "codestral",
22169 "collab_ui",
22170 "collections",
22171 "command_palette",
22172 "component",
22173 "component_preview",
22174 "copilot",
22175 "copilot_chat",
22176 "copilot_ui",
22177 "crashes",
22178 "csv_preview",
22179 "dap_adapters",
22180 "db",
22181 "debug_adapter_extension",
22182 "debugger_tools",
22183 "debugger_ui",
22184 "dev_container",
22185 "diagnostics",
22186 "edit_prediction",
22187 "edit_prediction_ui",
22188 "editor",
22189 "encoding_selector",
22190 "env_logger 0.11.8",
22191 "etw_tracing",
22192 "extension",
22193 "extension_host",
22194 "extensions_ui",
22195 "feature_flags",
22196 "feedback",
22197 "file_finder",
22198 "fs",
22199 "futures 0.3.32",
22200 "git",
22201 "git_graph",
22202 "git_hosting_providers",
22203 "git_ui",
22204 "go_to_line",
22205 "gpui",
22206 "gpui_platform",
22207 "gpui_tokio",
22208 "http_client",
22209 "image",
22210 "image_viewer",
22211 "inspector_ui",
22212 "install_cli",
22213 "itertools 0.14.0",
22214 "journal",
22215 "json_schema_store",
22216 "keymap_editor",
22217 "language",
22218 "language_extension",
22219 "language_model",
22220 "language_models",
22221 "language_onboarding",
22222 "language_selector",
22223 "language_tools",
22224 "languages",
22225 "line_ending_selector",
22226 "log",
22227 "markdown",
22228 "markdown_preview",
22229 "menu",
22230 "migrator",
22231 "mimalloc",
22232 "miniprofiler_ui",
22233 "nc",
22234 "node_runtime",
22235 "notifications",
22236 "onboarding",
22237 "outline",
22238 "outline_panel",
22239 "parking_lot",
22240 "paths",
22241 "picker",
22242 "pkg-config",
22243 "pretty_assertions",
22244 "profiling",
22245 "project",
22246 "project_panel",
22247 "project_symbols",
22248 "prompt_store",
22249 "proto",
22250 "rayon",
22251 "recent_projects",
22252 "release_channel",
22253 "remote",
22254 "repl",
22255 "reqwest_client",
22256 "rope",
22257 "search",
22258 "semver",
22259 "serde",
22260 "serde_json",
22261 "session",
22262 "settings",
22263 "settings_profile_selector",
22264 "settings_ui",
22265 "shellexpand 2.1.2",
22266 "sidebar",
22267 "smol",
22268 "snippet_provider",
22269 "snippets_ui",
22270 "svg_preview",
22271 "sysinfo 0.37.2",
22272 "system_specs",
22273 "tab_switcher",
22274 "task",
22275 "tasks_ui",
22276 "telemetry",
22277 "telemetry_events",
22278 "tempfile",
22279 "terminal_view",
22280 "theme",
22281 "theme_extension",
22282 "theme_selector",
22283 "theme_settings",
22284 "time",
22285 "time_format",
22286 "title_bar",
22287 "toolchain_selector",
22288 "tracing",
22289 "ui",
22290 "ui_prompt",
22291 "url",
22292 "urlencoding",
22293 "util",
22294 "uuid",
22295 "vim",
22296 "vim_mode_setting",
22297 "watch",
22298 "web_search",
22299 "web_search_providers",
22300 "which_key",
22301 "windows 0.61.3",
22302 "winresource",
22303 "workspace",
22304 "zed-reqwest",
22305 "zed_actions",
22306 "zed_env_vars",
22307 "zlog",
22308 "zlog_settings",
22309 "ztracing",
22310]
22311
22312[[package]]
22313name = "zed-font-kit"
22314version = "0.14.1-zed"
22315source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22316dependencies = [
22317 "bitflags 2.10.0",
22318 "byteorder",
22319 "core-foundation 0.10.0",
22320 "core-graphics 0.24.0",
22321 "core-text",
22322 "dirs 5.0.1",
22323 "dwrote",
22324 "float-ord",
22325 "freetype-sys",
22326 "lazy_static",
22327 "libc",
22328 "log",
22329 "pathfinder_geometry",
22330 "pathfinder_simd",
22331 "walkdir",
22332 "winapi",
22333 "yeslogic-fontconfig-sys",
22334]
22335
22336[[package]]
22337name = "zed-reqwest"
22338version = "0.12.15-zed"
22339source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22340dependencies = [
22341 "base64 0.22.1",
22342 "bytes 1.11.1",
22343 "encoding_rs",
22344 "futures-core",
22345 "futures-util",
22346 "h2 0.4.12",
22347 "http 1.3.1",
22348 "http-body 1.0.1",
22349 "http-body-util",
22350 "hyper 1.7.0",
22351 "hyper-rustls 0.27.7",
22352 "hyper-util",
22353 "ipnet",
22354 "js-sys",
22355 "log",
22356 "mime",
22357 "mime_guess",
22358 "once_cell",
22359 "percent-encoding",
22360 "pin-project-lite",
22361 "quinn",
22362 "rustls 0.23.33",
22363 "rustls-native-certs 0.8.2",
22364 "rustls-pemfile 2.2.0",
22365 "rustls-pki-types",
22366 "serde",
22367 "serde_json",
22368 "serde_urlencoded",
22369 "sync_wrapper 1.0.2",
22370 "system-configuration 0.6.1",
22371 "tokio",
22372 "tokio-rustls 0.26.2",
22373 "tokio-socks",
22374 "tokio-util",
22375 "tower 0.5.2",
22376 "tower-service",
22377 "url",
22378 "wasm-bindgen",
22379 "wasm-bindgen-futures",
22380 "wasm-streams",
22381 "web-sys",
22382 "windows-registry 0.4.0",
22383]
22384
22385[[package]]
22386name = "zed-scap"
22387version = "0.0.8-zed"
22388source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22389dependencies = [
22390 "anyhow",
22391 "cocoa 0.25.0",
22392 "core-graphics-helmer-fork",
22393 "log",
22394 "objc",
22395 "rand 0.8.5",
22396 "screencapturekit",
22397 "screencapturekit-sys",
22398 "sysinfo 0.31.4",
22399 "tao-core-video-sys",
22400 "windows 0.61.3",
22401 "windows-capture",
22402 "x11",
22403 "xcb",
22404]
22405
22406[[package]]
22407name = "zed-xim"
22408version = "0.4.0-zed"
22409source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22410dependencies = [
22411 "ahash 0.8.12",
22412 "hashbrown 0.14.5",
22413 "log",
22414 "x11rb",
22415 "xim-ctext",
22416 "xim-parser",
22417]
22418
22419[[package]]
22420name = "zed_actions"
22421version = "0.1.0"
22422dependencies = [
22423 "gpui",
22424 "schemars",
22425 "serde",
22426 "util",
22427 "uuid",
22428]
22429
22430[[package]]
22431name = "zed_credentials_provider"
22432version = "0.1.0"
22433dependencies = [
22434 "anyhow",
22435 "credentials_provider",
22436 "futures 0.3.32",
22437 "gpui",
22438 "paths",
22439 "release_channel",
22440 "serde",
22441 "serde_json",
22442]
22443
22444[[package]]
22445name = "zed_env_vars"
22446version = "0.1.0"
22447dependencies = [
22448 "env_var",
22449]
22450
22451[[package]]
22452name = "zed_extension_api"
22453version = "0.1.0"
22454source = "registry+https://github.com/rust-lang/crates.io-index"
22455checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22456dependencies = [
22457 "serde",
22458 "serde_json",
22459 "wit-bindgen 0.22.0",
22460]
22461
22462[[package]]
22463name = "zed_extension_api"
22464version = "0.7.0"
22465source = "registry+https://github.com/rust-lang/crates.io-index"
22466checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22467dependencies = [
22468 "serde",
22469 "serde_json",
22470 "wit-bindgen 0.41.0",
22471]
22472
22473[[package]]
22474name = "zed_extension_api"
22475version = "0.8.0"
22476dependencies = [
22477 "serde",
22478 "serde_json",
22479 "wit-bindgen 0.41.0",
22480]
22481
22482[[package]]
22483name = "zed_glsl"
22484version = "0.2.3"
22485dependencies = [
22486 "zed_extension_api 0.1.0",
22487]
22488
22489[[package]]
22490name = "zed_html"
22491version = "0.3.1"
22492dependencies = [
22493 "zed_extension_api 0.7.0",
22494]
22495
22496[[package]]
22497name = "zed_proto"
22498version = "0.3.2"
22499dependencies = [
22500 "zed_extension_api 0.7.0",
22501]
22502
22503[[package]]
22504name = "zed_test_extension"
22505version = "0.1.0"
22506dependencies = [
22507 "zed_extension_api 0.8.0",
22508]
22509
22510[[package]]
22511name = "zeno"
22512version = "0.3.3"
22513source = "registry+https://github.com/rust-lang/crates.io-index"
22514checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22515
22516[[package]]
22517name = "zerocopy"
22518version = "0.8.27"
22519source = "registry+https://github.com/rust-lang/crates.io-index"
22520checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22521dependencies = [
22522 "zerocopy-derive",
22523]
22524
22525[[package]]
22526name = "zerocopy-derive"
22527version = "0.8.27"
22528source = "registry+https://github.com/rust-lang/crates.io-index"
22529checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22530dependencies = [
22531 "proc-macro2",
22532 "quote",
22533 "syn 2.0.117",
22534]
22535
22536[[package]]
22537name = "zerofrom"
22538version = "0.1.6"
22539source = "registry+https://github.com/rust-lang/crates.io-index"
22540checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22541dependencies = [
22542 "zerofrom-derive",
22543]
22544
22545[[package]]
22546name = "zerofrom-derive"
22547version = "0.1.6"
22548source = "registry+https://github.com/rust-lang/crates.io-index"
22549checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22550dependencies = [
22551 "proc-macro2",
22552 "quote",
22553 "syn 2.0.117",
22554 "synstructure",
22555]
22556
22557[[package]]
22558name = "zeroize"
22559version = "1.8.2"
22560source = "registry+https://github.com/rust-lang/crates.io-index"
22561checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22562dependencies = [
22563 "zeroize_derive",
22564]
22565
22566[[package]]
22567name = "zeroize_derive"
22568version = "1.4.2"
22569source = "registry+https://github.com/rust-lang/crates.io-index"
22570checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22571dependencies = [
22572 "proc-macro2",
22573 "quote",
22574 "syn 2.0.117",
22575]
22576
22577[[package]]
22578name = "zeromq"
22579version = "0.5.0"
22580source = "registry+https://github.com/rust-lang/crates.io-index"
22581checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22582dependencies = [
22583 "async-dispatcher",
22584 "async-std",
22585 "async-trait",
22586 "asynchronous-codec",
22587 "bytes 1.11.1",
22588 "crossbeam-queue",
22589 "futures 0.3.32",
22590 "log",
22591 "num-traits",
22592 "once_cell",
22593 "parking_lot",
22594 "rand 0.9.2",
22595 "regex",
22596 "scc",
22597 "thiserror 1.0.69",
22598 "uuid",
22599]
22600
22601[[package]]
22602name = "zerotrie"
22603version = "0.2.2"
22604source = "registry+https://github.com/rust-lang/crates.io-index"
22605checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22606dependencies = [
22607 "displaydoc",
22608 "yoke 0.8.0",
22609 "zerofrom",
22610]
22611
22612[[package]]
22613name = "zerovec"
22614version = "0.11.4"
22615source = "registry+https://github.com/rust-lang/crates.io-index"
22616checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22617dependencies = [
22618 "yoke 0.8.0",
22619 "zerofrom",
22620 "zerovec-derive",
22621]
22622
22623[[package]]
22624name = "zerovec-derive"
22625version = "0.11.1"
22626source = "registry+https://github.com/rust-lang/crates.io-index"
22627checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22628dependencies = [
22629 "proc-macro2",
22630 "quote",
22631 "syn 2.0.117",
22632]
22633
22634[[package]]
22635name = "zeta_prompt"
22636version = "0.1.0"
22637dependencies = [
22638 "anyhow",
22639 "imara-diff",
22640 "indoc",
22641 "serde",
22642 "strum 0.27.2",
22643]
22644
22645[[package]]
22646name = "zip"
22647version = "0.6.6"
22648source = "registry+https://github.com/rust-lang/crates.io-index"
22649checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22650dependencies = [
22651 "aes",
22652 "byteorder",
22653 "bzip2 0.4.4",
22654 "constant_time_eq",
22655 "crc32fast",
22656 "crossbeam-utils",
22657 "flate2",
22658 "hmac",
22659 "pbkdf2 0.11.0",
22660 "sha1",
22661 "time",
22662 "zstd",
22663]
22664
22665[[package]]
22666name = "zip"
22667version = "1.1.4"
22668source = "registry+https://github.com/rust-lang/crates.io-index"
22669checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22670dependencies = [
22671 "arbitrary",
22672 "crc32fast",
22673 "crossbeam-utils",
22674 "displaydoc",
22675 "indexmap",
22676 "num_enum",
22677 "thiserror 1.0.69",
22678]
22679
22680[[package]]
22681name = "zlog"
22682version = "0.1.0"
22683dependencies = [
22684 "anyhow",
22685 "chrono",
22686 "collections",
22687 "log",
22688 "tempfile",
22689]
22690
22691[[package]]
22692name = "zlog_settings"
22693version = "0.1.0"
22694dependencies = [
22695 "collections",
22696 "gpui",
22697 "settings",
22698 "zlog",
22699]
22700
22701[[package]]
22702name = "zstd"
22703version = "0.11.2+zstd.1.5.2"
22704source = "registry+https://github.com/rust-lang/crates.io-index"
22705checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22706dependencies = [
22707 "zstd-safe",
22708]
22709
22710[[package]]
22711name = "zstd-safe"
22712version = "5.0.2+zstd.1.5.2"
22713source = "registry+https://github.com/rust-lang/crates.io-index"
22714checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22715dependencies = [
22716 "libc",
22717 "zstd-sys",
22718]
22719
22720[[package]]
22721name = "zstd-sys"
22722version = "2.0.16+zstd.1.5.7"
22723source = "registry+https://github.com/rust-lang/crates.io-index"
22724checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22725dependencies = [
22726 "cc",
22727 "pkg-config",
22728]
22729
22730[[package]]
22731name = "ztracing"
22732version = "0.1.0"
22733dependencies = [
22734 "tracing",
22735 "tracing-subscriber",
22736 "tracing-tracy",
22737 "tracy-client",
22738 "zlog",
22739 "ztracing_macro",
22740]
22741
22742[[package]]
22743name = "ztracing_macro"
22744version = "0.1.0"
22745
22746[[package]]
22747name = "zune-core"
22748version = "0.4.12"
22749source = "registry+https://github.com/rust-lang/crates.io-index"
22750checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22751
22752[[package]]
22753name = "zune-inflate"
22754version = "0.2.54"
22755source = "registry+https://github.com/rust-lang/crates.io-index"
22756checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22757dependencies = [
22758 "simd-adler32",
22759]
22760
22761[[package]]
22762name = "zune-jpeg"
22763version = "0.4.21"
22764source = "registry+https://github.com/rust-lang/crates.io-index"
22765checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22766dependencies = [
22767 "zune-core",
22768]
22769
22770[[package]]
22771name = "zvariant"
22772version = "5.9.2"
22773source = "registry+https://github.com/rust-lang/crates.io-index"
22774checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22775dependencies = [
22776 "endi",
22777 "enumflags2",
22778 "serde",
22779 "serde_bytes",
22780 "winnow",
22781 "zvariant_derive",
22782 "zvariant_utils",
22783]
22784
22785[[package]]
22786name = "zvariant_derive"
22787version = "5.9.2"
22788source = "registry+https://github.com/rust-lang/crates.io-index"
22789checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22790dependencies = [
22791 "proc-macro-crate",
22792 "proc-macro2",
22793 "quote",
22794 "syn 2.0.117",
22795 "zvariant_utils",
22796]
22797
22798[[package]]
22799name = "zvariant_utils"
22800version = "3.3.0"
22801source = "registry+https://github.com/rust-lang/crates.io-index"
22802checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22803dependencies = [
22804 "proc-macro2",
22805 "quote",
22806 "serde",
22807 "syn 2.0.117",
22808 "winnow",
22809]