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 "reqwest_client",
  279 "serde",
  280 "serde_json",
  281 "settings",
  282 "smol",
  283 "task",
  284 "tempfile",
  285 "terminal",
  286 "thiserror 2.0.17",
  287 "ui",
  288 "util",
  289 "uuid",
  290 "watch",
  291 "zed_credentials_provider",
  292]
  293
  294[[package]]
  295name = "agent_settings"
  296version = "0.1.0"
  297dependencies = [
  298 "agent-client-protocol",
  299 "anyhow",
  300 "collections",
  301 "convert_case 0.8.0",
  302 "fs",
  303 "gpui",
  304 "language_model",
  305 "log",
  306 "paths",
  307 "project",
  308 "regex",
  309 "schemars",
  310 "serde",
  311 "serde_json",
  312 "serde_json_lenient",
  313 "settings",
  314 "util",
  315]
  316
  317[[package]]
  318name = "agent_ui"
  319version = "0.1.0"
  320dependencies = [
  321 "acp_thread",
  322 "action_log",
  323 "agent",
  324 "agent-client-protocol",
  325 "agent_servers",
  326 "agent_settings",
  327 "ai_onboarding",
  328 "anyhow",
  329 "audio",
  330 "base64 0.22.1",
  331 "buffer_diff",
  332 "chrono",
  333 "client",
  334 "cloud_api_types",
  335 "collections",
  336 "command_palette_hooks",
  337 "component",
  338 "context_server",
  339 "db",
  340 "editor",
  341 "eval_utils",
  342 "extension",
  343 "extension_host",
  344 "feature_flags",
  345 "file_icons",
  346 "fs",
  347 "futures 0.3.32",
  348 "fuzzy",
  349 "git",
  350 "gpui",
  351 "gpui_tokio",
  352 "heapless",
  353 "html_to_markdown",
  354 "http_client",
  355 "image",
  356 "indoc",
  357 "itertools 0.14.0",
  358 "jsonschema",
  359 "language",
  360 "language_model",
  361 "language_models",
  362 "languages",
  363 "log",
  364 "lsp",
  365 "markdown",
  366 "menu",
  367 "multi_buffer",
  368 "notifications",
  369 "ordered-float 2.10.1",
  370 "parking_lot",
  371 "paths",
  372 "picker",
  373 "postage",
  374 "pretty_assertions",
  375 "project",
  376 "prompt_store",
  377 "proto",
  378 "rand 0.9.2",
  379 "release_channel",
  380 "reqwest_client",
  381 "rope",
  382 "rules_library",
  383 "schemars",
  384 "semver",
  385 "serde",
  386 "serde_json",
  387 "serde_json_lenient",
  388 "settings",
  389 "smol",
  390 "streaming_diff",
  391 "task",
  392 "telemetry",
  393 "terminal",
  394 "terminal_view",
  395 "text",
  396 "theme",
  397 "theme_settings",
  398 "time",
  399 "time_format",
  400 "tree-sitter-md",
  401 "ui",
  402 "ui_input",
  403 "unindent",
  404 "url",
  405 "util",
  406 "uuid",
  407 "watch",
  408 "workspace",
  409 "zed_actions",
  410]
  411
  412[[package]]
  413name = "ahash"
  414version = "0.7.8"
  415source = "registry+https://github.com/rust-lang/crates.io-index"
  416checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  417dependencies = [
  418 "getrandom 0.2.16",
  419 "once_cell",
  420 "version_check",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.8.12"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  428dependencies = [
  429 "cfg-if",
  430 "const-random",
  431 "getrandom 0.3.4",
  432 "once_cell",
  433 "serde",
  434 "version_check",
  435 "zerocopy",
  436]
  437
  438[[package]]
  439name = "aho-corasick"
  440version = "1.1.3"
  441source = "registry+https://github.com/rust-lang/crates.io-index"
  442checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  443dependencies = [
  444 "memchr",
  445]
  446
  447[[package]]
  448name = "ai_onboarding"
  449version = "0.1.0"
  450dependencies = [
  451 "client",
  452 "cloud_api_types",
  453 "component",
  454 "gpui",
  455 "language_model",
  456 "serde",
  457 "smallvec",
  458 "telemetry",
  459 "ui",
  460 "zed_actions",
  461]
  462
  463[[package]]
  464name = "alacritty_terminal"
  465version = "0.25.1"
  466source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  467dependencies = [
  468 "base64 0.22.1",
  469 "bitflags 2.10.0",
  470 "home",
  471 "libc",
  472 "log",
  473 "mach2 0.5.0",
  474 "miow",
  475 "parking_lot",
  476 "piper",
  477 "polling",
  478 "regex-automata",
  479 "rustix 1.1.2",
  480 "rustix-openpty",
  481 "serde",
  482 "signal-hook",
  483 "unicode-width",
  484 "vte",
  485 "windows-sys 0.59.0",
  486]
  487
  488[[package]]
  489name = "aliasable"
  490version = "0.1.3"
  491source = "registry+https://github.com/rust-lang/crates.io-index"
  492checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  493
  494[[package]]
  495name = "aligned-vec"
  496version = "0.6.4"
  497source = "registry+https://github.com/rust-lang/crates.io-index"
  498checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  499dependencies = [
  500 "equator",
  501]
  502
  503[[package]]
  504name = "allocator-api2"
  505version = "0.2.21"
  506source = "registry+https://github.com/rust-lang/crates.io-index"
  507checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  508
  509[[package]]
  510name = "alsa"
  511version = "0.10.0"
  512source = "registry+https://github.com/rust-lang/crates.io-index"
  513checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  514dependencies = [
  515 "alsa-sys",
  516 "bitflags 2.10.0",
  517 "cfg-if",
  518 "libc",
  519]
  520
  521[[package]]
  522name = "alsa-sys"
  523version = "0.3.1"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  526dependencies = [
  527 "libc",
  528 "pkg-config",
  529]
  530
  531[[package]]
  532name = "ambient-authority"
  533version = "0.0.2"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  536
  537[[package]]
  538name = "ammonia"
  539version = "4.1.2"
  540source = "registry+https://github.com/rust-lang/crates.io-index"
  541checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  542dependencies = [
  543 "cssparser",
  544 "html5ever 0.35.0",
  545 "maplit",
  546 "tendril",
  547 "url",
  548]
  549
  550[[package]]
  551name = "android_system_properties"
  552version = "0.1.5"
  553source = "registry+https://github.com/rust-lang/crates.io-index"
  554checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  555dependencies = [
  556 "libc",
  557]
  558
  559[[package]]
  560name = "anes"
  561version = "0.1.6"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  564
  565[[package]]
  566name = "annotate-snippets"
  567version = "0.12.12"
  568source = "registry+https://github.com/rust-lang/crates.io-index"
  569checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  570dependencies = [
  571 "anstyle",
  572 "memchr",
  573 "unicode-width",
  574]
  575
  576[[package]]
  577name = "anstream"
  578version = "0.6.21"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  581dependencies = [
  582 "anstyle",
  583 "anstyle-parse",
  584 "anstyle-query",
  585 "anstyle-wincon",
  586 "colorchoice",
  587 "is_terminal_polyfill",
  588 "utf8parse",
  589]
  590
  591[[package]]
  592name = "anstyle"
  593version = "1.0.13"
  594source = "registry+https://github.com/rust-lang/crates.io-index"
  595checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  596
  597[[package]]
  598name = "anstyle-parse"
  599version = "0.2.7"
  600source = "registry+https://github.com/rust-lang/crates.io-index"
  601checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  602dependencies = [
  603 "utf8parse",
  604]
  605
  606[[package]]
  607name = "anstyle-query"
  608version = "1.1.4"
  609source = "registry+https://github.com/rust-lang/crates.io-index"
  610checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  611dependencies = [
  612 "windows-sys 0.60.2",
  613]
  614
  615[[package]]
  616name = "anstyle-wincon"
  617version = "3.0.10"
  618source = "registry+https://github.com/rust-lang/crates.io-index"
  619checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  620dependencies = [
  621 "anstyle",
  622 "once_cell_polyfill",
  623 "windows-sys 0.60.2",
  624]
  625
  626[[package]]
  627name = "anthropic"
  628version = "0.1.0"
  629dependencies = [
  630 "anyhow",
  631 "chrono",
  632 "collections",
  633 "futures 0.3.32",
  634 "http_client",
  635 "language_model_core",
  636 "log",
  637 "schemars",
  638 "serde",
  639 "serde_json",
  640 "strum 0.27.2",
  641 "thiserror 2.0.17",
  642 "tiktoken-rs",
  643]
  644
  645[[package]]
  646name = "any_vec"
  647version = "0.14.0"
  648source = "registry+https://github.com/rust-lang/crates.io-index"
  649checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  650
  651[[package]]
  652name = "anyhow"
  653version = "1.0.100"
  654source = "registry+https://github.com/rust-lang/crates.io-index"
  655checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  656
  657[[package]]
  658name = "approx"
  659version = "0.5.1"
  660source = "registry+https://github.com/rust-lang/crates.io-index"
  661checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  662dependencies = [
  663 "num-traits",
  664]
  665
  666[[package]]
  667name = "ar_archive_writer"
  668version = "0.5.1"
  669source = "registry+https://github.com/rust-lang/crates.io-index"
  670checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  671dependencies = [
  672 "object",
  673]
  674
  675[[package]]
  676name = "arbitrary"
  677version = "1.4.2"
  678source = "registry+https://github.com/rust-lang/crates.io-index"
  679checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  680dependencies = [
  681 "derive_arbitrary",
  682]
  683
  684[[package]]
  685name = "arc-swap"
  686version = "1.9.0"
  687source = "registry+https://github.com/rust-lang/crates.io-index"
  688checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  689dependencies = [
  690 "rustversion",
  691]
  692
  693[[package]]
  694name = "arg_enum_proc_macro"
  695version = "0.3.4"
  696source = "registry+https://github.com/rust-lang/crates.io-index"
  697checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  698dependencies = [
  699 "proc-macro2",
  700 "quote",
  701 "syn 2.0.117",
  702]
  703
  704[[package]]
  705name = "arraydeque"
  706version = "0.5.1"
  707source = "registry+https://github.com/rust-lang/crates.io-index"
  708checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  709
  710[[package]]
  711name = "arrayref"
  712version = "0.3.9"
  713source = "registry+https://github.com/rust-lang/crates.io-index"
  714checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  715
  716[[package]]
  717name = "arrayvec"
  718version = "0.7.6"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  721
  722[[package]]
  723name = "as-raw-xcb-connection"
  724version = "1.0.1"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  727
  728[[package]]
  729name = "ascii"
  730version = "1.1.0"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  733
  734[[package]]
  735name = "ash"
  736version = "0.38.0+1.3.281"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  739dependencies = [
  740 "libloading",
  741]
  742
  743[[package]]
  744name = "ashpd"
  745version = "0.13.2"
  746source = "registry+https://github.com/rust-lang/crates.io-index"
  747checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  748dependencies = [
  749 "enumflags2",
  750 "futures-channel",
  751 "futures-util",
  752 "getrandom 0.4.1",
  753 "serde",
  754 "serde_repr",
  755 "wayland-backend",
  756 "wayland-client",
  757 "wayland-protocols",
  758 "zbus",
  759]
  760
  761[[package]]
  762name = "askpass"
  763version = "0.1.0"
  764dependencies = [
  765 "anyhow",
  766 "futures 0.3.32",
  767 "gpui",
  768 "log",
  769 "net",
  770 "smol",
  771 "tempfile",
  772 "util",
  773 "windows 0.61.3",
  774 "zeroize",
  775]
  776
  777[[package]]
  778name = "assets"
  779version = "0.1.0"
  780dependencies = [
  781 "anyhow",
  782 "gpui",
  783 "rust-embed",
  784]
  785
  786[[package]]
  787name = "async-attributes"
  788version = "1.1.2"
  789source = "registry+https://github.com/rust-lang/crates.io-index"
  790checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  791dependencies = [
  792 "quote",
  793 "syn 1.0.109",
  794]
  795
  796[[package]]
  797name = "async-broadcast"
  798version = "0.7.2"
  799source = "registry+https://github.com/rust-lang/crates.io-index"
  800checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  801dependencies = [
  802 "event-listener 5.4.1",
  803 "event-listener-strategy",
  804 "futures-core",
  805 "pin-project-lite",
  806]
  807
  808[[package]]
  809name = "async-channel"
  810version = "1.9.0"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  813dependencies = [
  814 "concurrent-queue",
  815 "event-listener 2.5.3",
  816 "futures-core",
  817]
  818
  819[[package]]
  820name = "async-channel"
  821version = "2.5.0"
  822source = "registry+https://github.com/rust-lang/crates.io-index"
  823checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  824dependencies = [
  825 "concurrent-queue",
  826 "event-listener-strategy",
  827 "futures-core",
  828 "pin-project-lite",
  829]
  830
  831[[package]]
  832name = "async-compat"
  833version = "0.2.5"
  834source = "registry+https://github.com/rust-lang/crates.io-index"
  835checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  836dependencies = [
  837 "futures-core",
  838 "futures-io",
  839 "once_cell",
  840 "pin-project-lite",
  841 "tokio",
  842]
  843
  844[[package]]
  845name = "async-compression"
  846version = "0.4.32"
  847source = "registry+https://github.com/rust-lang/crates.io-index"
  848checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  849dependencies = [
  850 "compression-codecs",
  851 "compression-core",
  852 "futures-core",
  853 "futures-io",
  854 "pin-project-lite",
  855]
  856
  857[[package]]
  858name = "async-dispatcher"
  859version = "0.1.2"
  860source = "registry+https://github.com/rust-lang/crates.io-index"
  861checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  862dependencies = [
  863 "async-task",
  864 "futures-lite 1.13.0",
  865]
  866
  867[[package]]
  868name = "async-executor"
  869version = "1.13.3"
  870source = "registry+https://github.com/rust-lang/crates.io-index"
  871checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  872dependencies = [
  873 "async-task",
  874 "concurrent-queue",
  875 "fastrand 2.3.0",
  876 "futures-lite 2.6.1",
  877 "pin-project-lite",
  878 "slab",
  879]
  880
  881[[package]]
  882name = "async-fs"
  883version = "2.2.0"
  884source = "registry+https://github.com/rust-lang/crates.io-index"
  885checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  886dependencies = [
  887 "async-lock 3.4.2",
  888 "blocking",
  889 "futures-lite 2.6.1",
  890]
  891
  892[[package]]
  893name = "async-global-executor"
  894version = "2.4.1"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  897dependencies = [
  898 "async-channel 2.5.0",
  899 "async-executor",
  900 "async-io",
  901 "async-lock 3.4.2",
  902 "blocking",
  903 "futures-lite 2.6.1",
  904 "once_cell",
  905]
  906
  907[[package]]
  908name = "async-io"
  909version = "2.6.0"
  910source = "registry+https://github.com/rust-lang/crates.io-index"
  911checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  912dependencies = [
  913 "autocfg",
  914 "cfg-if",
  915 "concurrent-queue",
  916 "futures-io",
  917 "futures-lite 2.6.1",
  918 "parking",
  919 "polling",
  920 "rustix 1.1.2",
  921 "slab",
  922 "windows-sys 0.61.2",
  923]
  924
  925[[package]]
  926name = "async-lock"
  927version = "2.8.0"
  928source = "registry+https://github.com/rust-lang/crates.io-index"
  929checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  930dependencies = [
  931 "event-listener 2.5.3",
  932]
  933
  934[[package]]
  935name = "async-lock"
  936version = "3.4.2"
  937source = "registry+https://github.com/rust-lang/crates.io-index"
  938checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  939dependencies = [
  940 "event-listener 5.4.1",
  941 "event-listener-strategy",
  942 "pin-project-lite",
  943]
  944
  945[[package]]
  946name = "async-net"
  947version = "2.0.0"
  948source = "registry+https://github.com/rust-lang/crates.io-index"
  949checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  950dependencies = [
  951 "async-io",
  952 "blocking",
  953 "futures-lite 2.6.1",
  954]
  955
  956[[package]]
  957name = "async-pipe"
  958version = "0.1.3"
  959source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  960dependencies = [
  961 "futures 0.3.32",
  962 "log",
  963]
  964
  965[[package]]
  966name = "async-process"
  967version = "2.5.0"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  970dependencies = [
  971 "async-channel 2.5.0",
  972 "async-io",
  973 "async-lock 3.4.2",
  974 "async-signal",
  975 "async-task",
  976 "blocking",
  977 "cfg-if",
  978 "event-listener 5.4.1",
  979 "futures-lite 2.6.1",
  980 "rustix 1.1.2",
  981]
  982
  983[[package]]
  984name = "async-recursion"
  985version = "1.1.1"
  986source = "registry+https://github.com/rust-lang/crates.io-index"
  987checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  988dependencies = [
  989 "proc-macro2",
  990 "quote",
  991 "syn 2.0.117",
  992]
  993
  994[[package]]
  995name = "async-signal"
  996version = "0.2.13"
  997source = "registry+https://github.com/rust-lang/crates.io-index"
  998checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
  999dependencies = [
 1000 "async-io",
 1001 "async-lock 3.4.2",
 1002 "atomic-waker",
 1003 "cfg-if",
 1004 "futures-core",
 1005 "futures-io",
 1006 "rustix 1.1.2",
 1007 "signal-hook-registry",
 1008 "slab",
 1009 "windows-sys 0.61.2",
 1010]
 1011
 1012[[package]]
 1013name = "async-std"
 1014version = "1.13.2"
 1015source = "registry+https://github.com/rust-lang/crates.io-index"
 1016checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1017dependencies = [
 1018 "async-attributes",
 1019 "async-channel 1.9.0",
 1020 "async-global-executor",
 1021 "async-io",
 1022 "async-lock 3.4.2",
 1023 "async-process",
 1024 "crossbeam-utils",
 1025 "futures-channel",
 1026 "futures-core",
 1027 "futures-io",
 1028 "futures-lite 2.6.1",
 1029 "gloo-timers",
 1030 "kv-log-macro",
 1031 "log",
 1032 "memchr",
 1033 "once_cell",
 1034 "pin-project-lite",
 1035 "pin-utils",
 1036 "slab",
 1037 "wasm-bindgen-futures",
 1038]
 1039
 1040[[package]]
 1041name = "async-stream"
 1042version = "0.3.6"
 1043source = "registry+https://github.com/rust-lang/crates.io-index"
 1044checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1045dependencies = [
 1046 "async-stream-impl",
 1047 "futures-core",
 1048 "pin-project-lite",
 1049]
 1050
 1051[[package]]
 1052name = "async-stream-impl"
 1053version = "0.3.6"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1056dependencies = [
 1057 "proc-macro2",
 1058 "quote",
 1059 "syn 2.0.117",
 1060]
 1061
 1062[[package]]
 1063name = "async-tar"
 1064version = "0.5.1"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1067dependencies = [
 1068 "async-std",
 1069 "filetime",
 1070 "libc",
 1071 "pin-project",
 1072 "redox_syscall 0.2.16",
 1073 "xattr",
 1074]
 1075
 1076[[package]]
 1077name = "async-task"
 1078version = "4.7.1"
 1079source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1080
 1081[[package]]
 1082name = "async-trait"
 1083version = "0.1.89"
 1084source = "registry+https://github.com/rust-lang/crates.io-index"
 1085checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1086dependencies = [
 1087 "proc-macro2",
 1088 "quote",
 1089 "syn 2.0.117",
 1090]
 1091
 1092[[package]]
 1093name = "async-tungstenite"
 1094version = "0.31.0"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1097dependencies = [
 1098 "atomic-waker",
 1099 "futures-core",
 1100 "futures-io",
 1101 "futures-task",
 1102 "futures-util",
 1103 "log",
 1104 "pin-project-lite",
 1105 "rustls-pki-types",
 1106 "tokio",
 1107 "tokio-rustls 0.26.2",
 1108 "tungstenite 0.27.0",
 1109]
 1110
 1111[[package]]
 1112name = "async_zip"
 1113version = "0.0.18"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1116dependencies = [
 1117 "async-compression",
 1118 "crc32fast",
 1119 "futures-lite 2.6.1",
 1120 "pin-project",
 1121 "thiserror 2.0.17",
 1122]
 1123
 1124[[package]]
 1125name = "asynchronous-codec"
 1126version = "0.7.0"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1129dependencies = [
 1130 "bytes 1.11.1",
 1131 "futures-sink",
 1132 "futures-util",
 1133 "memchr",
 1134 "pin-project-lite",
 1135]
 1136
 1137[[package]]
 1138name = "atoi"
 1139version = "2.0.0"
 1140source = "registry+https://github.com/rust-lang/crates.io-index"
 1141checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1142dependencies = [
 1143 "num-traits",
 1144]
 1145
 1146[[package]]
 1147name = "atomic"
 1148version = "0.5.3"
 1149source = "registry+https://github.com/rust-lang/crates.io-index"
 1150checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1151
 1152[[package]]
 1153name = "atomic-waker"
 1154version = "1.1.2"
 1155source = "registry+https://github.com/rust-lang/crates.io-index"
 1156checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1157
 1158[[package]]
 1159name = "audio"
 1160version = "0.1.0"
 1161dependencies = [
 1162 "anyhow",
 1163 "collections",
 1164 "cpal",
 1165 "crossbeam",
 1166 "denoise",
 1167 "gpui",
 1168 "libwebrtc",
 1169 "log",
 1170 "parking_lot",
 1171 "rodio",
 1172 "serde",
 1173 "settings",
 1174 "thiserror 2.0.17",
 1175 "util",
 1176]
 1177
 1178[[package]]
 1179name = "auditable-serde"
 1180version = "0.8.0"
 1181source = "registry+https://github.com/rust-lang/crates.io-index"
 1182checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1183dependencies = [
 1184 "semver",
 1185 "serde",
 1186 "serde_json",
 1187 "topological-sort",
 1188]
 1189
 1190[[package]]
 1191name = "auto_update"
 1192version = "0.1.0"
 1193dependencies = [
 1194 "anyhow",
 1195 "client",
 1196 "clock",
 1197 "ctor",
 1198 "db",
 1199 "futures 0.3.32",
 1200 "futures-lite 1.13.0",
 1201 "gpui",
 1202 "http_client",
 1203 "log",
 1204 "parking_lot",
 1205 "paths",
 1206 "release_channel",
 1207 "semver",
 1208 "serde",
 1209 "serde_json",
 1210 "settings",
 1211 "smol",
 1212 "tempfile",
 1213 "util",
 1214 "which 6.0.3",
 1215 "workspace",
 1216 "zlog",
 1217]
 1218
 1219[[package]]
 1220name = "auto_update_helper"
 1221version = "0.1.0"
 1222dependencies = [
 1223 "anyhow",
 1224 "log",
 1225 "scopeguard",
 1226 "simplelog",
 1227 "tempfile",
 1228 "windows 0.61.3",
 1229 "winresource",
 1230]
 1231
 1232[[package]]
 1233name = "auto_update_ui"
 1234version = "0.1.0"
 1235dependencies = [
 1236 "anyhow",
 1237 "auto_update",
 1238 "client",
 1239 "editor",
 1240 "gpui",
 1241 "markdown_preview",
 1242 "release_channel",
 1243 "semver",
 1244 "serde",
 1245 "serde_json",
 1246 "smol",
 1247 "ui",
 1248 "util",
 1249 "workspace",
 1250]
 1251
 1252[[package]]
 1253name = "autocfg"
 1254version = "1.5.0"
 1255source = "registry+https://github.com/rust-lang/crates.io-index"
 1256checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1257
 1258[[package]]
 1259name = "av1-grain"
 1260version = "0.2.4"
 1261source = "registry+https://github.com/rust-lang/crates.io-index"
 1262checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1263dependencies = [
 1264 "anyhow",
 1265 "arrayvec",
 1266 "log",
 1267 "nom 7.1.3",
 1268 "num-rational",
 1269 "v_frame",
 1270]
 1271
 1272[[package]]
 1273name = "avif-serialize"
 1274version = "0.8.6"
 1275source = "registry+https://github.com/rust-lang/crates.io-index"
 1276checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1277dependencies = [
 1278 "arrayvec",
 1279]
 1280
 1281[[package]]
 1282name = "aws-config"
 1283version = "1.8.10"
 1284source = "registry+https://github.com/rust-lang/crates.io-index"
 1285checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1286dependencies = [
 1287 "aws-credential-types",
 1288 "aws-runtime",
 1289 "aws-sdk-sso",
 1290 "aws-sdk-ssooidc",
 1291 "aws-sdk-sts",
 1292 "aws-smithy-async",
 1293 "aws-smithy-http",
 1294 "aws-smithy-json",
 1295 "aws-smithy-runtime",
 1296 "aws-smithy-runtime-api",
 1297 "aws-smithy-types",
 1298 "aws-types",
 1299 "bytes 1.11.1",
 1300 "fastrand 2.3.0",
 1301 "hex",
 1302 "http 1.3.1",
 1303 "ring",
 1304 "time",
 1305 "tokio",
 1306 "tracing",
 1307 "url",
 1308 "zeroize",
 1309]
 1310
 1311[[package]]
 1312name = "aws-credential-types"
 1313version = "1.2.10"
 1314source = "registry+https://github.com/rust-lang/crates.io-index"
 1315checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1316dependencies = [
 1317 "aws-smithy-async",
 1318 "aws-smithy-runtime-api",
 1319 "aws-smithy-types",
 1320 "zeroize",
 1321]
 1322
 1323[[package]]
 1324name = "aws-lc-rs"
 1325version = "1.15.4"
 1326source = "registry+https://github.com/rust-lang/crates.io-index"
 1327checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1328dependencies = [
 1329 "aws-lc-sys",
 1330 "untrusted 0.7.1",
 1331 "zeroize",
 1332]
 1333
 1334[[package]]
 1335name = "aws-lc-sys"
 1336version = "0.37.0"
 1337source = "registry+https://github.com/rust-lang/crates.io-index"
 1338checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1339dependencies = [
 1340 "cc",
 1341 "cmake",
 1342 "dunce",
 1343 "fs_extra",
 1344]
 1345
 1346[[package]]
 1347name = "aws-runtime"
 1348version = "1.5.16"
 1349source = "registry+https://github.com/rust-lang/crates.io-index"
 1350checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1351dependencies = [
 1352 "aws-credential-types",
 1353 "aws-sigv4",
 1354 "aws-smithy-async",
 1355 "aws-smithy-eventstream",
 1356 "aws-smithy-http",
 1357 "aws-smithy-runtime",
 1358 "aws-smithy-runtime-api",
 1359 "aws-smithy-types",
 1360 "aws-types",
 1361 "bytes 1.11.1",
 1362 "fastrand 2.3.0",
 1363 "http 0.2.12",
 1364 "http-body 0.4.6",
 1365 "percent-encoding",
 1366 "pin-project-lite",
 1367 "tracing",
 1368 "uuid",
 1369]
 1370
 1371[[package]]
 1372name = "aws-sdk-bedrockruntime"
 1373version = "1.113.0"
 1374source = "registry+https://github.com/rust-lang/crates.io-index"
 1375checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1376dependencies = [
 1377 "aws-credential-types",
 1378 "aws-runtime",
 1379 "aws-sigv4",
 1380 "aws-smithy-async",
 1381 "aws-smithy-eventstream",
 1382 "aws-smithy-http",
 1383 "aws-smithy-json",
 1384 "aws-smithy-runtime",
 1385 "aws-smithy-runtime-api",
 1386 "aws-smithy-types",
 1387 "aws-types",
 1388 "bytes 1.11.1",
 1389 "fastrand 2.3.0",
 1390 "http 0.2.12",
 1391 "hyper 0.14.32",
 1392 "regex-lite",
 1393 "tracing",
 1394]
 1395
 1396[[package]]
 1397name = "aws-sdk-kinesis"
 1398version = "1.95.0"
 1399source = "registry+https://github.com/rust-lang/crates.io-index"
 1400checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1401dependencies = [
 1402 "aws-credential-types",
 1403 "aws-runtime",
 1404 "aws-smithy-async",
 1405 "aws-smithy-eventstream",
 1406 "aws-smithy-http",
 1407 "aws-smithy-json",
 1408 "aws-smithy-runtime",
 1409 "aws-smithy-runtime-api",
 1410 "aws-smithy-types",
 1411 "aws-types",
 1412 "bytes 1.11.1",
 1413 "fastrand 2.3.0",
 1414 "http 0.2.12",
 1415 "regex-lite",
 1416 "tracing",
 1417]
 1418
 1419[[package]]
 1420name = "aws-sdk-s3"
 1421version = "1.112.0"
 1422source = "registry+https://github.com/rust-lang/crates.io-index"
 1423checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1424dependencies = [
 1425 "aws-credential-types",
 1426 "aws-runtime",
 1427 "aws-sigv4",
 1428 "aws-smithy-async",
 1429 "aws-smithy-checksums",
 1430 "aws-smithy-eventstream",
 1431 "aws-smithy-http",
 1432 "aws-smithy-json",
 1433 "aws-smithy-runtime",
 1434 "aws-smithy-runtime-api",
 1435 "aws-smithy-types",
 1436 "aws-smithy-xml",
 1437 "aws-types",
 1438 "bytes 1.11.1",
 1439 "fastrand 2.3.0",
 1440 "hex",
 1441 "hmac",
 1442 "http 0.2.12",
 1443 "http 1.3.1",
 1444 "http-body 0.4.6",
 1445 "lru",
 1446 "percent-encoding",
 1447 "regex-lite",
 1448 "sha2",
 1449 "tracing",
 1450 "url",
 1451]
 1452
 1453[[package]]
 1454name = "aws-sdk-sso"
 1455version = "1.88.0"
 1456source = "registry+https://github.com/rust-lang/crates.io-index"
 1457checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1458dependencies = [
 1459 "aws-credential-types",
 1460 "aws-runtime",
 1461 "aws-smithy-async",
 1462 "aws-smithy-http",
 1463 "aws-smithy-json",
 1464 "aws-smithy-runtime",
 1465 "aws-smithy-runtime-api",
 1466 "aws-smithy-types",
 1467 "aws-types",
 1468 "bytes 1.11.1",
 1469 "fastrand 2.3.0",
 1470 "http 0.2.12",
 1471 "regex-lite",
 1472 "tracing",
 1473]
 1474
 1475[[package]]
 1476name = "aws-sdk-ssooidc"
 1477version = "1.90.0"
 1478source = "registry+https://github.com/rust-lang/crates.io-index"
 1479checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1480dependencies = [
 1481 "aws-credential-types",
 1482 "aws-runtime",
 1483 "aws-smithy-async",
 1484 "aws-smithy-http",
 1485 "aws-smithy-json",
 1486 "aws-smithy-runtime",
 1487 "aws-smithy-runtime-api",
 1488 "aws-smithy-types",
 1489 "aws-types",
 1490 "bytes 1.11.1",
 1491 "fastrand 2.3.0",
 1492 "http 0.2.12",
 1493 "regex-lite",
 1494 "tracing",
 1495]
 1496
 1497[[package]]
 1498name = "aws-sdk-sts"
 1499version = "1.90.0"
 1500source = "registry+https://github.com/rust-lang/crates.io-index"
 1501checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1502dependencies = [
 1503 "aws-credential-types",
 1504 "aws-runtime",
 1505 "aws-smithy-async",
 1506 "aws-smithy-http",
 1507 "aws-smithy-json",
 1508 "aws-smithy-query",
 1509 "aws-smithy-runtime",
 1510 "aws-smithy-runtime-api",
 1511 "aws-smithy-types",
 1512 "aws-smithy-xml",
 1513 "aws-types",
 1514 "fastrand 2.3.0",
 1515 "http 0.2.12",
 1516 "regex-lite",
 1517 "tracing",
 1518]
 1519
 1520[[package]]
 1521name = "aws-sigv4"
 1522version = "1.3.6"
 1523source = "registry+https://github.com/rust-lang/crates.io-index"
 1524checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1525dependencies = [
 1526 "aws-credential-types",
 1527 "aws-smithy-eventstream",
 1528 "aws-smithy-http",
 1529 "aws-smithy-runtime-api",
 1530 "aws-smithy-types",
 1531 "bytes 1.11.1",
 1532 "crypto-bigint 0.5.5",
 1533 "form_urlencoded",
 1534 "hex",
 1535 "hmac",
 1536 "http 0.2.12",
 1537 "http 1.3.1",
 1538 "p256",
 1539 "percent-encoding",
 1540 "ring",
 1541 "sha2",
 1542 "subtle",
 1543 "time",
 1544 "tracing",
 1545 "zeroize",
 1546]
 1547
 1548[[package]]
 1549name = "aws-smithy-async"
 1550version = "1.2.6"
 1551source = "registry+https://github.com/rust-lang/crates.io-index"
 1552checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1553dependencies = [
 1554 "futures-util",
 1555 "pin-project-lite",
 1556 "tokio",
 1557]
 1558
 1559[[package]]
 1560name = "aws-smithy-checksums"
 1561version = "0.63.11"
 1562source = "registry+https://github.com/rust-lang/crates.io-index"
 1563checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1564dependencies = [
 1565 "aws-smithy-http",
 1566 "aws-smithy-types",
 1567 "bytes 1.11.1",
 1568 "crc-fast",
 1569 "hex",
 1570 "http 0.2.12",
 1571 "http-body 0.4.6",
 1572 "md-5",
 1573 "pin-project-lite",
 1574 "sha1",
 1575 "sha2",
 1576 "tracing",
 1577]
 1578
 1579[[package]]
 1580name = "aws-smithy-eventstream"
 1581version = "0.60.13"
 1582source = "registry+https://github.com/rust-lang/crates.io-index"
 1583checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1584dependencies = [
 1585 "aws-smithy-types",
 1586 "bytes 1.11.1",
 1587 "crc32fast",
 1588]
 1589
 1590[[package]]
 1591name = "aws-smithy-http"
 1592version = "0.62.5"
 1593source = "registry+https://github.com/rust-lang/crates.io-index"
 1594checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1595dependencies = [
 1596 "aws-smithy-eventstream",
 1597 "aws-smithy-runtime-api",
 1598 "aws-smithy-types",
 1599 "bytes 1.11.1",
 1600 "bytes-utils",
 1601 "futures-core",
 1602 "futures-util",
 1603 "http 0.2.12",
 1604 "http 1.3.1",
 1605 "http-body 0.4.6",
 1606 "percent-encoding",
 1607 "pin-project-lite",
 1608 "pin-utils",
 1609 "tracing",
 1610]
 1611
 1612[[package]]
 1613name = "aws-smithy-http-client"
 1614version = "1.1.4"
 1615source = "registry+https://github.com/rust-lang/crates.io-index"
 1616checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1617dependencies = [
 1618 "aws-smithy-async",
 1619 "aws-smithy-runtime-api",
 1620 "aws-smithy-types",
 1621 "h2 0.3.27",
 1622 "h2 0.4.12",
 1623 "http 0.2.12",
 1624 "http 1.3.1",
 1625 "http-body 0.4.6",
 1626 "hyper 0.14.32",
 1627 "hyper 1.7.0",
 1628 "hyper-rustls 0.24.2",
 1629 "hyper-rustls 0.27.7",
 1630 "hyper-util",
 1631 "pin-project-lite",
 1632 "rustls 0.21.12",
 1633 "rustls 0.23.33",
 1634 "rustls-native-certs 0.8.2",
 1635 "rustls-pki-types",
 1636 "tokio",
 1637 "tokio-rustls 0.26.2",
 1638 "tower 0.5.2",
 1639 "tracing",
 1640]
 1641
 1642[[package]]
 1643name = "aws-smithy-json"
 1644version = "0.61.7"
 1645source = "registry+https://github.com/rust-lang/crates.io-index"
 1646checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1647dependencies = [
 1648 "aws-smithy-types",
 1649]
 1650
 1651[[package]]
 1652name = "aws-smithy-observability"
 1653version = "0.1.4"
 1654source = "registry+https://github.com/rust-lang/crates.io-index"
 1655checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1656dependencies = [
 1657 "aws-smithy-runtime-api",
 1658]
 1659
 1660[[package]]
 1661name = "aws-smithy-query"
 1662version = "0.60.8"
 1663source = "registry+https://github.com/rust-lang/crates.io-index"
 1664checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1665dependencies = [
 1666 "aws-smithy-types",
 1667 "urlencoding",
 1668]
 1669
 1670[[package]]
 1671name = "aws-smithy-runtime"
 1672version = "1.9.4"
 1673source = "registry+https://github.com/rust-lang/crates.io-index"
 1674checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1675dependencies = [
 1676 "aws-smithy-async",
 1677 "aws-smithy-http",
 1678 "aws-smithy-http-client",
 1679 "aws-smithy-observability",
 1680 "aws-smithy-runtime-api",
 1681 "aws-smithy-types",
 1682 "bytes 1.11.1",
 1683 "fastrand 2.3.0",
 1684 "http 0.2.12",
 1685 "http 1.3.1",
 1686 "http-body 0.4.6",
 1687 "http-body 1.0.1",
 1688 "pin-project-lite",
 1689 "pin-utils",
 1690 "tokio",
 1691 "tracing",
 1692]
 1693
 1694[[package]]
 1695name = "aws-smithy-runtime-api"
 1696version = "1.9.2"
 1697source = "registry+https://github.com/rust-lang/crates.io-index"
 1698checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1699dependencies = [
 1700 "aws-smithy-async",
 1701 "aws-smithy-types",
 1702 "bytes 1.11.1",
 1703 "http 0.2.12",
 1704 "http 1.3.1",
 1705 "pin-project-lite",
 1706 "tokio",
 1707 "tracing",
 1708 "zeroize",
 1709]
 1710
 1711[[package]]
 1712name = "aws-smithy-types"
 1713version = "1.3.4"
 1714source = "registry+https://github.com/rust-lang/crates.io-index"
 1715checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1716dependencies = [
 1717 "base64-simd",
 1718 "bytes 1.11.1",
 1719 "bytes-utils",
 1720 "futures-core",
 1721 "http 0.2.12",
 1722 "http 1.3.1",
 1723 "http-body 0.4.6",
 1724 "http-body 1.0.1",
 1725 "http-body-util",
 1726 "itoa",
 1727 "num-integer",
 1728 "pin-project-lite",
 1729 "pin-utils",
 1730 "ryu",
 1731 "serde",
 1732 "time",
 1733 "tokio",
 1734 "tokio-util",
 1735]
 1736
 1737[[package]]
 1738name = "aws-smithy-xml"
 1739version = "0.60.12"
 1740source = "registry+https://github.com/rust-lang/crates.io-index"
 1741checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1742dependencies = [
 1743 "xmlparser",
 1744]
 1745
 1746[[package]]
 1747name = "aws-types"
 1748version = "1.3.10"
 1749source = "registry+https://github.com/rust-lang/crates.io-index"
 1750checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1751dependencies = [
 1752 "aws-credential-types",
 1753 "aws-smithy-async",
 1754 "aws-smithy-runtime-api",
 1755 "aws-smithy-types",
 1756 "rustc_version",
 1757 "tracing",
 1758]
 1759
 1760[[package]]
 1761name = "aws_http_client"
 1762version = "0.1.0"
 1763dependencies = [
 1764 "aws-smithy-runtime-api",
 1765 "aws-smithy-types",
 1766 "http_client",
 1767]
 1768
 1769[[package]]
 1770name = "axum"
 1771version = "0.6.20"
 1772source = "registry+https://github.com/rust-lang/crates.io-index"
 1773checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1774dependencies = [
 1775 "async-trait",
 1776 "axum-core",
 1777 "base64 0.21.7",
 1778 "bitflags 1.3.2",
 1779 "bytes 1.11.1",
 1780 "futures-util",
 1781 "headers",
 1782 "http 0.2.12",
 1783 "http-body 0.4.6",
 1784 "hyper 0.14.32",
 1785 "itoa",
 1786 "matchit",
 1787 "memchr",
 1788 "mime",
 1789 "percent-encoding",
 1790 "pin-project-lite",
 1791 "rustversion",
 1792 "serde",
 1793 "serde_json",
 1794 "serde_path_to_error",
 1795 "serde_urlencoded",
 1796 "sha1",
 1797 "sync_wrapper 0.1.2",
 1798 "tokio",
 1799 "tokio-tungstenite 0.20.1",
 1800 "tower 0.4.13",
 1801 "tower-layer",
 1802 "tower-service",
 1803]
 1804
 1805[[package]]
 1806name = "axum-core"
 1807version = "0.3.4"
 1808source = "registry+https://github.com/rust-lang/crates.io-index"
 1809checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1810dependencies = [
 1811 "async-trait",
 1812 "bytes 1.11.1",
 1813 "futures-util",
 1814 "http 0.2.12",
 1815 "http-body 0.4.6",
 1816 "mime",
 1817 "rustversion",
 1818 "tower-layer",
 1819 "tower-service",
 1820]
 1821
 1822[[package]]
 1823name = "backtrace"
 1824version = "0.3.76"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1827dependencies = [
 1828 "addr2line",
 1829 "cfg-if",
 1830 "libc",
 1831 "miniz_oxide",
 1832 "object",
 1833 "rustc-demangle",
 1834 "windows-link 0.2.1",
 1835]
 1836
 1837[[package]]
 1838name = "base16ct"
 1839version = "0.1.1"
 1840source = "registry+https://github.com/rust-lang/crates.io-index"
 1841checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1842
 1843[[package]]
 1844name = "base64"
 1845version = "0.21.7"
 1846source = "registry+https://github.com/rust-lang/crates.io-index"
 1847checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1848
 1849[[package]]
 1850name = "base64"
 1851version = "0.22.1"
 1852source = "registry+https://github.com/rust-lang/crates.io-index"
 1853checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1854
 1855[[package]]
 1856name = "base64-simd"
 1857version = "0.8.0"
 1858source = "registry+https://github.com/rust-lang/crates.io-index"
 1859checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1860dependencies = [
 1861 "outref",
 1862 "vsimd",
 1863]
 1864
 1865[[package]]
 1866name = "base64ct"
 1867version = "1.8.0"
 1868source = "registry+https://github.com/rust-lang/crates.io-index"
 1869checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1870
 1871[[package]]
 1872name = "bedrock"
 1873version = "0.1.0"
 1874dependencies = [
 1875 "anyhow",
 1876 "aws-sdk-bedrockruntime",
 1877 "aws-smithy-types",
 1878 "futures 0.3.32",
 1879 "schemars",
 1880 "serde",
 1881 "serde_json",
 1882 "strum 0.27.2",
 1883 "thiserror 2.0.17",
 1884]
 1885
 1886[[package]]
 1887name = "bigdecimal"
 1888version = "0.4.8"
 1889source = "registry+https://github.com/rust-lang/crates.io-index"
 1890checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1891dependencies = [
 1892 "autocfg",
 1893 "libm",
 1894 "num-bigint",
 1895 "num-integer",
 1896 "num-traits",
 1897 "serde",
 1898]
 1899
 1900[[package]]
 1901name = "bincode"
 1902version = "1.3.3"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1905dependencies = [
 1906 "serde",
 1907]
 1908
 1909[[package]]
 1910name = "bindgen"
 1911version = "0.71.1"
 1912source = "registry+https://github.com/rust-lang/crates.io-index"
 1913checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1914dependencies = [
 1915 "bitflags 2.10.0",
 1916 "cexpr",
 1917 "clang-sys",
 1918 "itertools 0.12.1",
 1919 "log",
 1920 "prettyplease",
 1921 "proc-macro2",
 1922 "quote",
 1923 "regex",
 1924 "rustc-hash 2.1.1",
 1925 "shlex",
 1926 "syn 2.0.117",
 1927]
 1928
 1929[[package]]
 1930name = "bindgen"
 1931version = "0.72.1"
 1932source = "registry+https://github.com/rust-lang/crates.io-index"
 1933checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1934dependencies = [
 1935 "bitflags 2.10.0",
 1936 "cexpr",
 1937 "clang-sys",
 1938 "itertools 0.12.1",
 1939 "proc-macro2",
 1940 "quote",
 1941 "regex",
 1942 "rustc-hash 2.1.1",
 1943 "shlex",
 1944 "syn 2.0.117",
 1945]
 1946
 1947[[package]]
 1948name = "bit-set"
 1949version = "0.8.0"
 1950source = "registry+https://github.com/rust-lang/crates.io-index"
 1951checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1952dependencies = [
 1953 "bit-vec 0.8.0",
 1954]
 1955
 1956[[package]]
 1957name = "bit-set"
 1958version = "0.9.1"
 1959source = "registry+https://github.com/rust-lang/crates.io-index"
 1960checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1961dependencies = [
 1962 "bit-vec 0.9.1",
 1963]
 1964
 1965[[package]]
 1966name = "bit-vec"
 1967version = "0.8.0"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1970
 1971[[package]]
 1972name = "bit-vec"
 1973version = "0.9.1"
 1974source = "registry+https://github.com/rust-lang/crates.io-index"
 1975checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1976
 1977[[package]]
 1978name = "bit_field"
 1979version = "0.10.3"
 1980source = "registry+https://github.com/rust-lang/crates.io-index"
 1981checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1982
 1983[[package]]
 1984name = "bitflags"
 1985version = "1.3.2"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 1988
 1989[[package]]
 1990name = "bitflags"
 1991version = "2.10.0"
 1992source = "registry+https://github.com/rust-lang/crates.io-index"
 1993checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 1994dependencies = [
 1995 "serde_core",
 1996]
 1997
 1998[[package]]
 1999name = "bitstream-io"
 2000version = "2.6.0"
 2001source = "registry+https://github.com/rust-lang/crates.io-index"
 2002checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2003
 2004[[package]]
 2005name = "bitvec"
 2006version = "1.0.1"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2009dependencies = [
 2010 "funty",
 2011 "radium",
 2012 "tap",
 2013 "wyz",
 2014]
 2015
 2016[[package]]
 2017name = "block"
 2018version = "0.1.6"
 2019source = "registry+https://github.com/rust-lang/crates.io-index"
 2020checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2021
 2022[[package]]
 2023name = "block-buffer"
 2024version = "0.10.4"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2027dependencies = [
 2028 "generic-array",
 2029]
 2030
 2031[[package]]
 2032name = "block-padding"
 2033version = "0.3.3"
 2034source = "registry+https://github.com/rust-lang/crates.io-index"
 2035checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2036dependencies = [
 2037 "generic-array",
 2038]
 2039
 2040[[package]]
 2041name = "block2"
 2042version = "0.6.2"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2045dependencies = [
 2046 "objc2",
 2047]
 2048
 2049[[package]]
 2050name = "blocking"
 2051version = "1.6.2"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2054dependencies = [
 2055 "async-channel 2.5.0",
 2056 "async-task",
 2057 "futures-io",
 2058 "futures-lite 2.6.1",
 2059 "piper",
 2060]
 2061
 2062[[package]]
 2063name = "bmrng"
 2064version = "0.5.2"
 2065source = "registry+https://github.com/rust-lang/crates.io-index"
 2066checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2067dependencies = [
 2068 "futures-core",
 2069 "tokio",
 2070]
 2071
 2072[[package]]
 2073name = "bon"
 2074version = "3.8.2"
 2075source = "registry+https://github.com/rust-lang/crates.io-index"
 2076checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2077dependencies = [
 2078 "bon-macros",
 2079 "rustversion",
 2080]
 2081
 2082[[package]]
 2083name = "bon-macros"
 2084version = "3.8.2"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2087dependencies = [
 2088 "darling 0.21.3",
 2089 "ident_case",
 2090 "prettyplease",
 2091 "proc-macro2",
 2092 "quote",
 2093 "rustversion",
 2094 "syn 2.0.117",
 2095]
 2096
 2097[[package]]
 2098name = "borrow-or-share"
 2099version = "0.2.4"
 2100source = "registry+https://github.com/rust-lang/crates.io-index"
 2101checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2102
 2103[[package]]
 2104name = "borsh"
 2105version = "1.5.7"
 2106source = "registry+https://github.com/rust-lang/crates.io-index"
 2107checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2108dependencies = [
 2109 "borsh-derive",
 2110 "cfg_aliases 0.2.1",
 2111]
 2112
 2113[[package]]
 2114name = "borsh-derive"
 2115version = "1.5.7"
 2116source = "registry+https://github.com/rust-lang/crates.io-index"
 2117checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2118dependencies = [
 2119 "once_cell",
 2120 "proc-macro-crate",
 2121 "proc-macro2",
 2122 "quote",
 2123 "syn 2.0.117",
 2124]
 2125
 2126[[package]]
 2127name = "breadcrumbs"
 2128version = "0.1.0"
 2129dependencies = [
 2130 "gpui",
 2131 "ui",
 2132 "workspace",
 2133]
 2134
 2135[[package]]
 2136name = "brush-parser"
 2137version = "0.3.0"
 2138source = "registry+https://github.com/rust-lang/crates.io-index"
 2139checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2140dependencies = [
 2141 "bon",
 2142 "cached",
 2143 "indenter",
 2144 "peg",
 2145 "thiserror 2.0.17",
 2146 "tracing",
 2147 "utf8-chars",
 2148]
 2149
 2150[[package]]
 2151name = "bstr"
 2152version = "1.12.0"
 2153source = "registry+https://github.com/rust-lang/crates.io-index"
 2154checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2155dependencies = [
 2156 "memchr",
 2157 "regex-automata",
 2158 "serde",
 2159]
 2160
 2161[[package]]
 2162name = "buffer_diff"
 2163version = "0.1.0"
 2164dependencies = [
 2165 "clock",
 2166 "ctor",
 2167 "futures 0.3.32",
 2168 "git2",
 2169 "gpui",
 2170 "language",
 2171 "log",
 2172 "pretty_assertions",
 2173 "rand 0.9.2",
 2174 "rope",
 2175 "settings",
 2176 "sum_tree",
 2177 "text",
 2178 "tracing",
 2179 "unindent",
 2180 "util",
 2181 "zlog",
 2182 "ztracing",
 2183]
 2184
 2185[[package]]
 2186name = "built"
 2187version = "0.7.7"
 2188source = "registry+https://github.com/rust-lang/crates.io-index"
 2189checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2190
 2191[[package]]
 2192name = "bumpalo"
 2193version = "3.19.0"
 2194source = "registry+https://github.com/rust-lang/crates.io-index"
 2195checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2196dependencies = [
 2197 "allocator-api2",
 2198]
 2199
 2200[[package]]
 2201name = "by_address"
 2202version = "1.2.1"
 2203source = "registry+https://github.com/rust-lang/crates.io-index"
 2204checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2205
 2206[[package]]
 2207name = "bytecheck"
 2208version = "0.6.12"
 2209source = "registry+https://github.com/rust-lang/crates.io-index"
 2210checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2211dependencies = [
 2212 "bytecheck_derive",
 2213 "ptr_meta",
 2214 "simdutf8",
 2215]
 2216
 2217[[package]]
 2218name = "bytecheck_derive"
 2219version = "0.6.12"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2222dependencies = [
 2223 "proc-macro2",
 2224 "quote",
 2225 "syn 1.0.109",
 2226]
 2227
 2228[[package]]
 2229name = "bytecount"
 2230version = "0.6.9"
 2231source = "registry+https://github.com/rust-lang/crates.io-index"
 2232checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2233
 2234[[package]]
 2235name = "bytemuck"
 2236version = "1.24.0"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2239dependencies = [
 2240 "bytemuck_derive",
 2241]
 2242
 2243[[package]]
 2244name = "bytemuck_derive"
 2245version = "1.10.2"
 2246source = "registry+https://github.com/rust-lang/crates.io-index"
 2247checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2248dependencies = [
 2249 "proc-macro2",
 2250 "quote",
 2251 "syn 2.0.117",
 2252]
 2253
 2254[[package]]
 2255name = "byteorder"
 2256version = "1.5.0"
 2257source = "registry+https://github.com/rust-lang/crates.io-index"
 2258checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2259
 2260[[package]]
 2261name = "byteorder-lite"
 2262version = "0.1.0"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2265
 2266[[package]]
 2267name = "bytes"
 2268version = "0.4.12"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2271dependencies = [
 2272 "byteorder",
 2273 "iovec",
 2274]
 2275
 2276[[package]]
 2277name = "bytes"
 2278version = "1.11.1"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2281
 2282[[package]]
 2283name = "bytes-utils"
 2284version = "0.1.4"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2287dependencies = [
 2288 "bytes 1.11.1",
 2289 "either",
 2290]
 2291
 2292[[package]]
 2293name = "bzip2"
 2294version = "0.4.4"
 2295source = "registry+https://github.com/rust-lang/crates.io-index"
 2296checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2297dependencies = [
 2298 "bzip2-sys",
 2299 "libc",
 2300]
 2301
 2302[[package]]
 2303name = "bzip2"
 2304version = "0.6.1"
 2305source = "registry+https://github.com/rust-lang/crates.io-index"
 2306checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2307dependencies = [
 2308 "libbz2-rs-sys",
 2309]
 2310
 2311[[package]]
 2312name = "bzip2-sys"
 2313version = "0.1.13+1.0.8"
 2314source = "registry+https://github.com/rust-lang/crates.io-index"
 2315checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2316dependencies = [
 2317 "cc",
 2318 "pkg-config",
 2319]
 2320
 2321[[package]]
 2322name = "cached"
 2323version = "0.56.0"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2326dependencies = [
 2327 "ahash 0.8.12",
 2328 "cached_proc_macro",
 2329 "cached_proc_macro_types",
 2330 "hashbrown 0.15.5",
 2331 "once_cell",
 2332 "thiserror 2.0.17",
 2333 "web-time",
 2334]
 2335
 2336[[package]]
 2337name = "cached_proc_macro"
 2338version = "0.25.0"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2341dependencies = [
 2342 "darling 0.20.11",
 2343 "proc-macro2",
 2344 "quote",
 2345 "syn 2.0.117",
 2346]
 2347
 2348[[package]]
 2349name = "cached_proc_macro_types"
 2350version = "0.1.1"
 2351source = "registry+https://github.com/rust-lang/crates.io-index"
 2352checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2353
 2354[[package]]
 2355name = "call"
 2356version = "0.1.0"
 2357dependencies = [
 2358 "anyhow",
 2359 "audio",
 2360 "client",
 2361 "collections",
 2362 "feature_flags",
 2363 "fs",
 2364 "futures 0.3.32",
 2365 "gpui",
 2366 "gpui_tokio",
 2367 "language",
 2368 "livekit_client",
 2369 "log",
 2370 "postage",
 2371 "project",
 2372 "serde",
 2373 "settings",
 2374 "telemetry",
 2375 "util",
 2376 "workspace",
 2377]
 2378
 2379[[package]]
 2380name = "calloop"
 2381version = "0.14.3"
 2382source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2383dependencies = [
 2384 "bitflags 2.10.0",
 2385 "polling",
 2386 "rustix 1.1.2",
 2387 "slab",
 2388 "tracing",
 2389]
 2390
 2391[[package]]
 2392name = "calloop-wayland-source"
 2393version = "0.4.1"
 2394source = "registry+https://github.com/rust-lang/crates.io-index"
 2395checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2396dependencies = [
 2397 "calloop",
 2398 "rustix 1.1.2",
 2399 "wayland-backend",
 2400 "wayland-client",
 2401]
 2402
 2403[[package]]
 2404name = "camino"
 2405version = "1.2.1"
 2406source = "registry+https://github.com/rust-lang/crates.io-index"
 2407checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2408dependencies = [
 2409 "serde_core",
 2410]
 2411
 2412[[package]]
 2413name = "candle-core"
 2414version = "0.9.1"
 2415source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2416dependencies = [
 2417 "byteorder",
 2418 "float8",
 2419 "gemm 0.17.1",
 2420 "half",
 2421 "memmap2",
 2422 "num-traits",
 2423 "num_cpus",
 2424 "rand 0.9.2",
 2425 "rand_distr",
 2426 "rayon",
 2427 "safetensors",
 2428 "thiserror 1.0.69",
 2429 "ug",
 2430 "yoke 0.7.5",
 2431 "zip 1.1.4",
 2432]
 2433
 2434[[package]]
 2435name = "candle-nn"
 2436version = "0.9.1"
 2437source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2438dependencies = [
 2439 "candle-core",
 2440 "half",
 2441 "libc",
 2442 "num-traits",
 2443 "rayon",
 2444 "safetensors",
 2445 "serde",
 2446 "thiserror 1.0.69",
 2447]
 2448
 2449[[package]]
 2450name = "candle-onnx"
 2451version = "0.9.1"
 2452source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2453dependencies = [
 2454 "candle-core",
 2455 "candle-nn",
 2456 "prost 0.12.6",
 2457]
 2458
 2459[[package]]
 2460name = "cap-fs-ext"
 2461version = "3.4.4"
 2462source = "registry+https://github.com/rust-lang/crates.io-index"
 2463checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2464dependencies = [
 2465 "cap-primitives",
 2466 "cap-std",
 2467 "io-lifetimes",
 2468 "windows-sys 0.59.0",
 2469]
 2470
 2471[[package]]
 2472name = "cap-net-ext"
 2473version = "3.4.4"
 2474source = "registry+https://github.com/rust-lang/crates.io-index"
 2475checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2476dependencies = [
 2477 "cap-primitives",
 2478 "cap-std",
 2479 "rustix 1.1.2",
 2480 "smallvec",
 2481]
 2482
 2483[[package]]
 2484name = "cap-primitives"
 2485version = "3.4.4"
 2486source = "registry+https://github.com/rust-lang/crates.io-index"
 2487checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2488dependencies = [
 2489 "ambient-authority",
 2490 "fs-set-times",
 2491 "io-extras",
 2492 "io-lifetimes",
 2493 "ipnet",
 2494 "maybe-owned",
 2495 "rustix 1.1.2",
 2496 "rustix-linux-procfs",
 2497 "windows-sys 0.59.0",
 2498 "winx",
 2499]
 2500
 2501[[package]]
 2502name = "cap-rand"
 2503version = "3.4.4"
 2504source = "registry+https://github.com/rust-lang/crates.io-index"
 2505checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2506dependencies = [
 2507 "ambient-authority",
 2508 "rand 0.8.5",
 2509]
 2510
 2511[[package]]
 2512name = "cap-std"
 2513version = "3.4.4"
 2514source = "registry+https://github.com/rust-lang/crates.io-index"
 2515checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2516dependencies = [
 2517 "cap-primitives",
 2518 "io-extras",
 2519 "io-lifetimes",
 2520 "rustix 1.1.2",
 2521]
 2522
 2523[[package]]
 2524name = "cap-time-ext"
 2525version = "3.4.4"
 2526source = "registry+https://github.com/rust-lang/crates.io-index"
 2527checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2528dependencies = [
 2529 "ambient-authority",
 2530 "cap-primitives",
 2531 "iana-time-zone",
 2532 "once_cell",
 2533 "rustix 1.1.2",
 2534 "winx",
 2535]
 2536
 2537[[package]]
 2538name = "cargo-platform"
 2539version = "0.1.9"
 2540source = "registry+https://github.com/rust-lang/crates.io-index"
 2541checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2542dependencies = [
 2543 "serde",
 2544]
 2545
 2546[[package]]
 2547name = "cargo-platform"
 2548version = "0.3.2"
 2549source = "registry+https://github.com/rust-lang/crates.io-index"
 2550checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2551dependencies = [
 2552 "serde",
 2553 "serde_core",
 2554]
 2555
 2556[[package]]
 2557name = "cargo_metadata"
 2558version = "0.19.2"
 2559source = "registry+https://github.com/rust-lang/crates.io-index"
 2560checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2561dependencies = [
 2562 "camino",
 2563 "cargo-platform 0.1.9",
 2564 "semver",
 2565 "serde",
 2566 "serde_json",
 2567 "thiserror 2.0.17",
 2568]
 2569
 2570[[package]]
 2571name = "cargo_metadata"
 2572version = "0.23.1"
 2573source = "registry+https://github.com/rust-lang/crates.io-index"
 2574checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2575dependencies = [
 2576 "camino",
 2577 "cargo-platform 0.3.2",
 2578 "semver",
 2579 "serde",
 2580 "serde_json",
 2581 "thiserror 2.0.17",
 2582]
 2583
 2584[[package]]
 2585name = "cargo_toml"
 2586version = "0.21.0"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2589dependencies = [
 2590 "serde",
 2591 "toml 0.8.23",
 2592]
 2593
 2594[[package]]
 2595name = "cast"
 2596version = "0.3.0"
 2597source = "registry+https://github.com/rust-lang/crates.io-index"
 2598checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2599
 2600[[package]]
 2601name = "cbc"
 2602version = "0.1.2"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2605dependencies = [
 2606 "cipher",
 2607]
 2608
 2609[[package]]
 2610name = "cbindgen"
 2611version = "0.28.0"
 2612source = "registry+https://github.com/rust-lang/crates.io-index"
 2613checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2614dependencies = [
 2615 "heck 0.4.1",
 2616 "indexmap",
 2617 "log",
 2618 "proc-macro2",
 2619 "quote",
 2620 "serde",
 2621 "serde_json",
 2622 "syn 2.0.117",
 2623 "tempfile",
 2624 "toml 0.8.23",
 2625]
 2626
 2627[[package]]
 2628name = "cc"
 2629version = "1.2.49"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2632dependencies = [
 2633 "find-msvc-tools",
 2634 "jobserver",
 2635 "libc",
 2636 "shlex",
 2637]
 2638
 2639[[package]]
 2640name = "cesu8"
 2641version = "1.1.0"
 2642source = "registry+https://github.com/rust-lang/crates.io-index"
 2643checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2644
 2645[[package]]
 2646name = "cexpr"
 2647version = "0.6.0"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2650dependencies = [
 2651 "nom 7.1.3",
 2652]
 2653
 2654[[package]]
 2655name = "cfg-expr"
 2656version = "0.15.8"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2659dependencies = [
 2660 "smallvec",
 2661 "target-lexicon 0.12.16",
 2662]
 2663
 2664[[package]]
 2665name = "cfg-expr"
 2666version = "0.20.6"
 2667source = "registry+https://github.com/rust-lang/crates.io-index"
 2668checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2669dependencies = [
 2670 "smallvec",
 2671 "target-lexicon 0.13.3",
 2672]
 2673
 2674[[package]]
 2675name = "cfg-if"
 2676version = "1.0.4"
 2677source = "registry+https://github.com/rust-lang/crates.io-index"
 2678checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2679
 2680[[package]]
 2681name = "cfg_aliases"
 2682version = "0.1.1"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2685
 2686[[package]]
 2687name = "cfg_aliases"
 2688version = "0.2.1"
 2689source = "registry+https://github.com/rust-lang/crates.io-index"
 2690checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2691
 2692[[package]]
 2693name = "cgl"
 2694version = "0.3.2"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2697dependencies = [
 2698 "libc",
 2699]
 2700
 2701[[package]]
 2702name = "channel"
 2703version = "0.1.0"
 2704dependencies = [
 2705 "anyhow",
 2706 "client",
 2707 "clock",
 2708 "collections",
 2709 "futures 0.3.32",
 2710 "gpui",
 2711 "http_client",
 2712 "language",
 2713 "log",
 2714 "postage",
 2715 "release_channel",
 2716 "rpc",
 2717 "semver",
 2718 "settings",
 2719 "text",
 2720 "time",
 2721 "util",
 2722]
 2723
 2724[[package]]
 2725name = "chardetng"
 2726version = "0.1.17"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2729dependencies = [
 2730 "cfg-if",
 2731 "encoding_rs",
 2732 "memchr",
 2733]
 2734
 2735[[package]]
 2736name = "chrono"
 2737version = "0.4.42"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2740dependencies = [
 2741 "iana-time-zone",
 2742 "js-sys",
 2743 "num-traits",
 2744 "serde",
 2745 "wasm-bindgen",
 2746 "windows-link 0.2.1",
 2747]
 2748
 2749[[package]]
 2750name = "chunked_transfer"
 2751version = "1.5.0"
 2752source = "registry+https://github.com/rust-lang/crates.io-index"
 2753checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2754
 2755[[package]]
 2756name = "ciborium"
 2757version = "0.2.2"
 2758source = "registry+https://github.com/rust-lang/crates.io-index"
 2759checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2760dependencies = [
 2761 "ciborium-io",
 2762 "ciborium-ll",
 2763 "serde",
 2764]
 2765
 2766[[package]]
 2767name = "ciborium-io"
 2768version = "0.2.2"
 2769source = "registry+https://github.com/rust-lang/crates.io-index"
 2770checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2771
 2772[[package]]
 2773name = "ciborium-ll"
 2774version = "0.2.2"
 2775source = "registry+https://github.com/rust-lang/crates.io-index"
 2776checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2777dependencies = [
 2778 "ciborium-io",
 2779 "half",
 2780]
 2781
 2782[[package]]
 2783name = "cipher"
 2784version = "0.4.4"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2787dependencies = [
 2788 "crypto-common",
 2789 "inout",
 2790 "zeroize",
 2791]
 2792
 2793[[package]]
 2794name = "circular-buffer"
 2795version = "1.2.0"
 2796source = "registry+https://github.com/rust-lang/crates.io-index"
 2797checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2798
 2799[[package]]
 2800name = "clang-sys"
 2801version = "1.8.1"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2804dependencies = [
 2805 "glob",
 2806 "libc",
 2807 "libloading",
 2808]
 2809
 2810[[package]]
 2811name = "clap"
 2812version = "4.5.49"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2815dependencies = [
 2816 "clap_builder",
 2817 "clap_derive",
 2818]
 2819
 2820[[package]]
 2821name = "clap_builder"
 2822version = "4.5.49"
 2823source = "registry+https://github.com/rust-lang/crates.io-index"
 2824checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2825dependencies = [
 2826 "anstream",
 2827 "anstyle",
 2828 "clap_lex",
 2829 "strsim",
 2830 "terminal_size",
 2831]
 2832
 2833[[package]]
 2834name = "clap_complete"
 2835version = "4.5.59"
 2836source = "registry+https://github.com/rust-lang/crates.io-index"
 2837checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2838dependencies = [
 2839 "clap",
 2840]
 2841
 2842[[package]]
 2843name = "clap_derive"
 2844version = "4.5.49"
 2845source = "registry+https://github.com/rust-lang/crates.io-index"
 2846checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2847dependencies = [
 2848 "heck 0.5.0",
 2849 "proc-macro2",
 2850 "quote",
 2851 "syn 2.0.117",
 2852]
 2853
 2854[[package]]
 2855name = "clap_lex"
 2856version = "0.7.6"
 2857source = "registry+https://github.com/rust-lang/crates.io-index"
 2858checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2859
 2860[[package]]
 2861name = "cli"
 2862version = "0.1.0"
 2863dependencies = [
 2864 "anyhow",
 2865 "askpass",
 2866 "clap",
 2867 "collections",
 2868 "core-foundation 0.10.0",
 2869 "core-services",
 2870 "exec",
 2871 "fork",
 2872 "ipc-channel",
 2873 "parking_lot",
 2874 "paths",
 2875 "plist",
 2876 "rayon",
 2877 "release_channel",
 2878 "serde",
 2879 "serde_json",
 2880 "tempfile",
 2881 "util",
 2882 "walkdir",
 2883 "windows 0.61.3",
 2884]
 2885
 2886[[package]]
 2887name = "client"
 2888version = "0.1.0"
 2889dependencies = [
 2890 "anyhow",
 2891 "async-tungstenite",
 2892 "base64 0.22.1",
 2893 "chrono",
 2894 "clock",
 2895 "cloud_api_client",
 2896 "cloud_api_types",
 2897 "cloud_llm_client",
 2898 "collections",
 2899 "credentials_provider",
 2900 "db",
 2901 "derive_more",
 2902 "feature_flags",
 2903 "fs",
 2904 "futures 0.3.32",
 2905 "gpui",
 2906 "gpui_tokio",
 2907 "http_client",
 2908 "http_client_tls",
 2909 "httparse",
 2910 "log",
 2911 "objc2-foundation",
 2912 "parking_lot",
 2913 "paths",
 2914 "postage",
 2915 "rand 0.9.2",
 2916 "regex",
 2917 "release_channel",
 2918 "rpc",
 2919 "rustls-pki-types",
 2920 "semver",
 2921 "serde",
 2922 "serde_json",
 2923 "serde_urlencoded",
 2924 "settings",
 2925 "sha2",
 2926 "smol",
 2927 "telemetry",
 2928 "telemetry_events",
 2929 "text",
 2930 "thiserror 2.0.17",
 2931 "time",
 2932 "tiny_http",
 2933 "tokio",
 2934 "tokio-native-tls",
 2935 "tokio-rustls 0.26.2",
 2936 "tokio-socks",
 2937 "url",
 2938 "util",
 2939 "windows 0.61.3",
 2940 "worktree",
 2941 "zed_credentials_provider",
 2942]
 2943
 2944[[package]]
 2945name = "clock"
 2946version = "0.1.0"
 2947dependencies = [
 2948 "parking_lot",
 2949 "serde",
 2950 "smallvec",
 2951]
 2952
 2953[[package]]
 2954name = "cloud_api_client"
 2955version = "0.1.0"
 2956dependencies = [
 2957 "anyhow",
 2958 "cloud_api_types",
 2959 "futures 0.3.32",
 2960 "gpui",
 2961 "gpui_tokio",
 2962 "http_client",
 2963 "parking_lot",
 2964 "serde_json",
 2965 "smol",
 2966 "thiserror 2.0.17",
 2967 "yawc",
 2968]
 2969
 2970[[package]]
 2971name = "cloud_api_types"
 2972version = "0.1.0"
 2973dependencies = [
 2974 "anyhow",
 2975 "chrono",
 2976 "ciborium",
 2977 "cloud_llm_client",
 2978 "pretty_assertions",
 2979 "serde",
 2980 "serde_json",
 2981 "strum 0.27.2",
 2982]
 2983
 2984[[package]]
 2985name = "cloud_llm_client"
 2986version = "0.1.0"
 2987dependencies = [
 2988 "anyhow",
 2989 "serde",
 2990 "serde_json",
 2991 "strum 0.27.2",
 2992 "uuid",
 2993 "zeta_prompt",
 2994]
 2995
 2996[[package]]
 2997name = "cmake"
 2998version = "0.1.56"
 2999source = "registry+https://github.com/rust-lang/crates.io-index"
 3000checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3001dependencies = [
 3002 "cc",
 3003]
 3004
 3005[[package]]
 3006name = "cobs"
 3007version = "0.3.0"
 3008source = "registry+https://github.com/rust-lang/crates.io-index"
 3009checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3010dependencies = [
 3011 "thiserror 2.0.17",
 3012]
 3013
 3014[[package]]
 3015name = "cocoa"
 3016version = "0.25.0"
 3017source = "registry+https://github.com/rust-lang/crates.io-index"
 3018checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3019dependencies = [
 3020 "bitflags 1.3.2",
 3021 "block",
 3022 "cocoa-foundation 0.1.2",
 3023 "core-foundation 0.9.4",
 3024 "core-graphics 0.23.2",
 3025 "foreign-types 0.5.0",
 3026 "libc",
 3027 "objc",
 3028]
 3029
 3030[[package]]
 3031name = "cocoa"
 3032version = "0.26.0"
 3033source = "registry+https://github.com/rust-lang/crates.io-index"
 3034checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3035dependencies = [
 3036 "bitflags 2.10.0",
 3037 "block",
 3038 "cocoa-foundation 0.2.0",
 3039 "core-foundation 0.10.0",
 3040 "core-graphics 0.24.0",
 3041 "foreign-types 0.5.0",
 3042 "libc",
 3043 "objc",
 3044]
 3045
 3046[[package]]
 3047name = "cocoa-foundation"
 3048version = "0.1.2"
 3049source = "registry+https://github.com/rust-lang/crates.io-index"
 3050checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3051dependencies = [
 3052 "bitflags 1.3.2",
 3053 "block",
 3054 "core-foundation 0.9.4",
 3055 "core-graphics-types 0.1.3",
 3056 "libc",
 3057 "objc",
 3058]
 3059
 3060[[package]]
 3061name = "cocoa-foundation"
 3062version = "0.2.0"
 3063source = "registry+https://github.com/rust-lang/crates.io-index"
 3064checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3065dependencies = [
 3066 "bitflags 2.10.0",
 3067 "block",
 3068 "core-foundation 0.10.0",
 3069 "core-graphics-types 0.2.0",
 3070 "libc",
 3071 "objc",
 3072]
 3073
 3074[[package]]
 3075name = "codespan-reporting"
 3076version = "0.13.0"
 3077source = "registry+https://github.com/rust-lang/crates.io-index"
 3078checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3079dependencies = [
 3080 "serde",
 3081 "termcolor",
 3082 "unicode-width",
 3083]
 3084
 3085[[package]]
 3086name = "codestral"
 3087version = "0.1.0"
 3088dependencies = [
 3089 "anyhow",
 3090 "edit_prediction",
 3091 "edit_prediction_types",
 3092 "futures 0.3.32",
 3093 "gpui",
 3094 "http_client",
 3095 "icons",
 3096 "language",
 3097 "language_model",
 3098 "log",
 3099 "serde",
 3100 "serde_json",
 3101 "text",
 3102 "zed_credentials_provider",
 3103 "zeta_prompt",
 3104]
 3105
 3106[[package]]
 3107name = "collab"
 3108version = "0.44.0"
 3109dependencies = [
 3110 "agent",
 3111 "anyhow",
 3112 "async-trait",
 3113 "async-tungstenite",
 3114 "aws-config",
 3115 "aws-sdk-kinesis",
 3116 "aws-sdk-s3",
 3117 "axum",
 3118 "buffer_diff",
 3119 "call",
 3120 "channel",
 3121 "chrono",
 3122 "client",
 3123 "clock",
 3124 "cloud_api_types",
 3125 "collab",
 3126 "collab_ui",
 3127 "collections",
 3128 "command_palette_hooks",
 3129 "ctor",
 3130 "dap",
 3131 "dap_adapters",
 3132 "dashmap",
 3133 "debugger_ui",
 3134 "editor",
 3135 "envy",
 3136 "extension",
 3137 "file_finder",
 3138 "fs",
 3139 "futures 0.3.32",
 3140 "git",
 3141 "git_hosting_providers",
 3142 "git_ui",
 3143 "gpui",
 3144 "gpui_tokio",
 3145 "hex",
 3146 "http_client",
 3147 "indoc",
 3148 "language",
 3149 "language_model",
 3150 "livekit_api",
 3151 "livekit_client",
 3152 "log",
 3153 "lsp",
 3154 "menu",
 3155 "multi_buffer",
 3156 "nanoid",
 3157 "node_runtime",
 3158 "notifications",
 3159 "parking_lot",
 3160 "pretty_assertions",
 3161 "project",
 3162 "prometheus",
 3163 "prompt_store",
 3164 "prost 0.9.0",
 3165 "rand 0.9.2",
 3166 "recent_projects",
 3167 "release_channel",
 3168 "remote",
 3169 "remote_server",
 3170 "reqwest 0.11.27",
 3171 "rpc",
 3172 "sea-orm",
 3173 "sea-orm-macros",
 3174 "semver",
 3175 "serde",
 3176 "serde_json",
 3177 "session",
 3178 "settings",
 3179 "sha2",
 3180 "smol",
 3181 "sqlx",
 3182 "strum 0.27.2",
 3183 "task",
 3184 "telemetry_events",
 3185 "text",
 3186 "theme",
 3187 "theme_settings",
 3188 "time",
 3189 "tokio",
 3190 "toml 0.8.23",
 3191 "tower 0.4.13",
 3192 "tower-http 0.4.4",
 3193 "tracing",
 3194 "tracing-subscriber",
 3195 "unindent",
 3196 "util",
 3197 "uuid",
 3198 "workspace",
 3199 "worktree",
 3200 "zed_actions",
 3201 "zlog",
 3202]
 3203
 3204[[package]]
 3205name = "collab_ui"
 3206version = "0.1.0"
 3207dependencies = [
 3208 "anyhow",
 3209 "call",
 3210 "channel",
 3211 "client",
 3212 "collections",
 3213 "db",
 3214 "editor",
 3215 "futures 0.3.32",
 3216 "fuzzy",
 3217 "gpui",
 3218 "livekit_client",
 3219 "menu",
 3220 "notifications",
 3221 "picker",
 3222 "project",
 3223 "release_channel",
 3224 "rpc",
 3225 "serde",
 3226 "serde_json",
 3227 "settings",
 3228 "smallvec",
 3229 "telemetry",
 3230 "theme",
 3231 "theme_settings",
 3232 "time",
 3233 "title_bar",
 3234 "ui",
 3235 "util",
 3236 "workspace",
 3237 "zed_actions",
 3238]
 3239
 3240[[package]]
 3241name = "collections"
 3242version = "0.1.0"
 3243dependencies = [
 3244 "indexmap",
 3245 "rustc-hash 2.1.1",
 3246]
 3247
 3248[[package]]
 3249name = "color_quant"
 3250version = "1.1.0"
 3251source = "registry+https://github.com/rust-lang/crates.io-index"
 3252checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3253
 3254[[package]]
 3255name = "colorchoice"
 3256version = "1.0.4"
 3257source = "registry+https://github.com/rust-lang/crates.io-index"
 3258checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3259
 3260[[package]]
 3261name = "combine"
 3262version = "4.6.7"
 3263source = "registry+https://github.com/rust-lang/crates.io-index"
 3264checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3265dependencies = [
 3266 "bytes 1.11.1",
 3267 "memchr",
 3268]
 3269
 3270[[package]]
 3271name = "command-fds"
 3272version = "0.3.2"
 3273source = "registry+https://github.com/rust-lang/crates.io-index"
 3274checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3275dependencies = [
 3276 "nix 0.30.1",
 3277 "thiserror 2.0.17",
 3278]
 3279
 3280[[package]]
 3281name = "command_palette"
 3282version = "0.1.0"
 3283dependencies = [
 3284 "anyhow",
 3285 "client",
 3286 "collections",
 3287 "command_palette_hooks",
 3288 "db",
 3289 "editor",
 3290 "fuzzy",
 3291 "go_to_line",
 3292 "gpui",
 3293 "language",
 3294 "log",
 3295 "menu",
 3296 "picker",
 3297 "postage",
 3298 "project",
 3299 "serde",
 3300 "settings",
 3301 "telemetry",
 3302 "theme",
 3303 "theme_settings",
 3304 "time",
 3305 "ui",
 3306 "util",
 3307 "workspace",
 3308 "zed_actions",
 3309]
 3310
 3311[[package]]
 3312name = "command_palette_hooks"
 3313version = "0.1.0"
 3314dependencies = [
 3315 "collections",
 3316 "derive_more",
 3317 "gpui",
 3318 "workspace",
 3319]
 3320
 3321[[package]]
 3322name = "compliance"
 3323version = "0.1.0"
 3324dependencies = [
 3325 "anyhow",
 3326 "async-trait",
 3327 "derive_more",
 3328 "futures 0.3.32",
 3329 "indoc",
 3330 "itertools 0.14.0",
 3331 "jsonwebtoken",
 3332 "octocrab",
 3333 "regex",
 3334 "semver",
 3335 "serde",
 3336 "serde_json",
 3337 "tokio",
 3338]
 3339
 3340[[package]]
 3341name = "component"
 3342version = "0.1.0"
 3343dependencies = [
 3344 "collections",
 3345 "documented",
 3346 "gpui",
 3347 "inventory",
 3348 "parking_lot",
 3349 "strum 0.27.2",
 3350 "theme",
 3351]
 3352
 3353[[package]]
 3354name = "component_preview"
 3355version = "0.1.0"
 3356dependencies = [
 3357 "anyhow",
 3358 "client",
 3359 "collections",
 3360 "component",
 3361 "db",
 3362 "fs",
 3363 "gpui",
 3364 "gpui_platform",
 3365 "language",
 3366 "log",
 3367 "node_runtime",
 3368 "notifications",
 3369 "project",
 3370 "release_channel",
 3371 "reqwest_client",
 3372 "session",
 3373 "settings",
 3374 "theme",
 3375 "theme_settings",
 3376 "ui",
 3377 "ui_input",
 3378 "uuid",
 3379 "workspace",
 3380]
 3381
 3382[[package]]
 3383name = "compression-codecs"
 3384version = "0.4.31"
 3385source = "registry+https://github.com/rust-lang/crates.io-index"
 3386checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3387dependencies = [
 3388 "bzip2 0.6.1",
 3389 "compression-core",
 3390 "deflate64",
 3391 "flate2",
 3392 "memchr",
 3393]
 3394
 3395[[package]]
 3396name = "compression-core"
 3397version = "0.4.29"
 3398source = "registry+https://github.com/rust-lang/crates.io-index"
 3399checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3400
 3401[[package]]
 3402name = "concurrent-queue"
 3403version = "2.5.0"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3406dependencies = [
 3407 "crossbeam-utils",
 3408]
 3409
 3410[[package]]
 3411name = "console"
 3412version = "0.15.11"
 3413source = "registry+https://github.com/rust-lang/crates.io-index"
 3414checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 3415dependencies = [
 3416 "encode_unicode",
 3417 "libc",
 3418 "once_cell",
 3419 "unicode-width",
 3420 "windows-sys 0.59.0",
 3421]
 3422
 3423[[package]]
 3424name = "console_error_panic_hook"
 3425version = "0.1.7"
 3426source = "registry+https://github.com/rust-lang/crates.io-index"
 3427checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3428dependencies = [
 3429 "cfg-if",
 3430 "wasm-bindgen",
 3431]
 3432
 3433[[package]]
 3434name = "const-oid"
 3435version = "0.9.6"
 3436source = "registry+https://github.com/rust-lang/crates.io-index"
 3437checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3438
 3439[[package]]
 3440name = "const-random"
 3441version = "0.1.18"
 3442source = "registry+https://github.com/rust-lang/crates.io-index"
 3443checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3444dependencies = [
 3445 "const-random-macro",
 3446]
 3447
 3448[[package]]
 3449name = "const-random-macro"
 3450version = "0.1.16"
 3451source = "registry+https://github.com/rust-lang/crates.io-index"
 3452checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3453dependencies = [
 3454 "getrandom 0.2.16",
 3455 "once_cell",
 3456 "tiny-keccak",
 3457]
 3458
 3459[[package]]
 3460name = "const_format"
 3461version = "0.2.35"
 3462source = "registry+https://github.com/rust-lang/crates.io-index"
 3463checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3464dependencies = [
 3465 "const_format_proc_macros",
 3466]
 3467
 3468[[package]]
 3469name = "const_format_proc_macros"
 3470version = "0.2.34"
 3471source = "registry+https://github.com/rust-lang/crates.io-index"
 3472checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3473dependencies = [
 3474 "proc-macro2",
 3475 "quote",
 3476 "unicode-xid",
 3477]
 3478
 3479[[package]]
 3480name = "constant_time_eq"
 3481version = "0.1.5"
 3482source = "registry+https://github.com/rust-lang/crates.io-index"
 3483checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3484
 3485[[package]]
 3486name = "context_server"
 3487version = "0.1.0"
 3488dependencies = [
 3489 "anyhow",
 3490 "async-trait",
 3491 "base64 0.22.1",
 3492 "collections",
 3493 "futures 0.3.32",
 3494 "gpui",
 3495 "http_client",
 3496 "log",
 3497 "net",
 3498 "parking_lot",
 3499 "postage",
 3500 "rand 0.9.2",
 3501 "schemars",
 3502 "serde",
 3503 "serde_json",
 3504 "settings",
 3505 "sha2",
 3506 "slotmap",
 3507 "smol",
 3508 "tempfile",
 3509 "terminal",
 3510 "url",
 3511 "util",
 3512]
 3513
 3514[[package]]
 3515name = "convert_case"
 3516version = "0.8.0"
 3517source = "registry+https://github.com/rust-lang/crates.io-index"
 3518checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3519dependencies = [
 3520 "unicode-segmentation",
 3521]
 3522
 3523[[package]]
 3524name = "convert_case"
 3525version = "0.10.0"
 3526source = "registry+https://github.com/rust-lang/crates.io-index"
 3527checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3528dependencies = [
 3529 "unicode-segmentation",
 3530]
 3531
 3532[[package]]
 3533name = "convert_case"
 3534version = "0.11.0"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3537dependencies = [
 3538 "unicode-segmentation",
 3539]
 3540
 3541[[package]]
 3542name = "copilot"
 3543version = "0.1.0"
 3544dependencies = [
 3545 "anyhow",
 3546 "async-std",
 3547 "collections",
 3548 "command_palette_hooks",
 3549 "copilot_chat",
 3550 "edit_prediction_types",
 3551 "editor",
 3552 "fs",
 3553 "futures 0.3.32",
 3554 "gpui",
 3555 "icons",
 3556 "indoc",
 3557 "language",
 3558 "log",
 3559 "lsp",
 3560 "node_runtime",
 3561 "parking_lot",
 3562 "paths",
 3563 "pretty_assertions",
 3564 "project",
 3565 "rpc",
 3566 "semver",
 3567 "serde",
 3568 "serde_json",
 3569 "settings",
 3570 "sum_tree",
 3571 "theme",
 3572 "theme_settings",
 3573 "util",
 3574 "workspace",
 3575 "zlog",
 3576]
 3577
 3578[[package]]
 3579name = "copilot_chat"
 3580version = "0.1.0"
 3581dependencies = [
 3582 "anthropic",
 3583 "anyhow",
 3584 "collections",
 3585 "dirs 4.0.0",
 3586 "fs",
 3587 "futures 0.3.32",
 3588 "gpui",
 3589 "http_client",
 3590 "log",
 3591 "paths",
 3592 "serde",
 3593 "serde_json",
 3594 "settings",
 3595]
 3596
 3597[[package]]
 3598name = "copilot_ui"
 3599version = "0.1.0"
 3600dependencies = [
 3601 "anyhow",
 3602 "copilot",
 3603 "gpui",
 3604 "language",
 3605 "log",
 3606 "lsp",
 3607 "menu",
 3608 "project",
 3609 "serde_json",
 3610 "settings",
 3611 "ui",
 3612 "util",
 3613 "workspace",
 3614]
 3615
 3616[[package]]
 3617name = "core-foundation"
 3618version = "0.9.4"
 3619source = "registry+https://github.com/rust-lang/crates.io-index"
 3620checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3621dependencies = [
 3622 "core-foundation-sys",
 3623 "libc",
 3624]
 3625
 3626[[package]]
 3627name = "core-foundation"
 3628version = "0.10.0"
 3629source = "registry+https://github.com/rust-lang/crates.io-index"
 3630checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3631dependencies = [
 3632 "core-foundation-sys",
 3633 "libc",
 3634]
 3635
 3636[[package]]
 3637name = "core-foundation-sys"
 3638version = "0.8.7"
 3639source = "registry+https://github.com/rust-lang/crates.io-index"
 3640checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3641
 3642[[package]]
 3643name = "core-graphics"
 3644version = "0.23.2"
 3645source = "registry+https://github.com/rust-lang/crates.io-index"
 3646checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3647dependencies = [
 3648 "bitflags 1.3.2",
 3649 "core-foundation 0.9.4",
 3650 "core-graphics-types 0.1.3",
 3651 "foreign-types 0.5.0",
 3652 "libc",
 3653]
 3654
 3655[[package]]
 3656name = "core-graphics"
 3657version = "0.24.0"
 3658source = "registry+https://github.com/rust-lang/crates.io-index"
 3659checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3660dependencies = [
 3661 "bitflags 2.10.0",
 3662 "core-foundation 0.10.0",
 3663 "core-graphics-types 0.2.0",
 3664 "foreign-types 0.5.0",
 3665 "libc",
 3666]
 3667
 3668[[package]]
 3669name = "core-graphics-helmer-fork"
 3670version = "0.24.0"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3673dependencies = [
 3674 "bitflags 2.10.0",
 3675 "core-foundation 0.9.4",
 3676 "core-graphics-types 0.1.3",
 3677 "foreign-types 0.5.0",
 3678 "libc",
 3679]
 3680
 3681[[package]]
 3682name = "core-graphics-types"
 3683version = "0.1.3"
 3684source = "registry+https://github.com/rust-lang/crates.io-index"
 3685checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3686dependencies = [
 3687 "bitflags 1.3.2",
 3688 "core-foundation 0.9.4",
 3689 "libc",
 3690]
 3691
 3692[[package]]
 3693name = "core-graphics-types"
 3694version = "0.2.0"
 3695source = "registry+https://github.com/rust-lang/crates.io-index"
 3696checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3697dependencies = [
 3698 "bitflags 2.10.0",
 3699 "core-foundation 0.10.0",
 3700 "libc",
 3701]
 3702
 3703[[package]]
 3704name = "core-graphics2"
 3705version = "0.5.2"
 3706source = "registry+https://github.com/rust-lang/crates.io-index"
 3707checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3708dependencies = [
 3709 "bitflags 2.10.0",
 3710 "block",
 3711 "cfg-if",
 3712 "core-foundation 0.10.0",
 3713 "libc",
 3714]
 3715
 3716[[package]]
 3717name = "core-services"
 3718version = "0.2.1"
 3719source = "registry+https://github.com/rust-lang/crates.io-index"
 3720checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3721dependencies = [
 3722 "core-foundation 0.9.4",
 3723]
 3724
 3725[[package]]
 3726name = "core-text"
 3727version = "21.0.0"
 3728source = "registry+https://github.com/rust-lang/crates.io-index"
 3729checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3730dependencies = [
 3731 "core-foundation 0.10.0",
 3732 "core-graphics 0.24.0",
 3733 "foreign-types 0.5.0",
 3734 "libc",
 3735]
 3736
 3737[[package]]
 3738name = "core-video"
 3739version = "0.5.2"
 3740source = "registry+https://github.com/rust-lang/crates.io-index"
 3741checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3742dependencies = [
 3743 "block",
 3744 "core-foundation 0.10.0",
 3745 "core-graphics2",
 3746 "io-surface",
 3747 "libc",
 3748 "metal",
 3749]
 3750
 3751[[package]]
 3752name = "core_maths"
 3753version = "0.1.1"
 3754source = "registry+https://github.com/rust-lang/crates.io-index"
 3755checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3756dependencies = [
 3757 "libm",
 3758]
 3759
 3760[[package]]
 3761name = "coreaudio-rs"
 3762version = "0.12.1"
 3763source = "registry+https://github.com/rust-lang/crates.io-index"
 3764checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3765dependencies = [
 3766 "bitflags 1.3.2",
 3767 "core-foundation-sys",
 3768 "coreaudio-sys",
 3769]
 3770
 3771[[package]]
 3772name = "coreaudio-rs"
 3773version = "0.13.0"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3776dependencies = [
 3777 "bitflags 1.3.2",
 3778 "libc",
 3779 "objc2-audio-toolbox",
 3780 "objc2-core-audio",
 3781 "objc2-core-audio-types",
 3782 "objc2-core-foundation",
 3783]
 3784
 3785[[package]]
 3786name = "coreaudio-sys"
 3787version = "0.2.17"
 3788source = "registry+https://github.com/rust-lang/crates.io-index"
 3789checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3790dependencies = [
 3791 "bindgen 0.72.1",
 3792]
 3793
 3794[[package]]
 3795name = "cosmic-text"
 3796version = "0.17.1"
 3797source = "registry+https://github.com/rust-lang/crates.io-index"
 3798checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3799dependencies = [
 3800 "bitflags 2.10.0",
 3801 "fontdb 0.23.0",
 3802 "harfrust",
 3803 "linebender_resource_handle",
 3804 "log",
 3805 "rangemap",
 3806 "rustc-hash 2.1.1",
 3807 "self_cell",
 3808 "skrifa 0.40.0",
 3809 "smol_str",
 3810 "swash",
 3811 "sys-locale",
 3812 "unicode-bidi",
 3813 "unicode-linebreak",
 3814 "unicode-script",
 3815 "unicode-segmentation",
 3816]
 3817
 3818[[package]]
 3819name = "cpal"
 3820version = "0.17.1"
 3821source = "registry+https://github.com/rust-lang/crates.io-index"
 3822checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3823dependencies = [
 3824 "alsa",
 3825 "coreaudio-rs 0.13.0",
 3826 "dasp_sample",
 3827 "jni",
 3828 "js-sys",
 3829 "libc",
 3830 "mach2 0.5.0",
 3831 "ndk",
 3832 "ndk-context",
 3833 "num-derive",
 3834 "num-traits",
 3835 "objc2",
 3836 "objc2-audio-toolbox",
 3837 "objc2-avf-audio",
 3838 "objc2-core-audio",
 3839 "objc2-core-audio-types",
 3840 "objc2-core-foundation",
 3841 "objc2-foundation",
 3842 "wasm-bindgen",
 3843 "wasm-bindgen-futures",
 3844 "web-sys",
 3845 "windows 0.62.2",
 3846]
 3847
 3848[[package]]
 3849name = "cpp_demangle"
 3850version = "0.4.5"
 3851source = "registry+https://github.com/rust-lang/crates.io-index"
 3852checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3853dependencies = [
 3854 "cfg-if",
 3855]
 3856
 3857[[package]]
 3858name = "cpufeatures"
 3859version = "0.2.17"
 3860source = "registry+https://github.com/rust-lang/crates.io-index"
 3861checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3862dependencies = [
 3863 "libc",
 3864]
 3865
 3866[[package]]
 3867name = "cranelift-assembler-x64"
 3868version = "0.123.6"
 3869source = "registry+https://github.com/rust-lang/crates.io-index"
 3870checksum = "ba33ddc4e157cb1abe9da6c821e8824f99e56d057c2c22536850e0141f281d61"
 3871dependencies = [
 3872 "cranelift-assembler-x64-meta",
 3873]
 3874
 3875[[package]]
 3876name = "cranelift-assembler-x64-meta"
 3877version = "0.123.6"
 3878source = "registry+https://github.com/rust-lang/crates.io-index"
 3879checksum = "69b23dd6ea360e6fb28a3f3b40b7f126509668f58076a4729b2cfd656f26a0ad"
 3880dependencies = [
 3881 "cranelift-srcgen",
 3882]
 3883
 3884[[package]]
 3885name = "cranelift-bforest"
 3886version = "0.123.6"
 3887source = "registry+https://github.com/rust-lang/crates.io-index"
 3888checksum = "a9d81afcee8fe27ee2536987df3fadcb2e161af4edb7dbe3ef36838d0ce74382"
 3889dependencies = [
 3890 "cranelift-entity",
 3891]
 3892
 3893[[package]]
 3894name = "cranelift-bitset"
 3895version = "0.123.6"
 3896source = "registry+https://github.com/rust-lang/crates.io-index"
 3897checksum = "fb33595f1279fe7af03b28245060e9085caf98b10ed3137461a85796eb83972a"
 3898dependencies = [
 3899 "serde",
 3900 "serde_derive",
 3901]
 3902
 3903[[package]]
 3904name = "cranelift-codegen"
 3905version = "0.123.6"
 3906source = "registry+https://github.com/rust-lang/crates.io-index"
 3907checksum = "0230a6ac0660bfe31eb244cbb43dcd4f2b3c1c4e0addc3e0348c6053ea60272e"
 3908dependencies = [
 3909 "bumpalo",
 3910 "cranelift-assembler-x64",
 3911 "cranelift-bforest",
 3912 "cranelift-bitset",
 3913 "cranelift-codegen-meta",
 3914 "cranelift-codegen-shared",
 3915 "cranelift-control",
 3916 "cranelift-entity",
 3917 "cranelift-isle",
 3918 "gimli",
 3919 "hashbrown 0.15.5",
 3920 "log",
 3921 "postcard",
 3922 "pulley-interpreter",
 3923 "regalloc2",
 3924 "rustc-hash 2.1.1",
 3925 "serde",
 3926 "serde_derive",
 3927 "sha2",
 3928 "smallvec",
 3929 "target-lexicon 0.13.3",
 3930 "wasmtime-internal-math",
 3931]
 3932
 3933[[package]]
 3934name = "cranelift-codegen-meta"
 3935version = "0.123.6"
 3936source = "registry+https://github.com/rust-lang/crates.io-index"
 3937checksum = "96d6817fdc15cb8f236fc9d8e610767d3a03327ceca4abff7a14d8e2154c405e"
 3938dependencies = [
 3939 "cranelift-assembler-x64-meta",
 3940 "cranelift-codegen-shared",
 3941 "cranelift-srcgen",
 3942 "heck 0.5.0",
 3943 "pulley-interpreter",
 3944]
 3945
 3946[[package]]
 3947name = "cranelift-codegen-shared"
 3948version = "0.123.6"
 3949source = "registry+https://github.com/rust-lang/crates.io-index"
 3950checksum = "0403796328e9e2e7df2b80191cdbb473fd9ea3889eb45ef5632d0fef168ea032"
 3951
 3952[[package]]
 3953name = "cranelift-control"
 3954version = "0.123.6"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "188f04092279a3814e0b6235c2f9c2e34028e4beb72da7bfed55cbd184702bcc"
 3957dependencies = [
 3958 "arbitrary",
 3959]
 3960
 3961[[package]]
 3962name = "cranelift-entity"
 3963version = "0.123.6"
 3964source = "registry+https://github.com/rust-lang/crates.io-index"
 3965checksum = "43f5e7391167605d505fe66a337e1a69583b3f34b63d359ffa5a430313c555e8"
 3966dependencies = [
 3967 "cranelift-bitset",
 3968 "serde",
 3969 "serde_derive",
 3970]
 3971
 3972[[package]]
 3973name = "cranelift-frontend"
 3974version = "0.123.6"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "ea5440792eb2b5ba0a0976df371b9f94031bd853ae56f389de610bca7128a7cb"
 3977dependencies = [
 3978 "cranelift-codegen",
 3979 "log",
 3980 "smallvec",
 3981 "target-lexicon 0.13.3",
 3982]
 3983
 3984[[package]]
 3985name = "cranelift-isle"
 3986version = "0.123.6"
 3987source = "registry+https://github.com/rust-lang/crates.io-index"
 3988checksum = "1e5c05fab6fce38d729088f3fa1060eaa1ad54eefd473588887205ed2ab2f79e"
 3989
 3990[[package]]
 3991name = "cranelift-native"
 3992version = "0.123.6"
 3993source = "registry+https://github.com/rust-lang/crates.io-index"
 3994checksum = "9c9a0607a028edf5ba5bba7e7cf5ca1b7f0a030e3ae84dcd401e8b9b05192280"
 3995dependencies = [
 3996 "cranelift-codegen",
 3997 "libc",
 3998 "target-lexicon 0.13.3",
 3999]
 4000
 4001[[package]]
 4002name = "cranelift-srcgen"
 4003version = "0.123.6"
 4004source = "registry+https://github.com/rust-lang/crates.io-index"
 4005checksum = "cb0f2da72eb2472aaac6cfba4e785af42b1f2d82f5155f30c9c30e8cce351e17"
 4006
 4007[[package]]
 4008name = "crash-context"
 4009version = "0.6.3"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4012dependencies = [
 4013 "cfg-if",
 4014 "libc",
 4015 "mach2 0.4.3",
 4016]
 4017
 4018[[package]]
 4019name = "crash-handler"
 4020version = "0.6.3"
 4021source = "registry+https://github.com/rust-lang/crates.io-index"
 4022checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4023dependencies = [
 4024 "cfg-if",
 4025 "crash-context",
 4026 "libc",
 4027 "mach2 0.4.3",
 4028 "parking_lot",
 4029]
 4030
 4031[[package]]
 4032name = "crashes"
 4033version = "0.1.0"
 4034dependencies = [
 4035 "cfg-if",
 4036 "crash-handler",
 4037 "futures 0.3.32",
 4038 "log",
 4039 "mach2 0.5.0",
 4040 "minidumper",
 4041 "parking_lot",
 4042 "paths",
 4043 "release_channel",
 4044 "serde",
 4045 "serde_json",
 4046 "smol",
 4047 "system_specs",
 4048 "windows 0.61.3",
 4049 "zstd",
 4050]
 4051
 4052[[package]]
 4053name = "crc"
 4054version = "3.3.0"
 4055source = "registry+https://github.com/rust-lang/crates.io-index"
 4056checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4057dependencies = [
 4058 "crc-catalog",
 4059]
 4060
 4061[[package]]
 4062name = "crc-catalog"
 4063version = "2.4.0"
 4064source = "registry+https://github.com/rust-lang/crates.io-index"
 4065checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4066
 4067[[package]]
 4068name = "crc-fast"
 4069version = "1.6.0"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4072dependencies = [
 4073 "crc",
 4074 "digest",
 4075 "rand 0.9.2",
 4076 "regex",
 4077 "rustversion",
 4078]
 4079
 4080[[package]]
 4081name = "crc32fast"
 4082version = "1.5.0"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4085dependencies = [
 4086 "cfg-if",
 4087]
 4088
 4089[[package]]
 4090name = "credentials_provider"
 4091version = "0.1.0"
 4092dependencies = [
 4093 "anyhow",
 4094 "gpui",
 4095 "serde",
 4096]
 4097
 4098[[package]]
 4099name = "criterion"
 4100version = "0.5.1"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4103dependencies = [
 4104 "anes",
 4105 "cast",
 4106 "ciborium",
 4107 "clap",
 4108 "criterion-plot",
 4109 "is-terminal",
 4110 "itertools 0.10.5",
 4111 "num-traits",
 4112 "once_cell",
 4113 "oorandom",
 4114 "plotters",
 4115 "rayon",
 4116 "regex",
 4117 "serde",
 4118 "serde_derive",
 4119 "serde_json",
 4120 "tinytemplate",
 4121 "walkdir",
 4122]
 4123
 4124[[package]]
 4125name = "criterion-plot"
 4126version = "0.5.0"
 4127source = "registry+https://github.com/rust-lang/crates.io-index"
 4128checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4129dependencies = [
 4130 "cast",
 4131 "itertools 0.10.5",
 4132]
 4133
 4134[[package]]
 4135name = "crossbeam"
 4136version = "0.8.4"
 4137source = "registry+https://github.com/rust-lang/crates.io-index"
 4138checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4139dependencies = [
 4140 "crossbeam-channel",
 4141 "crossbeam-deque",
 4142 "crossbeam-epoch",
 4143 "crossbeam-queue",
 4144 "crossbeam-utils",
 4145]
 4146
 4147[[package]]
 4148name = "crossbeam-channel"
 4149version = "0.5.15"
 4150source = "registry+https://github.com/rust-lang/crates.io-index"
 4151checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4152dependencies = [
 4153 "crossbeam-utils",
 4154]
 4155
 4156[[package]]
 4157name = "crossbeam-deque"
 4158version = "0.8.6"
 4159source = "registry+https://github.com/rust-lang/crates.io-index"
 4160checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4161dependencies = [
 4162 "crossbeam-epoch",
 4163 "crossbeam-utils",
 4164]
 4165
 4166[[package]]
 4167name = "crossbeam-epoch"
 4168version = "0.9.18"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4171dependencies = [
 4172 "crossbeam-utils",
 4173]
 4174
 4175[[package]]
 4176name = "crossbeam-queue"
 4177version = "0.3.12"
 4178source = "registry+https://github.com/rust-lang/crates.io-index"
 4179checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4180dependencies = [
 4181 "crossbeam-utils",
 4182]
 4183
 4184[[package]]
 4185name = "crossbeam-utils"
 4186version = "0.8.21"
 4187source = "registry+https://github.com/rust-lang/crates.io-index"
 4188checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4189
 4190[[package]]
 4191name = "crunchy"
 4192version = "0.2.4"
 4193source = "registry+https://github.com/rust-lang/crates.io-index"
 4194checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4195
 4196[[package]]
 4197name = "crypto-bigint"
 4198version = "0.4.9"
 4199source = "registry+https://github.com/rust-lang/crates.io-index"
 4200checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4201dependencies = [
 4202 "generic-array",
 4203 "rand_core 0.6.4",
 4204 "subtle",
 4205 "zeroize",
 4206]
 4207
 4208[[package]]
 4209name = "crypto-bigint"
 4210version = "0.5.5"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4213dependencies = [
 4214 "rand_core 0.6.4",
 4215 "subtle",
 4216]
 4217
 4218[[package]]
 4219name = "crypto-common"
 4220version = "0.1.6"
 4221source = "registry+https://github.com/rust-lang/crates.io-index"
 4222checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4223dependencies = [
 4224 "generic-array",
 4225 "typenum",
 4226]
 4227
 4228[[package]]
 4229name = "cssparser"
 4230version = "0.35.0"
 4231source = "registry+https://github.com/rust-lang/crates.io-index"
 4232checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4233dependencies = [
 4234 "cssparser-macros",
 4235 "dtoa-short",
 4236 "itoa",
 4237 "phf 0.11.3",
 4238 "smallvec",
 4239]
 4240
 4241[[package]]
 4242name = "cssparser-macros"
 4243version = "0.6.1"
 4244source = "registry+https://github.com/rust-lang/crates.io-index"
 4245checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4246dependencies = [
 4247 "quote",
 4248 "syn 2.0.117",
 4249]
 4250
 4251[[package]]
 4252name = "csv_preview"
 4253version = "0.1.0"
 4254dependencies = [
 4255 "anyhow",
 4256 "editor",
 4257 "feature_flags",
 4258 "gpui",
 4259 "log",
 4260 "text",
 4261 "ui",
 4262 "workspace",
 4263]
 4264
 4265[[package]]
 4266name = "ctor"
 4267version = "0.4.3"
 4268source = "registry+https://github.com/rust-lang/crates.io-index"
 4269checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4270dependencies = [
 4271 "ctor-proc-macro",
 4272 "dtor",
 4273]
 4274
 4275[[package]]
 4276name = "ctor-proc-macro"
 4277version = "0.0.6"
 4278source = "registry+https://github.com/rust-lang/crates.io-index"
 4279checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4280
 4281[[package]]
 4282name = "ctrlc"
 4283version = "3.5.0"
 4284source = "registry+https://github.com/rust-lang/crates.io-index"
 4285checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4286dependencies = [
 4287 "dispatch",
 4288 "nix 0.30.1",
 4289 "windows-sys 0.61.2",
 4290]
 4291
 4292[[package]]
 4293name = "cursor-icon"
 4294version = "1.2.0"
 4295source = "registry+https://github.com/rust-lang/crates.io-index"
 4296checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4297
 4298[[package]]
 4299name = "cxx"
 4300version = "1.0.187"
 4301source = "registry+https://github.com/rust-lang/crates.io-index"
 4302checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4303dependencies = [
 4304 "cc",
 4305 "cxx-build",
 4306 "cxxbridge-cmd",
 4307 "cxxbridge-flags",
 4308 "cxxbridge-macro",
 4309 "foldhash 0.2.0",
 4310 "link-cplusplus",
 4311]
 4312
 4313[[package]]
 4314name = "cxx-build"
 4315version = "1.0.187"
 4316source = "registry+https://github.com/rust-lang/crates.io-index"
 4317checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4318dependencies = [
 4319 "cc",
 4320 "codespan-reporting",
 4321 "indexmap",
 4322 "proc-macro2",
 4323 "quote",
 4324 "scratch",
 4325 "syn 2.0.117",
 4326]
 4327
 4328[[package]]
 4329name = "cxxbridge-cmd"
 4330version = "1.0.187"
 4331source = "registry+https://github.com/rust-lang/crates.io-index"
 4332checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4333dependencies = [
 4334 "clap",
 4335 "codespan-reporting",
 4336 "indexmap",
 4337 "proc-macro2",
 4338 "quote",
 4339 "syn 2.0.117",
 4340]
 4341
 4342[[package]]
 4343name = "cxxbridge-flags"
 4344version = "1.0.187"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4347
 4348[[package]]
 4349name = "cxxbridge-macro"
 4350version = "1.0.187"
 4351source = "registry+https://github.com/rust-lang/crates.io-index"
 4352checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4353dependencies = [
 4354 "indexmap",
 4355 "proc-macro2",
 4356 "quote",
 4357 "syn 2.0.117",
 4358]
 4359
 4360[[package]]
 4361name = "dap"
 4362version = "0.1.0"
 4363dependencies = [
 4364 "anyhow",
 4365 "async-compression",
 4366 "async-pipe",
 4367 "async-tar",
 4368 "async-trait",
 4369 "client",
 4370 "collections",
 4371 "dap-types",
 4372 "fs",
 4373 "futures 0.3.32",
 4374 "gpui",
 4375 "http_client",
 4376 "language",
 4377 "libc",
 4378 "log",
 4379 "node_runtime",
 4380 "parking_lot",
 4381 "paths",
 4382 "proto",
 4383 "schemars",
 4384 "serde",
 4385 "serde_json",
 4386 "settings",
 4387 "smallvec",
 4388 "smol",
 4389 "task",
 4390 "telemetry",
 4391 "util",
 4392 "zlog",
 4393]
 4394
 4395[[package]]
 4396name = "dap-types"
 4397version = "0.0.1"
 4398source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4399dependencies = [
 4400 "schemars",
 4401 "serde",
 4402 "serde_json",
 4403]
 4404
 4405[[package]]
 4406name = "dap_adapters"
 4407version = "0.1.0"
 4408dependencies = [
 4409 "anyhow",
 4410 "async-trait",
 4411 "collections",
 4412 "dap",
 4413 "dotenvy",
 4414 "fs",
 4415 "futures 0.3.32",
 4416 "gpui",
 4417 "http_client",
 4418 "json_dotpath",
 4419 "language",
 4420 "log",
 4421 "node_runtime",
 4422 "paths",
 4423 "serde",
 4424 "serde_json",
 4425 "settings",
 4426 "smol",
 4427 "task",
 4428 "util",
 4429]
 4430
 4431[[package]]
 4432name = "darling"
 4433version = "0.20.11"
 4434source = "registry+https://github.com/rust-lang/crates.io-index"
 4435checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4436dependencies = [
 4437 "darling_core 0.20.11",
 4438 "darling_macro 0.20.11",
 4439]
 4440
 4441[[package]]
 4442name = "darling"
 4443version = "0.21.3"
 4444source = "registry+https://github.com/rust-lang/crates.io-index"
 4445checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4446dependencies = [
 4447 "darling_core 0.21.3",
 4448 "darling_macro 0.21.3",
 4449]
 4450
 4451[[package]]
 4452name = "darling_core"
 4453version = "0.20.11"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4456dependencies = [
 4457 "fnv",
 4458 "ident_case",
 4459 "proc-macro2",
 4460 "quote",
 4461 "strsim",
 4462 "syn 2.0.117",
 4463]
 4464
 4465[[package]]
 4466name = "darling_core"
 4467version = "0.21.3"
 4468source = "registry+https://github.com/rust-lang/crates.io-index"
 4469checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4470dependencies = [
 4471 "fnv",
 4472 "ident_case",
 4473 "proc-macro2",
 4474 "quote",
 4475 "strsim",
 4476 "syn 2.0.117",
 4477]
 4478
 4479[[package]]
 4480name = "darling_macro"
 4481version = "0.20.11"
 4482source = "registry+https://github.com/rust-lang/crates.io-index"
 4483checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4484dependencies = [
 4485 "darling_core 0.20.11",
 4486 "quote",
 4487 "syn 2.0.117",
 4488]
 4489
 4490[[package]]
 4491name = "darling_macro"
 4492version = "0.21.3"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4495dependencies = [
 4496 "darling_core 0.21.3",
 4497 "quote",
 4498 "syn 2.0.117",
 4499]
 4500
 4501[[package]]
 4502name = "dashmap"
 4503version = "6.1.0"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4506dependencies = [
 4507 "cfg-if",
 4508 "crossbeam-utils",
 4509 "hashbrown 0.14.5",
 4510 "lock_api",
 4511 "once_cell",
 4512 "parking_lot_core",
 4513]
 4514
 4515[[package]]
 4516name = "dasp_sample"
 4517version = "0.11.0"
 4518source = "registry+https://github.com/rust-lang/crates.io-index"
 4519checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4520
 4521[[package]]
 4522name = "data-encoding"
 4523version = "2.9.0"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4526
 4527[[package]]
 4528name = "data-url"
 4529version = "0.3.2"
 4530source = "registry+https://github.com/rust-lang/crates.io-index"
 4531checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4532
 4533[[package]]
 4534name = "db"
 4535version = "0.1.0"
 4536dependencies = [
 4537 "anyhow",
 4538 "gpui",
 4539 "indoc",
 4540 "inventory",
 4541 "log",
 4542 "paths",
 4543 "release_channel",
 4544 "smol",
 4545 "sqlez",
 4546 "sqlez_macros",
 4547 "tempfile",
 4548 "util",
 4549 "uuid",
 4550 "zed_env_vars",
 4551]
 4552
 4553[[package]]
 4554name = "dbus"
 4555version = "0.9.9"
 4556source = "registry+https://github.com/rust-lang/crates.io-index"
 4557checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4558dependencies = [
 4559 "libc",
 4560 "libdbus-sys",
 4561 "windows-sys 0.59.0",
 4562]
 4563
 4564[[package]]
 4565name = "debug_adapter_extension"
 4566version = "0.1.0"
 4567dependencies = [
 4568 "anyhow",
 4569 "async-trait",
 4570 "collections",
 4571 "dap",
 4572 "extension",
 4573 "gpui",
 4574 "serde_json",
 4575 "task",
 4576 "util",
 4577]
 4578
 4579[[package]]
 4580name = "debugger_tools"
 4581version = "0.1.0"
 4582dependencies = [
 4583 "anyhow",
 4584 "dap",
 4585 "editor",
 4586 "futures 0.3.32",
 4587 "gpui",
 4588 "project",
 4589 "serde_json",
 4590 "settings",
 4591 "smol",
 4592 "util",
 4593 "workspace",
 4594]
 4595
 4596[[package]]
 4597name = "debugger_ui"
 4598version = "0.1.0"
 4599dependencies = [
 4600 "alacritty_terminal",
 4601 "anyhow",
 4602 "bitflags 2.10.0",
 4603 "client",
 4604 "collections",
 4605 "command_palette_hooks",
 4606 "dap",
 4607 "dap_adapters",
 4608 "db",
 4609 "debugger_tools",
 4610 "editor",
 4611 "feature_flags",
 4612 "file_icons",
 4613 "futures 0.3.32",
 4614 "fuzzy",
 4615 "gpui",
 4616 "hex",
 4617 "indoc",
 4618 "itertools 0.14.0",
 4619 "language",
 4620 "log",
 4621 "menu",
 4622 "notifications",
 4623 "parking_lot",
 4624 "parse_int",
 4625 "paths",
 4626 "picker",
 4627 "pretty_assertions",
 4628 "project",
 4629 "rpc",
 4630 "schemars",
 4631 "serde",
 4632 "serde_json",
 4633 "serde_json_lenient",
 4634 "settings",
 4635 "sysinfo 0.37.2",
 4636 "task",
 4637 "tasks_ui",
 4638 "terminal_view",
 4639 "text",
 4640 "theme",
 4641 "theme_settings",
 4642 "tree-sitter",
 4643 "tree-sitter-go",
 4644 "tree-sitter-json",
 4645 "ui",
 4646 "ui_input",
 4647 "unindent",
 4648 "util",
 4649 "workspace",
 4650 "zed_actions",
 4651 "zlog",
 4652]
 4653
 4654[[package]]
 4655name = "debugid"
 4656version = "0.8.0"
 4657source = "registry+https://github.com/rust-lang/crates.io-index"
 4658checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4659dependencies = [
 4660 "uuid",
 4661]
 4662
 4663[[package]]
 4664name = "deepseek"
 4665version = "0.1.0"
 4666dependencies = [
 4667 "anyhow",
 4668 "futures 0.3.32",
 4669 "http_client",
 4670 "schemars",
 4671 "serde",
 4672 "serde_json",
 4673]
 4674
 4675[[package]]
 4676name = "deflate64"
 4677version = "0.1.10"
 4678source = "registry+https://github.com/rust-lang/crates.io-index"
 4679checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4680
 4681[[package]]
 4682name = "denoise"
 4683version = "0.1.0"
 4684dependencies = [
 4685 "candle-core",
 4686 "candle-onnx",
 4687 "log",
 4688 "realfft",
 4689 "rodio",
 4690 "rustfft",
 4691 "thiserror 2.0.17",
 4692]
 4693
 4694[[package]]
 4695name = "der"
 4696version = "0.6.1"
 4697source = "registry+https://github.com/rust-lang/crates.io-index"
 4698checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4699dependencies = [
 4700 "const-oid",
 4701 "zeroize",
 4702]
 4703
 4704[[package]]
 4705name = "der"
 4706version = "0.7.10"
 4707source = "registry+https://github.com/rust-lang/crates.io-index"
 4708checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4709dependencies = [
 4710 "const-oid",
 4711 "pem-rfc7468",
 4712 "zeroize",
 4713]
 4714
 4715[[package]]
 4716name = "deranged"
 4717version = "0.5.4"
 4718source = "registry+https://github.com/rust-lang/crates.io-index"
 4719checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4720dependencies = [
 4721 "powerfmt",
 4722 "serde_core",
 4723]
 4724
 4725[[package]]
 4726name = "derive_arbitrary"
 4727version = "1.4.2"
 4728source = "registry+https://github.com/rust-lang/crates.io-index"
 4729checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4730dependencies = [
 4731 "proc-macro2",
 4732 "quote",
 4733 "syn 2.0.117",
 4734]
 4735
 4736[[package]]
 4737name = "derive_more"
 4738version = "2.1.1"
 4739source = "registry+https://github.com/rust-lang/crates.io-index"
 4740checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4741dependencies = [
 4742 "derive_more-impl",
 4743]
 4744
 4745[[package]]
 4746name = "derive_more-impl"
 4747version = "2.1.1"
 4748source = "registry+https://github.com/rust-lang/crates.io-index"
 4749checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4750dependencies = [
 4751 "convert_case 0.10.0",
 4752 "proc-macro2",
 4753 "quote",
 4754 "rustc_version",
 4755 "syn 2.0.117",
 4756 "unicode-xid",
 4757]
 4758
 4759[[package]]
 4760name = "derive_refineable"
 4761version = "0.1.0"
 4762dependencies = [
 4763 "proc-macro2",
 4764 "quote",
 4765 "syn 2.0.117",
 4766]
 4767
 4768[[package]]
 4769name = "derive_setters"
 4770version = "0.1.9"
 4771source = "registry+https://github.com/rust-lang/crates.io-index"
 4772checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4773dependencies = [
 4774 "darling 0.21.3",
 4775 "proc-macro2",
 4776 "quote",
 4777 "syn 2.0.117",
 4778]
 4779
 4780[[package]]
 4781name = "dev_container"
 4782version = "0.1.0"
 4783dependencies = [
 4784 "async-tar",
 4785 "async-trait",
 4786 "env_logger 0.11.8",
 4787 "fs",
 4788 "futures 0.3.32",
 4789 "gpui",
 4790 "http 1.3.1",
 4791 "http_client",
 4792 "log",
 4793 "menu",
 4794 "paths",
 4795 "picker",
 4796 "project",
 4797 "serde",
 4798 "serde_json",
 4799 "serde_json_lenient",
 4800 "settings",
 4801 "shlex",
 4802 "ui",
 4803 "util",
 4804 "walkdir",
 4805 "workspace",
 4806 "worktree",
 4807]
 4808
 4809[[package]]
 4810name = "diagnostics"
 4811version = "0.1.0"
 4812dependencies = [
 4813 "anyhow",
 4814 "collections",
 4815 "component",
 4816 "ctor",
 4817 "editor",
 4818 "gpui",
 4819 "indoc",
 4820 "itertools 0.14.0",
 4821 "language",
 4822 "log",
 4823 "lsp",
 4824 "markdown",
 4825 "pretty_assertions",
 4826 "project",
 4827 "rand 0.9.2",
 4828 "serde",
 4829 "serde_json",
 4830 "settings",
 4831 "text",
 4832 "theme",
 4833 "theme_settings",
 4834 "ui",
 4835 "unindent",
 4836 "util",
 4837 "workspace",
 4838 "zed_actions",
 4839 "zlog",
 4840]
 4841
 4842[[package]]
 4843name = "dialoguer"
 4844version = "0.11.0"
 4845source = "registry+https://github.com/rust-lang/crates.io-index"
 4846checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
 4847dependencies = [
 4848 "console",
 4849 "fuzzy-matcher",
 4850 "shell-words",
 4851 "tempfile",
 4852 "thiserror 1.0.69",
 4853 "zeroize",
 4854]
 4855
 4856[[package]]
 4857name = "diff"
 4858version = "0.1.13"
 4859source = "registry+https://github.com/rust-lang/crates.io-index"
 4860checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4861
 4862[[package]]
 4863name = "diffy"
 4864version = "0.4.2"
 4865source = "registry+https://github.com/rust-lang/crates.io-index"
 4866checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4867dependencies = [
 4868 "nu-ansi-term",
 4869]
 4870
 4871[[package]]
 4872name = "digest"
 4873version = "0.10.7"
 4874source = "registry+https://github.com/rust-lang/crates.io-index"
 4875checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4876dependencies = [
 4877 "block-buffer",
 4878 "const-oid",
 4879 "crypto-common",
 4880 "subtle",
 4881]
 4882
 4883[[package]]
 4884name = "dirs"
 4885version = "4.0.0"
 4886source = "registry+https://github.com/rust-lang/crates.io-index"
 4887checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 4888dependencies = [
 4889 "dirs-sys 0.3.7",
 4890]
 4891
 4892[[package]]
 4893name = "dirs"
 4894version = "5.0.1"
 4895source = "registry+https://github.com/rust-lang/crates.io-index"
 4896checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
 4897dependencies = [
 4898 "dirs-sys 0.4.1",
 4899]
 4900
 4901[[package]]
 4902name = "dirs"
 4903version = "6.0.0"
 4904source = "registry+https://github.com/rust-lang/crates.io-index"
 4905checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4906dependencies = [
 4907 "dirs-sys 0.5.0",
 4908]
 4909
 4910[[package]]
 4911name = "dirs-sys"
 4912version = "0.3.7"
 4913source = "registry+https://github.com/rust-lang/crates.io-index"
 4914checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 4915dependencies = [
 4916 "libc",
 4917 "redox_users 0.4.6",
 4918 "winapi",
 4919]
 4920
 4921[[package]]
 4922name = "dirs-sys"
 4923version = "0.4.1"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
 4926dependencies = [
 4927 "libc",
 4928 "option-ext",
 4929 "redox_users 0.4.6",
 4930 "windows-sys 0.48.0",
 4931]
 4932
 4933[[package]]
 4934name = "dirs-sys"
 4935version = "0.5.0"
 4936source = "registry+https://github.com/rust-lang/crates.io-index"
 4937checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4938dependencies = [
 4939 "libc",
 4940 "option-ext",
 4941 "redox_users 0.5.2",
 4942 "windows-sys 0.61.2",
 4943]
 4944
 4945[[package]]
 4946name = "dispatch"
 4947version = "0.2.0"
 4948source = "registry+https://github.com/rust-lang/crates.io-index"
 4949checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4950
 4951[[package]]
 4952name = "dispatch2"
 4953version = "0.3.1"
 4954source = "registry+https://github.com/rust-lang/crates.io-index"
 4955checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4956dependencies = [
 4957 "bitflags 2.10.0",
 4958 "block2",
 4959 "libc",
 4960 "objc2",
 4961]
 4962
 4963[[package]]
 4964name = "displaydoc"
 4965version = "0.2.5"
 4966source = "registry+https://github.com/rust-lang/crates.io-index"
 4967checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4968dependencies = [
 4969 "proc-macro2",
 4970 "quote",
 4971 "syn 2.0.117",
 4972]
 4973
 4974[[package]]
 4975name = "dlib"
 4976version = "0.5.2"
 4977source = "registry+https://github.com/rust-lang/crates.io-index"
 4978checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4979dependencies = [
 4980 "libloading",
 4981]
 4982
 4983[[package]]
 4984name = "docs_preprocessor"
 4985version = "0.1.0"
 4986dependencies = [
 4987 "anyhow",
 4988 "collections",
 4989 "jsonschema",
 4990 "mdbook",
 4991 "regex",
 4992 "schemars",
 4993 "serde",
 4994 "serde_json",
 4995 "settings",
 4996 "task",
 4997 "theme",
 4998 "util",
 4999 "zlog",
 5000]
 5001
 5002[[package]]
 5003name = "document-features"
 5004version = "0.2.12"
 5005source = "registry+https://github.com/rust-lang/crates.io-index"
 5006checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5007dependencies = [
 5008 "litrs",
 5009]
 5010
 5011[[package]]
 5012name = "documented"
 5013version = "0.9.2"
 5014source = "registry+https://github.com/rust-lang/crates.io-index"
 5015checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5016dependencies = [
 5017 "documented-macros",
 5018 "phf 0.12.1",
 5019 "thiserror 2.0.17",
 5020]
 5021
 5022[[package]]
 5023name = "documented-macros"
 5024version = "0.9.2"
 5025source = "registry+https://github.com/rust-lang/crates.io-index"
 5026checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5027dependencies = [
 5028 "convert_case 0.8.0",
 5029 "itertools 0.14.0",
 5030 "optfield",
 5031 "proc-macro2",
 5032 "quote",
 5033 "strum 0.27.2",
 5034 "syn 2.0.117",
 5035]
 5036
 5037[[package]]
 5038name = "dotenvy"
 5039version = "0.15.7"
 5040source = "registry+https://github.com/rust-lang/crates.io-index"
 5041checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5042
 5043[[package]]
 5044name = "downcast-rs"
 5045version = "1.2.1"
 5046source = "registry+https://github.com/rust-lang/crates.io-index"
 5047checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5048
 5049[[package]]
 5050name = "doxygen-rs"
 5051version = "0.4.2"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5054dependencies = [
 5055 "phf 0.11.3",
 5056]
 5057
 5058[[package]]
 5059name = "dtoa"
 5060version = "1.0.10"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5063
 5064[[package]]
 5065name = "dtoa-short"
 5066version = "0.3.5"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5069dependencies = [
 5070 "dtoa",
 5071]
 5072
 5073[[package]]
 5074name = "dtor"
 5075version = "0.0.6"
 5076source = "registry+https://github.com/rust-lang/crates.io-index"
 5077checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5078dependencies = [
 5079 "dtor-proc-macro",
 5080]
 5081
 5082[[package]]
 5083name = "dtor-proc-macro"
 5084version = "0.0.5"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5087
 5088[[package]]
 5089name = "dunce"
 5090version = "1.0.5"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5093
 5094[[package]]
 5095name = "dwrote"
 5096version = "0.11.5"
 5097source = "registry+https://github.com/rust-lang/crates.io-index"
 5098checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5099dependencies = [
 5100 "lazy_static",
 5101 "libc",
 5102 "winapi",
 5103 "wio",
 5104]
 5105
 5106[[package]]
 5107name = "dyn-clone"
 5108version = "1.0.20"
 5109source = "registry+https://github.com/rust-lang/crates.io-index"
 5110checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5111
 5112[[package]]
 5113name = "dyn-stack"
 5114version = "0.10.0"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5117dependencies = [
 5118 "bytemuck",
 5119 "reborrow",
 5120]
 5121
 5122[[package]]
 5123name = "dyn-stack"
 5124version = "0.13.2"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5127dependencies = [
 5128 "bytemuck",
 5129 "dyn-stack-macros",
 5130]
 5131
 5132[[package]]
 5133name = "dyn-stack-macros"
 5134version = "0.1.3"
 5135source = "registry+https://github.com/rust-lang/crates.io-index"
 5136checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5137
 5138[[package]]
 5139name = "ec4rs"
 5140version = "1.2.0"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5143
 5144[[package]]
 5145name = "ecdsa"
 5146version = "0.14.8"
 5147source = "registry+https://github.com/rust-lang/crates.io-index"
 5148checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5149dependencies = [
 5150 "der 0.6.1",
 5151 "elliptic-curve",
 5152 "rfc6979",
 5153 "signature 1.6.4",
 5154]
 5155
 5156[[package]]
 5157name = "edit_prediction"
 5158version = "0.1.0"
 5159dependencies = [
 5160 "ai_onboarding",
 5161 "anyhow",
 5162 "buffer_diff",
 5163 "client",
 5164 "clock",
 5165 "cloud_api_client",
 5166 "cloud_api_types",
 5167 "cloud_llm_client",
 5168 "collections",
 5169 "copilot",
 5170 "copilot_ui",
 5171 "credentials_provider",
 5172 "ctor",
 5173 "db",
 5174 "edit_prediction_context",
 5175 "edit_prediction_types",
 5176 "feature_flags",
 5177 "fs",
 5178 "futures 0.3.32",
 5179 "gpui",
 5180 "heapless",
 5181 "indoc",
 5182 "itertools 0.14.0",
 5183 "language",
 5184 "language_model",
 5185 "log",
 5186 "lsp",
 5187 "menu",
 5188 "open_ai",
 5189 "parking_lot",
 5190 "postage",
 5191 "pretty_assertions",
 5192 "project",
 5193 "pulldown-cmark 0.13.0",
 5194 "rand 0.9.2",
 5195 "regex",
 5196 "release_channel",
 5197 "semver",
 5198 "serde",
 5199 "serde_json",
 5200 "settings",
 5201 "strum 0.27.2",
 5202 "telemetry",
 5203 "telemetry_events",
 5204 "text",
 5205 "thiserror 2.0.17",
 5206 "time",
 5207 "toml 0.8.23",
 5208 "ui",
 5209 "util",
 5210 "uuid",
 5211 "workspace",
 5212 "worktree",
 5213 "zed_actions",
 5214 "zed_credentials_provider",
 5215 "zeta_prompt",
 5216 "zlog",
 5217 "zstd",
 5218]
 5219
 5220[[package]]
 5221name = "edit_prediction_cli"
 5222version = "0.1.0"
 5223dependencies = [
 5224 "anthropic",
 5225 "anyhow",
 5226 "chrono",
 5227 "clap",
 5228 "client",
 5229 "cloud_llm_client",
 5230 "collections",
 5231 "criterion",
 5232 "db",
 5233 "debug_adapter_extension",
 5234 "dirs 4.0.0",
 5235 "edit_prediction",
 5236 "extension",
 5237 "flate2",
 5238 "fs",
 5239 "futures 0.3.32",
 5240 "gaoya",
 5241 "gpui",
 5242 "gpui_platform",
 5243 "gpui_tokio",
 5244 "http_client",
 5245 "indoc",
 5246 "language",
 5247 "language_extension",
 5248 "language_model",
 5249 "language_models",
 5250 "languages",
 5251 "libc",
 5252 "log",
 5253 "node_runtime",
 5254 "open_ai",
 5255 "paths",
 5256 "pretty_assertions",
 5257 "project",
 5258 "prompt_store",
 5259 "rand 0.9.2",
 5260 "release_channel",
 5261 "reqwest_client",
 5262 "rust-embed",
 5263 "serde",
 5264 "serde_json",
 5265 "settings",
 5266 "shellexpand 2.1.2",
 5267 "similar",
 5268 "smol",
 5269 "sqlez",
 5270 "sqlez_macros",
 5271 "strum 0.27.2",
 5272 "telemetry_events",
 5273 "tempfile",
 5274 "terminal_view",
 5275 "toml 0.8.23",
 5276 "util",
 5277 "wasmtime",
 5278 "watch",
 5279 "workspace",
 5280 "zeta_prompt",
 5281]
 5282
 5283[[package]]
 5284name = "edit_prediction_context"
 5285version = "0.1.0"
 5286dependencies = [
 5287 "anyhow",
 5288 "clock",
 5289 "collections",
 5290 "env_logger 0.11.8",
 5291 "futures 0.3.32",
 5292 "gpui",
 5293 "indoc",
 5294 "language",
 5295 "log",
 5296 "lsp",
 5297 "parking_lot",
 5298 "pretty_assertions",
 5299 "project",
 5300 "serde",
 5301 "serde_json",
 5302 "settings",
 5303 "smallvec",
 5304 "text",
 5305 "tree-sitter",
 5306 "util",
 5307 "zeta_prompt",
 5308]
 5309
 5310[[package]]
 5311name = "edit_prediction_types"
 5312version = "0.1.0"
 5313dependencies = [
 5314 "client",
 5315 "gpui",
 5316 "icons",
 5317 "language",
 5318 "text",
 5319]
 5320
 5321[[package]]
 5322name = "edit_prediction_ui"
 5323version = "0.1.0"
 5324dependencies = [
 5325 "anyhow",
 5326 "buffer_diff",
 5327 "client",
 5328 "cloud_llm_client",
 5329 "codestral",
 5330 "collections",
 5331 "command_palette_hooks",
 5332 "copilot",
 5333 "copilot_chat",
 5334 "copilot_ui",
 5335 "edit_prediction",
 5336 "edit_prediction_types",
 5337 "editor",
 5338 "feature_flags",
 5339 "fs",
 5340 "futures 0.3.32",
 5341 "gpui",
 5342 "indoc",
 5343 "language",
 5344 "markdown",
 5345 "menu",
 5346 "multi_buffer",
 5347 "paths",
 5348 "project",
 5349 "regex",
 5350 "settings",
 5351 "telemetry",
 5352 "text",
 5353 "theme",
 5354 "theme_settings",
 5355 "time",
 5356 "ui",
 5357 "util",
 5358 "workspace",
 5359 "zed_actions",
 5360 "zeta_prompt",
 5361]
 5362
 5363[[package]]
 5364name = "editor"
 5365version = "0.1.0"
 5366dependencies = [
 5367 "aho-corasick",
 5368 "anyhow",
 5369 "assets",
 5370 "breadcrumbs",
 5371 "buffer_diff",
 5372 "client",
 5373 "clock",
 5374 "collections",
 5375 "convert_case 0.8.0",
 5376 "criterion",
 5377 "ctor",
 5378 "dap",
 5379 "db",
 5380 "edit_prediction_types",
 5381 "emojis",
 5382 "feature_flags",
 5383 "file_icons",
 5384 "fs",
 5385 "futures 0.3.32",
 5386 "fuzzy",
 5387 "git",
 5388 "gpui",
 5389 "indoc",
 5390 "itertools 0.14.0",
 5391 "language",
 5392 "languages",
 5393 "linkify",
 5394 "log",
 5395 "lsp",
 5396 "markdown",
 5397 "menu",
 5398 "multi_buffer",
 5399 "ordered-float 2.10.1",
 5400 "parking_lot",
 5401 "pretty_assertions",
 5402 "project",
 5403 "proptest",
 5404 "proptest-derive",
 5405 "rand 0.9.2",
 5406 "regex",
 5407 "release_channel",
 5408 "rope",
 5409 "rpc",
 5410 "schemars",
 5411 "semver",
 5412 "serde",
 5413 "serde_json",
 5414 "settings",
 5415 "smallvec",
 5416 "smol",
 5417 "snippet",
 5418 "sum_tree",
 5419 "task",
 5420 "telemetry",
 5421 "text",
 5422 "theme",
 5423 "theme_settings",
 5424 "time",
 5425 "tracing",
 5426 "tree-sitter-bash",
 5427 "tree-sitter-c",
 5428 "tree-sitter-html",
 5429 "tree-sitter-md",
 5430 "tree-sitter-python",
 5431 "tree-sitter-rust",
 5432 "tree-sitter-typescript",
 5433 "tree-sitter-yaml",
 5434 "ui",
 5435 "ui_input",
 5436 "unicode-script",
 5437 "unicode-segmentation",
 5438 "unicode-width",
 5439 "unindent",
 5440 "url",
 5441 "util",
 5442 "uuid",
 5443 "vim_mode_setting",
 5444 "workspace",
 5445 "zed_actions",
 5446 "zlog",
 5447 "ztracing",
 5448]
 5449
 5450[[package]]
 5451name = "either"
 5452version = "1.15.0"
 5453source = "registry+https://github.com/rust-lang/crates.io-index"
 5454checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5455dependencies = [
 5456 "serde",
 5457]
 5458
 5459[[package]]
 5460name = "elasticlunr-rs"
 5461version = "3.0.2"
 5462source = "registry+https://github.com/rust-lang/crates.io-index"
 5463checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5464dependencies = [
 5465 "regex",
 5466 "serde",
 5467 "serde_derive",
 5468 "serde_json",
 5469]
 5470
 5471[[package]]
 5472name = "elliptic-curve"
 5473version = "0.12.3"
 5474source = "registry+https://github.com/rust-lang/crates.io-index"
 5475checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5476dependencies = [
 5477 "base16ct",
 5478 "crypto-bigint 0.4.9",
 5479 "der 0.6.1",
 5480 "digest",
 5481 "ff",
 5482 "generic-array",
 5483 "group",
 5484 "pkcs8 0.9.0",
 5485 "rand_core 0.6.4",
 5486 "sec1",
 5487 "subtle",
 5488 "zeroize",
 5489]
 5490
 5491[[package]]
 5492name = "email_address"
 5493version = "0.2.9"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5496dependencies = [
 5497 "serde",
 5498]
 5499
 5500[[package]]
 5501name = "embed-resource"
 5502version = "3.0.6"
 5503source = "registry+https://github.com/rust-lang/crates.io-index"
 5504checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5505dependencies = [
 5506 "cc",
 5507 "memchr",
 5508 "rustc_version",
 5509 "toml 0.9.8",
 5510 "vswhom",
 5511 "winreg 0.55.0",
 5512]
 5513
 5514[[package]]
 5515name = "embedded-io"
 5516version = "0.4.0"
 5517source = "registry+https://github.com/rust-lang/crates.io-index"
 5518checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5519
 5520[[package]]
 5521name = "embedded-io"
 5522version = "0.6.1"
 5523source = "registry+https://github.com/rust-lang/crates.io-index"
 5524checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5525
 5526[[package]]
 5527name = "emojis"
 5528version = "0.6.4"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5531dependencies = [
 5532 "phf 0.11.3",
 5533]
 5534
 5535[[package]]
 5536name = "encode_unicode"
 5537version = "1.0.0"
 5538source = "registry+https://github.com/rust-lang/crates.io-index"
 5539checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5540
 5541[[package]]
 5542name = "encoding_rs"
 5543version = "0.8.35"
 5544source = "registry+https://github.com/rust-lang/crates.io-index"
 5545checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5546dependencies = [
 5547 "cfg-if",
 5548]
 5549
 5550[[package]]
 5551name = "encoding_selector"
 5552version = "0.1.0"
 5553dependencies = [
 5554 "editor",
 5555 "encoding_rs",
 5556 "fuzzy",
 5557 "gpui",
 5558 "language",
 5559 "picker",
 5560 "project",
 5561 "ui",
 5562 "util",
 5563 "workspace",
 5564]
 5565
 5566[[package]]
 5567name = "endi"
 5568version = "1.1.0"
 5569source = "registry+https://github.com/rust-lang/crates.io-index"
 5570checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5571
 5572[[package]]
 5573name = "enum-as-inner"
 5574version = "0.6.1"
 5575source = "registry+https://github.com/rust-lang/crates.io-index"
 5576checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5577dependencies = [
 5578 "heck 0.5.0",
 5579 "proc-macro2",
 5580 "quote",
 5581 "syn 2.0.117",
 5582]
 5583
 5584[[package]]
 5585name = "enumflags2"
 5586version = "0.7.12"
 5587source = "registry+https://github.com/rust-lang/crates.io-index"
 5588checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5589dependencies = [
 5590 "enumflags2_derive",
 5591 "serde",
 5592]
 5593
 5594[[package]]
 5595name = "enumflags2_derive"
 5596version = "0.7.12"
 5597source = "registry+https://github.com/rust-lang/crates.io-index"
 5598checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5599dependencies = [
 5600 "proc-macro2",
 5601 "quote",
 5602 "syn 2.0.117",
 5603]
 5604
 5605[[package]]
 5606name = "env_filter"
 5607version = "0.1.4"
 5608source = "registry+https://github.com/rust-lang/crates.io-index"
 5609checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5610dependencies = [
 5611 "log",
 5612 "regex",
 5613]
 5614
 5615[[package]]
 5616name = "env_logger"
 5617version = "0.10.2"
 5618source = "registry+https://github.com/rust-lang/crates.io-index"
 5619checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5620dependencies = [
 5621 "humantime",
 5622 "is-terminal",
 5623 "log",
 5624 "regex",
 5625 "termcolor",
 5626]
 5627
 5628[[package]]
 5629name = "env_logger"
 5630version = "0.11.8"
 5631source = "registry+https://github.com/rust-lang/crates.io-index"
 5632checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5633dependencies = [
 5634 "anstream",
 5635 "anstyle",
 5636 "env_filter",
 5637 "jiff",
 5638 "log",
 5639]
 5640
 5641[[package]]
 5642name = "env_var"
 5643version = "0.1.0"
 5644dependencies = [
 5645 "gpui_shared_string",
 5646]
 5647
 5648[[package]]
 5649name = "envy"
 5650version = "0.4.2"
 5651source = "registry+https://github.com/rust-lang/crates.io-index"
 5652checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5653dependencies = [
 5654 "serde",
 5655]
 5656
 5657[[package]]
 5658name = "equator"
 5659version = "0.4.2"
 5660source = "registry+https://github.com/rust-lang/crates.io-index"
 5661checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5662dependencies = [
 5663 "equator-macro",
 5664]
 5665
 5666[[package]]
 5667name = "equator-macro"
 5668version = "0.4.2"
 5669source = "registry+https://github.com/rust-lang/crates.io-index"
 5670checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5671dependencies = [
 5672 "proc-macro2",
 5673 "quote",
 5674 "syn 2.0.117",
 5675]
 5676
 5677[[package]]
 5678name = "equivalent"
 5679version = "1.0.2"
 5680source = "registry+https://github.com/rust-lang/crates.io-index"
 5681checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5682
 5683[[package]]
 5684name = "erased-serde"
 5685version = "0.4.9"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5688dependencies = [
 5689 "serde",
 5690 "serde_core",
 5691 "typeid",
 5692]
 5693
 5694[[package]]
 5695name = "errno"
 5696version = "0.2.8"
 5697source = "registry+https://github.com/rust-lang/crates.io-index"
 5698checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5699dependencies = [
 5700 "errno-dragonfly",
 5701 "libc",
 5702 "winapi",
 5703]
 5704
 5705[[package]]
 5706name = "errno"
 5707version = "0.3.14"
 5708source = "registry+https://github.com/rust-lang/crates.io-index"
 5709checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5710dependencies = [
 5711 "libc",
 5712 "windows-sys 0.61.2",
 5713]
 5714
 5715[[package]]
 5716name = "errno-dragonfly"
 5717version = "0.1.2"
 5718source = "registry+https://github.com/rust-lang/crates.io-index"
 5719checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5720dependencies = [
 5721 "cc",
 5722 "libc",
 5723]
 5724
 5725[[package]]
 5726name = "error-graph"
 5727version = "0.1.1"
 5728source = "registry+https://github.com/rust-lang/crates.io-index"
 5729checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5730dependencies = [
 5731 "serde",
 5732]
 5733
 5734[[package]]
 5735name = "etagere"
 5736version = "0.2.15"
 5737source = "registry+https://github.com/rust-lang/crates.io-index"
 5738checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5739dependencies = [
 5740 "euclid",
 5741 "svg_fmt",
 5742]
 5743
 5744[[package]]
 5745name = "etcetera"
 5746version = "0.8.0"
 5747source = "registry+https://github.com/rust-lang/crates.io-index"
 5748checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5749dependencies = [
 5750 "cfg-if",
 5751 "home",
 5752 "windows-sys 0.48.0",
 5753]
 5754
 5755[[package]]
 5756name = "etw_tracing"
 5757version = "0.1.0"
 5758dependencies = [
 5759 "anyhow",
 5760 "gpui",
 5761 "log",
 5762 "net",
 5763 "serde",
 5764 "serde_json",
 5765 "util",
 5766 "windows 0.61.3",
 5767 "windows-core 0.61.2",
 5768 "workspace",
 5769 "wprcontrol",
 5770]
 5771
 5772[[package]]
 5773name = "euclid"
 5774version = "0.22.11"
 5775source = "registry+https://github.com/rust-lang/crates.io-index"
 5776checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5777dependencies = [
 5778 "num-traits",
 5779]
 5780
 5781[[package]]
 5782name = "eval_cli"
 5783version = "0.1.0"
 5784dependencies = [
 5785 "acp_thread",
 5786 "agent",
 5787 "agent-client-protocol",
 5788 "agent_ui",
 5789 "anyhow",
 5790 "clap",
 5791 "client",
 5792 "ctrlc",
 5793 "db",
 5794 "debug_adapter_extension",
 5795 "env_logger 0.11.8",
 5796 "extension",
 5797 "feature_flags",
 5798 "fs",
 5799 "futures 0.3.32",
 5800 "gpui",
 5801 "gpui_platform",
 5802 "gpui_tokio",
 5803 "language",
 5804 "language_extension",
 5805 "language_model",
 5806 "language_models",
 5807 "languages",
 5808 "node_runtime",
 5809 "paths",
 5810 "project",
 5811 "prompt_store",
 5812 "release_channel",
 5813 "reqwest_client",
 5814 "serde",
 5815 "serde_json",
 5816 "settings",
 5817 "shellexpand 2.1.2",
 5818 "terminal_view",
 5819 "util",
 5820 "watch",
 5821]
 5822
 5823[[package]]
 5824name = "eval_utils"
 5825version = "0.1.0"
 5826dependencies = [
 5827 "gpui_platform",
 5828 "serde",
 5829 "smol",
 5830]
 5831
 5832[[package]]
 5833name = "event-listener"
 5834version = "2.5.3"
 5835source = "registry+https://github.com/rust-lang/crates.io-index"
 5836checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5837
 5838[[package]]
 5839name = "event-listener"
 5840version = "5.4.1"
 5841source = "registry+https://github.com/rust-lang/crates.io-index"
 5842checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5843dependencies = [
 5844 "concurrent-queue",
 5845 "parking",
 5846 "pin-project-lite",
 5847]
 5848
 5849[[package]]
 5850name = "event-listener-strategy"
 5851version = "0.5.4"
 5852source = "registry+https://github.com/rust-lang/crates.io-index"
 5853checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5854dependencies = [
 5855 "event-listener 5.4.1",
 5856 "pin-project-lite",
 5857]
 5858
 5859[[package]]
 5860name = "exec"
 5861version = "0.3.1"
 5862source = "registry+https://github.com/rust-lang/crates.io-index"
 5863checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5864dependencies = [
 5865 "errno 0.2.8",
 5866 "libc",
 5867]
 5868
 5869[[package]]
 5870name = "explorer_command_injector"
 5871version = "0.1.0"
 5872dependencies = [
 5873 "windows 0.61.3",
 5874 "windows-core 0.61.2",
 5875 "windows-registry 0.5.3",
 5876]
 5877
 5878[[package]]
 5879name = "exr"
 5880version = "1.73.0"
 5881source = "registry+https://github.com/rust-lang/crates.io-index"
 5882checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5883dependencies = [
 5884 "bit_field",
 5885 "half",
 5886 "lebe",
 5887 "miniz_oxide",
 5888 "rayon-core",
 5889 "smallvec",
 5890 "zune-inflate",
 5891]
 5892
 5893[[package]]
 5894name = "extended"
 5895version = "0.1.0"
 5896source = "registry+https://github.com/rust-lang/crates.io-index"
 5897checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5898
 5899[[package]]
 5900name = "extension"
 5901version = "0.1.0"
 5902dependencies = [
 5903 "anyhow",
 5904 "async-trait",
 5905 "cloud_api_types",
 5906 "collections",
 5907 "dap",
 5908 "fs",
 5909 "futures 0.3.32",
 5910 "gpui",
 5911 "heck 0.5.0",
 5912 "http_client",
 5913 "indoc",
 5914 "language",
 5915 "log",
 5916 "lsp",
 5917 "parking_lot",
 5918 "pretty_assertions",
 5919 "proto",
 5920 "semver",
 5921 "serde",
 5922 "serde_json",
 5923 "task",
 5924 "tempfile",
 5925 "toml 0.8.23",
 5926 "tracing",
 5927 "url",
 5928 "util",
 5929 "wasm-encoder 0.221.3",
 5930 "wasmparser 0.221.3",
 5931 "ztracing",
 5932]
 5933
 5934[[package]]
 5935name = "extension_cli"
 5936version = "0.1.0"
 5937dependencies = [
 5938 "anyhow",
 5939 "clap",
 5940 "cloud_api_types",
 5941 "env_logger 0.11.8",
 5942 "extension",
 5943 "fs",
 5944 "gpui_platform",
 5945 "language",
 5946 "log",
 5947 "reqwest_client",
 5948 "serde",
 5949 "serde_json",
 5950 "serde_json_lenient",
 5951 "settings_content",
 5952 "snippet_provider",
 5953 "task",
 5954 "theme_settings",
 5955 "tokio",
 5956 "toml 0.8.23",
 5957 "tree-sitter",
 5958 "wasmtime",
 5959]
 5960
 5961[[package]]
 5962name = "extension_host"
 5963version = "0.1.0"
 5964dependencies = [
 5965 "anyhow",
 5966 "async-compression",
 5967 "async-tar",
 5968 "async-trait",
 5969 "client",
 5970 "cloud_api_types",
 5971 "collections",
 5972 "criterion",
 5973 "ctor",
 5974 "dap",
 5975 "extension",
 5976 "fs",
 5977 "futures 0.3.32",
 5978 "gpui",
 5979 "gpui_tokio",
 5980 "http_client",
 5981 "language",
 5982 "language_extension",
 5983 "log",
 5984 "lsp",
 5985 "moka",
 5986 "node_runtime",
 5987 "parking_lot",
 5988 "paths",
 5989 "project",
 5990 "release_channel",
 5991 "remote",
 5992 "reqwest_client",
 5993 "semver",
 5994 "serde",
 5995 "serde_json",
 5996 "serde_json_lenient",
 5997 "settings",
 5998 "task",
 5999 "telemetry",
 6000 "tempfile",
 6001 "theme",
 6002 "theme_extension",
 6003 "theme_settings",
 6004 "toml 0.8.23",
 6005 "tracing",
 6006 "url",
 6007 "util",
 6008 "wasmparser 0.221.3",
 6009 "wasmtime",
 6010 "wasmtime-wasi",
 6011 "zlog",
 6012 "ztracing",
 6013]
 6014
 6015[[package]]
 6016name = "extensions_ui"
 6017version = "0.1.0"
 6018dependencies = [
 6019 "anyhow",
 6020 "client",
 6021 "cloud_api_types",
 6022 "collections",
 6023 "db",
 6024 "editor",
 6025 "extension",
 6026 "extension_host",
 6027 "fs",
 6028 "fuzzy",
 6029 "gpui",
 6030 "language",
 6031 "log",
 6032 "num-format",
 6033 "picker",
 6034 "project",
 6035 "release_channel",
 6036 "semver",
 6037 "serde",
 6038 "settings",
 6039 "smallvec",
 6040 "strum 0.27.2",
 6041 "telemetry",
 6042 "theme_settings",
 6043 "ui",
 6044 "util",
 6045 "vim_mode_setting",
 6046 "workspace",
 6047 "zed_actions",
 6048]
 6049
 6050[[package]]
 6051name = "failspot"
 6052version = "0.2.0"
 6053source = "registry+https://github.com/rust-lang/crates.io-index"
 6054checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6055
 6056[[package]]
 6057name = "fallible-iterator"
 6058version = "0.3.0"
 6059source = "registry+https://github.com/rust-lang/crates.io-index"
 6060checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6061
 6062[[package]]
 6063name = "fancy-regex"
 6064version = "0.16.2"
 6065source = "registry+https://github.com/rust-lang/crates.io-index"
 6066checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6067dependencies = [
 6068 "bit-set 0.8.0",
 6069 "regex-automata",
 6070 "regex-syntax",
 6071]
 6072
 6073[[package]]
 6074name = "fancy-regex"
 6075version = "0.17.0"
 6076source = "registry+https://github.com/rust-lang/crates.io-index"
 6077checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6078dependencies = [
 6079 "bit-set 0.8.0",
 6080 "regex-automata",
 6081 "regex-syntax",
 6082]
 6083
 6084[[package]]
 6085name = "fast-srgb8"
 6086version = "1.0.0"
 6087source = "registry+https://github.com/rust-lang/crates.io-index"
 6088checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6089
 6090[[package]]
 6091name = "fastrand"
 6092version = "1.9.0"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6095dependencies = [
 6096 "instant",
 6097]
 6098
 6099[[package]]
 6100name = "fastrand"
 6101version = "2.3.0"
 6102source = "registry+https://github.com/rust-lang/crates.io-index"
 6103checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6104
 6105[[package]]
 6106name = "fax"
 6107version = "0.2.6"
 6108source = "registry+https://github.com/rust-lang/crates.io-index"
 6109checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6110dependencies = [
 6111 "fax_derive",
 6112]
 6113
 6114[[package]]
 6115name = "fax_derive"
 6116version = "0.2.0"
 6117source = "registry+https://github.com/rust-lang/crates.io-index"
 6118checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6119dependencies = [
 6120 "proc-macro2",
 6121 "quote",
 6122 "syn 2.0.117",
 6123]
 6124
 6125[[package]]
 6126name = "fd-lock"
 6127version = "4.0.4"
 6128source = "registry+https://github.com/rust-lang/crates.io-index"
 6129checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6130dependencies = [
 6131 "cfg-if",
 6132 "rustix 1.1.2",
 6133 "windows-sys 0.59.0",
 6134]
 6135
 6136[[package]]
 6137name = "fdeflate"
 6138version = "0.3.7"
 6139source = "registry+https://github.com/rust-lang/crates.io-index"
 6140checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6141dependencies = [
 6142 "simd-adler32",
 6143]
 6144
 6145[[package]]
 6146name = "feature_flags"
 6147version = "0.1.0"
 6148dependencies = [
 6149 "gpui",
 6150]
 6151
 6152[[package]]
 6153name = "feedback"
 6154version = "0.1.0"
 6155dependencies = [
 6156 "gpui",
 6157 "system_specs",
 6158 "urlencoding",
 6159 "util",
 6160 "workspace",
 6161 "zed_actions",
 6162]
 6163
 6164[[package]]
 6165name = "ff"
 6166version = "0.12.1"
 6167source = "registry+https://github.com/rust-lang/crates.io-index"
 6168checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6169dependencies = [
 6170 "rand_core 0.6.4",
 6171 "subtle",
 6172]
 6173
 6174[[package]]
 6175name = "file_finder"
 6176version = "0.1.0"
 6177dependencies = [
 6178 "anyhow",
 6179 "channel",
 6180 "client",
 6181 "collections",
 6182 "ctor",
 6183 "editor",
 6184 "file_icons",
 6185 "futures 0.3.32",
 6186 "fuzzy",
 6187 "fuzzy_nucleo",
 6188 "gpui",
 6189 "menu",
 6190 "open_path_prompt",
 6191 "picker",
 6192 "pretty_assertions",
 6193 "project",
 6194 "project_panel",
 6195 "remote_connection",
 6196 "serde",
 6197 "serde_json",
 6198 "settings",
 6199 "theme",
 6200 "theme_settings",
 6201 "ui",
 6202 "util",
 6203 "workspace",
 6204 "zed_actions",
 6205 "zlog",
 6206]
 6207
 6208[[package]]
 6209name = "file_icons"
 6210version = "0.1.0"
 6211dependencies = [
 6212 "gpui",
 6213 "serde",
 6214 "theme",
 6215 "util",
 6216]
 6217
 6218[[package]]
 6219name = "filedescriptor"
 6220version = "0.8.3"
 6221source = "registry+https://github.com/rust-lang/crates.io-index"
 6222checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6223dependencies = [
 6224 "libc",
 6225 "thiserror 1.0.69",
 6226 "winapi",
 6227]
 6228
 6229[[package]]
 6230name = "filetime"
 6231version = "0.2.26"
 6232source = "registry+https://github.com/rust-lang/crates.io-index"
 6233checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6234dependencies = [
 6235 "cfg-if",
 6236 "libc",
 6237 "libredox",
 6238 "windows-sys 0.60.2",
 6239]
 6240
 6241[[package]]
 6242name = "find-msvc-tools"
 6243version = "0.1.5"
 6244source = "registry+https://github.com/rust-lang/crates.io-index"
 6245checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6246
 6247[[package]]
 6248name = "fixedbitset"
 6249version = "0.4.2"
 6250source = "registry+https://github.com/rust-lang/crates.io-index"
 6251checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6252
 6253[[package]]
 6254name = "fixedbitset"
 6255version = "0.5.7"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6258
 6259[[package]]
 6260name = "flate2"
 6261version = "1.1.8"
 6262source = "registry+https://github.com/rust-lang/crates.io-index"
 6263checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6264dependencies = [
 6265 "crc32fast",
 6266 "miniz_oxide",
 6267]
 6268
 6269[[package]]
 6270name = "float-cmp"
 6271version = "0.9.0"
 6272source = "registry+https://github.com/rust-lang/crates.io-index"
 6273checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6274
 6275[[package]]
 6276name = "float-ord"
 6277version = "0.3.2"
 6278source = "registry+https://github.com/rust-lang/crates.io-index"
 6279checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6280
 6281[[package]]
 6282name = "float8"
 6283version = "0.4.2"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6286dependencies = [
 6287 "half",
 6288 "num-traits",
 6289 "rand 0.9.2",
 6290 "rand_distr",
 6291]
 6292
 6293[[package]]
 6294name = "float_next_after"
 6295version = "1.0.0"
 6296source = "registry+https://github.com/rust-lang/crates.io-index"
 6297checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6298
 6299[[package]]
 6300name = "fluent-uri"
 6301version = "0.4.1"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6304dependencies = [
 6305 "borrow-or-share",
 6306 "ref-cast",
 6307 "serde",
 6308]
 6309
 6310[[package]]
 6311name = "flume"
 6312version = "0.11.1"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6315dependencies = [
 6316 "futures-core",
 6317 "futures-sink",
 6318 "nanorand",
 6319 "spin 0.9.8",
 6320]
 6321
 6322[[package]]
 6323name = "fnv"
 6324version = "1.0.7"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6327
 6328[[package]]
 6329name = "foldhash"
 6330version = "0.1.5"
 6331source = "registry+https://github.com/rust-lang/crates.io-index"
 6332checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6333
 6334[[package]]
 6335name = "foldhash"
 6336version = "0.2.0"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6339
 6340[[package]]
 6341name = "font-types"
 6342version = "0.10.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6345dependencies = [
 6346 "bytemuck",
 6347]
 6348
 6349[[package]]
 6350name = "font-types"
 6351version = "0.11.0"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6354dependencies = [
 6355 "bytemuck",
 6356]
 6357
 6358[[package]]
 6359name = "fontconfig-parser"
 6360version = "0.5.8"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6363dependencies = [
 6364 "roxmltree",
 6365]
 6366
 6367[[package]]
 6368name = "fontdb"
 6369version = "0.16.2"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6372dependencies = [
 6373 "fontconfig-parser",
 6374 "log",
 6375 "memmap2",
 6376 "slotmap",
 6377 "tinyvec",
 6378 "ttf-parser 0.20.0",
 6379]
 6380
 6381[[package]]
 6382name = "fontdb"
 6383version = "0.23.0"
 6384source = "registry+https://github.com/rust-lang/crates.io-index"
 6385checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6386dependencies = [
 6387 "fontconfig-parser",
 6388 "log",
 6389 "memmap2",
 6390 "slotmap",
 6391 "tinyvec",
 6392 "ttf-parser 0.25.1",
 6393]
 6394
 6395[[package]]
 6396name = "foreign-types"
 6397version = "0.3.2"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6400dependencies = [
 6401 "foreign-types-shared 0.1.1",
 6402]
 6403
 6404[[package]]
 6405name = "foreign-types"
 6406version = "0.5.0"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6409dependencies = [
 6410 "foreign-types-macros",
 6411 "foreign-types-shared 0.3.1",
 6412]
 6413
 6414[[package]]
 6415name = "foreign-types-macros"
 6416version = "0.2.3"
 6417source = "registry+https://github.com/rust-lang/crates.io-index"
 6418checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6419dependencies = [
 6420 "proc-macro2",
 6421 "quote",
 6422 "syn 2.0.117",
 6423]
 6424
 6425[[package]]
 6426name = "foreign-types-shared"
 6427version = "0.1.1"
 6428source = "registry+https://github.com/rust-lang/crates.io-index"
 6429checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6430
 6431[[package]]
 6432name = "foreign-types-shared"
 6433version = "0.3.1"
 6434source = "registry+https://github.com/rust-lang/crates.io-index"
 6435checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6436
 6437[[package]]
 6438name = "fork"
 6439version = "0.4.0"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6442dependencies = [
 6443 "libc",
 6444]
 6445
 6446[[package]]
 6447name = "form_urlencoded"
 6448version = "1.2.2"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6451dependencies = [
 6452 "percent-encoding",
 6453]
 6454
 6455[[package]]
 6456name = "fraction"
 6457version = "0.15.3"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6460dependencies = [
 6461 "lazy_static",
 6462 "num",
 6463]
 6464
 6465[[package]]
 6466name = "freetype-sys"
 6467version = "0.20.1"
 6468source = "registry+https://github.com/rust-lang/crates.io-index"
 6469checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6470dependencies = [
 6471 "cc",
 6472 "libc",
 6473 "pkg-config",
 6474]
 6475
 6476[[package]]
 6477name = "fs"
 6478version = "0.1.0"
 6479dependencies = [
 6480 "anyhow",
 6481 "ashpd",
 6482 "async-tar",
 6483 "async-trait",
 6484 "cocoa 0.26.0",
 6485 "collections",
 6486 "dunce",
 6487 "fs",
 6488 "futures 0.3.32",
 6489 "git",
 6490 "gpui",
 6491 "ignore",
 6492 "is_executable",
 6493 "libc",
 6494 "log",
 6495 "notify 8.2.0",
 6496 "objc",
 6497 "parking_lot",
 6498 "paths",
 6499 "proto",
 6500 "rope",
 6501 "serde",
 6502 "serde_json",
 6503 "smol",
 6504 "tempfile",
 6505 "text",
 6506 "time",
 6507 "util",
 6508 "windows 0.61.3",
 6509]
 6510
 6511[[package]]
 6512name = "fs-set-times"
 6513version = "0.20.3"
 6514source = "registry+https://github.com/rust-lang/crates.io-index"
 6515checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6516dependencies = [
 6517 "io-lifetimes",
 6518 "rustix 1.1.2",
 6519 "windows-sys 0.59.0",
 6520]
 6521
 6522[[package]]
 6523name = "fs2"
 6524version = "0.4.3"
 6525source = "registry+https://github.com/rust-lang/crates.io-index"
 6526checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6527dependencies = [
 6528 "libc",
 6529 "winapi",
 6530]
 6531
 6532[[package]]
 6533name = "fs_benchmarks"
 6534version = "0.1.0"
 6535dependencies = [
 6536 "fs",
 6537 "gpui",
 6538 "gpui_platform",
 6539]
 6540
 6541[[package]]
 6542name = "fs_extra"
 6543version = "1.3.0"
 6544source = "registry+https://github.com/rust-lang/crates.io-index"
 6545checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6546
 6547[[package]]
 6548name = "fsevent-sys"
 6549version = "4.1.0"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6552dependencies = [
 6553 "libc",
 6554]
 6555
 6556[[package]]
 6557name = "fuchsia-cprng"
 6558version = "0.1.1"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6561
 6562[[package]]
 6563name = "funty"
 6564version = "2.0.0"
 6565source = "registry+https://github.com/rust-lang/crates.io-index"
 6566checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6567
 6568[[package]]
 6569name = "futf"
 6570version = "0.1.5"
 6571source = "registry+https://github.com/rust-lang/crates.io-index"
 6572checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6573dependencies = [
 6574 "mac",
 6575 "new_debug_unreachable",
 6576]
 6577
 6578[[package]]
 6579name = "futures"
 6580version = "0.1.31"
 6581source = "registry+https://github.com/rust-lang/crates.io-index"
 6582checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6583
 6584[[package]]
 6585name = "futures"
 6586version = "0.3.32"
 6587source = "registry+https://github.com/rust-lang/crates.io-index"
 6588checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6589dependencies = [
 6590 "futures-channel",
 6591 "futures-core",
 6592 "futures-executor",
 6593 "futures-io",
 6594 "futures-sink",
 6595 "futures-task",
 6596 "futures-util",
 6597]
 6598
 6599[[package]]
 6600name = "futures-channel"
 6601version = "0.3.32"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6604dependencies = [
 6605 "futures-core",
 6606 "futures-sink",
 6607]
 6608
 6609[[package]]
 6610name = "futures-concurrency"
 6611version = "7.7.1"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6614dependencies = [
 6615 "fixedbitset 0.5.7",
 6616 "futures-core",
 6617 "futures-lite 2.6.1",
 6618 "pin-project",
 6619 "smallvec",
 6620]
 6621
 6622[[package]]
 6623name = "futures-core"
 6624version = "0.3.32"
 6625source = "registry+https://github.com/rust-lang/crates.io-index"
 6626checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6627
 6628[[package]]
 6629name = "futures-executor"
 6630version = "0.3.32"
 6631source = "registry+https://github.com/rust-lang/crates.io-index"
 6632checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6633dependencies = [
 6634 "futures-core",
 6635 "futures-task",
 6636 "futures-util",
 6637]
 6638
 6639[[package]]
 6640name = "futures-intrusive"
 6641version = "0.5.0"
 6642source = "registry+https://github.com/rust-lang/crates.io-index"
 6643checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6644dependencies = [
 6645 "futures-core",
 6646 "lock_api",
 6647 "parking_lot",
 6648]
 6649
 6650[[package]]
 6651name = "futures-io"
 6652version = "0.3.32"
 6653source = "registry+https://github.com/rust-lang/crates.io-index"
 6654checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6655
 6656[[package]]
 6657name = "futures-lite"
 6658version = "1.13.0"
 6659source = "registry+https://github.com/rust-lang/crates.io-index"
 6660checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6661dependencies = [
 6662 "fastrand 1.9.0",
 6663 "futures-core",
 6664 "futures-io",
 6665 "memchr",
 6666 "parking",
 6667 "pin-project-lite",
 6668 "waker-fn",
 6669]
 6670
 6671[[package]]
 6672name = "futures-lite"
 6673version = "2.6.1"
 6674source = "registry+https://github.com/rust-lang/crates.io-index"
 6675checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6676dependencies = [
 6677 "fastrand 2.3.0",
 6678 "futures-core",
 6679 "futures-io",
 6680 "parking",
 6681 "pin-project-lite",
 6682]
 6683
 6684[[package]]
 6685name = "futures-macro"
 6686version = "0.3.32"
 6687source = "registry+https://github.com/rust-lang/crates.io-index"
 6688checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6689dependencies = [
 6690 "proc-macro2",
 6691 "quote",
 6692 "syn 2.0.117",
 6693]
 6694
 6695[[package]]
 6696name = "futures-sink"
 6697version = "0.3.32"
 6698source = "registry+https://github.com/rust-lang/crates.io-index"
 6699checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6700
 6701[[package]]
 6702name = "futures-task"
 6703version = "0.3.32"
 6704source = "registry+https://github.com/rust-lang/crates.io-index"
 6705checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6706
 6707[[package]]
 6708name = "futures-util"
 6709version = "0.3.32"
 6710source = "registry+https://github.com/rust-lang/crates.io-index"
 6711checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6712dependencies = [
 6713 "futures 0.1.31",
 6714 "futures-channel",
 6715 "futures-core",
 6716 "futures-io",
 6717 "futures-macro",
 6718 "futures-sink",
 6719 "futures-task",
 6720 "libc",
 6721 "memchr",
 6722 "pin-project-lite",
 6723 "slab",
 6724 "tokio-io",
 6725]
 6726
 6727[[package]]
 6728name = "fuzzy"
 6729version = "0.1.0"
 6730dependencies = [
 6731 "gpui",
 6732 "log",
 6733 "util",
 6734]
 6735
 6736[[package]]
 6737name = "fuzzy-matcher"
 6738version = "0.3.7"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
 6741dependencies = [
 6742 "thread_local",
 6743]
 6744
 6745[[package]]
 6746name = "fuzzy_nucleo"
 6747version = "0.1.0"
 6748dependencies = [
 6749 "gpui",
 6750 "nucleo",
 6751 "util",
 6752]
 6753
 6754[[package]]
 6755name = "gaoya"
 6756version = "0.2.0"
 6757source = "registry+https://github.com/rust-lang/crates.io-index"
 6758checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6759dependencies = [
 6760 "ahash 0.8.12",
 6761 "crossbeam-utils",
 6762 "fnv",
 6763 "itertools 0.10.5",
 6764 "num-traits",
 6765 "rand 0.8.5",
 6766 "rand_pcg",
 6767 "random_choice",
 6768 "rayon",
 6769 "seahash",
 6770 "sha-1",
 6771 "shingles",
 6772 "siphasher 0.3.11",
 6773 "smallvec",
 6774 "triomphe",
 6775]
 6776
 6777[[package]]
 6778name = "gemm"
 6779version = "0.17.1"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6782dependencies = [
 6783 "dyn-stack 0.10.0",
 6784 "gemm-c32 0.17.1",
 6785 "gemm-c64 0.17.1",
 6786 "gemm-common 0.17.1",
 6787 "gemm-f16 0.17.1",
 6788 "gemm-f32 0.17.1",
 6789 "gemm-f64 0.17.1",
 6790 "num-complex",
 6791 "num-traits",
 6792 "paste",
 6793 "raw-cpuid 10.7.0",
 6794 "seq-macro",
 6795]
 6796
 6797[[package]]
 6798name = "gemm"
 6799version = "0.18.2"
 6800source = "registry+https://github.com/rust-lang/crates.io-index"
 6801checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6802dependencies = [
 6803 "dyn-stack 0.13.2",
 6804 "gemm-c32 0.18.2",
 6805 "gemm-c64 0.18.2",
 6806 "gemm-common 0.18.2",
 6807 "gemm-f16 0.18.2",
 6808 "gemm-f32 0.18.2",
 6809 "gemm-f64 0.18.2",
 6810 "num-complex",
 6811 "num-traits",
 6812 "paste",
 6813 "raw-cpuid 11.6.0",
 6814 "seq-macro",
 6815]
 6816
 6817[[package]]
 6818name = "gemm-c32"
 6819version = "0.17.1"
 6820source = "registry+https://github.com/rust-lang/crates.io-index"
 6821checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6822dependencies = [
 6823 "dyn-stack 0.10.0",
 6824 "gemm-common 0.17.1",
 6825 "num-complex",
 6826 "num-traits",
 6827 "paste",
 6828 "raw-cpuid 10.7.0",
 6829 "seq-macro",
 6830]
 6831
 6832[[package]]
 6833name = "gemm-c32"
 6834version = "0.18.2"
 6835source = "registry+https://github.com/rust-lang/crates.io-index"
 6836checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6837dependencies = [
 6838 "dyn-stack 0.13.2",
 6839 "gemm-common 0.18.2",
 6840 "num-complex",
 6841 "num-traits",
 6842 "paste",
 6843 "raw-cpuid 11.6.0",
 6844 "seq-macro",
 6845]
 6846
 6847[[package]]
 6848name = "gemm-c64"
 6849version = "0.17.1"
 6850source = "registry+https://github.com/rust-lang/crates.io-index"
 6851checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6852dependencies = [
 6853 "dyn-stack 0.10.0",
 6854 "gemm-common 0.17.1",
 6855 "num-complex",
 6856 "num-traits",
 6857 "paste",
 6858 "raw-cpuid 10.7.0",
 6859 "seq-macro",
 6860]
 6861
 6862[[package]]
 6863name = "gemm-c64"
 6864version = "0.18.2"
 6865source = "registry+https://github.com/rust-lang/crates.io-index"
 6866checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6867dependencies = [
 6868 "dyn-stack 0.13.2",
 6869 "gemm-common 0.18.2",
 6870 "num-complex",
 6871 "num-traits",
 6872 "paste",
 6873 "raw-cpuid 11.6.0",
 6874 "seq-macro",
 6875]
 6876
 6877[[package]]
 6878name = "gemm-common"
 6879version = "0.17.1"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6882dependencies = [
 6883 "bytemuck",
 6884 "dyn-stack 0.10.0",
 6885 "half",
 6886 "num-complex",
 6887 "num-traits",
 6888 "once_cell",
 6889 "paste",
 6890 "pulp 0.18.22",
 6891 "raw-cpuid 10.7.0",
 6892 "rayon",
 6893 "seq-macro",
 6894 "sysctl 0.5.5",
 6895]
 6896
 6897[[package]]
 6898name = "gemm-common"
 6899version = "0.18.2"
 6900source = "registry+https://github.com/rust-lang/crates.io-index"
 6901checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6902dependencies = [
 6903 "bytemuck",
 6904 "dyn-stack 0.13.2",
 6905 "half",
 6906 "libm",
 6907 "num-complex",
 6908 "num-traits",
 6909 "once_cell",
 6910 "paste",
 6911 "pulp 0.21.5",
 6912 "raw-cpuid 11.6.0",
 6913 "rayon",
 6914 "seq-macro",
 6915 "sysctl 0.6.0",
 6916]
 6917
 6918[[package]]
 6919name = "gemm-f16"
 6920version = "0.17.1"
 6921source = "registry+https://github.com/rust-lang/crates.io-index"
 6922checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6923dependencies = [
 6924 "dyn-stack 0.10.0",
 6925 "gemm-common 0.17.1",
 6926 "gemm-f32 0.17.1",
 6927 "half",
 6928 "num-complex",
 6929 "num-traits",
 6930 "paste",
 6931 "raw-cpuid 10.7.0",
 6932 "rayon",
 6933 "seq-macro",
 6934]
 6935
 6936[[package]]
 6937name = "gemm-f16"
 6938version = "0.18.2"
 6939source = "registry+https://github.com/rust-lang/crates.io-index"
 6940checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6941dependencies = [
 6942 "dyn-stack 0.13.2",
 6943 "gemm-common 0.18.2",
 6944 "gemm-f32 0.18.2",
 6945 "half",
 6946 "num-complex",
 6947 "num-traits",
 6948 "paste",
 6949 "raw-cpuid 11.6.0",
 6950 "rayon",
 6951 "seq-macro",
 6952]
 6953
 6954[[package]]
 6955name = "gemm-f32"
 6956version = "0.17.1"
 6957source = "registry+https://github.com/rust-lang/crates.io-index"
 6958checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6959dependencies = [
 6960 "dyn-stack 0.10.0",
 6961 "gemm-common 0.17.1",
 6962 "num-complex",
 6963 "num-traits",
 6964 "paste",
 6965 "raw-cpuid 10.7.0",
 6966 "seq-macro",
 6967]
 6968
 6969[[package]]
 6970name = "gemm-f32"
 6971version = "0.18.2"
 6972source = "registry+https://github.com/rust-lang/crates.io-index"
 6973checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6974dependencies = [
 6975 "dyn-stack 0.13.2",
 6976 "gemm-common 0.18.2",
 6977 "num-complex",
 6978 "num-traits",
 6979 "paste",
 6980 "raw-cpuid 11.6.0",
 6981 "seq-macro",
 6982]
 6983
 6984[[package]]
 6985name = "gemm-f64"
 6986version = "0.17.1"
 6987source = "registry+https://github.com/rust-lang/crates.io-index"
 6988checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6989dependencies = [
 6990 "dyn-stack 0.10.0",
 6991 "gemm-common 0.17.1",
 6992 "num-complex",
 6993 "num-traits",
 6994 "paste",
 6995 "raw-cpuid 10.7.0",
 6996 "seq-macro",
 6997]
 6998
 6999[[package]]
 7000name = "gemm-f64"
 7001version = "0.18.2"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7004dependencies = [
 7005 "dyn-stack 0.13.2",
 7006 "gemm-common 0.18.2",
 7007 "num-complex",
 7008 "num-traits",
 7009 "paste",
 7010 "raw-cpuid 11.6.0",
 7011 "seq-macro",
 7012]
 7013
 7014[[package]]
 7015name = "generator"
 7016version = "0.8.7"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7019dependencies = [
 7020 "cc",
 7021 "cfg-if",
 7022 "libc",
 7023 "log",
 7024 "rustversion",
 7025 "windows 0.61.3",
 7026]
 7027
 7028[[package]]
 7029name = "generic-array"
 7030version = "0.14.7"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7033dependencies = [
 7034 "typenum",
 7035 "version_check",
 7036]
 7037
 7038[[package]]
 7039name = "gethostname"
 7040version = "1.1.0"
 7041source = "registry+https://github.com/rust-lang/crates.io-index"
 7042checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7043dependencies = [
 7044 "rustix 1.1.2",
 7045 "windows-link 0.2.1",
 7046]
 7047
 7048[[package]]
 7049name = "getrandom"
 7050version = "0.2.16"
 7051source = "registry+https://github.com/rust-lang/crates.io-index"
 7052checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7053dependencies = [
 7054 "cfg-if",
 7055 "js-sys",
 7056 "libc",
 7057 "wasi",
 7058 "wasm-bindgen",
 7059]
 7060
 7061[[package]]
 7062name = "getrandom"
 7063version = "0.3.4"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7066dependencies = [
 7067 "cfg-if",
 7068 "js-sys",
 7069 "libc",
 7070 "r-efi",
 7071 "wasip2",
 7072 "wasm-bindgen",
 7073]
 7074
 7075[[package]]
 7076name = "getrandom"
 7077version = "0.4.1"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7080dependencies = [
 7081 "cfg-if",
 7082 "libc",
 7083 "r-efi",
 7084 "wasip2",
 7085 "wasip3",
 7086]
 7087
 7088[[package]]
 7089name = "gh-workflow"
 7090version = "0.8.0"
 7091source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7092dependencies = [
 7093 "async-trait",
 7094 "derive_more",
 7095 "derive_setters",
 7096 "gh-workflow-macros",
 7097 "indexmap",
 7098 "merge",
 7099 "serde",
 7100 "serde_json",
 7101 "serde_yaml",
 7102 "strum_macros 0.27.2",
 7103]
 7104
 7105[[package]]
 7106name = "gh-workflow-macros"
 7107version = "0.8.0"
 7108source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7109dependencies = [
 7110 "heck 0.5.0",
 7111 "quote",
 7112 "syn 2.0.117",
 7113]
 7114
 7115[[package]]
 7116name = "gif"
 7117version = "0.13.3"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7120dependencies = [
 7121 "color_quant",
 7122 "weezl",
 7123]
 7124
 7125[[package]]
 7126name = "gimli"
 7127version = "0.32.3"
 7128source = "registry+https://github.com/rust-lang/crates.io-index"
 7129checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7130dependencies = [
 7131 "fallible-iterator",
 7132 "indexmap",
 7133 "stable_deref_trait",
 7134]
 7135
 7136[[package]]
 7137name = "gio-sys"
 7138version = "0.21.5"
 7139source = "registry+https://github.com/rust-lang/crates.io-index"
 7140checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7141dependencies = [
 7142 "glib-sys",
 7143 "gobject-sys",
 7144 "libc",
 7145 "system-deps 7.0.7",
 7146 "windows-sys 0.61.2",
 7147]
 7148
 7149[[package]]
 7150name = "git"
 7151version = "0.1.0"
 7152dependencies = [
 7153 "anyhow",
 7154 "askpass",
 7155 "async-trait",
 7156 "collections",
 7157 "derive_more",
 7158 "futures 0.3.32",
 7159 "git2",
 7160 "gpui",
 7161 "http_client",
 7162 "itertools 0.14.0",
 7163 "log",
 7164 "parking_lot",
 7165 "pretty_assertions",
 7166 "rand 0.9.2",
 7167 "regex",
 7168 "rope",
 7169 "schemars",
 7170 "serde",
 7171 "serde_json",
 7172 "smallvec",
 7173 "smol",
 7174 "sum_tree",
 7175 "tempfile",
 7176 "text",
 7177 "thiserror 2.0.17",
 7178 "time",
 7179 "url",
 7180 "urlencoding",
 7181 "util",
 7182 "uuid",
 7183 "ztracing",
 7184]
 7185
 7186[[package]]
 7187name = "git2"
 7188version = "0.20.4"
 7189source = "registry+https://github.com/rust-lang/crates.io-index"
 7190checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7191dependencies = [
 7192 "bitflags 2.10.0",
 7193 "libc",
 7194 "libgit2-sys",
 7195 "log",
 7196 "url",
 7197]
 7198
 7199[[package]]
 7200name = "git_graph"
 7201version = "0.1.0"
 7202dependencies = [
 7203 "anyhow",
 7204 "collections",
 7205 "db",
 7206 "editor",
 7207 "fs",
 7208 "git",
 7209 "git_ui",
 7210 "gpui",
 7211 "language",
 7212 "menu",
 7213 "project",
 7214 "rand 0.9.2",
 7215 "remote_connection",
 7216 "search",
 7217 "serde_json",
 7218 "settings",
 7219 "smallvec",
 7220 "smol",
 7221 "theme",
 7222 "theme_settings",
 7223 "time",
 7224 "ui",
 7225 "workspace",
 7226]
 7227
 7228[[package]]
 7229name = "git_hosting_providers"
 7230version = "0.1.0"
 7231dependencies = [
 7232 "anyhow",
 7233 "async-trait",
 7234 "futures 0.3.32",
 7235 "git",
 7236 "gpui",
 7237 "http_client",
 7238 "indoc",
 7239 "itertools 0.14.0",
 7240 "pretty_assertions",
 7241 "regex",
 7242 "serde",
 7243 "serde_json",
 7244 "settings",
 7245 "url",
 7246 "urlencoding",
 7247 "util",
 7248]
 7249
 7250[[package]]
 7251name = "git_ui"
 7252version = "0.1.0"
 7253dependencies = [
 7254 "agent_settings",
 7255 "anyhow",
 7256 "askpass",
 7257 "buffer_diff",
 7258 "call",
 7259 "collections",
 7260 "component",
 7261 "ctor",
 7262 "db",
 7263 "editor",
 7264 "file_icons",
 7265 "futures 0.3.32",
 7266 "fuzzy",
 7267 "git",
 7268 "gpui",
 7269 "indoc",
 7270 "itertools 0.14.0",
 7271 "language",
 7272 "language_model",
 7273 "linkify",
 7274 "log",
 7275 "markdown",
 7276 "menu",
 7277 "multi_buffer",
 7278 "notifications",
 7279 "panel",
 7280 "picker",
 7281 "pretty_assertions",
 7282 "project",
 7283 "prompt_store",
 7284 "proto",
 7285 "rand 0.9.2",
 7286 "remote",
 7287 "remote_connection",
 7288 "schemars",
 7289 "serde",
 7290 "serde_json",
 7291 "settings",
 7292 "smallvec",
 7293 "smol",
 7294 "strum 0.27.2",
 7295 "telemetry",
 7296 "theme",
 7297 "theme_settings",
 7298 "time",
 7299 "time_format",
 7300 "tracing",
 7301 "ui",
 7302 "ui_input",
 7303 "unindent",
 7304 "util",
 7305 "watch",
 7306 "windows 0.61.3",
 7307 "workspace",
 7308 "zed_actions",
 7309 "zeroize",
 7310 "zlog",
 7311 "ztracing",
 7312]
 7313
 7314[[package]]
 7315name = "gl_generator"
 7316version = "0.14.0"
 7317source = "registry+https://github.com/rust-lang/crates.io-index"
 7318checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7319dependencies = [
 7320 "khronos_api",
 7321 "log",
 7322 "xml-rs",
 7323]
 7324
 7325[[package]]
 7326name = "glib"
 7327version = "0.21.5"
 7328source = "registry+https://github.com/rust-lang/crates.io-index"
 7329checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7330dependencies = [
 7331 "bitflags 2.10.0",
 7332 "futures-channel",
 7333 "futures-core",
 7334 "futures-executor",
 7335 "futures-task",
 7336 "futures-util",
 7337 "gio-sys",
 7338 "glib-macros",
 7339 "glib-sys",
 7340 "gobject-sys",
 7341 "libc",
 7342 "memchr",
 7343 "smallvec",
 7344]
 7345
 7346[[package]]
 7347name = "glib-macros"
 7348version = "0.21.5"
 7349source = "registry+https://github.com/rust-lang/crates.io-index"
 7350checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7351dependencies = [
 7352 "heck 0.5.0",
 7353 "proc-macro-crate",
 7354 "proc-macro2",
 7355 "quote",
 7356 "syn 2.0.117",
 7357]
 7358
 7359[[package]]
 7360name = "glib-sys"
 7361version = "0.21.5"
 7362source = "registry+https://github.com/rust-lang/crates.io-index"
 7363checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7364dependencies = [
 7365 "libc",
 7366 "system-deps 7.0.7",
 7367]
 7368
 7369[[package]]
 7370name = "glob"
 7371version = "0.3.3"
 7372source = "registry+https://github.com/rust-lang/crates.io-index"
 7373checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7374
 7375[[package]]
 7376name = "globset"
 7377version = "0.4.17"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7380dependencies = [
 7381 "aho-corasick",
 7382 "bstr",
 7383 "log",
 7384 "regex-automata",
 7385 "regex-syntax",
 7386]
 7387
 7388[[package]]
 7389name = "gloo-timers"
 7390version = "0.3.0"
 7391source = "registry+https://github.com/rust-lang/crates.io-index"
 7392checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7393dependencies = [
 7394 "futures-channel",
 7395 "futures-core",
 7396 "js-sys",
 7397 "wasm-bindgen",
 7398]
 7399
 7400[[package]]
 7401name = "glow"
 7402version = "0.17.0"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7405dependencies = [
 7406 "js-sys",
 7407 "slotmap",
 7408 "wasm-bindgen",
 7409 "web-sys",
 7410]
 7411
 7412[[package]]
 7413name = "glutin_wgl_sys"
 7414version = "0.6.1"
 7415source = "registry+https://github.com/rust-lang/crates.io-index"
 7416checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7417dependencies = [
 7418 "gl_generator",
 7419]
 7420
 7421[[package]]
 7422name = "go_to_line"
 7423version = "0.1.0"
 7424dependencies = [
 7425 "editor",
 7426 "gpui",
 7427 "indoc",
 7428 "language",
 7429 "menu",
 7430 "multi_buffer",
 7431 "project",
 7432 "rope",
 7433 "serde",
 7434 "serde_json",
 7435 "settings",
 7436 "text",
 7437 "theme",
 7438 "ui",
 7439 "util",
 7440 "workspace",
 7441]
 7442
 7443[[package]]
 7444name = "gobject-sys"
 7445version = "0.21.5"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7448dependencies = [
 7449 "glib-sys",
 7450 "libc",
 7451 "system-deps 7.0.7",
 7452]
 7453
 7454[[package]]
 7455name = "goblin"
 7456version = "0.9.3"
 7457source = "registry+https://github.com/rust-lang/crates.io-index"
 7458checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7459dependencies = [
 7460 "log",
 7461 "plain",
 7462 "scroll",
 7463]
 7464
 7465[[package]]
 7466name = "google_ai"
 7467version = "0.1.0"
 7468dependencies = [
 7469 "anyhow",
 7470 "futures 0.3.32",
 7471 "http_client",
 7472 "language_model_core",
 7473 "log",
 7474 "schemars",
 7475 "serde",
 7476 "serde_json",
 7477 "strum 0.27.2",
 7478 "tiktoken-rs",
 7479]
 7480
 7481[[package]]
 7482name = "gpu-allocator"
 7483version = "0.28.0"
 7484source = "registry+https://github.com/rust-lang/crates.io-index"
 7485checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7486dependencies = [
 7487 "ash",
 7488 "hashbrown 0.16.1",
 7489 "log",
 7490 "presser",
 7491 "thiserror 2.0.17",
 7492 "windows 0.62.2",
 7493]
 7494
 7495[[package]]
 7496name = "gpu-descriptor"
 7497version = "0.3.2"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7500dependencies = [
 7501 "bitflags 2.10.0",
 7502 "gpu-descriptor-types",
 7503 "hashbrown 0.15.5",
 7504]
 7505
 7506[[package]]
 7507name = "gpu-descriptor-types"
 7508version = "0.2.0"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7511dependencies = [
 7512 "bitflags 2.10.0",
 7513]
 7514
 7515[[package]]
 7516name = "gpui"
 7517version = "0.2.2"
 7518dependencies = [
 7519 "anyhow",
 7520 "async-channel 2.5.0",
 7521 "async-task",
 7522 "backtrace",
 7523 "bindgen 0.71.1",
 7524 "bitflags 2.10.0",
 7525 "block",
 7526 "cbindgen",
 7527 "chrono",
 7528 "cocoa 0.26.0",
 7529 "cocoa-foundation 0.2.0",
 7530 "collections",
 7531 "core-foundation 0.10.0",
 7532 "core-foundation-sys",
 7533 "core-graphics 0.24.0",
 7534 "core-text",
 7535 "core-video",
 7536 "ctor",
 7537 "derive_more",
 7538 "embed-resource",
 7539 "env_logger 0.11.8",
 7540 "etagere",
 7541 "foreign-types 0.5.0",
 7542 "futures 0.3.32",
 7543 "futures-concurrency",
 7544 "getrandom 0.3.4",
 7545 "gpui_macros",
 7546 "gpui_platform",
 7547 "gpui_shared_string",
 7548 "gpui_util",
 7549 "gpui_web",
 7550 "http_client",
 7551 "image",
 7552 "inventory",
 7553 "itertools 0.14.0",
 7554 "log",
 7555 "lyon",
 7556 "mach2 0.5.0",
 7557 "media",
 7558 "metal",
 7559 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7560 "num_cpus",
 7561 "objc",
 7562 "objc2",
 7563 "objc2-metal",
 7564 "parking",
 7565 "parking_lot",
 7566 "pathfinder_geometry",
 7567 "pin-project",
 7568 "pollster 0.4.0",
 7569 "postage",
 7570 "profiling",
 7571 "proptest",
 7572 "rand 0.9.2",
 7573 "raw-window-handle",
 7574 "refineable",
 7575 "regex",
 7576 "reqwest_client",
 7577 "resvg",
 7578 "scheduler",
 7579 "schemars",
 7580 "seahash",
 7581 "serde",
 7582 "serde_json",
 7583 "slotmap",
 7584 "smallvec",
 7585 "spin 0.10.0",
 7586 "stacksafe",
 7587 "strum 0.27.2",
 7588 "sum_tree",
 7589 "taffy",
 7590 "thiserror 2.0.17",
 7591 "ttf-parser 0.25.1",
 7592 "unicode-segmentation",
 7593 "url",
 7594 "usvg",
 7595 "util_macros",
 7596 "uuid",
 7597 "waker-fn",
 7598 "wasm-bindgen",
 7599 "web-time",
 7600 "windows 0.61.3",
 7601 "zed-font-kit",
 7602 "zed-scap",
 7603]
 7604
 7605[[package]]
 7606name = "gpui_linux"
 7607version = "0.1.0"
 7608dependencies = [
 7609 "anyhow",
 7610 "as-raw-xcb-connection",
 7611 "ashpd",
 7612 "bitflags 2.10.0",
 7613 "bytemuck",
 7614 "calloop",
 7615 "calloop-wayland-source",
 7616 "collections",
 7617 "filedescriptor",
 7618 "futures 0.3.32",
 7619 "gpui",
 7620 "gpui_wgpu",
 7621 "http_client",
 7622 "itertools 0.14.0",
 7623 "libc",
 7624 "log",
 7625 "oo7",
 7626 "open",
 7627 "parking_lot",
 7628 "pathfinder_geometry",
 7629 "pollster 0.4.0",
 7630 "profiling",
 7631 "raw-window-handle",
 7632 "smallvec",
 7633 "smol",
 7634 "strum 0.27.2",
 7635 "swash",
 7636 "url",
 7637 "util",
 7638 "uuid",
 7639 "wayland-backend",
 7640 "wayland-client",
 7641 "wayland-cursor",
 7642 "wayland-protocols",
 7643 "wayland-protocols-plasma",
 7644 "wayland-protocols-wlr",
 7645 "x11-clipboard",
 7646 "x11rb",
 7647 "xkbcommon",
 7648 "zed-scap",
 7649 "zed-xim",
 7650]
 7651
 7652[[package]]
 7653name = "gpui_macos"
 7654version = "0.1.0"
 7655dependencies = [
 7656 "anyhow",
 7657 "async-task",
 7658 "block",
 7659 "cbindgen",
 7660 "cocoa 0.26.0",
 7661 "collections",
 7662 "core-foundation 0.10.0",
 7663 "core-foundation-sys",
 7664 "core-graphics 0.24.0",
 7665 "core-text",
 7666 "core-video",
 7667 "ctor",
 7668 "derive_more",
 7669 "dispatch2",
 7670 "etagere",
 7671 "foreign-types 0.5.0",
 7672 "futures 0.3.32",
 7673 "gpui",
 7674 "image",
 7675 "itertools 0.14.0",
 7676 "libc",
 7677 "log",
 7678 "mach2 0.5.0",
 7679 "media",
 7680 "metal",
 7681 "objc",
 7682 "objc2-app-kit",
 7683 "parking_lot",
 7684 "pathfinder_geometry",
 7685 "raw-window-handle",
 7686 "semver",
 7687 "smallvec",
 7688 "strum 0.27.2",
 7689 "util",
 7690 "uuid",
 7691 "zed-font-kit",
 7692]
 7693
 7694[[package]]
 7695name = "gpui_macros"
 7696version = "0.1.0"
 7697dependencies = [
 7698 "gpui",
 7699 "heck 0.5.0",
 7700 "proc-macro2",
 7701 "quote",
 7702 "syn 2.0.117",
 7703]
 7704
 7705[[package]]
 7706name = "gpui_platform"
 7707version = "0.1.0"
 7708dependencies = [
 7709 "console_error_panic_hook",
 7710 "gpui",
 7711 "gpui_linux",
 7712 "gpui_macos",
 7713 "gpui_web",
 7714 "gpui_windows",
 7715]
 7716
 7717[[package]]
 7718name = "gpui_shared_string"
 7719version = "0.1.0"
 7720dependencies = [
 7721 "derive_more",
 7722 "gpui_util",
 7723 "schemars",
 7724 "serde",
 7725]
 7726
 7727[[package]]
 7728name = "gpui_tokio"
 7729version = "0.1.0"
 7730dependencies = [
 7731 "anyhow",
 7732 "gpui",
 7733 "tokio",
 7734 "util",
 7735]
 7736
 7737[[package]]
 7738name = "gpui_util"
 7739version = "0.1.0"
 7740dependencies = [
 7741 "anyhow",
 7742 "log",
 7743]
 7744
 7745[[package]]
 7746name = "gpui_web"
 7747version = "0.1.0"
 7748dependencies = [
 7749 "anyhow",
 7750 "console_error_panic_hook",
 7751 "futures 0.3.32",
 7752 "gpui",
 7753 "gpui_wgpu",
 7754 "http_client",
 7755 "js-sys",
 7756 "log",
 7757 "parking_lot",
 7758 "raw-window-handle",
 7759 "smallvec",
 7760 "uuid",
 7761 "wasm-bindgen",
 7762 "wasm-bindgen-futures",
 7763 "wasm_thread",
 7764 "web-sys",
 7765 "web-time",
 7766]
 7767
 7768[[package]]
 7769name = "gpui_wgpu"
 7770version = "0.1.0"
 7771dependencies = [
 7772 "anyhow",
 7773 "bytemuck",
 7774 "collections",
 7775 "cosmic-text",
 7776 "etagere",
 7777 "gpui",
 7778 "gpui_util",
 7779 "itertools 0.14.0",
 7780 "js-sys",
 7781 "log",
 7782 "parking_lot",
 7783 "pollster 0.4.0",
 7784 "profiling",
 7785 "raw-window-handle",
 7786 "smallvec",
 7787 "swash",
 7788 "wasm-bindgen",
 7789 "wasm-bindgen-futures",
 7790 "web-sys",
 7791 "wgpu",
 7792 "zed-font-kit",
 7793]
 7794
 7795[[package]]
 7796name = "gpui_windows"
 7797version = "0.1.0"
 7798dependencies = [
 7799 "anyhow",
 7800 "collections",
 7801 "etagere",
 7802 "futures 0.3.32",
 7803 "gpui",
 7804 "image",
 7805 "itertools 0.14.0",
 7806 "log",
 7807 "parking_lot",
 7808 "rand 0.9.2",
 7809 "raw-window-handle",
 7810 "smallvec",
 7811 "util",
 7812 "uuid",
 7813 "windows 0.61.3",
 7814 "windows-core 0.61.2",
 7815 "windows-numerics 0.2.0",
 7816 "windows-registry 0.5.3",
 7817 "zed-scap",
 7818]
 7819
 7820[[package]]
 7821name = "grammars"
 7822version = "0.1.0"
 7823dependencies = [
 7824 "anyhow",
 7825 "language_core",
 7826 "rust-embed",
 7827 "toml 0.8.23",
 7828 "tree-sitter",
 7829 "tree-sitter-bash",
 7830 "tree-sitter-c",
 7831 "tree-sitter-cpp",
 7832 "tree-sitter-css",
 7833 "tree-sitter-diff",
 7834 "tree-sitter-gitcommit",
 7835 "tree-sitter-go",
 7836 "tree-sitter-gomod",
 7837 "tree-sitter-gowork",
 7838 "tree-sitter-jsdoc",
 7839 "tree-sitter-json",
 7840 "tree-sitter-md",
 7841 "tree-sitter-python",
 7842 "tree-sitter-regex",
 7843 "tree-sitter-rust",
 7844 "tree-sitter-typescript",
 7845 "tree-sitter-yaml",
 7846 "util",
 7847]
 7848
 7849[[package]]
 7850name = "grid"
 7851version = "0.18.0"
 7852source = "registry+https://github.com/rust-lang/crates.io-index"
 7853checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7854
 7855[[package]]
 7856name = "group"
 7857version = "0.12.1"
 7858source = "registry+https://github.com/rust-lang/crates.io-index"
 7859checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7860dependencies = [
 7861 "ff",
 7862 "rand_core 0.6.4",
 7863 "subtle",
 7864]
 7865
 7866[[package]]
 7867name = "h2"
 7868version = "0.3.27"
 7869source = "registry+https://github.com/rust-lang/crates.io-index"
 7870checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7871dependencies = [
 7872 "bytes 1.11.1",
 7873 "fnv",
 7874 "futures-core",
 7875 "futures-sink",
 7876 "futures-util",
 7877 "http 0.2.12",
 7878 "indexmap",
 7879 "slab",
 7880 "tokio",
 7881 "tokio-util",
 7882 "tracing",
 7883]
 7884
 7885[[package]]
 7886name = "h2"
 7887version = "0.4.12"
 7888source = "registry+https://github.com/rust-lang/crates.io-index"
 7889checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7890dependencies = [
 7891 "atomic-waker",
 7892 "bytes 1.11.1",
 7893 "fnv",
 7894 "futures-core",
 7895 "futures-sink",
 7896 "http 1.3.1",
 7897 "indexmap",
 7898 "slab",
 7899 "tokio",
 7900 "tokio-util",
 7901 "tracing",
 7902]
 7903
 7904[[package]]
 7905name = "half"
 7906version = "2.7.1"
 7907source = "registry+https://github.com/rust-lang/crates.io-index"
 7908checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7909dependencies = [
 7910 "bytemuck",
 7911 "cfg-if",
 7912 "crunchy",
 7913 "num-traits",
 7914 "rand 0.9.2",
 7915 "rand_distr",
 7916 "zerocopy",
 7917]
 7918
 7919[[package]]
 7920name = "handlebars"
 7921version = "4.5.0"
 7922source = "registry+https://github.com/rust-lang/crates.io-index"
 7923checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7924dependencies = [
 7925 "log",
 7926 "pest",
 7927 "pest_derive",
 7928 "rust-embed",
 7929 "serde",
 7930 "serde_json",
 7931 "thiserror 1.0.69",
 7932]
 7933
 7934[[package]]
 7935name = "handlebars"
 7936version = "5.1.2"
 7937source = "registry+https://github.com/rust-lang/crates.io-index"
 7938checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7939dependencies = [
 7940 "log",
 7941 "pest",
 7942 "pest_derive",
 7943 "serde",
 7944 "serde_json",
 7945 "thiserror 1.0.69",
 7946]
 7947
 7948[[package]]
 7949name = "harfrust"
 7950version = "0.5.0"
 7951source = "registry+https://github.com/rust-lang/crates.io-index"
 7952checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7953dependencies = [
 7954 "bitflags 2.10.0",
 7955 "bytemuck",
 7956 "core_maths",
 7957 "read-fonts 0.37.0",
 7958 "smallvec",
 7959]
 7960
 7961[[package]]
 7962name = "hash32"
 7963version = "0.3.1"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7966dependencies = [
 7967 "byteorder",
 7968]
 7969
 7970[[package]]
 7971name = "hashbrown"
 7972version = "0.12.3"
 7973source = "registry+https://github.com/rust-lang/crates.io-index"
 7974checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7975dependencies = [
 7976 "ahash 0.7.8",
 7977]
 7978
 7979[[package]]
 7980name = "hashbrown"
 7981version = "0.14.5"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7984dependencies = [
 7985 "ahash 0.8.12",
 7986 "allocator-api2",
 7987]
 7988
 7989[[package]]
 7990name = "hashbrown"
 7991version = "0.15.5"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7994dependencies = [
 7995 "allocator-api2",
 7996 "equivalent",
 7997 "foldhash 0.1.5",
 7998 "serde",
 7999]
 8000
 8001[[package]]
 8002name = "hashbrown"
 8003version = "0.16.1"
 8004source = "registry+https://github.com/rust-lang/crates.io-index"
 8005checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8006dependencies = [
 8007 "allocator-api2",
 8008 "equivalent",
 8009 "foldhash 0.2.0",
 8010]
 8011
 8012[[package]]
 8013name = "hashlink"
 8014version = "0.8.4"
 8015source = "registry+https://github.com/rust-lang/crates.io-index"
 8016checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8017dependencies = [
 8018 "hashbrown 0.14.5",
 8019]
 8020
 8021[[package]]
 8022name = "hashlink"
 8023version = "0.10.0"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8026dependencies = [
 8027 "hashbrown 0.15.5",
 8028]
 8029
 8030[[package]]
 8031name = "headers"
 8032version = "0.3.9"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8035dependencies = [
 8036 "base64 0.21.7",
 8037 "bytes 1.11.1",
 8038 "headers-core",
 8039 "http 0.2.12",
 8040 "httpdate",
 8041 "mime",
 8042 "sha1",
 8043]
 8044
 8045[[package]]
 8046name = "headers-core"
 8047version = "0.2.0"
 8048source = "registry+https://github.com/rust-lang/crates.io-index"
 8049checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8050dependencies = [
 8051 "http 0.2.12",
 8052]
 8053
 8054[[package]]
 8055name = "heapless"
 8056version = "0.9.2"
 8057source = "registry+https://github.com/rust-lang/crates.io-index"
 8058checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8059dependencies = [
 8060 "hash32",
 8061 "stable_deref_trait",
 8062]
 8063
 8064[[package]]
 8065name = "heck"
 8066version = "0.3.3"
 8067source = "registry+https://github.com/rust-lang/crates.io-index"
 8068checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8069dependencies = [
 8070 "unicode-segmentation",
 8071]
 8072
 8073[[package]]
 8074name = "heck"
 8075version = "0.4.1"
 8076source = "registry+https://github.com/rust-lang/crates.io-index"
 8077checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8078dependencies = [
 8079 "unicode-segmentation",
 8080]
 8081
 8082[[package]]
 8083name = "heck"
 8084version = "0.5.0"
 8085source = "registry+https://github.com/rust-lang/crates.io-index"
 8086checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8087
 8088[[package]]
 8089name = "heed"
 8090version = "0.21.0"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8093dependencies = [
 8094 "bitflags 2.10.0",
 8095 "byteorder",
 8096 "heed-traits",
 8097 "heed-types",
 8098 "libc",
 8099 "lmdb-master-sys",
 8100 "once_cell",
 8101 "page_size",
 8102 "serde",
 8103 "synchronoise",
 8104 "url",
 8105]
 8106
 8107[[package]]
 8108name = "heed-traits"
 8109version = "0.20.0"
 8110source = "registry+https://github.com/rust-lang/crates.io-index"
 8111checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8112
 8113[[package]]
 8114name = "heed-types"
 8115version = "0.21.0"
 8116source = "registry+https://github.com/rust-lang/crates.io-index"
 8117checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8118dependencies = [
 8119 "bincode",
 8120 "byteorder",
 8121 "heed-traits",
 8122 "serde",
 8123 "serde_json",
 8124]
 8125
 8126[[package]]
 8127name = "hermit-abi"
 8128version = "0.5.2"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8131
 8132[[package]]
 8133name = "hex"
 8134version = "0.4.3"
 8135source = "registry+https://github.com/rust-lang/crates.io-index"
 8136checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8137
 8138[[package]]
 8139name = "hexf-parse"
 8140version = "0.2.1"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8143
 8144[[package]]
 8145name = "hkdf"
 8146version = "0.12.4"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8149dependencies = [
 8150 "hmac",
 8151]
 8152
 8153[[package]]
 8154name = "hmac"
 8155version = "0.12.1"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8158dependencies = [
 8159 "digest",
 8160]
 8161
 8162[[package]]
 8163name = "home"
 8164version = "0.5.11"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8167dependencies = [
 8168 "windows-sys 0.59.0",
 8169]
 8170
 8171[[package]]
 8172name = "hound"
 8173version = "3.5.1"
 8174source = "registry+https://github.com/rust-lang/crates.io-index"
 8175checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8176
 8177[[package]]
 8178name = "html5ever"
 8179version = "0.27.0"
 8180source = "registry+https://github.com/rust-lang/crates.io-index"
 8181checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8182dependencies = [
 8183 "log",
 8184 "mac",
 8185 "markup5ever 0.12.1",
 8186 "proc-macro2",
 8187 "quote",
 8188 "syn 2.0.117",
 8189]
 8190
 8191[[package]]
 8192name = "html5ever"
 8193version = "0.35.0"
 8194source = "registry+https://github.com/rust-lang/crates.io-index"
 8195checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8196dependencies = [
 8197 "log",
 8198 "markup5ever 0.35.0",
 8199 "match_token",
 8200]
 8201
 8202[[package]]
 8203name = "html_to_markdown"
 8204version = "0.1.0"
 8205dependencies = [
 8206 "anyhow",
 8207 "html5ever 0.27.0",
 8208 "indoc",
 8209 "markup5ever_rcdom",
 8210 "pretty_assertions",
 8211 "regex",
 8212]
 8213
 8214[[package]]
 8215name = "http"
 8216version = "0.2.12"
 8217source = "registry+https://github.com/rust-lang/crates.io-index"
 8218checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8219dependencies = [
 8220 "bytes 1.11.1",
 8221 "fnv",
 8222 "itoa",
 8223]
 8224
 8225[[package]]
 8226name = "http"
 8227version = "1.3.1"
 8228source = "registry+https://github.com/rust-lang/crates.io-index"
 8229checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8230dependencies = [
 8231 "bytes 1.11.1",
 8232 "fnv",
 8233 "itoa",
 8234]
 8235
 8236[[package]]
 8237name = "http-body"
 8238version = "0.4.6"
 8239source = "registry+https://github.com/rust-lang/crates.io-index"
 8240checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8241dependencies = [
 8242 "bytes 1.11.1",
 8243 "http 0.2.12",
 8244 "pin-project-lite",
 8245]
 8246
 8247[[package]]
 8248name = "http-body"
 8249version = "1.0.1"
 8250source = "registry+https://github.com/rust-lang/crates.io-index"
 8251checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8252dependencies = [
 8253 "bytes 1.11.1",
 8254 "http 1.3.1",
 8255]
 8256
 8257[[package]]
 8258name = "http-body-util"
 8259version = "0.1.3"
 8260source = "registry+https://github.com/rust-lang/crates.io-index"
 8261checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8262dependencies = [
 8263 "bytes 1.11.1",
 8264 "futures-core",
 8265 "http 1.3.1",
 8266 "http-body 1.0.1",
 8267 "pin-project-lite",
 8268]
 8269
 8270[[package]]
 8271name = "http-range-header"
 8272version = "0.3.1"
 8273source = "registry+https://github.com/rust-lang/crates.io-index"
 8274checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8275
 8276[[package]]
 8277name = "http_client"
 8278version = "0.1.0"
 8279dependencies = [
 8280 "anyhow",
 8281 "async-compression",
 8282 "async-fs",
 8283 "async-tar",
 8284 "bytes 1.11.1",
 8285 "derive_more",
 8286 "futures 0.3.32",
 8287 "http 1.3.1",
 8288 "http-body 1.0.1",
 8289 "log",
 8290 "parking_lot",
 8291 "serde",
 8292 "serde_json",
 8293 "serde_urlencoded",
 8294 "sha2",
 8295 "tempfile",
 8296 "tiny_http",
 8297 "url",
 8298 "util",
 8299]
 8300
 8301[[package]]
 8302name = "http_client_tls"
 8303version = "0.1.0"
 8304dependencies = [
 8305 "rustls 0.23.33",
 8306 "rustls-platform-verifier",
 8307]
 8308
 8309[[package]]
 8310name = "httparse"
 8311version = "1.10.1"
 8312source = "registry+https://github.com/rust-lang/crates.io-index"
 8313checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8314
 8315[[package]]
 8316name = "httpdate"
 8317version = "1.0.3"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8320
 8321[[package]]
 8322name = "human_bytes"
 8323version = "0.4.3"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8326
 8327[[package]]
 8328name = "humantime"
 8329version = "2.3.0"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8332
 8333[[package]]
 8334name = "hyper"
 8335version = "0.14.32"
 8336source = "registry+https://github.com/rust-lang/crates.io-index"
 8337checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8338dependencies = [
 8339 "bytes 1.11.1",
 8340 "futures-channel",
 8341 "futures-core",
 8342 "futures-util",
 8343 "h2 0.3.27",
 8344 "http 0.2.12",
 8345 "http-body 0.4.6",
 8346 "httparse",
 8347 "httpdate",
 8348 "itoa",
 8349 "pin-project-lite",
 8350 "socket2 0.5.10",
 8351 "tokio",
 8352 "tower-service",
 8353 "tracing",
 8354 "want",
 8355]
 8356
 8357[[package]]
 8358name = "hyper"
 8359version = "1.7.0"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8362dependencies = [
 8363 "atomic-waker",
 8364 "bytes 1.11.1",
 8365 "futures-channel",
 8366 "futures-core",
 8367 "h2 0.4.12",
 8368 "http 1.3.1",
 8369 "http-body 1.0.1",
 8370 "httparse",
 8371 "itoa",
 8372 "pin-project-lite",
 8373 "pin-utils",
 8374 "smallvec",
 8375 "tokio",
 8376 "want",
 8377]
 8378
 8379[[package]]
 8380name = "hyper-rustls"
 8381version = "0.24.2"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8384dependencies = [
 8385 "futures-util",
 8386 "http 0.2.12",
 8387 "hyper 0.14.32",
 8388 "log",
 8389 "rustls 0.21.12",
 8390 "rustls-native-certs 0.6.3",
 8391 "tokio",
 8392 "tokio-rustls 0.24.1",
 8393]
 8394
 8395[[package]]
 8396name = "hyper-rustls"
 8397version = "0.27.7"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8400dependencies = [
 8401 "http 1.3.1",
 8402 "hyper 1.7.0",
 8403 "hyper-util",
 8404 "log",
 8405 "rustls 0.23.33",
 8406 "rustls-native-certs 0.8.2",
 8407 "rustls-pki-types",
 8408 "tokio",
 8409 "tokio-rustls 0.26.2",
 8410 "tower-service",
 8411]
 8412
 8413[[package]]
 8414name = "hyper-timeout"
 8415version = "0.5.2"
 8416source = "registry+https://github.com/rust-lang/crates.io-index"
 8417checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8418dependencies = [
 8419 "hyper 1.7.0",
 8420 "hyper-util",
 8421 "pin-project-lite",
 8422 "tokio",
 8423 "tower-service",
 8424]
 8425
 8426[[package]]
 8427name = "hyper-tls"
 8428version = "0.5.0"
 8429source = "registry+https://github.com/rust-lang/crates.io-index"
 8430checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8431dependencies = [
 8432 "bytes 1.11.1",
 8433 "hyper 0.14.32",
 8434 "native-tls",
 8435 "tokio",
 8436 "tokio-native-tls",
 8437]
 8438
 8439[[package]]
 8440name = "hyper-util"
 8441version = "0.1.17"
 8442source = "registry+https://github.com/rust-lang/crates.io-index"
 8443checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8444dependencies = [
 8445 "base64 0.22.1",
 8446 "bytes 1.11.1",
 8447 "futures-channel",
 8448 "futures-core",
 8449 "futures-util",
 8450 "http 1.3.1",
 8451 "http-body 1.0.1",
 8452 "hyper 1.7.0",
 8453 "ipnet",
 8454 "libc",
 8455 "percent-encoding",
 8456 "pin-project-lite",
 8457 "socket2 0.6.1",
 8458 "tokio",
 8459 "tower-service",
 8460 "tracing",
 8461]
 8462
 8463[[package]]
 8464name = "iana-time-zone"
 8465version = "0.1.64"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8468dependencies = [
 8469 "android_system_properties",
 8470 "core-foundation-sys",
 8471 "iana-time-zone-haiku",
 8472 "js-sys",
 8473 "log",
 8474 "wasm-bindgen",
 8475 "windows-core 0.62.2",
 8476]
 8477
 8478[[package]]
 8479name = "iana-time-zone-haiku"
 8480version = "0.1.2"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8483dependencies = [
 8484 "cc",
 8485]
 8486
 8487[[package]]
 8488name = "icons"
 8489version = "0.1.0"
 8490dependencies = [
 8491 "serde",
 8492 "strum 0.27.2",
 8493]
 8494
 8495[[package]]
 8496name = "icu_collections"
 8497version = "2.0.0"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8500dependencies = [
 8501 "displaydoc",
 8502 "potential_utf",
 8503 "yoke 0.8.0",
 8504 "zerofrom",
 8505 "zerovec",
 8506]
 8507
 8508[[package]]
 8509name = "icu_locale_core"
 8510version = "2.0.0"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8513dependencies = [
 8514 "displaydoc",
 8515 "litemap",
 8516 "tinystr",
 8517 "writeable",
 8518 "zerovec",
 8519]
 8520
 8521[[package]]
 8522name = "icu_normalizer"
 8523version = "2.0.0"
 8524source = "registry+https://github.com/rust-lang/crates.io-index"
 8525checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8526dependencies = [
 8527 "displaydoc",
 8528 "icu_collections",
 8529 "icu_normalizer_data",
 8530 "icu_properties",
 8531 "icu_provider",
 8532 "smallvec",
 8533 "zerovec",
 8534]
 8535
 8536[[package]]
 8537name = "icu_normalizer_data"
 8538version = "2.0.0"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8541
 8542[[package]]
 8543name = "icu_properties"
 8544version = "2.0.1"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8547dependencies = [
 8548 "displaydoc",
 8549 "icu_collections",
 8550 "icu_locale_core",
 8551 "icu_properties_data",
 8552 "icu_provider",
 8553 "potential_utf",
 8554 "zerotrie",
 8555 "zerovec",
 8556]
 8557
 8558[[package]]
 8559name = "icu_properties_data"
 8560version = "2.0.1"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8563
 8564[[package]]
 8565name = "icu_provider"
 8566version = "2.0.0"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8569dependencies = [
 8570 "displaydoc",
 8571 "icu_locale_core",
 8572 "stable_deref_trait",
 8573 "tinystr",
 8574 "writeable",
 8575 "yoke 0.8.0",
 8576 "zerofrom",
 8577 "zerotrie",
 8578 "zerovec",
 8579]
 8580
 8581[[package]]
 8582name = "id-arena"
 8583version = "2.2.1"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8586
 8587[[package]]
 8588name = "ident_case"
 8589version = "1.0.1"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8592
 8593[[package]]
 8594name = "idna"
 8595version = "1.1.0"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8598dependencies = [
 8599 "idna_adapter",
 8600 "smallvec",
 8601 "utf8_iter",
 8602]
 8603
 8604[[package]]
 8605name = "idna_adapter"
 8606version = "1.2.1"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8609dependencies = [
 8610 "icu_normalizer",
 8611 "icu_properties",
 8612]
 8613
 8614[[package]]
 8615name = "ignore"
 8616version = "0.4.24"
 8617source = "registry+https://github.com/rust-lang/crates.io-index"
 8618checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8619dependencies = [
 8620 "crossbeam-deque",
 8621 "globset",
 8622 "log",
 8623 "memchr",
 8624 "regex-automata",
 8625 "same-file",
 8626 "walkdir",
 8627 "winapi-util",
 8628]
 8629
 8630[[package]]
 8631name = "image"
 8632version = "0.25.8"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8635dependencies = [
 8636 "bytemuck",
 8637 "byteorder-lite",
 8638 "color_quant",
 8639 "exr",
 8640 "gif",
 8641 "image-webp",
 8642 "moxcms",
 8643 "num-traits",
 8644 "png 0.18.0",
 8645 "qoi",
 8646 "ravif",
 8647 "rayon",
 8648 "rgb",
 8649 "tiff",
 8650 "zune-core",
 8651 "zune-jpeg",
 8652]
 8653
 8654[[package]]
 8655name = "image-webp"
 8656version = "0.2.4"
 8657source = "registry+https://github.com/rust-lang/crates.io-index"
 8658checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8659dependencies = [
 8660 "byteorder-lite",
 8661 "quick-error 2.0.1",
 8662]
 8663
 8664[[package]]
 8665name = "image_viewer"
 8666version = "0.1.0"
 8667dependencies = [
 8668 "anyhow",
 8669 "db",
 8670 "editor",
 8671 "file_icons",
 8672 "gpui",
 8673 "language",
 8674 "log",
 8675 "project",
 8676 "serde",
 8677 "settings",
 8678 "theme_settings",
 8679 "ui",
 8680 "util",
 8681 "workspace",
 8682]
 8683
 8684[[package]]
 8685name = "imagesize"
 8686version = "0.13.0"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8689
 8690[[package]]
 8691name = "imara-diff"
 8692version = "0.1.8"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8695dependencies = [
 8696 "hashbrown 0.15.5",
 8697]
 8698
 8699[[package]]
 8700name = "imgref"
 8701version = "1.12.0"
 8702source = "registry+https://github.com/rust-lang/crates.io-index"
 8703checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8704
 8705[[package]]
 8706name = "indenter"
 8707version = "0.3.4"
 8708source = "registry+https://github.com/rust-lang/crates.io-index"
 8709checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8710
 8711[[package]]
 8712name = "indexmap"
 8713version = "2.11.4"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8716dependencies = [
 8717 "equivalent",
 8718 "hashbrown 0.16.1",
 8719 "serde",
 8720 "serde_core",
 8721]
 8722
 8723[[package]]
 8724name = "indoc"
 8725version = "2.0.6"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8728
 8729[[package]]
 8730name = "inherent"
 8731version = "1.0.13"
 8732source = "registry+https://github.com/rust-lang/crates.io-index"
 8733checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8734dependencies = [
 8735 "proc-macro2",
 8736 "quote",
 8737 "syn 2.0.117",
 8738]
 8739
 8740[[package]]
 8741name = "inotify"
 8742version = "0.9.6"
 8743source = "registry+https://github.com/rust-lang/crates.io-index"
 8744checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8745dependencies = [
 8746 "bitflags 1.3.2",
 8747 "inotify-sys",
 8748 "libc",
 8749]
 8750
 8751[[package]]
 8752name = "inotify"
 8753version = "0.11.0"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8756dependencies = [
 8757 "bitflags 2.10.0",
 8758 "inotify-sys",
 8759 "libc",
 8760]
 8761
 8762[[package]]
 8763name = "inotify-sys"
 8764version = "0.1.5"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8767dependencies = [
 8768 "libc",
 8769]
 8770
 8771[[package]]
 8772name = "inout"
 8773version = "0.1.4"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8776dependencies = [
 8777 "block-padding",
 8778 "generic-array",
 8779]
 8780
 8781[[package]]
 8782name = "inspector_ui"
 8783version = "0.1.0"
 8784dependencies = [
 8785 "anyhow",
 8786 "command_palette_hooks",
 8787 "editor",
 8788 "fuzzy",
 8789 "gpui",
 8790 "language",
 8791 "project",
 8792 "serde_json",
 8793 "serde_json_lenient",
 8794 "theme_settings",
 8795 "ui",
 8796 "util",
 8797 "util_macros",
 8798 "workspace",
 8799 "zed_actions",
 8800]
 8801
 8802[[package]]
 8803name = "install_cli"
 8804version = "0.1.0"
 8805dependencies = [
 8806 "anyhow",
 8807 "client",
 8808 "gpui",
 8809 "release_channel",
 8810 "smol",
 8811 "util",
 8812 "workspace",
 8813]
 8814
 8815[[package]]
 8816name = "instant"
 8817version = "0.1.13"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8820dependencies = [
 8821 "cfg-if",
 8822]
 8823
 8824[[package]]
 8825name = "interpolate_name"
 8826version = "0.2.4"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8829dependencies = [
 8830 "proc-macro2",
 8831 "quote",
 8832 "syn 2.0.117",
 8833]
 8834
 8835[[package]]
 8836name = "inventory"
 8837version = "0.3.21"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8840dependencies = [
 8841 "rustversion",
 8842]
 8843
 8844[[package]]
 8845name = "io-extras"
 8846version = "0.18.4"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8849dependencies = [
 8850 "io-lifetimes",
 8851 "windows-sys 0.59.0",
 8852]
 8853
 8854[[package]]
 8855name = "io-lifetimes"
 8856version = "2.0.4"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8859
 8860[[package]]
 8861name = "io-surface"
 8862version = "0.16.1"
 8863source = "registry+https://github.com/rust-lang/crates.io-index"
 8864checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8865dependencies = [
 8866 "cgl",
 8867 "core-foundation 0.10.0",
 8868 "core-foundation-sys",
 8869 "leaky-cow",
 8870]
 8871
 8872[[package]]
 8873name = "iovec"
 8874version = "0.1.4"
 8875source = "registry+https://github.com/rust-lang/crates.io-index"
 8876checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8877dependencies = [
 8878 "libc",
 8879]
 8880
 8881[[package]]
 8882name = "ipc-channel"
 8883version = "0.19.0"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8886dependencies = [
 8887 "bincode",
 8888 "crossbeam-channel",
 8889 "fnv",
 8890 "lazy_static",
 8891 "libc",
 8892 "mio 1.1.0",
 8893 "rand 0.8.5",
 8894 "serde",
 8895 "tempfile",
 8896 "uuid",
 8897 "windows 0.58.0",
 8898]
 8899
 8900[[package]]
 8901name = "ipnet"
 8902version = "2.11.0"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8905
 8906[[package]]
 8907name = "iri-string"
 8908version = "0.7.8"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8911dependencies = [
 8912 "memchr",
 8913 "serde",
 8914]
 8915
 8916[[package]]
 8917name = "is-docker"
 8918version = "0.2.0"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8921dependencies = [
 8922 "once_cell",
 8923]
 8924
 8925[[package]]
 8926name = "is-terminal"
 8927version = "0.4.16"
 8928source = "registry+https://github.com/rust-lang/crates.io-index"
 8929checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8930dependencies = [
 8931 "hermit-abi",
 8932 "libc",
 8933 "windows-sys 0.59.0",
 8934]
 8935
 8936[[package]]
 8937name = "is-wsl"
 8938version = "0.4.0"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8941dependencies = [
 8942 "is-docker",
 8943 "once_cell",
 8944]
 8945
 8946[[package]]
 8947name = "is_executable"
 8948version = "1.0.5"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8951dependencies = [
 8952 "windows-sys 0.60.2",
 8953]
 8954
 8955[[package]]
 8956name = "is_terminal_polyfill"
 8957version = "1.70.1"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8960
 8961[[package]]
 8962name = "itertools"
 8963version = "0.10.5"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8966dependencies = [
 8967 "either",
 8968]
 8969
 8970[[package]]
 8971name = "itertools"
 8972version = "0.11.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8975dependencies = [
 8976 "either",
 8977]
 8978
 8979[[package]]
 8980name = "itertools"
 8981version = "0.12.1"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8984dependencies = [
 8985 "either",
 8986]
 8987
 8988[[package]]
 8989name = "itertools"
 8990version = "0.14.0"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8993dependencies = [
 8994 "either",
 8995]
 8996
 8997[[package]]
 8998name = "itoa"
 8999version = "1.0.15"
 9000source = "registry+https://github.com/rust-lang/crates.io-index"
 9001checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9002
 9003[[package]]
 9004name = "jiff"
 9005version = "0.2.15"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9008dependencies = [
 9009 "jiff-static",
 9010 "log",
 9011 "portable-atomic",
 9012 "portable-atomic-util",
 9013 "serde",
 9014]
 9015
 9016[[package]]
 9017name = "jiff-static"
 9018version = "0.2.15"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9021dependencies = [
 9022 "proc-macro2",
 9023 "quote",
 9024 "syn 2.0.117",
 9025]
 9026
 9027[[package]]
 9028name = "jni"
 9029version = "0.21.1"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9032dependencies = [
 9033 "cesu8",
 9034 "cfg-if",
 9035 "combine",
 9036 "jni-sys",
 9037 "log",
 9038 "thiserror 1.0.69",
 9039 "walkdir",
 9040 "windows-sys 0.45.0",
 9041]
 9042
 9043[[package]]
 9044name = "jni-sys"
 9045version = "0.3.0"
 9046source = "registry+https://github.com/rust-lang/crates.io-index"
 9047checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9048
 9049[[package]]
 9050name = "jobserver"
 9051version = "0.1.34"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9054dependencies = [
 9055 "getrandom 0.3.4",
 9056 "libc",
 9057]
 9058
 9059[[package]]
 9060name = "journal"
 9061version = "0.1.0"
 9062dependencies = [
 9063 "anyhow",
 9064 "chrono",
 9065 "editor",
 9066 "gpui",
 9067 "log",
 9068 "serde",
 9069 "settings",
 9070 "shellexpand 2.1.2",
 9071 "workspace",
 9072]
 9073
 9074[[package]]
 9075name = "js-sys"
 9076version = "0.3.90"
 9077source = "registry+https://github.com/rust-lang/crates.io-index"
 9078checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9079dependencies = [
 9080 "once_cell",
 9081 "wasm-bindgen",
 9082]
 9083
 9084[[package]]
 9085name = "json5"
 9086version = "0.4.1"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9089dependencies = [
 9090 "pest",
 9091 "pest_derive",
 9092 "serde",
 9093]
 9094
 9095[[package]]
 9096name = "json_dotpath"
 9097version = "1.1.0"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9100dependencies = [
 9101 "serde",
 9102 "serde_derive",
 9103 "serde_json",
 9104 "thiserror 1.0.69",
 9105]
 9106
 9107[[package]]
 9108name = "json_schema_store"
 9109version = "0.1.0"
 9110dependencies = [
 9111 "anyhow",
 9112 "collections",
 9113 "dap",
 9114 "extension",
 9115 "gpui",
 9116 "language",
 9117 "parking_lot",
 9118 "paths",
 9119 "project",
 9120 "schemars",
 9121 "serde",
 9122 "serde_json",
 9123 "settings",
 9124 "snippet_provider",
 9125 "task",
 9126 "theme",
 9127 "util",
 9128]
 9129
 9130[[package]]
 9131name = "jsonschema"
 9132version = "0.37.4"
 9133source = "registry+https://github.com/rust-lang/crates.io-index"
 9134checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9135dependencies = [
 9136 "ahash 0.8.12",
 9137 "bytecount",
 9138 "data-encoding",
 9139 "email_address",
 9140 "fancy-regex 0.16.2",
 9141 "fraction",
 9142 "getrandom 0.3.4",
 9143 "idna",
 9144 "itoa",
 9145 "num-cmp",
 9146 "num-traits",
 9147 "percent-encoding",
 9148 "referencing",
 9149 "regex",
 9150 "regex-syntax",
 9151 "reqwest 0.12.24",
 9152 "serde",
 9153 "serde_json",
 9154 "unicode-general-category",
 9155 "uuid-simd",
 9156]
 9157
 9158[[package]]
 9159name = "jsonwebtoken"
 9160version = "10.3.0"
 9161source = "registry+https://github.com/rust-lang/crates.io-index"
 9162checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9163dependencies = [
 9164 "aws-lc-rs",
 9165 "base64 0.22.1",
 9166 "getrandom 0.2.16",
 9167 "js-sys",
 9168 "pem",
 9169 "serde",
 9170 "serde_json",
 9171 "signature 2.2.0",
 9172 "simple_asn1",
 9173]
 9174
 9175[[package]]
 9176name = "jupyter-protocol"
 9177version = "1.4.0"
 9178source = "registry+https://github.com/rust-lang/crates.io-index"
 9179checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9180dependencies = [
 9181 "async-trait",
 9182 "bytes 1.11.1",
 9183 "chrono",
 9184 "futures 0.3.32",
 9185 "serde",
 9186 "serde_json",
 9187 "thiserror 2.0.17",
 9188 "uuid",
 9189]
 9190
 9191[[package]]
 9192name = "jupyter-websocket-client"
 9193version = "1.0.0"
 9194source = "registry+https://github.com/rust-lang/crates.io-index"
 9195checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9196dependencies = [
 9197 "anyhow",
 9198 "async-trait",
 9199 "async-tungstenite",
 9200 "futures 0.3.32",
 9201 "jupyter-protocol",
 9202 "serde",
 9203 "serde_json",
 9204 "tokio",
 9205 "url",
 9206 "uuid",
 9207]
 9208
 9209[[package]]
 9210name = "keymap_editor"
 9211version = "0.1.0"
 9212dependencies = [
 9213 "anyhow",
 9214 "collections",
 9215 "command_palette",
 9216 "component",
 9217 "db",
 9218 "editor",
 9219 "fs",
 9220 "fuzzy",
 9221 "gpui",
 9222 "itertools 0.14.0",
 9223 "json_schema_store",
 9224 "language",
 9225 "log",
 9226 "menu",
 9227 "notifications",
 9228 "paths",
 9229 "project",
 9230 "search",
 9231 "serde",
 9232 "serde_json",
 9233 "settings",
 9234 "telemetry",
 9235 "tempfile",
 9236 "theme",
 9237 "theme_settings",
 9238 "tree-sitter-json",
 9239 "tree-sitter-rust",
 9240 "ui",
 9241 "ui_input",
 9242 "util",
 9243 "workspace",
 9244 "zed_actions",
 9245]
 9246
 9247[[package]]
 9248name = "khronos-egl"
 9249version = "6.0.0"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9252dependencies = [
 9253 "libc",
 9254 "libloading",
 9255 "pkg-config",
 9256]
 9257
 9258[[package]]
 9259name = "khronos_api"
 9260version = "3.1.0"
 9261source = "registry+https://github.com/rust-lang/crates.io-index"
 9262checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9263
 9264[[package]]
 9265name = "kqueue"
 9266version = "1.1.1"
 9267source = "registry+https://github.com/rust-lang/crates.io-index"
 9268checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9269dependencies = [
 9270 "kqueue-sys",
 9271 "libc",
 9272]
 9273
 9274[[package]]
 9275name = "kqueue-sys"
 9276version = "1.0.4"
 9277source = "registry+https://github.com/rust-lang/crates.io-index"
 9278checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9279dependencies = [
 9280 "bitflags 1.3.2",
 9281 "libc",
 9282]
 9283
 9284[[package]]
 9285name = "kurbo"
 9286version = "0.11.3"
 9287source = "registry+https://github.com/rust-lang/crates.io-index"
 9288checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9289dependencies = [
 9290 "arrayvec",
 9291 "euclid",
 9292 "smallvec",
 9293]
 9294
 9295[[package]]
 9296name = "kv-log-macro"
 9297version = "1.0.7"
 9298source = "registry+https://github.com/rust-lang/crates.io-index"
 9299checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9300dependencies = [
 9301 "log",
 9302]
 9303
 9304[[package]]
 9305name = "language"
 9306version = "0.1.0"
 9307dependencies = [
 9308 "anyhow",
 9309 "async-trait",
 9310 "clock",
 9311 "collections",
 9312 "criterion",
 9313 "ctor",
 9314 "diffy",
 9315 "ec4rs",
 9316 "encoding_rs",
 9317 "fs",
 9318 "futures 0.3.32",
 9319 "fuzzy",
 9320 "globset",
 9321 "gpui",
 9322 "http_client",
 9323 "imara-diff",
 9324 "indoc",
 9325 "itertools 0.14.0",
 9326 "language_core",
 9327 "log",
 9328 "lsp",
 9329 "parking_lot",
 9330 "postage",
 9331 "pretty_assertions",
 9332 "rand 0.9.2",
 9333 "regex",
 9334 "rpc",
 9335 "semver",
 9336 "serde",
 9337 "serde_json",
 9338 "settings",
 9339 "shellexpand 2.1.2",
 9340 "smallvec",
 9341 "smol",
 9342 "streaming-iterator",
 9343 "strsim",
 9344 "sum_tree",
 9345 "task",
 9346 "text",
 9347 "theme",
 9348 "theme_settings",
 9349 "toml 0.8.23",
 9350 "tracing",
 9351 "tree-sitter",
 9352 "tree-sitter-elixir",
 9353 "tree-sitter-embedded-template",
 9354 "tree-sitter-heex",
 9355 "tree-sitter-html",
 9356 "tree-sitter-json",
 9357 "tree-sitter-md",
 9358 "tree-sitter-python",
 9359 "tree-sitter-ruby",
 9360 "tree-sitter-rust",
 9361 "tree-sitter-typescript",
 9362 "unicase",
 9363 "unindent",
 9364 "util",
 9365 "watch",
 9366 "zlog",
 9367 "ztracing",
 9368]
 9369
 9370[[package]]
 9371name = "language_core"
 9372version = "0.1.0"
 9373dependencies = [
 9374 "anyhow",
 9375 "collections",
 9376 "gpui_shared_string",
 9377 "log",
 9378 "lsp",
 9379 "parking_lot",
 9380 "regex",
 9381 "schemars",
 9382 "serde",
 9383 "serde_json",
 9384 "toml 0.8.23",
 9385 "tree-sitter",
 9386 "util",
 9387]
 9388
 9389[[package]]
 9390name = "language_extension"
 9391version = "0.1.0"
 9392dependencies = [
 9393 "anyhow",
 9394 "async-trait",
 9395 "collections",
 9396 "extension",
 9397 "fs",
 9398 "futures 0.3.32",
 9399 "gpui",
 9400 "language",
 9401 "log",
 9402 "lsp",
 9403 "project",
 9404 "serde",
 9405 "serde_json",
 9406 "tracing",
 9407 "util",
 9408 "ztracing",
 9409]
 9410
 9411[[package]]
 9412name = "language_model"
 9413version = "0.1.0"
 9414dependencies = [
 9415 "anyhow",
 9416 "base64 0.22.1",
 9417 "collections",
 9418 "credentials_provider",
 9419 "env_var",
 9420 "futures 0.3.32",
 9421 "gpui",
 9422 "http_client",
 9423 "icons",
 9424 "image",
 9425 "language_model_core",
 9426 "log",
 9427 "parking_lot",
 9428 "serde",
 9429 "serde_json",
 9430 "thiserror 2.0.17",
 9431 "util",
 9432]
 9433
 9434[[package]]
 9435name = "language_model_core"
 9436version = "0.1.0"
 9437dependencies = [
 9438 "anyhow",
 9439 "cloud_llm_client",
 9440 "futures 0.3.32",
 9441 "gpui_shared_string",
 9442 "http_client",
 9443 "partial-json-fixer",
 9444 "schemars",
 9445 "serde",
 9446 "serde_json",
 9447 "smol",
 9448 "strum 0.27.2",
 9449 "thiserror 2.0.17",
 9450]
 9451
 9452[[package]]
 9453name = "language_models"
 9454version = "0.1.0"
 9455dependencies = [
 9456 "ai_onboarding",
 9457 "anthropic",
 9458 "anyhow",
 9459 "aws-config",
 9460 "aws-credential-types",
 9461 "aws_http_client",
 9462 "base64 0.22.1",
 9463 "bedrock",
 9464 "client",
 9465 "cloud_api_client",
 9466 "cloud_api_types",
 9467 "collections",
 9468 "component",
 9469 "convert_case 0.8.0",
 9470 "copilot",
 9471 "copilot_chat",
 9472 "copilot_ui",
 9473 "credentials_provider",
 9474 "deepseek",
 9475 "extension",
 9476 "extension_host",
 9477 "fs",
 9478 "futures 0.3.32",
 9479 "google_ai",
 9480 "gpui",
 9481 "gpui_tokio",
 9482 "http_client",
 9483 "language",
 9484 "language_model",
 9485 "language_models_cloud",
 9486 "lmstudio",
 9487 "log",
 9488 "menu",
 9489 "mistral",
 9490 "ollama",
 9491 "open_ai",
 9492 "open_router",
 9493 "opencode",
 9494 "parking_lot",
 9495 "pretty_assertions",
 9496 "rand 0.9.2",
 9497 "release_channel",
 9498 "schemars",
 9499 "serde",
 9500 "serde_json",
 9501 "settings",
 9502 "sha2",
 9503 "smol",
 9504 "strum 0.27.2",
 9505 "tiktoken-rs",
 9506 "tokio",
 9507 "ui",
 9508 "ui_input",
 9509 "url",
 9510 "util",
 9511 "vercel",
 9512 "x_ai",
 9513]
 9514
 9515[[package]]
 9516name = "language_models_cloud"
 9517version = "0.1.0"
 9518dependencies = [
 9519 "anthropic",
 9520 "anyhow",
 9521 "cloud_llm_client",
 9522 "futures 0.3.32",
 9523 "google_ai",
 9524 "gpui",
 9525 "http_client",
 9526 "language_model",
 9527 "open_ai",
 9528 "schemars",
 9529 "semver",
 9530 "serde",
 9531 "serde_json",
 9532 "smol",
 9533 "thiserror 2.0.17",
 9534 "x_ai",
 9535]
 9536
 9537[[package]]
 9538name = "language_onboarding"
 9539version = "0.1.0"
 9540dependencies = [
 9541 "db",
 9542 "editor",
 9543 "gpui",
 9544 "project",
 9545 "ui",
 9546 "workspace",
 9547]
 9548
 9549[[package]]
 9550name = "language_selector"
 9551version = "0.1.0"
 9552dependencies = [
 9553 "anyhow",
 9554 "editor",
 9555 "file_icons",
 9556 "fuzzy",
 9557 "gpui",
 9558 "language",
 9559 "open_path_prompt",
 9560 "picker",
 9561 "project",
 9562 "serde_json",
 9563 "settings",
 9564 "ui",
 9565 "util",
 9566 "workspace",
 9567]
 9568
 9569[[package]]
 9570name = "language_tools"
 9571version = "0.1.0"
 9572dependencies = [
 9573 "anyhow",
 9574 "client",
 9575 "collections",
 9576 "command_palette_hooks",
 9577 "edit_prediction",
 9578 "editor",
 9579 "futures 0.3.32",
 9580 "gpui",
 9581 "itertools 0.14.0",
 9582 "language",
 9583 "lsp",
 9584 "menu",
 9585 "project",
 9586 "proto",
 9587 "release_channel",
 9588 "semver",
 9589 "serde_json",
 9590 "settings",
 9591 "sysinfo 0.37.2",
 9592 "telemetry",
 9593 "theme",
 9594 "theme_settings",
 9595 "tree-sitter",
 9596 "ui",
 9597 "util",
 9598 "workspace",
 9599 "zed_actions",
 9600 "zlog",
 9601]
 9602
 9603[[package]]
 9604name = "languages"
 9605version = "0.1.0"
 9606dependencies = [
 9607 "anyhow",
 9608 "async-compression",
 9609 "async-fs",
 9610 "async-tar",
 9611 "async-trait",
 9612 "chrono",
 9613 "collections",
 9614 "fs",
 9615 "futures 0.3.32",
 9616 "globset",
 9617 "gpui",
 9618 "grammars",
 9619 "http_client",
 9620 "itertools 0.14.0",
 9621 "json_schema_store",
 9622 "language",
 9623 "log",
 9624 "lsp",
 9625 "node_runtime",
 9626 "parking_lot",
 9627 "pet",
 9628 "pet-conda",
 9629 "pet-core",
 9630 "pet-fs",
 9631 "pet-poetry",
 9632 "pet-reporter",
 9633 "pet-virtualenv",
 9634 "pretty_assertions",
 9635 "project",
 9636 "regex",
 9637 "rope",
 9638 "semver",
 9639 "serde",
 9640 "serde_json",
 9641 "serde_json_lenient",
 9642 "settings",
 9643 "smallvec",
 9644 "smol",
 9645 "snippet",
 9646 "task",
 9647 "terminal",
 9648 "theme",
 9649 "tree-sitter",
 9650 "tree-sitter-bash",
 9651 "tree-sitter-c",
 9652 "tree-sitter-cpp",
 9653 "tree-sitter-css",
 9654 "tree-sitter-gitcommit",
 9655 "tree-sitter-go",
 9656 "tree-sitter-python",
 9657 "tree-sitter-rust",
 9658 "tree-sitter-typescript",
 9659 "unindent",
 9660 "url",
 9661 "util",
 9662]
 9663
 9664[[package]]
 9665name = "lazy_static"
 9666version = "1.5.0"
 9667source = "registry+https://github.com/rust-lang/crates.io-index"
 9668checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9669dependencies = [
 9670 "spin 0.9.8",
 9671]
 9672
 9673[[package]]
 9674name = "leak"
 9675version = "0.1.2"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9678
 9679[[package]]
 9680name = "leaky-cow"
 9681version = "0.1.1"
 9682source = "registry+https://github.com/rust-lang/crates.io-index"
 9683checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9684dependencies = [
 9685 "leak",
 9686]
 9687
 9688[[package]]
 9689name = "leb128"
 9690version = "0.2.5"
 9691source = "registry+https://github.com/rust-lang/crates.io-index"
 9692checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9693
 9694[[package]]
 9695name = "leb128fmt"
 9696version = "0.1.0"
 9697source = "registry+https://github.com/rust-lang/crates.io-index"
 9698checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9699
 9700[[package]]
 9701name = "lebe"
 9702version = "0.5.3"
 9703source = "registry+https://github.com/rust-lang/crates.io-index"
 9704checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9705
 9706[[package]]
 9707name = "libbz2-rs-sys"
 9708version = "0.2.2"
 9709source = "registry+https://github.com/rust-lang/crates.io-index"
 9710checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9711
 9712[[package]]
 9713name = "libc"
 9714version = "0.2.182"
 9715source = "registry+https://github.com/rust-lang/crates.io-index"
 9716checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9717
 9718[[package]]
 9719name = "libdbus-sys"
 9720version = "0.2.6"
 9721source = "registry+https://github.com/rust-lang/crates.io-index"
 9722checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9723dependencies = [
 9724 "cc",
 9725 "pkg-config",
 9726]
 9727
 9728[[package]]
 9729name = "libfuzzer-sys"
 9730version = "0.4.10"
 9731source = "registry+https://github.com/rust-lang/crates.io-index"
 9732checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9733dependencies = [
 9734 "arbitrary",
 9735 "cc",
 9736]
 9737
 9738[[package]]
 9739name = "libgit2-sys"
 9740version = "0.18.3+1.9.2"
 9741source = "registry+https://github.com/rust-lang/crates.io-index"
 9742checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9743dependencies = [
 9744 "cc",
 9745 "libc",
 9746 "libz-sys",
 9747 "pkg-config",
 9748]
 9749
 9750[[package]]
 9751name = "libloading"
 9752version = "0.8.9"
 9753source = "registry+https://github.com/rust-lang/crates.io-index"
 9754checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9755dependencies = [
 9756 "cfg-if",
 9757 "windows-link 0.2.1",
 9758]
 9759
 9760[[package]]
 9761name = "libm"
 9762version = "0.2.15"
 9763source = "registry+https://github.com/rust-lang/crates.io-index"
 9764checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9765
 9766[[package]]
 9767name = "libmimalloc-sys"
 9768version = "0.1.44"
 9769source = "registry+https://github.com/rust-lang/crates.io-index"
 9770checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9771dependencies = [
 9772 "cc",
 9773 "libc",
 9774]
 9775
 9776[[package]]
 9777name = "libredox"
 9778version = "0.1.10"
 9779source = "registry+https://github.com/rust-lang/crates.io-index"
 9780checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9781dependencies = [
 9782 "bitflags 2.10.0",
 9783 "libc",
 9784 "redox_syscall 0.5.18",
 9785]
 9786
 9787[[package]]
 9788name = "libsqlite3-sys"
 9789version = "0.30.1"
 9790source = "registry+https://github.com/rust-lang/crates.io-index"
 9791checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9792dependencies = [
 9793 "cc",
 9794 "pkg-config",
 9795 "vcpkg",
 9796]
 9797
 9798[[package]]
 9799name = "libwebrtc"
 9800version = "0.3.26"
 9801source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9802dependencies = [
 9803 "cxx",
 9804 "glib",
 9805 "jni",
 9806 "js-sys",
 9807 "lazy_static",
 9808 "livekit-protocol",
 9809 "livekit-runtime",
 9810 "log",
 9811 "parking_lot",
 9812 "serde",
 9813 "serde_json",
 9814 "thiserror 1.0.69",
 9815 "tokio",
 9816 "wasm-bindgen",
 9817 "wasm-bindgen-futures",
 9818 "web-sys",
 9819 "webrtc-sys",
 9820]
 9821
 9822[[package]]
 9823name = "libz-sys"
 9824version = "1.1.22"
 9825source = "registry+https://github.com/rust-lang/crates.io-index"
 9826checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9827dependencies = [
 9828 "cc",
 9829 "libc",
 9830 "pkg-config",
 9831 "vcpkg",
 9832]
 9833
 9834[[package]]
 9835name = "line_ending_selector"
 9836version = "0.1.0"
 9837dependencies = [
 9838 "editor",
 9839 "gpui",
 9840 "language",
 9841 "picker",
 9842 "project",
 9843 "ui",
 9844 "util",
 9845 "workspace",
 9846]
 9847
 9848[[package]]
 9849name = "linebender_resource_handle"
 9850version = "0.1.1"
 9851source = "registry+https://github.com/rust-lang/crates.io-index"
 9852checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9853
 9854[[package]]
 9855name = "link-cplusplus"
 9856version = "1.0.12"
 9857source = "registry+https://github.com/rust-lang/crates.io-index"
 9858checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9859dependencies = [
 9860 "cc",
 9861]
 9862
 9863[[package]]
 9864name = "linkify"
 9865version = "0.10.0"
 9866source = "registry+https://github.com/rust-lang/crates.io-index"
 9867checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9868dependencies = [
 9869 "memchr",
 9870]
 9871
 9872[[package]]
 9873name = "linux-raw-sys"
 9874version = "0.4.15"
 9875source = "registry+https://github.com/rust-lang/crates.io-index"
 9876checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9877
 9878[[package]]
 9879name = "linux-raw-sys"
 9880version = "0.11.0"
 9881source = "registry+https://github.com/rust-lang/crates.io-index"
 9882checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9883
 9884[[package]]
 9885name = "litemap"
 9886version = "0.8.0"
 9887source = "registry+https://github.com/rust-lang/crates.io-index"
 9888checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9889
 9890[[package]]
 9891name = "litrs"
 9892version = "1.0.0"
 9893source = "registry+https://github.com/rust-lang/crates.io-index"
 9894checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9895
 9896[[package]]
 9897name = "livekit"
 9898version = "0.7.32"
 9899source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9900dependencies = [
 9901 "base64 0.22.1",
 9902 "bmrng",
 9903 "bytes 1.11.1",
 9904 "chrono",
 9905 "futures-util",
 9906 "lazy_static",
 9907 "libloading",
 9908 "libwebrtc",
 9909 "livekit-api",
 9910 "livekit-protocol",
 9911 "livekit-runtime",
 9912 "log",
 9913 "parking_lot",
 9914 "prost 0.12.6",
 9915 "semver",
 9916 "serde",
 9917 "serde_json",
 9918 "thiserror 1.0.69",
 9919 "tokio",
 9920]
 9921
 9922[[package]]
 9923name = "livekit-api"
 9924version = "0.4.14"
 9925source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9926dependencies = [
 9927 "base64 0.21.7",
 9928 "futures-util",
 9929 "http 1.3.1",
 9930 "livekit-protocol",
 9931 "livekit-runtime",
 9932 "log",
 9933 "parking_lot",
 9934 "pbjson-types",
 9935 "prost 0.12.6",
 9936 "rand 0.9.2",
 9937 "reqwest 0.12.24",
 9938 "rustls-native-certs 0.6.3",
 9939 "scopeguard",
 9940 "serde",
 9941 "sha2",
 9942 "thiserror 1.0.69",
 9943 "tokio",
 9944 "tokio-rustls 0.26.2",
 9945 "tokio-tungstenite 0.28.0",
 9946 "url",
 9947]
 9948
 9949[[package]]
 9950name = "livekit-protocol"
 9951version = "0.7.1"
 9952source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9953dependencies = [
 9954 "futures-util",
 9955 "livekit-runtime",
 9956 "parking_lot",
 9957 "pbjson",
 9958 "pbjson-types",
 9959 "prost 0.12.6",
 9960 "serde",
 9961 "thiserror 1.0.69",
 9962 "tokio",
 9963]
 9964
 9965[[package]]
 9966name = "livekit-runtime"
 9967version = "0.4.0"
 9968source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9969dependencies = [
 9970 "tokio",
 9971 "tokio-stream",
 9972]
 9973
 9974[[package]]
 9975name = "livekit_api"
 9976version = "0.1.0"
 9977dependencies = [
 9978 "anyhow",
 9979 "async-trait",
 9980 "jsonwebtoken",
 9981 "log",
 9982 "prost 0.9.0",
 9983 "prost-build 0.9.0",
 9984 "prost-types 0.9.0",
 9985 "serde",
 9986 "zed-reqwest",
 9987]
 9988
 9989[[package]]
 9990name = "livekit_client"
 9991version = "0.1.0"
 9992dependencies = [
 9993 "anyhow",
 9994 "async-trait",
 9995 "audio",
 9996 "cocoa 0.26.0",
 9997 "collections",
 9998 "core-foundation 0.10.0",
 9999 "core-video",
10000 "coreaudio-rs 0.12.1",
10001 "cpal",
10002 "futures 0.3.32",
10003 "gpui",
10004 "gpui_platform",
10005 "gpui_tokio",
10006 "http_client_tls",
10007 "image",
10008 "libwebrtc",
10009 "livekit",
10010 "livekit_api",
10011 "log",
10012 "nanoid",
10013 "objc",
10014 "parking_lot",
10015 "postage",
10016 "rodio",
10017 "serde",
10018 "serde_json",
10019 "serde_urlencoded",
10020 "settings",
10021 "simplelog",
10022 "smallvec",
10023 "tokio",
10024 "ui",
10025 "util",
10026 "webrtc-sys",
10027 "zed-scap",
10028]
10029
10030[[package]]
10031name = "lmdb-master-sys"
10032version = "0.2.5"
10033source = "registry+https://github.com/rust-lang/crates.io-index"
10034checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10035dependencies = [
10036 "cc",
10037 "doxygen-rs",
10038 "libc",
10039]
10040
10041[[package]]
10042name = "lmstudio"
10043version = "0.1.0"
10044dependencies = [
10045 "anyhow",
10046 "futures 0.3.32",
10047 "http_client",
10048 "schemars",
10049 "serde",
10050 "serde_json",
10051]
10052
10053[[package]]
10054name = "lock_api"
10055version = "0.4.14"
10056source = "registry+https://github.com/rust-lang/crates.io-index"
10057checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10058dependencies = [
10059 "scopeguard",
10060]
10061
10062[[package]]
10063name = "log"
10064version = "0.4.29"
10065source = "registry+https://github.com/rust-lang/crates.io-index"
10066checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10067dependencies = [
10068 "serde_core",
10069 "value-bag",
10070]
10071
10072[[package]]
10073name = "loom"
10074version = "0.7.2"
10075source = "registry+https://github.com/rust-lang/crates.io-index"
10076checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10077dependencies = [
10078 "cfg-if",
10079 "generator",
10080 "scoped-tls",
10081 "tracing",
10082 "tracing-subscriber",
10083]
10084
10085[[package]]
10086name = "loop9"
10087version = "0.1.5"
10088source = "registry+https://github.com/rust-lang/crates.io-index"
10089checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10090dependencies = [
10091 "imgref",
10092]
10093
10094[[package]]
10095name = "lru"
10096version = "0.12.5"
10097source = "registry+https://github.com/rust-lang/crates.io-index"
10098checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10099dependencies = [
10100 "hashbrown 0.15.5",
10101]
10102
10103[[package]]
10104name = "lru-slab"
10105version = "0.1.2"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10108
10109[[package]]
10110name = "lsp"
10111version = "0.1.0"
10112dependencies = [
10113 "anyhow",
10114 "async-pipe",
10115 "collections",
10116 "ctor",
10117 "futures 0.3.32",
10118 "gpui",
10119 "gpui_util",
10120 "log",
10121 "lsp-types",
10122 "parking_lot",
10123 "postage",
10124 "release_channel",
10125 "schemars",
10126 "semver",
10127 "serde",
10128 "serde_json",
10129 "smol",
10130 "util",
10131 "zlog",
10132]
10133
10134[[package]]
10135name = "lsp-types"
10136version = "0.95.1"
10137source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10138dependencies = [
10139 "bitflags 1.3.2",
10140 "serde",
10141 "serde_json",
10142 "url",
10143]
10144
10145[[package]]
10146name = "lyon"
10147version = "1.0.16"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10150dependencies = [
10151 "lyon_algorithms",
10152 "lyon_extra",
10153 "lyon_tessellation",
10154]
10155
10156[[package]]
10157name = "lyon_algorithms"
10158version = "1.0.16"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10161dependencies = [
10162 "lyon_path",
10163 "num-traits",
10164]
10165
10166[[package]]
10167name = "lyon_extra"
10168version = "1.0.3"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10171dependencies = [
10172 "lyon_path",
10173 "thiserror 1.0.69",
10174]
10175
10176[[package]]
10177name = "lyon_geom"
10178version = "1.0.17"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10181dependencies = [
10182 "arrayvec",
10183 "euclid",
10184 "num-traits",
10185]
10186
10187[[package]]
10188name = "lyon_path"
10189version = "1.0.16"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10192dependencies = [
10193 "lyon_geom",
10194 "num-traits",
10195]
10196
10197[[package]]
10198name = "lyon_tessellation"
10199version = "1.0.16"
10200source = "registry+https://github.com/rust-lang/crates.io-index"
10201checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10202dependencies = [
10203 "float_next_after",
10204 "lyon_path",
10205 "num-traits",
10206]
10207
10208[[package]]
10209name = "mac"
10210version = "0.1.1"
10211source = "registry+https://github.com/rust-lang/crates.io-index"
10212checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10213
10214[[package]]
10215name = "mach2"
10216version = "0.4.3"
10217source = "registry+https://github.com/rust-lang/crates.io-index"
10218checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10219dependencies = [
10220 "libc",
10221]
10222
10223[[package]]
10224name = "mach2"
10225version = "0.5.0"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10228dependencies = [
10229 "libc",
10230]
10231
10232[[package]]
10233name = "malloc_buf"
10234version = "0.0.6"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10237dependencies = [
10238 "libc",
10239]
10240
10241[[package]]
10242name = "maplit"
10243version = "1.0.2"
10244source = "registry+https://github.com/rust-lang/crates.io-index"
10245checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10246
10247[[package]]
10248name = "markdown"
10249version = "0.1.0"
10250dependencies = [
10251 "anyhow",
10252 "assets",
10253 "base64 0.22.1",
10254 "collections",
10255 "env_logger 0.11.8",
10256 "fs",
10257 "futures 0.3.32",
10258 "gpui",
10259 "gpui_platform",
10260 "html5ever 0.27.0",
10261 "language",
10262 "languages",
10263 "linkify",
10264 "log",
10265 "markup5ever_rcdom",
10266 "mermaid-rs-renderer",
10267 "node_runtime",
10268 "pulldown-cmark 0.13.0",
10269 "settings",
10270 "stacksafe",
10271 "sum_tree",
10272 "theme",
10273 "theme_settings",
10274 "ui",
10275 "util",
10276]
10277
10278[[package]]
10279name = "markdown_preview"
10280version = "0.1.0"
10281dependencies = [
10282 "anyhow",
10283 "editor",
10284 "gpui",
10285 "language",
10286 "log",
10287 "markdown",
10288 "project",
10289 "settings",
10290 "tempfile",
10291 "theme_settings",
10292 "ui",
10293 "urlencoding",
10294 "util",
10295 "workspace",
10296 "zed_actions",
10297]
10298
10299[[package]]
10300name = "markup5ever"
10301version = "0.12.1"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10304dependencies = [
10305 "log",
10306 "phf 0.11.3",
10307 "phf_codegen",
10308 "string_cache",
10309 "string_cache_codegen",
10310 "tendril",
10311]
10312
10313[[package]]
10314name = "markup5ever"
10315version = "0.35.0"
10316source = "registry+https://github.com/rust-lang/crates.io-index"
10317checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10318dependencies = [
10319 "log",
10320 "tendril",
10321 "web_atoms",
10322]
10323
10324[[package]]
10325name = "markup5ever_rcdom"
10326version = "0.3.0"
10327source = "registry+https://github.com/rust-lang/crates.io-index"
10328checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10329dependencies = [
10330 "html5ever 0.27.0",
10331 "markup5ever 0.12.1",
10332 "tendril",
10333 "xml5ever",
10334]
10335
10336[[package]]
10337name = "match_token"
10338version = "0.35.0"
10339source = "registry+https://github.com/rust-lang/crates.io-index"
10340checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10341dependencies = [
10342 "proc-macro2",
10343 "quote",
10344 "syn 2.0.117",
10345]
10346
10347[[package]]
10348name = "matchers"
10349version = "0.2.0"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10352dependencies = [
10353 "regex-automata",
10354]
10355
10356[[package]]
10357name = "matchit"
10358version = "0.7.3"
10359source = "registry+https://github.com/rust-lang/crates.io-index"
10360checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10361
10362[[package]]
10363name = "maybe-owned"
10364version = "0.3.4"
10365source = "registry+https://github.com/rust-lang/crates.io-index"
10366checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10367
10368[[package]]
10369name = "maybe-rayon"
10370version = "0.1.1"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10373dependencies = [
10374 "cfg-if",
10375 "rayon",
10376]
10377
10378[[package]]
10379name = "md-5"
10380version = "0.10.6"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10383dependencies = [
10384 "cfg-if",
10385 "digest",
10386]
10387
10388[[package]]
10389name = "mdbook"
10390version = "0.4.40"
10391source = "registry+https://github.com/rust-lang/crates.io-index"
10392checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10393dependencies = [
10394 "ammonia",
10395 "anyhow",
10396 "chrono",
10397 "clap",
10398 "clap_complete",
10399 "elasticlunr-rs",
10400 "env_logger 0.11.8",
10401 "futures-util",
10402 "handlebars 5.1.2",
10403 "ignore",
10404 "log",
10405 "memchr",
10406 "notify 6.1.1",
10407 "notify-debouncer-mini",
10408 "once_cell",
10409 "opener",
10410 "pathdiff",
10411 "pulldown-cmark 0.10.3",
10412 "regex",
10413 "serde",
10414 "serde_json",
10415 "shlex",
10416 "tempfile",
10417 "tokio",
10418 "toml 0.5.11",
10419 "topological-sort",
10420 "walkdir",
10421 "warp",
10422]
10423
10424[[package]]
10425name = "media"
10426version = "0.1.0"
10427dependencies = [
10428 "anyhow",
10429 "bindgen 0.71.1",
10430 "core-foundation 0.10.0",
10431 "core-video",
10432 "ctor",
10433 "foreign-types 0.5.0",
10434 "metal",
10435 "objc",
10436]
10437
10438[[package]]
10439name = "memchr"
10440version = "2.7.6"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10443
10444[[package]]
10445name = "memfd"
10446version = "0.6.5"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10449dependencies = [
10450 "rustix 1.1.2",
10451]
10452
10453[[package]]
10454name = "memmap2"
10455version = "0.9.8"
10456source = "registry+https://github.com/rust-lang/crates.io-index"
10457checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10458dependencies = [
10459 "libc",
10460 "stable_deref_trait",
10461]
10462
10463[[package]]
10464name = "memoffset"
10465version = "0.9.1"
10466source = "registry+https://github.com/rust-lang/crates.io-index"
10467checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10468dependencies = [
10469 "autocfg",
10470]
10471
10472[[package]]
10473name = "menu"
10474version = "0.1.0"
10475dependencies = [
10476 "gpui",
10477]
10478
10479[[package]]
10480name = "merge"
10481version = "0.1.0"
10482source = "registry+https://github.com/rust-lang/crates.io-index"
10483checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10484dependencies = [
10485 "merge_derive",
10486 "num-traits",
10487]
10488
10489[[package]]
10490name = "merge_derive"
10491version = "0.1.0"
10492source = "registry+https://github.com/rust-lang/crates.io-index"
10493checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10494dependencies = [
10495 "proc-macro-error",
10496 "proc-macro2",
10497 "quote",
10498 "syn 1.0.109",
10499]
10500
10501[[package]]
10502name = "mermaid-rs-renderer"
10503version = "0.2.0"
10504source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10505dependencies = [
10506 "anyhow",
10507 "fontdb 0.16.2",
10508 "json5",
10509 "once_cell",
10510 "regex",
10511 "serde",
10512 "serde_json",
10513 "thiserror 2.0.17",
10514 "ttf-parser 0.20.0",
10515]
10516
10517[[package]]
10518name = "metal"
10519version = "0.33.0"
10520source = "registry+https://github.com/rust-lang/crates.io-index"
10521checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10522dependencies = [
10523 "bitflags 2.10.0",
10524 "block",
10525 "core-graphics-types 0.2.0",
10526 "foreign-types 0.5.0",
10527 "log",
10528 "objc",
10529 "paste",
10530]
10531
10532[[package]]
10533name = "migrator"
10534version = "0.1.0"
10535dependencies = [
10536 "anyhow",
10537 "collections",
10538 "convert_case 0.8.0",
10539 "log",
10540 "pretty_assertions",
10541 "serde_json",
10542 "serde_json_lenient",
10543 "settings_content",
10544 "settings_json",
10545 "streaming-iterator",
10546 "tree-sitter",
10547 "tree-sitter-json",
10548 "unindent",
10549]
10550
10551[[package]]
10552name = "mimalloc"
10553version = "0.1.48"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10556dependencies = [
10557 "libmimalloc-sys",
10558]
10559
10560[[package]]
10561name = "mime"
10562version = "0.3.17"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10565
10566[[package]]
10567name = "mime_guess"
10568version = "2.0.5"
10569source = "registry+https://github.com/rust-lang/crates.io-index"
10570checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10571dependencies = [
10572 "mime",
10573 "unicase",
10574]
10575
10576[[package]]
10577name = "minidump-common"
10578version = "0.26.1"
10579source = "registry+https://github.com/rust-lang/crates.io-index"
10580checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10581dependencies = [
10582 "bitflags 2.10.0",
10583 "debugid",
10584 "num-derive",
10585 "num-traits",
10586 "range-map",
10587 "scroll",
10588 "smart-default",
10589]
10590
10591[[package]]
10592name = "minidump-writer"
10593version = "0.11.0"
10594source = "registry+https://github.com/rust-lang/crates.io-index"
10595checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10596dependencies = [
10597 "bitflags 2.10.0",
10598 "byteorder",
10599 "cfg-if",
10600 "crash-context",
10601 "error-graph",
10602 "failspot",
10603 "goblin",
10604 "libc",
10605 "log",
10606 "mach2 0.4.3",
10607 "memmap2",
10608 "memoffset",
10609 "minidump-common",
10610 "nix 0.29.0",
10611 "procfs-core",
10612 "scroll",
10613 "serde",
10614 "serde_json",
10615 "tempfile",
10616 "thiserror 2.0.17",
10617]
10618
10619[[package]]
10620name = "minidumper"
10621version = "0.9.0"
10622source = "registry+https://github.com/rust-lang/crates.io-index"
10623checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10624dependencies = [
10625 "cfg-if",
10626 "crash-context",
10627 "libc",
10628 "log",
10629 "minidump-writer",
10630 "parking_lot",
10631 "polling",
10632 "scroll",
10633 "thiserror 2.0.17",
10634 "uds",
10635]
10636
10637[[package]]
10638name = "minimal-lexical"
10639version = "0.2.1"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10642
10643[[package]]
10644name = "miniprofiler_ui"
10645version = "0.1.0"
10646dependencies = [
10647 "gpui",
10648 "rpc",
10649 "serde_json",
10650 "smol",
10651 "theme_settings",
10652 "util",
10653 "workspace",
10654 "zed_actions",
10655]
10656
10657[[package]]
10658name = "miniz_oxide"
10659version = "0.8.9"
10660source = "registry+https://github.com/rust-lang/crates.io-index"
10661checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10662dependencies = [
10663 "adler2",
10664 "simd-adler32",
10665]
10666
10667[[package]]
10668name = "mio"
10669version = "0.8.11"
10670source = "registry+https://github.com/rust-lang/crates.io-index"
10671checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10672dependencies = [
10673 "libc",
10674 "log",
10675 "wasi",
10676 "windows-sys 0.48.0",
10677]
10678
10679[[package]]
10680name = "mio"
10681version = "1.1.0"
10682source = "registry+https://github.com/rust-lang/crates.io-index"
10683checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10684dependencies = [
10685 "libc",
10686 "log",
10687 "wasi",
10688 "windows-sys 0.61.2",
10689]
10690
10691[[package]]
10692name = "miow"
10693version = "0.6.1"
10694source = "registry+https://github.com/rust-lang/crates.io-index"
10695checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10696dependencies = [
10697 "windows-sys 0.61.2",
10698]
10699
10700[[package]]
10701name = "mistral"
10702version = "0.1.0"
10703dependencies = [
10704 "anyhow",
10705 "futures 0.3.32",
10706 "http_client",
10707 "schemars",
10708 "serde",
10709 "serde_json",
10710 "strum 0.27.2",
10711]
10712
10713[[package]]
10714name = "moka"
10715version = "0.12.11"
10716source = "registry+https://github.com/rust-lang/crates.io-index"
10717checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10718dependencies = [
10719 "crossbeam-channel",
10720 "crossbeam-epoch",
10721 "crossbeam-utils",
10722 "equivalent",
10723 "parking_lot",
10724 "portable-atomic",
10725 "rustc_version",
10726 "smallvec",
10727 "tagptr",
10728 "uuid",
10729]
10730
10731[[package]]
10732name = "moxcms"
10733version = "0.7.7"
10734source = "registry+https://github.com/rust-lang/crates.io-index"
10735checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10736dependencies = [
10737 "num-traits",
10738 "pxfm",
10739]
10740
10741[[package]]
10742name = "msvc_spectre_libs"
10743version = "0.1.3"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10746dependencies = [
10747 "cc",
10748]
10749
10750[[package]]
10751name = "multi_buffer"
10752version = "0.1.0"
10753dependencies = [
10754 "anyhow",
10755 "buffer_diff",
10756 "clock",
10757 "collections",
10758 "ctor",
10759 "gpui",
10760 "indoc",
10761 "itertools 0.14.0",
10762 "language",
10763 "log",
10764 "parking_lot",
10765 "pretty_assertions",
10766 "rand 0.9.2",
10767 "rope",
10768 "serde",
10769 "settings",
10770 "smallvec",
10771 "smol",
10772 "sum_tree",
10773 "text",
10774 "theme",
10775 "tracing",
10776 "tree-sitter",
10777 "unicode-segmentation",
10778 "util",
10779 "zlog",
10780 "ztracing",
10781]
10782
10783[[package]]
10784name = "multimap"
10785version = "0.8.3"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10788
10789[[package]]
10790name = "naga"
10791version = "29.0.0"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10794dependencies = [
10795 "arrayvec",
10796 "bit-set 0.9.1",
10797 "bitflags 2.10.0",
10798 "cfg-if",
10799 "cfg_aliases 0.2.1",
10800 "codespan-reporting",
10801 "half",
10802 "hashbrown 0.16.1",
10803 "hexf-parse",
10804 "indexmap",
10805 "libm",
10806 "log",
10807 "num-traits",
10808 "once_cell",
10809 "rustc-hash 1.1.0",
10810 "thiserror 2.0.17",
10811 "unicode-ident",
10812]
10813
10814[[package]]
10815name = "naga"
10816version = "29.0.0"
10817source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10818dependencies = [
10819 "arrayvec",
10820 "bit-set 0.9.1",
10821 "bitflags 2.10.0",
10822 "cfg-if",
10823 "cfg_aliases 0.2.1",
10824 "codespan-reporting",
10825 "half",
10826 "hashbrown 0.16.1",
10827 "hexf-parse",
10828 "indexmap",
10829 "libm",
10830 "log",
10831 "num-traits",
10832 "once_cell",
10833 "rustc-hash 1.1.0",
10834 "spirv",
10835 "thiserror 2.0.17",
10836 "unicode-ident",
10837]
10838
10839[[package]]
10840name = "nanoid"
10841version = "0.4.0"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10844dependencies = [
10845 "rand 0.8.5",
10846]
10847
10848[[package]]
10849name = "nanorand"
10850version = "0.7.0"
10851source = "registry+https://github.com/rust-lang/crates.io-index"
10852checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10853dependencies = [
10854 "getrandom 0.2.16",
10855]
10856
10857[[package]]
10858name = "native-tls"
10859version = "0.2.14"
10860source = "registry+https://github.com/rust-lang/crates.io-index"
10861checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10862dependencies = [
10863 "libc",
10864 "log",
10865 "openssl",
10866 "openssl-probe",
10867 "openssl-sys",
10868 "schannel",
10869 "security-framework 2.11.1",
10870 "security-framework-sys",
10871 "tempfile",
10872]
10873
10874[[package]]
10875name = "nbformat"
10876version = "1.2.0"
10877source = "registry+https://github.com/rust-lang/crates.io-index"
10878checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10879dependencies = [
10880 "anyhow",
10881 "chrono",
10882 "jupyter-protocol",
10883 "serde",
10884 "serde_json",
10885 "thiserror 1.0.69",
10886 "uuid",
10887]
10888
10889[[package]]
10890name = "nc"
10891version = "0.1.0"
10892dependencies = [
10893 "anyhow",
10894 "futures 0.3.32",
10895 "net",
10896 "smol",
10897]
10898
10899[[package]]
10900name = "ndk"
10901version = "0.9.0"
10902source = "registry+https://github.com/rust-lang/crates.io-index"
10903checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10904dependencies = [
10905 "bitflags 2.10.0",
10906 "jni-sys",
10907 "log",
10908 "ndk-sys",
10909 "num_enum",
10910 "thiserror 1.0.69",
10911]
10912
10913[[package]]
10914name = "ndk-context"
10915version = "0.1.1"
10916source = "registry+https://github.com/rust-lang/crates.io-index"
10917checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10918
10919[[package]]
10920name = "ndk-sys"
10921version = "0.6.0+11769913"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10924dependencies = [
10925 "jni-sys",
10926]
10927
10928[[package]]
10929name = "net"
10930version = "0.1.0"
10931dependencies = [
10932 "anyhow",
10933 "async-io",
10934 "smol",
10935 "tempfile",
10936 "windows 0.61.3",
10937]
10938
10939[[package]]
10940name = "new_debug_unreachable"
10941version = "1.0.6"
10942source = "registry+https://github.com/rust-lang/crates.io-index"
10943checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10944
10945[[package]]
10946name = "nix"
10947version = "0.28.0"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10950dependencies = [
10951 "bitflags 2.10.0",
10952 "cfg-if",
10953 "cfg_aliases 0.1.1",
10954 "libc",
10955]
10956
10957[[package]]
10958name = "nix"
10959version = "0.29.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10962dependencies = [
10963 "bitflags 2.10.0",
10964 "cfg-if",
10965 "cfg_aliases 0.2.1",
10966 "libc",
10967]
10968
10969[[package]]
10970name = "nix"
10971version = "0.30.1"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10974dependencies = [
10975 "bitflags 2.10.0",
10976 "cfg-if",
10977 "cfg_aliases 0.2.1",
10978 "libc",
10979]
10980
10981[[package]]
10982name = "node_runtime"
10983version = "0.1.0"
10984dependencies = [
10985 "anyhow",
10986 "async-compression",
10987 "async-std",
10988 "async-tar",
10989 "async-trait",
10990 "futures 0.3.32",
10991 "http_client",
10992 "log",
10993 "paths",
10994 "semver",
10995 "serde",
10996 "serde_json",
10997 "smol",
10998 "util",
10999 "watch",
11000 "which 6.0.3",
11001]
11002
11003[[package]]
11004name = "nom"
11005version = "7.1.3"
11006source = "registry+https://github.com/rust-lang/crates.io-index"
11007checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11008dependencies = [
11009 "memchr",
11010 "minimal-lexical",
11011]
11012
11013[[package]]
11014name = "nom"
11015version = "8.0.0"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11018dependencies = [
11019 "memchr",
11020]
11021
11022[[package]]
11023name = "noop_proc_macro"
11024version = "0.3.0"
11025source = "registry+https://github.com/rust-lang/crates.io-index"
11026checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11027
11028[[package]]
11029name = "normpath"
11030version = "1.5.0"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11033dependencies = [
11034 "windows-sys 0.61.2",
11035]
11036
11037[[package]]
11038name = "notifications"
11039version = "0.1.0"
11040dependencies = [
11041 "anyhow",
11042 "channel",
11043 "client",
11044 "component",
11045 "db",
11046 "gpui",
11047 "rpc",
11048 "sum_tree",
11049 "time",
11050 "ui",
11051 "util",
11052 "workspace",
11053 "zed_actions",
11054]
11055
11056[[package]]
11057name = "notify"
11058version = "6.1.1"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11061dependencies = [
11062 "bitflags 2.10.0",
11063 "crossbeam-channel",
11064 "filetime",
11065 "fsevent-sys",
11066 "inotify 0.9.6",
11067 "kqueue",
11068 "libc",
11069 "log",
11070 "mio 0.8.11",
11071 "walkdir",
11072 "windows-sys 0.48.0",
11073]
11074
11075[[package]]
11076name = "notify"
11077version = "8.2.0"
11078source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11079dependencies = [
11080 "bitflags 2.10.0",
11081 "fsevent-sys",
11082 "inotify 0.11.0",
11083 "kqueue",
11084 "libc",
11085 "log",
11086 "mio 1.1.0",
11087 "notify-types",
11088 "walkdir",
11089 "windows-sys 0.60.2",
11090]
11091
11092[[package]]
11093name = "notify-debouncer-mini"
11094version = "0.4.1"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11097dependencies = [
11098 "crossbeam-channel",
11099 "log",
11100 "notify 6.1.1",
11101]
11102
11103[[package]]
11104name = "notify-types"
11105version = "2.0.0"
11106source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11107
11108[[package]]
11109name = "ntapi"
11110version = "0.4.1"
11111source = "registry+https://github.com/rust-lang/crates.io-index"
11112checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11113dependencies = [
11114 "winapi",
11115]
11116
11117[[package]]
11118name = "nu-ansi-term"
11119version = "0.50.3"
11120source = "registry+https://github.com/rust-lang/crates.io-index"
11121checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11122dependencies = [
11123 "windows-sys 0.61.2",
11124]
11125
11126[[package]]
11127name = "nucleo"
11128version = "0.5.0"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11131dependencies = [
11132 "nucleo-matcher",
11133 "parking_lot",
11134 "rayon",
11135]
11136
11137[[package]]
11138name = "nucleo-matcher"
11139version = "0.3.1"
11140source = "registry+https://github.com/rust-lang/crates.io-index"
11141checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11142dependencies = [
11143 "memchr",
11144 "unicode-segmentation",
11145]
11146
11147[[package]]
11148name = "num"
11149version = "0.4.3"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11152dependencies = [
11153 "num-bigint",
11154 "num-complex",
11155 "num-integer",
11156 "num-iter",
11157 "num-rational",
11158 "num-traits",
11159]
11160
11161[[package]]
11162name = "num-bigint"
11163version = "0.4.6"
11164source = "registry+https://github.com/rust-lang/crates.io-index"
11165checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11166dependencies = [
11167 "num-integer",
11168 "num-traits",
11169]
11170
11171[[package]]
11172name = "num-bigint-dig"
11173version = "0.8.6"
11174source = "registry+https://github.com/rust-lang/crates.io-index"
11175checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11176dependencies = [
11177 "lazy_static",
11178 "libm",
11179 "num-integer",
11180 "num-iter",
11181 "num-traits",
11182 "rand 0.8.5",
11183 "smallvec",
11184 "zeroize",
11185]
11186
11187[[package]]
11188name = "num-bigint-dig"
11189version = "0.9.1"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11192dependencies = [
11193 "libm",
11194 "num-integer",
11195 "num-iter",
11196 "num-traits",
11197 "once_cell",
11198 "rand 0.9.2",
11199 "serde",
11200 "smallvec",
11201 "zeroize",
11202]
11203
11204[[package]]
11205name = "num-cmp"
11206version = "0.1.0"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11209
11210[[package]]
11211name = "num-complex"
11212version = "0.4.6"
11213source = "registry+https://github.com/rust-lang/crates.io-index"
11214checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11215dependencies = [
11216 "bytemuck",
11217 "num-traits",
11218]
11219
11220[[package]]
11221name = "num-conv"
11222version = "0.2.0"
11223source = "registry+https://github.com/rust-lang/crates.io-index"
11224checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11225
11226[[package]]
11227name = "num-derive"
11228version = "0.4.2"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11231dependencies = [
11232 "proc-macro2",
11233 "quote",
11234 "syn 2.0.117",
11235]
11236
11237[[package]]
11238name = "num-format"
11239version = "0.4.4"
11240source = "registry+https://github.com/rust-lang/crates.io-index"
11241checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11242dependencies = [
11243 "arrayvec",
11244 "itoa",
11245]
11246
11247[[package]]
11248name = "num-integer"
11249version = "0.1.46"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11252dependencies = [
11253 "num-traits",
11254]
11255
11256[[package]]
11257name = "num-iter"
11258version = "0.1.45"
11259source = "registry+https://github.com/rust-lang/crates.io-index"
11260checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11261dependencies = [
11262 "autocfg",
11263 "num-integer",
11264 "num-traits",
11265]
11266
11267[[package]]
11268name = "num-rational"
11269version = "0.4.2"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11272dependencies = [
11273 "num-bigint",
11274 "num-integer",
11275 "num-traits",
11276]
11277
11278[[package]]
11279name = "num-traits"
11280version = "0.2.19"
11281source = "registry+https://github.com/rust-lang/crates.io-index"
11282checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11283dependencies = [
11284 "autocfg",
11285 "libm",
11286]
11287
11288[[package]]
11289name = "num_cpus"
11290version = "1.17.0"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11293dependencies = [
11294 "hermit-abi",
11295 "libc",
11296]
11297
11298[[package]]
11299name = "num_enum"
11300version = "0.7.4"
11301source = "registry+https://github.com/rust-lang/crates.io-index"
11302checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11303dependencies = [
11304 "num_enum_derive",
11305 "rustversion",
11306]
11307
11308[[package]]
11309name = "num_enum_derive"
11310version = "0.7.4"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11313dependencies = [
11314 "proc-macro-crate",
11315 "proc-macro2",
11316 "quote",
11317 "syn 2.0.117",
11318]
11319
11320[[package]]
11321name = "num_threads"
11322version = "0.1.7"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11325dependencies = [
11326 "libc",
11327]
11328
11329[[package]]
11330name = "nvim-rs"
11331version = "0.9.2"
11332source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11333dependencies = [
11334 "async-trait",
11335 "futures 0.3.32",
11336 "log",
11337 "rmp",
11338 "rmpv",
11339 "tokio",
11340 "tokio-util",
11341]
11342
11343[[package]]
11344name = "objc"
11345version = "0.2.7"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11348dependencies = [
11349 "malloc_buf",
11350 "objc_exception",
11351]
11352
11353[[package]]
11354name = "objc-foundation"
11355version = "0.1.1"
11356source = "registry+https://github.com/rust-lang/crates.io-index"
11357checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11358dependencies = [
11359 "block",
11360 "objc",
11361 "objc_id",
11362]
11363
11364[[package]]
11365name = "objc2"
11366version = "0.6.3"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11369dependencies = [
11370 "objc2-encode",
11371]
11372
11373[[package]]
11374name = "objc2-app-kit"
11375version = "0.3.1"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11378dependencies = [
11379 "objc2",
11380 "objc2-foundation",
11381]
11382
11383[[package]]
11384name = "objc2-audio-toolbox"
11385version = "0.3.2"
11386source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11388dependencies = [
11389 "bitflags 2.10.0",
11390 "libc",
11391 "objc2",
11392 "objc2-core-audio",
11393 "objc2-core-audio-types",
11394 "objc2-core-foundation",
11395 "objc2-foundation",
11396]
11397
11398[[package]]
11399name = "objc2-avf-audio"
11400version = "0.3.2"
11401source = "registry+https://github.com/rust-lang/crates.io-index"
11402checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11403dependencies = [
11404 "objc2",
11405 "objc2-foundation",
11406]
11407
11408[[package]]
11409name = "objc2-core-audio"
11410version = "0.3.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11413dependencies = [
11414 "dispatch2",
11415 "objc2",
11416 "objc2-core-audio-types",
11417 "objc2-core-foundation",
11418 "objc2-foundation",
11419]
11420
11421[[package]]
11422name = "objc2-core-audio-types"
11423version = "0.3.2"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11426dependencies = [
11427 "bitflags 2.10.0",
11428 "objc2",
11429]
11430
11431[[package]]
11432name = "objc2-core-foundation"
11433version = "0.3.2"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11436dependencies = [
11437 "bitflags 2.10.0",
11438 "block2",
11439 "dispatch2",
11440 "libc",
11441 "objc2",
11442]
11443
11444[[package]]
11445name = "objc2-encode"
11446version = "4.1.0"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11449
11450[[package]]
11451name = "objc2-foundation"
11452version = "0.3.2"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11455dependencies = [
11456 "bitflags 2.10.0",
11457 "block2",
11458 "libc",
11459 "objc2",
11460 "objc2-core-foundation",
11461]
11462
11463[[package]]
11464name = "objc2-io-kit"
11465version = "0.3.2"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11468dependencies = [
11469 "libc",
11470 "objc2-core-foundation",
11471]
11472
11473[[package]]
11474name = "objc2-metal"
11475version = "0.3.2"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11478dependencies = [
11479 "bitflags 2.10.0",
11480 "block2",
11481 "dispatch2",
11482 "objc2",
11483 "objc2-core-foundation",
11484 "objc2-foundation",
11485]
11486
11487[[package]]
11488name = "objc2-quartz-core"
11489version = "0.3.2"
11490source = "registry+https://github.com/rust-lang/crates.io-index"
11491checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11492dependencies = [
11493 "bitflags 2.10.0",
11494 "objc2",
11495 "objc2-core-foundation",
11496 "objc2-foundation",
11497 "objc2-metal",
11498]
11499
11500[[package]]
11501name = "objc_exception"
11502version = "0.1.2"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11505dependencies = [
11506 "cc",
11507]
11508
11509[[package]]
11510name = "objc_id"
11511version = "0.1.1"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11514dependencies = [
11515 "objc",
11516]
11517
11518[[package]]
11519name = "object"
11520version = "0.37.3"
11521source = "registry+https://github.com/rust-lang/crates.io-index"
11522checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11523dependencies = [
11524 "crc32fast",
11525 "hashbrown 0.15.5",
11526 "indexmap",
11527 "memchr",
11528]
11529
11530[[package]]
11531name = "octocrab"
11532version = "0.49.7"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11535dependencies = [
11536 "arc-swap",
11537 "async-trait",
11538 "base64 0.22.1",
11539 "bytes 1.11.1",
11540 "cargo_metadata 0.23.1",
11541 "cfg-if",
11542 "chrono",
11543 "either",
11544 "futures 0.3.32",
11545 "futures-core",
11546 "futures-util",
11547 "getrandom 0.2.16",
11548 "http 1.3.1",
11549 "http-body 1.0.1",
11550 "http-body-util",
11551 "hyper 1.7.0",
11552 "hyper-rustls 0.27.7",
11553 "hyper-timeout",
11554 "hyper-util",
11555 "jsonwebtoken",
11556 "once_cell",
11557 "percent-encoding",
11558 "pin-project",
11559 "secrecy",
11560 "serde",
11561 "serde_json",
11562 "serde_path_to_error",
11563 "serde_urlencoded",
11564 "snafu",
11565 "tokio",
11566 "tower 0.5.2",
11567 "tower-http 0.6.6",
11568 "url",
11569 "web-time",
11570]
11571
11572[[package]]
11573name = "ollama"
11574version = "0.1.0"
11575dependencies = [
11576 "anyhow",
11577 "futures 0.3.32",
11578 "http_client",
11579 "schemars",
11580 "serde",
11581 "serde_json",
11582 "settings",
11583]
11584
11585[[package]]
11586name = "onboarding"
11587version = "0.1.0"
11588dependencies = [
11589 "anyhow",
11590 "client",
11591 "component",
11592 "db",
11593 "documented",
11594 "fs",
11595 "fuzzy",
11596 "gpui",
11597 "menu",
11598 "notifications",
11599 "picker",
11600 "project",
11601 "schemars",
11602 "serde",
11603 "settings",
11604 "telemetry",
11605 "theme",
11606 "theme_settings",
11607 "ui",
11608 "util",
11609 "vim_mode_setting",
11610 "workspace",
11611 "zed_actions",
11612 "zlog",
11613]
11614
11615[[package]]
11616name = "once_cell"
11617version = "1.21.3"
11618source = "registry+https://github.com/rust-lang/crates.io-index"
11619checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11620
11621[[package]]
11622name = "once_cell_polyfill"
11623version = "1.70.1"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11626
11627[[package]]
11628name = "oo7"
11629version = "0.6.0"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11632dependencies = [
11633 "aes",
11634 "ashpd",
11635 "async-fs",
11636 "async-io",
11637 "async-lock 3.4.2",
11638 "blocking",
11639 "cbc",
11640 "cipher",
11641 "digest",
11642 "endi",
11643 "futures-lite 2.6.1",
11644 "futures-util",
11645 "getrandom 0.4.1",
11646 "hkdf",
11647 "hmac",
11648 "md-5",
11649 "num",
11650 "num-bigint-dig 0.9.1",
11651 "pbkdf2 0.12.2",
11652 "serde",
11653 "serde_bytes",
11654 "sha2",
11655 "subtle",
11656 "zbus",
11657 "zbus_macros",
11658 "zeroize",
11659 "zvariant",
11660]
11661
11662[[package]]
11663name = "oorandom"
11664version = "11.1.5"
11665source = "registry+https://github.com/rust-lang/crates.io-index"
11666checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11667
11668[[package]]
11669name = "open"
11670version = "5.3.2"
11671source = "registry+https://github.com/rust-lang/crates.io-index"
11672checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11673dependencies = [
11674 "is-wsl",
11675 "libc",
11676 "pathdiff",
11677]
11678
11679[[package]]
11680name = "open_ai"
11681version = "0.1.0"
11682dependencies = [
11683 "anyhow",
11684 "collections",
11685 "futures 0.3.32",
11686 "http_client",
11687 "language_model_core",
11688 "log",
11689 "pretty_assertions",
11690 "rand 0.9.2",
11691 "schemars",
11692 "serde",
11693 "serde_json",
11694 "strum 0.27.2",
11695 "thiserror 2.0.17",
11696 "tiktoken-rs",
11697]
11698
11699[[package]]
11700name = "open_path_prompt"
11701version = "0.1.0"
11702dependencies = [
11703 "editor",
11704 "file_icons",
11705 "futures 0.3.32",
11706 "fuzzy",
11707 "gpui",
11708 "picker",
11709 "project",
11710 "schemars",
11711 "serde",
11712 "serde_json",
11713 "settings",
11714 "theme",
11715 "theme_settings",
11716 "ui",
11717 "util",
11718 "workspace",
11719]
11720
11721[[package]]
11722name = "open_router"
11723version = "0.1.0"
11724dependencies = [
11725 "anyhow",
11726 "futures 0.3.32",
11727 "http_client",
11728 "language_model_core",
11729 "schemars",
11730 "serde",
11731 "serde_json",
11732 "settings",
11733 "strum 0.27.2",
11734 "thiserror 2.0.17",
11735]
11736
11737[[package]]
11738name = "opencode"
11739version = "0.1.0"
11740dependencies = [
11741 "anyhow",
11742 "futures 0.3.32",
11743 "google_ai",
11744 "http_client",
11745 "schemars",
11746 "serde",
11747 "serde_json",
11748 "strum 0.27.2",
11749]
11750
11751[[package]]
11752name = "opener"
11753version = "0.7.2"
11754source = "registry+https://github.com/rust-lang/crates.io-index"
11755checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11756dependencies = [
11757 "bstr",
11758 "dbus",
11759 "normpath",
11760 "windows-sys 0.59.0",
11761]
11762
11763[[package]]
11764name = "openssl"
11765version = "0.10.74"
11766source = "registry+https://github.com/rust-lang/crates.io-index"
11767checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11768dependencies = [
11769 "bitflags 2.10.0",
11770 "cfg-if",
11771 "foreign-types 0.3.2",
11772 "libc",
11773 "once_cell",
11774 "openssl-macros",
11775 "openssl-sys",
11776]
11777
11778[[package]]
11779name = "openssl-macros"
11780version = "0.1.1"
11781source = "registry+https://github.com/rust-lang/crates.io-index"
11782checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11783dependencies = [
11784 "proc-macro2",
11785 "quote",
11786 "syn 2.0.117",
11787]
11788
11789[[package]]
11790name = "openssl-probe"
11791version = "0.1.6"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11794
11795[[package]]
11796name = "openssl-sys"
11797version = "0.9.110"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11800dependencies = [
11801 "cc",
11802 "libc",
11803 "pkg-config",
11804 "vcpkg",
11805]
11806
11807[[package]]
11808name = "optfield"
11809version = "0.4.0"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11812dependencies = [
11813 "proc-macro2",
11814 "quote",
11815 "syn 2.0.117",
11816]
11817
11818[[package]]
11819name = "option-ext"
11820version = "0.2.0"
11821source = "registry+https://github.com/rust-lang/crates.io-index"
11822checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11823
11824[[package]]
11825name = "ordered-float"
11826version = "2.10.1"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11829dependencies = [
11830 "num-traits",
11831]
11832
11833[[package]]
11834name = "ordered-float"
11835version = "4.6.0"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11838dependencies = [
11839 "num-traits",
11840]
11841
11842[[package]]
11843name = "ordered-stream"
11844version = "0.2.0"
11845source = "registry+https://github.com/rust-lang/crates.io-index"
11846checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11847dependencies = [
11848 "futures-core",
11849 "pin-project-lite",
11850]
11851
11852[[package]]
11853name = "ouroboros"
11854version = "0.18.5"
11855source = "registry+https://github.com/rust-lang/crates.io-index"
11856checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11857dependencies = [
11858 "aliasable",
11859 "ouroboros_macro",
11860 "static_assertions",
11861]
11862
11863[[package]]
11864name = "ouroboros_macro"
11865version = "0.18.5"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11868dependencies = [
11869 "heck 0.4.1",
11870 "proc-macro2",
11871 "proc-macro2-diagnostics",
11872 "quote",
11873 "syn 2.0.117",
11874]
11875
11876[[package]]
11877name = "outline"
11878version = "0.1.0"
11879dependencies = [
11880 "editor",
11881 "fuzzy",
11882 "gpui",
11883 "indoc",
11884 "language",
11885 "lsp",
11886 "menu",
11887 "ordered-float 2.10.1",
11888 "picker",
11889 "project",
11890 "rope",
11891 "serde_json",
11892 "settings",
11893 "smol",
11894 "theme",
11895 "theme_settings",
11896 "ui",
11897 "util",
11898 "workspace",
11899 "zed_actions",
11900]
11901
11902[[package]]
11903name = "outline_panel"
11904version = "0.1.0"
11905dependencies = [
11906 "anyhow",
11907 "collections",
11908 "db",
11909 "editor",
11910 "file_icons",
11911 "fuzzy",
11912 "gpui",
11913 "itertools 0.14.0",
11914 "language",
11915 "log",
11916 "lsp",
11917 "menu",
11918 "outline",
11919 "pretty_assertions",
11920 "project",
11921 "search",
11922 "serde",
11923 "serde_json",
11924 "settings",
11925 "smallvec",
11926 "smol",
11927 "theme",
11928 "theme_settings",
11929 "ui",
11930 "util",
11931 "workspace",
11932 "worktree",
11933 "zed_actions",
11934]
11935
11936[[package]]
11937name = "outref"
11938version = "0.5.2"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11941
11942[[package]]
11943name = "p256"
11944version = "0.11.1"
11945source = "registry+https://github.com/rust-lang/crates.io-index"
11946checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11947dependencies = [
11948 "ecdsa",
11949 "elliptic-curve",
11950 "sha2",
11951]
11952
11953[[package]]
11954name = "page_size"
11955version = "0.6.0"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11958dependencies = [
11959 "libc",
11960 "winapi",
11961]
11962
11963[[package]]
11964name = "palette"
11965version = "0.7.6"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11968dependencies = [
11969 "approx",
11970 "fast-srgb8",
11971 "palette_derive",
11972]
11973
11974[[package]]
11975name = "palette_derive"
11976version = "0.7.6"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11979dependencies = [
11980 "by_address",
11981 "proc-macro2",
11982 "quote",
11983 "syn 2.0.117",
11984]
11985
11986[[package]]
11987name = "panel"
11988version = "0.1.0"
11989dependencies = [
11990 "gpui",
11991 "ui",
11992 "workspace",
11993]
11994
11995[[package]]
11996name = "parking"
11997version = "2.2.1"
11998source = "registry+https://github.com/rust-lang/crates.io-index"
11999checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12000
12001[[package]]
12002name = "parking_lot"
12003version = "0.12.5"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12006dependencies = [
12007 "lock_api",
12008 "parking_lot_core",
12009]
12010
12011[[package]]
12012name = "parking_lot_core"
12013version = "0.9.12"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12016dependencies = [
12017 "cfg-if",
12018 "libc",
12019 "redox_syscall 0.5.18",
12020 "smallvec",
12021 "windows-link 0.2.1",
12022]
12023
12024[[package]]
12025name = "parse_int"
12026version = "0.9.0"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12029dependencies = [
12030 "num-traits",
12031]
12032
12033[[package]]
12034name = "partial-json-fixer"
12035version = "0.5.3"
12036source = "registry+https://github.com/rust-lang/crates.io-index"
12037checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12038
12039[[package]]
12040name = "password-hash"
12041version = "0.4.2"
12042source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12044dependencies = [
12045 "base64ct",
12046 "rand_core 0.6.4",
12047 "subtle",
12048]
12049
12050[[package]]
12051name = "paste"
12052version = "1.0.15"
12053source = "registry+https://github.com/rust-lang/crates.io-index"
12054checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12055
12056[[package]]
12057name = "pathdiff"
12058version = "0.2.3"
12059source = "registry+https://github.com/rust-lang/crates.io-index"
12060checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12061
12062[[package]]
12063name = "pathfinder_geometry"
12064version = "0.5.1"
12065source = "registry+https://github.com/rust-lang/crates.io-index"
12066checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12067dependencies = [
12068 "log",
12069 "pathfinder_simd",
12070]
12071
12072[[package]]
12073name = "pathfinder_simd"
12074version = "0.5.5"
12075source = "registry+https://github.com/rust-lang/crates.io-index"
12076checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12077dependencies = [
12078 "rustc_version",
12079]
12080
12081[[package]]
12082name = "paths"
12083version = "0.1.0"
12084dependencies = [
12085 "dirs 4.0.0",
12086 "ignore",
12087 "util",
12088]
12089
12090[[package]]
12091name = "pbjson"
12092version = "0.6.0"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12095dependencies = [
12096 "base64 0.21.7",
12097 "serde",
12098]
12099
12100[[package]]
12101name = "pbjson-build"
12102version = "0.6.2"
12103source = "registry+https://github.com/rust-lang/crates.io-index"
12104checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12105dependencies = [
12106 "heck 0.4.1",
12107 "itertools 0.11.0",
12108 "prost 0.12.6",
12109 "prost-types 0.12.6",
12110]
12111
12112[[package]]
12113name = "pbjson-types"
12114version = "0.6.0"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12117dependencies = [
12118 "bytes 1.11.1",
12119 "chrono",
12120 "pbjson",
12121 "pbjson-build",
12122 "prost 0.12.6",
12123 "prost-build 0.12.6",
12124 "serde",
12125]
12126
12127[[package]]
12128name = "pbkdf2"
12129version = "0.11.0"
12130source = "registry+https://github.com/rust-lang/crates.io-index"
12131checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12132dependencies = [
12133 "digest",
12134 "hmac",
12135 "password-hash",
12136 "sha2",
12137]
12138
12139[[package]]
12140name = "pbkdf2"
12141version = "0.12.2"
12142source = "registry+https://github.com/rust-lang/crates.io-index"
12143checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12144dependencies = [
12145 "digest",
12146 "hmac",
12147]
12148
12149[[package]]
12150name = "pciid-parser"
12151version = "0.8.0"
12152source = "registry+https://github.com/rust-lang/crates.io-index"
12153checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12154
12155[[package]]
12156name = "peg"
12157version = "0.8.5"
12158source = "registry+https://github.com/rust-lang/crates.io-index"
12159checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12160dependencies = [
12161 "peg-macros",
12162 "peg-runtime",
12163]
12164
12165[[package]]
12166name = "peg-macros"
12167version = "0.8.5"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12170dependencies = [
12171 "peg-runtime",
12172 "proc-macro2",
12173 "quote",
12174]
12175
12176[[package]]
12177name = "peg-runtime"
12178version = "0.8.5"
12179source = "registry+https://github.com/rust-lang/crates.io-index"
12180checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12181
12182[[package]]
12183name = "pem"
12184version = "3.0.6"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12187dependencies = [
12188 "base64 0.22.1",
12189 "serde_core",
12190]
12191
12192[[package]]
12193name = "pem-rfc7468"
12194version = "0.7.0"
12195source = "registry+https://github.com/rust-lang/crates.io-index"
12196checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12197dependencies = [
12198 "base64ct",
12199]
12200
12201[[package]]
12202name = "percent-encoding"
12203version = "2.3.2"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12206
12207[[package]]
12208name = "perf"
12209version = "0.1.0"
12210dependencies = [
12211 "collections",
12212 "serde",
12213 "serde_json",
12214]
12215
12216[[package]]
12217name = "pest"
12218version = "2.8.3"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12221dependencies = [
12222 "memchr",
12223 "ucd-trie",
12224]
12225
12226[[package]]
12227name = "pest_derive"
12228version = "2.8.3"
12229source = "registry+https://github.com/rust-lang/crates.io-index"
12230checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12231dependencies = [
12232 "pest",
12233 "pest_generator",
12234]
12235
12236[[package]]
12237name = "pest_generator"
12238version = "2.8.3"
12239source = "registry+https://github.com/rust-lang/crates.io-index"
12240checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12241dependencies = [
12242 "pest",
12243 "pest_meta",
12244 "proc-macro2",
12245 "quote",
12246 "syn 2.0.117",
12247]
12248
12249[[package]]
12250name = "pest_meta"
12251version = "2.8.3"
12252source = "registry+https://github.com/rust-lang/crates.io-index"
12253checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12254dependencies = [
12255 "pest",
12256 "sha2",
12257]
12258
12259[[package]]
12260name = "pet"
12261version = "0.1.0"
12262source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12263dependencies = [
12264 "clap",
12265 "env_logger 0.10.2",
12266 "lazy_static",
12267 "log",
12268 "msvc_spectre_libs",
12269 "pet-conda",
12270 "pet-core",
12271 "pet-env-var-path",
12272 "pet-fs",
12273 "pet-global-virtualenvs",
12274 "pet-homebrew",
12275 "pet-jsonrpc",
12276 "pet-linux-global-python",
12277 "pet-mac-commandlinetools",
12278 "pet-mac-python-org",
12279 "pet-mac-xcode",
12280 "pet-pipenv",
12281 "pet-pixi",
12282 "pet-poetry",
12283 "pet-pyenv",
12284 "pet-python-utils",
12285 "pet-reporter",
12286 "pet-telemetry",
12287 "pet-uv",
12288 "pet-venv",
12289 "pet-virtualenv",
12290 "pet-virtualenvwrapper",
12291 "pet-windows-registry",
12292 "pet-windows-store",
12293 "pet-winpython",
12294 "serde",
12295 "serde_json",
12296 "tracing",
12297 "tracing-subscriber",
12298 "winresource",
12299]
12300
12301[[package]]
12302name = "pet-conda"
12303version = "0.1.0"
12304source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12305dependencies = [
12306 "env_logger 0.10.2",
12307 "lazy_static",
12308 "log",
12309 "msvc_spectre_libs",
12310 "pet-core",
12311 "pet-fs",
12312 "pet-python-utils",
12313 "pet-reporter",
12314 "rayon",
12315 "regex",
12316 "serde",
12317 "serde_json",
12318 "yaml-rust2",
12319]
12320
12321[[package]]
12322name = "pet-core"
12323version = "0.1.0"
12324source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12325dependencies = [
12326 "clap",
12327 "lazy_static",
12328 "log",
12329 "msvc_spectre_libs",
12330 "pet-fs",
12331 "regex",
12332 "serde",
12333 "serde_json",
12334]
12335
12336[[package]]
12337name = "pet-env-var-path"
12338version = "0.1.0"
12339source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12340dependencies = [
12341 "lazy_static",
12342 "log",
12343 "msvc_spectre_libs",
12344 "pet-conda",
12345 "pet-core",
12346 "pet-fs",
12347 "pet-python-utils",
12348 "pet-virtualenv",
12349 "regex",
12350]
12351
12352[[package]]
12353name = "pet-fs"
12354version = "0.1.0"
12355source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12356dependencies = [
12357 "glob",
12358 "log",
12359 "msvc_spectre_libs",
12360 "windows-sys 0.59.0",
12361]
12362
12363[[package]]
12364name = "pet-global-virtualenvs"
12365version = "0.1.0"
12366source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12367dependencies = [
12368 "log",
12369 "msvc_spectre_libs",
12370 "pet-conda",
12371 "pet-core",
12372 "pet-fs",
12373 "pet-virtualenv",
12374]
12375
12376[[package]]
12377name = "pet-homebrew"
12378version = "0.1.0"
12379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12380dependencies = [
12381 "lazy_static",
12382 "log",
12383 "msvc_spectre_libs",
12384 "pet-conda",
12385 "pet-core",
12386 "pet-fs",
12387 "pet-python-utils",
12388 "pet-virtualenv",
12389 "rayon",
12390 "regex",
12391 "serde",
12392 "serde_json",
12393]
12394
12395[[package]]
12396name = "pet-jsonrpc"
12397version = "0.1.0"
12398source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12399dependencies = [
12400 "env_logger 0.10.2",
12401 "log",
12402 "msvc_spectre_libs",
12403 "pet-core",
12404 "serde",
12405 "serde_json",
12406]
12407
12408[[package]]
12409name = "pet-linux-global-python"
12410version = "0.1.0"
12411source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12412dependencies = [
12413 "log",
12414 "msvc_spectre_libs",
12415 "pet-core",
12416 "pet-fs",
12417 "pet-python-utils",
12418 "pet-virtualenv",
12419]
12420
12421[[package]]
12422name = "pet-mac-commandlinetools"
12423version = "0.1.0"
12424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12425dependencies = [
12426 "log",
12427 "msvc_spectre_libs",
12428 "pet-core",
12429 "pet-fs",
12430 "pet-python-utils",
12431 "pet-virtualenv",
12432]
12433
12434[[package]]
12435name = "pet-mac-python-org"
12436version = "0.1.0"
12437source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12438dependencies = [
12439 "log",
12440 "msvc_spectre_libs",
12441 "pet-core",
12442 "pet-fs",
12443 "pet-python-utils",
12444 "pet-virtualenv",
12445]
12446
12447[[package]]
12448name = "pet-mac-xcode"
12449version = "0.1.0"
12450source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12451dependencies = [
12452 "log",
12453 "msvc_spectre_libs",
12454 "pet-core",
12455 "pet-fs",
12456 "pet-python-utils",
12457 "pet-virtualenv",
12458]
12459
12460[[package]]
12461name = "pet-pipenv"
12462version = "0.1.0"
12463source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12464dependencies = [
12465 "lazy_static",
12466 "log",
12467 "msvc_spectre_libs",
12468 "pet-core",
12469 "pet-fs",
12470 "pet-python-utils",
12471 "pet-virtualenv",
12472 "regex",
12473]
12474
12475[[package]]
12476name = "pet-pixi"
12477version = "0.1.0"
12478source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12479dependencies = [
12480 "log",
12481 "msvc_spectre_libs",
12482 "pet-conda",
12483 "pet-core",
12484 "pet-python-utils",
12485]
12486
12487[[package]]
12488name = "pet-poetry"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "base64 0.22.1",
12493 "lazy_static",
12494 "log",
12495 "msvc_spectre_libs",
12496 "pet-core",
12497 "pet-fs",
12498 "pet-python-utils",
12499 "pet-reporter",
12500 "pet-virtualenv",
12501 "regex",
12502 "serde",
12503 "serde_json",
12504 "sha2",
12505 "toml 0.8.23",
12506]
12507
12508[[package]]
12509name = "pet-pyenv"
12510version = "0.1.0"
12511source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12512dependencies = [
12513 "lazy_static",
12514 "log",
12515 "msvc_spectre_libs",
12516 "pet-conda",
12517 "pet-core",
12518 "pet-fs",
12519 "pet-python-utils",
12520 "pet-reporter",
12521 "regex",
12522 "serde",
12523 "serde_json",
12524]
12525
12526[[package]]
12527name = "pet-python-utils"
12528version = "0.1.0"
12529source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12530dependencies = [
12531 "env_logger 0.10.2",
12532 "lazy_static",
12533 "log",
12534 "msvc_spectre_libs",
12535 "pet-core",
12536 "pet-fs",
12537 "regex",
12538 "serde",
12539 "serde_json",
12540 "sha2",
12541]
12542
12543[[package]]
12544name = "pet-reporter"
12545version = "0.1.0"
12546source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12547dependencies = [
12548 "env_logger 0.10.2",
12549 "log",
12550 "msvc_spectre_libs",
12551 "pet-core",
12552 "pet-jsonrpc",
12553 "serde",
12554 "serde_json",
12555]
12556
12557[[package]]
12558name = "pet-telemetry"
12559version = "0.1.0"
12560source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12561dependencies = [
12562 "env_logger 0.10.2",
12563 "lazy_static",
12564 "log",
12565 "msvc_spectre_libs",
12566 "pet-core",
12567 "pet-fs",
12568 "pet-python-utils",
12569 "regex",
12570]
12571
12572[[package]]
12573name = "pet-uv"
12574version = "0.1.0"
12575source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12576dependencies = [
12577 "log",
12578 "pet-core",
12579 "pet-python-utils",
12580 "serde",
12581 "toml 0.9.8",
12582]
12583
12584[[package]]
12585name = "pet-venv"
12586version = "0.1.0"
12587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12588dependencies = [
12589 "log",
12590 "msvc_spectre_libs",
12591 "pet-core",
12592 "pet-python-utils",
12593 "pet-virtualenv",
12594]
12595
12596[[package]]
12597name = "pet-virtualenv"
12598version = "0.1.0"
12599source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12600dependencies = [
12601 "log",
12602 "msvc_spectre_libs",
12603 "pet-core",
12604 "pet-fs",
12605 "pet-python-utils",
12606]
12607
12608[[package]]
12609name = "pet-virtualenvwrapper"
12610version = "0.1.0"
12611source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12612dependencies = [
12613 "log",
12614 "msvc_spectre_libs",
12615 "pet-core",
12616 "pet-fs",
12617 "pet-python-utils",
12618 "pet-virtualenv",
12619]
12620
12621[[package]]
12622name = "pet-windows-registry"
12623version = "0.1.0"
12624source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12625dependencies = [
12626 "lazy_static",
12627 "log",
12628 "msvc_spectre_libs",
12629 "pet-conda",
12630 "pet-core",
12631 "pet-fs",
12632 "pet-python-utils",
12633 "pet-virtualenv",
12634 "pet-windows-store",
12635 "regex",
12636 "winreg 0.55.0",
12637]
12638
12639[[package]]
12640name = "pet-windows-store"
12641version = "0.1.0"
12642source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12643dependencies = [
12644 "lazy_static",
12645 "log",
12646 "msvc_spectre_libs",
12647 "pet-core",
12648 "pet-fs",
12649 "pet-python-utils",
12650 "pet-virtualenv",
12651 "regex",
12652 "winreg 0.55.0",
12653]
12654
12655[[package]]
12656name = "pet-winpython"
12657version = "0.1.0"
12658source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12659dependencies = [
12660 "lazy_static",
12661 "log",
12662 "pet-core",
12663 "pet-fs",
12664 "pet-python-utils",
12665 "pet-virtualenv",
12666 "regex",
12667]
12668
12669[[package]]
12670name = "petgraph"
12671version = "0.6.5"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12674dependencies = [
12675 "fixedbitset 0.4.2",
12676 "indexmap",
12677]
12678
12679[[package]]
12680name = "pgvector"
12681version = "0.4.1"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12684dependencies = [
12685 "serde",
12686]
12687
12688[[package]]
12689name = "phf"
12690version = "0.11.3"
12691source = "registry+https://github.com/rust-lang/crates.io-index"
12692checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12693dependencies = [
12694 "phf_macros 0.11.3",
12695 "phf_shared 0.11.3",
12696]
12697
12698[[package]]
12699name = "phf"
12700version = "0.12.1"
12701source = "registry+https://github.com/rust-lang/crates.io-index"
12702checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12703dependencies = [
12704 "phf_macros 0.12.1",
12705 "phf_shared 0.12.1",
12706]
12707
12708[[package]]
12709name = "phf_codegen"
12710version = "0.11.3"
12711source = "registry+https://github.com/rust-lang/crates.io-index"
12712checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12713dependencies = [
12714 "phf_generator 0.11.3",
12715 "phf_shared 0.11.3",
12716]
12717
12718[[package]]
12719name = "phf_generator"
12720version = "0.11.3"
12721source = "registry+https://github.com/rust-lang/crates.io-index"
12722checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12723dependencies = [
12724 "phf_shared 0.11.3",
12725 "rand 0.8.5",
12726]
12727
12728[[package]]
12729name = "phf_generator"
12730version = "0.12.1"
12731source = "registry+https://github.com/rust-lang/crates.io-index"
12732checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12733dependencies = [
12734 "fastrand 2.3.0",
12735 "phf_shared 0.12.1",
12736]
12737
12738[[package]]
12739name = "phf_macros"
12740version = "0.11.3"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12743dependencies = [
12744 "phf_generator 0.11.3",
12745 "phf_shared 0.11.3",
12746 "proc-macro2",
12747 "quote",
12748 "syn 2.0.117",
12749]
12750
12751[[package]]
12752name = "phf_macros"
12753version = "0.12.1"
12754source = "registry+https://github.com/rust-lang/crates.io-index"
12755checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12756dependencies = [
12757 "phf_generator 0.12.1",
12758 "phf_shared 0.12.1",
12759 "proc-macro2",
12760 "quote",
12761 "syn 2.0.117",
12762]
12763
12764[[package]]
12765name = "phf_shared"
12766version = "0.11.3"
12767source = "registry+https://github.com/rust-lang/crates.io-index"
12768checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12769dependencies = [
12770 "siphasher 1.0.1",
12771]
12772
12773[[package]]
12774name = "phf_shared"
12775version = "0.12.1"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12778dependencies = [
12779 "siphasher 1.0.1",
12780]
12781
12782[[package]]
12783name = "picker"
12784version = "0.1.0"
12785dependencies = [
12786 "anyhow",
12787 "editor",
12788 "gpui",
12789 "menu",
12790 "schemars",
12791 "serde",
12792 "settings",
12793 "theme",
12794 "theme_settings",
12795 "ui",
12796 "ui_input",
12797 "workspace",
12798 "zed_actions",
12799]
12800
12801[[package]]
12802name = "pico-args"
12803version = "0.5.0"
12804source = "registry+https://github.com/rust-lang/crates.io-index"
12805checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12806
12807[[package]]
12808name = "pin-project"
12809version = "1.1.10"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12812dependencies = [
12813 "pin-project-internal",
12814]
12815
12816[[package]]
12817name = "pin-project-internal"
12818version = "1.1.10"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12821dependencies = [
12822 "proc-macro2",
12823 "quote",
12824 "syn 2.0.117",
12825]
12826
12827[[package]]
12828name = "pin-project-lite"
12829version = "0.2.16"
12830source = "registry+https://github.com/rust-lang/crates.io-index"
12831checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12832
12833[[package]]
12834name = "pin-utils"
12835version = "0.1.0"
12836source = "registry+https://github.com/rust-lang/crates.io-index"
12837checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12838
12839[[package]]
12840name = "piper"
12841version = "0.2.4"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12844dependencies = [
12845 "atomic-waker",
12846 "fastrand 2.3.0",
12847 "futures-io",
12848]
12849
12850[[package]]
12851name = "pkcs1"
12852version = "0.7.5"
12853source = "registry+https://github.com/rust-lang/crates.io-index"
12854checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12855dependencies = [
12856 "der 0.7.10",
12857 "pkcs8 0.10.2",
12858 "spki 0.7.3",
12859]
12860
12861[[package]]
12862name = "pkcs8"
12863version = "0.9.0"
12864source = "registry+https://github.com/rust-lang/crates.io-index"
12865checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12866dependencies = [
12867 "der 0.6.1",
12868 "spki 0.6.0",
12869]
12870
12871[[package]]
12872name = "pkcs8"
12873version = "0.10.2"
12874source = "registry+https://github.com/rust-lang/crates.io-index"
12875checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12876dependencies = [
12877 "der 0.7.10",
12878 "spki 0.7.3",
12879]
12880
12881[[package]]
12882name = "pkg-config"
12883version = "0.3.32"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12886
12887[[package]]
12888name = "plain"
12889version = "0.2.3"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12892
12893[[package]]
12894name = "platform_title_bar"
12895version = "0.1.0"
12896dependencies = [
12897 "feature_flags",
12898 "gpui",
12899 "project",
12900 "settings",
12901 "smallvec",
12902 "theme",
12903 "theme_settings",
12904 "ui",
12905 "windows 0.61.3",
12906 "workspace",
12907 "zed_actions",
12908]
12909
12910[[package]]
12911name = "plist"
12912version = "1.8.0"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12915dependencies = [
12916 "base64 0.22.1",
12917 "indexmap",
12918 "quick-xml 0.38.3",
12919 "serde",
12920 "time",
12921]
12922
12923[[package]]
12924name = "plotters"
12925version = "0.3.7"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12928dependencies = [
12929 "num-traits",
12930 "plotters-backend",
12931 "plotters-svg",
12932 "wasm-bindgen",
12933 "web-sys",
12934]
12935
12936[[package]]
12937name = "plotters-backend"
12938version = "0.3.7"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12941
12942[[package]]
12943name = "plotters-svg"
12944version = "0.3.7"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12947dependencies = [
12948 "plotters-backend",
12949]
12950
12951[[package]]
12952name = "png"
12953version = "0.17.16"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12956dependencies = [
12957 "bitflags 1.3.2",
12958 "crc32fast",
12959 "fdeflate",
12960 "flate2",
12961 "miniz_oxide",
12962]
12963
12964[[package]]
12965name = "png"
12966version = "0.18.0"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12969dependencies = [
12970 "bitflags 2.10.0",
12971 "crc32fast",
12972 "fdeflate",
12973 "flate2",
12974 "miniz_oxide",
12975]
12976
12977[[package]]
12978name = "polling"
12979version = "3.11.0"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12982dependencies = [
12983 "cfg-if",
12984 "concurrent-queue",
12985 "hermit-abi",
12986 "pin-project-lite",
12987 "rustix 1.1.2",
12988 "windows-sys 0.61.2",
12989]
12990
12991[[package]]
12992name = "pollster"
12993version = "0.2.5"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12996
12997[[package]]
12998name = "pollster"
12999version = "0.4.0"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13002
13003[[package]]
13004name = "pori"
13005version = "0.0.0"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13008dependencies = [
13009 "nom 7.1.3",
13010]
13011
13012[[package]]
13013name = "portable-atomic"
13014version = "1.11.1"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13017
13018[[package]]
13019name = "portable-atomic-util"
13020version = "0.2.4"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13023dependencies = [
13024 "portable-atomic",
13025]
13026
13027[[package]]
13028name = "portable-pty"
13029version = "0.9.0"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13032dependencies = [
13033 "anyhow",
13034 "bitflags 1.3.2",
13035 "downcast-rs",
13036 "filedescriptor",
13037 "lazy_static",
13038 "libc",
13039 "log",
13040 "nix 0.28.0",
13041 "serial2",
13042 "shared_library",
13043 "shell-words",
13044 "winapi",
13045 "winreg 0.10.1",
13046]
13047
13048[[package]]
13049name = "postage"
13050version = "0.5.0"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13053dependencies = [
13054 "atomic",
13055 "crossbeam-queue",
13056 "futures 0.3.32",
13057 "log",
13058 "parking_lot",
13059 "pin-project",
13060 "pollster 0.2.5",
13061 "static_assertions",
13062 "thiserror 1.0.69",
13063]
13064
13065[[package]]
13066name = "postcard"
13067version = "1.1.3"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13070dependencies = [
13071 "cobs",
13072 "embedded-io 0.4.0",
13073 "embedded-io 0.6.1",
13074 "serde",
13075]
13076
13077[[package]]
13078name = "potential_utf"
13079version = "0.1.3"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13082dependencies = [
13083 "zerovec",
13084]
13085
13086[[package]]
13087name = "powerfmt"
13088version = "0.2.0"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13091
13092[[package]]
13093name = "ppv-lite86"
13094version = "0.2.21"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13097dependencies = [
13098 "zerocopy",
13099]
13100
13101[[package]]
13102name = "precomputed-hash"
13103version = "0.1.1"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13106
13107[[package]]
13108name = "presser"
13109version = "0.3.1"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13112
13113[[package]]
13114name = "prettier"
13115version = "0.1.0"
13116dependencies = [
13117 "anyhow",
13118 "collections",
13119 "fs",
13120 "gpui",
13121 "language",
13122 "log",
13123 "lsp",
13124 "node_runtime",
13125 "parking_lot",
13126 "paths",
13127 "serde",
13128 "serde_json",
13129 "util",
13130]
13131
13132[[package]]
13133name = "pretty_assertions"
13134version = "1.4.1"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13137dependencies = [
13138 "diff",
13139 "yansi",
13140]
13141
13142[[package]]
13143name = "prettyplease"
13144version = "0.2.37"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13147dependencies = [
13148 "proc-macro2",
13149 "syn 2.0.117",
13150]
13151
13152[[package]]
13153name = "primal-check"
13154version = "0.3.4"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13157dependencies = [
13158 "num-integer",
13159]
13160
13161[[package]]
13162name = "proc-macro-crate"
13163version = "3.4.0"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13166dependencies = [
13167 "toml_edit 0.23.7",
13168]
13169
13170[[package]]
13171name = "proc-macro-error"
13172version = "1.0.4"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13175dependencies = [
13176 "proc-macro-error-attr",
13177 "proc-macro2",
13178 "quote",
13179 "syn 1.0.109",
13180 "version_check",
13181]
13182
13183[[package]]
13184name = "proc-macro-error-attr"
13185version = "1.0.4"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13188dependencies = [
13189 "proc-macro2",
13190 "quote",
13191 "version_check",
13192]
13193
13194[[package]]
13195name = "proc-macro-error-attr2"
13196version = "2.0.0"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13199dependencies = [
13200 "proc-macro2",
13201 "quote",
13202]
13203
13204[[package]]
13205name = "proc-macro-error2"
13206version = "2.0.1"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13209dependencies = [
13210 "proc-macro-error-attr2",
13211 "proc-macro2",
13212 "quote",
13213 "syn 2.0.117",
13214]
13215
13216[[package]]
13217name = "proc-macro2"
13218version = "1.0.101"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13221dependencies = [
13222 "unicode-ident",
13223]
13224
13225[[package]]
13226name = "proc-macro2-diagnostics"
13227version = "0.10.1"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13230dependencies = [
13231 "proc-macro2",
13232 "quote",
13233 "syn 2.0.117",
13234 "version_check",
13235 "yansi",
13236]
13237
13238[[package]]
13239name = "procfs-core"
13240version = "0.17.0"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13243dependencies = [
13244 "bitflags 2.10.0",
13245 "hex",
13246 "serde",
13247]
13248
13249[[package]]
13250name = "profiling"
13251version = "1.0.17"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13254dependencies = [
13255 "profiling-procmacros",
13256]
13257
13258[[package]]
13259name = "profiling-procmacros"
13260version = "1.0.17"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13263dependencies = [
13264 "quote",
13265 "syn 2.0.117",
13266]
13267
13268[[package]]
13269name = "project"
13270version = "0.1.0"
13271dependencies = [
13272 "aho-corasick",
13273 "anyhow",
13274 "askpass",
13275 "async-trait",
13276 "base64 0.22.1",
13277 "buffer_diff",
13278 "circular-buffer",
13279 "client",
13280 "clock",
13281 "collections",
13282 "context_server",
13283 "credentials_provider",
13284 "dap",
13285 "encoding_rs",
13286 "extension",
13287 "fancy-regex 0.17.0",
13288 "fs",
13289 "futures 0.3.32",
13290 "fuzzy",
13291 "fuzzy_nucleo",
13292 "git",
13293 "git2",
13294 "git_hosting_providers",
13295 "globset",
13296 "gpui",
13297 "http_client",
13298 "image",
13299 "indexmap",
13300 "itertools 0.14.0",
13301 "language",
13302 "log",
13303 "lsp",
13304 "markdown",
13305 "node_runtime",
13306 "parking_lot",
13307 "paths",
13308 "percent-encoding",
13309 "postage",
13310 "prettier",
13311 "pretty_assertions",
13312 "project",
13313 "rand 0.9.2",
13314 "regex",
13315 "release_channel",
13316 "remote",
13317 "rpc",
13318 "schemars",
13319 "semver",
13320 "serde",
13321 "serde_json",
13322 "settings",
13323 "sha2",
13324 "shellexpand 2.1.2",
13325 "smallvec",
13326 "smol",
13327 "snippet",
13328 "snippet_provider",
13329 "sum_tree",
13330 "task",
13331 "tempfile",
13332 "terminal",
13333 "text",
13334 "toml 0.8.23",
13335 "tracing",
13336 "unindent",
13337 "url",
13338 "util",
13339 "watch",
13340 "wax",
13341 "which 6.0.3",
13342 "worktree",
13343 "zed_credentials_provider",
13344 "zeroize",
13345 "zlog",
13346 "ztracing",
13347]
13348
13349[[package]]
13350name = "project_benchmarks"
13351version = "0.1.0"
13352dependencies = [
13353 "anyhow",
13354 "askpass",
13355 "clap",
13356 "client",
13357 "futures 0.3.32",
13358 "gpui",
13359 "gpui_platform",
13360 "http_client",
13361 "language",
13362 "node_runtime",
13363 "project",
13364 "release_channel",
13365 "remote",
13366 "rpassword",
13367 "semver",
13368 "settings",
13369 "watch",
13370]
13371
13372[[package]]
13373name = "project_panel"
13374version = "0.1.0"
13375dependencies = [
13376 "anyhow",
13377 "client",
13378 "collections",
13379 "command_palette_hooks",
13380 "criterion",
13381 "editor",
13382 "feature_flags",
13383 "file_icons",
13384 "git",
13385 "git_ui",
13386 "gpui",
13387 "itertools 0.14.0",
13388 "language",
13389 "menu",
13390 "notifications",
13391 "pretty_assertions",
13392 "project",
13393 "rayon",
13394 "remote_connection",
13395 "schemars",
13396 "search",
13397 "serde",
13398 "serde_json",
13399 "settings",
13400 "smallvec",
13401 "telemetry",
13402 "tempfile",
13403 "theme",
13404 "theme_settings",
13405 "ui",
13406 "util",
13407 "workspace",
13408 "worktree",
13409 "zed_actions",
13410]
13411
13412[[package]]
13413name = "project_symbols"
13414version = "0.1.0"
13415dependencies = [
13416 "anyhow",
13417 "editor",
13418 "futures 0.3.32",
13419 "fuzzy",
13420 "gpui",
13421 "language",
13422 "lsp",
13423 "ordered-float 2.10.1",
13424 "picker",
13425 "project",
13426 "release_channel",
13427 "semver",
13428 "serde_json",
13429 "settings",
13430 "theme",
13431 "theme_settings",
13432 "util",
13433 "workspace",
13434]
13435
13436[[package]]
13437name = "prometheus"
13438version = "0.14.0"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13441dependencies = [
13442 "cfg-if",
13443 "fnv",
13444 "lazy_static",
13445 "memchr",
13446 "parking_lot",
13447 "protobuf",
13448 "thiserror 2.0.17",
13449]
13450
13451[[package]]
13452name = "prompt_store"
13453version = "0.1.0"
13454dependencies = [
13455 "anyhow",
13456 "assets",
13457 "chrono",
13458 "collections",
13459 "fs",
13460 "futures 0.3.32",
13461 "fuzzy",
13462 "gpui",
13463 "handlebars 4.5.0",
13464 "heed",
13465 "language",
13466 "log",
13467 "parking_lot",
13468 "paths",
13469 "rope",
13470 "serde",
13471 "strum 0.27.2",
13472 "tempfile",
13473 "text",
13474 "util",
13475 "uuid",
13476]
13477
13478[[package]]
13479name = "proptest"
13480version = "1.10.0"
13481source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13482dependencies = [
13483 "bit-set 0.8.0",
13484 "bit-vec 0.8.0",
13485 "bitflags 2.10.0",
13486 "num-traits",
13487 "proptest-macro",
13488 "rand 0.9.2",
13489 "rand_chacha 0.9.0",
13490 "rand_xorshift",
13491 "regex-syntax",
13492 "rusty-fork",
13493 "tempfile",
13494 "unarray",
13495]
13496
13497[[package]]
13498name = "proptest-derive"
13499version = "0.8.0"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13502dependencies = [
13503 "proc-macro2",
13504 "quote",
13505 "syn 2.0.117",
13506]
13507
13508[[package]]
13509name = "proptest-macro"
13510version = "0.5.0"
13511source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13512dependencies = [
13513 "convert_case 0.11.0",
13514 "proc-macro2",
13515 "quote",
13516 "syn 2.0.117",
13517]
13518
13519[[package]]
13520name = "prost"
13521version = "0.9.0"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13524dependencies = [
13525 "bytes 1.11.1",
13526 "prost-derive 0.9.0",
13527]
13528
13529[[package]]
13530name = "prost"
13531version = "0.12.6"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13534dependencies = [
13535 "bytes 1.11.1",
13536 "prost-derive 0.12.6",
13537]
13538
13539[[package]]
13540name = "prost-build"
13541version = "0.9.0"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13544dependencies = [
13545 "bytes 1.11.1",
13546 "heck 0.3.3",
13547 "itertools 0.10.5",
13548 "lazy_static",
13549 "log",
13550 "multimap",
13551 "petgraph",
13552 "prost 0.9.0",
13553 "prost-types 0.9.0",
13554 "regex",
13555 "tempfile",
13556 "which 4.4.2",
13557]
13558
13559[[package]]
13560name = "prost-build"
13561version = "0.12.6"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13564dependencies = [
13565 "bytes 1.11.1",
13566 "heck 0.5.0",
13567 "itertools 0.12.1",
13568 "log",
13569 "multimap",
13570 "once_cell",
13571 "petgraph",
13572 "prettyplease",
13573 "prost 0.12.6",
13574 "prost-types 0.12.6",
13575 "regex",
13576 "syn 2.0.117",
13577 "tempfile",
13578]
13579
13580[[package]]
13581name = "prost-derive"
13582version = "0.9.0"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13585dependencies = [
13586 "anyhow",
13587 "itertools 0.10.5",
13588 "proc-macro2",
13589 "quote",
13590 "syn 1.0.109",
13591]
13592
13593[[package]]
13594name = "prost-derive"
13595version = "0.12.6"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13598dependencies = [
13599 "anyhow",
13600 "itertools 0.12.1",
13601 "proc-macro2",
13602 "quote",
13603 "syn 2.0.117",
13604]
13605
13606[[package]]
13607name = "prost-types"
13608version = "0.9.0"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13611dependencies = [
13612 "bytes 1.11.1",
13613 "prost 0.9.0",
13614]
13615
13616[[package]]
13617name = "prost-types"
13618version = "0.12.6"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13621dependencies = [
13622 "prost 0.12.6",
13623]
13624
13625[[package]]
13626name = "proto"
13627version = "0.1.0"
13628dependencies = [
13629 "anyhow",
13630 "prost 0.9.0",
13631 "prost-build 0.9.0",
13632 "serde",
13633]
13634
13635[[package]]
13636name = "protobuf"
13637version = "3.7.2"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13640dependencies = [
13641 "once_cell",
13642 "protobuf-support",
13643 "thiserror 1.0.69",
13644]
13645
13646[[package]]
13647name = "protobuf-support"
13648version = "3.7.2"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13651dependencies = [
13652 "thiserror 1.0.69",
13653]
13654
13655[[package]]
13656name = "psm"
13657version = "0.1.30"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13660dependencies = [
13661 "ar_archive_writer",
13662 "cc",
13663]
13664
13665[[package]]
13666name = "ptr_meta"
13667version = "0.1.4"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13670dependencies = [
13671 "ptr_meta_derive",
13672]
13673
13674[[package]]
13675name = "ptr_meta_derive"
13676version = "0.1.4"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13679dependencies = [
13680 "proc-macro2",
13681 "quote",
13682 "syn 1.0.109",
13683]
13684
13685[[package]]
13686name = "pulldown-cmark"
13687version = "0.10.3"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13690dependencies = [
13691 "bitflags 2.10.0",
13692 "memchr",
13693 "pulldown-cmark-escape",
13694 "unicase",
13695]
13696
13697[[package]]
13698name = "pulldown-cmark"
13699version = "0.13.0"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13702dependencies = [
13703 "bitflags 2.10.0",
13704 "memchr",
13705 "unicase",
13706]
13707
13708[[package]]
13709name = "pulldown-cmark-escape"
13710version = "0.10.1"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13713
13714[[package]]
13715name = "pulley-interpreter"
13716version = "36.0.6"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "499d922aa0f9faac8d92351416664f1b7acd914008a90fce2f0516d31efddf67"
13719dependencies = [
13720 "cranelift-bitset",
13721 "log",
13722 "pulley-macros",
13723 "wasmtime-internal-math",
13724]
13725
13726[[package]]
13727name = "pulley-macros"
13728version = "36.0.6"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "a3848fb193d6dffca43a21f24ca9492f22aab88af1223d06bac7f8a0ef405b81"
13731dependencies = [
13732 "proc-macro2",
13733 "quote",
13734 "syn 2.0.117",
13735]
13736
13737[[package]]
13738name = "pulp"
13739version = "0.18.22"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13742dependencies = [
13743 "bytemuck",
13744 "libm",
13745 "num-complex",
13746 "reborrow",
13747]
13748
13749[[package]]
13750name = "pulp"
13751version = "0.21.5"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13754dependencies = [
13755 "bytemuck",
13756 "cfg-if",
13757 "libm",
13758 "num-complex",
13759 "reborrow",
13760 "version_check",
13761]
13762
13763[[package]]
13764name = "pxfm"
13765version = "0.1.25"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13768dependencies = [
13769 "num-traits",
13770]
13771
13772[[package]]
13773name = "qoi"
13774version = "0.4.1"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13777dependencies = [
13778 "bytemuck",
13779]
13780
13781[[package]]
13782name = "quick-error"
13783version = "1.2.3"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13786
13787[[package]]
13788name = "quick-error"
13789version = "2.0.1"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13792
13793[[package]]
13794name = "quick-xml"
13795version = "0.30.0"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13798dependencies = [
13799 "memchr",
13800]
13801
13802[[package]]
13803name = "quick-xml"
13804version = "0.37.5"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13807dependencies = [
13808 "memchr",
13809]
13810
13811[[package]]
13812name = "quick-xml"
13813version = "0.38.3"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13816dependencies = [
13817 "memchr",
13818]
13819
13820[[package]]
13821name = "quinn"
13822version = "0.11.9"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13825dependencies = [
13826 "bytes 1.11.1",
13827 "cfg_aliases 0.2.1",
13828 "pin-project-lite",
13829 "quinn-proto",
13830 "quinn-udp",
13831 "rustc-hash 2.1.1",
13832 "rustls 0.23.33",
13833 "socket2 0.6.1",
13834 "thiserror 2.0.17",
13835 "tokio",
13836 "tracing",
13837 "web-time",
13838]
13839
13840[[package]]
13841name = "quinn-proto"
13842version = "0.11.13"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13845dependencies = [
13846 "bytes 1.11.1",
13847 "getrandom 0.3.4",
13848 "lru-slab",
13849 "rand 0.9.2",
13850 "ring",
13851 "rustc-hash 2.1.1",
13852 "rustls 0.23.33",
13853 "rustls-pki-types",
13854 "slab",
13855 "thiserror 2.0.17",
13856 "tinyvec",
13857 "tracing",
13858 "web-time",
13859]
13860
13861[[package]]
13862name = "quinn-udp"
13863version = "0.5.14"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13866dependencies = [
13867 "cfg_aliases 0.2.1",
13868 "libc",
13869 "once_cell",
13870 "socket2 0.6.1",
13871 "tracing",
13872 "windows-sys 0.60.2",
13873]
13874
13875[[package]]
13876name = "quote"
13877version = "1.0.41"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13880dependencies = [
13881 "proc-macro2",
13882]
13883
13884[[package]]
13885name = "r-efi"
13886version = "5.3.0"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13889
13890[[package]]
13891name = "radium"
13892version = "0.7.0"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13895
13896[[package]]
13897name = "rand"
13898version = "0.3.23"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13901dependencies = [
13902 "libc",
13903 "rand 0.4.6",
13904]
13905
13906[[package]]
13907name = "rand"
13908version = "0.4.6"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13911dependencies = [
13912 "fuchsia-cprng",
13913 "libc",
13914 "rand_core 0.3.1",
13915 "rdrand",
13916 "winapi",
13917]
13918
13919[[package]]
13920name = "rand"
13921version = "0.8.5"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13924dependencies = [
13925 "libc",
13926 "rand_chacha 0.3.1",
13927 "rand_core 0.6.4",
13928]
13929
13930[[package]]
13931name = "rand"
13932version = "0.9.2"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
13935dependencies = [
13936 "rand_chacha 0.9.0",
13937 "rand_core 0.9.3",
13938]
13939
13940[[package]]
13941name = "rand_chacha"
13942version = "0.3.1"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13945dependencies = [
13946 "ppv-lite86",
13947 "rand_core 0.6.4",
13948]
13949
13950[[package]]
13951name = "rand_chacha"
13952version = "0.9.0"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13955dependencies = [
13956 "ppv-lite86",
13957 "rand_core 0.9.3",
13958]
13959
13960[[package]]
13961name = "rand_core"
13962version = "0.3.1"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13965dependencies = [
13966 "rand_core 0.4.2",
13967]
13968
13969[[package]]
13970name = "rand_core"
13971version = "0.4.2"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13974
13975[[package]]
13976name = "rand_core"
13977version = "0.6.4"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13980dependencies = [
13981 "getrandom 0.2.16",
13982]
13983
13984[[package]]
13985name = "rand_core"
13986version = "0.9.3"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13989dependencies = [
13990 "getrandom 0.3.4",
13991]
13992
13993[[package]]
13994name = "rand_distr"
13995version = "0.5.1"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13998dependencies = [
13999 "num-traits",
14000 "rand 0.9.2",
14001]
14002
14003[[package]]
14004name = "rand_pcg"
14005version = "0.3.1"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14008dependencies = [
14009 "rand_core 0.6.4",
14010]
14011
14012[[package]]
14013name = "rand_xorshift"
14014version = "0.4.0"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14017dependencies = [
14018 "rand_core 0.9.3",
14019]
14020
14021[[package]]
14022name = "random_choice"
14023version = "0.3.2"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14026dependencies = [
14027 "rand 0.3.23",
14028]
14029
14030[[package]]
14031name = "range-alloc"
14032version = "0.1.4"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14035
14036[[package]]
14037name = "range-map"
14038version = "0.2.0"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14041dependencies = [
14042 "num-traits",
14043]
14044
14045[[package]]
14046name = "rangemap"
14047version = "1.7.1"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14050
14051[[package]]
14052name = "rav1e"
14053version = "0.7.1"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14056dependencies = [
14057 "arbitrary",
14058 "arg_enum_proc_macro",
14059 "arrayvec",
14060 "av1-grain",
14061 "bitstream-io",
14062 "built",
14063 "cfg-if",
14064 "interpolate_name",
14065 "itertools 0.12.1",
14066 "libc",
14067 "libfuzzer-sys",
14068 "log",
14069 "maybe-rayon",
14070 "new_debug_unreachable",
14071 "noop_proc_macro",
14072 "num-derive",
14073 "num-traits",
14074 "once_cell",
14075 "paste",
14076 "profiling",
14077 "rand 0.8.5",
14078 "rand_chacha 0.3.1",
14079 "simd_helpers",
14080 "system-deps 6.2.2",
14081 "thiserror 1.0.69",
14082 "v_frame",
14083 "wasm-bindgen",
14084]
14085
14086[[package]]
14087name = "ravif"
14088version = "0.11.20"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14091dependencies = [
14092 "avif-serialize",
14093 "imgref",
14094 "loop9",
14095 "quick-error 2.0.1",
14096 "rav1e",
14097 "rayon",
14098 "rgb",
14099]
14100
14101[[package]]
14102name = "raw-cpuid"
14103version = "10.7.0"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14106dependencies = [
14107 "bitflags 1.3.2",
14108]
14109
14110[[package]]
14111name = "raw-cpuid"
14112version = "11.6.0"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14115dependencies = [
14116 "bitflags 2.10.0",
14117]
14118
14119[[package]]
14120name = "raw-window-handle"
14121version = "0.6.2"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14124
14125[[package]]
14126name = "raw-window-metal"
14127version = "1.1.0"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14130dependencies = [
14131 "objc2",
14132 "objc2-core-foundation",
14133 "objc2-foundation",
14134 "objc2-quartz-core",
14135]
14136
14137[[package]]
14138name = "rayon"
14139version = "1.11.0"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14142dependencies = [
14143 "either",
14144 "rayon-core",
14145]
14146
14147[[package]]
14148name = "rayon-core"
14149version = "1.13.0"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14152dependencies = [
14153 "crossbeam-deque",
14154 "crossbeam-utils",
14155]
14156
14157[[package]]
14158name = "rdrand"
14159version = "0.4.0"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14162dependencies = [
14163 "rand_core 0.3.1",
14164]
14165
14166[[package]]
14167name = "read-fonts"
14168version = "0.35.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14171dependencies = [
14172 "bytemuck",
14173 "font-types 0.10.0",
14174]
14175
14176[[package]]
14177name = "read-fonts"
14178version = "0.37.0"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14181dependencies = [
14182 "bytemuck",
14183 "core_maths",
14184 "font-types 0.11.0",
14185]
14186
14187[[package]]
14188name = "realfft"
14189version = "3.5.0"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14192dependencies = [
14193 "rustfft",
14194]
14195
14196[[package]]
14197name = "reborrow"
14198version = "0.5.5"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14201
14202[[package]]
14203name = "recent_projects"
14204version = "0.1.0"
14205dependencies = [
14206 "anyhow",
14207 "askpass",
14208 "chrono",
14209 "db",
14210 "dev_container",
14211 "editor",
14212 "extension",
14213 "extension_host",
14214 "fs",
14215 "futures 0.3.32",
14216 "fuzzy",
14217 "gpui",
14218 "http_client",
14219 "indoc",
14220 "language",
14221 "log",
14222 "menu",
14223 "node_runtime",
14224 "open_path_prompt",
14225 "ordered-float 2.10.1",
14226 "paths",
14227 "picker",
14228 "project",
14229 "release_channel",
14230 "remote",
14231 "remote_connection",
14232 "remote_server",
14233 "semver",
14234 "serde",
14235 "serde_json",
14236 "settings",
14237 "smol",
14238 "task",
14239 "telemetry",
14240 "ui",
14241 "ui_input",
14242 "util",
14243 "windows-registry 0.6.1",
14244 "workspace",
14245 "worktree",
14246 "zed_actions",
14247]
14248
14249[[package]]
14250name = "redox_syscall"
14251version = "0.2.16"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14254dependencies = [
14255 "bitflags 1.3.2",
14256]
14257
14258[[package]]
14259name = "redox_syscall"
14260version = "0.5.18"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14263dependencies = [
14264 "bitflags 2.10.0",
14265]
14266
14267[[package]]
14268name = "redox_users"
14269version = "0.4.6"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
14272dependencies = [
14273 "getrandom 0.2.16",
14274 "libredox",
14275 "thiserror 1.0.69",
14276]
14277
14278[[package]]
14279name = "redox_users"
14280version = "0.5.2"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14283dependencies = [
14284 "getrandom 0.2.16",
14285 "libredox",
14286 "thiserror 2.0.17",
14287]
14288
14289[[package]]
14290name = "ref-cast"
14291version = "1.0.25"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14294dependencies = [
14295 "ref-cast-impl",
14296]
14297
14298[[package]]
14299name = "ref-cast-impl"
14300version = "1.0.25"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14303dependencies = [
14304 "proc-macro2",
14305 "quote",
14306 "syn 2.0.117",
14307]
14308
14309[[package]]
14310name = "referencing"
14311version = "0.37.4"
14312source = "registry+https://github.com/rust-lang/crates.io-index"
14313checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14314dependencies = [
14315 "ahash 0.8.12",
14316 "fluent-uri",
14317 "getrandom 0.3.4",
14318 "hashbrown 0.16.1",
14319 "parking_lot",
14320 "percent-encoding",
14321 "serde_json",
14322]
14323
14324[[package]]
14325name = "refineable"
14326version = "0.1.0"
14327dependencies = [
14328 "derive_refineable",
14329]
14330
14331[[package]]
14332name = "regalloc2"
14333version = "0.12.2"
14334source = "registry+https://github.com/rust-lang/crates.io-index"
14335checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14336dependencies = [
14337 "allocator-api2",
14338 "bumpalo",
14339 "hashbrown 0.15.5",
14340 "log",
14341 "rustc-hash 2.1.1",
14342 "serde",
14343 "smallvec",
14344]
14345
14346[[package]]
14347name = "regex"
14348version = "1.12.2"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14351dependencies = [
14352 "aho-corasick",
14353 "memchr",
14354 "regex-automata",
14355 "regex-syntax",
14356]
14357
14358[[package]]
14359name = "regex-automata"
14360version = "0.4.13"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14363dependencies = [
14364 "aho-corasick",
14365 "memchr",
14366 "regex-syntax",
14367]
14368
14369[[package]]
14370name = "regex-lite"
14371version = "0.1.8"
14372source = "registry+https://github.com/rust-lang/crates.io-index"
14373checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14374
14375[[package]]
14376name = "regex-syntax"
14377version = "0.8.8"
14378source = "registry+https://github.com/rust-lang/crates.io-index"
14379checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14380
14381[[package]]
14382name = "release_channel"
14383version = "0.1.0"
14384dependencies = [
14385 "gpui",
14386 "semver",
14387]
14388
14389[[package]]
14390name = "remote"
14391version = "0.1.0"
14392dependencies = [
14393 "anyhow",
14394 "askpass",
14395 "async-trait",
14396 "base64 0.22.1",
14397 "collections",
14398 "fs",
14399 "futures 0.3.32",
14400 "gpui",
14401 "log",
14402 "parking_lot",
14403 "paths",
14404 "prost 0.9.0",
14405 "release_channel",
14406 "rpc",
14407 "schemars",
14408 "semver",
14409 "serde",
14410 "serde_json",
14411 "settings",
14412 "smol",
14413 "tempfile",
14414 "thiserror 2.0.17",
14415 "urlencoding",
14416 "util",
14417 "which 6.0.3",
14418]
14419
14420[[package]]
14421name = "remote_connection"
14422version = "0.1.0"
14423dependencies = [
14424 "anyhow",
14425 "askpass",
14426 "auto_update",
14427 "futures 0.3.32",
14428 "gpui",
14429 "log",
14430 "markdown",
14431 "menu",
14432 "release_channel",
14433 "remote",
14434 "semver",
14435 "settings",
14436 "theme_settings",
14437 "ui",
14438 "ui_input",
14439 "workspace",
14440]
14441
14442[[package]]
14443name = "remote_server"
14444version = "0.1.0"
14445dependencies = [
14446 "action_log",
14447 "agent",
14448 "anyhow",
14449 "askpass",
14450 "cargo_toml",
14451 "clap",
14452 "client",
14453 "clock",
14454 "collections",
14455 "crash-handler",
14456 "crashes",
14457 "dap_adapters",
14458 "debug_adapter_extension",
14459 "editor",
14460 "env_logger 0.11.8",
14461 "extension",
14462 "extension_host",
14463 "fork",
14464 "fs",
14465 "futures 0.3.32",
14466 "git",
14467 "git2",
14468 "git_hosting_providers",
14469 "gpui",
14470 "gpui_platform",
14471 "gpui_tokio",
14472 "http_client",
14473 "image",
14474 "json_schema_store",
14475 "language",
14476 "language_extension",
14477 "language_model",
14478 "languages",
14479 "libc",
14480 "log",
14481 "lsp",
14482 "minidumper",
14483 "net",
14484 "node_runtime",
14485 "paths",
14486 "pretty_assertions",
14487 "project",
14488 "proto",
14489 "rayon",
14490 "release_channel",
14491 "remote",
14492 "reqwest_client",
14493 "rpc",
14494 "rust-embed",
14495 "semver",
14496 "serde",
14497 "serde_json",
14498 "settings",
14499 "shellexpand 2.1.2",
14500 "smol",
14501 "sysinfo 0.37.2",
14502 "task",
14503 "theme",
14504 "theme_settings",
14505 "thiserror 2.0.17",
14506 "toml 0.8.23",
14507 "unindent",
14508 "util",
14509 "uuid",
14510 "watch",
14511 "windows 0.61.3",
14512 "worktree",
14513 "zlog",
14514]
14515
14516[[package]]
14517name = "rend"
14518version = "0.4.2"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14521dependencies = [
14522 "bytecheck",
14523]
14524
14525[[package]]
14526name = "renderdoc-sys"
14527version = "1.1.0"
14528source = "registry+https://github.com/rust-lang/crates.io-index"
14529checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14530
14531[[package]]
14532name = "repl"
14533version = "0.1.0"
14534dependencies = [
14535 "alacritty_terminal",
14536 "anyhow",
14537 "async-dispatcher",
14538 "async-task",
14539 "async-tungstenite",
14540 "base64 0.22.1",
14541 "client",
14542 "collections",
14543 "command_palette_hooks",
14544 "editor",
14545 "feature_flags",
14546 "file_icons",
14547 "futures 0.3.32",
14548 "gpui",
14549 "html_to_markdown",
14550 "http_client",
14551 "image",
14552 "indoc",
14553 "jupyter-protocol",
14554 "jupyter-websocket-client",
14555 "language",
14556 "languages",
14557 "log",
14558 "markdown",
14559 "menu",
14560 "multi_buffer",
14561 "nbformat",
14562 "picker",
14563 "project",
14564 "remote",
14565 "runtimelib",
14566 "serde",
14567 "serde_json",
14568 "settings",
14569 "shlex",
14570 "smol",
14571 "telemetry",
14572 "terminal",
14573 "terminal_view",
14574 "theme",
14575 "theme_settings",
14576 "tree-sitter-md",
14577 "tree-sitter-python",
14578 "tree-sitter-typescript",
14579 "ui",
14580 "util",
14581 "uuid",
14582 "workspace",
14583 "zed_actions",
14584]
14585
14586[[package]]
14587name = "reqwest"
14588version = "0.11.27"
14589source = "registry+https://github.com/rust-lang/crates.io-index"
14590checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14591dependencies = [
14592 "base64 0.21.7",
14593 "bytes 1.11.1",
14594 "encoding_rs",
14595 "futures-core",
14596 "futures-util",
14597 "h2 0.3.27",
14598 "http 0.2.12",
14599 "http-body 0.4.6",
14600 "hyper 0.14.32",
14601 "hyper-tls",
14602 "ipnet",
14603 "js-sys",
14604 "log",
14605 "mime",
14606 "native-tls",
14607 "once_cell",
14608 "percent-encoding",
14609 "pin-project-lite",
14610 "rustls-pemfile 1.0.4",
14611 "serde",
14612 "serde_json",
14613 "serde_urlencoded",
14614 "sync_wrapper 0.1.2",
14615 "system-configuration 0.5.1",
14616 "tokio",
14617 "tokio-native-tls",
14618 "tower-service",
14619 "url",
14620 "wasm-bindgen",
14621 "wasm-bindgen-futures",
14622 "web-sys",
14623 "winreg 0.50.0",
14624]
14625
14626[[package]]
14627name = "reqwest"
14628version = "0.12.24"
14629source = "registry+https://github.com/rust-lang/crates.io-index"
14630checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14631dependencies = [
14632 "base64 0.22.1",
14633 "bytes 1.11.1",
14634 "futures-channel",
14635 "futures-core",
14636 "futures-util",
14637 "http 1.3.1",
14638 "http-body 1.0.1",
14639 "http-body-util",
14640 "hyper 1.7.0",
14641 "hyper-rustls 0.27.7",
14642 "hyper-util",
14643 "js-sys",
14644 "log",
14645 "percent-encoding",
14646 "pin-project-lite",
14647 "quinn",
14648 "rustls 0.23.33",
14649 "rustls-native-certs 0.8.2",
14650 "rustls-pki-types",
14651 "serde",
14652 "serde_json",
14653 "serde_urlencoded",
14654 "sync_wrapper 1.0.2",
14655 "tokio",
14656 "tokio-rustls 0.26.2",
14657 "tower 0.5.2",
14658 "tower-http 0.6.6",
14659 "tower-service",
14660 "url",
14661 "wasm-bindgen",
14662 "wasm-bindgen-futures",
14663 "web-sys",
14664]
14665
14666[[package]]
14667name = "reqwest_client"
14668version = "0.1.0"
14669dependencies = [
14670 "anyhow",
14671 "bytes 1.11.1",
14672 "futures 0.3.32",
14673 "gpui_util",
14674 "http_client",
14675 "http_client_tls",
14676 "log",
14677 "regex",
14678 "serde",
14679 "tokio",
14680 "zed-reqwest",
14681]
14682
14683[[package]]
14684name = "resvg"
14685version = "0.45.1"
14686source = "registry+https://github.com/rust-lang/crates.io-index"
14687checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14688dependencies = [
14689 "gif",
14690 "image-webp",
14691 "log",
14692 "pico-args",
14693 "rgb",
14694 "svgtypes",
14695 "tiny-skia",
14696 "usvg",
14697 "zune-jpeg",
14698]
14699
14700[[package]]
14701name = "rfc6979"
14702version = "0.3.1"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14705dependencies = [
14706 "crypto-bigint 0.4.9",
14707 "hmac",
14708 "zeroize",
14709]
14710
14711[[package]]
14712name = "rgb"
14713version = "0.8.52"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14716dependencies = [
14717 "bytemuck",
14718]
14719
14720[[package]]
14721name = "ring"
14722version = "0.17.14"
14723source = "registry+https://github.com/rust-lang/crates.io-index"
14724checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14725dependencies = [
14726 "cc",
14727 "cfg-if",
14728 "getrandom 0.2.16",
14729 "libc",
14730 "untrusted 0.9.0",
14731 "windows-sys 0.52.0",
14732]
14733
14734[[package]]
14735name = "rkyv"
14736version = "0.7.45"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14739dependencies = [
14740 "bitvec",
14741 "bytecheck",
14742 "bytes 1.11.1",
14743 "hashbrown 0.12.3",
14744 "ptr_meta",
14745 "rend",
14746 "rkyv_derive",
14747 "seahash",
14748 "tinyvec",
14749 "uuid",
14750]
14751
14752[[package]]
14753name = "rkyv_derive"
14754version = "0.7.45"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14757dependencies = [
14758 "proc-macro2",
14759 "quote",
14760 "syn 1.0.109",
14761]
14762
14763[[package]]
14764name = "rmp"
14765version = "0.8.14"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14768dependencies = [
14769 "byteorder",
14770 "num-traits",
14771 "paste",
14772]
14773
14774[[package]]
14775name = "rmpv"
14776version = "1.3.0"
14777source = "registry+https://github.com/rust-lang/crates.io-index"
14778checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14779dependencies = [
14780 "num-traits",
14781 "rmp",
14782]
14783
14784[[package]]
14785name = "rodio"
14786version = "0.21.1"
14787source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14788dependencies = [
14789 "cpal",
14790 "dasp_sample",
14791 "hound",
14792 "num-rational",
14793 "rand 0.9.2",
14794 "rand_distr",
14795 "rtrb",
14796 "symphonia",
14797 "thiserror 2.0.17",
14798]
14799
14800[[package]]
14801name = "rope"
14802version = "0.1.0"
14803dependencies = [
14804 "criterion",
14805 "ctor",
14806 "gpui",
14807 "heapless",
14808 "log",
14809 "rand 0.9.2",
14810 "rayon",
14811 "sum_tree",
14812 "tracing",
14813 "unicode-segmentation",
14814 "util",
14815 "zlog",
14816 "ztracing",
14817]
14818
14819[[package]]
14820name = "roxmltree"
14821version = "0.20.0"
14822source = "registry+https://github.com/rust-lang/crates.io-index"
14823checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14824
14825[[package]]
14826name = "rpassword"
14827version = "7.4.0"
14828source = "registry+https://github.com/rust-lang/crates.io-index"
14829checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14830dependencies = [
14831 "libc",
14832 "rtoolbox",
14833 "windows-sys 0.59.0",
14834]
14835
14836[[package]]
14837name = "rpc"
14838version = "0.1.0"
14839dependencies = [
14840 "anyhow",
14841 "async-tungstenite",
14842 "base64 0.22.1",
14843 "collections",
14844 "futures 0.3.32",
14845 "gpui",
14846 "parking_lot",
14847 "proto",
14848 "rand 0.9.2",
14849 "rsa",
14850 "serde",
14851 "serde_json",
14852 "sha2",
14853 "strum 0.27.2",
14854 "tracing",
14855 "util",
14856 "zlog",
14857 "zstd",
14858]
14859
14860[[package]]
14861name = "rsa"
14862version = "0.9.10"
14863source = "registry+https://github.com/rust-lang/crates.io-index"
14864checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14865dependencies = [
14866 "const-oid",
14867 "digest",
14868 "num-bigint-dig 0.8.6",
14869 "num-integer",
14870 "num-traits",
14871 "pkcs1",
14872 "pkcs8 0.10.2",
14873 "rand_core 0.6.4",
14874 "signature 2.2.0",
14875 "spki 0.7.3",
14876 "subtle",
14877 "zeroize",
14878]
14879
14880[[package]]
14881name = "rtoolbox"
14882version = "0.0.3"
14883source = "registry+https://github.com/rust-lang/crates.io-index"
14884checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14885dependencies = [
14886 "libc",
14887 "windows-sys 0.52.0",
14888]
14889
14890[[package]]
14891name = "rtrb"
14892version = "0.3.2"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14895
14896[[package]]
14897name = "rules_library"
14898version = "0.1.0"
14899dependencies = [
14900 "anyhow",
14901 "collections",
14902 "editor",
14903 "gpui",
14904 "language",
14905 "language_model",
14906 "log",
14907 "menu",
14908 "picker",
14909 "platform_title_bar",
14910 "prompt_store",
14911 "release_channel",
14912 "rope",
14913 "serde",
14914 "settings",
14915 "theme_settings",
14916 "ui",
14917 "ui_input",
14918 "util",
14919 "workspace",
14920 "zed_actions",
14921]
14922
14923[[package]]
14924name = "runtimelib"
14925version = "1.4.0"
14926source = "registry+https://github.com/rust-lang/crates.io-index"
14927checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14928dependencies = [
14929 "async-dispatcher",
14930 "async-std",
14931 "aws-lc-rs",
14932 "base64 0.22.1",
14933 "bytes 1.11.1",
14934 "chrono",
14935 "data-encoding",
14936 "dirs 6.0.0",
14937 "futures 0.3.32",
14938 "glob",
14939 "jupyter-protocol",
14940 "serde",
14941 "serde_json",
14942 "shellexpand 3.1.1",
14943 "smol",
14944 "thiserror 2.0.17",
14945 "uuid",
14946 "zeromq",
14947]
14948
14949[[package]]
14950name = "rust-embed"
14951version = "8.11.0"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14954dependencies = [
14955 "rust-embed-impl",
14956 "rust-embed-utils",
14957 "walkdir",
14958]
14959
14960[[package]]
14961name = "rust-embed-impl"
14962version = "8.11.0"
14963source = "registry+https://github.com/rust-lang/crates.io-index"
14964checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14965dependencies = [
14966 "proc-macro2",
14967 "quote",
14968 "rust-embed-utils",
14969 "syn 2.0.117",
14970 "walkdir",
14971]
14972
14973[[package]]
14974name = "rust-embed-utils"
14975version = "8.11.0"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14978dependencies = [
14979 "globset",
14980 "sha2",
14981 "walkdir",
14982]
14983
14984[[package]]
14985name = "rust_decimal"
14986version = "1.39.0"
14987source = "registry+https://github.com/rust-lang/crates.io-index"
14988checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14989dependencies = [
14990 "arrayvec",
14991 "borsh",
14992 "bytes 1.11.1",
14993 "num-traits",
14994 "rand 0.8.5",
14995 "rkyv",
14996 "serde",
14997 "serde_json",
14998]
14999
15000[[package]]
15001name = "rustc-demangle"
15002version = "0.1.26"
15003source = "registry+https://github.com/rust-lang/crates.io-index"
15004checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15005
15006[[package]]
15007name = "rustc-hash"
15008version = "1.1.0"
15009source = "registry+https://github.com/rust-lang/crates.io-index"
15010checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15011
15012[[package]]
15013name = "rustc-hash"
15014version = "2.1.1"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15017
15018[[package]]
15019name = "rustc_version"
15020version = "0.4.1"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15023dependencies = [
15024 "semver",
15025]
15026
15027[[package]]
15028name = "rustfft"
15029version = "6.4.1"
15030source = "registry+https://github.com/rust-lang/crates.io-index"
15031checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15032dependencies = [
15033 "num-complex",
15034 "num-integer",
15035 "num-traits",
15036 "primal-check",
15037 "strength_reduce",
15038 "transpose",
15039]
15040
15041[[package]]
15042name = "rustix"
15043version = "0.38.44"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15046dependencies = [
15047 "bitflags 2.10.0",
15048 "errno 0.3.14",
15049 "libc",
15050 "linux-raw-sys 0.4.15",
15051 "windows-sys 0.59.0",
15052]
15053
15054[[package]]
15055name = "rustix"
15056version = "1.1.2"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15059dependencies = [
15060 "bitflags 2.10.0",
15061 "errno 0.3.14",
15062 "libc",
15063 "linux-raw-sys 0.11.0",
15064 "windows-sys 0.61.2",
15065]
15066
15067[[package]]
15068name = "rustix-linux-procfs"
15069version = "0.1.1"
15070source = "registry+https://github.com/rust-lang/crates.io-index"
15071checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15072dependencies = [
15073 "once_cell",
15074 "rustix 1.1.2",
15075]
15076
15077[[package]]
15078name = "rustix-openpty"
15079version = "0.2.0"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15082dependencies = [
15083 "errno 0.3.14",
15084 "libc",
15085 "rustix 1.1.2",
15086]
15087
15088[[package]]
15089name = "rustls"
15090version = "0.21.12"
15091source = "registry+https://github.com/rust-lang/crates.io-index"
15092checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15093dependencies = [
15094 "log",
15095 "ring",
15096 "rustls-webpki 0.101.7",
15097 "sct",
15098]
15099
15100[[package]]
15101name = "rustls"
15102version = "0.23.33"
15103source = "registry+https://github.com/rust-lang/crates.io-index"
15104checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15105dependencies = [
15106 "aws-lc-rs",
15107 "log",
15108 "once_cell",
15109 "ring",
15110 "rustls-pki-types",
15111 "rustls-webpki 0.103.7",
15112 "subtle",
15113 "zeroize",
15114]
15115
15116[[package]]
15117name = "rustls-native-certs"
15118version = "0.6.3"
15119source = "registry+https://github.com/rust-lang/crates.io-index"
15120checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15121dependencies = [
15122 "openssl-probe",
15123 "rustls-pemfile 1.0.4",
15124 "schannel",
15125 "security-framework 2.11.1",
15126]
15127
15128[[package]]
15129name = "rustls-native-certs"
15130version = "0.8.2"
15131source = "registry+https://github.com/rust-lang/crates.io-index"
15132checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15133dependencies = [
15134 "openssl-probe",
15135 "rustls-pki-types",
15136 "schannel",
15137 "security-framework 3.5.1",
15138]
15139
15140[[package]]
15141name = "rustls-pemfile"
15142version = "1.0.4"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15145dependencies = [
15146 "base64 0.21.7",
15147]
15148
15149[[package]]
15150name = "rustls-pemfile"
15151version = "2.2.0"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15154dependencies = [
15155 "rustls-pki-types",
15156]
15157
15158[[package]]
15159name = "rustls-pki-types"
15160version = "1.12.0"
15161source = "registry+https://github.com/rust-lang/crates.io-index"
15162checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15163dependencies = [
15164 "web-time",
15165 "zeroize",
15166]
15167
15168[[package]]
15169name = "rustls-platform-verifier"
15170version = "0.5.3"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15173dependencies = [
15174 "core-foundation 0.10.0",
15175 "core-foundation-sys",
15176 "jni",
15177 "log",
15178 "once_cell",
15179 "rustls 0.23.33",
15180 "rustls-native-certs 0.8.2",
15181 "rustls-platform-verifier-android",
15182 "rustls-webpki 0.103.7",
15183 "security-framework 3.5.1",
15184 "security-framework-sys",
15185 "webpki-root-certs",
15186 "windows-sys 0.59.0",
15187]
15188
15189[[package]]
15190name = "rustls-platform-verifier-android"
15191version = "0.1.1"
15192source = "registry+https://github.com/rust-lang/crates.io-index"
15193checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15194
15195[[package]]
15196name = "rustls-webpki"
15197version = "0.101.7"
15198source = "registry+https://github.com/rust-lang/crates.io-index"
15199checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15200dependencies = [
15201 "ring",
15202 "untrusted 0.9.0",
15203]
15204
15205[[package]]
15206name = "rustls-webpki"
15207version = "0.103.7"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15210dependencies = [
15211 "aws-lc-rs",
15212 "ring",
15213 "rustls-pki-types",
15214 "untrusted 0.9.0",
15215]
15216
15217[[package]]
15218name = "rustversion"
15219version = "1.0.22"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15222
15223[[package]]
15224name = "rusty-fork"
15225version = "0.3.1"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15228dependencies = [
15229 "fnv",
15230 "quick-error 1.2.3",
15231 "tempfile",
15232 "wait-timeout",
15233]
15234
15235[[package]]
15236name = "rustybuzz"
15237version = "0.20.1"
15238source = "registry+https://github.com/rust-lang/crates.io-index"
15239checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15240dependencies = [
15241 "bitflags 2.10.0",
15242 "bytemuck",
15243 "core_maths",
15244 "log",
15245 "smallvec",
15246 "ttf-parser 0.25.1",
15247 "unicode-bidi-mirroring",
15248 "unicode-ccc",
15249 "unicode-properties",
15250 "unicode-script",
15251]
15252
15253[[package]]
15254name = "ryu"
15255version = "1.0.20"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15258
15259[[package]]
15260name = "saa"
15261version = "5.4.9"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15264
15265[[package]]
15266name = "safetensors"
15267version = "0.4.5"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15270dependencies = [
15271 "serde",
15272 "serde_json",
15273]
15274
15275[[package]]
15276name = "same-file"
15277version = "1.0.6"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15280dependencies = [
15281 "winapi-util",
15282]
15283
15284[[package]]
15285name = "scc"
15286version = "3.5.6"
15287source = "registry+https://github.com/rust-lang/crates.io-index"
15288checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15289dependencies = [
15290 "saa",
15291 "sdd",
15292]
15293
15294[[package]]
15295name = "schannel"
15296version = "0.1.28"
15297source = "registry+https://github.com/rust-lang/crates.io-index"
15298checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15299dependencies = [
15300 "windows-sys 0.61.2",
15301]
15302
15303[[package]]
15304name = "scheduler"
15305version = "0.1.0"
15306dependencies = [
15307 "async-task",
15308 "backtrace",
15309 "chrono",
15310 "flume",
15311 "futures 0.3.32",
15312 "parking_lot",
15313 "rand 0.9.2",
15314 "web-time",
15315]
15316
15317[[package]]
15318name = "schema_generator"
15319version = "0.1.0"
15320dependencies = [
15321 "anyhow",
15322 "clap",
15323 "env_logger 0.11.8",
15324 "schemars",
15325 "serde",
15326 "serde_json",
15327 "settings",
15328 "theme",
15329 "theme_settings",
15330]
15331
15332[[package]]
15333name = "schemars"
15334version = "1.0.4"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15337dependencies = [
15338 "dyn-clone",
15339 "indexmap",
15340 "ref-cast",
15341 "schemars_derive",
15342 "serde",
15343 "serde_json",
15344]
15345
15346[[package]]
15347name = "schemars_derive"
15348version = "1.0.4"
15349source = "registry+https://github.com/rust-lang/crates.io-index"
15350checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15351dependencies = [
15352 "proc-macro2",
15353 "quote",
15354 "serde_derive_internals",
15355 "syn 2.0.117",
15356]
15357
15358[[package]]
15359name = "scoped-tls"
15360version = "1.0.1"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15363
15364[[package]]
15365name = "scopeguard"
15366version = "1.2.0"
15367source = "registry+https://github.com/rust-lang/crates.io-index"
15368checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15369
15370[[package]]
15371name = "scratch"
15372version = "1.0.9"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15375
15376[[package]]
15377name = "screencapturekit"
15378version = "0.2.8"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15381dependencies = [
15382 "screencapturekit-sys",
15383]
15384
15385[[package]]
15386name = "screencapturekit-sys"
15387version = "0.2.8"
15388source = "registry+https://github.com/rust-lang/crates.io-index"
15389checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15390dependencies = [
15391 "block",
15392 "dispatch",
15393 "objc",
15394 "objc-foundation",
15395 "objc_id",
15396 "once_cell",
15397]
15398
15399[[package]]
15400name = "scroll"
15401version = "0.12.0"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15404dependencies = [
15405 "scroll_derive",
15406]
15407
15408[[package]]
15409name = "scroll_derive"
15410version = "0.12.1"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15413dependencies = [
15414 "proc-macro2",
15415 "quote",
15416 "syn 2.0.117",
15417]
15418
15419[[package]]
15420name = "sct"
15421version = "0.7.1"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15424dependencies = [
15425 "ring",
15426 "untrusted 0.9.0",
15427]
15428
15429[[package]]
15430name = "sdd"
15431version = "4.6.2"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15434
15435[[package]]
15436name = "sea-bae"
15437version = "0.2.1"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15440dependencies = [
15441 "heck 0.4.1",
15442 "proc-macro-error2",
15443 "proc-macro2",
15444 "quote",
15445 "syn 2.0.117",
15446]
15447
15448[[package]]
15449name = "sea-orm"
15450version = "1.1.10"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15453dependencies = [
15454 "async-stream",
15455 "async-trait",
15456 "bigdecimal",
15457 "chrono",
15458 "futures-util",
15459 "log",
15460 "ouroboros",
15461 "pgvector",
15462 "rust_decimal",
15463 "sea-orm-macros",
15464 "sea-query",
15465 "sea-query-binder",
15466 "serde",
15467 "serde_json",
15468 "sqlx",
15469 "strum 0.26.3",
15470 "thiserror 2.0.17",
15471 "time",
15472 "tracing",
15473 "url",
15474 "uuid",
15475]
15476
15477[[package]]
15478name = "sea-orm-macros"
15479version = "1.1.10"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15482dependencies = [
15483 "heck 0.4.1",
15484 "proc-macro2",
15485 "quote",
15486 "sea-bae",
15487 "syn 2.0.117",
15488 "unicode-ident",
15489]
15490
15491[[package]]
15492name = "sea-query"
15493version = "0.32.7"
15494source = "registry+https://github.com/rust-lang/crates.io-index"
15495checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15496dependencies = [
15497 "bigdecimal",
15498 "chrono",
15499 "inherent",
15500 "ordered-float 4.6.0",
15501 "rust_decimal",
15502 "serde_json",
15503 "time",
15504 "uuid",
15505]
15506
15507[[package]]
15508name = "sea-query-binder"
15509version = "0.7.0"
15510source = "registry+https://github.com/rust-lang/crates.io-index"
15511checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15512dependencies = [
15513 "bigdecimal",
15514 "chrono",
15515 "rust_decimal",
15516 "sea-query",
15517 "serde_json",
15518 "sqlx",
15519 "time",
15520 "uuid",
15521]
15522
15523[[package]]
15524name = "seahash"
15525version = "4.1.0"
15526source = "registry+https://github.com/rust-lang/crates.io-index"
15527checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15528
15529[[package]]
15530name = "search"
15531version = "0.1.0"
15532dependencies = [
15533 "any_vec",
15534 "anyhow",
15535 "bitflags 2.10.0",
15536 "collections",
15537 "editor",
15538 "fs",
15539 "futures 0.3.32",
15540 "gpui",
15541 "itertools 0.14.0",
15542 "language",
15543 "lsp",
15544 "menu",
15545 "multi_buffer",
15546 "pretty_assertions",
15547 "project",
15548 "serde",
15549 "serde_json",
15550 "settings",
15551 "smol",
15552 "theme",
15553 "theme_settings",
15554 "tracing",
15555 "ui",
15556 "unindent",
15557 "util",
15558 "util_macros",
15559 "workspace",
15560 "zed_actions",
15561 "ztracing",
15562]
15563
15564[[package]]
15565name = "sec1"
15566version = "0.3.0"
15567source = "registry+https://github.com/rust-lang/crates.io-index"
15568checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15569dependencies = [
15570 "base16ct",
15571 "der 0.6.1",
15572 "generic-array",
15573 "pkcs8 0.9.0",
15574 "subtle",
15575 "zeroize",
15576]
15577
15578[[package]]
15579name = "secrecy"
15580version = "0.10.3"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15583dependencies = [
15584 "zeroize",
15585]
15586
15587[[package]]
15588name = "security-framework"
15589version = "2.11.1"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15592dependencies = [
15593 "bitflags 2.10.0",
15594 "core-foundation 0.9.4",
15595 "core-foundation-sys",
15596 "libc",
15597 "security-framework-sys",
15598]
15599
15600[[package]]
15601name = "security-framework"
15602version = "3.5.1"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15605dependencies = [
15606 "bitflags 2.10.0",
15607 "core-foundation 0.10.0",
15608 "core-foundation-sys",
15609 "libc",
15610 "security-framework-sys",
15611]
15612
15613[[package]]
15614name = "security-framework-sys"
15615version = "2.15.0"
15616source = "registry+https://github.com/rust-lang/crates.io-index"
15617checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15618dependencies = [
15619 "core-foundation-sys",
15620 "libc",
15621]
15622
15623[[package]]
15624name = "self_cell"
15625version = "1.2.2"
15626source = "registry+https://github.com/rust-lang/crates.io-index"
15627checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15628
15629[[package]]
15630name = "semver"
15631version = "1.0.27"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15634dependencies = [
15635 "serde",
15636 "serde_core",
15637]
15638
15639[[package]]
15640name = "seq-macro"
15641version = "0.3.6"
15642source = "registry+https://github.com/rust-lang/crates.io-index"
15643checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15644
15645[[package]]
15646name = "serde"
15647version = "1.0.228"
15648source = "registry+https://github.com/rust-lang/crates.io-index"
15649checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15650dependencies = [
15651 "serde_core",
15652 "serde_derive",
15653]
15654
15655[[package]]
15656name = "serde_bytes"
15657version = "0.11.19"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15660dependencies = [
15661 "serde",
15662 "serde_core",
15663]
15664
15665[[package]]
15666name = "serde_core"
15667version = "1.0.228"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15670dependencies = [
15671 "serde_derive",
15672]
15673
15674[[package]]
15675name = "serde_derive"
15676version = "1.0.228"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15679dependencies = [
15680 "proc-macro2",
15681 "quote",
15682 "syn 2.0.117",
15683]
15684
15685[[package]]
15686name = "serde_derive_internals"
15687version = "0.29.1"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15690dependencies = [
15691 "proc-macro2",
15692 "quote",
15693 "syn 2.0.117",
15694]
15695
15696[[package]]
15697name = "serde_fmt"
15698version = "1.0.3"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15701dependencies = [
15702 "serde",
15703]
15704
15705[[package]]
15706name = "serde_json"
15707version = "1.0.145"
15708source = "registry+https://github.com/rust-lang/crates.io-index"
15709checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15710dependencies = [
15711 "indexmap",
15712 "itoa",
15713 "memchr",
15714 "ryu",
15715 "serde",
15716 "serde_core",
15717]
15718
15719[[package]]
15720name = "serde_json_lenient"
15721version = "0.2.4"
15722source = "registry+https://github.com/rust-lang/crates.io-index"
15723checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15724dependencies = [
15725 "indexmap",
15726 "itoa",
15727 "memchr",
15728 "ryu",
15729 "serde",
15730]
15731
15732[[package]]
15733name = "serde_path_to_error"
15734version = "0.1.20"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15737dependencies = [
15738 "itoa",
15739 "serde",
15740 "serde_core",
15741]
15742
15743[[package]]
15744name = "serde_repr"
15745version = "0.1.20"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15748dependencies = [
15749 "proc-macro2",
15750 "quote",
15751 "syn 2.0.117",
15752]
15753
15754[[package]]
15755name = "serde_spanned"
15756version = "0.6.9"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15759dependencies = [
15760 "serde",
15761]
15762
15763[[package]]
15764name = "serde_spanned"
15765version = "1.0.3"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15768dependencies = [
15769 "serde_core",
15770]
15771
15772[[package]]
15773name = "serde_urlencoded"
15774version = "0.7.1"
15775source = "registry+https://github.com/rust-lang/crates.io-index"
15776checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15777dependencies = [
15778 "form_urlencoded",
15779 "itoa",
15780 "ryu",
15781 "serde",
15782]
15783
15784[[package]]
15785name = "serde_yaml"
15786version = "0.9.34+deprecated"
15787source = "registry+https://github.com/rust-lang/crates.io-index"
15788checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15789dependencies = [
15790 "indexmap",
15791 "itoa",
15792 "ryu",
15793 "serde",
15794 "unsafe-libyaml",
15795]
15796
15797[[package]]
15798name = "serial2"
15799version = "0.2.33"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15802dependencies = [
15803 "cfg-if",
15804 "libc",
15805 "winapi",
15806]
15807
15808[[package]]
15809name = "session"
15810version = "0.1.0"
15811dependencies = [
15812 "db",
15813 "gpui",
15814 "serde_json",
15815 "util",
15816 "uuid",
15817]
15818
15819[[package]]
15820name = "settings"
15821version = "0.1.0"
15822dependencies = [
15823 "anyhow",
15824 "collections",
15825 "ec4rs",
15826 "fs",
15827 "futures 0.3.32",
15828 "gpui",
15829 "indoc",
15830 "inventory",
15831 "log",
15832 "migrator",
15833 "paths",
15834 "pretty_assertions",
15835 "release_channel",
15836 "rust-embed",
15837 "schemars",
15838 "serde",
15839 "serde_json",
15840 "serde_json_lenient",
15841 "settings_content",
15842 "settings_json",
15843 "settings_macros",
15844 "smallvec",
15845 "unindent",
15846 "util",
15847 "zlog",
15848]
15849
15850[[package]]
15851name = "settings_content"
15852version = "0.1.0"
15853dependencies = [
15854 "anyhow",
15855 "collections",
15856 "derive_more",
15857 "gpui",
15858 "language_model_core",
15859 "log",
15860 "schemars",
15861 "serde",
15862 "serde_json",
15863 "serde_json_lenient",
15864 "settings_json",
15865 "settings_macros",
15866 "strum 0.27.2",
15867 "util",
15868]
15869
15870[[package]]
15871name = "settings_json"
15872version = "0.1.0"
15873dependencies = [
15874 "anyhow",
15875 "pretty_assertions",
15876 "serde",
15877 "serde_json",
15878 "serde_json_lenient",
15879 "serde_path_to_error",
15880 "tree-sitter",
15881 "tree-sitter-json",
15882 "unindent",
15883 "util",
15884]
15885
15886[[package]]
15887name = "settings_macros"
15888version = "0.1.0"
15889dependencies = [
15890 "quote",
15891 "settings",
15892 "syn 2.0.117",
15893]
15894
15895[[package]]
15896name = "settings_profile_selector"
15897version = "0.1.0"
15898dependencies = [
15899 "editor",
15900 "fuzzy",
15901 "gpui",
15902 "menu",
15903 "picker",
15904 "project",
15905 "serde_json",
15906 "settings",
15907 "theme",
15908 "theme_settings",
15909 "ui",
15910 "workspace",
15911 "zed_actions",
15912]
15913
15914[[package]]
15915name = "settings_ui"
15916version = "0.1.0"
15917dependencies = [
15918 "agent",
15919 "agent_settings",
15920 "anyhow",
15921 "audio",
15922 "codestral",
15923 "component",
15924 "copilot",
15925 "copilot_ui",
15926 "cpal",
15927 "edit_prediction",
15928 "edit_prediction_ui",
15929 "editor",
15930 "feature_flags",
15931 "fs",
15932 "futures 0.3.32",
15933 "fuzzy",
15934 "gpui",
15935 "heck 0.5.0",
15936 "itertools 0.14.0",
15937 "language",
15938 "log",
15939 "menu",
15940 "paths",
15941 "picker",
15942 "platform_title_bar",
15943 "pretty_assertions",
15944 "project",
15945 "regex",
15946 "release_channel",
15947 "rodio",
15948 "schemars",
15949 "search",
15950 "serde",
15951 "serde_json",
15952 "settings",
15953 "shell_command_parser",
15954 "strum 0.27.2",
15955 "telemetry",
15956 "theme",
15957 "theme_settings",
15958 "title_bar",
15959 "ui",
15960 "util",
15961 "workspace",
15962 "zed_actions",
15963 "zed_credentials_provider",
15964]
15965
15966[[package]]
15967name = "sha-1"
15968version = "0.10.1"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15971dependencies = [
15972 "cfg-if",
15973 "cpufeatures",
15974 "digest",
15975]
15976
15977[[package]]
15978name = "sha1"
15979version = "0.10.6"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15982dependencies = [
15983 "cfg-if",
15984 "cpufeatures",
15985 "digest",
15986]
15987
15988[[package]]
15989name = "sha1_smol"
15990version = "1.0.1"
15991source = "registry+https://github.com/rust-lang/crates.io-index"
15992checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15993
15994[[package]]
15995name = "sha2"
15996version = "0.10.9"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15999dependencies = [
16000 "cfg-if",
16001 "cpufeatures",
16002 "digest",
16003]
16004
16005[[package]]
16006name = "sharded-slab"
16007version = "0.1.7"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16010dependencies = [
16011 "lazy_static",
16012]
16013
16014[[package]]
16015name = "shared_library"
16016version = "0.1.9"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16019dependencies = [
16020 "lazy_static",
16021 "libc",
16022]
16023
16024[[package]]
16025name = "shell-words"
16026version = "1.1.0"
16027source = "registry+https://github.com/rust-lang/crates.io-index"
16028checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16029
16030[[package]]
16031name = "shell_command_parser"
16032version = "0.1.0"
16033dependencies = [
16034 "brush-parser",
16035]
16036
16037[[package]]
16038name = "shellexpand"
16039version = "2.1.2"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
16042dependencies = [
16043 "dirs 4.0.0",
16044]
16045
16046[[package]]
16047name = "shellexpand"
16048version = "3.1.1"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16051dependencies = [
16052 "dirs 6.0.0",
16053]
16054
16055[[package]]
16056name = "shingles"
16057version = "0.1.1"
16058source = "registry+https://github.com/rust-lang/crates.io-index"
16059checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16060
16061[[package]]
16062name = "shlex"
16063version = "1.3.0"
16064source = "registry+https://github.com/rust-lang/crates.io-index"
16065checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16066
16067[[package]]
16068name = "sidebar"
16069version = "0.1.0"
16070dependencies = [
16071 "acp_thread",
16072 "action_log",
16073 "agent",
16074 "agent-client-protocol",
16075 "agent_settings",
16076 "agent_ui",
16077 "anyhow",
16078 "chrono",
16079 "editor",
16080 "feature_flags",
16081 "fs",
16082 "git",
16083 "gpui",
16084 "language_model",
16085 "menu",
16086 "platform_title_bar",
16087 "pretty_assertions",
16088 "project",
16089 "prompt_store",
16090 "recent_projects",
16091 "remote",
16092 "serde",
16093 "serde_json",
16094 "settings",
16095 "theme",
16096 "theme_settings",
16097 "ui",
16098 "util",
16099 "vim_mode_setting",
16100 "workspace",
16101 "zed_actions",
16102]
16103
16104[[package]]
16105name = "signal-hook"
16106version = "0.3.18"
16107source = "registry+https://github.com/rust-lang/crates.io-index"
16108checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16109dependencies = [
16110 "libc",
16111 "signal-hook-registry",
16112]
16113
16114[[package]]
16115name = "signal-hook-registry"
16116version = "1.4.6"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16119dependencies = [
16120 "libc",
16121]
16122
16123[[package]]
16124name = "signature"
16125version = "1.6.4"
16126source = "registry+https://github.com/rust-lang/crates.io-index"
16127checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16128dependencies = [
16129 "digest",
16130 "rand_core 0.6.4",
16131]
16132
16133[[package]]
16134name = "signature"
16135version = "2.2.0"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16138dependencies = [
16139 "digest",
16140 "rand_core 0.6.4",
16141]
16142
16143[[package]]
16144name = "simd-adler32"
16145version = "0.3.7"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16148
16149[[package]]
16150name = "simd_helpers"
16151version = "0.1.0"
16152source = "registry+https://github.com/rust-lang/crates.io-index"
16153checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16154dependencies = [
16155 "quote",
16156]
16157
16158[[package]]
16159name = "simdutf8"
16160version = "0.1.5"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16163
16164[[package]]
16165name = "similar"
16166version = "2.7.0"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16169
16170[[package]]
16171name = "simple_asn1"
16172version = "0.6.3"
16173source = "registry+https://github.com/rust-lang/crates.io-index"
16174checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16175dependencies = [
16176 "num-bigint",
16177 "num-traits",
16178 "thiserror 2.0.17",
16179 "time",
16180]
16181
16182[[package]]
16183name = "simplecss"
16184version = "0.2.2"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16187dependencies = [
16188 "log",
16189]
16190
16191[[package]]
16192name = "simplelog"
16193version = "0.12.2"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16196dependencies = [
16197 "log",
16198 "termcolor",
16199 "time",
16200]
16201
16202[[package]]
16203name = "siphasher"
16204version = "0.3.11"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16207
16208[[package]]
16209name = "siphasher"
16210version = "1.0.1"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16213
16214[[package]]
16215name = "skrifa"
16216version = "0.37.0"
16217source = "registry+https://github.com/rust-lang/crates.io-index"
16218checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16219dependencies = [
16220 "bytemuck",
16221 "read-fonts 0.35.0",
16222]
16223
16224[[package]]
16225name = "skrifa"
16226version = "0.40.0"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16229dependencies = [
16230 "bytemuck",
16231 "read-fonts 0.37.0",
16232]
16233
16234[[package]]
16235name = "slab"
16236version = "0.4.11"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16239
16240[[package]]
16241name = "slotmap"
16242version = "1.0.7"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16245dependencies = [
16246 "version_check",
16247]
16248
16249[[package]]
16250name = "smallvec"
16251version = "1.15.1"
16252source = "registry+https://github.com/rust-lang/crates.io-index"
16253checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16254dependencies = [
16255 "serde",
16256]
16257
16258[[package]]
16259name = "smart-default"
16260version = "0.7.1"
16261source = "registry+https://github.com/rust-lang/crates.io-index"
16262checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16263dependencies = [
16264 "proc-macro2",
16265 "quote",
16266 "syn 2.0.117",
16267]
16268
16269[[package]]
16270name = "smol"
16271version = "2.0.2"
16272source = "registry+https://github.com/rust-lang/crates.io-index"
16273checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16274dependencies = [
16275 "async-channel 2.5.0",
16276 "async-executor",
16277 "async-fs",
16278 "async-io",
16279 "async-lock 3.4.2",
16280 "async-net",
16281 "async-process",
16282 "blocking",
16283 "futures-lite 2.6.1",
16284]
16285
16286[[package]]
16287name = "smol_str"
16288version = "0.3.5"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16291
16292[[package]]
16293name = "snafu"
16294version = "0.8.9"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16297dependencies = [
16298 "snafu-derive",
16299]
16300
16301[[package]]
16302name = "snafu-derive"
16303version = "0.8.9"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16306dependencies = [
16307 "heck 0.5.0",
16308 "proc-macro2",
16309 "quote",
16310 "syn 2.0.117",
16311]
16312
16313[[package]]
16314name = "snippet"
16315version = "0.1.0"
16316dependencies = [
16317 "anyhow",
16318 "smallvec",
16319]
16320
16321[[package]]
16322name = "snippet_provider"
16323version = "0.1.0"
16324dependencies = [
16325 "anyhow",
16326 "collections",
16327 "extension",
16328 "fs",
16329 "futures 0.3.32",
16330 "gpui",
16331 "indoc",
16332 "parking_lot",
16333 "paths",
16334 "schemars",
16335 "serde",
16336 "serde_json",
16337 "serde_json_lenient",
16338 "snippet",
16339 "util",
16340]
16341
16342[[package]]
16343name = "snippets_ui"
16344version = "0.1.0"
16345dependencies = [
16346 "file_icons",
16347 "fuzzy",
16348 "gpui",
16349 "language",
16350 "open_path_prompt",
16351 "paths",
16352 "picker",
16353 "settings",
16354 "ui",
16355 "util",
16356 "workspace",
16357]
16358
16359[[package]]
16360name = "socket2"
16361version = "0.5.10"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16364dependencies = [
16365 "libc",
16366 "windows-sys 0.52.0",
16367]
16368
16369[[package]]
16370name = "socket2"
16371version = "0.6.1"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16374dependencies = [
16375 "libc",
16376 "windows-sys 0.60.2",
16377]
16378
16379[[package]]
16380name = "spdx"
16381version = "0.10.9"
16382source = "registry+https://github.com/rust-lang/crates.io-index"
16383checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16384dependencies = [
16385 "smallvec",
16386]
16387
16388[[package]]
16389name = "spin"
16390version = "0.9.8"
16391source = "registry+https://github.com/rust-lang/crates.io-index"
16392checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16393dependencies = [
16394 "lock_api",
16395]
16396
16397[[package]]
16398name = "spin"
16399version = "0.10.0"
16400source = "registry+https://github.com/rust-lang/crates.io-index"
16401checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16402dependencies = [
16403 "lock_api",
16404]
16405
16406[[package]]
16407name = "spirv"
16408version = "0.4.0+sdk-1.4.341.0"
16409source = "registry+https://github.com/rust-lang/crates.io-index"
16410checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16411dependencies = [
16412 "bitflags 2.10.0",
16413]
16414
16415[[package]]
16416name = "spki"
16417version = "0.6.0"
16418source = "registry+https://github.com/rust-lang/crates.io-index"
16419checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16420dependencies = [
16421 "base64ct",
16422 "der 0.6.1",
16423]
16424
16425[[package]]
16426name = "spki"
16427version = "0.7.3"
16428source = "registry+https://github.com/rust-lang/crates.io-index"
16429checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16430dependencies = [
16431 "base64ct",
16432 "der 0.7.10",
16433]
16434
16435[[package]]
16436name = "sqlez"
16437version = "0.1.0"
16438dependencies = [
16439 "anyhow",
16440 "collections",
16441 "futures 0.3.32",
16442 "indoc",
16443 "libsqlite3-sys",
16444 "log",
16445 "parking_lot",
16446 "smol",
16447 "sqlformat",
16448 "thread_local",
16449 "util",
16450 "uuid",
16451]
16452
16453[[package]]
16454name = "sqlez_macros"
16455version = "0.1.0"
16456dependencies = [
16457 "sqlez",
16458 "sqlformat",
16459 "syn 2.0.117",
16460]
16461
16462[[package]]
16463name = "sqlformat"
16464version = "0.2.6"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16467dependencies = [
16468 "nom 7.1.3",
16469 "unicode_categories",
16470]
16471
16472[[package]]
16473name = "sqlx"
16474version = "0.8.6"
16475source = "registry+https://github.com/rust-lang/crates.io-index"
16476checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16477dependencies = [
16478 "sqlx-core",
16479 "sqlx-macros",
16480 "sqlx-mysql",
16481 "sqlx-postgres",
16482 "sqlx-sqlite",
16483]
16484
16485[[package]]
16486name = "sqlx-core"
16487version = "0.8.6"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16490dependencies = [
16491 "base64 0.22.1",
16492 "bigdecimal",
16493 "bytes 1.11.1",
16494 "chrono",
16495 "crc",
16496 "crossbeam-queue",
16497 "either",
16498 "event-listener 5.4.1",
16499 "futures-core",
16500 "futures-intrusive",
16501 "futures-io",
16502 "futures-util",
16503 "hashbrown 0.15.5",
16504 "hashlink 0.10.0",
16505 "indexmap",
16506 "log",
16507 "memchr",
16508 "once_cell",
16509 "percent-encoding",
16510 "rust_decimal",
16511 "rustls 0.23.33",
16512 "serde",
16513 "serde_json",
16514 "sha2",
16515 "smallvec",
16516 "thiserror 2.0.17",
16517 "time",
16518 "tokio",
16519 "tokio-stream",
16520 "tracing",
16521 "url",
16522 "uuid",
16523 "webpki-roots",
16524]
16525
16526[[package]]
16527name = "sqlx-macros"
16528version = "0.8.6"
16529source = "registry+https://github.com/rust-lang/crates.io-index"
16530checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16531dependencies = [
16532 "proc-macro2",
16533 "quote",
16534 "sqlx-core",
16535 "sqlx-macros-core",
16536 "syn 2.0.117",
16537]
16538
16539[[package]]
16540name = "sqlx-macros-core"
16541version = "0.8.6"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16544dependencies = [
16545 "dotenvy",
16546 "either",
16547 "heck 0.5.0",
16548 "hex",
16549 "once_cell",
16550 "proc-macro2",
16551 "quote",
16552 "serde",
16553 "serde_json",
16554 "sha2",
16555 "sqlx-core",
16556 "sqlx-mysql",
16557 "sqlx-postgres",
16558 "sqlx-sqlite",
16559 "syn 2.0.117",
16560 "tokio",
16561 "url",
16562]
16563
16564[[package]]
16565name = "sqlx-mysql"
16566version = "0.8.6"
16567source = "registry+https://github.com/rust-lang/crates.io-index"
16568checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16569dependencies = [
16570 "atoi",
16571 "base64 0.22.1",
16572 "bigdecimal",
16573 "bitflags 2.10.0",
16574 "byteorder",
16575 "bytes 1.11.1",
16576 "chrono",
16577 "crc",
16578 "digest",
16579 "dotenvy",
16580 "either",
16581 "futures-channel",
16582 "futures-core",
16583 "futures-io",
16584 "futures-util",
16585 "generic-array",
16586 "hex",
16587 "hkdf",
16588 "hmac",
16589 "itoa",
16590 "log",
16591 "md-5",
16592 "memchr",
16593 "once_cell",
16594 "percent-encoding",
16595 "rand 0.8.5",
16596 "rsa",
16597 "rust_decimal",
16598 "serde",
16599 "sha1",
16600 "sha2",
16601 "smallvec",
16602 "sqlx-core",
16603 "stringprep",
16604 "thiserror 2.0.17",
16605 "time",
16606 "tracing",
16607 "uuid",
16608 "whoami",
16609]
16610
16611[[package]]
16612name = "sqlx-postgres"
16613version = "0.8.6"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16616dependencies = [
16617 "atoi",
16618 "base64 0.22.1",
16619 "bigdecimal",
16620 "bitflags 2.10.0",
16621 "byteorder",
16622 "chrono",
16623 "crc",
16624 "dotenvy",
16625 "etcetera",
16626 "futures-channel",
16627 "futures-core",
16628 "futures-util",
16629 "hex",
16630 "hkdf",
16631 "hmac",
16632 "home",
16633 "itoa",
16634 "log",
16635 "md-5",
16636 "memchr",
16637 "num-bigint",
16638 "once_cell",
16639 "rand 0.8.5",
16640 "rust_decimal",
16641 "serde",
16642 "serde_json",
16643 "sha2",
16644 "smallvec",
16645 "sqlx-core",
16646 "stringprep",
16647 "thiserror 2.0.17",
16648 "time",
16649 "tracing",
16650 "uuid",
16651 "whoami",
16652]
16653
16654[[package]]
16655name = "sqlx-sqlite"
16656version = "0.8.6"
16657source = "registry+https://github.com/rust-lang/crates.io-index"
16658checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16659dependencies = [
16660 "atoi",
16661 "chrono",
16662 "flume",
16663 "futures-channel",
16664 "futures-core",
16665 "futures-executor",
16666 "futures-intrusive",
16667 "futures-util",
16668 "libsqlite3-sys",
16669 "log",
16670 "percent-encoding",
16671 "serde",
16672 "serde_urlencoded",
16673 "sqlx-core",
16674 "thiserror 2.0.17",
16675 "time",
16676 "tracing",
16677 "url",
16678 "uuid",
16679]
16680
16681[[package]]
16682name = "stable_deref_trait"
16683version = "1.2.1"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16686
16687[[package]]
16688name = "stacker"
16689version = "0.1.23"
16690source = "registry+https://github.com/rust-lang/crates.io-index"
16691checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16692dependencies = [
16693 "cc",
16694 "cfg-if",
16695 "libc",
16696 "psm",
16697 "windows-sys 0.59.0",
16698]
16699
16700[[package]]
16701name = "stacksafe"
16702version = "0.1.4"
16703source = "registry+https://github.com/rust-lang/crates.io-index"
16704checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16705dependencies = [
16706 "stacker",
16707 "stacksafe-macro",
16708]
16709
16710[[package]]
16711name = "stacksafe-macro"
16712version = "0.1.4"
16713source = "registry+https://github.com/rust-lang/crates.io-index"
16714checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16715dependencies = [
16716 "proc-macro-error2",
16717 "quote",
16718 "syn 2.0.117",
16719]
16720
16721[[package]]
16722name = "static_assertions"
16723version = "1.1.0"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16726
16727[[package]]
16728name = "story"
16729version = "0.1.0"
16730dependencies = [
16731 "gpui",
16732 "itertools 0.14.0",
16733 "smallvec",
16734]
16735
16736[[package]]
16737name = "storybook"
16738version = "0.1.0"
16739dependencies = [
16740 "anyhow",
16741 "clap",
16742 "ctrlc",
16743 "dialoguer",
16744 "editor",
16745 "fuzzy",
16746 "gpui",
16747 "gpui_platform",
16748 "indoc",
16749 "language",
16750 "log",
16751 "menu",
16752 "picker",
16753 "reqwest_client",
16754 "rust-embed",
16755 "settings",
16756 "simplelog",
16757 "story",
16758 "strum 0.27.2",
16759 "theme",
16760 "theme_settings",
16761 "title_bar",
16762 "ui",
16763]
16764
16765[[package]]
16766name = "streaming-iterator"
16767version = "0.1.9"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16770
16771[[package]]
16772name = "streaming_diff"
16773version = "0.1.0"
16774dependencies = [
16775 "ordered-float 2.10.1",
16776 "rand 0.9.2",
16777 "rope",
16778 "util",
16779]
16780
16781[[package]]
16782name = "strength_reduce"
16783version = "0.2.4"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16786
16787[[package]]
16788name = "strict-num"
16789version = "0.1.1"
16790source = "registry+https://github.com/rust-lang/crates.io-index"
16791checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16792dependencies = [
16793 "float-cmp",
16794]
16795
16796[[package]]
16797name = "string_cache"
16798version = "0.8.9"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16801dependencies = [
16802 "new_debug_unreachable",
16803 "parking_lot",
16804 "phf_shared 0.11.3",
16805 "precomputed-hash",
16806 "serde",
16807]
16808
16809[[package]]
16810name = "string_cache_codegen"
16811version = "0.5.4"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16814dependencies = [
16815 "phf_generator 0.11.3",
16816 "phf_shared 0.11.3",
16817 "proc-macro2",
16818 "quote",
16819]
16820
16821[[package]]
16822name = "stringprep"
16823version = "0.1.5"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16826dependencies = [
16827 "unicode-bidi",
16828 "unicode-normalization",
16829 "unicode-properties",
16830]
16831
16832[[package]]
16833name = "strsim"
16834version = "0.11.1"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16837
16838[[package]]
16839name = "strum"
16840version = "0.26.3"
16841source = "registry+https://github.com/rust-lang/crates.io-index"
16842checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16843
16844[[package]]
16845name = "strum"
16846version = "0.27.2"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16849dependencies = [
16850 "strum_macros 0.27.2",
16851]
16852
16853[[package]]
16854name = "strum"
16855version = "0.28.0"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16858dependencies = [
16859 "strum_macros 0.28.0",
16860]
16861
16862[[package]]
16863name = "strum_macros"
16864version = "0.27.2"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16867dependencies = [
16868 "heck 0.5.0",
16869 "proc-macro2",
16870 "quote",
16871 "syn 2.0.117",
16872]
16873
16874[[package]]
16875name = "strum_macros"
16876version = "0.28.0"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16879dependencies = [
16880 "heck 0.5.0",
16881 "proc-macro2",
16882 "quote",
16883 "syn 2.0.117",
16884]
16885
16886[[package]]
16887name = "subtle"
16888version = "2.6.1"
16889source = "registry+https://github.com/rust-lang/crates.io-index"
16890checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16891
16892[[package]]
16893name = "sum_tree"
16894version = "0.1.0"
16895dependencies = [
16896 "ctor",
16897 "heapless",
16898 "log",
16899 "proptest",
16900 "rand 0.9.2",
16901 "rayon",
16902 "tracing",
16903 "zlog",
16904 "ztracing",
16905]
16906
16907[[package]]
16908name = "sval"
16909version = "2.15.0"
16910source = "registry+https://github.com/rust-lang/crates.io-index"
16911checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16912
16913[[package]]
16914name = "sval_buffer"
16915version = "2.15.0"
16916source = "registry+https://github.com/rust-lang/crates.io-index"
16917checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16918dependencies = [
16919 "sval",
16920 "sval_ref",
16921]
16922
16923[[package]]
16924name = "sval_dynamic"
16925version = "2.15.0"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16928dependencies = [
16929 "sval",
16930]
16931
16932[[package]]
16933name = "sval_fmt"
16934version = "2.15.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16937dependencies = [
16938 "itoa",
16939 "ryu",
16940 "sval",
16941]
16942
16943[[package]]
16944name = "sval_json"
16945version = "2.15.0"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16948dependencies = [
16949 "itoa",
16950 "ryu",
16951 "sval",
16952]
16953
16954[[package]]
16955name = "sval_nested"
16956version = "2.15.0"
16957source = "registry+https://github.com/rust-lang/crates.io-index"
16958checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16959dependencies = [
16960 "sval",
16961 "sval_buffer",
16962 "sval_ref",
16963]
16964
16965[[package]]
16966name = "sval_ref"
16967version = "2.15.0"
16968source = "registry+https://github.com/rust-lang/crates.io-index"
16969checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16970dependencies = [
16971 "sval",
16972]
16973
16974[[package]]
16975name = "sval_serde"
16976version = "2.15.0"
16977source = "registry+https://github.com/rust-lang/crates.io-index"
16978checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16979dependencies = [
16980 "serde_core",
16981 "sval",
16982 "sval_nested",
16983]
16984
16985[[package]]
16986name = "svg_fmt"
16987version = "0.4.5"
16988source = "registry+https://github.com/rust-lang/crates.io-index"
16989checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16990
16991[[package]]
16992name = "svg_preview"
16993version = "0.1.0"
16994dependencies = [
16995 "file_icons",
16996 "gpui",
16997 "language",
16998 "multi_buffer",
16999 "ui",
17000 "workspace",
17001 "zed_actions",
17002]
17003
17004[[package]]
17005name = "svgtypes"
17006version = "0.15.3"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17009dependencies = [
17010 "kurbo",
17011 "siphasher 1.0.1",
17012]
17013
17014[[package]]
17015name = "swash"
17016version = "0.2.6"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17019dependencies = [
17020 "skrifa 0.37.0",
17021 "yazi",
17022 "zeno",
17023]
17024
17025[[package]]
17026name = "symphonia"
17027version = "0.5.5"
17028source = "registry+https://github.com/rust-lang/crates.io-index"
17029checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17030dependencies = [
17031 "lazy_static",
17032 "symphonia-bundle-flac",
17033 "symphonia-bundle-mp3",
17034 "symphonia-codec-aac",
17035 "symphonia-codec-pcm",
17036 "symphonia-codec-vorbis",
17037 "symphonia-core",
17038 "symphonia-format-isomp4",
17039 "symphonia-format-ogg",
17040 "symphonia-format-riff",
17041 "symphonia-metadata",
17042]
17043
17044[[package]]
17045name = "symphonia-bundle-flac"
17046version = "0.5.5"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17049dependencies = [
17050 "log",
17051 "symphonia-core",
17052 "symphonia-metadata",
17053 "symphonia-utils-xiph",
17054]
17055
17056[[package]]
17057name = "symphonia-bundle-mp3"
17058version = "0.5.5"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17061dependencies = [
17062 "lazy_static",
17063 "log",
17064 "symphonia-core",
17065 "symphonia-metadata",
17066]
17067
17068[[package]]
17069name = "symphonia-codec-aac"
17070version = "0.5.5"
17071source = "registry+https://github.com/rust-lang/crates.io-index"
17072checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17073dependencies = [
17074 "lazy_static",
17075 "log",
17076 "symphonia-core",
17077]
17078
17079[[package]]
17080name = "symphonia-codec-pcm"
17081version = "0.5.5"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17084dependencies = [
17085 "log",
17086 "symphonia-core",
17087]
17088
17089[[package]]
17090name = "symphonia-codec-vorbis"
17091version = "0.5.5"
17092source = "registry+https://github.com/rust-lang/crates.io-index"
17093checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17094dependencies = [
17095 "log",
17096 "symphonia-core",
17097 "symphonia-utils-xiph",
17098]
17099
17100[[package]]
17101name = "symphonia-core"
17102version = "0.5.5"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17105dependencies = [
17106 "arrayvec",
17107 "bitflags 1.3.2",
17108 "bytemuck",
17109 "lazy_static",
17110 "log",
17111]
17112
17113[[package]]
17114name = "symphonia-format-isomp4"
17115version = "0.5.5"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17118dependencies = [
17119 "encoding_rs",
17120 "log",
17121 "symphonia-core",
17122 "symphonia-metadata",
17123 "symphonia-utils-xiph",
17124]
17125
17126[[package]]
17127name = "symphonia-format-ogg"
17128version = "0.5.5"
17129source = "registry+https://github.com/rust-lang/crates.io-index"
17130checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17131dependencies = [
17132 "log",
17133 "symphonia-core",
17134 "symphonia-metadata",
17135 "symphonia-utils-xiph",
17136]
17137
17138[[package]]
17139name = "symphonia-format-riff"
17140version = "0.5.5"
17141source = "registry+https://github.com/rust-lang/crates.io-index"
17142checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17143dependencies = [
17144 "extended",
17145 "log",
17146 "symphonia-core",
17147 "symphonia-metadata",
17148]
17149
17150[[package]]
17151name = "symphonia-metadata"
17152version = "0.5.5"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17155dependencies = [
17156 "encoding_rs",
17157 "lazy_static",
17158 "log",
17159 "symphonia-core",
17160]
17161
17162[[package]]
17163name = "symphonia-utils-xiph"
17164version = "0.5.5"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17167dependencies = [
17168 "symphonia-core",
17169 "symphonia-metadata",
17170]
17171
17172[[package]]
17173name = "syn"
17174version = "1.0.109"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17177dependencies = [
17178 "proc-macro2",
17179 "quote",
17180 "unicode-ident",
17181]
17182
17183[[package]]
17184name = "syn"
17185version = "2.0.117"
17186source = "registry+https://github.com/rust-lang/crates.io-index"
17187checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17188dependencies = [
17189 "proc-macro2",
17190 "quote",
17191 "unicode-ident",
17192]
17193
17194[[package]]
17195name = "sync_wrapper"
17196version = "0.1.2"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17199
17200[[package]]
17201name = "sync_wrapper"
17202version = "1.0.2"
17203source = "registry+https://github.com/rust-lang/crates.io-index"
17204checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17205dependencies = [
17206 "futures-core",
17207]
17208
17209[[package]]
17210name = "synchronoise"
17211version = "1.0.1"
17212source = "registry+https://github.com/rust-lang/crates.io-index"
17213checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17214dependencies = [
17215 "crossbeam-queue",
17216]
17217
17218[[package]]
17219name = "synstructure"
17220version = "0.13.2"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17223dependencies = [
17224 "proc-macro2",
17225 "quote",
17226 "syn 2.0.117",
17227]
17228
17229[[package]]
17230name = "syntax_theme"
17231version = "0.1.0"
17232dependencies = [
17233 "gpui",
17234 "serde",
17235 "serde_json",
17236]
17237
17238[[package]]
17239name = "sys-locale"
17240version = "0.3.2"
17241source = "registry+https://github.com/rust-lang/crates.io-index"
17242checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17243dependencies = [
17244 "libc",
17245]
17246
17247[[package]]
17248name = "sysctl"
17249version = "0.5.5"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17252dependencies = [
17253 "bitflags 2.10.0",
17254 "byteorder",
17255 "enum-as-inner",
17256 "libc",
17257 "thiserror 1.0.69",
17258 "walkdir",
17259]
17260
17261[[package]]
17262name = "sysctl"
17263version = "0.6.0"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17266dependencies = [
17267 "bitflags 2.10.0",
17268 "byteorder",
17269 "enum-as-inner",
17270 "libc",
17271 "thiserror 1.0.69",
17272 "walkdir",
17273]
17274
17275[[package]]
17276name = "sysinfo"
17277version = "0.31.4"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17280dependencies = [
17281 "core-foundation-sys",
17282 "libc",
17283 "memchr",
17284 "ntapi",
17285 "rayon",
17286 "windows 0.57.0",
17287]
17288
17289[[package]]
17290name = "sysinfo"
17291version = "0.37.2"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17294dependencies = [
17295 "libc",
17296 "memchr",
17297 "ntapi",
17298 "objc2-core-foundation",
17299 "objc2-io-kit",
17300 "windows 0.61.3",
17301]
17302
17303[[package]]
17304name = "system-configuration"
17305version = "0.5.1"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17308dependencies = [
17309 "bitflags 1.3.2",
17310 "core-foundation 0.9.4",
17311 "system-configuration-sys 0.5.0",
17312]
17313
17314[[package]]
17315name = "system-configuration"
17316version = "0.6.1"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17319dependencies = [
17320 "bitflags 2.10.0",
17321 "core-foundation 0.9.4",
17322 "system-configuration-sys 0.6.0",
17323]
17324
17325[[package]]
17326name = "system-configuration-sys"
17327version = "0.5.0"
17328source = "registry+https://github.com/rust-lang/crates.io-index"
17329checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17330dependencies = [
17331 "core-foundation-sys",
17332 "libc",
17333]
17334
17335[[package]]
17336name = "system-configuration-sys"
17337version = "0.6.0"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17340dependencies = [
17341 "core-foundation-sys",
17342 "libc",
17343]
17344
17345[[package]]
17346name = "system-deps"
17347version = "6.2.2"
17348source = "registry+https://github.com/rust-lang/crates.io-index"
17349checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17350dependencies = [
17351 "cfg-expr 0.15.8",
17352 "heck 0.5.0",
17353 "pkg-config",
17354 "toml 0.8.23",
17355 "version-compare",
17356]
17357
17358[[package]]
17359name = "system-deps"
17360version = "7.0.7"
17361source = "registry+https://github.com/rust-lang/crates.io-index"
17362checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17363dependencies = [
17364 "cfg-expr 0.20.6",
17365 "heck 0.5.0",
17366 "pkg-config",
17367 "toml 0.9.8",
17368 "version-compare",
17369]
17370
17371[[package]]
17372name = "system-interface"
17373version = "0.27.3"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17376dependencies = [
17377 "bitflags 2.10.0",
17378 "cap-fs-ext",
17379 "cap-std",
17380 "fd-lock",
17381 "io-lifetimes",
17382 "rustix 0.38.44",
17383 "windows-sys 0.59.0",
17384 "winx",
17385]
17386
17387[[package]]
17388name = "system_specs"
17389version = "0.1.0"
17390dependencies = [
17391 "anyhow",
17392 "client",
17393 "gpui",
17394 "human_bytes",
17395 "pciid-parser",
17396 "release_channel",
17397 "semver",
17398 "serde",
17399 "sysinfo 0.37.2",
17400]
17401
17402[[package]]
17403name = "tab_switcher"
17404version = "0.1.0"
17405dependencies = [
17406 "collections",
17407 "ctor",
17408 "editor",
17409 "fuzzy",
17410 "gpui",
17411 "menu",
17412 "picker",
17413 "project",
17414 "schemars",
17415 "serde",
17416 "serde_json",
17417 "settings",
17418 "smol",
17419 "theme",
17420 "theme_settings",
17421 "ui",
17422 "util",
17423 "workspace",
17424 "zlog",
17425]
17426
17427[[package]]
17428name = "taffy"
17429version = "0.9.0"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17432dependencies = [
17433 "arrayvec",
17434 "grid",
17435 "serde",
17436 "slotmap",
17437]
17438
17439[[package]]
17440name = "tagptr"
17441version = "0.2.0"
17442source = "registry+https://github.com/rust-lang/crates.io-index"
17443checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17444
17445[[package]]
17446name = "take-until"
17447version = "0.2.0"
17448source = "registry+https://github.com/rust-lang/crates.io-index"
17449checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17450
17451[[package]]
17452name = "tao-core-video-sys"
17453version = "0.2.0"
17454source = "registry+https://github.com/rust-lang/crates.io-index"
17455checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17456dependencies = [
17457 "cfg-if",
17458 "core-foundation-sys",
17459 "libc",
17460 "objc",
17461]
17462
17463[[package]]
17464name = "tap"
17465version = "1.0.1"
17466source = "registry+https://github.com/rust-lang/crates.io-index"
17467checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17468
17469[[package]]
17470name = "target-lexicon"
17471version = "0.12.16"
17472source = "registry+https://github.com/rust-lang/crates.io-index"
17473checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17474
17475[[package]]
17476name = "target-lexicon"
17477version = "0.13.3"
17478source = "registry+https://github.com/rust-lang/crates.io-index"
17479checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17480
17481[[package]]
17482name = "task"
17483version = "0.1.0"
17484dependencies = [
17485 "anyhow",
17486 "collections",
17487 "futures 0.3.32",
17488 "gpui",
17489 "hex",
17490 "log",
17491 "parking_lot",
17492 "pretty_assertions",
17493 "proto",
17494 "schemars",
17495 "serde",
17496 "serde_json",
17497 "serde_json_lenient",
17498 "sha2",
17499 "shellexpand 2.1.2",
17500 "util",
17501 "zed_actions",
17502]
17503
17504[[package]]
17505name = "tasks_ui"
17506version = "0.1.0"
17507dependencies = [
17508 "anyhow",
17509 "collections",
17510 "editor",
17511 "file_icons",
17512 "fuzzy",
17513 "gpui",
17514 "itertools 0.14.0",
17515 "language",
17516 "menu",
17517 "picker",
17518 "project",
17519 "serde",
17520 "serde_json",
17521 "task",
17522 "tree-sitter-rust",
17523 "tree-sitter-typescript",
17524 "ui",
17525 "util",
17526 "workspace",
17527 "zed_actions",
17528]
17529
17530[[package]]
17531name = "telemetry"
17532version = "0.1.0"
17533dependencies = [
17534 "futures 0.3.32",
17535 "serde",
17536 "serde_json",
17537 "telemetry_events",
17538]
17539
17540[[package]]
17541name = "telemetry_events"
17542version = "0.1.0"
17543dependencies = [
17544 "semver",
17545 "serde",
17546 "serde_json",
17547]
17548
17549[[package]]
17550name = "tempfile"
17551version = "3.23.0"
17552source = "registry+https://github.com/rust-lang/crates.io-index"
17553checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17554dependencies = [
17555 "fastrand 2.3.0",
17556 "getrandom 0.3.4",
17557 "once_cell",
17558 "rustix 1.1.2",
17559 "windows-sys 0.61.2",
17560]
17561
17562[[package]]
17563name = "tendril"
17564version = "0.4.3"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17567dependencies = [
17568 "futf",
17569 "mac",
17570 "utf-8",
17571]
17572
17573[[package]]
17574name = "termcolor"
17575version = "1.4.1"
17576source = "registry+https://github.com/rust-lang/crates.io-index"
17577checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17578dependencies = [
17579 "winapi-util",
17580]
17581
17582[[package]]
17583name = "terminal"
17584version = "0.1.0"
17585dependencies = [
17586 "alacritty_terminal",
17587 "anyhow",
17588 "collections",
17589 "futures 0.3.32",
17590 "gpui",
17591 "itertools 0.14.0",
17592 "libc",
17593 "log",
17594 "parking_lot",
17595 "rand 0.9.2",
17596 "regex",
17597 "release_channel",
17598 "schemars",
17599 "serde",
17600 "settings",
17601 "smol",
17602 "sysinfo 0.37.2",
17603 "task",
17604 "theme",
17605 "theme_settings",
17606 "thiserror 2.0.17",
17607 "url",
17608 "urlencoding",
17609 "util",
17610 "util_macros",
17611 "windows 0.61.3",
17612]
17613
17614[[package]]
17615name = "terminal_size"
17616version = "0.4.3"
17617source = "registry+https://github.com/rust-lang/crates.io-index"
17618checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17619dependencies = [
17620 "rustix 1.1.2",
17621 "windows-sys 0.60.2",
17622]
17623
17624[[package]]
17625name = "terminal_view"
17626version = "0.1.0"
17627dependencies = [
17628 "anyhow",
17629 "async-recursion",
17630 "breadcrumbs",
17631 "collections",
17632 "db",
17633 "dirs 4.0.0",
17634 "editor",
17635 "futures 0.3.32",
17636 "gpui",
17637 "itertools 0.14.0",
17638 "language",
17639 "log",
17640 "menu",
17641 "pretty_assertions",
17642 "project",
17643 "regex",
17644 "schemars",
17645 "serde",
17646 "serde_json",
17647 "settings",
17648 "shellexpand 2.1.2",
17649 "task",
17650 "terminal",
17651 "theme",
17652 "theme_settings",
17653 "ui",
17654 "util",
17655 "workspace",
17656 "zed_actions",
17657]
17658
17659[[package]]
17660name = "text"
17661version = "0.1.0"
17662dependencies = [
17663 "anyhow",
17664 "clock",
17665 "collections",
17666 "ctor",
17667 "gpui",
17668 "log",
17669 "parking_lot",
17670 "postage",
17671 "rand 0.9.2",
17672 "regex",
17673 "rope",
17674 "smallvec",
17675 "sum_tree",
17676 "util",
17677 "zlog",
17678]
17679
17680[[package]]
17681name = "theme"
17682version = "0.1.0"
17683dependencies = [
17684 "anyhow",
17685 "collections",
17686 "derive_more",
17687 "gpui",
17688 "palette",
17689 "parking_lot",
17690 "refineable",
17691 "schemars",
17692 "serde",
17693 "serde_json",
17694 "serde_json_lenient",
17695 "strum 0.27.2",
17696 "syntax_theme",
17697 "thiserror 2.0.17",
17698 "uuid",
17699]
17700
17701[[package]]
17702name = "theme_extension"
17703version = "0.1.0"
17704dependencies = [
17705 "anyhow",
17706 "extension",
17707 "fs",
17708 "gpui",
17709 "theme",
17710 "theme_settings",
17711]
17712
17713[[package]]
17714name = "theme_importer"
17715version = "0.1.0"
17716dependencies = [
17717 "anyhow",
17718 "clap",
17719 "collections",
17720 "gpui",
17721 "indexmap",
17722 "log",
17723 "palette",
17724 "serde",
17725 "serde_json",
17726 "serde_json_lenient",
17727 "simplelog",
17728 "strum 0.27.2",
17729 "theme",
17730 "theme_settings",
17731 "vscode_theme",
17732]
17733
17734[[package]]
17735name = "theme_selector"
17736version = "0.1.0"
17737dependencies = [
17738 "fs",
17739 "fuzzy",
17740 "gpui",
17741 "log",
17742 "picker",
17743 "serde",
17744 "settings",
17745 "telemetry",
17746 "theme",
17747 "theme_settings",
17748 "ui",
17749 "util",
17750 "workspace",
17751 "zed_actions",
17752]
17753
17754[[package]]
17755name = "theme_settings"
17756version = "0.1.0"
17757dependencies = [
17758 "anyhow",
17759 "collections",
17760 "gpui",
17761 "gpui_util",
17762 "log",
17763 "palette",
17764 "refineable",
17765 "schemars",
17766 "serde",
17767 "serde_json",
17768 "serde_json_lenient",
17769 "settings",
17770 "theme",
17771 "uuid",
17772]
17773
17774[[package]]
17775name = "thiserror"
17776version = "1.0.69"
17777source = "registry+https://github.com/rust-lang/crates.io-index"
17778checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17779dependencies = [
17780 "thiserror-impl 1.0.69",
17781]
17782
17783[[package]]
17784name = "thiserror"
17785version = "2.0.17"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17788dependencies = [
17789 "thiserror-impl 2.0.17",
17790]
17791
17792[[package]]
17793name = "thiserror-impl"
17794version = "1.0.69"
17795source = "registry+https://github.com/rust-lang/crates.io-index"
17796checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17797dependencies = [
17798 "proc-macro2",
17799 "quote",
17800 "syn 2.0.117",
17801]
17802
17803[[package]]
17804name = "thiserror-impl"
17805version = "2.0.17"
17806source = "registry+https://github.com/rust-lang/crates.io-index"
17807checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17808dependencies = [
17809 "proc-macro2",
17810 "quote",
17811 "syn 2.0.117",
17812]
17813
17814[[package]]
17815name = "thread_local"
17816version = "1.1.9"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17819dependencies = [
17820 "cfg-if",
17821]
17822
17823[[package]]
17824name = "tiff"
17825version = "0.10.3"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17828dependencies = [
17829 "fax",
17830 "flate2",
17831 "half",
17832 "quick-error 2.0.1",
17833 "weezl",
17834 "zune-jpeg",
17835]
17836
17837[[package]]
17838name = "tiktoken-rs"
17839version = "0.9.1"
17840source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17841dependencies = [
17842 "anyhow",
17843 "base64 0.22.1",
17844 "bstr",
17845 "fancy-regex 0.16.2",
17846 "lazy_static",
17847 "regex",
17848 "rustc-hash 1.1.0",
17849]
17850
17851[[package]]
17852name = "time"
17853version = "0.3.47"
17854source = "registry+https://github.com/rust-lang/crates.io-index"
17855checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17856dependencies = [
17857 "deranged",
17858 "itoa",
17859 "libc",
17860 "num-conv",
17861 "num_threads",
17862 "powerfmt",
17863 "serde_core",
17864 "time-core",
17865 "time-macros",
17866]
17867
17868[[package]]
17869name = "time-core"
17870version = "0.1.8"
17871source = "registry+https://github.com/rust-lang/crates.io-index"
17872checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17873
17874[[package]]
17875name = "time-macros"
17876version = "0.2.27"
17877source = "registry+https://github.com/rust-lang/crates.io-index"
17878checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17879dependencies = [
17880 "num-conv",
17881 "time-core",
17882]
17883
17884[[package]]
17885name = "time_format"
17886version = "0.1.0"
17887dependencies = [
17888 "core-foundation 0.10.0",
17889 "core-foundation-sys",
17890 "sys-locale",
17891 "time",
17892 "windows 0.61.3",
17893]
17894
17895[[package]]
17896name = "tiny-keccak"
17897version = "2.0.2"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17900dependencies = [
17901 "crunchy",
17902]
17903
17904[[package]]
17905name = "tiny-skia"
17906version = "0.11.4"
17907source = "registry+https://github.com/rust-lang/crates.io-index"
17908checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17909dependencies = [
17910 "arrayref",
17911 "arrayvec",
17912 "bytemuck",
17913 "cfg-if",
17914 "log",
17915 "png 0.17.16",
17916 "tiny-skia-path",
17917]
17918
17919[[package]]
17920name = "tiny-skia-path"
17921version = "0.11.4"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17924dependencies = [
17925 "arrayref",
17926 "bytemuck",
17927 "strict-num",
17928]
17929
17930[[package]]
17931name = "tiny_http"
17932version = "0.12.0"
17933source = "registry+https://github.com/rust-lang/crates.io-index"
17934checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17935dependencies = [
17936 "ascii",
17937 "chunked_transfer",
17938 "httpdate",
17939 "log",
17940]
17941
17942[[package]]
17943name = "tinystr"
17944version = "0.8.1"
17945source = "registry+https://github.com/rust-lang/crates.io-index"
17946checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17947dependencies = [
17948 "displaydoc",
17949 "zerovec",
17950]
17951
17952[[package]]
17953name = "tinytemplate"
17954version = "1.2.1"
17955source = "registry+https://github.com/rust-lang/crates.io-index"
17956checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17957dependencies = [
17958 "serde",
17959 "serde_json",
17960]
17961
17962[[package]]
17963name = "tinyvec"
17964version = "1.10.0"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17967dependencies = [
17968 "tinyvec_macros",
17969]
17970
17971[[package]]
17972name = "tinyvec_macros"
17973version = "0.1.1"
17974source = "registry+https://github.com/rust-lang/crates.io-index"
17975checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17976
17977[[package]]
17978name = "title_bar"
17979version = "0.1.0"
17980dependencies = [
17981 "anyhow",
17982 "auto_update",
17983 "call",
17984 "channel",
17985 "chrono",
17986 "client",
17987 "cloud_api_types",
17988 "db",
17989 "git_ui",
17990 "gpui",
17991 "icons",
17992 "livekit_client",
17993 "notifications",
17994 "platform_title_bar",
17995 "project",
17996 "recent_projects",
17997 "release_channel",
17998 "remote",
17999 "remote_connection",
18000 "rpc",
18001 "schemars",
18002 "semver",
18003 "serde",
18004 "settings",
18005 "smallvec",
18006 "story",
18007 "telemetry",
18008 "theme",
18009 "ui",
18010 "util",
18011 "windows 0.61.3",
18012 "workspace",
18013 "zed_actions",
18014]
18015
18016[[package]]
18017name = "tokio"
18018version = "1.48.0"
18019source = "registry+https://github.com/rust-lang/crates.io-index"
18020checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18021dependencies = [
18022 "bytes 1.11.1",
18023 "libc",
18024 "mio 1.1.0",
18025 "parking_lot",
18026 "pin-project-lite",
18027 "signal-hook-registry",
18028 "socket2 0.6.1",
18029 "tokio-macros",
18030 "windows-sys 0.61.2",
18031]
18032
18033[[package]]
18034name = "tokio-io"
18035version = "0.1.13"
18036source = "registry+https://github.com/rust-lang/crates.io-index"
18037checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18038dependencies = [
18039 "bytes 0.4.12",
18040 "futures 0.1.31",
18041 "log",
18042]
18043
18044[[package]]
18045name = "tokio-macros"
18046version = "2.6.0"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18049dependencies = [
18050 "proc-macro2",
18051 "quote",
18052 "syn 2.0.117",
18053]
18054
18055[[package]]
18056name = "tokio-native-tls"
18057version = "0.3.1"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18060dependencies = [
18061 "native-tls",
18062 "tokio",
18063]
18064
18065[[package]]
18066name = "tokio-rustls"
18067version = "0.24.1"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18070dependencies = [
18071 "rustls 0.21.12",
18072 "tokio",
18073]
18074
18075[[package]]
18076name = "tokio-rustls"
18077version = "0.26.2"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18080dependencies = [
18081 "rustls 0.23.33",
18082 "tokio",
18083]
18084
18085[[package]]
18086name = "tokio-socks"
18087version = "0.5.2"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18090dependencies = [
18091 "either",
18092 "futures-io",
18093 "futures-util",
18094 "thiserror 1.0.69",
18095 "tokio",
18096]
18097
18098[[package]]
18099name = "tokio-stream"
18100version = "0.1.17"
18101source = "registry+https://github.com/rust-lang/crates.io-index"
18102checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18103dependencies = [
18104 "futures-core",
18105 "pin-project-lite",
18106 "tokio",
18107]
18108
18109[[package]]
18110name = "tokio-tungstenite"
18111version = "0.20.1"
18112source = "registry+https://github.com/rust-lang/crates.io-index"
18113checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18114dependencies = [
18115 "futures-util",
18116 "log",
18117 "tokio",
18118 "tungstenite 0.20.1",
18119]
18120
18121[[package]]
18122name = "tokio-tungstenite"
18123version = "0.21.0"
18124source = "registry+https://github.com/rust-lang/crates.io-index"
18125checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18126dependencies = [
18127 "futures-util",
18128 "log",
18129 "tokio",
18130 "tungstenite 0.21.0",
18131]
18132
18133[[package]]
18134name = "tokio-tungstenite"
18135version = "0.28.0"
18136source = "registry+https://github.com/rust-lang/crates.io-index"
18137checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18138dependencies = [
18139 "futures-util",
18140 "log",
18141 "rustls 0.23.33",
18142 "rustls-native-certs 0.8.2",
18143 "rustls-pki-types",
18144 "tokio",
18145 "tokio-rustls 0.26.2",
18146 "tungstenite 0.28.0",
18147]
18148
18149[[package]]
18150name = "tokio-util"
18151version = "0.7.16"
18152source = "registry+https://github.com/rust-lang/crates.io-index"
18153checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18154dependencies = [
18155 "bytes 1.11.1",
18156 "futures-core",
18157 "futures-io",
18158 "futures-sink",
18159 "pin-project-lite",
18160 "tokio",
18161]
18162
18163[[package]]
18164name = "toml"
18165version = "0.5.11"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18168dependencies = [
18169 "serde",
18170]
18171
18172[[package]]
18173name = "toml"
18174version = "0.8.23"
18175source = "registry+https://github.com/rust-lang/crates.io-index"
18176checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18177dependencies = [
18178 "serde",
18179 "serde_spanned 0.6.9",
18180 "toml_datetime 0.6.11",
18181 "toml_edit 0.22.27",
18182]
18183
18184[[package]]
18185name = "toml"
18186version = "0.9.8"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18189dependencies = [
18190 "indexmap",
18191 "serde_core",
18192 "serde_spanned 1.0.3",
18193 "toml_datetime 0.7.3",
18194 "toml_parser",
18195 "toml_writer",
18196 "winnow",
18197]
18198
18199[[package]]
18200name = "toml_datetime"
18201version = "0.6.11"
18202source = "registry+https://github.com/rust-lang/crates.io-index"
18203checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18204dependencies = [
18205 "serde",
18206]
18207
18208[[package]]
18209name = "toml_datetime"
18210version = "0.7.3"
18211source = "registry+https://github.com/rust-lang/crates.io-index"
18212checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18213dependencies = [
18214 "serde_core",
18215]
18216
18217[[package]]
18218name = "toml_edit"
18219version = "0.22.27"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18222dependencies = [
18223 "indexmap",
18224 "serde",
18225 "serde_spanned 0.6.9",
18226 "toml_datetime 0.6.11",
18227 "toml_write",
18228 "winnow",
18229]
18230
18231[[package]]
18232name = "toml_edit"
18233version = "0.23.7"
18234source = "registry+https://github.com/rust-lang/crates.io-index"
18235checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18236dependencies = [
18237 "indexmap",
18238 "toml_datetime 0.7.3",
18239 "toml_parser",
18240 "winnow",
18241]
18242
18243[[package]]
18244name = "toml_parser"
18245version = "1.0.4"
18246source = "registry+https://github.com/rust-lang/crates.io-index"
18247checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18248dependencies = [
18249 "winnow",
18250]
18251
18252[[package]]
18253name = "toml_write"
18254version = "0.1.2"
18255source = "registry+https://github.com/rust-lang/crates.io-index"
18256checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18257
18258[[package]]
18259name = "toml_writer"
18260version = "1.0.4"
18261source = "registry+https://github.com/rust-lang/crates.io-index"
18262checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18263
18264[[package]]
18265name = "toolchain_selector"
18266version = "0.1.0"
18267dependencies = [
18268 "anyhow",
18269 "convert_case 0.8.0",
18270 "editor",
18271 "futures 0.3.32",
18272 "fuzzy",
18273 "gpui",
18274 "language",
18275 "menu",
18276 "open_path_prompt",
18277 "picker",
18278 "project",
18279 "ui",
18280 "util",
18281 "workspace",
18282]
18283
18284[[package]]
18285name = "topological-sort"
18286version = "0.2.2"
18287source = "registry+https://github.com/rust-lang/crates.io-index"
18288checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18289
18290[[package]]
18291name = "tower"
18292version = "0.4.13"
18293source = "registry+https://github.com/rust-lang/crates.io-index"
18294checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18295dependencies = [
18296 "futures-core",
18297 "futures-util",
18298 "pin-project",
18299 "pin-project-lite",
18300 "tokio",
18301 "tower-layer",
18302 "tower-service",
18303 "tracing",
18304]
18305
18306[[package]]
18307name = "tower"
18308version = "0.5.2"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18311dependencies = [
18312 "futures-core",
18313 "futures-util",
18314 "pin-project-lite",
18315 "sync_wrapper 1.0.2",
18316 "tokio",
18317 "tokio-util",
18318 "tower-layer",
18319 "tower-service",
18320 "tracing",
18321]
18322
18323[[package]]
18324name = "tower-http"
18325version = "0.4.4"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18328dependencies = [
18329 "bitflags 2.10.0",
18330 "bytes 1.11.1",
18331 "futures-core",
18332 "futures-util",
18333 "http 0.2.12",
18334 "http-body 0.4.6",
18335 "http-range-header",
18336 "pin-project-lite",
18337 "tower-layer",
18338 "tower-service",
18339 "tracing",
18340]
18341
18342[[package]]
18343name = "tower-http"
18344version = "0.6.6"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18347dependencies = [
18348 "bitflags 2.10.0",
18349 "bytes 1.11.1",
18350 "futures-util",
18351 "http 1.3.1",
18352 "http-body 1.0.1",
18353 "iri-string",
18354 "pin-project-lite",
18355 "tower 0.5.2",
18356 "tower-layer",
18357 "tower-service",
18358 "tracing",
18359]
18360
18361[[package]]
18362name = "tower-layer"
18363version = "0.3.3"
18364source = "registry+https://github.com/rust-lang/crates.io-index"
18365checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18366
18367[[package]]
18368name = "tower-service"
18369version = "0.3.3"
18370source = "registry+https://github.com/rust-lang/crates.io-index"
18371checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18372
18373[[package]]
18374name = "tracing"
18375version = "0.1.43"
18376source = "registry+https://github.com/rust-lang/crates.io-index"
18377checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18378dependencies = [
18379 "log",
18380 "pin-project-lite",
18381 "tracing-attributes",
18382 "tracing-core",
18383]
18384
18385[[package]]
18386name = "tracing-attributes"
18387version = "0.1.31"
18388source = "registry+https://github.com/rust-lang/crates.io-index"
18389checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18390dependencies = [
18391 "proc-macro2",
18392 "quote",
18393 "syn 2.0.117",
18394]
18395
18396[[package]]
18397name = "tracing-core"
18398version = "0.1.35"
18399source = "registry+https://github.com/rust-lang/crates.io-index"
18400checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18401dependencies = [
18402 "once_cell",
18403 "valuable",
18404]
18405
18406[[package]]
18407name = "tracing-log"
18408version = "0.2.0"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18411dependencies = [
18412 "log",
18413 "once_cell",
18414 "tracing-core",
18415]
18416
18417[[package]]
18418name = "tracing-serde"
18419version = "0.2.0"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18422dependencies = [
18423 "serde",
18424 "tracing-core",
18425]
18426
18427[[package]]
18428name = "tracing-subscriber"
18429version = "0.3.22"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18432dependencies = [
18433 "matchers",
18434 "nu-ansi-term",
18435 "once_cell",
18436 "regex-automata",
18437 "serde",
18438 "serde_json",
18439 "sharded-slab",
18440 "smallvec",
18441 "thread_local",
18442 "tracing",
18443 "tracing-core",
18444 "tracing-log",
18445 "tracing-serde",
18446]
18447
18448[[package]]
18449name = "tracing-tracy"
18450version = "0.11.4"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18453dependencies = [
18454 "tracing-core",
18455 "tracing-subscriber",
18456 "tracy-client",
18457]
18458
18459[[package]]
18460name = "tracy-client"
18461version = "0.18.3"
18462source = "registry+https://github.com/rust-lang/crates.io-index"
18463checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18464dependencies = [
18465 "loom",
18466 "once_cell",
18467 "tracy-client-sys",
18468]
18469
18470[[package]]
18471name = "tracy-client-sys"
18472version = "0.27.0"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18475dependencies = [
18476 "cc",
18477 "windows-targets 0.52.6",
18478]
18479
18480[[package]]
18481name = "transpose"
18482version = "0.2.3"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18485dependencies = [
18486 "num-integer",
18487 "strength_reduce",
18488]
18489
18490[[package]]
18491name = "tree-sitter"
18492version = "0.26.8"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18495dependencies = [
18496 "cc",
18497 "regex",
18498 "regex-syntax",
18499 "serde_json",
18500 "streaming-iterator",
18501 "tree-sitter-language",
18502 "wasmtime-c-api-impl",
18503]
18504
18505[[package]]
18506name = "tree-sitter-bash"
18507version = "0.25.1"
18508source = "registry+https://github.com/rust-lang/crates.io-index"
18509checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18510dependencies = [
18511 "cc",
18512 "tree-sitter-language",
18513]
18514
18515[[package]]
18516name = "tree-sitter-c"
18517version = "0.24.1"
18518source = "registry+https://github.com/rust-lang/crates.io-index"
18519checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18520dependencies = [
18521 "cc",
18522 "tree-sitter-language",
18523]
18524
18525[[package]]
18526name = "tree-sitter-cpp"
18527version = "0.23.4"
18528source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18529dependencies = [
18530 "cc",
18531 "tree-sitter-language",
18532]
18533
18534[[package]]
18535name = "tree-sitter-css"
18536version = "0.23.2"
18537source = "registry+https://github.com/rust-lang/crates.io-index"
18538checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18539dependencies = [
18540 "cc",
18541 "tree-sitter-language",
18542]
18543
18544[[package]]
18545name = "tree-sitter-diff"
18546version = "0.1.0"
18547source = "registry+https://github.com/rust-lang/crates.io-index"
18548checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18549dependencies = [
18550 "cc",
18551 "tree-sitter-language",
18552]
18553
18554[[package]]
18555name = "tree-sitter-elixir"
18556version = "0.3.4"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18559dependencies = [
18560 "cc",
18561 "tree-sitter-language",
18562]
18563
18564[[package]]
18565name = "tree-sitter-embedded-template"
18566version = "0.23.2"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18569dependencies = [
18570 "cc",
18571 "tree-sitter-language",
18572]
18573
18574[[package]]
18575name = "tree-sitter-gitcommit"
18576version = "0.0.1"
18577source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18578dependencies = [
18579 "cc",
18580 "tree-sitter-language",
18581]
18582
18583[[package]]
18584name = "tree-sitter-go"
18585version = "0.25.0"
18586source = "registry+https://github.com/rust-lang/crates.io-index"
18587checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18588dependencies = [
18589 "cc",
18590 "tree-sitter-language",
18591]
18592
18593[[package]]
18594name = "tree-sitter-gomod"
18595version = "1.1.1"
18596source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18597dependencies = [
18598 "cc",
18599 "tree-sitter-language",
18600]
18601
18602[[package]]
18603name = "tree-sitter-gowork"
18604version = "0.0.1"
18605source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18606dependencies = [
18607 "cc",
18608 "tree-sitter-language",
18609]
18610
18611[[package]]
18612name = "tree-sitter-heex"
18613version = "0.0.1"
18614source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18615dependencies = [
18616 "cc",
18617 "tree-sitter-language",
18618]
18619
18620[[package]]
18621name = "tree-sitter-html"
18622version = "0.23.2"
18623source = "registry+https://github.com/rust-lang/crates.io-index"
18624checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18625dependencies = [
18626 "cc",
18627 "tree-sitter-language",
18628]
18629
18630[[package]]
18631name = "tree-sitter-jsdoc"
18632version = "0.23.2"
18633source = "registry+https://github.com/rust-lang/crates.io-index"
18634checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18635dependencies = [
18636 "cc",
18637 "tree-sitter-language",
18638]
18639
18640[[package]]
18641name = "tree-sitter-json"
18642version = "0.24.8"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18645dependencies = [
18646 "cc",
18647 "tree-sitter-language",
18648]
18649
18650[[package]]
18651name = "tree-sitter-language"
18652version = "0.1.5"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18655
18656[[package]]
18657name = "tree-sitter-md"
18658version = "0.3.2"
18659source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18660dependencies = [
18661 "cc",
18662 "tree-sitter-language",
18663]
18664
18665[[package]]
18666name = "tree-sitter-python"
18667version = "0.25.0"
18668source = "registry+https://github.com/rust-lang/crates.io-index"
18669checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18670dependencies = [
18671 "cc",
18672 "tree-sitter-language",
18673]
18674
18675[[package]]
18676name = "tree-sitter-regex"
18677version = "0.24.3"
18678source = "registry+https://github.com/rust-lang/crates.io-index"
18679checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18680dependencies = [
18681 "cc",
18682 "tree-sitter-language",
18683]
18684
18685[[package]]
18686name = "tree-sitter-ruby"
18687version = "0.23.1"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18690dependencies = [
18691 "cc",
18692 "tree-sitter-language",
18693]
18694
18695[[package]]
18696name = "tree-sitter-rust"
18697version = "0.24.2"
18698source = "registry+https://github.com/rust-lang/crates.io-index"
18699checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18700dependencies = [
18701 "cc",
18702 "tree-sitter-language",
18703]
18704
18705[[package]]
18706name = "tree-sitter-typescript"
18707version = "0.23.2"
18708source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18709dependencies = [
18710 "cc",
18711 "tree-sitter-language",
18712]
18713
18714[[package]]
18715name = "tree-sitter-yaml"
18716version = "0.6.1"
18717source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18718dependencies = [
18719 "cc",
18720 "tree-sitter-language",
18721]
18722
18723[[package]]
18724name = "triomphe"
18725version = "0.1.15"
18726source = "registry+https://github.com/rust-lang/crates.io-index"
18727checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18728dependencies = [
18729 "serde",
18730 "stable_deref_trait",
18731]
18732
18733[[package]]
18734name = "try-lock"
18735version = "0.2.5"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18738
18739[[package]]
18740name = "ttf-parser"
18741version = "0.20.0"
18742source = "registry+https://github.com/rust-lang/crates.io-index"
18743checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18744
18745[[package]]
18746name = "ttf-parser"
18747version = "0.25.1"
18748source = "registry+https://github.com/rust-lang/crates.io-index"
18749checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18750dependencies = [
18751 "core_maths",
18752]
18753
18754[[package]]
18755name = "tungstenite"
18756version = "0.20.1"
18757source = "registry+https://github.com/rust-lang/crates.io-index"
18758checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18759dependencies = [
18760 "byteorder",
18761 "bytes 1.11.1",
18762 "data-encoding",
18763 "http 0.2.12",
18764 "httparse",
18765 "log",
18766 "rand 0.8.5",
18767 "sha1",
18768 "thiserror 1.0.69",
18769 "url",
18770 "utf-8",
18771]
18772
18773[[package]]
18774name = "tungstenite"
18775version = "0.21.0"
18776source = "registry+https://github.com/rust-lang/crates.io-index"
18777checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18778dependencies = [
18779 "byteorder",
18780 "bytes 1.11.1",
18781 "data-encoding",
18782 "http 1.3.1",
18783 "httparse",
18784 "log",
18785 "rand 0.8.5",
18786 "sha1",
18787 "thiserror 1.0.69",
18788 "url",
18789 "utf-8",
18790]
18791
18792[[package]]
18793name = "tungstenite"
18794version = "0.27.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18797dependencies = [
18798 "bytes 1.11.1",
18799 "data-encoding",
18800 "http 1.3.1",
18801 "httparse",
18802 "log",
18803 "rand 0.9.2",
18804 "rustls 0.23.33",
18805 "rustls-pki-types",
18806 "sha1",
18807 "thiserror 2.0.17",
18808 "utf-8",
18809]
18810
18811[[package]]
18812name = "tungstenite"
18813version = "0.28.0"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18816dependencies = [
18817 "bytes 1.11.1",
18818 "data-encoding",
18819 "http 1.3.1",
18820 "httparse",
18821 "log",
18822 "rand 0.9.2",
18823 "rustls 0.23.33",
18824 "rustls-pki-types",
18825 "sha1",
18826 "thiserror 2.0.17",
18827 "utf-8",
18828]
18829
18830[[package]]
18831name = "typeid"
18832version = "1.0.3"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18835
18836[[package]]
18837name = "typenum"
18838version = "1.19.0"
18839source = "registry+https://github.com/rust-lang/crates.io-index"
18840checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18841
18842[[package]]
18843name = "ucd-trie"
18844version = "0.1.7"
18845source = "registry+https://github.com/rust-lang/crates.io-index"
18846checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18847
18848[[package]]
18849name = "uds"
18850version = "0.4.2"
18851source = "registry+https://github.com/rust-lang/crates.io-index"
18852checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18853dependencies = [
18854 "libc",
18855]
18856
18857[[package]]
18858name = "uds_windows"
18859version = "1.1.0"
18860source = "registry+https://github.com/rust-lang/crates.io-index"
18861checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18862dependencies = [
18863 "memoffset",
18864 "tempfile",
18865 "winapi",
18866]
18867
18868[[package]]
18869name = "ug"
18870version = "0.4.0"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18873dependencies = [
18874 "gemm 0.18.2",
18875 "half",
18876 "libloading",
18877 "memmap2",
18878 "num",
18879 "num-traits",
18880 "num_cpus",
18881 "rayon",
18882 "safetensors",
18883 "serde",
18884 "thiserror 1.0.69",
18885 "tracing",
18886 "yoke 0.7.5",
18887]
18888
18889[[package]]
18890name = "ui"
18891version = "0.1.0"
18892dependencies = [
18893 "chrono",
18894 "component",
18895 "documented",
18896 "gpui",
18897 "gpui_macros",
18898 "gpui_util",
18899 "icons",
18900 "itertools 0.14.0",
18901 "menu",
18902 "schemars",
18903 "serde",
18904 "smallvec",
18905 "story",
18906 "strum 0.27.2",
18907 "theme",
18908 "ui_macros",
18909 "windows 0.61.3",
18910]
18911
18912[[package]]
18913name = "ui_input"
18914version = "0.1.0"
18915dependencies = [
18916 "component",
18917 "gpui",
18918 "ui",
18919]
18920
18921[[package]]
18922name = "ui_macros"
18923version = "0.1.0"
18924dependencies = [
18925 "component",
18926 "quote",
18927 "syn 2.0.117",
18928 "ui",
18929]
18930
18931[[package]]
18932name = "ui_prompt"
18933version = "0.1.0"
18934dependencies = [
18935 "gpui",
18936 "markdown",
18937 "menu",
18938 "settings",
18939 "theme_settings",
18940 "ui",
18941 "workspace",
18942]
18943
18944[[package]]
18945name = "unarray"
18946version = "0.1.4"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18949
18950[[package]]
18951name = "unicase"
18952version = "2.8.1"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18955
18956[[package]]
18957name = "unicode-bidi"
18958version = "0.3.18"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18961
18962[[package]]
18963name = "unicode-bidi-mirroring"
18964version = "0.4.0"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18967
18968[[package]]
18969name = "unicode-ccc"
18970version = "0.4.0"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18973
18974[[package]]
18975name = "unicode-general-category"
18976version = "1.1.0"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18979
18980[[package]]
18981name = "unicode-ident"
18982version = "1.0.19"
18983source = "registry+https://github.com/rust-lang/crates.io-index"
18984checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18985
18986[[package]]
18987name = "unicode-linebreak"
18988version = "0.1.5"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18991
18992[[package]]
18993name = "unicode-normalization"
18994version = "0.1.24"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18997dependencies = [
18998 "tinyvec",
18999]
19000
19001[[package]]
19002name = "unicode-properties"
19003version = "0.1.3"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19006
19007[[package]]
19008name = "unicode-script"
19009version = "0.5.8"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19012
19013[[package]]
19014name = "unicode-segmentation"
19015version = "1.12.0"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19018
19019[[package]]
19020name = "unicode-vo"
19021version = "0.1.0"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19024
19025[[package]]
19026name = "unicode-width"
19027version = "0.2.2"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19030
19031[[package]]
19032name = "unicode-xid"
19033version = "0.2.6"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19036
19037[[package]]
19038name = "unicode_categories"
19039version = "0.1.1"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19042
19043[[package]]
19044name = "unindent"
19045version = "0.2.4"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19048
19049[[package]]
19050name = "unsafe-libyaml"
19051version = "0.2.11"
19052source = "registry+https://github.com/rust-lang/crates.io-index"
19053checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19054
19055[[package]]
19056name = "untrusted"
19057version = "0.7.1"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19060
19061[[package]]
19062name = "untrusted"
19063version = "0.9.0"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19066
19067[[package]]
19068name = "url"
19069version = "2.5.7"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19072dependencies = [
19073 "form_urlencoded",
19074 "idna",
19075 "percent-encoding",
19076 "serde",
19077]
19078
19079[[package]]
19080name = "urlencoding"
19081version = "2.1.3"
19082source = "registry+https://github.com/rust-lang/crates.io-index"
19083checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19084
19085[[package]]
19086name = "usvg"
19087version = "0.45.1"
19088source = "registry+https://github.com/rust-lang/crates.io-index"
19089checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19090dependencies = [
19091 "base64 0.22.1",
19092 "data-url",
19093 "flate2",
19094 "fontdb 0.23.0",
19095 "imagesize",
19096 "kurbo",
19097 "log",
19098 "pico-args",
19099 "roxmltree",
19100 "rustybuzz",
19101 "simplecss",
19102 "siphasher 1.0.1",
19103 "strict-num",
19104 "svgtypes",
19105 "tiny-skia-path",
19106 "unicode-bidi",
19107 "unicode-script",
19108 "unicode-vo",
19109 "xmlwriter",
19110]
19111
19112[[package]]
19113name = "utf-8"
19114version = "0.7.6"
19115source = "registry+https://github.com/rust-lang/crates.io-index"
19116checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19117
19118[[package]]
19119name = "utf8-chars"
19120version = "3.0.6"
19121source = "registry+https://github.com/rust-lang/crates.io-index"
19122checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19123dependencies = [
19124 "arrayvec",
19125]
19126
19127[[package]]
19128name = "utf8_iter"
19129version = "1.0.4"
19130source = "registry+https://github.com/rust-lang/crates.io-index"
19131checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19132
19133[[package]]
19134name = "utf8parse"
19135version = "0.2.2"
19136source = "registry+https://github.com/rust-lang/crates.io-index"
19137checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19138
19139[[package]]
19140name = "util"
19141version = "0.1.0"
19142dependencies = [
19143 "anyhow",
19144 "async-fs",
19145 "async_zip",
19146 "collections",
19147 "command-fds",
19148 "dirs 4.0.0",
19149 "dunce",
19150 "futures 0.3.32",
19151 "futures-lite 1.13.0",
19152 "git2",
19153 "globset",
19154 "gpui_util",
19155 "itertools 0.14.0",
19156 "libc",
19157 "log",
19158 "mach2 0.5.0",
19159 "nix 0.29.0",
19160 "percent-encoding",
19161 "pretty_assertions",
19162 "rand 0.9.2",
19163 "regex",
19164 "rust-embed",
19165 "schemars",
19166 "serde",
19167 "serde_json",
19168 "serde_json_lenient",
19169 "shlex",
19170 "smol",
19171 "take-until",
19172 "tempfile",
19173 "tendril",
19174 "unicase",
19175 "url",
19176 "util_macros",
19177 "walkdir",
19178 "which 6.0.3",
19179]
19180
19181[[package]]
19182name = "util_macros"
19183version = "0.1.0"
19184dependencies = [
19185 "perf",
19186 "quote",
19187 "syn 2.0.117",
19188]
19189
19190[[package]]
19191name = "uuid"
19192version = "1.18.1"
19193source = "registry+https://github.com/rust-lang/crates.io-index"
19194checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19195dependencies = [
19196 "getrandom 0.3.4",
19197 "js-sys",
19198 "serde",
19199 "sha1_smol",
19200 "wasm-bindgen",
19201]
19202
19203[[package]]
19204name = "uuid-simd"
19205version = "0.8.0"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19208dependencies = [
19209 "outref",
19210 "vsimd",
19211]
19212
19213[[package]]
19214name = "v_frame"
19215version = "0.3.9"
19216source = "registry+https://github.com/rust-lang/crates.io-index"
19217checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19218dependencies = [
19219 "aligned-vec",
19220 "num-traits",
19221 "wasm-bindgen",
19222]
19223
19224[[package]]
19225name = "valuable"
19226version = "0.1.1"
19227source = "registry+https://github.com/rust-lang/crates.io-index"
19228checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19229
19230[[package]]
19231name = "value-bag"
19232version = "1.12.0"
19233source = "registry+https://github.com/rust-lang/crates.io-index"
19234checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19235dependencies = [
19236 "value-bag-serde1",
19237 "value-bag-sval2",
19238]
19239
19240[[package]]
19241name = "value-bag-serde1"
19242version = "1.12.0"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19245dependencies = [
19246 "erased-serde",
19247 "serde_core",
19248 "serde_fmt",
19249]
19250
19251[[package]]
19252name = "value-bag-sval2"
19253version = "1.12.0"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19256dependencies = [
19257 "sval",
19258 "sval_buffer",
19259 "sval_dynamic",
19260 "sval_fmt",
19261 "sval_json",
19262 "sval_ref",
19263 "sval_serde",
19264]
19265
19266[[package]]
19267name = "vcpkg"
19268version = "0.2.15"
19269source = "registry+https://github.com/rust-lang/crates.io-index"
19270checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19271
19272[[package]]
19273name = "vercel"
19274version = "0.1.0"
19275dependencies = [
19276 "anyhow",
19277 "schemars",
19278 "serde",
19279 "strum 0.27.2",
19280]
19281
19282[[package]]
19283name = "version-compare"
19284version = "0.2.0"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19287
19288[[package]]
19289name = "version_check"
19290version = "0.9.5"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19293
19294[[package]]
19295name = "vim"
19296version = "0.1.0"
19297dependencies = [
19298 "anyhow",
19299 "async-compat",
19300 "async-trait",
19301 "collections",
19302 "command_palette",
19303 "command_palette_hooks",
19304 "db",
19305 "editor",
19306 "env_logger 0.11.8",
19307 "futures 0.3.32",
19308 "fuzzy",
19309 "git_ui",
19310 "gpui",
19311 "indoc",
19312 "itertools 0.14.0",
19313 "language",
19314 "log",
19315 "lsp",
19316 "markdown_preview",
19317 "menu",
19318 "multi_buffer",
19319 "nvim-rs",
19320 "outline_panel",
19321 "parking_lot",
19322 "perf",
19323 "picker",
19324 "project",
19325 "project_panel",
19326 "regex",
19327 "release_channel",
19328 "schemars",
19329 "search",
19330 "semver",
19331 "serde",
19332 "serde_json",
19333 "settings",
19334 "settings_ui",
19335 "task",
19336 "text",
19337 "theme",
19338 "theme_settings",
19339 "tokio",
19340 "ui",
19341 "util",
19342 "util_macros",
19343 "vim_mode_setting",
19344 "workspace",
19345 "zed_actions",
19346]
19347
19348[[package]]
19349name = "vim_mode_setting"
19350version = "0.1.0"
19351dependencies = [
19352 "gpui",
19353 "settings",
19354]
19355
19356[[package]]
19357name = "vscode_theme"
19358version = "0.2.0"
19359source = "registry+https://github.com/rust-lang/crates.io-index"
19360checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19361dependencies = [
19362 "serde",
19363]
19364
19365[[package]]
19366name = "vsimd"
19367version = "0.8.0"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19370
19371[[package]]
19372name = "vswhom"
19373version = "0.1.0"
19374source = "registry+https://github.com/rust-lang/crates.io-index"
19375checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19376dependencies = [
19377 "libc",
19378 "vswhom-sys",
19379]
19380
19381[[package]]
19382name = "vswhom-sys"
19383version = "0.1.3"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19386dependencies = [
19387 "cc",
19388 "libc",
19389]
19390
19391[[package]]
19392name = "vte"
19393version = "0.15.0"
19394source = "registry+https://github.com/rust-lang/crates.io-index"
19395checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19396dependencies = [
19397 "arrayvec",
19398 "bitflags 2.10.0",
19399 "cursor-icon",
19400 "log",
19401 "memchr",
19402 "serde",
19403]
19404
19405[[package]]
19406name = "wait-timeout"
19407version = "0.2.1"
19408source = "registry+https://github.com/rust-lang/crates.io-index"
19409checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19410dependencies = [
19411 "libc",
19412]
19413
19414[[package]]
19415name = "waker-fn"
19416version = "1.2.0"
19417source = "registry+https://github.com/rust-lang/crates.io-index"
19418checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19419
19420[[package]]
19421name = "walkdir"
19422version = "2.5.0"
19423source = "registry+https://github.com/rust-lang/crates.io-index"
19424checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19425dependencies = [
19426 "same-file",
19427 "winapi-util",
19428]
19429
19430[[package]]
19431name = "want"
19432version = "0.3.1"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19435dependencies = [
19436 "try-lock",
19437]
19438
19439[[package]]
19440name = "warp"
19441version = "0.3.7"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19444dependencies = [
19445 "bytes 1.11.1",
19446 "futures-channel",
19447 "futures-util",
19448 "headers",
19449 "http 0.2.12",
19450 "hyper 0.14.32",
19451 "log",
19452 "mime",
19453 "mime_guess",
19454 "percent-encoding",
19455 "pin-project",
19456 "scoped-tls",
19457 "serde",
19458 "serde_json",
19459 "serde_urlencoded",
19460 "tokio",
19461 "tokio-tungstenite 0.21.0",
19462 "tokio-util",
19463 "tower-service",
19464 "tracing",
19465]
19466
19467[[package]]
19468name = "wasi"
19469version = "0.11.1+wasi-snapshot-preview1"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19472
19473[[package]]
19474name = "wasip2"
19475version = "1.0.1+wasi-0.2.4"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19478dependencies = [
19479 "wit-bindgen 0.46.0",
19480]
19481
19482[[package]]
19483name = "wasip3"
19484version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19485source = "registry+https://github.com/rust-lang/crates.io-index"
19486checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19487dependencies = [
19488 "wit-bindgen 0.51.0",
19489]
19490
19491[[package]]
19492name = "wasite"
19493version = "0.1.0"
19494source = "registry+https://github.com/rust-lang/crates.io-index"
19495checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19496
19497[[package]]
19498name = "wasm-bindgen"
19499version = "0.2.113"
19500source = "registry+https://github.com/rust-lang/crates.io-index"
19501checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19502dependencies = [
19503 "cfg-if",
19504 "once_cell",
19505 "rustversion",
19506 "wasm-bindgen-macro",
19507 "wasm-bindgen-shared",
19508]
19509
19510[[package]]
19511name = "wasm-bindgen-futures"
19512version = "0.4.63"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19515dependencies = [
19516 "cfg-if",
19517 "futures-util",
19518 "js-sys",
19519 "once_cell",
19520 "wasm-bindgen",
19521 "web-sys",
19522]
19523
19524[[package]]
19525name = "wasm-bindgen-macro"
19526version = "0.2.113"
19527source = "registry+https://github.com/rust-lang/crates.io-index"
19528checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19529dependencies = [
19530 "quote",
19531 "wasm-bindgen-macro-support",
19532]
19533
19534[[package]]
19535name = "wasm-bindgen-macro-support"
19536version = "0.2.113"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19539dependencies = [
19540 "bumpalo",
19541 "proc-macro2",
19542 "quote",
19543 "syn 2.0.117",
19544 "wasm-bindgen-shared",
19545]
19546
19547[[package]]
19548name = "wasm-bindgen-shared"
19549version = "0.2.113"
19550source = "registry+https://github.com/rust-lang/crates.io-index"
19551checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19552dependencies = [
19553 "unicode-ident",
19554]
19555
19556[[package]]
19557name = "wasm-encoder"
19558version = "0.201.0"
19559source = "registry+https://github.com/rust-lang/crates.io-index"
19560checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19561dependencies = [
19562 "leb128",
19563]
19564
19565[[package]]
19566name = "wasm-encoder"
19567version = "0.221.3"
19568source = "registry+https://github.com/rust-lang/crates.io-index"
19569checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19570dependencies = [
19571 "leb128",
19572 "wasmparser 0.221.3",
19573]
19574
19575[[package]]
19576name = "wasm-encoder"
19577version = "0.227.1"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19580dependencies = [
19581 "leb128fmt",
19582 "wasmparser 0.227.1",
19583]
19584
19585[[package]]
19586name = "wasm-encoder"
19587version = "0.236.1"
19588source = "registry+https://github.com/rust-lang/crates.io-index"
19589checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19590dependencies = [
19591 "leb128fmt",
19592 "wasmparser 0.236.1",
19593]
19594
19595[[package]]
19596name = "wasm-encoder"
19597version = "0.244.0"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19600dependencies = [
19601 "leb128fmt",
19602 "wasmparser 0.244.0",
19603]
19604
19605[[package]]
19606name = "wasm-metadata"
19607version = "0.201.0"
19608source = "registry+https://github.com/rust-lang/crates.io-index"
19609checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19610dependencies = [
19611 "anyhow",
19612 "indexmap",
19613 "serde",
19614 "serde_derive",
19615 "serde_json",
19616 "spdx",
19617 "wasm-encoder 0.201.0",
19618 "wasmparser 0.201.0",
19619]
19620
19621[[package]]
19622name = "wasm-metadata"
19623version = "0.227.1"
19624source = "registry+https://github.com/rust-lang/crates.io-index"
19625checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19626dependencies = [
19627 "anyhow",
19628 "auditable-serde",
19629 "flate2",
19630 "indexmap",
19631 "serde",
19632 "serde_derive",
19633 "serde_json",
19634 "spdx",
19635 "url",
19636 "wasm-encoder 0.227.1",
19637 "wasmparser 0.227.1",
19638]
19639
19640[[package]]
19641name = "wasm-metadata"
19642version = "0.244.0"
19643source = "registry+https://github.com/rust-lang/crates.io-index"
19644checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19645dependencies = [
19646 "anyhow",
19647 "indexmap",
19648 "wasm-encoder 0.244.0",
19649 "wasmparser 0.244.0",
19650]
19651
19652[[package]]
19653name = "wasm-streams"
19654version = "0.4.2"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19657dependencies = [
19658 "futures-util",
19659 "js-sys",
19660 "wasm-bindgen",
19661 "wasm-bindgen-futures",
19662 "web-sys",
19663]
19664
19665[[package]]
19666name = "wasm_thread"
19667version = "0.3.3"
19668source = "registry+https://github.com/rust-lang/crates.io-index"
19669checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19670dependencies = [
19671 "futures 0.3.32",
19672 "js-sys",
19673 "wasm-bindgen",
19674 "web-sys",
19675]
19676
19677[[package]]
19678name = "wasmparser"
19679version = "0.201.0"
19680source = "registry+https://github.com/rust-lang/crates.io-index"
19681checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19682dependencies = [
19683 "bitflags 2.10.0",
19684 "indexmap",
19685 "semver",
19686]
19687
19688[[package]]
19689name = "wasmparser"
19690version = "0.221.3"
19691source = "registry+https://github.com/rust-lang/crates.io-index"
19692checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19693dependencies = [
19694 "bitflags 2.10.0",
19695 "hashbrown 0.15.5",
19696 "indexmap",
19697 "semver",
19698 "serde",
19699]
19700
19701[[package]]
19702name = "wasmparser"
19703version = "0.227.1"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19706dependencies = [
19707 "bitflags 2.10.0",
19708 "hashbrown 0.15.5",
19709 "indexmap",
19710 "semver",
19711]
19712
19713[[package]]
19714name = "wasmparser"
19715version = "0.236.1"
19716source = "registry+https://github.com/rust-lang/crates.io-index"
19717checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19718dependencies = [
19719 "bitflags 2.10.0",
19720 "hashbrown 0.15.5",
19721 "indexmap",
19722 "semver",
19723 "serde",
19724]
19725
19726[[package]]
19727name = "wasmparser"
19728version = "0.244.0"
19729source = "registry+https://github.com/rust-lang/crates.io-index"
19730checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19731dependencies = [
19732 "bitflags 2.10.0",
19733 "hashbrown 0.15.5",
19734 "indexmap",
19735 "semver",
19736]
19737
19738[[package]]
19739name = "wasmprinter"
19740version = "0.236.1"
19741source = "registry+https://github.com/rust-lang/crates.io-index"
19742checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19743dependencies = [
19744 "anyhow",
19745 "termcolor",
19746 "wasmparser 0.236.1",
19747]
19748
19749[[package]]
19750name = "wasmtime"
19751version = "36.0.6"
19752source = "registry+https://github.com/rust-lang/crates.io-index"
19753checksum = "6a2f8736ddc86e03a9d0e4c477a37939cfc53cd1b052ee38a3133679b87ef830"
19754dependencies = [
19755 "addr2line",
19756 "anyhow",
19757 "async-trait",
19758 "bitflags 2.10.0",
19759 "bumpalo",
19760 "cc",
19761 "cfg-if",
19762 "encoding_rs",
19763 "hashbrown 0.15.5",
19764 "indexmap",
19765 "libc",
19766 "log",
19767 "mach2 0.4.3",
19768 "memfd",
19769 "object",
19770 "once_cell",
19771 "postcard",
19772 "pulley-interpreter",
19773 "rayon",
19774 "rustix 1.1.2",
19775 "semver",
19776 "serde",
19777 "serde_derive",
19778 "smallvec",
19779 "target-lexicon 0.13.3",
19780 "wasmparser 0.236.1",
19781 "wasmtime-environ",
19782 "wasmtime-internal-asm-macros",
19783 "wasmtime-internal-component-macro",
19784 "wasmtime-internal-component-util",
19785 "wasmtime-internal-cranelift",
19786 "wasmtime-internal-fiber",
19787 "wasmtime-internal-jit-debug",
19788 "wasmtime-internal-jit-icache-coherence",
19789 "wasmtime-internal-math",
19790 "wasmtime-internal-slab",
19791 "wasmtime-internal-unwinder",
19792 "wasmtime-internal-versioned-export-macros",
19793 "wasmtime-internal-winch",
19794 "windows-sys 0.60.2",
19795]
19796
19797[[package]]
19798name = "wasmtime-c-api-impl"
19799version = "36.0.6"
19800source = "registry+https://github.com/rust-lang/crates.io-index"
19801checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19802dependencies = [
19803 "anyhow",
19804 "log",
19805 "tracing",
19806 "wasmtime",
19807 "wasmtime-internal-c-api-macros",
19808]
19809
19810[[package]]
19811name = "wasmtime-environ"
19812version = "36.0.6"
19813source = "registry+https://github.com/rust-lang/crates.io-index"
19814checksum = "733682a327755c77153ac7455b1ba8f2db4d9946c1738f8002fe1fbda1d52e83"
19815dependencies = [
19816 "anyhow",
19817 "cpp_demangle",
19818 "cranelift-bitset",
19819 "cranelift-entity",
19820 "gimli",
19821 "indexmap",
19822 "log",
19823 "object",
19824 "postcard",
19825 "rustc-demangle",
19826 "semver",
19827 "serde",
19828 "serde_derive",
19829 "smallvec",
19830 "target-lexicon 0.13.3",
19831 "wasm-encoder 0.236.1",
19832 "wasmparser 0.236.1",
19833 "wasmprinter",
19834 "wasmtime-internal-component-util",
19835]
19836
19837[[package]]
19838name = "wasmtime-internal-asm-macros"
19839version = "36.0.6"
19840source = "registry+https://github.com/rust-lang/crates.io-index"
19841checksum = "68288980a2e02bcb368d436da32565897033ea21918007e3f2bae18843326cf9"
19842dependencies = [
19843 "cfg-if",
19844]
19845
19846[[package]]
19847name = "wasmtime-internal-c-api-macros"
19848version = "36.0.6"
19849source = "registry+https://github.com/rust-lang/crates.io-index"
19850checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19851dependencies = [
19852 "proc-macro2",
19853 "quote",
19854]
19855
19856[[package]]
19857name = "wasmtime-internal-component-macro"
19858version = "36.0.6"
19859source = "registry+https://github.com/rust-lang/crates.io-index"
19860checksum = "5dea846da68f8e776c8a43bde3386022d7bb74e713b9654f7c0196e5ff2e4684"
19861dependencies = [
19862 "anyhow",
19863 "proc-macro2",
19864 "quote",
19865 "syn 2.0.117",
19866 "wasmtime-internal-component-util",
19867 "wasmtime-internal-wit-bindgen",
19868 "wit-parser 0.236.1",
19869]
19870
19871[[package]]
19872name = "wasmtime-internal-component-util"
19873version = "36.0.6"
19874source = "registry+https://github.com/rust-lang/crates.io-index"
19875checksum = "fe1e5735b3c8251510d2a55311562772d6c6fca9438a3d0329eb6e38af4957d6"
19876
19877[[package]]
19878name = "wasmtime-internal-cranelift"
19879version = "36.0.6"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "e89bb9ef571288e2be6b8a3c4763acc56c348dcd517500b1679d3ffad9e4a757"
19882dependencies = [
19883 "anyhow",
19884 "cfg-if",
19885 "cranelift-codegen",
19886 "cranelift-control",
19887 "cranelift-entity",
19888 "cranelift-frontend",
19889 "cranelift-native",
19890 "gimli",
19891 "itertools 0.14.0",
19892 "log",
19893 "object",
19894 "pulley-interpreter",
19895 "smallvec",
19896 "target-lexicon 0.13.3",
19897 "thiserror 2.0.17",
19898 "wasmparser 0.236.1",
19899 "wasmtime-environ",
19900 "wasmtime-internal-math",
19901 "wasmtime-internal-versioned-export-macros",
19902]
19903
19904[[package]]
19905name = "wasmtime-internal-fiber"
19906version = "36.0.6"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "b698d004b15ea1f1ae2d06e5e8b80080cbd684fd245220ce2fac3cdd5ecf87f2"
19909dependencies = [
19910 "anyhow",
19911 "cc",
19912 "cfg-if",
19913 "libc",
19914 "rustix 1.1.2",
19915 "wasmtime-internal-asm-macros",
19916 "wasmtime-internal-versioned-export-macros",
19917 "windows-sys 0.60.2",
19918]
19919
19920[[package]]
19921name = "wasmtime-internal-jit-debug"
19922version = "36.0.6"
19923source = "registry+https://github.com/rust-lang/crates.io-index"
19924checksum = "c803a9fec05c3d7fa03474d4595079d546e77a3c71c1d09b21f74152e2165c17"
19925dependencies = [
19926 "cc",
19927 "wasmtime-internal-versioned-export-macros",
19928]
19929
19930[[package]]
19931name = "wasmtime-internal-jit-icache-coherence"
19932version = "36.0.6"
19933source = "registry+https://github.com/rust-lang/crates.io-index"
19934checksum = "d3866909d37f7929d902e6011847748147e8734e9d7e0353e78fb8b98f586aee"
19935dependencies = [
19936 "anyhow",
19937 "cfg-if",
19938 "libc",
19939 "windows-sys 0.60.2",
19940]
19941
19942[[package]]
19943name = "wasmtime-internal-math"
19944version = "36.0.6"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "5a23b03fb14c64bd0dfcaa4653101f94ade76c34a3027ed2d6b373267536e45b"
19947dependencies = [
19948 "libm",
19949]
19950
19951[[package]]
19952name = "wasmtime-internal-slab"
19953version = "36.0.6"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "fbff220b88cdb990d34a20b13344e5da2e7b99959a5b1666106bec94b58d6364"
19956
19957[[package]]
19958name = "wasmtime-internal-unwinder"
19959version = "36.0.6"
19960source = "registry+https://github.com/rust-lang/crates.io-index"
19961checksum = "13e1ad30e88988b20c0d1c56ea4b4fbc01a8c614653cbf12ca50c0dcc695e2f7"
19962dependencies = [
19963 "anyhow",
19964 "cfg-if",
19965 "cranelift-codegen",
19966 "log",
19967 "object",
19968]
19969
19970[[package]]
19971name = "wasmtime-internal-versioned-export-macros"
19972version = "36.0.6"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "549aefdaa1398c2fcfbf69a7b882956bb5b6e8e5b600844ecb91a3b5bf658ca7"
19975dependencies = [
19976 "proc-macro2",
19977 "quote",
19978 "syn 2.0.117",
19979]
19980
19981[[package]]
19982name = "wasmtime-internal-winch"
19983version = "36.0.6"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "5cc96a84c5700171aeecf96fa9a9ab234f333f5afb295dabf3f8a812b70fe832"
19986dependencies = [
19987 "anyhow",
19988 "cranelift-codegen",
19989 "gimli",
19990 "object",
19991 "target-lexicon 0.13.3",
19992 "wasmparser 0.236.1",
19993 "wasmtime-environ",
19994 "wasmtime-internal-cranelift",
19995 "winch-codegen",
19996]
19997
19998[[package]]
19999name = "wasmtime-internal-wit-bindgen"
20000version = "36.0.6"
20001source = "registry+https://github.com/rust-lang/crates.io-index"
20002checksum = "c28dc9efea511598c88564ac1974e0825c07d9c0de902dbf68f227431cd4ff8c"
20003dependencies = [
20004 "anyhow",
20005 "bitflags 2.10.0",
20006 "heck 0.5.0",
20007 "indexmap",
20008 "wit-parser 0.236.1",
20009]
20010
20011[[package]]
20012name = "wasmtime-wasi"
20013version = "36.0.6"
20014source = "registry+https://github.com/rust-lang/crates.io-index"
20015checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20016dependencies = [
20017 "anyhow",
20018 "async-trait",
20019 "bitflags 2.10.0",
20020 "bytes 1.11.1",
20021 "cap-fs-ext",
20022 "cap-net-ext",
20023 "cap-rand",
20024 "cap-std",
20025 "cap-time-ext",
20026 "fs-set-times",
20027 "futures 0.3.32",
20028 "io-extras",
20029 "io-lifetimes",
20030 "rustix 1.1.2",
20031 "system-interface",
20032 "thiserror 2.0.17",
20033 "tokio",
20034 "tracing",
20035 "url",
20036 "wasmtime",
20037 "wasmtime-wasi-io",
20038 "wiggle",
20039 "windows-sys 0.60.2",
20040]
20041
20042[[package]]
20043name = "wasmtime-wasi-io"
20044version = "36.0.6"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20047dependencies = [
20048 "anyhow",
20049 "async-trait",
20050 "bytes 1.11.1",
20051 "futures 0.3.32",
20052 "wasmtime",
20053]
20054
20055[[package]]
20056name = "wast"
20057version = "35.0.2"
20058source = "registry+https://github.com/rust-lang/crates.io-index"
20059checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20060dependencies = [
20061 "leb128",
20062]
20063
20064[[package]]
20065name = "watch"
20066version = "0.1.0"
20067dependencies = [
20068 "ctor",
20069 "futures 0.3.32",
20070 "gpui",
20071 "parking_lot",
20072 "zlog",
20073]
20074
20075[[package]]
20076name = "wax"
20077version = "0.7.0"
20078source = "registry+https://github.com/rust-lang/crates.io-index"
20079checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20080dependencies = [
20081 "const_format",
20082 "itertools 0.14.0",
20083 "nom 7.1.3",
20084 "pori",
20085 "regex",
20086 "thiserror 2.0.17",
20087 "walkdir",
20088]
20089
20090[[package]]
20091name = "wayland-backend"
20092version = "0.3.11"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20095dependencies = [
20096 "cc",
20097 "downcast-rs",
20098 "rustix 1.1.2",
20099 "scoped-tls",
20100 "smallvec",
20101 "wayland-sys",
20102]
20103
20104[[package]]
20105name = "wayland-client"
20106version = "0.31.11"
20107source = "registry+https://github.com/rust-lang/crates.io-index"
20108checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20109dependencies = [
20110 "bitflags 2.10.0",
20111 "rustix 1.1.2",
20112 "wayland-backend",
20113 "wayland-scanner",
20114]
20115
20116[[package]]
20117name = "wayland-cursor"
20118version = "0.31.11"
20119source = "registry+https://github.com/rust-lang/crates.io-index"
20120checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20121dependencies = [
20122 "rustix 1.1.2",
20123 "wayland-client",
20124 "xcursor",
20125]
20126
20127[[package]]
20128name = "wayland-protocols"
20129version = "0.32.9"
20130source = "registry+https://github.com/rust-lang/crates.io-index"
20131checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20132dependencies = [
20133 "bitflags 2.10.0",
20134 "wayland-backend",
20135 "wayland-client",
20136 "wayland-scanner",
20137]
20138
20139[[package]]
20140name = "wayland-protocols-plasma"
20141version = "0.3.9"
20142source = "registry+https://github.com/rust-lang/crates.io-index"
20143checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20144dependencies = [
20145 "bitflags 2.10.0",
20146 "wayland-backend",
20147 "wayland-client",
20148 "wayland-protocols",
20149 "wayland-scanner",
20150]
20151
20152[[package]]
20153name = "wayland-protocols-wlr"
20154version = "0.3.9"
20155source = "registry+https://github.com/rust-lang/crates.io-index"
20156checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20157dependencies = [
20158 "bitflags 2.10.0",
20159 "wayland-backend",
20160 "wayland-client",
20161 "wayland-protocols",
20162 "wayland-scanner",
20163]
20164
20165[[package]]
20166name = "wayland-scanner"
20167version = "0.31.7"
20168source = "registry+https://github.com/rust-lang/crates.io-index"
20169checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20170dependencies = [
20171 "proc-macro2",
20172 "quick-xml 0.37.5",
20173 "quote",
20174]
20175
20176[[package]]
20177name = "wayland-sys"
20178version = "0.31.7"
20179source = "registry+https://github.com/rust-lang/crates.io-index"
20180checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20181dependencies = [
20182 "dlib",
20183 "log",
20184 "once_cell",
20185 "pkg-config",
20186]
20187
20188[[package]]
20189name = "web-sys"
20190version = "0.3.90"
20191source = "registry+https://github.com/rust-lang/crates.io-index"
20192checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20193dependencies = [
20194 "js-sys",
20195 "wasm-bindgen",
20196]
20197
20198[[package]]
20199name = "web-time"
20200version = "1.1.0"
20201source = "registry+https://github.com/rust-lang/crates.io-index"
20202checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20203dependencies = [
20204 "js-sys",
20205 "serde",
20206 "wasm-bindgen",
20207]
20208
20209[[package]]
20210name = "web_atoms"
20211version = "0.1.3"
20212source = "registry+https://github.com/rust-lang/crates.io-index"
20213checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20214dependencies = [
20215 "phf 0.11.3",
20216 "phf_codegen",
20217 "string_cache",
20218 "string_cache_codegen",
20219]
20220
20221[[package]]
20222name = "web_search"
20223version = "0.1.0"
20224dependencies = [
20225 "anyhow",
20226 "cloud_llm_client",
20227 "collections",
20228 "gpui",
20229 "serde",
20230]
20231
20232[[package]]
20233name = "web_search_providers"
20234version = "0.1.0"
20235dependencies = [
20236 "anyhow",
20237 "client",
20238 "cloud_api_client",
20239 "cloud_api_types",
20240 "cloud_llm_client",
20241 "futures 0.3.32",
20242 "gpui",
20243 "http_client",
20244 "language_model",
20245 "serde",
20246 "serde_json",
20247 "web_search",
20248]
20249
20250[[package]]
20251name = "webpki-root-certs"
20252version = "0.26.8"
20253source = "registry+https://github.com/rust-lang/crates.io-index"
20254checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20255dependencies = [
20256 "rustls-pki-types",
20257]
20258
20259[[package]]
20260name = "webpki-roots"
20261version = "0.26.8"
20262source = "registry+https://github.com/rust-lang/crates.io-index"
20263checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20264dependencies = [
20265 "rustls-pki-types",
20266]
20267
20268[[package]]
20269name = "webrtc-sys"
20270version = "0.3.23"
20271source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20272dependencies = [
20273 "cc",
20274 "cxx",
20275 "cxx-build",
20276 "glob",
20277 "log",
20278 "pkg-config",
20279 "webrtc-sys-build",
20280]
20281
20282[[package]]
20283name = "webrtc-sys-build"
20284version = "0.3.13"
20285source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20286dependencies = [
20287 "anyhow",
20288 "fs2",
20289 "regex",
20290 "reqwest 0.12.24",
20291 "scratch",
20292 "semver",
20293 "zip 0.6.6",
20294]
20295
20296[[package]]
20297name = "weezl"
20298version = "0.1.10"
20299source = "registry+https://github.com/rust-lang/crates.io-index"
20300checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20301
20302[[package]]
20303name = "wgpu"
20304version = "29.0.0"
20305source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20306dependencies = [
20307 "arrayvec",
20308 "bitflags 2.10.0",
20309 "bytemuck",
20310 "cfg-if",
20311 "cfg_aliases 0.2.1",
20312 "document-features",
20313 "hashbrown 0.16.1",
20314 "js-sys",
20315 "log",
20316 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20317 "parking_lot",
20318 "portable-atomic",
20319 "profiling",
20320 "raw-window-handle",
20321 "smallvec",
20322 "static_assertions",
20323 "wasm-bindgen",
20324 "wasm-bindgen-futures",
20325 "web-sys",
20326 "wgpu-core",
20327 "wgpu-hal",
20328 "wgpu-types",
20329]
20330
20331[[package]]
20332name = "wgpu-core"
20333version = "29.0.0"
20334source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20335dependencies = [
20336 "arrayvec",
20337 "bit-set 0.9.1",
20338 "bit-vec 0.9.1",
20339 "bitflags 2.10.0",
20340 "bytemuck",
20341 "cfg_aliases 0.2.1",
20342 "document-features",
20343 "hashbrown 0.16.1",
20344 "indexmap",
20345 "log",
20346 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20347 "once_cell",
20348 "parking_lot",
20349 "portable-atomic",
20350 "profiling",
20351 "raw-window-handle",
20352 "rustc-hash 1.1.0",
20353 "smallvec",
20354 "thiserror 2.0.17",
20355 "wgpu-core-deps-apple",
20356 "wgpu-core-deps-emscripten",
20357 "wgpu-core-deps-windows-linux-android",
20358 "wgpu-hal",
20359 "wgpu-naga-bridge",
20360 "wgpu-types",
20361]
20362
20363[[package]]
20364name = "wgpu-core-deps-apple"
20365version = "29.0.0"
20366source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20367dependencies = [
20368 "wgpu-hal",
20369]
20370
20371[[package]]
20372name = "wgpu-core-deps-emscripten"
20373version = "29.0.0"
20374source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20375dependencies = [
20376 "wgpu-hal",
20377]
20378
20379[[package]]
20380name = "wgpu-core-deps-windows-linux-android"
20381version = "29.0.0"
20382source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20383dependencies = [
20384 "wgpu-hal",
20385]
20386
20387[[package]]
20388name = "wgpu-hal"
20389version = "29.0.0"
20390source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20391dependencies = [
20392 "android_system_properties",
20393 "arrayvec",
20394 "ash",
20395 "bit-set 0.9.1",
20396 "bitflags 2.10.0",
20397 "block2",
20398 "bytemuck",
20399 "cfg-if",
20400 "cfg_aliases 0.2.1",
20401 "glow",
20402 "glutin_wgl_sys",
20403 "gpu-allocator",
20404 "gpu-descriptor",
20405 "hashbrown 0.16.1",
20406 "js-sys",
20407 "khronos-egl",
20408 "libc",
20409 "libloading",
20410 "log",
20411 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20412 "ndk-sys",
20413 "objc2",
20414 "objc2-core-foundation",
20415 "objc2-foundation",
20416 "objc2-metal",
20417 "objc2-quartz-core",
20418 "once_cell",
20419 "ordered-float 4.6.0",
20420 "parking_lot",
20421 "portable-atomic",
20422 "portable-atomic-util",
20423 "profiling",
20424 "range-alloc",
20425 "raw-window-handle",
20426 "raw-window-metal",
20427 "renderdoc-sys",
20428 "smallvec",
20429 "thiserror 2.0.17",
20430 "wasm-bindgen",
20431 "wayland-sys",
20432 "web-sys",
20433 "wgpu-naga-bridge",
20434 "wgpu-types",
20435 "windows 0.62.2",
20436 "windows-core 0.62.2",
20437]
20438
20439[[package]]
20440name = "wgpu-naga-bridge"
20441version = "29.0.0"
20442source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20443dependencies = [
20444 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20445 "wgpu-types",
20446]
20447
20448[[package]]
20449name = "wgpu-types"
20450version = "29.0.0"
20451source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20452dependencies = [
20453 "bitflags 2.10.0",
20454 "bytemuck",
20455 "js-sys",
20456 "log",
20457 "raw-window-handle",
20458 "web-sys",
20459]
20460
20461[[package]]
20462name = "which"
20463version = "4.4.2"
20464source = "registry+https://github.com/rust-lang/crates.io-index"
20465checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20466dependencies = [
20467 "either",
20468 "home",
20469 "once_cell",
20470 "rustix 0.38.44",
20471]
20472
20473[[package]]
20474name = "which"
20475version = "6.0.3"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20478dependencies = [
20479 "either",
20480 "home",
20481 "rustix 0.38.44",
20482 "winsafe",
20483]
20484
20485[[package]]
20486name = "which_key"
20487version = "0.1.0"
20488dependencies = [
20489 "command_palette",
20490 "gpui",
20491 "serde",
20492 "settings",
20493 "theme_settings",
20494 "ui",
20495 "util",
20496 "workspace",
20497]
20498
20499[[package]]
20500name = "whoami"
20501version = "1.6.1"
20502source = "registry+https://github.com/rust-lang/crates.io-index"
20503checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20504dependencies = [
20505 "libredox",
20506 "wasite",
20507]
20508
20509[[package]]
20510name = "wiggle"
20511version = "36.0.6"
20512source = "registry+https://github.com/rust-lang/crates.io-index"
20513checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20514dependencies = [
20515 "anyhow",
20516 "async-trait",
20517 "bitflags 2.10.0",
20518 "thiserror 2.0.17",
20519 "tracing",
20520 "wasmtime",
20521 "wiggle-macro",
20522]
20523
20524[[package]]
20525name = "wiggle-generate"
20526version = "36.0.6"
20527source = "registry+https://github.com/rust-lang/crates.io-index"
20528checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20529dependencies = [
20530 "anyhow",
20531 "heck 0.5.0",
20532 "proc-macro2",
20533 "quote",
20534 "syn 2.0.117",
20535 "witx",
20536]
20537
20538[[package]]
20539name = "wiggle-macro"
20540version = "36.0.6"
20541source = "registry+https://github.com/rust-lang/crates.io-index"
20542checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20543dependencies = [
20544 "proc-macro2",
20545 "quote",
20546 "syn 2.0.117",
20547 "wiggle-generate",
20548]
20549
20550[[package]]
20551name = "winapi"
20552version = "0.3.9"
20553source = "registry+https://github.com/rust-lang/crates.io-index"
20554checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20555dependencies = [
20556 "winapi-i686-pc-windows-gnu",
20557 "winapi-x86_64-pc-windows-gnu",
20558]
20559
20560[[package]]
20561name = "winapi-i686-pc-windows-gnu"
20562version = "0.4.0"
20563source = "registry+https://github.com/rust-lang/crates.io-index"
20564checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20565
20566[[package]]
20567name = "winapi-util"
20568version = "0.1.11"
20569source = "registry+https://github.com/rust-lang/crates.io-index"
20570checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20571dependencies = [
20572 "windows-sys 0.61.2",
20573]
20574
20575[[package]]
20576name = "winapi-x86_64-pc-windows-gnu"
20577version = "0.4.0"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20580
20581[[package]]
20582name = "winch-codegen"
20583version = "36.0.6"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "06c0ec09e8eb5e850e432da6271ed8c4a9d459a9db3850c38e98a3ee9d015e79"
20586dependencies = [
20587 "anyhow",
20588 "cranelift-assembler-x64",
20589 "cranelift-codegen",
20590 "gimli",
20591 "regalloc2",
20592 "smallvec",
20593 "target-lexicon 0.13.3",
20594 "thiserror 2.0.17",
20595 "wasmparser 0.236.1",
20596 "wasmtime-environ",
20597 "wasmtime-internal-cranelift",
20598 "wasmtime-internal-math",
20599]
20600
20601[[package]]
20602name = "windows"
20603version = "0.57.0"
20604source = "registry+https://github.com/rust-lang/crates.io-index"
20605checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20606dependencies = [
20607 "windows-core 0.57.0",
20608 "windows-targets 0.52.6",
20609]
20610
20611[[package]]
20612name = "windows"
20613version = "0.58.0"
20614source = "registry+https://github.com/rust-lang/crates.io-index"
20615checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20616dependencies = [
20617 "windows-core 0.58.0",
20618 "windows-targets 0.52.6",
20619]
20620
20621[[package]]
20622name = "windows"
20623version = "0.61.3"
20624source = "registry+https://github.com/rust-lang/crates.io-index"
20625checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20626dependencies = [
20627 "windows-collections 0.2.0",
20628 "windows-core 0.61.2",
20629 "windows-future 0.2.1",
20630 "windows-link 0.1.3",
20631 "windows-numerics 0.2.0",
20632]
20633
20634[[package]]
20635name = "windows"
20636version = "0.62.2"
20637source = "registry+https://github.com/rust-lang/crates.io-index"
20638checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20639dependencies = [
20640 "windows-collections 0.3.2",
20641 "windows-core 0.62.2",
20642 "windows-future 0.3.2",
20643 "windows-numerics 0.3.1",
20644]
20645
20646[[package]]
20647name = "windows-bindgen"
20648version = "0.61.1"
20649source = "registry+https://github.com/rust-lang/crates.io-index"
20650checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20651dependencies = [
20652 "serde",
20653 "serde_json",
20654 "windows-threading 0.1.0",
20655]
20656
20657[[package]]
20658name = "windows-capture"
20659version = "1.4.3"
20660source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20661dependencies = [
20662 "clap",
20663 "ctrlc",
20664 "parking_lot",
20665 "rayon",
20666 "thiserror 2.0.17",
20667 "windows 0.61.3",
20668 "windows-future 0.2.1",
20669]
20670
20671[[package]]
20672name = "windows-collections"
20673version = "0.2.0"
20674source = "registry+https://github.com/rust-lang/crates.io-index"
20675checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20676dependencies = [
20677 "windows-core 0.61.2",
20678]
20679
20680[[package]]
20681name = "windows-collections"
20682version = "0.3.2"
20683source = "registry+https://github.com/rust-lang/crates.io-index"
20684checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20685dependencies = [
20686 "windows-core 0.62.2",
20687]
20688
20689[[package]]
20690name = "windows-core"
20691version = "0.57.0"
20692source = "registry+https://github.com/rust-lang/crates.io-index"
20693checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20694dependencies = [
20695 "windows-implement 0.57.0",
20696 "windows-interface 0.57.0",
20697 "windows-result 0.1.2",
20698 "windows-targets 0.52.6",
20699]
20700
20701[[package]]
20702name = "windows-core"
20703version = "0.58.0"
20704source = "registry+https://github.com/rust-lang/crates.io-index"
20705checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20706dependencies = [
20707 "windows-implement 0.58.0",
20708 "windows-interface 0.58.0",
20709 "windows-result 0.2.0",
20710 "windows-strings 0.1.0",
20711 "windows-targets 0.52.6",
20712]
20713
20714[[package]]
20715name = "windows-core"
20716version = "0.61.2"
20717source = "registry+https://github.com/rust-lang/crates.io-index"
20718checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20719dependencies = [
20720 "windows-implement 0.60.2",
20721 "windows-interface 0.59.3",
20722 "windows-link 0.1.3",
20723 "windows-result 0.3.4",
20724 "windows-strings 0.4.2",
20725]
20726
20727[[package]]
20728name = "windows-core"
20729version = "0.62.2"
20730source = "registry+https://github.com/rust-lang/crates.io-index"
20731checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20732dependencies = [
20733 "windows-implement 0.60.2",
20734 "windows-interface 0.59.3",
20735 "windows-link 0.2.1",
20736 "windows-result 0.4.1",
20737 "windows-strings 0.5.1",
20738]
20739
20740[[package]]
20741name = "windows-future"
20742version = "0.2.1"
20743source = "registry+https://github.com/rust-lang/crates.io-index"
20744checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20745dependencies = [
20746 "windows-core 0.61.2",
20747 "windows-link 0.1.3",
20748 "windows-threading 0.1.0",
20749]
20750
20751[[package]]
20752name = "windows-future"
20753version = "0.3.2"
20754source = "registry+https://github.com/rust-lang/crates.io-index"
20755checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20756dependencies = [
20757 "windows-core 0.62.2",
20758 "windows-link 0.2.1",
20759 "windows-threading 0.2.1",
20760]
20761
20762[[package]]
20763name = "windows-implement"
20764version = "0.57.0"
20765source = "registry+https://github.com/rust-lang/crates.io-index"
20766checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20767dependencies = [
20768 "proc-macro2",
20769 "quote",
20770 "syn 2.0.117",
20771]
20772
20773[[package]]
20774name = "windows-implement"
20775version = "0.58.0"
20776source = "registry+https://github.com/rust-lang/crates.io-index"
20777checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20778dependencies = [
20779 "proc-macro2",
20780 "quote",
20781 "syn 2.0.117",
20782]
20783
20784[[package]]
20785name = "windows-implement"
20786version = "0.60.2"
20787source = "registry+https://github.com/rust-lang/crates.io-index"
20788checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20789dependencies = [
20790 "proc-macro2",
20791 "quote",
20792 "syn 2.0.117",
20793]
20794
20795[[package]]
20796name = "windows-interface"
20797version = "0.57.0"
20798source = "registry+https://github.com/rust-lang/crates.io-index"
20799checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20800dependencies = [
20801 "proc-macro2",
20802 "quote",
20803 "syn 2.0.117",
20804]
20805
20806[[package]]
20807name = "windows-interface"
20808version = "0.58.0"
20809source = "registry+https://github.com/rust-lang/crates.io-index"
20810checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20811dependencies = [
20812 "proc-macro2",
20813 "quote",
20814 "syn 2.0.117",
20815]
20816
20817[[package]]
20818name = "windows-interface"
20819version = "0.59.3"
20820source = "registry+https://github.com/rust-lang/crates.io-index"
20821checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20822dependencies = [
20823 "proc-macro2",
20824 "quote",
20825 "syn 2.0.117",
20826]
20827
20828[[package]]
20829name = "windows-link"
20830version = "0.1.3"
20831source = "registry+https://github.com/rust-lang/crates.io-index"
20832checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20833
20834[[package]]
20835name = "windows-link"
20836version = "0.2.1"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20839
20840[[package]]
20841name = "windows-numerics"
20842version = "0.2.0"
20843source = "registry+https://github.com/rust-lang/crates.io-index"
20844checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20845dependencies = [
20846 "windows-core 0.61.2",
20847 "windows-link 0.1.3",
20848]
20849
20850[[package]]
20851name = "windows-numerics"
20852version = "0.3.1"
20853source = "registry+https://github.com/rust-lang/crates.io-index"
20854checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20855dependencies = [
20856 "windows-core 0.62.2",
20857 "windows-link 0.2.1",
20858]
20859
20860[[package]]
20861name = "windows-registry"
20862version = "0.4.0"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20865dependencies = [
20866 "windows-result 0.3.4",
20867 "windows-strings 0.3.1",
20868 "windows-targets 0.53.5",
20869]
20870
20871[[package]]
20872name = "windows-registry"
20873version = "0.5.3"
20874source = "registry+https://github.com/rust-lang/crates.io-index"
20875checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20876dependencies = [
20877 "windows-link 0.1.3",
20878 "windows-result 0.3.4",
20879 "windows-strings 0.4.2",
20880]
20881
20882[[package]]
20883name = "windows-registry"
20884version = "0.6.1"
20885source = "registry+https://github.com/rust-lang/crates.io-index"
20886checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20887dependencies = [
20888 "windows-link 0.2.1",
20889 "windows-result 0.4.1",
20890 "windows-strings 0.5.1",
20891]
20892
20893[[package]]
20894name = "windows-result"
20895version = "0.1.2"
20896source = "registry+https://github.com/rust-lang/crates.io-index"
20897checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20898dependencies = [
20899 "windows-targets 0.52.6",
20900]
20901
20902[[package]]
20903name = "windows-result"
20904version = "0.2.0"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20907dependencies = [
20908 "windows-targets 0.52.6",
20909]
20910
20911[[package]]
20912name = "windows-result"
20913version = "0.3.4"
20914source = "registry+https://github.com/rust-lang/crates.io-index"
20915checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20916dependencies = [
20917 "windows-link 0.1.3",
20918]
20919
20920[[package]]
20921name = "windows-result"
20922version = "0.4.1"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20925dependencies = [
20926 "windows-link 0.2.1",
20927]
20928
20929[[package]]
20930name = "windows-strings"
20931version = "0.1.0"
20932source = "registry+https://github.com/rust-lang/crates.io-index"
20933checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20934dependencies = [
20935 "windows-result 0.2.0",
20936 "windows-targets 0.52.6",
20937]
20938
20939[[package]]
20940name = "windows-strings"
20941version = "0.3.1"
20942source = "registry+https://github.com/rust-lang/crates.io-index"
20943checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20944dependencies = [
20945 "windows-link 0.1.3",
20946]
20947
20948[[package]]
20949name = "windows-strings"
20950version = "0.4.2"
20951source = "registry+https://github.com/rust-lang/crates.io-index"
20952checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20953dependencies = [
20954 "windows-link 0.1.3",
20955]
20956
20957[[package]]
20958name = "windows-strings"
20959version = "0.5.1"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20962dependencies = [
20963 "windows-link 0.2.1",
20964]
20965
20966[[package]]
20967name = "windows-sys"
20968version = "0.45.0"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20971dependencies = [
20972 "windows-targets 0.42.2",
20973]
20974
20975[[package]]
20976name = "windows-sys"
20977version = "0.48.0"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20980dependencies = [
20981 "windows-targets 0.48.5",
20982]
20983
20984[[package]]
20985name = "windows-sys"
20986version = "0.52.0"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20989dependencies = [
20990 "windows-targets 0.52.6",
20991]
20992
20993[[package]]
20994name = "windows-sys"
20995version = "0.59.0"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20998dependencies = [
20999 "windows-targets 0.52.6",
21000]
21001
21002[[package]]
21003name = "windows-sys"
21004version = "0.60.2"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21007dependencies = [
21008 "windows-targets 0.53.5",
21009]
21010
21011[[package]]
21012name = "windows-sys"
21013version = "0.61.2"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21016dependencies = [
21017 "windows-link 0.2.1",
21018]
21019
21020[[package]]
21021name = "windows-targets"
21022version = "0.42.2"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21025dependencies = [
21026 "windows_aarch64_gnullvm 0.42.2",
21027 "windows_aarch64_msvc 0.42.2",
21028 "windows_i686_gnu 0.42.2",
21029 "windows_i686_msvc 0.42.2",
21030 "windows_x86_64_gnu 0.42.2",
21031 "windows_x86_64_gnullvm 0.42.2",
21032 "windows_x86_64_msvc 0.42.2",
21033]
21034
21035[[package]]
21036name = "windows-targets"
21037version = "0.48.5"
21038source = "registry+https://github.com/rust-lang/crates.io-index"
21039checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21040dependencies = [
21041 "windows_aarch64_gnullvm 0.48.5",
21042 "windows_aarch64_msvc 0.48.5",
21043 "windows_i686_gnu 0.48.5",
21044 "windows_i686_msvc 0.48.5",
21045 "windows_x86_64_gnu 0.48.5",
21046 "windows_x86_64_gnullvm 0.48.5",
21047 "windows_x86_64_msvc 0.48.5",
21048]
21049
21050[[package]]
21051name = "windows-targets"
21052version = "0.52.6"
21053source = "registry+https://github.com/rust-lang/crates.io-index"
21054checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21055dependencies = [
21056 "windows_aarch64_gnullvm 0.52.6",
21057 "windows_aarch64_msvc 0.52.6",
21058 "windows_i686_gnu 0.52.6",
21059 "windows_i686_gnullvm 0.52.6",
21060 "windows_i686_msvc 0.52.6",
21061 "windows_x86_64_gnu 0.52.6",
21062 "windows_x86_64_gnullvm 0.52.6",
21063 "windows_x86_64_msvc 0.52.6",
21064]
21065
21066[[package]]
21067name = "windows-targets"
21068version = "0.53.5"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21071dependencies = [
21072 "windows-link 0.2.1",
21073 "windows_aarch64_gnullvm 0.53.1",
21074 "windows_aarch64_msvc 0.53.1",
21075 "windows_i686_gnu 0.53.1",
21076 "windows_i686_gnullvm 0.53.1",
21077 "windows_i686_msvc 0.53.1",
21078 "windows_x86_64_gnu 0.53.1",
21079 "windows_x86_64_gnullvm 0.53.1",
21080 "windows_x86_64_msvc 0.53.1",
21081]
21082
21083[[package]]
21084name = "windows-threading"
21085version = "0.1.0"
21086source = "registry+https://github.com/rust-lang/crates.io-index"
21087checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21088dependencies = [
21089 "windows-link 0.1.3",
21090]
21091
21092[[package]]
21093name = "windows-threading"
21094version = "0.2.1"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21097dependencies = [
21098 "windows-link 0.2.1",
21099]
21100
21101[[package]]
21102name = "windows_aarch64_gnullvm"
21103version = "0.42.2"
21104source = "registry+https://github.com/rust-lang/crates.io-index"
21105checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21106
21107[[package]]
21108name = "windows_aarch64_gnullvm"
21109version = "0.48.5"
21110source = "registry+https://github.com/rust-lang/crates.io-index"
21111checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21112
21113[[package]]
21114name = "windows_aarch64_gnullvm"
21115version = "0.52.6"
21116source = "registry+https://github.com/rust-lang/crates.io-index"
21117checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21118
21119[[package]]
21120name = "windows_aarch64_gnullvm"
21121version = "0.53.1"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21124
21125[[package]]
21126name = "windows_aarch64_msvc"
21127version = "0.42.2"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21130
21131[[package]]
21132name = "windows_aarch64_msvc"
21133version = "0.48.5"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21136
21137[[package]]
21138name = "windows_aarch64_msvc"
21139version = "0.52.6"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21142
21143[[package]]
21144name = "windows_aarch64_msvc"
21145version = "0.53.1"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21148
21149[[package]]
21150name = "windows_i686_gnu"
21151version = "0.42.2"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21154
21155[[package]]
21156name = "windows_i686_gnu"
21157version = "0.48.5"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21160
21161[[package]]
21162name = "windows_i686_gnu"
21163version = "0.52.6"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21166
21167[[package]]
21168name = "windows_i686_gnu"
21169version = "0.53.1"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21172
21173[[package]]
21174name = "windows_i686_gnullvm"
21175version = "0.52.6"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21178
21179[[package]]
21180name = "windows_i686_gnullvm"
21181version = "0.53.1"
21182source = "registry+https://github.com/rust-lang/crates.io-index"
21183checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21184
21185[[package]]
21186name = "windows_i686_msvc"
21187version = "0.42.2"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21190
21191[[package]]
21192name = "windows_i686_msvc"
21193version = "0.48.5"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21196
21197[[package]]
21198name = "windows_i686_msvc"
21199version = "0.52.6"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21202
21203[[package]]
21204name = "windows_i686_msvc"
21205version = "0.53.1"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21208
21209[[package]]
21210name = "windows_x86_64_gnu"
21211version = "0.42.2"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21214
21215[[package]]
21216name = "windows_x86_64_gnu"
21217version = "0.48.5"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21220
21221[[package]]
21222name = "windows_x86_64_gnu"
21223version = "0.52.6"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21226
21227[[package]]
21228name = "windows_x86_64_gnu"
21229version = "0.53.1"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21232
21233[[package]]
21234name = "windows_x86_64_gnullvm"
21235version = "0.42.2"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21238
21239[[package]]
21240name = "windows_x86_64_gnullvm"
21241version = "0.48.5"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21244
21245[[package]]
21246name = "windows_x86_64_gnullvm"
21247version = "0.52.6"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21250
21251[[package]]
21252name = "windows_x86_64_gnullvm"
21253version = "0.53.1"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21256
21257[[package]]
21258name = "windows_x86_64_msvc"
21259version = "0.42.2"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21262
21263[[package]]
21264name = "windows_x86_64_msvc"
21265version = "0.48.5"
21266source = "registry+https://github.com/rust-lang/crates.io-index"
21267checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21268
21269[[package]]
21270name = "windows_x86_64_msvc"
21271version = "0.52.6"
21272source = "registry+https://github.com/rust-lang/crates.io-index"
21273checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21274
21275[[package]]
21276name = "windows_x86_64_msvc"
21277version = "0.53.1"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21280
21281[[package]]
21282name = "winnow"
21283version = "0.7.13"
21284source = "registry+https://github.com/rust-lang/crates.io-index"
21285checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21286dependencies = [
21287 "memchr",
21288]
21289
21290[[package]]
21291name = "winreg"
21292version = "0.10.1"
21293source = "registry+https://github.com/rust-lang/crates.io-index"
21294checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21295dependencies = [
21296 "winapi",
21297]
21298
21299[[package]]
21300name = "winreg"
21301version = "0.50.0"
21302source = "registry+https://github.com/rust-lang/crates.io-index"
21303checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21304dependencies = [
21305 "cfg-if",
21306 "windows-sys 0.48.0",
21307]
21308
21309[[package]]
21310name = "winreg"
21311version = "0.55.0"
21312source = "registry+https://github.com/rust-lang/crates.io-index"
21313checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21314dependencies = [
21315 "cfg-if",
21316 "windows-sys 0.59.0",
21317]
21318
21319[[package]]
21320name = "winresource"
21321version = "0.1.23"
21322source = "registry+https://github.com/rust-lang/crates.io-index"
21323checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21324dependencies = [
21325 "toml 0.8.23",
21326 "version_check",
21327]
21328
21329[[package]]
21330name = "winsafe"
21331version = "0.0.19"
21332source = "registry+https://github.com/rust-lang/crates.io-index"
21333checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21334
21335[[package]]
21336name = "winx"
21337version = "0.36.4"
21338source = "registry+https://github.com/rust-lang/crates.io-index"
21339checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21340dependencies = [
21341 "bitflags 2.10.0",
21342 "windows-sys 0.59.0",
21343]
21344
21345[[package]]
21346name = "wio"
21347version = "0.2.2"
21348source = "registry+https://github.com/rust-lang/crates.io-index"
21349checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21350dependencies = [
21351 "winapi",
21352]
21353
21354[[package]]
21355name = "wit-bindgen"
21356version = "0.22.0"
21357source = "registry+https://github.com/rust-lang/crates.io-index"
21358checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21359dependencies = [
21360 "bitflags 2.10.0",
21361 "wit-bindgen-rt 0.22.0",
21362 "wit-bindgen-rust-macro 0.22.0",
21363]
21364
21365[[package]]
21366name = "wit-bindgen"
21367version = "0.41.0"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21370dependencies = [
21371 "wit-bindgen-rt 0.41.0",
21372 "wit-bindgen-rust-macro 0.41.0",
21373]
21374
21375[[package]]
21376name = "wit-bindgen"
21377version = "0.46.0"
21378source = "registry+https://github.com/rust-lang/crates.io-index"
21379checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21380
21381[[package]]
21382name = "wit-bindgen"
21383version = "0.51.0"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21386dependencies = [
21387 "wit-bindgen-rust-macro 0.51.0",
21388]
21389
21390[[package]]
21391name = "wit-bindgen-core"
21392version = "0.22.0"
21393source = "registry+https://github.com/rust-lang/crates.io-index"
21394checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21395dependencies = [
21396 "anyhow",
21397 "wit-parser 0.201.0",
21398]
21399
21400[[package]]
21401name = "wit-bindgen-core"
21402version = "0.41.0"
21403source = "registry+https://github.com/rust-lang/crates.io-index"
21404checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21405dependencies = [
21406 "anyhow",
21407 "heck 0.5.0",
21408 "wit-parser 0.227.1",
21409]
21410
21411[[package]]
21412name = "wit-bindgen-core"
21413version = "0.51.0"
21414source = "registry+https://github.com/rust-lang/crates.io-index"
21415checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21416dependencies = [
21417 "anyhow",
21418 "heck 0.5.0",
21419 "wit-parser 0.244.0",
21420]
21421
21422[[package]]
21423name = "wit-bindgen-rt"
21424version = "0.22.0"
21425source = "registry+https://github.com/rust-lang/crates.io-index"
21426checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21427
21428[[package]]
21429name = "wit-bindgen-rt"
21430version = "0.41.0"
21431source = "registry+https://github.com/rust-lang/crates.io-index"
21432checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21433dependencies = [
21434 "bitflags 2.10.0",
21435 "futures 0.3.32",
21436 "once_cell",
21437]
21438
21439[[package]]
21440name = "wit-bindgen-rust"
21441version = "0.22.0"
21442source = "registry+https://github.com/rust-lang/crates.io-index"
21443checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21444dependencies = [
21445 "anyhow",
21446 "heck 0.4.1",
21447 "indexmap",
21448 "wasm-metadata 0.201.0",
21449 "wit-bindgen-core 0.22.0",
21450 "wit-component 0.201.0",
21451]
21452
21453[[package]]
21454name = "wit-bindgen-rust"
21455version = "0.41.0"
21456source = "registry+https://github.com/rust-lang/crates.io-index"
21457checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21458dependencies = [
21459 "anyhow",
21460 "heck 0.5.0",
21461 "indexmap",
21462 "prettyplease",
21463 "syn 2.0.117",
21464 "wasm-metadata 0.227.1",
21465 "wit-bindgen-core 0.41.0",
21466 "wit-component 0.227.1",
21467]
21468
21469[[package]]
21470name = "wit-bindgen-rust"
21471version = "0.51.0"
21472source = "registry+https://github.com/rust-lang/crates.io-index"
21473checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21474dependencies = [
21475 "anyhow",
21476 "heck 0.5.0",
21477 "indexmap",
21478 "prettyplease",
21479 "syn 2.0.117",
21480 "wasm-metadata 0.244.0",
21481 "wit-bindgen-core 0.51.0",
21482 "wit-component 0.244.0",
21483]
21484
21485[[package]]
21486name = "wit-bindgen-rust-macro"
21487version = "0.22.0"
21488source = "registry+https://github.com/rust-lang/crates.io-index"
21489checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21490dependencies = [
21491 "anyhow",
21492 "proc-macro2",
21493 "quote",
21494 "syn 2.0.117",
21495 "wit-bindgen-core 0.22.0",
21496 "wit-bindgen-rust 0.22.0",
21497]
21498
21499[[package]]
21500name = "wit-bindgen-rust-macro"
21501version = "0.41.0"
21502source = "registry+https://github.com/rust-lang/crates.io-index"
21503checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21504dependencies = [
21505 "anyhow",
21506 "prettyplease",
21507 "proc-macro2",
21508 "quote",
21509 "syn 2.0.117",
21510 "wit-bindgen-core 0.41.0",
21511 "wit-bindgen-rust 0.41.0",
21512]
21513
21514[[package]]
21515name = "wit-bindgen-rust-macro"
21516version = "0.51.0"
21517source = "registry+https://github.com/rust-lang/crates.io-index"
21518checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21519dependencies = [
21520 "anyhow",
21521 "prettyplease",
21522 "proc-macro2",
21523 "quote",
21524 "syn 2.0.117",
21525 "wit-bindgen-core 0.51.0",
21526 "wit-bindgen-rust 0.51.0",
21527]
21528
21529[[package]]
21530name = "wit-component"
21531version = "0.201.0"
21532source = "registry+https://github.com/rust-lang/crates.io-index"
21533checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21534dependencies = [
21535 "anyhow",
21536 "bitflags 2.10.0",
21537 "indexmap",
21538 "log",
21539 "serde",
21540 "serde_derive",
21541 "serde_json",
21542 "wasm-encoder 0.201.0",
21543 "wasm-metadata 0.201.0",
21544 "wasmparser 0.201.0",
21545 "wit-parser 0.201.0",
21546]
21547
21548[[package]]
21549name = "wit-component"
21550version = "0.227.1"
21551source = "registry+https://github.com/rust-lang/crates.io-index"
21552checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21553dependencies = [
21554 "anyhow",
21555 "bitflags 2.10.0",
21556 "indexmap",
21557 "log",
21558 "serde",
21559 "serde_derive",
21560 "serde_json",
21561 "wasm-encoder 0.227.1",
21562 "wasm-metadata 0.227.1",
21563 "wasmparser 0.227.1",
21564 "wit-parser 0.227.1",
21565]
21566
21567[[package]]
21568name = "wit-component"
21569version = "0.244.0"
21570source = "registry+https://github.com/rust-lang/crates.io-index"
21571checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21572dependencies = [
21573 "anyhow",
21574 "bitflags 2.10.0",
21575 "indexmap",
21576 "log",
21577 "serde",
21578 "serde_derive",
21579 "serde_json",
21580 "wasm-encoder 0.244.0",
21581 "wasm-metadata 0.244.0",
21582 "wasmparser 0.244.0",
21583 "wit-parser 0.244.0",
21584]
21585
21586[[package]]
21587name = "wit-parser"
21588version = "0.201.0"
21589source = "registry+https://github.com/rust-lang/crates.io-index"
21590checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21591dependencies = [
21592 "anyhow",
21593 "id-arena",
21594 "indexmap",
21595 "log",
21596 "semver",
21597 "serde",
21598 "serde_derive",
21599 "serde_json",
21600 "unicode-xid",
21601 "wasmparser 0.201.0",
21602]
21603
21604[[package]]
21605name = "wit-parser"
21606version = "0.227.1"
21607source = "registry+https://github.com/rust-lang/crates.io-index"
21608checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21609dependencies = [
21610 "anyhow",
21611 "id-arena",
21612 "indexmap",
21613 "log",
21614 "semver",
21615 "serde",
21616 "serde_derive",
21617 "serde_json",
21618 "unicode-xid",
21619 "wasmparser 0.227.1",
21620]
21621
21622[[package]]
21623name = "wit-parser"
21624version = "0.236.1"
21625source = "registry+https://github.com/rust-lang/crates.io-index"
21626checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21627dependencies = [
21628 "anyhow",
21629 "id-arena",
21630 "indexmap",
21631 "log",
21632 "semver",
21633 "serde",
21634 "serde_derive",
21635 "serde_json",
21636 "unicode-xid",
21637 "wasmparser 0.236.1",
21638]
21639
21640[[package]]
21641name = "wit-parser"
21642version = "0.244.0"
21643source = "registry+https://github.com/rust-lang/crates.io-index"
21644checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21645dependencies = [
21646 "anyhow",
21647 "id-arena",
21648 "indexmap",
21649 "log",
21650 "semver",
21651 "serde",
21652 "serde_derive",
21653 "serde_json",
21654 "unicode-xid",
21655 "wasmparser 0.244.0",
21656]
21657
21658[[package]]
21659name = "witx"
21660version = "0.9.1"
21661source = "registry+https://github.com/rust-lang/crates.io-index"
21662checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21663dependencies = [
21664 "anyhow",
21665 "log",
21666 "thiserror 1.0.69",
21667 "wast",
21668]
21669
21670[[package]]
21671name = "workspace"
21672version = "0.1.0"
21673dependencies = [
21674 "agent_settings",
21675 "any_vec",
21676 "anyhow",
21677 "async-recursion",
21678 "chrono",
21679 "client",
21680 "clock",
21681 "collections",
21682 "component",
21683 "db",
21684 "feature_flags",
21685 "fs",
21686 "futures 0.3.32",
21687 "git",
21688 "gpui",
21689 "http_client",
21690 "itertools 0.14.0",
21691 "language",
21692 "log",
21693 "markdown",
21694 "menu",
21695 "node_runtime",
21696 "parking_lot",
21697 "postage",
21698 "pretty_assertions",
21699 "project",
21700 "remote",
21701 "schemars",
21702 "serde",
21703 "serde_json",
21704 "session",
21705 "settings",
21706 "smallvec",
21707 "sqlez",
21708 "strum 0.27.2",
21709 "task",
21710 "telemetry",
21711 "tempfile",
21712 "theme",
21713 "theme_settings",
21714 "ui",
21715 "util",
21716 "uuid",
21717 "vim_mode_setting",
21718 "windows 0.61.3",
21719 "zed_actions",
21720 "zlog",
21721]
21722
21723[[package]]
21724name = "worktree"
21725version = "0.1.0"
21726dependencies = [
21727 "anyhow",
21728 "async-lock 2.8.0",
21729 "chardetng",
21730 "clock",
21731 "collections",
21732 "encoding_rs",
21733 "fs",
21734 "futures 0.3.32",
21735 "fuzzy",
21736 "git",
21737 "gpui",
21738 "ignore",
21739 "language",
21740 "log",
21741 "parking_lot",
21742 "paths",
21743 "postage",
21744 "pretty_assertions",
21745 "rand 0.9.2",
21746 "rpc",
21747 "serde",
21748 "serde_json",
21749 "settings",
21750 "smallvec",
21751 "smol",
21752 "sum_tree",
21753 "text",
21754 "tracing",
21755 "util",
21756 "worktree",
21757 "zlog",
21758 "ztracing",
21759]
21760
21761[[package]]
21762name = "worktree_benchmarks"
21763version = "0.1.0"
21764dependencies = [
21765 "fs",
21766 "gpui_platform",
21767 "settings",
21768 "worktree",
21769]
21770
21771[[package]]
21772name = "wprcontrol"
21773version = "0.1.0"
21774source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21775dependencies = [
21776 "windows 0.61.3",
21777 "windows-bindgen",
21778 "windows-core 0.61.2",
21779 "windows-link 0.2.1",
21780]
21781
21782[[package]]
21783name = "writeable"
21784version = "0.6.1"
21785source = "registry+https://github.com/rust-lang/crates.io-index"
21786checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21787
21788[[package]]
21789name = "wyz"
21790version = "0.5.1"
21791source = "registry+https://github.com/rust-lang/crates.io-index"
21792checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21793dependencies = [
21794 "tap",
21795]
21796
21797[[package]]
21798name = "x11"
21799version = "2.21.0"
21800source = "registry+https://github.com/rust-lang/crates.io-index"
21801checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21802dependencies = [
21803 "libc",
21804 "pkg-config",
21805]
21806
21807[[package]]
21808name = "x11-clipboard"
21809version = "0.9.3"
21810source = "registry+https://github.com/rust-lang/crates.io-index"
21811checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21812dependencies = [
21813 "libc",
21814 "x11rb",
21815]
21816
21817[[package]]
21818name = "x11rb"
21819version = "0.13.2"
21820source = "registry+https://github.com/rust-lang/crates.io-index"
21821checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21822dependencies = [
21823 "as-raw-xcb-connection",
21824 "gethostname",
21825 "libc",
21826 "rustix 1.1.2",
21827 "x11rb-protocol",
21828 "xcursor",
21829]
21830
21831[[package]]
21832name = "x11rb-protocol"
21833version = "0.13.2"
21834source = "registry+https://github.com/rust-lang/crates.io-index"
21835checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21836
21837[[package]]
21838name = "x_ai"
21839version = "0.1.0"
21840dependencies = [
21841 "anyhow",
21842 "language_model_core",
21843 "schemars",
21844 "serde",
21845 "strum 0.27.2",
21846 "tiktoken-rs",
21847]
21848
21849[[package]]
21850name = "xattr"
21851version = "0.2.3"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21854dependencies = [
21855 "libc",
21856]
21857
21858[[package]]
21859name = "xcb"
21860version = "1.6.0"
21861source = "registry+https://github.com/rust-lang/crates.io-index"
21862checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21863dependencies = [
21864 "bitflags 1.3.2",
21865 "libc",
21866 "quick-xml 0.30.0",
21867 "x11",
21868]
21869
21870[[package]]
21871name = "xcursor"
21872version = "0.3.10"
21873source = "registry+https://github.com/rust-lang/crates.io-index"
21874checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21875
21876[[package]]
21877name = "xim-ctext"
21878version = "0.3.0"
21879source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21880dependencies = [
21881 "encoding_rs",
21882]
21883
21884[[package]]
21885name = "xim-parser"
21886version = "0.2.1"
21887source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21888dependencies = [
21889 "bitflags 2.10.0",
21890]
21891
21892[[package]]
21893name = "xkbcommon"
21894version = "0.8.0"
21895source = "registry+https://github.com/rust-lang/crates.io-index"
21896checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21897dependencies = [
21898 "as-raw-xcb-connection",
21899 "libc",
21900 "memmap2",
21901 "xkeysym",
21902]
21903
21904[[package]]
21905name = "xkeysym"
21906version = "0.2.1"
21907source = "registry+https://github.com/rust-lang/crates.io-index"
21908checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21909
21910[[package]]
21911name = "xml-rs"
21912version = "0.8.28"
21913source = "registry+https://github.com/rust-lang/crates.io-index"
21914checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21915
21916[[package]]
21917name = "xml5ever"
21918version = "0.18.1"
21919source = "registry+https://github.com/rust-lang/crates.io-index"
21920checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21921dependencies = [
21922 "log",
21923 "mac",
21924 "markup5ever 0.12.1",
21925]
21926
21927[[package]]
21928name = "xmlparser"
21929version = "0.13.6"
21930source = "registry+https://github.com/rust-lang/crates.io-index"
21931checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21932
21933[[package]]
21934name = "xmlwriter"
21935version = "0.1.0"
21936source = "registry+https://github.com/rust-lang/crates.io-index"
21937checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21938
21939[[package]]
21940name = "xtask"
21941version = "0.1.0"
21942dependencies = [
21943 "annotate-snippets",
21944 "anyhow",
21945 "backtrace",
21946 "cargo_metadata 0.19.2",
21947 "cargo_toml",
21948 "clap",
21949 "compliance",
21950 "gh-workflow",
21951 "indexmap",
21952 "indoc",
21953 "itertools 0.14.0",
21954 "regex",
21955 "serde",
21956 "serde_json",
21957 "serde_yaml",
21958 "strum 0.27.2",
21959 "tokio",
21960 "toml 0.8.23",
21961 "toml_edit 0.22.27",
21962]
21963
21964[[package]]
21965name = "yaml-rust2"
21966version = "0.8.1"
21967source = "registry+https://github.com/rust-lang/crates.io-index"
21968checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21969dependencies = [
21970 "arraydeque",
21971 "encoding_rs",
21972 "hashlink 0.8.4",
21973]
21974
21975[[package]]
21976name = "yansi"
21977version = "1.0.1"
21978source = "registry+https://github.com/rust-lang/crates.io-index"
21979checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21980
21981[[package]]
21982name = "yawc"
21983version = "0.2.5"
21984source = "registry+https://github.com/rust-lang/crates.io-index"
21985checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21986dependencies = [
21987 "base64 0.22.1",
21988 "bytes 1.11.1",
21989 "flate2",
21990 "futures 0.3.32",
21991 "http-body-util",
21992 "hyper 1.7.0",
21993 "hyper-util",
21994 "js-sys",
21995 "nom 8.0.0",
21996 "pin-project",
21997 "rand 0.8.5",
21998 "sha1",
21999 "thiserror 1.0.69",
22000 "tokio",
22001 "tokio-rustls 0.26.2",
22002 "tokio-util",
22003 "url",
22004 "wasm-bindgen",
22005 "wasm-bindgen-futures",
22006 "web-sys",
22007 "webpki-roots",
22008]
22009
22010[[package]]
22011name = "yazi"
22012version = "0.2.1"
22013source = "registry+https://github.com/rust-lang/crates.io-index"
22014checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22015
22016[[package]]
22017name = "yeslogic-fontconfig-sys"
22018version = "6.0.0"
22019source = "registry+https://github.com/rust-lang/crates.io-index"
22020checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22021dependencies = [
22022 "dlib",
22023 "once_cell",
22024 "pkg-config",
22025]
22026
22027[[package]]
22028name = "yoke"
22029version = "0.7.5"
22030source = "registry+https://github.com/rust-lang/crates.io-index"
22031checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22032dependencies = [
22033 "serde",
22034 "stable_deref_trait",
22035 "yoke-derive 0.7.5",
22036 "zerofrom",
22037]
22038
22039[[package]]
22040name = "yoke"
22041version = "0.8.0"
22042source = "registry+https://github.com/rust-lang/crates.io-index"
22043checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22044dependencies = [
22045 "serde",
22046 "stable_deref_trait",
22047 "yoke-derive 0.8.0",
22048 "zerofrom",
22049]
22050
22051[[package]]
22052name = "yoke-derive"
22053version = "0.7.5"
22054source = "registry+https://github.com/rust-lang/crates.io-index"
22055checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22056dependencies = [
22057 "proc-macro2",
22058 "quote",
22059 "syn 2.0.117",
22060 "synstructure",
22061]
22062
22063[[package]]
22064name = "yoke-derive"
22065version = "0.8.0"
22066source = "registry+https://github.com/rust-lang/crates.io-index"
22067checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22068dependencies = [
22069 "proc-macro2",
22070 "quote",
22071 "syn 2.0.117",
22072 "synstructure",
22073]
22074
22075[[package]]
22076name = "zbus"
22077version = "5.13.2"
22078source = "registry+https://github.com/rust-lang/crates.io-index"
22079checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22080dependencies = [
22081 "async-broadcast",
22082 "async-executor",
22083 "async-io",
22084 "async-lock 3.4.2",
22085 "async-process",
22086 "async-recursion",
22087 "async-task",
22088 "async-trait",
22089 "blocking",
22090 "enumflags2",
22091 "event-listener 5.4.1",
22092 "futures-core",
22093 "futures-lite 2.6.1",
22094 "hex",
22095 "libc",
22096 "ordered-stream",
22097 "rustix 1.1.2",
22098 "serde",
22099 "serde_repr",
22100 "tracing",
22101 "uds_windows",
22102 "uuid",
22103 "windows-sys 0.61.2",
22104 "winnow",
22105 "zbus_macros",
22106 "zbus_names",
22107 "zvariant",
22108]
22109
22110[[package]]
22111name = "zbus_macros"
22112version = "5.13.2"
22113source = "registry+https://github.com/rust-lang/crates.io-index"
22114checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22115dependencies = [
22116 "proc-macro-crate",
22117 "proc-macro2",
22118 "quote",
22119 "syn 2.0.117",
22120 "zbus_names",
22121 "zvariant",
22122 "zvariant_utils",
22123]
22124
22125[[package]]
22126name = "zbus_names"
22127version = "4.3.1"
22128source = "registry+https://github.com/rust-lang/crates.io-index"
22129checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22130dependencies = [
22131 "serde",
22132 "winnow",
22133 "zvariant",
22134]
22135
22136[[package]]
22137name = "zed"
22138version = "0.232.0"
22139dependencies = [
22140 "acp_thread",
22141 "acp_tools",
22142 "action_log",
22143 "activity_indicator",
22144 "agent",
22145 "agent-client-protocol",
22146 "agent_servers",
22147 "agent_settings",
22148 "agent_ui",
22149 "anyhow",
22150 "ashpd",
22151 "askpass",
22152 "assets",
22153 "audio",
22154 "auto_update",
22155 "auto_update_ui",
22156 "breadcrumbs",
22157 "call",
22158 "channel",
22159 "chrono",
22160 "clap",
22161 "cli",
22162 "client",
22163 "clock",
22164 "codestral",
22165 "collab_ui",
22166 "collections",
22167 "command_palette",
22168 "component",
22169 "component_preview",
22170 "copilot",
22171 "copilot_chat",
22172 "copilot_ui",
22173 "crashes",
22174 "csv_preview",
22175 "dap_adapters",
22176 "db",
22177 "debug_adapter_extension",
22178 "debugger_tools",
22179 "debugger_ui",
22180 "dev_container",
22181 "diagnostics",
22182 "edit_prediction",
22183 "edit_prediction_ui",
22184 "editor",
22185 "encoding_selector",
22186 "env_logger 0.11.8",
22187 "etw_tracing",
22188 "extension",
22189 "extension_host",
22190 "extensions_ui",
22191 "feature_flags",
22192 "feedback",
22193 "file_finder",
22194 "fs",
22195 "futures 0.3.32",
22196 "git",
22197 "git_graph",
22198 "git_hosting_providers",
22199 "git_ui",
22200 "go_to_line",
22201 "gpui",
22202 "gpui_platform",
22203 "gpui_tokio",
22204 "http_client",
22205 "image",
22206 "image_viewer",
22207 "inspector_ui",
22208 "install_cli",
22209 "itertools 0.14.0",
22210 "journal",
22211 "json_schema_store",
22212 "keymap_editor",
22213 "language",
22214 "language_extension",
22215 "language_model",
22216 "language_models",
22217 "language_onboarding",
22218 "language_selector",
22219 "language_tools",
22220 "languages",
22221 "line_ending_selector",
22222 "log",
22223 "markdown",
22224 "markdown_preview",
22225 "menu",
22226 "migrator",
22227 "mimalloc",
22228 "miniprofiler_ui",
22229 "nc",
22230 "node_runtime",
22231 "notifications",
22232 "onboarding",
22233 "outline",
22234 "outline_panel",
22235 "parking_lot",
22236 "paths",
22237 "picker",
22238 "pkg-config",
22239 "pretty_assertions",
22240 "profiling",
22241 "project",
22242 "project_panel",
22243 "project_symbols",
22244 "prompt_store",
22245 "proto",
22246 "rayon",
22247 "recent_projects",
22248 "release_channel",
22249 "remote",
22250 "repl",
22251 "reqwest_client",
22252 "rope",
22253 "search",
22254 "semver",
22255 "serde",
22256 "serde_json",
22257 "session",
22258 "settings",
22259 "settings_profile_selector",
22260 "settings_ui",
22261 "shellexpand 2.1.2",
22262 "sidebar",
22263 "smol",
22264 "snippet_provider",
22265 "snippets_ui",
22266 "svg_preview",
22267 "sysinfo 0.37.2",
22268 "system_specs",
22269 "tab_switcher",
22270 "task",
22271 "tasks_ui",
22272 "telemetry",
22273 "telemetry_events",
22274 "tempfile",
22275 "terminal_view",
22276 "theme",
22277 "theme_extension",
22278 "theme_selector",
22279 "theme_settings",
22280 "time",
22281 "time_format",
22282 "title_bar",
22283 "toolchain_selector",
22284 "tracing",
22285 "ui",
22286 "ui_prompt",
22287 "url",
22288 "urlencoding",
22289 "util",
22290 "uuid",
22291 "vim",
22292 "vim_mode_setting",
22293 "watch",
22294 "web_search",
22295 "web_search_providers",
22296 "which_key",
22297 "windows 0.61.3",
22298 "winresource",
22299 "workspace",
22300 "zed-reqwest",
22301 "zed_actions",
22302 "zed_env_vars",
22303 "zlog",
22304 "zlog_settings",
22305 "ztracing",
22306]
22307
22308[[package]]
22309name = "zed-font-kit"
22310version = "0.14.1-zed"
22311source = "git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5#110523127440aefb11ce0cf280ae7c5071337ec5"
22312dependencies = [
22313 "bitflags 2.10.0",
22314 "byteorder",
22315 "core-foundation 0.10.0",
22316 "core-graphics 0.24.0",
22317 "core-text",
22318 "dirs 5.0.1",
22319 "dwrote",
22320 "float-ord",
22321 "freetype-sys",
22322 "lazy_static",
22323 "libc",
22324 "log",
22325 "pathfinder_geometry",
22326 "pathfinder_simd",
22327 "walkdir",
22328 "winapi",
22329 "yeslogic-fontconfig-sys",
22330]
22331
22332[[package]]
22333name = "zed-reqwest"
22334version = "0.12.15-zed"
22335source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22336dependencies = [
22337 "base64 0.22.1",
22338 "bytes 1.11.1",
22339 "encoding_rs",
22340 "futures-core",
22341 "futures-util",
22342 "h2 0.4.12",
22343 "http 1.3.1",
22344 "http-body 1.0.1",
22345 "http-body-util",
22346 "hyper 1.7.0",
22347 "hyper-rustls 0.27.7",
22348 "hyper-util",
22349 "ipnet",
22350 "js-sys",
22351 "log",
22352 "mime",
22353 "mime_guess",
22354 "once_cell",
22355 "percent-encoding",
22356 "pin-project-lite",
22357 "quinn",
22358 "rustls 0.23.33",
22359 "rustls-native-certs 0.8.2",
22360 "rustls-pemfile 2.2.0",
22361 "rustls-pki-types",
22362 "serde",
22363 "serde_json",
22364 "serde_urlencoded",
22365 "sync_wrapper 1.0.2",
22366 "system-configuration 0.6.1",
22367 "tokio",
22368 "tokio-rustls 0.26.2",
22369 "tokio-socks",
22370 "tokio-util",
22371 "tower 0.5.2",
22372 "tower-service",
22373 "url",
22374 "wasm-bindgen",
22375 "wasm-bindgen-futures",
22376 "wasm-streams",
22377 "web-sys",
22378 "windows-registry 0.4.0",
22379]
22380
22381[[package]]
22382name = "zed-scap"
22383version = "0.0.8-zed"
22384source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22385dependencies = [
22386 "anyhow",
22387 "cocoa 0.25.0",
22388 "core-graphics-helmer-fork",
22389 "log",
22390 "objc",
22391 "rand 0.8.5",
22392 "screencapturekit",
22393 "screencapturekit-sys",
22394 "sysinfo 0.31.4",
22395 "tao-core-video-sys",
22396 "windows 0.61.3",
22397 "windows-capture",
22398 "x11",
22399 "xcb",
22400]
22401
22402[[package]]
22403name = "zed-xim"
22404version = "0.4.0-zed"
22405source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22406dependencies = [
22407 "ahash 0.8.12",
22408 "hashbrown 0.14.5",
22409 "log",
22410 "x11rb",
22411 "xim-ctext",
22412 "xim-parser",
22413]
22414
22415[[package]]
22416name = "zed_actions"
22417version = "0.1.0"
22418dependencies = [
22419 "gpui",
22420 "schemars",
22421 "serde",
22422 "util",
22423 "uuid",
22424]
22425
22426[[package]]
22427name = "zed_credentials_provider"
22428version = "0.1.0"
22429dependencies = [
22430 "anyhow",
22431 "credentials_provider",
22432 "futures 0.3.32",
22433 "gpui",
22434 "paths",
22435 "release_channel",
22436 "serde",
22437 "serde_json",
22438]
22439
22440[[package]]
22441name = "zed_env_vars"
22442version = "0.1.0"
22443dependencies = [
22444 "env_var",
22445]
22446
22447[[package]]
22448name = "zed_extension_api"
22449version = "0.1.0"
22450source = "registry+https://github.com/rust-lang/crates.io-index"
22451checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22452dependencies = [
22453 "serde",
22454 "serde_json",
22455 "wit-bindgen 0.22.0",
22456]
22457
22458[[package]]
22459name = "zed_extension_api"
22460version = "0.7.0"
22461source = "registry+https://github.com/rust-lang/crates.io-index"
22462checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22463dependencies = [
22464 "serde",
22465 "serde_json",
22466 "wit-bindgen 0.41.0",
22467]
22468
22469[[package]]
22470name = "zed_extension_api"
22471version = "0.8.0"
22472dependencies = [
22473 "serde",
22474 "serde_json",
22475 "wit-bindgen 0.41.0",
22476]
22477
22478[[package]]
22479name = "zed_glsl"
22480version = "0.2.3"
22481dependencies = [
22482 "zed_extension_api 0.1.0",
22483]
22484
22485[[package]]
22486name = "zed_html"
22487version = "0.3.1"
22488dependencies = [
22489 "zed_extension_api 0.7.0",
22490]
22491
22492[[package]]
22493name = "zed_proto"
22494version = "0.3.2"
22495dependencies = [
22496 "zed_extension_api 0.7.0",
22497]
22498
22499[[package]]
22500name = "zed_test_extension"
22501version = "0.1.0"
22502dependencies = [
22503 "zed_extension_api 0.8.0",
22504]
22505
22506[[package]]
22507name = "zeno"
22508version = "0.3.3"
22509source = "registry+https://github.com/rust-lang/crates.io-index"
22510checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22511
22512[[package]]
22513name = "zerocopy"
22514version = "0.8.27"
22515source = "registry+https://github.com/rust-lang/crates.io-index"
22516checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22517dependencies = [
22518 "zerocopy-derive",
22519]
22520
22521[[package]]
22522name = "zerocopy-derive"
22523version = "0.8.27"
22524source = "registry+https://github.com/rust-lang/crates.io-index"
22525checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22526dependencies = [
22527 "proc-macro2",
22528 "quote",
22529 "syn 2.0.117",
22530]
22531
22532[[package]]
22533name = "zerofrom"
22534version = "0.1.6"
22535source = "registry+https://github.com/rust-lang/crates.io-index"
22536checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22537dependencies = [
22538 "zerofrom-derive",
22539]
22540
22541[[package]]
22542name = "zerofrom-derive"
22543version = "0.1.6"
22544source = "registry+https://github.com/rust-lang/crates.io-index"
22545checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22546dependencies = [
22547 "proc-macro2",
22548 "quote",
22549 "syn 2.0.117",
22550 "synstructure",
22551]
22552
22553[[package]]
22554name = "zeroize"
22555version = "1.8.2"
22556source = "registry+https://github.com/rust-lang/crates.io-index"
22557checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22558dependencies = [
22559 "zeroize_derive",
22560]
22561
22562[[package]]
22563name = "zeroize_derive"
22564version = "1.4.2"
22565source = "registry+https://github.com/rust-lang/crates.io-index"
22566checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22567dependencies = [
22568 "proc-macro2",
22569 "quote",
22570 "syn 2.0.117",
22571]
22572
22573[[package]]
22574name = "zeromq"
22575version = "0.5.0"
22576source = "registry+https://github.com/rust-lang/crates.io-index"
22577checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22578dependencies = [
22579 "async-dispatcher",
22580 "async-std",
22581 "async-trait",
22582 "asynchronous-codec",
22583 "bytes 1.11.1",
22584 "crossbeam-queue",
22585 "futures 0.3.32",
22586 "log",
22587 "num-traits",
22588 "once_cell",
22589 "parking_lot",
22590 "rand 0.9.2",
22591 "regex",
22592 "scc",
22593 "thiserror 1.0.69",
22594 "uuid",
22595]
22596
22597[[package]]
22598name = "zerotrie"
22599version = "0.2.2"
22600source = "registry+https://github.com/rust-lang/crates.io-index"
22601checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22602dependencies = [
22603 "displaydoc",
22604 "yoke 0.8.0",
22605 "zerofrom",
22606]
22607
22608[[package]]
22609name = "zerovec"
22610version = "0.11.4"
22611source = "registry+https://github.com/rust-lang/crates.io-index"
22612checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22613dependencies = [
22614 "yoke 0.8.0",
22615 "zerofrom",
22616 "zerovec-derive",
22617]
22618
22619[[package]]
22620name = "zerovec-derive"
22621version = "0.11.1"
22622source = "registry+https://github.com/rust-lang/crates.io-index"
22623checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22624dependencies = [
22625 "proc-macro2",
22626 "quote",
22627 "syn 2.0.117",
22628]
22629
22630[[package]]
22631name = "zeta_prompt"
22632version = "0.1.0"
22633dependencies = [
22634 "anyhow",
22635 "imara-diff",
22636 "indoc",
22637 "serde",
22638 "strum 0.27.2",
22639]
22640
22641[[package]]
22642name = "zip"
22643version = "0.6.6"
22644source = "registry+https://github.com/rust-lang/crates.io-index"
22645checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22646dependencies = [
22647 "aes",
22648 "byteorder",
22649 "bzip2 0.4.4",
22650 "constant_time_eq",
22651 "crc32fast",
22652 "crossbeam-utils",
22653 "flate2",
22654 "hmac",
22655 "pbkdf2 0.11.0",
22656 "sha1",
22657 "time",
22658 "zstd",
22659]
22660
22661[[package]]
22662name = "zip"
22663version = "1.1.4"
22664source = "registry+https://github.com/rust-lang/crates.io-index"
22665checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22666dependencies = [
22667 "arbitrary",
22668 "crc32fast",
22669 "crossbeam-utils",
22670 "displaydoc",
22671 "indexmap",
22672 "num_enum",
22673 "thiserror 1.0.69",
22674]
22675
22676[[package]]
22677name = "zlog"
22678version = "0.1.0"
22679dependencies = [
22680 "anyhow",
22681 "chrono",
22682 "collections",
22683 "log",
22684 "tempfile",
22685]
22686
22687[[package]]
22688name = "zlog_settings"
22689version = "0.1.0"
22690dependencies = [
22691 "collections",
22692 "gpui",
22693 "settings",
22694 "zlog",
22695]
22696
22697[[package]]
22698name = "zstd"
22699version = "0.11.2+zstd.1.5.2"
22700source = "registry+https://github.com/rust-lang/crates.io-index"
22701checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22702dependencies = [
22703 "zstd-safe",
22704]
22705
22706[[package]]
22707name = "zstd-safe"
22708version = "5.0.2+zstd.1.5.2"
22709source = "registry+https://github.com/rust-lang/crates.io-index"
22710checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22711dependencies = [
22712 "libc",
22713 "zstd-sys",
22714]
22715
22716[[package]]
22717name = "zstd-sys"
22718version = "2.0.16+zstd.1.5.7"
22719source = "registry+https://github.com/rust-lang/crates.io-index"
22720checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22721dependencies = [
22722 "cc",
22723 "pkg-config",
22724]
22725
22726[[package]]
22727name = "ztracing"
22728version = "0.1.0"
22729dependencies = [
22730 "tracing",
22731 "tracing-subscriber",
22732 "tracing-tracy",
22733 "tracy-client",
22734 "zlog",
22735 "ztracing_macro",
22736]
22737
22738[[package]]
22739name = "ztracing_macro"
22740version = "0.1.0"
22741
22742[[package]]
22743name = "zune-core"
22744version = "0.4.12"
22745source = "registry+https://github.com/rust-lang/crates.io-index"
22746checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22747
22748[[package]]
22749name = "zune-inflate"
22750version = "0.2.54"
22751source = "registry+https://github.com/rust-lang/crates.io-index"
22752checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22753dependencies = [
22754 "simd-adler32",
22755]
22756
22757[[package]]
22758name = "zune-jpeg"
22759version = "0.4.21"
22760source = "registry+https://github.com/rust-lang/crates.io-index"
22761checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22762dependencies = [
22763 "zune-core",
22764]
22765
22766[[package]]
22767name = "zvariant"
22768version = "5.9.2"
22769source = "registry+https://github.com/rust-lang/crates.io-index"
22770checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22771dependencies = [
22772 "endi",
22773 "enumflags2",
22774 "serde",
22775 "serde_bytes",
22776 "winnow",
22777 "zvariant_derive",
22778 "zvariant_utils",
22779]
22780
22781[[package]]
22782name = "zvariant_derive"
22783version = "5.9.2"
22784source = "registry+https://github.com/rust-lang/crates.io-index"
22785checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22786dependencies = [
22787 "proc-macro-crate",
22788 "proc-macro2",
22789 "quote",
22790 "syn 2.0.117",
22791 "zvariant_utils",
22792]
22793
22794[[package]]
22795name = "zvariant_utils"
22796version = "3.3.0"
22797source = "registry+https://github.com/rust-lang/crates.io-index"
22798checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22799dependencies = [
22800 "proc-macro2",
22801 "quote",
22802 "serde",
22803 "syn 2.0.117",
22804 "winnow",
22805]