Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "feature_flags",
   18 "file_icons",
   19 "futures 0.3.32",
   20 "gpui",
   21 "image",
   22 "indoc",
   23 "itertools 0.14.0",
   24 "language",
   25 "language_model",
   26 "log",
   27 "markdown",
   28 "multi_buffer",
   29 "parking_lot",
   30 "portable-pty",
   31 "project",
   32 "prompt_store",
   33 "rand 0.9.3",
   34 "serde",
   35 "serde_json",
   36 "settings",
   37 "smol",
   38 "task",
   39 "telemetry",
   40 "terminal",
   41 "text",
   42 "ui",
   43 "url",
   44 "urlencoding",
   45 "util",
   46 "uuid",
   47 "watch",
   48]
   49
   50[[package]]
   51name = "acp_tools"
   52version = "0.1.0"
   53dependencies = [
   54 "agent-client-protocol",
   55 "collections",
   56 "gpui",
   57 "language",
   58 "markdown",
   59 "project",
   60 "serde",
   61 "serde_json",
   62 "settings",
   63 "theme_settings",
   64 "ui",
   65 "util",
   66 "workspace",
   67]
   68
   69[[package]]
   70name = "action_log"
   71version = "0.1.0"
   72dependencies = [
   73 "anyhow",
   74 "buffer_diff",
   75 "clock",
   76 "collections",
   77 "ctor",
   78 "fs",
   79 "futures 0.3.32",
   80 "git",
   81 "gpui",
   82 "language",
   83 "log",
   84 "pretty_assertions",
   85 "project",
   86 "rand 0.9.3",
   87 "serde_json",
   88 "settings",
   89 "telemetry",
   90 "text",
   91 "util",
   92 "watch",
   93 "zlog",
   94]
   95
   96[[package]]
   97name = "activity_indicator"
   98version = "0.1.0"
   99dependencies = [
  100 "anyhow",
  101 "auto_update",
  102 "editor",
  103 "extension_host",
  104 "fs",
  105 "futures 0.3.32",
  106 "gpui",
  107 "language",
  108 "project",
  109 "proto",
  110 "smallvec",
  111 "ui",
  112 "util",
  113 "workspace",
  114]
  115
  116[[package]]
  117name = "addr2line"
  118version = "0.25.1"
  119source = "registry+https://github.com/rust-lang/crates.io-index"
  120checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  121dependencies = [
  122 "gimli",
  123]
  124
  125[[package]]
  126name = "adler2"
  127version = "2.0.1"
  128source = "registry+https://github.com/rust-lang/crates.io-index"
  129checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  130
  131[[package]]
  132name = "aes"
  133version = "0.8.4"
  134source = "registry+https://github.com/rust-lang/crates.io-index"
  135checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  136dependencies = [
  137 "cfg-if",
  138 "cipher",
  139 "cpufeatures",
  140 "zeroize",
  141]
  142
  143[[package]]
  144name = "agent"
  145version = "0.1.0"
  146dependencies = [
  147 "acp_thread",
  148 "action_log",
  149 "agent-client-protocol",
  150 "agent_servers",
  151 "agent_settings",
  152 "anyhow",
  153 "chrono",
  154 "client",
  155 "clock",
  156 "cloud_api_types",
  157 "cloud_llm_client",
  158 "collections",
  159 "context_server",
  160 "ctor",
  161 "db",
  162 "derive_more",
  163 "editor",
  164 "env_logger 0.11.8",
  165 "eval_utils",
  166 "feature_flags",
  167 "fs",
  168 "futures 0.3.32",
  169 "git",
  170 "gpui",
  171 "gpui_tokio",
  172 "handlebars 4.5.0",
  173 "heck 0.5.0",
  174 "html_to_markdown",
  175 "http_client",
  176 "indoc",
  177 "itertools 0.14.0",
  178 "language",
  179 "language_model",
  180 "language_models",
  181 "log",
  182 "lsp",
  183 "open",
  184 "parking_lot",
  185 "paths",
  186 "pretty_assertions",
  187 "project",
  188 "prompt_store",
  189 "rand 0.9.3",
  190 "regex",
  191 "reqwest_client",
  192 "rust-embed",
  193 "schemars",
  194 "serde",
  195 "serde_json",
  196 "settings",
  197 "shell_command_parser",
  198 "smallvec",
  199 "smol",
  200 "sqlez",
  201 "streaming_diff",
  202 "strsim",
  203 "task",
  204 "telemetry",
  205 "tempfile",
  206 "text",
  207 "theme",
  208 "thiserror 2.0.17",
  209 "ui",
  210 "unindent",
  211 "url",
  212 "util",
  213 "uuid",
  214 "watch",
  215 "web_search",
  216 "zed_env_vars",
  217 "zlog",
  218 "zstd",
  219]
  220
  221[[package]]
  222name = "agent-client-protocol"
  223version = "0.10.2"
  224source = "registry+https://github.com/rust-lang/crates.io-index"
  225checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  226dependencies = [
  227 "agent-client-protocol-schema",
  228 "anyhow",
  229 "async-broadcast",
  230 "async-trait",
  231 "derive_more",
  232 "futures 0.3.32",
  233 "log",
  234 "serde",
  235 "serde_json",
  236]
  237
  238[[package]]
  239name = "agent-client-protocol-schema"
  240version = "0.11.2"
  241source = "registry+https://github.com/rust-lang/crates.io-index"
  242checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  243dependencies = [
  244 "anyhow",
  245 "derive_more",
  246 "schemars",
  247 "serde",
  248 "serde_json",
  249 "strum 0.28.0",
  250]
  251
  252[[package]]
  253name = "agent_servers"
  254version = "0.1.0"
  255dependencies = [
  256 "acp_thread",
  257 "acp_tools",
  258 "action_log",
  259 "agent-client-protocol",
  260 "anyhow",
  261 "async-pipe",
  262 "async-trait",
  263 "chrono",
  264 "client",
  265 "collections",
  266 "env_logger 0.11.8",
  267 "feature_flags",
  268 "fs",
  269 "futures 0.3.32",
  270 "google_ai",
  271 "gpui",
  272 "gpui_tokio",
  273 "http_client",
  274 "indoc",
  275 "language_model",
  276 "libc",
  277 "log",
  278 "nix 0.29.0",
  279 "project",
  280 "release_channel",
  281 "remote",
  282 "reqwest_client",
  283 "serde",
  284 "serde_json",
  285 "settings",
  286 "smol",
  287 "task",
  288 "tempfile",
  289 "terminal",
  290 "thiserror 2.0.17",
  291 "ui",
  292 "util",
  293 "uuid",
  294 "watch",
  295 "zed_credentials_provider",
  296]
  297
  298[[package]]
  299name = "agent_settings"
  300version = "0.1.0"
  301dependencies = [
  302 "agent-client-protocol",
  303 "anyhow",
  304 "collections",
  305 "convert_case 0.8.0",
  306 "fs",
  307 "futures 0.3.32",
  308 "gpui",
  309 "language_model",
  310 "log",
  311 "paths",
  312 "project",
  313 "regex",
  314 "schemars",
  315 "serde",
  316 "serde_json",
  317 "serde_json_lenient",
  318 "settings",
  319 "util",
  320]
  321
  322[[package]]
  323name = "agent_ui"
  324version = "0.1.0"
  325dependencies = [
  326 "acp_thread",
  327 "action_log",
  328 "agent",
  329 "agent-client-protocol",
  330 "agent_servers",
  331 "agent_settings",
  332 "ai_onboarding",
  333 "anyhow",
  334 "audio",
  335 "base64 0.22.1",
  336 "buffer_diff",
  337 "chrono",
  338 "client",
  339 "clock",
  340 "cloud_api_types",
  341 "collections",
  342 "command_palette_hooks",
  343 "component",
  344 "context_server",
  345 "db",
  346 "editor",
  347 "eval_utils",
  348 "extension",
  349 "extension_host",
  350 "feature_flags",
  351 "file_icons",
  352 "fs",
  353 "futures 0.3.32",
  354 "fuzzy",
  355 "git",
  356 "gpui",
  357 "gpui_tokio",
  358 "heapless",
  359 "html_to_markdown",
  360 "http_client",
  361 "image",
  362 "indoc",
  363 "itertools 0.14.0",
  364 "jsonschema",
  365 "language",
  366 "language_model",
  367 "language_models",
  368 "languages",
  369 "log",
  370 "lsp",
  371 "markdown",
  372 "menu",
  373 "multi_buffer",
  374 "node_runtime",
  375 "notifications",
  376 "ordered-float 2.10.1",
  377 "parking_lot",
  378 "paths",
  379 "picker",
  380 "postage",
  381 "pretty_assertions",
  382 "project",
  383 "prompt_store",
  384 "proto",
  385 "rand 0.9.3",
  386 "release_channel",
  387 "remote",
  388 "remote_connection",
  389 "remote_server",
  390 "reqwest_client",
  391 "rope",
  392 "rules_library",
  393 "schemars",
  394 "semver",
  395 "serde",
  396 "serde_json",
  397 "serde_json_lenient",
  398 "settings",
  399 "smol",
  400 "streaming_diff",
  401 "task",
  402 "telemetry",
  403 "tempfile",
  404 "terminal",
  405 "terminal_view",
  406 "text",
  407 "theme",
  408 "theme_settings",
  409 "time",
  410 "time_format",
  411 "tree-sitter-md",
  412 "ui",
  413 "ui_input",
  414 "unindent",
  415 "url",
  416 "util",
  417 "uuid",
  418 "watch",
  419 "workspace",
  420 "zed_actions",
  421]
  422
  423[[package]]
  424name = "ahash"
  425version = "0.7.8"
  426source = "registry+https://github.com/rust-lang/crates.io-index"
  427checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  428dependencies = [
  429 "getrandom 0.2.16",
  430 "once_cell",
  431 "version_check",
  432]
  433
  434[[package]]
  435name = "ahash"
  436version = "0.8.12"
  437source = "registry+https://github.com/rust-lang/crates.io-index"
  438checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  439dependencies = [
  440 "cfg-if",
  441 "const-random",
  442 "getrandom 0.3.4",
  443 "once_cell",
  444 "serde",
  445 "version_check",
  446 "zerocopy",
  447]
  448
  449[[package]]
  450name = "aho-corasick"
  451version = "1.1.3"
  452source = "registry+https://github.com/rust-lang/crates.io-index"
  453checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  454dependencies = [
  455 "memchr",
  456]
  457
  458[[package]]
  459name = "ai_onboarding"
  460version = "0.1.0"
  461dependencies = [
  462 "client",
  463 "cloud_api_types",
  464 "component",
  465 "gpui",
  466 "language_model",
  467 "serde",
  468 "smallvec",
  469 "telemetry",
  470 "ui",
  471 "zed_actions",
  472]
  473
  474[[package]]
  475name = "alacritty_terminal"
  476version = "0.25.1"
  477source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  478dependencies = [
  479 "base64 0.22.1",
  480 "bitflags 2.10.0",
  481 "home",
  482 "libc",
  483 "log",
  484 "mach2 0.5.0",
  485 "miow",
  486 "parking_lot",
  487 "piper",
  488 "polling",
  489 "regex-automata",
  490 "rustix 1.1.2",
  491 "rustix-openpty",
  492 "serde",
  493 "signal-hook",
  494 "unicode-width",
  495 "vte",
  496 "windows-sys 0.59.0",
  497]
  498
  499[[package]]
  500name = "aliasable"
  501version = "0.1.3"
  502source = "registry+https://github.com/rust-lang/crates.io-index"
  503checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  504
  505[[package]]
  506name = "aligned-vec"
  507version = "0.6.4"
  508source = "registry+https://github.com/rust-lang/crates.io-index"
  509checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  510dependencies = [
  511 "equator",
  512]
  513
  514[[package]]
  515name = "allocator-api2"
  516version = "0.2.21"
  517source = "registry+https://github.com/rust-lang/crates.io-index"
  518checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  519
  520[[package]]
  521name = "alsa"
  522version = "0.10.0"
  523source = "registry+https://github.com/rust-lang/crates.io-index"
  524checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  525dependencies = [
  526 "alsa-sys",
  527 "bitflags 2.10.0",
  528 "cfg-if",
  529 "libc",
  530]
  531
  532[[package]]
  533name = "alsa-sys"
  534version = "0.3.1"
  535source = "registry+https://github.com/rust-lang/crates.io-index"
  536checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  537dependencies = [
  538 "libc",
  539 "pkg-config",
  540]
  541
  542[[package]]
  543name = "ambient-authority"
  544version = "0.0.2"
  545source = "registry+https://github.com/rust-lang/crates.io-index"
  546checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  547
  548[[package]]
  549name = "ammonia"
  550version = "4.1.2"
  551source = "registry+https://github.com/rust-lang/crates.io-index"
  552checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  553dependencies = [
  554 "cssparser",
  555 "html5ever 0.35.0",
  556 "maplit",
  557 "tendril",
  558 "url",
  559]
  560
  561[[package]]
  562name = "android_system_properties"
  563version = "0.1.5"
  564source = "registry+https://github.com/rust-lang/crates.io-index"
  565checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  566dependencies = [
  567 "libc",
  568]
  569
  570[[package]]
  571name = "anes"
  572version = "0.1.6"
  573source = "registry+https://github.com/rust-lang/crates.io-index"
  574checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  575
  576[[package]]
  577name = "annotate-snippets"
  578version = "0.12.12"
  579source = "registry+https://github.com/rust-lang/crates.io-index"
  580checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  581dependencies = [
  582 "anstyle",
  583 "memchr",
  584 "unicode-width",
  585]
  586
  587[[package]]
  588name = "anstream"
  589version = "0.6.21"
  590source = "registry+https://github.com/rust-lang/crates.io-index"
  591checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  592dependencies = [
  593 "anstyle",
  594 "anstyle-parse",
  595 "anstyle-query",
  596 "anstyle-wincon",
  597 "colorchoice",
  598 "is_terminal_polyfill",
  599 "utf8parse",
  600]
  601
  602[[package]]
  603name = "anstyle"
  604version = "1.0.13"
  605source = "registry+https://github.com/rust-lang/crates.io-index"
  606checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  607
  608[[package]]
  609name = "anstyle-parse"
  610version = "0.2.7"
  611source = "registry+https://github.com/rust-lang/crates.io-index"
  612checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  613dependencies = [
  614 "utf8parse",
  615]
  616
  617[[package]]
  618name = "anstyle-query"
  619version = "1.1.4"
  620source = "registry+https://github.com/rust-lang/crates.io-index"
  621checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  622dependencies = [
  623 "windows-sys 0.60.2",
  624]
  625
  626[[package]]
  627name = "anstyle-wincon"
  628version = "3.0.10"
  629source = "registry+https://github.com/rust-lang/crates.io-index"
  630checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  631dependencies = [
  632 "anstyle",
  633 "once_cell_polyfill",
  634 "windows-sys 0.60.2",
  635]
  636
  637[[package]]
  638name = "anthropic"
  639version = "0.1.0"
  640dependencies = [
  641 "anyhow",
  642 "chrono",
  643 "collections",
  644 "futures 0.3.32",
  645 "http_client",
  646 "language_model_core",
  647 "log",
  648 "schemars",
  649 "serde",
  650 "serde_json",
  651 "strum 0.27.2",
  652 "thiserror 2.0.17",
  653 "tiktoken-rs",
  654]
  655
  656[[package]]
  657name = "any_vec"
  658version = "0.14.0"
  659source = "registry+https://github.com/rust-lang/crates.io-index"
  660checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  661
  662[[package]]
  663name = "anyhow"
  664version = "1.0.100"
  665source = "registry+https://github.com/rust-lang/crates.io-index"
  666checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  667
  668[[package]]
  669name = "approx"
  670version = "0.5.1"
  671source = "registry+https://github.com/rust-lang/crates.io-index"
  672checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  673dependencies = [
  674 "num-traits",
  675]
  676
  677[[package]]
  678name = "ar_archive_writer"
  679version = "0.5.1"
  680source = "registry+https://github.com/rust-lang/crates.io-index"
  681checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  682dependencies = [
  683 "object",
  684]
  685
  686[[package]]
  687name = "arbitrary"
  688version = "1.4.2"
  689source = "registry+https://github.com/rust-lang/crates.io-index"
  690checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  691dependencies = [
  692 "derive_arbitrary",
  693]
  694
  695[[package]]
  696name = "arc-swap"
  697version = "1.9.0"
  698source = "registry+https://github.com/rust-lang/crates.io-index"
  699checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  700dependencies = [
  701 "rustversion",
  702]
  703
  704[[package]]
  705name = "arg_enum_proc_macro"
  706version = "0.3.4"
  707source = "registry+https://github.com/rust-lang/crates.io-index"
  708checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  709dependencies = [
  710 "proc-macro2",
  711 "quote",
  712 "syn 2.0.117",
  713]
  714
  715[[package]]
  716name = "arraydeque"
  717version = "0.5.1"
  718source = "registry+https://github.com/rust-lang/crates.io-index"
  719checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  720
  721[[package]]
  722name = "arrayref"
  723version = "0.3.9"
  724source = "registry+https://github.com/rust-lang/crates.io-index"
  725checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  726
  727[[package]]
  728name = "arrayvec"
  729version = "0.7.6"
  730source = "registry+https://github.com/rust-lang/crates.io-index"
  731checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  732
  733[[package]]
  734name = "as-raw-xcb-connection"
  735version = "1.0.1"
  736source = "registry+https://github.com/rust-lang/crates.io-index"
  737checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  738
  739[[package]]
  740name = "ascii"
  741version = "1.1.0"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  744
  745[[package]]
  746name = "ash"
  747version = "0.38.0+1.3.281"
  748source = "registry+https://github.com/rust-lang/crates.io-index"
  749checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  750dependencies = [
  751 "libloading",
  752]
  753
  754[[package]]
  755name = "ashpd"
  756version = "0.13.2"
  757source = "registry+https://github.com/rust-lang/crates.io-index"
  758checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  759dependencies = [
  760 "enumflags2",
  761 "futures-channel",
  762 "futures-util",
  763 "getrandom 0.4.1",
  764 "serde",
  765 "serde_repr",
  766 "wayland-backend",
  767 "wayland-client",
  768 "wayland-protocols",
  769 "zbus",
  770]
  771
  772[[package]]
  773name = "askpass"
  774version = "0.1.0"
  775dependencies = [
  776 "anyhow",
  777 "futures 0.3.32",
  778 "gpui",
  779 "log",
  780 "net",
  781 "smol",
  782 "tempfile",
  783 "util",
  784 "windows 0.61.3",
  785 "zeroize",
  786]
  787
  788[[package]]
  789name = "assets"
  790version = "0.1.0"
  791dependencies = [
  792 "anyhow",
  793 "gpui",
  794 "rust-embed",
  795]
  796
  797[[package]]
  798name = "async-attributes"
  799version = "1.1.2"
  800source = "registry+https://github.com/rust-lang/crates.io-index"
  801checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  802dependencies = [
  803 "quote",
  804 "syn 1.0.109",
  805]
  806
  807[[package]]
  808name = "async-broadcast"
  809version = "0.7.2"
  810source = "registry+https://github.com/rust-lang/crates.io-index"
  811checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  812dependencies = [
  813 "event-listener 5.4.1",
  814 "event-listener-strategy",
  815 "futures-core",
  816 "pin-project-lite",
  817]
  818
  819[[package]]
  820name = "async-channel"
  821version = "1.9.0"
  822source = "registry+https://github.com/rust-lang/crates.io-index"
  823checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  824dependencies = [
  825 "concurrent-queue",
  826 "event-listener 2.5.3",
  827 "futures-core",
  828]
  829
  830[[package]]
  831name = "async-channel"
  832version = "2.5.0"
  833source = "registry+https://github.com/rust-lang/crates.io-index"
  834checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  835dependencies = [
  836 "concurrent-queue",
  837 "event-listener-strategy",
  838 "futures-core",
  839 "pin-project-lite",
  840]
  841
  842[[package]]
  843name = "async-compat"
  844version = "0.2.5"
  845source = "registry+https://github.com/rust-lang/crates.io-index"
  846checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  847dependencies = [
  848 "futures-core",
  849 "futures-io",
  850 "once_cell",
  851 "pin-project-lite",
  852 "tokio",
  853]
  854
  855[[package]]
  856name = "async-compression"
  857version = "0.4.32"
  858source = "registry+https://github.com/rust-lang/crates.io-index"
  859checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  860dependencies = [
  861 "compression-codecs",
  862 "compression-core",
  863 "futures-core",
  864 "futures-io",
  865 "pin-project-lite",
  866]
  867
  868[[package]]
  869name = "async-dispatcher"
  870version = "0.1.2"
  871source = "registry+https://github.com/rust-lang/crates.io-index"
  872checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  873dependencies = [
  874 "async-task",
  875 "futures-lite 1.13.0",
  876]
  877
  878[[package]]
  879name = "async-executor"
  880version = "1.13.3"
  881source = "registry+https://github.com/rust-lang/crates.io-index"
  882checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  883dependencies = [
  884 "async-task",
  885 "concurrent-queue",
  886 "fastrand 2.3.0",
  887 "futures-lite 2.6.1",
  888 "pin-project-lite",
  889 "slab",
  890]
  891
  892[[package]]
  893name = "async-fs"
  894version = "2.2.0"
  895source = "registry+https://github.com/rust-lang/crates.io-index"
  896checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  897dependencies = [
  898 "async-lock 3.4.2",
  899 "blocking",
  900 "futures-lite 2.6.1",
  901]
  902
  903[[package]]
  904name = "async-global-executor"
  905version = "2.4.1"
  906source = "registry+https://github.com/rust-lang/crates.io-index"
  907checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  908dependencies = [
  909 "async-channel 2.5.0",
  910 "async-executor",
  911 "async-io",
  912 "async-lock 3.4.2",
  913 "blocking",
  914 "futures-lite 2.6.1",
  915 "once_cell",
  916]
  917
  918[[package]]
  919name = "async-io"
  920version = "2.6.0"
  921source = "registry+https://github.com/rust-lang/crates.io-index"
  922checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  923dependencies = [
  924 "autocfg",
  925 "cfg-if",
  926 "concurrent-queue",
  927 "futures-io",
  928 "futures-lite 2.6.1",
  929 "parking",
  930 "polling",
  931 "rustix 1.1.2",
  932 "slab",
  933 "windows-sys 0.61.2",
  934]
  935
  936[[package]]
  937name = "async-lock"
  938version = "2.8.0"
  939source = "registry+https://github.com/rust-lang/crates.io-index"
  940checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  941dependencies = [
  942 "event-listener 2.5.3",
  943]
  944
  945[[package]]
  946name = "async-lock"
  947version = "3.4.2"
  948source = "registry+https://github.com/rust-lang/crates.io-index"
  949checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  950dependencies = [
  951 "event-listener 5.4.1",
  952 "event-listener-strategy",
  953 "pin-project-lite",
  954]
  955
  956[[package]]
  957name = "async-net"
  958version = "2.0.0"
  959source = "registry+https://github.com/rust-lang/crates.io-index"
  960checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  961dependencies = [
  962 "async-io",
  963 "blocking",
  964 "futures-lite 2.6.1",
  965]
  966
  967[[package]]
  968name = "async-pipe"
  969version = "0.1.3"
  970source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  971dependencies = [
  972 "futures 0.3.32",
  973 "log",
  974]
  975
  976[[package]]
  977name = "async-process"
  978version = "2.5.0"
  979source = "registry+https://github.com/rust-lang/crates.io-index"
  980checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  981dependencies = [
  982 "async-channel 2.5.0",
  983 "async-io",
  984 "async-lock 3.4.2",
  985 "async-signal",
  986 "async-task",
  987 "blocking",
  988 "cfg-if",
  989 "event-listener 5.4.1",
  990 "futures-lite 2.6.1",
  991 "rustix 1.1.2",
  992]
  993
  994[[package]]
  995name = "async-recursion"
  996version = "1.1.1"
  997source = "registry+https://github.com/rust-lang/crates.io-index"
  998checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
  999dependencies = [
 1000 "proc-macro2",
 1001 "quote",
 1002 "syn 2.0.117",
 1003]
 1004
 1005[[package]]
 1006name = "async-signal"
 1007version = "0.2.13"
 1008source = "registry+https://github.com/rust-lang/crates.io-index"
 1009checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1010dependencies = [
 1011 "async-io",
 1012 "async-lock 3.4.2",
 1013 "atomic-waker",
 1014 "cfg-if",
 1015 "futures-core",
 1016 "futures-io",
 1017 "rustix 1.1.2",
 1018 "signal-hook-registry",
 1019 "slab",
 1020 "windows-sys 0.61.2",
 1021]
 1022
 1023[[package]]
 1024name = "async-std"
 1025version = "1.13.2"
 1026source = "registry+https://github.com/rust-lang/crates.io-index"
 1027checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1028dependencies = [
 1029 "async-attributes",
 1030 "async-channel 1.9.0",
 1031 "async-global-executor",
 1032 "async-io",
 1033 "async-lock 3.4.2",
 1034 "async-process",
 1035 "crossbeam-utils",
 1036 "futures-channel",
 1037 "futures-core",
 1038 "futures-io",
 1039 "futures-lite 2.6.1",
 1040 "gloo-timers",
 1041 "kv-log-macro",
 1042 "log",
 1043 "memchr",
 1044 "once_cell",
 1045 "pin-project-lite",
 1046 "pin-utils",
 1047 "slab",
 1048 "wasm-bindgen-futures",
 1049]
 1050
 1051[[package]]
 1052name = "async-stream"
 1053version = "0.3.6"
 1054source = "registry+https://github.com/rust-lang/crates.io-index"
 1055checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1056dependencies = [
 1057 "async-stream-impl",
 1058 "futures-core",
 1059 "pin-project-lite",
 1060]
 1061
 1062[[package]]
 1063name = "async-stream-impl"
 1064version = "0.3.6"
 1065source = "registry+https://github.com/rust-lang/crates.io-index"
 1066checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1067dependencies = [
 1068 "proc-macro2",
 1069 "quote",
 1070 "syn 2.0.117",
 1071]
 1072
 1073[[package]]
 1074name = "async-tar"
 1075version = "0.5.1"
 1076source = "registry+https://github.com/rust-lang/crates.io-index"
 1077checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1078dependencies = [
 1079 "async-std",
 1080 "filetime",
 1081 "libc",
 1082 "pin-project",
 1083 "redox_syscall 0.2.16",
 1084 "xattr",
 1085]
 1086
 1087[[package]]
 1088name = "async-task"
 1089version = "4.7.1"
 1090source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1091
 1092[[package]]
 1093name = "async-trait"
 1094version = "0.1.89"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1097dependencies = [
 1098 "proc-macro2",
 1099 "quote",
 1100 "syn 2.0.117",
 1101]
 1102
 1103[[package]]
 1104name = "async-tungstenite"
 1105version = "0.31.0"
 1106source = "registry+https://github.com/rust-lang/crates.io-index"
 1107checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1108dependencies = [
 1109 "atomic-waker",
 1110 "futures-core",
 1111 "futures-io",
 1112 "futures-task",
 1113 "futures-util",
 1114 "log",
 1115 "pin-project-lite",
 1116 "rustls-pki-types",
 1117 "tokio",
 1118 "tokio-rustls 0.26.2",
 1119 "tungstenite 0.27.0",
 1120]
 1121
 1122[[package]]
 1123name = "async_zip"
 1124version = "0.0.18"
 1125source = "registry+https://github.com/rust-lang/crates.io-index"
 1126checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1127dependencies = [
 1128 "async-compression",
 1129 "crc32fast",
 1130 "futures-lite 2.6.1",
 1131 "pin-project",
 1132 "thiserror 2.0.17",
 1133]
 1134
 1135[[package]]
 1136name = "asynchronous-codec"
 1137version = "0.7.0"
 1138source = "registry+https://github.com/rust-lang/crates.io-index"
 1139checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1140dependencies = [
 1141 "bytes 1.11.1",
 1142 "futures-sink",
 1143 "futures-util",
 1144 "memchr",
 1145 "pin-project-lite",
 1146]
 1147
 1148[[package]]
 1149name = "atoi"
 1150version = "2.0.0"
 1151source = "registry+https://github.com/rust-lang/crates.io-index"
 1152checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1153dependencies = [
 1154 "num-traits",
 1155]
 1156
 1157[[package]]
 1158name = "atomic"
 1159version = "0.5.3"
 1160source = "registry+https://github.com/rust-lang/crates.io-index"
 1161checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1162
 1163[[package]]
 1164name = "atomic-waker"
 1165version = "1.1.2"
 1166source = "registry+https://github.com/rust-lang/crates.io-index"
 1167checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1168
 1169[[package]]
 1170name = "audio"
 1171version = "0.1.0"
 1172dependencies = [
 1173 "anyhow",
 1174 "collections",
 1175 "cpal",
 1176 "crossbeam",
 1177 "denoise",
 1178 "gpui",
 1179 "libwebrtc",
 1180 "log",
 1181 "parking_lot",
 1182 "rodio",
 1183 "serde",
 1184 "settings",
 1185 "thiserror 2.0.17",
 1186 "util",
 1187]
 1188
 1189[[package]]
 1190name = "auditable-serde"
 1191version = "0.8.0"
 1192source = "registry+https://github.com/rust-lang/crates.io-index"
 1193checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1194dependencies = [
 1195 "semver",
 1196 "serde",
 1197 "serde_json",
 1198 "topological-sort",
 1199]
 1200
 1201[[package]]
 1202name = "auto_update"
 1203version = "0.1.0"
 1204dependencies = [
 1205 "anyhow",
 1206 "client",
 1207 "clock",
 1208 "ctor",
 1209 "db",
 1210 "futures 0.3.32",
 1211 "futures-lite 1.13.0",
 1212 "gpui",
 1213 "http_client",
 1214 "log",
 1215 "parking_lot",
 1216 "paths",
 1217 "release_channel",
 1218 "semver",
 1219 "serde",
 1220 "serde_json",
 1221 "settings",
 1222 "smol",
 1223 "tempfile",
 1224 "util",
 1225 "which 6.0.3",
 1226 "workspace",
 1227 "zlog",
 1228]
 1229
 1230[[package]]
 1231name = "auto_update_helper"
 1232version = "0.1.0"
 1233dependencies = [
 1234 "anyhow",
 1235 "log",
 1236 "scopeguard",
 1237 "simplelog",
 1238 "tempfile",
 1239 "windows 0.61.3",
 1240 "winresource",
 1241]
 1242
 1243[[package]]
 1244name = "auto_update_ui"
 1245version = "0.1.0"
 1246dependencies = [
 1247 "agent_settings",
 1248 "anyhow",
 1249 "auto_update",
 1250 "client",
 1251 "db",
 1252 "editor",
 1253 "fs",
 1254 "gpui",
 1255 "markdown_preview",
 1256 "release_channel",
 1257 "semver",
 1258 "serde",
 1259 "serde_json",
 1260 "smol",
 1261 "telemetry",
 1262 "ui",
 1263 "util",
 1264 "workspace",
 1265 "zed_actions",
 1266]
 1267
 1268[[package]]
 1269name = "autocfg"
 1270version = "1.5.0"
 1271source = "registry+https://github.com/rust-lang/crates.io-index"
 1272checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1273
 1274[[package]]
 1275name = "av1-grain"
 1276version = "0.2.4"
 1277source = "registry+https://github.com/rust-lang/crates.io-index"
 1278checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1279dependencies = [
 1280 "anyhow",
 1281 "arrayvec",
 1282 "log",
 1283 "nom 7.1.3",
 1284 "num-rational",
 1285 "v_frame",
 1286]
 1287
 1288[[package]]
 1289name = "avif-serialize"
 1290version = "0.8.6"
 1291source = "registry+https://github.com/rust-lang/crates.io-index"
 1292checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1293dependencies = [
 1294 "arrayvec",
 1295]
 1296
 1297[[package]]
 1298name = "aws-config"
 1299version = "1.8.10"
 1300source = "registry+https://github.com/rust-lang/crates.io-index"
 1301checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1302dependencies = [
 1303 "aws-credential-types",
 1304 "aws-runtime",
 1305 "aws-sdk-sso",
 1306 "aws-sdk-ssooidc",
 1307 "aws-sdk-sts",
 1308 "aws-smithy-async",
 1309 "aws-smithy-http",
 1310 "aws-smithy-json",
 1311 "aws-smithy-runtime",
 1312 "aws-smithy-runtime-api",
 1313 "aws-smithy-types",
 1314 "aws-types",
 1315 "bytes 1.11.1",
 1316 "fastrand 2.3.0",
 1317 "hex",
 1318 "http 1.3.1",
 1319 "ring",
 1320 "time",
 1321 "tokio",
 1322 "tracing",
 1323 "url",
 1324 "zeroize",
 1325]
 1326
 1327[[package]]
 1328name = "aws-credential-types"
 1329version = "1.2.10"
 1330source = "registry+https://github.com/rust-lang/crates.io-index"
 1331checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1332dependencies = [
 1333 "aws-smithy-async",
 1334 "aws-smithy-runtime-api",
 1335 "aws-smithy-types",
 1336 "zeroize",
 1337]
 1338
 1339[[package]]
 1340name = "aws-lc-rs"
 1341version = "1.15.4"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1344dependencies = [
 1345 "aws-lc-sys",
 1346 "untrusted 0.7.1",
 1347 "zeroize",
 1348]
 1349
 1350[[package]]
 1351name = "aws-lc-sys"
 1352version = "0.37.0"
 1353source = "registry+https://github.com/rust-lang/crates.io-index"
 1354checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1355dependencies = [
 1356 "cc",
 1357 "cmake",
 1358 "dunce",
 1359 "fs_extra",
 1360]
 1361
 1362[[package]]
 1363name = "aws-runtime"
 1364version = "1.5.16"
 1365source = "registry+https://github.com/rust-lang/crates.io-index"
 1366checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1367dependencies = [
 1368 "aws-credential-types",
 1369 "aws-sigv4",
 1370 "aws-smithy-async",
 1371 "aws-smithy-eventstream",
 1372 "aws-smithy-http",
 1373 "aws-smithy-runtime",
 1374 "aws-smithy-runtime-api",
 1375 "aws-smithy-types",
 1376 "aws-types",
 1377 "bytes 1.11.1",
 1378 "fastrand 2.3.0",
 1379 "http 0.2.12",
 1380 "http-body 0.4.6",
 1381 "percent-encoding",
 1382 "pin-project-lite",
 1383 "tracing",
 1384 "uuid",
 1385]
 1386
 1387[[package]]
 1388name = "aws-sdk-bedrockruntime"
 1389version = "1.113.0"
 1390source = "registry+https://github.com/rust-lang/crates.io-index"
 1391checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1392dependencies = [
 1393 "aws-credential-types",
 1394 "aws-runtime",
 1395 "aws-sigv4",
 1396 "aws-smithy-async",
 1397 "aws-smithy-eventstream",
 1398 "aws-smithy-http",
 1399 "aws-smithy-json",
 1400 "aws-smithy-runtime",
 1401 "aws-smithy-runtime-api",
 1402 "aws-smithy-types",
 1403 "aws-types",
 1404 "bytes 1.11.1",
 1405 "fastrand 2.3.0",
 1406 "http 0.2.12",
 1407 "hyper 0.14.32",
 1408 "regex-lite",
 1409 "tracing",
 1410]
 1411
 1412[[package]]
 1413name = "aws-sdk-kinesis"
 1414version = "1.95.0"
 1415source = "registry+https://github.com/rust-lang/crates.io-index"
 1416checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1417dependencies = [
 1418 "aws-credential-types",
 1419 "aws-runtime",
 1420 "aws-smithy-async",
 1421 "aws-smithy-eventstream",
 1422 "aws-smithy-http",
 1423 "aws-smithy-json",
 1424 "aws-smithy-runtime",
 1425 "aws-smithy-runtime-api",
 1426 "aws-smithy-types",
 1427 "aws-types",
 1428 "bytes 1.11.1",
 1429 "fastrand 2.3.0",
 1430 "http 0.2.12",
 1431 "regex-lite",
 1432 "tracing",
 1433]
 1434
 1435[[package]]
 1436name = "aws-sdk-s3"
 1437version = "1.112.0"
 1438source = "registry+https://github.com/rust-lang/crates.io-index"
 1439checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1440dependencies = [
 1441 "aws-credential-types",
 1442 "aws-runtime",
 1443 "aws-sigv4",
 1444 "aws-smithy-async",
 1445 "aws-smithy-checksums",
 1446 "aws-smithy-eventstream",
 1447 "aws-smithy-http",
 1448 "aws-smithy-json",
 1449 "aws-smithy-runtime",
 1450 "aws-smithy-runtime-api",
 1451 "aws-smithy-types",
 1452 "aws-smithy-xml",
 1453 "aws-types",
 1454 "bytes 1.11.1",
 1455 "fastrand 2.3.0",
 1456 "hex",
 1457 "hmac",
 1458 "http 0.2.12",
 1459 "http 1.3.1",
 1460 "http-body 0.4.6",
 1461 "lru",
 1462 "percent-encoding",
 1463 "regex-lite",
 1464 "sha2",
 1465 "tracing",
 1466 "url",
 1467]
 1468
 1469[[package]]
 1470name = "aws-sdk-sso"
 1471version = "1.88.0"
 1472source = "registry+https://github.com/rust-lang/crates.io-index"
 1473checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1474dependencies = [
 1475 "aws-credential-types",
 1476 "aws-runtime",
 1477 "aws-smithy-async",
 1478 "aws-smithy-http",
 1479 "aws-smithy-json",
 1480 "aws-smithy-runtime",
 1481 "aws-smithy-runtime-api",
 1482 "aws-smithy-types",
 1483 "aws-types",
 1484 "bytes 1.11.1",
 1485 "fastrand 2.3.0",
 1486 "http 0.2.12",
 1487 "regex-lite",
 1488 "tracing",
 1489]
 1490
 1491[[package]]
 1492name = "aws-sdk-ssooidc"
 1493version = "1.90.0"
 1494source = "registry+https://github.com/rust-lang/crates.io-index"
 1495checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1496dependencies = [
 1497 "aws-credential-types",
 1498 "aws-runtime",
 1499 "aws-smithy-async",
 1500 "aws-smithy-http",
 1501 "aws-smithy-json",
 1502 "aws-smithy-runtime",
 1503 "aws-smithy-runtime-api",
 1504 "aws-smithy-types",
 1505 "aws-types",
 1506 "bytes 1.11.1",
 1507 "fastrand 2.3.0",
 1508 "http 0.2.12",
 1509 "regex-lite",
 1510 "tracing",
 1511]
 1512
 1513[[package]]
 1514name = "aws-sdk-sts"
 1515version = "1.90.0"
 1516source = "registry+https://github.com/rust-lang/crates.io-index"
 1517checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1518dependencies = [
 1519 "aws-credential-types",
 1520 "aws-runtime",
 1521 "aws-smithy-async",
 1522 "aws-smithy-http",
 1523 "aws-smithy-json",
 1524 "aws-smithy-query",
 1525 "aws-smithy-runtime",
 1526 "aws-smithy-runtime-api",
 1527 "aws-smithy-types",
 1528 "aws-smithy-xml",
 1529 "aws-types",
 1530 "fastrand 2.3.0",
 1531 "http 0.2.12",
 1532 "regex-lite",
 1533 "tracing",
 1534]
 1535
 1536[[package]]
 1537name = "aws-sigv4"
 1538version = "1.3.6"
 1539source = "registry+https://github.com/rust-lang/crates.io-index"
 1540checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1541dependencies = [
 1542 "aws-credential-types",
 1543 "aws-smithy-eventstream",
 1544 "aws-smithy-http",
 1545 "aws-smithy-runtime-api",
 1546 "aws-smithy-types",
 1547 "bytes 1.11.1",
 1548 "crypto-bigint 0.5.5",
 1549 "form_urlencoded",
 1550 "hex",
 1551 "hmac",
 1552 "http 0.2.12",
 1553 "http 1.3.1",
 1554 "p256",
 1555 "percent-encoding",
 1556 "ring",
 1557 "sha2",
 1558 "subtle",
 1559 "time",
 1560 "tracing",
 1561 "zeroize",
 1562]
 1563
 1564[[package]]
 1565name = "aws-smithy-async"
 1566version = "1.2.6"
 1567source = "registry+https://github.com/rust-lang/crates.io-index"
 1568checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1569dependencies = [
 1570 "futures-util",
 1571 "pin-project-lite",
 1572 "tokio",
 1573]
 1574
 1575[[package]]
 1576name = "aws-smithy-checksums"
 1577version = "0.63.11"
 1578source = "registry+https://github.com/rust-lang/crates.io-index"
 1579checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1580dependencies = [
 1581 "aws-smithy-http",
 1582 "aws-smithy-types",
 1583 "bytes 1.11.1",
 1584 "crc-fast",
 1585 "hex",
 1586 "http 0.2.12",
 1587 "http-body 0.4.6",
 1588 "md-5",
 1589 "pin-project-lite",
 1590 "sha1",
 1591 "sha2",
 1592 "tracing",
 1593]
 1594
 1595[[package]]
 1596name = "aws-smithy-eventstream"
 1597version = "0.60.13"
 1598source = "registry+https://github.com/rust-lang/crates.io-index"
 1599checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1600dependencies = [
 1601 "aws-smithy-types",
 1602 "bytes 1.11.1",
 1603 "crc32fast",
 1604]
 1605
 1606[[package]]
 1607name = "aws-smithy-http"
 1608version = "0.62.5"
 1609source = "registry+https://github.com/rust-lang/crates.io-index"
 1610checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1611dependencies = [
 1612 "aws-smithy-eventstream",
 1613 "aws-smithy-runtime-api",
 1614 "aws-smithy-types",
 1615 "bytes 1.11.1",
 1616 "bytes-utils",
 1617 "futures-core",
 1618 "futures-util",
 1619 "http 0.2.12",
 1620 "http 1.3.1",
 1621 "http-body 0.4.6",
 1622 "percent-encoding",
 1623 "pin-project-lite",
 1624 "pin-utils",
 1625 "tracing",
 1626]
 1627
 1628[[package]]
 1629name = "aws-smithy-http-client"
 1630version = "1.1.4"
 1631source = "registry+https://github.com/rust-lang/crates.io-index"
 1632checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1633dependencies = [
 1634 "aws-smithy-async",
 1635 "aws-smithy-runtime-api",
 1636 "aws-smithy-types",
 1637 "h2 0.3.27",
 1638 "h2 0.4.12",
 1639 "http 0.2.12",
 1640 "http 1.3.1",
 1641 "http-body 0.4.6",
 1642 "hyper 0.14.32",
 1643 "hyper 1.7.0",
 1644 "hyper-rustls 0.24.2",
 1645 "hyper-rustls 0.27.7",
 1646 "hyper-util",
 1647 "pin-project-lite",
 1648 "rustls 0.21.12",
 1649 "rustls 0.23.33",
 1650 "rustls-native-certs 0.8.2",
 1651 "rustls-pki-types",
 1652 "tokio",
 1653 "tokio-rustls 0.26.2",
 1654 "tower 0.5.2",
 1655 "tracing",
 1656]
 1657
 1658[[package]]
 1659name = "aws-smithy-json"
 1660version = "0.61.7"
 1661source = "registry+https://github.com/rust-lang/crates.io-index"
 1662checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1663dependencies = [
 1664 "aws-smithy-types",
 1665]
 1666
 1667[[package]]
 1668name = "aws-smithy-observability"
 1669version = "0.1.4"
 1670source = "registry+https://github.com/rust-lang/crates.io-index"
 1671checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1672dependencies = [
 1673 "aws-smithy-runtime-api",
 1674]
 1675
 1676[[package]]
 1677name = "aws-smithy-query"
 1678version = "0.60.8"
 1679source = "registry+https://github.com/rust-lang/crates.io-index"
 1680checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1681dependencies = [
 1682 "aws-smithy-types",
 1683 "urlencoding",
 1684]
 1685
 1686[[package]]
 1687name = "aws-smithy-runtime"
 1688version = "1.9.4"
 1689source = "registry+https://github.com/rust-lang/crates.io-index"
 1690checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1691dependencies = [
 1692 "aws-smithy-async",
 1693 "aws-smithy-http",
 1694 "aws-smithy-http-client",
 1695 "aws-smithy-observability",
 1696 "aws-smithy-runtime-api",
 1697 "aws-smithy-types",
 1698 "bytes 1.11.1",
 1699 "fastrand 2.3.0",
 1700 "http 0.2.12",
 1701 "http 1.3.1",
 1702 "http-body 0.4.6",
 1703 "http-body 1.0.1",
 1704 "pin-project-lite",
 1705 "pin-utils",
 1706 "tokio",
 1707 "tracing",
 1708]
 1709
 1710[[package]]
 1711name = "aws-smithy-runtime-api"
 1712version = "1.9.2"
 1713source = "registry+https://github.com/rust-lang/crates.io-index"
 1714checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1715dependencies = [
 1716 "aws-smithy-async",
 1717 "aws-smithy-types",
 1718 "bytes 1.11.1",
 1719 "http 0.2.12",
 1720 "http 1.3.1",
 1721 "pin-project-lite",
 1722 "tokio",
 1723 "tracing",
 1724 "zeroize",
 1725]
 1726
 1727[[package]]
 1728name = "aws-smithy-types"
 1729version = "1.3.4"
 1730source = "registry+https://github.com/rust-lang/crates.io-index"
 1731checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1732dependencies = [
 1733 "base64-simd",
 1734 "bytes 1.11.1",
 1735 "bytes-utils",
 1736 "futures-core",
 1737 "http 0.2.12",
 1738 "http 1.3.1",
 1739 "http-body 0.4.6",
 1740 "http-body 1.0.1",
 1741 "http-body-util",
 1742 "itoa",
 1743 "num-integer",
 1744 "pin-project-lite",
 1745 "pin-utils",
 1746 "ryu",
 1747 "serde",
 1748 "time",
 1749 "tokio",
 1750 "tokio-util",
 1751]
 1752
 1753[[package]]
 1754name = "aws-smithy-xml"
 1755version = "0.60.12"
 1756source = "registry+https://github.com/rust-lang/crates.io-index"
 1757checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1758dependencies = [
 1759 "xmlparser",
 1760]
 1761
 1762[[package]]
 1763name = "aws-types"
 1764version = "1.3.10"
 1765source = "registry+https://github.com/rust-lang/crates.io-index"
 1766checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1767dependencies = [
 1768 "aws-credential-types",
 1769 "aws-smithy-async",
 1770 "aws-smithy-runtime-api",
 1771 "aws-smithy-types",
 1772 "rustc_version",
 1773 "tracing",
 1774]
 1775
 1776[[package]]
 1777name = "aws_http_client"
 1778version = "0.1.0"
 1779dependencies = [
 1780 "aws-smithy-runtime-api",
 1781 "aws-smithy-types",
 1782 "http_client",
 1783]
 1784
 1785[[package]]
 1786name = "axum"
 1787version = "0.6.20"
 1788source = "registry+https://github.com/rust-lang/crates.io-index"
 1789checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1790dependencies = [
 1791 "async-trait",
 1792 "axum-core",
 1793 "base64 0.21.7",
 1794 "bitflags 1.3.2",
 1795 "bytes 1.11.1",
 1796 "futures-util",
 1797 "headers",
 1798 "http 0.2.12",
 1799 "http-body 0.4.6",
 1800 "hyper 0.14.32",
 1801 "itoa",
 1802 "matchit",
 1803 "memchr",
 1804 "mime",
 1805 "percent-encoding",
 1806 "pin-project-lite",
 1807 "rustversion",
 1808 "serde",
 1809 "serde_json",
 1810 "serde_path_to_error",
 1811 "serde_urlencoded",
 1812 "sha1",
 1813 "sync_wrapper 0.1.2",
 1814 "tokio",
 1815 "tokio-tungstenite 0.20.1",
 1816 "tower 0.4.13",
 1817 "tower-layer",
 1818 "tower-service",
 1819]
 1820
 1821[[package]]
 1822name = "axum-core"
 1823version = "0.3.4"
 1824source = "registry+https://github.com/rust-lang/crates.io-index"
 1825checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1826dependencies = [
 1827 "async-trait",
 1828 "bytes 1.11.1",
 1829 "futures-util",
 1830 "http 0.2.12",
 1831 "http-body 0.4.6",
 1832 "mime",
 1833 "rustversion",
 1834 "tower-layer",
 1835 "tower-service",
 1836]
 1837
 1838[[package]]
 1839name = "backtrace"
 1840version = "0.3.76"
 1841source = "registry+https://github.com/rust-lang/crates.io-index"
 1842checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1843dependencies = [
 1844 "addr2line",
 1845 "cfg-if",
 1846 "libc",
 1847 "miniz_oxide",
 1848 "object",
 1849 "rustc-demangle",
 1850 "windows-link 0.2.1",
 1851]
 1852
 1853[[package]]
 1854name = "base16ct"
 1855version = "0.1.1"
 1856source = "registry+https://github.com/rust-lang/crates.io-index"
 1857checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1858
 1859[[package]]
 1860name = "base64"
 1861version = "0.21.7"
 1862source = "registry+https://github.com/rust-lang/crates.io-index"
 1863checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1864
 1865[[package]]
 1866name = "base64"
 1867version = "0.22.1"
 1868source = "registry+https://github.com/rust-lang/crates.io-index"
 1869checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1870
 1871[[package]]
 1872name = "base64-simd"
 1873version = "0.8.0"
 1874source = "registry+https://github.com/rust-lang/crates.io-index"
 1875checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1876dependencies = [
 1877 "outref",
 1878 "vsimd",
 1879]
 1880
 1881[[package]]
 1882name = "base64ct"
 1883version = "1.8.0"
 1884source = "registry+https://github.com/rust-lang/crates.io-index"
 1885checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1886
 1887[[package]]
 1888name = "bedrock"
 1889version = "0.1.0"
 1890dependencies = [
 1891 "anyhow",
 1892 "aws-sdk-bedrockruntime",
 1893 "aws-smithy-types",
 1894 "futures 0.3.32",
 1895 "schemars",
 1896 "serde",
 1897 "serde_json",
 1898 "strum 0.27.2",
 1899 "thiserror 2.0.17",
 1900]
 1901
 1902[[package]]
 1903name = "bigdecimal"
 1904version = "0.4.8"
 1905source = "registry+https://github.com/rust-lang/crates.io-index"
 1906checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1907dependencies = [
 1908 "autocfg",
 1909 "libm",
 1910 "num-bigint",
 1911 "num-integer",
 1912 "num-traits",
 1913 "serde",
 1914]
 1915
 1916[[package]]
 1917name = "bincode"
 1918version = "1.3.3"
 1919source = "registry+https://github.com/rust-lang/crates.io-index"
 1920checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1921dependencies = [
 1922 "serde",
 1923]
 1924
 1925[[package]]
 1926name = "bindgen"
 1927version = "0.71.1"
 1928source = "registry+https://github.com/rust-lang/crates.io-index"
 1929checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1930dependencies = [
 1931 "bitflags 2.10.0",
 1932 "cexpr",
 1933 "clang-sys",
 1934 "itertools 0.12.1",
 1935 "log",
 1936 "prettyplease",
 1937 "proc-macro2",
 1938 "quote",
 1939 "regex",
 1940 "rustc-hash 2.1.1",
 1941 "shlex",
 1942 "syn 2.0.117",
 1943]
 1944
 1945[[package]]
 1946name = "bindgen"
 1947version = "0.72.1"
 1948source = "registry+https://github.com/rust-lang/crates.io-index"
 1949checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1950dependencies = [
 1951 "bitflags 2.10.0",
 1952 "cexpr",
 1953 "clang-sys",
 1954 "itertools 0.12.1",
 1955 "proc-macro2",
 1956 "quote",
 1957 "regex",
 1958 "rustc-hash 2.1.1",
 1959 "shlex",
 1960 "syn 2.0.117",
 1961]
 1962
 1963[[package]]
 1964name = "bit-set"
 1965version = "0.8.0"
 1966source = "registry+https://github.com/rust-lang/crates.io-index"
 1967checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1968dependencies = [
 1969 "bit-vec 0.8.0",
 1970]
 1971
 1972[[package]]
 1973name = "bit-set"
 1974version = "0.9.1"
 1975source = "registry+https://github.com/rust-lang/crates.io-index"
 1976checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1977dependencies = [
 1978 "bit-vec 0.9.1",
 1979]
 1980
 1981[[package]]
 1982name = "bit-vec"
 1983version = "0.8.0"
 1984source = "registry+https://github.com/rust-lang/crates.io-index"
 1985checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1986
 1987[[package]]
 1988name = "bit-vec"
 1989version = "0.9.1"
 1990source = "registry+https://github.com/rust-lang/crates.io-index"
 1991checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1992
 1993[[package]]
 1994name = "bit_field"
 1995version = "0.10.3"
 1996source = "registry+https://github.com/rust-lang/crates.io-index"
 1997checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1998
 1999[[package]]
 2000name = "bitflags"
 2001version = "1.3.2"
 2002source = "registry+https://github.com/rust-lang/crates.io-index"
 2003checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2004
 2005[[package]]
 2006name = "bitflags"
 2007version = "2.10.0"
 2008source = "registry+https://github.com/rust-lang/crates.io-index"
 2009checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2010dependencies = [
 2011 "serde_core",
 2012]
 2013
 2014[[package]]
 2015name = "bitstream-io"
 2016version = "2.6.0"
 2017source = "registry+https://github.com/rust-lang/crates.io-index"
 2018checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2019
 2020[[package]]
 2021name = "bitvec"
 2022version = "1.0.1"
 2023source = "registry+https://github.com/rust-lang/crates.io-index"
 2024checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2025dependencies = [
 2026 "funty",
 2027 "radium",
 2028 "tap",
 2029 "wyz",
 2030]
 2031
 2032[[package]]
 2033name = "block"
 2034version = "0.1.6"
 2035source = "registry+https://github.com/rust-lang/crates.io-index"
 2036checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2037
 2038[[package]]
 2039name = "block-buffer"
 2040version = "0.10.4"
 2041source = "registry+https://github.com/rust-lang/crates.io-index"
 2042checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2043dependencies = [
 2044 "generic-array",
 2045]
 2046
 2047[[package]]
 2048name = "block-padding"
 2049version = "0.3.3"
 2050source = "registry+https://github.com/rust-lang/crates.io-index"
 2051checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2052dependencies = [
 2053 "generic-array",
 2054]
 2055
 2056[[package]]
 2057name = "block2"
 2058version = "0.6.2"
 2059source = "registry+https://github.com/rust-lang/crates.io-index"
 2060checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2061dependencies = [
 2062 "objc2",
 2063]
 2064
 2065[[package]]
 2066name = "blocking"
 2067version = "1.6.2"
 2068source = "registry+https://github.com/rust-lang/crates.io-index"
 2069checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2070dependencies = [
 2071 "async-channel 2.5.0",
 2072 "async-task",
 2073 "futures-io",
 2074 "futures-lite 2.6.1",
 2075 "piper",
 2076]
 2077
 2078[[package]]
 2079name = "bmrng"
 2080version = "0.5.2"
 2081source = "registry+https://github.com/rust-lang/crates.io-index"
 2082checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2083dependencies = [
 2084 "futures-core",
 2085 "tokio",
 2086]
 2087
 2088[[package]]
 2089name = "bon"
 2090version = "3.8.2"
 2091source = "registry+https://github.com/rust-lang/crates.io-index"
 2092checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2093dependencies = [
 2094 "bon-macros",
 2095 "rustversion",
 2096]
 2097
 2098[[package]]
 2099name = "bon-macros"
 2100version = "3.8.2"
 2101source = "registry+https://github.com/rust-lang/crates.io-index"
 2102checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2103dependencies = [
 2104 "darling 0.21.3",
 2105 "ident_case",
 2106 "prettyplease",
 2107 "proc-macro2",
 2108 "quote",
 2109 "rustversion",
 2110 "syn 2.0.117",
 2111]
 2112
 2113[[package]]
 2114name = "borrow-or-share"
 2115version = "0.2.4"
 2116source = "registry+https://github.com/rust-lang/crates.io-index"
 2117checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2118
 2119[[package]]
 2120name = "borsh"
 2121version = "1.5.7"
 2122source = "registry+https://github.com/rust-lang/crates.io-index"
 2123checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2124dependencies = [
 2125 "borsh-derive",
 2126 "cfg_aliases 0.2.1",
 2127]
 2128
 2129[[package]]
 2130name = "borsh-derive"
 2131version = "1.5.7"
 2132source = "registry+https://github.com/rust-lang/crates.io-index"
 2133checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2134dependencies = [
 2135 "once_cell",
 2136 "proc-macro-crate",
 2137 "proc-macro2",
 2138 "quote",
 2139 "syn 2.0.117",
 2140]
 2141
 2142[[package]]
 2143name = "breadcrumbs"
 2144version = "0.1.0"
 2145dependencies = [
 2146 "gpui",
 2147 "ui",
 2148 "workspace",
 2149]
 2150
 2151[[package]]
 2152name = "brush-parser"
 2153version = "0.3.0"
 2154source = "registry+https://github.com/rust-lang/crates.io-index"
 2155checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2156dependencies = [
 2157 "bon",
 2158 "cached",
 2159 "indenter",
 2160 "peg",
 2161 "thiserror 2.0.17",
 2162 "tracing",
 2163 "utf8-chars",
 2164]
 2165
 2166[[package]]
 2167name = "bstr"
 2168version = "1.12.0"
 2169source = "registry+https://github.com/rust-lang/crates.io-index"
 2170checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2171dependencies = [
 2172 "memchr",
 2173 "regex-automata",
 2174 "serde",
 2175]
 2176
 2177[[package]]
 2178name = "buffer_diff"
 2179version = "0.1.0"
 2180dependencies = [
 2181 "clock",
 2182 "ctor",
 2183 "futures 0.3.32",
 2184 "git2",
 2185 "gpui",
 2186 "language",
 2187 "log",
 2188 "pretty_assertions",
 2189 "rand 0.9.3",
 2190 "rope",
 2191 "settings",
 2192 "sum_tree",
 2193 "text",
 2194 "tracing",
 2195 "unindent",
 2196 "util",
 2197 "zlog",
 2198 "ztracing",
 2199]
 2200
 2201[[package]]
 2202name = "built"
 2203version = "0.7.7"
 2204source = "registry+https://github.com/rust-lang/crates.io-index"
 2205checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2206
 2207[[package]]
 2208name = "bumpalo"
 2209version = "3.19.0"
 2210source = "registry+https://github.com/rust-lang/crates.io-index"
 2211checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2212dependencies = [
 2213 "allocator-api2",
 2214]
 2215
 2216[[package]]
 2217name = "by_address"
 2218version = "1.2.1"
 2219source = "registry+https://github.com/rust-lang/crates.io-index"
 2220checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2221
 2222[[package]]
 2223name = "bytecheck"
 2224version = "0.6.12"
 2225source = "registry+https://github.com/rust-lang/crates.io-index"
 2226checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2227dependencies = [
 2228 "bytecheck_derive",
 2229 "ptr_meta",
 2230 "simdutf8",
 2231]
 2232
 2233[[package]]
 2234name = "bytecheck_derive"
 2235version = "0.6.12"
 2236source = "registry+https://github.com/rust-lang/crates.io-index"
 2237checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2238dependencies = [
 2239 "proc-macro2",
 2240 "quote",
 2241 "syn 1.0.109",
 2242]
 2243
 2244[[package]]
 2245name = "bytecount"
 2246version = "0.6.9"
 2247source = "registry+https://github.com/rust-lang/crates.io-index"
 2248checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2249
 2250[[package]]
 2251name = "bytemuck"
 2252version = "1.24.0"
 2253source = "registry+https://github.com/rust-lang/crates.io-index"
 2254checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2255dependencies = [
 2256 "bytemuck_derive",
 2257]
 2258
 2259[[package]]
 2260name = "bytemuck_derive"
 2261version = "1.10.2"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2264dependencies = [
 2265 "proc-macro2",
 2266 "quote",
 2267 "syn 2.0.117",
 2268]
 2269
 2270[[package]]
 2271name = "byteorder"
 2272version = "1.5.0"
 2273source = "registry+https://github.com/rust-lang/crates.io-index"
 2274checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2275
 2276[[package]]
 2277name = "byteorder-lite"
 2278version = "0.1.0"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2281
 2282[[package]]
 2283name = "bytes"
 2284version = "0.4.12"
 2285source = "registry+https://github.com/rust-lang/crates.io-index"
 2286checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2287dependencies = [
 2288 "byteorder",
 2289 "iovec",
 2290]
 2291
 2292[[package]]
 2293name = "bytes"
 2294version = "1.11.1"
 2295source = "registry+https://github.com/rust-lang/crates.io-index"
 2296checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2297
 2298[[package]]
 2299name = "bytes-utils"
 2300version = "0.1.4"
 2301source = "registry+https://github.com/rust-lang/crates.io-index"
 2302checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2303dependencies = [
 2304 "bytes 1.11.1",
 2305 "either",
 2306]
 2307
 2308[[package]]
 2309name = "bzip2"
 2310version = "0.4.4"
 2311source = "registry+https://github.com/rust-lang/crates.io-index"
 2312checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2313dependencies = [
 2314 "bzip2-sys",
 2315 "libc",
 2316]
 2317
 2318[[package]]
 2319name = "bzip2"
 2320version = "0.6.1"
 2321source = "registry+https://github.com/rust-lang/crates.io-index"
 2322checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2323dependencies = [
 2324 "libbz2-rs-sys",
 2325]
 2326
 2327[[package]]
 2328name = "bzip2-sys"
 2329version = "0.1.13+1.0.8"
 2330source = "registry+https://github.com/rust-lang/crates.io-index"
 2331checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2332dependencies = [
 2333 "cc",
 2334 "pkg-config",
 2335]
 2336
 2337[[package]]
 2338name = "cached"
 2339version = "0.56.0"
 2340source = "registry+https://github.com/rust-lang/crates.io-index"
 2341checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2342dependencies = [
 2343 "ahash 0.8.12",
 2344 "cached_proc_macro",
 2345 "cached_proc_macro_types",
 2346 "hashbrown 0.15.5",
 2347 "once_cell",
 2348 "thiserror 2.0.17",
 2349 "web-time",
 2350]
 2351
 2352[[package]]
 2353name = "cached_proc_macro"
 2354version = "0.25.0"
 2355source = "registry+https://github.com/rust-lang/crates.io-index"
 2356checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2357dependencies = [
 2358 "darling 0.20.11",
 2359 "proc-macro2",
 2360 "quote",
 2361 "syn 2.0.117",
 2362]
 2363
 2364[[package]]
 2365name = "cached_proc_macro_types"
 2366version = "0.1.1"
 2367source = "registry+https://github.com/rust-lang/crates.io-index"
 2368checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2369
 2370[[package]]
 2371name = "call"
 2372version = "0.1.0"
 2373dependencies = [
 2374 "anyhow",
 2375 "audio",
 2376 "client",
 2377 "collections",
 2378 "feature_flags",
 2379 "fs",
 2380 "futures 0.3.32",
 2381 "gpui",
 2382 "gpui_tokio",
 2383 "language",
 2384 "livekit_client",
 2385 "log",
 2386 "postage",
 2387 "project",
 2388 "serde",
 2389 "settings",
 2390 "telemetry",
 2391 "util",
 2392 "workspace",
 2393]
 2394
 2395[[package]]
 2396name = "calloop"
 2397version = "0.14.3"
 2398source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2399dependencies = [
 2400 "bitflags 2.10.0",
 2401 "polling",
 2402 "rustix 1.1.2",
 2403 "slab",
 2404 "tracing",
 2405]
 2406
 2407[[package]]
 2408name = "calloop-wayland-source"
 2409version = "0.4.1"
 2410source = "registry+https://github.com/rust-lang/crates.io-index"
 2411checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2412dependencies = [
 2413 "calloop",
 2414 "rustix 1.1.2",
 2415 "wayland-backend",
 2416 "wayland-client",
 2417]
 2418
 2419[[package]]
 2420name = "camino"
 2421version = "1.2.1"
 2422source = "registry+https://github.com/rust-lang/crates.io-index"
 2423checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2424dependencies = [
 2425 "serde_core",
 2426]
 2427
 2428[[package]]
 2429name = "candle-core"
 2430version = "0.9.1"
 2431source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2432dependencies = [
 2433 "byteorder",
 2434 "float8",
 2435 "gemm 0.17.1",
 2436 "half",
 2437 "memmap2",
 2438 "num-traits",
 2439 "num_cpus",
 2440 "rand 0.9.3",
 2441 "rand_distr",
 2442 "rayon",
 2443 "safetensors",
 2444 "thiserror 1.0.69",
 2445 "ug",
 2446 "yoke 0.7.5",
 2447 "zip 1.1.4",
 2448]
 2449
 2450[[package]]
 2451name = "candle-nn"
 2452version = "0.9.1"
 2453source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2454dependencies = [
 2455 "candle-core",
 2456 "half",
 2457 "libc",
 2458 "num-traits",
 2459 "rayon",
 2460 "safetensors",
 2461 "serde",
 2462 "thiserror 1.0.69",
 2463]
 2464
 2465[[package]]
 2466name = "candle-onnx"
 2467version = "0.9.1"
 2468source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2469dependencies = [
 2470 "candle-core",
 2471 "candle-nn",
 2472 "prost 0.12.6",
 2473]
 2474
 2475[[package]]
 2476name = "cap-fs-ext"
 2477version = "3.4.4"
 2478source = "registry+https://github.com/rust-lang/crates.io-index"
 2479checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2480dependencies = [
 2481 "cap-primitives",
 2482 "cap-std",
 2483 "io-lifetimes",
 2484 "windows-sys 0.59.0",
 2485]
 2486
 2487[[package]]
 2488name = "cap-net-ext"
 2489version = "3.4.4"
 2490source = "registry+https://github.com/rust-lang/crates.io-index"
 2491checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2492dependencies = [
 2493 "cap-primitives",
 2494 "cap-std",
 2495 "rustix 1.1.2",
 2496 "smallvec",
 2497]
 2498
 2499[[package]]
 2500name = "cap-primitives"
 2501version = "3.4.4"
 2502source = "registry+https://github.com/rust-lang/crates.io-index"
 2503checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2504dependencies = [
 2505 "ambient-authority",
 2506 "fs-set-times",
 2507 "io-extras",
 2508 "io-lifetimes",
 2509 "ipnet",
 2510 "maybe-owned",
 2511 "rustix 1.1.2",
 2512 "rustix-linux-procfs",
 2513 "windows-sys 0.59.0",
 2514 "winx",
 2515]
 2516
 2517[[package]]
 2518name = "cap-rand"
 2519version = "3.4.4"
 2520source = "registry+https://github.com/rust-lang/crates.io-index"
 2521checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2522dependencies = [
 2523 "ambient-authority",
 2524 "rand 0.8.5",
 2525]
 2526
 2527[[package]]
 2528name = "cap-std"
 2529version = "3.4.4"
 2530source = "registry+https://github.com/rust-lang/crates.io-index"
 2531checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2532dependencies = [
 2533 "cap-primitives",
 2534 "io-extras",
 2535 "io-lifetimes",
 2536 "rustix 1.1.2",
 2537]
 2538
 2539[[package]]
 2540name = "cap-time-ext"
 2541version = "3.4.4"
 2542source = "registry+https://github.com/rust-lang/crates.io-index"
 2543checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2544dependencies = [
 2545 "ambient-authority",
 2546 "cap-primitives",
 2547 "iana-time-zone",
 2548 "once_cell",
 2549 "rustix 1.1.2",
 2550 "winx",
 2551]
 2552
 2553[[package]]
 2554name = "cargo-platform"
 2555version = "0.1.9"
 2556source = "registry+https://github.com/rust-lang/crates.io-index"
 2557checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2558dependencies = [
 2559 "serde",
 2560]
 2561
 2562[[package]]
 2563name = "cargo-platform"
 2564version = "0.3.2"
 2565source = "registry+https://github.com/rust-lang/crates.io-index"
 2566checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2567dependencies = [
 2568 "serde",
 2569 "serde_core",
 2570]
 2571
 2572[[package]]
 2573name = "cargo_metadata"
 2574version = "0.19.2"
 2575source = "registry+https://github.com/rust-lang/crates.io-index"
 2576checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2577dependencies = [
 2578 "camino",
 2579 "cargo-platform 0.1.9",
 2580 "semver",
 2581 "serde",
 2582 "serde_json",
 2583 "thiserror 2.0.17",
 2584]
 2585
 2586[[package]]
 2587name = "cargo_metadata"
 2588version = "0.23.1"
 2589source = "registry+https://github.com/rust-lang/crates.io-index"
 2590checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2591dependencies = [
 2592 "camino",
 2593 "cargo-platform 0.3.2",
 2594 "semver",
 2595 "serde",
 2596 "serde_json",
 2597 "thiserror 2.0.17",
 2598]
 2599
 2600[[package]]
 2601name = "cargo_toml"
 2602version = "0.21.0"
 2603source = "registry+https://github.com/rust-lang/crates.io-index"
 2604checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2605dependencies = [
 2606 "serde",
 2607 "toml 0.8.23",
 2608]
 2609
 2610[[package]]
 2611name = "cast"
 2612version = "0.3.0"
 2613source = "registry+https://github.com/rust-lang/crates.io-index"
 2614checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2615
 2616[[package]]
 2617name = "cbc"
 2618version = "0.1.2"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2621dependencies = [
 2622 "cipher",
 2623]
 2624
 2625[[package]]
 2626name = "cbindgen"
 2627version = "0.28.0"
 2628source = "registry+https://github.com/rust-lang/crates.io-index"
 2629checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2630dependencies = [
 2631 "heck 0.4.1",
 2632 "indexmap",
 2633 "log",
 2634 "proc-macro2",
 2635 "quote",
 2636 "serde",
 2637 "serde_json",
 2638 "syn 2.0.117",
 2639 "tempfile",
 2640 "toml 0.8.23",
 2641]
 2642
 2643[[package]]
 2644name = "cc"
 2645version = "1.2.49"
 2646source = "registry+https://github.com/rust-lang/crates.io-index"
 2647checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2648dependencies = [
 2649 "find-msvc-tools",
 2650 "jobserver",
 2651 "libc",
 2652 "shlex",
 2653]
 2654
 2655[[package]]
 2656name = "cesu8"
 2657version = "1.1.0"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2660
 2661[[package]]
 2662name = "cexpr"
 2663version = "0.6.0"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2666dependencies = [
 2667 "nom 7.1.3",
 2668]
 2669
 2670[[package]]
 2671name = "cfg-expr"
 2672version = "0.15.8"
 2673source = "registry+https://github.com/rust-lang/crates.io-index"
 2674checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2675dependencies = [
 2676 "smallvec",
 2677 "target-lexicon 0.12.16",
 2678]
 2679
 2680[[package]]
 2681name = "cfg-expr"
 2682version = "0.20.6"
 2683source = "registry+https://github.com/rust-lang/crates.io-index"
 2684checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2685dependencies = [
 2686 "smallvec",
 2687 "target-lexicon 0.13.3",
 2688]
 2689
 2690[[package]]
 2691name = "cfg-if"
 2692version = "1.0.4"
 2693source = "registry+https://github.com/rust-lang/crates.io-index"
 2694checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2695
 2696[[package]]
 2697name = "cfg_aliases"
 2698version = "0.1.1"
 2699source = "registry+https://github.com/rust-lang/crates.io-index"
 2700checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2701
 2702[[package]]
 2703name = "cfg_aliases"
 2704version = "0.2.1"
 2705source = "registry+https://github.com/rust-lang/crates.io-index"
 2706checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2707
 2708[[package]]
 2709name = "cgl"
 2710version = "0.3.2"
 2711source = "registry+https://github.com/rust-lang/crates.io-index"
 2712checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2713dependencies = [
 2714 "libc",
 2715]
 2716
 2717[[package]]
 2718name = "channel"
 2719version = "0.1.0"
 2720dependencies = [
 2721 "anyhow",
 2722 "client",
 2723 "clock",
 2724 "collections",
 2725 "futures 0.3.32",
 2726 "gpui",
 2727 "http_client",
 2728 "language",
 2729 "log",
 2730 "postage",
 2731 "release_channel",
 2732 "rpc",
 2733 "semver",
 2734 "settings",
 2735 "text",
 2736 "time",
 2737 "util",
 2738]
 2739
 2740[[package]]
 2741name = "chardetng"
 2742version = "0.1.17"
 2743source = "registry+https://github.com/rust-lang/crates.io-index"
 2744checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2745dependencies = [
 2746 "cfg-if",
 2747 "encoding_rs",
 2748 "memchr",
 2749]
 2750
 2751[[package]]
 2752name = "chrono"
 2753version = "0.4.42"
 2754source = "registry+https://github.com/rust-lang/crates.io-index"
 2755checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2756dependencies = [
 2757 "iana-time-zone",
 2758 "js-sys",
 2759 "num-traits",
 2760 "serde",
 2761 "wasm-bindgen",
 2762 "windows-link 0.2.1",
 2763]
 2764
 2765[[package]]
 2766name = "chunked_transfer"
 2767version = "1.5.0"
 2768source = "registry+https://github.com/rust-lang/crates.io-index"
 2769checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2770
 2771[[package]]
 2772name = "ciborium"
 2773version = "0.2.2"
 2774source = "registry+https://github.com/rust-lang/crates.io-index"
 2775checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2776dependencies = [
 2777 "ciborium-io",
 2778 "ciborium-ll",
 2779 "serde",
 2780]
 2781
 2782[[package]]
 2783name = "ciborium-io"
 2784version = "0.2.2"
 2785source = "registry+https://github.com/rust-lang/crates.io-index"
 2786checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2787
 2788[[package]]
 2789name = "ciborium-ll"
 2790version = "0.2.2"
 2791source = "registry+https://github.com/rust-lang/crates.io-index"
 2792checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2793dependencies = [
 2794 "ciborium-io",
 2795 "half",
 2796]
 2797
 2798[[package]]
 2799name = "cipher"
 2800version = "0.4.4"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2803dependencies = [
 2804 "crypto-common",
 2805 "inout",
 2806 "zeroize",
 2807]
 2808
 2809[[package]]
 2810name = "circular-buffer"
 2811version = "1.2.0"
 2812source = "registry+https://github.com/rust-lang/crates.io-index"
 2813checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2814
 2815[[package]]
 2816name = "clang-sys"
 2817version = "1.8.1"
 2818source = "registry+https://github.com/rust-lang/crates.io-index"
 2819checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2820dependencies = [
 2821 "glob",
 2822 "libc",
 2823 "libloading",
 2824]
 2825
 2826[[package]]
 2827name = "clap"
 2828version = "4.5.49"
 2829source = "registry+https://github.com/rust-lang/crates.io-index"
 2830checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2831dependencies = [
 2832 "clap_builder",
 2833 "clap_derive",
 2834]
 2835
 2836[[package]]
 2837name = "clap_builder"
 2838version = "4.5.49"
 2839source = "registry+https://github.com/rust-lang/crates.io-index"
 2840checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2841dependencies = [
 2842 "anstream",
 2843 "anstyle",
 2844 "clap_lex",
 2845 "strsim",
 2846 "terminal_size",
 2847]
 2848
 2849[[package]]
 2850name = "clap_complete"
 2851version = "4.5.59"
 2852source = "registry+https://github.com/rust-lang/crates.io-index"
 2853checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2854dependencies = [
 2855 "clap",
 2856]
 2857
 2858[[package]]
 2859name = "clap_derive"
 2860version = "4.5.49"
 2861source = "registry+https://github.com/rust-lang/crates.io-index"
 2862checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2863dependencies = [
 2864 "heck 0.5.0",
 2865 "proc-macro2",
 2866 "quote",
 2867 "syn 2.0.117",
 2868]
 2869
 2870[[package]]
 2871name = "clap_lex"
 2872version = "0.7.6"
 2873source = "registry+https://github.com/rust-lang/crates.io-index"
 2874checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2875
 2876[[package]]
 2877name = "cli"
 2878version = "0.1.0"
 2879dependencies = [
 2880 "anyhow",
 2881 "askpass",
 2882 "clap",
 2883 "collections",
 2884 "console",
 2885 "core-foundation 0.10.0",
 2886 "core-services",
 2887 "dialoguer",
 2888 "exec",
 2889 "fork",
 2890 "ipc-channel",
 2891 "parking_lot",
 2892 "paths",
 2893 "plist",
 2894 "rayon",
 2895 "release_channel",
 2896 "serde",
 2897 "serde_json",
 2898 "tempfile",
 2899 "util",
 2900 "walkdir",
 2901 "windows 0.61.3",
 2902]
 2903
 2904[[package]]
 2905name = "client"
 2906version = "0.1.0"
 2907dependencies = [
 2908 "anyhow",
 2909 "async-tungstenite",
 2910 "base64 0.22.1",
 2911 "chrono",
 2912 "clock",
 2913 "cloud_api_client",
 2914 "cloud_api_types",
 2915 "cloud_llm_client",
 2916 "collections",
 2917 "credentials_provider",
 2918 "db",
 2919 "derive_more",
 2920 "feature_flags",
 2921 "fs",
 2922 "futures 0.3.32",
 2923 "gpui",
 2924 "gpui_tokio",
 2925 "http_client",
 2926 "http_client_tls",
 2927 "httparse",
 2928 "log",
 2929 "objc2-foundation",
 2930 "parking_lot",
 2931 "paths",
 2932 "postage",
 2933 "rand 0.9.3",
 2934 "regex",
 2935 "release_channel",
 2936 "rpc",
 2937 "rustls-pki-types",
 2938 "semver",
 2939 "serde",
 2940 "serde_json",
 2941 "serde_urlencoded",
 2942 "settings",
 2943 "sha2",
 2944 "smol",
 2945 "telemetry",
 2946 "telemetry_events",
 2947 "text",
 2948 "thiserror 2.0.17",
 2949 "time",
 2950 "tiny_http",
 2951 "tokio",
 2952 "tokio-native-tls",
 2953 "tokio-rustls 0.26.2",
 2954 "tokio-socks",
 2955 "url",
 2956 "util",
 2957 "windows 0.61.3",
 2958 "worktree",
 2959 "zed_credentials_provider",
 2960]
 2961
 2962[[package]]
 2963name = "clock"
 2964version = "0.1.0"
 2965dependencies = [
 2966 "parking_lot",
 2967 "serde",
 2968 "smallvec",
 2969]
 2970
 2971[[package]]
 2972name = "cloud_api_client"
 2973version = "0.1.0"
 2974dependencies = [
 2975 "anyhow",
 2976 "cloud_api_types",
 2977 "futures 0.3.32",
 2978 "gpui",
 2979 "gpui_tokio",
 2980 "http_client",
 2981 "parking_lot",
 2982 "serde_json",
 2983 "smol",
 2984 "thiserror 2.0.17",
 2985 "yawc",
 2986]
 2987
 2988[[package]]
 2989name = "cloud_api_types"
 2990version = "0.1.0"
 2991dependencies = [
 2992 "anyhow",
 2993 "chrono",
 2994 "ciborium",
 2995 "cloud_llm_client",
 2996 "pretty_assertions",
 2997 "serde",
 2998 "serde_json",
 2999 "strum 0.27.2",
 3000]
 3001
 3002[[package]]
 3003name = "cloud_llm_client"
 3004version = "0.1.0"
 3005dependencies = [
 3006 "anyhow",
 3007 "serde",
 3008 "serde_json",
 3009 "strum 0.27.2",
 3010 "uuid",
 3011 "zeta_prompt",
 3012]
 3013
 3014[[package]]
 3015name = "cmake"
 3016version = "0.1.56"
 3017source = "registry+https://github.com/rust-lang/crates.io-index"
 3018checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3019dependencies = [
 3020 "cc",
 3021]
 3022
 3023[[package]]
 3024name = "cobs"
 3025version = "0.3.0"
 3026source = "registry+https://github.com/rust-lang/crates.io-index"
 3027checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3028dependencies = [
 3029 "thiserror 2.0.17",
 3030]
 3031
 3032[[package]]
 3033name = "cocoa"
 3034version = "0.25.0"
 3035source = "registry+https://github.com/rust-lang/crates.io-index"
 3036checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3037dependencies = [
 3038 "bitflags 1.3.2",
 3039 "block",
 3040 "cocoa-foundation 0.1.2",
 3041 "core-foundation 0.9.4",
 3042 "core-graphics 0.23.2",
 3043 "foreign-types 0.5.0",
 3044 "libc",
 3045 "objc",
 3046]
 3047
 3048[[package]]
 3049name = "cocoa"
 3050version = "0.26.0"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3053dependencies = [
 3054 "bitflags 2.10.0",
 3055 "block",
 3056 "cocoa-foundation 0.2.0",
 3057 "core-foundation 0.10.0",
 3058 "core-graphics 0.24.0",
 3059 "foreign-types 0.5.0",
 3060 "libc",
 3061 "objc",
 3062]
 3063
 3064[[package]]
 3065name = "cocoa-foundation"
 3066version = "0.1.2"
 3067source = "registry+https://github.com/rust-lang/crates.io-index"
 3068checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3069dependencies = [
 3070 "bitflags 1.3.2",
 3071 "block",
 3072 "core-foundation 0.9.4",
 3073 "core-graphics-types 0.1.3",
 3074 "libc",
 3075 "objc",
 3076]
 3077
 3078[[package]]
 3079name = "cocoa-foundation"
 3080version = "0.2.0"
 3081source = "registry+https://github.com/rust-lang/crates.io-index"
 3082checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3083dependencies = [
 3084 "bitflags 2.10.0",
 3085 "block",
 3086 "core-foundation 0.10.0",
 3087 "core-graphics-types 0.2.0",
 3088 "libc",
 3089 "objc",
 3090]
 3091
 3092[[package]]
 3093name = "codespan-reporting"
 3094version = "0.13.0"
 3095source = "registry+https://github.com/rust-lang/crates.io-index"
 3096checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3097dependencies = [
 3098 "serde",
 3099 "termcolor",
 3100 "unicode-width",
 3101]
 3102
 3103[[package]]
 3104name = "codestral"
 3105version = "0.1.0"
 3106dependencies = [
 3107 "anyhow",
 3108 "edit_prediction",
 3109 "edit_prediction_types",
 3110 "futures 0.3.32",
 3111 "gpui",
 3112 "http_client",
 3113 "icons",
 3114 "language",
 3115 "language_model",
 3116 "log",
 3117 "serde",
 3118 "serde_json",
 3119 "text",
 3120 "zed_credentials_provider",
 3121 "zeta_prompt",
 3122]
 3123
 3124[[package]]
 3125name = "collab"
 3126version = "0.44.0"
 3127dependencies = [
 3128 "agent",
 3129 "anyhow",
 3130 "async-trait",
 3131 "async-tungstenite",
 3132 "aws-config",
 3133 "aws-sdk-kinesis",
 3134 "aws-sdk-s3",
 3135 "axum",
 3136 "buffer_diff",
 3137 "call",
 3138 "channel",
 3139 "chrono",
 3140 "client",
 3141 "clock",
 3142 "cloud_api_types",
 3143 "collab",
 3144 "collab_ui",
 3145 "collections",
 3146 "command_palette_hooks",
 3147 "ctor",
 3148 "dap",
 3149 "dap_adapters",
 3150 "dashmap",
 3151 "debugger_ui",
 3152 "editor",
 3153 "envy",
 3154 "extension",
 3155 "file_finder",
 3156 "fs",
 3157 "futures 0.3.32",
 3158 "git",
 3159 "git_hosting_providers",
 3160 "git_ui",
 3161 "gpui",
 3162 "gpui_tokio",
 3163 "hex",
 3164 "http_client",
 3165 "indoc",
 3166 "language",
 3167 "language_model",
 3168 "livekit_api",
 3169 "livekit_client",
 3170 "log",
 3171 "lsp",
 3172 "menu",
 3173 "multi_buffer",
 3174 "nanoid",
 3175 "node_runtime",
 3176 "notifications",
 3177 "parking_lot",
 3178 "pretty_assertions",
 3179 "project",
 3180 "prometheus",
 3181 "prompt_store",
 3182 "prost 0.9.0",
 3183 "rand 0.9.3",
 3184 "recent_projects",
 3185 "release_channel",
 3186 "remote",
 3187 "remote_server",
 3188 "reqwest 0.11.27",
 3189 "rpc",
 3190 "sea-orm",
 3191 "sea-orm-macros",
 3192 "semver",
 3193 "serde",
 3194 "serde_json",
 3195 "session",
 3196 "settings",
 3197 "sha2",
 3198 "smol",
 3199 "sqlx",
 3200 "strum 0.27.2",
 3201 "task",
 3202 "telemetry_events",
 3203 "text",
 3204 "theme",
 3205 "theme_settings",
 3206 "time",
 3207 "tokio",
 3208 "toml 0.8.23",
 3209 "tower 0.4.13",
 3210 "tower-http 0.4.4",
 3211 "tracing",
 3212 "tracing-subscriber",
 3213 "unindent",
 3214 "util",
 3215 "uuid",
 3216 "workspace",
 3217 "worktree",
 3218 "zed_actions",
 3219 "zlog",
 3220]
 3221
 3222[[package]]
 3223name = "collab_ui"
 3224version = "0.1.0"
 3225dependencies = [
 3226 "anyhow",
 3227 "call",
 3228 "channel",
 3229 "client",
 3230 "collections",
 3231 "db",
 3232 "editor",
 3233 "futures 0.3.32",
 3234 "fuzzy",
 3235 "gpui",
 3236 "livekit_client",
 3237 "menu",
 3238 "notifications",
 3239 "picker",
 3240 "project",
 3241 "release_channel",
 3242 "rpc",
 3243 "serde",
 3244 "serde_json",
 3245 "settings",
 3246 "smallvec",
 3247 "telemetry",
 3248 "theme",
 3249 "theme_settings",
 3250 "time",
 3251 "title_bar",
 3252 "ui",
 3253 "util",
 3254 "workspace",
 3255 "zed_actions",
 3256]
 3257
 3258[[package]]
 3259name = "collections"
 3260version = "0.1.0"
 3261dependencies = [
 3262 "indexmap",
 3263 "rustc-hash 2.1.1",
 3264]
 3265
 3266[[package]]
 3267name = "color_quant"
 3268version = "1.1.0"
 3269source = "registry+https://github.com/rust-lang/crates.io-index"
 3270checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3271
 3272[[package]]
 3273name = "colorchoice"
 3274version = "1.0.4"
 3275source = "registry+https://github.com/rust-lang/crates.io-index"
 3276checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3277
 3278[[package]]
 3279name = "combine"
 3280version = "4.6.7"
 3281source = "registry+https://github.com/rust-lang/crates.io-index"
 3282checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3283dependencies = [
 3284 "bytes 1.11.1",
 3285 "memchr",
 3286]
 3287
 3288[[package]]
 3289name = "command-fds"
 3290version = "0.3.2"
 3291source = "registry+https://github.com/rust-lang/crates.io-index"
 3292checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3293dependencies = [
 3294 "nix 0.30.1",
 3295 "thiserror 2.0.17",
 3296]
 3297
 3298[[package]]
 3299name = "command_palette"
 3300version = "0.1.0"
 3301dependencies = [
 3302 "anyhow",
 3303 "client",
 3304 "collections",
 3305 "command_palette_hooks",
 3306 "db",
 3307 "editor",
 3308 "fuzzy",
 3309 "go_to_line",
 3310 "gpui",
 3311 "language",
 3312 "log",
 3313 "menu",
 3314 "picker",
 3315 "postage",
 3316 "project",
 3317 "serde",
 3318 "settings",
 3319 "telemetry",
 3320 "theme",
 3321 "theme_settings",
 3322 "time",
 3323 "ui",
 3324 "util",
 3325 "workspace",
 3326 "zed_actions",
 3327]
 3328
 3329[[package]]
 3330name = "command_palette_hooks"
 3331version = "0.1.0"
 3332dependencies = [
 3333 "collections",
 3334 "derive_more",
 3335 "gpui",
 3336 "workspace",
 3337]
 3338
 3339[[package]]
 3340name = "compliance"
 3341version = "0.1.0"
 3342dependencies = [
 3343 "anyhow",
 3344 "async-trait",
 3345 "derive_more",
 3346 "futures 0.3.32",
 3347 "indoc",
 3348 "itertools 0.14.0",
 3349 "jsonwebtoken",
 3350 "octocrab",
 3351 "regex",
 3352 "semver",
 3353 "serde",
 3354 "serde_json",
 3355 "tokio",
 3356]
 3357
 3358[[package]]
 3359name = "component"
 3360version = "0.1.0"
 3361dependencies = [
 3362 "collections",
 3363 "documented",
 3364 "gpui",
 3365 "inventory",
 3366 "parking_lot",
 3367 "strum 0.27.2",
 3368 "theme",
 3369]
 3370
 3371[[package]]
 3372name = "component_preview"
 3373version = "0.1.0"
 3374dependencies = [
 3375 "anyhow",
 3376 "client",
 3377 "collections",
 3378 "component",
 3379 "db",
 3380 "fs",
 3381 "gpui",
 3382 "gpui_platform",
 3383 "language",
 3384 "log",
 3385 "node_runtime",
 3386 "notifications",
 3387 "project",
 3388 "release_channel",
 3389 "reqwest_client",
 3390 "session",
 3391 "settings",
 3392 "theme",
 3393 "theme_settings",
 3394 "ui",
 3395 "ui_input",
 3396 "uuid",
 3397 "workspace",
 3398]
 3399
 3400[[package]]
 3401name = "compression-codecs"
 3402version = "0.4.31"
 3403source = "registry+https://github.com/rust-lang/crates.io-index"
 3404checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3405dependencies = [
 3406 "bzip2 0.6.1",
 3407 "compression-core",
 3408 "deflate64",
 3409 "flate2",
 3410 "memchr",
 3411]
 3412
 3413[[package]]
 3414name = "compression-core"
 3415version = "0.4.29"
 3416source = "registry+https://github.com/rust-lang/crates.io-index"
 3417checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3418
 3419[[package]]
 3420name = "concurrent-queue"
 3421version = "2.5.0"
 3422source = "registry+https://github.com/rust-lang/crates.io-index"
 3423checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3424dependencies = [
 3425 "crossbeam-utils",
 3426]
 3427
 3428[[package]]
 3429name = "console"
 3430version = "0.16.3"
 3431source = "registry+https://github.com/rust-lang/crates.io-index"
 3432checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3433dependencies = [
 3434 "encode_unicode",
 3435 "libc",
 3436 "unicode-width",
 3437 "windows-sys 0.61.2",
 3438]
 3439
 3440[[package]]
 3441name = "console_error_panic_hook"
 3442version = "0.1.7"
 3443source = "registry+https://github.com/rust-lang/crates.io-index"
 3444checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3445dependencies = [
 3446 "cfg-if",
 3447 "wasm-bindgen",
 3448]
 3449
 3450[[package]]
 3451name = "const-oid"
 3452version = "0.9.6"
 3453source = "registry+https://github.com/rust-lang/crates.io-index"
 3454checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3455
 3456[[package]]
 3457name = "const-random"
 3458version = "0.1.18"
 3459source = "registry+https://github.com/rust-lang/crates.io-index"
 3460checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3461dependencies = [
 3462 "const-random-macro",
 3463]
 3464
 3465[[package]]
 3466name = "const-random-macro"
 3467version = "0.1.16"
 3468source = "registry+https://github.com/rust-lang/crates.io-index"
 3469checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3470dependencies = [
 3471 "getrandom 0.2.16",
 3472 "once_cell",
 3473 "tiny-keccak",
 3474]
 3475
 3476[[package]]
 3477name = "const_format"
 3478version = "0.2.35"
 3479source = "registry+https://github.com/rust-lang/crates.io-index"
 3480checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3481dependencies = [
 3482 "const_format_proc_macros",
 3483]
 3484
 3485[[package]]
 3486name = "const_format_proc_macros"
 3487version = "0.2.34"
 3488source = "registry+https://github.com/rust-lang/crates.io-index"
 3489checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3490dependencies = [
 3491 "proc-macro2",
 3492 "quote",
 3493 "unicode-xid",
 3494]
 3495
 3496[[package]]
 3497name = "constant_time_eq"
 3498version = "0.1.5"
 3499source = "registry+https://github.com/rust-lang/crates.io-index"
 3500checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3501
 3502[[package]]
 3503name = "context_server"
 3504version = "0.1.0"
 3505dependencies = [
 3506 "anyhow",
 3507 "async-trait",
 3508 "base64 0.22.1",
 3509 "collections",
 3510 "futures 0.3.32",
 3511 "gpui",
 3512 "http_client",
 3513 "log",
 3514 "net",
 3515 "parking_lot",
 3516 "postage",
 3517 "rand 0.9.3",
 3518 "schemars",
 3519 "serde",
 3520 "serde_json",
 3521 "settings",
 3522 "sha2",
 3523 "slotmap",
 3524 "smol",
 3525 "tempfile",
 3526 "terminal",
 3527 "tiny_http",
 3528 "url",
 3529 "util",
 3530]
 3531
 3532[[package]]
 3533name = "convert_case"
 3534version = "0.8.0"
 3535source = "registry+https://github.com/rust-lang/crates.io-index"
 3536checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3537dependencies = [
 3538 "unicode-segmentation",
 3539]
 3540
 3541[[package]]
 3542name = "convert_case"
 3543version = "0.10.0"
 3544source = "registry+https://github.com/rust-lang/crates.io-index"
 3545checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3546dependencies = [
 3547 "unicode-segmentation",
 3548]
 3549
 3550[[package]]
 3551name = "convert_case"
 3552version = "0.11.0"
 3553source = "registry+https://github.com/rust-lang/crates.io-index"
 3554checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3555dependencies = [
 3556 "unicode-segmentation",
 3557]
 3558
 3559[[package]]
 3560name = "copilot"
 3561version = "0.1.0"
 3562dependencies = [
 3563 "anyhow",
 3564 "async-std",
 3565 "collections",
 3566 "command_palette_hooks",
 3567 "copilot_chat",
 3568 "edit_prediction_types",
 3569 "editor",
 3570 "fs",
 3571 "futures 0.3.32",
 3572 "gpui",
 3573 "icons",
 3574 "indoc",
 3575 "language",
 3576 "log",
 3577 "lsp",
 3578 "node_runtime",
 3579 "parking_lot",
 3580 "paths",
 3581 "pretty_assertions",
 3582 "project",
 3583 "rpc",
 3584 "semver",
 3585 "serde",
 3586 "serde_json",
 3587 "settings",
 3588 "sum_tree",
 3589 "theme",
 3590 "theme_settings",
 3591 "util",
 3592 "workspace",
 3593 "zlog",
 3594]
 3595
 3596[[package]]
 3597name = "copilot_chat"
 3598version = "0.1.0"
 3599dependencies = [
 3600 "anthropic",
 3601 "anyhow",
 3602 "collections",
 3603 "dirs",
 3604 "fs",
 3605 "futures 0.3.32",
 3606 "gpui",
 3607 "http_client",
 3608 "log",
 3609 "paths",
 3610 "serde",
 3611 "serde_json",
 3612 "settings",
 3613]
 3614
 3615[[package]]
 3616name = "copilot_ui"
 3617version = "0.1.0"
 3618dependencies = [
 3619 "anyhow",
 3620 "copilot",
 3621 "gpui",
 3622 "language",
 3623 "log",
 3624 "lsp",
 3625 "menu",
 3626 "project",
 3627 "serde_json",
 3628 "settings",
 3629 "ui",
 3630 "util",
 3631 "workspace",
 3632]
 3633
 3634[[package]]
 3635name = "core-foundation"
 3636version = "0.9.4"
 3637source = "registry+https://github.com/rust-lang/crates.io-index"
 3638checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3639dependencies = [
 3640 "core-foundation-sys",
 3641 "libc",
 3642]
 3643
 3644[[package]]
 3645name = "core-foundation"
 3646version = "0.10.0"
 3647source = "registry+https://github.com/rust-lang/crates.io-index"
 3648checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3649dependencies = [
 3650 "core-foundation-sys",
 3651 "libc",
 3652]
 3653
 3654[[package]]
 3655name = "core-foundation-sys"
 3656version = "0.8.7"
 3657source = "registry+https://github.com/rust-lang/crates.io-index"
 3658checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3659
 3660[[package]]
 3661name = "core-graphics"
 3662version = "0.23.2"
 3663source = "registry+https://github.com/rust-lang/crates.io-index"
 3664checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3665dependencies = [
 3666 "bitflags 1.3.2",
 3667 "core-foundation 0.9.4",
 3668 "core-graphics-types 0.1.3",
 3669 "foreign-types 0.5.0",
 3670 "libc",
 3671]
 3672
 3673[[package]]
 3674name = "core-graphics"
 3675version = "0.24.0"
 3676source = "registry+https://github.com/rust-lang/crates.io-index"
 3677checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3678dependencies = [
 3679 "bitflags 2.10.0",
 3680 "core-foundation 0.10.0",
 3681 "core-graphics-types 0.2.0",
 3682 "foreign-types 0.5.0",
 3683 "libc",
 3684]
 3685
 3686[[package]]
 3687name = "core-graphics-helmer-fork"
 3688version = "0.24.0"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3691dependencies = [
 3692 "bitflags 2.10.0",
 3693 "core-foundation 0.9.4",
 3694 "core-graphics-types 0.1.3",
 3695 "foreign-types 0.5.0",
 3696 "libc",
 3697]
 3698
 3699[[package]]
 3700name = "core-graphics-types"
 3701version = "0.1.3"
 3702source = "registry+https://github.com/rust-lang/crates.io-index"
 3703checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3704dependencies = [
 3705 "bitflags 1.3.2",
 3706 "core-foundation 0.9.4",
 3707 "libc",
 3708]
 3709
 3710[[package]]
 3711name = "core-graphics-types"
 3712version = "0.2.0"
 3713source = "registry+https://github.com/rust-lang/crates.io-index"
 3714checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3715dependencies = [
 3716 "bitflags 2.10.0",
 3717 "core-foundation 0.10.0",
 3718 "libc",
 3719]
 3720
 3721[[package]]
 3722name = "core-graphics2"
 3723version = "0.5.2"
 3724source = "registry+https://github.com/rust-lang/crates.io-index"
 3725checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3726dependencies = [
 3727 "bitflags 2.10.0",
 3728 "block",
 3729 "cfg-if",
 3730 "core-foundation 0.10.0",
 3731 "libc",
 3732]
 3733
 3734[[package]]
 3735name = "core-services"
 3736version = "0.2.1"
 3737source = "registry+https://github.com/rust-lang/crates.io-index"
 3738checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3739dependencies = [
 3740 "core-foundation 0.9.4",
 3741]
 3742
 3743[[package]]
 3744name = "core-text"
 3745version = "21.0.0"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3748dependencies = [
 3749 "core-foundation 0.10.0",
 3750 "core-graphics 0.24.0",
 3751 "foreign-types 0.5.0",
 3752 "libc",
 3753]
 3754
 3755[[package]]
 3756name = "core-video"
 3757version = "0.5.2"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3760dependencies = [
 3761 "block",
 3762 "core-foundation 0.10.0",
 3763 "core-graphics2",
 3764 "io-surface",
 3765 "libc",
 3766 "metal",
 3767]
 3768
 3769[[package]]
 3770name = "core_maths"
 3771version = "0.1.1"
 3772source = "registry+https://github.com/rust-lang/crates.io-index"
 3773checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3774dependencies = [
 3775 "libm",
 3776]
 3777
 3778[[package]]
 3779name = "coreaudio-rs"
 3780version = "0.12.1"
 3781source = "registry+https://github.com/rust-lang/crates.io-index"
 3782checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3783dependencies = [
 3784 "bitflags 1.3.2",
 3785 "core-foundation-sys",
 3786 "coreaudio-sys",
 3787]
 3788
 3789[[package]]
 3790name = "coreaudio-rs"
 3791version = "0.13.0"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3794dependencies = [
 3795 "bitflags 1.3.2",
 3796 "libc",
 3797 "objc2-audio-toolbox",
 3798 "objc2-core-audio",
 3799 "objc2-core-audio-types",
 3800 "objc2-core-foundation",
 3801]
 3802
 3803[[package]]
 3804name = "coreaudio-sys"
 3805version = "0.2.17"
 3806source = "registry+https://github.com/rust-lang/crates.io-index"
 3807checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3808dependencies = [
 3809 "bindgen 0.72.1",
 3810]
 3811
 3812[[package]]
 3813name = "cosmic-text"
 3814version = "0.17.1"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3817dependencies = [
 3818 "bitflags 2.10.0",
 3819 "fontdb 0.23.0",
 3820 "harfrust",
 3821 "linebender_resource_handle",
 3822 "log",
 3823 "rangemap",
 3824 "rustc-hash 2.1.1",
 3825 "self_cell",
 3826 "skrifa 0.40.0",
 3827 "smol_str",
 3828 "swash",
 3829 "sys-locale",
 3830 "unicode-bidi",
 3831 "unicode-linebreak",
 3832 "unicode-script",
 3833 "unicode-segmentation",
 3834]
 3835
 3836[[package]]
 3837name = "cpal"
 3838version = "0.17.1"
 3839source = "registry+https://github.com/rust-lang/crates.io-index"
 3840checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3841dependencies = [
 3842 "alsa",
 3843 "coreaudio-rs 0.13.0",
 3844 "dasp_sample",
 3845 "jni",
 3846 "js-sys",
 3847 "libc",
 3848 "mach2 0.5.0",
 3849 "ndk",
 3850 "ndk-context",
 3851 "num-derive",
 3852 "num-traits",
 3853 "objc2",
 3854 "objc2-audio-toolbox",
 3855 "objc2-avf-audio",
 3856 "objc2-core-audio",
 3857 "objc2-core-audio-types",
 3858 "objc2-core-foundation",
 3859 "objc2-foundation",
 3860 "wasm-bindgen",
 3861 "wasm-bindgen-futures",
 3862 "web-sys",
 3863 "windows 0.62.2",
 3864]
 3865
 3866[[package]]
 3867name = "cpp_demangle"
 3868version = "0.4.5"
 3869source = "registry+https://github.com/rust-lang/crates.io-index"
 3870checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3871dependencies = [
 3872 "cfg-if",
 3873]
 3874
 3875[[package]]
 3876name = "cpufeatures"
 3877version = "0.2.17"
 3878source = "registry+https://github.com/rust-lang/crates.io-index"
 3879checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3880dependencies = [
 3881 "libc",
 3882]
 3883
 3884[[package]]
 3885name = "cranelift-assembler-x64"
 3886version = "0.123.7"
 3887source = "registry+https://github.com/rust-lang/crates.io-index"
 3888checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3889dependencies = [
 3890 "cranelift-assembler-x64-meta",
 3891]
 3892
 3893[[package]]
 3894name = "cranelift-assembler-x64-meta"
 3895version = "0.123.7"
 3896source = "registry+https://github.com/rust-lang/crates.io-index"
 3897checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3898dependencies = [
 3899 "cranelift-srcgen",
 3900]
 3901
 3902[[package]]
 3903name = "cranelift-bforest"
 3904version = "0.123.7"
 3905source = "registry+https://github.com/rust-lang/crates.io-index"
 3906checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3907dependencies = [
 3908 "cranelift-entity",
 3909]
 3910
 3911[[package]]
 3912name = "cranelift-bitset"
 3913version = "0.123.7"
 3914source = "registry+https://github.com/rust-lang/crates.io-index"
 3915checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3916dependencies = [
 3917 "serde",
 3918 "serde_derive",
 3919]
 3920
 3921[[package]]
 3922name = "cranelift-codegen"
 3923version = "0.123.7"
 3924source = "registry+https://github.com/rust-lang/crates.io-index"
 3925checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3926dependencies = [
 3927 "bumpalo",
 3928 "cranelift-assembler-x64",
 3929 "cranelift-bforest",
 3930 "cranelift-bitset",
 3931 "cranelift-codegen-meta",
 3932 "cranelift-codegen-shared",
 3933 "cranelift-control",
 3934 "cranelift-entity",
 3935 "cranelift-isle",
 3936 "gimli",
 3937 "hashbrown 0.15.5",
 3938 "log",
 3939 "postcard",
 3940 "pulley-interpreter",
 3941 "regalloc2",
 3942 "rustc-hash 2.1.1",
 3943 "serde",
 3944 "serde_derive",
 3945 "sha2",
 3946 "smallvec",
 3947 "target-lexicon 0.13.3",
 3948 "wasmtime-internal-math",
 3949]
 3950
 3951[[package]]
 3952name = "cranelift-codegen-meta"
 3953version = "0.123.7"
 3954source = "registry+https://github.com/rust-lang/crates.io-index"
 3955checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3956dependencies = [
 3957 "cranelift-assembler-x64-meta",
 3958 "cranelift-codegen-shared",
 3959 "cranelift-srcgen",
 3960 "heck 0.5.0",
 3961 "pulley-interpreter",
 3962]
 3963
 3964[[package]]
 3965name = "cranelift-codegen-shared"
 3966version = "0.123.7"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3969
 3970[[package]]
 3971name = "cranelift-control"
 3972version = "0.123.7"
 3973source = "registry+https://github.com/rust-lang/crates.io-index"
 3974checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3975dependencies = [
 3976 "arbitrary",
 3977]
 3978
 3979[[package]]
 3980name = "cranelift-entity"
 3981version = "0.123.7"
 3982source = "registry+https://github.com/rust-lang/crates.io-index"
 3983checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3984dependencies = [
 3985 "cranelift-bitset",
 3986 "serde",
 3987 "serde_derive",
 3988]
 3989
 3990[[package]]
 3991name = "cranelift-frontend"
 3992version = "0.123.7"
 3993source = "registry+https://github.com/rust-lang/crates.io-index"
 3994checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3995dependencies = [
 3996 "cranelift-codegen",
 3997 "log",
 3998 "smallvec",
 3999 "target-lexicon 0.13.3",
 4000]
 4001
 4002[[package]]
 4003name = "cranelift-isle"
 4004version = "0.123.7"
 4005source = "registry+https://github.com/rust-lang/crates.io-index"
 4006checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4007
 4008[[package]]
 4009name = "cranelift-native"
 4010version = "0.123.7"
 4011source = "registry+https://github.com/rust-lang/crates.io-index"
 4012checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4013dependencies = [
 4014 "cranelift-codegen",
 4015 "libc",
 4016 "target-lexicon 0.13.3",
 4017]
 4018
 4019[[package]]
 4020name = "cranelift-srcgen"
 4021version = "0.123.7"
 4022source = "registry+https://github.com/rust-lang/crates.io-index"
 4023checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4024
 4025[[package]]
 4026name = "crash-context"
 4027version = "0.6.3"
 4028source = "registry+https://github.com/rust-lang/crates.io-index"
 4029checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4030dependencies = [
 4031 "cfg-if",
 4032 "libc",
 4033 "mach2 0.4.3",
 4034]
 4035
 4036[[package]]
 4037name = "crash-handler"
 4038version = "0.6.3"
 4039source = "registry+https://github.com/rust-lang/crates.io-index"
 4040checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4041dependencies = [
 4042 "cfg-if",
 4043 "crash-context",
 4044 "libc",
 4045 "mach2 0.4.3",
 4046 "parking_lot",
 4047]
 4048
 4049[[package]]
 4050name = "crashes"
 4051version = "0.1.0"
 4052dependencies = [
 4053 "cfg-if",
 4054 "crash-handler",
 4055 "futures 0.3.32",
 4056 "log",
 4057 "mach2 0.5.0",
 4058 "minidumper",
 4059 "parking_lot",
 4060 "paths",
 4061 "release_channel",
 4062 "serde",
 4063 "serde_json",
 4064 "smol",
 4065 "system_specs",
 4066 "windows 0.61.3",
 4067 "zstd",
 4068]
 4069
 4070[[package]]
 4071name = "crc"
 4072version = "3.3.0"
 4073source = "registry+https://github.com/rust-lang/crates.io-index"
 4074checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4075dependencies = [
 4076 "crc-catalog",
 4077]
 4078
 4079[[package]]
 4080name = "crc-catalog"
 4081version = "2.4.0"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4084
 4085[[package]]
 4086name = "crc-fast"
 4087version = "1.6.0"
 4088source = "registry+https://github.com/rust-lang/crates.io-index"
 4089checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4090dependencies = [
 4091 "crc",
 4092 "digest",
 4093 "rand 0.9.3",
 4094 "regex",
 4095 "rustversion",
 4096]
 4097
 4098[[package]]
 4099name = "crc32fast"
 4100version = "1.5.0"
 4101source = "registry+https://github.com/rust-lang/crates.io-index"
 4102checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4103dependencies = [
 4104 "cfg-if",
 4105]
 4106
 4107[[package]]
 4108name = "credentials_provider"
 4109version = "0.1.0"
 4110dependencies = [
 4111 "anyhow",
 4112 "gpui",
 4113 "serde",
 4114]
 4115
 4116[[package]]
 4117name = "criterion"
 4118version = "0.5.1"
 4119source = "registry+https://github.com/rust-lang/crates.io-index"
 4120checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4121dependencies = [
 4122 "anes",
 4123 "cast",
 4124 "ciborium",
 4125 "clap",
 4126 "criterion-plot",
 4127 "is-terminal",
 4128 "itertools 0.10.5",
 4129 "num-traits",
 4130 "once_cell",
 4131 "oorandom",
 4132 "plotters",
 4133 "rayon",
 4134 "regex",
 4135 "serde",
 4136 "serde_derive",
 4137 "serde_json",
 4138 "tinytemplate",
 4139 "walkdir",
 4140]
 4141
 4142[[package]]
 4143name = "criterion-plot"
 4144version = "0.5.0"
 4145source = "registry+https://github.com/rust-lang/crates.io-index"
 4146checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4147dependencies = [
 4148 "cast",
 4149 "itertools 0.10.5",
 4150]
 4151
 4152[[package]]
 4153name = "crossbeam"
 4154version = "0.8.4"
 4155source = "registry+https://github.com/rust-lang/crates.io-index"
 4156checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4157dependencies = [
 4158 "crossbeam-channel",
 4159 "crossbeam-deque",
 4160 "crossbeam-epoch",
 4161 "crossbeam-queue",
 4162 "crossbeam-utils",
 4163]
 4164
 4165[[package]]
 4166name = "crossbeam-channel"
 4167version = "0.5.15"
 4168source = "registry+https://github.com/rust-lang/crates.io-index"
 4169checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4170dependencies = [
 4171 "crossbeam-utils",
 4172]
 4173
 4174[[package]]
 4175name = "crossbeam-deque"
 4176version = "0.8.6"
 4177source = "registry+https://github.com/rust-lang/crates.io-index"
 4178checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4179dependencies = [
 4180 "crossbeam-epoch",
 4181 "crossbeam-utils",
 4182]
 4183
 4184[[package]]
 4185name = "crossbeam-epoch"
 4186version = "0.9.18"
 4187source = "registry+https://github.com/rust-lang/crates.io-index"
 4188checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4189dependencies = [
 4190 "crossbeam-utils",
 4191]
 4192
 4193[[package]]
 4194name = "crossbeam-queue"
 4195version = "0.3.12"
 4196source = "registry+https://github.com/rust-lang/crates.io-index"
 4197checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4198dependencies = [
 4199 "crossbeam-utils",
 4200]
 4201
 4202[[package]]
 4203name = "crossbeam-utils"
 4204version = "0.8.21"
 4205source = "registry+https://github.com/rust-lang/crates.io-index"
 4206checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4207
 4208[[package]]
 4209name = "crunchy"
 4210version = "0.2.4"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4213
 4214[[package]]
 4215name = "crypto-bigint"
 4216version = "0.4.9"
 4217source = "registry+https://github.com/rust-lang/crates.io-index"
 4218checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4219dependencies = [
 4220 "generic-array",
 4221 "rand_core 0.6.4",
 4222 "subtle",
 4223 "zeroize",
 4224]
 4225
 4226[[package]]
 4227name = "crypto-bigint"
 4228version = "0.5.5"
 4229source = "registry+https://github.com/rust-lang/crates.io-index"
 4230checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4231dependencies = [
 4232 "rand_core 0.6.4",
 4233 "subtle",
 4234]
 4235
 4236[[package]]
 4237name = "crypto-common"
 4238version = "0.1.6"
 4239source = "registry+https://github.com/rust-lang/crates.io-index"
 4240checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4241dependencies = [
 4242 "generic-array",
 4243 "typenum",
 4244]
 4245
 4246[[package]]
 4247name = "cssparser"
 4248version = "0.35.0"
 4249source = "registry+https://github.com/rust-lang/crates.io-index"
 4250checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4251dependencies = [
 4252 "cssparser-macros",
 4253 "dtoa-short",
 4254 "itoa",
 4255 "phf 0.11.3",
 4256 "smallvec",
 4257]
 4258
 4259[[package]]
 4260name = "cssparser-macros"
 4261version = "0.6.1"
 4262source = "registry+https://github.com/rust-lang/crates.io-index"
 4263checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4264dependencies = [
 4265 "quote",
 4266 "syn 2.0.117",
 4267]
 4268
 4269[[package]]
 4270name = "csv_preview"
 4271version = "0.1.0"
 4272dependencies = [
 4273 "anyhow",
 4274 "editor",
 4275 "feature_flags",
 4276 "gpui",
 4277 "log",
 4278 "text",
 4279 "ui",
 4280 "workspace",
 4281]
 4282
 4283[[package]]
 4284name = "ctor"
 4285version = "0.4.3"
 4286source = "registry+https://github.com/rust-lang/crates.io-index"
 4287checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4288dependencies = [
 4289 "ctor-proc-macro",
 4290 "dtor",
 4291]
 4292
 4293[[package]]
 4294name = "ctor-proc-macro"
 4295version = "0.0.6"
 4296source = "registry+https://github.com/rust-lang/crates.io-index"
 4297checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4298
 4299[[package]]
 4300name = "ctrlc"
 4301version = "3.5.0"
 4302source = "registry+https://github.com/rust-lang/crates.io-index"
 4303checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4304dependencies = [
 4305 "dispatch",
 4306 "nix 0.30.1",
 4307 "windows-sys 0.61.2",
 4308]
 4309
 4310[[package]]
 4311name = "cursor-icon"
 4312version = "1.2.0"
 4313source = "registry+https://github.com/rust-lang/crates.io-index"
 4314checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4315
 4316[[package]]
 4317name = "cxx"
 4318version = "1.0.187"
 4319source = "registry+https://github.com/rust-lang/crates.io-index"
 4320checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4321dependencies = [
 4322 "cc",
 4323 "cxx-build",
 4324 "cxxbridge-cmd",
 4325 "cxxbridge-flags",
 4326 "cxxbridge-macro",
 4327 "foldhash 0.2.0",
 4328 "link-cplusplus",
 4329]
 4330
 4331[[package]]
 4332name = "cxx-build"
 4333version = "1.0.187"
 4334source = "registry+https://github.com/rust-lang/crates.io-index"
 4335checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4336dependencies = [
 4337 "cc",
 4338 "codespan-reporting",
 4339 "indexmap",
 4340 "proc-macro2",
 4341 "quote",
 4342 "scratch",
 4343 "syn 2.0.117",
 4344]
 4345
 4346[[package]]
 4347name = "cxxbridge-cmd"
 4348version = "1.0.187"
 4349source = "registry+https://github.com/rust-lang/crates.io-index"
 4350checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4351dependencies = [
 4352 "clap",
 4353 "codespan-reporting",
 4354 "indexmap",
 4355 "proc-macro2",
 4356 "quote",
 4357 "syn 2.0.117",
 4358]
 4359
 4360[[package]]
 4361name = "cxxbridge-flags"
 4362version = "1.0.187"
 4363source = "registry+https://github.com/rust-lang/crates.io-index"
 4364checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4365
 4366[[package]]
 4367name = "cxxbridge-macro"
 4368version = "1.0.187"
 4369source = "registry+https://github.com/rust-lang/crates.io-index"
 4370checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4371dependencies = [
 4372 "indexmap",
 4373 "proc-macro2",
 4374 "quote",
 4375 "syn 2.0.117",
 4376]
 4377
 4378[[package]]
 4379name = "dap"
 4380version = "0.1.0"
 4381dependencies = [
 4382 "anyhow",
 4383 "async-compression",
 4384 "async-pipe",
 4385 "async-tar",
 4386 "async-trait",
 4387 "client",
 4388 "collections",
 4389 "dap-types",
 4390 "fs",
 4391 "futures 0.3.32",
 4392 "gpui",
 4393 "http_client",
 4394 "language",
 4395 "libc",
 4396 "log",
 4397 "node_runtime",
 4398 "parking_lot",
 4399 "paths",
 4400 "proto",
 4401 "schemars",
 4402 "serde",
 4403 "serde_json",
 4404 "settings",
 4405 "smallvec",
 4406 "smol",
 4407 "task",
 4408 "telemetry",
 4409 "util",
 4410 "zlog",
 4411]
 4412
 4413[[package]]
 4414name = "dap-types"
 4415version = "0.0.1"
 4416source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4417dependencies = [
 4418 "schemars",
 4419 "serde",
 4420 "serde_json",
 4421]
 4422
 4423[[package]]
 4424name = "dap_adapters"
 4425version = "0.1.0"
 4426dependencies = [
 4427 "anyhow",
 4428 "async-trait",
 4429 "collections",
 4430 "dap",
 4431 "dotenvy",
 4432 "fs",
 4433 "futures 0.3.32",
 4434 "gpui",
 4435 "http_client",
 4436 "json_dotpath",
 4437 "language",
 4438 "log",
 4439 "node_runtime",
 4440 "paths",
 4441 "serde",
 4442 "serde_json",
 4443 "settings",
 4444 "smol",
 4445 "task",
 4446 "util",
 4447]
 4448
 4449[[package]]
 4450name = "darling"
 4451version = "0.20.11"
 4452source = "registry+https://github.com/rust-lang/crates.io-index"
 4453checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4454dependencies = [
 4455 "darling_core 0.20.11",
 4456 "darling_macro 0.20.11",
 4457]
 4458
 4459[[package]]
 4460name = "darling"
 4461version = "0.21.3"
 4462source = "registry+https://github.com/rust-lang/crates.io-index"
 4463checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4464dependencies = [
 4465 "darling_core 0.21.3",
 4466 "darling_macro 0.21.3",
 4467]
 4468
 4469[[package]]
 4470name = "darling_core"
 4471version = "0.20.11"
 4472source = "registry+https://github.com/rust-lang/crates.io-index"
 4473checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4474dependencies = [
 4475 "fnv",
 4476 "ident_case",
 4477 "proc-macro2",
 4478 "quote",
 4479 "strsim",
 4480 "syn 2.0.117",
 4481]
 4482
 4483[[package]]
 4484name = "darling_core"
 4485version = "0.21.3"
 4486source = "registry+https://github.com/rust-lang/crates.io-index"
 4487checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4488dependencies = [
 4489 "fnv",
 4490 "ident_case",
 4491 "proc-macro2",
 4492 "quote",
 4493 "strsim",
 4494 "syn 2.0.117",
 4495]
 4496
 4497[[package]]
 4498name = "darling_macro"
 4499version = "0.20.11"
 4500source = "registry+https://github.com/rust-lang/crates.io-index"
 4501checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4502dependencies = [
 4503 "darling_core 0.20.11",
 4504 "quote",
 4505 "syn 2.0.117",
 4506]
 4507
 4508[[package]]
 4509name = "darling_macro"
 4510version = "0.21.3"
 4511source = "registry+https://github.com/rust-lang/crates.io-index"
 4512checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4513dependencies = [
 4514 "darling_core 0.21.3",
 4515 "quote",
 4516 "syn 2.0.117",
 4517]
 4518
 4519[[package]]
 4520name = "dashmap"
 4521version = "6.1.0"
 4522source = "registry+https://github.com/rust-lang/crates.io-index"
 4523checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4524dependencies = [
 4525 "cfg-if",
 4526 "crossbeam-utils",
 4527 "hashbrown 0.14.5",
 4528 "lock_api",
 4529 "once_cell",
 4530 "parking_lot_core",
 4531]
 4532
 4533[[package]]
 4534name = "dasp_sample"
 4535version = "0.11.0"
 4536source = "registry+https://github.com/rust-lang/crates.io-index"
 4537checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4538
 4539[[package]]
 4540name = "data-encoding"
 4541version = "2.9.0"
 4542source = "registry+https://github.com/rust-lang/crates.io-index"
 4543checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4544
 4545[[package]]
 4546name = "data-url"
 4547version = "0.3.2"
 4548source = "registry+https://github.com/rust-lang/crates.io-index"
 4549checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4550
 4551[[package]]
 4552name = "db"
 4553version = "0.1.0"
 4554dependencies = [
 4555 "anyhow",
 4556 "gpui",
 4557 "indoc",
 4558 "inventory",
 4559 "log",
 4560 "paths",
 4561 "release_channel",
 4562 "smol",
 4563 "sqlez",
 4564 "sqlez_macros",
 4565 "tempfile",
 4566 "util",
 4567 "uuid",
 4568 "zed_env_vars",
 4569]
 4570
 4571[[package]]
 4572name = "dbus"
 4573version = "0.9.9"
 4574source = "registry+https://github.com/rust-lang/crates.io-index"
 4575checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4576dependencies = [
 4577 "libc",
 4578 "libdbus-sys",
 4579 "windows-sys 0.59.0",
 4580]
 4581
 4582[[package]]
 4583name = "debug_adapter_extension"
 4584version = "0.1.0"
 4585dependencies = [
 4586 "anyhow",
 4587 "async-trait",
 4588 "collections",
 4589 "dap",
 4590 "extension",
 4591 "gpui",
 4592 "serde_json",
 4593 "task",
 4594 "util",
 4595]
 4596
 4597[[package]]
 4598name = "debugger_tools"
 4599version = "0.1.0"
 4600dependencies = [
 4601 "anyhow",
 4602 "dap",
 4603 "editor",
 4604 "futures 0.3.32",
 4605 "gpui",
 4606 "project",
 4607 "serde_json",
 4608 "settings",
 4609 "smol",
 4610 "util",
 4611 "workspace",
 4612]
 4613
 4614[[package]]
 4615name = "debugger_ui"
 4616version = "0.1.0"
 4617dependencies = [
 4618 "alacritty_terminal",
 4619 "anyhow",
 4620 "bitflags 2.10.0",
 4621 "client",
 4622 "collections",
 4623 "command_palette_hooks",
 4624 "dap",
 4625 "dap_adapters",
 4626 "db",
 4627 "debugger_tools",
 4628 "editor",
 4629 "feature_flags",
 4630 "file_icons",
 4631 "futures 0.3.32",
 4632 "fuzzy",
 4633 "gpui",
 4634 "hex",
 4635 "indoc",
 4636 "itertools 0.14.0",
 4637 "language",
 4638 "log",
 4639 "menu",
 4640 "notifications",
 4641 "parking_lot",
 4642 "parse_int",
 4643 "paths",
 4644 "picker",
 4645 "pretty_assertions",
 4646 "project",
 4647 "rpc",
 4648 "schemars",
 4649 "serde",
 4650 "serde_json",
 4651 "serde_json_lenient",
 4652 "settings",
 4653 "sysinfo 0.37.2",
 4654 "task",
 4655 "tasks_ui",
 4656 "terminal_view",
 4657 "text",
 4658 "theme",
 4659 "theme_settings",
 4660 "tree-sitter",
 4661 "tree-sitter-go",
 4662 "tree-sitter-json",
 4663 "ui",
 4664 "ui_input",
 4665 "unindent",
 4666 "util",
 4667 "workspace",
 4668 "zed_actions",
 4669 "zlog",
 4670]
 4671
 4672[[package]]
 4673name = "debugid"
 4674version = "0.8.0"
 4675source = "registry+https://github.com/rust-lang/crates.io-index"
 4676checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4677dependencies = [
 4678 "uuid",
 4679]
 4680
 4681[[package]]
 4682name = "deepseek"
 4683version = "0.1.0"
 4684dependencies = [
 4685 "anyhow",
 4686 "futures 0.3.32",
 4687 "http_client",
 4688 "schemars",
 4689 "serde",
 4690 "serde_json",
 4691]
 4692
 4693[[package]]
 4694name = "deflate64"
 4695version = "0.1.10"
 4696source = "registry+https://github.com/rust-lang/crates.io-index"
 4697checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4698
 4699[[package]]
 4700name = "denoise"
 4701version = "0.1.0"
 4702dependencies = [
 4703 "candle-core",
 4704 "candle-onnx",
 4705 "log",
 4706 "realfft",
 4707 "rodio",
 4708 "rustfft",
 4709 "thiserror 2.0.17",
 4710]
 4711
 4712[[package]]
 4713name = "der"
 4714version = "0.6.1"
 4715source = "registry+https://github.com/rust-lang/crates.io-index"
 4716checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4717dependencies = [
 4718 "const-oid",
 4719 "zeroize",
 4720]
 4721
 4722[[package]]
 4723name = "der"
 4724version = "0.7.10"
 4725source = "registry+https://github.com/rust-lang/crates.io-index"
 4726checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4727dependencies = [
 4728 "const-oid",
 4729 "pem-rfc7468",
 4730 "zeroize",
 4731]
 4732
 4733[[package]]
 4734name = "deranged"
 4735version = "0.5.4"
 4736source = "registry+https://github.com/rust-lang/crates.io-index"
 4737checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4738dependencies = [
 4739 "powerfmt",
 4740 "serde_core",
 4741]
 4742
 4743[[package]]
 4744name = "derive_arbitrary"
 4745version = "1.4.2"
 4746source = "registry+https://github.com/rust-lang/crates.io-index"
 4747checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4748dependencies = [
 4749 "proc-macro2",
 4750 "quote",
 4751 "syn 2.0.117",
 4752]
 4753
 4754[[package]]
 4755name = "derive_more"
 4756version = "2.1.1"
 4757source = "registry+https://github.com/rust-lang/crates.io-index"
 4758checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4759dependencies = [
 4760 "derive_more-impl",
 4761]
 4762
 4763[[package]]
 4764name = "derive_more-impl"
 4765version = "2.1.1"
 4766source = "registry+https://github.com/rust-lang/crates.io-index"
 4767checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4768dependencies = [
 4769 "convert_case 0.10.0",
 4770 "proc-macro2",
 4771 "quote",
 4772 "rustc_version",
 4773 "syn 2.0.117",
 4774 "unicode-xid",
 4775]
 4776
 4777[[package]]
 4778name = "derive_refineable"
 4779version = "0.1.0"
 4780dependencies = [
 4781 "proc-macro2",
 4782 "quote",
 4783 "syn 2.0.117",
 4784]
 4785
 4786[[package]]
 4787name = "derive_setters"
 4788version = "0.1.9"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4791dependencies = [
 4792 "darling 0.21.3",
 4793 "proc-macro2",
 4794 "quote",
 4795 "syn 2.0.117",
 4796]
 4797
 4798[[package]]
 4799name = "dev_container"
 4800version = "0.1.0"
 4801dependencies = [
 4802 "async-tar",
 4803 "async-trait",
 4804 "env_logger 0.11.8",
 4805 "fs",
 4806 "futures 0.3.32",
 4807 "gpui",
 4808 "http 1.3.1",
 4809 "http_client",
 4810 "log",
 4811 "menu",
 4812 "paths",
 4813 "picker",
 4814 "project",
 4815 "regex",
 4816 "serde",
 4817 "serde_json",
 4818 "serde_json_lenient",
 4819 "settings",
 4820 "shlex",
 4821 "ui",
 4822 "util",
 4823 "walkdir",
 4824 "workspace",
 4825 "worktree",
 4826]
 4827
 4828[[package]]
 4829name = "diagnostics"
 4830version = "0.1.0"
 4831dependencies = [
 4832 "anyhow",
 4833 "collections",
 4834 "component",
 4835 "ctor",
 4836 "editor",
 4837 "gpui",
 4838 "indoc",
 4839 "itertools 0.14.0",
 4840 "language",
 4841 "log",
 4842 "lsp",
 4843 "markdown",
 4844 "pretty_assertions",
 4845 "project",
 4846 "rand 0.9.3",
 4847 "serde",
 4848 "serde_json",
 4849 "settings",
 4850 "text",
 4851 "theme",
 4852 "theme_settings",
 4853 "ui",
 4854 "unindent",
 4855 "util",
 4856 "workspace",
 4857 "zed_actions",
 4858 "zlog",
 4859]
 4860
 4861[[package]]
 4862name = "dialoguer"
 4863version = "0.12.0"
 4864source = "registry+https://github.com/rust-lang/crates.io-index"
 4865checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4866dependencies = [
 4867 "console",
 4868 "shell-words",
 4869]
 4870
 4871[[package]]
 4872name = "diff"
 4873version = "0.1.13"
 4874source = "registry+https://github.com/rust-lang/crates.io-index"
 4875checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4876
 4877[[package]]
 4878name = "diffy"
 4879version = "0.4.2"
 4880source = "registry+https://github.com/rust-lang/crates.io-index"
 4881checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4882dependencies = [
 4883 "nu-ansi-term",
 4884]
 4885
 4886[[package]]
 4887name = "digest"
 4888version = "0.10.7"
 4889source = "registry+https://github.com/rust-lang/crates.io-index"
 4890checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4891dependencies = [
 4892 "block-buffer",
 4893 "const-oid",
 4894 "crypto-common",
 4895 "subtle",
 4896]
 4897
 4898[[package]]
 4899name = "dirs"
 4900version = "6.0.0"
 4901source = "registry+https://github.com/rust-lang/crates.io-index"
 4902checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4903dependencies = [
 4904 "dirs-sys",
 4905]
 4906
 4907[[package]]
 4908name = "dirs-sys"
 4909version = "0.5.0"
 4910source = "registry+https://github.com/rust-lang/crates.io-index"
 4911checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4912dependencies = [
 4913 "libc",
 4914 "option-ext",
 4915 "redox_users",
 4916 "windows-sys 0.61.2",
 4917]
 4918
 4919[[package]]
 4920name = "dispatch"
 4921version = "0.2.0"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4924
 4925[[package]]
 4926name = "dispatch2"
 4927version = "0.3.1"
 4928source = "registry+https://github.com/rust-lang/crates.io-index"
 4929checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4930dependencies = [
 4931 "bitflags 2.10.0",
 4932 "block2",
 4933 "libc",
 4934 "objc2",
 4935]
 4936
 4937[[package]]
 4938name = "displaydoc"
 4939version = "0.2.5"
 4940source = "registry+https://github.com/rust-lang/crates.io-index"
 4941checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4942dependencies = [
 4943 "proc-macro2",
 4944 "quote",
 4945 "syn 2.0.117",
 4946]
 4947
 4948[[package]]
 4949name = "dlib"
 4950version = "0.5.2"
 4951source = "registry+https://github.com/rust-lang/crates.io-index"
 4952checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4953dependencies = [
 4954 "libloading",
 4955]
 4956
 4957[[package]]
 4958name = "docs_preprocessor"
 4959version = "0.1.0"
 4960dependencies = [
 4961 "anyhow",
 4962 "collections",
 4963 "jsonschema",
 4964 "mdbook",
 4965 "regex",
 4966 "schemars",
 4967 "serde",
 4968 "serde_json",
 4969 "settings",
 4970 "task",
 4971 "theme",
 4972 "util",
 4973 "zlog",
 4974]
 4975
 4976[[package]]
 4977name = "document-features"
 4978version = "0.2.12"
 4979source = "registry+https://github.com/rust-lang/crates.io-index"
 4980checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4981dependencies = [
 4982 "litrs",
 4983]
 4984
 4985[[package]]
 4986name = "documented"
 4987version = "0.9.2"
 4988source = "registry+https://github.com/rust-lang/crates.io-index"
 4989checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4990dependencies = [
 4991 "documented-macros",
 4992 "phf 0.12.1",
 4993 "thiserror 2.0.17",
 4994]
 4995
 4996[[package]]
 4997name = "documented-macros"
 4998version = "0.9.2"
 4999source = "registry+https://github.com/rust-lang/crates.io-index"
 5000checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5001dependencies = [
 5002 "convert_case 0.8.0",
 5003 "itertools 0.14.0",
 5004 "optfield",
 5005 "proc-macro2",
 5006 "quote",
 5007 "strum 0.27.2",
 5008 "syn 2.0.117",
 5009]
 5010
 5011[[package]]
 5012name = "dotenvy"
 5013version = "0.15.7"
 5014source = "registry+https://github.com/rust-lang/crates.io-index"
 5015checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5016
 5017[[package]]
 5018name = "downcast-rs"
 5019version = "1.2.1"
 5020source = "registry+https://github.com/rust-lang/crates.io-index"
 5021checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5022
 5023[[package]]
 5024name = "doxygen-rs"
 5025version = "0.4.2"
 5026source = "registry+https://github.com/rust-lang/crates.io-index"
 5027checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5028dependencies = [
 5029 "phf 0.11.3",
 5030]
 5031
 5032[[package]]
 5033name = "dtoa"
 5034version = "1.0.10"
 5035source = "registry+https://github.com/rust-lang/crates.io-index"
 5036checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5037
 5038[[package]]
 5039name = "dtoa-short"
 5040version = "0.3.5"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5043dependencies = [
 5044 "dtoa",
 5045]
 5046
 5047[[package]]
 5048name = "dtor"
 5049version = "0.0.6"
 5050source = "registry+https://github.com/rust-lang/crates.io-index"
 5051checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5052dependencies = [
 5053 "dtor-proc-macro",
 5054]
 5055
 5056[[package]]
 5057name = "dtor-proc-macro"
 5058version = "0.0.5"
 5059source = "registry+https://github.com/rust-lang/crates.io-index"
 5060checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5061
 5062[[package]]
 5063name = "dunce"
 5064version = "1.0.5"
 5065source = "registry+https://github.com/rust-lang/crates.io-index"
 5066checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5067
 5068[[package]]
 5069name = "dwrote"
 5070version = "0.11.5"
 5071source = "registry+https://github.com/rust-lang/crates.io-index"
 5072checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5073dependencies = [
 5074 "lazy_static",
 5075 "libc",
 5076 "winapi",
 5077 "wio",
 5078]
 5079
 5080[[package]]
 5081name = "dyn-clone"
 5082version = "1.0.20"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5085
 5086[[package]]
 5087name = "dyn-stack"
 5088version = "0.10.0"
 5089source = "registry+https://github.com/rust-lang/crates.io-index"
 5090checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5091dependencies = [
 5092 "bytemuck",
 5093 "reborrow",
 5094]
 5095
 5096[[package]]
 5097name = "dyn-stack"
 5098version = "0.13.2"
 5099source = "registry+https://github.com/rust-lang/crates.io-index"
 5100checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5101dependencies = [
 5102 "bytemuck",
 5103 "dyn-stack-macros",
 5104]
 5105
 5106[[package]]
 5107name = "dyn-stack-macros"
 5108version = "0.1.3"
 5109source = "registry+https://github.com/rust-lang/crates.io-index"
 5110checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5111
 5112[[package]]
 5113name = "ec4rs"
 5114version = "1.2.0"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5117
 5118[[package]]
 5119name = "ecdsa"
 5120version = "0.14.8"
 5121source = "registry+https://github.com/rust-lang/crates.io-index"
 5122checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5123dependencies = [
 5124 "der 0.6.1",
 5125 "elliptic-curve",
 5126 "rfc6979",
 5127 "signature 1.6.4",
 5128]
 5129
 5130[[package]]
 5131name = "edit_prediction"
 5132version = "0.1.0"
 5133dependencies = [
 5134 "ai_onboarding",
 5135 "anyhow",
 5136 "buffer_diff",
 5137 "client",
 5138 "clock",
 5139 "cloud_api_client",
 5140 "cloud_api_types",
 5141 "cloud_llm_client",
 5142 "collections",
 5143 "copilot",
 5144 "copilot_ui",
 5145 "credentials_provider",
 5146 "criterion",
 5147 "ctor",
 5148 "db",
 5149 "edit_prediction_context",
 5150 "edit_prediction_metrics",
 5151 "edit_prediction_types",
 5152 "feature_flags",
 5153 "fs",
 5154 "futures 0.3.32",
 5155 "gpui",
 5156 "heapless",
 5157 "indoc",
 5158 "itertools 0.14.0",
 5159 "language",
 5160 "language_model",
 5161 "languages",
 5162 "log",
 5163 "lsp",
 5164 "menu",
 5165 "node_runtime",
 5166 "open_ai",
 5167 "parking_lot",
 5168 "postage",
 5169 "pretty_assertions",
 5170 "project",
 5171 "pulldown-cmark 0.13.0",
 5172 "rand 0.9.3",
 5173 "regex",
 5174 "release_channel",
 5175 "semver",
 5176 "serde",
 5177 "serde_json",
 5178 "settings",
 5179 "strum 0.27.2",
 5180 "telemetry",
 5181 "telemetry_events",
 5182 "text",
 5183 "thiserror 2.0.17",
 5184 "time",
 5185 "toml 0.8.23",
 5186 "ui",
 5187 "util",
 5188 "uuid",
 5189 "workspace",
 5190 "worktree",
 5191 "zed_actions",
 5192 "zed_credentials_provider",
 5193 "zeta_prompt",
 5194 "zlog",
 5195 "zstd",
 5196]
 5197
 5198[[package]]
 5199name = "edit_prediction_cli"
 5200version = "0.1.0"
 5201dependencies = [
 5202 "anthropic",
 5203 "anyhow",
 5204 "chrono",
 5205 "clap",
 5206 "client",
 5207 "cloud_llm_client",
 5208 "collections",
 5209 "db",
 5210 "debug_adapter_extension",
 5211 "dirs",
 5212 "edit_prediction",
 5213 "edit_prediction_metrics",
 5214 "extension",
 5215 "flate2",
 5216 "fs",
 5217 "futures 0.3.32",
 5218 "gaoya",
 5219 "gpui",
 5220 "gpui_platform",
 5221 "gpui_tokio",
 5222 "http_client",
 5223 "indoc",
 5224 "language",
 5225 "language_extension",
 5226 "language_model",
 5227 "language_models",
 5228 "languages",
 5229 "libc",
 5230 "log",
 5231 "node_runtime",
 5232 "open_ai",
 5233 "paths",
 5234 "pretty_assertions",
 5235 "project",
 5236 "prompt_store",
 5237 "rand 0.9.3",
 5238 "release_channel",
 5239 "reqwest_client",
 5240 "rust-embed",
 5241 "serde",
 5242 "serde_json",
 5243 "settings",
 5244 "shellexpand",
 5245 "similar",
 5246 "smol",
 5247 "sqlez",
 5248 "sqlez_macros",
 5249 "strum 0.27.2",
 5250 "telemetry_events",
 5251 "tempfile",
 5252 "terminal_view",
 5253 "toml 0.8.23",
 5254 "util",
 5255 "wasmtime",
 5256 "watch",
 5257 "workspace",
 5258 "zeta_prompt",
 5259]
 5260
 5261[[package]]
 5262name = "edit_prediction_context"
 5263version = "0.1.0"
 5264dependencies = [
 5265 "anyhow",
 5266 "clock",
 5267 "collections",
 5268 "env_logger 0.11.8",
 5269 "futures 0.3.32",
 5270 "gpui",
 5271 "indoc",
 5272 "language",
 5273 "log",
 5274 "lsp",
 5275 "parking_lot",
 5276 "pretty_assertions",
 5277 "project",
 5278 "serde",
 5279 "serde_json",
 5280 "settings",
 5281 "smallvec",
 5282 "text",
 5283 "tree-sitter",
 5284 "util",
 5285 "zeta_prompt",
 5286]
 5287
 5288[[package]]
 5289name = "edit_prediction_metrics"
 5290version = "0.1.0"
 5291dependencies = [
 5292 "indoc",
 5293 "language",
 5294 "pretty_assertions",
 5295 "serde",
 5296 "similar",
 5297 "tree-sitter",
 5298 "zeta_prompt",
 5299]
 5300
 5301[[package]]
 5302name = "edit_prediction_types"
 5303version = "0.1.0"
 5304dependencies = [
 5305 "client",
 5306 "gpui",
 5307 "icons",
 5308 "language",
 5309 "text",
 5310]
 5311
 5312[[package]]
 5313name = "edit_prediction_ui"
 5314version = "0.1.0"
 5315dependencies = [
 5316 "anyhow",
 5317 "buffer_diff",
 5318 "client",
 5319 "cloud_llm_client",
 5320 "codestral",
 5321 "collections",
 5322 "command_palette_hooks",
 5323 "copilot",
 5324 "copilot_chat",
 5325 "copilot_ui",
 5326 "edit_prediction",
 5327 "edit_prediction_types",
 5328 "editor",
 5329 "feature_flags",
 5330 "fs",
 5331 "futures 0.3.32",
 5332 "gpui",
 5333 "indoc",
 5334 "language",
 5335 "markdown",
 5336 "menu",
 5337 "multi_buffer",
 5338 "paths",
 5339 "project",
 5340 "regex",
 5341 "settings",
 5342 "telemetry",
 5343 "text",
 5344 "theme",
 5345 "theme_settings",
 5346 "time",
 5347 "ui",
 5348 "util",
 5349 "workspace",
 5350 "zed_actions",
 5351 "zeta_prompt",
 5352]
 5353
 5354[[package]]
 5355name = "editor"
 5356version = "0.1.0"
 5357dependencies = [
 5358 "aho-corasick",
 5359 "anyhow",
 5360 "assets",
 5361 "breadcrumbs",
 5362 "buffer_diff",
 5363 "client",
 5364 "clock",
 5365 "collections",
 5366 "convert_case 0.8.0",
 5367 "criterion",
 5368 "ctor",
 5369 "dap",
 5370 "db",
 5371 "edit_prediction_types",
 5372 "emojis",
 5373 "feature_flags",
 5374 "file_icons",
 5375 "fs",
 5376 "futures 0.3.32",
 5377 "fuzzy",
 5378 "git",
 5379 "gpui",
 5380 "indoc",
 5381 "itertools 0.14.0",
 5382 "language",
 5383 "languages",
 5384 "linkify",
 5385 "log",
 5386 "lsp",
 5387 "markdown",
 5388 "menu",
 5389 "multi_buffer",
 5390 "ordered-float 2.10.1",
 5391 "parking_lot",
 5392 "pretty_assertions",
 5393 "project",
 5394 "proptest",
 5395 "proptest-derive",
 5396 "rand 0.9.3",
 5397 "regex",
 5398 "release_channel",
 5399 "rope",
 5400 "rpc",
 5401 "schemars",
 5402 "semver",
 5403 "serde",
 5404 "serde_json",
 5405 "settings",
 5406 "smallvec",
 5407 "smol",
 5408 "snippet",
 5409 "sum_tree",
 5410 "task",
 5411 "telemetry",
 5412 "text",
 5413 "theme",
 5414 "theme_settings",
 5415 "time",
 5416 "tracing",
 5417 "tree-sitter-bash",
 5418 "tree-sitter-c",
 5419 "tree-sitter-html",
 5420 "tree-sitter-md",
 5421 "tree-sitter-python",
 5422 "tree-sitter-rust",
 5423 "tree-sitter-typescript",
 5424 "tree-sitter-yaml",
 5425 "ui",
 5426 "ui_input",
 5427 "unicode-script",
 5428 "unicode-segmentation",
 5429 "unicode-width",
 5430 "unindent",
 5431 "url",
 5432 "util",
 5433 "uuid",
 5434 "vim_mode_setting",
 5435 "workspace",
 5436 "zed_actions",
 5437 "zlog",
 5438 "ztracing",
 5439]
 5440
 5441[[package]]
 5442name = "either"
 5443version = "1.15.0"
 5444source = "registry+https://github.com/rust-lang/crates.io-index"
 5445checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5446dependencies = [
 5447 "serde",
 5448]
 5449
 5450[[package]]
 5451name = "elasticlunr-rs"
 5452version = "3.0.2"
 5453source = "registry+https://github.com/rust-lang/crates.io-index"
 5454checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5455dependencies = [
 5456 "regex",
 5457 "serde",
 5458 "serde_derive",
 5459 "serde_json",
 5460]
 5461
 5462[[package]]
 5463name = "elliptic-curve"
 5464version = "0.12.3"
 5465source = "registry+https://github.com/rust-lang/crates.io-index"
 5466checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5467dependencies = [
 5468 "base16ct",
 5469 "crypto-bigint 0.4.9",
 5470 "der 0.6.1",
 5471 "digest",
 5472 "ff",
 5473 "generic-array",
 5474 "group",
 5475 "pkcs8 0.9.0",
 5476 "rand_core 0.6.4",
 5477 "sec1",
 5478 "subtle",
 5479 "zeroize",
 5480]
 5481
 5482[[package]]
 5483name = "email_address"
 5484version = "0.2.9"
 5485source = "registry+https://github.com/rust-lang/crates.io-index"
 5486checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5487dependencies = [
 5488 "serde",
 5489]
 5490
 5491[[package]]
 5492name = "embed-resource"
 5493version = "3.0.6"
 5494source = "registry+https://github.com/rust-lang/crates.io-index"
 5495checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5496dependencies = [
 5497 "cc",
 5498 "memchr",
 5499 "rustc_version",
 5500 "toml 0.9.8",
 5501 "vswhom",
 5502 "winreg 0.55.0",
 5503]
 5504
 5505[[package]]
 5506name = "embedded-io"
 5507version = "0.4.0"
 5508source = "registry+https://github.com/rust-lang/crates.io-index"
 5509checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5510
 5511[[package]]
 5512name = "embedded-io"
 5513version = "0.6.1"
 5514source = "registry+https://github.com/rust-lang/crates.io-index"
 5515checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5516
 5517[[package]]
 5518name = "emojis"
 5519version = "0.6.4"
 5520source = "registry+https://github.com/rust-lang/crates.io-index"
 5521checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5522dependencies = [
 5523 "phf 0.11.3",
 5524]
 5525
 5526[[package]]
 5527name = "encode_unicode"
 5528version = "1.0.0"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5531
 5532[[package]]
 5533name = "encoding_rs"
 5534version = "0.8.35"
 5535source = "registry+https://github.com/rust-lang/crates.io-index"
 5536checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5537dependencies = [
 5538 "cfg-if",
 5539]
 5540
 5541[[package]]
 5542name = "encoding_selector"
 5543version = "0.1.0"
 5544dependencies = [
 5545 "editor",
 5546 "encoding_rs",
 5547 "fuzzy",
 5548 "gpui",
 5549 "language",
 5550 "picker",
 5551 "project",
 5552 "ui",
 5553 "util",
 5554 "workspace",
 5555]
 5556
 5557[[package]]
 5558name = "endi"
 5559version = "1.1.0"
 5560source = "registry+https://github.com/rust-lang/crates.io-index"
 5561checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5562
 5563[[package]]
 5564name = "enum-as-inner"
 5565version = "0.6.1"
 5566source = "registry+https://github.com/rust-lang/crates.io-index"
 5567checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5568dependencies = [
 5569 "heck 0.5.0",
 5570 "proc-macro2",
 5571 "quote",
 5572 "syn 2.0.117",
 5573]
 5574
 5575[[package]]
 5576name = "enumflags2"
 5577version = "0.7.12"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5580dependencies = [
 5581 "enumflags2_derive",
 5582 "serde",
 5583]
 5584
 5585[[package]]
 5586name = "enumflags2_derive"
 5587version = "0.7.12"
 5588source = "registry+https://github.com/rust-lang/crates.io-index"
 5589checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5590dependencies = [
 5591 "proc-macro2",
 5592 "quote",
 5593 "syn 2.0.117",
 5594]
 5595
 5596[[package]]
 5597name = "env_filter"
 5598version = "0.1.4"
 5599source = "registry+https://github.com/rust-lang/crates.io-index"
 5600checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5601dependencies = [
 5602 "log",
 5603 "regex",
 5604]
 5605
 5606[[package]]
 5607name = "env_logger"
 5608version = "0.10.2"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5611dependencies = [
 5612 "humantime",
 5613 "is-terminal",
 5614 "log",
 5615 "regex",
 5616 "termcolor",
 5617]
 5618
 5619[[package]]
 5620name = "env_logger"
 5621version = "0.11.8"
 5622source = "registry+https://github.com/rust-lang/crates.io-index"
 5623checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5624dependencies = [
 5625 "anstream",
 5626 "anstyle",
 5627 "env_filter",
 5628 "jiff",
 5629 "log",
 5630]
 5631
 5632[[package]]
 5633name = "env_var"
 5634version = "0.1.0"
 5635dependencies = [
 5636 "gpui_shared_string",
 5637]
 5638
 5639[[package]]
 5640name = "envy"
 5641version = "0.4.2"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5644dependencies = [
 5645 "serde",
 5646]
 5647
 5648[[package]]
 5649name = "equator"
 5650version = "0.4.2"
 5651source = "registry+https://github.com/rust-lang/crates.io-index"
 5652checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5653dependencies = [
 5654 "equator-macro",
 5655]
 5656
 5657[[package]]
 5658name = "equator-macro"
 5659version = "0.4.2"
 5660source = "registry+https://github.com/rust-lang/crates.io-index"
 5661checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5662dependencies = [
 5663 "proc-macro2",
 5664 "quote",
 5665 "syn 2.0.117",
 5666]
 5667
 5668[[package]]
 5669name = "equivalent"
 5670version = "1.0.2"
 5671source = "registry+https://github.com/rust-lang/crates.io-index"
 5672checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5673
 5674[[package]]
 5675name = "erased-serde"
 5676version = "0.4.9"
 5677source = "registry+https://github.com/rust-lang/crates.io-index"
 5678checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5679dependencies = [
 5680 "serde",
 5681 "serde_core",
 5682 "typeid",
 5683]
 5684
 5685[[package]]
 5686name = "errno"
 5687version = "0.2.8"
 5688source = "registry+https://github.com/rust-lang/crates.io-index"
 5689checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5690dependencies = [
 5691 "errno-dragonfly",
 5692 "libc",
 5693 "winapi",
 5694]
 5695
 5696[[package]]
 5697name = "errno"
 5698version = "0.3.14"
 5699source = "registry+https://github.com/rust-lang/crates.io-index"
 5700checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5701dependencies = [
 5702 "libc",
 5703 "windows-sys 0.61.2",
 5704]
 5705
 5706[[package]]
 5707name = "errno-dragonfly"
 5708version = "0.1.2"
 5709source = "registry+https://github.com/rust-lang/crates.io-index"
 5710checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5711dependencies = [
 5712 "cc",
 5713 "libc",
 5714]
 5715
 5716[[package]]
 5717name = "error-graph"
 5718version = "0.1.1"
 5719source = "registry+https://github.com/rust-lang/crates.io-index"
 5720checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5721dependencies = [
 5722 "serde",
 5723]
 5724
 5725[[package]]
 5726name = "etagere"
 5727version = "0.2.15"
 5728source = "registry+https://github.com/rust-lang/crates.io-index"
 5729checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5730dependencies = [
 5731 "euclid",
 5732 "svg_fmt",
 5733]
 5734
 5735[[package]]
 5736name = "etcetera"
 5737version = "0.8.0"
 5738source = "registry+https://github.com/rust-lang/crates.io-index"
 5739checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5740dependencies = [
 5741 "cfg-if",
 5742 "home",
 5743 "windows-sys 0.48.0",
 5744]
 5745
 5746[[package]]
 5747name = "etw_tracing"
 5748version = "0.1.0"
 5749dependencies = [
 5750 "anyhow",
 5751 "gpui",
 5752 "log",
 5753 "net",
 5754 "serde",
 5755 "serde_json",
 5756 "util",
 5757 "windows 0.61.3",
 5758 "windows-core 0.61.2",
 5759 "workspace",
 5760 "wprcontrol",
 5761]
 5762
 5763[[package]]
 5764name = "euclid"
 5765version = "0.22.11"
 5766source = "registry+https://github.com/rust-lang/crates.io-index"
 5767checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5768dependencies = [
 5769 "num-traits",
 5770]
 5771
 5772[[package]]
 5773name = "eval_cli"
 5774version = "0.1.0"
 5775dependencies = [
 5776 "acp_thread",
 5777 "agent",
 5778 "agent-client-protocol",
 5779 "agent_ui",
 5780 "anyhow",
 5781 "clap",
 5782 "client",
 5783 "ctrlc",
 5784 "db",
 5785 "debug_adapter_extension",
 5786 "env_logger 0.11.8",
 5787 "extension",
 5788 "feature_flags",
 5789 "fs",
 5790 "futures 0.3.32",
 5791 "gpui",
 5792 "gpui_platform",
 5793 "gpui_tokio",
 5794 "language",
 5795 "language_extension",
 5796 "language_model",
 5797 "language_models",
 5798 "languages",
 5799 "node_runtime",
 5800 "paths",
 5801 "project",
 5802 "prompt_store",
 5803 "release_channel",
 5804 "reqwest_client",
 5805 "serde",
 5806 "serde_json",
 5807 "settings",
 5808 "shellexpand",
 5809 "terminal_view",
 5810 "util",
 5811 "watch",
 5812]
 5813
 5814[[package]]
 5815name = "eval_utils"
 5816version = "0.1.0"
 5817dependencies = [
 5818 "gpui_platform",
 5819 "serde",
 5820 "smol",
 5821]
 5822
 5823[[package]]
 5824name = "event-listener"
 5825version = "2.5.3"
 5826source = "registry+https://github.com/rust-lang/crates.io-index"
 5827checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5828
 5829[[package]]
 5830name = "event-listener"
 5831version = "5.4.1"
 5832source = "registry+https://github.com/rust-lang/crates.io-index"
 5833checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5834dependencies = [
 5835 "concurrent-queue",
 5836 "parking",
 5837 "pin-project-lite",
 5838]
 5839
 5840[[package]]
 5841name = "event-listener-strategy"
 5842version = "0.5.4"
 5843source = "registry+https://github.com/rust-lang/crates.io-index"
 5844checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5845dependencies = [
 5846 "event-listener 5.4.1",
 5847 "pin-project-lite",
 5848]
 5849
 5850[[package]]
 5851name = "exec"
 5852version = "0.3.1"
 5853source = "registry+https://github.com/rust-lang/crates.io-index"
 5854checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5855dependencies = [
 5856 "errno 0.2.8",
 5857 "libc",
 5858]
 5859
 5860[[package]]
 5861name = "explorer_command_injector"
 5862version = "0.1.0"
 5863dependencies = [
 5864 "windows 0.61.3",
 5865 "windows-core 0.61.2",
 5866 "windows-registry 0.5.3",
 5867]
 5868
 5869[[package]]
 5870name = "exr"
 5871version = "1.73.0"
 5872source = "registry+https://github.com/rust-lang/crates.io-index"
 5873checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5874dependencies = [
 5875 "bit_field",
 5876 "half",
 5877 "lebe",
 5878 "miniz_oxide",
 5879 "rayon-core",
 5880 "smallvec",
 5881 "zune-inflate",
 5882]
 5883
 5884[[package]]
 5885name = "extended"
 5886version = "0.1.0"
 5887source = "registry+https://github.com/rust-lang/crates.io-index"
 5888checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5889
 5890[[package]]
 5891name = "extension"
 5892version = "0.1.0"
 5893dependencies = [
 5894 "anyhow",
 5895 "async-trait",
 5896 "cloud_api_types",
 5897 "collections",
 5898 "dap",
 5899 "fs",
 5900 "futures 0.3.32",
 5901 "gpui",
 5902 "heck 0.5.0",
 5903 "http_client",
 5904 "indoc",
 5905 "language",
 5906 "log",
 5907 "lsp",
 5908 "parking_lot",
 5909 "pretty_assertions",
 5910 "proto",
 5911 "semver",
 5912 "serde",
 5913 "serde_json",
 5914 "task",
 5915 "tempfile",
 5916 "toml 0.8.23",
 5917 "tracing",
 5918 "url",
 5919 "util",
 5920 "wasm-encoder 0.221.3",
 5921 "wasmparser 0.221.3",
 5922 "ztracing",
 5923]
 5924
 5925[[package]]
 5926name = "extension_cli"
 5927version = "0.1.0"
 5928dependencies = [
 5929 "anyhow",
 5930 "clap",
 5931 "cloud_api_types",
 5932 "env_logger 0.11.8",
 5933 "extension",
 5934 "fs",
 5935 "gpui_platform",
 5936 "language",
 5937 "log",
 5938 "reqwest_client",
 5939 "serde",
 5940 "serde_json",
 5941 "serde_json_lenient",
 5942 "settings_content",
 5943 "snippet_provider",
 5944 "task",
 5945 "theme_settings",
 5946 "tokio",
 5947 "toml 0.8.23",
 5948 "tree-sitter",
 5949 "wasmtime",
 5950]
 5951
 5952[[package]]
 5953name = "extension_host"
 5954version = "0.1.0"
 5955dependencies = [
 5956 "anyhow",
 5957 "async-compression",
 5958 "async-tar",
 5959 "async-trait",
 5960 "client",
 5961 "cloud_api_types",
 5962 "collections",
 5963 "criterion",
 5964 "ctor",
 5965 "dap",
 5966 "extension",
 5967 "fs",
 5968 "futures 0.3.32",
 5969 "gpui",
 5970 "gpui_tokio",
 5971 "http_client",
 5972 "language",
 5973 "language_extension",
 5974 "log",
 5975 "lsp",
 5976 "moka",
 5977 "node_runtime",
 5978 "parking_lot",
 5979 "paths",
 5980 "project",
 5981 "release_channel",
 5982 "remote",
 5983 "reqwest_client",
 5984 "semver",
 5985 "serde",
 5986 "serde_json",
 5987 "serde_json_lenient",
 5988 "settings",
 5989 "task",
 5990 "telemetry",
 5991 "tempfile",
 5992 "theme",
 5993 "theme_extension",
 5994 "theme_settings",
 5995 "toml 0.8.23",
 5996 "tracing",
 5997 "url",
 5998 "util",
 5999 "wasmparser 0.221.3",
 6000 "wasmtime",
 6001 "wasmtime-wasi",
 6002 "zlog",
 6003 "ztracing",
 6004]
 6005
 6006[[package]]
 6007name = "extensions_ui"
 6008version = "0.1.0"
 6009dependencies = [
 6010 "anyhow",
 6011 "client",
 6012 "cloud_api_types",
 6013 "collections",
 6014 "db",
 6015 "editor",
 6016 "extension",
 6017 "extension_host",
 6018 "fs",
 6019 "fuzzy",
 6020 "gpui",
 6021 "language",
 6022 "log",
 6023 "num-format",
 6024 "picker",
 6025 "project",
 6026 "release_channel",
 6027 "semver",
 6028 "serde",
 6029 "settings",
 6030 "smallvec",
 6031 "strum 0.27.2",
 6032 "telemetry",
 6033 "theme_settings",
 6034 "ui",
 6035 "util",
 6036 "vim_mode_setting",
 6037 "workspace",
 6038 "zed_actions",
 6039]
 6040
 6041[[package]]
 6042name = "failspot"
 6043version = "0.2.0"
 6044source = "registry+https://github.com/rust-lang/crates.io-index"
 6045checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6046
 6047[[package]]
 6048name = "fallible-iterator"
 6049version = "0.3.0"
 6050source = "registry+https://github.com/rust-lang/crates.io-index"
 6051checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6052
 6053[[package]]
 6054name = "fancy-regex"
 6055version = "0.16.2"
 6056source = "registry+https://github.com/rust-lang/crates.io-index"
 6057checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6058dependencies = [
 6059 "bit-set 0.8.0",
 6060 "regex-automata",
 6061 "regex-syntax",
 6062]
 6063
 6064[[package]]
 6065name = "fancy-regex"
 6066version = "0.17.0"
 6067source = "registry+https://github.com/rust-lang/crates.io-index"
 6068checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6069dependencies = [
 6070 "bit-set 0.8.0",
 6071 "regex-automata",
 6072 "regex-syntax",
 6073]
 6074
 6075[[package]]
 6076name = "fast-srgb8"
 6077version = "1.0.0"
 6078source = "registry+https://github.com/rust-lang/crates.io-index"
 6079checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6080
 6081[[package]]
 6082name = "fastrand"
 6083version = "1.9.0"
 6084source = "registry+https://github.com/rust-lang/crates.io-index"
 6085checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6086dependencies = [
 6087 "instant",
 6088]
 6089
 6090[[package]]
 6091name = "fastrand"
 6092version = "2.3.0"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6095
 6096[[package]]
 6097name = "fax"
 6098version = "0.2.6"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6101dependencies = [
 6102 "fax_derive",
 6103]
 6104
 6105[[package]]
 6106name = "fax_derive"
 6107version = "0.2.0"
 6108source = "registry+https://github.com/rust-lang/crates.io-index"
 6109checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6110dependencies = [
 6111 "proc-macro2",
 6112 "quote",
 6113 "syn 2.0.117",
 6114]
 6115
 6116[[package]]
 6117name = "fd-lock"
 6118version = "4.0.4"
 6119source = "registry+https://github.com/rust-lang/crates.io-index"
 6120checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6121dependencies = [
 6122 "cfg-if",
 6123 "rustix 1.1.2",
 6124 "windows-sys 0.59.0",
 6125]
 6126
 6127[[package]]
 6128name = "fdeflate"
 6129version = "0.3.7"
 6130source = "registry+https://github.com/rust-lang/crates.io-index"
 6131checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6132dependencies = [
 6133 "simd-adler32",
 6134]
 6135
 6136[[package]]
 6137name = "feature_flags"
 6138version = "0.1.0"
 6139dependencies = [
 6140 "gpui",
 6141]
 6142
 6143[[package]]
 6144name = "feedback"
 6145version = "0.1.0"
 6146dependencies = [
 6147 "gpui",
 6148 "system_specs",
 6149 "urlencoding",
 6150 "util",
 6151 "workspace",
 6152 "zed_actions",
 6153]
 6154
 6155[[package]]
 6156name = "ff"
 6157version = "0.12.1"
 6158source = "registry+https://github.com/rust-lang/crates.io-index"
 6159checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6160dependencies = [
 6161 "rand_core 0.6.4",
 6162 "subtle",
 6163]
 6164
 6165[[package]]
 6166name = "file_finder"
 6167version = "0.1.0"
 6168dependencies = [
 6169 "anyhow",
 6170 "channel",
 6171 "client",
 6172 "collections",
 6173 "ctor",
 6174 "editor",
 6175 "file_icons",
 6176 "futures 0.3.32",
 6177 "fuzzy",
 6178 "fuzzy_nucleo",
 6179 "gpui",
 6180 "menu",
 6181 "open_path_prompt",
 6182 "picker",
 6183 "pretty_assertions",
 6184 "project",
 6185 "project_panel",
 6186 "remote_connection",
 6187 "serde",
 6188 "serde_json",
 6189 "settings",
 6190 "theme",
 6191 "theme_settings",
 6192 "ui",
 6193 "util",
 6194 "workspace",
 6195 "zed_actions",
 6196 "zlog",
 6197]
 6198
 6199[[package]]
 6200name = "file_icons"
 6201version = "0.1.0"
 6202dependencies = [
 6203 "gpui",
 6204 "serde",
 6205 "theme",
 6206 "util",
 6207]
 6208
 6209[[package]]
 6210name = "filedescriptor"
 6211version = "0.8.3"
 6212source = "registry+https://github.com/rust-lang/crates.io-index"
 6213checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6214dependencies = [
 6215 "libc",
 6216 "thiserror 1.0.69",
 6217 "winapi",
 6218]
 6219
 6220[[package]]
 6221name = "filetime"
 6222version = "0.2.26"
 6223source = "registry+https://github.com/rust-lang/crates.io-index"
 6224checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6225dependencies = [
 6226 "cfg-if",
 6227 "libc",
 6228 "libredox",
 6229 "windows-sys 0.60.2",
 6230]
 6231
 6232[[package]]
 6233name = "find-msvc-tools"
 6234version = "0.1.5"
 6235source = "registry+https://github.com/rust-lang/crates.io-index"
 6236checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6237
 6238[[package]]
 6239name = "fixedbitset"
 6240version = "0.4.2"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6243
 6244[[package]]
 6245name = "fixedbitset"
 6246version = "0.5.7"
 6247source = "registry+https://github.com/rust-lang/crates.io-index"
 6248checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6249
 6250[[package]]
 6251name = "flate2"
 6252version = "1.1.8"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6255dependencies = [
 6256 "crc32fast",
 6257 "miniz_oxide",
 6258]
 6259
 6260[[package]]
 6261name = "float-cmp"
 6262version = "0.9.0"
 6263source = "registry+https://github.com/rust-lang/crates.io-index"
 6264checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6265
 6266[[package]]
 6267name = "float-ord"
 6268version = "0.3.2"
 6269source = "registry+https://github.com/rust-lang/crates.io-index"
 6270checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6271
 6272[[package]]
 6273name = "float8"
 6274version = "0.4.2"
 6275source = "registry+https://github.com/rust-lang/crates.io-index"
 6276checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6277dependencies = [
 6278 "half",
 6279 "num-traits",
 6280 "rand 0.9.3",
 6281 "rand_distr",
 6282]
 6283
 6284[[package]]
 6285name = "float_next_after"
 6286version = "1.0.0"
 6287source = "registry+https://github.com/rust-lang/crates.io-index"
 6288checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6289
 6290[[package]]
 6291name = "fluent-uri"
 6292version = "0.4.1"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6295dependencies = [
 6296 "borrow-or-share",
 6297 "ref-cast",
 6298 "serde",
 6299]
 6300
 6301[[package]]
 6302name = "flume"
 6303version = "0.11.1"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6306dependencies = [
 6307 "futures-core",
 6308 "futures-sink",
 6309 "nanorand",
 6310 "spin 0.9.8",
 6311]
 6312
 6313[[package]]
 6314name = "fnv"
 6315version = "1.0.7"
 6316source = "registry+https://github.com/rust-lang/crates.io-index"
 6317checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6318
 6319[[package]]
 6320name = "foldhash"
 6321version = "0.1.5"
 6322source = "registry+https://github.com/rust-lang/crates.io-index"
 6323checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6324
 6325[[package]]
 6326name = "foldhash"
 6327version = "0.2.0"
 6328source = "registry+https://github.com/rust-lang/crates.io-index"
 6329checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6330
 6331[[package]]
 6332name = "font-types"
 6333version = "0.10.0"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6336dependencies = [
 6337 "bytemuck",
 6338]
 6339
 6340[[package]]
 6341name = "font-types"
 6342version = "0.11.0"
 6343source = "registry+https://github.com/rust-lang/crates.io-index"
 6344checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6345dependencies = [
 6346 "bytemuck",
 6347]
 6348
 6349[[package]]
 6350name = "fontconfig-parser"
 6351version = "0.5.8"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6354dependencies = [
 6355 "roxmltree",
 6356]
 6357
 6358[[package]]
 6359name = "fontdb"
 6360version = "0.16.2"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6363dependencies = [
 6364 "fontconfig-parser",
 6365 "log",
 6366 "memmap2",
 6367 "slotmap",
 6368 "tinyvec",
 6369 "ttf-parser 0.20.0",
 6370]
 6371
 6372[[package]]
 6373name = "fontdb"
 6374version = "0.23.0"
 6375source = "registry+https://github.com/rust-lang/crates.io-index"
 6376checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6377dependencies = [
 6378 "fontconfig-parser",
 6379 "log",
 6380 "memmap2",
 6381 "slotmap",
 6382 "tinyvec",
 6383 "ttf-parser 0.25.1",
 6384]
 6385
 6386[[package]]
 6387name = "foreign-types"
 6388version = "0.3.2"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6391dependencies = [
 6392 "foreign-types-shared 0.1.1",
 6393]
 6394
 6395[[package]]
 6396name = "foreign-types"
 6397version = "0.5.0"
 6398source = "registry+https://github.com/rust-lang/crates.io-index"
 6399checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6400dependencies = [
 6401 "foreign-types-macros",
 6402 "foreign-types-shared 0.3.1",
 6403]
 6404
 6405[[package]]
 6406name = "foreign-types-macros"
 6407version = "0.2.3"
 6408source = "registry+https://github.com/rust-lang/crates.io-index"
 6409checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6410dependencies = [
 6411 "proc-macro2",
 6412 "quote",
 6413 "syn 2.0.117",
 6414]
 6415
 6416[[package]]
 6417name = "foreign-types-shared"
 6418version = "0.1.1"
 6419source = "registry+https://github.com/rust-lang/crates.io-index"
 6420checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6421
 6422[[package]]
 6423name = "foreign-types-shared"
 6424version = "0.3.1"
 6425source = "registry+https://github.com/rust-lang/crates.io-index"
 6426checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6427
 6428[[package]]
 6429name = "fork"
 6430version = "0.4.0"
 6431source = "registry+https://github.com/rust-lang/crates.io-index"
 6432checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6433dependencies = [
 6434 "libc",
 6435]
 6436
 6437[[package]]
 6438name = "form_urlencoded"
 6439version = "1.2.2"
 6440source = "registry+https://github.com/rust-lang/crates.io-index"
 6441checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6442dependencies = [
 6443 "percent-encoding",
 6444]
 6445
 6446[[package]]
 6447name = "fraction"
 6448version = "0.15.3"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6451dependencies = [
 6452 "lazy_static",
 6453 "num",
 6454]
 6455
 6456[[package]]
 6457name = "freetype-sys"
 6458version = "0.20.1"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6461dependencies = [
 6462 "cc",
 6463 "libc",
 6464 "pkg-config",
 6465]
 6466
 6467[[package]]
 6468name = "fs"
 6469version = "0.1.0"
 6470dependencies = [
 6471 "anyhow",
 6472 "ashpd",
 6473 "async-tar",
 6474 "async-trait",
 6475 "collections",
 6476 "dunce",
 6477 "fs",
 6478 "futures 0.3.32",
 6479 "git",
 6480 "gpui",
 6481 "ignore",
 6482 "is_executable",
 6483 "libc",
 6484 "log",
 6485 "notify 8.2.0",
 6486 "parking_lot",
 6487 "paths",
 6488 "proto",
 6489 "rope",
 6490 "serde",
 6491 "serde_json",
 6492 "smol",
 6493 "tempfile",
 6494 "text",
 6495 "thiserror 2.0.17",
 6496 "time",
 6497 "trash",
 6498 "util",
 6499 "windows 0.61.3",
 6500]
 6501
 6502[[package]]
 6503name = "fs-set-times"
 6504version = "0.20.3"
 6505source = "registry+https://github.com/rust-lang/crates.io-index"
 6506checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6507dependencies = [
 6508 "io-lifetimes",
 6509 "rustix 1.1.2",
 6510 "windows-sys 0.59.0",
 6511]
 6512
 6513[[package]]
 6514name = "fs2"
 6515version = "0.4.3"
 6516source = "registry+https://github.com/rust-lang/crates.io-index"
 6517checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6518dependencies = [
 6519 "libc",
 6520 "winapi",
 6521]
 6522
 6523[[package]]
 6524name = "fs_benchmarks"
 6525version = "0.1.0"
 6526dependencies = [
 6527 "fs",
 6528 "gpui",
 6529 "gpui_platform",
 6530]
 6531
 6532[[package]]
 6533name = "fs_extra"
 6534version = "1.3.0"
 6535source = "registry+https://github.com/rust-lang/crates.io-index"
 6536checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6537
 6538[[package]]
 6539name = "fsevent-sys"
 6540version = "4.1.0"
 6541source = "registry+https://github.com/rust-lang/crates.io-index"
 6542checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6543dependencies = [
 6544 "libc",
 6545]
 6546
 6547[[package]]
 6548name = "fuchsia-cprng"
 6549version = "0.1.1"
 6550source = "registry+https://github.com/rust-lang/crates.io-index"
 6551checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6552
 6553[[package]]
 6554name = "funty"
 6555version = "2.0.0"
 6556source = "registry+https://github.com/rust-lang/crates.io-index"
 6557checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6558
 6559[[package]]
 6560name = "futf"
 6561version = "0.1.5"
 6562source = "registry+https://github.com/rust-lang/crates.io-index"
 6563checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6564dependencies = [
 6565 "mac",
 6566 "new_debug_unreachable",
 6567]
 6568
 6569[[package]]
 6570name = "futures"
 6571version = "0.1.31"
 6572source = "registry+https://github.com/rust-lang/crates.io-index"
 6573checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6574
 6575[[package]]
 6576name = "futures"
 6577version = "0.3.32"
 6578source = "registry+https://github.com/rust-lang/crates.io-index"
 6579checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6580dependencies = [
 6581 "futures-channel",
 6582 "futures-core",
 6583 "futures-executor",
 6584 "futures-io",
 6585 "futures-sink",
 6586 "futures-task",
 6587 "futures-util",
 6588]
 6589
 6590[[package]]
 6591name = "futures-channel"
 6592version = "0.3.32"
 6593source = "registry+https://github.com/rust-lang/crates.io-index"
 6594checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6595dependencies = [
 6596 "futures-core",
 6597 "futures-sink",
 6598]
 6599
 6600[[package]]
 6601name = "futures-concurrency"
 6602version = "7.7.1"
 6603source = "registry+https://github.com/rust-lang/crates.io-index"
 6604checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6605dependencies = [
 6606 "fixedbitset 0.5.7",
 6607 "futures-core",
 6608 "futures-lite 2.6.1",
 6609 "pin-project",
 6610 "smallvec",
 6611]
 6612
 6613[[package]]
 6614name = "futures-core"
 6615version = "0.3.32"
 6616source = "registry+https://github.com/rust-lang/crates.io-index"
 6617checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6618
 6619[[package]]
 6620name = "futures-executor"
 6621version = "0.3.32"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6624dependencies = [
 6625 "futures-core",
 6626 "futures-task",
 6627 "futures-util",
 6628]
 6629
 6630[[package]]
 6631name = "futures-intrusive"
 6632version = "0.5.0"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6635dependencies = [
 6636 "futures-core",
 6637 "lock_api",
 6638 "parking_lot",
 6639]
 6640
 6641[[package]]
 6642name = "futures-io"
 6643version = "0.3.32"
 6644source = "registry+https://github.com/rust-lang/crates.io-index"
 6645checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6646
 6647[[package]]
 6648name = "futures-lite"
 6649version = "1.13.0"
 6650source = "registry+https://github.com/rust-lang/crates.io-index"
 6651checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6652dependencies = [
 6653 "fastrand 1.9.0",
 6654 "futures-core",
 6655 "futures-io",
 6656 "memchr",
 6657 "parking",
 6658 "pin-project-lite",
 6659 "waker-fn",
 6660]
 6661
 6662[[package]]
 6663name = "futures-lite"
 6664version = "2.6.1"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6667dependencies = [
 6668 "fastrand 2.3.0",
 6669 "futures-core",
 6670 "futures-io",
 6671 "parking",
 6672 "pin-project-lite",
 6673]
 6674
 6675[[package]]
 6676name = "futures-macro"
 6677version = "0.3.32"
 6678source = "registry+https://github.com/rust-lang/crates.io-index"
 6679checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6680dependencies = [
 6681 "proc-macro2",
 6682 "quote",
 6683 "syn 2.0.117",
 6684]
 6685
 6686[[package]]
 6687name = "futures-sink"
 6688version = "0.3.32"
 6689source = "registry+https://github.com/rust-lang/crates.io-index"
 6690checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6691
 6692[[package]]
 6693name = "futures-task"
 6694version = "0.3.32"
 6695source = "registry+https://github.com/rust-lang/crates.io-index"
 6696checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6697
 6698[[package]]
 6699name = "futures-util"
 6700version = "0.3.32"
 6701source = "registry+https://github.com/rust-lang/crates.io-index"
 6702checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6703dependencies = [
 6704 "futures 0.1.31",
 6705 "futures-channel",
 6706 "futures-core",
 6707 "futures-io",
 6708 "futures-macro",
 6709 "futures-sink",
 6710 "futures-task",
 6711 "libc",
 6712 "memchr",
 6713 "pin-project-lite",
 6714 "slab",
 6715 "tokio-io",
 6716]
 6717
 6718[[package]]
 6719name = "fuzzy"
 6720version = "0.1.0"
 6721dependencies = [
 6722 "gpui",
 6723 "log",
 6724 "util",
 6725]
 6726
 6727[[package]]
 6728name = "fuzzy_nucleo"
 6729version = "0.1.0"
 6730dependencies = [
 6731 "gpui",
 6732 "nucleo",
 6733 "util",
 6734]
 6735
 6736[[package]]
 6737name = "gaoya"
 6738version = "0.2.0"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6741dependencies = [
 6742 "ahash 0.8.12",
 6743 "crossbeam-utils",
 6744 "fnv",
 6745 "itertools 0.10.5",
 6746 "num-traits",
 6747 "rand 0.8.5",
 6748 "rand_pcg",
 6749 "random_choice",
 6750 "rayon",
 6751 "seahash",
 6752 "sha-1",
 6753 "shingles",
 6754 "siphasher 0.3.11",
 6755 "smallvec",
 6756 "triomphe",
 6757]
 6758
 6759[[package]]
 6760name = "gemm"
 6761version = "0.17.1"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6764dependencies = [
 6765 "dyn-stack 0.10.0",
 6766 "gemm-c32 0.17.1",
 6767 "gemm-c64 0.17.1",
 6768 "gemm-common 0.17.1",
 6769 "gemm-f16 0.17.1",
 6770 "gemm-f32 0.17.1",
 6771 "gemm-f64 0.17.1",
 6772 "num-complex",
 6773 "num-traits",
 6774 "paste",
 6775 "raw-cpuid 10.7.0",
 6776 "seq-macro",
 6777]
 6778
 6779[[package]]
 6780name = "gemm"
 6781version = "0.18.2"
 6782source = "registry+https://github.com/rust-lang/crates.io-index"
 6783checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6784dependencies = [
 6785 "dyn-stack 0.13.2",
 6786 "gemm-c32 0.18.2",
 6787 "gemm-c64 0.18.2",
 6788 "gemm-common 0.18.2",
 6789 "gemm-f16 0.18.2",
 6790 "gemm-f32 0.18.2",
 6791 "gemm-f64 0.18.2",
 6792 "num-complex",
 6793 "num-traits",
 6794 "paste",
 6795 "raw-cpuid 11.6.0",
 6796 "seq-macro",
 6797]
 6798
 6799[[package]]
 6800name = "gemm-c32"
 6801version = "0.17.1"
 6802source = "registry+https://github.com/rust-lang/crates.io-index"
 6803checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6804dependencies = [
 6805 "dyn-stack 0.10.0",
 6806 "gemm-common 0.17.1",
 6807 "num-complex",
 6808 "num-traits",
 6809 "paste",
 6810 "raw-cpuid 10.7.0",
 6811 "seq-macro",
 6812]
 6813
 6814[[package]]
 6815name = "gemm-c32"
 6816version = "0.18.2"
 6817source = "registry+https://github.com/rust-lang/crates.io-index"
 6818checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6819dependencies = [
 6820 "dyn-stack 0.13.2",
 6821 "gemm-common 0.18.2",
 6822 "num-complex",
 6823 "num-traits",
 6824 "paste",
 6825 "raw-cpuid 11.6.0",
 6826 "seq-macro",
 6827]
 6828
 6829[[package]]
 6830name = "gemm-c64"
 6831version = "0.17.1"
 6832source = "registry+https://github.com/rust-lang/crates.io-index"
 6833checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6834dependencies = [
 6835 "dyn-stack 0.10.0",
 6836 "gemm-common 0.17.1",
 6837 "num-complex",
 6838 "num-traits",
 6839 "paste",
 6840 "raw-cpuid 10.7.0",
 6841 "seq-macro",
 6842]
 6843
 6844[[package]]
 6845name = "gemm-c64"
 6846version = "0.18.2"
 6847source = "registry+https://github.com/rust-lang/crates.io-index"
 6848checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6849dependencies = [
 6850 "dyn-stack 0.13.2",
 6851 "gemm-common 0.18.2",
 6852 "num-complex",
 6853 "num-traits",
 6854 "paste",
 6855 "raw-cpuid 11.6.0",
 6856 "seq-macro",
 6857]
 6858
 6859[[package]]
 6860name = "gemm-common"
 6861version = "0.17.1"
 6862source = "registry+https://github.com/rust-lang/crates.io-index"
 6863checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6864dependencies = [
 6865 "bytemuck",
 6866 "dyn-stack 0.10.0",
 6867 "half",
 6868 "num-complex",
 6869 "num-traits",
 6870 "once_cell",
 6871 "paste",
 6872 "pulp 0.18.22",
 6873 "raw-cpuid 10.7.0",
 6874 "rayon",
 6875 "seq-macro",
 6876 "sysctl 0.5.5",
 6877]
 6878
 6879[[package]]
 6880name = "gemm-common"
 6881version = "0.18.2"
 6882source = "registry+https://github.com/rust-lang/crates.io-index"
 6883checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6884dependencies = [
 6885 "bytemuck",
 6886 "dyn-stack 0.13.2",
 6887 "half",
 6888 "libm",
 6889 "num-complex",
 6890 "num-traits",
 6891 "once_cell",
 6892 "paste",
 6893 "pulp 0.21.5",
 6894 "raw-cpuid 11.6.0",
 6895 "rayon",
 6896 "seq-macro",
 6897 "sysctl 0.6.0",
 6898]
 6899
 6900[[package]]
 6901name = "gemm-f16"
 6902version = "0.17.1"
 6903source = "registry+https://github.com/rust-lang/crates.io-index"
 6904checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6905dependencies = [
 6906 "dyn-stack 0.10.0",
 6907 "gemm-common 0.17.1",
 6908 "gemm-f32 0.17.1",
 6909 "half",
 6910 "num-complex",
 6911 "num-traits",
 6912 "paste",
 6913 "raw-cpuid 10.7.0",
 6914 "rayon",
 6915 "seq-macro",
 6916]
 6917
 6918[[package]]
 6919name = "gemm-f16"
 6920version = "0.18.2"
 6921source = "registry+https://github.com/rust-lang/crates.io-index"
 6922checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6923dependencies = [
 6924 "dyn-stack 0.13.2",
 6925 "gemm-common 0.18.2",
 6926 "gemm-f32 0.18.2",
 6927 "half",
 6928 "num-complex",
 6929 "num-traits",
 6930 "paste",
 6931 "raw-cpuid 11.6.0",
 6932 "rayon",
 6933 "seq-macro",
 6934]
 6935
 6936[[package]]
 6937name = "gemm-f32"
 6938version = "0.17.1"
 6939source = "registry+https://github.com/rust-lang/crates.io-index"
 6940checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6941dependencies = [
 6942 "dyn-stack 0.10.0",
 6943 "gemm-common 0.17.1",
 6944 "num-complex",
 6945 "num-traits",
 6946 "paste",
 6947 "raw-cpuid 10.7.0",
 6948 "seq-macro",
 6949]
 6950
 6951[[package]]
 6952name = "gemm-f32"
 6953version = "0.18.2"
 6954source = "registry+https://github.com/rust-lang/crates.io-index"
 6955checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6956dependencies = [
 6957 "dyn-stack 0.13.2",
 6958 "gemm-common 0.18.2",
 6959 "num-complex",
 6960 "num-traits",
 6961 "paste",
 6962 "raw-cpuid 11.6.0",
 6963 "seq-macro",
 6964]
 6965
 6966[[package]]
 6967name = "gemm-f64"
 6968version = "0.17.1"
 6969source = "registry+https://github.com/rust-lang/crates.io-index"
 6970checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6971dependencies = [
 6972 "dyn-stack 0.10.0",
 6973 "gemm-common 0.17.1",
 6974 "num-complex",
 6975 "num-traits",
 6976 "paste",
 6977 "raw-cpuid 10.7.0",
 6978 "seq-macro",
 6979]
 6980
 6981[[package]]
 6982name = "gemm-f64"
 6983version = "0.18.2"
 6984source = "registry+https://github.com/rust-lang/crates.io-index"
 6985checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 6986dependencies = [
 6987 "dyn-stack 0.13.2",
 6988 "gemm-common 0.18.2",
 6989 "num-complex",
 6990 "num-traits",
 6991 "paste",
 6992 "raw-cpuid 11.6.0",
 6993 "seq-macro",
 6994]
 6995
 6996[[package]]
 6997name = "generator"
 6998version = "0.8.7"
 6999source = "registry+https://github.com/rust-lang/crates.io-index"
 7000checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7001dependencies = [
 7002 "cc",
 7003 "cfg-if",
 7004 "libc",
 7005 "log",
 7006 "rustversion",
 7007 "windows 0.61.3",
 7008]
 7009
 7010[[package]]
 7011name = "generic-array"
 7012version = "0.14.7"
 7013source = "registry+https://github.com/rust-lang/crates.io-index"
 7014checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7015dependencies = [
 7016 "typenum",
 7017 "version_check",
 7018]
 7019
 7020[[package]]
 7021name = "gethostname"
 7022version = "1.1.0"
 7023source = "registry+https://github.com/rust-lang/crates.io-index"
 7024checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7025dependencies = [
 7026 "rustix 1.1.2",
 7027 "windows-link 0.2.1",
 7028]
 7029
 7030[[package]]
 7031name = "getrandom"
 7032version = "0.2.16"
 7033source = "registry+https://github.com/rust-lang/crates.io-index"
 7034checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7035dependencies = [
 7036 "cfg-if",
 7037 "js-sys",
 7038 "libc",
 7039 "wasi",
 7040 "wasm-bindgen",
 7041]
 7042
 7043[[package]]
 7044name = "getrandom"
 7045version = "0.3.4"
 7046source = "registry+https://github.com/rust-lang/crates.io-index"
 7047checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7048dependencies = [
 7049 "cfg-if",
 7050 "js-sys",
 7051 "libc",
 7052 "r-efi",
 7053 "wasip2",
 7054 "wasm-bindgen",
 7055]
 7056
 7057[[package]]
 7058name = "getrandom"
 7059version = "0.4.1"
 7060source = "registry+https://github.com/rust-lang/crates.io-index"
 7061checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7062dependencies = [
 7063 "cfg-if",
 7064 "libc",
 7065 "r-efi",
 7066 "wasip2",
 7067 "wasip3",
 7068]
 7069
 7070[[package]]
 7071name = "gh-workflow"
 7072version = "0.8.0"
 7073source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7074dependencies = [
 7075 "async-trait",
 7076 "derive_more",
 7077 "derive_setters",
 7078 "gh-workflow-macros",
 7079 "indexmap",
 7080 "merge",
 7081 "serde",
 7082 "serde_json",
 7083 "serde_yaml",
 7084 "strum_macros 0.27.2",
 7085]
 7086
 7087[[package]]
 7088name = "gh-workflow-macros"
 7089version = "0.8.0"
 7090source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7091dependencies = [
 7092 "heck 0.5.0",
 7093 "quote",
 7094 "syn 2.0.117",
 7095]
 7096
 7097[[package]]
 7098name = "gif"
 7099version = "0.13.3"
 7100source = "registry+https://github.com/rust-lang/crates.io-index"
 7101checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7102dependencies = [
 7103 "color_quant",
 7104 "weezl",
 7105]
 7106
 7107[[package]]
 7108name = "gimli"
 7109version = "0.32.3"
 7110source = "registry+https://github.com/rust-lang/crates.io-index"
 7111checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7112dependencies = [
 7113 "fallible-iterator",
 7114 "indexmap",
 7115 "stable_deref_trait",
 7116]
 7117
 7118[[package]]
 7119name = "gio-sys"
 7120version = "0.21.5"
 7121source = "registry+https://github.com/rust-lang/crates.io-index"
 7122checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7123dependencies = [
 7124 "glib-sys",
 7125 "gobject-sys",
 7126 "libc",
 7127 "system-deps 7.0.7",
 7128 "windows-sys 0.61.2",
 7129]
 7130
 7131[[package]]
 7132name = "git"
 7133version = "0.1.0"
 7134dependencies = [
 7135 "anyhow",
 7136 "askpass",
 7137 "async-trait",
 7138 "collections",
 7139 "derive_more",
 7140 "futures 0.3.32",
 7141 "git2",
 7142 "gpui",
 7143 "http_client",
 7144 "itertools 0.14.0",
 7145 "log",
 7146 "parking_lot",
 7147 "pretty_assertions",
 7148 "rand 0.9.3",
 7149 "regex",
 7150 "rope",
 7151 "schemars",
 7152 "serde",
 7153 "serde_json",
 7154 "smallvec",
 7155 "smol",
 7156 "sum_tree",
 7157 "tempfile",
 7158 "text",
 7159 "thiserror 2.0.17",
 7160 "time",
 7161 "url",
 7162 "urlencoding",
 7163 "util",
 7164 "uuid",
 7165 "ztracing",
 7166]
 7167
 7168[[package]]
 7169name = "git2"
 7170version = "0.20.4"
 7171source = "registry+https://github.com/rust-lang/crates.io-index"
 7172checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7173dependencies = [
 7174 "bitflags 2.10.0",
 7175 "libc",
 7176 "libgit2-sys",
 7177 "log",
 7178 "url",
 7179]
 7180
 7181[[package]]
 7182name = "git_graph"
 7183version = "0.1.0"
 7184dependencies = [
 7185 "anyhow",
 7186 "collections",
 7187 "db",
 7188 "editor",
 7189 "fs",
 7190 "git",
 7191 "git_ui",
 7192 "gpui",
 7193 "language",
 7194 "menu",
 7195 "project",
 7196 "rand 0.9.3",
 7197 "remote_connection",
 7198 "search",
 7199 "serde_json",
 7200 "settings",
 7201 "smallvec",
 7202 "smol",
 7203 "theme",
 7204 "theme_settings",
 7205 "time",
 7206 "ui",
 7207 "workspace",
 7208]
 7209
 7210[[package]]
 7211name = "git_hosting_providers"
 7212version = "0.1.0"
 7213dependencies = [
 7214 "anyhow",
 7215 "async-trait",
 7216 "futures 0.3.32",
 7217 "git",
 7218 "gpui",
 7219 "http_client",
 7220 "indoc",
 7221 "itertools 0.14.0",
 7222 "pretty_assertions",
 7223 "regex",
 7224 "serde",
 7225 "serde_json",
 7226 "settings",
 7227 "url",
 7228 "urlencoding",
 7229 "util",
 7230]
 7231
 7232[[package]]
 7233name = "git_ui"
 7234version = "0.1.0"
 7235dependencies = [
 7236 "agent_settings",
 7237 "alacritty_terminal",
 7238 "anyhow",
 7239 "askpass",
 7240 "buffer_diff",
 7241 "call",
 7242 "collections",
 7243 "component",
 7244 "ctor",
 7245 "db",
 7246 "editor",
 7247 "file_icons",
 7248 "futures 0.3.32",
 7249 "fuzzy",
 7250 "git",
 7251 "gpui",
 7252 "indoc",
 7253 "itertools 0.14.0",
 7254 "language",
 7255 "language_model",
 7256 "linkify",
 7257 "log",
 7258 "markdown",
 7259 "menu",
 7260 "multi_buffer",
 7261 "notifications",
 7262 "panel",
 7263 "picker",
 7264 "pretty_assertions",
 7265 "project",
 7266 "prompt_store",
 7267 "proto",
 7268 "rand 0.9.3",
 7269 "remote",
 7270 "remote_connection",
 7271 "schemars",
 7272 "serde",
 7273 "serde_json",
 7274 "settings",
 7275 "smallvec",
 7276 "smol",
 7277 "strum 0.27.2",
 7278 "telemetry",
 7279 "theme",
 7280 "theme_settings",
 7281 "time",
 7282 "time_format",
 7283 "tracing",
 7284 "ui",
 7285 "ui_input",
 7286 "unindent",
 7287 "util",
 7288 "watch",
 7289 "windows 0.61.3",
 7290 "workspace",
 7291 "zed_actions",
 7292 "zeroize",
 7293 "zlog",
 7294 "ztracing",
 7295]
 7296
 7297[[package]]
 7298name = "gl_generator"
 7299version = "0.14.0"
 7300source = "registry+https://github.com/rust-lang/crates.io-index"
 7301checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7302dependencies = [
 7303 "khronos_api",
 7304 "log",
 7305 "xml-rs",
 7306]
 7307
 7308[[package]]
 7309name = "glib"
 7310version = "0.21.5"
 7311source = "registry+https://github.com/rust-lang/crates.io-index"
 7312checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7313dependencies = [
 7314 "bitflags 2.10.0",
 7315 "futures-channel",
 7316 "futures-core",
 7317 "futures-executor",
 7318 "futures-task",
 7319 "futures-util",
 7320 "gio-sys",
 7321 "glib-macros",
 7322 "glib-sys",
 7323 "gobject-sys",
 7324 "libc",
 7325 "memchr",
 7326 "smallvec",
 7327]
 7328
 7329[[package]]
 7330name = "glib-macros"
 7331version = "0.21.5"
 7332source = "registry+https://github.com/rust-lang/crates.io-index"
 7333checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7334dependencies = [
 7335 "heck 0.5.0",
 7336 "proc-macro-crate",
 7337 "proc-macro2",
 7338 "quote",
 7339 "syn 2.0.117",
 7340]
 7341
 7342[[package]]
 7343name = "glib-sys"
 7344version = "0.21.5"
 7345source = "registry+https://github.com/rust-lang/crates.io-index"
 7346checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7347dependencies = [
 7348 "libc",
 7349 "system-deps 7.0.7",
 7350]
 7351
 7352[[package]]
 7353name = "glob"
 7354version = "0.3.3"
 7355source = "registry+https://github.com/rust-lang/crates.io-index"
 7356checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7357
 7358[[package]]
 7359name = "globset"
 7360version = "0.4.17"
 7361source = "registry+https://github.com/rust-lang/crates.io-index"
 7362checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7363dependencies = [
 7364 "aho-corasick",
 7365 "bstr",
 7366 "log",
 7367 "regex-automata",
 7368 "regex-syntax",
 7369]
 7370
 7371[[package]]
 7372name = "gloo-timers"
 7373version = "0.3.0"
 7374source = "registry+https://github.com/rust-lang/crates.io-index"
 7375checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7376dependencies = [
 7377 "futures-channel",
 7378 "futures-core",
 7379 "js-sys",
 7380 "wasm-bindgen",
 7381]
 7382
 7383[[package]]
 7384name = "glow"
 7385version = "0.17.0"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7388dependencies = [
 7389 "js-sys",
 7390 "slotmap",
 7391 "wasm-bindgen",
 7392 "web-sys",
 7393]
 7394
 7395[[package]]
 7396name = "glutin_wgl_sys"
 7397version = "0.6.1"
 7398source = "registry+https://github.com/rust-lang/crates.io-index"
 7399checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7400dependencies = [
 7401 "gl_generator",
 7402]
 7403
 7404[[package]]
 7405name = "go_to_line"
 7406version = "0.1.0"
 7407dependencies = [
 7408 "editor",
 7409 "gpui",
 7410 "indoc",
 7411 "language",
 7412 "menu",
 7413 "multi_buffer",
 7414 "project",
 7415 "rope",
 7416 "serde",
 7417 "serde_json",
 7418 "settings",
 7419 "text",
 7420 "theme",
 7421 "ui",
 7422 "util",
 7423 "workspace",
 7424]
 7425
 7426[[package]]
 7427name = "gobject-sys"
 7428version = "0.21.5"
 7429source = "registry+https://github.com/rust-lang/crates.io-index"
 7430checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7431dependencies = [
 7432 "glib-sys",
 7433 "libc",
 7434 "system-deps 7.0.7",
 7435]
 7436
 7437[[package]]
 7438name = "goblin"
 7439version = "0.9.3"
 7440source = "registry+https://github.com/rust-lang/crates.io-index"
 7441checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7442dependencies = [
 7443 "log",
 7444 "plain",
 7445 "scroll",
 7446]
 7447
 7448[[package]]
 7449name = "google_ai"
 7450version = "0.1.0"
 7451dependencies = [
 7452 "anyhow",
 7453 "futures 0.3.32",
 7454 "http_client",
 7455 "language_model_core",
 7456 "log",
 7457 "schemars",
 7458 "serde",
 7459 "serde_json",
 7460 "strum 0.27.2",
 7461 "tiktoken-rs",
 7462]
 7463
 7464[[package]]
 7465name = "gpu-allocator"
 7466version = "0.28.0"
 7467source = "registry+https://github.com/rust-lang/crates.io-index"
 7468checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7469dependencies = [
 7470 "ash",
 7471 "hashbrown 0.16.1",
 7472 "log",
 7473 "presser",
 7474 "thiserror 2.0.17",
 7475 "windows 0.62.2",
 7476]
 7477
 7478[[package]]
 7479name = "gpu-descriptor"
 7480version = "0.3.2"
 7481source = "registry+https://github.com/rust-lang/crates.io-index"
 7482checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7483dependencies = [
 7484 "bitflags 2.10.0",
 7485 "gpu-descriptor-types",
 7486 "hashbrown 0.15.5",
 7487]
 7488
 7489[[package]]
 7490name = "gpu-descriptor-types"
 7491version = "0.2.0"
 7492source = "registry+https://github.com/rust-lang/crates.io-index"
 7493checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7494dependencies = [
 7495 "bitflags 2.10.0",
 7496]
 7497
 7498[[package]]
 7499name = "gpui"
 7500version = "0.2.2"
 7501dependencies = [
 7502 "anyhow",
 7503 "async-channel 2.5.0",
 7504 "async-task",
 7505 "backtrace",
 7506 "bindgen 0.71.1",
 7507 "bitflags 2.10.0",
 7508 "block",
 7509 "cbindgen",
 7510 "chrono",
 7511 "cocoa 0.26.0",
 7512 "cocoa-foundation 0.2.0",
 7513 "collections",
 7514 "core-foundation 0.10.0",
 7515 "core-foundation-sys",
 7516 "core-graphics 0.24.0",
 7517 "core-text",
 7518 "core-video",
 7519 "ctor",
 7520 "derive_more",
 7521 "embed-resource",
 7522 "env_logger 0.11.8",
 7523 "etagere",
 7524 "foreign-types 0.5.0",
 7525 "futures 0.3.32",
 7526 "futures-concurrency",
 7527 "getrandom 0.3.4",
 7528 "gpui_macros",
 7529 "gpui_platform",
 7530 "gpui_shared_string",
 7531 "gpui_util",
 7532 "gpui_web",
 7533 "http_client",
 7534 "image",
 7535 "inventory",
 7536 "itertools 0.14.0",
 7537 "log",
 7538 "lyon",
 7539 "mach2 0.5.0",
 7540 "media",
 7541 "metal",
 7542 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7543 "num_cpus",
 7544 "objc",
 7545 "objc2",
 7546 "objc2-metal",
 7547 "parking",
 7548 "parking_lot",
 7549 "pathfinder_geometry",
 7550 "pin-project",
 7551 "pollster 0.4.0",
 7552 "postage",
 7553 "profiling",
 7554 "proptest",
 7555 "rand 0.9.3",
 7556 "raw-window-handle",
 7557 "refineable",
 7558 "regex",
 7559 "reqwest_client",
 7560 "resvg",
 7561 "scheduler",
 7562 "schemars",
 7563 "seahash",
 7564 "serde",
 7565 "serde_json",
 7566 "slotmap",
 7567 "smallvec",
 7568 "spin 0.10.0",
 7569 "stacksafe",
 7570 "strum 0.27.2",
 7571 "sum_tree",
 7572 "taffy",
 7573 "thiserror 2.0.17",
 7574 "ttf-parser 0.25.1",
 7575 "unicode-segmentation",
 7576 "url",
 7577 "usvg",
 7578 "util_macros",
 7579 "uuid",
 7580 "waker-fn",
 7581 "wasm-bindgen",
 7582 "web-time",
 7583 "windows 0.61.3",
 7584 "zed-font-kit",
 7585 "zed-scap",
 7586]
 7587
 7588[[package]]
 7589name = "gpui_linux"
 7590version = "0.1.0"
 7591dependencies = [
 7592 "anyhow",
 7593 "as-raw-xcb-connection",
 7594 "ashpd",
 7595 "bitflags 2.10.0",
 7596 "bytemuck",
 7597 "calloop",
 7598 "calloop-wayland-source",
 7599 "collections",
 7600 "filedescriptor",
 7601 "futures 0.3.32",
 7602 "gpui",
 7603 "gpui_wgpu",
 7604 "http_client",
 7605 "image",
 7606 "itertools 0.14.0",
 7607 "libc",
 7608 "log",
 7609 "oo7",
 7610 "open",
 7611 "parking_lot",
 7612 "pathfinder_geometry",
 7613 "pollster 0.4.0",
 7614 "profiling",
 7615 "raw-window-handle",
 7616 "smallvec",
 7617 "smol",
 7618 "strum 0.27.2",
 7619 "swash",
 7620 "url",
 7621 "util",
 7622 "uuid",
 7623 "wayland-backend",
 7624 "wayland-client",
 7625 "wayland-cursor",
 7626 "wayland-protocols",
 7627 "wayland-protocols-plasma",
 7628 "wayland-protocols-wlr",
 7629 "x11-clipboard",
 7630 "x11rb",
 7631 "xkbcommon",
 7632 "zed-scap",
 7633 "zed-xim",
 7634]
 7635
 7636[[package]]
 7637name = "gpui_macos"
 7638version = "0.1.0"
 7639dependencies = [
 7640 "anyhow",
 7641 "async-task",
 7642 "block",
 7643 "cbindgen",
 7644 "cocoa 0.26.0",
 7645 "collections",
 7646 "core-foundation 0.10.0",
 7647 "core-foundation-sys",
 7648 "core-graphics 0.24.0",
 7649 "core-text",
 7650 "core-video",
 7651 "ctor",
 7652 "derive_more",
 7653 "dispatch2",
 7654 "etagere",
 7655 "foreign-types 0.5.0",
 7656 "futures 0.3.32",
 7657 "gpui",
 7658 "image",
 7659 "itertools 0.14.0",
 7660 "libc",
 7661 "log",
 7662 "mach2 0.5.0",
 7663 "media",
 7664 "metal",
 7665 "objc",
 7666 "objc2-app-kit",
 7667 "parking_lot",
 7668 "pathfinder_geometry",
 7669 "raw-window-handle",
 7670 "semver",
 7671 "smallvec",
 7672 "strum 0.27.2",
 7673 "util",
 7674 "uuid",
 7675 "zed-font-kit",
 7676]
 7677
 7678[[package]]
 7679name = "gpui_macros"
 7680version = "0.1.0"
 7681dependencies = [
 7682 "gpui",
 7683 "heck 0.5.0",
 7684 "proc-macro2",
 7685 "quote",
 7686 "syn 2.0.117",
 7687]
 7688
 7689[[package]]
 7690name = "gpui_platform"
 7691version = "0.1.0"
 7692dependencies = [
 7693 "console_error_panic_hook",
 7694 "gpui",
 7695 "gpui_linux",
 7696 "gpui_macos",
 7697 "gpui_web",
 7698 "gpui_windows",
 7699]
 7700
 7701[[package]]
 7702name = "gpui_shared_string"
 7703version = "0.1.0"
 7704dependencies = [
 7705 "derive_more",
 7706 "gpui_util",
 7707 "schemars",
 7708 "serde",
 7709]
 7710
 7711[[package]]
 7712name = "gpui_tokio"
 7713version = "0.1.0"
 7714dependencies = [
 7715 "anyhow",
 7716 "gpui",
 7717 "tokio",
 7718 "util",
 7719]
 7720
 7721[[package]]
 7722name = "gpui_util"
 7723version = "0.1.0"
 7724dependencies = [
 7725 "anyhow",
 7726 "log",
 7727]
 7728
 7729[[package]]
 7730name = "gpui_web"
 7731version = "0.1.0"
 7732dependencies = [
 7733 "anyhow",
 7734 "console_error_panic_hook",
 7735 "futures 0.3.32",
 7736 "gpui",
 7737 "gpui_wgpu",
 7738 "http_client",
 7739 "js-sys",
 7740 "log",
 7741 "parking_lot",
 7742 "raw-window-handle",
 7743 "smallvec",
 7744 "uuid",
 7745 "wasm-bindgen",
 7746 "wasm-bindgen-futures",
 7747 "wasm_thread",
 7748 "web-sys",
 7749 "web-time",
 7750]
 7751
 7752[[package]]
 7753name = "gpui_wgpu"
 7754version = "0.1.0"
 7755dependencies = [
 7756 "anyhow",
 7757 "bytemuck",
 7758 "collections",
 7759 "cosmic-text",
 7760 "etagere",
 7761 "gpui",
 7762 "gpui_util",
 7763 "itertools 0.14.0",
 7764 "js-sys",
 7765 "log",
 7766 "parking_lot",
 7767 "pollster 0.4.0",
 7768 "profiling",
 7769 "raw-window-handle",
 7770 "smallvec",
 7771 "swash",
 7772 "wasm-bindgen",
 7773 "wasm-bindgen-futures",
 7774 "web-sys",
 7775 "wgpu",
 7776 "zed-font-kit",
 7777]
 7778
 7779[[package]]
 7780name = "gpui_windows"
 7781version = "0.1.0"
 7782dependencies = [
 7783 "anyhow",
 7784 "collections",
 7785 "etagere",
 7786 "futures 0.3.32",
 7787 "gpui",
 7788 "image",
 7789 "itertools 0.14.0",
 7790 "log",
 7791 "parking_lot",
 7792 "rand 0.9.3",
 7793 "raw-window-handle",
 7794 "smallvec",
 7795 "util",
 7796 "uuid",
 7797 "windows 0.61.3",
 7798 "windows-core 0.61.2",
 7799 "windows-numerics 0.2.0",
 7800 "windows-registry 0.5.3",
 7801 "zed-scap",
 7802]
 7803
 7804[[package]]
 7805name = "grammars"
 7806version = "0.1.0"
 7807dependencies = [
 7808 "anyhow",
 7809 "language_core",
 7810 "rust-embed",
 7811 "toml 0.8.23",
 7812 "tree-sitter",
 7813 "tree-sitter-bash",
 7814 "tree-sitter-c",
 7815 "tree-sitter-cpp",
 7816 "tree-sitter-css",
 7817 "tree-sitter-diff",
 7818 "tree-sitter-gitcommit",
 7819 "tree-sitter-go",
 7820 "tree-sitter-gomod",
 7821 "tree-sitter-gowork",
 7822 "tree-sitter-jsdoc",
 7823 "tree-sitter-json",
 7824 "tree-sitter-md",
 7825 "tree-sitter-python",
 7826 "tree-sitter-regex",
 7827 "tree-sitter-rust",
 7828 "tree-sitter-typescript",
 7829 "tree-sitter-yaml",
 7830 "util",
 7831]
 7832
 7833[[package]]
 7834name = "grid"
 7835version = "0.18.0"
 7836source = "registry+https://github.com/rust-lang/crates.io-index"
 7837checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7838
 7839[[package]]
 7840name = "group"
 7841version = "0.12.1"
 7842source = "registry+https://github.com/rust-lang/crates.io-index"
 7843checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7844dependencies = [
 7845 "ff",
 7846 "rand_core 0.6.4",
 7847 "subtle",
 7848]
 7849
 7850[[package]]
 7851name = "h2"
 7852version = "0.3.27"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7855dependencies = [
 7856 "bytes 1.11.1",
 7857 "fnv",
 7858 "futures-core",
 7859 "futures-sink",
 7860 "futures-util",
 7861 "http 0.2.12",
 7862 "indexmap",
 7863 "slab",
 7864 "tokio",
 7865 "tokio-util",
 7866 "tracing",
 7867]
 7868
 7869[[package]]
 7870name = "h2"
 7871version = "0.4.12"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7874dependencies = [
 7875 "atomic-waker",
 7876 "bytes 1.11.1",
 7877 "fnv",
 7878 "futures-core",
 7879 "futures-sink",
 7880 "http 1.3.1",
 7881 "indexmap",
 7882 "slab",
 7883 "tokio",
 7884 "tokio-util",
 7885 "tracing",
 7886]
 7887
 7888[[package]]
 7889name = "half"
 7890version = "2.7.1"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7893dependencies = [
 7894 "bytemuck",
 7895 "cfg-if",
 7896 "crunchy",
 7897 "num-traits",
 7898 "rand 0.9.3",
 7899 "rand_distr",
 7900 "zerocopy",
 7901]
 7902
 7903[[package]]
 7904name = "handlebars"
 7905version = "4.5.0"
 7906source = "registry+https://github.com/rust-lang/crates.io-index"
 7907checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7908dependencies = [
 7909 "log",
 7910 "pest",
 7911 "pest_derive",
 7912 "rust-embed",
 7913 "serde",
 7914 "serde_json",
 7915 "thiserror 1.0.69",
 7916]
 7917
 7918[[package]]
 7919name = "handlebars"
 7920version = "5.1.2"
 7921source = "registry+https://github.com/rust-lang/crates.io-index"
 7922checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7923dependencies = [
 7924 "log",
 7925 "pest",
 7926 "pest_derive",
 7927 "serde",
 7928 "serde_json",
 7929 "thiserror 1.0.69",
 7930]
 7931
 7932[[package]]
 7933name = "harfrust"
 7934version = "0.5.0"
 7935source = "registry+https://github.com/rust-lang/crates.io-index"
 7936checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7937dependencies = [
 7938 "bitflags 2.10.0",
 7939 "bytemuck",
 7940 "core_maths",
 7941 "read-fonts 0.37.0",
 7942 "smallvec",
 7943]
 7944
 7945[[package]]
 7946name = "hash32"
 7947version = "0.3.1"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7950dependencies = [
 7951 "byteorder",
 7952]
 7953
 7954[[package]]
 7955name = "hashbrown"
 7956version = "0.12.3"
 7957source = "registry+https://github.com/rust-lang/crates.io-index"
 7958checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7959dependencies = [
 7960 "ahash 0.7.8",
 7961]
 7962
 7963[[package]]
 7964name = "hashbrown"
 7965version = "0.14.5"
 7966source = "registry+https://github.com/rust-lang/crates.io-index"
 7967checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7968dependencies = [
 7969 "ahash 0.8.12",
 7970 "allocator-api2",
 7971]
 7972
 7973[[package]]
 7974name = "hashbrown"
 7975version = "0.15.5"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7978dependencies = [
 7979 "allocator-api2",
 7980 "equivalent",
 7981 "foldhash 0.1.5",
 7982 "serde",
 7983]
 7984
 7985[[package]]
 7986name = "hashbrown"
 7987version = "0.16.1"
 7988source = "registry+https://github.com/rust-lang/crates.io-index"
 7989checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 7990dependencies = [
 7991 "allocator-api2",
 7992 "equivalent",
 7993 "foldhash 0.2.0",
 7994]
 7995
 7996[[package]]
 7997name = "hashlink"
 7998version = "0.8.4"
 7999source = "registry+https://github.com/rust-lang/crates.io-index"
 8000checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8001dependencies = [
 8002 "hashbrown 0.14.5",
 8003]
 8004
 8005[[package]]
 8006name = "hashlink"
 8007version = "0.10.0"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8010dependencies = [
 8011 "hashbrown 0.15.5",
 8012]
 8013
 8014[[package]]
 8015name = "headers"
 8016version = "0.3.9"
 8017source = "registry+https://github.com/rust-lang/crates.io-index"
 8018checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8019dependencies = [
 8020 "base64 0.21.7",
 8021 "bytes 1.11.1",
 8022 "headers-core",
 8023 "http 0.2.12",
 8024 "httpdate",
 8025 "mime",
 8026 "sha1",
 8027]
 8028
 8029[[package]]
 8030name = "headers-core"
 8031version = "0.2.0"
 8032source = "registry+https://github.com/rust-lang/crates.io-index"
 8033checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8034dependencies = [
 8035 "http 0.2.12",
 8036]
 8037
 8038[[package]]
 8039name = "heapless"
 8040version = "0.9.2"
 8041source = "registry+https://github.com/rust-lang/crates.io-index"
 8042checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8043dependencies = [
 8044 "hash32",
 8045 "stable_deref_trait",
 8046]
 8047
 8048[[package]]
 8049name = "heck"
 8050version = "0.3.3"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8053dependencies = [
 8054 "unicode-segmentation",
 8055]
 8056
 8057[[package]]
 8058name = "heck"
 8059version = "0.4.1"
 8060source = "registry+https://github.com/rust-lang/crates.io-index"
 8061checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8062dependencies = [
 8063 "unicode-segmentation",
 8064]
 8065
 8066[[package]]
 8067name = "heck"
 8068version = "0.5.0"
 8069source = "registry+https://github.com/rust-lang/crates.io-index"
 8070checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8071
 8072[[package]]
 8073name = "heed"
 8074version = "0.21.0"
 8075source = "registry+https://github.com/rust-lang/crates.io-index"
 8076checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8077dependencies = [
 8078 "bitflags 2.10.0",
 8079 "byteorder",
 8080 "heed-traits",
 8081 "heed-types",
 8082 "libc",
 8083 "lmdb-master-sys",
 8084 "once_cell",
 8085 "page_size",
 8086 "serde",
 8087 "synchronoise",
 8088 "url",
 8089]
 8090
 8091[[package]]
 8092name = "heed-traits"
 8093version = "0.20.0"
 8094source = "registry+https://github.com/rust-lang/crates.io-index"
 8095checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8096
 8097[[package]]
 8098name = "heed-types"
 8099version = "0.21.0"
 8100source = "registry+https://github.com/rust-lang/crates.io-index"
 8101checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8102dependencies = [
 8103 "bincode",
 8104 "byteorder",
 8105 "heed-traits",
 8106 "serde",
 8107 "serde_json",
 8108]
 8109
 8110[[package]]
 8111name = "hermit-abi"
 8112version = "0.5.2"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8115
 8116[[package]]
 8117name = "hex"
 8118version = "0.4.3"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8121
 8122[[package]]
 8123name = "hexf-parse"
 8124version = "0.2.1"
 8125source = "registry+https://github.com/rust-lang/crates.io-index"
 8126checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8127
 8128[[package]]
 8129name = "hkdf"
 8130version = "0.12.4"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8133dependencies = [
 8134 "hmac",
 8135]
 8136
 8137[[package]]
 8138name = "hmac"
 8139version = "0.12.1"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8142dependencies = [
 8143 "digest",
 8144]
 8145
 8146[[package]]
 8147name = "home"
 8148version = "0.5.11"
 8149source = "registry+https://github.com/rust-lang/crates.io-index"
 8150checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8151dependencies = [
 8152 "windows-sys 0.59.0",
 8153]
 8154
 8155[[package]]
 8156name = "hound"
 8157version = "3.5.1"
 8158source = "registry+https://github.com/rust-lang/crates.io-index"
 8159checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8160
 8161[[package]]
 8162name = "html5ever"
 8163version = "0.27.0"
 8164source = "registry+https://github.com/rust-lang/crates.io-index"
 8165checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8166dependencies = [
 8167 "log",
 8168 "mac",
 8169 "markup5ever 0.12.1",
 8170 "proc-macro2",
 8171 "quote",
 8172 "syn 2.0.117",
 8173]
 8174
 8175[[package]]
 8176name = "html5ever"
 8177version = "0.35.0"
 8178source = "registry+https://github.com/rust-lang/crates.io-index"
 8179checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8180dependencies = [
 8181 "log",
 8182 "markup5ever 0.35.0",
 8183 "match_token",
 8184]
 8185
 8186[[package]]
 8187name = "html_to_markdown"
 8188version = "0.1.0"
 8189dependencies = [
 8190 "anyhow",
 8191 "html5ever 0.27.0",
 8192 "indoc",
 8193 "markup5ever_rcdom",
 8194 "pretty_assertions",
 8195 "regex",
 8196]
 8197
 8198[[package]]
 8199name = "http"
 8200version = "0.2.12"
 8201source = "registry+https://github.com/rust-lang/crates.io-index"
 8202checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8203dependencies = [
 8204 "bytes 1.11.1",
 8205 "fnv",
 8206 "itoa",
 8207]
 8208
 8209[[package]]
 8210name = "http"
 8211version = "1.3.1"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8214dependencies = [
 8215 "bytes 1.11.1",
 8216 "fnv",
 8217 "itoa",
 8218]
 8219
 8220[[package]]
 8221name = "http-body"
 8222version = "0.4.6"
 8223source = "registry+https://github.com/rust-lang/crates.io-index"
 8224checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8225dependencies = [
 8226 "bytes 1.11.1",
 8227 "http 0.2.12",
 8228 "pin-project-lite",
 8229]
 8230
 8231[[package]]
 8232name = "http-body"
 8233version = "1.0.1"
 8234source = "registry+https://github.com/rust-lang/crates.io-index"
 8235checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8236dependencies = [
 8237 "bytes 1.11.1",
 8238 "http 1.3.1",
 8239]
 8240
 8241[[package]]
 8242name = "http-body-util"
 8243version = "0.1.3"
 8244source = "registry+https://github.com/rust-lang/crates.io-index"
 8245checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8246dependencies = [
 8247 "bytes 1.11.1",
 8248 "futures-core",
 8249 "http 1.3.1",
 8250 "http-body 1.0.1",
 8251 "pin-project-lite",
 8252]
 8253
 8254[[package]]
 8255name = "http-range-header"
 8256version = "0.3.1"
 8257source = "registry+https://github.com/rust-lang/crates.io-index"
 8258checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8259
 8260[[package]]
 8261name = "http_client"
 8262version = "0.1.0"
 8263dependencies = [
 8264 "anyhow",
 8265 "async-compression",
 8266 "async-fs",
 8267 "async-tar",
 8268 "bytes 1.11.1",
 8269 "derive_more",
 8270 "futures 0.3.32",
 8271 "http 1.3.1",
 8272 "http-body 1.0.1",
 8273 "log",
 8274 "parking_lot",
 8275 "serde",
 8276 "serde_json",
 8277 "serde_urlencoded",
 8278 "sha2",
 8279 "tempfile",
 8280 "url",
 8281 "util",
 8282]
 8283
 8284[[package]]
 8285name = "http_client_tls"
 8286version = "0.1.0"
 8287dependencies = [
 8288 "rustls 0.23.33",
 8289 "rustls-platform-verifier",
 8290]
 8291
 8292[[package]]
 8293name = "httparse"
 8294version = "1.10.1"
 8295source = "registry+https://github.com/rust-lang/crates.io-index"
 8296checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8297
 8298[[package]]
 8299name = "httpdate"
 8300version = "1.0.3"
 8301source = "registry+https://github.com/rust-lang/crates.io-index"
 8302checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8303
 8304[[package]]
 8305name = "human_bytes"
 8306version = "0.4.3"
 8307source = "registry+https://github.com/rust-lang/crates.io-index"
 8308checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8309
 8310[[package]]
 8311name = "humantime"
 8312version = "2.3.0"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8315
 8316[[package]]
 8317name = "hyper"
 8318version = "0.14.32"
 8319source = "registry+https://github.com/rust-lang/crates.io-index"
 8320checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8321dependencies = [
 8322 "bytes 1.11.1",
 8323 "futures-channel",
 8324 "futures-core",
 8325 "futures-util",
 8326 "h2 0.3.27",
 8327 "http 0.2.12",
 8328 "http-body 0.4.6",
 8329 "httparse",
 8330 "httpdate",
 8331 "itoa",
 8332 "pin-project-lite",
 8333 "socket2 0.5.10",
 8334 "tokio",
 8335 "tower-service",
 8336 "tracing",
 8337 "want",
 8338]
 8339
 8340[[package]]
 8341name = "hyper"
 8342version = "1.7.0"
 8343source = "registry+https://github.com/rust-lang/crates.io-index"
 8344checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8345dependencies = [
 8346 "atomic-waker",
 8347 "bytes 1.11.1",
 8348 "futures-channel",
 8349 "futures-core",
 8350 "h2 0.4.12",
 8351 "http 1.3.1",
 8352 "http-body 1.0.1",
 8353 "httparse",
 8354 "itoa",
 8355 "pin-project-lite",
 8356 "pin-utils",
 8357 "smallvec",
 8358 "tokio",
 8359 "want",
 8360]
 8361
 8362[[package]]
 8363name = "hyper-rustls"
 8364version = "0.24.2"
 8365source = "registry+https://github.com/rust-lang/crates.io-index"
 8366checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8367dependencies = [
 8368 "futures-util",
 8369 "http 0.2.12",
 8370 "hyper 0.14.32",
 8371 "log",
 8372 "rustls 0.21.12",
 8373 "rustls-native-certs 0.6.3",
 8374 "tokio",
 8375 "tokio-rustls 0.24.1",
 8376]
 8377
 8378[[package]]
 8379name = "hyper-rustls"
 8380version = "0.27.7"
 8381source = "registry+https://github.com/rust-lang/crates.io-index"
 8382checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8383dependencies = [
 8384 "http 1.3.1",
 8385 "hyper 1.7.0",
 8386 "hyper-util",
 8387 "log",
 8388 "rustls 0.23.33",
 8389 "rustls-native-certs 0.8.2",
 8390 "rustls-pki-types",
 8391 "tokio",
 8392 "tokio-rustls 0.26.2",
 8393 "tower-service",
 8394]
 8395
 8396[[package]]
 8397name = "hyper-timeout"
 8398version = "0.5.2"
 8399source = "registry+https://github.com/rust-lang/crates.io-index"
 8400checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8401dependencies = [
 8402 "hyper 1.7.0",
 8403 "hyper-util",
 8404 "pin-project-lite",
 8405 "tokio",
 8406 "tower-service",
 8407]
 8408
 8409[[package]]
 8410name = "hyper-tls"
 8411version = "0.5.0"
 8412source = "registry+https://github.com/rust-lang/crates.io-index"
 8413checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8414dependencies = [
 8415 "bytes 1.11.1",
 8416 "hyper 0.14.32",
 8417 "native-tls",
 8418 "tokio",
 8419 "tokio-native-tls",
 8420]
 8421
 8422[[package]]
 8423name = "hyper-util"
 8424version = "0.1.17"
 8425source = "registry+https://github.com/rust-lang/crates.io-index"
 8426checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8427dependencies = [
 8428 "base64 0.22.1",
 8429 "bytes 1.11.1",
 8430 "futures-channel",
 8431 "futures-core",
 8432 "futures-util",
 8433 "http 1.3.1",
 8434 "http-body 1.0.1",
 8435 "hyper 1.7.0",
 8436 "ipnet",
 8437 "libc",
 8438 "percent-encoding",
 8439 "pin-project-lite",
 8440 "socket2 0.6.1",
 8441 "tokio",
 8442 "tower-service",
 8443 "tracing",
 8444]
 8445
 8446[[package]]
 8447name = "iana-time-zone"
 8448version = "0.1.64"
 8449source = "registry+https://github.com/rust-lang/crates.io-index"
 8450checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8451dependencies = [
 8452 "android_system_properties",
 8453 "core-foundation-sys",
 8454 "iana-time-zone-haiku",
 8455 "js-sys",
 8456 "log",
 8457 "wasm-bindgen",
 8458 "windows-core 0.62.2",
 8459]
 8460
 8461[[package]]
 8462name = "iana-time-zone-haiku"
 8463version = "0.1.2"
 8464source = "registry+https://github.com/rust-lang/crates.io-index"
 8465checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8466dependencies = [
 8467 "cc",
 8468]
 8469
 8470[[package]]
 8471name = "icons"
 8472version = "0.1.0"
 8473dependencies = [
 8474 "serde",
 8475 "strum 0.27.2",
 8476]
 8477
 8478[[package]]
 8479name = "icu_collections"
 8480version = "2.0.0"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8483dependencies = [
 8484 "displaydoc",
 8485 "potential_utf",
 8486 "yoke 0.8.0",
 8487 "zerofrom",
 8488 "zerovec",
 8489]
 8490
 8491[[package]]
 8492name = "icu_locale_core"
 8493version = "2.0.0"
 8494source = "registry+https://github.com/rust-lang/crates.io-index"
 8495checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8496dependencies = [
 8497 "displaydoc",
 8498 "litemap",
 8499 "tinystr",
 8500 "writeable",
 8501 "zerovec",
 8502]
 8503
 8504[[package]]
 8505name = "icu_normalizer"
 8506version = "2.0.0"
 8507source = "registry+https://github.com/rust-lang/crates.io-index"
 8508checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8509dependencies = [
 8510 "displaydoc",
 8511 "icu_collections",
 8512 "icu_normalizer_data",
 8513 "icu_properties",
 8514 "icu_provider",
 8515 "smallvec",
 8516 "zerovec",
 8517]
 8518
 8519[[package]]
 8520name = "icu_normalizer_data"
 8521version = "2.0.0"
 8522source = "registry+https://github.com/rust-lang/crates.io-index"
 8523checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8524
 8525[[package]]
 8526name = "icu_properties"
 8527version = "2.0.1"
 8528source = "registry+https://github.com/rust-lang/crates.io-index"
 8529checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8530dependencies = [
 8531 "displaydoc",
 8532 "icu_collections",
 8533 "icu_locale_core",
 8534 "icu_properties_data",
 8535 "icu_provider",
 8536 "potential_utf",
 8537 "zerotrie",
 8538 "zerovec",
 8539]
 8540
 8541[[package]]
 8542name = "icu_properties_data"
 8543version = "2.0.1"
 8544source = "registry+https://github.com/rust-lang/crates.io-index"
 8545checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8546
 8547[[package]]
 8548name = "icu_provider"
 8549version = "2.0.0"
 8550source = "registry+https://github.com/rust-lang/crates.io-index"
 8551checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8552dependencies = [
 8553 "displaydoc",
 8554 "icu_locale_core",
 8555 "stable_deref_trait",
 8556 "tinystr",
 8557 "writeable",
 8558 "yoke 0.8.0",
 8559 "zerofrom",
 8560 "zerotrie",
 8561 "zerovec",
 8562]
 8563
 8564[[package]]
 8565name = "id-arena"
 8566version = "2.2.1"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8569
 8570[[package]]
 8571name = "ident_case"
 8572version = "1.0.1"
 8573source = "registry+https://github.com/rust-lang/crates.io-index"
 8574checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8575
 8576[[package]]
 8577name = "idna"
 8578version = "1.1.0"
 8579source = "registry+https://github.com/rust-lang/crates.io-index"
 8580checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8581dependencies = [
 8582 "idna_adapter",
 8583 "smallvec",
 8584 "utf8_iter",
 8585]
 8586
 8587[[package]]
 8588name = "idna_adapter"
 8589version = "1.2.1"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8592dependencies = [
 8593 "icu_normalizer",
 8594 "icu_properties",
 8595]
 8596
 8597[[package]]
 8598name = "ignore"
 8599version = "0.4.24"
 8600source = "registry+https://github.com/rust-lang/crates.io-index"
 8601checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8602dependencies = [
 8603 "crossbeam-deque",
 8604 "globset",
 8605 "log",
 8606 "memchr",
 8607 "regex-automata",
 8608 "same-file",
 8609 "walkdir",
 8610 "winapi-util",
 8611]
 8612
 8613[[package]]
 8614name = "image"
 8615version = "0.25.8"
 8616source = "registry+https://github.com/rust-lang/crates.io-index"
 8617checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8618dependencies = [
 8619 "bytemuck",
 8620 "byteorder-lite",
 8621 "color_quant",
 8622 "exr",
 8623 "gif",
 8624 "image-webp",
 8625 "moxcms",
 8626 "num-traits",
 8627 "png 0.18.0",
 8628 "qoi",
 8629 "ravif",
 8630 "rayon",
 8631 "rgb",
 8632 "tiff",
 8633 "zune-core",
 8634 "zune-jpeg",
 8635]
 8636
 8637[[package]]
 8638name = "image-webp"
 8639version = "0.2.4"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8642dependencies = [
 8643 "byteorder-lite",
 8644 "quick-error 2.0.1",
 8645]
 8646
 8647[[package]]
 8648name = "image_viewer"
 8649version = "0.1.0"
 8650dependencies = [
 8651 "anyhow",
 8652 "db",
 8653 "editor",
 8654 "file_icons",
 8655 "gpui",
 8656 "language",
 8657 "log",
 8658 "project",
 8659 "serde",
 8660 "settings",
 8661 "theme_settings",
 8662 "ui",
 8663 "util",
 8664 "workspace",
 8665]
 8666
 8667[[package]]
 8668name = "imagesize"
 8669version = "0.13.0"
 8670source = "registry+https://github.com/rust-lang/crates.io-index"
 8671checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8672
 8673[[package]]
 8674name = "imara-diff"
 8675version = "0.1.8"
 8676source = "registry+https://github.com/rust-lang/crates.io-index"
 8677checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8678dependencies = [
 8679 "hashbrown 0.15.5",
 8680]
 8681
 8682[[package]]
 8683name = "imgref"
 8684version = "1.12.0"
 8685source = "registry+https://github.com/rust-lang/crates.io-index"
 8686checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8687
 8688[[package]]
 8689name = "indenter"
 8690version = "0.3.4"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8693
 8694[[package]]
 8695name = "indexmap"
 8696version = "2.11.4"
 8697source = "registry+https://github.com/rust-lang/crates.io-index"
 8698checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8699dependencies = [
 8700 "equivalent",
 8701 "hashbrown 0.16.1",
 8702 "serde",
 8703 "serde_core",
 8704]
 8705
 8706[[package]]
 8707name = "indoc"
 8708version = "2.0.6"
 8709source = "registry+https://github.com/rust-lang/crates.io-index"
 8710checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8711
 8712[[package]]
 8713name = "inherent"
 8714version = "1.0.13"
 8715source = "registry+https://github.com/rust-lang/crates.io-index"
 8716checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8717dependencies = [
 8718 "proc-macro2",
 8719 "quote",
 8720 "syn 2.0.117",
 8721]
 8722
 8723[[package]]
 8724name = "inotify"
 8725version = "0.9.6"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8728dependencies = [
 8729 "bitflags 1.3.2",
 8730 "inotify-sys",
 8731 "libc",
 8732]
 8733
 8734[[package]]
 8735name = "inotify"
 8736version = "0.11.0"
 8737source = "registry+https://github.com/rust-lang/crates.io-index"
 8738checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8739dependencies = [
 8740 "bitflags 2.10.0",
 8741 "inotify-sys",
 8742 "libc",
 8743]
 8744
 8745[[package]]
 8746name = "inotify-sys"
 8747version = "0.1.5"
 8748source = "registry+https://github.com/rust-lang/crates.io-index"
 8749checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8750dependencies = [
 8751 "libc",
 8752]
 8753
 8754[[package]]
 8755name = "inout"
 8756version = "0.1.4"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8759dependencies = [
 8760 "block-padding",
 8761 "generic-array",
 8762]
 8763
 8764[[package]]
 8765name = "inspector_ui"
 8766version = "0.1.0"
 8767dependencies = [
 8768 "anyhow",
 8769 "command_palette_hooks",
 8770 "editor",
 8771 "fuzzy",
 8772 "gpui",
 8773 "language",
 8774 "project",
 8775 "serde_json",
 8776 "serde_json_lenient",
 8777 "theme_settings",
 8778 "ui",
 8779 "util",
 8780 "util_macros",
 8781 "workspace",
 8782 "zed_actions",
 8783]
 8784
 8785[[package]]
 8786name = "install_cli"
 8787version = "0.1.0"
 8788dependencies = [
 8789 "anyhow",
 8790 "client",
 8791 "gpui",
 8792 "release_channel",
 8793 "smol",
 8794 "util",
 8795 "workspace",
 8796]
 8797
 8798[[package]]
 8799name = "instant"
 8800version = "0.1.13"
 8801source = "registry+https://github.com/rust-lang/crates.io-index"
 8802checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8803dependencies = [
 8804 "cfg-if",
 8805]
 8806
 8807[[package]]
 8808name = "interpolate_name"
 8809version = "0.2.4"
 8810source = "registry+https://github.com/rust-lang/crates.io-index"
 8811checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8812dependencies = [
 8813 "proc-macro2",
 8814 "quote",
 8815 "syn 2.0.117",
 8816]
 8817
 8818[[package]]
 8819name = "inventory"
 8820version = "0.3.21"
 8821source = "registry+https://github.com/rust-lang/crates.io-index"
 8822checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8823dependencies = [
 8824 "rustversion",
 8825]
 8826
 8827[[package]]
 8828name = "io-extras"
 8829version = "0.18.4"
 8830source = "registry+https://github.com/rust-lang/crates.io-index"
 8831checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8832dependencies = [
 8833 "io-lifetimes",
 8834 "windows-sys 0.59.0",
 8835]
 8836
 8837[[package]]
 8838name = "io-lifetimes"
 8839version = "2.0.4"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8842
 8843[[package]]
 8844name = "io-surface"
 8845version = "0.16.1"
 8846source = "registry+https://github.com/rust-lang/crates.io-index"
 8847checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8848dependencies = [
 8849 "cgl",
 8850 "core-foundation 0.10.0",
 8851 "core-foundation-sys",
 8852 "leaky-cow",
 8853]
 8854
 8855[[package]]
 8856name = "iovec"
 8857version = "0.1.4"
 8858source = "registry+https://github.com/rust-lang/crates.io-index"
 8859checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8860dependencies = [
 8861 "libc",
 8862]
 8863
 8864[[package]]
 8865name = "ipc-channel"
 8866version = "0.19.0"
 8867source = "registry+https://github.com/rust-lang/crates.io-index"
 8868checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8869dependencies = [
 8870 "bincode",
 8871 "crossbeam-channel",
 8872 "fnv",
 8873 "lazy_static",
 8874 "libc",
 8875 "mio 1.1.0",
 8876 "rand 0.8.5",
 8877 "serde",
 8878 "tempfile",
 8879 "uuid",
 8880 "windows 0.58.0",
 8881]
 8882
 8883[[package]]
 8884name = "ipnet"
 8885version = "2.11.0"
 8886source = "registry+https://github.com/rust-lang/crates.io-index"
 8887checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8888
 8889[[package]]
 8890name = "iri-string"
 8891version = "0.7.8"
 8892source = "registry+https://github.com/rust-lang/crates.io-index"
 8893checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8894dependencies = [
 8895 "memchr",
 8896 "serde",
 8897]
 8898
 8899[[package]]
 8900name = "is-docker"
 8901version = "0.2.0"
 8902source = "registry+https://github.com/rust-lang/crates.io-index"
 8903checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8904dependencies = [
 8905 "once_cell",
 8906]
 8907
 8908[[package]]
 8909name = "is-terminal"
 8910version = "0.4.16"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8913dependencies = [
 8914 "hermit-abi",
 8915 "libc",
 8916 "windows-sys 0.59.0",
 8917]
 8918
 8919[[package]]
 8920name = "is-wsl"
 8921version = "0.4.0"
 8922source = "registry+https://github.com/rust-lang/crates.io-index"
 8923checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8924dependencies = [
 8925 "is-docker",
 8926 "once_cell",
 8927]
 8928
 8929[[package]]
 8930name = "is_executable"
 8931version = "1.0.5"
 8932source = "registry+https://github.com/rust-lang/crates.io-index"
 8933checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8934dependencies = [
 8935 "windows-sys 0.60.2",
 8936]
 8937
 8938[[package]]
 8939name = "is_terminal_polyfill"
 8940version = "1.70.1"
 8941source = "registry+https://github.com/rust-lang/crates.io-index"
 8942checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8943
 8944[[package]]
 8945name = "itertools"
 8946version = "0.10.5"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8949dependencies = [
 8950 "either",
 8951]
 8952
 8953[[package]]
 8954name = "itertools"
 8955version = "0.11.0"
 8956source = "registry+https://github.com/rust-lang/crates.io-index"
 8957checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8958dependencies = [
 8959 "either",
 8960]
 8961
 8962[[package]]
 8963name = "itertools"
 8964version = "0.12.1"
 8965source = "registry+https://github.com/rust-lang/crates.io-index"
 8966checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8967dependencies = [
 8968 "either",
 8969]
 8970
 8971[[package]]
 8972name = "itertools"
 8973version = "0.14.0"
 8974source = "registry+https://github.com/rust-lang/crates.io-index"
 8975checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8976dependencies = [
 8977 "either",
 8978]
 8979
 8980[[package]]
 8981name = "itoa"
 8982version = "1.0.15"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 8985
 8986[[package]]
 8987name = "jiff"
 8988version = "0.2.15"
 8989source = "registry+https://github.com/rust-lang/crates.io-index"
 8990checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 8991dependencies = [
 8992 "jiff-static",
 8993 "log",
 8994 "portable-atomic",
 8995 "portable-atomic-util",
 8996 "serde",
 8997]
 8998
 8999[[package]]
 9000name = "jiff-static"
 9001version = "0.2.15"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9004dependencies = [
 9005 "proc-macro2",
 9006 "quote",
 9007 "syn 2.0.117",
 9008]
 9009
 9010[[package]]
 9011name = "jni"
 9012version = "0.21.1"
 9013source = "registry+https://github.com/rust-lang/crates.io-index"
 9014checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9015dependencies = [
 9016 "cesu8",
 9017 "cfg-if",
 9018 "combine",
 9019 "jni-sys",
 9020 "log",
 9021 "thiserror 1.0.69",
 9022 "walkdir",
 9023 "windows-sys 0.45.0",
 9024]
 9025
 9026[[package]]
 9027name = "jni-sys"
 9028version = "0.3.0"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9031
 9032[[package]]
 9033name = "jobserver"
 9034version = "0.1.34"
 9035source = "registry+https://github.com/rust-lang/crates.io-index"
 9036checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9037dependencies = [
 9038 "getrandom 0.3.4",
 9039 "libc",
 9040]
 9041
 9042[[package]]
 9043name = "journal"
 9044version = "0.1.0"
 9045dependencies = [
 9046 "anyhow",
 9047 "chrono",
 9048 "editor",
 9049 "gpui",
 9050 "log",
 9051 "serde",
 9052 "settings",
 9053 "shellexpand",
 9054 "workspace",
 9055]
 9056
 9057[[package]]
 9058name = "js-sys"
 9059version = "0.3.90"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9062dependencies = [
 9063 "once_cell",
 9064 "wasm-bindgen",
 9065]
 9066
 9067[[package]]
 9068name = "json5"
 9069version = "0.4.1"
 9070source = "registry+https://github.com/rust-lang/crates.io-index"
 9071checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9072dependencies = [
 9073 "pest",
 9074 "pest_derive",
 9075 "serde",
 9076]
 9077
 9078[[package]]
 9079name = "json_dotpath"
 9080version = "1.1.0"
 9081source = "registry+https://github.com/rust-lang/crates.io-index"
 9082checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9083dependencies = [
 9084 "serde",
 9085 "serde_derive",
 9086 "serde_json",
 9087 "thiserror 1.0.69",
 9088]
 9089
 9090[[package]]
 9091name = "json_schema_store"
 9092version = "0.1.0"
 9093dependencies = [
 9094 "anyhow",
 9095 "collections",
 9096 "dap",
 9097 "extension",
 9098 "gpui",
 9099 "language",
 9100 "parking_lot",
 9101 "paths",
 9102 "project",
 9103 "schemars",
 9104 "serde",
 9105 "serde_json",
 9106 "settings",
 9107 "snippet_provider",
 9108 "task",
 9109 "theme",
 9110 "util",
 9111]
 9112
 9113[[package]]
 9114name = "jsonschema"
 9115version = "0.37.4"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9118dependencies = [
 9119 "ahash 0.8.12",
 9120 "bytecount",
 9121 "data-encoding",
 9122 "email_address",
 9123 "fancy-regex 0.16.2",
 9124 "fraction",
 9125 "getrandom 0.3.4",
 9126 "idna",
 9127 "itoa",
 9128 "num-cmp",
 9129 "num-traits",
 9130 "percent-encoding",
 9131 "referencing",
 9132 "regex",
 9133 "regex-syntax",
 9134 "reqwest 0.12.24",
 9135 "serde",
 9136 "serde_json",
 9137 "unicode-general-category",
 9138 "uuid-simd",
 9139]
 9140
 9141[[package]]
 9142name = "jsonwebtoken"
 9143version = "10.3.0"
 9144source = "registry+https://github.com/rust-lang/crates.io-index"
 9145checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9146dependencies = [
 9147 "aws-lc-rs",
 9148 "base64 0.22.1",
 9149 "getrandom 0.2.16",
 9150 "js-sys",
 9151 "pem",
 9152 "serde",
 9153 "serde_json",
 9154 "signature 2.2.0",
 9155 "simple_asn1",
 9156]
 9157
 9158[[package]]
 9159name = "jupyter-protocol"
 9160version = "1.4.0"
 9161source = "registry+https://github.com/rust-lang/crates.io-index"
 9162checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9163dependencies = [
 9164 "async-trait",
 9165 "bytes 1.11.1",
 9166 "chrono",
 9167 "futures 0.3.32",
 9168 "serde",
 9169 "serde_json",
 9170 "thiserror 2.0.17",
 9171 "uuid",
 9172]
 9173
 9174[[package]]
 9175name = "jupyter-websocket-client"
 9176version = "1.0.0"
 9177source = "registry+https://github.com/rust-lang/crates.io-index"
 9178checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9179dependencies = [
 9180 "anyhow",
 9181 "async-trait",
 9182 "async-tungstenite",
 9183 "futures 0.3.32",
 9184 "jupyter-protocol",
 9185 "serde",
 9186 "serde_json",
 9187 "tokio",
 9188 "url",
 9189 "uuid",
 9190]
 9191
 9192[[package]]
 9193name = "keymap_editor"
 9194version = "0.1.0"
 9195dependencies = [
 9196 "anyhow",
 9197 "collections",
 9198 "command_palette",
 9199 "component",
 9200 "db",
 9201 "editor",
 9202 "fs",
 9203 "fuzzy",
 9204 "gpui",
 9205 "itertools 0.14.0",
 9206 "json_schema_store",
 9207 "language",
 9208 "log",
 9209 "menu",
 9210 "notifications",
 9211 "paths",
 9212 "project",
 9213 "search",
 9214 "serde",
 9215 "serde_json",
 9216 "settings",
 9217 "telemetry",
 9218 "tempfile",
 9219 "theme",
 9220 "theme_settings",
 9221 "tree-sitter-json",
 9222 "tree-sitter-rust",
 9223 "ui",
 9224 "ui_input",
 9225 "util",
 9226 "workspace",
 9227 "zed_actions",
 9228]
 9229
 9230[[package]]
 9231name = "khronos-egl"
 9232version = "6.0.0"
 9233source = "registry+https://github.com/rust-lang/crates.io-index"
 9234checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9235dependencies = [
 9236 "libc",
 9237 "libloading",
 9238 "pkg-config",
 9239]
 9240
 9241[[package]]
 9242name = "khronos_api"
 9243version = "3.1.0"
 9244source = "registry+https://github.com/rust-lang/crates.io-index"
 9245checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9246
 9247[[package]]
 9248name = "kqueue"
 9249version = "1.1.1"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9252dependencies = [
 9253 "kqueue-sys",
 9254 "libc",
 9255]
 9256
 9257[[package]]
 9258name = "kqueue-sys"
 9259version = "1.0.4"
 9260source = "registry+https://github.com/rust-lang/crates.io-index"
 9261checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9262dependencies = [
 9263 "bitflags 1.3.2",
 9264 "libc",
 9265]
 9266
 9267[[package]]
 9268name = "kurbo"
 9269version = "0.11.3"
 9270source = "registry+https://github.com/rust-lang/crates.io-index"
 9271checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9272dependencies = [
 9273 "arrayvec",
 9274 "euclid",
 9275 "smallvec",
 9276]
 9277
 9278[[package]]
 9279name = "kv-log-macro"
 9280version = "1.0.7"
 9281source = "registry+https://github.com/rust-lang/crates.io-index"
 9282checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9283dependencies = [
 9284 "log",
 9285]
 9286
 9287[[package]]
 9288name = "language"
 9289version = "0.1.0"
 9290dependencies = [
 9291 "anyhow",
 9292 "async-trait",
 9293 "clock",
 9294 "collections",
 9295 "criterion",
 9296 "ctor",
 9297 "diffy",
 9298 "ec4rs",
 9299 "encoding_rs",
 9300 "fs",
 9301 "futures 0.3.32",
 9302 "fuzzy",
 9303 "globset",
 9304 "gpui",
 9305 "http_client",
 9306 "imara-diff",
 9307 "indoc",
 9308 "itertools 0.14.0",
 9309 "language_core",
 9310 "log",
 9311 "lsp",
 9312 "parking_lot",
 9313 "postage",
 9314 "pretty_assertions",
 9315 "rand 0.9.3",
 9316 "regex",
 9317 "rpc",
 9318 "semver",
 9319 "serde",
 9320 "serde_json",
 9321 "settings",
 9322 "shellexpand",
 9323 "smallvec",
 9324 "smol",
 9325 "streaming-iterator",
 9326 "strsim",
 9327 "sum_tree",
 9328 "task",
 9329 "text",
 9330 "theme",
 9331 "theme_settings",
 9332 "toml 0.8.23",
 9333 "tracing",
 9334 "tree-sitter",
 9335 "tree-sitter-elixir",
 9336 "tree-sitter-embedded-template",
 9337 "tree-sitter-heex",
 9338 "tree-sitter-html",
 9339 "tree-sitter-json",
 9340 "tree-sitter-md",
 9341 "tree-sitter-python",
 9342 "tree-sitter-ruby",
 9343 "tree-sitter-rust",
 9344 "tree-sitter-typescript",
 9345 "unicase",
 9346 "unindent",
 9347 "util",
 9348 "watch",
 9349 "zlog",
 9350 "ztracing",
 9351]
 9352
 9353[[package]]
 9354name = "language_core"
 9355version = "0.1.0"
 9356dependencies = [
 9357 "anyhow",
 9358 "collections",
 9359 "gpui_shared_string",
 9360 "log",
 9361 "lsp",
 9362 "parking_lot",
 9363 "regex",
 9364 "schemars",
 9365 "serde",
 9366 "serde_json",
 9367 "toml 0.8.23",
 9368 "tree-sitter",
 9369 "util",
 9370]
 9371
 9372[[package]]
 9373name = "language_extension"
 9374version = "0.1.0"
 9375dependencies = [
 9376 "anyhow",
 9377 "async-trait",
 9378 "collections",
 9379 "extension",
 9380 "fs",
 9381 "futures 0.3.32",
 9382 "gpui",
 9383 "language",
 9384 "log",
 9385 "lsp",
 9386 "project",
 9387 "serde",
 9388 "serde_json",
 9389 "tracing",
 9390 "util",
 9391 "ztracing",
 9392]
 9393
 9394[[package]]
 9395name = "language_model"
 9396version = "0.1.0"
 9397dependencies = [
 9398 "anyhow",
 9399 "base64 0.22.1",
 9400 "collections",
 9401 "credentials_provider",
 9402 "env_var",
 9403 "futures 0.3.32",
 9404 "gpui",
 9405 "http_client",
 9406 "icons",
 9407 "image",
 9408 "language_model_core",
 9409 "log",
 9410 "parking_lot",
 9411 "serde",
 9412 "serde_json",
 9413 "thiserror 2.0.17",
 9414 "util",
 9415]
 9416
 9417[[package]]
 9418name = "language_model_core"
 9419version = "0.1.0"
 9420dependencies = [
 9421 "anyhow",
 9422 "cloud_llm_client",
 9423 "futures 0.3.32",
 9424 "gpui_shared_string",
 9425 "http_client",
 9426 "partial-json-fixer",
 9427 "schemars",
 9428 "serde",
 9429 "serde_json",
 9430 "smol",
 9431 "strum 0.27.2",
 9432 "thiserror 2.0.17",
 9433]
 9434
 9435[[package]]
 9436name = "language_models"
 9437version = "0.1.0"
 9438dependencies = [
 9439 "ai_onboarding",
 9440 "anthropic",
 9441 "anyhow",
 9442 "aws-config",
 9443 "aws-credential-types",
 9444 "aws_http_client",
 9445 "base64 0.22.1",
 9446 "bedrock",
 9447 "client",
 9448 "cloud_api_client",
 9449 "cloud_api_types",
 9450 "collections",
 9451 "component",
 9452 "convert_case 0.8.0",
 9453 "copilot",
 9454 "copilot_chat",
 9455 "copilot_ui",
 9456 "credentials_provider",
 9457 "deepseek",
 9458 "extension",
 9459 "extension_host",
 9460 "fs",
 9461 "futures 0.3.32",
 9462 "google_ai",
 9463 "gpui",
 9464 "gpui_tokio",
 9465 "http_client",
 9466 "language",
 9467 "language_model",
 9468 "language_models_cloud",
 9469 "lmstudio",
 9470 "log",
 9471 "menu",
 9472 "mistral",
 9473 "ollama",
 9474 "open_ai",
 9475 "open_router",
 9476 "opencode",
 9477 "pretty_assertions",
 9478 "release_channel",
 9479 "schemars",
 9480 "serde",
 9481 "serde_json",
 9482 "settings",
 9483 "smol",
 9484 "strum 0.27.2",
 9485 "tiktoken-rs",
 9486 "tokio",
 9487 "ui",
 9488 "ui_input",
 9489 "util",
 9490 "vercel",
 9491 "x_ai",
 9492]
 9493
 9494[[package]]
 9495name = "language_models_cloud"
 9496version = "0.1.0"
 9497dependencies = [
 9498 "anthropic",
 9499 "anyhow",
 9500 "cloud_llm_client",
 9501 "futures 0.3.32",
 9502 "google_ai",
 9503 "gpui",
 9504 "http_client",
 9505 "language_model",
 9506 "open_ai",
 9507 "schemars",
 9508 "semver",
 9509 "serde",
 9510 "serde_json",
 9511 "smol",
 9512 "thiserror 2.0.17",
 9513 "x_ai",
 9514]
 9515
 9516[[package]]
 9517name = "language_onboarding"
 9518version = "0.1.0"
 9519dependencies = [
 9520 "db",
 9521 "editor",
 9522 "gpui",
 9523 "project",
 9524 "ui",
 9525 "workspace",
 9526]
 9527
 9528[[package]]
 9529name = "language_selector"
 9530version = "0.1.0"
 9531dependencies = [
 9532 "anyhow",
 9533 "editor",
 9534 "file_icons",
 9535 "fuzzy",
 9536 "gpui",
 9537 "language",
 9538 "open_path_prompt",
 9539 "picker",
 9540 "project",
 9541 "serde_json",
 9542 "settings",
 9543 "ui",
 9544 "util",
 9545 "workspace",
 9546]
 9547
 9548[[package]]
 9549name = "language_tools"
 9550version = "0.1.0"
 9551dependencies = [
 9552 "anyhow",
 9553 "client",
 9554 "collections",
 9555 "command_palette_hooks",
 9556 "edit_prediction",
 9557 "editor",
 9558 "futures 0.3.32",
 9559 "gpui",
 9560 "itertools 0.14.0",
 9561 "language",
 9562 "lsp",
 9563 "menu",
 9564 "project",
 9565 "proto",
 9566 "release_channel",
 9567 "semver",
 9568 "serde_json",
 9569 "settings",
 9570 "sysinfo 0.37.2",
 9571 "telemetry",
 9572 "theme",
 9573 "theme_settings",
 9574 "tree-sitter",
 9575 "ui",
 9576 "util",
 9577 "workspace",
 9578 "zed_actions",
 9579 "zlog",
 9580]
 9581
 9582[[package]]
 9583name = "languages"
 9584version = "0.1.0"
 9585dependencies = [
 9586 "anyhow",
 9587 "async-compression",
 9588 "async-fs",
 9589 "async-tar",
 9590 "async-trait",
 9591 "chrono",
 9592 "collections",
 9593 "fs",
 9594 "futures 0.3.32",
 9595 "globset",
 9596 "gpui",
 9597 "grammars",
 9598 "http_client",
 9599 "itertools 0.14.0",
 9600 "json_schema_store",
 9601 "language",
 9602 "log",
 9603 "lsp",
 9604 "node_runtime",
 9605 "parking_lot",
 9606 "pet",
 9607 "pet-conda",
 9608 "pet-core",
 9609 "pet-fs",
 9610 "pet-poetry",
 9611 "pet-reporter",
 9612 "pet-virtualenv",
 9613 "pretty_assertions",
 9614 "project",
 9615 "regex",
 9616 "rope",
 9617 "semver",
 9618 "serde",
 9619 "serde_json",
 9620 "serde_json_lenient",
 9621 "settings",
 9622 "smallvec",
 9623 "smol",
 9624 "snippet",
 9625 "task",
 9626 "terminal",
 9627 "theme",
 9628 "tree-sitter",
 9629 "tree-sitter-bash",
 9630 "tree-sitter-c",
 9631 "tree-sitter-cpp",
 9632 "tree-sitter-css",
 9633 "tree-sitter-gitcommit",
 9634 "tree-sitter-go",
 9635 "tree-sitter-python",
 9636 "tree-sitter-rust",
 9637 "tree-sitter-typescript",
 9638 "unindent",
 9639 "url",
 9640 "util",
 9641]
 9642
 9643[[package]]
 9644name = "lazy_static"
 9645version = "1.5.0"
 9646source = "registry+https://github.com/rust-lang/crates.io-index"
 9647checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9648dependencies = [
 9649 "spin 0.9.8",
 9650]
 9651
 9652[[package]]
 9653name = "leak"
 9654version = "0.1.2"
 9655source = "registry+https://github.com/rust-lang/crates.io-index"
 9656checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9657
 9658[[package]]
 9659name = "leaky-cow"
 9660version = "0.1.1"
 9661source = "registry+https://github.com/rust-lang/crates.io-index"
 9662checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9663dependencies = [
 9664 "leak",
 9665]
 9666
 9667[[package]]
 9668name = "leb128"
 9669version = "0.2.5"
 9670source = "registry+https://github.com/rust-lang/crates.io-index"
 9671checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9672
 9673[[package]]
 9674name = "leb128fmt"
 9675version = "0.1.0"
 9676source = "registry+https://github.com/rust-lang/crates.io-index"
 9677checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9678
 9679[[package]]
 9680name = "lebe"
 9681version = "0.5.3"
 9682source = "registry+https://github.com/rust-lang/crates.io-index"
 9683checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9684
 9685[[package]]
 9686name = "libbz2-rs-sys"
 9687version = "0.2.2"
 9688source = "registry+https://github.com/rust-lang/crates.io-index"
 9689checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9690
 9691[[package]]
 9692name = "libc"
 9693version = "0.2.182"
 9694source = "registry+https://github.com/rust-lang/crates.io-index"
 9695checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9696
 9697[[package]]
 9698name = "libdbus-sys"
 9699version = "0.2.6"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9702dependencies = [
 9703 "cc",
 9704 "pkg-config",
 9705]
 9706
 9707[[package]]
 9708name = "libfuzzer-sys"
 9709version = "0.4.10"
 9710source = "registry+https://github.com/rust-lang/crates.io-index"
 9711checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9712dependencies = [
 9713 "arbitrary",
 9714 "cc",
 9715]
 9716
 9717[[package]]
 9718name = "libgit2-sys"
 9719version = "0.18.3+1.9.2"
 9720source = "registry+https://github.com/rust-lang/crates.io-index"
 9721checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9722dependencies = [
 9723 "cc",
 9724 "libc",
 9725 "libz-sys",
 9726 "pkg-config",
 9727]
 9728
 9729[[package]]
 9730name = "libloading"
 9731version = "0.8.9"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9734dependencies = [
 9735 "cfg-if",
 9736 "windows-link 0.2.1",
 9737]
 9738
 9739[[package]]
 9740name = "libm"
 9741version = "0.2.15"
 9742source = "registry+https://github.com/rust-lang/crates.io-index"
 9743checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9744
 9745[[package]]
 9746name = "libmimalloc-sys"
 9747version = "0.1.44"
 9748source = "registry+https://github.com/rust-lang/crates.io-index"
 9749checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9750dependencies = [
 9751 "cc",
 9752 "libc",
 9753]
 9754
 9755[[package]]
 9756name = "libredox"
 9757version = "0.1.10"
 9758source = "registry+https://github.com/rust-lang/crates.io-index"
 9759checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9760dependencies = [
 9761 "bitflags 2.10.0",
 9762 "libc",
 9763 "redox_syscall 0.5.18",
 9764]
 9765
 9766[[package]]
 9767name = "libsqlite3-sys"
 9768version = "0.30.1"
 9769source = "registry+https://github.com/rust-lang/crates.io-index"
 9770checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9771dependencies = [
 9772 "cc",
 9773 "pkg-config",
 9774 "vcpkg",
 9775]
 9776
 9777[[package]]
 9778name = "libwebrtc"
 9779version = "0.3.26"
 9780source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9781dependencies = [
 9782 "cxx",
 9783 "glib",
 9784 "jni",
 9785 "js-sys",
 9786 "lazy_static",
 9787 "livekit-protocol",
 9788 "livekit-runtime",
 9789 "log",
 9790 "parking_lot",
 9791 "serde",
 9792 "serde_json",
 9793 "thiserror 1.0.69",
 9794 "tokio",
 9795 "wasm-bindgen",
 9796 "wasm-bindgen-futures",
 9797 "web-sys",
 9798 "webrtc-sys",
 9799]
 9800
 9801[[package]]
 9802name = "libz-sys"
 9803version = "1.1.22"
 9804source = "registry+https://github.com/rust-lang/crates.io-index"
 9805checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9806dependencies = [
 9807 "cc",
 9808 "libc",
 9809 "pkg-config",
 9810 "vcpkg",
 9811]
 9812
 9813[[package]]
 9814name = "line_ending_selector"
 9815version = "0.1.0"
 9816dependencies = [
 9817 "editor",
 9818 "gpui",
 9819 "language",
 9820 "picker",
 9821 "project",
 9822 "ui",
 9823 "util",
 9824 "workspace",
 9825]
 9826
 9827[[package]]
 9828name = "linebender_resource_handle"
 9829version = "0.1.1"
 9830source = "registry+https://github.com/rust-lang/crates.io-index"
 9831checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9832
 9833[[package]]
 9834name = "link-cplusplus"
 9835version = "1.0.12"
 9836source = "registry+https://github.com/rust-lang/crates.io-index"
 9837checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9838dependencies = [
 9839 "cc",
 9840]
 9841
 9842[[package]]
 9843name = "linkify"
 9844version = "0.10.0"
 9845source = "registry+https://github.com/rust-lang/crates.io-index"
 9846checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9847dependencies = [
 9848 "memchr",
 9849]
 9850
 9851[[package]]
 9852name = "linux-raw-sys"
 9853version = "0.4.15"
 9854source = "registry+https://github.com/rust-lang/crates.io-index"
 9855checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9856
 9857[[package]]
 9858name = "linux-raw-sys"
 9859version = "0.11.0"
 9860source = "registry+https://github.com/rust-lang/crates.io-index"
 9861checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9862
 9863[[package]]
 9864name = "litemap"
 9865version = "0.8.0"
 9866source = "registry+https://github.com/rust-lang/crates.io-index"
 9867checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9868
 9869[[package]]
 9870name = "litrs"
 9871version = "1.0.0"
 9872source = "registry+https://github.com/rust-lang/crates.io-index"
 9873checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9874
 9875[[package]]
 9876name = "livekit"
 9877version = "0.7.32"
 9878source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9879dependencies = [
 9880 "base64 0.22.1",
 9881 "bmrng",
 9882 "bytes 1.11.1",
 9883 "chrono",
 9884 "futures-util",
 9885 "lazy_static",
 9886 "libloading",
 9887 "libwebrtc",
 9888 "livekit-api",
 9889 "livekit-protocol",
 9890 "livekit-runtime",
 9891 "log",
 9892 "parking_lot",
 9893 "prost 0.12.6",
 9894 "semver",
 9895 "serde",
 9896 "serde_json",
 9897 "thiserror 1.0.69",
 9898 "tokio",
 9899]
 9900
 9901[[package]]
 9902name = "livekit-api"
 9903version = "0.4.14"
 9904source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9905dependencies = [
 9906 "base64 0.21.7",
 9907 "futures-util",
 9908 "http 1.3.1",
 9909 "livekit-protocol",
 9910 "livekit-runtime",
 9911 "log",
 9912 "parking_lot",
 9913 "pbjson-types",
 9914 "prost 0.12.6",
 9915 "rand 0.9.3",
 9916 "reqwest 0.12.24",
 9917 "rustls-native-certs 0.6.3",
 9918 "scopeguard",
 9919 "serde",
 9920 "sha2",
 9921 "thiserror 1.0.69",
 9922 "tokio",
 9923 "tokio-rustls 0.26.2",
 9924 "tokio-tungstenite 0.28.0",
 9925 "url",
 9926]
 9927
 9928[[package]]
 9929name = "livekit-protocol"
 9930version = "0.7.1"
 9931source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9932dependencies = [
 9933 "futures-util",
 9934 "livekit-runtime",
 9935 "parking_lot",
 9936 "pbjson",
 9937 "pbjson-types",
 9938 "prost 0.12.6",
 9939 "serde",
 9940 "thiserror 1.0.69",
 9941 "tokio",
 9942]
 9943
 9944[[package]]
 9945name = "livekit-runtime"
 9946version = "0.4.0"
 9947source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9948dependencies = [
 9949 "tokio",
 9950 "tokio-stream",
 9951]
 9952
 9953[[package]]
 9954name = "livekit_api"
 9955version = "0.1.0"
 9956dependencies = [
 9957 "anyhow",
 9958 "async-trait",
 9959 "jsonwebtoken",
 9960 "log",
 9961 "prost 0.9.0",
 9962 "prost-build 0.9.0",
 9963 "prost-types 0.9.0",
 9964 "serde",
 9965 "zed-reqwest",
 9966]
 9967
 9968[[package]]
 9969name = "livekit_client"
 9970version = "0.1.0"
 9971dependencies = [
 9972 "anyhow",
 9973 "async-trait",
 9974 "audio",
 9975 "cocoa 0.26.0",
 9976 "collections",
 9977 "core-foundation 0.10.0",
 9978 "core-video",
 9979 "coreaudio-rs 0.12.1",
 9980 "cpal",
 9981 "futures 0.3.32",
 9982 "gpui",
 9983 "gpui_platform",
 9984 "gpui_tokio",
 9985 "http_client_tls",
 9986 "image",
 9987 "libwebrtc",
 9988 "livekit",
 9989 "livekit_api",
 9990 "log",
 9991 "nanoid",
 9992 "objc",
 9993 "parking_lot",
 9994 "postage",
 9995 "rodio",
 9996 "serde",
 9997 "serde_json",
 9998 "serde_urlencoded",
 9999 "settings",
10000 "simplelog",
10001 "smallvec",
10002 "tokio",
10003 "ui",
10004 "util",
10005 "webrtc-sys",
10006 "zed-scap",
10007]
10008
10009[[package]]
10010name = "lmdb-master-sys"
10011version = "0.2.5"
10012source = "registry+https://github.com/rust-lang/crates.io-index"
10013checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10014dependencies = [
10015 "cc",
10016 "doxygen-rs",
10017 "libc",
10018]
10019
10020[[package]]
10021name = "lmstudio"
10022version = "0.1.0"
10023dependencies = [
10024 "anyhow",
10025 "futures 0.3.32",
10026 "http_client",
10027 "schemars",
10028 "serde",
10029 "serde_json",
10030]
10031
10032[[package]]
10033name = "lock_api"
10034version = "0.4.14"
10035source = "registry+https://github.com/rust-lang/crates.io-index"
10036checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10037dependencies = [
10038 "scopeguard",
10039]
10040
10041[[package]]
10042name = "log"
10043version = "0.4.29"
10044source = "registry+https://github.com/rust-lang/crates.io-index"
10045checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10046dependencies = [
10047 "serde_core",
10048 "value-bag",
10049]
10050
10051[[package]]
10052name = "loom"
10053version = "0.7.2"
10054source = "registry+https://github.com/rust-lang/crates.io-index"
10055checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10056dependencies = [
10057 "cfg-if",
10058 "generator",
10059 "scoped-tls",
10060 "tracing",
10061 "tracing-subscriber",
10062]
10063
10064[[package]]
10065name = "loop9"
10066version = "0.1.5"
10067source = "registry+https://github.com/rust-lang/crates.io-index"
10068checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10069dependencies = [
10070 "imgref",
10071]
10072
10073[[package]]
10074name = "lru"
10075version = "0.12.5"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10078dependencies = [
10079 "hashbrown 0.15.5",
10080]
10081
10082[[package]]
10083name = "lru-slab"
10084version = "0.1.2"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10087
10088[[package]]
10089name = "lsp"
10090version = "0.1.0"
10091dependencies = [
10092 "anyhow",
10093 "async-pipe",
10094 "collections",
10095 "ctor",
10096 "futures 0.3.32",
10097 "gpui",
10098 "gpui_util",
10099 "log",
10100 "lsp-types",
10101 "parking_lot",
10102 "postage",
10103 "release_channel",
10104 "schemars",
10105 "semver",
10106 "serde",
10107 "serde_json",
10108 "smol",
10109 "util",
10110 "zlog",
10111]
10112
10113[[package]]
10114name = "lsp-types"
10115version = "0.95.1"
10116source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10117dependencies = [
10118 "bitflags 1.3.2",
10119 "serde",
10120 "serde_json",
10121 "url",
10122]
10123
10124[[package]]
10125name = "lyon"
10126version = "1.0.16"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10129dependencies = [
10130 "lyon_algorithms",
10131 "lyon_extra",
10132 "lyon_tessellation",
10133]
10134
10135[[package]]
10136name = "lyon_algorithms"
10137version = "1.0.16"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10140dependencies = [
10141 "lyon_path",
10142 "num-traits",
10143]
10144
10145[[package]]
10146name = "lyon_extra"
10147version = "1.0.3"
10148source = "registry+https://github.com/rust-lang/crates.io-index"
10149checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10150dependencies = [
10151 "lyon_path",
10152 "thiserror 1.0.69",
10153]
10154
10155[[package]]
10156name = "lyon_geom"
10157version = "1.0.17"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10160dependencies = [
10161 "arrayvec",
10162 "euclid",
10163 "num-traits",
10164]
10165
10166[[package]]
10167name = "lyon_path"
10168version = "1.0.16"
10169source = "registry+https://github.com/rust-lang/crates.io-index"
10170checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10171dependencies = [
10172 "lyon_geom",
10173 "num-traits",
10174]
10175
10176[[package]]
10177name = "lyon_tessellation"
10178version = "1.0.16"
10179source = "registry+https://github.com/rust-lang/crates.io-index"
10180checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10181dependencies = [
10182 "float_next_after",
10183 "lyon_path",
10184 "num-traits",
10185]
10186
10187[[package]]
10188name = "mac"
10189version = "0.1.1"
10190source = "registry+https://github.com/rust-lang/crates.io-index"
10191checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10192
10193[[package]]
10194name = "mach2"
10195version = "0.4.3"
10196source = "registry+https://github.com/rust-lang/crates.io-index"
10197checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10198dependencies = [
10199 "libc",
10200]
10201
10202[[package]]
10203name = "mach2"
10204version = "0.5.0"
10205source = "registry+https://github.com/rust-lang/crates.io-index"
10206checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10207dependencies = [
10208 "libc",
10209]
10210
10211[[package]]
10212name = "malloc_buf"
10213version = "0.0.6"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10216dependencies = [
10217 "libc",
10218]
10219
10220[[package]]
10221name = "maplit"
10222version = "1.0.2"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10225
10226[[package]]
10227name = "markdown"
10228version = "0.1.0"
10229dependencies = [
10230 "anyhow",
10231 "assets",
10232 "base64 0.22.1",
10233 "collections",
10234 "env_logger 0.11.8",
10235 "fs",
10236 "futures 0.3.32",
10237 "gpui",
10238 "gpui_platform",
10239 "html5ever 0.27.0",
10240 "language",
10241 "languages",
10242 "linkify",
10243 "log",
10244 "markup5ever_rcdom",
10245 "mermaid-rs-renderer",
10246 "node_runtime",
10247 "pulldown-cmark 0.13.0",
10248 "settings",
10249 "stacksafe",
10250 "sum_tree",
10251 "theme",
10252 "theme_settings",
10253 "ui",
10254 "util",
10255]
10256
10257[[package]]
10258name = "markdown_preview"
10259version = "0.1.0"
10260dependencies = [
10261 "anyhow",
10262 "editor",
10263 "gpui",
10264 "language",
10265 "log",
10266 "markdown",
10267 "project",
10268 "settings",
10269 "tempfile",
10270 "theme_settings",
10271 "ui",
10272 "urlencoding",
10273 "util",
10274 "workspace",
10275 "zed_actions",
10276]
10277
10278[[package]]
10279name = "markup5ever"
10280version = "0.12.1"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10283dependencies = [
10284 "log",
10285 "phf 0.11.3",
10286 "phf_codegen",
10287 "string_cache",
10288 "string_cache_codegen",
10289 "tendril",
10290]
10291
10292[[package]]
10293name = "markup5ever"
10294version = "0.35.0"
10295source = "registry+https://github.com/rust-lang/crates.io-index"
10296checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10297dependencies = [
10298 "log",
10299 "tendril",
10300 "web_atoms",
10301]
10302
10303[[package]]
10304name = "markup5ever_rcdom"
10305version = "0.3.0"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10308dependencies = [
10309 "html5ever 0.27.0",
10310 "markup5ever 0.12.1",
10311 "tendril",
10312 "xml5ever",
10313]
10314
10315[[package]]
10316name = "match_token"
10317version = "0.35.0"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10320dependencies = [
10321 "proc-macro2",
10322 "quote",
10323 "syn 2.0.117",
10324]
10325
10326[[package]]
10327name = "matchers"
10328version = "0.2.0"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10331dependencies = [
10332 "regex-automata",
10333]
10334
10335[[package]]
10336name = "matchit"
10337version = "0.7.3"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10340
10341[[package]]
10342name = "maybe-owned"
10343version = "0.3.4"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10346
10347[[package]]
10348name = "maybe-rayon"
10349version = "0.1.1"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10352dependencies = [
10353 "cfg-if",
10354 "rayon",
10355]
10356
10357[[package]]
10358name = "md-5"
10359version = "0.10.6"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10362dependencies = [
10363 "cfg-if",
10364 "digest",
10365]
10366
10367[[package]]
10368name = "mdbook"
10369version = "0.4.40"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10372dependencies = [
10373 "ammonia",
10374 "anyhow",
10375 "chrono",
10376 "clap",
10377 "clap_complete",
10378 "elasticlunr-rs",
10379 "env_logger 0.11.8",
10380 "futures-util",
10381 "handlebars 5.1.2",
10382 "ignore",
10383 "log",
10384 "memchr",
10385 "notify 6.1.1",
10386 "notify-debouncer-mini",
10387 "once_cell",
10388 "opener",
10389 "pathdiff",
10390 "pulldown-cmark 0.10.3",
10391 "regex",
10392 "serde",
10393 "serde_json",
10394 "shlex",
10395 "tempfile",
10396 "tokio",
10397 "toml 0.5.11",
10398 "topological-sort",
10399 "walkdir",
10400 "warp",
10401]
10402
10403[[package]]
10404name = "media"
10405version = "0.1.0"
10406dependencies = [
10407 "anyhow",
10408 "bindgen 0.71.1",
10409 "core-foundation 0.10.0",
10410 "core-video",
10411 "ctor",
10412 "foreign-types 0.5.0",
10413 "metal",
10414 "objc",
10415]
10416
10417[[package]]
10418name = "memchr"
10419version = "2.7.6"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10422
10423[[package]]
10424name = "memfd"
10425version = "0.6.5"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10428dependencies = [
10429 "rustix 1.1.2",
10430]
10431
10432[[package]]
10433name = "memmap2"
10434version = "0.9.8"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10437dependencies = [
10438 "libc",
10439 "stable_deref_trait",
10440]
10441
10442[[package]]
10443name = "memoffset"
10444version = "0.9.1"
10445source = "registry+https://github.com/rust-lang/crates.io-index"
10446checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10447dependencies = [
10448 "autocfg",
10449]
10450
10451[[package]]
10452name = "menu"
10453version = "0.1.0"
10454dependencies = [
10455 "gpui",
10456]
10457
10458[[package]]
10459name = "merge"
10460version = "0.1.0"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10463dependencies = [
10464 "merge_derive",
10465 "num-traits",
10466]
10467
10468[[package]]
10469name = "merge_derive"
10470version = "0.1.0"
10471source = "registry+https://github.com/rust-lang/crates.io-index"
10472checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10473dependencies = [
10474 "proc-macro-error",
10475 "proc-macro2",
10476 "quote",
10477 "syn 1.0.109",
10478]
10479
10480[[package]]
10481name = "mermaid-rs-renderer"
10482version = "0.2.0"
10483source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10484dependencies = [
10485 "anyhow",
10486 "fontdb 0.16.2",
10487 "json5",
10488 "once_cell",
10489 "regex",
10490 "serde",
10491 "serde_json",
10492 "thiserror 2.0.17",
10493 "ttf-parser 0.20.0",
10494]
10495
10496[[package]]
10497name = "metal"
10498version = "0.33.0"
10499source = "registry+https://github.com/rust-lang/crates.io-index"
10500checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10501dependencies = [
10502 "bitflags 2.10.0",
10503 "block",
10504 "core-graphics-types 0.2.0",
10505 "foreign-types 0.5.0",
10506 "log",
10507 "objc",
10508 "paste",
10509]
10510
10511[[package]]
10512name = "migrator"
10513version = "0.1.0"
10514dependencies = [
10515 "anyhow",
10516 "collections",
10517 "convert_case 0.8.0",
10518 "log",
10519 "pretty_assertions",
10520 "serde_json",
10521 "serde_json_lenient",
10522 "settings_content",
10523 "settings_json",
10524 "streaming-iterator",
10525 "tree-sitter",
10526 "tree-sitter-json",
10527 "unindent",
10528]
10529
10530[[package]]
10531name = "mimalloc"
10532version = "0.1.48"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10535dependencies = [
10536 "libmimalloc-sys",
10537]
10538
10539[[package]]
10540name = "mime"
10541version = "0.3.17"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10544
10545[[package]]
10546name = "mime_guess"
10547version = "2.0.5"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10550dependencies = [
10551 "mime",
10552 "unicase",
10553]
10554
10555[[package]]
10556name = "minidump-common"
10557version = "0.26.1"
10558source = "registry+https://github.com/rust-lang/crates.io-index"
10559checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10560dependencies = [
10561 "bitflags 2.10.0",
10562 "debugid",
10563 "num-derive",
10564 "num-traits",
10565 "range-map",
10566 "scroll",
10567 "smart-default",
10568]
10569
10570[[package]]
10571name = "minidump-writer"
10572version = "0.11.0"
10573source = "registry+https://github.com/rust-lang/crates.io-index"
10574checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10575dependencies = [
10576 "bitflags 2.10.0",
10577 "byteorder",
10578 "cfg-if",
10579 "crash-context",
10580 "error-graph",
10581 "failspot",
10582 "goblin",
10583 "libc",
10584 "log",
10585 "mach2 0.4.3",
10586 "memmap2",
10587 "memoffset",
10588 "minidump-common",
10589 "nix 0.29.0",
10590 "procfs-core",
10591 "scroll",
10592 "serde",
10593 "serde_json",
10594 "tempfile",
10595 "thiserror 2.0.17",
10596]
10597
10598[[package]]
10599name = "minidumper"
10600version = "0.9.0"
10601source = "registry+https://github.com/rust-lang/crates.io-index"
10602checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10603dependencies = [
10604 "cfg-if",
10605 "crash-context",
10606 "libc",
10607 "log",
10608 "minidump-writer",
10609 "parking_lot",
10610 "polling",
10611 "scroll",
10612 "thiserror 2.0.17",
10613 "uds",
10614]
10615
10616[[package]]
10617name = "minimal-lexical"
10618version = "0.2.1"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10621
10622[[package]]
10623name = "miniprofiler_ui"
10624version = "0.1.0"
10625dependencies = [
10626 "gpui",
10627 "rpc",
10628 "serde_json",
10629 "smol",
10630 "theme_settings",
10631 "util",
10632 "workspace",
10633 "zed_actions",
10634]
10635
10636[[package]]
10637name = "miniz_oxide"
10638version = "0.8.9"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10641dependencies = [
10642 "adler2",
10643 "simd-adler32",
10644]
10645
10646[[package]]
10647name = "mio"
10648version = "0.8.11"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10651dependencies = [
10652 "libc",
10653 "log",
10654 "wasi",
10655 "windows-sys 0.48.0",
10656]
10657
10658[[package]]
10659name = "mio"
10660version = "1.1.0"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10663dependencies = [
10664 "libc",
10665 "log",
10666 "wasi",
10667 "windows-sys 0.61.2",
10668]
10669
10670[[package]]
10671name = "miow"
10672version = "0.6.1"
10673source = "registry+https://github.com/rust-lang/crates.io-index"
10674checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10675dependencies = [
10676 "windows-sys 0.61.2",
10677]
10678
10679[[package]]
10680name = "mistral"
10681version = "0.1.0"
10682dependencies = [
10683 "anyhow",
10684 "futures 0.3.32",
10685 "http_client",
10686 "schemars",
10687 "serde",
10688 "serde_json",
10689 "strum 0.27.2",
10690]
10691
10692[[package]]
10693name = "moka"
10694version = "0.12.11"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10697dependencies = [
10698 "crossbeam-channel",
10699 "crossbeam-epoch",
10700 "crossbeam-utils",
10701 "equivalent",
10702 "parking_lot",
10703 "portable-atomic",
10704 "rustc_version",
10705 "smallvec",
10706 "tagptr",
10707 "uuid",
10708]
10709
10710[[package]]
10711name = "moxcms"
10712version = "0.7.7"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10715dependencies = [
10716 "num-traits",
10717 "pxfm",
10718]
10719
10720[[package]]
10721name = "msvc_spectre_libs"
10722version = "0.1.3"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10725dependencies = [
10726 "cc",
10727]
10728
10729[[package]]
10730name = "multi_buffer"
10731version = "0.1.0"
10732dependencies = [
10733 "anyhow",
10734 "buffer_diff",
10735 "clock",
10736 "collections",
10737 "ctor",
10738 "gpui",
10739 "indoc",
10740 "itertools 0.14.0",
10741 "language",
10742 "log",
10743 "parking_lot",
10744 "pretty_assertions",
10745 "rand 0.9.3",
10746 "rope",
10747 "serde",
10748 "settings",
10749 "smallvec",
10750 "smol",
10751 "sum_tree",
10752 "text",
10753 "theme",
10754 "tracing",
10755 "tree-sitter",
10756 "unicode-segmentation",
10757 "util",
10758 "zlog",
10759 "ztracing",
10760]
10761
10762[[package]]
10763name = "multimap"
10764version = "0.8.3"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10767
10768[[package]]
10769name = "naga"
10770version = "29.0.0"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10773dependencies = [
10774 "arrayvec",
10775 "bit-set 0.9.1",
10776 "bitflags 2.10.0",
10777 "cfg-if",
10778 "cfg_aliases 0.2.1",
10779 "codespan-reporting",
10780 "half",
10781 "hashbrown 0.16.1",
10782 "hexf-parse",
10783 "indexmap",
10784 "libm",
10785 "log",
10786 "num-traits",
10787 "once_cell",
10788 "rustc-hash 1.1.0",
10789 "thiserror 2.0.17",
10790 "unicode-ident",
10791]
10792
10793[[package]]
10794name = "naga"
10795version = "29.0.0"
10796source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10797dependencies = [
10798 "arrayvec",
10799 "bit-set 0.9.1",
10800 "bitflags 2.10.0",
10801 "cfg-if",
10802 "cfg_aliases 0.2.1",
10803 "codespan-reporting",
10804 "half",
10805 "hashbrown 0.16.1",
10806 "hexf-parse",
10807 "indexmap",
10808 "libm",
10809 "log",
10810 "num-traits",
10811 "once_cell",
10812 "rustc-hash 1.1.0",
10813 "spirv",
10814 "thiserror 2.0.17",
10815 "unicode-ident",
10816]
10817
10818[[package]]
10819name = "nanoid"
10820version = "0.4.0"
10821source = "registry+https://github.com/rust-lang/crates.io-index"
10822checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10823dependencies = [
10824 "rand 0.8.5",
10825]
10826
10827[[package]]
10828name = "nanorand"
10829version = "0.7.0"
10830source = "registry+https://github.com/rust-lang/crates.io-index"
10831checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10832dependencies = [
10833 "getrandom 0.2.16",
10834]
10835
10836[[package]]
10837name = "native-tls"
10838version = "0.2.14"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10841dependencies = [
10842 "libc",
10843 "log",
10844 "openssl",
10845 "openssl-probe",
10846 "openssl-sys",
10847 "schannel",
10848 "security-framework 2.11.1",
10849 "security-framework-sys",
10850 "tempfile",
10851]
10852
10853[[package]]
10854name = "nbformat"
10855version = "1.2.0"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10858dependencies = [
10859 "anyhow",
10860 "chrono",
10861 "jupyter-protocol",
10862 "serde",
10863 "serde_json",
10864 "thiserror 1.0.69",
10865 "uuid",
10866]
10867
10868[[package]]
10869name = "nc"
10870version = "0.1.0"
10871dependencies = [
10872 "anyhow",
10873 "futures 0.3.32",
10874 "net",
10875 "smol",
10876]
10877
10878[[package]]
10879name = "ndk"
10880version = "0.9.0"
10881source = "registry+https://github.com/rust-lang/crates.io-index"
10882checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10883dependencies = [
10884 "bitflags 2.10.0",
10885 "jni-sys",
10886 "log",
10887 "ndk-sys",
10888 "num_enum",
10889 "thiserror 1.0.69",
10890]
10891
10892[[package]]
10893name = "ndk-context"
10894version = "0.1.1"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10897
10898[[package]]
10899name = "ndk-sys"
10900version = "0.6.0+11769913"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10903dependencies = [
10904 "jni-sys",
10905]
10906
10907[[package]]
10908name = "net"
10909version = "0.1.0"
10910dependencies = [
10911 "anyhow",
10912 "async-io",
10913 "smol",
10914 "tempfile",
10915 "windows 0.61.3",
10916]
10917
10918[[package]]
10919name = "new_debug_unreachable"
10920version = "1.0.6"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10923
10924[[package]]
10925name = "nix"
10926version = "0.28.0"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10929dependencies = [
10930 "bitflags 2.10.0",
10931 "cfg-if",
10932 "cfg_aliases 0.1.1",
10933 "libc",
10934]
10935
10936[[package]]
10937name = "nix"
10938version = "0.29.0"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10941dependencies = [
10942 "bitflags 2.10.0",
10943 "cfg-if",
10944 "cfg_aliases 0.2.1",
10945 "libc",
10946]
10947
10948[[package]]
10949name = "nix"
10950version = "0.30.1"
10951source = "registry+https://github.com/rust-lang/crates.io-index"
10952checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10953dependencies = [
10954 "bitflags 2.10.0",
10955 "cfg-if",
10956 "cfg_aliases 0.2.1",
10957 "libc",
10958]
10959
10960[[package]]
10961name = "node_runtime"
10962version = "0.1.0"
10963dependencies = [
10964 "anyhow",
10965 "async-compression",
10966 "async-std",
10967 "async-tar",
10968 "async-trait",
10969 "futures 0.3.32",
10970 "http_client",
10971 "log",
10972 "paths",
10973 "semver",
10974 "serde",
10975 "serde_json",
10976 "smol",
10977 "util",
10978 "watch",
10979 "which 6.0.3",
10980]
10981
10982[[package]]
10983name = "nom"
10984version = "7.1.3"
10985source = "registry+https://github.com/rust-lang/crates.io-index"
10986checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
10987dependencies = [
10988 "memchr",
10989 "minimal-lexical",
10990]
10991
10992[[package]]
10993name = "nom"
10994version = "8.0.0"
10995source = "registry+https://github.com/rust-lang/crates.io-index"
10996checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
10997dependencies = [
10998 "memchr",
10999]
11000
11001[[package]]
11002name = "noop_proc_macro"
11003version = "0.3.0"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11006
11007[[package]]
11008name = "normpath"
11009version = "1.5.0"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11012dependencies = [
11013 "windows-sys 0.61.2",
11014]
11015
11016[[package]]
11017name = "notifications"
11018version = "0.1.0"
11019dependencies = [
11020 "anyhow",
11021 "channel",
11022 "client",
11023 "component",
11024 "db",
11025 "gpui",
11026 "rpc",
11027 "sum_tree",
11028 "time",
11029 "ui",
11030 "util",
11031 "workspace",
11032 "zed_actions",
11033]
11034
11035[[package]]
11036name = "notify"
11037version = "6.1.1"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11040dependencies = [
11041 "bitflags 2.10.0",
11042 "crossbeam-channel",
11043 "filetime",
11044 "fsevent-sys",
11045 "inotify 0.9.6",
11046 "kqueue",
11047 "libc",
11048 "log",
11049 "mio 0.8.11",
11050 "walkdir",
11051 "windows-sys 0.48.0",
11052]
11053
11054[[package]]
11055name = "notify"
11056version = "8.2.0"
11057source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11058dependencies = [
11059 "bitflags 2.10.0",
11060 "fsevent-sys",
11061 "inotify 0.11.0",
11062 "kqueue",
11063 "libc",
11064 "log",
11065 "mio 1.1.0",
11066 "notify-types",
11067 "walkdir",
11068 "windows-sys 0.60.2",
11069]
11070
11071[[package]]
11072name = "notify-debouncer-mini"
11073version = "0.4.1"
11074source = "registry+https://github.com/rust-lang/crates.io-index"
11075checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11076dependencies = [
11077 "crossbeam-channel",
11078 "log",
11079 "notify 6.1.1",
11080]
11081
11082[[package]]
11083name = "notify-types"
11084version = "2.0.0"
11085source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11086
11087[[package]]
11088name = "ntapi"
11089version = "0.4.1"
11090source = "registry+https://github.com/rust-lang/crates.io-index"
11091checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11092dependencies = [
11093 "winapi",
11094]
11095
11096[[package]]
11097name = "nu-ansi-term"
11098version = "0.50.3"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11101dependencies = [
11102 "windows-sys 0.61.2",
11103]
11104
11105[[package]]
11106name = "nucleo"
11107version = "0.5.0"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11110dependencies = [
11111 "nucleo-matcher",
11112 "parking_lot",
11113 "rayon",
11114]
11115
11116[[package]]
11117name = "nucleo-matcher"
11118version = "0.3.1"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11121dependencies = [
11122 "memchr",
11123 "unicode-segmentation",
11124]
11125
11126[[package]]
11127name = "num"
11128version = "0.4.3"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11131dependencies = [
11132 "num-bigint",
11133 "num-complex",
11134 "num-integer",
11135 "num-iter",
11136 "num-rational",
11137 "num-traits",
11138]
11139
11140[[package]]
11141name = "num-bigint"
11142version = "0.4.6"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11145dependencies = [
11146 "num-integer",
11147 "num-traits",
11148]
11149
11150[[package]]
11151name = "num-bigint-dig"
11152version = "0.8.6"
11153source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11155dependencies = [
11156 "lazy_static",
11157 "libm",
11158 "num-integer",
11159 "num-iter",
11160 "num-traits",
11161 "rand 0.8.5",
11162 "smallvec",
11163 "zeroize",
11164]
11165
11166[[package]]
11167name = "num-bigint-dig"
11168version = "0.9.1"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11171dependencies = [
11172 "libm",
11173 "num-integer",
11174 "num-iter",
11175 "num-traits",
11176 "once_cell",
11177 "rand 0.9.3",
11178 "serde",
11179 "smallvec",
11180 "zeroize",
11181]
11182
11183[[package]]
11184name = "num-cmp"
11185version = "0.1.0"
11186source = "registry+https://github.com/rust-lang/crates.io-index"
11187checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11188
11189[[package]]
11190name = "num-complex"
11191version = "0.4.6"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11194dependencies = [
11195 "bytemuck",
11196 "num-traits",
11197]
11198
11199[[package]]
11200name = "num-conv"
11201version = "0.2.0"
11202source = "registry+https://github.com/rust-lang/crates.io-index"
11203checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11204
11205[[package]]
11206name = "num-derive"
11207version = "0.4.2"
11208source = "registry+https://github.com/rust-lang/crates.io-index"
11209checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11210dependencies = [
11211 "proc-macro2",
11212 "quote",
11213 "syn 2.0.117",
11214]
11215
11216[[package]]
11217name = "num-format"
11218version = "0.4.4"
11219source = "registry+https://github.com/rust-lang/crates.io-index"
11220checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11221dependencies = [
11222 "arrayvec",
11223 "itoa",
11224]
11225
11226[[package]]
11227name = "num-integer"
11228version = "0.1.46"
11229source = "registry+https://github.com/rust-lang/crates.io-index"
11230checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11231dependencies = [
11232 "num-traits",
11233]
11234
11235[[package]]
11236name = "num-iter"
11237version = "0.1.45"
11238source = "registry+https://github.com/rust-lang/crates.io-index"
11239checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11240dependencies = [
11241 "autocfg",
11242 "num-integer",
11243 "num-traits",
11244]
11245
11246[[package]]
11247name = "num-rational"
11248version = "0.4.2"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11251dependencies = [
11252 "num-bigint",
11253 "num-integer",
11254 "num-traits",
11255]
11256
11257[[package]]
11258name = "num-traits"
11259version = "0.2.19"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11262dependencies = [
11263 "autocfg",
11264 "libm",
11265]
11266
11267[[package]]
11268name = "num_cpus"
11269version = "1.17.0"
11270source = "registry+https://github.com/rust-lang/crates.io-index"
11271checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11272dependencies = [
11273 "hermit-abi",
11274 "libc",
11275]
11276
11277[[package]]
11278name = "num_enum"
11279version = "0.7.4"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11282dependencies = [
11283 "num_enum_derive",
11284 "rustversion",
11285]
11286
11287[[package]]
11288name = "num_enum_derive"
11289version = "0.7.4"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11292dependencies = [
11293 "proc-macro-crate",
11294 "proc-macro2",
11295 "quote",
11296 "syn 2.0.117",
11297]
11298
11299[[package]]
11300name = "num_threads"
11301version = "0.1.7"
11302source = "registry+https://github.com/rust-lang/crates.io-index"
11303checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11304dependencies = [
11305 "libc",
11306]
11307
11308[[package]]
11309name = "nvim-rs"
11310version = "0.9.2"
11311source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11312dependencies = [
11313 "async-trait",
11314 "futures 0.3.32",
11315 "log",
11316 "rmp",
11317 "rmpv",
11318 "tokio",
11319 "tokio-util",
11320]
11321
11322[[package]]
11323name = "objc"
11324version = "0.2.7"
11325source = "registry+https://github.com/rust-lang/crates.io-index"
11326checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11327dependencies = [
11328 "malloc_buf",
11329 "objc_exception",
11330]
11331
11332[[package]]
11333name = "objc-foundation"
11334version = "0.1.1"
11335source = "registry+https://github.com/rust-lang/crates.io-index"
11336checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11337dependencies = [
11338 "block",
11339 "objc",
11340 "objc_id",
11341]
11342
11343[[package]]
11344name = "objc2"
11345version = "0.6.3"
11346source = "registry+https://github.com/rust-lang/crates.io-index"
11347checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11348dependencies = [
11349 "objc2-encode",
11350]
11351
11352[[package]]
11353name = "objc2-app-kit"
11354version = "0.3.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11357dependencies = [
11358 "objc2",
11359 "objc2-foundation",
11360]
11361
11362[[package]]
11363name = "objc2-audio-toolbox"
11364version = "0.3.2"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11367dependencies = [
11368 "bitflags 2.10.0",
11369 "libc",
11370 "objc2",
11371 "objc2-core-audio",
11372 "objc2-core-audio-types",
11373 "objc2-core-foundation",
11374 "objc2-foundation",
11375]
11376
11377[[package]]
11378name = "objc2-avf-audio"
11379version = "0.3.2"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11382dependencies = [
11383 "objc2",
11384 "objc2-foundation",
11385]
11386
11387[[package]]
11388name = "objc2-core-audio"
11389version = "0.3.2"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11392dependencies = [
11393 "dispatch2",
11394 "objc2",
11395 "objc2-core-audio-types",
11396 "objc2-core-foundation",
11397 "objc2-foundation",
11398]
11399
11400[[package]]
11401name = "objc2-core-audio-types"
11402version = "0.3.2"
11403source = "registry+https://github.com/rust-lang/crates.io-index"
11404checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11405dependencies = [
11406 "bitflags 2.10.0",
11407 "objc2",
11408]
11409
11410[[package]]
11411name = "objc2-core-foundation"
11412version = "0.3.2"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11415dependencies = [
11416 "bitflags 2.10.0",
11417 "block2",
11418 "dispatch2",
11419 "libc",
11420 "objc2",
11421]
11422
11423[[package]]
11424name = "objc2-encode"
11425version = "4.1.0"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11428
11429[[package]]
11430name = "objc2-foundation"
11431version = "0.3.2"
11432source = "registry+https://github.com/rust-lang/crates.io-index"
11433checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11434dependencies = [
11435 "bitflags 2.10.0",
11436 "block2",
11437 "libc",
11438 "objc2",
11439 "objc2-core-foundation",
11440]
11441
11442[[package]]
11443name = "objc2-io-kit"
11444version = "0.3.2"
11445source = "registry+https://github.com/rust-lang/crates.io-index"
11446checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11447dependencies = [
11448 "libc",
11449 "objc2-core-foundation",
11450]
11451
11452[[package]]
11453name = "objc2-metal"
11454version = "0.3.2"
11455source = "registry+https://github.com/rust-lang/crates.io-index"
11456checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11457dependencies = [
11458 "bitflags 2.10.0",
11459 "block2",
11460 "dispatch2",
11461 "objc2",
11462 "objc2-core-foundation",
11463 "objc2-foundation",
11464]
11465
11466[[package]]
11467name = "objc2-quartz-core"
11468version = "0.3.2"
11469source = "registry+https://github.com/rust-lang/crates.io-index"
11470checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11471dependencies = [
11472 "bitflags 2.10.0",
11473 "objc2",
11474 "objc2-core-foundation",
11475 "objc2-foundation",
11476 "objc2-metal",
11477]
11478
11479[[package]]
11480name = "objc_exception"
11481version = "0.1.2"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11484dependencies = [
11485 "cc",
11486]
11487
11488[[package]]
11489name = "objc_id"
11490version = "0.1.1"
11491source = "registry+https://github.com/rust-lang/crates.io-index"
11492checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11493dependencies = [
11494 "objc",
11495]
11496
11497[[package]]
11498name = "object"
11499version = "0.37.3"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11502dependencies = [
11503 "crc32fast",
11504 "hashbrown 0.15.5",
11505 "indexmap",
11506 "memchr",
11507]
11508
11509[[package]]
11510name = "octocrab"
11511version = "0.49.7"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11514dependencies = [
11515 "arc-swap",
11516 "async-trait",
11517 "base64 0.22.1",
11518 "bytes 1.11.1",
11519 "cargo_metadata 0.23.1",
11520 "cfg-if",
11521 "chrono",
11522 "either",
11523 "futures 0.3.32",
11524 "futures-core",
11525 "futures-util",
11526 "getrandom 0.2.16",
11527 "http 1.3.1",
11528 "http-body 1.0.1",
11529 "http-body-util",
11530 "hyper 1.7.0",
11531 "hyper-rustls 0.27.7",
11532 "hyper-timeout",
11533 "hyper-util",
11534 "jsonwebtoken",
11535 "once_cell",
11536 "percent-encoding",
11537 "pin-project",
11538 "secrecy",
11539 "serde",
11540 "serde_json",
11541 "serde_path_to_error",
11542 "serde_urlencoded",
11543 "snafu",
11544 "tokio",
11545 "tower 0.5.2",
11546 "tower-http 0.6.6",
11547 "url",
11548 "web-time",
11549]
11550
11551[[package]]
11552name = "ollama"
11553version = "0.1.0"
11554dependencies = [
11555 "anyhow",
11556 "futures 0.3.32",
11557 "http_client",
11558 "schemars",
11559 "serde",
11560 "serde_json",
11561 "settings",
11562]
11563
11564[[package]]
11565name = "onboarding"
11566version = "0.1.0"
11567dependencies = [
11568 "anyhow",
11569 "client",
11570 "cloud_api_types",
11571 "collections",
11572 "component",
11573 "db",
11574 "documented",
11575 "fs",
11576 "fuzzy",
11577 "gpui",
11578 "menu",
11579 "notifications",
11580 "picker",
11581 "project",
11582 "schemars",
11583 "serde",
11584 "settings",
11585 "telemetry",
11586 "theme",
11587 "theme_settings",
11588 "ui",
11589 "util",
11590 "vim_mode_setting",
11591 "workspace",
11592 "zed_actions",
11593 "zlog",
11594]
11595
11596[[package]]
11597name = "once_cell"
11598version = "1.21.3"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11601
11602[[package]]
11603name = "once_cell_polyfill"
11604version = "1.70.1"
11605source = "registry+https://github.com/rust-lang/crates.io-index"
11606checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11607
11608[[package]]
11609name = "oo7"
11610version = "0.6.0"
11611source = "registry+https://github.com/rust-lang/crates.io-index"
11612checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11613dependencies = [
11614 "aes",
11615 "ashpd",
11616 "async-fs",
11617 "async-io",
11618 "async-lock 3.4.2",
11619 "blocking",
11620 "cbc",
11621 "cipher",
11622 "digest",
11623 "endi",
11624 "futures-lite 2.6.1",
11625 "futures-util",
11626 "getrandom 0.4.1",
11627 "hkdf",
11628 "hmac",
11629 "md-5",
11630 "num",
11631 "num-bigint-dig 0.9.1",
11632 "pbkdf2 0.12.2",
11633 "serde",
11634 "serde_bytes",
11635 "sha2",
11636 "subtle",
11637 "zbus",
11638 "zbus_macros",
11639 "zeroize",
11640 "zvariant",
11641]
11642
11643[[package]]
11644name = "oorandom"
11645version = "11.1.5"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11648
11649[[package]]
11650name = "open"
11651version = "5.3.2"
11652source = "registry+https://github.com/rust-lang/crates.io-index"
11653checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11654dependencies = [
11655 "is-wsl",
11656 "libc",
11657 "pathdiff",
11658]
11659
11660[[package]]
11661name = "open_ai"
11662version = "0.1.0"
11663dependencies = [
11664 "anyhow",
11665 "collections",
11666 "futures 0.3.32",
11667 "http_client",
11668 "language_model_core",
11669 "log",
11670 "pretty_assertions",
11671 "rand 0.9.3",
11672 "schemars",
11673 "serde",
11674 "serde_json",
11675 "strum 0.27.2",
11676 "thiserror 2.0.17",
11677 "tiktoken-rs",
11678]
11679
11680[[package]]
11681name = "open_path_prompt"
11682version = "0.1.0"
11683dependencies = [
11684 "editor",
11685 "file_icons",
11686 "futures 0.3.32",
11687 "fuzzy",
11688 "gpui",
11689 "picker",
11690 "project",
11691 "schemars",
11692 "serde",
11693 "serde_json",
11694 "settings",
11695 "theme",
11696 "theme_settings",
11697 "ui",
11698 "util",
11699 "workspace",
11700]
11701
11702[[package]]
11703name = "open_router"
11704version = "0.1.0"
11705dependencies = [
11706 "anyhow",
11707 "futures 0.3.32",
11708 "http_client",
11709 "language_model_core",
11710 "schemars",
11711 "serde",
11712 "serde_json",
11713 "settings",
11714 "strum 0.27.2",
11715 "thiserror 2.0.17",
11716]
11717
11718[[package]]
11719name = "opencode"
11720version = "0.1.0"
11721dependencies = [
11722 "anyhow",
11723 "futures 0.3.32",
11724 "google_ai",
11725 "http_client",
11726 "schemars",
11727 "serde",
11728 "serde_json",
11729 "strum 0.27.2",
11730]
11731
11732[[package]]
11733name = "opener"
11734version = "0.7.2"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11737dependencies = [
11738 "bstr",
11739 "dbus",
11740 "normpath",
11741 "windows-sys 0.59.0",
11742]
11743
11744[[package]]
11745name = "openssl"
11746version = "0.10.74"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11749dependencies = [
11750 "bitflags 2.10.0",
11751 "cfg-if",
11752 "foreign-types 0.3.2",
11753 "libc",
11754 "once_cell",
11755 "openssl-macros",
11756 "openssl-sys",
11757]
11758
11759[[package]]
11760name = "openssl-macros"
11761version = "0.1.1"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11764dependencies = [
11765 "proc-macro2",
11766 "quote",
11767 "syn 2.0.117",
11768]
11769
11770[[package]]
11771name = "openssl-probe"
11772version = "0.1.6"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11775
11776[[package]]
11777name = "openssl-sys"
11778version = "0.9.110"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11781dependencies = [
11782 "cc",
11783 "libc",
11784 "pkg-config",
11785 "vcpkg",
11786]
11787
11788[[package]]
11789name = "optfield"
11790version = "0.4.0"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11793dependencies = [
11794 "proc-macro2",
11795 "quote",
11796 "syn 2.0.117",
11797]
11798
11799[[package]]
11800name = "option-ext"
11801version = "0.2.0"
11802source = "registry+https://github.com/rust-lang/crates.io-index"
11803checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11804
11805[[package]]
11806name = "ordered-float"
11807version = "2.10.1"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11810dependencies = [
11811 "num-traits",
11812]
11813
11814[[package]]
11815name = "ordered-float"
11816version = "4.6.0"
11817source = "registry+https://github.com/rust-lang/crates.io-index"
11818checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11819dependencies = [
11820 "num-traits",
11821]
11822
11823[[package]]
11824name = "ordered-stream"
11825version = "0.2.0"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11828dependencies = [
11829 "futures-core",
11830 "pin-project-lite",
11831]
11832
11833[[package]]
11834name = "ouroboros"
11835version = "0.18.5"
11836source = "registry+https://github.com/rust-lang/crates.io-index"
11837checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11838dependencies = [
11839 "aliasable",
11840 "ouroboros_macro",
11841 "static_assertions",
11842]
11843
11844[[package]]
11845name = "ouroboros_macro"
11846version = "0.18.5"
11847source = "registry+https://github.com/rust-lang/crates.io-index"
11848checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11849dependencies = [
11850 "heck 0.4.1",
11851 "proc-macro2",
11852 "proc-macro2-diagnostics",
11853 "quote",
11854 "syn 2.0.117",
11855]
11856
11857[[package]]
11858name = "outline"
11859version = "0.1.0"
11860dependencies = [
11861 "editor",
11862 "fuzzy",
11863 "gpui",
11864 "indoc",
11865 "language",
11866 "lsp",
11867 "menu",
11868 "ordered-float 2.10.1",
11869 "picker",
11870 "project",
11871 "rope",
11872 "serde_json",
11873 "settings",
11874 "smol",
11875 "theme",
11876 "theme_settings",
11877 "ui",
11878 "util",
11879 "workspace",
11880 "zed_actions",
11881]
11882
11883[[package]]
11884name = "outline_panel"
11885version = "0.1.0"
11886dependencies = [
11887 "anyhow",
11888 "collections",
11889 "db",
11890 "editor",
11891 "file_icons",
11892 "fuzzy",
11893 "gpui",
11894 "itertools 0.14.0",
11895 "language",
11896 "log",
11897 "lsp",
11898 "menu",
11899 "outline",
11900 "pretty_assertions",
11901 "project",
11902 "search",
11903 "serde",
11904 "serde_json",
11905 "settings",
11906 "smallvec",
11907 "smol",
11908 "theme",
11909 "theme_settings",
11910 "ui",
11911 "util",
11912 "workspace",
11913 "worktree",
11914 "zed_actions",
11915]
11916
11917[[package]]
11918name = "outref"
11919version = "0.5.2"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11922
11923[[package]]
11924name = "p256"
11925version = "0.11.1"
11926source = "registry+https://github.com/rust-lang/crates.io-index"
11927checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11928dependencies = [
11929 "ecdsa",
11930 "elliptic-curve",
11931 "sha2",
11932]
11933
11934[[package]]
11935name = "page_size"
11936version = "0.6.0"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11939dependencies = [
11940 "libc",
11941 "winapi",
11942]
11943
11944[[package]]
11945name = "palette"
11946version = "0.7.6"
11947source = "registry+https://github.com/rust-lang/crates.io-index"
11948checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11949dependencies = [
11950 "approx",
11951 "fast-srgb8",
11952 "palette_derive",
11953]
11954
11955[[package]]
11956name = "palette_derive"
11957version = "0.7.6"
11958source = "registry+https://github.com/rust-lang/crates.io-index"
11959checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11960dependencies = [
11961 "by_address",
11962 "proc-macro2",
11963 "quote",
11964 "syn 2.0.117",
11965]
11966
11967[[package]]
11968name = "panel"
11969version = "0.1.0"
11970dependencies = [
11971 "gpui",
11972 "ui",
11973 "workspace",
11974]
11975
11976[[package]]
11977name = "parking"
11978version = "2.2.1"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11981
11982[[package]]
11983name = "parking_lot"
11984version = "0.12.5"
11985source = "registry+https://github.com/rust-lang/crates.io-index"
11986checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
11987dependencies = [
11988 "lock_api",
11989 "parking_lot_core",
11990]
11991
11992[[package]]
11993name = "parking_lot_core"
11994version = "0.9.12"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
11997dependencies = [
11998 "cfg-if",
11999 "libc",
12000 "redox_syscall 0.5.18",
12001 "smallvec",
12002 "windows-link 0.2.1",
12003]
12004
12005[[package]]
12006name = "parse_int"
12007version = "0.9.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12010dependencies = [
12011 "num-traits",
12012]
12013
12014[[package]]
12015name = "partial-json-fixer"
12016version = "0.5.3"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12019
12020[[package]]
12021name = "password-hash"
12022version = "0.4.2"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12025dependencies = [
12026 "base64ct",
12027 "rand_core 0.6.4",
12028 "subtle",
12029]
12030
12031[[package]]
12032name = "paste"
12033version = "1.0.15"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12036
12037[[package]]
12038name = "pathdiff"
12039version = "0.2.3"
12040source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12042
12043[[package]]
12044name = "pathfinder_geometry"
12045version = "0.5.1"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12048dependencies = [
12049 "log",
12050 "pathfinder_simd",
12051]
12052
12053[[package]]
12054name = "pathfinder_simd"
12055version = "0.5.5"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12058dependencies = [
12059 "rustc_version",
12060]
12061
12062[[package]]
12063name = "paths"
12064version = "0.1.0"
12065dependencies = [
12066 "dirs",
12067 "ignore",
12068 "util",
12069]
12070
12071[[package]]
12072name = "pbjson"
12073version = "0.6.0"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12076dependencies = [
12077 "base64 0.21.7",
12078 "serde",
12079]
12080
12081[[package]]
12082name = "pbjson-build"
12083version = "0.6.2"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12086dependencies = [
12087 "heck 0.4.1",
12088 "itertools 0.11.0",
12089 "prost 0.12.6",
12090 "prost-types 0.12.6",
12091]
12092
12093[[package]]
12094name = "pbjson-types"
12095version = "0.6.0"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12098dependencies = [
12099 "bytes 1.11.1",
12100 "chrono",
12101 "pbjson",
12102 "pbjson-build",
12103 "prost 0.12.6",
12104 "prost-build 0.12.6",
12105 "serde",
12106]
12107
12108[[package]]
12109name = "pbkdf2"
12110version = "0.11.0"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12113dependencies = [
12114 "digest",
12115 "hmac",
12116 "password-hash",
12117 "sha2",
12118]
12119
12120[[package]]
12121name = "pbkdf2"
12122version = "0.12.2"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12125dependencies = [
12126 "digest",
12127 "hmac",
12128]
12129
12130[[package]]
12131name = "pciid-parser"
12132version = "0.8.0"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12135
12136[[package]]
12137name = "peg"
12138version = "0.8.5"
12139source = "registry+https://github.com/rust-lang/crates.io-index"
12140checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12141dependencies = [
12142 "peg-macros",
12143 "peg-runtime",
12144]
12145
12146[[package]]
12147name = "peg-macros"
12148version = "0.8.5"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12151dependencies = [
12152 "peg-runtime",
12153 "proc-macro2",
12154 "quote",
12155]
12156
12157[[package]]
12158name = "peg-runtime"
12159version = "0.8.5"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12162
12163[[package]]
12164name = "pem"
12165version = "3.0.6"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12168dependencies = [
12169 "base64 0.22.1",
12170 "serde_core",
12171]
12172
12173[[package]]
12174name = "pem-rfc7468"
12175version = "0.7.0"
12176source = "registry+https://github.com/rust-lang/crates.io-index"
12177checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12178dependencies = [
12179 "base64ct",
12180]
12181
12182[[package]]
12183name = "percent-encoding"
12184version = "2.3.2"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12187
12188[[package]]
12189name = "perf"
12190version = "0.1.0"
12191dependencies = [
12192 "collections",
12193 "serde",
12194 "serde_json",
12195]
12196
12197[[package]]
12198name = "pest"
12199version = "2.8.3"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12202dependencies = [
12203 "memchr",
12204 "ucd-trie",
12205]
12206
12207[[package]]
12208name = "pest_derive"
12209version = "2.8.3"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12212dependencies = [
12213 "pest",
12214 "pest_generator",
12215]
12216
12217[[package]]
12218name = "pest_generator"
12219version = "2.8.3"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12222dependencies = [
12223 "pest",
12224 "pest_meta",
12225 "proc-macro2",
12226 "quote",
12227 "syn 2.0.117",
12228]
12229
12230[[package]]
12231name = "pest_meta"
12232version = "2.8.3"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12235dependencies = [
12236 "pest",
12237 "sha2",
12238]
12239
12240[[package]]
12241name = "pet"
12242version = "0.1.0"
12243source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12244dependencies = [
12245 "clap",
12246 "env_logger 0.10.2",
12247 "lazy_static",
12248 "log",
12249 "msvc_spectre_libs",
12250 "pet-conda",
12251 "pet-core",
12252 "pet-env-var-path",
12253 "pet-fs",
12254 "pet-global-virtualenvs",
12255 "pet-homebrew",
12256 "pet-jsonrpc",
12257 "pet-linux-global-python",
12258 "pet-mac-commandlinetools",
12259 "pet-mac-python-org",
12260 "pet-mac-xcode",
12261 "pet-pipenv",
12262 "pet-pixi",
12263 "pet-poetry",
12264 "pet-pyenv",
12265 "pet-python-utils",
12266 "pet-reporter",
12267 "pet-telemetry",
12268 "pet-uv",
12269 "pet-venv",
12270 "pet-virtualenv",
12271 "pet-virtualenvwrapper",
12272 "pet-windows-registry",
12273 "pet-windows-store",
12274 "pet-winpython",
12275 "serde",
12276 "serde_json",
12277 "tracing",
12278 "tracing-subscriber",
12279 "winresource",
12280]
12281
12282[[package]]
12283name = "pet-conda"
12284version = "0.1.0"
12285source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12286dependencies = [
12287 "env_logger 0.10.2",
12288 "lazy_static",
12289 "log",
12290 "msvc_spectre_libs",
12291 "pet-core",
12292 "pet-fs",
12293 "pet-python-utils",
12294 "pet-reporter",
12295 "rayon",
12296 "regex",
12297 "serde",
12298 "serde_json",
12299 "yaml-rust2",
12300]
12301
12302[[package]]
12303name = "pet-core"
12304version = "0.1.0"
12305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12306dependencies = [
12307 "clap",
12308 "lazy_static",
12309 "log",
12310 "msvc_spectre_libs",
12311 "pet-fs",
12312 "regex",
12313 "serde",
12314 "serde_json",
12315]
12316
12317[[package]]
12318name = "pet-env-var-path"
12319version = "0.1.0"
12320source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12321dependencies = [
12322 "lazy_static",
12323 "log",
12324 "msvc_spectre_libs",
12325 "pet-conda",
12326 "pet-core",
12327 "pet-fs",
12328 "pet-python-utils",
12329 "pet-virtualenv",
12330 "regex",
12331]
12332
12333[[package]]
12334name = "pet-fs"
12335version = "0.1.0"
12336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12337dependencies = [
12338 "glob",
12339 "log",
12340 "msvc_spectre_libs",
12341 "windows-sys 0.59.0",
12342]
12343
12344[[package]]
12345name = "pet-global-virtualenvs"
12346version = "0.1.0"
12347source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12348dependencies = [
12349 "log",
12350 "msvc_spectre_libs",
12351 "pet-conda",
12352 "pet-core",
12353 "pet-fs",
12354 "pet-virtualenv",
12355]
12356
12357[[package]]
12358name = "pet-homebrew"
12359version = "0.1.0"
12360source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12361dependencies = [
12362 "lazy_static",
12363 "log",
12364 "msvc_spectre_libs",
12365 "pet-conda",
12366 "pet-core",
12367 "pet-fs",
12368 "pet-python-utils",
12369 "pet-virtualenv",
12370 "rayon",
12371 "regex",
12372 "serde",
12373 "serde_json",
12374]
12375
12376[[package]]
12377name = "pet-jsonrpc"
12378version = "0.1.0"
12379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12380dependencies = [
12381 "env_logger 0.10.2",
12382 "log",
12383 "msvc_spectre_libs",
12384 "pet-core",
12385 "serde",
12386 "serde_json",
12387]
12388
12389[[package]]
12390name = "pet-linux-global-python"
12391version = "0.1.0"
12392source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12393dependencies = [
12394 "log",
12395 "msvc_spectre_libs",
12396 "pet-core",
12397 "pet-fs",
12398 "pet-python-utils",
12399 "pet-virtualenv",
12400]
12401
12402[[package]]
12403name = "pet-mac-commandlinetools"
12404version = "0.1.0"
12405source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12406dependencies = [
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-core",
12410 "pet-fs",
12411 "pet-python-utils",
12412 "pet-virtualenv",
12413]
12414
12415[[package]]
12416name = "pet-mac-python-org"
12417version = "0.1.0"
12418source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12419dependencies = [
12420 "log",
12421 "msvc_spectre_libs",
12422 "pet-core",
12423 "pet-fs",
12424 "pet-python-utils",
12425 "pet-virtualenv",
12426]
12427
12428[[package]]
12429name = "pet-mac-xcode"
12430version = "0.1.0"
12431source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12432dependencies = [
12433 "log",
12434 "msvc_spectre_libs",
12435 "pet-core",
12436 "pet-fs",
12437 "pet-python-utils",
12438 "pet-virtualenv",
12439]
12440
12441[[package]]
12442name = "pet-pipenv"
12443version = "0.1.0"
12444source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12445dependencies = [
12446 "lazy_static",
12447 "log",
12448 "msvc_spectre_libs",
12449 "pet-core",
12450 "pet-fs",
12451 "pet-python-utils",
12452 "pet-virtualenv",
12453 "regex",
12454]
12455
12456[[package]]
12457name = "pet-pixi"
12458version = "0.1.0"
12459source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12460dependencies = [
12461 "log",
12462 "msvc_spectre_libs",
12463 "pet-conda",
12464 "pet-core",
12465 "pet-python-utils",
12466]
12467
12468[[package]]
12469name = "pet-poetry"
12470version = "0.1.0"
12471source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12472dependencies = [
12473 "base64 0.22.1",
12474 "lazy_static",
12475 "log",
12476 "msvc_spectre_libs",
12477 "pet-core",
12478 "pet-fs",
12479 "pet-python-utils",
12480 "pet-reporter",
12481 "pet-virtualenv",
12482 "regex",
12483 "serde",
12484 "serde_json",
12485 "sha2",
12486 "toml 0.8.23",
12487]
12488
12489[[package]]
12490name = "pet-pyenv"
12491version = "0.1.0"
12492source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12493dependencies = [
12494 "lazy_static",
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-conda",
12498 "pet-core",
12499 "pet-fs",
12500 "pet-python-utils",
12501 "pet-reporter",
12502 "regex",
12503 "serde",
12504 "serde_json",
12505]
12506
12507[[package]]
12508name = "pet-python-utils"
12509version = "0.1.0"
12510source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12511dependencies = [
12512 "env_logger 0.10.2",
12513 "lazy_static",
12514 "log",
12515 "msvc_spectre_libs",
12516 "pet-core",
12517 "pet-fs",
12518 "regex",
12519 "serde",
12520 "serde_json",
12521 "sha2",
12522]
12523
12524[[package]]
12525name = "pet-reporter"
12526version = "0.1.0"
12527source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12528dependencies = [
12529 "env_logger 0.10.2",
12530 "log",
12531 "msvc_spectre_libs",
12532 "pet-core",
12533 "pet-jsonrpc",
12534 "serde",
12535 "serde_json",
12536]
12537
12538[[package]]
12539name = "pet-telemetry"
12540version = "0.1.0"
12541source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12542dependencies = [
12543 "env_logger 0.10.2",
12544 "lazy_static",
12545 "log",
12546 "msvc_spectre_libs",
12547 "pet-core",
12548 "pet-fs",
12549 "pet-python-utils",
12550 "regex",
12551]
12552
12553[[package]]
12554name = "pet-uv"
12555version = "0.1.0"
12556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12557dependencies = [
12558 "log",
12559 "pet-core",
12560 "pet-python-utils",
12561 "serde",
12562 "toml 0.9.8",
12563]
12564
12565[[package]]
12566name = "pet-venv"
12567version = "0.1.0"
12568source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12569dependencies = [
12570 "log",
12571 "msvc_spectre_libs",
12572 "pet-core",
12573 "pet-python-utils",
12574 "pet-virtualenv",
12575]
12576
12577[[package]]
12578name = "pet-virtualenv"
12579version = "0.1.0"
12580source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12581dependencies = [
12582 "log",
12583 "msvc_spectre_libs",
12584 "pet-core",
12585 "pet-fs",
12586 "pet-python-utils",
12587]
12588
12589[[package]]
12590name = "pet-virtualenvwrapper"
12591version = "0.1.0"
12592source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12593dependencies = [
12594 "log",
12595 "msvc_spectre_libs",
12596 "pet-core",
12597 "pet-fs",
12598 "pet-python-utils",
12599 "pet-virtualenv",
12600]
12601
12602[[package]]
12603name = "pet-windows-registry"
12604version = "0.1.0"
12605source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12606dependencies = [
12607 "lazy_static",
12608 "log",
12609 "msvc_spectre_libs",
12610 "pet-conda",
12611 "pet-core",
12612 "pet-fs",
12613 "pet-python-utils",
12614 "pet-virtualenv",
12615 "pet-windows-store",
12616 "regex",
12617 "winreg 0.55.0",
12618]
12619
12620[[package]]
12621name = "pet-windows-store"
12622version = "0.1.0"
12623source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12624dependencies = [
12625 "lazy_static",
12626 "log",
12627 "msvc_spectre_libs",
12628 "pet-core",
12629 "pet-fs",
12630 "pet-python-utils",
12631 "pet-virtualenv",
12632 "regex",
12633 "winreg 0.55.0",
12634]
12635
12636[[package]]
12637name = "pet-winpython"
12638version = "0.1.0"
12639source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12640dependencies = [
12641 "lazy_static",
12642 "log",
12643 "pet-core",
12644 "pet-fs",
12645 "pet-python-utils",
12646 "pet-virtualenv",
12647 "regex",
12648]
12649
12650[[package]]
12651name = "petgraph"
12652version = "0.6.5"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12655dependencies = [
12656 "fixedbitset 0.4.2",
12657 "indexmap",
12658]
12659
12660[[package]]
12661name = "pgvector"
12662version = "0.4.1"
12663source = "registry+https://github.com/rust-lang/crates.io-index"
12664checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12665dependencies = [
12666 "serde",
12667]
12668
12669[[package]]
12670name = "phf"
12671version = "0.11.3"
12672source = "registry+https://github.com/rust-lang/crates.io-index"
12673checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12674dependencies = [
12675 "phf_macros 0.11.3",
12676 "phf_shared 0.11.3",
12677]
12678
12679[[package]]
12680name = "phf"
12681version = "0.12.1"
12682source = "registry+https://github.com/rust-lang/crates.io-index"
12683checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12684dependencies = [
12685 "phf_macros 0.12.1",
12686 "phf_shared 0.12.1",
12687]
12688
12689[[package]]
12690name = "phf_codegen"
12691version = "0.11.3"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12694dependencies = [
12695 "phf_generator 0.11.3",
12696 "phf_shared 0.11.3",
12697]
12698
12699[[package]]
12700name = "phf_generator"
12701version = "0.11.3"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12704dependencies = [
12705 "phf_shared 0.11.3",
12706 "rand 0.8.5",
12707]
12708
12709[[package]]
12710name = "phf_generator"
12711version = "0.12.1"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12714dependencies = [
12715 "fastrand 2.3.0",
12716 "phf_shared 0.12.1",
12717]
12718
12719[[package]]
12720name = "phf_macros"
12721version = "0.11.3"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12724dependencies = [
12725 "phf_generator 0.11.3",
12726 "phf_shared 0.11.3",
12727 "proc-macro2",
12728 "quote",
12729 "syn 2.0.117",
12730]
12731
12732[[package]]
12733name = "phf_macros"
12734version = "0.12.1"
12735source = "registry+https://github.com/rust-lang/crates.io-index"
12736checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12737dependencies = [
12738 "phf_generator 0.12.1",
12739 "phf_shared 0.12.1",
12740 "proc-macro2",
12741 "quote",
12742 "syn 2.0.117",
12743]
12744
12745[[package]]
12746name = "phf_shared"
12747version = "0.11.3"
12748source = "registry+https://github.com/rust-lang/crates.io-index"
12749checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12750dependencies = [
12751 "siphasher 1.0.1",
12752]
12753
12754[[package]]
12755name = "phf_shared"
12756version = "0.12.1"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12759dependencies = [
12760 "siphasher 1.0.1",
12761]
12762
12763[[package]]
12764name = "picker"
12765version = "0.1.0"
12766dependencies = [
12767 "anyhow",
12768 "editor",
12769 "gpui",
12770 "menu",
12771 "schemars",
12772 "serde",
12773 "settings",
12774 "theme",
12775 "theme_settings",
12776 "ui",
12777 "ui_input",
12778 "workspace",
12779 "zed_actions",
12780]
12781
12782[[package]]
12783name = "pico-args"
12784version = "0.5.0"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12787
12788[[package]]
12789name = "pin-project"
12790version = "1.1.10"
12791source = "registry+https://github.com/rust-lang/crates.io-index"
12792checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12793dependencies = [
12794 "pin-project-internal",
12795]
12796
12797[[package]]
12798name = "pin-project-internal"
12799version = "1.1.10"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12802dependencies = [
12803 "proc-macro2",
12804 "quote",
12805 "syn 2.0.117",
12806]
12807
12808[[package]]
12809name = "pin-project-lite"
12810version = "0.2.16"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12813
12814[[package]]
12815name = "pin-utils"
12816version = "0.1.0"
12817source = "registry+https://github.com/rust-lang/crates.io-index"
12818checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12819
12820[[package]]
12821name = "piper"
12822version = "0.2.4"
12823source = "registry+https://github.com/rust-lang/crates.io-index"
12824checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12825dependencies = [
12826 "atomic-waker",
12827 "fastrand 2.3.0",
12828 "futures-io",
12829]
12830
12831[[package]]
12832name = "pkcs1"
12833version = "0.7.5"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12836dependencies = [
12837 "der 0.7.10",
12838 "pkcs8 0.10.2",
12839 "spki 0.7.3",
12840]
12841
12842[[package]]
12843name = "pkcs8"
12844version = "0.9.0"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12847dependencies = [
12848 "der 0.6.1",
12849 "spki 0.6.0",
12850]
12851
12852[[package]]
12853name = "pkcs8"
12854version = "0.10.2"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12857dependencies = [
12858 "der 0.7.10",
12859 "spki 0.7.3",
12860]
12861
12862[[package]]
12863name = "pkg-config"
12864version = "0.3.32"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12867
12868[[package]]
12869name = "plain"
12870version = "0.2.3"
12871source = "registry+https://github.com/rust-lang/crates.io-index"
12872checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12873
12874[[package]]
12875name = "platform_title_bar"
12876version = "0.1.0"
12877dependencies = [
12878 "gpui",
12879 "project",
12880 "settings",
12881 "smallvec",
12882 "theme",
12883 "theme_settings",
12884 "ui",
12885 "windows 0.61.3",
12886 "workspace",
12887 "zed_actions",
12888]
12889
12890[[package]]
12891name = "plist"
12892version = "1.8.0"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12895dependencies = [
12896 "base64 0.22.1",
12897 "indexmap",
12898 "quick-xml 0.38.3",
12899 "serde",
12900 "time",
12901]
12902
12903[[package]]
12904name = "plotters"
12905version = "0.3.7"
12906source = "registry+https://github.com/rust-lang/crates.io-index"
12907checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12908dependencies = [
12909 "num-traits",
12910 "plotters-backend",
12911 "plotters-svg",
12912 "wasm-bindgen",
12913 "web-sys",
12914]
12915
12916[[package]]
12917name = "plotters-backend"
12918version = "0.3.7"
12919source = "registry+https://github.com/rust-lang/crates.io-index"
12920checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12921
12922[[package]]
12923name = "plotters-svg"
12924version = "0.3.7"
12925source = "registry+https://github.com/rust-lang/crates.io-index"
12926checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12927dependencies = [
12928 "plotters-backend",
12929]
12930
12931[[package]]
12932name = "png"
12933version = "0.17.16"
12934source = "registry+https://github.com/rust-lang/crates.io-index"
12935checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12936dependencies = [
12937 "bitflags 1.3.2",
12938 "crc32fast",
12939 "fdeflate",
12940 "flate2",
12941 "miniz_oxide",
12942]
12943
12944[[package]]
12945name = "png"
12946version = "0.18.0"
12947source = "registry+https://github.com/rust-lang/crates.io-index"
12948checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12949dependencies = [
12950 "bitflags 2.10.0",
12951 "crc32fast",
12952 "fdeflate",
12953 "flate2",
12954 "miniz_oxide",
12955]
12956
12957[[package]]
12958name = "polling"
12959version = "3.11.0"
12960source = "registry+https://github.com/rust-lang/crates.io-index"
12961checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12962dependencies = [
12963 "cfg-if",
12964 "concurrent-queue",
12965 "hermit-abi",
12966 "pin-project-lite",
12967 "rustix 1.1.2",
12968 "windows-sys 0.61.2",
12969]
12970
12971[[package]]
12972name = "pollster"
12973version = "0.2.5"
12974source = "registry+https://github.com/rust-lang/crates.io-index"
12975checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12976
12977[[package]]
12978name = "pollster"
12979version = "0.4.0"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
12982
12983[[package]]
12984name = "pori"
12985version = "0.0.0"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
12988dependencies = [
12989 "nom 7.1.3",
12990]
12991
12992[[package]]
12993name = "portable-atomic"
12994version = "1.11.1"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
12997
12998[[package]]
12999name = "portable-atomic-util"
13000version = "0.2.4"
13001source = "registry+https://github.com/rust-lang/crates.io-index"
13002checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13003dependencies = [
13004 "portable-atomic",
13005]
13006
13007[[package]]
13008name = "portable-pty"
13009version = "0.9.0"
13010source = "registry+https://github.com/rust-lang/crates.io-index"
13011checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13012dependencies = [
13013 "anyhow",
13014 "bitflags 1.3.2",
13015 "downcast-rs",
13016 "filedescriptor",
13017 "lazy_static",
13018 "libc",
13019 "log",
13020 "nix 0.28.0",
13021 "serial2",
13022 "shared_library",
13023 "shell-words",
13024 "winapi",
13025 "winreg 0.10.1",
13026]
13027
13028[[package]]
13029name = "postage"
13030version = "0.5.0"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13033dependencies = [
13034 "atomic",
13035 "crossbeam-queue",
13036 "futures 0.3.32",
13037 "log",
13038 "parking_lot",
13039 "pin-project",
13040 "pollster 0.2.5",
13041 "static_assertions",
13042 "thiserror 1.0.69",
13043]
13044
13045[[package]]
13046name = "postcard"
13047version = "1.1.3"
13048source = "registry+https://github.com/rust-lang/crates.io-index"
13049checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13050dependencies = [
13051 "cobs",
13052 "embedded-io 0.4.0",
13053 "embedded-io 0.6.1",
13054 "serde",
13055]
13056
13057[[package]]
13058name = "potential_utf"
13059version = "0.1.3"
13060source = "registry+https://github.com/rust-lang/crates.io-index"
13061checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13062dependencies = [
13063 "zerovec",
13064]
13065
13066[[package]]
13067name = "powerfmt"
13068version = "0.2.0"
13069source = "registry+https://github.com/rust-lang/crates.io-index"
13070checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13071
13072[[package]]
13073name = "ppv-lite86"
13074version = "0.2.21"
13075source = "registry+https://github.com/rust-lang/crates.io-index"
13076checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13077dependencies = [
13078 "zerocopy",
13079]
13080
13081[[package]]
13082name = "precomputed-hash"
13083version = "0.1.1"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13086
13087[[package]]
13088name = "presser"
13089version = "0.3.1"
13090source = "registry+https://github.com/rust-lang/crates.io-index"
13091checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13092
13093[[package]]
13094name = "prettier"
13095version = "0.1.0"
13096dependencies = [
13097 "anyhow",
13098 "collections",
13099 "fs",
13100 "gpui",
13101 "language",
13102 "log",
13103 "lsp",
13104 "node_runtime",
13105 "parking_lot",
13106 "paths",
13107 "serde",
13108 "serde_json",
13109 "util",
13110]
13111
13112[[package]]
13113name = "pretty_assertions"
13114version = "1.4.1"
13115source = "registry+https://github.com/rust-lang/crates.io-index"
13116checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13117dependencies = [
13118 "diff",
13119 "yansi",
13120]
13121
13122[[package]]
13123name = "prettyplease"
13124version = "0.2.37"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13127dependencies = [
13128 "proc-macro2",
13129 "syn 2.0.117",
13130]
13131
13132[[package]]
13133name = "primal-check"
13134version = "0.3.4"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13137dependencies = [
13138 "num-integer",
13139]
13140
13141[[package]]
13142name = "proc-macro-crate"
13143version = "3.4.0"
13144source = "registry+https://github.com/rust-lang/crates.io-index"
13145checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13146dependencies = [
13147 "toml_edit 0.23.7",
13148]
13149
13150[[package]]
13151name = "proc-macro-error"
13152version = "1.0.4"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13155dependencies = [
13156 "proc-macro-error-attr",
13157 "proc-macro2",
13158 "quote",
13159 "syn 1.0.109",
13160 "version_check",
13161]
13162
13163[[package]]
13164name = "proc-macro-error-attr"
13165version = "1.0.4"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13168dependencies = [
13169 "proc-macro2",
13170 "quote",
13171 "version_check",
13172]
13173
13174[[package]]
13175name = "proc-macro-error-attr2"
13176version = "2.0.0"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13179dependencies = [
13180 "proc-macro2",
13181 "quote",
13182]
13183
13184[[package]]
13185name = "proc-macro-error2"
13186version = "2.0.1"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13189dependencies = [
13190 "proc-macro-error-attr2",
13191 "proc-macro2",
13192 "quote",
13193 "syn 2.0.117",
13194]
13195
13196[[package]]
13197name = "proc-macro2"
13198version = "1.0.101"
13199source = "registry+https://github.com/rust-lang/crates.io-index"
13200checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13201dependencies = [
13202 "unicode-ident",
13203]
13204
13205[[package]]
13206name = "proc-macro2-diagnostics"
13207version = "0.10.1"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13210dependencies = [
13211 "proc-macro2",
13212 "quote",
13213 "syn 2.0.117",
13214 "version_check",
13215 "yansi",
13216]
13217
13218[[package]]
13219name = "procfs-core"
13220version = "0.17.0"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13223dependencies = [
13224 "bitflags 2.10.0",
13225 "hex",
13226 "serde",
13227]
13228
13229[[package]]
13230name = "profiling"
13231version = "1.0.17"
13232source = "registry+https://github.com/rust-lang/crates.io-index"
13233checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13234dependencies = [
13235 "profiling-procmacros",
13236]
13237
13238[[package]]
13239name = "profiling-procmacros"
13240version = "1.0.17"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13243dependencies = [
13244 "quote",
13245 "syn 2.0.117",
13246]
13247
13248[[package]]
13249name = "project"
13250version = "0.1.0"
13251dependencies = [
13252 "aho-corasick",
13253 "anyhow",
13254 "askpass",
13255 "async-trait",
13256 "base64 0.22.1",
13257 "buffer_diff",
13258 "circular-buffer",
13259 "client",
13260 "clock",
13261 "collections",
13262 "context_server",
13263 "credentials_provider",
13264 "dap",
13265 "encoding_rs",
13266 "extension",
13267 "fancy-regex 0.17.0",
13268 "fs",
13269 "futures 0.3.32",
13270 "fuzzy",
13271 "fuzzy_nucleo",
13272 "git",
13273 "git2",
13274 "git_hosting_providers",
13275 "globset",
13276 "gpui",
13277 "http_client",
13278 "image",
13279 "indexmap",
13280 "itertools 0.14.0",
13281 "language",
13282 "log",
13283 "lsp",
13284 "markdown",
13285 "node_runtime",
13286 "parking_lot",
13287 "paths",
13288 "percent-encoding",
13289 "postage",
13290 "prettier",
13291 "pretty_assertions",
13292 "project",
13293 "rand 0.9.3",
13294 "regex",
13295 "release_channel",
13296 "remote",
13297 "rpc",
13298 "schemars",
13299 "semver",
13300 "serde",
13301 "serde_json",
13302 "settings",
13303 "sha2",
13304 "shellexpand",
13305 "smallvec",
13306 "smol",
13307 "snippet",
13308 "snippet_provider",
13309 "sum_tree",
13310 "task",
13311 "tempfile",
13312 "terminal",
13313 "text",
13314 "toml 0.8.23",
13315 "tracing",
13316 "unindent",
13317 "url",
13318 "util",
13319 "watch",
13320 "wax",
13321 "which 6.0.3",
13322 "worktree",
13323 "zed_credentials_provider",
13324 "zeroize",
13325 "zlog",
13326 "ztracing",
13327]
13328
13329[[package]]
13330name = "project_benchmarks"
13331version = "0.1.0"
13332dependencies = [
13333 "anyhow",
13334 "askpass",
13335 "clap",
13336 "client",
13337 "futures 0.3.32",
13338 "gpui",
13339 "gpui_platform",
13340 "http_client",
13341 "language",
13342 "node_runtime",
13343 "project",
13344 "release_channel",
13345 "remote",
13346 "rpassword",
13347 "semver",
13348 "settings",
13349 "watch",
13350]
13351
13352[[package]]
13353name = "project_panel"
13354version = "0.1.0"
13355dependencies = [
13356 "anyhow",
13357 "client",
13358 "collections",
13359 "command_palette_hooks",
13360 "criterion",
13361 "editor",
13362 "feature_flags",
13363 "file_icons",
13364 "fs",
13365 "futures 0.3.32",
13366 "git",
13367 "git_ui",
13368 "gpui",
13369 "itertools 0.14.0",
13370 "language",
13371 "menu",
13372 "notifications",
13373 "pretty_assertions",
13374 "project",
13375 "rayon",
13376 "remote_connection",
13377 "schemars",
13378 "search",
13379 "serde",
13380 "serde_json",
13381 "settings",
13382 "smallvec",
13383 "telemetry",
13384 "tempfile",
13385 "theme",
13386 "theme_settings",
13387 "ui",
13388 "util",
13389 "workspace",
13390 "worktree",
13391 "zed_actions",
13392]
13393
13394[[package]]
13395name = "project_symbols"
13396version = "0.1.0"
13397dependencies = [
13398 "anyhow",
13399 "editor",
13400 "futures 0.3.32",
13401 "fuzzy",
13402 "gpui",
13403 "language",
13404 "lsp",
13405 "ordered-float 2.10.1",
13406 "picker",
13407 "project",
13408 "release_channel",
13409 "semver",
13410 "serde_json",
13411 "settings",
13412 "theme",
13413 "theme_settings",
13414 "util",
13415 "workspace",
13416]
13417
13418[[package]]
13419name = "prometheus"
13420version = "0.14.0"
13421source = "registry+https://github.com/rust-lang/crates.io-index"
13422checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13423dependencies = [
13424 "cfg-if",
13425 "fnv",
13426 "lazy_static",
13427 "memchr",
13428 "parking_lot",
13429 "protobuf",
13430 "thiserror 2.0.17",
13431]
13432
13433[[package]]
13434name = "prompt_store"
13435version = "0.1.0"
13436dependencies = [
13437 "anyhow",
13438 "assets",
13439 "chrono",
13440 "collections",
13441 "fs",
13442 "futures 0.3.32",
13443 "fuzzy",
13444 "gpui",
13445 "handlebars 4.5.0",
13446 "heed",
13447 "language",
13448 "log",
13449 "parking_lot",
13450 "paths",
13451 "rope",
13452 "serde",
13453 "strum 0.27.2",
13454 "tempfile",
13455 "text",
13456 "util",
13457 "uuid",
13458]
13459
13460[[package]]
13461name = "proptest"
13462version = "1.10.0"
13463source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13464dependencies = [
13465 "bit-set 0.8.0",
13466 "bit-vec 0.8.0",
13467 "bitflags 2.10.0",
13468 "num-traits",
13469 "proptest-macro",
13470 "rand 0.9.3",
13471 "rand_chacha 0.9.0",
13472 "rand_xorshift",
13473 "regex-syntax",
13474 "rusty-fork",
13475 "tempfile",
13476 "unarray",
13477]
13478
13479[[package]]
13480name = "proptest-derive"
13481version = "0.8.0"
13482source = "registry+https://github.com/rust-lang/crates.io-index"
13483checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13484dependencies = [
13485 "proc-macro2",
13486 "quote",
13487 "syn 2.0.117",
13488]
13489
13490[[package]]
13491name = "proptest-macro"
13492version = "0.5.0"
13493source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13494dependencies = [
13495 "convert_case 0.11.0",
13496 "proc-macro2",
13497 "quote",
13498 "syn 2.0.117",
13499]
13500
13501[[package]]
13502name = "prost"
13503version = "0.9.0"
13504source = "registry+https://github.com/rust-lang/crates.io-index"
13505checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13506dependencies = [
13507 "bytes 1.11.1",
13508 "prost-derive 0.9.0",
13509]
13510
13511[[package]]
13512name = "prost"
13513version = "0.12.6"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13516dependencies = [
13517 "bytes 1.11.1",
13518 "prost-derive 0.12.6",
13519]
13520
13521[[package]]
13522name = "prost-build"
13523version = "0.9.0"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13526dependencies = [
13527 "bytes 1.11.1",
13528 "heck 0.3.3",
13529 "itertools 0.10.5",
13530 "lazy_static",
13531 "log",
13532 "multimap",
13533 "petgraph",
13534 "prost 0.9.0",
13535 "prost-types 0.9.0",
13536 "regex",
13537 "tempfile",
13538 "which 4.4.2",
13539]
13540
13541[[package]]
13542name = "prost-build"
13543version = "0.12.6"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13546dependencies = [
13547 "bytes 1.11.1",
13548 "heck 0.5.0",
13549 "itertools 0.12.1",
13550 "log",
13551 "multimap",
13552 "once_cell",
13553 "petgraph",
13554 "prettyplease",
13555 "prost 0.12.6",
13556 "prost-types 0.12.6",
13557 "regex",
13558 "syn 2.0.117",
13559 "tempfile",
13560]
13561
13562[[package]]
13563name = "prost-derive"
13564version = "0.9.0"
13565source = "registry+https://github.com/rust-lang/crates.io-index"
13566checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13567dependencies = [
13568 "anyhow",
13569 "itertools 0.10.5",
13570 "proc-macro2",
13571 "quote",
13572 "syn 1.0.109",
13573]
13574
13575[[package]]
13576name = "prost-derive"
13577version = "0.12.6"
13578source = "registry+https://github.com/rust-lang/crates.io-index"
13579checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13580dependencies = [
13581 "anyhow",
13582 "itertools 0.12.1",
13583 "proc-macro2",
13584 "quote",
13585 "syn 2.0.117",
13586]
13587
13588[[package]]
13589name = "prost-types"
13590version = "0.9.0"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13593dependencies = [
13594 "bytes 1.11.1",
13595 "prost 0.9.0",
13596]
13597
13598[[package]]
13599name = "prost-types"
13600version = "0.12.6"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13603dependencies = [
13604 "prost 0.12.6",
13605]
13606
13607[[package]]
13608name = "proto"
13609version = "0.1.0"
13610dependencies = [
13611 "anyhow",
13612 "prost 0.9.0",
13613 "prost-build 0.9.0",
13614 "serde",
13615]
13616
13617[[package]]
13618name = "protobuf"
13619version = "3.7.2"
13620source = "registry+https://github.com/rust-lang/crates.io-index"
13621checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13622dependencies = [
13623 "once_cell",
13624 "protobuf-support",
13625 "thiserror 1.0.69",
13626]
13627
13628[[package]]
13629name = "protobuf-support"
13630version = "3.7.2"
13631source = "registry+https://github.com/rust-lang/crates.io-index"
13632checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13633dependencies = [
13634 "thiserror 1.0.69",
13635]
13636
13637[[package]]
13638name = "psm"
13639version = "0.1.30"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13642dependencies = [
13643 "ar_archive_writer",
13644 "cc",
13645]
13646
13647[[package]]
13648name = "ptr_meta"
13649version = "0.1.4"
13650source = "registry+https://github.com/rust-lang/crates.io-index"
13651checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13652dependencies = [
13653 "ptr_meta_derive",
13654]
13655
13656[[package]]
13657name = "ptr_meta_derive"
13658version = "0.1.4"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13661dependencies = [
13662 "proc-macro2",
13663 "quote",
13664 "syn 1.0.109",
13665]
13666
13667[[package]]
13668name = "pulldown-cmark"
13669version = "0.10.3"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13672dependencies = [
13673 "bitflags 2.10.0",
13674 "memchr",
13675 "pulldown-cmark-escape",
13676 "unicase",
13677]
13678
13679[[package]]
13680name = "pulldown-cmark"
13681version = "0.13.0"
13682source = "registry+https://github.com/rust-lang/crates.io-index"
13683checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13684dependencies = [
13685 "bitflags 2.10.0",
13686 "memchr",
13687 "unicase",
13688]
13689
13690[[package]]
13691name = "pulldown-cmark-escape"
13692version = "0.10.1"
13693source = "registry+https://github.com/rust-lang/crates.io-index"
13694checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13695
13696[[package]]
13697name = "pulley-interpreter"
13698version = "36.0.7"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13701dependencies = [
13702 "cranelift-bitset",
13703 "log",
13704 "pulley-macros",
13705 "wasmtime-internal-math",
13706]
13707
13708[[package]]
13709name = "pulley-macros"
13710version = "36.0.7"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13713dependencies = [
13714 "proc-macro2",
13715 "quote",
13716 "syn 2.0.117",
13717]
13718
13719[[package]]
13720name = "pulp"
13721version = "0.18.22"
13722source = "registry+https://github.com/rust-lang/crates.io-index"
13723checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13724dependencies = [
13725 "bytemuck",
13726 "libm",
13727 "num-complex",
13728 "reborrow",
13729]
13730
13731[[package]]
13732name = "pulp"
13733version = "0.21.5"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13736dependencies = [
13737 "bytemuck",
13738 "cfg-if",
13739 "libm",
13740 "num-complex",
13741 "reborrow",
13742 "version_check",
13743]
13744
13745[[package]]
13746name = "pxfm"
13747version = "0.1.25"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13750dependencies = [
13751 "num-traits",
13752]
13753
13754[[package]]
13755name = "qoi"
13756version = "0.4.1"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13759dependencies = [
13760 "bytemuck",
13761]
13762
13763[[package]]
13764name = "quick-error"
13765version = "1.2.3"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13768
13769[[package]]
13770name = "quick-error"
13771version = "2.0.1"
13772source = "registry+https://github.com/rust-lang/crates.io-index"
13773checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13774
13775[[package]]
13776name = "quick-xml"
13777version = "0.30.0"
13778source = "registry+https://github.com/rust-lang/crates.io-index"
13779checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13780dependencies = [
13781 "memchr",
13782]
13783
13784[[package]]
13785name = "quick-xml"
13786version = "0.37.5"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13789dependencies = [
13790 "memchr",
13791]
13792
13793[[package]]
13794name = "quick-xml"
13795version = "0.38.3"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13798dependencies = [
13799 "memchr",
13800]
13801
13802[[package]]
13803name = "quinn"
13804version = "0.11.9"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13807dependencies = [
13808 "bytes 1.11.1",
13809 "cfg_aliases 0.2.1",
13810 "pin-project-lite",
13811 "quinn-proto",
13812 "quinn-udp",
13813 "rustc-hash 2.1.1",
13814 "rustls 0.23.33",
13815 "socket2 0.6.1",
13816 "thiserror 2.0.17",
13817 "tokio",
13818 "tracing",
13819 "web-time",
13820]
13821
13822[[package]]
13823name = "quinn-proto"
13824version = "0.11.13"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13827dependencies = [
13828 "bytes 1.11.1",
13829 "getrandom 0.3.4",
13830 "lru-slab",
13831 "rand 0.9.3",
13832 "ring",
13833 "rustc-hash 2.1.1",
13834 "rustls 0.23.33",
13835 "rustls-pki-types",
13836 "slab",
13837 "thiserror 2.0.17",
13838 "tinyvec",
13839 "tracing",
13840 "web-time",
13841]
13842
13843[[package]]
13844name = "quinn-udp"
13845version = "0.5.14"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13848dependencies = [
13849 "cfg_aliases 0.2.1",
13850 "libc",
13851 "once_cell",
13852 "socket2 0.6.1",
13853 "tracing",
13854 "windows-sys 0.60.2",
13855]
13856
13857[[package]]
13858name = "quote"
13859version = "1.0.41"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13862dependencies = [
13863 "proc-macro2",
13864]
13865
13866[[package]]
13867name = "r-efi"
13868version = "5.3.0"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13871
13872[[package]]
13873name = "radium"
13874version = "0.7.0"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13877
13878[[package]]
13879name = "rand"
13880version = "0.3.23"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13883dependencies = [
13884 "libc",
13885 "rand 0.4.6",
13886]
13887
13888[[package]]
13889name = "rand"
13890version = "0.4.6"
13891source = "registry+https://github.com/rust-lang/crates.io-index"
13892checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13893dependencies = [
13894 "fuchsia-cprng",
13895 "libc",
13896 "rand_core 0.3.1",
13897 "rdrand",
13898 "winapi",
13899]
13900
13901[[package]]
13902name = "rand"
13903version = "0.8.5"
13904source = "registry+https://github.com/rust-lang/crates.io-index"
13905checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13906dependencies = [
13907 "libc",
13908 "rand_chacha 0.3.1",
13909 "rand_core 0.6.4",
13910]
13911
13912[[package]]
13913name = "rand"
13914version = "0.9.3"
13915source = "registry+https://github.com/rust-lang/crates.io-index"
13916checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13917dependencies = [
13918 "rand_chacha 0.9.0",
13919 "rand_core 0.9.3",
13920]
13921
13922[[package]]
13923name = "rand_chacha"
13924version = "0.3.1"
13925source = "registry+https://github.com/rust-lang/crates.io-index"
13926checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13927dependencies = [
13928 "ppv-lite86",
13929 "rand_core 0.6.4",
13930]
13931
13932[[package]]
13933name = "rand_chacha"
13934version = "0.9.0"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13937dependencies = [
13938 "ppv-lite86",
13939 "rand_core 0.9.3",
13940]
13941
13942[[package]]
13943name = "rand_core"
13944version = "0.3.1"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13947dependencies = [
13948 "rand_core 0.4.2",
13949]
13950
13951[[package]]
13952name = "rand_core"
13953version = "0.4.2"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13956
13957[[package]]
13958name = "rand_core"
13959version = "0.6.4"
13960source = "registry+https://github.com/rust-lang/crates.io-index"
13961checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13962dependencies = [
13963 "getrandom 0.2.16",
13964]
13965
13966[[package]]
13967name = "rand_core"
13968version = "0.9.3"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13971dependencies = [
13972 "getrandom 0.3.4",
13973]
13974
13975[[package]]
13976name = "rand_distr"
13977version = "0.5.1"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13980dependencies = [
13981 "num-traits",
13982 "rand 0.9.3",
13983]
13984
13985[[package]]
13986name = "rand_pcg"
13987version = "0.3.1"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
13990dependencies = [
13991 "rand_core 0.6.4",
13992]
13993
13994[[package]]
13995name = "rand_xorshift"
13996version = "0.4.0"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
13999dependencies = [
14000 "rand_core 0.9.3",
14001]
14002
14003[[package]]
14004name = "random_choice"
14005version = "0.3.2"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14008dependencies = [
14009 "rand 0.3.23",
14010]
14011
14012[[package]]
14013name = "range-alloc"
14014version = "0.1.4"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14017
14018[[package]]
14019name = "range-map"
14020version = "0.2.0"
14021source = "registry+https://github.com/rust-lang/crates.io-index"
14022checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14023dependencies = [
14024 "num-traits",
14025]
14026
14027[[package]]
14028name = "rangemap"
14029version = "1.7.1"
14030source = "registry+https://github.com/rust-lang/crates.io-index"
14031checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14032
14033[[package]]
14034name = "rav1e"
14035version = "0.7.1"
14036source = "registry+https://github.com/rust-lang/crates.io-index"
14037checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14038dependencies = [
14039 "arbitrary",
14040 "arg_enum_proc_macro",
14041 "arrayvec",
14042 "av1-grain",
14043 "bitstream-io",
14044 "built",
14045 "cfg-if",
14046 "interpolate_name",
14047 "itertools 0.12.1",
14048 "libc",
14049 "libfuzzer-sys",
14050 "log",
14051 "maybe-rayon",
14052 "new_debug_unreachable",
14053 "noop_proc_macro",
14054 "num-derive",
14055 "num-traits",
14056 "once_cell",
14057 "paste",
14058 "profiling",
14059 "rand 0.8.5",
14060 "rand_chacha 0.3.1",
14061 "simd_helpers",
14062 "system-deps 6.2.2",
14063 "thiserror 1.0.69",
14064 "v_frame",
14065 "wasm-bindgen",
14066]
14067
14068[[package]]
14069name = "ravif"
14070version = "0.11.20"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14073dependencies = [
14074 "avif-serialize",
14075 "imgref",
14076 "loop9",
14077 "quick-error 2.0.1",
14078 "rav1e",
14079 "rayon",
14080 "rgb",
14081]
14082
14083[[package]]
14084name = "raw-cpuid"
14085version = "10.7.0"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14088dependencies = [
14089 "bitflags 1.3.2",
14090]
14091
14092[[package]]
14093name = "raw-cpuid"
14094version = "11.6.0"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14097dependencies = [
14098 "bitflags 2.10.0",
14099]
14100
14101[[package]]
14102name = "raw-window-handle"
14103version = "0.6.2"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14106
14107[[package]]
14108name = "raw-window-metal"
14109version = "1.1.0"
14110source = "registry+https://github.com/rust-lang/crates.io-index"
14111checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14112dependencies = [
14113 "objc2",
14114 "objc2-core-foundation",
14115 "objc2-foundation",
14116 "objc2-quartz-core",
14117]
14118
14119[[package]]
14120name = "rayon"
14121version = "1.11.0"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14124dependencies = [
14125 "either",
14126 "rayon-core",
14127]
14128
14129[[package]]
14130name = "rayon-core"
14131version = "1.13.0"
14132source = "registry+https://github.com/rust-lang/crates.io-index"
14133checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14134dependencies = [
14135 "crossbeam-deque",
14136 "crossbeam-utils",
14137]
14138
14139[[package]]
14140name = "rdrand"
14141version = "0.4.0"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14144dependencies = [
14145 "rand_core 0.3.1",
14146]
14147
14148[[package]]
14149name = "read-fonts"
14150version = "0.35.0"
14151source = "registry+https://github.com/rust-lang/crates.io-index"
14152checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14153dependencies = [
14154 "bytemuck",
14155 "font-types 0.10.0",
14156]
14157
14158[[package]]
14159name = "read-fonts"
14160version = "0.37.0"
14161source = "registry+https://github.com/rust-lang/crates.io-index"
14162checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14163dependencies = [
14164 "bytemuck",
14165 "core_maths",
14166 "font-types 0.11.0",
14167]
14168
14169[[package]]
14170name = "realfft"
14171version = "3.5.0"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14174dependencies = [
14175 "rustfft",
14176]
14177
14178[[package]]
14179name = "reborrow"
14180version = "0.5.5"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14183
14184[[package]]
14185name = "recent_projects"
14186version = "0.1.0"
14187dependencies = [
14188 "anyhow",
14189 "askpass",
14190 "chrono",
14191 "db",
14192 "dev_container",
14193 "editor",
14194 "extension",
14195 "extension_host",
14196 "fs",
14197 "futures 0.3.32",
14198 "fuzzy",
14199 "gpui",
14200 "http_client",
14201 "indoc",
14202 "language",
14203 "log",
14204 "menu",
14205 "node_runtime",
14206 "open_path_prompt",
14207 "ordered-float 2.10.1",
14208 "paths",
14209 "picker",
14210 "project",
14211 "release_channel",
14212 "remote",
14213 "remote_connection",
14214 "remote_server",
14215 "semver",
14216 "serde",
14217 "serde_json",
14218 "settings",
14219 "smol",
14220 "task",
14221 "telemetry",
14222 "ui",
14223 "ui_input",
14224 "util",
14225 "windows-registry 0.6.1",
14226 "workspace",
14227 "worktree",
14228 "zed_actions",
14229]
14230
14231[[package]]
14232name = "redox_syscall"
14233version = "0.2.16"
14234source = "registry+https://github.com/rust-lang/crates.io-index"
14235checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14236dependencies = [
14237 "bitflags 1.3.2",
14238]
14239
14240[[package]]
14241name = "redox_syscall"
14242version = "0.5.18"
14243source = "registry+https://github.com/rust-lang/crates.io-index"
14244checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14245dependencies = [
14246 "bitflags 2.10.0",
14247]
14248
14249[[package]]
14250name = "redox_users"
14251version = "0.5.2"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14254dependencies = [
14255 "getrandom 0.2.16",
14256 "libredox",
14257 "thiserror 2.0.17",
14258]
14259
14260[[package]]
14261name = "ref-cast"
14262version = "1.0.25"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14265dependencies = [
14266 "ref-cast-impl",
14267]
14268
14269[[package]]
14270name = "ref-cast-impl"
14271version = "1.0.25"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14274dependencies = [
14275 "proc-macro2",
14276 "quote",
14277 "syn 2.0.117",
14278]
14279
14280[[package]]
14281name = "referencing"
14282version = "0.37.4"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14285dependencies = [
14286 "ahash 0.8.12",
14287 "fluent-uri",
14288 "getrandom 0.3.4",
14289 "hashbrown 0.16.1",
14290 "parking_lot",
14291 "percent-encoding",
14292 "serde_json",
14293]
14294
14295[[package]]
14296name = "refineable"
14297version = "0.1.0"
14298dependencies = [
14299 "derive_refineable",
14300]
14301
14302[[package]]
14303name = "regalloc2"
14304version = "0.12.2"
14305source = "registry+https://github.com/rust-lang/crates.io-index"
14306checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14307dependencies = [
14308 "allocator-api2",
14309 "bumpalo",
14310 "hashbrown 0.15.5",
14311 "log",
14312 "rustc-hash 2.1.1",
14313 "serde",
14314 "smallvec",
14315]
14316
14317[[package]]
14318name = "regex"
14319version = "1.12.2"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14322dependencies = [
14323 "aho-corasick",
14324 "memchr",
14325 "regex-automata",
14326 "regex-syntax",
14327]
14328
14329[[package]]
14330name = "regex-automata"
14331version = "0.4.13"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14334dependencies = [
14335 "aho-corasick",
14336 "memchr",
14337 "regex-syntax",
14338]
14339
14340[[package]]
14341name = "regex-lite"
14342version = "0.1.8"
14343source = "registry+https://github.com/rust-lang/crates.io-index"
14344checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14345
14346[[package]]
14347name = "regex-syntax"
14348version = "0.8.8"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14351
14352[[package]]
14353name = "release_channel"
14354version = "0.1.0"
14355dependencies = [
14356 "gpui",
14357 "semver",
14358]
14359
14360[[package]]
14361name = "remote"
14362version = "0.1.0"
14363dependencies = [
14364 "anyhow",
14365 "askpass",
14366 "async-trait",
14367 "base64 0.22.1",
14368 "collections",
14369 "fs",
14370 "futures 0.3.32",
14371 "gpui",
14372 "log",
14373 "parking_lot",
14374 "paths",
14375 "prost 0.9.0",
14376 "release_channel",
14377 "rpc",
14378 "schemars",
14379 "semver",
14380 "serde",
14381 "serde_json",
14382 "settings",
14383 "smol",
14384 "tempfile",
14385 "thiserror 2.0.17",
14386 "urlencoding",
14387 "util",
14388 "which 6.0.3",
14389]
14390
14391[[package]]
14392name = "remote_connection"
14393version = "0.1.0"
14394dependencies = [
14395 "anyhow",
14396 "askpass",
14397 "auto_update",
14398 "futures 0.3.32",
14399 "gpui",
14400 "log",
14401 "markdown",
14402 "menu",
14403 "release_channel",
14404 "remote",
14405 "semver",
14406 "settings",
14407 "theme_settings",
14408 "ui",
14409 "ui_input",
14410 "workspace",
14411]
14412
14413[[package]]
14414name = "remote_server"
14415version = "0.1.0"
14416dependencies = [
14417 "action_log",
14418 "agent",
14419 "anyhow",
14420 "askpass",
14421 "cargo_toml",
14422 "clap",
14423 "client",
14424 "clock",
14425 "collections",
14426 "crash-handler",
14427 "crashes",
14428 "dap_adapters",
14429 "debug_adapter_extension",
14430 "editor",
14431 "env_logger 0.11.8",
14432 "extension",
14433 "extension_host",
14434 "fork",
14435 "fs",
14436 "futures 0.3.32",
14437 "git",
14438 "git2",
14439 "git_hosting_providers",
14440 "gpui",
14441 "gpui_platform",
14442 "gpui_tokio",
14443 "http_client",
14444 "image",
14445 "json_schema_store",
14446 "language",
14447 "language_extension",
14448 "language_model",
14449 "languages",
14450 "libc",
14451 "log",
14452 "lsp",
14453 "minidumper",
14454 "net",
14455 "node_runtime",
14456 "paths",
14457 "pretty_assertions",
14458 "project",
14459 "proto",
14460 "rayon",
14461 "release_channel",
14462 "remote",
14463 "reqwest_client",
14464 "rpc",
14465 "rust-embed",
14466 "semver",
14467 "serde",
14468 "serde_json",
14469 "settings",
14470 "shellexpand",
14471 "smol",
14472 "sysinfo 0.37.2",
14473 "task",
14474 "theme",
14475 "theme_settings",
14476 "thiserror 2.0.17",
14477 "toml 0.8.23",
14478 "unindent",
14479 "util",
14480 "uuid",
14481 "watch",
14482 "windows 0.61.3",
14483 "worktree",
14484 "zlog",
14485]
14486
14487[[package]]
14488name = "rend"
14489version = "0.4.2"
14490source = "registry+https://github.com/rust-lang/crates.io-index"
14491checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14492dependencies = [
14493 "bytecheck",
14494]
14495
14496[[package]]
14497name = "renderdoc-sys"
14498version = "1.1.0"
14499source = "registry+https://github.com/rust-lang/crates.io-index"
14500checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14501
14502[[package]]
14503name = "repl"
14504version = "0.1.0"
14505dependencies = [
14506 "alacritty_terminal",
14507 "anyhow",
14508 "async-dispatcher",
14509 "async-task",
14510 "async-tungstenite",
14511 "base64 0.22.1",
14512 "client",
14513 "collections",
14514 "command_palette_hooks",
14515 "editor",
14516 "feature_flags",
14517 "file_icons",
14518 "futures 0.3.32",
14519 "gpui",
14520 "html_to_markdown",
14521 "http_client",
14522 "image",
14523 "indoc",
14524 "jupyter-protocol",
14525 "jupyter-websocket-client",
14526 "language",
14527 "languages",
14528 "log",
14529 "markdown",
14530 "menu",
14531 "multi_buffer",
14532 "nbformat",
14533 "picker",
14534 "project",
14535 "remote",
14536 "runtimelib",
14537 "serde",
14538 "serde_json",
14539 "settings",
14540 "shlex",
14541 "smol",
14542 "telemetry",
14543 "terminal",
14544 "terminal_view",
14545 "theme",
14546 "theme_settings",
14547 "tree-sitter-md",
14548 "tree-sitter-python",
14549 "tree-sitter-typescript",
14550 "ui",
14551 "util",
14552 "uuid",
14553 "workspace",
14554 "zed_actions",
14555]
14556
14557[[package]]
14558name = "reqwest"
14559version = "0.11.27"
14560source = "registry+https://github.com/rust-lang/crates.io-index"
14561checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14562dependencies = [
14563 "base64 0.21.7",
14564 "bytes 1.11.1",
14565 "encoding_rs",
14566 "futures-core",
14567 "futures-util",
14568 "h2 0.3.27",
14569 "http 0.2.12",
14570 "http-body 0.4.6",
14571 "hyper 0.14.32",
14572 "hyper-tls",
14573 "ipnet",
14574 "js-sys",
14575 "log",
14576 "mime",
14577 "native-tls",
14578 "once_cell",
14579 "percent-encoding",
14580 "pin-project-lite",
14581 "rustls-pemfile 1.0.4",
14582 "serde",
14583 "serde_json",
14584 "serde_urlencoded",
14585 "sync_wrapper 0.1.2",
14586 "system-configuration 0.5.1",
14587 "tokio",
14588 "tokio-native-tls",
14589 "tower-service",
14590 "url",
14591 "wasm-bindgen",
14592 "wasm-bindgen-futures",
14593 "web-sys",
14594 "winreg 0.50.0",
14595]
14596
14597[[package]]
14598name = "reqwest"
14599version = "0.12.24"
14600source = "registry+https://github.com/rust-lang/crates.io-index"
14601checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14602dependencies = [
14603 "base64 0.22.1",
14604 "bytes 1.11.1",
14605 "futures-channel",
14606 "futures-core",
14607 "futures-util",
14608 "http 1.3.1",
14609 "http-body 1.0.1",
14610 "http-body-util",
14611 "hyper 1.7.0",
14612 "hyper-rustls 0.27.7",
14613 "hyper-util",
14614 "js-sys",
14615 "log",
14616 "percent-encoding",
14617 "pin-project-lite",
14618 "quinn",
14619 "rustls 0.23.33",
14620 "rustls-native-certs 0.8.2",
14621 "rustls-pki-types",
14622 "serde",
14623 "serde_json",
14624 "serde_urlencoded",
14625 "sync_wrapper 1.0.2",
14626 "tokio",
14627 "tokio-rustls 0.26.2",
14628 "tower 0.5.2",
14629 "tower-http 0.6.6",
14630 "tower-service",
14631 "url",
14632 "wasm-bindgen",
14633 "wasm-bindgen-futures",
14634 "web-sys",
14635]
14636
14637[[package]]
14638name = "reqwest_client"
14639version = "0.1.0"
14640dependencies = [
14641 "anyhow",
14642 "bytes 1.11.1",
14643 "futures 0.3.32",
14644 "gpui_util",
14645 "http_client",
14646 "http_client_tls",
14647 "log",
14648 "regex",
14649 "serde",
14650 "tokio",
14651 "zed-reqwest",
14652]
14653
14654[[package]]
14655name = "resvg"
14656version = "0.45.1"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14659dependencies = [
14660 "gif",
14661 "image-webp",
14662 "log",
14663 "pico-args",
14664 "rgb",
14665 "svgtypes",
14666 "tiny-skia",
14667 "usvg",
14668 "zune-jpeg",
14669]
14670
14671[[package]]
14672name = "rfc6979"
14673version = "0.3.1"
14674source = "registry+https://github.com/rust-lang/crates.io-index"
14675checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14676dependencies = [
14677 "crypto-bigint 0.4.9",
14678 "hmac",
14679 "zeroize",
14680]
14681
14682[[package]]
14683name = "rgb"
14684version = "0.8.52"
14685source = "registry+https://github.com/rust-lang/crates.io-index"
14686checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14687dependencies = [
14688 "bytemuck",
14689]
14690
14691[[package]]
14692name = "ring"
14693version = "0.17.14"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14696dependencies = [
14697 "cc",
14698 "cfg-if",
14699 "getrandom 0.2.16",
14700 "libc",
14701 "untrusted 0.9.0",
14702 "windows-sys 0.52.0",
14703]
14704
14705[[package]]
14706name = "rkyv"
14707version = "0.7.45"
14708source = "registry+https://github.com/rust-lang/crates.io-index"
14709checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14710dependencies = [
14711 "bitvec",
14712 "bytecheck",
14713 "bytes 1.11.1",
14714 "hashbrown 0.12.3",
14715 "ptr_meta",
14716 "rend",
14717 "rkyv_derive",
14718 "seahash",
14719 "tinyvec",
14720 "uuid",
14721]
14722
14723[[package]]
14724name = "rkyv_derive"
14725version = "0.7.45"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14728dependencies = [
14729 "proc-macro2",
14730 "quote",
14731 "syn 1.0.109",
14732]
14733
14734[[package]]
14735name = "rmp"
14736version = "0.8.14"
14737source = "registry+https://github.com/rust-lang/crates.io-index"
14738checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14739dependencies = [
14740 "byteorder",
14741 "num-traits",
14742 "paste",
14743]
14744
14745[[package]]
14746name = "rmpv"
14747version = "1.3.0"
14748source = "registry+https://github.com/rust-lang/crates.io-index"
14749checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14750dependencies = [
14751 "num-traits",
14752 "rmp",
14753]
14754
14755[[package]]
14756name = "rodio"
14757version = "0.21.1"
14758source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14759dependencies = [
14760 "cpal",
14761 "dasp_sample",
14762 "hound",
14763 "num-rational",
14764 "rand 0.9.3",
14765 "rand_distr",
14766 "rtrb",
14767 "symphonia",
14768 "thiserror 2.0.17",
14769]
14770
14771[[package]]
14772name = "rope"
14773version = "0.1.0"
14774dependencies = [
14775 "criterion",
14776 "ctor",
14777 "gpui",
14778 "heapless",
14779 "log",
14780 "rand 0.9.3",
14781 "rayon",
14782 "sum_tree",
14783 "tracing",
14784 "unicode-segmentation",
14785 "util",
14786 "zlog",
14787 "ztracing",
14788]
14789
14790[[package]]
14791name = "roxmltree"
14792version = "0.20.0"
14793source = "registry+https://github.com/rust-lang/crates.io-index"
14794checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14795
14796[[package]]
14797name = "rpassword"
14798version = "7.4.0"
14799source = "registry+https://github.com/rust-lang/crates.io-index"
14800checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14801dependencies = [
14802 "libc",
14803 "rtoolbox",
14804 "windows-sys 0.59.0",
14805]
14806
14807[[package]]
14808name = "rpc"
14809version = "0.1.0"
14810dependencies = [
14811 "anyhow",
14812 "async-tungstenite",
14813 "base64 0.22.1",
14814 "collections",
14815 "futures 0.3.32",
14816 "gpui",
14817 "parking_lot",
14818 "proto",
14819 "rand 0.9.3",
14820 "rsa",
14821 "serde",
14822 "serde_json",
14823 "sha2",
14824 "strum 0.27.2",
14825 "tracing",
14826 "util",
14827 "zlog",
14828 "zstd",
14829]
14830
14831[[package]]
14832name = "rsa"
14833version = "0.9.10"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14836dependencies = [
14837 "const-oid",
14838 "digest",
14839 "num-bigint-dig 0.8.6",
14840 "num-integer",
14841 "num-traits",
14842 "pkcs1",
14843 "pkcs8 0.10.2",
14844 "rand_core 0.6.4",
14845 "signature 2.2.0",
14846 "spki 0.7.3",
14847 "subtle",
14848 "zeroize",
14849]
14850
14851[[package]]
14852name = "rtoolbox"
14853version = "0.0.3"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14856dependencies = [
14857 "libc",
14858 "windows-sys 0.52.0",
14859]
14860
14861[[package]]
14862name = "rtrb"
14863version = "0.3.2"
14864source = "registry+https://github.com/rust-lang/crates.io-index"
14865checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14866
14867[[package]]
14868name = "rules_library"
14869version = "0.1.0"
14870dependencies = [
14871 "anyhow",
14872 "collections",
14873 "editor",
14874 "gpui",
14875 "language",
14876 "language_model",
14877 "log",
14878 "menu",
14879 "picker",
14880 "platform_title_bar",
14881 "prompt_store",
14882 "release_channel",
14883 "rope",
14884 "serde",
14885 "settings",
14886 "theme_settings",
14887 "ui",
14888 "ui_input",
14889 "util",
14890 "workspace",
14891 "zed_actions",
14892]
14893
14894[[package]]
14895name = "runtimelib"
14896version = "1.4.0"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14899dependencies = [
14900 "async-dispatcher",
14901 "async-std",
14902 "aws-lc-rs",
14903 "base64 0.22.1",
14904 "bytes 1.11.1",
14905 "chrono",
14906 "data-encoding",
14907 "dirs",
14908 "futures 0.3.32",
14909 "glob",
14910 "jupyter-protocol",
14911 "serde",
14912 "serde_json",
14913 "shellexpand",
14914 "smol",
14915 "thiserror 2.0.17",
14916 "uuid",
14917 "zeromq",
14918]
14919
14920[[package]]
14921name = "rust-embed"
14922version = "8.11.0"
14923source = "registry+https://github.com/rust-lang/crates.io-index"
14924checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14925dependencies = [
14926 "rust-embed-impl",
14927 "rust-embed-utils",
14928 "walkdir",
14929]
14930
14931[[package]]
14932name = "rust-embed-impl"
14933version = "8.11.0"
14934source = "registry+https://github.com/rust-lang/crates.io-index"
14935checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14936dependencies = [
14937 "proc-macro2",
14938 "quote",
14939 "rust-embed-utils",
14940 "syn 2.0.117",
14941 "walkdir",
14942]
14943
14944[[package]]
14945name = "rust-embed-utils"
14946version = "8.11.0"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14949dependencies = [
14950 "globset",
14951 "sha2",
14952 "walkdir",
14953]
14954
14955[[package]]
14956name = "rust_decimal"
14957version = "1.39.0"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14960dependencies = [
14961 "arrayvec",
14962 "borsh",
14963 "bytes 1.11.1",
14964 "num-traits",
14965 "rand 0.8.5",
14966 "rkyv",
14967 "serde",
14968 "serde_json",
14969]
14970
14971[[package]]
14972name = "rustc-demangle"
14973version = "0.1.26"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14976
14977[[package]]
14978name = "rustc-hash"
14979version = "1.1.0"
14980source = "registry+https://github.com/rust-lang/crates.io-index"
14981checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
14982
14983[[package]]
14984name = "rustc-hash"
14985version = "2.1.1"
14986source = "registry+https://github.com/rust-lang/crates.io-index"
14987checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
14988
14989[[package]]
14990name = "rustc_version"
14991version = "0.4.1"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
14994dependencies = [
14995 "semver",
14996]
14997
14998[[package]]
14999name = "rustfft"
15000version = "6.4.1"
15001source = "registry+https://github.com/rust-lang/crates.io-index"
15002checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15003dependencies = [
15004 "num-complex",
15005 "num-integer",
15006 "num-traits",
15007 "primal-check",
15008 "strength_reduce",
15009 "transpose",
15010]
15011
15012[[package]]
15013name = "rustix"
15014version = "0.38.44"
15015source = "registry+https://github.com/rust-lang/crates.io-index"
15016checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15017dependencies = [
15018 "bitflags 2.10.0",
15019 "errno 0.3.14",
15020 "libc",
15021 "linux-raw-sys 0.4.15",
15022 "windows-sys 0.59.0",
15023]
15024
15025[[package]]
15026name = "rustix"
15027version = "1.1.2"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15030dependencies = [
15031 "bitflags 2.10.0",
15032 "errno 0.3.14",
15033 "libc",
15034 "linux-raw-sys 0.11.0",
15035 "windows-sys 0.61.2",
15036]
15037
15038[[package]]
15039name = "rustix-linux-procfs"
15040version = "0.1.1"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15043dependencies = [
15044 "once_cell",
15045 "rustix 1.1.2",
15046]
15047
15048[[package]]
15049name = "rustix-openpty"
15050version = "0.2.0"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15053dependencies = [
15054 "errno 0.3.14",
15055 "libc",
15056 "rustix 1.1.2",
15057]
15058
15059[[package]]
15060name = "rustls"
15061version = "0.21.12"
15062source = "registry+https://github.com/rust-lang/crates.io-index"
15063checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15064dependencies = [
15065 "log",
15066 "ring",
15067 "rustls-webpki 0.101.7",
15068 "sct",
15069]
15070
15071[[package]]
15072name = "rustls"
15073version = "0.23.33"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15076dependencies = [
15077 "aws-lc-rs",
15078 "log",
15079 "once_cell",
15080 "ring",
15081 "rustls-pki-types",
15082 "rustls-webpki 0.103.7",
15083 "subtle",
15084 "zeroize",
15085]
15086
15087[[package]]
15088name = "rustls-native-certs"
15089version = "0.6.3"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15092dependencies = [
15093 "openssl-probe",
15094 "rustls-pemfile 1.0.4",
15095 "schannel",
15096 "security-framework 2.11.1",
15097]
15098
15099[[package]]
15100name = "rustls-native-certs"
15101version = "0.8.2"
15102source = "registry+https://github.com/rust-lang/crates.io-index"
15103checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15104dependencies = [
15105 "openssl-probe",
15106 "rustls-pki-types",
15107 "schannel",
15108 "security-framework 3.5.1",
15109]
15110
15111[[package]]
15112name = "rustls-pemfile"
15113version = "1.0.4"
15114source = "registry+https://github.com/rust-lang/crates.io-index"
15115checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15116dependencies = [
15117 "base64 0.21.7",
15118]
15119
15120[[package]]
15121name = "rustls-pemfile"
15122version = "2.2.0"
15123source = "registry+https://github.com/rust-lang/crates.io-index"
15124checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15125dependencies = [
15126 "rustls-pki-types",
15127]
15128
15129[[package]]
15130name = "rustls-pki-types"
15131version = "1.12.0"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15134dependencies = [
15135 "web-time",
15136 "zeroize",
15137]
15138
15139[[package]]
15140name = "rustls-platform-verifier"
15141version = "0.5.3"
15142source = "registry+https://github.com/rust-lang/crates.io-index"
15143checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15144dependencies = [
15145 "core-foundation 0.10.0",
15146 "core-foundation-sys",
15147 "jni",
15148 "log",
15149 "once_cell",
15150 "rustls 0.23.33",
15151 "rustls-native-certs 0.8.2",
15152 "rustls-platform-verifier-android",
15153 "rustls-webpki 0.103.7",
15154 "security-framework 3.5.1",
15155 "security-framework-sys",
15156 "webpki-root-certs",
15157 "windows-sys 0.59.0",
15158]
15159
15160[[package]]
15161name = "rustls-platform-verifier-android"
15162version = "0.1.1"
15163source = "registry+https://github.com/rust-lang/crates.io-index"
15164checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15165
15166[[package]]
15167name = "rustls-webpki"
15168version = "0.101.7"
15169source = "registry+https://github.com/rust-lang/crates.io-index"
15170checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15171dependencies = [
15172 "ring",
15173 "untrusted 0.9.0",
15174]
15175
15176[[package]]
15177name = "rustls-webpki"
15178version = "0.103.7"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15181dependencies = [
15182 "aws-lc-rs",
15183 "ring",
15184 "rustls-pki-types",
15185 "untrusted 0.9.0",
15186]
15187
15188[[package]]
15189name = "rustversion"
15190version = "1.0.22"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15193
15194[[package]]
15195name = "rusty-fork"
15196version = "0.3.1"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15199dependencies = [
15200 "fnv",
15201 "quick-error 1.2.3",
15202 "tempfile",
15203 "wait-timeout",
15204]
15205
15206[[package]]
15207name = "rustybuzz"
15208version = "0.20.1"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15211dependencies = [
15212 "bitflags 2.10.0",
15213 "bytemuck",
15214 "core_maths",
15215 "log",
15216 "smallvec",
15217 "ttf-parser 0.25.1",
15218 "unicode-bidi-mirroring",
15219 "unicode-ccc",
15220 "unicode-properties",
15221 "unicode-script",
15222]
15223
15224[[package]]
15225name = "ryu"
15226version = "1.0.20"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15229
15230[[package]]
15231name = "saa"
15232version = "5.4.9"
15233source = "registry+https://github.com/rust-lang/crates.io-index"
15234checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15235
15236[[package]]
15237name = "safetensors"
15238version = "0.4.5"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15241dependencies = [
15242 "serde",
15243 "serde_json",
15244]
15245
15246[[package]]
15247name = "same-file"
15248version = "1.0.6"
15249source = "registry+https://github.com/rust-lang/crates.io-index"
15250checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15251dependencies = [
15252 "winapi-util",
15253]
15254
15255[[package]]
15256name = "scc"
15257version = "3.5.6"
15258source = "registry+https://github.com/rust-lang/crates.io-index"
15259checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15260dependencies = [
15261 "saa",
15262 "sdd",
15263]
15264
15265[[package]]
15266name = "schannel"
15267version = "0.1.28"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15270dependencies = [
15271 "windows-sys 0.61.2",
15272]
15273
15274[[package]]
15275name = "scheduler"
15276version = "0.1.0"
15277dependencies = [
15278 "async-task",
15279 "backtrace",
15280 "chrono",
15281 "flume",
15282 "futures 0.3.32",
15283 "parking_lot",
15284 "rand 0.9.3",
15285 "web-time",
15286]
15287
15288[[package]]
15289name = "schema_generator"
15290version = "0.1.0"
15291dependencies = [
15292 "anyhow",
15293 "clap",
15294 "env_logger 0.11.8",
15295 "schemars",
15296 "serde",
15297 "serde_json",
15298 "settings",
15299 "theme",
15300 "theme_settings",
15301]
15302
15303[[package]]
15304name = "schemars"
15305version = "1.0.4"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15308dependencies = [
15309 "dyn-clone",
15310 "indexmap",
15311 "ref-cast",
15312 "schemars_derive",
15313 "serde",
15314 "serde_json",
15315]
15316
15317[[package]]
15318name = "schemars_derive"
15319version = "1.0.4"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15322dependencies = [
15323 "proc-macro2",
15324 "quote",
15325 "serde_derive_internals",
15326 "syn 2.0.117",
15327]
15328
15329[[package]]
15330name = "scoped-tls"
15331version = "1.0.1"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15334
15335[[package]]
15336name = "scopeguard"
15337version = "1.2.0"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15340
15341[[package]]
15342name = "scratch"
15343version = "1.0.9"
15344source = "registry+https://github.com/rust-lang/crates.io-index"
15345checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15346
15347[[package]]
15348name = "screencapturekit"
15349version = "0.2.8"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15352dependencies = [
15353 "screencapturekit-sys",
15354]
15355
15356[[package]]
15357name = "screencapturekit-sys"
15358version = "0.2.8"
15359source = "registry+https://github.com/rust-lang/crates.io-index"
15360checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15361dependencies = [
15362 "block",
15363 "dispatch",
15364 "objc",
15365 "objc-foundation",
15366 "objc_id",
15367 "once_cell",
15368]
15369
15370[[package]]
15371name = "scroll"
15372version = "0.12.0"
15373source = "registry+https://github.com/rust-lang/crates.io-index"
15374checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15375dependencies = [
15376 "scroll_derive",
15377]
15378
15379[[package]]
15380name = "scroll_derive"
15381version = "0.12.1"
15382source = "registry+https://github.com/rust-lang/crates.io-index"
15383checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15384dependencies = [
15385 "proc-macro2",
15386 "quote",
15387 "syn 2.0.117",
15388]
15389
15390[[package]]
15391name = "sct"
15392version = "0.7.1"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15395dependencies = [
15396 "ring",
15397 "untrusted 0.9.0",
15398]
15399
15400[[package]]
15401name = "sdd"
15402version = "4.6.2"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15405
15406[[package]]
15407name = "sea-bae"
15408version = "0.2.1"
15409source = "registry+https://github.com/rust-lang/crates.io-index"
15410checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15411dependencies = [
15412 "heck 0.4.1",
15413 "proc-macro-error2",
15414 "proc-macro2",
15415 "quote",
15416 "syn 2.0.117",
15417]
15418
15419[[package]]
15420name = "sea-orm"
15421version = "1.1.10"
15422source = "registry+https://github.com/rust-lang/crates.io-index"
15423checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15424dependencies = [
15425 "async-stream",
15426 "async-trait",
15427 "bigdecimal",
15428 "chrono",
15429 "futures-util",
15430 "log",
15431 "ouroboros",
15432 "pgvector",
15433 "rust_decimal",
15434 "sea-orm-macros",
15435 "sea-query",
15436 "sea-query-binder",
15437 "serde",
15438 "serde_json",
15439 "sqlx",
15440 "strum 0.26.3",
15441 "thiserror 2.0.17",
15442 "time",
15443 "tracing",
15444 "url",
15445 "uuid",
15446]
15447
15448[[package]]
15449name = "sea-orm-macros"
15450version = "1.1.10"
15451source = "registry+https://github.com/rust-lang/crates.io-index"
15452checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15453dependencies = [
15454 "heck 0.4.1",
15455 "proc-macro2",
15456 "quote",
15457 "sea-bae",
15458 "syn 2.0.117",
15459 "unicode-ident",
15460]
15461
15462[[package]]
15463name = "sea-query"
15464version = "0.32.7"
15465source = "registry+https://github.com/rust-lang/crates.io-index"
15466checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15467dependencies = [
15468 "bigdecimal",
15469 "chrono",
15470 "inherent",
15471 "ordered-float 4.6.0",
15472 "rust_decimal",
15473 "serde_json",
15474 "time",
15475 "uuid",
15476]
15477
15478[[package]]
15479name = "sea-query-binder"
15480version = "0.7.0"
15481source = "registry+https://github.com/rust-lang/crates.io-index"
15482checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15483dependencies = [
15484 "bigdecimal",
15485 "chrono",
15486 "rust_decimal",
15487 "sea-query",
15488 "serde_json",
15489 "sqlx",
15490 "time",
15491 "uuid",
15492]
15493
15494[[package]]
15495name = "seahash"
15496version = "4.1.0"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15499
15500[[package]]
15501name = "search"
15502version = "0.1.0"
15503dependencies = [
15504 "any_vec",
15505 "anyhow",
15506 "bitflags 2.10.0",
15507 "collections",
15508 "editor",
15509 "fs",
15510 "futures 0.3.32",
15511 "gpui",
15512 "itertools 0.14.0",
15513 "language",
15514 "lsp",
15515 "menu",
15516 "multi_buffer",
15517 "pretty_assertions",
15518 "project",
15519 "serde",
15520 "serde_json",
15521 "settings",
15522 "smol",
15523 "theme",
15524 "theme_settings",
15525 "tracing",
15526 "ui",
15527 "unindent",
15528 "util",
15529 "util_macros",
15530 "workspace",
15531 "zed_actions",
15532 "ztracing",
15533]
15534
15535[[package]]
15536name = "sec1"
15537version = "0.3.0"
15538source = "registry+https://github.com/rust-lang/crates.io-index"
15539checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15540dependencies = [
15541 "base16ct",
15542 "der 0.6.1",
15543 "generic-array",
15544 "pkcs8 0.9.0",
15545 "subtle",
15546 "zeroize",
15547]
15548
15549[[package]]
15550name = "secrecy"
15551version = "0.10.3"
15552source = "registry+https://github.com/rust-lang/crates.io-index"
15553checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15554dependencies = [
15555 "zeroize",
15556]
15557
15558[[package]]
15559name = "security-framework"
15560version = "2.11.1"
15561source = "registry+https://github.com/rust-lang/crates.io-index"
15562checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15563dependencies = [
15564 "bitflags 2.10.0",
15565 "core-foundation 0.9.4",
15566 "core-foundation-sys",
15567 "libc",
15568 "security-framework-sys",
15569]
15570
15571[[package]]
15572name = "security-framework"
15573version = "3.5.1"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15576dependencies = [
15577 "bitflags 2.10.0",
15578 "core-foundation 0.10.0",
15579 "core-foundation-sys",
15580 "libc",
15581 "security-framework-sys",
15582]
15583
15584[[package]]
15585name = "security-framework-sys"
15586version = "2.15.0"
15587source = "registry+https://github.com/rust-lang/crates.io-index"
15588checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15589dependencies = [
15590 "core-foundation-sys",
15591 "libc",
15592]
15593
15594[[package]]
15595name = "self_cell"
15596version = "1.2.2"
15597source = "registry+https://github.com/rust-lang/crates.io-index"
15598checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15599
15600[[package]]
15601name = "semver"
15602version = "1.0.27"
15603source = "registry+https://github.com/rust-lang/crates.io-index"
15604checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15605dependencies = [
15606 "serde",
15607 "serde_core",
15608]
15609
15610[[package]]
15611name = "seq-macro"
15612version = "0.3.6"
15613source = "registry+https://github.com/rust-lang/crates.io-index"
15614checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15615
15616[[package]]
15617name = "serde"
15618version = "1.0.228"
15619source = "registry+https://github.com/rust-lang/crates.io-index"
15620checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15621dependencies = [
15622 "serde_core",
15623 "serde_derive",
15624]
15625
15626[[package]]
15627name = "serde_bytes"
15628version = "0.11.19"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15631dependencies = [
15632 "serde",
15633 "serde_core",
15634]
15635
15636[[package]]
15637name = "serde_core"
15638version = "1.0.228"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15641dependencies = [
15642 "serde_derive",
15643]
15644
15645[[package]]
15646name = "serde_derive"
15647version = "1.0.228"
15648source = "registry+https://github.com/rust-lang/crates.io-index"
15649checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15650dependencies = [
15651 "proc-macro2",
15652 "quote",
15653 "syn 2.0.117",
15654]
15655
15656[[package]]
15657name = "serde_derive_internals"
15658version = "0.29.1"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15661dependencies = [
15662 "proc-macro2",
15663 "quote",
15664 "syn 2.0.117",
15665]
15666
15667[[package]]
15668name = "serde_fmt"
15669version = "1.0.3"
15670source = "registry+https://github.com/rust-lang/crates.io-index"
15671checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15672dependencies = [
15673 "serde",
15674]
15675
15676[[package]]
15677name = "serde_json"
15678version = "1.0.145"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15681dependencies = [
15682 "indexmap",
15683 "itoa",
15684 "memchr",
15685 "ryu",
15686 "serde",
15687 "serde_core",
15688]
15689
15690[[package]]
15691name = "serde_json_lenient"
15692version = "0.2.4"
15693source = "registry+https://github.com/rust-lang/crates.io-index"
15694checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15695dependencies = [
15696 "indexmap",
15697 "itoa",
15698 "memchr",
15699 "ryu",
15700 "serde",
15701]
15702
15703[[package]]
15704name = "serde_path_to_error"
15705version = "0.1.20"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15708dependencies = [
15709 "itoa",
15710 "serde",
15711 "serde_core",
15712]
15713
15714[[package]]
15715name = "serde_repr"
15716version = "0.1.20"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15719dependencies = [
15720 "proc-macro2",
15721 "quote",
15722 "syn 2.0.117",
15723]
15724
15725[[package]]
15726name = "serde_spanned"
15727version = "0.6.9"
15728source = "registry+https://github.com/rust-lang/crates.io-index"
15729checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15730dependencies = [
15731 "serde",
15732]
15733
15734[[package]]
15735name = "serde_spanned"
15736version = "1.0.3"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15739dependencies = [
15740 "serde_core",
15741]
15742
15743[[package]]
15744name = "serde_urlencoded"
15745version = "0.7.1"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15748dependencies = [
15749 "form_urlencoded",
15750 "itoa",
15751 "ryu",
15752 "serde",
15753]
15754
15755[[package]]
15756name = "serde_yaml"
15757version = "0.9.34+deprecated"
15758source = "registry+https://github.com/rust-lang/crates.io-index"
15759checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15760dependencies = [
15761 "indexmap",
15762 "itoa",
15763 "ryu",
15764 "serde",
15765 "unsafe-libyaml",
15766]
15767
15768[[package]]
15769name = "serial2"
15770version = "0.2.33"
15771source = "registry+https://github.com/rust-lang/crates.io-index"
15772checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15773dependencies = [
15774 "cfg-if",
15775 "libc",
15776 "winapi",
15777]
15778
15779[[package]]
15780name = "session"
15781version = "0.1.0"
15782dependencies = [
15783 "db",
15784 "gpui",
15785 "serde_json",
15786 "util",
15787 "uuid",
15788]
15789
15790[[package]]
15791name = "settings"
15792version = "0.1.0"
15793dependencies = [
15794 "anyhow",
15795 "collections",
15796 "ec4rs",
15797 "fs",
15798 "futures 0.3.32",
15799 "gpui",
15800 "indoc",
15801 "inventory",
15802 "log",
15803 "migrator",
15804 "paths",
15805 "pretty_assertions",
15806 "release_channel",
15807 "rust-embed",
15808 "schemars",
15809 "serde",
15810 "serde_json",
15811 "serde_json_lenient",
15812 "settings_content",
15813 "settings_json",
15814 "settings_macros",
15815 "smallvec",
15816 "unindent",
15817 "util",
15818 "zlog",
15819]
15820
15821[[package]]
15822name = "settings_content"
15823version = "0.1.0"
15824dependencies = [
15825 "anyhow",
15826 "collections",
15827 "derive_more",
15828 "gpui",
15829 "language_model_core",
15830 "log",
15831 "schemars",
15832 "serde",
15833 "serde_json",
15834 "serde_json_lenient",
15835 "settings_json",
15836 "settings_macros",
15837 "strum 0.27.2",
15838 "util",
15839]
15840
15841[[package]]
15842name = "settings_json"
15843version = "0.1.0"
15844dependencies = [
15845 "anyhow",
15846 "pretty_assertions",
15847 "serde",
15848 "serde_json",
15849 "serde_json_lenient",
15850 "serde_path_to_error",
15851 "tree-sitter",
15852 "tree-sitter-json",
15853 "unindent",
15854 "util",
15855]
15856
15857[[package]]
15858name = "settings_macros"
15859version = "0.1.0"
15860dependencies = [
15861 "quote",
15862 "settings",
15863 "syn 2.0.117",
15864]
15865
15866[[package]]
15867name = "settings_profile_selector"
15868version = "0.1.0"
15869dependencies = [
15870 "editor",
15871 "fuzzy",
15872 "gpui",
15873 "menu",
15874 "picker",
15875 "project",
15876 "serde_json",
15877 "settings",
15878 "theme",
15879 "theme_settings",
15880 "ui",
15881 "workspace",
15882 "zed_actions",
15883]
15884
15885[[package]]
15886name = "settings_ui"
15887version = "0.1.0"
15888dependencies = [
15889 "agent",
15890 "agent_settings",
15891 "anyhow",
15892 "audio",
15893 "codestral",
15894 "component",
15895 "copilot",
15896 "copilot_ui",
15897 "cpal",
15898 "edit_prediction",
15899 "edit_prediction_ui",
15900 "editor",
15901 "feature_flags",
15902 "fs",
15903 "futures 0.3.32",
15904 "fuzzy",
15905 "gpui",
15906 "heck 0.5.0",
15907 "itertools 0.14.0",
15908 "language",
15909 "log",
15910 "menu",
15911 "paths",
15912 "picker",
15913 "platform_title_bar",
15914 "pretty_assertions",
15915 "project",
15916 "regex",
15917 "release_channel",
15918 "rodio",
15919 "schemars",
15920 "search",
15921 "serde",
15922 "serde_json",
15923 "settings",
15924 "shell_command_parser",
15925 "strum 0.27.2",
15926 "telemetry",
15927 "theme",
15928 "theme_settings",
15929 "title_bar",
15930 "ui",
15931 "util",
15932 "workspace",
15933 "zed_actions",
15934 "zed_credentials_provider",
15935]
15936
15937[[package]]
15938name = "sha-1"
15939version = "0.10.1"
15940source = "registry+https://github.com/rust-lang/crates.io-index"
15941checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15942dependencies = [
15943 "cfg-if",
15944 "cpufeatures",
15945 "digest",
15946]
15947
15948[[package]]
15949name = "sha1"
15950version = "0.10.6"
15951source = "registry+https://github.com/rust-lang/crates.io-index"
15952checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15953dependencies = [
15954 "cfg-if",
15955 "cpufeatures",
15956 "digest",
15957]
15958
15959[[package]]
15960name = "sha1_smol"
15961version = "1.0.1"
15962source = "registry+https://github.com/rust-lang/crates.io-index"
15963checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15964
15965[[package]]
15966name = "sha2"
15967version = "0.10.9"
15968source = "registry+https://github.com/rust-lang/crates.io-index"
15969checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15970dependencies = [
15971 "cfg-if",
15972 "cpufeatures",
15973 "digest",
15974]
15975
15976[[package]]
15977name = "sharded-slab"
15978version = "0.1.7"
15979source = "registry+https://github.com/rust-lang/crates.io-index"
15980checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15981dependencies = [
15982 "lazy_static",
15983]
15984
15985[[package]]
15986name = "shared_library"
15987version = "0.1.9"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
15990dependencies = [
15991 "lazy_static",
15992 "libc",
15993]
15994
15995[[package]]
15996name = "shell-words"
15997version = "1.1.0"
15998source = "registry+https://github.com/rust-lang/crates.io-index"
15999checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16000
16001[[package]]
16002name = "shell_command_parser"
16003version = "0.1.0"
16004dependencies = [
16005 "brush-parser",
16006]
16007
16008[[package]]
16009name = "shellexpand"
16010version = "3.1.1"
16011source = "registry+https://github.com/rust-lang/crates.io-index"
16012checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16013dependencies = [
16014 "dirs",
16015]
16016
16017[[package]]
16018name = "shingles"
16019version = "0.1.1"
16020source = "registry+https://github.com/rust-lang/crates.io-index"
16021checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16022
16023[[package]]
16024name = "shlex"
16025version = "1.3.0"
16026source = "registry+https://github.com/rust-lang/crates.io-index"
16027checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16028
16029[[package]]
16030name = "sidebar"
16031version = "0.1.0"
16032dependencies = [
16033 "acp_thread",
16034 "action_log",
16035 "agent",
16036 "agent-client-protocol",
16037 "agent_settings",
16038 "agent_ui",
16039 "anyhow",
16040 "chrono",
16041 "client",
16042 "clock",
16043 "db",
16044 "editor",
16045 "extension",
16046 "fs",
16047 "git",
16048 "gpui",
16049 "http_client",
16050 "language",
16051 "language_model",
16052 "log",
16053 "menu",
16054 "node_runtime",
16055 "platform_title_bar",
16056 "pretty_assertions",
16057 "project",
16058 "prompt_store",
16059 "recent_projects",
16060 "release_channel",
16061 "remote",
16062 "remote_connection",
16063 "remote_server",
16064 "semver",
16065 "serde",
16066 "serde_json",
16067 "settings",
16068 "smol",
16069 "telemetry",
16070 "theme",
16071 "theme_settings",
16072 "ui",
16073 "util",
16074 "vim_mode_setting",
16075 "workspace",
16076 "zed_actions",
16077]
16078
16079[[package]]
16080name = "signal-hook"
16081version = "0.3.18"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16084dependencies = [
16085 "libc",
16086 "signal-hook-registry",
16087]
16088
16089[[package]]
16090name = "signal-hook-registry"
16091version = "1.4.6"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16094dependencies = [
16095 "libc",
16096]
16097
16098[[package]]
16099name = "signature"
16100version = "1.6.4"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16103dependencies = [
16104 "digest",
16105 "rand_core 0.6.4",
16106]
16107
16108[[package]]
16109name = "signature"
16110version = "2.2.0"
16111source = "registry+https://github.com/rust-lang/crates.io-index"
16112checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16113dependencies = [
16114 "digest",
16115 "rand_core 0.6.4",
16116]
16117
16118[[package]]
16119name = "simd-adler32"
16120version = "0.3.7"
16121source = "registry+https://github.com/rust-lang/crates.io-index"
16122checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16123
16124[[package]]
16125name = "simd_helpers"
16126version = "0.1.0"
16127source = "registry+https://github.com/rust-lang/crates.io-index"
16128checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16129dependencies = [
16130 "quote",
16131]
16132
16133[[package]]
16134name = "simdutf8"
16135version = "0.1.5"
16136source = "registry+https://github.com/rust-lang/crates.io-index"
16137checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16138
16139[[package]]
16140name = "similar"
16141version = "2.7.0"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16144
16145[[package]]
16146name = "simple_asn1"
16147version = "0.6.3"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16150dependencies = [
16151 "num-bigint",
16152 "num-traits",
16153 "thiserror 2.0.17",
16154 "time",
16155]
16156
16157[[package]]
16158name = "simplecss"
16159version = "0.2.2"
16160source = "registry+https://github.com/rust-lang/crates.io-index"
16161checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16162dependencies = [
16163 "log",
16164]
16165
16166[[package]]
16167name = "simplelog"
16168version = "0.12.2"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16171dependencies = [
16172 "log",
16173 "termcolor",
16174 "time",
16175]
16176
16177[[package]]
16178name = "siphasher"
16179version = "0.3.11"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16182
16183[[package]]
16184name = "siphasher"
16185version = "1.0.1"
16186source = "registry+https://github.com/rust-lang/crates.io-index"
16187checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16188
16189[[package]]
16190name = "skrifa"
16191version = "0.37.0"
16192source = "registry+https://github.com/rust-lang/crates.io-index"
16193checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16194dependencies = [
16195 "bytemuck",
16196 "read-fonts 0.35.0",
16197]
16198
16199[[package]]
16200name = "skrifa"
16201version = "0.40.0"
16202source = "registry+https://github.com/rust-lang/crates.io-index"
16203checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16204dependencies = [
16205 "bytemuck",
16206 "read-fonts 0.37.0",
16207]
16208
16209[[package]]
16210name = "slab"
16211version = "0.4.11"
16212source = "registry+https://github.com/rust-lang/crates.io-index"
16213checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16214
16215[[package]]
16216name = "slotmap"
16217version = "1.0.7"
16218source = "registry+https://github.com/rust-lang/crates.io-index"
16219checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16220dependencies = [
16221 "version_check",
16222]
16223
16224[[package]]
16225name = "smallvec"
16226version = "1.15.1"
16227source = "registry+https://github.com/rust-lang/crates.io-index"
16228checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16229dependencies = [
16230 "serde",
16231]
16232
16233[[package]]
16234name = "smart-default"
16235version = "0.7.1"
16236source = "registry+https://github.com/rust-lang/crates.io-index"
16237checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16238dependencies = [
16239 "proc-macro2",
16240 "quote",
16241 "syn 2.0.117",
16242]
16243
16244[[package]]
16245name = "smol"
16246version = "2.0.2"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16249dependencies = [
16250 "async-channel 2.5.0",
16251 "async-executor",
16252 "async-fs",
16253 "async-io",
16254 "async-lock 3.4.2",
16255 "async-net",
16256 "async-process",
16257 "blocking",
16258 "futures-lite 2.6.1",
16259]
16260
16261[[package]]
16262name = "smol_str"
16263version = "0.3.5"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16266
16267[[package]]
16268name = "snafu"
16269version = "0.8.9"
16270source = "registry+https://github.com/rust-lang/crates.io-index"
16271checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16272dependencies = [
16273 "snafu-derive",
16274]
16275
16276[[package]]
16277name = "snafu-derive"
16278version = "0.8.9"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16281dependencies = [
16282 "heck 0.5.0",
16283 "proc-macro2",
16284 "quote",
16285 "syn 2.0.117",
16286]
16287
16288[[package]]
16289name = "snippet"
16290version = "0.1.0"
16291dependencies = [
16292 "anyhow",
16293 "smallvec",
16294]
16295
16296[[package]]
16297name = "snippet_provider"
16298version = "0.1.0"
16299dependencies = [
16300 "anyhow",
16301 "collections",
16302 "extension",
16303 "fs",
16304 "futures 0.3.32",
16305 "gpui",
16306 "indoc",
16307 "parking_lot",
16308 "paths",
16309 "schemars",
16310 "serde",
16311 "serde_json",
16312 "serde_json_lenient",
16313 "snippet",
16314 "util",
16315]
16316
16317[[package]]
16318name = "snippets_ui"
16319version = "0.1.0"
16320dependencies = [
16321 "file_icons",
16322 "fuzzy",
16323 "gpui",
16324 "language",
16325 "open_path_prompt",
16326 "paths",
16327 "picker",
16328 "settings",
16329 "ui",
16330 "util",
16331 "workspace",
16332]
16333
16334[[package]]
16335name = "socket2"
16336version = "0.5.10"
16337source = "registry+https://github.com/rust-lang/crates.io-index"
16338checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16339dependencies = [
16340 "libc",
16341 "windows-sys 0.52.0",
16342]
16343
16344[[package]]
16345name = "socket2"
16346version = "0.6.1"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16349dependencies = [
16350 "libc",
16351 "windows-sys 0.60.2",
16352]
16353
16354[[package]]
16355name = "spdx"
16356version = "0.10.9"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16359dependencies = [
16360 "smallvec",
16361]
16362
16363[[package]]
16364name = "spin"
16365version = "0.9.8"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16368dependencies = [
16369 "lock_api",
16370]
16371
16372[[package]]
16373name = "spin"
16374version = "0.10.0"
16375source = "registry+https://github.com/rust-lang/crates.io-index"
16376checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16377dependencies = [
16378 "lock_api",
16379]
16380
16381[[package]]
16382name = "spirv"
16383version = "0.4.0+sdk-1.4.341.0"
16384source = "registry+https://github.com/rust-lang/crates.io-index"
16385checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16386dependencies = [
16387 "bitflags 2.10.0",
16388]
16389
16390[[package]]
16391name = "spki"
16392version = "0.6.0"
16393source = "registry+https://github.com/rust-lang/crates.io-index"
16394checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16395dependencies = [
16396 "base64ct",
16397 "der 0.6.1",
16398]
16399
16400[[package]]
16401name = "spki"
16402version = "0.7.3"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16405dependencies = [
16406 "base64ct",
16407 "der 0.7.10",
16408]
16409
16410[[package]]
16411name = "sqlez"
16412version = "0.1.0"
16413dependencies = [
16414 "anyhow",
16415 "collections",
16416 "futures 0.3.32",
16417 "indoc",
16418 "libsqlite3-sys",
16419 "log",
16420 "parking_lot",
16421 "smol",
16422 "sqlformat",
16423 "thread_local",
16424 "util",
16425 "uuid",
16426]
16427
16428[[package]]
16429name = "sqlez_macros"
16430version = "0.1.0"
16431dependencies = [
16432 "sqlez",
16433 "sqlformat",
16434 "syn 2.0.117",
16435]
16436
16437[[package]]
16438name = "sqlformat"
16439version = "0.2.6"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16442dependencies = [
16443 "nom 7.1.3",
16444 "unicode_categories",
16445]
16446
16447[[package]]
16448name = "sqlx"
16449version = "0.8.6"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16452dependencies = [
16453 "sqlx-core",
16454 "sqlx-macros",
16455 "sqlx-mysql",
16456 "sqlx-postgres",
16457 "sqlx-sqlite",
16458]
16459
16460[[package]]
16461name = "sqlx-core"
16462version = "0.8.6"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16465dependencies = [
16466 "base64 0.22.1",
16467 "bigdecimal",
16468 "bytes 1.11.1",
16469 "chrono",
16470 "crc",
16471 "crossbeam-queue",
16472 "either",
16473 "event-listener 5.4.1",
16474 "futures-core",
16475 "futures-intrusive",
16476 "futures-io",
16477 "futures-util",
16478 "hashbrown 0.15.5",
16479 "hashlink 0.10.0",
16480 "indexmap",
16481 "log",
16482 "memchr",
16483 "once_cell",
16484 "percent-encoding",
16485 "rust_decimal",
16486 "rustls 0.23.33",
16487 "serde",
16488 "serde_json",
16489 "sha2",
16490 "smallvec",
16491 "thiserror 2.0.17",
16492 "time",
16493 "tokio",
16494 "tokio-stream",
16495 "tracing",
16496 "url",
16497 "uuid",
16498 "webpki-roots",
16499]
16500
16501[[package]]
16502name = "sqlx-macros"
16503version = "0.8.6"
16504source = "registry+https://github.com/rust-lang/crates.io-index"
16505checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16506dependencies = [
16507 "proc-macro2",
16508 "quote",
16509 "sqlx-core",
16510 "sqlx-macros-core",
16511 "syn 2.0.117",
16512]
16513
16514[[package]]
16515name = "sqlx-macros-core"
16516version = "0.8.6"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16519dependencies = [
16520 "dotenvy",
16521 "either",
16522 "heck 0.5.0",
16523 "hex",
16524 "once_cell",
16525 "proc-macro2",
16526 "quote",
16527 "serde",
16528 "serde_json",
16529 "sha2",
16530 "sqlx-core",
16531 "sqlx-mysql",
16532 "sqlx-postgres",
16533 "sqlx-sqlite",
16534 "syn 2.0.117",
16535 "tokio",
16536 "url",
16537]
16538
16539[[package]]
16540name = "sqlx-mysql"
16541version = "0.8.6"
16542source = "registry+https://github.com/rust-lang/crates.io-index"
16543checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16544dependencies = [
16545 "atoi",
16546 "base64 0.22.1",
16547 "bigdecimal",
16548 "bitflags 2.10.0",
16549 "byteorder",
16550 "bytes 1.11.1",
16551 "chrono",
16552 "crc",
16553 "digest",
16554 "dotenvy",
16555 "either",
16556 "futures-channel",
16557 "futures-core",
16558 "futures-io",
16559 "futures-util",
16560 "generic-array",
16561 "hex",
16562 "hkdf",
16563 "hmac",
16564 "itoa",
16565 "log",
16566 "md-5",
16567 "memchr",
16568 "once_cell",
16569 "percent-encoding",
16570 "rand 0.8.5",
16571 "rsa",
16572 "rust_decimal",
16573 "serde",
16574 "sha1",
16575 "sha2",
16576 "smallvec",
16577 "sqlx-core",
16578 "stringprep",
16579 "thiserror 2.0.17",
16580 "time",
16581 "tracing",
16582 "uuid",
16583 "whoami",
16584]
16585
16586[[package]]
16587name = "sqlx-postgres"
16588version = "0.8.6"
16589source = "registry+https://github.com/rust-lang/crates.io-index"
16590checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16591dependencies = [
16592 "atoi",
16593 "base64 0.22.1",
16594 "bigdecimal",
16595 "bitflags 2.10.0",
16596 "byteorder",
16597 "chrono",
16598 "crc",
16599 "dotenvy",
16600 "etcetera",
16601 "futures-channel",
16602 "futures-core",
16603 "futures-util",
16604 "hex",
16605 "hkdf",
16606 "hmac",
16607 "home",
16608 "itoa",
16609 "log",
16610 "md-5",
16611 "memchr",
16612 "num-bigint",
16613 "once_cell",
16614 "rand 0.8.5",
16615 "rust_decimal",
16616 "serde",
16617 "serde_json",
16618 "sha2",
16619 "smallvec",
16620 "sqlx-core",
16621 "stringprep",
16622 "thiserror 2.0.17",
16623 "time",
16624 "tracing",
16625 "uuid",
16626 "whoami",
16627]
16628
16629[[package]]
16630name = "sqlx-sqlite"
16631version = "0.8.6"
16632source = "registry+https://github.com/rust-lang/crates.io-index"
16633checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16634dependencies = [
16635 "atoi",
16636 "chrono",
16637 "flume",
16638 "futures-channel",
16639 "futures-core",
16640 "futures-executor",
16641 "futures-intrusive",
16642 "futures-util",
16643 "libsqlite3-sys",
16644 "log",
16645 "percent-encoding",
16646 "serde",
16647 "serde_urlencoded",
16648 "sqlx-core",
16649 "thiserror 2.0.17",
16650 "time",
16651 "tracing",
16652 "url",
16653 "uuid",
16654]
16655
16656[[package]]
16657name = "stable_deref_trait"
16658version = "1.2.1"
16659source = "registry+https://github.com/rust-lang/crates.io-index"
16660checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16661
16662[[package]]
16663name = "stacker"
16664version = "0.1.23"
16665source = "registry+https://github.com/rust-lang/crates.io-index"
16666checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16667dependencies = [
16668 "cc",
16669 "cfg-if",
16670 "libc",
16671 "psm",
16672 "windows-sys 0.59.0",
16673]
16674
16675[[package]]
16676name = "stacksafe"
16677version = "0.1.4"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16680dependencies = [
16681 "stacker",
16682 "stacksafe-macro",
16683]
16684
16685[[package]]
16686name = "stacksafe-macro"
16687version = "0.1.4"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16690dependencies = [
16691 "proc-macro-error2",
16692 "quote",
16693 "syn 2.0.117",
16694]
16695
16696[[package]]
16697name = "static_assertions"
16698version = "1.1.0"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16701
16702[[package]]
16703name = "streaming-iterator"
16704version = "0.1.9"
16705source = "registry+https://github.com/rust-lang/crates.io-index"
16706checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16707
16708[[package]]
16709name = "streaming_diff"
16710version = "0.1.0"
16711dependencies = [
16712 "ordered-float 2.10.1",
16713 "rand 0.9.3",
16714 "rope",
16715 "util",
16716]
16717
16718[[package]]
16719name = "strength_reduce"
16720version = "0.2.4"
16721source = "registry+https://github.com/rust-lang/crates.io-index"
16722checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16723
16724[[package]]
16725name = "strict-num"
16726version = "0.1.1"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16729dependencies = [
16730 "float-cmp",
16731]
16732
16733[[package]]
16734name = "string_cache"
16735version = "0.8.9"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16738dependencies = [
16739 "new_debug_unreachable",
16740 "parking_lot",
16741 "phf_shared 0.11.3",
16742 "precomputed-hash",
16743 "serde",
16744]
16745
16746[[package]]
16747name = "string_cache_codegen"
16748version = "0.5.4"
16749source = "registry+https://github.com/rust-lang/crates.io-index"
16750checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16751dependencies = [
16752 "phf_generator 0.11.3",
16753 "phf_shared 0.11.3",
16754 "proc-macro2",
16755 "quote",
16756]
16757
16758[[package]]
16759name = "stringprep"
16760version = "0.1.5"
16761source = "registry+https://github.com/rust-lang/crates.io-index"
16762checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16763dependencies = [
16764 "unicode-bidi",
16765 "unicode-normalization",
16766 "unicode-properties",
16767]
16768
16769[[package]]
16770name = "strsim"
16771version = "0.11.1"
16772source = "registry+https://github.com/rust-lang/crates.io-index"
16773checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16774
16775[[package]]
16776name = "strum"
16777version = "0.26.3"
16778source = "registry+https://github.com/rust-lang/crates.io-index"
16779checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16780
16781[[package]]
16782name = "strum"
16783version = "0.27.2"
16784source = "registry+https://github.com/rust-lang/crates.io-index"
16785checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16786dependencies = [
16787 "strum_macros 0.27.2",
16788]
16789
16790[[package]]
16791name = "strum"
16792version = "0.28.0"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16795dependencies = [
16796 "strum_macros 0.28.0",
16797]
16798
16799[[package]]
16800name = "strum_macros"
16801version = "0.27.2"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16804dependencies = [
16805 "heck 0.5.0",
16806 "proc-macro2",
16807 "quote",
16808 "syn 2.0.117",
16809]
16810
16811[[package]]
16812name = "strum_macros"
16813version = "0.28.0"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16816dependencies = [
16817 "heck 0.5.0",
16818 "proc-macro2",
16819 "quote",
16820 "syn 2.0.117",
16821]
16822
16823[[package]]
16824name = "subtle"
16825version = "2.6.1"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16828
16829[[package]]
16830name = "sum_tree"
16831version = "0.1.0"
16832dependencies = [
16833 "ctor",
16834 "heapless",
16835 "log",
16836 "proptest",
16837 "rand 0.9.3",
16838 "rayon",
16839 "tracing",
16840 "zlog",
16841 "ztracing",
16842]
16843
16844[[package]]
16845name = "sval"
16846version = "2.15.0"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16849
16850[[package]]
16851name = "sval_buffer"
16852version = "2.15.0"
16853source = "registry+https://github.com/rust-lang/crates.io-index"
16854checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16855dependencies = [
16856 "sval",
16857 "sval_ref",
16858]
16859
16860[[package]]
16861name = "sval_dynamic"
16862version = "2.15.0"
16863source = "registry+https://github.com/rust-lang/crates.io-index"
16864checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16865dependencies = [
16866 "sval",
16867]
16868
16869[[package]]
16870name = "sval_fmt"
16871version = "2.15.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16874dependencies = [
16875 "itoa",
16876 "ryu",
16877 "sval",
16878]
16879
16880[[package]]
16881name = "sval_json"
16882version = "2.15.0"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16885dependencies = [
16886 "itoa",
16887 "ryu",
16888 "sval",
16889]
16890
16891[[package]]
16892name = "sval_nested"
16893version = "2.15.0"
16894source = "registry+https://github.com/rust-lang/crates.io-index"
16895checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16896dependencies = [
16897 "sval",
16898 "sval_buffer",
16899 "sval_ref",
16900]
16901
16902[[package]]
16903name = "sval_ref"
16904version = "2.15.0"
16905source = "registry+https://github.com/rust-lang/crates.io-index"
16906checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16907dependencies = [
16908 "sval",
16909]
16910
16911[[package]]
16912name = "sval_serde"
16913version = "2.15.0"
16914source = "registry+https://github.com/rust-lang/crates.io-index"
16915checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16916dependencies = [
16917 "serde_core",
16918 "sval",
16919 "sval_nested",
16920]
16921
16922[[package]]
16923name = "svg_fmt"
16924version = "0.4.5"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16927
16928[[package]]
16929name = "svg_preview"
16930version = "0.1.0"
16931dependencies = [
16932 "file_icons",
16933 "gpui",
16934 "language",
16935 "multi_buffer",
16936 "ui",
16937 "workspace",
16938 "zed_actions",
16939]
16940
16941[[package]]
16942name = "svgtypes"
16943version = "0.15.3"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16946dependencies = [
16947 "kurbo",
16948 "siphasher 1.0.1",
16949]
16950
16951[[package]]
16952name = "swash"
16953version = "0.2.6"
16954source = "registry+https://github.com/rust-lang/crates.io-index"
16955checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16956dependencies = [
16957 "skrifa 0.37.0",
16958 "yazi",
16959 "zeno",
16960]
16961
16962[[package]]
16963name = "symphonia"
16964version = "0.5.5"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16967dependencies = [
16968 "lazy_static",
16969 "symphonia-bundle-flac",
16970 "symphonia-bundle-mp3",
16971 "symphonia-codec-aac",
16972 "symphonia-codec-pcm",
16973 "symphonia-codec-vorbis",
16974 "symphonia-core",
16975 "symphonia-format-isomp4",
16976 "symphonia-format-ogg",
16977 "symphonia-format-riff",
16978 "symphonia-metadata",
16979]
16980
16981[[package]]
16982name = "symphonia-bundle-flac"
16983version = "0.5.5"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
16986dependencies = [
16987 "log",
16988 "symphonia-core",
16989 "symphonia-metadata",
16990 "symphonia-utils-xiph",
16991]
16992
16993[[package]]
16994name = "symphonia-bundle-mp3"
16995version = "0.5.5"
16996source = "registry+https://github.com/rust-lang/crates.io-index"
16997checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
16998dependencies = [
16999 "lazy_static",
17000 "log",
17001 "symphonia-core",
17002 "symphonia-metadata",
17003]
17004
17005[[package]]
17006name = "symphonia-codec-aac"
17007version = "0.5.5"
17008source = "registry+https://github.com/rust-lang/crates.io-index"
17009checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17010dependencies = [
17011 "lazy_static",
17012 "log",
17013 "symphonia-core",
17014]
17015
17016[[package]]
17017name = "symphonia-codec-pcm"
17018version = "0.5.5"
17019source = "registry+https://github.com/rust-lang/crates.io-index"
17020checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17021dependencies = [
17022 "log",
17023 "symphonia-core",
17024]
17025
17026[[package]]
17027name = "symphonia-codec-vorbis"
17028version = "0.5.5"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17031dependencies = [
17032 "log",
17033 "symphonia-core",
17034 "symphonia-utils-xiph",
17035]
17036
17037[[package]]
17038name = "symphonia-core"
17039version = "0.5.5"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17042dependencies = [
17043 "arrayvec",
17044 "bitflags 1.3.2",
17045 "bytemuck",
17046 "lazy_static",
17047 "log",
17048]
17049
17050[[package]]
17051name = "symphonia-format-isomp4"
17052version = "0.5.5"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17055dependencies = [
17056 "encoding_rs",
17057 "log",
17058 "symphonia-core",
17059 "symphonia-metadata",
17060 "symphonia-utils-xiph",
17061]
17062
17063[[package]]
17064name = "symphonia-format-ogg"
17065version = "0.5.5"
17066source = "registry+https://github.com/rust-lang/crates.io-index"
17067checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17068dependencies = [
17069 "log",
17070 "symphonia-core",
17071 "symphonia-metadata",
17072 "symphonia-utils-xiph",
17073]
17074
17075[[package]]
17076name = "symphonia-format-riff"
17077version = "0.5.5"
17078source = "registry+https://github.com/rust-lang/crates.io-index"
17079checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17080dependencies = [
17081 "extended",
17082 "log",
17083 "symphonia-core",
17084 "symphonia-metadata",
17085]
17086
17087[[package]]
17088name = "symphonia-metadata"
17089version = "0.5.5"
17090source = "registry+https://github.com/rust-lang/crates.io-index"
17091checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17092dependencies = [
17093 "encoding_rs",
17094 "lazy_static",
17095 "log",
17096 "symphonia-core",
17097]
17098
17099[[package]]
17100name = "symphonia-utils-xiph"
17101version = "0.5.5"
17102source = "registry+https://github.com/rust-lang/crates.io-index"
17103checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17104dependencies = [
17105 "symphonia-core",
17106 "symphonia-metadata",
17107]
17108
17109[[package]]
17110name = "syn"
17111version = "1.0.109"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17114dependencies = [
17115 "proc-macro2",
17116 "quote",
17117 "unicode-ident",
17118]
17119
17120[[package]]
17121name = "syn"
17122version = "2.0.117"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17125dependencies = [
17126 "proc-macro2",
17127 "quote",
17128 "unicode-ident",
17129]
17130
17131[[package]]
17132name = "sync_wrapper"
17133version = "0.1.2"
17134source = "registry+https://github.com/rust-lang/crates.io-index"
17135checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17136
17137[[package]]
17138name = "sync_wrapper"
17139version = "1.0.2"
17140source = "registry+https://github.com/rust-lang/crates.io-index"
17141checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17142dependencies = [
17143 "futures-core",
17144]
17145
17146[[package]]
17147name = "synchronoise"
17148version = "1.0.1"
17149source = "registry+https://github.com/rust-lang/crates.io-index"
17150checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17151dependencies = [
17152 "crossbeam-queue",
17153]
17154
17155[[package]]
17156name = "synstructure"
17157version = "0.13.2"
17158source = "registry+https://github.com/rust-lang/crates.io-index"
17159checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17160dependencies = [
17161 "proc-macro2",
17162 "quote",
17163 "syn 2.0.117",
17164]
17165
17166[[package]]
17167name = "syntax_theme"
17168version = "0.1.0"
17169dependencies = [
17170 "gpui",
17171 "serde",
17172 "serde_json",
17173]
17174
17175[[package]]
17176name = "sys-locale"
17177version = "0.3.2"
17178source = "registry+https://github.com/rust-lang/crates.io-index"
17179checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17180dependencies = [
17181 "libc",
17182]
17183
17184[[package]]
17185name = "sysctl"
17186version = "0.5.5"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17189dependencies = [
17190 "bitflags 2.10.0",
17191 "byteorder",
17192 "enum-as-inner",
17193 "libc",
17194 "thiserror 1.0.69",
17195 "walkdir",
17196]
17197
17198[[package]]
17199name = "sysctl"
17200version = "0.6.0"
17201source = "registry+https://github.com/rust-lang/crates.io-index"
17202checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17203dependencies = [
17204 "bitflags 2.10.0",
17205 "byteorder",
17206 "enum-as-inner",
17207 "libc",
17208 "thiserror 1.0.69",
17209 "walkdir",
17210]
17211
17212[[package]]
17213name = "sysinfo"
17214version = "0.31.4"
17215source = "registry+https://github.com/rust-lang/crates.io-index"
17216checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17217dependencies = [
17218 "core-foundation-sys",
17219 "libc",
17220 "memchr",
17221 "ntapi",
17222 "rayon",
17223 "windows 0.57.0",
17224]
17225
17226[[package]]
17227name = "sysinfo"
17228version = "0.37.2"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17231dependencies = [
17232 "libc",
17233 "memchr",
17234 "ntapi",
17235 "objc2-core-foundation",
17236 "objc2-io-kit",
17237 "windows 0.61.3",
17238]
17239
17240[[package]]
17241name = "system-configuration"
17242version = "0.5.1"
17243source = "registry+https://github.com/rust-lang/crates.io-index"
17244checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17245dependencies = [
17246 "bitflags 1.3.2",
17247 "core-foundation 0.9.4",
17248 "system-configuration-sys 0.5.0",
17249]
17250
17251[[package]]
17252name = "system-configuration"
17253version = "0.6.1"
17254source = "registry+https://github.com/rust-lang/crates.io-index"
17255checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17256dependencies = [
17257 "bitflags 2.10.0",
17258 "core-foundation 0.9.4",
17259 "system-configuration-sys 0.6.0",
17260]
17261
17262[[package]]
17263name = "system-configuration-sys"
17264version = "0.5.0"
17265source = "registry+https://github.com/rust-lang/crates.io-index"
17266checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17267dependencies = [
17268 "core-foundation-sys",
17269 "libc",
17270]
17271
17272[[package]]
17273name = "system-configuration-sys"
17274version = "0.6.0"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17277dependencies = [
17278 "core-foundation-sys",
17279 "libc",
17280]
17281
17282[[package]]
17283name = "system-deps"
17284version = "6.2.2"
17285source = "registry+https://github.com/rust-lang/crates.io-index"
17286checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17287dependencies = [
17288 "cfg-expr 0.15.8",
17289 "heck 0.5.0",
17290 "pkg-config",
17291 "toml 0.8.23",
17292 "version-compare",
17293]
17294
17295[[package]]
17296name = "system-deps"
17297version = "7.0.7"
17298source = "registry+https://github.com/rust-lang/crates.io-index"
17299checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17300dependencies = [
17301 "cfg-expr 0.20.6",
17302 "heck 0.5.0",
17303 "pkg-config",
17304 "toml 0.9.8",
17305 "version-compare",
17306]
17307
17308[[package]]
17309name = "system-interface"
17310version = "0.27.3"
17311source = "registry+https://github.com/rust-lang/crates.io-index"
17312checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17313dependencies = [
17314 "bitflags 2.10.0",
17315 "cap-fs-ext",
17316 "cap-std",
17317 "fd-lock",
17318 "io-lifetimes",
17319 "rustix 0.38.44",
17320 "windows-sys 0.59.0",
17321 "winx",
17322]
17323
17324[[package]]
17325name = "system_specs"
17326version = "0.1.0"
17327dependencies = [
17328 "anyhow",
17329 "client",
17330 "gpui",
17331 "human_bytes",
17332 "pciid-parser",
17333 "release_channel",
17334 "semver",
17335 "serde",
17336 "sysinfo 0.37.2",
17337]
17338
17339[[package]]
17340name = "tab_switcher"
17341version = "0.1.0"
17342dependencies = [
17343 "collections",
17344 "ctor",
17345 "editor",
17346 "fuzzy",
17347 "gpui",
17348 "menu",
17349 "picker",
17350 "project",
17351 "schemars",
17352 "serde",
17353 "serde_json",
17354 "settings",
17355 "smol",
17356 "theme",
17357 "theme_settings",
17358 "ui",
17359 "util",
17360 "workspace",
17361 "zlog",
17362]
17363
17364[[package]]
17365name = "taffy"
17366version = "0.9.0"
17367source = "registry+https://github.com/rust-lang/crates.io-index"
17368checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17369dependencies = [
17370 "arrayvec",
17371 "grid",
17372 "serde",
17373 "slotmap",
17374]
17375
17376[[package]]
17377name = "tagptr"
17378version = "0.2.0"
17379source = "registry+https://github.com/rust-lang/crates.io-index"
17380checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17381
17382[[package]]
17383name = "take-until"
17384version = "0.2.0"
17385source = "registry+https://github.com/rust-lang/crates.io-index"
17386checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17387
17388[[package]]
17389name = "tao-core-video-sys"
17390version = "0.2.0"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17393dependencies = [
17394 "cfg-if",
17395 "core-foundation-sys",
17396 "libc",
17397 "objc",
17398]
17399
17400[[package]]
17401name = "tap"
17402version = "1.0.1"
17403source = "registry+https://github.com/rust-lang/crates.io-index"
17404checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17405
17406[[package]]
17407name = "target-lexicon"
17408version = "0.12.16"
17409source = "registry+https://github.com/rust-lang/crates.io-index"
17410checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17411
17412[[package]]
17413name = "target-lexicon"
17414version = "0.13.3"
17415source = "registry+https://github.com/rust-lang/crates.io-index"
17416checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17417
17418[[package]]
17419name = "task"
17420version = "0.1.0"
17421dependencies = [
17422 "anyhow",
17423 "collections",
17424 "futures 0.3.32",
17425 "gpui",
17426 "hex",
17427 "log",
17428 "parking_lot",
17429 "pretty_assertions",
17430 "proto",
17431 "schemars",
17432 "serde",
17433 "serde_json",
17434 "serde_json_lenient",
17435 "sha2",
17436 "shellexpand",
17437 "util",
17438 "zed_actions",
17439]
17440
17441[[package]]
17442name = "tasks_ui"
17443version = "0.1.0"
17444dependencies = [
17445 "anyhow",
17446 "collections",
17447 "editor",
17448 "file_icons",
17449 "fuzzy",
17450 "gpui",
17451 "itertools 0.14.0",
17452 "language",
17453 "menu",
17454 "picker",
17455 "project",
17456 "serde",
17457 "serde_json",
17458 "task",
17459 "tree-sitter-rust",
17460 "tree-sitter-typescript",
17461 "ui",
17462 "util",
17463 "workspace",
17464 "zed_actions",
17465]
17466
17467[[package]]
17468name = "telemetry"
17469version = "0.1.0"
17470dependencies = [
17471 "futures 0.3.32",
17472 "serde",
17473 "serde_json",
17474 "telemetry_events",
17475]
17476
17477[[package]]
17478name = "telemetry_events"
17479version = "0.1.0"
17480dependencies = [
17481 "semver",
17482 "serde",
17483 "serde_json",
17484]
17485
17486[[package]]
17487name = "tempfile"
17488version = "3.23.0"
17489source = "registry+https://github.com/rust-lang/crates.io-index"
17490checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17491dependencies = [
17492 "fastrand 2.3.0",
17493 "getrandom 0.3.4",
17494 "once_cell",
17495 "rustix 1.1.2",
17496 "windows-sys 0.61.2",
17497]
17498
17499[[package]]
17500name = "tendril"
17501version = "0.4.3"
17502source = "registry+https://github.com/rust-lang/crates.io-index"
17503checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17504dependencies = [
17505 "futf",
17506 "mac",
17507 "utf-8",
17508]
17509
17510[[package]]
17511name = "termcolor"
17512version = "1.4.1"
17513source = "registry+https://github.com/rust-lang/crates.io-index"
17514checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17515dependencies = [
17516 "winapi-util",
17517]
17518
17519[[package]]
17520name = "terminal"
17521version = "0.1.0"
17522dependencies = [
17523 "alacritty_terminal",
17524 "anyhow",
17525 "collections",
17526 "futures 0.3.32",
17527 "gpui",
17528 "itertools 0.14.0",
17529 "libc",
17530 "log",
17531 "parking_lot",
17532 "rand 0.9.3",
17533 "regex",
17534 "release_channel",
17535 "schemars",
17536 "serde",
17537 "settings",
17538 "smol",
17539 "sysinfo 0.37.2",
17540 "task",
17541 "theme",
17542 "theme_settings",
17543 "thiserror 2.0.17",
17544 "url",
17545 "urlencoding",
17546 "util",
17547 "util_macros",
17548 "windows 0.61.3",
17549]
17550
17551[[package]]
17552name = "terminal_size"
17553version = "0.4.3"
17554source = "registry+https://github.com/rust-lang/crates.io-index"
17555checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17556dependencies = [
17557 "rustix 1.1.2",
17558 "windows-sys 0.60.2",
17559]
17560
17561[[package]]
17562name = "terminal_view"
17563version = "0.1.0"
17564dependencies = [
17565 "anyhow",
17566 "async-recursion",
17567 "breadcrumbs",
17568 "collections",
17569 "db",
17570 "dirs",
17571 "editor",
17572 "futures 0.3.32",
17573 "gpui",
17574 "itertools 0.14.0",
17575 "language",
17576 "log",
17577 "menu",
17578 "pretty_assertions",
17579 "project",
17580 "regex",
17581 "schemars",
17582 "serde",
17583 "serde_json",
17584 "settings",
17585 "shellexpand",
17586 "task",
17587 "terminal",
17588 "theme",
17589 "theme_settings",
17590 "ui",
17591 "util",
17592 "workspace",
17593 "zed_actions",
17594]
17595
17596[[package]]
17597name = "text"
17598version = "0.1.0"
17599dependencies = [
17600 "anyhow",
17601 "clock",
17602 "collections",
17603 "ctor",
17604 "gpui",
17605 "log",
17606 "parking_lot",
17607 "postage",
17608 "rand 0.9.3",
17609 "regex",
17610 "rope",
17611 "smallvec",
17612 "sum_tree",
17613 "util",
17614 "zlog",
17615]
17616
17617[[package]]
17618name = "theme"
17619version = "0.1.0"
17620dependencies = [
17621 "anyhow",
17622 "collections",
17623 "gpui",
17624 "palette",
17625 "parking_lot",
17626 "refineable",
17627 "schemars",
17628 "serde",
17629 "serde_json",
17630 "serde_json_lenient",
17631 "strum 0.27.2",
17632 "syntax_theme",
17633 "thiserror 2.0.17",
17634 "uuid",
17635]
17636
17637[[package]]
17638name = "theme_extension"
17639version = "0.1.0"
17640dependencies = [
17641 "anyhow",
17642 "extension",
17643 "fs",
17644 "gpui",
17645 "theme",
17646 "theme_settings",
17647]
17648
17649[[package]]
17650name = "theme_importer"
17651version = "0.1.0"
17652dependencies = [
17653 "anyhow",
17654 "clap",
17655 "collections",
17656 "gpui",
17657 "indexmap",
17658 "log",
17659 "palette",
17660 "serde",
17661 "serde_json",
17662 "serde_json_lenient",
17663 "simplelog",
17664 "strum 0.27.2",
17665 "theme",
17666 "theme_settings",
17667 "vscode_theme",
17668]
17669
17670[[package]]
17671name = "theme_selector"
17672version = "0.1.0"
17673dependencies = [
17674 "editor",
17675 "fs",
17676 "fuzzy",
17677 "gpui",
17678 "log",
17679 "picker",
17680 "project",
17681 "serde",
17682 "serde_json",
17683 "settings",
17684 "telemetry",
17685 "theme",
17686 "theme_settings",
17687 "ui",
17688 "util",
17689 "workspace",
17690 "zed_actions",
17691]
17692
17693[[package]]
17694name = "theme_settings"
17695version = "0.1.0"
17696dependencies = [
17697 "anyhow",
17698 "collections",
17699 "gpui",
17700 "gpui_util",
17701 "log",
17702 "palette",
17703 "refineable",
17704 "schemars",
17705 "serde",
17706 "serde_json",
17707 "serde_json_lenient",
17708 "settings",
17709 "theme",
17710 "uuid",
17711]
17712
17713[[package]]
17714name = "thiserror"
17715version = "1.0.69"
17716source = "registry+https://github.com/rust-lang/crates.io-index"
17717checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17718dependencies = [
17719 "thiserror-impl 1.0.69",
17720]
17721
17722[[package]]
17723name = "thiserror"
17724version = "2.0.17"
17725source = "registry+https://github.com/rust-lang/crates.io-index"
17726checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17727dependencies = [
17728 "thiserror-impl 2.0.17",
17729]
17730
17731[[package]]
17732name = "thiserror-impl"
17733version = "1.0.69"
17734source = "registry+https://github.com/rust-lang/crates.io-index"
17735checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17736dependencies = [
17737 "proc-macro2",
17738 "quote",
17739 "syn 2.0.117",
17740]
17741
17742[[package]]
17743name = "thiserror-impl"
17744version = "2.0.17"
17745source = "registry+https://github.com/rust-lang/crates.io-index"
17746checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17747dependencies = [
17748 "proc-macro2",
17749 "quote",
17750 "syn 2.0.117",
17751]
17752
17753[[package]]
17754name = "thread_local"
17755version = "1.1.9"
17756source = "registry+https://github.com/rust-lang/crates.io-index"
17757checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17758dependencies = [
17759 "cfg-if",
17760]
17761
17762[[package]]
17763name = "tiff"
17764version = "0.10.3"
17765source = "registry+https://github.com/rust-lang/crates.io-index"
17766checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17767dependencies = [
17768 "fax",
17769 "flate2",
17770 "half",
17771 "quick-error 2.0.1",
17772 "weezl",
17773 "zune-jpeg",
17774]
17775
17776[[package]]
17777name = "tiktoken-rs"
17778version = "0.9.1"
17779source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17780dependencies = [
17781 "anyhow",
17782 "base64 0.22.1",
17783 "bstr",
17784 "fancy-regex 0.16.2",
17785 "lazy_static",
17786 "regex",
17787 "rustc-hash 1.1.0",
17788]
17789
17790[[package]]
17791name = "time"
17792version = "0.3.47"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17795dependencies = [
17796 "deranged",
17797 "itoa",
17798 "libc",
17799 "num-conv",
17800 "num_threads",
17801 "powerfmt",
17802 "serde_core",
17803 "time-core",
17804 "time-macros",
17805]
17806
17807[[package]]
17808name = "time-core"
17809version = "0.1.8"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17812
17813[[package]]
17814name = "time-macros"
17815version = "0.2.27"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17818dependencies = [
17819 "num-conv",
17820 "time-core",
17821]
17822
17823[[package]]
17824name = "time_format"
17825version = "0.1.0"
17826dependencies = [
17827 "core-foundation 0.10.0",
17828 "core-foundation-sys",
17829 "sys-locale",
17830 "time",
17831 "windows 0.61.3",
17832]
17833
17834[[package]]
17835name = "tiny-keccak"
17836version = "2.0.2"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17839dependencies = [
17840 "crunchy",
17841]
17842
17843[[package]]
17844name = "tiny-skia"
17845version = "0.11.4"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17848dependencies = [
17849 "arrayref",
17850 "arrayvec",
17851 "bytemuck",
17852 "cfg-if",
17853 "log",
17854 "png 0.17.16",
17855 "tiny-skia-path",
17856]
17857
17858[[package]]
17859name = "tiny-skia-path"
17860version = "0.11.4"
17861source = "registry+https://github.com/rust-lang/crates.io-index"
17862checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17863dependencies = [
17864 "arrayref",
17865 "bytemuck",
17866 "strict-num",
17867]
17868
17869[[package]]
17870name = "tiny_http"
17871version = "0.12.0"
17872source = "registry+https://github.com/rust-lang/crates.io-index"
17873checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17874dependencies = [
17875 "ascii",
17876 "chunked_transfer",
17877 "httpdate",
17878 "log",
17879]
17880
17881[[package]]
17882name = "tinystr"
17883version = "0.8.1"
17884source = "registry+https://github.com/rust-lang/crates.io-index"
17885checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17886dependencies = [
17887 "displaydoc",
17888 "zerovec",
17889]
17890
17891[[package]]
17892name = "tinytemplate"
17893version = "1.2.1"
17894source = "registry+https://github.com/rust-lang/crates.io-index"
17895checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17896dependencies = [
17897 "serde",
17898 "serde_json",
17899]
17900
17901[[package]]
17902name = "tinyvec"
17903version = "1.10.0"
17904source = "registry+https://github.com/rust-lang/crates.io-index"
17905checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17906dependencies = [
17907 "tinyvec_macros",
17908]
17909
17910[[package]]
17911name = "tinyvec_macros"
17912version = "0.1.1"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17915
17916[[package]]
17917name = "title_bar"
17918version = "0.1.0"
17919dependencies = [
17920 "anyhow",
17921 "auto_update",
17922 "call",
17923 "channel",
17924 "chrono",
17925 "client",
17926 "cloud_api_types",
17927 "db",
17928 "git_ui",
17929 "gpui",
17930 "icons",
17931 "livekit_client",
17932 "notifications",
17933 "platform_title_bar",
17934 "project",
17935 "recent_projects",
17936 "release_channel",
17937 "remote",
17938 "remote_connection",
17939 "rpc",
17940 "schemars",
17941 "semver",
17942 "serde",
17943 "settings",
17944 "smallvec",
17945 "telemetry",
17946 "theme",
17947 "ui",
17948 "util",
17949 "windows 0.61.3",
17950 "workspace",
17951 "zed_actions",
17952]
17953
17954[[package]]
17955name = "tokio"
17956version = "1.48.0"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17959dependencies = [
17960 "bytes 1.11.1",
17961 "libc",
17962 "mio 1.1.0",
17963 "parking_lot",
17964 "pin-project-lite",
17965 "signal-hook-registry",
17966 "socket2 0.6.1",
17967 "tokio-macros",
17968 "windows-sys 0.61.2",
17969]
17970
17971[[package]]
17972name = "tokio-io"
17973version = "0.1.13"
17974source = "registry+https://github.com/rust-lang/crates.io-index"
17975checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17976dependencies = [
17977 "bytes 0.4.12",
17978 "futures 0.1.31",
17979 "log",
17980]
17981
17982[[package]]
17983name = "tokio-macros"
17984version = "2.6.0"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
17987dependencies = [
17988 "proc-macro2",
17989 "quote",
17990 "syn 2.0.117",
17991]
17992
17993[[package]]
17994name = "tokio-native-tls"
17995version = "0.3.1"
17996source = "registry+https://github.com/rust-lang/crates.io-index"
17997checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
17998dependencies = [
17999 "native-tls",
18000 "tokio",
18001]
18002
18003[[package]]
18004name = "tokio-rustls"
18005version = "0.24.1"
18006source = "registry+https://github.com/rust-lang/crates.io-index"
18007checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18008dependencies = [
18009 "rustls 0.21.12",
18010 "tokio",
18011]
18012
18013[[package]]
18014name = "tokio-rustls"
18015version = "0.26.2"
18016source = "registry+https://github.com/rust-lang/crates.io-index"
18017checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18018dependencies = [
18019 "rustls 0.23.33",
18020 "tokio",
18021]
18022
18023[[package]]
18024name = "tokio-socks"
18025version = "0.5.2"
18026source = "registry+https://github.com/rust-lang/crates.io-index"
18027checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18028dependencies = [
18029 "either",
18030 "futures-io",
18031 "futures-util",
18032 "thiserror 1.0.69",
18033 "tokio",
18034]
18035
18036[[package]]
18037name = "tokio-stream"
18038version = "0.1.17"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18041dependencies = [
18042 "futures-core",
18043 "pin-project-lite",
18044 "tokio",
18045]
18046
18047[[package]]
18048name = "tokio-tungstenite"
18049version = "0.20.1"
18050source = "registry+https://github.com/rust-lang/crates.io-index"
18051checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18052dependencies = [
18053 "futures-util",
18054 "log",
18055 "tokio",
18056 "tungstenite 0.20.1",
18057]
18058
18059[[package]]
18060name = "tokio-tungstenite"
18061version = "0.21.0"
18062source = "registry+https://github.com/rust-lang/crates.io-index"
18063checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18064dependencies = [
18065 "futures-util",
18066 "log",
18067 "tokio",
18068 "tungstenite 0.21.0",
18069]
18070
18071[[package]]
18072name = "tokio-tungstenite"
18073version = "0.28.0"
18074source = "registry+https://github.com/rust-lang/crates.io-index"
18075checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18076dependencies = [
18077 "futures-util",
18078 "log",
18079 "rustls 0.23.33",
18080 "rustls-native-certs 0.8.2",
18081 "rustls-pki-types",
18082 "tokio",
18083 "tokio-rustls 0.26.2",
18084 "tungstenite 0.28.0",
18085]
18086
18087[[package]]
18088name = "tokio-util"
18089version = "0.7.16"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18092dependencies = [
18093 "bytes 1.11.1",
18094 "futures-core",
18095 "futures-io",
18096 "futures-sink",
18097 "pin-project-lite",
18098 "tokio",
18099]
18100
18101[[package]]
18102name = "toml"
18103version = "0.5.11"
18104source = "registry+https://github.com/rust-lang/crates.io-index"
18105checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18106dependencies = [
18107 "serde",
18108]
18109
18110[[package]]
18111name = "toml"
18112version = "0.8.23"
18113source = "registry+https://github.com/rust-lang/crates.io-index"
18114checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18115dependencies = [
18116 "serde",
18117 "serde_spanned 0.6.9",
18118 "toml_datetime 0.6.11",
18119 "toml_edit 0.22.27",
18120]
18121
18122[[package]]
18123name = "toml"
18124version = "0.9.8"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18127dependencies = [
18128 "indexmap",
18129 "serde_core",
18130 "serde_spanned 1.0.3",
18131 "toml_datetime 0.7.3",
18132 "toml_parser",
18133 "toml_writer",
18134 "winnow",
18135]
18136
18137[[package]]
18138name = "toml_datetime"
18139version = "0.6.11"
18140source = "registry+https://github.com/rust-lang/crates.io-index"
18141checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18142dependencies = [
18143 "serde",
18144]
18145
18146[[package]]
18147name = "toml_datetime"
18148version = "0.7.3"
18149source = "registry+https://github.com/rust-lang/crates.io-index"
18150checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18151dependencies = [
18152 "serde_core",
18153]
18154
18155[[package]]
18156name = "toml_edit"
18157version = "0.22.27"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18160dependencies = [
18161 "indexmap",
18162 "serde",
18163 "serde_spanned 0.6.9",
18164 "toml_datetime 0.6.11",
18165 "toml_write",
18166 "winnow",
18167]
18168
18169[[package]]
18170name = "toml_edit"
18171version = "0.23.7"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18174dependencies = [
18175 "indexmap",
18176 "toml_datetime 0.7.3",
18177 "toml_parser",
18178 "winnow",
18179]
18180
18181[[package]]
18182name = "toml_parser"
18183version = "1.0.4"
18184source = "registry+https://github.com/rust-lang/crates.io-index"
18185checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18186dependencies = [
18187 "winnow",
18188]
18189
18190[[package]]
18191name = "toml_write"
18192version = "0.1.2"
18193source = "registry+https://github.com/rust-lang/crates.io-index"
18194checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18195
18196[[package]]
18197name = "toml_writer"
18198version = "1.0.4"
18199source = "registry+https://github.com/rust-lang/crates.io-index"
18200checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18201
18202[[package]]
18203name = "toolchain_selector"
18204version = "0.1.0"
18205dependencies = [
18206 "anyhow",
18207 "convert_case 0.8.0",
18208 "editor",
18209 "futures 0.3.32",
18210 "fuzzy",
18211 "gpui",
18212 "language",
18213 "menu",
18214 "open_path_prompt",
18215 "picker",
18216 "project",
18217 "ui",
18218 "util",
18219 "workspace",
18220]
18221
18222[[package]]
18223name = "topological-sort"
18224version = "0.2.2"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18227
18228[[package]]
18229name = "tower"
18230version = "0.4.13"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18233dependencies = [
18234 "futures-core",
18235 "futures-util",
18236 "pin-project",
18237 "pin-project-lite",
18238 "tokio",
18239 "tower-layer",
18240 "tower-service",
18241 "tracing",
18242]
18243
18244[[package]]
18245name = "tower"
18246version = "0.5.2"
18247source = "registry+https://github.com/rust-lang/crates.io-index"
18248checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18249dependencies = [
18250 "futures-core",
18251 "futures-util",
18252 "pin-project-lite",
18253 "sync_wrapper 1.0.2",
18254 "tokio",
18255 "tokio-util",
18256 "tower-layer",
18257 "tower-service",
18258 "tracing",
18259]
18260
18261[[package]]
18262name = "tower-http"
18263version = "0.4.4"
18264source = "registry+https://github.com/rust-lang/crates.io-index"
18265checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18266dependencies = [
18267 "bitflags 2.10.0",
18268 "bytes 1.11.1",
18269 "futures-core",
18270 "futures-util",
18271 "http 0.2.12",
18272 "http-body 0.4.6",
18273 "http-range-header",
18274 "pin-project-lite",
18275 "tower-layer",
18276 "tower-service",
18277 "tracing",
18278]
18279
18280[[package]]
18281name = "tower-http"
18282version = "0.6.6"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18285dependencies = [
18286 "bitflags 2.10.0",
18287 "bytes 1.11.1",
18288 "futures-util",
18289 "http 1.3.1",
18290 "http-body 1.0.1",
18291 "iri-string",
18292 "pin-project-lite",
18293 "tower 0.5.2",
18294 "tower-layer",
18295 "tower-service",
18296 "tracing",
18297]
18298
18299[[package]]
18300name = "tower-layer"
18301version = "0.3.3"
18302source = "registry+https://github.com/rust-lang/crates.io-index"
18303checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18304
18305[[package]]
18306name = "tower-service"
18307version = "0.3.3"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18310
18311[[package]]
18312name = "tracing"
18313version = "0.1.43"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18316dependencies = [
18317 "log",
18318 "pin-project-lite",
18319 "tracing-attributes",
18320 "tracing-core",
18321]
18322
18323[[package]]
18324name = "tracing-attributes"
18325version = "0.1.31"
18326source = "registry+https://github.com/rust-lang/crates.io-index"
18327checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18328dependencies = [
18329 "proc-macro2",
18330 "quote",
18331 "syn 2.0.117",
18332]
18333
18334[[package]]
18335name = "tracing-core"
18336version = "0.1.35"
18337source = "registry+https://github.com/rust-lang/crates.io-index"
18338checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18339dependencies = [
18340 "once_cell",
18341 "valuable",
18342]
18343
18344[[package]]
18345name = "tracing-log"
18346version = "0.2.0"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18349dependencies = [
18350 "log",
18351 "once_cell",
18352 "tracing-core",
18353]
18354
18355[[package]]
18356name = "tracing-serde"
18357version = "0.2.0"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18360dependencies = [
18361 "serde",
18362 "tracing-core",
18363]
18364
18365[[package]]
18366name = "tracing-subscriber"
18367version = "0.3.22"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18370dependencies = [
18371 "matchers",
18372 "nu-ansi-term",
18373 "once_cell",
18374 "regex-automata",
18375 "serde",
18376 "serde_json",
18377 "sharded-slab",
18378 "smallvec",
18379 "thread_local",
18380 "tracing",
18381 "tracing-core",
18382 "tracing-log",
18383 "tracing-serde",
18384]
18385
18386[[package]]
18387name = "tracing-tracy"
18388version = "0.11.4"
18389source = "registry+https://github.com/rust-lang/crates.io-index"
18390checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18391dependencies = [
18392 "tracing-core",
18393 "tracing-subscriber",
18394 "tracy-client",
18395]
18396
18397[[package]]
18398name = "tracy-client"
18399version = "0.18.3"
18400source = "registry+https://github.com/rust-lang/crates.io-index"
18401checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18402dependencies = [
18403 "loom",
18404 "once_cell",
18405 "tracy-client-sys",
18406]
18407
18408[[package]]
18409name = "tracy-client-sys"
18410version = "0.27.0"
18411source = "registry+https://github.com/rust-lang/crates.io-index"
18412checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18413dependencies = [
18414 "cc",
18415 "windows-targets 0.52.6",
18416]
18417
18418[[package]]
18419name = "transpose"
18420version = "0.2.3"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18423dependencies = [
18424 "num-integer",
18425 "strength_reduce",
18426]
18427
18428[[package]]
18429name = "trash"
18430version = "5.2.5"
18431source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18432dependencies = [
18433 "chrono",
18434 "libc",
18435 "log",
18436 "objc2",
18437 "objc2-foundation",
18438 "once_cell",
18439 "percent-encoding",
18440 "scopeguard",
18441 "urlencoding",
18442 "windows 0.56.0",
18443 "windows-core 0.56.0",
18444]
18445
18446[[package]]
18447name = "tree-sitter"
18448version = "0.26.8"
18449source = "registry+https://github.com/rust-lang/crates.io-index"
18450checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18451dependencies = [
18452 "cc",
18453 "regex",
18454 "regex-syntax",
18455 "serde_json",
18456 "streaming-iterator",
18457 "tree-sitter-language",
18458 "wasmtime-c-api-impl",
18459]
18460
18461[[package]]
18462name = "tree-sitter-bash"
18463version = "0.25.1"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18466dependencies = [
18467 "cc",
18468 "tree-sitter-language",
18469]
18470
18471[[package]]
18472name = "tree-sitter-c"
18473version = "0.24.1"
18474source = "registry+https://github.com/rust-lang/crates.io-index"
18475checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18476dependencies = [
18477 "cc",
18478 "tree-sitter-language",
18479]
18480
18481[[package]]
18482name = "tree-sitter-cpp"
18483version = "0.23.4"
18484source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18485dependencies = [
18486 "cc",
18487 "tree-sitter-language",
18488]
18489
18490[[package]]
18491name = "tree-sitter-css"
18492version = "0.23.2"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18495dependencies = [
18496 "cc",
18497 "tree-sitter-language",
18498]
18499
18500[[package]]
18501name = "tree-sitter-diff"
18502version = "0.1.0"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18505dependencies = [
18506 "cc",
18507 "tree-sitter-language",
18508]
18509
18510[[package]]
18511name = "tree-sitter-elixir"
18512version = "0.3.4"
18513source = "registry+https://github.com/rust-lang/crates.io-index"
18514checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18515dependencies = [
18516 "cc",
18517 "tree-sitter-language",
18518]
18519
18520[[package]]
18521name = "tree-sitter-embedded-template"
18522version = "0.23.2"
18523source = "registry+https://github.com/rust-lang/crates.io-index"
18524checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18525dependencies = [
18526 "cc",
18527 "tree-sitter-language",
18528]
18529
18530[[package]]
18531name = "tree-sitter-gitcommit"
18532version = "0.0.1"
18533source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18534dependencies = [
18535 "cc",
18536 "tree-sitter-language",
18537]
18538
18539[[package]]
18540name = "tree-sitter-go"
18541version = "0.25.0"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18544dependencies = [
18545 "cc",
18546 "tree-sitter-language",
18547]
18548
18549[[package]]
18550name = "tree-sitter-gomod"
18551version = "1.1.1"
18552source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18553dependencies = [
18554 "cc",
18555 "tree-sitter-language",
18556]
18557
18558[[package]]
18559name = "tree-sitter-gowork"
18560version = "0.0.1"
18561source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18562dependencies = [
18563 "cc",
18564 "tree-sitter-language",
18565]
18566
18567[[package]]
18568name = "tree-sitter-heex"
18569version = "0.0.1"
18570source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-html"
18578version = "0.23.2"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-jsdoc"
18588version = "0.23.2"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18591dependencies = [
18592 "cc",
18593 "tree-sitter-language",
18594]
18595
18596[[package]]
18597name = "tree-sitter-json"
18598version = "0.24.8"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18601dependencies = [
18602 "cc",
18603 "tree-sitter-language",
18604]
18605
18606[[package]]
18607name = "tree-sitter-language"
18608version = "0.1.5"
18609source = "registry+https://github.com/rust-lang/crates.io-index"
18610checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18611
18612[[package]]
18613name = "tree-sitter-md"
18614version = "0.3.2"
18615source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18616dependencies = [
18617 "cc",
18618 "tree-sitter-language",
18619]
18620
18621[[package]]
18622name = "tree-sitter-python"
18623version = "0.25.0"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18626dependencies = [
18627 "cc",
18628 "tree-sitter-language",
18629]
18630
18631[[package]]
18632name = "tree-sitter-regex"
18633version = "0.24.3"
18634source = "registry+https://github.com/rust-lang/crates.io-index"
18635checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18636dependencies = [
18637 "cc",
18638 "tree-sitter-language",
18639]
18640
18641[[package]]
18642name = "tree-sitter-ruby"
18643version = "0.23.1"
18644source = "registry+https://github.com/rust-lang/crates.io-index"
18645checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18646dependencies = [
18647 "cc",
18648 "tree-sitter-language",
18649]
18650
18651[[package]]
18652name = "tree-sitter-rust"
18653version = "0.24.2"
18654source = "registry+https://github.com/rust-lang/crates.io-index"
18655checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18656dependencies = [
18657 "cc",
18658 "tree-sitter-language",
18659]
18660
18661[[package]]
18662name = "tree-sitter-typescript"
18663version = "0.23.2"
18664source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18665dependencies = [
18666 "cc",
18667 "tree-sitter-language",
18668]
18669
18670[[package]]
18671name = "tree-sitter-yaml"
18672version = "0.6.1"
18673source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18674dependencies = [
18675 "cc",
18676 "tree-sitter-language",
18677]
18678
18679[[package]]
18680name = "triomphe"
18681version = "0.1.15"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18684dependencies = [
18685 "serde",
18686 "stable_deref_trait",
18687]
18688
18689[[package]]
18690name = "try-lock"
18691version = "0.2.5"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18694
18695[[package]]
18696name = "ttf-parser"
18697version = "0.20.0"
18698source = "registry+https://github.com/rust-lang/crates.io-index"
18699checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18700
18701[[package]]
18702name = "ttf-parser"
18703version = "0.25.1"
18704source = "registry+https://github.com/rust-lang/crates.io-index"
18705checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18706dependencies = [
18707 "core_maths",
18708]
18709
18710[[package]]
18711name = "tungstenite"
18712version = "0.20.1"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18715dependencies = [
18716 "byteorder",
18717 "bytes 1.11.1",
18718 "data-encoding",
18719 "http 0.2.12",
18720 "httparse",
18721 "log",
18722 "rand 0.8.5",
18723 "sha1",
18724 "thiserror 1.0.69",
18725 "url",
18726 "utf-8",
18727]
18728
18729[[package]]
18730name = "tungstenite"
18731version = "0.21.0"
18732source = "registry+https://github.com/rust-lang/crates.io-index"
18733checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18734dependencies = [
18735 "byteorder",
18736 "bytes 1.11.1",
18737 "data-encoding",
18738 "http 1.3.1",
18739 "httparse",
18740 "log",
18741 "rand 0.8.5",
18742 "sha1",
18743 "thiserror 1.0.69",
18744 "url",
18745 "utf-8",
18746]
18747
18748[[package]]
18749name = "tungstenite"
18750version = "0.27.0"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18753dependencies = [
18754 "bytes 1.11.1",
18755 "data-encoding",
18756 "http 1.3.1",
18757 "httparse",
18758 "log",
18759 "rand 0.9.3",
18760 "rustls 0.23.33",
18761 "rustls-pki-types",
18762 "sha1",
18763 "thiserror 2.0.17",
18764 "utf-8",
18765]
18766
18767[[package]]
18768name = "tungstenite"
18769version = "0.28.0"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18772dependencies = [
18773 "bytes 1.11.1",
18774 "data-encoding",
18775 "http 1.3.1",
18776 "httparse",
18777 "log",
18778 "rand 0.9.3",
18779 "rustls 0.23.33",
18780 "rustls-pki-types",
18781 "sha1",
18782 "thiserror 2.0.17",
18783 "utf-8",
18784]
18785
18786[[package]]
18787name = "typeid"
18788version = "1.0.3"
18789source = "registry+https://github.com/rust-lang/crates.io-index"
18790checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18791
18792[[package]]
18793name = "typenum"
18794version = "1.19.0"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18797
18798[[package]]
18799name = "ucd-trie"
18800version = "0.1.7"
18801source = "registry+https://github.com/rust-lang/crates.io-index"
18802checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18803
18804[[package]]
18805name = "uds"
18806version = "0.4.2"
18807source = "registry+https://github.com/rust-lang/crates.io-index"
18808checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18809dependencies = [
18810 "libc",
18811]
18812
18813[[package]]
18814name = "uds_windows"
18815version = "1.1.0"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18818dependencies = [
18819 "memoffset",
18820 "tempfile",
18821 "winapi",
18822]
18823
18824[[package]]
18825name = "ug"
18826version = "0.4.0"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18829dependencies = [
18830 "gemm 0.18.2",
18831 "half",
18832 "libloading",
18833 "memmap2",
18834 "num",
18835 "num-traits",
18836 "num_cpus",
18837 "rayon",
18838 "safetensors",
18839 "serde",
18840 "thiserror 1.0.69",
18841 "tracing",
18842 "yoke 0.7.5",
18843]
18844
18845[[package]]
18846name = "ui"
18847version = "0.1.0"
18848dependencies = [
18849 "chrono",
18850 "component",
18851 "documented",
18852 "gpui",
18853 "gpui_macros",
18854 "gpui_util",
18855 "icons",
18856 "itertools 0.14.0",
18857 "menu",
18858 "schemars",
18859 "serde",
18860 "smallvec",
18861 "strum 0.27.2",
18862 "theme",
18863 "ui_macros",
18864 "windows 0.61.3",
18865]
18866
18867[[package]]
18868name = "ui_input"
18869version = "0.1.0"
18870dependencies = [
18871 "component",
18872 "gpui",
18873 "ui",
18874]
18875
18876[[package]]
18877name = "ui_macros"
18878version = "0.1.0"
18879dependencies = [
18880 "component",
18881 "quote",
18882 "syn 2.0.117",
18883 "ui",
18884]
18885
18886[[package]]
18887name = "ui_prompt"
18888version = "0.1.0"
18889dependencies = [
18890 "gpui",
18891 "markdown",
18892 "menu",
18893 "settings",
18894 "theme_settings",
18895 "ui",
18896 "workspace",
18897]
18898
18899[[package]]
18900name = "unarray"
18901version = "0.1.4"
18902source = "registry+https://github.com/rust-lang/crates.io-index"
18903checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18904
18905[[package]]
18906name = "unicase"
18907version = "2.8.1"
18908source = "registry+https://github.com/rust-lang/crates.io-index"
18909checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18910
18911[[package]]
18912name = "unicode-bidi"
18913version = "0.3.18"
18914source = "registry+https://github.com/rust-lang/crates.io-index"
18915checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18916
18917[[package]]
18918name = "unicode-bidi-mirroring"
18919version = "0.4.0"
18920source = "registry+https://github.com/rust-lang/crates.io-index"
18921checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18922
18923[[package]]
18924name = "unicode-ccc"
18925version = "0.4.0"
18926source = "registry+https://github.com/rust-lang/crates.io-index"
18927checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18928
18929[[package]]
18930name = "unicode-general-category"
18931version = "1.1.0"
18932source = "registry+https://github.com/rust-lang/crates.io-index"
18933checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18934
18935[[package]]
18936name = "unicode-ident"
18937version = "1.0.19"
18938source = "registry+https://github.com/rust-lang/crates.io-index"
18939checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18940
18941[[package]]
18942name = "unicode-linebreak"
18943version = "0.1.5"
18944source = "registry+https://github.com/rust-lang/crates.io-index"
18945checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18946
18947[[package]]
18948name = "unicode-normalization"
18949version = "0.1.24"
18950source = "registry+https://github.com/rust-lang/crates.io-index"
18951checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18952dependencies = [
18953 "tinyvec",
18954]
18955
18956[[package]]
18957name = "unicode-properties"
18958version = "0.1.3"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18961
18962[[package]]
18963name = "unicode-script"
18964version = "0.5.8"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18967
18968[[package]]
18969name = "unicode-segmentation"
18970version = "1.12.0"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18973
18974[[package]]
18975name = "unicode-vo"
18976version = "0.1.0"
18977source = "registry+https://github.com/rust-lang/crates.io-index"
18978checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18979
18980[[package]]
18981name = "unicode-width"
18982version = "0.2.2"
18983source = "registry+https://github.com/rust-lang/crates.io-index"
18984checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
18985
18986[[package]]
18987name = "unicode-xid"
18988version = "0.2.6"
18989source = "registry+https://github.com/rust-lang/crates.io-index"
18990checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
18991
18992[[package]]
18993name = "unicode_categories"
18994version = "0.1.1"
18995source = "registry+https://github.com/rust-lang/crates.io-index"
18996checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
18997
18998[[package]]
18999name = "unindent"
19000version = "0.2.4"
19001source = "registry+https://github.com/rust-lang/crates.io-index"
19002checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19003
19004[[package]]
19005name = "unsafe-libyaml"
19006version = "0.2.11"
19007source = "registry+https://github.com/rust-lang/crates.io-index"
19008checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19009
19010[[package]]
19011name = "untrusted"
19012version = "0.7.1"
19013source = "registry+https://github.com/rust-lang/crates.io-index"
19014checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19015
19016[[package]]
19017name = "untrusted"
19018version = "0.9.0"
19019source = "registry+https://github.com/rust-lang/crates.io-index"
19020checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19021
19022[[package]]
19023name = "url"
19024version = "2.5.7"
19025source = "registry+https://github.com/rust-lang/crates.io-index"
19026checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19027dependencies = [
19028 "form_urlencoded",
19029 "idna",
19030 "percent-encoding",
19031 "serde",
19032]
19033
19034[[package]]
19035name = "urlencoding"
19036version = "2.1.3"
19037source = "registry+https://github.com/rust-lang/crates.io-index"
19038checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19039
19040[[package]]
19041name = "usvg"
19042version = "0.45.1"
19043source = "registry+https://github.com/rust-lang/crates.io-index"
19044checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19045dependencies = [
19046 "base64 0.22.1",
19047 "data-url",
19048 "flate2",
19049 "fontdb 0.23.0",
19050 "imagesize",
19051 "kurbo",
19052 "log",
19053 "pico-args",
19054 "roxmltree",
19055 "rustybuzz",
19056 "simplecss",
19057 "siphasher 1.0.1",
19058 "strict-num",
19059 "svgtypes",
19060 "tiny-skia-path",
19061 "unicode-bidi",
19062 "unicode-script",
19063 "unicode-vo",
19064 "xmlwriter",
19065]
19066
19067[[package]]
19068name = "utf-8"
19069version = "0.7.6"
19070source = "registry+https://github.com/rust-lang/crates.io-index"
19071checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19072
19073[[package]]
19074name = "utf8-chars"
19075version = "3.0.6"
19076source = "registry+https://github.com/rust-lang/crates.io-index"
19077checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19078dependencies = [
19079 "arrayvec",
19080]
19081
19082[[package]]
19083name = "utf8_iter"
19084version = "1.0.4"
19085source = "registry+https://github.com/rust-lang/crates.io-index"
19086checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19087
19088[[package]]
19089name = "utf8parse"
19090version = "0.2.2"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19093
19094[[package]]
19095name = "util"
19096version = "0.1.0"
19097dependencies = [
19098 "anyhow",
19099 "async-fs",
19100 "async_zip",
19101 "collections",
19102 "command-fds",
19103 "dirs",
19104 "dunce",
19105 "futures 0.3.32",
19106 "futures-lite 1.13.0",
19107 "git2",
19108 "globset",
19109 "gpui_util",
19110 "itertools 0.14.0",
19111 "libc",
19112 "log",
19113 "mach2 0.5.0",
19114 "nix 0.29.0",
19115 "percent-encoding",
19116 "pretty_assertions",
19117 "rand 0.9.3",
19118 "regex",
19119 "rust-embed",
19120 "schemars",
19121 "serde",
19122 "serde_json",
19123 "serde_json_lenient",
19124 "shlex",
19125 "smol",
19126 "take-until",
19127 "tempfile",
19128 "tendril",
19129 "unicase",
19130 "url",
19131 "util_macros",
19132 "walkdir",
19133 "which 6.0.3",
19134]
19135
19136[[package]]
19137name = "util_macros"
19138version = "0.1.0"
19139dependencies = [
19140 "perf",
19141 "quote",
19142 "syn 2.0.117",
19143]
19144
19145[[package]]
19146name = "uuid"
19147version = "1.18.1"
19148source = "registry+https://github.com/rust-lang/crates.io-index"
19149checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19150dependencies = [
19151 "getrandom 0.3.4",
19152 "js-sys",
19153 "serde",
19154 "sha1_smol",
19155 "wasm-bindgen",
19156]
19157
19158[[package]]
19159name = "uuid-simd"
19160version = "0.8.0"
19161source = "registry+https://github.com/rust-lang/crates.io-index"
19162checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19163dependencies = [
19164 "outref",
19165 "vsimd",
19166]
19167
19168[[package]]
19169name = "v_frame"
19170version = "0.3.9"
19171source = "registry+https://github.com/rust-lang/crates.io-index"
19172checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19173dependencies = [
19174 "aligned-vec",
19175 "num-traits",
19176 "wasm-bindgen",
19177]
19178
19179[[package]]
19180name = "valuable"
19181version = "0.1.1"
19182source = "registry+https://github.com/rust-lang/crates.io-index"
19183checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19184
19185[[package]]
19186name = "value-bag"
19187version = "1.12.0"
19188source = "registry+https://github.com/rust-lang/crates.io-index"
19189checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19190dependencies = [
19191 "value-bag-serde1",
19192 "value-bag-sval2",
19193]
19194
19195[[package]]
19196name = "value-bag-serde1"
19197version = "1.12.0"
19198source = "registry+https://github.com/rust-lang/crates.io-index"
19199checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19200dependencies = [
19201 "erased-serde",
19202 "serde_core",
19203 "serde_fmt",
19204]
19205
19206[[package]]
19207name = "value-bag-sval2"
19208version = "1.12.0"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19211dependencies = [
19212 "sval",
19213 "sval_buffer",
19214 "sval_dynamic",
19215 "sval_fmt",
19216 "sval_json",
19217 "sval_ref",
19218 "sval_serde",
19219]
19220
19221[[package]]
19222name = "vcpkg"
19223version = "0.2.15"
19224source = "registry+https://github.com/rust-lang/crates.io-index"
19225checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19226
19227[[package]]
19228name = "vercel"
19229version = "0.1.0"
19230dependencies = [
19231 "anyhow",
19232 "schemars",
19233 "serde",
19234 "strum 0.27.2",
19235]
19236
19237[[package]]
19238name = "version-compare"
19239version = "0.2.0"
19240source = "registry+https://github.com/rust-lang/crates.io-index"
19241checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19242
19243[[package]]
19244name = "version_check"
19245version = "0.9.5"
19246source = "registry+https://github.com/rust-lang/crates.io-index"
19247checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19248
19249[[package]]
19250name = "vim"
19251version = "0.1.0"
19252dependencies = [
19253 "anyhow",
19254 "async-compat",
19255 "async-trait",
19256 "collections",
19257 "command_palette",
19258 "command_palette_hooks",
19259 "db",
19260 "editor",
19261 "env_logger 0.11.8",
19262 "futures 0.3.32",
19263 "fuzzy",
19264 "git_ui",
19265 "gpui",
19266 "indoc",
19267 "itertools 0.14.0",
19268 "language",
19269 "log",
19270 "lsp",
19271 "markdown_preview",
19272 "menu",
19273 "multi_buffer",
19274 "nvim-rs",
19275 "outline_panel",
19276 "parking_lot",
19277 "perf",
19278 "picker",
19279 "project",
19280 "project_panel",
19281 "regex",
19282 "release_channel",
19283 "schemars",
19284 "search",
19285 "semver",
19286 "serde",
19287 "serde_json",
19288 "settings",
19289 "settings_ui",
19290 "task",
19291 "text",
19292 "theme",
19293 "theme_settings",
19294 "tokio",
19295 "ui",
19296 "util",
19297 "util_macros",
19298 "vim_mode_setting",
19299 "workspace",
19300 "zed_actions",
19301]
19302
19303[[package]]
19304name = "vim_mode_setting"
19305version = "0.1.0"
19306dependencies = [
19307 "gpui",
19308 "settings",
19309]
19310
19311[[package]]
19312name = "vscode_theme"
19313version = "0.2.0"
19314source = "registry+https://github.com/rust-lang/crates.io-index"
19315checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19316dependencies = [
19317 "serde",
19318]
19319
19320[[package]]
19321name = "vsimd"
19322version = "0.8.0"
19323source = "registry+https://github.com/rust-lang/crates.io-index"
19324checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19325
19326[[package]]
19327name = "vswhom"
19328version = "0.1.0"
19329source = "registry+https://github.com/rust-lang/crates.io-index"
19330checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19331dependencies = [
19332 "libc",
19333 "vswhom-sys",
19334]
19335
19336[[package]]
19337name = "vswhom-sys"
19338version = "0.1.3"
19339source = "registry+https://github.com/rust-lang/crates.io-index"
19340checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19341dependencies = [
19342 "cc",
19343 "libc",
19344]
19345
19346[[package]]
19347name = "vte"
19348version = "0.15.0"
19349source = "registry+https://github.com/rust-lang/crates.io-index"
19350checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19351dependencies = [
19352 "arrayvec",
19353 "bitflags 2.10.0",
19354 "cursor-icon",
19355 "log",
19356 "memchr",
19357 "serde",
19358]
19359
19360[[package]]
19361name = "wait-timeout"
19362version = "0.2.1"
19363source = "registry+https://github.com/rust-lang/crates.io-index"
19364checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19365dependencies = [
19366 "libc",
19367]
19368
19369[[package]]
19370name = "waker-fn"
19371version = "1.2.0"
19372source = "registry+https://github.com/rust-lang/crates.io-index"
19373checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19374
19375[[package]]
19376name = "walkdir"
19377version = "2.5.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19380dependencies = [
19381 "same-file",
19382 "winapi-util",
19383]
19384
19385[[package]]
19386name = "want"
19387version = "0.3.1"
19388source = "registry+https://github.com/rust-lang/crates.io-index"
19389checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19390dependencies = [
19391 "try-lock",
19392]
19393
19394[[package]]
19395name = "warp"
19396version = "0.3.7"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19399dependencies = [
19400 "bytes 1.11.1",
19401 "futures-channel",
19402 "futures-util",
19403 "headers",
19404 "http 0.2.12",
19405 "hyper 0.14.32",
19406 "log",
19407 "mime",
19408 "mime_guess",
19409 "percent-encoding",
19410 "pin-project",
19411 "scoped-tls",
19412 "serde",
19413 "serde_json",
19414 "serde_urlencoded",
19415 "tokio",
19416 "tokio-tungstenite 0.21.0",
19417 "tokio-util",
19418 "tower-service",
19419 "tracing",
19420]
19421
19422[[package]]
19423name = "wasi"
19424version = "0.11.1+wasi-snapshot-preview1"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19427
19428[[package]]
19429name = "wasip2"
19430version = "1.0.1+wasi-0.2.4"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19433dependencies = [
19434 "wit-bindgen 0.46.0",
19435]
19436
19437[[package]]
19438name = "wasip3"
19439version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19440source = "registry+https://github.com/rust-lang/crates.io-index"
19441checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19442dependencies = [
19443 "wit-bindgen 0.51.0",
19444]
19445
19446[[package]]
19447name = "wasite"
19448version = "0.1.0"
19449source = "registry+https://github.com/rust-lang/crates.io-index"
19450checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19451
19452[[package]]
19453name = "wasm-bindgen"
19454version = "0.2.113"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19457dependencies = [
19458 "cfg-if",
19459 "once_cell",
19460 "rustversion",
19461 "wasm-bindgen-macro",
19462 "wasm-bindgen-shared",
19463]
19464
19465[[package]]
19466name = "wasm-bindgen-futures"
19467version = "0.4.63"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19470dependencies = [
19471 "cfg-if",
19472 "futures-util",
19473 "js-sys",
19474 "once_cell",
19475 "wasm-bindgen",
19476 "web-sys",
19477]
19478
19479[[package]]
19480name = "wasm-bindgen-macro"
19481version = "0.2.113"
19482source = "registry+https://github.com/rust-lang/crates.io-index"
19483checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19484dependencies = [
19485 "quote",
19486 "wasm-bindgen-macro-support",
19487]
19488
19489[[package]]
19490name = "wasm-bindgen-macro-support"
19491version = "0.2.113"
19492source = "registry+https://github.com/rust-lang/crates.io-index"
19493checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19494dependencies = [
19495 "bumpalo",
19496 "proc-macro2",
19497 "quote",
19498 "syn 2.0.117",
19499 "wasm-bindgen-shared",
19500]
19501
19502[[package]]
19503name = "wasm-bindgen-shared"
19504version = "0.2.113"
19505source = "registry+https://github.com/rust-lang/crates.io-index"
19506checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19507dependencies = [
19508 "unicode-ident",
19509]
19510
19511[[package]]
19512name = "wasm-encoder"
19513version = "0.201.0"
19514source = "registry+https://github.com/rust-lang/crates.io-index"
19515checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19516dependencies = [
19517 "leb128",
19518]
19519
19520[[package]]
19521name = "wasm-encoder"
19522version = "0.221.3"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19525dependencies = [
19526 "leb128",
19527 "wasmparser 0.221.3",
19528]
19529
19530[[package]]
19531name = "wasm-encoder"
19532version = "0.227.1"
19533source = "registry+https://github.com/rust-lang/crates.io-index"
19534checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19535dependencies = [
19536 "leb128fmt",
19537 "wasmparser 0.227.1",
19538]
19539
19540[[package]]
19541name = "wasm-encoder"
19542version = "0.236.1"
19543source = "registry+https://github.com/rust-lang/crates.io-index"
19544checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19545dependencies = [
19546 "leb128fmt",
19547 "wasmparser 0.236.1",
19548]
19549
19550[[package]]
19551name = "wasm-encoder"
19552version = "0.244.0"
19553source = "registry+https://github.com/rust-lang/crates.io-index"
19554checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19555dependencies = [
19556 "leb128fmt",
19557 "wasmparser 0.244.0",
19558]
19559
19560[[package]]
19561name = "wasm-metadata"
19562version = "0.201.0"
19563source = "registry+https://github.com/rust-lang/crates.io-index"
19564checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19565dependencies = [
19566 "anyhow",
19567 "indexmap",
19568 "serde",
19569 "serde_derive",
19570 "serde_json",
19571 "spdx",
19572 "wasm-encoder 0.201.0",
19573 "wasmparser 0.201.0",
19574]
19575
19576[[package]]
19577name = "wasm-metadata"
19578version = "0.227.1"
19579source = "registry+https://github.com/rust-lang/crates.io-index"
19580checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19581dependencies = [
19582 "anyhow",
19583 "auditable-serde",
19584 "flate2",
19585 "indexmap",
19586 "serde",
19587 "serde_derive",
19588 "serde_json",
19589 "spdx",
19590 "url",
19591 "wasm-encoder 0.227.1",
19592 "wasmparser 0.227.1",
19593]
19594
19595[[package]]
19596name = "wasm-metadata"
19597version = "0.244.0"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19600dependencies = [
19601 "anyhow",
19602 "indexmap",
19603 "wasm-encoder 0.244.0",
19604 "wasmparser 0.244.0",
19605]
19606
19607[[package]]
19608name = "wasm-streams"
19609version = "0.4.2"
19610source = "registry+https://github.com/rust-lang/crates.io-index"
19611checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19612dependencies = [
19613 "futures-util",
19614 "js-sys",
19615 "wasm-bindgen",
19616 "wasm-bindgen-futures",
19617 "web-sys",
19618]
19619
19620[[package]]
19621name = "wasm_thread"
19622version = "0.3.3"
19623source = "registry+https://github.com/rust-lang/crates.io-index"
19624checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19625dependencies = [
19626 "futures 0.3.32",
19627 "js-sys",
19628 "wasm-bindgen",
19629 "web-sys",
19630]
19631
19632[[package]]
19633name = "wasmparser"
19634version = "0.201.0"
19635source = "registry+https://github.com/rust-lang/crates.io-index"
19636checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19637dependencies = [
19638 "bitflags 2.10.0",
19639 "indexmap",
19640 "semver",
19641]
19642
19643[[package]]
19644name = "wasmparser"
19645version = "0.221.3"
19646source = "registry+https://github.com/rust-lang/crates.io-index"
19647checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19648dependencies = [
19649 "bitflags 2.10.0",
19650 "hashbrown 0.15.5",
19651 "indexmap",
19652 "semver",
19653 "serde",
19654]
19655
19656[[package]]
19657name = "wasmparser"
19658version = "0.227.1"
19659source = "registry+https://github.com/rust-lang/crates.io-index"
19660checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19661dependencies = [
19662 "bitflags 2.10.0",
19663 "hashbrown 0.15.5",
19664 "indexmap",
19665 "semver",
19666]
19667
19668[[package]]
19669name = "wasmparser"
19670version = "0.236.1"
19671source = "registry+https://github.com/rust-lang/crates.io-index"
19672checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19673dependencies = [
19674 "bitflags 2.10.0",
19675 "hashbrown 0.15.5",
19676 "indexmap",
19677 "semver",
19678 "serde",
19679]
19680
19681[[package]]
19682name = "wasmparser"
19683version = "0.244.0"
19684source = "registry+https://github.com/rust-lang/crates.io-index"
19685checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19686dependencies = [
19687 "bitflags 2.10.0",
19688 "hashbrown 0.15.5",
19689 "indexmap",
19690 "semver",
19691]
19692
19693[[package]]
19694name = "wasmprinter"
19695version = "0.236.1"
19696source = "registry+https://github.com/rust-lang/crates.io-index"
19697checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19698dependencies = [
19699 "anyhow",
19700 "termcolor",
19701 "wasmparser 0.236.1",
19702]
19703
19704[[package]]
19705name = "wasmtime"
19706version = "36.0.7"
19707source = "registry+https://github.com/rust-lang/crates.io-index"
19708checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19709dependencies = [
19710 "addr2line",
19711 "anyhow",
19712 "async-trait",
19713 "bitflags 2.10.0",
19714 "bumpalo",
19715 "cc",
19716 "cfg-if",
19717 "encoding_rs",
19718 "hashbrown 0.15.5",
19719 "indexmap",
19720 "libc",
19721 "log",
19722 "mach2 0.4.3",
19723 "memfd",
19724 "object",
19725 "once_cell",
19726 "postcard",
19727 "pulley-interpreter",
19728 "rayon",
19729 "rustix 1.1.2",
19730 "semver",
19731 "serde",
19732 "serde_derive",
19733 "smallvec",
19734 "target-lexicon 0.13.3",
19735 "wasmparser 0.236.1",
19736 "wasmtime-environ",
19737 "wasmtime-internal-asm-macros",
19738 "wasmtime-internal-component-macro",
19739 "wasmtime-internal-component-util",
19740 "wasmtime-internal-cranelift",
19741 "wasmtime-internal-fiber",
19742 "wasmtime-internal-jit-debug",
19743 "wasmtime-internal-jit-icache-coherence",
19744 "wasmtime-internal-math",
19745 "wasmtime-internal-slab",
19746 "wasmtime-internal-unwinder",
19747 "wasmtime-internal-versioned-export-macros",
19748 "wasmtime-internal-winch",
19749 "windows-sys 0.60.2",
19750]
19751
19752[[package]]
19753name = "wasmtime-c-api-impl"
19754version = "36.0.6"
19755source = "registry+https://github.com/rust-lang/crates.io-index"
19756checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19757dependencies = [
19758 "anyhow",
19759 "log",
19760 "tracing",
19761 "wasmtime",
19762 "wasmtime-internal-c-api-macros",
19763]
19764
19765[[package]]
19766name = "wasmtime-environ"
19767version = "36.0.7"
19768source = "registry+https://github.com/rust-lang/crates.io-index"
19769checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19770dependencies = [
19771 "anyhow",
19772 "cpp_demangle",
19773 "cranelift-bitset",
19774 "cranelift-entity",
19775 "gimli",
19776 "indexmap",
19777 "log",
19778 "object",
19779 "postcard",
19780 "rustc-demangle",
19781 "semver",
19782 "serde",
19783 "serde_derive",
19784 "smallvec",
19785 "target-lexicon 0.13.3",
19786 "wasm-encoder 0.236.1",
19787 "wasmparser 0.236.1",
19788 "wasmprinter",
19789 "wasmtime-internal-component-util",
19790]
19791
19792[[package]]
19793name = "wasmtime-internal-asm-macros"
19794version = "36.0.7"
19795source = "registry+https://github.com/rust-lang/crates.io-index"
19796checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19797dependencies = [
19798 "cfg-if",
19799]
19800
19801[[package]]
19802name = "wasmtime-internal-c-api-macros"
19803version = "36.0.6"
19804source = "registry+https://github.com/rust-lang/crates.io-index"
19805checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19806dependencies = [
19807 "proc-macro2",
19808 "quote",
19809]
19810
19811[[package]]
19812name = "wasmtime-internal-component-macro"
19813version = "36.0.7"
19814source = "registry+https://github.com/rust-lang/crates.io-index"
19815checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19816dependencies = [
19817 "anyhow",
19818 "proc-macro2",
19819 "quote",
19820 "syn 2.0.117",
19821 "wasmtime-internal-component-util",
19822 "wasmtime-internal-wit-bindgen",
19823 "wit-parser 0.236.1",
19824]
19825
19826[[package]]
19827name = "wasmtime-internal-component-util"
19828version = "36.0.7"
19829source = "registry+https://github.com/rust-lang/crates.io-index"
19830checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19831
19832[[package]]
19833name = "wasmtime-internal-cranelift"
19834version = "36.0.7"
19835source = "registry+https://github.com/rust-lang/crates.io-index"
19836checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19837dependencies = [
19838 "anyhow",
19839 "cfg-if",
19840 "cranelift-codegen",
19841 "cranelift-control",
19842 "cranelift-entity",
19843 "cranelift-frontend",
19844 "cranelift-native",
19845 "gimli",
19846 "itertools 0.14.0",
19847 "log",
19848 "object",
19849 "pulley-interpreter",
19850 "smallvec",
19851 "target-lexicon 0.13.3",
19852 "thiserror 2.0.17",
19853 "wasmparser 0.236.1",
19854 "wasmtime-environ",
19855 "wasmtime-internal-math",
19856 "wasmtime-internal-versioned-export-macros",
19857]
19858
19859[[package]]
19860name = "wasmtime-internal-fiber"
19861version = "36.0.7"
19862source = "registry+https://github.com/rust-lang/crates.io-index"
19863checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19864dependencies = [
19865 "anyhow",
19866 "cc",
19867 "cfg-if",
19868 "libc",
19869 "rustix 1.1.2",
19870 "wasmtime-internal-asm-macros",
19871 "wasmtime-internal-versioned-export-macros",
19872 "windows-sys 0.60.2",
19873]
19874
19875[[package]]
19876name = "wasmtime-internal-jit-debug"
19877version = "36.0.7"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19880dependencies = [
19881 "cc",
19882 "wasmtime-internal-versioned-export-macros",
19883]
19884
19885[[package]]
19886name = "wasmtime-internal-jit-icache-coherence"
19887version = "36.0.7"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19890dependencies = [
19891 "anyhow",
19892 "cfg-if",
19893 "libc",
19894 "windows-sys 0.60.2",
19895]
19896
19897[[package]]
19898name = "wasmtime-internal-math"
19899version = "36.0.7"
19900source = "registry+https://github.com/rust-lang/crates.io-index"
19901checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19902dependencies = [
19903 "libm",
19904]
19905
19906[[package]]
19907name = "wasmtime-internal-slab"
19908version = "36.0.7"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19911
19912[[package]]
19913name = "wasmtime-internal-unwinder"
19914version = "36.0.7"
19915source = "registry+https://github.com/rust-lang/crates.io-index"
19916checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19917dependencies = [
19918 "anyhow",
19919 "cfg-if",
19920 "cranelift-codegen",
19921 "log",
19922 "object",
19923]
19924
19925[[package]]
19926name = "wasmtime-internal-versioned-export-macros"
19927version = "36.0.7"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19930dependencies = [
19931 "proc-macro2",
19932 "quote",
19933 "syn 2.0.117",
19934]
19935
19936[[package]]
19937name = "wasmtime-internal-winch"
19938version = "36.0.7"
19939source = "registry+https://github.com/rust-lang/crates.io-index"
19940checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19941dependencies = [
19942 "anyhow",
19943 "cranelift-codegen",
19944 "gimli",
19945 "object",
19946 "target-lexicon 0.13.3",
19947 "wasmparser 0.236.1",
19948 "wasmtime-environ",
19949 "wasmtime-internal-cranelift",
19950 "winch-codegen",
19951]
19952
19953[[package]]
19954name = "wasmtime-internal-wit-bindgen"
19955version = "36.0.7"
19956source = "registry+https://github.com/rust-lang/crates.io-index"
19957checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19958dependencies = [
19959 "anyhow",
19960 "bitflags 2.10.0",
19961 "heck 0.5.0",
19962 "indexmap",
19963 "wit-parser 0.236.1",
19964]
19965
19966[[package]]
19967name = "wasmtime-wasi"
19968version = "36.0.6"
19969source = "registry+https://github.com/rust-lang/crates.io-index"
19970checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19971dependencies = [
19972 "anyhow",
19973 "async-trait",
19974 "bitflags 2.10.0",
19975 "bytes 1.11.1",
19976 "cap-fs-ext",
19977 "cap-net-ext",
19978 "cap-rand",
19979 "cap-std",
19980 "cap-time-ext",
19981 "fs-set-times",
19982 "futures 0.3.32",
19983 "io-extras",
19984 "io-lifetimes",
19985 "rustix 1.1.2",
19986 "system-interface",
19987 "thiserror 2.0.17",
19988 "tokio",
19989 "tracing",
19990 "url",
19991 "wasmtime",
19992 "wasmtime-wasi-io",
19993 "wiggle",
19994 "windows-sys 0.60.2",
19995]
19996
19997[[package]]
19998name = "wasmtime-wasi-io"
19999version = "36.0.6"
20000source = "registry+https://github.com/rust-lang/crates.io-index"
20001checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20002dependencies = [
20003 "anyhow",
20004 "async-trait",
20005 "bytes 1.11.1",
20006 "futures 0.3.32",
20007 "wasmtime",
20008]
20009
20010[[package]]
20011name = "wast"
20012version = "35.0.2"
20013source = "registry+https://github.com/rust-lang/crates.io-index"
20014checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20015dependencies = [
20016 "leb128",
20017]
20018
20019[[package]]
20020name = "watch"
20021version = "0.1.0"
20022dependencies = [
20023 "ctor",
20024 "futures 0.3.32",
20025 "gpui",
20026 "parking_lot",
20027 "zlog",
20028]
20029
20030[[package]]
20031name = "wax"
20032version = "0.7.0"
20033source = "registry+https://github.com/rust-lang/crates.io-index"
20034checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20035dependencies = [
20036 "const_format",
20037 "itertools 0.14.0",
20038 "nom 7.1.3",
20039 "pori",
20040 "regex",
20041 "thiserror 2.0.17",
20042 "walkdir",
20043]
20044
20045[[package]]
20046name = "wayland-backend"
20047version = "0.3.11"
20048source = "registry+https://github.com/rust-lang/crates.io-index"
20049checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20050dependencies = [
20051 "cc",
20052 "downcast-rs",
20053 "rustix 1.1.2",
20054 "scoped-tls",
20055 "smallvec",
20056 "wayland-sys",
20057]
20058
20059[[package]]
20060name = "wayland-client"
20061version = "0.31.11"
20062source = "registry+https://github.com/rust-lang/crates.io-index"
20063checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20064dependencies = [
20065 "bitflags 2.10.0",
20066 "rustix 1.1.2",
20067 "wayland-backend",
20068 "wayland-scanner",
20069]
20070
20071[[package]]
20072name = "wayland-cursor"
20073version = "0.31.11"
20074source = "registry+https://github.com/rust-lang/crates.io-index"
20075checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20076dependencies = [
20077 "rustix 1.1.2",
20078 "wayland-client",
20079 "xcursor",
20080]
20081
20082[[package]]
20083name = "wayland-protocols"
20084version = "0.32.9"
20085source = "registry+https://github.com/rust-lang/crates.io-index"
20086checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20087dependencies = [
20088 "bitflags 2.10.0",
20089 "wayland-backend",
20090 "wayland-client",
20091 "wayland-scanner",
20092]
20093
20094[[package]]
20095name = "wayland-protocols-plasma"
20096version = "0.3.9"
20097source = "registry+https://github.com/rust-lang/crates.io-index"
20098checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20099dependencies = [
20100 "bitflags 2.10.0",
20101 "wayland-backend",
20102 "wayland-client",
20103 "wayland-protocols",
20104 "wayland-scanner",
20105]
20106
20107[[package]]
20108name = "wayland-protocols-wlr"
20109version = "0.3.9"
20110source = "registry+https://github.com/rust-lang/crates.io-index"
20111checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20112dependencies = [
20113 "bitflags 2.10.0",
20114 "wayland-backend",
20115 "wayland-client",
20116 "wayland-protocols",
20117 "wayland-scanner",
20118]
20119
20120[[package]]
20121name = "wayland-scanner"
20122version = "0.31.7"
20123source = "registry+https://github.com/rust-lang/crates.io-index"
20124checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20125dependencies = [
20126 "proc-macro2",
20127 "quick-xml 0.37.5",
20128 "quote",
20129]
20130
20131[[package]]
20132name = "wayland-sys"
20133version = "0.31.7"
20134source = "registry+https://github.com/rust-lang/crates.io-index"
20135checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20136dependencies = [
20137 "dlib",
20138 "log",
20139 "once_cell",
20140 "pkg-config",
20141]
20142
20143[[package]]
20144name = "web-sys"
20145version = "0.3.90"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20148dependencies = [
20149 "js-sys",
20150 "wasm-bindgen",
20151]
20152
20153[[package]]
20154name = "web-time"
20155version = "1.1.0"
20156source = "registry+https://github.com/rust-lang/crates.io-index"
20157checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20158dependencies = [
20159 "js-sys",
20160 "serde",
20161 "wasm-bindgen",
20162]
20163
20164[[package]]
20165name = "web_atoms"
20166version = "0.1.3"
20167source = "registry+https://github.com/rust-lang/crates.io-index"
20168checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20169dependencies = [
20170 "phf 0.11.3",
20171 "phf_codegen",
20172 "string_cache",
20173 "string_cache_codegen",
20174]
20175
20176[[package]]
20177name = "web_search"
20178version = "0.1.0"
20179dependencies = [
20180 "anyhow",
20181 "cloud_llm_client",
20182 "collections",
20183 "gpui",
20184 "serde",
20185]
20186
20187[[package]]
20188name = "web_search_providers"
20189version = "0.1.0"
20190dependencies = [
20191 "anyhow",
20192 "client",
20193 "cloud_api_client",
20194 "cloud_api_types",
20195 "cloud_llm_client",
20196 "futures 0.3.32",
20197 "gpui",
20198 "http_client",
20199 "language_model",
20200 "serde",
20201 "serde_json",
20202 "web_search",
20203]
20204
20205[[package]]
20206name = "webpki-root-certs"
20207version = "0.26.8"
20208source = "registry+https://github.com/rust-lang/crates.io-index"
20209checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20210dependencies = [
20211 "rustls-pki-types",
20212]
20213
20214[[package]]
20215name = "webpki-roots"
20216version = "0.26.8"
20217source = "registry+https://github.com/rust-lang/crates.io-index"
20218checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20219dependencies = [
20220 "rustls-pki-types",
20221]
20222
20223[[package]]
20224name = "webrtc-sys"
20225version = "0.3.23"
20226source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20227dependencies = [
20228 "cc",
20229 "cxx",
20230 "cxx-build",
20231 "glob",
20232 "log",
20233 "pkg-config",
20234 "webrtc-sys-build",
20235]
20236
20237[[package]]
20238name = "webrtc-sys-build"
20239version = "0.3.13"
20240source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20241dependencies = [
20242 "anyhow",
20243 "fs2",
20244 "regex",
20245 "reqwest 0.12.24",
20246 "scratch",
20247 "semver",
20248 "zip 0.6.6",
20249]
20250
20251[[package]]
20252name = "weezl"
20253version = "0.1.10"
20254source = "registry+https://github.com/rust-lang/crates.io-index"
20255checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20256
20257[[package]]
20258name = "wgpu"
20259version = "29.0.0"
20260source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20261dependencies = [
20262 "arrayvec",
20263 "bitflags 2.10.0",
20264 "bytemuck",
20265 "cfg-if",
20266 "cfg_aliases 0.2.1",
20267 "document-features",
20268 "hashbrown 0.16.1",
20269 "js-sys",
20270 "log",
20271 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20272 "parking_lot",
20273 "portable-atomic",
20274 "profiling",
20275 "raw-window-handle",
20276 "smallvec",
20277 "static_assertions",
20278 "wasm-bindgen",
20279 "wasm-bindgen-futures",
20280 "web-sys",
20281 "wgpu-core",
20282 "wgpu-hal",
20283 "wgpu-types",
20284]
20285
20286[[package]]
20287name = "wgpu-core"
20288version = "29.0.0"
20289source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20290dependencies = [
20291 "arrayvec",
20292 "bit-set 0.9.1",
20293 "bit-vec 0.9.1",
20294 "bitflags 2.10.0",
20295 "bytemuck",
20296 "cfg_aliases 0.2.1",
20297 "document-features",
20298 "hashbrown 0.16.1",
20299 "indexmap",
20300 "log",
20301 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20302 "once_cell",
20303 "parking_lot",
20304 "portable-atomic",
20305 "profiling",
20306 "raw-window-handle",
20307 "rustc-hash 1.1.0",
20308 "smallvec",
20309 "thiserror 2.0.17",
20310 "wgpu-core-deps-apple",
20311 "wgpu-core-deps-emscripten",
20312 "wgpu-core-deps-windows-linux-android",
20313 "wgpu-hal",
20314 "wgpu-naga-bridge",
20315 "wgpu-types",
20316]
20317
20318[[package]]
20319name = "wgpu-core-deps-apple"
20320version = "29.0.0"
20321source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20322dependencies = [
20323 "wgpu-hal",
20324]
20325
20326[[package]]
20327name = "wgpu-core-deps-emscripten"
20328version = "29.0.0"
20329source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20330dependencies = [
20331 "wgpu-hal",
20332]
20333
20334[[package]]
20335name = "wgpu-core-deps-windows-linux-android"
20336version = "29.0.0"
20337source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20338dependencies = [
20339 "wgpu-hal",
20340]
20341
20342[[package]]
20343name = "wgpu-hal"
20344version = "29.0.0"
20345source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20346dependencies = [
20347 "android_system_properties",
20348 "arrayvec",
20349 "ash",
20350 "bit-set 0.9.1",
20351 "bitflags 2.10.0",
20352 "block2",
20353 "bytemuck",
20354 "cfg-if",
20355 "cfg_aliases 0.2.1",
20356 "glow",
20357 "glutin_wgl_sys",
20358 "gpu-allocator",
20359 "gpu-descriptor",
20360 "hashbrown 0.16.1",
20361 "js-sys",
20362 "khronos-egl",
20363 "libc",
20364 "libloading",
20365 "log",
20366 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20367 "ndk-sys",
20368 "objc2",
20369 "objc2-core-foundation",
20370 "objc2-foundation",
20371 "objc2-metal",
20372 "objc2-quartz-core",
20373 "once_cell",
20374 "ordered-float 4.6.0",
20375 "parking_lot",
20376 "portable-atomic",
20377 "portable-atomic-util",
20378 "profiling",
20379 "range-alloc",
20380 "raw-window-handle",
20381 "raw-window-metal",
20382 "renderdoc-sys",
20383 "smallvec",
20384 "thiserror 2.0.17",
20385 "wasm-bindgen",
20386 "wayland-sys",
20387 "web-sys",
20388 "wgpu-naga-bridge",
20389 "wgpu-types",
20390 "windows 0.62.2",
20391 "windows-core 0.62.2",
20392]
20393
20394[[package]]
20395name = "wgpu-naga-bridge"
20396version = "29.0.0"
20397source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20398dependencies = [
20399 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20400 "wgpu-types",
20401]
20402
20403[[package]]
20404name = "wgpu-types"
20405version = "29.0.0"
20406source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20407dependencies = [
20408 "bitflags 2.10.0",
20409 "bytemuck",
20410 "js-sys",
20411 "log",
20412 "raw-window-handle",
20413 "web-sys",
20414]
20415
20416[[package]]
20417name = "which"
20418version = "4.4.2"
20419source = "registry+https://github.com/rust-lang/crates.io-index"
20420checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20421dependencies = [
20422 "either",
20423 "home",
20424 "once_cell",
20425 "rustix 0.38.44",
20426]
20427
20428[[package]]
20429name = "which"
20430version = "6.0.3"
20431source = "registry+https://github.com/rust-lang/crates.io-index"
20432checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20433dependencies = [
20434 "either",
20435 "home",
20436 "rustix 0.38.44",
20437 "winsafe",
20438]
20439
20440[[package]]
20441name = "which_key"
20442version = "0.1.0"
20443dependencies = [
20444 "command_palette",
20445 "gpui",
20446 "serde",
20447 "settings",
20448 "theme_settings",
20449 "ui",
20450 "util",
20451 "workspace",
20452]
20453
20454[[package]]
20455name = "whoami"
20456version = "1.6.1"
20457source = "registry+https://github.com/rust-lang/crates.io-index"
20458checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20459dependencies = [
20460 "libredox",
20461 "wasite",
20462]
20463
20464[[package]]
20465name = "wiggle"
20466version = "36.0.6"
20467source = "registry+https://github.com/rust-lang/crates.io-index"
20468checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20469dependencies = [
20470 "anyhow",
20471 "async-trait",
20472 "bitflags 2.10.0",
20473 "thiserror 2.0.17",
20474 "tracing",
20475 "wasmtime",
20476 "wiggle-macro",
20477]
20478
20479[[package]]
20480name = "wiggle-generate"
20481version = "36.0.6"
20482source = "registry+https://github.com/rust-lang/crates.io-index"
20483checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20484dependencies = [
20485 "anyhow",
20486 "heck 0.5.0",
20487 "proc-macro2",
20488 "quote",
20489 "syn 2.0.117",
20490 "witx",
20491]
20492
20493[[package]]
20494name = "wiggle-macro"
20495version = "36.0.6"
20496source = "registry+https://github.com/rust-lang/crates.io-index"
20497checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20498dependencies = [
20499 "proc-macro2",
20500 "quote",
20501 "syn 2.0.117",
20502 "wiggle-generate",
20503]
20504
20505[[package]]
20506name = "winapi"
20507version = "0.3.9"
20508source = "registry+https://github.com/rust-lang/crates.io-index"
20509checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20510dependencies = [
20511 "winapi-i686-pc-windows-gnu",
20512 "winapi-x86_64-pc-windows-gnu",
20513]
20514
20515[[package]]
20516name = "winapi-i686-pc-windows-gnu"
20517version = "0.4.0"
20518source = "registry+https://github.com/rust-lang/crates.io-index"
20519checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20520
20521[[package]]
20522name = "winapi-util"
20523version = "0.1.11"
20524source = "registry+https://github.com/rust-lang/crates.io-index"
20525checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20526dependencies = [
20527 "windows-sys 0.61.2",
20528]
20529
20530[[package]]
20531name = "winapi-x86_64-pc-windows-gnu"
20532version = "0.4.0"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20535
20536[[package]]
20537name = "winch-codegen"
20538version = "36.0.7"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20541dependencies = [
20542 "anyhow",
20543 "cranelift-assembler-x64",
20544 "cranelift-codegen",
20545 "gimli",
20546 "regalloc2",
20547 "smallvec",
20548 "target-lexicon 0.13.3",
20549 "thiserror 2.0.17",
20550 "wasmparser 0.236.1",
20551 "wasmtime-environ",
20552 "wasmtime-internal-cranelift",
20553 "wasmtime-internal-math",
20554]
20555
20556[[package]]
20557name = "windows"
20558version = "0.56.0"
20559source = "registry+https://github.com/rust-lang/crates.io-index"
20560checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20561dependencies = [
20562 "windows-core 0.56.0",
20563 "windows-targets 0.52.6",
20564]
20565
20566[[package]]
20567name = "windows"
20568version = "0.57.0"
20569source = "registry+https://github.com/rust-lang/crates.io-index"
20570checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20571dependencies = [
20572 "windows-core 0.57.0",
20573 "windows-targets 0.52.6",
20574]
20575
20576[[package]]
20577name = "windows"
20578version = "0.58.0"
20579source = "registry+https://github.com/rust-lang/crates.io-index"
20580checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20581dependencies = [
20582 "windows-core 0.58.0",
20583 "windows-targets 0.52.6",
20584]
20585
20586[[package]]
20587name = "windows"
20588version = "0.61.3"
20589source = "registry+https://github.com/rust-lang/crates.io-index"
20590checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20591dependencies = [
20592 "windows-collections 0.2.0",
20593 "windows-core 0.61.2",
20594 "windows-future 0.2.1",
20595 "windows-link 0.1.3",
20596 "windows-numerics 0.2.0",
20597]
20598
20599[[package]]
20600name = "windows"
20601version = "0.62.2"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20604dependencies = [
20605 "windows-collections 0.3.2",
20606 "windows-core 0.62.2",
20607 "windows-future 0.3.2",
20608 "windows-numerics 0.3.1",
20609]
20610
20611[[package]]
20612name = "windows-bindgen"
20613version = "0.61.1"
20614source = "registry+https://github.com/rust-lang/crates.io-index"
20615checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20616dependencies = [
20617 "serde",
20618 "serde_json",
20619 "windows-threading 0.1.0",
20620]
20621
20622[[package]]
20623name = "windows-capture"
20624version = "1.4.3"
20625source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20626dependencies = [
20627 "clap",
20628 "ctrlc",
20629 "parking_lot",
20630 "rayon",
20631 "thiserror 2.0.17",
20632 "windows 0.61.3",
20633 "windows-future 0.2.1",
20634]
20635
20636[[package]]
20637name = "windows-collections"
20638version = "0.2.0"
20639source = "registry+https://github.com/rust-lang/crates.io-index"
20640checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20641dependencies = [
20642 "windows-core 0.61.2",
20643]
20644
20645[[package]]
20646name = "windows-collections"
20647version = "0.3.2"
20648source = "registry+https://github.com/rust-lang/crates.io-index"
20649checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20650dependencies = [
20651 "windows-core 0.62.2",
20652]
20653
20654[[package]]
20655name = "windows-core"
20656version = "0.56.0"
20657source = "registry+https://github.com/rust-lang/crates.io-index"
20658checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20659dependencies = [
20660 "windows-implement 0.56.0",
20661 "windows-interface 0.56.0",
20662 "windows-result 0.1.2",
20663 "windows-targets 0.52.6",
20664]
20665
20666[[package]]
20667name = "windows-core"
20668version = "0.57.0"
20669source = "registry+https://github.com/rust-lang/crates.io-index"
20670checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20671dependencies = [
20672 "windows-implement 0.57.0",
20673 "windows-interface 0.57.0",
20674 "windows-result 0.1.2",
20675 "windows-targets 0.52.6",
20676]
20677
20678[[package]]
20679name = "windows-core"
20680version = "0.58.0"
20681source = "registry+https://github.com/rust-lang/crates.io-index"
20682checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20683dependencies = [
20684 "windows-implement 0.58.0",
20685 "windows-interface 0.58.0",
20686 "windows-result 0.2.0",
20687 "windows-strings 0.1.0",
20688 "windows-targets 0.52.6",
20689]
20690
20691[[package]]
20692name = "windows-core"
20693version = "0.61.2"
20694source = "registry+https://github.com/rust-lang/crates.io-index"
20695checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20696dependencies = [
20697 "windows-implement 0.60.2",
20698 "windows-interface 0.59.3",
20699 "windows-link 0.1.3",
20700 "windows-result 0.3.4",
20701 "windows-strings 0.4.2",
20702]
20703
20704[[package]]
20705name = "windows-core"
20706version = "0.62.2"
20707source = "registry+https://github.com/rust-lang/crates.io-index"
20708checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20709dependencies = [
20710 "windows-implement 0.60.2",
20711 "windows-interface 0.59.3",
20712 "windows-link 0.2.1",
20713 "windows-result 0.4.1",
20714 "windows-strings 0.5.1",
20715]
20716
20717[[package]]
20718name = "windows-future"
20719version = "0.2.1"
20720source = "registry+https://github.com/rust-lang/crates.io-index"
20721checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20722dependencies = [
20723 "windows-core 0.61.2",
20724 "windows-link 0.1.3",
20725 "windows-threading 0.1.0",
20726]
20727
20728[[package]]
20729name = "windows-future"
20730version = "0.3.2"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20733dependencies = [
20734 "windows-core 0.62.2",
20735 "windows-link 0.2.1",
20736 "windows-threading 0.2.1",
20737]
20738
20739[[package]]
20740name = "windows-implement"
20741version = "0.56.0"
20742source = "registry+https://github.com/rust-lang/crates.io-index"
20743checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20744dependencies = [
20745 "proc-macro2",
20746 "quote",
20747 "syn 2.0.117",
20748]
20749
20750[[package]]
20751name = "windows-implement"
20752version = "0.57.0"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20755dependencies = [
20756 "proc-macro2",
20757 "quote",
20758 "syn 2.0.117",
20759]
20760
20761[[package]]
20762name = "windows-implement"
20763version = "0.58.0"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20766dependencies = [
20767 "proc-macro2",
20768 "quote",
20769 "syn 2.0.117",
20770]
20771
20772[[package]]
20773name = "windows-implement"
20774version = "0.60.2"
20775source = "registry+https://github.com/rust-lang/crates.io-index"
20776checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20777dependencies = [
20778 "proc-macro2",
20779 "quote",
20780 "syn 2.0.117",
20781]
20782
20783[[package]]
20784name = "windows-interface"
20785version = "0.56.0"
20786source = "registry+https://github.com/rust-lang/crates.io-index"
20787checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20788dependencies = [
20789 "proc-macro2",
20790 "quote",
20791 "syn 2.0.117",
20792]
20793
20794[[package]]
20795name = "windows-interface"
20796version = "0.57.0"
20797source = "registry+https://github.com/rust-lang/crates.io-index"
20798checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20799dependencies = [
20800 "proc-macro2",
20801 "quote",
20802 "syn 2.0.117",
20803]
20804
20805[[package]]
20806name = "windows-interface"
20807version = "0.58.0"
20808source = "registry+https://github.com/rust-lang/crates.io-index"
20809checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20810dependencies = [
20811 "proc-macro2",
20812 "quote",
20813 "syn 2.0.117",
20814]
20815
20816[[package]]
20817name = "windows-interface"
20818version = "0.59.3"
20819source = "registry+https://github.com/rust-lang/crates.io-index"
20820checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20821dependencies = [
20822 "proc-macro2",
20823 "quote",
20824 "syn 2.0.117",
20825]
20826
20827[[package]]
20828name = "windows-link"
20829version = "0.1.3"
20830source = "registry+https://github.com/rust-lang/crates.io-index"
20831checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20832
20833[[package]]
20834name = "windows-link"
20835version = "0.2.1"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20838
20839[[package]]
20840name = "windows-numerics"
20841version = "0.2.0"
20842source = "registry+https://github.com/rust-lang/crates.io-index"
20843checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20844dependencies = [
20845 "windows-core 0.61.2",
20846 "windows-link 0.1.3",
20847]
20848
20849[[package]]
20850name = "windows-numerics"
20851version = "0.3.1"
20852source = "registry+https://github.com/rust-lang/crates.io-index"
20853checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20854dependencies = [
20855 "windows-core 0.62.2",
20856 "windows-link 0.2.1",
20857]
20858
20859[[package]]
20860name = "windows-registry"
20861version = "0.4.0"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20864dependencies = [
20865 "windows-result 0.3.4",
20866 "windows-strings 0.3.1",
20867 "windows-targets 0.53.5",
20868]
20869
20870[[package]]
20871name = "windows-registry"
20872version = "0.5.3"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20875dependencies = [
20876 "windows-link 0.1.3",
20877 "windows-result 0.3.4",
20878 "windows-strings 0.4.2",
20879]
20880
20881[[package]]
20882name = "windows-registry"
20883version = "0.6.1"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20886dependencies = [
20887 "windows-link 0.2.1",
20888 "windows-result 0.4.1",
20889 "windows-strings 0.5.1",
20890]
20891
20892[[package]]
20893name = "windows-result"
20894version = "0.1.2"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20897dependencies = [
20898 "windows-targets 0.52.6",
20899]
20900
20901[[package]]
20902name = "windows-result"
20903version = "0.2.0"
20904source = "registry+https://github.com/rust-lang/crates.io-index"
20905checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20906dependencies = [
20907 "windows-targets 0.52.6",
20908]
20909
20910[[package]]
20911name = "windows-result"
20912version = "0.3.4"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20915dependencies = [
20916 "windows-link 0.1.3",
20917]
20918
20919[[package]]
20920name = "windows-result"
20921version = "0.4.1"
20922source = "registry+https://github.com/rust-lang/crates.io-index"
20923checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20924dependencies = [
20925 "windows-link 0.2.1",
20926]
20927
20928[[package]]
20929name = "windows-strings"
20930version = "0.1.0"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20933dependencies = [
20934 "windows-result 0.2.0",
20935 "windows-targets 0.52.6",
20936]
20937
20938[[package]]
20939name = "windows-strings"
20940version = "0.3.1"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20943dependencies = [
20944 "windows-link 0.1.3",
20945]
20946
20947[[package]]
20948name = "windows-strings"
20949version = "0.4.2"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20952dependencies = [
20953 "windows-link 0.1.3",
20954]
20955
20956[[package]]
20957name = "windows-strings"
20958version = "0.5.1"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20961dependencies = [
20962 "windows-link 0.2.1",
20963]
20964
20965[[package]]
20966name = "windows-sys"
20967version = "0.45.0"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20970dependencies = [
20971 "windows-targets 0.42.2",
20972]
20973
20974[[package]]
20975name = "windows-sys"
20976version = "0.48.0"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20979dependencies = [
20980 "windows-targets 0.48.5",
20981]
20982
20983[[package]]
20984name = "windows-sys"
20985version = "0.52.0"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
20988dependencies = [
20989 "windows-targets 0.52.6",
20990]
20991
20992[[package]]
20993name = "windows-sys"
20994version = "0.59.0"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
20997dependencies = [
20998 "windows-targets 0.52.6",
20999]
21000
21001[[package]]
21002name = "windows-sys"
21003version = "0.60.2"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21006dependencies = [
21007 "windows-targets 0.53.5",
21008]
21009
21010[[package]]
21011name = "windows-sys"
21012version = "0.61.2"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21015dependencies = [
21016 "windows-link 0.2.1",
21017]
21018
21019[[package]]
21020name = "windows-targets"
21021version = "0.42.2"
21022source = "registry+https://github.com/rust-lang/crates.io-index"
21023checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21024dependencies = [
21025 "windows_aarch64_gnullvm 0.42.2",
21026 "windows_aarch64_msvc 0.42.2",
21027 "windows_i686_gnu 0.42.2",
21028 "windows_i686_msvc 0.42.2",
21029 "windows_x86_64_gnu 0.42.2",
21030 "windows_x86_64_gnullvm 0.42.2",
21031 "windows_x86_64_msvc 0.42.2",
21032]
21033
21034[[package]]
21035name = "windows-targets"
21036version = "0.48.5"
21037source = "registry+https://github.com/rust-lang/crates.io-index"
21038checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21039dependencies = [
21040 "windows_aarch64_gnullvm 0.48.5",
21041 "windows_aarch64_msvc 0.48.5",
21042 "windows_i686_gnu 0.48.5",
21043 "windows_i686_msvc 0.48.5",
21044 "windows_x86_64_gnu 0.48.5",
21045 "windows_x86_64_gnullvm 0.48.5",
21046 "windows_x86_64_msvc 0.48.5",
21047]
21048
21049[[package]]
21050name = "windows-targets"
21051version = "0.52.6"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21054dependencies = [
21055 "windows_aarch64_gnullvm 0.52.6",
21056 "windows_aarch64_msvc 0.52.6",
21057 "windows_i686_gnu 0.52.6",
21058 "windows_i686_gnullvm 0.52.6",
21059 "windows_i686_msvc 0.52.6",
21060 "windows_x86_64_gnu 0.52.6",
21061 "windows_x86_64_gnullvm 0.52.6",
21062 "windows_x86_64_msvc 0.52.6",
21063]
21064
21065[[package]]
21066name = "windows-targets"
21067version = "0.53.5"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21070dependencies = [
21071 "windows-link 0.2.1",
21072 "windows_aarch64_gnullvm 0.53.1",
21073 "windows_aarch64_msvc 0.53.1",
21074 "windows_i686_gnu 0.53.1",
21075 "windows_i686_gnullvm 0.53.1",
21076 "windows_i686_msvc 0.53.1",
21077 "windows_x86_64_gnu 0.53.1",
21078 "windows_x86_64_gnullvm 0.53.1",
21079 "windows_x86_64_msvc 0.53.1",
21080]
21081
21082[[package]]
21083name = "windows-threading"
21084version = "0.1.0"
21085source = "registry+https://github.com/rust-lang/crates.io-index"
21086checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21087dependencies = [
21088 "windows-link 0.1.3",
21089]
21090
21091[[package]]
21092name = "windows-threading"
21093version = "0.2.1"
21094source = "registry+https://github.com/rust-lang/crates.io-index"
21095checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21096dependencies = [
21097 "windows-link 0.2.1",
21098]
21099
21100[[package]]
21101name = "windows_aarch64_gnullvm"
21102version = "0.42.2"
21103source = "registry+https://github.com/rust-lang/crates.io-index"
21104checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21105
21106[[package]]
21107name = "windows_aarch64_gnullvm"
21108version = "0.48.5"
21109source = "registry+https://github.com/rust-lang/crates.io-index"
21110checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21111
21112[[package]]
21113name = "windows_aarch64_gnullvm"
21114version = "0.52.6"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21117
21118[[package]]
21119name = "windows_aarch64_gnullvm"
21120version = "0.53.1"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21123
21124[[package]]
21125name = "windows_aarch64_msvc"
21126version = "0.42.2"
21127source = "registry+https://github.com/rust-lang/crates.io-index"
21128checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21129
21130[[package]]
21131name = "windows_aarch64_msvc"
21132version = "0.48.5"
21133source = "registry+https://github.com/rust-lang/crates.io-index"
21134checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21135
21136[[package]]
21137name = "windows_aarch64_msvc"
21138version = "0.52.6"
21139source = "registry+https://github.com/rust-lang/crates.io-index"
21140checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21141
21142[[package]]
21143name = "windows_aarch64_msvc"
21144version = "0.53.1"
21145source = "registry+https://github.com/rust-lang/crates.io-index"
21146checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21147
21148[[package]]
21149name = "windows_i686_gnu"
21150version = "0.42.2"
21151source = "registry+https://github.com/rust-lang/crates.io-index"
21152checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21153
21154[[package]]
21155name = "windows_i686_gnu"
21156version = "0.48.5"
21157source = "registry+https://github.com/rust-lang/crates.io-index"
21158checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21159
21160[[package]]
21161name = "windows_i686_gnu"
21162version = "0.52.6"
21163source = "registry+https://github.com/rust-lang/crates.io-index"
21164checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21165
21166[[package]]
21167name = "windows_i686_gnu"
21168version = "0.53.1"
21169source = "registry+https://github.com/rust-lang/crates.io-index"
21170checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21171
21172[[package]]
21173name = "windows_i686_gnullvm"
21174version = "0.52.6"
21175source = "registry+https://github.com/rust-lang/crates.io-index"
21176checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21177
21178[[package]]
21179name = "windows_i686_gnullvm"
21180version = "0.53.1"
21181source = "registry+https://github.com/rust-lang/crates.io-index"
21182checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21183
21184[[package]]
21185name = "windows_i686_msvc"
21186version = "0.42.2"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21189
21190[[package]]
21191name = "windows_i686_msvc"
21192version = "0.48.5"
21193source = "registry+https://github.com/rust-lang/crates.io-index"
21194checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21195
21196[[package]]
21197name = "windows_i686_msvc"
21198version = "0.52.6"
21199source = "registry+https://github.com/rust-lang/crates.io-index"
21200checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21201
21202[[package]]
21203name = "windows_i686_msvc"
21204version = "0.53.1"
21205source = "registry+https://github.com/rust-lang/crates.io-index"
21206checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21207
21208[[package]]
21209name = "windows_x86_64_gnu"
21210version = "0.42.2"
21211source = "registry+https://github.com/rust-lang/crates.io-index"
21212checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21213
21214[[package]]
21215name = "windows_x86_64_gnu"
21216version = "0.48.5"
21217source = "registry+https://github.com/rust-lang/crates.io-index"
21218checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21219
21220[[package]]
21221name = "windows_x86_64_gnu"
21222version = "0.52.6"
21223source = "registry+https://github.com/rust-lang/crates.io-index"
21224checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21225
21226[[package]]
21227name = "windows_x86_64_gnu"
21228version = "0.53.1"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21231
21232[[package]]
21233name = "windows_x86_64_gnullvm"
21234version = "0.42.2"
21235source = "registry+https://github.com/rust-lang/crates.io-index"
21236checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21237
21238[[package]]
21239name = "windows_x86_64_gnullvm"
21240version = "0.48.5"
21241source = "registry+https://github.com/rust-lang/crates.io-index"
21242checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21243
21244[[package]]
21245name = "windows_x86_64_gnullvm"
21246version = "0.52.6"
21247source = "registry+https://github.com/rust-lang/crates.io-index"
21248checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21249
21250[[package]]
21251name = "windows_x86_64_gnullvm"
21252version = "0.53.1"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21255
21256[[package]]
21257name = "windows_x86_64_msvc"
21258version = "0.42.2"
21259source = "registry+https://github.com/rust-lang/crates.io-index"
21260checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21261
21262[[package]]
21263name = "windows_x86_64_msvc"
21264version = "0.48.5"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21267
21268[[package]]
21269name = "windows_x86_64_msvc"
21270version = "0.52.6"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21273
21274[[package]]
21275name = "windows_x86_64_msvc"
21276version = "0.53.1"
21277source = "registry+https://github.com/rust-lang/crates.io-index"
21278checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21279
21280[[package]]
21281name = "winnow"
21282version = "0.7.13"
21283source = "registry+https://github.com/rust-lang/crates.io-index"
21284checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21285dependencies = [
21286 "memchr",
21287]
21288
21289[[package]]
21290name = "winreg"
21291version = "0.10.1"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21294dependencies = [
21295 "winapi",
21296]
21297
21298[[package]]
21299name = "winreg"
21300version = "0.50.0"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21303dependencies = [
21304 "cfg-if",
21305 "windows-sys 0.48.0",
21306]
21307
21308[[package]]
21309name = "winreg"
21310version = "0.55.0"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21313dependencies = [
21314 "cfg-if",
21315 "windows-sys 0.59.0",
21316]
21317
21318[[package]]
21319name = "winresource"
21320version = "0.1.23"
21321source = "registry+https://github.com/rust-lang/crates.io-index"
21322checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21323dependencies = [
21324 "toml 0.8.23",
21325 "version_check",
21326]
21327
21328[[package]]
21329name = "winsafe"
21330version = "0.0.19"
21331source = "registry+https://github.com/rust-lang/crates.io-index"
21332checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21333
21334[[package]]
21335name = "winx"
21336version = "0.36.4"
21337source = "registry+https://github.com/rust-lang/crates.io-index"
21338checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21339dependencies = [
21340 "bitflags 2.10.0",
21341 "windows-sys 0.59.0",
21342]
21343
21344[[package]]
21345name = "wio"
21346version = "0.2.2"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21349dependencies = [
21350 "winapi",
21351]
21352
21353[[package]]
21354name = "wit-bindgen"
21355version = "0.22.0"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21358dependencies = [
21359 "bitflags 2.10.0",
21360 "wit-bindgen-rt 0.22.0",
21361 "wit-bindgen-rust-macro 0.22.0",
21362]
21363
21364[[package]]
21365name = "wit-bindgen"
21366version = "0.41.0"
21367source = "registry+https://github.com/rust-lang/crates.io-index"
21368checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21369dependencies = [
21370 "wit-bindgen-rt 0.41.0",
21371 "wit-bindgen-rust-macro 0.41.0",
21372]
21373
21374[[package]]
21375name = "wit-bindgen"
21376version = "0.46.0"
21377source = "registry+https://github.com/rust-lang/crates.io-index"
21378checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21379
21380[[package]]
21381name = "wit-bindgen"
21382version = "0.51.0"
21383source = "registry+https://github.com/rust-lang/crates.io-index"
21384checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21385dependencies = [
21386 "wit-bindgen-rust-macro 0.51.0",
21387]
21388
21389[[package]]
21390name = "wit-bindgen-core"
21391version = "0.22.0"
21392source = "registry+https://github.com/rust-lang/crates.io-index"
21393checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21394dependencies = [
21395 "anyhow",
21396 "wit-parser 0.201.0",
21397]
21398
21399[[package]]
21400name = "wit-bindgen-core"
21401version = "0.41.0"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21404dependencies = [
21405 "anyhow",
21406 "heck 0.5.0",
21407 "wit-parser 0.227.1",
21408]
21409
21410[[package]]
21411name = "wit-bindgen-core"
21412version = "0.51.0"
21413source = "registry+https://github.com/rust-lang/crates.io-index"
21414checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21415dependencies = [
21416 "anyhow",
21417 "heck 0.5.0",
21418 "wit-parser 0.244.0",
21419]
21420
21421[[package]]
21422name = "wit-bindgen-rt"
21423version = "0.22.0"
21424source = "registry+https://github.com/rust-lang/crates.io-index"
21425checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21426
21427[[package]]
21428name = "wit-bindgen-rt"
21429version = "0.41.0"
21430source = "registry+https://github.com/rust-lang/crates.io-index"
21431checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21432dependencies = [
21433 "bitflags 2.10.0",
21434 "futures 0.3.32",
21435 "once_cell",
21436]
21437
21438[[package]]
21439name = "wit-bindgen-rust"
21440version = "0.22.0"
21441source = "registry+https://github.com/rust-lang/crates.io-index"
21442checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21443dependencies = [
21444 "anyhow",
21445 "heck 0.4.1",
21446 "indexmap",
21447 "wasm-metadata 0.201.0",
21448 "wit-bindgen-core 0.22.0",
21449 "wit-component 0.201.0",
21450]
21451
21452[[package]]
21453name = "wit-bindgen-rust"
21454version = "0.41.0"
21455source = "registry+https://github.com/rust-lang/crates.io-index"
21456checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21457dependencies = [
21458 "anyhow",
21459 "heck 0.5.0",
21460 "indexmap",
21461 "prettyplease",
21462 "syn 2.0.117",
21463 "wasm-metadata 0.227.1",
21464 "wit-bindgen-core 0.41.0",
21465 "wit-component 0.227.1",
21466]
21467
21468[[package]]
21469name = "wit-bindgen-rust"
21470version = "0.51.0"
21471source = "registry+https://github.com/rust-lang/crates.io-index"
21472checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21473dependencies = [
21474 "anyhow",
21475 "heck 0.5.0",
21476 "indexmap",
21477 "prettyplease",
21478 "syn 2.0.117",
21479 "wasm-metadata 0.244.0",
21480 "wit-bindgen-core 0.51.0",
21481 "wit-component 0.244.0",
21482]
21483
21484[[package]]
21485name = "wit-bindgen-rust-macro"
21486version = "0.22.0"
21487source = "registry+https://github.com/rust-lang/crates.io-index"
21488checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21489dependencies = [
21490 "anyhow",
21491 "proc-macro2",
21492 "quote",
21493 "syn 2.0.117",
21494 "wit-bindgen-core 0.22.0",
21495 "wit-bindgen-rust 0.22.0",
21496]
21497
21498[[package]]
21499name = "wit-bindgen-rust-macro"
21500version = "0.41.0"
21501source = "registry+https://github.com/rust-lang/crates.io-index"
21502checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21503dependencies = [
21504 "anyhow",
21505 "prettyplease",
21506 "proc-macro2",
21507 "quote",
21508 "syn 2.0.117",
21509 "wit-bindgen-core 0.41.0",
21510 "wit-bindgen-rust 0.41.0",
21511]
21512
21513[[package]]
21514name = "wit-bindgen-rust-macro"
21515version = "0.51.0"
21516source = "registry+https://github.com/rust-lang/crates.io-index"
21517checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21518dependencies = [
21519 "anyhow",
21520 "prettyplease",
21521 "proc-macro2",
21522 "quote",
21523 "syn 2.0.117",
21524 "wit-bindgen-core 0.51.0",
21525 "wit-bindgen-rust 0.51.0",
21526]
21527
21528[[package]]
21529name = "wit-component"
21530version = "0.201.0"
21531source = "registry+https://github.com/rust-lang/crates.io-index"
21532checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21533dependencies = [
21534 "anyhow",
21535 "bitflags 2.10.0",
21536 "indexmap",
21537 "log",
21538 "serde",
21539 "serde_derive",
21540 "serde_json",
21541 "wasm-encoder 0.201.0",
21542 "wasm-metadata 0.201.0",
21543 "wasmparser 0.201.0",
21544 "wit-parser 0.201.0",
21545]
21546
21547[[package]]
21548name = "wit-component"
21549version = "0.227.1"
21550source = "registry+https://github.com/rust-lang/crates.io-index"
21551checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21552dependencies = [
21553 "anyhow",
21554 "bitflags 2.10.0",
21555 "indexmap",
21556 "log",
21557 "serde",
21558 "serde_derive",
21559 "serde_json",
21560 "wasm-encoder 0.227.1",
21561 "wasm-metadata 0.227.1",
21562 "wasmparser 0.227.1",
21563 "wit-parser 0.227.1",
21564]
21565
21566[[package]]
21567name = "wit-component"
21568version = "0.244.0"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21571dependencies = [
21572 "anyhow",
21573 "bitflags 2.10.0",
21574 "indexmap",
21575 "log",
21576 "serde",
21577 "serde_derive",
21578 "serde_json",
21579 "wasm-encoder 0.244.0",
21580 "wasm-metadata 0.244.0",
21581 "wasmparser 0.244.0",
21582 "wit-parser 0.244.0",
21583]
21584
21585[[package]]
21586name = "wit-parser"
21587version = "0.201.0"
21588source = "registry+https://github.com/rust-lang/crates.io-index"
21589checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21590dependencies = [
21591 "anyhow",
21592 "id-arena",
21593 "indexmap",
21594 "log",
21595 "semver",
21596 "serde",
21597 "serde_derive",
21598 "serde_json",
21599 "unicode-xid",
21600 "wasmparser 0.201.0",
21601]
21602
21603[[package]]
21604name = "wit-parser"
21605version = "0.227.1"
21606source = "registry+https://github.com/rust-lang/crates.io-index"
21607checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21608dependencies = [
21609 "anyhow",
21610 "id-arena",
21611 "indexmap",
21612 "log",
21613 "semver",
21614 "serde",
21615 "serde_derive",
21616 "serde_json",
21617 "unicode-xid",
21618 "wasmparser 0.227.1",
21619]
21620
21621[[package]]
21622name = "wit-parser"
21623version = "0.236.1"
21624source = "registry+https://github.com/rust-lang/crates.io-index"
21625checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21626dependencies = [
21627 "anyhow",
21628 "id-arena",
21629 "indexmap",
21630 "log",
21631 "semver",
21632 "serde",
21633 "serde_derive",
21634 "serde_json",
21635 "unicode-xid",
21636 "wasmparser 0.236.1",
21637]
21638
21639[[package]]
21640name = "wit-parser"
21641version = "0.244.0"
21642source = "registry+https://github.com/rust-lang/crates.io-index"
21643checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21644dependencies = [
21645 "anyhow",
21646 "id-arena",
21647 "indexmap",
21648 "log",
21649 "semver",
21650 "serde",
21651 "serde_derive",
21652 "serde_json",
21653 "unicode-xid",
21654 "wasmparser 0.244.0",
21655]
21656
21657[[package]]
21658name = "witx"
21659version = "0.9.1"
21660source = "registry+https://github.com/rust-lang/crates.io-index"
21661checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21662dependencies = [
21663 "anyhow",
21664 "log",
21665 "thiserror 1.0.69",
21666 "wast",
21667]
21668
21669[[package]]
21670name = "workspace"
21671version = "0.1.0"
21672dependencies = [
21673 "agent_settings",
21674 "any_vec",
21675 "anyhow",
21676 "async-recursion",
21677 "chrono",
21678 "client",
21679 "clock",
21680 "collections",
21681 "component",
21682 "db",
21683 "fs",
21684 "futures 0.3.32",
21685 "git",
21686 "gpui",
21687 "http_client",
21688 "itertools 0.14.0",
21689 "language",
21690 "log",
21691 "markdown",
21692 "menu",
21693 "node_runtime",
21694 "parking_lot",
21695 "postage",
21696 "pretty_assertions",
21697 "project",
21698 "release_channel",
21699 "remote",
21700 "schemars",
21701 "serde",
21702 "serde_json",
21703 "session",
21704 "settings",
21705 "smallvec",
21706 "sqlez",
21707 "strum 0.27.2",
21708 "task",
21709 "telemetry",
21710 "tempfile",
21711 "theme",
21712 "theme_settings",
21713 "ui",
21714 "util",
21715 "uuid",
21716 "vim_mode_setting",
21717 "windows 0.61.3",
21718 "zed_actions",
21719 "zlog",
21720]
21721
21722[[package]]
21723name = "worktree"
21724version = "0.1.0"
21725dependencies = [
21726 "anyhow",
21727 "async-lock 2.8.0",
21728 "chardetng",
21729 "clock",
21730 "collections",
21731 "encoding_rs",
21732 "fs",
21733 "futures 0.3.32",
21734 "fuzzy",
21735 "git",
21736 "gpui",
21737 "ignore",
21738 "language",
21739 "log",
21740 "parking_lot",
21741 "paths",
21742 "postage",
21743 "pretty_assertions",
21744 "rand 0.9.3",
21745 "rpc",
21746 "serde",
21747 "serde_json",
21748 "settings",
21749 "smallvec",
21750 "smol",
21751 "sum_tree",
21752 "text",
21753 "tracing",
21754 "util",
21755 "worktree",
21756 "zlog",
21757 "ztracing",
21758]
21759
21760[[package]]
21761name = "worktree_benchmarks"
21762version = "0.1.0"
21763dependencies = [
21764 "fs",
21765 "gpui_platform",
21766 "settings",
21767 "worktree",
21768]
21769
21770[[package]]
21771name = "wprcontrol"
21772version = "0.1.0"
21773source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21774dependencies = [
21775 "windows 0.61.3",
21776 "windows-bindgen",
21777 "windows-core 0.61.2",
21778 "windows-link 0.2.1",
21779]
21780
21781[[package]]
21782name = "writeable"
21783version = "0.6.1"
21784source = "registry+https://github.com/rust-lang/crates.io-index"
21785checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21786
21787[[package]]
21788name = "wyz"
21789version = "0.5.1"
21790source = "registry+https://github.com/rust-lang/crates.io-index"
21791checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21792dependencies = [
21793 "tap",
21794]
21795
21796[[package]]
21797name = "x11"
21798version = "2.21.0"
21799source = "registry+https://github.com/rust-lang/crates.io-index"
21800checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21801dependencies = [
21802 "libc",
21803 "pkg-config",
21804]
21805
21806[[package]]
21807name = "x11-clipboard"
21808version = "0.9.3"
21809source = "registry+https://github.com/rust-lang/crates.io-index"
21810checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21811dependencies = [
21812 "libc",
21813 "x11rb",
21814]
21815
21816[[package]]
21817name = "x11rb"
21818version = "0.13.2"
21819source = "registry+https://github.com/rust-lang/crates.io-index"
21820checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21821dependencies = [
21822 "as-raw-xcb-connection",
21823 "gethostname",
21824 "libc",
21825 "rustix 1.1.2",
21826 "x11rb-protocol",
21827 "xcursor",
21828]
21829
21830[[package]]
21831name = "x11rb-protocol"
21832version = "0.13.2"
21833source = "registry+https://github.com/rust-lang/crates.io-index"
21834checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21835
21836[[package]]
21837name = "x_ai"
21838version = "0.1.0"
21839dependencies = [
21840 "anyhow",
21841 "language_model_core",
21842 "schemars",
21843 "serde",
21844 "strum 0.27.2",
21845 "tiktoken-rs",
21846]
21847
21848[[package]]
21849name = "xattr"
21850version = "0.2.3"
21851source = "registry+https://github.com/rust-lang/crates.io-index"
21852checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21853dependencies = [
21854 "libc",
21855]
21856
21857[[package]]
21858name = "xcb"
21859version = "1.6.0"
21860source = "registry+https://github.com/rust-lang/crates.io-index"
21861checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21862dependencies = [
21863 "bitflags 1.3.2",
21864 "libc",
21865 "quick-xml 0.30.0",
21866 "x11",
21867]
21868
21869[[package]]
21870name = "xcursor"
21871version = "0.3.10"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21874
21875[[package]]
21876name = "xim-ctext"
21877version = "0.3.0"
21878source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21879dependencies = [
21880 "encoding_rs",
21881]
21882
21883[[package]]
21884name = "xim-parser"
21885version = "0.2.1"
21886source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21887dependencies = [
21888 "bitflags 2.10.0",
21889]
21890
21891[[package]]
21892name = "xkbcommon"
21893version = "0.8.0"
21894source = "registry+https://github.com/rust-lang/crates.io-index"
21895checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21896dependencies = [
21897 "as-raw-xcb-connection",
21898 "libc",
21899 "memmap2",
21900 "xkeysym",
21901]
21902
21903[[package]]
21904name = "xkeysym"
21905version = "0.2.1"
21906source = "registry+https://github.com/rust-lang/crates.io-index"
21907checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21908
21909[[package]]
21910name = "xml-rs"
21911version = "0.8.28"
21912source = "registry+https://github.com/rust-lang/crates.io-index"
21913checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21914
21915[[package]]
21916name = "xml5ever"
21917version = "0.18.1"
21918source = "registry+https://github.com/rust-lang/crates.io-index"
21919checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21920dependencies = [
21921 "log",
21922 "mac",
21923 "markup5ever 0.12.1",
21924]
21925
21926[[package]]
21927name = "xmlparser"
21928version = "0.13.6"
21929source = "registry+https://github.com/rust-lang/crates.io-index"
21930checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21931
21932[[package]]
21933name = "xmlwriter"
21934version = "0.1.0"
21935source = "registry+https://github.com/rust-lang/crates.io-index"
21936checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21937
21938[[package]]
21939name = "xtask"
21940version = "0.1.0"
21941dependencies = [
21942 "annotate-snippets",
21943 "anyhow",
21944 "backtrace",
21945 "cargo_metadata 0.19.2",
21946 "cargo_toml",
21947 "clap",
21948 "compliance",
21949 "gh-workflow",
21950 "indexmap",
21951 "indoc",
21952 "itertools 0.14.0",
21953 "regex",
21954 "serde",
21955 "serde_json",
21956 "serde_yaml",
21957 "strum 0.27.2",
21958 "tokio",
21959 "toml 0.8.23",
21960 "toml_edit 0.22.27",
21961]
21962
21963[[package]]
21964name = "yaml-rust2"
21965version = "0.8.1"
21966source = "registry+https://github.com/rust-lang/crates.io-index"
21967checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21968dependencies = [
21969 "arraydeque",
21970 "encoding_rs",
21971 "hashlink 0.8.4",
21972]
21973
21974[[package]]
21975name = "yansi"
21976version = "1.0.1"
21977source = "registry+https://github.com/rust-lang/crates.io-index"
21978checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21979
21980[[package]]
21981name = "yawc"
21982version = "0.2.5"
21983source = "registry+https://github.com/rust-lang/crates.io-index"
21984checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
21985dependencies = [
21986 "base64 0.22.1",
21987 "bytes 1.11.1",
21988 "flate2",
21989 "futures 0.3.32",
21990 "http-body-util",
21991 "hyper 1.7.0",
21992 "hyper-util",
21993 "js-sys",
21994 "nom 8.0.0",
21995 "pin-project",
21996 "rand 0.8.5",
21997 "sha1",
21998 "thiserror 1.0.69",
21999 "tokio",
22000 "tokio-rustls 0.26.2",
22001 "tokio-util",
22002 "url",
22003 "wasm-bindgen",
22004 "wasm-bindgen-futures",
22005 "web-sys",
22006 "webpki-roots",
22007]
22008
22009[[package]]
22010name = "yazi"
22011version = "0.2.1"
22012source = "registry+https://github.com/rust-lang/crates.io-index"
22013checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22014
22015[[package]]
22016name = "yeslogic-fontconfig-sys"
22017version = "6.0.0"
22018source = "registry+https://github.com/rust-lang/crates.io-index"
22019checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22020dependencies = [
22021 "dlib",
22022 "once_cell",
22023 "pkg-config",
22024]
22025
22026[[package]]
22027name = "yoke"
22028version = "0.7.5"
22029source = "registry+https://github.com/rust-lang/crates.io-index"
22030checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22031dependencies = [
22032 "serde",
22033 "stable_deref_trait",
22034 "yoke-derive 0.7.5",
22035 "zerofrom",
22036]
22037
22038[[package]]
22039name = "yoke"
22040version = "0.8.0"
22041source = "registry+https://github.com/rust-lang/crates.io-index"
22042checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22043dependencies = [
22044 "serde",
22045 "stable_deref_trait",
22046 "yoke-derive 0.8.0",
22047 "zerofrom",
22048]
22049
22050[[package]]
22051name = "yoke-derive"
22052version = "0.7.5"
22053source = "registry+https://github.com/rust-lang/crates.io-index"
22054checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22055dependencies = [
22056 "proc-macro2",
22057 "quote",
22058 "syn 2.0.117",
22059 "synstructure",
22060]
22061
22062[[package]]
22063name = "yoke-derive"
22064version = "0.8.0"
22065source = "registry+https://github.com/rust-lang/crates.io-index"
22066checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22067dependencies = [
22068 "proc-macro2",
22069 "quote",
22070 "syn 2.0.117",
22071 "synstructure",
22072]
22073
22074[[package]]
22075name = "zbus"
22076version = "5.13.2"
22077source = "registry+https://github.com/rust-lang/crates.io-index"
22078checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22079dependencies = [
22080 "async-broadcast",
22081 "async-executor",
22082 "async-io",
22083 "async-lock 3.4.2",
22084 "async-process",
22085 "async-recursion",
22086 "async-task",
22087 "async-trait",
22088 "blocking",
22089 "enumflags2",
22090 "event-listener 5.4.1",
22091 "futures-core",
22092 "futures-lite 2.6.1",
22093 "hex",
22094 "libc",
22095 "ordered-stream",
22096 "rustix 1.1.2",
22097 "serde",
22098 "serde_repr",
22099 "tracing",
22100 "uds_windows",
22101 "uuid",
22102 "windows-sys 0.61.2",
22103 "winnow",
22104 "zbus_macros",
22105 "zbus_names",
22106 "zvariant",
22107]
22108
22109[[package]]
22110name = "zbus_macros"
22111version = "5.13.2"
22112source = "registry+https://github.com/rust-lang/crates.io-index"
22113checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22114dependencies = [
22115 "proc-macro-crate",
22116 "proc-macro2",
22117 "quote",
22118 "syn 2.0.117",
22119 "zbus_names",
22120 "zvariant",
22121 "zvariant_utils",
22122]
22123
22124[[package]]
22125name = "zbus_names"
22126version = "4.3.1"
22127source = "registry+https://github.com/rust-lang/crates.io-index"
22128checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22129dependencies = [
22130 "serde",
22131 "winnow",
22132 "zvariant",
22133]
22134
22135[[package]]
22136name = "zed"
22137version = "0.233.2"
22138dependencies = [
22139 "acp_thread",
22140 "acp_tools",
22141 "action_log",
22142 "activity_indicator",
22143 "agent",
22144 "agent-client-protocol",
22145 "agent_servers",
22146 "agent_settings",
22147 "agent_ui",
22148 "anyhow",
22149 "ashpd",
22150 "askpass",
22151 "assets",
22152 "audio",
22153 "auto_update",
22154 "auto_update_ui",
22155 "breadcrumbs",
22156 "call",
22157 "channel",
22158 "chrono",
22159 "clap",
22160 "cli",
22161 "client",
22162 "clock",
22163 "codestral",
22164 "collab_ui",
22165 "collections",
22166 "command_palette",
22167 "component",
22168 "component_preview",
22169 "copilot",
22170 "copilot_chat",
22171 "copilot_ui",
22172 "crashes",
22173 "csv_preview",
22174 "dap_adapters",
22175 "db",
22176 "debug_adapter_extension",
22177 "debugger_tools",
22178 "debugger_ui",
22179 "dev_container",
22180 "diagnostics",
22181 "edit_prediction",
22182 "edit_prediction_ui",
22183 "editor",
22184 "encoding_selector",
22185 "env_logger 0.11.8",
22186 "etw_tracing",
22187 "extension",
22188 "extension_host",
22189 "extensions_ui",
22190 "feature_flags",
22191 "feedback",
22192 "file_finder",
22193 "fs",
22194 "futures 0.3.32",
22195 "git",
22196 "git_graph",
22197 "git_hosting_providers",
22198 "git_ui",
22199 "go_to_line",
22200 "gpui",
22201 "gpui_platform",
22202 "gpui_tokio",
22203 "http_client",
22204 "image",
22205 "image_viewer",
22206 "inspector_ui",
22207 "install_cli",
22208 "itertools 0.14.0",
22209 "journal",
22210 "json_schema_store",
22211 "keymap_editor",
22212 "language",
22213 "language_extension",
22214 "language_model",
22215 "language_models",
22216 "language_onboarding",
22217 "language_selector",
22218 "language_tools",
22219 "languages",
22220 "line_ending_selector",
22221 "log",
22222 "markdown",
22223 "markdown_preview",
22224 "menu",
22225 "migrator",
22226 "mimalloc",
22227 "miniprofiler_ui",
22228 "nc",
22229 "node_runtime",
22230 "notifications",
22231 "onboarding",
22232 "outline",
22233 "outline_panel",
22234 "parking_lot",
22235 "paths",
22236 "picker",
22237 "pkg-config",
22238 "pretty_assertions",
22239 "profiling",
22240 "project",
22241 "project_panel",
22242 "project_symbols",
22243 "prompt_store",
22244 "proto",
22245 "rayon",
22246 "recent_projects",
22247 "release_channel",
22248 "remote",
22249 "repl",
22250 "reqwest_client",
22251 "rope",
22252 "search",
22253 "semver",
22254 "serde",
22255 "serde_json",
22256 "session",
22257 "settings",
22258 "settings_profile_selector",
22259 "settings_ui",
22260 "shellexpand",
22261 "sidebar",
22262 "smol",
22263 "snippet_provider",
22264 "snippets_ui",
22265 "svg_preview",
22266 "sysinfo 0.37.2",
22267 "system_specs",
22268 "tab_switcher",
22269 "task",
22270 "tasks_ui",
22271 "telemetry",
22272 "telemetry_events",
22273 "tempfile",
22274 "terminal_view",
22275 "theme",
22276 "theme_extension",
22277 "theme_selector",
22278 "theme_settings",
22279 "time",
22280 "time_format",
22281 "title_bar",
22282 "toolchain_selector",
22283 "tracing",
22284 "ui",
22285 "ui_prompt",
22286 "url",
22287 "urlencoding",
22288 "util",
22289 "uuid",
22290 "vim",
22291 "vim_mode_setting",
22292 "watch",
22293 "web_search",
22294 "web_search_providers",
22295 "which_key",
22296 "windows 0.61.3",
22297 "winresource",
22298 "workspace",
22299 "zed-reqwest",
22300 "zed_actions",
22301 "zed_env_vars",
22302 "zlog",
22303 "zlog_settings",
22304 "ztracing",
22305]
22306
22307[[package]]
22308name = "zed-font-kit"
22309version = "0.14.1-zed"
22310source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22311dependencies = [
22312 "bitflags 2.10.0",
22313 "byteorder",
22314 "core-foundation 0.10.0",
22315 "core-graphics 0.24.0",
22316 "core-text",
22317 "dirs",
22318 "dwrote",
22319 "float-ord",
22320 "freetype-sys",
22321 "lazy_static",
22322 "libc",
22323 "log",
22324 "pathfinder_geometry",
22325 "pathfinder_simd",
22326 "walkdir",
22327 "winapi",
22328 "yeslogic-fontconfig-sys",
22329]
22330
22331[[package]]
22332name = "zed-reqwest"
22333version = "0.12.15-zed"
22334source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22335dependencies = [
22336 "base64 0.22.1",
22337 "bytes 1.11.1",
22338 "encoding_rs",
22339 "futures-core",
22340 "futures-util",
22341 "h2 0.4.12",
22342 "http 1.3.1",
22343 "http-body 1.0.1",
22344 "http-body-util",
22345 "hyper 1.7.0",
22346 "hyper-rustls 0.27.7",
22347 "hyper-util",
22348 "ipnet",
22349 "js-sys",
22350 "log",
22351 "mime",
22352 "mime_guess",
22353 "once_cell",
22354 "percent-encoding",
22355 "pin-project-lite",
22356 "quinn",
22357 "rustls 0.23.33",
22358 "rustls-native-certs 0.8.2",
22359 "rustls-pemfile 2.2.0",
22360 "rustls-pki-types",
22361 "serde",
22362 "serde_json",
22363 "serde_urlencoded",
22364 "sync_wrapper 1.0.2",
22365 "system-configuration 0.6.1",
22366 "tokio",
22367 "tokio-rustls 0.26.2",
22368 "tokio-socks",
22369 "tokio-util",
22370 "tower 0.5.2",
22371 "tower-service",
22372 "url",
22373 "wasm-bindgen",
22374 "wasm-bindgen-futures",
22375 "wasm-streams",
22376 "web-sys",
22377 "windows-registry 0.4.0",
22378]
22379
22380[[package]]
22381name = "zed-scap"
22382version = "0.0.8-zed"
22383source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22384dependencies = [
22385 "anyhow",
22386 "cocoa 0.25.0",
22387 "core-graphics-helmer-fork",
22388 "log",
22389 "objc",
22390 "rand 0.8.5",
22391 "screencapturekit",
22392 "screencapturekit-sys",
22393 "sysinfo 0.31.4",
22394 "tao-core-video-sys",
22395 "windows 0.61.3",
22396 "windows-capture",
22397 "x11",
22398 "xcb",
22399]
22400
22401[[package]]
22402name = "zed-xim"
22403version = "0.4.0-zed"
22404source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22405dependencies = [
22406 "ahash 0.8.12",
22407 "hashbrown 0.14.5",
22408 "log",
22409 "x11rb",
22410 "xim-ctext",
22411 "xim-parser",
22412]
22413
22414[[package]]
22415name = "zed_actions"
22416version = "0.1.0"
22417dependencies = [
22418 "gpui",
22419 "schemars",
22420 "serde",
22421 "util",
22422 "uuid",
22423]
22424
22425[[package]]
22426name = "zed_credentials_provider"
22427version = "0.1.0"
22428dependencies = [
22429 "anyhow",
22430 "credentials_provider",
22431 "futures 0.3.32",
22432 "gpui",
22433 "paths",
22434 "release_channel",
22435 "serde",
22436 "serde_json",
22437]
22438
22439[[package]]
22440name = "zed_env_vars"
22441version = "0.1.0"
22442dependencies = [
22443 "env_var",
22444]
22445
22446[[package]]
22447name = "zed_extension_api"
22448version = "0.1.0"
22449source = "registry+https://github.com/rust-lang/crates.io-index"
22450checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22451dependencies = [
22452 "serde",
22453 "serde_json",
22454 "wit-bindgen 0.22.0",
22455]
22456
22457[[package]]
22458name = "zed_extension_api"
22459version = "0.7.0"
22460source = "registry+https://github.com/rust-lang/crates.io-index"
22461checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22462dependencies = [
22463 "serde",
22464 "serde_json",
22465 "wit-bindgen 0.41.0",
22466]
22467
22468[[package]]
22469name = "zed_extension_api"
22470version = "0.8.0"
22471dependencies = [
22472 "serde",
22473 "serde_json",
22474 "wit-bindgen 0.41.0",
22475]
22476
22477[[package]]
22478name = "zed_glsl"
22479version = "0.2.3"
22480dependencies = [
22481 "zed_extension_api 0.1.0",
22482]
22483
22484[[package]]
22485name = "zed_html"
22486version = "0.3.1"
22487dependencies = [
22488 "zed_extension_api 0.7.0",
22489]
22490
22491[[package]]
22492name = "zed_proto"
22493version = "0.3.2"
22494dependencies = [
22495 "zed_extension_api 0.7.0",
22496]
22497
22498[[package]]
22499name = "zed_test_extension"
22500version = "0.1.0"
22501dependencies = [
22502 "zed_extension_api 0.8.0",
22503]
22504
22505[[package]]
22506name = "zeno"
22507version = "0.3.3"
22508source = "registry+https://github.com/rust-lang/crates.io-index"
22509checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22510
22511[[package]]
22512name = "zerocopy"
22513version = "0.8.27"
22514source = "registry+https://github.com/rust-lang/crates.io-index"
22515checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22516dependencies = [
22517 "zerocopy-derive",
22518]
22519
22520[[package]]
22521name = "zerocopy-derive"
22522version = "0.8.27"
22523source = "registry+https://github.com/rust-lang/crates.io-index"
22524checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22525dependencies = [
22526 "proc-macro2",
22527 "quote",
22528 "syn 2.0.117",
22529]
22530
22531[[package]]
22532name = "zerofrom"
22533version = "0.1.6"
22534source = "registry+https://github.com/rust-lang/crates.io-index"
22535checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22536dependencies = [
22537 "zerofrom-derive",
22538]
22539
22540[[package]]
22541name = "zerofrom-derive"
22542version = "0.1.6"
22543source = "registry+https://github.com/rust-lang/crates.io-index"
22544checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22545dependencies = [
22546 "proc-macro2",
22547 "quote",
22548 "syn 2.0.117",
22549 "synstructure",
22550]
22551
22552[[package]]
22553name = "zeroize"
22554version = "1.8.2"
22555source = "registry+https://github.com/rust-lang/crates.io-index"
22556checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22557dependencies = [
22558 "zeroize_derive",
22559]
22560
22561[[package]]
22562name = "zeroize_derive"
22563version = "1.4.2"
22564source = "registry+https://github.com/rust-lang/crates.io-index"
22565checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22566dependencies = [
22567 "proc-macro2",
22568 "quote",
22569 "syn 2.0.117",
22570]
22571
22572[[package]]
22573name = "zeromq"
22574version = "0.5.0"
22575source = "registry+https://github.com/rust-lang/crates.io-index"
22576checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22577dependencies = [
22578 "async-dispatcher",
22579 "async-std",
22580 "async-trait",
22581 "asynchronous-codec",
22582 "bytes 1.11.1",
22583 "crossbeam-queue",
22584 "futures 0.3.32",
22585 "log",
22586 "num-traits",
22587 "once_cell",
22588 "parking_lot",
22589 "rand 0.9.3",
22590 "regex",
22591 "scc",
22592 "thiserror 1.0.69",
22593 "uuid",
22594]
22595
22596[[package]]
22597name = "zerotrie"
22598version = "0.2.2"
22599source = "registry+https://github.com/rust-lang/crates.io-index"
22600checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22601dependencies = [
22602 "displaydoc",
22603 "yoke 0.8.0",
22604 "zerofrom",
22605]
22606
22607[[package]]
22608name = "zerovec"
22609version = "0.11.4"
22610source = "registry+https://github.com/rust-lang/crates.io-index"
22611checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22612dependencies = [
22613 "yoke 0.8.0",
22614 "zerofrom",
22615 "zerovec-derive",
22616]
22617
22618[[package]]
22619name = "zerovec-derive"
22620version = "0.11.1"
22621source = "registry+https://github.com/rust-lang/crates.io-index"
22622checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22623dependencies = [
22624 "proc-macro2",
22625 "quote",
22626 "syn 2.0.117",
22627]
22628
22629[[package]]
22630name = "zeta_prompt"
22631version = "0.1.0"
22632dependencies = [
22633 "anyhow",
22634 "imara-diff",
22635 "indoc",
22636 "serde",
22637 "strum 0.27.2",
22638]
22639
22640[[package]]
22641name = "zip"
22642version = "0.6.6"
22643source = "registry+https://github.com/rust-lang/crates.io-index"
22644checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22645dependencies = [
22646 "aes",
22647 "byteorder",
22648 "bzip2 0.4.4",
22649 "constant_time_eq",
22650 "crc32fast",
22651 "crossbeam-utils",
22652 "flate2",
22653 "hmac",
22654 "pbkdf2 0.11.0",
22655 "sha1",
22656 "time",
22657 "zstd",
22658]
22659
22660[[package]]
22661name = "zip"
22662version = "1.1.4"
22663source = "registry+https://github.com/rust-lang/crates.io-index"
22664checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22665dependencies = [
22666 "arbitrary",
22667 "crc32fast",
22668 "crossbeam-utils",
22669 "displaydoc",
22670 "indexmap",
22671 "num_enum",
22672 "thiserror 1.0.69",
22673]
22674
22675[[package]]
22676name = "zlog"
22677version = "0.1.0"
22678dependencies = [
22679 "anyhow",
22680 "chrono",
22681 "collections",
22682 "log",
22683 "tempfile",
22684]
22685
22686[[package]]
22687name = "zlog_settings"
22688version = "0.1.0"
22689dependencies = [
22690 "collections",
22691 "gpui",
22692 "settings",
22693 "zlog",
22694]
22695
22696[[package]]
22697name = "zstd"
22698version = "0.11.2+zstd.1.5.2"
22699source = "registry+https://github.com/rust-lang/crates.io-index"
22700checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22701dependencies = [
22702 "zstd-safe",
22703]
22704
22705[[package]]
22706name = "zstd-safe"
22707version = "5.0.2+zstd.1.5.2"
22708source = "registry+https://github.com/rust-lang/crates.io-index"
22709checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22710dependencies = [
22711 "libc",
22712 "zstd-sys",
22713]
22714
22715[[package]]
22716name = "zstd-sys"
22717version = "2.0.16+zstd.1.5.7"
22718source = "registry+https://github.com/rust-lang/crates.io-index"
22719checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22720dependencies = [
22721 "cc",
22722 "pkg-config",
22723]
22724
22725[[package]]
22726name = "ztracing"
22727version = "0.1.0"
22728dependencies = [
22729 "tracing",
22730 "tracing-subscriber",
22731 "tracing-tracy",
22732 "tracy-client",
22733 "zlog",
22734 "ztracing_macro",
22735]
22736
22737[[package]]
22738name = "ztracing_macro"
22739version = "0.1.0"
22740
22741[[package]]
22742name = "zune-core"
22743version = "0.4.12"
22744source = "registry+https://github.com/rust-lang/crates.io-index"
22745checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22746
22747[[package]]
22748name = "zune-inflate"
22749version = "0.2.54"
22750source = "registry+https://github.com/rust-lang/crates.io-index"
22751checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22752dependencies = [
22753 "simd-adler32",
22754]
22755
22756[[package]]
22757name = "zune-jpeg"
22758version = "0.4.21"
22759source = "registry+https://github.com/rust-lang/crates.io-index"
22760checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22761dependencies = [
22762 "zune-core",
22763]
22764
22765[[package]]
22766name = "zvariant"
22767version = "5.9.2"
22768source = "registry+https://github.com/rust-lang/crates.io-index"
22769checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22770dependencies = [
22771 "endi",
22772 "enumflags2",
22773 "serde",
22774 "serde_bytes",
22775 "winnow",
22776 "zvariant_derive",
22777 "zvariant_utils",
22778]
22779
22780[[package]]
22781name = "zvariant_derive"
22782version = "5.9.2"
22783source = "registry+https://github.com/rust-lang/crates.io-index"
22784checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22785dependencies = [
22786 "proc-macro-crate",
22787 "proc-macro2",
22788 "quote",
22789 "syn 2.0.117",
22790 "zvariant_utils",
22791]
22792
22793[[package]]
22794name = "zvariant_utils"
22795version = "3.3.0"
22796source = "registry+https://github.com/rust-lang/crates.io-index"
22797checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22798dependencies = [
22799 "proc-macro2",
22800 "quote",
22801 "serde",
22802 "syn 2.0.117",
22803 "winnow",
22804]