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 "notifications",
 1257 "release_channel",
 1258 "semver",
 1259 "serde",
 1260 "serde_json",
 1261 "smol",
 1262 "telemetry",
 1263 "ui",
 1264 "util",
 1265 "workspace",
 1266 "zed_actions",
 1267]
 1268
 1269[[package]]
 1270name = "autocfg"
 1271version = "1.5.0"
 1272source = "registry+https://github.com/rust-lang/crates.io-index"
 1273checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1274
 1275[[package]]
 1276name = "av1-grain"
 1277version = "0.2.4"
 1278source = "registry+https://github.com/rust-lang/crates.io-index"
 1279checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1280dependencies = [
 1281 "anyhow",
 1282 "arrayvec",
 1283 "log",
 1284 "nom 7.1.3",
 1285 "num-rational",
 1286 "v_frame",
 1287]
 1288
 1289[[package]]
 1290name = "avif-serialize"
 1291version = "0.8.6"
 1292source = "registry+https://github.com/rust-lang/crates.io-index"
 1293checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1294dependencies = [
 1295 "arrayvec",
 1296]
 1297
 1298[[package]]
 1299name = "aws-config"
 1300version = "1.8.10"
 1301source = "registry+https://github.com/rust-lang/crates.io-index"
 1302checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1303dependencies = [
 1304 "aws-credential-types",
 1305 "aws-runtime",
 1306 "aws-sdk-sso",
 1307 "aws-sdk-ssooidc",
 1308 "aws-sdk-sts",
 1309 "aws-smithy-async",
 1310 "aws-smithy-http",
 1311 "aws-smithy-json",
 1312 "aws-smithy-runtime",
 1313 "aws-smithy-runtime-api",
 1314 "aws-smithy-types",
 1315 "aws-types",
 1316 "bytes 1.11.1",
 1317 "fastrand 2.3.0",
 1318 "hex",
 1319 "http 1.3.1",
 1320 "ring",
 1321 "time",
 1322 "tokio",
 1323 "tracing",
 1324 "url",
 1325 "zeroize",
 1326]
 1327
 1328[[package]]
 1329name = "aws-credential-types"
 1330version = "1.2.10"
 1331source = "registry+https://github.com/rust-lang/crates.io-index"
 1332checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1333dependencies = [
 1334 "aws-smithy-async",
 1335 "aws-smithy-runtime-api",
 1336 "aws-smithy-types",
 1337 "zeroize",
 1338]
 1339
 1340[[package]]
 1341name = "aws-lc-rs"
 1342version = "1.15.4"
 1343source = "registry+https://github.com/rust-lang/crates.io-index"
 1344checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1345dependencies = [
 1346 "aws-lc-sys",
 1347 "untrusted 0.7.1",
 1348 "zeroize",
 1349]
 1350
 1351[[package]]
 1352name = "aws-lc-sys"
 1353version = "0.37.0"
 1354source = "registry+https://github.com/rust-lang/crates.io-index"
 1355checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1356dependencies = [
 1357 "cc",
 1358 "cmake",
 1359 "dunce",
 1360 "fs_extra",
 1361]
 1362
 1363[[package]]
 1364name = "aws-runtime"
 1365version = "1.5.16"
 1366source = "registry+https://github.com/rust-lang/crates.io-index"
 1367checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1368dependencies = [
 1369 "aws-credential-types",
 1370 "aws-sigv4",
 1371 "aws-smithy-async",
 1372 "aws-smithy-eventstream",
 1373 "aws-smithy-http",
 1374 "aws-smithy-runtime",
 1375 "aws-smithy-runtime-api",
 1376 "aws-smithy-types",
 1377 "aws-types",
 1378 "bytes 1.11.1",
 1379 "fastrand 2.3.0",
 1380 "http 0.2.12",
 1381 "http-body 0.4.6",
 1382 "percent-encoding",
 1383 "pin-project-lite",
 1384 "tracing",
 1385 "uuid",
 1386]
 1387
 1388[[package]]
 1389name = "aws-sdk-bedrockruntime"
 1390version = "1.113.0"
 1391source = "registry+https://github.com/rust-lang/crates.io-index"
 1392checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1393dependencies = [
 1394 "aws-credential-types",
 1395 "aws-runtime",
 1396 "aws-sigv4",
 1397 "aws-smithy-async",
 1398 "aws-smithy-eventstream",
 1399 "aws-smithy-http",
 1400 "aws-smithy-json",
 1401 "aws-smithy-runtime",
 1402 "aws-smithy-runtime-api",
 1403 "aws-smithy-types",
 1404 "aws-types",
 1405 "bytes 1.11.1",
 1406 "fastrand 2.3.0",
 1407 "http 0.2.12",
 1408 "hyper 0.14.32",
 1409 "regex-lite",
 1410 "tracing",
 1411]
 1412
 1413[[package]]
 1414name = "aws-sdk-kinesis"
 1415version = "1.95.0"
 1416source = "registry+https://github.com/rust-lang/crates.io-index"
 1417checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1418dependencies = [
 1419 "aws-credential-types",
 1420 "aws-runtime",
 1421 "aws-smithy-async",
 1422 "aws-smithy-eventstream",
 1423 "aws-smithy-http",
 1424 "aws-smithy-json",
 1425 "aws-smithy-runtime",
 1426 "aws-smithy-runtime-api",
 1427 "aws-smithy-types",
 1428 "aws-types",
 1429 "bytes 1.11.1",
 1430 "fastrand 2.3.0",
 1431 "http 0.2.12",
 1432 "regex-lite",
 1433 "tracing",
 1434]
 1435
 1436[[package]]
 1437name = "aws-sdk-s3"
 1438version = "1.112.0"
 1439source = "registry+https://github.com/rust-lang/crates.io-index"
 1440checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1441dependencies = [
 1442 "aws-credential-types",
 1443 "aws-runtime",
 1444 "aws-sigv4",
 1445 "aws-smithy-async",
 1446 "aws-smithy-checksums",
 1447 "aws-smithy-eventstream",
 1448 "aws-smithy-http",
 1449 "aws-smithy-json",
 1450 "aws-smithy-runtime",
 1451 "aws-smithy-runtime-api",
 1452 "aws-smithy-types",
 1453 "aws-smithy-xml",
 1454 "aws-types",
 1455 "bytes 1.11.1",
 1456 "fastrand 2.3.0",
 1457 "hex",
 1458 "hmac",
 1459 "http 0.2.12",
 1460 "http 1.3.1",
 1461 "http-body 0.4.6",
 1462 "lru",
 1463 "percent-encoding",
 1464 "regex-lite",
 1465 "sha2",
 1466 "tracing",
 1467 "url",
 1468]
 1469
 1470[[package]]
 1471name = "aws-sdk-sso"
 1472version = "1.88.0"
 1473source = "registry+https://github.com/rust-lang/crates.io-index"
 1474checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1475dependencies = [
 1476 "aws-credential-types",
 1477 "aws-runtime",
 1478 "aws-smithy-async",
 1479 "aws-smithy-http",
 1480 "aws-smithy-json",
 1481 "aws-smithy-runtime",
 1482 "aws-smithy-runtime-api",
 1483 "aws-smithy-types",
 1484 "aws-types",
 1485 "bytes 1.11.1",
 1486 "fastrand 2.3.0",
 1487 "http 0.2.12",
 1488 "regex-lite",
 1489 "tracing",
 1490]
 1491
 1492[[package]]
 1493name = "aws-sdk-ssooidc"
 1494version = "1.90.0"
 1495source = "registry+https://github.com/rust-lang/crates.io-index"
 1496checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1497dependencies = [
 1498 "aws-credential-types",
 1499 "aws-runtime",
 1500 "aws-smithy-async",
 1501 "aws-smithy-http",
 1502 "aws-smithy-json",
 1503 "aws-smithy-runtime",
 1504 "aws-smithy-runtime-api",
 1505 "aws-smithy-types",
 1506 "aws-types",
 1507 "bytes 1.11.1",
 1508 "fastrand 2.3.0",
 1509 "http 0.2.12",
 1510 "regex-lite",
 1511 "tracing",
 1512]
 1513
 1514[[package]]
 1515name = "aws-sdk-sts"
 1516version = "1.90.0"
 1517source = "registry+https://github.com/rust-lang/crates.io-index"
 1518checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1519dependencies = [
 1520 "aws-credential-types",
 1521 "aws-runtime",
 1522 "aws-smithy-async",
 1523 "aws-smithy-http",
 1524 "aws-smithy-json",
 1525 "aws-smithy-query",
 1526 "aws-smithy-runtime",
 1527 "aws-smithy-runtime-api",
 1528 "aws-smithy-types",
 1529 "aws-smithy-xml",
 1530 "aws-types",
 1531 "fastrand 2.3.0",
 1532 "http 0.2.12",
 1533 "regex-lite",
 1534 "tracing",
 1535]
 1536
 1537[[package]]
 1538name = "aws-sigv4"
 1539version = "1.3.6"
 1540source = "registry+https://github.com/rust-lang/crates.io-index"
 1541checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1542dependencies = [
 1543 "aws-credential-types",
 1544 "aws-smithy-eventstream",
 1545 "aws-smithy-http",
 1546 "aws-smithy-runtime-api",
 1547 "aws-smithy-types",
 1548 "bytes 1.11.1",
 1549 "crypto-bigint 0.5.5",
 1550 "form_urlencoded",
 1551 "hex",
 1552 "hmac",
 1553 "http 0.2.12",
 1554 "http 1.3.1",
 1555 "p256",
 1556 "percent-encoding",
 1557 "ring",
 1558 "sha2",
 1559 "subtle",
 1560 "time",
 1561 "tracing",
 1562 "zeroize",
 1563]
 1564
 1565[[package]]
 1566name = "aws-smithy-async"
 1567version = "1.2.6"
 1568source = "registry+https://github.com/rust-lang/crates.io-index"
 1569checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1570dependencies = [
 1571 "futures-util",
 1572 "pin-project-lite",
 1573 "tokio",
 1574]
 1575
 1576[[package]]
 1577name = "aws-smithy-checksums"
 1578version = "0.63.11"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1581dependencies = [
 1582 "aws-smithy-http",
 1583 "aws-smithy-types",
 1584 "bytes 1.11.1",
 1585 "crc-fast",
 1586 "hex",
 1587 "http 0.2.12",
 1588 "http-body 0.4.6",
 1589 "md-5",
 1590 "pin-project-lite",
 1591 "sha1",
 1592 "sha2",
 1593 "tracing",
 1594]
 1595
 1596[[package]]
 1597name = "aws-smithy-eventstream"
 1598version = "0.60.13"
 1599source = "registry+https://github.com/rust-lang/crates.io-index"
 1600checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1601dependencies = [
 1602 "aws-smithy-types",
 1603 "bytes 1.11.1",
 1604 "crc32fast",
 1605]
 1606
 1607[[package]]
 1608name = "aws-smithy-http"
 1609version = "0.62.5"
 1610source = "registry+https://github.com/rust-lang/crates.io-index"
 1611checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1612dependencies = [
 1613 "aws-smithy-eventstream",
 1614 "aws-smithy-runtime-api",
 1615 "aws-smithy-types",
 1616 "bytes 1.11.1",
 1617 "bytes-utils",
 1618 "futures-core",
 1619 "futures-util",
 1620 "http 0.2.12",
 1621 "http 1.3.1",
 1622 "http-body 0.4.6",
 1623 "percent-encoding",
 1624 "pin-project-lite",
 1625 "pin-utils",
 1626 "tracing",
 1627]
 1628
 1629[[package]]
 1630name = "aws-smithy-http-client"
 1631version = "1.1.4"
 1632source = "registry+https://github.com/rust-lang/crates.io-index"
 1633checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1634dependencies = [
 1635 "aws-smithy-async",
 1636 "aws-smithy-runtime-api",
 1637 "aws-smithy-types",
 1638 "h2 0.3.27",
 1639 "h2 0.4.12",
 1640 "http 0.2.12",
 1641 "http 1.3.1",
 1642 "http-body 0.4.6",
 1643 "hyper 0.14.32",
 1644 "hyper 1.7.0",
 1645 "hyper-rustls 0.24.2",
 1646 "hyper-rustls 0.27.7",
 1647 "hyper-util",
 1648 "pin-project-lite",
 1649 "rustls 0.21.12",
 1650 "rustls 0.23.33",
 1651 "rustls-native-certs 0.8.2",
 1652 "rustls-pki-types",
 1653 "tokio",
 1654 "tokio-rustls 0.26.2",
 1655 "tower 0.5.2",
 1656 "tracing",
 1657]
 1658
 1659[[package]]
 1660name = "aws-smithy-json"
 1661version = "0.61.7"
 1662source = "registry+https://github.com/rust-lang/crates.io-index"
 1663checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1664dependencies = [
 1665 "aws-smithy-types",
 1666]
 1667
 1668[[package]]
 1669name = "aws-smithy-observability"
 1670version = "0.1.4"
 1671source = "registry+https://github.com/rust-lang/crates.io-index"
 1672checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1673dependencies = [
 1674 "aws-smithy-runtime-api",
 1675]
 1676
 1677[[package]]
 1678name = "aws-smithy-query"
 1679version = "0.60.8"
 1680source = "registry+https://github.com/rust-lang/crates.io-index"
 1681checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1682dependencies = [
 1683 "aws-smithy-types",
 1684 "urlencoding",
 1685]
 1686
 1687[[package]]
 1688name = "aws-smithy-runtime"
 1689version = "1.9.4"
 1690source = "registry+https://github.com/rust-lang/crates.io-index"
 1691checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1692dependencies = [
 1693 "aws-smithy-async",
 1694 "aws-smithy-http",
 1695 "aws-smithy-http-client",
 1696 "aws-smithy-observability",
 1697 "aws-smithy-runtime-api",
 1698 "aws-smithy-types",
 1699 "bytes 1.11.1",
 1700 "fastrand 2.3.0",
 1701 "http 0.2.12",
 1702 "http 1.3.1",
 1703 "http-body 0.4.6",
 1704 "http-body 1.0.1",
 1705 "pin-project-lite",
 1706 "pin-utils",
 1707 "tokio",
 1708 "tracing",
 1709]
 1710
 1711[[package]]
 1712name = "aws-smithy-runtime-api"
 1713version = "1.9.2"
 1714source = "registry+https://github.com/rust-lang/crates.io-index"
 1715checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1716dependencies = [
 1717 "aws-smithy-async",
 1718 "aws-smithy-types",
 1719 "bytes 1.11.1",
 1720 "http 0.2.12",
 1721 "http 1.3.1",
 1722 "pin-project-lite",
 1723 "tokio",
 1724 "tracing",
 1725 "zeroize",
 1726]
 1727
 1728[[package]]
 1729name = "aws-smithy-types"
 1730version = "1.3.4"
 1731source = "registry+https://github.com/rust-lang/crates.io-index"
 1732checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1733dependencies = [
 1734 "base64-simd",
 1735 "bytes 1.11.1",
 1736 "bytes-utils",
 1737 "futures-core",
 1738 "http 0.2.12",
 1739 "http 1.3.1",
 1740 "http-body 0.4.6",
 1741 "http-body 1.0.1",
 1742 "http-body-util",
 1743 "itoa",
 1744 "num-integer",
 1745 "pin-project-lite",
 1746 "pin-utils",
 1747 "ryu",
 1748 "serde",
 1749 "time",
 1750 "tokio",
 1751 "tokio-util",
 1752]
 1753
 1754[[package]]
 1755name = "aws-smithy-xml"
 1756version = "0.60.12"
 1757source = "registry+https://github.com/rust-lang/crates.io-index"
 1758checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1759dependencies = [
 1760 "xmlparser",
 1761]
 1762
 1763[[package]]
 1764name = "aws-types"
 1765version = "1.3.10"
 1766source = "registry+https://github.com/rust-lang/crates.io-index"
 1767checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1768dependencies = [
 1769 "aws-credential-types",
 1770 "aws-smithy-async",
 1771 "aws-smithy-runtime-api",
 1772 "aws-smithy-types",
 1773 "rustc_version",
 1774 "tracing",
 1775]
 1776
 1777[[package]]
 1778name = "aws_http_client"
 1779version = "0.1.0"
 1780dependencies = [
 1781 "aws-smithy-runtime-api",
 1782 "aws-smithy-types",
 1783 "http_client",
 1784]
 1785
 1786[[package]]
 1787name = "axum"
 1788version = "0.6.20"
 1789source = "registry+https://github.com/rust-lang/crates.io-index"
 1790checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1791dependencies = [
 1792 "async-trait",
 1793 "axum-core",
 1794 "base64 0.21.7",
 1795 "bitflags 1.3.2",
 1796 "bytes 1.11.1",
 1797 "futures-util",
 1798 "headers",
 1799 "http 0.2.12",
 1800 "http-body 0.4.6",
 1801 "hyper 0.14.32",
 1802 "itoa",
 1803 "matchit",
 1804 "memchr",
 1805 "mime",
 1806 "percent-encoding",
 1807 "pin-project-lite",
 1808 "rustversion",
 1809 "serde",
 1810 "serde_json",
 1811 "serde_path_to_error",
 1812 "serde_urlencoded",
 1813 "sha1",
 1814 "sync_wrapper 0.1.2",
 1815 "tokio",
 1816 "tokio-tungstenite 0.20.1",
 1817 "tower 0.4.13",
 1818 "tower-layer",
 1819 "tower-service",
 1820]
 1821
 1822[[package]]
 1823name = "axum-core"
 1824version = "0.3.4"
 1825source = "registry+https://github.com/rust-lang/crates.io-index"
 1826checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1827dependencies = [
 1828 "async-trait",
 1829 "bytes 1.11.1",
 1830 "futures-util",
 1831 "http 0.2.12",
 1832 "http-body 0.4.6",
 1833 "mime",
 1834 "rustversion",
 1835 "tower-layer",
 1836 "tower-service",
 1837]
 1838
 1839[[package]]
 1840name = "backtrace"
 1841version = "0.3.76"
 1842source = "registry+https://github.com/rust-lang/crates.io-index"
 1843checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1844dependencies = [
 1845 "addr2line",
 1846 "cfg-if",
 1847 "libc",
 1848 "miniz_oxide",
 1849 "object",
 1850 "rustc-demangle",
 1851 "windows-link 0.2.1",
 1852]
 1853
 1854[[package]]
 1855name = "base16ct"
 1856version = "0.1.1"
 1857source = "registry+https://github.com/rust-lang/crates.io-index"
 1858checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1859
 1860[[package]]
 1861name = "base64"
 1862version = "0.21.7"
 1863source = "registry+https://github.com/rust-lang/crates.io-index"
 1864checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1865
 1866[[package]]
 1867name = "base64"
 1868version = "0.22.1"
 1869source = "registry+https://github.com/rust-lang/crates.io-index"
 1870checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1871
 1872[[package]]
 1873name = "base64-simd"
 1874version = "0.8.0"
 1875source = "registry+https://github.com/rust-lang/crates.io-index"
 1876checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1877dependencies = [
 1878 "outref",
 1879 "vsimd",
 1880]
 1881
 1882[[package]]
 1883name = "base64ct"
 1884version = "1.8.0"
 1885source = "registry+https://github.com/rust-lang/crates.io-index"
 1886checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1887
 1888[[package]]
 1889name = "bedrock"
 1890version = "0.1.0"
 1891dependencies = [
 1892 "anyhow",
 1893 "aws-sdk-bedrockruntime",
 1894 "aws-smithy-types",
 1895 "futures 0.3.32",
 1896 "schemars",
 1897 "serde",
 1898 "serde_json",
 1899 "strum 0.27.2",
 1900 "thiserror 2.0.17",
 1901]
 1902
 1903[[package]]
 1904name = "bigdecimal"
 1905version = "0.4.8"
 1906source = "registry+https://github.com/rust-lang/crates.io-index"
 1907checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1908dependencies = [
 1909 "autocfg",
 1910 "libm",
 1911 "num-bigint",
 1912 "num-integer",
 1913 "num-traits",
 1914 "serde",
 1915]
 1916
 1917[[package]]
 1918name = "bincode"
 1919version = "1.3.3"
 1920source = "registry+https://github.com/rust-lang/crates.io-index"
 1921checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1922dependencies = [
 1923 "serde",
 1924]
 1925
 1926[[package]]
 1927name = "bindgen"
 1928version = "0.71.1"
 1929source = "registry+https://github.com/rust-lang/crates.io-index"
 1930checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1931dependencies = [
 1932 "bitflags 2.10.0",
 1933 "cexpr",
 1934 "clang-sys",
 1935 "itertools 0.12.1",
 1936 "log",
 1937 "prettyplease",
 1938 "proc-macro2",
 1939 "quote",
 1940 "regex",
 1941 "rustc-hash 2.1.1",
 1942 "shlex",
 1943 "syn 2.0.117",
 1944]
 1945
 1946[[package]]
 1947name = "bindgen"
 1948version = "0.72.1"
 1949source = "registry+https://github.com/rust-lang/crates.io-index"
 1950checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1951dependencies = [
 1952 "bitflags 2.10.0",
 1953 "cexpr",
 1954 "clang-sys",
 1955 "itertools 0.12.1",
 1956 "proc-macro2",
 1957 "quote",
 1958 "regex",
 1959 "rustc-hash 2.1.1",
 1960 "shlex",
 1961 "syn 2.0.117",
 1962]
 1963
 1964[[package]]
 1965name = "bit-set"
 1966version = "0.8.0"
 1967source = "registry+https://github.com/rust-lang/crates.io-index"
 1968checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1969dependencies = [
 1970 "bit-vec 0.8.0",
 1971]
 1972
 1973[[package]]
 1974name = "bit-set"
 1975version = "0.9.1"
 1976source = "registry+https://github.com/rust-lang/crates.io-index"
 1977checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1978dependencies = [
 1979 "bit-vec 0.9.1",
 1980]
 1981
 1982[[package]]
 1983name = "bit-vec"
 1984version = "0.8.0"
 1985source = "registry+https://github.com/rust-lang/crates.io-index"
 1986checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1987
 1988[[package]]
 1989name = "bit-vec"
 1990version = "0.9.1"
 1991source = "registry+https://github.com/rust-lang/crates.io-index"
 1992checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1993
 1994[[package]]
 1995name = "bit_field"
 1996version = "0.10.3"
 1997source = "registry+https://github.com/rust-lang/crates.io-index"
 1998checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 1999
 2000[[package]]
 2001name = "bitflags"
 2002version = "1.3.2"
 2003source = "registry+https://github.com/rust-lang/crates.io-index"
 2004checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2005
 2006[[package]]
 2007name = "bitflags"
 2008version = "2.10.0"
 2009source = "registry+https://github.com/rust-lang/crates.io-index"
 2010checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2011dependencies = [
 2012 "serde_core",
 2013]
 2014
 2015[[package]]
 2016name = "bitstream-io"
 2017version = "2.6.0"
 2018source = "registry+https://github.com/rust-lang/crates.io-index"
 2019checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2020
 2021[[package]]
 2022name = "bitvec"
 2023version = "1.0.1"
 2024source = "registry+https://github.com/rust-lang/crates.io-index"
 2025checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2026dependencies = [
 2027 "funty",
 2028 "radium",
 2029 "tap",
 2030 "wyz",
 2031]
 2032
 2033[[package]]
 2034name = "block"
 2035version = "0.1.6"
 2036source = "registry+https://github.com/rust-lang/crates.io-index"
 2037checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2038
 2039[[package]]
 2040name = "block-buffer"
 2041version = "0.10.4"
 2042source = "registry+https://github.com/rust-lang/crates.io-index"
 2043checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2044dependencies = [
 2045 "generic-array",
 2046]
 2047
 2048[[package]]
 2049name = "block-padding"
 2050version = "0.3.3"
 2051source = "registry+https://github.com/rust-lang/crates.io-index"
 2052checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2053dependencies = [
 2054 "generic-array",
 2055]
 2056
 2057[[package]]
 2058name = "block2"
 2059version = "0.6.2"
 2060source = "registry+https://github.com/rust-lang/crates.io-index"
 2061checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2062dependencies = [
 2063 "objc2",
 2064]
 2065
 2066[[package]]
 2067name = "blocking"
 2068version = "1.6.2"
 2069source = "registry+https://github.com/rust-lang/crates.io-index"
 2070checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2071dependencies = [
 2072 "async-channel 2.5.0",
 2073 "async-task",
 2074 "futures-io",
 2075 "futures-lite 2.6.1",
 2076 "piper",
 2077]
 2078
 2079[[package]]
 2080name = "bmrng"
 2081version = "0.5.2"
 2082source = "registry+https://github.com/rust-lang/crates.io-index"
 2083checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2084dependencies = [
 2085 "futures-core",
 2086 "tokio",
 2087]
 2088
 2089[[package]]
 2090name = "bon"
 2091version = "3.8.2"
 2092source = "registry+https://github.com/rust-lang/crates.io-index"
 2093checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2094dependencies = [
 2095 "bon-macros",
 2096 "rustversion",
 2097]
 2098
 2099[[package]]
 2100name = "bon-macros"
 2101version = "3.8.2"
 2102source = "registry+https://github.com/rust-lang/crates.io-index"
 2103checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2104dependencies = [
 2105 "darling 0.21.3",
 2106 "ident_case",
 2107 "prettyplease",
 2108 "proc-macro2",
 2109 "quote",
 2110 "rustversion",
 2111 "syn 2.0.117",
 2112]
 2113
 2114[[package]]
 2115name = "borrow-or-share"
 2116version = "0.2.4"
 2117source = "registry+https://github.com/rust-lang/crates.io-index"
 2118checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2119
 2120[[package]]
 2121name = "borsh"
 2122version = "1.5.7"
 2123source = "registry+https://github.com/rust-lang/crates.io-index"
 2124checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2125dependencies = [
 2126 "borsh-derive",
 2127 "cfg_aliases 0.2.1",
 2128]
 2129
 2130[[package]]
 2131name = "borsh-derive"
 2132version = "1.5.7"
 2133source = "registry+https://github.com/rust-lang/crates.io-index"
 2134checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2135dependencies = [
 2136 "once_cell",
 2137 "proc-macro-crate",
 2138 "proc-macro2",
 2139 "quote",
 2140 "syn 2.0.117",
 2141]
 2142
 2143[[package]]
 2144name = "breadcrumbs"
 2145version = "0.1.0"
 2146dependencies = [
 2147 "gpui",
 2148 "ui",
 2149 "workspace",
 2150]
 2151
 2152[[package]]
 2153name = "brush-parser"
 2154version = "0.3.0"
 2155source = "registry+https://github.com/rust-lang/crates.io-index"
 2156checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2157dependencies = [
 2158 "bon",
 2159 "cached",
 2160 "indenter",
 2161 "peg",
 2162 "thiserror 2.0.17",
 2163 "tracing",
 2164 "utf8-chars",
 2165]
 2166
 2167[[package]]
 2168name = "bstr"
 2169version = "1.12.0"
 2170source = "registry+https://github.com/rust-lang/crates.io-index"
 2171checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2172dependencies = [
 2173 "memchr",
 2174 "regex-automata",
 2175 "serde",
 2176]
 2177
 2178[[package]]
 2179name = "buffer_diff"
 2180version = "0.1.0"
 2181dependencies = [
 2182 "clock",
 2183 "ctor",
 2184 "futures 0.3.32",
 2185 "git2",
 2186 "gpui",
 2187 "language",
 2188 "log",
 2189 "pretty_assertions",
 2190 "rand 0.9.3",
 2191 "rope",
 2192 "settings",
 2193 "sum_tree",
 2194 "text",
 2195 "tracing",
 2196 "unindent",
 2197 "util",
 2198 "zlog",
 2199 "ztracing",
 2200]
 2201
 2202[[package]]
 2203name = "built"
 2204version = "0.7.7"
 2205source = "registry+https://github.com/rust-lang/crates.io-index"
 2206checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2207
 2208[[package]]
 2209name = "bumpalo"
 2210version = "3.19.0"
 2211source = "registry+https://github.com/rust-lang/crates.io-index"
 2212checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2213dependencies = [
 2214 "allocator-api2",
 2215]
 2216
 2217[[package]]
 2218name = "by_address"
 2219version = "1.2.1"
 2220source = "registry+https://github.com/rust-lang/crates.io-index"
 2221checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2222
 2223[[package]]
 2224name = "bytecheck"
 2225version = "0.6.12"
 2226source = "registry+https://github.com/rust-lang/crates.io-index"
 2227checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2228dependencies = [
 2229 "bytecheck_derive",
 2230 "ptr_meta",
 2231 "simdutf8",
 2232]
 2233
 2234[[package]]
 2235name = "bytecheck_derive"
 2236version = "0.6.12"
 2237source = "registry+https://github.com/rust-lang/crates.io-index"
 2238checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2239dependencies = [
 2240 "proc-macro2",
 2241 "quote",
 2242 "syn 1.0.109",
 2243]
 2244
 2245[[package]]
 2246name = "bytecount"
 2247version = "0.6.9"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2250
 2251[[package]]
 2252name = "bytemuck"
 2253version = "1.24.0"
 2254source = "registry+https://github.com/rust-lang/crates.io-index"
 2255checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2256dependencies = [
 2257 "bytemuck_derive",
 2258]
 2259
 2260[[package]]
 2261name = "bytemuck_derive"
 2262version = "1.10.2"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2265dependencies = [
 2266 "proc-macro2",
 2267 "quote",
 2268 "syn 2.0.117",
 2269]
 2270
 2271[[package]]
 2272name = "byteorder"
 2273version = "1.5.0"
 2274source = "registry+https://github.com/rust-lang/crates.io-index"
 2275checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2276
 2277[[package]]
 2278name = "byteorder-lite"
 2279version = "0.1.0"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2282
 2283[[package]]
 2284name = "bytes"
 2285version = "0.4.12"
 2286source = "registry+https://github.com/rust-lang/crates.io-index"
 2287checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2288dependencies = [
 2289 "byteorder",
 2290 "iovec",
 2291]
 2292
 2293[[package]]
 2294name = "bytes"
 2295version = "1.11.1"
 2296source = "registry+https://github.com/rust-lang/crates.io-index"
 2297checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2298
 2299[[package]]
 2300name = "bytes-utils"
 2301version = "0.1.4"
 2302source = "registry+https://github.com/rust-lang/crates.io-index"
 2303checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2304dependencies = [
 2305 "bytes 1.11.1",
 2306 "either",
 2307]
 2308
 2309[[package]]
 2310name = "bzip2"
 2311version = "0.4.4"
 2312source = "registry+https://github.com/rust-lang/crates.io-index"
 2313checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2314dependencies = [
 2315 "bzip2-sys",
 2316 "libc",
 2317]
 2318
 2319[[package]]
 2320name = "bzip2"
 2321version = "0.6.1"
 2322source = "registry+https://github.com/rust-lang/crates.io-index"
 2323checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2324dependencies = [
 2325 "libbz2-rs-sys",
 2326]
 2327
 2328[[package]]
 2329name = "bzip2-sys"
 2330version = "0.1.13+1.0.8"
 2331source = "registry+https://github.com/rust-lang/crates.io-index"
 2332checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2333dependencies = [
 2334 "cc",
 2335 "pkg-config",
 2336]
 2337
 2338[[package]]
 2339name = "cached"
 2340version = "0.56.0"
 2341source = "registry+https://github.com/rust-lang/crates.io-index"
 2342checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2343dependencies = [
 2344 "ahash 0.8.12",
 2345 "cached_proc_macro",
 2346 "cached_proc_macro_types",
 2347 "hashbrown 0.15.5",
 2348 "once_cell",
 2349 "thiserror 2.0.17",
 2350 "web-time",
 2351]
 2352
 2353[[package]]
 2354name = "cached_proc_macro"
 2355version = "0.25.0"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2358dependencies = [
 2359 "darling 0.20.11",
 2360 "proc-macro2",
 2361 "quote",
 2362 "syn 2.0.117",
 2363]
 2364
 2365[[package]]
 2366name = "cached_proc_macro_types"
 2367version = "0.1.1"
 2368source = "registry+https://github.com/rust-lang/crates.io-index"
 2369checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2370
 2371[[package]]
 2372name = "call"
 2373version = "0.1.0"
 2374dependencies = [
 2375 "anyhow",
 2376 "audio",
 2377 "client",
 2378 "collections",
 2379 "feature_flags",
 2380 "fs",
 2381 "futures 0.3.32",
 2382 "gpui",
 2383 "gpui_tokio",
 2384 "language",
 2385 "livekit_client",
 2386 "log",
 2387 "postage",
 2388 "project",
 2389 "serde",
 2390 "settings",
 2391 "telemetry",
 2392 "util",
 2393 "workspace",
 2394]
 2395
 2396[[package]]
 2397name = "calloop"
 2398version = "0.14.3"
 2399source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2400dependencies = [
 2401 "bitflags 2.10.0",
 2402 "polling",
 2403 "rustix 1.1.2",
 2404 "slab",
 2405 "tracing",
 2406]
 2407
 2408[[package]]
 2409name = "calloop-wayland-source"
 2410version = "0.4.1"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2413dependencies = [
 2414 "calloop",
 2415 "rustix 1.1.2",
 2416 "wayland-backend",
 2417 "wayland-client",
 2418]
 2419
 2420[[package]]
 2421name = "camino"
 2422version = "1.2.1"
 2423source = "registry+https://github.com/rust-lang/crates.io-index"
 2424checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2425dependencies = [
 2426 "serde_core",
 2427]
 2428
 2429[[package]]
 2430name = "candle-core"
 2431version = "0.9.1"
 2432source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2433dependencies = [
 2434 "byteorder",
 2435 "float8",
 2436 "gemm 0.17.1",
 2437 "half",
 2438 "memmap2",
 2439 "num-traits",
 2440 "num_cpus",
 2441 "rand 0.9.3",
 2442 "rand_distr",
 2443 "rayon",
 2444 "safetensors",
 2445 "thiserror 1.0.69",
 2446 "ug",
 2447 "yoke 0.7.5",
 2448 "zip 1.1.4",
 2449]
 2450
 2451[[package]]
 2452name = "candle-nn"
 2453version = "0.9.1"
 2454source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2455dependencies = [
 2456 "candle-core",
 2457 "half",
 2458 "libc",
 2459 "num-traits",
 2460 "rayon",
 2461 "safetensors",
 2462 "serde",
 2463 "thiserror 1.0.69",
 2464]
 2465
 2466[[package]]
 2467name = "candle-onnx"
 2468version = "0.9.1"
 2469source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2470dependencies = [
 2471 "candle-core",
 2472 "candle-nn",
 2473 "prost 0.12.6",
 2474]
 2475
 2476[[package]]
 2477name = "cap-fs-ext"
 2478version = "3.4.4"
 2479source = "registry+https://github.com/rust-lang/crates.io-index"
 2480checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2481dependencies = [
 2482 "cap-primitives",
 2483 "cap-std",
 2484 "io-lifetimes",
 2485 "windows-sys 0.59.0",
 2486]
 2487
 2488[[package]]
 2489name = "cap-net-ext"
 2490version = "3.4.4"
 2491source = "registry+https://github.com/rust-lang/crates.io-index"
 2492checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2493dependencies = [
 2494 "cap-primitives",
 2495 "cap-std",
 2496 "rustix 1.1.2",
 2497 "smallvec",
 2498]
 2499
 2500[[package]]
 2501name = "cap-primitives"
 2502version = "3.4.4"
 2503source = "registry+https://github.com/rust-lang/crates.io-index"
 2504checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2505dependencies = [
 2506 "ambient-authority",
 2507 "fs-set-times",
 2508 "io-extras",
 2509 "io-lifetimes",
 2510 "ipnet",
 2511 "maybe-owned",
 2512 "rustix 1.1.2",
 2513 "rustix-linux-procfs",
 2514 "windows-sys 0.59.0",
 2515 "winx",
 2516]
 2517
 2518[[package]]
 2519name = "cap-rand"
 2520version = "3.4.4"
 2521source = "registry+https://github.com/rust-lang/crates.io-index"
 2522checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2523dependencies = [
 2524 "ambient-authority",
 2525 "rand 0.8.5",
 2526]
 2527
 2528[[package]]
 2529name = "cap-std"
 2530version = "3.4.4"
 2531source = "registry+https://github.com/rust-lang/crates.io-index"
 2532checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2533dependencies = [
 2534 "cap-primitives",
 2535 "io-extras",
 2536 "io-lifetimes",
 2537 "rustix 1.1.2",
 2538]
 2539
 2540[[package]]
 2541name = "cap-time-ext"
 2542version = "3.4.4"
 2543source = "registry+https://github.com/rust-lang/crates.io-index"
 2544checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2545dependencies = [
 2546 "ambient-authority",
 2547 "cap-primitives",
 2548 "iana-time-zone",
 2549 "once_cell",
 2550 "rustix 1.1.2",
 2551 "winx",
 2552]
 2553
 2554[[package]]
 2555name = "cargo-platform"
 2556version = "0.1.9"
 2557source = "registry+https://github.com/rust-lang/crates.io-index"
 2558checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2559dependencies = [
 2560 "serde",
 2561]
 2562
 2563[[package]]
 2564name = "cargo-platform"
 2565version = "0.3.2"
 2566source = "registry+https://github.com/rust-lang/crates.io-index"
 2567checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2568dependencies = [
 2569 "serde",
 2570 "serde_core",
 2571]
 2572
 2573[[package]]
 2574name = "cargo_metadata"
 2575version = "0.19.2"
 2576source = "registry+https://github.com/rust-lang/crates.io-index"
 2577checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2578dependencies = [
 2579 "camino",
 2580 "cargo-platform 0.1.9",
 2581 "semver",
 2582 "serde",
 2583 "serde_json",
 2584 "thiserror 2.0.17",
 2585]
 2586
 2587[[package]]
 2588name = "cargo_metadata"
 2589version = "0.23.1"
 2590source = "registry+https://github.com/rust-lang/crates.io-index"
 2591checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2592dependencies = [
 2593 "camino",
 2594 "cargo-platform 0.3.2",
 2595 "semver",
 2596 "serde",
 2597 "serde_json",
 2598 "thiserror 2.0.17",
 2599]
 2600
 2601[[package]]
 2602name = "cargo_toml"
 2603version = "0.21.0"
 2604source = "registry+https://github.com/rust-lang/crates.io-index"
 2605checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2606dependencies = [
 2607 "serde",
 2608 "toml 0.8.23",
 2609]
 2610
 2611[[package]]
 2612name = "cast"
 2613version = "0.3.0"
 2614source = "registry+https://github.com/rust-lang/crates.io-index"
 2615checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2616
 2617[[package]]
 2618name = "cbc"
 2619version = "0.1.2"
 2620source = "registry+https://github.com/rust-lang/crates.io-index"
 2621checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2622dependencies = [
 2623 "cipher",
 2624]
 2625
 2626[[package]]
 2627name = "cbindgen"
 2628version = "0.28.0"
 2629source = "registry+https://github.com/rust-lang/crates.io-index"
 2630checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2631dependencies = [
 2632 "heck 0.4.1",
 2633 "indexmap",
 2634 "log",
 2635 "proc-macro2",
 2636 "quote",
 2637 "serde",
 2638 "serde_json",
 2639 "syn 2.0.117",
 2640 "tempfile",
 2641 "toml 0.8.23",
 2642]
 2643
 2644[[package]]
 2645name = "cc"
 2646version = "1.2.49"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2649dependencies = [
 2650 "find-msvc-tools",
 2651 "jobserver",
 2652 "libc",
 2653 "shlex",
 2654]
 2655
 2656[[package]]
 2657name = "cesu8"
 2658version = "1.1.0"
 2659source = "registry+https://github.com/rust-lang/crates.io-index"
 2660checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2661
 2662[[package]]
 2663name = "cexpr"
 2664version = "0.6.0"
 2665source = "registry+https://github.com/rust-lang/crates.io-index"
 2666checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2667dependencies = [
 2668 "nom 7.1.3",
 2669]
 2670
 2671[[package]]
 2672name = "cfg-expr"
 2673version = "0.15.8"
 2674source = "registry+https://github.com/rust-lang/crates.io-index"
 2675checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2676dependencies = [
 2677 "smallvec",
 2678 "target-lexicon 0.12.16",
 2679]
 2680
 2681[[package]]
 2682name = "cfg-expr"
 2683version = "0.20.6"
 2684source = "registry+https://github.com/rust-lang/crates.io-index"
 2685checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2686dependencies = [
 2687 "smallvec",
 2688 "target-lexicon 0.13.3",
 2689]
 2690
 2691[[package]]
 2692name = "cfg-if"
 2693version = "1.0.4"
 2694source = "registry+https://github.com/rust-lang/crates.io-index"
 2695checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2696
 2697[[package]]
 2698name = "cfg_aliases"
 2699version = "0.1.1"
 2700source = "registry+https://github.com/rust-lang/crates.io-index"
 2701checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2702
 2703[[package]]
 2704name = "cfg_aliases"
 2705version = "0.2.1"
 2706source = "registry+https://github.com/rust-lang/crates.io-index"
 2707checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2708
 2709[[package]]
 2710name = "cgl"
 2711version = "0.3.2"
 2712source = "registry+https://github.com/rust-lang/crates.io-index"
 2713checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2714dependencies = [
 2715 "libc",
 2716]
 2717
 2718[[package]]
 2719name = "channel"
 2720version = "0.1.0"
 2721dependencies = [
 2722 "anyhow",
 2723 "client",
 2724 "clock",
 2725 "collections",
 2726 "futures 0.3.32",
 2727 "gpui",
 2728 "http_client",
 2729 "language",
 2730 "log",
 2731 "postage",
 2732 "release_channel",
 2733 "rpc",
 2734 "semver",
 2735 "settings",
 2736 "text",
 2737 "time",
 2738 "util",
 2739]
 2740
 2741[[package]]
 2742name = "chardetng"
 2743version = "0.1.17"
 2744source = "registry+https://github.com/rust-lang/crates.io-index"
 2745checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2746dependencies = [
 2747 "cfg-if",
 2748 "encoding_rs",
 2749 "memchr",
 2750]
 2751
 2752[[package]]
 2753name = "chrono"
 2754version = "0.4.42"
 2755source = "registry+https://github.com/rust-lang/crates.io-index"
 2756checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2757dependencies = [
 2758 "iana-time-zone",
 2759 "js-sys",
 2760 "num-traits",
 2761 "serde",
 2762 "wasm-bindgen",
 2763 "windows-link 0.2.1",
 2764]
 2765
 2766[[package]]
 2767name = "chunked_transfer"
 2768version = "1.5.0"
 2769source = "registry+https://github.com/rust-lang/crates.io-index"
 2770checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2771
 2772[[package]]
 2773name = "ciborium"
 2774version = "0.2.2"
 2775source = "registry+https://github.com/rust-lang/crates.io-index"
 2776checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2777dependencies = [
 2778 "ciborium-io",
 2779 "ciborium-ll",
 2780 "serde",
 2781]
 2782
 2783[[package]]
 2784name = "ciborium-io"
 2785version = "0.2.2"
 2786source = "registry+https://github.com/rust-lang/crates.io-index"
 2787checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2788
 2789[[package]]
 2790name = "ciborium-ll"
 2791version = "0.2.2"
 2792source = "registry+https://github.com/rust-lang/crates.io-index"
 2793checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2794dependencies = [
 2795 "ciborium-io",
 2796 "half",
 2797]
 2798
 2799[[package]]
 2800name = "cipher"
 2801version = "0.4.4"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2804dependencies = [
 2805 "crypto-common",
 2806 "inout",
 2807 "zeroize",
 2808]
 2809
 2810[[package]]
 2811name = "circular-buffer"
 2812version = "1.2.0"
 2813source = "registry+https://github.com/rust-lang/crates.io-index"
 2814checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2815
 2816[[package]]
 2817name = "clang-sys"
 2818version = "1.8.1"
 2819source = "registry+https://github.com/rust-lang/crates.io-index"
 2820checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2821dependencies = [
 2822 "glob",
 2823 "libc",
 2824 "libloading",
 2825]
 2826
 2827[[package]]
 2828name = "clap"
 2829version = "4.5.49"
 2830source = "registry+https://github.com/rust-lang/crates.io-index"
 2831checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2832dependencies = [
 2833 "clap_builder",
 2834 "clap_derive",
 2835]
 2836
 2837[[package]]
 2838name = "clap_builder"
 2839version = "4.5.49"
 2840source = "registry+https://github.com/rust-lang/crates.io-index"
 2841checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2842dependencies = [
 2843 "anstream",
 2844 "anstyle",
 2845 "clap_lex",
 2846 "strsim",
 2847 "terminal_size",
 2848]
 2849
 2850[[package]]
 2851name = "clap_complete"
 2852version = "4.5.59"
 2853source = "registry+https://github.com/rust-lang/crates.io-index"
 2854checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2855dependencies = [
 2856 "clap",
 2857]
 2858
 2859[[package]]
 2860name = "clap_derive"
 2861version = "4.5.49"
 2862source = "registry+https://github.com/rust-lang/crates.io-index"
 2863checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2864dependencies = [
 2865 "heck 0.5.0",
 2866 "proc-macro2",
 2867 "quote",
 2868 "syn 2.0.117",
 2869]
 2870
 2871[[package]]
 2872name = "clap_lex"
 2873version = "0.7.6"
 2874source = "registry+https://github.com/rust-lang/crates.io-index"
 2875checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2876
 2877[[package]]
 2878name = "cli"
 2879version = "0.1.0"
 2880dependencies = [
 2881 "anyhow",
 2882 "askpass",
 2883 "clap",
 2884 "collections",
 2885 "console",
 2886 "core-foundation 0.10.0",
 2887 "core-services",
 2888 "dialoguer",
 2889 "exec",
 2890 "fork",
 2891 "ipc-channel",
 2892 "parking_lot",
 2893 "paths",
 2894 "plist",
 2895 "rayon",
 2896 "release_channel",
 2897 "serde",
 2898 "serde_json",
 2899 "tempfile",
 2900 "util",
 2901 "walkdir",
 2902 "windows 0.61.3",
 2903]
 2904
 2905[[package]]
 2906name = "client"
 2907version = "0.1.0"
 2908dependencies = [
 2909 "anyhow",
 2910 "async-tungstenite",
 2911 "base64 0.22.1",
 2912 "chrono",
 2913 "clock",
 2914 "cloud_api_client",
 2915 "cloud_api_types",
 2916 "cloud_llm_client",
 2917 "collections",
 2918 "credentials_provider",
 2919 "db",
 2920 "derive_more",
 2921 "feature_flags",
 2922 "fs",
 2923 "futures 0.3.32",
 2924 "gpui",
 2925 "gpui_tokio",
 2926 "http_client",
 2927 "http_client_tls",
 2928 "httparse",
 2929 "log",
 2930 "objc2-foundation",
 2931 "parking_lot",
 2932 "paths",
 2933 "postage",
 2934 "rand 0.9.3",
 2935 "regex",
 2936 "release_channel",
 2937 "rpc",
 2938 "rustls-pki-types",
 2939 "semver",
 2940 "serde",
 2941 "serde_json",
 2942 "serde_urlencoded",
 2943 "settings",
 2944 "sha2",
 2945 "smol",
 2946 "telemetry",
 2947 "telemetry_events",
 2948 "text",
 2949 "thiserror 2.0.17",
 2950 "time",
 2951 "tiny_http",
 2952 "tokio",
 2953 "tokio-native-tls",
 2954 "tokio-rustls 0.26.2",
 2955 "tokio-socks",
 2956 "url",
 2957 "util",
 2958 "windows 0.61.3",
 2959 "worktree",
 2960 "zed_credentials_provider",
 2961]
 2962
 2963[[package]]
 2964name = "clock"
 2965version = "0.1.0"
 2966dependencies = [
 2967 "parking_lot",
 2968 "serde",
 2969 "smallvec",
 2970]
 2971
 2972[[package]]
 2973name = "cloud_api_client"
 2974version = "0.1.0"
 2975dependencies = [
 2976 "anyhow",
 2977 "cloud_api_types",
 2978 "futures 0.3.32",
 2979 "gpui",
 2980 "gpui_tokio",
 2981 "http_client",
 2982 "parking_lot",
 2983 "serde_json",
 2984 "smol",
 2985 "thiserror 2.0.17",
 2986 "yawc",
 2987]
 2988
 2989[[package]]
 2990name = "cloud_api_types"
 2991version = "0.1.0"
 2992dependencies = [
 2993 "anyhow",
 2994 "chrono",
 2995 "ciborium",
 2996 "cloud_llm_client",
 2997 "pretty_assertions",
 2998 "serde",
 2999 "serde_json",
 3000 "strum 0.27.2",
 3001]
 3002
 3003[[package]]
 3004name = "cloud_llm_client"
 3005version = "0.1.0"
 3006dependencies = [
 3007 "anyhow",
 3008 "serde",
 3009 "serde_json",
 3010 "strum 0.27.2",
 3011 "uuid",
 3012 "zeta_prompt",
 3013]
 3014
 3015[[package]]
 3016name = "cmake"
 3017version = "0.1.56"
 3018source = "registry+https://github.com/rust-lang/crates.io-index"
 3019checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3020dependencies = [
 3021 "cc",
 3022]
 3023
 3024[[package]]
 3025name = "cobs"
 3026version = "0.3.0"
 3027source = "registry+https://github.com/rust-lang/crates.io-index"
 3028checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3029dependencies = [
 3030 "thiserror 2.0.17",
 3031]
 3032
 3033[[package]]
 3034name = "cocoa"
 3035version = "0.25.0"
 3036source = "registry+https://github.com/rust-lang/crates.io-index"
 3037checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3038dependencies = [
 3039 "bitflags 1.3.2",
 3040 "block",
 3041 "cocoa-foundation 0.1.2",
 3042 "core-foundation 0.9.4",
 3043 "core-graphics 0.23.2",
 3044 "foreign-types 0.5.0",
 3045 "libc",
 3046 "objc",
 3047]
 3048
 3049[[package]]
 3050name = "cocoa"
 3051version = "0.26.0"
 3052source = "registry+https://github.com/rust-lang/crates.io-index"
 3053checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3054dependencies = [
 3055 "bitflags 2.10.0",
 3056 "block",
 3057 "cocoa-foundation 0.2.0",
 3058 "core-foundation 0.10.0",
 3059 "core-graphics 0.24.0",
 3060 "foreign-types 0.5.0",
 3061 "libc",
 3062 "objc",
 3063]
 3064
 3065[[package]]
 3066name = "cocoa-foundation"
 3067version = "0.1.2"
 3068source = "registry+https://github.com/rust-lang/crates.io-index"
 3069checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3070dependencies = [
 3071 "bitflags 1.3.2",
 3072 "block",
 3073 "core-foundation 0.9.4",
 3074 "core-graphics-types 0.1.3",
 3075 "libc",
 3076 "objc",
 3077]
 3078
 3079[[package]]
 3080name = "cocoa-foundation"
 3081version = "0.2.0"
 3082source = "registry+https://github.com/rust-lang/crates.io-index"
 3083checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3084dependencies = [
 3085 "bitflags 2.10.0",
 3086 "block",
 3087 "core-foundation 0.10.0",
 3088 "core-graphics-types 0.2.0",
 3089 "libc",
 3090 "objc",
 3091]
 3092
 3093[[package]]
 3094name = "codespan-reporting"
 3095version = "0.13.0"
 3096source = "registry+https://github.com/rust-lang/crates.io-index"
 3097checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3098dependencies = [
 3099 "serde",
 3100 "termcolor",
 3101 "unicode-width",
 3102]
 3103
 3104[[package]]
 3105name = "codestral"
 3106version = "0.1.0"
 3107dependencies = [
 3108 "anyhow",
 3109 "edit_prediction",
 3110 "edit_prediction_types",
 3111 "futures 0.3.32",
 3112 "gpui",
 3113 "http_client",
 3114 "icons",
 3115 "language",
 3116 "language_model",
 3117 "log",
 3118 "serde",
 3119 "serde_json",
 3120 "text",
 3121 "zed_credentials_provider",
 3122 "zeta_prompt",
 3123]
 3124
 3125[[package]]
 3126name = "collab"
 3127version = "0.44.0"
 3128dependencies = [
 3129 "agent",
 3130 "anyhow",
 3131 "async-trait",
 3132 "async-tungstenite",
 3133 "aws-config",
 3134 "aws-sdk-kinesis",
 3135 "aws-sdk-s3",
 3136 "axum",
 3137 "buffer_diff",
 3138 "call",
 3139 "channel",
 3140 "chrono",
 3141 "client",
 3142 "clock",
 3143 "cloud_api_types",
 3144 "collab",
 3145 "collab_ui",
 3146 "collections",
 3147 "command_palette_hooks",
 3148 "ctor",
 3149 "dap",
 3150 "dap_adapters",
 3151 "dashmap",
 3152 "debugger_ui",
 3153 "editor",
 3154 "envy",
 3155 "extension",
 3156 "file_finder",
 3157 "fs",
 3158 "futures 0.3.32",
 3159 "git",
 3160 "git_hosting_providers",
 3161 "git_ui",
 3162 "gpui",
 3163 "gpui_tokio",
 3164 "hex",
 3165 "http_client",
 3166 "indoc",
 3167 "language",
 3168 "language_model",
 3169 "livekit_api",
 3170 "livekit_client",
 3171 "log",
 3172 "lsp",
 3173 "menu",
 3174 "multi_buffer",
 3175 "nanoid",
 3176 "node_runtime",
 3177 "notifications",
 3178 "parking_lot",
 3179 "pretty_assertions",
 3180 "project",
 3181 "prometheus",
 3182 "prompt_store",
 3183 "prost 0.9.0",
 3184 "rand 0.9.3",
 3185 "recent_projects",
 3186 "release_channel",
 3187 "remote",
 3188 "remote_server",
 3189 "reqwest 0.11.27",
 3190 "rpc",
 3191 "sea-orm",
 3192 "sea-orm-macros",
 3193 "semver",
 3194 "serde",
 3195 "serde_json",
 3196 "session",
 3197 "settings",
 3198 "sha2",
 3199 "smol",
 3200 "sqlx",
 3201 "strum 0.27.2",
 3202 "task",
 3203 "telemetry_events",
 3204 "text",
 3205 "theme",
 3206 "theme_settings",
 3207 "time",
 3208 "tokio",
 3209 "toml 0.8.23",
 3210 "tower 0.4.13",
 3211 "tower-http 0.4.4",
 3212 "tracing",
 3213 "tracing-subscriber",
 3214 "unindent",
 3215 "util",
 3216 "uuid",
 3217 "workspace",
 3218 "worktree",
 3219 "zed_actions",
 3220 "zlog",
 3221]
 3222
 3223[[package]]
 3224name = "collab_ui"
 3225version = "0.1.0"
 3226dependencies = [
 3227 "anyhow",
 3228 "call",
 3229 "channel",
 3230 "client",
 3231 "collections",
 3232 "db",
 3233 "editor",
 3234 "futures 0.3.32",
 3235 "fuzzy",
 3236 "gpui",
 3237 "livekit_client",
 3238 "menu",
 3239 "notifications",
 3240 "picker",
 3241 "project",
 3242 "release_channel",
 3243 "rpc",
 3244 "serde",
 3245 "serde_json",
 3246 "settings",
 3247 "smallvec",
 3248 "telemetry",
 3249 "theme",
 3250 "theme_settings",
 3251 "time",
 3252 "title_bar",
 3253 "ui",
 3254 "util",
 3255 "workspace",
 3256 "zed_actions",
 3257]
 3258
 3259[[package]]
 3260name = "collections"
 3261version = "0.1.0"
 3262dependencies = [
 3263 "indexmap",
 3264 "rustc-hash 2.1.1",
 3265]
 3266
 3267[[package]]
 3268name = "color_quant"
 3269version = "1.1.0"
 3270source = "registry+https://github.com/rust-lang/crates.io-index"
 3271checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3272
 3273[[package]]
 3274name = "colorchoice"
 3275version = "1.0.4"
 3276source = "registry+https://github.com/rust-lang/crates.io-index"
 3277checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3278
 3279[[package]]
 3280name = "combine"
 3281version = "4.6.7"
 3282source = "registry+https://github.com/rust-lang/crates.io-index"
 3283checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3284dependencies = [
 3285 "bytes 1.11.1",
 3286 "memchr",
 3287]
 3288
 3289[[package]]
 3290name = "command-fds"
 3291version = "0.3.2"
 3292source = "registry+https://github.com/rust-lang/crates.io-index"
 3293checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3294dependencies = [
 3295 "nix 0.30.1",
 3296 "thiserror 2.0.17",
 3297]
 3298
 3299[[package]]
 3300name = "command_palette"
 3301version = "0.1.0"
 3302dependencies = [
 3303 "anyhow",
 3304 "client",
 3305 "collections",
 3306 "command_palette_hooks",
 3307 "db",
 3308 "editor",
 3309 "fuzzy",
 3310 "go_to_line",
 3311 "gpui",
 3312 "language",
 3313 "log",
 3314 "menu",
 3315 "picker",
 3316 "postage",
 3317 "project",
 3318 "serde",
 3319 "settings",
 3320 "telemetry",
 3321 "theme",
 3322 "theme_settings",
 3323 "time",
 3324 "ui",
 3325 "util",
 3326 "workspace",
 3327 "zed_actions",
 3328]
 3329
 3330[[package]]
 3331name = "command_palette_hooks"
 3332version = "0.1.0"
 3333dependencies = [
 3334 "collections",
 3335 "derive_more",
 3336 "gpui",
 3337 "workspace",
 3338]
 3339
 3340[[package]]
 3341name = "compliance"
 3342version = "0.1.0"
 3343dependencies = [
 3344 "anyhow",
 3345 "async-trait",
 3346 "derive_more",
 3347 "futures 0.3.32",
 3348 "indoc",
 3349 "itertools 0.14.0",
 3350 "jsonwebtoken",
 3351 "octocrab",
 3352 "regex",
 3353 "semver",
 3354 "serde",
 3355 "serde_json",
 3356 "tokio",
 3357]
 3358
 3359[[package]]
 3360name = "component"
 3361version = "0.1.0"
 3362dependencies = [
 3363 "collections",
 3364 "documented",
 3365 "gpui",
 3366 "inventory",
 3367 "parking_lot",
 3368 "strum 0.27.2",
 3369 "theme",
 3370]
 3371
 3372[[package]]
 3373name = "component_preview"
 3374version = "0.1.0"
 3375dependencies = [
 3376 "anyhow",
 3377 "client",
 3378 "collections",
 3379 "component",
 3380 "db",
 3381 "fs",
 3382 "gpui",
 3383 "gpui_platform",
 3384 "language",
 3385 "log",
 3386 "node_runtime",
 3387 "notifications",
 3388 "project",
 3389 "release_channel",
 3390 "reqwest_client",
 3391 "session",
 3392 "settings",
 3393 "theme",
 3394 "theme_settings",
 3395 "ui",
 3396 "ui_input",
 3397 "uuid",
 3398 "workspace",
 3399]
 3400
 3401[[package]]
 3402name = "compression-codecs"
 3403version = "0.4.31"
 3404source = "registry+https://github.com/rust-lang/crates.io-index"
 3405checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3406dependencies = [
 3407 "bzip2 0.6.1",
 3408 "compression-core",
 3409 "deflate64",
 3410 "flate2",
 3411 "memchr",
 3412]
 3413
 3414[[package]]
 3415name = "compression-core"
 3416version = "0.4.29"
 3417source = "registry+https://github.com/rust-lang/crates.io-index"
 3418checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3419
 3420[[package]]
 3421name = "concurrent-queue"
 3422version = "2.5.0"
 3423source = "registry+https://github.com/rust-lang/crates.io-index"
 3424checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3425dependencies = [
 3426 "crossbeam-utils",
 3427]
 3428
 3429[[package]]
 3430name = "console"
 3431version = "0.16.3"
 3432source = "registry+https://github.com/rust-lang/crates.io-index"
 3433checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3434dependencies = [
 3435 "encode_unicode",
 3436 "libc",
 3437 "unicode-width",
 3438 "windows-sys 0.61.2",
 3439]
 3440
 3441[[package]]
 3442name = "console_error_panic_hook"
 3443version = "0.1.7"
 3444source = "registry+https://github.com/rust-lang/crates.io-index"
 3445checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3446dependencies = [
 3447 "cfg-if",
 3448 "wasm-bindgen",
 3449]
 3450
 3451[[package]]
 3452name = "const-oid"
 3453version = "0.9.6"
 3454source = "registry+https://github.com/rust-lang/crates.io-index"
 3455checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3456
 3457[[package]]
 3458name = "const-random"
 3459version = "0.1.18"
 3460source = "registry+https://github.com/rust-lang/crates.io-index"
 3461checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3462dependencies = [
 3463 "const-random-macro",
 3464]
 3465
 3466[[package]]
 3467name = "const-random-macro"
 3468version = "0.1.16"
 3469source = "registry+https://github.com/rust-lang/crates.io-index"
 3470checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3471dependencies = [
 3472 "getrandom 0.2.16",
 3473 "once_cell",
 3474 "tiny-keccak",
 3475]
 3476
 3477[[package]]
 3478name = "const_format"
 3479version = "0.2.35"
 3480source = "registry+https://github.com/rust-lang/crates.io-index"
 3481checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3482dependencies = [
 3483 "const_format_proc_macros",
 3484]
 3485
 3486[[package]]
 3487name = "const_format_proc_macros"
 3488version = "0.2.34"
 3489source = "registry+https://github.com/rust-lang/crates.io-index"
 3490checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3491dependencies = [
 3492 "proc-macro2",
 3493 "quote",
 3494 "unicode-xid",
 3495]
 3496
 3497[[package]]
 3498name = "constant_time_eq"
 3499version = "0.1.5"
 3500source = "registry+https://github.com/rust-lang/crates.io-index"
 3501checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3502
 3503[[package]]
 3504name = "context_server"
 3505version = "0.1.0"
 3506dependencies = [
 3507 "anyhow",
 3508 "async-trait",
 3509 "base64 0.22.1",
 3510 "collections",
 3511 "futures 0.3.32",
 3512 "gpui",
 3513 "http_client",
 3514 "log",
 3515 "net",
 3516 "parking_lot",
 3517 "postage",
 3518 "rand 0.9.3",
 3519 "schemars",
 3520 "serde",
 3521 "serde_json",
 3522 "settings",
 3523 "sha2",
 3524 "slotmap",
 3525 "smol",
 3526 "tempfile",
 3527 "terminal",
 3528 "tiny_http",
 3529 "url",
 3530 "util",
 3531]
 3532
 3533[[package]]
 3534name = "convert_case"
 3535version = "0.8.0"
 3536source = "registry+https://github.com/rust-lang/crates.io-index"
 3537checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3538dependencies = [
 3539 "unicode-segmentation",
 3540]
 3541
 3542[[package]]
 3543name = "convert_case"
 3544version = "0.10.0"
 3545source = "registry+https://github.com/rust-lang/crates.io-index"
 3546checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3547dependencies = [
 3548 "unicode-segmentation",
 3549]
 3550
 3551[[package]]
 3552name = "convert_case"
 3553version = "0.11.0"
 3554source = "registry+https://github.com/rust-lang/crates.io-index"
 3555checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3556dependencies = [
 3557 "unicode-segmentation",
 3558]
 3559
 3560[[package]]
 3561name = "copilot"
 3562version = "0.1.0"
 3563dependencies = [
 3564 "anyhow",
 3565 "async-std",
 3566 "collections",
 3567 "command_palette_hooks",
 3568 "copilot_chat",
 3569 "edit_prediction_types",
 3570 "editor",
 3571 "fs",
 3572 "futures 0.3.32",
 3573 "gpui",
 3574 "icons",
 3575 "indoc",
 3576 "language",
 3577 "log",
 3578 "lsp",
 3579 "node_runtime",
 3580 "parking_lot",
 3581 "paths",
 3582 "pretty_assertions",
 3583 "project",
 3584 "rpc",
 3585 "semver",
 3586 "serde",
 3587 "serde_json",
 3588 "settings",
 3589 "sum_tree",
 3590 "theme",
 3591 "theme_settings",
 3592 "util",
 3593 "workspace",
 3594 "zlog",
 3595]
 3596
 3597[[package]]
 3598name = "copilot_chat"
 3599version = "0.1.0"
 3600dependencies = [
 3601 "anthropic",
 3602 "anyhow",
 3603 "collections",
 3604 "dirs",
 3605 "fs",
 3606 "futures 0.3.32",
 3607 "gpui",
 3608 "http_client",
 3609 "log",
 3610 "paths",
 3611 "serde",
 3612 "serde_json",
 3613 "settings",
 3614]
 3615
 3616[[package]]
 3617name = "copilot_ui"
 3618version = "0.1.0"
 3619dependencies = [
 3620 "anyhow",
 3621 "copilot",
 3622 "gpui",
 3623 "language",
 3624 "log",
 3625 "lsp",
 3626 "menu",
 3627 "project",
 3628 "serde_json",
 3629 "settings",
 3630 "ui",
 3631 "util",
 3632 "workspace",
 3633]
 3634
 3635[[package]]
 3636name = "core-foundation"
 3637version = "0.9.4"
 3638source = "registry+https://github.com/rust-lang/crates.io-index"
 3639checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3640dependencies = [
 3641 "core-foundation-sys",
 3642 "libc",
 3643]
 3644
 3645[[package]]
 3646name = "core-foundation"
 3647version = "0.10.0"
 3648source = "registry+https://github.com/rust-lang/crates.io-index"
 3649checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3650dependencies = [
 3651 "core-foundation-sys",
 3652 "libc",
 3653]
 3654
 3655[[package]]
 3656name = "core-foundation-sys"
 3657version = "0.8.7"
 3658source = "registry+https://github.com/rust-lang/crates.io-index"
 3659checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3660
 3661[[package]]
 3662name = "core-graphics"
 3663version = "0.23.2"
 3664source = "registry+https://github.com/rust-lang/crates.io-index"
 3665checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3666dependencies = [
 3667 "bitflags 1.3.2",
 3668 "core-foundation 0.9.4",
 3669 "core-graphics-types 0.1.3",
 3670 "foreign-types 0.5.0",
 3671 "libc",
 3672]
 3673
 3674[[package]]
 3675name = "core-graphics"
 3676version = "0.24.0"
 3677source = "registry+https://github.com/rust-lang/crates.io-index"
 3678checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3679dependencies = [
 3680 "bitflags 2.10.0",
 3681 "core-foundation 0.10.0",
 3682 "core-graphics-types 0.2.0",
 3683 "foreign-types 0.5.0",
 3684 "libc",
 3685]
 3686
 3687[[package]]
 3688name = "core-graphics-helmer-fork"
 3689version = "0.24.0"
 3690source = "registry+https://github.com/rust-lang/crates.io-index"
 3691checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3692dependencies = [
 3693 "bitflags 2.10.0",
 3694 "core-foundation 0.9.4",
 3695 "core-graphics-types 0.1.3",
 3696 "foreign-types 0.5.0",
 3697 "libc",
 3698]
 3699
 3700[[package]]
 3701name = "core-graphics-types"
 3702version = "0.1.3"
 3703source = "registry+https://github.com/rust-lang/crates.io-index"
 3704checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3705dependencies = [
 3706 "bitflags 1.3.2",
 3707 "core-foundation 0.9.4",
 3708 "libc",
 3709]
 3710
 3711[[package]]
 3712name = "core-graphics-types"
 3713version = "0.2.0"
 3714source = "registry+https://github.com/rust-lang/crates.io-index"
 3715checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3716dependencies = [
 3717 "bitflags 2.10.0",
 3718 "core-foundation 0.10.0",
 3719 "libc",
 3720]
 3721
 3722[[package]]
 3723name = "core-graphics2"
 3724version = "0.5.2"
 3725source = "registry+https://github.com/rust-lang/crates.io-index"
 3726checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3727dependencies = [
 3728 "bitflags 2.10.0",
 3729 "block",
 3730 "cfg-if",
 3731 "core-foundation 0.10.0",
 3732 "libc",
 3733]
 3734
 3735[[package]]
 3736name = "core-services"
 3737version = "0.2.1"
 3738source = "registry+https://github.com/rust-lang/crates.io-index"
 3739checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3740dependencies = [
 3741 "core-foundation 0.9.4",
 3742]
 3743
 3744[[package]]
 3745name = "core-text"
 3746version = "21.0.0"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3749dependencies = [
 3750 "core-foundation 0.10.0",
 3751 "core-graphics 0.24.0",
 3752 "foreign-types 0.5.0",
 3753 "libc",
 3754]
 3755
 3756[[package]]
 3757name = "core-video"
 3758version = "0.5.2"
 3759source = "registry+https://github.com/rust-lang/crates.io-index"
 3760checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3761dependencies = [
 3762 "block",
 3763 "core-foundation 0.10.0",
 3764 "core-graphics2",
 3765 "io-surface",
 3766 "libc",
 3767 "metal",
 3768]
 3769
 3770[[package]]
 3771name = "core_maths"
 3772version = "0.1.1"
 3773source = "registry+https://github.com/rust-lang/crates.io-index"
 3774checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3775dependencies = [
 3776 "libm",
 3777]
 3778
 3779[[package]]
 3780name = "coreaudio-rs"
 3781version = "0.12.1"
 3782source = "registry+https://github.com/rust-lang/crates.io-index"
 3783checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3784dependencies = [
 3785 "bitflags 1.3.2",
 3786 "core-foundation-sys",
 3787 "coreaudio-sys",
 3788]
 3789
 3790[[package]]
 3791name = "coreaudio-rs"
 3792version = "0.13.0"
 3793source = "registry+https://github.com/rust-lang/crates.io-index"
 3794checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3795dependencies = [
 3796 "bitflags 1.3.2",
 3797 "libc",
 3798 "objc2-audio-toolbox",
 3799 "objc2-core-audio",
 3800 "objc2-core-audio-types",
 3801 "objc2-core-foundation",
 3802]
 3803
 3804[[package]]
 3805name = "coreaudio-sys"
 3806version = "0.2.17"
 3807source = "registry+https://github.com/rust-lang/crates.io-index"
 3808checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3809dependencies = [
 3810 "bindgen 0.72.1",
 3811]
 3812
 3813[[package]]
 3814name = "cosmic-text"
 3815version = "0.17.1"
 3816source = "registry+https://github.com/rust-lang/crates.io-index"
 3817checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3818dependencies = [
 3819 "bitflags 2.10.0",
 3820 "fontdb 0.23.0",
 3821 "harfrust",
 3822 "linebender_resource_handle",
 3823 "log",
 3824 "rangemap",
 3825 "rustc-hash 2.1.1",
 3826 "self_cell",
 3827 "skrifa 0.40.0",
 3828 "smol_str",
 3829 "swash",
 3830 "sys-locale",
 3831 "unicode-bidi",
 3832 "unicode-linebreak",
 3833 "unicode-script",
 3834 "unicode-segmentation",
 3835]
 3836
 3837[[package]]
 3838name = "cpal"
 3839version = "0.17.1"
 3840source = "registry+https://github.com/rust-lang/crates.io-index"
 3841checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3842dependencies = [
 3843 "alsa",
 3844 "coreaudio-rs 0.13.0",
 3845 "dasp_sample",
 3846 "jni",
 3847 "js-sys",
 3848 "libc",
 3849 "mach2 0.5.0",
 3850 "ndk",
 3851 "ndk-context",
 3852 "num-derive",
 3853 "num-traits",
 3854 "objc2",
 3855 "objc2-audio-toolbox",
 3856 "objc2-avf-audio",
 3857 "objc2-core-audio",
 3858 "objc2-core-audio-types",
 3859 "objc2-core-foundation",
 3860 "objc2-foundation",
 3861 "wasm-bindgen",
 3862 "wasm-bindgen-futures",
 3863 "web-sys",
 3864 "windows 0.62.2",
 3865]
 3866
 3867[[package]]
 3868name = "cpp_demangle"
 3869version = "0.4.5"
 3870source = "registry+https://github.com/rust-lang/crates.io-index"
 3871checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3872dependencies = [
 3873 "cfg-if",
 3874]
 3875
 3876[[package]]
 3877name = "cpufeatures"
 3878version = "0.2.17"
 3879source = "registry+https://github.com/rust-lang/crates.io-index"
 3880checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3881dependencies = [
 3882 "libc",
 3883]
 3884
 3885[[package]]
 3886name = "cranelift-assembler-x64"
 3887version = "0.123.7"
 3888source = "registry+https://github.com/rust-lang/crates.io-index"
 3889checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3890dependencies = [
 3891 "cranelift-assembler-x64-meta",
 3892]
 3893
 3894[[package]]
 3895name = "cranelift-assembler-x64-meta"
 3896version = "0.123.7"
 3897source = "registry+https://github.com/rust-lang/crates.io-index"
 3898checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3899dependencies = [
 3900 "cranelift-srcgen",
 3901]
 3902
 3903[[package]]
 3904name = "cranelift-bforest"
 3905version = "0.123.7"
 3906source = "registry+https://github.com/rust-lang/crates.io-index"
 3907checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3908dependencies = [
 3909 "cranelift-entity",
 3910]
 3911
 3912[[package]]
 3913name = "cranelift-bitset"
 3914version = "0.123.7"
 3915source = "registry+https://github.com/rust-lang/crates.io-index"
 3916checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3917dependencies = [
 3918 "serde",
 3919 "serde_derive",
 3920]
 3921
 3922[[package]]
 3923name = "cranelift-codegen"
 3924version = "0.123.7"
 3925source = "registry+https://github.com/rust-lang/crates.io-index"
 3926checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3927dependencies = [
 3928 "bumpalo",
 3929 "cranelift-assembler-x64",
 3930 "cranelift-bforest",
 3931 "cranelift-bitset",
 3932 "cranelift-codegen-meta",
 3933 "cranelift-codegen-shared",
 3934 "cranelift-control",
 3935 "cranelift-entity",
 3936 "cranelift-isle",
 3937 "gimli",
 3938 "hashbrown 0.15.5",
 3939 "log",
 3940 "postcard",
 3941 "pulley-interpreter",
 3942 "regalloc2",
 3943 "rustc-hash 2.1.1",
 3944 "serde",
 3945 "serde_derive",
 3946 "sha2",
 3947 "smallvec",
 3948 "target-lexicon 0.13.3",
 3949 "wasmtime-internal-math",
 3950]
 3951
 3952[[package]]
 3953name = "cranelift-codegen-meta"
 3954version = "0.123.7"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3957dependencies = [
 3958 "cranelift-assembler-x64-meta",
 3959 "cranelift-codegen-shared",
 3960 "cranelift-srcgen",
 3961 "heck 0.5.0",
 3962 "pulley-interpreter",
 3963]
 3964
 3965[[package]]
 3966name = "cranelift-codegen-shared"
 3967version = "0.123.7"
 3968source = "registry+https://github.com/rust-lang/crates.io-index"
 3969checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3970
 3971[[package]]
 3972name = "cranelift-control"
 3973version = "0.123.7"
 3974source = "registry+https://github.com/rust-lang/crates.io-index"
 3975checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3976dependencies = [
 3977 "arbitrary",
 3978]
 3979
 3980[[package]]
 3981name = "cranelift-entity"
 3982version = "0.123.7"
 3983source = "registry+https://github.com/rust-lang/crates.io-index"
 3984checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3985dependencies = [
 3986 "cranelift-bitset",
 3987 "serde",
 3988 "serde_derive",
 3989]
 3990
 3991[[package]]
 3992name = "cranelift-frontend"
 3993version = "0.123.7"
 3994source = "registry+https://github.com/rust-lang/crates.io-index"
 3995checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3996dependencies = [
 3997 "cranelift-codegen",
 3998 "log",
 3999 "smallvec",
 4000 "target-lexicon 0.13.3",
 4001]
 4002
 4003[[package]]
 4004name = "cranelift-isle"
 4005version = "0.123.7"
 4006source = "registry+https://github.com/rust-lang/crates.io-index"
 4007checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4008
 4009[[package]]
 4010name = "cranelift-native"
 4011version = "0.123.7"
 4012source = "registry+https://github.com/rust-lang/crates.io-index"
 4013checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4014dependencies = [
 4015 "cranelift-codegen",
 4016 "libc",
 4017 "target-lexicon 0.13.3",
 4018]
 4019
 4020[[package]]
 4021name = "cranelift-srcgen"
 4022version = "0.123.7"
 4023source = "registry+https://github.com/rust-lang/crates.io-index"
 4024checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4025
 4026[[package]]
 4027name = "crash-context"
 4028version = "0.6.3"
 4029source = "registry+https://github.com/rust-lang/crates.io-index"
 4030checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4031dependencies = [
 4032 "cfg-if",
 4033 "libc",
 4034 "mach2 0.4.3",
 4035]
 4036
 4037[[package]]
 4038name = "crash-handler"
 4039version = "0.6.3"
 4040source = "registry+https://github.com/rust-lang/crates.io-index"
 4041checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4042dependencies = [
 4043 "cfg-if",
 4044 "crash-context",
 4045 "libc",
 4046 "mach2 0.4.3",
 4047 "parking_lot",
 4048]
 4049
 4050[[package]]
 4051name = "crashes"
 4052version = "0.1.0"
 4053dependencies = [
 4054 "cfg-if",
 4055 "crash-handler",
 4056 "futures 0.3.32",
 4057 "log",
 4058 "mach2 0.5.0",
 4059 "minidumper",
 4060 "parking_lot",
 4061 "paths",
 4062 "release_channel",
 4063 "serde",
 4064 "serde_json",
 4065 "smol",
 4066 "system_specs",
 4067 "windows 0.61.3",
 4068 "zstd",
 4069]
 4070
 4071[[package]]
 4072name = "crc"
 4073version = "3.3.0"
 4074source = "registry+https://github.com/rust-lang/crates.io-index"
 4075checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4076dependencies = [
 4077 "crc-catalog",
 4078]
 4079
 4080[[package]]
 4081name = "crc-catalog"
 4082version = "2.4.0"
 4083source = "registry+https://github.com/rust-lang/crates.io-index"
 4084checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4085
 4086[[package]]
 4087name = "crc-fast"
 4088version = "1.6.0"
 4089source = "registry+https://github.com/rust-lang/crates.io-index"
 4090checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4091dependencies = [
 4092 "crc",
 4093 "digest",
 4094 "rand 0.9.3",
 4095 "regex",
 4096 "rustversion",
 4097]
 4098
 4099[[package]]
 4100name = "crc32fast"
 4101version = "1.5.0"
 4102source = "registry+https://github.com/rust-lang/crates.io-index"
 4103checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4104dependencies = [
 4105 "cfg-if",
 4106]
 4107
 4108[[package]]
 4109name = "credentials_provider"
 4110version = "0.1.0"
 4111dependencies = [
 4112 "anyhow",
 4113 "gpui",
 4114 "serde",
 4115]
 4116
 4117[[package]]
 4118name = "criterion"
 4119version = "0.5.1"
 4120source = "registry+https://github.com/rust-lang/crates.io-index"
 4121checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4122dependencies = [
 4123 "anes",
 4124 "cast",
 4125 "ciborium",
 4126 "clap",
 4127 "criterion-plot",
 4128 "is-terminal",
 4129 "itertools 0.10.5",
 4130 "num-traits",
 4131 "once_cell",
 4132 "oorandom",
 4133 "plotters",
 4134 "rayon",
 4135 "regex",
 4136 "serde",
 4137 "serde_derive",
 4138 "serde_json",
 4139 "tinytemplate",
 4140 "walkdir",
 4141]
 4142
 4143[[package]]
 4144name = "criterion-plot"
 4145version = "0.5.0"
 4146source = "registry+https://github.com/rust-lang/crates.io-index"
 4147checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4148dependencies = [
 4149 "cast",
 4150 "itertools 0.10.5",
 4151]
 4152
 4153[[package]]
 4154name = "crossbeam"
 4155version = "0.8.4"
 4156source = "registry+https://github.com/rust-lang/crates.io-index"
 4157checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4158dependencies = [
 4159 "crossbeam-channel",
 4160 "crossbeam-deque",
 4161 "crossbeam-epoch",
 4162 "crossbeam-queue",
 4163 "crossbeam-utils",
 4164]
 4165
 4166[[package]]
 4167name = "crossbeam-channel"
 4168version = "0.5.15"
 4169source = "registry+https://github.com/rust-lang/crates.io-index"
 4170checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4171dependencies = [
 4172 "crossbeam-utils",
 4173]
 4174
 4175[[package]]
 4176name = "crossbeam-deque"
 4177version = "0.8.6"
 4178source = "registry+https://github.com/rust-lang/crates.io-index"
 4179checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4180dependencies = [
 4181 "crossbeam-epoch",
 4182 "crossbeam-utils",
 4183]
 4184
 4185[[package]]
 4186name = "crossbeam-epoch"
 4187version = "0.9.18"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4190dependencies = [
 4191 "crossbeam-utils",
 4192]
 4193
 4194[[package]]
 4195name = "crossbeam-queue"
 4196version = "0.3.12"
 4197source = "registry+https://github.com/rust-lang/crates.io-index"
 4198checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4199dependencies = [
 4200 "crossbeam-utils",
 4201]
 4202
 4203[[package]]
 4204name = "crossbeam-utils"
 4205version = "0.8.21"
 4206source = "registry+https://github.com/rust-lang/crates.io-index"
 4207checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4208
 4209[[package]]
 4210name = "crunchy"
 4211version = "0.2.4"
 4212source = "registry+https://github.com/rust-lang/crates.io-index"
 4213checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4214
 4215[[package]]
 4216name = "crypto-bigint"
 4217version = "0.4.9"
 4218source = "registry+https://github.com/rust-lang/crates.io-index"
 4219checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4220dependencies = [
 4221 "generic-array",
 4222 "rand_core 0.6.4",
 4223 "subtle",
 4224 "zeroize",
 4225]
 4226
 4227[[package]]
 4228name = "crypto-bigint"
 4229version = "0.5.5"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4232dependencies = [
 4233 "rand_core 0.6.4",
 4234 "subtle",
 4235]
 4236
 4237[[package]]
 4238name = "crypto-common"
 4239version = "0.1.6"
 4240source = "registry+https://github.com/rust-lang/crates.io-index"
 4241checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4242dependencies = [
 4243 "generic-array",
 4244 "typenum",
 4245]
 4246
 4247[[package]]
 4248name = "cssparser"
 4249version = "0.35.0"
 4250source = "registry+https://github.com/rust-lang/crates.io-index"
 4251checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4252dependencies = [
 4253 "cssparser-macros",
 4254 "dtoa-short",
 4255 "itoa",
 4256 "phf 0.11.3",
 4257 "smallvec",
 4258]
 4259
 4260[[package]]
 4261name = "cssparser-macros"
 4262version = "0.6.1"
 4263source = "registry+https://github.com/rust-lang/crates.io-index"
 4264checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4265dependencies = [
 4266 "quote",
 4267 "syn 2.0.117",
 4268]
 4269
 4270[[package]]
 4271name = "csv_preview"
 4272version = "0.1.0"
 4273dependencies = [
 4274 "anyhow",
 4275 "editor",
 4276 "feature_flags",
 4277 "gpui",
 4278 "log",
 4279 "text",
 4280 "ui",
 4281 "workspace",
 4282]
 4283
 4284[[package]]
 4285name = "ctor"
 4286version = "0.4.3"
 4287source = "registry+https://github.com/rust-lang/crates.io-index"
 4288checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4289dependencies = [
 4290 "ctor-proc-macro",
 4291 "dtor",
 4292]
 4293
 4294[[package]]
 4295name = "ctor-proc-macro"
 4296version = "0.0.6"
 4297source = "registry+https://github.com/rust-lang/crates.io-index"
 4298checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4299
 4300[[package]]
 4301name = "ctrlc"
 4302version = "3.5.0"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4305dependencies = [
 4306 "dispatch",
 4307 "nix 0.30.1",
 4308 "windows-sys 0.61.2",
 4309]
 4310
 4311[[package]]
 4312name = "cursor-icon"
 4313version = "1.2.0"
 4314source = "registry+https://github.com/rust-lang/crates.io-index"
 4315checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4316
 4317[[package]]
 4318name = "cxx"
 4319version = "1.0.187"
 4320source = "registry+https://github.com/rust-lang/crates.io-index"
 4321checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4322dependencies = [
 4323 "cc",
 4324 "cxx-build",
 4325 "cxxbridge-cmd",
 4326 "cxxbridge-flags",
 4327 "cxxbridge-macro",
 4328 "foldhash 0.2.0",
 4329 "link-cplusplus",
 4330]
 4331
 4332[[package]]
 4333name = "cxx-build"
 4334version = "1.0.187"
 4335source = "registry+https://github.com/rust-lang/crates.io-index"
 4336checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4337dependencies = [
 4338 "cc",
 4339 "codespan-reporting",
 4340 "indexmap",
 4341 "proc-macro2",
 4342 "quote",
 4343 "scratch",
 4344 "syn 2.0.117",
 4345]
 4346
 4347[[package]]
 4348name = "cxxbridge-cmd"
 4349version = "1.0.187"
 4350source = "registry+https://github.com/rust-lang/crates.io-index"
 4351checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4352dependencies = [
 4353 "clap",
 4354 "codespan-reporting",
 4355 "indexmap",
 4356 "proc-macro2",
 4357 "quote",
 4358 "syn 2.0.117",
 4359]
 4360
 4361[[package]]
 4362name = "cxxbridge-flags"
 4363version = "1.0.187"
 4364source = "registry+https://github.com/rust-lang/crates.io-index"
 4365checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4366
 4367[[package]]
 4368name = "cxxbridge-macro"
 4369version = "1.0.187"
 4370source = "registry+https://github.com/rust-lang/crates.io-index"
 4371checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4372dependencies = [
 4373 "indexmap",
 4374 "proc-macro2",
 4375 "quote",
 4376 "syn 2.0.117",
 4377]
 4378
 4379[[package]]
 4380name = "dap"
 4381version = "0.1.0"
 4382dependencies = [
 4383 "anyhow",
 4384 "async-compression",
 4385 "async-pipe",
 4386 "async-tar",
 4387 "async-trait",
 4388 "client",
 4389 "collections",
 4390 "dap-types",
 4391 "fs",
 4392 "futures 0.3.32",
 4393 "gpui",
 4394 "http_client",
 4395 "language",
 4396 "libc",
 4397 "log",
 4398 "node_runtime",
 4399 "parking_lot",
 4400 "paths",
 4401 "proto",
 4402 "schemars",
 4403 "serde",
 4404 "serde_json",
 4405 "settings",
 4406 "smallvec",
 4407 "smol",
 4408 "task",
 4409 "telemetry",
 4410 "util",
 4411 "zlog",
 4412]
 4413
 4414[[package]]
 4415name = "dap-types"
 4416version = "0.0.1"
 4417source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4418dependencies = [
 4419 "schemars",
 4420 "serde",
 4421 "serde_json",
 4422]
 4423
 4424[[package]]
 4425name = "dap_adapters"
 4426version = "0.1.0"
 4427dependencies = [
 4428 "anyhow",
 4429 "async-trait",
 4430 "collections",
 4431 "dap",
 4432 "dotenvy",
 4433 "fs",
 4434 "futures 0.3.32",
 4435 "gpui",
 4436 "http_client",
 4437 "json_dotpath",
 4438 "language",
 4439 "log",
 4440 "node_runtime",
 4441 "paths",
 4442 "serde",
 4443 "serde_json",
 4444 "settings",
 4445 "smol",
 4446 "task",
 4447 "util",
 4448]
 4449
 4450[[package]]
 4451name = "darling"
 4452version = "0.20.11"
 4453source = "registry+https://github.com/rust-lang/crates.io-index"
 4454checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4455dependencies = [
 4456 "darling_core 0.20.11",
 4457 "darling_macro 0.20.11",
 4458]
 4459
 4460[[package]]
 4461name = "darling"
 4462version = "0.21.3"
 4463source = "registry+https://github.com/rust-lang/crates.io-index"
 4464checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4465dependencies = [
 4466 "darling_core 0.21.3",
 4467 "darling_macro 0.21.3",
 4468]
 4469
 4470[[package]]
 4471name = "darling_core"
 4472version = "0.20.11"
 4473source = "registry+https://github.com/rust-lang/crates.io-index"
 4474checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4475dependencies = [
 4476 "fnv",
 4477 "ident_case",
 4478 "proc-macro2",
 4479 "quote",
 4480 "strsim",
 4481 "syn 2.0.117",
 4482]
 4483
 4484[[package]]
 4485name = "darling_core"
 4486version = "0.21.3"
 4487source = "registry+https://github.com/rust-lang/crates.io-index"
 4488checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4489dependencies = [
 4490 "fnv",
 4491 "ident_case",
 4492 "proc-macro2",
 4493 "quote",
 4494 "strsim",
 4495 "syn 2.0.117",
 4496]
 4497
 4498[[package]]
 4499name = "darling_macro"
 4500version = "0.20.11"
 4501source = "registry+https://github.com/rust-lang/crates.io-index"
 4502checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4503dependencies = [
 4504 "darling_core 0.20.11",
 4505 "quote",
 4506 "syn 2.0.117",
 4507]
 4508
 4509[[package]]
 4510name = "darling_macro"
 4511version = "0.21.3"
 4512source = "registry+https://github.com/rust-lang/crates.io-index"
 4513checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4514dependencies = [
 4515 "darling_core 0.21.3",
 4516 "quote",
 4517 "syn 2.0.117",
 4518]
 4519
 4520[[package]]
 4521name = "dashmap"
 4522version = "6.1.0"
 4523source = "registry+https://github.com/rust-lang/crates.io-index"
 4524checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4525dependencies = [
 4526 "cfg-if",
 4527 "crossbeam-utils",
 4528 "hashbrown 0.14.5",
 4529 "lock_api",
 4530 "once_cell",
 4531 "parking_lot_core",
 4532]
 4533
 4534[[package]]
 4535name = "dasp_sample"
 4536version = "0.11.0"
 4537source = "registry+https://github.com/rust-lang/crates.io-index"
 4538checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4539
 4540[[package]]
 4541name = "data-encoding"
 4542version = "2.9.0"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4545
 4546[[package]]
 4547name = "data-url"
 4548version = "0.3.2"
 4549source = "registry+https://github.com/rust-lang/crates.io-index"
 4550checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4551
 4552[[package]]
 4553name = "db"
 4554version = "0.1.0"
 4555dependencies = [
 4556 "anyhow",
 4557 "gpui",
 4558 "indoc",
 4559 "inventory",
 4560 "log",
 4561 "paths",
 4562 "release_channel",
 4563 "smol",
 4564 "sqlez",
 4565 "sqlez_macros",
 4566 "tempfile",
 4567 "util",
 4568 "uuid",
 4569 "zed_env_vars",
 4570]
 4571
 4572[[package]]
 4573name = "dbus"
 4574version = "0.9.9"
 4575source = "registry+https://github.com/rust-lang/crates.io-index"
 4576checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4577dependencies = [
 4578 "libc",
 4579 "libdbus-sys",
 4580 "windows-sys 0.59.0",
 4581]
 4582
 4583[[package]]
 4584name = "debug_adapter_extension"
 4585version = "0.1.0"
 4586dependencies = [
 4587 "anyhow",
 4588 "async-trait",
 4589 "collections",
 4590 "dap",
 4591 "extension",
 4592 "gpui",
 4593 "serde_json",
 4594 "task",
 4595 "util",
 4596]
 4597
 4598[[package]]
 4599name = "debugger_tools"
 4600version = "0.1.0"
 4601dependencies = [
 4602 "anyhow",
 4603 "dap",
 4604 "editor",
 4605 "futures 0.3.32",
 4606 "gpui",
 4607 "project",
 4608 "serde_json",
 4609 "settings",
 4610 "smol",
 4611 "util",
 4612 "workspace",
 4613]
 4614
 4615[[package]]
 4616name = "debugger_ui"
 4617version = "0.1.0"
 4618dependencies = [
 4619 "alacritty_terminal",
 4620 "anyhow",
 4621 "bitflags 2.10.0",
 4622 "client",
 4623 "collections",
 4624 "command_palette_hooks",
 4625 "dap",
 4626 "dap_adapters",
 4627 "db",
 4628 "debugger_tools",
 4629 "editor",
 4630 "feature_flags",
 4631 "file_icons",
 4632 "futures 0.3.32",
 4633 "fuzzy",
 4634 "gpui",
 4635 "hex",
 4636 "indoc",
 4637 "itertools 0.14.0",
 4638 "language",
 4639 "log",
 4640 "menu",
 4641 "notifications",
 4642 "parking_lot",
 4643 "parse_int",
 4644 "paths",
 4645 "picker",
 4646 "pretty_assertions",
 4647 "project",
 4648 "rpc",
 4649 "schemars",
 4650 "serde",
 4651 "serde_json",
 4652 "serde_json_lenient",
 4653 "settings",
 4654 "sysinfo 0.37.2",
 4655 "task",
 4656 "tasks_ui",
 4657 "terminal_view",
 4658 "text",
 4659 "theme",
 4660 "theme_settings",
 4661 "tree-sitter",
 4662 "tree-sitter-go",
 4663 "tree-sitter-json",
 4664 "ui",
 4665 "ui_input",
 4666 "unindent",
 4667 "util",
 4668 "workspace",
 4669 "zed_actions",
 4670 "zlog",
 4671]
 4672
 4673[[package]]
 4674name = "debugid"
 4675version = "0.8.0"
 4676source = "registry+https://github.com/rust-lang/crates.io-index"
 4677checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4678dependencies = [
 4679 "uuid",
 4680]
 4681
 4682[[package]]
 4683name = "deepseek"
 4684version = "0.1.0"
 4685dependencies = [
 4686 "anyhow",
 4687 "futures 0.3.32",
 4688 "http_client",
 4689 "schemars",
 4690 "serde",
 4691 "serde_json",
 4692]
 4693
 4694[[package]]
 4695name = "deflate64"
 4696version = "0.1.10"
 4697source = "registry+https://github.com/rust-lang/crates.io-index"
 4698checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4699
 4700[[package]]
 4701name = "denoise"
 4702version = "0.1.0"
 4703dependencies = [
 4704 "candle-core",
 4705 "candle-onnx",
 4706 "log",
 4707 "realfft",
 4708 "rodio",
 4709 "rustfft",
 4710 "thiserror 2.0.17",
 4711]
 4712
 4713[[package]]
 4714name = "der"
 4715version = "0.6.1"
 4716source = "registry+https://github.com/rust-lang/crates.io-index"
 4717checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4718dependencies = [
 4719 "const-oid",
 4720 "zeroize",
 4721]
 4722
 4723[[package]]
 4724name = "der"
 4725version = "0.7.10"
 4726source = "registry+https://github.com/rust-lang/crates.io-index"
 4727checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4728dependencies = [
 4729 "const-oid",
 4730 "pem-rfc7468",
 4731 "zeroize",
 4732]
 4733
 4734[[package]]
 4735name = "deranged"
 4736version = "0.5.4"
 4737source = "registry+https://github.com/rust-lang/crates.io-index"
 4738checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4739dependencies = [
 4740 "powerfmt",
 4741 "serde_core",
 4742]
 4743
 4744[[package]]
 4745name = "derive_arbitrary"
 4746version = "1.4.2"
 4747source = "registry+https://github.com/rust-lang/crates.io-index"
 4748checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4749dependencies = [
 4750 "proc-macro2",
 4751 "quote",
 4752 "syn 2.0.117",
 4753]
 4754
 4755[[package]]
 4756name = "derive_more"
 4757version = "2.1.1"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4760dependencies = [
 4761 "derive_more-impl",
 4762]
 4763
 4764[[package]]
 4765name = "derive_more-impl"
 4766version = "2.1.1"
 4767source = "registry+https://github.com/rust-lang/crates.io-index"
 4768checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4769dependencies = [
 4770 "convert_case 0.10.0",
 4771 "proc-macro2",
 4772 "quote",
 4773 "rustc_version",
 4774 "syn 2.0.117",
 4775 "unicode-xid",
 4776]
 4777
 4778[[package]]
 4779name = "derive_refineable"
 4780version = "0.1.0"
 4781dependencies = [
 4782 "proc-macro2",
 4783 "quote",
 4784 "syn 2.0.117",
 4785]
 4786
 4787[[package]]
 4788name = "derive_setters"
 4789version = "0.1.9"
 4790source = "registry+https://github.com/rust-lang/crates.io-index"
 4791checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4792dependencies = [
 4793 "darling 0.21.3",
 4794 "proc-macro2",
 4795 "quote",
 4796 "syn 2.0.117",
 4797]
 4798
 4799[[package]]
 4800name = "dev_container"
 4801version = "0.1.0"
 4802dependencies = [
 4803 "async-tar",
 4804 "async-trait",
 4805 "env_logger 0.11.8",
 4806 "fs",
 4807 "futures 0.3.32",
 4808 "gpui",
 4809 "http 1.3.1",
 4810 "http_client",
 4811 "log",
 4812 "menu",
 4813 "paths",
 4814 "picker",
 4815 "project",
 4816 "regex",
 4817 "serde",
 4818 "serde_json",
 4819 "serde_json_lenient",
 4820 "settings",
 4821 "shlex",
 4822 "ui",
 4823 "util",
 4824 "walkdir",
 4825 "workspace",
 4826 "worktree",
 4827]
 4828
 4829[[package]]
 4830name = "diagnostics"
 4831version = "0.1.0"
 4832dependencies = [
 4833 "anyhow",
 4834 "collections",
 4835 "component",
 4836 "ctor",
 4837 "editor",
 4838 "gpui",
 4839 "indoc",
 4840 "itertools 0.14.0",
 4841 "language",
 4842 "log",
 4843 "lsp",
 4844 "markdown",
 4845 "pretty_assertions",
 4846 "project",
 4847 "rand 0.9.3",
 4848 "serde",
 4849 "serde_json",
 4850 "settings",
 4851 "text",
 4852 "theme",
 4853 "theme_settings",
 4854 "ui",
 4855 "unindent",
 4856 "util",
 4857 "workspace",
 4858 "zed_actions",
 4859 "zlog",
 4860]
 4861
 4862[[package]]
 4863name = "dialoguer"
 4864version = "0.12.0"
 4865source = "registry+https://github.com/rust-lang/crates.io-index"
 4866checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4867dependencies = [
 4868 "console",
 4869 "shell-words",
 4870]
 4871
 4872[[package]]
 4873name = "diff"
 4874version = "0.1.13"
 4875source = "registry+https://github.com/rust-lang/crates.io-index"
 4876checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4877
 4878[[package]]
 4879name = "diffy"
 4880version = "0.4.2"
 4881source = "registry+https://github.com/rust-lang/crates.io-index"
 4882checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4883dependencies = [
 4884 "nu-ansi-term",
 4885]
 4886
 4887[[package]]
 4888name = "digest"
 4889version = "0.10.7"
 4890source = "registry+https://github.com/rust-lang/crates.io-index"
 4891checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4892dependencies = [
 4893 "block-buffer",
 4894 "const-oid",
 4895 "crypto-common",
 4896 "subtle",
 4897]
 4898
 4899[[package]]
 4900name = "dirs"
 4901version = "6.0.0"
 4902source = "registry+https://github.com/rust-lang/crates.io-index"
 4903checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4904dependencies = [
 4905 "dirs-sys",
 4906]
 4907
 4908[[package]]
 4909name = "dirs-sys"
 4910version = "0.5.0"
 4911source = "registry+https://github.com/rust-lang/crates.io-index"
 4912checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4913dependencies = [
 4914 "libc",
 4915 "option-ext",
 4916 "redox_users",
 4917 "windows-sys 0.61.2",
 4918]
 4919
 4920[[package]]
 4921name = "dispatch"
 4922version = "0.2.0"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4925
 4926[[package]]
 4927name = "dispatch2"
 4928version = "0.3.1"
 4929source = "registry+https://github.com/rust-lang/crates.io-index"
 4930checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4931dependencies = [
 4932 "bitflags 2.10.0",
 4933 "block2",
 4934 "libc",
 4935 "objc2",
 4936]
 4937
 4938[[package]]
 4939name = "displaydoc"
 4940version = "0.2.5"
 4941source = "registry+https://github.com/rust-lang/crates.io-index"
 4942checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4943dependencies = [
 4944 "proc-macro2",
 4945 "quote",
 4946 "syn 2.0.117",
 4947]
 4948
 4949[[package]]
 4950name = "dlib"
 4951version = "0.5.2"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4954dependencies = [
 4955 "libloading",
 4956]
 4957
 4958[[package]]
 4959name = "docs_preprocessor"
 4960version = "0.1.0"
 4961dependencies = [
 4962 "anyhow",
 4963 "collections",
 4964 "jsonschema",
 4965 "mdbook",
 4966 "regex",
 4967 "schemars",
 4968 "serde",
 4969 "serde_json",
 4970 "settings",
 4971 "task",
 4972 "theme",
 4973 "util",
 4974 "zlog",
 4975]
 4976
 4977[[package]]
 4978name = "document-features"
 4979version = "0.2.12"
 4980source = "registry+https://github.com/rust-lang/crates.io-index"
 4981checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4982dependencies = [
 4983 "litrs",
 4984]
 4985
 4986[[package]]
 4987name = "documented"
 4988version = "0.9.2"
 4989source = "registry+https://github.com/rust-lang/crates.io-index"
 4990checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4991dependencies = [
 4992 "documented-macros",
 4993 "phf 0.12.1",
 4994 "thiserror 2.0.17",
 4995]
 4996
 4997[[package]]
 4998name = "documented-macros"
 4999version = "0.9.2"
 5000source = "registry+https://github.com/rust-lang/crates.io-index"
 5001checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5002dependencies = [
 5003 "convert_case 0.8.0",
 5004 "itertools 0.14.0",
 5005 "optfield",
 5006 "proc-macro2",
 5007 "quote",
 5008 "strum 0.27.2",
 5009 "syn 2.0.117",
 5010]
 5011
 5012[[package]]
 5013name = "dotenvy"
 5014version = "0.15.7"
 5015source = "registry+https://github.com/rust-lang/crates.io-index"
 5016checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5017
 5018[[package]]
 5019name = "downcast-rs"
 5020version = "1.2.1"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5023
 5024[[package]]
 5025name = "doxygen-rs"
 5026version = "0.4.2"
 5027source = "registry+https://github.com/rust-lang/crates.io-index"
 5028checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5029dependencies = [
 5030 "phf 0.11.3",
 5031]
 5032
 5033[[package]]
 5034name = "dtoa"
 5035version = "1.0.10"
 5036source = "registry+https://github.com/rust-lang/crates.io-index"
 5037checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5038
 5039[[package]]
 5040name = "dtoa-short"
 5041version = "0.3.5"
 5042source = "registry+https://github.com/rust-lang/crates.io-index"
 5043checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5044dependencies = [
 5045 "dtoa",
 5046]
 5047
 5048[[package]]
 5049name = "dtor"
 5050version = "0.0.6"
 5051source = "registry+https://github.com/rust-lang/crates.io-index"
 5052checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5053dependencies = [
 5054 "dtor-proc-macro",
 5055]
 5056
 5057[[package]]
 5058name = "dtor-proc-macro"
 5059version = "0.0.5"
 5060source = "registry+https://github.com/rust-lang/crates.io-index"
 5061checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5062
 5063[[package]]
 5064name = "dunce"
 5065version = "1.0.5"
 5066source = "registry+https://github.com/rust-lang/crates.io-index"
 5067checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5068
 5069[[package]]
 5070name = "dwrote"
 5071version = "0.11.5"
 5072source = "registry+https://github.com/rust-lang/crates.io-index"
 5073checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5074dependencies = [
 5075 "lazy_static",
 5076 "libc",
 5077 "winapi",
 5078 "wio",
 5079]
 5080
 5081[[package]]
 5082name = "dyn-clone"
 5083version = "1.0.20"
 5084source = "registry+https://github.com/rust-lang/crates.io-index"
 5085checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5086
 5087[[package]]
 5088name = "dyn-stack"
 5089version = "0.10.0"
 5090source = "registry+https://github.com/rust-lang/crates.io-index"
 5091checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5092dependencies = [
 5093 "bytemuck",
 5094 "reborrow",
 5095]
 5096
 5097[[package]]
 5098name = "dyn-stack"
 5099version = "0.13.2"
 5100source = "registry+https://github.com/rust-lang/crates.io-index"
 5101checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5102dependencies = [
 5103 "bytemuck",
 5104 "dyn-stack-macros",
 5105]
 5106
 5107[[package]]
 5108name = "dyn-stack-macros"
 5109version = "0.1.3"
 5110source = "registry+https://github.com/rust-lang/crates.io-index"
 5111checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5112
 5113[[package]]
 5114name = "ec4rs"
 5115version = "1.2.0"
 5116source = "registry+https://github.com/rust-lang/crates.io-index"
 5117checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5118
 5119[[package]]
 5120name = "ecdsa"
 5121version = "0.14.8"
 5122source = "registry+https://github.com/rust-lang/crates.io-index"
 5123checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5124dependencies = [
 5125 "der 0.6.1",
 5126 "elliptic-curve",
 5127 "rfc6979",
 5128 "signature 1.6.4",
 5129]
 5130
 5131[[package]]
 5132name = "edit_prediction"
 5133version = "0.1.0"
 5134dependencies = [
 5135 "ai_onboarding",
 5136 "anyhow",
 5137 "buffer_diff",
 5138 "client",
 5139 "clock",
 5140 "cloud_api_client",
 5141 "cloud_api_types",
 5142 "cloud_llm_client",
 5143 "collections",
 5144 "copilot",
 5145 "copilot_ui",
 5146 "credentials_provider",
 5147 "criterion",
 5148 "ctor",
 5149 "db",
 5150 "edit_prediction_context",
 5151 "edit_prediction_metrics",
 5152 "edit_prediction_types",
 5153 "feature_flags",
 5154 "fs",
 5155 "futures 0.3.32",
 5156 "gpui",
 5157 "heapless",
 5158 "indoc",
 5159 "itertools 0.14.0",
 5160 "language",
 5161 "language_model",
 5162 "languages",
 5163 "log",
 5164 "lsp",
 5165 "menu",
 5166 "node_runtime",
 5167 "open_ai",
 5168 "parking_lot",
 5169 "postage",
 5170 "pretty_assertions",
 5171 "project",
 5172 "pulldown-cmark 0.13.0",
 5173 "rand 0.9.3",
 5174 "regex",
 5175 "release_channel",
 5176 "semver",
 5177 "serde",
 5178 "serde_json",
 5179 "settings",
 5180 "strum 0.27.2",
 5181 "telemetry",
 5182 "telemetry_events",
 5183 "text",
 5184 "thiserror 2.0.17",
 5185 "time",
 5186 "toml 0.8.23",
 5187 "ui",
 5188 "util",
 5189 "uuid",
 5190 "workspace",
 5191 "worktree",
 5192 "zed_actions",
 5193 "zed_credentials_provider",
 5194 "zeta_prompt",
 5195 "zlog",
 5196 "zstd",
 5197]
 5198
 5199[[package]]
 5200name = "edit_prediction_cli"
 5201version = "0.1.0"
 5202dependencies = [
 5203 "anthropic",
 5204 "anyhow",
 5205 "chrono",
 5206 "clap",
 5207 "client",
 5208 "cloud_llm_client",
 5209 "collections",
 5210 "db",
 5211 "debug_adapter_extension",
 5212 "dirs",
 5213 "edit_prediction",
 5214 "edit_prediction_metrics",
 5215 "extension",
 5216 "flate2",
 5217 "fs",
 5218 "futures 0.3.32",
 5219 "gaoya",
 5220 "gpui",
 5221 "gpui_platform",
 5222 "gpui_tokio",
 5223 "http_client",
 5224 "indoc",
 5225 "language",
 5226 "language_extension",
 5227 "language_model",
 5228 "language_models",
 5229 "languages",
 5230 "libc",
 5231 "log",
 5232 "node_runtime",
 5233 "open_ai",
 5234 "paths",
 5235 "pretty_assertions",
 5236 "project",
 5237 "prompt_store",
 5238 "rand 0.9.3",
 5239 "release_channel",
 5240 "reqwest_client",
 5241 "rust-embed",
 5242 "serde",
 5243 "serde_json",
 5244 "settings",
 5245 "shellexpand",
 5246 "similar",
 5247 "smol",
 5248 "sqlez",
 5249 "sqlez_macros",
 5250 "strum 0.27.2",
 5251 "telemetry_events",
 5252 "tempfile",
 5253 "terminal_view",
 5254 "toml 0.8.23",
 5255 "util",
 5256 "wasmtime",
 5257 "watch",
 5258 "workspace",
 5259 "zeta_prompt",
 5260]
 5261
 5262[[package]]
 5263name = "edit_prediction_context"
 5264version = "0.1.0"
 5265dependencies = [
 5266 "anyhow",
 5267 "clock",
 5268 "collections",
 5269 "env_logger 0.11.8",
 5270 "futures 0.3.32",
 5271 "gpui",
 5272 "indoc",
 5273 "language",
 5274 "log",
 5275 "lsp",
 5276 "parking_lot",
 5277 "pretty_assertions",
 5278 "project",
 5279 "serde",
 5280 "serde_json",
 5281 "settings",
 5282 "smallvec",
 5283 "text",
 5284 "tree-sitter",
 5285 "util",
 5286 "zeta_prompt",
 5287]
 5288
 5289[[package]]
 5290name = "edit_prediction_metrics"
 5291version = "0.1.0"
 5292dependencies = [
 5293 "indoc",
 5294 "language",
 5295 "pretty_assertions",
 5296 "serde",
 5297 "similar",
 5298 "tree-sitter",
 5299 "zeta_prompt",
 5300]
 5301
 5302[[package]]
 5303name = "edit_prediction_types"
 5304version = "0.1.0"
 5305dependencies = [
 5306 "client",
 5307 "gpui",
 5308 "icons",
 5309 "language",
 5310 "text",
 5311]
 5312
 5313[[package]]
 5314name = "edit_prediction_ui"
 5315version = "0.1.0"
 5316dependencies = [
 5317 "anyhow",
 5318 "buffer_diff",
 5319 "client",
 5320 "cloud_llm_client",
 5321 "codestral",
 5322 "collections",
 5323 "command_palette_hooks",
 5324 "copilot",
 5325 "copilot_chat",
 5326 "copilot_ui",
 5327 "edit_prediction",
 5328 "edit_prediction_types",
 5329 "editor",
 5330 "feature_flags",
 5331 "fs",
 5332 "futures 0.3.32",
 5333 "gpui",
 5334 "indoc",
 5335 "language",
 5336 "markdown",
 5337 "menu",
 5338 "multi_buffer",
 5339 "paths",
 5340 "project",
 5341 "regex",
 5342 "settings",
 5343 "telemetry",
 5344 "text",
 5345 "theme",
 5346 "theme_settings",
 5347 "time",
 5348 "ui",
 5349 "util",
 5350 "workspace",
 5351 "zed_actions",
 5352 "zeta_prompt",
 5353]
 5354
 5355[[package]]
 5356name = "editor"
 5357version = "0.1.0"
 5358dependencies = [
 5359 "aho-corasick",
 5360 "anyhow",
 5361 "assets",
 5362 "breadcrumbs",
 5363 "buffer_diff",
 5364 "client",
 5365 "clock",
 5366 "collections",
 5367 "convert_case 0.8.0",
 5368 "criterion",
 5369 "ctor",
 5370 "dap",
 5371 "db",
 5372 "edit_prediction_types",
 5373 "emojis",
 5374 "feature_flags",
 5375 "file_icons",
 5376 "fs",
 5377 "futures 0.3.32",
 5378 "fuzzy",
 5379 "git",
 5380 "gpui",
 5381 "indoc",
 5382 "itertools 0.14.0",
 5383 "language",
 5384 "languages",
 5385 "linkify",
 5386 "log",
 5387 "lsp",
 5388 "markdown",
 5389 "menu",
 5390 "multi_buffer",
 5391 "ordered-float 2.10.1",
 5392 "parking_lot",
 5393 "pretty_assertions",
 5394 "project",
 5395 "proptest",
 5396 "proptest-derive",
 5397 "rand 0.9.3",
 5398 "regex",
 5399 "release_channel",
 5400 "rope",
 5401 "rpc",
 5402 "schemars",
 5403 "semver",
 5404 "serde",
 5405 "serde_json",
 5406 "settings",
 5407 "smallvec",
 5408 "smol",
 5409 "snippet",
 5410 "sum_tree",
 5411 "task",
 5412 "telemetry",
 5413 "text",
 5414 "theme",
 5415 "theme_settings",
 5416 "time",
 5417 "tracing",
 5418 "tree-sitter-bash",
 5419 "tree-sitter-c",
 5420 "tree-sitter-html",
 5421 "tree-sitter-md",
 5422 "tree-sitter-python",
 5423 "tree-sitter-rust",
 5424 "tree-sitter-typescript",
 5425 "tree-sitter-yaml",
 5426 "ui",
 5427 "ui_input",
 5428 "unicode-script",
 5429 "unicode-segmentation",
 5430 "unicode-width",
 5431 "unindent",
 5432 "url",
 5433 "util",
 5434 "uuid",
 5435 "vim_mode_setting",
 5436 "workspace",
 5437 "zed_actions",
 5438 "zlog",
 5439 "ztracing",
 5440]
 5441
 5442[[package]]
 5443name = "either"
 5444version = "1.15.0"
 5445source = "registry+https://github.com/rust-lang/crates.io-index"
 5446checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5447dependencies = [
 5448 "serde",
 5449]
 5450
 5451[[package]]
 5452name = "elasticlunr-rs"
 5453version = "3.0.2"
 5454source = "registry+https://github.com/rust-lang/crates.io-index"
 5455checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5456dependencies = [
 5457 "regex",
 5458 "serde",
 5459 "serde_derive",
 5460 "serde_json",
 5461]
 5462
 5463[[package]]
 5464name = "elliptic-curve"
 5465version = "0.12.3"
 5466source = "registry+https://github.com/rust-lang/crates.io-index"
 5467checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5468dependencies = [
 5469 "base16ct",
 5470 "crypto-bigint 0.4.9",
 5471 "der 0.6.1",
 5472 "digest",
 5473 "ff",
 5474 "generic-array",
 5475 "group",
 5476 "pkcs8 0.9.0",
 5477 "rand_core 0.6.4",
 5478 "sec1",
 5479 "subtle",
 5480 "zeroize",
 5481]
 5482
 5483[[package]]
 5484name = "email_address"
 5485version = "0.2.9"
 5486source = "registry+https://github.com/rust-lang/crates.io-index"
 5487checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5488dependencies = [
 5489 "serde",
 5490]
 5491
 5492[[package]]
 5493name = "embed-resource"
 5494version = "3.0.6"
 5495source = "registry+https://github.com/rust-lang/crates.io-index"
 5496checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5497dependencies = [
 5498 "cc",
 5499 "memchr",
 5500 "rustc_version",
 5501 "toml 0.9.8",
 5502 "vswhom",
 5503 "winreg 0.55.0",
 5504]
 5505
 5506[[package]]
 5507name = "embedded-io"
 5508version = "0.4.0"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5511
 5512[[package]]
 5513name = "embedded-io"
 5514version = "0.6.1"
 5515source = "registry+https://github.com/rust-lang/crates.io-index"
 5516checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5517
 5518[[package]]
 5519name = "emojis"
 5520version = "0.6.4"
 5521source = "registry+https://github.com/rust-lang/crates.io-index"
 5522checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5523dependencies = [
 5524 "phf 0.11.3",
 5525]
 5526
 5527[[package]]
 5528name = "encode_unicode"
 5529version = "1.0.0"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5532
 5533[[package]]
 5534name = "encoding_rs"
 5535version = "0.8.35"
 5536source = "registry+https://github.com/rust-lang/crates.io-index"
 5537checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5538dependencies = [
 5539 "cfg-if",
 5540]
 5541
 5542[[package]]
 5543name = "encoding_selector"
 5544version = "0.1.0"
 5545dependencies = [
 5546 "editor",
 5547 "encoding_rs",
 5548 "fuzzy",
 5549 "gpui",
 5550 "language",
 5551 "picker",
 5552 "project",
 5553 "ui",
 5554 "util",
 5555 "workspace",
 5556]
 5557
 5558[[package]]
 5559name = "endi"
 5560version = "1.1.0"
 5561source = "registry+https://github.com/rust-lang/crates.io-index"
 5562checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5563
 5564[[package]]
 5565name = "enum-as-inner"
 5566version = "0.6.1"
 5567source = "registry+https://github.com/rust-lang/crates.io-index"
 5568checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5569dependencies = [
 5570 "heck 0.5.0",
 5571 "proc-macro2",
 5572 "quote",
 5573 "syn 2.0.117",
 5574]
 5575
 5576[[package]]
 5577name = "enumflags2"
 5578version = "0.7.12"
 5579source = "registry+https://github.com/rust-lang/crates.io-index"
 5580checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5581dependencies = [
 5582 "enumflags2_derive",
 5583 "serde",
 5584]
 5585
 5586[[package]]
 5587name = "enumflags2_derive"
 5588version = "0.7.12"
 5589source = "registry+https://github.com/rust-lang/crates.io-index"
 5590checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5591dependencies = [
 5592 "proc-macro2",
 5593 "quote",
 5594 "syn 2.0.117",
 5595]
 5596
 5597[[package]]
 5598name = "env_filter"
 5599version = "0.1.4"
 5600source = "registry+https://github.com/rust-lang/crates.io-index"
 5601checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5602dependencies = [
 5603 "log",
 5604 "regex",
 5605]
 5606
 5607[[package]]
 5608name = "env_logger"
 5609version = "0.10.2"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5612dependencies = [
 5613 "humantime",
 5614 "is-terminal",
 5615 "log",
 5616 "regex",
 5617 "termcolor",
 5618]
 5619
 5620[[package]]
 5621name = "env_logger"
 5622version = "0.11.8"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5625dependencies = [
 5626 "anstream",
 5627 "anstyle",
 5628 "env_filter",
 5629 "jiff",
 5630 "log",
 5631]
 5632
 5633[[package]]
 5634name = "env_var"
 5635version = "0.1.0"
 5636dependencies = [
 5637 "gpui_shared_string",
 5638]
 5639
 5640[[package]]
 5641name = "envy"
 5642version = "0.4.2"
 5643source = "registry+https://github.com/rust-lang/crates.io-index"
 5644checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5645dependencies = [
 5646 "serde",
 5647]
 5648
 5649[[package]]
 5650name = "equator"
 5651version = "0.4.2"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5654dependencies = [
 5655 "equator-macro",
 5656]
 5657
 5658[[package]]
 5659name = "equator-macro"
 5660version = "0.4.2"
 5661source = "registry+https://github.com/rust-lang/crates.io-index"
 5662checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5663dependencies = [
 5664 "proc-macro2",
 5665 "quote",
 5666 "syn 2.0.117",
 5667]
 5668
 5669[[package]]
 5670name = "equivalent"
 5671version = "1.0.2"
 5672source = "registry+https://github.com/rust-lang/crates.io-index"
 5673checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5674
 5675[[package]]
 5676name = "erased-serde"
 5677version = "0.4.9"
 5678source = "registry+https://github.com/rust-lang/crates.io-index"
 5679checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5680dependencies = [
 5681 "serde",
 5682 "serde_core",
 5683 "typeid",
 5684]
 5685
 5686[[package]]
 5687name = "errno"
 5688version = "0.2.8"
 5689source = "registry+https://github.com/rust-lang/crates.io-index"
 5690checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5691dependencies = [
 5692 "errno-dragonfly",
 5693 "libc",
 5694 "winapi",
 5695]
 5696
 5697[[package]]
 5698name = "errno"
 5699version = "0.3.14"
 5700source = "registry+https://github.com/rust-lang/crates.io-index"
 5701checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5702dependencies = [
 5703 "libc",
 5704 "windows-sys 0.61.2",
 5705]
 5706
 5707[[package]]
 5708name = "errno-dragonfly"
 5709version = "0.1.2"
 5710source = "registry+https://github.com/rust-lang/crates.io-index"
 5711checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5712dependencies = [
 5713 "cc",
 5714 "libc",
 5715]
 5716
 5717[[package]]
 5718name = "error-graph"
 5719version = "0.1.1"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5722dependencies = [
 5723 "serde",
 5724]
 5725
 5726[[package]]
 5727name = "etagere"
 5728version = "0.2.15"
 5729source = "registry+https://github.com/rust-lang/crates.io-index"
 5730checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5731dependencies = [
 5732 "euclid",
 5733 "svg_fmt",
 5734]
 5735
 5736[[package]]
 5737name = "etcetera"
 5738version = "0.8.0"
 5739source = "registry+https://github.com/rust-lang/crates.io-index"
 5740checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5741dependencies = [
 5742 "cfg-if",
 5743 "home",
 5744 "windows-sys 0.48.0",
 5745]
 5746
 5747[[package]]
 5748name = "etw_tracing"
 5749version = "0.1.0"
 5750dependencies = [
 5751 "anyhow",
 5752 "gpui",
 5753 "log",
 5754 "net",
 5755 "serde",
 5756 "serde_json",
 5757 "util",
 5758 "windows 0.61.3",
 5759 "windows-core 0.61.2",
 5760 "workspace",
 5761 "wprcontrol",
 5762]
 5763
 5764[[package]]
 5765name = "euclid"
 5766version = "0.22.11"
 5767source = "registry+https://github.com/rust-lang/crates.io-index"
 5768checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5769dependencies = [
 5770 "num-traits",
 5771]
 5772
 5773[[package]]
 5774name = "eval_cli"
 5775version = "0.1.0"
 5776dependencies = [
 5777 "acp_thread",
 5778 "agent",
 5779 "agent-client-protocol",
 5780 "agent_ui",
 5781 "anyhow",
 5782 "clap",
 5783 "client",
 5784 "ctrlc",
 5785 "db",
 5786 "debug_adapter_extension",
 5787 "env_logger 0.11.8",
 5788 "extension",
 5789 "feature_flags",
 5790 "fs",
 5791 "futures 0.3.32",
 5792 "gpui",
 5793 "gpui_platform",
 5794 "gpui_tokio",
 5795 "language",
 5796 "language_extension",
 5797 "language_model",
 5798 "language_models",
 5799 "languages",
 5800 "node_runtime",
 5801 "paths",
 5802 "project",
 5803 "prompt_store",
 5804 "release_channel",
 5805 "reqwest_client",
 5806 "serde",
 5807 "serde_json",
 5808 "settings",
 5809 "shellexpand",
 5810 "terminal_view",
 5811 "util",
 5812 "watch",
 5813]
 5814
 5815[[package]]
 5816name = "eval_utils"
 5817version = "0.1.0"
 5818dependencies = [
 5819 "gpui_platform",
 5820 "serde",
 5821 "smol",
 5822]
 5823
 5824[[package]]
 5825name = "event-listener"
 5826version = "2.5.3"
 5827source = "registry+https://github.com/rust-lang/crates.io-index"
 5828checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5829
 5830[[package]]
 5831name = "event-listener"
 5832version = "5.4.1"
 5833source = "registry+https://github.com/rust-lang/crates.io-index"
 5834checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5835dependencies = [
 5836 "concurrent-queue",
 5837 "parking",
 5838 "pin-project-lite",
 5839]
 5840
 5841[[package]]
 5842name = "event-listener-strategy"
 5843version = "0.5.4"
 5844source = "registry+https://github.com/rust-lang/crates.io-index"
 5845checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5846dependencies = [
 5847 "event-listener 5.4.1",
 5848 "pin-project-lite",
 5849]
 5850
 5851[[package]]
 5852name = "exec"
 5853version = "0.3.1"
 5854source = "registry+https://github.com/rust-lang/crates.io-index"
 5855checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5856dependencies = [
 5857 "errno 0.2.8",
 5858 "libc",
 5859]
 5860
 5861[[package]]
 5862name = "explorer_command_injector"
 5863version = "0.1.0"
 5864dependencies = [
 5865 "windows 0.61.3",
 5866 "windows-core 0.61.2",
 5867 "windows-registry 0.5.3",
 5868]
 5869
 5870[[package]]
 5871name = "exr"
 5872version = "1.73.0"
 5873source = "registry+https://github.com/rust-lang/crates.io-index"
 5874checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5875dependencies = [
 5876 "bit_field",
 5877 "half",
 5878 "lebe",
 5879 "miniz_oxide",
 5880 "rayon-core",
 5881 "smallvec",
 5882 "zune-inflate",
 5883]
 5884
 5885[[package]]
 5886name = "extended"
 5887version = "0.1.0"
 5888source = "registry+https://github.com/rust-lang/crates.io-index"
 5889checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5890
 5891[[package]]
 5892name = "extension"
 5893version = "0.1.0"
 5894dependencies = [
 5895 "anyhow",
 5896 "async-trait",
 5897 "cloud_api_types",
 5898 "collections",
 5899 "dap",
 5900 "fs",
 5901 "futures 0.3.32",
 5902 "gpui",
 5903 "heck 0.5.0",
 5904 "http_client",
 5905 "indoc",
 5906 "language",
 5907 "log",
 5908 "lsp",
 5909 "parking_lot",
 5910 "pretty_assertions",
 5911 "proto",
 5912 "semver",
 5913 "serde",
 5914 "serde_json",
 5915 "task",
 5916 "tempfile",
 5917 "toml 0.8.23",
 5918 "tracing",
 5919 "url",
 5920 "util",
 5921 "wasm-encoder 0.221.3",
 5922 "wasmparser 0.221.3",
 5923 "ztracing",
 5924]
 5925
 5926[[package]]
 5927name = "extension_cli"
 5928version = "0.1.0"
 5929dependencies = [
 5930 "anyhow",
 5931 "clap",
 5932 "cloud_api_types",
 5933 "env_logger 0.11.8",
 5934 "extension",
 5935 "fs",
 5936 "gpui_platform",
 5937 "language",
 5938 "log",
 5939 "reqwest_client",
 5940 "serde",
 5941 "serde_json",
 5942 "serde_json_lenient",
 5943 "settings_content",
 5944 "snippet_provider",
 5945 "task",
 5946 "theme_settings",
 5947 "tokio",
 5948 "toml 0.8.23",
 5949 "tree-sitter",
 5950 "wasmtime",
 5951]
 5952
 5953[[package]]
 5954name = "extension_host"
 5955version = "0.1.0"
 5956dependencies = [
 5957 "anyhow",
 5958 "async-compression",
 5959 "async-tar",
 5960 "async-trait",
 5961 "client",
 5962 "cloud_api_types",
 5963 "collections",
 5964 "criterion",
 5965 "ctor",
 5966 "dap",
 5967 "extension",
 5968 "fs",
 5969 "futures 0.3.32",
 5970 "gpui",
 5971 "gpui_tokio",
 5972 "http_client",
 5973 "language",
 5974 "language_extension",
 5975 "log",
 5976 "lsp",
 5977 "moka",
 5978 "node_runtime",
 5979 "parking_lot",
 5980 "paths",
 5981 "project",
 5982 "release_channel",
 5983 "remote",
 5984 "reqwest_client",
 5985 "semver",
 5986 "serde",
 5987 "serde_json",
 5988 "serde_json_lenient",
 5989 "settings",
 5990 "task",
 5991 "telemetry",
 5992 "tempfile",
 5993 "theme",
 5994 "theme_extension",
 5995 "theme_settings",
 5996 "toml 0.8.23",
 5997 "tracing",
 5998 "url",
 5999 "util",
 6000 "wasmparser 0.221.3",
 6001 "wasmtime",
 6002 "wasmtime-wasi",
 6003 "zlog",
 6004 "ztracing",
 6005]
 6006
 6007[[package]]
 6008name = "extensions_ui"
 6009version = "0.1.0"
 6010dependencies = [
 6011 "anyhow",
 6012 "client",
 6013 "cloud_api_types",
 6014 "collections",
 6015 "db",
 6016 "editor",
 6017 "extension",
 6018 "extension_host",
 6019 "fs",
 6020 "fuzzy",
 6021 "gpui",
 6022 "language",
 6023 "log",
 6024 "num-format",
 6025 "picker",
 6026 "project",
 6027 "release_channel",
 6028 "semver",
 6029 "serde",
 6030 "settings",
 6031 "smallvec",
 6032 "strum 0.27.2",
 6033 "telemetry",
 6034 "theme_settings",
 6035 "ui",
 6036 "util",
 6037 "vim_mode_setting",
 6038 "workspace",
 6039 "zed_actions",
 6040]
 6041
 6042[[package]]
 6043name = "failspot"
 6044version = "0.2.0"
 6045source = "registry+https://github.com/rust-lang/crates.io-index"
 6046checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6047
 6048[[package]]
 6049name = "fallible-iterator"
 6050version = "0.3.0"
 6051source = "registry+https://github.com/rust-lang/crates.io-index"
 6052checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6053
 6054[[package]]
 6055name = "fancy-regex"
 6056version = "0.16.2"
 6057source = "registry+https://github.com/rust-lang/crates.io-index"
 6058checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6059dependencies = [
 6060 "bit-set 0.8.0",
 6061 "regex-automata",
 6062 "regex-syntax",
 6063]
 6064
 6065[[package]]
 6066name = "fancy-regex"
 6067version = "0.17.0"
 6068source = "registry+https://github.com/rust-lang/crates.io-index"
 6069checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6070dependencies = [
 6071 "bit-set 0.8.0",
 6072 "regex-automata",
 6073 "regex-syntax",
 6074]
 6075
 6076[[package]]
 6077name = "fast-srgb8"
 6078version = "1.0.0"
 6079source = "registry+https://github.com/rust-lang/crates.io-index"
 6080checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6081
 6082[[package]]
 6083name = "fastrand"
 6084version = "1.9.0"
 6085source = "registry+https://github.com/rust-lang/crates.io-index"
 6086checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6087dependencies = [
 6088 "instant",
 6089]
 6090
 6091[[package]]
 6092name = "fastrand"
 6093version = "2.3.0"
 6094source = "registry+https://github.com/rust-lang/crates.io-index"
 6095checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6096
 6097[[package]]
 6098name = "fax"
 6099version = "0.2.6"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6102dependencies = [
 6103 "fax_derive",
 6104]
 6105
 6106[[package]]
 6107name = "fax_derive"
 6108version = "0.2.0"
 6109source = "registry+https://github.com/rust-lang/crates.io-index"
 6110checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6111dependencies = [
 6112 "proc-macro2",
 6113 "quote",
 6114 "syn 2.0.117",
 6115]
 6116
 6117[[package]]
 6118name = "fd-lock"
 6119version = "4.0.4"
 6120source = "registry+https://github.com/rust-lang/crates.io-index"
 6121checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6122dependencies = [
 6123 "cfg-if",
 6124 "rustix 1.1.2",
 6125 "windows-sys 0.59.0",
 6126]
 6127
 6128[[package]]
 6129name = "fdeflate"
 6130version = "0.3.7"
 6131source = "registry+https://github.com/rust-lang/crates.io-index"
 6132checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6133dependencies = [
 6134 "simd-adler32",
 6135]
 6136
 6137[[package]]
 6138name = "feature_flags"
 6139version = "0.1.0"
 6140dependencies = [
 6141 "collections",
 6142 "feature_flags_macros",
 6143 "fs",
 6144 "gpui",
 6145 "inventory",
 6146 "schemars",
 6147 "serde_json",
 6148 "settings",
 6149]
 6150
 6151[[package]]
 6152name = "feature_flags_macros"
 6153version = "0.1.0"
 6154dependencies = [
 6155 "proc-macro2",
 6156 "quote",
 6157 "syn 2.0.117",
 6158]
 6159
 6160[[package]]
 6161name = "feedback"
 6162version = "0.1.0"
 6163dependencies = [
 6164 "gpui",
 6165 "system_specs",
 6166 "urlencoding",
 6167 "util",
 6168 "workspace",
 6169 "zed_actions",
 6170]
 6171
 6172[[package]]
 6173name = "ff"
 6174version = "0.12.1"
 6175source = "registry+https://github.com/rust-lang/crates.io-index"
 6176checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6177dependencies = [
 6178 "rand_core 0.6.4",
 6179 "subtle",
 6180]
 6181
 6182[[package]]
 6183name = "file_finder"
 6184version = "0.1.0"
 6185dependencies = [
 6186 "anyhow",
 6187 "channel",
 6188 "client",
 6189 "collections",
 6190 "ctor",
 6191 "editor",
 6192 "file_icons",
 6193 "futures 0.3.32",
 6194 "fuzzy",
 6195 "fuzzy_nucleo",
 6196 "gpui",
 6197 "menu",
 6198 "open_path_prompt",
 6199 "picker",
 6200 "pretty_assertions",
 6201 "project",
 6202 "project_panel",
 6203 "remote_connection",
 6204 "serde",
 6205 "serde_json",
 6206 "settings",
 6207 "theme",
 6208 "theme_settings",
 6209 "ui",
 6210 "util",
 6211 "workspace",
 6212 "zed_actions",
 6213 "zlog",
 6214]
 6215
 6216[[package]]
 6217name = "file_icons"
 6218version = "0.1.0"
 6219dependencies = [
 6220 "gpui",
 6221 "serde",
 6222 "theme",
 6223 "util",
 6224]
 6225
 6226[[package]]
 6227name = "filedescriptor"
 6228version = "0.8.3"
 6229source = "registry+https://github.com/rust-lang/crates.io-index"
 6230checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6231dependencies = [
 6232 "libc",
 6233 "thiserror 1.0.69",
 6234 "winapi",
 6235]
 6236
 6237[[package]]
 6238name = "filetime"
 6239version = "0.2.26"
 6240source = "registry+https://github.com/rust-lang/crates.io-index"
 6241checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6242dependencies = [
 6243 "cfg-if",
 6244 "libc",
 6245 "libredox",
 6246 "windows-sys 0.60.2",
 6247]
 6248
 6249[[package]]
 6250name = "find-msvc-tools"
 6251version = "0.1.5"
 6252source = "registry+https://github.com/rust-lang/crates.io-index"
 6253checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6254
 6255[[package]]
 6256name = "fixedbitset"
 6257version = "0.4.2"
 6258source = "registry+https://github.com/rust-lang/crates.io-index"
 6259checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6260
 6261[[package]]
 6262name = "fixedbitset"
 6263version = "0.5.7"
 6264source = "registry+https://github.com/rust-lang/crates.io-index"
 6265checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6266
 6267[[package]]
 6268name = "flate2"
 6269version = "1.1.8"
 6270source = "registry+https://github.com/rust-lang/crates.io-index"
 6271checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6272dependencies = [
 6273 "crc32fast",
 6274 "miniz_oxide",
 6275]
 6276
 6277[[package]]
 6278name = "float-cmp"
 6279version = "0.9.0"
 6280source = "registry+https://github.com/rust-lang/crates.io-index"
 6281checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6282
 6283[[package]]
 6284name = "float-ord"
 6285version = "0.3.2"
 6286source = "registry+https://github.com/rust-lang/crates.io-index"
 6287checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6288
 6289[[package]]
 6290name = "float8"
 6291version = "0.4.2"
 6292source = "registry+https://github.com/rust-lang/crates.io-index"
 6293checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6294dependencies = [
 6295 "half",
 6296 "num-traits",
 6297 "rand 0.9.3",
 6298 "rand_distr",
 6299]
 6300
 6301[[package]]
 6302name = "float_next_after"
 6303version = "1.0.0"
 6304source = "registry+https://github.com/rust-lang/crates.io-index"
 6305checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6306
 6307[[package]]
 6308name = "fluent-uri"
 6309version = "0.4.1"
 6310source = "registry+https://github.com/rust-lang/crates.io-index"
 6311checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6312dependencies = [
 6313 "borrow-or-share",
 6314 "ref-cast",
 6315 "serde",
 6316]
 6317
 6318[[package]]
 6319name = "flume"
 6320version = "0.11.1"
 6321source = "registry+https://github.com/rust-lang/crates.io-index"
 6322checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6323dependencies = [
 6324 "futures-core",
 6325 "futures-sink",
 6326 "nanorand",
 6327 "spin 0.9.8",
 6328]
 6329
 6330[[package]]
 6331name = "fnv"
 6332version = "1.0.7"
 6333source = "registry+https://github.com/rust-lang/crates.io-index"
 6334checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6335
 6336[[package]]
 6337name = "foldhash"
 6338version = "0.1.5"
 6339source = "registry+https://github.com/rust-lang/crates.io-index"
 6340checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6341
 6342[[package]]
 6343name = "foldhash"
 6344version = "0.2.0"
 6345source = "registry+https://github.com/rust-lang/crates.io-index"
 6346checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6347
 6348[[package]]
 6349name = "font-types"
 6350version = "0.10.0"
 6351source = "registry+https://github.com/rust-lang/crates.io-index"
 6352checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6353dependencies = [
 6354 "bytemuck",
 6355]
 6356
 6357[[package]]
 6358name = "font-types"
 6359version = "0.11.0"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6362dependencies = [
 6363 "bytemuck",
 6364]
 6365
 6366[[package]]
 6367name = "fontconfig-parser"
 6368version = "0.5.8"
 6369source = "registry+https://github.com/rust-lang/crates.io-index"
 6370checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6371dependencies = [
 6372 "roxmltree",
 6373]
 6374
 6375[[package]]
 6376name = "fontdb"
 6377version = "0.16.2"
 6378source = "registry+https://github.com/rust-lang/crates.io-index"
 6379checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6380dependencies = [
 6381 "fontconfig-parser",
 6382 "log",
 6383 "memmap2",
 6384 "slotmap",
 6385 "tinyvec",
 6386 "ttf-parser 0.20.0",
 6387]
 6388
 6389[[package]]
 6390name = "fontdb"
 6391version = "0.23.0"
 6392source = "registry+https://github.com/rust-lang/crates.io-index"
 6393checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6394dependencies = [
 6395 "fontconfig-parser",
 6396 "log",
 6397 "memmap2",
 6398 "slotmap",
 6399 "tinyvec",
 6400 "ttf-parser 0.25.1",
 6401]
 6402
 6403[[package]]
 6404name = "foreign-types"
 6405version = "0.3.2"
 6406source = "registry+https://github.com/rust-lang/crates.io-index"
 6407checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6408dependencies = [
 6409 "foreign-types-shared 0.1.1",
 6410]
 6411
 6412[[package]]
 6413name = "foreign-types"
 6414version = "0.5.0"
 6415source = "registry+https://github.com/rust-lang/crates.io-index"
 6416checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6417dependencies = [
 6418 "foreign-types-macros",
 6419 "foreign-types-shared 0.3.1",
 6420]
 6421
 6422[[package]]
 6423name = "foreign-types-macros"
 6424version = "0.2.3"
 6425source = "registry+https://github.com/rust-lang/crates.io-index"
 6426checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6427dependencies = [
 6428 "proc-macro2",
 6429 "quote",
 6430 "syn 2.0.117",
 6431]
 6432
 6433[[package]]
 6434name = "foreign-types-shared"
 6435version = "0.1.1"
 6436source = "registry+https://github.com/rust-lang/crates.io-index"
 6437checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6438
 6439[[package]]
 6440name = "foreign-types-shared"
 6441version = "0.3.1"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6444
 6445[[package]]
 6446name = "fork"
 6447version = "0.4.0"
 6448source = "registry+https://github.com/rust-lang/crates.io-index"
 6449checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6450dependencies = [
 6451 "libc",
 6452]
 6453
 6454[[package]]
 6455name = "form_urlencoded"
 6456version = "1.2.2"
 6457source = "registry+https://github.com/rust-lang/crates.io-index"
 6458checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6459dependencies = [
 6460 "percent-encoding",
 6461]
 6462
 6463[[package]]
 6464name = "fraction"
 6465version = "0.15.3"
 6466source = "registry+https://github.com/rust-lang/crates.io-index"
 6467checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6468dependencies = [
 6469 "lazy_static",
 6470 "num",
 6471]
 6472
 6473[[package]]
 6474name = "freetype-sys"
 6475version = "0.20.1"
 6476source = "registry+https://github.com/rust-lang/crates.io-index"
 6477checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6478dependencies = [
 6479 "cc",
 6480 "libc",
 6481 "pkg-config",
 6482]
 6483
 6484[[package]]
 6485name = "fs"
 6486version = "0.1.0"
 6487dependencies = [
 6488 "anyhow",
 6489 "ashpd",
 6490 "async-tar",
 6491 "async-trait",
 6492 "collections",
 6493 "dunce",
 6494 "fs",
 6495 "futures 0.3.32",
 6496 "git",
 6497 "gpui",
 6498 "ignore",
 6499 "is_executable",
 6500 "libc",
 6501 "log",
 6502 "notify 8.2.0",
 6503 "parking_lot",
 6504 "paths",
 6505 "proto",
 6506 "rope",
 6507 "serde",
 6508 "serde_json",
 6509 "smol",
 6510 "tempfile",
 6511 "text",
 6512 "thiserror 2.0.17",
 6513 "time",
 6514 "trash",
 6515 "util",
 6516 "windows 0.61.3",
 6517]
 6518
 6519[[package]]
 6520name = "fs-set-times"
 6521version = "0.20.3"
 6522source = "registry+https://github.com/rust-lang/crates.io-index"
 6523checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6524dependencies = [
 6525 "io-lifetimes",
 6526 "rustix 1.1.2",
 6527 "windows-sys 0.59.0",
 6528]
 6529
 6530[[package]]
 6531name = "fs2"
 6532version = "0.4.3"
 6533source = "registry+https://github.com/rust-lang/crates.io-index"
 6534checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6535dependencies = [
 6536 "libc",
 6537 "winapi",
 6538]
 6539
 6540[[package]]
 6541name = "fs_benchmarks"
 6542version = "0.1.0"
 6543dependencies = [
 6544 "fs",
 6545 "gpui",
 6546 "gpui_platform",
 6547]
 6548
 6549[[package]]
 6550name = "fs_extra"
 6551version = "1.3.0"
 6552source = "registry+https://github.com/rust-lang/crates.io-index"
 6553checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6554
 6555[[package]]
 6556name = "fsevent-sys"
 6557version = "4.1.0"
 6558source = "registry+https://github.com/rust-lang/crates.io-index"
 6559checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6560dependencies = [
 6561 "libc",
 6562]
 6563
 6564[[package]]
 6565name = "fuchsia-cprng"
 6566version = "0.1.1"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6569
 6570[[package]]
 6571name = "funty"
 6572version = "2.0.0"
 6573source = "registry+https://github.com/rust-lang/crates.io-index"
 6574checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6575
 6576[[package]]
 6577name = "futf"
 6578version = "0.1.5"
 6579source = "registry+https://github.com/rust-lang/crates.io-index"
 6580checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6581dependencies = [
 6582 "mac",
 6583 "new_debug_unreachable",
 6584]
 6585
 6586[[package]]
 6587name = "futures"
 6588version = "0.1.31"
 6589source = "registry+https://github.com/rust-lang/crates.io-index"
 6590checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6591
 6592[[package]]
 6593name = "futures"
 6594version = "0.3.32"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6597dependencies = [
 6598 "futures-channel",
 6599 "futures-core",
 6600 "futures-executor",
 6601 "futures-io",
 6602 "futures-sink",
 6603 "futures-task",
 6604 "futures-util",
 6605]
 6606
 6607[[package]]
 6608name = "futures-channel"
 6609version = "0.3.32"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6612dependencies = [
 6613 "futures-core",
 6614 "futures-sink",
 6615]
 6616
 6617[[package]]
 6618name = "futures-concurrency"
 6619version = "7.7.1"
 6620source = "registry+https://github.com/rust-lang/crates.io-index"
 6621checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6622dependencies = [
 6623 "fixedbitset 0.5.7",
 6624 "futures-core",
 6625 "futures-lite 2.6.1",
 6626 "pin-project",
 6627 "smallvec",
 6628]
 6629
 6630[[package]]
 6631name = "futures-core"
 6632version = "0.3.32"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6635
 6636[[package]]
 6637name = "futures-executor"
 6638version = "0.3.32"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6641dependencies = [
 6642 "futures-core",
 6643 "futures-task",
 6644 "futures-util",
 6645]
 6646
 6647[[package]]
 6648name = "futures-intrusive"
 6649version = "0.5.0"
 6650source = "registry+https://github.com/rust-lang/crates.io-index"
 6651checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6652dependencies = [
 6653 "futures-core",
 6654 "lock_api",
 6655 "parking_lot",
 6656]
 6657
 6658[[package]]
 6659name = "futures-io"
 6660version = "0.3.32"
 6661source = "registry+https://github.com/rust-lang/crates.io-index"
 6662checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6663
 6664[[package]]
 6665name = "futures-lite"
 6666version = "1.13.0"
 6667source = "registry+https://github.com/rust-lang/crates.io-index"
 6668checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6669dependencies = [
 6670 "fastrand 1.9.0",
 6671 "futures-core",
 6672 "futures-io",
 6673 "memchr",
 6674 "parking",
 6675 "pin-project-lite",
 6676 "waker-fn",
 6677]
 6678
 6679[[package]]
 6680name = "futures-lite"
 6681version = "2.6.1"
 6682source = "registry+https://github.com/rust-lang/crates.io-index"
 6683checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6684dependencies = [
 6685 "fastrand 2.3.0",
 6686 "futures-core",
 6687 "futures-io",
 6688 "parking",
 6689 "pin-project-lite",
 6690]
 6691
 6692[[package]]
 6693name = "futures-macro"
 6694version = "0.3.32"
 6695source = "registry+https://github.com/rust-lang/crates.io-index"
 6696checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6697dependencies = [
 6698 "proc-macro2",
 6699 "quote",
 6700 "syn 2.0.117",
 6701]
 6702
 6703[[package]]
 6704name = "futures-sink"
 6705version = "0.3.32"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6708
 6709[[package]]
 6710name = "futures-task"
 6711version = "0.3.32"
 6712source = "registry+https://github.com/rust-lang/crates.io-index"
 6713checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6714
 6715[[package]]
 6716name = "futures-util"
 6717version = "0.3.32"
 6718source = "registry+https://github.com/rust-lang/crates.io-index"
 6719checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6720dependencies = [
 6721 "futures 0.1.31",
 6722 "futures-channel",
 6723 "futures-core",
 6724 "futures-io",
 6725 "futures-macro",
 6726 "futures-sink",
 6727 "futures-task",
 6728 "libc",
 6729 "memchr",
 6730 "pin-project-lite",
 6731 "slab",
 6732 "tokio-io",
 6733]
 6734
 6735[[package]]
 6736name = "fuzzy"
 6737version = "0.1.0"
 6738dependencies = [
 6739 "gpui",
 6740 "log",
 6741 "util",
 6742]
 6743
 6744[[package]]
 6745name = "fuzzy_nucleo"
 6746version = "0.1.0"
 6747dependencies = [
 6748 "gpui",
 6749 "nucleo",
 6750 "util",
 6751]
 6752
 6753[[package]]
 6754name = "gaoya"
 6755version = "0.2.0"
 6756source = "registry+https://github.com/rust-lang/crates.io-index"
 6757checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6758dependencies = [
 6759 "ahash 0.8.12",
 6760 "crossbeam-utils",
 6761 "fnv",
 6762 "itertools 0.10.5",
 6763 "num-traits",
 6764 "rand 0.8.5",
 6765 "rand_pcg",
 6766 "random_choice",
 6767 "rayon",
 6768 "seahash",
 6769 "sha-1",
 6770 "shingles",
 6771 "siphasher 0.3.11",
 6772 "smallvec",
 6773 "triomphe",
 6774]
 6775
 6776[[package]]
 6777name = "gemm"
 6778version = "0.17.1"
 6779source = "registry+https://github.com/rust-lang/crates.io-index"
 6780checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6781dependencies = [
 6782 "dyn-stack 0.10.0",
 6783 "gemm-c32 0.17.1",
 6784 "gemm-c64 0.17.1",
 6785 "gemm-common 0.17.1",
 6786 "gemm-f16 0.17.1",
 6787 "gemm-f32 0.17.1",
 6788 "gemm-f64 0.17.1",
 6789 "num-complex",
 6790 "num-traits",
 6791 "paste",
 6792 "raw-cpuid 10.7.0",
 6793 "seq-macro",
 6794]
 6795
 6796[[package]]
 6797name = "gemm"
 6798version = "0.18.2"
 6799source = "registry+https://github.com/rust-lang/crates.io-index"
 6800checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6801dependencies = [
 6802 "dyn-stack 0.13.2",
 6803 "gemm-c32 0.18.2",
 6804 "gemm-c64 0.18.2",
 6805 "gemm-common 0.18.2",
 6806 "gemm-f16 0.18.2",
 6807 "gemm-f32 0.18.2",
 6808 "gemm-f64 0.18.2",
 6809 "num-complex",
 6810 "num-traits",
 6811 "paste",
 6812 "raw-cpuid 11.6.0",
 6813 "seq-macro",
 6814]
 6815
 6816[[package]]
 6817name = "gemm-c32"
 6818version = "0.17.1"
 6819source = "registry+https://github.com/rust-lang/crates.io-index"
 6820checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6821dependencies = [
 6822 "dyn-stack 0.10.0",
 6823 "gemm-common 0.17.1",
 6824 "num-complex",
 6825 "num-traits",
 6826 "paste",
 6827 "raw-cpuid 10.7.0",
 6828 "seq-macro",
 6829]
 6830
 6831[[package]]
 6832name = "gemm-c32"
 6833version = "0.18.2"
 6834source = "registry+https://github.com/rust-lang/crates.io-index"
 6835checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6836dependencies = [
 6837 "dyn-stack 0.13.2",
 6838 "gemm-common 0.18.2",
 6839 "num-complex",
 6840 "num-traits",
 6841 "paste",
 6842 "raw-cpuid 11.6.0",
 6843 "seq-macro",
 6844]
 6845
 6846[[package]]
 6847name = "gemm-c64"
 6848version = "0.17.1"
 6849source = "registry+https://github.com/rust-lang/crates.io-index"
 6850checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6851dependencies = [
 6852 "dyn-stack 0.10.0",
 6853 "gemm-common 0.17.1",
 6854 "num-complex",
 6855 "num-traits",
 6856 "paste",
 6857 "raw-cpuid 10.7.0",
 6858 "seq-macro",
 6859]
 6860
 6861[[package]]
 6862name = "gemm-c64"
 6863version = "0.18.2"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6866dependencies = [
 6867 "dyn-stack 0.13.2",
 6868 "gemm-common 0.18.2",
 6869 "num-complex",
 6870 "num-traits",
 6871 "paste",
 6872 "raw-cpuid 11.6.0",
 6873 "seq-macro",
 6874]
 6875
 6876[[package]]
 6877name = "gemm-common"
 6878version = "0.17.1"
 6879source = "registry+https://github.com/rust-lang/crates.io-index"
 6880checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6881dependencies = [
 6882 "bytemuck",
 6883 "dyn-stack 0.10.0",
 6884 "half",
 6885 "num-complex",
 6886 "num-traits",
 6887 "once_cell",
 6888 "paste",
 6889 "pulp 0.18.22",
 6890 "raw-cpuid 10.7.0",
 6891 "rayon",
 6892 "seq-macro",
 6893 "sysctl 0.5.5",
 6894]
 6895
 6896[[package]]
 6897name = "gemm-common"
 6898version = "0.18.2"
 6899source = "registry+https://github.com/rust-lang/crates.io-index"
 6900checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6901dependencies = [
 6902 "bytemuck",
 6903 "dyn-stack 0.13.2",
 6904 "half",
 6905 "libm",
 6906 "num-complex",
 6907 "num-traits",
 6908 "once_cell",
 6909 "paste",
 6910 "pulp 0.21.5",
 6911 "raw-cpuid 11.6.0",
 6912 "rayon",
 6913 "seq-macro",
 6914 "sysctl 0.6.0",
 6915]
 6916
 6917[[package]]
 6918name = "gemm-f16"
 6919version = "0.17.1"
 6920source = "registry+https://github.com/rust-lang/crates.io-index"
 6921checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6922dependencies = [
 6923 "dyn-stack 0.10.0",
 6924 "gemm-common 0.17.1",
 6925 "gemm-f32 0.17.1",
 6926 "half",
 6927 "num-complex",
 6928 "num-traits",
 6929 "paste",
 6930 "raw-cpuid 10.7.0",
 6931 "rayon",
 6932 "seq-macro",
 6933]
 6934
 6935[[package]]
 6936name = "gemm-f16"
 6937version = "0.18.2"
 6938source = "registry+https://github.com/rust-lang/crates.io-index"
 6939checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6940dependencies = [
 6941 "dyn-stack 0.13.2",
 6942 "gemm-common 0.18.2",
 6943 "gemm-f32 0.18.2",
 6944 "half",
 6945 "num-complex",
 6946 "num-traits",
 6947 "paste",
 6948 "raw-cpuid 11.6.0",
 6949 "rayon",
 6950 "seq-macro",
 6951]
 6952
 6953[[package]]
 6954name = "gemm-f32"
 6955version = "0.17.1"
 6956source = "registry+https://github.com/rust-lang/crates.io-index"
 6957checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6958dependencies = [
 6959 "dyn-stack 0.10.0",
 6960 "gemm-common 0.17.1",
 6961 "num-complex",
 6962 "num-traits",
 6963 "paste",
 6964 "raw-cpuid 10.7.0",
 6965 "seq-macro",
 6966]
 6967
 6968[[package]]
 6969name = "gemm-f32"
 6970version = "0.18.2"
 6971source = "registry+https://github.com/rust-lang/crates.io-index"
 6972checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6973dependencies = [
 6974 "dyn-stack 0.13.2",
 6975 "gemm-common 0.18.2",
 6976 "num-complex",
 6977 "num-traits",
 6978 "paste",
 6979 "raw-cpuid 11.6.0",
 6980 "seq-macro",
 6981]
 6982
 6983[[package]]
 6984name = "gemm-f64"
 6985version = "0.17.1"
 6986source = "registry+https://github.com/rust-lang/crates.io-index"
 6987checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6988dependencies = [
 6989 "dyn-stack 0.10.0",
 6990 "gemm-common 0.17.1",
 6991 "num-complex",
 6992 "num-traits",
 6993 "paste",
 6994 "raw-cpuid 10.7.0",
 6995 "seq-macro",
 6996]
 6997
 6998[[package]]
 6999name = "gemm-f64"
 7000version = "0.18.2"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7003dependencies = [
 7004 "dyn-stack 0.13.2",
 7005 "gemm-common 0.18.2",
 7006 "num-complex",
 7007 "num-traits",
 7008 "paste",
 7009 "raw-cpuid 11.6.0",
 7010 "seq-macro",
 7011]
 7012
 7013[[package]]
 7014name = "generator"
 7015version = "0.8.7"
 7016source = "registry+https://github.com/rust-lang/crates.io-index"
 7017checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7018dependencies = [
 7019 "cc",
 7020 "cfg-if",
 7021 "libc",
 7022 "log",
 7023 "rustversion",
 7024 "windows 0.61.3",
 7025]
 7026
 7027[[package]]
 7028name = "generic-array"
 7029version = "0.14.7"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7032dependencies = [
 7033 "typenum",
 7034 "version_check",
 7035]
 7036
 7037[[package]]
 7038name = "gethostname"
 7039version = "1.1.0"
 7040source = "registry+https://github.com/rust-lang/crates.io-index"
 7041checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7042dependencies = [
 7043 "rustix 1.1.2",
 7044 "windows-link 0.2.1",
 7045]
 7046
 7047[[package]]
 7048name = "getrandom"
 7049version = "0.2.16"
 7050source = "registry+https://github.com/rust-lang/crates.io-index"
 7051checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7052dependencies = [
 7053 "cfg-if",
 7054 "js-sys",
 7055 "libc",
 7056 "wasi",
 7057 "wasm-bindgen",
 7058]
 7059
 7060[[package]]
 7061name = "getrandom"
 7062version = "0.3.4"
 7063source = "registry+https://github.com/rust-lang/crates.io-index"
 7064checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7065dependencies = [
 7066 "cfg-if",
 7067 "js-sys",
 7068 "libc",
 7069 "r-efi",
 7070 "wasip2",
 7071 "wasm-bindgen",
 7072]
 7073
 7074[[package]]
 7075name = "getrandom"
 7076version = "0.4.1"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7079dependencies = [
 7080 "cfg-if",
 7081 "libc",
 7082 "r-efi",
 7083 "wasip2",
 7084 "wasip3",
 7085]
 7086
 7087[[package]]
 7088name = "gh-workflow"
 7089version = "0.8.0"
 7090source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7091dependencies = [
 7092 "async-trait",
 7093 "derive_more",
 7094 "derive_setters",
 7095 "gh-workflow-macros",
 7096 "indexmap",
 7097 "merge",
 7098 "serde",
 7099 "serde_json",
 7100 "serde_yaml",
 7101 "strum_macros 0.27.2",
 7102]
 7103
 7104[[package]]
 7105name = "gh-workflow-macros"
 7106version = "0.8.0"
 7107source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7108dependencies = [
 7109 "heck 0.5.0",
 7110 "quote",
 7111 "syn 2.0.117",
 7112]
 7113
 7114[[package]]
 7115name = "gif"
 7116version = "0.13.3"
 7117source = "registry+https://github.com/rust-lang/crates.io-index"
 7118checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7119dependencies = [
 7120 "color_quant",
 7121 "weezl",
 7122]
 7123
 7124[[package]]
 7125name = "gimli"
 7126version = "0.32.3"
 7127source = "registry+https://github.com/rust-lang/crates.io-index"
 7128checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7129dependencies = [
 7130 "fallible-iterator",
 7131 "indexmap",
 7132 "stable_deref_trait",
 7133]
 7134
 7135[[package]]
 7136name = "gio-sys"
 7137version = "0.21.5"
 7138source = "registry+https://github.com/rust-lang/crates.io-index"
 7139checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7140dependencies = [
 7141 "glib-sys",
 7142 "gobject-sys",
 7143 "libc",
 7144 "system-deps 7.0.7",
 7145 "windows-sys 0.61.2",
 7146]
 7147
 7148[[package]]
 7149name = "git"
 7150version = "0.1.0"
 7151dependencies = [
 7152 "anyhow",
 7153 "askpass",
 7154 "async-trait",
 7155 "collections",
 7156 "derive_more",
 7157 "futures 0.3.32",
 7158 "git2",
 7159 "gpui",
 7160 "http_client",
 7161 "itertools 0.14.0",
 7162 "log",
 7163 "parking_lot",
 7164 "pretty_assertions",
 7165 "rand 0.9.3",
 7166 "regex",
 7167 "rope",
 7168 "schemars",
 7169 "serde",
 7170 "serde_json",
 7171 "smallvec",
 7172 "smol",
 7173 "sum_tree",
 7174 "tempfile",
 7175 "text",
 7176 "thiserror 2.0.17",
 7177 "time",
 7178 "url",
 7179 "urlencoding",
 7180 "util",
 7181 "uuid",
 7182 "ztracing",
 7183]
 7184
 7185[[package]]
 7186name = "git2"
 7187version = "0.20.4"
 7188source = "registry+https://github.com/rust-lang/crates.io-index"
 7189checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7190dependencies = [
 7191 "bitflags 2.10.0",
 7192 "libc",
 7193 "libgit2-sys",
 7194 "log",
 7195 "url",
 7196]
 7197
 7198[[package]]
 7199name = "git_graph"
 7200version = "0.1.0"
 7201dependencies = [
 7202 "anyhow",
 7203 "collections",
 7204 "db",
 7205 "editor",
 7206 "fs",
 7207 "git",
 7208 "git_ui",
 7209 "gpui",
 7210 "language",
 7211 "menu",
 7212 "project",
 7213 "rand 0.9.3",
 7214 "remote_connection",
 7215 "search",
 7216 "serde_json",
 7217 "settings",
 7218 "smallvec",
 7219 "smol",
 7220 "theme",
 7221 "theme_settings",
 7222 "time",
 7223 "ui",
 7224 "workspace",
 7225]
 7226
 7227[[package]]
 7228name = "git_hosting_providers"
 7229version = "0.1.0"
 7230dependencies = [
 7231 "anyhow",
 7232 "async-trait",
 7233 "futures 0.3.32",
 7234 "git",
 7235 "gpui",
 7236 "http_client",
 7237 "indoc",
 7238 "itertools 0.14.0",
 7239 "pretty_assertions",
 7240 "regex",
 7241 "serde",
 7242 "serde_json",
 7243 "settings",
 7244 "url",
 7245 "urlencoding",
 7246 "util",
 7247]
 7248
 7249[[package]]
 7250name = "git_ui"
 7251version = "0.1.0"
 7252dependencies = [
 7253 "agent_settings",
 7254 "alacritty_terminal",
 7255 "anyhow",
 7256 "askpass",
 7257 "buffer_diff",
 7258 "call",
 7259 "collections",
 7260 "component",
 7261 "ctor",
 7262 "db",
 7263 "editor",
 7264 "file_icons",
 7265 "futures 0.3.32",
 7266 "fuzzy",
 7267 "git",
 7268 "gpui",
 7269 "indoc",
 7270 "itertools 0.14.0",
 7271 "language",
 7272 "language_model",
 7273 "linkify",
 7274 "log",
 7275 "markdown",
 7276 "menu",
 7277 "multi_buffer",
 7278 "notifications",
 7279 "panel",
 7280 "picker",
 7281 "pretty_assertions",
 7282 "project",
 7283 "prompt_store",
 7284 "proto",
 7285 "rand 0.9.3",
 7286 "remote",
 7287 "remote_connection",
 7288 "schemars",
 7289 "serde",
 7290 "serde_json",
 7291 "settings",
 7292 "smallvec",
 7293 "smol",
 7294 "strum 0.27.2",
 7295 "telemetry",
 7296 "theme",
 7297 "theme_settings",
 7298 "time",
 7299 "time_format",
 7300 "tracing",
 7301 "ui",
 7302 "ui_input",
 7303 "unindent",
 7304 "util",
 7305 "watch",
 7306 "windows 0.61.3",
 7307 "workspace",
 7308 "zed_actions",
 7309 "zeroize",
 7310 "zlog",
 7311 "ztracing",
 7312]
 7313
 7314[[package]]
 7315name = "gl_generator"
 7316version = "0.14.0"
 7317source = "registry+https://github.com/rust-lang/crates.io-index"
 7318checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7319dependencies = [
 7320 "khronos_api",
 7321 "log",
 7322 "xml-rs",
 7323]
 7324
 7325[[package]]
 7326name = "glib"
 7327version = "0.21.5"
 7328source = "registry+https://github.com/rust-lang/crates.io-index"
 7329checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7330dependencies = [
 7331 "bitflags 2.10.0",
 7332 "futures-channel",
 7333 "futures-core",
 7334 "futures-executor",
 7335 "futures-task",
 7336 "futures-util",
 7337 "gio-sys",
 7338 "glib-macros",
 7339 "glib-sys",
 7340 "gobject-sys",
 7341 "libc",
 7342 "memchr",
 7343 "smallvec",
 7344]
 7345
 7346[[package]]
 7347name = "glib-macros"
 7348version = "0.21.5"
 7349source = "registry+https://github.com/rust-lang/crates.io-index"
 7350checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7351dependencies = [
 7352 "heck 0.5.0",
 7353 "proc-macro-crate",
 7354 "proc-macro2",
 7355 "quote",
 7356 "syn 2.0.117",
 7357]
 7358
 7359[[package]]
 7360name = "glib-sys"
 7361version = "0.21.5"
 7362source = "registry+https://github.com/rust-lang/crates.io-index"
 7363checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7364dependencies = [
 7365 "libc",
 7366 "system-deps 7.0.7",
 7367]
 7368
 7369[[package]]
 7370name = "glob"
 7371version = "0.3.3"
 7372source = "registry+https://github.com/rust-lang/crates.io-index"
 7373checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7374
 7375[[package]]
 7376name = "globset"
 7377version = "0.4.17"
 7378source = "registry+https://github.com/rust-lang/crates.io-index"
 7379checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7380dependencies = [
 7381 "aho-corasick",
 7382 "bstr",
 7383 "log",
 7384 "regex-automata",
 7385 "regex-syntax",
 7386]
 7387
 7388[[package]]
 7389name = "gloo-timers"
 7390version = "0.3.0"
 7391source = "registry+https://github.com/rust-lang/crates.io-index"
 7392checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7393dependencies = [
 7394 "futures-channel",
 7395 "futures-core",
 7396 "js-sys",
 7397 "wasm-bindgen",
 7398]
 7399
 7400[[package]]
 7401name = "glow"
 7402version = "0.17.0"
 7403source = "registry+https://github.com/rust-lang/crates.io-index"
 7404checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7405dependencies = [
 7406 "js-sys",
 7407 "slotmap",
 7408 "wasm-bindgen",
 7409 "web-sys",
 7410]
 7411
 7412[[package]]
 7413name = "glutin_wgl_sys"
 7414version = "0.6.1"
 7415source = "registry+https://github.com/rust-lang/crates.io-index"
 7416checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7417dependencies = [
 7418 "gl_generator",
 7419]
 7420
 7421[[package]]
 7422name = "go_to_line"
 7423version = "0.1.0"
 7424dependencies = [
 7425 "editor",
 7426 "gpui",
 7427 "indoc",
 7428 "language",
 7429 "menu",
 7430 "multi_buffer",
 7431 "project",
 7432 "rope",
 7433 "serde",
 7434 "serde_json",
 7435 "settings",
 7436 "text",
 7437 "theme",
 7438 "ui",
 7439 "util",
 7440 "workspace",
 7441]
 7442
 7443[[package]]
 7444name = "gobject-sys"
 7445version = "0.21.5"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7448dependencies = [
 7449 "glib-sys",
 7450 "libc",
 7451 "system-deps 7.0.7",
 7452]
 7453
 7454[[package]]
 7455name = "goblin"
 7456version = "0.9.3"
 7457source = "registry+https://github.com/rust-lang/crates.io-index"
 7458checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7459dependencies = [
 7460 "log",
 7461 "plain",
 7462 "scroll",
 7463]
 7464
 7465[[package]]
 7466name = "google_ai"
 7467version = "0.1.0"
 7468dependencies = [
 7469 "anyhow",
 7470 "futures 0.3.32",
 7471 "http_client",
 7472 "language_model_core",
 7473 "log",
 7474 "schemars",
 7475 "serde",
 7476 "serde_json",
 7477 "strum 0.27.2",
 7478 "tiktoken-rs",
 7479]
 7480
 7481[[package]]
 7482name = "gpu-allocator"
 7483version = "0.28.0"
 7484source = "registry+https://github.com/rust-lang/crates.io-index"
 7485checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7486dependencies = [
 7487 "ash",
 7488 "hashbrown 0.16.1",
 7489 "log",
 7490 "presser",
 7491 "thiserror 2.0.17",
 7492 "windows 0.62.2",
 7493]
 7494
 7495[[package]]
 7496name = "gpu-descriptor"
 7497version = "0.3.2"
 7498source = "registry+https://github.com/rust-lang/crates.io-index"
 7499checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7500dependencies = [
 7501 "bitflags 2.10.0",
 7502 "gpu-descriptor-types",
 7503 "hashbrown 0.15.5",
 7504]
 7505
 7506[[package]]
 7507name = "gpu-descriptor-types"
 7508version = "0.2.0"
 7509source = "registry+https://github.com/rust-lang/crates.io-index"
 7510checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7511dependencies = [
 7512 "bitflags 2.10.0",
 7513]
 7514
 7515[[package]]
 7516name = "gpui"
 7517version = "0.2.2"
 7518dependencies = [
 7519 "anyhow",
 7520 "async-channel 2.5.0",
 7521 "async-task",
 7522 "backtrace",
 7523 "bindgen 0.71.1",
 7524 "bitflags 2.10.0",
 7525 "block",
 7526 "cbindgen",
 7527 "chrono",
 7528 "cocoa 0.26.0",
 7529 "cocoa-foundation 0.2.0",
 7530 "collections",
 7531 "core-foundation 0.10.0",
 7532 "core-foundation-sys",
 7533 "core-graphics 0.24.0",
 7534 "core-text",
 7535 "core-video",
 7536 "ctor",
 7537 "derive_more",
 7538 "embed-resource",
 7539 "env_logger 0.11.8",
 7540 "etagere",
 7541 "foreign-types 0.5.0",
 7542 "futures 0.3.32",
 7543 "futures-concurrency",
 7544 "getrandom 0.3.4",
 7545 "gpui_macros",
 7546 "gpui_platform",
 7547 "gpui_shared_string",
 7548 "gpui_util",
 7549 "gpui_web",
 7550 "http_client",
 7551 "image",
 7552 "inventory",
 7553 "itertools 0.14.0",
 7554 "log",
 7555 "lyon",
 7556 "mach2 0.5.0",
 7557 "media",
 7558 "metal",
 7559 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7560 "num_cpus",
 7561 "objc",
 7562 "objc2",
 7563 "objc2-metal",
 7564 "parking",
 7565 "parking_lot",
 7566 "pathfinder_geometry",
 7567 "pin-project",
 7568 "pollster 0.4.0",
 7569 "postage",
 7570 "profiling",
 7571 "proptest",
 7572 "rand 0.9.3",
 7573 "raw-window-handle",
 7574 "refineable",
 7575 "regex",
 7576 "reqwest_client",
 7577 "resvg",
 7578 "scheduler",
 7579 "schemars",
 7580 "seahash",
 7581 "serde",
 7582 "serde_json",
 7583 "slotmap",
 7584 "smallvec",
 7585 "spin 0.10.0",
 7586 "stacksafe",
 7587 "strum 0.27.2",
 7588 "sum_tree",
 7589 "taffy",
 7590 "thiserror 2.0.17",
 7591 "ttf-parser 0.25.1",
 7592 "unicode-segmentation",
 7593 "url",
 7594 "usvg",
 7595 "util_macros",
 7596 "uuid",
 7597 "waker-fn",
 7598 "wasm-bindgen",
 7599 "web-time",
 7600 "windows 0.61.3",
 7601 "zed-font-kit",
 7602 "zed-scap",
 7603]
 7604
 7605[[package]]
 7606name = "gpui_linux"
 7607version = "0.1.0"
 7608dependencies = [
 7609 "anyhow",
 7610 "as-raw-xcb-connection",
 7611 "ashpd",
 7612 "bitflags 2.10.0",
 7613 "bytemuck",
 7614 "calloop",
 7615 "calloop-wayland-source",
 7616 "collections",
 7617 "filedescriptor",
 7618 "futures 0.3.32",
 7619 "gpui",
 7620 "gpui_wgpu",
 7621 "http_client",
 7622 "image",
 7623 "itertools 0.14.0",
 7624 "libc",
 7625 "log",
 7626 "oo7",
 7627 "open",
 7628 "parking_lot",
 7629 "pathfinder_geometry",
 7630 "pollster 0.4.0",
 7631 "profiling",
 7632 "raw-window-handle",
 7633 "smallvec",
 7634 "smol",
 7635 "strum 0.27.2",
 7636 "swash",
 7637 "url",
 7638 "util",
 7639 "uuid",
 7640 "wayland-backend",
 7641 "wayland-client",
 7642 "wayland-cursor",
 7643 "wayland-protocols",
 7644 "wayland-protocols-plasma",
 7645 "wayland-protocols-wlr",
 7646 "x11-clipboard",
 7647 "x11rb",
 7648 "xkbcommon",
 7649 "zed-scap",
 7650 "zed-xim",
 7651]
 7652
 7653[[package]]
 7654name = "gpui_macos"
 7655version = "0.1.0"
 7656dependencies = [
 7657 "anyhow",
 7658 "async-task",
 7659 "block",
 7660 "cbindgen",
 7661 "cocoa 0.26.0",
 7662 "collections",
 7663 "core-foundation 0.10.0",
 7664 "core-foundation-sys",
 7665 "core-graphics 0.24.0",
 7666 "core-text",
 7667 "core-video",
 7668 "ctor",
 7669 "derive_more",
 7670 "dispatch2",
 7671 "etagere",
 7672 "foreign-types 0.5.0",
 7673 "futures 0.3.32",
 7674 "gpui",
 7675 "image",
 7676 "itertools 0.14.0",
 7677 "libc",
 7678 "log",
 7679 "mach2 0.5.0",
 7680 "media",
 7681 "metal",
 7682 "objc",
 7683 "objc2-app-kit",
 7684 "parking_lot",
 7685 "pathfinder_geometry",
 7686 "raw-window-handle",
 7687 "semver",
 7688 "smallvec",
 7689 "strum 0.27.2",
 7690 "util",
 7691 "uuid",
 7692 "zed-font-kit",
 7693]
 7694
 7695[[package]]
 7696name = "gpui_macros"
 7697version = "0.1.0"
 7698dependencies = [
 7699 "gpui",
 7700 "heck 0.5.0",
 7701 "proc-macro2",
 7702 "quote",
 7703 "syn 2.0.117",
 7704]
 7705
 7706[[package]]
 7707name = "gpui_platform"
 7708version = "0.1.0"
 7709dependencies = [
 7710 "console_error_panic_hook",
 7711 "gpui",
 7712 "gpui_linux",
 7713 "gpui_macos",
 7714 "gpui_web",
 7715 "gpui_windows",
 7716]
 7717
 7718[[package]]
 7719name = "gpui_shared_string"
 7720version = "0.1.0"
 7721dependencies = [
 7722 "derive_more",
 7723 "gpui_util",
 7724 "schemars",
 7725 "serde",
 7726]
 7727
 7728[[package]]
 7729name = "gpui_tokio"
 7730version = "0.1.0"
 7731dependencies = [
 7732 "anyhow",
 7733 "gpui",
 7734 "tokio",
 7735 "util",
 7736]
 7737
 7738[[package]]
 7739name = "gpui_util"
 7740version = "0.1.0"
 7741dependencies = [
 7742 "anyhow",
 7743 "log",
 7744]
 7745
 7746[[package]]
 7747name = "gpui_web"
 7748version = "0.1.0"
 7749dependencies = [
 7750 "anyhow",
 7751 "console_error_panic_hook",
 7752 "futures 0.3.32",
 7753 "gpui",
 7754 "gpui_wgpu",
 7755 "http_client",
 7756 "js-sys",
 7757 "log",
 7758 "parking_lot",
 7759 "raw-window-handle",
 7760 "smallvec",
 7761 "uuid",
 7762 "wasm-bindgen",
 7763 "wasm-bindgen-futures",
 7764 "wasm_thread",
 7765 "web-sys",
 7766 "web-time",
 7767]
 7768
 7769[[package]]
 7770name = "gpui_wgpu"
 7771version = "0.1.0"
 7772dependencies = [
 7773 "anyhow",
 7774 "bytemuck",
 7775 "collections",
 7776 "cosmic-text",
 7777 "etagere",
 7778 "gpui",
 7779 "gpui_util",
 7780 "itertools 0.14.0",
 7781 "js-sys",
 7782 "log",
 7783 "parking_lot",
 7784 "pollster 0.4.0",
 7785 "profiling",
 7786 "raw-window-handle",
 7787 "smallvec",
 7788 "swash",
 7789 "wasm-bindgen",
 7790 "wasm-bindgen-futures",
 7791 "web-sys",
 7792 "wgpu",
 7793 "zed-font-kit",
 7794]
 7795
 7796[[package]]
 7797name = "gpui_windows"
 7798version = "0.1.0"
 7799dependencies = [
 7800 "anyhow",
 7801 "collections",
 7802 "etagere",
 7803 "futures 0.3.32",
 7804 "gpui",
 7805 "image",
 7806 "itertools 0.14.0",
 7807 "log",
 7808 "parking_lot",
 7809 "rand 0.9.3",
 7810 "raw-window-handle",
 7811 "smallvec",
 7812 "util",
 7813 "uuid",
 7814 "windows 0.61.3",
 7815 "windows-core 0.61.2",
 7816 "windows-numerics 0.2.0",
 7817 "windows-registry 0.5.3",
 7818 "zed-scap",
 7819]
 7820
 7821[[package]]
 7822name = "grammars"
 7823version = "0.1.0"
 7824dependencies = [
 7825 "anyhow",
 7826 "language_core",
 7827 "rust-embed",
 7828 "toml 0.8.23",
 7829 "tree-sitter",
 7830 "tree-sitter-bash",
 7831 "tree-sitter-c",
 7832 "tree-sitter-cpp",
 7833 "tree-sitter-css",
 7834 "tree-sitter-diff",
 7835 "tree-sitter-gitcommit",
 7836 "tree-sitter-go",
 7837 "tree-sitter-gomod",
 7838 "tree-sitter-gowork",
 7839 "tree-sitter-jsdoc",
 7840 "tree-sitter-json",
 7841 "tree-sitter-md",
 7842 "tree-sitter-python",
 7843 "tree-sitter-regex",
 7844 "tree-sitter-rust",
 7845 "tree-sitter-typescript",
 7846 "tree-sitter-yaml",
 7847 "util",
 7848]
 7849
 7850[[package]]
 7851name = "grid"
 7852version = "0.18.0"
 7853source = "registry+https://github.com/rust-lang/crates.io-index"
 7854checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7855
 7856[[package]]
 7857name = "group"
 7858version = "0.12.1"
 7859source = "registry+https://github.com/rust-lang/crates.io-index"
 7860checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7861dependencies = [
 7862 "ff",
 7863 "rand_core 0.6.4",
 7864 "subtle",
 7865]
 7866
 7867[[package]]
 7868name = "h2"
 7869version = "0.3.27"
 7870source = "registry+https://github.com/rust-lang/crates.io-index"
 7871checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7872dependencies = [
 7873 "bytes 1.11.1",
 7874 "fnv",
 7875 "futures-core",
 7876 "futures-sink",
 7877 "futures-util",
 7878 "http 0.2.12",
 7879 "indexmap",
 7880 "slab",
 7881 "tokio",
 7882 "tokio-util",
 7883 "tracing",
 7884]
 7885
 7886[[package]]
 7887name = "h2"
 7888version = "0.4.12"
 7889source = "registry+https://github.com/rust-lang/crates.io-index"
 7890checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7891dependencies = [
 7892 "atomic-waker",
 7893 "bytes 1.11.1",
 7894 "fnv",
 7895 "futures-core",
 7896 "futures-sink",
 7897 "http 1.3.1",
 7898 "indexmap",
 7899 "slab",
 7900 "tokio",
 7901 "tokio-util",
 7902 "tracing",
 7903]
 7904
 7905[[package]]
 7906name = "half"
 7907version = "2.7.1"
 7908source = "registry+https://github.com/rust-lang/crates.io-index"
 7909checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7910dependencies = [
 7911 "bytemuck",
 7912 "cfg-if",
 7913 "crunchy",
 7914 "num-traits",
 7915 "rand 0.9.3",
 7916 "rand_distr",
 7917 "zerocopy",
 7918]
 7919
 7920[[package]]
 7921name = "handlebars"
 7922version = "4.5.0"
 7923source = "registry+https://github.com/rust-lang/crates.io-index"
 7924checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7925dependencies = [
 7926 "log",
 7927 "pest",
 7928 "pest_derive",
 7929 "rust-embed",
 7930 "serde",
 7931 "serde_json",
 7932 "thiserror 1.0.69",
 7933]
 7934
 7935[[package]]
 7936name = "handlebars"
 7937version = "5.1.2"
 7938source = "registry+https://github.com/rust-lang/crates.io-index"
 7939checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7940dependencies = [
 7941 "log",
 7942 "pest",
 7943 "pest_derive",
 7944 "serde",
 7945 "serde_json",
 7946 "thiserror 1.0.69",
 7947]
 7948
 7949[[package]]
 7950name = "harfrust"
 7951version = "0.5.0"
 7952source = "registry+https://github.com/rust-lang/crates.io-index"
 7953checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7954dependencies = [
 7955 "bitflags 2.10.0",
 7956 "bytemuck",
 7957 "core_maths",
 7958 "read-fonts 0.37.0",
 7959 "smallvec",
 7960]
 7961
 7962[[package]]
 7963name = "hash32"
 7964version = "0.3.1"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7967dependencies = [
 7968 "byteorder",
 7969]
 7970
 7971[[package]]
 7972name = "hashbrown"
 7973version = "0.12.3"
 7974source = "registry+https://github.com/rust-lang/crates.io-index"
 7975checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7976dependencies = [
 7977 "ahash 0.7.8",
 7978]
 7979
 7980[[package]]
 7981name = "hashbrown"
 7982version = "0.14.5"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7985dependencies = [
 7986 "ahash 0.8.12",
 7987 "allocator-api2",
 7988]
 7989
 7990[[package]]
 7991name = "hashbrown"
 7992version = "0.15.5"
 7993source = "registry+https://github.com/rust-lang/crates.io-index"
 7994checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7995dependencies = [
 7996 "allocator-api2",
 7997 "equivalent",
 7998 "foldhash 0.1.5",
 7999 "serde",
 8000]
 8001
 8002[[package]]
 8003name = "hashbrown"
 8004version = "0.16.1"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8007dependencies = [
 8008 "allocator-api2",
 8009 "equivalent",
 8010 "foldhash 0.2.0",
 8011]
 8012
 8013[[package]]
 8014name = "hashlink"
 8015version = "0.8.4"
 8016source = "registry+https://github.com/rust-lang/crates.io-index"
 8017checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8018dependencies = [
 8019 "hashbrown 0.14.5",
 8020]
 8021
 8022[[package]]
 8023name = "hashlink"
 8024version = "0.10.0"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8027dependencies = [
 8028 "hashbrown 0.15.5",
 8029]
 8030
 8031[[package]]
 8032name = "headers"
 8033version = "0.3.9"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8036dependencies = [
 8037 "base64 0.21.7",
 8038 "bytes 1.11.1",
 8039 "headers-core",
 8040 "http 0.2.12",
 8041 "httpdate",
 8042 "mime",
 8043 "sha1",
 8044]
 8045
 8046[[package]]
 8047name = "headers-core"
 8048version = "0.2.0"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8051dependencies = [
 8052 "http 0.2.12",
 8053]
 8054
 8055[[package]]
 8056name = "heapless"
 8057version = "0.9.2"
 8058source = "registry+https://github.com/rust-lang/crates.io-index"
 8059checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8060dependencies = [
 8061 "hash32",
 8062 "stable_deref_trait",
 8063]
 8064
 8065[[package]]
 8066name = "heck"
 8067version = "0.3.3"
 8068source = "registry+https://github.com/rust-lang/crates.io-index"
 8069checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8070dependencies = [
 8071 "unicode-segmentation",
 8072]
 8073
 8074[[package]]
 8075name = "heck"
 8076version = "0.4.1"
 8077source = "registry+https://github.com/rust-lang/crates.io-index"
 8078checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8079dependencies = [
 8080 "unicode-segmentation",
 8081]
 8082
 8083[[package]]
 8084name = "heck"
 8085version = "0.5.0"
 8086source = "registry+https://github.com/rust-lang/crates.io-index"
 8087checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8088
 8089[[package]]
 8090name = "heed"
 8091version = "0.21.0"
 8092source = "registry+https://github.com/rust-lang/crates.io-index"
 8093checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8094dependencies = [
 8095 "bitflags 2.10.0",
 8096 "byteorder",
 8097 "heed-traits",
 8098 "heed-types",
 8099 "libc",
 8100 "lmdb-master-sys",
 8101 "once_cell",
 8102 "page_size",
 8103 "serde",
 8104 "synchronoise",
 8105 "url",
 8106]
 8107
 8108[[package]]
 8109name = "heed-traits"
 8110version = "0.20.0"
 8111source = "registry+https://github.com/rust-lang/crates.io-index"
 8112checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8113
 8114[[package]]
 8115name = "heed-types"
 8116version = "0.21.0"
 8117source = "registry+https://github.com/rust-lang/crates.io-index"
 8118checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8119dependencies = [
 8120 "bincode",
 8121 "byteorder",
 8122 "heed-traits",
 8123 "serde",
 8124 "serde_json",
 8125]
 8126
 8127[[package]]
 8128name = "hermit-abi"
 8129version = "0.5.2"
 8130source = "registry+https://github.com/rust-lang/crates.io-index"
 8131checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8132
 8133[[package]]
 8134name = "hex"
 8135version = "0.4.3"
 8136source = "registry+https://github.com/rust-lang/crates.io-index"
 8137checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8138
 8139[[package]]
 8140name = "hexf-parse"
 8141version = "0.2.1"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8144
 8145[[package]]
 8146name = "hkdf"
 8147version = "0.12.4"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8150dependencies = [
 8151 "hmac",
 8152]
 8153
 8154[[package]]
 8155name = "hmac"
 8156version = "0.12.1"
 8157source = "registry+https://github.com/rust-lang/crates.io-index"
 8158checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8159dependencies = [
 8160 "digest",
 8161]
 8162
 8163[[package]]
 8164name = "home"
 8165version = "0.5.11"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8168dependencies = [
 8169 "windows-sys 0.59.0",
 8170]
 8171
 8172[[package]]
 8173name = "hound"
 8174version = "3.5.1"
 8175source = "registry+https://github.com/rust-lang/crates.io-index"
 8176checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8177
 8178[[package]]
 8179name = "html5ever"
 8180version = "0.27.0"
 8181source = "registry+https://github.com/rust-lang/crates.io-index"
 8182checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8183dependencies = [
 8184 "log",
 8185 "mac",
 8186 "markup5ever 0.12.1",
 8187 "proc-macro2",
 8188 "quote",
 8189 "syn 2.0.117",
 8190]
 8191
 8192[[package]]
 8193name = "html5ever"
 8194version = "0.35.0"
 8195source = "registry+https://github.com/rust-lang/crates.io-index"
 8196checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8197dependencies = [
 8198 "log",
 8199 "markup5ever 0.35.0",
 8200 "match_token",
 8201]
 8202
 8203[[package]]
 8204name = "html_to_markdown"
 8205version = "0.1.0"
 8206dependencies = [
 8207 "anyhow",
 8208 "html5ever 0.27.0",
 8209 "indoc",
 8210 "markup5ever_rcdom",
 8211 "pretty_assertions",
 8212 "regex",
 8213]
 8214
 8215[[package]]
 8216name = "http"
 8217version = "0.2.12"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8220dependencies = [
 8221 "bytes 1.11.1",
 8222 "fnv",
 8223 "itoa",
 8224]
 8225
 8226[[package]]
 8227name = "http"
 8228version = "1.3.1"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8231dependencies = [
 8232 "bytes 1.11.1",
 8233 "fnv",
 8234 "itoa",
 8235]
 8236
 8237[[package]]
 8238name = "http-body"
 8239version = "0.4.6"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8242dependencies = [
 8243 "bytes 1.11.1",
 8244 "http 0.2.12",
 8245 "pin-project-lite",
 8246]
 8247
 8248[[package]]
 8249name = "http-body"
 8250version = "1.0.1"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8253dependencies = [
 8254 "bytes 1.11.1",
 8255 "http 1.3.1",
 8256]
 8257
 8258[[package]]
 8259name = "http-body-util"
 8260version = "0.1.3"
 8261source = "registry+https://github.com/rust-lang/crates.io-index"
 8262checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8263dependencies = [
 8264 "bytes 1.11.1",
 8265 "futures-core",
 8266 "http 1.3.1",
 8267 "http-body 1.0.1",
 8268 "pin-project-lite",
 8269]
 8270
 8271[[package]]
 8272name = "http-range-header"
 8273version = "0.3.1"
 8274source = "registry+https://github.com/rust-lang/crates.io-index"
 8275checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8276
 8277[[package]]
 8278name = "http_client"
 8279version = "0.1.0"
 8280dependencies = [
 8281 "anyhow",
 8282 "async-compression",
 8283 "async-fs",
 8284 "async-tar",
 8285 "bytes 1.11.1",
 8286 "derive_more",
 8287 "futures 0.3.32",
 8288 "http 1.3.1",
 8289 "http-body 1.0.1",
 8290 "log",
 8291 "parking_lot",
 8292 "serde",
 8293 "serde_json",
 8294 "serde_urlencoded",
 8295 "sha2",
 8296 "tempfile",
 8297 "url",
 8298 "util",
 8299]
 8300
 8301[[package]]
 8302name = "http_client_tls"
 8303version = "0.1.0"
 8304dependencies = [
 8305 "rustls 0.23.33",
 8306 "rustls-platform-verifier",
 8307]
 8308
 8309[[package]]
 8310name = "httparse"
 8311version = "1.10.1"
 8312source = "registry+https://github.com/rust-lang/crates.io-index"
 8313checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8314
 8315[[package]]
 8316name = "httpdate"
 8317version = "1.0.3"
 8318source = "registry+https://github.com/rust-lang/crates.io-index"
 8319checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8320
 8321[[package]]
 8322name = "human_bytes"
 8323version = "0.4.3"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8326
 8327[[package]]
 8328name = "humantime"
 8329version = "2.3.0"
 8330source = "registry+https://github.com/rust-lang/crates.io-index"
 8331checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8332
 8333[[package]]
 8334name = "hyper"
 8335version = "0.14.32"
 8336source = "registry+https://github.com/rust-lang/crates.io-index"
 8337checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8338dependencies = [
 8339 "bytes 1.11.1",
 8340 "futures-channel",
 8341 "futures-core",
 8342 "futures-util",
 8343 "h2 0.3.27",
 8344 "http 0.2.12",
 8345 "http-body 0.4.6",
 8346 "httparse",
 8347 "httpdate",
 8348 "itoa",
 8349 "pin-project-lite",
 8350 "socket2 0.5.10",
 8351 "tokio",
 8352 "tower-service",
 8353 "tracing",
 8354 "want",
 8355]
 8356
 8357[[package]]
 8358name = "hyper"
 8359version = "1.7.0"
 8360source = "registry+https://github.com/rust-lang/crates.io-index"
 8361checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8362dependencies = [
 8363 "atomic-waker",
 8364 "bytes 1.11.1",
 8365 "futures-channel",
 8366 "futures-core",
 8367 "h2 0.4.12",
 8368 "http 1.3.1",
 8369 "http-body 1.0.1",
 8370 "httparse",
 8371 "itoa",
 8372 "pin-project-lite",
 8373 "pin-utils",
 8374 "smallvec",
 8375 "tokio",
 8376 "want",
 8377]
 8378
 8379[[package]]
 8380name = "hyper-rustls"
 8381version = "0.24.2"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8384dependencies = [
 8385 "futures-util",
 8386 "http 0.2.12",
 8387 "hyper 0.14.32",
 8388 "log",
 8389 "rustls 0.21.12",
 8390 "rustls-native-certs 0.6.3",
 8391 "tokio",
 8392 "tokio-rustls 0.24.1",
 8393]
 8394
 8395[[package]]
 8396name = "hyper-rustls"
 8397version = "0.27.7"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8400dependencies = [
 8401 "http 1.3.1",
 8402 "hyper 1.7.0",
 8403 "hyper-util",
 8404 "log",
 8405 "rustls 0.23.33",
 8406 "rustls-native-certs 0.8.2",
 8407 "rustls-pki-types",
 8408 "tokio",
 8409 "tokio-rustls 0.26.2",
 8410 "tower-service",
 8411]
 8412
 8413[[package]]
 8414name = "hyper-timeout"
 8415version = "0.5.2"
 8416source = "registry+https://github.com/rust-lang/crates.io-index"
 8417checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8418dependencies = [
 8419 "hyper 1.7.0",
 8420 "hyper-util",
 8421 "pin-project-lite",
 8422 "tokio",
 8423 "tower-service",
 8424]
 8425
 8426[[package]]
 8427name = "hyper-tls"
 8428version = "0.5.0"
 8429source = "registry+https://github.com/rust-lang/crates.io-index"
 8430checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8431dependencies = [
 8432 "bytes 1.11.1",
 8433 "hyper 0.14.32",
 8434 "native-tls",
 8435 "tokio",
 8436 "tokio-native-tls",
 8437]
 8438
 8439[[package]]
 8440name = "hyper-util"
 8441version = "0.1.17"
 8442source = "registry+https://github.com/rust-lang/crates.io-index"
 8443checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8444dependencies = [
 8445 "base64 0.22.1",
 8446 "bytes 1.11.1",
 8447 "futures-channel",
 8448 "futures-core",
 8449 "futures-util",
 8450 "http 1.3.1",
 8451 "http-body 1.0.1",
 8452 "hyper 1.7.0",
 8453 "ipnet",
 8454 "libc",
 8455 "percent-encoding",
 8456 "pin-project-lite",
 8457 "socket2 0.6.1",
 8458 "tokio",
 8459 "tower-service",
 8460 "tracing",
 8461]
 8462
 8463[[package]]
 8464name = "iana-time-zone"
 8465version = "0.1.64"
 8466source = "registry+https://github.com/rust-lang/crates.io-index"
 8467checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8468dependencies = [
 8469 "android_system_properties",
 8470 "core-foundation-sys",
 8471 "iana-time-zone-haiku",
 8472 "js-sys",
 8473 "log",
 8474 "wasm-bindgen",
 8475 "windows-core 0.62.2",
 8476]
 8477
 8478[[package]]
 8479name = "iana-time-zone-haiku"
 8480version = "0.1.2"
 8481source = "registry+https://github.com/rust-lang/crates.io-index"
 8482checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8483dependencies = [
 8484 "cc",
 8485]
 8486
 8487[[package]]
 8488name = "icons"
 8489version = "0.1.0"
 8490dependencies = [
 8491 "serde",
 8492 "strum 0.27.2",
 8493]
 8494
 8495[[package]]
 8496name = "icu_collections"
 8497version = "2.0.0"
 8498source = "registry+https://github.com/rust-lang/crates.io-index"
 8499checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8500dependencies = [
 8501 "displaydoc",
 8502 "potential_utf",
 8503 "yoke 0.8.0",
 8504 "zerofrom",
 8505 "zerovec",
 8506]
 8507
 8508[[package]]
 8509name = "icu_locale_core"
 8510version = "2.0.0"
 8511source = "registry+https://github.com/rust-lang/crates.io-index"
 8512checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8513dependencies = [
 8514 "displaydoc",
 8515 "litemap",
 8516 "tinystr",
 8517 "writeable",
 8518 "zerovec",
 8519]
 8520
 8521[[package]]
 8522name = "icu_normalizer"
 8523version = "2.0.0"
 8524source = "registry+https://github.com/rust-lang/crates.io-index"
 8525checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8526dependencies = [
 8527 "displaydoc",
 8528 "icu_collections",
 8529 "icu_normalizer_data",
 8530 "icu_properties",
 8531 "icu_provider",
 8532 "smallvec",
 8533 "zerovec",
 8534]
 8535
 8536[[package]]
 8537name = "icu_normalizer_data"
 8538version = "2.0.0"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8541
 8542[[package]]
 8543name = "icu_properties"
 8544version = "2.0.1"
 8545source = "registry+https://github.com/rust-lang/crates.io-index"
 8546checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8547dependencies = [
 8548 "displaydoc",
 8549 "icu_collections",
 8550 "icu_locale_core",
 8551 "icu_properties_data",
 8552 "icu_provider",
 8553 "potential_utf",
 8554 "zerotrie",
 8555 "zerovec",
 8556]
 8557
 8558[[package]]
 8559name = "icu_properties_data"
 8560version = "2.0.1"
 8561source = "registry+https://github.com/rust-lang/crates.io-index"
 8562checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8563
 8564[[package]]
 8565name = "icu_provider"
 8566version = "2.0.0"
 8567source = "registry+https://github.com/rust-lang/crates.io-index"
 8568checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8569dependencies = [
 8570 "displaydoc",
 8571 "icu_locale_core",
 8572 "stable_deref_trait",
 8573 "tinystr",
 8574 "writeable",
 8575 "yoke 0.8.0",
 8576 "zerofrom",
 8577 "zerotrie",
 8578 "zerovec",
 8579]
 8580
 8581[[package]]
 8582name = "id-arena"
 8583version = "2.2.1"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8586
 8587[[package]]
 8588name = "ident_case"
 8589version = "1.0.1"
 8590source = "registry+https://github.com/rust-lang/crates.io-index"
 8591checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8592
 8593[[package]]
 8594name = "idna"
 8595version = "1.1.0"
 8596source = "registry+https://github.com/rust-lang/crates.io-index"
 8597checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8598dependencies = [
 8599 "idna_adapter",
 8600 "smallvec",
 8601 "utf8_iter",
 8602]
 8603
 8604[[package]]
 8605name = "idna_adapter"
 8606version = "1.2.1"
 8607source = "registry+https://github.com/rust-lang/crates.io-index"
 8608checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8609dependencies = [
 8610 "icu_normalizer",
 8611 "icu_properties",
 8612]
 8613
 8614[[package]]
 8615name = "ignore"
 8616version = "0.4.24"
 8617source = "registry+https://github.com/rust-lang/crates.io-index"
 8618checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8619dependencies = [
 8620 "crossbeam-deque",
 8621 "globset",
 8622 "log",
 8623 "memchr",
 8624 "regex-automata",
 8625 "same-file",
 8626 "walkdir",
 8627 "winapi-util",
 8628]
 8629
 8630[[package]]
 8631name = "image"
 8632version = "0.25.8"
 8633source = "registry+https://github.com/rust-lang/crates.io-index"
 8634checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8635dependencies = [
 8636 "bytemuck",
 8637 "byteorder-lite",
 8638 "color_quant",
 8639 "exr",
 8640 "gif",
 8641 "image-webp",
 8642 "moxcms",
 8643 "num-traits",
 8644 "png 0.18.0",
 8645 "qoi",
 8646 "ravif",
 8647 "rayon",
 8648 "rgb",
 8649 "tiff",
 8650 "zune-core",
 8651 "zune-jpeg",
 8652]
 8653
 8654[[package]]
 8655name = "image-webp"
 8656version = "0.2.4"
 8657source = "registry+https://github.com/rust-lang/crates.io-index"
 8658checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8659dependencies = [
 8660 "byteorder-lite",
 8661 "quick-error 2.0.1",
 8662]
 8663
 8664[[package]]
 8665name = "image_viewer"
 8666version = "0.1.0"
 8667dependencies = [
 8668 "anyhow",
 8669 "db",
 8670 "editor",
 8671 "file_icons",
 8672 "gpui",
 8673 "language",
 8674 "log",
 8675 "project",
 8676 "serde",
 8677 "settings",
 8678 "theme_settings",
 8679 "ui",
 8680 "util",
 8681 "workspace",
 8682]
 8683
 8684[[package]]
 8685name = "imagesize"
 8686version = "0.13.0"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8689
 8690[[package]]
 8691name = "imara-diff"
 8692version = "0.1.8"
 8693source = "registry+https://github.com/rust-lang/crates.io-index"
 8694checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8695dependencies = [
 8696 "hashbrown 0.15.5",
 8697]
 8698
 8699[[package]]
 8700name = "imgref"
 8701version = "1.12.0"
 8702source = "registry+https://github.com/rust-lang/crates.io-index"
 8703checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8704
 8705[[package]]
 8706name = "indenter"
 8707version = "0.3.4"
 8708source = "registry+https://github.com/rust-lang/crates.io-index"
 8709checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8710
 8711[[package]]
 8712name = "indexmap"
 8713version = "2.11.4"
 8714source = "registry+https://github.com/rust-lang/crates.io-index"
 8715checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8716dependencies = [
 8717 "equivalent",
 8718 "hashbrown 0.16.1",
 8719 "serde",
 8720 "serde_core",
 8721]
 8722
 8723[[package]]
 8724name = "indoc"
 8725version = "2.0.6"
 8726source = "registry+https://github.com/rust-lang/crates.io-index"
 8727checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8728
 8729[[package]]
 8730name = "inherent"
 8731version = "1.0.13"
 8732source = "registry+https://github.com/rust-lang/crates.io-index"
 8733checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8734dependencies = [
 8735 "proc-macro2",
 8736 "quote",
 8737 "syn 2.0.117",
 8738]
 8739
 8740[[package]]
 8741name = "inotify"
 8742version = "0.9.6"
 8743source = "registry+https://github.com/rust-lang/crates.io-index"
 8744checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8745dependencies = [
 8746 "bitflags 1.3.2",
 8747 "inotify-sys",
 8748 "libc",
 8749]
 8750
 8751[[package]]
 8752name = "inotify"
 8753version = "0.11.0"
 8754source = "registry+https://github.com/rust-lang/crates.io-index"
 8755checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8756dependencies = [
 8757 "bitflags 2.10.0",
 8758 "inotify-sys",
 8759 "libc",
 8760]
 8761
 8762[[package]]
 8763name = "inotify-sys"
 8764version = "0.1.5"
 8765source = "registry+https://github.com/rust-lang/crates.io-index"
 8766checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8767dependencies = [
 8768 "libc",
 8769]
 8770
 8771[[package]]
 8772name = "inout"
 8773version = "0.1.4"
 8774source = "registry+https://github.com/rust-lang/crates.io-index"
 8775checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8776dependencies = [
 8777 "block-padding",
 8778 "generic-array",
 8779]
 8780
 8781[[package]]
 8782name = "inspector_ui"
 8783version = "0.1.0"
 8784dependencies = [
 8785 "anyhow",
 8786 "command_palette_hooks",
 8787 "editor",
 8788 "fuzzy",
 8789 "gpui",
 8790 "language",
 8791 "project",
 8792 "serde_json",
 8793 "serde_json_lenient",
 8794 "theme_settings",
 8795 "ui",
 8796 "util",
 8797 "util_macros",
 8798 "workspace",
 8799 "zed_actions",
 8800]
 8801
 8802[[package]]
 8803name = "install_cli"
 8804version = "0.1.0"
 8805dependencies = [
 8806 "anyhow",
 8807 "client",
 8808 "gpui",
 8809 "release_channel",
 8810 "smol",
 8811 "util",
 8812 "workspace",
 8813]
 8814
 8815[[package]]
 8816name = "instant"
 8817version = "0.1.13"
 8818source = "registry+https://github.com/rust-lang/crates.io-index"
 8819checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8820dependencies = [
 8821 "cfg-if",
 8822]
 8823
 8824[[package]]
 8825name = "interpolate_name"
 8826version = "0.2.4"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8829dependencies = [
 8830 "proc-macro2",
 8831 "quote",
 8832 "syn 2.0.117",
 8833]
 8834
 8835[[package]]
 8836name = "inventory"
 8837version = "0.3.21"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8840dependencies = [
 8841 "rustversion",
 8842]
 8843
 8844[[package]]
 8845name = "io-extras"
 8846version = "0.18.4"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8849dependencies = [
 8850 "io-lifetimes",
 8851 "windows-sys 0.59.0",
 8852]
 8853
 8854[[package]]
 8855name = "io-lifetimes"
 8856version = "2.0.4"
 8857source = "registry+https://github.com/rust-lang/crates.io-index"
 8858checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8859
 8860[[package]]
 8861name = "io-surface"
 8862version = "0.16.1"
 8863source = "registry+https://github.com/rust-lang/crates.io-index"
 8864checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8865dependencies = [
 8866 "cgl",
 8867 "core-foundation 0.10.0",
 8868 "core-foundation-sys",
 8869 "leaky-cow",
 8870]
 8871
 8872[[package]]
 8873name = "iovec"
 8874version = "0.1.4"
 8875source = "registry+https://github.com/rust-lang/crates.io-index"
 8876checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8877dependencies = [
 8878 "libc",
 8879]
 8880
 8881[[package]]
 8882name = "ipc-channel"
 8883version = "0.19.0"
 8884source = "registry+https://github.com/rust-lang/crates.io-index"
 8885checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8886dependencies = [
 8887 "bincode",
 8888 "crossbeam-channel",
 8889 "fnv",
 8890 "lazy_static",
 8891 "libc",
 8892 "mio 1.1.0",
 8893 "rand 0.8.5",
 8894 "serde",
 8895 "tempfile",
 8896 "uuid",
 8897 "windows 0.58.0",
 8898]
 8899
 8900[[package]]
 8901name = "ipnet"
 8902version = "2.11.0"
 8903source = "registry+https://github.com/rust-lang/crates.io-index"
 8904checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8905
 8906[[package]]
 8907name = "iri-string"
 8908version = "0.7.8"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8911dependencies = [
 8912 "memchr",
 8913 "serde",
 8914]
 8915
 8916[[package]]
 8917name = "is-docker"
 8918version = "0.2.0"
 8919source = "registry+https://github.com/rust-lang/crates.io-index"
 8920checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8921dependencies = [
 8922 "once_cell",
 8923]
 8924
 8925[[package]]
 8926name = "is-terminal"
 8927version = "0.4.16"
 8928source = "registry+https://github.com/rust-lang/crates.io-index"
 8929checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8930dependencies = [
 8931 "hermit-abi",
 8932 "libc",
 8933 "windows-sys 0.59.0",
 8934]
 8935
 8936[[package]]
 8937name = "is-wsl"
 8938version = "0.4.0"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8941dependencies = [
 8942 "is-docker",
 8943 "once_cell",
 8944]
 8945
 8946[[package]]
 8947name = "is_executable"
 8948version = "1.0.5"
 8949source = "registry+https://github.com/rust-lang/crates.io-index"
 8950checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8951dependencies = [
 8952 "windows-sys 0.60.2",
 8953]
 8954
 8955[[package]]
 8956name = "is_terminal_polyfill"
 8957version = "1.70.1"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8960
 8961[[package]]
 8962name = "itertools"
 8963version = "0.10.5"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8966dependencies = [
 8967 "either",
 8968]
 8969
 8970[[package]]
 8971name = "itertools"
 8972version = "0.11.0"
 8973source = "registry+https://github.com/rust-lang/crates.io-index"
 8974checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8975dependencies = [
 8976 "either",
 8977]
 8978
 8979[[package]]
 8980name = "itertools"
 8981version = "0.12.1"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8984dependencies = [
 8985 "either",
 8986]
 8987
 8988[[package]]
 8989name = "itertools"
 8990version = "0.14.0"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8993dependencies = [
 8994 "either",
 8995]
 8996
 8997[[package]]
 8998name = "itoa"
 8999version = "1.0.15"
 9000source = "registry+https://github.com/rust-lang/crates.io-index"
 9001checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9002
 9003[[package]]
 9004name = "jiff"
 9005version = "0.2.15"
 9006source = "registry+https://github.com/rust-lang/crates.io-index"
 9007checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9008dependencies = [
 9009 "jiff-static",
 9010 "log",
 9011 "portable-atomic",
 9012 "portable-atomic-util",
 9013 "serde",
 9014]
 9015
 9016[[package]]
 9017name = "jiff-static"
 9018version = "0.2.15"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9021dependencies = [
 9022 "proc-macro2",
 9023 "quote",
 9024 "syn 2.0.117",
 9025]
 9026
 9027[[package]]
 9028name = "jni"
 9029version = "0.21.1"
 9030source = "registry+https://github.com/rust-lang/crates.io-index"
 9031checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9032dependencies = [
 9033 "cesu8",
 9034 "cfg-if",
 9035 "combine",
 9036 "jni-sys",
 9037 "log",
 9038 "thiserror 1.0.69",
 9039 "walkdir",
 9040 "windows-sys 0.45.0",
 9041]
 9042
 9043[[package]]
 9044name = "jni-sys"
 9045version = "0.3.0"
 9046source = "registry+https://github.com/rust-lang/crates.io-index"
 9047checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9048
 9049[[package]]
 9050name = "jobserver"
 9051version = "0.1.34"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9054dependencies = [
 9055 "getrandom 0.3.4",
 9056 "libc",
 9057]
 9058
 9059[[package]]
 9060name = "journal"
 9061version = "0.1.0"
 9062dependencies = [
 9063 "anyhow",
 9064 "chrono",
 9065 "editor",
 9066 "gpui",
 9067 "log",
 9068 "serde",
 9069 "settings",
 9070 "shellexpand",
 9071 "workspace",
 9072]
 9073
 9074[[package]]
 9075name = "js-sys"
 9076version = "0.3.90"
 9077source = "registry+https://github.com/rust-lang/crates.io-index"
 9078checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9079dependencies = [
 9080 "once_cell",
 9081 "wasm-bindgen",
 9082]
 9083
 9084[[package]]
 9085name = "json5"
 9086version = "0.4.1"
 9087source = "registry+https://github.com/rust-lang/crates.io-index"
 9088checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9089dependencies = [
 9090 "pest",
 9091 "pest_derive",
 9092 "serde",
 9093]
 9094
 9095[[package]]
 9096name = "json_dotpath"
 9097version = "1.1.0"
 9098source = "registry+https://github.com/rust-lang/crates.io-index"
 9099checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9100dependencies = [
 9101 "serde",
 9102 "serde_derive",
 9103 "serde_json",
 9104 "thiserror 1.0.69",
 9105]
 9106
 9107[[package]]
 9108name = "json_schema_store"
 9109version = "0.1.0"
 9110dependencies = [
 9111 "anyhow",
 9112 "collections",
 9113 "dap",
 9114 "extension",
 9115 "feature_flags",
 9116 "gpui",
 9117 "language",
 9118 "parking_lot",
 9119 "paths",
 9120 "project",
 9121 "schemars",
 9122 "serde",
 9123 "serde_json",
 9124 "settings",
 9125 "snippet_provider",
 9126 "task",
 9127 "theme",
 9128 "util",
 9129]
 9130
 9131[[package]]
 9132name = "jsonschema"
 9133version = "0.37.4"
 9134source = "registry+https://github.com/rust-lang/crates.io-index"
 9135checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9136dependencies = [
 9137 "ahash 0.8.12",
 9138 "bytecount",
 9139 "data-encoding",
 9140 "email_address",
 9141 "fancy-regex 0.16.2",
 9142 "fraction",
 9143 "getrandom 0.3.4",
 9144 "idna",
 9145 "itoa",
 9146 "num-cmp",
 9147 "num-traits",
 9148 "percent-encoding",
 9149 "referencing",
 9150 "regex",
 9151 "regex-syntax",
 9152 "reqwest 0.12.24",
 9153 "serde",
 9154 "serde_json",
 9155 "unicode-general-category",
 9156 "uuid-simd",
 9157]
 9158
 9159[[package]]
 9160name = "jsonwebtoken"
 9161version = "10.3.0"
 9162source = "registry+https://github.com/rust-lang/crates.io-index"
 9163checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9164dependencies = [
 9165 "aws-lc-rs",
 9166 "base64 0.22.1",
 9167 "getrandom 0.2.16",
 9168 "js-sys",
 9169 "pem",
 9170 "serde",
 9171 "serde_json",
 9172 "signature 2.2.0",
 9173 "simple_asn1",
 9174]
 9175
 9176[[package]]
 9177name = "jupyter-protocol"
 9178version = "1.4.0"
 9179source = "registry+https://github.com/rust-lang/crates.io-index"
 9180checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9181dependencies = [
 9182 "async-trait",
 9183 "bytes 1.11.1",
 9184 "chrono",
 9185 "futures 0.3.32",
 9186 "serde",
 9187 "serde_json",
 9188 "thiserror 2.0.17",
 9189 "uuid",
 9190]
 9191
 9192[[package]]
 9193name = "jupyter-websocket-client"
 9194version = "1.0.0"
 9195source = "registry+https://github.com/rust-lang/crates.io-index"
 9196checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9197dependencies = [
 9198 "anyhow",
 9199 "async-trait",
 9200 "async-tungstenite",
 9201 "futures 0.3.32",
 9202 "jupyter-protocol",
 9203 "serde",
 9204 "serde_json",
 9205 "tokio",
 9206 "url",
 9207 "uuid",
 9208]
 9209
 9210[[package]]
 9211name = "keymap_editor"
 9212version = "0.1.0"
 9213dependencies = [
 9214 "anyhow",
 9215 "collections",
 9216 "command_palette",
 9217 "component",
 9218 "db",
 9219 "editor",
 9220 "fs",
 9221 "fuzzy",
 9222 "gpui",
 9223 "itertools 0.14.0",
 9224 "json_schema_store",
 9225 "language",
 9226 "log",
 9227 "menu",
 9228 "notifications",
 9229 "paths",
 9230 "project",
 9231 "search",
 9232 "serde",
 9233 "serde_json",
 9234 "settings",
 9235 "telemetry",
 9236 "tempfile",
 9237 "theme",
 9238 "theme_settings",
 9239 "tree-sitter-json",
 9240 "tree-sitter-rust",
 9241 "ui",
 9242 "ui_input",
 9243 "util",
 9244 "workspace",
 9245 "zed_actions",
 9246]
 9247
 9248[[package]]
 9249name = "khronos-egl"
 9250version = "6.0.0"
 9251source = "registry+https://github.com/rust-lang/crates.io-index"
 9252checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9253dependencies = [
 9254 "libc",
 9255 "libloading",
 9256 "pkg-config",
 9257]
 9258
 9259[[package]]
 9260name = "khronos_api"
 9261version = "3.1.0"
 9262source = "registry+https://github.com/rust-lang/crates.io-index"
 9263checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9264
 9265[[package]]
 9266name = "kqueue"
 9267version = "1.1.1"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9270dependencies = [
 9271 "kqueue-sys",
 9272 "libc",
 9273]
 9274
 9275[[package]]
 9276name = "kqueue-sys"
 9277version = "1.0.4"
 9278source = "registry+https://github.com/rust-lang/crates.io-index"
 9279checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9280dependencies = [
 9281 "bitflags 1.3.2",
 9282 "libc",
 9283]
 9284
 9285[[package]]
 9286name = "kurbo"
 9287version = "0.11.3"
 9288source = "registry+https://github.com/rust-lang/crates.io-index"
 9289checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9290dependencies = [
 9291 "arrayvec",
 9292 "euclid",
 9293 "smallvec",
 9294]
 9295
 9296[[package]]
 9297name = "kv-log-macro"
 9298version = "1.0.7"
 9299source = "registry+https://github.com/rust-lang/crates.io-index"
 9300checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9301dependencies = [
 9302 "log",
 9303]
 9304
 9305[[package]]
 9306name = "language"
 9307version = "0.1.0"
 9308dependencies = [
 9309 "anyhow",
 9310 "async-trait",
 9311 "clock",
 9312 "collections",
 9313 "criterion",
 9314 "ctor",
 9315 "diffy",
 9316 "ec4rs",
 9317 "encoding_rs",
 9318 "fs",
 9319 "futures 0.3.32",
 9320 "fuzzy",
 9321 "globset",
 9322 "gpui",
 9323 "http_client",
 9324 "imara-diff",
 9325 "indoc",
 9326 "itertools 0.14.0",
 9327 "language_core",
 9328 "log",
 9329 "lsp",
 9330 "parking_lot",
 9331 "postage",
 9332 "pretty_assertions",
 9333 "rand 0.9.3",
 9334 "regex",
 9335 "rpc",
 9336 "semver",
 9337 "serde",
 9338 "serde_json",
 9339 "settings",
 9340 "shellexpand",
 9341 "smallvec",
 9342 "smol",
 9343 "streaming-iterator",
 9344 "strsim",
 9345 "sum_tree",
 9346 "task",
 9347 "text",
 9348 "theme",
 9349 "theme_settings",
 9350 "toml 0.8.23",
 9351 "tracing",
 9352 "tree-sitter",
 9353 "tree-sitter-elixir",
 9354 "tree-sitter-embedded-template",
 9355 "tree-sitter-heex",
 9356 "tree-sitter-html",
 9357 "tree-sitter-json",
 9358 "tree-sitter-md",
 9359 "tree-sitter-python",
 9360 "tree-sitter-ruby",
 9361 "tree-sitter-rust",
 9362 "tree-sitter-typescript",
 9363 "unicase",
 9364 "unindent",
 9365 "util",
 9366 "watch",
 9367 "zlog",
 9368 "ztracing",
 9369]
 9370
 9371[[package]]
 9372name = "language_core"
 9373version = "0.1.0"
 9374dependencies = [
 9375 "anyhow",
 9376 "collections",
 9377 "gpui_shared_string",
 9378 "log",
 9379 "lsp",
 9380 "parking_lot",
 9381 "regex",
 9382 "schemars",
 9383 "serde",
 9384 "serde_json",
 9385 "toml 0.8.23",
 9386 "tree-sitter",
 9387 "util",
 9388]
 9389
 9390[[package]]
 9391name = "language_extension"
 9392version = "0.1.0"
 9393dependencies = [
 9394 "anyhow",
 9395 "async-trait",
 9396 "collections",
 9397 "extension",
 9398 "fs",
 9399 "futures 0.3.32",
 9400 "gpui",
 9401 "language",
 9402 "log",
 9403 "lsp",
 9404 "project",
 9405 "serde",
 9406 "serde_json",
 9407 "tracing",
 9408 "util",
 9409 "ztracing",
 9410]
 9411
 9412[[package]]
 9413name = "language_model"
 9414version = "0.1.0"
 9415dependencies = [
 9416 "anyhow",
 9417 "base64 0.22.1",
 9418 "collections",
 9419 "credentials_provider",
 9420 "env_var",
 9421 "futures 0.3.32",
 9422 "gpui",
 9423 "http_client",
 9424 "icons",
 9425 "image",
 9426 "language_model_core",
 9427 "log",
 9428 "parking_lot",
 9429 "serde",
 9430 "serde_json",
 9431 "thiserror 2.0.17",
 9432 "util",
 9433]
 9434
 9435[[package]]
 9436name = "language_model_core"
 9437version = "0.1.0"
 9438dependencies = [
 9439 "anyhow",
 9440 "cloud_llm_client",
 9441 "futures 0.3.32",
 9442 "gpui_shared_string",
 9443 "http_client",
 9444 "partial-json-fixer",
 9445 "schemars",
 9446 "serde",
 9447 "serde_json",
 9448 "smol",
 9449 "strum 0.27.2",
 9450 "thiserror 2.0.17",
 9451]
 9452
 9453[[package]]
 9454name = "language_models"
 9455version = "0.1.0"
 9456dependencies = [
 9457 "ai_onboarding",
 9458 "anthropic",
 9459 "anyhow",
 9460 "aws-config",
 9461 "aws-credential-types",
 9462 "aws_http_client",
 9463 "base64 0.22.1",
 9464 "bedrock",
 9465 "client",
 9466 "cloud_api_client",
 9467 "cloud_api_types",
 9468 "collections",
 9469 "component",
 9470 "convert_case 0.8.0",
 9471 "copilot",
 9472 "copilot_chat",
 9473 "copilot_ui",
 9474 "credentials_provider",
 9475 "deepseek",
 9476 "extension",
 9477 "extension_host",
 9478 "fs",
 9479 "futures 0.3.32",
 9480 "google_ai",
 9481 "gpui",
 9482 "gpui_tokio",
 9483 "http_client",
 9484 "language",
 9485 "language_model",
 9486 "language_models_cloud",
 9487 "lmstudio",
 9488 "log",
 9489 "menu",
 9490 "mistral",
 9491 "ollama",
 9492 "open_ai",
 9493 "open_router",
 9494 "opencode",
 9495 "pretty_assertions",
 9496 "release_channel",
 9497 "schemars",
 9498 "serde",
 9499 "serde_json",
 9500 "settings",
 9501 "smol",
 9502 "strum 0.27.2",
 9503 "tiktoken-rs",
 9504 "tokio",
 9505 "ui",
 9506 "ui_input",
 9507 "util",
 9508 "vercel",
 9509 "x_ai",
 9510]
 9511
 9512[[package]]
 9513name = "language_models_cloud"
 9514version = "0.1.0"
 9515dependencies = [
 9516 "anthropic",
 9517 "anyhow",
 9518 "cloud_llm_client",
 9519 "futures 0.3.32",
 9520 "google_ai",
 9521 "gpui",
 9522 "http_client",
 9523 "language_model",
 9524 "open_ai",
 9525 "schemars",
 9526 "semver",
 9527 "serde",
 9528 "serde_json",
 9529 "smol",
 9530 "thiserror 2.0.17",
 9531 "x_ai",
 9532]
 9533
 9534[[package]]
 9535name = "language_onboarding"
 9536version = "0.1.0"
 9537dependencies = [
 9538 "db",
 9539 "editor",
 9540 "gpui",
 9541 "project",
 9542 "ui",
 9543 "workspace",
 9544]
 9545
 9546[[package]]
 9547name = "language_selector"
 9548version = "0.1.0"
 9549dependencies = [
 9550 "anyhow",
 9551 "editor",
 9552 "file_icons",
 9553 "fuzzy",
 9554 "gpui",
 9555 "language",
 9556 "open_path_prompt",
 9557 "picker",
 9558 "project",
 9559 "serde_json",
 9560 "settings",
 9561 "ui",
 9562 "util",
 9563 "workspace",
 9564]
 9565
 9566[[package]]
 9567name = "language_tools"
 9568version = "0.1.0"
 9569dependencies = [
 9570 "anyhow",
 9571 "client",
 9572 "collections",
 9573 "command_palette_hooks",
 9574 "edit_prediction",
 9575 "editor",
 9576 "futures 0.3.32",
 9577 "gpui",
 9578 "itertools 0.14.0",
 9579 "language",
 9580 "lsp",
 9581 "menu",
 9582 "project",
 9583 "proto",
 9584 "release_channel",
 9585 "semver",
 9586 "serde_json",
 9587 "settings",
 9588 "sysinfo 0.37.2",
 9589 "telemetry",
 9590 "theme",
 9591 "theme_settings",
 9592 "tree-sitter",
 9593 "ui",
 9594 "util",
 9595 "workspace",
 9596 "zed_actions",
 9597 "zlog",
 9598]
 9599
 9600[[package]]
 9601name = "languages"
 9602version = "0.1.0"
 9603dependencies = [
 9604 "anyhow",
 9605 "async-compression",
 9606 "async-fs",
 9607 "async-tar",
 9608 "async-trait",
 9609 "chrono",
 9610 "collections",
 9611 "fs",
 9612 "futures 0.3.32",
 9613 "globset",
 9614 "gpui",
 9615 "grammars",
 9616 "http_client",
 9617 "itertools 0.14.0",
 9618 "json_schema_store",
 9619 "language",
 9620 "log",
 9621 "lsp",
 9622 "node_runtime",
 9623 "parking_lot",
 9624 "pet",
 9625 "pet-conda",
 9626 "pet-core",
 9627 "pet-fs",
 9628 "pet-poetry",
 9629 "pet-reporter",
 9630 "pet-virtualenv",
 9631 "pretty_assertions",
 9632 "project",
 9633 "regex",
 9634 "rope",
 9635 "semver",
 9636 "serde",
 9637 "serde_json",
 9638 "serde_json_lenient",
 9639 "settings",
 9640 "smallvec",
 9641 "smol",
 9642 "snippet",
 9643 "task",
 9644 "terminal",
 9645 "theme",
 9646 "tree-sitter",
 9647 "tree-sitter-bash",
 9648 "tree-sitter-c",
 9649 "tree-sitter-cpp",
 9650 "tree-sitter-css",
 9651 "tree-sitter-gitcommit",
 9652 "tree-sitter-go",
 9653 "tree-sitter-python",
 9654 "tree-sitter-rust",
 9655 "tree-sitter-typescript",
 9656 "unindent",
 9657 "url",
 9658 "util",
 9659]
 9660
 9661[[package]]
 9662name = "lazy_static"
 9663version = "1.5.0"
 9664source = "registry+https://github.com/rust-lang/crates.io-index"
 9665checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9666dependencies = [
 9667 "spin 0.9.8",
 9668]
 9669
 9670[[package]]
 9671name = "leak"
 9672version = "0.1.2"
 9673source = "registry+https://github.com/rust-lang/crates.io-index"
 9674checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9675
 9676[[package]]
 9677name = "leaky-cow"
 9678version = "0.1.1"
 9679source = "registry+https://github.com/rust-lang/crates.io-index"
 9680checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9681dependencies = [
 9682 "leak",
 9683]
 9684
 9685[[package]]
 9686name = "leb128"
 9687version = "0.2.5"
 9688source = "registry+https://github.com/rust-lang/crates.io-index"
 9689checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9690
 9691[[package]]
 9692name = "leb128fmt"
 9693version = "0.1.0"
 9694source = "registry+https://github.com/rust-lang/crates.io-index"
 9695checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9696
 9697[[package]]
 9698name = "lebe"
 9699version = "0.5.3"
 9700source = "registry+https://github.com/rust-lang/crates.io-index"
 9701checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9702
 9703[[package]]
 9704name = "libbz2-rs-sys"
 9705version = "0.2.2"
 9706source = "registry+https://github.com/rust-lang/crates.io-index"
 9707checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9708
 9709[[package]]
 9710name = "libc"
 9711version = "0.2.182"
 9712source = "registry+https://github.com/rust-lang/crates.io-index"
 9713checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9714
 9715[[package]]
 9716name = "libdbus-sys"
 9717version = "0.2.6"
 9718source = "registry+https://github.com/rust-lang/crates.io-index"
 9719checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9720dependencies = [
 9721 "cc",
 9722 "pkg-config",
 9723]
 9724
 9725[[package]]
 9726name = "libfuzzer-sys"
 9727version = "0.4.10"
 9728source = "registry+https://github.com/rust-lang/crates.io-index"
 9729checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9730dependencies = [
 9731 "arbitrary",
 9732 "cc",
 9733]
 9734
 9735[[package]]
 9736name = "libgit2-sys"
 9737version = "0.18.3+1.9.2"
 9738source = "registry+https://github.com/rust-lang/crates.io-index"
 9739checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9740dependencies = [
 9741 "cc",
 9742 "libc",
 9743 "libz-sys",
 9744 "pkg-config",
 9745]
 9746
 9747[[package]]
 9748name = "libloading"
 9749version = "0.8.9"
 9750source = "registry+https://github.com/rust-lang/crates.io-index"
 9751checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9752dependencies = [
 9753 "cfg-if",
 9754 "windows-link 0.2.1",
 9755]
 9756
 9757[[package]]
 9758name = "libm"
 9759version = "0.2.15"
 9760source = "registry+https://github.com/rust-lang/crates.io-index"
 9761checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9762
 9763[[package]]
 9764name = "libmimalloc-sys"
 9765version = "0.1.44"
 9766source = "registry+https://github.com/rust-lang/crates.io-index"
 9767checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9768dependencies = [
 9769 "cc",
 9770 "libc",
 9771]
 9772
 9773[[package]]
 9774name = "libredox"
 9775version = "0.1.10"
 9776source = "registry+https://github.com/rust-lang/crates.io-index"
 9777checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9778dependencies = [
 9779 "bitflags 2.10.0",
 9780 "libc",
 9781 "redox_syscall 0.5.18",
 9782]
 9783
 9784[[package]]
 9785name = "libsqlite3-sys"
 9786version = "0.30.1"
 9787source = "registry+https://github.com/rust-lang/crates.io-index"
 9788checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9789dependencies = [
 9790 "cc",
 9791 "pkg-config",
 9792 "vcpkg",
 9793]
 9794
 9795[[package]]
 9796name = "libwebrtc"
 9797version = "0.3.26"
 9798source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9799dependencies = [
 9800 "cxx",
 9801 "glib",
 9802 "jni",
 9803 "js-sys",
 9804 "lazy_static",
 9805 "livekit-protocol",
 9806 "livekit-runtime",
 9807 "log",
 9808 "parking_lot",
 9809 "serde",
 9810 "serde_json",
 9811 "thiserror 1.0.69",
 9812 "tokio",
 9813 "wasm-bindgen",
 9814 "wasm-bindgen-futures",
 9815 "web-sys",
 9816 "webrtc-sys",
 9817]
 9818
 9819[[package]]
 9820name = "libz-sys"
 9821version = "1.1.22"
 9822source = "registry+https://github.com/rust-lang/crates.io-index"
 9823checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9824dependencies = [
 9825 "cc",
 9826 "libc",
 9827 "pkg-config",
 9828 "vcpkg",
 9829]
 9830
 9831[[package]]
 9832name = "line_ending_selector"
 9833version = "0.1.0"
 9834dependencies = [
 9835 "editor",
 9836 "gpui",
 9837 "language",
 9838 "picker",
 9839 "project",
 9840 "ui",
 9841 "util",
 9842 "workspace",
 9843]
 9844
 9845[[package]]
 9846name = "linebender_resource_handle"
 9847version = "0.1.1"
 9848source = "registry+https://github.com/rust-lang/crates.io-index"
 9849checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9850
 9851[[package]]
 9852name = "link-cplusplus"
 9853version = "1.0.12"
 9854source = "registry+https://github.com/rust-lang/crates.io-index"
 9855checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9856dependencies = [
 9857 "cc",
 9858]
 9859
 9860[[package]]
 9861name = "linkify"
 9862version = "0.10.0"
 9863source = "registry+https://github.com/rust-lang/crates.io-index"
 9864checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9865dependencies = [
 9866 "memchr",
 9867]
 9868
 9869[[package]]
 9870name = "linux-raw-sys"
 9871version = "0.4.15"
 9872source = "registry+https://github.com/rust-lang/crates.io-index"
 9873checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9874
 9875[[package]]
 9876name = "linux-raw-sys"
 9877version = "0.11.0"
 9878source = "registry+https://github.com/rust-lang/crates.io-index"
 9879checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9880
 9881[[package]]
 9882name = "litemap"
 9883version = "0.8.0"
 9884source = "registry+https://github.com/rust-lang/crates.io-index"
 9885checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9886
 9887[[package]]
 9888name = "litrs"
 9889version = "1.0.0"
 9890source = "registry+https://github.com/rust-lang/crates.io-index"
 9891checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9892
 9893[[package]]
 9894name = "livekit"
 9895version = "0.7.32"
 9896source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9897dependencies = [
 9898 "base64 0.22.1",
 9899 "bmrng",
 9900 "bytes 1.11.1",
 9901 "chrono",
 9902 "futures-util",
 9903 "lazy_static",
 9904 "libloading",
 9905 "libwebrtc",
 9906 "livekit-api",
 9907 "livekit-protocol",
 9908 "livekit-runtime",
 9909 "log",
 9910 "parking_lot",
 9911 "prost 0.12.6",
 9912 "semver",
 9913 "serde",
 9914 "serde_json",
 9915 "thiserror 1.0.69",
 9916 "tokio",
 9917]
 9918
 9919[[package]]
 9920name = "livekit-api"
 9921version = "0.4.14"
 9922source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9923dependencies = [
 9924 "base64 0.21.7",
 9925 "futures-util",
 9926 "http 1.3.1",
 9927 "livekit-protocol",
 9928 "livekit-runtime",
 9929 "log",
 9930 "parking_lot",
 9931 "pbjson-types",
 9932 "prost 0.12.6",
 9933 "rand 0.9.3",
 9934 "reqwest 0.12.24",
 9935 "rustls-native-certs 0.6.3",
 9936 "scopeguard",
 9937 "serde",
 9938 "sha2",
 9939 "thiserror 1.0.69",
 9940 "tokio",
 9941 "tokio-rustls 0.26.2",
 9942 "tokio-tungstenite 0.28.0",
 9943 "url",
 9944]
 9945
 9946[[package]]
 9947name = "livekit-protocol"
 9948version = "0.7.1"
 9949source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9950dependencies = [
 9951 "futures-util",
 9952 "livekit-runtime",
 9953 "parking_lot",
 9954 "pbjson",
 9955 "pbjson-types",
 9956 "prost 0.12.6",
 9957 "serde",
 9958 "thiserror 1.0.69",
 9959 "tokio",
 9960]
 9961
 9962[[package]]
 9963name = "livekit-runtime"
 9964version = "0.4.0"
 9965source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9966dependencies = [
 9967 "tokio",
 9968 "tokio-stream",
 9969]
 9970
 9971[[package]]
 9972name = "livekit_api"
 9973version = "0.1.0"
 9974dependencies = [
 9975 "anyhow",
 9976 "async-trait",
 9977 "jsonwebtoken",
 9978 "log",
 9979 "prost 0.9.0",
 9980 "prost-build 0.9.0",
 9981 "prost-types 0.9.0",
 9982 "serde",
 9983 "zed-reqwest",
 9984]
 9985
 9986[[package]]
 9987name = "livekit_client"
 9988version = "0.1.0"
 9989dependencies = [
 9990 "anyhow",
 9991 "async-trait",
 9992 "audio",
 9993 "cocoa 0.26.0",
 9994 "collections",
 9995 "core-foundation 0.10.0",
 9996 "core-video",
 9997 "coreaudio-rs 0.12.1",
 9998 "cpal",
 9999 "futures 0.3.32",
10000 "gpui",
10001 "gpui_platform",
10002 "gpui_tokio",
10003 "http_client_tls",
10004 "image",
10005 "libwebrtc",
10006 "livekit",
10007 "livekit_api",
10008 "log",
10009 "nanoid",
10010 "objc",
10011 "parking_lot",
10012 "postage",
10013 "rodio",
10014 "serde",
10015 "serde_json",
10016 "serde_urlencoded",
10017 "settings",
10018 "simplelog",
10019 "smallvec",
10020 "tokio",
10021 "ui",
10022 "util",
10023 "webrtc-sys",
10024 "zed-scap",
10025]
10026
10027[[package]]
10028name = "lmdb-master-sys"
10029version = "0.2.5"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10032dependencies = [
10033 "cc",
10034 "doxygen-rs",
10035 "libc",
10036]
10037
10038[[package]]
10039name = "lmstudio"
10040version = "0.1.0"
10041dependencies = [
10042 "anyhow",
10043 "futures 0.3.32",
10044 "http_client",
10045 "schemars",
10046 "serde",
10047 "serde_json",
10048]
10049
10050[[package]]
10051name = "lock_api"
10052version = "0.4.14"
10053source = "registry+https://github.com/rust-lang/crates.io-index"
10054checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10055dependencies = [
10056 "scopeguard",
10057]
10058
10059[[package]]
10060name = "log"
10061version = "0.4.29"
10062source = "registry+https://github.com/rust-lang/crates.io-index"
10063checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10064dependencies = [
10065 "serde_core",
10066 "value-bag",
10067]
10068
10069[[package]]
10070name = "loom"
10071version = "0.7.2"
10072source = "registry+https://github.com/rust-lang/crates.io-index"
10073checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10074dependencies = [
10075 "cfg-if",
10076 "generator",
10077 "scoped-tls",
10078 "tracing",
10079 "tracing-subscriber",
10080]
10081
10082[[package]]
10083name = "loop9"
10084version = "0.1.5"
10085source = "registry+https://github.com/rust-lang/crates.io-index"
10086checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10087dependencies = [
10088 "imgref",
10089]
10090
10091[[package]]
10092name = "lru"
10093version = "0.12.5"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10096dependencies = [
10097 "hashbrown 0.15.5",
10098]
10099
10100[[package]]
10101name = "lru-slab"
10102version = "0.1.2"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10105
10106[[package]]
10107name = "lsp"
10108version = "0.1.0"
10109dependencies = [
10110 "anyhow",
10111 "async-pipe",
10112 "collections",
10113 "ctor",
10114 "futures 0.3.32",
10115 "gpui",
10116 "gpui_util",
10117 "log",
10118 "lsp-types",
10119 "parking_lot",
10120 "postage",
10121 "release_channel",
10122 "schemars",
10123 "semver",
10124 "serde",
10125 "serde_json",
10126 "smol",
10127 "util",
10128 "zlog",
10129]
10130
10131[[package]]
10132name = "lsp-types"
10133version = "0.95.1"
10134source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10135dependencies = [
10136 "bitflags 1.3.2",
10137 "serde",
10138 "serde_json",
10139 "url",
10140]
10141
10142[[package]]
10143name = "lyon"
10144version = "1.0.16"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10147dependencies = [
10148 "lyon_algorithms",
10149 "lyon_extra",
10150 "lyon_tessellation",
10151]
10152
10153[[package]]
10154name = "lyon_algorithms"
10155version = "1.0.16"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10158dependencies = [
10159 "lyon_path",
10160 "num-traits",
10161]
10162
10163[[package]]
10164name = "lyon_extra"
10165version = "1.0.3"
10166source = "registry+https://github.com/rust-lang/crates.io-index"
10167checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10168dependencies = [
10169 "lyon_path",
10170 "thiserror 1.0.69",
10171]
10172
10173[[package]]
10174name = "lyon_geom"
10175version = "1.0.17"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10178dependencies = [
10179 "arrayvec",
10180 "euclid",
10181 "num-traits",
10182]
10183
10184[[package]]
10185name = "lyon_path"
10186version = "1.0.16"
10187source = "registry+https://github.com/rust-lang/crates.io-index"
10188checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10189dependencies = [
10190 "lyon_geom",
10191 "num-traits",
10192]
10193
10194[[package]]
10195name = "lyon_tessellation"
10196version = "1.0.16"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10199dependencies = [
10200 "float_next_after",
10201 "lyon_path",
10202 "num-traits",
10203]
10204
10205[[package]]
10206name = "mac"
10207version = "0.1.1"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10210
10211[[package]]
10212name = "mach2"
10213version = "0.4.3"
10214source = "registry+https://github.com/rust-lang/crates.io-index"
10215checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10216dependencies = [
10217 "libc",
10218]
10219
10220[[package]]
10221name = "mach2"
10222version = "0.5.0"
10223source = "registry+https://github.com/rust-lang/crates.io-index"
10224checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10225dependencies = [
10226 "libc",
10227]
10228
10229[[package]]
10230name = "malloc_buf"
10231version = "0.0.6"
10232source = "registry+https://github.com/rust-lang/crates.io-index"
10233checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10234dependencies = [
10235 "libc",
10236]
10237
10238[[package]]
10239name = "maplit"
10240version = "1.0.2"
10241source = "registry+https://github.com/rust-lang/crates.io-index"
10242checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10243
10244[[package]]
10245name = "markdown"
10246version = "0.1.0"
10247dependencies = [
10248 "anyhow",
10249 "assets",
10250 "base64 0.22.1",
10251 "collections",
10252 "env_logger 0.11.8",
10253 "fs",
10254 "futures 0.3.32",
10255 "gpui",
10256 "gpui_platform",
10257 "html5ever 0.27.0",
10258 "language",
10259 "languages",
10260 "linkify",
10261 "log",
10262 "markup5ever_rcdom",
10263 "mermaid-rs-renderer",
10264 "node_runtime",
10265 "pulldown-cmark 0.13.0",
10266 "settings",
10267 "stacksafe",
10268 "sum_tree",
10269 "theme",
10270 "theme_settings",
10271 "ui",
10272 "util",
10273]
10274
10275[[package]]
10276name = "markdown_preview"
10277version = "0.1.0"
10278dependencies = [
10279 "anyhow",
10280 "editor",
10281 "gpui",
10282 "language",
10283 "log",
10284 "markdown",
10285 "project",
10286 "settings",
10287 "tempfile",
10288 "theme_settings",
10289 "ui",
10290 "urlencoding",
10291 "util",
10292 "workspace",
10293 "zed_actions",
10294]
10295
10296[[package]]
10297name = "markup5ever"
10298version = "0.12.1"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10301dependencies = [
10302 "log",
10303 "phf 0.11.3",
10304 "phf_codegen",
10305 "string_cache",
10306 "string_cache_codegen",
10307 "tendril",
10308]
10309
10310[[package]]
10311name = "markup5ever"
10312version = "0.35.0"
10313source = "registry+https://github.com/rust-lang/crates.io-index"
10314checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10315dependencies = [
10316 "log",
10317 "tendril",
10318 "web_atoms",
10319]
10320
10321[[package]]
10322name = "markup5ever_rcdom"
10323version = "0.3.0"
10324source = "registry+https://github.com/rust-lang/crates.io-index"
10325checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10326dependencies = [
10327 "html5ever 0.27.0",
10328 "markup5ever 0.12.1",
10329 "tendril",
10330 "xml5ever",
10331]
10332
10333[[package]]
10334name = "match_token"
10335version = "0.35.0"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10338dependencies = [
10339 "proc-macro2",
10340 "quote",
10341 "syn 2.0.117",
10342]
10343
10344[[package]]
10345name = "matchers"
10346version = "0.2.0"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10349dependencies = [
10350 "regex-automata",
10351]
10352
10353[[package]]
10354name = "matchit"
10355version = "0.7.3"
10356source = "registry+https://github.com/rust-lang/crates.io-index"
10357checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10358
10359[[package]]
10360name = "maybe-owned"
10361version = "0.3.4"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10364
10365[[package]]
10366name = "maybe-rayon"
10367version = "0.1.1"
10368source = "registry+https://github.com/rust-lang/crates.io-index"
10369checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10370dependencies = [
10371 "cfg-if",
10372 "rayon",
10373]
10374
10375[[package]]
10376name = "md-5"
10377version = "0.10.6"
10378source = "registry+https://github.com/rust-lang/crates.io-index"
10379checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10380dependencies = [
10381 "cfg-if",
10382 "digest",
10383]
10384
10385[[package]]
10386name = "mdbook"
10387version = "0.4.40"
10388source = "registry+https://github.com/rust-lang/crates.io-index"
10389checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10390dependencies = [
10391 "ammonia",
10392 "anyhow",
10393 "chrono",
10394 "clap",
10395 "clap_complete",
10396 "elasticlunr-rs",
10397 "env_logger 0.11.8",
10398 "futures-util",
10399 "handlebars 5.1.2",
10400 "ignore",
10401 "log",
10402 "memchr",
10403 "notify 6.1.1",
10404 "notify-debouncer-mini",
10405 "once_cell",
10406 "opener",
10407 "pathdiff",
10408 "pulldown-cmark 0.10.3",
10409 "regex",
10410 "serde",
10411 "serde_json",
10412 "shlex",
10413 "tempfile",
10414 "tokio",
10415 "toml 0.5.11",
10416 "topological-sort",
10417 "walkdir",
10418 "warp",
10419]
10420
10421[[package]]
10422name = "media"
10423version = "0.1.0"
10424dependencies = [
10425 "anyhow",
10426 "bindgen 0.71.1",
10427 "core-foundation 0.10.0",
10428 "core-video",
10429 "ctor",
10430 "foreign-types 0.5.0",
10431 "metal",
10432 "objc",
10433]
10434
10435[[package]]
10436name = "memchr"
10437version = "2.7.6"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10440
10441[[package]]
10442name = "memfd"
10443version = "0.6.5"
10444source = "registry+https://github.com/rust-lang/crates.io-index"
10445checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10446dependencies = [
10447 "rustix 1.1.2",
10448]
10449
10450[[package]]
10451name = "memmap2"
10452version = "0.9.8"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10455dependencies = [
10456 "libc",
10457 "stable_deref_trait",
10458]
10459
10460[[package]]
10461name = "memoffset"
10462version = "0.9.1"
10463source = "registry+https://github.com/rust-lang/crates.io-index"
10464checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10465dependencies = [
10466 "autocfg",
10467]
10468
10469[[package]]
10470name = "menu"
10471version = "0.1.0"
10472dependencies = [
10473 "gpui",
10474]
10475
10476[[package]]
10477name = "merge"
10478version = "0.1.0"
10479source = "registry+https://github.com/rust-lang/crates.io-index"
10480checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10481dependencies = [
10482 "merge_derive",
10483 "num-traits",
10484]
10485
10486[[package]]
10487name = "merge_derive"
10488version = "0.1.0"
10489source = "registry+https://github.com/rust-lang/crates.io-index"
10490checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10491dependencies = [
10492 "proc-macro-error",
10493 "proc-macro2",
10494 "quote",
10495 "syn 1.0.109",
10496]
10497
10498[[package]]
10499name = "mermaid-rs-renderer"
10500version = "0.2.0"
10501source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10502dependencies = [
10503 "anyhow",
10504 "fontdb 0.16.2",
10505 "json5",
10506 "once_cell",
10507 "regex",
10508 "serde",
10509 "serde_json",
10510 "thiserror 2.0.17",
10511 "ttf-parser 0.20.0",
10512]
10513
10514[[package]]
10515name = "metal"
10516version = "0.33.0"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10519dependencies = [
10520 "bitflags 2.10.0",
10521 "block",
10522 "core-graphics-types 0.2.0",
10523 "foreign-types 0.5.0",
10524 "log",
10525 "objc",
10526 "paste",
10527]
10528
10529[[package]]
10530name = "migrator"
10531version = "0.1.0"
10532dependencies = [
10533 "anyhow",
10534 "collections",
10535 "convert_case 0.8.0",
10536 "log",
10537 "pretty_assertions",
10538 "serde_json",
10539 "serde_json_lenient",
10540 "settings_content",
10541 "settings_json",
10542 "streaming-iterator",
10543 "tree-sitter",
10544 "tree-sitter-json",
10545 "unindent",
10546]
10547
10548[[package]]
10549name = "mimalloc"
10550version = "0.1.48"
10551source = "registry+https://github.com/rust-lang/crates.io-index"
10552checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10553dependencies = [
10554 "libmimalloc-sys",
10555]
10556
10557[[package]]
10558name = "mime"
10559version = "0.3.17"
10560source = "registry+https://github.com/rust-lang/crates.io-index"
10561checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10562
10563[[package]]
10564name = "mime_guess"
10565version = "2.0.5"
10566source = "registry+https://github.com/rust-lang/crates.io-index"
10567checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10568dependencies = [
10569 "mime",
10570 "unicase",
10571]
10572
10573[[package]]
10574name = "minidump-common"
10575version = "0.26.1"
10576source = "registry+https://github.com/rust-lang/crates.io-index"
10577checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10578dependencies = [
10579 "bitflags 2.10.0",
10580 "debugid",
10581 "num-derive",
10582 "num-traits",
10583 "range-map",
10584 "scroll",
10585 "smart-default",
10586]
10587
10588[[package]]
10589name = "minidump-writer"
10590version = "0.11.0"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10593dependencies = [
10594 "bitflags 2.10.0",
10595 "byteorder",
10596 "cfg-if",
10597 "crash-context",
10598 "error-graph",
10599 "failspot",
10600 "goblin",
10601 "libc",
10602 "log",
10603 "mach2 0.4.3",
10604 "memmap2",
10605 "memoffset",
10606 "minidump-common",
10607 "nix 0.29.0",
10608 "procfs-core",
10609 "scroll",
10610 "serde",
10611 "serde_json",
10612 "tempfile",
10613 "thiserror 2.0.17",
10614]
10615
10616[[package]]
10617name = "minidumper"
10618version = "0.9.0"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10621dependencies = [
10622 "cfg-if",
10623 "crash-context",
10624 "libc",
10625 "log",
10626 "minidump-writer",
10627 "parking_lot",
10628 "polling",
10629 "scroll",
10630 "thiserror 2.0.17",
10631 "uds",
10632]
10633
10634[[package]]
10635name = "minimal-lexical"
10636version = "0.2.1"
10637source = "registry+https://github.com/rust-lang/crates.io-index"
10638checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10639
10640[[package]]
10641name = "miniprofiler_ui"
10642version = "0.1.0"
10643dependencies = [
10644 "gpui",
10645 "rpc",
10646 "serde_json",
10647 "smol",
10648 "theme_settings",
10649 "util",
10650 "workspace",
10651 "zed_actions",
10652]
10653
10654[[package]]
10655name = "miniz_oxide"
10656version = "0.8.9"
10657source = "registry+https://github.com/rust-lang/crates.io-index"
10658checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10659dependencies = [
10660 "adler2",
10661 "simd-adler32",
10662]
10663
10664[[package]]
10665name = "mio"
10666version = "0.8.11"
10667source = "registry+https://github.com/rust-lang/crates.io-index"
10668checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10669dependencies = [
10670 "libc",
10671 "log",
10672 "wasi",
10673 "windows-sys 0.48.0",
10674]
10675
10676[[package]]
10677name = "mio"
10678version = "1.1.0"
10679source = "registry+https://github.com/rust-lang/crates.io-index"
10680checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10681dependencies = [
10682 "libc",
10683 "log",
10684 "wasi",
10685 "windows-sys 0.61.2",
10686]
10687
10688[[package]]
10689name = "miow"
10690version = "0.6.1"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10693dependencies = [
10694 "windows-sys 0.61.2",
10695]
10696
10697[[package]]
10698name = "mistral"
10699version = "0.1.0"
10700dependencies = [
10701 "anyhow",
10702 "futures 0.3.32",
10703 "http_client",
10704 "schemars",
10705 "serde",
10706 "serde_json",
10707 "strum 0.27.2",
10708]
10709
10710[[package]]
10711name = "moka"
10712version = "0.12.11"
10713source = "registry+https://github.com/rust-lang/crates.io-index"
10714checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10715dependencies = [
10716 "crossbeam-channel",
10717 "crossbeam-epoch",
10718 "crossbeam-utils",
10719 "equivalent",
10720 "parking_lot",
10721 "portable-atomic",
10722 "rustc_version",
10723 "smallvec",
10724 "tagptr",
10725 "uuid",
10726]
10727
10728[[package]]
10729name = "moxcms"
10730version = "0.7.7"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10733dependencies = [
10734 "num-traits",
10735 "pxfm",
10736]
10737
10738[[package]]
10739name = "msvc_spectre_libs"
10740version = "0.1.3"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10743dependencies = [
10744 "cc",
10745]
10746
10747[[package]]
10748name = "multi_buffer"
10749version = "0.1.0"
10750dependencies = [
10751 "anyhow",
10752 "buffer_diff",
10753 "clock",
10754 "collections",
10755 "ctor",
10756 "gpui",
10757 "indoc",
10758 "itertools 0.14.0",
10759 "language",
10760 "log",
10761 "parking_lot",
10762 "pretty_assertions",
10763 "rand 0.9.3",
10764 "rope",
10765 "serde",
10766 "settings",
10767 "smallvec",
10768 "smol",
10769 "sum_tree",
10770 "text",
10771 "theme",
10772 "tracing",
10773 "tree-sitter",
10774 "unicode-segmentation",
10775 "util",
10776 "zlog",
10777 "ztracing",
10778]
10779
10780[[package]]
10781name = "multimap"
10782version = "0.8.3"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10785
10786[[package]]
10787name = "naga"
10788version = "29.0.0"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10791dependencies = [
10792 "arrayvec",
10793 "bit-set 0.9.1",
10794 "bitflags 2.10.0",
10795 "cfg-if",
10796 "cfg_aliases 0.2.1",
10797 "codespan-reporting",
10798 "half",
10799 "hashbrown 0.16.1",
10800 "hexf-parse",
10801 "indexmap",
10802 "libm",
10803 "log",
10804 "num-traits",
10805 "once_cell",
10806 "rustc-hash 1.1.0",
10807 "thiserror 2.0.17",
10808 "unicode-ident",
10809]
10810
10811[[package]]
10812name = "naga"
10813version = "29.0.0"
10814source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10815dependencies = [
10816 "arrayvec",
10817 "bit-set 0.9.1",
10818 "bitflags 2.10.0",
10819 "cfg-if",
10820 "cfg_aliases 0.2.1",
10821 "codespan-reporting",
10822 "half",
10823 "hashbrown 0.16.1",
10824 "hexf-parse",
10825 "indexmap",
10826 "libm",
10827 "log",
10828 "num-traits",
10829 "once_cell",
10830 "rustc-hash 1.1.0",
10831 "spirv",
10832 "thiserror 2.0.17",
10833 "unicode-ident",
10834]
10835
10836[[package]]
10837name = "nanoid"
10838version = "0.4.0"
10839source = "registry+https://github.com/rust-lang/crates.io-index"
10840checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10841dependencies = [
10842 "rand 0.8.5",
10843]
10844
10845[[package]]
10846name = "nanorand"
10847version = "0.7.0"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10850dependencies = [
10851 "getrandom 0.2.16",
10852]
10853
10854[[package]]
10855name = "native-tls"
10856version = "0.2.14"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10859dependencies = [
10860 "libc",
10861 "log",
10862 "openssl",
10863 "openssl-probe",
10864 "openssl-sys",
10865 "schannel",
10866 "security-framework 2.11.1",
10867 "security-framework-sys",
10868 "tempfile",
10869]
10870
10871[[package]]
10872name = "nbformat"
10873version = "1.2.0"
10874source = "registry+https://github.com/rust-lang/crates.io-index"
10875checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10876dependencies = [
10877 "anyhow",
10878 "chrono",
10879 "jupyter-protocol",
10880 "serde",
10881 "serde_json",
10882 "thiserror 1.0.69",
10883 "uuid",
10884]
10885
10886[[package]]
10887name = "nc"
10888version = "0.1.0"
10889dependencies = [
10890 "anyhow",
10891 "futures 0.3.32",
10892 "net",
10893 "smol",
10894]
10895
10896[[package]]
10897name = "ndk"
10898version = "0.9.0"
10899source = "registry+https://github.com/rust-lang/crates.io-index"
10900checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10901dependencies = [
10902 "bitflags 2.10.0",
10903 "jni-sys",
10904 "log",
10905 "ndk-sys",
10906 "num_enum",
10907 "thiserror 1.0.69",
10908]
10909
10910[[package]]
10911name = "ndk-context"
10912version = "0.1.1"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10915
10916[[package]]
10917name = "ndk-sys"
10918version = "0.6.0+11769913"
10919source = "registry+https://github.com/rust-lang/crates.io-index"
10920checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10921dependencies = [
10922 "jni-sys",
10923]
10924
10925[[package]]
10926name = "net"
10927version = "0.1.0"
10928dependencies = [
10929 "anyhow",
10930 "async-io",
10931 "smol",
10932 "tempfile",
10933 "windows 0.61.3",
10934]
10935
10936[[package]]
10937name = "new_debug_unreachable"
10938version = "1.0.6"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10941
10942[[package]]
10943name = "nix"
10944version = "0.28.0"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10947dependencies = [
10948 "bitflags 2.10.0",
10949 "cfg-if",
10950 "cfg_aliases 0.1.1",
10951 "libc",
10952]
10953
10954[[package]]
10955name = "nix"
10956version = "0.29.0"
10957source = "registry+https://github.com/rust-lang/crates.io-index"
10958checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10959dependencies = [
10960 "bitflags 2.10.0",
10961 "cfg-if",
10962 "cfg_aliases 0.2.1",
10963 "libc",
10964]
10965
10966[[package]]
10967name = "nix"
10968version = "0.30.1"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10971dependencies = [
10972 "bitflags 2.10.0",
10973 "cfg-if",
10974 "cfg_aliases 0.2.1",
10975 "libc",
10976]
10977
10978[[package]]
10979name = "node_runtime"
10980version = "0.1.0"
10981dependencies = [
10982 "anyhow",
10983 "async-compression",
10984 "async-std",
10985 "async-tar",
10986 "async-trait",
10987 "futures 0.3.32",
10988 "http_client",
10989 "log",
10990 "paths",
10991 "semver",
10992 "serde",
10993 "serde_json",
10994 "smol",
10995 "util",
10996 "watch",
10997 "which 6.0.3",
10998]
10999
11000[[package]]
11001name = "nom"
11002version = "7.1.3"
11003source = "registry+https://github.com/rust-lang/crates.io-index"
11004checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11005dependencies = [
11006 "memchr",
11007 "minimal-lexical",
11008]
11009
11010[[package]]
11011name = "nom"
11012version = "8.0.0"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11015dependencies = [
11016 "memchr",
11017]
11018
11019[[package]]
11020name = "noop_proc_macro"
11021version = "0.3.0"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11024
11025[[package]]
11026name = "normpath"
11027version = "1.5.0"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11030dependencies = [
11031 "windows-sys 0.61.2",
11032]
11033
11034[[package]]
11035name = "notifications"
11036version = "0.1.0"
11037dependencies = [
11038 "anyhow",
11039 "channel",
11040 "client",
11041 "component",
11042 "db",
11043 "gpui",
11044 "rpc",
11045 "sum_tree",
11046 "time",
11047 "ui",
11048 "util",
11049 "workspace",
11050 "zed_actions",
11051]
11052
11053[[package]]
11054name = "notify"
11055version = "6.1.1"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11058dependencies = [
11059 "bitflags 2.10.0",
11060 "crossbeam-channel",
11061 "filetime",
11062 "fsevent-sys",
11063 "inotify 0.9.6",
11064 "kqueue",
11065 "libc",
11066 "log",
11067 "mio 0.8.11",
11068 "walkdir",
11069 "windows-sys 0.48.0",
11070]
11071
11072[[package]]
11073name = "notify"
11074version = "8.2.0"
11075source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11076dependencies = [
11077 "bitflags 2.10.0",
11078 "fsevent-sys",
11079 "inotify 0.11.0",
11080 "kqueue",
11081 "libc",
11082 "log",
11083 "mio 1.1.0",
11084 "notify-types",
11085 "walkdir",
11086 "windows-sys 0.60.2",
11087]
11088
11089[[package]]
11090name = "notify-debouncer-mini"
11091version = "0.4.1"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11094dependencies = [
11095 "crossbeam-channel",
11096 "log",
11097 "notify 6.1.1",
11098]
11099
11100[[package]]
11101name = "notify-types"
11102version = "2.0.0"
11103source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11104
11105[[package]]
11106name = "ntapi"
11107version = "0.4.1"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11110dependencies = [
11111 "winapi",
11112]
11113
11114[[package]]
11115name = "nu-ansi-term"
11116version = "0.50.3"
11117source = "registry+https://github.com/rust-lang/crates.io-index"
11118checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11119dependencies = [
11120 "windows-sys 0.61.2",
11121]
11122
11123[[package]]
11124name = "nucleo"
11125version = "0.5.0"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11128dependencies = [
11129 "nucleo-matcher",
11130 "parking_lot",
11131 "rayon",
11132]
11133
11134[[package]]
11135name = "nucleo-matcher"
11136version = "0.3.1"
11137source = "registry+https://github.com/rust-lang/crates.io-index"
11138checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11139dependencies = [
11140 "memchr",
11141 "unicode-segmentation",
11142]
11143
11144[[package]]
11145name = "num"
11146version = "0.4.3"
11147source = "registry+https://github.com/rust-lang/crates.io-index"
11148checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11149dependencies = [
11150 "num-bigint",
11151 "num-complex",
11152 "num-integer",
11153 "num-iter",
11154 "num-rational",
11155 "num-traits",
11156]
11157
11158[[package]]
11159name = "num-bigint"
11160version = "0.4.6"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11163dependencies = [
11164 "num-integer",
11165 "num-traits",
11166]
11167
11168[[package]]
11169name = "num-bigint-dig"
11170version = "0.8.6"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11173dependencies = [
11174 "lazy_static",
11175 "libm",
11176 "num-integer",
11177 "num-iter",
11178 "num-traits",
11179 "rand 0.8.5",
11180 "smallvec",
11181 "zeroize",
11182]
11183
11184[[package]]
11185name = "num-bigint-dig"
11186version = "0.9.1"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11189dependencies = [
11190 "libm",
11191 "num-integer",
11192 "num-iter",
11193 "num-traits",
11194 "once_cell",
11195 "rand 0.9.3",
11196 "serde",
11197 "smallvec",
11198 "zeroize",
11199]
11200
11201[[package]]
11202name = "num-cmp"
11203version = "0.1.0"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11206
11207[[package]]
11208name = "num-complex"
11209version = "0.4.6"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11212dependencies = [
11213 "bytemuck",
11214 "num-traits",
11215]
11216
11217[[package]]
11218name = "num-conv"
11219version = "0.2.0"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11222
11223[[package]]
11224name = "num-derive"
11225version = "0.4.2"
11226source = "registry+https://github.com/rust-lang/crates.io-index"
11227checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11228dependencies = [
11229 "proc-macro2",
11230 "quote",
11231 "syn 2.0.117",
11232]
11233
11234[[package]]
11235name = "num-format"
11236version = "0.4.4"
11237source = "registry+https://github.com/rust-lang/crates.io-index"
11238checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11239dependencies = [
11240 "arrayvec",
11241 "itoa",
11242]
11243
11244[[package]]
11245name = "num-integer"
11246version = "0.1.46"
11247source = "registry+https://github.com/rust-lang/crates.io-index"
11248checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11249dependencies = [
11250 "num-traits",
11251]
11252
11253[[package]]
11254name = "num-iter"
11255version = "0.1.45"
11256source = "registry+https://github.com/rust-lang/crates.io-index"
11257checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11258dependencies = [
11259 "autocfg",
11260 "num-integer",
11261 "num-traits",
11262]
11263
11264[[package]]
11265name = "num-rational"
11266version = "0.4.2"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11269dependencies = [
11270 "num-bigint",
11271 "num-integer",
11272 "num-traits",
11273]
11274
11275[[package]]
11276name = "num-traits"
11277version = "0.2.19"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11280dependencies = [
11281 "autocfg",
11282 "libm",
11283]
11284
11285[[package]]
11286name = "num_cpus"
11287version = "1.17.0"
11288source = "registry+https://github.com/rust-lang/crates.io-index"
11289checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11290dependencies = [
11291 "hermit-abi",
11292 "libc",
11293]
11294
11295[[package]]
11296name = "num_enum"
11297version = "0.7.4"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11300dependencies = [
11301 "num_enum_derive",
11302 "rustversion",
11303]
11304
11305[[package]]
11306name = "num_enum_derive"
11307version = "0.7.4"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11310dependencies = [
11311 "proc-macro-crate",
11312 "proc-macro2",
11313 "quote",
11314 "syn 2.0.117",
11315]
11316
11317[[package]]
11318name = "num_threads"
11319version = "0.1.7"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11322dependencies = [
11323 "libc",
11324]
11325
11326[[package]]
11327name = "nvim-rs"
11328version = "0.9.2"
11329source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11330dependencies = [
11331 "async-trait",
11332 "futures 0.3.32",
11333 "log",
11334 "rmp",
11335 "rmpv",
11336 "tokio",
11337 "tokio-util",
11338]
11339
11340[[package]]
11341name = "objc"
11342version = "0.2.7"
11343source = "registry+https://github.com/rust-lang/crates.io-index"
11344checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11345dependencies = [
11346 "malloc_buf",
11347 "objc_exception",
11348]
11349
11350[[package]]
11351name = "objc-foundation"
11352version = "0.1.1"
11353source = "registry+https://github.com/rust-lang/crates.io-index"
11354checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11355dependencies = [
11356 "block",
11357 "objc",
11358 "objc_id",
11359]
11360
11361[[package]]
11362name = "objc2"
11363version = "0.6.3"
11364source = "registry+https://github.com/rust-lang/crates.io-index"
11365checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11366dependencies = [
11367 "objc2-encode",
11368]
11369
11370[[package]]
11371name = "objc2-app-kit"
11372version = "0.3.1"
11373source = "registry+https://github.com/rust-lang/crates.io-index"
11374checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11375dependencies = [
11376 "objc2",
11377 "objc2-foundation",
11378]
11379
11380[[package]]
11381name = "objc2-audio-toolbox"
11382version = "0.3.2"
11383source = "registry+https://github.com/rust-lang/crates.io-index"
11384checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11385dependencies = [
11386 "bitflags 2.10.0",
11387 "libc",
11388 "objc2",
11389 "objc2-core-audio",
11390 "objc2-core-audio-types",
11391 "objc2-core-foundation",
11392 "objc2-foundation",
11393]
11394
11395[[package]]
11396name = "objc2-avf-audio"
11397version = "0.3.2"
11398source = "registry+https://github.com/rust-lang/crates.io-index"
11399checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11400dependencies = [
11401 "objc2",
11402 "objc2-foundation",
11403]
11404
11405[[package]]
11406name = "objc2-core-audio"
11407version = "0.3.2"
11408source = "registry+https://github.com/rust-lang/crates.io-index"
11409checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11410dependencies = [
11411 "dispatch2",
11412 "objc2",
11413 "objc2-core-audio-types",
11414 "objc2-core-foundation",
11415 "objc2-foundation",
11416]
11417
11418[[package]]
11419name = "objc2-core-audio-types"
11420version = "0.3.2"
11421source = "registry+https://github.com/rust-lang/crates.io-index"
11422checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11423dependencies = [
11424 "bitflags 2.10.0",
11425 "objc2",
11426]
11427
11428[[package]]
11429name = "objc2-core-foundation"
11430version = "0.3.2"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11433dependencies = [
11434 "bitflags 2.10.0",
11435 "block2",
11436 "dispatch2",
11437 "libc",
11438 "objc2",
11439]
11440
11441[[package]]
11442name = "objc2-encode"
11443version = "4.1.0"
11444source = "registry+https://github.com/rust-lang/crates.io-index"
11445checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11446
11447[[package]]
11448name = "objc2-foundation"
11449version = "0.3.2"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11452dependencies = [
11453 "bitflags 2.10.0",
11454 "block2",
11455 "libc",
11456 "objc2",
11457 "objc2-core-foundation",
11458]
11459
11460[[package]]
11461name = "objc2-io-kit"
11462version = "0.3.2"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11465dependencies = [
11466 "libc",
11467 "objc2-core-foundation",
11468]
11469
11470[[package]]
11471name = "objc2-metal"
11472version = "0.3.2"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11475dependencies = [
11476 "bitflags 2.10.0",
11477 "block2",
11478 "dispatch2",
11479 "objc2",
11480 "objc2-core-foundation",
11481 "objc2-foundation",
11482]
11483
11484[[package]]
11485name = "objc2-quartz-core"
11486version = "0.3.2"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11489dependencies = [
11490 "bitflags 2.10.0",
11491 "objc2",
11492 "objc2-core-foundation",
11493 "objc2-foundation",
11494 "objc2-metal",
11495]
11496
11497[[package]]
11498name = "objc_exception"
11499version = "0.1.2"
11500source = "registry+https://github.com/rust-lang/crates.io-index"
11501checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11502dependencies = [
11503 "cc",
11504]
11505
11506[[package]]
11507name = "objc_id"
11508version = "0.1.1"
11509source = "registry+https://github.com/rust-lang/crates.io-index"
11510checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11511dependencies = [
11512 "objc",
11513]
11514
11515[[package]]
11516name = "object"
11517version = "0.37.3"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11520dependencies = [
11521 "crc32fast",
11522 "hashbrown 0.15.5",
11523 "indexmap",
11524 "memchr",
11525]
11526
11527[[package]]
11528name = "octocrab"
11529version = "0.49.7"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11532dependencies = [
11533 "arc-swap",
11534 "async-trait",
11535 "base64 0.22.1",
11536 "bytes 1.11.1",
11537 "cargo_metadata 0.23.1",
11538 "cfg-if",
11539 "chrono",
11540 "either",
11541 "futures 0.3.32",
11542 "futures-core",
11543 "futures-util",
11544 "getrandom 0.2.16",
11545 "http 1.3.1",
11546 "http-body 1.0.1",
11547 "http-body-util",
11548 "hyper 1.7.0",
11549 "hyper-rustls 0.27.7",
11550 "hyper-timeout",
11551 "hyper-util",
11552 "jsonwebtoken",
11553 "once_cell",
11554 "percent-encoding",
11555 "pin-project",
11556 "secrecy",
11557 "serde",
11558 "serde_json",
11559 "serde_path_to_error",
11560 "serde_urlencoded",
11561 "snafu",
11562 "tokio",
11563 "tower 0.5.2",
11564 "tower-http 0.6.6",
11565 "url",
11566 "web-time",
11567]
11568
11569[[package]]
11570name = "ollama"
11571version = "0.1.0"
11572dependencies = [
11573 "anyhow",
11574 "futures 0.3.32",
11575 "http_client",
11576 "schemars",
11577 "serde",
11578 "serde_json",
11579 "settings",
11580]
11581
11582[[package]]
11583name = "onboarding"
11584version = "0.1.0"
11585dependencies = [
11586 "anyhow",
11587 "client",
11588 "cloud_api_types",
11589 "collections",
11590 "component",
11591 "db",
11592 "documented",
11593 "fs",
11594 "fuzzy",
11595 "gpui",
11596 "menu",
11597 "notifications",
11598 "picker",
11599 "project",
11600 "schemars",
11601 "serde",
11602 "settings",
11603 "telemetry",
11604 "theme",
11605 "theme_settings",
11606 "ui",
11607 "util",
11608 "vim_mode_setting",
11609 "workspace",
11610 "zed_actions",
11611 "zlog",
11612]
11613
11614[[package]]
11615name = "once_cell"
11616version = "1.21.3"
11617source = "registry+https://github.com/rust-lang/crates.io-index"
11618checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11619
11620[[package]]
11621name = "once_cell_polyfill"
11622version = "1.70.1"
11623source = "registry+https://github.com/rust-lang/crates.io-index"
11624checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11625
11626[[package]]
11627name = "oo7"
11628version = "0.6.0"
11629source = "registry+https://github.com/rust-lang/crates.io-index"
11630checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11631dependencies = [
11632 "aes",
11633 "ashpd",
11634 "async-fs",
11635 "async-io",
11636 "async-lock 3.4.2",
11637 "blocking",
11638 "cbc",
11639 "cipher",
11640 "digest",
11641 "endi",
11642 "futures-lite 2.6.1",
11643 "futures-util",
11644 "getrandom 0.4.1",
11645 "hkdf",
11646 "hmac",
11647 "md-5",
11648 "num",
11649 "num-bigint-dig 0.9.1",
11650 "pbkdf2 0.12.2",
11651 "serde",
11652 "serde_bytes",
11653 "sha2",
11654 "subtle",
11655 "zbus",
11656 "zbus_macros",
11657 "zeroize",
11658 "zvariant",
11659]
11660
11661[[package]]
11662name = "oorandom"
11663version = "11.1.5"
11664source = "registry+https://github.com/rust-lang/crates.io-index"
11665checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11666
11667[[package]]
11668name = "open"
11669version = "5.3.2"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11672dependencies = [
11673 "is-wsl",
11674 "libc",
11675 "pathdiff",
11676]
11677
11678[[package]]
11679name = "open_ai"
11680version = "0.1.0"
11681dependencies = [
11682 "anyhow",
11683 "collections",
11684 "futures 0.3.32",
11685 "http_client",
11686 "language_model_core",
11687 "log",
11688 "pretty_assertions",
11689 "rand 0.9.3",
11690 "schemars",
11691 "serde",
11692 "serde_json",
11693 "strum 0.27.2",
11694 "thiserror 2.0.17",
11695 "tiktoken-rs",
11696]
11697
11698[[package]]
11699name = "open_path_prompt"
11700version = "0.1.0"
11701dependencies = [
11702 "editor",
11703 "file_icons",
11704 "futures 0.3.32",
11705 "fuzzy",
11706 "gpui",
11707 "picker",
11708 "project",
11709 "schemars",
11710 "serde",
11711 "serde_json",
11712 "settings",
11713 "theme",
11714 "theme_settings",
11715 "ui",
11716 "util",
11717 "workspace",
11718]
11719
11720[[package]]
11721name = "open_router"
11722version = "0.1.0"
11723dependencies = [
11724 "anyhow",
11725 "futures 0.3.32",
11726 "http_client",
11727 "language_model_core",
11728 "schemars",
11729 "serde",
11730 "serde_json",
11731 "settings",
11732 "strum 0.27.2",
11733 "thiserror 2.0.17",
11734]
11735
11736[[package]]
11737name = "opencode"
11738version = "0.1.0"
11739dependencies = [
11740 "anyhow",
11741 "futures 0.3.32",
11742 "google_ai",
11743 "http_client",
11744 "schemars",
11745 "serde",
11746 "serde_json",
11747 "strum 0.27.2",
11748]
11749
11750[[package]]
11751name = "opener"
11752version = "0.7.2"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11755dependencies = [
11756 "bstr",
11757 "dbus",
11758 "normpath",
11759 "windows-sys 0.59.0",
11760]
11761
11762[[package]]
11763name = "openssl"
11764version = "0.10.74"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11767dependencies = [
11768 "bitflags 2.10.0",
11769 "cfg-if",
11770 "foreign-types 0.3.2",
11771 "libc",
11772 "once_cell",
11773 "openssl-macros",
11774 "openssl-sys",
11775]
11776
11777[[package]]
11778name = "openssl-macros"
11779version = "0.1.1"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11782dependencies = [
11783 "proc-macro2",
11784 "quote",
11785 "syn 2.0.117",
11786]
11787
11788[[package]]
11789name = "openssl-probe"
11790version = "0.1.6"
11791source = "registry+https://github.com/rust-lang/crates.io-index"
11792checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11793
11794[[package]]
11795name = "openssl-sys"
11796version = "0.9.110"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11799dependencies = [
11800 "cc",
11801 "libc",
11802 "pkg-config",
11803 "vcpkg",
11804]
11805
11806[[package]]
11807name = "optfield"
11808version = "0.4.0"
11809source = "registry+https://github.com/rust-lang/crates.io-index"
11810checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11811dependencies = [
11812 "proc-macro2",
11813 "quote",
11814 "syn 2.0.117",
11815]
11816
11817[[package]]
11818name = "option-ext"
11819version = "0.2.0"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11822
11823[[package]]
11824name = "ordered-float"
11825version = "2.10.1"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11828dependencies = [
11829 "num-traits",
11830]
11831
11832[[package]]
11833name = "ordered-float"
11834version = "4.6.0"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11837dependencies = [
11838 "num-traits",
11839]
11840
11841[[package]]
11842name = "ordered-stream"
11843version = "0.2.0"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11846dependencies = [
11847 "futures-core",
11848 "pin-project-lite",
11849]
11850
11851[[package]]
11852name = "ouroboros"
11853version = "0.18.5"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11856dependencies = [
11857 "aliasable",
11858 "ouroboros_macro",
11859 "static_assertions",
11860]
11861
11862[[package]]
11863name = "ouroboros_macro"
11864version = "0.18.5"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11867dependencies = [
11868 "heck 0.4.1",
11869 "proc-macro2",
11870 "proc-macro2-diagnostics",
11871 "quote",
11872 "syn 2.0.117",
11873]
11874
11875[[package]]
11876name = "outline"
11877version = "0.1.0"
11878dependencies = [
11879 "editor",
11880 "fuzzy",
11881 "gpui",
11882 "indoc",
11883 "language",
11884 "lsp",
11885 "menu",
11886 "ordered-float 2.10.1",
11887 "picker",
11888 "project",
11889 "rope",
11890 "serde_json",
11891 "settings",
11892 "smol",
11893 "theme",
11894 "theme_settings",
11895 "ui",
11896 "util",
11897 "workspace",
11898 "zed_actions",
11899]
11900
11901[[package]]
11902name = "outline_panel"
11903version = "0.1.0"
11904dependencies = [
11905 "anyhow",
11906 "collections",
11907 "db",
11908 "editor",
11909 "file_icons",
11910 "fuzzy",
11911 "gpui",
11912 "itertools 0.14.0",
11913 "language",
11914 "log",
11915 "lsp",
11916 "menu",
11917 "outline",
11918 "pretty_assertions",
11919 "project",
11920 "search",
11921 "serde",
11922 "serde_json",
11923 "settings",
11924 "smallvec",
11925 "smol",
11926 "theme",
11927 "theme_settings",
11928 "ui",
11929 "util",
11930 "workspace",
11931 "worktree",
11932 "zed_actions",
11933]
11934
11935[[package]]
11936name = "outref"
11937version = "0.5.2"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11940
11941[[package]]
11942name = "p256"
11943version = "0.11.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11946dependencies = [
11947 "ecdsa",
11948 "elliptic-curve",
11949 "sha2",
11950]
11951
11952[[package]]
11953name = "page_size"
11954version = "0.6.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11957dependencies = [
11958 "libc",
11959 "winapi",
11960]
11961
11962[[package]]
11963name = "palette"
11964version = "0.7.6"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11967dependencies = [
11968 "approx",
11969 "fast-srgb8",
11970 "palette_derive",
11971]
11972
11973[[package]]
11974name = "palette_derive"
11975version = "0.7.6"
11976source = "registry+https://github.com/rust-lang/crates.io-index"
11977checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11978dependencies = [
11979 "by_address",
11980 "proc-macro2",
11981 "quote",
11982 "syn 2.0.117",
11983]
11984
11985[[package]]
11986name = "panel"
11987version = "0.1.0"
11988dependencies = [
11989 "gpui",
11990 "ui",
11991 "workspace",
11992]
11993
11994[[package]]
11995name = "parking"
11996version = "2.2.1"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
11999
12000[[package]]
12001name = "parking_lot"
12002version = "0.12.5"
12003source = "registry+https://github.com/rust-lang/crates.io-index"
12004checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12005dependencies = [
12006 "lock_api",
12007 "parking_lot_core",
12008]
12009
12010[[package]]
12011name = "parking_lot_core"
12012version = "0.9.12"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12015dependencies = [
12016 "cfg-if",
12017 "libc",
12018 "redox_syscall 0.5.18",
12019 "smallvec",
12020 "windows-link 0.2.1",
12021]
12022
12023[[package]]
12024name = "parse_int"
12025version = "0.9.0"
12026source = "registry+https://github.com/rust-lang/crates.io-index"
12027checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12028dependencies = [
12029 "num-traits",
12030]
12031
12032[[package]]
12033name = "partial-json-fixer"
12034version = "0.5.3"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12037
12038[[package]]
12039name = "password-hash"
12040version = "0.4.2"
12041source = "registry+https://github.com/rust-lang/crates.io-index"
12042checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12043dependencies = [
12044 "base64ct",
12045 "rand_core 0.6.4",
12046 "subtle",
12047]
12048
12049[[package]]
12050name = "paste"
12051version = "1.0.15"
12052source = "registry+https://github.com/rust-lang/crates.io-index"
12053checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12054
12055[[package]]
12056name = "pathdiff"
12057version = "0.2.3"
12058source = "registry+https://github.com/rust-lang/crates.io-index"
12059checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12060
12061[[package]]
12062name = "pathfinder_geometry"
12063version = "0.5.1"
12064source = "registry+https://github.com/rust-lang/crates.io-index"
12065checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12066dependencies = [
12067 "log",
12068 "pathfinder_simd",
12069]
12070
12071[[package]]
12072name = "pathfinder_simd"
12073version = "0.5.5"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12076dependencies = [
12077 "rustc_version",
12078]
12079
12080[[package]]
12081name = "paths"
12082version = "0.1.0"
12083dependencies = [
12084 "dirs",
12085 "ignore",
12086 "util",
12087]
12088
12089[[package]]
12090name = "pbjson"
12091version = "0.6.0"
12092source = "registry+https://github.com/rust-lang/crates.io-index"
12093checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12094dependencies = [
12095 "base64 0.21.7",
12096 "serde",
12097]
12098
12099[[package]]
12100name = "pbjson-build"
12101version = "0.6.2"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12104dependencies = [
12105 "heck 0.4.1",
12106 "itertools 0.11.0",
12107 "prost 0.12.6",
12108 "prost-types 0.12.6",
12109]
12110
12111[[package]]
12112name = "pbjson-types"
12113version = "0.6.0"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12116dependencies = [
12117 "bytes 1.11.1",
12118 "chrono",
12119 "pbjson",
12120 "pbjson-build",
12121 "prost 0.12.6",
12122 "prost-build 0.12.6",
12123 "serde",
12124]
12125
12126[[package]]
12127name = "pbkdf2"
12128version = "0.11.0"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12131dependencies = [
12132 "digest",
12133 "hmac",
12134 "password-hash",
12135 "sha2",
12136]
12137
12138[[package]]
12139name = "pbkdf2"
12140version = "0.12.2"
12141source = "registry+https://github.com/rust-lang/crates.io-index"
12142checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12143dependencies = [
12144 "digest",
12145 "hmac",
12146]
12147
12148[[package]]
12149name = "pciid-parser"
12150version = "0.8.0"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12153
12154[[package]]
12155name = "peg"
12156version = "0.8.5"
12157source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12159dependencies = [
12160 "peg-macros",
12161 "peg-runtime",
12162]
12163
12164[[package]]
12165name = "peg-macros"
12166version = "0.8.5"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12169dependencies = [
12170 "peg-runtime",
12171 "proc-macro2",
12172 "quote",
12173]
12174
12175[[package]]
12176name = "peg-runtime"
12177version = "0.8.5"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12180
12181[[package]]
12182name = "pem"
12183version = "3.0.6"
12184source = "registry+https://github.com/rust-lang/crates.io-index"
12185checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12186dependencies = [
12187 "base64 0.22.1",
12188 "serde_core",
12189]
12190
12191[[package]]
12192name = "pem-rfc7468"
12193version = "0.7.0"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12196dependencies = [
12197 "base64ct",
12198]
12199
12200[[package]]
12201name = "percent-encoding"
12202version = "2.3.2"
12203source = "registry+https://github.com/rust-lang/crates.io-index"
12204checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12205
12206[[package]]
12207name = "perf"
12208version = "0.1.0"
12209dependencies = [
12210 "collections",
12211 "serde",
12212 "serde_json",
12213]
12214
12215[[package]]
12216name = "pest"
12217version = "2.8.3"
12218source = "registry+https://github.com/rust-lang/crates.io-index"
12219checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12220dependencies = [
12221 "memchr",
12222 "ucd-trie",
12223]
12224
12225[[package]]
12226name = "pest_derive"
12227version = "2.8.3"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12230dependencies = [
12231 "pest",
12232 "pest_generator",
12233]
12234
12235[[package]]
12236name = "pest_generator"
12237version = "2.8.3"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12240dependencies = [
12241 "pest",
12242 "pest_meta",
12243 "proc-macro2",
12244 "quote",
12245 "syn 2.0.117",
12246]
12247
12248[[package]]
12249name = "pest_meta"
12250version = "2.8.3"
12251source = "registry+https://github.com/rust-lang/crates.io-index"
12252checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12253dependencies = [
12254 "pest",
12255 "sha2",
12256]
12257
12258[[package]]
12259name = "pet"
12260version = "0.1.0"
12261source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12262dependencies = [
12263 "clap",
12264 "env_logger 0.10.2",
12265 "lazy_static",
12266 "log",
12267 "msvc_spectre_libs",
12268 "pet-conda",
12269 "pet-core",
12270 "pet-env-var-path",
12271 "pet-fs",
12272 "pet-global-virtualenvs",
12273 "pet-homebrew",
12274 "pet-jsonrpc",
12275 "pet-linux-global-python",
12276 "pet-mac-commandlinetools",
12277 "pet-mac-python-org",
12278 "pet-mac-xcode",
12279 "pet-pipenv",
12280 "pet-pixi",
12281 "pet-poetry",
12282 "pet-pyenv",
12283 "pet-python-utils",
12284 "pet-reporter",
12285 "pet-telemetry",
12286 "pet-uv",
12287 "pet-venv",
12288 "pet-virtualenv",
12289 "pet-virtualenvwrapper",
12290 "pet-windows-registry",
12291 "pet-windows-store",
12292 "pet-winpython",
12293 "serde",
12294 "serde_json",
12295 "tracing",
12296 "tracing-subscriber",
12297 "winresource",
12298]
12299
12300[[package]]
12301name = "pet-conda"
12302version = "0.1.0"
12303source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12304dependencies = [
12305 "env_logger 0.10.2",
12306 "lazy_static",
12307 "log",
12308 "msvc_spectre_libs",
12309 "pet-core",
12310 "pet-fs",
12311 "pet-python-utils",
12312 "pet-reporter",
12313 "rayon",
12314 "regex",
12315 "serde",
12316 "serde_json",
12317 "yaml-rust2",
12318]
12319
12320[[package]]
12321name = "pet-core"
12322version = "0.1.0"
12323source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12324dependencies = [
12325 "clap",
12326 "lazy_static",
12327 "log",
12328 "msvc_spectre_libs",
12329 "pet-fs",
12330 "regex",
12331 "serde",
12332 "serde_json",
12333]
12334
12335[[package]]
12336name = "pet-env-var-path"
12337version = "0.1.0"
12338source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12339dependencies = [
12340 "lazy_static",
12341 "log",
12342 "msvc_spectre_libs",
12343 "pet-conda",
12344 "pet-core",
12345 "pet-fs",
12346 "pet-python-utils",
12347 "pet-virtualenv",
12348 "regex",
12349]
12350
12351[[package]]
12352name = "pet-fs"
12353version = "0.1.0"
12354source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12355dependencies = [
12356 "glob",
12357 "log",
12358 "msvc_spectre_libs",
12359 "windows-sys 0.59.0",
12360]
12361
12362[[package]]
12363name = "pet-global-virtualenvs"
12364version = "0.1.0"
12365source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12366dependencies = [
12367 "log",
12368 "msvc_spectre_libs",
12369 "pet-conda",
12370 "pet-core",
12371 "pet-fs",
12372 "pet-virtualenv",
12373]
12374
12375[[package]]
12376name = "pet-homebrew"
12377version = "0.1.0"
12378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12379dependencies = [
12380 "lazy_static",
12381 "log",
12382 "msvc_spectre_libs",
12383 "pet-conda",
12384 "pet-core",
12385 "pet-fs",
12386 "pet-python-utils",
12387 "pet-virtualenv",
12388 "rayon",
12389 "regex",
12390 "serde",
12391 "serde_json",
12392]
12393
12394[[package]]
12395name = "pet-jsonrpc"
12396version = "0.1.0"
12397source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12398dependencies = [
12399 "env_logger 0.10.2",
12400 "log",
12401 "msvc_spectre_libs",
12402 "pet-core",
12403 "serde",
12404 "serde_json",
12405]
12406
12407[[package]]
12408name = "pet-linux-global-python"
12409version = "0.1.0"
12410source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12411dependencies = [
12412 "log",
12413 "msvc_spectre_libs",
12414 "pet-core",
12415 "pet-fs",
12416 "pet-python-utils",
12417 "pet-virtualenv",
12418]
12419
12420[[package]]
12421name = "pet-mac-commandlinetools"
12422version = "0.1.0"
12423source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12424dependencies = [
12425 "log",
12426 "msvc_spectre_libs",
12427 "pet-core",
12428 "pet-fs",
12429 "pet-python-utils",
12430 "pet-virtualenv",
12431]
12432
12433[[package]]
12434name = "pet-mac-python-org"
12435version = "0.1.0"
12436source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12437dependencies = [
12438 "log",
12439 "msvc_spectre_libs",
12440 "pet-core",
12441 "pet-fs",
12442 "pet-python-utils",
12443 "pet-virtualenv",
12444]
12445
12446[[package]]
12447name = "pet-mac-xcode"
12448version = "0.1.0"
12449source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12450dependencies = [
12451 "log",
12452 "msvc_spectre_libs",
12453 "pet-core",
12454 "pet-fs",
12455 "pet-python-utils",
12456 "pet-virtualenv",
12457]
12458
12459[[package]]
12460name = "pet-pipenv"
12461version = "0.1.0"
12462source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12463dependencies = [
12464 "lazy_static",
12465 "log",
12466 "msvc_spectre_libs",
12467 "pet-core",
12468 "pet-fs",
12469 "pet-python-utils",
12470 "pet-virtualenv",
12471 "regex",
12472]
12473
12474[[package]]
12475name = "pet-pixi"
12476version = "0.1.0"
12477source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12478dependencies = [
12479 "log",
12480 "msvc_spectre_libs",
12481 "pet-conda",
12482 "pet-core",
12483 "pet-python-utils",
12484]
12485
12486[[package]]
12487name = "pet-poetry"
12488version = "0.1.0"
12489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12490dependencies = [
12491 "base64 0.22.1",
12492 "lazy_static",
12493 "log",
12494 "msvc_spectre_libs",
12495 "pet-core",
12496 "pet-fs",
12497 "pet-python-utils",
12498 "pet-reporter",
12499 "pet-virtualenv",
12500 "regex",
12501 "serde",
12502 "serde_json",
12503 "sha2",
12504 "toml 0.8.23",
12505]
12506
12507[[package]]
12508name = "pet-pyenv"
12509version = "0.1.0"
12510source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12511dependencies = [
12512 "lazy_static",
12513 "log",
12514 "msvc_spectre_libs",
12515 "pet-conda",
12516 "pet-core",
12517 "pet-fs",
12518 "pet-python-utils",
12519 "pet-reporter",
12520 "regex",
12521 "serde",
12522 "serde_json",
12523]
12524
12525[[package]]
12526name = "pet-python-utils"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "env_logger 0.10.2",
12531 "lazy_static",
12532 "log",
12533 "msvc_spectre_libs",
12534 "pet-core",
12535 "pet-fs",
12536 "regex",
12537 "serde",
12538 "serde_json",
12539 "sha2",
12540]
12541
12542[[package]]
12543name = "pet-reporter"
12544version = "0.1.0"
12545source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12546dependencies = [
12547 "env_logger 0.10.2",
12548 "log",
12549 "msvc_spectre_libs",
12550 "pet-core",
12551 "pet-jsonrpc",
12552 "serde",
12553 "serde_json",
12554]
12555
12556[[package]]
12557name = "pet-telemetry"
12558version = "0.1.0"
12559source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12560dependencies = [
12561 "env_logger 0.10.2",
12562 "lazy_static",
12563 "log",
12564 "msvc_spectre_libs",
12565 "pet-core",
12566 "pet-fs",
12567 "pet-python-utils",
12568 "regex",
12569]
12570
12571[[package]]
12572name = "pet-uv"
12573version = "0.1.0"
12574source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12575dependencies = [
12576 "log",
12577 "pet-core",
12578 "pet-python-utils",
12579 "serde",
12580 "toml 0.9.8",
12581]
12582
12583[[package]]
12584name = "pet-venv"
12585version = "0.1.0"
12586source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12587dependencies = [
12588 "log",
12589 "msvc_spectre_libs",
12590 "pet-core",
12591 "pet-python-utils",
12592 "pet-virtualenv",
12593]
12594
12595[[package]]
12596name = "pet-virtualenv"
12597version = "0.1.0"
12598source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12599dependencies = [
12600 "log",
12601 "msvc_spectre_libs",
12602 "pet-core",
12603 "pet-fs",
12604 "pet-python-utils",
12605]
12606
12607[[package]]
12608name = "pet-virtualenvwrapper"
12609version = "0.1.0"
12610source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12611dependencies = [
12612 "log",
12613 "msvc_spectre_libs",
12614 "pet-core",
12615 "pet-fs",
12616 "pet-python-utils",
12617 "pet-virtualenv",
12618]
12619
12620[[package]]
12621name = "pet-windows-registry"
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-conda",
12629 "pet-core",
12630 "pet-fs",
12631 "pet-python-utils",
12632 "pet-virtualenv",
12633 "pet-windows-store",
12634 "regex",
12635 "winreg 0.55.0",
12636]
12637
12638[[package]]
12639name = "pet-windows-store"
12640version = "0.1.0"
12641source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12642dependencies = [
12643 "lazy_static",
12644 "log",
12645 "msvc_spectre_libs",
12646 "pet-core",
12647 "pet-fs",
12648 "pet-python-utils",
12649 "pet-virtualenv",
12650 "regex",
12651 "winreg 0.55.0",
12652]
12653
12654[[package]]
12655name = "pet-winpython"
12656version = "0.1.0"
12657source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12658dependencies = [
12659 "lazy_static",
12660 "log",
12661 "pet-core",
12662 "pet-fs",
12663 "pet-python-utils",
12664 "pet-virtualenv",
12665 "regex",
12666]
12667
12668[[package]]
12669name = "petgraph"
12670version = "0.6.5"
12671source = "registry+https://github.com/rust-lang/crates.io-index"
12672checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12673dependencies = [
12674 "fixedbitset 0.4.2",
12675 "indexmap",
12676]
12677
12678[[package]]
12679name = "pgvector"
12680version = "0.4.1"
12681source = "registry+https://github.com/rust-lang/crates.io-index"
12682checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12683dependencies = [
12684 "serde",
12685]
12686
12687[[package]]
12688name = "phf"
12689version = "0.11.3"
12690source = "registry+https://github.com/rust-lang/crates.io-index"
12691checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12692dependencies = [
12693 "phf_macros 0.11.3",
12694 "phf_shared 0.11.3",
12695]
12696
12697[[package]]
12698name = "phf"
12699version = "0.12.1"
12700source = "registry+https://github.com/rust-lang/crates.io-index"
12701checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12702dependencies = [
12703 "phf_macros 0.12.1",
12704 "phf_shared 0.12.1",
12705]
12706
12707[[package]]
12708name = "phf_codegen"
12709version = "0.11.3"
12710source = "registry+https://github.com/rust-lang/crates.io-index"
12711checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12712dependencies = [
12713 "phf_generator 0.11.3",
12714 "phf_shared 0.11.3",
12715]
12716
12717[[package]]
12718name = "phf_generator"
12719version = "0.11.3"
12720source = "registry+https://github.com/rust-lang/crates.io-index"
12721checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12722dependencies = [
12723 "phf_shared 0.11.3",
12724 "rand 0.8.5",
12725]
12726
12727[[package]]
12728name = "phf_generator"
12729version = "0.12.1"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12732dependencies = [
12733 "fastrand 2.3.0",
12734 "phf_shared 0.12.1",
12735]
12736
12737[[package]]
12738name = "phf_macros"
12739version = "0.11.3"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12742dependencies = [
12743 "phf_generator 0.11.3",
12744 "phf_shared 0.11.3",
12745 "proc-macro2",
12746 "quote",
12747 "syn 2.0.117",
12748]
12749
12750[[package]]
12751name = "phf_macros"
12752version = "0.12.1"
12753source = "registry+https://github.com/rust-lang/crates.io-index"
12754checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12755dependencies = [
12756 "phf_generator 0.12.1",
12757 "phf_shared 0.12.1",
12758 "proc-macro2",
12759 "quote",
12760 "syn 2.0.117",
12761]
12762
12763[[package]]
12764name = "phf_shared"
12765version = "0.11.3"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12768dependencies = [
12769 "siphasher 1.0.1",
12770]
12771
12772[[package]]
12773name = "phf_shared"
12774version = "0.12.1"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12777dependencies = [
12778 "siphasher 1.0.1",
12779]
12780
12781[[package]]
12782name = "picker"
12783version = "0.1.0"
12784dependencies = [
12785 "anyhow",
12786 "editor",
12787 "gpui",
12788 "menu",
12789 "schemars",
12790 "serde",
12791 "settings",
12792 "theme",
12793 "theme_settings",
12794 "ui",
12795 "ui_input",
12796 "workspace",
12797 "zed_actions",
12798]
12799
12800[[package]]
12801name = "pico-args"
12802version = "0.5.0"
12803source = "registry+https://github.com/rust-lang/crates.io-index"
12804checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12805
12806[[package]]
12807name = "pin-project"
12808version = "1.1.10"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12811dependencies = [
12812 "pin-project-internal",
12813]
12814
12815[[package]]
12816name = "pin-project-internal"
12817version = "1.1.10"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12820dependencies = [
12821 "proc-macro2",
12822 "quote",
12823 "syn 2.0.117",
12824]
12825
12826[[package]]
12827name = "pin-project-lite"
12828version = "0.2.16"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12831
12832[[package]]
12833name = "pin-utils"
12834version = "0.1.0"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12837
12838[[package]]
12839name = "piper"
12840version = "0.2.4"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12843dependencies = [
12844 "atomic-waker",
12845 "fastrand 2.3.0",
12846 "futures-io",
12847]
12848
12849[[package]]
12850name = "pkcs1"
12851version = "0.7.5"
12852source = "registry+https://github.com/rust-lang/crates.io-index"
12853checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12854dependencies = [
12855 "der 0.7.10",
12856 "pkcs8 0.10.2",
12857 "spki 0.7.3",
12858]
12859
12860[[package]]
12861name = "pkcs8"
12862version = "0.9.0"
12863source = "registry+https://github.com/rust-lang/crates.io-index"
12864checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12865dependencies = [
12866 "der 0.6.1",
12867 "spki 0.6.0",
12868]
12869
12870[[package]]
12871name = "pkcs8"
12872version = "0.10.2"
12873source = "registry+https://github.com/rust-lang/crates.io-index"
12874checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12875dependencies = [
12876 "der 0.7.10",
12877 "spki 0.7.3",
12878]
12879
12880[[package]]
12881name = "pkg-config"
12882version = "0.3.32"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12885
12886[[package]]
12887name = "plain"
12888version = "0.2.3"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12891
12892[[package]]
12893name = "platform_title_bar"
12894version = "0.1.0"
12895dependencies = [
12896 "gpui",
12897 "project",
12898 "settings",
12899 "smallvec",
12900 "theme",
12901 "theme_settings",
12902 "ui",
12903 "windows 0.61.3",
12904 "workspace",
12905 "zed_actions",
12906]
12907
12908[[package]]
12909name = "plist"
12910version = "1.8.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12913dependencies = [
12914 "base64 0.22.1",
12915 "indexmap",
12916 "quick-xml 0.38.3",
12917 "serde",
12918 "time",
12919]
12920
12921[[package]]
12922name = "plotters"
12923version = "0.3.7"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12926dependencies = [
12927 "num-traits",
12928 "plotters-backend",
12929 "plotters-svg",
12930 "wasm-bindgen",
12931 "web-sys",
12932]
12933
12934[[package]]
12935name = "plotters-backend"
12936version = "0.3.7"
12937source = "registry+https://github.com/rust-lang/crates.io-index"
12938checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12939
12940[[package]]
12941name = "plotters-svg"
12942version = "0.3.7"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12945dependencies = [
12946 "plotters-backend",
12947]
12948
12949[[package]]
12950name = "png"
12951version = "0.17.16"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12954dependencies = [
12955 "bitflags 1.3.2",
12956 "crc32fast",
12957 "fdeflate",
12958 "flate2",
12959 "miniz_oxide",
12960]
12961
12962[[package]]
12963name = "png"
12964version = "0.18.0"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12967dependencies = [
12968 "bitflags 2.10.0",
12969 "crc32fast",
12970 "fdeflate",
12971 "flate2",
12972 "miniz_oxide",
12973]
12974
12975[[package]]
12976name = "polling"
12977version = "3.11.0"
12978source = "registry+https://github.com/rust-lang/crates.io-index"
12979checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12980dependencies = [
12981 "cfg-if",
12982 "concurrent-queue",
12983 "hermit-abi",
12984 "pin-project-lite",
12985 "rustix 1.1.2",
12986 "windows-sys 0.61.2",
12987]
12988
12989[[package]]
12990name = "pollster"
12991version = "0.2.5"
12992source = "registry+https://github.com/rust-lang/crates.io-index"
12993checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12994
12995[[package]]
12996name = "pollster"
12997version = "0.4.0"
12998source = "registry+https://github.com/rust-lang/crates.io-index"
12999checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13000
13001[[package]]
13002name = "pori"
13003version = "0.0.0"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13006dependencies = [
13007 "nom 7.1.3",
13008]
13009
13010[[package]]
13011name = "portable-atomic"
13012version = "1.11.1"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13015
13016[[package]]
13017name = "portable-atomic-util"
13018version = "0.2.4"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13021dependencies = [
13022 "portable-atomic",
13023]
13024
13025[[package]]
13026name = "portable-pty"
13027version = "0.9.0"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13030dependencies = [
13031 "anyhow",
13032 "bitflags 1.3.2",
13033 "downcast-rs",
13034 "filedescriptor",
13035 "lazy_static",
13036 "libc",
13037 "log",
13038 "nix 0.28.0",
13039 "serial2",
13040 "shared_library",
13041 "shell-words",
13042 "winapi",
13043 "winreg 0.10.1",
13044]
13045
13046[[package]]
13047name = "postage"
13048version = "0.5.0"
13049source = "registry+https://github.com/rust-lang/crates.io-index"
13050checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13051dependencies = [
13052 "atomic",
13053 "crossbeam-queue",
13054 "futures 0.3.32",
13055 "log",
13056 "parking_lot",
13057 "pin-project",
13058 "pollster 0.2.5",
13059 "static_assertions",
13060 "thiserror 1.0.69",
13061]
13062
13063[[package]]
13064name = "postcard"
13065version = "1.1.3"
13066source = "registry+https://github.com/rust-lang/crates.io-index"
13067checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13068dependencies = [
13069 "cobs",
13070 "embedded-io 0.4.0",
13071 "embedded-io 0.6.1",
13072 "serde",
13073]
13074
13075[[package]]
13076name = "potential_utf"
13077version = "0.1.3"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13080dependencies = [
13081 "zerovec",
13082]
13083
13084[[package]]
13085name = "powerfmt"
13086version = "0.2.0"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13089
13090[[package]]
13091name = "ppv-lite86"
13092version = "0.2.21"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13095dependencies = [
13096 "zerocopy",
13097]
13098
13099[[package]]
13100name = "precomputed-hash"
13101version = "0.1.1"
13102source = "registry+https://github.com/rust-lang/crates.io-index"
13103checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13104
13105[[package]]
13106name = "presser"
13107version = "0.3.1"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13110
13111[[package]]
13112name = "prettier"
13113version = "0.1.0"
13114dependencies = [
13115 "anyhow",
13116 "collections",
13117 "fs",
13118 "gpui",
13119 "language",
13120 "log",
13121 "lsp",
13122 "node_runtime",
13123 "parking_lot",
13124 "paths",
13125 "serde",
13126 "serde_json",
13127 "util",
13128]
13129
13130[[package]]
13131name = "pretty_assertions"
13132version = "1.4.1"
13133source = "registry+https://github.com/rust-lang/crates.io-index"
13134checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13135dependencies = [
13136 "diff",
13137 "yansi",
13138]
13139
13140[[package]]
13141name = "prettyplease"
13142version = "0.2.37"
13143source = "registry+https://github.com/rust-lang/crates.io-index"
13144checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13145dependencies = [
13146 "proc-macro2",
13147 "syn 2.0.117",
13148]
13149
13150[[package]]
13151name = "primal-check"
13152version = "0.3.4"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13155dependencies = [
13156 "num-integer",
13157]
13158
13159[[package]]
13160name = "proc-macro-crate"
13161version = "3.4.0"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13164dependencies = [
13165 "toml_edit 0.23.7",
13166]
13167
13168[[package]]
13169name = "proc-macro-error"
13170version = "1.0.4"
13171source = "registry+https://github.com/rust-lang/crates.io-index"
13172checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13173dependencies = [
13174 "proc-macro-error-attr",
13175 "proc-macro2",
13176 "quote",
13177 "syn 1.0.109",
13178 "version_check",
13179]
13180
13181[[package]]
13182name = "proc-macro-error-attr"
13183version = "1.0.4"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13186dependencies = [
13187 "proc-macro2",
13188 "quote",
13189 "version_check",
13190]
13191
13192[[package]]
13193name = "proc-macro-error-attr2"
13194version = "2.0.0"
13195source = "registry+https://github.com/rust-lang/crates.io-index"
13196checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13197dependencies = [
13198 "proc-macro2",
13199 "quote",
13200]
13201
13202[[package]]
13203name = "proc-macro-error2"
13204version = "2.0.1"
13205source = "registry+https://github.com/rust-lang/crates.io-index"
13206checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13207dependencies = [
13208 "proc-macro-error-attr2",
13209 "proc-macro2",
13210 "quote",
13211 "syn 2.0.117",
13212]
13213
13214[[package]]
13215name = "proc-macro2"
13216version = "1.0.101"
13217source = "registry+https://github.com/rust-lang/crates.io-index"
13218checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13219dependencies = [
13220 "unicode-ident",
13221]
13222
13223[[package]]
13224name = "proc-macro2-diagnostics"
13225version = "0.10.1"
13226source = "registry+https://github.com/rust-lang/crates.io-index"
13227checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13228dependencies = [
13229 "proc-macro2",
13230 "quote",
13231 "syn 2.0.117",
13232 "version_check",
13233 "yansi",
13234]
13235
13236[[package]]
13237name = "procfs-core"
13238version = "0.17.0"
13239source = "registry+https://github.com/rust-lang/crates.io-index"
13240checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13241dependencies = [
13242 "bitflags 2.10.0",
13243 "hex",
13244 "serde",
13245]
13246
13247[[package]]
13248name = "profiling"
13249version = "1.0.17"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13252dependencies = [
13253 "profiling-procmacros",
13254]
13255
13256[[package]]
13257name = "profiling-procmacros"
13258version = "1.0.17"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13261dependencies = [
13262 "quote",
13263 "syn 2.0.117",
13264]
13265
13266[[package]]
13267name = "project"
13268version = "0.1.0"
13269dependencies = [
13270 "aho-corasick",
13271 "anyhow",
13272 "askpass",
13273 "async-trait",
13274 "base64 0.22.1",
13275 "buffer_diff",
13276 "circular-buffer",
13277 "client",
13278 "clock",
13279 "collections",
13280 "context_server",
13281 "credentials_provider",
13282 "dap",
13283 "encoding_rs",
13284 "extension",
13285 "fancy-regex 0.17.0",
13286 "fs",
13287 "futures 0.3.32",
13288 "fuzzy",
13289 "fuzzy_nucleo",
13290 "git",
13291 "git2",
13292 "git_hosting_providers",
13293 "globset",
13294 "gpui",
13295 "http_client",
13296 "image",
13297 "indexmap",
13298 "itertools 0.14.0",
13299 "language",
13300 "log",
13301 "lsp",
13302 "markdown",
13303 "node_runtime",
13304 "parking_lot",
13305 "paths",
13306 "percent-encoding",
13307 "postage",
13308 "prettier",
13309 "pretty_assertions",
13310 "project",
13311 "rand 0.9.3",
13312 "regex",
13313 "release_channel",
13314 "remote",
13315 "rpc",
13316 "schemars",
13317 "semver",
13318 "serde",
13319 "serde_json",
13320 "settings",
13321 "sha2",
13322 "shellexpand",
13323 "smallvec",
13324 "smol",
13325 "snippet",
13326 "snippet_provider",
13327 "sum_tree",
13328 "task",
13329 "tempfile",
13330 "terminal",
13331 "text",
13332 "toml 0.8.23",
13333 "tracing",
13334 "unindent",
13335 "url",
13336 "util",
13337 "watch",
13338 "wax",
13339 "which 6.0.3",
13340 "worktree",
13341 "zed_credentials_provider",
13342 "zeroize",
13343 "zlog",
13344 "ztracing",
13345]
13346
13347[[package]]
13348name = "project_benchmarks"
13349version = "0.1.0"
13350dependencies = [
13351 "anyhow",
13352 "askpass",
13353 "clap",
13354 "client",
13355 "futures 0.3.32",
13356 "gpui",
13357 "gpui_platform",
13358 "http_client",
13359 "language",
13360 "node_runtime",
13361 "project",
13362 "release_channel",
13363 "remote",
13364 "rpassword",
13365 "semver",
13366 "settings",
13367 "watch",
13368]
13369
13370[[package]]
13371name = "project_panel"
13372version = "0.1.0"
13373dependencies = [
13374 "anyhow",
13375 "client",
13376 "collections",
13377 "command_palette_hooks",
13378 "criterion",
13379 "editor",
13380 "feature_flags",
13381 "file_icons",
13382 "fs",
13383 "futures 0.3.32",
13384 "git",
13385 "git_ui",
13386 "gpui",
13387 "itertools 0.14.0",
13388 "language",
13389 "menu",
13390 "notifications",
13391 "pretty_assertions",
13392 "project",
13393 "rayon",
13394 "remote_connection",
13395 "schemars",
13396 "search",
13397 "serde",
13398 "serde_json",
13399 "settings",
13400 "smallvec",
13401 "telemetry",
13402 "tempfile",
13403 "theme",
13404 "theme_settings",
13405 "ui",
13406 "util",
13407 "workspace",
13408 "worktree",
13409 "zed_actions",
13410]
13411
13412[[package]]
13413name = "project_symbols"
13414version = "0.1.0"
13415dependencies = [
13416 "anyhow",
13417 "editor",
13418 "futures 0.3.32",
13419 "fuzzy",
13420 "gpui",
13421 "language",
13422 "lsp",
13423 "ordered-float 2.10.1",
13424 "picker",
13425 "project",
13426 "release_channel",
13427 "semver",
13428 "serde_json",
13429 "settings",
13430 "theme",
13431 "theme_settings",
13432 "util",
13433 "workspace",
13434]
13435
13436[[package]]
13437name = "prometheus"
13438version = "0.14.0"
13439source = "registry+https://github.com/rust-lang/crates.io-index"
13440checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13441dependencies = [
13442 "cfg-if",
13443 "fnv",
13444 "lazy_static",
13445 "memchr",
13446 "parking_lot",
13447 "protobuf",
13448 "thiserror 2.0.17",
13449]
13450
13451[[package]]
13452name = "prompt_store"
13453version = "0.1.0"
13454dependencies = [
13455 "anyhow",
13456 "assets",
13457 "chrono",
13458 "collections",
13459 "fs",
13460 "futures 0.3.32",
13461 "fuzzy",
13462 "gpui",
13463 "handlebars 4.5.0",
13464 "heed",
13465 "language",
13466 "log",
13467 "parking_lot",
13468 "paths",
13469 "rope",
13470 "serde",
13471 "strum 0.27.2",
13472 "tempfile",
13473 "text",
13474 "util",
13475 "uuid",
13476]
13477
13478[[package]]
13479name = "proptest"
13480version = "1.10.0"
13481source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13482dependencies = [
13483 "bit-set 0.8.0",
13484 "bit-vec 0.8.0",
13485 "bitflags 2.10.0",
13486 "num-traits",
13487 "proptest-macro",
13488 "rand 0.9.3",
13489 "rand_chacha 0.9.0",
13490 "rand_xorshift",
13491 "regex-syntax",
13492 "rusty-fork",
13493 "tempfile",
13494 "unarray",
13495]
13496
13497[[package]]
13498name = "proptest-derive"
13499version = "0.8.0"
13500source = "registry+https://github.com/rust-lang/crates.io-index"
13501checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13502dependencies = [
13503 "proc-macro2",
13504 "quote",
13505 "syn 2.0.117",
13506]
13507
13508[[package]]
13509name = "proptest-macro"
13510version = "0.5.0"
13511source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13512dependencies = [
13513 "convert_case 0.11.0",
13514 "proc-macro2",
13515 "quote",
13516 "syn 2.0.117",
13517]
13518
13519[[package]]
13520name = "prost"
13521version = "0.9.0"
13522source = "registry+https://github.com/rust-lang/crates.io-index"
13523checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13524dependencies = [
13525 "bytes 1.11.1",
13526 "prost-derive 0.9.0",
13527]
13528
13529[[package]]
13530name = "prost"
13531version = "0.12.6"
13532source = "registry+https://github.com/rust-lang/crates.io-index"
13533checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13534dependencies = [
13535 "bytes 1.11.1",
13536 "prost-derive 0.12.6",
13537]
13538
13539[[package]]
13540name = "prost-build"
13541version = "0.9.0"
13542source = "registry+https://github.com/rust-lang/crates.io-index"
13543checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13544dependencies = [
13545 "bytes 1.11.1",
13546 "heck 0.3.3",
13547 "itertools 0.10.5",
13548 "lazy_static",
13549 "log",
13550 "multimap",
13551 "petgraph",
13552 "prost 0.9.0",
13553 "prost-types 0.9.0",
13554 "regex",
13555 "tempfile",
13556 "which 4.4.2",
13557]
13558
13559[[package]]
13560name = "prost-build"
13561version = "0.12.6"
13562source = "registry+https://github.com/rust-lang/crates.io-index"
13563checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13564dependencies = [
13565 "bytes 1.11.1",
13566 "heck 0.5.0",
13567 "itertools 0.12.1",
13568 "log",
13569 "multimap",
13570 "once_cell",
13571 "petgraph",
13572 "prettyplease",
13573 "prost 0.12.6",
13574 "prost-types 0.12.6",
13575 "regex",
13576 "syn 2.0.117",
13577 "tempfile",
13578]
13579
13580[[package]]
13581name = "prost-derive"
13582version = "0.9.0"
13583source = "registry+https://github.com/rust-lang/crates.io-index"
13584checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13585dependencies = [
13586 "anyhow",
13587 "itertools 0.10.5",
13588 "proc-macro2",
13589 "quote",
13590 "syn 1.0.109",
13591]
13592
13593[[package]]
13594name = "prost-derive"
13595version = "0.12.6"
13596source = "registry+https://github.com/rust-lang/crates.io-index"
13597checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13598dependencies = [
13599 "anyhow",
13600 "itertools 0.12.1",
13601 "proc-macro2",
13602 "quote",
13603 "syn 2.0.117",
13604]
13605
13606[[package]]
13607name = "prost-types"
13608version = "0.9.0"
13609source = "registry+https://github.com/rust-lang/crates.io-index"
13610checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13611dependencies = [
13612 "bytes 1.11.1",
13613 "prost 0.9.0",
13614]
13615
13616[[package]]
13617name = "prost-types"
13618version = "0.12.6"
13619source = "registry+https://github.com/rust-lang/crates.io-index"
13620checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13621dependencies = [
13622 "prost 0.12.6",
13623]
13624
13625[[package]]
13626name = "proto"
13627version = "0.1.0"
13628dependencies = [
13629 "anyhow",
13630 "prost 0.9.0",
13631 "prost-build 0.9.0",
13632 "serde",
13633]
13634
13635[[package]]
13636name = "protobuf"
13637version = "3.7.2"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13640dependencies = [
13641 "once_cell",
13642 "protobuf-support",
13643 "thiserror 1.0.69",
13644]
13645
13646[[package]]
13647name = "protobuf-support"
13648version = "3.7.2"
13649source = "registry+https://github.com/rust-lang/crates.io-index"
13650checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13651dependencies = [
13652 "thiserror 1.0.69",
13653]
13654
13655[[package]]
13656name = "psm"
13657version = "0.1.30"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13660dependencies = [
13661 "ar_archive_writer",
13662 "cc",
13663]
13664
13665[[package]]
13666name = "ptr_meta"
13667version = "0.1.4"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13670dependencies = [
13671 "ptr_meta_derive",
13672]
13673
13674[[package]]
13675name = "ptr_meta_derive"
13676version = "0.1.4"
13677source = "registry+https://github.com/rust-lang/crates.io-index"
13678checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13679dependencies = [
13680 "proc-macro2",
13681 "quote",
13682 "syn 1.0.109",
13683]
13684
13685[[package]]
13686name = "pulldown-cmark"
13687version = "0.10.3"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13690dependencies = [
13691 "bitflags 2.10.0",
13692 "memchr",
13693 "pulldown-cmark-escape",
13694 "unicase",
13695]
13696
13697[[package]]
13698name = "pulldown-cmark"
13699version = "0.13.0"
13700source = "registry+https://github.com/rust-lang/crates.io-index"
13701checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13702dependencies = [
13703 "bitflags 2.10.0",
13704 "memchr",
13705 "unicase",
13706]
13707
13708[[package]]
13709name = "pulldown-cmark-escape"
13710version = "0.10.1"
13711source = "registry+https://github.com/rust-lang/crates.io-index"
13712checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13713
13714[[package]]
13715name = "pulley-interpreter"
13716version = "36.0.7"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13719dependencies = [
13720 "cranelift-bitset",
13721 "log",
13722 "pulley-macros",
13723 "wasmtime-internal-math",
13724]
13725
13726[[package]]
13727name = "pulley-macros"
13728version = "36.0.7"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13731dependencies = [
13732 "proc-macro2",
13733 "quote",
13734 "syn 2.0.117",
13735]
13736
13737[[package]]
13738name = "pulp"
13739version = "0.18.22"
13740source = "registry+https://github.com/rust-lang/crates.io-index"
13741checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13742dependencies = [
13743 "bytemuck",
13744 "libm",
13745 "num-complex",
13746 "reborrow",
13747]
13748
13749[[package]]
13750name = "pulp"
13751version = "0.21.5"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13754dependencies = [
13755 "bytemuck",
13756 "cfg-if",
13757 "libm",
13758 "num-complex",
13759 "reborrow",
13760 "version_check",
13761]
13762
13763[[package]]
13764name = "pxfm"
13765version = "0.1.25"
13766source = "registry+https://github.com/rust-lang/crates.io-index"
13767checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13768dependencies = [
13769 "num-traits",
13770]
13771
13772[[package]]
13773name = "qoi"
13774version = "0.4.1"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13777dependencies = [
13778 "bytemuck",
13779]
13780
13781[[package]]
13782name = "quick-error"
13783version = "1.2.3"
13784source = "registry+https://github.com/rust-lang/crates.io-index"
13785checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13786
13787[[package]]
13788name = "quick-error"
13789version = "2.0.1"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13792
13793[[package]]
13794name = "quick-xml"
13795version = "0.30.0"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13798dependencies = [
13799 "memchr",
13800]
13801
13802[[package]]
13803name = "quick-xml"
13804version = "0.37.5"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13807dependencies = [
13808 "memchr",
13809]
13810
13811[[package]]
13812name = "quick-xml"
13813version = "0.38.3"
13814source = "registry+https://github.com/rust-lang/crates.io-index"
13815checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13816dependencies = [
13817 "memchr",
13818]
13819
13820[[package]]
13821name = "quinn"
13822version = "0.11.9"
13823source = "registry+https://github.com/rust-lang/crates.io-index"
13824checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13825dependencies = [
13826 "bytes 1.11.1",
13827 "cfg_aliases 0.2.1",
13828 "pin-project-lite",
13829 "quinn-proto",
13830 "quinn-udp",
13831 "rustc-hash 2.1.1",
13832 "rustls 0.23.33",
13833 "socket2 0.6.1",
13834 "thiserror 2.0.17",
13835 "tokio",
13836 "tracing",
13837 "web-time",
13838]
13839
13840[[package]]
13841name = "quinn-proto"
13842version = "0.11.13"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13845dependencies = [
13846 "bytes 1.11.1",
13847 "getrandom 0.3.4",
13848 "lru-slab",
13849 "rand 0.9.3",
13850 "ring",
13851 "rustc-hash 2.1.1",
13852 "rustls 0.23.33",
13853 "rustls-pki-types",
13854 "slab",
13855 "thiserror 2.0.17",
13856 "tinyvec",
13857 "tracing",
13858 "web-time",
13859]
13860
13861[[package]]
13862name = "quinn-udp"
13863version = "0.5.14"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13866dependencies = [
13867 "cfg_aliases 0.2.1",
13868 "libc",
13869 "once_cell",
13870 "socket2 0.6.1",
13871 "tracing",
13872 "windows-sys 0.60.2",
13873]
13874
13875[[package]]
13876name = "quote"
13877version = "1.0.41"
13878source = "registry+https://github.com/rust-lang/crates.io-index"
13879checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13880dependencies = [
13881 "proc-macro2",
13882]
13883
13884[[package]]
13885name = "r-efi"
13886version = "5.3.0"
13887source = "registry+https://github.com/rust-lang/crates.io-index"
13888checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13889
13890[[package]]
13891name = "radium"
13892version = "0.7.0"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13895
13896[[package]]
13897name = "rand"
13898version = "0.3.23"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13901dependencies = [
13902 "libc",
13903 "rand 0.4.6",
13904]
13905
13906[[package]]
13907name = "rand"
13908version = "0.4.6"
13909source = "registry+https://github.com/rust-lang/crates.io-index"
13910checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13911dependencies = [
13912 "fuchsia-cprng",
13913 "libc",
13914 "rand_core 0.3.1",
13915 "rdrand",
13916 "winapi",
13917]
13918
13919[[package]]
13920name = "rand"
13921version = "0.8.5"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13924dependencies = [
13925 "libc",
13926 "rand_chacha 0.3.1",
13927 "rand_core 0.6.4",
13928]
13929
13930[[package]]
13931name = "rand"
13932version = "0.9.3"
13933source = "registry+https://github.com/rust-lang/crates.io-index"
13934checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13935dependencies = [
13936 "rand_chacha 0.9.0",
13937 "rand_core 0.9.3",
13938]
13939
13940[[package]]
13941name = "rand_chacha"
13942version = "0.3.1"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13945dependencies = [
13946 "ppv-lite86",
13947 "rand_core 0.6.4",
13948]
13949
13950[[package]]
13951name = "rand_chacha"
13952version = "0.9.0"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13955dependencies = [
13956 "ppv-lite86",
13957 "rand_core 0.9.3",
13958]
13959
13960[[package]]
13961name = "rand_core"
13962version = "0.3.1"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13965dependencies = [
13966 "rand_core 0.4.2",
13967]
13968
13969[[package]]
13970name = "rand_core"
13971version = "0.4.2"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13974
13975[[package]]
13976name = "rand_core"
13977version = "0.6.4"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13980dependencies = [
13981 "getrandom 0.2.16",
13982]
13983
13984[[package]]
13985name = "rand_core"
13986version = "0.9.3"
13987source = "registry+https://github.com/rust-lang/crates.io-index"
13988checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13989dependencies = [
13990 "getrandom 0.3.4",
13991]
13992
13993[[package]]
13994name = "rand_distr"
13995version = "0.5.1"
13996source = "registry+https://github.com/rust-lang/crates.io-index"
13997checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
13998dependencies = [
13999 "num-traits",
14000 "rand 0.9.3",
14001]
14002
14003[[package]]
14004name = "rand_pcg"
14005version = "0.3.1"
14006source = "registry+https://github.com/rust-lang/crates.io-index"
14007checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14008dependencies = [
14009 "rand_core 0.6.4",
14010]
14011
14012[[package]]
14013name = "rand_xorshift"
14014version = "0.4.0"
14015source = "registry+https://github.com/rust-lang/crates.io-index"
14016checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14017dependencies = [
14018 "rand_core 0.9.3",
14019]
14020
14021[[package]]
14022name = "random_choice"
14023version = "0.3.2"
14024source = "registry+https://github.com/rust-lang/crates.io-index"
14025checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14026dependencies = [
14027 "rand 0.3.23",
14028]
14029
14030[[package]]
14031name = "range-alloc"
14032version = "0.1.4"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14035
14036[[package]]
14037name = "range-map"
14038version = "0.2.0"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14041dependencies = [
14042 "num-traits",
14043]
14044
14045[[package]]
14046name = "rangemap"
14047version = "1.7.1"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14050
14051[[package]]
14052name = "rav1e"
14053version = "0.7.1"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14056dependencies = [
14057 "arbitrary",
14058 "arg_enum_proc_macro",
14059 "arrayvec",
14060 "av1-grain",
14061 "bitstream-io",
14062 "built",
14063 "cfg-if",
14064 "interpolate_name",
14065 "itertools 0.12.1",
14066 "libc",
14067 "libfuzzer-sys",
14068 "log",
14069 "maybe-rayon",
14070 "new_debug_unreachable",
14071 "noop_proc_macro",
14072 "num-derive",
14073 "num-traits",
14074 "once_cell",
14075 "paste",
14076 "profiling",
14077 "rand 0.8.5",
14078 "rand_chacha 0.3.1",
14079 "simd_helpers",
14080 "system-deps 6.2.2",
14081 "thiserror 1.0.69",
14082 "v_frame",
14083 "wasm-bindgen",
14084]
14085
14086[[package]]
14087name = "ravif"
14088version = "0.11.20"
14089source = "registry+https://github.com/rust-lang/crates.io-index"
14090checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14091dependencies = [
14092 "avif-serialize",
14093 "imgref",
14094 "loop9",
14095 "quick-error 2.0.1",
14096 "rav1e",
14097 "rayon",
14098 "rgb",
14099]
14100
14101[[package]]
14102name = "raw-cpuid"
14103version = "10.7.0"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14106dependencies = [
14107 "bitflags 1.3.2",
14108]
14109
14110[[package]]
14111name = "raw-cpuid"
14112version = "11.6.0"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14115dependencies = [
14116 "bitflags 2.10.0",
14117]
14118
14119[[package]]
14120name = "raw-window-handle"
14121version = "0.6.2"
14122source = "registry+https://github.com/rust-lang/crates.io-index"
14123checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14124
14125[[package]]
14126name = "raw-window-metal"
14127version = "1.1.0"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14130dependencies = [
14131 "objc2",
14132 "objc2-core-foundation",
14133 "objc2-foundation",
14134 "objc2-quartz-core",
14135]
14136
14137[[package]]
14138name = "rayon"
14139version = "1.11.0"
14140source = "registry+https://github.com/rust-lang/crates.io-index"
14141checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14142dependencies = [
14143 "either",
14144 "rayon-core",
14145]
14146
14147[[package]]
14148name = "rayon-core"
14149version = "1.13.0"
14150source = "registry+https://github.com/rust-lang/crates.io-index"
14151checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14152dependencies = [
14153 "crossbeam-deque",
14154 "crossbeam-utils",
14155]
14156
14157[[package]]
14158name = "rdrand"
14159version = "0.4.0"
14160source = "registry+https://github.com/rust-lang/crates.io-index"
14161checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14162dependencies = [
14163 "rand_core 0.3.1",
14164]
14165
14166[[package]]
14167name = "read-fonts"
14168version = "0.35.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14171dependencies = [
14172 "bytemuck",
14173 "font-types 0.10.0",
14174]
14175
14176[[package]]
14177name = "read-fonts"
14178version = "0.37.0"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14181dependencies = [
14182 "bytemuck",
14183 "core_maths",
14184 "font-types 0.11.0",
14185]
14186
14187[[package]]
14188name = "realfft"
14189version = "3.5.0"
14190source = "registry+https://github.com/rust-lang/crates.io-index"
14191checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14192dependencies = [
14193 "rustfft",
14194]
14195
14196[[package]]
14197name = "reborrow"
14198version = "0.5.5"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14201
14202[[package]]
14203name = "recent_projects"
14204version = "0.1.0"
14205dependencies = [
14206 "anyhow",
14207 "askpass",
14208 "chrono",
14209 "db",
14210 "dev_container",
14211 "editor",
14212 "extension",
14213 "extension_host",
14214 "fs",
14215 "futures 0.3.32",
14216 "fuzzy",
14217 "gpui",
14218 "http_client",
14219 "indoc",
14220 "language",
14221 "log",
14222 "menu",
14223 "node_runtime",
14224 "open_path_prompt",
14225 "ordered-float 2.10.1",
14226 "paths",
14227 "picker",
14228 "project",
14229 "release_channel",
14230 "remote",
14231 "remote_connection",
14232 "remote_server",
14233 "semver",
14234 "serde",
14235 "serde_json",
14236 "settings",
14237 "smol",
14238 "task",
14239 "telemetry",
14240 "ui",
14241 "ui_input",
14242 "util",
14243 "windows-registry 0.6.1",
14244 "workspace",
14245 "worktree",
14246 "zed_actions",
14247]
14248
14249[[package]]
14250name = "redox_syscall"
14251version = "0.2.16"
14252source = "registry+https://github.com/rust-lang/crates.io-index"
14253checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14254dependencies = [
14255 "bitflags 1.3.2",
14256]
14257
14258[[package]]
14259name = "redox_syscall"
14260version = "0.5.18"
14261source = "registry+https://github.com/rust-lang/crates.io-index"
14262checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14263dependencies = [
14264 "bitflags 2.10.0",
14265]
14266
14267[[package]]
14268name = "redox_users"
14269version = "0.5.2"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14272dependencies = [
14273 "getrandom 0.2.16",
14274 "libredox",
14275 "thiserror 2.0.17",
14276]
14277
14278[[package]]
14279name = "ref-cast"
14280version = "1.0.25"
14281source = "registry+https://github.com/rust-lang/crates.io-index"
14282checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14283dependencies = [
14284 "ref-cast-impl",
14285]
14286
14287[[package]]
14288name = "ref-cast-impl"
14289version = "1.0.25"
14290source = "registry+https://github.com/rust-lang/crates.io-index"
14291checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14292dependencies = [
14293 "proc-macro2",
14294 "quote",
14295 "syn 2.0.117",
14296]
14297
14298[[package]]
14299name = "referencing"
14300version = "0.37.4"
14301source = "registry+https://github.com/rust-lang/crates.io-index"
14302checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14303dependencies = [
14304 "ahash 0.8.12",
14305 "fluent-uri",
14306 "getrandom 0.3.4",
14307 "hashbrown 0.16.1",
14308 "parking_lot",
14309 "percent-encoding",
14310 "serde_json",
14311]
14312
14313[[package]]
14314name = "refineable"
14315version = "0.1.0"
14316dependencies = [
14317 "derive_refineable",
14318]
14319
14320[[package]]
14321name = "regalloc2"
14322version = "0.12.2"
14323source = "registry+https://github.com/rust-lang/crates.io-index"
14324checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14325dependencies = [
14326 "allocator-api2",
14327 "bumpalo",
14328 "hashbrown 0.15.5",
14329 "log",
14330 "rustc-hash 2.1.1",
14331 "serde",
14332 "smallvec",
14333]
14334
14335[[package]]
14336name = "regex"
14337version = "1.12.2"
14338source = "registry+https://github.com/rust-lang/crates.io-index"
14339checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14340dependencies = [
14341 "aho-corasick",
14342 "memchr",
14343 "regex-automata",
14344 "regex-syntax",
14345]
14346
14347[[package]]
14348name = "regex-automata"
14349version = "0.4.13"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14352dependencies = [
14353 "aho-corasick",
14354 "memchr",
14355 "regex-syntax",
14356]
14357
14358[[package]]
14359name = "regex-lite"
14360version = "0.1.8"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14363
14364[[package]]
14365name = "regex-syntax"
14366version = "0.8.8"
14367source = "registry+https://github.com/rust-lang/crates.io-index"
14368checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14369
14370[[package]]
14371name = "release_channel"
14372version = "0.1.0"
14373dependencies = [
14374 "gpui",
14375 "semver",
14376]
14377
14378[[package]]
14379name = "remote"
14380version = "0.1.0"
14381dependencies = [
14382 "anyhow",
14383 "askpass",
14384 "async-trait",
14385 "base64 0.22.1",
14386 "collections",
14387 "fs",
14388 "futures 0.3.32",
14389 "gpui",
14390 "log",
14391 "parking_lot",
14392 "paths",
14393 "prost 0.9.0",
14394 "release_channel",
14395 "rpc",
14396 "schemars",
14397 "semver",
14398 "serde",
14399 "serde_json",
14400 "settings",
14401 "smol",
14402 "tempfile",
14403 "thiserror 2.0.17",
14404 "urlencoding",
14405 "util",
14406 "which 6.0.3",
14407]
14408
14409[[package]]
14410name = "remote_connection"
14411version = "0.1.0"
14412dependencies = [
14413 "anyhow",
14414 "askpass",
14415 "auto_update",
14416 "futures 0.3.32",
14417 "gpui",
14418 "log",
14419 "markdown",
14420 "menu",
14421 "release_channel",
14422 "remote",
14423 "semver",
14424 "settings",
14425 "theme_settings",
14426 "ui",
14427 "ui_input",
14428 "workspace",
14429]
14430
14431[[package]]
14432name = "remote_server"
14433version = "0.1.0"
14434dependencies = [
14435 "action_log",
14436 "agent",
14437 "anyhow",
14438 "askpass",
14439 "cargo_toml",
14440 "clap",
14441 "client",
14442 "clock",
14443 "collections",
14444 "crash-handler",
14445 "crashes",
14446 "dap_adapters",
14447 "debug_adapter_extension",
14448 "editor",
14449 "env_logger 0.11.8",
14450 "extension",
14451 "extension_host",
14452 "fork",
14453 "fs",
14454 "futures 0.3.32",
14455 "git",
14456 "git2",
14457 "git_hosting_providers",
14458 "gpui",
14459 "gpui_platform",
14460 "gpui_tokio",
14461 "http_client",
14462 "image",
14463 "json_schema_store",
14464 "language",
14465 "language_extension",
14466 "language_model",
14467 "languages",
14468 "libc",
14469 "log",
14470 "lsp",
14471 "minidumper",
14472 "net",
14473 "node_runtime",
14474 "paths",
14475 "pretty_assertions",
14476 "project",
14477 "proto",
14478 "rayon",
14479 "release_channel",
14480 "remote",
14481 "reqwest_client",
14482 "rpc",
14483 "rust-embed",
14484 "semver",
14485 "serde",
14486 "serde_json",
14487 "settings",
14488 "shellexpand",
14489 "smol",
14490 "sysinfo 0.37.2",
14491 "task",
14492 "theme",
14493 "theme_settings",
14494 "thiserror 2.0.17",
14495 "toml 0.8.23",
14496 "unindent",
14497 "util",
14498 "uuid",
14499 "watch",
14500 "windows 0.61.3",
14501 "worktree",
14502 "zlog",
14503]
14504
14505[[package]]
14506name = "rend"
14507version = "0.4.2"
14508source = "registry+https://github.com/rust-lang/crates.io-index"
14509checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14510dependencies = [
14511 "bytecheck",
14512]
14513
14514[[package]]
14515name = "renderdoc-sys"
14516version = "1.1.0"
14517source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14519
14520[[package]]
14521name = "repl"
14522version = "0.1.0"
14523dependencies = [
14524 "alacritty_terminal",
14525 "anyhow",
14526 "async-dispatcher",
14527 "async-task",
14528 "async-tungstenite",
14529 "base64 0.22.1",
14530 "client",
14531 "collections",
14532 "command_palette_hooks",
14533 "editor",
14534 "feature_flags",
14535 "file_icons",
14536 "futures 0.3.32",
14537 "gpui",
14538 "html_to_markdown",
14539 "http_client",
14540 "image",
14541 "indoc",
14542 "jupyter-protocol",
14543 "jupyter-websocket-client",
14544 "language",
14545 "languages",
14546 "log",
14547 "markdown",
14548 "menu",
14549 "multi_buffer",
14550 "nbformat",
14551 "picker",
14552 "project",
14553 "remote",
14554 "runtimelib",
14555 "serde",
14556 "serde_json",
14557 "settings",
14558 "shlex",
14559 "smol",
14560 "telemetry",
14561 "terminal",
14562 "terminal_view",
14563 "theme",
14564 "theme_settings",
14565 "tree-sitter-md",
14566 "tree-sitter-python",
14567 "tree-sitter-typescript",
14568 "ui",
14569 "util",
14570 "uuid",
14571 "workspace",
14572 "zed_actions",
14573]
14574
14575[[package]]
14576name = "reqwest"
14577version = "0.11.27"
14578source = "registry+https://github.com/rust-lang/crates.io-index"
14579checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14580dependencies = [
14581 "base64 0.21.7",
14582 "bytes 1.11.1",
14583 "encoding_rs",
14584 "futures-core",
14585 "futures-util",
14586 "h2 0.3.27",
14587 "http 0.2.12",
14588 "http-body 0.4.6",
14589 "hyper 0.14.32",
14590 "hyper-tls",
14591 "ipnet",
14592 "js-sys",
14593 "log",
14594 "mime",
14595 "native-tls",
14596 "once_cell",
14597 "percent-encoding",
14598 "pin-project-lite",
14599 "rustls-pemfile 1.0.4",
14600 "serde",
14601 "serde_json",
14602 "serde_urlencoded",
14603 "sync_wrapper 0.1.2",
14604 "system-configuration 0.5.1",
14605 "tokio",
14606 "tokio-native-tls",
14607 "tower-service",
14608 "url",
14609 "wasm-bindgen",
14610 "wasm-bindgen-futures",
14611 "web-sys",
14612 "winreg 0.50.0",
14613]
14614
14615[[package]]
14616name = "reqwest"
14617version = "0.12.24"
14618source = "registry+https://github.com/rust-lang/crates.io-index"
14619checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14620dependencies = [
14621 "base64 0.22.1",
14622 "bytes 1.11.1",
14623 "futures-channel",
14624 "futures-core",
14625 "futures-util",
14626 "http 1.3.1",
14627 "http-body 1.0.1",
14628 "http-body-util",
14629 "hyper 1.7.0",
14630 "hyper-rustls 0.27.7",
14631 "hyper-util",
14632 "js-sys",
14633 "log",
14634 "percent-encoding",
14635 "pin-project-lite",
14636 "quinn",
14637 "rustls 0.23.33",
14638 "rustls-native-certs 0.8.2",
14639 "rustls-pki-types",
14640 "serde",
14641 "serde_json",
14642 "serde_urlencoded",
14643 "sync_wrapper 1.0.2",
14644 "tokio",
14645 "tokio-rustls 0.26.2",
14646 "tower 0.5.2",
14647 "tower-http 0.6.6",
14648 "tower-service",
14649 "url",
14650 "wasm-bindgen",
14651 "wasm-bindgen-futures",
14652 "web-sys",
14653]
14654
14655[[package]]
14656name = "reqwest_client"
14657version = "0.1.0"
14658dependencies = [
14659 "anyhow",
14660 "bytes 1.11.1",
14661 "futures 0.3.32",
14662 "gpui_util",
14663 "http_client",
14664 "http_client_tls",
14665 "log",
14666 "regex",
14667 "serde",
14668 "tokio",
14669 "zed-reqwest",
14670]
14671
14672[[package]]
14673name = "resvg"
14674version = "0.45.1"
14675source = "registry+https://github.com/rust-lang/crates.io-index"
14676checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14677dependencies = [
14678 "gif",
14679 "image-webp",
14680 "log",
14681 "pico-args",
14682 "rgb",
14683 "svgtypes",
14684 "tiny-skia",
14685 "usvg",
14686 "zune-jpeg",
14687]
14688
14689[[package]]
14690name = "rfc6979"
14691version = "0.3.1"
14692source = "registry+https://github.com/rust-lang/crates.io-index"
14693checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14694dependencies = [
14695 "crypto-bigint 0.4.9",
14696 "hmac",
14697 "zeroize",
14698]
14699
14700[[package]]
14701name = "rgb"
14702version = "0.8.52"
14703source = "registry+https://github.com/rust-lang/crates.io-index"
14704checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14705dependencies = [
14706 "bytemuck",
14707]
14708
14709[[package]]
14710name = "ring"
14711version = "0.17.14"
14712source = "registry+https://github.com/rust-lang/crates.io-index"
14713checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14714dependencies = [
14715 "cc",
14716 "cfg-if",
14717 "getrandom 0.2.16",
14718 "libc",
14719 "untrusted 0.9.0",
14720 "windows-sys 0.52.0",
14721]
14722
14723[[package]]
14724name = "rkyv"
14725version = "0.7.45"
14726source = "registry+https://github.com/rust-lang/crates.io-index"
14727checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14728dependencies = [
14729 "bitvec",
14730 "bytecheck",
14731 "bytes 1.11.1",
14732 "hashbrown 0.12.3",
14733 "ptr_meta",
14734 "rend",
14735 "rkyv_derive",
14736 "seahash",
14737 "tinyvec",
14738 "uuid",
14739]
14740
14741[[package]]
14742name = "rkyv_derive"
14743version = "0.7.45"
14744source = "registry+https://github.com/rust-lang/crates.io-index"
14745checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14746dependencies = [
14747 "proc-macro2",
14748 "quote",
14749 "syn 1.0.109",
14750]
14751
14752[[package]]
14753name = "rmp"
14754version = "0.8.14"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14757dependencies = [
14758 "byteorder",
14759 "num-traits",
14760 "paste",
14761]
14762
14763[[package]]
14764name = "rmpv"
14765version = "1.3.0"
14766source = "registry+https://github.com/rust-lang/crates.io-index"
14767checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14768dependencies = [
14769 "num-traits",
14770 "rmp",
14771]
14772
14773[[package]]
14774name = "rodio"
14775version = "0.21.1"
14776source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14777dependencies = [
14778 "cpal",
14779 "dasp_sample",
14780 "hound",
14781 "num-rational",
14782 "rand 0.9.3",
14783 "rand_distr",
14784 "rtrb",
14785 "symphonia",
14786 "thiserror 2.0.17",
14787]
14788
14789[[package]]
14790name = "rope"
14791version = "0.1.0"
14792dependencies = [
14793 "criterion",
14794 "ctor",
14795 "gpui",
14796 "heapless",
14797 "log",
14798 "rand 0.9.3",
14799 "rayon",
14800 "sum_tree",
14801 "tracing",
14802 "unicode-segmentation",
14803 "util",
14804 "zlog",
14805 "ztracing",
14806]
14807
14808[[package]]
14809name = "roxmltree"
14810version = "0.20.0"
14811source = "registry+https://github.com/rust-lang/crates.io-index"
14812checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14813
14814[[package]]
14815name = "rpassword"
14816version = "7.4.0"
14817source = "registry+https://github.com/rust-lang/crates.io-index"
14818checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14819dependencies = [
14820 "libc",
14821 "rtoolbox",
14822 "windows-sys 0.59.0",
14823]
14824
14825[[package]]
14826name = "rpc"
14827version = "0.1.0"
14828dependencies = [
14829 "anyhow",
14830 "async-tungstenite",
14831 "base64 0.22.1",
14832 "collections",
14833 "futures 0.3.32",
14834 "gpui",
14835 "parking_lot",
14836 "proto",
14837 "rand 0.9.3",
14838 "rsa",
14839 "serde",
14840 "serde_json",
14841 "sha2",
14842 "strum 0.27.2",
14843 "tracing",
14844 "util",
14845 "zlog",
14846 "zstd",
14847]
14848
14849[[package]]
14850name = "rsa"
14851version = "0.9.10"
14852source = "registry+https://github.com/rust-lang/crates.io-index"
14853checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14854dependencies = [
14855 "const-oid",
14856 "digest",
14857 "num-bigint-dig 0.8.6",
14858 "num-integer",
14859 "num-traits",
14860 "pkcs1",
14861 "pkcs8 0.10.2",
14862 "rand_core 0.6.4",
14863 "signature 2.2.0",
14864 "spki 0.7.3",
14865 "subtle",
14866 "zeroize",
14867]
14868
14869[[package]]
14870name = "rtoolbox"
14871version = "0.0.3"
14872source = "registry+https://github.com/rust-lang/crates.io-index"
14873checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14874dependencies = [
14875 "libc",
14876 "windows-sys 0.52.0",
14877]
14878
14879[[package]]
14880name = "rtrb"
14881version = "0.3.2"
14882source = "registry+https://github.com/rust-lang/crates.io-index"
14883checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14884
14885[[package]]
14886name = "rules_library"
14887version = "0.1.0"
14888dependencies = [
14889 "anyhow",
14890 "collections",
14891 "editor",
14892 "gpui",
14893 "language",
14894 "language_model",
14895 "log",
14896 "menu",
14897 "picker",
14898 "platform_title_bar",
14899 "prompt_store",
14900 "release_channel",
14901 "rope",
14902 "serde",
14903 "settings",
14904 "theme_settings",
14905 "ui",
14906 "ui_input",
14907 "util",
14908 "workspace",
14909 "zed_actions",
14910]
14911
14912[[package]]
14913name = "runtimelib"
14914version = "1.4.0"
14915source = "registry+https://github.com/rust-lang/crates.io-index"
14916checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14917dependencies = [
14918 "async-dispatcher",
14919 "async-std",
14920 "aws-lc-rs",
14921 "base64 0.22.1",
14922 "bytes 1.11.1",
14923 "chrono",
14924 "data-encoding",
14925 "dirs",
14926 "futures 0.3.32",
14927 "glob",
14928 "jupyter-protocol",
14929 "serde",
14930 "serde_json",
14931 "shellexpand",
14932 "smol",
14933 "thiserror 2.0.17",
14934 "uuid",
14935 "zeromq",
14936]
14937
14938[[package]]
14939name = "rust-embed"
14940version = "8.11.0"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14943dependencies = [
14944 "rust-embed-impl",
14945 "rust-embed-utils",
14946 "walkdir",
14947]
14948
14949[[package]]
14950name = "rust-embed-impl"
14951version = "8.11.0"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14954dependencies = [
14955 "proc-macro2",
14956 "quote",
14957 "rust-embed-utils",
14958 "syn 2.0.117",
14959 "walkdir",
14960]
14961
14962[[package]]
14963name = "rust-embed-utils"
14964version = "8.11.0"
14965source = "registry+https://github.com/rust-lang/crates.io-index"
14966checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14967dependencies = [
14968 "globset",
14969 "sha2",
14970 "walkdir",
14971]
14972
14973[[package]]
14974name = "rust_decimal"
14975version = "1.39.0"
14976source = "registry+https://github.com/rust-lang/crates.io-index"
14977checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14978dependencies = [
14979 "arrayvec",
14980 "borsh",
14981 "bytes 1.11.1",
14982 "num-traits",
14983 "rand 0.8.5",
14984 "rkyv",
14985 "serde",
14986 "serde_json",
14987]
14988
14989[[package]]
14990name = "rustc-demangle"
14991version = "0.1.26"
14992source = "registry+https://github.com/rust-lang/crates.io-index"
14993checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14994
14995[[package]]
14996name = "rustc-hash"
14997version = "1.1.0"
14998source = "registry+https://github.com/rust-lang/crates.io-index"
14999checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15000
15001[[package]]
15002name = "rustc-hash"
15003version = "2.1.1"
15004source = "registry+https://github.com/rust-lang/crates.io-index"
15005checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15006
15007[[package]]
15008name = "rustc_version"
15009version = "0.4.1"
15010source = "registry+https://github.com/rust-lang/crates.io-index"
15011checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15012dependencies = [
15013 "semver",
15014]
15015
15016[[package]]
15017name = "rustfft"
15018version = "6.4.1"
15019source = "registry+https://github.com/rust-lang/crates.io-index"
15020checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15021dependencies = [
15022 "num-complex",
15023 "num-integer",
15024 "num-traits",
15025 "primal-check",
15026 "strength_reduce",
15027 "transpose",
15028]
15029
15030[[package]]
15031name = "rustix"
15032version = "0.38.44"
15033source = "registry+https://github.com/rust-lang/crates.io-index"
15034checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15035dependencies = [
15036 "bitflags 2.10.0",
15037 "errno 0.3.14",
15038 "libc",
15039 "linux-raw-sys 0.4.15",
15040 "windows-sys 0.59.0",
15041]
15042
15043[[package]]
15044name = "rustix"
15045version = "1.1.2"
15046source = "registry+https://github.com/rust-lang/crates.io-index"
15047checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15048dependencies = [
15049 "bitflags 2.10.0",
15050 "errno 0.3.14",
15051 "libc",
15052 "linux-raw-sys 0.11.0",
15053 "windows-sys 0.61.2",
15054]
15055
15056[[package]]
15057name = "rustix-linux-procfs"
15058version = "0.1.1"
15059source = "registry+https://github.com/rust-lang/crates.io-index"
15060checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15061dependencies = [
15062 "once_cell",
15063 "rustix 1.1.2",
15064]
15065
15066[[package]]
15067name = "rustix-openpty"
15068version = "0.2.0"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15071dependencies = [
15072 "errno 0.3.14",
15073 "libc",
15074 "rustix 1.1.2",
15075]
15076
15077[[package]]
15078name = "rustls"
15079version = "0.21.12"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15082dependencies = [
15083 "log",
15084 "ring",
15085 "rustls-webpki 0.101.7",
15086 "sct",
15087]
15088
15089[[package]]
15090name = "rustls"
15091version = "0.23.33"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15094dependencies = [
15095 "aws-lc-rs",
15096 "log",
15097 "once_cell",
15098 "ring",
15099 "rustls-pki-types",
15100 "rustls-webpki 0.103.7",
15101 "subtle",
15102 "zeroize",
15103]
15104
15105[[package]]
15106name = "rustls-native-certs"
15107version = "0.6.3"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15110dependencies = [
15111 "openssl-probe",
15112 "rustls-pemfile 1.0.4",
15113 "schannel",
15114 "security-framework 2.11.1",
15115]
15116
15117[[package]]
15118name = "rustls-native-certs"
15119version = "0.8.2"
15120source = "registry+https://github.com/rust-lang/crates.io-index"
15121checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15122dependencies = [
15123 "openssl-probe",
15124 "rustls-pki-types",
15125 "schannel",
15126 "security-framework 3.5.1",
15127]
15128
15129[[package]]
15130name = "rustls-pemfile"
15131version = "1.0.4"
15132source = "registry+https://github.com/rust-lang/crates.io-index"
15133checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15134dependencies = [
15135 "base64 0.21.7",
15136]
15137
15138[[package]]
15139name = "rustls-pemfile"
15140version = "2.2.0"
15141source = "registry+https://github.com/rust-lang/crates.io-index"
15142checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15143dependencies = [
15144 "rustls-pki-types",
15145]
15146
15147[[package]]
15148name = "rustls-pki-types"
15149version = "1.12.0"
15150source = "registry+https://github.com/rust-lang/crates.io-index"
15151checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15152dependencies = [
15153 "web-time",
15154 "zeroize",
15155]
15156
15157[[package]]
15158name = "rustls-platform-verifier"
15159version = "0.5.3"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15162dependencies = [
15163 "core-foundation 0.10.0",
15164 "core-foundation-sys",
15165 "jni",
15166 "log",
15167 "once_cell",
15168 "rustls 0.23.33",
15169 "rustls-native-certs 0.8.2",
15170 "rustls-platform-verifier-android",
15171 "rustls-webpki 0.103.7",
15172 "security-framework 3.5.1",
15173 "security-framework-sys",
15174 "webpki-root-certs",
15175 "windows-sys 0.59.0",
15176]
15177
15178[[package]]
15179name = "rustls-platform-verifier-android"
15180version = "0.1.1"
15181source = "registry+https://github.com/rust-lang/crates.io-index"
15182checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15183
15184[[package]]
15185name = "rustls-webpki"
15186version = "0.101.7"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15189dependencies = [
15190 "ring",
15191 "untrusted 0.9.0",
15192]
15193
15194[[package]]
15195name = "rustls-webpki"
15196version = "0.103.7"
15197source = "registry+https://github.com/rust-lang/crates.io-index"
15198checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15199dependencies = [
15200 "aws-lc-rs",
15201 "ring",
15202 "rustls-pki-types",
15203 "untrusted 0.9.0",
15204]
15205
15206[[package]]
15207name = "rustversion"
15208version = "1.0.22"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15211
15212[[package]]
15213name = "rusty-fork"
15214version = "0.3.1"
15215source = "registry+https://github.com/rust-lang/crates.io-index"
15216checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15217dependencies = [
15218 "fnv",
15219 "quick-error 1.2.3",
15220 "tempfile",
15221 "wait-timeout",
15222]
15223
15224[[package]]
15225name = "rustybuzz"
15226version = "0.20.1"
15227source = "registry+https://github.com/rust-lang/crates.io-index"
15228checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15229dependencies = [
15230 "bitflags 2.10.0",
15231 "bytemuck",
15232 "core_maths",
15233 "log",
15234 "smallvec",
15235 "ttf-parser 0.25.1",
15236 "unicode-bidi-mirroring",
15237 "unicode-ccc",
15238 "unicode-properties",
15239 "unicode-script",
15240]
15241
15242[[package]]
15243name = "ryu"
15244version = "1.0.20"
15245source = "registry+https://github.com/rust-lang/crates.io-index"
15246checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15247
15248[[package]]
15249name = "saa"
15250version = "5.4.9"
15251source = "registry+https://github.com/rust-lang/crates.io-index"
15252checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15253
15254[[package]]
15255name = "safetensors"
15256version = "0.4.5"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15259dependencies = [
15260 "serde",
15261 "serde_json",
15262]
15263
15264[[package]]
15265name = "same-file"
15266version = "1.0.6"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15269dependencies = [
15270 "winapi-util",
15271]
15272
15273[[package]]
15274name = "scc"
15275version = "3.5.6"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15278dependencies = [
15279 "saa",
15280 "sdd",
15281]
15282
15283[[package]]
15284name = "schannel"
15285version = "0.1.28"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15288dependencies = [
15289 "windows-sys 0.61.2",
15290]
15291
15292[[package]]
15293name = "scheduler"
15294version = "0.1.0"
15295dependencies = [
15296 "async-task",
15297 "backtrace",
15298 "chrono",
15299 "flume",
15300 "futures 0.3.32",
15301 "parking_lot",
15302 "rand 0.9.3",
15303 "web-time",
15304]
15305
15306[[package]]
15307name = "schema_generator"
15308version = "0.1.0"
15309dependencies = [
15310 "anyhow",
15311 "clap",
15312 "env_logger 0.11.8",
15313 "schemars",
15314 "serde",
15315 "serde_json",
15316 "settings",
15317 "theme",
15318 "theme_settings",
15319]
15320
15321[[package]]
15322name = "schemars"
15323version = "1.0.4"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15326dependencies = [
15327 "dyn-clone",
15328 "indexmap",
15329 "ref-cast",
15330 "schemars_derive",
15331 "serde",
15332 "serde_json",
15333]
15334
15335[[package]]
15336name = "schemars_derive"
15337version = "1.0.4"
15338source = "registry+https://github.com/rust-lang/crates.io-index"
15339checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15340dependencies = [
15341 "proc-macro2",
15342 "quote",
15343 "serde_derive_internals",
15344 "syn 2.0.117",
15345]
15346
15347[[package]]
15348name = "scoped-tls"
15349version = "1.0.1"
15350source = "registry+https://github.com/rust-lang/crates.io-index"
15351checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15352
15353[[package]]
15354name = "scopeguard"
15355version = "1.2.0"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15358
15359[[package]]
15360name = "scratch"
15361version = "1.0.9"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15364
15365[[package]]
15366name = "screencapturekit"
15367version = "0.2.8"
15368source = "registry+https://github.com/rust-lang/crates.io-index"
15369checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15370dependencies = [
15371 "screencapturekit-sys",
15372]
15373
15374[[package]]
15375name = "screencapturekit-sys"
15376version = "0.2.8"
15377source = "registry+https://github.com/rust-lang/crates.io-index"
15378checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15379dependencies = [
15380 "block",
15381 "dispatch",
15382 "objc",
15383 "objc-foundation",
15384 "objc_id",
15385 "once_cell",
15386]
15387
15388[[package]]
15389name = "scroll"
15390version = "0.12.0"
15391source = "registry+https://github.com/rust-lang/crates.io-index"
15392checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15393dependencies = [
15394 "scroll_derive",
15395]
15396
15397[[package]]
15398name = "scroll_derive"
15399version = "0.12.1"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15402dependencies = [
15403 "proc-macro2",
15404 "quote",
15405 "syn 2.0.117",
15406]
15407
15408[[package]]
15409name = "sct"
15410version = "0.7.1"
15411source = "registry+https://github.com/rust-lang/crates.io-index"
15412checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15413dependencies = [
15414 "ring",
15415 "untrusted 0.9.0",
15416]
15417
15418[[package]]
15419name = "sdd"
15420version = "4.6.2"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15423
15424[[package]]
15425name = "sea-bae"
15426version = "0.2.1"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15429dependencies = [
15430 "heck 0.4.1",
15431 "proc-macro-error2",
15432 "proc-macro2",
15433 "quote",
15434 "syn 2.0.117",
15435]
15436
15437[[package]]
15438name = "sea-orm"
15439version = "1.1.10"
15440source = "registry+https://github.com/rust-lang/crates.io-index"
15441checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15442dependencies = [
15443 "async-stream",
15444 "async-trait",
15445 "bigdecimal",
15446 "chrono",
15447 "futures-util",
15448 "log",
15449 "ouroboros",
15450 "pgvector",
15451 "rust_decimal",
15452 "sea-orm-macros",
15453 "sea-query",
15454 "sea-query-binder",
15455 "serde",
15456 "serde_json",
15457 "sqlx",
15458 "strum 0.26.3",
15459 "thiserror 2.0.17",
15460 "time",
15461 "tracing",
15462 "url",
15463 "uuid",
15464]
15465
15466[[package]]
15467name = "sea-orm-macros"
15468version = "1.1.10"
15469source = "registry+https://github.com/rust-lang/crates.io-index"
15470checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15471dependencies = [
15472 "heck 0.4.1",
15473 "proc-macro2",
15474 "quote",
15475 "sea-bae",
15476 "syn 2.0.117",
15477 "unicode-ident",
15478]
15479
15480[[package]]
15481name = "sea-query"
15482version = "0.32.7"
15483source = "registry+https://github.com/rust-lang/crates.io-index"
15484checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15485dependencies = [
15486 "bigdecimal",
15487 "chrono",
15488 "inherent",
15489 "ordered-float 4.6.0",
15490 "rust_decimal",
15491 "serde_json",
15492 "time",
15493 "uuid",
15494]
15495
15496[[package]]
15497name = "sea-query-binder"
15498version = "0.7.0"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15501dependencies = [
15502 "bigdecimal",
15503 "chrono",
15504 "rust_decimal",
15505 "sea-query",
15506 "serde_json",
15507 "sqlx",
15508 "time",
15509 "uuid",
15510]
15511
15512[[package]]
15513name = "seahash"
15514version = "4.1.0"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15517
15518[[package]]
15519name = "search"
15520version = "0.1.0"
15521dependencies = [
15522 "any_vec",
15523 "anyhow",
15524 "bitflags 2.10.0",
15525 "collections",
15526 "editor",
15527 "fs",
15528 "futures 0.3.32",
15529 "gpui",
15530 "itertools 0.14.0",
15531 "language",
15532 "lsp",
15533 "menu",
15534 "multi_buffer",
15535 "pretty_assertions",
15536 "project",
15537 "serde",
15538 "serde_json",
15539 "settings",
15540 "smol",
15541 "theme",
15542 "theme_settings",
15543 "tracing",
15544 "ui",
15545 "unindent",
15546 "util",
15547 "util_macros",
15548 "workspace",
15549 "zed_actions",
15550 "ztracing",
15551]
15552
15553[[package]]
15554name = "sec1"
15555version = "0.3.0"
15556source = "registry+https://github.com/rust-lang/crates.io-index"
15557checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15558dependencies = [
15559 "base16ct",
15560 "der 0.6.1",
15561 "generic-array",
15562 "pkcs8 0.9.0",
15563 "subtle",
15564 "zeroize",
15565]
15566
15567[[package]]
15568name = "secrecy"
15569version = "0.10.3"
15570source = "registry+https://github.com/rust-lang/crates.io-index"
15571checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15572dependencies = [
15573 "zeroize",
15574]
15575
15576[[package]]
15577name = "security-framework"
15578version = "2.11.1"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15581dependencies = [
15582 "bitflags 2.10.0",
15583 "core-foundation 0.9.4",
15584 "core-foundation-sys",
15585 "libc",
15586 "security-framework-sys",
15587]
15588
15589[[package]]
15590name = "security-framework"
15591version = "3.5.1"
15592source = "registry+https://github.com/rust-lang/crates.io-index"
15593checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15594dependencies = [
15595 "bitflags 2.10.0",
15596 "core-foundation 0.10.0",
15597 "core-foundation-sys",
15598 "libc",
15599 "security-framework-sys",
15600]
15601
15602[[package]]
15603name = "security-framework-sys"
15604version = "2.15.0"
15605source = "registry+https://github.com/rust-lang/crates.io-index"
15606checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15607dependencies = [
15608 "core-foundation-sys",
15609 "libc",
15610]
15611
15612[[package]]
15613name = "self_cell"
15614version = "1.2.2"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15617
15618[[package]]
15619name = "semver"
15620version = "1.0.27"
15621source = "registry+https://github.com/rust-lang/crates.io-index"
15622checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15623dependencies = [
15624 "serde",
15625 "serde_core",
15626]
15627
15628[[package]]
15629name = "seq-macro"
15630version = "0.3.6"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15633
15634[[package]]
15635name = "serde"
15636version = "1.0.228"
15637source = "registry+https://github.com/rust-lang/crates.io-index"
15638checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15639dependencies = [
15640 "serde_core",
15641 "serde_derive",
15642]
15643
15644[[package]]
15645name = "serde_bytes"
15646version = "0.11.19"
15647source = "registry+https://github.com/rust-lang/crates.io-index"
15648checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15649dependencies = [
15650 "serde",
15651 "serde_core",
15652]
15653
15654[[package]]
15655name = "serde_core"
15656version = "1.0.228"
15657source = "registry+https://github.com/rust-lang/crates.io-index"
15658checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15659dependencies = [
15660 "serde_derive",
15661]
15662
15663[[package]]
15664name = "serde_derive"
15665version = "1.0.228"
15666source = "registry+https://github.com/rust-lang/crates.io-index"
15667checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15668dependencies = [
15669 "proc-macro2",
15670 "quote",
15671 "syn 2.0.117",
15672]
15673
15674[[package]]
15675name = "serde_derive_internals"
15676version = "0.29.1"
15677source = "registry+https://github.com/rust-lang/crates.io-index"
15678checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15679dependencies = [
15680 "proc-macro2",
15681 "quote",
15682 "syn 2.0.117",
15683]
15684
15685[[package]]
15686name = "serde_fmt"
15687version = "1.0.3"
15688source = "registry+https://github.com/rust-lang/crates.io-index"
15689checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15690dependencies = [
15691 "serde",
15692]
15693
15694[[package]]
15695name = "serde_json"
15696version = "1.0.145"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15699dependencies = [
15700 "indexmap",
15701 "itoa",
15702 "memchr",
15703 "ryu",
15704 "serde",
15705 "serde_core",
15706]
15707
15708[[package]]
15709name = "serde_json_lenient"
15710version = "0.2.4"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15713dependencies = [
15714 "indexmap",
15715 "itoa",
15716 "memchr",
15717 "ryu",
15718 "serde",
15719]
15720
15721[[package]]
15722name = "serde_path_to_error"
15723version = "0.1.20"
15724source = "registry+https://github.com/rust-lang/crates.io-index"
15725checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15726dependencies = [
15727 "itoa",
15728 "serde",
15729 "serde_core",
15730]
15731
15732[[package]]
15733name = "serde_repr"
15734version = "0.1.20"
15735source = "registry+https://github.com/rust-lang/crates.io-index"
15736checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15737dependencies = [
15738 "proc-macro2",
15739 "quote",
15740 "syn 2.0.117",
15741]
15742
15743[[package]]
15744name = "serde_spanned"
15745version = "0.6.9"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15748dependencies = [
15749 "serde",
15750]
15751
15752[[package]]
15753name = "serde_spanned"
15754version = "1.0.3"
15755source = "registry+https://github.com/rust-lang/crates.io-index"
15756checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15757dependencies = [
15758 "serde_core",
15759]
15760
15761[[package]]
15762name = "serde_urlencoded"
15763version = "0.7.1"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15766dependencies = [
15767 "form_urlencoded",
15768 "itoa",
15769 "ryu",
15770 "serde",
15771]
15772
15773[[package]]
15774name = "serde_yaml"
15775version = "0.9.34+deprecated"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15778dependencies = [
15779 "indexmap",
15780 "itoa",
15781 "ryu",
15782 "serde",
15783 "unsafe-libyaml",
15784]
15785
15786[[package]]
15787name = "serial2"
15788version = "0.2.33"
15789source = "registry+https://github.com/rust-lang/crates.io-index"
15790checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15791dependencies = [
15792 "cfg-if",
15793 "libc",
15794 "winapi",
15795]
15796
15797[[package]]
15798name = "session"
15799version = "0.1.0"
15800dependencies = [
15801 "db",
15802 "gpui",
15803 "serde_json",
15804 "util",
15805 "uuid",
15806]
15807
15808[[package]]
15809name = "settings"
15810version = "0.1.0"
15811dependencies = [
15812 "anyhow",
15813 "collections",
15814 "ec4rs",
15815 "fs",
15816 "futures 0.3.32",
15817 "gpui",
15818 "indoc",
15819 "inventory",
15820 "log",
15821 "migrator",
15822 "paths",
15823 "pretty_assertions",
15824 "release_channel",
15825 "rust-embed",
15826 "schemars",
15827 "serde",
15828 "serde_json",
15829 "serde_json_lenient",
15830 "settings_content",
15831 "settings_json",
15832 "settings_macros",
15833 "smallvec",
15834 "unindent",
15835 "util",
15836 "zlog",
15837]
15838
15839[[package]]
15840name = "settings_content"
15841version = "0.1.0"
15842dependencies = [
15843 "anyhow",
15844 "collections",
15845 "derive_more",
15846 "gpui",
15847 "language_model_core",
15848 "log",
15849 "schemars",
15850 "serde",
15851 "serde_json",
15852 "serde_json_lenient",
15853 "settings_json",
15854 "settings_macros",
15855 "strum 0.27.2",
15856 "util",
15857]
15858
15859[[package]]
15860name = "settings_json"
15861version = "0.1.0"
15862dependencies = [
15863 "anyhow",
15864 "pretty_assertions",
15865 "serde",
15866 "serde_json",
15867 "serde_json_lenient",
15868 "serde_path_to_error",
15869 "tree-sitter",
15870 "tree-sitter-json",
15871 "unindent",
15872 "util",
15873]
15874
15875[[package]]
15876name = "settings_macros"
15877version = "0.1.0"
15878dependencies = [
15879 "quote",
15880 "settings",
15881 "syn 2.0.117",
15882]
15883
15884[[package]]
15885name = "settings_profile_selector"
15886version = "0.1.0"
15887dependencies = [
15888 "editor",
15889 "fuzzy",
15890 "gpui",
15891 "menu",
15892 "picker",
15893 "project",
15894 "serde_json",
15895 "settings",
15896 "theme",
15897 "theme_settings",
15898 "ui",
15899 "workspace",
15900 "zed_actions",
15901]
15902
15903[[package]]
15904name = "settings_ui"
15905version = "0.1.0"
15906dependencies = [
15907 "agent",
15908 "agent_settings",
15909 "anyhow",
15910 "audio",
15911 "codestral",
15912 "component",
15913 "copilot",
15914 "copilot_ui",
15915 "cpal",
15916 "edit_prediction",
15917 "edit_prediction_ui",
15918 "editor",
15919 "feature_flags",
15920 "fs",
15921 "futures 0.3.32",
15922 "fuzzy",
15923 "gpui",
15924 "heck 0.5.0",
15925 "itertools 0.14.0",
15926 "language",
15927 "log",
15928 "menu",
15929 "paths",
15930 "picker",
15931 "platform_title_bar",
15932 "pretty_assertions",
15933 "project",
15934 "regex",
15935 "release_channel",
15936 "rodio",
15937 "schemars",
15938 "search",
15939 "serde",
15940 "serde_json",
15941 "settings",
15942 "shell_command_parser",
15943 "strum 0.27.2",
15944 "telemetry",
15945 "theme",
15946 "theme_settings",
15947 "title_bar",
15948 "ui",
15949 "util",
15950 "workspace",
15951 "zed_actions",
15952 "zed_credentials_provider",
15953]
15954
15955[[package]]
15956name = "sha-1"
15957version = "0.10.1"
15958source = "registry+https://github.com/rust-lang/crates.io-index"
15959checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15960dependencies = [
15961 "cfg-if",
15962 "cpufeatures",
15963 "digest",
15964]
15965
15966[[package]]
15967name = "sha1"
15968version = "0.10.6"
15969source = "registry+https://github.com/rust-lang/crates.io-index"
15970checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15971dependencies = [
15972 "cfg-if",
15973 "cpufeatures",
15974 "digest",
15975]
15976
15977[[package]]
15978name = "sha1_smol"
15979version = "1.0.1"
15980source = "registry+https://github.com/rust-lang/crates.io-index"
15981checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15982
15983[[package]]
15984name = "sha2"
15985version = "0.10.9"
15986source = "registry+https://github.com/rust-lang/crates.io-index"
15987checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15988dependencies = [
15989 "cfg-if",
15990 "cpufeatures",
15991 "digest",
15992]
15993
15994[[package]]
15995name = "sharded-slab"
15996version = "0.1.7"
15997source = "registry+https://github.com/rust-lang/crates.io-index"
15998checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
15999dependencies = [
16000 "lazy_static",
16001]
16002
16003[[package]]
16004name = "shared_library"
16005version = "0.1.9"
16006source = "registry+https://github.com/rust-lang/crates.io-index"
16007checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16008dependencies = [
16009 "lazy_static",
16010 "libc",
16011]
16012
16013[[package]]
16014name = "shell-words"
16015version = "1.1.0"
16016source = "registry+https://github.com/rust-lang/crates.io-index"
16017checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16018
16019[[package]]
16020name = "shell_command_parser"
16021version = "0.1.0"
16022dependencies = [
16023 "brush-parser",
16024]
16025
16026[[package]]
16027name = "shellexpand"
16028version = "3.1.1"
16029source = "registry+https://github.com/rust-lang/crates.io-index"
16030checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16031dependencies = [
16032 "dirs",
16033]
16034
16035[[package]]
16036name = "shingles"
16037version = "0.1.1"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16040
16041[[package]]
16042name = "shlex"
16043version = "1.3.0"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16046
16047[[package]]
16048name = "sidebar"
16049version = "0.1.0"
16050dependencies = [
16051 "acp_thread",
16052 "action_log",
16053 "agent",
16054 "agent-client-protocol",
16055 "agent_settings",
16056 "agent_ui",
16057 "anyhow",
16058 "chrono",
16059 "client",
16060 "clock",
16061 "db",
16062 "editor",
16063 "extension",
16064 "feature_flags",
16065 "fs",
16066 "git",
16067 "gpui",
16068 "http_client",
16069 "language",
16070 "language_model",
16071 "log",
16072 "menu",
16073 "node_runtime",
16074 "platform_title_bar",
16075 "pretty_assertions",
16076 "project",
16077 "prompt_store",
16078 "recent_projects",
16079 "release_channel",
16080 "remote",
16081 "remote_connection",
16082 "remote_server",
16083 "semver",
16084 "serde",
16085 "serde_json",
16086 "settings",
16087 "smol",
16088 "telemetry",
16089 "theme",
16090 "theme_settings",
16091 "ui",
16092 "util",
16093 "vim_mode_setting",
16094 "workspace",
16095 "zed_actions",
16096]
16097
16098[[package]]
16099name = "signal-hook"
16100version = "0.3.18"
16101source = "registry+https://github.com/rust-lang/crates.io-index"
16102checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16103dependencies = [
16104 "libc",
16105 "signal-hook-registry",
16106]
16107
16108[[package]]
16109name = "signal-hook-registry"
16110version = "1.4.6"
16111source = "registry+https://github.com/rust-lang/crates.io-index"
16112checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16113dependencies = [
16114 "libc",
16115]
16116
16117[[package]]
16118name = "signature"
16119version = "1.6.4"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16122dependencies = [
16123 "digest",
16124 "rand_core 0.6.4",
16125]
16126
16127[[package]]
16128name = "signature"
16129version = "2.2.0"
16130source = "registry+https://github.com/rust-lang/crates.io-index"
16131checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16132dependencies = [
16133 "digest",
16134 "rand_core 0.6.4",
16135]
16136
16137[[package]]
16138name = "simd-adler32"
16139version = "0.3.7"
16140source = "registry+https://github.com/rust-lang/crates.io-index"
16141checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16142
16143[[package]]
16144name = "simd_helpers"
16145version = "0.1.0"
16146source = "registry+https://github.com/rust-lang/crates.io-index"
16147checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16148dependencies = [
16149 "quote",
16150]
16151
16152[[package]]
16153name = "simdutf8"
16154version = "0.1.5"
16155source = "registry+https://github.com/rust-lang/crates.io-index"
16156checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16157
16158[[package]]
16159name = "similar"
16160version = "2.7.0"
16161source = "registry+https://github.com/rust-lang/crates.io-index"
16162checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16163
16164[[package]]
16165name = "simple_asn1"
16166version = "0.6.3"
16167source = "registry+https://github.com/rust-lang/crates.io-index"
16168checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16169dependencies = [
16170 "num-bigint",
16171 "num-traits",
16172 "thiserror 2.0.17",
16173 "time",
16174]
16175
16176[[package]]
16177name = "simplecss"
16178version = "0.2.2"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16181dependencies = [
16182 "log",
16183]
16184
16185[[package]]
16186name = "simplelog"
16187version = "0.12.2"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16190dependencies = [
16191 "log",
16192 "termcolor",
16193 "time",
16194]
16195
16196[[package]]
16197name = "siphasher"
16198version = "0.3.11"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16201
16202[[package]]
16203name = "siphasher"
16204version = "1.0.1"
16205source = "registry+https://github.com/rust-lang/crates.io-index"
16206checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16207
16208[[package]]
16209name = "skrifa"
16210version = "0.37.0"
16211source = "registry+https://github.com/rust-lang/crates.io-index"
16212checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16213dependencies = [
16214 "bytemuck",
16215 "read-fonts 0.35.0",
16216]
16217
16218[[package]]
16219name = "skrifa"
16220version = "0.40.0"
16221source = "registry+https://github.com/rust-lang/crates.io-index"
16222checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16223dependencies = [
16224 "bytemuck",
16225 "read-fonts 0.37.0",
16226]
16227
16228[[package]]
16229name = "slab"
16230version = "0.4.11"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16233
16234[[package]]
16235name = "slotmap"
16236version = "1.0.7"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16239dependencies = [
16240 "version_check",
16241]
16242
16243[[package]]
16244name = "smallvec"
16245version = "1.15.1"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16248dependencies = [
16249 "serde",
16250]
16251
16252[[package]]
16253name = "smart-default"
16254version = "0.7.1"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16257dependencies = [
16258 "proc-macro2",
16259 "quote",
16260 "syn 2.0.117",
16261]
16262
16263[[package]]
16264name = "smol"
16265version = "2.0.2"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16268dependencies = [
16269 "async-channel 2.5.0",
16270 "async-executor",
16271 "async-fs",
16272 "async-io",
16273 "async-lock 3.4.2",
16274 "async-net",
16275 "async-process",
16276 "blocking",
16277 "futures-lite 2.6.1",
16278]
16279
16280[[package]]
16281name = "smol_str"
16282version = "0.3.5"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16285
16286[[package]]
16287name = "snafu"
16288version = "0.8.9"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16291dependencies = [
16292 "snafu-derive",
16293]
16294
16295[[package]]
16296name = "snafu-derive"
16297version = "0.8.9"
16298source = "registry+https://github.com/rust-lang/crates.io-index"
16299checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16300dependencies = [
16301 "heck 0.5.0",
16302 "proc-macro2",
16303 "quote",
16304 "syn 2.0.117",
16305]
16306
16307[[package]]
16308name = "snippet"
16309version = "0.1.0"
16310dependencies = [
16311 "anyhow",
16312 "smallvec",
16313]
16314
16315[[package]]
16316name = "snippet_provider"
16317version = "0.1.0"
16318dependencies = [
16319 "anyhow",
16320 "collections",
16321 "extension",
16322 "fs",
16323 "futures 0.3.32",
16324 "gpui",
16325 "indoc",
16326 "parking_lot",
16327 "paths",
16328 "schemars",
16329 "serde",
16330 "serde_json",
16331 "serde_json_lenient",
16332 "snippet",
16333 "util",
16334]
16335
16336[[package]]
16337name = "snippets_ui"
16338version = "0.1.0"
16339dependencies = [
16340 "file_icons",
16341 "fuzzy",
16342 "gpui",
16343 "language",
16344 "open_path_prompt",
16345 "paths",
16346 "picker",
16347 "settings",
16348 "ui",
16349 "util",
16350 "workspace",
16351]
16352
16353[[package]]
16354name = "socket2"
16355version = "0.5.10"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16358dependencies = [
16359 "libc",
16360 "windows-sys 0.52.0",
16361]
16362
16363[[package]]
16364name = "socket2"
16365version = "0.6.1"
16366source = "registry+https://github.com/rust-lang/crates.io-index"
16367checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16368dependencies = [
16369 "libc",
16370 "windows-sys 0.60.2",
16371]
16372
16373[[package]]
16374name = "spdx"
16375version = "0.10.9"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16378dependencies = [
16379 "smallvec",
16380]
16381
16382[[package]]
16383name = "spin"
16384version = "0.9.8"
16385source = "registry+https://github.com/rust-lang/crates.io-index"
16386checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16387dependencies = [
16388 "lock_api",
16389]
16390
16391[[package]]
16392name = "spin"
16393version = "0.10.0"
16394source = "registry+https://github.com/rust-lang/crates.io-index"
16395checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16396dependencies = [
16397 "lock_api",
16398]
16399
16400[[package]]
16401name = "spirv"
16402version = "0.4.0+sdk-1.4.341.0"
16403source = "registry+https://github.com/rust-lang/crates.io-index"
16404checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16405dependencies = [
16406 "bitflags 2.10.0",
16407]
16408
16409[[package]]
16410name = "spki"
16411version = "0.6.0"
16412source = "registry+https://github.com/rust-lang/crates.io-index"
16413checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16414dependencies = [
16415 "base64ct",
16416 "der 0.6.1",
16417]
16418
16419[[package]]
16420name = "spki"
16421version = "0.7.3"
16422source = "registry+https://github.com/rust-lang/crates.io-index"
16423checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16424dependencies = [
16425 "base64ct",
16426 "der 0.7.10",
16427]
16428
16429[[package]]
16430name = "sqlez"
16431version = "0.1.0"
16432dependencies = [
16433 "anyhow",
16434 "collections",
16435 "futures 0.3.32",
16436 "indoc",
16437 "libsqlite3-sys",
16438 "log",
16439 "parking_lot",
16440 "smol",
16441 "sqlformat",
16442 "thread_local",
16443 "util",
16444 "uuid",
16445]
16446
16447[[package]]
16448name = "sqlez_macros"
16449version = "0.1.0"
16450dependencies = [
16451 "sqlez",
16452 "sqlformat",
16453 "syn 2.0.117",
16454]
16455
16456[[package]]
16457name = "sqlformat"
16458version = "0.2.6"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16461dependencies = [
16462 "nom 7.1.3",
16463 "unicode_categories",
16464]
16465
16466[[package]]
16467name = "sqlx"
16468version = "0.8.6"
16469source = "registry+https://github.com/rust-lang/crates.io-index"
16470checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16471dependencies = [
16472 "sqlx-core",
16473 "sqlx-macros",
16474 "sqlx-mysql",
16475 "sqlx-postgres",
16476 "sqlx-sqlite",
16477]
16478
16479[[package]]
16480name = "sqlx-core"
16481version = "0.8.6"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16484dependencies = [
16485 "base64 0.22.1",
16486 "bigdecimal",
16487 "bytes 1.11.1",
16488 "chrono",
16489 "crc",
16490 "crossbeam-queue",
16491 "either",
16492 "event-listener 5.4.1",
16493 "futures-core",
16494 "futures-intrusive",
16495 "futures-io",
16496 "futures-util",
16497 "hashbrown 0.15.5",
16498 "hashlink 0.10.0",
16499 "indexmap",
16500 "log",
16501 "memchr",
16502 "once_cell",
16503 "percent-encoding",
16504 "rust_decimal",
16505 "rustls 0.23.33",
16506 "serde",
16507 "serde_json",
16508 "sha2",
16509 "smallvec",
16510 "thiserror 2.0.17",
16511 "time",
16512 "tokio",
16513 "tokio-stream",
16514 "tracing",
16515 "url",
16516 "uuid",
16517 "webpki-roots",
16518]
16519
16520[[package]]
16521name = "sqlx-macros"
16522version = "0.8.6"
16523source = "registry+https://github.com/rust-lang/crates.io-index"
16524checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16525dependencies = [
16526 "proc-macro2",
16527 "quote",
16528 "sqlx-core",
16529 "sqlx-macros-core",
16530 "syn 2.0.117",
16531]
16532
16533[[package]]
16534name = "sqlx-macros-core"
16535version = "0.8.6"
16536source = "registry+https://github.com/rust-lang/crates.io-index"
16537checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16538dependencies = [
16539 "dotenvy",
16540 "either",
16541 "heck 0.5.0",
16542 "hex",
16543 "once_cell",
16544 "proc-macro2",
16545 "quote",
16546 "serde",
16547 "serde_json",
16548 "sha2",
16549 "sqlx-core",
16550 "sqlx-mysql",
16551 "sqlx-postgres",
16552 "sqlx-sqlite",
16553 "syn 2.0.117",
16554 "tokio",
16555 "url",
16556]
16557
16558[[package]]
16559name = "sqlx-mysql"
16560version = "0.8.6"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16563dependencies = [
16564 "atoi",
16565 "base64 0.22.1",
16566 "bigdecimal",
16567 "bitflags 2.10.0",
16568 "byteorder",
16569 "bytes 1.11.1",
16570 "chrono",
16571 "crc",
16572 "digest",
16573 "dotenvy",
16574 "either",
16575 "futures-channel",
16576 "futures-core",
16577 "futures-io",
16578 "futures-util",
16579 "generic-array",
16580 "hex",
16581 "hkdf",
16582 "hmac",
16583 "itoa",
16584 "log",
16585 "md-5",
16586 "memchr",
16587 "once_cell",
16588 "percent-encoding",
16589 "rand 0.8.5",
16590 "rsa",
16591 "rust_decimal",
16592 "serde",
16593 "sha1",
16594 "sha2",
16595 "smallvec",
16596 "sqlx-core",
16597 "stringprep",
16598 "thiserror 2.0.17",
16599 "time",
16600 "tracing",
16601 "uuid",
16602 "whoami",
16603]
16604
16605[[package]]
16606name = "sqlx-postgres"
16607version = "0.8.6"
16608source = "registry+https://github.com/rust-lang/crates.io-index"
16609checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16610dependencies = [
16611 "atoi",
16612 "base64 0.22.1",
16613 "bigdecimal",
16614 "bitflags 2.10.0",
16615 "byteorder",
16616 "chrono",
16617 "crc",
16618 "dotenvy",
16619 "etcetera",
16620 "futures-channel",
16621 "futures-core",
16622 "futures-util",
16623 "hex",
16624 "hkdf",
16625 "hmac",
16626 "home",
16627 "itoa",
16628 "log",
16629 "md-5",
16630 "memchr",
16631 "num-bigint",
16632 "once_cell",
16633 "rand 0.8.5",
16634 "rust_decimal",
16635 "serde",
16636 "serde_json",
16637 "sha2",
16638 "smallvec",
16639 "sqlx-core",
16640 "stringprep",
16641 "thiserror 2.0.17",
16642 "time",
16643 "tracing",
16644 "uuid",
16645 "whoami",
16646]
16647
16648[[package]]
16649name = "sqlx-sqlite"
16650version = "0.8.6"
16651source = "registry+https://github.com/rust-lang/crates.io-index"
16652checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16653dependencies = [
16654 "atoi",
16655 "chrono",
16656 "flume",
16657 "futures-channel",
16658 "futures-core",
16659 "futures-executor",
16660 "futures-intrusive",
16661 "futures-util",
16662 "libsqlite3-sys",
16663 "log",
16664 "percent-encoding",
16665 "serde",
16666 "serde_urlencoded",
16667 "sqlx-core",
16668 "thiserror 2.0.17",
16669 "time",
16670 "tracing",
16671 "url",
16672 "uuid",
16673]
16674
16675[[package]]
16676name = "stable_deref_trait"
16677version = "1.2.1"
16678source = "registry+https://github.com/rust-lang/crates.io-index"
16679checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16680
16681[[package]]
16682name = "stacker"
16683version = "0.1.23"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16686dependencies = [
16687 "cc",
16688 "cfg-if",
16689 "libc",
16690 "psm",
16691 "windows-sys 0.59.0",
16692]
16693
16694[[package]]
16695name = "stacksafe"
16696version = "0.1.4"
16697source = "registry+https://github.com/rust-lang/crates.io-index"
16698checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16699dependencies = [
16700 "stacker",
16701 "stacksafe-macro",
16702]
16703
16704[[package]]
16705name = "stacksafe-macro"
16706version = "0.1.4"
16707source = "registry+https://github.com/rust-lang/crates.io-index"
16708checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16709dependencies = [
16710 "proc-macro-error2",
16711 "quote",
16712 "syn 2.0.117",
16713]
16714
16715[[package]]
16716name = "static_assertions"
16717version = "1.1.0"
16718source = "registry+https://github.com/rust-lang/crates.io-index"
16719checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16720
16721[[package]]
16722name = "streaming-iterator"
16723version = "0.1.9"
16724source = "registry+https://github.com/rust-lang/crates.io-index"
16725checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16726
16727[[package]]
16728name = "streaming_diff"
16729version = "0.1.0"
16730dependencies = [
16731 "ordered-float 2.10.1",
16732 "rand 0.9.3",
16733 "rope",
16734 "util",
16735]
16736
16737[[package]]
16738name = "strength_reduce"
16739version = "0.2.4"
16740source = "registry+https://github.com/rust-lang/crates.io-index"
16741checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16742
16743[[package]]
16744name = "strict-num"
16745version = "0.1.1"
16746source = "registry+https://github.com/rust-lang/crates.io-index"
16747checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16748dependencies = [
16749 "float-cmp",
16750]
16751
16752[[package]]
16753name = "string_cache"
16754version = "0.8.9"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16757dependencies = [
16758 "new_debug_unreachable",
16759 "parking_lot",
16760 "phf_shared 0.11.3",
16761 "precomputed-hash",
16762 "serde",
16763]
16764
16765[[package]]
16766name = "string_cache_codegen"
16767version = "0.5.4"
16768source = "registry+https://github.com/rust-lang/crates.io-index"
16769checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16770dependencies = [
16771 "phf_generator 0.11.3",
16772 "phf_shared 0.11.3",
16773 "proc-macro2",
16774 "quote",
16775]
16776
16777[[package]]
16778name = "stringprep"
16779version = "0.1.5"
16780source = "registry+https://github.com/rust-lang/crates.io-index"
16781checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16782dependencies = [
16783 "unicode-bidi",
16784 "unicode-normalization",
16785 "unicode-properties",
16786]
16787
16788[[package]]
16789name = "strsim"
16790version = "0.11.1"
16791source = "registry+https://github.com/rust-lang/crates.io-index"
16792checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16793
16794[[package]]
16795name = "strum"
16796version = "0.26.3"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16799
16800[[package]]
16801name = "strum"
16802version = "0.27.2"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16805dependencies = [
16806 "strum_macros 0.27.2",
16807]
16808
16809[[package]]
16810name = "strum"
16811version = "0.28.0"
16812source = "registry+https://github.com/rust-lang/crates.io-index"
16813checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16814dependencies = [
16815 "strum_macros 0.28.0",
16816]
16817
16818[[package]]
16819name = "strum_macros"
16820version = "0.27.2"
16821source = "registry+https://github.com/rust-lang/crates.io-index"
16822checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16823dependencies = [
16824 "heck 0.5.0",
16825 "proc-macro2",
16826 "quote",
16827 "syn 2.0.117",
16828]
16829
16830[[package]]
16831name = "strum_macros"
16832version = "0.28.0"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16835dependencies = [
16836 "heck 0.5.0",
16837 "proc-macro2",
16838 "quote",
16839 "syn 2.0.117",
16840]
16841
16842[[package]]
16843name = "subtle"
16844version = "2.6.1"
16845source = "registry+https://github.com/rust-lang/crates.io-index"
16846checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16847
16848[[package]]
16849name = "sum_tree"
16850version = "0.1.0"
16851dependencies = [
16852 "ctor",
16853 "heapless",
16854 "log",
16855 "proptest",
16856 "rand 0.9.3",
16857 "rayon",
16858 "tracing",
16859 "zlog",
16860 "ztracing",
16861]
16862
16863[[package]]
16864name = "sval"
16865version = "2.15.0"
16866source = "registry+https://github.com/rust-lang/crates.io-index"
16867checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16868
16869[[package]]
16870name = "sval_buffer"
16871version = "2.15.0"
16872source = "registry+https://github.com/rust-lang/crates.io-index"
16873checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16874dependencies = [
16875 "sval",
16876 "sval_ref",
16877]
16878
16879[[package]]
16880name = "sval_dynamic"
16881version = "2.15.0"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16884dependencies = [
16885 "sval",
16886]
16887
16888[[package]]
16889name = "sval_fmt"
16890version = "2.15.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16893dependencies = [
16894 "itoa",
16895 "ryu",
16896 "sval",
16897]
16898
16899[[package]]
16900name = "sval_json"
16901version = "2.15.0"
16902source = "registry+https://github.com/rust-lang/crates.io-index"
16903checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16904dependencies = [
16905 "itoa",
16906 "ryu",
16907 "sval",
16908]
16909
16910[[package]]
16911name = "sval_nested"
16912version = "2.15.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16915dependencies = [
16916 "sval",
16917 "sval_buffer",
16918 "sval_ref",
16919]
16920
16921[[package]]
16922name = "sval_ref"
16923version = "2.15.0"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16926dependencies = [
16927 "sval",
16928]
16929
16930[[package]]
16931name = "sval_serde"
16932version = "2.15.0"
16933source = "registry+https://github.com/rust-lang/crates.io-index"
16934checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16935dependencies = [
16936 "serde_core",
16937 "sval",
16938 "sval_nested",
16939]
16940
16941[[package]]
16942name = "svg_fmt"
16943version = "0.4.5"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16946
16947[[package]]
16948name = "svg_preview"
16949version = "0.1.0"
16950dependencies = [
16951 "file_icons",
16952 "gpui",
16953 "language",
16954 "multi_buffer",
16955 "ui",
16956 "workspace",
16957 "zed_actions",
16958]
16959
16960[[package]]
16961name = "svgtypes"
16962version = "0.15.3"
16963source = "registry+https://github.com/rust-lang/crates.io-index"
16964checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16965dependencies = [
16966 "kurbo",
16967 "siphasher 1.0.1",
16968]
16969
16970[[package]]
16971name = "swash"
16972version = "0.2.6"
16973source = "registry+https://github.com/rust-lang/crates.io-index"
16974checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16975dependencies = [
16976 "skrifa 0.37.0",
16977 "yazi",
16978 "zeno",
16979]
16980
16981[[package]]
16982name = "symphonia"
16983version = "0.5.5"
16984source = "registry+https://github.com/rust-lang/crates.io-index"
16985checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16986dependencies = [
16987 "lazy_static",
16988 "symphonia-bundle-flac",
16989 "symphonia-bundle-mp3",
16990 "symphonia-codec-aac",
16991 "symphonia-codec-pcm",
16992 "symphonia-codec-vorbis",
16993 "symphonia-core",
16994 "symphonia-format-isomp4",
16995 "symphonia-format-ogg",
16996 "symphonia-format-riff",
16997 "symphonia-metadata",
16998]
16999
17000[[package]]
17001name = "symphonia-bundle-flac"
17002version = "0.5.5"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17005dependencies = [
17006 "log",
17007 "symphonia-core",
17008 "symphonia-metadata",
17009 "symphonia-utils-xiph",
17010]
17011
17012[[package]]
17013name = "symphonia-bundle-mp3"
17014version = "0.5.5"
17015source = "registry+https://github.com/rust-lang/crates.io-index"
17016checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17017dependencies = [
17018 "lazy_static",
17019 "log",
17020 "symphonia-core",
17021 "symphonia-metadata",
17022]
17023
17024[[package]]
17025name = "symphonia-codec-aac"
17026version = "0.5.5"
17027source = "registry+https://github.com/rust-lang/crates.io-index"
17028checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17029dependencies = [
17030 "lazy_static",
17031 "log",
17032 "symphonia-core",
17033]
17034
17035[[package]]
17036name = "symphonia-codec-pcm"
17037version = "0.5.5"
17038source = "registry+https://github.com/rust-lang/crates.io-index"
17039checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17040dependencies = [
17041 "log",
17042 "symphonia-core",
17043]
17044
17045[[package]]
17046name = "symphonia-codec-vorbis"
17047version = "0.5.5"
17048source = "registry+https://github.com/rust-lang/crates.io-index"
17049checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17050dependencies = [
17051 "log",
17052 "symphonia-core",
17053 "symphonia-utils-xiph",
17054]
17055
17056[[package]]
17057name = "symphonia-core"
17058version = "0.5.5"
17059source = "registry+https://github.com/rust-lang/crates.io-index"
17060checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17061dependencies = [
17062 "arrayvec",
17063 "bitflags 1.3.2",
17064 "bytemuck",
17065 "lazy_static",
17066 "log",
17067]
17068
17069[[package]]
17070name = "symphonia-format-isomp4"
17071version = "0.5.5"
17072source = "registry+https://github.com/rust-lang/crates.io-index"
17073checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17074dependencies = [
17075 "encoding_rs",
17076 "log",
17077 "symphonia-core",
17078 "symphonia-metadata",
17079 "symphonia-utils-xiph",
17080]
17081
17082[[package]]
17083name = "symphonia-format-ogg"
17084version = "0.5.5"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17087dependencies = [
17088 "log",
17089 "symphonia-core",
17090 "symphonia-metadata",
17091 "symphonia-utils-xiph",
17092]
17093
17094[[package]]
17095name = "symphonia-format-riff"
17096version = "0.5.5"
17097source = "registry+https://github.com/rust-lang/crates.io-index"
17098checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17099dependencies = [
17100 "extended",
17101 "log",
17102 "symphonia-core",
17103 "symphonia-metadata",
17104]
17105
17106[[package]]
17107name = "symphonia-metadata"
17108version = "0.5.5"
17109source = "registry+https://github.com/rust-lang/crates.io-index"
17110checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17111dependencies = [
17112 "encoding_rs",
17113 "lazy_static",
17114 "log",
17115 "symphonia-core",
17116]
17117
17118[[package]]
17119name = "symphonia-utils-xiph"
17120version = "0.5.5"
17121source = "registry+https://github.com/rust-lang/crates.io-index"
17122checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17123dependencies = [
17124 "symphonia-core",
17125 "symphonia-metadata",
17126]
17127
17128[[package]]
17129name = "syn"
17130version = "1.0.109"
17131source = "registry+https://github.com/rust-lang/crates.io-index"
17132checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17133dependencies = [
17134 "proc-macro2",
17135 "quote",
17136 "unicode-ident",
17137]
17138
17139[[package]]
17140name = "syn"
17141version = "2.0.117"
17142source = "registry+https://github.com/rust-lang/crates.io-index"
17143checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17144dependencies = [
17145 "proc-macro2",
17146 "quote",
17147 "unicode-ident",
17148]
17149
17150[[package]]
17151name = "sync_wrapper"
17152version = "0.1.2"
17153source = "registry+https://github.com/rust-lang/crates.io-index"
17154checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17155
17156[[package]]
17157name = "sync_wrapper"
17158version = "1.0.2"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17161dependencies = [
17162 "futures-core",
17163]
17164
17165[[package]]
17166name = "synchronoise"
17167version = "1.0.1"
17168source = "registry+https://github.com/rust-lang/crates.io-index"
17169checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17170dependencies = [
17171 "crossbeam-queue",
17172]
17173
17174[[package]]
17175name = "synstructure"
17176version = "0.13.2"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17179dependencies = [
17180 "proc-macro2",
17181 "quote",
17182 "syn 2.0.117",
17183]
17184
17185[[package]]
17186name = "syntax_theme"
17187version = "0.1.0"
17188dependencies = [
17189 "gpui",
17190 "serde",
17191 "serde_json",
17192]
17193
17194[[package]]
17195name = "sys-locale"
17196version = "0.3.2"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17199dependencies = [
17200 "libc",
17201]
17202
17203[[package]]
17204name = "sysctl"
17205version = "0.5.5"
17206source = "registry+https://github.com/rust-lang/crates.io-index"
17207checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17208dependencies = [
17209 "bitflags 2.10.0",
17210 "byteorder",
17211 "enum-as-inner",
17212 "libc",
17213 "thiserror 1.0.69",
17214 "walkdir",
17215]
17216
17217[[package]]
17218name = "sysctl"
17219version = "0.6.0"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17222dependencies = [
17223 "bitflags 2.10.0",
17224 "byteorder",
17225 "enum-as-inner",
17226 "libc",
17227 "thiserror 1.0.69",
17228 "walkdir",
17229]
17230
17231[[package]]
17232name = "sysinfo"
17233version = "0.31.4"
17234source = "registry+https://github.com/rust-lang/crates.io-index"
17235checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17236dependencies = [
17237 "core-foundation-sys",
17238 "libc",
17239 "memchr",
17240 "ntapi",
17241 "rayon",
17242 "windows 0.57.0",
17243]
17244
17245[[package]]
17246name = "sysinfo"
17247version = "0.37.2"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17250dependencies = [
17251 "libc",
17252 "memchr",
17253 "ntapi",
17254 "objc2-core-foundation",
17255 "objc2-io-kit",
17256 "windows 0.61.3",
17257]
17258
17259[[package]]
17260name = "system-configuration"
17261version = "0.5.1"
17262source = "registry+https://github.com/rust-lang/crates.io-index"
17263checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17264dependencies = [
17265 "bitflags 1.3.2",
17266 "core-foundation 0.9.4",
17267 "system-configuration-sys 0.5.0",
17268]
17269
17270[[package]]
17271name = "system-configuration"
17272version = "0.6.1"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17275dependencies = [
17276 "bitflags 2.10.0",
17277 "core-foundation 0.9.4",
17278 "system-configuration-sys 0.6.0",
17279]
17280
17281[[package]]
17282name = "system-configuration-sys"
17283version = "0.5.0"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17286dependencies = [
17287 "core-foundation-sys",
17288 "libc",
17289]
17290
17291[[package]]
17292name = "system-configuration-sys"
17293version = "0.6.0"
17294source = "registry+https://github.com/rust-lang/crates.io-index"
17295checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17296dependencies = [
17297 "core-foundation-sys",
17298 "libc",
17299]
17300
17301[[package]]
17302name = "system-deps"
17303version = "6.2.2"
17304source = "registry+https://github.com/rust-lang/crates.io-index"
17305checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17306dependencies = [
17307 "cfg-expr 0.15.8",
17308 "heck 0.5.0",
17309 "pkg-config",
17310 "toml 0.8.23",
17311 "version-compare",
17312]
17313
17314[[package]]
17315name = "system-deps"
17316version = "7.0.7"
17317source = "registry+https://github.com/rust-lang/crates.io-index"
17318checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17319dependencies = [
17320 "cfg-expr 0.20.6",
17321 "heck 0.5.0",
17322 "pkg-config",
17323 "toml 0.9.8",
17324 "version-compare",
17325]
17326
17327[[package]]
17328name = "system-interface"
17329version = "0.27.3"
17330source = "registry+https://github.com/rust-lang/crates.io-index"
17331checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17332dependencies = [
17333 "bitflags 2.10.0",
17334 "cap-fs-ext",
17335 "cap-std",
17336 "fd-lock",
17337 "io-lifetimes",
17338 "rustix 0.38.44",
17339 "windows-sys 0.59.0",
17340 "winx",
17341]
17342
17343[[package]]
17344name = "system_specs"
17345version = "0.1.0"
17346dependencies = [
17347 "anyhow",
17348 "client",
17349 "gpui",
17350 "human_bytes",
17351 "pciid-parser",
17352 "release_channel",
17353 "semver",
17354 "serde",
17355 "sysinfo 0.37.2",
17356]
17357
17358[[package]]
17359name = "tab_switcher"
17360version = "0.1.0"
17361dependencies = [
17362 "collections",
17363 "ctor",
17364 "editor",
17365 "fuzzy",
17366 "gpui",
17367 "menu",
17368 "picker",
17369 "project",
17370 "schemars",
17371 "serde",
17372 "serde_json",
17373 "settings",
17374 "smol",
17375 "theme",
17376 "theme_settings",
17377 "ui",
17378 "util",
17379 "workspace",
17380 "zlog",
17381]
17382
17383[[package]]
17384name = "taffy"
17385version = "0.9.0"
17386source = "registry+https://github.com/rust-lang/crates.io-index"
17387checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17388dependencies = [
17389 "arrayvec",
17390 "grid",
17391 "serde",
17392 "slotmap",
17393]
17394
17395[[package]]
17396name = "tagptr"
17397version = "0.2.0"
17398source = "registry+https://github.com/rust-lang/crates.io-index"
17399checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17400
17401[[package]]
17402name = "take-until"
17403version = "0.2.0"
17404source = "registry+https://github.com/rust-lang/crates.io-index"
17405checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17406
17407[[package]]
17408name = "tao-core-video-sys"
17409version = "0.2.0"
17410source = "registry+https://github.com/rust-lang/crates.io-index"
17411checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17412dependencies = [
17413 "cfg-if",
17414 "core-foundation-sys",
17415 "libc",
17416 "objc",
17417]
17418
17419[[package]]
17420name = "tap"
17421version = "1.0.1"
17422source = "registry+https://github.com/rust-lang/crates.io-index"
17423checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17424
17425[[package]]
17426name = "target-lexicon"
17427version = "0.12.16"
17428source = "registry+https://github.com/rust-lang/crates.io-index"
17429checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17430
17431[[package]]
17432name = "target-lexicon"
17433version = "0.13.3"
17434source = "registry+https://github.com/rust-lang/crates.io-index"
17435checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17436
17437[[package]]
17438name = "task"
17439version = "0.1.0"
17440dependencies = [
17441 "anyhow",
17442 "collections",
17443 "futures 0.3.32",
17444 "gpui",
17445 "hex",
17446 "log",
17447 "parking_lot",
17448 "pretty_assertions",
17449 "proto",
17450 "schemars",
17451 "serde",
17452 "serde_json",
17453 "serde_json_lenient",
17454 "sha2",
17455 "shellexpand",
17456 "util",
17457 "zed_actions",
17458]
17459
17460[[package]]
17461name = "tasks_ui"
17462version = "0.1.0"
17463dependencies = [
17464 "anyhow",
17465 "collections",
17466 "editor",
17467 "file_icons",
17468 "fuzzy",
17469 "gpui",
17470 "itertools 0.14.0",
17471 "language",
17472 "menu",
17473 "picker",
17474 "project",
17475 "serde",
17476 "serde_json",
17477 "task",
17478 "tree-sitter-rust",
17479 "tree-sitter-typescript",
17480 "ui",
17481 "util",
17482 "workspace",
17483 "zed_actions",
17484]
17485
17486[[package]]
17487name = "telemetry"
17488version = "0.1.0"
17489dependencies = [
17490 "futures 0.3.32",
17491 "serde",
17492 "serde_json",
17493 "telemetry_events",
17494]
17495
17496[[package]]
17497name = "telemetry_events"
17498version = "0.1.0"
17499dependencies = [
17500 "semver",
17501 "serde",
17502 "serde_json",
17503]
17504
17505[[package]]
17506name = "tempfile"
17507version = "3.23.0"
17508source = "registry+https://github.com/rust-lang/crates.io-index"
17509checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17510dependencies = [
17511 "fastrand 2.3.0",
17512 "getrandom 0.3.4",
17513 "once_cell",
17514 "rustix 1.1.2",
17515 "windows-sys 0.61.2",
17516]
17517
17518[[package]]
17519name = "tendril"
17520version = "0.4.3"
17521source = "registry+https://github.com/rust-lang/crates.io-index"
17522checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17523dependencies = [
17524 "futf",
17525 "mac",
17526 "utf-8",
17527]
17528
17529[[package]]
17530name = "termcolor"
17531version = "1.4.1"
17532source = "registry+https://github.com/rust-lang/crates.io-index"
17533checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17534dependencies = [
17535 "winapi-util",
17536]
17537
17538[[package]]
17539name = "terminal"
17540version = "0.1.0"
17541dependencies = [
17542 "alacritty_terminal",
17543 "anyhow",
17544 "collections",
17545 "futures 0.3.32",
17546 "gpui",
17547 "itertools 0.14.0",
17548 "libc",
17549 "log",
17550 "parking_lot",
17551 "rand 0.9.3",
17552 "regex",
17553 "release_channel",
17554 "schemars",
17555 "serde",
17556 "settings",
17557 "smol",
17558 "sysinfo 0.37.2",
17559 "task",
17560 "theme",
17561 "theme_settings",
17562 "thiserror 2.0.17",
17563 "url",
17564 "urlencoding",
17565 "util",
17566 "util_macros",
17567 "windows 0.61.3",
17568]
17569
17570[[package]]
17571name = "terminal_size"
17572version = "0.4.3"
17573source = "registry+https://github.com/rust-lang/crates.io-index"
17574checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17575dependencies = [
17576 "rustix 1.1.2",
17577 "windows-sys 0.60.2",
17578]
17579
17580[[package]]
17581name = "terminal_view"
17582version = "0.1.0"
17583dependencies = [
17584 "anyhow",
17585 "async-recursion",
17586 "breadcrumbs",
17587 "collections",
17588 "db",
17589 "dirs",
17590 "editor",
17591 "futures 0.3.32",
17592 "gpui",
17593 "itertools 0.14.0",
17594 "language",
17595 "log",
17596 "menu",
17597 "pretty_assertions",
17598 "project",
17599 "regex",
17600 "schemars",
17601 "serde",
17602 "serde_json",
17603 "settings",
17604 "shellexpand",
17605 "task",
17606 "terminal",
17607 "theme",
17608 "theme_settings",
17609 "ui",
17610 "util",
17611 "workspace",
17612 "zed_actions",
17613]
17614
17615[[package]]
17616name = "text"
17617version = "0.1.0"
17618dependencies = [
17619 "anyhow",
17620 "clock",
17621 "collections",
17622 "ctor",
17623 "gpui",
17624 "log",
17625 "parking_lot",
17626 "postage",
17627 "rand 0.9.3",
17628 "regex",
17629 "rope",
17630 "smallvec",
17631 "sum_tree",
17632 "util",
17633 "zlog",
17634]
17635
17636[[package]]
17637name = "theme"
17638version = "0.1.0"
17639dependencies = [
17640 "anyhow",
17641 "collections",
17642 "gpui",
17643 "palette",
17644 "parking_lot",
17645 "refineable",
17646 "schemars",
17647 "serde",
17648 "serde_json",
17649 "serde_json_lenient",
17650 "strum 0.27.2",
17651 "syntax_theme",
17652 "thiserror 2.0.17",
17653 "uuid",
17654]
17655
17656[[package]]
17657name = "theme_extension"
17658version = "0.1.0"
17659dependencies = [
17660 "anyhow",
17661 "extension",
17662 "fs",
17663 "gpui",
17664 "theme",
17665 "theme_settings",
17666]
17667
17668[[package]]
17669name = "theme_importer"
17670version = "0.1.0"
17671dependencies = [
17672 "anyhow",
17673 "clap",
17674 "collections",
17675 "gpui",
17676 "indexmap",
17677 "log",
17678 "palette",
17679 "serde",
17680 "serde_json",
17681 "serde_json_lenient",
17682 "simplelog",
17683 "strum 0.27.2",
17684 "theme",
17685 "theme_settings",
17686 "vscode_theme",
17687]
17688
17689[[package]]
17690name = "theme_selector"
17691version = "0.1.0"
17692dependencies = [
17693 "editor",
17694 "fs",
17695 "fuzzy",
17696 "gpui",
17697 "log",
17698 "picker",
17699 "project",
17700 "serde",
17701 "serde_json",
17702 "settings",
17703 "telemetry",
17704 "theme",
17705 "theme_settings",
17706 "ui",
17707 "util",
17708 "workspace",
17709 "zed_actions",
17710]
17711
17712[[package]]
17713name = "theme_settings"
17714version = "0.1.0"
17715dependencies = [
17716 "anyhow",
17717 "collections",
17718 "gpui",
17719 "gpui_util",
17720 "log",
17721 "palette",
17722 "refineable",
17723 "schemars",
17724 "serde",
17725 "serde_json",
17726 "serde_json_lenient",
17727 "settings",
17728 "theme",
17729 "uuid",
17730]
17731
17732[[package]]
17733name = "thiserror"
17734version = "1.0.69"
17735source = "registry+https://github.com/rust-lang/crates.io-index"
17736checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17737dependencies = [
17738 "thiserror-impl 1.0.69",
17739]
17740
17741[[package]]
17742name = "thiserror"
17743version = "2.0.17"
17744source = "registry+https://github.com/rust-lang/crates.io-index"
17745checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17746dependencies = [
17747 "thiserror-impl 2.0.17",
17748]
17749
17750[[package]]
17751name = "thiserror-impl"
17752version = "1.0.69"
17753source = "registry+https://github.com/rust-lang/crates.io-index"
17754checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17755dependencies = [
17756 "proc-macro2",
17757 "quote",
17758 "syn 2.0.117",
17759]
17760
17761[[package]]
17762name = "thiserror-impl"
17763version = "2.0.17"
17764source = "registry+https://github.com/rust-lang/crates.io-index"
17765checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17766dependencies = [
17767 "proc-macro2",
17768 "quote",
17769 "syn 2.0.117",
17770]
17771
17772[[package]]
17773name = "thread_local"
17774version = "1.1.9"
17775source = "registry+https://github.com/rust-lang/crates.io-index"
17776checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17777dependencies = [
17778 "cfg-if",
17779]
17780
17781[[package]]
17782name = "tiff"
17783version = "0.10.3"
17784source = "registry+https://github.com/rust-lang/crates.io-index"
17785checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17786dependencies = [
17787 "fax",
17788 "flate2",
17789 "half",
17790 "quick-error 2.0.1",
17791 "weezl",
17792 "zune-jpeg",
17793]
17794
17795[[package]]
17796name = "tiktoken-rs"
17797version = "0.9.1"
17798source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17799dependencies = [
17800 "anyhow",
17801 "base64 0.22.1",
17802 "bstr",
17803 "fancy-regex 0.16.2",
17804 "lazy_static",
17805 "regex",
17806 "rustc-hash 1.1.0",
17807]
17808
17809[[package]]
17810name = "time"
17811version = "0.3.47"
17812source = "registry+https://github.com/rust-lang/crates.io-index"
17813checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17814dependencies = [
17815 "deranged",
17816 "itoa",
17817 "libc",
17818 "num-conv",
17819 "num_threads",
17820 "powerfmt",
17821 "serde_core",
17822 "time-core",
17823 "time-macros",
17824]
17825
17826[[package]]
17827name = "time-core"
17828version = "0.1.8"
17829source = "registry+https://github.com/rust-lang/crates.io-index"
17830checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17831
17832[[package]]
17833name = "time-macros"
17834version = "0.2.27"
17835source = "registry+https://github.com/rust-lang/crates.io-index"
17836checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17837dependencies = [
17838 "num-conv",
17839 "time-core",
17840]
17841
17842[[package]]
17843name = "time_format"
17844version = "0.1.0"
17845dependencies = [
17846 "core-foundation 0.10.0",
17847 "core-foundation-sys",
17848 "sys-locale",
17849 "time",
17850 "windows 0.61.3",
17851]
17852
17853[[package]]
17854name = "tiny-keccak"
17855version = "2.0.2"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17858dependencies = [
17859 "crunchy",
17860]
17861
17862[[package]]
17863name = "tiny-skia"
17864version = "0.11.4"
17865source = "registry+https://github.com/rust-lang/crates.io-index"
17866checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17867dependencies = [
17868 "arrayref",
17869 "arrayvec",
17870 "bytemuck",
17871 "cfg-if",
17872 "log",
17873 "png 0.17.16",
17874 "tiny-skia-path",
17875]
17876
17877[[package]]
17878name = "tiny-skia-path"
17879version = "0.11.4"
17880source = "registry+https://github.com/rust-lang/crates.io-index"
17881checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17882dependencies = [
17883 "arrayref",
17884 "bytemuck",
17885 "strict-num",
17886]
17887
17888[[package]]
17889name = "tiny_http"
17890version = "0.12.0"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17893dependencies = [
17894 "ascii",
17895 "chunked_transfer",
17896 "httpdate",
17897 "log",
17898]
17899
17900[[package]]
17901name = "tinystr"
17902version = "0.8.1"
17903source = "registry+https://github.com/rust-lang/crates.io-index"
17904checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17905dependencies = [
17906 "displaydoc",
17907 "zerovec",
17908]
17909
17910[[package]]
17911name = "tinytemplate"
17912version = "1.2.1"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17915dependencies = [
17916 "serde",
17917 "serde_json",
17918]
17919
17920[[package]]
17921name = "tinyvec"
17922version = "1.10.0"
17923source = "registry+https://github.com/rust-lang/crates.io-index"
17924checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17925dependencies = [
17926 "tinyvec_macros",
17927]
17928
17929[[package]]
17930name = "tinyvec_macros"
17931version = "0.1.1"
17932source = "registry+https://github.com/rust-lang/crates.io-index"
17933checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17934
17935[[package]]
17936name = "title_bar"
17937version = "0.1.0"
17938dependencies = [
17939 "anyhow",
17940 "auto_update",
17941 "call",
17942 "channel",
17943 "chrono",
17944 "client",
17945 "cloud_api_types",
17946 "db",
17947 "git_ui",
17948 "gpui",
17949 "icons",
17950 "livekit_client",
17951 "notifications",
17952 "platform_title_bar",
17953 "project",
17954 "recent_projects",
17955 "release_channel",
17956 "remote",
17957 "remote_connection",
17958 "rpc",
17959 "schemars",
17960 "semver",
17961 "serde",
17962 "settings",
17963 "smallvec",
17964 "telemetry",
17965 "theme",
17966 "ui",
17967 "util",
17968 "windows 0.61.3",
17969 "workspace",
17970 "zed_actions",
17971]
17972
17973[[package]]
17974name = "tokio"
17975version = "1.48.0"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17978dependencies = [
17979 "bytes 1.11.1",
17980 "libc",
17981 "mio 1.1.0",
17982 "parking_lot",
17983 "pin-project-lite",
17984 "signal-hook-registry",
17985 "socket2 0.6.1",
17986 "tokio-macros",
17987 "windows-sys 0.61.2",
17988]
17989
17990[[package]]
17991name = "tokio-io"
17992version = "0.1.13"
17993source = "registry+https://github.com/rust-lang/crates.io-index"
17994checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17995dependencies = [
17996 "bytes 0.4.12",
17997 "futures 0.1.31",
17998 "log",
17999]
18000
18001[[package]]
18002name = "tokio-macros"
18003version = "2.6.0"
18004source = "registry+https://github.com/rust-lang/crates.io-index"
18005checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18006dependencies = [
18007 "proc-macro2",
18008 "quote",
18009 "syn 2.0.117",
18010]
18011
18012[[package]]
18013name = "tokio-native-tls"
18014version = "0.3.1"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18017dependencies = [
18018 "native-tls",
18019 "tokio",
18020]
18021
18022[[package]]
18023name = "tokio-rustls"
18024version = "0.24.1"
18025source = "registry+https://github.com/rust-lang/crates.io-index"
18026checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18027dependencies = [
18028 "rustls 0.21.12",
18029 "tokio",
18030]
18031
18032[[package]]
18033name = "tokio-rustls"
18034version = "0.26.2"
18035source = "registry+https://github.com/rust-lang/crates.io-index"
18036checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18037dependencies = [
18038 "rustls 0.23.33",
18039 "tokio",
18040]
18041
18042[[package]]
18043name = "tokio-socks"
18044version = "0.5.2"
18045source = "registry+https://github.com/rust-lang/crates.io-index"
18046checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18047dependencies = [
18048 "either",
18049 "futures-io",
18050 "futures-util",
18051 "thiserror 1.0.69",
18052 "tokio",
18053]
18054
18055[[package]]
18056name = "tokio-stream"
18057version = "0.1.17"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18060dependencies = [
18061 "futures-core",
18062 "pin-project-lite",
18063 "tokio",
18064]
18065
18066[[package]]
18067name = "tokio-tungstenite"
18068version = "0.20.1"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18071dependencies = [
18072 "futures-util",
18073 "log",
18074 "tokio",
18075 "tungstenite 0.20.1",
18076]
18077
18078[[package]]
18079name = "tokio-tungstenite"
18080version = "0.21.0"
18081source = "registry+https://github.com/rust-lang/crates.io-index"
18082checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18083dependencies = [
18084 "futures-util",
18085 "log",
18086 "tokio",
18087 "tungstenite 0.21.0",
18088]
18089
18090[[package]]
18091name = "tokio-tungstenite"
18092version = "0.28.0"
18093source = "registry+https://github.com/rust-lang/crates.io-index"
18094checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18095dependencies = [
18096 "futures-util",
18097 "log",
18098 "rustls 0.23.33",
18099 "rustls-native-certs 0.8.2",
18100 "rustls-pki-types",
18101 "tokio",
18102 "tokio-rustls 0.26.2",
18103 "tungstenite 0.28.0",
18104]
18105
18106[[package]]
18107name = "tokio-util"
18108version = "0.7.16"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18111dependencies = [
18112 "bytes 1.11.1",
18113 "futures-core",
18114 "futures-io",
18115 "futures-sink",
18116 "pin-project-lite",
18117 "tokio",
18118]
18119
18120[[package]]
18121name = "toml"
18122version = "0.5.11"
18123source = "registry+https://github.com/rust-lang/crates.io-index"
18124checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18125dependencies = [
18126 "serde",
18127]
18128
18129[[package]]
18130name = "toml"
18131version = "0.8.23"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18134dependencies = [
18135 "serde",
18136 "serde_spanned 0.6.9",
18137 "toml_datetime 0.6.11",
18138 "toml_edit 0.22.27",
18139]
18140
18141[[package]]
18142name = "toml"
18143version = "0.9.8"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18146dependencies = [
18147 "indexmap",
18148 "serde_core",
18149 "serde_spanned 1.0.3",
18150 "toml_datetime 0.7.3",
18151 "toml_parser",
18152 "toml_writer",
18153 "winnow",
18154]
18155
18156[[package]]
18157name = "toml_datetime"
18158version = "0.6.11"
18159source = "registry+https://github.com/rust-lang/crates.io-index"
18160checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18161dependencies = [
18162 "serde",
18163]
18164
18165[[package]]
18166name = "toml_datetime"
18167version = "0.7.3"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18170dependencies = [
18171 "serde_core",
18172]
18173
18174[[package]]
18175name = "toml_edit"
18176version = "0.22.27"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18179dependencies = [
18180 "indexmap",
18181 "serde",
18182 "serde_spanned 0.6.9",
18183 "toml_datetime 0.6.11",
18184 "toml_write",
18185 "winnow",
18186]
18187
18188[[package]]
18189name = "toml_edit"
18190version = "0.23.7"
18191source = "registry+https://github.com/rust-lang/crates.io-index"
18192checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18193dependencies = [
18194 "indexmap",
18195 "toml_datetime 0.7.3",
18196 "toml_parser",
18197 "winnow",
18198]
18199
18200[[package]]
18201name = "toml_parser"
18202version = "1.0.4"
18203source = "registry+https://github.com/rust-lang/crates.io-index"
18204checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18205dependencies = [
18206 "winnow",
18207]
18208
18209[[package]]
18210name = "toml_write"
18211version = "0.1.2"
18212source = "registry+https://github.com/rust-lang/crates.io-index"
18213checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18214
18215[[package]]
18216name = "toml_writer"
18217version = "1.0.4"
18218source = "registry+https://github.com/rust-lang/crates.io-index"
18219checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18220
18221[[package]]
18222name = "toolchain_selector"
18223version = "0.1.0"
18224dependencies = [
18225 "anyhow",
18226 "convert_case 0.8.0",
18227 "editor",
18228 "futures 0.3.32",
18229 "fuzzy",
18230 "gpui",
18231 "language",
18232 "menu",
18233 "open_path_prompt",
18234 "picker",
18235 "project",
18236 "ui",
18237 "util",
18238 "workspace",
18239]
18240
18241[[package]]
18242name = "topological-sort"
18243version = "0.2.2"
18244source = "registry+https://github.com/rust-lang/crates.io-index"
18245checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18246
18247[[package]]
18248name = "tower"
18249version = "0.4.13"
18250source = "registry+https://github.com/rust-lang/crates.io-index"
18251checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18252dependencies = [
18253 "futures-core",
18254 "futures-util",
18255 "pin-project",
18256 "pin-project-lite",
18257 "tokio",
18258 "tower-layer",
18259 "tower-service",
18260 "tracing",
18261]
18262
18263[[package]]
18264name = "tower"
18265version = "0.5.2"
18266source = "registry+https://github.com/rust-lang/crates.io-index"
18267checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18268dependencies = [
18269 "futures-core",
18270 "futures-util",
18271 "pin-project-lite",
18272 "sync_wrapper 1.0.2",
18273 "tokio",
18274 "tokio-util",
18275 "tower-layer",
18276 "tower-service",
18277 "tracing",
18278]
18279
18280[[package]]
18281name = "tower-http"
18282version = "0.4.4"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18285dependencies = [
18286 "bitflags 2.10.0",
18287 "bytes 1.11.1",
18288 "futures-core",
18289 "futures-util",
18290 "http 0.2.12",
18291 "http-body 0.4.6",
18292 "http-range-header",
18293 "pin-project-lite",
18294 "tower-layer",
18295 "tower-service",
18296 "tracing",
18297]
18298
18299[[package]]
18300name = "tower-http"
18301version = "0.6.6"
18302source = "registry+https://github.com/rust-lang/crates.io-index"
18303checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18304dependencies = [
18305 "bitflags 2.10.0",
18306 "bytes 1.11.1",
18307 "futures-util",
18308 "http 1.3.1",
18309 "http-body 1.0.1",
18310 "iri-string",
18311 "pin-project-lite",
18312 "tower 0.5.2",
18313 "tower-layer",
18314 "tower-service",
18315 "tracing",
18316]
18317
18318[[package]]
18319name = "tower-layer"
18320version = "0.3.3"
18321source = "registry+https://github.com/rust-lang/crates.io-index"
18322checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18323
18324[[package]]
18325name = "tower-service"
18326version = "0.3.3"
18327source = "registry+https://github.com/rust-lang/crates.io-index"
18328checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18329
18330[[package]]
18331name = "tracing"
18332version = "0.1.43"
18333source = "registry+https://github.com/rust-lang/crates.io-index"
18334checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18335dependencies = [
18336 "log",
18337 "pin-project-lite",
18338 "tracing-attributes",
18339 "tracing-core",
18340]
18341
18342[[package]]
18343name = "tracing-attributes"
18344version = "0.1.31"
18345source = "registry+https://github.com/rust-lang/crates.io-index"
18346checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18347dependencies = [
18348 "proc-macro2",
18349 "quote",
18350 "syn 2.0.117",
18351]
18352
18353[[package]]
18354name = "tracing-core"
18355version = "0.1.35"
18356source = "registry+https://github.com/rust-lang/crates.io-index"
18357checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18358dependencies = [
18359 "once_cell",
18360 "valuable",
18361]
18362
18363[[package]]
18364name = "tracing-log"
18365version = "0.2.0"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18368dependencies = [
18369 "log",
18370 "once_cell",
18371 "tracing-core",
18372]
18373
18374[[package]]
18375name = "tracing-serde"
18376version = "0.2.0"
18377source = "registry+https://github.com/rust-lang/crates.io-index"
18378checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18379dependencies = [
18380 "serde",
18381 "tracing-core",
18382]
18383
18384[[package]]
18385name = "tracing-subscriber"
18386version = "0.3.22"
18387source = "registry+https://github.com/rust-lang/crates.io-index"
18388checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18389dependencies = [
18390 "matchers",
18391 "nu-ansi-term",
18392 "once_cell",
18393 "regex-automata",
18394 "serde",
18395 "serde_json",
18396 "sharded-slab",
18397 "smallvec",
18398 "thread_local",
18399 "tracing",
18400 "tracing-core",
18401 "tracing-log",
18402 "tracing-serde",
18403]
18404
18405[[package]]
18406name = "tracing-tracy"
18407version = "0.11.4"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18410dependencies = [
18411 "tracing-core",
18412 "tracing-subscriber",
18413 "tracy-client",
18414]
18415
18416[[package]]
18417name = "tracy-client"
18418version = "0.18.3"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18421dependencies = [
18422 "loom",
18423 "once_cell",
18424 "tracy-client-sys",
18425]
18426
18427[[package]]
18428name = "tracy-client-sys"
18429version = "0.27.0"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18432dependencies = [
18433 "cc",
18434 "windows-targets 0.52.6",
18435]
18436
18437[[package]]
18438name = "transpose"
18439version = "0.2.3"
18440source = "registry+https://github.com/rust-lang/crates.io-index"
18441checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18442dependencies = [
18443 "num-integer",
18444 "strength_reduce",
18445]
18446
18447[[package]]
18448name = "trash"
18449version = "5.2.5"
18450source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18451dependencies = [
18452 "chrono",
18453 "libc",
18454 "log",
18455 "objc2",
18456 "objc2-foundation",
18457 "once_cell",
18458 "percent-encoding",
18459 "scopeguard",
18460 "urlencoding",
18461 "windows 0.56.0",
18462 "windows-core 0.56.0",
18463]
18464
18465[[package]]
18466name = "tree-sitter"
18467version = "0.26.8"
18468source = "registry+https://github.com/rust-lang/crates.io-index"
18469checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18470dependencies = [
18471 "cc",
18472 "regex",
18473 "regex-syntax",
18474 "serde_json",
18475 "streaming-iterator",
18476 "tree-sitter-language",
18477 "wasmtime-c-api-impl",
18478]
18479
18480[[package]]
18481name = "tree-sitter-bash"
18482version = "0.25.1"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18485dependencies = [
18486 "cc",
18487 "tree-sitter-language",
18488]
18489
18490[[package]]
18491name = "tree-sitter-c"
18492version = "0.24.1"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18495dependencies = [
18496 "cc",
18497 "tree-sitter-language",
18498]
18499
18500[[package]]
18501name = "tree-sitter-cpp"
18502version = "0.23.4"
18503source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18504dependencies = [
18505 "cc",
18506 "tree-sitter-language",
18507]
18508
18509[[package]]
18510name = "tree-sitter-css"
18511version = "0.23.2"
18512source = "registry+https://github.com/rust-lang/crates.io-index"
18513checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18514dependencies = [
18515 "cc",
18516 "tree-sitter-language",
18517]
18518
18519[[package]]
18520name = "tree-sitter-diff"
18521version = "0.1.0"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18524dependencies = [
18525 "cc",
18526 "tree-sitter-language",
18527]
18528
18529[[package]]
18530name = "tree-sitter-elixir"
18531version = "0.3.4"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18534dependencies = [
18535 "cc",
18536 "tree-sitter-language",
18537]
18538
18539[[package]]
18540name = "tree-sitter-embedded-template"
18541version = "0.23.2"
18542source = "registry+https://github.com/rust-lang/crates.io-index"
18543checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18544dependencies = [
18545 "cc",
18546 "tree-sitter-language",
18547]
18548
18549[[package]]
18550name = "tree-sitter-gitcommit"
18551version = "0.0.1"
18552source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18553dependencies = [
18554 "cc",
18555 "tree-sitter-language",
18556]
18557
18558[[package]]
18559name = "tree-sitter-go"
18560version = "0.25.0"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18563dependencies = [
18564 "cc",
18565 "tree-sitter-language",
18566]
18567
18568[[package]]
18569name = "tree-sitter-gomod"
18570version = "1.1.1"
18571source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18572dependencies = [
18573 "cc",
18574 "tree-sitter-language",
18575]
18576
18577[[package]]
18578name = "tree-sitter-gowork"
18579version = "0.0.1"
18580source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-heex"
18588version = "0.0.1"
18589source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18590dependencies = [
18591 "cc",
18592 "tree-sitter-language",
18593]
18594
18595[[package]]
18596name = "tree-sitter-html"
18597version = "0.23.2"
18598source = "registry+https://github.com/rust-lang/crates.io-index"
18599checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18600dependencies = [
18601 "cc",
18602 "tree-sitter-language",
18603]
18604
18605[[package]]
18606name = "tree-sitter-jsdoc"
18607version = "0.23.2"
18608source = "registry+https://github.com/rust-lang/crates.io-index"
18609checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18610dependencies = [
18611 "cc",
18612 "tree-sitter-language",
18613]
18614
18615[[package]]
18616name = "tree-sitter-json"
18617version = "0.24.8"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18620dependencies = [
18621 "cc",
18622 "tree-sitter-language",
18623]
18624
18625[[package]]
18626name = "tree-sitter-language"
18627version = "0.1.5"
18628source = "registry+https://github.com/rust-lang/crates.io-index"
18629checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18630
18631[[package]]
18632name = "tree-sitter-md"
18633version = "0.3.2"
18634source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18635dependencies = [
18636 "cc",
18637 "tree-sitter-language",
18638]
18639
18640[[package]]
18641name = "tree-sitter-python"
18642version = "0.25.0"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18645dependencies = [
18646 "cc",
18647 "tree-sitter-language",
18648]
18649
18650[[package]]
18651name = "tree-sitter-regex"
18652version = "0.24.3"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18655dependencies = [
18656 "cc",
18657 "tree-sitter-language",
18658]
18659
18660[[package]]
18661name = "tree-sitter-ruby"
18662version = "0.23.1"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18665dependencies = [
18666 "cc",
18667 "tree-sitter-language",
18668]
18669
18670[[package]]
18671name = "tree-sitter-rust"
18672version = "0.24.2"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18675dependencies = [
18676 "cc",
18677 "tree-sitter-language",
18678]
18679
18680[[package]]
18681name = "tree-sitter-typescript"
18682version = "0.23.2"
18683source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18684dependencies = [
18685 "cc",
18686 "tree-sitter-language",
18687]
18688
18689[[package]]
18690name = "tree-sitter-yaml"
18691version = "0.6.1"
18692source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18693dependencies = [
18694 "cc",
18695 "tree-sitter-language",
18696]
18697
18698[[package]]
18699name = "triomphe"
18700version = "0.1.15"
18701source = "registry+https://github.com/rust-lang/crates.io-index"
18702checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18703dependencies = [
18704 "serde",
18705 "stable_deref_trait",
18706]
18707
18708[[package]]
18709name = "try-lock"
18710version = "0.2.5"
18711source = "registry+https://github.com/rust-lang/crates.io-index"
18712checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18713
18714[[package]]
18715name = "ttf-parser"
18716version = "0.20.0"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18719
18720[[package]]
18721name = "ttf-parser"
18722version = "0.25.1"
18723source = "registry+https://github.com/rust-lang/crates.io-index"
18724checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18725dependencies = [
18726 "core_maths",
18727]
18728
18729[[package]]
18730name = "tungstenite"
18731version = "0.20.1"
18732source = "registry+https://github.com/rust-lang/crates.io-index"
18733checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18734dependencies = [
18735 "byteorder",
18736 "bytes 1.11.1",
18737 "data-encoding",
18738 "http 0.2.12",
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.21.0"
18751source = "registry+https://github.com/rust-lang/crates.io-index"
18752checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18753dependencies = [
18754 "byteorder",
18755 "bytes 1.11.1",
18756 "data-encoding",
18757 "http 1.3.1",
18758 "httparse",
18759 "log",
18760 "rand 0.8.5",
18761 "sha1",
18762 "thiserror 1.0.69",
18763 "url",
18764 "utf-8",
18765]
18766
18767[[package]]
18768name = "tungstenite"
18769version = "0.27.0"
18770source = "registry+https://github.com/rust-lang/crates.io-index"
18771checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
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 = "tungstenite"
18788version = "0.28.0"
18789source = "registry+https://github.com/rust-lang/crates.io-index"
18790checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18791dependencies = [
18792 "bytes 1.11.1",
18793 "data-encoding",
18794 "http 1.3.1",
18795 "httparse",
18796 "log",
18797 "rand 0.9.3",
18798 "rustls 0.23.33",
18799 "rustls-pki-types",
18800 "sha1",
18801 "thiserror 2.0.17",
18802 "utf-8",
18803]
18804
18805[[package]]
18806name = "typeid"
18807version = "1.0.3"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18810
18811[[package]]
18812name = "typenum"
18813version = "1.19.0"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18816
18817[[package]]
18818name = "ucd-trie"
18819version = "0.1.7"
18820source = "registry+https://github.com/rust-lang/crates.io-index"
18821checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18822
18823[[package]]
18824name = "uds"
18825version = "0.4.2"
18826source = "registry+https://github.com/rust-lang/crates.io-index"
18827checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18828dependencies = [
18829 "libc",
18830]
18831
18832[[package]]
18833name = "uds_windows"
18834version = "1.1.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18837dependencies = [
18838 "memoffset",
18839 "tempfile",
18840 "winapi",
18841]
18842
18843[[package]]
18844name = "ug"
18845version = "0.4.0"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18848dependencies = [
18849 "gemm 0.18.2",
18850 "half",
18851 "libloading",
18852 "memmap2",
18853 "num",
18854 "num-traits",
18855 "num_cpus",
18856 "rayon",
18857 "safetensors",
18858 "serde",
18859 "thiserror 1.0.69",
18860 "tracing",
18861 "yoke 0.7.5",
18862]
18863
18864[[package]]
18865name = "ui"
18866version = "0.1.0"
18867dependencies = [
18868 "chrono",
18869 "component",
18870 "documented",
18871 "gpui",
18872 "gpui_macros",
18873 "gpui_util",
18874 "icons",
18875 "itertools 0.14.0",
18876 "menu",
18877 "schemars",
18878 "serde",
18879 "smallvec",
18880 "strum 0.27.2",
18881 "theme",
18882 "ui_macros",
18883 "windows 0.61.3",
18884]
18885
18886[[package]]
18887name = "ui_input"
18888version = "0.1.0"
18889dependencies = [
18890 "component",
18891 "gpui",
18892 "ui",
18893]
18894
18895[[package]]
18896name = "ui_macros"
18897version = "0.1.0"
18898dependencies = [
18899 "component",
18900 "quote",
18901 "syn 2.0.117",
18902 "ui",
18903]
18904
18905[[package]]
18906name = "ui_prompt"
18907version = "0.1.0"
18908dependencies = [
18909 "gpui",
18910 "markdown",
18911 "menu",
18912 "settings",
18913 "theme_settings",
18914 "ui",
18915 "workspace",
18916]
18917
18918[[package]]
18919name = "unarray"
18920version = "0.1.4"
18921source = "registry+https://github.com/rust-lang/crates.io-index"
18922checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18923
18924[[package]]
18925name = "unicase"
18926version = "2.8.1"
18927source = "registry+https://github.com/rust-lang/crates.io-index"
18928checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18929
18930[[package]]
18931name = "unicode-bidi"
18932version = "0.3.18"
18933source = "registry+https://github.com/rust-lang/crates.io-index"
18934checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18935
18936[[package]]
18937name = "unicode-bidi-mirroring"
18938version = "0.4.0"
18939source = "registry+https://github.com/rust-lang/crates.io-index"
18940checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18941
18942[[package]]
18943name = "unicode-ccc"
18944version = "0.4.0"
18945source = "registry+https://github.com/rust-lang/crates.io-index"
18946checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18947
18948[[package]]
18949name = "unicode-general-category"
18950version = "1.1.0"
18951source = "registry+https://github.com/rust-lang/crates.io-index"
18952checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18953
18954[[package]]
18955name = "unicode-ident"
18956version = "1.0.19"
18957source = "registry+https://github.com/rust-lang/crates.io-index"
18958checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18959
18960[[package]]
18961name = "unicode-linebreak"
18962version = "0.1.5"
18963source = "registry+https://github.com/rust-lang/crates.io-index"
18964checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18965
18966[[package]]
18967name = "unicode-normalization"
18968version = "0.1.24"
18969source = "registry+https://github.com/rust-lang/crates.io-index"
18970checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18971dependencies = [
18972 "tinyvec",
18973]
18974
18975[[package]]
18976name = "unicode-properties"
18977version = "0.1.3"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18980
18981[[package]]
18982name = "unicode-script"
18983version = "0.5.8"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18986
18987[[package]]
18988name = "unicode-segmentation"
18989version = "1.12.0"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18992
18993[[package]]
18994name = "unicode-vo"
18995version = "0.1.0"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
18998
18999[[package]]
19000name = "unicode-width"
19001version = "0.2.2"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19004
19005[[package]]
19006name = "unicode-xid"
19007version = "0.2.6"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19010
19011[[package]]
19012name = "unicode_categories"
19013version = "0.1.1"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19016
19017[[package]]
19018name = "unindent"
19019version = "0.2.4"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19022
19023[[package]]
19024name = "unsafe-libyaml"
19025version = "0.2.11"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19028
19029[[package]]
19030name = "untrusted"
19031version = "0.7.1"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19034
19035[[package]]
19036name = "untrusted"
19037version = "0.9.0"
19038source = "registry+https://github.com/rust-lang/crates.io-index"
19039checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19040
19041[[package]]
19042name = "url"
19043version = "2.5.7"
19044source = "registry+https://github.com/rust-lang/crates.io-index"
19045checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19046dependencies = [
19047 "form_urlencoded",
19048 "idna",
19049 "percent-encoding",
19050 "serde",
19051]
19052
19053[[package]]
19054name = "urlencoding"
19055version = "2.1.3"
19056source = "registry+https://github.com/rust-lang/crates.io-index"
19057checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19058
19059[[package]]
19060name = "usvg"
19061version = "0.45.1"
19062source = "registry+https://github.com/rust-lang/crates.io-index"
19063checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19064dependencies = [
19065 "base64 0.22.1",
19066 "data-url",
19067 "flate2",
19068 "fontdb 0.23.0",
19069 "imagesize",
19070 "kurbo",
19071 "log",
19072 "pico-args",
19073 "roxmltree",
19074 "rustybuzz",
19075 "simplecss",
19076 "siphasher 1.0.1",
19077 "strict-num",
19078 "svgtypes",
19079 "tiny-skia-path",
19080 "unicode-bidi",
19081 "unicode-script",
19082 "unicode-vo",
19083 "xmlwriter",
19084]
19085
19086[[package]]
19087name = "utf-8"
19088version = "0.7.6"
19089source = "registry+https://github.com/rust-lang/crates.io-index"
19090checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19091
19092[[package]]
19093name = "utf8-chars"
19094version = "3.0.6"
19095source = "registry+https://github.com/rust-lang/crates.io-index"
19096checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19097dependencies = [
19098 "arrayvec",
19099]
19100
19101[[package]]
19102name = "utf8_iter"
19103version = "1.0.4"
19104source = "registry+https://github.com/rust-lang/crates.io-index"
19105checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19106
19107[[package]]
19108name = "utf8parse"
19109version = "0.2.2"
19110source = "registry+https://github.com/rust-lang/crates.io-index"
19111checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19112
19113[[package]]
19114name = "util"
19115version = "0.1.0"
19116dependencies = [
19117 "anyhow",
19118 "async-fs",
19119 "async_zip",
19120 "collections",
19121 "command-fds",
19122 "dirs",
19123 "dunce",
19124 "futures 0.3.32",
19125 "futures-lite 1.13.0",
19126 "git2",
19127 "globset",
19128 "gpui_util",
19129 "itertools 0.14.0",
19130 "libc",
19131 "log",
19132 "mach2 0.5.0",
19133 "nix 0.29.0",
19134 "percent-encoding",
19135 "pretty_assertions",
19136 "rand 0.9.3",
19137 "regex",
19138 "rust-embed",
19139 "schemars",
19140 "serde",
19141 "serde_json",
19142 "serde_json_lenient",
19143 "shlex",
19144 "smol",
19145 "take-until",
19146 "tempfile",
19147 "tendril",
19148 "unicase",
19149 "url",
19150 "util_macros",
19151 "walkdir",
19152 "which 6.0.3",
19153]
19154
19155[[package]]
19156name = "util_macros"
19157version = "0.1.0"
19158dependencies = [
19159 "perf",
19160 "quote",
19161 "syn 2.0.117",
19162]
19163
19164[[package]]
19165name = "uuid"
19166version = "1.18.1"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19169dependencies = [
19170 "getrandom 0.3.4",
19171 "js-sys",
19172 "serde",
19173 "sha1_smol",
19174 "wasm-bindgen",
19175]
19176
19177[[package]]
19178name = "uuid-simd"
19179version = "0.8.0"
19180source = "registry+https://github.com/rust-lang/crates.io-index"
19181checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19182dependencies = [
19183 "outref",
19184 "vsimd",
19185]
19186
19187[[package]]
19188name = "v_frame"
19189version = "0.3.9"
19190source = "registry+https://github.com/rust-lang/crates.io-index"
19191checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19192dependencies = [
19193 "aligned-vec",
19194 "num-traits",
19195 "wasm-bindgen",
19196]
19197
19198[[package]]
19199name = "valuable"
19200version = "0.1.1"
19201source = "registry+https://github.com/rust-lang/crates.io-index"
19202checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19203
19204[[package]]
19205name = "value-bag"
19206version = "1.12.0"
19207source = "registry+https://github.com/rust-lang/crates.io-index"
19208checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19209dependencies = [
19210 "value-bag-serde1",
19211 "value-bag-sval2",
19212]
19213
19214[[package]]
19215name = "value-bag-serde1"
19216version = "1.12.0"
19217source = "registry+https://github.com/rust-lang/crates.io-index"
19218checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19219dependencies = [
19220 "erased-serde",
19221 "serde_core",
19222 "serde_fmt",
19223]
19224
19225[[package]]
19226name = "value-bag-sval2"
19227version = "1.12.0"
19228source = "registry+https://github.com/rust-lang/crates.io-index"
19229checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19230dependencies = [
19231 "sval",
19232 "sval_buffer",
19233 "sval_dynamic",
19234 "sval_fmt",
19235 "sval_json",
19236 "sval_ref",
19237 "sval_serde",
19238]
19239
19240[[package]]
19241name = "vcpkg"
19242version = "0.2.15"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19245
19246[[package]]
19247name = "vercel"
19248version = "0.1.0"
19249dependencies = [
19250 "anyhow",
19251 "schemars",
19252 "serde",
19253 "strum 0.27.2",
19254]
19255
19256[[package]]
19257name = "version-compare"
19258version = "0.2.0"
19259source = "registry+https://github.com/rust-lang/crates.io-index"
19260checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19261
19262[[package]]
19263name = "version_check"
19264version = "0.9.5"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19267
19268[[package]]
19269name = "vim"
19270version = "0.1.0"
19271dependencies = [
19272 "anyhow",
19273 "async-compat",
19274 "async-trait",
19275 "collections",
19276 "command_palette",
19277 "command_palette_hooks",
19278 "db",
19279 "editor",
19280 "env_logger 0.11.8",
19281 "futures 0.3.32",
19282 "fuzzy",
19283 "git_ui",
19284 "gpui",
19285 "indoc",
19286 "itertools 0.14.0",
19287 "language",
19288 "log",
19289 "lsp",
19290 "markdown_preview",
19291 "menu",
19292 "multi_buffer",
19293 "nvim-rs",
19294 "outline_panel",
19295 "parking_lot",
19296 "perf",
19297 "picker",
19298 "project",
19299 "project_panel",
19300 "regex",
19301 "release_channel",
19302 "schemars",
19303 "search",
19304 "semver",
19305 "serde",
19306 "serde_json",
19307 "settings",
19308 "settings_ui",
19309 "task",
19310 "text",
19311 "theme",
19312 "theme_settings",
19313 "tokio",
19314 "ui",
19315 "util",
19316 "util_macros",
19317 "vim_mode_setting",
19318 "workspace",
19319 "zed_actions",
19320]
19321
19322[[package]]
19323name = "vim_mode_setting"
19324version = "0.1.0"
19325dependencies = [
19326 "gpui",
19327 "settings",
19328]
19329
19330[[package]]
19331name = "vscode_theme"
19332version = "0.2.0"
19333source = "registry+https://github.com/rust-lang/crates.io-index"
19334checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19335dependencies = [
19336 "serde",
19337]
19338
19339[[package]]
19340name = "vsimd"
19341version = "0.8.0"
19342source = "registry+https://github.com/rust-lang/crates.io-index"
19343checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19344
19345[[package]]
19346name = "vswhom"
19347version = "0.1.0"
19348source = "registry+https://github.com/rust-lang/crates.io-index"
19349checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19350dependencies = [
19351 "libc",
19352 "vswhom-sys",
19353]
19354
19355[[package]]
19356name = "vswhom-sys"
19357version = "0.1.3"
19358source = "registry+https://github.com/rust-lang/crates.io-index"
19359checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19360dependencies = [
19361 "cc",
19362 "libc",
19363]
19364
19365[[package]]
19366name = "vte"
19367version = "0.15.0"
19368source = "registry+https://github.com/rust-lang/crates.io-index"
19369checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19370dependencies = [
19371 "arrayvec",
19372 "bitflags 2.10.0",
19373 "cursor-icon",
19374 "log",
19375 "memchr",
19376 "serde",
19377]
19378
19379[[package]]
19380name = "wait-timeout"
19381version = "0.2.1"
19382source = "registry+https://github.com/rust-lang/crates.io-index"
19383checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19384dependencies = [
19385 "libc",
19386]
19387
19388[[package]]
19389name = "waker-fn"
19390version = "1.2.0"
19391source = "registry+https://github.com/rust-lang/crates.io-index"
19392checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19393
19394[[package]]
19395name = "walkdir"
19396version = "2.5.0"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19399dependencies = [
19400 "same-file",
19401 "winapi-util",
19402]
19403
19404[[package]]
19405name = "want"
19406version = "0.3.1"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19409dependencies = [
19410 "try-lock",
19411]
19412
19413[[package]]
19414name = "warp"
19415version = "0.3.7"
19416source = "registry+https://github.com/rust-lang/crates.io-index"
19417checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19418dependencies = [
19419 "bytes 1.11.1",
19420 "futures-channel",
19421 "futures-util",
19422 "headers",
19423 "http 0.2.12",
19424 "hyper 0.14.32",
19425 "log",
19426 "mime",
19427 "mime_guess",
19428 "percent-encoding",
19429 "pin-project",
19430 "scoped-tls",
19431 "serde",
19432 "serde_json",
19433 "serde_urlencoded",
19434 "tokio",
19435 "tokio-tungstenite 0.21.0",
19436 "tokio-util",
19437 "tower-service",
19438 "tracing",
19439]
19440
19441[[package]]
19442name = "wasi"
19443version = "0.11.1+wasi-snapshot-preview1"
19444source = "registry+https://github.com/rust-lang/crates.io-index"
19445checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19446
19447[[package]]
19448name = "wasip2"
19449version = "1.0.1+wasi-0.2.4"
19450source = "registry+https://github.com/rust-lang/crates.io-index"
19451checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19452dependencies = [
19453 "wit-bindgen 0.46.0",
19454]
19455
19456[[package]]
19457name = "wasip3"
19458version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19459source = "registry+https://github.com/rust-lang/crates.io-index"
19460checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19461dependencies = [
19462 "wit-bindgen 0.51.0",
19463]
19464
19465[[package]]
19466name = "wasite"
19467version = "0.1.0"
19468source = "registry+https://github.com/rust-lang/crates.io-index"
19469checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19470
19471[[package]]
19472name = "wasm-bindgen"
19473version = "0.2.113"
19474source = "registry+https://github.com/rust-lang/crates.io-index"
19475checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19476dependencies = [
19477 "cfg-if",
19478 "once_cell",
19479 "rustversion",
19480 "wasm-bindgen-macro",
19481 "wasm-bindgen-shared",
19482]
19483
19484[[package]]
19485name = "wasm-bindgen-futures"
19486version = "0.4.63"
19487source = "registry+https://github.com/rust-lang/crates.io-index"
19488checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19489dependencies = [
19490 "cfg-if",
19491 "futures-util",
19492 "js-sys",
19493 "once_cell",
19494 "wasm-bindgen",
19495 "web-sys",
19496]
19497
19498[[package]]
19499name = "wasm-bindgen-macro"
19500version = "0.2.113"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19503dependencies = [
19504 "quote",
19505 "wasm-bindgen-macro-support",
19506]
19507
19508[[package]]
19509name = "wasm-bindgen-macro-support"
19510version = "0.2.113"
19511source = "registry+https://github.com/rust-lang/crates.io-index"
19512checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19513dependencies = [
19514 "bumpalo",
19515 "proc-macro2",
19516 "quote",
19517 "syn 2.0.117",
19518 "wasm-bindgen-shared",
19519]
19520
19521[[package]]
19522name = "wasm-bindgen-shared"
19523version = "0.2.113"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19526dependencies = [
19527 "unicode-ident",
19528]
19529
19530[[package]]
19531name = "wasm-encoder"
19532version = "0.201.0"
19533source = "registry+https://github.com/rust-lang/crates.io-index"
19534checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19535dependencies = [
19536 "leb128",
19537]
19538
19539[[package]]
19540name = "wasm-encoder"
19541version = "0.221.3"
19542source = "registry+https://github.com/rust-lang/crates.io-index"
19543checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19544dependencies = [
19545 "leb128",
19546 "wasmparser 0.221.3",
19547]
19548
19549[[package]]
19550name = "wasm-encoder"
19551version = "0.227.1"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19554dependencies = [
19555 "leb128fmt",
19556 "wasmparser 0.227.1",
19557]
19558
19559[[package]]
19560name = "wasm-encoder"
19561version = "0.236.1"
19562source = "registry+https://github.com/rust-lang/crates.io-index"
19563checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19564dependencies = [
19565 "leb128fmt",
19566 "wasmparser 0.236.1",
19567]
19568
19569[[package]]
19570name = "wasm-encoder"
19571version = "0.244.0"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19574dependencies = [
19575 "leb128fmt",
19576 "wasmparser 0.244.0",
19577]
19578
19579[[package]]
19580name = "wasm-metadata"
19581version = "0.201.0"
19582source = "registry+https://github.com/rust-lang/crates.io-index"
19583checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19584dependencies = [
19585 "anyhow",
19586 "indexmap",
19587 "serde",
19588 "serde_derive",
19589 "serde_json",
19590 "spdx",
19591 "wasm-encoder 0.201.0",
19592 "wasmparser 0.201.0",
19593]
19594
19595[[package]]
19596name = "wasm-metadata"
19597version = "0.227.1"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19600dependencies = [
19601 "anyhow",
19602 "auditable-serde",
19603 "flate2",
19604 "indexmap",
19605 "serde",
19606 "serde_derive",
19607 "serde_json",
19608 "spdx",
19609 "url",
19610 "wasm-encoder 0.227.1",
19611 "wasmparser 0.227.1",
19612]
19613
19614[[package]]
19615name = "wasm-metadata"
19616version = "0.244.0"
19617source = "registry+https://github.com/rust-lang/crates.io-index"
19618checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19619dependencies = [
19620 "anyhow",
19621 "indexmap",
19622 "wasm-encoder 0.244.0",
19623 "wasmparser 0.244.0",
19624]
19625
19626[[package]]
19627name = "wasm-streams"
19628version = "0.4.2"
19629source = "registry+https://github.com/rust-lang/crates.io-index"
19630checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19631dependencies = [
19632 "futures-util",
19633 "js-sys",
19634 "wasm-bindgen",
19635 "wasm-bindgen-futures",
19636 "web-sys",
19637]
19638
19639[[package]]
19640name = "wasm_thread"
19641version = "0.3.3"
19642source = "registry+https://github.com/rust-lang/crates.io-index"
19643checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19644dependencies = [
19645 "futures 0.3.32",
19646 "js-sys",
19647 "wasm-bindgen",
19648 "web-sys",
19649]
19650
19651[[package]]
19652name = "wasmparser"
19653version = "0.201.0"
19654source = "registry+https://github.com/rust-lang/crates.io-index"
19655checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19656dependencies = [
19657 "bitflags 2.10.0",
19658 "indexmap",
19659 "semver",
19660]
19661
19662[[package]]
19663name = "wasmparser"
19664version = "0.221.3"
19665source = "registry+https://github.com/rust-lang/crates.io-index"
19666checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19667dependencies = [
19668 "bitflags 2.10.0",
19669 "hashbrown 0.15.5",
19670 "indexmap",
19671 "semver",
19672 "serde",
19673]
19674
19675[[package]]
19676name = "wasmparser"
19677version = "0.227.1"
19678source = "registry+https://github.com/rust-lang/crates.io-index"
19679checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19680dependencies = [
19681 "bitflags 2.10.0",
19682 "hashbrown 0.15.5",
19683 "indexmap",
19684 "semver",
19685]
19686
19687[[package]]
19688name = "wasmparser"
19689version = "0.236.1"
19690source = "registry+https://github.com/rust-lang/crates.io-index"
19691checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19692dependencies = [
19693 "bitflags 2.10.0",
19694 "hashbrown 0.15.5",
19695 "indexmap",
19696 "semver",
19697 "serde",
19698]
19699
19700[[package]]
19701name = "wasmparser"
19702version = "0.244.0"
19703source = "registry+https://github.com/rust-lang/crates.io-index"
19704checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19705dependencies = [
19706 "bitflags 2.10.0",
19707 "hashbrown 0.15.5",
19708 "indexmap",
19709 "semver",
19710]
19711
19712[[package]]
19713name = "wasmprinter"
19714version = "0.236.1"
19715source = "registry+https://github.com/rust-lang/crates.io-index"
19716checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19717dependencies = [
19718 "anyhow",
19719 "termcolor",
19720 "wasmparser 0.236.1",
19721]
19722
19723[[package]]
19724name = "wasmtime"
19725version = "36.0.7"
19726source = "registry+https://github.com/rust-lang/crates.io-index"
19727checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19728dependencies = [
19729 "addr2line",
19730 "anyhow",
19731 "async-trait",
19732 "bitflags 2.10.0",
19733 "bumpalo",
19734 "cc",
19735 "cfg-if",
19736 "encoding_rs",
19737 "hashbrown 0.15.5",
19738 "indexmap",
19739 "libc",
19740 "log",
19741 "mach2 0.4.3",
19742 "memfd",
19743 "object",
19744 "once_cell",
19745 "postcard",
19746 "pulley-interpreter",
19747 "rayon",
19748 "rustix 1.1.2",
19749 "semver",
19750 "serde",
19751 "serde_derive",
19752 "smallvec",
19753 "target-lexicon 0.13.3",
19754 "wasmparser 0.236.1",
19755 "wasmtime-environ",
19756 "wasmtime-internal-asm-macros",
19757 "wasmtime-internal-component-macro",
19758 "wasmtime-internal-component-util",
19759 "wasmtime-internal-cranelift",
19760 "wasmtime-internal-fiber",
19761 "wasmtime-internal-jit-debug",
19762 "wasmtime-internal-jit-icache-coherence",
19763 "wasmtime-internal-math",
19764 "wasmtime-internal-slab",
19765 "wasmtime-internal-unwinder",
19766 "wasmtime-internal-versioned-export-macros",
19767 "wasmtime-internal-winch",
19768 "windows-sys 0.60.2",
19769]
19770
19771[[package]]
19772name = "wasmtime-c-api-impl"
19773version = "36.0.6"
19774source = "registry+https://github.com/rust-lang/crates.io-index"
19775checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19776dependencies = [
19777 "anyhow",
19778 "log",
19779 "tracing",
19780 "wasmtime",
19781 "wasmtime-internal-c-api-macros",
19782]
19783
19784[[package]]
19785name = "wasmtime-environ"
19786version = "36.0.7"
19787source = "registry+https://github.com/rust-lang/crates.io-index"
19788checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19789dependencies = [
19790 "anyhow",
19791 "cpp_demangle",
19792 "cranelift-bitset",
19793 "cranelift-entity",
19794 "gimli",
19795 "indexmap",
19796 "log",
19797 "object",
19798 "postcard",
19799 "rustc-demangle",
19800 "semver",
19801 "serde",
19802 "serde_derive",
19803 "smallvec",
19804 "target-lexicon 0.13.3",
19805 "wasm-encoder 0.236.1",
19806 "wasmparser 0.236.1",
19807 "wasmprinter",
19808 "wasmtime-internal-component-util",
19809]
19810
19811[[package]]
19812name = "wasmtime-internal-asm-macros"
19813version = "36.0.7"
19814source = "registry+https://github.com/rust-lang/crates.io-index"
19815checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19816dependencies = [
19817 "cfg-if",
19818]
19819
19820[[package]]
19821name = "wasmtime-internal-c-api-macros"
19822version = "36.0.6"
19823source = "registry+https://github.com/rust-lang/crates.io-index"
19824checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19825dependencies = [
19826 "proc-macro2",
19827 "quote",
19828]
19829
19830[[package]]
19831name = "wasmtime-internal-component-macro"
19832version = "36.0.7"
19833source = "registry+https://github.com/rust-lang/crates.io-index"
19834checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19835dependencies = [
19836 "anyhow",
19837 "proc-macro2",
19838 "quote",
19839 "syn 2.0.117",
19840 "wasmtime-internal-component-util",
19841 "wasmtime-internal-wit-bindgen",
19842 "wit-parser 0.236.1",
19843]
19844
19845[[package]]
19846name = "wasmtime-internal-component-util"
19847version = "36.0.7"
19848source = "registry+https://github.com/rust-lang/crates.io-index"
19849checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19850
19851[[package]]
19852name = "wasmtime-internal-cranelift"
19853version = "36.0.7"
19854source = "registry+https://github.com/rust-lang/crates.io-index"
19855checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19856dependencies = [
19857 "anyhow",
19858 "cfg-if",
19859 "cranelift-codegen",
19860 "cranelift-control",
19861 "cranelift-entity",
19862 "cranelift-frontend",
19863 "cranelift-native",
19864 "gimli",
19865 "itertools 0.14.0",
19866 "log",
19867 "object",
19868 "pulley-interpreter",
19869 "smallvec",
19870 "target-lexicon 0.13.3",
19871 "thiserror 2.0.17",
19872 "wasmparser 0.236.1",
19873 "wasmtime-environ",
19874 "wasmtime-internal-math",
19875 "wasmtime-internal-versioned-export-macros",
19876]
19877
19878[[package]]
19879name = "wasmtime-internal-fiber"
19880version = "36.0.7"
19881source = "registry+https://github.com/rust-lang/crates.io-index"
19882checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19883dependencies = [
19884 "anyhow",
19885 "cc",
19886 "cfg-if",
19887 "libc",
19888 "rustix 1.1.2",
19889 "wasmtime-internal-asm-macros",
19890 "wasmtime-internal-versioned-export-macros",
19891 "windows-sys 0.60.2",
19892]
19893
19894[[package]]
19895name = "wasmtime-internal-jit-debug"
19896version = "36.0.7"
19897source = "registry+https://github.com/rust-lang/crates.io-index"
19898checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19899dependencies = [
19900 "cc",
19901 "wasmtime-internal-versioned-export-macros",
19902]
19903
19904[[package]]
19905name = "wasmtime-internal-jit-icache-coherence"
19906version = "36.0.7"
19907source = "registry+https://github.com/rust-lang/crates.io-index"
19908checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19909dependencies = [
19910 "anyhow",
19911 "cfg-if",
19912 "libc",
19913 "windows-sys 0.60.2",
19914]
19915
19916[[package]]
19917name = "wasmtime-internal-math"
19918version = "36.0.7"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19921dependencies = [
19922 "libm",
19923]
19924
19925[[package]]
19926name = "wasmtime-internal-slab"
19927version = "36.0.7"
19928source = "registry+https://github.com/rust-lang/crates.io-index"
19929checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19930
19931[[package]]
19932name = "wasmtime-internal-unwinder"
19933version = "36.0.7"
19934source = "registry+https://github.com/rust-lang/crates.io-index"
19935checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19936dependencies = [
19937 "anyhow",
19938 "cfg-if",
19939 "cranelift-codegen",
19940 "log",
19941 "object",
19942]
19943
19944[[package]]
19945name = "wasmtime-internal-versioned-export-macros"
19946version = "36.0.7"
19947source = "registry+https://github.com/rust-lang/crates.io-index"
19948checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19949dependencies = [
19950 "proc-macro2",
19951 "quote",
19952 "syn 2.0.117",
19953]
19954
19955[[package]]
19956name = "wasmtime-internal-winch"
19957version = "36.0.7"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19960dependencies = [
19961 "anyhow",
19962 "cranelift-codegen",
19963 "gimli",
19964 "object",
19965 "target-lexicon 0.13.3",
19966 "wasmparser 0.236.1",
19967 "wasmtime-environ",
19968 "wasmtime-internal-cranelift",
19969 "winch-codegen",
19970]
19971
19972[[package]]
19973name = "wasmtime-internal-wit-bindgen"
19974version = "36.0.7"
19975source = "registry+https://github.com/rust-lang/crates.io-index"
19976checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19977dependencies = [
19978 "anyhow",
19979 "bitflags 2.10.0",
19980 "heck 0.5.0",
19981 "indexmap",
19982 "wit-parser 0.236.1",
19983]
19984
19985[[package]]
19986name = "wasmtime-wasi"
19987version = "36.0.6"
19988source = "registry+https://github.com/rust-lang/crates.io-index"
19989checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19990dependencies = [
19991 "anyhow",
19992 "async-trait",
19993 "bitflags 2.10.0",
19994 "bytes 1.11.1",
19995 "cap-fs-ext",
19996 "cap-net-ext",
19997 "cap-rand",
19998 "cap-std",
19999 "cap-time-ext",
20000 "fs-set-times",
20001 "futures 0.3.32",
20002 "io-extras",
20003 "io-lifetimes",
20004 "rustix 1.1.2",
20005 "system-interface",
20006 "thiserror 2.0.17",
20007 "tokio",
20008 "tracing",
20009 "url",
20010 "wasmtime",
20011 "wasmtime-wasi-io",
20012 "wiggle",
20013 "windows-sys 0.60.2",
20014]
20015
20016[[package]]
20017name = "wasmtime-wasi-io"
20018version = "36.0.6"
20019source = "registry+https://github.com/rust-lang/crates.io-index"
20020checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20021dependencies = [
20022 "anyhow",
20023 "async-trait",
20024 "bytes 1.11.1",
20025 "futures 0.3.32",
20026 "wasmtime",
20027]
20028
20029[[package]]
20030name = "wast"
20031version = "35.0.2"
20032source = "registry+https://github.com/rust-lang/crates.io-index"
20033checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20034dependencies = [
20035 "leb128",
20036]
20037
20038[[package]]
20039name = "watch"
20040version = "0.1.0"
20041dependencies = [
20042 "ctor",
20043 "futures 0.3.32",
20044 "gpui",
20045 "parking_lot",
20046 "zlog",
20047]
20048
20049[[package]]
20050name = "wax"
20051version = "0.7.0"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20054dependencies = [
20055 "const_format",
20056 "itertools 0.14.0",
20057 "nom 7.1.3",
20058 "pori",
20059 "regex",
20060 "thiserror 2.0.17",
20061 "walkdir",
20062]
20063
20064[[package]]
20065name = "wayland-backend"
20066version = "0.3.11"
20067source = "registry+https://github.com/rust-lang/crates.io-index"
20068checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20069dependencies = [
20070 "cc",
20071 "downcast-rs",
20072 "rustix 1.1.2",
20073 "scoped-tls",
20074 "smallvec",
20075 "wayland-sys",
20076]
20077
20078[[package]]
20079name = "wayland-client"
20080version = "0.31.11"
20081source = "registry+https://github.com/rust-lang/crates.io-index"
20082checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20083dependencies = [
20084 "bitflags 2.10.0",
20085 "rustix 1.1.2",
20086 "wayland-backend",
20087 "wayland-scanner",
20088]
20089
20090[[package]]
20091name = "wayland-cursor"
20092version = "0.31.11"
20093source = "registry+https://github.com/rust-lang/crates.io-index"
20094checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20095dependencies = [
20096 "rustix 1.1.2",
20097 "wayland-client",
20098 "xcursor",
20099]
20100
20101[[package]]
20102name = "wayland-protocols"
20103version = "0.32.9"
20104source = "registry+https://github.com/rust-lang/crates.io-index"
20105checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20106dependencies = [
20107 "bitflags 2.10.0",
20108 "wayland-backend",
20109 "wayland-client",
20110 "wayland-scanner",
20111]
20112
20113[[package]]
20114name = "wayland-protocols-plasma"
20115version = "0.3.9"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20118dependencies = [
20119 "bitflags 2.10.0",
20120 "wayland-backend",
20121 "wayland-client",
20122 "wayland-protocols",
20123 "wayland-scanner",
20124]
20125
20126[[package]]
20127name = "wayland-protocols-wlr"
20128version = "0.3.9"
20129source = "registry+https://github.com/rust-lang/crates.io-index"
20130checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20131dependencies = [
20132 "bitflags 2.10.0",
20133 "wayland-backend",
20134 "wayland-client",
20135 "wayland-protocols",
20136 "wayland-scanner",
20137]
20138
20139[[package]]
20140name = "wayland-scanner"
20141version = "0.31.7"
20142source = "registry+https://github.com/rust-lang/crates.io-index"
20143checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20144dependencies = [
20145 "proc-macro2",
20146 "quick-xml 0.37.5",
20147 "quote",
20148]
20149
20150[[package]]
20151name = "wayland-sys"
20152version = "0.31.7"
20153source = "registry+https://github.com/rust-lang/crates.io-index"
20154checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20155dependencies = [
20156 "dlib",
20157 "log",
20158 "once_cell",
20159 "pkg-config",
20160]
20161
20162[[package]]
20163name = "web-sys"
20164version = "0.3.90"
20165source = "registry+https://github.com/rust-lang/crates.io-index"
20166checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20167dependencies = [
20168 "js-sys",
20169 "wasm-bindgen",
20170]
20171
20172[[package]]
20173name = "web-time"
20174version = "1.1.0"
20175source = "registry+https://github.com/rust-lang/crates.io-index"
20176checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20177dependencies = [
20178 "js-sys",
20179 "serde",
20180 "wasm-bindgen",
20181]
20182
20183[[package]]
20184name = "web_atoms"
20185version = "0.1.3"
20186source = "registry+https://github.com/rust-lang/crates.io-index"
20187checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20188dependencies = [
20189 "phf 0.11.3",
20190 "phf_codegen",
20191 "string_cache",
20192 "string_cache_codegen",
20193]
20194
20195[[package]]
20196name = "web_search"
20197version = "0.1.0"
20198dependencies = [
20199 "anyhow",
20200 "cloud_llm_client",
20201 "collections",
20202 "gpui",
20203 "serde",
20204]
20205
20206[[package]]
20207name = "web_search_providers"
20208version = "0.1.0"
20209dependencies = [
20210 "anyhow",
20211 "client",
20212 "cloud_api_client",
20213 "cloud_api_types",
20214 "cloud_llm_client",
20215 "futures 0.3.32",
20216 "gpui",
20217 "http_client",
20218 "language_model",
20219 "serde",
20220 "serde_json",
20221 "web_search",
20222]
20223
20224[[package]]
20225name = "webpki-root-certs"
20226version = "0.26.8"
20227source = "registry+https://github.com/rust-lang/crates.io-index"
20228checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20229dependencies = [
20230 "rustls-pki-types",
20231]
20232
20233[[package]]
20234name = "webpki-roots"
20235version = "0.26.8"
20236source = "registry+https://github.com/rust-lang/crates.io-index"
20237checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20238dependencies = [
20239 "rustls-pki-types",
20240]
20241
20242[[package]]
20243name = "webrtc-sys"
20244version = "0.3.23"
20245source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20246dependencies = [
20247 "cc",
20248 "cxx",
20249 "cxx-build",
20250 "glob",
20251 "log",
20252 "pkg-config",
20253 "webrtc-sys-build",
20254]
20255
20256[[package]]
20257name = "webrtc-sys-build"
20258version = "0.3.13"
20259source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20260dependencies = [
20261 "anyhow",
20262 "fs2",
20263 "regex",
20264 "reqwest 0.12.24",
20265 "scratch",
20266 "semver",
20267 "zip 0.6.6",
20268]
20269
20270[[package]]
20271name = "weezl"
20272version = "0.1.10"
20273source = "registry+https://github.com/rust-lang/crates.io-index"
20274checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20275
20276[[package]]
20277name = "wgpu"
20278version = "29.0.0"
20279source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20280dependencies = [
20281 "arrayvec",
20282 "bitflags 2.10.0",
20283 "bytemuck",
20284 "cfg-if",
20285 "cfg_aliases 0.2.1",
20286 "document-features",
20287 "hashbrown 0.16.1",
20288 "js-sys",
20289 "log",
20290 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20291 "parking_lot",
20292 "portable-atomic",
20293 "profiling",
20294 "raw-window-handle",
20295 "smallvec",
20296 "static_assertions",
20297 "wasm-bindgen",
20298 "wasm-bindgen-futures",
20299 "web-sys",
20300 "wgpu-core",
20301 "wgpu-hal",
20302 "wgpu-types",
20303]
20304
20305[[package]]
20306name = "wgpu-core"
20307version = "29.0.0"
20308source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20309dependencies = [
20310 "arrayvec",
20311 "bit-set 0.9.1",
20312 "bit-vec 0.9.1",
20313 "bitflags 2.10.0",
20314 "bytemuck",
20315 "cfg_aliases 0.2.1",
20316 "document-features",
20317 "hashbrown 0.16.1",
20318 "indexmap",
20319 "log",
20320 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20321 "once_cell",
20322 "parking_lot",
20323 "portable-atomic",
20324 "profiling",
20325 "raw-window-handle",
20326 "rustc-hash 1.1.0",
20327 "smallvec",
20328 "thiserror 2.0.17",
20329 "wgpu-core-deps-apple",
20330 "wgpu-core-deps-emscripten",
20331 "wgpu-core-deps-windows-linux-android",
20332 "wgpu-hal",
20333 "wgpu-naga-bridge",
20334 "wgpu-types",
20335]
20336
20337[[package]]
20338name = "wgpu-core-deps-apple"
20339version = "29.0.0"
20340source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20341dependencies = [
20342 "wgpu-hal",
20343]
20344
20345[[package]]
20346name = "wgpu-core-deps-emscripten"
20347version = "29.0.0"
20348source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20349dependencies = [
20350 "wgpu-hal",
20351]
20352
20353[[package]]
20354name = "wgpu-core-deps-windows-linux-android"
20355version = "29.0.0"
20356source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20357dependencies = [
20358 "wgpu-hal",
20359]
20360
20361[[package]]
20362name = "wgpu-hal"
20363version = "29.0.0"
20364source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20365dependencies = [
20366 "android_system_properties",
20367 "arrayvec",
20368 "ash",
20369 "bit-set 0.9.1",
20370 "bitflags 2.10.0",
20371 "block2",
20372 "bytemuck",
20373 "cfg-if",
20374 "cfg_aliases 0.2.1",
20375 "glow",
20376 "glutin_wgl_sys",
20377 "gpu-allocator",
20378 "gpu-descriptor",
20379 "hashbrown 0.16.1",
20380 "js-sys",
20381 "khronos-egl",
20382 "libc",
20383 "libloading",
20384 "log",
20385 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20386 "ndk-sys",
20387 "objc2",
20388 "objc2-core-foundation",
20389 "objc2-foundation",
20390 "objc2-metal",
20391 "objc2-quartz-core",
20392 "once_cell",
20393 "ordered-float 4.6.0",
20394 "parking_lot",
20395 "portable-atomic",
20396 "portable-atomic-util",
20397 "profiling",
20398 "range-alloc",
20399 "raw-window-handle",
20400 "raw-window-metal",
20401 "renderdoc-sys",
20402 "smallvec",
20403 "thiserror 2.0.17",
20404 "wasm-bindgen",
20405 "wayland-sys",
20406 "web-sys",
20407 "wgpu-naga-bridge",
20408 "wgpu-types",
20409 "windows 0.62.2",
20410 "windows-core 0.62.2",
20411]
20412
20413[[package]]
20414name = "wgpu-naga-bridge"
20415version = "29.0.0"
20416source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20417dependencies = [
20418 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20419 "wgpu-types",
20420]
20421
20422[[package]]
20423name = "wgpu-types"
20424version = "29.0.0"
20425source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20426dependencies = [
20427 "bitflags 2.10.0",
20428 "bytemuck",
20429 "js-sys",
20430 "log",
20431 "raw-window-handle",
20432 "web-sys",
20433]
20434
20435[[package]]
20436name = "which"
20437version = "4.4.2"
20438source = "registry+https://github.com/rust-lang/crates.io-index"
20439checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20440dependencies = [
20441 "either",
20442 "home",
20443 "once_cell",
20444 "rustix 0.38.44",
20445]
20446
20447[[package]]
20448name = "which"
20449version = "6.0.3"
20450source = "registry+https://github.com/rust-lang/crates.io-index"
20451checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20452dependencies = [
20453 "either",
20454 "home",
20455 "rustix 0.38.44",
20456 "winsafe",
20457]
20458
20459[[package]]
20460name = "which_key"
20461version = "0.1.0"
20462dependencies = [
20463 "command_palette",
20464 "gpui",
20465 "serde",
20466 "settings",
20467 "theme_settings",
20468 "ui",
20469 "util",
20470 "workspace",
20471]
20472
20473[[package]]
20474name = "whoami"
20475version = "1.6.1"
20476source = "registry+https://github.com/rust-lang/crates.io-index"
20477checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20478dependencies = [
20479 "libredox",
20480 "wasite",
20481]
20482
20483[[package]]
20484name = "wiggle"
20485version = "36.0.6"
20486source = "registry+https://github.com/rust-lang/crates.io-index"
20487checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20488dependencies = [
20489 "anyhow",
20490 "async-trait",
20491 "bitflags 2.10.0",
20492 "thiserror 2.0.17",
20493 "tracing",
20494 "wasmtime",
20495 "wiggle-macro",
20496]
20497
20498[[package]]
20499name = "wiggle-generate"
20500version = "36.0.6"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20503dependencies = [
20504 "anyhow",
20505 "heck 0.5.0",
20506 "proc-macro2",
20507 "quote",
20508 "syn 2.0.117",
20509 "witx",
20510]
20511
20512[[package]]
20513name = "wiggle-macro"
20514version = "36.0.6"
20515source = "registry+https://github.com/rust-lang/crates.io-index"
20516checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20517dependencies = [
20518 "proc-macro2",
20519 "quote",
20520 "syn 2.0.117",
20521 "wiggle-generate",
20522]
20523
20524[[package]]
20525name = "winapi"
20526version = "0.3.9"
20527source = "registry+https://github.com/rust-lang/crates.io-index"
20528checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20529dependencies = [
20530 "winapi-i686-pc-windows-gnu",
20531 "winapi-x86_64-pc-windows-gnu",
20532]
20533
20534[[package]]
20535name = "winapi-i686-pc-windows-gnu"
20536version = "0.4.0"
20537source = "registry+https://github.com/rust-lang/crates.io-index"
20538checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20539
20540[[package]]
20541name = "winapi-util"
20542version = "0.1.11"
20543source = "registry+https://github.com/rust-lang/crates.io-index"
20544checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20545dependencies = [
20546 "windows-sys 0.61.2",
20547]
20548
20549[[package]]
20550name = "winapi-x86_64-pc-windows-gnu"
20551version = "0.4.0"
20552source = "registry+https://github.com/rust-lang/crates.io-index"
20553checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20554
20555[[package]]
20556name = "winch-codegen"
20557version = "36.0.7"
20558source = "registry+https://github.com/rust-lang/crates.io-index"
20559checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20560dependencies = [
20561 "anyhow",
20562 "cranelift-assembler-x64",
20563 "cranelift-codegen",
20564 "gimli",
20565 "regalloc2",
20566 "smallvec",
20567 "target-lexicon 0.13.3",
20568 "thiserror 2.0.17",
20569 "wasmparser 0.236.1",
20570 "wasmtime-environ",
20571 "wasmtime-internal-cranelift",
20572 "wasmtime-internal-math",
20573]
20574
20575[[package]]
20576name = "windows"
20577version = "0.56.0"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20580dependencies = [
20581 "windows-core 0.56.0",
20582 "windows-targets 0.52.6",
20583]
20584
20585[[package]]
20586name = "windows"
20587version = "0.57.0"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20590dependencies = [
20591 "windows-core 0.57.0",
20592 "windows-targets 0.52.6",
20593]
20594
20595[[package]]
20596name = "windows"
20597version = "0.58.0"
20598source = "registry+https://github.com/rust-lang/crates.io-index"
20599checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20600dependencies = [
20601 "windows-core 0.58.0",
20602 "windows-targets 0.52.6",
20603]
20604
20605[[package]]
20606name = "windows"
20607version = "0.61.3"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20610dependencies = [
20611 "windows-collections 0.2.0",
20612 "windows-core 0.61.2",
20613 "windows-future 0.2.1",
20614 "windows-link 0.1.3",
20615 "windows-numerics 0.2.0",
20616]
20617
20618[[package]]
20619name = "windows"
20620version = "0.62.2"
20621source = "registry+https://github.com/rust-lang/crates.io-index"
20622checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20623dependencies = [
20624 "windows-collections 0.3.2",
20625 "windows-core 0.62.2",
20626 "windows-future 0.3.2",
20627 "windows-numerics 0.3.1",
20628]
20629
20630[[package]]
20631name = "windows-bindgen"
20632version = "0.61.1"
20633source = "registry+https://github.com/rust-lang/crates.io-index"
20634checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20635dependencies = [
20636 "serde",
20637 "serde_json",
20638 "windows-threading 0.1.0",
20639]
20640
20641[[package]]
20642name = "windows-capture"
20643version = "1.4.3"
20644source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20645dependencies = [
20646 "clap",
20647 "ctrlc",
20648 "parking_lot",
20649 "rayon",
20650 "thiserror 2.0.17",
20651 "windows 0.61.3",
20652 "windows-future 0.2.1",
20653]
20654
20655[[package]]
20656name = "windows-collections"
20657version = "0.2.0"
20658source = "registry+https://github.com/rust-lang/crates.io-index"
20659checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20660dependencies = [
20661 "windows-core 0.61.2",
20662]
20663
20664[[package]]
20665name = "windows-collections"
20666version = "0.3.2"
20667source = "registry+https://github.com/rust-lang/crates.io-index"
20668checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20669dependencies = [
20670 "windows-core 0.62.2",
20671]
20672
20673[[package]]
20674name = "windows-core"
20675version = "0.56.0"
20676source = "registry+https://github.com/rust-lang/crates.io-index"
20677checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20678dependencies = [
20679 "windows-implement 0.56.0",
20680 "windows-interface 0.56.0",
20681 "windows-result 0.1.2",
20682 "windows-targets 0.52.6",
20683]
20684
20685[[package]]
20686name = "windows-core"
20687version = "0.57.0"
20688source = "registry+https://github.com/rust-lang/crates.io-index"
20689checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20690dependencies = [
20691 "windows-implement 0.57.0",
20692 "windows-interface 0.57.0",
20693 "windows-result 0.1.2",
20694 "windows-targets 0.52.6",
20695]
20696
20697[[package]]
20698name = "windows-core"
20699version = "0.58.0"
20700source = "registry+https://github.com/rust-lang/crates.io-index"
20701checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20702dependencies = [
20703 "windows-implement 0.58.0",
20704 "windows-interface 0.58.0",
20705 "windows-result 0.2.0",
20706 "windows-strings 0.1.0",
20707 "windows-targets 0.52.6",
20708]
20709
20710[[package]]
20711name = "windows-core"
20712version = "0.61.2"
20713source = "registry+https://github.com/rust-lang/crates.io-index"
20714checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20715dependencies = [
20716 "windows-implement 0.60.2",
20717 "windows-interface 0.59.3",
20718 "windows-link 0.1.3",
20719 "windows-result 0.3.4",
20720 "windows-strings 0.4.2",
20721]
20722
20723[[package]]
20724name = "windows-core"
20725version = "0.62.2"
20726source = "registry+https://github.com/rust-lang/crates.io-index"
20727checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20728dependencies = [
20729 "windows-implement 0.60.2",
20730 "windows-interface 0.59.3",
20731 "windows-link 0.2.1",
20732 "windows-result 0.4.1",
20733 "windows-strings 0.5.1",
20734]
20735
20736[[package]]
20737name = "windows-future"
20738version = "0.2.1"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20741dependencies = [
20742 "windows-core 0.61.2",
20743 "windows-link 0.1.3",
20744 "windows-threading 0.1.0",
20745]
20746
20747[[package]]
20748name = "windows-future"
20749version = "0.3.2"
20750source = "registry+https://github.com/rust-lang/crates.io-index"
20751checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20752dependencies = [
20753 "windows-core 0.62.2",
20754 "windows-link 0.2.1",
20755 "windows-threading 0.2.1",
20756]
20757
20758[[package]]
20759name = "windows-implement"
20760version = "0.56.0"
20761source = "registry+https://github.com/rust-lang/crates.io-index"
20762checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20763dependencies = [
20764 "proc-macro2",
20765 "quote",
20766 "syn 2.0.117",
20767]
20768
20769[[package]]
20770name = "windows-implement"
20771version = "0.57.0"
20772source = "registry+https://github.com/rust-lang/crates.io-index"
20773checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20774dependencies = [
20775 "proc-macro2",
20776 "quote",
20777 "syn 2.0.117",
20778]
20779
20780[[package]]
20781name = "windows-implement"
20782version = "0.58.0"
20783source = "registry+https://github.com/rust-lang/crates.io-index"
20784checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20785dependencies = [
20786 "proc-macro2",
20787 "quote",
20788 "syn 2.0.117",
20789]
20790
20791[[package]]
20792name = "windows-implement"
20793version = "0.60.2"
20794source = "registry+https://github.com/rust-lang/crates.io-index"
20795checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20796dependencies = [
20797 "proc-macro2",
20798 "quote",
20799 "syn 2.0.117",
20800]
20801
20802[[package]]
20803name = "windows-interface"
20804version = "0.56.0"
20805source = "registry+https://github.com/rust-lang/crates.io-index"
20806checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20807dependencies = [
20808 "proc-macro2",
20809 "quote",
20810 "syn 2.0.117",
20811]
20812
20813[[package]]
20814name = "windows-interface"
20815version = "0.57.0"
20816source = "registry+https://github.com/rust-lang/crates.io-index"
20817checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20818dependencies = [
20819 "proc-macro2",
20820 "quote",
20821 "syn 2.0.117",
20822]
20823
20824[[package]]
20825name = "windows-interface"
20826version = "0.58.0"
20827source = "registry+https://github.com/rust-lang/crates.io-index"
20828checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20829dependencies = [
20830 "proc-macro2",
20831 "quote",
20832 "syn 2.0.117",
20833]
20834
20835[[package]]
20836name = "windows-interface"
20837version = "0.59.3"
20838source = "registry+https://github.com/rust-lang/crates.io-index"
20839checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20840dependencies = [
20841 "proc-macro2",
20842 "quote",
20843 "syn 2.0.117",
20844]
20845
20846[[package]]
20847name = "windows-link"
20848version = "0.1.3"
20849source = "registry+https://github.com/rust-lang/crates.io-index"
20850checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20851
20852[[package]]
20853name = "windows-link"
20854version = "0.2.1"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20857
20858[[package]]
20859name = "windows-numerics"
20860version = "0.2.0"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20863dependencies = [
20864 "windows-core 0.61.2",
20865 "windows-link 0.1.3",
20866]
20867
20868[[package]]
20869name = "windows-numerics"
20870version = "0.3.1"
20871source = "registry+https://github.com/rust-lang/crates.io-index"
20872checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20873dependencies = [
20874 "windows-core 0.62.2",
20875 "windows-link 0.2.1",
20876]
20877
20878[[package]]
20879name = "windows-registry"
20880version = "0.4.0"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20883dependencies = [
20884 "windows-result 0.3.4",
20885 "windows-strings 0.3.1",
20886 "windows-targets 0.53.5",
20887]
20888
20889[[package]]
20890name = "windows-registry"
20891version = "0.5.3"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20894dependencies = [
20895 "windows-link 0.1.3",
20896 "windows-result 0.3.4",
20897 "windows-strings 0.4.2",
20898]
20899
20900[[package]]
20901name = "windows-registry"
20902version = "0.6.1"
20903source = "registry+https://github.com/rust-lang/crates.io-index"
20904checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20905dependencies = [
20906 "windows-link 0.2.1",
20907 "windows-result 0.4.1",
20908 "windows-strings 0.5.1",
20909]
20910
20911[[package]]
20912name = "windows-result"
20913version = "0.1.2"
20914source = "registry+https://github.com/rust-lang/crates.io-index"
20915checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20916dependencies = [
20917 "windows-targets 0.52.6",
20918]
20919
20920[[package]]
20921name = "windows-result"
20922version = "0.2.0"
20923source = "registry+https://github.com/rust-lang/crates.io-index"
20924checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20925dependencies = [
20926 "windows-targets 0.52.6",
20927]
20928
20929[[package]]
20930name = "windows-result"
20931version = "0.3.4"
20932source = "registry+https://github.com/rust-lang/crates.io-index"
20933checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20934dependencies = [
20935 "windows-link 0.1.3",
20936]
20937
20938[[package]]
20939name = "windows-result"
20940version = "0.4.1"
20941source = "registry+https://github.com/rust-lang/crates.io-index"
20942checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20943dependencies = [
20944 "windows-link 0.2.1",
20945]
20946
20947[[package]]
20948name = "windows-strings"
20949version = "0.1.0"
20950source = "registry+https://github.com/rust-lang/crates.io-index"
20951checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20952dependencies = [
20953 "windows-result 0.2.0",
20954 "windows-targets 0.52.6",
20955]
20956
20957[[package]]
20958name = "windows-strings"
20959version = "0.3.1"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20962dependencies = [
20963 "windows-link 0.1.3",
20964]
20965
20966[[package]]
20967name = "windows-strings"
20968version = "0.4.2"
20969source = "registry+https://github.com/rust-lang/crates.io-index"
20970checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20971dependencies = [
20972 "windows-link 0.1.3",
20973]
20974
20975[[package]]
20976name = "windows-strings"
20977version = "0.5.1"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20980dependencies = [
20981 "windows-link 0.2.1",
20982]
20983
20984[[package]]
20985name = "windows-sys"
20986version = "0.45.0"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20989dependencies = [
20990 "windows-targets 0.42.2",
20991]
20992
20993[[package]]
20994name = "windows-sys"
20995version = "0.48.0"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
20998dependencies = [
20999 "windows-targets 0.48.5",
21000]
21001
21002[[package]]
21003name = "windows-sys"
21004version = "0.52.0"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21007dependencies = [
21008 "windows-targets 0.52.6",
21009]
21010
21011[[package]]
21012name = "windows-sys"
21013version = "0.59.0"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21016dependencies = [
21017 "windows-targets 0.52.6",
21018]
21019
21020[[package]]
21021name = "windows-sys"
21022version = "0.60.2"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21025dependencies = [
21026 "windows-targets 0.53.5",
21027]
21028
21029[[package]]
21030name = "windows-sys"
21031version = "0.61.2"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21034dependencies = [
21035 "windows-link 0.2.1",
21036]
21037
21038[[package]]
21039name = "windows-targets"
21040version = "0.42.2"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21043dependencies = [
21044 "windows_aarch64_gnullvm 0.42.2",
21045 "windows_aarch64_msvc 0.42.2",
21046 "windows_i686_gnu 0.42.2",
21047 "windows_i686_msvc 0.42.2",
21048 "windows_x86_64_gnu 0.42.2",
21049 "windows_x86_64_gnullvm 0.42.2",
21050 "windows_x86_64_msvc 0.42.2",
21051]
21052
21053[[package]]
21054name = "windows-targets"
21055version = "0.48.5"
21056source = "registry+https://github.com/rust-lang/crates.io-index"
21057checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21058dependencies = [
21059 "windows_aarch64_gnullvm 0.48.5",
21060 "windows_aarch64_msvc 0.48.5",
21061 "windows_i686_gnu 0.48.5",
21062 "windows_i686_msvc 0.48.5",
21063 "windows_x86_64_gnu 0.48.5",
21064 "windows_x86_64_gnullvm 0.48.5",
21065 "windows_x86_64_msvc 0.48.5",
21066]
21067
21068[[package]]
21069name = "windows-targets"
21070version = "0.52.6"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21073dependencies = [
21074 "windows_aarch64_gnullvm 0.52.6",
21075 "windows_aarch64_msvc 0.52.6",
21076 "windows_i686_gnu 0.52.6",
21077 "windows_i686_gnullvm 0.52.6",
21078 "windows_i686_msvc 0.52.6",
21079 "windows_x86_64_gnu 0.52.6",
21080 "windows_x86_64_gnullvm 0.52.6",
21081 "windows_x86_64_msvc 0.52.6",
21082]
21083
21084[[package]]
21085name = "windows-targets"
21086version = "0.53.5"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21089dependencies = [
21090 "windows-link 0.2.1",
21091 "windows_aarch64_gnullvm 0.53.1",
21092 "windows_aarch64_msvc 0.53.1",
21093 "windows_i686_gnu 0.53.1",
21094 "windows_i686_gnullvm 0.53.1",
21095 "windows_i686_msvc 0.53.1",
21096 "windows_x86_64_gnu 0.53.1",
21097 "windows_x86_64_gnullvm 0.53.1",
21098 "windows_x86_64_msvc 0.53.1",
21099]
21100
21101[[package]]
21102name = "windows-threading"
21103version = "0.1.0"
21104source = "registry+https://github.com/rust-lang/crates.io-index"
21105checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21106dependencies = [
21107 "windows-link 0.1.3",
21108]
21109
21110[[package]]
21111name = "windows-threading"
21112version = "0.2.1"
21113source = "registry+https://github.com/rust-lang/crates.io-index"
21114checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21115dependencies = [
21116 "windows-link 0.2.1",
21117]
21118
21119[[package]]
21120name = "windows_aarch64_gnullvm"
21121version = "0.42.2"
21122source = "registry+https://github.com/rust-lang/crates.io-index"
21123checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21124
21125[[package]]
21126name = "windows_aarch64_gnullvm"
21127version = "0.48.5"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21130
21131[[package]]
21132name = "windows_aarch64_gnullvm"
21133version = "0.52.6"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21136
21137[[package]]
21138name = "windows_aarch64_gnullvm"
21139version = "0.53.1"
21140source = "registry+https://github.com/rust-lang/crates.io-index"
21141checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21142
21143[[package]]
21144name = "windows_aarch64_msvc"
21145version = "0.42.2"
21146source = "registry+https://github.com/rust-lang/crates.io-index"
21147checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21148
21149[[package]]
21150name = "windows_aarch64_msvc"
21151version = "0.48.5"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21154
21155[[package]]
21156name = "windows_aarch64_msvc"
21157version = "0.52.6"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21160
21161[[package]]
21162name = "windows_aarch64_msvc"
21163version = "0.53.1"
21164source = "registry+https://github.com/rust-lang/crates.io-index"
21165checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21166
21167[[package]]
21168name = "windows_i686_gnu"
21169version = "0.42.2"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21172
21173[[package]]
21174name = "windows_i686_gnu"
21175version = "0.48.5"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21178
21179[[package]]
21180name = "windows_i686_gnu"
21181version = "0.52.6"
21182source = "registry+https://github.com/rust-lang/crates.io-index"
21183checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21184
21185[[package]]
21186name = "windows_i686_gnu"
21187version = "0.53.1"
21188source = "registry+https://github.com/rust-lang/crates.io-index"
21189checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21190
21191[[package]]
21192name = "windows_i686_gnullvm"
21193version = "0.52.6"
21194source = "registry+https://github.com/rust-lang/crates.io-index"
21195checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21196
21197[[package]]
21198name = "windows_i686_gnullvm"
21199version = "0.53.1"
21200source = "registry+https://github.com/rust-lang/crates.io-index"
21201checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21202
21203[[package]]
21204name = "windows_i686_msvc"
21205version = "0.42.2"
21206source = "registry+https://github.com/rust-lang/crates.io-index"
21207checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21208
21209[[package]]
21210name = "windows_i686_msvc"
21211version = "0.48.5"
21212source = "registry+https://github.com/rust-lang/crates.io-index"
21213checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21214
21215[[package]]
21216name = "windows_i686_msvc"
21217version = "0.52.6"
21218source = "registry+https://github.com/rust-lang/crates.io-index"
21219checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21220
21221[[package]]
21222name = "windows_i686_msvc"
21223version = "0.53.1"
21224source = "registry+https://github.com/rust-lang/crates.io-index"
21225checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21226
21227[[package]]
21228name = "windows_x86_64_gnu"
21229version = "0.42.2"
21230source = "registry+https://github.com/rust-lang/crates.io-index"
21231checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21232
21233[[package]]
21234name = "windows_x86_64_gnu"
21235version = "0.48.5"
21236source = "registry+https://github.com/rust-lang/crates.io-index"
21237checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21238
21239[[package]]
21240name = "windows_x86_64_gnu"
21241version = "0.52.6"
21242source = "registry+https://github.com/rust-lang/crates.io-index"
21243checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21244
21245[[package]]
21246name = "windows_x86_64_gnu"
21247version = "0.53.1"
21248source = "registry+https://github.com/rust-lang/crates.io-index"
21249checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21250
21251[[package]]
21252name = "windows_x86_64_gnullvm"
21253version = "0.42.2"
21254source = "registry+https://github.com/rust-lang/crates.io-index"
21255checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21256
21257[[package]]
21258name = "windows_x86_64_gnullvm"
21259version = "0.48.5"
21260source = "registry+https://github.com/rust-lang/crates.io-index"
21261checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21262
21263[[package]]
21264name = "windows_x86_64_gnullvm"
21265version = "0.52.6"
21266source = "registry+https://github.com/rust-lang/crates.io-index"
21267checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21268
21269[[package]]
21270name = "windows_x86_64_gnullvm"
21271version = "0.53.1"
21272source = "registry+https://github.com/rust-lang/crates.io-index"
21273checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21274
21275[[package]]
21276name = "windows_x86_64_msvc"
21277version = "0.42.2"
21278source = "registry+https://github.com/rust-lang/crates.io-index"
21279checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21280
21281[[package]]
21282name = "windows_x86_64_msvc"
21283version = "0.48.5"
21284source = "registry+https://github.com/rust-lang/crates.io-index"
21285checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21286
21287[[package]]
21288name = "windows_x86_64_msvc"
21289version = "0.52.6"
21290source = "registry+https://github.com/rust-lang/crates.io-index"
21291checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21292
21293[[package]]
21294name = "windows_x86_64_msvc"
21295version = "0.53.1"
21296source = "registry+https://github.com/rust-lang/crates.io-index"
21297checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21298
21299[[package]]
21300name = "winnow"
21301version = "0.7.13"
21302source = "registry+https://github.com/rust-lang/crates.io-index"
21303checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21304dependencies = [
21305 "memchr",
21306]
21307
21308[[package]]
21309name = "winreg"
21310version = "0.10.1"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21313dependencies = [
21314 "winapi",
21315]
21316
21317[[package]]
21318name = "winreg"
21319version = "0.50.0"
21320source = "registry+https://github.com/rust-lang/crates.io-index"
21321checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21322dependencies = [
21323 "cfg-if",
21324 "windows-sys 0.48.0",
21325]
21326
21327[[package]]
21328name = "winreg"
21329version = "0.55.0"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21332dependencies = [
21333 "cfg-if",
21334 "windows-sys 0.59.0",
21335]
21336
21337[[package]]
21338name = "winresource"
21339version = "0.1.23"
21340source = "registry+https://github.com/rust-lang/crates.io-index"
21341checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21342dependencies = [
21343 "toml 0.8.23",
21344 "version_check",
21345]
21346
21347[[package]]
21348name = "winsafe"
21349version = "0.0.19"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21352
21353[[package]]
21354name = "winx"
21355version = "0.36.4"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21358dependencies = [
21359 "bitflags 2.10.0",
21360 "windows-sys 0.59.0",
21361]
21362
21363[[package]]
21364name = "wio"
21365version = "0.2.2"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21368dependencies = [
21369 "winapi",
21370]
21371
21372[[package]]
21373name = "wit-bindgen"
21374version = "0.22.0"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21377dependencies = [
21378 "bitflags 2.10.0",
21379 "wit-bindgen-rt 0.22.0",
21380 "wit-bindgen-rust-macro 0.22.0",
21381]
21382
21383[[package]]
21384name = "wit-bindgen"
21385version = "0.41.0"
21386source = "registry+https://github.com/rust-lang/crates.io-index"
21387checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21388dependencies = [
21389 "wit-bindgen-rt 0.41.0",
21390 "wit-bindgen-rust-macro 0.41.0",
21391]
21392
21393[[package]]
21394name = "wit-bindgen"
21395version = "0.46.0"
21396source = "registry+https://github.com/rust-lang/crates.io-index"
21397checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21398
21399[[package]]
21400name = "wit-bindgen"
21401version = "0.51.0"
21402source = "registry+https://github.com/rust-lang/crates.io-index"
21403checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21404dependencies = [
21405 "wit-bindgen-rust-macro 0.51.0",
21406]
21407
21408[[package]]
21409name = "wit-bindgen-core"
21410version = "0.22.0"
21411source = "registry+https://github.com/rust-lang/crates.io-index"
21412checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21413dependencies = [
21414 "anyhow",
21415 "wit-parser 0.201.0",
21416]
21417
21418[[package]]
21419name = "wit-bindgen-core"
21420version = "0.41.0"
21421source = "registry+https://github.com/rust-lang/crates.io-index"
21422checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21423dependencies = [
21424 "anyhow",
21425 "heck 0.5.0",
21426 "wit-parser 0.227.1",
21427]
21428
21429[[package]]
21430name = "wit-bindgen-core"
21431version = "0.51.0"
21432source = "registry+https://github.com/rust-lang/crates.io-index"
21433checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21434dependencies = [
21435 "anyhow",
21436 "heck 0.5.0",
21437 "wit-parser 0.244.0",
21438]
21439
21440[[package]]
21441name = "wit-bindgen-rt"
21442version = "0.22.0"
21443source = "registry+https://github.com/rust-lang/crates.io-index"
21444checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21445
21446[[package]]
21447name = "wit-bindgen-rt"
21448version = "0.41.0"
21449source = "registry+https://github.com/rust-lang/crates.io-index"
21450checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21451dependencies = [
21452 "bitflags 2.10.0",
21453 "futures 0.3.32",
21454 "once_cell",
21455]
21456
21457[[package]]
21458name = "wit-bindgen-rust"
21459version = "0.22.0"
21460source = "registry+https://github.com/rust-lang/crates.io-index"
21461checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21462dependencies = [
21463 "anyhow",
21464 "heck 0.4.1",
21465 "indexmap",
21466 "wasm-metadata 0.201.0",
21467 "wit-bindgen-core 0.22.0",
21468 "wit-component 0.201.0",
21469]
21470
21471[[package]]
21472name = "wit-bindgen-rust"
21473version = "0.41.0"
21474source = "registry+https://github.com/rust-lang/crates.io-index"
21475checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21476dependencies = [
21477 "anyhow",
21478 "heck 0.5.0",
21479 "indexmap",
21480 "prettyplease",
21481 "syn 2.0.117",
21482 "wasm-metadata 0.227.1",
21483 "wit-bindgen-core 0.41.0",
21484 "wit-component 0.227.1",
21485]
21486
21487[[package]]
21488name = "wit-bindgen-rust"
21489version = "0.51.0"
21490source = "registry+https://github.com/rust-lang/crates.io-index"
21491checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21492dependencies = [
21493 "anyhow",
21494 "heck 0.5.0",
21495 "indexmap",
21496 "prettyplease",
21497 "syn 2.0.117",
21498 "wasm-metadata 0.244.0",
21499 "wit-bindgen-core 0.51.0",
21500 "wit-component 0.244.0",
21501]
21502
21503[[package]]
21504name = "wit-bindgen-rust-macro"
21505version = "0.22.0"
21506source = "registry+https://github.com/rust-lang/crates.io-index"
21507checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21508dependencies = [
21509 "anyhow",
21510 "proc-macro2",
21511 "quote",
21512 "syn 2.0.117",
21513 "wit-bindgen-core 0.22.0",
21514 "wit-bindgen-rust 0.22.0",
21515]
21516
21517[[package]]
21518name = "wit-bindgen-rust-macro"
21519version = "0.41.0"
21520source = "registry+https://github.com/rust-lang/crates.io-index"
21521checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21522dependencies = [
21523 "anyhow",
21524 "prettyplease",
21525 "proc-macro2",
21526 "quote",
21527 "syn 2.0.117",
21528 "wit-bindgen-core 0.41.0",
21529 "wit-bindgen-rust 0.41.0",
21530]
21531
21532[[package]]
21533name = "wit-bindgen-rust-macro"
21534version = "0.51.0"
21535source = "registry+https://github.com/rust-lang/crates.io-index"
21536checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21537dependencies = [
21538 "anyhow",
21539 "prettyplease",
21540 "proc-macro2",
21541 "quote",
21542 "syn 2.0.117",
21543 "wit-bindgen-core 0.51.0",
21544 "wit-bindgen-rust 0.51.0",
21545]
21546
21547[[package]]
21548name = "wit-component"
21549version = "0.201.0"
21550source = "registry+https://github.com/rust-lang/crates.io-index"
21551checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21552dependencies = [
21553 "anyhow",
21554 "bitflags 2.10.0",
21555 "indexmap",
21556 "log",
21557 "serde",
21558 "serde_derive",
21559 "serde_json",
21560 "wasm-encoder 0.201.0",
21561 "wasm-metadata 0.201.0",
21562 "wasmparser 0.201.0",
21563 "wit-parser 0.201.0",
21564]
21565
21566[[package]]
21567name = "wit-component"
21568version = "0.227.1"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21571dependencies = [
21572 "anyhow",
21573 "bitflags 2.10.0",
21574 "indexmap",
21575 "log",
21576 "serde",
21577 "serde_derive",
21578 "serde_json",
21579 "wasm-encoder 0.227.1",
21580 "wasm-metadata 0.227.1",
21581 "wasmparser 0.227.1",
21582 "wit-parser 0.227.1",
21583]
21584
21585[[package]]
21586name = "wit-component"
21587version = "0.244.0"
21588source = "registry+https://github.com/rust-lang/crates.io-index"
21589checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21590dependencies = [
21591 "anyhow",
21592 "bitflags 2.10.0",
21593 "indexmap",
21594 "log",
21595 "serde",
21596 "serde_derive",
21597 "serde_json",
21598 "wasm-encoder 0.244.0",
21599 "wasm-metadata 0.244.0",
21600 "wasmparser 0.244.0",
21601 "wit-parser 0.244.0",
21602]
21603
21604[[package]]
21605name = "wit-parser"
21606version = "0.201.0"
21607source = "registry+https://github.com/rust-lang/crates.io-index"
21608checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21609dependencies = [
21610 "anyhow",
21611 "id-arena",
21612 "indexmap",
21613 "log",
21614 "semver",
21615 "serde",
21616 "serde_derive",
21617 "serde_json",
21618 "unicode-xid",
21619 "wasmparser 0.201.0",
21620]
21621
21622[[package]]
21623name = "wit-parser"
21624version = "0.227.1"
21625source = "registry+https://github.com/rust-lang/crates.io-index"
21626checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21627dependencies = [
21628 "anyhow",
21629 "id-arena",
21630 "indexmap",
21631 "log",
21632 "semver",
21633 "serde",
21634 "serde_derive",
21635 "serde_json",
21636 "unicode-xid",
21637 "wasmparser 0.227.1",
21638]
21639
21640[[package]]
21641name = "wit-parser"
21642version = "0.236.1"
21643source = "registry+https://github.com/rust-lang/crates.io-index"
21644checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21645dependencies = [
21646 "anyhow",
21647 "id-arena",
21648 "indexmap",
21649 "log",
21650 "semver",
21651 "serde",
21652 "serde_derive",
21653 "serde_json",
21654 "unicode-xid",
21655 "wasmparser 0.236.1",
21656]
21657
21658[[package]]
21659name = "wit-parser"
21660version = "0.244.0"
21661source = "registry+https://github.com/rust-lang/crates.io-index"
21662checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21663dependencies = [
21664 "anyhow",
21665 "id-arena",
21666 "indexmap",
21667 "log",
21668 "semver",
21669 "serde",
21670 "serde_derive",
21671 "serde_json",
21672 "unicode-xid",
21673 "wasmparser 0.244.0",
21674]
21675
21676[[package]]
21677name = "witx"
21678version = "0.9.1"
21679source = "registry+https://github.com/rust-lang/crates.io-index"
21680checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21681dependencies = [
21682 "anyhow",
21683 "log",
21684 "thiserror 1.0.69",
21685 "wast",
21686]
21687
21688[[package]]
21689name = "workspace"
21690version = "0.1.0"
21691dependencies = [
21692 "agent_settings",
21693 "any_vec",
21694 "anyhow",
21695 "async-recursion",
21696 "chrono",
21697 "client",
21698 "clock",
21699 "collections",
21700 "component",
21701 "db",
21702 "fs",
21703 "futures 0.3.32",
21704 "git",
21705 "gpui",
21706 "http_client",
21707 "itertools 0.14.0",
21708 "language",
21709 "log",
21710 "markdown",
21711 "menu",
21712 "node_runtime",
21713 "parking_lot",
21714 "postage",
21715 "pretty_assertions",
21716 "project",
21717 "release_channel",
21718 "remote",
21719 "schemars",
21720 "serde",
21721 "serde_json",
21722 "session",
21723 "settings",
21724 "smallvec",
21725 "sqlez",
21726 "strum 0.27.2",
21727 "task",
21728 "telemetry",
21729 "tempfile",
21730 "theme",
21731 "theme_settings",
21732 "ui",
21733 "util",
21734 "uuid",
21735 "vim_mode_setting",
21736 "windows 0.61.3",
21737 "zed_actions",
21738 "zlog",
21739]
21740
21741[[package]]
21742name = "worktree"
21743version = "0.1.0"
21744dependencies = [
21745 "anyhow",
21746 "async-lock 2.8.0",
21747 "chardetng",
21748 "clock",
21749 "collections",
21750 "encoding_rs",
21751 "fs",
21752 "futures 0.3.32",
21753 "fuzzy",
21754 "git",
21755 "gpui",
21756 "ignore",
21757 "language",
21758 "log",
21759 "parking_lot",
21760 "paths",
21761 "postage",
21762 "pretty_assertions",
21763 "rand 0.9.3",
21764 "rpc",
21765 "serde",
21766 "serde_json",
21767 "settings",
21768 "smallvec",
21769 "smol",
21770 "sum_tree",
21771 "text",
21772 "tracing",
21773 "util",
21774 "worktree",
21775 "zlog",
21776 "ztracing",
21777]
21778
21779[[package]]
21780name = "worktree_benchmarks"
21781version = "0.1.0"
21782dependencies = [
21783 "fs",
21784 "gpui_platform",
21785 "settings",
21786 "worktree",
21787]
21788
21789[[package]]
21790name = "wprcontrol"
21791version = "0.1.0"
21792source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21793dependencies = [
21794 "windows 0.61.3",
21795 "windows-bindgen",
21796 "windows-core 0.61.2",
21797 "windows-link 0.2.1",
21798]
21799
21800[[package]]
21801name = "writeable"
21802version = "0.6.1"
21803source = "registry+https://github.com/rust-lang/crates.io-index"
21804checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21805
21806[[package]]
21807name = "wyz"
21808version = "0.5.1"
21809source = "registry+https://github.com/rust-lang/crates.io-index"
21810checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21811dependencies = [
21812 "tap",
21813]
21814
21815[[package]]
21816name = "x11"
21817version = "2.21.0"
21818source = "registry+https://github.com/rust-lang/crates.io-index"
21819checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21820dependencies = [
21821 "libc",
21822 "pkg-config",
21823]
21824
21825[[package]]
21826name = "x11-clipboard"
21827version = "0.9.3"
21828source = "registry+https://github.com/rust-lang/crates.io-index"
21829checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21830dependencies = [
21831 "libc",
21832 "x11rb",
21833]
21834
21835[[package]]
21836name = "x11rb"
21837version = "0.13.2"
21838source = "registry+https://github.com/rust-lang/crates.io-index"
21839checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21840dependencies = [
21841 "as-raw-xcb-connection",
21842 "gethostname",
21843 "libc",
21844 "rustix 1.1.2",
21845 "x11rb-protocol",
21846 "xcursor",
21847]
21848
21849[[package]]
21850name = "x11rb-protocol"
21851version = "0.13.2"
21852source = "registry+https://github.com/rust-lang/crates.io-index"
21853checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21854
21855[[package]]
21856name = "x_ai"
21857version = "0.1.0"
21858dependencies = [
21859 "anyhow",
21860 "language_model_core",
21861 "schemars",
21862 "serde",
21863 "strum 0.27.2",
21864 "tiktoken-rs",
21865]
21866
21867[[package]]
21868name = "xattr"
21869version = "0.2.3"
21870source = "registry+https://github.com/rust-lang/crates.io-index"
21871checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21872dependencies = [
21873 "libc",
21874]
21875
21876[[package]]
21877name = "xcb"
21878version = "1.6.0"
21879source = "registry+https://github.com/rust-lang/crates.io-index"
21880checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21881dependencies = [
21882 "bitflags 1.3.2",
21883 "libc",
21884 "quick-xml 0.30.0",
21885 "x11",
21886]
21887
21888[[package]]
21889name = "xcursor"
21890version = "0.3.10"
21891source = "registry+https://github.com/rust-lang/crates.io-index"
21892checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21893
21894[[package]]
21895name = "xim-ctext"
21896version = "0.3.0"
21897source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21898dependencies = [
21899 "encoding_rs",
21900]
21901
21902[[package]]
21903name = "xim-parser"
21904version = "0.2.1"
21905source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21906dependencies = [
21907 "bitflags 2.10.0",
21908]
21909
21910[[package]]
21911name = "xkbcommon"
21912version = "0.8.0"
21913source = "registry+https://github.com/rust-lang/crates.io-index"
21914checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21915dependencies = [
21916 "as-raw-xcb-connection",
21917 "libc",
21918 "memmap2",
21919 "xkeysym",
21920]
21921
21922[[package]]
21923name = "xkeysym"
21924version = "0.2.1"
21925source = "registry+https://github.com/rust-lang/crates.io-index"
21926checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21927
21928[[package]]
21929name = "xml-rs"
21930version = "0.8.28"
21931source = "registry+https://github.com/rust-lang/crates.io-index"
21932checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21933
21934[[package]]
21935name = "xml5ever"
21936version = "0.18.1"
21937source = "registry+https://github.com/rust-lang/crates.io-index"
21938checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21939dependencies = [
21940 "log",
21941 "mac",
21942 "markup5ever 0.12.1",
21943]
21944
21945[[package]]
21946name = "xmlparser"
21947version = "0.13.6"
21948source = "registry+https://github.com/rust-lang/crates.io-index"
21949checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21950
21951[[package]]
21952name = "xmlwriter"
21953version = "0.1.0"
21954source = "registry+https://github.com/rust-lang/crates.io-index"
21955checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21956
21957[[package]]
21958name = "xtask"
21959version = "0.1.0"
21960dependencies = [
21961 "annotate-snippets",
21962 "anyhow",
21963 "backtrace",
21964 "cargo_metadata 0.19.2",
21965 "cargo_toml",
21966 "clap",
21967 "compliance",
21968 "gh-workflow",
21969 "indexmap",
21970 "indoc",
21971 "itertools 0.14.0",
21972 "regex",
21973 "serde",
21974 "serde_json",
21975 "serde_yaml",
21976 "strum 0.27.2",
21977 "tokio",
21978 "toml 0.8.23",
21979 "toml_edit 0.22.27",
21980]
21981
21982[[package]]
21983name = "yaml-rust2"
21984version = "0.8.1"
21985source = "registry+https://github.com/rust-lang/crates.io-index"
21986checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21987dependencies = [
21988 "arraydeque",
21989 "encoding_rs",
21990 "hashlink 0.8.4",
21991]
21992
21993[[package]]
21994name = "yansi"
21995version = "1.0.1"
21996source = "registry+https://github.com/rust-lang/crates.io-index"
21997checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
21998
21999[[package]]
22000name = "yawc"
22001version = "0.2.5"
22002source = "registry+https://github.com/rust-lang/crates.io-index"
22003checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22004dependencies = [
22005 "base64 0.22.1",
22006 "bytes 1.11.1",
22007 "flate2",
22008 "futures 0.3.32",
22009 "http-body-util",
22010 "hyper 1.7.0",
22011 "hyper-util",
22012 "js-sys",
22013 "nom 8.0.0",
22014 "pin-project",
22015 "rand 0.8.5",
22016 "sha1",
22017 "thiserror 1.0.69",
22018 "tokio",
22019 "tokio-rustls 0.26.2",
22020 "tokio-util",
22021 "url",
22022 "wasm-bindgen",
22023 "wasm-bindgen-futures",
22024 "web-sys",
22025 "webpki-roots",
22026]
22027
22028[[package]]
22029name = "yazi"
22030version = "0.2.1"
22031source = "registry+https://github.com/rust-lang/crates.io-index"
22032checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22033
22034[[package]]
22035name = "yeslogic-fontconfig-sys"
22036version = "6.0.0"
22037source = "registry+https://github.com/rust-lang/crates.io-index"
22038checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22039dependencies = [
22040 "dlib",
22041 "once_cell",
22042 "pkg-config",
22043]
22044
22045[[package]]
22046name = "yoke"
22047version = "0.7.5"
22048source = "registry+https://github.com/rust-lang/crates.io-index"
22049checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22050dependencies = [
22051 "serde",
22052 "stable_deref_trait",
22053 "yoke-derive 0.7.5",
22054 "zerofrom",
22055]
22056
22057[[package]]
22058name = "yoke"
22059version = "0.8.0"
22060source = "registry+https://github.com/rust-lang/crates.io-index"
22061checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22062dependencies = [
22063 "serde",
22064 "stable_deref_trait",
22065 "yoke-derive 0.8.0",
22066 "zerofrom",
22067]
22068
22069[[package]]
22070name = "yoke-derive"
22071version = "0.7.5"
22072source = "registry+https://github.com/rust-lang/crates.io-index"
22073checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22074dependencies = [
22075 "proc-macro2",
22076 "quote",
22077 "syn 2.0.117",
22078 "synstructure",
22079]
22080
22081[[package]]
22082name = "yoke-derive"
22083version = "0.8.0"
22084source = "registry+https://github.com/rust-lang/crates.io-index"
22085checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22086dependencies = [
22087 "proc-macro2",
22088 "quote",
22089 "syn 2.0.117",
22090 "synstructure",
22091]
22092
22093[[package]]
22094name = "zbus"
22095version = "5.13.2"
22096source = "registry+https://github.com/rust-lang/crates.io-index"
22097checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22098dependencies = [
22099 "async-broadcast",
22100 "async-executor",
22101 "async-io",
22102 "async-lock 3.4.2",
22103 "async-process",
22104 "async-recursion",
22105 "async-task",
22106 "async-trait",
22107 "blocking",
22108 "enumflags2",
22109 "event-listener 5.4.1",
22110 "futures-core",
22111 "futures-lite 2.6.1",
22112 "hex",
22113 "libc",
22114 "ordered-stream",
22115 "rustix 1.1.2",
22116 "serde",
22117 "serde_repr",
22118 "tracing",
22119 "uds_windows",
22120 "uuid",
22121 "windows-sys 0.61.2",
22122 "winnow",
22123 "zbus_macros",
22124 "zbus_names",
22125 "zvariant",
22126]
22127
22128[[package]]
22129name = "zbus_macros"
22130version = "5.13.2"
22131source = "registry+https://github.com/rust-lang/crates.io-index"
22132checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22133dependencies = [
22134 "proc-macro-crate",
22135 "proc-macro2",
22136 "quote",
22137 "syn 2.0.117",
22138 "zbus_names",
22139 "zvariant",
22140 "zvariant_utils",
22141]
22142
22143[[package]]
22144name = "zbus_names"
22145version = "4.3.1"
22146source = "registry+https://github.com/rust-lang/crates.io-index"
22147checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22148dependencies = [
22149 "serde",
22150 "winnow",
22151 "zvariant",
22152]
22153
22154[[package]]
22155name = "zed"
22156version = "0.233.3"
22157dependencies = [
22158 "acp_thread",
22159 "acp_tools",
22160 "action_log",
22161 "activity_indicator",
22162 "agent",
22163 "agent-client-protocol",
22164 "agent_servers",
22165 "agent_settings",
22166 "agent_ui",
22167 "anyhow",
22168 "ashpd",
22169 "askpass",
22170 "assets",
22171 "audio",
22172 "auto_update",
22173 "auto_update_ui",
22174 "breadcrumbs",
22175 "call",
22176 "channel",
22177 "chrono",
22178 "clap",
22179 "cli",
22180 "client",
22181 "clock",
22182 "codestral",
22183 "collab_ui",
22184 "collections",
22185 "command_palette",
22186 "component",
22187 "component_preview",
22188 "copilot",
22189 "copilot_chat",
22190 "copilot_ui",
22191 "crashes",
22192 "csv_preview",
22193 "dap_adapters",
22194 "db",
22195 "debug_adapter_extension",
22196 "debugger_tools",
22197 "debugger_ui",
22198 "dev_container",
22199 "diagnostics",
22200 "edit_prediction",
22201 "edit_prediction_ui",
22202 "editor",
22203 "encoding_selector",
22204 "env_logger 0.11.8",
22205 "etw_tracing",
22206 "extension",
22207 "extension_host",
22208 "extensions_ui",
22209 "feature_flags",
22210 "feedback",
22211 "file_finder",
22212 "fs",
22213 "futures 0.3.32",
22214 "git",
22215 "git_graph",
22216 "git_hosting_providers",
22217 "git_ui",
22218 "go_to_line",
22219 "gpui",
22220 "gpui_platform",
22221 "gpui_tokio",
22222 "http_client",
22223 "image",
22224 "image_viewer",
22225 "inspector_ui",
22226 "install_cli",
22227 "itertools 0.14.0",
22228 "journal",
22229 "json_schema_store",
22230 "keymap_editor",
22231 "language",
22232 "language_extension",
22233 "language_model",
22234 "language_models",
22235 "language_onboarding",
22236 "language_selector",
22237 "language_tools",
22238 "languages",
22239 "line_ending_selector",
22240 "log",
22241 "markdown",
22242 "markdown_preview",
22243 "menu",
22244 "migrator",
22245 "mimalloc",
22246 "miniprofiler_ui",
22247 "nc",
22248 "node_runtime",
22249 "notifications",
22250 "onboarding",
22251 "outline",
22252 "outline_panel",
22253 "parking_lot",
22254 "paths",
22255 "picker",
22256 "pkg-config",
22257 "pretty_assertions",
22258 "profiling",
22259 "project",
22260 "project_panel",
22261 "project_symbols",
22262 "prompt_store",
22263 "proto",
22264 "rayon",
22265 "recent_projects",
22266 "release_channel",
22267 "remote",
22268 "repl",
22269 "reqwest_client",
22270 "rope",
22271 "search",
22272 "semver",
22273 "serde",
22274 "serde_json",
22275 "session",
22276 "settings",
22277 "settings_profile_selector",
22278 "settings_ui",
22279 "shellexpand",
22280 "sidebar",
22281 "smol",
22282 "snippet_provider",
22283 "snippets_ui",
22284 "svg_preview",
22285 "sysinfo 0.37.2",
22286 "system_specs",
22287 "tab_switcher",
22288 "task",
22289 "tasks_ui",
22290 "telemetry",
22291 "telemetry_events",
22292 "tempfile",
22293 "terminal_view",
22294 "theme",
22295 "theme_extension",
22296 "theme_selector",
22297 "theme_settings",
22298 "time",
22299 "time_format",
22300 "title_bar",
22301 "toolchain_selector",
22302 "tracing",
22303 "ui",
22304 "ui_prompt",
22305 "url",
22306 "urlencoding",
22307 "util",
22308 "uuid",
22309 "vim",
22310 "vim_mode_setting",
22311 "watch",
22312 "web_search",
22313 "web_search_providers",
22314 "which_key",
22315 "windows 0.61.3",
22316 "winresource",
22317 "workspace",
22318 "zed-reqwest",
22319 "zed_actions",
22320 "zed_env_vars",
22321 "zlog",
22322 "zlog_settings",
22323 "ztracing",
22324]
22325
22326[[package]]
22327name = "zed-font-kit"
22328version = "0.14.1-zed"
22329source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22330dependencies = [
22331 "bitflags 2.10.0",
22332 "byteorder",
22333 "core-foundation 0.10.0",
22334 "core-graphics 0.24.0",
22335 "core-text",
22336 "dirs",
22337 "dwrote",
22338 "float-ord",
22339 "freetype-sys",
22340 "lazy_static",
22341 "libc",
22342 "log",
22343 "pathfinder_geometry",
22344 "pathfinder_simd",
22345 "walkdir",
22346 "winapi",
22347 "yeslogic-fontconfig-sys",
22348]
22349
22350[[package]]
22351name = "zed-reqwest"
22352version = "0.12.15-zed"
22353source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22354dependencies = [
22355 "base64 0.22.1",
22356 "bytes 1.11.1",
22357 "encoding_rs",
22358 "futures-core",
22359 "futures-util",
22360 "h2 0.4.12",
22361 "http 1.3.1",
22362 "http-body 1.0.1",
22363 "http-body-util",
22364 "hyper 1.7.0",
22365 "hyper-rustls 0.27.7",
22366 "hyper-util",
22367 "ipnet",
22368 "js-sys",
22369 "log",
22370 "mime",
22371 "mime_guess",
22372 "once_cell",
22373 "percent-encoding",
22374 "pin-project-lite",
22375 "quinn",
22376 "rustls 0.23.33",
22377 "rustls-native-certs 0.8.2",
22378 "rustls-pemfile 2.2.0",
22379 "rustls-pki-types",
22380 "serde",
22381 "serde_json",
22382 "serde_urlencoded",
22383 "sync_wrapper 1.0.2",
22384 "system-configuration 0.6.1",
22385 "tokio",
22386 "tokio-rustls 0.26.2",
22387 "tokio-socks",
22388 "tokio-util",
22389 "tower 0.5.2",
22390 "tower-service",
22391 "url",
22392 "wasm-bindgen",
22393 "wasm-bindgen-futures",
22394 "wasm-streams",
22395 "web-sys",
22396 "windows-registry 0.4.0",
22397]
22398
22399[[package]]
22400name = "zed-scap"
22401version = "0.0.8-zed"
22402source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22403dependencies = [
22404 "anyhow",
22405 "cocoa 0.25.0",
22406 "core-graphics-helmer-fork",
22407 "log",
22408 "objc",
22409 "rand 0.8.5",
22410 "screencapturekit",
22411 "screencapturekit-sys",
22412 "sysinfo 0.31.4",
22413 "tao-core-video-sys",
22414 "windows 0.61.3",
22415 "windows-capture",
22416 "x11",
22417 "xcb",
22418]
22419
22420[[package]]
22421name = "zed-xim"
22422version = "0.4.0-zed"
22423source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22424dependencies = [
22425 "ahash 0.8.12",
22426 "hashbrown 0.14.5",
22427 "log",
22428 "x11rb",
22429 "xim-ctext",
22430 "xim-parser",
22431]
22432
22433[[package]]
22434name = "zed_actions"
22435version = "0.1.0"
22436dependencies = [
22437 "gpui",
22438 "schemars",
22439 "serde",
22440 "util",
22441 "uuid",
22442]
22443
22444[[package]]
22445name = "zed_credentials_provider"
22446version = "0.1.0"
22447dependencies = [
22448 "anyhow",
22449 "credentials_provider",
22450 "futures 0.3.32",
22451 "gpui",
22452 "paths",
22453 "release_channel",
22454 "serde",
22455 "serde_json",
22456]
22457
22458[[package]]
22459name = "zed_env_vars"
22460version = "0.1.0"
22461dependencies = [
22462 "env_var",
22463]
22464
22465[[package]]
22466name = "zed_extension_api"
22467version = "0.1.0"
22468source = "registry+https://github.com/rust-lang/crates.io-index"
22469checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22470dependencies = [
22471 "serde",
22472 "serde_json",
22473 "wit-bindgen 0.22.0",
22474]
22475
22476[[package]]
22477name = "zed_extension_api"
22478version = "0.7.0"
22479source = "registry+https://github.com/rust-lang/crates.io-index"
22480checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22481dependencies = [
22482 "serde",
22483 "serde_json",
22484 "wit-bindgen 0.41.0",
22485]
22486
22487[[package]]
22488name = "zed_extension_api"
22489version = "0.8.0"
22490dependencies = [
22491 "serde",
22492 "serde_json",
22493 "wit-bindgen 0.41.0",
22494]
22495
22496[[package]]
22497name = "zed_glsl"
22498version = "0.2.3"
22499dependencies = [
22500 "zed_extension_api 0.1.0",
22501]
22502
22503[[package]]
22504name = "zed_html"
22505version = "0.3.1"
22506dependencies = [
22507 "zed_extension_api 0.7.0",
22508]
22509
22510[[package]]
22511name = "zed_proto"
22512version = "0.3.2"
22513dependencies = [
22514 "zed_extension_api 0.7.0",
22515]
22516
22517[[package]]
22518name = "zed_test_extension"
22519version = "0.1.0"
22520dependencies = [
22521 "zed_extension_api 0.8.0",
22522]
22523
22524[[package]]
22525name = "zeno"
22526version = "0.3.3"
22527source = "registry+https://github.com/rust-lang/crates.io-index"
22528checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22529
22530[[package]]
22531name = "zerocopy"
22532version = "0.8.27"
22533source = "registry+https://github.com/rust-lang/crates.io-index"
22534checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22535dependencies = [
22536 "zerocopy-derive",
22537]
22538
22539[[package]]
22540name = "zerocopy-derive"
22541version = "0.8.27"
22542source = "registry+https://github.com/rust-lang/crates.io-index"
22543checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22544dependencies = [
22545 "proc-macro2",
22546 "quote",
22547 "syn 2.0.117",
22548]
22549
22550[[package]]
22551name = "zerofrom"
22552version = "0.1.6"
22553source = "registry+https://github.com/rust-lang/crates.io-index"
22554checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22555dependencies = [
22556 "zerofrom-derive",
22557]
22558
22559[[package]]
22560name = "zerofrom-derive"
22561version = "0.1.6"
22562source = "registry+https://github.com/rust-lang/crates.io-index"
22563checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22564dependencies = [
22565 "proc-macro2",
22566 "quote",
22567 "syn 2.0.117",
22568 "synstructure",
22569]
22570
22571[[package]]
22572name = "zeroize"
22573version = "1.8.2"
22574source = "registry+https://github.com/rust-lang/crates.io-index"
22575checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22576dependencies = [
22577 "zeroize_derive",
22578]
22579
22580[[package]]
22581name = "zeroize_derive"
22582version = "1.4.2"
22583source = "registry+https://github.com/rust-lang/crates.io-index"
22584checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22585dependencies = [
22586 "proc-macro2",
22587 "quote",
22588 "syn 2.0.117",
22589]
22590
22591[[package]]
22592name = "zeromq"
22593version = "0.5.0"
22594source = "registry+https://github.com/rust-lang/crates.io-index"
22595checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22596dependencies = [
22597 "async-dispatcher",
22598 "async-std",
22599 "async-trait",
22600 "asynchronous-codec",
22601 "bytes 1.11.1",
22602 "crossbeam-queue",
22603 "futures 0.3.32",
22604 "log",
22605 "num-traits",
22606 "once_cell",
22607 "parking_lot",
22608 "rand 0.9.3",
22609 "regex",
22610 "scc",
22611 "thiserror 1.0.69",
22612 "uuid",
22613]
22614
22615[[package]]
22616name = "zerotrie"
22617version = "0.2.2"
22618source = "registry+https://github.com/rust-lang/crates.io-index"
22619checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22620dependencies = [
22621 "displaydoc",
22622 "yoke 0.8.0",
22623 "zerofrom",
22624]
22625
22626[[package]]
22627name = "zerovec"
22628version = "0.11.4"
22629source = "registry+https://github.com/rust-lang/crates.io-index"
22630checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22631dependencies = [
22632 "yoke 0.8.0",
22633 "zerofrom",
22634 "zerovec-derive",
22635]
22636
22637[[package]]
22638name = "zerovec-derive"
22639version = "0.11.1"
22640source = "registry+https://github.com/rust-lang/crates.io-index"
22641checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22642dependencies = [
22643 "proc-macro2",
22644 "quote",
22645 "syn 2.0.117",
22646]
22647
22648[[package]]
22649name = "zeta_prompt"
22650version = "0.1.0"
22651dependencies = [
22652 "anyhow",
22653 "imara-diff",
22654 "indoc",
22655 "serde",
22656 "strum 0.27.2",
22657]
22658
22659[[package]]
22660name = "zip"
22661version = "0.6.6"
22662source = "registry+https://github.com/rust-lang/crates.io-index"
22663checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22664dependencies = [
22665 "aes",
22666 "byteorder",
22667 "bzip2 0.4.4",
22668 "constant_time_eq",
22669 "crc32fast",
22670 "crossbeam-utils",
22671 "flate2",
22672 "hmac",
22673 "pbkdf2 0.11.0",
22674 "sha1",
22675 "time",
22676 "zstd",
22677]
22678
22679[[package]]
22680name = "zip"
22681version = "1.1.4"
22682source = "registry+https://github.com/rust-lang/crates.io-index"
22683checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22684dependencies = [
22685 "arbitrary",
22686 "crc32fast",
22687 "crossbeam-utils",
22688 "displaydoc",
22689 "indexmap",
22690 "num_enum",
22691 "thiserror 1.0.69",
22692]
22693
22694[[package]]
22695name = "zlog"
22696version = "0.1.0"
22697dependencies = [
22698 "anyhow",
22699 "chrono",
22700 "collections",
22701 "log",
22702 "tempfile",
22703]
22704
22705[[package]]
22706name = "zlog_settings"
22707version = "0.1.0"
22708dependencies = [
22709 "collections",
22710 "gpui",
22711 "settings",
22712 "zlog",
22713]
22714
22715[[package]]
22716name = "zstd"
22717version = "0.11.2+zstd.1.5.2"
22718source = "registry+https://github.com/rust-lang/crates.io-index"
22719checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22720dependencies = [
22721 "zstd-safe",
22722]
22723
22724[[package]]
22725name = "zstd-safe"
22726version = "5.0.2+zstd.1.5.2"
22727source = "registry+https://github.com/rust-lang/crates.io-index"
22728checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22729dependencies = [
22730 "libc",
22731 "zstd-sys",
22732]
22733
22734[[package]]
22735name = "zstd-sys"
22736version = "2.0.16+zstd.1.5.7"
22737source = "registry+https://github.com/rust-lang/crates.io-index"
22738checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22739dependencies = [
22740 "cc",
22741 "pkg-config",
22742]
22743
22744[[package]]
22745name = "ztracing"
22746version = "0.1.0"
22747dependencies = [
22748 "tracing",
22749 "tracing-subscriber",
22750 "tracing-tracy",
22751 "tracy-client",
22752 "zlog",
22753 "ztracing_macro",
22754]
22755
22756[[package]]
22757name = "ztracing_macro"
22758version = "0.1.0"
22759
22760[[package]]
22761name = "zune-core"
22762version = "0.4.12"
22763source = "registry+https://github.com/rust-lang/crates.io-index"
22764checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22765
22766[[package]]
22767name = "zune-inflate"
22768version = "0.2.54"
22769source = "registry+https://github.com/rust-lang/crates.io-index"
22770checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22771dependencies = [
22772 "simd-adler32",
22773]
22774
22775[[package]]
22776name = "zune-jpeg"
22777version = "0.4.21"
22778source = "registry+https://github.com/rust-lang/crates.io-index"
22779checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22780dependencies = [
22781 "zune-core",
22782]
22783
22784[[package]]
22785name = "zvariant"
22786version = "5.9.2"
22787source = "registry+https://github.com/rust-lang/crates.io-index"
22788checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22789dependencies = [
22790 "endi",
22791 "enumflags2",
22792 "serde",
22793 "serde_bytes",
22794 "winnow",
22795 "zvariant_derive",
22796 "zvariant_utils",
22797]
22798
22799[[package]]
22800name = "zvariant_derive"
22801version = "5.9.2"
22802source = "registry+https://github.com/rust-lang/crates.io-index"
22803checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22804dependencies = [
22805 "proc-macro-crate",
22806 "proc-macro2",
22807 "quote",
22808 "syn 2.0.117",
22809 "zvariant_utils",
22810]
22811
22812[[package]]
22813name = "zvariant_utils"
22814version = "3.3.0"
22815source = "registry+https://github.com/rust-lang/crates.io-index"
22816checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22817dependencies = [
22818 "proc-macro2",
22819 "quote",
22820 "serde",
22821 "syn 2.0.117",
22822 "winnow",
22823]